@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,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare enum BiitProgressBarType {
|
|
3
|
+
INDETERMINATE = "INDETERMINATE",
|
|
4
|
+
DETERMINATE = "DETERMINATE"
|
|
5
|
+
}
|
|
6
|
+
export declare class BiitProgressBarComponent {
|
|
7
|
+
type: BiitProgressBarType;
|
|
8
|
+
_value: number;
|
|
9
|
+
set value(value: number);
|
|
10
|
+
constructor();
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitProgressBarComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitProgressBarComponent, "biit-progress-bar", never, { "type": "type"; "_value": "_value"; "value": "value"; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-progress-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BiitProgressBarModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitProgressBarModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitProgressBarModule, [typeof i1.BiitProgressBarComponent], [typeof i2.CommonModule], [typeof i1.BiitProgressBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitProgressBarModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Notification } from '../models/notification';
|
|
3
|
+
import { BiitButtonComponent } from "@biit-solutions/wizardry-theme/button";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitNotificationComponent implements OnDestroy {
|
|
6
|
+
notification: Notification;
|
|
7
|
+
button: BiitButtonComponent;
|
|
8
|
+
emitClick(closable: boolean): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitNotificationComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitNotificationComponent, "biit-notification", never, { "notification": "notification"; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BiitSnackbarService } from './biit-snackbar.service';
|
|
3
|
+
import { Notification } from './models/notification';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitSnackbarComponent implements OnInit {
|
|
6
|
+
protected snackbarService: BiitSnackbarService;
|
|
7
|
+
protected notifications: Notification[];
|
|
8
|
+
constructor(snackbarService: BiitSnackbarService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSnackbarComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitSnackbarComponent, "biit-snackbar", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-snackbar.component";
|
|
3
|
+
import * as i2 from "./biit-notification/biit-notification.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/platform-browser/animations";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/icon";
|
|
7
|
+
import * as i6 from "@biit-solutions/wizardry-theme/button";
|
|
8
|
+
export declare class BiitSnackbarModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSnackbarModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitSnackbarModule, [typeof i1.BiitSnackbarComponent, typeof i2.BiitNotificationComponent], [typeof i3.CommonModule, typeof i4.BrowserAnimationsModule, typeof i5.BiitIconModule, typeof i6.BiitButtonModule], [typeof i1.BiitSnackbarComponent, typeof i2.BiitNotificationComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitSnackbarModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Notification } from './models/notification';
|
|
2
|
+
import { NotificationType } from './models/notification-type';
|
|
3
|
+
import { BiitSnackbarVerticalPosition } from './models/biit-snackbar-vertical-position';
|
|
4
|
+
import { BiitSnackbarHorizontalPosition } from './models/biit-snackbar-horizontal-position';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class BiitSnackbarService {
|
|
8
|
+
private notifications;
|
|
9
|
+
private _getNotifications$;
|
|
10
|
+
getNotifications$: Observable<Notification[]>;
|
|
11
|
+
verticalPosition: BiitSnackbarVerticalPosition;
|
|
12
|
+
horizontalPosition: BiitSnackbarHorizontalPosition;
|
|
13
|
+
constructor();
|
|
14
|
+
showNotification(message: string, type?: NotificationType, actionText?: string, duration?: number): Notification;
|
|
15
|
+
closeNotification(id: string): void;
|
|
16
|
+
setPosition(vertical: BiitSnackbarVerticalPosition, horizontal: BiitSnackbarHorizontalPosition): void;
|
|
17
|
+
setVerticalPosition(position: BiitSnackbarVerticalPosition): void;
|
|
18
|
+
setHorizontalPosition(position: BiitSnackbarHorizontalPosition): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSnackbarService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BiitSnackbarService>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { NotificationType } from './notification-type';
|
|
3
|
+
import { Subject } from 'rxjs';
|
|
4
|
+
export declare class Notification {
|
|
5
|
+
id: string;
|
|
6
|
+
message: string;
|
|
7
|
+
type: NotificationType;
|
|
8
|
+
timeout: NodeJS.Timeout;
|
|
9
|
+
actionLabel: string;
|
|
10
|
+
onAction$: Subject<void>;
|
|
11
|
+
constructor(message?: string, type?: NotificationType, actionLabel?: string, timeout?: number);
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitTooltipComponent {
|
|
4
|
+
tooltip: ElementRef;
|
|
5
|
+
text: string;
|
|
6
|
+
top: string;
|
|
7
|
+
left: string;
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTooltipComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitTooltipComponent, "biit-tooltip", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComponentRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { BiitTooltipComponent } from './biit-tooltip.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitTooltipDirective {
|
|
5
|
+
private hostContainerRef;
|
|
6
|
+
tooltip: string;
|
|
7
|
+
ignorePadding: boolean;
|
|
8
|
+
constructor(hostContainerRef: ViewContainerRef);
|
|
9
|
+
createTooltip(): ComponentRef<BiitTooltipComponent>;
|
|
10
|
+
destroyTooltip(): void;
|
|
11
|
+
onMouseEnter(): void;
|
|
12
|
+
onMouseLeave(): void;
|
|
13
|
+
private setTooltipComponentProperties;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTooltipDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BiitTooltipDirective, "[tooltip]", never, { "tooltip": "tooltip"; "ignorePadding": "ignorePadding"; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-tooltip.component";
|
|
3
|
+
import * as i2 from "./biit-tooltip.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BiitTooltipModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTooltipModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitTooltipModule, [typeof i1.BiitTooltipComponent, typeof i2.BiitTooltipDirective], [typeof i3.CommonModule], [typeof i1.BiitTooltipComponent, typeof i2.BiitTooltipDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitTooltipModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BiitTooltipIconComponent {
|
|
3
|
+
text: any;
|
|
4
|
+
set inline(value: any);
|
|
5
|
+
protected isInline: boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTooltipIconComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitTooltipIconComponent, "biit-tooltip-icon", never, { "text": "text"; "inline": "inline"; }, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-tooltip-icon.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../biit-tooltip/biit-tooltip.module";
|
|
5
|
+
export declare class BiitTooltipIconModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTooltipIconModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitTooltipIconModule, [typeof i1.BiitTooltipIconComponent], [typeof i2.CommonModule, typeof i3.BiitTooltipModule], [typeof i1.BiitTooltipIconComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitTooltipIconModule>;
|
|
9
|
+
}
|
package/info/index.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from './biit-tooltip/biit-tooltip.directive';
|
|
2
|
+
export * from './biit-tooltip/biit-tooltip.module';
|
|
3
|
+
export * from './biit-tooltip/biit-tooltip.component';
|
|
4
|
+
export * from './biit-tooltip-icon/biit-tooltip-icon.module';
|
|
5
|
+
export * from './biit-tooltip-icon/biit-tooltip-icon.component';
|
|
6
|
+
export * from './biit-snackbar/biit-snackbar.module';
|
|
7
|
+
export * from './biit-snackbar/biit-snackbar.component';
|
|
8
|
+
export * from './biit-snackbar/biit-snackbar.service';
|
|
9
|
+
export * from './biit-snackbar/biit-notification/biit-notification.component';
|
|
10
|
+
export * from './biit-snackbar/models/biit-snackbar-vertical-position';
|
|
11
|
+
export * from './biit-snackbar/models/biit-snackbar-horizontal-position';
|
|
12
|
+
export * from './biit-snackbar/models/notification';
|
|
13
|
+
export * from './biit-snackbar/models/notification-type';
|
|
14
|
+
export * from './biit-progress-bar/biit-progress-bar.module';
|
|
15
|
+
export * from './biit-progress-bar/biit-progress-bar.component';
|
|
16
|
+
export * from './biit-gallery-card/biit-gallery-card.module';
|
|
17
|
+
export * from './biit-gallery-card/biit-gallery-card.component';
|
|
18
|
+
export * from './biit-cookies-consent/biit-cookies-consent.module';
|
|
19
|
+
export * from './biit-cookies-consent/biit-cookies-consent.component';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitCheckboxComponent implements ControlValueAccessor {
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
description: string;
|
|
6
|
+
showAlwaysDescription: boolean;
|
|
7
|
+
checked: any;
|
|
8
|
+
onChange: (value: any) => void;
|
|
9
|
+
onTouched: () => void;
|
|
10
|
+
registerOnChange(fn: any): void;
|
|
11
|
+
registerOnTouched(fn: any): void;
|
|
12
|
+
writeValue(checked: boolean): void;
|
|
13
|
+
onModelChange(event: boolean): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitCheckboxComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitCheckboxComponent, "biit-checkbox", never, { "disabled": "disabled"; "description": "description"; "showAlwaysDescription": "showAlwaysDescription"; }, {}, never, ["*"], false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-checkbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/info";
|
|
6
|
+
export declare class BiitCheckboxModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitCheckboxModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitCheckboxModule, [typeof i1.BiitCheckboxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitTooltipIconModule], [typeof i1.BiitCheckboxComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitCheckboxModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { add, sub, Locale, parseISO } from 'date-fns';
|
|
4
|
+
import { TranslocoService } from "@ngneat/transloco";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BiitDatePickerComponent implements ControlValueAccessor, OnInit {
|
|
7
|
+
private elem;
|
|
8
|
+
private transloco;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
readonly: boolean;
|
|
11
|
+
required: boolean;
|
|
12
|
+
set isCalendarMode(value: any);
|
|
13
|
+
protected calendarMode: boolean;
|
|
14
|
+
disabledDays: Date[];
|
|
15
|
+
disableWeekdays: boolean;
|
|
16
|
+
disableWeekends: boolean;
|
|
17
|
+
timePicker: boolean;
|
|
18
|
+
min: Date;
|
|
19
|
+
max: Date;
|
|
20
|
+
set placeholder(placeholder: string);
|
|
21
|
+
protected _placeholder: string;
|
|
22
|
+
error: string;
|
|
23
|
+
description: string;
|
|
24
|
+
protected value: Date;
|
|
25
|
+
protected dropdownOpen: boolean;
|
|
26
|
+
protected monthSelector: boolean;
|
|
27
|
+
protected days: Date[];
|
|
28
|
+
protected headers: string[];
|
|
29
|
+
protected viewerDate: Date;
|
|
30
|
+
protected locale: Locale;
|
|
31
|
+
protected get inputElement(): HTMLElement;
|
|
32
|
+
protected get dropdownElement(): HTMLElement;
|
|
33
|
+
protected readonly add: typeof add;
|
|
34
|
+
protected readonly sub: typeof sub;
|
|
35
|
+
protected readonly parseISO: typeof parseISO;
|
|
36
|
+
onKeyDown(e: any): void;
|
|
37
|
+
constructor(elem: ElementRef, transloco: TranslocoService);
|
|
38
|
+
checkBooleanInput(value: any): boolean;
|
|
39
|
+
onChange: (value: Date) => void;
|
|
40
|
+
onTouched: () => void;
|
|
41
|
+
registerOnChange(fn: any): void;
|
|
42
|
+
registerOnTouched(fn: any): void;
|
|
43
|
+
writeValue(value: Date): void;
|
|
44
|
+
onModelChange(value: Date): void;
|
|
45
|
+
ngOnInit(): void;
|
|
46
|
+
private initLocalization;
|
|
47
|
+
handleMouseEvents($event: PointerEvent): void;
|
|
48
|
+
changeView(): void;
|
|
49
|
+
openDropdown(): void;
|
|
50
|
+
closeDropdown(): void;
|
|
51
|
+
private setPopupComponentProperties;
|
|
52
|
+
drawCalendar(): void;
|
|
53
|
+
prevMonth(): void;
|
|
54
|
+
nextMonth(): void;
|
|
55
|
+
setToday(): void;
|
|
56
|
+
log(value: any): void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitDatePickerComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitDatePickerComponent, "biit-datepicker", never, { "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "isCalendarMode": "calendar-mode"; "disabledDays": "disabledDays"; "disableWeekdays": "disableWeekdays"; "disableWeekends": "disableWeekends"; "timePicker": "timePicker"; "min": "min"; "max": "max"; "placeholder": "placeholder"; "error": "error"; "description": "description"; }, {}, never, never, false, never>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-datepicker.component";
|
|
3
|
+
import * as i2 from "./pipes/month-selector-label-pipe";
|
|
4
|
+
import * as i3 from "./pipes/calendar-date-pipe";
|
|
5
|
+
import * as i4 from "./pipes/out-of-month-pipe";
|
|
6
|
+
import * as i5 from "./pipes/is-today-pipe";
|
|
7
|
+
import * as i6 from "./pipes/is-same-day-pipe";
|
|
8
|
+
import * as i7 from "./pipes/is-disabled-pipe";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "@biit-solutions/wizardry-theme/button";
|
|
12
|
+
import * as i11 from "@biit-solutions/wizardry-theme/i18n";
|
|
13
|
+
import * as i12 from "@biit-solutions/wizardry-theme/utils";
|
|
14
|
+
import * as i13 from "@ngneat/transloco-locale";
|
|
15
|
+
import * as i14 from "@biit-solutions/wizardry-theme/icon";
|
|
16
|
+
export declare class BiitDatePickerModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitDatePickerModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitDatePickerModule, [typeof i1.BiitDatePickerComponent, typeof i2.MonthSelectorLabelPipe, typeof i3.CalendarDatePipe, typeof i4.OutOfMonthPipe, typeof i5.IsTodayPipe, typeof i6.IsSameDayPipe, typeof i7.IsDisabledPipe], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.BiitIconButtonModule, typeof i10.BiitButtonModule, typeof i11.TranslocoRootModule, typeof i12.LocalizedDatePipeModule, typeof i13.TranslocoDatePipe, typeof i14.BiitIconModule], [typeof i1.BiitDatePickerComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitDatePickerModule>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CalendarDatePipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(date: Date): number;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDatePipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDatePipe, "calendarDate", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsDisabledPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(date: Date, disabledDates: Date[], disableWeekdays: boolean, disableWeekends: boolean, min: Date, max: Date): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsDisabledPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsDisabledPipe, "isDisabled", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsSameDayPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(date1: Date, date2: Date): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsSameDayPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsSameDayPipe, "isSameDay", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsTodayPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(date: Date): boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsTodayPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsTodayPipe, "isToday", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { TranslocoService } from "@ngneat/transloco";
|
|
3
|
+
import { Observable } from "rxjs";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonthSelectorLabelPipe implements PipeTransform {
|
|
6
|
+
private transloco;
|
|
7
|
+
constructor(transloco: TranslocoService);
|
|
8
|
+
transform(date: Date): Observable<string>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonthSelectorLabelPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonthSelectorLabelPipe, "monthSelectorLabel", false>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OutOfMonthPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(date: Date, viewerDate: Date): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OutOfMonthPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OutOfMonthPipe, "outOfMonth", false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { DoCheck, ElementRef, IterableDiffers, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { biitIcon } from '@biit-solutions/biit-icons-collection';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitDropdownComponent implements ControlValueAccessor, OnInit, DoCheck {
|
|
6
|
+
private elem;
|
|
7
|
+
title: string;
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
descriptionLabel: string;
|
|
11
|
+
description: string;
|
|
12
|
+
data: any[];
|
|
13
|
+
protected isPrimitive: boolean;
|
|
14
|
+
set primitive(primitive: any);
|
|
15
|
+
protected isCompact: boolean;
|
|
16
|
+
set compact(compact: any);
|
|
17
|
+
protected isDisabled: boolean;
|
|
18
|
+
set disabled(disabled: any);
|
|
19
|
+
protected isRequired: boolean;
|
|
20
|
+
set required(required: any);
|
|
21
|
+
protected isSortAsc: boolean;
|
|
22
|
+
set sortAsc(sortAsc: any);
|
|
23
|
+
protected isSortDesc: boolean;
|
|
24
|
+
set sortDesc(sortDesc: any);
|
|
25
|
+
icon: biitIcon;
|
|
26
|
+
currentValue: any;
|
|
27
|
+
filterText: string;
|
|
28
|
+
filteredData: any[];
|
|
29
|
+
dropdownOpen: boolean;
|
|
30
|
+
get dropdownElement(): HTMLElement;
|
|
31
|
+
get inputElement(): HTMLElement;
|
|
32
|
+
private differ;
|
|
33
|
+
constructor(elem: ElementRef, iDiff: IterableDiffers);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngDoCheck(): void;
|
|
36
|
+
onChange: (value: any) => void;
|
|
37
|
+
onTouched: () => void;
|
|
38
|
+
registerOnChange(fn: any): void;
|
|
39
|
+
registerOnTouched(fn: any): void;
|
|
40
|
+
writeValue(value: any): void;
|
|
41
|
+
onModelChange(value: any): void;
|
|
42
|
+
handleMouseEvents($event: PointerEvent): void;
|
|
43
|
+
handleKeyboardEvents($event: KeyboardEvent): void;
|
|
44
|
+
handleFilter(): void;
|
|
45
|
+
clearFilter(): void;
|
|
46
|
+
sortData(): void;
|
|
47
|
+
openDropdown(): void;
|
|
48
|
+
closeDropdown(): void;
|
|
49
|
+
private setTooltipComponentProperties;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitDropdownComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitDropdownComponent, "biit-dropdown", never, { "title": "title"; "label": "label"; "value": "value"; "descriptionLabel": "descriptionLabel"; "description": "description"; "data": "data"; "primitive": "primitive"; "compact": "compact"; "disabled": "disabled"; "required": "required"; "sortAsc": "sort-asc"; "sortDesc": "sort-desc"; "icon": "icon"; }, {}, never, never, false, never>;
|
|
52
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-dropdown.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/button";
|
|
7
|
+
export declare class BiitDropdownModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitDropdownModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitDropdownModule, [typeof i1.BiitDropdownComponent], [typeof i2.FormsModule, typeof i3.CommonModule, typeof i4.BiitIconModule, typeof i5.BiitIconButtonModule], [typeof i1.BiitDropdownComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitDropdownModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitGroupComponent {
|
|
4
|
+
legend: string;
|
|
5
|
+
description: string;
|
|
6
|
+
protected isEnabledPlus: boolean;
|
|
7
|
+
set enablePlus(enabled: any);
|
|
8
|
+
protected isEnabledMinus: boolean;
|
|
9
|
+
set enableMinus(enabled: any);
|
|
10
|
+
onPlusClick: EventEmitter<void>;
|
|
11
|
+
onMinusClick: EventEmitter<void>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitGroupComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitGroupComponent, "biit-group", never, { "legend": "legend"; "description": "description"; "enablePlus": "enablePlus"; "enableMinus": "enableMinus"; }, { "onPlusClick": "onPlusClick"; "onMinusClick": "onMinusClick"; }, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-group.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/button";
|
|
6
|
+
export declare class BiitGroupModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitGroupModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitGroupModule, [typeof i1.BiitGroupComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconButtonModule], [typeof i1.BiitGroupComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitGroupModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import { biitIcon } from '@biit-solutions/biit-icons-collection';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitInputTextComponent implements ControlValueAccessor, OnInit {
|
|
6
|
+
set placeholder(placeholder: string);
|
|
7
|
+
protected _placeholder: string;
|
|
8
|
+
error: string;
|
|
9
|
+
description: string;
|
|
10
|
+
info: string;
|
|
11
|
+
type: Type;
|
|
12
|
+
icon: biitIcon;
|
|
13
|
+
fieldName: string;
|
|
14
|
+
disabled: any;
|
|
15
|
+
required: any;
|
|
16
|
+
readonly: any;
|
|
17
|
+
min: number;
|
|
18
|
+
max: number;
|
|
19
|
+
minLength: number;
|
|
20
|
+
maxLength: number;
|
|
21
|
+
regEx: RegExp;
|
|
22
|
+
onActionPerformed: EventEmitter<string>;
|
|
23
|
+
reveal: boolean;
|
|
24
|
+
value: string;
|
|
25
|
+
minLengthError: boolean;
|
|
26
|
+
regExError: boolean;
|
|
27
|
+
protected readonly Type: typeof Type;
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
validateInput(): void;
|
|
30
|
+
onChange: (_: any) => void;
|
|
31
|
+
onTouch: () => void;
|
|
32
|
+
registerOnChange(fn: any): void;
|
|
33
|
+
registerOnTouched(fn: any): void;
|
|
34
|
+
writeValue(value: string): void;
|
|
35
|
+
protected checkValue(event: KeyboardEvent): void;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitInputTextComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitInputTextComponent, "biit-input-text", never, { "placeholder": "placeholder"; "error": "error"; "description": "description"; "info": "info"; "type": "type"; "icon": "icon"; "fieldName": "fieldName"; "disabled": "disabled"; "required": "required"; "readonly": "readonly"; "min": "min"; "max": "max"; "minLength": "minLength"; "maxLength": "maxLength"; "regEx": "regEx"; }, { "onActionPerformed": "onActionPerformed"; }, never, never, false, never>;
|
|
38
|
+
}
|
|
39
|
+
export declare enum Type {
|
|
40
|
+
TEXT = "TEXT",
|
|
41
|
+
NUMBER = "NUMBER",
|
|
42
|
+
EMAIL = "EMAIL",
|
|
43
|
+
PASSWORD = "PASSWORD"
|
|
44
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-input-text.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@biit-solutions/wizardry-theme/icon";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/i18n";
|
|
7
|
+
import * as i6 from "@biit-solutions/wizardry-theme/info";
|
|
8
|
+
export declare class BiitInputTextModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitInputTextModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitInputTextModule, [typeof i1.BiitInputTextComponent], [typeof i2.CommonModule, typeof i3.BiitIconModule, typeof i4.FormsModule, typeof i5.TranslocoRootModule, typeof i6.BiitTooltipIconModule], [typeof i1.BiitInputTextComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitInputTextModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { AfterViewInit, DoCheck, ElementRef, EventEmitter, IterableDiffers, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { biitIcon } from '@biit-solutions/biit-icons-collection';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare enum BiitMultiselectType {
|
|
6
|
+
DEFAULT = "default",
|
|
7
|
+
ICON = "icon",
|
|
8
|
+
CHIPS = "chips"
|
|
9
|
+
}
|
|
10
|
+
export declare class BiitMultiselectComponent implements ControlValueAccessor, OnInit, AfterViewInit, DoCheck {
|
|
11
|
+
private elem;
|
|
12
|
+
title: string;
|
|
13
|
+
type: BiitMultiselectType;
|
|
14
|
+
icon: biitIcon;
|
|
15
|
+
label: string;
|
|
16
|
+
value: string;
|
|
17
|
+
descriptionField: string;
|
|
18
|
+
description: string;
|
|
19
|
+
data: any[];
|
|
20
|
+
protected isPrimitive: boolean;
|
|
21
|
+
set primitive(primitive: any);
|
|
22
|
+
protected isCompact: boolean;
|
|
23
|
+
set compact(compact: any);
|
|
24
|
+
protected isDisabled: boolean;
|
|
25
|
+
set disabled(disabled: any);
|
|
26
|
+
protected isRequired: boolean;
|
|
27
|
+
set required(required: any);
|
|
28
|
+
protected isSortAsc: boolean;
|
|
29
|
+
set sortAsc(sortAsc: any);
|
|
30
|
+
protected isSortDesc: boolean;
|
|
31
|
+
set sortDesc(sortDesc: any);
|
|
32
|
+
onCreate: EventEmitter<string>;
|
|
33
|
+
currentValues: any[];
|
|
34
|
+
filterText: string;
|
|
35
|
+
filteredData: any[];
|
|
36
|
+
dropdownOpen: boolean;
|
|
37
|
+
get dropdownElement(): HTMLElement;
|
|
38
|
+
get inputElement(): HTMLElement;
|
|
39
|
+
hover: MouseEvent;
|
|
40
|
+
private differ;
|
|
41
|
+
constructor(elem: ElementRef, iDiff: IterableDiffers);
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
ngDoCheck(): void;
|
|
44
|
+
checkBooleanInput(value: any): boolean;
|
|
45
|
+
ngAfterViewInit(): void;
|
|
46
|
+
onChange: (values: any[]) => void;
|
|
47
|
+
onTouched: () => void;
|
|
48
|
+
registerOnChange(fn: any): void;
|
|
49
|
+
registerOnTouched(fn: any): void;
|
|
50
|
+
writeValue(values: any[]): void;
|
|
51
|
+
onModelChange(value: any): void;
|
|
52
|
+
handleMouseEvents($event: PointerEvent): void;
|
|
53
|
+
handleKeyboardEvents($event: KeyboardEvent): void;
|
|
54
|
+
handleFilter(): void;
|
|
55
|
+
clearFilter(): void;
|
|
56
|
+
sortData(): void;
|
|
57
|
+
openDropdown(): void;
|
|
58
|
+
closeDropdown(): void;
|
|
59
|
+
private setTooltipComponentProperties;
|
|
60
|
+
protected readonly BiitMultiselectType: typeof BiitMultiselectType;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitMultiselectComponent, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitMultiselectComponent, "biit-multiselect", never, { "title": "title"; "type": "type"; "icon": "icon"; "label": "label"; "value": "value"; "descriptionField": "descriptionField"; "description": "description"; "data": "data"; "primitive": "primitive"; "compact": "compact"; "disabled": "disabled"; "required": "required"; "sortAsc": "sort-asc"; "sortDesc": "sort-desc"; }, { "onCreate": "onCreate"; }, never, never, false, never>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-multiselect.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "../biit-checkbox/biit-checkbox.module";
|
|
7
|
+
import * as i6 from "@biit-solutions/wizardry-theme/button";
|
|
8
|
+
export declare class BiitMultiselectModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitMultiselectModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitMultiselectModule, [typeof i1.BiitMultiselectComponent], [typeof i2.FormsModule, typeof i3.CommonModule, typeof i4.BiitIconModule, typeof i5.BiitCheckboxModule, typeof i6.BiitIconButtonModule], [typeof i1.BiitMultiselectComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitMultiselectModule>;
|
|
12
|
+
}
|