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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.form-control {
|
|
2
|
+
display: block;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 38px;
|
|
5
|
+
padding: 8px 12px;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
line-height: 1.42857143;
|
|
8
|
+
color: #666666;
|
|
9
|
+
background-color: #ffffff;
|
|
10
|
+
background-image: none;
|
|
11
|
+
border: 1px solid #cccccc;
|
|
12
|
+
border-radius: 4px;
|
|
13
|
+
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
|
|
14
|
+
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
|
|
15
|
+
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
|
16
|
+
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
17
|
+
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
18
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.siginPanel{
|
|
2
|
+
background-color: var(--colorLight40);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.login-view {
|
|
6
|
+
flex-direction: column-reverse;
|
|
7
|
+
background-color: var(--colorNeutral00);
|
|
8
|
+
border-radius: 3px;
|
|
9
|
+
padding: var(--distanceSmall);
|
|
10
|
+
margin-top: 20px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.login-view .reset-password {
|
|
14
|
+
text-align: right;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.login-view .sign-up {
|
|
18
|
+
text-align: center;
|
|
19
|
+
padding: 0;
|
|
20
|
+
margin-top: var(--distanceSmallest);
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.navbar {
|
|
2
|
+
background-color: var(--colorDefault10, #d9d9d9);
|
|
3
|
+
border-bottom: 1px solid var(--colorDefault30, #474949);
|
|
4
|
+
min-height: 50px;
|
|
5
|
+
margin-bottom: 20px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.navbar-nav>li>a,
|
|
9
|
+
.navbar-nav>li>a:hover {
|
|
10
|
+
padding-top: 17px;
|
|
11
|
+
padding-bottom: 13px;
|
|
12
|
+
transition: color ease-in-out 0.2s;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.navbar-brand,
|
|
16
|
+
.navbar-brand:hover {
|
|
17
|
+
transition: color ease-in-out 0.2s;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.navbar .caret,
|
|
21
|
+
.navbar .caret:hover {
|
|
22
|
+
transition: border-color ease-in-out 0.2s;
|
|
23
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.ui-notification {
|
|
2
|
+
border-radius: var(--borderRadiusExtraSmall);
|
|
3
|
+
padding: var(--distanceMedium);
|
|
4
|
+
box-shadow: none;
|
|
5
|
+
background-color: var(--colorDefault40, #474949);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ui-notification.success {
|
|
9
|
+
background-color: var(--colorSuccess40, #3cb521);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.ui-notification.warning {
|
|
13
|
+
background-color: var(--colorWarning40, #d47500);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.ui-notification.error {
|
|
17
|
+
background-color: var(--colorDanger40, #cd0200);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ui-notification.info {
|
|
21
|
+
background-color: var(--colorCalm40, #3399f3);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
.ui-notification .message {
|
|
26
|
+
margin: 0;
|
|
27
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/* Report Viewer */
|
|
2
|
+
div[id^="crn-cron-report-viewer"]>*>div {
|
|
3
|
+
border-radius: var(--borderRadiusExtraSmall);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
div.stiJsViewerMainPanel,
|
|
7
|
+
div.stiJsViewerToolBar {
|
|
8
|
+
z-index: unset;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
div.stiJsViewerMainPanel {
|
|
12
|
+
border: 1px solid var(--colorNeutral40);
|
|
13
|
+
border-radius: var(--borderRadiusExtraSmall);
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
div.stiJsViewerToolBar {
|
|
18
|
+
background-color: var(--colorNeutral10);
|
|
19
|
+
padding: 2px var(--distanceMedium);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
div.stiJsViewerToolBar>div {
|
|
23
|
+
background: transparent;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable {
|
|
27
|
+
border: 0;
|
|
28
|
+
background: transparent;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td {
|
|
32
|
+
color: var(--colorNeutral160);
|
|
33
|
+
font-family: 'Work Sans';
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonOver,
|
|
37
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonSelected {
|
|
38
|
+
background-color: var(--colorNeutral30);
|
|
39
|
+
border-radius: var(--borderRadiusSmallest);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td div table.stiJsViewerClearAllStyles {
|
|
43
|
+
margin-top: -5px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(5) div table.stiJsViewerClearAllStyles,
|
|
47
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(6) div table.stiJsViewerClearAllStyles,
|
|
48
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(7) div table.stiJsViewerClearAllStyles,
|
|
49
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(9) div table.stiJsViewerClearAllStyles,
|
|
50
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(12) div table.stiJsViewerClearAllStyles,
|
|
51
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(13) div table.stiJsViewerClearAllStyles,
|
|
52
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(15) div table.stiJsViewerClearAllStyles,
|
|
53
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(16) div table.stiJsViewerClearAllStyles,
|
|
54
|
+
div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(18) div table.stiJsViewerClearAllStyles {
|
|
55
|
+
margin-top: 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
div.stiJsViewerMenu {
|
|
59
|
+
border-radius: var(--borderRadiusSmallest);
|
|
60
|
+
box-shadow: none;
|
|
61
|
+
border-color: var(--colorDefault10, #d9d9d9);
|
|
62
|
+
margin-top: -3px;
|
|
63
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
.k-scheduler .k-scheduler-header th,
|
|
3
|
+
.k-scheduler .k-scheduler-header-wrap,
|
|
4
|
+
.k-scheduler .k-scheduler-table td,
|
|
5
|
+
.k-scheduler .k-scheduler-times,
|
|
6
|
+
.k-scheduler .k-scheduler-times th,
|
|
7
|
+
.k-scheduler .k-scheduler-times tr {
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
font-size: var(--textNormalSize, 14px);
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.k-slider .k-slider-track,
|
|
2
|
+
.k-slider .k-slider-selection {
|
|
3
|
+
border-radius: var(--borderRadiusSmallest);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.k-slider .k-slider-selection {
|
|
7
|
+
background-color: var(--colorDefault10);
|
|
8
|
+
margin-top: -4px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.k-slider .k-draghandle,
|
|
12
|
+
.k-slider .k-draghandle.k-state-focused,
|
|
13
|
+
.k-slider .k-draghandle.k-state-focused:link {
|
|
14
|
+
background-color: var(--backgroundColor);
|
|
15
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.k-grid table .k-button {
|
|
2
|
+
border-radius: var(--borderRadiusFull);
|
|
3
|
+
min-width: auto;
|
|
4
|
+
padding: 6px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.k-grid table {
|
|
8
|
+
color: var(--textColor70);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.k-state-selected,
|
|
12
|
+
.k-state-selected:link,
|
|
13
|
+
.k-state-selected:visited,
|
|
14
|
+
.k-tool.k-state-selected,
|
|
15
|
+
.k-grid td.k-state-selected:hover,
|
|
16
|
+
.k-grid tr.k-state-selected:hover td {
|
|
17
|
+
background-color: var(--colorDefault40);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.k-listbox .k-item,
|
|
21
|
+
.k-popup .k-list .k-item,
|
|
22
|
+
.k-grid .k-widget select,
|
|
23
|
+
.k-list>.k-state-hover,
|
|
24
|
+
.k-state-hover:hover,
|
|
25
|
+
.k-pager-sizes .k-dropdown-wrap .k-input,
|
|
26
|
+
.k-grid .k-widget {
|
|
27
|
+
color: var(--textColor70);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.k-popup .k-list .k-state-focused {
|
|
31
|
+
box-shadow: inset 0 0 2px 0 var(--colorDefault30), inset 0 0 7px 0 var(--colorDefault40);
|
|
32
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.ctn-tab {
|
|
2
|
+
border-radius: var(--borderRadiusNone);
|
|
3
|
+
padding: 0;
|
|
4
|
+
margin-bottom: 20px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.ctn-tab .nav-tabs {
|
|
8
|
+
border-bottom: 1px solid var(--colorNeutral30);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ctn-tab .nav-tabs li {
|
|
12
|
+
background: transparent;
|
|
13
|
+
border-radius: var(--borderRadiusNone);
|
|
14
|
+
border: 0;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
margin-left: 0;
|
|
17
|
+
margin-right: 0;
|
|
18
|
+
margin-bottom: -2px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ctn-tab .nav-tabs li.active {
|
|
22
|
+
background: transparent;
|
|
23
|
+
border: 1px solid var(--colorNeutral30);
|
|
24
|
+
border-bottom: 1px solid var(--colorNeutral00);
|
|
25
|
+
bottom: 1px;
|
|
26
|
+
border-radius: 4px 4px 0 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.ctn-tab .nav-tabs li a {
|
|
30
|
+
background: transparent;
|
|
31
|
+
border: 0;
|
|
32
|
+
margin: 0;
|
|
33
|
+
border-radius: var(--borderRadiusNone);
|
|
34
|
+
padding: var(--distanceExtraSmall) var(--distanceSmall);
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
color: var(--colorPrimary40, #446e9b);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ctn-tab .nav-tabs li a:hover {
|
|
40
|
+
background-color: var(--colorNeutral10);
|
|
41
|
+
color: var(--colorPrimary50, #3c6088);
|
|
42
|
+
border: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ctn-tab .nav-tabs li.active a,
|
|
46
|
+
.ctn-tab .nav-tabs li.active a:hover {
|
|
47
|
+
background: transparent;
|
|
48
|
+
color: var(--colorNeutral140);
|
|
49
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
@import 'button.css';
|
|
2
|
+
@import 'carousel.css';
|
|
3
|
+
@import 'cookies.css';
|
|
4
|
+
@import 'forms.css';
|
|
5
|
+
@import 'login.css';
|
|
6
|
+
@import 'menu.css';
|
|
7
|
+
@import 'modal.css';
|
|
8
|
+
@import 'notification.css';
|
|
9
|
+
@import 'scheduler.css';
|
|
10
|
+
@import 'slider.css';
|
|
11
|
+
@import 'table-grid.css';
|
|
12
|
+
@import 'tabs.css';
|
|
13
|
+
@import 'treeview.css';
|
|
14
|
+
|
|
15
|
+
/* ==== GENERAL ==== */
|
|
16
|
+
*,
|
|
17
|
+
*:hover,
|
|
18
|
+
*:focus,
|
|
19
|
+
*:active {
|
|
20
|
+
outline: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
body {
|
|
25
|
+
background-color: var(--backgroundColor40, #ffffff);
|
|
26
|
+
font-family: var(--fontFamily, "Helvetica Neue", Helvetica, Arial, sans-serif);
|
|
27
|
+
font-size: var(--textNormalSize, 14px);
|
|
28
|
+
line-height: 1.42857143;
|
|
29
|
+
color: #2d2d2d;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
body,
|
|
33
|
+
.k-block,
|
|
34
|
+
.k-content,
|
|
35
|
+
.k-dropdown .k-input,
|
|
36
|
+
.k-popup,
|
|
37
|
+
.k-toolbar,
|
|
38
|
+
.k-widget {
|
|
39
|
+
color: var(--textColor40, #2d2d2d);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
a,
|
|
43
|
+
a:focus,
|
|
44
|
+
a:active {
|
|
45
|
+
color: var(--colorDefault40, #474949, #474949);
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
outline: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
a:hover {
|
|
51
|
+
color: var(--colorDefault30, #8a8b8b, #8a8b8b);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
h1,
|
|
55
|
+
.h1,
|
|
56
|
+
h2,
|
|
57
|
+
.h2,
|
|
58
|
+
h3,
|
|
59
|
+
.h3,
|
|
60
|
+
h4,
|
|
61
|
+
.h4,
|
|
62
|
+
h5,
|
|
63
|
+
.h5,
|
|
64
|
+
h6,
|
|
65
|
+
.h6 {
|
|
66
|
+
font-weight: 500;
|
|
67
|
+
color: var(--textColor70, #383838);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.k-block,
|
|
71
|
+
.k-content {
|
|
72
|
+
background: transparent;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* ==== TEXT ==== */
|
|
76
|
+
.text-default {
|
|
77
|
+
color: var(--colorDefault40, #474949);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.text-primary {
|
|
81
|
+
color: var(--colorPrimary40, #446e9b);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.text-secondary {
|
|
85
|
+
color: var(--colorPrimary50, #3c6088);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.text-success {
|
|
89
|
+
color: var(--colorSuccess40, #3cb521);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.text-warning {
|
|
93
|
+
color: var(--colorWarning40, #d47500);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.text-danger {
|
|
97
|
+
color: var(--colorDanger40, #cd0200);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.text-info {
|
|
101
|
+
color: var(--colorCalm40, #3399f3);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.text-light {
|
|
105
|
+
color: var(--colorLight40, #eeeeee);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.text-dark {
|
|
109
|
+
color: var(--colorDark40, #333333);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.text-muted {
|
|
113
|
+
color: #666;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.text-white {
|
|
117
|
+
color: #fff;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.lead {
|
|
121
|
+
font-size: 21px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@media (min-width: 768px) {
|
|
125
|
+
.lead {
|
|
126
|
+
font-size: 21px;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* ==== PAGE LOADING BAR ====*/
|
|
131
|
+
.pace div.pace-progress {
|
|
132
|
+
background-color: var(--colorPrimary40, #446e9b);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
/* ==== ADMIN PAGES ====*/
|
|
137
|
+
#starter div[id^="crn-form"] input {
|
|
138
|
+
width: 100%;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* ==== COMPONENTS ==== */
|
|
142
|
+
|
|
143
|
+
/* Drag File Upload */
|
|
144
|
+
.dynamic-image-container .btn {
|
|
145
|
+
margin: 8px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.dynamic-image-container .btn.ng-binding {
|
|
149
|
+
white-space: normal;
|
|
150
|
+
text-align: center;
|
|
151
|
+
background-color: var(--colorNeutral20);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.dynamic-image-container .btn.btn-info span {
|
|
155
|
+
margin-top: 6px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* Rating */
|
|
159
|
+
*[id^="crn-rating"] .fa {
|
|
160
|
+
cursor: pointer;
|
|
161
|
+
font-size: 28px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/* Charts */
|
|
165
|
+
div[id^="crn-chart"] {
|
|
166
|
+
float: none;
|
|
167
|
+
padding: 0;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.chartjs-render-monitor {
|
|
171
|
+
padding: 0;
|
|
172
|
+
float: none;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/* Signatura Pad */
|
|
176
|
+
div[id^="crn-signature-pad"] canvas {
|
|
177
|
+
background-color: var(--colorNeutral00);
|
|
178
|
+
border-radius: var(--borderRadiusSmallest);
|
|
179
|
+
border: 1px solid var(--colorNeutral40);
|
|
180
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
/* Timeline */
|
|
3
|
+
.crn-timeline-container {
|
|
4
|
+
margin: 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
ul.timeline:before {
|
|
8
|
+
background-color: var(--colorNeutral80);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
ul.timeline .timeline-event>*:nth-child(1) {
|
|
12
|
+
box-shadow: none;
|
|
13
|
+
z-index: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
ul.timeline .timeline-event>.warning:nth-child(1) {
|
|
17
|
+
background-color: var(--colorWarning40, #d47500);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
ul.timeline .timeline-event>.info:nth-child(1) {
|
|
21
|
+
background-color: var(--colorPrimary40, #446e9b);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
ul.timeline .timeline-event>*:nth-child(2) {
|
|
25
|
+
box-shadow: none;
|
|
26
|
+
border: 0;
|
|
27
|
+
border-radius: var(--borderRadiusSmallest);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
ul.timeline .timeline-event>*:nth-child(2):before {
|
|
31
|
+
border: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
ul.timeline .timeline-event .timeline-badge {
|
|
35
|
+
color: var(--colorNeutral00);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ul.timeline .timeline-event .timeline-heading {
|
|
39
|
+
color: var(--textColor);
|
|
40
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
|
|
2
|
+
/* Tree */
|
|
3
|
+
.k-treeview .k-item {
|
|
4
|
+
margin-bottom: 5px;
|
|
5
|
+
color: var(--colorDefault40, #474949);
|
|
6
|
+
background-color: var(--colorDefault10, #d9d9d9);
|
|
7
|
+
border-radius: var(--borderRadiusExtraSmall);
|
|
8
|
+
padding: 0;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-treeview .k-item .k-item {
|
|
13
|
+
margin-left: 25px;
|
|
14
|
+
margin-bottom: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.k-treeview .k-icon {
|
|
18
|
+
margin-left: 0;
|
|
19
|
+
width: 100%;
|
|
20
|
+
text-align: left;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.k-treeview .k-icon:before {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.k-treeview .k-in {
|
|
28
|
+
width: calc(100% - 20px);
|
|
29
|
+
padding: 5px 10px;
|
|
30
|
+
margin: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.k-treeview .k-icon.k-i-collapse {
|
|
34
|
+
margin-top: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.k-treeview .k-icon.k-i-collapse .k-in {
|
|
38
|
+
font-weight: bold;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-treeview .k-icon.k-i-expand .k-in:before,
|
|
43
|
+
.k-treeview .k-icon.k-i-collapse .k-in:before {
|
|
44
|
+
font-family: "WebComponentsIcons";
|
|
45
|
+
margin-right: 10px;
|
|
46
|
+
font-weight: normal;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.k-treeview .k-icon.k-i-expand .k-in:before {
|
|
50
|
+
content: "\e005";
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.k-treeview .k-icon.k-i-collapse .k-in:before {
|
|
54
|
+
content: "\e001";
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.k-treeview .k-in.k-state-hover,
|
|
58
|
+
.k-treeview .k-in.k-state-selected {
|
|
59
|
+
border-radius: var(--borderRadiusExtraSmall);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.k-treeview .k-in.k-state-hover {
|
|
63
|
+
color: var(--colorDefault40, #474949);
|
|
64
|
+
background-color: var(--colorDefault20, #b5b6b6);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.k-treeview .k-in.k-state-selected {
|
|
68
|
+
color: var(--textColorDefault40, #ffffff);
|
|
69
|
+
background-color: var(--colorDefault40, #474949);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.k-treeview .k-state-focused {
|
|
73
|
+
box-shadow: none;
|
|
74
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
2
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
3
|
+
@import '../../dist/css/cronos.css';
|
|
2
4
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
5
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
-
@import 'custom/
|
|
5
|
-
@import 'custom/
|
|
6
|
-
@import '../../dist/css/cronos.css';
|
|
6
|
+
@import 'custom/theme-general/theme-general.css';
|
|
7
|
+
@import 'custom/darkly/custom-darkly.css';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
2
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
3
|
+
@import '../../dist/css/cronos.css';
|
|
2
4
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
5
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
-
@import 'custom/
|
|
5
|
-
@import 'custom/
|
|
6
|
-
@import '../../dist/css/cronos.css';
|
|
6
|
+
@import 'custom/theme-general/theme-general.css';
|
|
7
|
+
@import 'custom/flatly/custom-flatly.css';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
|
|
1
2
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
3
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
4
|
+
@import '../../dist/css/cronos.css';
|
|
2
5
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
6
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
-
@import 'custom/
|
|
5
|
-
@import 'custom/
|
|
6
|
-
@import '../../dist/css/cronos.css';
|
|
7
|
+
@import 'custom/theme-general/theme-general.css';
|
|
8
|
+
@import 'custom/spacelab/custom-spacelab.css';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
|
|
2
|
+
@import 'custom/navigator/custom-navigator.css';
|
|
3
|
+
@import '../../dist/css/cronos.css';
|
|
2
4
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
|
|
3
5
|
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
|
|
4
|
-
@import 'custom/
|
|
5
|
-
@import 'custom/
|
|
6
|
-
@import '../../dist/css/cronos.css';
|
|
6
|
+
@import 'custom/theme-general/theme-general.css';
|
|
7
|
+
@import 'custom/superhero/custom-superhero.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()}(this,function(){return function(t,e){"use strict";if(!t||isNaN(+e))return e;var n,i,s,r
|
|
1
|
+
!function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()}(this,function(){return function(t,e){"use strict";if(!t||isNaN(+e))return e;var g,n,i,s,u,r=t.length,l=t.search(/[0-9\-\+#]/),c=0<l?t.substring(0,l):"",o=t.split("").reverse().join(""),d=o.search(/[0-9\-\+#]/),f=r-d,a=t.substring(f,1+f),h=f+("."===a||","===a?1:0),a=0<d?t.substring(h,r):"",d=(e="-"===(t=t.substring(l,h)).charAt(0)?-e:+e)<0?e=-e:0,p=(l=t.match(/[^\d\-\+#]/g))&&l[l.length-1]||".",b=l&&l[1]&&l[0]||",";if(t=t.split(p),e=+(e=e.toFixed(t[1]&&t[1].length))+"",s=t[1]&&t[1].lastIndexOf("0"),(!(i=e.split("."))[1]||i[1]&&i[1].length<=s)&&(e=(+e).toFixed(s+1)),s=t[0].split(b),t[0]=s.join(""),-1<(g=t[0]&&t[0].indexOf("0")))for(;i[0].length<t[0].length-g;)i[0]="0"+i[0];else 0==+i[0]&&(i[0]="");if((e=e.split("."))[0]=i[0],n=s[1]&&s[s.length-1].length){for(o="",f=(u=e[0]).length%n,r=u.length,h=0;h<r;h++)o+=u.charAt(h),!((h-f+1)%n)&&h<r-n&&(o+=b);e[0]=o}return e[1]=t[1]&&e[1]?p+e[1]:"",c+((d="0"!==(l=e.join(""))&&""!==l?d:!1)?"-":"")+l+a}});
|