cronapp-framework-js 2.9.0-SNAPSHOT.1 → 2.9.0-SNAPSHOT.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-QRCode.components.json +12 -3
- package/components/crn-accordion.components.json +51 -23
- package/components/crn-anchor.components.json +32 -8
- package/components/crn-button-filter.components.json +25 -12
- package/components/crn-button.components.json +381 -60
- package/components/crn-calendar.components.json +9 -5
- package/components/crn-carousel-item.components.json +161 -0
- package/components/crn-carousel.components.json +44 -27
- package/components/crn-chart.components.json +9 -3
- package/components/crn-checkbox.components.json +21 -4
- package/components/crn-combobox-dynamic.components.json +5 -3
- package/components/crn-combobox.components.json +4 -4
- package/components/crn-cron-captcha.components.json +55 -12
- package/components/crn-cron-chat.components.json +2 -2
- package/components/crn-cron-crud.components.json +21 -0
- package/components/crn-cron-dashboard-viewer.components.json +48 -0
- package/components/crn-cron-grid.components.json +49 -84
- package/components/crn-cron-report-viewer.components.json +7 -2
- package/components/crn-cron-rich-editor.components.json +11 -4
- package/components/crn-cron-scheduler.components.json +7 -2
- package/components/crn-cron-tree-view.components.json +31 -5
- package/components/crn-datasource-filter.components.json +8 -2
- package/components/crn-datasource.components.json +12 -2
- package/components/crn-datepicker.components.json +36 -26
- package/components/crn-datetimepicker.components.json +49 -10
- package/components/crn-dynamic-file.components.json +24 -17
- package/components/crn-dynamic-image.components.json +28 -20
- package/components/crn-dynamic-menu.components.json +56 -3
- package/components/crn-eight-four-container.components.json +43 -0
- package/components/crn-enterprise-autocomplete.components.json +158 -111
- package/components/crn-enterprise-checkbox.components.json +168 -7
- package/components/crn-enterprise-combobox-multiple.components.json +181 -25
- package/components/crn-enterprise-combobox.components.json +64 -40
- package/components/crn-enterprise-date.components.json +12 -12
- package/components/crn-enterprise-dynamic-autocomplete.components.json +71 -19
- package/components/crn-enterprise-dynamic-combobox.components.json +46 -20
- package/components/crn-form-template.components.json +7 -2
- package/components/crn-four-eight-container.components.json +43 -0
- package/components/crn-frame.components.json +68 -0
- package/components/crn-grid.components.json +23 -8
- package/components/crn-header.components.json +14 -3
- package/components/crn-horizontal-container.components.json +40 -41
- package/components/crn-icon.components.json +189 -5
- package/components/crn-image-menu.components.json +50 -0
- package/components/crn-image.components.json +120 -8
- package/components/crn-input-password.components.json +44 -15
- package/components/crn-jumbotron.components.json +11 -6
- package/components/crn-list-item.components.json +20 -0
- package/components/crn-list.components.json +19 -2
- package/components/crn-menu-item.components.json +4 -10
- package/components/crn-navbar.components.json +34 -24
- package/components/crn-one-container.components.json +43 -0
- package/components/crn-ordered-list.components.json +92 -0
- package/components/crn-ordered-sub-list.components.json +92 -0
- package/components/crn-panel.components.json +35 -20
- package/components/crn-radioOption.components.json +26 -8
- package/components/crn-radiogroup.components.json +166 -10
- package/components/crn-rating.components.json +170 -28
- package/components/crn-signature-pad.components.json +36 -0
- package/components/crn-simple-text.components.json +85 -0
- package/components/crn-slider.components.json +20 -13
- package/components/crn-social-login.components.json +7 -2
- package/components/crn-sub-form-template.components.json +6 -1
- package/components/crn-subtitle.components.json +23 -6
- package/components/crn-table.components.json +29 -10
- package/components/crn-tabs.components.json +25 -15
- package/components/crn-text-component.components.json +40 -9
- package/components/crn-text.components.json +7 -4
- package/components/crn-textarea.components.json +60 -11
- package/components/crn-textinput.components.json +53 -14
- package/components/crn-textinputbutton.components.json +48 -19
- package/components/crn-textinputicon.components.json +46 -18
- package/components/crn-three-container.components.json +43 -0
- package/components/crn-timeline.components.json +44 -0
- package/components/crn-timepicker.components.json +21 -22
- package/components/crn-title.components.json +18 -4
- package/components/crn-trhee-six-three-container.components.json +43 -0
- package/components/crn-two-container.components.json +43 -0
- package/components/crn-unordered-list.components.json +82 -0
- package/components/crn-unordered-sub-list.components.json +83 -0
- package/components/crn-upload-file.components.json +21 -10
- package/components/crn-upload.components.json +25 -10
- package/components/crn-vertical-container.components.json +20 -10
- package/components/cron-breadcrumbs.components.json +107 -0
- package/components/cron-ordered-list.components.json +152 -0
- package/components/css/checkbox-color.css +474 -0
- package/components/css/color-default.css +113 -0
- package/components/css/combobox-color.css +145 -0
- package/components/css/designtime.css +294 -0
- package/components/css/font-size.css +15 -0
- package/components/css/option-color.css +335 -0
- package/components/dashboard/dashboard.view.html +14 -0
- package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
- package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
- package/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/components/templates/Component_Container/crn-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-two-container.template.html +4 -0
- package/components/templates/accordion.template.html +39 -27
- package/components/templates/button.template.html +3 -3
- package/components/templates/carousel.template.html +37 -27
- package/components/templates/checkbox.template.html +4 -4
- package/components/templates/crn-carousel-item.tempate.html +7 -0
- package/components/templates/crn-input-password.designtime.html +10 -0
- package/components/templates/{input/crn-input-password.template.html → crn-input-password.template.html} +0 -0
- package/components/templates/crn-list-item.template.html +1 -0
- package/components/templates/crn-ordered-list.template.html +5 -0
- package/components/templates/crn-ordered-sub-list.template.html +5 -0
- package/components/templates/crn-signature-pad.designtime.html +8 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/crn-unordered-list.template.html +5 -0
- package/components/templates/crn-unordered-sub-list.template.html +6 -0
- package/components/templates/cron-autocomplete.designtime.html +37 -5
- package/components/templates/cron-breadcrumbs.designtime.html +11 -0
- package/components/templates/cron-breadcrumbs.template.html +3 -0
- package/components/templates/cron-calendar.designtime.html +171 -146
- package/components/templates/cron-captcha.template.html +1 -1
- package/components/templates/cron-chat.designtime.html +0 -19
- package/components/templates/cron-checkbox.template.html +3 -4
- package/components/templates/cron-combobox-multiple.designtime.html +10 -6
- package/components/templates/cron-combobox-multiple.template.html +3 -3
- package/components/templates/cron-combobox.template.html +1 -1
- package/components/templates/cron-crud.template.html +63 -0
- package/components/templates/cron-dashboard-viewer.designtime.html +15 -0
- package/components/templates/cron-dashboard-viewer.template.html +1 -0
- package/components/templates/cron-dynamic-autocomplete.template.html +1 -1
- package/components/templates/cron-dynamic-combobox.template.html +2 -2
- package/components/templates/cron-dynamic-menu.designtime.html +7 -6
- package/components/templates/cron-dynamic-menu.template.html +3 -1
- package/components/templates/cron-frame.designtime.html +7 -0
- package/components/templates/cron-frame.template.html +2 -0
- package/components/templates/cron-ordered-list.template.html +7 -0
- package/components/templates/date.template.html +2 -2
- package/components/templates/datetime.template.html +2 -2
- package/components/templates/fileupload.template.html +1 -1
- package/components/templates/form.template.html +38 -9
- package/components/templates/grid-horizontal.template.html +4 -2
- package/components/templates/grid-vertical.template.html +4 -2
- package/components/templates/grid.template.html +26 -16
- package/components/templates/header.template.html +9 -2
- package/components/templates/icon.template.html +1 -1
- package/components/templates/image-menu.template.html +1 -0
- package/components/templates/image.default.template.html +2 -1
- package/components/templates/list.template.html +2 -2
- package/components/templates/navbar.template.html +3 -3
- package/components/templates/panel.template.html +12 -11
- package/components/templates/radiogroup.template.html +1 -1
- package/components/templates/rating.template.html +7 -9
- package/components/templates/social-button-bar.template.html +54 -29
- package/components/templates/sub-form.template.html +38 -9
- package/components/templates/tabs.template.html +11 -5
- package/components/templates/textinputbutton.template.html +12 -5
- package/components/templates/textinputicon.template.html +5 -4
- package/components/templates/time.template.html +1 -1
- package/components/templates/timeline.designtime.html +65 -0
- package/components/templates/timeline.template.html +3 -0
- package/css/animate.css +433 -0
- package/css/app.css +507 -30
- package/css/modalTemplate.css +37 -0
- package/css/privacy/privacy.css +59 -0
- package/css/reset_password.css +5 -0
- package/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +2 -2
- package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +2 -2
- package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +2 -2
- package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +2 -0
- package/css/themes/custom/cerulean/custom-cerulean.min.css +38 -0
- package/css/themes/custom/cosmo/custom-cosmo.min.css +25 -0
- package/css/themes/custom/cyborg/custom-cyborg.min.css +41 -20
- package/css/themes/custom/darkly/custom-darkly.min.css +28 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +617 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
- package/css/themes/custom/dsgov/custom-dsgov.min.css +2996 -0
- package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/fonts.css +162 -0
- package/css/themes/custom/dsgov/font2/fonts.css +144 -0
- package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
- package/css/themes/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/custom/flatly/custom-flatly.min.css +22 -0
- package/css/themes/custom/fuse/components_css/alert.css +55 -0
- package/css/themes/custom/fuse/components_css/badge.css +6 -0
- package/css/themes/custom/fuse/components_css/blockquote.css +15 -0
- package/css/themes/custom/fuse/components_css/breadcrumb.css +11 -0
- package/css/themes/custom/fuse/components_css/btn.css +483 -0
- package/css/themes/custom/fuse/components_css/close.css +3 -0
- package/css/themes/custom/fuse/components_css/form.css +136 -0
- package/css/themes/custom/fuse/components_css/glyphicon.css +1066 -0
- package/css/themes/custom/fuse/components_css/hidden.css +33 -0
- package/css/themes/custom/fuse/components_css/import_components_css.css +21 -0
- package/css/themes/custom/fuse/components_css/list-group.css +165 -0
- package/css/themes/custom/fuse/components_css/modal.css +17 -0
- package/css/themes/custom/fuse/components_css/navbar.css +405 -0
- package/css/themes/custom/fuse/components_css/pager.css +18 -0
- package/css/themes/custom/fuse/components_css/pagination.css +47 -0
- package/css/themes/custom/fuse/components_css/panel.css +176 -0
- package/css/themes/custom/fuse/components_css/popover.css +21 -0
- package/css/themes/custom/fuse/components_css/progress.css +31 -0
- package/css/themes/custom/fuse/components_css/table.css +156 -0
- package/css/themes/custom/fuse/components_css/thumbnail.css +14 -0
- package/css/themes/custom/fuse/components_css/tooltip.css +23 -0
- package/css/themes/custom/fuse/components_css/type_bootstrap.css +328 -0
- package/css/themes/custom/fuse/components_css/well.css +7 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +3107 -0
- package/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/css/themes/custom/fuse/font/fonts.css +8 -0
- package/css/themes/custom/fuse/img/arrow-gray.svg +9 -0
- package/css/themes/custom/fuse/img/arrow-white.svg +9 -0
- package/css/themes/custom/fuse/theme-example.view.html +830 -0
- package/css/themes/custom/journal/custom-journal.min.css +43 -0
- package/css/themes/custom/lumen/custom-lumen.min.css +30 -1
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -1
- package/css/themes/custom/material/components_css/crn-cron-grid.css +5 -10
- package/css/themes/custom/material/components_css/crn-navbar.css +17 -34
- package/css/themes/custom/material/components_css/crn-scheduler.css +4 -4
- package/css/themes/custom/material/components_css/login.css +10 -1
- package/css/themes/custom/material/components_css/ui-notification.css +4 -4
- package/css/themes/custom/material/custom-material.css +25 -96
- package/css/themes/custom/material_raiz/components_css/crn-button.css +174 -0
- package/css/themes/custom/material_raiz/components_css/crn-carousel.css +11 -0
- package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
- package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
- package/css/themes/custom/material_raiz/components_css/crn-enterprise.css +58 -0
- package/css/themes/custom/material_raiz/components_css/crn-navbar.css +185 -0
- package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +98 -0
- package/css/themes/custom/material_raiz/components_css/login.css +38 -0
- package/css/themes/custom/material_raiz/components_css/ui-notification.css +27 -0
- package/css/themes/custom/material_raiz/custom-material_raiz.css +363 -0
- package/css/themes/custom/navigator/custom-navigator.css +71 -76
- package/css/themes/custom/paper/custom-paper.min.css +22 -0
- package/css/themes/custom/readable/custom-readable.min.css +43 -0
- package/css/themes/custom/sandstone/custom-sandstone.min.css +43 -0
- package/css/themes/custom/simplex/custom-simplex.min.css +22 -0
- package/css/themes/custom/slate/custom-slate.min.css +62 -0
- package/css/themes/custom/spacelab/custom-spacelab.min.css +50 -0
- package/css/themes/custom/superhero/custom-superhero.min.css +35 -0
- package/css/themes/custom/united/custom-united.min.css +30 -0
- package/css/themes/custom/yeti/custom-yeti.min.css +30 -0
- package/css/themes/dsgov.min.css +6 -0
- package/css/themes/fuse.min.css +6 -0
- package/css/themes/material_raiz.min.css +3 -0
- package/dist/components/css/checkbox-color.css +1 -0
- package/dist/components/css/color-default.css +1 -0
- package/dist/components/css/combobox-color.css +1 -0
- package/dist/components/css/designtime.css +1 -0
- package/dist/components/css/font-size.css +1 -0
- package/dist/components/css/image.css +1 -0
- package/dist/components/css/option-color.css +1 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/button.template.html +1 -1
- package/dist/components/templates/carousel.template.html +1 -1
- package/dist/components/templates/checkbox.template.html +1 -1
- package/dist/components/templates/crn-carousel-item.tempate.html +1 -0
- package/dist/components/templates/crn-input-password.designtime.html +1 -0
- package/dist/components/templates/crn-input-password.template.html +1 -0
- package/dist/components/templates/crn-list-item.template.html +1 -0
- package/dist/components/templates/crn-ordered-list.template.html +1 -0
- package/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
- package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
- package/dist/components/templates/crn-signature-pad.template.html +1 -0
- package/dist/components/templates/crn-unordered-list.template.html +1 -0
- package/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
- package/dist/components/templates/cron-autocomplete.designtime.html +26 -1
- package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/dist/components/templates/cron-calendar.designtime.html +1 -20
- package/dist/components/templates/cron-captcha.template.html +1 -1
- package/dist/components/templates/cron-chat.designtime.html +1 -17
- package/dist/components/templates/cron-checkbox.template.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-combobox.template.html +1 -1
- package/dist/components/templates/cron-crud.template.html +1 -0
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
- package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
- package/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -1
- package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
- package/dist/components/templates/cron-frame.designtime.html +6 -0
- package/dist/components/templates/cron-frame.template.html +1 -0
- package/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/dist/components/templates/cron-visual-component.designtime.html +6 -0
- package/dist/components/templates/cron-visual-component.template.html +1 -0
- package/dist/components/templates/date.template.html +1 -1
- package/dist/components/templates/datetime.template.html +1 -1
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/form.template.html +1 -1
- package/dist/components/templates/grid-horizontal.template.html +1 -1
- package/dist/components/templates/grid-vertical.template.html +1 -1
- package/dist/components/templates/grid.template.html +1 -1
- package/dist/components/templates/header.template.html +1 -1
- package/dist/components/templates/icon.template.html +1 -1
- package/dist/components/templates/image-menu.template.html +1 -0
- package/dist/components/templates/image.default.template.html +1 -1
- package/dist/components/templates/list.template.html +1 -1
- package/dist/components/templates/navbar.template.html +1 -1
- package/dist/components/templates/panel.template.html +1 -1
- package/dist/components/templates/radiogroup.template.html +1 -1
- package/dist/components/templates/rating.template.html +1 -1
- package/dist/components/templates/social-button-bar.template.html +1 -1
- package/dist/components/templates/sub-form.template.html +1 -1
- package/dist/components/templates/tabs.template.html +1 -1
- package/dist/components/templates/textinputbutton.template.html +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/components/templates/time.template.html +1 -1
- package/dist/components/templates/timeline.designtime.html +1 -0
- package/dist/components/templates/timeline.template.html +1 -0
- package/dist/css/animate.css +1 -0
- package/dist/css/app.css +1 -1
- package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/dist/css/modalTemplate.css +1 -0
- package/dist/css/privacy/privacy.css +1 -0
- package/dist/css/reset_password.css +1 -0
- package/dist/css/themes/cerulean.min.css +1 -0
- package/dist/css/themes/cosmo.min.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/collapse.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/media.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/animations.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/fade.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/media.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/visible.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -0
- package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -0
- package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -0
- package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
- package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
- package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/dist/css/themes/custom/fuse/font/font.css +1 -0
- package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
- package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/journal/custom-journal.min.css +1 -0
- package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/custom/material/components_css/login.css +1 -0
- package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
- package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
- package/dist/css/themes/custom/paper/custom-paper.min.css +1 -0
- package/dist/css/themes/custom/readable/custom-readable.min.css +1 -0
- package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -0
- package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -0
- package/dist/css/themes/custom/slate/custom-slate.min.css +1 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -0
- package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -0
- package/dist/css/themes/custom/united/custom-united.min.css +1 -0
- package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -0
- package/dist/css/themes/cyborg.min.css +1 -0
- package/dist/css/themes/darkly.min.css +1 -0
- package/dist/css/themes/dsgov.min.css +1 -0
- package/dist/css/themes/flatly.min.css +1 -0
- package/dist/css/themes/fuse.min.css +1 -0
- package/dist/css/themes/journal.min.css +1 -0
- package/dist/css/themes/lumen.min.css +1 -0
- package/dist/css/themes/material.min.css +1 -0
- package/dist/css/themes/material_raiz.min.css +1 -0
- package/dist/css/themes/paper.min.css +1 -0
- package/dist/css/themes/readable.min.css +1 -0
- package/dist/css/themes/sandstone.min.css +1 -0
- package/dist/css/themes/simplex.min.css +1 -0
- package/dist/css/themes/slate.min.css +1 -0
- package/dist/css/themes/spacelab.min.css +1 -0
- package/dist/css/themes/superhero.min.css +1 -0
- package/dist/css/themes/united.min.css +1 -0
- package/dist/css/themes/yeti.min.css +1 -0
- package/dist/i18n/locale_en_us.json +4 -1
- package/dist/i18n/locale_pt_br.json +5 -2
- package/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/dist/img/cron-icon/crn-accordion.svg +1 -0
- package/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/dist/img/cron-icon/crn-button.svg +1 -0
- package/dist/img/cron-icon/crn-calendar.svg +1 -0
- package/dist/img/cron-icon/crn-captcha.svg +1 -0
- package/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/dist/img/cron-icon/crn-chart.svg +1 -0
- package/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
- package/dist/img/cron-icon/crn-combobox.svg +1 -0
- package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
- package/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/dist/img/cron-icon/crn-datepicker.svg +1 -0
- package/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
- package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/dist/img/cron-icon/crn-form.svg +1 -0
- package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-frame.svg +1 -0
- package/dist/img/cron-icon/crn-grid-table.svg +1 -0
- package/dist/img/cron-icon/crn-grid.svg +1 -0
- package/dist/img/cron-icon/crn-header.svg +1 -0
- package/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
- package/dist/img/cron-icon/crn-icon.svg +1 -0
- package/dist/img/cron-icon/crn-image.svg +1 -0
- package/dist/img/cron-icon/crn-input-password.svg +1 -0
- package/dist/img/cron-icon/crn-jumbotron.svg +1 -0
- package/dist/img/cron-icon/crn-list.svg +1 -0
- package/dist/img/cron-icon/crn-navbar.svg +1 -0
- package/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/dist/img/cron-icon/crn-ordered-list.svg +1 -0
- package/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
- package/dist/img/cron-icon/crn-panel.svg +1 -0
- package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/dist/img/cron-icon/crn-rating.svg +1 -0
- package/dist/img/cron-icon/crn-report-viewer.svg +1 -0
- package/dist/img/cron-icon/crn-rich-editor.svg +1 -0
- package/dist/img/cron-icon/crn-scheduler.svg +1 -0
- package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
- package/dist/img/cron-icon/crn-simple-text.svg +1 -0
- package/dist/img/cron-icon/crn-slider.svg +1 -0
- package/dist/img/cron-icon/crn-social-login.svg +1 -0
- package/dist/img/cron-icon/crn-sub-form.svg +1 -0
- package/dist/img/cron-icon/crn-table.svg +1 -0
- package/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-timeline.svg +1 -0
- package/dist/img/cron-icon/crn-timepicker.svg +1 -0
- package/dist/img/cron-icon/crn-tree-view.svg +1 -0
- package/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/dist/img/cron-icon/crn-unordered-list.svg +1 -0
- package/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
- package/dist/img/cron-icon/crn-upload.svg +1 -0
- package/dist/img/cron-icon/crn-vertical-container.svg +1 -0
- package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/dist/img/img-user-old.svg +1 -0
- package/dist/img/img-user.svg +1 -1
- package/dist/img/logo-old.svg +1 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/web.png +0 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -0
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/gulpfile.js +1 -1
- package/i18n/locale_en_us.json +4 -1
- package/i18n/locale_pt_br.json +5 -2
- package/img/cron-icon/crn-QRCode.svg +38 -0
- package/img/cron-icon/crn-accordion.svg +25 -0
- package/img/cron-icon/crn-anchor.svg +29 -0
- package/img/cron-icon/crn-button.svg +24 -0
- package/img/cron-icon/crn-calendar.svg +23 -0
- package/img/cron-icon/crn-captcha.svg +36 -0
- package/img/cron-icon/crn-carousel.svg +26 -0
- package/img/cron-icon/crn-chart.svg +19 -0
- package/img/cron-icon/crn-checkbox.svg +21 -0
- package/img/cron-icon/crn-combobox-dynamic.svg +27 -0
- package/img/cron-icon/crn-combobox.svg +24 -0
- package/img/cron-icon/crn-cron-crud.svg +28 -0
- package/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
- package/img/cron-icon/crn-datasource.svg +27 -0
- package/img/cron-icon/crn-datepicker.svg +35 -0
- package/img/cron-icon/crn-datetimepicker.svg +41 -0
- package/img/cron-icon/crn-dynamic-file.svg +26 -0
- package/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/img/cron-icon/crn-dynamic-menu.svg +28 -0
- package/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
- package/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
- package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
- package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/img/cron-icon/crn-form.svg +24 -0
- package/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/img/cron-icon/crn-frame.svg +30 -0
- package/img/cron-icon/crn-grid-table.svg +21 -0
- package/img/cron-icon/crn-grid.svg +27 -0
- package/img/cron-icon/crn-header.svg +18 -0
- package/img/cron-icon/crn-horizontal-container.svg +19 -0
- package/img/cron-icon/crn-icon.svg +23 -0
- package/img/cron-icon/crn-image.svg +20 -0
- package/img/cron-icon/crn-input-password.svg +24 -0
- package/img/cron-icon/crn-jumbotron.svg +24 -0
- package/img/cron-icon/crn-list.svg +24 -0
- package/img/cron-icon/crn-navbar.svg +25 -0
- package/img/cron-icon/crn-one-container.svg +17 -0
- package/img/cron-icon/crn-ordered-list.svg +44 -0
- package/img/cron-icon/crn-ordered-sub-list.svg +42 -0
- package/img/cron-icon/crn-panel.svg +21 -0
- package/img/cron-icon/crn-radiogroup.svg +25 -0
- package/img/cron-icon/crn-rating.svg +20 -0
- package/img/cron-icon/crn-report-viewer.svg +24 -0
- package/img/cron-icon/crn-rich-editor.svg +22 -0
- package/img/cron-icon/crn-scheduler.svg +27 -0
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-simple-text.svg +18 -0
- package/img/cron-icon/crn-slider.svg +19 -0
- package/img/cron-icon/crn-social-login.svg +29 -0
- package/img/cron-icon/crn-sub-form.svg +27 -0
- package/img/cron-icon/crn-table.svg +20 -0
- package/img/cron-icon/crn-tabs.svg +22 -0
- package/img/cron-icon/crn-text-component.svg +22 -0
- package/img/cron-icon/crn-textarea.svg +22 -0
- package/img/cron-icon/crn-textinput.svg +23 -0
- package/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/img/cron-icon/crn-textinputicon.svg +29 -0
- package/img/cron-icon/crn-three-container.svg +21 -0
- package/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/img/cron-icon/crn-timeline.svg +29 -0
- package/img/cron-icon/crn-timepicker.svg +20 -0
- package/img/cron-icon/crn-tree-view.svg +19 -0
- package/img/cron-icon/crn-two-container.svg +18 -0
- package/img/cron-icon/crn-unordered-list.svg +24 -0
- package/img/cron-icon/crn-unordered-sub-list.svg +28 -0
- package/img/cron-icon/crn-upload.svg +20 -0
- package/img/cron-icon/crn-vertical-container.svg +19 -0
- package/img/cron-icon/cron-breadrumb.svg +638 -0
- package/img/img-user.svg +10 -1
- package/img/placehold-100x100.png +0 -0
- package/img/placehold-900x500.png +0 -0
- package/img/web.png +0 -0
- package/js/app.js +84 -38
- package/js/controllers.js +100 -32
- package/js/dashboard/dashboard.service.js +297 -0
- package/js/directives.js +2672 -2043
- package/js/reports/reports.service.js +3 -0
- package/js/stateProvider.js +7 -1
- package/js/upload.service.js +14 -4
- package/package.json +17 -14
- package/postupdate.json +34 -5
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-enterprise-checkbox",
|
|
3
|
-
"text_pt_BR": "
|
|
3
|
+
"text_pt_BR": "Caixa de checagem",
|
|
4
4
|
"text_en_US": "Checkbox",
|
|
5
|
-
"
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-checkbox.svg",
|
|
6
|
+
"description": "Caixa de checagem quadrada com texto",
|
|
7
|
+
"description_en_US": "Square checkbox with text",
|
|
8
|
+
"category": [
|
|
9
|
+
"INPUTS", "FORMS"
|
|
10
|
+
],
|
|
6
11
|
"order": 7,
|
|
7
12
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-checkbox.template.html",
|
|
8
13
|
"properties": {
|
|
@@ -11,9 +16,158 @@
|
|
|
11
16
|
},
|
|
12
17
|
"id": {
|
|
13
18
|
"order": 1
|
|
19
|
+
},
|
|
20
|
+
"checkbox-theme": {
|
|
21
|
+
"displayName_pt_BR": "Cor da caixa de checagem",
|
|
22
|
+
"displayName_en_US": "Checkbox color"
|
|
14
23
|
}
|
|
15
24
|
},
|
|
25
|
+
"attributesForPreview": [
|
|
26
|
+
{
|
|
27
|
+
"name": "checkbox-theme",
|
|
28
|
+
"type": "options",
|
|
29
|
+
"target": "class",
|
|
30
|
+
"values": [
|
|
31
|
+
{
|
|
32
|
+
"key": "checkbox-theme",
|
|
33
|
+
"value_pt_BR": "Padrão do tema",
|
|
34
|
+
"value_en_US": "Theme pattern"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"key": "checkbox-white",
|
|
38
|
+
"value_pt_BR": "Branco",
|
|
39
|
+
"value_en_US": "White",
|
|
40
|
+
"color": "#fff"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"key": "checkbox-gray",
|
|
44
|
+
"value_pt_BR": "Cinza",
|
|
45
|
+
"value_en_US": "Gray",
|
|
46
|
+
"color": "#333"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"key": "checkbox-black",
|
|
50
|
+
"value_pt_BR": "Preto",
|
|
51
|
+
"value_en_US": "Black",
|
|
52
|
+
"color": "#000"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"key": "checkbox-blue",
|
|
56
|
+
"value_pt_BR": "Azul",
|
|
57
|
+
"value_en_US": "Blue",
|
|
58
|
+
"color": "#0247FE"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"key": "checkbox-light-blue",
|
|
62
|
+
"value_pt_BR": "Azul claro",
|
|
63
|
+
"value_en_US": "Light blue",
|
|
64
|
+
"color": "#85A5FF"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"key": "checkbox-dark-blue",
|
|
68
|
+
"value_pt_BR": "Azul escuro",
|
|
69
|
+
"value_en_US": "Dark blue",
|
|
70
|
+
"color": "#00217A"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"key": "checkbox-purple",
|
|
74
|
+
"value_pt_BR": "Roxo",
|
|
75
|
+
"value_en_US": "Purple",
|
|
76
|
+
"color": "#3D01A4"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"key": "checkbox-light-purple",
|
|
80
|
+
"value_pt_BR": "Roxo claro",
|
|
81
|
+
"value_en_US": "Light purple",
|
|
82
|
+
"color": "#B285FF"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"key": "checkbox-dark-purple",
|
|
86
|
+
"value_pt_BR": "Roxo escuro",
|
|
87
|
+
"value_en_US": "Dark purple",
|
|
88
|
+
"color": "#2D007A"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"key": "checkbox-red",
|
|
92
|
+
"value_pt_BR": "Vermelho",
|
|
93
|
+
"value_en_US": "Red",
|
|
94
|
+
"color": "#FE2712"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"key": "checkbox-light-red",
|
|
98
|
+
"value_pt_BR": "Vermelho claro",
|
|
99
|
+
"value_en_US": "Light red",
|
|
100
|
+
"color": "#FE8F84"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"key": "checkbox-dark-red",
|
|
104
|
+
"value_pt_BR": "Vermelho escuro",
|
|
105
|
+
"value_en_US": "Dark red",
|
|
106
|
+
"color": "#7A0B00"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"key": "checkbox-orange",
|
|
110
|
+
"value_pt_BR": "Laranja",
|
|
111
|
+
"value_en_US": "Orange",
|
|
112
|
+
"color": "#FB9B02"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"key": "checkbox-light-orange",
|
|
116
|
+
"value_pt_BR": "Laranja claro",
|
|
117
|
+
"value_en_US": "Light orange",
|
|
118
|
+
"color": "#FFD085"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"key": "checkbox-dark-orange",
|
|
122
|
+
"value_pt_BR": "Laranja escuro",
|
|
123
|
+
"value_en_US": "Dark orange",
|
|
124
|
+
"color": "#7A4B00"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"key": "checkbox-yellow",
|
|
128
|
+
"value_pt_BR": "Amarelo",
|
|
129
|
+
"value_en_US": "Yellow",
|
|
130
|
+
"color": "#FFFF33"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"key": "checkbox-light-yellow",
|
|
134
|
+
"value_pt_BR": "Amarelo claro",
|
|
135
|
+
"value_en_US": "Light yellow",
|
|
136
|
+
"color": "#FFFF85"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"key": "checkbox-dark-yellow",
|
|
140
|
+
"value_pt_BR": "Amarelo escuro",
|
|
141
|
+
"value_en_US": "Dark Yellow",
|
|
142
|
+
"color": "#7A7A00"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"key": "checkbox-green",
|
|
146
|
+
"value_pt_BR": "Verde",
|
|
147
|
+
"value_en_US": "Green",
|
|
148
|
+
"color": "#66B032"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"key": "checkbox-light-green",
|
|
152
|
+
"value_pt_BR": "Verde claro",
|
|
153
|
+
"value_en_US": "Light green",
|
|
154
|
+
"color": "#B7FF85"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"key": "checkbox-dark-green",
|
|
158
|
+
"value_pt_BR": "Verde escuro",
|
|
159
|
+
"value_en_US": "Dark green",
|
|
160
|
+
"color": "#337A00"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
],
|
|
16
165
|
"childrenProperties": [
|
|
166
|
+
{
|
|
167
|
+
"name": "checkbox-theme",
|
|
168
|
+
"selector": "div.form-group",
|
|
169
|
+
"order": 3
|
|
170
|
+
},
|
|
17
171
|
{
|
|
18
172
|
"name": "ng-initial-value",
|
|
19
173
|
"selector": "input",
|
|
@@ -28,7 +182,8 @@
|
|
|
28
182
|
"displayName_pt_BR": "Permite Valores Nulos",
|
|
29
183
|
"displayName_en_US": "Allow Null Values",
|
|
30
184
|
"type": "logic",
|
|
31
|
-
"order": 4
|
|
185
|
+
"order": 4,
|
|
186
|
+
"mandatory": true
|
|
32
187
|
},
|
|
33
188
|
{
|
|
34
189
|
"name": "ng-model",
|
|
@@ -42,6 +197,8 @@
|
|
|
42
197
|
{
|
|
43
198
|
"name": "content",
|
|
44
199
|
"selector": "label",
|
|
200
|
+
"displayName_pt_BR": "Título",
|
|
201
|
+
"displayName_en_US": "Title",
|
|
45
202
|
"type": "content",
|
|
46
203
|
"order": 1
|
|
47
204
|
},
|
|
@@ -78,6 +235,8 @@
|
|
|
78
235
|
{
|
|
79
236
|
"name": "ng-false-value",
|
|
80
237
|
"selector": "input",
|
|
238
|
+
"displayName_pt_BR": "Valor para falso",
|
|
239
|
+
"displayName_en_US": "Value for false",
|
|
81
240
|
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = '\\''+result+'\\''; } return result; }",
|
|
82
241
|
"onDisplay": "javascript:function() { return arguments[0].split('\\'').join('') }",
|
|
83
242
|
"type": "text"
|
|
@@ -85,6 +244,8 @@
|
|
|
85
244
|
{
|
|
86
245
|
"name": "ng-true-value",
|
|
87
246
|
"selector": "input",
|
|
247
|
+
"displayName_pt_BR": "Valor para verdadeiro",
|
|
248
|
+
"displayName_en_US": "Value for true",
|
|
88
249
|
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = '\\''+result+'\\''; } return result; }",
|
|
89
250
|
"onDisplay": "javascript:function() { return arguments[0].split('\\'').join('') }",
|
|
90
251
|
"type": "text"
|
|
@@ -92,9 +253,9 @@
|
|
|
92
253
|
],
|
|
93
254
|
"styles": [
|
|
94
255
|
{
|
|
95
|
-
"selector": "div#{id} label",
|
|
96
|
-
"text_pt_BR": "
|
|
97
|
-
"text_en_US": "
|
|
256
|
+
"selector": "div#{id} .k-checkbox:checked+.k-checkbox-label:before, div#{id} .k-checkbox:checked+.k-checkbox-label:after, div#{id} .k-checkbox:indeterminate+.k-checkbox-label:after",
|
|
257
|
+
"text_pt_BR": "Caixa de checagem",
|
|
258
|
+
"text_en_US": "Checkbox"
|
|
98
259
|
}
|
|
99
260
|
]
|
|
100
|
-
}
|
|
261
|
+
}
|
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
"onDoubleClick": "openEditor",
|
|
5
5
|
"text_pt_BR": "Caixa de seleção múltipla",
|
|
6
6
|
"text_en_US": "Combobox Multi Select",
|
|
7
|
-
"
|
|
7
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-enterprise-combobox-multiple.svg",
|
|
8
|
+
"description": "Caixa de seleção para selecionar mais de um item",
|
|
9
|
+
"description_en_US": "Checkbox to select more than one item",
|
|
10
|
+
"category": [
|
|
11
|
+
"INPUTS", "FORMS", "COMBOS"
|
|
12
|
+
],
|
|
8
13
|
"order": 9,
|
|
9
14
|
"designTimeDynamic": true,
|
|
10
15
|
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-combobox-multiple.designtime.html",
|
|
@@ -16,36 +21,158 @@
|
|
|
16
21
|
},
|
|
17
22
|
"id": {
|
|
18
23
|
"order": 1
|
|
24
|
+
},
|
|
25
|
+
"combobox-theme": {
|
|
26
|
+
"displayName_pt_BR": "Cor da caixa de seleção",
|
|
27
|
+
"displayName_en_US": "Combobox color"
|
|
19
28
|
}
|
|
20
29
|
},
|
|
21
|
-
"
|
|
22
|
-
{
|
|
23
|
-
"selector": "div#{id} .k-multiselect-wrap",
|
|
24
|
-
"text_pt_BR": "Campo de Seleção Múltipla",
|
|
25
|
-
"text_en_US": "Multi Select Field"
|
|
26
|
-
},
|
|
30
|
+
"attributesForPreview": [
|
|
27
31
|
{
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
+
"name": "combobox-theme",
|
|
33
|
+
"type": "options",
|
|
34
|
+
"target": "class",
|
|
35
|
+
"values": [
|
|
36
|
+
{
|
|
37
|
+
"key": "combobox-theme",
|
|
38
|
+
"value_pt_BR": "Padrão do tema",
|
|
39
|
+
"value_en_US": "Theme pattern"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"key": "combobox-gray",
|
|
43
|
+
"value_pt_BR": "Cinza",
|
|
44
|
+
"value_en_US": "Gray",
|
|
45
|
+
"color": "#333"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"key": "combobox-black",
|
|
49
|
+
"value_pt_BR": "Preto",
|
|
50
|
+
"value_en_US": "Black",
|
|
51
|
+
"color": "#000"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"key": "combobox-blue",
|
|
55
|
+
"value_pt_BR": "Azul",
|
|
56
|
+
"value_en_US": "Blue",
|
|
57
|
+
"color": "#0247FE"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"key": "combobox-light-blue",
|
|
61
|
+
"value_pt_BR": "Azul claro",
|
|
62
|
+
"value_en_US": "Light blue",
|
|
63
|
+
"color": "#85A5FF"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"key": "combobox-dark-blue",
|
|
67
|
+
"value_pt_BR": "Azul escuro",
|
|
68
|
+
"value_en_US": "Dark blue",
|
|
69
|
+
"color": "#00217A"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"key": "combobox-purple",
|
|
73
|
+
"value_pt_BR": "Roxo",
|
|
74
|
+
"value_en_US": "Purple",
|
|
75
|
+
"color": "#3D01A4"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"key": "combobox-light-purple",
|
|
79
|
+
"value_pt_BR": "Roxo claro",
|
|
80
|
+
"value_en_US": "Light purple",
|
|
81
|
+
"color": "#B285FF"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"key": "combobox-dark-purple",
|
|
85
|
+
"value_pt_BR": "Roxo escuro",
|
|
86
|
+
"value_en_US": "Dark purple",
|
|
87
|
+
"color": "#2D007A"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"key": "combobox-red",
|
|
91
|
+
"value_pt_BR": "Vermelho",
|
|
92
|
+
"value_en_US": "Red",
|
|
93
|
+
"color": "#FE2712"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"key": "combobox-light-red",
|
|
97
|
+
"value_pt_BR": "Vermelho claro",
|
|
98
|
+
"value_en_US": "Light red",
|
|
99
|
+
"color": "#FE8F84"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"key": "combobox-dark-red",
|
|
103
|
+
"value_pt_BR": "Vermelho escuro",
|
|
104
|
+
"value_en_US": "Dark red",
|
|
105
|
+
"color": "#7A0B00"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"key": "combobox-orange",
|
|
109
|
+
"value_pt_BR": "Laranja",
|
|
110
|
+
"value_en_US": "Orange",
|
|
111
|
+
"color": "#FB9B02"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"key": "combobox-light-orange",
|
|
115
|
+
"value_pt_BR": "Laranja claro",
|
|
116
|
+
"value_en_US": "Light orange",
|
|
117
|
+
"color": "#FFD085"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"key": "combobox-dark-orange",
|
|
121
|
+
"value_pt_BR": "Laranja escuro",
|
|
122
|
+
"value_en_US": "Dark orange",
|
|
123
|
+
"color": "#7A4B00"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"key": "combobox-yellow",
|
|
127
|
+
"value_pt_BR": "Amarelo",
|
|
128
|
+
"value_en_US": "Yellow",
|
|
129
|
+
"color": "#FFFF33"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"key": "combobox-light-yellow",
|
|
133
|
+
"value_pt_BR": "Amarelo claro",
|
|
134
|
+
"value_en_US": "Light yellow",
|
|
135
|
+
"color": "#FFFF85"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"key": "combobox-dark-yellow",
|
|
139
|
+
"value_pt_BR": "Amarelo escuro",
|
|
140
|
+
"value_en_US": "Dark Yellow",
|
|
141
|
+
"color": "#7A7A00"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"key": "combobox-green",
|
|
145
|
+
"value_pt_BR": "Verde",
|
|
146
|
+
"value_en_US": "Green",
|
|
147
|
+
"color": "#66B032"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"key": "combobox-light-green",
|
|
151
|
+
"value_pt_BR": "Verde claro",
|
|
152
|
+
"value_en_US": "Light green",
|
|
153
|
+
"color": "#B7FF85"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"key": "combobox-dark-green",
|
|
157
|
+
"value_pt_BR": "Verde escuro",
|
|
158
|
+
"value_en_US": "Dark green",
|
|
159
|
+
"color": "#337A00"
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"childrenProperties": [
|
|
32
165
|
{
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"text_en_US": "Item List"
|
|
166
|
+
"name": "combobox-theme",
|
|
167
|
+
"selector": "div.form-group"
|
|
36
168
|
},
|
|
37
169
|
{
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
170
|
+
"name": "cron-disabled",
|
|
171
|
+
"selector": "cron-select",
|
|
172
|
+
"displayName_en_US": "Disabled",
|
|
173
|
+
"displayName_pt_BR": "Desabilitado",
|
|
174
|
+
"type": "logic"
|
|
41
175
|
},
|
|
42
|
-
{
|
|
43
|
-
"selector": "div#cron-{id}-list>div>ul>li.k-state-selected",
|
|
44
|
-
"text_pt_BR": "Itens Selecionados Na Lista",
|
|
45
|
-
"text_en_US": "Selected Itens On List"
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"childrenProperties": [
|
|
49
176
|
{
|
|
50
177
|
"name": "ng-change",
|
|
51
178
|
"selector": "cron-multi-select",
|
|
@@ -107,6 +234,8 @@
|
|
|
107
234
|
{
|
|
108
235
|
"name": "content",
|
|
109
236
|
"selector": "label",
|
|
237
|
+
"displayName_pt_BR": "Título",
|
|
238
|
+
"displayName_en_US": "Title",
|
|
110
239
|
"type": "content",
|
|
111
240
|
"order": 2
|
|
112
241
|
},
|
|
@@ -122,5 +251,32 @@
|
|
|
122
251
|
"displayName_pt_BR": "Apenas Leitura",
|
|
123
252
|
"displayName_en_US": "Read Only"
|
|
124
253
|
}
|
|
254
|
+
],
|
|
255
|
+
"styles": [
|
|
256
|
+
{
|
|
257
|
+
"selector": "div#{id} .k-multiselect-wrap",
|
|
258
|
+
"text_pt_BR": "Campo de Seleção Múltipla",
|
|
259
|
+
"text_en_US": "Multi Select Field"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"selector": "div#{id} .k-multiselect-wrap .k-button",
|
|
263
|
+
"text_pt_BR": "Itens Selecionados",
|
|
264
|
+
"text_en_US": "Selected Itens on Field"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"selector": "div#{id} .k-multiselect-wrap .k-button .k-select",
|
|
268
|
+
"text_pt_BR": "Ícone dos Itens Selecionados",
|
|
269
|
+
"text_en_US": "Selected Itens on Field"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"selector": ".k-animation-container div#cron-{id}-list",
|
|
273
|
+
"text_pt_BR": "Plano de fundo dos Itens",
|
|
274
|
+
"text_en_US": "Item List Background"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"selector": "div#cron-{id}-list .k-list .k-state-hover, div#cron-{id}-list .k-list .k-state-focused",
|
|
278
|
+
"text_pt_BR": "Item da Lista Hover",
|
|
279
|
+
"text_en_US": "Item List Hover"
|
|
280
|
+
}
|
|
125
281
|
]
|
|
126
|
-
}
|
|
282
|
+
}
|
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
"onDoubleClick": "openEditor",
|
|
5
5
|
"text_pt_BR": "Caixa de seleção fixa",
|
|
6
6
|
"text_en_US": "Combobox",
|
|
7
|
-
"
|
|
7
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-enterprise-combobox.svg",
|
|
8
|
+
"description": "Campo de seleção com valores pré-definido",
|
|
9
|
+
"description_en_US": "Selection field with predefined values",
|
|
10
|
+
"category": [
|
|
11
|
+
"INPUTS", "FORMS", "COMBOS"
|
|
12
|
+
],
|
|
8
13
|
"order": 9,
|
|
9
14
|
"setRandomId": false,
|
|
10
15
|
"designTimeDynamic": true,
|
|
@@ -19,43 +24,6 @@
|
|
|
19
24
|
"order": 1
|
|
20
25
|
}
|
|
21
26
|
},
|
|
22
|
-
"styles": [
|
|
23
|
-
{
|
|
24
|
-
"selector": "div#{id} .k-dropdown-wrap",
|
|
25
|
-
"text_pt_BR": "Geral",
|
|
26
|
-
"text_en_US": "General"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"selector": "div#{id} .k-combobox .k-select",
|
|
30
|
-
"text_pt_BR": "Seta",
|
|
31
|
-
"text_en_US": "Dropdown"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"selector": "div#{id} .cronSelect",
|
|
35
|
-
"text_pt_BR": "Campo da Caixa de Seleção",
|
|
36
|
-
"text_en_US": "Select Field"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"selector": "div#{id} label",
|
|
40
|
-
"text_pt_BR": "Label",
|
|
41
|
-
"text_en_US": "Label"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"selector": "div#comboBox{id}-select-list",
|
|
45
|
-
"text_pt_BR": "Lista de Itens",
|
|
46
|
-
"text_en_US": "Item List"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"selector": "div#cron-{id}-list>div>ul>li.k-state-hover",
|
|
50
|
-
"text_pt_BR": "Item da Lista Hover",
|
|
51
|
-
"text_en_US": "Item List Hover"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"selector": "div#cron-{id}-list>div>ul>li.k-state-focused",
|
|
55
|
-
"text_pt_BR": "Item Selecionado",
|
|
56
|
-
"text_en_US": "Selected Item"
|
|
57
|
-
}
|
|
58
|
-
],
|
|
59
27
|
"childrenProperties": [
|
|
60
28
|
{
|
|
61
29
|
"name": "ng-change",
|
|
@@ -64,6 +32,13 @@
|
|
|
64
32
|
"displayName_en_US": "On Change",
|
|
65
33
|
"type": "event"
|
|
66
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"name": "cron-disabled",
|
|
37
|
+
"selector": "cron-select",
|
|
38
|
+
"displayName_en_US": "Disabled",
|
|
39
|
+
"displayName_pt_BR": "Desabilitado",
|
|
40
|
+
"type": "logic"
|
|
41
|
+
},
|
|
67
42
|
{
|
|
68
43
|
"name": "ng-select",
|
|
69
44
|
"selector": "cron-select",
|
|
@@ -113,13 +88,25 @@
|
|
|
113
88
|
{
|
|
114
89
|
"name": "content",
|
|
115
90
|
"selector": "label",
|
|
91
|
+
"displayName_pt_BR": "Título",
|
|
92
|
+
"displayName_en_US": "Title",
|
|
116
93
|
"type": "text",
|
|
117
94
|
"order": 2
|
|
118
95
|
},
|
|
119
96
|
{
|
|
120
97
|
"name": "ng-required",
|
|
121
98
|
"selector": "cron-select",
|
|
122
|
-
"type": "logic"
|
|
99
|
+
"type": "logic",
|
|
100
|
+
"order": 4
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "validationMessage",
|
|
104
|
+
"selector": "cron-select",
|
|
105
|
+
"displayName_pt_BR": "Texto quando requerido",
|
|
106
|
+
"displayName_en_US": "Text when required",
|
|
107
|
+
"type": "text",
|
|
108
|
+
"mandatory": false,
|
|
109
|
+
"order": 5
|
|
123
110
|
},
|
|
124
111
|
{
|
|
125
112
|
"name": "id",
|
|
@@ -127,5 +114,42 @@
|
|
|
127
114
|
"type": "text",
|
|
128
115
|
"onSave": "javascript:(value)=> {this.currentObject.parent().find('label').attr('for', arguments[0]); return arguments[0];}"
|
|
129
116
|
}
|
|
117
|
+
],
|
|
118
|
+
"styles": [
|
|
119
|
+
{
|
|
120
|
+
"selector": "div#{id}.form-group label",
|
|
121
|
+
"text_pt_BR": "Título",
|
|
122
|
+
"text_en_US": "Title"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"selector": "input#{id}",
|
|
126
|
+
"text_pt_BR": "Caixa de seleção",
|
|
127
|
+
"text_en_US": "Combobox"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"selector": "input#{id}::placeholder",
|
|
131
|
+
"text_pt_BR": "Sugestão",
|
|
132
|
+
"text_en_US": "Placeholder"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"selector": "div#{id} .k-widget .k-dropdown-wrap .k-select",
|
|
136
|
+
"text_pt_BR": "Seta",
|
|
137
|
+
"text_en_US": "Dropdown"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"selector": "#{id}_listbox .k-state-selected",
|
|
141
|
+
"text_pt_BR": "Item Selecionado",
|
|
142
|
+
"text_en_US": "Selected Item"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"selector": "#{id}-list",
|
|
146
|
+
"text_pt_BR": "Lista de Itens",
|
|
147
|
+
"text_en_US": "Item List"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"selector": "#{id}_listbox .k-state-hover",
|
|
151
|
+
"text_pt_BR": "Item da Lista Hover",
|
|
152
|
+
"text_en_US": "Item List Hover"
|
|
153
|
+
}
|
|
130
154
|
]
|
|
131
|
-
}
|
|
155
|
+
}
|
|
@@ -10,33 +10,33 @@
|
|
|
10
10
|
"styles": [
|
|
11
11
|
{
|
|
12
12
|
"selector": "div#{id} .k-datepicker .k-picker-wrap input",
|
|
13
|
-
"text_pt_BR": "
|
|
14
|
-
"text_en_US": "Field Date Picker
|
|
13
|
+
"text_pt_BR": "Campo Date Picker",
|
|
14
|
+
"text_en_US": "Field Date Picker"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"selector": "div#{id} .k-datepicker .k-picker-wrap .k-select",
|
|
18
|
-
"text_pt_BR": "
|
|
19
|
-
"text_en_US": "Button Date Picker
|
|
18
|
+
"text_pt_BR": "Botão Date Picker",
|
|
19
|
+
"text_en_US": "Button Date Picker"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"selector": "div#{id} .k-calendar .k-header .k-link.k-nav-prev",
|
|
23
|
-
"text_pt_BR": "
|
|
24
|
-
"text_en_US": "
|
|
23
|
+
"text_pt_BR": "Botão Anterior",
|
|
24
|
+
"text_en_US": "Prev Button"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"selector": "div#{id} .k-calendar .k-header .k-link.k-nav-next",
|
|
28
|
-
"text_pt_BR": "
|
|
29
|
-
"text_en_US": "
|
|
28
|
+
"text_pt_BR": "Botão Próximo",
|
|
29
|
+
"text_en_US": "Next Button"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"selector": "div#{id} .k-widget.k-calendar .k-nav-fast",
|
|
33
|
-
"text_pt_BR": "
|
|
34
|
-
"text_en_US": "
|
|
33
|
+
"text_pt_BR": "Botão Mês",
|
|
34
|
+
"text_en_US": "Month Button"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"selector": "div#{id} .k-calendar td.k-today",
|
|
38
|
-
"text_pt_BR": "
|
|
39
|
-
"text_en_US": "
|
|
38
|
+
"text_pt_BR": "Hoje",
|
|
39
|
+
"text_en_US": "Today"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"childrenProperties": [
|