ng-primitives 0.88.0 → 0.90.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/a11y/index.d.ts +106 -3
- package/accordion/index.d.ts +213 -7
- package/ai/index.d.ts +238 -16
- package/autofill/index.d.ts +22 -1
- package/avatar/index.d.ts +120 -5
- package/breadcrumbs/README.md +3 -0
- package/breadcrumbs/index.d.ts +60 -0
- package/button/index.d.ts +44 -3
- package/checkbox/index.d.ts +58 -2
- package/combobox/index.d.ts +414 -8
- package/common/index.d.ts +31 -4
- package/date-picker/index.d.ts +713 -18
- package/date-time/index.d.ts +289 -3
- package/date-time-luxon/index.d.ts +31 -1
- package/dialog/index.d.ts +253 -9
- package/fesm2022/ng-primitives-a11y.mjs +9 -9
- package/fesm2022/ng-primitives-a11y.mjs.map +1 -1
- package/fesm2022/ng-primitives-accordion.mjs +51 -48
- package/fesm2022/ng-primitives-accordion.mjs.map +1 -1
- package/fesm2022/ng-primitives-ai.mjs +57 -54
- package/fesm2022/ng-primitives-ai.mjs.map +1 -1
- package/fesm2022/ng-primitives-autofill.mjs +5 -5
- package/fesm2022/ng-primitives-autofill.mjs.map +1 -1
- package/fesm2022/ng-primitives-avatar.mjs +18 -17
- package/fesm2022/ng-primitives-avatar.mjs.map +1 -1
- package/fesm2022/ng-primitives-breadcrumbs.mjs +138 -0
- package/fesm2022/ng-primitives-breadcrumbs.mjs.map +1 -0
- package/fesm2022/ng-primitives-button.mjs +7 -7
- package/fesm2022/ng-primitives-button.mjs.map +1 -1
- package/fesm2022/ng-primitives-checkbox.mjs +25 -21
- package/fesm2022/ng-primitives-checkbox.mjs.map +1 -1
- package/fesm2022/ng-primitives-combobox.mjs +76 -72
- package/fesm2022/ng-primitives-combobox.mjs.map +1 -1
- package/fesm2022/ng-primitives-common.mjs +5 -5
- package/fesm2022/ng-primitives-common.mjs.map +1 -1
- package/fesm2022/ng-primitives-date-picker.mjs +160 -123
- package/fesm2022/ng-primitives-date-picker.mjs.map +1 -1
- package/fesm2022/ng-primitives-dialog.mjs +48 -47
- package/fesm2022/ng-primitives-dialog.mjs.map +1 -1
- package/fesm2022/ng-primitives-file-upload.mjs +56 -48
- package/fesm2022/ng-primitives-file-upload.mjs.map +1 -1
- package/fesm2022/ng-primitives-focus-trap.mjs +9 -8
- package/fesm2022/ng-primitives-focus-trap.mjs.map +1 -1
- package/fesm2022/ng-primitives-form-field.mjs +49 -48
- package/fesm2022/ng-primitives-form-field.mjs.map +1 -1
- package/fesm2022/ng-primitives-input-otp.mjs +44 -43
- package/fesm2022/ng-primitives-input-otp.mjs.map +1 -1
- package/fesm2022/ng-primitives-input.mjs +8 -8
- package/fesm2022/ng-primitives-input.mjs.map +1 -1
- package/fesm2022/ng-primitives-interactions.mjs +55 -50
- package/fesm2022/ng-primitives-interactions.mjs.map +1 -1
- package/fesm2022/ng-primitives-internal.mjs +14 -14
- package/fesm2022/ng-primitives-internal.mjs.map +1 -1
- package/fesm2022/ng-primitives-listbox.mjs +52 -50
- package/fesm2022/ng-primitives-listbox.mjs.map +1 -1
- package/fesm2022/ng-primitives-menu.mjs +75 -68
- package/fesm2022/ng-primitives-menu.mjs.map +1 -1
- package/fesm2022/ng-primitives-meter.mjs +38 -35
- package/fesm2022/ng-primitives-meter.mjs.map +1 -1
- package/fesm2022/ng-primitives-pagination.mjs +77 -68
- package/fesm2022/ng-primitives-pagination.mjs.map +1 -1
- package/fesm2022/ng-primitives-popover.mjs +67 -60
- package/fesm2022/ng-primitives-popover.mjs.map +1 -1
- package/fesm2022/ng-primitives-portal.mjs +11 -12
- package/fesm2022/ng-primitives-portal.mjs.map +1 -1
- package/fesm2022/ng-primitives-progress.mjs +42 -39
- package/fesm2022/ng-primitives-progress.mjs.map +1 -1
- package/fesm2022/ng-primitives-radio.mjs +32 -30
- package/fesm2022/ng-primitives-radio.mjs.map +1 -1
- package/fesm2022/ng-primitives-resize.mjs +4 -4
- package/fesm2022/ng-primitives-resize.mjs.map +1 -1
- package/fesm2022/ng-primitives-roving-focus.mjs +34 -30
- package/fesm2022/ng-primitives-roving-focus.mjs.map +1 -1
- package/fesm2022/ng-primitives-search.mjs +9 -9
- package/fesm2022/ng-primitives-search.mjs.map +1 -1
- package/fesm2022/ng-primitives-select.mjs +66 -62
- package/fesm2022/ng-primitives-select.mjs.map +1 -1
- package/fesm2022/ng-primitives-separator.mjs +7 -7
- package/fesm2022/ng-primitives-separator.mjs.map +1 -1
- package/fesm2022/ng-primitives-slider.mjs +99 -88
- package/fesm2022/ng-primitives-slider.mjs.map +1 -1
- package/fesm2022/ng-primitives-state.mjs +1 -1
- package/fesm2022/ng-primitives-state.mjs.map +1 -1
- package/fesm2022/ng-primitives-switch.mjs +18 -16
- package/fesm2022/ng-primitives-switch.mjs.map +1 -1
- package/fesm2022/ng-primitives-tabs.mjs +44 -42
- package/fesm2022/ng-primitives-tabs.mjs.map +1 -1
- package/fesm2022/ng-primitives-textarea.mjs +8 -8
- package/fesm2022/ng-primitives-textarea.mjs.map +1 -1
- package/fesm2022/ng-primitives-toast.mjs +19 -19
- package/fesm2022/ng-primitives-toast.mjs.map +1 -1
- package/fesm2022/ng-primitives-toggle-group.mjs +32 -29
- package/fesm2022/ng-primitives-toggle-group.mjs.map +1 -1
- package/fesm2022/ng-primitives-toggle.mjs +14 -12
- package/fesm2022/ng-primitives-toggle.mjs.map +1 -1
- package/fesm2022/ng-primitives-toolbar.mjs +7 -7
- package/fesm2022/ng-primitives-toolbar.mjs.map +1 -1
- package/fesm2022/ng-primitives-tooltip.mjs +68 -60
- package/fesm2022/ng-primitives-tooltip.mjs.map +1 -1
- package/fesm2022/ng-primitives-utils.mjs +2 -2
- package/fesm2022/ng-primitives-utils.mjs.map +1 -1
- package/file-upload/index.d.ts +148 -4
- package/focus-trap/index.d.ts +98 -2
- package/form-field/index.d.ts +262 -7
- package/index.d.ts +2 -2
- package/input/index.d.ts +47 -2
- package/input-otp/index.d.ts +247 -4
- package/interactions/index.d.ts +295 -16
- package/internal/index.d.ts +201 -10
- package/listbox/index.d.ts +209 -6
- package/menu/index.d.ts +296 -8
- package/meter/index.d.ts +67 -6
- package/package.json +20 -16
- package/pagination/index.d.ts +211 -7
- package/popover/index.d.ts +224 -5
- package/portal/index.d.ts +389 -6
- package/progress/index.d.ts +124 -6
- package/radio/index.d.ts +140 -5
- package/resize/index.d.ts +29 -1
- package/roving-focus/index.d.ts +178 -4
- package/schematics/ng-generate/__snapshots__/index.spec.ts.snap +1 -1
- package/search/index.d.ts +66 -3
- package/select/index.d.ts +341 -8
- package/separator/index.d.ts +30 -2
- package/slider/index.d.ts +332 -10
- package/state/index.d.ts +14 -11
- package/switch/index.d.ts +76 -3
- package/tabs/index.d.ts +222 -7
- package/textarea/index.d.ts +32 -2
- package/toast/index.d.ts +219 -4
- package/toggle/index.d.ts +57 -2
- package/toggle-group/index.d.ts +143 -5
- package/toolbar/index.d.ts +33 -2
- package/tooltip/index.d.ts +214 -5
- package/utils/index.d.ts +169 -9
- package/a11y/active-descendant/active-descendant.d.ts +0 -42
- package/a11y/visually-hidden/visually-hidden-state.d.ts +0 -17
- package/a11y/visually-hidden/visually-hidden.d.ts +0 -50
- package/accordion/accordion/accordion-state.d.ts +0 -17
- package/accordion/accordion/accordion.d.ts +0 -50
- package/accordion/accordion-content/accordion-content.d.ts +0 -40
- package/accordion/accordion-item/accordion-item-state.d.ts +0 -17
- package/accordion/accordion-item/accordion-item.d.ts +0 -50
- package/accordion/accordion-trigger/accordion-trigger.d.ts +0 -31
- package/accordion/config/accordion-config.d.ts +0 -32
- package/ai/prompt-composer/prompt-composer-state.d.ts +0 -17
- package/ai/prompt-composer/prompt-composer.d.ts +0 -23
- package/ai/prompt-composer-dictation/prompt-composer-dictation-state.d.ts +0 -17
- package/ai/prompt-composer-dictation/prompt-composer-dictation.d.ts +0 -29
- package/ai/prompt-composer-input/prompt-composer-input-state.d.ts +0 -17
- package/ai/prompt-composer-input/prompt-composer-input.d.ts +0 -16
- package/ai/prompt-composer-submit/prompt-composer-submit-state.d.ts +0 -17
- package/ai/prompt-composer-submit/prompt-composer-submit.d.ts +0 -15
- package/ai/thread/thread-state.d.ts +0 -17
- package/ai/thread/thread.d.ts +0 -23
- package/ai/thread-message/thread-message-state.d.ts +0 -17
- package/ai/thread-message/thread-message.d.ts +0 -11
- package/ai/thread-suggestion/thread-suggestion-state.d.ts +0 -17
- package/ai/thread-suggestion/thread-suggestion.d.ts +0 -14
- package/ai/thread-viewport/thread-viewport-state.d.ts +0 -17
- package/ai/thread-viewport/thread-viewport.d.ts +0 -34
- package/autofill/autofill/autofill.d.ts +0 -19
- package/avatar/avatar/avatar-state.d.ts +0 -17
- package/avatar/avatar/avatar.d.ts +0 -29
- package/avatar/avatar-fallback/avatar-fallback.d.ts +0 -37
- package/avatar/avatar-image/avatar-image.d.ts +0 -27
- package/avatar/config/avatar-config.d.ts +0 -21
- package/button/button/button-state.d.ts +0 -17
- package/button/button/button.d.ts +0 -15
- package/button/button/setup-button.d.ts +0 -15
- package/checkbox/checkbox/checkbox-state.d.ts +0 -17
- package/checkbox/checkbox/checkbox.d.ts +0 -45
- package/combobox/combobox/combobox-state.d.ts +0 -17
- package/combobox/combobox/combobox.d.ts +0 -222
- package/combobox/combobox-button/combobox-button.d.ts +0 -18
- package/combobox/combobox-dropdown/combobox-dropdown.d.ts +0 -21
- package/combobox/combobox-input/combobox-input.d.ts +0 -36
- package/combobox/combobox-option/combobox-option.d.ts +0 -51
- package/combobox/combobox-portal/combobox-portal.d.ts +0 -37
- package/combobox/config/combobox-config.d.ts +0 -28
- package/combobox/utils.d.ts +0 -9
- package/common/header/header-token.d.ts +0 -10
- package/common/header/header.d.ts +0 -13
- package/common/types/orientation.d.ts +0 -1
- package/common/types/selection.d.ts +0 -1
- package/date-picker/config/date-picker-config.d.ts +0 -22
- package/date-picker/date-picker/date-picker-first-day-of-week.d.ts +0 -29
- package/date-picker/date-picker/date-picker-state.d.ts +0 -9
- package/date-picker/date-picker/date-picker.d.ts +0 -128
- package/date-picker/date-picker-cell/date-picker-cell.d.ts +0 -20
- package/date-picker/date-picker-cell-render/date-picker-cell-render-token.d.ts +0 -12
- package/date-picker/date-picker-cell-render/date-picker-cell-render.d.ts +0 -39
- package/date-picker/date-picker-date-button/date-picker-date-button-token.d.ts +0 -7
- package/date-picker/date-picker-date-button/date-picker-date-button.d.ts +0 -114
- package/date-picker/date-picker-grid/date-picker-grid.d.ts +0 -16
- package/date-picker/date-picker-label/date-picker-label-token.d.ts +0 -7
- package/date-picker/date-picker-label/date-picker-label.d.ts +0 -20
- package/date-picker/date-picker-next-month/date-picker-next-month.d.ts +0 -34
- package/date-picker/date-picker-previous-month/date-picker-previous-month.d.ts +0 -34
- package/date-picker/date-picker-row-render/date-picker-row-render-token.d.ts +0 -12
- package/date-picker/date-picker-row-render/date-picker-row-render.d.ts +0 -65
- package/date-picker/date-range-picker/date-range-picker-state.d.ts +0 -19
- package/date-picker/date-range-picker/date-range-picker.d.ts +0 -147
- package/date-time/date-adapter/date-adapter-token.d.ts +0 -11
- package/date-time/date-adapter/date-adapter.d.ts +0 -169
- package/date-time/native-date-adapter/native-date-adapter.d.ts +0 -106
- package/date-time-luxon/luxon-date-adapter/luxon-date-adapter.d.ts +0 -28
- package/dialog/config/dialog-config.d.ts +0 -41
- package/dialog/dialog/dialog-ref.d.ts +0 -45
- package/dialog/dialog/dialog-state.d.ts +0 -17
- package/dialog/dialog/dialog.d.ts +0 -37
- package/dialog/dialog/dialog.service.d.ts +0 -69
- package/dialog/dialog-description/dialog-description.d.ts +0 -12
- package/dialog/dialog-overlay/dialog-overlay.d.ts +0 -16
- package/dialog/dialog-title/dialog-title.d.ts +0 -12
- package/dialog/dialog-trigger/dialog-trigger.d.ts +0 -26
- package/file-upload/file-dropzone/file-drop-filter.d.ts +0 -2
- package/file-upload/file-dropzone/file-dropzone-state.d.ts +0 -17
- package/file-upload/file-dropzone/file-dropzone.d.ts +0 -55
- package/file-upload/file-upload/file-upload-state.d.ts +0 -17
- package/file-upload/file-upload/file-upload.d.ts +0 -72
- package/focus-trap/focus-trap/focus-trap-state.d.ts +0 -17
- package/focus-trap/focus-trap/focus-trap.d.ts +0 -85
- package/form-field/description/description.d.ts +0 -17
- package/form-field/error/error.d.ts +0 -32
- package/form-field/form-control/form-control-state.d.ts +0 -17
- package/form-field/form-control/form-control.d.ts +0 -44
- package/form-field/form-field/form-field-state.d.ts +0 -17
- package/form-field/form-field/form-field.d.ts +0 -119
- package/form-field/label/label.d.ts +0 -30
- package/input/input/input-state.d.ts +0 -17
- package/input/input/input.d.ts +0 -34
- package/input-otp/input-otp/input-otp-state.d.ts +0 -17
- package/input-otp/input-otp/input-otp.d.ts +0 -133
- package/input-otp/input-otp-input/input-otp-input.d.ts +0 -57
- package/input-otp/input-otp-slot/input-otp-slot.d.ts +0 -45
- package/interactions/config/interactions-config.d.ts +0 -30
- package/interactions/focus/focus-interaction.d.ts +0 -14
- package/interactions/focus/focus.d.ts +0 -19
- package/interactions/focus-visible/focus-visible-interaction.d.ts +0 -12
- package/interactions/focus-visible/focus-visible.d.ts +0 -19
- package/interactions/hover/hover-interaction.d.ts +0 -17
- package/interactions/hover/hover.d.ts +0 -31
- package/interactions/interactions/interactions.d.ts +0 -20
- package/interactions/move/move.d.ts +0 -114
- package/interactions/press/press-interaction.d.ts +0 -14
- package/interactions/press/press.d.ts +0 -26
- package/internal/exit-animation/exit-animation-manager.d.ts +0 -17
- package/internal/exit-animation/exit-animation.d.ts +0 -26
- package/internal/signals/explicit-effect.d.ts +0 -19
- package/internal/style-injector/style-injector.d.ts +0 -44
- package/internal/utilities/dom-removal.d.ts +0 -6
- package/internal/utilities/element-ref.d.ts +0 -6
- package/internal/utilities/mutation-observer.d.ts +0 -39
- package/internal/utilities/overflow.d.ts +0 -13
- package/internal/utilities/resize.d.ts +0 -31
- package/internal/utilities/scrolling.d.ts +0 -1
- package/listbox/listbox/listbox-state.d.ts +0 -17
- package/listbox/listbox/listbox.d.ts +0 -101
- package/listbox/listbox-header/listbox-header.d.ts +0 -9
- package/listbox/listbox-option/listbox-option.d.ts +0 -68
- package/listbox/listbox-section/listbox-section.d.ts +0 -9
- package/listbox/listbox-trigger/listbox-trigger.d.ts +0 -13
- package/menu/config/menu-config.d.ts +0 -44
- package/menu/menu/menu-token.d.ts +0 -11
- package/menu/menu/menu.d.ts +0 -22
- package/menu/menu-item/menu-item.d.ts +0 -30
- package/menu/menu-trigger/menu-trigger-state.d.ts +0 -17
- package/menu/menu-trigger/menu-trigger.d.ts +0 -98
- package/menu/submenu-trigger/submenu-trigger-state.d.ts +0 -17
- package/menu/submenu-trigger/submenu-trigger.d.ts +0 -88
- package/meter/meter/meter-state.d.ts +0 -17
- package/meter/meter/meter.d.ts +0 -27
- package/meter/meter-indicator/meter-indicator.d.ts +0 -7
- package/meter/meter-label/meter-label.d.ts +0 -10
- package/meter/meter-track/meter-track.d.ts +0 -5
- package/meter/meter-value/meter-value.d.ts +0 -5
- package/pagination/pagination/pagination-state.d.ts +0 -17
- package/pagination/pagination/pagination.d.ts +0 -45
- package/pagination/pagination-button/pagination-button.d.ts +0 -39
- package/pagination/pagination-first/pagination-first.d.ts +0 -28
- package/pagination/pagination-last/pagination-last.d.ts +0 -28
- package/pagination/pagination-next/pagination-next.d.ts +0 -31
- package/pagination/pagination-previous/pagination-previous.d.ts +0 -31
- package/popover/config/popover-config.d.ts +0 -64
- package/popover/popover/popover.d.ts +0 -18
- package/popover/popover-arrow/popover-arrow.d.ts +0 -6
- package/popover/popover-trigger/popover-trigger-state.d.ts +0 -19
- package/popover/popover-trigger/popover-trigger.d.ts +0 -128
- package/portal/offset.d.ts +0 -39
- package/portal/overlay-arrow.d.ts +0 -1
- package/portal/overlay-token.d.ts +0 -12
- package/portal/overlay.d.ts +0 -214
- package/portal/portal.d.ts +0 -94
- package/portal/scroll-strategy.d.ts +0 -23
- package/progress/progress/progress-state.d.ts +0 -17
- package/progress/progress/progress.d.ts +0 -61
- package/progress/progress-indicator/progress-indicator.d.ts +0 -17
- package/progress/progress-label/progress-label.d.ts +0 -14
- package/progress/progress-track/progress-track.d.ts +0 -9
- package/progress/progress-value/progress-value.d.ts +0 -9
- package/radio/radio-group/radio-group-state.d.ts +0 -18
- package/radio/radio-group/radio-group.d.ts +0 -54
- package/radio/radio-indicator/radio-indicator.d.ts +0 -21
- package/radio/radio-item/radio-item-state.d.ts +0 -18
- package/radio/radio-item/radio-item.d.ts +0 -45
- package/resize/resize/resize.d.ts +0 -26
- package/roving-focus/roving-focus-group/roving-focus-group-state.d.ts +0 -17
- package/roving-focus/roving-focus-group/roving-focus-group-token.d.ts +0 -21
- package/roving-focus/roving-focus-group/roving-focus-group.d.ts +0 -94
- package/roving-focus/roving-focus-item/roving-focus-item.d.ts +0 -53
- package/search/search/search-state.d.ts +0 -17
- package/search/search/search.d.ts +0 -36
- package/search/search-clear/search-clear.d.ts +0 -16
- package/select/config/select-config.d.ts +0 -28
- package/select/native-select/native-select-state.d.ts +0 -17
- package/select/native-select/native-select.d.ts +0 -22
- package/select/select/select-state.d.ts +0 -17
- package/select/select/select.d.ts +0 -172
- package/select/select-dropdown/select-dropdown.d.ts +0 -17
- package/select/select-option/select-option.d.ts +0 -51
- package/select/select-portal/select-portal.d.ts +0 -37
- package/separator/config/separator-config.d.ts +0 -22
- package/separator/separator/separator.d.ts +0 -11
- package/slider/range-slider/range-slider/range-slider-state.d.ts +0 -17
- package/slider/range-slider/range-slider/range-slider.d.ts +0 -115
- package/slider/range-slider/range-slider-range/range-slider-range.d.ts +0 -12
- package/slider/range-slider/range-slider-thumb/range-slider-thumb.d.ts +0 -44
- package/slider/range-slider/range-slider-track/range-slider-track.d.ts +0 -22
- package/slider/slider/slider-state.d.ts +0 -17
- package/slider/slider/slider.d.ts +0 -58
- package/slider/slider-range/slider-range.d.ts +0 -12
- package/slider/slider-thumb/slider-thumb.d.ts +0 -29
- package/slider/slider-track/slider-track.d.ts +0 -22
- package/switch/switch/switch-state.d.ts +0 -17
- package/switch/switch/switch.d.ts +0 -49
- package/switch/switch-thumb/switch-thumb.d.ts +0 -13
- package/tabs/config/tabs-config.d.ts +0 -32
- package/tabs/tab-button/tab-button.d.ts +0 -59
- package/tabs/tab-list/tab-list.d.ts +0 -12
- package/tabs/tab-panel/tab-panel-token.d.ts +0 -8
- package/tabs/tab-panel/tab-panel.d.ts +0 -38
- package/tabs/tabset/tabset-state.d.ts +0 -17
- package/tabs/tabset/tabset.d.ts +0 -71
- package/textarea/textarea/textarea-state.d.ts +0 -17
- package/textarea/textarea/textarea.d.ts +0 -19
- package/toast/config/toast-config.d.ts +0 -70
- package/toast/toast/toast-context.d.ts +0 -3
- package/toast/toast/toast-manager.d.ts +0 -49
- package/toast/toast/toast-options.d.ts +0 -34
- package/toast/toast/toast-timer.d.ts +0 -14
- package/toast/toast/toast.d.ts +0 -72
- package/toggle/toggle/toggle-state.d.ts +0 -17
- package/toggle/toggle/toggle.d.ts +0 -44
- package/toggle-group/config/toggle-group-config.d.ts +0 -32
- package/toggle-group/toggle-group/toggle-group-state.d.ts +0 -17
- package/toggle-group/toggle-group/toggle-group.d.ts +0 -64
- package/toggle-group/toggle-group-item/toggle-group-item-state.d.ts +0 -17
- package/toggle-group/toggle-group-item/toggle-group-item.d.ts +0 -34
- package/toolbar/toolbar/toolbar-state.d.ts +0 -17
- package/toolbar/toolbar/toolbar.d.ts +0 -20
- package/tooltip/config/tooltip-config.d.ts +0 -59
- package/tooltip/tooltip/tooltip.d.ts +0 -17
- package/tooltip/tooltip-arrow/tooltip-arrow.d.ts +0 -6
- package/tooltip/tooltip-text-content/tooltip-text-content.component.d.ts +0 -14
- package/tooltip/tooltip-trigger/tooltip-trigger-state.d.ts +0 -17
- package/tooltip/tooltip-trigger/tooltip-trigger.d.ts +0 -126
- package/utils/forms/providers.d.ts +0 -6
- package/utils/forms/status.d.ts +0 -16
- package/utils/forms/types.d.ts +0 -8
- package/utils/helpers/attributes.d.ts +0 -2
- package/utils/helpers/disposables.d.ts +0 -40
- package/utils/helpers/unique-id.d.ts +0 -6
- package/utils/helpers/validators.d.ts +0 -51
- package/utils/observables/take-until-destroyed.d.ts +0 -10
- package/utils/signals/index.d.ts +0 -22
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { NgpOverlay } from 'ng-primitives/portal';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NgpComboboxPortal implements OnDestroy {
|
|
5
|
-
/** Access the combobox state. */
|
|
6
|
-
private readonly state;
|
|
7
|
-
/** Access the view container reference. */
|
|
8
|
-
private readonly viewContainerRef;
|
|
9
|
-
/** Access the template reference. */
|
|
10
|
-
private readonly templateRef;
|
|
11
|
-
/** Access the injector. */
|
|
12
|
-
private readonly injector;
|
|
13
|
-
/**
|
|
14
|
-
* The overlay that manages the popover
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
|
-
readonly overlay: import("@angular/core").WritableSignal<NgpOverlay<void> | null>;
|
|
18
|
-
constructor();
|
|
19
|
-
/** Cleanup the portal. */
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
/**
|
|
22
|
-
* Attach the portal.
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
show(): Promise<void>;
|
|
26
|
-
/**
|
|
27
|
-
* Detach the portal.
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
detach(): Promise<void>;
|
|
31
|
-
/**
|
|
32
|
-
* Create the overlay that will contain the dropdown
|
|
33
|
-
*/
|
|
34
|
-
private createOverlay;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpComboboxPortal, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpComboboxPortal, "[ngpComboboxPortal]", ["ngpComboboxPortal"], {}, {}, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
-
import { type NgpComboboxPlacement } from '../combobox/combobox';
|
|
3
|
-
export interface NgpComboboxConfig {
|
|
4
|
-
/**
|
|
5
|
-
* The default placement for the combobox dropdown.
|
|
6
|
-
* @default 'bottom'
|
|
7
|
-
*/
|
|
8
|
-
placement: NgpComboboxPlacement;
|
|
9
|
-
/**
|
|
10
|
-
* The container element or selector for the combobox dropdown.
|
|
11
|
-
* This can be used to control where the dropdown is rendered in the DOM.
|
|
12
|
-
* @default 'body'
|
|
13
|
-
*/
|
|
14
|
-
container: HTMLElement | string | null;
|
|
15
|
-
}
|
|
16
|
-
export declare const defaultComboboxConfig: NgpComboboxConfig;
|
|
17
|
-
export declare const NgpComboboxConfigToken: InjectionToken<NgpComboboxConfig>;
|
|
18
|
-
/**
|
|
19
|
-
* Provide the default Combobox configuration
|
|
20
|
-
* @param config The Combobox configuration
|
|
21
|
-
* @returns The provider
|
|
22
|
-
*/
|
|
23
|
-
export declare function provideComboboxConfig(config: Partial<NgpComboboxConfig>): Provider[];
|
|
24
|
-
/**
|
|
25
|
-
* Inject the Combobox configuration
|
|
26
|
-
* @returns The global Combobox configuration
|
|
27
|
-
*/
|
|
28
|
-
export declare function injectComboboxConfig(): NgpComboboxConfig;
|
package/combobox/utils.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { NgpComboboxOption } from './combobox-option/combobox-option';
|
|
2
|
-
/**
|
|
3
|
-
* Check if all regular options (excluding 'all' and undefined) are selected.
|
|
4
|
-
* @param options All available options
|
|
5
|
-
* @param selectedValues Currently selected values
|
|
6
|
-
* @param compareWith Comparison function
|
|
7
|
-
* @returns true if all regular options are selected
|
|
8
|
-
*/
|
|
9
|
-
export declare function areAllOptionsSelected(options: NgpComboboxOption[], selectedValues: any[], compareWith: (a: any, b: any) => boolean): boolean;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { NgpHeader } from './header';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated
|
|
5
|
-
*/
|
|
6
|
-
export declare const NgpHeaderToken: InjectionToken<NgpHeader>;
|
|
7
|
-
/**
|
|
8
|
-
* Inject the Header directive instance
|
|
9
|
-
*/
|
|
10
|
-
export declare function injectHeader(): NgpHeader;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpHeader {
|
|
6
|
-
/**
|
|
7
|
-
* The id of the header.
|
|
8
|
-
*/
|
|
9
|
-
readonly id: import("@angular/core").InputSignal<string>;
|
|
10
|
-
constructor();
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpHeader, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpHeader, "[ngpHeader]", ["ngpHeader"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type NgpOrientation = 'horizontal' | 'vertical';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type NgpSelectionMode = 'single' | 'multiple';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
-
import { NgpDatePickerFirstDayOfWeekNumber } from '../date-picker/date-picker-first-day-of-week';
|
|
3
|
-
export interface NgpDatePickerConfig {
|
|
4
|
-
/**
|
|
5
|
-
* Define the first day of the week for the date picker calendar.
|
|
6
|
-
* @default 7 (Sunday)
|
|
7
|
-
*/
|
|
8
|
-
firstDayOfWeek: NgpDatePickerFirstDayOfWeekNumber;
|
|
9
|
-
}
|
|
10
|
-
export declare const defaultDatePickerConfig: NgpDatePickerConfig;
|
|
11
|
-
export declare const NgpDatePickerConfigToken: InjectionToken<NgpDatePickerConfig>;
|
|
12
|
-
/**
|
|
13
|
-
* Provide the default DatePicker / DateRangePicker configuration
|
|
14
|
-
* @param config The DatePicker / DateRangePicker configuration
|
|
15
|
-
* @returns The provider
|
|
16
|
-
*/
|
|
17
|
-
export declare function provideDatePickerConfig(config: Partial<NgpDatePickerConfig>): Provider[];
|
|
18
|
-
/**
|
|
19
|
-
* Inject the DatePicker / DateRangePicker configuration
|
|
20
|
-
* @returns The global DatePicker / DateRangePicker configuration
|
|
21
|
-
*/
|
|
22
|
-
export declare function injectDatePickerConfig(): NgpDatePickerConfig;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The first day of the week as a number (0-7).
|
|
3
|
-
* - `1` = Monday
|
|
4
|
-
* - `2` = Tuesday
|
|
5
|
-
* - `3` = Wednesday
|
|
6
|
-
* - `4` = Thursday
|
|
7
|
-
* - `5` = Friday
|
|
8
|
-
* - `6` = Saturday
|
|
9
|
-
* - `7` = Sunday
|
|
10
|
-
*/
|
|
11
|
-
export type NgpDatePickerFirstDayOfWeekNumber = 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
12
|
-
/**
|
|
13
|
-
* The first day of the week as a number (0-7).
|
|
14
|
-
* - `1` = Monday
|
|
15
|
-
* - `2` = Tuesday
|
|
16
|
-
* - `3` = Wednesday
|
|
17
|
-
* - `4` = Thursday
|
|
18
|
-
* - `5` = Friday
|
|
19
|
-
* - `6` = Saturday
|
|
20
|
-
* - `7` = Sunday
|
|
21
|
-
*/
|
|
22
|
-
export type NgpDatePickerFirstDayOfWeekNumberInput = NgpDatePickerFirstDayOfWeekNumber | `${NgpDatePickerFirstDayOfWeekNumber}`;
|
|
23
|
-
/**
|
|
24
|
-
* Transform the first day of the week input value to a number (0-7) for the start of the week in
|
|
25
|
-
* the calendar.
|
|
26
|
-
* @param firstDayOfWeek The first day of the week input value (number).
|
|
27
|
-
* @returns The first day of the week number.
|
|
28
|
-
*/
|
|
29
|
-
export declare function transformToFirstDayOfWeekNumber(firstDayOfWeek: NgpDatePickerFirstDayOfWeekNumberInput): NgpDatePickerFirstDayOfWeekNumber;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { InjectOptions } from '@angular/core';
|
|
2
|
-
import { InjectedState } from 'ng-primitives/state';
|
|
3
|
-
import { NgpDateRangePicker } from '../date-range-picker/date-range-picker';
|
|
4
|
-
import type { NgpDatePicker } from './date-picker';
|
|
5
|
-
export declare const NgpDatePickerStateToken: import("@angular/core").InjectionToken<NgpDatePicker<unknown>>;
|
|
6
|
-
export declare const provideDatePickerState: (options?: import("ng-primitives/state").CreateStateProviderOptions) => import("@angular/core").FactoryProvider;
|
|
7
|
-
export declare const injectDatePickerState: <T>(injectOptions?: InjectOptions) => InjectedState<NgpDatePicker<T>>;
|
|
8
|
-
export declare const datePickerState: <U>(state: U) => import("ng-primitives/state").CreatedState<U>;
|
|
9
|
-
export declare function injectDateControllerState<T>(): InjectedState<NgpDatePicker<T> | NgpDateRangePicker<T>>;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { FocusOrigin } from '@angular/cdk/a11y';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import type { NgpDatePickerDateButton } from '../date-picker-date-button/date-picker-date-button';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* The outermost container for the date picker.
|
|
7
|
-
*/
|
|
8
|
-
export declare class NgpDatePicker<T> {
|
|
9
|
-
/**
|
|
10
|
-
* Access the date adapter.
|
|
11
|
-
*/
|
|
12
|
-
private readonly dateAdapter;
|
|
13
|
-
/**
|
|
14
|
-
* Access the date picker config.
|
|
15
|
-
*/
|
|
16
|
-
private readonly config;
|
|
17
|
-
/**
|
|
18
|
-
* Access the injector.
|
|
19
|
-
*/
|
|
20
|
-
private readonly injector;
|
|
21
|
-
/**
|
|
22
|
-
* The minimum date that can be selected.
|
|
23
|
-
*/
|
|
24
|
-
readonly min: import("@angular/core").InputSignal<T | undefined>;
|
|
25
|
-
/**
|
|
26
|
-
* The maximum date that can be selected.
|
|
27
|
-
*/
|
|
28
|
-
readonly max: import("@angular/core").InputSignal<T | undefined>;
|
|
29
|
-
/**
|
|
30
|
-
* Determine if the date picker is disabled.
|
|
31
|
-
*/
|
|
32
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
33
|
-
/**
|
|
34
|
-
* A function that is called to determine if a specific date should be disabled.
|
|
35
|
-
*/
|
|
36
|
-
readonly dateDisabled: import("@angular/core").InputSignal<(date: T) => boolean>;
|
|
37
|
-
/**
|
|
38
|
-
* Sets which day starts the week in the calendar.
|
|
39
|
-
* Accepts 0-7 where 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday, 7=Sunday.
|
|
40
|
-
* Defaults to NgpDatePickerConfig.firstDayOfWeek (default 7 if not overridden).
|
|
41
|
-
* Note: Update calendar header column order when changing from Sunday start.
|
|
42
|
-
* @default 7 (Sunday)
|
|
43
|
-
*/
|
|
44
|
-
readonly firstDayOfWeek: import("@angular/core").InputSignalWithTransform<import("./date-picker-first-day-of-week").NgpDatePickerFirstDayOfWeekNumber, import("./date-picker-first-day-of-week").NgpDatePickerFirstDayOfWeekNumberInput>;
|
|
45
|
-
/**
|
|
46
|
-
* The selected value.
|
|
47
|
-
*/
|
|
48
|
-
readonly date: import("@angular/core").InputSignal<T | undefined>;
|
|
49
|
-
/**
|
|
50
|
-
* Emit when the date changes.
|
|
51
|
-
*/
|
|
52
|
-
readonly dateChange: import("@angular/core").OutputEmitterRef<T | undefined>;
|
|
53
|
-
/**
|
|
54
|
-
* The focused value.
|
|
55
|
-
*/
|
|
56
|
-
readonly focusedDate: import("@angular/core").InputSignal<T>;
|
|
57
|
-
/**
|
|
58
|
-
* Emit when the focused date changes.
|
|
59
|
-
*/
|
|
60
|
-
readonly focusedDateChange: import("@angular/core").OutputEmitterRef<T>;
|
|
61
|
-
/**
|
|
62
|
-
* Detect the label element.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
readonly label: import("@angular/core").Signal<import("ng-primitives/date-picker").NgpDatePickerLabel<unknown> | undefined>;
|
|
66
|
-
/**
|
|
67
|
-
* Access all the date picker buttons
|
|
68
|
-
*/
|
|
69
|
-
private readonly buttons;
|
|
70
|
-
/**
|
|
71
|
-
* The date picker state.
|
|
72
|
-
*/
|
|
73
|
-
protected readonly state: import("ng-primitives/state").CreatedState<NgpDatePicker<T>>;
|
|
74
|
-
/**
|
|
75
|
-
* Set the focused date.
|
|
76
|
-
* @param date The date to focus.
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
setFocusedDate(date: T, origin: FocusOrigin | undefined, direction: 'forward' | 'backward'): void;
|
|
80
|
-
/**
|
|
81
|
-
* Register a date button.
|
|
82
|
-
* @param button The date button to register.
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
registerButton(button: NgpDatePickerDateButton<T>): void;
|
|
86
|
-
/**
|
|
87
|
-
* Unregister a date button.
|
|
88
|
-
* @param button The date button to unregister.
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
unregisterButton(button: NgpDatePickerDateButton<T>): void;
|
|
92
|
-
/**
|
|
93
|
-
* Select a date.
|
|
94
|
-
* @param date The date to select.
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
select(date: T): void;
|
|
98
|
-
/**
|
|
99
|
-
* Determine if a date is selected.
|
|
100
|
-
* @param date The date to check.
|
|
101
|
-
* @returns True if the date is selected, false otherwise.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
isSelected(date: T): boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Determine if a date is the start of a range. In a date picker, this is always false.
|
|
107
|
-
* @param date The date to check.
|
|
108
|
-
* @returns Always false.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
isStartOfRange(_: T): boolean;
|
|
112
|
-
/**
|
|
113
|
-
* Determine if a date is the end of a range. In a date picker, this is always false.
|
|
114
|
-
* @param date The date to check.
|
|
115
|
-
* @returns Always false.
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
isEndOfRange(_: T): boolean;
|
|
119
|
-
/**
|
|
120
|
-
* Determine if a date is between the start and end dates. In a date picker, this is always false.
|
|
121
|
-
* @param date The date to check.
|
|
122
|
-
* @returns True if the date is between the start and end dates, false otherwise.
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
isBetweenRange(_: T): boolean;
|
|
126
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePicker<any>, never>;
|
|
127
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePicker<any>, "[ngpDatePicker]", ["ngpDatePicker"], { "min": { "alias": "ngpDatePickerMin"; "required": false; "isSignal": true; }; "max": { "alias": "ngpDatePickerMax"; "required": false; "isSignal": true; }; "disabled": { "alias": "ngpDatePickerDisabled"; "required": false; "isSignal": true; }; "dateDisabled": { "alias": "ngpDatePickerDateDisabled"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "ngpDatePickerFirstDayOfWeek"; "required": false; "isSignal": true; }; "date": { "alias": "ngpDatePickerDate"; "required": false; "isSignal": true; }; "focusedDate": { "alias": "ngpDatePickerFocusedDate"; "required": false; "isSignal": true; }; }, { "dateChange": "ngpDatePickerDateChange"; "focusedDateChange": "ngpDatePickerFocusedDateChange"; }, ["label"], never, true, never>;
|
|
128
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* A cell in the date picker grid.
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpDatePickerCell {
|
|
6
|
-
/**
|
|
7
|
-
* Access the date picker.
|
|
8
|
-
*/
|
|
9
|
-
private readonly state;
|
|
10
|
-
/**
|
|
11
|
-
* Access the child date picker date button.
|
|
12
|
-
*/
|
|
13
|
-
protected readonly datePickerButton: import("@angular/core").Signal<import("ng-primitives/date-picker").NgpDatePickerDateButton<unknown> | undefined>;
|
|
14
|
-
/**
|
|
15
|
-
* Access the label id.
|
|
16
|
-
*/
|
|
17
|
-
protected readonly labelId: import("@angular/core").Signal<string | undefined>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerCell, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerCell, "[ngpDatePickerCell]", ["ngpDatePickerCell"], {}, {}, ["datePickerButton"], never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { NgpDatePickerCellRender } from './date-picker-cell-render';
|
|
3
|
-
export declare const NgpDatePickerCellRenderToken: InjectionToken<NgpDatePickerCellRender<unknown>>;
|
|
4
|
-
/**
|
|
5
|
-
* Inject the DatePickerCell directive instance
|
|
6
|
-
*/
|
|
7
|
-
export declare function injectDatePickerCellRender<T>(): NgpDatePickerCellRender<T>;
|
|
8
|
-
export declare const NgpDatePickerCellDateToken: InjectionToken<unknown>;
|
|
9
|
-
/**
|
|
10
|
-
* Inject current cell date
|
|
11
|
-
*/
|
|
12
|
-
export declare function injectDatePickerCellDate<T>(): T;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A structural directive that renders a cell in the date picker grid.
|
|
5
|
-
*/
|
|
6
|
-
export declare class NgpDatePickerCellRender<T> implements OnDestroy {
|
|
7
|
-
/**
|
|
8
|
-
* Access the template ref for the cell.
|
|
9
|
-
*/
|
|
10
|
-
private readonly templateRef;
|
|
11
|
-
/**
|
|
12
|
-
* Access the view container ref.
|
|
13
|
-
*/
|
|
14
|
-
private readonly viewContainerRef;
|
|
15
|
-
/**
|
|
16
|
-
* Access the dates in the week.
|
|
17
|
-
*/
|
|
18
|
-
private readonly dates;
|
|
19
|
-
/**
|
|
20
|
-
* Store the view refs for the dates.
|
|
21
|
-
*/
|
|
22
|
-
private readonly viewRefs;
|
|
23
|
-
static ngTemplateContextGuard<T>(_: NgpDatePickerCellRender<T>, context: unknown): context is NgpDatePickerCellContext<T>;
|
|
24
|
-
constructor();
|
|
25
|
-
/**
|
|
26
|
-
* Render the dates in the week.
|
|
27
|
-
*/
|
|
28
|
-
private renderDates;
|
|
29
|
-
/**
|
|
30
|
-
* Destroy the view refs.
|
|
31
|
-
*/
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerCellRender<any>, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerCellRender<any>, "[ngpDatePickerCellRender]", ["ngpDatePickerCellRender"], {}, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
36
|
-
interface NgpDatePickerCellContext<T> {
|
|
37
|
-
$implicit: T;
|
|
38
|
-
}
|
|
39
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { NgpDatePickerDateButton } from './date-picker-date-button';
|
|
3
|
-
export declare const NgpDatePickerDateButtonToken: InjectionToken<NgpDatePickerDateButton<unknown>>;
|
|
4
|
-
/**
|
|
5
|
-
* Inject the DatePickerDateButton directive instance
|
|
6
|
-
*/
|
|
7
|
-
export declare function injectDatePickerDateButton<T>(): NgpDatePickerDateButton<T>;
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A button that represents a date in the date picker grid.
|
|
5
|
-
*/
|
|
6
|
-
export declare class NgpDatePickerDateButton<T> implements OnDestroy {
|
|
7
|
-
/**
|
|
8
|
-
* Access the element ref.
|
|
9
|
-
*/
|
|
10
|
-
private readonly elementRef;
|
|
11
|
-
/**
|
|
12
|
-
* Access the focus monitor.
|
|
13
|
-
*/
|
|
14
|
-
private readonly focusMonitor;
|
|
15
|
-
/**
|
|
16
|
-
* Access the date picker state.
|
|
17
|
-
*/
|
|
18
|
-
private readonly state;
|
|
19
|
-
/**
|
|
20
|
-
* Access the date adapter.
|
|
21
|
-
*/
|
|
22
|
-
private readonly dateAdapter;
|
|
23
|
-
/**
|
|
24
|
-
* The date this cell represents.
|
|
25
|
-
*/
|
|
26
|
-
private readonly date;
|
|
27
|
-
/**
|
|
28
|
-
* Determine if this is the focused date.
|
|
29
|
-
*/
|
|
30
|
-
protected readonly focused: import("@angular/core").Signal<boolean>;
|
|
31
|
-
/**
|
|
32
|
-
* Determine if this is the selected date.
|
|
33
|
-
*/
|
|
34
|
-
protected readonly selected: import("@angular/core").Signal<boolean>;
|
|
35
|
-
/**
|
|
36
|
-
* Determine if this is the start date of the range.
|
|
37
|
-
*/
|
|
38
|
-
protected readonly start: import("@angular/core").Signal<boolean>;
|
|
39
|
-
/**
|
|
40
|
-
* Determine if this is the end date of the range.
|
|
41
|
-
*/
|
|
42
|
-
protected readonly end: import("@angular/core").Signal<boolean>;
|
|
43
|
-
/**
|
|
44
|
-
* Determine if this is between the start and end dates of the range.
|
|
45
|
-
*/
|
|
46
|
-
protected readonly betweenRange: import("@angular/core").Signal<boolean>;
|
|
47
|
-
/**
|
|
48
|
-
* Determine if this date is outside the current month.
|
|
49
|
-
*/
|
|
50
|
-
protected readonly outside: import("@angular/core").Signal<boolean>;
|
|
51
|
-
/**
|
|
52
|
-
* Determine if this date is today.
|
|
53
|
-
*/
|
|
54
|
-
protected readonly today: import("@angular/core").Signal<boolean>;
|
|
55
|
-
/**
|
|
56
|
-
* Determine if this date is disabled.
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
60
|
-
/**
|
|
61
|
-
* Determine if the element is a button.
|
|
62
|
-
*/
|
|
63
|
-
protected readonly isButton: boolean;
|
|
64
|
-
constructor();
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
|
-
/**
|
|
67
|
-
* When the button is clicked, select the date.
|
|
68
|
-
*/
|
|
69
|
-
protected select(event?: KeyboardEvent): void;
|
|
70
|
-
/**
|
|
71
|
-
* Focus if this is the current focused date.
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
focus(): void;
|
|
75
|
-
/**
|
|
76
|
-
* Focus the previous cell.
|
|
77
|
-
*/
|
|
78
|
-
protected focusPrevious(event: KeyboardEvent): void;
|
|
79
|
-
/**
|
|
80
|
-
* Focus the next cell.
|
|
81
|
-
*/
|
|
82
|
-
protected focusNext(event: KeyboardEvent): void;
|
|
83
|
-
/**
|
|
84
|
-
* Focus the above cell.
|
|
85
|
-
*/
|
|
86
|
-
protected focusAbove(event: KeyboardEvent): void;
|
|
87
|
-
/**
|
|
88
|
-
* Focus the below cell.
|
|
89
|
-
*/
|
|
90
|
-
protected focusBelow(event: KeyboardEvent): void;
|
|
91
|
-
/**
|
|
92
|
-
* Focus the first date of the month.
|
|
93
|
-
*/
|
|
94
|
-
protected focusFirst(event: KeyboardEvent): void;
|
|
95
|
-
/**
|
|
96
|
-
* Focus the last date of the month.
|
|
97
|
-
*/
|
|
98
|
-
protected focusLast(event: KeyboardEvent): void;
|
|
99
|
-
/**
|
|
100
|
-
* Focus the same date in the previous month.
|
|
101
|
-
*/
|
|
102
|
-
protected focusPreviousMonth(event: KeyboardEvent): void;
|
|
103
|
-
/**
|
|
104
|
-
* Focus the same date in the next month.
|
|
105
|
-
*/
|
|
106
|
-
protected focusNextMonth(event: KeyboardEvent): void;
|
|
107
|
-
private focusDate;
|
|
108
|
-
/**
|
|
109
|
-
* Get the direction of the element.
|
|
110
|
-
*/
|
|
111
|
-
private getDirection;
|
|
112
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerDateButton<any>, never>;
|
|
113
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerDateButton<any>, "[ngpDatePickerDateButton]", ["ngpDatePickerDateButton"], {}, {}, never, never, true, never>;
|
|
114
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The grid that contains the days of the month.
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpDatePickerGrid<T> {
|
|
6
|
-
/**
|
|
7
|
-
* Access the date picker state.
|
|
8
|
-
*/
|
|
9
|
-
protected readonly state: import("ng-primitives/state").InjectedState<import("ng-primitives/date-picker").NgpDatePicker<T> | import("ng-primitives/date-picker").NgpDateRangePicker<T>>;
|
|
10
|
-
/**
|
|
11
|
-
* Determine the id for the label.
|
|
12
|
-
*/
|
|
13
|
-
protected readonly labelId: import("@angular/core").Signal<string | undefined>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerGrid<any>, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerGrid<any>, "[ngpDatePickerGrid]", ["ngpDatePickerGrid"], {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { NgpDatePickerLabel } from './date-picker-label';
|
|
3
|
-
export declare const NgpDatePickerLabelToken: InjectionToken<NgpDatePickerLabel<unknown>>;
|
|
4
|
-
/**
|
|
5
|
-
* Inject the DatePickerLabel directive instance
|
|
6
|
-
*/
|
|
7
|
-
export declare function injectDatePickerLabel<T>(): NgpDatePickerLabel<T>;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* The label that displays the current month and year typically in the header of the date picker. This will be announced by screen readers when the date changes.
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpDatePickerLabel<T> {
|
|
6
|
-
/**
|
|
7
|
-
* Access the date picker.
|
|
8
|
-
*/
|
|
9
|
-
protected readonly state: import("ng-primitives/state").InjectedState<import("ng-primitives/date-picker").NgpDatePicker<T> | import("ng-primitives/date-picker").NgpDateRangePicker<T>>;
|
|
10
|
-
/**
|
|
11
|
-
* Define a unique id for the label.
|
|
12
|
-
*/
|
|
13
|
-
readonly id: import("@angular/core").InputSignal<string>;
|
|
14
|
-
/**
|
|
15
|
-
* Define the aria live attribute.
|
|
16
|
-
*/
|
|
17
|
-
readonly ariaLive: import("@angular/core").InputSignal<string>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerLabel<any>, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerLabel<any>, "[ngpDatePickerLabel]", ["ngpDatePickerLabel"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "ariaLive": { "alias": "aria-live"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* A button that navigates to the next month.
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpDatePickerNextMonth<T> {
|
|
6
|
-
/**
|
|
7
|
-
* Access the element ref.
|
|
8
|
-
*/
|
|
9
|
-
private readonly elementRef;
|
|
10
|
-
/**
|
|
11
|
-
* Access the date adapter.
|
|
12
|
-
*/
|
|
13
|
-
private readonly dateAdapter;
|
|
14
|
-
/**
|
|
15
|
-
* Access the date picker state.
|
|
16
|
-
*/
|
|
17
|
-
private readonly state;
|
|
18
|
-
/**
|
|
19
|
-
* Determine if this is a button element
|
|
20
|
-
*/
|
|
21
|
-
protected readonly isButton: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Determine if the next month is disabled.
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
27
|
-
constructor();
|
|
28
|
-
/**
|
|
29
|
-
* Navigate to the next month.
|
|
30
|
-
*/
|
|
31
|
-
protected navigateToNextMonth(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerNextMonth<any>, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerNextMonth<any>, "[ngpDatePickerNextMonth]", ["ngpDatePickerNextMonth"], {}, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* A button that navigates to the previous month.
|
|
4
|
-
*/
|
|
5
|
-
export declare class NgpDatePickerPreviousMonth<T> {
|
|
6
|
-
/**
|
|
7
|
-
* Access the element ref.
|
|
8
|
-
*/
|
|
9
|
-
private readonly elementRef;
|
|
10
|
-
/**
|
|
11
|
-
* Access the date adapter.
|
|
12
|
-
*/
|
|
13
|
-
private readonly dateAdapter;
|
|
14
|
-
/**
|
|
15
|
-
* Access the date picker state.
|
|
16
|
-
*/
|
|
17
|
-
private readonly state;
|
|
18
|
-
/**
|
|
19
|
-
* Determine if this is a button element
|
|
20
|
-
*/
|
|
21
|
-
protected readonly isButton: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Determine if the next month is disabled.
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
27
|
-
constructor();
|
|
28
|
-
/**
|
|
29
|
-
* Navigate to the previous month.
|
|
30
|
-
*/
|
|
31
|
-
protected navigateToPreviouMonth(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgpDatePickerPreviousMonth<any>, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NgpDatePickerPreviousMonth<any>, "[ngpDatePickerPreviousMonth]", ["ngpDatePickerPreviousMonth"], {}, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { NgpDatePickerRowRender } from './date-picker-row-render';
|
|
3
|
-
export declare const NgpDatePickerRowRenderToken: InjectionToken<NgpDatePickerRowRender<unknown>>;
|
|
4
|
-
/**
|
|
5
|
-
* Inject the DatePickerRowRender directive instance
|
|
6
|
-
*/
|
|
7
|
-
export declare function injectDatePickerRowRender<T>(): NgpDatePickerRowRender<T>;
|
|
8
|
-
export declare const NgpDatePickerWeekToken: InjectionToken<unknown[]>;
|
|
9
|
-
/**
|
|
10
|
-
* Inject current week days
|
|
11
|
-
*/
|
|
12
|
-
export declare function injectDatePickerWeek<T>(): T[];
|