@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,18 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxCollapsibleContentDirective {
|
|
3
|
-
private readonly elementRef;
|
|
4
|
-
private readonly platformId;
|
|
5
|
-
protected readonly rootContext: import("./collapsible-root.directive").CollapsibleRootContext;
|
|
6
|
-
readonly isOpen: import("@angular/core").Signal<boolean>;
|
|
7
|
-
readonly height: import("@angular/core").WritableSignal<number | null>;
|
|
8
|
-
readonly width: import("@angular/core").WritableSignal<number | null>;
|
|
9
|
-
readonly shouldHide: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
private isMountAnimationPrevented;
|
|
11
|
-
private currentStyle;
|
|
12
|
-
private firstRender;
|
|
13
|
-
constructor();
|
|
14
|
-
onAnimationEnd(): void;
|
|
15
|
-
private updateDimensions;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxCollapsibleContentDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxCollapsibleContentDirective, "[rdxCollapsibleContent]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { InputSignal, ModelSignal, Signal } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type RdxCollapsibleState = 'open' | 'closed';
|
|
5
|
-
export interface CollapsibleRootContext {
|
|
6
|
-
contentId: InputSignal<string>;
|
|
7
|
-
open: ModelSignal<boolean>;
|
|
8
|
-
toggle: () => void;
|
|
9
|
-
disabled: Signal<boolean>;
|
|
10
|
-
}
|
|
11
|
-
export declare const injectCollapsibleRootContext: (optional?: boolean) => CollapsibleRootContext | null, provideCollapsibleRootContext: (useFactory: () => CollapsibleRootContext) => import("@angular/core").Provider;
|
|
12
|
-
/**
|
|
13
|
-
* @group Components
|
|
14
|
-
*/
|
|
15
|
-
export declare class RdxCollapsibleRootDirective {
|
|
16
|
-
/**
|
|
17
|
-
* The controlled open state of the collapsible.
|
|
18
|
-
* Sets the state of the directive. `true` - expanded, `false` - collapsed
|
|
19
|
-
*
|
|
20
|
-
* @group Props
|
|
21
|
-
* @defaultValue false
|
|
22
|
-
*/
|
|
23
|
-
readonly open: ModelSignal<boolean>;
|
|
24
|
-
readonly contentId: InputSignal<string>;
|
|
25
|
-
/**
|
|
26
|
-
* Determines whether a directive is available for interaction.
|
|
27
|
-
* When true, prevents the user from interacting with the collapsible.
|
|
28
|
-
*
|
|
29
|
-
* @group Props
|
|
30
|
-
*/
|
|
31
|
-
readonly disabled: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
32
|
-
readonly _disabled: import("@angular/core").WritableSignal<boolean>;
|
|
33
|
-
readonly isDisabled: Signal<boolean>;
|
|
34
|
-
readonly isOpen: Signal<boolean>;
|
|
35
|
-
/**
|
|
36
|
-
* Emitted with new value when directive state changed.
|
|
37
|
-
* Event handler called when the open state of the collapsible changes.
|
|
38
|
-
*
|
|
39
|
-
* @group Emits
|
|
40
|
-
*/
|
|
41
|
-
readonly onOpenChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxCollapsibleRootDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxCollapsibleRootDirective, "[rdxCollapsibleRoot]", ["rdxCollapsibleRoot"], { "open": { "alias": "open"; "required": false; "isSignal": true; }; "contentId": { "alias": "contentId"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "open": "openChange"; "onOpenChange": "onOpenChange"; }, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxCollapsibleTriggerDirective {
|
|
3
|
-
protected readonly rootContext: import("./collapsible-root.directive").CollapsibleRootContext;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxCollapsibleTriggerDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxCollapsibleTriggerDirective, "[rdxCollapsibleTrigger]", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
package/config/src/config.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Direction } from '@angular/cdk/bidi';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export type RadixNGConfig = {
|
|
4
|
-
/**
|
|
5
|
-
* The global reading direction of your application. This will be inherited by all primitives.
|
|
6
|
-
* @defaultValue 'ltr'
|
|
7
|
-
*/
|
|
8
|
-
dir?: Direction;
|
|
9
|
-
/**
|
|
10
|
-
* The global locale of your application. This will be inherited by all primitives.
|
|
11
|
-
* @defaultValue 'en'
|
|
12
|
-
*/
|
|
13
|
-
locale?: string;
|
|
14
|
-
};
|
|
15
|
-
export declare class RadixNG {
|
|
16
|
-
readonly dir: import("@angular/core").WritableSignal<Direction>;
|
|
17
|
-
readonly locale: import("@angular/core").WritableSignal<string>;
|
|
18
|
-
setConfig(config: RadixNGConfig): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadixNG, never>;
|
|
20
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RadixNG>;
|
|
21
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken } from '@angular/core';
|
|
2
|
-
import { type RadixNGConfig } from './config';
|
|
3
|
-
export declare const RADIX_NG_CONFIG: InjectionToken<RadixNGConfig>;
|
|
4
|
-
/**
|
|
5
|
-
* Provides RadixNG configuration as environment providers.
|
|
6
|
-
*
|
|
7
|
-
* @param features One or more RadixNG configuration objects.
|
|
8
|
-
* @returns A set of environment providers that register the RadixNG configs.
|
|
9
|
-
*/
|
|
10
|
-
export declare function provideRadixNG(...features: RadixNGConfig[]): EnvironmentProviders;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CdkMenu, CdkMenuItem } from '@angular/cdk/menu';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { RdxContextMenuItemDirective } from './context-menu-item.directive';
|
|
4
|
-
import { RdxContextMenuTriggerDirective } from './context-menu-trigger.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class RdxContextMenuContentDirective extends CdkMenu {
|
|
7
|
-
readonly highlighted: Subject<RdxContextMenuItemDirective>;
|
|
8
|
-
readonly menuTrigger: RdxContextMenuTriggerDirective | null;
|
|
9
|
-
onEscapeKeyDown: (event?: Event) => void;
|
|
10
|
-
closeOnEscape: boolean;
|
|
11
|
-
constructor();
|
|
12
|
-
updateActiveItem(item: CdkMenuItem): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuContentDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuContentDirective, "[rdxContextMenuContent]", never, { "onEscapeKeyDown": { "alias": "onEscapeKeyDown"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { RdxContextMenuSelectable } from './context-menu-item-selectable';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RdxContextMenuItemCheckboxDirective extends RdxContextMenuSelectable {
|
|
4
|
-
trigger(options?: {
|
|
5
|
-
keepOpen: boolean;
|
|
6
|
-
}): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuItemCheckboxDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuItemCheckboxDirective, "[rdxContextMenuItemCheckbox]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { RdxContextMenuSelectable } from './context-menu-item-selectable';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RdxContextMenuItemIndicatorDirective {
|
|
4
|
-
item: RdxContextMenuSelectable;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuItemIndicatorDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuItemIndicatorDirective, "[rdxContextMenuItemIndicator]", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RdxContextMenuItemRadioGroupDirective<T> implements AfterContentInit {
|
|
4
|
-
private readonly selectionDispatcher;
|
|
5
|
-
set value(value: T | null);
|
|
6
|
-
get value(): T | null;
|
|
7
|
-
private _value;
|
|
8
|
-
readonly valueChange: EventEmitter<any>;
|
|
9
|
-
ngAfterContentInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuItemRadioGroupDirective<any>, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuItemRadioGroupDirective<any>, "[rdxContextMenuItemRadioGroup]", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { RdxContextMenuSelectable } from './context-menu-item-selectable';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RdxContextMenuItemRadioDirective extends RdxContextMenuSelectable implements AfterContentInit, OnDestroy {
|
|
5
|
-
/** The unique selection dispatcher for this radio's `RdxContextMenuItemRadioGroupDirective`. */
|
|
6
|
-
private readonly selectionDispatcher;
|
|
7
|
-
private readonly group;
|
|
8
|
-
get value(): string;
|
|
9
|
-
set value(value: string);
|
|
10
|
-
private _value;
|
|
11
|
-
/** An ID to identify this radio item to the `UniqueSelectionDispatcher`. */
|
|
12
|
-
private id;
|
|
13
|
-
private removeDispatcherListener;
|
|
14
|
-
constructor();
|
|
15
|
-
ngAfterContentInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuItemRadioDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuItemRadioDirective, "[rdxContextMenuItemRadio]", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { RdxContextMenuItemDirective } from './context-menu-item.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** Base class providing checked state for selectable ContextMenuItems. */
|
|
5
|
-
export declare class RdxContextMenuSelectable extends RdxContextMenuItemDirective {
|
|
6
|
-
/** Whether the element is checked */
|
|
7
|
-
checked: boolean;
|
|
8
|
-
readonly checkedChange: EventEmitter<boolean>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuSelectable, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuSelectable, never, never, { "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; }, never, never, true, never>;
|
|
11
|
-
static ngAcceptInputType_checked: unknown;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { CdkMenuItem } from '@angular/cdk/menu';
|
|
2
|
-
import { EventEmitter } from '@angular/core';
|
|
3
|
-
import { RdxContextMenuContentDirective } from './context-menu-content.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RdxContextMenuItemDirective extends CdkMenuItem {
|
|
6
|
-
protected readonly menu: RdxContextMenuContentDirective;
|
|
7
|
-
protected readonly nativeElement: any;
|
|
8
|
-
highlighted: boolean;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
readonly onSelect: EventEmitter<void>;
|
|
11
|
-
constructor();
|
|
12
|
-
protected onPointerMove(): void;
|
|
13
|
-
protected onKeydown(event: KeyboardEvent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuItemDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuItemDirective, "[rdxContextMenuItem]", never, { "disabled": { "alias": "disabled"; "required": false; }; }, { "onSelect": "onSelect"; }, never, never, true, never>;
|
|
16
|
-
static ngAcceptInputType_disabled: unknown;
|
|
17
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxContextMenuLabelDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuLabelDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuLabelDirective, "[rdxContextMenuLabel]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@radix-ng/primitives/separator";
|
|
3
|
-
export declare class RdxContextMenuSeparatorDirective {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuSeparatorDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuSeparatorDirective, "[rdxContextMenuSeparator]", never, {}, {}, never, never, true, [{ directive: typeof i1.RdxSeparatorRootDirective; inputs: {}; outputs: {}; }]>;
|
|
6
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { CdkContextMenuTrigger } from '@angular/cdk/menu';
|
|
2
|
-
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
3
|
-
import { TemplateRef } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare enum ContextMenuSide {
|
|
6
|
-
Top = "top",
|
|
7
|
-
Right = "right",
|
|
8
|
-
Bottom = "bottom",
|
|
9
|
-
Left = "left"
|
|
10
|
-
}
|
|
11
|
-
export declare class RdxContextMenuTriggerDirective extends CdkContextMenuTrigger {
|
|
12
|
-
menuPosition: {
|
|
13
|
-
originX: "start" | "center" | "end";
|
|
14
|
-
originY: "top" | "center" | "bottom";
|
|
15
|
-
overlayX: "start" | "center" | "end";
|
|
16
|
-
overlayY: "top" | "center" | "bottom";
|
|
17
|
-
weight?: number;
|
|
18
|
-
offsetX?: number;
|
|
19
|
-
offsetY?: number;
|
|
20
|
-
panelClass?: string | string[];
|
|
21
|
-
}[];
|
|
22
|
-
set rdxContextMenuTrigger(value: TemplateRef<unknown> | null);
|
|
23
|
-
set alignOffset(value: number);
|
|
24
|
-
disabled: boolean;
|
|
25
|
-
onOpenChange: import("@angular/core").OutputRef<void>;
|
|
26
|
-
get defaultPosition(): ConnectedPosition;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxContextMenuTriggerDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxContextMenuTriggerDirective, "[rdxContextMenuTrigger]", never, { "rdxContextMenuTrigger": { "alias": "rdxContextMenuTrigger"; "required": false; }; "alignOffset": { "alias": "alignOffset"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onOpenChange": "onOpenChange"; }, never, never, true, never>;
|
|
29
|
-
static ngAcceptInputType_alignOffset: unknown;
|
|
30
|
-
static ngAcceptInputType_disabled: unknown;
|
|
31
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* A reusable ControlValueAccessor implementation for form controls
|
|
6
|
-
* @template T The type of the control's value
|
|
7
|
-
*/
|
|
8
|
-
export declare class RdxControlValueAccessor<T> implements ControlValueAccessor {
|
|
9
|
-
/**
|
|
10
|
-
* Input for the control's value with alias 'value'
|
|
11
|
-
* @default undefined
|
|
12
|
-
*/
|
|
13
|
-
readonly valueInput: import("@angular/core").InputSignal<T | undefined>;
|
|
14
|
-
/**
|
|
15
|
-
* Input for the disabled state with alias 'disabled'
|
|
16
|
-
* Uses booleanAttribute transform to convert string attributes to booleans
|
|
17
|
-
* @default false
|
|
18
|
-
*/
|
|
19
|
-
readonly disabledInput: import("@angular/core").InputSignalWithTransform<boolean, BooleanInput>;
|
|
20
|
-
readonly valueChange: import("@angular/core").OutputEmitterRef<T>;
|
|
21
|
-
private readonly _value;
|
|
22
|
-
/**
|
|
23
|
-
* Readonly access to the current value
|
|
24
|
-
*/
|
|
25
|
-
readonly value: import("@angular/core").Signal<T | undefined>;
|
|
26
|
-
private readonly _disabled;
|
|
27
|
-
/**
|
|
28
|
-
* Readonly access to the disabled state
|
|
29
|
-
*/
|
|
30
|
-
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
31
|
-
onChange?: (value: T | undefined) => void;
|
|
32
|
-
private onTouched?;
|
|
33
|
-
/**
|
|
34
|
-
* Writes a new value to the control (ControlValueAccessor interface)
|
|
35
|
-
* @param value The new value for the control
|
|
36
|
-
*/
|
|
37
|
-
writeValue(value: T | undefined): void;
|
|
38
|
-
/**
|
|
39
|
-
* Registers a callback for when the control value changes (ControlValueAccessor interface)
|
|
40
|
-
* @param fn The callback function
|
|
41
|
-
*/
|
|
42
|
-
registerOnChange(fn: (value: T | undefined) => void): void;
|
|
43
|
-
/**
|
|
44
|
-
* Registers a callback for when the control is touched (ControlValueAccessor interface)
|
|
45
|
-
* @param fn The callback function
|
|
46
|
-
*/
|
|
47
|
-
registerOnTouched(fn: () => void): void;
|
|
48
|
-
/**
|
|
49
|
-
* Sets the disabled state of the control (ControlValueAccessor interface)
|
|
50
|
-
* @param isDisabled Whether the control should be disabled
|
|
51
|
-
*/
|
|
52
|
-
setDisabledState(isDisabled: boolean): void;
|
|
53
|
-
/**
|
|
54
|
-
* Updates the control's value and triggers change detection
|
|
55
|
-
* @param value The new value
|
|
56
|
-
*/
|
|
57
|
-
setValue(value: T): void;
|
|
58
|
-
markAsTouched(): void;
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxControlValueAccessor<any>, never>;
|
|
60
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxControlValueAccessor<any>, never, ["rdxControlValueAccessor"], { "valueInput": { "alias": "value"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Provides a type-safe way to inject the RdxControlValueAccessor
|
|
64
|
-
* @template T The type of the control's value
|
|
65
|
-
* @returns An instance of RdxControlValueAccessor<T>
|
|
66
|
-
*/
|
|
67
|
-
export declare function injectControlValueAccessor<T>(): RdxControlValueAccessor<T>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Provider, Type } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Include in the providers section of a component which utilizes ControlValueAccessor to redundant code.
|
|
4
|
-
*
|
|
5
|
-
* ```ts
|
|
6
|
-
* @Directive({
|
|
7
|
-
* providers: [provideValueAccessor(ExampleDirective)]
|
|
8
|
-
*}
|
|
9
|
-
* export class ExampleDirective{}
|
|
10
|
-
* ```
|
|
11
|
-
*/
|
|
12
|
-
export declare function provideValueAccessor<T>(type: Type<T>): Provider;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class RdxAutoFocusDirective {
|
|
3
|
-
#private;
|
|
4
|
-
private _autoSelect;
|
|
5
|
-
/**
|
|
6
|
-
* @default false
|
|
7
|
-
*/
|
|
8
|
-
set autoFocus(value: boolean);
|
|
9
|
-
set autoSelect(value: boolean);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RdxAutoFocusDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxAutoFocusDirective, "[rdxAutoFocus]", never, { "autoFocus": { "alias": "rdxAutoFocus"; "required": false; }; "autoSelect": { "alias": "autoSelect"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
static ngAcceptInputType_autoFocus: unknown;
|
|
13
|
-
static ngAcceptInputType_autoSelect: unknown;
|
|
14
|
-
}
|
package/core/src/chunk.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Splits an array into chunks of a given size.
|
|
3
|
-
* @param arr The array to split.
|
|
4
|
-
* @param size The size of each chunk.
|
|
5
|
-
* @returns An array of arrays, where each sub-array has `size` elements from the original array.
|
|
6
|
-
* @example ```ts
|
|
7
|
-
* const arr = [1, 2, 3, 4, 5, 6, 7, 8];
|
|
8
|
-
* const chunks = chunk(arr, 3);
|
|
9
|
-
* // chunks = [[1, 2, 3], [4, 5, 6], [7, 8]]
|
|
10
|
-
* ```
|
|
11
|
-
*/
|
|
12
|
-
export declare function chunk<T>(arr: T[], size: number): T[][];
|
package/core/src/clamp.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The `clamp` function restricts a number within a specified range by returning the value itself if it
|
|
3
|
-
* falls within the range, or the closest boundary value if it exceeds the range.
|
|
4
|
-
* @param {number} value - The `value` parameter represents the number that you want to clamp within
|
|
5
|
-
* the specified range defined by `min` and `max` values.
|
|
6
|
-
* @param {number} min - If the `value` parameter is less than the `min` value, the
|
|
7
|
-
* function will return the `min` value.
|
|
8
|
-
* @param {number} max - If the `value` parameter is greater than the `max` value,
|
|
9
|
-
* the function will return `max`.
|
|
10
|
-
* @returns The `clamp` function returns the value of `value` constrained within the range defined by
|
|
11
|
-
* `min` and `max`.
|
|
12
|
-
*/
|
|
13
|
-
export declare function clamp(value: number, min?: number, max?: number): number;
|
|
14
|
-
/**
|
|
15
|
-
* The function `roundToStepPrecision` rounds a number to a specified precision step.
|
|
16
|
-
* @param {number} value - The `value` parameter is the number that you want to round to a specific
|
|
17
|
-
* precision based on the `step` parameter.
|
|
18
|
-
* @param {number} step - The `step` parameter in the `roundToStepPrecision` function represents the
|
|
19
|
-
* interval at which you want to round the `value`. For example, if `step` is 0.5, the `value` will be
|
|
20
|
-
* rounded to the nearest half.
|
|
21
|
-
* @returns the `roundedValue` after rounding it to the precision specified by the `step`.
|
|
22
|
-
*/
|
|
23
|
-
export declare function roundToStepPrecision(value: number, step: number): number;
|
|
24
|
-
/**
|
|
25
|
-
* The function `snapValueToStep` snaps a given value to the nearest step within a specified range.
|
|
26
|
-
* @param {number} value - The `value` parameter represents the number that you want to snap to the
|
|
27
|
-
* nearest step value.
|
|
28
|
-
* @param {number | undefined} min - The `min` parameter represents the minimum value that the `value`
|
|
29
|
-
* should be snapped to. If `value` is less than `min`, it will be snapped to `min`. If `min` is not
|
|
30
|
-
* provided (undefined), then the snapping will not consider a minimum value.
|
|
31
|
-
* @param {number | undefined} max - The `max` parameter represents the maximum value that the `value`
|
|
32
|
-
* should be snapped to. It ensures that the snapped value does not exceed this maximum value.
|
|
33
|
-
* @param {number} step - The `step` parameter in the `snapValueToStep` function represents the
|
|
34
|
-
* interval at which the `value` should be snapped to. It determines the granularity of the snapping
|
|
35
|
-
* operation. For example, if `step` is 5, the `value` will be snapped to the nearest multiple of
|
|
36
|
-
* @returns a number that has been snapped to the nearest step value within the specified range of minimum and maximum values.
|
|
37
|
-
*/
|
|
38
|
-
export declare function snapValueToStep(value: number, min: number | undefined, max: number | undefined, step: number): number;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Creates a context with injector and provider functions for a given type
|
|
4
|
-
* @template T The type of the context value
|
|
5
|
-
* @param description Descriptive string for the context (used in token creation)
|
|
6
|
-
* @returns A tuple containing:
|
|
7
|
-
* - injectContext: Function to retrieve the context value
|
|
8
|
-
* - provideContext: Function to create a provider for the context
|
|
9
|
-
*/
|
|
10
|
-
export declare function createContext<T>(description: string): readonly [injectContext: (optional?: boolean) => T | null, provideContext: (useFactory: () => T) => Provider];
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { DateValue } from '@internationalized/date';
|
|
2
|
-
import { Month } from './types';
|
|
3
|
-
export type CreateMonthProps = {
|
|
4
|
-
/**
|
|
5
|
-
* The date object representing the month's date (usually the first day of the month).
|
|
6
|
-
*/
|
|
7
|
-
dateObj: DateValue;
|
|
8
|
-
/**
|
|
9
|
-
* The day of the week to start the calendar on (0 for Sunday, 1 for Monday, etc.).
|
|
10
|
-
*/
|
|
11
|
-
weekStartsOn: number;
|
|
12
|
-
/**
|
|
13
|
-
* Whether to always render 6 weeks in the calendar, even if the month doesn't
|
|
14
|
-
* span 6 weeks.
|
|
15
|
-
*/
|
|
16
|
-
fixedWeeks: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* The locale to use when creating the calendar month.
|
|
19
|
-
*/
|
|
20
|
-
locale: string;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Retrieves an array of date values representing the days between
|
|
24
|
-
* the provided start and end dates.
|
|
25
|
-
*/
|
|
26
|
-
export declare function getDaysBetween(start: DateValue, end: DateValue): DateValue[];
|
|
27
|
-
export declare function createMonth(props: CreateMonthProps): Month<DateValue>;
|
|
28
|
-
type SetMonthProps = CreateMonthProps & {
|
|
29
|
-
numberOfMonths: number | undefined;
|
|
30
|
-
currentMonths?: Month<DateValue>[];
|
|
31
|
-
};
|
|
32
|
-
export declare function createMonths(props: SetMonthProps): Month<DateValue>[];
|
|
33
|
-
export {};
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { CalendarDateTime, type DateValue, Time, ZonedDateTime } from '@internationalized/date';
|
|
2
|
-
import type { DateMatcher } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Given a `DateValue` object, convert it to a native `Date` object.
|
|
5
|
-
* If a timezone is provided, the date will be converted to that timezone.
|
|
6
|
-
* If no timezone is provided, the date will be converted to the local timezone.
|
|
7
|
-
*/
|
|
8
|
-
export declare function toDate(dateValue: DateValue, tz?: string): Date;
|
|
9
|
-
export declare function isCalendarDateTime(dateValue: DateValue): dateValue is CalendarDateTime;
|
|
10
|
-
export declare function isZonedDateTime(dateValue: DateValue): dateValue is ZonedDateTime;
|
|
11
|
-
export declare function hasTime(dateValue: DateValue): dateValue is CalendarDateTime | ZonedDateTime;
|
|
12
|
-
/**
|
|
13
|
-
* Given a date, return the number of days in the month.
|
|
14
|
-
*/
|
|
15
|
-
export declare function getDaysInMonth(date: Date | DateValue): number;
|
|
16
|
-
/**
|
|
17
|
-
* Determine if a date is before the reference date.
|
|
18
|
-
* @param dateToCompare - is this date before the `referenceDate`
|
|
19
|
-
* @param referenceDate - is the `dateToCompare` before this date
|
|
20
|
-
*
|
|
21
|
-
* @see {@link isBeforeOrSame} for inclusive
|
|
22
|
-
*/
|
|
23
|
-
export declare function isBefore(dateToCompare: DateValue, referenceDate: DateValue): boolean;
|
|
24
|
-
/**
|
|
25
|
-
* Determine if a date is after the reference date.
|
|
26
|
-
* @param dateToCompare - is this date after the `referenceDate`
|
|
27
|
-
* @param referenceDate - is the `dateToCompare` after this date
|
|
28
|
-
*
|
|
29
|
-
* @see {@link isAfterOrSame} for inclusive
|
|
30
|
-
*/
|
|
31
|
-
export declare function isAfter(dateToCompare: DateValue, referenceDate: DateValue): boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Determine if a date is before or the same as the reference date.
|
|
34
|
-
*
|
|
35
|
-
* @param dateToCompare - the date to compare
|
|
36
|
-
* @param referenceDate - the reference date to make the comparison against
|
|
37
|
-
*
|
|
38
|
-
* @see {@link isBefore} for non-inclusive
|
|
39
|
-
*/
|
|
40
|
-
export declare function isBeforeOrSame(dateToCompare: DateValue, referenceDate: DateValue): boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Determine if a date is after or the same as the reference date.
|
|
43
|
-
*
|
|
44
|
-
* @param dateToCompare - is this date after or the same as the `referenceDate`
|
|
45
|
-
* @param referenceDate - is the `dateToCompare` after or the same as this date
|
|
46
|
-
*
|
|
47
|
-
* @see {@link isAfter} for non-inclusive
|
|
48
|
-
*/
|
|
49
|
-
export declare function isAfterOrSame(dateToCompare: DateValue, referenceDate: DateValue): boolean;
|
|
50
|
-
/**
|
|
51
|
-
* Determine if a date is inclusively between a start and end reference date.
|
|
52
|
-
*
|
|
53
|
-
* @param date - is this date inclusively between the `start` and `end` dates
|
|
54
|
-
* @param start - the start reference date to make the comparison against
|
|
55
|
-
* @param end - the end reference date to make the comparison against
|
|
56
|
-
*
|
|
57
|
-
* @see {@link isBetween} for non-inclusive
|
|
58
|
-
*/
|
|
59
|
-
export declare function isBetweenInclusive(date: DateValue, start: DateValue, end: DateValue): boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Determine if a date is between a start and end reference date.
|
|
62
|
-
*
|
|
63
|
-
* @param date - is this date between the `start` and `end` dates
|
|
64
|
-
* @param start - the start reference date to make the comparison against
|
|
65
|
-
* @param end - the end reference date to make the comparison against
|
|
66
|
-
*
|
|
67
|
-
* @see {@link isBetweenInclusive} for inclusive
|
|
68
|
-
*/
|
|
69
|
-
export declare function isBetween(date: DateValue, start: DateValue, end: DateValue): boolean;
|
|
70
|
-
export declare function getLastFirstDayOfWeek<T extends DateValue = DateValue>(date: T, firstDayOfWeek: number, locale: string): T;
|
|
71
|
-
export declare function getNextLastDayOfWeek<T extends DateValue = DateValue>(date: T, firstDayOfWeek: number, locale: string): T;
|
|
72
|
-
export declare function areAllDaysBetweenValid(start: DateValue, end: DateValue, isUnavailable: DateMatcher | undefined, isDisabled: DateMatcher | undefined): boolean;
|
|
73
|
-
export type TimeValue = Time | CalendarDateTime | ZonedDateTime;
|
|
74
|
-
export type Granularity = 'day' | 'hour' | 'minute' | 'second';
|
|
75
|
-
export type TimeGranularity = 'hour' | 'minute' | 'second';
|
|
76
|
-
type GetDefaultDateProps = {
|
|
77
|
-
defaultValue?: DateValue | DateValue[] | undefined;
|
|
78
|
-
defaultPlaceholder?: DateValue | undefined;
|
|
79
|
-
granularity?: Granularity;
|
|
80
|
-
locale?: string;
|
|
81
|
-
};
|
|
82
|
-
/**
|
|
83
|
-
* A helper function used throughout the various date builders
|
|
84
|
-
* to generate a default `DateValue` using the `defaultValue`,
|
|
85
|
-
* `defaultPlaceholder`, and `granularity` props.
|
|
86
|
-
*
|
|
87
|
-
* It's important to match the `DateValue` type being used
|
|
88
|
-
* elsewhere in the builder, so they behave according to the
|
|
89
|
-
* behavior the user expects based on the props they've provided.
|
|
90
|
-
*
|
|
91
|
-
*/
|
|
92
|
-
export declare function getDefaultDate(props: GetDefaultDateProps): DateValue;
|
|
93
|
-
type GetDefaultTimeProps = {
|
|
94
|
-
defaultValue?: TimeValue | undefined;
|
|
95
|
-
defaultPlaceholder?: TimeValue | undefined;
|
|
96
|
-
};
|
|
97
|
-
export declare function getDefaultTime(props: GetDefaultTimeProps): TimeValue;
|
|
98
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { type DateValue } from '@internationalized/date';
|
|
2
|
-
export interface DateFormatterOptions extends Intl.DateTimeFormatOptions {
|
|
3
|
-
calendar?: string;
|
|
4
|
-
}
|
|
5
|
-
export type Formatter = {
|
|
6
|
-
getLocale: () => string;
|
|
7
|
-
setLocale: (newLocale: string) => void;
|
|
8
|
-
custom: (date: Date, options: DateFormatterOptions) => string;
|
|
9
|
-
selectedDate: (date: DateValue, includeTime?: boolean) => string;
|
|
10
|
-
dayOfWeek: (date: Date, length?: DateFormatterOptions['weekday']) => string;
|
|
11
|
-
fullMonthAndYear: (date: Date, options?: DateFormatterOptions) => string;
|
|
12
|
-
fullMonth: (date: Date, options?: DateFormatterOptions) => string;
|
|
13
|
-
fullYear: (date: Date, options?: DateFormatterOptions) => string;
|
|
14
|
-
dayPeriod: (date: Date) => string;
|
|
15
|
-
part: (dateObj: DateValue, type: Intl.DateTimeFormatPartTypes, options?: DateFormatterOptions) => string;
|
|
16
|
-
toParts: (date: DateValue, options?: DateFormatterOptions) => Intl.DateTimeFormatPart[];
|
|
17
|
-
getMonths: () => {
|
|
18
|
-
label: string;
|
|
19
|
-
value: number;
|
|
20
|
-
}[];
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Creates a wrapper around the `DateFormatter`, which is
|
|
24
|
-
* an improved version of the {@link Intl.DateTimeFormat} API,
|
|
25
|
-
* that is used internally by the various date builders to
|
|
26
|
-
* easily format dates in a consistent way.
|
|
27
|
-
*
|
|
28
|
-
* @see [DateFormatter](https://react-spectrum.adobe.com/internationalized/date/DateFormatter.html)
|
|
29
|
-
*/
|
|
30
|
-
export declare function createFormatter(initialLocale: string, opts?: DateFormatterOptions): Formatter;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './calendar';
|
|
2
|
-
export * from './comparators';
|
|
3
|
-
export * from './formatter';
|
|
4
|
-
export * from './parser';
|
|
5
|
-
export * from './placeholders';
|
|
6
|
-
export * from './segment';
|
|
7
|
-
export * from './types';
|
|
8
|
-
export * from './useDateField';
|
|
9
|
-
export * from './utils';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { InputSignal } from '@angular/core';
|
|
2
|
-
import { DateValue } from '@internationalized/date';
|
|
3
|
-
import { Granularity } from './comparators';
|
|
4
|
-
import { Formatter } from './formatter';
|
|
5
|
-
import { HourCycle, SegmentContentObj, SegmentPart, SegmentValueObj } from './types';
|
|
6
|
-
type SyncDateSegmentValuesProps = {
|
|
7
|
-
value: DateValue;
|
|
8
|
-
formatter: Formatter;
|
|
9
|
-
};
|
|
10
|
-
type SyncTimeSegmentValuesProps = {
|
|
11
|
-
value: DateValue;
|
|
12
|
-
formatter: Formatter;
|
|
13
|
-
};
|
|
14
|
-
export declare function syncTimeSegmentValues(props: SyncTimeSegmentValuesProps): SegmentValueObj;
|
|
15
|
-
export declare function initializeSegmentValues(granularity: Granularity): SegmentValueObj;
|
|
16
|
-
type SharedContentProps = {
|
|
17
|
-
granularity: Granularity;
|
|
18
|
-
dateRef: DateValue;
|
|
19
|
-
formatter: Formatter;
|
|
20
|
-
hideTimeZone: boolean;
|
|
21
|
-
hourCycle: HourCycle;
|
|
22
|
-
isTimeValue?: boolean;
|
|
23
|
-
};
|
|
24
|
-
type CreateContentObjProps = SharedContentProps & {
|
|
25
|
-
segmentValues: SegmentValueObj;
|
|
26
|
-
locale: InputSignal<string>;
|
|
27
|
-
};
|
|
28
|
-
export declare function syncSegmentValues(props: SyncDateSegmentValuesProps): SegmentValueObj;
|
|
29
|
-
type CreateContentProps = CreateContentObjProps;
|
|
30
|
-
export declare function createContent(props: CreateContentProps): {
|
|
31
|
-
obj: SegmentContentObj;
|
|
32
|
-
arr: {
|
|
33
|
-
part: SegmentPart;
|
|
34
|
-
value: string;
|
|
35
|
-
}[];
|
|
36
|
-
};
|
|
37
|
-
export {};
|