cronapp-framework-js 2.9.0 → 2.9.1-SNAPSHOT.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-enterprise-combobox-multiple.components.json +1 -1
- package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
- package/components/cron-breadcrumbs.components.json +2 -2
- package/components/cron-ordered-list.components.json +8 -8
- package/components/templates/accordion.template.html +6 -6
- package/components/templates/cron-breadcrumbs.template.html +5 -3
- package/components/templates/cron-dynamic-menu.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +63 -64
- package/components/templates/list.template.html +1 -1
- package/components/templates/radiogroup.template.html +1 -1
- package/css/themes/aquamarine.min.css +6 -0
- package/css/themes/cerulean.min.css +4 -3
- package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/fonts.css +162 -0
- package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
- package/css/themes/custom/cerulean/button-cerulean.css +277 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
- package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
- package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
- package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
- package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
- package/css/themes/custom/darkly/custom-darkly.css +348 -0
- package/css/themes/custom/darkly/navbar-darkly.css +49 -0
- package/css/themes/custom/darkly/panel-darkly.css +90 -0
- package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
- package/css/themes/custom/flatly/custom-flatly.css +317 -0
- package/css/themes/custom/flatly/navbar-flatly.css +48 -0
- package/css/themes/custom/flatly/panel-flatly.css +83 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/fonts.css +108 -0
- package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
- package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
- package/css/themes/custom/material/custom-material.css +3311 -172
- package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/custom/material/font/fonts.css +108 -0
- package/css/themes/custom/material/img/arrow-gray.svg +11 -0
- package/css/themes/custom/material/img/arrow-white.svg +11 -0
- package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/css/themes/custom/spacelab/button-spacelab.css +274 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/fonts.css +89 -0
- package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
- package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
- package/css/themes/custom/superhero/custom-superhero.css +340 -0
- package/css/themes/custom/superhero/navbar-superhero.css +33 -0
- package/css/themes/custom/superhero/panel-superhero.css +58 -0
- package/css/themes/custom/superhero/tabs-superhero.css +25 -0
- package/css/themes/custom/theme-general/button.css +223 -0
- package/css/themes/custom/theme-general/carousel.css +5 -0
- package/css/themes/custom/theme-general/cookies.css +34 -0
- package/css/themes/custom/theme-general/forms.css +18 -0
- package/css/themes/custom/theme-general/login.css +21 -0
- package/css/themes/custom/theme-general/menu.css +23 -0
- package/css/themes/custom/theme-general/modal.css +13 -0
- package/css/themes/custom/theme-general/notification.css +27 -0
- package/css/themes/custom/theme-general/report-viewer.css +63 -0
- package/css/themes/custom/theme-general/scheduler.css +10 -0
- package/css/themes/custom/theme-general/slider.css +15 -0
- package/css/themes/custom/theme-general/table-grid.css +32 -0
- package/css/themes/custom/theme-general/tabs.css +49 -0
- package/css/themes/custom/theme-general/theme-general.css +180 -0
- package/css/themes/custom/theme-general/timeline.css +40 -0
- package/css/themes/custom/theme-general/treeview.css +74 -0
- package/css/themes/darkly.min.css +4 -3
- package/css/themes/flatly.min.css +4 -3
- package/css/themes/spacelab.min.css +5 -3
- package/css/themes/superhero.min.css +4 -3
- package/dist/components/js/format.min.js +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/accordion.template.html +1 -1
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/list.template.html +1 -1
- package/dist/components/templates/radiogroup.template.html +1 -1
- package/dist/css/themes/aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
- package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/custom-material.min.css +1 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/fonts.css +1 -0
- package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
- package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
- package/dist/css/themes/custom/theme-general/button.css +1 -0
- package/dist/css/themes/custom/theme-general/carousel.css +1 -0
- package/dist/css/themes/custom/theme-general/cookies.css +1 -0
- package/dist/css/themes/custom/theme-general/forms.css +1 -0
- package/dist/css/themes/custom/theme-general/login.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -0
- package/dist/css/themes/custom/theme-general/modal.css +1 -0
- package/dist/css/themes/custom/theme-general/notification.css +1 -0
- package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
- package/dist/css/themes/custom/theme-general/slider.css +1 -0
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
- package/dist/css/themes/custom/theme-general/tabs.css +1 -0
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
- package/dist/css/themes/custom/theme-general/timeline.css +1 -0
- package/dist/css/themes/custom/theme-general/treeview.css +1 -0
- package/dist/js/LanguageSelectDirective.js +1 -1
- package/dist/js/LocaleService.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/parameters.controller.js +1 -1
- package/js/app.js +1 -1
- package/js/dashboard/dashboard.service.js +10 -10
- package/js/directives.js +200 -165
- package/package.json +1 -1
- package/postupdate.json +10 -6
- package/cronapp-framework-js.iml +0 -9
- package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
- package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
- package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
- package/css/themes/custom/material/components_css/crn-button.css +0 -177
- package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
- package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
- package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
- package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
- package/css/themes/custom/material/components_css/login.css +0 -38
- package/css/themes/custom/material/components_css/ui-notification.css +0 -27
- package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
- package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
],
|
|
12
12
|
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.template.html",
|
|
13
13
|
"designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.designtime.html",
|
|
14
|
-
"designTimeSelector": "
|
|
14
|
+
"designTimeSelector": ":self",
|
|
15
15
|
"designTimeDynamic": true,
|
|
16
|
-
"wrapper":
|
|
16
|
+
"wrapper": false,
|
|
17
17
|
"forcedGroup": true,
|
|
18
18
|
"properties": {
|
|
19
19
|
"class": {
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"order": 1
|
|
20
20
|
},
|
|
21
21
|
"attribute-value": {
|
|
22
|
-
"displayName_pt_BR": "Valor do atributo
|
|
23
|
-
"displayName_en_US": "
|
|
22
|
+
"displayName_pt_BR": "Valor do atributo ordenado",
|
|
23
|
+
"displayName_en_US": "Ordered attribute value"
|
|
24
24
|
},
|
|
25
25
|
"list-type": {
|
|
26
26
|
"displayName_pt_BR": "Tipo de lista",
|
|
27
27
|
"displayName_en_US": "List type"
|
|
28
28
|
},
|
|
29
29
|
"ordered-attribute-value": {
|
|
30
|
-
"displayName_pt_BR": "Valor do atributo ordenado",
|
|
31
|
-
"displayName_en_US": "
|
|
30
|
+
"displayName_pt_BR": "Valor do atributo não ordenado",
|
|
31
|
+
"displayName_en_US": "Unordered attribute value"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"handleRules": {
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
"values": [
|
|
110
110
|
{
|
|
111
111
|
"key": "numbered-list",
|
|
112
|
-
"value_pt_BR": "
|
|
113
|
-
"value_en_US": "
|
|
112
|
+
"value_pt_BR": "Lista ordenada",
|
|
113
|
+
"value_en_US": "Ordered list"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"key": "ordered-list",
|
|
117
|
-
"value_pt_BR": "
|
|
118
|
-
"value_en_US": "
|
|
117
|
+
"value_pt_BR": "Lista não ordenada",
|
|
118
|
+
"value_en_US": "Unordered list"
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
|
|
2
2
|
<div class="panel panel-default">
|
|
3
|
-
<div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
|
3
|
+
<div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}">
|
|
4
4
|
<div class="lead text-center" data-component="crn-title" xattr-position="text-center">
|
|
5
5
|
<h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
|
|
6
6
|
</div>
|
|
7
7
|
</div>
|
|
8
|
-
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
|
|
8
|
+
<div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
|
|
9
9
|
<div class="panel-body" data-container="true">
|
|
10
10
|
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
|
|
11
11
|
<h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
|
16
16
|
<div class="panel panel-default">
|
|
17
|
-
<div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
|
17
|
+
<div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}">
|
|
18
18
|
<div class="lead text-center" data-component="crn-title" xattr-position="text-center">
|
|
19
19
|
<h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
|
-
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
|
|
22
|
+
<div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
|
|
23
23
|
<div class="panel-body" data-container="true">
|
|
24
24
|
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
|
|
25
25
|
<h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
30
30
|
<div class="panel panel-default">
|
|
31
|
-
<div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
|
31
|
+
<div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}">
|
|
32
32
|
<div class="lead text-center" data-component="crn-title" xattr-position="text-center">
|
|
33
33
|
<h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
|
|
34
34
|
</div>
|
|
35
35
|
</div>
|
|
36
|
-
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
|
|
36
|
+
<div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
|
|
37
37
|
<div class="panel-body" data-container="true">
|
|
38
38
|
<div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
|
|
39
39
|
<h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
<
|
|
2
|
-
<
|
|
3
|
-
|
|
1
|
+
<div>
|
|
2
|
+
<cron-breadcrumbs id="cron-breadcrumbs" id-menu="crn-dynamic-menu-home" crn-delimiter-icon="arrow-chevron-right" class="idMenu" type-menu="idMenu">
|
|
3
|
+
<nav id="navbreadcrumb"></nav>
|
|
4
|
+
</cron-breadcrumbs>
|
|
5
|
+
</div>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<div class="
|
|
1
|
+
<div class="">
|
|
2
2
|
<cron-dynamic-menu options="{"subMenuOptions":[{"id":"qxfhylqx9sh1","name":"Menu 1","title":"Menu 1","level":1,"menuItems":[{"id":"qe1juldmy0kk","name":"Menu A","title":"Menu A","level":2,"menuItems":[]}]},{"id":"1jenqtqrij8mb","name":"Menu 2","title":"Menu 2","level":1,"menuItems":[{"id":"urgv85ip8603","name":"Menu B","title":"Menu B","level":2,"menuItems":[]}]}]}">Dynamic Menu</cron-dynamic-menu>
|
|
3
3
|
</div>
|
|
@@ -1,72 +1,71 @@
|
|
|
1
|
-
<div class="ng-scope k-grid k-widget k-display-block k-editable" data-role="grid" style=""
|
|
2
|
-
ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}"
|
|
3
1
|
|
|
4
|
-
>
|
|
5
|
-
|
|
2
|
+
<div teste="thiag" class="ng-scope k-grid k-widget k-display-block" data-role="grid" ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}">
|
|
3
|
+
<div class="k-header k-grid-toolbar" ng-if="attrs.options.editable && attrs.options.editable != 'no' && attrs.options.toolBarButtons.length">
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
</
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
</div>
|
|
27
|
-
<div class="k-grid-header" style="padding-right: 17px;">
|
|
28
|
-
<div class="k-grid-header-wrap k-auto-scrollable">
|
|
29
|
-
<table role="grid">
|
|
5
|
+
<literal ng-repeat="item in attrs.options.toolBarButtons">
|
|
6
|
+
<a role="button" ng-if="item.type=='Native' && item.title=='create'" class="k-button k-button-icontext k-grid-add" href="#">
|
|
7
|
+
<span class="k-icon k-i-plus"></span>{{'ADD'|translate}}
|
|
8
|
+
</a>
|
|
9
|
+
<a role="button" ng-if="item.type=='Native' && item.title=='pdf'" class="k-button k-button-icontext k-grid-pdf" href="#">
|
|
10
|
+
<span class="k-icon k-i-file-pdf"></span>Exportar para PDF
|
|
11
|
+
</a>
|
|
12
|
+
<a role="button" ng-if="item.type=='Native' && item.title=='excel'" class="k-button k-button-icontext k-grid-excel" href="#">
|
|
13
|
+
<span class="k-icon k-i-file-excel"></span>Exportar para Excel
|
|
14
|
+
</a>
|
|
15
|
+
<a ng-if="item.type=='Customized'" class="k-button k-grid-custom ng-scope" href="javascript:void(0)">
|
|
16
|
+
<span class="{{item.iconClass}}"></span>{{item.title}}
|
|
17
|
+
</a>
|
|
18
|
+
<literal ng-if="item.type=='Title'" ng-bind-html="item.template"/>
|
|
19
|
+
</literal>
|
|
20
|
+
</div>
|
|
21
|
+
<div ng-if="attrs.options.allowGrouping" class="k-grouping-header" data-role="droptarget">Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</div>
|
|
22
|
+
<table role="grid" data-role="selectable" class="k-selectable" style="touch-action: pan-x pan-y;">
|
|
30
23
|
<colgroup>
|
|
31
|
-
|
|
32
|
-
<col style="width:155px">
|
|
24
|
+
<col ng-repeat="item in attrs.options.columns" ng-if="item.visible">
|
|
33
25
|
</colgroup>
|
|
34
|
-
<thead role="rowgroup">
|
|
35
|
-
<tr role="row">
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
<
|
|
39
|
-
|
|
40
|
-
|
|
26
|
+
<thead class="k-grid-header" role="rowgroup">
|
|
27
|
+
<tr role="row" class="k-state-selected" aria-selected="true">
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<th ng-repeat="item in attrs.options.columns" ng-if="item.visible" scope="col" role="columnheader" data-field="email" aria-haspopup="true" rowspan="1" data-title="Email" data-index="0" id="2b4d0eb0-1cc1-4f89-927b-b8c1fbcf430e" style="text-align: left;" class="k-header k-with-icon k-filterable" data-role="columnsorter">
|
|
31
|
+
<a class="k-link" href="#">{{item.headerText?parseProperty(item.headerText):''}}</a>
|
|
32
|
+
<a ng-if="item.filterable && tem.dataType != 'Customized' && item.dataType != 'Command'" class="k-grid-filter" href="#" title="Filtrar" aria-label="Filtrar" tabindex="0">
|
|
33
|
+
<span class="k-icon k-i-filter"></span>
|
|
34
|
+
</a>
|
|
35
|
+
</th>
|
|
41
36
|
</tr>
|
|
42
37
|
</thead>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<td ng-repeat="item in attrs.options.columns" ng-if="item.command == 'edit|destroy' && item.visible" class="k-command-cell k-command-cell" role="gridcell"><a role="button" class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-i-edit"></span> </a><a role="button" class="k-button k-button-icontext k-grid-delete" href="#"><span class="k-icon k-i-close"></span> </a></td>
|
|
56
|
-
</tr>
|
|
57
|
-
</tbody>
|
|
38
|
+
<tbody role="rowgroup">
|
|
39
|
+
<tr data-uid="59430dcb-6ccd-497d-954d-9b5569408cb4" role="row">
|
|
40
|
+
|
|
41
|
+
<td ng-repeat="item in attrs.options.columns | filter: {visible:true}" role="gridcell" class="{{item.dataType == 'Command'|| item.dataType == 'Customized'?'k-command-cell':''}}">
|
|
42
|
+
|
|
43
|
+
<span ng-if="item.dataType != 'Customized' && item.dataType != 'Command'">{{item.headerText?parseProperty(item.headerText):''}}</span>
|
|
44
|
+
<a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'edit')" role="button" class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-i-edit"></span> </a>
|
|
45
|
+
<a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'destroy')" role="button" class="k-button k-button-icontext k-grid-delete" href="#"><span class="k-icon k-i-close"></span> </a>
|
|
46
|
+
<a ng-if="item.dataType == 'Customized'" href="" class="k-button k-custom-command k-button-with-label k-grid-f06e"><span class="{{item.iconClass}}"></span> {{item.headerText?parseProperty(item.headerText):''}}</a>
|
|
47
|
+
</td>
|
|
48
|
+
</tr>
|
|
49
|
+
</tbody>
|
|
58
50
|
</table>
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
51
|
+
<div ng-if="attrs.options.allowPaging" class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager">
|
|
52
|
+
<a href="#" aria-label="Ir para a primeira página" title="Ir para a primeira página" class="k-link k-pager-nav k-pager-first k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-left"></span></a><a href="#" aria-label="Ir para a página anterior" title="Ir para a página anterior" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-left"></span></a>
|
|
53
|
+
<ul class="k-pager-numbers k-reset">
|
|
54
|
+
<li class="k-current-page"><span class="k-link k-pager-nav">1</span></li>
|
|
55
|
+
<li><span class="k-state-selected">1</span></li>
|
|
56
|
+
</ul>
|
|
57
|
+
<a href="#" aria-label="Ir para a próxima página" title="Ir para a próxima página" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-right"></span></a><a href="#" aria-label="Ir para a última página" title="Ir para a última página" class="k-link k-pager-nav k-pager-last k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-right"></span></a>
|
|
58
|
+
<span class="k-pager-sizes k-label">
|
|
59
|
+
<span title="" class="k-widget k-dropdown" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="6c3f63f1-4078-411d-97f1-23ab73b456fd_listbox" aria-live="polite" aria-disabled="false" aria-busy="false" aria-activedescendant="80106605-38e7-4b05-a056-a1c5bbdbc94d">
|
|
60
|
+
<span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">100</span><span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span>
|
|
61
|
+
<select data-role="dropdownlist" style="display: none;" aria-label="100">
|
|
62
|
+
<option value="all">Todos</option>
|
|
63
|
+
<option value="5">5</option>
|
|
64
|
+
<option value="10">10</option>
|
|
65
|
+
<option value="20">20</option>
|
|
66
|
+
</select>
|
|
67
|
+
</span>
|
|
68
|
+
</span>
|
|
69
|
+
<a ng-if="attrs.options.allowRefreshGrid" href="#" class="k-pager-refresh k-link" title="Atualizar" aria-label="Atualizar" tabindex="0"><span class="k-icon k-i-reload"></span></a><span class="k-pager-info k-label">Exibindo itens 1 - 1 de 1</span>
|
|
70
|
+
</div>
|
|
72
71
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div crn-datasource="" data-component="crn-list" class="component-holder" id="" ng-repeat="rowData in datasource.data">
|
|
1
|
+
<div crn-datasource="" data-component="crn-list" class="component-holder" id="" ng-repeat="rowData in datasource.data" ng-model="">
|
|
2
2
|
<h1 class="text-center component-holder" xattr-position="h1 text-center" xattr-type="h1" id="crn-text-component-${RANDOM}">Title</h1>
|
|
3
3
|
<h3 class="text-center component-holder h3" xattr-position="h3 text-center" xattr-type="h3" id="crn-subtitle-component-${RANDOM}">Subtitle</h3>
|
|
4
4
|
</div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="crn-radiogroup" ng-model="vars.radio${RANDOM}">
|
|
1
|
+
<div class="component-holder crn-radiogroup" ng-model="vars.radio${RANDOM}">
|
|
2
2
|
<div class = "k-content" data-component="crn-radioOption">
|
|
3
3
|
<input class = "k-radio" type="radio" crn-value="" value="1" name="optionsRadios" id="optionsRadios1${COMPONENTID}" ng-checked="">
|
|
4
4
|
<label class="k-radio-label" for="optionsRadios1${COMPONENTID}">Option One</label>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
2
|
+
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
|
+
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
+
@import 'custom/aquamarine/custom-aquamarine.min.css';
|
|
5
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
6
|
+
@import '../../dist/css/cronos.css';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
2
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
3
|
+
@import '../../dist/css/cronos.css';
|
|
2
4
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
5
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
-
@import 'custom/
|
|
5
|
-
@import 'custom/
|
|
6
|
-
@import '../../dist/css/cronos.css';
|
|
6
|
+
@import 'custom/theme-general/theme-general.css';
|
|
7
|
+
@import 'custom/cerulean/custom-cerulean.css';
|