@radix-ng/primitives 0.42.0 → 0.44.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/accordion/index.d.ts +160 -15
- package/alert-dialog/index.d.ts +54 -14
- package/arrow/README.md +1 -0
- package/arrow/index.d.ts +11 -0
- package/aspect-ratio/index.d.ts +35 -1
- package/avatar/index.d.ts +81 -11
- package/calendar/index.d.ts +310 -29
- package/checkbox/index.d.ts +163 -15
- package/collapsible/index.d.ts +82 -11
- package/config/index.d.ts +35 -2
- package/context-menu/index.d.ts +126 -23
- package/core/index.d.ts +898 -27
- package/cropper/index.d.ts +134 -14
- package/date-field/index.d.ts +209 -10
- package/dialog/index.d.ts +202 -20
- package/dismissable-layer/README.md +1 -0
- package/dismissable-layer/index.d.ts +126 -0
- package/dropdown-menu/index.d.ts +168 -23
- package/editable/index.d.ts +70 -1
- package/fesm2022/radix-ng-primitives-accordion.mjs +36 -36
- package/fesm2022/radix-ng-primitives-accordion.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs +28 -28
- package/fesm2022/radix-ng-primitives-alert-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-arrow.mjs +38 -0
- package/fesm2022/radix-ng-primitives-arrow.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-aspect-ratio.mjs +5 -5
- package/fesm2022/radix-ng-primitives-aspect-ratio.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-avatar.mjs +20 -20
- package/fesm2022/radix-ng-primitives-avatar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-calendar.mjs +110 -95
- package/fesm2022/radix-ng-primitives-calendar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-checkbox.mjs +219 -209
- package/fesm2022/radix-ng-primitives-checkbox.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-collapsible.mjs +27 -27
- package/fesm2022/radix-ng-primitives-collapsible.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-config.mjs +5 -5
- package/fesm2022/radix-ng-primitives-config.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-context-menu.mjs +34 -34
- package/fesm2022/radix-ng-primitives-context-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-core.mjs +72 -24
- package/fesm2022/radix-ng-primitives-core.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-cropper.mjs +51 -51
- package/fesm2022/radix-ng-primitives-cropper.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-date-field.mjs +48 -48
- package/fesm2022/radix-ng-primitives-date-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-dialog.mjs +33 -33
- package/fesm2022/radix-ng-primitives-dialog.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-dismissable-layer.mjs +418 -0
- package/fesm2022/radix-ng-primitives-dismissable-layer.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-dropdown-menu.mjs +37 -37
- package/fesm2022/radix-ng-primitives-dropdown-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-editable.mjs +21 -21
- package/fesm2022/radix-ng-primitives-editable.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-focus-guards.mjs +53 -0
- package/fesm2022/radix-ng-primitives-focus-guards.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-focus-scope.mjs +17 -9
- package/fesm2022/radix-ng-primitives-focus-scope.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-hover-card.mjs +74 -74
- package/fesm2022/radix-ng-primitives-hover-card.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-label.mjs +8 -8
- package/fesm2022/radix-ng-primitives-label.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menu.mjs +65 -65
- package/fesm2022/radix-ng-primitives-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-menubar.mjs +31 -31
- package/fesm2022/radix-ng-primitives-menubar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-navigation-menu.mjs +91 -88
- package/fesm2022/radix-ng-primitives-navigation-menu.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-number-field.mjs +56 -43
- package/fesm2022/radix-ng-primitives-number-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-pagination.mjs +45 -45
- package/fesm2022/radix-ng-primitives-pagination.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-popover.mjs +68 -68
- package/fesm2022/radix-ng-primitives-popover.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-popper.mjs +418 -0
- package/fesm2022/radix-ng-primitives-popper.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-portal.mjs +51 -0
- package/fesm2022/radix-ng-primitives-portal.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-presence.mjs +4 -4
- package/fesm2022/radix-ng-primitives-presence.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-progress.mjs +15 -15
- package/fesm2022/radix-ng-primitives-progress.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-radio.mjs +30 -30
- package/fesm2022/radix-ng-primitives-radio.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-roving-focus.mjs +179 -163
- package/fesm2022/radix-ng-primitives-roving-focus.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-select.mjs +37 -37
- package/fesm2022/radix-ng-primitives-select.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-separator.mjs +16 -14
- package/fesm2022/radix-ng-primitives-separator.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-slider.mjs +75 -75
- package/fesm2022/radix-ng-primitives-slider.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-stepper.mjs +45 -45
- package/fesm2022/radix-ng-primitives-stepper.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-switch.mjs +28 -28
- package/fesm2022/radix-ng-primitives-switch.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-tabs.mjs +33 -33
- package/fesm2022/radix-ng-primitives-tabs.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-time-field.mjs +78 -66
- package/fesm2022/radix-ng-primitives-time-field.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toggle-group.mjs +22 -22
- package/fesm2022/radix-ng-primitives-toggle-group.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toggle.mjs +9 -9
- package/fesm2022/radix-ng-primitives-toggle.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-toolbar.mjs +28 -28
- package/fesm2022/radix-ng-primitives-toolbar.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-tooltip.mjs +74 -74
- package/fesm2022/radix-ng-primitives-tooltip.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives-tooltip2.mjs +740 -0
- package/fesm2022/radix-ng-primitives-tooltip2.mjs.map +1 -0
- package/fesm2022/radix-ng-primitives-visually-hidden.mjs +93 -98
- package/fesm2022/radix-ng-primitives-visually-hidden.mjs.map +1 -1
- package/fesm2022/radix-ng-primitives.mjs.map +1 -1
- package/focus-guards/README.md +1 -0
- package/focus-guards/index.d.ts +15 -0
- package/focus-scope/index.d.ts +65 -1
- package/hover-card/index.d.ts +471 -19
- package/index.d.ts +2 -1
- package/label/index.d.ts +27 -1
- package/menu/index.d.ts +136 -26
- package/menubar/index.d.ts +53 -21
- package/navigation-menu/index.d.ts +402 -25
- package/number-field/index.d.ts +202 -16
- package/package.json +26 -5
- package/pagination/index.d.ts +96 -20
- package/popover/index.d.ts +402 -19
- package/popper/README.md +3 -0
- package/popper/index.d.ts +206 -0
- package/portal/README.md +1 -0
- package/portal/index.d.ts +22 -0
- package/presence/index.d.ts +103 -5
- package/progress/index.d.ts +76 -8
- package/radio/index.d.ts +118 -4
- package/roving-focus/index.d.ts +174 -3
- package/select/index.d.ts +211 -23
- package/separator/index.d.ts +63 -1
- package/slider/index.d.ts +262 -17
- package/stepper/index.d.ts +122 -21
- package/switch/index.d.ts +102 -9
- package/tabs/index.d.ts +111 -13
- package/time-field/index.d.ts +211 -10
- package/toggle/index.d.ts +75 -3
- package/toggle-group/index.d.ts +194 -5
- package/toolbar/index.d.ts +52 -16
- package/tooltip/index.d.ts +432 -19
- package/tooltip2/README.md +3 -0
- package/tooltip2/index.d.ts +325 -0
- package/visually-hidden/index.d.ts +65 -3
- package/accordion/src/accordion-content-presence.directive.d.ts +0 -6
- package/accordion/src/accordion-content.directive.d.ts +0 -8
- package/accordion/src/accordion-header.directive.d.ts +0 -7
- package/accordion/src/accordion-item.directive.d.ts +0 -43
- package/accordion/src/accordion-root.directive.d.ts +0 -83
- package/accordion/src/accordion-trigger.directive.d.ts +0 -10
- package/alert-dialog/src/alert-dialog-cancel.directive.d.ts +0 -7
- package/alert-dialog/src/alert-dialog-content.directive.d.ts +0 -9
- package/alert-dialog/src/alert-dialog-root.directive.d.ts +0 -9
- package/alert-dialog/src/alert-dialog-title.directive.d.ts +0 -5
- package/alert-dialog/src/alert-dialog-trigger.directive.d.ts +0 -7
- package/alert-dialog/src/alert-dialog.service.d.ts +0 -14
- package/aspect-ratio/src/aspect-ratio.directive.d.ts +0 -32
- package/avatar/src/avatar-context.token.d.ts +0 -7
- package/avatar/src/avatar-fallback.directive.d.ts +0 -20
- package/avatar/src/avatar-image.directive.d.ts +0 -29
- package/avatar/src/avatar-root.directive.d.ts +0 -8
- package/avatar/src/avatar.config.d.ts +0 -13
- package/avatar/src/types.d.ts +0 -2
- package/calendar/src/calendar-cell-trigger.directive.d.ts +0 -54
- package/calendar/src/calendar-cell.directive.d.ts +0 -11
- package/calendar/src/calendar-grid-body.directive.d.ts +0 -5
- package/calendar/src/calendar-grid-head.directive.d.ts +0 -5
- package/calendar/src/calendar-grid-row.directive.d.ts +0 -5
- package/calendar/src/calendar-grid.directive.d.ts +0 -8
- package/calendar/src/calendar-head-cell.directive.d.ts +0 -5
- package/calendar/src/calendar-header.directive.d.ts +0 -5
- package/calendar/src/calendar-heading.directive.d.ts +0 -7
- package/calendar/src/calendar-next.directive.d.ts +0 -16
- package/calendar/src/calendar-prev.directive.d.ts +0 -16
- package/calendar/src/calendar-root.directive.d.ts +0 -148
- package/calendar/src/calendar.d.ts +0 -44
- package/calendar/src//321/201alendar-/321/201ontext.token.d.ts +0 -24
- package/checkbox/src/checkbox-button.directive.d.ts +0 -8
- package/checkbox/src/checkbox-indicator.directive.d.ts +0 -6
- package/checkbox/src/checkbox-input.directive.d.ts +0 -10
- package/checkbox/src/checkbox.directive.d.ts +0 -86
- package/checkbox/src/checkbox.token.d.ts +0 -4
- package/collapsible/src/collapsible-content-presence.directive.d.ts +0 -6
- package/collapsible/src/collapsible-content.directive.d.ts +0 -18
- package/collapsible/src/collapsible-root.directive.d.ts +0 -44
- package/collapsible/src/collapsible-trigger.directive.d.ts +0 -6
- package/config/src/config.d.ts +0 -21
- package/config/src/config.provider.d.ts +0 -10
- package/context-menu/src/context-menu-content.directive.d.ts +0 -15
- package/context-menu/src/context-menu-item-checkbox.directive.d.ts +0 -9
- package/context-menu/src/context-menu-item-indicator.directive.d.ts +0 -7
- package/context-menu/src/context-menu-item-radio-group.directive.d.ts +0 -12
- package/context-menu/src/context-menu-item-radio.directive.d.ts +0 -19
- package/context-menu/src/context-menu-item-selectable.d.ts +0 -12
- package/context-menu/src/context-menu-item.directive.d.ts +0 -17
- package/context-menu/src/context-menu-label.directive.d.ts +0 -5
- package/context-menu/src/context-menu-separator.directive.d.ts +0 -6
- package/context-menu/src/context-menu-trigger.directive.d.ts +0 -31
- package/core/src/accessor/control-value-accessor.d.ts +0 -67
- package/core/src/accessor/provide-value-accessor.d.ts +0 -12
- package/core/src/auto-focus.directive.d.ts +0 -14
- package/core/src/chunk.d.ts +0 -12
- package/core/src/clamp.d.ts +0 -38
- package/core/src/create-context.d.ts +0 -10
- package/core/src/date-time/calendar.d.ts +0 -33
- package/core/src/date-time/comparators.d.ts +0 -98
- package/core/src/date-time/formatter.d.ts +0 -30
- package/core/src/date-time/index.d.ts +0 -9
- package/core/src/date-time/parser.d.ts +0 -37
- package/core/src/date-time/parts.d.ts +0 -12
- package/core/src/date-time/placeholders.d.ts +0 -8
- package/core/src/date-time/segment.d.ts +0 -4
- package/core/src/date-time/types.d.ts +0 -58
- package/core/src/date-time/useDateField.d.ts +0 -142
- package/core/src/date-time/utils.d.ts +0 -7
- package/core/src/document.d.ts +0 -1
- package/core/src/focus-initial.directive.d.ts +0 -9
- package/core/src/getActiveElement.d.ts +0 -1
- package/core/src/id-generator.d.ts +0 -12
- package/core/src/inject-ng-control.d.ts +0 -8
- package/core/src/is-client.d.ts +0 -1
- package/core/src/is-equal.d.ts +0 -7
- package/core/src/is-inside-form.d.ts +0 -2
- package/core/src/is-nullish.d.ts +0 -1
- package/core/src/is-number.d.ts +0 -1
- package/core/src/isValueEqualOrExist.d.ts +0 -10
- package/core/src/kbd-constants.d.ts +0 -41
- package/core/src/positioning/constants.d.ts +0 -3
- package/core/src/positioning/types.d.ts +0 -42
- package/core/src/positioning/utils.d.ts +0 -12
- package/core/src/provide-token.d.ts +0 -22
- package/core/src/serialize.d.ts +0 -11
- package/core/src/types.d.ts +0 -25
- package/core/src/useArrowNavigation.d.ts +0 -65
- package/core/src/useResizeObserver.d.ts +0 -15
- package/core/src/watch.d.ts +0 -41
- package/core/src/window.d.ts +0 -3
- package/cropper/src/cropper-context.token.d.ts +0 -12
- package/cropper/src/cropper-crop-area.directive.d.ts +0 -6
- package/cropper/src/cropper-description.directive.d.ts +0 -6
- package/cropper/src/cropper-image.component.d.ts +0 -10
- package/cropper/src/cropper-root.directive.d.ts +0 -91
- package/date-field/src/date-field-context.token.d.ts +0 -19
- package/date-field/src/date-field-input.directive.d.ts +0 -53
- package/date-field/src/date-field-root.directive.d.ts +0 -131
- package/dialog/src/dialog-close.directive.d.ts +0 -7
- package/dialog/src/dialog-content.directive.d.ts +0 -21
- package/dialog/src/dialog-description.directive.d.ts +0 -5
- package/dialog/src/dialog-dismiss.directive.d.ts +0 -7
- package/dialog/src/dialog-ref.d.ts +0 -40
- package/dialog/src/dialog-title.directive.d.ts +0 -5
- package/dialog/src/dialog-trigger.directive.d.ts +0 -28
- package/dialog/src/dialog.config.d.ts +0 -41
- package/dialog/src/dialog.injectors.d.ts +0 -4
- package/dialog/src/dialog.providers.d.ts +0 -19
- package/dialog/src/dialog.service.d.ts +0 -26
- package/dismissible-layer/README.md +0 -1
- package/dismissible-layer/index.d.ts +0 -1
- package/dismissible-layer/src/utils.d.ts +0 -38
- package/dropdown-menu/src/dropdown-menu-content.directive.d.ts +0 -15
- package/dropdown-menu/src/dropdown-menu-item-checkbox.directive.d.ts +0 -9
- package/dropdown-menu/src/dropdown-menu-item-indicator.directive.d.ts +0 -7
- package/dropdown-menu/src/dropdown-menu-item-radio-group.directive.d.ts +0 -12
- package/dropdown-menu/src/dropdown-menu-item-radio.directive.d.ts +0 -19
- package/dropdown-menu/src/dropdown-menu-item-selectable.d.ts +0 -12
- package/dropdown-menu/src/dropdown-menu-item.directive.d.ts +0 -17
- package/dropdown-menu/src/dropdown-menu-label.directive.d.ts +0 -6
- package/dropdown-menu/src/dropdown-menu-separator.directive.d.ts +0 -6
- package/dropdown-menu/src/dropdown-menu-trigger.directive.d.ts +0 -73
- package/editable/src/editable-root.d.ts +0 -67
- package/fesm2022/radix-ng-primitives-dismissible-layer.mjs +0 -211
- package/fesm2022/radix-ng-primitives-dismissible-layer.mjs.map +0 -1
- package/focus-scope/src/focus-scope.d.ts +0 -53
- package/focus-scope/src/stack.d.ts +0 -13
- package/focus-scope/src/utils.d.ts +0 -46
- package/hover-card/src/hover-card-anchor.directive.d.ts +0 -28
- package/hover-card/src/hover-card-anchor.token.d.ts +0 -3
- package/hover-card/src/hover-card-arrow.directive.d.ts +0 -45
- package/hover-card/src/hover-card-arrow.token.d.ts +0 -3
- package/hover-card/src/hover-card-close.directive.d.ts +0 -18
- package/hover-card/src/hover-card-close.token.d.ts +0 -3
- package/hover-card/src/hover-card-content-attributes.component.d.ts +0 -25
- package/hover-card/src/hover-card-content-attributes.token.d.ts +0 -3
- package/hover-card/src/hover-card-content.directive.d.ts +0 -124
- package/hover-card/src/hover-card-root.directive.d.ts +0 -182
- package/hover-card/src/hover-card-root.inject.d.ts +0 -3
- package/hover-card/src/hover-card-trigger.directive.d.ts +0 -26
- package/hover-card/src/hover-card.types.d.ts +0 -18
- package/hover-card/src/utils/cdk-event.service.d.ts +0 -30
- package/hover-card/src/utils/constants.d.ts +0 -1
- package/hover-card/src/utils/types.d.ts +0 -7
- package/label/src/label.directive.d.ts +0 -24
- package/menu/src/menu-content.directive.d.ts +0 -6
- package/menu/src/menu-directive.d.ts +0 -6
- package/menu/src/menu-group.directive.d.ts +0 -6
- package/menu/src/menu-item-checkbox.directive.d.ts +0 -21
- package/menu/src/menu-item-indicator.directive.d.ts +0 -10
- package/menu/src/menu-item-radio.directive.d.ts +0 -20
- package/menu/src/menu-item.directive.d.ts +0 -18
- package/menu/src/menu-label.directive.d.ts +0 -5
- package/menu/src/menu-radio-group.directive.d.ts +0 -6
- package/menu/src/menu-separator.directive.d.ts +0 -5
- package/menu/src/menu-trigger.directive.d.ts +0 -35
- package/menu/src/utils.d.ts +0 -3
- package/menubar/src/menubar-content.directive.d.ts +0 -6
- package/menubar/src/menubar-item-checkbox.directive.d.ts +0 -6
- package/menubar/src/menubar-item-indicator.directive.d.ts +0 -6
- package/menubar/src/menubar-item-radio.directive.d.ts +0 -6
- package/menubar/src/menubar-item.directive.d.ts +0 -6
- package/menubar/src/menubar-radio-group.directive.d.ts +0 -6
- package/menubar/src/menubar-root.directive.d.ts +0 -6
- package/menubar/src/menubar-separator.directive.d.ts +0 -6
- package/menubar/src/menubar-trigger.directive.d.ts +0 -6
- package/navigation-menu/src/navigation-menu-a11y.component.d.ts +0 -15
- package/navigation-menu/src/navigation-menu-content.directive.d.ts +0 -31
- package/navigation-menu/src/navigation-menu-indicator.directive.d.ts +0 -29
- package/navigation-menu/src/navigation-menu-item.directive.d.ts +0 -44
- package/navigation-menu/src/navigation-menu-link.directive.d.ts +0 -17
- package/navigation-menu/src/navigation-menu-list.directive.d.ts +0 -38
- package/navigation-menu/src/navigation-menu-sub.directive.d.ts +0 -19
- package/navigation-menu/src/navigation-menu-trigger.directive.d.ts +0 -33
- package/navigation-menu/src/navigation-menu-viewport.directive.d.ts +0 -61
- package/navigation-menu/src/navigation-menu.directive.d.ts +0 -76
- package/navigation-menu/src/navigation-menu.token.d.ts +0 -36
- package/navigation-menu/src/navigation-menu.types.d.ts +0 -13
- package/navigation-menu/src/utils.d.ts +0 -44
- package/number-field/src/number-field-context.token.d.ts +0 -24
- package/number-field/src/number-field-decrement.directive.d.ts +0 -23
- package/number-field/src/number-field-increment.directive.d.ts +0 -23
- package/number-field/src/number-field-input.directive.d.ts +0 -22
- package/number-field/src/number-field-root.directive.d.ts +0 -86
- package/number-field/src/types.d.ts +0 -1
- package/number-field/src/utils.d.ts +0 -18
- package/pagination/src/pagination-context.token.d.ts +0 -11
- package/pagination/src/pagination-ellipsis.directive.d.ts +0 -5
- package/pagination/src/pagination-first.directive.d.ts +0 -8
- package/pagination/src/pagination-last.directive.d.ts +0 -8
- package/pagination/src/pagination-list-item.directive.d.ts +0 -10
- package/pagination/src/pagination-list.directive.d.ts +0 -12
- package/pagination/src/pagination-next.directive.d.ts +0 -8
- package/pagination/src/pagination-prev.directive.d.ts +0 -8
- package/pagination/src/pagination-root.directive.d.ts +0 -18
- package/pagination/src/utils.d.ts +0 -9
- package/popover/src/popover-anchor.directive.d.ts +0 -28
- package/popover/src/popover-anchor.token.d.ts +0 -3
- package/popover/src/popover-arrow.directive.d.ts +0 -40
- package/popover/src/popover-arrow.token.d.ts +0 -3
- package/popover/src/popover-close.directive.d.ts +0 -15
- package/popover/src/popover-close.token.d.ts +0 -3
- package/popover/src/popover-content-attributes.component.d.ts +0 -23
- package/popover/src/popover-content-attributes.token.d.ts +0 -3
- package/popover/src/popover-content.directive.d.ts +0 -104
- package/popover/src/popover-root.directive.d.ts +0 -155
- package/popover/src/popover-root.inject.d.ts +0 -3
- package/popover/src/popover-trigger.directive.d.ts +0 -18
- package/popover/src/popover.types.d.ts +0 -14
- package/popover/src/utils/cdk-event.service.d.ts +0 -30
- package/popover/src/utils/constants.d.ts +0 -1
- package/popover/src/utils/types.d.ts +0 -7
- package/presence/src/presence.d.ts +0 -42
- package/presence/src/presence.directive.d.ts +0 -27
- package/presence/src/transitions/transition.collapse.d.ts +0 -15
- package/presence/src/transitions/transition.toast.d.ts +0 -3
- package/presence/src/types.d.ts +0 -15
- package/presence/src/utils.d.ts +0 -42
- package/progress/src/progress-indicator.directive.d.ts +0 -15
- package/progress/src/progress-root.directive.d.ts +0 -54
- package/radio/src/radio-indicator.directive.d.ts +0 -9
- package/radio/src/radio-item-input.directive.d.ts +0 -12
- package/radio/src/radio-item.directive.d.ts +0 -30
- package/radio/src/radio-root.directive.d.ts +0 -57
- package/radio/src/radio-tokens.d.ts +0 -14
- package/roving-focus/src/roving-focus-group.directive.d.ts +0 -50
- package/roving-focus/src/roving-focus-item.directive.d.ts +0 -50
- package/roving-focus/src/utils.d.ts +0 -19
- package/select/src/select-content.directive.d.ts +0 -20
- package/select/src/select-group.directive.d.ts +0 -5
- package/select/src/select-icon.directive.d.ts +0 -5
- package/select/src/select-item-indicator.directive.d.ts +0 -7
- package/select/src/select-item.directive.d.ts +0 -53
- package/select/src/select-label.directive.d.ts +0 -5
- package/select/src/select-separator.directive.d.ts +0 -5
- package/select/src/select-trigger.directive.d.ts +0 -17
- package/select/src/select-value.directive.d.ts +0 -8
- package/select/src/select.component.d.ts +0 -98
- package/separator/src/separator.directive.d.ts +0 -60
- package/slider/src/slider-horizontal.component.d.ts +0 -28
- package/slider/src/slider-impl.directive.d.ts +0 -17
- package/slider/src/slider-orientation-context.service.d.ts +0 -14
- package/slider/src/slider-range.component.d.ts +0 -13
- package/slider/src/slider-root.component.d.ts +0 -123
- package/slider/src/slider-thumb-impl.directive.d.ts +0 -27
- package/slider/src/slider-thumb.component.d.ts +0 -6
- package/slider/src/slider-track.component.d.ts +0 -7
- package/slider/src/slider-vertical.component.d.ts +0 -28
- package/slider/src/utils.d.ts +0 -52
- package/stepper/src/stepper-description.directive.d.ts +0 -6
- package/stepper/src/stepper-indicator.directive.d.ts +0 -6
- package/stepper/src/stepper-item-context.token.d.ts +0 -13
- package/stepper/src/stepper-item.directive.d.ts +0 -21
- package/stepper/src/stepper-root-context.token.d.ts +0 -12
- package/stepper/src/stepper-root.directive.d.ts +0 -33
- package/stepper/src/stepper-separator.directive.d.ts +0 -10
- package/stepper/src/stepper-title.directive.d.ts +0 -6
- package/stepper/src/stepper-trigger.directive.d.ts +0 -14
- package/stepper/src/types.d.ts +0 -1
- package/switch/src/switch-input.directive.d.ts +0 -11
- package/switch/src/switch-root.directive.d.ts +0 -74
- package/switch/src/switch-thumb.directive.d.ts +0 -9
- package/tabs/src/tabs-content.directive.d.ts +0 -13
- package/tabs/src/tabs-list.directive.d.ts +0 -10
- package/tabs/src/tabs-root.directive.d.ts +0 -53
- package/tabs/src/tabs-trigger.directive.d.ts +0 -29
- package/tabs/src/utils.d.ts +0 -2
- package/time-field/src/time-field-context.token.d.ts +0 -20
- package/time-field/src/time-field-input.directive.d.ts +0 -53
- package/time-field/src/time-field-root.directive.d.ts +0 -130
- package/toggle/src/toggle-visually-hidden-input.directive.d.ts +0 -6
- package/toggle/src/toggle.directive.d.ts +0 -65
- package/toggle-group/src/toggle-group-item.directive.d.ts +0 -37
- package/toggle-group/src/toggle-group-item.token.d.ts +0 -4
- package/toggle-group/src/toggle-group-without-focus.directive.d.ts +0 -69
- package/toggle-group/src/toggle-group.directive.d.ts +0 -74
- package/toggle-group/src/toggle-group.token.d.ts +0 -10
- package/toolbar/src/toolbar-button.directive.d.ts +0 -11
- package/toolbar/src/toolbar-link.directive.d.ts +0 -7
- package/toolbar/src/toolbar-root.directive.d.ts +0 -8
- package/toolbar/src/toolbar-root.token.d.ts +0 -5
- package/toolbar/src/toolbar-separator.directive.d.ts +0 -6
- package/toolbar/src/toolbar-toggle-group.directive.d.ts +0 -6
- package/toolbar/src/toolbar-toggle-item.directive.d.ts +0 -6
- package/tooltip/src/tooltip-anchor.directive.d.ts +0 -28
- package/tooltip/src/tooltip-anchor.token.d.ts +0 -3
- package/tooltip/src/tooltip-arrow.directive.d.ts +0 -40
- package/tooltip/src/tooltip-arrow.token.d.ts +0 -3
- package/tooltip/src/tooltip-close.directive.d.ts +0 -18
- package/tooltip/src/tooltip-close.token.d.ts +0 -3
- package/tooltip/src/tooltip-content-attributes.component.d.ts +0 -25
- package/tooltip/src/tooltip-content-attributes.token.d.ts +0 -3
- package/tooltip/src/tooltip-content.directive.d.ts +0 -104
- package/tooltip/src/tooltip-root.directive.d.ts +0 -168
- package/tooltip/src/tooltip-root.inject.d.ts +0 -3
- package/tooltip/src/tooltip-trigger.directive.d.ts +0 -26
- package/tooltip/src/tooltip.types.d.ts +0 -18
- package/tooltip/src/utils/cdk-event.service.d.ts +0 -30
- package/tooltip/src/utils/constants.d.ts +0 -1
- package/tooltip/src/utils/types.d.ts +0 -7
- package/visually-hidden/src/visually-hidden-input-bubble.directive.d.ts +0 -23
- package/visually-hidden/src/visually-hidden-input.directive.d.ts +0 -19
- package/visually-hidden/src/visually-hidden.directive.d.ts +0 -17
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Direction } from '@angular/cdk/bidi';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { InjectionToken, InputSignal, InputSignalWithTransform, ModelSignal, WritableSignal } from '@angular/core';
|
|
4
|
-
export interface StepperRootContext {
|
|
5
|
-
value: ModelSignal<number | undefined>;
|
|
6
|
-
orientation: InputSignal<'vertical' | 'horizontal'>;
|
|
7
|
-
dir: InputSignal<Direction>;
|
|
8
|
-
linear: InputSignalWithTransform<boolean, BooleanInput>;
|
|
9
|
-
totalStepperItems: WritableSignal<HTMLElement[]>;
|
|
10
|
-
}
|
|
11
|
-
export declare const STEPPER_ROOT_CONTEXT: InjectionToken<StepperRootContext>;
|
|
12
|
-
export declare function injectStepperRootContext(): StepperRootContext;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Direction } from '@angular/cdk/bidi';
|
|
2
|
-
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { StepperRootContext } from './stepper-root-context.token';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RdxStepperRootDirective implements StepperRootContext {
|
|
6
|
-
private readonly liveAnnouncer;
|
|
7
|
-
readonly defaultValue: import("@angular/core").InputSignalWithTransform<number | undefined, NumberInput>;
|
|
8
|
-
readonly value: import("@angular/core").ModelSignal<number | undefined>;
|
|
9
|
-
readonly linear: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
10
|
-
readonly dir: import("@angular/core").InputSignal<Direction>;
|
|
11
|
-
readonly orientation: import("@angular/core").InputSignal<"vertical" | "horizontal">;
|
|
12
|
-
/** @ignore */
|
|
13
|
-
readonly totalStepperItemsArray: import("@angular/core").Signal<HTMLElement[]>;
|
|
14
|
-
readonly onValueChange: import("@angular/core").OutputEmitterRef<number>;
|
|
15
|
-
/** @ignore */
|
|
16
|
-
readonly isFirstStep: import("@angular/core").Signal<boolean>;
|
|
17
|
-
/** @ignore */
|
|
18
|
-
readonly isLastStep: import("@angular/core").Signal<boolean>;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
readonly totalSteps: import("@angular/core").Signal<number>;
|
|
21
|
-
/** @ignore */
|
|
22
|
-
readonly isNextDisabled: import("@angular/core").Signal<boolean>;
|
|
23
|
-
/** @ignore */
|
|
24
|
-
readonly isPrevDisabled: import("@angular/core").Signal<boolean>;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
readonly totalStepperItems: import("@angular/core").WritableSignal<HTMLElement[]>;
|
|
27
|
-
private readonly nextStepperItem;
|
|
28
|
-
private readonly prevStepperItem;
|
|
29
|
-
constructor();
|
|
30
|
-
goToStep(step: number): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxStepperRootDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxStepperRootDirective, "[rdxStepperRoot]", ["rdxStepperRoot"], { "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "onValueChange": "onValueChange"; }, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@radix-ng/primitives/separator";
|
|
3
|
-
export declare class RdxStepperSeparatorDirective {
|
|
4
|
-
protected readonly rootContext: import("./stepper-root-context.token").StepperRootContext;
|
|
5
|
-
protected readonly itemContext: import("./stepper-item-context.token").StepperItemContext;
|
|
6
|
-
private readonly rdxSeparator;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxStepperSeparatorDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxStepperSeparatorDirective, "[rdxStepperSeparator]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxSeparatorRootDirective; inputs: { "orientation": "orientation"; "decorative": "decorative"; }; outputs: {}; }]>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxStepperTitleDirective {
|
|
3
|
-
readonly itemContext: import("./stepper-item-context.token").StepperItemContext;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxStepperTitleDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxStepperTitleDirective, "[rdxStepperTitle]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RdxStepperTriggerDirective implements OnInit, OnDestroy {
|
|
4
|
-
protected readonly rootContext: import("./stepper-root-context.token").StepperRootContext;
|
|
5
|
-
protected readonly itemContext: import("./stepper-item-context.token").StepperItemContext;
|
|
6
|
-
private readonly elementRef;
|
|
7
|
-
readonly stepperItems: import("@angular/core").Signal<HTMLElement[]>;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
ngOnDestroy(): void;
|
|
10
|
-
handleMouseDown(event: MouseEvent): void;
|
|
11
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxStepperTriggerDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxStepperTriggerDirective, "button[rdxStepperTrigger]", never, {}, {}, never, never, true, never>;
|
|
14
|
-
}
|
package/stepper/src/types.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type StepperState = 'completed' | 'active' | 'inactive';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* @group Components
|
|
4
|
-
*/
|
|
5
|
-
export declare class RdxSwitchInputDirective {
|
|
6
|
-
protected readonly rootContext: import("./switch-root.directive").SwitchContext;
|
|
7
|
-
/** @ignore */
|
|
8
|
-
protected onBlur(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxSwitchInputDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxSwitchInputDirective, "input[rdxSwitchInput]", ["rdxSwitchInput"], {}, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { InputSignal, InputSignalWithTransform, Signal } from '@angular/core';
|
|
3
|
-
import { RdxControlValueAccessor } from '@radix-ng/primitives/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@radix-ng/primitives/core";
|
|
6
|
-
export interface SwitchContext {
|
|
7
|
-
required: InputSignalWithTransform<boolean, BooleanInput>;
|
|
8
|
-
checked: Signal<boolean | undefined>;
|
|
9
|
-
disabled: Signal<boolean | undefined>;
|
|
10
|
-
ariaLabel: InputSignal<string | undefined>;
|
|
11
|
-
ariaLabelledBy: InputSignal<string | undefined>;
|
|
12
|
-
markAsTouched: () => void;
|
|
13
|
-
toggle: () => void;
|
|
14
|
-
}
|
|
15
|
-
export declare const injectSwitchRootContext: (optional?: boolean) => SwitchContext | null, provideSwitchRootContext: (useFactory: () => SwitchContext) => import("@angular/core").Provider;
|
|
16
|
-
/**
|
|
17
|
-
* @group Components
|
|
18
|
-
*/
|
|
19
|
-
export declare class RdxSwitchRootDirective {
|
|
20
|
-
protected readonly cva: RdxControlValueAccessor<boolean | undefined>;
|
|
21
|
-
readonly id: InputSignal<string>;
|
|
22
|
-
/**
|
|
23
|
-
* When true, indicates that the user must check the switch before the owning form can be submitted.
|
|
24
|
-
*
|
|
25
|
-
* @default false
|
|
26
|
-
* @group Props
|
|
27
|
-
*/
|
|
28
|
-
readonly required: InputSignalWithTransform<boolean, BooleanInput>;
|
|
29
|
-
/**
|
|
30
|
-
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
|
31
|
-
* @default null
|
|
32
|
-
* @group Props
|
|
33
|
-
*/
|
|
34
|
-
readonly ariaLabelledBy: InputSignal<string | undefined>;
|
|
35
|
-
/**
|
|
36
|
-
* Used to define a string that autocomplete attribute the current element.
|
|
37
|
-
* @default null
|
|
38
|
-
* @group Props
|
|
39
|
-
*/
|
|
40
|
-
readonly ariaLabel: InputSignal<string | undefined>;
|
|
41
|
-
/**
|
|
42
|
-
* The state of the switch when it is initially rendered. Use when you do not need to control its state.
|
|
43
|
-
* @default false
|
|
44
|
-
* @group Props
|
|
45
|
-
*/
|
|
46
|
-
readonly defaultChecked: InputSignalWithTransform<boolean, BooleanInput>;
|
|
47
|
-
/**
|
|
48
|
-
* The controlled state of the switch. Must be used in conjunction with onCheckedChange.
|
|
49
|
-
* @defaultValue false
|
|
50
|
-
* @group Props
|
|
51
|
-
*/
|
|
52
|
-
readonly checked: import("@angular/core").ModelSignal<boolean>;
|
|
53
|
-
/**
|
|
54
|
-
* When `true`, prevents the user from interacting with the switch.
|
|
55
|
-
* @default false
|
|
56
|
-
* @group Props
|
|
57
|
-
*/
|
|
58
|
-
readonly disabled: InputSignalWithTransform<boolean, BooleanInput>;
|
|
59
|
-
/**
|
|
60
|
-
* Event handler called when the state of the switch changes.
|
|
61
|
-
*
|
|
62
|
-
* @param {boolean} value - Boolean value indicates that the option is changed.
|
|
63
|
-
* @group Emits
|
|
64
|
-
*/
|
|
65
|
-
readonly onCheckedChange: import("@angular/core").OutputRef<boolean | undefined>;
|
|
66
|
-
/**
|
|
67
|
-
* Toggles the checked state of the switch.
|
|
68
|
-
* If the switch is disabled, the function returns early.
|
|
69
|
-
* @ignore
|
|
70
|
-
*/
|
|
71
|
-
toggle(): void;
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxSwitchRootDirective, never>;
|
|
73
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxSwitchRootDirective, "button[rdxSwitchRoot]", ["rdxSwitchRoot"], { "id": { "alias": "id"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "ariaLabelledBy": { "alias": "aria-labelledby"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; "defaultChecked": { "alias": "defaultChecked"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "onCheckedChange": "onCheckedChange"; }, never, never, true, [{ directive: typeof i1.RdxControlValueAccessor; inputs: { "value": "checked"; "disabled": "disabled"; }; outputs: {}; }]>;
|
|
74
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* @group Components
|
|
4
|
-
*/
|
|
5
|
-
export declare class RdxSwitchThumbDirective {
|
|
6
|
-
protected readonly rootContext: import("./switch-root.directive").SwitchContext | null;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxSwitchThumbDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxSwitchThumbDirective, "span[rdxSwitchThumb]", ["rdxSwitchThumb"], {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxTabsContentDirective {
|
|
3
|
-
protected readonly tabsContext: import("./tabs-root.directive").RdxTabsRootDirective;
|
|
4
|
-
/**
|
|
5
|
-
* A unique value that associates the content with a trigger.
|
|
6
|
-
*/
|
|
7
|
-
readonly value: import("@angular/core").InputSignal<string>;
|
|
8
|
-
protected readonly contentId: import("@angular/core").Signal<string>;
|
|
9
|
-
protected readonly triggerId: import("@angular/core").Signal<string>;
|
|
10
|
-
protected readonly selected: import("@angular/core").Signal<boolean>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTabsContentDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTabsContentDirective, "[rdxTabsContent]", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@radix-ng/primitives/roving-focus";
|
|
3
|
-
export interface TabsListProps {
|
|
4
|
-
loop?: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare class RdxTabsListDirective {
|
|
7
|
-
protected readonly tabsContext: import("./tabs-root.directive").RdxTabsRootDirective;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTabsListDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTabsListDirective, "[rdxTabsList]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusGroupDirective; inputs: { "dir": "dir"; "orientation": "orientation"; "loop": "loop"; }; outputs: {}; }]>;
|
|
10
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface TabsProps {
|
|
4
|
-
/** The value for the selected tab, if controlled */
|
|
5
|
-
value?: string;
|
|
6
|
-
/** The value of the tab to select by default, if uncontrolled */
|
|
7
|
-
defaultValue?: string;
|
|
8
|
-
/** A function called when a new tab is selected */
|
|
9
|
-
onValueChange?: (value: string) => void;
|
|
10
|
-
/**
|
|
11
|
-
* The orientation the tabs are layed out.
|
|
12
|
-
* Mainly so arrow navigation is done accordingly (left & right vs. up & down)
|
|
13
|
-
* @defaultValue horizontal
|
|
14
|
-
*/
|
|
15
|
-
orientation?: string;
|
|
16
|
-
/**
|
|
17
|
-
* The direction of navigation between toolbar items.
|
|
18
|
-
*/
|
|
19
|
-
dir?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Whether a tab is activated automatically or manually.
|
|
22
|
-
* @defaultValue automatic
|
|
23
|
-
* */
|
|
24
|
-
activationMode?: 'automatic' | 'manual';
|
|
25
|
-
}
|
|
26
|
-
export type DataOrientation = 'vertical' | 'horizontal';
|
|
27
|
-
export declare const RDX_TABS_ROOT_TOKEN: InjectionToken<RdxTabsRootDirective>;
|
|
28
|
-
export declare class RdxTabsRootDirective implements OnInit {
|
|
29
|
-
/**
|
|
30
|
-
* The controlled value of the tab to activate. Should be used in conjunction with `onValueChange`.
|
|
31
|
-
*/
|
|
32
|
-
readonly value: import("@angular/core").ModelSignal<string | undefined>;
|
|
33
|
-
readonly defaultValue: import("@angular/core").InputSignal<string | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* When automatic, tabs are activated when receiving focus. When manual, tabs are activated when clicked.
|
|
36
|
-
*/
|
|
37
|
-
readonly activationMode: import("@angular/core").InputSignal<"automatic" | "manual">;
|
|
38
|
-
/**
|
|
39
|
-
* The orientation of the component.
|
|
40
|
-
*/
|
|
41
|
-
readonly orientation: import("@angular/core").InputSignal<DataOrientation>;
|
|
42
|
-
readonly dir: import("@angular/core").InputSignal<string>;
|
|
43
|
-
/**
|
|
44
|
-
* Event handler called when the value changes.
|
|
45
|
-
*/
|
|
46
|
-
readonly onValueChange: import("@angular/core").OutputEmitterRef<string>;
|
|
47
|
-
ngOnInit(): void;
|
|
48
|
-
select(value: string): void;
|
|
49
|
-
/** @ignore */
|
|
50
|
-
getBaseId(): string;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTabsRootDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTabsRootDirective, "[rdxTabsRoot]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; "activationMode": { "alias": "activationMode"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "onValueChange": "onValueChange"; }, never, never, true, never>;
|
|
53
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { InputSignalWithTransform } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@radix-ng/primitives/roving-focus";
|
|
5
|
-
interface TabsTriggerProps {
|
|
6
|
-
disabled: InputSignalWithTransform<boolean, BooleanInput>;
|
|
7
|
-
}
|
|
8
|
-
export declare class RdxTabsTriggerDirective implements TabsTriggerProps {
|
|
9
|
-
private readonly rdxRovingFocusItemDirective;
|
|
10
|
-
protected readonly tabsContext: import("./tabs-root.directive").RdxTabsRootDirective;
|
|
11
|
-
/**
|
|
12
|
-
* A unique value that associates the trigger with a content.
|
|
13
|
-
*/
|
|
14
|
-
readonly value: import("@angular/core").InputSignal<string>;
|
|
15
|
-
/**
|
|
16
|
-
* When true, prevents the user from interacting with the tab.
|
|
17
|
-
*/
|
|
18
|
-
readonly disabled: InputSignalWithTransform<boolean, BooleanInput>;
|
|
19
|
-
protected readonly contentId: import("@angular/core").Signal<string>;
|
|
20
|
-
protected readonly triggerId: import("@angular/core").Signal<string>;
|
|
21
|
-
protected readonly isSelected: import("@angular/core").Signal<boolean>;
|
|
22
|
-
constructor();
|
|
23
|
-
protected onMouseDown(event: MouseEvent): void;
|
|
24
|
-
protected onKeyDown(event: KeyboardEvent): void;
|
|
25
|
-
protected onFocus(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTabsTriggerDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTabsTriggerDirective, "[rdxTabsTrigger]", never, { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: { "focusable": "focusable"; "active": "active"; "allowShiftKey": "allowShiftKey"; }; outputs: {}; }]>;
|
|
28
|
-
}
|
|
29
|
-
export {};
|
package/tabs/src/utils.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, InputSignal, ModelSignal, Signal, WritableSignal } from '@angular/core';
|
|
2
|
-
import { DateStep, Formatter, HourCycle, SegmentValueObj, TimeValue } from '@radix-ng/primitives/core';
|
|
3
|
-
export interface TimeFieldContextToken {
|
|
4
|
-
locale: InputSignal<string>;
|
|
5
|
-
value: ModelSignal<TimeValue | undefined>;
|
|
6
|
-
placeholder: ModelSignal<TimeValue>;
|
|
7
|
-
isInvalid: Signal<boolean>;
|
|
8
|
-
disabled: InputSignal<boolean>;
|
|
9
|
-
readonly: InputSignal<boolean>;
|
|
10
|
-
formatter: Formatter;
|
|
11
|
-
hourCycle: InputSignal<HourCycle>;
|
|
12
|
-
segmentValues: WritableSignal<SegmentValueObj>;
|
|
13
|
-
focusNext: () => void;
|
|
14
|
-
setFocusedElement: (el: HTMLElement) => void;
|
|
15
|
-
convertedModelValue: WritableSignal<TimeValue | undefined>;
|
|
16
|
-
convertedPlaceholder: WritableSignal<TimeValue>;
|
|
17
|
-
step$: Signal<DateStep>;
|
|
18
|
-
}
|
|
19
|
-
export declare const TIME_FIELDS_ROOT_CONTEXT: InjectionToken<TimeFieldContextToken>;
|
|
20
|
-
export declare function injectTimeFieldsRootContext(): TimeFieldContextToken;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { ElementRef, WritableSignal } from '@angular/core';
|
|
2
|
-
import { SegmentPart } from '@radix-ng/primitives/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RdxTimeFieldInputDirective {
|
|
5
|
-
private el;
|
|
6
|
-
private readonly rootContext;
|
|
7
|
-
/**
|
|
8
|
-
* The part of the date to render
|
|
9
|
-
* `'hour' | 'minute' | 'second' | 'dayPeriod' | 'literal' | 'timeZoneName'`
|
|
10
|
-
*/
|
|
11
|
-
readonly part: import("@angular/core").InputSignal<SegmentPart | undefined>;
|
|
12
|
-
/**
|
|
13
|
-
* @ignore
|
|
14
|
-
*/
|
|
15
|
-
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
16
|
-
/**
|
|
17
|
-
* @ignore
|
|
18
|
-
*/
|
|
19
|
-
readonly readonly: import("@angular/core").Signal<boolean>;
|
|
20
|
-
/**
|
|
21
|
-
* @ignore
|
|
22
|
-
*/
|
|
23
|
-
readonly isInvalid: import("@angular/core").Signal<boolean>;
|
|
24
|
-
/**
|
|
25
|
-
* @ignore
|
|
26
|
-
*/
|
|
27
|
-
readonly hasLeftFocus: WritableSignal<boolean>;
|
|
28
|
-
/**
|
|
29
|
-
* @ignore
|
|
30
|
-
*/
|
|
31
|
-
readonly lastKeyZero: WritableSignal<boolean>;
|
|
32
|
-
private readonly fieldData;
|
|
33
|
-
private readonly attributes;
|
|
34
|
-
/**
|
|
35
|
-
* @ignore
|
|
36
|
-
*/
|
|
37
|
-
handleSegmentClick: (e: MouseEvent) => void;
|
|
38
|
-
/**
|
|
39
|
-
* @ignore
|
|
40
|
-
*/
|
|
41
|
-
handleSegmentKeydown: (e: KeyboardEvent) => void;
|
|
42
|
-
constructor(el: ElementRef);
|
|
43
|
-
/**
|
|
44
|
-
* @ignore
|
|
45
|
-
*/
|
|
46
|
-
onFocus(e: FocusEvent): void;
|
|
47
|
-
/**
|
|
48
|
-
* @ignore
|
|
49
|
-
*/
|
|
50
|
-
onFocusOut(): void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTimeFieldInputDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTimeFieldInputDirective, "[rdxTimeFieldInput]", never, { "part": { "alias": "part"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
53
|
-
}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { Direction } from '@angular/cdk/bidi';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
4
|
-
import { DateStep, Formatter, Granularity, HourCycle, SegmentValueObj, TimeValue } from '@radix-ng/primitives/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RdxTimeFieldRootDirective implements OnInit, AfterViewInit {
|
|
7
|
-
private readonly elementRef;
|
|
8
|
-
/**
|
|
9
|
-
* The controlled checked state of the calendar.
|
|
10
|
-
*/
|
|
11
|
-
readonly value: import("@angular/core").ModelSignal<TimeValue | undefined>;
|
|
12
|
-
/**
|
|
13
|
-
* The hour cycle to use for formatting times. Defaults to the locale preference
|
|
14
|
-
*/
|
|
15
|
-
readonly hourCycle: import("@angular/core").InputSignal<HourCycle>;
|
|
16
|
-
/**
|
|
17
|
-
* The granularity to use for formatting the field. Defaults to 'day' if a CalendarDate is provided, otherwise defaults to 'minute'.
|
|
18
|
-
* The field will render segments for each part of the date up to and including the specified granularity.
|
|
19
|
-
*/
|
|
20
|
-
readonly granularity: import("@angular/core").InputSignal<Granularity | undefined>;
|
|
21
|
-
/**
|
|
22
|
-
* The locale to use for formatting dates.
|
|
23
|
-
*/
|
|
24
|
-
readonly locale: import("@angular/core").InputSignal<string>;
|
|
25
|
-
readonly dir: import("@angular/core").InputSignal<Direction>;
|
|
26
|
-
/**
|
|
27
|
-
* The minimum valid date that can be entered.
|
|
28
|
-
*/
|
|
29
|
-
readonly minValue: import("@angular/core").InputSignal<TimeValue | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* The maximum valid date that can be entered.
|
|
32
|
-
*/
|
|
33
|
-
readonly maxValue: import("@angular/core").InputSignal<TimeValue | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* Whether or not to hide the time zone segment of the field.
|
|
36
|
-
*/
|
|
37
|
-
readonly hideTimeZone: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
38
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
39
|
-
/**
|
|
40
|
-
* Whether or not the field is readonly.
|
|
41
|
-
*/
|
|
42
|
-
readonly readonly: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
43
|
-
/**
|
|
44
|
-
* The stepping interval for the time fields. Defaults to 1
|
|
45
|
-
*/
|
|
46
|
-
readonly step: import("@angular/core").InputSignal<DateStep | undefined>;
|
|
47
|
-
readonly step$: import("@angular/core").Signal<DateStep>;
|
|
48
|
-
/**
|
|
49
|
-
* @ignore
|
|
50
|
-
*/
|
|
51
|
-
readonly defaultDate: import("@angular/core").Signal<TimeValue>;
|
|
52
|
-
/**
|
|
53
|
-
* The placeholder date, which is used to determine what month to display when no date is selected. This updates as the user navigates the calendar and can be used to programmatically control the calendar view
|
|
54
|
-
*/
|
|
55
|
-
readonly placeholder: import("@angular/core").ModelSignal<TimeValue | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* @ignore
|
|
58
|
-
*/
|
|
59
|
-
readonly segmentElements: import("@angular/core").WritableSignal<Set<HTMLElement>>;
|
|
60
|
-
/**
|
|
61
|
-
* @ignore
|
|
62
|
-
*/
|
|
63
|
-
readonly currentFocusedElement: import("@angular/core").WritableSignal<HTMLElement | null>;
|
|
64
|
-
/**
|
|
65
|
-
* @ignore
|
|
66
|
-
*/
|
|
67
|
-
formatter: Formatter;
|
|
68
|
-
/**
|
|
69
|
-
* @ignore
|
|
70
|
-
*/
|
|
71
|
-
readonly segmentValues: import("@angular/core").WritableSignal<SegmentValueObj>;
|
|
72
|
-
/**
|
|
73
|
-
* @ignore
|
|
74
|
-
*/
|
|
75
|
-
readonly inferredGranularity: import("@angular/core").Signal<Granularity | undefined>;
|
|
76
|
-
readonly convertedMinValue: import("@angular/core").Signal<import("@internationalized/date").CalendarDateTime | import("@internationalized/date").ZonedDateTime | undefined>;
|
|
77
|
-
readonly convertedMaxValue: import("@angular/core").Signal<import("@internationalized/date").CalendarDateTime | import("@internationalized/date").ZonedDateTime | undefined>;
|
|
78
|
-
readonly convertedModelValue: import("@angular/core").WritableSignal<TimeValue | undefined>;
|
|
79
|
-
readonly convertedPlaceholder: import("@angular/core").WritableSignal<TimeValue>;
|
|
80
|
-
/**
|
|
81
|
-
* @ignore
|
|
82
|
-
*/
|
|
83
|
-
readonly isInvalid: import("@angular/core").Signal<boolean>;
|
|
84
|
-
/**
|
|
85
|
-
* @ignore
|
|
86
|
-
*/
|
|
87
|
-
readonly allSegmentContent: import("@angular/core").Signal<{
|
|
88
|
-
obj: import("@radix-ng/primitives/core").SegmentContentObj;
|
|
89
|
-
arr: {
|
|
90
|
-
part: import("@radix-ng/primitives/core").SegmentPart;
|
|
91
|
-
value: string;
|
|
92
|
-
}[];
|
|
93
|
-
}>;
|
|
94
|
-
/**
|
|
95
|
-
* An array of segments that should be readonly, which prevent user input on them.
|
|
96
|
-
*/
|
|
97
|
-
readonly segmentContents: import("@angular/core").Signal<{
|
|
98
|
-
part: import("@radix-ng/primitives/core").SegmentPart;
|
|
99
|
-
value: string;
|
|
100
|
-
}[]>;
|
|
101
|
-
/**
|
|
102
|
-
* @ignore
|
|
103
|
-
*/
|
|
104
|
-
readonly currentSegmentIndex: import("@angular/core").Signal<number>;
|
|
105
|
-
/**
|
|
106
|
-
* @ignore
|
|
107
|
-
*/
|
|
108
|
-
readonly prevFocusableSegment: import("@angular/core").Signal<HTMLElement | null>;
|
|
109
|
-
/**
|
|
110
|
-
* @ignore
|
|
111
|
-
*/
|
|
112
|
-
readonly nextFocusableSegment: import("@angular/core").Signal<HTMLElement | null>;
|
|
113
|
-
/**
|
|
114
|
-
* @ignore
|
|
115
|
-
*/
|
|
116
|
-
readonly focusNext: () => void;
|
|
117
|
-
constructor();
|
|
118
|
-
ngOnInit(): void;
|
|
119
|
-
ngAfterViewInit(): void;
|
|
120
|
-
/**
|
|
121
|
-
* @ignore
|
|
122
|
-
*/
|
|
123
|
-
onKeydown(event: KeyboardEvent): void;
|
|
124
|
-
/**
|
|
125
|
-
* @ignore
|
|
126
|
-
*/
|
|
127
|
-
setFocusedElement(el: HTMLElement): void;
|
|
128
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxTimeFieldRootDirective, never>;
|
|
129
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxTimeFieldRootDirective, "[rdxTimeFieldRoot]", ["rdxTimeFieldRoot"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "hourCycle": { "alias": "hourCycle"; "required": false; "isSignal": true; }; "granularity": { "alias": "granularity"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "dir": { "alias": "dir"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "hideTimeZone": { "alias": "hideTimeZone"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "placeholder": "placeholderChange"; }, never, never, true, never>;
|
|
130
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@radix-ng/primitives/visually-hidden";
|
|
3
|
-
export declare class RdxToggleVisuallyHiddenInputDirective {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxToggleVisuallyHiddenInputDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxToggleVisuallyHiddenInputDirective, "input[rdxToggleVisuallyHiddenInput]", ["rdxToggleVisuallyHiddenInput"], {}, {}, never, never, true, [{ directive: typeof i1.RdxVisuallyHiddenInputDirective; inputs: { "name": "name"; "required": "required"; "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
|
|
6
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { OutputEmitterRef } from '@angular/core';
|
|
3
|
-
import { RdxControlValueAccessor } from '@radix-ng/primitives/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "@radix-ng/primitives/core";
|
|
6
|
-
export interface ToggleProps {
|
|
7
|
-
/**
|
|
8
|
-
* The controlled state of the toggle.
|
|
9
|
-
*/
|
|
10
|
-
pressed?: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* The state of the toggle when initially rendered. Use `defaultPressed`
|
|
13
|
-
* if you do not need to control the state of the toggle.
|
|
14
|
-
* @defaultValue false
|
|
15
|
-
*/
|
|
16
|
-
defaultPressed?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* The callback that fires when the state of the toggle changes.
|
|
19
|
-
*/
|
|
20
|
-
onPressedChange?: OutputEmitterRef<boolean>;
|
|
21
|
-
/**
|
|
22
|
-
* Whether the toggle is disabled.
|
|
23
|
-
* @defaultValue false
|
|
24
|
-
*/
|
|
25
|
-
disabled?: boolean;
|
|
26
|
-
}
|
|
27
|
-
export type DataState = 'on' | 'off';
|
|
28
|
-
/**
|
|
29
|
-
* @group Components
|
|
30
|
-
*/
|
|
31
|
-
export declare class RdxToggleDirective {
|
|
32
|
-
/**
|
|
33
|
-
* @ignore
|
|
34
|
-
*/
|
|
35
|
-
readonly cva: RdxControlValueAccessor<any>;
|
|
36
|
-
/**
|
|
37
|
-
* The pressed state of the toggle when it is initially rendered.
|
|
38
|
-
* Use when you do not need to control its pressed state.
|
|
39
|
-
*
|
|
40
|
-
* @group Props
|
|
41
|
-
*/
|
|
42
|
-
readonly defaultPressed: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
43
|
-
/**
|
|
44
|
-
* The controlled pressed state of the toggle.
|
|
45
|
-
* Must be used in conjunction with `onPressedChange`.
|
|
46
|
-
*
|
|
47
|
-
* @group Props
|
|
48
|
-
*/
|
|
49
|
-
readonly pressed: import("@angular/core").ModelSignal<boolean>;
|
|
50
|
-
/**
|
|
51
|
-
* When true, prevents the user from interacting with the toggle.
|
|
52
|
-
*
|
|
53
|
-
* @group Props
|
|
54
|
-
*/
|
|
55
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
56
|
-
/**
|
|
57
|
-
* Event handler called when the pressed state of the toggle changes.
|
|
58
|
-
*
|
|
59
|
-
* @group Emits
|
|
60
|
-
*/
|
|
61
|
-
readonly onPressedChange: import("@angular/core").OutputRef<any>;
|
|
62
|
-
protected onClick(): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxToggleDirective, never>;
|
|
64
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxToggleDirective, "[rdxToggle]", ["rdxToggle"], { "defaultPressed": { "alias": "defaultPressed"; "required": false; "isSignal": true; }; "pressed": { "alias": "pressed"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "pressed": "pressedChange"; "onPressedChange": "onPressedChange"; }, never, never, true, [{ directive: typeof i1.RdxControlValueAccessor; inputs: { "value": "pressed"; "disabled": "disabled"; }; outputs: {}; }]>;
|
|
65
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@radix-ng/primitives/roving-focus";
|
|
4
|
-
import * as i2 from "@radix-ng/primitives/toggle";
|
|
5
|
-
/**
|
|
6
|
-
* @group Components
|
|
7
|
-
*/
|
|
8
|
-
export declare class RdxToggleGroupItemDirective {
|
|
9
|
-
private readonly rdxToggleDirective;
|
|
10
|
-
private readonly rdxRovingFocusItemDirective;
|
|
11
|
-
/**
|
|
12
|
-
* Access the toggle group.
|
|
13
|
-
* @ignore
|
|
14
|
-
*/
|
|
15
|
-
protected readonly rootContext: import("./toggle-group.token").IRdxToggleGroup;
|
|
16
|
-
/**
|
|
17
|
-
* The value of this toggle button.
|
|
18
|
-
*
|
|
19
|
-
* @group Props
|
|
20
|
-
*/
|
|
21
|
-
readonly value: import("@angular/core").InputSignal<string>;
|
|
22
|
-
/**
|
|
23
|
-
* Whether this toggle button is disabled.
|
|
24
|
-
* @defaultValue false
|
|
25
|
-
* @group Props
|
|
26
|
-
*/
|
|
27
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
28
|
-
private readonly isPressed;
|
|
29
|
-
private readonly isDisabled;
|
|
30
|
-
constructor();
|
|
31
|
-
/**
|
|
32
|
-
* @ignore
|
|
33
|
-
*/
|
|
34
|
-
toggle(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxToggleGroupItemDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxToggleGroupItemDirective, "[rdxToggleGroupItem]", ["rdxToggleGroupItem"], { "value": { "alias": "value"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.RdxRovingFocusItemDirective; inputs: { "focusable": "focusable"; "active": "active"; "allowShiftKey": "allowShiftKey"; }; outputs: {}; }, { directive: typeof i2.RdxToggleDirective; inputs: { "pressed": "pressed"; "disabled": "disabled"; }; outputs: {}; }]>;
|
|
37
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import type { RdxToggleGroupItemDirective } from './toggle-group-item.directive';
|
|
3
|
-
export declare const RdxToggleGroupItemToken: InjectionToken<RdxToggleGroupItemDirective>;
|
|
4
|
-
export declare function injectToggleGroupItem(): RdxToggleGroupItemDirective;
|