cronapp-framework-js 2.8.21 → 2.8.25

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.
Files changed (85) hide show
  1. package/components/crn-accordion.components.json +29 -1
  2. package/components/crn-anchor.components.json +2 -2
  3. package/components/crn-datepicker.components.json +15 -0
  4. package/components/crn-datetimepicker.components.json +25 -0
  5. package/components/crn-dynamic-menu.components.json +21 -0
  6. package/components/crn-eight-four-container.components.json +43 -0
  7. package/components/crn-enterprise-autocomplete.components.json +38 -1
  8. package/components/crn-enterprise-combobox.components.json +11 -1
  9. package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
  10. package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
  11. package/components/crn-four-eight-container.components.json +43 -0
  12. package/components/crn-horizontal-container.components.json +40 -43
  13. package/components/crn-label.components.json +1 -0
  14. package/components/crn-one-container.components.json +43 -0
  15. package/components/crn-rating.components.json +3 -5
  16. package/components/crn-table.components.json +1 -2
  17. package/components/crn-textarea.components.json +9 -0
  18. package/components/crn-textinput.components.json +16 -5
  19. package/components/crn-three-container.components.json +43 -0
  20. package/components/crn-trhee-six-three-container.components.json +43 -0
  21. package/components/crn-two-container.components.json +43 -0
  22. package/components/crn-vertical-container.components.json +17 -9
  23. package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
  24. package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
  25. package/components/templates/Component_Container/crn-one-container.template.html +1 -0
  26. package/components/templates/Component_Container/crn-three-container.template.html +5 -0
  27. package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
  28. package/components/templates/Component_Container/crn-two-container.template.html +4 -0
  29. package/components/templates/cron-autocomplete.designtime.html +3 -3
  30. package/components/templates/grid-horizontal.template.html +4 -2
  31. package/components/templates/grid-vertical.template.html +4 -2
  32. package/components/templates/rating.template.html +6 -6
  33. package/css/animate.css +433 -0
  34. package/css/app.css +104 -32
  35. package/css/modalTemplate.css +25 -0
  36. package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
  37. package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
  38. package/css/themes/custom/material/custom-material.css +16 -11
  39. package/css/themes/custom/navigator/custom-navigator.css +71 -76
  40. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  41. package/dist/components/js/jquery.mask.min.js +1 -1
  42. package/dist/components/js/qrcode.js +1 -1
  43. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  44. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  45. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  46. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  47. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  48. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  49. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  50. package/dist/components/templates/grid-horizontal.template.html +1 -1
  51. package/dist/components/templates/grid-vertical.template.html +1 -1
  52. package/dist/components/templates/rating.template.html +1 -1
  53. package/dist/css/app.css +1 -1
  54. package/dist/i18n/locale_en_us.json +2 -1
  55. package/dist/i18n/locale_pt_br.json +2 -1
  56. package/dist/img/barcode.png +0 -0
  57. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  58. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  59. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  60. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  61. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  62. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  63. package/dist/img/cronGrid.png +0 -0
  64. package/dist/img/cronRichEditor.png +0 -0
  65. package/dist/img/cronapp-logo-login.png +0 -0
  66. package/dist/img/logo.png +0 -0
  67. package/dist/img/placehold-100x100.png +0 -0
  68. package/dist/img/placehold-900x500.png +0 -0
  69. package/dist/img/qrcode.png +0 -0
  70. package/dist/img/selectFile.png +0 -0
  71. package/dist/img/switch.png +0 -0
  72. package/dist/js/app.js +1 -1
  73. package/dist/js/directives.js +1 -1
  74. package/i18n/locale_en_us.json +2 -1
  75. package/i18n/locale_pt_br.json +2 -1
  76. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  77. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  78. package/img/cron-icon/crn-one-container.svg +17 -0
  79. package/img/cron-icon/crn-three-container.svg +21 -0
  80. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  81. package/img/cron-icon/crn-two-container.svg +18 -0
  82. package/img/placehold-900x500.png +0 -0
  83. package/js/app.js +9 -1
  84. package/js/directives.js +2067 -1894
  85. package/package.json +1 -1
@@ -138,5 +138,6 @@
138
138
  "Editing": "Editing",
139
139
  "TimezoneEvent": "Event Timezone",
