@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,131 @@
|
|
|
1
|
+
@import './button-reset.scss';
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
// Styling of the element where a context menu can appear
|
|
5
|
+
--ngx-contextmenu-focusable-border-bottom: 1px dotted #70757e;
|
|
6
|
+
|
|
7
|
+
// Styling of the context menu itself
|
|
8
|
+
--ngx-contextmenu-font-family: sans-serif;
|
|
9
|
+
--ngx-contextmenu-background-color: white;
|
|
10
|
+
--ngx-contextmenu-border-radius: 4px;
|
|
11
|
+
--ngx-contextmenu-border: 1px solid rgba(0, 0, 0, 0.18);
|
|
12
|
+
--ngx-contextmenu-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
|
|
13
|
+
--ngx-contextmenu-font-size: 14px;
|
|
14
|
+
--ngx-contextmenu-margin: 2px 0 0;
|
|
15
|
+
--ngx-contextmenu-min-width: 160px;
|
|
16
|
+
--ngx-contextmenu-outline: 1px solid #70757e;
|
|
17
|
+
--ngx-contextmenu-padding: 5px 0;
|
|
18
|
+
--ngx-contextmenu-text-color: #70757e;
|
|
19
|
+
--ngx-contextmenu-text-disabled-color: #8a909a;
|
|
20
|
+
--ngx-contextmenu-max-height: 100vh;
|
|
21
|
+
|
|
22
|
+
// Styling of context menu items
|
|
23
|
+
--ngx-contextmenu-item-arrow-left: '◀';
|
|
24
|
+
--ngx-contextmenu-item-arrow-right: '▶';
|
|
25
|
+
--ngx-contextmenu-item-background-hover-color: #f8f8f8;
|
|
26
|
+
--ngx-contextmenu-item-separator-color: #8a909a;
|
|
27
|
+
--ngx-contextmenu-item-separator-padding: 10px;
|
|
28
|
+
--ngx-contextmenu-item-separator-width: 96%;
|
|
29
|
+
--ngx-contextmenu-item-padding: 6px 20px;
|
|
30
|
+
--ngx-contextmenu-item-text-hover-color: #5a6473;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ngx-contextmenu {
|
|
34
|
+
.ngx-contextmenu--dropdown-menu:empty {
|
|
35
|
+
display: none;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.ngx-contextmenu--dropdown-menu {
|
|
39
|
+
max-height: var(--ngx-contextmenu-max-height);
|
|
40
|
+
overflow-y: auto;
|
|
41
|
+
overflow-x: hidden;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
context-menu-content {
|
|
46
|
+
&:focus-visible {
|
|
47
|
+
outline: var(--ngx-contextmenu-outline);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ngx-contextmenu {
|
|
51
|
+
font-family: var(--ngx-contextmenu-font-family);
|
|
52
|
+
|
|
53
|
+
ul.ngx-contextmenu--dropdown-menu {
|
|
54
|
+
list-style: none;
|
|
55
|
+
outline: none;
|
|
56
|
+
|
|
57
|
+
background-color: var(--ngx-contextmenu-background-color);
|
|
58
|
+
color: var(--ngx-contextmenu-text-color);
|
|
59
|
+
min-width: var(--ngx-contextmenu-min-width);
|
|
60
|
+
padding: var(--ngx-contextmenu-padding);
|
|
61
|
+
margin: var(--ngx-contextmenu-margin);
|
|
62
|
+
font-size: var(--ngx-contextmenu-font-size);
|
|
63
|
+
text-align: start;
|
|
64
|
+
background-clip: padding-box;
|
|
65
|
+
border: var(--ngx-contextmenu-border);
|
|
66
|
+
border-radius: var(--ngx-contextmenu-border-radius);
|
|
67
|
+
box-shadow: var(--ngx-contextmenu-box-shadow);
|
|
68
|
+
|
|
69
|
+
.ngx-contextmenu--parent-menu:after {
|
|
70
|
+
content: var(--ngx-contextmenu-item-arrow-right);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
> li {
|
|
74
|
+
display: flex;
|
|
75
|
+
|
|
76
|
+
&:not([role='separator']) > * {
|
|
77
|
+
flex: 1 1 auto;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
> [role='separator'] {
|
|
81
|
+
border-width: 0 0 1px 0;
|
|
82
|
+
border-bottom: 1px solid var(--ngx-contextmenu-item-separator-color);
|
|
83
|
+
margin: var(--ngx-contextmenu-item-separator-padding) 2%;
|
|
84
|
+
width: var(--ngx-contextmenu-item-separator-width);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
> [role='menuitem'] {
|
|
88
|
+
padding: var(--ngx-contextmenu-item-padding);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
> [role='menuitem'] {
|
|
92
|
+
outline: none;
|
|
93
|
+
color: var(--ngx-contextmenu-text-color);
|
|
94
|
+
display: inline-flex;
|
|
95
|
+
flex-direction: row;
|
|
96
|
+
justify-content: space-between;
|
|
97
|
+
text-decoration: none;
|
|
98
|
+
white-space: nowrap;
|
|
99
|
+
|
|
100
|
+
&:not(.disabled):not(.ngx-contextmenu--item-content-passive) {
|
|
101
|
+
&:hover,
|
|
102
|
+
&.active {
|
|
103
|
+
text-decoration: none;
|
|
104
|
+
background-color: var(
|
|
105
|
+
--ngx-contextmenu-item-background-hover-color
|
|
106
|
+
);
|
|
107
|
+
color: var(--ngx-contextmenu-item-text-hover-color);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&.disabled {
|
|
112
|
+
cursor: default;
|
|
113
|
+
&,
|
|
114
|
+
&:hover,
|
|
115
|
+
&.active {
|
|
116
|
+
color: var(--ngx-contextmenu-text-disabled-color);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&[dir='rtl'] {
|
|
124
|
+
ul.ngx-contextmenu--dropdown-menu {
|
|
125
|
+
.ngx-contextmenu--parent-menu:after {
|
|
126
|
+
content: var(--ngx-contextmenu-item-arrow-left);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
context-menu-content {
|
|
2
|
+
button[role='menuitem'] {
|
|
3
|
+
border: none;
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
width: auto;
|
|
7
|
+
overflow: visible;
|
|
8
|
+
|
|
9
|
+
background: transparent;
|
|
10
|
+
|
|
11
|
+
/* inherit font & color from ancestor */
|
|
12
|
+
color: inherit;
|
|
13
|
+
font: inherit;
|
|
14
|
+
|
|
15
|
+
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
|
|
16
|
+
line-height: normal;
|
|
17
|
+
|
|
18
|
+
/* Corrects font smoothing for webkit */
|
|
19
|
+
-webkit-font-smoothing: inherit;
|
|
20
|
+
-moz-osx-font-smoothing: inherit;
|
|
21
|
+
|
|
22
|
+
/* Corrects inability to style clickable `input` types in iOS */
|
|
23
|
+
-webkit-appearance: none;
|
|
24
|
+
|
|
25
|
+
/* Remove excess padding and border in Firefox 4+ */
|
|
26
|
+
&::-moz-focus-inner {
|
|
27
|
+
border: 0;
|
|
28
|
+
padding: 0;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@import './base.scss';
|
|
2
|
+
|
|
3
|
+
.dark-theme {
|
|
4
|
+
// Styling of the element where a context menu can appear
|
|
5
|
+
--ngx-contextmenu-focusable-border-bottom: 1px dotted #70757e;
|
|
6
|
+
|
|
7
|
+
// Styling of the context menu itself
|
|
8
|
+
--ngx-contextmenu-font-family: sans-serif;
|
|
9
|
+
--ngx-contextmenu-background-color: #2B2B2B;
|
|
10
|
+
--ngx-contextmenu-border-radius: 4px;
|
|
11
|
+
--ngx-contextmenu-border: 1px solid rgba(0, 0, 0, 0.18);
|
|
12
|
+
--ngx-contextmenu-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
|
|
13
|
+
--ngx-contextmenu-font-size: 14px;
|
|
14
|
+
--ngx-contextmenu-margin: 2px 0 0;
|
|
15
|
+
--ngx-contextmenu-min-width: 160px;
|
|
16
|
+
--ngx-contextmenu-outline: 1px solid #70757e;
|
|
17
|
+
--ngx-contextmenu-padding: 5px 0;
|
|
18
|
+
--ngx-contextmenu-text-color: #70757e;
|
|
19
|
+
--ngx-contextmenu-text-disabled-color: #8a909a;
|
|
20
|
+
|
|
21
|
+
// Styling of context menu items
|
|
22
|
+
--ngx-contextmenu-item-arrow-left: '◀';
|
|
23
|
+
--ngx-contextmenu-item-arrow-right: '▶';
|
|
24
|
+
--ngx-contextmenu-item-background-hover-color: #f8f8f8;
|
|
25
|
+
--ngx-contextmenu-item-separator-color: #8a909a;
|
|
26
|
+
--ngx-contextmenu-item-separator-padding: 10px;
|
|
27
|
+
--ngx-contextmenu-item-padding: 6px 20px;
|
|
28
|
+
--ngx-contextmenu-item-text-hover-color: #5a6473;
|
|
29
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AfterContentInit, ElementRef, QueryList } from '@angular/core';
|
|
2
|
+
import { BiitIconButtonComponent } from "../biit-icon-button/biit-icon-button.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BiitActionButtonComponent implements AfterContentInit {
|
|
5
|
+
private elementRef;
|
|
6
|
+
position: FabPosition;
|
|
7
|
+
additionalX: number;
|
|
8
|
+
additionalY: number;
|
|
9
|
+
inputButtons: QueryList<BiitIconButtonComponent>;
|
|
10
|
+
protected buttons: BiitIconButtonComponent[];
|
|
11
|
+
protected hover: boolean;
|
|
12
|
+
constructor(elementRef: ElementRef);
|
|
13
|
+
ngAfterContentInit(): void;
|
|
14
|
+
positionStyle(): Object;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitActionButtonComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitActionButtonComponent, "biit-action-button", never, { "position": "position"; "additionalX": "additionalX"; "additionalY": "additionalY"; }, {}, ["inputButtons"], ["*"], false, never>;
|
|
17
|
+
}
|
|
18
|
+
export type FabPosition = 'top-left' | 'top-middle' | 'top-right' | 'middle-left' | 'middle-middle' | 'middle-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'custom';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-action-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../biit-icon-button/biit-icon-button.module";
|
|
6
|
+
export declare class BiitActionButtonModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitActionButtonModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitActionButtonModule, [typeof i1.BiitActionButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BiitIconButtonModule], [typeof i1.BiitActionButtonComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitActionButtonModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BiitButtonPrimaryDirective {
|
|
3
|
+
private parent;
|
|
4
|
+
constructor(parent: BiitButtonComponent);
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitButtonPrimaryDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BiitButtonPrimaryDirective, "[primary]", never, {}, {}, never, never, false, never>;
|
|
7
|
+
}
|
|
8
|
+
export declare class BiitButtonSecondaryDirective {
|
|
9
|
+
private parent;
|
|
10
|
+
constructor(parent: BiitButtonComponent);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitButtonSecondaryDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BiitButtonSecondaryDirective, "[secondary]", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
14
|
+
export declare class BiitButtonTertiaryDirective {
|
|
15
|
+
private parent;
|
|
16
|
+
constructor(parent: BiitButtonComponent);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitButtonTertiaryDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BiitButtonTertiaryDirective, "[tertiary]", never, {}, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
export declare class BiitButtonComponent {
|
|
21
|
+
color: string;
|
|
22
|
+
constructor();
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitButtonComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitButtonComponent, "button[biit-button]", never, {}, {}, never, ["*"], false, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class BiitButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitButtonModule, [typeof i1.BiitButtonComponent, typeof i1.BiitButtonPrimaryDirective, typeof i1.BiitButtonSecondaryDirective, typeof i1.BiitButtonTertiaryDirective], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.BiitButtonComponent, typeof i1.BiitButtonPrimaryDirective, typeof i1.BiitButtonSecondaryDirective, typeof i1.BiitButtonTertiaryDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitButtonModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { biitIcon } from '@biit-solutions/biit-icons-collection';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BiitIconButtonComponent {
|
|
4
|
+
icon: biitIcon;
|
|
5
|
+
checked: boolean;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitIconButtonComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitIconButtonComponent, "button[biit-icon]", never, { "icon": "icon"; "checked": "checked"; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-icon-button.component";
|
|
3
|
+
import * as i2 from "@biit-solutions/wizardry-theme/icon";
|
|
4
|
+
export declare class BiitIconButtonModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitIconButtonModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitIconButtonModule, [typeof i1.BiitIconButtonComponent], [typeof i2.BiitIconModule], [typeof i1.BiitIconButtonComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitIconButtonModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './biit-button/biit-button.component';
|
|
2
|
+
export * from './biit-button/biit-button.module';
|
|
3
|
+
export * from './biit-icon-button/biit-icon-button.component';
|
|
4
|
+
export * from './biit-icon-button/biit-icon-button.module';
|
|
5
|
+
export * from './biit-action-button/biit-action-button.component';
|
|
6
|
+
export * from './biit-action-button/biit-action-button.module';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { TranslocoService } from "@ngneat/transloco";
|
|
3
|
+
import { CalendarEvent } from "./models/calendar-event";
|
|
4
|
+
import { Locale } from "date-fns";
|
|
5
|
+
import { EventColor } from "../utils/event-color";
|
|
6
|
+
import { CalendarEventTimesChangedEvent } from "angular-calendar";
|
|
7
|
+
import { Subject } from "rxjs";
|
|
8
|
+
import { CalendarEventClickEvent } from "./models/calendar-event-click-event";
|
|
9
|
+
import { ContextMenuComponent } from "@perfectmemory/ngx-contextmenu";
|
|
10
|
+
import { CalendarUtility } from "./calendar-utility";
|
|
11
|
+
import { CalendarConfiguration } from "./models/calendar-configuration";
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class BiitCalendarComponent implements OnInit, AfterViewInit, CalendarUtility {
|
|
14
|
+
private transloco;
|
|
15
|
+
private cdr;
|
|
16
|
+
private elem;
|
|
17
|
+
calendarMode: CalendarMode;
|
|
18
|
+
viewDate: Date;
|
|
19
|
+
events: CalendarEvent[];
|
|
20
|
+
gridContextMenu: ContextMenuComponent<any>;
|
|
21
|
+
eventContextMenu: ContextMenuComponent<any>;
|
|
22
|
+
calendarUtility: CalendarUtility;
|
|
23
|
+
configuration: CalendarConfiguration;
|
|
24
|
+
onEventDrop: EventEmitter<CalendarEventTimesChangedEvent>;
|
|
25
|
+
onEventClick: EventEmitter<CalendarEventClickEvent>;
|
|
26
|
+
onEventDblClick: EventEmitter<CalendarEventClickEvent>;
|
|
27
|
+
onCreatedEvent: EventEmitter<CalendarEvent>;
|
|
28
|
+
protected locale: Locale;
|
|
29
|
+
private weekStartsOn;
|
|
30
|
+
$calendarEvent: (event: any) => CalendarEvent<any>;
|
|
31
|
+
constructor(transloco: TranslocoService, cdr: ChangeDetectorRef, elem: ElementRef);
|
|
32
|
+
customHeaderDate(date: Date): string;
|
|
33
|
+
log(event: any): void;
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
private scrollToCurrentView;
|
|
37
|
+
private initLocalization;
|
|
38
|
+
refresh: Subject<void>;
|
|
39
|
+
eventStyles(color: EventColor): Record<string, string>;
|
|
40
|
+
protected readonly CalendarMode: typeof CalendarMode;
|
|
41
|
+
private floorToNearest;
|
|
42
|
+
private ceilToNearest;
|
|
43
|
+
startDragToCreate(segment: any, segmentElement: HTMLElement, event: MouseEvent): void;
|
|
44
|
+
private refreshCalendar;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitCalendarComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BiitCalendarComponent, "biit-calendar", never, { "calendarMode": "calendarMode"; "viewDate": "viewDate"; "events": "events"; "gridContextMenu": "gridContextMenu"; "eventContextMenu": "eventContextMenu"; "calendarUtility": "calendarUtility"; "configuration": "configuration"; }, { "onEventDrop": "onEventDrop"; "onEventClick": "onEventClick"; "onEventDblClick": "onEventDblClick"; "onCreatedEvent": "onCreatedEvent"; }, never, never, false, never>;
|
|
47
|
+
}
|
|
48
|
+
export declare enum CalendarMode {
|
|
49
|
+
WEEK = "WEEK",
|
|
50
|
+
MONTH = "MONTH"
|
|
51
|
+
}
|
|
52
|
+
export declare function castTo<T>(): (event: any) => T;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./biit-calendar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@biit-solutions/wizardry-theme/i18n";
|
|
5
|
+
import * as i4 from "angular-calendar";
|
|
6
|
+
import * as i5 from "@perfectmemory/ngx-contextmenu";
|
|
7
|
+
import * as i6 from "@ngneat/transloco-locale";
|
|
8
|
+
export declare class BiitCalendarModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BiitCalendarModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BiitCalendarModule, [typeof i1.BiitCalendarComponent], [typeof i2.CommonModule, typeof i3.TranslocoRootModule, typeof i4.CalendarModule, typeof i5.ContextMenuModule, typeof i6.TranslocoDatePipe], [typeof i1.BiitCalendarComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BiitCalendarModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventAction } from "calendar-utils";
|
|
2
|
+
import { EventColor } from "../../utils/event-color";
|
|
3
|
+
export declare class CalendarEvent<MetaType = any> {
|
|
4
|
+
id?: string | number;
|
|
5
|
+
start: Date;
|
|
6
|
+
end: Date;
|
|
7
|
+
title: string;
|
|
8
|
+
color?: EventColor;
|
|
9
|
+
actions?: EventAction[];
|
|
10
|
+
allDay?: boolean;
|
|
11
|
+
cssClass?: string;
|
|
12
|
+
resizable?: {
|
|
13
|
+
beforeStart?: boolean;
|
|
14
|
+
afterEnd?: boolean;
|
|
15
|
+
};
|
|
16
|
+
draggable?: boolean;
|
|
17
|
+
meta?: MetaType;
|
|
18
|
+
readonly?: boolean;
|
|
19
|
+
constructor(id: string | number, title: string, startDate: Date, endDate: Date, readonly?: boolean, allDay?: boolean, color?: EventColor, actions?: EventAction[], resizable?: boolean, draggable?: boolean, meta?: MetaType);
|
|
20
|
+
static copy(original: CalendarEvent, target: CalendarEvent): CalendarEvent;
|
|
21
|
+
static clone(original: CalendarEvent): CalendarEvent;
|
|
22
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './biit-calendar/biit-calendar.component';
|
|
2
|
+
export * from './biit-calendar/biit-calendar.module';
|
|
3
|
+
export * from './biit-calendar/models/calendar-event';
|
|
4
|
+
export * from './biit-calendar/models/calendar-event-click-event';
|
|
5
|
+
export * from './biit-calendar/models/calendar-configuration';
|
|
6
|
+
export * from './biit-calendar/calendar-utility';
|
|
7
|
+
export * from './utils/event-color';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export declare class EventColor {
|
|
2
|
+
primary: string;
|
|
3
|
+
secondary: string;
|
|
4
|
+
hover: string;
|
|
5
|
+
tertiary: string;
|
|
6
|
+
barred: boolean;
|
|
7
|
+
static readonly RED: {
|
|
8
|
+
primary: string;
|
|
9
|
+
secondary: string;
|
|
10
|
+
hover: string;
|
|
11
|
+
tertiary: string;
|
|
12
|
+
barred: boolean;
|
|
13
|
+
};
|
|
14
|
+
static readonly GREEN: {
|
|
15
|
+
primary: string;
|
|
16
|
+
secondary: string;
|
|
17
|
+
hover: string;
|
|
18
|
+
tertiary: string;
|
|
19
|
+
barred: boolean;
|
|
20
|
+
};
|
|
21
|
+
static readonly YELLOW: {
|
|
22
|
+
primary: string;
|
|
23
|
+
secondary: string;
|
|
24
|
+
hover: string;
|
|
25
|
+
tertiary: string;
|
|
26
|
+
barred: boolean;
|
|
27
|
+
};
|
|
28
|
+
static readonly BLUE: {
|
|
29
|
+
primary: string;
|
|
30
|
+
secondary: string;
|
|
31
|
+
hover: string;
|
|
32
|
+
tertiary: string;
|
|
33
|
+
barred: boolean;
|
|
34
|
+
};
|
|
35
|
+
static readonly PURPLE: {
|
|
36
|
+
primary: string;
|
|
37
|
+
secondary: string;
|
|
38
|
+
hover: string;
|
|
39
|
+
tertiary: string;
|
|
40
|
+
barred: boolean;
|
|
41
|
+
};
|
|
42
|
+
static readonly GREY: {
|
|
43
|
+
primary: string;
|
|
44
|
+
secondary: string;
|
|
45
|
+
hover: string;
|
|
46
|
+
tertiary: string;
|
|
47
|
+
barred: boolean;
|
|
48
|
+
};
|
|
49
|
+
static readonly EMPTY_RED: {
|
|
50
|
+
primary: string;
|
|
51
|
+
secondary: string;
|
|
52
|
+
hover: string;
|
|
53
|
+
tertiary: string;
|
|
54
|
+
barred: boolean;
|
|
55
|
+
};
|
|
56
|
+
static readonly EMPTY_GREEN: {
|
|
57
|
+
primary: string;
|
|
58
|
+
secondary: string;
|
|
59
|
+
hover: string;
|
|
60
|
+
tertiary: string;
|
|
61
|
+
barred: boolean;
|
|
62
|
+
};
|
|
63
|
+
static readonly EMPTY_YELLOW: {
|
|
64
|
+
primary: string;
|
|
65
|
+
secondary: string;
|
|
66
|
+
hover: string;
|
|
67
|
+
tertiary: string;
|
|
68
|
+
barred: boolean;
|
|
69
|
+
};
|
|
70
|
+
static readonly EMPTY_BLUE: {
|
|
71
|
+
primary: string;
|
|
72
|
+
secondary: string;
|
|
73
|
+
hover: string;
|
|
74
|
+
tertiary: string;
|
|
75
|
+
barred: boolean;
|
|
76
|
+
};
|
|
77
|
+
static readonly EMPTY_PURPLE: {
|
|
78
|
+
primary: string;
|
|
79
|
+
secondary: string;
|
|
80
|
+
hover: string;
|
|
81
|
+
tertiary: string;
|
|
82
|
+
barred: boolean;
|
|
83
|
+
};
|
|
84
|
+
static readonly BARRED_BLUE: {
|
|
85
|
+
primary: string;
|
|
86
|
+
secondary: string;
|
|
87
|
+
hover: string;
|
|
88
|
+
tertiary: string;
|
|
89
|
+
barred: boolean;
|
|
90
|
+
};
|
|
91
|
+
static readonly BARRED_GREY: {
|
|
92
|
+
primary: string;
|
|
93
|
+
secondary: string;
|
|
94
|
+
hover: string;
|
|
95
|
+
tertiary: string;
|
|
96
|
+
barred: boolean;
|
|
97
|
+
};
|
|
98
|
+
static readonly BARRED_YELLOW: {
|
|
99
|
+
primary: string;
|
|
100
|
+
secondary: string;
|
|
101
|
+
hover: string;
|
|
102
|
+
tertiary: string;
|
|
103
|
+
barred: boolean;
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnInit } from '@angular/core';
|
|
2
|
+
import { ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexGrid, ApexLegend, ApexPlotOptions, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis, ChartComponent } from "ng-apexcharts";
|
|
3
|
+
import { BarChartData } from './models/bar-chart-data';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type BarChartOptions = {
|
|
6
|
+
series: ApexAxisChartSeries;
|
|
7
|
+
chart: ApexChart;
|
|
8
|
+
dataLabels: ApexDataLabels;
|
|
9
|
+
fill: any;
|
|
10
|
+
colors: any;
|
|
11
|
+
title: ApexTitleSubtitle;
|
|
12
|
+
xaxis: ApexXAxis;
|
|
13
|
+
yaxis: ApexYAxis;
|
|
14
|
+
legend: ApexLegend;
|
|
15
|
+
plotOptions: ApexPlotOptions;
|
|
16
|
+
tooltip: ApexTooltip;
|
|
17
|
+
grid: ApexGrid;
|
|
18
|
+
};
|
|
19
|
+
export declare class BarChartComponent implements OnInit, OnChanges, AfterViewInit {
|
|
20
|
+
private ref;
|
|
21
|
+
apexChart: ChartComponent;
|
|
22
|
+
chartOptions: Partial<BarChartOptions>;
|
|
23
|
+
pageNumber: number;
|
|
24
|
+
data: BarChartData;
|
|
25
|
+
title: string;
|
|
26
|
+
width: number;
|
|
27
|
+
min: number;
|
|
28
|
+
max: number;
|
|
29
|
+
compact: boolean;
|
|
30
|
+
get titleSvg(): SVGTextElement;
|
|
31
|
+
get toolbarDiv(): HTMLDivElement;
|
|
32
|
+
get yLegend(): SVGGElement;
|
|
33
|
+
get yLegendBg(): SVGRectElement;
|
|
34
|
+
get chartSvg(): SVGSVGElement;
|
|
35
|
+
yLegendMargin: number;
|
|
36
|
+
scroll$: any;
|
|
37
|
+
constructor(ref: ElementRef);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngOnChanges(): void;
|
|
40
|
+
ngAfterViewInit(): void;
|
|
41
|
+
handleScroll(event: Event): void;
|
|
42
|
+
private createChartOptions;
|
|
43
|
+
getPngBlob(): Promise<Blob>;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarChartComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarChartComponent, "biit-bar-chart", never, { "data": "data"; "title": "title"; "width": "width"; "min": "min"; "max": "max"; "compact": "compact"; }, {}, never, never, false, never>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./bar-chart.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "ng-apexcharts";
|
|
5
|
+
export declare class BarChartModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BarChartModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BarChartModule, [typeof i1.BarChartComponent], [typeof i2.CommonModule, typeof i3.NgApexchartsModule], [typeof i1.BarChartComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BarChartModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare class BarChartData {
|
|
2
|
+
series: BarChartSeries[];
|
|
3
|
+
legend: string[];
|
|
4
|
+
orientation: BarChartOrientation;
|
|
5
|
+
stacked: boolean;
|
|
6
|
+
stackType: '100%' | 'normal';
|
|
7
|
+
constructor(series: BarChartSeries[], legend: string[], orientation?: BarChartOrientation, stacked?: boolean, stackType?: '100%' | 'normal');
|
|
8
|
+
}
|
|
9
|
+
export declare class BarChartSeries {
|
|
10
|
+
name: string;
|
|
11
|
+
data: BarChartSeriesData[];
|
|
12
|
+
color: string;
|
|
13
|
+
group: string;
|
|
14
|
+
constructor(name: string, data: BarChartSeriesData[], color: string, group?: string);
|
|
15
|
+
}
|
|
16
|
+
export declare class BarChartSeriesData {
|
|
17
|
+
x: string;
|
|
18
|
+
y: number;
|
|
19
|
+
goals: BarChartGoal[];
|
|
20
|
+
constructor(value: number, goals?: BarChartGoal[]);
|
|
21
|
+
}
|
|
22
|
+
export declare class BarChartGoal {
|
|
23
|
+
name: string;
|
|
24
|
+
value: number;
|
|
25
|
+
strokeColor: string;
|
|
26
|
+
strokeHeight: number;
|
|
27
|
+
strokeWidth: number;
|
|
28
|
+
constructor(name: string, value: number, strokeColor: string, strokeHeight?: number, strokeWidth?: number);
|
|
29
|
+
}
|
|
30
|
+
export declare enum BarChartOrientation {
|
|
31
|
+
HORIZONTAL = 1,
|
|
32
|
+
VERTICAL = 0
|
|
33
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare class HeatmapChartData {
|
|
2
|
+
name: string[] | undefined;
|
|
3
|
+
elements: HeatmapChartDataElement[];
|
|
4
|
+
static fromDataElements(elements: HeatmapChartDataElement): HeatmapChartData;
|
|
5
|
+
static fromMultipleDataElements(elements: HeatmapChartDataElement[]): HeatmapChartData;
|
|
6
|
+
static fromElementsAsMap(values: Map<string, Map<string, number>>): HeatmapChartData;
|
|
7
|
+
constructor(name?: string[]);
|
|
8
|
+
getLabels(): string[];
|
|
9
|
+
getData(): HeatmapChartDataElement[];
|
|
10
|
+
}
|
|
11
|
+
export declare class HeatmapChartDataElement {
|
|
12
|
+
name: string;
|
|
13
|
+
data: {
|
|
14
|
+
x: string;
|
|
15
|
+
y: number;
|
|
16
|
+
}[];
|
|
17
|
+
constructor(points?: [string, number][], name?: string);
|
|
18
|
+
}
|
|
19
|
+
export declare class HeatmapMetric {
|
|
20
|
+
name: string;
|
|
21
|
+
data: [string, number][];
|
|
22
|
+
}
|