cronapp-framework-mobile-js 2.9.1-SP.9 → 2.9.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 +1 -1
- 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/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/{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 +114 -56
- 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
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "crn-input",
|
|
3
|
-
"text_pt_BR": "Entrada de texto",
|
|
4
|
-
"text_en_US": "Input",
|
|
5
|
-
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-textinput.svg",
|
|
6
|
-
"description": "Campo para inserir texto",
|
|
7
|
-
"description_en_US": "Field to enter text",
|
|
8
|
-
"category": [
|
|
9
|
-
"INPUTS", "FORMS"
|
|
10
|
-
],
|
|
11
|
-
"wrapper": false,
|
|
12
|
-
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/textinput.template.html",
|
|
13
|
-
"properties": {
|
|
14
|
-
"id": {
|
|
15
|
-
"order": 1
|
|
16
|
-
},
|
|
17
|
-
"class": {
|
|
18
|
-
"order": 9999
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"childrenProperties": [
|
|
22
|
-
{
|
|
23
|
-
"name": "placeholder",
|
|
24
|
-
"selector": "input[placeholder]",
|
|
25
|
-
"displayName_pt_BR": "Sugestão",
|
|
26
|
-
"displayName_en_US": "Placeholder",
|
|
27
|
-
"type": "text",
|
|
28
|
-
"order": 3
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "ng-model",
|
|
32
|
-
"selector": "input[ng-model]",
|
|
33
|
-
"onSave": "javascript:function() { var result = arguments[0]; result = result.replaceAll(/[-,+, ,(,),']/g,''); if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
|
|
34
|
-
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
35
|
-
"displayName_pt_BR": "Valor",
|
|
36
|
-
"displayName_en_US": "Value",
|
|
37
|
-
"type": "text",
|
|
38
|
-
"order": 1,
|
|
39
|
-
"mandatory": true
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "type",
|
|
43
|
-
"selector": "input[type]",
|
|
44
|
-
"type": "inputType",
|
|
45
|
-
"order": 2
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "ng-keydown",
|
|
49
|
-
"selector": "input",
|
|
50
|
-
"type": "event"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "keyboard",
|
|
54
|
-
"selector": "input",
|
|
55
|
-
"type": "text",
|
|
56
|
-
"displayName_pt_BR": "Tipo de Teclado",
|
|
57
|
-
"displayName_en_US": "Keyboard Type",
|
|
58
|
-
"order": 6
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "mask",
|
|
62
|
-
"selector": "input",
|
|
63
|
-
"type": "mask",
|
|
64
|
-
"order": 4
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "mask-placeholder",
|
|
68
|
-
"selector": "input",
|
|
69
|
-
"type": "text",
|
|
70
|
-
"order": 5
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "ng-minlength",
|
|
74
|
-
"selector": "input",
|
|
75
|
-
"type": "text",
|
|
76
|
-
"displayName_pt_BR": "Tamanho mínimo",
|
|
77
|
-
"displayName_en_US": "Minimum size",
|
|
78
|
-
"order": 7
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"name": "ng-maxlength",
|
|
82
|
-
"selector": "input",
|
|
83
|
-
"type": "text",
|
|
84
|
-
"displayName_pt_BR": "Máximo de caracteres",
|
|
85
|
-
"displayName_en_US": "Maximum characters",
|
|
86
|
-
"order": 8
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "ng-keyup",
|
|
90
|
-
"selector": "input",
|
|
91
|
-
"type": "event"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "ng-click",
|
|
95
|
-
"selector": "input",
|
|
96
|
-
"type": "event"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "on-double-tap",
|
|
100
|
-
"selector": "input",
|
|
101
|
-
"type": "event"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "ng-focus",
|
|
105
|
-
"selector": "input",
|
|
106
|
-
"type": "event"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "ng-blur",
|
|
110
|
-
"selector": "input",
|
|
111
|
-
"type": "event"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "on-hold",
|
|
115
|
-
"selector": "input",
|
|
116
|
-
"type": "event"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "on-swipe",
|
|
120
|
-
"selector": "input",
|
|
121
|
-
"type": "event"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "on-drag",
|
|
125
|
-
"selector": "input",
|
|
126
|
-
"type": "event"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"attributesForPreview": [
|
|
130
|
-
{
|
|
131
|
-
"name": "keyboard",
|
|
132
|
-
"type": "options",
|
|
133
|
-
"target": "keyboard",
|
|
134
|
-
"values": [
|
|
135
|
-
{
|
|
136
|
-
"key": "",
|
|
137
|
-
"value_pt_BR": "Padrão",
|
|
138
|
-
"value_en_US": "Default"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"key": "integer",
|
|
142
|
-
"value_pt_BR": "Numérico",
|
|
143
|
-
"value_en_US": "Numeric"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"key": "number",
|
|
147
|
-
"value_pt_BR": "Decimal",
|
|
148
|
-
"value_en_US": "Decimal"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"key": "tel",
|
|
152
|
-
"value_pt_BR": "Telefone",
|
|
153
|
-
"value_en_US": "Telephone"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"key": "email",
|
|
157
|
-
"value_pt_BR": "E-mail",
|
|
158
|
-
"value_en_US": "Email"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"key": "password",
|
|
162
|
-
"value_pt_BR": "Senha",
|
|
163
|
-
"value_en_US": "Password"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"key": "search",
|
|
167
|
-
"value_pt_BR": "Pesquisa",
|
|
168
|
-
"value_en_US": "Search"
|
|
169
|
-
}
|
|
170
|
-
]
|
|
171
|
-
}
|
|
172
|
-
],
|
|
173
|
-
"styles": [
|
|
174
|
-
{
|
|
175
|
-
"selector": "div#{id} input",
|
|
176
|
-
"text_pt_BR": "Entrada de texto",
|
|
177
|
-
"text_en_US": "Input"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"selector": "div#{id} input::placeholder",
|
|
181
|
-
"text_pt_BR": "Sugestão",
|
|
182
|
-
"text_en_US": "Placeholder"
|
|
183
|
-
}
|
|
184
|
-
]
|
|
185
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "crn-ion-content",
|
|
3
|
-
"text_pt_BR": "Conteúdo",
|
|
4
|
-
"text_en_US": "Content",
|
|
5
|
-
"pallete": false,
|
|
6
|
-
"class": "adjust-icon mdi mdi-airplay",
|
|
7
|
-
"wrapper": false,
|
|
8
|
-
"template": "<ion-content data-component=\"crn-ion-content\"></ion-content>",
|
|
9
|
-
"controls": {
|
|
10
|
-
"ungroup": true,
|
|
11
|
-
"resizable": false,
|
|
12
|
-
"additive": false,
|
|
13
|
-
"duplicable": false,
|
|
14
|
-
"pluggable": false,
|
|
15
|
-
"removable": false
|
|
16
|
-
},
|
|
17
|
-
"droppableArea": {
|
|
18
|
-
"onmiddle": true,
|
|
19
|
-
"ontop": false,
|
|
20
|
-
"onbottom": false,
|
|
21
|
-
"onleft": false,
|
|
22
|
-
"onright": false
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,351 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "crn-ion-footer-bar",
|
|
3
|
-
"text_pt_BR": "Rodapé",
|
|
4
|
-
"text_en_US": "Footer",
|
|
5
|
-
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-ion-footer-bar.svg",
|
|
6
|
-
"description": "Estrutura de rodapé com botões",
|
|
7
|
-
"description_en_US": "Footer structure with buttons",
|
|
8
|
-
"category": [
|
|
9
|
-
"LAYOUTS"
|
|
10
|
-
],
|
|
11
|
-
"wrapper": false,
|
|
12
|
-
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/ion-footer-bar.template.html",
|
|
13
|
-
"properties": {
|
|
14
|
-
"id": {
|
|
15
|
-
"order": 2
|
|
16
|
-
},
|
|
17
|
-
"class": {
|
|
18
|
-
"order": 9999
|
|
19
|
-
},
|
|
20
|
-
"xattr-theme": {
|
|
21
|
-
"displayName_pt_BR": "Tema do fundo",
|
|
22
|
-
"displayName_en_US": "Background theme",
|
|
23
|
-
"order": 2
|
|
24
|
-
},
|
|
25
|
-
"on-tap": {
|
|
26
|
-
"removable": true,
|
|
27
|
-
"type": "event"
|
|
28
|
-
},
|
|
29
|
-
"on-double-tap": {
|
|
30
|
-
"removable": true,
|
|
31
|
-
"type": "event"
|
|
32
|
-
},
|
|
33
|
-
"on-hold": {
|
|
34
|
-
"removable": true,
|
|
35
|
-
"type": "event"
|
|
36
|
-
},
|
|
37
|
-
"on-drag": {
|
|
38
|
-
"removable": true,
|
|
39
|
-
"type": "event"
|
|
40
|
-
},
|
|
41
|
-
"on-swipe": {
|
|
42
|
-
"removable": true,
|
|
43
|
-
"type": "event"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"controls": {
|
|
47
|
-
"ungroup": true,
|
|
48
|
-
"resizable": false,
|
|
49
|
-
"additive": false,
|
|
50
|
-
"duplicable": false,
|
|
51
|
-
"pluggable": false,
|
|
52
|
-
"removable": true
|
|
53
|
-
},
|
|
54
|
-
"droppableArea": {
|
|
55
|
-
"onmiddle": true,
|
|
56
|
-
"ontop": false,
|
|
57
|
-
"onbottom": false,
|
|
58
|
-
"onleft": false,
|
|
59
|
-
"onright": false
|
|
60
|
-
},
|
|
61
|
-
"attributesForPreview": [
|
|
62
|
-
{
|
|
63
|
-
"name": "xattr-theme",
|
|
64
|
-
"type": "options",
|
|
65
|
-
"target": "class",
|
|
66
|
-
"values": [
|
|
67
|
-
{
|
|
68
|
-
"key": "bar-assertive",
|
|
69
|
-
"value_pt_BR": "Assertivo",
|
|
70
|
-
"value_en_US": "Assertive",
|
|
71
|
-
"color": "#ef473a"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"key": "bar-balanced",
|
|
75
|
-
"value_pt_BR": "Equilibrado",
|
|
76
|
-
"value_en_US": "Balanced",
|
|
77
|
-
"color": "#33cd5f"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"key": "bar-energized",
|
|
81
|
-
"value_pt_BR": "Energizado",
|
|
82
|
-
"value_en_US": "Energized",
|
|
83
|
-
"color": "#ffc900"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"key": "bar-light",
|
|
87
|
-
"value_pt_BR": "Claro",
|
|
88
|
-
"value_en_US": "Light",
|
|
89
|
-
"color": "#fff"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"key": "bar-stable",
|
|
93
|
-
"value_pt_BR": "Estável",
|
|
94
|
-
"value_en_US": "Stable",
|
|
95
|
-
"color": "#f8f8f8"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"key": "bar-calm",
|
|
99
|
-
"value_pt_BR": "Calmo",
|
|
100
|
-
"value_en_US": "Calm",
|
|
101
|
-
"color": "#11c1f3"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"key": "bar-positive",
|
|
105
|
-
"value_pt_BR": "Positivo",
|
|
106
|
-
"value_en_US": "Positive",
|
|
107
|
-
"color": "#387ef5"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"key": "bar-royal",
|
|
111
|
-
"value_pt_BR": "Real",
|
|
112
|
-
"value_en_US": "Royal",
|
|
113
|
-
"color": "#886aea"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"key": "bar-dark",
|
|
117
|
-
"value_pt_BR": "Escuro",
|
|
118
|
-
"value_en_US": "Dark",
|
|
119
|
-
"color": "#444"
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "left-button-theme",
|
|
125
|
-
"type": "options",
|
|
126
|
-
"target": "style",
|
|
127
|
-
"values": [
|
|
128
|
-
{
|
|
129
|
-
"key": "background-color: #ef473a;",
|
|
130
|
-
"value_pt_BR": "Assertivo",
|
|
131
|
-
"value_en_US": "Assertive",
|
|
132
|
-
"color": "#ef473a"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"key": "background-color: #33cd5f;",
|
|
136
|
-
"value_pt_BR": "Equilibrado",
|
|
137
|
-
"value_en_US": "Balanced",
|
|
138
|
-
"color": "#33cd5f"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"key": "background-color: #ffc900;",
|
|
142
|
-
"value_pt_BR": "Energizado",
|
|
143
|
-
"value_en_US": "Energized",
|
|
144
|
-
"color": "#ffc900"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"key": "background-color: #fff;",
|
|
148
|
-
"value_pt_BR": "Claro",
|
|
149
|
-
"value_en_US": "Light",
|
|
150
|
-
"color": "#fff"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"key": "background-color: #f8f8f8;",
|
|
154
|
-
"value_pt_BR": "Estável",
|
|
155
|
-
"value_en_US": "Stable",
|
|
156
|
-
"color": "#f8f8f8"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"key": "background-color: #11c1f3;",
|
|
160
|
-
"value_pt_BR": "Calmo",
|
|
161
|
-
"value_en_US": "Calm",
|
|
162
|
-
"color": "#11c1f3"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"key": "background-color: #387ef5;",
|
|
166
|
-
"value_pt_BR": "Positivo",
|
|
167
|
-
"value_en_US": "Positive",
|
|
168
|
-
"color": "#387ef5"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"key": "background-color: #886aea;",
|
|
172
|
-
"value_pt_BR": "Real",
|
|
173
|
-
"value_en_US": "Royal",
|
|
174
|
-
"color": "#886aea"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"key": "background-color: #444;",
|
|
178
|
-
"value_pt_BR": "Escuro",
|
|
179
|
-
"value_en_US": "Dark",
|
|
180
|
-
"color": "#444"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "right-button-theme",
|
|
186
|
-
"type": "options",
|
|
187
|
-
"target": "style",
|
|
188
|
-
"values": [
|
|
189
|
-
{
|
|
190
|
-
"key": "background-color: #ef473a;",
|
|
191
|
-
"value_pt_BR": "Assertivo",
|
|
192
|
-
"value_en_US": "Assertive",
|
|
193
|
-
"color": "#ef473a"
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"key": "background-color: #33cd5f;",
|
|
197
|
-
"value_pt_BR": "Equilibrado",
|
|
198
|
-
"value_en_US": "Balanced",
|
|
199
|
-
"color": "#33cd5f"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"key": "background-color: #ffc900;",
|
|
203
|
-
"value_pt_BR": "Energizado",
|
|
204
|
-
"value_en_US": "Energized",
|
|
205
|
-
"color": "#ffc900"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"key": "background-color: #fff;",
|
|
209
|
-
"value_pt_BR": "Claro",
|
|
210
|
-
"value_en_US": "Light",
|
|
211
|
-
"color": "#fff"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"key": "background-color: #f8f8f8;",
|
|
215
|
-
"value_pt_BR": "Estável",
|
|
216
|
-
"value_en_US": "Stable",
|
|
217
|
-
"color": "#f8f8f8"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"key": "background-color: #11c1f3;",
|
|
221
|
-
"value_pt_BR": "Calmo",
|
|
222
|
-
"value_en_US": "Calm",
|
|
223
|
-
"color": "#11c1f3"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"key": "background-color: #387ef5;",
|
|
227
|
-
"value_pt_BR": "Positivo",
|
|
228
|
-
"value_en_US": "Positive",
|
|
229
|
-
"color": "#387ef5"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"key": "background-color: #886aea;",
|
|
233
|
-
"value_pt_BR": "Real",
|
|
234
|
-
"value_en_US": "Royal",
|
|
235
|
-
"color": "#886aea"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"key": "background-color: #444;",
|
|
239
|
-
"value_pt_BR": "Escuro",
|
|
240
|
-
"value_en_US": "Dark",
|
|
241
|
-
"color": "#444"
|
|
242
|
-
}
|
|
243
|
-
]
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "xattr-position",
|
|
247
|
-
"type": "btngroup",
|
|
248
|
-
"target": "style",
|
|
249
|
-
"values": [
|
|
250
|
-
{
|
|
251
|
-
"key": "text-align: left;",
|
|
252
|
-
"value_pt_BR": "Esquerda",
|
|
253
|
-
"value_en_US": "Left"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"key": "text-align: center;",
|
|
257
|
-
"value_pt_BR": "Centro",
|
|
258
|
-
"value_en_US": "Center"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"key": "text-align: right;",
|
|
262
|
-
"value_pt_BR": "Direita",
|
|
263
|
-
"value_en_US": "Right"
|
|
264
|
-
}
|
|
265
|
-
]
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
"childrenProperties": [
|
|
269
|
-
{
|
|
270
|
-
"name": "content",
|
|
271
|
-
"displayName_pt_BR": "Título",
|
|
272
|
-
"displayName_en_US": "Title",
|
|
273
|
-
"selector": "h1",
|
|
274
|
-
"type": "text",
|
|
275
|
-
"order": 1
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"name": "xattr-position",
|
|
279
|
-
"displayName_pt_BR": "Posição do título",
|
|
280
|
-
"displayName_en_US": "Title position",
|
|
281
|
-
"selector": "h1",
|
|
282
|
-
"order": 2
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "content",
|
|
286
|
-
"displayName_pt_BR": "Texto do botão direito",
|
|
287
|
-
"displayName_en_US": "Right click text",
|
|
288
|
-
"selector": "div .button-right",
|
|
289
|
-
"type": "text",
|
|
290
|
-
"order": 2
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "right-button-theme",
|
|
294
|
-
"displayName_pt_BR": "Tema do botão esquerdo",
|
|
295
|
-
"displayName_en_US": "Right button theme",
|
|
296
|
-
"selector": "div .button-right",
|
|
297
|
-
"order": 3
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "content",
|
|
301
|
-
"displayName_pt_BR": "Texto do botão esquerdo",
|
|
302
|
-
"displayName_en_US": "Left button text",
|
|
303
|
-
"selector": "div .button-left",
|
|
304
|
-
"type": "text",
|
|
305
|
-
"order": 4
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"name": "left-button-theme",
|
|
309
|
-
"displayName_pt_BR": "Tema do botão esquerdo",
|
|
310
|
-
"displayName_en_US": "Left button theme",
|
|
311
|
-
"selector": "div .button-left",
|
|
312
|
-
"order": 5
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "ng-click",
|
|
316
|
-
"selector": "div .button-left",
|
|
317
|
-
"type": "event",
|
|
318
|
-
"displayName_pt_BR": "Ao clicar no botão esquerdo",
|
|
319
|
-
"displayName_en_US": "On left button click"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "ng-click",
|
|
323
|
-
"selector": "div .button-right",
|
|
324
|
-
"type": "event",
|
|
325
|
-
"displayName_pt_BR": "Ao clicar no botãodireito",
|
|
326
|
-
"displayName_en_US": "On right button lick"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"styles": [
|
|
330
|
-
{
|
|
331
|
-
"selector": "#{id}",
|
|
332
|
-
"text_pt_BR": "Plano de fundo",
|
|
333
|
-
"text_en_US": "Background"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"selector": "#{id} h1",
|
|
337
|
-
"text_pt_BR": "Título",
|
|
338
|
-
"text_en_US": "Title"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"selector": "#{id} .button-left",
|
|
342
|
-
"text_pt_BR": "Botão esquerdo",
|
|
343
|
-
"text_en_US": "Left button"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"selector": "#{id} .button-right",
|
|
347
|
-
"text_pt_BR": "Botão direito",
|
|
348
|
-
"text_en_US": "Right button"
|
|
349
|
-
}
|
|
350
|
-
]
|
|
351
|
-
}
|