cronapp-framework-js 2.9.1-SP.9 → 2.9.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-accordion.components.json +1 -1
- package/components/crn-button-filter.components.json +23 -12
- package/components/crn-button.components.json +22 -11
- package/components/crn-enterprise-autocomplete.components.json +1 -1
- package/components/crn-enterprise-checkbox.components.json +20 -10
- package/components/crn-enterprise-combobox-multiple.components.json +20 -10
- package/components/crn-panel.components.json +20 -10
- package/components/crn-radiogroup.components.json +20 -10
- package/components/crn-signature-pad.components.json +1 -1
- package/components/crn-upload-file.components.json +25 -14
- package/components/crn-upload.components.json +27 -15
- package/{deprecated/components/css → components/css/deprecated}/checkbox-color.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/color-default.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/combobox-color.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/multiselect-editor.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/option-color.css +0 -0
- package/components/templates/accordion.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +4 -38
- package/components/templates/cron-calendar.designtime.html +74 -169
- package/css/animate.css +2 -2
- package/css/app.css +9 -0
- package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
- package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
- package/css/themes/custom/cerulean/button-cerulean.css +20 -1
- package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
- package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
- package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
- package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
- package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
- package/css/themes/custom/darkly/custom-darkly.css +113 -10
- package/css/themes/custom/darkly/panel-darkly.css +3 -7
- package/css/themes/custom/dsgov/button-dsgov.css +11 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
- package/css/themes/custom/dsgov/form-dsgov.css +2 -2
- package/css/themes/custom/flatly/custom-flatly.css +70 -0
- package/css/themes/custom/flatly/panel-flatly.css +11 -16
- package/css/themes/custom/fuse/custom-fuse.css +169 -9
- package/css/themes/custom/fuse/panel-fuse.css +5 -5
- package/css/themes/custom/journal/custom-journal.css +70 -0
- package/css/themes/custom/journal/panel-journal.css +3 -6
- package/css/themes/custom/material/custom-material.css +132 -28
- package/css/themes/custom/theme-general/button.css +20 -0
- package/css/themes/custom/theme-general/forms.css +6 -1
- package/css/themes/custom/theme-general/notification.css +16 -0
- package/css/themes/custom/theme-general/scheduler.css +17 -25
- package/css/themes/custom/theme-general/table-grid.css +6 -8
- package/css/themes/custom/theme-general/theme-general.css +7 -6
- package/css/themes/deprecated/aquamarine.min.css +6 -0
- package/css/themes/deprecated/cerulean.min.css +7 -0
- package/css/themes/deprecated/cosmo.min.css +7 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +47 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +620 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +158 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +24 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +27 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +49 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +401 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +172 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +184 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +17 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +33 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +75 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +143 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +351 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +71 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +264 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +149 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +22 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +63 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +268 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +261 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +25 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +48 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +26 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +58 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +725 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +491 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +261 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +37 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +787 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +30 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +10 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +782 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +184 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +35 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +133 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +60 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +143 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +276 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +408 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +109 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +288 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +154 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +95 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +171 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +269 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +31 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +37 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/animations.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
- package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +30 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/container.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/fade.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
- package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/media.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +619 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +31 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/visible.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +19 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +393 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +26 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +706 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +75 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +244 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +260 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +251 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1125 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +413 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +209 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +318 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +59 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +294 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +178 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +136 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +218 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +711 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +182 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +45 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +353 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +611 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +55 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +199 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +20 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +46 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +19 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +96 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +113 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +239 -0
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +3085 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +3 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +10 -0
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +10 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +3246 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/fonts.css +162 -0
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +144 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +9 -0
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +252 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
- package/css/themes/deprecated/custom/fuse/components_css/media.css +60 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +4179 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/font.css +0 -0
- package/css/themes/deprecated/custom/fuse/font/fonts.css +8 -0
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +9 -0
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +9 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/fonts.css +108 -0
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +11 -0
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +11 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/login.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/custom-material.css +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/fonts.css +108 -0
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +11 -0
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +11 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +174 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +11 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +58 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +185 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +98 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +38 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +27 -0
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +363 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
- package/css/themes/deprecated/cyborg.min.css +7 -0
- package/css/themes/deprecated/darkly.min.css +7 -0
- package/css/themes/deprecated/dsgov.min.css +6 -0
- package/css/themes/deprecated/flatly.min.css +7 -0
- package/css/themes/deprecated/fuse.min.css +7 -0
- package/css/themes/deprecated/journal.min.css +7 -0
- package/css/themes/deprecated/lumen.min.css +7 -0
- package/css/themes/deprecated/material.min.css +4 -0
- package/css/themes/deprecated/material_raiz.min.css +3 -0
- package/css/themes/deprecated/paper.min.css +7 -0
- package/css/themes/deprecated/readable.min.css +7 -0
- package/css/themes/deprecated/sandstone.min.css +7 -0
- package/css/themes/deprecated/simplex.min.css +7 -0
- package/css/themes/deprecated/slate.min.css +7 -0
- package/css/themes/deprecated/spacelab.min.css +7 -0
- package/css/themes/deprecated/superhero.min.css +7 -0
- package/css/themes/deprecated/united.min.css +7 -0
- package/css/themes/deprecated/yeti.min.css +7 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/checkbox-color.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/color-default.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/combobox-color.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/multiselect-editor.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/option-color.css +0 -0
- 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-autocomplete.designtime.html +1 -26
- package/dist/components/templates/cron-calendar.designtime.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/panel-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/notification.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/deprecated/aquamarine.min.css +1 -0
- package/dist/css/themes/deprecated/cerulean.min.css +1 -0
- package/dist/css/themes/deprecated/cosmo.min.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/animations.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/container.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/fade.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/media.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/visible.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +12 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/font.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/login.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/custom-material.css +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
- package/dist/css/themes/deprecated/cyborg.min.css +1 -0
- package/dist/css/themes/deprecated/darkly.min.css +1 -0
- package/dist/css/themes/deprecated/dsgov.min.css +1 -0
- package/dist/css/themes/deprecated/flatly.min.css +1 -0
- package/dist/css/themes/deprecated/fuse.min.css +1 -0
- package/dist/css/themes/deprecated/journal.min.css +1 -0
- package/dist/css/themes/deprecated/lumen.min.css +1 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/dist/css/themes/deprecated/material_raiz.min.css +1 -0
- package/dist/css/themes/deprecated/paper.min.css +1 -0
- package/dist/css/themes/deprecated/readable.min.css +1 -0
- package/dist/css/themes/deprecated/sandstone.min.css +1 -0
- package/dist/css/themes/deprecated/simplex.min.css +1 -0
- package/dist/css/themes/deprecated/slate.min.css +1 -0
- package/dist/css/themes/deprecated/spacelab.min.css +1 -0
- package/dist/css/themes/deprecated/superhero.min.css +1 -0
- package/dist/css/themes/deprecated/united.min.css +1 -0
- package/dist/css/themes/deprecated/yeti.min.css +1 -0
- package/dist/js/directives.js +2 -2
- package/dist/js/reports/reports.service.js +1 -1
- package/js/directives.js +89 -57
- package/js/reports/reports.service.js +14 -3
- package/package.json +1 -1
- package/deprecated/css/animate.css +0 -433
- package/deprecated/css/app.css +0 -427
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +0 -263
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +0 -288
- package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/css/modalTemplate.css +0 -37
- package/deprecated/css/themes/cerulean.min.css +0 -7
- package/deprecated/css/themes/cosmo.min.css +0 -7
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +0 -4179
- package/deprecated/css/themes/cyborg.min.css +0 -7
- package/deprecated/css/themes/darkly.min.css +0 -7
- package/deprecated/css/themes/flatly.min.css +0 -7
- package/deprecated/css/themes/fuse.min.css +0 -7
- package/deprecated/css/themes/journal.min.css +0 -7
- package/deprecated/css/themes/lumen.min.css +0 -7
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/css/themes/paper.min.css +0 -7
- package/deprecated/css/themes/readable.min.css +0 -7
- package/deprecated/css/themes/sandstone.min.css +0 -7
- package/deprecated/css/themes/simplex.min.css +0 -7
- package/deprecated/css/themes/slate.min.css +0 -7
- package/deprecated/css/themes/spacelab.min.css +0 -7
- package/deprecated/css/themes/superhero.min.css +0 -7
- package/deprecated/css/themes/united.min.css +0 -7
- package/deprecated/css/themes/yeti.min.css +0 -7
- package/deprecated/dist/components/css/font-size.css +0 -1
- package/deprecated/dist/components/css/image.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -1
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +0 -1
- package/deprecated/dist/components/reports/DATE.parameter.html +0 -1
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +0 -1
- package/deprecated/dist/components/reports/FLOAT.parameter.html +0 -1
- package/deprecated/dist/components/reports/INTEGER.parameter.html +0 -1
- package/deprecated/dist/components/reports/LONG.parameter.html +0 -1
- package/deprecated/dist/components/reports/STRING.parameter.html +0 -1
- package/deprecated/dist/components/reports/reports.parameters.html +0 -1
- package/deprecated/dist/components/reports/reports.view.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +0 -1
- package/deprecated/dist/components/templates/accordion.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +0 -1
- package/deprecated/dist/components/templates/banner.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.oauth2.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/buttonfilter.template.html +0 -1
- package/deprecated/dist/components/templates/carousel.template.html +0 -1
- package/deprecated/dist/components/templates/cell.template.html +0 -1
- package/deprecated/dist/components/templates/chart.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +0 -1
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +0 -1
- package/deprecated/dist/components/templates/crn-input-password.template.html +0 -1
- package/deprecated/dist/components/templates/crn-list-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +0 -1
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +0 -26
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +0 -1
- package/deprecated/dist/components/templates/cron-barcode.template.html +0 -1
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +0 -1
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-calendar.template.html +0 -1
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +0 -6
- package/deprecated/dist/components/templates/cron-captcha.template.html +0 -1
- package/deprecated/dist/components/templates/cron-chat.designtime.html +0 -17
- package/deprecated/dist/components/templates/cron-chat.template.html +0 -1
- package/deprecated/dist/components/templates/cron-checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-date.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +0 -1
- package/deprecated/dist/components/templates/cron-grid.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-grid.template.html +0 -1
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/cron-qrcode.template.html +0 -1
- package/deprecated/dist/components/templates/cron-radio.template.html +0 -1
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +0 -1
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +0 -1
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +0 -2
- package/deprecated/dist/components/templates/cron-scheduler.template.html +0 -1
- package/deprecated/dist/components/templates/cron-slider.template.html +0 -1
- package/deprecated/dist/components/templates/cron-switch.template.html +0 -1
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-tree-view.template.html +0 -1
- package/deprecated/dist/components/templates/datasource.template.html +0 -1
- package/deprecated/dist/components/templates/datasourcefilter.template.html +0 -1
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +0 -1
- package/deprecated/dist/components/templates/date.template.html +0 -1
- package/deprecated/dist/components/templates/datetime.template.html +0 -1
- package/deprecated/dist/components/templates/div.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/dynamictitle.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/fileupload-button.template.html +0 -1
- package/deprecated/dist/components/templates/fileupload.template.html +0 -1
- package/deprecated/dist/components/templates/foot-cell.template.html +0 -1
- package/deprecated/dist/components/templates/foot-row.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/grid-horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/grid-vertical.template.html +0 -1
- package/deprecated/dist/components/templates/grid.template.html +0 -1
- package/deprecated/dist/components/templates/head-cell.template.html +0 -1
- package/deprecated/dist/components/templates/head-row.template.html +0 -1
- package/deprecated/dist/components/templates/head.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/icon.template.html +0 -1
- package/deprecated/dist/components/templates/image-menu.template.html +0 -1
- package/deprecated/dist/components/templates/image.default.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/navbar.template.html +0 -1
- package/deprecated/dist/components/templates/panel.template.html +0 -1
- package/deprecated/dist/components/templates/qrcode.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/row.template.html +0 -1
- package/deprecated/dist/components/templates/sidebar.template.html +0 -1
- package/deprecated/dist/components/templates/social-button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/sub-form.template.html +0 -1
- package/deprecated/dist/components/templates/subtitle.template.html +0 -1
- package/deprecated/dist/components/templates/table.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/text.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/textinputicon.template.html +0 -1
- package/deprecated/dist/components/templates/time.template.html +0 -1
- package/deprecated/dist/components/templates/title-default.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/treeview.template.html +0 -1
- package/deprecated/dist/css/animate.css +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +0 -1
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +0 -1
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/dist/css/modalTemplate.css +0 -1
- package/deprecated/dist/css/themes/cerulean.min.css +0 -1
- package/deprecated/dist/css/themes/cosmo.min.css +0 -1
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +0 -1
- package/deprecated/dist/css/themes/cyborg.min.css +0 -1
- package/deprecated/dist/css/themes/darkly.min.css +0 -1
- package/deprecated/dist/css/themes/flatly.min.css +0 -1
- package/deprecated/dist/css/themes/fuse.min.css +0 -1
- package/deprecated/dist/css/themes/journal.min.css +0 -1
- package/deprecated/dist/css/themes/lumen.min.css +0 -1
- package/deprecated/dist/css/themes/material.min.css +0 -1
- package/deprecated/dist/css/themes/paper.min.css +0 -1
- package/deprecated/dist/css/themes/readable.min.css +0 -1
- package/deprecated/dist/css/themes/sandstone.min.css +0 -1
- package/deprecated/dist/css/themes/simplex.min.css +0 -1
- package/deprecated/dist/css/themes/slate.min.css +0 -1
- package/deprecated/dist/css/themes/spacelab.min.css +0 -1
- package/deprecated/dist/css/themes/superhero.min.css +0 -1
- package/deprecated/dist/css/themes/united.min.css +0 -1
- package/deprecated/dist/css/themes/yeti.min.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -143
- package/deprecated/dist/i18n/locale_pt_br.json +0 -143
- package/deprecated/dist/img/ballon_icon.svg +0 -1
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-captcha.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-grid.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-password.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-panel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-slider.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-table.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-three-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-upload.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +0 -1
- package/deprecated/dist/img/cronGrid.png +0 -0
- package/deprecated/dist/img/cronRichEditor.png +0 -0
- package/deprecated/dist/img/cronapp-logo-login.png +0 -0
- package/deprecated/dist/img/img-user.svg +0 -1
- package/deprecated/dist/img/logo-cronapp-negativa.svg +0 -1
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +0 -1
- package/deprecated/dist/img/nophoto.png +0 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qrcode.png +0 -0
- package/deprecated/dist/img/recaptcha-logo.svg +0 -1
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +0 -1
- package/deprecated/dist/img/svg-charts.svg +0 -1
- package/deprecated/dist/img/switch.png +0 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -14
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/stateProvider.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/ballon_icon.svg +0 -3
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-accordion.svg +0 -25
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-calendar.svg +0 -23
- package/deprecated/img/cron-icon/crn-captcha.svg +0 -36
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -21
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +0 -27
- package/deprecated/img/cron-icon/crn-combobox.svg +0 -24
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -18
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-datepicker.svg +0 -35
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +0 -41
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -26
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +0 -28
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +0 -18
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +0 -26
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -21
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +0 -24
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -29
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +0 -20
- package/deprecated/img/cron-icon/crn-grid-table.svg +0 -21
- package/deprecated/img/cron-icon/crn-grid.svg +0 -27
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +0 -19
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-input-password.svg +0 -24
- package/deprecated/img/cron-icon/crn-jumbotron.svg +0 -24
- package/deprecated/img/cron-icon/crn-list.svg +0 -24
- package/deprecated/img/cron-icon/crn-navbar.svg +0 -25
- package/deprecated/img/cron-icon/crn-one-container.svg +0 -17
- package/deprecated/img/cron-icon/crn-ordered-list.svg +0 -44
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +0 -42
- package/deprecated/img/cron-icon/crn-panel.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-report-viewer.svg +0 -24
- package/deprecated/img/cron-icon/crn-rich-editor.svg +0 -22
- package/deprecated/img/cron-icon/crn-scheduler.svg +0 -27
- package/deprecated/img/cron-icon/crn-simple-text.svg +0 -18
- package/deprecated/img/cron-icon/crn-slider.svg +0 -19
- package/deprecated/img/cron-icon/crn-social-login.svg +0 -29
- package/deprecated/img/cron-icon/crn-sub-form.svg +0 -27
- package/deprecated/img/cron-icon/crn-table.svg +0 -20
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -22
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-three-container.svg +0 -21
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +0 -19
- package/deprecated/img/cron-icon/crn-timepicker.svg +0 -20
- package/deprecated/img/cron-icon/crn-tree-view.svg +0 -19
- package/deprecated/img/cron-icon/crn-two-container.svg +0 -18
- package/deprecated/img/cron-icon/crn-unordered-list.svg +0 -24
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +0 -28
- package/deprecated/img/cron-icon/crn-upload.svg +0 -20
- package/deprecated/img/cron-icon/crn-vertical-container.svg +0 -19
- package/deprecated/img/cron-icon/cron-breadrumb.svg +0 -638
- package/deprecated/img/cronGrid.png +0 -0
- package/deprecated/img/cronRichEditor.png +0 -0
- package/deprecated/img/cronapp-logo-login.png +0 -0
- package/deprecated/img/img-user.svg +0 -1
- package/deprecated/img/logo-cronapp-negativa.svg +0 -1
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +0 -1
- package/deprecated/img/nophoto.png +0 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qrcode.png +0 -0
- package/deprecated/img/recaptcha-logo.svg +0 -1
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +0 -44
- package/deprecated/img/svg-charts.svg +0 -1
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
.carousel {
|
|
2
|
+
position: relative
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.carousel-inner {
|
|
6
|
+
position: relative;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
width: 100%
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.carousel-inner>.item {
|
|
12
|
+
display: none;
|
|
13
|
+
position: relative;
|
|
14
|
+
-webkit-transition: .6s ease-in-out left;
|
|
15
|
+
-o-transition: .6s ease-in-out left;
|
|
16
|
+
transition: .6s ease-in-out left
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.carousel-inner>.item>img,
|
|
20
|
+
.carousel-inner>.item>a>img {
|
|
21
|
+
line-height: 1
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media all and (transform-3d),
|
|
25
|
+
(-webkit-transform-3d) {
|
|
26
|
+
.carousel-inner>.item {
|
|
27
|
+
-webkit-transition: -webkit-transform .6s ease-in-out;
|
|
28
|
+
-o-transition: -o-transform .6s ease-in-out;
|
|
29
|
+
transition: transform .6s ease-in-out;
|
|
30
|
+
-webkit-backface-visibility: hidden;
|
|
31
|
+
backface-visibility: hidden;
|
|
32
|
+
-webkit-perspective: 1000px;
|
|
33
|
+
perspective: 1000px
|
|
34
|
+
}
|
|
35
|
+
.carousel-inner>.item.next,
|
|
36
|
+
.carousel-inner>.item.active.right {
|
|
37
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
|
38
|
+
transform: translate3d(100%, 0, 0);
|
|
39
|
+
left: 0
|
|
40
|
+
}
|
|
41
|
+
.carousel-inner>.item.prev,
|
|
42
|
+
.carousel-inner>.item.active.left {
|
|
43
|
+
-webkit-transform: translate3d(-100%, 0, 0);
|
|
44
|
+
transform: translate3d(-100%, 0, 0);
|
|
45
|
+
left: 0
|
|
46
|
+
}
|
|
47
|
+
.carousel-inner>.item.next.left,
|
|
48
|
+
.carousel-inner>.item.prev.right,
|
|
49
|
+
.carousel-inner>.item.active {
|
|
50
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
51
|
+
transform: translate3d(0, 0, 0);
|
|
52
|
+
left: 0
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.carousel-inner>.active,
|
|
57
|
+
.carousel-inner>.next,
|
|
58
|
+
.carousel-inner>.prev {
|
|
59
|
+
display: block
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.carousel-inner>.active {
|
|
63
|
+
left: 0
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.carousel-inner>.next,
|
|
67
|
+
.carousel-inner>.prev {
|
|
68
|
+
position: absolute;
|
|
69
|
+
top: 0;
|
|
70
|
+
width: 100%
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.carousel-inner>.next {
|
|
74
|
+
left: 100%
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.carousel-inner>.prev {
|
|
78
|
+
left: -100%
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.carousel-inner>.next.left,
|
|
82
|
+
.carousel-inner>.prev.right {
|
|
83
|
+
left: 0
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.carousel-inner>.active.left {
|
|
87
|
+
left: -100%
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.carousel-inner>.active.right {
|
|
91
|
+
left: 100%
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.carousel-control {
|
|
95
|
+
position: absolute;
|
|
96
|
+
top: 0;
|
|
97
|
+
left: 0;
|
|
98
|
+
bottom: 0;
|
|
99
|
+
width: 15%;
|
|
100
|
+
opacity: 0.5;
|
|
101
|
+
filter: alpha(opacity=50);
|
|
102
|
+
font-size: 20px;
|
|
103
|
+
color: #ffffff;
|
|
104
|
+
text-align: center;
|
|
105
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
|
106
|
+
background-color: rgba(0, 0, 0, 0)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.carousel-control.left {
|
|
110
|
+
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
|
111
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
|
112
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
|
|
113
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
|
114
|
+
background-repeat: repeat-x;
|
|
115
|
+
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.carousel-control.right {
|
|
119
|
+
left: auto;
|
|
120
|
+
right: 0;
|
|
121
|
+
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
|
122
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
|
123
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
|
|
124
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
|
125
|
+
background-repeat: repeat-x;
|
|
126
|
+
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.carousel-control:hover,
|
|
130
|
+
.carousel-control:focus {
|
|
131
|
+
outline: 0;
|
|
132
|
+
color: #ffffff;
|
|
133
|
+
text-decoration: none;
|
|
134
|
+
opacity: 0.9;
|
|
135
|
+
filter: alpha(opacity=90)
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.carousel-control .icon-prev,
|
|
139
|
+
.carousel-control .icon-next,
|
|
140
|
+
.carousel-control .glyphicon-chevron-left,
|
|
141
|
+
.carousel-control .glyphicon-chevron-right {
|
|
142
|
+
position: absolute;
|
|
143
|
+
top: 50%;
|
|
144
|
+
margin-top: -10px;
|
|
145
|
+
z-index: 5;
|
|
146
|
+
display: inline-block
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.carousel-control .icon-prev,
|
|
150
|
+
.carousel-control .glyphicon-chevron-left {
|
|
151
|
+
left: 50%;
|
|
152
|
+
margin-left: -10px
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.carousel-control .icon-next,
|
|
156
|
+
.carousel-control .glyphicon-chevron-right {
|
|
157
|
+
right: 50%;
|
|
158
|
+
margin-right: -10px
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.carousel-control .icon-prev,
|
|
162
|
+
.carousel-control .icon-next {
|
|
163
|
+
width: 20px;
|
|
164
|
+
height: 20px;
|
|
165
|
+
line-height: 1;
|
|
166
|
+
font-family: serif
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.carousel-control .icon-prev:before {
|
|
170
|
+
content: '\2039'
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.carousel-control .icon-next:before {
|
|
174
|
+
content: '\203a'
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.carousel-indicators {
|
|
178
|
+
position: absolute;
|
|
179
|
+
bottom: 10px;
|
|
180
|
+
left: 50%;
|
|
181
|
+
z-index: 15;
|
|
182
|
+
width: 60%;
|
|
183
|
+
margin-left: -30%;
|
|
184
|
+
padding-left: 0;
|
|
185
|
+
list-style: none;
|
|
186
|
+
text-align: center
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.carousel-indicators li {
|
|
190
|
+
display: inline-block;
|
|
191
|
+
width: 10px;
|
|
192
|
+
height: 10px;
|
|
193
|
+
margin: 1px;
|
|
194
|
+
text-indent: -999px;
|
|
195
|
+
border: 1px solid #ffffff;
|
|
196
|
+
border-radius: 10px;
|
|
197
|
+
cursor: pointer;
|
|
198
|
+
background-color: #000 \9;
|
|
199
|
+
background-color: rgba(0, 0, 0, 0)
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.carousel-indicators .active {
|
|
203
|
+
margin: 0;
|
|
204
|
+
width: 12px;
|
|
205
|
+
height: 12px;
|
|
206
|
+
background-color: #ffffff
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.carousel-caption {
|
|
210
|
+
position: absolute;
|
|
211
|
+
left: 15%;
|
|
212
|
+
right: 15%;
|
|
213
|
+
bottom: 20px;
|
|
214
|
+
z-index: 10;
|
|
215
|
+
padding-top: 20px;
|
|
216
|
+
padding-bottom: 20px;
|
|
217
|
+
color: #ffffff;
|
|
218
|
+
text-align: center;
|
|
219
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.carousel-caption .btn {
|
|
223
|
+
text-shadow: none
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
@media screen and (min-width:768px) {
|
|
227
|
+
.carousel-control .glyphicon-chevron-left,
|
|
228
|
+
.carousel-control .glyphicon-chevron-right,
|
|
229
|
+
.carousel-control .icon-prev,
|
|
230
|
+
.carousel-control .icon-next {
|
|
231
|
+
width: 30px;
|
|
232
|
+
height: 30px;
|
|
233
|
+
margin-top: -10px;
|
|
234
|
+
font-size: 30px
|
|
235
|
+
}
|
|
236
|
+
.carousel-control .glyphicon-chevron-left,
|
|
237
|
+
.carousel-control .icon-prev {
|
|
238
|
+
margin-left: -10px
|
|
239
|
+
}
|
|
240
|
+
.carousel-control .glyphicon-chevron-right,
|
|
241
|
+
.carousel-control .icon-next {
|
|
242
|
+
margin-right: -10px
|
|
243
|
+
}
|
|
244
|
+
.carousel-caption {
|
|
245
|
+
left: 20%;
|
|
246
|
+
right: 20%;
|
|
247
|
+
padding-bottom: 30px
|
|
248
|
+
}
|
|
249
|
+
.carousel-indicators {
|
|
250
|
+
bottom: 20px
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.carousel-caption h1,
|
|
255
|
+
.carousel-caption h2,
|
|
256
|
+
.carousel-caption h3,
|
|
257
|
+
.carousel-caption h4,
|
|
258
|
+
.carousel-caption h5,
|
|
259
|
+
.carousel-caption h6 {
|
|
260
|
+
color: inherit
|
|
261
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.close {
|
|
2
|
+
float: right;
|
|
3
|
+
font-size: 19.5px;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
line-height: 1;
|
|
6
|
+
color: #000000;
|
|
7
|
+
text-shadow: none;
|
|
8
|
+
opacity: 0.2;
|
|
9
|
+
filter: alpha(opacity=20)
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.close {
|
|
13
|
+
font-size: 34px;
|
|
14
|
+
font-weight: 300;
|
|
15
|
+
line-height: 24px;
|
|
16
|
+
opacity: 0.6;
|
|
17
|
+
-webkit-transition: all 0.2s;
|
|
18
|
+
-o-transition: all 0.2s;
|
|
19
|
+
transition: all 0.2s
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.close:hover,
|
|
23
|
+
.close:focus {
|
|
24
|
+
color: #000000;
|
|
25
|
+
text-decoration: none;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
opacity: 0.5;
|
|
28
|
+
filter: alpha(opacity=50)
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
button.close {
|
|
32
|
+
padding: 0;
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
background: transparent;
|
|
35
|
+
border: 0;
|
|
36
|
+
-webkit-appearance: none
|
|
37
|
+
}
|