cronapp-framework-mobile-js 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/app_2.9.css +1 -2
- package/dist/css/app_2.9.css +1 -1
- package/package.json +3 -26
- package/postupdate.json +189 -111
- package/css/custom-ionic.css +0 -236
- package/dist/css/custom-ionic.css +0 -1
- package/lib/ionic/css/ionic.css +0 -9802
- package/lib/ionic/css/ionic.min.css +0 -23
- package/lib/ionic/fonts/ionicons.eot +0 -0
- package/lib/ionic/fonts/ionicons.svg +0 -2230
- package/lib/ionic/fonts/ionicons.ttf +0 -0
- package/lib/ionic/fonts/ionicons.woff +0 -0
- package/lib/ionic/js/angular/angular-animate.js +0 -4115
- package/lib/ionic/js/angular/angular-animate.min.js +0 -56
- package/lib/ionic/js/angular/angular-resource.js +0 -768
- package/lib/ionic/js/angular/angular-resource.min.js +0 -15
- package/lib/ionic/js/angular/angular-sanitize.js +0 -717
- package/lib/ionic/js/angular/angular-sanitize.min.js +0 -15
- package/lib/ionic/js/angular/angular.js +0 -30714
- package/lib/ionic/js/angular/angular.min.js +0 -311
- package/lib/ionic/js/angular-ui/angular-ui-router.js +0 -4232
- package/lib/ionic/js/angular-ui/angular-ui-router.min.js +0 -7
- package/lib/ionic/js/ionic-angular.js +0 -14391
- package/lib/ionic/js/ionic-angular.min.js +0 -18
- package/lib/ionic/js/ionic.bundle.js +0 -67623
- package/lib/ionic/js/ionic.bundle.min.js +0 -472
- package/lib/ionic/js/ionic.js +0 -13356
- package/lib/ionic/js/ionic.min.js +0 -20
- package/lib/ionic/scss/_action-sheet.scss +0 -170
- package/lib/ionic/scss/_animations.scss +0 -48
- package/lib/ionic/scss/_backdrop.scss +0 -24
- package/lib/ionic/scss/_badge.scss +0 -62
- package/lib/ionic/scss/_bar.scss +0 -417
- package/lib/ionic/scss/_button-bar.scss +0 -92
- package/lib/ionic/scss/_button.scss +0 -252
- package/lib/ionic/scss/_checkbox.scss +0 -180
- package/lib/ionic/scss/_form.scss +0 -327
- package/lib/ionic/scss/_grid.scss +0 -159
- package/lib/ionic/scss/_items.scss +0 -825
- package/lib/ionic/scss/_list.scss +0 -125
- package/lib/ionic/scss/_loading.scss +0 -51
- package/lib/ionic/scss/_menu.scss +0 -70
- package/lib/ionic/scss/_mixins.scss +0 -642
- package/lib/ionic/scss/_modal.scss +0 -102
- package/lib/ionic/scss/_platform.scss +0 -77
- package/lib/ionic/scss/_popover.scss +0 -168
- package/lib/ionic/scss/_popup.scss +0 -110
- package/lib/ionic/scss/_progress.scss +0 -11
- package/lib/ionic/scss/_radio.scss +0 -47
- package/lib/ionic/scss/_range.scss +0 -160
- package/lib/ionic/scss/_refresher.scss +0 -113
- package/lib/ionic/scss/_reset.scss +0 -365
- package/lib/ionic/scss/_scaffolding.scss +0 -291
- package/lib/ionic/scss/_select.scss +0 -142
- package/lib/ionic/scss/_slide-box.scss +0 -71
- package/lib/ionic/scss/_slides.scss +0 -529
- package/lib/ionic/scss/_spinner.scss +0 -100
- package/lib/ionic/scss/_tabs.scss +0 -542
- package/lib/ionic/scss/_toggle.scss +0 -198
- package/lib/ionic/scss/_transitions.scss +0 -188
- package/lib/ionic/scss/_type.scss +0 -166
- package/lib/ionic/scss/_util.scss +0 -296
- package/lib/ionic/scss/_variables.scss +0 -764
- package/lib/ionic/scss/ionic.scss +0 -54
- package/lib/ionic/scss/ionicons/_ionicons-font.scss +0 -28
- package/lib/ionic/scss/ionicons/_ionicons-icons.scss +0 -1473
- package/lib/ionic/scss/ionicons/_ionicons-variables.scss +0 -741
- package/lib/ionic/scss/ionicons/ionicons.scss +0 -16
- package/lib/ionic/version.json +0 -6
package/postupdate.json
CHANGED
|
@@ -27,12 +27,7 @@
|
|
|
27
27
|
"script": "node_modules/cronapp-framework-mobile-js/dist/css/app.css",
|
|
28
28
|
"type": "style"
|
|
29
29
|
},
|
|
30
|
-
|
|
31
|
-
"file": "index.html",
|
|
32
|
-
"script": "node_modules/chart.js/dist/Chart.min.js",
|
|
33
|
-
"type": "script"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
30
|
+
{
|
|
36
31
|
"file": "index.html",
|
|
37
32
|
"script": "node_modules/cronapp-framework-mobile-js/dist/components/js/qrcode.js",
|
|
38
33
|
"type": "script"
|
|
@@ -42,109 +37,177 @@
|
|
|
42
37
|
"script": "node_modules/cronapp-framework-mobile-js/dist/components/js/pouchdb.cordova-sqlite.js",
|
|
43
38
|
"type": "script"
|
|
44
39
|
},
|
|
45
|
-
|
|
40
|
+
{
|
|
46
41
|
"file": "index.html",
|
|
47
|
-
"script": "node_modules/
|
|
42
|
+
"script": "node_modules/cronapp-common-js/dist/js/parser.js",
|
|
48
43
|
"type": "script"
|
|
49
44
|
},
|
|
50
45
|
{
|
|
51
46
|
"file": "index.html",
|
|
52
|
-
"script": "node_modules/
|
|
47
|
+
"script": "node_modules/cronapp-common-js/dist/js/parser.js",
|
|
53
48
|
"type": "script"
|
|
54
49
|
},
|
|
55
|
-
|
|
50
|
+
{
|
|
56
51
|
"file": "index.html",
|
|
57
|
-
"script": "node_modules/
|
|
52
|
+
"script": "node_modules/cronapp-common-js/dist/js/datasource/datasource.js",
|
|
58
53
|
"type": "script"
|
|
59
54
|
},
|
|
60
55
|
{
|
|
61
56
|
"file": "index.html",
|
|
62
|
-
"script": "
|
|
57
|
+
"script": "js/customModules.js",
|
|
63
58
|
"type": "script",
|
|
64
|
-
|
|
59
|
+
"onTop": true
|
|
65
60
|
},
|
|
66
|
-
|
|
61
|
+
{
|
|
67
62
|
"file": "index.html",
|
|
68
|
-
"script": "
|
|
69
|
-
"type": "
|
|
70
|
-
|
|
63
|
+
"script": "js/customStateProvider.js",
|
|
64
|
+
"type": "script",
|
|
65
|
+
"onTop": true
|
|
71
66
|
},
|
|
72
67
|
{
|
|
73
68
|
"file": "index.html",
|
|
74
|
-
"script": "
|
|
69
|
+
"script": "js/custom.controllers.js",
|
|
75
70
|
"type": "script"
|
|
76
71
|
},
|
|
77
72
|
{
|
|
78
73
|
"file": "index.html",
|
|
79
|
-
"script": "node_modules/cronapp-
|
|
74
|
+
"script": "node_modules/cronapp-framework-mobile-js/dist/js/upload.service.js",
|
|
80
75
|
"type": "script"
|
|
81
76
|
},
|
|
82
77
|
{
|
|
83
78
|
"file": "index.html",
|
|
84
|
-
"script": "node_modules/
|
|
79
|
+
"script": "node_modules/pace-js/pace.min.js",
|
|
85
80
|
"type": "script"
|
|
86
81
|
},
|
|
87
82
|
{
|
|
88
83
|
"file": "index.html",
|
|
89
|
-
"script": "
|
|
90
|
-
"type": "
|
|
84
|
+
"script": "node_modules/font-awesome/css/font-awesome.min.css",
|
|
85
|
+
"type": "style"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"file": "index.html",
|
|
89
|
+
"script": "node_modules/cronapp-framework-mobile-js/lib/kendo/kendo.all.min.js",
|
|
90
|
+
"type": "script"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"file": "index.html",
|
|
94
|
+
"script": "node_modules/cronapp-framework-mobile-js/js/reports/parameters.controller.js",
|
|
95
|
+
"type": "script"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"file": "index.html",
|
|
99
|
+
"script": "node_modules/cronapp-framework-mobile-js/js/reports/reports.service.js",
|
|
100
|
+
"type": "script"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"file": "index.html",
|
|
104
|
+
"script": "node_modules/@cronapp/cronapp-tab-badge/dist/index.js",
|
|
105
|
+
"type": "script"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"file": "index.html",
|
|
109
|
+
"script": "node_modules/signature_pad/dist/signature_pad.umd.min.js",
|
|
110
|
+
"type": "script"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"file": "index.html",
|
|
114
|
+
"script": "node_modules/cronapp-framework-mobile-js/css/themes/material.min.css",
|
|
115
|
+
"type": "themeStyleSheet",
|
|
116
|
+
"notMatches": " id=\"themeStyleSheet\""
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"file": "index.html",
|
|
120
|
+
"script": "node_modules/@cronapp/cronapp-mobile-mvc/dist/cronapp.mobile.mvc.css",
|
|
121
|
+
"type": "style",
|
|
91
122
|
"onTop": true
|
|
92
123
|
},
|
|
93
124
|
{
|
|
94
125
|
"file": "index.html",
|
|
95
|
-
"script": "
|
|
126
|
+
"script": "node_modules/jquery/dist/jquery.min.js?v=3.5.0",
|
|
96
127
|
"type": "script",
|
|
97
128
|
"onTop": true
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"removes": [
|
|
132
|
+
{
|
|
133
|
+
"file": "index.html",
|
|
134
|
+
"script": "plugins/cronapp-framework-mobile-js/dist/css/app.css",
|
|
135
|
+
"type": "style"
|
|
98
136
|
},
|
|
99
137
|
{
|
|
100
138
|
"file": "index.html",
|
|
101
|
-
"script": "js/
|
|
102
|
-
"type": "
|
|
139
|
+
"script": "node_modules/cronapp-framework-mobile-js/dist/css/app.css",
|
|
140
|
+
"type": "style"
|
|
103
141
|
},
|
|
104
142
|
{
|
|
105
143
|
"file": "index.html",
|
|
106
|
-
"script": "node_modules/cronapp-framework-mobile-js/
|
|
144
|
+
"script": "node_modules/cronapp-framework-mobile-js/lib/kendo/kendo.default-v2.min.css",
|
|
145
|
+
"type": "style"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"file": "index.html",
|
|
149
|
+
"script": "js/dataSourceMap.js",
|
|
107
150
|
"type": "script"
|
|
108
151
|
},
|
|
109
152
|
{
|
|
110
153
|
"file": "index.html",
|
|
111
|
-
"script": "
|
|
154
|
+
"script": "lib/ionic/js/ionic.bundle.js",
|
|
112
155
|
"type": "script"
|
|
113
156
|
},
|
|
114
157
|
{
|
|
115
158
|
"file": "index.html",
|
|
116
|
-
"script": "
|
|
159
|
+
"script": "lib/ionic/css/ionic.css",
|
|
117
160
|
"type": "style"
|
|
118
161
|
},
|
|
119
162
|
{
|
|
120
163
|
"file": "index.html",
|
|
121
|
-
"script": "
|
|
164
|
+
"script": "plugins/cronapp-framework-mobile-js/dist/components/js/datasource.js",
|
|
122
165
|
"type": "script"
|
|
123
166
|
},
|
|
124
167
|
{
|
|
125
168
|
"file": "index.html",
|
|
126
|
-
"script": "
|
|
169
|
+
"script": "js/index/js",
|
|
127
170
|
"type": "script"
|
|
128
171
|
},
|
|
129
172
|
{
|
|
130
173
|
"file": "index.html",
|
|
131
|
-
"script": "
|
|
174
|
+
"script": "plugins/ng-file-upload/ng-file-upload.min.js",
|
|
132
175
|
"type": "script"
|
|
133
176
|
},
|
|
134
177
|
{
|
|
135
178
|
"file": "index.html",
|
|
136
|
-
"script": "
|
|
179
|
+
"script": "plugins/angular-dynamic-locale/tmhDynamicLocale.js",
|
|
137
180
|
"type": "script"
|
|
138
181
|
},
|
|
139
|
-
|
|
140
182
|
{
|
|
141
183
|
"file": "index.html",
|
|
142
|
-
"script": "
|
|
184
|
+
"script": "plugins/angular-translate/angular-translate.min.js",
|
|
143
185
|
"type": "script"
|
|
144
186
|
},
|
|
145
187
|
{
|
|
146
188
|
"file": "index.html",
|
|
147
|
-
"script": "node_modules/
|
|
189
|
+
"script": "node_modules/signature_pad/dist/signature_pad.umd.min.js",
|
|
190
|
+
"type": "script",
|
|
191
|
+
"onTop": true
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"file": "index.html",
|
|
195
|
+
"script": "node_modules/font-awesome/css/font-awesome.min.css",
|
|
196
|
+
"type": "style"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"file": "index.html",
|
|
200
|
+
"script": "node_modules/cronapp-framework-mobile-js/lib/ionic/css/ionic.css",
|
|
201
|
+
"type": "style"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"file": "index.html",
|
|
205
|
+
"script": "node_modules/cronapp-framework-mobile-js/lib/ionic/css/ionic.css",
|
|
206
|
+
"type": "style"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"file": "index.html",
|
|
210
|
+
"script": "node_modules/cronapp-ion-tab-badge/dist/index.js",
|
|
148
211
|
"type": "script"
|
|
149
212
|
},
|
|
150
213
|
{
|
|
@@ -154,92 +217,103 @@
|
|
|
154
217
|
},
|
|
155
218
|
{
|
|
156
219
|
"file": "index.html",
|
|
157
|
-
"script": "node_modules/
|
|
220
|
+
"script": "node_modules/angular-ui-bootstrap/ui-bootstrap.min.js",
|
|
158
221
|
"type": "script"
|
|
159
222
|
},
|
|
160
223
|
{
|
|
161
224
|
"file": "index.html",
|
|
162
|
-
"script": "node_modules/
|
|
225
|
+
"script": "node_modules/bootstrap/dist/js/bootstrap.min.js",
|
|
163
226
|
"type": "script"
|
|
164
227
|
},
|
|
165
228
|
{
|
|
166
229
|
"file": "index.html",
|
|
167
|
-
"script": "node_modules/
|
|
230
|
+
"script": "node_modules/angular-moment/angular-moment.js",
|
|
168
231
|
"type": "script"
|
|
169
232
|
},
|
|
170
233
|
{
|
|
171
234
|
"file": "index.html",
|
|
172
|
-
"script": "node_modules/
|
|
235
|
+
"script": "node_modules/chart.js/dist/Chart.min.js",
|
|
173
236
|
"type": "script"
|
|
174
237
|
},
|
|
175
238
|
{
|
|
176
239
|
"file": "index.html",
|
|
177
|
-
"script": "node_modules/
|
|
178
|
-
"type": "
|
|
179
|
-
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"removes": [
|
|
240
|
+
"script": "node_modules/ng-file-upload/dist/ng-file-upload.min.js",
|
|
241
|
+
"type": "script"
|
|
242
|
+
},
|
|
183
243
|
{
|
|
184
244
|
"file": "index.html",
|
|
185
|
-
"script": "
|
|
186
|
-
"type": "
|
|
245
|
+
"script": "node_modules/angular-moment/angular-moment.min.js",
|
|
246
|
+
"type": "script"
|
|
187
247
|
},
|
|
188
248
|
{
|
|
189
249
|
"file": "index.html",
|
|
190
|
-
"script": "node_modules/
|
|
191
|
-
"type": "
|
|
250
|
+
"script": "node_modules/moment/min/moment-with-locales.min.js",
|
|
251
|
+
"type": "script"
|
|
192
252
|
},
|
|
193
253
|
{
|
|
194
254
|
"file": "index.html",
|
|
195
|
-
"script": "node_modules/
|
|
196
|
-
"type": "
|
|
255
|
+
"script": "node_modules/angular-messages/angular-messages.min.js",
|
|
256
|
+
"type": "script"
|
|
197
257
|
},
|
|
198
258
|
{
|
|
199
259
|
"file": "index.html",
|
|
200
|
-
"script": "
|
|
260
|
+
"script": "node_modules/angular-dynamic-locale/dist/tmhDynamicLocale.js",
|
|
201
261
|
"type": "script"
|
|
202
262
|
},
|
|
203
263
|
{
|
|
204
264
|
"file": "index.html",
|
|
205
|
-
"script": "
|
|
265
|
+
"script": "node_modules/angular-translate-handler-log/angular-translate-handler-log.min.js",
|
|
206
266
|
"type": "script"
|
|
207
267
|
},
|
|
208
|
-
|
|
268
|
+
{
|
|
209
269
|
"file": "index.html",
|
|
210
|
-
"script": "
|
|
211
|
-
"type": "
|
|
270
|
+
"script": "node_modules/angular-translate-storage-local/angular-translate-storage-local.min.js",
|
|
271
|
+
"type": "script"
|
|
212
272
|
},
|
|
213
273
|
{
|
|
214
274
|
"file": "index.html",
|
|
215
|
-
"script": "
|
|
275
|
+
"script": "node_modules/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js",
|
|
216
276
|
"type": "script"
|
|
217
277
|
},
|
|
218
|
-
|
|
278
|
+
{
|
|
219
279
|
"file": "index.html",
|
|
220
|
-
"script": "
|
|
280
|
+
"script": "node_modules/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js",
|
|
221
281
|
"type": "script"
|
|
222
282
|
},
|
|
223
283
|
{
|
|
224
284
|
"file": "index.html",
|
|
225
|
-
"script": "
|
|
285
|
+
"script": "node_modules/angular-translate/dist/angular-translate.min.js",
|
|
226
286
|
"type": "script"
|
|
227
287
|
},
|
|
228
288
|
{
|
|
229
289
|
"file": "index.html",
|
|
230
|
-
"script": "
|
|
290
|
+
"script": "node_modules/angular-sanitize/angular-sanitize.min.js",
|
|
231
291
|
"type": "script"
|
|
232
292
|
},
|
|
233
293
|
{
|
|
234
294
|
"file": "index.html",
|
|
235
|
-
"script": "
|
|
295
|
+
"script": "node_modules/angular-resource/angular-resource.min.js",
|
|
236
296
|
"type": "script"
|
|
237
297
|
},
|
|
238
298
|
{
|
|
239
299
|
"file": "index.html",
|
|
240
|
-
"script": "node_modules/
|
|
241
|
-
"type": "script"
|
|
242
|
-
|
|
300
|
+
"script": "node_modules/angular-cookies/angular-cookies.min.js",
|
|
301
|
+
"type": "script"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"file": "index.html",
|
|
305
|
+
"script": "node_modules/cronapp-ui-router/release/angular-ui-router.min.js",
|
|
306
|
+
"type": "script"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"file": "index.html",
|
|
310
|
+
"script": "node_modules/cronapp-framework-mobile-js/lib/ionic/js/ionic.bundle.js",
|
|
311
|
+
"type": "script"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"file": "index.html",
|
|
315
|
+
"script": "node_modules/jquery/dist/jquery.min.js",
|
|
316
|
+
"type": "script"
|
|
243
317
|
}
|
|
244
318
|
],
|
|
245
319
|
"replaces": [
|
|
@@ -264,188 +338,192 @@
|
|
|
264
338
|
"new": "node_modules/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js"
|
|
265
339
|
},
|
|
266
340
|
{
|
|
267
|
-
"old"
|
|
341
|
+
"old": "plugins/cronapp-framework-mobile-js/lib/ionic/css/ionic.css",
|
|
268
342
|
"new": "node_modules/cronapp-framework-mobile-js/lib/ionic/css/ionic.css"
|
|
269
343
|
},
|
|
270
344
|
{
|
|
271
|
-
"old"
|
|
345
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/css/cronos.css",
|
|
272
346
|
"new": "node_modules/cronapp-framework-mobile-js/dist/css/cronos.css"
|
|
273
347
|
},
|
|
274
348
|
{
|
|
275
|
-
"old"
|
|
349
|
+
"old": "plugins/font-awesome/css/font-awesome.min.css",
|
|
276
350
|
"new": "node_modules/font-awesome/css/font-awesome.min.css"
|
|
277
351
|
},
|
|
278
352
|
{
|
|
279
|
-
"old"
|
|
353
|
+
"old": "plugins/cronapp-framework-mobile-js/lib/ionic/js/ionic.bundle.js",
|
|
280
354
|
"new": "node_modules/cronapp-framework-mobile-js/lib/ionic/js/ionic.bundle.js"
|
|
281
355
|
},
|
|
282
356
|
{
|
|
283
|
-
"old"
|
|
357
|
+
"old": "plugins/jquery/dist/jquery.min.js",
|
|
284
358
|
"new": "node_modules/jquery/dist/jquery.min.js"
|
|
285
359
|
},
|
|
286
360
|
{
|
|
287
|
-
"old"
|
|
361
|
+
"old": "plugins/angular-aria/angular-aria.min.js",
|
|
288
362
|
"new": "node_modules/angular-aria/angular-aria.min.js"
|
|
289
363
|
},
|
|
290
364
|
{
|
|
291
|
-
"old"
|
|
365
|
+
"old": "plugins/angular-ui-router/release/angular-ui-router.min.js",
|
|
292
366
|
"new": "node_modules/cronapp-ui-router/release/angular-ui-router.min.js"
|
|
293
367
|
},
|
|
294
368
|
{
|
|
295
|
-
"old"
|
|
369
|
+
"old": "node_modules/angular-ui-router/release/angular-ui-router.min.js",
|
|
296
370
|
"new": "node_modules/cronapp-ui-router/release/angular-ui-router.min.js"
|
|
297
371
|
},
|
|
298
372
|
{
|
|
299
|
-
"old"
|
|
373
|
+
"old": "plugins/angular-cookies/angular-cookies.min.js",
|
|
300
374
|
"new": "node_modules/angular-cookies/angular-cookies.min.js"
|
|
301
375
|
},
|
|
302
376
|
{
|
|
303
|
-
"old"
|
|
377
|
+
"old": "plugins/angular-resource/angular-resource.min.js",
|
|
304
378
|
"new": "node_modules/angular-resource/angular-resource.min.js"
|
|
305
379
|
},
|
|
306
380
|
{
|
|
307
|
-
"old"
|
|
381
|
+
"old": "plugins/angular-sanitize/angular-sanitize.min.js",
|
|
308
382
|
"new": "node_modules/angular-sanitize/angular-sanitize.min.js"
|
|
309
383
|
},
|
|
310
384
|
{
|
|
311
|
-
"old"
|
|
385
|
+
"old": "plugins/angular-translate/dist/angular-translate.min.js",
|
|
312
386
|
"new": "node_modules/angular-translate/dist/angular-translate.min.js"
|
|
313
387
|
},
|
|
314
388
|
{
|
|
315
|
-
"old"
|
|
389
|
+
"old": "plugins/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js",
|
|
316
390
|
"new": "node_modules/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js"
|
|
317
391
|
},
|
|
318
392
|
{
|
|
319
|
-
"old"
|
|
393
|
+
"old": "plugins/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js",
|
|
320
394
|
"new": "node_modules/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js"
|
|
321
395
|
},
|
|
322
396
|
{
|
|
323
|
-
"old"
|
|
397
|
+
"old": "plugins/angular-translate-storage-local/angular-translate-storage-local.min.js",
|
|
324
398
|
"new": "node_modules/angular-translate-storage-local/angular-translate-storage-local.min.js"
|
|
325
399
|
},
|
|
326
400
|
{
|
|
327
|
-
"old"
|
|
401
|
+
"old": "plugins/angular-translate-handler-log/angular-translate-handler-log.min.js",
|
|
328
402
|
"new": "node_modules/angular-translate-handler-log/angular-translate-handler-log.min.js"
|
|
329
403
|
},
|
|
330
404
|
{
|
|
331
|
-
"old"
|
|
405
|
+
"old": "plugins/angular-dynamic-locale/dist/tmhDynamicLocale.js",
|
|
332
406
|
"new": "node_modules/angular-dynamic-locale/dist/tmhDynamicLocale.js"
|
|
333
407
|
},
|
|
334
408
|
{
|
|
335
|
-
"old"
|
|
409
|
+
"old": "plugins/cronapp-framework-mobile-js/lib/notification-mobile.js",
|
|
336
410
|
"new": "node_modules/cronapp-framework-mobile-js/lib/notification-mobile.js"
|
|
337
411
|
},
|
|
338
412
|
{
|
|
339
|
-
"old"
|
|
413
|
+
"old": "plugins/angular-messages/angular-messages.min.js",
|
|
340
414
|
"new": "node_modules/angular-messages/angular-messages.min.js"
|
|
341
415
|
},
|
|
342
416
|
{
|
|
343
|
-
"old"
|
|
417
|
+
"old": "plugins/moment/min/moment-with-locales.min.js",
|
|
344
418
|
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
345
419
|
},
|
|
346
420
|
{
|
|
347
|
-
"old"
|
|
421
|
+
"old": "node_modules/cronapp-lib-js/dist/js/moment/moment-with-locales.min.js",
|
|
348
422
|
"new": "node_modules/moment/min/moment-with-locales.min.js"
|
|
349
423
|
},
|
|
350
424
|
{
|
|
351
|
-
"old"
|
|
425
|
+
"old": "plugins/angular-moment/angular-moment.min.js",
|
|
352
426
|
"new": "node_modules/angular-moment/angular-moment.min.js"
|
|
353
427
|
},
|
|
354
428
|
{
|
|
355
|
-
"old"
|
|
429
|
+
"old": "plugins/ng-file-upload/dist/ng-file-upload.min.js",
|
|
356
430
|
"new": "node_modules/ng-file-upload/dist/ng-file-upload.min.js"
|
|
357
431
|
},
|
|
358
432
|
{
|
|
359
|
-
"old"
|
|
433
|
+
"old": "plugins/cronapi-js/dist/cronapi.min.js",
|
|
360
434
|
"new": "node_modules/cronapi-js/dist/cronapi.min.js"
|
|
361
435
|
},
|
|
362
436
|
{
|
|
363
|
-
"old"
|
|
437
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/app.authentication.js",
|
|
364
438
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/app.authentication.js"
|
|
365
439
|
},
|
|
366
440
|
{
|
|
367
|
-
"old"
|
|
441
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/controllers.authentication.js",
|
|
368
442
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/controllers.authentication.js"
|
|
369
443
|
},
|
|
370
444
|
{
|
|
371
|
-
"old"
|
|
445
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/services.js",
|
|
372
446
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/services.js"
|
|
373
447
|
},
|
|
374
448
|
{
|
|
375
|
-
"old"
|
|
449
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/LocaleService.js",
|
|
376
450
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/LocaleService.js"
|
|
377
451
|
},
|
|
378
452
|
{
|
|
379
|
-
"old"
|
|
453
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/LanguageSelectDirective.js",
|
|
380
454
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/LanguageSelectDirective.js"
|
|
381
455
|
},
|
|
382
456
|
{
|
|
383
|
-
"old"
|
|
457
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/directives.js",
|
|
384
458
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/directives.js"
|
|
385
459
|
},
|
|
386
460
|
{
|
|
387
|
-
"old"
|
|
461
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/filters.js",
|
|
388
462
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/filters.js"
|
|
389
463
|
},
|
|
390
464
|
{
|
|
391
|
-
"old"
|
|
465
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/components/js/jquery.mask.min.js",
|
|
392
466
|
"new": "node_modules/cronapp-framework-mobile-js/dist/components/js/jquery.mask.min.js"
|
|
393
467
|
},
|
|
394
468
|
{
|
|
395
|
-
"old"
|
|
469
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/components/js/jquery.inputmask.bundle.js",
|
|
396
470
|
"new": "node_modules/cronapp-framework-mobile-js/dist/components/js/jquery.inputmask.bundle.js"
|
|
397
471
|
},
|
|
398
472
|
{
|
|
399
|
-
"old"
|
|
473
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/components/js/format.min.js",
|
|
400
474
|
"new": "node_modules/cronapp-framework-mobile-js/dist/components/js/format.min.js"
|
|
401
475
|
},
|
|
402
476
|
{
|
|
403
|
-
"old"
|
|
477
|
+
"old": "plugins/pace/pace.min.js",
|
|
404
478
|
"new": "node_modules/pace-js/pace.min.js"
|
|
405
479
|
},
|
|
406
480
|
{
|
|
407
|
-
"old"
|
|
481
|
+
"old": "node_modules/pace/pace.min.js",
|
|
408
482
|
"new": "node_modules/pace-js/pace.min.js"
|
|
409
483
|
},
|
|
410
484
|
{
|
|
411
|
-
"old"
|
|
485
|
+
"old": "plugins/cronapp-common-js/dist/js/parser.js",
|
|
412
486
|
"new": "node_modules/cronapp-common-js/dist/js/parser.js"
|
|
413
487
|
},
|
|
414
488
|
{
|
|
415
|
-
"old"
|
|
489
|
+
"old": "plugins/cronapp-common-js/dist/js/datasource/datasource.js",
|
|
416
490
|
"new": "node_modules/cronapp-common-js/dist/js/datasource/datasource.js"
|
|
417
491
|
},
|
|
418
492
|
{
|
|
419
|
-
"old"
|
|
493
|
+
"old": "plugins/cronapp-common-js/dist/js/odata-filter-parser.js",
|
|
420
494
|
"new": "node_modules/cronapp-common-js/dist/js/odata-filter-parser.js"
|
|
421
495
|
},
|
|
422
496
|
{
|
|
423
|
-
"old"
|
|
497
|
+
"old": "plugins/cronapp-common-js/dist/js/pouchdb.min.js",
|
|
424
498
|
"new": "node_modules/cronapp-common-js/dist/js/pouchdb.min.js"
|
|
425
499
|
},
|
|
426
500
|
{
|
|
427
|
-
"old"
|
|
501
|
+
"old": "plugins/cronapp-common-js/dist/js/pouchdb.find.min.js",
|
|
428
502
|
"new": "node_modules/cronapp-common-js/dist/js/pouchdb.find.min.js"
|
|
429
503
|
},
|
|
430
504
|
{
|
|
431
|
-
"old"
|
|
505
|
+
"old": "plugins/chart.js/dist/Chart.min.js",
|
|
432
506
|
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
433
507
|
},
|
|
434
508
|
{
|
|
435
|
-
"old"
|
|
509
|
+
"old": "node_modules/cronapp-lib-js/dist/js/chart.js/Chart.min.js",
|
|
436
510
|
"new": "node_modules/chart.js/dist/Chart.min.js"
|
|
437
511
|
},
|
|
438
512
|
{
|
|
439
|
-
"old"
|
|
513
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/components/js/qrcode.js",
|
|
440
514
|
"new": "node_modules/cronapp-framework-mobile-js/dist/components/js/qrcode.js"
|
|
441
515
|
},
|
|
442
516
|
{
|
|
443
|
-
"old"
|
|
517
|
+
"old": "plugins/angular-moment/angular-moment.js",
|
|
444
518
|
"new": "node_modules/angular-moment/angular-moment.js"
|
|
445
519
|
},
|
|
446
520
|
{
|
|
447
|
-
"old"
|
|
521
|
+
"old": "plugins/cronapp-framework-mobile-js/dist/js/upload.service.js",
|
|
448
522
|
"new": "node_modules/cronapp-framework-mobile-js/dist/js/upload.service.js"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"old": "node_modules/angular-aria/angular-aria.min.js",
|
|
526
|
+
"new": "node_modules/@cronapp/cronapp-mobile-mvc/dist/cronapp.mobile.mvc.js"
|
|
449
527
|
}
|
|
450
528
|
],
|
|
451
529
|
"permissions": [
|