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
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"description": "Botão",
|
|
7
7
|
"description_en_US": "Button",
|
|
8
8
|
"category": [
|
|
9
|
-
"BUTTONS",
|
|
9
|
+
"BUTTONS",
|
|
10
|
+
"FORMS"
|
|
10
11
|
],
|
|
11
12
|
"wrapper": false,
|
|
12
13
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button.template.html",
|
|
@@ -163,61 +164,71 @@
|
|
|
163
164
|
"key": "button-default",
|
|
164
165
|
"value_pt_BR": "Padrão do tema",
|
|
165
166
|
"value_en_US": "Default theme",
|
|
166
|
-
"color": "--btnDefault"
|
|
167
|
+
"color": "--btnDefault",
|
|
168
|
+
"borderColor": "--borderBtnDefault"
|
|
167
169
|
},
|
|
168
170
|
{
|
|
169
171
|
"key": "button-positive",
|
|
170
172
|
"value_pt_BR": "Secundário",
|
|
171
173
|
"value_en_US": "Secondary",
|
|
172
|
-
"color": "--btnPrimary"
|
|
174
|
+
"color": "--btnPrimary",
|
|
175
|
+
"borderColor": "--borderBtnPrimary"
|
|
173
176
|
},
|
|
174
177
|
{
|
|
175
178
|
"key": "button-balanced",
|
|
176
179
|
"value_pt_BR": "Sucesso",
|
|
177
180
|
"value_en_US": "Success",
|
|
178
|
-
"color": "--btnSuccess"
|
|
181
|
+
"color": "--btnSuccess",
|
|
182
|
+
"borderColor": "--borderBtnSuccess"
|
|
179
183
|
},
|
|
180
184
|
{
|
|
181
185
|
"key": "button-calm",
|
|
182
186
|
"value_pt_BR": "Informação",
|
|
183
187
|
"value_en_US": "Info",
|
|
184
|
-
"color": "--btnCalm"
|
|
188
|
+
"color": "--btnCalm",
|
|
189
|
+
"borderColor": "--borderBtnCalm"
|
|
185
190
|
},
|
|
186
191
|
{
|
|
187
192
|
"key": "button-energized",
|
|
188
193
|
"value_pt_BR": "Aviso",
|
|
189
194
|
"value_en_US": "Warning",
|
|
190
|
-
"color": "--btnWarning"
|
|
195
|
+
"color": "--btnWarning",
|
|
196
|
+
"borderColor": "--borderBtnWarning"
|
|
191
197
|
},
|
|
192
198
|
{
|
|
193
199
|
"key": "button-assertive",
|
|
194
200
|
"value_pt_BR": "Perigo",
|
|
195
201
|
"value_en_US": "Danger",
|
|
196
|
-
"color": "--btnDanger"
|
|
202
|
+
"color": "--btnDanger",
|
|
203
|
+
"borderColor": "--borderBtnDanger"
|
|
197
204
|
},
|
|
198
205
|
{
|
|
199
206
|
"key": "button-light",
|
|
200
207
|
"value_pt_BR": "Claro",
|
|
201
208
|
"value_en_US": "Light",
|
|
202
|
-
"color": "--btnLight"
|
|
209
|
+
"color": "--btnLight",
|
|
210
|
+
"borderColor": "--borderBtnLight"
|
|
203
211
|
},
|
|
204
212
|
{
|
|
205
213
|
"key": "button-stable",
|
|
206
214
|
"value_pt_BR": "Estável",
|
|
207
215
|
"value_en_US": "Stable",
|
|
208
|
-
"color": "--btnStable"
|
|
216
|
+
"color": "--btnStable",
|
|
217
|
+
"borderColor": "--borderBtnStable"
|
|
209
218
|
},
|
|
210
219
|
{
|
|
211
220
|
"key": "button-royal",
|
|
212
221
|
"value_pt_BR": "Real",
|
|
213
222
|
"value_en_US": "Royal",
|
|
214
|
-
"color": "--btnRoyal"
|
|
223
|
+
"color": "--btnRoyal",
|
|
224
|
+
"borderColor": "--borderBtnRoyal"
|
|
215
225
|
},
|
|
216
226
|
{
|
|
217
227
|
"key": "button-dark",
|
|
218
228
|
"value_pt_BR": "Escuro",
|
|
219
229
|
"value_en_US": "Dark",
|
|
220
|
-
"color": "--btnDark"
|
|
230
|
+
"color": "--btnDark",
|
|
231
|
+
"borderColor": "--borderBtnDark"
|
|
221
232
|
}
|
|
222
233
|
]
|
|
223
234
|
},
|
|
@@ -229,52 +240,62 @@
|
|
|
229
240
|
{
|
|
230
241
|
"key": "default",
|
|
231
242
|
"value_pt_BR": "Padrão do tema",
|
|
232
|
-
"value_en_US": "Default theme"
|
|
243
|
+
"value_en_US": "Default theme",
|
|
244
|
+
"color": "--textColorDefault"
|
|
233
245
|
},
|
|
234
246
|
{
|
|
235
247
|
"key": "positive",
|
|
236
248
|
"value_pt_BR": "Secundário",
|
|
237
|
-
"value_en_US": "Secondary"
|
|
249
|
+
"value_en_US": "Secondary",
|
|
250
|
+
"color": "--textColorPrimary"
|
|
238
251
|
},
|
|
239
252
|
{
|
|
240
253
|
"key": "balanced",
|
|
241
254
|
"value_pt_BR": "Sucesso",
|
|
242
|
-
"value_en_US": "Success"
|
|
255
|
+
"value_en_US": "Success",
|
|
256
|
+
"color": "--textColorSuccess"
|
|
243
257
|
},
|
|
244
258
|
{
|
|
245
259
|
"key": "calm",
|
|
246
260
|
"value_pt_BR": "Informação",
|
|
247
|
-
"value_en_US": "Info"
|
|
261
|
+
"value_en_US": "Info",
|
|
262
|
+
"color": "--textColorCalm"
|
|
248
263
|
},
|
|
249
264
|
{
|
|
250
265
|
"key": "energized",
|
|
251
266
|
"value_pt_BR": "Aviso",
|
|
252
|
-
"value_en_US": "Warning"
|
|
267
|
+
"value_en_US": "Warning",
|
|
268
|
+
"color": "--textColorWarning"
|
|
253
269
|
},
|
|
254
270
|
{
|
|
255
271
|
"key": "assertive",
|
|
256
272
|
"value_pt_BR": "Perigo",
|
|
257
|
-
"value_en_US": "Danger"
|
|
273
|
+
"value_en_US": "Danger",
|
|
274
|
+
"color": "--textColorDanger"
|
|
258
275
|
},
|
|
259
276
|
{
|
|
260
277
|
"key": "light",
|
|
261
278
|
"value_pt_BR": "Claro",
|
|
262
|
-
"value_en_US": "Light"
|
|
279
|
+
"value_en_US": "Light",
|
|
280
|
+
"color": "--textColorLight"
|
|
263
281
|
},
|
|
264
282
|
{
|
|
265
283
|
"key": "stable",
|
|
266
284
|
"value_pt_BR": "Estável",
|
|
267
|
-
"value_en_US": "Stable"
|
|
285
|
+
"value_en_US": "Stable",
|
|
286
|
+
"color": "--textColorStable"
|
|
268
287
|
},
|
|
269
288
|
{
|
|
270
289
|
"key": "royal",
|
|
271
290
|
"value_pt_BR": "Real",
|
|
272
|
-
"value_en_US": "Royal"
|
|
291
|
+
"value_en_US": "Royal",
|
|
292
|
+
"color": "--textColorRoyal"
|
|
273
293
|
},
|
|
274
294
|
{
|
|
275
295
|
"key": "dark",
|
|
276
296
|
"value_pt_BR": "Escuro",
|
|
277
|
-
"value_en_US": "Dark"
|
|
297
|
+
"value_en_US": "Dark",
|
|
298
|
+
"color": "--textColorDark"
|
|
278
299
|
}
|
|
279
300
|
]
|
|
280
301
|
}
|
|
@@ -53,61 +53,71 @@
|
|
|
53
53
|
"key": "checkbox-default",
|
|
54
54
|
"value_pt_BR": "Padrão do tema",
|
|
55
55
|
"value_en_US": "Default theme",
|
|
56
|
-
"color": "--checkboxDefault"
|
|
56
|
+
"color": "--checkboxDefault",
|
|
57
|
+
"borderColor": "--borderCheckboxDefault"
|
|
57
58
|
},
|
|
58
59
|
{
|
|
59
60
|
"key": "checkbox-positive",
|
|
60
61
|
"value_pt_BR": "Secundário",
|
|
61
62
|
"value_en_US": "Secondary",
|
|
62
|
-
"color": "--checkboxPrimary"
|
|
63
|
+
"color": "--checkboxPrimary",
|
|
64
|
+
"borderColor": "--borderCheckboxPrimary"
|
|
63
65
|
},
|
|
64
66
|
{
|
|
65
67
|
"key": "checkbox-balanced",
|
|
66
68
|
"value_pt_BR": "Sucesso",
|
|
67
69
|
"value_en_US": "Success",
|
|
68
|
-
"color": "--checkboxSuccess"
|
|
70
|
+
"color": "--checkboxSuccess",
|
|
71
|
+
"borderColor": "--borderCheckboxSuccess"
|
|
69
72
|
},
|
|
70
73
|
{
|
|
71
74
|
"key": "checkbox-calm",
|
|
72
75
|
"value_pt_BR": "Informação",
|
|
73
76
|
"value_en_US": "Info",
|
|
74
|
-
"color": "--checkboxCalm"
|
|
77
|
+
"color": "--checkboxCalm",
|
|
78
|
+
"borderColor": "--borderCheckboxCalm"
|
|
75
79
|
},
|
|
76
80
|
{
|
|
77
81
|
"key": "checkbox-energized",
|
|
78
82
|
"value_pt_BR": "Aviso",
|
|
79
83
|
"value_en_US": "Warning",
|
|
80
|
-
"color": "--checkboxWarning"
|
|
84
|
+
"color": "--checkboxWarning",
|
|
85
|
+
"borderColor": "--borderCheckboxWarning"
|
|
81
86
|
},
|
|
82
87
|
{
|
|
83
88
|
"key": "checkbox-assertive",
|
|
84
89
|
"value_pt_BR": "Perigo",
|
|
85
90
|
"value_en_US": "Danger",
|
|
86
|
-
"color": "--checkboxDanger"
|
|
91
|
+
"color": "--checkboxDanger",
|
|
92
|
+
"borderColor": "--borderCheckboxDanger"
|
|
87
93
|
},
|
|
88
94
|
{
|
|
89
95
|
"key": "checkbox-light",
|
|
90
96
|
"value_pt_BR": "Claro",
|
|
91
97
|
"value_en_US": "Light",
|
|
92
|
-
"color": "--checkboxLight"
|
|
98
|
+
"color": "--checkboxLight",
|
|
99
|
+
"borderColor": "--borderCheckboxLight"
|
|
93
100
|
},
|
|
94
101
|
{
|
|
95
102
|
"key": "checkbox-stable",
|
|
96
103
|
"value_pt_BR": "Estável",
|
|
97
104
|
"value_en_US": "Stable",
|
|
98
|
-
"color": "--checkboxStable"
|
|
105
|
+
"color": "--checkboxStable",
|
|
106
|
+
"borderColor": "--borderCheckboxStable"
|
|
99
107
|
},
|
|
100
108
|
{
|
|
101
109
|
"key": "checkbox-royal",
|
|
102
110
|
"value_pt_BR": "Real",
|
|
103
111
|
"value_en_US": "Royal",
|
|
104
|
-
"color": "--checkboxRoyal"
|
|
112
|
+
"color": "--checkboxRoyal",
|
|
113
|
+
"borderColor": "--borderCheckboxRoyal"
|
|
105
114
|
},
|
|
106
115
|
{
|
|
107
116
|
"key": "checkbox-dark",
|
|
108
117
|
"value_pt_BR": "Escuro",
|
|
109
118
|
"value_en_US": "Dark",
|
|
110
|
-
"color": "--checkboxDark"
|
|
119
|
+
"color": "--checkboxDark",
|
|
120
|
+
"borderColor": "--borderCheckboxDark"
|
|
111
121
|
},
|
|
112
122
|
{
|
|
113
123
|
"key": "checkbox-white",
|
|
@@ -145,61 +145,71 @@
|
|
|
145
145
|
"key": "button-default",
|
|
146
146
|
"value_pt_BR": "Padrão do tema",
|
|
147
147
|
"value_en_US": "Default theme",
|
|
148
|
-
"color": "--btnDefault"
|
|
148
|
+
"color": "--btnDefault",
|
|
149
|
+
"borderColor": "--borderBtnDefault"
|
|
149
150
|
},
|
|
150
151
|
{
|
|
151
152
|
"key": "button-positive",
|
|
152
153
|
"value_pt_BR": "Secundário",
|
|
153
154
|
"value_en_US": "Secondary",
|
|
154
|
-
"color": "--btnPrimary"
|
|
155
|
+
"color": "--btnPrimary",
|
|
156
|
+
"borderColor": "--borderBtnPrimary"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
159
|
"key": "button-balanced",
|
|
158
160
|
"value_pt_BR": "Sucesso",
|
|
159
161
|
"value_en_US": "Success",
|
|
160
|
-
"color": "--btnSuccess"
|
|
162
|
+
"color": "--btnSuccess",
|
|
163
|
+
"borderColor": "--borderBtnSuccess"
|
|
161
164
|
},
|
|
162
165
|
{
|
|
163
166
|
"key": "button-calm",
|
|
164
167
|
"value_pt_BR": "Informação",
|
|
165
168
|
"value_en_US": "Info",
|
|
166
|
-
"color": "--btnCalm"
|
|
169
|
+
"color": "--btnCalm",
|
|
170
|
+
"borderColor": "--borderBtnCalm"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
173
|
"key": "button-energized",
|
|
170
174
|
"value_pt_BR": "Aviso",
|
|
171
175
|
"value_en_US": "Warning",
|
|
172
|
-
"color": "--btnWarning"
|
|
176
|
+
"color": "--btnWarning",
|
|
177
|
+
"borderColor": "--borderBtnWarning"
|
|
173
178
|
},
|
|
174
179
|
{
|
|
175
180
|
"key": "button-assertive",
|
|
176
181
|
"value_pt_BR": "Perigo",
|
|
177
182
|
"value_en_US": "Danger",
|
|
178
|
-
"color": "--btnDanger"
|
|
183
|
+
"color": "--btnDanger",
|
|
184
|
+
"borderColor": "--borderBtnDanger"
|
|
179
185
|
},
|
|
180
186
|
{
|
|
181
187
|
"key": "button-light",
|
|
182
188
|
"value_pt_BR": "Claro",
|
|
183
189
|
"value_en_US": "Light",
|
|
184
|
-
"color": "--btnLight"
|
|
190
|
+
"color": "--btnLight",
|
|
191
|
+
"borderColor": "--borderBtnLight"
|
|
185
192
|
},
|
|
186
193
|
{
|
|
187
194
|
"key": "button-stable",
|
|
188
195
|
"value_pt_BR": "Estável",
|
|
189
196
|
"value_en_US": "Stable",
|
|
190
|
-
"color": "--btnStable"
|
|
197
|
+
"color": "--btnStable",
|
|
198
|
+
"borderColor": "--borderBtnStable"
|
|
191
199
|
},
|
|
192
200
|
{
|
|
193
201
|
"key": "button-royal",
|
|
194
202
|
"value_pt_BR": "Real",
|
|
195
203
|
"value_en_US": "Royal",
|
|
196
|
-
"color": "--btnRoyal"
|
|
204
|
+
"color": "--btnRoyal",
|
|
205
|
+
"borderColor": "--borderBtnRoyal"
|
|
197
206
|
},
|
|
198
207
|
{
|
|
199
208
|
"key": "button-dark",
|
|
200
209
|
"value_pt_BR": "Escuro",
|
|
201
210
|
"value_en_US": "Dark",
|
|
202
|
-
"color": "--btnDark"
|
|
211
|
+
"color": "--btnDark",
|
|
212
|
+
"borderColor": "--borderBtnDark"
|
|
203
213
|
}
|
|
204
214
|
]
|
|
205
215
|
},
|
|
@@ -314,4 +324,4 @@
|
|
|
314
324
|
"text_en_US": "Description"
|
|
315
325
|
}
|
|
316
326
|
]
|
|
317
|
-
}
|
|
327
|
+
}
|
|
@@ -90,61 +90,71 @@
|
|
|
90
90
|
"key": "button-default",
|
|
91
91
|
"value_pt_BR": "Padrão do tema",
|
|
92
92
|
"value_en_US": "Default theme",
|
|
93
|
-
"color": "--btnDefault"
|
|
93
|
+
"color": "--btnDefault",
|
|
94
|
+
"borderColor": "--borderBtnDefault"
|
|
94
95
|
},
|
|
95
96
|
{
|
|
96
97
|
"key": "button-positive",
|
|
97
98
|
"value_pt_BR": "Secundário",
|
|
98
99
|
"value_en_US": "Secondary",
|
|
99
|
-
"color": "--btnPrimary"
|
|
100
|
+
"color": "--btnPrimary",
|
|
101
|
+
"borderColor": "--borderBtnPrimary"
|
|
100
102
|
},
|
|
101
103
|
{
|
|
102
104
|
"key": "button-balanced",
|
|
103
105
|
"value_pt_BR": "Sucesso",
|
|
104
106
|
"value_en_US": "Success",
|
|
105
|
-
"color": "--btnSuccess"
|
|
107
|
+
"color": "--btnSuccess",
|
|
108
|
+
"borderColor": "--borderBtnSuccess"
|
|
106
109
|
},
|
|
107
110
|
{
|
|
108
111
|
"key": "button-calm",
|
|
109
112
|
"value_pt_BR": "Informação",
|
|
110
113
|
"value_en_US": "Info",
|
|
111
|
-
"color": "--btnCalm"
|
|
114
|
+
"color": "--btnCalm",
|
|
115
|
+
"borderColor": "--borderBtnCalm"
|
|
112
116
|
},
|
|
113
117
|
{
|
|
114
118
|
"key": "button-energized",
|
|
115
119
|
"value_pt_BR": "Aviso",
|
|
116
120
|
"value_en_US": "Warning",
|
|
117
|
-
"color": "--btnWarning"
|
|
121
|
+
"color": "--btnWarning",
|
|
122
|
+
"borderColor": "--borderBtnWarning"
|
|
118
123
|
},
|
|
119
124
|
{
|
|
120
125
|
"key": "button-assertive",
|
|
121
126
|
"value_pt_BR": "Perigo",
|
|
122
127
|
"value_en_US": "Danger",
|
|
123
|
-
"color": "--btnDanger"
|
|
128
|
+
"color": "--btnDanger",
|
|
129
|
+
"borderColor": "--borderBtnDanger"
|
|
124
130
|
},
|
|
125
131
|
{
|
|
126
132
|
"key": "button-light",
|
|
127
133
|
"value_pt_BR": "Claro",
|
|
128
134
|
"value_en_US": "Light",
|
|
129
|
-
"color": "--btnLight"
|
|
135
|
+
"color": "--btnLight",
|
|
136
|
+
"borderColor": "--borderBtnLight"
|
|
130
137
|
},
|
|
131
138
|
{
|
|
132
139
|
"key": "button-stable",
|
|
133
140
|
"value_pt_BR": "Estável",
|
|
134
141
|
"value_en_US": "Stable",
|
|
135
|
-
"color": "--btnStable"
|
|
142
|
+
"color": "--btnStable",
|
|
143
|
+
"borderColor": "--borderBtnStable"
|
|
136
144
|
},
|
|
137
145
|
{
|
|
138
146
|
"key": "button-royal",
|
|
139
147
|
"value_pt_BR": "Real",
|
|
140
148
|
"value_en_US": "Royal",
|
|
141
|
-
"color": "--btnRoyal"
|
|
149
|
+
"color": "--btnRoyal",
|
|
150
|
+
"borderColor": "--borderBtnRoyal"
|
|
142
151
|
},
|
|
143
152
|
{
|
|
144
153
|
"key": "button-dark",
|
|
145
154
|
"value_pt_BR": "Escuro",
|
|
146
155
|
"value_en_US": "Dark",
|
|
147
|
-
"color": "--btnDark"
|
|
156
|
+
"color": "--btnDark",
|
|
157
|
+
"borderColor": "--borderBtnDark"
|
|
148
158
|
}
|
|
149
159
|
]
|
|
150
160
|
}
|
|
@@ -261,61 +261,71 @@
|
|
|
261
261
|
"key": "button-default",
|
|
262
262
|
"value_pt_BR": "Padrão do tema",
|
|
263
263
|
"value_en_US": "Default theme",
|
|
264
|
-
"color": "--btnDefault"
|
|
264
|
+
"color": "--btnDefault",
|
|
265
|
+
"borderColor": "--borderBtnDefault"
|
|
265
266
|
},
|
|
266
267
|
{
|
|
267
268
|
"key": "button-positive",
|
|
268
269
|
"value_pt_BR": "Secundário",
|
|
269
270
|
"value_en_US": "Secondary",
|
|
270
|
-
"color": "--btnPrimary"
|
|
271
|
+
"color": "--btnPrimary",
|
|
272
|
+
"borderColor": "--borderBtnPrimary"
|
|
271
273
|
},
|
|
272
274
|
{
|
|
273
275
|
"key": "button-balanced",
|
|
274
276
|
"value_pt_BR": "Sucesso",
|
|
275
277
|
"value_en_US": "Success",
|
|
276
|
-
"color": "--btnSuccess"
|
|
278
|
+
"color": "--btnSuccess",
|
|
279
|
+
"borderColor": "--borderBtnSuccess"
|
|
277
280
|
},
|
|
278
281
|
{
|
|
279
282
|
"key": "button-calm",
|
|
280
283
|
"value_pt_BR": "Informação",
|
|
281
284
|
"value_en_US": "Info",
|
|
282
|
-
"color": "--btnCalm"
|
|
285
|
+
"color": "--btnCalm",
|
|
286
|
+
"borderColor": "--borderBtnCalm"
|
|
283
287
|
},
|
|
284
288
|
{
|
|
285
289
|
"key": "button-energized",
|
|
286
290
|
"value_pt_BR": "Aviso",
|
|
287
291
|
"value_en_US": "Warning",
|
|
288
|
-
"color": "--btnWarning"
|
|
292
|
+
"color": "--btnWarning",
|
|
293
|
+
"borderColor": "--borderBtnWarning"
|
|
289
294
|
},
|
|
290
295
|
{
|
|
291
296
|
"key": "button-assertive",
|
|
292
297
|
"value_pt_BR": "Perigo",
|
|
293
298
|
"value_en_US": "Danger",
|
|
294
|
-
"color": "--btnDanger"
|
|
299
|
+
"color": "--btnDanger",
|
|
300
|
+
"borderColor": "--borderBtnDanger"
|
|
295
301
|
},
|
|
296
302
|
{
|
|
297
303
|
"key": "button-light",
|
|
298
304
|
"value_pt_BR": "Claro",
|
|
299
305
|
"value_en_US": "Light",
|
|
300
|
-
"color": "--btnLight"
|
|
306
|
+
"color": "--btnLight",
|
|
307
|
+
"borderColor": "--borderBtnLight"
|
|
301
308
|
},
|
|
302
309
|
{
|
|
303
310
|
"key": "button-stable",
|
|
304
311
|
"value_pt_BR": "Estável",
|
|
305
312
|
"value_en_US": "Stable",
|
|
306
|
-
"color": "--btnStable"
|
|
313
|
+
"color": "--btnStable",
|
|
314
|
+
"borderColor": "--borderBtnStable"
|
|
307
315
|
},
|
|
308
316
|
{
|
|
309
317
|
"key": "button-royal",
|
|
310
318
|
"value_pt_BR": "Real",
|
|
311
319
|
"value_en_US": "Royal",
|
|
312
|
-
"color": "--btnRoyal"
|
|
320
|
+
"color": "--btnRoyal",
|
|
321
|
+
"borderColor": "--borderBtnRoyal"
|
|
313
322
|
},
|
|
314
323
|
{
|
|
315
324
|
"key": "button-dark",
|
|
316
325
|
"value_pt_BR": "Escuro",
|
|
317
326
|
"value_en_US": "Dark",
|
|
318
|
-
"color": "--btnDark"
|
|
327
|
+
"color": "--btnDark",
|
|
328
|
+
"borderColor": "--borderBtnDark"
|
|
319
329
|
}
|
|
320
330
|
]
|
|
321
331
|
},
|
|
@@ -328,61 +338,71 @@
|
|
|
328
338
|
"key": "button-default",
|
|
329
339
|
"value_pt_BR": "Padrão do tema",
|
|
330
340
|
"value_en_US": "Default theme",
|
|
331
|
-
"color": "--btnDefault"
|
|
341
|
+
"color": "--btnDefault",
|
|
342
|
+
"borderColor": "--borderBtnDefault"
|
|
332
343
|
},
|
|
333
344
|
{
|
|
334
345
|
"key": "button-positive",
|
|
335
346
|
"value_pt_BR": "Secundário",
|
|
336
347
|
"value_en_US": "Secondary",
|
|
337
|
-
"color": "--btnPrimary"
|
|
348
|
+
"color": "--btnPrimary",
|
|
349
|
+
"borderColor": "--borderBtnPrimary"
|
|
338
350
|
},
|
|
339
351
|
{
|
|
340
352
|
"key": "button-balanced",
|
|
341
353
|
"value_pt_BR": "Sucesso",
|
|
342
354
|
"value_en_US": "Success",
|
|
343
|
-
"color": "--btnSuccess"
|
|
355
|
+
"color": "--btnSuccess",
|
|
356
|
+
"borderColor": "--borderBtnSuccess"
|
|
344
357
|
},
|
|
345
358
|
{
|
|
346
359
|
"key": "button-calm",
|
|
347
360
|
"value_pt_BR": "Informação",
|
|
348
361
|
"value_en_US": "Info",
|
|
349
|
-
"color": "--btnCalm"
|
|
362
|
+
"color": "--btnCalm",
|
|
363
|
+
"borderColor": "--borderBtnCalm"
|
|
350
364
|
},
|
|
351
365
|
{
|
|
352
366
|
"key": "button-energized",
|
|
353
367
|
"value_pt_BR": "Aviso",
|
|
354
368
|
"value_en_US": "Warning",
|
|
355
|
-
"color": "--btnWarning"
|
|
369
|
+
"color": "--btnWarning",
|
|
370
|
+
"borderColor": "--borderBtnWarning"
|
|
356
371
|
},
|
|
357
372
|
{
|
|
358
373
|
"key": "button-assertive",
|
|
359
374
|
"value_pt_BR": "Perigo",
|
|
360
375
|
"value_en_US": "Danger",
|
|
361
|
-
"color": "--btnDanger"
|
|
376
|
+
"color": "--btnDanger",
|
|
377
|
+
"borderColor": "--borderBtnDanger"
|
|
362
378
|
},
|
|
363
379
|
{
|
|
364
380
|
"key": "button-light",
|
|
365
381
|
"value_pt_BR": "Claro",
|
|
366
382
|
"value_en_US": "Light",
|
|
367
|
-
"color": "--btnLight"
|
|
383
|
+
"color": "--btnLight",
|
|
384
|
+
"borderColor": "--borderBtnLight"
|
|
368
385
|
},
|
|
369
386
|
{
|
|
370
387
|
"key": "button-stable",
|
|
371
388
|
"value_pt_BR": "Estável",
|
|
372
389
|
"value_en_US": "Stable",
|
|
373
|
-
"color": "--btnStable"
|
|
390
|
+
"color": "--btnStable",
|
|
391
|
+
"borderColor": "--borderBtnStable"
|
|
374
392
|
},
|
|
375
393
|
{
|
|
376
394
|
"key": "button-royal",
|
|
377
395
|
"value_pt_BR": "Real",
|
|
378
396
|
"value_en_US": "Royal",
|
|
379
|
-
"color": "--btnRoyal"
|
|
397
|
+
"color": "--btnRoyal",
|
|
398
|
+
"borderColor": "--borderBtnRoyal"
|
|
380
399
|
},
|
|
381
400
|
{
|
|
382
401
|
"key": "button-dark",
|
|
383
402
|
"value_pt_BR": "Escuro",
|
|
384
403
|
"value_en_US": "Dark",
|
|
385
|
-
"color": "--btnDark"
|
|
404
|
+
"color": "--btnDark",
|
|
405
|
+
"borderColor": "--borderBtnDark"
|
|
386
406
|
}
|
|
387
407
|
]
|
|
388
408
|
},
|
|
@@ -433,61 +433,71 @@
|
|
|
433
433
|
"key": "active-background-default",
|
|
434
434
|
"value_pt_BR": "Padrão do tema",
|
|
435
435
|
"value_en_US": "Default theme",
|
|
436
|
-
"color": "--activeBackgroundDefault"
|
|
436
|
+
"color": "--activeBackgroundDefault",
|
|
437
|
+
"borderColor": "--borderActiveBackgroundDefault"
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
440
|
"key": "active-background-positive",
|
|
440
441
|
"value_pt_BR": "Secundário",
|
|
441
442
|
"value_en_US": "Secondary",
|
|
442
|
-
"color": "--activeBackgroundPrimary"
|
|
443
|
+
"color": "--activeBackgroundPrimary",
|
|
444
|
+
"borderColor": "--borderActiveBackgroundPrimary"
|
|
443
445
|
},
|
|
444
446
|
{
|
|
445
447
|
"key": "active-background-balanced",
|
|
446
448
|
"value_pt_BR": "Sucesso",
|
|
447
449
|
"value_en_US": "Success",
|
|
448
|
-
"color": "--
|
|
450
|
+
"color": "--activeBackgroundSuccess",
|
|
451
|
+
"borderColor": "--borderActiveBackgroundSuccess"
|
|
449
452
|
},
|
|
450
453
|
{
|
|
451
454
|
"key": "active-background-calm",
|
|
452
455
|
"value_pt_BR": "Informação",
|
|
453
456
|
"value_en_US": "Info",
|
|
454
|
-
"color": "--activeBackgroundCalm"
|
|
457
|
+
"color": "--activeBackgroundCalm",
|
|
458
|
+
"borderColor": "--borderActiveBackgroundCalm"
|
|
455
459
|
},
|
|
456
460
|
{
|
|
457
461
|
"key": "active-background-energized",
|
|
458
462
|
"value_pt_BR": "Aviso",
|
|
459
463
|
"value_en_US": "Warning",
|
|
460
|
-
"color": "--activeBackgroundWarning"
|
|
464
|
+
"color": "--activeBackgroundWarning",
|
|
465
|
+
"borderColor": "--borderActiveBackgroundWarning"
|
|
461
466
|
},
|
|
462
467
|
{
|
|
463
468
|
"key": "active-background-assertive",
|
|
464
469
|
"value_pt_BR": "Perigo",
|
|
465
470
|
"value_en_US": "Danger",
|
|
466
|
-
"color": "--activeBackgroundDanger"
|
|
471
|
+
"color": "--activeBackgroundDanger",
|
|
472
|
+
"borderColor": "--borderActiveBackgroundDanger"
|
|
467
473
|
},
|
|
468
474
|
{
|
|
469
475
|
"key": "active-background-light",
|
|
470
476
|
"value_pt_BR": "Claro",
|
|
471
477
|
"value_en_US": "Light",
|
|
472
|
-
"color": "--activeBackgroundLight"
|
|
478
|
+
"color": "--activeBackgroundLight",
|
|
479
|
+
"borderColor": "--borderActiveBackgroundLight"
|
|
473
480
|
},
|
|
474
481
|
{
|
|
475
482
|
"key": "active-background-stable",
|
|
476
483
|
"value_pt_BR": "Estável",
|
|
477
484
|
"value_en_US": "Stable",
|
|
478
|
-
"color": "--activeBackgroundStable"
|
|
485
|
+
"color": "--activeBackgroundStable",
|
|
486
|
+
"borderColor": "--borderActiveBackgroundStable"
|
|
479
487
|
},
|
|
480
488
|
{
|
|
481
489
|
"key": "active-background-royal",
|
|
482
490
|
"value_pt_BR": "Real",
|
|
483
491
|
"value_en_US": "Royal",
|
|
484
|
-
"color": "--activeBackgroundRoyal"
|
|
492
|
+
"color": "--activeBackgroundRoyal",
|
|
493
|
+
"borderColor": "--borderActiveBackgroundRoyal"
|
|
485
494
|
},
|
|
486
495
|
{
|
|
487
496
|
"key": "active-background-dark",
|
|
488
497
|
"value_pt_BR": "Escuro",
|
|
489
498
|
"value_en_US": "Dark",
|
|
490
|
-
"color": "--activeBackgroundDark"
|
|
499
|
+
"color": "--activeBackgroundDark",
|
|
500
|
+
"borderColor": "--borderActiveBackgroundDark"
|
|
491
501
|
},
|
|
492
502
|
{
|
|
493
503
|
"key": "active-background-white",
|