cronapp-framework-mobile-js 2.9.2-SP.9 → 2.9.3-SP.1
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-checkbox.components.json +2 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-item-select.components.json +4 -1
- package/components/crn-toggle.components.json +2 -0
- package/components/templates/list.thumbnail.template.html +2 -2
- package/css/themes/custom/slate/custom-slate.css +56 -11
- package/css/themes/custom/spacelab/custom-spacelab.css +77 -32
- package/css/themes/custom/superhero/custom-superhero.css +45 -0
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +52 -5
- package/css/themes/custom/yeti/custom-yeti.css +45 -0
- 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/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/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/components/templates/list.thumbnail.template.html +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.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/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/directives.js +1 -1
- package/js/app.authentication.js +0 -2
- package/js/app.js +0 -2
- package/js/controllers.authentication.js +36 -7
- package/js/customStateProvider.js +0 -2
- package/js/directives.js +61 -23
- package/package.json +1 -1
- package/postupdate.json +10 -0
- package/css/themes/deprecated/cronos.css +0 -55
- package/dist/css/themes/deprecated/material.min.css +0 -1
- /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/{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
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-ion-segment",
|
|
3
|
+
"text_pt_BR": "Abas",
|
|
4
|
+
"text_en_US": "Tabs",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-tabs.svg",
|
|
6
|
+
"description": "Diferentes painéis separados por abas",
|
|
7
|
+
"description_en_US": "Different panels separated by tabs",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/crn-ion-segment.template.html",
|
|
12
|
+
"properties": {
|
|
13
|
+
"class": {
|
|
14
|
+
"order": 9999
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"order": 1
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"handleRules": {
|
|
21
|
+
"canOrder": true,
|
|
22
|
+
"canActivate": true,
|
|
23
|
+
"canIncrement": true,
|
|
24
|
+
"rules": [
|
|
25
|
+
{
|
|
26
|
+
"activeSelector": "ul.nav-tabs li.active a",
|
|
27
|
+
"activeClass": "active",
|
|
28
|
+
"sourceHTML": "<li role=\"presentation\" class=\"\"><a data-target=\"#tab${RANDOM}\" data-component=\"crn-ion-segment-item\" role=\"tab\" data-toggle=\"tab\" data-container=\"true\"><i class=\"ion ion-android-star\"></i><span>New</span></a></li>",
|
|
29
|
+
"targetSelector": "ul.nav-tabs"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"activeSelector": "div.tab-content .tab-pane.active",
|
|
33
|
+
"activeClass": "active",
|
|
34
|
+
"sourceHTML": "<div role=\"tabpanel\" class=\"tab-pane\" id=\"tab${RANDOM}\"><div data-container=\"true\" data-replace=\"true\"></div></div>",
|
|
35
|
+
"targetSelector": "div.tab-content"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"attributesForPreview": [
|
|
40
|
+
{
|
|
41
|
+
"name": "icon-theme",
|
|
42
|
+
"type": "options",
|
|
43
|
+
"target": "class",
|
|
44
|
+
"values": [
|
|
45
|
+
{
|
|
46
|
+
"key": "ion-segment-assertive",
|
|
47
|
+
"value_pt_BR": "Assertivo",
|
|
48
|
+
"value_en_US": "Assertive",
|
|
49
|
+
"color": "#ef473a"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"key": "ion-segment-balanced",
|
|
53
|
+
"value_pt_BR": "Equilibrado",
|
|
54
|
+
"value_en_US": "Balanced",
|
|
55
|
+
"color": "#33cd5f"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"key": "ion-segment-energized",
|
|
59
|
+
"value_pt_BR": "Energizado",
|
|
60
|
+
"value_en_US": "Energized",
|
|
61
|
+
"color": "#ffc900"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"key": "ion-segment-light",
|
|
65
|
+
"value_pt_BR": "Claro",
|
|
66
|
+
"value_en_US": "Light",
|
|
67
|
+
"color": "#fff"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"key": "ion-segment-stable",
|
|
71
|
+
"value_pt_BR": "Estável",
|
|
72
|
+
"value_en_US": "Stable",
|
|
73
|
+
"color": "#f8f8f8"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"key": "ion-segment-calm",
|
|
77
|
+
"value_pt_BR": "Calmo",
|
|
78
|
+
"value_en_US": "Calm",
|
|
79
|
+
"color": "#11c1f3"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"key": "ion-segment-positive",
|
|
83
|
+
"value_pt_BR": "Positivo",
|
|
84
|
+
"value_en_US": "Positive",
|
|
85
|
+
"color": "#387ef5"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"key": "ion-segment-royal",
|
|
89
|
+
"value_pt_BR": "Real",
|
|
90
|
+
"value_en_US": "Royal",
|
|
91
|
+
"color": "#886aea"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"key": "ion-segment-dark",
|
|
95
|
+
"value_pt_BR": "Escuro",
|
|
96
|
+
"value_en_US": "Dark",
|
|
97
|
+
"color": "#444"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"key": "ion-segment-white",
|
|
101
|
+
"value_pt_BR": "Branco",
|
|
102
|
+
"value_en_US": "White",
|
|
103
|
+
"color": "#fff"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"key": "ion-segment-gray",
|
|
107
|
+
"value_pt_BR": "Cinza",
|
|
108
|
+
"value_en_US": "Gray",
|
|
109
|
+
"color": "#333"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"key": "ion-segment-black",
|
|
113
|
+
"value_pt_BR": "Preto",
|
|
114
|
+
"value_en_US": "Black",
|
|
115
|
+
"color": "#000"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"key": "ion-segment-blue",
|
|
119
|
+
"value_pt_BR": "Azul",
|
|
120
|
+
"value_en_US": "Blue",
|
|
121
|
+
"color": "#0247FE"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"key": "ion-segment-light-blue",
|
|
125
|
+
"value_pt_BR": "Azul claro",
|
|
126
|
+
"value_en_US": "Light blue",
|
|
127
|
+
"color": "#85A5FF"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"key": "ion-segment-dark-blue",
|
|
131
|
+
"value_pt_BR": "Azul escuro",
|
|
132
|
+
"value_en_US": "Dark blue",
|
|
133
|
+
"color": "#00217A"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"key": "ion-segment-purple",
|
|
137
|
+
"value_pt_BR": "Roxo",
|
|
138
|
+
"value_en_US": "Purple",
|
|
139
|
+
"color": "#3D01A4"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"key": "ion-segment-light-purple",
|
|
143
|
+
"value_pt_BR": "Roxo claro",
|
|
144
|
+
"value_en_US": "Light purple",
|
|
145
|
+
"color": "#B285FF"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"key": "ion-segment-dark-purple",
|
|
149
|
+
"value_pt_BR": "Roxo escuro",
|
|
150
|
+
"value_en_US": "Dark purple",
|
|
151
|
+
"color": "#2D007A"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"key": "ion-segment-red",
|
|
155
|
+
"value_pt_BR": "Vermelho",
|
|
156
|
+
"value_en_US": "Red",
|
|
157
|
+
"color": "#FE2712"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"key": "ion-segment-light-red",
|
|
161
|
+
"value_pt_BR": "Vermelho claro",
|
|
162
|
+
"value_en_US": "Light red",
|
|
163
|
+
"color": "#FE8F84"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"key": "ion-segment-dark-red",
|
|
167
|
+
"value_pt_BR": "Vermelho escuro",
|
|
168
|
+
"value_en_US": "Dark red",
|
|
169
|
+
"color": "#7A0B00"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"key": "ion-segment-orange",
|
|
173
|
+
"value_pt_BR": "Laranja",
|
|
174
|
+
"value_en_US": "Orange",
|
|
175
|
+
"color": "#FB9B02"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"key": "ion-segment-light-orange",
|
|
179
|
+
"value_pt_BR": "Laranja claro",
|
|
180
|
+
"value_en_US": "Light orange",
|
|
181
|
+
"color": "#FFD085"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"key": "ion-segment-dark-orange",
|
|
185
|
+
"value_pt_BR": "Laranja escuro",
|
|
186
|
+
"value_en_US": "Dark orange",
|
|
187
|
+
"color": "#7A4B00"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"key": "ion-segment-yellow",
|
|
191
|
+
"value_pt_BR": "Amarelo",
|
|
192
|
+
"value_en_US": "Yellow",
|
|
193
|
+
"color": "#FFFF33"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"key": "ion-segment-light-yellow",
|
|
197
|
+
"value_pt_BR": "Amarelo claro",
|
|
198
|
+
"value_en_US": "Light yellow",
|
|
199
|
+
"color": "#FFFF85"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"key": "ion-segment-dark-yellow",
|
|
203
|
+
"value_pt_BR": "Amarelo escuro",
|
|
204
|
+
"value_en_US": "Dark Yellow",
|
|
205
|
+
"color": "#7A7A00"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"key": "ion-segment-green",
|
|
209
|
+
"value_pt_BR": "Verde",
|
|
210
|
+
"value_en_US": "Green",
|
|
211
|
+
"color": "#66B032"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"key": "ion-segment-light-green",
|
|
215
|
+
"value_pt_BR": "Verde claro",
|
|
216
|
+
"value_en_US": "Light green",
|
|
217
|
+
"color": "#B7FF85"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"key": "ion-segment-dark-green",
|
|
221
|
+
"value_pt_BR": "Verde escuro",
|
|
222
|
+
"value_en_US": "Dark green",
|
|
223
|
+
"color": "#337A00"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "background-color",
|
|
229
|
+
"type": "options",
|
|
230
|
+
"target": "class",
|
|
231
|
+
"values": [
|
|
232
|
+
{
|
|
233
|
+
"key": "background-assertive",
|
|
234
|
+
"value_pt_BR": "Assertivo",
|
|
235
|
+
"value_en_US": "Assertive",
|
|
236
|
+
"color": "#ef473a"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"key": "background-balanced",
|
|
240
|
+
"value_pt_BR": "Equilibrado",
|
|
241
|
+
"value_en_US": "Balanced",
|
|
242
|
+
"color": "#33cd5f"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"key": "background-energized",
|
|
246
|
+
"value_pt_BR": "Energizado",
|
|
247
|
+
"value_en_US": "Energized",
|
|
248
|
+
"color": "#ffc900"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"key": "background-light",
|
|
252
|
+
"value_pt_BR": "Claro",
|
|
253
|
+
"value_en_US": "Light",
|
|
254
|
+
"color": "#fff"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"key": "background-stable",
|
|
258
|
+
"value_pt_BR": "Estável",
|
|
259
|
+
"value_en_US": "Stable",
|
|
260
|
+
"color": "#f8f8f8"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"key": "background-calm",
|
|
264
|
+
"value_pt_BR": "Calmo",
|
|
265
|
+
"value_en_US": "Calm",
|
|
266
|
+
"color": "#11c1f3"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"key": "background-positive",
|
|
270
|
+
"value_pt_BR": "Positivo",
|
|
271
|
+
"value_en_US": "Positive",
|
|
272
|
+
"color": "#387ef5"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"key": "background-royal",
|
|
276
|
+
"value_pt_BR": "Real",
|
|
277
|
+
"value_en_US": "Royal",
|
|
278
|
+
"color": "#886aea"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"key": "background-dark",
|
|
282
|
+
"value_pt_BR": "Escuro",
|
|
283
|
+
"value_en_US": "Dark",
|
|
284
|
+
"color": "#444"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"key": "background-white",
|
|
288
|
+
"value_pt_BR": "Branco",
|
|
289
|
+
"value_en_US": "White",
|
|
290
|
+
"color": "#fff"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"key": "background-gray",
|
|
294
|
+
"value_pt_BR": "Cinza",
|
|
295
|
+
"value_en_US": "Gray",
|
|
296
|
+
"color": "#333"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"key": "background-black",
|
|
300
|
+
"value_pt_BR": "Preto",
|
|
301
|
+
"value_en_US": "Black",
|
|
302
|
+
"color": "#000"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"key": "background-blue",
|
|
306
|
+
"value_pt_BR": "Azul",
|
|
307
|
+
"value_en_US": "Blue",
|
|
308
|
+
"color": "#0247FE"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"key": "background-light-blue",
|
|
312
|
+
"value_pt_BR": "Azul claro",
|
|
313
|
+
"value_en_US": "Light blue",
|
|
314
|
+
"color": "#85A5FF"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"key": "background-dark-blue",
|
|
318
|
+
"value_pt_BR": "Azul escuro",
|
|
319
|
+
"value_en_US": "Dark blue",
|
|
320
|
+
"color": "#00217A"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"key": "background-purple",
|
|
324
|
+
"value_pt_BR": "Roxo",
|
|
325
|
+
"value_en_US": "Purple",
|
|
326
|
+
"color": "#3D01A4"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"key": "background-light-purple",
|
|
330
|
+
"value_pt_BR": "Roxo claro",
|
|
331
|
+
"value_en_US": "Light purple",
|
|
332
|
+
"color": "#B285FF"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"key": "background-dark-purple",
|
|
336
|
+
"value_pt_BR": "Roxo escuro",
|
|
337
|
+
"value_en_US": "Dark purple",
|
|
338
|
+
"color": "#2D007A"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"key": "background-red",
|
|
342
|
+
"value_pt_BR": "Vermelho",
|
|
343
|
+
"value_en_US": "Red",
|
|
344
|
+
"color": "#FE2712"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"key": "background-light-red",
|
|
348
|
+
"value_pt_BR": "Vermelho claro",
|
|
349
|
+
"value_en_US": "Light red",
|
|
350
|
+
"color": "#FE8F84"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"key": "background-dark-red",
|
|
354
|
+
"value_pt_BR": "Vermelho escuro",
|
|
355
|
+
"value_en_US": "Dark red",
|
|
356
|
+
"color": "#7A0B00"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"key": "background-orange",
|
|
360
|
+
"value_pt_BR": "Laranja",
|
|
361
|
+
"value_en_US": "Orange",
|
|
362
|
+
"color": "#FB9B02"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"key": "background-light-orange",
|
|
366
|
+
"value_pt_BR": "Laranja claro",
|
|
367
|
+
"value_en_US": "Light orange",
|
|
368
|
+
"color": "#FFD085"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"key": "background-dark-orange",
|
|
372
|
+
"value_pt_BR": "Laranja escuro",
|
|
373
|
+
"value_en_US": "Dark orange",
|
|
374
|
+
"color": "#7A4B00"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"key": "background-yellow",
|
|
378
|
+
"value_pt_BR": "Amarelo",
|
|
379
|
+
"value_en_US": "Yellow",
|
|
380
|
+
"color": "#FFFF33"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"key": "background-light-yellow",
|
|
384
|
+
"value_pt_BR": "Amarelo claro",
|
|
385
|
+
"value_en_US": "Light yellow",
|
|
386
|
+
"color": "#FFFF85"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"key": "background-dark-yellow",
|
|
390
|
+
"value_pt_BR": "Amarelo escuro",
|
|
391
|
+
"value_en_US": "Dark Yellow",
|
|
392
|
+
"color": "#7A7A00"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"key": "background-green",
|
|
396
|
+
"value_pt_BR": "Verde",
|
|
397
|
+
"value_en_US": "Green",
|
|
398
|
+
"color": "#66B032"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"key": "background-light-green",
|
|
402
|
+
"value_pt_BR": "Verde claro",
|
|
403
|
+
"value_en_US": "Light green",
|
|
404
|
+
"color": "#B7FF85"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"key": "background-dark-green",
|
|
408
|
+
"value_pt_BR": "Verde escuro",
|
|
409
|
+
"value_en_US": "Dark green",
|
|
410
|
+
"color": "#337A00"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "background-color-active",
|
|
416
|
+
"type": "options",
|
|
417
|
+
"target": "class",
|
|
418
|
+
"values": [
|
|
419
|
+
{
|
|
420
|
+
"key": "active-background-assertive",
|
|
421
|
+
"value_pt_BR": "Assertivo",
|
|
422
|
+
"value_en_US": "Assertive",
|
|
423
|
+
"color": "#ef473a"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"key": "active-background-balanced",
|
|
427
|
+
"value_pt_BR": "Equilibrado",
|
|
428
|
+
"value_en_US": "Balanced",
|
|
429
|
+
"color": "#33cd5f"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"key": "active-background-energized",
|
|
433
|
+
"value_pt_BR": "Energizado",
|
|
434
|
+
"value_en_US": "Energized",
|
|
435
|
+
"color": "#ffc900"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"key": "active-background-light",
|
|
439
|
+
"value_pt_BR": "Claro",
|
|
440
|
+
"value_en_US": "Light",
|
|
441
|
+
"color": "#fff"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"key": "active-background-stable",
|
|
445
|
+
"value_pt_BR": "Estável",
|
|
446
|
+
"value_en_US": "Stable",
|
|
447
|
+
"color": "#f8f8f8"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"key": "active-background-calm",
|
|
451
|
+
"value_pt_BR": "Calmo",
|
|
452
|
+
"value_en_US": "Calm",
|
|
453
|
+
"color": "#11c1f3"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"key": "active-background-positive",
|
|
457
|
+
"value_pt_BR": "Positivo",
|
|
458
|
+
"value_en_US": "Positive",
|
|
459
|
+
"color": "#387ef5"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"key": "active-background-royal",
|
|
463
|
+
"value_pt_BR": "Real",
|
|
464
|
+
"value_en_US": "Royal",
|
|
465
|
+
"color": "#886aea"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"key": "active-background-dark",
|
|
469
|
+
"value_pt_BR": "Escuro",
|
|
470
|
+
"value_en_US": "Dark",
|
|
471
|
+
"color": "#444"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"key": "active-background-white",
|
|
475
|
+
"value_pt_BR": "Branco",
|
|
476
|
+
"value_en_US": "White",
|
|
477
|
+
"color": "#fff"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"key": "active-background-gray",
|
|
481
|
+
"value_pt_BR": "Cinza",
|
|
482
|
+
"value_en_US": "Gray",
|
|
483
|
+
"color": "#333"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"key": "active-background-black",
|
|
487
|
+
"value_pt_BR": "Preto",
|
|
488
|
+
"value_en_US": "Black",
|
|
489
|
+
"color": "#000"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"key": "active-background-blue",
|
|
493
|
+
"value_pt_BR": "Azul",
|
|
494
|
+
"value_en_US": "Blue",
|
|
495
|
+
"color": "#0247FE"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"key": "active-background-light-blue",
|
|
499
|
+
"value_pt_BR": "Azul claro",
|
|
500
|
+
"value_en_US": "Light blue",
|
|
501
|
+
"color": "#85A5FF"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"key": "active-background-dark-blue",
|
|
505
|
+
"value_pt_BR": "Azul escuro",
|
|
506
|
+
"value_en_US": "Dark blue",
|
|
507
|
+
"color": "#00217A"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"key": "active-background-purple",
|
|
511
|
+
"value_pt_BR": "Roxo",
|
|
512
|
+
"value_en_US": "Purple",
|
|
513
|
+
"color": "#3D01A4"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"key": "active-background-light-purple",
|
|
517
|
+
"value_pt_BR": "Roxo claro",
|
|
518
|
+
"value_en_US": "Light purple",
|
|
519
|
+
"color": "#B285FF"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"key": "active-background-dark-purple",
|
|
523
|
+
"value_pt_BR": "Roxo escuro",
|
|
524
|
+
"value_en_US": "Dark purple",
|
|
525
|
+
"color": "#2D007A"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"key": "active-background-red",
|
|
529
|
+
"value_pt_BR": "Vermelho",
|
|
530
|
+
"value_en_US": "Red",
|
|
531
|
+
"color": "#FE2712"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"key": "active-background-light-red",
|
|
535
|
+
"value_pt_BR": "Vermelho claro",
|
|
536
|
+
"value_en_US": "Light red",
|
|
537
|
+
"color": "#FE8F84"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"key": "active-background-dark-red",
|
|
541
|
+
"value_pt_BR": "Vermelho escuro",
|
|
542
|
+
"value_en_US": "Dark red",
|
|
543
|
+
"color": "#7A0B00"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"key": "active-background-orange",
|
|
547
|
+
"value_pt_BR": "Laranja",
|
|
548
|
+
"value_en_US": "Orange",
|
|
549
|
+
"color": "#FB9B02"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"key": "active-background-light-orange",
|
|
553
|
+
"value_pt_BR": "Laranja claro",
|
|
554
|
+
"value_en_US": "Light orange",
|
|
555
|
+
"color": "#FFD085"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"key": "active-background-dark-orange",
|
|
559
|
+
"value_pt_BR": "Laranja escuro",
|
|
560
|
+
"value_en_US": "Dark orange",
|
|
561
|
+
"color": "#7A4B00"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"key": "active-background-yellow",
|
|
565
|
+
"value_pt_BR": "Amarelo",
|
|
566
|
+
"value_en_US": "Yellow",
|
|
567
|
+
"color": "#FFFF33"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"key": "active-background-light-yellow",
|
|
571
|
+
"value_pt_BR": "Amarelo claro",
|
|
572
|
+
"value_en_US": "Light yellow",
|
|
573
|
+
"color": "#FFFF85"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"key": "active-background-dark-yellow",
|
|
577
|
+
"value_pt_BR": "Amarelo escuro",
|
|
578
|
+
"value_en_US": "Dark Yellow",
|
|
579
|
+
"color": "#7A7A00"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"key": "active-background-green",
|
|
583
|
+
"value_pt_BR": "Verde",
|
|
584
|
+
"value_en_US": "Green",
|
|
585
|
+
"color": "#66B032"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"key": "active-background-light-green",
|
|
589
|
+
"value_pt_BR": "Verde claro",
|
|
590
|
+
"value_en_US": "Light green",
|
|
591
|
+
"color": "#B7FF85"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"key": "active-background-dark-green",
|
|
595
|
+
"value_pt_BR": "Verde escuro",
|
|
596
|
+
"value_en_US": "Dark green",
|
|
597
|
+
"color": "#337A00"
|
|
598
|
+
}
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "icon-theme-light",
|
|
603
|
+
"type": "options",
|
|
604
|
+
"target": "class",
|
|
605
|
+
"values": [
|
|
606
|
+
{
|
|
607
|
+
"key": "icon-theme-light-assertive",
|
|
608
|
+
"value_pt_BR": "Assertivo",
|
|
609
|
+
"value_en_US": "Assertive",
|
|
610
|
+
"color": "#ef473a"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"key": "icon-theme-light-balanced",
|
|
614
|
+
"value_pt_BR": "Equilibrado",
|
|
615
|
+
"value_en_US": "Balanced",
|
|
616
|
+
"color": "#33cd5f"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"key": "icon-theme-light-energized",
|
|
620
|
+
"value_pt_BR": "Energizado",
|
|
621
|
+
"value_en_US": "Energized",
|
|
622
|
+
"color": "#ffc900"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"key": "icon-theme-light-light",
|
|
626
|
+
"value_pt_BR": "Claro",
|
|
627
|
+
"value_en_US": "Light",
|
|
628
|
+
"color": "#fff"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"key": "icon-theme-light-stable",
|
|
632
|
+
"value_pt_BR": "Estável",
|
|
633
|
+
"value_en_US": "Stable",
|
|
634
|
+
"color": "#f8f8f8"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"key": "icon-theme-light-calm",
|
|
638
|
+
"value_pt_BR": "Calmo",
|
|
639
|
+
"value_en_US": "Calm",
|
|
640
|
+
"color": "#11c1f3"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"key": "icon-theme-light-positive",
|
|
644
|
+
"value_pt_BR": "Positivo",
|
|
645
|
+
"value_en_US": "Positive",
|
|
646
|
+
"color": "#387ef5"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"key": "icon-theme-light-royal",
|
|
650
|
+
"value_pt_BR": "Real",
|
|
651
|
+
"value_en_US": "Royal",
|
|
652
|
+
"color": "#886aea"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"key": "icon-theme-light-dark",
|
|
656
|
+
"value_pt_BR": "Escuro",
|
|
657
|
+
"value_en_US": "Dark",
|
|
658
|
+
"color": "#444"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"key": "icon-theme-light-white",
|
|
662
|
+
"value_pt_BR": "Branco",
|
|
663
|
+
"value_en_US": "White",
|
|
664
|
+
"color": "#fff"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"key": "icon-theme-light-gray",
|
|
668
|
+
"value_pt_BR": "Cinza",
|
|
669
|
+
"value_en_US": "Gray",
|
|
670
|
+
"color": "#333"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"key": "icon-theme-light-black",
|
|
674
|
+
"value_pt_BR": "Preto",
|
|
675
|
+
"value_en_US": "Black",
|
|
676
|
+
"color": "#000"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"key": "icon-theme-light-blue",
|
|
680
|
+
"value_pt_BR": "Azul",
|
|
681
|
+
"value_en_US": "Blue",
|
|
682
|
+
"color": "#0247FE"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"key": "icon-theme-light-light-blue",
|
|
686
|
+
"value_pt_BR": "Azul claro",
|
|
687
|
+
"value_en_US": "Light blue",
|
|
688
|
+
"color": "#85A5FF"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"key": "icon-theme-light-dark-blue",
|
|
692
|
+
"value_pt_BR": "Azul escuro",
|
|
693
|
+
"value_en_US": "Dark blue",
|
|
694
|
+
"color": "#00217A"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"key": "icon-theme-light-purple",
|
|
698
|
+
"value_pt_BR": "Roxo",
|
|
699
|
+
"value_en_US": "Purple",
|
|
700
|
+
"color": "#3D01A4"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"key": "icon-theme-light-light-purple",
|
|
704
|
+
"value_pt_BR": "Roxo claro",
|
|
705
|
+
"value_en_US": "Light purple",
|
|
706
|
+
"color": "#B285FF"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"key": "icon-theme-light-dark-purple",
|
|
710
|
+
"value_pt_BR": "Roxo escuro",
|
|
711
|
+
"value_en_US": "Dark purple",
|
|
712
|
+
"color": "#2D007A"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"key": "icon-theme-light-red",
|
|
716
|
+
"value_pt_BR": "Vermelho",
|
|
717
|
+
"value_en_US": "Red",
|
|
718
|
+
"color": "#FE2712"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"key": "icon-theme-light-light-red",
|
|
722
|
+
"value_pt_BR": "Vermelho claro",
|
|
723
|
+
"value_en_US": "Light red",
|
|
724
|
+
"color": "#FE8F84"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"key": "icon-theme-light-dark-red",
|
|
728
|
+
"value_pt_BR": "Vermelho escuro",
|
|
729
|
+
"value_en_US": "Dark red",
|
|
730
|
+
"color": "#7A0B00"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"key": "icon-theme-light-orange",
|
|
734
|
+
"value_pt_BR": "Laranja",
|
|
735
|
+
"value_en_US": "Orange",
|
|
736
|
+
"color": "#FB9B02"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"key": "icon-theme-light-light-orange",
|
|
740
|
+
"value_pt_BR": "Laranja claro",
|
|
741
|
+
"value_en_US": "Light orange",
|
|
742
|
+
"color": "#FFD085"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"key": "icon-theme-light-dark-orange",
|
|
746
|
+
"value_pt_BR": "Laranja escuro",
|
|
747
|
+
"value_en_US": "Dark orange",
|
|
748
|
+
"color": "#7A4B00"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"key": "icon-theme-light-yellow",
|
|
752
|
+
"value_pt_BR": "Amarelo",
|
|
753
|
+
"value_en_US": "Yellow",
|
|
754
|
+
"color": "#FFFF33"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"key": "icon-theme-light-light-yellow",
|
|
758
|
+
"value_pt_BR": "Amarelo claro",
|
|
759
|
+
"value_en_US": "Light yellow",
|
|
760
|
+
"color": "#FFFF85"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"key": "icon-theme-light-dark-yellow",
|
|
764
|
+
"value_pt_BR": "Amarelo escuro",
|
|
765
|
+
"value_en_US": "Dark Yellow",
|
|
766
|
+
"color": "#7A7A00"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"key": "icon-theme-light-green",
|
|
770
|
+
"value_pt_BR": "Verde",
|
|
771
|
+
"value_en_US": "Green",
|
|
772
|
+
"color": "#66B032"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"key": "icon-theme-light-light-green",
|
|
776
|
+
"value_pt_BR": "Verde claro",
|
|
777
|
+
"value_en_US": "Light green",
|
|
778
|
+
"color": "#B7FF85"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"key": "icon-theme-light-dark-green",
|
|
782
|
+
"value_pt_BR": "Verde escuro",
|
|
783
|
+
"value_en_US": "Dark green",
|
|
784
|
+
"color": "#337A00"
|
|
785
|
+
}
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "icon-size",
|
|
790
|
+
"type": "options",
|
|
791
|
+
"target": "class",
|
|
792
|
+
"values": [
|
|
793
|
+
{
|
|
794
|
+
"key": "font-size-100",
|
|
795
|
+
"value": "100%"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"key": "font-size-200",
|
|
799
|
+
"value": "200%"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"key": "font-size-300",
|
|
803
|
+
"value": "300%"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"key": "font-size-400",
|
|
807
|
+
"value": "400%"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"key": "font-size-500",
|
|
811
|
+
"value": "500%"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"key": "font-size-600",
|
|
815
|
+
"value": "600%"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"key": "font-size-700",
|
|
819
|
+
"value": "700%"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "icon-orientation",
|
|
825
|
+
"type": "btngroup",
|
|
826
|
+
"target": "class",
|
|
827
|
+
"values": [
|
|
828
|
+
{
|
|
829
|
+
"key": "icon-orientation-left",
|
|
830
|
+
"value_pt_BR": "Esquerda",
|
|
831
|
+
"value_en_US": "Left",
|
|
832
|
+
"icon": "mdi mdi-arrow-left-bold"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"key": "icon-orientation-right",
|
|
836
|
+
"value_pt_BR": "Direita",
|
|
837
|
+
"value_en_US": "Right",
|
|
838
|
+
"icon": "mdi mdi-arrow-right-bold"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"key": "icon-orientation-above",
|
|
842
|
+
"value_pt_BR": "Em cima",
|
|
843
|
+
"value_en_US": "Above",
|
|
844
|
+
"icon": "mdi mdi-arrow-up-bold"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"key": "icon-orientation-below",
|
|
848
|
+
"value_pt_BR": "Embaixo",
|
|
849
|
+
"value_en_US": "Below",
|
|
850
|
+
"icon": "mdi mdi-arrow-down-bold"
|
|
851
|
+
}
|
|
852
|
+
]
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "theme-ion-segment",
|
|
856
|
+
"type": "btngroup",
|
|
857
|
+
"target": "class",
|
|
858
|
+
"values": [
|
|
859
|
+
{
|
|
860
|
+
"key": "crn-ion-segment-classic",
|
|
861
|
+
"value_pt_BR": "Clássico",
|
|
862
|
+
"value_en_US": "Classic"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"key": "crn-ion-segment-modern",
|
|
866
|
+
"value_pt_BR": "Moderno",
|
|
867
|
+
"value_en_US": "Modern"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"key": "crn-ion-segment-light",
|
|
871
|
+
"value_pt_BR": "Light",
|
|
872
|
+
"value_en_US": "Light"
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "tabs-template",
|
|
878
|
+
"type": "btngroup",
|
|
879
|
+
"target": "class",
|
|
880
|
+
"values": [
|
|
881
|
+
{
|
|
882
|
+
"key": "tabs-template-compact",
|
|
883
|
+
"value_pt_BR": "Compacto",
|
|
884
|
+
"value_en_US": "Compact"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"key": "tabs-template-full",
|
|
888
|
+
"value_pt_BR": "Completo",
|
|
889
|
+
"value_en_US": "Full width"
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"childrenProperties": [
|
|
895
|
+
{
|
|
896
|
+
"name": "theme-ion-segment",
|
|
897
|
+
"displayName_pt_BR": "Modelo das abas",
|
|
898
|
+
"displayName_en_US": "Tabs template",
|
|
899
|
+
"order": 1,
|
|
900
|
+
"selector": "div.crn-ion-segment"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "background-color",
|
|
904
|
+
"displayName_pt_BR": "Cor do fundo",
|
|
905
|
+
"displayName_en_US": "Background color",
|
|
906
|
+
"order": 2,
|
|
907
|
+
"selector": "ul"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "icon-theme",
|
|
911
|
+
"displayName_pt_BR": "Cor do texto e ícone",
|
|
912
|
+
"displayName_en_US": "Text color and icon",
|
|
913
|
+
"selector": "div.crn-ion-segment-classic ul, div.crn-ion-segment-modern ul",
|
|
914
|
+
"order": 3
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "icon-theme-light",
|
|
918
|
+
"displayName_pt_BR": "Cor do texto e ícone",
|
|
919
|
+
"displayName_en_US": "Text color and icon",
|
|
920
|
+
"selector": "div.crn-ion-segment-light",
|
|
921
|
+
"order": 3
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "background-color-active",
|
|
925
|
+
"displayName_pt_BR": "Cor da aba ativa",
|
|
926
|
+
"displayName_en_US": "Active tab color",
|
|
927
|
+
"order": 4,
|
|
928
|
+
"selector": "div.crn-ion-segment-classic ul, div.crn-ion-segment-modern ul"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "icon-size",
|
|
932
|
+
"displayName_pt_BR": "Tamanho do ícone",
|
|
933
|
+
"displayName_en_US": "Icon size",
|
|
934
|
+
"order": 5,
|
|
935
|
+
"selector": "ul"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "icon-orientation",
|
|
939
|
+
"displayName_pt_BR": "Orientação do ícone",
|
|
940
|
+
"displayName_en_US": "Icon orientation",
|
|
941
|
+
"order": 6,
|
|
942
|
+
"selector": "ul"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "tabs-template",
|
|
946
|
+
"displayName_pt_BR": "Largura das abas",
|
|
947
|
+
"displayName_en_US": "Tab width",
|
|
948
|
+
"order": 7,
|
|
949
|
+
"selector": "div.crn-ion-segment-classic ul"
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"styles": [
|
|
953
|
+
{
|
|
954
|
+
"selector": "div#{id} ul",
|
|
955
|
+
"text_pt_BR": "Cor do fundo",
|
|
956
|
+
"text_en_US": "Background"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"selector": "div#{id} ul li a",
|
|
960
|
+
"text_pt_BR": "Texto e ícone",
|
|
961
|
+
"text_en_US": "Text and icon"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"selector": "div#{id} ul li.active",
|
|
965
|
+
"text_pt_BR": "Aba ativa",
|
|
966
|
+
"text_en_US": "Active tab"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"selector": "div#{id} ul li a i",
|
|
970
|
+
"text_pt_BR": "Ícone",
|
|
971
|
+
"text_en_US": "Icon"
|
|
972
|
+
}
|
|
973
|
+
]
|
|
974
|
+
}
|