@energinet/watt 4.2.13 → 4.2.15-alpha.0
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/{esm2022/badge/watt-badge.component.js → fesm2022/energinet-watt-badge.mjs} +30 -4
- package/fesm2022/energinet-watt-badge.mjs.map +1 -0
- package/{esm2022/breadcrumbs/watt-breadcrumbs.component.js → fesm2022/energinet-watt-breadcrumbs.mjs} +36 -10
- package/fesm2022/energinet-watt-breadcrumbs.mjs.map +1 -0
- package/{esm2022/button/watt-button.component.js → fesm2022/energinet-watt-button.mjs} +36 -10
- package/fesm2022/energinet-watt-button.mjs.map +1 -0
- package/{esm2022/card/watt-card.component.js → fesm2022/energinet-watt-card.mjs} +63 -7
- package/fesm2022/energinet-watt-card.mjs.map +1 -0
- package/{esm2022/checkbox/watt-checkbox.component.js → fesm2022/energinet-watt-checkbox.mjs} +32 -6
- package/fesm2022/energinet-watt-checkbox.mjs.map +1 -0
- package/fesm2022/energinet-watt-chip.mjs +694 -0
- package/fesm2022/energinet-watt-chip.mjs.map +1 -0
- package/{esm2022/clipboard/watt-copy-to-clipboard.directive.js → fesm2022/energinet-watt-clipboard.mjs} +61 -7
- package/fesm2022/energinet-watt-clipboard.mjs.map +1 -0
- package/{esm2022/code/watt-code.component.js → fesm2022/energinet-watt-code.mjs} +83 -11
- package/fesm2022/energinet-watt-code.mjs.map +1 -0
- package/fesm2022/energinet-watt-core-breakpoints.mjs +97 -0
- package/fesm2022/energinet-watt-core-breakpoints.mjs.map +1 -0
- package/fesm2022/energinet-watt-core-color.mjs +124 -0
- package/fesm2022/energinet-watt-core-color.mjs.map +1 -0
- package/fesm2022/energinet-watt-core-date.mjs +256 -0
- package/fesm2022/energinet-watt-core-date.mjs.map +1 -0
- package/{esm2022/data/watt-data-table.component.js → fesm2022/energinet-watt-data.mjs} +136 -14
- package/fesm2022/energinet-watt-data.mjs.map +1 -0
- package/{esm2022/datetime-field/watt-datetime-field.component.js → fesm2022/energinet-watt-datetime-field.mjs} +40 -14
- package/fesm2022/energinet-watt-datetime-field.mjs.map +1 -0
- package/{esm2022/description-list/watt-description-list.component.js → fesm2022/energinet-watt-description-list.mjs} +77 -8
- package/fesm2022/energinet-watt-description-list.mjs.map +1 -0
- package/{esm2022/drawer/watt-drawer.component.js → fesm2022/energinet-watt-drawer.mjs} +150 -17
- package/fesm2022/energinet-watt-drawer.mjs.map +1 -0
- package/{esm2022/dropdown/watt-dropdown.component.js → fesm2022/energinet-watt-dropdown.mjs} +44 -18
- package/fesm2022/energinet-watt-dropdown.mjs.map +1 -0
- package/{esm2022/dropzone/watt-dropzone.js → fesm2022/energinet-watt-dropzone.mjs} +133 -14
- package/fesm2022/energinet-watt-dropzone.mjs.map +1 -0
- package/{esm2022/empty-state/icons/not-found.js → fesm2022/energinet-watt-empty-state.mjs} +301 -4
- package/fesm2022/energinet-watt-empty-state.mjs.map +1 -0
- package/{esm2022/expandable-card/watt-expandable-card.component.js → fesm2022/energinet-watt-expandable-card.mjs} +40 -9
- package/fesm2022/energinet-watt-expandable-card.mjs.map +1 -0
- package/{esm2022/field/watt-field.component.js → fesm2022/energinet-watt-field.mjs} +149 -14
- package/fesm2022/energinet-watt-field.mjs.map +1 -0
- package/{esm2022/file-field/watt-file-field.component.js → fesm2022/energinet-watt-file-field.mjs} +32 -6
- package/fesm2022/energinet-watt-file-field.mjs.map +1 -0
- package/fesm2022/energinet-watt-icon-flags.mjs +547 -0
- package/fesm2022/energinet-watt-icon-flags.mjs.map +1 -0
- package/{esm2022/icon/icon.component.js → fesm2022/energinet-watt-icon.mjs} +133 -6
- package/fesm2022/energinet-watt-icon.mjs.map +1 -0
- package/fesm2022/energinet-watt-menu.mjs +282 -0
- package/fesm2022/energinet-watt-menu.mjs.map +1 -0
- package/{esm2022/modal/watt-modal.component.js → fesm2022/energinet-watt-modal.mjs} +109 -13
- package/fesm2022/energinet-watt-modal.mjs.map +1 -0
- package/{esm2022/paginator/watt-paginator.component.js → fesm2022/energinet-watt-paginator.mjs} +71 -11
- package/fesm2022/energinet-watt-paginator.mjs.map +1 -0
- package/{esm2022/phone-field/watt-phone-field.component.js → fesm2022/energinet-watt-phone-field.mjs} +80 -16
- package/fesm2022/energinet-watt-phone-field.mjs.map +1 -0
- package/fesm2022/energinet-watt-picker-__shared.mjs +292 -0
- package/fesm2022/energinet-watt-picker-__shared.mjs.map +1 -0
- package/{esm2022/picker/datepicker/watt-datepicker.component.js → fesm2022/energinet-watt-picker-datepicker.mjs} +71 -16
- package/fesm2022/energinet-watt-picker-datepicker.mjs.map +1 -0
- package/{esm2022/picker/timepicker/watt-timepicker.component.js → fesm2022/energinet-watt-picker-timepicker.mjs} +126 -20
- package/fesm2022/energinet-watt-picker-timepicker.mjs.map +1 -0
- package/{esm2022/progress-tracker/watt-progress-tracker-step.component.js → fesm2022/energinet-watt-progress-tracker.mjs} +64 -6
- package/fesm2022/energinet-watt-progress-tracker.mjs.map +1 -0
- package/{esm2022/query-params/watt-query-params.directive.js → fesm2022/energinet-watt-query-params.mjs} +32 -6
- package/fesm2022/energinet-watt-query-params.mjs.map +1 -0
- package/{esm2022/radio/watt-radio.component.js → fesm2022/energinet-watt-radio.mjs} +146 -5
- package/fesm2022/energinet-watt-radio.mjs.map +1 -0
- package/{esm2022/search/watt-search.component.js → fesm2022/energinet-watt-search.mjs} +33 -7
- package/fesm2022/energinet-watt-search.mjs.map +1 -0
- package/{esm2022/segmented-buttons/watt-segmented-buttons.component.js → fesm2022/energinet-watt-segmented-buttons.mjs} +77 -11
- package/fesm2022/energinet-watt-segmented-buttons.mjs.map +1 -0
- package/fesm2022/energinet-watt-shell.mjs +303 -0
- package/fesm2022/energinet-watt-shell.mjs.map +1 -0
- package/{esm2022/slide-toggle/watt-slide-toggle.component.js → fesm2022/energinet-watt-slide-toggle.mjs} +34 -8
- package/fesm2022/energinet-watt-slide-toggle.mjs.map +1 -0
- package/{esm2022/slider/watt-slider.component.js → fesm2022/energinet-watt-slider.mjs} +33 -7
- package/fesm2022/energinet-watt-slider.mjs.map +1 -0
- package/{esm2022/spinner/watt-spinner.component.js → fesm2022/energinet-watt-spinner.mjs} +30 -4
- package/fesm2022/energinet-watt-spinner.mjs.map +1 -0
- package/{esm2022/stepper/watt-stepper.component.js → fesm2022/energinet-watt-stepper.mjs} +85 -15
- package/fesm2022/energinet-watt-stepper.mjs.map +1 -0
- package/{esm2022/table/watt-table.component.js → fesm2022/energinet-watt-table.mjs} +136 -24
- package/fesm2022/energinet-watt-table.mjs.map +1 -0
- package/fesm2022/energinet-watt-tabs.mjs +254 -0
- package/fesm2022/energinet-watt-tabs.mjs.map +1 -0
- package/{esm2022/text-field/watt-text-field.component.js → fesm2022/energinet-watt-text-field.mjs} +36 -10
- package/fesm2022/energinet-watt-text-field.mjs.map +1 -0
- package/{esm2022/textarea-field/watt-textarea-field.component.js → fesm2022/energinet-watt-textarea-field.mjs} +32 -6
- package/fesm2022/energinet-watt-textarea-field.mjs.map +1 -0
- package/{esm2022/toast/watt-toast.component.js → fesm2022/energinet-watt-toast.mjs} +82 -9
- package/fesm2022/energinet-watt-toast.mjs.map +1 -0
- package/{esm2022/tooltip/watt-tooltip.component.js → fesm2022/energinet-watt-tooltip.mjs} +98 -8
- package/fesm2022/energinet-watt-tooltip.mjs.map +1 -0
- package/{esm2022/utils/css/css-custom-properties.service.js → fesm2022/energinet-watt-utils-css.mjs} +30 -4
- package/fesm2022/energinet-watt-utils-css.mjs.map +1 -0
- package/{esm2022/utils/intersection-observer/watt-intersection-observer.service.js → fesm2022/energinet-watt-utils-intersection-observer.mjs} +31 -5
- package/fesm2022/energinet-watt-utils-intersection-observer.mjs.map +1 -0
- package/fesm2022/energinet-watt-utils-resize-observer.mjs +143 -0
- package/fesm2022/energinet-watt-utils-resize-observer.mjs.map +1 -0
- package/{esm2022/validation-message/watt-validation-message.component.js → fesm2022/energinet-watt-validation-message.mjs} +31 -5
- package/fesm2022/energinet-watt-validation-message.mjs.map +1 -0
- package/{esm2022/validators/watt-range.validators.js → fesm2022/energinet-watt-validators.mjs} +28 -2
- package/fesm2022/energinet-watt-validators.mjs.map +1 -0
- package/fesm2022/energinet-watt-vater.mjs +248 -0
- package/fesm2022/energinet-watt-vater.mjs.map +1 -0
- package/{esm2022/year-field/watt-year-field.component.js → fesm2022/energinet-watt-year-field.mjs} +39 -13
- package/fesm2022/energinet-watt-year-field.mjs.map +1 -0
- package/{esm2022/yearmonth-field/watt-yearmonth-field.component.js → fesm2022/energinet-watt-yearmonth-field.mjs} +79 -13
- package/fesm2022/energinet-watt-yearmonth-field.mjs.map +1 -0
- package/{esm2022/index.js → fesm2022/energinet-watt.mjs} +8 -2
- package/fesm2022/energinet-watt.mjs.map +1 -0
- package/package.json +89 -89
- package/types/energinet-watt-badge.d.ts +19 -0
- package/{breadcrumbs/watt-breadcrumbs.component.d.ts → types/energinet-watt-breadcrumbs.d.ts} +10 -7
- package/types/energinet-watt-button.d.ts +23 -0
- package/types/energinet-watt-card.d.ts +24 -0
- package/types/energinet-watt-checkbox.d.ts +20 -0
- package/types/energinet-watt-chip.d.ts +104 -0
- package/types/energinet-watt-clipboard.d.ts +22 -0
- package/types/energinet-watt-code.d.ts +56 -0
- package/{core/breakpoints/breakpoints.d.ts → types/energinet-watt-core-breakpoints.d.ts} +27 -2
- package/{core/color/colors.d.ts → types/energinet-watt-core-color.d.ts} +15 -2
- package/types/energinet-watt-core-date.d.ts +154 -0
- package/types/energinet-watt-data.d.ts +61 -0
- package/types/energinet-watt-datetime-field.d.ts +44 -0
- package/types/energinet-watt-description-list.d.ts +32 -0
- package/{drawer/watt-drawer.component.d.ts → types/energinet-watt-drawer.d.ts} +35 -28
- package/types/energinet-watt-dropdown.d.ts +167 -0
- package/types/energinet-watt-dropzone.d.ts +67 -0
- package/types/energinet-watt-empty-state.d.ts +39 -0
- package/{expandable-card/watt-expandable-card.component.d.ts → types/energinet-watt-expandable-card.d.ts} +31 -9
- package/types/energinet-watt-field.d.ts +62 -0
- package/types/energinet-watt-file-field.d.ts +13 -0
- package/types/energinet-watt-icon-flags.d.ts +61 -0
- package/types/energinet-watt-icon.d.ts +119 -0
- package/types/energinet-watt-menu.d.ts +119 -0
- package/types/energinet-watt-modal.d.ts +127 -0
- package/types/energinet-watt-paginator.d.ts +54 -0
- package/types/energinet-watt-phone-field.d.ts +79 -0
- package/{picker/__shared/watt-picker-base.d.ts → types/energinet-watt-picker-__shared.d.ts} +34 -11
- package/types/energinet-watt-picker-datepicker.d.ts +90 -0
- package/{picker/timepicker/watt-timepicker.component.d.ts → types/energinet-watt-picker-timepicker.d.ts} +16 -12
- package/types/energinet-watt-progress-tracker.d.ts +37 -0
- package/{query-params/watt-query-params.directive.d.ts → types/energinet-watt-query-params.d.ts} +5 -2
- package/types/energinet-watt-radio.d.ts +71 -0
- package/types/energinet-watt-search.d.ts +47 -0
- package/types/energinet-watt-segmented-buttons.d.ts +48 -0
- package/types/energinet-watt-shell.d.ts +47 -0
- package/types/energinet-watt-slide-toggle.d.ts +20 -0
- package/types/energinet-watt-slider.d.ts +35 -0
- package/types/energinet-watt-spinner.d.ts +18 -0
- package/types/energinet-watt-stepper.d.ts +59 -0
- package/{table/watt-table.component.d.ts → types/energinet-watt-table.d.ts} +72 -49
- package/types/energinet-watt-tabs.d.ts +68 -0
- package/types/energinet-watt-text-field.d.ts +67 -0
- package/types/energinet-watt-textarea-field.d.ts +31 -0
- package/{toast/watt-toast.component.d.ts → types/energinet-watt-toast.d.ts} +19 -5
- package/types/energinet-watt-tooltip.d.ts +20 -0
- package/{utils/css/css-custom-properties.service.d.ts → types/energinet-watt-utils-css.d.ts} +5 -2
- package/{utils/intersection-observer/watt-intersection-observer.service.d.ts → types/energinet-watt-utils-intersection-observer.d.ts} +7 -3
- package/{utils/resize-observer/watt-resize-observer.directive.d.ts → types/energinet-watt-utils-resize-observer.d.ts} +30 -3
- package/types/energinet-watt-validation-message.d.ts +38 -0
- package/{validators/watt-range.validators.d.ts → types/energinet-watt-validators.d.ts} +6 -2
- package/types/energinet-watt-vater.d.ts +87 -0
- package/types/energinet-watt-year-field.d.ts +60 -0
- package/types/energinet-watt-yearmonth-field.d.ts +64 -0
- package/{core/color/index.d.ts → types/energinet-watt.d.ts} +3 -2
- package/badge/energinet-watt-badge.d.ts +0 -5
- package/badge/index.d.ts +0 -17
- package/badge/watt-badge.component.d.ts +0 -15
- package/breadcrumbs/energinet-watt-breadcrumbs.d.ts +0 -5
- package/breadcrumbs/index.d.ts +0 -17
- package/button/energinet-watt-button.d.ts +0 -5
- package/button/index.d.ts +0 -17
- package/button/watt-button.component.d.ts +0 -22
- package/card/energinet-watt-card.d.ts +0 -5
- package/card/index.d.ts +0 -18
- package/card/watt-card-title.component.d.ts +0 -6
- package/card/watt-card.component.d.ts +0 -15
- package/checkbox/energinet-watt-checkbox.d.ts +0 -5
- package/checkbox/index.d.ts +0 -17
- package/checkbox/watt-checkbox.component.d.ts +0 -17
- package/chip/energinet-watt-chip.d.ts +0 -5
- package/chip/index.d.ts +0 -23
- package/chip/watt-action-chip.component.d.ts +0 -8
- package/chip/watt-chip.component.d.ts +0 -8
- package/chip/watt-chip.directive.d.ts +0 -16
- package/chip/watt-date-chip.component.d.ts +0 -12
- package/chip/watt-date-range-chip.component.d.ts +0 -50
- package/chip/watt-filter-chip.component.d.ts +0 -13
- package/chip/watt-menu-chip.component.d.ts +0 -13
- package/clipboard/energinet-watt-clipboard.d.ts +0 -5
- package/clipboard/index.d.ts +0 -18
- package/clipboard/watt-clipboard-intl.service.d.ts +0 -7
- package/clipboard/watt-copy-to-clipboard.directive.d.ts +0 -12
- package/code/energinet-watt-code.d.ts +0 -5
- package/code/index.d.ts +0 -19
- package/code/watt-code-intl.service.d.ts +0 -6
- package/code/watt-code.component.d.ts +0 -45
- package/code/watt-code.worker.token.d.ts +0 -18
- package/core/breakpoints/breakpoints-observer.d.ts +0 -21
- package/core/breakpoints/energinet-watt-core-breakpoints.d.ts +0 -5
- package/core/breakpoints/index.d.ts +0 -18
- package/core/color/color-helper.service.d.ts +0 -10
- package/core/color/energinet-watt-core-color.d.ts +0 -5
- package/core/date/dayjs.d.ts +0 -22
- package/core/date/energinet-watt-core-date.d.ts +0 -5
- package/core/date/index.d.ts +0 -23
- package/core/date/watt-danish-datetime.providers.d.ts +0 -1
- package/core/date/watt-date-adapter.d.ts +0 -31
- package/core/date/watt-date-range.d.ts +0 -25
- package/core/date/watt-date.pipe.d.ts +0 -28
- package/core/date/watt-format-date.d.ts +0 -11
- package/core/date/watt-locale.service.d.ts +0 -11
- package/data/energinet-watt-data.d.ts +0 -5
- package/data/index.d.ts +0 -20
- package/data/watt-data-actions.component.d.ts +0 -5
- package/data/watt-data-filters.component.d.ts +0 -5
- package/data/watt-data-intl.service.d.ts +0 -15
- package/data/watt-data-table.component.d.ts +0 -34
- package/datetime-field/energinet-watt-datetime-field.d.ts +0 -5
- package/datetime-field/index.d.ts +0 -17
- package/datetime-field/watt-datetime-field.component.d.ts +0 -39
- package/description-list/energinet-watt-description-list.d.ts +0 -5
- package/description-list/index.d.ts +0 -17
- package/description-list/watt-description-list-item.component.d.ts +0 -27
- package/description-list/watt-description-list.component.d.ts +0 -20
- package/drawer/energinet-watt-drawer.d.ts +0 -5
- package/drawer/index.d.ts +0 -21
- package/drawer/watt-drawer-actions.component.d.ts +0 -5
- package/drawer/watt-drawer-content.component.d.ts +0 -5
- package/drawer/watt-drawer-heading.component.d.ts +0 -5
- package/drawer/watt-drawer-topbar.component.d.ts +0 -5
- package/dropdown/energinet-watt-dropdown.d.ts +0 -5
- package/dropdown/index.d.ts +0 -19
- package/dropdown/watt-dropdown-option.d.ts +0 -28
- package/dropdown/watt-dropdown-value.d.ts +0 -17
- package/dropdown/watt-dropdown.component.d.ts +0 -133
- package/dropzone/energinet-watt-dropzone.d.ts +0 -5
- package/dropzone/index.d.ts +0 -19
- package/dropzone/watt-dropzone-intl.d.ts +0 -11
- package/dropzone/watt-dropzone-validators.d.ts +0 -27
- package/dropzone/watt-dropzone.d.ts +0 -31
- package/empty-state/energinet-watt-empty-state.d.ts +0 -5
- package/empty-state/icons/explore.d.ts +0 -5
- package/empty-state/icons/no-results.d.ts +0 -5
- package/empty-state/icons/not-found.d.ts +0 -5
- package/empty-state/icons/power.d.ts +0 -5
- package/empty-state/index.d.ts +0 -21
- package/empty-state/watt-empty-state.component.d.ts +0 -16
- package/energinet-watt.d.ts +0 -5
- package/esm2022/badge/energinet-watt-badge.js +0 -5
- package/esm2022/badge/energinet-watt-badge.js.map +0 -1
- package/esm2022/badge/index.js +0 -20
- package/esm2022/badge/index.js.map +0 -1
- package/esm2022/badge/watt-badge.component.js.map +0 -1
- package/esm2022/breadcrumbs/energinet-watt-breadcrumbs.js +0 -5
- package/esm2022/breadcrumbs/energinet-watt-breadcrumbs.js.map +0 -1
- package/esm2022/breadcrumbs/index.js +0 -20
- package/esm2022/breadcrumbs/index.js.map +0 -1
- package/esm2022/breadcrumbs/watt-breadcrumbs.component.js.map +0 -1
- package/esm2022/button/energinet-watt-button.js +0 -5
- package/esm2022/button/energinet-watt-button.js.map +0 -1
- package/esm2022/button/index.js +0 -20
- package/esm2022/button/index.js.map +0 -1
- package/esm2022/button/watt-button.component.js.map +0 -1
- package/esm2022/card/energinet-watt-card.js +0 -5
- package/esm2022/card/energinet-watt-card.js.map +0 -1
- package/esm2022/card/index.js +0 -21
- package/esm2022/card/index.js.map +0 -1
- package/esm2022/card/watt-card-title.component.js +0 -33
- package/esm2022/card/watt-card-title.component.js.map +0 -1
- package/esm2022/card/watt-card.component.js.map +0 -1
- package/esm2022/checkbox/energinet-watt-checkbox.js +0 -5
- package/esm2022/checkbox/energinet-watt-checkbox.js.map +0 -1
- package/esm2022/checkbox/index.js +0 -20
- package/esm2022/checkbox/index.js.map +0 -1
- package/esm2022/checkbox/watt-checkbox.component.js.map +0 -1
- package/esm2022/chip/energinet-watt-chip.js +0 -5
- package/esm2022/chip/energinet-watt-chip.js.map +0 -1
- package/esm2022/chip/index.js +0 -26
- package/esm2022/chip/index.js.map +0 -1
- package/esm2022/chip/watt-action-chip.component.js +0 -68
- package/esm2022/chip/watt-action-chip.component.js.map +0 -1
- package/esm2022/chip/watt-chip.component.js +0 -55
- package/esm2022/chip/watt-chip.component.js.map +0 -1
- package/esm2022/chip/watt-chip.directive.js +0 -92
- package/esm2022/chip/watt-chip.directive.js.map +0 -1
- package/esm2022/chip/watt-date-chip.component.js +0 -104
- package/esm2022/chip/watt-date-chip.component.js.map +0 -1
- package/esm2022/chip/watt-date-range-chip.component.js +0 -213
- package/esm2022/chip/watt-date-range-chip.component.js.map +0 -1
- package/esm2022/chip/watt-filter-chip.component.js +0 -82
- package/esm2022/chip/watt-filter-chip.component.js.map +0 -1
- package/esm2022/chip/watt-menu-chip.component.js +0 -80
- package/esm2022/chip/watt-menu-chip.component.js.map +0 -1
- package/esm2022/clipboard/energinet-watt-clipboard.js +0 -5
- package/esm2022/clipboard/energinet-watt-clipboard.js.map +0 -1
- package/esm2022/clipboard/index.js +0 -21
- package/esm2022/clipboard/index.js.map +0 -1
- package/esm2022/clipboard/watt-clipboard-intl.service.js +0 -31
- package/esm2022/clipboard/watt-clipboard-intl.service.js.map +0 -1
- package/esm2022/clipboard/watt-copy-to-clipboard.directive.js.map +0 -1
- package/esm2022/code/energinet-watt-code.js +0 -5
- package/esm2022/code/energinet-watt-code.js.map +0 -1
- package/esm2022/code/index.js +0 -22
- package/esm2022/code/index.js.map +0 -1
- package/esm2022/code/watt-code-intl.service.js +0 -30
- package/esm2022/code/watt-code-intl.service.js.map +0 -1
- package/esm2022/code/watt-code.component.js.map +0 -1
- package/esm2022/code/watt-code.worker.token.js +0 -21
- package/esm2022/code/watt-code.worker.token.js.map +0 -1
- package/esm2022/core/breakpoints/breakpoints-observer.js +0 -41
- package/esm2022/core/breakpoints/breakpoints-observer.js.map +0 -1
- package/esm2022/core/breakpoints/breakpoints.js +0 -31
- package/esm2022/core/breakpoints/breakpoints.js.map +0 -1
- package/esm2022/core/breakpoints/energinet-watt-core-breakpoints.js +0 -5
- package/esm2022/core/breakpoints/energinet-watt-core-breakpoints.js.map +0 -1
- package/esm2022/core/breakpoints/index.js +0 -21
- package/esm2022/core/breakpoints/index.js.map +0 -1
- package/esm2022/core/color/color-helper.service.js +0 -41
- package/esm2022/core/color/color-helper.service.js.map +0 -1
- package/esm2022/core/color/colors.js +0 -58
- package/esm2022/core/color/colors.js.map +0 -1
- package/esm2022/core/color/energinet-watt-core-color.js +0 -5
- package/esm2022/core/color/energinet-watt-core-color.js.map +0 -1
- package/esm2022/core/color/index.js +0 -21
- package/esm2022/core/color/index.js.map +0 -1
- package/esm2022/core/date/dayjs.js +0 -34
- package/esm2022/core/date/dayjs.js.map +0 -1
- package/esm2022/core/date/energinet-watt-core-date.js +0 -5
- package/esm2022/core/date/energinet-watt-core-date.js.map +0 -1
- package/esm2022/core/date/index.js +0 -25
- package/esm2022/core/date/index.js.map +0 -1
- package/esm2022/core/date/watt-danish-datetime.providers.js +0 -31
- package/esm2022/core/date/watt-danish-datetime.providers.js.map +0 -1
- package/esm2022/core/date/watt-date-adapter.js +0 -43
- package/esm2022/core/date/watt-date-adapter.js.map +0 -1
- package/esm2022/core/date/watt-date-range.js +0 -2
- package/esm2022/core/date/watt-date-range.js.map +0 -1
- package/esm2022/core/date/watt-date.pipe.js +0 -38
- package/esm2022/core/date/watt-date.pipe.js.map +0 -1
- package/esm2022/core/date/watt-format-date.js +0 -50
- package/esm2022/core/date/watt-format-date.js.map +0 -1
- package/esm2022/core/date/watt-locale.service.js +0 -48
- package/esm2022/core/date/watt-locale.service.js.map +0 -1
- package/esm2022/data/energinet-watt-data.js +0 -5
- package/esm2022/data/energinet-watt-data.js.map +0 -1
- package/esm2022/data/index.js +0 -23
- package/esm2022/data/index.js.map +0 -1
- package/esm2022/data/watt-data-actions.component.js +0 -32
- package/esm2022/data/watt-data-actions.component.js.map +0 -1
- package/esm2022/data/watt-data-filters.component.js +0 -32
- package/esm2022/data/watt-data-filters.component.js.map +0 -1
- package/esm2022/data/watt-data-intl.service.js +0 -39
- package/esm2022/data/watt-data-intl.service.js.map +0 -1
- package/esm2022/data/watt-data-table.component.js.map +0 -1
- package/esm2022/datetime-field/energinet-watt-datetime-field.js +0 -5
- package/esm2022/datetime-field/energinet-watt-datetime-field.js.map +0 -1
- package/esm2022/datetime-field/index.js +0 -20
- package/esm2022/datetime-field/index.js.map +0 -1
- package/esm2022/datetime-field/watt-datetime-field.component.js.map +0 -1
- package/esm2022/description-list/energinet-watt-description-list.js +0 -5
- package/esm2022/description-list/energinet-watt-description-list.js.map +0 -1
- package/esm2022/description-list/index.js +0 -20
- package/esm2022/description-list/index.js.map +0 -1
- package/esm2022/description-list/watt-description-list-item.component.js +0 -49
- package/esm2022/description-list/watt-description-list-item.component.js.map +0 -1
- package/esm2022/description-list/watt-description-list.component.js.map +0 -1
- package/esm2022/drawer/energinet-watt-drawer.js +0 -5
- package/esm2022/drawer/energinet-watt-drawer.js.map +0 -1
- package/esm2022/drawer/index.js +0 -24
- package/esm2022/drawer/index.js.map +0 -1
- package/esm2022/drawer/watt-drawer-actions.component.js +0 -29
- package/esm2022/drawer/watt-drawer-actions.component.js.map +0 -1
- package/esm2022/drawer/watt-drawer-content.component.js +0 -29
- package/esm2022/drawer/watt-drawer-content.component.js.map +0 -1
- package/esm2022/drawer/watt-drawer-heading.component.js +0 -29
- package/esm2022/drawer/watt-drawer-heading.component.js.map +0 -1
- package/esm2022/drawer/watt-drawer-topbar.component.js +0 -32
- package/esm2022/drawer/watt-drawer-topbar.component.js.map +0 -1
- package/esm2022/drawer/watt-drawer.component.js.map +0 -1
- package/esm2022/dropdown/energinet-watt-dropdown.js +0 -5
- package/esm2022/dropdown/energinet-watt-dropdown.js.map +0 -1
- package/esm2022/dropdown/index.js +0 -20
- package/esm2022/dropdown/index.js.map +0 -1
- package/esm2022/dropdown/watt-dropdown-option.js +0 -2
- package/esm2022/dropdown/watt-dropdown-option.js.map +0 -1
- package/esm2022/dropdown/watt-dropdown-value.js +0 -2
- package/esm2022/dropdown/watt-dropdown-value.js.map +0 -1
- package/esm2022/dropdown/watt-dropdown.component.js.map +0 -1
- package/esm2022/dropzone/energinet-watt-dropzone.js +0 -5
- package/esm2022/dropzone/energinet-watt-dropzone.js.map +0 -1
- package/esm2022/dropzone/index.js +0 -22
- package/esm2022/dropzone/index.js.map +0 -1
- package/esm2022/dropzone/watt-dropzone-intl.js +0 -35
- package/esm2022/dropzone/watt-dropzone-intl.js.map +0 -1
- package/esm2022/dropzone/watt-dropzone-validators.js +0 -67
- package/esm2022/dropzone/watt-dropzone-validators.js.map +0 -1
- package/esm2022/dropzone/watt-dropzone.js.map +0 -1
- package/esm2022/empty-state/energinet-watt-empty-state.js +0 -5
- package/esm2022/empty-state/energinet-watt-empty-state.js.map +0 -1
- package/esm2022/empty-state/icons/explore.js +0 -54
- package/esm2022/empty-state/icons/explore.js.map +0 -1
- package/esm2022/empty-state/icons/no-results.js +0 -62
- package/esm2022/empty-state/icons/no-results.js.map +0 -1
- package/esm2022/empty-state/icons/not-found.js.map +0 -1
- package/esm2022/empty-state/icons/power.js +0 -46
- package/esm2022/empty-state/icons/power.js.map +0 -1
- package/esm2022/empty-state/index.js +0 -24
- package/esm2022/empty-state/index.js.map +0 -1
- package/esm2022/empty-state/watt-empty-state.component.js +0 -120
- package/esm2022/empty-state/watt-empty-state.component.js.map +0 -1
- package/esm2022/energinet-watt.js +0 -5
- package/esm2022/energinet-watt.js.map +0 -1
- package/esm2022/expandable-card/energinet-watt-expandable-card.js +0 -5
- package/esm2022/expandable-card/energinet-watt-expandable-card.js.map +0 -1
- package/esm2022/expandable-card/index.js +0 -26
- package/esm2022/expandable-card/index.js.map +0 -1
- package/esm2022/expandable-card/watt-expandable-card.component.js.map +0 -1
- package/esm2022/field/energinet-watt-field.js +0 -5
- package/esm2022/field/energinet-watt-field.js.map +0 -1
- package/esm2022/field/index.js +0 -24
- package/esm2022/field/index.js.map +0 -1
- package/esm2022/field/watt-field-error.component.js +0 -29
- package/esm2022/field/watt-field-error.component.js.map +0 -1
- package/esm2022/field/watt-field-hint.component.js +0 -29
- package/esm2022/field/watt-field-hint.component.js.map +0 -1
- package/esm2022/field/watt-field-intl.service.js +0 -32
- package/esm2022/field/watt-field-intl.service.js.map +0 -1
- package/esm2022/field/watt-field-warning.component.js +0 -29
- package/esm2022/field/watt-field-warning.component.js.map +0 -1
- package/esm2022/field/watt-field.component.js.map +0 -1
- package/esm2022/file-field/energinet-watt-file-field.js +0 -5
- package/esm2022/file-field/energinet-watt-file-field.js.map +0 -1
- package/esm2022/file-field/index.js +0 -20
- package/esm2022/file-field/index.js.map +0 -1
- package/esm2022/file-field/watt-file-field.component.js.map +0 -1
- package/esm2022/icon/energinet-watt-icon.js +0 -5
- package/esm2022/icon/energinet-watt-icon.js.map +0 -1
- package/esm2022/icon/flags/energinet-watt-icon-flags.js +0 -5
- package/esm2022/icon/flags/energinet-watt-icon-flags.js.map +0 -1
- package/esm2022/icon/flags/index.js +0 -29
- package/esm2022/icon/flags/index.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-ch.js +0 -52
- package/esm2022/icon/flags/watt-flag-ch.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-de.js +0 -44
- package/esm2022/icon/flags/watt-flag-de.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-dk.js +0 -44
- package/esm2022/icon/flags/watt-flag-dk.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-fi.js +0 -44
- package/esm2022/icon/flags/watt-flag-fi.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-gb.js +0 -60
- package/esm2022/icon/flags/watt-flag-gb.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-nl.js +0 -44
- package/esm2022/icon/flags/watt-flag-nl.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-no.js +0 -48
- package/esm2022/icon/flags/watt-flag-no.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-pl.js +0 -46
- package/esm2022/icon/flags/watt-flag-pl.js.map +0 -1
- package/esm2022/icon/flags/watt-flag-se.js +0 -42
- package/esm2022/icon/flags/watt-flag-se.js.map +0 -1
- package/esm2022/icon/flags/watt-flag.js +0 -124
- package/esm2022/icon/flags/watt-flag.js.map +0 -1
- package/esm2022/icon/icon.component.js.map +0 -1
- package/esm2022/icon/icons.js +0 -102
- package/esm2022/icon/icons.js.map +0 -1
- package/esm2022/icon/index.js +0 -20
- package/esm2022/icon/index.js.map +0 -1
- package/esm2022/index.js.map +0 -1
- package/esm2022/menu/energinet-watt-menu.js +0 -5
- package/esm2022/menu/energinet-watt-menu.js.map +0 -1
- package/esm2022/menu/index.js +0 -36
- package/esm2022/menu/index.js.map +0 -1
- package/esm2022/menu/watt-menu-group.component.js +0 -45
- package/esm2022/menu/watt-menu-group.component.js.map +0 -1
- package/esm2022/menu/watt-menu-item.component.js +0 -50
- package/esm2022/menu/watt-menu-item.component.js.map +0 -1
- package/esm2022/menu/watt-menu-trigger.directive.js +0 -85
- package/esm2022/menu/watt-menu-trigger.directive.js.map +0 -1
- package/esm2022/menu/watt-menu.component.js +0 -77
- package/esm2022/menu/watt-menu.component.js.map +0 -1
- package/esm2022/modal/energinet-watt-modal.js +0 -5
- package/esm2022/modal/energinet-watt-modal.js.map +0 -1
- package/esm2022/modal/index.js +0 -21
- package/esm2022/modal/index.js.map +0 -1
- package/esm2022/modal/watt-modal.component.js.map +0 -1
- package/esm2022/modal/watt-modal.service.js +0 -74
- package/esm2022/modal/watt-modal.service.js.map +0 -1
- package/esm2022/paginator/energinet-watt-paginator.js +0 -5
- package/esm2022/paginator/energinet-watt-paginator.js.map +0 -1
- package/esm2022/paginator/index.js +0 -21
- package/esm2022/paginator/index.js.map +0 -1
- package/esm2022/paginator/watt-paginator-intl.service.js +0 -38
- package/esm2022/paginator/watt-paginator-intl.service.js.map +0 -1
- package/esm2022/paginator/watt-paginator.component.js.map +0 -1
- package/esm2022/phone-field/energinet-watt-phone-field.js +0 -5
- package/esm2022/phone-field/energinet-watt-phone-field.js.map +0 -1
- package/esm2022/phone-field/index.js +0 -21
- package/esm2022/phone-field/index.js.map +0 -1
- package/esm2022/phone-field/watt-phone-field-intl.service.js +0 -41
- package/esm2022/phone-field/watt-phone-field-intl.service.js.map +0 -1
- package/esm2022/phone-field/watt-phone-field.component.js.map +0 -1
- package/esm2022/picker/__shared/energinet-watt-picker-__shared.js +0 -5
- package/esm2022/picker/__shared/energinet-watt-picker-__shared.js.map +0 -1
- package/esm2022/picker/__shared/index.js +0 -21
- package/esm2022/picker/__shared/index.js.map +0 -1
- package/esm2022/picker/__shared/placeholder-mask/watt-placeholder-mask.component.js +0 -71
- package/esm2022/picker/__shared/placeholder-mask/watt-placeholder-mask.component.js.map +0 -1
- package/esm2022/picker/__shared/watt-picker-base.js +0 -197
- package/esm2022/picker/__shared/watt-picker-base.js.map +0 -1
- package/esm2022/picker/__shared/watt-picker-value.js +0 -2
- package/esm2022/picker/__shared/watt-picker-value.js.map +0 -1
- package/esm2022/picker/datepicker/energinet-watt-picker-datepicker.js +0 -5
- package/esm2022/picker/datepicker/energinet-watt-picker-datepicker.js.map +0 -1
- package/esm2022/picker/datepicker/index.js +0 -22
- package/esm2022/picker/datepicker/index.js.map +0 -1
- package/esm2022/picker/datepicker/watt-datepicker-intl.service.js +0 -31
- package/esm2022/picker/datepicker/watt-datepicker-intl.service.js.map +0 -1
- package/esm2022/picker/datepicker/watt-datepicker.component.js.map +0 -1
- package/esm2022/picker/timepicker/energinet-watt-picker-timepicker.js +0 -5
- package/esm2022/picker/timepicker/energinet-watt-picker-timepicker.js.map +0 -1
- package/esm2022/picker/timepicker/index.js +0 -20
- package/esm2022/picker/timepicker/index.js.map +0 -1
- package/esm2022/picker/timepicker/maskito-time-range-mask.js +0 -81
- package/esm2022/picker/timepicker/maskito-time-range-mask.js.map +0 -1
- package/esm2022/picker/timepicker/watt-timepicker.component.js.map +0 -1
- package/esm2022/progress-tracker/energinet-watt-progress-tracker.js +0 -5
- package/esm2022/progress-tracker/energinet-watt-progress-tracker.js.map +0 -1
- package/esm2022/progress-tracker/index.js +0 -27
- package/esm2022/progress-tracker/index.js.map +0 -1
- package/esm2022/progress-tracker/watt-progress-tracker-step.component.js.map +0 -1
- package/esm2022/progress-tracker/watt-progress-tracker.component.js +0 -30
- package/esm2022/progress-tracker/watt-progress-tracker.component.js.map +0 -1
- package/esm2022/query-params/energinet-watt-query-params.js +0 -5
- package/esm2022/query-params/energinet-watt-query-params.js.map +0 -1
- package/esm2022/query-params/index.js +0 -20
- package/esm2022/query-params/index.js.map +0 -1
- package/esm2022/query-params/watt-query-params.directive.js.map +0 -1
- package/esm2022/radio/energinet-watt-radio.js +0 -5
- package/esm2022/radio/energinet-watt-radio.js.map +0 -1
- package/esm2022/radio/index.js +0 -21
- package/esm2022/radio/index.js.map +0 -1
- package/esm2022/radio/watt-radio-group.component.js +0 -119
- package/esm2022/radio/watt-radio-group.component.js.map +0 -1
- package/esm2022/radio/watt-radio.component.js.map +0 -1
- package/esm2022/search/energinet-watt-search.js +0 -5
- package/esm2022/search/energinet-watt-search.js.map +0 -1
- package/esm2022/search/index.js +0 -20
- package/esm2022/search/index.js.map +0 -1
- package/esm2022/search/watt-search.component.js.map +0 -1
- package/esm2022/segmented-buttons/energinet-watt-segmented-buttons.js +0 -5
- package/esm2022/segmented-buttons/energinet-watt-segmented-buttons.js.map +0 -1
- package/esm2022/segmented-buttons/index.js +0 -27
- package/esm2022/segmented-buttons/index.js.map +0 -1
- package/esm2022/segmented-buttons/watt-segmented-button.component.js +0 -39
- package/esm2022/segmented-buttons/watt-segmented-button.component.js.map +0 -1
- package/esm2022/segmented-buttons/watt-segmented-buttons.component.js.map +0 -1
- package/esm2022/shell/energinet-watt-shell.js +0 -5
- package/esm2022/shell/energinet-watt-shell.js.map +0 -1
- package/esm2022/shell/index.js +0 -21
- package/esm2022/shell/index.js.map +0 -1
- package/esm2022/shell/nav-list/index.js +0 -21
- package/esm2022/shell/nav-list/index.js.map +0 -1
- package/esm2022/shell/nav-list/watt-expand-on-active-link.directive.js +0 -47
- package/esm2022/shell/nav-list/watt-expand-on-active-link.directive.js.map +0 -1
- package/esm2022/shell/nav-list/watt-nav-list-item.component.js +0 -83
- package/esm2022/shell/nav-list/watt-nav-list-item.component.js.map +0 -1
- package/esm2022/shell/nav-list/watt-nav-list.component.js +0 -80
- package/esm2022/shell/nav-list/watt-nav-list.component.js.map +0 -1
- package/esm2022/shell/shell.component.js +0 -59
- package/esm2022/shell/shell.component.js.map +0 -1
- package/esm2022/slide-toggle/energinet-watt-slide-toggle.js +0 -5
- package/esm2022/slide-toggle/energinet-watt-slide-toggle.js.map +0 -1
- package/esm2022/slide-toggle/index.js +0 -20
- package/esm2022/slide-toggle/index.js.map +0 -1
- package/esm2022/slide-toggle/watt-slide-toggle.component.js.map +0 -1
- package/esm2022/slider/energinet-watt-slider.js +0 -5
- package/esm2022/slider/energinet-watt-slider.js.map +0 -1
- package/esm2022/slider/index.js +0 -20
- package/esm2022/slider/index.js.map +0 -1
- package/esm2022/slider/watt-slider.component.js.map +0 -1
- package/esm2022/spinner/energinet-watt-spinner.js +0 -5
- package/esm2022/spinner/energinet-watt-spinner.js.map +0 -1
- package/esm2022/spinner/index.js +0 -20
- package/esm2022/spinner/index.js.map +0 -1
- package/esm2022/spinner/watt-spinner.component.js.map +0 -1
- package/esm2022/stepper/energinet-watt-stepper.js +0 -5
- package/esm2022/stepper/energinet-watt-stepper.js.map +0 -1
- package/esm2022/stepper/index.js +0 -21
- package/esm2022/stepper/index.js.map +0 -1
- package/esm2022/stepper/watt-stepper-step.component.js +0 -49
- package/esm2022/stepper/watt-stepper-step.component.js.map +0 -1
- package/esm2022/stepper/watt-stepper.component.js.map +0 -1
- package/esm2022/table/energinet-watt-table.js +0 -5
- package/esm2022/table/energinet-watt-table.js.map +0 -1
- package/esm2022/table/index.js +0 -21
- package/esm2022/table/index.js.map +0 -1
- package/esm2022/table/watt-table-data-source.js +0 -27
- package/esm2022/table/watt-table-data-source.js.map +0 -1
- package/esm2022/table/watt-table-expand-animation.js +0 -65
- package/esm2022/table/watt-table-expand-animation.js.map +0 -1
- package/esm2022/table/watt-table.component.js.map +0 -1
- package/esm2022/tabs/energinet-watt-tabs.js +0 -5
- package/esm2022/tabs/energinet-watt-tabs.js.map +0 -1
- package/esm2022/tabs/index.js +0 -31
- package/esm2022/tabs/index.js.map +0 -1
- package/esm2022/tabs/watt-link-tab.component.js +0 -34
- package/esm2022/tabs/watt-link-tab.component.js.map +0 -1
- package/esm2022/tabs/watt-link-tabs.component.js +0 -71
- package/esm2022/tabs/watt-link-tabs.component.js.map +0 -1
- package/esm2022/tabs/watt-tab.component.js +0 -42
- package/esm2022/tabs/watt-tab.component.js.map +0 -1
- package/esm2022/tabs/watt-tabs-action.component.js +0 -32
- package/esm2022/tabs/watt-tabs-action.component.js.map +0 -1
- package/esm2022/tabs/watt-tabs.component.js +0 -60
- package/esm2022/tabs/watt-tabs.component.js.map +0 -1
- package/esm2022/text-field/energinet-watt-text-field.js +0 -5
- package/esm2022/text-field/energinet-watt-text-field.js.map +0 -1
- package/esm2022/text-field/index.js +0 -20
- package/esm2022/text-field/index.js.map +0 -1
- package/esm2022/text-field/watt-text-field.component.js.map +0 -1
- package/esm2022/textarea-field/energinet-watt-textarea-field.js +0 -5
- package/esm2022/textarea-field/energinet-watt-textarea-field.js.map +0 -1
- package/esm2022/textarea-field/index.js +0 -20
- package/esm2022/textarea-field/index.js.map +0 -1
- package/esm2022/textarea-field/watt-textarea-field.component.js.map +0 -1
- package/esm2022/toast/energinet-watt-toast.js +0 -5
- package/esm2022/toast/energinet-watt-toast.js.map +0 -1
- package/esm2022/toast/index.js +0 -21
- package/esm2022/toast/index.js.map +0 -1
- package/esm2022/toast/watt-toast.component.js.map +0 -1
- package/esm2022/toast/watt-toast.service.js +0 -51
- package/esm2022/toast/watt-toast.service.js.map +0 -1
- package/esm2022/tooltip/energinet-watt-tooltip.js +0 -5
- package/esm2022/tooltip/energinet-watt-tooltip.js.map +0 -1
- package/esm2022/tooltip/index.js +0 -20
- package/esm2022/tooltip/index.js.map +0 -1
- package/esm2022/tooltip/watt-tooltip.component.js.map +0 -1
- package/esm2022/tooltip/watt-tooltip.directive.js +0 -67
- package/esm2022/tooltip/watt-tooltip.directive.js.map +0 -1
- package/esm2022/utils/css/css-custom-properties.service.js.map +0 -1
- package/esm2022/utils/css/energinet-watt-utils-css.js +0 -5
- package/esm2022/utils/css/energinet-watt-utils-css.js.map +0 -1
- package/esm2022/utils/css/index.js +0 -20
- package/esm2022/utils/css/index.js.map +0 -1
- package/esm2022/utils/intersection-observer/energinet-watt-utils-intersection-observer.js +0 -5
- package/esm2022/utils/intersection-observer/energinet-watt-utils-intersection-observer.js.map +0 -1
- package/esm2022/utils/intersection-observer/index.js +0 -20
- package/esm2022/utils/intersection-observer/index.js.map +0 -1
- package/esm2022/utils/intersection-observer/watt-intersection-observer.service.js.map +0 -1
- package/esm2022/utils/resize-observer/energinet-watt-utils-resize-observer.js +0 -5
- package/esm2022/utils/resize-observer/energinet-watt-utils-resize-observer.js.map +0 -1
- package/esm2022/utils/resize-observer/index.js +0 -21
- package/esm2022/utils/resize-observer/index.js.map +0 -1
- package/esm2022/utils/resize-observer/watt-resize-observer.directive.js +0 -53
- package/esm2022/utils/resize-observer/watt-resize-observer.directive.js.map +0 -1
- package/esm2022/utils/resize-observer/watt-resize-observer.service.js +0 -67
- package/esm2022/utils/resize-observer/watt-resize-observer.service.js.map +0 -1
- package/esm2022/validation-message/energinet-watt-validation-message.js +0 -5
- package/esm2022/validation-message/energinet-watt-validation-message.js.map +0 -1
- package/esm2022/validation-message/index.js +0 -20
- package/esm2022/validation-message/index.js.map +0 -1
- package/esm2022/validation-message/watt-validation-message.component.js.map +0 -1
- package/esm2022/validators/energinet-watt-validators.js +0 -5
- package/esm2022/validators/energinet-watt-validators.js.map +0 -1
- package/esm2022/validators/index.js +0 -20
- package/esm2022/validators/index.js.map +0 -1
- package/esm2022/validators/watt-range.validators.js.map +0 -1
- package/esm2022/vater/energinet-watt-vater.js +0 -5
- package/esm2022/vater/energinet-watt-vater.js.map +0 -1
- package/esm2022/vater/index.js +0 -24
- package/esm2022/vater/index.js.map +0 -1
- package/esm2022/vater/types.js +0 -20
- package/esm2022/vater/types.js.map +0 -1
- package/esm2022/vater/vater-flex.component.js +0 -49
- package/esm2022/vater/vater-flex.component.js.map +0 -1
- package/esm2022/vater/vater-layout.directive.js +0 -65
- package/esm2022/vater/vater-layout.directive.js.map +0 -1
- package/esm2022/vater/vater-spacer.component.js +0 -29
- package/esm2022/vater/vater-spacer.component.js.map +0 -1
- package/esm2022/vater/vater-stack.component.js +0 -42
- package/esm2022/vater/vater-stack.component.js.map +0 -1
- package/esm2022/vater/vater-utility.directive.js +0 -53
- package/esm2022/vater/vater-utility.directive.js.map +0 -1
- package/esm2022/year-field/energinet-watt-year-field.js +0 -5
- package/esm2022/year-field/energinet-watt-year-field.js.map +0 -1
- package/esm2022/year-field/index.js +0 -20
- package/esm2022/year-field/index.js.map +0 -1
- package/esm2022/year-field/watt-year-field.component.js.map +0 -1
- package/esm2022/yearmonth-field/energinet-watt-yearmonth-field.js +0 -5
- package/esm2022/yearmonth-field/energinet-watt-yearmonth-field.js.map +0 -1
- package/esm2022/yearmonth-field/index.js +0 -21
- package/esm2022/yearmonth-field/index.js.map +0 -1
- package/esm2022/yearmonth-field/watt-yearmonth-field.component.js.map +0 -1
- package/esm2022/yearmonth-field/year-month.js +0 -42
- package/esm2022/yearmonth-field/year-month.js.map +0 -1
- package/expandable-card/energinet-watt-expandable-card.d.ts +0 -5
- package/expandable-card/index.d.ts +0 -19
- package/field/energinet-watt-field.d.ts +0 -5
- package/field/index.d.ts +0 -21
- package/field/watt-field-error.component.d.ts +0 -5
- package/field/watt-field-hint.component.d.ts +0 -5
- package/field/watt-field-intl.service.d.ts +0 -8
- package/field/watt-field-warning.component.d.ts +0 -5
- package/field/watt-field.component.d.ts +0 -53
- package/file-field/energinet-watt-file-field.d.ts +0 -5
- package/file-field/index.d.ts +0 -17
- package/file-field/watt-file-field.component.d.ts +0 -10
- package/icon/energinet-watt-icon.d.ts +0 -5
- package/icon/flags/energinet-watt-icon-flags.d.ts +0 -5
- package/icon/flags/index.d.ts +0 -26
- package/icon/flags/watt-flag-ch.d.ts +0 -5
- package/icon/flags/watt-flag-de.d.ts +0 -5
- package/icon/flags/watt-flag-dk.d.ts +0 -5
- package/icon/flags/watt-flag-fi.d.ts +0 -5
- package/icon/flags/watt-flag-gb.d.ts +0 -5
- package/icon/flags/watt-flag-nl.d.ts +0 -5
- package/icon/flags/watt-flag-no.d.ts +0 -5
- package/icon/flags/watt-flag-pl.d.ts +0 -5
- package/icon/flags/watt-flag-se.d.ts +0 -5
- package/icon/flags/watt-flag.d.ts +0 -13
- package/icon/icon.component.d.ts +0 -20
- package/icon/icons.d.ts +0 -95
- package/icon/index.d.ts +0 -17
- package/index.d.ts +0 -17
- package/menu/energinet-watt-menu.d.ts +0 -5
- package/menu/index.d.ts +0 -25
- package/menu/watt-menu-group.component.d.ts +0 -9
- package/menu/watt-menu-item.component.d.ts +0 -9
- package/menu/watt-menu-trigger.directive.d.ts +0 -36
- package/menu/watt-menu.component.d.ts +0 -44
- package/modal/energinet-watt-modal.d.ts +0 -5
- package/modal/index.d.ts +0 -18
- package/modal/watt-modal.component.d.ts +0 -84
- package/modal/watt-modal.service.d.ts +0 -56
- package/paginator/energinet-watt-paginator.d.ts +0 -5
- package/paginator/index.d.ts +0 -18
- package/paginator/watt-paginator-intl.service.d.ts +0 -14
- package/paginator/watt-paginator.component.d.ts +0 -53
- package/phone-field/energinet-watt-phone-field.d.ts +0 -5
- package/phone-field/index.d.ts +0 -18
- package/phone-field/watt-phone-field-intl.service.d.ts +0 -17
- package/phone-field/watt-phone-field.component.d.ts +0 -75
- package/picker/__shared/energinet-watt-picker-__shared.d.ts +0 -5
- package/picker/__shared/index.d.ts +0 -19
- package/picker/__shared/placeholder-mask/watt-placeholder-mask.component.d.ts +0 -34
- package/picker/__shared/watt-picker-value.d.ts +0 -18
- package/picker/datepicker/energinet-watt-picker-datepicker.d.ts +0 -5
- package/picker/datepicker/index.d.ts +0 -19
- package/picker/datepicker/watt-datepicker-intl.service.d.ts +0 -7
- package/picker/datepicker/watt-datepicker.component.d.ts +0 -95
- package/picker/timepicker/energinet-watt-picker-timepicker.d.ts +0 -5
- package/picker/timepicker/index.d.ts +0 -17
- package/picker/timepicker/maskito-time-range-mask.d.ts +0 -18
- package/progress-tracker/energinet-watt-progress-tracker.d.ts +0 -5
- package/progress-tracker/index.d.ts +0 -20
- package/progress-tracker/watt-progress-tracker-step.component.d.ts +0 -10
- package/progress-tracker/watt-progress-tracker.component.d.ts +0 -5
- package/query-params/energinet-watt-query-params.d.ts +0 -5
- package/query-params/index.d.ts +0 -17
- package/radio/energinet-watt-radio.d.ts +0 -5
- package/radio/index.d.ts +0 -18
- package/radio/watt-radio-group.component.d.ts +0 -47
- package/radio/watt-radio.component.d.ts +0 -23
- package/search/energinet-watt-search.d.ts +0 -5
- package/search/index.d.ts +0 -17
- package/search/watt-search.component.d.ts +0 -44
- package/segmented-buttons/energinet-watt-segmented-buttons.d.ts +0 -5
- package/segmented-buttons/index.d.ts +0 -21
- package/segmented-buttons/watt-segmented-button.component.d.ts +0 -25
- package/segmented-buttons/watt-segmented-buttons.component.d.ts +0 -18
- package/shell/energinet-watt-shell.d.ts +0 -5
- package/shell/index.d.ts +0 -18
- package/shell/nav-list/index.d.ts +0 -18
- package/shell/nav-list/watt-expand-on-active-link.directive.d.ts +0 -9
- package/shell/nav-list/watt-nav-list-item.component.d.ts +0 -16
- package/shell/nav-list/watt-nav-list.component.d.ts +0 -12
- package/shell/shell.component.d.ts +0 -17
- package/slide-toggle/energinet-watt-slide-toggle.d.ts +0 -5
- package/slide-toggle/index.d.ts +0 -17
- package/slide-toggle/watt-slide-toggle.component.d.ts +0 -33
- package/slider/energinet-watt-slider.d.ts +0 -5
- package/slider/index.d.ts +0 -17
- package/slider/watt-slider.component.d.ts +0 -47
- package/spinner/energinet-watt-spinner.d.ts +0 -5
- package/spinner/index.d.ts +0 -17
- package/spinner/watt-spinner.component.d.ts +0 -15
- package/stepper/energinet-watt-stepper.d.ts +0 -5
- package/stepper/index.d.ts +0 -18
- package/stepper/watt-stepper-step.component.d.ts +0 -35
- package/stepper/watt-stepper.component.d.ts +0 -40
- package/table/energinet-watt-table.d.ts +0 -5
- package/table/index.d.ts +0 -18
- package/table/watt-table-data-source.d.ts +0 -39
- package/table/watt-table-expand-animation.d.ts +0 -18
- package/tabs/energinet-watt-tabs.d.ts +0 -5
- package/tabs/index.d.ts +0 -26
- package/tabs/watt-link-tab.component.d.ts +0 -7
- package/tabs/watt-link-tabs.component.d.ts +0 -7
- package/tabs/watt-tab.component.d.ts +0 -26
- package/tabs/watt-tabs-action.component.d.ts +0 -5
- package/tabs/watt-tabs.component.d.ts +0 -36
- package/text-field/energinet-watt-text-field.d.ts +0 -5
- package/text-field/index.d.ts +0 -17
- package/text-field/watt-text-field.component.d.ts +0 -80
- package/textarea-field/energinet-watt-textarea-field.d.ts +0 -5
- package/textarea-field/index.d.ts +0 -17
- package/textarea-field/watt-textarea-field.component.d.ts +0 -28
- package/toast/energinet-watt-toast.d.ts +0 -5
- package/toast/index.d.ts +0 -19
- package/toast/watt-toast.service.d.ts +0 -12
- package/tooltip/energinet-watt-tooltip.d.ts +0 -5
- package/tooltip/index.d.ts +0 -17
- package/tooltip/watt-tooltip.component.d.ts +0 -26
- package/tooltip/watt-tooltip.directive.d.ts +0 -16
- package/utils/css/energinet-watt-utils-css.d.ts +0 -5
- package/utils/css/index.d.ts +0 -17
- package/utils/intersection-observer/energinet-watt-utils-intersection-observer.d.ts +0 -5
- package/utils/intersection-observer/index.d.ts +0 -17
- package/utils/resize-observer/energinet-watt-utils-resize-observer.d.ts +0 -5
- package/utils/resize-observer/index.d.ts +0 -18
- package/utils/resize-observer/watt-resize-observer.service.d.ts +0 -22
- package/validation-message/energinet-watt-validation-message.d.ts +0 -5
- package/validation-message/index.d.ts +0 -17
- package/validation-message/watt-validation-message.component.d.ts +0 -50
- package/validators/energinet-watt-validators.d.ts +0 -5
- package/validators/index.d.ts +0 -17
- package/vater/energinet-watt-vater.d.ts +0 -5
- package/vater/index.d.ts +0 -21
- package/vater/types.d.ts +0 -22
- package/vater/vater-flex.component.d.ts +0 -14
- package/vater/vater-layout.directive.d.ts +0 -24
- package/vater/vater-spacer.component.d.ts +0 -5
- package/vater/vater-stack.component.d.ts +0 -7
- package/vater/vater-utility.directive.d.ts +0 -17
- package/year-field/energinet-watt-year-field.d.ts +0 -5
- package/year-field/index.d.ts +0 -17
- package/year-field/watt-year-field.component.d.ts +0 -56
- package/yearmonth-field/energinet-watt-yearmonth-field.d.ts +0 -5
- package/yearmonth-field/index.d.ts +0 -18
- package/yearmonth-field/watt-yearmonth-field.component.d.ts +0 -58
- package/yearmonth-field/year-month.d.ts +0 -20
package/{query-params/watt-query-params.directive.d.ts → types/energinet-watt-query-params.d.ts}
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import * as i0 from
|
|
2
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class WattQueryParamsDirective {
|
|
3
4
|
private router;
|
|
4
5
|
private route;
|
|
5
6
|
private formGroup;
|
|
@@ -7,3 +8,5 @@ export declare class WattQueryParamsDirective {
|
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<WattQueryParamsDirective, never>;
|
|
8
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<WattQueryParamsDirective, "[formGroup][wattQueryParams]", never, {}, {}, never, never, true, never>;
|
|
9
10
|
}
|
|
11
|
+
|
|
12
|
+
export { WattQueryParamsDirective };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
+
|
|
4
|
+
declare class WattRadioComponent<T> implements ControlValueAccessor {
|
|
5
|
+
/** The name of the radio button. Prefer using `<watt-radio-group>` over this. */
|
|
6
|
+
group: _angular_core.InputSignal<string | undefined>;
|
|
7
|
+
name: _angular_core.WritableSignal<string | undefined>;
|
|
8
|
+
/** Value of the radio button. */
|
|
9
|
+
value: _angular_core.InputSignal<T>;
|
|
10
|
+
/** Whether the radio is disabled. */
|
|
11
|
+
disabled: _angular_core.ModelSignal<boolean>;
|
|
12
|
+
/** Whether the radio is checked. */
|
|
13
|
+
checked: _angular_core.ModelSignal<boolean>;
|
|
14
|
+
/** Emits only when the radio is checked. Never emits when unchecked. */
|
|
15
|
+
isChecked: _angular_core.OutputEmitterRef<void>;
|
|
16
|
+
/** Emits when the radio is touched. */
|
|
17
|
+
touched: _angular_core.OutputEmitterRef<void>;
|
|
18
|
+
writeValue: (value: T | null | undefined) => void;
|
|
19
|
+
setDisabledState: (isDisabled: boolean) => void;
|
|
20
|
+
registerOnTouched: (fn: () => void) => _angular_core.OutputRefSubscription;
|
|
21
|
+
registerOnChange: (fn: (value: T | null | undefined) => void) => _angular_core.OutputRefSubscription;
|
|
22
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattRadioComponent<any>, never>;
|
|
23
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattRadioComponent<any>, "watt-radio", never, { "group": { "alias": "group"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "disabled": "disabledChange"; "checked": "checkedChange"; "isChecked": "isChecked"; "touched": "touched"; }, never, ["*"], true, never>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare class WattRadioGroupComponent<T> implements ControlValueAccessor {
|
|
27
|
+
/**
|
|
28
|
+
* The field label.
|
|
29
|
+
*/
|
|
30
|
+
label: _angular_core.InputSignal<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* The value of the radio button group.
|
|
33
|
+
*/
|
|
34
|
+
value: _angular_core.ModelSignal<T | null | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Optional input for setting the name of the radio buttons.
|
|
37
|
+
* If no name is provided, the name will be auto-generated.
|
|
38
|
+
*/
|
|
39
|
+
name: _angular_core.InputSignal<string | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* Whether the radio button group is readonly.
|
|
42
|
+
*/
|
|
43
|
+
readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
44
|
+
/**
|
|
45
|
+
* Whether the radio button group is disabled.
|
|
46
|
+
*/
|
|
47
|
+
disabled: _angular_core.ModelSignal<boolean>;
|
|
48
|
+
/**
|
|
49
|
+
* Emits when the radio button group is touched.
|
|
50
|
+
*/
|
|
51
|
+
touched: _angular_core.OutputEmitterRef<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Tracks the FormControl instance bound to the directive.
|
|
54
|
+
*/
|
|
55
|
+
formControl: _angular_core.InputSignal<FormControl<any> | null>;
|
|
56
|
+
private static instance;
|
|
57
|
+
private instance;
|
|
58
|
+
private group;
|
|
59
|
+
private radios;
|
|
60
|
+
protected inheritPropertiesEffect: _angular_core.EffectRef;
|
|
61
|
+
constructor();
|
|
62
|
+
writeValue: (value: T | null | undefined) => void;
|
|
63
|
+
setDisabledState: (isDisabled: boolean) => void;
|
|
64
|
+
registerOnTouched: (fn: () => void) => _angular_core.OutputRefSubscription;
|
|
65
|
+
registerOnChange: (fn: (value: T | null | undefined) => void) => _angular_core.OutputRefSubscription;
|
|
66
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattRadioGroupComponent<any>, never>;
|
|
67
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattRadioGroupComponent<any>, "watt-radio-group", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "formControl": { "alias": "formControl"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "disabled": "disabledChange"; "touched": "touched"; }, ["radios"], ["*"], true, never>;
|
|
68
|
+
}
|
|
69
|
+
declare const WATT_RADIO: readonly [typeof WattRadioGroupComponent, typeof WattRadioComponent];
|
|
70
|
+
|
|
71
|
+
export { WATT_RADIO, WattRadioComponent, WattRadioGroupComponent };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { WattIconSize } from '@energinet/watt/icon';
|
|
5
|
+
|
|
6
|
+
declare class WattSearchComponent {
|
|
7
|
+
/**
|
|
8
|
+
* @ignore
|
|
9
|
+
*/
|
|
10
|
+
input: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
label: _angular_core.InputSignal<string>;
|
|
15
|
+
/**
|
|
16
|
+
* @ignore
|
|
17
|
+
*/
|
|
18
|
+
debounceTime: _angular_core.InputSignal<number>;
|
|
19
|
+
/**
|
|
20
|
+
* If true, trims whitespace from the search value before emitting.
|
|
21
|
+
*/
|
|
22
|
+
trim: _angular_core.InputSignal<boolean>;
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
search$: BehaviorSubject<string>;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
search: _angular_core.OutputRef<string>;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
size: _angular_core.InputSignal<WattIconSize>;
|
|
35
|
+
/**
|
|
36
|
+
* Handles input event, optionally trimming the value.
|
|
37
|
+
*/
|
|
38
|
+
onInput(value: string): void;
|
|
39
|
+
/**
|
|
40
|
+
* @ignore
|
|
41
|
+
*/
|
|
42
|
+
clear(): void;
|
|
43
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSearchComponent, never>;
|
|
44
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSearchComponent, "watt-search", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "debounceTime": { "alias": "debounceTime"; "required": false; "isSignal": true; }; "trim": { "alias": "trim"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "search": "search"; }, never, never, true, never>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export { WattSearchComponent };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
declare class WattSegmentedButtonComponent {
|
|
6
|
+
templateRef: _angular_core.Signal<TemplateRef<unknown>>;
|
|
7
|
+
value: _angular_core.InputSignal<string | undefined>;
|
|
8
|
+
link: _angular_core.InputSignal<string | undefined>;
|
|
9
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSegmentedButtonComponent, never>;
|
|
10
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSegmentedButtonComponent, "watt-segmented-button", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "link": { "alias": "link"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Segmented buttons.
|
|
15
|
+
*/
|
|
16
|
+
declare class WattSegmentedButtonsComponent implements ControlValueAccessor {
|
|
17
|
+
private element;
|
|
18
|
+
segmentedButtonElements: _angular_core.Signal<readonly WattSegmentedButtonComponent[]>;
|
|
19
|
+
selected: _angular_core.ModelSignal<string>;
|
|
20
|
+
disabled: _angular_core.WritableSignal<boolean>;
|
|
21
|
+
writeValue(selected: string): void;
|
|
22
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
23
|
+
registerOnTouched(fn: (value: boolean) => void): void;
|
|
24
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
25
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSegmentedButtonsComponent, never>;
|
|
26
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSegmentedButtonsComponent, "watt-segmented-buttons", never, { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "selected": "selectedChange"; }, ["segmentedButtonElements"], never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @license
|
|
31
|
+
* Copyright 2020 Energinet DataHub A/S
|
|
32
|
+
*
|
|
33
|
+
* Licensed under the Apache License, Version 2.0 (the "License2");
|
|
34
|
+
* you may not use this file except in compliance with the License.
|
|
35
|
+
* You may obtain a copy of the License at
|
|
36
|
+
*
|
|
37
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
38
|
+
*
|
|
39
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
40
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
41
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
42
|
+
* See the License for the specific language governing permissions and
|
|
43
|
+
* limitations under the License.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
declare const WATT_SEGMENTED_BUTTONS: readonly [typeof WattSegmentedButtonsComponent, typeof WattSegmentedButtonComponent];
|
|
47
|
+
|
|
48
|
+
export { WATT_SEGMENTED_BUTTONS, WattSegmentedButtonComponent, WattSegmentedButtonsComponent };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class WattShellComponent {
|
|
4
|
+
private breakpointObserver;
|
|
5
|
+
private router;
|
|
6
|
+
private readonly sidenav;
|
|
7
|
+
/**
|
|
8
|
+
* @ignore
|
|
9
|
+
*/
|
|
10
|
+
private onNavigationEnd$;
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
isHandset: _angular_core.Signal<boolean | undefined>;
|
|
15
|
+
constructor();
|
|
16
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattShellComponent, never>;
|
|
17
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattShellComponent, "watt-shell", never, {}, {}, never, ["[watt-shell-sidenav]", "[watt-shell-toolbar]", "*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class WattNavListItemComponent {
|
|
21
|
+
link: _angular_core.InputSignal<string>;
|
|
22
|
+
target: _angular_core.InputSignal<"_self" | "_blank" | "_parent" | "_top">;
|
|
23
|
+
isActive: _angular_core.OutputEmitterRef<boolean>;
|
|
24
|
+
/**
|
|
25
|
+
* @ignore
|
|
26
|
+
*/
|
|
27
|
+
isExternalLink: _angular_core.Signal<boolean>;
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
onRouterLinkActive(isActive: boolean): void;
|
|
32
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattNavListItemComponent, never>;
|
|
33
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattNavListItemComponent, "watt-nav-list-item", never, { "link": { "alias": "link"; "required": true; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "isActive": "isActive"; }, never, ["*"], true, never>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class WattNavListComponent {
|
|
37
|
+
/**
|
|
38
|
+
* @ignore
|
|
39
|
+
*/
|
|
40
|
+
navListItemComponents: _angular_core.Signal<readonly WattNavListItemComponent[]>;
|
|
41
|
+
expandable: _angular_core.InputSignal<boolean>;
|
|
42
|
+
title: _angular_core.InputSignal<string>;
|
|
43
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattNavListComponent, never>;
|
|
44
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattNavListComponent, "watt-nav-list", never, { "expandable": { "alias": "expandable"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, ["navListItemComponents"], ["*"], true, never>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export { WattNavListComponent, WattNavListItemComponent, WattShellComponent };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Slide toggle
|
|
6
|
+
*/
|
|
7
|
+
declare class WattSlideToggleComponent implements ControlValueAccessor {
|
|
8
|
+
private element;
|
|
9
|
+
checked: _angular_core.ModelSignal<boolean>;
|
|
10
|
+
isDisabled: _angular_core.WritableSignal<boolean>;
|
|
11
|
+
required: _angular_core.InputSignal<boolean>;
|
|
12
|
+
writeValue(checked: boolean): void;
|
|
13
|
+
registerOnChange(fn: (value: boolean) => void): void;
|
|
14
|
+
registerOnTouched(fn: (value: boolean) => void): void;
|
|
15
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
16
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSlideToggleComponent, never>;
|
|
17
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSlideToggleComponent, "watt-slide-toggle", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; }, never, ["*"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { WattSlideToggleComponent };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface WattSliderValue {
|
|
5
|
+
min: number;
|
|
6
|
+
max: number;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Slider for providing a range of values.
|
|
10
|
+
*/
|
|
11
|
+
declare class WattSliderComponent {
|
|
12
|
+
private readonly colorService;
|
|
13
|
+
private readonly destroyRef;
|
|
14
|
+
/** The lowest permitted value. */
|
|
15
|
+
readonly min: _angular_core.InputSignal<number>;
|
|
16
|
+
/** The highest permitted value. */
|
|
17
|
+
readonly max: _angular_core.InputSignal<number>;
|
|
18
|
+
/** Step between each value. */
|
|
19
|
+
readonly step: _angular_core.InputSignal<number>;
|
|
20
|
+
/** The currently selected range value. */
|
|
21
|
+
readonly value: _angular_core.InputSignal<WattSliderValue | undefined>;
|
|
22
|
+
readonly currentValue: _angular_core.Signal<WattSliderValue>;
|
|
23
|
+
readonly maxRange: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
24
|
+
readonly minRange: _angular_core.Signal<ElementRef<HTMLInputElement>>;
|
|
25
|
+
readonly valueChange: _angular_core.OutputEmitterRef<WattSliderValue>;
|
|
26
|
+
readonly sliderColor: string;
|
|
27
|
+
readonly rangeColor: string;
|
|
28
|
+
constructor();
|
|
29
|
+
private updateRange;
|
|
30
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSliderComponent, never>;
|
|
31
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSliderComponent, "watt-slider", never, { "min": { "alias": "min"; "required": true; "isSignal": true; }; "max": { "alias": "max"; "required": true; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { WattSliderComponent };
|
|
35
|
+
export type { WattSliderValue };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Usage:
|
|
5
|
+
* `import { WattSpinnerComponent } from '@energinet/watt/spinner';`
|
|
6
|
+
*/
|
|
7
|
+
declare class WattSpinnerComponent {
|
|
8
|
+
/**
|
|
9
|
+
* @ignore
|
|
10
|
+
*/
|
|
11
|
+
diameterSize: _angular_core.Signal<string>;
|
|
12
|
+
diameter: _angular_core.InputSignal<number>;
|
|
13
|
+
strokeWidth: _angular_core.InputSignal<number>;
|
|
14
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattSpinnerComponent, never>;
|
|
15
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattSpinnerComponent, "watt-spinner", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { WattSpinnerComponent };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { TemplateRef, AfterViewInit, EventEmitter, QueryList } from '@angular/core';
|
|
3
|
+
import { CdkStep, StepperSelectionEvent } from '@angular/cdk/stepper';
|
|
4
|
+
export { CdkStep as WattStep } from '@angular/cdk/stepper';
|
|
5
|
+
import { MatStep, MatStepper } from '@angular/material/stepper';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
|
|
8
|
+
declare class WattStepperStepComponent extends MatStep {
|
|
9
|
+
readonly templateRef: _angular_core.Signal<TemplateRef<unknown> | undefined>;
|
|
10
|
+
nextButtonLabel: _angular_core.InputSignal<string | undefined>;
|
|
11
|
+
disableNextButton: _angular_core.InputSignal<boolean>;
|
|
12
|
+
loadingNextButton: _angular_core.InputSignal<boolean>;
|
|
13
|
+
previousButtonLabel: _angular_core.InputSignal<string | undefined>;
|
|
14
|
+
enabled: _angular_core.InputSignal<boolean>;
|
|
15
|
+
disablePreviousButton: _angular_core.InputSignal<boolean>;
|
|
16
|
+
entering: _angular_core.OutputEmitterRef<CdkStep>;
|
|
17
|
+
leaving: _angular_core.OutputEmitterRef<CdkStep>;
|
|
18
|
+
next: _angular_core.OutputEmitterRef<void>;
|
|
19
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattStepperStepComponent, never>;
|
|
20
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattStepperStepComponent, "watt-stepper-step", never, { "nextButtonLabel": { "alias": "nextButtonLabel"; "required": false; "isSignal": true; }; "disableNextButton": { "alias": "disableNextButton"; "required": false; "isSignal": true; }; "loadingNextButton": { "alias": "loadingNextButton"; "required": false; "isSignal": true; }; "previousButtonLabel": { "alias": "previousButtonLabel"; "required": false; "isSignal": true; }; "enabled": { "alias": "enabled"; "required": false; "isSignal": true; }; "disablePreviousButton": { "alias": "disablePreviousButton"; "required": false; "isSignal": true; }; }, { "entering": "entering"; "leaving": "leaving"; "next": "next"; }, never, ["*"], true, never>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @license
|
|
25
|
+
* Copyright 2020 Energinet DataHub A/S
|
|
26
|
+
*
|
|
27
|
+
* Licensed under the Apache License, Version 2.0 (the "License2");
|
|
28
|
+
* you may not use this file except in compliance with the License.
|
|
29
|
+
* You may obtain a copy of the License at
|
|
30
|
+
*
|
|
31
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
32
|
+
*
|
|
33
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
34
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
35
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36
|
+
* See the License for the specific language governing permissions and
|
|
37
|
+
* limitations under the License.
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
declare class WattStepperComponent extends MatStepper implements AfterViewInit {
|
|
41
|
+
completed: EventEmitter<void>;
|
|
42
|
+
isCompleting: boolean;
|
|
43
|
+
_steps: QueryList<WattStepperStepComponent>;
|
|
44
|
+
stepper: MatStepper;
|
|
45
|
+
selectedIndexChanged$: Observable<StepperSelectionEvent>;
|
|
46
|
+
onFirstStep$: Observable<boolean>;
|
|
47
|
+
onLastStep$: Observable<boolean>;
|
|
48
|
+
private destroyRef;
|
|
49
|
+
reset(): void;
|
|
50
|
+
ngAfterViewInit(): void;
|
|
51
|
+
nextStep(step: WattStepperStepComponent): void;
|
|
52
|
+
previousStep(): void;
|
|
53
|
+
complete(): void;
|
|
54
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattStepperComponent, never>;
|
|
55
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattStepperComponent, "watt-stepper", never, { "isCompleting": { "alias": "isCompleting"; "required": false; }; }, { "completed": "completed"; }, ["_steps"], never, true, never>;
|
|
56
|
+
}
|
|
57
|
+
declare const WATT_STEPPER: (typeof WattStepperStepComponent | typeof WattStepperComponent)[];
|
|
58
|
+
|
|
59
|
+
export { WATT_STEPPER, WattStepperComponent, WattStepperStepComponent };
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import { DataSource } from '@angular/cdk/collections';
|
|
2
|
+
import { MatPaginator } from '@angular/material/paginator';
|
|
3
|
+
import { MatSort, SortDirection, Sort } from '@angular/material/sort';
|
|
4
|
+
import { MatTableDataSource } from '@angular/material/table';
|
|
5
|
+
import * as _angular_core from '@angular/core';
|
|
6
|
+
import { Signal, TrackByFunction, TemplateRef, ElementRef } from '@angular/core';
|
|
7
|
+
import { KeyValue } from '@angular/common';
|
|
8
|
+
import { Subject } from 'rxjs';
|
|
9
|
+
|
|
1
10
|
/**
|
|
2
11
|
* @license
|
|
3
12
|
* Copyright 2020 Energinet DataHub A/S
|
|
@@ -14,16 +23,28 @@
|
|
|
14
23
|
* See the License for the specific language governing permissions and
|
|
15
24
|
* limitations under the License.
|
|
16
25
|
*/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
interface IWattTableDataSource<T> extends DataSource<T> {
|
|
28
|
+
data: T[];
|
|
29
|
+
filter: string;
|
|
30
|
+
filteredData: T[];
|
|
31
|
+
paginator: MatPaginator | null | undefined;
|
|
32
|
+
sort: MatSort | null | undefined;
|
|
33
|
+
totalCount: number;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @see https://material.angular.dev/components/table/api#MatTableDataSource
|
|
37
|
+
*/
|
|
38
|
+
declare class WattTableDataSource<T> extends MatTableDataSource<T> implements IWattTableDataSource<T> {
|
|
39
|
+
constructor(initialData?: T[], config?: {
|
|
40
|
+
disableClientSideSort: boolean;
|
|
41
|
+
});
|
|
42
|
+
get totalCount(): number;
|
|
43
|
+
}
|
|
44
|
+
/** Convenience method for creating a data source from reactive input. */
|
|
45
|
+
declare const dataSource: <T>(computation: () => T[]) => WattTableDataSource<T>;
|
|
46
|
+
|
|
47
|
+
interface WattTableColumn<T> {
|
|
27
48
|
/**
|
|
28
49
|
* The data that this column should be bound to, either as a property of `T`
|
|
29
50
|
* or derived from each row of `T` using an accessor function. Use `null`
|
|
@@ -98,7 +119,7 @@ export interface WattTableColumn<T> {
|
|
|
98
119
|
/**
|
|
99
120
|
* Configuration for the footer cell of a column.
|
|
100
121
|
*/
|
|
101
|
-
|
|
122
|
+
interface WattTableColumnFooter {
|
|
102
123
|
/**
|
|
103
124
|
* The value that will be displayed in the footer cell.
|
|
104
125
|
*/
|
|
@@ -111,7 +132,7 @@ export interface WattTableColumnFooter {
|
|
|
111
132
|
/**
|
|
112
133
|
* Record for defining columns with keys used as column identifiers.
|
|
113
134
|
*/
|
|
114
|
-
|
|
135
|
+
type WattTableColumnDef<T> = Record<string, WattTableColumn<T>>;
|
|
115
136
|
interface WattTableCellContext<T> {
|
|
116
137
|
$implicit: T;
|
|
117
138
|
index: number;
|
|
@@ -119,102 +140,102 @@ interface WattTableCellContext<T> {
|
|
|
119
140
|
interface WattTableToolbarContext<T> {
|
|
120
141
|
$implicit: T;
|
|
121
142
|
}
|
|
122
|
-
|
|
143
|
+
declare class WattTableCellDirective<T> {
|
|
123
144
|
templateRef: TemplateRef<any>;
|
|
124
145
|
/**
|
|
125
146
|
* The WattTableColumn this template applies to.
|
|
126
147
|
*/
|
|
127
|
-
readonly column:
|
|
148
|
+
readonly column: _angular_core.InputSignal<WattTableColumn<T>>;
|
|
128
149
|
/**
|
|
129
150
|
* Optional header text for the column.
|
|
130
151
|
*/
|
|
131
|
-
readonly header:
|
|
152
|
+
readonly header: _angular_core.InputSignal<string | undefined>;
|
|
132
153
|
static ngTemplateContextGuard<T>(_directive: WattTableCellDirective<T>, context: unknown): context is WattTableCellContext<T>;
|
|
133
|
-
static ɵfac:
|
|
134
|
-
static ɵdir:
|
|
154
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattTableCellDirective<any>, never>;
|
|
155
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<WattTableCellDirective<any>, "[wattTableCell]", never, { "column": { "alias": "wattTableCell"; "required": true; "isSignal": true; }; "header": { "alias": "wattTableCellHeader"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
135
156
|
}
|
|
136
|
-
|
|
157
|
+
declare class WattTableToolbarDirective<T> {
|
|
137
158
|
templateRef: TemplateRef<any>;
|
|
138
159
|
static ngTemplateContextGuard<T>(_directive: WattTableToolbarDirective<T>, context: unknown): context is WattTableToolbarContext<T[]>;
|
|
139
|
-
static ɵfac:
|
|
140
|
-
static ɵdir:
|
|
160
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattTableToolbarDirective<any>, never>;
|
|
161
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<WattTableToolbarDirective<any>, "[wattTableToolbar]", never, {}, {}, never, never, true, never>;
|
|
141
162
|
}
|
|
142
163
|
/**
|
|
143
164
|
* Usage:
|
|
144
165
|
* `import { WATT_TABLE } from '@energinet/watt/table';`
|
|
145
166
|
*/
|
|
146
|
-
|
|
167
|
+
declare class WattTableComponent<T> {
|
|
147
168
|
/**
|
|
148
169
|
* The table's source of data. Property should not be changed after
|
|
149
170
|
* initialization, instead update the data on the instance itself.
|
|
150
171
|
*/
|
|
151
|
-
readonly dataSource:
|
|
172
|
+
readonly dataSource: _angular_core.InputSignal<IWattTableDataSource<T>>;
|
|
152
173
|
/**
|
|
153
174
|
* Column definition record with keys representing the column identifiers
|
|
154
175
|
* and values being the column configuration. The order of the columns
|
|
155
176
|
* is determined by the property order, but can be overruled by the
|
|
156
177
|
* `displayedColumns` input.
|
|
157
178
|
*/
|
|
158
|
-
readonly columns:
|
|
179
|
+
readonly columns: _angular_core.InputSignal<WattTableColumnDef<T>>;
|
|
159
180
|
/**
|
|
160
181
|
* Used for hiding or reordering columns defined in the `columns` input.
|
|
161
182
|
*/
|
|
162
|
-
readonly displayedColumns:
|
|
183
|
+
readonly displayedColumns: _angular_core.InputSignal<string[] | undefined>;
|
|
163
184
|
/**
|
|
164
185
|
* Used for disabling the table. This will disable all user interaction
|
|
165
186
|
*/
|
|
166
|
-
readonly disabled:
|
|
187
|
+
readonly disabled: _angular_core.InputSignal<boolean>;
|
|
167
188
|
/**
|
|
168
189
|
* Provide a description of the table for visually impaired users.
|
|
169
190
|
*/
|
|
170
|
-
readonly description:
|
|
191
|
+
readonly description: _angular_core.InputSignal<string>;
|
|
171
192
|
/**
|
|
172
193
|
* If set to `true`, the table will show a loading indicator
|
|
173
194
|
* when there is no data.
|
|
174
195
|
*/
|
|
175
|
-
readonly loading:
|
|
196
|
+
readonly loading: _angular_core.InputSignal<boolean>;
|
|
176
197
|
/**
|
|
177
198
|
* If true the footer will be sticky
|
|
178
199
|
*/
|
|
179
|
-
readonly stickyFooter:
|
|
200
|
+
readonly stickyFooter: _angular_core.InputSignal<boolean>;
|
|
180
201
|
/**
|
|
181
202
|
* Optional callback for determining header text for columns that
|
|
182
203
|
* do not have a static header text set in the column definition.
|
|
183
204
|
* Useful for providing translations of column headers.
|
|
184
205
|
*/
|
|
185
|
-
readonly resolveHeader:
|
|
206
|
+
readonly resolveHeader: _angular_core.InputSignal<((key: string) => string) | undefined>;
|
|
186
207
|
/**
|
|
187
208
|
* Identifier for column that should be sorted initially.
|
|
188
209
|
*/
|
|
189
|
-
readonly sortBy:
|
|
210
|
+
readonly sortBy: _angular_core.InputSignal<string>;
|
|
190
211
|
/**
|
|
191
212
|
* The sort direction of the initially sorted column.
|
|
192
213
|
*/
|
|
193
|
-
readonly sortDirection:
|
|
214
|
+
readonly sortDirection: _angular_core.InputSignal<SortDirection>;
|
|
194
215
|
/**
|
|
195
216
|
* Whether to allow the user to clear the sort. Defaults to `true`.
|
|
196
217
|
*/
|
|
197
|
-
readonly sortClear:
|
|
218
|
+
readonly sortClear: _angular_core.InputSignal<boolean>;
|
|
198
219
|
/**
|
|
199
220
|
* Optional function to determine CSS class(es) for each row.
|
|
200
221
|
*/
|
|
201
|
-
readonly rowClass:
|
|
222
|
+
readonly rowClass: _angular_core.InputSignal<((row: T) => string | string[]) | undefined>;
|
|
202
223
|
/**
|
|
203
224
|
* Whether the table should include a checkbox column for row selection.
|
|
204
225
|
*/
|
|
205
|
-
readonly selectable:
|
|
226
|
+
readonly selectable: _angular_core.InputSignal<boolean>;
|
|
206
227
|
/**
|
|
207
228
|
* Sets the selected rows. Only applicable when selectable is `true`.
|
|
208
229
|
*/
|
|
209
|
-
readonly selection:
|
|
230
|
+
readonly selection: _angular_core.ModelSignal<T[]>;
|
|
210
231
|
/**
|
|
211
232
|
* Set to true to disable row hover highlight.
|
|
212
233
|
*/
|
|
213
|
-
readonly suppressRowHoverHighlight:
|
|
234
|
+
readonly suppressRowHoverHighlight: _angular_core.InputSignal<boolean>;
|
|
214
235
|
/**
|
|
215
236
|
* Highlights the currently active row.
|
|
216
237
|
*/
|
|
217
|
-
readonly activeRow:
|
|
238
|
+
readonly activeRow: _angular_core.InputSignal<T | undefined>;
|
|
218
239
|
/**
|
|
219
240
|
* Custom comparator function to determine if two rows are equal.
|
|
220
241
|
*
|
|
@@ -224,23 +245,23 @@ export declare class WattTableComponent<T> {
|
|
|
224
245
|
* as long as the instances remain the same, which may not be the case
|
|
225
246
|
* if row data is recreated or rebuilt from serialization.
|
|
226
247
|
*/
|
|
227
|
-
readonly activeRowComparator:
|
|
248
|
+
readonly activeRowComparator: _angular_core.InputSignal<((currentRow: T, activeRow: T) => boolean) | undefined>;
|
|
228
249
|
/**
|
|
229
250
|
* If set to `true`, the column headers will not be shown. Default is `false`.
|
|
230
251
|
*/
|
|
231
|
-
readonly hideColumnHeaders:
|
|
252
|
+
readonly hideColumnHeaders: _angular_core.InputSignal<boolean>;
|
|
232
253
|
/**
|
|
233
254
|
* Choose from a predefined set of display variants.
|
|
234
255
|
*/
|
|
235
|
-
readonly variant:
|
|
256
|
+
readonly variant: _angular_core.InputSignal<"zebra" | undefined>;
|
|
236
257
|
/**
|
|
237
258
|
* Array of rows that are currently expanded.
|
|
238
259
|
*/
|
|
239
|
-
readonly expanded:
|
|
260
|
+
readonly expanded: _angular_core.ModelSignal<T[]>;
|
|
240
261
|
/**
|
|
241
262
|
* Optional function for uniquely identifying rows.
|
|
242
263
|
*/
|
|
243
|
-
readonly trackBy:
|
|
264
|
+
readonly trackBy: _angular_core.InputSignal<TrackByFunction<T> | keyof T | undefined>;
|
|
244
265
|
/**
|
|
245
266
|
* @ignore
|
|
246
267
|
* The `observed` boolean from the `Subject` is used to determine if a row is
|
|
@@ -251,16 +272,16 @@ export declare class WattTableComponent<T> {
|
|
|
251
272
|
/**
|
|
252
273
|
* Emits whenever a row is clicked.
|
|
253
274
|
*/
|
|
254
|
-
readonly rowClick:
|
|
275
|
+
readonly rowClick: _angular_core.OutputRef<T>;
|
|
255
276
|
/**
|
|
256
277
|
* Event emitted when the user changes the active sort or sort direction.
|
|
257
278
|
*/
|
|
258
|
-
readonly sortChange:
|
|
279
|
+
readonly sortChange: _angular_core.OutputEmitterRef<Sort>;
|
|
259
280
|
protected cells: Signal<readonly WattTableCellDirective<T>[]>;
|
|
260
281
|
protected toolbar: Signal<WattTableToolbarDirective<any> | undefined>;
|
|
261
282
|
protected sort: Signal<MatSort | undefined>;
|
|
262
283
|
protected tableCellElements: Signal<readonly ElementRef<HTMLTableCellElement>[]>;
|
|
263
|
-
protected animationEffect:
|
|
284
|
+
protected animationEffect: _angular_core.AfterRenderRef;
|
|
264
285
|
protected filterSelectionBy: (rows: T[]) => T[];
|
|
265
286
|
protected getSelectionState: () => boolean | null;
|
|
266
287
|
protected checkboxColumn: string;
|
|
@@ -287,8 +308,10 @@ export declare class WattTableComponent<T> {
|
|
|
287
308
|
* Toggles the selection of a row.
|
|
288
309
|
*/
|
|
289
310
|
toggleSelection: (row: T) => void;
|
|
290
|
-
static ɵfac:
|
|
291
|
-
static ɵcmp:
|
|
311
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WattTableComponent<any>, never>;
|
|
312
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WattTableComponent<any>, "watt-table", never, { "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; "columns": { "alias": "columns"; "required": false; "isSignal": true; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "stickyFooter": { "alias": "stickyFooter"; "required": false; "isSignal": true; }; "resolveHeader": { "alias": "resolveHeader"; "required": false; "isSignal": true; }; "sortBy": { "alias": "sortBy"; "required": false; "isSignal": true; }; "sortDirection": { "alias": "sortDirection"; "required": false; "isSignal": true; }; "sortClear": { "alias": "sortClear"; "required": false; "isSignal": true; }; "rowClass": { "alias": "rowClass"; "required": false; "isSignal": true; }; "selectable": { "alias": "selectable"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "suppressRowHoverHighlight": { "alias": "suppressRowHoverHighlight"; "required": false; "isSignal": true; }; "activeRow": { "alias": "activeRow"; "required": false; "isSignal": true; }; "activeRowComparator": { "alias": "activeRowComparator"; "required": false; "isSignal": true; }; "hideColumnHeaders": { "alias": "hideColumnHeaders"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; }, { "selection": "selectionChange"; "expanded": "expandedChange"; "rowClick": "rowClick"; "sortChange": "sortChange"; }, ["cells", "toolbar"], never, true, never>;
|
|
292
313
|
}
|
|
293
|
-
|
|
294
|
-
|
|
314
|
+
declare const WATT_TABLE: (typeof WattTableToolbarDirective | typeof WattTableComponent)[];
|
|
315
|
+
|
|
316
|
+
export { WATT_TABLE, WattTableCellDirective, WattTableComponent, WattTableDataSource, WattTableToolbarDirective, dataSource };
|
|
317
|
+
export type { IWattTableDataSource, WattTableColumn, WattTableColumnDef };
|