@cronapp/templates 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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -4,73 +4,57 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover, maximum-scale=1">
6
6
  <title ng-bind="$root.ionViewTitle">MyApp</title>
7
- <!-- Customs -->
8
- <link href="plugins/cronapp-framework-mobile-js/lib/ionic/css/ionic.css" rel="stylesheet">
9
- <link href="plugins/cronapp-framework-mobile-js/dist/css/cronos.css" rel="stylesheet">
7
+ <link href="node_modules/@cronapp/cronapp-mobile-mvc/dist/cronapp.mobile.mvc.css" rel="stylesheet"-->
8
+ <link href="node_modules/cronapp-framework-mobile-js/dist/css/cronos.css" rel="stylesheet">
10
9
  <script src="js/customModules.js"></script>
11
10
  <script src="js/customStateProvider.js"></script>
12
- <link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
11
+ <link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
13
12
  <#if !(theme??) || theme == "" >
14
13
  <link id="themeStyleSheet" rel="stylesheet" href="node_modules/cronapp-framework-mobile-js/css/themes/material.min.css">
15
14
  <#else >
16
15
  <link id="themeStyleSheet" rel="stylesheet" href="node_modules/cronapp-framework-mobile-js/css/themes/${theme?lower_case}.min.css">
17
16
  </#if>
18
17
  <link href="css/app.css" rel="stylesheet">
18
+ <link rel="stylesheet" href="node_modules/cronapp-framework-mobile-js/dist/css/app.css">
19
19
  </head>
20
20
  <body>
21
21
  <ion-nav-view role="main"></ion-nav-view>
22
- <!-- Ionic Angular JS -->
23
- <script src="plugins/cronapp-framework-mobile-js/lib/ionic/js/ionic.bundle.js"></script>
24
- <!-- Cordova Script (this will be a 404 during development) -->
22
+
23
+ <script src="node_modules/jquery/dist/jquery.min.js"></script>
24
+ <script src="node_modules/@cronapp/cronapp-mobile-mvc/dist/cronapp.mobile.mvc.js"></script>
25
25
  <script src="cordova.js"></script>
26
- <!-- JQuery -->
27
- <script src="plugins/jquery/dist/jquery.min.js"></script>
28
- <!-- Angular JS -->
29
- <script src="plugins/angular-aria/angular-aria.min.js"></script>
30
- <script src="plugins/angular-ui-router/release/angular-ui-router.min.js"></script>
31
- <script src="plugins/angular-cookies/angular-cookies.min.js"></script>
32
- <script src="plugins/angular-resource/angular-resource.min.js"></script>
33
- <script src="plugins/angular-sanitize/angular-sanitize.min.js"></script>
34
- <script src="plugins/angular-translate/dist/angular-translate.min.js"></script>
35
- <script src="plugins/angular-translate-loader-static-files/angular-translate-loader-static-files.min.js"></script>
36
- <script src="plugins/angular-translate/dist/angular-translate-storage-cookie/angular-translate-storage-cookie.min.js"></script>
37
- <script src="plugins/angular-translate-storage-local/angular-translate-storage-local.min.js"></script>
38
- <script src="plugins/angular-translate-handler-log/angular-translate-handler-log.min.js"></script>
39
- <script src="plugins/angular-dynamic-locale/dist/tmhDynamicLocale.js"></script>
40
- <script src="plugins/cronapp-framework-mobile-js/lib/notification-mobile.js"></script>
41
- <script src="plugins/angular-messages/angular-messages.min.js"></script>
42
- <script src="plugins/moment/min/moment-with-locales.min.js"></script>
43
- <script src="plugins/angular-moment/angular-moment.min.js"></script>
44
- <script src="plugins/ng-file-upload/dist/ng-file-upload.min.js"></script>
45
- <!-- CronApi Js -->
46
- <script src="plugins/cronapi-js/dist/cronapi.min.js"></script>
47
- <!-- CronApp Framework -->
48
- <script src="plugins/cronapp-framework-mobile-js/dist/js/app.authentication.js"></script>
49
- <script src="plugins/cronapp-framework-mobile-js/dist/js/controllers.authentication.js"></script>
50
- <script src="plugins/cronapp-framework-mobile-js/dist/js/services.js"></script>
51
- <script src="plugins/cronapp-framework-mobile-js/dist/js/LocaleService.js"></script>
52
- <script src="plugins/cronapp-framework-mobile-js/dist/js/LanguageSelectDirective.js"></script>
53
- <script src="plugins/cronapp-framework-mobile-js/dist/js/directives.js"></script>
54
- <script src="plugins/cronapp-framework-mobile-js/dist/js/filters.js"></script>
55
- <script src="plugins/cronapp-framework-mobile-js/dist/components/js/jquery.mask.min.js"></script>
56
- <script src="plugins/cronapp-framework-mobile-js/dist/components/js/jquery.inputmask.bundle.js"></script>
57
- <script src="plugins/cronapp-framework-mobile-js/dist/components/js/format.min.js"></script>
58
- <!-- Customs -->
26
+ <script src="node_modules/cronapp-framework-mobile-js/lib/notification-mobile.js"></script>
27
+ <script src="node_modules/cronapi-js/dist/cronapi.min.js"></script>
28
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/app.authentication.js"></script>
29
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/controllers.authentication.js"></script>
30
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/services.js"></script>
31
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/LocaleService.js"></script>
32
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/LanguageSelectDirective.js"></script>
33
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/directives.js"></script>
34
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/filters.js"></script>
35
+ <script src="node_modules/cronapp-framework-mobile-js/dist/components/js/jquery.mask.min.js"></script>
36
+ <script src="node_modules/cronapp-framework-mobile-js/dist/components/js/jquery.inputmask.bundle.js"></script>
37
+ <script src="node_modules/cronapp-framework-mobile-js/dist/components/js/format.min.js"></script>
59
38
  <script src="js/blockly.js"></script>
