cronapp-framework-js 2.9.0-SNAPSHOT.2 → 2.9.1-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-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/fuse/theme-example.view.html +0 -830
- 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
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-NAVBAR
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao elemento de menu.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.navbar {
|
|
10
|
-
text-transform: uppercase;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.navbar-default .navbar-nav a i {
|
|
14
|
-
color: #fff;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.crn-navigator-vertical #navbar-profile i,
|
|
18
|
-
.navbar-default .navbar-nav>li>a>i {
|
|
19
|
-
color: #fff;
|
|
20
|
-
display: none;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.navbar-default {
|
|
24
|
-
background-color: #3b448e;
|
|
25
|
-
border-color: #3a4091;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.navbar-default .navbar-brand {
|
|
29
|
-
color: #fff;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.crn-navigator-vertical .navbar-vertical span,
|
|
33
|
-
.crn-navigator-vertical #navbar-profile span,
|
|
34
|
-
.navbar-default .navbar-nav a,
|
|
35
|
-
.navbar-default .navbar-nav>li>a {
|
|
36
|
-
color: #fff;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.navbar-default .navbar-nav a:hover,
|
|
40
|
-
.navbar-default .navbar-nav a:focus,
|
|
41
|
-
.navbar-default .navbar-nav>li>a:focus,
|
|
42
|
-
.navbar-default .navbar-nav>li>a:hover {
|
|
43
|
-
color: #fff;
|
|
44
|
-
background-color: #282d57;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.navbar-default .navbar-nav>.open>a,
|
|
48
|
-
.navbar-default .navbar-nav>.open>a:focus,
|
|
49
|
-
.navbar-default .navbar-nav>.open>a:hover {
|
|
50
|
-
color: #fff;
|
|
51
|
-
background-color: #282d57;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media only screen and (max-width: 768px) {
|
|
55
|
-
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
|
|
56
|
-
color: #fff;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.nav-tabs {
|
|
61
|
-
background-color: #5665be;
|
|
62
|
-
border-bottom: 1px solid #ddd;
|
|
63
|
-
height: 100%;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.nav-tabs>li {
|
|
67
|
-
float: left;
|
|
68
|
-
margin-bottom: -1px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.nav-tabs>li>a,
|
|
72
|
-
.nav-tabs>li>a:hover,
|
|
73
|
-
.nav-tabs>li>a:focus {
|
|
74
|
-
background-color: transparent;
|
|
75
|
-
border: 0;
|
|
76
|
-
color: #ffffff;
|
|
77
|
-
font-weight: 500;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.nav-tabs>li.active>a,
|
|
81
|
-
.nav-tabs>li.active>a:hover,
|
|
82
|
-
.nav-tabs>li.active>a:focus {
|
|
83
|
-
background-color: transparent;
|
|
84
|
-
border: 0;
|
|
85
|
-
color: #ffffff;
|
|
86
|
-
font-weight: 500;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.nav-tabs>li.disabled>a,
|
|
90
|
-
.nav-tabs>li.disabled>a:hover {
|
|
91
|
-
color: rgba(255, 255, 255, 0.5);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.dropdown-menu>.active>a,
|
|
95
|
-
.dropdown-menu>.active>a:focus,
|
|
96
|
-
.dropdown-menu>.active>a:hover {
|
|
97
|
-
color: #fff;
|
|
98
|
-
text-decoration: none;
|
|
99
|
-
background-color: #5665be;
|
|
100
|
-
outline: 0;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.dropdown-menu {
|
|
104
|
-
position: absolute;
|
|
105
|
-
top: 101%;
|
|
106
|
-
left: 0;
|
|
107
|
-
z-index: 1000;
|
|
108
|
-
display: none;
|
|
109
|
-
float: left;
|
|
110
|
-
min-width: 160px;
|
|
111
|
-
padding: 5px 0;
|
|
112
|
-
margin: 2px 0 0;
|
|
113
|
-
font-size: 14px;
|
|
114
|
-
text-align: left;
|
|
115
|
-
list-style: none;
|
|
116
|
-
background-color: #ffffff;
|
|
117
|
-
-webkit-background-clip: padding-box;
|
|
118
|
-
background-clip: padding-box;
|
|
119
|
-
border: 0px solid rgb(5, 21, 21);
|
|
120
|
-
border-radius: 4px;
|
|
121
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
122
|
-
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.dropdown-menu>li>a:focus,
|
|
126
|
-
.dropdown-menu>li>a:hover {
|
|
127
|
-
color: #5665be;
|
|
128
|
-
text-decoration: none;
|
|
129
|
-
background-color: #f6f6f6;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.caret {
|
|
133
|
-
padding-top: 5px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.main-view {
|
|
137
|
-
width: 100%;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
@media only screen and (min-width: 768px) {
|
|
141
|
-
.main-view {
|
|
142
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
143
|
-
background-color: #ffffff;
|
|
144
|
-
margin: 30px;
|
|
145
|
-
padding: 15px;
|
|
146
|
-
width: calc(100% - 60px);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.main-title {
|
|
151
|
-
padding: 20px 25px;
|
|
152
|
-
margin-bottom: 0;
|
|
153
|
-
background-color: #282d57;
|
|
154
|
-
color: #fff;
|
|
155
|
-
display: block;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
@media only screen and (max-width: 768px) {
|
|
159
|
-
.main-title {
|
|
160
|
-
padding: 20px 25px;
|
|
161
|
-
margin-bottom: 0;
|
|
162
|
-
color: inherit;
|
|
163
|
-
background-color: #337ab7;
|
|
164
|
-
display: none;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-SCHEDULER
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao componente de agendador.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
cron-scheduler .k-link:link {
|
|
10
|
-
color: #000000;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
cron-scheduler a.k-link {
|
|
14
|
-
color: #000;
|
|
15
|
-
font-size: 12px;
|
|
16
|
-
font-weight: normal;
|
|
17
|
-
text-transform: uppercase;
|
|
18
|
-
}
|
|
19
|
-
cron-scheduler .k-link:link {
|
|
20
|
-
color: #000000;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
cron-scheduler a.k-link {
|
|
24
|
-
color: #000;
|
|
25
|
-
font-size: 12px;
|
|
26
|
-
font-weight: normal;
|
|
27
|
-
text-transform: uppercase;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.k-scheduler-calendar .k-link:link {
|
|
31
|
-
color: #000;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.k-scheduler-calendar .k-footer .k-nav-today:hover {
|
|
35
|
-
color: #000;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.k-scheduler-calendar a.k-link {
|
|
39
|
-
font-size: 12px;
|
|
40
|
-
font-weight: normal;
|
|
41
|
-
text-transform: uppercase;
|
|
42
|
-
color: #000;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.k-scheduler-toolbar,
|
|
46
|
-
.k-scheduler-toolbar,
|
|
47
|
-
.k-scheduler-toolbar a.k-link {
|
|
48
|
-
background-color: #3b448e;
|
|
49
|
-
color: #fff;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.k-scheduler-calendar .k-calendar-view {
|
|
53
|
-
width: initial;
|
|
54
|
-
height: initial;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.k-scheduler-calendar .k-content th,
|
|
58
|
-
.k-calendar-view .k-content th {
|
|
59
|
-
text-align: center;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.k-scheduler-views * {
|
|
63
|
-
/* background-color: #3b448e !important; */
|
|
64
|
-
background-color: #3b448e;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.k-scheduler-views .k-current-view {
|
|
68
|
-
display: block;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.k-scheduler-views > li {
|
|
72
|
-
display: none;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.k-state-expanded.k-scheduler-views > li {
|
|
76
|
-
display: block;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.k-scheduler-views {
|
|
80
|
-
-ms-flex-direction: column;
|
|
81
|
-
-webkit-box-orient: vertical;
|
|
82
|
-
-webkit-box-direction: normal;
|
|
83
|
-
-webkit-flex-direction: column;
|
|
84
|
-
flex-direction: column;
|
|
85
|
-
-ms-flex-align: stretch;
|
|
86
|
-
-webkit-box-align: stretch;
|
|
87
|
-
-webkit-align-items: stretch;
|
|
88
|
-
align-items: stretch;
|
|
89
|
-
position: absolute;
|
|
90
|
-
right: 0px;
|
|
91
|
-
top: 0px;
|
|
92
|
-
z-index: 1000;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.k-scheduler-refresh {
|
|
96
|
-
right: 10px;
|
|
97
|
-
position: relative;
|
|
98
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> LOGIN
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina a tela de login.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.login-view {
|
|
10
|
-
box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
|
11
|
-
background-color: #ffffff;
|
|
12
|
-
padding: 40px 30px 40px 30px;
|
|
13
|
-
border-radius: 3px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.login-view .btn-primary{
|
|
17
|
-
color: #fff;
|
|
18
|
-
background-color: #3f51b5;
|
|
19
|
-
border-color: #3f51b5;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.login-view .reset-password{
|
|
23
|
-
text-align: right;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.login-view .sign-up{
|
|
27
|
-
text-align: center;
|
|
28
|
-
margin: 10px 0px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@media only screen and (max-width: 768px) {
|
|
32
|
-
.login-panel {
|
|
33
|
-
position: relative;
|
|
34
|
-
transform: translateY(40%);
|
|
35
|
-
vertical-align: middle;
|
|
36
|
-
width: 100%;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> UI-NOTIFICATION
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao elemento de notificação.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.ui-notification.warning {
|
|
10
|
-
color: #24292e;
|
|
11
|
-
background-color: #f0ad4e;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.ui-notification.error {
|
|
15
|
-
color: black;
|
|
16
|
-
background-color: #d9534f;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.ui-notification.success {
|
|
20
|
-
color: #24292e;
|
|
21
|
-
background-color: #5cb85c;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.ui-notification.info {
|
|
25
|
-
color: #24292e;
|
|
26
|
-
background-color: #5bc0de;
|
|
27
|
-
}
|