cronapp-framework-js 2.8.29 → 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 +1 -1
- package/components/crn-button.components.json +7 -2
- package/components/crn-carousel.components.json +1 -1
- package/components/crn-chart.components.json +2 -2
- package/components/crn-checkbox.components.json +8 -0
- package/components/crn-cron-captcha.components.json +2 -2
- package/components/crn-cron-dashboard-viewer.components.json +48 -0
- package/components/crn-cron-report-viewer.components.json +1 -1
- package/components/crn-cron-rich-editor.components.json +1 -1
- package/components/crn-cron-scheduler.components.json +1 -1
- package/components/crn-cron-tree-view.components.json +1 -1
- package/components/crn-datasource.components.json +1 -1
- package/components/crn-datetimepicker.components.json +1 -1
- package/components/crn-dynamic-menu.components.json +2 -2
- package/components/crn-eight-four-container.components.json +2 -2
- package/components/crn-enterprise-autocomplete.components.json +8 -0
- package/components/crn-enterprise-checkbox.components.json +7 -1
- package/components/crn-enterprise-combobox-multiple.components.json +12 -0
- package/components/crn-enterprise-combobox.components.json +7 -0
- package/components/crn-enterprise-dynamic-autocomplete.components.json +35 -27
- package/components/crn-enterprise-dynamic-combobox.components.json +7 -0
- package/components/crn-form-template.components.json +1 -1
- package/components/crn-four-eight-container.components.json +2 -2
- package/components/crn-frame.components.json +68 -0
- package/components/crn-grid.components.json +1 -1
- package/components/crn-icon.components.json +14 -10
- package/components/crn-input-password.components.json +69 -0
- package/components/crn-jumbotron.components.json +1 -1
- package/components/crn-list-item.components.json +4 -1
- package/components/crn-navbar.components.json +1 -1
- package/components/crn-one-container.components.json +2 -2
- package/components/crn-ordered-list.components.json +1 -0
- package/components/crn-ordered-sub-list.components.json +1 -0
- package/components/crn-radioOption.components.json +8 -0
- package/components/crn-rating.components.json +17 -22
- package/components/crn-signature-pad.components.json +36 -0
- package/components/crn-slider.components.json +1 -1
- package/components/crn-social-login.components.json +1 -1
- package/components/crn-table.components.json +1 -1
- package/components/crn-tabs.components.json +1 -1
- package/components/crn-textarea.components.json +8 -0
- package/components/crn-textinput.components.json +8 -0
- package/components/crn-textinputbutton.components.json +9 -1
- package/components/crn-textinputicon.components.json +8 -0
- package/components/crn-three-container.components.json +2 -2
- package/components/crn-timeline.components.json +44 -0
- package/components/crn-trhee-six-three-container.components.json +2 -2
- package/components/crn-two-container.components.json +2 -2
- package/components/crn-unordered-list.components.json +1 -0
- package/components/crn-unordered-sub-list.components.json +1 -0
- package/components/cron-breadcrumbs.components.json +107 -0
- package/components/cron-ordered-list.components.json +152 -0
- package/components/css/checkbox-color.css +189 -63
- package/components/css/color-default.css +2 -0
- package/components/css/crn-input-password.css +32 -0
- package/components/css/designtime.css +294 -0
- package/components/css/font-size.css +15 -0
- package/components/dashboard/dashboard.view.html +14 -0
- package/components/templates/carousel.template.html +3 -3
- package/components/templates/checkbox.template.html +4 -4
- package/components/templates/crn-input-password.designtime.html +1 -1
- package/components/templates/crn-signature-pad.designtime.html +8 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/cron-breadcrumbs.designtime.html +11 -0
- package/components/templates/cron-breadcrumbs.template.html +3 -0
- package/components/templates/cron-chat.designtime.html +0 -19
- package/components/templates/cron-checkbox.template.html +3 -4
- package/components/templates/cron-combobox-multiple.template.html +2 -2
- package/components/templates/cron-crud.template.html +35 -7
- 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-combobox.template.html +3 -2
- package/components/templates/cron-dynamic-menu.designtime.html +1 -1
- 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/fileupload.template.html +1 -1
- package/components/templates/form.template.html +36 -21
- package/components/templates/icon.template.html +1 -1
- package/components/templates/image-menu.template.html +1 -1
- package/components/templates/navbar.template.html +3 -3
- package/components/templates/rating.template.html +7 -9
- package/components/templates/social-button-bar.template.html +11 -12
- package/components/templates/sub-form.template.html +38 -11
- package/components/templates/tabs.template.html +4 -4
- package/components/templates/timeline.designtime.html +65 -0
- package/components/templates/timeline.template.html +3 -0
- package/css/app.css +322 -18
- package/css/cronos.css +1 -1
- package/css/modalTemplate.css +16 -9
- package/css/privacy/privacy.css +59 -0
- package/css/reset_password.css +5 -0
- package/css/signup.css +16 -0
- package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/badge.css +47 -0
- package/css/themes/custom/_bootswatch-v3.3.3/basics.css +620 -0
- package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
- package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn.css +158 -0
- package/css/themes/custom/_bootswatch-v3.3.3/caret.css +24 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/close.css +27 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/container.css +49 -0
- package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/form.css +401 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/has.css +172 -0
- package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
- package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +184 -0
- package/css/themes/custom/_bootswatch-v3.3.3/input.css +39 -0
- package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
- package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +17 -0
- package/css/themes/custom/_bootswatch-v3.3.3/label.css +33 -0
- package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +75 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/modal.css +143 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +351 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pager.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +71 -0
- package/css/themes/custom/_bootswatch-v3.3.3/panel.css +264 -0
- package/css/themes/custom/_bootswatch-v3.3.3/popover.css +149 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pre.css +22 -0
- package/css/themes/custom/_bootswatch-v3.3.3/progress.css +63 -0
- package/css/themes/custom/_bootswatch-v3.3.3/table.css +268 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
- package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.3}/visible.css +92 -38
- package/css/themes/custom/_bootswatch-v3.3.3/well.css +25 -0
- package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
- package/css/themes/custom/_bootswatch-v3.3.6/alert.css +48 -0
- package/css/themes/custom/_bootswatch-v3.3.6/animations.css +26 -0
- package/css/themes/custom/_bootswatch-v3.3.6/badge.css +58 -0
- package/css/themes/custom/_bootswatch-v3.3.6/basics.css +725 -0
- package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
- package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
- package/css/themes/custom/_bootswatch-v3.3.6/btn.css +491 -0
- package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +261 -0
- package/css/themes/custom/_bootswatch-v3.3.6/close.css +37 -0
- package/css/themes/custom/_bootswatch-v3.3.6/col.css +787 -0
- package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +30 -0
- package/css/themes/custom/_bootswatch-v3.3.6/container.css +31 -0
- package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
- package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
- package/css/themes/custom/_bootswatch-v3.3.6/fade.css +10 -0
- package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +782 -0
- package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
- package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
- package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
- package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +184 -0
- package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
- package/css/themes/custom/_bootswatch-v3.3.6/label.css +35 -0
- package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +133 -0
- package/css/themes/custom/_bootswatch-v3.3.6/media.css +60 -0
- package/css/themes/custom/_bootswatch-v3.3.6/modal.css +143 -0
- package/css/themes/custom/_bootswatch-v3.3.6/nav.css +276 -0
- package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +408 -0
- package/css/themes/custom/_bootswatch-v3.3.6/pager.css +44 -0
- package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +109 -0
- package/css/themes/custom/_bootswatch-v3.3.6/panel.css +288 -0
- package/css/themes/custom/_bootswatch-v3.3.6/popover.css +154 -0
- package/css/themes/custom/_bootswatch-v3.3.6/progress.css +95 -0
- package/css/themes/custom/_bootswatch-v3.3.6/table.css +171 -0
- package/css/themes/custom/_bootswatch-v3.3.6/text.css +31 -0
- package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
- package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
- package/css/themes/custom/_bootswatch-v3.3.6/visible.css +269 -0
- package/css/themes/custom/_bootswatch-v3.3.6/well.css +31 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/animations.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/container.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/embed-responsive.css +8 -8
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/fade.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/media.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +619 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/visible.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -0
- package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
- package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +19 -0
- package/css/themes/custom/_bootswatch-v4.1.3/alert.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/align.css +393 -0
- package/css/themes/custom/_bootswatch-v4.1.3/badge.css +26 -0
- package/css/themes/custom/_bootswatch-v4.1.3/basics.css +706 -0
- package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
- package/css/themes/custom/_bootswatch-v4.1.3/border.css +75 -0
- package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
- package/css/themes/custom/_bootswatch-v4.1.3/btn.css +244 -0
- package/css/themes/custom/_bootswatch-v4.1.3/card.css +260 -0
- package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +251 -0
- package/css/themes/custom/_bootswatch-v4.1.3/close.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/col.css +1125 -0
- package/css/themes/custom/_bootswatch-v4.1.3/container.css +39 -0
- package/css/themes/custom/_bootswatch-v4.1.3/custom.css +413 -0
- package/css/themes/custom/_bootswatch-v4.1.3/display.css +209 -0
- package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
- package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
- package/css/themes/custom/_bootswatch-v4.1.3/flex.css +318 -0
- package/css/themes/custom/_bootswatch-v4.1.3/float.css +59 -0
- package/css/themes/custom/_bootswatch-v4.1.3/form.css +294 -0
- package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
- package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +178 -0
- package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
- package/css/themes/custom/_bootswatch-v4.1.3/justify.css +136 -0
- package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +218 -0
- package/css/themes/custom/_bootswatch-v4.1.3/margin.css +711 -0
- package/css/themes/custom/_bootswatch-v4.1.3/modal.css +182 -0
- package/css/themes/custom/_bootswatch-v4.1.3/nav.css +45 -0
- package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +353 -0
- package/css/themes/custom/_bootswatch-v4.1.3/padding.css +611 -0
- package/css/themes/custom/_bootswatch-v4.1.3/page.css +55 -0
- package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +44 -0
- package/css/themes/custom/_bootswatch-v4.1.3/popover.css +199 -0
- package/css/themes/custom/_bootswatch-v4.1.3/position.css +20 -0
- package/css/themes/custom/_bootswatch-v4.1.3/progress.css +46 -0
- package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +31 -0
- package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +19 -0
- package/css/themes/custom/_bootswatch-v4.1.3/table.css +96 -0
- package/css/themes/custom/_bootswatch-v4.1.3/text.css +113 -0
- package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
- package/css/themes/custom/_bootswatch-v4.1.3/validated.css +239 -0
- package/css/themes/custom/cerulean/custom-cerulean.min.css +1449 -5946
- package/css/themes/custom/cosmo/custom-cosmo.min.css +2053 -6037
- package/css/themes/custom/cyborg/custom-cyborg.min.css +1470 -6601
- package/css/themes/custom/darkly/custom-darkly.min.css +2496 -6554
- 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/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -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 +2499 -6549
- package/css/themes/custom/fuse/components_css/navbar.css +5 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +2156 -3228
- package/css/themes/custom/fuse/font/{font.css → fonts.css} +0 -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 +1030 -9008
- package/css/themes/custom/lumen/custom-lumen.min.css +1207 -6815
- package/css/themes/custom/material/components_css/crn-button.css +50 -25
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +6 -3
- package/css/themes/custom/material/components_css/crn-cron-grid.css +29 -49
- package/css/themes/custom/material/components_css/crn-navbar.css +9 -14
- 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 +26 -10
- 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/paper/custom-paper.min.css +1034 -8416
- package/css/themes/custom/readable/custom-readable.min.css +1758 -7300
- package/css/themes/custom/sandstone/custom-sandstone.min.css +455 -6317
- package/css/themes/custom/simplex/custom-simplex.min.css +2136 -6407
- package/css/themes/custom/slate/custom-slate.min.css +2523 -6850
- package/css/themes/custom/spacelab/custom-spacelab.min.css +2068 -6542
- package/css/themes/custom/superhero/custom-superhero.min.css +2494 -6399
- package/css/themes/custom/united/custom-united.min.css +1926 -6216
- package/css/themes/custom/yeti/custom-yeti.min.css +2651 -6365
- package/css/themes/dsgov.min.css +6 -0
- package/css/themes/material_raiz.min.css +3 -0
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/color-default.css +1 -1
- package/dist/components/css/crn-input-password.css +1 -0
- package/dist/components/css/designtime.css +1 -0
- package/dist/components/css/font-size.css +1 -1
- 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-twelve-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-three-twelve-container.template.html +1 -0
- package/dist/components/templates/carousel.template.html +1 -1
- package/dist/components/templates/checkbox.template.html +1 -1
- package/dist/components/templates/crn-input-password.designtime.html +1 -1
- 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/cron-breadcrumbs.designtime.html +1 -0
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- 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.template.html +1 -1
- package/dist/components/templates/cron-crud.template.html +1 -1
- 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-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/fileupload.template.html +1 -1
- package/dist/components/templates/form.template.html +1 -1
- package/dist/components/templates/icon.template.html +1 -1
- package/dist/components/templates/input/crn-input-password.template.html +1 -0
- package/dist/components/templates/navbar.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/timeline.designtime.html +1 -0
- package/dist/components/templates/timeline.template.html +1 -0
- package/dist/css/app.css +1 -1
- package/dist/css/cronos.css +1 -1
- package/dist/css/modalTemplate.css +1 -1
- package/dist/css/privacy/privacy.css +1 -0
- package/dist/css/reset_password.css +1 -0
- package/dist/css/signup.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/animations.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/container.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/fade.css +0 -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/{fuse/components_css → _bootswatch-v3.3.6}/media.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/visible.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
- package/dist/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -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/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -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 -13
- package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -13
- package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -13
- package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -13
- 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/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -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 -13
- package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- 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 -12
- package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -13
- package/dist/css/themes/custom/material/components_css/crn-button.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -1
- package/dist/css/themes/custom/material/components_css/login.css +1 -1
- package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- 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/paper/custom-paper.min.css +1 -13
- package/dist/css/themes/custom/readable/custom-readable.min.css +1 -13
- package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -13
- package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -13
- package/dist/css/themes/custom/slate/custom-slate.min.css +1 -13
- package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -13
- package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -13
- package/dist/css/themes/custom/united/custom-united.min.css +1 -13
- package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -13
- package/dist/css/themes/dsgov.min.css +1 -0
- package/dist/css/themes/material_raiz.min.css +1 -0
- package/dist/i18n/locale_en_us.json +10 -0
- package/dist/i18n/locale_pt_br.json +11 -1
- package/dist/img/cron-icon/crn-eight-twelve-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-signature-pad.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/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/web.png +0 -0
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/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/i18n/locale_en_us.json +10 -0
- package/i18n/locale_pt_br.json +11 -1
- package/img/cron-icon/crn-frame.svg +30 -0
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-timeline.svg +29 -0
- package/img/cron-icon/cron-breadrumb.svg +638 -0
- package/img/img-user.svg +10 -1
- package/img/web.png +0 -0
- package/js/app.js +18 -14
- package/js/controllers.js +83 -4
- package/js/customStateProvider.js +6 -0
- package/js/dashboard/dashboard.service.js +297 -0
- package/js/directives.js +535 -81
- package/js/reports/reports.service.js +27 -0
- package/js/stateProvider.js +6 -0
- package/package.json +6 -4
- package/postupdate.json +34 -5
- package/components/crn-label.components.json +0 -72
- package/dist/css/themes/custom/fuse/components_css/embed-responsive.css +0 -1
- package/dist/css/themes/custom/fuse/components_css/visible.css +0 -1
|
@@ -0,0 +1,830 @@
|
|
|
1
|
+
<h1 class="title component-holder text-left" xattr-position="text-left" xattr-type="h1"
|
|
2
|
+
data-component="crn-text-component" id="crn-text-component-604522">Elementos</h1>
|
|
3
|
+
<div class="component-holder ng-scope col-md-12" data-component="crn-panel" id="crn-panel-501134"></div>
|
|
4
|
+
<div class="component-holder ng-scope" data-component="crn-grid" id="crn-grid-737873">
|
|
5
|
+
<div crn-datasource="" class="k-grid k-widget k-display-block k-grid-content">
|
|
6
|
+
<table class="">
|
|
7
|
+
<thead>
|
|
8
|
+
<tr class="table-header k-grid-header"></tr>
|
|
9
|
+
</thead>
|
|
10
|
+
<tbody>
|
|
11
|
+
<tr class="table-content" data-container="true" ng-repeat="rowData in datasource.data"></tr>
|
|
12
|
+
</tbody>
|
|
13
|
+
</table>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="component-holder ng-scope" data-component="crn-grid" id="crn-grid-602632">
|
|
17
|
+
<div crn-datasource="" class="k-grid k-widget k-display-block k-grid-content">
|
|
18
|
+
<table class="">
|
|
19
|
+
<thead>
|
|
20
|
+
<tr class="table-header k-grid-header">
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
</tr>
|
|
24
|
+
</thead>
|
|
25
|
+
<tbody>
|
|
26
|
+
<tr class="table-content" data-container="true" ng-repeat="rowData in datasource.data">
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</tr>
|
|
30
|
+
</tbody>
|
|
31
|
+
</table>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true" id="crn-table-810219">
|
|
35
|
+
<div crn-datasource="" class=""></div>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true" id="crn-table-622756">
|
|
38
|
+
<div crn-datasource="" class="">
|
|
39
|
+
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
<div class="panel panel-primary component-holder" xattr-theme="panel-primary" data-container="true" id="crn-panel-82634"
|
|
43
|
+
data-component="crn-panel">
|
|
44
|
+
<div class="panel-body" data-container="true" id="panel-body-1442">
|
|
45
|
+
<datasource data-component="crn-datasource" class="component-holder" name="Pais" entity="dados.Pais"
|
|
46
|
+
keys="_objectKey" rows-per-page="100"
|
|
47
|
+
schema="[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}]"
|
|
48
|
+
parameters="" dependent-lazy-post="" lazy="true" condition="" checkrequired=""></datasource>
|
|
49
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
50
|
+
id="crn-text-component-812261">Calendário</h1>
|
|
51
|
+
<div class="component-holder ng-scope" data-component="crn-cron-calendar" id="crn-cron-calendar-101447">
|
|
52
|
+
<cron-calendar ng-model="vars.cronCalendar7818" options="" class=""></cron-calendar>
|
|
53
|
+
</div>
|
|
54
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
55
|
+
id="crn-text-component-57361">Grade</h1>
|
|
56
|
+
<div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-39263">
|
|
57
|
+
<cron-grid
|
|
58
|
+
options="{"dataSourceScreen":{"name":"Pais","entity":"dados.Pais","entityDataSource":{"id":"dados.Pais","customId":"Pais","name":"Pais","customQueryName":"dados.Pais","paramValues":[],"entityFullName":"dados.entity.Pais","schemaFields":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"type":"entity","hasError":false},"keys":"_objectKey","schema":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"parameters":"","dependentLazyPost":"","lazy":"true","id":"927","oldName":""},"allowPaging":true,"allowSorting":true,"allowGrouping":false,"allowSelectionTotalPageToShow":true,"allowRefreshGrid":true,"allowSelectionRow":true,"batchMode":true,"hideModalButtons":false,"editable":"inline","pathView":"src/main/webapp/views/logged/componentes.view.html","modelGrid":"custom","columns":[{"dataType":"Database","field":"id","headerText":"Id","type":"string","sortable":false,"filterable":false,"visible":false,"visibleCrud":true,"linkParentType":"screen","linkParentLoadIfEmpty":false,"required":true,"alignment":"left","showAsImage":false,"blocklyInfo":{"blocklyParams":[]},"inputType":"default","comboboxOptions":{"dataSourceScreen":{"entityDataSource":{"hasError":false},"schema":[]},"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"customTemplate":false},"aggregates":[],"widthDevices":[]},{"dataType":"Database","field":"nomeDoPais","headerText":"Nome Do Pais","type":"string","sortable":true,"filterable":true,"visible":true,"visibleCrud":true,"linkParentType":"screen","linkParentLoadIfEmpty":false,"required":true,"alignment":"left","showAsImage":false,"blocklyInfo":{"blocklyParams":[]},"inputType":"default","comboboxOptions":{"dataSourceScreen":{"entityDataSource":{"hasError":false},"schema":[]},"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"customTemplate":false},"aggregates":[],"widthDevices":[]},{"dataType":"Database","field":"_objectKey","headerText":"Object Key","type":"string","sortable":false,"filterable":false,"visible":false,"visibleCrud":false,"linkParentType":"screen","linkParentLoadIfEmpty":false,"required":true,"alignment":"left","showAsImage":false,"blocklyInfo":{"blocklyParams":[]},"inputType":"default","comboboxOptions":{"dataSourceScreen":{"entityDataSource":{"hasError":false},"schema":[]},"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"customTemplate":false},"aggregates":[],"widthDevices":[]},{"dataType":"Command","headerText":"{{ 'Action' | translate }}","sortable":false,"filterable":false,"visible":true,"visibleCrud":false,"linkParentType":"screen","linkParentLoadIfEmpty":false,"command":"edit|destroy","required":false,"showAsImage":false,"blocklyInfo":{"blocklyParams":[]},"inputType":"default","comboboxOptions":{"dataSourceScreen":{"entityDataSource":{"hasError":false},"schema":[]},"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"customTemplate":false},"aggregates":[],"widthDevices":[]}],"toolBarButtons":[{"type":"Native","title":"create","blocklyInfo":{"blocklyParams":[]}},{"type":"Title","blocklyInfo":{"blocklyParams":[]},"template":"<div class=\"crn-grid-title\">Grade</div>"}],"details":[],"groupings":[]}"
|
|
59
|
+
ng-model="vars.grid7305" scrollable="false" class=""></cron-grid>
|
|
60
|
+
</div>
|
|
61
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
62
|
+
id="crn-text-component-15431">Caixa de Seleção Dinâmica</h1>
|
|
63
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-dynamic-combobox">
|
|
64
|
+
<div class="form-group" id="cron-crn-enterprise-dynamic-combobox-69363777631"><label
|
|
65
|
+
for="cron-crn-enterprise-dynamic-combobox-69363777631">Label</label>
|
|
66
|
+
<cron-dynamic-select
|
|
67
|
+
options="{"headerTemplate":"","footerTemplate":"","dataSourceScreen":{"name":"Pais","entity":"dados.Pais","entityDataSource":{"id":"dados.Pais","customId":"Pais","name":"Pais","customQueryName":"dados.Pais","paramValues":[],"entityFullName":"dados.entity.Pais","schemaFields":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"type":"entity","hasError":false},"keys":"_objectKey","rowsPerPage":"100","schema":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"parameters":"","condition":"","dependentLazyPost":"","lazy":"true","checkrequired":"","onBeforeCreate":"","onAfterCreate":"","onBeforeUpdate":"","onAfterUpdate":"","onBeforeDelete":"","onAfterDelete":"","onAfterFill":"","dataComponent":"crn-datasource","id":"","oldName":""},"filter":"startswith","dataTextField":"nomeDoPais","dataValueField":"_objectKey","dynamic":true,"valuePrimitive":true,"dropDownList":true,"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","firstValue":false,"changeCursor":true,"customTemplate":false}"
|
|
68
|
+
ng-required="false" id="cron-crn-enterprise-dynamic-combobox-69363777631"
|
|
69
|
+
ng-model="vars.dynCombobox150160291" class="k-textbox crn-select form-control"
|
|
70
|
+
style=""></cron-dynamic-select>
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
74
|
+
id="crn-text-component-68861">Botão</h1>
|
|
75
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-313177">
|
|
76
|
+
<button class="btn k-button btn-block btn-default" ng-click="" xattr-fullsize="btn-block"
|
|
77
|
+
xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
78
|
+
icon-theme="color-white"></i> <span
|
|
79
|
+
class="color-white" text-theme="color-white">Button</span></button>
|
|
80
|
+
</div>
|
|
81
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-68751">
|
|
82
|
+
<button class="btn k-button btn-block btn-primary" ng-click="" xattr-fullsize="btn-block"
|
|
83
|
+
xattr-theme="btn-primary" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
84
|
+
icon-theme="color-white"></i> <span
|
|
85
|
+
class="color-white" text-theme="color-white">Button</span></button>
|
|
86
|
+
</div>
|
|
87
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-32381">
|
|
88
|
+
<button class="btn k-button btn-block btn-success" ng-click="" xattr-fullsize="btn-block"
|
|
89
|
+
xattr-theme="btn-success" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
90
|
+
icon-theme="color-white"></i> <span
|
|
91
|
+
class="color-white" text-theme="color-white">Button</span></button>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-15291">
|
|
94
|
+
<button class="btn k-button btn-block btn-info" ng-click="" xattr-fullsize="btn-block"
|
|
95
|
+
xattr-theme="btn-info" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
96
|
+
icon-theme="color-white"></i> <span class="color-white"
|
|
97
|
+
text-theme="color-white">Button</span>
|
|
98
|
+
</button>
|
|
99
|
+
</div>
|
|
100
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-76741">
|
|
101
|
+
<button class="btn k-button btn-block btn-warning" ng-click="" xattr-fullsize="btn-block"
|
|
102
|
+
xattr-theme="btn-warning" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
103
|
+
icon-theme="color-white"></i> <span
|
|
104
|
+
class="color-white" text-theme="color-white">Button</span></button>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-22301">
|
|
107
|
+
<button class="btn k-button btn-block btn-danger" ng-click="" xattr-fullsize="btn-block"
|
|
108
|
+
xattr-theme="btn-danger" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
109
|
+
icon-theme="color-white"></i> <span
|
|
110
|
+
class="color-white" text-theme="color-white">Button</span></button>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-27141">
|
|
113
|
+
<button class="btn k-button btn-block btn-light" ng-click="" xattr-fullsize="btn-block"
|
|
114
|
+
xattr-theme="btn-light" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
115
|
+
icon-theme="color-white"></i> <span class="color-white"
|
|
116
|
+
text-theme="color-white">Button</span>
|
|
117
|
+
</button>
|
|
118
|
+
</div>
|
|
119
|
+
<div class="component-holder ng-scope" data-component="crn-button" id="crn-button-62631">
|
|
120
|
+
<button class="btn k-button btn-block btn-link" ng-click="" xattr-fullsize="btn-block"
|
|
121
|
+
xattr-theme="btn-link" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
|
|
122
|
+
icon-theme="color-white"></i> <span class="color-white"
|
|
123
|
+
text-theme="color-white">Button</span>
|
|
124
|
+
</button>
|
|
125
|
+
</div>
|
|
126
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
127
|
+
id="crn-text-component-29441">Entrada de Texto</h1>
|
|
128
|
+
<div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-885271">
|
|
129
|
+
<div class="form-group"><label for="input111">Label</label><input type="text" mask="" mask-placeholder=""
|
|
130
|
+
ng-required="false"
|
|
131
|
+
ng-model="vars.input111"
|
|
132
|
+
class="form-control k-textbox"
|
|
133
|
+
id="input111"
|
|
134
|
+
placeholder="Placeholder text"></div>
|
|
135
|
+
</div>
|
|
136
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
137
|
+
id="crn-text-component-79331">Caixa de Checagem</h1>
|
|
138
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-checkbox"
|
|
139
|
+
id="crn-enterprise-checkbox-881130">
|
|
140
|
+
<div class="form-group checkbox-blue" checkbox-theme="checkbox-blue"><input type="checkbox"
|
|
141
|
+
id="vars.checkbox9458"
|
|
142
|
+
ng-model="vars.checkbox9458"
|
|
143
|
+
class="k-checkbox"
|
|
144
|
+
ng-initial-value="false"
|
|
145
|
+
crn-allow-null-values="true"
|
|
146
|
+
ng-false-value="false"
|
|
147
|
+
ng-true-value="true"><label
|
|
148
|
+
class="k-checkbox-label" for="vars.checkbox9458">Label</label></div>
|
|
149
|
+
</div>
|
|
150
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
151
|
+
id="crn-text-component-93201">Imagem dinâmica</h1>
|
|
152
|
+
<div class="form-group component-holder" data-component="crn-dynamic-image" id="crn-dynamic-image-940709"><label
|
|
153
|
+
for="img-8002-button">Imagem</label>
|
|
154
|
+
<div id="img-8002" dynamic-image="" ng-model="vars.dynamicimage8002" class="dynamic-image-container"
|
|
155
|
+
ng-required="false" max-file-size="5MB">{{"template.crud.clickOrDragAnImage" | translate}}
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
159
|
+
id="crn-text-component-76901">Caixa de Seleção Fixa</h1>
|
|
160
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-combobox">
|
|
161
|
+
<div class="form-group" id="cron-crn-enterprise-combobox-174803"><label
|
|
162
|
+
for="cron-crn-enterprise-combobox-174803" class="">Label</label>
|
|
163
|
+
<cron-select
|
|
164
|
+
options="{"headerTemplate":"","template":"","footerTemplate":"","placeholder":"Selecione um item...","dataSourceScreen":{"schema":[]},"filter":"contains","dataTextField":"value","dataValueField":"key","dynamic":false,"valuePrimitive":true,"relationDataSource":{"schema":[]},"staticDataSource":[{"key":"1","value":"Valor 1"},{"key":"2","value":"Valor 2"},{"key":"3","value":"Valor 3"}],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","firstValue":false,"changeCursor":true}"
|
|
165
|
+
ng-required="false" id="cron-crn-enterprise-combobox-174803" ng-model="vars.combobox2326"
|
|
166
|
+
class="crn-select form-control k-textbox" style=""></cron-select>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
170
|
+
id="crn-text-component-78421">Caixa de Seleção Múltipla</h1>
|
|
171
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-combobox-multiple"
|
|
172
|
+
id="crn-enterprise-combobox-multiple-794730">
|
|
173
|
+
<div class="form-group combobox-gray" combobox-theme="combobox-gray"><label
|
|
174
|
+
for="cron-crn-enterprise-combobox-multiple-794730-container">Label</label>
|
|
175
|
+
<cron-multi-select
|
|
176
|
+
options="{"headerTemplate":"","footerTemplate":"","dataSourceScreen":{"name":"Pais","entity":"dados.Pais","entityDataSource":{"id":"dados.Pais","customId":"Pais","name":"Pais","customQueryName":"dados.Pais","paramValues":[],"entityFullName":"dados.entity.Pais","schemaFields":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"type":"entity","hasError":false},"keys":"_objectKey","rowsPerPage":"100","schema":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"parameters":"","condition":"","dependentLazyPost":"","lazy":"true","checkrequired":"","onBeforeCreate":"","onAfterCreate":"","onBeforeUpdate":"","onAfterUpdate":"","onBeforeDelete":"","onAfterDelete":"","onAfterFill":"","dataComponent":"crn-datasource","id":"","oldName":""},"filter":"startswith","dataTextField":"nomeDoPais","dataValueField":"_objectKey","dynamic":true,"valuePrimitive":true,"dropDownList":false,"multiple":true,"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","firstValue":false,"changeCursor":true,"customTemplate":false,"dontAllowOutsideList":true}"
|
|
177
|
+
ng-required="false" id="cron-crn-enterprise-combobox-multiple-794730"
|
|
178
|
+
ng-model="vars.multipleCombobox3898"
|
|
179
|
+
class="crn-select form-control k-content"></cron-multi-select>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
183
|
+
id="crn-text-component-73291">Texto Simples</h1><span data-component="crn-span" class="component-holder"
|
|
184
|
+
id="crn-span-683607">Text</span>
|
|
185
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
186
|
+
id="crn-text-component-26161">Texto Simples</h1>
|
|
187
|
+
<cron-dynamic-menu
|
|
188
|
+
options="{"subMenuOptions":[{"id":"qxfhylqx9sh1","name":"Menu 1","title":"Menu 1","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"qe1juldmy0kk","name":"Menu A","title":"Menu A","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]},{"id":"1jenqtqrij8mb","name":"Menu 2","title":"Menu 2","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"urgv85ip8603","name":"Menu B","title":"Menu B","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}]}"
|
|
189
|
+
data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-333058">Dynamic Menu
|
|
190
|
+
</cron-dynamic-menu>
|
|
191
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
192
|
+
id="crn-text-component-17881"><br><br>Abas</h1>
|
|
193
|
+
<div class="component-holder ng-scope" data-component="crn-tabs" id="crn-tabs-163185">
|
|
194
|
+
<div class="ctn-tab">
|
|
195
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
196
|
+
<li role="presentation" class="active"><a data-target="#tab1" role="tab" data-toggle="tab"
|
|
197
|
+
data-container="true">First Tab</a></li>
|
|
198
|
+
<li role="presentation" class=""><a data-target="#tab2" role="tab" data-toggle="tab"
|
|
199
|
+
data-container="true">Second Tab</a></li>
|
|
200
|
+
</ul>
|
|
201
|
+
<div class="tab-content">
|
|
202
|
+
<div role="tabpanel" class="tab-pane active" id="tab1">
|
|
203
|
+
<div data-container="true" data-replace="true"></div>
|
|
204
|
+
</div>
|
|
205
|
+
<div role="tabpanel" class="tab-pane" id="tab2">
|
|
206
|
+
<div data-container="true" data-replace="true"></div>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
</div>
|
|
211
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
212
|
+
id="crn-text-component-91261">Acordeão</h1>
|
|
213
|
+
<div class="component-holder ng-scope" data-component="crn-accordion" id="crn-accordion-619489">
|
|
214
|
+
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
|
|
215
|
+
<div class="panel panel-default">
|
|
216
|
+
<div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse"
|
|
217
|
+
data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
|
218
|
+
<div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
|
|
219
|
+
class="text-center title component-holder h3" xattr-position="h1 text-center"
|
|
220
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and change the
|
|
221
|
+
component</h1></div>
|
|
222
|
+
</div>
|
|
223
|
+
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel"
|
|
224
|
+
aria-labelledby="headingOne">
|
|
225
|
+
<div class="panel-body" data-container="true">
|
|
226
|
+
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
|
|
227
|
+
class="text-center title component-holder h3" xattr-position="h3 text-center"
|
|
228
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and insert
|
|
229
|
+
component</h1></div>
|
|
230
|
+
</div>
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="panel panel-default">
|
|
234
|
+
<div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse"
|
|
235
|
+
data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
|
236
|
+
<div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
|
|
237
|
+
class="text-center title component-holder h3" xattr-position="h1 text-center"
|
|
238
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and change the
|
|
239
|
+
component</h1></div>
|
|
240
|
+
</div>
|
|
241
|
+
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
|
|
242
|
+
<div class="panel-body" data-container="true">
|
|
243
|
+
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
|
|
244
|
+
class="text-center title component-holder h3" xattr-position="h3 text-center"
|
|
245
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and insert
|
|
246
|
+
component</h1></div>
|
|
247
|
+
</div>
|
|
248
|
+
</div>
|
|
249
|
+
</div>
|
|
250
|
+
<div class="panel panel-default">
|
|
251
|
+
<div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse"
|
|
252
|
+
data-parent="#accordion" href="#collapseThree" aria-expanded="false"
|
|
253
|
+
aria-controls="collapseThree">
|
|
254
|
+
<div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
|
|
255
|
+
class="text-center title component-holder h3" xattr-position="h1 text-center"
|
|
256
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and change the
|
|
257
|
+
component</h1></div>
|
|
258
|
+
</div>
|
|
259
|
+
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel"
|
|
260
|
+
aria-labelledby="headingThree">
|
|
261
|
+
<div class="panel-body" data-container="true">
|
|
262
|
+
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
|
|
263
|
+
class="text-center title component-holder h3" xattr-position="h3 text-center"
|
|
264
|
+
xattr-type="h3" data-component="crn-text-component">Ungroup and insert
|
|
265
|
+
component</h1></div>
|
|
266
|
+
</div>
|
|
267
|
+
</div>
|
|
268
|
+
</div>
|
|
269
|
+
</div>
|
|
270
|
+
</div>
|
|
271
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
272
|
+
id="crn-text-component-13811">Área de Texto</h1>
|
|
273
|
+
<div class="component-holder ng-scope" data-component="crn-textarea" id="crn-textarea-795638">
|
|
274
|
+
<div class="form-group"><label for="textArea8428">Label:</label><textarea id="textArea8428"
|
|
275
|
+
ng-model="vars.textarea8428"
|
|
276
|
+
maxlength="300"
|
|
277
|
+
style="resize:none"
|
|
278
|
+
resize="resize:none;"
|
|
279
|
+
class="form-control k-textbox"
|
|
280
|
+
rows="5"></textarea></div>
|
|
281
|
+
</div>
|
|
282
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
283
|
+
id="crn-text-component-87811">Auto Completar</h1>
|
|
284
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
285
|
+
id="crn-text-component-87781">Auto Completar Dinâmico</h1>
|
|
286
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-dynamic-autocomplete"
|
|
287
|
+
id="crn-enterprise-dynamic-autocomplete-747145">
|
|
288
|
+
<div class="form-group" id="crn-enterprise-dynamic-autocomplete-747145"><label
|
|
289
|
+
for="cron-crn-enterprise-dynamic-autocomplete-747145">Label</label>
|
|
290
|
+
<cron-auto-complete
|
|
291
|
+
options="{"headerTemplate":"","footerTemplate":"","dataSourceScreen":{"name":"Pais","entity":"dados.Pais","entityDataSource":{"id":"dados.Pais","customId":"Pais","name":"Pais","customQueryName":"dados.Pais","paramValues":[],"entityFullName":"dados.entity.Pais","schemaFields":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"type":"entity","hasError":false},"keys":"_objectKey","rowsPerPage":"100","schema":[{"name":"id","type":"String","nullable":false,"key":false},{"name":"nomeDoPais","type":"String","nullable":false,"key":false},{"name":"_objectKey","type":"String","nullable":false,"key":true}],"parameters":"","condition":"","dependentLazyPost":"","lazy":"true","checkrequired":"","onBeforeCreate":"","onAfterCreate":"","onBeforeUpdate":"","onAfterUpdate":"","onBeforeDelete":"","onAfterDelete":"","onAfterFill":"","dataComponent":"crn-datasource","id":"","oldName":""},"filter":"startswith","dataTextField":"nomeDoPais","dataValueField":"_objectKey","dynamic":true,"autoComplete":true,"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","customTemplate":false}"
|
|
292
|
+
ng-required="false" id="cron-crn-enterprise-dynamic-autocomplete-747145"
|
|
293
|
+
ng-model="vars.dynAutocomplete2139" class="crn-select form-control k-textbox"
|
|
294
|
+
style=""></cron-auto-complete>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
<div class="component-holder ng-scope" data-component="crn-enterprise-autocomplete"
|
|
298
|
+
id="crn-enterprise-autocomplete-280204">
|
|
299
|
+
<div class="form-group"><label for="cron-crn-enterprise-autocomplete-280204">Label</label>
|
|
300
|
+
<cron-auto-complete
|
|
301
|
+
options="{"headerTemplate":"","template":"","footerTemplate":"","placeholder":"Selecione um Item","dataSourceScreen":{"entityDataSource":{"hasError":false},"schema":[]},"filter":"contains","dataTextField":"value","dataValueField":"key","dynamic":false,"valuePrimitive":true,"autoComplete":true,"relationDataSource":{"entityDataSource":{"hasError":false},"schema":[]},"staticDataSource":[{"key":"VALOR 1","value":"VALOR 1"},{"key":"VALOR 2","value":"VALOR 2"},{"key":"VALOR 3","value":"VALOR 3"}],"filterKeyValues":{"":"","contains":"Contendo","startswith":"Iniciando com","endswith":"Final com"},"initValue":"","customTemplate":false}"
|
|
302
|
+
ng-required="false" id="cron-crn-enterprise-autocomplete-280204" ng-model="vars.autocomplete752"
|
|
303
|
+
class="crn-select form-control" style=""></cron-auto-complete>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
306
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
307
|
+
id="crn-text-component-77901">Avaliação</h1>
|
|
308
|
+
<div data-component="crn-rating" class="component-holder" id="crn-rating-741881">
|
|
309
|
+
<cronapp-rating ng-model="vars.evaluation6761" icon-off="fa fa-star-o" xattr-default-value=""><i
|
|
310
|
+
style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
|
|
311
|
+
class="component-holder fa fa-star"></i> <i style="font-size: 200%; color: #3A3A3A"
|
|
312
|
+
icon-theme="color: #3A3A3A;" icon-size=""
|
|
313
|
+
class="component-holder fa fa-star"></i> <i
|
|
314
|
+
style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
|
|
315
|
+
class="component-holder fa fa-star"></i> <i style="font-size: 200%; color: #3A3A3A"
|
|
316
|
+
icon-theme="color: #3A3A3A;" icon-size=""
|
|
317
|
+
class="component-holder fa fa-star"></i> <i
|
|
318
|
+
style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
|
|
319
|
+
class="component-holder fa fa-star"></i></cronapp-rating>
|
|
320
|
+
</div>
|
|
321
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
322
|
+
id="crn-text-component-17441">Banner</h1>
|
|
323
|
+
<div class="jumbotron component-holder" data-component="crn-jumbotron" data-replace="true"
|
|
324
|
+
id="crn-jumbotron-355150"><h1 data-component="crn-title" data-replace="true"
|
|
325
|
+
class="component-holder text-center" xattr-position="text-center">Title</h1>
|
|
326
|
+
<h2 data-component="crn-subtitle" data-replace="true" class="component-holder text-center"
|
|
327
|
+
xattr-position="text-center">Subtitle</h2></div>
|
|
328
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
329
|
+
id="crn-text-component-57201">Barra de Navegação</h1>
|
|
330
|
+
<div class="component-holder ng-scope" data-component="crn-navbar" id="crn-navbar-378419">
|
|
331
|
+
<nav class="navbar navbar-default">
|
|
332
|
+
<div class="container-fluid">
|
|
333
|
+
<div class="navbar-header">
|
|
334
|
+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
|
|
335
|
+
data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span
|
|
336
|
+
class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
|
|
337
|
+
class="icon-bar"></span> <span class="icon-bar"></span></button>
|
|
338
|
+
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image"
|
|
339
|
+
href="#/home"><img alt="cronapp-logo"
|
|
340
|
+
src="node_modules/cronapp-framework-js/dist/img/logo.svg"
|
|
341
|
+
style="width:101px; margin-top:-4px" id="crn-navbar-logo"
|
|
342
|
+
data-component="crn-image"></a></div>
|
|
343
|
+
<div id="navbar" class="navbar-collapse collapse">
|
|
344
|
+
<ul class="nav navbar-nav" style="float:none">
|
|
345
|
+
<li class="dropdown component-holder" data-component=""><a href="#/home"
|
|
346
|
+
class="dropdown-toggle"
|
|
347
|
+
data-toggle="dropdown"
|
|
348
|
+
role="button"
|
|
349
|
+
aria-haspopup="true"
|
|
350
|
+
aria-expanded="false"><i
|
|
351
|
+
class="fa fa-lg fa-home"></i> <span ___content="{Home}" ______content="{Home}"
|
|
352
|
+
_________content="{{"Home.view.Home" | translate}}">{Home}</span></a>
|
|
353
|
+
</li>
|
|
354
|
+
<cron-dynamic-menu
|
|
355
|
+
options="{"escope":"WEB","subMenuOptions":[{"id":"qxfhylqx9sh1","name":"Menu 1","title":"Menu 1","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"qe1juldmy0kk","name":"Menu A","title":"Menu A","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]},{"id":"1jenqtqrij8mb","name":"Menu 2","title":"Menu 2","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"urgv85ip8603","name":"Menu B","title":"Menu B","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}]}"
|
|
356
|
+
data-component="crn-dynamic-menu" class="component-holder"
|
|
357
|
+
id="crn-dynamic-menu-226965">Dynamic Menu
|
|
358
|
+
</cron-dynamic-menu>
|
|
359
|
+
</ul>
|
|
360
|
+
</div>
|
|
361
|
+
</div>
|
|
362
|
+
</nav>
|
|
363
|
+
</div>
|
|
364
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
365
|
+
id="crn-text-component-5841">Cabeçalho</h1>
|
|
366
|
+
<div class="component-holder" data-component="crn-header" id="crn-header-522128"><h1
|
|
367
|
+
class="text-left title component-holder col-lg-8 col-sm-8 col-xs-8 h3 col-md-10"
|
|
368
|
+
xattr-position="h1 text-left" xattr-type="h3" data-component="crn-text-component"
|
|
369
|
+
id="crn-text-component-6417">Title</h1>
|
|
370
|
+
<div class="component-holder ng-scope col-lg-4 col-sm-4 col-xs-4 col-md-2" data-component="crn-button"
|
|
371
|
+
id="crn-button-6417">
|
|
372
|
+
<button class="btn k-button btn-light btn-block" ng-click="" xattr-fullsize="btn-block"
|
|
373
|
+
xattr-theme="btn-light" xattr-disabled=""><i class="glyphicon glyphicon-log-in"></i> <span>Button</span>
|
|
374
|
+
</button>
|
|
375
|
+
</div>
|
|
376
|
+
</div>
|
|
377
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
378
|
+
id="crn-text-component-46491">Código QR</h1>
|
|
379
|
+
<div qr="true" ng-model="vars.QR6878" data-component="crn-QRCode" class="component-holder"
|
|
380
|
+
id="crn-QRCode-259391">
|
|
381
|
+
<div class=""></div>
|
|
382
|
+
</div>
|
|
383
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
384
|
+
id="crn-text-component-23401">Data</h1>
|
|
385
|
+
<div class="component-holder ng-scope" data-component="crn-datepicker" id="crn-datepicker-143915">
|
|
386
|
+
<div class="form-group"><label for="label-crn-datepicker-143915">Label</label><input type="date" mask=""
|
|
387
|
+
mask-placeholder=""
|
|
388
|
+
ng-required="false"
|
|
389
|
+
ng-model="vars.datecrn-datepicker-143915"
|
|
390
|
+
class="form-control k-textbox"
|
|
391
|
+
id="input-crn-datepicker-143915">
|
|
392
|
+
</div>
|
|
393
|
+
</div>
|
|
394
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
395
|
+
id="crn-text-component-71881">Data e Hora</h1>
|
|
396
|
+
<div class="component-holder ng-scope" data-component="crn-datetimepicker" id="crn-datetimepicker-1044974">
|
|
397
|
+
<div class="form-group"><label for="datetime-crn-datetimepicker-1044974">Label</label><input type="datetime"
|
|
398
|
+
id="datetime-crn-datetimepicker-1044974"
|
|
399
|
+
class="form-control k-textbox"
|
|
400
|
+
mask=""
|
|
401
|
+
ng-model="vars.datetime8322"
|
|
402
|
+
ng-required="false">
|
|
403
|
+
</div>
|
|
404
|
+
</div>
|
|
405
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
406
|
+
id="crn-text-component-3961">Editor de Texto Rico</h1>
|
|
407
|
+
<div class="component-holder ng-scope" data-component="crn-cron-rich-editor" id="crn-cron-rich-editor-422235">
|
|
408
|
+
<cron-rich-editor ng-model="vars.richEditor8702"
|
|
409
|
+
options="{"allowFullScreen":true,"allowPage":true,"allowPrint":true,"allowTransferArea":true,"allowDoUndo":true,"allowSymbol":true,"allowEmbeddedImage":true,"allowFont":true,"allowLinks":true,"allowParagraph":true,"allowFormulas":true,"showMenuBar":true,"showStatusBar":true,"allowReadonly":false,"contentStyle":""}">
|
|
410
|
+
<img width="100%" src="node_modules/cronapp-framework-js/dist/img/cronRichEditor.png">
|
|
411
|
+
</cron-rich-editor>
|
|
412
|
+
</div>
|
|
413
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
414
|
+
id="crn-text-component-75111">Entrada de Texto com Botão</h1>
|
|
415
|
+
<div class="component-holder ng-scope" data-component="crn-textinputbutton" id="crn-textinputbutton-546233">
|
|
416
|
+
<label class="form-group" for="inputButton5267">Label</label>
|
|
417
|
+
<div class="form-inline form-group">
|
|
418
|
+
<div class="input-group"><input id="inputButton5267" type="text" mask="" mask-placeholder=""
|
|
419
|
+
ng-required="false" class="form-control k-textbox"
|
|
420
|
+
ng-model="vars.input5267" placeholder="Placeholder text"></div>
|
|
421
|
+
<button class="btn component-holder btn-success k-button" type="submit" ng-click="" xattr-size=""
|
|
422
|
+
xattr-fullsize="" xattr-theme="btn-succes" data-component="crn-button" id="crn-button-5267"><i
|
|
423
|
+
class=""></i><span>Button</span></button>
|
|
424
|
+
</div>
|
|
425
|
+
</div>
|
|
426
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
427
|
+
id="crn-text-component-9931">Entrada de Texto com Ícone</h1>
|
|
428
|
+
<div class="component-holder ng-scope" data-component="crn-textinputicon" id="crn-textinputicon-140331">
|
|
429
|
+
<div><label class="form-group" for="inputButton-7391">Label</label>
|
|
430
|
+
<div class="input-group"><span class="k-button"><i class="glyphicon glyphicon-search"
|
|
431
|
+
aria-hidden="true"></i> </span><input
|
|
432
|
+
id="inputButton-7391" type="text" mask="" mask-placeholder="" ng-required="false"
|
|
433
|
+
class="k-textbox" ng-model="vars.input7391" placeholder="Placeholder text"></div>
|
|
434
|
+
</div>
|
|
435
|
+
</div>
|
|
436
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
437
|
+
id="crn-text-component-67851">Envio de Arquivo</h1>
|
|
438
|
+
<div class="component-holder" data-component="crn-upload" id="crn-upload-235878">
|
|
439
|
+
<form action="" method="post" enctype="multipart/form-data"><label
|
|
440
|
+
class="component-holder btn btn-primary k-button" xattr-theme="btn-primary"
|
|
441
|
+
data-component="crn-upload-file"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file"
|
|
442
|
+
style="display:none"
|
|
443
|
+
onchange="$('#upload-file-info').html($(this).val().split('\\')[2])">
|
|
444
|
+
<span>Upload</span></label><span id="upload-file-info"></span></form>
|
|
445
|
+
</div>
|
|
446
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
447
|
+
id="crn-text-component-50851">Envio de Arquivo Dinâmico</h1>
|
|
448
|
+
<div class="component-holder ng-scope" data-component="crn-dynamic-file" id="crn-dynamic-file-942772">
|
|
449
|
+
<div class="form-group"><label for="file-6096-button">Arquivo</label>
|
|
450
|
+
<div id="file-6096" dynamic-file="" ng-model="vars.dynamicfile6096" class="dynamic-image-container"
|
|
451
|
+
ng-required="false" max-file-size="5MB">{{"template.crud.clickOrDragAnFile" | translate}}
|
|
452
|
+
</div>
|
|
453
|
+
</div>
|
|
454
|
+
</div>
|
|
455
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
456
|
+
id="crn-text-component-18261">Hora
|
|
457
|
+
<div class="component-holder ng-scope" data-component="crn-timepicker" id="crn-timepicker-100380">
|
|
458
|
+
<div class="form-group"><label for="input7978">Label</label><input type="time" mask=""
|
|
459
|
+
mask-placeholder=""
|
|
460
|
+
ng-required="false"
|
|
461
|
+
ng-model="vars.time7978"
|
|
462
|
+
class="form-control k-textbox"
|
|
463
|
+
id="input7978" placeholder="--:--">
|
|
464
|
+
</div>
|
|
465
|
+
</div>
|
|
466
|
+
</h1>
|
|
467
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
468
|
+
id="crn-text-component-80881">Ícone</h1>
|
|
469
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-711425"><i class="fa fa-star" icon-size=""
|
|
470
|
+
icon-theme=""></i></div>
|
|
471
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
472
|
+
id="crn-text-component-7341">Imagem</h1><img alt="image"
|
|
473
|
+
src="node_modules/cronapp-framework-js/img/placehold-100x100.png"
|
|
474
|
+
class="crn-image component-holder" style="object-fit: contain"
|
|
475
|
+
object-fit="object-fit: contain;" xattr-position=""
|
|
476
|
+
width="100px" height="100px" data-component="crn-image"
|
|
477
|
+
id="crn-image-637343">
|
|
478
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
479
|
+
id="crn-text-component-24611">Link</h1><a href="" class="cron-link component-holder" target="_self"
|
|
480
|
+
data-replace="true" data-component="crn-anchor"
|
|
481
|
+
id="crn-anchor-691208">Link</a>
|
|
482
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
483
|
+
id="crn-text-component-51171">Lista de Opção</h1>
|
|
484
|
+
<div class="crn-radiogroup component-holder" ng-model="vars.radio6508" data-component="crn-radiogroup"
|
|
485
|
+
id="crn-radiogroup-613265">
|
|
486
|
+
<div class="k-content" data-component="crn-radioOption"><input class="k-radio" type="radio" crn-value=""
|
|
487
|
+
value="1" name="optionsRadios"
|
|
488
|
+
id="optionsRadios1crn-radiogroup-613265"
|
|
489
|
+
ng-checked=""><label class="k-radio-label"
|
|
490
|
+
for="optionsRadios1crn-radiogroup-613265">Option
|
|
491
|
+
One</label></div>
|
|
492
|
+
<div class="k-content" data-component="crn-radioOption"><input class="k-radio" type="radio" crn-value=""
|
|
493
|
+
value="2" name="optionsRadios"
|
|
494
|
+
id="optionsRadios2crn-radiogroup-613265"
|
|
495
|
+
ng-checked=""><label class="k-radio-label"
|
|
496
|
+
for="optionsRadios2crn-radiogroup-613265">Option
|
|
497
|
+
Two</label></div>
|
|
498
|
+
</div>
|
|
499
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
500
|
+
id="crn-text-component-33911">Lista Não Ordenada</h1>
|
|
501
|
+
<div class="component-holder ng-scope" data-component="crn-unordered-list" id="crn-unordered-list-125682">
|
|
502
|
+
<ul class="list" list-type="list-style-type:disc;" style="list-style-type:disc">
|
|
503
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
504
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
505
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
506
|
+
</ul>
|
|
507
|
+
</div>
|
|
508
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
509
|
+
id="crn-text-component-89821">Lista Ordenada</h1>
|
|
510
|
+
<div class="component-holder ng-scope" data-component="crn-ordered-list" id="crn-ordered-list-415119">
|
|
511
|
+
<ol class="list" type="1">
|
|
512
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
513
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
514
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
515
|
+
</ol>
|
|
516
|
+
</div>
|
|
517
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
518
|
+
id="crn-text-component-90421">Lista Simples</h1>
|
|
519
|
+
<div crn-datasource="" data-component="crn-list" class="component-holder" id="crn-list-211816"
|
|
520
|
+
ng-repeat="rowData in datasource.data"><h1 class="text-center component-holder"
|
|
521
|
+
xattr-position="h1 text-center" xattr-type="h1"
|
|
522
|
+
id="crn-text-component-1666">Title</h1>
|
|
523
|
+
<h3 class="text-center component-holder h3" xattr-position="h3 text-center" xattr-type="h3"
|
|
524
|
+
id="crn-subtitle-component-1666">Subtitle</h3></div>
|
|
525
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
526
|
+
id="crn-text-component-87711">Login Social</h1>
|
|
527
|
+
<div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-social-login"
|
|
528
|
+
id="crn-social-login-430546">
|
|
529
|
+
<ul class="list-inline center-block text-center">
|
|
530
|
+
<li data-container="true">
|
|
531
|
+
<form action="/signin/facebook" method="POST" id="facebook"><input type="hidden" name="scope"
|
|
532
|
+
value="email,public_profile"> <a
|
|
533
|
+
title="Facebook" role="button" onclick="document.getElementById('facebook').submit()">
|
|
534
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
|
|
535
|
+
class="fa fa-2x fa-facebook" style="color: #3A3A3A" icon-theme="" icon-size=""></i>
|
|
536
|
+
</div>
|
|
537
|
+
</a></form>
|
|
538
|
+
</li>
|
|
539
|
+
<li data-container="true">
|
|
540
|
+
<form action="/signin/github" method="POST" id="github"><input type="hidden" name="scope"
|
|
541
|
+
value="email,public_profile"> <a
|
|
542
|
+
title="GitHub" role="button" onclick="document.getElementById('github').submit()">
|
|
543
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
|
|
544
|
+
class="fa fa-2x fa-github-alt" style="color: #3A3A3A" icon-theme="" icon-size=""></i>
|
|
545
|
+
</div>
|
|
546
|
+
</a></form>
|
|
547
|
+
</li>
|
|
548
|
+
<li data-container="true">
|
|
549
|
+
<form action="/signin/linkedin" method="POST" id="linkedin"><input type="hidden" name="scope"
|
|
550
|
+
value="r_emailaddress"> <a
|
|
551
|
+
title="LinkedIn" role="button" onclick="document.getElementById('linkedin').submit()">
|
|
552
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
|
|
553
|
+
class="fa fa-2x fa-linkedin-square" style="color: #3A3A3A" icon-theme=""
|
|
554
|
+
icon-size=""></i></div>
|
|
555
|
+
</a></form>
|
|
556
|
+
</li>
|
|
557
|
+
<li data-container="true">
|
|
558
|
+
<form action="/signin/google" method="POST" id="google"><input type="hidden" name="scope"
|
|
559
|
+
value="email"> <a title="Google"
|
|
560
|
+
role="button"
|
|
561
|
+
onclick="document.getElementById('google').submit()">
|
|
562
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
|
|
563
|
+
class="fa fa-2x fa-google" style="color: #3A3A3A" icon-theme="" icon-size=""></i></div>
|
|
564
|
+
</a></form>
|
|
565
|
+
</li>
|
|
566
|
+
<li data-container="true">
|
|
567
|
+
<form action="/signin/cronapp" method="POST" id="cronapp"><input type="hidden" name="scope"
|
|
568
|
+
value="email"> <a title="CronApp"
|
|
569
|
+
role="button"
|
|
570
|
+
onclick="document.getElementById('cronapp').submit()">
|
|
571
|
+
<div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
|
|
572
|
+
class="fa fa-2x fa-cloud" style="color: #3A3A3A" icon-theme="" icon-size=""></i></div>
|
|
573
|
+
</a></form>
|
|
574
|
+
</li>
|
|
575
|
+
</ul>
|
|
576
|
+
</div>
|
|
577
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
578
|
+
id="crn-text-component-4131">Slider</h1>
|
|
579
|
+
<div class="component-holder ng-scope" data-component="crn-slider" id="crn-slider-284992">
|
|
580
|
+
<div class="form-group"><label for="cron-3435" class="">Label</label>
|
|
581
|
+
<cron-slider
|
|
582
|
+
options="{"increaseButtonTitle":null,"decreaseButtonTitle":null,"min":1,"max":10,"smallStep":1,"largeStep":1,"dragHandleTitle":null}"
|
|
583
|
+
ng-required="false" id="cron-3435" ng-model="vars.slider3435" class="crn-select form-control"
|
|
584
|
+
style=""></cron-slider>
|
|
585
|
+
</div>
|
|
586
|
+
</div>
|
|
587
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
588
|
+
id="crn-text-component-54501">Sub Lista Não Ordenada</h1>
|
|
589
|
+
<div data-component="crn-unordered-sub-list" class="component-holder" id="crn-unordered-sub-list-207101">
|
|
590
|
+
<ul class="sub-list" list-type="list-style-type:disc;" style="list-style-type:disc">
|
|
591
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
592
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
593
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
594
|
+
</ul>
|
|
595
|
+
</div>
|
|
596
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
597
|
+
id="crn-text-component-14721">Sub Lista Ordenada</h1>
|
|
598
|
+
<ol class="sub-list component-holder" type="1" data-component="crn-ordered-sub-list"
|
|
599
|
+
id="crn-ordered-sub-list-514341">
|
|
600
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
601
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
602
|
+
<li data-component="crn-list-item" data-replace="true">Item</li>
|
|
603
|
+
</ol>
|
|
604
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
605
|
+
id="crn-text-component-84051">Sub Lista Ordenada</h1>
|
|
606
|
+
<div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true"
|
|
607
|
+
id="crn-table-341160">
|
|
608
|
+
<div crn-datasource="" class="">
|
|
609
|
+
<table class="table table-hover table-bordered" data-container="true">
|
|
610
|
+
<thead data-container="true" class="">
|
|
611
|
+
<tr class="table-content" data-container="true" data-component="crn-head-row">
|
|
612
|
+
<th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
|
|
613
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
614
|
+
data-replace="true">Content goes here
|
|
615
|
+
</div>
|
|
616
|
+
</th>
|
|
617
|
+
<th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
|
|
618
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
619
|
+
data-replace="true">Content goes here
|
|
620
|
+
</div>
|
|
621
|
+
</th>
|
|
622
|
+
<th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
|
|
623
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
624
|
+
data-replace="true">Content goes here
|
|
625
|
+
</div>
|
|
626
|
+
</th>
|
|
627
|
+
</tr>
|
|
628
|
+
</thead>
|
|
629
|
+
<tbody data-container="true" class="">
|
|
630
|
+
<tr class="table-content" data-container="true" data-component="crn-row"
|
|
631
|
+
ng-repeat="rowData in datasource.data">
|
|
632
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
633
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
634
|
+
data-replace="true">Content goes here
|
|
635
|
+
</div>
|
|
636
|
+
</td>
|
|
637
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
638
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
639
|
+
data-replace="true">Content goes here
|
|
640
|
+
</div>
|
|
641
|
+
</td>
|
|
642
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
643
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
644
|
+
data-replace="true">Content goes here
|
|
645
|
+
</div>
|
|
646
|
+
</td>
|
|
647
|
+
</tr>
|
|
648
|
+
<tr class="table-content" data-container="true" data-component="crn-row">
|
|
649
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
650
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
651
|
+
data-replace="true">Content goes here
|
|
652
|
+
</div>
|
|
653
|
+
</td>
|
|
654
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
655
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
656
|
+
data-replace="true">Content goes here
|
|
657
|
+
</div>
|
|
658
|
+
</td>
|
|
659
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
660
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
661
|
+
data-replace="true">Content goes here
|
|
662
|
+
</div>
|
|
663
|
+
</td>
|
|
664
|
+
</tr>
|
|
665
|
+
<tr class="table-content" data-container="true" data-component="crn-row">
|
|
666
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
667
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
668
|
+
data-replace="true">Content goes here
|
|
669
|
+
</div>
|
|
670
|
+
</td>
|
|
671
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
672
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
673
|
+
data-replace="true">Content goes here
|
|
674
|
+
</div>
|
|
675
|
+
</td>
|
|
676
|
+
<td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
|
|
677
|
+
<div class="" data-component="crn-horizontal-container" data-container="true"
|
|
678
|
+
data-replace="true">Content goes here
|
|
679
|
+
</div>
|
|
680
|
+
</td>
|
|
681
|
+
</tr>
|
|
682
|
+
</tbody>
|
|
683
|
+
</table>
|
|
684
|
+
</div>
|
|
685
|
+
</div>
|
|
686
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
687
|
+
id="crn-text-component-65381">Sub Formulário</h1>
|
|
688
|
+
<div class="component-holder ng-scope" data-component="crn-sub-form" id="crn-sub-form-931610">
|
|
689
|
+
<section class="form">
|
|
690
|
+
<div crn-datasource="" data-component="crn-sub-form">
|
|
691
|
+
<div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
|
|
692
|
+
<button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
693
|
+
data-component="crn-button" ng-click="datasource.startInserting()"><span
|
|
694
|
+
class="k-icon k-i-plus"></span></button>
|
|
695
|
+
<button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
696
|
+
data-component="crn-button" ng-click="datasource.startEditing()"><span
|
|
697
|
+
class="k-icon k-i-edit"></span></button>
|
|
698
|
+
<button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
699
|
+
data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
|
|
700
|
+
ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
|
|
701
|
+
</button>
|
|
702
|
+
<button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
703
|
+
data-component="crn-button" ng-disabled="!datasource.hasNext()"
|
|
704
|
+
ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
|
|
705
|
+
</button>
|
|
706
|
+
<button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
707
|
+
data-component="crn-button" ng-click="datasource.remove()"><span
|
|
708
|
+
class="k-icon k-i-close"></span></button>
|
|
709
|
+
</div>
|
|
710
|
+
<div class="active-bar" ng-hide="!datasource.editing && !datasource.inserting">
|
|
711
|
+
<button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
|
|
712
|
+
id="btn_crud_post41107" data-component="crn-button" ng-click="datasource.post()"><span
|
|
713
|
+
class="k-icon k-i-check"></span></button>
|
|
714
|
+
<button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
715
|
+
id="btn_crud_cancel41107" data-component="crn-button" ng-click="datasource.cancel()">
|
|
716
|
+
<span class="k-icon k-i-cancel"></span></button>
|
|
717
|
+
</div>
|
|
718
|
+
<br>
|
|
719
|
+
<div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
|
|
720
|
+
id="crn-horizontal-container-2781"
|
|
721
|
+
ng-disabled="!datasource.editing && !datasource.inserting">
|
|
722
|
+
<div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
|
|
723
|
+
data-replace="true">Arraste os campos do formulário aqui
|
|
724
|
+
</div>
|
|
725
|
+
</div>
|
|
726
|
+
</div>
|
|
727
|
+
</section>
|
|
728
|
+
</div>
|
|
729
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
730
|
+
id="crn-text-component-95031">Formulário</h1>
|
|
731
|
+
<div class="component-holder ng-scope" data-component="crn-form" id="crn-form-89781">
|
|
732
|
+
<section class="form">
|
|
733
|
+
<form crn-datasource="" data-component="crn-form">
|
|
734
|
+
<div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
|
|
735
|
+
<button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
736
|
+
data-component="crn-button" ng-click="datasource.startInserting()"><span
|
|
737
|
+
class="k-icon k-i-plus"></span></button>
|
|
738
|
+
<button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
739
|
+
data-component="crn-button" ng-click="datasource.startEditing()"><span
|
|
740
|
+
class="k-icon k-i-edit"></span></button>
|
|
741
|
+
<button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
742
|
+
data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
|
|
743
|
+
ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
|
|
744
|
+
</button>
|
|
745
|
+
<button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
746
|
+
data-component="crn-button" ng-disabled="!datasource.hasNext()"
|
|
747
|
+
ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
|
|
748
|
+
</button>
|
|
749
|
+
<button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
750
|
+
data-component="crn-button" ng-click="datasource.remove()"><span
|
|
751
|
+
class="k-icon k-i-close"></span></button>
|
|
752
|
+
</div>
|
|
753
|
+
<div class="active-bar" ng-hide="!datasource.editing && !datasource.inserting">
|
|
754
|
+
<button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
|
|
755
|
+
id="btn_crud_post_6043" data-component="crn-button" ng-click="datasource.post()"><span
|
|
756
|
+
class="k-icon k-i-check"></span></button>
|
|
757
|
+
<button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
758
|
+
id="btn_crud_cancel_6043" data-component="crn-button" ng-click="datasource.cancel()">
|
|
759
|
+
<span class="k-icon k-i-cancel"></span></button>
|
|
760
|
+
</div>
|
|
761
|
+
<br>
|
|
762
|
+
<div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
|
|
763
|
+
id="crn-horizontal-container-6043"
|
|
764
|
+
ng-disabled="!datasource.editing && !datasource.inserting">
|
|
765
|
+
<div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
|
|
766
|
+
data-replace="true">Arraste os campos do formulário aqui
|
|
767
|
+
</div>
|
|
768
|
+
</div>
|
|
769
|
+
</form>
|
|
770
|
+
</section>
|
|
771
|
+
</div>
|
|
772
|
+
<h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
|
|
773
|
+
id="crn-text-component-23111">Crud</h1>
|
|
774
|
+
<div class="component-holder ng-scope" data-component="crn-cron-crud" id="crn-cron-crud-175695">
|
|
775
|
+
<datasource data-component="crn-datasource" name="" entity="" keys="" rows-per-page="100"
|
|
776
|
+
on-before-create="" on-after-create="" on-before-update="" on-after-update=""
|
|
777
|
+
on-before-delete="" on-after-delete="" on-after-fill="" lazy="true"></datasource>
|
|
778
|
+
<h1 class="title component-holder text-left h3" xattr-position="text-left" xattr-type="h3"
|
|
779
|
+
data-component="crn-text-component" id="crn-text-component-7214">Title</h1>
|
|
780
|
+
<div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-7214">
|
|
781
|
+
<div class="form-group"><label for="input7214">{{"template.crud.search" | translate}}</label><input
|
|
782
|
+
type="search" mask="" mask-placeholder="" ng-required="false" ng-model="vars.input7214"
|
|
783
|
+
class="form-control k-textbox" id="input7214"
|
|
784
|
+
placeholder="{{"template.crud.search" | translate}}"></div>
|
|
785
|
+
</div>
|
|
786
|
+
<div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-7214">
|
|
787
|
+
<cron-grid options="" ng-model="vars.grid7214" scrollable="false" class=""></cron-grid>
|
|
788
|
+
</div>
|
|
789
|
+
<section class="form">
|
|
790
|
+
<form crn-datasource="" data-component="crn-form">
|
|
791
|
+
<div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
|
|
792
|
+
<button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
793
|
+
data-component="crn-button" ng-click="datasource.startInserting()"><span
|
|
794
|
+
class="k-icon k-i-plus"></span></button>
|
|
795
|
+
<button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
796
|
+
data-component="crn-button" ng-click="datasource.startEditing()"><span
|
|
797
|
+
class="k-icon k-i-edit"></span></button>
|
|
798
|
+
<button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
799
|
+
data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
|
|
800
|
+
ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
|
|
801
|
+
</button>
|
|
802
|
+
<button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
|
|
803
|
+
data-component="crn-button" ng-disabled="!datasource.hasNext()"
|
|
804
|
+
ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
|
|
805
|
+
</button>
|
|
806
|
+
<button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
807
|
+
data-component="crn-button" ng-click="datasource.remove()"><span
|
|
808
|
+
class="k-icon k-i-close"></span></button>
|
|
809
|
+
</div>
|
|
810
|
+
<div class="active-bar" ng-hide="!datasource.editing && !datasource.inserting">
|
|
811
|
+
<button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
|
|
812
|
+
id="btn_crud_post_7214" data-component="crn-button" ng-click="datasource.post()"><span
|
|
813
|
+
class="k-icon k-i-check"></span></button>
|
|
814
|
+
<button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
|
|
815
|
+
id="btn_crud_cancel_7214" data-component="crn-button" ng-click="datasource.cancel()">
|
|
816
|
+
<span class="k-icon k-i-cancel"></span></button>
|
|
817
|
+
</div>
|
|
818
|
+
<br>
|
|
819
|
+
<div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
|
|
820
|
+
id="crn-horizontal-container-7214"
|
|
821
|
+
ng-disabled="!datasource.editing && !datasource.inserting">
|
|
822
|
+
<div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
|
|
823
|
+
data-replace="true">Arraste os campos do formulário aqui
|
|
824
|
+
</div>
|
|
825
|
+
</div>
|
|
826
|
+
</form>
|
|
827
|
+
</section>
|
|
828
|
+
</div>
|
|
829
|
+
</div>
|
|
830
|
+
</div>
|