60
- <script src="js/dataSourceMap.js"></script>
61
- <script src="js/events.js"></script>
62
- <script src="js/hostApp.js"></script>
39
+ <script src="js/events.js"></script>
40
+ <script src="js/hostApp.js"></script>
63
41
  <script src="js/index.js"></script>
64
- <script src="plugins/pace/pace.min.js"></script>
65
- <script src="plugins/cronapp-common-js/dist/js/parser.js"></script>
66
- <script src="plugins/cronapp-common-js/dist/js/datasource/datasource.js"></script>
67
- <script src="plugins/cronapp-common-js/dist/js/odata-filter-parser.js"></script>
68
- <script src="plugins/cronapp-common-js/dist/js/pouchdb.min.js"></script>
69
- <script src="plugins/cronapp-common-js/dist/js/pouchdb.find.min.js"></script>
70
- <script src="plugins/chart.js/dist/Chart.min.js"></script>
71
- <script src="plugins/cronapp-framework-mobile-js/dist/components/js/qrcode.js"></script>
72
- <script src="plugins/angular-moment/angular-moment.js"></script>
42
+ <script src="node_modules/pace-js/pace.min.js"></script>
43
+ <script src="node_modules/cronapp-common-js/dist/js/parser.js"></script>
44
+ <script src="node_modules/cronapp-common-js/dist/js/datasource/datasource.js"></script>
45
+ <script src="node_modules/cronapp-common-js/dist/js/odata-filter-parser.js"></script>
46
+ <script src="node_modules/cronapp-common-js/dist/js/pouchdb.min.js"></script>
47
+ <script src="node_modules/cronapp-common-js/dist/js/pouchdb.find.min.js"></script>
48
+ <script src="node_modules/cronapp-framework-mobile-js/dist/components/js/qrcode.js"></script>
73
49
  <script src="js/custom.controllers.js"></script>
74
- <script src="plugins/cronapp-framework-mobile-js/dist/js/upload.service.js"></script>
50
+ <script src="node_modules/cronapp-framework-mobile-js/dist/js/upload.service.js"></script>
51
+ <script src="node_modules/cronapp-lib-js/dist/js/tinymce/plugins/angular-ui-tinymce/dist/tinymce.min.js"></script>
52
+ <script src="node_modules/cronapp-framework-mobile-js/dist/components/js/pouchdb.cordova-sqlite.js"></script>
53
+ <script src="node_modules/cronapp-framework-mobile-js/lib/kendo/kendo.all.min.js"></script>
54
+ <script src="node_modules/cronapp-lib-js/dist/js/kendo-ui/js/timezones/kendo.timezones.min.js"></script>
55
+ <script src="node_modules/cronapp-framework-mobile-js/js/reports/parameters.controller.js"></script>
56
+ <script src="node_modules/cronapp-framework-mobile-js/js/reports/reports.service.js"></script>
57
+ <script src="node_modules/@cronapp/cronapp-tab-badge/dist/index.js"></script>
58
+ <script src="node_modules/signature_pad/dist/signature_pad.umd.min.js"></script>
75
59
  </body>
76
60
  </html>