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
|
@@ -267,43 +267,78 @@
|
|
|
267
267
|
--colorNeutral210: #090909;
|
|
268
268
|
--colorNeutral220: #000000;
|
|
269
269
|
|
|
270
|
+
/* === Variables used exclusively in the color palette property === */
|
|
270
271
|
/* Components - Button */
|
|
271
272
|
--btnLink: var(--colorPrimary40, #2c72a8);
|
|
272
|
-
--btnDefault: var(--colorDefault40, #2ca4a8);
|
|
273
|
-
--btnPrimary: var(--colorPrimary40, #2c72a8);
|
|
274
|
-
--btnSuccess: var(--colorSuccess40, #38a82c);
|
|
275
|
-
--btnCalm:
|
|
276
|
-
--btnWarning: var(--colorWarning40, #daa31f);
|
|
277
|
-
--btnDanger: var(--colorDanger40, #a82c2c);
|
|
278
|
-
--btnLight:
|
|
279
|
-
--btnStable: var(--colorStable40, #b2b2b2);
|
|
280
|
-
--btnRoyal: var(--colorRoyal40, #7e5ee8);
|
|
281
|
-
--btnDark: var(--colorDark40, #444444);
|
|
273
|
+
--btnDefault: linear-gradient(90deg, var(--colorDefault40, #2ca4a8) 40%, var(--colorDefault30, #81bdc0) 100%);
|
|
274
|
+
--btnPrimary: linear-gradient(90deg, var(--colorPrimary40, #2c72a8) 40%, var(--colorPrimary30, #819fc0) 100%);
|
|
275
|
+
--btnSuccess: linear-gradient(90deg, var(--colorSuccess40, #38a82c) 40%, var(--colorSuccess30, #85c081) 100%);
|
|
276
|
+
--btnCalm: transparent;
|
|
277
|
+
--btnWarning: linear-gradient(90deg, var(--colorWarning40, #daa31f) 40%, var(--colorWarning30, #e3bd7e) 100%);
|
|
278
|
+
--btnDanger: linear-gradient(90deg, var(--colorDanger40, #a82c2c) 40%, var(--colorDanger30, #c08181) 100%);
|
|
279
|
+
--btnLight: transparent;
|
|
280
|
+
--btnStable: linear-gradient(90deg, var(--colorStable40, #b2b2b2) 40%, var(--colorStable30, #c7c7c7) 100%);
|
|
281
|
+
--btnRoyal: linear-gradient(90deg, var(--colorRoyal40, #7e5ee8) 40%, var(--colorRoyal30, #a594ee) 100%);
|
|
282
|
+
--btnDark: linear-gradient(90deg, var(--colorDark40, #444444) 40%, var(--colorDark30, #898989) 100%);
|
|
283
|
+
|
|
284
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
285
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
286
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
287
|
+
--textColorCalm: var(--colorCalm40, #11c1f3);
|
|
288
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
289
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
290
|
+
--textColorLight: var(--textColorLight40, #444444);
|
|
291
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
292
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
293
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
294
|
+
|
|
295
|
+
--borderBtnLink: var(--colorPrimary40, #2c72a8);
|
|
296
|
+
--borderBtnDefault: transparent;
|
|
297
|
+
--borderBtnPrimary: transparent;
|
|
298
|
+
--borderBtnSuccess: transparent;
|
|
299
|
+
--borderBtnCalm: var(--colorCalm40, #11c1f3);
|
|
300
|
+
--borderBtnWarning: transparent;
|
|
301
|
+
--borderBtnDanger: transparent;
|
|
302
|
+
--borderBtnLight: var(--textColorLight40, #444444);
|
|
303
|
+
--borderBtnStable: transparent;
|
|
304
|
+
--borderBtnRoyal: transparent;
|
|
305
|
+
--borderBtnDark: transparent;
|
|
282
306
|
|
|
283
307
|
/* Components - Text color */
|
|
284
|
-
--colorDefault: var(--colorDefault40, #
|
|
285
|
-
--colorPrimary: var(--colorPrimary40, #
|
|
286
|
-
--colorSuccess: var(--colorSuccess40, #
|
|
287
|
-
--colorCalm: var(--colorDefault40, #
|
|
288
|
-
--colorWarning: var(--colorWarning40, #
|
|
308
|
+
--colorDefault: var(--colorDefault40, #2ca4a8);
|
|
309
|
+
--colorPrimary: var(--colorPrimary40, #2c72a8);
|
|
310
|
+
--colorSuccess: var(--colorSuccess40, #38a82c);
|
|
311
|
+
--colorCalm: var(--colorDefault40, #2ca4a8);
|
|
312
|
+
--colorWarning: var(--colorWarning40, #daa31f);
|
|
289
313
|
--colorDanger: var(--colorDanger40, #ce3a36);
|
|
290
314
|
--colorLight: var(--colorLight50, #c2c2c2);
|
|
291
|
-
--colorStable: var(--colorStable40, #
|
|
315
|
+
--colorStable: var(--colorStable40, #b2b2b2);
|
|
292
316
|
--colorRoyal: var(--colorRoyal40, #7e5ee8);
|
|
293
317
|
--colorDark: var(--colorDark40, #444444);
|
|
294
318
|
|
|
295
319
|
/* Components - Checkbox */
|
|
296
|
-
--checkboxDefault: var(--colorDefault40, #
|
|
297
|
-
--checkboxPrimary: var(--colorPrimary40, #
|
|
298
|
-
--checkboxSuccess: var(--colorSuccess40, #
|
|
320
|
+
--checkboxDefault: var(--colorDefault40, #2ca4a8);
|
|
321
|
+
--checkboxPrimary: var(--colorPrimary40, #2c72a8);
|
|
322
|
+
--checkboxSuccess: var(--colorSuccess40, #38a82c);
|
|
299
323
|
--checkboxCalm: var(--colorCalm40, #11c1f3);
|
|
300
|
-
--checkboxWarning: var(--colorWarning40, #
|
|
324
|
+
--checkboxWarning: var(--colorWarning40, #daa31f);
|
|
301
325
|
--checkboxDanger: var(--colorDanger40, #ce3a36);
|
|
302
326
|
--checkboxLight: var(--colorLight40, #dddddd);
|
|
303
327
|
--checkboxStable: var(--colorStable40, #b2b2b2);
|
|
304
328
|
--checkboxRoyal: var(--colorRoyal40, #7e5ee8);
|
|
305
329
|
--checkboxDark: var(--colorDark40, #444444);
|
|
306
330
|
|
|
331
|
+
--borderCheckboxDefault: var(--colorDefault40, #2ca4a8);
|
|
332
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #2c72a8);
|
|
333
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #38a82c);
|
|
334
|
+
--borderCheckboxCalm: var(--colorCalm40, #11c1f3);
|
|
335
|
+
--borderCheckboxWarning: var(--colorWarning40, #daa31f);
|
|
336
|
+
--borderCheckboxDanger: var(--colorDanger40, #ce3a36);
|
|
337
|
+
--borderCheckboxLight: var(--colorLight40, #dddddd);
|
|
338
|
+
--borderCheckboxStable: var(--colorStable40, #b2b2b2);
|
|
339
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #7e5ee8);
|
|
340
|
+
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
341
|
+
|
|
307
342
|
/* Components - Toggle */
|
|
308
343
|
--toggleDefault: var(--colorDefault40, #2ca4a8);
|
|
309
344
|
--togglePrimary: var(--colorPrimary40, #2c72a8);
|
|
@@ -316,50 +351,72 @@
|
|
|
316
351
|
--toggleRoyal: var(--colorRoyal40, #7e5ee8);
|
|
317
352
|
--toggleDark: var(--colorDark40, #444444);
|
|
318
353
|
|
|
354
|
+
--borderToggleDefault: var(--colorDefault40, #2ca4a8);
|
|
355
|
+
--borderTogglePrimary: var(--colorPrimary40, #2c72a8);
|
|
356
|
+
--borderToggleSuccess: var(--colorSuccess40, #38a82c);
|
|
357
|
+
--borderToggleCalm: var(--colorCalm40, #11c1f3);
|
|
358
|
+
--borderToggleWarning: var(--colorWarning40, #daa31f);
|
|
359
|
+
--borderToggleDanger: var(--colorDanger40, #a82c2c);
|
|
360
|
+
--borderToggleLight: var(--colorLight50, #c2c2c2);
|
|
361
|
+
--borderToggleStable: var(--colorStable50, #9c9c9c);
|
|
362
|
+
--borderToggleRoyal: var(--colorRoyal40, #7e5ee8);
|
|
363
|
+
--borderToggleDark: var(--colorDark40, #444444);
|
|
364
|
+
|
|
319
365
|
/* Components - Tabs - crn-ion-segment */
|
|
320
|
-
--bgDefault: var(--
|
|
321
|
-
--bgPrimary: var(--
|
|
322
|
-
--bgSuccess: var(--
|
|
323
|
-
--bgCalm: var(--
|
|
324
|
-
--bgWarning: var(--
|
|
325
|
-
--bgDanger: var(--
|
|
326
|
-
--bgLight: var(--
|
|
327
|
-
--bgStable: var(--
|
|
328
|
-
--bgRoyal: var(--
|
|
329
|
-
--bgDark: var(--
|
|
330
|
-
|
|
331
|
-
--
|
|
332
|
-
--
|
|
333
|
-
--
|
|
334
|
-
--
|
|
335
|
-
--
|
|
336
|
-
--
|
|
337
|
-
--
|
|
338
|
-
--
|
|
339
|
-
--
|
|
340
|
-
--
|
|
341
|
-
|
|
342
|
-
--
|
|
343
|
-
--
|
|
344
|
-
--
|
|
345
|
-
--
|
|
346
|
-
--
|
|
347
|
-
--
|
|
348
|
-
--
|
|
366
|
+
--bgDefault: var(--colorDefault10, #d7e7e8);
|
|
367
|
+
--bgPrimary: var(--colorPrimary10, #d7dee8);
|
|
368
|
+
--bgSuccess: var(--colorSuccess10, #d8e8d7);
|
|
369
|
+
--bgCalm: var(--colorCalm10, #d6eefb);
|
|
370
|
+
--bgWarning: var(--colorWarning10, #f4e7d6);
|
|
371
|
+
--bgDanger: var(--colorDanger10, #e8d7d7);
|
|
372
|
+
--bgLight: var(--colorLight10, #f5f5f5);
|
|
373
|
+
--bgStable: var(--colorStable10, #ebebeb);
|
|
374
|
+
--bgRoyal: var(--colorRoyal10, #e0dbf8);
|
|
375
|
+
--bgDark: var(--colorDark10, #d9d9d9);
|
|
376
|
+
|
|
377
|
+
--borderActiveBackgroundDefault: var(--colorDefault40, #2ca4a8);
|
|
378
|
+
--borderActiveBackgroundPrimary: var(--colorPrimary40, #2c72a8);
|
|
379
|
+
--borderActiveBackgroundSuccess: var(--colorSuccess40, #38a82c);
|
|
380
|
+
--borderActiveBackgroundCalm: var(--colorCalm40, #11c1f3);
|
|
381
|
+
--borderActiveBackgroundWarning: var(--colorWarning40, #daa31f);
|
|
382
|
+
--borderActiveBackgroundDanger: var(--colorDanger50, #c71c22);
|
|
383
|
+
--borderActiveBackgroundLight: var(--colorLight40, #ffffff);
|
|
384
|
+
--borderActiveBackgroundStable: var(--colorStable40, #b2b2b2);
|
|
385
|
+
--borderActiveBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
386
|
+
--borderActiveBackgroundDark: var(--colorDark40, #444444);
|
|
387
|
+
|
|
388
|
+
--activeBackgroundDefault: linear-gradient(90deg, var(--colorDefault40, #2ca4a8) 40%, var(--colorDefault30, #81bdc0) 100%);
|
|
389
|
+
--activeBackgroundPrimary: linear-gradient(90deg, var(--colorPrimary40, #2c72a8) 40%, var(--colorPrimary30, #819fc0) 100%);
|
|
390
|
+
--activeBackgroundSuccess: linear-gradient(90deg, var(--colorSuccess40, #38a82c) 40%, var(--colorSuccess30, #85c081) 100%);
|
|
391
|
+
--activeBackgroundCalm: linear-gradient(90deg, var(--colorCalm40, #11c1f3) 40%, var(--colorCalm30, #7cd1f6) 100%);
|
|
392
|
+
--activeBackgroundWarning: linear-gradient(90deg, var(--colorWarning40, #daa31f) 40%, var(--colorWarning30, #e3bd7e) 100%);
|
|
393
|
+
--activeBackgroundDanger: linear-gradient(90deg, var(--colorDanger40, #a82c2c) 40%, var(--colorDanger30, #c08181) 100%);
|
|
394
|
+
--activeBackgroundLight: linear-gradient(var(--colorLight30, #e5e5e5), var(--colorLight40, #dddddd));
|
|
395
|
+
--activeBackgroundStable: linear-gradient(90deg, var(--colorStable40, #b2b2b2) 40%, var(--colorStable30, #c7c7c7) 100%);
|
|
396
|
+
--activeBackgroundRoyal: linear-gradient(var(--colorRoyal30, #a594ee), var(--colorRoyal40, #7e5ee8));
|
|
397
|
+
--activeBackgroundDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444));
|
|
398
|
+
|
|
399
|
+
--ionSegmentDefault: var(--textColorDefault40, #ffffff);
|
|
400
|
+
--ionSegmentPrimary: var(--textColorPrimary40, #ffffff);
|
|
401
|
+
--ionSegmentSuccess: var(--textColorSuccess40, #ffffff);
|
|
402
|
+
--ionSegmentCalm: var(--textColorCalm40, #ffffff);
|
|
403
|
+
--ionSegmentWarning: var(--textColorWarning40, #ffffff);
|
|
404
|
+
--ionSegmentDanger: var(--textColorDanger40, #ffffff);
|
|
405
|
+
--ionSegmentLight: var(--textColorLight40, #444444);
|
|
349
406
|
--ionSegmentStable: var(--textColorStable40, #444444);
|
|
350
|
-
--ionSegmentRoyal: var(--textColorRoyal40, #
|
|
351
|
-
--ionSegmentDark: var(--textColorDark40, #
|
|
352
|
-
|
|
353
|
-
--iconThemeLightDefault: var(--
|
|
354
|
-
--iconThemeLightPrimary: var(--
|
|
355
|
-
--iconThemeLightSuccess: var(--
|
|
356
|
-
--iconThemeLightCalm: var(--
|
|
357
|
-
--iconThemeLightWarning: var(--
|
|
358
|
-
--iconThemeLightDanger: var(--
|
|
359
|
-
--iconThemeLightLight: var(--
|
|
360
|
-
--iconThemeLightStable: var(--
|
|
361
|
-
--iconThemeLightRoyal: var(--
|
|
362
|
-
--iconThemeLightDark: var(--
|
|
407
|
+
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
408
|
+
--ionSegmentDark: var(--textColorDark40, #ffffff);
|
|
409
|
+
|
|
410
|
+
--iconThemeLightDefault: var(--colorDefault40, #2ca4a8);
|
|
411
|
+
--iconThemeLightPrimary: var(--colorPrimary40, #2c72a8);
|
|
412
|
+
--iconThemeLightSuccess: var(--colorSuccess40, #38a82c);
|
|
413
|
+
--iconThemeLightCalm: var(--colorCalm40, #11c1f3);
|
|
414
|
+
--iconThemeLightWarning: var(--colorWarning40, #daa31f);
|
|
415
|
+
--iconThemeLightDanger: var(--colorDanger40, #a82c2c);
|
|
416
|
+
--iconThemeLightLight: var(--colorLight40, #333333);
|
|
417
|
+
--iconThemeLightStable: var(--colorStable40, #b2b2b2);
|
|
418
|
+
--iconThemeLightRoyal: var(--colorRoyal40, #7e5ee8);
|
|
419
|
+
--iconThemeLightDark: var(--colorDark40, #444444);
|
|
363
420
|
|
|
364
421
|
/* Components - Old Tabs - pallete false */
|
|
365
422
|
--tabsDefault: var(--colorDefault40, #2ca4a8);
|
|
@@ -374,28 +431,28 @@
|
|
|
374
431
|
--tabsDark: var(--colorDark40, #444444);
|
|
375
432
|
|
|
376
433
|
/* Components - Header */
|
|
377
|
-
--barDefault: var(--colorDefault70, #185a5c);
|
|
378
|
-
--barPrimary: var(--colorPrimary40, #2c72a8);
|
|
379
|
-
--barSuccess: var(--colorSuccess40, #38a82c);
|
|
434
|
+
--barDefault: linear-gradient(90deg, var(--colorDefault70, #185a5c) 0%, var(--colorPrimary60, #20547b) 100%);
|
|
435
|
+
--barPrimary: linear-gradient(90deg, var(--colorPrimary40, #2c72a8) 40%, var(--colorPrimary30, #819fc0) 100%);
|
|
436
|
+
--barSuccess: linear-gradient(90deg, var(--colorSuccess40, #38a82c) 40%, var(--colorSuccess30, #85c081) 100%);
|
|
380
437
|
--barCalm: var(--colorCalm40, #11c1f3);
|
|
381
|
-
--barWarning: var(--colorWarning40, #daa31f);
|
|
382
|
-
--barDanger: var(--colorDanger40, #a82c2c);
|
|
383
|
-
--barLight: var(--colorLight40, #
|
|
384
|
-
--barStable: var(--colorStable40, #b2b2b2);
|
|
385
|
-
--barRoyal: var(--colorRoyal40, #7e5ee8);
|
|
386
|
-
--barDark: var(--colorDark40, #444444);
|
|
438
|
+
--barWarning: linear-gradient(90deg, var(--colorWarning40, #daa31f) 40%, var(--colorWarning30, #e3bd7e) 100%);
|
|
439
|
+
--barDanger: linear-gradient(90deg, var(--colorDanger40, #a82c2c) 40%, var(--colorDanger30, #c08181) 100%);
|
|
440
|
+
--barLight: var(--colorLight40, #ffffff);
|
|
441
|
+
--barStable: linear-gradient(90deg, var(--colorStable40, #b2b2b2) 40%, var(--colorStable30, #c7c7c7) 100%);
|
|
442
|
+
--barRoyal: linear-gradient(90deg, var(--colorRoyal40, #7e5ee8) 40%, var(--colorRoyal30, #a594ee) 100%);
|
|
443
|
+
--barDark: linear-gradient(90deg, var(--colorDark40, #444444) 40%, var(--colorDark30, #898989) 100%);
|
|
387
444
|
|
|
388
445
|
/* Componentes - Footer with icon */
|
|
389
|
-
--backgroundDefault: var(--colorDefault70, #185a5c);
|
|
390
|
-
--backgroundPrimary: var(--colorPrimary40, #2c72a8);
|
|
391
|
-
--backgroundSuccess: var(--colorSuccess40, #38a82c);
|
|
446
|
+
--backgroundDefault: linear-gradient(90deg, var(--colorDefault70, #185a5c) 0%, var(--colorPrimary60, #20547b) 100%);
|
|
447
|
+
--backgroundPrimary: linear-gradient(90deg, var(--colorPrimary40, #2c72a8) 40%, var(--colorPrimary30, #819fc0) 100%);
|
|
448
|
+
--backgroundSuccess: linear-gradient(90deg, var(--colorSuccess40, #38a82c) 40%, var(--colorSuccess30, #85c081) 100%);
|
|
392
449
|
--backgroundCalm: var(--colorCalm40, #11c1f3);
|
|
393
|
-
--backgroundWarning: var(--colorWarning40, #daa31f);
|
|
394
|
-
--backgroundDanger: var(--colorDanger40, #a82c2c);
|
|
450
|
+
--backgroundWarning: linear-gradient(90deg, var(--colorWarning40, #daa31f) 40%, var(--colorWarning30, #e3bd7e) 100%);
|
|
451
|
+
--backgroundDanger: linear-gradient(90deg, var(--colorDanger40, #a82c2c) 40%, var(--colorDanger30, #c08181) 100%);
|
|
395
452
|
--backgroundLight: transparent;
|
|
396
|
-
--backgroundStable: var(--colorStable40, #b2b2b2);
|
|
397
|
-
--backgroundRoyal: var(--colorRoyal40, #7e5ee8);
|
|
398
|
-
--backgroundDark: var(--colorDark40, #444444);
|
|
453
|
+
--backgroundStable: linear-gradient(90deg, var(--colorStable40, #b2b2b2) 40%, var(--colorStable30, #c7c7c7) 100%);
|
|
454
|
+
--backgroundRoyal: linear-gradient(90deg, var(--colorRoyal40, #7e5ee8) 40%, var(--colorRoyal30, #a594ee) 100%);
|
|
455
|
+
--backgroundDark: linear-gradient(90deg, var(--colorDark40, #444444) 40%, var(--colorDark30, #898989) 100%);
|
|
399
456
|
|
|
400
457
|
--tabsIconDefault: var(--textColorDefault40, #ffffff);
|
|
401
458
|
--tabsIconPrimary: var(--textColorPrimary40, #ffffff);
|
|
@@ -407,6 +464,7 @@
|
|
|
407
464
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
408
465
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
409
466
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
467
|
+
/* End - Variables used exclusively in the color palette property */
|
|
410
468
|
}
|
|
411
469
|
|
|
412
470
|
body {
|
|
@@ -660,10 +718,10 @@ a#reset-password-login,
|
|
|
660
718
|
height: calc(var(--textNormalSize, 16px) * 3);
|
|
661
719
|
}
|
|
662
720
|
|
|
663
|
-
.login-mobile .button span,
|
|
664
|
-
.login-mobile button span,
|
|
665
|
-
.login-mobile .button i,
|
|
666
|
-
.login-mobile button i {
|
|
721
|
+
.login-mobile .item .button span,
|
|
722
|
+
.login-mobile .item button span,
|
|
723
|
+
.login-mobile .item .button i,
|
|
724
|
+
.login-mobile .item button i {
|
|
667
725
|
color: var(--textColorPrimary40, #ffffff);
|
|
668
726
|
}
|
|
669
727
|
|
|
@@ -777,4 +835,8 @@ a#reset-password-login,
|
|
|
777
835
|
color: var(--textColorLight40, #444444);
|
|
778
836
|
border-color: var(--textColorLight40, #444444);
|
|
779
837
|
opacity: 1;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.login-social .button-bar button {
|
|
841
|
+
padding: 1px 6px;
|
|
780
842
|
}
|
|
@@ -50,18 +50,18 @@ button,
|
|
|
50
50
|
|
|
51
51
|
/* Theme default - Outline */
|
|
52
52
|
.button.button-default.button-outline {
|
|
53
|
-
border-color: var(--
|
|
53
|
+
border-color: var(--colorDefault50, #3b448e);
|
|
54
54
|
background: transparent;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.button.button-default.button-outline span,
|
|
58
58
|
.button.button-default.button-outline i {
|
|
59
|
-
color: var(--
|
|
59
|
+
color: var(--colorDefault50, #3b448e);
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.button.button-default.button-outline:active,
|
|
63
63
|
.button.button-default.button-outline.activated {
|
|
64
|
-
background: var(--
|
|
64
|
+
background: var(--colorDefault50, #3b448e);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.button.button-default.button-outline:active span,
|
|
@@ -367,17 +367,17 @@ button,
|
|
|
367
367
|
/* Light - Outline */
|
|
368
368
|
|
|
369
369
|
.button.button-light.button-outline {
|
|
370
|
-
border-color: var(--
|
|
370
|
+
border-color: var(--colorLight50, #ffffff);
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.button.button-light.button-outline span,
|
|
374
374
|
.button.button-light.button-outline i {
|
|
375
|
-
color: var(--
|
|
375
|
+
color: var(--colorLight50, #ffffff);
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
.button.button-light.button-outline:active,
|
|
379
379
|
.button.button-light.button-outline.activated {
|
|
380
|
-
background: var(--
|
|
380
|
+
background: var(--colorLight50, #ffffff);
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.button.button-light.button-outline:active span,
|
|
@@ -406,17 +406,17 @@ button,
|
|
|
406
406
|
|
|
407
407
|
/* Stable - Outline */
|
|
408
408
|
.button.button-stable.button-outline {
|
|
409
|
-
border-color: var(--
|
|
409
|
+
border-color: var(--colorStable50, #f8f8f8);
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
.button.button-stable.button-outline span,
|
|
413
413
|
.button.button-stable.button-outline i {
|
|
414
|
-
color: var(--
|
|
414
|
+
color: var(--colorStable50, #f8f8f8);
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
.button.button-stable.button-outline:active,
|
|
418
418
|
.button.button-stable.button-outline.activated {
|
|
419
|
-
background: var(--
|
|
419
|
+
background: var(--colorStable50, #f8f8f8);
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
.button.button-stable.button-outline:active span,
|
|
@@ -474,4 +474,55 @@ button,
|
|
|
474
474
|
/* Clear */
|
|
475
475
|
.button-clear {
|
|
476
476
|
background: transparent;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/* Colors */
|
|
480
|
+
.button span.default,
|
|
481
|
+
.button i.default {
|
|
482
|
+
color: var(--textColorDefault40, #ffffff);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.button span.light,
|
|
486
|
+
.button i.light {
|
|
487
|
+
color: var(--textColorLight40, #444444);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.button span.stable,
|
|
491
|
+
.button i.stable {
|
|
492
|
+
color: var(--textColorStable40, #f8f8f8);
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.button span.positive,
|
|
496
|
+
.button i.positive {
|
|
497
|
+
color: var(--textColorPrimary40, #444444);
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.button span.calm,
|
|
501
|
+
.button i.calm {
|
|
502
|
+
color: var(--textColorCalm40, #ffffff);
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.button span.assertive,
|
|
506
|
+
.button i.assertive {
|
|
507
|
+
color: var(--textColorDanger40, #ffffff);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.button span.balanced,
|
|
511
|
+
.button i.balanced {
|
|
512
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.button span.energized,
|
|
516
|
+
.button i.energized {
|
|
517
|
+
color: var(--textColorWarning40, #ffffff);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.button span.royal,
|
|
521
|
+
.button i.royal {
|
|
522
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.button span.dark,
|
|
526
|
+
.button i.dark {
|
|
527
|
+
color: var(--textColorDark40, #ffffff);
|
|
477
528
|
}
|
|
@@ -57,4 +57,12 @@ div.crn-ion-segment-classic ul.active-background-dark li.active,
|
|
|
57
57
|
div.crn-ion-segment-modern ul.active-background-dark li.active {
|
|
58
58
|
background: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444));
|
|
59
59
|
border-color: var(--colorDark40, #444444);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
div.crn-ion-segment-light .icon-theme-light-default li.active {
|
|
63
|
+
border-color: var(--textColorDefault40, #3b448e);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
div.crn-ion-segment-light .icon-theme-light-default li a {
|
|
67
|
+
color: var(--textColorDefault40, #3b448e);
|
|
60
68
|
}
|