cronapp-framework-mobile-js 2.9.1-SP.3 → 2.9.1-SP.4
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 +21 -42
- package/components/crn-checkbox.components.json +10 -20
- package/components/crn-filter-button.components.json +11 -21
- package/components/crn-input-button.components.json +10 -20
- package/components/crn-ion-footer-bar.components.json +20 -40
- package/components/crn-ion-segment.components.json +10 -20
- package/components/crn-toggle.components.json +10 -20
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/custom-aquamarine.css +79 -137
- package/css/themes/custom/cerulean/custom-cerulean.css +63 -123
- package/css/themes/custom/dsgov/custom-dsgov.css +33 -90
- package/css/themes/custom/fuse/custom-fuse.css +25 -83
- package/css/themes/custom/material/custom-material.css +87 -145
- package/deprecated/components/crn-QRCode.components.json +54 -0
- package/deprecated/components/crn-anchor.components.json +89 -0
- package/deprecated/components/crn-button-bar.components.json +64 -0
- package/deprecated/components/crn-button.components.json +316 -0
- package/deprecated/components/crn-card.components.json +95 -0
- package/deprecated/components/crn-chart.components.json +57 -0
- package/deprecated/components/crn-chat.components.json +8 -0
- package/deprecated/components/crn-checkbox.components.json +184 -0
- package/deprecated/components/crn-complex-search.components.json +43 -0
- package/deprecated/components/crn-container.components.json +21 -0
- package/deprecated/components/crn-cron-crud.components.json +21 -0
- package/deprecated/components/crn-datasource.components.json +181 -0
- package/deprecated/components/crn-dynamic-file.components.json +85 -0
- package/deprecated/components/crn-dynamic-image.components.json +153 -0
- package/deprecated/components/crn-dynamic-select.components.json +111 -0
- package/deprecated/components/crn-evaluation.components.json +64 -0
- package/deprecated/components/crn-filter-button.components.json +305 -0
- package/deprecated/components/crn-form-template.components.json +11 -0
- package/deprecated/components/crn-header-button.components.json +63 -0
- package/deprecated/components/crn-heading.components.json +109 -0
- package/deprecated/components/crn-icon.components.json +258 -0
- package/deprecated/components/crn-image.components.json +121 -0
- package/deprecated/components/crn-infinite-scroll.components.json +32 -0
- package/deprecated/components/crn-input-button.components.json +205 -0
- package/deprecated/components/crn-input-floating.components.json +196 -0
- package/deprecated/components/crn-input-icon.components.json +187 -0
- package/deprecated/components/crn-input-inline.components.json +198 -0
- package/deprecated/components/crn-input.components.json +185 -0
- package/deprecated/components/crn-ion-content.components.json +24 -0
- package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
- package/deprecated/components/crn-ion-header-bar.components.json +211 -0
- package/deprecated/components/crn-ion-list.components.json +152 -0
- package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
- package/deprecated/components/crn-ion-segment-item.components.json +65 -0
- package/deprecated/components/crn-ion-segment.components.json +974 -0
- package/deprecated/components/crn-ion-tab-item.components.json +50 -0
- package/deprecated/components/crn-ion-tab.components.json +138 -0
- package/deprecated/components/crn-item-options.components.json +26 -0
- package/deprecated/components/crn-item-select.components.json +69 -0
- package/deprecated/components/crn-item-swipe.components.json +62 -0
- package/deprecated/components/crn-kendo-chat.components.json +88 -0
- package/deprecated/components/crn-label.components.json +113 -0
- package/deprecated/components/crn-list-avatar.components.json +260 -0
- package/deprecated/components/crn-list-icon.components.json +249 -0
- package/deprecated/components/crn-list-item-avatar.components.json +236 -0
- package/deprecated/components/crn-list-item-icon.components.json +242 -0
- package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
- package/deprecated/components/crn-list-item.components.json +160 -0
- package/deprecated/components/crn-list-simple.components.json +180 -0
- package/deprecated/components/crn-list-swipe.components.json +105 -0
- package/deprecated/components/crn-list-thumbnail.components.json +248 -0
- package/deprecated/components/crn-list.components.json +75 -0
- package/deprecated/components/crn-map.components.json +55 -0
- package/deprecated/components/crn-mobile-menu.components.json +32 -0
- package/deprecated/components/crn-multiselect.components.json +110 -0
- package/deprecated/components/crn-navbar.components.json +106 -0
- package/deprecated/components/crn-option-button.components.json +72 -0
- package/deprecated/components/crn-paragraph.components.json +110 -0
- package/deprecated/components/crn-radio.components.json +90 -0
- package/deprecated/components/crn-radioOption.components.json +23 -0
- package/deprecated/components/crn-range.components.json +106 -0
- package/deprecated/components/crn-rating.components.json +189 -0
- package/deprecated/components/crn-search.components.json +210 -0
- package/deprecated/components/crn-select-options.components.json +17 -0
- package/deprecated/components/crn-select.components.json +93 -0
- package/deprecated/components/crn-slider-item.components.json +236 -0
- package/deprecated/components/crn-slider.components.json +105 -0
- package/deprecated/components/crn-spacer.components.json +21 -0
- package/deprecated/components/crn-start.components.json +10 -0
- package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
- package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
- package/deprecated/components/crn-tabs.components.json +36 -0
- package/deprecated/components/crn-textarea.components.json +109 -0
- package/deprecated/components/crn-toggle.components.json +161 -0
- package/deprecated/components/crn-video.components.json +67 -0
- package/deprecated/components/css/app.css +78 -0
- package/deprecated/components/css/background-color.css +121 -0
- package/deprecated/components/css/chatStyle.css +221 -0
- package/deprecated/components/css/color-default.css +83 -0
- package/deprecated/components/css/crn-ion-segment.css +786 -0
- package/deprecated/components/css/icon-size.css +15 -0
- package/deprecated/components/css/multiselect-editor.css +119 -0
- package/deprecated/components/css/tabs-color.css +248 -0
- package/deprecated/components/js/format.min.js +2 -0
- package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
- package/deprecated/components/js/jquery.mask.min.js +19 -0
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/deprecated/components/js/qrcode.js +1319 -0
- package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
- package/deprecated/components/reports/DATE.parameter.html +4 -0
- package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
- package/deprecated/components/reports/FLOAT.parameter.html +4 -0
- package/deprecated/components/reports/INTEGER.parameter.html +4 -0
- package/deprecated/components/reports/LONG.parameter.html +5 -0
- package/deprecated/components/reports/STRING.parameter.html +5 -0
- package/deprecated/components/reports/reports.parameters.html +20 -0
- package/deprecated/components/templates/advanced.list.designtime.html +33 -0
- package/deprecated/components/templates/advanced.list.template.html +1 -0
- package/deprecated/components/templates/anchor.template.html +1 -0
- package/deprecated/components/templates/button-bar.template.html +5 -0
- package/deprecated/components/templates/button-report.template.html +1 -0
- package/deprecated/components/templates/button.template.html +4 -0
- package/deprecated/components/templates/card.template.html +7 -0
- package/deprecated/components/templates/chat.template.html +39 -0
- package/deprecated/components/templates/checkbox.template.html +8 -0
- package/deprecated/components/templates/combobox.designtime.html +12 -0
- package/deprecated/components/templates/combobox.template.html +8 -0
- package/deprecated/components/templates/complexsearch.template.html +7 -0
- package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
- package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
- package/deprecated/components/templates/cron-crud.template.html +7 -0
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/deprecated/components/templates/div.horizontal.template.html +27 -0
- package/deprecated/components/templates/div.vertical.template.html +11 -0
- package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
- package/deprecated/components/templates/dynamicfile.template.html +8 -0
- package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
- package/deprecated/components/templates/dynamicimage.template.html +9 -0
- package/deprecated/components/templates/evaluation.designtime.html +7 -0
- package/deprecated/components/templates/evaluation.template.html +1 -0
- package/deprecated/components/templates/filterbutton.template.html +3 -0
- package/deprecated/components/templates/floattextinput.designtime.html +4 -0
- package/deprecated/components/templates/floattextinput.template.html +4 -0
- package/deprecated/components/templates/form.template.html +5 -0
- package/deprecated/components/templates/header.template.html +3 -0
- package/deprecated/components/templates/icontextinput.template.html +4 -0
- package/deprecated/components/templates/image.template.html +18 -0
- package/deprecated/components/templates/inlinetextinput.template.html +4 -0
- package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
- package/deprecated/components/templates/ion-header-bar.template.html +13 -0
- package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
- package/deprecated/components/templates/ion-tab.template.html +8 -0
- package/deprecated/components/templates/item.avatar.template.html +5 -0
- package/deprecated/components/templates/item.icon.template.html +4 -0
- package/deprecated/components/templates/item.options.template.html +14 -0
- package/deprecated/components/templates/item.slider.template.html +4 -0
- package/deprecated/components/templates/item.swipe.template.html +14 -0
- package/deprecated/components/templates/item.template.html +5 -0
- package/deprecated/components/templates/item.thumbnail.template.html +5 -0
- package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
- package/deprecated/components/templates/kendo-chat.template.html +75 -0
- package/deprecated/components/templates/list.avatar.template.html +7 -0
- package/deprecated/components/templates/list.icon.template.html +6 -0
- package/deprecated/components/templates/list.swipe.template.html +16 -0
- package/deprecated/components/templates/list.template.html +5 -0
- package/deprecated/components/templates/list.thumbnail.template.html +7 -0
- package/deprecated/components/templates/maps.designtime.html +1 -0
- package/deprecated/components/templates/maps.template.html +1 -0
- package/deprecated/components/templates/menu.template.html +21 -0
- package/deprecated/components/templates/multiselect.template.html +5 -0
- package/deprecated/components/templates/nav.bar.template.html +5 -0
- package/deprecated/components/templates/publicMenu.template.html +14 -0
- package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
- package/deprecated/components/templates/radiogroup.template.html +21 -0
- package/deprecated/components/templates/range.template.html +5 -0
- package/deprecated/components/templates/rating.template.html +9 -0
- package/deprecated/components/templates/search.template.html +6 -0
- package/deprecated/components/templates/slider.template.html +20 -0
- package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
- package/deprecated/components/templates/tabs.template.html +5 -0
- package/deprecated/components/templates/textarea.template.html +1 -0
- package/deprecated/components/templates/textinput.template.html +3 -0
- package/deprecated/components/templates/textinputbutton.template.html +12 -0
- package/deprecated/components/templates/title.template.html +1 -0
- package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
- package/deprecated/components/templates/toggle.template.html +9 -0
- package/deprecated/components/templates/video.designtime.html +2 -0
- package/deprecated/components/templates/video.template.html +1 -0
- package/deprecated/components/templates/views/public/home.view.html +16 -0
- package/deprecated/components/templates/views/public/menu.view.html +20 -0
- package/deprecated/components/upload/upload.html +41 -0
- package/{css/themes/deprecated/material.min.css → deprecated/css/app.css} +26 -38
- package/{css/themes/deprecated → deprecated/css}/custom-ionic.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/checkbox.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/col.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/login.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/upload-image.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/old/modal.css +0 -0
- package/deprecated/css/themes/custom/material/custom-material.css +12 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/dist/components/css/app.css +1 -0
- package/deprecated/dist/components/css/background-color.css +1 -0
- package/deprecated/dist/components/css/chatStyle.css +1 -0
- package/deprecated/dist/components/css/color-default.css +1 -0
- package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
- package/deprecated/dist/components/css/icon-size.css +1 -0
- package/deprecated/dist/components/css/multiselect-editor.css +1 -0
- package/deprecated/dist/components/css/tabs-color.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
- package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/card.template.html +1 -0
- package/deprecated/dist/components/templates/chat.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/iconinput.template.html +1 -0
- package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
- package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/item.icon.template.html +1 -0
- package/deprecated/dist/components/templates/item.options.template.html +1 -0
- package/deprecated/dist/components/templates/item.slider.template.html +1 -0
- package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/item.template.html +1 -0
- package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
- package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/list.icon.template.html +1 -0
- package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/maps.designtime.html +1 -0
- package/deprecated/dist/components/templates/maps.template.html +1 -0
- package/deprecated/dist/components/templates/menu.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
- package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/range.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/search.template.html +1 -0
- package/deprecated/dist/components/templates/slider.template.html +1 -0
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/toggle.template.html +1 -0
- package/deprecated/dist/components/templates/video.designtime.html +1 -0
- package/deprecated/dist/components/templates/video.template.html +1 -0
- package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
- package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/cronos.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/custom-ionic.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/checkbox.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/col.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/login.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/upload-image.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/old/modal.css +0 -0
- package/deprecated/dist/i18n/locale_en_us.json +126 -0
- package/deprecated/dist/i18n/locale_pt_br.json +126 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
- 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 +1 -0
- package/deprecated/dist/img/user.svg +1 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +17 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
- package/deprecated/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/deprecated/img/cron-icon/crn-list.svg +16 -0
- package/deprecated/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
- package/deprecated/img/cron-icon/crn-radio.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/img/cron-icon/crn-video.svg +1 -0
- 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 +1 -0
- package/deprecated/img/user.svg +18 -0
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/package.json +1 -1
- package/css/themes/deprecated/cronos.css +0 -55
- package/dist/css/themes/deprecated/material.min.css +0 -1
|
@@ -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,134 +256,77 @@
|
|
|
256
256
|
--colorNeutral210: #090909;
|
|
257
257
|
--colorNeutral220: #000000;
|
|
258
258
|
|
|
259
|
-
/* === Variables used exclusively in the color palette property === */
|
|
260
259
|
/* Components - Button */
|
|
261
|
-
--btnDefault: var(--colorDefault40, #
|
|
262
|
-
--btnPrimary: var(--colorPrimary40, #
|
|
263
|
-
--btnSuccess: var(--colorSuccess40, #
|
|
264
|
-
--btnCalm: var(--
|
|
265
|
-
--btnWarning: var(--colorWarning40, #
|
|
266
|
-
--btnDanger: var(--colorDanger40, #
|
|
260
|
+
--btnDefault: var(--colorDefault40, #3b448e);
|
|
261
|
+
--btnPrimary: var(--colorPrimary40, #5665be);
|
|
262
|
+
--btnSuccess: var(--colorSuccess40, #257d25);
|
|
263
|
+
--btnCalm: var(--colorDefault40, #3b448e);
|
|
264
|
+
--btnWarning: var(--colorWarning40, #f0ad4e);
|
|
265
|
+
--btnDanger: var(--colorDanger40, #ce3a36);
|
|
267
266
|
--btnLight: var(--colorLight40, #ffffff);
|
|
268
|
-
--btnLink: var(--textColorLight40, #
|
|
267
|
+
--btnLink: var(--textColorLight40, #000000);
|
|
269
268
|
--btnStable: var(--colorStable40, #f8f8f8);
|
|
270
|
-
--btnRoyal: var(--colorRoyal40, #
|
|
271
|
-
--btnDark: var(--colorDark40, #
|
|
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;
|
|
269
|
+
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
270
|
+
--btnDark: var(--colorDark40, #444444);
|
|
295
271
|
|
|
296
272
|
/* Components - Text color */
|
|
297
|
-
--colorDefault: var(--colorDefault40, #
|
|
298
|
-
--colorPrimary: var(--colorPrimary40, #
|
|
299
|
-
--colorSuccess: var(--colorSuccess40, #
|
|
300
|
-
--colorCalm: var(--colorDefault40, #
|
|
301
|
-
--colorWarning: var(--colorWarning40, #
|
|
302
|
-
--colorDanger: var(--colorDanger40, #
|
|
273
|
+
--colorDefault: var(--colorDefault40, #3b448e);
|
|
274
|
+
--colorPrimary: var(--colorPrimary40, #5665be);
|
|
275
|
+
--colorSuccess: var(--colorSuccess40, #257d25);
|
|
276
|
+
--colorCalm: var(--colorDefault40, #3b448e);
|
|
277
|
+
--colorWarning: var(--colorWarning40, #f0ad4e);
|
|
278
|
+
--colorDanger: var(--colorDanger40, #ce3a36);
|
|
303
279
|
--colorLight: var(--colorLight50, #dfdfdf);
|
|
304
280
|
--colorStable: var(--colorLight50, #dfdfdf);
|
|
305
|
-
--colorRoyal: var(--colorRoyal40, #
|
|
306
|
-
--colorDark: var(--colorDark40, #
|
|
281
|
+
--colorRoyal: var(--colorRoyal40, #886aea);
|
|
282
|
+
--colorDark: var(--colorDark40, #444444);
|
|
307
283
|
|
|
308
284
|
/* Components - Checkbox */
|
|
309
|
-
--checkboxDefault: var(--
|
|
310
|
-
--checkboxPrimary: var(--colorPrimary40, #
|
|
311
|
-
--checkboxSuccess: var(--colorSuccess40, #
|
|
285
|
+
--checkboxDefault: var(--colorDefault50, #d2d2d2);
|
|
286
|
+
--checkboxPrimary: var(--colorPrimary40, #5665be);
|
|
287
|
+
--checkboxSuccess: var(--colorSuccess40, #257d25);
|
|
312
288
|
--checkboxCalm: var(--colorCalm40, #11c1f3);
|
|
313
|
-
--checkboxWarning: var(--colorWarning40, #
|
|
314
|
-
--checkboxDanger: var(--colorDanger40, #
|
|
289
|
+
--checkboxWarning: var(--colorWarning40, #f0ad4e);
|
|
290
|
+
--checkboxDanger: var(--colorDanger40, #ce3a36);
|
|
315
291
|
--checkboxLight: var(--colorLight50, #dfdfdf);
|
|
316
292
|
--checkboxStable: var(--colorStable40, #f8f8f8);
|
|
317
|
-
--checkboxRoyal: var(--colorRoyal40, #
|
|
318
|
-
--checkboxDark: var(--colorDark40, #
|
|
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);
|
|
293
|
+
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
294
|
+
--checkboxDark: var(--colorDark40, #444444);
|
|
330
295
|
|
|
331
296
|
/* Components - Toggle */
|
|
332
|
-
--toggleDefault: var(--colorDefault40, #
|
|
333
|
-
--togglePrimary: var(--colorPrimary40, #
|
|
334
|
-
--toggleSuccess: var(--colorSuccess40, #
|
|
297
|
+
--toggleDefault: var(--colorDefault40, #3b448e);
|
|
298
|
+
--togglePrimary: var(--colorPrimary40, #5665be);
|
|
299
|
+
--toggleSuccess: var(--colorSuccess40, #257d25);
|
|
335
300
|
--toggleCalm: var(--colorCalm40, #11c1f3);
|
|
336
|
-
--toggleWarning: var(--colorWarning40, #
|
|
337
|
-
--toggleDanger: var(--colorDanger40, #
|
|
301
|
+
--toggleWarning: var(--colorWarning40, #f0ad4e);
|
|
302
|
+
--toggleDanger: var(--colorDanger40, #ce3a36);
|
|
338
303
|
--toggleLight: var(--colorLight50, #dfdfdf);
|
|
339
304
|
--toggleStable: var(--colorStable50, #d9d9d9);
|
|
340
|
-
--toggleRoyal: var(--colorRoyal40, #
|
|
341
|
-
--toggleDark: var(--colorDark40, #
|
|
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);
|
|
305
|
+
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
306
|
+
--toggleDark: var(--colorDark40, #444444);
|
|
353
307
|
|
|
354
308
|
/* Components - Tabs - crn-ion-segment */
|
|
355
|
-
--bgDefault: var(--colorPrimary40, #
|
|
356
|
-
--bgPrimary: var(--colorDefault40, #
|
|
357
|
-
--bgSuccess: var(--colorSuccess40, #
|
|
309
|
+
--bgDefault: var(--colorPrimary40, #5665be);
|
|
310
|
+
--bgPrimary: var(--colorDefault40, #3b448e);
|
|
311
|
+
--bgSuccess: var(--colorSuccess40, #257d25);
|
|
358
312
|
--bgCalm: var(--colorCalm40, #11c1f3);
|
|
359
|
-
--bgWarning: var(--colorWarning40, #
|
|
360
|
-
--bgDanger: var(--colorDanger40, #
|
|
313
|
+
--bgWarning: var(--colorWarning40, #f0ad4e);
|
|
314
|
+
--bgDanger: var(--colorDanger40, #ce3a36);
|
|
361
315
|
--bgLight: var(--colorLight40, #ffffff);
|
|
362
316
|
--bgStable: var(--colorStable40, #f8f8f8);
|
|
363
|
-
--bgRoyal: var(--colorRoyal40, #
|
|
364
|
-
--bgDark: var(--colorDark40, #
|
|
365
|
-
|
|
366
|
-
--
|
|
367
|
-
--
|
|
368
|
-
--
|
|
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);
|
|
317
|
+
--bgRoyal: var(--colorRoyal40, #886aea);
|
|
318
|
+
--bgDark: var(--colorDark40, #444444);
|
|
319
|
+
|
|
320
|
+
--activeBackgroundDefault: var(--colorPrimary40, #5665be);
|
|
321
|
+
--activeBackgroundPrimary: var(--colorDefault40, #3b448e);
|
|
322
|
+
--activeBackgroundSuccess: var(--colorSuccess40, #257d25);
|
|
380
323
|
--activeBackgroundCalm: var(--colorCalm40, #11c1f3);
|
|
381
|
-
--activeBackgroundWarning: var(--colorWarning40, #
|
|
382
|
-
--activeBackgroundDanger: var(--colorDanger40, #
|
|
324
|
+
--activeBackgroundWarning: var(--colorWarning40, #f0ad4e);
|
|
325
|
+
--activeBackgroundDanger: var(--colorDanger40, #ce3a36);
|
|
383
326
|
--activeBackgroundLight: var(--colorLight40, #ffffff);
|
|
384
327
|
--activeBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
385
|
-
--activeBackgroundRoyal: var(--colorRoyal40, #
|
|
386
|
-
--activeBackgroundDark: var(--colorDark40, #
|
|
328
|
+
--activeBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
329
|
+
--activeBackgroundDark: var(--colorDark40, #444444);
|
|
387
330
|
|
|
388
331
|
--ionSegmentDefault: var(--textColorPrimary40, #ffffff);
|
|
389
332
|
--ionSegmentPrimary: var(--textColorDefault40, #ffffff);
|
|
@@ -391,59 +334,59 @@
|
|
|
391
334
|
--ionSegmentCalm: var(--textColorCalm40, #ffffff);
|
|
392
335
|
--ionSegmentWarning: var(--textColorWarning40, #ffffff);
|
|
393
336
|
--ionSegmentDanger: var(--textColorDanger40, #ffffff);
|
|
394
|
-
--ionSegmentLight: var(--textColorLight40, #
|
|
337
|
+
--ionSegmentLight: var(--textColorLight40, #000000);
|
|
395
338
|
--ionSegmentStable: var(--textColorStable40, #444444);
|
|
396
339
|
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
397
|
-
--ionSegmentDark: var(--textColorDark40, #
|
|
398
|
-
|
|
399
|
-
--iconThemeLightDefault: var(--
|
|
400
|
-
--iconThemeLightPrimary: var(--
|
|
401
|
-
--iconThemeLightSuccess: var(--
|
|
402
|
-
--iconThemeLightCalm: var(--
|
|
403
|
-
--iconThemeLightWarning: var(--
|
|
404
|
-
--iconThemeLightDanger: var(--
|
|
405
|
-
--iconThemeLightLight: var(--textColorLight40, #
|
|
340
|
+
--ionSegmentDark: var(--textColorDark40, #ffffff);
|
|
341
|
+
|
|
342
|
+
--iconThemeLightDefault: var(--textColorPrimary40, #ffffff);
|
|
343
|
+
--iconThemeLightPrimary: var(--textColorDefault40, #ffffff);
|
|
344
|
+
--iconThemeLightSuccess: var(--textColorSuccess40, #ffffff);
|
|
345
|
+
--iconThemeLightCalm: var(--textColorCalm40, #ffffff);
|
|
346
|
+
--iconThemeLightWarning: var(--textColorWarning40, #ffffff);
|
|
347
|
+
--iconThemeLightDanger: var(--textColorDanger40, #ffffff);
|
|
348
|
+
--iconThemeLightLight: var(--textColorLight40, #000000);
|
|
406
349
|
--iconThemeLightStable: var(--textColorStable40, #444444);
|
|
407
|
-
--iconThemeLightRoyal: var(--
|
|
408
|
-
--iconThemeLightDark: var(--
|
|
350
|
+
--iconThemeLightRoyal: var(--textColorRoyal40, #ffffff);
|
|
351
|
+
--iconThemeLightDark: var(--textColorDark40, #ffffff);
|
|
409
352
|
|
|
410
353
|
/* Components - Old Tabs - pallete false */
|
|
411
|
-
--tabsDefault: var(--colorDefault40, #
|
|
412
|
-
--tabsPrimary: var(--colorPrimary40, #
|
|
413
|
-
--tabsSuccess: var(--colorSuccess40, #
|
|
354
|
+
--tabsDefault: var(--colorDefault40, #3b448e);
|
|
355
|
+
--tabsPrimary: var(--colorPrimary40, #5665be);
|
|
356
|
+
--tabsSuccess: var(--colorSuccess40, #257d25);
|
|
414
357
|
--tabsCalm: var(--colorCalm40, #11c1f3);
|
|
415
|
-
--tabsWarning: var(--colorWarning40, #
|
|
416
|
-
--tabsDanger: var(--colorDanger40, #
|
|
358
|
+
--tabsWarning: var(--colorWarning40, #f0ad4e);
|
|
359
|
+
--tabsDanger: var(--colorDanger40, #ce3a36);
|
|
417
360
|
--tabsLight: var(--colorLight40, #ffffff);
|
|
418
361
|
--tabsStable: var(--colorStable40, #f8f8f8);
|
|
419
|
-
--tabsRoyal: var(--colorRoyal40, #
|
|
420
|
-
--tabsDark: var(--colorDark40, #
|
|
362
|
+
--tabsRoyal: var(--colorRoyal40, #886aea);
|
|
363
|
+
--tabsDark: var(--colorDark40, #444444);
|
|
421
364
|
|
|
422
365
|
/* Components - Header */
|
|
423
|
-
--barDefault: var(--colorDefault40, #
|
|
424
|
-
--barPrimary: var(--colorDefault40, #
|
|
425
|
-
--barSuccess: var(--colorSuccess40, #
|
|
366
|
+
--barDefault: var(--colorDefault40, #3b448e);
|
|
367
|
+
--barPrimary: var(--colorDefault40, #3b448e);
|
|
368
|
+
--barSuccess: var(--colorSuccess40, #257d25);
|
|
426
369
|
--barCalm: var(--colorCalm40, #11c1f3);
|
|
427
|
-
--barWarning: var(--colorWarning40, #
|
|
428
|
-
--barDanger: var(--colorDanger40, #
|
|
370
|
+
--barWarning: var(--colorWarning40, #f0ad4e);
|
|
371
|
+
--barDanger: var(--colorDanger40, #ce3a36);
|
|
429
372
|
--barLight: var(--colorLight40, #ffffff);
|
|
430
373
|
--barStable: var(--colorStable40, #f8f8f8);
|
|
431
|
-
--barRoyal: var(--colorRoyal40, #
|
|
432
|
-
--barDark: var(--colorDark40, #
|
|
374
|
+
--barRoyal: var(--colorRoyal40, #886aea);
|
|
375
|
+
--barDark: var(--colorDark40, #444444);
|
|
433
376
|
|
|
434
377
|
/* Componentes - Footer with icon */
|
|
435
378
|
--backgroundDefault: var(--textColorDefault40, #ffffff);
|
|
436
|
-
--backgroundPrimary: var(--colorDefault40, #
|
|
437
|
-
--backgroundSuccess: var(--colorSuccess40, #
|
|
379
|
+
--backgroundPrimary: var(--colorDefault40, #3b448e);
|
|
380
|
+
--backgroundSuccess: var(--colorSuccess40, #257d25);
|
|
438
381
|
--backgroundCalm: var(--colorCalm40, #11c1f3);
|
|
439
|
-
--backgroundWarning: var(--colorWarning40, #
|
|
440
|
-
--backgroundDanger: var(--colorDanger40, #
|
|
382
|
+
--backgroundWarning: var(--colorWarning40, #f0ad4e);
|
|
383
|
+
--backgroundDanger: var(--colorDanger40, #ce3a36);
|
|
441
384
|
--backgroundLight: var(--colorLight40, #ffffff);
|
|
442
385
|
--backgroundStable: var(--colorStable40, #f8f8f8);
|
|
443
|
-
--backgroundRoyal: var(--colorRoyal40, #
|
|
444
|
-
--backgroundDark: var(--colorDark40, #
|
|
386
|
+
--backgroundRoyal: var(--colorRoyal40, #886aea);
|
|
387
|
+
--backgroundDark: var(--colorDark40, #444444);
|
|
445
388
|
|
|
446
|
-
--tabsIconDefault: var(--colorDefault40, #
|
|
389
|
+
--tabsIconDefault: var(--colorDefault40, #3b448e);
|
|
447
390
|
--tabsIconPrimary: var(--textColorDefault40, #ffffff);
|
|
448
391
|
--tabsIconSuccess: var(--textColorSuccess40, #ffffff);
|
|
449
392
|
--tabsIconCalm: var(--textColorCalm40, #ffffff);
|
|
@@ -452,8 +395,7 @@
|
|
|
452
395
|
--tabsIconLight: var(--textColorLight40, #000000);
|
|
453
396
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
454
397
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
455
|
-
--tabsIconDark: var(--textColorDark40, #
|
|
456
|
-
/* End - Variables used exclusively in the color palette property */
|
|
398
|
+
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
457
399
|
}
|
|
458
400
|
|
|
459
401
|
h1,
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-QRCode",
|
|
3
|
+
"text_pt_BR": "Código QR",
|
|
4
|
+
"text_en_US": "QR Code",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-QRCode.svg",
|
|
6
|
+
"description": "Código de barras bidimensional lido por câmera",
|
|
7
|
+
"description_en_US": "Two-dimensional barcode read by camera",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"wrapper": true,
|
|
12
|
+
"template": "<qr ng-model=\"vars.QR${RANDOM}\" ><div> </div> </qr>",
|
|
13
|
+
"designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-mobile-js/img/qr-code.png\"/>",
|
|
14
|
+
"designTimeSelector": "div",
|
|
15
|
+
"properties": {
|
|
16
|
+
"id": {
|
|
17
|
+
"order": 3
|
|
18
|
+
},
|
|
19
|
+
"class": {
|
|
20
|
+
"order": 9999
|
|
21
|
+
},
|
|
22
|
+
"on-hold": {
|
|
23
|
+
"removable": false,
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
"on-double-tap": {
|
|
27
|
+
"removable": false,
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
"on-tap": {
|
|
31
|
+
"removable": false,
|
|
32
|
+
"type": "event"
|
|
33
|
+
},
|
|
34
|
+
"on-swipe": {
|
|
35
|
+
"removable": false,
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
"on-drag": {
|
|
39
|
+
"removable": false,
|
|
40
|
+
"type": "event"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"childrenProperties": [
|
|
44
|
+
{
|
|
45
|
+
"name": "ng-model",
|
|
46
|
+
"selector": "qr",
|
|
47
|
+
"displayName_pt_BR": "Valor",
|
|
48
|
+
"displayName_en_US": "Value",
|
|
49
|
+
"type": "text",
|
|
50
|
+
"order": 1,
|
|
51
|
+
"mandatory": true
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-anchor",
|
|
3
|
+
"text_pt_BR": "Link",
|
|
4
|
+
"text_en_US": "Link",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-anchor.svg",
|
|
6
|
+
"description": "Texto vínculado a uma URL",
|
|
7
|
+
"description_en_US": "Text linked to a URL",
|
|
8
|
+
"category": [
|
|
9
|
+
"BUTTONS"
|
|
10
|
+
],
|
|
11
|
+
"wrapper": false,
|
|
12
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/anchor.template.html",
|
|
13
|
+
"properties": {
|
|
14
|
+
"id": {
|
|
15
|
+
"order": 4
|
|
16
|
+
},
|
|
17
|
+
"class": {
|
|
18
|
+
"order": 9999
|
|
19
|
+
},
|
|
20
|
+
"content": {
|
|
21
|
+
"displayName_pt_BR": "Título",
|
|
22
|
+
"displayName_en_US": "Title",
|
|
23
|
+
"order": 2
|
|
24
|
+
},
|
|
25
|
+
"href": {
|
|
26
|
+
"removable": false,
|
|
27
|
+
"type": "projectResource",
|
|
28
|
+
"resourceType": "text/html",
|
|
29
|
+
"extraOptions": {
|
|
30
|
+
"underViewsFolder": true
|
|
31
|
+
},
|
|
32
|
+
"order": 1
|
|
33
|
+
},
|
|
34
|
+
"xattr-fullsize": {
|
|
35
|
+
"displayName_pt_BR": "Tamanho",
|
|
36
|
+
"displayName_en_US": "Size",
|
|
37
|
+
"order": 3
|
|
38
|
+
},
|
|
39
|
+
"ng-click": {
|
|
40
|
+
"type": "event"
|
|
41
|
+
},
|
|
42
|
+
"on-hold": {
|
|
43
|
+
"removable": false,
|
|
44
|
+
"type": "event"
|
|
45
|
+
},
|
|
46
|
+
"on-double-tap": {
|
|
47
|
+
"removable": false,
|
|
48
|
+
"type": "event"
|
|
49
|
+
},
|
|
50
|
+
"on-tap": {
|
|
51
|
+
"removable": false,
|
|
52
|
+
"type": "event"
|
|
53
|
+
},
|
|
54
|
+
"on-swipe": {
|
|
55
|
+
"removable": false,
|
|
56
|
+
"type": "event"
|
|
57
|
+
},
|
|
58
|
+
"on-drag": {
|
|
59
|
+
"removable": false,
|
|
60
|
+
"type": "event"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"attributesForPreview": [
|
|
64
|
+
{
|
|
65
|
+
"name": "xattr-fullsize",
|
|
66
|
+
"type": "options",
|
|
67
|
+
"target": "style",
|
|
68
|
+
"values": [
|
|
69
|
+
{
|
|
70
|
+
"key": "display:block;",
|
|
71
|
+
"value_pt_BR": "Largura completa",
|
|
72
|
+
"value_en_US": "Full width"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"key": "display:inline;",
|
|
76
|
+
"value_pt_BR": "Compacto",
|
|
77
|
+
"value_en_US": "Compact"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"childrenProperties": [
|
|
83
|
+
{
|
|
84
|
+
"name": "ng-mouseover",
|
|
85
|
+
"selector": "a",
|
|
86
|
+
"type": "event"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-button-bar",
|
|
3
|
+
"text_pt_BR": "Barra de botões",
|
|
4
|
+
"text_en_US": "Button Bar",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-button-bar.svg",
|
|
6
|
+
"description": "Botões alinhados na vertical",
|
|
7
|
+
"description_en_US": "Botões alinhados na vertical",
|
|
8
|
+
"category": [
|
|
9
|
+
"BUTTONS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button-bar.template.html",
|
|
12
|
+
"forcedGroup": true,
|
|
13
|
+
"properties": {
|
|
14
|
+
"class": {
|
|
15
|
+
"order": 9999
|
|
16
|
+
},
|
|
17
|
+
"id": {
|
|
18
|
+
"order": 1
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"handleRules": {
|
|
22
|
+
"canIncrement": true,
|
|
23
|
+
"rules": [
|
|
24
|
+
{
|
|
25
|
+
"sourceHTML": "<button class=\"component-holder button button-dark button-block\" data-component=\"crn-button\"type=\"submit\" ng-click=\"\" xattr-size=\"\" xattr-type=\"\" xattr-theme=\"button-positive\" xattr-fullsize=\"button-block\"><i class=\"icon ion-home icon-left\"></i><span> Button</span></button>",
|
|
26
|
+
"targetSelector": ".button-bar"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"styles": [
|
|
31
|
+
{
|
|
32
|
+
"selector": "div#{id} button",
|
|
33
|
+
"text_pt_BR": "Botão",
|
|
34
|
+
"text_en_US": "Button"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"selector": "div#{id} i",
|
|
38
|
+
"text_pt_BR": "Ícone",
|
|
39
|
+
"text_en_US": "Icon"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"selector": "div#{id} span",
|
|
43
|
+
"text_pt_BR": "Descrição",
|
|
44
|
+
"text_en_US": "Description"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"childrenProperties": [
|
|
48
|
+
{
|
|
49
|
+
"name": "on-hold",
|
|
50
|
+
"selector": "button",
|
|
51
|
+
"type": "event"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "on-drag",
|
|
55
|
+
"selector": "button",
|
|
56
|
+
"type": "event"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "on-swipe",
|
|
60
|
+
"selector": "button",
|
|
61
|
+
"type": "event"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|