@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,39 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ApexChart, ApexDataLabels, ApexGrid, ApexLegend, ApexPlotOptions, ApexStates, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ChartComponent } from "ng-apexcharts";
|
|
3
|
+
import { PieChartData } from './models/pie-chart-data';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type PieChartOptions = {
|
|
6
|
+
series: number[];
|
|
7
|
+
chart: ApexChart;
|
|
8
|
+
labels: string[];
|
|
9
|
+
dataLabels: ApexDataLabels;
|
|
10
|
+
fill: any;
|
|
11
|
+
colors: any;
|
|
12
|
+
title: ApexTitleSubtitle;
|
|
13
|
+
xaxis: ApexXAxis;
|
|
14
|
+
yaxis: ApexYAxis;
|
|
15
|
+
legend: ApexLegend;
|
|
16
|
+
plotOptions: ApexPlotOptions;
|
|
17
|
+
tooltip: ApexTooltip;
|
|
18
|
+
grid: ApexGrid;
|
|
19
|
+
states: ApexStates;
|
|
20
|
+
};
|
|
21
|
+
export declare class PieChartComponent implements OnInit, OnChanges {
|
|
22
|
+
private ref;
|
|
23
|
+
apexChart: ChartComponent;
|
|
24
|
+
chartOptions: Partial<PieChartOptions>;
|
|
25
|
+
pageNumber: number;
|
|
26
|
+
data: PieChartData;
|
|
27
|
+
title: string;
|
|
28
|
+
width: number;
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
yLegendMargin: number;
|
|
32
|
+
constructor(ref: ElementRef);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
ngOnChanges(): void;
|
|
35
|
+
private createChartOptions;
|
|
36
|
+
getPngBlob(): Promise<Blob>;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "biit-pie-chart", never, { "data": "data"; "title": "title"; "width": "width"; "min": "min"; "max": "max"; }, {}, never, never, false, never>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pie-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-apexcharts";
|
|
5
|
+
export declare class PieChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PieChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PieChartModule, [typeof i1.PieChartComponent], [typeof i2.CommonModule, typeof i3.NgApexchartsModule], [typeof i1.PieChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PieChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from './bar-chart/bar-chart.component';
|
|
2
|
+
export * from './bar-chart/bar-chart.module';
|
|
3
|
+
export * from './bar-chart/models/bar-chart-data';
|
|
4
|
+
export * from './line-chart/line-chart.component';
|
|
5
|
+
export * from './line-chart/line-chart.module';
|
|
6
|
+
export * from './line-chart/models/line-chart-data';
|
|
7
|
+
export * from './pie-chart/pie-chart.component';
|
|
8
|
+
export * from './pie-chart/pie-chart.module';
|
|
9
|
+
export * from './pie-chart/models/pie-chart-data';
|
|
10
|
+
export * from './radar-chart/radar-chart.component';
|
|
11
|
+
export * from './radar-chart/radar-chart.module';
|
|
12
|
+
export * from './radar-chart/models/radar-chart-data';
|
|
13
|
+
export * from './radial-chart/radial-chart.component';
|
|
14
|
+
export * from './radial-chart/radial-chart.module';
|
|
15
|
+
export * from './radial-chart/models/radial-chart-data';
|
|
16
|
+
export * from './heatmap-chart/heatmap-chart.component';
|
|
17
|
+
export * from './heatmap-chart/heatmap-chart.module';
|
|
18
|
+
export * from './heatmap-chart/heatmap-chart-data';
|
|
19
|
+
export * from './heatmap-chart/heatmap-chart-range';
|
|
20
|
+
export * from './meta-view-chart/meta-view-chart.module';
|
|
21
|
+
export * from './meta-view-chart/meta-view-chart.component';
|
|
22
|
+
export * from './meta-view-chart/model/meta-view-data';
|
|
23
|
+
export * from './meta-view-chart/model/meta-view-preselection';
|
|
24
|
+
export * from './meta-view-chart/model/meta-view-element-data';
|
|
25
|
+
export * from './meta-view-chart/model/view';
|
|
26
|
+
export * from './timeline-viewer-chart/timeline-viewer-chart.component';
|
|
27
|
+
export * from './timeline-viewer-chart/timeline-viewer-chart.module';
|
|
28
|
+
export * from './timeline-viewer-chart/models/timeline-viewer-chart-options';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class RadarChartData {
|
|
2
|
+
series: RadarChartSeries[];
|
|
3
|
+
legend: string[];
|
|
4
|
+
constructor(series: RadarChartSeries[], legend: string[]);
|
|
5
|
+
}
|
|
6
|
+
export declare class RadarChartSeries {
|
|
7
|
+
name: string;
|
|
8
|
+
data: number[];
|
|
9
|
+
color: string;
|
|
10
|
+
constructor(name: string, data: number[], color: string);
|
|
11
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ApexChart, ApexDataLabels, ApexLegend, ApexMarkers, ApexPlotOptions, ApexStates, ApexStroke, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ChartComponent } from "ng-apexcharts";
|
|
3
|
+
import { RadarChartData, RadarChartSeries } from './models/radar-chart-data';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type RadarChartOptions = {
|
|
6
|
+
series: RadarChartSeries[];
|
|
7
|
+
chart: ApexChart;
|
|
8
|
+
dataLabels: ApexDataLabels;
|
|
9
|
+
fill: any;
|
|
10
|
+
title: ApexTitleSubtitle;
|
|
11
|
+
xaxis: ApexXAxis;
|
|
12
|
+
yaxis: ApexYAxis;
|
|
13
|
+
legend: ApexLegend;
|
|
14
|
+
plotOptions: ApexPlotOptions;
|
|
15
|
+
tooltip: ApexTooltip;
|
|
16
|
+
states: ApexStates;
|
|
17
|
+
markers: ApexMarkers;
|
|
18
|
+
stroke: ApexStroke;
|
|
19
|
+
};
|
|
20
|
+
export declare class RadarChartComponent implements OnInit, OnChanges {
|
|
21
|
+
private ref;
|
|
22
|
+
apexChart: ChartComponent;
|
|
23
|
+
chartOptions: Partial<RadarChartOptions>;
|
|
24
|
+
pageNumber: number;
|
|
25
|
+
data: RadarChartData;
|
|
26
|
+
title: string;
|
|
27
|
+
width: number;
|
|
28
|
+
min: number;
|
|
29
|
+
max: number;
|
|
30
|
+
yLegendMargin: number;
|
|
31
|
+
constructor(ref: ElementRef);
|
|
32
|
+
ngOnInit(): void;
|
|
33
|
+
ngOnChanges(): void;
|
|
34
|
+
private createChartOptions;
|
|
35
|
+
getPngBlob(): Promise<Blob>;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadarChartComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadarChartComponent, "biit-radar-chart", never, { "data": "data"; "title": "title"; "width": "width"; "min": "min"; "max": "max"; }, {}, never, never, false, never>;
|
|
38
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./radar-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-apexcharts";
|
|
5
|
+
export declare class RadarChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadarChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadarChartModule, [typeof i1.RadarChartComponent], [typeof i2.CommonModule, typeof i3.NgApexchartsModule], [typeof i1.RadarChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RadarChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ApexChart, ApexDataLabels, ApexGrid, ApexLegend, ApexPlotOptions, ApexStates, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ChartComponent } from "ng-apexcharts";
|
|
3
|
+
import { RadialChartData } from './models/radial-chart-data';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type RadialChartOptions = {
|
|
6
|
+
series: number[];
|
|
7
|
+
chart: ApexChart;
|
|
8
|
+
labels: string[];
|
|
9
|
+
dataLabels: ApexDataLabels;
|
|
10
|
+
fill: any;
|
|
11
|
+
colors: any;
|
|
12
|
+
title: ApexTitleSubtitle;
|
|
13
|
+
xaxis: ApexXAxis;
|
|
14
|
+
yaxis: ApexYAxis;
|
|
15
|
+
legend: ApexLegend;
|
|
16
|
+
plotOptions: ApexPlotOptions;
|
|
17
|
+
tooltip: ApexTooltip;
|
|
18
|
+
grid: ApexGrid;
|
|
19
|
+
states: ApexStates;
|
|
20
|
+
};
|
|
21
|
+
export declare class RadialChartComponent implements OnInit, OnChanges {
|
|
22
|
+
private ref;
|
|
23
|
+
apexChart: ChartComponent;
|
|
24
|
+
chartOptions: Partial<RadialChartOptions>;
|
|
25
|
+
pageNumber: number;
|
|
26
|
+
data: RadialChartData;
|
|
27
|
+
title: string;
|
|
28
|
+
width: number;
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
gauge: boolean;
|
|
32
|
+
yLegendMargin: number;
|
|
33
|
+
constructor(ref: ElementRef);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnChanges(): void;
|
|
36
|
+
private createChartOptions;
|
|
37
|
+
getPngBlob(): Promise<Blob>;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadialChartComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadialChartComponent, "biit-radial-chart", never, { "data": "data"; "title": "title"; "width": "width"; "min": "min"; "max": "max"; "gauge": "gauge"; }, {}, never, never, false, never>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./radial-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-apexcharts";
|
|
5
|
+
export declare class RadialChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadialChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RadialChartModule, [typeof i1.RadialChartComponent], [typeof i2.CommonModule, typeof i3.NgApexchartsModule], [typeof i1.RadialChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RadialChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TimelineViewerChartOptions } from "./timeline-viewer-chart-options";
|
|
2
|
+
export declare class TimelineViewerChartData {
|
|
3
|
+
x: number;
|
|
4
|
+
y: number;
|
|
5
|
+
color: string;
|
|
6
|
+
tooltipHeader: string;
|
|
7
|
+
tooltipInfo: {
|
|
8
|
+
title: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}[];
|
|
11
|
+
meta: Object;
|
|
12
|
+
constructor(x: Date, y: number, tooltipHeader: string, tooltipInfo: {
|
|
13
|
+
title: string;
|
|
14
|
+
value: string;
|
|
15
|
+
}[], color?: string, meta?: Object);
|
|
16
|
+
static generate<Object>(data: Object[], options: TimelineViewerChartOptions): TimelineViewerChartData[];
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexGrid, ApexLegend, ApexMarkers, ApexStroke, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ChartComponent } from "ng-apexcharts";
|
|
3
|
+
import { TimelineViewerChartData } from './models/timeline-viewer-chart-data';
|
|
4
|
+
import { TimelineViewerChartOptions } from "./models/timeline-viewer-chart-options";
|
|
5
|
+
import { DatePipe } from "@angular/common";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
type ChartOptions = {
|
|
8
|
+
series: ApexAxisChartSeries;
|
|
9
|
+
chart: ApexChart;
|
|
10
|
+
dataLabels: ApexDataLabels;
|
|
11
|
+
fill: any;
|
|
12
|
+
colors: any;
|
|
13
|
+
title: ApexTitleSubtitle;
|
|
14
|
+
xaxis: ApexXAxis;
|
|
15
|
+
yaxis: ApexYAxis;
|
|
16
|
+
legend: ApexLegend;
|
|
17
|
+
tooltip: ApexTooltip;
|
|
18
|
+
grid: ApexGrid;
|
|
19
|
+
stroke: ApexStroke;
|
|
20
|
+
markers: ApexMarkers;
|
|
21
|
+
plotOptions: any;
|
|
22
|
+
};
|
|
23
|
+
export declare class TimelineViewerChartComponent implements OnInit, OnChanges {
|
|
24
|
+
private datePipe;
|
|
25
|
+
apexChart: ChartComponent;
|
|
26
|
+
data: Object[];
|
|
27
|
+
options: TimelineViewerChartOptions;
|
|
28
|
+
onItemClick: EventEmitter<TimelineViewerChartData>;
|
|
29
|
+
scatterChartOptions: Partial<ChartOptions>;
|
|
30
|
+
areaChartOptions: Partial<ChartOptions>;
|
|
31
|
+
pageNumber: number;
|
|
32
|
+
constructor(datePipe: DatePipe);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
ngOnChanges(): void;
|
|
35
|
+
private createChartOptions;
|
|
36
|
+
getPngBlob(): Promise<Blob>;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineViewerChartComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineViewerChartComponent, "biit-timeline-viewer-chart", never, { "data": "data"; "options": "options"; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./timeline-viewer-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-apexcharts";
|
|
5
|
+
export declare class TimelineViewerChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineViewerChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineViewerChartModule, [typeof i1.TimelineViewerChartComponent], [typeof i2.CommonModule, typeof i3.NgApexchartsModule], [typeof i1.TimelineViewerChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TimelineViewerChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1zb2x1dGlvbnMtd2l6YXJkcnktdGhlbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9zcmMvYmlpdC1zb2x1dGlvbnMtd2l6YXJkcnktdGhlbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { Component, ContentChildren, Input } from '@angular/core';
|
|
2
|
+
import { BiitIconButtonComponent } from "../biit-icon-button/biit-icon-button.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
export class BiitActionButtonComponent {
|
|
6
|
+
constructor(elementRef) {
|
|
7
|
+
this.elementRef = elementRef;
|
|
8
|
+
this.position = 'bottom-right';
|
|
9
|
+
this.additionalX = 0;
|
|
10
|
+
this.additionalY = 0;
|
|
11
|
+
this.hover = false;
|
|
12
|
+
}
|
|
13
|
+
ngAfterContentInit() {
|
|
14
|
+
this.buttons = this.inputButtons.toArray();
|
|
15
|
+
}
|
|
16
|
+
positionStyle() {
|
|
17
|
+
const parentBoundingRect = this.elementRef.nativeElement.parentElement.getBoundingClientRect();
|
|
18
|
+
const rem = parseFloat(getComputedStyle(document.documentElement).fontSize);
|
|
19
|
+
const fabWidth = (rem * 2.125) + 6;
|
|
20
|
+
const desiredOffsetX = (rem * 1.5) + this.additionalX;
|
|
21
|
+
const desiredOffsetY = rem + this.additionalY;
|
|
22
|
+
const bottomOffsetX = desiredOffsetY + (this.hover ? (rem * 2.125) * (this.buttons.length - 1) : 0);
|
|
23
|
+
const leftLeft = `${parentBoundingRect.left + desiredOffsetX}px`;
|
|
24
|
+
const leftMid = `${parentBoundingRect.left + (parentBoundingRect.width / 2) - (fabWidth / 2) + this.additionalX}px`;
|
|
25
|
+
const leftRight = `${parentBoundingRect.right - (fabWidth + desiredOffsetX)}px`;
|
|
26
|
+
const topTop = `${parentBoundingRect.top + desiredOffsetY}px`;
|
|
27
|
+
const topMid = `${parentBoundingRect.top + (parentBoundingRect.height / 2) - (fabWidth / 2) + this.additionalY}px`;
|
|
28
|
+
const topBottom = `${parentBoundingRect.bottom - (fabWidth + bottomOffsetX)}px`;
|
|
29
|
+
switch (this.position) {
|
|
30
|
+
case 'top-left':
|
|
31
|
+
return { top: topTop, left: leftLeft };
|
|
32
|
+
case 'top-middle':
|
|
33
|
+
return { top: topTop, left: leftMid };
|
|
34
|
+
case 'top-right':
|
|
35
|
+
return { top: topTop, left: leftRight };
|
|
36
|
+
case 'middle-left':
|
|
37
|
+
return { top: topMid, left: leftLeft };
|
|
38
|
+
case 'middle-right':
|
|
39
|
+
return { top: topMid, left: leftRight };
|
|
40
|
+
case 'middle-middle':
|
|
41
|
+
return { top: topMid, left: leftMid };
|
|
42
|
+
case 'bottom-left':
|
|
43
|
+
return { top: topBottom, left: leftLeft, 'flex-direction': 'column-reverse' };
|
|
44
|
+
case 'bottom-middle':
|
|
45
|
+
return { top: topBottom, left: leftMid, 'flex-direction': 'column-reverse' };
|
|
46
|
+
case 'bottom-right':
|
|
47
|
+
return { top: topBottom, left: leftRight, 'flex-direction': 'column-reverse' };
|
|
48
|
+
default:
|
|
49
|
+
return {};
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
BiitActionButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
BiitActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitActionButtonComponent, selector: "biit-action-button", inputs: { position: "position", additionalX: "additionalX", additionalY: "additionalY" }, queries: [{ propertyName: "inputButtons", predicate: BiitIconButtonComponent }], ngImport: i0, template: "<div id=\"fab\" class=\"floating-action-button\" [ngStyle]=\"positionStyle()\" (pointerover)=\"hover = true;\" (pointerleave)=\"hover = false\">\n <ng-content></ng-content>\n</div>\n", styles: [".floating-action-button{box-sizing:border-box;position:fixed;z-index:999;opacity:50%;background:white;border:3px solid #262626;display:flex;flex-direction:column;justify-content:flex-end}.floating-action-button:hover{opacity:100%}.floating-action-button:hover ::ng-deep button:not(:first-child){display:flex}.floating-action-button ::ng-deep button:not(:first-child){display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
57
|
+
args: [{ selector: 'biit-action-button', template: "<div id=\"fab\" class=\"floating-action-button\" [ngStyle]=\"positionStyle()\" (pointerover)=\"hover = true;\" (pointerleave)=\"hover = false\">\n <ng-content></ng-content>\n</div>\n", styles: [".floating-action-button{box-sizing:border-box;position:fixed;z-index:999;opacity:50%;background:white;border:3px solid #262626;display:flex;flex-direction:column;justify-content:flex-end}.floating-action-button:hover{opacity:100%}.floating-action-button:hover ::ng-deep button:not(:first-child){display:flex}.floating-action-button ::ng-deep button:not(:first-child){display:none}\n"] }]
|
|
58
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { position: [{
|
|
59
|
+
type: Input
|
|
60
|
+
}], additionalX: [{
|
|
61
|
+
type: Input
|
|
62
|
+
}], additionalY: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], inputButtons: [{
|
|
65
|
+
type: ContentChildren,
|
|
66
|
+
args: [BiitIconButtonComponent]
|
|
67
|
+
}] } });
|
|
68
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1hY3Rpb24tYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dpemFyZHJ5LXRoZW1lL2J1dHRvbi9zcmMvYmlpdC1hY3Rpb24tYnV0dG9uL2JpaXQtYWN0aW9uLWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9idXR0b24vc3JjL2JpaXQtYWN0aW9uLWJ1dHRvbi9iaWl0LWFjdGlvbi1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFtQixTQUFTLEVBQUUsZUFBZSxFQUFjLEtBQUssRUFBWSxNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSxnREFBZ0QsQ0FBQzs7O0FBT3ZGLE1BQU0sT0FBTyx5QkFBeUI7SUFTcEMsWUFBb0IsVUFBc0I7UUFBdEIsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQVBqQyxhQUFRLEdBQWdCLGNBQWMsQ0FBQztRQUN2QyxnQkFBVyxHQUFXLENBQUMsQ0FBQztRQUN4QixnQkFBVyxHQUFXLENBQUMsQ0FBQztRQUd2QixVQUFLLEdBQUcsS0FBSyxDQUFDO0lBR3hCLENBQUM7SUFFRCxrQkFBa0I7UUFDaEIsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQzdDLENBQUM7SUFFRCxhQUFhO1FBQ1gsTUFBTSxrQkFBa0IsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMscUJBQXFCLEVBQUUsQ0FBQztRQUMvRixNQUFNLEdBQUcsR0FBRyxVQUFVLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQzVFLE1BQU0sUUFBUSxHQUFHLENBQUMsR0FBRyxHQUFHLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNuQyxNQUFNLGNBQWMsR0FBRyxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUMsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQ3RELE1BQU0sY0FBYyxHQUFHLEdBQUcsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQzlDLE1BQU0sYUFBYSxHQUFHLGNBQWMsR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxHQUFHLEtBQUssQ0FBQyxHQUFDLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLEdBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBRWhHLE1BQU0sUUFBUSxHQUFHLEdBQUcsa0JBQWtCLENBQUMsSUFBSSxHQUFHLGNBQWMsSUFBSSxDQUFDO1FBQ2pFLE1BQU0sT0FBTyxHQUFHLEdBQUcsa0JBQWtCLENBQUMsSUFBSSxHQUFHLENBQUMsa0JBQWtCLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsUUFBUSxHQUFHLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxXQUFXLElBQUksQ0FBQztRQUNwSCxNQUFNLFNBQVMsR0FBRyxHQUFHLGtCQUFrQixDQUFDLEtBQUssR0FBRyxDQUFDLFFBQVEsR0FBRyxjQUFjLENBQUMsSUFBSSxDQUFDO1FBRWhGLE1BQU0sTUFBTSxHQUFHLEdBQUcsa0JBQWtCLENBQUMsR0FBRyxHQUFHLGNBQWMsSUFBSSxDQUFDO1FBQzlELE1BQU0sTUFBTSxHQUFHLEdBQUcsa0JBQWtCLENBQUMsR0FBRyxHQUFHLENBQUMsa0JBQWtCLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsUUFBUSxHQUFHLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxXQUFXLElBQUksQ0FBQztRQUNuSCxNQUFNLFNBQVMsR0FBRyxHQUFHLGtCQUFrQixDQUFDLE1BQU0sR0FBRyxDQUFDLFFBQVEsR0FBRyxhQUFhLENBQUMsSUFBSSxDQUFDO1FBRWhGLFFBQVEsSUFBSSxDQUFDLFFBQVEsRUFBRTtZQUNyQixLQUFLLFVBQVU7Z0JBQ2IsT0FBTyxFQUFDLEdBQUcsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBQyxDQUFDO1lBQ3ZDLEtBQUssWUFBWTtnQkFDZixPQUFPLEVBQUMsR0FBRyxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFDLENBQUM7WUFDdEMsS0FBSyxXQUFXO2dCQUNkLE9BQU8sRUFBQyxHQUFHLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUMsQ0FBQztZQUN4QyxLQUFLLGFBQWE7Z0JBQ2hCLE9BQU8sRUFBQyxHQUFHLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUMsQ0FBQztZQUN2QyxLQUFLLGNBQWM7Z0JBQ2pCLE9BQU8sRUFBQyxHQUFHLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUMsQ0FBQztZQUN4QyxLQUFLLGVBQWU7Z0JBQ2xCLE9BQU8sRUFBQyxHQUFHLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUMsQ0FBQztZQUN0QyxLQUFLLGFBQWE7Z0JBQ2hCLE9BQU8sRUFBQyxHQUFHLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUMsQ0FBQztZQUM5RSxLQUFLLGVBQWU7Z0JBQ2xCLE9BQU8sRUFBQyxHQUFHLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUMsQ0FBQztZQUM3RSxLQUFLLGNBQWM7Z0JBQ2pCLE9BQU8sRUFBQyxHQUFHLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsZ0JBQWdCLEVBQUMsQ0FBQztZQUMvRTtnQkFDRSxPQUFPLEVBQUUsQ0FBQztTQUNiO0lBQ0gsQ0FBQzs7dUhBdERVLHlCQUF5QjsyR0FBekIseUJBQXlCLGlMQUtuQix1QkFBdUIsNkJDYjFDLDJMQUdBOzRGREthLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDRSxvQkFBb0I7aUdBTXJCLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNvQyxZQUFZO3NCQUFyRCxlQUFlO3VCQUFDLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7QWZ0ZXJDb250ZW50SW5pdCwgQ29tcG9uZW50LCBDb250ZW50Q2hpbGRyZW4sIEVsZW1lbnRSZWYsIElucHV0LCBRdWVyeUxpc3R9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtCaWl0SWNvbkJ1dHRvbkNvbXBvbmVudH0gZnJvbSBcIi4uL2JpaXQtaWNvbi1idXR0b24vYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnRcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYmlpdC1hY3Rpb24tYnV0dG9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JpaXQtYWN0aW9uLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2JpaXQtYWN0aW9uLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIEJpaXRBY3Rpb25CdXR0b25Db21wb25lbnQgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcblxuICBASW5wdXQoKSBwb3NpdGlvbjogRmFiUG9zaXRpb24gPSAnYm90dG9tLXJpZ2h0JztcbiAgQElucHV0KCkgYWRkaXRpb25hbFg6IG51bWJlciA9IDA7XG4gIEBJbnB1dCgpIGFkZGl0aW9uYWxZOiBudW1iZXIgPSAwO1xuICBAQ29udGVudENoaWxkcmVuKEJpaXRJY29uQnV0dG9uQ29tcG9uZW50KSBpbnB1dEJ1dHRvbnM6IFF1ZXJ5TGlzdDxCaWl0SWNvbkJ1dHRvbkNvbXBvbmVudD47XG4gIHByb3RlY3RlZCBidXR0b25zOiBCaWl0SWNvbkJ1dHRvbkNvbXBvbmVudFtdO1xuICBwcm90ZWN0ZWQgaG92ZXIgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYpIHtcbiAgfVxuXG4gIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmJ1dHRvbnMgPSB0aGlzLmlucHV0QnV0dG9ucy50b0FycmF5KCk7XG4gIH1cblxuICBwb3NpdGlvblN0eWxlKCk6IE9iamVjdCB7XG4gICAgY29uc3QgcGFyZW50Qm91bmRpbmdSZWN0ID0gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQucGFyZW50RWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTtcbiAgICBjb25zdCByZW0gPSBwYXJzZUZsb2F0KGdldENvbXB1dGVkU3R5bGUoZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50KS5mb250U2l6ZSk7XG4gICAgY29uc3QgZmFiV2lkdGggPSAocmVtICogMi4xMjUpICsgNjtcbiAgICBjb25zdCBkZXNpcmVkT2Zmc2V0WCA9IChyZW0gKiAxLjUpICsgdGhpcy5hZGRpdGlvbmFsWDtcbiAgICBjb25zdCBkZXNpcmVkT2Zmc2V0WSA9IHJlbSArIHRoaXMuYWRkaXRpb25hbFk7XG4gICAgY29uc3QgYm90dG9tT2Zmc2V0WCA9IGRlc2lyZWRPZmZzZXRZICsgKHRoaXMuaG92ZXIgPyAocmVtICogMi4xMjUpKih0aGlzLmJ1dHRvbnMubGVuZ3RoLTEpIDogMCk7XG5cbiAgICBjb25zdCBsZWZ0TGVmdCA9IGAke3BhcmVudEJvdW5kaW5nUmVjdC5sZWZ0ICsgZGVzaXJlZE9mZnNldFh9cHhgO1xuICAgIGNvbnN0IGxlZnRNaWQgPSBgJHtwYXJlbnRCb3VuZGluZ1JlY3QubGVmdCArIChwYXJlbnRCb3VuZGluZ1JlY3Qud2lkdGggLyAyKSAtIChmYWJXaWR0aCAvIDIpICsgdGhpcy5hZGRpdGlvbmFsWH1weGA7XG4gICAgY29uc3QgbGVmdFJpZ2h0ID0gYCR7cGFyZW50Qm91bmRpbmdSZWN0LnJpZ2h0IC0gKGZhYldpZHRoICsgZGVzaXJlZE9mZnNldFgpfXB4YDtcblxuICAgIGNvbnN0IHRvcFRvcCA9IGAke3BhcmVudEJvdW5kaW5nUmVjdC50b3AgKyBkZXNpcmVkT2Zmc2V0WX1weGA7XG4gICAgY29uc3QgdG9wTWlkID0gYCR7cGFyZW50Qm91bmRpbmdSZWN0LnRvcCArIChwYXJlbnRCb3VuZGluZ1JlY3QuaGVpZ2h0IC8gMikgLSAoZmFiV2lkdGggLyAyKSArIHRoaXMuYWRkaXRpb25hbFl9cHhgO1xuICAgIGNvbnN0IHRvcEJvdHRvbSA9IGAke3BhcmVudEJvdW5kaW5nUmVjdC5ib3R0b20gLSAoZmFiV2lkdGggKyBib3R0b21PZmZzZXRYKX1weGA7XG5cbiAgICBzd2l0Y2ggKHRoaXMucG9zaXRpb24pIHtcbiAgICAgIGNhc2UgJ3RvcC1sZWZ0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcFRvcCwgbGVmdDogbGVmdExlZnR9O1xuICAgICAgY2FzZSAndG9wLW1pZGRsZSc6XG4gICAgICAgIHJldHVybiB7dG9wOiB0b3BUb3AsIGxlZnQ6IGxlZnRNaWR9O1xuICAgICAgY2FzZSAndG9wLXJpZ2h0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcFRvcCwgbGVmdDogbGVmdFJpZ2h0fTtcbiAgICAgIGNhc2UgJ21pZGRsZS1sZWZ0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcE1pZCwgbGVmdDogbGVmdExlZnR9O1xuICAgICAgY2FzZSAnbWlkZGxlLXJpZ2h0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcE1pZCwgbGVmdDogbGVmdFJpZ2h0fTtcbiAgICAgIGNhc2UgJ21pZGRsZS1taWRkbGUnOlxuICAgICAgICByZXR1cm4ge3RvcDogdG9wTWlkLCBsZWZ0OiBsZWZ0TWlkfTtcbiAgICAgIGNhc2UgJ2JvdHRvbS1sZWZ0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcEJvdHRvbSwgbGVmdDogbGVmdExlZnQsICdmbGV4LWRpcmVjdGlvbic6ICdjb2x1bW4tcmV2ZXJzZSd9O1xuICAgICAgY2FzZSAnYm90dG9tLW1pZGRsZSc6XG4gICAgICAgIHJldHVybiB7dG9wOiB0b3BCb3R0b20sIGxlZnQ6IGxlZnRNaWQsICdmbGV4LWRpcmVjdGlvbic6ICdjb2x1bW4tcmV2ZXJzZSd9O1xuICAgICAgY2FzZSAnYm90dG9tLXJpZ2h0JzpcbiAgICAgICAgcmV0dXJuIHt0b3A6IHRvcEJvdHRvbSwgbGVmdDogbGVmdFJpZ2h0LCAnZmxleC1kaXJlY3Rpb24nOiAnY29sdW1uLXJldmVyc2UnfTtcbiAgICAgIGRlZmF1bHQ6XG4gICAgICAgIHJldHVybiB7fTtcbiAgICB9XG4gIH1cbn1cblxuZXhwb3J0IHR5cGUgRmFiUG9zaXRpb24gPSAndG9wLWxlZnQnIHwgJ3RvcC1taWRkbGUnIHwgJ3RvcC1yaWdodCcgfCAnbWlkZGxlLWxlZnQnIHwgJ21pZGRsZS1taWRkbGUnIHwgJ21pZGRsZS1yaWdodCcgfCAnYm90dG9tLWxlZnQnIHwgJ2JvdHRvbS1taWRkbGUnIHwgJ2JvdHRvbS1yaWdodCcgfCAnY3VzdG9tJztcbiIsIjxkaXYgaWQ9XCJmYWJcIiBjbGFzcz1cImZsb2F0aW5nLWFjdGlvbi1idXR0b25cIiBbbmdTdHlsZV09XCJwb3NpdGlvblN0eWxlKClcIiAocG9pbnRlcm92ZXIpPVwiaG92ZXIgPSB0cnVlO1wiIChwb2ludGVybGVhdmUpPVwiaG92ZXIgPSBmYWxzZVwiPlxuICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvZGl2PlxuIl19
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from "@angular/common";
|
|
3
|
+
import { FormsModule } from '@angular/forms';
|
|
4
|
+
import { BiitActionButtonComponent } from "./biit-action-button.component";
|
|
5
|
+
import { BiitIconButtonModule } from "../biit-icon-button/biit-icon-button.module";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export class BiitActionButtonModule {
|
|
8
|
+
}
|
|
9
|
+
BiitActionButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
BiitActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonModule, declarations: [BiitActionButtonComponent], imports: [CommonModule,
|
|
11
|
+
FormsModule,
|
|
12
|
+
BiitIconButtonModule], exports: [BiitActionButtonComponent] });
|
|
13
|
+
BiitActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonModule, imports: [CommonModule,
|
|
14
|
+
FormsModule,
|
|
15
|
+
BiitIconButtonModule] });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitActionButtonModule, decorators: [{
|
|
17
|
+
type: NgModule,
|
|
18
|
+
args: [{
|
|
19
|
+
declarations: [
|
|
20
|
+
BiitActionButtonComponent
|
|
21
|
+
],
|
|
22
|
+
imports: [
|
|
23
|
+
CommonModule,
|
|
24
|
+
FormsModule,
|
|
25
|
+
BiitIconButtonModule
|
|
26
|
+
],
|
|
27
|
+
exports: [
|
|
28
|
+
BiitActionButtonComponent
|
|
29
|
+
]
|
|
30
|
+
}]
|
|
31
|
+
}] });
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1hY3Rpb24tYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3dpemFyZHJ5LXRoZW1lL2J1dHRvbi9zcmMvYmlpdC1hY3Rpb24tYnV0dG9uL2JpaXQtYWN0aW9uLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQzNDLE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLGdDQUFnQyxDQUFDO0FBQ3pFLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLDZDQUE2QyxDQUFDOztBQWVqRixNQUFNLE9BQU8sc0JBQXNCOztvSEFBdEIsc0JBQXNCO3FIQUF0QixzQkFBc0IsaUJBWC9CLHlCQUF5QixhQUd6QixZQUFZO1FBQ1osV0FBVztRQUNYLG9CQUFvQixhQUdwQix5QkFBeUI7cUhBR2hCLHNCQUFzQixZQVIvQixZQUFZO1FBQ1osV0FBVztRQUNYLG9CQUFvQjs0RkFNWCxzQkFBc0I7a0JBYmxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHlCQUF5QjtxQkFDMUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCx5QkFBeUI7cUJBQzFCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHtGb3Jtc01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHtCaWl0QWN0aW9uQnV0dG9uQ29tcG9uZW50fSBmcm9tIFwiLi9iaWl0LWFjdGlvbi1idXR0b24uY29tcG9uZW50XCI7XG5pbXBvcnQge0JpaXRJY29uQnV0dG9uTW9kdWxlfSBmcm9tIFwiLi4vYmlpdC1pY29uLWJ1dHRvbi9iaWl0LWljb24tYnV0dG9uLm1vZHVsZVwiO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCaWl0QWN0aW9uQnV0dG9uQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgQmlpdEljb25CdXR0b25Nb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJpaXRBY3Rpb25CdXR0b25Db21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCaWl0QWN0aW9uQnV0dG9uTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Component, Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export class BiitButtonPrimaryDirective {
|
|
5
|
+
constructor(parent) {
|
|
6
|
+
this.parent = parent;
|
|
7
|
+
parent.color = 'primary';
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
BiitButtonPrimaryDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonPrimaryDirective, deps: [{ token: BiitButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
BiitButtonPrimaryDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BiitButtonPrimaryDirective, selector: "[primary]", ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonPrimaryDirective, decorators: [{
|
|
13
|
+
type: Directive,
|
|
14
|
+
args: [{
|
|
15
|
+
selector: '[primary]'
|
|
16
|
+
}]
|
|
17
|
+
}], ctorParameters: function () { return [{ type: BiitButtonComponent }]; } });
|
|
18
|
+
export class BiitButtonSecondaryDirective {
|
|
19
|
+
constructor(parent) {
|
|
20
|
+
this.parent = parent;
|
|
21
|
+
parent.color = 'secondary';
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
BiitButtonSecondaryDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonSecondaryDirective, deps: [{ token: BiitButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
+
BiitButtonSecondaryDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BiitButtonSecondaryDirective, selector: "[secondary]", ngImport: i0 });
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonSecondaryDirective, decorators: [{
|
|
27
|
+
type: Directive,
|
|
28
|
+
args: [{
|
|
29
|
+
selector: '[secondary]'
|
|
30
|
+
}]
|
|
31
|
+
}], ctorParameters: function () { return [{ type: BiitButtonComponent }]; } });
|
|
32
|
+
export class BiitButtonTertiaryDirective {
|
|
33
|
+
constructor(parent) {
|
|
34
|
+
this.parent = parent;
|
|
35
|
+
parent.color = 'tertiary';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
BiitButtonTertiaryDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonTertiaryDirective, deps: [{ token: BiitButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
+
BiitButtonTertiaryDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BiitButtonTertiaryDirective, selector: "[tertiary]", ngImport: i0 });
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonTertiaryDirective, decorators: [{
|
|
41
|
+
type: Directive,
|
|
42
|
+
args: [{
|
|
43
|
+
selector: '[tertiary]'
|
|
44
|
+
}]
|
|
45
|
+
}], ctorParameters: function () { return [{ type: BiitButtonComponent }]; } });
|
|
46
|
+
export class BiitButtonComponent {
|
|
47
|
+
constructor() {
|
|
48
|
+
this.color = 'primary';
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
BiitButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
BiitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitButtonComponent, selector: "button[biit-button]", ngImport: i0, template: "<div class=\"button-base prevent-select {{color}}\">\n <div class=\"button-content\">\n <span #text>\n <ng-content></ng-content>\n </span>\n <div *ngIf=\"color == 'tertiary'\" class=\"bar\" [ngStyle]=\"{'width.px': text.offsetWidth }\"></div>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}:host{background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit}:host .button-base{font-size:inherit;line-height:1em;width:-moz-fit-content;width:fit-content;background:transparent;box-sizing:border-box;border:3px solid transparent;cursor:pointer}:host .button-base:not(.tertiary) .button-content{padding:.55em 1.4em}:host .button-base:not(.tertiary):active .button-content{translate:.3em .3em}:host .button-base:not(.tertiary).primary{color:#fff;background:#F20D5E}:host .button-base:not(.tertiary).primary:hover,:host .button-base:not(.tertiary).primary :focus-visible{background:transparent;border:3px solid #262626}:host .button-base:not(.tertiary).primary:active{background:transparent;border:3px solid #262626}:host .button-base:not(.tertiary).primary .button-content{background:#F20D5E}:host .button-base:not(.tertiary).secondary{color:#262626;border:3px solid #262626}:host .button-base:not(.tertiary).secondary:hover .button-content,:host .button-base:not(.tertiary).secondary :focus-visible .button-content{background:#D9D9D9}:host .button-base:not(.tertiary).secondary:active .button-content{background:#D9D9D9}:host .button-base.tertiary{color:#f20d5e;border:0}:host .button-base.tertiary:hover .bar,:host .button-base.tertiary :focus-visible .bar{top:.15em}:host .button-base.tertiary:active .bar{top:0}:host:focus-visible:not(.disabled) .primary{background:transparent;border:3px solid #262626}:host:focus-visible:not(.disabled) .secondary .button-content{background:#D9D9D9}:host:focus-visible:not(.disabled) .tertiary .bar{top:.15em}:host:disabled{pointer-events:none}:host:disabled .primary{border:3px solid #D9D9D9}:host:disabled .primary .button-content{background:#D9D9D9!important;color:gray}:host:disabled .secondary{border:3px solid #D9D9D9!important;color:#d9d9d9}:host:disabled .tertiary{color:#d9d9d9}:host:disabled .tertiary .bar{background:#D9D9D9}.prevent-select{-webkit-user-select:none;user-select:none}.button-content{width:-moz-fit-content;width:fit-content;text-transform:uppercase;font-weight:700;text-align:center}.bar{width:100%;height:.15em;background:#F20D5E;position:relative;margin:0 auto}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonComponent, decorators: [{
|
|
54
|
+
type: Component,
|
|
55
|
+
args: [{ selector: 'button[biit-button]', template: "<div class=\"button-base prevent-select {{color}}\">\n <div class=\"button-content\">\n <span #text>\n <ng-content></ng-content>\n </span>\n <div *ngIf=\"color == 'tertiary'\" class=\"bar\" [ngStyle]=\"{'width.px': text.offsetWidth }\"></div>\n </div>\n</div>\n", styles: ["*{box-sizing:border-box}:host{background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit}:host .button-base{font-size:inherit;line-height:1em;width:-moz-fit-content;width:fit-content;background:transparent;box-sizing:border-box;border:3px solid transparent;cursor:pointer}:host .button-base:not(.tertiary) .button-content{padding:.55em 1.4em}:host .button-base:not(.tertiary):active .button-content{translate:.3em .3em}:host .button-base:not(.tertiary).primary{color:#fff;background:#F20D5E}:host .button-base:not(.tertiary).primary:hover,:host .button-base:not(.tertiary).primary :focus-visible{background:transparent;border:3px solid #262626}:host .button-base:not(.tertiary).primary:active{background:transparent;border:3px solid #262626}:host .button-base:not(.tertiary).primary .button-content{background:#F20D5E}:host .button-base:not(.tertiary).secondary{color:#262626;border:3px solid #262626}:host .button-base:not(.tertiary).secondary:hover .button-content,:host .button-base:not(.tertiary).secondary :focus-visible .button-content{background:#D9D9D9}:host .button-base:not(.tertiary).secondary:active .button-content{background:#D9D9D9}:host .button-base.tertiary{color:#f20d5e;border:0}:host .button-base.tertiary:hover .bar,:host .button-base.tertiary :focus-visible .bar{top:.15em}:host .button-base.tertiary:active .bar{top:0}:host:focus-visible:not(.disabled) .primary{background:transparent;border:3px solid #262626}:host:focus-visible:not(.disabled) .secondary .button-content{background:#D9D9D9}:host:focus-visible:not(.disabled) .tertiary .bar{top:.15em}:host:disabled{pointer-events:none}:host:disabled .primary{border:3px solid #D9D9D9}:host:disabled .primary .button-content{background:#D9D9D9!important;color:gray}:host:disabled .secondary{border:3px solid #D9D9D9!important;color:#d9d9d9}:host:disabled .tertiary{color:#d9d9d9}:host:disabled .tertiary .bar{background:#D9D9D9}.prevent-select{-webkit-user-select:none;user-select:none}.button-content{width:-moz-fit-content;width:fit-content;text-transform:uppercase;font-weight:700;text-align:center}.bar{width:100%;height:.15em;background:#F20D5E;position:relative;margin:0 auto}\n"] }]
|
|
56
|
+
}], ctorParameters: function () { return []; } });
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvd2l6YXJkcnktdGhlbWUvYnV0dG9uL3NyYy9iaWl0LWJ1dHRvbi9iaWl0LWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9idXR0b24vc3JjL2JpaXQtYnV0dG9uL2JpaXQtYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDOzs7QUFLbkQsTUFBTSxPQUFPLDBCQUEwQjtJQUNyQyxZQUFvQixNQUEyQjtRQUEzQixXQUFNLEdBQU4sTUFBTSxDQUFxQjtRQUM3QyxNQUFNLENBQUMsS0FBSyxHQUFHLFNBQVMsQ0FBQztJQUMzQixDQUFDOzt3SEFIVSwwQkFBMEI7NEdBQTFCLDBCQUEwQjs0RkFBMUIsMEJBQTBCO2tCQUh0QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxXQUFXO2lCQUN0Qjs7QUFVRCxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLFlBQW9CLE1BQTJCO1FBQTNCLFdBQU0sR0FBTixNQUFNLENBQXFCO1FBQzdDLE1BQU0sQ0FBQyxLQUFLLEdBQUcsV0FBVyxDQUFDO0lBQzdCLENBQUM7OzBIQUhVLDRCQUE0Qjs4R0FBNUIsNEJBQTRCOzRGQUE1Qiw0QkFBNEI7a0JBSHhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGFBQWE7aUJBQ3hCOztBQVVELE1BQU0sT0FBTywyQkFBMkI7SUFDdEMsWUFBb0IsTUFBMkI7UUFBM0IsV0FBTSxHQUFOLE1BQU0sQ0FBcUI7UUFDN0MsTUFBTSxDQUFDLEtBQUssR0FBRyxVQUFVLENBQUM7SUFDNUIsQ0FBQzs7eUhBSFUsMkJBQTJCOzZHQUEzQiwyQkFBMkI7NEZBQTNCLDJCQUEyQjtrQkFIdkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsWUFBWTtpQkFDdkI7O0FBYUQsTUFBTSxPQUFPLG1CQUFtQjtJQUc5QjtRQUZBLFVBQUssR0FBRyxTQUFTLENBQUM7SUFFRixDQUFDOztpSEFITixtQkFBbUI7cUdBQW5CLG1CQUFtQiwyRENuQ2hDLHVSQVFBOzRGRDJCYSxtQkFBbUI7a0JBTi9CLFNBQVM7K0JBQ0UscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIERpcmVjdGl2ZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1twcmltYXJ5XSdcbn0pXG5leHBvcnQgY2xhc3MgQmlpdEJ1dHRvblByaW1hcnlEaXJlY3RpdmUge1xuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHBhcmVudDogQmlpdEJ1dHRvbkNvbXBvbmVudCkge1xuICAgIHBhcmVudC5jb2xvciA9ICdwcmltYXJ5JztcbiAgfVxufVxuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbc2Vjb25kYXJ5XSdcbn0pXG5leHBvcnQgY2xhc3MgQmlpdEJ1dHRvblNlY29uZGFyeURpcmVjdGl2ZSB7XG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcGFyZW50OiBCaWl0QnV0dG9uQ29tcG9uZW50KSB7XG4gICAgcGFyZW50LmNvbG9yID0gJ3NlY29uZGFyeSc7XG4gIH1cbn1cblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW3RlcnRpYXJ5XSdcbn0pXG5leHBvcnQgY2xhc3MgQmlpdEJ1dHRvblRlcnRpYXJ5RGlyZWN0aXZlIHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBwYXJlbnQ6IEJpaXRCdXR0b25Db21wb25lbnQpIHtcbiAgICBwYXJlbnQuY29sb3IgPSAndGVydGlhcnknO1xuICB9XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2J1dHRvbltiaWl0LWJ1dHRvbl0nLFxuICB0ZW1wbGF0ZVVybDogJ2JpaXQtYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJ2JpaXQtYnV0dG9uLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuXG5leHBvcnQgY2xhc3MgQmlpdEJ1dHRvbkNvbXBvbmVudCB7XG4gIGNvbG9yID0gJ3ByaW1hcnknO1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYnV0dG9uLWJhc2UgcHJldmVudC1zZWxlY3Qge3tjb2xvcn19XCI+XG4gIDxkaXYgY2xhc3M9XCJidXR0b24tY29udGVudFwiPlxuICAgIDxzcGFuICN0ZXh0PlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvc3Bhbj5cbiAgICA8ZGl2ICpuZ0lmPVwiY29sb3IgPT0gJ3RlcnRpYXJ5J1wiIGNsYXNzPVwiYmFyXCIgW25nU3R5bGVdPVwieyd3aWR0aC5weCc6IHRleHQub2Zmc2V0V2lkdGggfVwiPjwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { BiitButtonComponent, BiitButtonPrimaryDirective, BiitButtonSecondaryDirective, BiitButtonTertiaryDirective } from './biit-button.component';
|
|
3
|
+
import { CommonModule } from "@angular/common";
|
|
4
|
+
import { FormsModule } from '@angular/forms';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export class BiitButtonModule {
|
|
7
|
+
}
|
|
8
|
+
BiitButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
BiitButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonModule, declarations: [BiitButtonComponent,
|
|
10
|
+
BiitButtonPrimaryDirective,
|
|
11
|
+
BiitButtonSecondaryDirective,
|
|
12
|
+
BiitButtonTertiaryDirective], imports: [CommonModule,
|
|
13
|
+
FormsModule], exports: [BiitButtonComponent,
|
|
14
|
+
BiitButtonPrimaryDirective,
|
|
15
|
+
BiitButtonSecondaryDirective,
|
|
16
|
+
BiitButtonTertiaryDirective] });
|
|
17
|
+
BiitButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonModule, imports: [CommonModule,
|
|
18
|
+
FormsModule] });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitButtonModule, decorators: [{
|
|
20
|
+
type: NgModule,
|
|
21
|
+
args: [{
|
|
22
|
+
declarations: [
|
|
23
|
+
BiitButtonComponent,
|
|
24
|
+
BiitButtonPrimaryDirective,
|
|
25
|
+
BiitButtonSecondaryDirective,
|
|
26
|
+
BiitButtonTertiaryDirective
|
|
27
|
+
],
|
|
28
|
+
imports: [
|
|
29
|
+
CommonModule,
|
|
30
|
+
FormsModule
|
|
31
|
+
],
|
|
32
|
+
exports: [
|
|
33
|
+
BiitButtonComponent,
|
|
34
|
+
BiitButtonPrimaryDirective,
|
|
35
|
+
BiitButtonSecondaryDirective,
|
|
36
|
+
BiitButtonTertiaryDirective
|
|
37
|
+
]
|
|
38
|
+
}]
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1idXR0b24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvd2l6YXJkcnktdGhlbWUvYnV0dG9uL3NyYy9iaWl0LWJ1dHRvbi9iaWl0LWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQ0wsbUJBQW1CLEVBQ25CLDBCQUEwQixFQUMxQiw0QkFBNEIsRUFDNUIsMkJBQTJCLEVBQzVCLE1BQU0seUJBQXlCLENBQUM7QUFDakMsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQzdDLE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7QUFvQjNDLE1BQU0sT0FBTyxnQkFBZ0I7OzhHQUFoQixnQkFBZ0I7K0dBQWhCLGdCQUFnQixpQkFoQnpCLG1CQUFtQjtRQUNuQiwwQkFBMEI7UUFDMUIsNEJBQTRCO1FBQzVCLDJCQUEyQixhQUczQixZQUFZO1FBQ1osV0FBVyxhQUdYLG1CQUFtQjtRQUNuQiwwQkFBMEI7UUFDMUIsNEJBQTRCO1FBQzVCLDJCQUEyQjsrR0FHbEIsZ0JBQWdCLFlBVnpCLFlBQVk7UUFDWixXQUFXOzRGQVNGLGdCQUFnQjtrQkFsQjVCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG1CQUFtQjt3QkFDbkIsMEJBQTBCO3dCQUMxQiw0QkFBNEI7d0JBQzVCLDJCQUEyQjtxQkFDNUI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osV0FBVztxQkFDWjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsbUJBQW1CO3dCQUNuQiwwQkFBMEI7d0JBQzFCLDRCQUE0Qjt3QkFDNUIsMkJBQTJCO3FCQUM1QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7TmdNb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgQmlpdEJ1dHRvbkNvbXBvbmVudCxcbiAgQmlpdEJ1dHRvblByaW1hcnlEaXJlY3RpdmUsXG4gIEJpaXRCdXR0b25TZWNvbmRhcnlEaXJlY3RpdmUsXG4gIEJpaXRCdXR0b25UZXJ0aWFyeURpcmVjdGl2ZVxufSBmcm9tICcuL2JpaXQtYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHtGb3Jtc01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCaWl0QnV0dG9uQ29tcG9uZW50LFxuICAgIEJpaXRCdXR0b25QcmltYXJ5RGlyZWN0aXZlLFxuICAgIEJpaXRCdXR0b25TZWNvbmRhcnlEaXJlY3RpdmUsXG4gICAgQmlpdEJ1dHRvblRlcnRpYXJ5RGlyZWN0aXZlXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRm9ybXNNb2R1bGVcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIEJpaXRCdXR0b25Db21wb25lbnQsXG4gICAgQmlpdEJ1dHRvblByaW1hcnlEaXJlY3RpdmUsXG4gICAgQmlpdEJ1dHRvblNlY29uZGFyeURpcmVjdGl2ZSxcbiAgICBCaWl0QnV0dG9uVGVydGlhcnlEaXJlY3RpdmVcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBCaWl0QnV0dG9uTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@biit-solutions/wizardry-theme/icon";
|
|
4
|
+
export class BiitIconButtonComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.checked = false;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
BiitIconButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
BiitIconButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BiitIconButtonComponent, selector: "button[biit-icon]", inputs: { icon: "icon", checked: "checked" }, ngImport: i0, template: "<div [class.checked]=\"checked\" style=\"display: flex;\">\n <biit-icon [name]=\"icon\"\n [pathStyle]=\"{fill: '#262626'}\"\n class=\"icon-button-svg\"\n ></biit-icon>\n <ng-content></ng-content>\n</div>\n", styles: [":host{background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;height:2.125em;width:2.125em}:host:hover,:host:focus-visible,:host:has(.checked){background-color:#d9d9d9}:host:active ::ng-deep biit-icon path{fill:#f20d5e!important}:host:disabled{pointer-events:none}:host:disabled:hover,:host:disabled:focus-visible{background-color:#fff}:host:disabled ::ng-deep biit-icon path{fill:#d9d9d9!important}:host:has(.checked) ::ng-deep biit-icon path{fill:#f20d5e!important}.icon-button-svg{display:inline-flex;pointer-events:none;width:1em;height:1em}\n"], dependencies: [{ kind: "component", type: i1.BiitIconComponent, selector: "biit-icon", inputs: ["name", "svgStyle", "pathStyle"] }] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'button[biit-icon]', template: "<div [class.checked]=\"checked\" style=\"display: flex;\">\n <biit-icon [name]=\"icon\"\n [pathStyle]=\"{fill: '#262626'}\"\n class=\"icon-button-svg\"\n ></biit-icon>\n <ng-content></ng-content>\n</div>\n", styles: [":host{background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;height:2.125em;width:2.125em}:host:hover,:host:focus-visible,:host:has(.checked){background-color:#d9d9d9}:host:active ::ng-deep biit-icon path{fill:#f20d5e!important}:host:disabled{pointer-events:none}:host:disabled:hover,:host:disabled:focus-visible{background-color:#fff}:host:disabled ::ng-deep biit-icon path{fill:#d9d9d9!important}:host:has(.checked) ::ng-deep biit-icon path{fill:#f20d5e!important}.icon-button-svg{display:inline-flex;pointer-events:none;width:1em;height:1em}\n"] }]
|
|
14
|
+
}], propDecorators: { icon: [{
|
|
15
|
+
type: Input
|
|
16
|
+
}], checked: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}] } });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9idXR0b24vc3JjL2JpaXQtaWNvbi1idXR0b24vYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9idXR0b24vc3JjL2JpaXQtaWNvbi1idXR0b24vYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLEtBQUssRUFBQyxNQUFNLGVBQWUsQ0FBQzs7O0FBUy9DLE1BQU0sT0FBTyx1QkFBdUI7SUFOcEM7UUFTVyxZQUFPLEdBQVksS0FBSyxDQUFDO0tBQ25DOztxSEFKWSx1QkFBdUI7eUdBQXZCLHVCQUF1Qix1R0NUcEMsME9BT0E7NEZERWEsdUJBQXVCO2tCQU5uQyxTQUFTOytCQUNFLG1CQUFtQjs4QkFPcEIsSUFBSTtzQkFBWixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge2JpaXRJY29ufSBmcm9tICdAYmlpdC1zb2x1dGlvbnMvYmlpdC1pY29ucy1jb2xsZWN0aW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnV0dG9uW2JpaXQtaWNvbl0nLFxuICB0ZW1wbGF0ZVVybDogJ2JpaXQtaWNvbi1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnQuc2NzcyddLFxufSlcblxuZXhwb3J0IGNsYXNzIEJpaXRJY29uQnV0dG9uQ29tcG9uZW50IHtcblxuICBASW5wdXQoKSBpY29uOiBiaWl0SWNvbjtcbiAgQElucHV0KCkgY2hlY2tlZDogYm9vbGVhbiA9IGZhbHNlO1xufVxuIiwiPGRpdiBbY2xhc3MuY2hlY2tlZF09XCJjaGVja2VkXCIgc3R5bGU9XCJkaXNwbGF5OiBmbGV4O1wiPlxuICA8YmlpdC1pY29uIFtuYW1lXT1cImljb25cIlxuICAgICAgICAgICAgIFtwYXRoU3R5bGVdPVwie2ZpbGw6ICcjMjYyNjI2J31cIlxuICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi1idXR0b24tc3ZnXCJcbiAgPjwvYmlpdC1pY29uPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { BiitIconButtonComponent } from './biit-icon-button.component';
|
|
3
|
+
import { BiitIconModule } from '@biit-solutions/wizardry-theme/icon';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class BiitIconButtonModule {
|
|
6
|
+
}
|
|
7
|
+
BiitIconButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
BiitIconButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonModule, declarations: [BiitIconButtonComponent], imports: [BiitIconModule], exports: [BiitIconButtonComponent] });
|
|
9
|
+
BiitIconButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonModule, imports: [BiitIconModule] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BiitIconButtonModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
declarations: [
|
|
14
|
+
BiitIconButtonComponent
|
|
15
|
+
],
|
|
16
|
+
imports: [
|
|
17
|
+
BiitIconModule
|
|
18
|
+
],
|
|
19
|
+
exports: [
|
|
20
|
+
BiitIconButtonComponent
|
|
21
|
+
]
|
|
22
|
+
}]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1pY29uLWJ1dHRvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy93aXphcmRyeS10aGVtZS9idXR0b24vc3JjL2JpaXQtaWNvbi1idXR0b24vYmlpdC1pY29uLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsdUJBQXVCLEVBQUMsTUFBTSw4QkFBOEIsQ0FBQztBQUNyRSxPQUFPLEVBQUMsY0FBYyxFQUFDLE1BQU0scUNBQXFDLENBQUM7O0FBYW5FLE1BQU0sT0FBTyxvQkFBb0I7O2tIQUFwQixvQkFBb0I7bUhBQXBCLG9CQUFvQixpQkFUN0IsdUJBQXVCLGFBR3ZCLGNBQWMsYUFHZCx1QkFBdUI7bUhBR2Qsb0JBQW9CLFlBTjdCLGNBQWM7NEZBTUwsb0JBQW9CO2tCQVhoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWix1QkFBdUI7cUJBQ3hCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxjQUFjO3FCQUNmO29CQUNELE9BQU8sRUFBRTt3QkFDUCx1QkFBdUI7cUJBQ3hCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0JpaXRJY29uQnV0dG9uQ29tcG9uZW50fSBmcm9tICcuL2JpaXQtaWNvbi1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7QmlpdEljb25Nb2R1bGV9IGZyb20gJ0BiaWl0LXNvbHV0aW9ucy93aXphcmRyeS10aGVtZS9pY29uJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQmlpdEljb25CdXR0b25Db21wb25lbnRcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIEJpaXRJY29uTW9kdWxlXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCaWl0SWNvbkJ1dHRvbkNvbXBvbmVudFxuICBdXG59KVxuZXhwb3J0IGNsYXNzIEJpaXRJY29uQnV0dG9uTW9kdWxlIHsgfVxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmlpdC1zb2x1dGlvbnMtd2l6YXJkcnktdGhlbWUtYnV0dG9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvd2l6YXJkcnktdGhlbWUvYnV0dG9uL3NyYy9iaWl0LXNvbHV0aW9ucy13aXphcmRyeS10aGVtZS1idXR0b24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of wizardry-theme/button
|
|
3
|
+
*/
|
|
4
|
+
export * from './biit-button/biit-button.component';
|
|
5
|
+
export * from './biit-button/biit-button.module';
|
|
6
|
+
export * from './biit-icon-button/biit-icon-button.component';
|
|
7
|
+
export * from './biit-icon-button/biit-icon-button.module';
|
|
8
|
+
export * from './biit-action-button/biit-action-button.component';
|
|
9
|
+
export * from './biit-action-button/biit-action-button.module';
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3dpemFyZHJ5LXRoZW1lL2J1dHRvbi9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYyxtREFBbUQsQ0FBQztBQUNsRSxjQUFjLGdEQUFnRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiB3aXphcmRyeS10aGVtZS9idXR0b25cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2JpaXQtYnV0dG9uL2JpaXQtYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JpaXQtYnV0dG9uL2JpaXQtYnV0dG9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2JpaXQtaWNvbi1idXR0b24vYmlpdC1pY29uLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iaWl0LWljb24tYnV0dG9uL2JpaXQtaWNvbi1idXR0b24ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vYmlpdC1hY3Rpb24tYnV0dG9uL2JpaXQtYWN0aW9uLWJ1dHRvbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9iaWl0LWFjdGlvbi1idXR0b24vYmlpdC1hY3Rpb24tYnV0dG9uLm1vZHVsZSc7XG4iXX0=
|