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.
- package/components/crn-accordion.components.json +29 -1
- package/components/crn-anchor.components.json +2 -2
- package/components/crn-datepicker.components.json +15 -0
- package/components/crn-datetimepicker.components.json +25 -0
- package/components/crn-dynamic-menu.components.json +21 -0
- package/components/crn-eight-four-container.components.json +43 -0
- package/components/crn-enterprise-autocomplete.components.json +38 -1
- package/components/crn-enterprise-combobox.components.json +11 -1
- package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
- package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
- package/components/crn-four-eight-container.components.json +43 -0
- package/components/crn-horizontal-container.components.json +40 -43
- package/components/crn-label.components.json +1 -0
- package/components/crn-one-container.components.json +43 -0
- package/components/crn-rating.components.json +3 -5
- package/components/crn-table.components.json +1 -2
- package/components/crn-textarea.components.json +9 -0
- package/components/crn-textinput.components.json +16 -5
- package/components/crn-three-container.components.json +43 -0
- package/components/crn-trhee-six-three-container.components.json +43 -0
- package/components/crn-two-container.components.json +43 -0
- package/components/crn-vertical-container.components.json +17 -9
- package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
- package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
- package/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/components/templates/Component_Container/crn-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-two-container.template.html +4 -0
- package/components/templates/cron-autocomplete.designtime.html +3 -3
- package/components/templates/grid-horizontal.template.html +4 -2
- package/components/templates/grid-vertical.template.html +4 -2
- package/components/templates/rating.template.html +6 -6
- package/css/animate.css +433 -0
- package/css/app.css +104 -32
- package/css/modalTemplate.css +25 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
- package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
- package/css/themes/custom/material/custom-material.css +16 -11
- package/css/themes/custom/navigator/custom-navigator.css +71 -76
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/grid-horizontal.template.html +1 -1
- package/dist/components/templates/grid-vertical.template.html +1 -1
- package/dist/components/templates/rating.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/i18n/locale_en_us.json +2 -1
- package/dist/i18n/locale_pt_br.json +2 -1
- package/dist/img/barcode.png +0 -0
- package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/dist/img/cronGrid.png +0 -0
- package/dist/img/cronRichEditor.png +0 -0
- package/dist/img/cronapp-logo-login.png +0 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/qrcode.png +0 -0
- package/dist/img/selectFile.png +0 -0
- package/dist/img/switch.png +0 -0
- package/dist/js/app.js +1 -1
- package/dist/js/directives.js +1 -1
- package/i18n/locale_en_us.json +2 -1
- package/i18n/locale_pt_br.json +2 -1
- package/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/img/cron-icon/crn-one-container.svg +17 -0
- package/img/cron-icon/crn-three-container.svg +21 -0
- package/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/img/cron-icon/crn-two-container.svg +18 -0
- package/img/placehold-900x500.png +0 -0
- package/js/app.js +9 -1
- package/js/directives.js +2067 -1894
- package/package.json +1 -1
package/i18n/locale_en_us.json
CHANGED
package/i18n/locale_pt_br.json
CHANGED
|
@@ -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
|
};
|