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
|
@@ -3,12 +3,30 @@
|
|
|
3
3
|
"text_pt_BR": "Título",
|
|
4
4
|
"text_en_US": "Title",
|
|
5
5
|
"wrapper": false,
|
|
6
|
-
"
|
|
6
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-text-component.svg",
|
|
7
|
+
"description": "Texto com letra grande",
|
|
8
|
+
"description_en_US": "Large font text",
|
|
9
|
+
"category": [
|
|
10
|
+
"TEXTS", "LAYOUTS"
|
|
11
|
+
],
|
|
7
12
|
"order": 10,
|
|
8
13
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/dynamictitle.template.html",
|
|
9
14
|
"properties": {
|
|
15
|
+
"id": {
|
|
16
|
+
"order": 1
|
|
17
|
+
},
|
|
18
|
+
"content": {
|
|
19
|
+
"order": 2
|
|
20
|
+
},
|
|
10
21
|
"xattr-position": {
|
|
11
|
-
"
|
|
22
|
+
"displayName_pt_BR": "Posição",
|
|
23
|
+
"displayName_en_US": "Position",
|
|
24
|
+
"order": 4
|
|
25
|
+
},
|
|
26
|
+
"xattr-type": {
|
|
27
|
+
"displayName_pt_BR": "Tamanho da letra",
|
|
28
|
+
"displayName_en_US": "Lettering size",
|
|
29
|
+
"order": 3
|
|
12
30
|
},
|
|
13
31
|
"class": {
|
|
14
32
|
"order": 9999
|
|
@@ -34,6 +52,13 @@
|
|
|
34
52
|
"type": "event"
|
|
35
53
|
}
|
|
36
54
|
},
|
|
55
|
+
"styles": [
|
|
56
|
+
{
|
|
57
|
+
"selector": "h1#{id}",
|
|
58
|
+
"text_pt_BR": "Título",
|
|
59
|
+
"text_en_US": "Title"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
37
62
|
"attributesForPreview": [
|
|
38
63
|
{
|
|
39
64
|
"name": "xattr-position",
|
|
@@ -42,17 +67,20 @@
|
|
|
42
67
|
"values": [
|
|
43
68
|
{
|
|
44
69
|
"key": "text-left",
|
|
45
|
-
"
|
|
70
|
+
"value_pt_BR": "Esquerda",
|
|
71
|
+
"value_en_US": "Left",
|
|
46
72
|
"icon": "mdi mdi-ray-start"
|
|
47
73
|
},
|
|
48
74
|
{
|
|
49
75
|
"key": "text-center",
|
|
50
|
-
"
|
|
76
|
+
"value_pt_BR": "Centro",
|
|
77
|
+
"value_en_US": "Center",
|
|
51
78
|
"icon": "mdi mdi-ray-vertex"
|
|
52
79
|
},
|
|
53
80
|
{
|
|
54
81
|
"key": "text-right",
|
|
55
|
-
"
|
|
82
|
+
"value_pt_BR": "Direita",
|
|
83
|
+
"value_en_US": "Right",
|
|
56
84
|
"icon": "mdi mdi-ray-end"
|
|
57
85
|
}
|
|
58
86
|
]
|
|
@@ -64,17 +92,20 @@
|
|
|
64
92
|
"values": [
|
|
65
93
|
{
|
|
66
94
|
"key": "h1",
|
|
67
|
-
"
|
|
95
|
+
"value_pt_BR": "Título maior",
|
|
96
|
+
"value_en_US": "Major Title"
|
|
68
97
|
},
|
|
69
98
|
{
|
|
70
99
|
"key": "h3",
|
|
71
|
-
"
|
|
100
|
+
"value_pt_BR": "Título médio",
|
|
101
|
+
"value_en_US": "Medium Title"
|
|
72
102
|
},
|
|
73
103
|
{
|
|
74
104
|
"key": "h5",
|
|
75
|
-
"
|
|
105
|
+
"value_pt_BR": "Título menor",
|
|
106
|
+
"value_en_US": "Minor Title"
|
|
76
107
|
}
|
|
77
108
|
]
|
|
78
109
|
}
|
|
79
110
|
]
|
|
80
|
-
}
|
|
111
|
+
}
|
|
@@ -26,20 +26,23 @@
|
|
|
26
26
|
"values": [
|
|
27
27
|
{
|
|
28
28
|
"key": "text-left",
|
|
29
|
-
"
|
|
29
|
+
"value_pt_BR": "Esquerda",
|
|
30
|
+
"value_en_US": "Left",
|
|
30
31
|
"icon": "mdi mdi-ray-start"
|
|
31
32
|
},
|
|
32
33
|
{
|
|
33
34
|
"key": "text-center",
|
|
34
|
-
"
|
|
35
|
+
"value_pt_BR": "Centro",
|
|
36
|
+
"value_en_US": "Center",
|
|
35
37
|
"icon": "mdi mdi-ray-vertex"
|
|
36
38
|
},
|
|
37
39
|
{
|
|
38
40
|
"key": "text-right",
|
|
39
|
-
"
|
|
41
|
+
"value_pt_BR": "Direita",
|
|
42
|
+
"value_en_US": "Right",
|
|
40
43
|
"icon": "mdi mdi-ray-end"
|
|
41
44
|
}
|
|
42
45
|
]
|
|
43
46
|
}
|
|
44
47
|
]
|
|
45
|
-
}
|
|
48
|
+
}
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
"name": "crn-textarea",
|
|
3
3
|
"text_pt_BR": "Área de texto",
|
|
4
4
|
"text_en_US": "Textarea",
|
|
5
|
-
"
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-textarea.svg",
|
|
6
|
+
"description": "Campo para inserir texto longo",
|
|
7
|
+
"description_en_US": "Long text input field",
|
|
8
|
+
"category": [
|
|
9
|
+
"INPUTS", "FORMS"
|
|
10
|
+
],
|
|
6
11
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/textarea.template.html",
|
|
7
12
|
"properties": {
|
|
8
13
|
"class": {
|
|
@@ -19,7 +24,10 @@
|
|
|
19
24
|
{
|
|
20
25
|
"name": "content",
|
|
21
26
|
"selector": "label",
|
|
22
|
-
"
|
|
27
|
+
"displayName_pt_BR": "Título",
|
|
28
|
+
"displayName_en_US": "Title",
|
|
29
|
+
"type": "content",
|
|
30
|
+
"order": 1
|
|
23
31
|
},
|
|
24
32
|
{
|
|
25
33
|
"name": "ng-model",
|
|
@@ -30,17 +38,51 @@
|
|
|
30
38
|
{
|
|
31
39
|
"name": "rows",
|
|
32
40
|
"selector": "textarea",
|
|
33
|
-
"
|
|
41
|
+
"displayName_pt_BR": "Quantidade de Linhas",
|
|
42
|
+
"displayName_en_US": "Number of Lines",
|
|
43
|
+
"type": "text",
|
|
44
|
+
"order": 3
|
|
34
45
|
},
|
|
35
46
|
{
|
|
36
47
|
"name": "maxlength",
|
|
37
48
|
"selector": "textarea",
|
|
38
|
-
"
|
|
49
|
+
"displayName_pt_BR": "Máximo de caracteres",
|
|
50
|
+
"displayName_en_US": "maximum characters",
|
|
51
|
+
"type": "text",
|
|
52
|
+
"order": 4
|
|
39
53
|
},
|
|
40
54
|
{
|
|
41
55
|
"name": "resize",
|
|
42
56
|
"selector": "textarea",
|
|
43
|
-
"
|
|
57
|
+
"displayName_pt_BR": "Redimensionável",
|
|
58
|
+
"displayName_en_US": "Resize",
|
|
59
|
+
"type": "text",
|
|
60
|
+
"order": 5
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "validationMessage",
|
|
64
|
+
"selector": "textarea",
|
|
65
|
+
"displayName_pt_BR": "Texto quando requerido",
|
|
66
|
+
"displayName_en_US": "Text when required",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"mandatory": false,
|
|
69
|
+
"order": 6
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "placeholder",
|
|
73
|
+
"displayName_pt_BR": "Sugestão",
|
|
74
|
+
"displayName_en_US": "Placeholder",
|
|
75
|
+
"selector": "textarea",
|
|
76
|
+
"type": "text",
|
|
77
|
+
"order": 2
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "ng-disabled",
|
|
81
|
+
"selector": "textarea",
|
|
82
|
+
"displayName_en_US": "Disabled",
|
|
83
|
+
"displayName_pt_BR": "Desabilitado",
|
|
84
|
+
"type": "logic",
|
|
85
|
+
"order": 8
|
|
44
86
|
},
|
|
45
87
|
{
|
|
46
88
|
"name": "ng-init",
|
|
@@ -104,15 +146,20 @@
|
|
|
104
146
|
}
|
|
105
147
|
],
|
|
106
148
|
"styles": [
|
|
149
|
+
{
|
|
150
|
+
"selector": "div#{id} label",
|
|
151
|
+
"text_pt_BR": "Título",
|
|
152
|
+
"text_en_US": "Title"
|
|
153
|
+
},
|
|
107
154
|
{
|
|
108
155
|
"selector": "div#{id} textarea.form-control",
|
|
109
156
|
"text_pt_BR": "Área de Texto Geral",
|
|
110
157
|
"text_en_US": "Text Area General"
|
|
111
158
|
},
|
|
112
159
|
{
|
|
113
|
-
"selector": "div#{id}
|
|
114
|
-
"text_pt_BR": "
|
|
115
|
-
"text_en_US": "
|
|
160
|
+
"selector": "div#{id} textarea.form-control::placeholder",
|
|
161
|
+
"text_pt_BR": "Sugestão",
|
|
162
|
+
"text_en_US": "Placeholder"
|
|
116
163
|
}
|
|
117
164
|
],
|
|
118
165
|
"attributesForPreview": [
|
|
@@ -123,7 +170,8 @@
|
|
|
123
170
|
"values": [
|
|
124
171
|
{
|
|
125
172
|
"key": "resize:none;",
|
|
126
|
-
"
|
|
173
|
+
"value_pt_BR": "Nenhum",
|
|
174
|
+
"value_en_US": "None"
|
|
127
175
|
},
|
|
128
176
|
{
|
|
129
177
|
"key": "resize:horizontal;",
|
|
@@ -135,9 +183,10 @@
|
|
|
135
183
|
},
|
|
136
184
|
{
|
|
137
185
|
"key": "resize:both;",
|
|
138
|
-
"
|
|
186
|
+
"value_pt_BR": "Ambos",
|
|
187
|
+
"value_en_US": "Both"
|
|
139
188
|
}
|
|
140
189
|
]
|
|
141
190
|
}
|
|
142
191
|
]
|
|
143
|
-
}
|
|
192
|
+
}
|
|
@@ -3,7 +3,12 @@
|
|
|
3
3
|
"text_pt_BR": "Entrada de texto",
|
|
4
4
|
"text_en_US": "Input",
|
|
5
5
|
"order": 6,
|
|
6
|
-
"
|
|
6
|
+
"description": "Campo para inserir texto",
|
|
7
|
+
"description_en_US": "Field to enter text",
|
|
8
|
+
"category": [
|
|
9
|
+
"INPUTS", "FORMS"
|
|
10
|
+
],
|
|
11
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-textinput.svg",
|
|
7
12
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/textinput.template.html",
|
|
8
13
|
"properties": {
|
|
9
14
|
"class": {
|
|
@@ -14,53 +19,87 @@
|
|
|
14
19
|
}
|
|
15
20
|
},
|
|
16
21
|
"styles": [
|
|
22
|
+
{
|
|
23
|
+
"selector": "div#{id} label",
|
|
24
|
+
"text_pt_BR": "Título",
|
|
25
|
+
"text_en_US": "Title"
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"selector": "div#{id} input.form-control",
|
|
19
|
-
"text_pt_BR": "
|
|
20
|
-
"text_en_US": "Input
|
|
29
|
+
"text_pt_BR": "Entrada de Texto",
|
|
30
|
+
"text_en_US": "Input"
|
|
21
31
|
},
|
|
22
32
|
{
|
|
23
|
-
"selector": "div#{id}
|
|
24
|
-
"text_pt_BR": "
|
|
25
|
-
"text_en_US": "
|
|
33
|
+
"selector": "div#{id} input.form-control::placeholder",
|
|
34
|
+
"text_pt_BR": "Sugestão",
|
|
35
|
+
"text_en_US": "Placeholder"
|
|
26
36
|
}
|
|
27
37
|
],
|
|
28
38
|
"childrenProperties": [
|
|
29
39
|
{
|
|
30
40
|
"name": "content",
|
|
31
41
|
"selector": "label",
|
|
32
|
-
"
|
|
42
|
+
"displayName_pt_BR": "Título",
|
|
43
|
+
"displayName_en_US": "Title",
|
|
44
|
+
"type": "text",
|
|
45
|
+
"order": 1
|
|
33
46
|
},
|
|
34
47
|
{
|
|
35
48
|
"name": "ng-model",
|
|
36
49
|
"selector": "input",
|
|
37
50
|
"type": "text",
|
|
38
|
-
"onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result;
|
|
51
|
+
"onSave": "javascript:function() { var result = arguments[0]; result = result.replaceAll(/[-,+, ,(,),']/g,''); if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
|
|
39
52
|
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
40
53
|
"mandatory": true
|
|
41
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "ng-disabled",
|
|
57
|
+
"selector": "input",
|
|
58
|
+
"displayName_en_US": "Disabled",
|
|
59
|
+
"displayName_pt_BR": "Desabilitado",
|
|
60
|
+
"type": "logic",
|
|
61
|
+
"order": 4
|
|
62
|
+
},
|
|
42
63
|
{
|
|
43
64
|
"name": "type",
|
|
44
65
|
"selector": "input",
|
|
45
|
-
"type": "type"
|
|
66
|
+
"type": "type",
|
|
67
|
+
"order": 2
|
|
46
68
|
},
|
|
47
69
|
{
|
|
48
70
|
"name": "mask",
|
|
49
71
|
"selector": "input",
|
|
50
|
-
"type": "mask"
|
|
72
|
+
"type": "mask",
|
|
73
|
+
"order": 3
|
|
74
|
+
},
|
|
75
|
+
|
|
76
|
+
{
|
|
77
|
+
"name": "placeholder",
|
|
78
|
+
"displayName_pt_BR": "Sugestão",
|
|
79
|
+
"displayName_en_US": "Placeholder",
|
|
80
|
+
"selector": "input",
|
|
81
|
+
"type": "text",
|
|
82
|
+
"order": 4
|
|
51
83
|
},
|
|
52
84
|
{
|
|
53
85
|
"name": "ng-required",
|
|
54
86
|
"selector": "input",
|
|
55
|
-
"type": "logic"
|
|
87
|
+
"type": "logic",
|
|
88
|
+
"order": 5
|
|
56
89
|
},
|
|
57
90
|
{
|
|
58
|
-
"name": "
|
|
91
|
+
"name": "validationMessage",
|
|
59
92
|
"selector": "input",
|
|
60
|
-
"
|
|
93
|
+
"displayName_pt_BR": "Texto quando requerido",
|
|
94
|
+
"displayName_en_US": "Text when required",
|
|
95
|
+
"type": "text",
|
|
96
|
+
"mandatory": false,
|
|
97
|
+
"order": 6
|
|
61
98
|
},
|
|
62
99
|
{
|
|
63
100
|
"name": "mask-placeholder",
|
|
101
|
+
"displayName_pt_BR": "Máscara da sugestão",
|
|
102
|
+
"displayName_en_US": "Placeholder mask",
|
|
64
103
|
"selector": "input",
|
|
65
104
|
"type": "text"
|
|
66
105
|
},
|
|
@@ -133,4 +172,4 @@
|
|
|
133
172
|
"type": {
|
|
134
173
|
"displayName": "Type"
|
|
135
174
|
}
|
|
136
|
-
}
|
|
175
|
+
}
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
"name": "crn-textinputbutton",
|
|
3
3
|
"text_pt_BR": "Entrada de texto com botão",
|
|
4
4
|
"text_en_US": "Input with button",
|
|
5
|
-
"
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-textinputbutton.svg",
|
|
6
|
+
"description": "Campo para inserir texto com botão",
|
|
7
|
+
"description_en_US": "Field to enter text with button",
|
|
8
|
+
"category": [
|
|
9
|
+
"BUTTONS", "INPUTS", "FORMS"
|
|
10
|
+
],
|
|
6
11
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/textinputbutton.template.html",
|
|
7
12
|
"forcedGroupd": true,
|
|
8
13
|
"properties": {
|
|
@@ -14,27 +19,35 @@
|
|
|
14
19
|
}
|
|
15
20
|
},
|
|
16
21
|
"styles": [
|
|
22
|
+
{
|
|
23
|
+
"selector": "div#{id} label",
|
|
24
|
+
"text_pt_BR": "Título",
|
|
25
|
+
"text_en_US": "Title"
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"selector": "div#{id} .input-group .form-control",
|
|
19
|
-
"text_pt_BR": "
|
|
20
|
-
"text_en_US": "
|
|
29
|
+
"text_pt_BR": "Entrada de texto",
|
|
30
|
+
"text_en_US": "Input"
|
|
21
31
|
},
|
|
22
32
|
{
|
|
23
|
-
"selector": "div#{id}
|
|
24
|
-
"text_pt_BR": "
|
|
25
|
-
"text_en_US": "
|
|
33
|
+
"selector": "div#{id} .input-group .form-control::placeholder",
|
|
34
|
+
"text_pt_BR": "Sugestão",
|
|
35
|
+
"text_en_US": "Placeholder"
|
|
26
36
|
},
|
|
27
37
|
{
|
|
28
|
-
"selector": "div#{id}
|
|
29
|
-
"text_pt_BR": "
|
|
30
|
-
"text_en_US": "
|
|
38
|
+
"selector": "div#{id} button, div#{id} button i, div#{id} button span",
|
|
39
|
+
"text_pt_BR": "Botão",
|
|
40
|
+
"text_en_US": "Button"
|
|
31
41
|
}
|
|
32
42
|
],
|
|
33
43
|
"childrenProperties": [
|
|
34
44
|
{
|
|
35
45
|
"name": "content",
|
|
36
46
|
"selector": "label",
|
|
37
|
-
"
|
|
47
|
+
"displayName_pt_BR": "Título",
|
|
48
|
+
"displayName_en_US": "Title",
|
|
49
|
+
"type": "text",
|
|
50
|
+
"order": 1
|
|
38
51
|
},
|
|
39
52
|
{
|
|
40
53
|
"name": "ng-model",
|
|
@@ -44,30 +57,46 @@
|
|
|
44
57
|
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
45
58
|
"mandatory": true
|
|
46
59
|
},
|
|
60
|
+
{
|
|
61
|
+
"name": "class",
|
|
62
|
+
"displayName_pt_BR": "Ícone",
|
|
63
|
+
"displayName_en_US": "Icon",
|
|
64
|
+
"selector": "button i",
|
|
65
|
+
"type": "icon",
|
|
66
|
+
"order": 2
|
|
67
|
+
},
|
|
47
68
|
{
|
|
48
69
|
"name": "type",
|
|
49
70
|
"selector": "input",
|
|
50
|
-
"type": "type"
|
|
71
|
+
"type": "type",
|
|
72
|
+
"order": 2
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "mask",
|
|
54
76
|
"selector": "input",
|
|
55
|
-
"type": "mask"
|
|
77
|
+
"type": "mask",
|
|
78
|
+
"order": 3
|
|
56
79
|
},
|
|
57
80
|
{
|
|
58
|
-
"name": "ng-
|
|
81
|
+
"name": "ng-disabled",
|
|
59
82
|
"selector": "input",
|
|
60
|
-
"
|
|
83
|
+
"displayName_en_US": "Disabled",
|
|
84
|
+
"displayName_pt_BR": "Desabilitado",
|
|
85
|
+
"type": "logic",
|
|
86
|
+
"order": 4
|
|
61
87
|
},
|
|
62
88
|
{
|
|
63
|
-
"name": "
|
|
89
|
+
"name": "ng-required",
|
|
64
90
|
"selector": "input",
|
|
65
|
-
"type": "
|
|
91
|
+
"type": "logic"
|
|
66
92
|
},
|
|
67
93
|
{
|
|
68
|
-
"name": "
|
|
94
|
+
"name": "placeholder",
|
|
95
|
+
"displayName_pt_BR": "Sugestão",
|
|
96
|
+
"displayName_en_US": "Placeholder",
|
|
69
97
|
"selector": "input",
|
|
70
|
-
"type": "text"
|
|
98
|
+
"type": "text",
|
|
99
|
+
"order": 4
|
|
71
100
|
},
|
|
72
101
|
{
|
|
73
102
|
"name": "ng-init",
|
|
@@ -138,4 +167,4 @@
|
|
|
138
167
|
"type": {
|
|
139
168
|
"displayName": "Type"
|
|
140
169
|
}
|
|
141
|
-
}
|
|
170
|
+
}
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
"name": "crn-textinputicon",
|
|
3
3
|
"text_pt_BR": "Entrada de texto com ícone",
|
|
4
4
|
"text_en_US": "Input with icon",
|
|
5
|
-
"
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-textinputicon.svg",
|
|
6
|
+
"description": "Campo para inserir texto com ícone",
|
|
7
|
+
"description_en_US": "Field to enter text with icon",
|
|
8
|
+
"category": [
|
|
9
|
+
"INPUTS", "FORMS"
|
|
10
|
+
],
|
|
6
11
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/textinputicon.template.html",
|
|
7
12
|
"forcedGroupd": true,
|
|
8
13
|
"properties": {
|
|
@@ -14,27 +19,42 @@
|
|
|
14
19
|
}
|
|
15
20
|
},
|
|
16
21
|
"styles": [
|
|
22
|
+
{
|
|
23
|
+
"selector": "div#{id} label",
|
|
24
|
+
"text_pt_BR": "Título",
|
|
25
|
+
"text_en_US": "Title"
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"selector": "div#{id} .input-group .k-textbox",
|
|
19
|
-
"text_pt_BR": "
|
|
20
|
-
"text_en_US": "
|
|
29
|
+
"text_pt_BR": "Entrada de texto",
|
|
30
|
+
"text_en_US": "Input"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"selector": "div#{id} input::placeholder",
|
|
34
|
+
"text_pt_BR": "Sugestão",
|
|
35
|
+
"text_en_US": "Placeholder"
|
|
21
36
|
},
|
|
22
37
|
{
|
|
23
38
|
"selector": "div#{id} span",
|
|
24
39
|
"text_pt_BR": "Ícone",
|
|
25
40
|
"text_en_US": "Icon"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"selector": "div#{id} label",
|
|
29
|
-
"text_pt_BR": "Label",
|
|
30
|
-
"text_en_US": "Label"
|
|
31
41
|
}
|
|
32
42
|
],
|
|
33
43
|
"childrenProperties": [
|
|
44
|
+
{
|
|
45
|
+
"name": "class",
|
|
46
|
+
"selector": "i",
|
|
47
|
+
"displayName_pt_BR": "Ícone",
|
|
48
|
+
"displayName_en_US": "Icon",
|
|
49
|
+
"type": "icon"
|
|
50
|
+
},
|
|
34
51
|
{
|
|
35
52
|
"name": "content",
|
|
36
53
|
"selector": "label",
|
|
37
|
-
"
|
|
54
|
+
"displayName_pt_BR": "Título",
|
|
55
|
+
"displayName_en_US": "Title",
|
|
56
|
+
"type": "text",
|
|
57
|
+
"order": 1
|
|
38
58
|
},
|
|
39
59
|
{
|
|
40
60
|
"name": "ng-model",
|
|
@@ -47,27 +67,35 @@
|
|
|
47
67
|
{
|
|
48
68
|
"name": "type",
|
|
49
69
|
"selector": "input",
|
|
50
|
-
"type": "type"
|
|
70
|
+
"type": "type",
|
|
71
|
+
"order": 2
|
|
51
72
|
},
|
|
52
73
|
{
|
|
53
74
|
"name": "mask",
|
|
54
75
|
"selector": "input",
|
|
55
|
-
"type": "mask"
|
|
76
|
+
"type": "mask",
|
|
77
|
+
"order": 3
|
|
56
78
|
},
|
|
57
79
|
{
|
|
58
|
-
"name": "ng-
|
|
80
|
+
"name": "ng-disabled",
|
|
59
81
|
"selector": "input",
|
|
60
|
-
"
|
|
82
|
+
"displayName_en_US": "Disabled",
|
|
83
|
+
"displayName_pt_BR": "Desabilitado",
|
|
84
|
+
"type": "logic",
|
|
85
|
+
"order": 4
|
|
61
86
|
},
|
|
62
87
|
{
|
|
63
|
-
"name": "
|
|
88
|
+
"name": "ng-required",
|
|
64
89
|
"selector": "input",
|
|
65
|
-
"type": "
|
|
90
|
+
"type": "logic"
|
|
66
91
|
},
|
|
67
92
|
{
|
|
68
|
-
"name": "
|
|
93
|
+
"name": "placeholder",
|
|
94
|
+
"displayName_pt_BR": "Sugestão",
|
|
95
|
+
"displayName_en_US": "Placeholder",
|
|
69
96
|
"selector": "input",
|
|
70
|
-
"type": "text"
|
|
97
|
+
"type": "text",
|
|
98
|
+
"order": 4
|
|
71
99
|
},
|
|
72
100
|
{
|
|
73
101
|
"name": "ng-init",
|
|
@@ -138,4 +166,4 @@
|
|
|
138
166
|
"type": {
|
|
139
167
|
"displayName": "Type"
|
|
140
168
|
}
|
|
141
|
-
}
|
|
169
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-three-container",
|
|
3
|
+
"text_pt_BR": "3 Colunas (4/4/4)",
|
|
4
|
+
"text_en_US": "3 Columns (4/4/4)",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-container.svg",
|
|
6
|
+
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
|
+
"description_en_US": "Three container on the side for inserting components",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-three-container.template.html",
|
|
12
|
+
"wrapper": false,
|
|
13
|
+
"autoWrapper": true,
|
|
14
|
+
"properties": {
|
|
15
|
+
"class": {
|
|
16
|
+
"order": 9999
|
|
17
|
+
},
|
|
18
|
+
"ng-init": {
|
|
19
|
+
"removable": true,
|
|
20
|
+
"type": "event"
|
|
21
|
+
},
|
|
22
|
+
"ng-click": {
|
|
23
|
+
"removable": true,
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
"ng-dblclick": {
|
|
27
|
+
"removable": true,
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
"ng-mouseenter": {
|
|
31
|
+
"removable": true,
|
|
32
|
+
"type": "event"
|
|
33
|
+
},
|
|
34
|
+
"ng-mouseleave": {
|
|
35
|
+
"removable": true,
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
"ng-mousemove": {
|
|
39
|
+
"removable": true,
|
|
40
|
+
"type": "event"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|