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
|
@@ -249,7 +249,7 @@ h6 {
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
|
|
252
|
-
flex-direction: column
|
|
252
|
+
flex-direction: column;
|
|
253
253
|
background: var(--colorNeutral00);
|
|
254
254
|
border-radius: var(--borderRadiusSmallest);
|
|
255
255
|
padding: var(--distanceSmall);
|
|
@@ -675,7 +675,7 @@ div.fill > #main-nav-bar {
|
|
|
675
675
|
|
|
676
676
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
|
|
677
677
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
|
|
678
|
-
margin-top:
|
|
678
|
+
margin-top: 10px;
|
|
679
679
|
margin-left: auto;
|
|
680
680
|
min-width: 16px;
|
|
681
681
|
height: 7px;
|
|
@@ -717,7 +717,8 @@ div.fill > #main-nav-bar {
|
|
|
717
717
|
display: none;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav > li > a
|
|
720
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav > li > a,
|
|
721
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav > li.open > a {
|
|
721
722
|
background: var(--colorNeutral10);
|
|
722
723
|
border-radius: var(--borderRadiusFull);
|
|
723
724
|
}
|
|
@@ -725,8 +726,9 @@ div.fill > #main-nav-bar {
|
|
|
725
726
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a img {
|
|
726
727
|
margin-top: 2px;
|
|
727
728
|
margin-left: 2px;
|
|
728
|
-
margin-right: calc(var(--distanceSmallest) +
|
|
729
|
-
border:
|
|
729
|
+
margin-right: calc(var(--distanceSmallest) + 12px);
|
|
730
|
+
border: 1px solid var(--colorDefault40);
|
|
731
|
+
background: var(--colorDefault40);
|
|
730
732
|
}
|
|
731
733
|
|
|
732
734
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
|
|
@@ -825,11 +827,14 @@ div.fill > #main-nav-bar {
|
|
|
825
827
|
padding: var(--menuItemPaddingSize);
|
|
826
828
|
}
|
|
827
829
|
|
|
828
|
-
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a span.caret
|
|
829
|
-
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
|
|
830
|
+
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a span.caret {
|
|
830
831
|
margin-left: 8px;
|
|
831
832
|
}
|
|
832
833
|
|
|
834
|
+
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
|
|
835
|
+
margin-left: 16px;
|
|
836
|
+
}
|
|
837
|
+
|
|
833
838
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu,
|
|
834
839
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu {
|
|
835
840
|
background: var(--colorNeutral00);
|
|
@@ -847,7 +852,7 @@ div.fill > #main-nav-bar {
|
|
|
847
852
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav > li > a,
|
|
848
853
|
#main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a {
|
|
849
854
|
padding: 5px;
|
|
850
|
-
margin-top:
|
|
855
|
+
margin-top: 12px;
|
|
851
856
|
border-top-width: 0;
|
|
852
857
|
}
|
|
853
858
|
}
|
|
@@ -938,12 +943,12 @@ div.fill > #main-nav-bar {
|
|
|
938
943
|
.k-button:active {
|
|
939
944
|
position: relative;
|
|
940
945
|
border-radius: var(--borderRadiusFull);
|
|
941
|
-
padding:
|
|
946
|
+
padding: 7px 35px;
|
|
942
947
|
border-width: 0;
|
|
943
948
|
font-weight: 500;
|
|
944
949
|
font-size: 18px;
|
|
945
950
|
color: var(--colorNeutral00);
|
|
946
|
-
min-height:
|
|
951
|
+
min-height: auto;
|
|
947
952
|
outline: 0;
|
|
948
953
|
box-shadow: none;
|
|
949
954
|
}
|
|
@@ -971,11 +976,41 @@ div#view-canvas .btn /* Force in the editor */ {
|
|
|
971
976
|
.btn.disabled,
|
|
972
977
|
.btn[disabled],
|
|
973
978
|
.btn:disabled,
|
|
979
|
+
.btn.btn-default.disabled,
|
|
980
|
+
.btn.btn-default[disabled],
|
|
981
|
+
.btn.btn-default:disabled,
|
|
974
982
|
div#view-canvas .btn.disabled /* Force in the editor */ {
|
|
975
983
|
background: var(--colorDefault10);
|
|
976
984
|
color: var(--colorDefault30);
|
|
977
985
|
}
|
|
978
986
|
|
|
987
|
+
.btn.disabled span,
|
|
988
|
+
.btn[disabled] span,
|
|
989
|
+
.btn:disabled span,
|
|
990
|
+
.btn.btn-default.disabled span,
|
|
991
|
+
.btn.btn-default[disabled] span,
|
|
992
|
+
.btn.btn-default:disabled span,
|
|
993
|
+
.btn.disabled i,
|
|
994
|
+
.btn[disabled] i,
|
|
995
|
+
.btn:disabled i,
|
|
996
|
+
.btn.btn-default.disabled i,
|
|
997
|
+
.btn.btn-default[disabled] i,
|
|
998
|
+
.btn.btn-default:disabled i,
|
|
999
|
+
.btn.disabled:hover span,
|
|
1000
|
+
.btn[disabled]:hover span,
|
|
1001
|
+
.btn:disabled:hover span,
|
|
1002
|
+
.btn.btn-default.disabled:hover span,
|
|
1003
|
+
.btn.btn-default[disabled]:hover span,
|
|
1004
|
+
.btn.btn-default:disabled:hover span,
|
|
1005
|
+
.btn.disabled:hover i,
|
|
1006
|
+
.btn[disabled]:hover i,
|
|
1007
|
+
.btn:disabled:hover i,
|
|
1008
|
+
.btn.btn-default.disabled:hover i,
|
|
1009
|
+
.btn.btn-default[disabled]:hover i,
|
|
1010
|
+
.btn.btn-default:disabled:hover i {
|
|
1011
|
+
color: var(--colorNeutral00);
|
|
1012
|
+
}
|
|
1013
|
+
|
|
979
1014
|
.btn.btn-success,
|
|
980
1015
|
.btn.btn-success:focus,
|
|
981
1016
|
.btn.btn-success:focus:active,
|
|
@@ -992,6 +1027,15 @@ div#view-canvas .btn.btn-success.disabled/* Force in the editor */ {
|
|
|
992
1027
|
color: var(--colorSuccess20);
|
|
993
1028
|
}
|
|
994
1029
|
|
|
1030
|
+
.btn.btn-success.disabled:hover span,
|
|
1031
|
+
.btn.btn-success[disabled]:hover span,
|
|
1032
|
+
.btn.btn-success:disabled:hover span,
|
|
1033
|
+
.btn.btn-success.disabled:hover i,
|
|
1034
|
+
.btn.btn-success[disabled]:hover i,
|
|
1035
|
+
.btn.btn-success:disabled:hover i {
|
|
1036
|
+
color: var(--colorNeutral00);
|
|
1037
|
+
}
|
|
1038
|
+
|
|
995
1039
|
.btn.btn-warning,
|
|
996
1040
|
.btn.btn-warning:focus,
|
|
997
1041
|
.btn.btn-warning:focus:active,
|
|
@@ -1005,7 +1049,16 @@ div#view-canvas .btn.btn-warning /* Force in the editor */ {
|
|
|
1005
1049
|
.btn.btn-warning:disabled,
|
|
1006
1050
|
div#view-canvas .btn.btn-warning.disabled/* Force in the editor */ {
|
|
1007
1051
|
background: var(--colorWarning10);
|
|
1008
|
-
color: var(--
|
|
1052
|
+
color: var(--colorWarning30);
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.btn.btn-warning.disabled:hover span,
|
|
1056
|
+
.btn.btn-warning[disabled]:hover span,
|
|
1057
|
+
.btn.btn-warning:disabled:hover span,
|
|
1058
|
+
.btn.btn-warning.disabled:hover i,
|
|
1059
|
+
.btn.btn-warning[disabled]:hover i,
|
|
1060
|
+
.btn.btn-warning:disabled:hover i {
|
|
1061
|
+
color: var(--colorNeutral00);
|
|
1009
1062
|
}
|
|
1010
1063
|
|
|
1011
1064
|
.btn.btn-danger,
|
|
@@ -1024,6 +1077,15 @@ div#view-canvas .btn.btn-danger.disabled/* Force in the editor */ {
|
|
|
1024
1077
|
color: var(--colorDanger20);
|
|
1025
1078
|
}
|
|
1026
1079
|
|
|
1080
|
+
.btn.btn-danger.disabled:hover span,
|
|
1081
|
+
.btn.btn-danger[disabled]:hover span,
|
|
1082
|
+
.btn.btn-danger:disabled:hover span,
|
|
1083
|
+
.btn.btn-danger.disabled:hover i,
|
|
1084
|
+
.btn.btn-danger[disabled]:hover i,
|
|
1085
|
+
.btn.btn-danger:disabled:hover i {
|
|
1086
|
+
color: var(--colorNeutral00);
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1027
1089
|
.btn.btn-info,
|
|
1028
1090
|
.btn.btn-light,
|
|
1029
1091
|
.btn.btn-link,
|
|
@@ -1041,23 +1103,45 @@ div#view-canvas .btn.btn-link /* Force in the editor */ {
|
|
|
1041
1103
|
border-width: 1px;
|
|
1042
1104
|
border-style: solid;
|
|
1043
1105
|
background: var(--colorNeutral00);
|
|
1044
|
-
padding:
|
|
1106
|
+
padding: 5px 35px;
|
|
1045
1107
|
}
|
|
1046
1108
|
|
|
1047
1109
|
.btn.btn-primary,
|
|
1048
1110
|
.btn.btn-primary:focus,
|
|
1049
1111
|
.btn.btn-primary:focus:active,
|
|
1050
1112
|
.btn.btn-primary:active {
|
|
1051
|
-
|
|
1113
|
+
color: var(--colorDefault40);
|
|
1114
|
+
border-color: var(--colorDefault40);
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.btn.btn-primary:hover span,
|
|
1118
|
+
.btn.btn-primary:hover i {
|
|
1052
1119
|
color: var(--colorDefault40);
|
|
1053
1120
|
}
|
|
1054
1121
|
|
|
1055
1122
|
.btn.btn-primary.disabled,
|
|
1056
1123
|
.btn.btn-primary[disabled],
|
|
1057
1124
|
.btn.btn-primary:disabled,
|
|
1058
|
-
div#view-canvas .btn.btn-primary.disabled
|
|
1059
|
-
|
|
1060
|
-
color: var(--
|
|
1125
|
+
div#view-canvas .btn.btn-primary.disabled /* Force in the editor */ {
|
|
1126
|
+
background: var(--colorDefault10);
|
|
1127
|
+
color: var(--colorDefault10);
|
|
1128
|
+
border-color: var(--colorDefault20);
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.btn.btn-primary.disabled:hover:before,
|
|
1132
|
+
.btn.btn-primary[disabled]:hover:before,
|
|
1133
|
+
.btn.btn-primary:disabled:hover:before,
|
|
1134
|
+
.btn.btn-primary.disabled:hover:before {
|
|
1135
|
+
opacity: 0;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.btn.btn-primary.disabled:hover span,
|
|
1139
|
+
.btn.btn-primary[disabled]:hover span,
|
|
1140
|
+
.btn.btn-primary:disabled:hover span,
|
|
1141
|
+
.btn.btn-primary.disabled:hover i,
|
|
1142
|
+
.btn.btn-primary[disabled]:hover i,
|
|
1143
|
+
.btn.btn-primary:disabled:hover i {
|
|
1144
|
+
color: var(--colorNeutral00);
|
|
1061
1145
|
}
|
|
1062
1146
|
|
|
1063
1147
|
.btn.btn-info,
|
|
@@ -1074,6 +1158,29 @@ div#view-canvas .btn.btn-primary.disabled, /* Force in the editor */ {
|
|
|
1074
1158
|
div#view-canvas .btn.btn-info.disabled /* Force in the editor */ {
|
|
1075
1159
|
border-color: var(--colorDefault20);
|
|
1076
1160
|
color: var(--colorDefault20);
|
|
1161
|
+
background: var(--colorNeutral00);
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.btn.btn-info.disabled span,
|
|
1165
|
+
.btn.btn-info[disabled] span,
|
|
1166
|
+
.btn.btn-info:disabled span,
|
|
1167
|
+
.btn.btn-info.disabled i,
|
|
1168
|
+
.btn.btn-info[disabled] i,
|
|
1169
|
+
.btn.btn-info:disabled i,
|
|
1170
|
+
.btn.btn-info.disabled:hover span,
|
|
1171
|
+
.btn.btn-info[disabled]:hover span,
|
|
1172
|
+
.btn.btn-info:disabled:hover span,
|
|
1173
|
+
.btn.btn-info.disabled:hover i,
|
|
1174
|
+
.btn.btn-info[disabled]:hover i,
|
|
1175
|
+
.btn.btn-info:disabled:hover i {
|
|
1176
|
+
color: var(--colorDefault20);
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.btn.btn-info.disabled:hover:before,
|
|
1180
|
+
.btn.btn-info[disabled]:hover:before,
|
|
1181
|
+
.btn.btn-info:disabled:hover:before,
|
|
1182
|
+
.btn.btn-info.disabled:hover:before {
|
|
1183
|
+
opacity: 0;
|
|
1077
1184
|
}
|
|
1078
1185
|
|
|
1079
1186
|
.btn.btn-light,
|
|
@@ -1092,6 +1199,28 @@ div#view-canvas .btn.btn-light.disabled /* Force in the editor */ {
|
|
|
1092
1199
|
color: var(--colorNeutral40);
|
|
1093
1200
|
}
|
|
1094
1201
|
|
|
1202
|
+
.btn.btn-light.disabled span,
|
|
1203
|
+
.btn.btn-light[disabled] span,
|
|
1204
|
+
.btn.btn-light:disabled span,
|
|
1205
|
+
.btn.btn-light.disabled i,
|
|
1206
|
+
.btn.btn-light[disabled] i,
|
|
1207
|
+
.btn.btn-light:disabled i,
|
|
1208
|
+
.btn.btn-light.disabled:hover span,
|
|
1209
|
+
.btn.btn-light[disabled]:hover span,
|
|
1210
|
+
.btn.btn-light:disabled:hover span,
|
|
1211
|
+
.btn.btn-light.disabled:hover i,
|
|
1212
|
+
.btn.btn-light[disabled]:hover i,
|
|
1213
|
+
.btn.btn-light:disabled:hover i {
|
|
1214
|
+
color: var(--colorNeutral30);
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.btn.btn-light.disabled:hover:before,
|
|
1218
|
+
.btn.btn-light[disabled]:hover:before,
|
|
1219
|
+
.btn.btn-light:disabled:hover:before,
|
|
1220
|
+
.btn.btn-light.disabled:hover:before {
|
|
1221
|
+
opacity: 0;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1095
1224
|
.btn.btn-link,
|
|
1096
1225
|
.btn.btn-link:focus,
|
|
1097
1226
|
.btn.btn-link:focus:active,
|
|
@@ -1108,6 +1237,28 @@ div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
|
|
|
1108
1237
|
color: var(--colorPrimary20);
|
|
1109
1238
|
}
|
|
1110
1239
|
|
|
1240
|
+
.btn.btn-link.disabled span,
|
|
1241
|
+
.btn.btn-link[disabled] span,
|
|
1242
|
+
.btn.btn-link:disabled span,
|
|
1243
|
+
.btn.btn-link.disabled i,
|
|
1244
|
+
.btn.btn-link[disabled] i,
|
|
1245
|
+
.btn.btn-link:disabled i,
|
|
1246
|
+
.btn.btn-link.disabled:hover span,
|
|
1247
|
+
.btn.btn-link[disabled]:hover span,
|
|
1248
|
+
.btn.btn-link:disabled:hover span,
|
|
1249
|
+
.btn.btn-link.disabled:hover i,
|
|
1250
|
+
.btn.btn-link[disabled]:hover i,
|
|
1251
|
+
.btn.btn-link:disabled:hover i {
|
|
1252
|
+
color: var(--colorDefault20);
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.btn.btn-link.disabled:hover:before,
|
|
1256
|
+
.btn.btn-link[disabled]:hover:before,
|
|
1257
|
+
.btn.btn-link:disabled:hover:before,
|
|
1258
|
+
.btn.btn-link.disabled:hover:before {
|
|
1259
|
+
opacity: 0;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1111
1262
|
.btn:before,
|
|
1112
1263
|
.k-button:before {
|
|
1113
1264
|
background: var(--colorNeutral00);
|
|
@@ -1161,6 +1312,12 @@ div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
|
|
|
1161
1312
|
.btn span {
|
|
1162
1313
|
margin-top: 2px;
|
|
1163
1314
|
z-index: 0;
|
|
1315
|
+
min-height: 30px;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.k-button i {
|
|
1319
|
+
min-height: 32px;
|
|
1320
|
+
padding-top: 8px;
|
|
1164
1321
|
}
|
|
1165
1322
|
|
|
1166
1323
|
.btn:hover i,
|
|
@@ -1174,11 +1331,6 @@ div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
|
|
|
1174
1331
|
color: inherit;
|
|
1175
1332
|
}
|
|
1176
1333
|
|
|
1177
|
-
.btn.btn-primary:hover i,
|
|
1178
|
-
.btn.btn-primary:hover span {
|
|
1179
|
-
color: var(--colorDefault40);
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
1334
|
.btn.btn-info:hover i,
|
|
1183
1335
|
.btn.btn-info:hover span {
|
|
1184
1336
|
color: var(--colorDefault40);
|
|
@@ -1197,13 +1349,14 @@ div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
|
|
|
1197
1349
|
.k-button.k-button-icontext span {
|
|
1198
1350
|
margin: 0;
|
|
1199
1351
|
margin-left: -1px;
|
|
1352
|
+
margin-top: 3px;
|
|
1200
1353
|
}
|
|
1201
1354
|
|
|
1202
1355
|
/* Labels */
|
|
1203
1356
|
label {
|
|
1204
1357
|
font-size: 18px;
|
|
1205
1358
|
font-weight: 500;
|
|
1206
|
-
|
|
1359
|
+
width: 100%;
|
|
1207
1360
|
}
|
|
1208
1361
|
|
|
1209
1362
|
/* Forms - General */
|
|
@@ -1258,6 +1411,7 @@ textarea.k-textbox,
|
|
|
1258
1411
|
.k-combobox .k-dropdown-wrap input::placeholder,
|
|
1259
1412
|
.k-autocomplete input::placeholder {
|
|
1260
1413
|
color: var(--colorNeutral70);
|
|
1414
|
+
font-style: italic;
|
|
1261
1415
|
}
|
|
1262
1416
|
|
|
1263
1417
|
.form-control:hover,
|
|
@@ -1362,8 +1516,18 @@ textarea.k-textbox,
|
|
|
1362
1516
|
}
|
|
1363
1517
|
|
|
1364
1518
|
span.k-dropdown-wrap > span.k-select {
|
|
1365
|
-
background: url("img/arrow-blue.svg")
|
|
1519
|
+
background-image: url("img/arrow-blue.svg");
|
|
1520
|
+
background-repeat: no-repeat;
|
|
1521
|
+
background-position: center;
|
|
1366
1522
|
background-size: 50%;
|
|
1523
|
+
border-radius: var(--borderRadiusFull);
|
|
1524
|
+
height: 35px;
|
|
1525
|
+
width: 35px;
|
|
1526
|
+
margin: 2px 2px 0 0;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
span.k-dropdown-wrap.k-state-hover > span.k-select:hover {
|
|
1530
|
+
background-color: var(--colorDefault10);
|
|
1367
1531
|
}
|
|
1368
1532
|
|
|
1369
1533
|
span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
@@ -1418,7 +1582,7 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1418
1582
|
|
|
1419
1583
|
.k-checkbox-label:before,
|
|
1420
1584
|
.k-radio-label:before {
|
|
1421
|
-
background:
|
|
1585
|
+
background-color: var(--colorNeutral00);
|
|
1422
1586
|
border-width: 1px;
|
|
1423
1587
|
height: 24px;
|
|
1424
1588
|
width: 24px;
|
|
@@ -1426,8 +1590,8 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1426
1590
|
|
|
1427
1591
|
.k-checkbox:checked + .k-checkbox-label:before {
|
|
1428
1592
|
color: var(--colorDefault40);
|
|
1429
|
-
padding-top:
|
|
1430
|
-
height:
|
|
1593
|
+
padding-top: 5px;
|
|
1594
|
+
height: 19px;
|
|
1431
1595
|
}
|
|
1432
1596
|
|
|
1433
1597
|
.k-checkbox-label:hover:before,
|
|
@@ -1449,7 +1613,7 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1449
1613
|
.k-checkbox-label:active:before,
|
|
1450
1614
|
.k-checkbox:indeterminate + .k-checkbox-label:before,
|
|
1451
1615
|
.checkbox-blue .k-checkbox:indeterminate + .k-checkbox-label:before {
|
|
1452
|
-
background-color: var(--
|
|
1616
|
+
background-color: var(--colorNeutral00);
|
|
1453
1617
|
box-shadow: none;
|
|
1454
1618
|
}
|
|
1455
1619
|
|
|
@@ -1539,6 +1703,7 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1539
1703
|
|
|
1540
1704
|
*[id^="crn-input-password"] .cardinput .k-textbox.form-control {
|
|
1541
1705
|
border: 1px solid var(--colorNeutral90);
|
|
1706
|
+
padding-right: 35px;
|
|
1542
1707
|
}
|
|
1543
1708
|
|
|
1544
1709
|
*[id^="crn-input-password"] .cardinput .k-textbox.form-control:focus {
|
|
@@ -1546,7 +1711,33 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1546
1711
|
box-shadow: 0 0 0 3px var(--colorWarning50);
|
|
1547
1712
|
}
|
|
1548
1713
|
|
|
1714
|
+
*[id^=crn-input-password] button {
|
|
1715
|
+
margin-left: -55px;
|
|
1716
|
+
position: relative;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
*[id^=crn-input-password] button i:before {
|
|
1720
|
+
color: var(--colorDefault40);
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1549
1723
|
/* Form - Text Input Button */
|
|
1724
|
+
*[id^="crn-textinputbutton"] .crn-textinputbutton {
|
|
1725
|
+
align-items: end;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
*[id^="crn-textinputbutton"] .form-group {
|
|
1729
|
+
margin-bottom: 0;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
*[id^="crn-textinputbutton"] .form-control {
|
|
1733
|
+
display: flex;
|
|
1734
|
+
flex-direction: column;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
*[id^="crn-textinputbutton"] .ng-scope {
|
|
1738
|
+
margin-bottom: 0;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1550
1741
|
*[id^="crn-textinputbutton"] .btn i {
|
|
1551
1742
|
margin-right: 0;
|
|
1552
1743
|
}
|
|
@@ -1604,10 +1795,11 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1604
1795
|
border: 0;
|
|
1605
1796
|
}
|
|
1606
1797
|
|
|
1607
|
-
*[id^="crn-accordion"] .panel .panel-heading div h1:
|
|
1798
|
+
*[id^="crn-accordion"] .panel .panel-heading div h1:before {
|
|
1608
1799
|
font-family: 'Glyphicons Halflings';
|
|
1609
1800
|
content: "\e080";
|
|
1610
|
-
float:
|
|
1801
|
+
float: left;
|
|
1802
|
+
margin-right: 10px;
|
|
1611
1803
|
transform: rotate(90deg);
|
|
1612
1804
|
}
|
|
1613
1805
|
|
|
@@ -1868,6 +2060,28 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
1868
2060
|
border-radius: var(--borderRadiusSmall);
|
|
1869
2061
|
}
|
|
1870
2062
|
|
|
2063
|
+
*[id^="crn-datepicker"] div div:after,
|
|
2064
|
+
*[id^="crn-datetimepicker"] div div:after,
|
|
2065
|
+
*[id^="crn-timepicker"] div div:after {
|
|
2066
|
+
font: normal normal normal 14px/1 FontAwesome;
|
|
2067
|
+
content: "\f133";
|
|
2068
|
+
margin-left: -30px;
|
|
2069
|
+
position: relative;
|
|
2070
|
+
font-size: 16px;
|
|
2071
|
+
top: 2px;
|
|
2072
|
+
color: var(--colorDefault40);
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
*[id^="crn-timepicker"] div div:after {
|
|
2076
|
+
content: "\f017";
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
*[id^="crn-datepicker"] div div input.form-control,
|
|
2080
|
+
*[id^="crn-datetimepicker"] div div input.form-control,
|
|
2081
|
+
*[id^="crn-timepicker"] div div input.form-control {
|
|
2082
|
+
padding-right: 35px;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
1871
2085
|
/* Tabs */
|
|
1872
2086
|
.ctn-tab {
|
|
1873
2087
|
border-bottom: 1px solid var(--colorNeutral40);
|
|
@@ -2070,30 +2284,42 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
2070
2284
|
/* Drag File Upload */
|
|
2071
2285
|
.dynamic-image-container {
|
|
2072
2286
|
border-radius: var(--borderRadiusSmallest);
|
|
2073
|
-
padding: var(--distanceMedium);
|
|
2074
2287
|
text-align: center;
|
|
2288
|
+
border-width: 1px;
|
|
2289
|
+
border-color: var(--colorDefault40);
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.dynamic-image-container > .ng-scope:before {
|
|
2293
|
+
font-family: "Glyphicons Halflings";
|
|
2294
|
+
content: "\e198";
|
|
2295
|
+
margin-left: 12px;
|
|
2296
|
+
top: 6px;
|
|
2297
|
+
position: relative;
|
|
2298
|
+
color: var(--colorDefault40);
|
|
2075
2299
|
}
|
|
2076
2300
|
|
|
2077
2301
|
.dynamic-image-container .btn {
|
|
2078
2302
|
margin: 3px 0;
|
|
2303
|
+
background-color: transparent;
|
|
2304
|
+
color: var(--colorDefault40);
|
|
2305
|
+
font-style: italic;
|
|
2079
2306
|
}
|
|
2080
2307
|
|
|
2081
2308
|
.dynamic-image-container .btn.ng-binding {
|
|
2082
|
-
font-size:
|
|
2309
|
+
font-size: 18px;
|
|
2083
2310
|
white-space: normal;
|
|
2084
2311
|
text-align: center;
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
.dynamic-image-container .btn.ng-binding:hover {
|
|
2088
|
-
color: var(--colorNeutral00);
|
|
2312
|
+
padding: 5px 15px;
|
|
2089
2313
|
}
|
|
2090
2314
|
|
|
2091
2315
|
.dynamic-image-container .btn.btn-info span {
|
|
2092
2316
|
margin-top: 6px;
|
|
2317
|
+
top: 4px;
|
|
2093
2318
|
}
|
|
2094
2319
|
|
|
2095
2320
|
.dynamic-image-container .start-camera-button-attribute {
|
|
2096
2321
|
bottom: 0;
|
|
2322
|
+
overflow: hidden;
|
|
2097
2323
|
}
|
|
2098
2324
|
|
|
2099
2325
|
/* Banner */
|
|
@@ -2238,8 +2464,6 @@ span.k-dropdown-wrap > span.k-select .k-icon:before {
|
|
|
2238
2464
|
|
|
2239
2465
|
.k-grid .k-header.k-grid-toolbar {
|
|
2240
2466
|
background: var(--colorNeutral20);
|
|
2241
|
-
border-radius: var(--borderRadiusSmallest);
|
|
2242
|
-
margin-bottom: var(--distanceSmall);
|
|
2243
2467
|
padding: var(--distanceMedium);
|
|
2244
2468
|
}
|
|
2245
2469
|
|
|
@@ -2296,6 +2520,7 @@ table.table thead th {
|
|
|
2296
2520
|
margin: 0;
|
|
2297
2521
|
white-space: normal;
|
|
2298
2522
|
vertical-align: top;
|
|
2523
|
+
color: var(--colorDefault40);
|
|
2299
2524
|
}
|
|
2300
2525
|
|
|
2301
2526
|
table.table thead th {
|
|
@@ -2333,6 +2558,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2333
2558
|
.k-grid table thead th.k-header a.k-link {
|
|
2334
2559
|
display: inline;
|
|
2335
2560
|
padding: 0;
|
|
2561
|
+
color: var(--colorDefault40);
|
|
2336
2562
|
}
|
|
2337
2563
|
|
|
2338
2564
|
.k-grid table thead th.k-header a.k-link .k-icon,
|
|
@@ -2395,6 +2621,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2395
2621
|
min-height: 0;
|
|
2396
2622
|
min-width: 0;
|
|
2397
2623
|
margin-left: 3px;
|
|
2624
|
+
background-color: transparent;
|
|
2398
2625
|
}
|
|
2399
2626
|
|
|
2400
2627
|
.k-grid table .k-button:first-child,
|
|
@@ -2404,6 +2631,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2404
2631
|
|
|
2405
2632
|
.k-grid table .k-button span:before {
|
|
2406
2633
|
left: -1px;
|
|
2634
|
+
color: var(--colorDefault40);
|
|
2407
2635
|
}
|
|
2408
2636
|
|
|
2409
2637
|
.k-grid .k-grid-pager {
|
|
@@ -2413,6 +2641,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2413
2641
|
.k-grid .k-grid-pager .k-state-selected {
|
|
2414
2642
|
background: var(--colorDefault40);
|
|
2415
2643
|
border-color: var(--colorDefault40);
|
|
2644
|
+
border-radius: var(--borderRadiusFull);
|
|
2416
2645
|
box-shadow: none;
|
|
2417
2646
|
}
|
|
2418
2647
|
|
|
@@ -2445,7 +2674,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2445
2674
|
}
|
|
2446
2675
|
|
|
2447
2676
|
.k-grid .k-grid-pager .k-link {
|
|
2448
|
-
border
|
|
2677
|
+
border: 0;
|
|
2449
2678
|
margin: 0;
|
|
2450
2679
|
}
|
|
2451
2680
|
|
|
@@ -2497,6 +2726,10 @@ table.table.table-hover tbody tr:hover {
|
|
|
2497
2726
|
background: var(--colorNeutral00);
|
|
2498
2727
|
}
|
|
2499
2728
|
|
|
2729
|
+
.k-grid .k-dropdown .k-dropdown-wrap .k-input {
|
|
2730
|
+
color: var(--colorDefault40);
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2500
2733
|
@media (max-width: 576px) {
|
|
2501
2734
|
.k-grid .k-pager-sizes.k-label {
|
|
2502
2735
|
padding: 20px 0 0;
|
|
@@ -2525,7 +2758,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2525
2758
|
}
|
|
2526
2759
|
|
|
2527
2760
|
.k-scheduler .k-scheduler-toolbar {
|
|
2528
|
-
background: var(--
|
|
2761
|
+
background: var(--colorNeutral00);
|
|
2529
2762
|
padding: var(--distanceExtraSmall);
|
|
2530
2763
|
border-bottom: 0;
|
|
2531
2764
|
}
|
|
@@ -2540,14 +2773,15 @@ table.table.table-hover tbody tr:hover {
|
|
|
2540
2773
|
.k-scheduler .k-scheduler-toolbar li:last-child,
|
|
2541
2774
|
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-selected,
|
|
2542
2775
|
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover {
|
|
2543
|
-
border-radius: var(--
|
|
2776
|
+
border-radius: var(--borderRadiusFull);
|
|
2777
|
+
border-color: var(--colorDefault40);
|
|
2778
|
+
border-width: 1px;
|
|
2544
2779
|
}
|
|
2545
2780
|
|
|
2546
2781
|
.k-scheduler .k-scheduler-toolbar li,
|
|
2547
2782
|
.k-scheduler .k-scheduler-toolbar li:first-child,
|
|
2548
2783
|
.k-scheduler .k-scheduler-toolbar li:last-child {
|
|
2549
2784
|
background: transparent;
|
|
2550
|
-
border: 0;
|
|
2551
2785
|
overflow: hidden;
|
|
2552
2786
|
}
|
|
2553
2787
|
|
|
@@ -2569,7 +2803,7 @@ table.table.table-hover tbody tr:hover {
|
|
|
2569
2803
|
.k-scheduler .k-scheduler-toolbar li.k-state-hover a,
|
|
2570
2804
|
.k-scheduler .k-scheduler-toolbar li.k-state-hover a.k-link,
|
|
2571
2805
|
.k-scheduler .k-scheduler-toolbar li.k-state-border-down a.k-link {
|
|
2572
|
-
background: var(--
|
|
2806
|
+
background: var(--colorDefault10);
|
|
2573
2807
|
}
|
|
2574
2808
|
|
|
2575
2809
|
.k-scheduler .k-scheduler-toolbar li.k-state-selected a,
|
|
@@ -2583,6 +2817,11 @@ table.table.table-hover tbody tr:hover {
|
|
|
2583
2817
|
width: calc(100% - 2px);
|
|
2584
2818
|
}
|
|
2585
2819
|
|
|
2820
|
+
.k-scheduler .k-scheduler-layout .k-scheduler-header .k-scheduler-header-wrap > .k-scheduler-table th {
|
|
2821
|
+
background-color: var(--colorNeutral10);
|
|
2822
|
+
color: var(--colorDefault40);
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2586
2825
|
.k-scheduler .k-scheduler-content .k-loading-mask {
|
|
2587
2826
|
z-index: 0;
|
|
2588
2827
|
}
|
|
@@ -2636,7 +2875,6 @@ table.table.table-hover tbody tr:hover {
|
|
|
2636
2875
|
}
|
|
2637
2876
|
|
|
2638
2877
|
*[id^="crn-rating"] .fa:before {
|
|
2639
|
-
color: var(--colorDefault40);
|
|
2640
2878
|
}
|
|
2641
2879
|
|
|
2642
2880
|
/* Social Login */
|
|
@@ -2649,6 +2887,12 @@ table.table.table-hover tbody tr:hover {
|
|
|
2649
2887
|
}
|
|
2650
2888
|
|
|
2651
2889
|
/* Modal */
|
|
2890
|
+
.modal .modal-header .close {
|
|
2891
|
+
color: var(--colorDefault40);
|
|
2892
|
+
opacity: 1;
|
|
2893
|
+
font-size: 32px;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2652
2896
|
.modal .modal-content {
|
|
2653
2897
|
border-radius: var(--borderRadiusNone);
|
|
2654
2898
|
}
|
|
@@ -2975,6 +3219,7 @@ div[id^="crn-signature-pad"] canvas {
|
|
|
2975
3219
|
.k-link.k-pager-nav.k-state-disabled:hover {
|
|
2976
3220
|
color: var(--colorDefault30);
|
|
2977
3221
|
background: var(--colorNeutral10);
|
|
3222
|
+
border-radius: var(--borderRadiusFull);
|
|
2978
3223
|
}
|
|
2979
3224
|
|
|
2980
3225
|
.k-icon.k-i-arrow-60-left:before,
|
|
@@ -2993,4 +3238,9 @@ div[id^="crn-signature-pad"] canvas {
|
|
|
2993
3238
|
|
|
2994
3239
|
.k-i-arrow-end-right:before {
|
|
2995
3240
|
content: "\e077";
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
/* User Grid Search Input */
|
|
3244
|
+
#crn-datasource-filter-general .form-group input {
|
|
3245
|
+
width: 100%;
|
|
2996
3246
|
}
|