@biit-solutions/wizardry-theme 1.21.34
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/README.md +15 -0
- package/assets/i18n/chart/de.json +3 -0
- package/assets/i18n/chart/en.json +3 -0
- package/assets/i18n/chart/es.json +3 -0
- package/assets/i18n/chart/fr.json +3 -0
- package/assets/i18n/chart/nl.json +3 -0
- package/assets/i18n/info/de.json +4 -0
- package/assets/i18n/info/en.json +4 -0
- package/assets/i18n/info/es.json +4 -0
- package/assets/i18n/info/fr.json +4 -0
- package/assets/i18n/info/nl.json +1 -0
- package/assets/i18n/inputs/de.json +8 -0
- package/assets/i18n/inputs/en.json +8 -0
- package/assets/i18n/inputs/es.json +8 -0
- package/assets/i18n/inputs/fr.json +8 -0
- package/assets/i18n/inputs/nl.json +4 -0
- package/assets/i18n/login/de.json +32 -0
- package/assets/i18n/login/en.json +32 -0
- package/assets/i18n/login/es.json +32 -0
- package/assets/i18n/login/fr.json +32 -0
- package/assets/i18n/login/nl.json +32 -0
- package/assets/i18n/login-welcome/en.json +6 -0
- package/assets/i18n/login-welcome/es.json +6 -0
- package/assets/i18n/login-welcome/nl.json +6 -0
- package/assets/i18n/table/de.json +14 -0
- package/assets/i18n/table/en.json +14 -0
- package/assets/i18n/table/es.json +14 -0
- package/assets/i18n/table/fr.json +14 -0
- package/assets/i18n/table/nl.json +11 -0
- package/assets/i18n/utils/en.json +69 -0
- package/assets/i18n/utils/es.json +69 -0
- package/assets/i18n/utils/nl.json +1 -0
- package/assets/styles/context-menu/base.scss +131 -0
- package/assets/styles/context-menu/button-reset.scss +31 -0
- package/assets/styles/context-menu/dark-theme.scss +29 -0
- package/button/biit-action-button/biit-action-button.component.d.ts +18 -0
- package/button/biit-action-button/biit-action-button.module.d.ts +10 -0
- package/button/biit-button/biit-button.component.d.ts +25 -0
- package/button/biit-button/biit-button.module.d.ts +9 -0
- package/button/biit-icon-button/biit-icon-button.component.d.ts +8 -0
- package/button/biit-icon-button/biit-icon-button.module.d.ts +8 -0
- package/button/index.d.ts +5 -0
- package/button/public-api.d.ts +6 -0
- package/calendar/biit-calendar/biit-calendar.component.d.ts +52 -0
- package/calendar/biit-calendar/biit-calendar.module.d.ts +12 -0
- package/calendar/biit-calendar/calendar-utility.d.ts +3 -0
- package/calendar/biit-calendar/models/calendar-configuration.d.ts +5 -0
- package/calendar/biit-calendar/models/calendar-event-click-event.d.ts +6 -0
- package/calendar/biit-calendar/models/calendar-event.d.ts +22 -0
- package/calendar/index.d.ts +5 -0
- package/calendar/public-api.d.ts +7 -0
- package/calendar/utils/event-color.d.ts +105 -0
- package/charts/bar-chart/bar-chart.component.d.ts +46 -0
- package/charts/bar-chart/bar-chart.module.d.ts +9 -0
- package/charts/bar-chart/models/bar-chart-data.d.ts +33 -0
- package/charts/heatmap-chart/heatmap-chart-data.d.ts +22 -0
- package/charts/heatmap-chart/heatmap-chart-range.d.ts +6 -0
- package/charts/heatmap-chart/heatmap-chart.component.d.ts +42 -0
- package/charts/heatmap-chart/heatmap-chart.module.d.ts +10 -0
- package/charts/index.d.ts +5 -0
- package/charts/line-chart/line-chart.component.d.ts +38 -0
- package/charts/line-chart/line-chart.module.d.ts +9 -0
- package/charts/line-chart/models/line-chart-data.d.ts +12 -0
- package/charts/meta-view-chart/components/bar-range/bar-range.component.d.ts +14 -0
- package/charts/meta-view-chart/components/bar-range/bar-range.module.d.ts +12 -0
- package/charts/meta-view-chart/components/boolean-filter/boolean-filter.component.d.ts +10 -0
- package/charts/meta-view-chart/components/boolean-filter/boolean-filter.module.d.ts +10 -0
- package/charts/meta-view-chart/components/date-filter-selector/date-filter-selector.component.d.ts +28 -0
- package/charts/meta-view-chart/components/date-filter-selector/date-filter-selector.module.d.ts +12 -0
- package/charts/meta-view-chart/components/meta-board/meta-board.component.d.ts +12 -0
- package/charts/meta-view-chart/components/meta-board/meta-board.module.d.ts +9 -0
- package/charts/meta-view-chart/components/meta-element/meta-element.component.d.ts +8 -0
- package/charts/meta-view-chart/components/meta-element/meta-element.module.d.ts +9 -0
- package/charts/meta-view-chart/components/meta-sorter/meta-filter.component.d.ts +28 -0
- package/charts/meta-view-chart/components/meta-sorter/meta-filter.module.d.ts +17 -0
- package/charts/meta-view-chart/components/meta-sorter/model/FieldType.d.ts +8 -0
- package/charts/meta-view-chart/components/metadata-viewer/metadata-viewer.component.d.ts +13 -0
- package/charts/meta-view-chart/components/metadata-viewer/metadata-viewer.module.d.ts +14 -0
- package/charts/meta-view-chart/components/text-filter/text-filter.component.d.ts +11 -0
- package/charts/meta-view-chart/components/text-filter/text-filter.module.d.ts +10 -0
- package/charts/meta-view-chart/meta-view-chart.component.d.ts +32 -0
- package/charts/meta-view-chart/meta-view-chart.module.d.ts +16 -0
- package/charts/meta-view-chart/model/meta-view-data.d.ts +10 -0
- package/charts/meta-view-chart/model/meta-view-element-data.d.ts +9 -0
- package/charts/meta-view-chart/model/meta-view-preselection.d.ts +5 -0
- package/charts/meta-view-chart/model/view.d.ts +4 -0
- package/charts/meta-view-chart/pipes/auto-format.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/extract-data.pipe.d.ts +8 -0
- package/charts/meta-view-chart/pipes/field-type.pipe.d.ts +8 -0
- package/charts/meta-view-chart/pipes/filter-by.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/has.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/meta-element-max-value.pipe.d.ts +8 -0
- package/charts/meta-view-chart/pipes/meta-element-min-value.pipe.d.ts +8 -0
- package/charts/meta-view-chart/pipes/meta-element-to-bar-chart.pipe.d.ts +9 -0
- package/charts/meta-view-chart/pipes/month-name.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/pipes.module.d.ts +20 -0
- package/charts/meta-view-chart/pipes/printf.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/remove-from-array.pipe.d.ts +7 -0
- package/charts/meta-view-chart/pipes/safe-html.pipe.d.ts +10 -0
- package/charts/meta-view-chart/pipes/step-value-extractor.pipe.d.ts +9 -0
- package/charts/pie-chart/models/pie-chart-data.d.ts +5 -0
- package/charts/pie-chart/pie-chart.component.d.ts +39 -0
- package/charts/pie-chart/pie-chart.module.d.ts +9 -0
- package/charts/public-api.d.ts +28 -0
- package/charts/radar-chart/models/radar-chart-data.d.ts +11 -0
- package/charts/radar-chart/radar-chart.component.d.ts +38 -0
- package/charts/radar-chart/radar-chart.module.d.ts +9 -0
- package/charts/radial-chart/models/radial-chart-data.d.ts +5 -0
- package/charts/radial-chart/radial-chart.component.d.ts +40 -0
- package/charts/radial-chart/radial-chart.module.d.ts +9 -0
- package/charts/timeline-viewer-chart/models/timeline-viewer-chart-data.d.ts +17 -0
- package/charts/timeline-viewer-chart/models/timeline-viewer-chart-options.d.ts +9 -0
- package/charts/timeline-viewer-chart/timeline-viewer-chart.component.d.ts +40 -0
- package/charts/timeline-viewer-chart/timeline-viewer-chart.module.d.ts +9 -0
- package/esm2020/biit-solutions-wizardry-theme.mjs +5 -0
- package/esm2020/button/biit-action-button/biit-action-button.component.mjs +68 -0
- package/esm2020/button/biit-action-button/biit-action-button.module.mjs +32 -0
- package/esm2020/button/biit-button/biit-button.component.mjs +57 -0
- package/esm2020/button/biit-button/biit-button.module.mjs +40 -0
- package/esm2020/button/biit-icon-button/biit-icon-button.component.mjs +19 -0
- package/esm2020/button/biit-icon-button/biit-icon-button.module.mjs +24 -0
- package/esm2020/button/biit-solutions-wizardry-theme-button.mjs +5 -0
- package/esm2020/button/public-api.mjs +10 -0
- package/esm2020/calendar/biit-calendar/biit-calendar.component.mjs +166 -0
- package/esm2020/calendar/biit-calendar/biit-calendar.module.mjs +44 -0
- package/esm2020/calendar/biit-calendar/calendar-utility.mjs +2 -0
- package/esm2020/calendar/biit-calendar/models/calendar-configuration.mjs +9 -0
- package/esm2020/calendar/biit-calendar/models/calendar-event-click-event.mjs +7 -0
- package/esm2020/calendar/biit-calendar/models/calendar-event.mjs +38 -0
- package/esm2020/calendar/biit-solutions-wizardry-theme-calendar.mjs +5 -0
- package/esm2020/calendar/public-api.mjs +11 -0
- package/esm2020/calendar/utils/event-color.mjs +101 -0
- package/esm2020/charts/bar-chart/bar-chart.component.mjs +190 -0
- package/esm2020/charts/bar-chart/bar-chart.module.mjs +24 -0
- package/esm2020/charts/bar-chart/models/bar-chart-data.mjs +39 -0
- package/esm2020/charts/biit-solutions-wizardry-theme-charts.mjs +5 -0
- package/esm2020/charts/heatmap-chart/heatmap-chart-data.mjs +65 -0
- package/esm2020/charts/heatmap-chart/heatmap-chart-range.mjs +8 -0
- package/esm2020/charts/heatmap-chart/heatmap-chart.component.mjs +242 -0
- package/esm2020/charts/heatmap-chart/heatmap-chart.module.mjs +28 -0
- package/esm2020/charts/line-chart/line-chart.component.mjs +191 -0
- package/esm2020/charts/line-chart/line-chart.module.mjs +24 -0
- package/esm2020/charts/line-chart/models/line-chart-data.mjs +15 -0
- package/esm2020/charts/meta-view-chart/components/bar-range/bar-range.component.mjs +46 -0
- package/esm2020/charts/meta-view-chart/components/bar-range/bar-range.module.mjs +43 -0
- package/esm2020/charts/meta-view-chart/components/boolean-filter/boolean-filter.component.mjs +27 -0
- package/esm2020/charts/meta-view-chart/components/boolean-filter/boolean-filter.module.mjs +35 -0
- package/esm2020/charts/meta-view-chart/components/date-filter-selector/date-filter-selector.component.mjs +156 -0
- package/esm2020/charts/meta-view-chart/components/date-filter-selector/date-filter-selector.module.mjs +40 -0
- package/esm2020/charts/meta-view-chart/components/meta-board/meta-board.component.mjs +49 -0
- package/esm2020/charts/meta-view-chart/components/meta-board/meta-board.module.mjs +28 -0
- package/esm2020/charts/meta-view-chart/components/meta-element/meta-element.component.mjs +19 -0
- package/esm2020/charts/meta-view-chart/components/meta-element/meta-element.module.mjs +28 -0
- package/esm2020/charts/meta-view-chart/components/meta-sorter/meta-filter.component.mjs +92 -0
- package/esm2020/charts/meta-view-chart/components/meta-sorter/meta-filter.module.mjs +60 -0
- package/esm2020/charts/meta-view-chart/components/meta-sorter/model/FieldType.mjs +10 -0
- package/esm2020/charts/meta-view-chart/components/metadata-viewer/metadata-viewer.component.mjs +37 -0
- package/esm2020/charts/meta-view-chart/components/metadata-viewer/metadata-viewer.module.mjs +48 -0
- package/esm2020/charts/meta-view-chart/components/text-filter/text-filter.component.mjs +28 -0
- package/esm2020/charts/meta-view-chart/components/text-filter/text-filter.module.mjs +32 -0
- package/esm2020/charts/meta-view-chart/meta-view-chart.component.mjs +141 -0
- package/esm2020/charts/meta-view-chart/meta-view-chart.module.mjs +56 -0
- package/esm2020/charts/meta-view-chart/model/meta-view-data.mjs +13 -0
- package/esm2020/charts/meta-view-chart/model/meta-view-element-data.mjs +7 -0
- package/esm2020/charts/meta-view-chart/model/meta-view-preselection.mjs +7 -0
- package/esm2020/charts/meta-view-chart/model/view.mjs +6 -0
- package/esm2020/charts/meta-view-chart/pipes/auto-format.pipe.mjs +19 -0
- package/esm2020/charts/meta-view-chart/pipes/extract-data.pipe.mjs +16 -0
- package/esm2020/charts/meta-view-chart/pipes/field-type.pipe.mjs +34 -0
- package/esm2020/charts/meta-view-chart/pipes/filter-by.pipe.mjs +16 -0
- package/esm2020/charts/meta-view-chart/pipes/has.pipe.mjs +16 -0
- package/esm2020/charts/meta-view-chart/pipes/meta-element-max-value.pipe.mjs +20 -0
- package/esm2020/charts/meta-view-chart/pipes/meta-element-min-value.pipe.mjs +20 -0
- package/esm2020/charts/meta-view-chart/pipes/meta-element-to-bar-chart.pipe.mjs +29 -0
- package/esm2020/charts/meta-view-chart/pipes/month-name.pipe.mjs +18 -0
- package/esm2020/charts/meta-view-chart/pipes/pipes.module.mjs +84 -0
- package/esm2020/charts/meta-view-chart/pipes/printf.pipe.mjs +19 -0
- package/esm2020/charts/meta-view-chart/pipes/remove-from-array.pipe.mjs +16 -0
- package/esm2020/charts/meta-view-chart/pipes/safe-html.pipe.mjs +20 -0
- package/esm2020/charts/meta-view-chart/pipes/step-value-extractor.pipe.mjs +34 -0
- package/esm2020/charts/pie-chart/models/pie-chart-data.mjs +7 -0
- package/esm2020/charts/pie-chart/pie-chart.component.mjs +132 -0
- package/esm2020/charts/pie-chart/pie-chart.module.mjs +24 -0
- package/esm2020/charts/public-api.mjs +32 -0
- package/esm2020/charts/radar-chart/models/radar-chart-data.mjs +14 -0
- package/esm2020/charts/radar-chart/radar-chart.component.mjs +140 -0
- package/esm2020/charts/radar-chart/radar-chart.module.mjs +24 -0
- package/esm2020/charts/radial-chart/models/radial-chart-data.mjs +7 -0
- package/esm2020/charts/radial-chart/radial-chart.component.mjs +145 -0
- package/esm2020/charts/radial-chart/radial-chart.module.mjs +24 -0
- package/esm2020/charts/timeline-viewer-chart/models/timeline-viewer-chart-data.mjs +23 -0
- package/esm2020/charts/timeline-viewer-chart/models/timeline-viewer-chart-options.mjs +6 -0
- package/esm2020/charts/timeline-viewer-chart/timeline-viewer-chart.component.mjs +206 -0
- package/esm2020/charts/timeline-viewer-chart/timeline-viewer-chart.module.mjs +25 -0
- package/esm2020/i18n/biit-solutions-wizardry-theme-i18n.mjs +5 -0
- package/esm2020/i18n/i18n/http-loader.mjs +19 -0
- package/esm2020/i18n/i18n/supported-languages.mjs +9 -0
- package/esm2020/i18n/i18n/transloco-root.module.mjs +83 -0
- package/esm2020/i18n/public-api.mjs +7 -0
- package/esm2020/icon/biit-icon/biit-icon.component.mjs +92 -0
- package/esm2020/icon/biit-icon/biit-icon.module.mjs +24 -0
- package/esm2020/icon/biit-icon/biit-icon.service.mjs +25 -0
- package/esm2020/icon/biit-solutions-wizardry-theme-icon.mjs +5 -0
- package/esm2020/icon/public-api.mjs +7 -0
- package/esm2020/info/biit-cookies-consent/biit-cookies-consent.component.mjs +36 -0
- package/esm2020/info/biit-cookies-consent/biit-cookies-consent.module.mjs +36 -0
- package/esm2020/info/biit-gallery-card/biit-gallery-card.component.mjs +23 -0
- package/esm2020/info/biit-gallery-card/biit-gallery-card.module.mjs +28 -0
- package/esm2020/info/biit-progress-bar/biit-progress-bar.component.mjs +31 -0
- package/esm2020/info/biit-progress-bar/biit-progress-bar.module.mjs +24 -0
- package/esm2020/info/biit-snackbar/biit-notification/biit-notification.component.mjs +38 -0
- package/esm2020/info/biit-snackbar/biit-snackbar.component.mjs +50 -0
- package/esm2020/info/biit-snackbar/biit-snackbar.module.mjs +41 -0
- package/esm2020/info/biit-snackbar/biit-snackbar.service.mjs +64 -0
- package/esm2020/info/biit-snackbar/models/biit-snackbar-horizontal-position.mjs +7 -0
- package/esm2020/info/biit-snackbar/models/biit-snackbar-vertical-position.mjs +6 -0
- package/esm2020/info/biit-snackbar/models/notification-type.mjs +8 -0
- package/esm2020/info/biit-snackbar/models/notification.mjs +23 -0
- package/esm2020/info/biit-solutions-wizardry-theme-info.mjs +5 -0
- package/esm2020/info/biit-tooltip/biit-tooltip.component.mjs +19 -0
- package/esm2020/info/biit-tooltip/biit-tooltip.directive.mjs +106 -0
- package/esm2020/info/biit-tooltip/biit-tooltip.module.mjs +29 -0
- package/esm2020/info/biit-tooltip-icon/biit-tooltip-icon.component.mjs +23 -0
- package/esm2020/info/biit-tooltip-icon/biit-tooltip-icon.module.mjs +28 -0
- package/esm2020/info/public-api.mjs +23 -0
- package/esm2020/inputs/biit-checkbox/biit-checkbox.component.mjs +52 -0
- package/esm2020/inputs/biit-checkbox/biit-checkbox.module.mjs +32 -0
- package/esm2020/inputs/biit-datepicker/biit-datepicker.component.mjs +251 -0
- package/esm2020/inputs/biit-datepicker/biit-datepicker.module.mjs +68 -0
- package/esm2020/inputs/biit-datepicker/models/view.mjs +6 -0
- package/esm2020/inputs/biit-datepicker/pipes/calendar-date-pipe.mjs +18 -0
- package/esm2020/inputs/biit-datepicker/pipes/is-disabled-pipe.mjs +35 -0
- package/esm2020/inputs/biit-datepicker/pipes/is-same-day-pipe.mjs +19 -0
- package/esm2020/inputs/biit-datepicker/pipes/is-today-pipe.mjs +19 -0
- package/esm2020/inputs/biit-datepicker/pipes/month-selector-label-pipe.mjs +22 -0
- package/esm2020/inputs/biit-datepicker/pipes/out-of-month-pipe.mjs +19 -0
- package/esm2020/inputs/biit-dropdown/biit-dropdown.component.mjs +269 -0
- package/esm2020/inputs/biit-dropdown/biit-dropdown.module.mjs +36 -0
- package/esm2020/inputs/biit-group/biit-group.component.mjs +38 -0
- package/esm2020/inputs/biit-group/biit-group.module.mjs +32 -0
- package/esm2020/inputs/biit-input-text/biit-input-text.component.mjs +142 -0
- package/esm2020/inputs/biit-input-text/biit-input-text.module.mjs +40 -0
- package/esm2020/inputs/biit-multiselect/biit-multiselect.component.mjs +321 -0
- package/esm2020/inputs/biit-multiselect/biit-multiselect.module.mjs +40 -0
- package/esm2020/inputs/biit-radio-button/biit-radio-button.component.mjs +62 -0
- package/esm2020/inputs/biit-radio-button/biit-radio-button.module.mjs +36 -0
- package/esm2020/inputs/biit-slider/biit-slider.component.mjs +85 -0
- package/esm2020/inputs/biit-slider/biit-slider.module.mjs +32 -0
- package/esm2020/inputs/biit-slider-option/biit-slider-option.component.mjs +99 -0
- package/esm2020/inputs/biit-slider-option/biit-slider-option.module.mjs +36 -0
- package/esm2020/inputs/biit-slider-option-vertical/biit-slider-option-vertical.component.mjs +97 -0
- package/esm2020/inputs/biit-slider-option-vertical/biit-slider-option-vertical.module.mjs +36 -0
- package/esm2020/inputs/biit-slider-range/biit-slider-range.component.mjs +108 -0
- package/esm2020/inputs/biit-slider-range/biit-slider-range.module.mjs +32 -0
- package/esm2020/inputs/biit-solutions-wizardry-theme-inputs.mjs +5 -0
- package/esm2020/inputs/biit-ternary-togle/biit-ternary-toggle.component.mjs +65 -0
- package/esm2020/inputs/biit-ternary-togle/biit-ternary-toggle.module.mjs +31 -0
- package/esm2020/inputs/biit-textarea/biit-textarea.component.mjs +99 -0
- package/esm2020/inputs/biit-textarea/biit-textarea.module.mjs +36 -0
- package/esm2020/inputs/biit-toggle/biit-toggle.component.mjs +45 -0
- package/esm2020/inputs/biit-toggle/biit-toggle.module.mjs +28 -0
- package/esm2020/inputs/biit-toggle-group/biit-toggle-button.component.mjs +23 -0
- package/esm2020/inputs/biit-toggle-group/biit-toggle-group.component.mjs +69 -0
- package/esm2020/inputs/biit-toggle-group/biit-toggle-group.module.mjs +37 -0
- package/esm2020/inputs/public-api.mjs +36 -0
- package/esm2020/login/biit-login/biit-login.component.mjs +238 -0
- package/esm2020/login/biit-login/biit-login.module.mjs +53 -0
- package/esm2020/login/biit-login/models/LoginErrors.mjs +10 -0
- package/esm2020/login/biit-login/models/biit-login-service-support.mjs +2 -0
- package/esm2020/login/biit-login/models/sign-up-request.mjs +11 -0
- package/esm2020/login/biit-solutions-wizardry-theme-login.mjs +5 -0
- package/esm2020/login/public-api.mjs +8 -0
- package/esm2020/models/BiitLogin.mjs +14 -0
- package/esm2020/models/biit-solutions-wizardry-theme-models.mjs +5 -0
- package/esm2020/models/public-api.mjs +5 -0
- package/esm2020/navigation/biit-nav-menu/biit-nav-menu.component.mjs +87 -0
- package/esm2020/navigation/biit-nav-menu/biit-nav-menu.module.mjs +32 -0
- package/esm2020/navigation/biit-nav-user/biit-nav-user.component.mjs +26 -0
- package/esm2020/navigation/biit-nav-user/biit-nav-user.module.mjs +24 -0
- package/esm2020/navigation/biit-solutions-wizardry-theme-navigation.mjs +5 -0
- package/esm2020/navigation/biit-tab-group/biit-tab-group.component.mjs +54 -0
- package/esm2020/navigation/biit-tab-group/biit-tab-group.module.mjs +36 -0
- package/esm2020/navigation/biit-tab-group/biit-tab.component.mjs +21 -0
- package/esm2020/navigation/biit-vertical-menu/biit-vertical-menu.component.mjs +30 -0
- package/esm2020/navigation/biit-vertical-menu/biit-vertical-menu.module.mjs +36 -0
- package/esm2020/navigation/public-api.mjs +13 -0
- package/esm2020/popup/biit-popup/biit-popup.component.mjs +156 -0
- package/esm2020/popup/biit-popup/biit-popup.module.mjs +52 -0
- package/esm2020/popup/biit-solutions-wizardry-theme-popup.mjs +5 -0
- package/esm2020/popup/public-api.mjs +6 -0
- package/esm2020/public-api.mjs +6 -0
- package/esm2020/table/biit-datatable/biit-datatable.component.mjs +138 -0
- package/esm2020/table/biit-datatable/biit-datatable.module.mjs +62 -0
- package/esm2020/table/biit-datatable/models/datatable-column.mjs +15 -0
- package/esm2020/table/biit-datatable/models/page.mjs +11 -0
- package/esm2020/table/biit-datatable-pager/biit-datatable-pager.component.mjs +35 -0
- package/esm2020/table/biit-datatable-pager/biit-datatable-pager.module.mjs +40 -0
- package/esm2020/table/biit-paginator/biit-paginator.component.mjs +196 -0
- package/esm2020/table/biit-paginator/biit-paginator.module.mjs +48 -0
- package/esm2020/table/biit-paginator/models/biit-paginator-options.mjs +11 -0
- package/esm2020/table/biit-solutions-wizardry-theme-table.mjs +5 -0
- package/esm2020/table/biit-table/biit-table.component.mjs +301 -0
- package/esm2020/table/biit-table/biit-table.module.mjs +95 -0
- package/esm2020/table/biit-table/models/biit-table-action-response.mjs +7 -0
- package/esm2020/table/biit-table/models/biit-table-column.mjs +21 -0
- package/esm2020/table/biit-table/models/biit-table-data.mjs +7 -0
- package/esm2020/table/biit-table/models/biit-table-response.mjs +9 -0
- package/esm2020/table/biit-table/models/biit-table-sorting.mjs +12 -0
- package/esm2020/table/biit-table/models/column-resize-handler.mjs +3 -0
- package/esm2020/table/biit-table/pipes/column-data-pipe.mjs +21 -0
- package/esm2020/table/biit-table/pipes/visible-columns-pipe.mjs +16 -0
- package/esm2020/table/public-api.mjs +20 -0
- package/esm2020/table/utils/generic-filter.mjs +47 -0
- package/esm2020/table/utils/generic-sort.mjs +42 -0
- package/esm2020/utils/biit-solutions-wizardry-theme-utils.mjs +5 -0
- package/esm2020/utils/error-handler.mjs +24 -0
- package/esm2020/utils/i-stack.mjs +2 -0
- package/esm2020/utils/input-limits.mjs +8 -0
- package/esm2020/utils/pipes/localized-date-pipe.mjs +23 -0
- package/esm2020/utils/pipes/localized-date-pipe.module.mjs +17 -0
- package/esm2020/utils/pipes/map-get-pipe.mjs +21 -0
- package/esm2020/utils/pipes/map-get-pipe.module.mjs +17 -0
- package/esm2020/utils/public-api.mjs +11 -0
- package/esm2020/utils/stack.mjs +22 -0
- package/fesm2015/biit-solutions-wizardry-theme-button.mjs +233 -0
- package/fesm2015/biit-solutions-wizardry-theme-button.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-calendar.mjs +369 -0
- package/fesm2015/biit-solutions-wizardry-theme-calendar.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-charts.mjs +2780 -0
- package/fesm2015/biit-solutions-wizardry-theme-charts.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-i18n.mjs +118 -0
- package/fesm2015/biit-solutions-wizardry-theme-i18n.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-icon.mjs +147 -0
- package/fesm2015/biit-solutions-wizardry-theme-icon.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-info.mjs +572 -0
- package/fesm2015/biit-solutions-wizardry-theme-info.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-inputs.mjs +2317 -0
- package/fesm2015/biit-solutions-wizardry-theme-inputs.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-login.mjs +318 -0
- package/fesm2015/biit-solutions-wizardry-theme-login.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-models.mjs +24 -0
- package/fesm2015/biit-solutions-wizardry-theme-models.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-navigation.mjs +330 -0
- package/fesm2015/biit-solutions-wizardry-theme-navigation.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-popup.mjs +216 -0
- package/fesm2015/biit-solutions-wizardry-theme-popup.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-table.mjs +1067 -0
- package/fesm2015/biit-solutions-wizardry-theme-table.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme-utils.mjs +136 -0
- package/fesm2015/biit-solutions-wizardry-theme-utils.mjs.map +1 -0
- package/fesm2015/biit-solutions-wizardry-theme.mjs +12 -0
- package/fesm2015/biit-solutions-wizardry-theme.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-button.mjs +233 -0
- package/fesm2020/biit-solutions-wizardry-theme-button.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-calendar.mjs +369 -0
- package/fesm2020/biit-solutions-wizardry-theme-calendar.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-charts.mjs +2746 -0
- package/fesm2020/biit-solutions-wizardry-theme-charts.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-i18n.mjs +118 -0
- package/fesm2020/biit-solutions-wizardry-theme-i18n.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-icon.mjs +145 -0
- package/fesm2020/biit-solutions-wizardry-theme-icon.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-info.mjs +572 -0
- package/fesm2020/biit-solutions-wizardry-theme-info.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-inputs.mjs +2313 -0
- package/fesm2020/biit-solutions-wizardry-theme-inputs.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-login.mjs +317 -0
- package/fesm2020/biit-solutions-wizardry-theme-login.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-models.mjs +24 -0
- package/fesm2020/biit-solutions-wizardry-theme-models.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-navigation.mjs +328 -0
- package/fesm2020/biit-solutions-wizardry-theme-navigation.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-popup.mjs +216 -0
- package/fesm2020/biit-solutions-wizardry-theme-popup.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-table.mjs +1064 -0
- package/fesm2020/biit-solutions-wizardry-theme-table.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme-utils.mjs +135 -0
- package/fesm2020/biit-solutions-wizardry-theme-utils.mjs.map +1 -0
- package/fesm2020/biit-solutions-wizardry-theme.mjs +12 -0
- package/fesm2020/biit-solutions-wizardry-theme.mjs.map +1 -0
- package/i18n/i18n/http-loader.d.ts +11 -0
- package/i18n/i18n/supported-languages.d.ts +10 -0
- package/i18n/i18n/transloco-root.module.d.ts +8 -0
- package/i18n/index.d.ts +5 -0
- package/i18n/public-api.d.ts +3 -0
- package/icon/biit-icon/biit-icon.component.d.ts +23 -0
- package/icon/biit-icon/biit-icon.module.d.ts +8 -0
- package/icon/biit-icon/biit-icon.service.d.ts +10 -0
- package/icon/index.d.ts +5 -0
- package/icon/public-api.d.ts +3 -0
- package/index.d.ts +5 -0
- package/info/biit-cookies-consent/biit-cookies-consent.component.d.ts +8 -0
- package/info/biit-cookies-consent/biit-cookies-consent.module.d.ts +11 -0
- package/info/biit-gallery-card/biit-gallery-card.component.d.ts +9 -0
- package/info/biit-gallery-card/biit-gallery-card.module.d.ts +9 -0
- package/info/biit-progress-bar/biit-progress-bar.component.d.ts +13 -0
- package/info/biit-progress-bar/biit-progress-bar.module.d.ts +8 -0
- package/info/biit-snackbar/biit-notification/biit-notification.component.d.ts +12 -0
- package/info/biit-snackbar/biit-snackbar.component.d.ts +12 -0
- package/info/biit-snackbar/biit-snackbar.module.d.ts +12 -0
- package/info/biit-snackbar/biit-snackbar.service.d.ts +21 -0
- package/info/biit-snackbar/models/biit-snackbar-horizontal-position.d.ts +5 -0
- package/info/biit-snackbar/models/biit-snackbar-vertical-position.d.ts +4 -0
- package/info/biit-snackbar/models/notification-type.d.ts +6 -0
- package/info/biit-snackbar/models/notification.d.ts +12 -0
- package/info/biit-tooltip/biit-tooltip.component.d.ts +11 -0
- package/info/biit-tooltip/biit-tooltip.directive.d.ts +16 -0
- package/info/biit-tooltip/biit-tooltip.module.d.ts +9 -0
- package/info/biit-tooltip-icon/biit-tooltip-icon.component.d.ts +8 -0
- package/info/biit-tooltip-icon/biit-tooltip-icon.module.d.ts +9 -0
- package/info/index.d.ts +5 -0
- package/info/public-api.d.ts +19 -0
- package/inputs/biit-checkbox/biit-checkbox.component.d.ts +16 -0
- package/inputs/biit-checkbox/biit-checkbox.module.d.ts +10 -0
- package/inputs/biit-datepicker/biit-datepicker.component.d.ts +59 -0
- package/inputs/biit-datepicker/biit-datepicker.module.d.ts +20 -0
- package/inputs/biit-datepicker/models/view.d.ts +4 -0
- package/inputs/biit-datepicker/pipes/calendar-date-pipe.d.ts +8 -0
- package/inputs/biit-datepicker/pipes/is-disabled-pipe.d.ts +8 -0
- package/inputs/biit-datepicker/pipes/is-same-day-pipe.d.ts +8 -0
- package/inputs/biit-datepicker/pipes/is-today-pipe.d.ts +8 -0
- package/inputs/biit-datepicker/pipes/month-selector-label-pipe.d.ts +11 -0
- package/inputs/biit-datepicker/pipes/out-of-month-pipe.d.ts +8 -0
- package/inputs/biit-dropdown/biit-dropdown.component.d.ts +52 -0
- package/inputs/biit-dropdown/biit-dropdown.module.d.ts +11 -0
- package/inputs/biit-group/biit-group.component.d.ts +14 -0
- package/inputs/biit-group/biit-group.module.d.ts +10 -0
- package/inputs/biit-input-text/biit-input-text.component.d.ts +44 -0
- package/inputs/biit-input-text/biit-input-text.module.d.ts +12 -0
- package/inputs/biit-multiselect/biit-multiselect.component.d.ts +63 -0
- package/inputs/biit-multiselect/biit-multiselect.module.d.ts +12 -0
- package/inputs/biit-radio-button/biit-radio-button.component.d.ts +22 -0
- package/inputs/biit-radio-button/biit-radio-button.module.d.ts +11 -0
- package/inputs/biit-slider/biit-slider.component.d.ts +27 -0
- package/inputs/biit-slider/biit-slider.module.d.ts +10 -0
- package/inputs/biit-slider-option/biit-slider-option.component.d.ts +32 -0
- package/inputs/biit-slider-option/biit-slider-option.module.d.ts +11 -0
- package/inputs/biit-slider-option-vertical/biit-slider-option-vertical.component.d.ts +32 -0
- package/inputs/biit-slider-option-vertical/biit-slider-option-vertical.module.d.ts +11 -0
- package/inputs/biit-slider-range/biit-slider-range.component.d.ts +28 -0
- package/inputs/biit-slider-range/biit-slider-range.module.d.ts +10 -0
- package/inputs/biit-ternary-togle/biit-ternary-toggle.component.d.ts +15 -0
- package/inputs/biit-ternary-togle/biit-ternary-toggle.module.d.ts +9 -0
- package/inputs/biit-textarea/biit-textarea.component.d.ts +31 -0
- package/inputs/biit-textarea/biit-textarea.module.d.ts +11 -0
- package/inputs/biit-toggle/biit-toggle.component.d.ts +14 -0
- package/inputs/biit-toggle/biit-toggle.module.d.ts +9 -0
- package/inputs/biit-toggle-group/biit-toggle-button.component.d.ts +12 -0
- package/inputs/biit-toggle-group/biit-toggle-group.component.d.ts +19 -0
- package/inputs/biit-toggle-group/biit-toggle-group.module.d.ts +11 -0
- package/inputs/index.d.ts +5 -0
- package/inputs/public-api.d.ts +32 -0
- package/login/biit-login/biit-login.component.d.ts +59 -0
- package/login/biit-login/biit-login.module.d.ts +14 -0
- package/login/biit-login/models/LoginErrors.d.ts +8 -0
- package/login/biit-login/models/biit-login-service-support.d.ts +3 -0
- package/login/biit-login/models/sign-up-request.d.ts +10 -0
- package/login/index.d.ts +5 -0
- package/login/public-api.d.ts +4 -0
- package/models/BiitLogin.d.ts +6 -0
- package/models/index.d.ts +5 -0
- package/models/public-api.d.ts +1 -0
- package/navigation/biit-nav-menu/biit-nav-menu.component.d.ts +31 -0
- package/navigation/biit-nav-menu/biit-nav-menu.module.d.ts +10 -0
- package/navigation/biit-nav-user/biit-nav-user.component.d.ts +10 -0
- package/navigation/biit-nav-user/biit-nav-user.module.d.ts +8 -0
- package/navigation/biit-tab-group/biit-tab-group.component.d.ts +18 -0
- package/navigation/biit-tab-group/biit-tab-group.module.d.ts +10 -0
- package/navigation/biit-tab-group/biit-tab.component.d.ts +8 -0
- package/navigation/biit-vertical-menu/biit-vertical-menu.component.d.ts +11 -0
- package/navigation/biit-vertical-menu/biit-vertical-menu.module.d.ts +12 -0
- package/navigation/index.d.ts +5 -0
- package/navigation/public-api.d.ts +9 -0
- package/package.json +151 -0
- package/popup/biit-popup/biit-popup.component.d.ts +66 -0
- package/popup/biit-popup/biit-popup.module.d.ts +9 -0
- package/popup/index.d.ts +5 -0
- package/popup/public-api.d.ts +2 -0
- package/public-api.d.ts +1 -0
- package/styles.scss +128 -0
- package/table/biit-datatable/biit-datatable.component.d.ts +57 -0
- package/table/biit-datatable/biit-datatable.module.d.ts +15 -0
- package/table/biit-datatable/models/datatable-column.d.ts +192 -0
- package/table/biit-datatable/models/page.d.ts +6 -0
- package/table/biit-datatable-pager/biit-datatable-pager.component.d.ts +10 -0
- package/table/biit-datatable-pager/biit-datatable-pager.module.d.ts +13 -0
- package/table/biit-paginator/biit-paginator.component.d.ts +31 -0
- package/table/biit-paginator/biit-paginator.module.d.ts +13 -0
- package/table/biit-paginator/models/biit-paginator-options.d.ts +9 -0
- package/table/biit-table/biit-table.component.d.ts +87 -0
- package/table/biit-table/biit-table.module.d.ts +19 -0
- package/table/biit-table/models/biit-table-action-response.d.ts +5 -0
- package/table/biit-table/models/biit-table-column.d.ts +18 -0
- package/table/biit-table/models/biit-table-data.d.ts +5 -0
- package/table/biit-table/models/biit-table-response.d.ts +8 -0
- package/table/biit-table/models/biit-table-sorting.d.ts +9 -0
- package/table/biit-table/models/column-resize-handler.d.ts +7 -0
- package/table/biit-table/pipes/column-data-pipe.d.ts +7 -0
- package/table/biit-table/pipes/visible-columns-pipe.d.ts +8 -0
- package/table/index.d.ts +5 -0
- package/table/public-api.d.ts +16 -0
- package/table/utils/generic-filter.d.ts +3 -0
- package/table/utils/generic-sort.d.ts +5 -0
- package/utils/error-handler.d.ts +6 -0
- package/utils/i-stack.d.ts +6 -0
- package/utils/index.d.ts +5 -0
- package/utils/input-limits.d.ts +7 -0
- package/utils/pipes/localized-date-pipe.d.ts +10 -0
- package/utils/pipes/localized-date-pipe.module.d.ts +7 -0
- package/utils/pipes/map-get-pipe.d.ts +7 -0
- package/utils/pipes/map-get-pipe.module.d.ts +7 -0
- package/utils/public-api.d.ts +7 -0
- package/utils/stack.d.ts +10 -0
|
@@ -0,0 +1,572 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, ViewChild, Directive, Input, HostListener, NgModule, Injectable } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
6
|
+
import { trigger, transition, style, animate } from '@angular/animations';
|
|
7
|
+
import { v4 } from 'uuid';
|
|
8
|
+
import { Subject, BehaviorSubject } from 'rxjs';
|
|
9
|
+
import * as i2 from '@biit-solutions/wizardry-theme/icon';
|
|
10
|
+
import { BiitIconModule } from '@biit-solutions/wizardry-theme/icon';
|
|
11
|
+
import * as i3 from '@biit-solutions/wizardry-theme/button';
|
|
12
|
+
import { BiitButtonModule } from '@biit-solutions/wizardry-theme/button';
|
|
13
|
+
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
14
|
+
import * as i4 from '@ngneat/transloco';
|
|
15
|
+
import { TRANSLOCO_SCOPE } from '@ngneat/transloco';
|
|
16
|
+
import { TranslocoRootModule } from '@biit-solutions/wizardry-theme/i18n';
|
|
17
|
+
|
|
18
|
+
class BiitTooltipComponent {
|
|
19
|
+
constructor() {
|
|
20
|
+
this.text = '';
|
|
21
|
+
this.top = '';
|
|
22
|
+
this.left = '';
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
BiitTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
BiitTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitTooltipComponent, selector: "biit-tooltip", viewQueries: [{ propertyName: "tooltip", first: true, predicate: ["tooltip"], descendants: true, static: true }], ngImport: i0, template: "<div #tooltip\n class=\"tooltip\"\n [style.top]=\"top\"\n [style.left]=\"left\"\n>\n {{text}}\n</div>\n", styles: [".tooltip{position:fixed;z-index:1;background:#808080;color:#fff;width:-moz-fit-content;width:fit-content;max-width:25.6rem;font-size:.7rem;text-align:center;padding:.5rem .7rem;opacity:0;pointer-events:none}.onwards{animation:tooltip-slide .2s ease-out .5s;animation-fill-mode:forwards;--origin: 30%}.downwards{animation:tooltip-slide .2s ease-out .5s;animation-fill-mode:forwards;--origin: -30%}@keyframes tooltip-slide{0%{opacity:0;transform:translateY(var(--origin))}to{opacity:1;transform:translate(0)}}\n"] });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipComponent, decorators: [{
|
|
28
|
+
type: Component,
|
|
29
|
+
args: [{ selector: 'biit-tooltip', template: "<div #tooltip\n class=\"tooltip\"\n [style.top]=\"top\"\n [style.left]=\"left\"\n>\n {{text}}\n</div>\n", styles: [".tooltip{position:fixed;z-index:1;background:#808080;color:#fff;width:-moz-fit-content;width:fit-content;max-width:25.6rem;font-size:.7rem;text-align:center;padding:.5rem .7rem;opacity:0;pointer-events:none}.onwards{animation:tooltip-slide .2s ease-out .5s;animation-fill-mode:forwards;--origin: 30%}.downwards{animation:tooltip-slide .2s ease-out .5s;animation-fill-mode:forwards;--origin: -30%}@keyframes tooltip-slide{0%{opacity:0;transform:translateY(var(--origin))}to{opacity:1;transform:translate(0)}}\n"] }]
|
|
30
|
+
}], ctorParameters: function () { return []; }, propDecorators: { tooltip: [{
|
|
31
|
+
type: ViewChild,
|
|
32
|
+
args: ['tooltip', { static: true }]
|
|
33
|
+
}] } });
|
|
34
|
+
|
|
35
|
+
class BiitTooltipDirective {
|
|
36
|
+
constructor(hostContainerRef) {
|
|
37
|
+
this.hostContainerRef = hostContainerRef;
|
|
38
|
+
this.tooltip = '';
|
|
39
|
+
this.ignorePadding = false;
|
|
40
|
+
}
|
|
41
|
+
createTooltip() {
|
|
42
|
+
return this.hostContainerRef.createComponent(BiitTooltipComponent);
|
|
43
|
+
}
|
|
44
|
+
destroyTooltip() {
|
|
45
|
+
this.hostContainerRef.clear();
|
|
46
|
+
}
|
|
47
|
+
onMouseEnter() {
|
|
48
|
+
if (!this.tooltip || !this.tooltip.length) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
let component = this.createTooltip();
|
|
52
|
+
let instance = component.instance;
|
|
53
|
+
// Sets text
|
|
54
|
+
instance.text = this.tooltip;
|
|
55
|
+
// Refreshes metadata in ComponentRef
|
|
56
|
+
component.changeDetectorRef.detectChanges();
|
|
57
|
+
// HTMLElements of both tooltip and target elements
|
|
58
|
+
let tooltipElement = instance.tooltip.nativeElement;
|
|
59
|
+
let parentElement = this.hostContainerRef.element.nativeElement;
|
|
60
|
+
this.setTooltipComponentProperties(instance, tooltipElement, parentElement);
|
|
61
|
+
}
|
|
62
|
+
onMouseLeave() {
|
|
63
|
+
this.destroyTooltip();
|
|
64
|
+
}
|
|
65
|
+
setTooltipComponentProperties(instance, tooltipElement, parentElement) {
|
|
66
|
+
const tooltipCoords = tooltipElement.getBoundingClientRect();
|
|
67
|
+
const parentCoords = parentElement.getBoundingClientRect();
|
|
68
|
+
const bodyStyle = getComputedStyle(document.body);
|
|
69
|
+
const rem = parseFloat(getComputedStyle(document.documentElement).fontSize);
|
|
70
|
+
// Checking available screen space
|
|
71
|
+
const fitsTop = topCheck(this.ignorePadding);
|
|
72
|
+
const fitsLeft = leftCheck(this.ignorePadding);
|
|
73
|
+
const fitsRight = rightCheck(this.ignorePadding);
|
|
74
|
+
if (fitsTop) {
|
|
75
|
+
tooltipElement.classList.add('onwards');
|
|
76
|
+
instance.top = parentCoords.top - (rem / 2) - tooltipElement.offsetHeight + "px";
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
tooltipElement.classList.add('downwards');
|
|
80
|
+
instance.top = parentCoords.bottom + (rem / 2) + "px";
|
|
81
|
+
}
|
|
82
|
+
if (!fitsLeft) {
|
|
83
|
+
instance.left = this.ignorePadding ? "0px" : document.body.style.paddingLeft;
|
|
84
|
+
}
|
|
85
|
+
else if (!fitsRight) {
|
|
86
|
+
instance.left = this.ignorePadding ? window.innerWidth - tooltipElement.offsetWidth + "px"
|
|
87
|
+
: window.innerWidth - parseFloat(bodyStyle.paddingRight) - tooltipElement.offsetWidth + "px";
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
instance.left = parentCoords.left + parentCoords.width / 2 - tooltipCoords.width / 2 + "px";
|
|
91
|
+
}
|
|
92
|
+
// Support inner functions
|
|
93
|
+
function topCheck(ignorePadding) {
|
|
94
|
+
if (ignorePadding) {
|
|
95
|
+
return parentCoords.top - rem - tooltipElement.offsetHeight >= 0;
|
|
96
|
+
}
|
|
97
|
+
else {
|
|
98
|
+
return parentCoords.top - rem - tooltipElement.offsetHeight - parseFloat(bodyStyle.paddingTop) >= 0;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
function leftCheck(ignorePadding) {
|
|
102
|
+
if (ignorePadding) {
|
|
103
|
+
return parentCoords.left + parentElement.offsetWidth / 2 - tooltipElement.offsetWidth / 2 >= 0;
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
return parentCoords.left + parentElement.offsetWidth / 2 - tooltipElement.offsetWidth / 2 - parseFloat(bodyStyle.paddingLeft) >= 0;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
function rightCheck(ignorePadding) {
|
|
110
|
+
if (ignorePadding) {
|
|
111
|
+
return parentCoords.right - parentElement.offsetWidth / 2 + tooltipElement.offsetWidth / 2 <= window.innerWidth;
|
|
112
|
+
}
|
|
113
|
+
else {
|
|
114
|
+
return parentCoords.right - parentElement.offsetWidth / 2 + tooltipElement.offsetWidth / 2 + parseFloat(bodyStyle.paddingRight) <= window.innerWidth;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
BiitTooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
120
|
+
BiitTooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BiitTooltipDirective, selector: "[tooltip]", inputs: { tooltip: "tooltip", ignorePadding: "ignorePadding" }, host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" } }, ngImport: i0 });
|
|
121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipDirective, decorators: [{
|
|
122
|
+
type: Directive,
|
|
123
|
+
args: [{
|
|
124
|
+
selector: '[tooltip]'
|
|
125
|
+
}]
|
|
126
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { tooltip: [{
|
|
127
|
+
type: Input
|
|
128
|
+
}], ignorePadding: [{
|
|
129
|
+
type: Input
|
|
130
|
+
}], onMouseEnter: [{
|
|
131
|
+
type: HostListener,
|
|
132
|
+
args: ['mouseenter']
|
|
133
|
+
}], onMouseLeave: [{
|
|
134
|
+
type: HostListener,
|
|
135
|
+
args: ['mouseleave']
|
|
136
|
+
}] } });
|
|
137
|
+
|
|
138
|
+
class BiitTooltipModule {
|
|
139
|
+
}
|
|
140
|
+
BiitTooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
141
|
+
BiitTooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipModule, declarations: [BiitTooltipComponent,
|
|
142
|
+
BiitTooltipDirective], imports: [CommonModule], exports: [BiitTooltipComponent,
|
|
143
|
+
BiitTooltipDirective] });
|
|
144
|
+
BiitTooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipModule, imports: [CommonModule] });
|
|
145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipModule, decorators: [{
|
|
146
|
+
type: NgModule,
|
|
147
|
+
args: [{
|
|
148
|
+
declarations: [
|
|
149
|
+
BiitTooltipComponent,
|
|
150
|
+
BiitTooltipDirective
|
|
151
|
+
],
|
|
152
|
+
imports: [
|
|
153
|
+
CommonModule
|
|
154
|
+
],
|
|
155
|
+
exports: [
|
|
156
|
+
BiitTooltipComponent,
|
|
157
|
+
BiitTooltipDirective
|
|
158
|
+
]
|
|
159
|
+
}]
|
|
160
|
+
}] });
|
|
161
|
+
|
|
162
|
+
class BiitTooltipIconComponent {
|
|
163
|
+
constructor() {
|
|
164
|
+
this.isInline = false;
|
|
165
|
+
}
|
|
166
|
+
set inline(value) {
|
|
167
|
+
this.isInline = coerceBooleanProperty(value);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
BiitTooltipIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
171
|
+
BiitTooltipIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitTooltipIconComponent, selector: "biit-tooltip-icon", inputs: { text: "text", inline: "inline" }, ngImport: i0, template: "<div class=\"square\" [tooltip]=\"text\" [class.inline]=\"isInline\">\n <a class=\"question-mark\">?</a>\n</div>\n", styles: [".square{position:relative;height:1em;width:1em;background-color:gray;rotate:-45deg}.question-mark{position:absolute;font-size:.8em;rotate:45deg;left:.35em;color:#fff;cursor:default;-webkit-user-select:none;user-select:none}.inline{position:absolute;margin-left:.3em;margin-top:-.1em;scale:.6}\n"], dependencies: [{ kind: "directive", type: BiitTooltipDirective, selector: "[tooltip]", inputs: ["tooltip", "ignorePadding"] }] });
|
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconComponent, decorators: [{
|
|
173
|
+
type: Component,
|
|
174
|
+
args: [{ selector: 'biit-tooltip-icon', template: "<div class=\"square\" [tooltip]=\"text\" [class.inline]=\"isInline\">\n <a class=\"question-mark\">?</a>\n</div>\n", styles: [".square{position:relative;height:1em;width:1em;background-color:gray;rotate:-45deg}.question-mark{position:absolute;font-size:.8em;rotate:45deg;left:.35em;color:#fff;cursor:default;-webkit-user-select:none;user-select:none}.inline{position:absolute;margin-left:.3em;margin-top:-.1em;scale:.6}\n"] }]
|
|
175
|
+
}], propDecorators: { text: [{
|
|
176
|
+
type: Input
|
|
177
|
+
}], inline: [{
|
|
178
|
+
type: Input
|
|
179
|
+
}] } });
|
|
180
|
+
|
|
181
|
+
class BiitTooltipIconModule {
|
|
182
|
+
}
|
|
183
|
+
BiitTooltipIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
184
|
+
BiitTooltipIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconModule, declarations: [BiitTooltipIconComponent], imports: [CommonModule,
|
|
185
|
+
BiitTooltipModule], exports: [BiitTooltipIconComponent] });
|
|
186
|
+
BiitTooltipIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconModule, imports: [CommonModule,
|
|
187
|
+
BiitTooltipModule] });
|
|
188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitTooltipIconModule, decorators: [{
|
|
189
|
+
type: NgModule,
|
|
190
|
+
args: [{
|
|
191
|
+
declarations: [
|
|
192
|
+
BiitTooltipIconComponent
|
|
193
|
+
],
|
|
194
|
+
imports: [
|
|
195
|
+
CommonModule,
|
|
196
|
+
BiitTooltipModule
|
|
197
|
+
],
|
|
198
|
+
exports: [
|
|
199
|
+
BiitTooltipIconComponent
|
|
200
|
+
]
|
|
201
|
+
}]
|
|
202
|
+
}] });
|
|
203
|
+
|
|
204
|
+
class Notification {
|
|
205
|
+
constructor(message, type, actionLabel, timeout) {
|
|
206
|
+
this.message = '';
|
|
207
|
+
this.type = "INFO" /* NotificationType.INFO */;
|
|
208
|
+
this.onAction$ = new Subject();
|
|
209
|
+
this.id = v4();
|
|
210
|
+
if (message) {
|
|
211
|
+
this.message = message;
|
|
212
|
+
}
|
|
213
|
+
if (type) {
|
|
214
|
+
this.type = type;
|
|
215
|
+
}
|
|
216
|
+
if (actionLabel) {
|
|
217
|
+
this.actionLabel = actionLabel;
|
|
218
|
+
}
|
|
219
|
+
if (!timeout && !actionLabel) {
|
|
220
|
+
this.actionLabel = 'Dismiss';
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
class BiitSnackbarService {
|
|
226
|
+
constructor() {
|
|
227
|
+
this.notifications = [];
|
|
228
|
+
this._getNotifications$ = new BehaviorSubject(this.notifications);
|
|
229
|
+
this.getNotifications$ = this._getNotifications$.asObservable();
|
|
230
|
+
this.verticalPosition = "top" /* BiitSnackbarVerticalPosition.TOP */;
|
|
231
|
+
this.horizontalPosition = "center" /* BiitSnackbarHorizontalPosition.CENTER */;
|
|
232
|
+
}
|
|
233
|
+
showNotification(message, type, actionText, duration) {
|
|
234
|
+
if (!duration && actionText == null) {
|
|
235
|
+
if (!type) {
|
|
236
|
+
duration = 5;
|
|
237
|
+
}
|
|
238
|
+
else if (type === "SUCCESS" /* NotificationType.SUCCESS */ || type === "WARNING" /* NotificationType.WARNING */ || type === "INFO" /* NotificationType.INFO */) {
|
|
239
|
+
duration = 5;
|
|
240
|
+
}
|
|
241
|
+
else if (type === "ERROR" /* NotificationType.ERROR */) {
|
|
242
|
+
duration = 10;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
let notification = new Notification(message, type, actionText, duration);
|
|
246
|
+
if (duration) {
|
|
247
|
+
notification.timeout = setTimeout(() => {
|
|
248
|
+
this.closeNotification(notification.id);
|
|
249
|
+
}, duration * 1000);
|
|
250
|
+
}
|
|
251
|
+
notification.onAction$.subscribe(() => {
|
|
252
|
+
this.closeNotification(notification.id);
|
|
253
|
+
});
|
|
254
|
+
this.notifications.unshift(notification);
|
|
255
|
+
this._getNotifications$.next(this.notifications);
|
|
256
|
+
return notification;
|
|
257
|
+
}
|
|
258
|
+
closeNotification(id) {
|
|
259
|
+
const index = this.notifications.findIndex(n => n.id == id);
|
|
260
|
+
if (index >= 0) {
|
|
261
|
+
this.notifications.splice(index, 1);
|
|
262
|
+
this._getNotifications$.next(this.notifications);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
setPosition(vertical, horizontal) {
|
|
266
|
+
this.verticalPosition = vertical;
|
|
267
|
+
this.horizontalPosition = horizontal;
|
|
268
|
+
}
|
|
269
|
+
setVerticalPosition(position) {
|
|
270
|
+
this.verticalPosition = position;
|
|
271
|
+
}
|
|
272
|
+
setHorizontalPosition(position) {
|
|
273
|
+
this.horizontalPosition = position;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
BiitSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
277
|
+
BiitSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarService, providedIn: 'root' });
|
|
278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarService, decorators: [{
|
|
279
|
+
type: Injectable,
|
|
280
|
+
args: [{
|
|
281
|
+
providedIn: 'root'
|
|
282
|
+
}]
|
|
283
|
+
}], ctorParameters: function () { return []; } });
|
|
284
|
+
|
|
285
|
+
class BiitNotificationComponent {
|
|
286
|
+
// TODO: Not working yet
|
|
287
|
+
// @HostListener('mouseenter')
|
|
288
|
+
// onMouseEnter() {
|
|
289
|
+
// clearTimeout(this.notification.timeout);
|
|
290
|
+
// }
|
|
291
|
+
//
|
|
292
|
+
// TODO: Not working yet
|
|
293
|
+
// @HostListener('mouseleave')
|
|
294
|
+
// onMouseLeave() {
|
|
295
|
+
// this.notification.timeout.refresh();
|
|
296
|
+
// }
|
|
297
|
+
emitClick(closable) {
|
|
298
|
+
if (closable) {
|
|
299
|
+
this.notification.onAction$.next();
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
ngOnDestroy() {
|
|
303
|
+
this.notification.onAction$.complete();
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
BiitNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
307
|
+
BiitNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitNotificationComponent, selector: "biit-notification", inputs: { notification: "notification" }, viewQueries: [{ propertyName: "button", first: true, predicate: ["action"], descendants: true }], ngImport: i0, template: "<div class=\"notification-canvas\" id=\"biit-notification\"\n [class.regular]=\"notification?.type == 'INFO' ||\n notification?.type == 'SUCCESS'\"\n [class.error]=\"notification?.type == 'ERROR'\"\n [class.warning]=\"notification?.type == 'WARNING'\"\n (click)=\"emitClick(notification?.actionLabel == undefined)\">\n <biit-icon *ngIf=\"notification?.type !== 'INFO'\"\n [name]=\"notification?.type == 'WARNING' ? 'exclamation' :\n notification?.type == 'ERROR' ? 'cross' : 'thick'\"\n [pathStyle]=\"{fill: '#EDEDED'}\"\n class=\"notification-icon\"\n ></biit-icon>\n <a id=\"message\">\n {{ notification?.message }}\n </a>\n <button biit-button #action\n (click)=\"emitClick(true)\"\n *ngIf=\"notification?.actionLabel\"\n color=\"tertiary\"\n >\n {{ notification.actionLabel }}\n </button>\n</div><br>\n", styles: [".notification-canvas{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:25.6rem;padding:1.05rem 1.4rem;box-sizing:border-box;color:#ededed;text-align:left;-webkit-user-select:none;user-select:none}.notification-icon{display:inline-flex;position:absolute;width:1.4rem;height:.7rem;translate:-100%}::ng-deep biit-notification biit-button{font-size:.7rem;margin-left:1.4rem}::ng-deep biit-notification biit-button .button-base.tertiary{color:#ededed!important}::ng-deep biit-notification biit-button .bar{background:#EDEDED!important}.regular{background:#262626}.error{background:#A1093F}.warning{background:#F20D5E}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.BiitIconComponent, selector: "biit-icon", inputs: ["name", "svgStyle", "pathStyle"] }, { kind: "component", type: i3.BiitButtonComponent, selector: "button[biit-button]" }] });
|
|
308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitNotificationComponent, decorators: [{
|
|
309
|
+
type: Component,
|
|
310
|
+
args: [{ selector: 'biit-notification', template: "<div class=\"notification-canvas\" id=\"biit-notification\"\n [class.regular]=\"notification?.type == 'INFO' ||\n notification?.type == 'SUCCESS'\"\n [class.error]=\"notification?.type == 'ERROR'\"\n [class.warning]=\"notification?.type == 'WARNING'\"\n (click)=\"emitClick(notification?.actionLabel == undefined)\">\n <biit-icon *ngIf=\"notification?.type !== 'INFO'\"\n [name]=\"notification?.type == 'WARNING' ? 'exclamation' :\n notification?.type == 'ERROR' ? 'cross' : 'thick'\"\n [pathStyle]=\"{fill: '#EDEDED'}\"\n class=\"notification-icon\"\n ></biit-icon>\n <a id=\"message\">\n {{ notification?.message }}\n </a>\n <button biit-button #action\n (click)=\"emitClick(true)\"\n *ngIf=\"notification?.actionLabel\"\n color=\"tertiary\"\n >\n {{ notification.actionLabel }}\n </button>\n</div><br>\n", styles: [".notification-canvas{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:25.6rem;padding:1.05rem 1.4rem;box-sizing:border-box;color:#ededed;text-align:left;-webkit-user-select:none;user-select:none}.notification-icon{display:inline-flex;position:absolute;width:1.4rem;height:.7rem;translate:-100%}::ng-deep biit-notification biit-button{font-size:.7rem;margin-left:1.4rem}::ng-deep biit-notification biit-button .button-base.tertiary{color:#ededed!important}::ng-deep biit-notification biit-button .bar{background:#EDEDED!important}.regular{background:#262626}.error{background:#A1093F}.warning{background:#F20D5E}\n"] }]
|
|
311
|
+
}], propDecorators: { notification: [{
|
|
312
|
+
type: Input
|
|
313
|
+
}], button: [{
|
|
314
|
+
type: ViewChild,
|
|
315
|
+
args: ['action']
|
|
316
|
+
}] } });
|
|
317
|
+
|
|
318
|
+
class BiitSnackbarComponent {
|
|
319
|
+
constructor(snackbarService) {
|
|
320
|
+
this.snackbarService = snackbarService;
|
|
321
|
+
this.notifications = [];
|
|
322
|
+
}
|
|
323
|
+
ngOnInit() {
|
|
324
|
+
this.snackbarService.getNotifications$.subscribe(notifications => {
|
|
325
|
+
this.notifications = notifications;
|
|
326
|
+
});
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
BiitSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarComponent, deps: [{ token: BiitSnackbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
330
|
+
BiitSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitSnackbarComponent, selector: "biit-snackbar", ngImport: i0, template: "<ng-container>\n <div id=\"snackbar-canvas\"\n class=\"snackbar-canvas {{snackbarService.verticalPosition}} {{snackbarService.horizontalPosition}}\">\n <div @notificationList\n *ngFor=\"let notification of this.notifications\"\n class=\"snackbar-element\"\n [attr.id]=\"'snackbar-element-' + notification.type\"\n >\n <biit-notification [notification]=\"notification\" style=\"display: inline-flex;\"></biit-notification>\n </div>\n </div>\n</ng-container>\n", styles: [".snackbar-canvas{display:flex;width:100vw;height:100vh;top:0;left:0;position:fixed;padding:1rem;box-sizing:border-box;pointer-events:none;transition:.5s ease all;-moz-transition:.5s ease all;-webkit-transition:.5s ease all}.snackbar-canvas.top .snackbar-element+.snackbar-element{margin-top:1rem}.snackbar-canvas.bottom .snackbar-element+.snackbar-element{margin-bottom:1rem}.snackbar-element{display:inline-flex;pointer-events:all;transition:.5s ease all;-moz-transition:.5s ease all;-webkit-transition:.5s ease all}.top{flex-flow:column;flex-direction:column}.bottom{flex-flow:column-reverse;flex-direction:column-reverse}.left{align-items:start}.center{align-items:center}.right{align-items:end}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: BiitNotificationComponent, selector: "biit-notification", inputs: ["notification"] }], animations: [
|
|
331
|
+
trigger('notificationList', [
|
|
332
|
+
transition(':enter', [
|
|
333
|
+
style({ opacity: 0, height: 0 }),
|
|
334
|
+
animate('500ms ease-in-out', style({ height: '*' })),
|
|
335
|
+
animate('500ms ease-in-out', style({ opacity: 1, transform: 'translateY(0px)' }))
|
|
336
|
+
]),
|
|
337
|
+
transition(':leave', [
|
|
338
|
+
style({ opacity: 1, height: '*' }),
|
|
339
|
+
animate('500ms ease-in-out', style({ opacity: 0 })),
|
|
340
|
+
animate('500ms ease-in-out', style({ height: 0 }))
|
|
341
|
+
])
|
|
342
|
+
])
|
|
343
|
+
] });
|
|
344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarComponent, decorators: [{
|
|
345
|
+
type: Component,
|
|
346
|
+
args: [{ selector: 'biit-snackbar', animations: [
|
|
347
|
+
trigger('notificationList', [
|
|
348
|
+
transition(':enter', [
|
|
349
|
+
style({ opacity: 0, height: 0 }),
|
|
350
|
+
animate('500ms ease-in-out', style({ height: '*' })),
|
|
351
|
+
animate('500ms ease-in-out', style({ opacity: 1, transform: 'translateY(0px)' }))
|
|
352
|
+
]),
|
|
353
|
+
transition(':leave', [
|
|
354
|
+
style({ opacity: 1, height: '*' }),
|
|
355
|
+
animate('500ms ease-in-out', style({ opacity: 0 })),
|
|
356
|
+
animate('500ms ease-in-out', style({ height: 0 }))
|
|
357
|
+
])
|
|
358
|
+
])
|
|
359
|
+
], template: "<ng-container>\n <div id=\"snackbar-canvas\"\n class=\"snackbar-canvas {{snackbarService.verticalPosition}} {{snackbarService.horizontalPosition}}\">\n <div @notificationList\n *ngFor=\"let notification of this.notifications\"\n class=\"snackbar-element\"\n [attr.id]=\"'snackbar-element-' + notification.type\"\n >\n <biit-notification [notification]=\"notification\" style=\"display: inline-flex;\"></biit-notification>\n </div>\n </div>\n</ng-container>\n", styles: [".snackbar-canvas{display:flex;width:100vw;height:100vh;top:0;left:0;position:fixed;padding:1rem;box-sizing:border-box;pointer-events:none;transition:.5s ease all;-moz-transition:.5s ease all;-webkit-transition:.5s ease all}.snackbar-canvas.top .snackbar-element+.snackbar-element{margin-top:1rem}.snackbar-canvas.bottom .snackbar-element+.snackbar-element{margin-bottom:1rem}.snackbar-element{display:inline-flex;pointer-events:all;transition:.5s ease all;-moz-transition:.5s ease all;-webkit-transition:.5s ease all}.top{flex-flow:column;flex-direction:column}.bottom{flex-flow:column-reverse;flex-direction:column-reverse}.left{align-items:start}.center{align-items:center}.right{align-items:end}\n"] }]
|
|
360
|
+
}], ctorParameters: function () { return [{ type: BiitSnackbarService }]; } });
|
|
361
|
+
|
|
362
|
+
class BiitSnackbarModule {
|
|
363
|
+
}
|
|
364
|
+
BiitSnackbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
365
|
+
BiitSnackbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarModule, declarations: [BiitSnackbarComponent,
|
|
366
|
+
BiitNotificationComponent], imports: [CommonModule,
|
|
367
|
+
BrowserAnimationsModule,
|
|
368
|
+
BiitIconModule,
|
|
369
|
+
BiitButtonModule], exports: [BiitSnackbarComponent,
|
|
370
|
+
BiitNotificationComponent] });
|
|
371
|
+
BiitSnackbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarModule, imports: [CommonModule,
|
|
372
|
+
BrowserAnimationsModule,
|
|
373
|
+
BiitIconModule,
|
|
374
|
+
BiitButtonModule] });
|
|
375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitSnackbarModule, decorators: [{
|
|
376
|
+
type: NgModule,
|
|
377
|
+
args: [{
|
|
378
|
+
declarations: [
|
|
379
|
+
BiitSnackbarComponent,
|
|
380
|
+
BiitNotificationComponent
|
|
381
|
+
],
|
|
382
|
+
imports: [
|
|
383
|
+
CommonModule,
|
|
384
|
+
BrowserAnimationsModule,
|
|
385
|
+
BiitIconModule,
|
|
386
|
+
BiitButtonModule
|
|
387
|
+
],
|
|
388
|
+
exports: [
|
|
389
|
+
BiitSnackbarComponent,
|
|
390
|
+
BiitNotificationComponent
|
|
391
|
+
]
|
|
392
|
+
}]
|
|
393
|
+
}] });
|
|
394
|
+
|
|
395
|
+
var BiitSnackbarVerticalPosition;
|
|
396
|
+
(function (BiitSnackbarVerticalPosition) {
|
|
397
|
+
BiitSnackbarVerticalPosition["TOP"] = "top";
|
|
398
|
+
BiitSnackbarVerticalPosition["BOTTOM"] = "bottom";
|
|
399
|
+
})(BiitSnackbarVerticalPosition || (BiitSnackbarVerticalPosition = {}));
|
|
400
|
+
|
|
401
|
+
var BiitSnackbarHorizontalPosition;
|
|
402
|
+
(function (BiitSnackbarHorizontalPosition) {
|
|
403
|
+
BiitSnackbarHorizontalPosition["LEFT"] = "left";
|
|
404
|
+
BiitSnackbarHorizontalPosition["CENTER"] = "center";
|
|
405
|
+
BiitSnackbarHorizontalPosition["RIGHT"] = "right";
|
|
406
|
+
})(BiitSnackbarHorizontalPosition || (BiitSnackbarHorizontalPosition = {}));
|
|
407
|
+
|
|
408
|
+
var NotificationType;
|
|
409
|
+
(function (NotificationType) {
|
|
410
|
+
NotificationType["INFO"] = "INFO";
|
|
411
|
+
NotificationType["SUCCESS"] = "SUCCESS";
|
|
412
|
+
NotificationType["WARNING"] = "WARNING";
|
|
413
|
+
NotificationType["ERROR"] = "ERROR";
|
|
414
|
+
})(NotificationType || (NotificationType = {}));
|
|
415
|
+
|
|
416
|
+
var BiitProgressBarType;
|
|
417
|
+
(function (BiitProgressBarType) {
|
|
418
|
+
BiitProgressBarType["INDETERMINATE"] = "INDETERMINATE";
|
|
419
|
+
BiitProgressBarType["DETERMINATE"] = "DETERMINATE";
|
|
420
|
+
})(BiitProgressBarType || (BiitProgressBarType = {}));
|
|
421
|
+
class BiitProgressBarComponent {
|
|
422
|
+
set value(value) {
|
|
423
|
+
this._value = value;
|
|
424
|
+
}
|
|
425
|
+
constructor() {
|
|
426
|
+
this.type = BiitProgressBarType.INDETERMINATE;
|
|
427
|
+
this._value = 0;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
BiitProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
431
|
+
BiitProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitProgressBarComponent, selector: "biit-progress-bar", inputs: { type: "type", _value: "_value", value: "value" }, ngImport: i0, template: "<div class=\"canvas\">\n <div class=\"dummy\">\n <div class=\"bar {{type.toLowerCase()}}\"\n [ngStyle]=\"{'width': type == 'DETERMINATE' ? _value + '%' : null}\"\n ></div>\n </div>\n</div>\n", styles: [".canvas{position:relative;width:inherit}.dummy{position:absolute;width:100%;height:.25rem;overflow:hidden}.bar{position:absolute;background:#F20D5E;height:100%}.bar.indeterminate{width:50%;animation:indeterminate 2s ease-in-out;animation-iteration-count:infinite}.bar.determinate{transition:width .5s ease-in-out}@keyframes indeterminate{0%{left:-50%}to{left:100%}}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarComponent, decorators: [{
|
|
433
|
+
type: Component,
|
|
434
|
+
args: [{ selector: 'biit-progress-bar', template: "<div class=\"canvas\">\n <div class=\"dummy\">\n <div class=\"bar {{type.toLowerCase()}}\"\n [ngStyle]=\"{'width': type == 'DETERMINATE' ? _value + '%' : null}\"\n ></div>\n </div>\n</div>\n", styles: [".canvas{position:relative;width:inherit}.dummy{position:absolute;width:100%;height:.25rem;overflow:hidden}.bar{position:absolute;background:#F20D5E;height:100%}.bar.indeterminate{width:50%;animation:indeterminate 2s ease-in-out;animation-iteration-count:infinite}.bar.determinate{transition:width .5s ease-in-out}@keyframes indeterminate{0%{left:-50%}to{left:100%}}\n"] }]
|
|
435
|
+
}], ctorParameters: function () { return []; }, propDecorators: { type: [{
|
|
436
|
+
type: Input
|
|
437
|
+
}], _value: [{
|
|
438
|
+
type: Input
|
|
439
|
+
}], value: [{
|
|
440
|
+
type: Input,
|
|
441
|
+
args: ['value']
|
|
442
|
+
}] } });
|
|
443
|
+
|
|
444
|
+
class BiitProgressBarModule {
|
|
445
|
+
}
|
|
446
|
+
BiitProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
447
|
+
BiitProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarModule, declarations: [BiitProgressBarComponent], imports: [CommonModule], exports: [BiitProgressBarComponent] });
|
|
448
|
+
BiitProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarModule, imports: [CommonModule] });
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitProgressBarModule, decorators: [{
|
|
450
|
+
type: NgModule,
|
|
451
|
+
args: [{
|
|
452
|
+
declarations: [
|
|
453
|
+
BiitProgressBarComponent
|
|
454
|
+
],
|
|
455
|
+
imports: [
|
|
456
|
+
CommonModule
|
|
457
|
+
],
|
|
458
|
+
exports: [
|
|
459
|
+
BiitProgressBarComponent
|
|
460
|
+
]
|
|
461
|
+
}]
|
|
462
|
+
}] });
|
|
463
|
+
|
|
464
|
+
class BiitGalleryCardComponent {
|
|
465
|
+
constructor() {
|
|
466
|
+
this.title = "";
|
|
467
|
+
this.subtitle = "";
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
BiitGalleryCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
BiitGalleryCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitGalleryCardComponent, selector: "biit-gallery-card", inputs: { title: "title", subtitle: "subtitle", icon: "icon" }, ngImport: i0, template: "<div class=\"gallery-card\">\n <div class=\"card-top\">\n <biit-icon *ngIf=\"icon\"\n [name]=\"icon\"\n class=\"icon\"\n ></biit-icon>\n </div>\n <div class=\"card-bottom\">\n <a class=\"title\">{{title}}</a>\n <a class=\"subtitle\">{{subtitle}}</a>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}.gallery-card{display:flex;flex-direction:column;box-sizing:border-box;width:11em;height:14em;border:3px solid #262626;background:white;color:#262626;-webkit-user-select:none;user-select:none;cursor:pointer}.gallery-card:hover .card-bottom{background:#EDEDED}.gallery-card:active .title{color:#f20d5e}.gallery-card .card-top{display:flex;flex-grow:1;padding:.45em .6em;align-items:center;justify-content:center}.gallery-card .card-top .wh-100{display:inline-flex;width:9.5em;height:8.3em}.gallery-card .card-bottom{display:flex;flex-direction:column;height:4.5em;border-top:3px solid #262626;padding:.45em .6em;justify-content:space-between}.gallery-card .card-bottom .title{text-transform:uppercase;font-weight:700;height:2.2em;line-height:1.1em;overflow:hidden}.gallery-card .card-bottom .subtitle{font-size:.8em;height:1em;line-height:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.BiitIconComponent, selector: "biit-icon", inputs: ["name", "svgStyle", "pathStyle"] }] });
|
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardComponent, decorators: [{
|
|
473
|
+
type: Component,
|
|
474
|
+
args: [{ selector: 'biit-gallery-card', template: "<div class=\"gallery-card\">\n <div class=\"card-top\">\n <biit-icon *ngIf=\"icon\"\n [name]=\"icon\"\n class=\"icon\"\n ></biit-icon>\n </div>\n <div class=\"card-bottom\">\n <a class=\"title\">{{title}}</a>\n <a class=\"subtitle\">{{subtitle}}</a>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}.gallery-card{display:flex;flex-direction:column;box-sizing:border-box;width:11em;height:14em;border:3px solid #262626;background:white;color:#262626;-webkit-user-select:none;user-select:none;cursor:pointer}.gallery-card:hover .card-bottom{background:#EDEDED}.gallery-card:active .title{color:#f20d5e}.gallery-card .card-top{display:flex;flex-grow:1;padding:.45em .6em;align-items:center;justify-content:center}.gallery-card .card-top .wh-100{display:inline-flex;width:9.5em;height:8.3em}.gallery-card .card-bottom{display:flex;flex-direction:column;height:4.5em;border-top:3px solid #262626;padding:.45em .6em;justify-content:space-between}.gallery-card .card-bottom .title{text-transform:uppercase;font-weight:700;height:2.2em;line-height:1.1em;overflow:hidden}.gallery-card .card-bottom .subtitle{font-size:.8em;height:1em;line-height:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"] }]
|
|
475
|
+
}], propDecorators: { title: [{
|
|
476
|
+
type: Input
|
|
477
|
+
}], subtitle: [{
|
|
478
|
+
type: Input
|
|
479
|
+
}], icon: [{
|
|
480
|
+
type: Input
|
|
481
|
+
}] } });
|
|
482
|
+
|
|
483
|
+
class BiitGalleryCardModule {
|
|
484
|
+
}
|
|
485
|
+
BiitGalleryCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
486
|
+
BiitGalleryCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardModule, declarations: [BiitGalleryCardComponent], imports: [CommonModule,
|
|
487
|
+
BiitIconModule], exports: [BiitGalleryCardComponent] });
|
|
488
|
+
BiitGalleryCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardModule, imports: [CommonModule,
|
|
489
|
+
BiitIconModule] });
|
|
490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitGalleryCardModule, decorators: [{
|
|
491
|
+
type: NgModule,
|
|
492
|
+
args: [{
|
|
493
|
+
declarations: [
|
|
494
|
+
BiitGalleryCardComponent
|
|
495
|
+
],
|
|
496
|
+
imports: [
|
|
497
|
+
CommonModule,
|
|
498
|
+
BiitIconModule
|
|
499
|
+
],
|
|
500
|
+
exports: [
|
|
501
|
+
BiitGalleryCardComponent
|
|
502
|
+
]
|
|
503
|
+
}]
|
|
504
|
+
}] });
|
|
505
|
+
|
|
506
|
+
class BiitCookiesConsentComponent {
|
|
507
|
+
constructor() {
|
|
508
|
+
this.consent = false;
|
|
509
|
+
if (localStorage.getItem("cookies-consent") !== undefined) {
|
|
510
|
+
this.consent = coerceBooleanProperty(localStorage.getItem("cookies-consent"));
|
|
511
|
+
}
|
|
512
|
+
else {
|
|
513
|
+
this.consent = false;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
acceptCookies() {
|
|
517
|
+
this.consent = true;
|
|
518
|
+
localStorage.setItem("cookies-consent", 'true');
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
BiitCookiesConsentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
522
|
+
BiitCookiesConsentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitCookiesConsentComponent, selector: "biit-cookies-consent", providers: [{
|
|
523
|
+
provide: TRANSLOCO_SCOPE,
|
|
524
|
+
useValue: { scope: 'wizardry-theme/info', alias: "info" }
|
|
525
|
+
}], ngImport: i0, template: "<div class=\"cookies-canvas\" *ngIf=\"!consent\">\n <div class=\"cookies-popup\" *transloco=\"let t\">\n <biit-icon name=\"cookies\" class=\"icon\"></biit-icon>\n <a [innerHTML]=\"t('info.consent-text')\"></a>\n <button biit-button id=\"cookies-button\" class=\"button\" (click)=\"acceptCookies()\">{{ t('info.understand') }}</button>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}.cookies-canvas{display:flex;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:10000;padding:2em;box-sizing:border-box;align-items:flex-end;justify-content:center;pointer-events:none}.cookies-canvas .cookies-popup{display:flex;align-items:center;background:white;border:3px solid #262626;pointer-events:all}@media screen and (max-width: 1279px){.cookies-canvas .cookies-popup{width:20em;padding:2em;flex-direction:column;gap:1.25em;text-align:center}}@media screen and (min-width: 1280px){.cookies-canvas .cookies-popup{height:7em;width:60%;padding:1em 2em;gap:2em;justify-content:space-around}}.cookies-canvas .cookies-popup .wh-100{width:6em;height:6em;flex-shrink:0}.cookies-canvas .cookies-popup .button ::ng-deep span{white-space:nowrap}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.BiitIconComponent, selector: "biit-icon", inputs: ["name", "svgStyle", "pathStyle"] }, { kind: "component", type: i3.BiitButtonComponent, selector: "button[biit-button]" }, { kind: "directive", type: i4.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }] });
|
|
526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentComponent, decorators: [{
|
|
527
|
+
type: Component,
|
|
528
|
+
args: [{ selector: 'biit-cookies-consent', providers: [{
|
|
529
|
+
provide: TRANSLOCO_SCOPE,
|
|
530
|
+
useValue: { scope: 'wizardry-theme/info', alias: "info" }
|
|
531
|
+
}], template: "<div class=\"cookies-canvas\" *ngIf=\"!consent\">\n <div class=\"cookies-popup\" *transloco=\"let t\">\n <biit-icon name=\"cookies\" class=\"icon\"></biit-icon>\n <a [innerHTML]=\"t('info.consent-text')\"></a>\n <button biit-button id=\"cookies-button\" class=\"button\" (click)=\"acceptCookies()\">{{ t('info.understand') }}</button>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}.cookies-canvas{display:flex;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:10000;padding:2em;box-sizing:border-box;align-items:flex-end;justify-content:center;pointer-events:none}.cookies-canvas .cookies-popup{display:flex;align-items:center;background:white;border:3px solid #262626;pointer-events:all}@media screen and (max-width: 1279px){.cookies-canvas .cookies-popup{width:20em;padding:2em;flex-direction:column;gap:1.25em;text-align:center}}@media screen and (min-width: 1280px){.cookies-canvas .cookies-popup{height:7em;width:60%;padding:1em 2em;gap:2em;justify-content:space-around}}.cookies-canvas .cookies-popup .wh-100{width:6em;height:6em;flex-shrink:0}.cookies-canvas .cookies-popup .button ::ng-deep span{white-space:nowrap}\n"] }]
|
|
532
|
+
}], ctorParameters: function () { return []; } });
|
|
533
|
+
|
|
534
|
+
class BiitCookiesConsentModule {
|
|
535
|
+
}
|
|
536
|
+
BiitCookiesConsentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
537
|
+
BiitCookiesConsentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentModule, declarations: [BiitCookiesConsentComponent], imports: [CommonModule,
|
|
538
|
+
BiitIconModule,
|
|
539
|
+
BiitButtonModule,
|
|
540
|
+
TranslocoRootModule], exports: [BiitCookiesConsentComponent] });
|
|
541
|
+
BiitCookiesConsentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentModule, imports: [CommonModule,
|
|
542
|
+
BiitIconModule,
|
|
543
|
+
BiitButtonModule,
|
|
544
|
+
TranslocoRootModule] });
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitCookiesConsentModule, decorators: [{
|
|
546
|
+
type: NgModule,
|
|
547
|
+
args: [{
|
|
548
|
+
declarations: [
|
|
549
|
+
BiitCookiesConsentComponent
|
|
550
|
+
],
|
|
551
|
+
imports: [
|
|
552
|
+
CommonModule,
|
|
553
|
+
BiitIconModule,
|
|
554
|
+
BiitButtonModule,
|
|
555
|
+
TranslocoRootModule
|
|
556
|
+
],
|
|
557
|
+
exports: [
|
|
558
|
+
BiitCookiesConsentComponent
|
|
559
|
+
]
|
|
560
|
+
}]
|
|
561
|
+
}] });
|
|
562
|
+
|
|
563
|
+
/*
|
|
564
|
+
* Public API Surface of wizardry-theme/info
|
|
565
|
+
*/
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* Generated bundle index. Do not edit.
|
|
569
|
+
*/
|
|
570
|
+
|
|
571
|
+
export { BiitCookiesConsentComponent, BiitCookiesConsentModule, BiitGalleryCardComponent, BiitGalleryCardModule, BiitNotificationComponent, BiitProgressBarComponent, BiitProgressBarModule, BiitProgressBarType, BiitSnackbarComponent, BiitSnackbarHorizontalPosition, BiitSnackbarModule, BiitSnackbarService, BiitSnackbarVerticalPosition, BiitTooltipComponent, BiitTooltipDirective, BiitTooltipIconComponent, BiitTooltipIconModule, BiitTooltipModule, Notification, NotificationType };
|
|
572
|
+
//# sourceMappingURL=biit-solutions-wizardry-theme-info.mjs.map
|