cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.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/components/crn-button.components.json +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +3 -3
- package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +1 -1
- package/css/themes/deprecated/cronos.css +55 -0
- package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
- package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +115 -57
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/deprecated/components/crn-QRCode.components.json +0 -54
- package/deprecated/components/crn-anchor.components.json +0 -89
- package/deprecated/components/crn-button-bar.components.json +0 -64
- package/deprecated/components/crn-button.components.json +0 -316
- package/deprecated/components/crn-card.components.json +0 -95
- package/deprecated/components/crn-chart.components.json +0 -57
- package/deprecated/components/crn-chat.components.json +0 -8
- package/deprecated/components/crn-checkbox.components.json +0 -184
- package/deprecated/components/crn-complex-search.components.json +0 -43
- package/deprecated/components/crn-container.components.json +0 -21
- package/deprecated/components/crn-cron-crud.components.json +0 -21
- package/deprecated/components/crn-datasource.components.json +0 -181
- package/deprecated/components/crn-dynamic-file.components.json +0 -85
- package/deprecated/components/crn-dynamic-image.components.json +0 -153
- package/deprecated/components/crn-dynamic-select.components.json +0 -111
- package/deprecated/components/crn-evaluation.components.json +0 -64
- package/deprecated/components/crn-filter-button.components.json +0 -305
- package/deprecated/components/crn-form-template.components.json +0 -11
- package/deprecated/components/crn-header-button.components.json +0 -63
- package/deprecated/components/crn-heading.components.json +0 -109
- package/deprecated/components/crn-icon.components.json +0 -258
- package/deprecated/components/crn-image.components.json +0 -121
- package/deprecated/components/crn-infinite-scroll.components.json +0 -32
- package/deprecated/components/crn-input-button.components.json +0 -205
- package/deprecated/components/crn-input-floating.components.json +0 -196
- package/deprecated/components/crn-input-icon.components.json +0 -187
- package/deprecated/components/crn-input-inline.components.json +0 -198
- package/deprecated/components/crn-input.components.json +0 -185
- package/deprecated/components/crn-ion-content.components.json +0 -24
- package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
- package/deprecated/components/crn-ion-header-bar.components.json +0 -211
- package/deprecated/components/crn-ion-list.components.json +0 -152
- package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
- package/deprecated/components/crn-ion-segment-item.components.json +0 -65
- package/deprecated/components/crn-ion-segment.components.json +0 -974
- package/deprecated/components/crn-ion-tab-item.components.json +0 -50
- package/deprecated/components/crn-ion-tab.components.json +0 -138
- package/deprecated/components/crn-item-options.components.json +0 -26
- package/deprecated/components/crn-item-select.components.json +0 -69
- package/deprecated/components/crn-item-swipe.components.json +0 -62
- package/deprecated/components/crn-kendo-chat.components.json +0 -88
- package/deprecated/components/crn-label.components.json +0 -113
- package/deprecated/components/crn-list-avatar.components.json +0 -260
- package/deprecated/components/crn-list-icon.components.json +0 -249
- package/deprecated/components/crn-list-item-avatar.components.json +0 -236
- package/deprecated/components/crn-list-item-icon.components.json +0 -242
- package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
- package/deprecated/components/crn-list-item.components.json +0 -160
- package/deprecated/components/crn-list-simple.components.json +0 -180
- package/deprecated/components/crn-list-swipe.components.json +0 -105
- package/deprecated/components/crn-list-thumbnail.components.json +0 -248
- package/deprecated/components/crn-list.components.json +0 -75
- package/deprecated/components/crn-map.components.json +0 -55
- package/deprecated/components/crn-mobile-menu.components.json +0 -32
- package/deprecated/components/crn-multiselect.components.json +0 -110
- package/deprecated/components/crn-navbar.components.json +0 -106
- package/deprecated/components/crn-option-button.components.json +0 -72
- package/deprecated/components/crn-paragraph.components.json +0 -110
- package/deprecated/components/crn-radio.components.json +0 -90
- package/deprecated/components/crn-radioOption.components.json +0 -23
- package/deprecated/components/crn-range.components.json +0 -106
- package/deprecated/components/crn-rating.components.json +0 -189
- package/deprecated/components/crn-search.components.json +0 -210
- package/deprecated/components/crn-select-options.components.json +0 -17
- package/deprecated/components/crn-select.components.json +0 -93
- package/deprecated/components/crn-slider-item.components.json +0 -236
- package/deprecated/components/crn-slider.components.json +0 -105
- package/deprecated/components/crn-spacer.components.json +0 -21
- package/deprecated/components/crn-start.components.json +0 -10
- package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
- package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
- package/deprecated/components/crn-tabs.components.json +0 -36
- package/deprecated/components/crn-textarea.components.json +0 -109
- package/deprecated/components/crn-toggle.components.json +0 -161
- package/deprecated/components/crn-video.components.json +0 -67
- package/deprecated/components/css/app.css +0 -78
- package/deprecated/components/css/background-color.css +0 -121
- package/deprecated/components/css/chatStyle.css +0 -221
- package/deprecated/components/css/color-default.css +0 -83
- package/deprecated/components/css/crn-ion-segment.css +0 -786
- package/deprecated/components/css/icon-size.css +0 -15
- package/deprecated/components/css/multiselect-editor.css +0 -119
- package/deprecated/components/css/tabs-color.css +0 -248
- package/deprecated/components/js/format.min.js +0 -2
- package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
- package/deprecated/components/js/jquery.mask.min.js +0 -19
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
- package/deprecated/components/js/qrcode.js +0 -1319
- package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
- package/deprecated/components/reports/DATE.parameter.html +0 -4
- package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
- package/deprecated/components/reports/FLOAT.parameter.html +0 -4
- package/deprecated/components/reports/INTEGER.parameter.html +0 -4
- package/deprecated/components/reports/LONG.parameter.html +0 -5
- package/deprecated/components/reports/STRING.parameter.html +0 -5
- package/deprecated/components/reports/reports.parameters.html +0 -20
- package/deprecated/components/templates/advanced.list.designtime.html +0 -33
- package/deprecated/components/templates/advanced.list.template.html +0 -1
- package/deprecated/components/templates/anchor.template.html +0 -1
- package/deprecated/components/templates/button-bar.template.html +0 -5
- package/deprecated/components/templates/button-report.template.html +0 -1
- package/deprecated/components/templates/button.template.html +0 -4
- package/deprecated/components/templates/card.template.html +0 -7
- package/deprecated/components/templates/chat.template.html +0 -39
- package/deprecated/components/templates/checkbox.template.html +0 -8
- package/deprecated/components/templates/combobox.designtime.html +0 -12
- package/deprecated/components/templates/combobox.template.html +0 -8
- package/deprecated/components/templates/complexsearch.template.html +0 -7
- package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
- package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
- package/deprecated/components/templates/cron-crud.template.html +0 -7
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
- package/deprecated/components/templates/div.horizontal.template.html +0 -27
- package/deprecated/components/templates/div.vertical.template.html +0 -11
- package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
- package/deprecated/components/templates/dynamicfile.template.html +0 -8
- package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
- package/deprecated/components/templates/dynamicimage.template.html +0 -9
- package/deprecated/components/templates/evaluation.designtime.html +0 -7
- package/deprecated/components/templates/evaluation.template.html +0 -1
- package/deprecated/components/templates/filterbutton.template.html +0 -3
- package/deprecated/components/templates/floattextinput.designtime.html +0 -4
- package/deprecated/components/templates/floattextinput.template.html +0 -4
- package/deprecated/components/templates/form.template.html +0 -5
- package/deprecated/components/templates/header.template.html +0 -3
- package/deprecated/components/templates/icontextinput.template.html +0 -4
- package/deprecated/components/templates/image.template.html +0 -18
- package/deprecated/components/templates/inlinetextinput.template.html +0 -4
- package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
- package/deprecated/components/templates/ion-header-bar.template.html +0 -13
- package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
- package/deprecated/components/templates/ion-tab.template.html +0 -8
- package/deprecated/components/templates/item.avatar.template.html +0 -5
- package/deprecated/components/templates/item.icon.template.html +0 -4
- package/deprecated/components/templates/item.options.template.html +0 -14
- package/deprecated/components/templates/item.slider.template.html +0 -4
- package/deprecated/components/templates/item.swipe.template.html +0 -14
- package/deprecated/components/templates/item.template.html +0 -5
- package/deprecated/components/templates/item.thumbnail.template.html +0 -5
- package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
- package/deprecated/components/templates/kendo-chat.template.html +0 -75
- package/deprecated/components/templates/list.avatar.template.html +0 -7
- package/deprecated/components/templates/list.icon.template.html +0 -6
- package/deprecated/components/templates/list.swipe.template.html +0 -16
- package/deprecated/components/templates/list.template.html +0 -5
- package/deprecated/components/templates/list.thumbnail.template.html +0 -7
- package/deprecated/components/templates/maps.designtime.html +0 -1
- package/deprecated/components/templates/maps.template.html +0 -1
- package/deprecated/components/templates/multiselect.template.html +0 -5
- package/deprecated/components/templates/nav.bar.template.html +0 -5
- package/deprecated/components/templates/publicMenu.template.html +0 -14
- package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
- package/deprecated/components/templates/radiogroup.template.html +0 -21
- package/deprecated/components/templates/range.template.html +0 -5
- package/deprecated/components/templates/rating.template.html +0 -9
- package/deprecated/components/templates/search.template.html +0 -6
- package/deprecated/components/templates/slider.template.html +0 -20
- package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
- package/deprecated/components/templates/tabs.template.html +0 -5
- package/deprecated/components/templates/textarea.template.html +0 -1
- package/deprecated/components/templates/textinput.template.html +0 -3
- package/deprecated/components/templates/textinputbutton.template.html +0 -12
- package/deprecated/components/templates/title.template.html +0 -1
- package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
- package/deprecated/components/templates/toggle.template.html +0 -9
- package/deprecated/components/templates/video.designtime.html +0 -2
- package/deprecated/components/templates/video.template.html +0 -1
- package/deprecated/components/templates/views/public/home.view.html +0 -16
- package/deprecated/components/templates/views/public/menu.view.html +0 -20
- package/deprecated/components/upload/upload.html +0 -41
- package/deprecated/css/themes/custom/material/custom-material.css +0 -12
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/dist/components/css/app.css +0 -1
- package/deprecated/dist/components/css/background-color.css +0 -1
- package/deprecated/dist/components/css/chatStyle.css +0 -1
- package/deprecated/dist/components/css/color-default.css +0 -1
- package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
- package/deprecated/dist/components/css/icon-size.css +0 -1
- package/deprecated/dist/components/css/multiselect-editor.css +0 -1
- package/deprecated/dist/components/css/tabs-color.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
- package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/card.template.html +0 -1
- package/deprecated/dist/components/templates/chat.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/iconinput.template.html +0 -1
- package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
- package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/item.icon.template.html +0 -1
- package/deprecated/dist/components/templates/item.options.template.html +0 -1
- package/deprecated/dist/components/templates/item.slider.template.html +0 -1
- package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/item.template.html +0 -1
- package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
- package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/list.icon.template.html +0 -1
- package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/maps.designtime.html +0 -1
- package/deprecated/dist/components/templates/maps.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
- package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/range.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/search.template.html +0 -1
- package/deprecated/dist/components/templates/slider.template.html +0 -1
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/toggle.template.html +0 -1
- package/deprecated/dist/components/templates/video.designtime.html +0 -1
- package/deprecated/dist/components/templates/video.template.html +0 -1
- package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
- package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -126
- package/deprecated/dist/i18n/locale_pt_br.json +0 -126
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-300x200.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qr-code.png +0 -0
- package/deprecated/dist/img/svg-charts.svg +0 -1
- package/deprecated/dist/img/user.svg +0 -1
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -17
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
- package/deprecated/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
- package/deprecated/img/cron-icon/crn-list.svg +0 -16
- package/deprecated/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
- package/deprecated/img/cron-icon/crn-radio.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-300x200.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qr-code.png +0 -0
- package/deprecated/img/svg-charts.svg +0 -1
- package/deprecated/img/user.svg +0 -18
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
--borderRadiusFull: 99999px;
|
|
73
73
|
|
|
74
74
|
/* Color - Theme default */
|
|
75
|
-
--colorDefault10
|
|
76
|
-
--colorDefault20
|
|
77
|
-
--colorDefault30
|
|
78
|
-
--colorDefault40
|
|
79
|
-
--colorDefault50
|
|
80
|
-
--colorDefault60
|
|
81
|
-
--colorDefault70
|
|
75
|
+
--colorDefault10: #d7def8;
|
|
76
|
+
--colorDefault20: #b0c0f3;
|
|
77
|
+
--colorDefault30: #819eee;
|
|
78
|
+
--colorDefault40: #2b71e8;
|
|
79
|
+
--colorDefault50: #2663cb;
|
|
80
|
+
--colorDefault60: #2053aa;
|
|
81
|
+
--colorDefault70: #183e7f;
|
|
82
82
|
--textColorDefault10: #8c8c8c;
|
|
83
83
|
--textColorDefault20: #bbbbbb;
|
|
84
84
|
--textColorDefault30: #dfdfdf;
|
|
@@ -256,77 +256,134 @@
|
|
|
256
256
|
--colorNeutral210: #090909;
|
|
257
257
|
--colorNeutral220: #000000;
|
|
258
258
|
|
|
259
|
+
/* === Variables used exclusively in the color palette property === */
|
|
259
260
|
/* Components - Button */
|
|
260
|
-
--btnDefault: var(--colorDefault40, #
|
|
261
|
-
--btnPrimary: var(--colorPrimary40, #
|
|
262
|
-
--btnSuccess: var(--colorSuccess40, #
|
|
263
|
-
--btnCalm: var(--
|
|
264
|
-
--btnWarning: var(--colorWarning40, #
|
|
265
|
-
--btnDanger: var(--colorDanger40, #
|
|
261
|
+
--btnDefault: var(--colorDefault40, #1e293b);
|
|
262
|
+
--btnPrimary: var(--colorPrimary40, #4f46e5);
|
|
263
|
+
--btnSuccess: var(--colorSuccess40, #22c55e);
|
|
264
|
+
--btnCalm: var(--colorCalm40, #11c1f3);
|
|
265
|
+
--btnWarning: var(--colorWarning40, #f59e0b);
|
|
266
|
+
--btnDanger: var(--colorDanger40, #ef4444);
|
|
266
267
|
--btnLight: var(--colorLight40, #ffffff);
|
|
267
|
-
--btnLink: var(--textColorLight40, #
|
|
268
|
+
--btnLink: var(--textColorLight40, #383838);
|
|
268
269
|
--btnStable: var(--colorStable40, #f8f8f8);
|
|
269
|
-
--btnRoyal: var(--colorRoyal40, #
|
|
270
|
-
--btnDark: var(--colorDark40, #
|
|
270
|
+
--btnRoyal: var(--colorRoyal40, #9933cc);
|
|
271
|
+
--btnDark: var(--colorDark40, #adafae);
|
|
272
|
+
|
|
273
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
274
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
275
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
276
|
+
--textColorCalm: var(--textColorDefault40, #ffffff);
|
|
277
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
278
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
279
|
+
--textColorLight: var(--textColorLight40, #383838);
|
|
280
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
281
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
282
|
+
--textColorDark: var(--textColorDark40, #000000);
|
|
283
|
+
|
|
284
|
+
--borderBtnLink: transparent;
|
|
285
|
+
--borderBtnDefault: transparent;
|
|
286
|
+
--borderBtnPrimary: transparent;
|
|
287
|
+
--borderBtnSuccess: transparent;
|
|
288
|
+
--borderBtnCalm: transparent;
|
|
289
|
+
--borderBtnWarning: transparent;
|
|
290
|
+
--borderBtnDanger: transparent;
|
|
291
|
+
--borderBtnLight: transparent;
|
|
292
|
+
--borderBtnStable: transparent;
|
|
293
|
+
--borderBtnRoyal: transparent;
|
|
294
|
+
--borderBtnDark: transparent;
|
|
271
295
|
|
|
272
296
|
/* Components - Text color */
|
|
273
|
-
--colorDefault: var(--colorDefault40, #
|
|
274
|
-
--colorPrimary: var(--colorPrimary40, #
|
|
275
|
-
--colorSuccess: var(--colorSuccess40, #
|
|
276
|
-
--colorCalm: var(--colorDefault40, #
|
|
277
|
-
--colorWarning: var(--colorWarning40, #
|
|
278
|
-
--colorDanger: var(--colorDanger40, #
|
|
297
|
+
--colorDefault: var(--colorDefault40, #1e293b);
|
|
298
|
+
--colorPrimary: var(--colorPrimary40, #4f46e5);
|
|
299
|
+
--colorSuccess: var(--colorSuccess40, #22c55e);
|
|
300
|
+
--colorCalm: var(--colorDefault40, #1e293b);
|
|
301
|
+
--colorWarning: var(--colorWarning40, #f59e0b);
|
|
302
|
+
--colorDanger: var(--colorDanger40, #ef4444);
|
|
279
303
|
--colorLight: var(--colorLight50, #dfdfdf);
|
|
280
304
|
--colorStable: var(--colorLight50, #dfdfdf);
|
|
281
|
-
--colorRoyal: var(--colorRoyal40, #
|
|
282
|
-
--colorDark: var(--colorDark40, #
|
|
305
|
+
--colorRoyal: var(--colorRoyal40, #9933cc);
|
|
306
|
+
--colorDark: var(--colorDark40, #adafae);
|
|
283
307
|
|
|
284
308
|
/* Components - Checkbox */
|
|
285
|
-
--checkboxDefault: var(--
|
|
286
|
-
--checkboxPrimary: var(--colorPrimary40, #
|
|
287
|
-
--checkboxSuccess: var(--colorSuccess40, #
|
|
309
|
+
--checkboxDefault: var(--colorDefault40, #1e293b);
|
|
310
|
+
--checkboxPrimary: var(--colorPrimary40, #4f46e5);
|
|
311
|
+
--checkboxSuccess: var(--colorSuccess40, #22c55e);
|
|
288
312
|
--checkboxCalm: var(--colorCalm40, #11c1f3);
|
|
289
|
-
--checkboxWarning: var(--colorWarning40, #
|
|
290
|
-
--checkboxDanger: var(--colorDanger40, #
|
|
313
|
+
--checkboxWarning: var(--colorWarning40, #f59e0b);
|
|
314
|
+
--checkboxDanger: var(--colorDanger40, #ef4444);
|
|
291
315
|
--checkboxLight: var(--colorLight50, #dfdfdf);
|
|
292
316
|
--checkboxStable: var(--colorStable40, #f8f8f8);
|
|
293
|
-
--checkboxRoyal: var(--colorRoyal40, #
|
|
294
|
-
--checkboxDark: var(--colorDark40, #
|
|
317
|
+
--checkboxRoyal: var(--colorRoyal40, #9933cc);
|
|
318
|
+
--checkboxDark: var(--colorDark40, #adafae);
|
|
319
|
+
|
|
320
|
+
--borderCheckboxDefault: var(--colorDefault40, #1e293b);
|
|
321
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #4f46e5);
|
|
322
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #22c55e);
|
|
323
|
+
--borderCheckboxCalm: var(--colorCalm40, #11c1f3);
|
|
324
|
+
--borderCheckboxWarning: var(--colorWarning40, #f59e0b);
|
|
325
|
+
--borderCheckboxDanger: var(--colorDanger40, #ef4444);
|
|
326
|
+
--borderCheckboxLight: var(--colorLight50, #dfdfdf);
|
|
327
|
+
--borderCheckboxStable: var(--colorStable40, #f8f8f8);
|
|
328
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #9933cc);
|
|
329
|
+
--borderCheckboxDark: var(--colorDark40, #adafae);
|
|
295
330
|
|
|
296
331
|
/* Components - Toggle */
|
|
297
|
-
--toggleDefault: var(--colorDefault40, #
|
|
298
|
-
--togglePrimary: var(--colorPrimary40, #
|
|
299
|
-
--toggleSuccess: var(--colorSuccess40, #
|
|
332
|
+
--toggleDefault: var(--colorDefault40, #1e293b);
|
|
333
|
+
--togglePrimary: var(--colorPrimary40, #4f46e5);
|
|
334
|
+
--toggleSuccess: var(--colorSuccess40, #22c55e);
|
|
300
335
|
--toggleCalm: var(--colorCalm40, #11c1f3);
|
|
301
|
-
--toggleWarning: var(--colorWarning40, #
|
|
302
|
-
--toggleDanger: var(--colorDanger40, #
|
|
336
|
+
--toggleWarning: var(--colorWarning40, #f59e0b);
|
|
337
|
+
--toggleDanger: var(--colorDanger40, #ef4444);
|
|
303
338
|
--toggleLight: var(--colorLight50, #dfdfdf);
|
|
304
339
|
--toggleStable: var(--colorStable50, #d9d9d9);
|
|
305
|
-
--toggleRoyal: var(--colorRoyal40, #
|
|
306
|
-
--toggleDark: var(--colorDark40, #
|
|
340
|
+
--toggleRoyal: var(--colorRoyal40, #9933cc);
|
|
341
|
+
--toggleDark: var(--colorDark40, #adafae);
|
|
342
|
+
|
|
343
|
+
--borderToggleDefault: var(--colorDefault40, #1e293b);
|
|
344
|
+
--borderTogglePrimary: var(--colorPrimary40, #4f46e5);
|
|
345
|
+
--borderToggleSuccess: var(--colorSuccess40, #22c55e);
|
|
346
|
+
--borderToggleCalm: var(--colorCalm40, #11c1f3);
|
|
347
|
+
--borderToggleWarning: var(--colorWarning40, #f59e0b);
|
|
348
|
+
--borderToggleDanger: var(--colorDanger40, #ef4444);
|
|
349
|
+
--borderToggleLight: var(--colorLight50, #dfdfdf);
|
|
350
|
+
--borderToggleStable: var(--colorStable50, #9c9c9c);
|
|
351
|
+
--borderToggleRoyal: var(--colorRoyal40, #9933cc);
|
|
352
|
+
--borderToggleDark: var(--colorDark40, #adafae);
|
|
307
353
|
|
|
308
354
|
/* Components - Tabs - crn-ion-segment */
|
|
309
|
-
--bgDefault: var(--colorPrimary40, #
|
|
310
|
-
--bgPrimary: var(--colorDefault40, #
|
|
311
|
-
--bgSuccess: var(--colorSuccess40, #
|
|
355
|
+
--bgDefault: var(--colorPrimary40, #4f46e5);
|
|
356
|
+
--bgPrimary: var(--colorDefault40, #1e293b);
|
|
357
|
+
--bgSuccess: var(--colorSuccess40, #22c55e);
|
|
312
358
|
--bgCalm: var(--colorCalm40, #11c1f3);
|
|
313
|
-
--bgWarning: var(--colorWarning40, #
|
|
314
|
-
--bgDanger: var(--colorDanger40, #
|
|
359
|
+
--bgWarning: var(--colorWarning40, #f59e0b);
|
|
360
|
+
--bgDanger: var(--colorDanger40, #ef4444);
|
|
315
361
|
--bgLight: var(--colorLight40, #ffffff);
|
|
316
362
|
--bgStable: var(--colorStable40, #f8f8f8);
|
|
317
|
-
--bgRoyal: var(--colorRoyal40, #
|
|
318
|
-
--bgDark: var(--colorDark40, #
|
|
319
|
-
|
|
320
|
-
--
|
|
321
|
-
--
|
|
322
|
-
--
|
|
363
|
+
--bgRoyal: var(--colorRoyal40, #9933cc);
|
|
364
|
+
--bgDark: var(--colorDark40, #adafae);
|
|
365
|
+
|
|
366
|
+
--borderActiveBackgroundDefault: transparent;
|
|
367
|
+
--borderActiveBackgroundPrimary: transparent;
|
|
368
|
+
--borderActiveBackgroundSuccess: transparent;
|
|
369
|
+
--borderActiveBackgroundCalm: transparent;
|
|
370
|
+
--borderActiveBackgroundWarning: transparent;
|
|
371
|
+
--borderActiveBackgroundDanger: transparent;
|
|
372
|
+
--borderActiveBackgroundLight: transparent;
|
|
373
|
+
--borderActiveBackgroundStable: transparent;
|
|
374
|
+
--borderActiveBackgroundRoyal: transparent;
|
|
375
|
+
--borderActiveBackgroundDark: transparent;
|
|
376
|
+
|
|
377
|
+
--activeBackgroundDefault: var(--colorPrimary40, #4f46e5);
|
|
378
|
+
--activeBackgroundPrimary: var(--colorDefault40, #1e293b);
|
|
379
|
+
--activeBackgroundSuccess: var(--colorSuccess40, #22c55e);
|
|
323
380
|
--activeBackgroundCalm: var(--colorCalm40, #11c1f3);
|
|
324
|
-
--activeBackgroundWarning: var(--colorWarning40, #
|
|
325
|
-
--activeBackgroundDanger: var(--colorDanger40, #
|
|
381
|
+
--activeBackgroundWarning: var(--colorWarning40, #f59e0b);
|
|
382
|
+
--activeBackgroundDanger: var(--colorDanger40, #ef4444);
|
|
326
383
|
--activeBackgroundLight: var(--colorLight40, #ffffff);
|
|
327
384
|
--activeBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
328
|
-
--activeBackgroundRoyal: var(--colorRoyal40, #
|
|
329
|
-
--activeBackgroundDark: var(--colorDark40, #
|
|
385
|
+
--activeBackgroundRoyal: var(--colorRoyal40, #9933cc);
|
|
386
|
+
--activeBackgroundDark: var(--colorDark40, #adafae);
|
|
330
387
|
|
|
331
388
|
--ionSegmentDefault: var(--textColorPrimary40, #ffffff);
|
|
332
389
|
--ionSegmentPrimary: var(--textColorDefault40, #ffffff);
|
|
@@ -334,59 +391,59 @@
|
|
|
334
391
|
--ionSegmentCalm: var(--textColorCalm40, #ffffff);
|
|
335
392
|
--ionSegmentWarning: var(--textColorWarning40, #ffffff);
|
|
336
393
|
--ionSegmentDanger: var(--textColorDanger40, #ffffff);
|
|
337
|
-
--ionSegmentLight: var(--textColorLight40, #
|
|
394
|
+
--ionSegmentLight: var(--textColorLight40, #383838);
|
|
338
395
|
--ionSegmentStable: var(--textColorStable40, #444444);
|
|
339
396
|
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
340
|
-
--ionSegmentDark: var(--textColorDark40, #
|
|
341
|
-
|
|
342
|
-
--iconThemeLightDefault: var(--
|
|
343
|
-
--iconThemeLightPrimary: var(--
|
|
344
|
-
--iconThemeLightSuccess: var(--
|
|
345
|
-
--iconThemeLightCalm: var(--
|
|
346
|
-
--iconThemeLightWarning: var(--
|
|
347
|
-
--iconThemeLightDanger: var(--
|
|
348
|
-
--iconThemeLightLight: var(--textColorLight40, #
|
|
397
|
+
--ionSegmentDark: var(--textColorDark40, #000000);
|
|
398
|
+
|
|
399
|
+
--iconThemeLightDefault: var(--colorPrimary40, #4f46e5);
|
|
400
|
+
--iconThemeLightPrimary: var(--colorDefault40, #1e293b);
|
|
401
|
+
--iconThemeLightSuccess: var(--colorSuccess40, #22c55e);
|
|
402
|
+
--iconThemeLightCalm: var(--colorCalm40, #11c1f3);
|
|
403
|
+
--iconThemeLightWarning: var(--colorWarning40, #f59e0b);
|
|
404
|
+
--iconThemeLightDanger: var(--colorDanger40, #ef4444);
|
|
405
|
+
--iconThemeLightLight: var(--textColorLight40, #383838);
|
|
349
406
|
--iconThemeLightStable: var(--textColorStable40, #444444);
|
|
350
|
-
--iconThemeLightRoyal: var(--
|
|
351
|
-
--iconThemeLightDark: var(--
|
|
407
|
+
--iconThemeLightRoyal: var(--colorRoyal40, #9933cc);
|
|
408
|
+
--iconThemeLightDark: var(--colorDark40, #adafae);
|
|
352
409
|
|
|
353
410
|
/* Components - Old Tabs - pallete false */
|
|
354
|
-
--tabsDefault: var(--colorDefault40, #
|
|
355
|
-
--tabsPrimary: var(--colorPrimary40, #
|
|
356
|
-
--tabsSuccess: var(--colorSuccess40, #
|
|
411
|
+
--tabsDefault: var(--colorDefault40, #1e293b);
|
|
412
|
+
--tabsPrimary: var(--colorPrimary40, #4f46e5);
|
|
413
|
+
--tabsSuccess: var(--colorSuccess40, #22c55e);
|
|
357
414
|
--tabsCalm: var(--colorCalm40, #11c1f3);
|
|
358
|
-
--tabsWarning: var(--colorWarning40, #
|
|
359
|
-
--tabsDanger: var(--colorDanger40, #
|
|
415
|
+
--tabsWarning: var(--colorWarning40, #f59e0b);
|
|
416
|
+
--tabsDanger: var(--colorDanger40, #ef4444);
|
|
360
417
|
--tabsLight: var(--colorLight40, #ffffff);
|
|
361
418
|
--tabsStable: var(--colorStable40, #f8f8f8);
|
|
362
|
-
--tabsRoyal: var(--colorRoyal40, #
|
|
363
|
-
--tabsDark: var(--colorDark40, #
|
|
419
|
+
--tabsRoyal: var(--colorRoyal40, #9933cc);
|
|
420
|
+
--tabsDark: var(--colorDark40, #adafae);
|
|
364
421
|
|
|
365
422
|
/* Components - Header */
|
|
366
|
-
--barDefault: var(--colorDefault40, #
|
|
367
|
-
--barPrimary: var(--colorDefault40, #
|
|
368
|
-
--barSuccess: var(--colorSuccess40, #
|
|
423
|
+
--barDefault: var(--colorDefault40, #1e293b);
|
|
424
|
+
--barPrimary: var(--colorDefault40, #1e293b);
|
|
425
|
+
--barSuccess: var(--colorSuccess40, #22c55e);
|
|
369
426
|
--barCalm: var(--colorCalm40, #11c1f3);
|
|
370
|
-
--barWarning: var(--colorWarning40, #
|
|
371
|
-
--barDanger: var(--colorDanger40, #
|
|
427
|
+
--barWarning: var(--colorWarning40, #f59e0b);
|
|
428
|
+
--barDanger: var(--colorDanger40, #ef4444);
|
|
372
429
|
--barLight: var(--colorLight40, #ffffff);
|
|
373
430
|
--barStable: var(--colorStable40, #f8f8f8);
|
|
374
|
-
--barRoyal: var(--colorRoyal40, #
|
|
375
|
-
--barDark: var(--colorDark40, #
|
|
431
|
+
--barRoyal: var(--colorRoyal40, #9933cc);
|
|
432
|
+
--barDark: var(--colorDark40, #adafae);
|
|
376
433
|
|
|
377
434
|
/* Componentes - Footer with icon */
|
|
378
435
|
--backgroundDefault: var(--textColorDefault40, #ffffff);
|
|
379
|
-
--backgroundPrimary: var(--colorDefault40, #
|
|
380
|
-
--backgroundSuccess: var(--colorSuccess40, #
|
|
436
|
+
--backgroundPrimary: var(--colorDefault40, #1e293b);
|
|
437
|
+
--backgroundSuccess: var(--colorSuccess40, #22c55e);
|
|
381
438
|
--backgroundCalm: var(--colorCalm40, #11c1f3);
|
|
382
|
-
--backgroundWarning: var(--colorWarning40, #
|
|
383
|
-
--backgroundDanger: var(--colorDanger40, #
|
|
439
|
+
--backgroundWarning: var(--colorWarning40, #f59e0b);
|
|
440
|
+
--backgroundDanger: var(--colorDanger40, #ef4444);
|
|
384
441
|
--backgroundLight: var(--colorLight40, #ffffff);
|
|
385
442
|
--backgroundStable: var(--colorStable40, #f8f8f8);
|
|
386
|
-
--backgroundRoyal: var(--colorRoyal40, #
|
|
387
|
-
--backgroundDark: var(--colorDark40, #
|
|
443
|
+
--backgroundRoyal: var(--colorRoyal40, #9933cc);
|
|
444
|
+
--backgroundDark: var(--colorDark40, #adafae);
|
|
388
445
|
|
|
389
|
-
--tabsIconDefault: var(--colorDefault40, #
|
|
446
|
+
--tabsIconDefault: var(--colorDefault40, #1e293b);
|
|
390
447
|
--tabsIconPrimary: var(--textColorDefault40, #ffffff);
|
|
391
448
|
--tabsIconSuccess: var(--textColorSuccess40, #ffffff);
|
|
392
449
|
--tabsIconCalm: var(--textColorCalm40, #ffffff);
|
|
@@ -395,7 +452,8 @@
|
|
|
395
452
|
--tabsIconLight: var(--textColorLight40, #000000);
|
|
396
453
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
397
454
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
398
|
-
--tabsIconDark: var(--textColorDark40, #
|
|
455
|
+
--tabsIconDark: var(--textColorDark40, #000000);
|
|
456
|
+
/* End - Variables used exclusively in the color palette property */
|
|
399
457
|
}
|
|
400
458
|
|
|
401
459
|
h1,
|
|
@@ -526,6 +584,37 @@ a.stable,
|
|
|
526
584
|
background: var(--colorPrimary40, #5665be);
|
|
527
585
|
}
|
|
528
586
|
|
|
587
|
+
/* Light - Outline */
|
|
588
|
+
|
|
589
|
+
.button.button-light.button-outline {
|
|
590
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.button.button-light.button-outline span,
|
|
594
|
+
.button.button-light.button-outline i {
|
|
595
|
+
color: var(--colorLight50, #dfdfdf);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.button.button-light.button-outline:active,
|
|
599
|
+
.button.button-light.button-outline.activated {
|
|
600
|
+
background: var(--colorLight50, #dfdfdf);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/* Stable - Outline */
|
|
604
|
+
.button.button-stable.button-outline {
|
|
605
|
+
border-color: var(--colorStable50, #d9d9d9);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.button.button-stable.button-outline span,
|
|
609
|
+
.button.button-stable.button-outline i {
|
|
610
|
+
color: var(--colorStable50, #d9d9d9);
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.button.button-stable.button-outline:active,
|
|
614
|
+
.button.button-stable.button-outline.activated {
|
|
615
|
+
background: var(--colorStable50, #d9d9d9);
|
|
616
|
+
}
|
|
617
|
+
|
|
529
618
|
/* Rodapé com ícone */
|
|
530
619
|
|
|
531
620
|
.tabs-striped.background-default .tabs {
|
|
@@ -469,52 +469,52 @@ button,
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
/* Colors */
|
|
472
|
-
.button
|
|
473
|
-
.button
|
|
474
|
-
color: var(--
|
|
472
|
+
.button span.default,
|
|
473
|
+
.button i.default {
|
|
474
|
+
color: var(--textColorDefault40, #ffffff);
|
|
475
475
|
}
|
|
476
476
|
|
|
477
|
-
.button
|
|
478
|
-
.button
|
|
479
|
-
color: var(--
|
|
477
|
+
.button span.light,
|
|
478
|
+
.button i.light {
|
|
479
|
+
color: var(--textColorLight40, #444444);
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
.button
|
|
483
|
-
.button
|
|
484
|
-
color: var(--
|
|
482
|
+
.button span.stable,
|
|
483
|
+
.button i.stable {
|
|
484
|
+
color: var(--textColorStable40, #f8f8f8);
|
|
485
485
|
}
|
|
486
486
|
|
|
487
|
-
.button
|
|
488
|
-
.button
|
|
489
|
-
color: var(--
|
|
487
|
+
.button span.positive,
|
|
488
|
+
.button i.positive {
|
|
489
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
.button
|
|
493
|
-
.button
|
|
494
|
-
color: var(--
|
|
492
|
+
.button span.calm,
|
|
493
|
+
.button i.calm {
|
|
494
|
+
color: var(--textColorCalm40, #ffffff);
|
|
495
495
|
}
|
|
496
496
|
|
|
497
|
-
.button
|
|
498
|
-
.button
|
|
499
|
-
color: var(--
|
|
497
|
+
.button span.assertive,
|
|
498
|
+
.button i.assertive {
|
|
499
|
+
color: var(--textColorDanger40, #ffffff);
|
|
500
500
|
}
|
|
501
501
|
|
|
502
|
-
.button
|
|
503
|
-
.button
|
|
504
|
-
color: var(--
|
|
502
|
+
.button span.balanced,
|
|
503
|
+
.button i.balanced {
|
|
504
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
.button
|
|
508
|
-
.button
|
|
509
|
-
color: var(--
|
|
507
|
+
.button span.energized,
|
|
508
|
+
.button i.energized {
|
|
509
|
+
color: var(--textColorWarning40, #ffffff);
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
-
.button
|
|
513
|
-
.button
|
|
514
|
-
color: var(--
|
|
512
|
+
.button span.royal,
|
|
513
|
+
.button i.royal {
|
|
514
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
-
.button
|
|
518
|
-
.button
|
|
519
|
-
color: var(--
|
|
517
|
+
.button span.dark,
|
|
518
|
+
.button i.dark {
|
|
519
|
+
color: var(--textColorDark40, #ffffff);
|
|
520
520
|
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
.modal-dialog-full{
|
|
3
|
+
position: fixed !important;
|
|
4
|
+
margin: 0 !important;
|
|
5
|
+
width: 100% !important;
|
|
6
|
+
height: 100% !important;
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.modal-content-full{
|
|
11
|
+
position: absolute !important;
|
|
12
|
+
top: 0 !important;
|
|
13
|
+
right: 0 !important;
|
|
14
|
+
bottom: 0 !important;
|
|
15
|
+
left: 0 !important;
|
|
16
|
+
border-radius: 0 !important;
|
|
17
|
+
box-shadow: none !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.modal-upload {
|
|
21
|
+
min-height: 70px;
|
|
22
|
+
width: 100%;
|
|
23
|
+
line-height: 70px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
}
|
|
27
|
+
.full-width {
|
|
28
|
+
width: 100% !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.button-cancel-capture {
|
|
32
|
+
margin-left: 55px !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.progress{
|
|
36
|
+
width: 96%;
|
|
37
|
+
text-align: center;
|
|
38
|
+
background-color: #f4f4f4;
|
|
39
|
+
color: #fff;
|
|
40
|
+
border-radius: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.progress-bar {
|
|
44
|
+
min-width: 15%;
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
padding: 5px;
|
|
48
|
+
border-radius: 20px;
|
|
49
|
+
background-color: #33cd5f;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.col.item.item-input.component-holder {
|
|
53
|
+
white-space: pre-wrap;
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|