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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Work Sans';
|
|
3
|
+
src: url('WorkSans-Black.woff2') format('woff2'),
|
|
4
|
+
url('WorkSans-Black.woff') format('woff');
|
|
5
|
+
font-weight: 900;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Work Sans';
|
|
12
|
+
src: url('WorkSans-Bold.woff2') format('woff2'),
|
|
13
|
+
url('WorkSans-Bold.woff') format('woff');
|
|
14
|
+
font-weight: bold;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'Work Sans';
|
|
21
|
+
src: url('WorkSans-BlackItalic.woff2') format('woff2'),
|
|
22
|
+
url('WorkSans-BlackItalic.woff') format('woff');
|
|
23
|
+
font-weight: 900;
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Work Sans';
|
|
30
|
+
src: url('WorkSans-BoldItalic.woff2') format('woff2'),
|
|
31
|
+
url('WorkSans-BoldItalic.woff') format('woff');
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Work Sans';
|
|
39
|
+
src: url('WorkSans-ExtraBold.woff2') format('woff2'),
|
|
40
|
+
url('WorkSans-ExtraBold.woff') format('woff');
|
|
41
|
+
font-weight: bold;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Work Sans';
|
|
48
|
+
src: url('WorkSans-ExtraBoldItalic.woff2') format('woff2'),
|
|
49
|
+
url('WorkSans-ExtraBoldItalic.woff') format('woff');
|
|
50
|
+
font-weight: bold;
|
|
51
|
+
font-style: italic;
|
|
52
|
+
font-display: swap;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: 'Work Sans';
|
|
57
|
+
src: url('WorkSans-ExtraLight.woff2') format('woff2'),
|
|
58
|
+
url('WorkSans-ExtraLight.woff') format('woff');
|
|
59
|
+
font-weight: 200;
|
|
60
|
+
font-style: normal;
|
|
61
|
+
font-display: swap;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Work Sans';
|
|
66
|
+
src: url('WorkSans-ExtraLightItalic.woff2') format('woff2'),
|
|
67
|
+
url('WorkSans-ExtraLightItalic.woff') format('woff');
|
|
68
|
+
font-weight: 200;
|
|
69
|
+
font-style: italic;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@font-face {
|
|
74
|
+
font-family: 'Work Sans';
|
|
75
|
+
src: url('WorkSans-Italic.woff2') format('woff2'),
|
|
76
|
+
url('WorkSans-Italic.woff') format('woff');
|
|
77
|
+
font-weight: normal;
|
|
78
|
+
font-style: italic;
|
|
79
|
+
font-display: swap;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Work Sans';
|
|
84
|
+
src: url('WorkSans-Light.woff2') format('woff2'),
|
|
85
|
+
url('WorkSans-Light.woff') format('woff');
|
|
86
|
+
font-weight: 300;
|
|
87
|
+
font-style: normal;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: 'Work Sans';
|
|
93
|
+
src: url('WorkSans-Medium.woff2') format('woff2'),
|
|
94
|
+
url('WorkSans-Medium.woff') format('woff');
|
|
95
|
+
font-weight: 500;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: 'Work Sans';
|
|
102
|
+
src: url('WorkSans-LightItalic.woff2') format('woff2'),
|
|
103
|
+
url('WorkSans-LightItalic.woff') format('woff');
|
|
104
|
+
font-weight: 300;
|
|
105
|
+
font-style: italic;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: 'Work Sans';
|
|
111
|
+
src: url('WorkSans-MediumItalic.woff2') format('woff2'),
|
|
112
|
+
url('WorkSans-MediumItalic.woff') format('woff');
|
|
113
|
+
font-weight: 500;
|
|
114
|
+
font-style: italic;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@font-face {
|
|
119
|
+
font-family: 'Work Sans';
|
|
120
|
+
src: url('WorkSans-Regular.woff2') format('woff2'),
|
|
121
|
+
url('WorkSans-Regular.woff') format('woff');
|
|
122
|
+
font-weight: normal;
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-display: swap;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@font-face {
|
|
128
|
+
font-family: 'Work Sans';
|
|
129
|
+
src: url('WorkSans-SemiBold.woff2') format('woff2'),
|
|
130
|
+
url('WorkSans-SemiBold.woff') format('woff');
|
|
131
|
+
font-weight: 600;
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
@font-face {
|
|
137
|
+
font-family: 'Work Sans';
|
|
138
|
+
src: url('WorkSans-SemiBoldItalic.woff2') format('woff2'),
|
|
139
|
+
url('WorkSans-SemiBoldItalic.woff') format('woff');
|
|
140
|
+
font-weight: 600;
|
|
141
|
+
font-style: italic;
|
|
142
|
+
font-display: swap;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@font-face {
|
|
146
|
+
font-family: 'Work Sans';
|
|
147
|
+
src: url('WorkSans-Thin.woff2') format('woff2'),
|
|
148
|
+
url('WorkSans-Thin.woff') format('woff');
|
|
149
|
+
font-weight: 100;
|
|
150
|
+
font-style: normal;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@font-face {
|
|
155
|
+
font-family: 'Work Sans';
|
|
156
|
+
src: url('WorkSans-ThinItalic.woff2') format('woff2'),
|
|
157
|
+
url('WorkSans-ThinItalic.woff') format('woff');
|
|
158
|
+
font-weight: 100;
|
|
159
|
+
font-style: italic;
|
|
160
|
+
font-display: swap;
|
|
161
|
+
}
|
|
162
|
+
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="10.094" viewBox="0 0 24 10.094">
|
|
2
|
+
<path id="Polígono_1" data-name="Polígono 1" d="M10.713,1.083a2,2,0,0,1,2.575,0L19.8,6.563a2,2,0,0,1-1.287,3.531H5.485A2,2,0,0,1,4.2,6.563Z" transform="translate(24 10.094) rotate(180)" fill="#666"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="10.094" viewBox="0 0 24 10.094">
|
|
2
|
+
<path id="Polígono_1" data-name="Polígono 1" d="M10.713,1.083a2,2,0,0,1,2.575,0L19.8,6.563a2,2,0,0,1-1.287,3.531H5.485A2,2,0,0,1,4.2,6.563Z" transform="translate(24 10.094) rotate(180)" fill="#fff"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
.btn {
|
|
2
|
+
background-color: var(--colorDefault40, #f5f5f5);
|
|
3
|
+
text-align: center;
|
|
4
|
+
color: var(--textColorDefault40, #444444);
|
|
5
|
+
border: 1px solid;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.btn:focus:hover,
|
|
9
|
+
.k-button:focus:hover {
|
|
10
|
+
box-shadow: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/* Default */
|
|
14
|
+
.btn.btn-default,
|
|
15
|
+
div#view-canvas .btn.btn-default {
|
|
16
|
+
background-image: linear-gradient(var(--colorDefault20, #fafafa), var(--colorDefault30, #f7f7f7) 60%, var(--colorDefault40, #f5f5f5));
|
|
17
|
+
border-color: var(--colorDefault50, #d7d7d7);
|
|
18
|
+
color: var(--textColorDefault40, #444444);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.btn.btn-default.active,
|
|
22
|
+
.btn.btn-default:active {
|
|
23
|
+
color: var(--textColorDefault40, #444444);
|
|
24
|
+
background-image: none;
|
|
25
|
+
box-shadow: none;
|
|
26
|
+
background-color: var(--colorDefault50, #d7d7d7);
|
|
27
|
+
border-color: var(--colorDefault50, #d7d7d7);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.btn.btn-default:focus,
|
|
31
|
+
.btn.btn-default:hover {
|
|
32
|
+
color: var(--textColorDefault40, #444444);
|
|
33
|
+
background-image: none;
|
|
34
|
+
box-shadow: none;
|
|
35
|
+
background-color: var(--colorDefault50, #d7d7d7);
|
|
36
|
+
border-color: var(--colorDefault60, #b3b3b3);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.btn.btn-default.disabled,
|
|
40
|
+
.btn.btn-default[disabled],
|
|
41
|
+
.btn.btn-default:disabled,
|
|
42
|
+
.btn.btn-default[disabled]:hover,
|
|
43
|
+
div#view-canvas .btn.btn-default[disabled] {
|
|
44
|
+
color: var(--textColorDefault40, #444444);
|
|
45
|
+
background-image: none;
|
|
46
|
+
background-color: var(--colorDefault40, #f5f5f5);
|
|
47
|
+
border-color: var(--colorDefault40, #f5f5f5);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/* Primary */
|
|
51
|
+
.btn.btn-primary,
|
|
52
|
+
div#view-canvas .btn.btn-primary {
|
|
53
|
+
background-image: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
|
|
54
|
+
border-color: var(--colorPrimary40, #2fa4e7);
|
|
55
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.btn.btn-primary.active,
|
|
59
|
+
.btn.btn-primary:active {
|
|
60
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
61
|
+
background-image: none;
|
|
62
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
63
|
+
background-color: var(--colorPrimary60, #2278a9);
|
|
64
|
+
border-color: var(--colorPrimary70, #1a5a7f);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.btn.btn-primary:focus,
|
|
68
|
+
.btn.btn-primary:hover {
|
|
69
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
70
|
+
background-image: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary50, #2990ca) 60%, var(--colorPrimary60, #2278a9));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.btn.btn-primary.disabled,
|
|
74
|
+
.btn.btn-primary[disabled],
|
|
75
|
+
div#view-canvas .btn.btn-primary[disabled] {
|
|
76
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
77
|
+
background-image: none;
|
|
78
|
+
background-color: var(--colorPrimary40, #2fa4e7);
|
|
79
|
+
border-color: var(--colorPrimary40, #2fa4e7);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* Success */
|
|
83
|
+
.btn.btn-success,
|
|
84
|
+
div#view-canvas .btn.btn-success {
|
|
85
|
+
background-image: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
|
|
86
|
+
border-color: var(--colorSuccess40, #73a839);
|
|
87
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.btn.btn-success.active,
|
|
91
|
+
.btn.btn-success:active {
|
|
92
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
93
|
+
background-image: none;
|
|
94
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
95
|
+
background-color: var(--colorSuccess60, #547b2a);
|
|
96
|
+
border-color: var(--colorSuccess70, #216312);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.btn.btn-success:focus,
|
|
100
|
+
.btn.btn-success:hover {
|
|
101
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
102
|
+
background-image: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess50, #659332) 60%, var(--colorSuccess60, #547b2a));
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.btn.btn-success.disabled,
|
|
106
|
+
.btn.btn-success[disabled],
|
|
107
|
+
div#view-canvas .btn.btn-success[disabled] {
|
|
108
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
109
|
+
background-image: none;
|
|
110
|
+
background-color: var(--colorSuccess40, #73a839);
|
|
111
|
+
border-color: var(--colorSuccess40, #73a839);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* Warning */
|
|
115
|
+
.btn.btn-warning,
|
|
116
|
+
div#view-canvas .btn.btn-warning {
|
|
117
|
+
background-image: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
|
|
118
|
+
border-color: var(--colorWarning40, #dd5600);
|
|
119
|
+
color: var(--textColorWarning40, #ffffff);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.btn.btn-warning.active,
|
|
123
|
+
.btn.btn-warning:active {
|
|
124
|
+
color: var(--textColorWarning40, #ffffff);
|
|
125
|
+
background-image: none;
|
|
126
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
127
|
+
background-color: var(--colorWarning60, #a23f00);
|
|
128
|
+
border-color: var(--colorWarning70, #792f00);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.btn.btn-warning:focus,
|
|
132
|
+
.btn.btn-warning:hover {
|
|
133
|
+
color: var(--textColorWarning40, #ffffff);
|
|
134
|
+
background-image: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning50, #c24b00) 60%, var(--colorWarning60, #a23f00));
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.btn.btn-warning.disabled,
|
|
138
|
+
.btn.btn-warning[disabled],
|
|
139
|
+
div#view-canvas .btn.btn-warning[disabled] {
|
|
140
|
+
color: var(--textColorWarning40, #ffffff);
|
|
141
|
+
background-image: none;
|
|
142
|
+
background-color: var(--colorWarning40, #dd5600);
|
|
143
|
+
border-color: var(--colorWarning40, #dd5600);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* Danger */
|
|
147
|
+
.btn.btn-danger,
|
|
148
|
+
div#view-canvas .btn.btn-danger {
|
|
149
|
+
background-image: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
|
|
150
|
+
border-color: var(--colorDanger40, #c71c22);
|
|
151
|
+
color: var(--textColorDanger40, #ffffff);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.btn.btn-danger.active,
|
|
155
|
+
.btn.btn-danger:active {
|
|
156
|
+
color: var(--textColorDanger40, #ffffff);
|
|
157
|
+
background-image: none;
|
|
158
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
159
|
+
background-color: var(--colorDanger60, #921519);
|
|
160
|
+
border-color: var(--colorDanger70, #6d0f13);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.btn.btn-danger:focus,
|
|
164
|
+
.btn.btn-danger:hover {
|
|
165
|
+
color: var(--textColorDanger40, #ffffff);
|
|
166
|
+
background-image: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger50, #ae191e) 60%, var(--colorDanger60, #921519));
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.btn.btn-danger.disabled,
|
|
170
|
+
.btn.btn-danger[disabled],
|
|
171
|
+
div#view-canvas .btn.btn-danger[disabled] {
|
|
172
|
+
color: var(--textColorDanger40, #ffffff);
|
|
173
|
+
background-image: none;
|
|
174
|
+
background-color: var(--colorDanger40, #c71c22);
|
|
175
|
+
border-color: var(--colorDanger40, #c71c22);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/* Info */
|
|
179
|
+
.btn.btn-info,
|
|
180
|
+
div#view-canvas .btn.btn-info {
|
|
181
|
+
background-image: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
|
|
182
|
+
border-color: var(--colorCalm40, #033c73);
|
|
183
|
+
color: var(--textColorCalm40, #ffffff);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.btn.btn-info.active,
|
|
187
|
+
.btn.btn-info:active {
|
|
188
|
+
color: var(--textColorCalm40, #ffffff);
|
|
189
|
+
background-image: none;
|
|
190
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
191
|
+
background-color: var(--colorCalm60, #022c54);
|
|
192
|
+
border-color: var(--colorCalm70, #02213f);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.btn.btn-info:focus,
|
|
196
|
+
.btn.btn-info:hover {
|
|
197
|
+
color: var(--textColorCalm40, #ffffff);
|
|
198
|
+
background-image: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm50, #033565) 60%, var(--colorCalm60, #022c54));
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.btn.btn-info.disabled,
|
|
202
|
+
.btn.btn-info[disabled],
|
|
203
|
+
div#view-canvas .btn.btn-info[disabled] {
|
|
204
|
+
color: var(--textColorCalm40, #ffffff);
|
|
205
|
+
background-image: none;
|
|
206
|
+
background-color: var(--colorCalm40, #033c73);
|
|
207
|
+
border-color: var(--colorCalm40, #033c73);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* Light */
|
|
211
|
+
.btn.btn-light,
|
|
212
|
+
div#view-canvas .btn.btn-light {
|
|
213
|
+
background-image: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff) 60%, var(--colorLight50, #dfdfdf));
|
|
214
|
+
border-color: var(--colorLight40, #ffffff);
|
|
215
|
+
color: var(--textColorLight40, #444444);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.btn.btn-light.active,
|
|
219
|
+
.btn.btn-light:active {
|
|
220
|
+
color: var(--textColorLight40, #444444);
|
|
221
|
+
background-image: none;
|
|
222
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
223
|
+
background-color: var(--colorLight60, #bbbbbb);
|
|
224
|
+
border-color: var(--colorLight70, #8c8c8c);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.btn.btn-light:focus,
|
|
228
|
+
.btn.btn-light:hover {
|
|
229
|
+
color: var(--textColorLight40, #444444);
|
|
230
|
+
background-image: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight50, #dfdfdf) 60%, var(--colorLight60, #bbbbbb));
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.btn.btn-light.disabled,
|
|
234
|
+
.btn.btn-light[disabled],
|
|
235
|
+
div#view-canvas .btn.btn-light[disabled] {
|
|
236
|
+
color: var(--textColorLight40, #444444);
|
|
237
|
+
background-image: none;
|
|
238
|
+
background-color: var(--colorLight40, #eeeeee);
|
|
239
|
+
border-color: var(--colorLight40, #eeeeee);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* Link */
|
|
243
|
+
.btn.btn-link,
|
|
244
|
+
div#view-canvas .btn.btn-link {
|
|
245
|
+
background-image: none;
|
|
246
|
+
background-color: transparent;
|
|
247
|
+
border: none;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.btn.btn-link i,
|
|
251
|
+
.btn.btn-link span {
|
|
252
|
+
color: var(--colorPrimary40, #2fa4e7);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.btn.btn-link.active,
|
|
256
|
+
.btn.btn-link:active {
|
|
257
|
+
background-image: none;
|
|
258
|
+
box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.btn.btn-link.disabled,
|
|
262
|
+
.btn.btn-link[disabled]:hover,
|
|
263
|
+
div#view-canvas .btn.btn-link.disabled {
|
|
264
|
+
color: var(--colorPrimary40, #2fa4e7);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.btn.btn-link:focus,
|
|
268
|
+
.btn.btn-link:hover {
|
|
269
|
+
color: var(--colorPrimary40, #2fa4e7);
|
|
270
|
+
text-decoration: underline;
|
|
271
|
+
background-color: transparent;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.btn.btn-link:focus i,
|
|
275
|
+
.btn.btn-link:hover i {
|
|
276
|
+
text-decoration: none;
|
|
277
|
+
}
|