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,177 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-BUTTON
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao elemento button.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.k-button {
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
12
|
-
text-transform: capitalize;
|
|
13
|
-
transition: 200ms;
|
|
14
|
-
font-weight: normal;
|
|
15
|
-
border-radius: 4px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.k-button[disabled] {
|
|
19
|
-
background-color: #dcdcdc;
|
|
20
|
-
color: #616161;
|
|
21
|
-
opacity: 1;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.k-button:focus,
|
|
25
|
-
.k-button:hover {
|
|
26
|
-
text-decoration: none;
|
|
27
|
-
outline: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/* Alteração de cores através de classes */
|
|
32
|
-
|
|
33
|
-
.btn-primary {
|
|
34
|
-
color: #fff;
|
|
35
|
-
background-color: #005AC0;
|
|
36
|
-
border-color: #005AC0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.btn-primary:focus,
|
|
40
|
-
.btn-primary:hover {
|
|
41
|
-
color: #fff;
|
|
42
|
-
background-color: #4D8CD3;
|
|
43
|
-
border-color: #4D8CD3;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.btn-success {
|
|
47
|
-
color: #fff;
|
|
48
|
-
background-color: #00820C;
|
|
49
|
-
border-color: #00820C;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.btn-success:focus,
|
|
53
|
-
.btn-success:hover {
|
|
54
|
-
background-color: #4DA855;
|
|
55
|
-
border-color: #4DA855;
|
|
56
|
-
color: #fff;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.btn-warning {
|
|
60
|
-
color: #fff;
|
|
61
|
-
background-color: #FF9600;
|
|
62
|
-
border-color: #FF9600;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.btn-warning:focus,
|
|
66
|
-
.btn-warning:hover {
|
|
67
|
-
color: #fff;
|
|
68
|
-
background-color: #FFB64D;
|
|
69
|
-
border-color: #FFB64D;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.btn-danger {
|
|
73
|
-
color: #fff;
|
|
74
|
-
background-color: #C40000;
|
|
75
|
-
border-color: #C40000;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.btn-danger:focus,
|
|
79
|
-
.btn-danger:hover {
|
|
80
|
-
background-color: #D64D4D;
|
|
81
|
-
border-color: #D64D4D;
|
|
82
|
-
color: #fff;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.btn-light {
|
|
86
|
-
color: #666666;
|
|
87
|
-
background-color: #E9E9E9;
|
|
88
|
-
border-color: #E9E9E9;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.btn-light:focus,
|
|
92
|
-
.btn-light:hover {
|
|
93
|
-
color: #666666;
|
|
94
|
-
background-color: #F0F0F0;
|
|
95
|
-
border-color: #F0F0F0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.btn-info,
|
|
99
|
-
.btn-default {
|
|
100
|
-
color: #fff;
|
|
101
|
-
background-color: #3B448E;
|
|
102
|
-
border-color: #3B448E;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.btn-info:focus,
|
|
106
|
-
.btn-info:hover,
|
|
107
|
-
.btn-default:focus,
|
|
108
|
-
.btn-default:hover {
|
|
109
|
-
background-color: #767CB0;
|
|
110
|
-
color: #fff;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
/* botão com texto */
|
|
115
|
-
|
|
116
|
-
.k-button-with-label {
|
|
117
|
-
width: max-content;
|
|
118
|
-
height: 33px;
|
|
119
|
-
padding: 10px;
|
|
120
|
-
border-radius: 0%;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
/* Ícones */
|
|
125
|
-
|
|
126
|
-
.k-button i {
|
|
127
|
-
position: relative;
|
|
128
|
-
top: -2px;
|
|
129
|
-
margin-right: 3px;
|
|
130
|
-
display: inline-block;
|
|
131
|
-
font-style: normal;
|
|
132
|
-
font-weight: 400;
|
|
133
|
-
line-height: 1;
|
|
134
|
-
-webkit-font-smoothing: antialiased;
|
|
135
|
-
-moz-osx-font-smoothing: grayscale;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
/* crn-grid */
|
|
140
|
-
|
|
141
|
-
.k-button-icontext .k-icon {
|
|
142
|
-
margin: 0;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
/*form*/
|
|
147
|
-
|
|
148
|
-
.btn-fab {
|
|
149
|
-
border-radius: 50%;
|
|
150
|
-
font-size: 12px;
|
|
151
|
-
height: 42px;
|
|
152
|
-
margin: auto;
|
|
153
|
-
min-width: 42px;
|
|
154
|
-
width: 42px;
|
|
155
|
-
padding: 0;
|
|
156
|
-
position: relative;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
/*??*/
|
|
161
|
-
|
|
162
|
-
.btn-space-table {
|
|
163
|
-
display: flex;
|
|
164
|
-
width: 80px;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.new-table-cron .btn-space-table .k-button {
|
|
168
|
-
min-width: 24px;
|
|
169
|
-
min-height: 24px;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.k-detail-cell .k-grid .k-header .k-button:hover {
|
|
173
|
-
background-color: #3d488b;
|
|
174
|
-
text-transform: uppercase;
|
|
175
|
-
color: #fff;
|
|
176
|
-
transition: 200ms;
|
|
177
|
-
}
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-CRON-CALENDAR
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao componente do calendário.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
cron-calendar .k-widget .k-calendar .k-header {
|
|
10
|
-
background-color: initial;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
cron-calendar .k-widget .k-calendar .k-content {
|
|
14
|
-
background-color: initial;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
cron-calendar .k-widget .k-calendar .k-footer {
|
|
18
|
-
background-color: initial;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
cron-calendar .k-widget .k-calendar .k-link:link {
|
|
22
|
-
color: initial;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
cron-calendar .k-widget .k-calendar .k-other-month .k-link:link {
|
|
26
|
-
color: rgba(0, 0, 0, 0.38);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
cron-calendar .k-widget .k-calendar .k-calendar-view .k-content .k-link {
|
|
30
|
-
width: 40px;
|
|
31
|
-
height: 40px;
|
|
32
|
-
line-height: 40px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
cron-calendar .k-widget .k-calendar .k-nav-fast:hover,
|
|
36
|
-
cron-calendar .k-widget .k-calendar .k-nav-prev:hover,
|
|
37
|
-
cron-calendar .k-widget .k-calendar .k-nav-next:hover,
|
|
38
|
-
cron-calendar .k-widget .k-calendar .k-calendar-view .k-content .k-state-selected .k-state-hover .k-link {
|
|
39
|
-
color: #fff;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
cron-calendar .k-widget .k-calendar .k-calendar-view .k-century .k-link {
|
|
43
|
-
width: 80px;
|
|
44
|
-
height: 80px;
|
|
45
|
-
line-height: 80px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
cron-calendar.k-widget.k-calendar .k-calendar-view .k-content .k-state-hover .k-link,
|
|
49
|
-
cron-calendar.k-widget.k-calendar .k-calendar-view .k-content .k-state-focused .k-link {
|
|
50
|
-
background-color: #1d77ba;
|
|
51
|
-
color: #fff;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
cron-calendar.k-widget.k-calendar .k-footer .k-nav-today:hover {
|
|
55
|
-
color: #42b9e6;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
cron-calendar .k-calendar-monthview:after,
|
|
59
|
-
.k-calendar-view:after {
|
|
60
|
-
box-shadow: none;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.k-calendar-container {
|
|
64
|
-
padding: 0;
|
|
65
|
-
background-color: #383838;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.k-calendar-container .k-calendar:not(.k-scheduler-calendar) {
|
|
69
|
-
border-width: 0;
|
|
70
|
-
background-color: #383838;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.k-calendar:not(.k-scheduler-calendar) .k-state-hover {
|
|
74
|
-
background-color: #ffffff;
|
|
75
|
-
color: #383838;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.k-content tr th :not(.k-scheduler-calendar) {
|
|
79
|
-
background-color: #35a9fb;
|
|
80
|
-
color: #383838;
|
|
81
|
-
font-weight: bold;
|
|
82
|
-
font-size: 12px;
|
|
83
|
-
padding: 3px 0px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.k-content thead :not(.k-scheduler-calendar) {
|
|
87
|
-
margin-bottom: 15px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-prev,
|
|
91
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-next {
|
|
92
|
-
padding: 0;
|
|
93
|
-
width: 3em;
|
|
94
|
-
height: 3em;
|
|
95
|
-
box-sizing: content-box;
|
|
96
|
-
margin-bottom: 10px;
|
|
97
|
-
margin-top: -9px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-prev:hover,
|
|
101
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-next:hover {
|
|
102
|
-
color: #fff;
|
|
103
|
-
background-color: #1d77ba;
|
|
104
|
-
border-color: rgba(0, 0, 0, 0.1);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-fast:hover {
|
|
108
|
-
color: #fff;
|
|
109
|
-
background-color: rgb(29, 119, 186);
|
|
110
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
111
|
-
margin-bottom: 15px;
|
|
112
|
-
margin-top: -10px;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.k-calendar:not(.k-scheduler-calendar) .k-nav-fast {
|
|
116
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
117
|
-
margin-bottom: 15px;
|
|
118
|
-
margin-top: -10px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.k-calendar:not(.k-scheduler-calendar) .k-footer .k-nav-today {
|
|
122
|
-
color: #1d77ba;
|
|
123
|
-
font-size: 10px;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.k-calendar:not(.k-scheduler-calendar) .k-footer .k-nav-today:hover {
|
|
127
|
-
color: #42b9e6;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-meta-view td {
|
|
131
|
-
text-align: center;
|
|
132
|
-
margin: 0 auto;
|
|
133
|
-
border-radius: 1000px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.k-calendar .k-footer .k-nav-today {
|
|
137
|
-
color: #000;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
/* Referente as datas */
|
|
142
|
-
|
|
143
|
-
.k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-link {
|
|
144
|
-
width: 30px;
|
|
145
|
-
height: 30px;
|
|
146
|
-
line-height: 30px;
|
|
147
|
-
margin: 0 auto;
|
|
148
|
-
text-align: center;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.k-calendar:not(.k-scheduler-calendar) .k-state-focused .k-link {
|
|
152
|
-
color: #ffffff;
|
|
153
|
-
background-color: rgb(29, 119, 186);
|
|
154
|
-
border-color: rgb(10, 58, 94);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-state-selected .k-link {
|
|
158
|
-
background-color: #1d77ba;
|
|
159
|
-
border-color: rgba(0, 0, 0, 0.1);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-state-hover .k-link {
|
|
163
|
-
background-color: #ffffff;
|
|
164
|
-
color: #383838;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.k-calendar:not(.k-scheduler-calendar) .k-other-month .k-link {
|
|
168
|
-
background-color: transparent;
|
|
169
|
-
color: rgba(241, 241, 241, 0.2);
|
|
170
|
-
border-radius: 0%;
|
|
171
|
-
color: #9e9e9e;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-state-selected.k-state-hover .k-link {
|
|
175
|
-
background-color: #1d77ba;
|
|
176
|
-
}
|
|
@@ -1,243 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-CRON-GRID
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao componente da grade.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.k-grid th {
|
|
10
|
-
padding: 7px 22px;
|
|
11
|
-
white-space: nowrap;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.k-grid td,
|
|
15
|
-
.k-grid th {
|
|
16
|
-
padding: 5px 24px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.k-grid .k-grid-header-wrap,
|
|
20
|
-
.k-grid table {
|
|
21
|
-
border-width: 0px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
div.k-grid-header {
|
|
25
|
-
background-color: #3d488b;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
div.k-grid-header {
|
|
29
|
-
padding-right: 17px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/* Cabeçalho da grade */
|
|
34
|
-
|
|
35
|
-
.k-grid-toolbar {
|
|
36
|
-
text-align: right;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.k-grid-toolbar .k-button {
|
|
40
|
-
color: #3d488b;
|
|
41
|
-
text-transform: uppercase;
|
|
42
|
-
transition: 200ms;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.k-grid-toolbar .k-button:hover {
|
|
46
|
-
background-color: #3d488b;
|
|
47
|
-
text-transform: uppercase;
|
|
48
|
-
color: #fff;
|
|
49
|
-
transition: 200ms;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
/* Cabeçalho da tabela - thead */
|
|
54
|
-
|
|
55
|
-
.k-grid-header {
|
|
56
|
-
font-size: 16px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.k-grid-header .k-header:focus,
|
|
60
|
-
.k-grid-header .k-header a.k-link:focus {
|
|
61
|
-
color: rgb(255, 229, 0);
|
|
62
|
-
opacity: 1;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.k-grid-header .k-header:hover,
|
|
66
|
-
.k-grid-header .k-header:hover a,
|
|
67
|
-
.k-grid-header .k-grid-filter:focus {
|
|
68
|
-
color: rgb(255, 230, 0);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.k-grid-header .k-header {
|
|
72
|
-
position: relative;
|
|
73
|
-
vertical-align: bottom;
|
|
74
|
-
padding: 12px;
|
|
75
|
-
background-color: #3d488b;
|
|
76
|
-
color: #fff;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.k-grid-header .k-grid-filter {
|
|
80
|
-
/* padding: 8px; */
|
|
81
|
-
width: calc(16px + 1.42857143em);
|
|
82
|
-
height: calc(16px + 1.42857143em);
|
|
83
|
-
box-sizing: border-box;
|
|
84
|
-
outline: 0;
|
|
85
|
-
line-height: 2;
|
|
86
|
-
display: -ms-flexbox;
|
|
87
|
-
display: flex;
|
|
88
|
-
-ms-flex-align: center;
|
|
89
|
-
align-items: center;
|
|
90
|
-
-ms-flex-line-pack: center;
|
|
91
|
-
align-content: center;
|
|
92
|
-
-ms-flex-pack: center;
|
|
93
|
-
justify-content: center;
|
|
94
|
-
position: absolute;
|
|
95
|
-
top: 5px;
|
|
96
|
-
color: #b2b3b9;
|
|
97
|
-
right: 5px;
|
|
98
|
-
bottom: calc(8px + 0.28571429em);
|
|
99
|
-
z-index: 1;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.k-grid-header .k-i-sort-asc-sm,
|
|
103
|
-
.k-grid-header .k-i-sort-desc-sm,
|
|
104
|
-
.k-grid-header .k-sort-order {
|
|
105
|
-
color: rgba(255, 255, 255, 0.54);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.k-grid-header .k-link:hover,
|
|
109
|
-
.k-grid-header .k-sorted {
|
|
110
|
-
color: rgb(255, 229, 0);
|
|
111
|
-
opacity: 1;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.k-grid-header .k-grid-filter:hover,
|
|
115
|
-
.k-grid-header .k-header-column-menu:hover,
|
|
116
|
-
.k-grid-header .k-hierarchy-cell .k-icon:hover {
|
|
117
|
-
color: rgb(255, 230, 0);
|
|
118
|
-
background-color: transparent;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
k-grid-header .k-header>.k-link {
|
|
122
|
-
margin: 0;
|
|
123
|
-
padding: 0px 0px;
|
|
124
|
-
line-height: inherit;
|
|
125
|
-
display: block;
|
|
126
|
-
overflow: hidden;
|
|
127
|
-
text-overflow: ellipsis;
|
|
128
|
-
outline: 0;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
/* Paginação da tabela */
|
|
133
|
-
|
|
134
|
-
.k-pager-wrap .k-link:hover,
|
|
135
|
-
.k-pager-wrap .k-pager-nav:hover {
|
|
136
|
-
border-radius: 100%;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.k-pager-wrap .k-link:focus,
|
|
140
|
-
.k-pager-wrap .k-pager-nav:focus {
|
|
141
|
-
background-color: rgba(0, 0, 0, 0.07);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.k-pager-wrap a.k-pager-refresh {
|
|
145
|
-
background-color: #ffffff;
|
|
146
|
-
color: #3f51b5;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.k-pager-wrap a.k-pager-refresh:hover {
|
|
150
|
-
background-color: #3f51b5;
|
|
151
|
-
color: #ffffff;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.k-pager-wrap .k-pager-nav {
|
|
155
|
-
color: #000;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/* Corpo da tabela - tbody */
|
|
160
|
-
|
|
161
|
-
.k-grid tbody .k-grid-edit,
|
|
162
|
-
.k-grid tbody .k-grid-delete,
|
|
163
|
-
.k-grid tbody .k-grid-update,
|
|
164
|
-
.k-grid tbody .k-grid-cancel {
|
|
165
|
-
width: 28px;
|
|
166
|
-
height: 28px;
|
|
167
|
-
padding: 0;
|
|
168
|
-
margin: 0px 5px -2px 0px;
|
|
169
|
-
border-radius: 100%;
|
|
170
|
-
background-color: transparent;
|
|
171
|
-
color: #AAAAAA;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.k-grid tbody .k-grid-edit:hover,
|
|
175
|
-
.k-grid tbody .k-grid-edit:focus{
|
|
176
|
-
color: #FF9600;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.k-grid tbody .k-grid-update:hover,
|
|
180
|
-
.k-grid tbody .k-grid-update:focus {
|
|
181
|
-
color: #00A311;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.k-grid tbody .k-grid-delete:hover,
|
|
185
|
-
.k-grid tbody .k-grid-delete:focus,
|
|
186
|
-
.k-grid tbody .k-grid-cancel:hover,
|
|
187
|
-
.k-grid tbody .k-grid-cancel:focus {
|
|
188
|
-
color: #C40000;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/* k-grid-edit */
|
|
192
|
-
|
|
193
|
-
.k-grid-edit-row>td>.k-input.k-textbox,
|
|
194
|
-
.k-grid-edit-row>td>.k-textbox {
|
|
195
|
-
background-color: transparent;
|
|
196
|
-
border-radius: 0px;
|
|
197
|
-
margin-left: -16px;
|
|
198
|
-
margin-right: -16px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.k-grid-edit-row .k-textbox,
|
|
202
|
-
.k-grid-edit-row .k-textbox.k-input {
|
|
203
|
-
padding-left: 0;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
/* k-grid-footer */
|
|
208
|
-
|
|
209
|
-
.k-grid-footer,
|
|
210
|
-
.k-grid-footer-locked,
|
|
211
|
-
.k-grid-footer-wrap {
|
|
212
|
-
border-right-width: 0px;
|
|
213
|
-
border-bottom-width: 0px;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
div.k-grid-footer {
|
|
217
|
-
padding-right: 17px;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.k-grid-content {
|
|
221
|
-
overflow-y: auto;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.k-list .k-item.k-state-selected {
|
|
225
|
-
color: #3f51b5;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.k-list .k-item:hover.k-state-selected {
|
|
229
|
-
color: #3f51b5;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.k-pager-sizes.k-label {
|
|
233
|
-
color: #000;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.k-pager-info.k-label {
|
|
237
|
-
color: #000;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.k-animation-container>.k-list-container>.k-list-scroller>.k-list {
|
|
241
|
-
box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.02), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
|
|
242
|
-
font-weight: 400;
|
|
243
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
*
|
|
3
|
-
* MATERIAL -> CRN-ENTERPRISE
|
|
4
|
-
*
|
|
5
|
-
* Todo CSS destina ao componente de input's.
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.k-checkbox:focus + .k-checkbox-label:before,
|
|
10
|
-
.k-checkbox:hover + .k-checkbox-label:before,
|
|
11
|
-
.k-radio:focus + .k-radio-label:before,
|
|
12
|
-
.k-radio:hover + .k-radio-label:before {
|
|
13
|
-
box-shadow: 0 0 5px 0 rgb(59, 68, 142);
|
|
14
|
-
border-color: rgb(59, 68, 142);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.k-checkbox-label {
|
|
18
|
-
font-weight: unset;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.k-checkbox:checked + .k-checkbox-label:before {
|
|
22
|
-
background-color: #3f51b5;
|
|
23
|
-
border-color: #3f51b5;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.k-checkbox:checked + .k-checkbox-label:after,
|
|
27
|
-
.k-checkbox:indeterminate + .k-checkbox-label:after {
|
|
28
|
-
background-color: #008dcd;
|
|
29
|
-
border-color: #3f51b5;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.k-input.k-textbox,
|
|
33
|
-
.k-textarea,
|
|
34
|
-
.k-textbox {
|
|
35
|
-
background-color: transparent;
|
|
36
|
-
border-width: 0 0 1px;
|
|
37
|
-
border-color: rgba(0, 0, 0, 0.42);
|
|
38
|
-
border-radius: 0;
|
|
39
|
-
box-shadow: none;
|
|
40
|
-
font-weight: normal;
|
|
41
|
-
font-size: 14px;
|
|
42
|
-
color: #6b6b6b;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.k-autocomplete .k-input,
|
|
46
|
-
.k-dateinput-wrap .k-input,
|
|
47
|
-
.k-dropdown-wrap .k-input,
|
|
48
|
-
.k-multiselect-wrap .k-input,
|
|
49
|
-
.k-numeric-wrap .k-input,
|
|
50
|
-
.k-picker-wrap .k-input {
|
|
51
|
-
padding: 0px 0;
|
|
52
|
-
height: calc(10px + 1.125em);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.k-input.k-textbox:focus,
|
|
56
|
-
.k-textbox:focus {
|
|
57
|
-
border-color: #3f51b5;
|
|
58
|
-
}
|