140
140
  "exportExcel": "Export to Excel",
141
- "exportPDF": "Export to PDF"
141
+ "exportPDF": "Export to PDF",
142
+ "noDataFound": "No data found"
142
143
  }
@@ -138,5 +138,6 @@
138
138
  "Editing": "Editando",
139
139
  "TimezoneEvent": "Fuso Horário do Evento",
140
140
  "exportExcel": "Exportar para Excel",
141
- "exportPDF": "Exportar para PDF"
141
+ "exportPDF": "Exportar para PDF",
142
+ "noDataFound": "Nenhum dado encontrado"
142
143
  }
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M22,0l-4,0c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h4c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z"/>
16
+ <path class="st0" d="M12,24H2c-1.1,0-2-0.9-2-2L0,2c0-1.1,0.9-2,2-2l10,0c1.1,0,2,0.9,2,2v20C14,23.1,13.1,24,12,24z"/>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M2,0h4c1.1,0,2,0.9,2,2v20c0,1.1-0.9,2-2,2H2c-1.1,0-2-0.9-2-2L0,2C0,0.9,0.9,0,2,0z"/>
17
+ <path class="st0" d="M12,24h10c1.1,0,2-0.9,2-2V2c0-1.1-0.9-2-2-2H12c-1.1,0-2,0.9-2,2v20C10,23.1,10.9,24,12,24z"/>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M22,24H2c-1.1,0-2-0.9-2-2L0,2c0-1.1,0.9-2,2-2l20,0c1.1,0,2,0.9,2,2v20C24,23.1,23.1,24,22,24z"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M3.67,24H3c-1.65,0-3-1.35-3-3L0,3c0-1.65,1.35-3,3-3h0.67c1.65,0,3,1.35,3,3v18C6.67,22.65,5.32,24,3.67,24z"
16
+ />
17
+ <path class="st0" d="M12.33,24h-0.67c-1.65,0-3-1.35-3-3V3c0-1.65,1.35-3,3-3h0.67c1.65,0,3,1.35,3,3v18
18
+ C15.33,22.65,13.98,24,12.33,24z"/>
19
+ <path class="st0" d="M21,24h-0.67c-1.65,0-3-1.35-3-3V3c0-1.65,1.35-3,3-3H21c1.65,0,3,1.35,3,3v18C24,22.65,22.65,24,21,24z"/>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M2,24L2,24c-1.1,0-2-0.9-2-2L0,2c0-1.1,0.9-2,2-2h0c1.1,0,2,0.9,2,2v20C4,23.1,3.1,24,2,24z"/>
16
+ <path class="st0" d="M22,0L22,0c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h0c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z"/>
17
+ <path class="st0" d="M16,24H8c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h8c1.1,0,2,0.9,2,2v20C18,23.1,17.1,24,16,24z"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M9,24H2c-1.1,0-2-0.9-2-2L0,2c0-1.1,0.9-2,2-2h7c1.1,0,2,0.9,2,2v20C11,23.1,10.1,24,9,24z"/>
16
+ <path class="st0" d="M22,24h-7c-1.1,0-2-0.9-2-2V2c0-1.1,0.9-2,2-2h7c1.1,0,2,0.9,2,2v20C24,23.1,23.1,24,22,24z"/>
17
+ </g>
18
+ </svg>
Binary file
package/js/app.js CHANGED
@@ -17,7 +17,8 @@ var cronappModules = [
17
17
  'report.services',
18
18
  'upload.services',
19
19
  'ui.tinymce',
20
- 'ngCookies'
20
+ 'ngCookies',
21
+ 'kendo.directives'
21
22
  ];
22
23
 
23
24
  if (window.customModules) {
@@ -200,6 +201,13 @@ var app = (function() {
200
201
 
201
202
  app.registerEventsCronapi($scope, $translate);
202
203
 
204
+ $("form").kendoValidator({
205
+ errorTemplate: '<span class="k-widget k-tooltip-validation k-x-invalid-msg-block">#=message#</span>',
206
+ messages:{
207
+ required: ''
208
+ }
209
+ });
210
+
203
211
  $rootScope.getReport = function(reportName, params, config) {
204
212
  ReportService.openReport(reportName, params, config);
205
213
  };