@fundamental-ngx/ui5-webcomponents 0.58.5 → 0.58.6
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/avatar/index.d.ts +136 -0
- package/avatar-group/index.d.ts +97 -0
- package/bar/index.d.ts +61 -0
- package/breadcrumbs/index.d.ts +58 -0
- package/breadcrumbs-item/index.d.ts +63 -0
- package/busy-indicator/index.d.ts +57 -0
- package/button/index.d.ts +149 -0
- package/button-badge/index.d.ts +29 -0
- package/calendar/index.d.ts +112 -0
- package/calendar-date/index.d.ts +19 -0
- package/calendar-date-range/index.d.ts +24 -0
- package/calendar-legend/index.d.ts +53 -0
- package/calendar-legend-item/index.d.ts +22 -0
- package/card/index.d.ts +63 -0
- package/card-header/index.d.ts +62 -0
- package/carousel/index.d.ts +114 -0
- package/check-box/index.d.ts +108 -0
- package/color-palette/index.d.ts +42 -0
- package/color-palette-item/index.d.ts +27 -0
- package/color-palette-popover/index.d.ts +74 -0
- package/color-picker/index.d.ts +35 -0
- package/combo-box/index.d.ts +138 -0
- package/combo-box-item/index.d.ts +22 -0
- package/combo-box-item-group/index.d.ts +75 -0
- package/date-picker/index.d.ts +172 -0
- package/date-range-picker/index.d.ts +192 -0
- package/date-time-picker/index.d.ts +172 -0
- package/dialog/index.d.ts +144 -0
- package/dynamic-date-range/index.d.ts +29 -0
- package/expandable-text/index.d.ts +30 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +161 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +207 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +116 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +109 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +117 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +105 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +219 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +100 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +189 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +110 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +184 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +138 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +80 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +140 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +220 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +258 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +285 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +258 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +226 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +231 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +107 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +96 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +169 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +260 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +219 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +163 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +140 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +230 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +275 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +263 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +162 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +137 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +140 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +227 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +284 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +112 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +220 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +220 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +130 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +164 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +260 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +159 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +187 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +140 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +179 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +134 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +85 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +145 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +89 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +117 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +197 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +143 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +228 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +90 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +207 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +104 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +120 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +92 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +152 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +178 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +87 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +167 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +102 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +224 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +199 -0
- package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
- package/file-uploader/index.d.ts +136 -0
- package/form/index.d.ts +113 -0
- package/form-group/index.d.ts +59 -0
- package/form-item/index.d.ts +48 -0
- package/icon/index.d.ts +67 -0
- package/input/index.d.ts +175 -0
- package/label/index.d.ts +65 -0
- package/link/index.d.ts +149 -0
- package/list/index.d.ts +191 -0
- package/list-item-custom/index.d.ts +99 -0
- package/list-item-group/index.d.ts +75 -0
- package/list-item-standard/index.d.ts +154 -0
- package/menu/index.d.ts +94 -0
- package/menu-item/index.d.ts +183 -0
- package/menu-item-group/index.d.ts +42 -0
- package/menu-separator/index.d.ts +14 -0
- package/message-strip/index.d.ts +72 -0
- package/multi-combo-box/index.d.ts +144 -0
- package/multi-combo-box-item/index.d.ts +26 -0
- package/multi-combo-box-item-group/index.d.ts +75 -0
- package/multi-input/index.d.ts +192 -0
- package/option/index.d.ts +64 -0
- package/option-custom/index.d.ts +55 -0
- package/package.json +425 -1
- package/panel/index.d.ts +87 -0
- package/popover/index.d.ts +135 -0
- package/progress-indicator/index.d.ts +42 -0
- package/radio-button/index.d.ts +88 -0
- package/range-slider/index.d.ts +86 -0
- package/rating-indicator/index.d.ts +66 -0
- package/responsive-popover/index.d.ts +135 -0
- package/segmented-button/index.d.ts +81 -0
- package/segmented-button-item/index.d.ts +79 -0
- package/select/index.d.ts +155 -0
- package/slider/index.d.ts +82 -0
- package/special-calendar-date/index.d.ts +23 -0
- package/split-button/index.d.ts +96 -0
- package/step-input/index.d.ts +115 -0
- package/suggestion-item/index.d.ts +22 -0
- package/suggestion-item-custom/index.d.ts +42 -0
- package/suggestion-item-group/index.d.ts +75 -0
- package/switch/index.d.ts +86 -0
- package/tab/index.d.ts +80 -0
- package/tab-container/index.d.ts +108 -0
- package/tab-separator/index.d.ts +14 -0
- package/table/index.d.ts +117 -0
- package/table-cell/index.d.ts +41 -0
- package/table-growing/index.d.ts +43 -0
- package/table-header-cell/index.d.ts +95 -0
- package/table-header-cell-action-a-i/index.d.ts +19 -0
- package/table-header-row/index.d.ts +45 -0
- package/table-row/index.d.ts +69 -0
- package/table-row-action/index.d.ts +40 -0
- package/table-row-action-navigation/index.d.ts +29 -0
- package/table-selection/index.d.ts +27 -0
- package/table-selection-multi/index.d.ts +31 -0
- package/table-selection-single/index.d.ts +27 -0
- package/table-virtualizer/index.d.ts +37 -0
- package/tag/index.d.ts +76 -0
- package/text/index.d.ts +45 -0
- package/text-area/index.d.ts +150 -0
- package/theming/index.d.ts +11 -0
- package/time-picker/index.d.ts +130 -0
- package/title/index.d.ts +58 -0
- package/toast/index.d.ts +60 -0
- package/toggle-button/index.d.ts +153 -0
- package/token/index.d.ts +47 -0
- package/tokenizer/index.d.ts +87 -0
- package/toolbar/index.d.ts +55 -0
- package/toolbar-button/index.d.ts +112 -0
- package/toolbar-select/index.d.ts +100 -0
- package/toolbar-select-option/index.d.ts +43 -0
- package/toolbar-separator/index.d.ts +24 -0
- package/toolbar-spacer/index.d.ts +30 -0
- package/tree/index.d.ts +123 -0
- package/tree-item/index.d.ts +148 -0
- package/tree-item-custom/index.d.ts +145 -0
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents/dist/DateTimePicker.js';
|
|
4
|
+
import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
5
|
+
import { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';
|
|
6
|
+
|
|
7
|
+
class DateTimePicker {
|
|
8
|
+
constructor() {
|
|
9
|
+
/**
|
|
10
|
+
* Defines a formatted date value.
|
|
11
|
+
*/
|
|
12
|
+
this.value = input("", ...(ngDevMode ? [{ debugName: "value" }] : []));
|
|
13
|
+
/**
|
|
14
|
+
* Defines the value state of the component.
|
|
15
|
+
*/
|
|
16
|
+
this.valueState = input("None", ...(ngDevMode ? [{ debugName: "valueState" }] : []));
|
|
17
|
+
/**
|
|
18
|
+
* Defines whether the component is required.
|
|
19
|
+
*/
|
|
20
|
+
this.required = input(false, ...(ngDevMode ? [{ debugName: "required", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
21
|
+
/**
|
|
22
|
+
* Determines whether the component is displayed as disabled.
|
|
23
|
+
*/
|
|
24
|
+
this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
25
|
+
/**
|
|
26
|
+
* Determines whether the component is displayed as read-only.
|
|
27
|
+
*/
|
|
28
|
+
this.readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
29
|
+
/**
|
|
30
|
+
* Defines a short hint, intended to aid the user with data entry when the
|
|
31
|
+
component has no value.
|
|
32
|
+
|
|
33
|
+
**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
|
|
34
|
+
Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
|
|
35
|
+
*/
|
|
36
|
+
this.placeholder = input(...(ngDevMode ? [undefined, { debugName: "placeholder" }] : []));
|
|
37
|
+
/**
|
|
38
|
+
* Determines the name by which the component will be identified upon submission in an HTML form.
|
|
39
|
+
|
|
40
|
+
**Note:** This property is only applicable within the context of an HTML Form element.
|
|
41
|
+
*/
|
|
42
|
+
this.name = input(...(ngDevMode ? [undefined, { debugName: "name" }] : []));
|
|
43
|
+
/**
|
|
44
|
+
* Defines the visibility of the week numbers column.
|
|
45
|
+
|
|
46
|
+
**Note:** For calendars other than Gregorian,
|
|
47
|
+
the week numbers are not displayed regardless of what is set.
|
|
48
|
+
*/
|
|
49
|
+
this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: "hideWeekNumbers", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
50
|
+
/**
|
|
51
|
+
* Defines the open or closed state of the popover.
|
|
52
|
+
*/
|
|
53
|
+
this.open = input(false, ...(ngDevMode ? [{ debugName: "open", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
54
|
+
/**
|
|
55
|
+
* Defines the aria-label attribute for the component.
|
|
56
|
+
*/
|
|
57
|
+
this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
|
|
58
|
+
/**
|
|
59
|
+
* Receives id(or many ids) of the elements that label the component.
|
|
60
|
+
*/
|
|
61
|
+
this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
|
|
62
|
+
/**
|
|
63
|
+
* Defines the accessible description of the component.
|
|
64
|
+
*/
|
|
65
|
+
this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
|
|
66
|
+
/**
|
|
67
|
+
* Receives id(or many ids) of the elements that describe the input.
|
|
68
|
+
*/
|
|
69
|
+
this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
|
|
70
|
+
/**
|
|
71
|
+
* Sets a calendar type used for display.
|
|
72
|
+
If not set, the calendar type of the global configuration is used.
|
|
73
|
+
*/
|
|
74
|
+
this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "primaryCalendarType" }] : []));
|
|
75
|
+
/**
|
|
76
|
+
* Defines the secondary calendar type.
|
|
77
|
+
If not set, the calendar will only show the primary calendar type.
|
|
78
|
+
*/
|
|
79
|
+
this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "secondaryCalendarType" }] : []));
|
|
80
|
+
/**
|
|
81
|
+
* Determines the format, displayed in the input field.
|
|
82
|
+
*/
|
|
83
|
+
this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: "formatPattern" }] : []));
|
|
84
|
+
/**
|
|
85
|
+
* Determines the format, displayed in the input field.
|
|
86
|
+
*/
|
|
87
|
+
this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: "displayFormat" }] : []));
|
|
88
|
+
/**
|
|
89
|
+
* Determines the format, used for the value attribute.
|
|
90
|
+
*/
|
|
91
|
+
this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: "valueFormat" }] : []));
|
|
92
|
+
/**
|
|
93
|
+
* Determines the minimum date available for selection.
|
|
94
|
+
|
|
95
|
+
**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
96
|
+
*/
|
|
97
|
+
this.minDate = input("", ...(ngDevMode ? [{ debugName: "minDate" }] : []));
|
|
98
|
+
/**
|
|
99
|
+
* Determines the maximum date available for selection.
|
|
100
|
+
|
|
101
|
+
**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
|
|
102
|
+
*/
|
|
103
|
+
this.maxDate = input("", ...(ngDevMode ? [{ debugName: "maxDate" }] : []));
|
|
104
|
+
/**
|
|
105
|
+
* Defines how to calculate calendar weeks and first day of the week.
|
|
106
|
+
If not set, the calendar will be displayed according to the currently set global configuration.
|
|
107
|
+
*/
|
|
108
|
+
this.calendarWeekNumbering = input("Default", ...(ngDevMode ? [{ debugName: "calendarWeekNumbering" }] : [])); // className is now passed
|
|
109
|
+
/**
|
|
110
|
+
* Fired when the input operation has finished by pressing Enter or on focusout.
|
|
111
|
+
*/
|
|
112
|
+
this.ui5Change = output();
|
|
113
|
+
/**
|
|
114
|
+
* Fired when the value of the component is changed at each key stroke.
|
|
115
|
+
*/
|
|
116
|
+
this.ui5Input = output();
|
|
117
|
+
/**
|
|
118
|
+
* Fired before the value state of the component is updated internally.
|
|
119
|
+
The event is preventable, meaning that if it's default action is
|
|
120
|
+
prevented, the component will not update the value state.
|
|
121
|
+
*/
|
|
122
|
+
this.ui5ValueStateChange = output();
|
|
123
|
+
/**
|
|
124
|
+
* Fired after the component's picker is opened.
|
|
125
|
+
*/
|
|
126
|
+
this.ui5Open = output();
|
|
127
|
+
/**
|
|
128
|
+
* Fired after the component's picker is closed.
|
|
129
|
+
*/
|
|
130
|
+
this.ui5Close = output();
|
|
131
|
+
/**
|
|
132
|
+
* Available slots for content projection in this component.
|
|
133
|
+
*
|
|
134
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
135
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
136
|
+
*
|
|
137
|
+
* - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
|
|
138
|
+
|
|
139
|
+
**Note:** If not specified, a default text (in the respective language) will be displayed.
|
|
140
|
+
|
|
141
|
+
**Note:** The `valueStateMessage` would be displayed,
|
|
142
|
+
when the component is in `Information`, `Critical` or `Negative` value state.
|
|
143
|
+
*
|
|
144
|
+
* @example
|
|
145
|
+
* ```html
|
|
146
|
+
* <ui5-datetime-picker>
|
|
147
|
+
* <div slot="header">Custom header content</div>
|
|
148
|
+
* <p>Default slot content</p>
|
|
149
|
+
* </ui5-datetime-picker>
|
|
150
|
+
* ```
|
|
151
|
+
*
|
|
152
|
+
* @readonly
|
|
153
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
154
|
+
*/
|
|
155
|
+
this.slots = [
|
|
156
|
+
{
|
|
157
|
+
"name": "valueStateMessage",
|
|
158
|
+
"description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
|
|
159
|
+
"since": "1.0.0-rc.7"
|
|
160
|
+
}
|
|
161
|
+
];
|
|
162
|
+
this.elementRef = inject(ElementRef);
|
|
163
|
+
this.injector = inject(Injector);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Currently selected date represented as a Local JavaScript Date instance.
|
|
167
|
+
* @readonly This property is managed by the web component.
|
|
168
|
+
*/
|
|
169
|
+
get dateValue() {
|
|
170
|
+
return this.element?.dateValue ?? null;
|
|
171
|
+
}
|
|
172
|
+
get element() {
|
|
173
|
+
return this.elementRef.nativeElement;
|
|
174
|
+
}
|
|
175
|
+
ngAfterViewInit() {
|
|
176
|
+
const wcElement = this.element;
|
|
177
|
+
const inputsToSync = [
|
|
178
|
+
'value',
|
|
179
|
+
'valueState',
|
|
180
|
+
'required',
|
|
181
|
+
'disabled',
|
|
182
|
+
'readonly',
|
|
183
|
+
'placeholder',
|
|
184
|
+
'name',
|
|
185
|
+
'hideWeekNumbers',
|
|
186
|
+
'open',
|
|
187
|
+
'accessibleName',
|
|
188
|
+
'accessibleNameRef',
|
|
189
|
+
'accessibleDescription',
|
|
190
|
+
'accessibleDescriptionRef',
|
|
191
|
+
'primaryCalendarType',
|
|
192
|
+
'secondaryCalendarType',
|
|
193
|
+
'formatPattern',
|
|
194
|
+
'displayFormat',
|
|
195
|
+
'valueFormat',
|
|
196
|
+
'minDate',
|
|
197
|
+
'maxDate',
|
|
198
|
+
'calendarWeekNumbering',
|
|
199
|
+
];
|
|
200
|
+
// Synchronize inputs (properties)
|
|
201
|
+
for (const inputName of inputsToSync) {
|
|
202
|
+
// Find the corresponding camelCase signal property on the Angular component
|
|
203
|
+
const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
|
|
204
|
+
// Use the Injector to run the effect in the correct context
|
|
205
|
+
if (this[signalName] && typeof this[signalName] === 'function') {
|
|
206
|
+
runInInjectionContext(this.injector, () => {
|
|
207
|
+
effect(() => {
|
|
208
|
+
// Read the signal value
|
|
209
|
+
const value = this[signalName]();
|
|
210
|
+
if (wcElement) {
|
|
211
|
+
// Write the value to the Web Component's property
|
|
212
|
+
wcElement[inputName] = value;
|
|
213
|
+
}
|
|
214
|
+
});
|
|
215
|
+
});
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
const outputsToSync = [
|
|
219
|
+
'ui5Change',
|
|
220
|
+
'ui5Input',
|
|
221
|
+
'ui5ValueStateChange',
|
|
222
|
+
'ui5Open',
|
|
223
|
+
'ui5Close',
|
|
224
|
+
];
|
|
225
|
+
// Synchronize outputs (events)
|
|
226
|
+
for (const outputName of outputsToSync) {
|
|
227
|
+
// Map Angular output name to UI5 web component event name
|
|
228
|
+
const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
|
|
229
|
+
// Ensure the output property exists and has an emit function before adding listener
|
|
230
|
+
if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
|
|
231
|
+
// Cast the listener to the correct type to satisfy TypeScript
|
|
232
|
+
wcElement.addEventListener(eventName, (e) => {
|
|
233
|
+
this[outputName].emit(e);
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
239
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: DateTimePicker, isStandalone: true, selector: "ui5-datetime-picker, [ui5-datetime-picker]", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: "valueState", publicName: "valueState", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: "hideWeekNumbers", publicName: "hideWeekNumbers", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, primaryCalendarType: { classPropertyName: "primaryCalendarType", publicName: "primaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, secondaryCalendarType: { classPropertyName: "secondaryCalendarType", publicName: "secondaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, formatPattern: { classPropertyName: "formatPattern", publicName: "formatPattern", isSignal: true, isRequired: false, transformFunction: null }, displayFormat: { classPropertyName: "displayFormat", publicName: "displayFormat", isSignal: true, isRequired: false, transformFunction: null }, valueFormat: { classPropertyName: "valueFormat", publicName: "valueFormat", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, calendarWeekNumbering: { classPropertyName: "calendarWeekNumbering", publicName: "calendarWeekNumbering", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5DateTimePicker"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
240
|
+
}
|
|
241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateTimePicker, decorators: [{
|
|
242
|
+
type: Component,
|
|
243
|
+
args: [{
|
|
244
|
+
standalone: true,
|
|
245
|
+
selector: 'ui5-datetime-picker, [ui5-datetime-picker]',
|
|
246
|
+
template: '<ng-content></ng-content>',
|
|
247
|
+
exportAs: 'ui5DateTimePicker',
|
|
248
|
+
hostDirectives: [GenericControlValueAccessor],
|
|
249
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
250
|
+
}]
|
|
251
|
+
}] });
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Generated bundle index. Do not edit.
|
|
255
|
+
*/
|
|
256
|
+
|
|
257
|
+
export { DateTimePicker };
|
|
258
|
+
//# sourceMappingURL=fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fundamental-ngx-ui5-webcomponents-date-time-picker.mjs","sources":["../tmp-esm2022/date-time-picker/index.js","../tmp-esm2022/date-time-picker/fundamental-ngx-ui5-webcomponents-date-time-picker.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/DateTimePicker.js';\nimport { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@fundamental-ngx/ui5-webcomponents/utils\";\nexport class DateTimePicker {\n constructor() {\n /**\n * Defines a formatted date value.\n */\n this.value = input(\"\", ...(ngDevMode ? [{ debugName: \"value\" }] : []));\n /**\n * Defines the value state of the component.\n */\n this.valueState = input(\"None\", ...(ngDevMode ? [{ debugName: \"valueState\" }] : []));\n /**\n * Defines whether the component is required.\n */\n this.required = input(false, ...(ngDevMode ? [{ debugName: \"required\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as disabled.\n */\n this.disabled = input(false, ...(ngDevMode ? [{ debugName: \"disabled\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as read-only.\n */\n this.readonly = input(false, ...(ngDevMode ? [{ debugName: \"readonly\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines a short hint, intended to aid the user with data entry when the\n component has no value.\n \n **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\n Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n this.placeholder = input(...(ngDevMode ? [undefined, { debugName: \"placeholder\" }] : []));\n /**\n * Determines the name by which the component will be identified upon submission in an HTML form.\n \n **Note:** This property is only applicable within the context of an HTML Form element.\n */\n this.name = input(...(ngDevMode ? [undefined, { debugName: \"name\" }] : []));\n /**\n * Defines the visibility of the week numbers column.\n \n **Note:** For calendars other than Gregorian,\n the week numbers are not displayed regardless of what is set.\n */\n this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: \"hideWeekNumbers\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the open or closed state of the popover.\n */\n this.open = input(false, ...(ngDevMode ? [{ debugName: \"open\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the aria-label attribute for the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Receives id(or many ids) of the elements that label the component.\n */\n this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleNameRef\" }] : []));\n /**\n * Defines the accessible description of the component.\n */\n this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescription\" }] : []));\n /**\n * Receives id(or many ids) of the elements that describe the input.\n */\n this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescriptionRef\" }] : []));\n /**\n * Sets a calendar type used for display.\n If not set, the calendar type of the global configuration is used.\n */\n this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: \"primaryCalendarType\" }] : []));\n /**\n * Defines the secondary calendar type.\n If not set, the calendar will only show the primary calendar type.\n */\n this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: \"secondaryCalendarType\" }] : []));\n /**\n * Determines the format, displayed in the input field.\n */\n this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: \"formatPattern\" }] : []));\n /**\n * Determines the format, displayed in the input field.\n */\n this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: \"displayFormat\" }] : []));\n /**\n * Determines the format, used for the value attribute.\n */\n this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: \"valueFormat\" }] : []));\n /**\n * Determines the minimum date available for selection.\n \n **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).\n */\n this.minDate = input(\"\", ...(ngDevMode ? [{ debugName: \"minDate\" }] : []));\n /**\n * Determines the maximum date available for selection.\n \n **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).\n */\n this.maxDate = input(\"\", ...(ngDevMode ? [{ debugName: \"maxDate\" }] : []));\n /**\n * Defines how to calculate calendar weeks and first day of the week.\n If not set, the calendar will be displayed according to the currently set global configuration.\n */\n this.calendarWeekNumbering = input(\"Default\", ...(ngDevMode ? [{ debugName: \"calendarWeekNumbering\" }] : [])); // className is now passed\n /**\n * Fired when the input operation has finished by pressing Enter or on focusout.\n */\n this.ui5Change = output();\n /**\n * Fired when the value of the component is changed at each key stroke.\n */\n this.ui5Input = output();\n /**\n * Fired before the value state of the component is updated internally.\n The event is preventable, meaning that if it's default action is\n prevented, the component will not update the value state.\n */\n this.ui5ValueStateChange = output();\n /**\n * Fired after the component's picker is opened.\n */\n this.ui5Open = output();\n /**\n * Fired after the component's picker is closed.\n */\n this.ui5Close = output();\n /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.\n \n **Note:** If not specified, a default text (in the respective language) will be displayed.\n \n **Note:** The `valueStateMessage` would be displayed,\n when the component is in `Information`, `Critical` or `Negative` value state.\n *\n * @example\n * ```html\n * <ui5-datetime-picker>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-datetime-picker>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"valueStateMessage\",\n \"description\": \"Defines the value state message that will be displayed as pop up under the component.\\n\\n**Note:** If not specified, a default text (in the respective language) will be displayed.\\n\\n**Note:** The `valueStateMessage` would be displayed,\\nwhen the component is in `Information`, `Critical` or `Negative` value state.\",\n \"since\": \"1.0.0-rc.7\"\n }\n ];\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n /**\n * Currently selected date represented as a Local JavaScript Date instance.\n * @readonly This property is managed by the web component.\n */\n get dateValue() {\n return this.element?.dateValue ?? null;\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'displayFormat',\n 'valueFormat',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n const outputsToSync = [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ];\n // Synchronize outputs (events)\n for (const outputName of outputsToSync) {\n // Map Angular output name to UI5 web component event name\n const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);\n // Ensure the output property exists and has an emit function before adding listener\n if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {\n // Cast the listener to the correct type to satisfy TypeScript\n wcElement.addEventListener(eventName, (e) => {\n this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: DateTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: DateTimePicker, isStandalone: true, selector: \"ui5-datetime-picker, [ui5-datetime-picker]\", inputs: { value: { classPropertyName: \"value\", publicName: \"value\", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: \"valueState\", publicName: \"valueState\", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: \"required\", publicName: \"required\", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: \"disabled\", publicName: \"disabled\", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: \"readonly\", publicName: \"readonly\", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: \"placeholder\", publicName: \"placeholder\", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: \"name\", publicName: \"name\", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: \"hideWeekNumbers\", publicName: \"hideWeekNumbers\", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: \"open\", publicName: \"open\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: \"accessibleNameRef\", publicName: \"accessibleNameRef\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: \"accessibleDescription\", publicName: \"accessibleDescription\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: \"accessibleDescriptionRef\", publicName: \"accessibleDescriptionRef\", isSignal: true, isRequired: false, transformFunction: null }, primaryCalendarType: { classPropertyName: \"primaryCalendarType\", publicName: \"primaryCalendarType\", isSignal: true, isRequired: false, transformFunction: null }, secondaryCalendarType: { classPropertyName: \"secondaryCalendarType\", publicName: \"secondaryCalendarType\", isSignal: true, isRequired: false, transformFunction: null }, formatPattern: { classPropertyName: \"formatPattern\", publicName: \"formatPattern\", isSignal: true, isRequired: false, transformFunction: null }, displayFormat: { classPropertyName: \"displayFormat\", publicName: \"displayFormat\", isSignal: true, isRequired: false, transformFunction: null }, valueFormat: { classPropertyName: \"valueFormat\", publicName: \"valueFormat\", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: \"minDate\", publicName: \"minDate\", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: \"maxDate\", publicName: \"maxDate\", isSignal: true, isRequired: false, transformFunction: null }, calendarWeekNumbering: { classPropertyName: \"calendarWeekNumbering\", publicName: \"calendarWeekNumbering\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: \"ui5Change\", ui5Input: \"ui5Input\", ui5ValueStateChange: \"ui5ValueStateChange\", ui5Open: \"ui5Open\", ui5Close: \"ui5Close\" }, exportAs: [\"ui5DateTimePicker\"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: DateTimePicker, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-datetime-picker, [ui5-datetime-picker]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5DateTimePicker',\n hostDirectives: [GenericControlValueAccessor],\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2RhdGUtdGltZS1waWNrZXIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFDTCxNQUFNLEVBRU4sTUFBTSxFQUNOLHFCQUFxQixFQUNyQixNQUFNLEVBQ04sUUFBUSxFQUNSLGdCQUFnQixFQUdqQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLDJDQUEyQyxDQUFDO0FBR25ELE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDOzs7QUFjdkYsTUFBTSxPQUFPLGNBQWM7SUFUM0I7UUFXRTs7V0FFRztRQUNILFVBQUssR0FBRyxLQUFLLENBQXFELEVBQUUsaURBQUMsQ0FBQztRQUV0RTs7V0FFRztRQUNILGVBQVUsR0FBRyxLQUFLLENBQTBELE1BQU0sc0RBQUMsQ0FBQztRQUVwRjs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7Ozs7O1dBTUc7UUFDSCxnQkFBVyxHQUFHLEtBQUssaUVBQTRELENBQUM7UUFFaEY7Ozs7V0FJRztRQUNILFNBQUksR0FBRyxLQUFLLDBE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VUFBVSxJQUFJLFNBQVMsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO2dCQUNsRyw4REFBOEQ7Z0JBQzlELFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFFMUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFxQixDQUFDLENBQUM7Z0JBQy9DLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFHSCxDQUFDOzhHQTlRVSxjQUFjO2tHQUFkLGNBQWMsaXhHQU5mLDJCQUEyQjs7MkZBTTFCLGNBQWM7a0JBVDFCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSw0Q0FBNEM7b0JBQ3RELFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxtQkFBbUI7b0JBQzdCLGNBQWMsRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUU3QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9EYXRlVGltZVBpY2tlci5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9EYXRlVGltZVBpY2tlciB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L0RhdGVUaW1lUGlja2VyLmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuaW1wb3J0IHsgR2VuZXJpY0NvbnRyb2xWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC91aTUtd2ViY29tcG9uZW50cy91dGlscyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIFZhbHVlU3RhdGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL1ZhbHVlU3RhdGUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBDYWxlbmRhclR5cGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL0NhbGVuZGFyVHlwZS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIENhbGVuZGFyV2Vla051bWJlcmluZyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L3R5cGVzL0NhbGVuZGFyV2Vla051bWJlcmluZy5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1kYXRldGltZS1waWNrZXIsIFt1aTUtZGF0ZXRpbWUtcGlja2VyXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1RGF0ZVRpbWVQaWNrZXInLFxuICBob3N0RGlyZWN0aXZlczogW0dlbmVyaWNDb250cm9sVmFsdWVBY2Nlc3Nvcl0sXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhdGVUaW1lUGlja2VyIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBmb3JtYXR0ZWQgZGF0ZSB2YWx1ZS5cbiAgICovXG4gIHZhbHVlID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUudmFsdWUgfCB1bmRlZmluZWQ+KFwiXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB2YWx1ZSBzdGF0ZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgdmFsdWVTdGF0ZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLnZhbHVlU3RhdGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgcmVxdWlyZWQuXG4gICAqL1xuICByZXF1aXJlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgZGlzcGxheWVkIGFzIGRpc2FibGVkLlxuICAgKi9cbiAgZGlzYWJsZWQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IGlzIGRpc3BsYXllZCBhcyByZWFkLW9ubHkuXG4gICAqL1xuICByZWFkb25seSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHNob3J0IGhpbnQsIGludGVuZGVkIHRvIGFpZCB0aGUgdXNlciB3aXRoIGRhdGEgZW50cnkgd2hlbiB0aGVcbmNvbXBvbmVudCBoYXMgbm8gdmFsdWUuXG5cbioqTm90ZToqKiBXaGVuIG5vIHBsYWNlaG9sZGVyIGlzIHNldCwgdGhlIGZvcm1hdCBwYXR0ZXJuIGlzIGRpc3BsYXllZCBhcyBhIHBsYWNlaG9sZGVyLlxuUGFzc2luZyBhbiBlbXB0eSBzdHJpbmcgYXMgdGhlIHZhbHVlIG9mIHRoaXMgcHJvcGVydHkgd2lsbCBtYWtlIHRoZSBjb21wb25lbnQgYXBwZWFyIGVtcHR5IC0gd2l0aG91dCBwbGFjZWhvbGRlciBvciBmb3JtYXQgcGF0dGVybi5cbiAgICovXG4gIHBsYWNlaG9sZGVyID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUucGxhY2Vob2xkZXIgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG5hbWUgYnkgd2hpY2ggdGhlIGNvbXBvbmVudCB3aWxsIGJlIGlkZW50aWZpZWQgdXBvbiBzdWJtaXNzaW9uIGluIGFuIEhUTUwgZm9ybS5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgaXMgb25seSBhcHBsaWNhYmxlIHdpdGhpbiB0aGUgY29udGV4dCBvZiBhbiBIVE1MIEZvcm0gZWxlbWVudC5cbiAgICovXG4gIG5hbWUgPSBpbnB1dDx0eXBlb2YgX0RhdGVUaW1lUGlja2VyLnByb3RvdHlwZS5uYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB2aXNpYmlsaXR5IG9mIHRoZSB3ZWVrIG51bWJlcnMgY29sdW1uLlxuXG4qKk5vdGU6KiogRm9yIGNhbGVuZGFycyBvdGhlciB0aGFuIEdyZWdvcmlhbixcbnRoZSB3ZWVrIG51bWJlcnMgYXJlIG5vdCBkaXNwbGF5ZWQgcmVnYXJkbGVzcyBvZiB3aGF0IGlzIHNldC5cbiAgICovXG4gIGhpZGVXZWVrTnVtYmVycyA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgb3BlbiBvciBjbG9zZWQgc3RhdGUgb2YgdGhlIHBvcG92ZXIuXG4gICAqL1xuICBvcGVuID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhcmlhLWxhYmVsIGF0dHJpYnV0ZSBmb3IgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVOYW1lID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUuYWNjZXNzaWJsZU5hbWUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIFJlY2VpdmVzIGlkKG9yIG1hbnkgaWRzKSBvZiB0aGUgZWxlbWVudHMgdGhhdCBsYWJlbCB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWVSZWYgPSBpbnB1dDx0eXBlb2YgX0RhdGVUaW1lUGlja2VyLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZVJlZiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUuYWNjZXNzaWJsZURlc2NyaXB0aW9uIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBSZWNlaXZlcyBpZChvciBtYW55IGlkcykgb2YgdGhlIGVsZW1lbnRzIHRoYXQgZGVzY3JpYmUgdGhlIGlucHV0LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUuYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBTZXRzIGEgY2FsZW5kYXIgdHlwZSB1c2VkIGZvciBkaXNwbGF5LlxuSWYgbm90IHNldCwgdGhlIGNhbGVuZGFyIHR5cGUgb2YgdGhlIGdsb2JhbCBjb25maWd1cmF0aW9uIGlzIHVzZWQuXG4gICAqL1xuICBwcmltYXJ5Q2FsZW5kYXJUeXBlID0gaW5wdXQ8dHlwZW9mIF9EYXRlVGltZVBpY2tlci5wcm90b3R5cGUucHJpbWFyeUNhbGVuZGFyVHlwZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgc2Vjb25kYXJ5IGNhbGVuZGFyIHR5cGUuXG5JZiBub3Qgc2V0LCB0aGUgY2FsZW5kYXIgd2lsbCBvbmx5IHNob3cgdGhlIHByaW1hcnkgY2FsZW5kYXIgdHlwZS5cbiAgICovXG4gIHNlY29uZGFyeUNhbGVuZGFyVHlwZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLnNlY29uZGFyeUNhbGVuZGFyVHlwZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB0aGUgZm9ybWF0LCBkaXNwbGF5ZWQgaW4gdGhlIGlucHV0IGZpZWxkLlxuICAgKi9cbiAgZm9ybWF0UGF0dGVybiA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLmZvcm1hdFBhdHRlcm4gfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIGZvcm1hdCwgZGlzcGxheWVkIGluIHRoZSBpbnB1dCBmaWVsZC5cbiAgICovXG4gIGRpc3BsYXlGb3JtYXQgPSBpbnB1dDx0eXBlb2YgX0RhdGVUaW1lUGlja2VyLnByb3RvdHlwZS5kaXNwbGF5Rm9ybWF0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBmb3JtYXQsIHVzZWQgZm9yIHRoZSB2YWx1ZSBhdHRyaWJ1dGUuXG4gICAqL1xuICB2YWx1ZUZvcm1hdCA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLnZhbHVlRm9ybWF0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBtaW5pbXVtIGRhdGUgYXZhaWxhYmxlIGZvciBzZWxlY3Rpb24uXG5cbioqTm90ZToqKiBJZiB0aGUgZm9ybWF0UGF0dGVybiBwcm9wZXJ0eSBpcyBub3Qgc2V0LCB0aGUgbWluRGF0ZSB2YWx1ZSBtdXN0IGJlIHByb3ZpZGVkIGluIHRoZSBJU08gZGF0ZSBmb3JtYXQgKHl5eXktTU0tZGQpLlxuICAgKi9cbiAgbWluRGF0ZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLm1pbkRhdGUgfCB1bmRlZmluZWQ+KFwiXCIpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBtYXhpbXVtIGRhdGUgYXZhaWxhYmxlIGZvciBzZWxlY3Rpb24uXG5cbioqTm90ZToqKiBJZiB0aGUgZm9ybWF0UGF0dGVybiBwcm9wZXJ0eSBpcyBub3Qgc2V0LCB0aGUgbWF4RGF0ZSB2YWx1ZSBtdXN0IGJlIHByb3ZpZGVkIGluIHRoZSBJU08gZGF0ZSBmb3JtYXQgKHl5eXktTU0tZGQpLlxuICAgKi9cbiAgbWF4RGF0ZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVRpbWVQaWNrZXIucHJvdG90eXBlLm1heERhdGUgfCB1bmRlZmluZWQ+KFwiXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGhvdyB0byBjYWxjdWxhdGUgY2FsZW5kYXIgd2Vla3MgYW5kIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbklmIG5vdCBzZXQsIHRoZSBjYWxlbmRhciB3aWxsIGJlIGRpc3BsYXllZCBhY2NvcmRpbmcgdG8gdGhlIGN1cnJlbnRseSBzZXQgZ2xvYmFsIGNvbmZpZ3VyYXRpb24uXG4gICAqL1xuICBjYWxlbmRhcldlZWtOdW1iZXJpbmcgPSBpbnB1dDx0eXBlb2YgX0RhdGVUaW1lUGlja2VyLnByb3RvdHlwZS5jYWxlbmRhcldlZWtOdW1iZXJpbmcgfCB1bmRlZmluZWQ+KFwiRGVmYXVsdFwiKTsgLy8gY2xhc3NOYW1lIGlzIG5vdyBwYXNzZWRcblxuICAvKipcbiAgICogQ3VycmVudGx5IHNlbGVjdGVkIGRhdGUgcmVwcmVzZW50ZWQgYXMgYSBMb2NhbCBKYXZhU2NyaXB0IERhdGUgaW5zdGFuY2UuXG4gICAqIEByZWFkb25seSBUaGlzIHByb3BlcnR5IGlzIG1hbmFnZWQgYnkgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqL1xuICBnZXQgZGF0ZVZhbHVlKCk6IERhdGUgfCBudWxsIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50Py5kYXRlVmFsdWUgPz8gbnVsbDtcbiAgfVxuXG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIGlucHV0IG9wZXJhdGlvbiBoYXMgZmluaXNoZWQgYnkgcHJlc3NpbmcgRW50ZXIgb3Igb24gZm9jdXNvdXQuXG4gICAqL1xuICB1aTVDaGFuZ2UgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVUaW1lUGlja2VyLCAnY2hhbmdlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIHZhbHVlIG9mIHRoZSBjb21wb25lbnQgaXMgY2hhbmdlZCBhdCBlYWNoIGtleSBzdHJva2UuXG4gICAqL1xuICB1aTVJbnB1dCA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfRGF0ZVRpbWVQaWNrZXIsICdpbnB1dCc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCBiZWZvcmUgdGhlIHZhbHVlIHN0YXRlIG9mIHRoZSBjb21wb25lbnQgaXMgdXBkYXRlZCBpbnRlcm5hbGx5LlxuVGhlIGV2ZW50IGlzIHByZXZlbnRhYmxlLCBtZWFuaW5nIHRoYXQgaWYgaXQncyBkZWZhdWx0IGFjdGlvbiBpc1xucHJldmVudGVkLCB0aGUgY29tcG9uZW50IHdpbGwgbm90IHVwZGF0ZSB0aGUgdmFsdWUgc3RhdGUuXG4gICAqL1xuICB1aTVWYWx1ZVN0YXRlQ2hhbmdlID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9EYXRlVGltZVBpY2tlciwgJ3ZhbHVlLXN0YXRlLWNoYW5nZSc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCBhZnRlciB0aGUgY29tcG9uZW50J3MgcGlja2VyIGlzIG9wZW5lZC5cbiAgICovXG4gIHVpNU9wZW4gPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVUaW1lUGlja2VyLCAnb3Blbic+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCBhZnRlciB0aGUgY29tcG9uZW50J3MgcGlja2VyIGlzIGNsb3NlZC5cbiAgICovXG4gIHVpNUNsb3NlID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9EYXRlVGltZVBpY2tlciwgJ2Nsb3NlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEF2YWlsYWJsZSBzbG90cyBmb3IgY29udGVudCBwcm9qZWN0aW9uIGluIHRoaXMgY29tcG9uZW50LlxuICAgKiBcbiAgICogU2xvdHMgYWxsb3cgeW91IHRvIGluc2VydCBjdXN0b20gY29udGVudCBpbnRvIHByZWRlZmluZWQgYXJlYXMgb2YgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqIFVzZSB0aGUgYHNsb3RgIGF0dHJpYnV0ZSBvbiBjaGlsZCBlbGVtZW50cyB0byB0YXJnZXQgc3BlY2lmaWMgc2xvdHMuXG4gICAqIFxuICAgKiAtICoqdmFsdWVTdGF0ZU1lc3NhZ2UqKjogRGVmaW5lcyB0aGUgdmFsdWUgc3RhdGUgbWVzc2FnZSB0aGF0IHdpbGwgYmUgZGlzcGxheWVkIGFzIHBvcCB1cCB1bmRlciB0aGUgY29tcG9uZW50LlxuXG4qKk5vdGU6KiogSWYgbm90IHNwZWNpZmllZCwgYSBkZWZhdWx0IHRleHQgKGluIHRoZSByZXNwZWN0aXZlIGxhbmd1YWdlKSB3aWxsIGJlIGRpc3BsYXllZC5cblxuKipOb3RlOioqIFRoZSBgdmFsdWVTdGF0ZU1lc3NhZ2VgIHdvdWxkIGJlIGRpc3BsYXllZCxcbndoZW4gdGhlIGNvbXBvbmVudCBpcyBpbiBgSW5mb3JtYXRpb25gLCBgQ3JpdGljYWxgIG9yIGBOZWdhdGl2ZWAgdmFsdWUgc3RhdGUuXG4gICAqIFxuICAgKiBAZXhhbXBsZVxuICAgKiBgYGBodG1sXG4gICAqIDx1aTUtZGF0ZXRpbWUtcGlja2VyPlxuICAgKiAgIDxkaXYgc2xvdD1cImhlYWRlclwiPkN1c3RvbSBoZWFkZXIgY29udGVudDwvZGl2PlxuICAgKiAgIDxwPkRlZmF1bHQgc2xvdCBjb250ZW50PC9wPlxuICAgKiA8L3VpNS1kYXRldGltZS1waWNrZXI+XG4gICAqIGBgYFxuICAgKiBcbiAgICogQHJlYWRvbmx5XG4gICAqIEBzZWUge0BsaW5rIGh0dHBzOi8vZGV2ZWxvcGVyLm1vemlsbGEub3JnL2VuLVVTL2RvY3MvV2ViL0FQSS9XZWJfY29tcG9uZW50cy9Vc2luZ190ZW1wbGF0ZXNfYW5kX3Nsb3RzIHwgTUROIFdlYiBDb21wb25lbnRzIFNsb3RzfVxuICAgKi9cbiAgcmVhZG9ubHkgc2xvdHMgPSBbXG4gICAgICB7XG4gICAgICAgICAgXCJuYW1lXCI6IFwidmFsdWVTdGF0ZU1lc3NhZ2VcIixcbiAgICAgICAgICBcImRlc2NyaXB0aW9uXCI6IFwiRGVmaW5lcyB0aGUgdmFsdWUgc3RhdGUgbWVzc2FnZSB0aGF0IHdpbGwgYmUgZGlzcGxheWVkIGFzIHBvcCB1cCB1bmRlciB0aGUgY29tcG9uZW50LlxcblxcbioqTm90ZToqKiBJZiBub3Qgc3BlY2lmaWVkLCBhIGRlZmF1bHQgdGV4dCAoaW4gdGhlIHJlc3BlY3RpdmUgbGFuZ3VhZ2UpIHdpbGwgYmUgZGlzcGxheWVkLlxcblxcbioqTm90ZToqKiBUaGUgYHZhbHVlU3RhdGVNZXNzYWdlYCB3b3VsZCBiZSBkaXNwbGF5ZWQsXFxud2hlbiB0aGUgY29tcG9uZW50IGlzIGluIGBJbmZvcm1hdGlvbmAsIGBDcml0aWNhbGAgb3IgYE5lZ2F0aXZlYCB2YWx1ZSBzdGF0ZS5cIixcbiAgICAgICAgICBcInNpbmNlXCI6IFwiMS4wLjAtcmMuN1wiXG4gICAgICB9XG4gIF07XG5cblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfRGF0ZVRpbWVQaWNrZXI+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwdWJsaWMgaW5qZWN0b3IgPSBpbmplY3QoSW5qZWN0b3IpO1xuXG4gIGdldCBlbGVtZW50KCk6IF9EYXRlVGltZVBpY2tlciB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAndmFsdWUnLFxuICAgICAgJ3ZhbHVlU3RhdGUnLFxuICAgICAgJ3JlcXVpcmVkJyxcbiAgICAgICdkaXNhYmxlZCcsXG4gICAgICAncmVhZG9ubHknLFxuICAgICAgJ3BsYWNlaG9sZGVyJyxcbiAgICAgICduYW1lJyxcbiAgICAgICdoaWRlV2Vla051bWJlcnMnLFxuICAgICAgJ29wZW4nLFxuICAgICAgJ2FjY2Vzc2libGVOYW1lJyxcbiAgICAgICdhY2Nlc3NpYmxlTmFtZVJlZicsXG4gICAgICAnYWNjZXNzaWJsZURlc2NyaXB0aW9uJyxcbiAgICAgICdhY2Nlc3NpYmxlRGVzY3JpcHRpb25SZWYnLFxuICAgICAgJ3ByaW1hcnlDYWxlbmRhclR5cGUnLFxuICAgICAgJ3NlY29uZGFyeUNhbGVuZGFyVHlwZScsXG4gICAgICAnZm9ybWF0UGF0dGVybicsXG4gICAgICAnZGlzcGxheUZvcm1hdCcsXG4gICAgICAndmFsdWVGb3JtYXQnLFxuICAgICAgJ21pbkRhdGUnLFxuICAgICAgJ21heERhdGUnLFxuICAgICAgJ2NhbGVuZGFyV2Vla051bWJlcmluZycsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBpbnB1dHMgKHByb3BlcnRpZXMpXG4gICAgZm9yIChjb25zdCBpbnB1dE5hbWUgb2YgaW5wdXRzVG9TeW5jKSB7XG4gICAgICAvLyBGaW5kIHRoZSBjb3JyZXNwb25kaW5nIGNhbWVsQ2FzZSBzaWduYWwgcHJvcGVydHkgb24gdGhlIEFuZ3VsYXIgY29tcG9uZW50XG4gICAgICBjb25zdCBzaWduYWxOYW1lID0gaW5wdXROYW1lLnJlcGxhY2UoLy0uL2csICh4OiBzdHJpbmcpID0+IHhbMV0udG9VcHBlckNhc2UoKSk7XG5cbiAgICAgIC8vIFVzZSB0aGUgSW5qZWN0b3IgdG8gcnVuIHRoZSBlZmZlY3QgaW4gdGhlIGNvcnJlY3QgY29udGV4dFxuICAgICAgaWYgKHRoaXNbc2lnbmFsTmFtZV0gJiYgdHlwZW9mIHRoaXNbc2lnbmFsTmFtZV0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgcnVuSW5JbmplY3Rpb25Db250ZXh0KHRoaXMuaW5qZWN0b3IsICgpID0+IHtcbiAgICAgICAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgICAgICAgLy8gUmVhZCB0aGUgc2lnbmFsIHZhbHVlXG4gICAgICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXNbc2lnbmFsTmFtZV0oKTtcbiAgICAgICAgICAgIGlmICh3Y0VsZW1lbnQpIHtcbiAgICAgICAgICAgICAgLy8gV3JpdGUgdGhlIHZhbHVlIHRvIHRoZSBXZWIgQ29tcG9uZW50J3MgcHJvcGVydHlcbiAgICAgICAgICAgICAgd2NFbGVtZW50W2lucHV0TmFtZV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBcbiAgICBjb25zdCBvdXRwdXRzVG9TeW5jID0gW1xuICAgICAgJ3VpNUNoYW5nZScsXG4gICAgICAndWk1SW5wdXQnLFxuICAgICAgJ3VpNVZhbHVlU3RhdGVDaGFuZ2UnLFxuICAgICAgJ3VpNU9wZW4nLFxuICAgICAgJ3VpNUNsb3NlJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIG91dHB1dHMgKGV2ZW50cylcbiAgICBmb3IgKGNvbnN0IG91dHB1dE5hbWUgb2Ygb3V0cHV0c1RvU3luYykge1xuICAgICAgLy8gTWFwIEFuZ3VsYXIgb3V0cHV0IG5hbWUgdG8gVUk1IHdlYiBjb21wb25lbnQgZXZlbnQgbmFtZVxuICAgICAgY29uc3QgZXZlbnROYW1lID0gb3V0cHV0TmFtZS5yZXBsYWNlKCd1aTUnLCAnJykucmVwbGFjZSgvKFtBLVpdKS9nLCAnLSQxJykudG9Mb3dlckNhc2UoKS5zdWJzdHJpbmcoMSk7XG4gICAgICAvLyBFbnN1cmUgdGhlIG91dHB1dCBwcm9wZXJ0eSBleGlzdHMgYW5kIGhhcyBhbiBlbWl0IGZ1bmN0aW9uIGJlZm9yZSBhZGRpbmcgbGlzdGVuZXJcbiAgICAgIGlmICh0aGlzW291dHB1dE5hbWVdICYmIHR5cGVvZiB0aGlzW291dHB1dE5hbWVdLmVtaXQgPT09ICdmdW5jdGlvbicgJiYgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIpIHtcbiAgICAgICAgLy8gQ2FzdCB0aGUgbGlzdGVuZXIgdG8gdGhlIGNvcnJlY3QgdHlwZSB0byBzYXRpc2Z5IFR5cGVTY3JpcHRcbiAgICAgICAgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnROYW1lLCAoZSkgPT4ge1xuXG4gICAgICAgICAgdGhpc1tvdXRwdXROYW1lXS5lbWl0KGUgYXMgQ3VzdG9tRXZlbnQ8YW55Pik7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG5cbiAgfVxufVxuXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWRhdGUtdGltZS1waWNrZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2RhdGUtdGltZS1waWNrZXIvZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWRhdGUtdGltZS1waWNrZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
import '@ui5/webcomponents/dist/Dialog.js';
|
|
4
|
+
|
|
5
|
+
class Dialog {
|
|
6
|
+
constructor() {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the header text.
|
|
9
|
+
|
|
10
|
+
**Note:** If `header` slot is provided, the `headerText` is ignored.
|
|
11
|
+
*/
|
|
12
|
+
this.headerText = input(...(ngDevMode ? [undefined, { debugName: "headerText" }] : []));
|
|
13
|
+
/**
|
|
14
|
+
* Determines if the dialog will be stretched to full screen on mobile. On desktop,
|
|
15
|
+
the dialog will be stretched to approximately 90% of the viewport.
|
|
16
|
+
|
|
17
|
+
**Note:** For better usability of the component it is recommended to set this property to "true" when the dialog is opened on phone.
|
|
18
|
+
*/
|
|
19
|
+
this.stretch = input(false, ...(ngDevMode ? [{ debugName: "stretch", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
20
|
+
/**
|
|
21
|
+
* Determines whether the component is draggable.
|
|
22
|
+
If this property is set to true, the Dialog will be draggable by its header.
|
|
23
|
+
|
|
24
|
+
**Note:** The component can be draggable only in desktop mode.
|
|
25
|
+
|
|
26
|
+
**Note:** This property overrides the default HTML "draggable" attribute native behavior.
|
|
27
|
+
When "draggable" is set to true, the native browser "draggable"
|
|
28
|
+
behavior is prevented and only the Dialog custom logic ("draggable by its header") works.
|
|
29
|
+
*/
|
|
30
|
+
this.draggable = input(false, ...(ngDevMode ? [{ debugName: "draggable", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
31
|
+
/**
|
|
32
|
+
* Configures the component to be resizable.
|
|
33
|
+
If this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.
|
|
34
|
+
In RTL languages, the resize handle will be placed in the bottom left corner.
|
|
35
|
+
|
|
36
|
+
**Note:** The component can be resizable only in desktop mode.
|
|
37
|
+
|
|
38
|
+
**Note:** Upon resizing, externally defined height and width styling will be ignored.
|
|
39
|
+
*/
|
|
40
|
+
this.resizable = input(false, ...(ngDevMode ? [{ debugName: "resizable", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
41
|
+
/**
|
|
42
|
+
* Defines the state of the `Dialog`.
|
|
43
|
+
|
|
44
|
+
**Note:** If `"Negative"` and `"Critical"` states is set, it will change the
|
|
45
|
+
accessibility role to "alertdialog", if the accessibleRole property is set to `"Dialog"`.
|
|
46
|
+
*/
|
|
47
|
+
this.state = input("None", ...(ngDevMode ? [{ debugName: "state" }] : []));
|
|
48
|
+
/**
|
|
49
|
+
* Defines the ID of the HTML Element, which will get the initial focus.
|
|
50
|
+
|
|
51
|
+
**Note:** If an element with `autofocus` attribute is added inside the component,
|
|
52
|
+
`initialFocus` won't take effect.
|
|
53
|
+
*/
|
|
54
|
+
this.initialFocus = input(...(ngDevMode ? [undefined, { debugName: "initialFocus" }] : []));
|
|
55
|
+
/**
|
|
56
|
+
* Defines if the focus should be returned to the previously focused element,
|
|
57
|
+
when the popup closes.
|
|
58
|
+
*/
|
|
59
|
+
this.preventFocusRestore = input(false, ...(ngDevMode ? [{ debugName: "preventFocusRestore", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
60
|
+
/**
|
|
61
|
+
* Defines the accessible name of the component.
|
|
62
|
+
*/
|
|
63
|
+
this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
|
|
64
|
+
/**
|
|
65
|
+
* Defines the IDs of the elements that label the component.
|
|
66
|
+
*/
|
|
67
|
+
this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
|
|
68
|
+
/**
|
|
69
|
+
* Allows setting a custom role.
|
|
70
|
+
*/
|
|
71
|
+
this.accessibleRole = input("Dialog", ...(ngDevMode ? [{ debugName: "accessibleRole" }] : []));
|
|
72
|
+
/**
|
|
73
|
+
* Defines the accessible description of the component.
|
|
74
|
+
*/
|
|
75
|
+
this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
|
|
76
|
+
/**
|
|
77
|
+
* Receives id(or many ids) of the elements that describe the component.
|
|
78
|
+
*/
|
|
79
|
+
this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
|
|
80
|
+
/**
|
|
81
|
+
* Indicates whether initial focus should be prevented.
|
|
82
|
+
*/
|
|
83
|
+
this.preventInitialFocus = input(false, ...(ngDevMode ? [{ debugName: "preventInitialFocus", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
84
|
+
/**
|
|
85
|
+
* Indicates if the element is open
|
|
86
|
+
*/
|
|
87
|
+
this.open = input(false, ...(ngDevMode ? [{ debugName: "open", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
|
|
88
|
+
/**
|
|
89
|
+
* Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.
|
|
90
|
+
*/
|
|
91
|
+
this.ui5BeforeOpen = output();
|
|
92
|
+
/**
|
|
93
|
+
* Fired after the component is opened.
|
|
94
|
+
*/
|
|
95
|
+
this.ui5Open = output();
|
|
96
|
+
/**
|
|
97
|
+
* Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.
|
|
98
|
+
*/
|
|
99
|
+
this.ui5BeforeClose = output();
|
|
100
|
+
/**
|
|
101
|
+
* Fired after the component is closed.
|
|
102
|
+
*/
|
|
103
|
+
this.ui5Close = output();
|
|
104
|
+
/**
|
|
105
|
+
* Available slots for content projection in this component.
|
|
106
|
+
*
|
|
107
|
+
* Slots allow you to insert custom content into predefined areas of the web component.
|
|
108
|
+
* Use the `slot` attribute on child elements to target specific slots.
|
|
109
|
+
*
|
|
110
|
+
* - **header**: Defines the header HTML Element.
|
|
111
|
+
|
|
112
|
+
**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.
|
|
113
|
+
|
|
114
|
+
**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.
|
|
115
|
+
`accessibleName` should be used.
|
|
116
|
+
* - **footer**: Defines the footer HTML Element.
|
|
117
|
+
|
|
118
|
+
**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.
|
|
119
|
+
* - **(default)**: Defines the content of the Popup.
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* ```html
|
|
123
|
+
* <ui5-dialog>
|
|
124
|
+
* <div slot="header">Custom header content</div>
|
|
125
|
+
* <p>Default slot content</p>
|
|
126
|
+
* </ui5-dialog>
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* @readonly
|
|
130
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
|
|
131
|
+
*/
|
|
132
|
+
this.slots = [
|
|
133
|
+
{
|
|
134
|
+
"name": "header",
|
|
135
|
+
"description": "Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "footer",
|
|
139
|
+
"description": "Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "default",
|
|
143
|
+
"description": "Defines the content of the Popup."
|
|
144
|
+
}
|
|
145
|
+
];
|
|
146
|
+
this.elementRef = inject(ElementRef);
|
|
147
|
+
this.injector = inject(Injector);
|
|
148
|
+
}
|
|
149
|
+
get element() {
|
|
150
|
+
return this.elementRef.nativeElement;
|
|
151
|
+
}
|
|
152
|
+
ngAfterViewInit() {
|
|
153
|
+
const wcElement = this.element;
|
|
154
|
+
const inputsToSync = [
|
|
155
|
+
'headerText',
|
|
156
|
+
'stretch',
|
|
157
|
+
'draggable',
|
|
158
|
+
'resizable',
|
|
159
|
+
'state',
|
|
160
|
+
'initialFocus',
|
|
161
|
+
'preventFocusRestore',
|
|
162
|
+
'accessibleName',
|
|
163
|
+
'accessibleNameRef',
|
|
164
|
+
'accessibleRole',
|
|
165
|
+
'accessibleDescription',
|
|
166
|
+
'accessibleDescriptionRef',
|
|
167
|
+
'preventInitialFocus',
|
|
168
|
+
'open',
|
|
169
|
+
];
|
|
170
|
+
// Synchronize inputs (properties)
|
|
171
|
+
for (const inputName of inputsToSync) {
|
|
172
|
+
// Find the corresponding camelCase signal property on the Angular component
|
|
173
|
+
const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
|
|
174
|
+
// Use the Injector to run the effect in the correct context
|
|
175
|
+
if (this[signalName] && typeof this[signalName] === 'function') {
|
|
176
|
+
runInInjectionContext(this.injector, () => {
|
|
177
|
+
effect(() => {
|
|
178
|
+
// Read the signal value
|
|
179
|
+
const value = this[signalName]();
|
|
180
|
+
if (wcElement) {
|
|
181
|
+
// Write the value to the Web Component's property
|
|
182
|
+
wcElement[inputName] = value;
|
|
183
|
+
}
|
|
184
|
+
});
|
|
185
|
+
});
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
const outputsToSync = [
|
|
189
|
+
'ui5BeforeOpen',
|
|
190
|
+
'ui5Open',
|
|
191
|
+
'ui5BeforeClose',
|
|
192
|
+
'ui5Close',
|
|
193
|
+
];
|
|
194
|
+
// Synchronize outputs (events)
|
|
195
|
+
for (const outputName of outputsToSync) {
|
|
196
|
+
// Map Angular output name to UI5 web component event name
|
|
197
|
+
const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
|
|
198
|
+
// Ensure the output property exists and has an emit function before adding listener
|
|
199
|
+
if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
|
|
200
|
+
// Cast the listener to the correct type to satisfy TypeScript
|
|
201
|
+
wcElement.addEventListener(eventName, (e) => {
|
|
202
|
+
this[outputName].emit(e);
|
|
203
|
+
});
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Dialog, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
208
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: Dialog, isStandalone: true, selector: "ui5-dialog, [ui5-dialog]", inputs: { headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null }, stretch: { classPropertyName: "stretch", publicName: "stretch", isSignal: true, isRequired: false, transformFunction: null }, draggable: { classPropertyName: "draggable", publicName: "draggable", isSignal: true, isRequired: false, transformFunction: null }, resizable: { classPropertyName: "resizable", publicName: "resizable", isSignal: true, isRequired: false, transformFunction: null }, state: { classPropertyName: "state", publicName: "state", isSignal: true, isRequired: false, transformFunction: null }, initialFocus: { classPropertyName: "initialFocus", publicName: "initialFocus", isSignal: true, isRequired: false, transformFunction: null }, preventFocusRestore: { classPropertyName: "preventFocusRestore", publicName: "preventFocusRestore", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleRole: { classPropertyName: "accessibleRole", publicName: "accessibleRole", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, preventInitialFocus: { classPropertyName: "preventInitialFocus", publicName: "preventInitialFocus", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5BeforeOpen: "ui5BeforeOpen", ui5Open: "ui5Open", ui5BeforeClose: "ui5BeforeClose", ui5Close: "ui5Close" }, exportAs: ["ui5Dialog"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
209
|
+
}
|
|
210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Dialog, decorators: [{
|
|
211
|
+
type: Component,
|
|
212
|
+
args: [{
|
|
213
|
+
standalone: true,
|
|
214
|
+
selector: 'ui5-dialog, [ui5-dialog]',
|
|
215
|
+
template: '<ng-content></ng-content>',
|
|
216
|
+
exportAs: 'ui5Dialog',
|
|
217
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
218
|
+
}]
|
|
219
|
+
}] });
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Generated bundle index. Do not edit.
|
|
223
|
+
*/
|
|
224
|
+
|
|
225
|
+
export { Dialog };
|
|
226
|
+
//# sourceMappingURL=fundamental-ngx-ui5-webcomponents-dialog.mjs.map
|