Produced by Araxis Merge on 12/7/2018 11:36:29 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\SCRUB\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\test | config.js | Thu Sep 13 18:55:48 2018 UTC |
| 2 | C:\MHED-scrubbed\MHED\MHED\VATS 2.3.0\var-utility-web-2.3.0@19406cb7810\test | config.js | Fri Dec 7 13:52:02 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 428 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | var tests = []; | |
| 2 | for (var f ile in win dow.__karm a__.files) { | |
| 3 | if (window._ _karma__.f iles.hasOw nProperty( file)) { | |
| 4 | // R emoved "Sp ec" naming from file s | |
| 5 | if ( /_spec\.js $/.test(fi le)) { | |
| 6 | tests. push(file) ; | |
| 7 | } | |
| 8 | } | |
| 9 | } | |
| 10 | ||
| 11 | requirejs. config({ | |
| 12 | // Karma ser ves files from '/bas e' | |
| 13 | ba seUrl: '/b ase/app/sr c', | |
| 14 | ||
| 15 | pa ths: { | |
| 16 | angu larMocks : '../ libs/angul ar-mocks/j s/angular- mocks', | |
| 17 | ||
| 18 | /* LIBR ARIES */ | |
| 19 | 'ang ular': '.. /libs/angu lar/js/ang ular', | |
| 20 | 'ang ularAnimat e': '../li bs/angular -animate/j s/angular- animate', | |
| 21 | 'ang ularBusy': '../libs/ angular-bu sy/js/angu lar-busy', | |
| 22 | 'ang ularSaniti ze': '../l ibs/angula r-sanitize /js/angula r-sanitize ', | |
| 23 | 'ang ularSnap': '../libs/ angular-sn ap/js/angu lar-snap', | |
| 24 | 'ang ularTouch' : '../libs /angular-t ouch/js/an gular-touc h', | |
| 25 | 'ang ularUiBoot strap': '. ./libs/ang ular-boots trap/js/ui -bootstrap -tpls-cust om', | |
| 26 | 'ang ularUiBoot strapOverw rites': '. ./libs/ang ular-boots trap/js/ui -bootstrap -overwrite s', | |
| 27 | 'ang ularUiRout er': '../l ibs/angula r-ui-route r/js/angul ar-ui-rout er', | |
| 28 | 'ang ularUiUtil s': '../li bs/angular -ui-utils/ js/ui-util s', | |
| 29 | 'cla mpjs': '.. /libs/Clam p.js/clamp ', | |
| 30 | 'hig hstocks': '../libs/h ighstock/j s/highstoc k', | |
| 31 | 'jQu ery': '../ libs/jquer y/js/jquer y', | |
| 32 | 'lod ash': '../ libs/lodas h/js/lodas h', | |
| 33 | 'mom ent-timezo ne': '../l ibs/moment -timezone/ js/moment- timezone-w ith-data', | |
| 34 | 'sna p': '../li bs/snap/js /snap', | |
| 35 | 'tex t': '../li bs/require js-text/te xt', | |
| 36 | 'hig hcharts-3d ': '../lib s/highchar ts/js/high charts-3d. src', | |
| 37 | 'hig hcharts-ng ': '../lib s/highchar ts-ng/js/h ighcharts- ng_custom' , | |
| 38 | 'Mod ernizr': ' ../libs/mo dernizr/mo dernizr.cu stom', | |
| 39 | 'mom ent': '../ libs/momen t/js/momen t', | |
| 40 | ||
| 41 | ||
| 42 | /* DECO RATORS */ | |
| 43 | 'ngM askDecorat ion': 'dec orations/u i-mask_dec orator', | |
| 44 | 'uiC ollapseDec oration': 'decoratio ns/ui-coll apse_decor ator', | |
| 45 | 'ngC lickDecora tion': 'de corations/ ng-click_d ecorator', | |
| 46 | ||
| 47 | /* Appl ication */ | |
| 48 | 'app Config' : 'app-c onfig', | |
| 49 | 'app ' : '../.. /test/spec /appMock', | |
| 50 | 'rou ter' : 'route r', | |
| 51 | ||
| 52 | //te mplates is generated by grunt ngtemplate task | |
| 53 | 'tem plates': ' templates' , | |
| 54 | ||
| 55 | ||
| 56 | /* CONT AINER */ | |
| 57 | 'Mai nControlle r': 'conta iner/main/ main_contr oller', | |
| 58 | 'Spl ashControl ler': 'con tainer/spl ash/splash _controlle r', | |
| 59 | ||
| 60 | 'Hea derControl ler': 'con tainer/com ponents/he ader/heade r_controll er', | |
| 61 | 'Foo terControl ler': 'con tainer/com ponents/fo oter/foote r_controll er', | |
| 62 | 'Two PanelContr oller': 'c ontainer/c omponents/ content/tw o-column_c ontroller' , | |
| 63 | 'Lis t': 'conta iner/compo nents/cont ent/list/l ist_direct ive', | |
| 64 | 'Men u': 'conta iner/compo nents/menu /menu_dire ctive', | |
| 65 | 'Sec ondaryNavi gationCont roller': ' container/ components /content/s econdary-n avigation/ secondary- navigation _controlle r', | |
| 66 | ||
| 67 | /* FEAT URE SECTIO NS */ | |
| 68 | ||
| 69 | // H ome | |
| 70 | 'Hom eModule': 'modules/h ome/home_m odule', | |
| 71 | 'Una uthorizedC ontroller' : 'modules /home/unau thorized/u nauthorize d_controll er', | |
| 72 | ||
| 73 | 'Sud Controller ': 'core/s taff-user- disclaimer /sud_contr oller', | |
| 74 | 'sud _service': 'core/sta ff-user-di sclaimer/s ud_service ', | |
| 75 | ||
| 76 | // V AR Utility | |
| 77 | 'Ins titutionsS ervice': ' modules/va r-utility/ core/insti tutions_se rvice', | |
| 78 | 'Ins titutionCh oiceContro ller': 'mo dules/var- utility/pa ges/instit ution-choi ce/institu tion-choic e_controll er', | |
| 79 | 'Var UtilityAut horization Service': 'modules/v ar-utility /var-utili ty-authori zation_ser vice', | |
| 80 | 'V arUtilityE rrorServic e': 'modul es/var-uti lity/var-u tility-err or_service ', | |
| 81 | 'Var UtilityUna uthorizedC ontroller' : 'modules /var-utili ty/unautho rized/unau thorized_c ontroller' , | |
| 82 | 'Man ageSetting sModule': 'modules/v ar-utility /var-utili ty_module' , | |
| 83 | 'Man ageSetting sControlle r': 'modul es/var-uti lity/pages /var-utili ty_control ler', | |
| 84 | 'F ormattedEm ptyStringT oNullValue ': 'module s/var-util ity/direct ives/forma tted-empty -string-to -null-valu e_directiv e', | |
| 85 | 'R equiredNon ZeroValue' : 'modules /var-utili ty/directi ves/requir ed-non-zer o-value_di rective', | |
| 86 | 'D irectSched ulingServi ce': 'modu les/var-ut ility/core /direct-sc heduling_s ervice', | |
| 87 | 'D irectSched ulingContr oller': 'm odules/var -utility/p ages/direc t-scheduli ng/direct- scheduling _controlle r', | |
| 88 | 'R equestsSer vice': 'mo dules/var- utility/co re/request s_service' , | |
| 89 | 'Req uestsContr oller': 'm odules/var -utility/p ages/reque sts/reques ts_control ler', | |
| 90 | 'Cus tomMessage sService': 'modules/v ar-utility /core/cust om-message s_service' , | |
| 91 | 'Cus tomMessage sControlle r':'module s/var-util ity/pages/ custom-mes sages/cust om-message s_controll er', | |
| 92 | 'V arUtilityC onstants': 'modules/ var-utilit y/core/var -utility_c onstants', | |
| 93 | 'Mov ePrimaryCa reToTop': 'modules/v ar-utility /filters/m ove-primar y-care-to- top_filter ', | |
| 94 | ||
| 95 | //As sessment B uilder | |
| 96 | 'Ass essmentBui lderListVi ewControll er': 'modu les/assess ment-build er/pages/a ssessment- builder-li st-view_co ntroller', | |
| 97 | 'Ass essmentBui lderEditCo ntroller': 'modules/ assessment -builder/p ages/asses sment-buil der-edit_c ontroller' , | |
| 98 | ||
| 99 | // L anding - H ome | |
| 100 | 'Lan dingContro ller': 'mo dules/home /landing/l anding_con troller', | |
| 101 | 'Cha ngeLocatio nModalCont roller': ' modules/va r-utility/ pages/seco ndary-navi gation/cha nge-locati on-modal_c ontroller' , | |
| 102 | ||
| 103 | /* CORE COMPONENT S */ | |
| 104 | 'Bas eCRUDServi ce': 'core /services/ base-crud_ service', | |
| 105 | 'Col lectionCRU DService': 'core/ser vices/coll ection-cru d_service' , | |
| 106 | ||
| 107 | 'Bas eCRUDMockS ervice': ' core/servi ces/base-c rud-mock_s ervice', | |
| 108 | 'Col lectionCRU DMockServi ce': 'core /services/ collection -crud-mock _service', | |
| 109 | ||
| 110 | 'htt pIntercept or': 'core /connectio n/httpInte rceptor', | |
| 111 | 'con nection_er ror_servic e': 'core/ connection /connectio n_error_se rvice', | |
| 112 | 'con nection_ti meout_serv ice': 'cor e/connecti on/connect ion_timeou t_service' , | |
| 113 | 'del ayManager' : 'core/co nnection/d elay_facto ry', | |
| 114 | ||
| 115 | 'loc alResource DirectoryS ervice': ' core/resou rces/local -resource- directory_ service', | |
| 116 | 'mhp user_servi ce': 'core /resources /mhpuser_s ervice', | |
| 117 | 'pat ient': 'co re/resourc es/patient _service', | |
| 118 | 'res ourcedirec tory_servi ce': 'core /resources /resourced irectory_s ervice', | |
| 119 | ||
| 120 | 'pag e_service' : 'core/se rvices/pag e_service' , | |
| 121 | 'for matter': ' core/servi ces/format ter', | |
| 122 | 'aut henticatio n_service' : 'core/se rvices/aut h_service' , | |
| 123 | 'uns avedChange s': 'core/ services/u nsaved_cha nges', | |
| 124 | 'foc usManager' : 'core/se rvices/foc us_directi ve', | |
| 125 | 'e vent-bus_s ervice': ' core/servi ces/event- bus_servic e', | |
| 126 | ||
| 127 | /* UI-C OMPONENTS */ | |
| 128 | 'Ent ryForm': ' ui-compone nts/form/e ntry-form/ entry-form _directive ', | |
| 129 | 'F DNS trolWrappe r': 'ui-co mponents/f orm/contro ls/core/fo rm-control -wrapper/f orm-contro l-wrapper_ directive' , | |
| 130 | ||
| 131 | 'iOS Keyboard': 'ui-compo nents/form /controls/ core/iOS-k eyboard/iO S-keyboard _directive ', | |
| 132 | ||
| 133 | 'Inp utRange': 'ui-compon ents/form/ controls/s imple/inpu t-range/in put-range_ directive' , | |
| 134 | 'Inp utSelect': 'ui-compo nents/form /controls/ simple/inp ut-select/ input-sele ct_directi ve', | |
| 135 | 'Inp utText': ' ui-compone nts/form/c ontrols/si mple/input -text/inpu t-text_dir ective', | |
| 136 | 'Inp utFile': ' ui-compone nts/form/c ontrols/si mple/input -file/inpu t-file_dir ective', | |
| 137 | 'Inp utNumber': 'ui-compo nents/form /controls/ simple/inp ut-number/ input-numb er_directi ve', | |
| 138 | 'Inp utPhone': 'ui-compon ents/form/ controls/s imple/inpu t-phone/in put-phone_ directive' , | |
| 139 | 'Inp utGroupChe ckbox': 'u i-componen ts/form/co ntrols/sim ple/input- group-chec kbox/input -group-che ckbox_dire ctive', | |
| 140 | 'Inp utGroupRad io': 'ui-c omponents/ form/contr ols/simple /input-gro up-radio/i nput-group -radio_dir ective', | |
| 141 | ||
| 142 | 'Dat eControls' : 'ui-comp onents/for m/controls /composite /input-dat e-picker/d ate-contro ls_directi ve', | |
| 143 | 'Tim eControls' : 'ui-comp onents/for m/controls /composite /input-tim e-picker/t ime-contro ls_directi ve', | |
| 144 | 'Inp utDateTime ': 'ui-com ponents/fo rm/control s/composit e/input-da te-time/in put-date-t ime_direct ive', | |
| 145 | 'Mul tiPhone': 'ui-compon ents/form/ controls/c omposite/i nput-multi -phone/mul ti-phone_d irective', | |
| 146 | 'Mul tiTime': ' ui-compone nts/form/c ontrols/co mposite/in put-multi- time-picke r/multi-ti me_directi ve', | |
| 147 | ||
| 148 | 'Use rInputPatt ern': 'ui- components /form/vali dation/use r-input-pa ttern/user -input-pat tern_direc tive', | |
| 149 | 'Val idationSum mary': 'ui -component s/form/val idation/va lidation-s ummary/val idation-su mmary', | |
| 150 | 'Err orHandling ': 'ui-com ponents/fo rm/validat ion/valida tion-summa ry/error-h andling_di rective', | |
| 151 | 'Req uiredField ': 'ui-com ponents/fo rm/validat ion/requir ed-field-i ndicator/r equired-fi eld-indica tor_direct ive', | |
| 152 | ||
| 153 | 'mod alService' : 'ui-comp onents/mod als/helper /modal_ser vice', | |
| 154 | 'Hel pControlle r': 'ui-co mponents/m odals/help /help_cont roller', | |
| 155 | 'Abo utControll er': 'ui-c omponents/ modals/abo ut/about_c ontroller' , | |
| 156 | 'Res ourcesCont roller': ' ui-compone nts/modals /resources /resources _controlle r', | |
| 157 | ||
| 158 | 'Nav Bar': 'ui- components /nav-bar/n av-bar_dir ective', | |
| 159 | 'Fil terWrapper ': 'ui-com ponents/fi lter/filte r-wrapper_ directive' , | |
| 160 | 'Sta tusFilter' : 'ui-comp onents/fil ter/status -filter/st atus-filte r_directiv e', | |
| 161 | ||
| 162 | 'Dat aTableDire ctive': 'u i-componen ts/table/t able_direc tive', | |
| 163 | ||
| 164 | 'Ari aHidden': 'ui-compon ents/acces sibility/a ria-hidden /aria-hidd en_directi ve', | |
| 165 | 'iDi recitve': 'ui-compon ents/html- extensions /i_directi ve', | |
| 166 | 'cla mp': 'ui-c omponents/ line-clamp /clamp_dir ective', | |
| 167 | 'Bac kButton': 'ui-compon ents/back- button/bac k-button_d irective', | |
| 168 | 'dis ableNgAnim ate': 'ui- components /disable-n g-animate/ disable-ng -animate_d irective', | |
| 169 | ||
| 170 | 'ima geLightbox ': 'ui-com ponents/im age/image- lightbox_d irective', | |
| 171 | ||
| 172 | // A CCESSIBLE DIRECTIVES | |
| 173 | 'Acc essibleAcc ordion': ' ui-compone nts/accord ion/access ibleaccord ion_direct ive', | |
| 174 | 'acc essibleCar ousel': 'u i-componen ts/carouse l/accessib le-carouse l_directiv e', | |
| 175 | 'Acc essibleCar ouselContr oller': 'u i-componen ts/carouse l/accessib le-carouse l_controll er', | |
| 176 | 'acc essibleDat ePickerSer vices': 'u i-componen ts/form/co ntrols/sim ple/access ibledatepi cker/acces sibledatep icker_dire ctive', | |
| 177 | 'acc essibleTim ePickerSer vices': 'u i-componen ts/form/co ntrols/sim ple/access ibletimepi cker/acces sibletimep icker_dire ctive' | |
| 178 | }, | |
| 179 | ||
| 180 | sh im: { | |
| 181 | 'ang ular': {de ps: ['jQue ry'], 'exp orts': 'an gular'}, | |
| 182 | 'jQu ery': {'ex ports': '$ '}, | |
| 183 | 'lod ash': {'ex ports': '_ '}, | |
| 184 | 'hig hstocks': ['jQuery'] , | |
| 185 | 'hig hcharts-ng ': ['angul ar'], | |
| 186 | 'hig hcharts-3d ': ['highs tocks'], | |
| 187 | 'mom ent': {'ex ports': 'm oment'}, | |
| 188 | 'mom ent-timezo ne': ['mom ent'], | |
| 189 | 'cla mpjs': {'e xports': ' $clamp'}, | |
| 190 | 'ang ularSaniti ze': ['ang ular'], | |
| 191 | 'ang ularUiUtil s': ['angu lar'], | |
| 192 | 'ang ularUiRout er': ['ang ular'], | |
| 193 | 'ang ularUiBoot strap': [' angular'], | |
| 194 | 'ang ularUiBoot strapOverw rites': [' angularUiB ootstrap'] , | |
| 195 | 'ang ularTouch' : ['angula r'], | |
| 196 | 'ang ularBusy': ['angular '], | |
| 197 | 'ang ularSnap': ['angular ', 'snap'] , | |
| 198 | 'ang ularAnimat e': ['angu lar'], | |
| 199 | 'tem plates': [ 'app'], | |
| 200 | 'ang ularMocks' : { | |
| 201 | deps: [' angular'], | |
| 202 | 'exports ': 'angula r.mock' | |
| 203 | } | |
| 204 | }, | |
| 205 | map: { | |
| 206 | "* ": { | |
| 207 | "jqu ery": "jQu ery" | |
| 208 | } | |
| 209 | }, | |
| 210 | // ask Requi re.js to l oad these files (all our tests ) | |
| 211 | de ps: tests, | |
| 212 | ||
| 213 | // start tes t run, onc e Require. js is done | |
| 214 | ca llback: wi ndow.__kar ma__.start | |
| 215 | }); |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.