2 # Use %KEY-NAME% in this file and it will be replaced with the value of
3 # $GLOBALS['KEY-NAME'] if it exists. If the key name does not exist, this script
4 # won't work (Need to build in proper error handling @TODO RD 2017-05-16
7 # assets: Top-level key name (Required)
8 # asset-short-name: Short name
9 # basePath: %assets_static_relative%/full/path/to/deepest/common/file
10 # script: null filename or null
11 # link: jquery-ui.min.css filename or null
12 # autoload: true (defaults to false)
13 # loadInFile: relative path to file, load always in specific file (defaults to false) for custom assets.
16 basePath: '%assets_static_relative%/jquery/dist/'
21 basePath: '%assets_static_relative%/bootstrap/dist/'
22 script: js/bootstrap.bundle.min.js
23 # Bootstrap is included in main themes via SASS
24 # So will only use below css link if no_main-theme token is provided.
25 # TODO - incorporate this mechanism for rtl when rtl bootrap SASS mechanism is up and running
26 link: css/bootstrap.min.css
29 # RTL only for no_main-theme which is rare
31 basePath: '%assets_static_relative%/bootstrap-rtl/dist/'
32 link: css/bootstrap-rtl.min.css
33 # keep utility and javaScript translations near top of load order.
35 basePath: '%assets_static_relative%/i18next/dist/umd/'
36 script: i18next.min.js
38 basePath: '%assets_static_relative%/i18next-xhr-backend/dist/umd/'
39 script: i18nextXHRBackend.min.js
40 i18next-browser-languagedetector:
41 basePath: '%assets_static_relative%/i18next-browser-languagedetector/dist/umd/'
42 script: i18nextBrowserLanguageDetector.min.js
44 basePath: '%webroot%/library/js/'
53 # The compact theme asset follows the allowNoLoad setting of the main-theme asset
54 # ie. no-main-theme token will also skip the compact-theme
57 link: '%compact_header%'
61 basePath: '%webroot%/public/themes/'
62 link: '%theme_tabs_layout%'
64 basePath: '%webroot%/public/themes/'
65 link: rtl_%theme_tabs_layout%
67 basePath: '%webroot%/public/themes/'
70 basePath: '%webroot%/public/themes/'
71 link: patientportal-base.css
73 basePath: '%webroot%/public/themes/'
74 link: rtl_patientportal-base.css
75 patientportal-register:
76 basePath: '%webroot%/public/themes/'
77 link: patientportal-register.css
79 basePath: '%webroot%/public/themes/'
80 link: rtl_patientportal-register.css
82 basePath: '%webroot%/public/themes/'
83 link: patientportal-style.css
85 basePath: '%webroot%/public/themes/'
86 link: rtl_patientportal-style.css
88 basePath: '%assets_static_relative%/knockout/build/output/'
89 script: knockout-latest.js
91 basePath: '%assets_static_relative%/jquery-ui/'
92 script: jquery-ui.min.js
94 basePath: '%assets_static_relative%/jquery-ui/'
95 link: jquery-ui.theme.css
97 basePath: '%assets_static_relative%/jquery-ui-themes/themes/base/'
98 link: jquery-ui.min.css
100 basePath: '%assets_static_relative%/jquery-ui-themes/themes/ui-darkness/'
101 link: jquery-ui.min.css
103 basePath: '%assets_static_relative%/jquery-ui-themes/themes/sunny/'
104 link: jquery-ui.min.css
106 basePath: '%assets_static_relative%/jquery-ui-themes/themes/redmond/'
107 link: jquery-ui.min.css
109 basePath: '%assets_static_relative%/jquery-ui-themes/themes/cupertino/'
110 link: jquery-ui.min.css
112 basePath: '%assets_static_relative%/jquery-ui-themes/themes/ui-lightness/'
113 link: jquery-ui.min.css
114 jquery-ui-excite-bike:
115 basePath: '%assets_static_relative%/jquery-ui-themes/themes/excite-bike/'
116 link: jquery-ui.min.css
118 basePath: '%assets_static_relative%/datatables.net/js/'
119 script: jquery.dataTables.min.js
120 datatables-colreorder:
121 basePath: '%assets_static_relative%'
122 link: /datatables.net-colreorder-dt/css/colReorder.dataTables.min.css
123 script: /datatables.net-colreorder/js/dataTables.colReorder.min.js
125 basePath: '%assets_static_relative%/datatables.net-dt/css/'
126 link: jquery.dataTables.min.css
128 basePath: '%assets_static_relative%/datatables.net-bs4/'
129 script: js/dataTables.bootstrap4.min.js
130 link: css/dataTables.bootstrap4.min.css
132 basePath: '%assets_static_relative%/datatables.net-jqui/js/'
133 script: dataTables.jqueryui.min.js
134 datatables-jqui-theme:
135 basePath: '%assets_static_relative%/datatables.net-jqui/css/'
136 link: dataTables.jqueryui.min.css
138 basePath: '%assets_static_relative%/datatables.net-scroller/js/'
139 script: dataTables.scroller.min.js
140 datatables-scroller-jqui-theme:
141 basePath: '%assets_static_relative%/datatables.net-scroller-jqui/css/'
142 link: scroller.jqueryui.min.css
144 basePath: '%assets_static_relative%/@fortawesome/fontawesome-free/css/'
147 basePath: '%assets_static_relative%/jquery-datetimepicker/build/'
148 script: jquery.datetimepicker.full.min.js
149 link: jquery.datetimepicker.min.css
151 basePath: '%webroot%/library/js/'
152 script: report_helper.js
154 basePath: '%webroot%/interface/main/tabs/js/'
155 script: include_opener.js
157 basePath: '%webroot%/library/'
160 basePath: '%webroot%/library/js/'
163 basePath: '%webroot%/library/'
164 script: textformat.js
168 basePath: '%webroot%/library/'
173 basePath: '%assets_static_relative%/select2/dist/'
174 script: js/select2.full.min.js
176 - css/select2.min.css
177 # BS4 theme moved to main theme assets to allow fluidity
179 basePath: '%assets_static_relative%/@eastdesire/jscolor/'
180 script: jscolor.min.js
182 basePath: '%webroot%/library/ESign/'
183 script: js/jquery.esign.js
186 basePath: '%webroot%/library/ESign/'
189 basePath: '%assets_static_relative%/modified/dygraphs-2-0-0/'
193 basePath: '%assets_static_relative%/moment/min/'
194 script: moment.min.js
196 basePath: '%assets_static_relative%/purecss/build/'
199 basePath: '%assets_static_relative%/angular/'
200 script: angular.min.js
202 basePath: '%assets_static_relative%/angular-sanitize/'
203 script: angular-sanitize.min.js
205 basePath: '%assets_static_relative%/backbone/'
206 script: backbone-min.js
208 basePath: '%assets_static_relative%/checklist-model/'
209 script: checklist-model.js
211 basePath: '%assets_static_relative%/underscore/'
212 script: underscore-min.js
214 basePath: '%assets_static_relative%/ckeditor4/'
217 basePath: '%webroot%/library/js/'
218 script: SearchHighlight.js
220 basePath: '%webroot%/interface/forms/track_anything/'
223 basePath: '%assets_static_relative%/konva/'
226 basePath: '%assets_static_relative%/magic-wand-js/js/'
227 script: magic-wand-min.js
229 basePath: '%assets_static_relative%/jszip/dist/'
232 basePath: '%assets_static_relative%/jspdf/dist/'
233 script: jspdf.umd.min.js
235 basePath: '%assets_static_relative%/dwv/'
237 - decoders/pdfjs/jpx.js
238 - decoders/pdfjs/util.js
239 - decoders/pdfjs/arithmetic_decoder.js
240 - decoders/pdfjs/jpg.js
241 - decoders/rii-mango/lossless-min.js
244 basePath: '%assets_static_relative%/sortablejs/'
245 script: Sortable.min.js
247 basePath: '%assets_static_relative%/hotkeys-js/'
249 - dist/hotkeys.min.js
251 basePath: '%webroot%/library/js/'
252 script: reasonCodeWidget.js
254 basePath: '%webroot%/library/js/'
255 script: erx_javascript.js
257 basePath: '%webroot%/interface/usergroup/'
258 script: checkpwd_validation.js