@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,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitRadioButtonComponent implements ControlValueAccessor, OnInit {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
value: string;
|
|
8
|
+
description: string;
|
|
9
|
+
showAlwaysDescription: boolean;
|
|
10
|
+
disabled: any;
|
|
11
|
+
selected: any;
|
|
12
|
+
hover: boolean;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
onChange: (value: any) => void;
|
|
15
|
+
onTouched: () => void;
|
|
16
|
+
registerOnChange(fn: any): void;
|
|
17
|
+
registerOnTouched(fn: any): void;
|
|
18
|
+
writeValue(selected: any): void;
|
|
19
|
+
onModelChange(selected: any): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitRadioButtonComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitRadioButtonComponent, "biit-radio-button", never, { "id": "id"; "name": "name"; "value": "value"; "description": "description"; "showAlwaysDescription": "showAlwaysDescription"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-radio-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/info";
|
|
7
|
+
export declare class BiitRadioButtonModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitRadioButtonModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitRadioButtonModule, [typeof i1.BiitRadioButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule, typeof i5.BiitTooltipIconModule], [typeof i1.BiitRadioButtonComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitRadioButtonModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AfterViewChecked, ElementRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitSliderComponent implements ControlValueAccessor, AfterViewChecked {
|
|
5
|
+
min: number;
|
|
6
|
+
max: number;
|
|
7
|
+
step: number;
|
|
8
|
+
ticks: number;
|
|
9
|
+
labels: string[];
|
|
10
|
+
showTooltip: boolean;
|
|
11
|
+
protected value: number;
|
|
12
|
+
protected disabled: boolean;
|
|
13
|
+
protected tooltipBoxVisible: boolean;
|
|
14
|
+
slider: ElementRef;
|
|
15
|
+
tooltip: ElementRef;
|
|
16
|
+
onChange: (_: any) => void;
|
|
17
|
+
onTouch: () => void;
|
|
18
|
+
registerOnChange(fn: any): void;
|
|
19
|
+
registerOnTouched(fn: any): void;
|
|
20
|
+
setDisabledState(disabled: boolean): void;
|
|
21
|
+
writeValue(value: number): void;
|
|
22
|
+
ngAfterViewChecked(): void;
|
|
23
|
+
progressScript(): void;
|
|
24
|
+
updateValue(index: number): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitSliderComponent, "biit-slider", never, { "min": "min"; "max": "max"; "step": "step"; "ticks": "ticks"; "labels": "labels"; "showTooltip": "showTooltip"; }, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-slider.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
export declare class BiitSliderModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitSliderModule, [typeof i1.BiitSliderComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule], [typeof i1.BiitSliderComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitSliderModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AfterViewChecked, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitSliderOptionComponent implements ControlValueAccessor, AfterViewChecked, OnInit {
|
|
5
|
+
private cdRef;
|
|
6
|
+
data: {
|
|
7
|
+
value: string | number;
|
|
8
|
+
label: string;
|
|
9
|
+
description: string;
|
|
10
|
+
}[];
|
|
11
|
+
inverted: boolean;
|
|
12
|
+
showTooltip: boolean;
|
|
13
|
+
labelPercent: any;
|
|
14
|
+
get index(): number;
|
|
15
|
+
protected value: string | number;
|
|
16
|
+
protected disabled: boolean;
|
|
17
|
+
protected tooltipBoxVisible: boolean;
|
|
18
|
+
slider: ElementRef;
|
|
19
|
+
tooltip: ElementRef;
|
|
20
|
+
constructor(cdRef: ChangeDetectorRef);
|
|
21
|
+
onChange: (_: any) => void;
|
|
22
|
+
onTouch: () => void;
|
|
23
|
+
registerOnChange(fn: any): void;
|
|
24
|
+
registerOnTouched(fn: any): void;
|
|
25
|
+
setDisabledState(disabled: boolean): void;
|
|
26
|
+
writeValue(value: string | number): void;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngAfterViewChecked(): void;
|
|
29
|
+
progressScript(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderOptionComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitSliderOptionComponent, "biit-slider-option", never, { "data": "data"; "inverted": "inverted"; "showTooltip": "showTooltip"; }, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-slider-option.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/info";
|
|
7
|
+
export declare class BiitSliderOptionModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderOptionModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitSliderOptionModule, [typeof i1.BiitSliderOptionComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule, typeof i5.BiitTooltipIconModule], [typeof i1.BiitSliderOptionComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitSliderOptionModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { AfterViewChecked, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitSliderOptionVerticalComponent implements ControlValueAccessor, AfterViewChecked, OnInit {
|
|
5
|
+
private cdRef;
|
|
6
|
+
data: {
|
|
7
|
+
value: string | number;
|
|
8
|
+
label: string;
|
|
9
|
+
description: string;
|
|
10
|
+
}[];
|
|
11
|
+
inverted: boolean;
|
|
12
|
+
showDescription: boolean;
|
|
13
|
+
showTooltip: boolean;
|
|
14
|
+
get index(): number;
|
|
15
|
+
protected value: string | number;
|
|
16
|
+
protected disabled: boolean;
|
|
17
|
+
protected tooltipBoxVisible: boolean;
|
|
18
|
+
slider: ElementRef;
|
|
19
|
+
tooltip: ElementRef;
|
|
20
|
+
constructor(cdRef: ChangeDetectorRef);
|
|
21
|
+
onChange: (_: any) => void;
|
|
22
|
+
onTouch: () => void;
|
|
23
|
+
registerOnChange(fn: any): void;
|
|
24
|
+
registerOnTouched(fn: any): void;
|
|
25
|
+
setDisabledState(disabled: boolean): void;
|
|
26
|
+
writeValue(value: string | number): void;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngAfterViewChecked(): void;
|
|
29
|
+
progressScript(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderOptionVerticalComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitSliderOptionVerticalComponent, "biit-slider-option-vertical", never, { "data": "data"; "inverted": "inverted"; "showDescription": "showDescription"; "showTooltip": "showTooltip"; }, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-slider-option-vertical.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/info";
|
|
7
|
+
export declare class BiitSliderOptionVerticalModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderOptionVerticalModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitSliderOptionVerticalModule, [typeof i1.BiitSliderOptionVerticalComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule, typeof i5.BiitTooltipIconModule], [typeof i1.BiitSliderOptionVerticalComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitSliderOptionVerticalModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AfterViewChecked, ElementRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitSliderRangeComponent implements ControlValueAccessor, AfterViewChecked {
|
|
5
|
+
min: number;
|
|
6
|
+
max: number;
|
|
7
|
+
step: number;
|
|
8
|
+
separator: number;
|
|
9
|
+
ticks: number;
|
|
10
|
+
labels: string[];
|
|
11
|
+
protected value: number[];
|
|
12
|
+
protected disabled: boolean;
|
|
13
|
+
protected showTooltip: boolean;
|
|
14
|
+
slider1: ElementRef;
|
|
15
|
+
slider2: ElementRef;
|
|
16
|
+
tooltip: ElementRef;
|
|
17
|
+
onChange: (_: any) => void;
|
|
18
|
+
onTouch: () => void;
|
|
19
|
+
registerOnChange(fn: any): void;
|
|
20
|
+
registerOnTouched(fn: any): void;
|
|
21
|
+
setDisabledState(disabled: boolean): void;
|
|
22
|
+
writeValue(value: number[]): void;
|
|
23
|
+
ngAfterViewChecked(): void;
|
|
24
|
+
checkValues(activeSlider?: string): void;
|
|
25
|
+
progressScript(activeSlider?: string): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderRangeComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitSliderRangeComponent, "biit-slider-range", never, { "min": "min"; "max": "max"; "step": "step"; "separator": "separator"; "ticks": "ticks"; "labels": "labels"; }, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-slider-range.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
export declare class BiitSliderRangeModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitSliderRangeModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitSliderRangeModule, [typeof i1.BiitSliderRangeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule], [typeof i1.BiitSliderRangeComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitSliderRangeModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitTernaryToggleComponent implements ControlValueAccessor {
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
checked: boolean | undefined;
|
|
6
|
+
private clickTimer;
|
|
7
|
+
onChange: (value: any) => void;
|
|
8
|
+
onTouched: () => void;
|
|
9
|
+
onToggle(): void;
|
|
10
|
+
registerOnChange(fn: any): void;
|
|
11
|
+
registerOnTouched(fn: any): void;
|
|
12
|
+
writeValue(obj: boolean | undefined): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTernaryToggleComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitTernaryToggleComponent, "biit-ternary-togle", never, { "disabled": "disabled"; }, {}, never, ["[appended-text]", "*"], false, never>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-ternary-toggle.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class BiitTernaryToggleModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTernaryToggleModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitTernaryToggleModule, [typeof i1.BiitTernaryToggleComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule], [typeof i1.BiitTernaryToggleComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitTernaryToggleModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 BiitTextareaComponent implements ControlValueAccessor, OnInit {
|
|
6
|
+
placeholder: string;
|
|
7
|
+
error: string;
|
|
8
|
+
description: string;
|
|
9
|
+
info: string;
|
|
10
|
+
icon: biitIcon;
|
|
11
|
+
fieldName: string;
|
|
12
|
+
maxLength: number;
|
|
13
|
+
readonly: boolean;
|
|
14
|
+
resizeX: boolean;
|
|
15
|
+
resizeY: boolean;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
required: boolean;
|
|
18
|
+
onActionPerformed: EventEmitter<string>;
|
|
19
|
+
reveal: boolean;
|
|
20
|
+
resize: string;
|
|
21
|
+
value: string;
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
checkBooleanInput(value: any): boolean;
|
|
24
|
+
onChange: (_: any) => void;
|
|
25
|
+
onTouch: () => void;
|
|
26
|
+
registerOnChange(fn: any): void;
|
|
27
|
+
registerOnTouched(fn: any): void;
|
|
28
|
+
writeValue(value: string): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTextareaComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitTextareaComponent, "biit-textarea", never, { "placeholder": "placeholder"; "error": "error"; "description": "description"; "info": "info"; "icon": "icon"; "fieldName": "fieldName"; "maxLength": "maxLength"; "readonly": "readonly"; "resizeX": "resize-x"; "resizeY": "resize-y"; "disabled": "disabled"; "required": "required"; }, { "onActionPerformed": "onActionPerformed"; }, never, never, false, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-textarea.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/info";
|
|
7
|
+
export declare class BiitTextareaModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTextareaModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitTextareaModule, [typeof i1.BiitTextareaComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconModule, typeof i5.BiitTooltipIconModule], [typeof i1.BiitTextareaComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitTextareaModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitToggleComponent implements ControlValueAccessor {
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
checked: boolean;
|
|
6
|
+
onChange: (value: any) => void;
|
|
7
|
+
onTouched: () => void;
|
|
8
|
+
onToggle(item: boolean): void;
|
|
9
|
+
registerOnChange(fn: any): void;
|
|
10
|
+
registerOnTouched(fn: any): void;
|
|
11
|
+
writeValue(obj: boolean): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitToggleComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitToggleComponent, "biit-toggle", never, { "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-toggle.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class BiitToggleModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitToggleModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitToggleModule, [typeof i1.BiitToggleComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.BiitToggleComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitToggleModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { biitIcon } from '@biit-solutions/biit-icons-collection';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitToggleButtonComponent implements OnInit {
|
|
5
|
+
text: string;
|
|
6
|
+
icon: biitIcon;
|
|
7
|
+
value: any;
|
|
8
|
+
disabled: any;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitToggleButtonComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitToggleButtonComponent, "biit-toggle-button", never, { "text": "text"; "icon": "icon"; "value": "value"; "disabled": "disabled"; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { QueryList, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { BiitToggleButtonComponent } from "./biit-toggle-button.component";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitToggleGroupComponent implements OnInit, ControlValueAccessor {
|
|
6
|
+
buttons: QueryList<BiitToggleButtonComponent>;
|
|
7
|
+
disabled: any;
|
|
8
|
+
multiple: any;
|
|
9
|
+
value: any | any[];
|
|
10
|
+
onChange: (value: any) => void;
|
|
11
|
+
onTouched: () => void;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
onToggle(value: any): void;
|
|
14
|
+
registerOnChange(fn: any): void;
|
|
15
|
+
registerOnTouched(fn: any): void;
|
|
16
|
+
writeValue(value: any): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitToggleGroupComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitToggleGroupComponent, "biit-toggle-group", never, { "disabled": "disabled"; "multiple": "multiple"; }, {}, ["buttons"], never, false, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-toggle-group.component";
|
|
3
|
+
import * as i2 from "./biit-toggle-button.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/icon";
|
|
7
|
+
export declare class BiitToggleGroupModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitToggleGroupModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitToggleGroupModule, [typeof i1.BiitToggleGroupComponent, typeof i2.BiitToggleButtonComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.BiitIconModule], [typeof i1.BiitToggleGroupComponent, typeof i2.BiitToggleButtonComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitToggleGroupModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export * from "./biit-input-text/biit-input-text.module";
|
|
2
|
+
export * from "./biit-input-text/biit-input-text.component";
|
|
3
|
+
export * from './biit-dropdown/biit-dropdown.module';
|
|
4
|
+
export * from './biit-dropdown/biit-dropdown.component';
|
|
5
|
+
export * from './biit-multiselect/biit-multiselect.module';
|
|
6
|
+
export * from './biit-multiselect/biit-multiselect.component';
|
|
7
|
+
export * from './biit-toggle/biit-toggle.module';
|
|
8
|
+
export * from './biit-toggle/biit-toggle.component';
|
|
9
|
+
export * from './biit-ternary-togle/biit-ternary-toggle.module';
|
|
10
|
+
export * from './biit-ternary-togle/biit-ternary-toggle.component';
|
|
11
|
+
export * from './biit-toggle-group/biit-toggle-group.module';
|
|
12
|
+
export * from './biit-toggle-group/biit-toggle-group.component';
|
|
13
|
+
export * from './biit-toggle-group/biit-toggle-button.component';
|
|
14
|
+
export * from './biit-checkbox/biit-checkbox.module';
|
|
15
|
+
export * from './biit-checkbox/biit-checkbox.component';
|
|
16
|
+
export * from './biit-radio-button/biit-radio-button.module';
|
|
17
|
+
export * from './biit-radio-button/biit-radio-button.component';
|
|
18
|
+
export * from './biit-textarea/biit-textarea.module';
|
|
19
|
+
export * from './biit-textarea/biit-textarea.component';
|
|
20
|
+
export * from './biit-datepicker/biit-datepicker.module';
|
|
21
|
+
export * from './biit-datepicker/biit-datepicker.component';
|
|
22
|
+
export * from './biit-datepicker/models/view';
|
|
23
|
+
export * from './biit-slider/biit-slider.module';
|
|
24
|
+
export * from './biit-slider/biit-slider.component';
|
|
25
|
+
export * from './biit-slider-range/biit-slider-range.module';
|
|
26
|
+
export * from './biit-slider-range/biit-slider-range.component';
|
|
27
|
+
export * from './biit-slider-option/biit-slider-option.module';
|
|
28
|
+
export * from './biit-slider-option/biit-slider-option.component';
|
|
29
|
+
export * from './biit-slider-option-vertical/biit-slider-option-vertical.module';
|
|
30
|
+
export * from './biit-slider-option-vertical/biit-slider-option-vertical.component';
|
|
31
|
+
export * from './biit-group/biit-group.module';
|
|
32
|
+
export * from './biit-group/biit-group.component';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Type } from '@biit-solutions/wizardry-theme/inputs';
|
|
3
|
+
import { BiitLogin } from "@biit-solutions/wizardry-theme/models";
|
|
4
|
+
import { LoginErrors } from "./models/LoginErrors";
|
|
5
|
+
import { TranslocoService } from "@ngneat/transloco";
|
|
6
|
+
import { SignUpRequest } from "./models/sign-up-request";
|
|
7
|
+
import { BiitLoginServiceSupport } from "./models/biit-login-service-support";
|
|
8
|
+
import { Subject } from "rxjs";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class BiitLoginComponent implements OnInit {
|
|
11
|
+
translocoService: TranslocoService;
|
|
12
|
+
login: BiitLogin;
|
|
13
|
+
allowSignUp: boolean;
|
|
14
|
+
signUpGeneratedPassword: boolean;
|
|
15
|
+
signUpGeneratedUsername: boolean;
|
|
16
|
+
teams: {
|
|
17
|
+
key: any;
|
|
18
|
+
label: string;
|
|
19
|
+
}[];
|
|
20
|
+
biitLoginServiceSupport: BiitLoginServiceSupport;
|
|
21
|
+
notification: boolean;
|
|
22
|
+
displayLogin: boolean;
|
|
23
|
+
signupIfCookies: boolean;
|
|
24
|
+
onLogin: EventEmitter<BiitLogin>;
|
|
25
|
+
onNotRemember: EventEmitter<void>;
|
|
26
|
+
onResetPassword: EventEmitter<string>;
|
|
27
|
+
onSignUp: EventEmitter<SignUpRequest>;
|
|
28
|
+
protected readonly keyId: string;
|
|
29
|
+
protected readonly Type: typeof Type;
|
|
30
|
+
protected readonly LoginError: typeof LoginErrors;
|
|
31
|
+
protected signUpView: boolean;
|
|
32
|
+
protected signUpData: SignUpRequest;
|
|
33
|
+
protected resetView: boolean;
|
|
34
|
+
protected resetEmail: string;
|
|
35
|
+
protected dumbTeam: {
|
|
36
|
+
key: any;
|
|
37
|
+
label: string;
|
|
38
|
+
};
|
|
39
|
+
protected loginErrors: Map<LoginErrors, string>;
|
|
40
|
+
protected readonly LoginErrors: typeof LoginErrors;
|
|
41
|
+
protected readonly PWD_MIN_LENGTH = 12;
|
|
42
|
+
protected readonly PWD_MAX_LENGTH = 25;
|
|
43
|
+
protected usernameSearch: Subject<string>;
|
|
44
|
+
protected showNotification: boolean;
|
|
45
|
+
constructor(translocoService: TranslocoService);
|
|
46
|
+
ngOnInit(): void;
|
|
47
|
+
protected performLogin(): void;
|
|
48
|
+
private validateLogin;
|
|
49
|
+
protected performResetPassword(): void;
|
|
50
|
+
private validateResetPassword;
|
|
51
|
+
restartView(): void;
|
|
52
|
+
protected performSignUp(): void;
|
|
53
|
+
private validateSignUp;
|
|
54
|
+
generatePassword(): string;
|
|
55
|
+
private randomChar;
|
|
56
|
+
protected checkUsernameExists(): void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitLoginComponent, never>;
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitLoginComponent, "biit-login", never, { "login": "login"; "allowSignUp": "allowSignUp"; "signUpGeneratedPassword": "signUpGeneratedPassword"; "signUpGeneratedUsername": "signUpGeneratedUsername"; "teams": "teams"; "biitLoginServiceSupport": "biitLoginServiceSupport"; "notification": "notification"; "displayLogin": "displayLogin"; "signupIfCookies": "signupIfCookies"; }, { "onLogin": "onLogin"; "onNotRemember": "onNotRemember"; "onResetPassword": "onResetPassword"; "onSignUp": "onSignUp"; }, never, never, false, never>;
|
|
59
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-login.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@biit-solutions/wizardry-theme/popup";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/icon";
|
|
6
|
+
import * as i5 from "@biit-solutions/wizardry-theme/inputs";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "@biit-solutions/wizardry-theme/button";
|
|
9
|
+
import * as i8 from "@biit-solutions/wizardry-theme/i18n";
|
|
10
|
+
export declare class BiitLoginModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitLoginModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitLoginModule, [typeof i1.BiitLoginComponent], [typeof i2.CommonModule, typeof i3.BiitPopupModule, typeof i4.BiitIconModule, typeof i5.BiitInputTextModule, typeof i6.FormsModule, typeof i5.BiitToggleModule, typeof i7.BiitButtonModule, typeof i8.TranslocoRootModule, typeof i5.BiitDropdownModule], [typeof i1.BiitLoginComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitLoginModule>;
|
|
14
|
+
}
|
package/login/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BiitLogin';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { Route, Router } from '@angular/router';
|
|
3
|
+
import { ContextMenuComponent, ContextMenuService } from "@perfectmemory/ngx-contextmenu";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitNavMenuComponent {
|
|
6
|
+
protected router: Router;
|
|
7
|
+
protected contextMenuService: ContextMenuService<Route>;
|
|
8
|
+
routes: Route[];
|
|
9
|
+
protected hovered: Route;
|
|
10
|
+
protected submenuHover: boolean;
|
|
11
|
+
protected submenuItemHover: any;
|
|
12
|
+
protected timeout: any;
|
|
13
|
+
protected readonly clearTimeout: typeof clearTimeout;
|
|
14
|
+
contextMenu: ContextMenuComponent<Route>;
|
|
15
|
+
navbarRef: ElementRef;
|
|
16
|
+
menuCanvas: ElementRef<HTMLDivElement>;
|
|
17
|
+
contextMenuItems: any[];
|
|
18
|
+
hasOverflow: boolean;
|
|
19
|
+
showLeft: boolean;
|
|
20
|
+
showRight: boolean;
|
|
21
|
+
constructor(router: Router, contextMenuService: ContextMenuService<Route>);
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
private updateArrows;
|
|
24
|
+
scrollLeft(): void;
|
|
25
|
+
scrollRight(): void;
|
|
26
|
+
onContextMenu(route: Route, navItem: HTMLDivElement): void;
|
|
27
|
+
protected openMenu(navItem: HTMLDivElement): void;
|
|
28
|
+
log(event: any): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitNavMenuComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitNavMenuComponent, "biit-nav-menu", never, { "routes": "routes"; }, {}, never, never, false, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-nav-menu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "@perfectmemory/ngx-contextmenu";
|
|
6
|
+
export declare class BiitNavMenuModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitNavMenuModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitNavMenuModule, [typeof i1.BiitNavMenuComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.ContextMenuModule], [typeof i1.BiitNavMenuComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitNavMenuModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitNavUserComponent implements OnInit {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
leftAlign: boolean;
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitNavUserComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitNavUserComponent, "biit-nav-user", never, { "title": "title"; "subtitle": "subtitle"; "leftAlign": "left-align"; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-nav-user.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BiitNavUserModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitNavUserModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitNavUserModule, [typeof i1.BiitNavUserComponent], [typeof i2.CommonModule], [typeof i1.BiitNavUserComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitNavUserModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { BiitTabComponent } from './biit-tab.component';
|
|
3
|
+
import { BiitProgressBarType } from "@biit-solutions/wizardry-theme/info";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BiitTabGroupComponent implements AfterViewInit {
|
|
6
|
+
tabs: QueryList<BiitTabComponent>;
|
|
7
|
+
header: ElementRef;
|
|
8
|
+
loading: boolean;
|
|
9
|
+
onTabClick: EventEmitter<BiitTabComponent>;
|
|
10
|
+
protected compactMode: boolean;
|
|
11
|
+
ngAfterViewInit(): void;
|
|
12
|
+
activateTab(tab: BiitTabComponent): void;
|
|
13
|
+
getActiveTab(): BiitTabComponent;
|
|
14
|
+
checkHeaders(): void;
|
|
15
|
+
protected readonly BiitProgressBarType: typeof BiitProgressBarType;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTabGroupComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitTabGroupComponent, "biit-tab-group", never, { "loading": "loading"; }, { "onTabClick": "onTabClick"; }, ["tabs"], ["*"], false, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-tab-group.component";
|
|
3
|
+
import * as i2 from "./biit-tab.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@biit-solutions/wizardry-theme/info";
|
|
6
|
+
export declare class BiitTabGroupModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitTabGroupModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitTabGroupModule, [typeof i1.BiitTabGroupComponent, typeof i2.BiitTabComponent], [typeof i3.CommonModule, typeof i4.BiitTooltipModule, typeof i4.BiitProgressBarModule], [typeof i1.BiitTabGroupComponent, typeof i2.BiitTabComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitTabGroupModule>;
|
|
10
|
+
}
|