@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@radix-ng/primitives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@angular/core": "^19.2.0 || ^20.0.0",
|
|
22
|
-
"@angular/cdk": "^19.2.0 || ^20.0.0"
|
|
22
|
+
"@angular/cdk": "^19.2.0 || ^20.0.0",
|
|
23
|
+
"@floating-ui/dom": "^1.7.4"
|
|
23
24
|
},
|
|
24
25
|
"schematics": "./schematics/collection.json",
|
|
25
26
|
"sideEffects": false,
|
|
@@ -44,6 +45,10 @@
|
|
|
44
45
|
"types": "./alert-dialog/index.d.ts",
|
|
45
46
|
"default": "./fesm2022/radix-ng-primitives-alert-dialog.mjs"
|
|
46
47
|
},
|
|
48
|
+
"./arrow": {
|
|
49
|
+
"types": "./arrow/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/radix-ng-primitives-arrow.mjs"
|
|
51
|
+
},
|
|
47
52
|
"./aspect-ratio": {
|
|
48
53
|
"types": "./aspect-ratio/index.d.ts",
|
|
49
54
|
"default": "./fesm2022/radix-ng-primitives-aspect-ratio.mjs"
|
|
@@ -88,9 +93,9 @@
|
|
|
88
93
|
"types": "./dialog/index.d.ts",
|
|
89
94
|
"default": "./fesm2022/radix-ng-primitives-dialog.mjs"
|
|
90
95
|
},
|
|
91
|
-
"./
|
|
92
|
-
"types": "./
|
|
93
|
-
"default": "./fesm2022/radix-ng-primitives-
|
|
96
|
+
"./dismissable-layer": {
|
|
97
|
+
"types": "./dismissable-layer/index.d.ts",
|
|
98
|
+
"default": "./fesm2022/radix-ng-primitives-dismissable-layer.mjs"
|
|
94
99
|
},
|
|
95
100
|
"./dropdown-menu": {
|
|
96
101
|
"types": "./dropdown-menu/index.d.ts",
|
|
@@ -100,6 +105,10 @@
|
|
|
100
105
|
"types": "./editable/index.d.ts",
|
|
101
106
|
"default": "./fesm2022/radix-ng-primitives-editable.mjs"
|
|
102
107
|
},
|
|
108
|
+
"./focus-guards": {
|
|
109
|
+
"types": "./focus-guards/index.d.ts",
|
|
110
|
+
"default": "./fesm2022/radix-ng-primitives-focus-guards.mjs"
|
|
111
|
+
},
|
|
103
112
|
"./focus-scope": {
|
|
104
113
|
"types": "./focus-scope/index.d.ts",
|
|
105
114
|
"default": "./fesm2022/radix-ng-primitives-focus-scope.mjs"
|
|
@@ -136,6 +145,14 @@
|
|
|
136
145
|
"types": "./popover/index.d.ts",
|
|
137
146
|
"default": "./fesm2022/radix-ng-primitives-popover.mjs"
|
|
138
147
|
},
|
|
148
|
+
"./popper": {
|
|
149
|
+
"types": "./popper/index.d.ts",
|
|
150
|
+
"default": "./fesm2022/radix-ng-primitives-popper.mjs"
|
|
151
|
+
},
|
|
152
|
+
"./portal": {
|
|
153
|
+
"types": "./portal/index.d.ts",
|
|
154
|
+
"default": "./fesm2022/radix-ng-primitives-portal.mjs"
|
|
155
|
+
},
|
|
139
156
|
"./presence": {
|
|
140
157
|
"types": "./presence/index.d.ts",
|
|
141
158
|
"default": "./fesm2022/radix-ng-primitives-presence.mjs"
|
|
@@ -196,6 +213,10 @@
|
|
|
196
213
|
"types": "./tooltip/index.d.ts",
|
|
197
214
|
"default": "./fesm2022/radix-ng-primitives-tooltip.mjs"
|
|
198
215
|
},
|
|
216
|
+
"./tooltip2": {
|
|
217
|
+
"types": "./tooltip2/index.d.ts",
|
|
218
|
+
"default": "./fesm2022/radix-ng-primitives-tooltip2.mjs"
|
|
219
|
+
},
|
|
199
220
|
"./visually-hidden": {
|
|
200
221
|
"types": "./visually-hidden/index.d.ts",
|
|
201
222
|
"default": "./fesm2022/radix-ng-primitives-visually-hidden.mjs"
|
package/pagination/index.d.ts
CHANGED
|
@@ -1,23 +1,99 @@
|
|
|
1
|
-
import * as i0 from
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { model, computed, InjectionToken } from '@angular/core';
|
|
3
|
+
import { NumberInput, BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
|
|
5
|
+
declare class RdxPaginationRootDirective {
|
|
6
|
+
readonly defaultPage: i0.InputSignalWithTransform<number, NumberInput>;
|
|
7
|
+
readonly page: i0.ModelSignal<number>;
|
|
8
|
+
readonly itemsPerPage: i0.InputSignalWithTransform<number | undefined, NumberInput>;
|
|
9
|
+
readonly total: i0.InputSignalWithTransform<number, NumberInput>;
|
|
10
|
+
readonly siblingCount: i0.InputSignalWithTransform<number, NumberInput>;
|
|
11
|
+
readonly disabled: i0.InputSignalWithTransform<boolean, BooleanInput>;
|
|
12
|
+
readonly showEdges: i0.InputSignalWithTransform<boolean, BooleanInput>;
|
|
13
|
+
readonly updatePage: i0.OutputEmitterRef<number>;
|
|
14
|
+
/** @ignore */
|
|
15
|
+
readonly pageCount: i0.Signal<number>;
|
|
16
|
+
/** @ignore */
|
|
17
|
+
onPageChange(value: number): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationRootDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationRootDirective, "[rdxPaginationRoot]", ["rdxPaginationRoot"], { "defaultPage": { "alias": "defaultPage"; "required": false; "isSignal": true; }; "page": { "alias": "page"; "required": false; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; "isSignal": true; }; "total": { "alias": "total"; "required": false; "isSignal": true; }; "siblingCount": { "alias": "siblingCount"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showEdges": { "alias": "showEdges"; "required": false; "isSignal": true; }; }, { "page": "pageChange"; "updatePage": "updatePage"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
declare class RdxPaginationListDirective {
|
|
23
|
+
private readonly rootContext;
|
|
24
|
+
readonly transformedRange: i0.Signal<({
|
|
25
|
+
type: "ellipsis";
|
|
26
|
+
} | {
|
|
27
|
+
type: "page";
|
|
28
|
+
value: number;
|
|
29
|
+
})[]>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationListDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationListDirective, "[rdxPaginationList]", ["rdxPaginationList"], {}, {}, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
declare class RdxPaginationFirstDirective {
|
|
35
|
+
private readonly rootContext;
|
|
36
|
+
readonly disabled: i0.Signal<boolean>;
|
|
37
|
+
onClick(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationFirstDirective, never>;
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationFirstDirective, "[rdxPaginationFirst]", never, {}, {}, never, never, true, never>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare class RdxPaginationPrevDirective {
|
|
43
|
+
private readonly rootContext;
|
|
44
|
+
readonly disabled: i0.Signal<boolean>;
|
|
45
|
+
onClick(): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationPrevDirective, never>;
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationPrevDirective, "[rdxPaginationPrev]", never, {}, {}, never, never, true, never>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
declare class RdxPaginationLastDirective {
|
|
51
|
+
private readonly rootContext;
|
|
52
|
+
readonly disabled: i0.Signal<boolean>;
|
|
53
|
+
onClick(): void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationLastDirective, never>;
|
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationLastDirective, "[rdxPaginationLast]", never, {}, {}, never, never, true, never>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
declare class RdxPaginationNextDirective {
|
|
59
|
+
private readonly rootContext;
|
|
60
|
+
readonly disabled: i0.Signal<boolean>;
|
|
61
|
+
onClick(): void;
|
|
62
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationNextDirective, never>;
|
|
63
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationNextDirective, "[rdxPaginationNext]", never, {}, {}, never, never, true, never>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare class RdxPaginationListItemDirective {
|
|
67
|
+
private readonly rootContext;
|
|
68
|
+
readonly value: i0.InputSignal<number | undefined>;
|
|
69
|
+
readonly disabled: i0.Signal<boolean>;
|
|
70
|
+
readonly isSelected: i0.Signal<boolean>;
|
|
71
|
+
onClick(): void;
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationListItemDirective, never>;
|
|
73
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationListItemDirective, "[rdxPaginationListItem]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
declare class RdxPaginationEllipsisDirective {
|
|
77
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationEllipsisDirective, never>;
|
|
78
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RdxPaginationEllipsisDirective, "[rdxPaginationEllipsis]", never, {}, {}, never, never, true, never>;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
interface PaginationRootContext {
|
|
82
|
+
page: ReturnType<typeof model<number>>;
|
|
83
|
+
onPageChange: (value: number) => void;
|
|
84
|
+
pageCount: ReturnType<typeof computed<number>>;
|
|
85
|
+
siblingCount: ReturnType<typeof computed<number>>;
|
|
86
|
+
disabled: ReturnType<typeof computed<boolean>>;
|
|
87
|
+
showEdges: ReturnType<typeof computed<boolean>>;
|
|
88
|
+
}
|
|
89
|
+
declare const PAGINATION_ROOT_CONTEXT: InjectionToken<PaginationRootContext>;
|
|
90
|
+
declare function injectPaginationRootContext(): PaginationRootContext;
|
|
91
|
+
|
|
92
|
+
declare class RdxPaginationModule {
|
|
20
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<RdxPaginationModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RdxPaginationModule, never, [typeof
|
|
94
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RdxPaginationModule, never, [typeof RdxPaginationRootDirective, typeof RdxPaginationListDirective, typeof RdxPaginationFirstDirective, typeof RdxPaginationPrevDirective, typeof RdxPaginationLastDirective, typeof RdxPaginationNextDirective, typeof RdxPaginationListItemDirective, typeof RdxPaginationEllipsisDirective], [typeof RdxPaginationRootDirective, typeof RdxPaginationListDirective, typeof RdxPaginationFirstDirective, typeof RdxPaginationPrevDirective, typeof RdxPaginationLastDirective, typeof RdxPaginationNextDirective, typeof RdxPaginationListItemDirective, typeof RdxPaginationEllipsisDirective]>;
|
|
22
95
|
static ɵinj: i0.ɵɵInjectorDeclaration<RdxPaginationModule>;
|
|
23
96
|
}
|
|
97
|
+
|
|
98
|
+
export { PAGINATION_ROOT_CONTEXT, RdxPaginationEllipsisDirective, RdxPaginationFirstDirective, RdxPaginationLastDirective, RdxPaginationListDirective, RdxPaginationListItemDirective, RdxPaginationModule, RdxPaginationNextDirective, RdxPaginationPrevDirective, RdxPaginationRootDirective, injectPaginationRootContext };
|
|
99
|
+
export type { PaginationRootContext };
|
package/popover/index.d.ts
CHANGED
|
@@ -1,20 +1,403 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import
|
|
8
|
-
import * as
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef, OnInit, ViewContainerRef, DestroyRef } from '@angular/core';
|
|
3
|
+
import { NumberInput, BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as _radix_ng_primitives_popover from '@radix-ng/primitives/popover';
|
|
5
|
+
import * as rxjs from 'rxjs';
|
|
6
|
+
import * as _angular_cdk_overlay_module_d from '@angular/cdk/overlay-module.d';
|
|
7
|
+
import { RdxPositionSide, RdxPositionAlign } from '@radix-ng/primitives/core';
|
|
8
|
+
import * as i1 from '@angular/cdk/overlay';
|
|
9
|
+
import { CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
10
|
+
import * as i1$1 from '@angular/cdk/a11y';
|
|
11
|
+
|
|
12
|
+
declare class RdxPopoverArrowDirective {
|
|
13
|
+
/** @ignore */
|
|
14
|
+
private readonly renderer;
|
|
15
|
+
/** @ignore */
|
|
16
|
+
private readonly popoverRoot;
|
|
17
|
+
/** @ignore */
|
|
18
|
+
readonly elementRef: ElementRef<any>;
|
|
19
|
+
/**
|
|
20
|
+
* @description The width of the arrow in pixels.
|
|
21
|
+
* @default 10
|
|
22
|
+
*/
|
|
23
|
+
readonly width: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
24
|
+
/**
|
|
25
|
+
* @description The height of the arrow in pixels.
|
|
26
|
+
* @default 5
|
|
27
|
+
*/
|
|
28
|
+
readonly height: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
29
|
+
/** @ignore */
|
|
30
|
+
readonly arrowSvgElement: _angular_core.Signal<HTMLElement>;
|
|
31
|
+
/** @ignore */
|
|
32
|
+
private readonly currentArrowSvgElement;
|
|
33
|
+
/** @ignore */
|
|
34
|
+
private readonly position;
|
|
35
|
+
/** @ignore */
|
|
36
|
+
private anchorOrTriggerRect;
|
|
37
|
+
constructor();
|
|
38
|
+
/** @ignore */
|
|
39
|
+
private setAnchorOrTriggerRect;
|
|
40
|
+
/** @ignore */
|
|
41
|
+
private setPosition;
|
|
42
|
+
/** @ignore */
|
|
43
|
+
private onArrowSvgElementChangeEffect;
|
|
44
|
+
/** @ignore */
|
|
45
|
+
private onContentPositionAndArrowDimensionsChangeEffect;
|
|
46
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverArrowDirective, never>;
|
|
47
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverArrowDirective, "[rdxPopoverArrow]", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
48
|
}
|
|
49
|
+
|
|
50
|
+
declare class RdxPopoverCloseDirective {
|
|
51
|
+
/** @ignore */
|
|
52
|
+
protected readonly popoverRoot: _radix_ng_primitives_popover.RdxPopoverRootDirective;
|
|
53
|
+
/** @ignore */
|
|
54
|
+
readonly elementRef: ElementRef<any>;
|
|
55
|
+
/** @ignore */
|
|
56
|
+
private readonly renderer;
|
|
57
|
+
constructor();
|
|
58
|
+
/** @ignore */
|
|
59
|
+
private onIsControlledExternallyEffect;
|
|
60
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverCloseDirective, never>;
|
|
61
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverCloseDirective, "[rdxPopoverClose]", never, {}, {}, never, never, true, never>;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
declare class RdxPopoverContentDirective implements OnInit {
|
|
65
|
+
/** @ignore */
|
|
66
|
+
private readonly popoverRoot;
|
|
67
|
+
/** @ignore */
|
|
68
|
+
private readonly templateRef;
|
|
69
|
+
/** @ignore */
|
|
70
|
+
private readonly overlay;
|
|
71
|
+
/** @ignore */
|
|
72
|
+
private readonly destroyRef;
|
|
73
|
+
/** @ignore */
|
|
74
|
+
private readonly connectedOverlay;
|
|
75
|
+
/** @ignore */
|
|
76
|
+
readonly name: _angular_core.Signal<string>;
|
|
77
|
+
/**
|
|
78
|
+
* @description The preferred side of the trigger to render against when open. Will be reversed when collisions occur and avoidCollisions is enabled.
|
|
79
|
+
* @default top
|
|
80
|
+
*/
|
|
81
|
+
readonly side: _angular_core.InputSignal<RdxPositionSide>;
|
|
82
|
+
/**
|
|
83
|
+
* @description The distance in pixels from the trigger.
|
|
84
|
+
* @default undefined
|
|
85
|
+
*/
|
|
86
|
+
readonly sideOffset: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
87
|
+
/**
|
|
88
|
+
* @description The preferred alignment against the trigger. May change when collisions occur.
|
|
89
|
+
* @default center
|
|
90
|
+
*/
|
|
91
|
+
readonly align: _angular_core.InputSignal<RdxPositionAlign>;
|
|
92
|
+
/**
|
|
93
|
+
* @description An offset in pixels from the "start" or "end" alignment options.
|
|
94
|
+
* @default undefined
|
|
95
|
+
*/
|
|
96
|
+
readonly alignOffset: _angular_core.InputSignalWithTransform<number, NumberInput>;
|
|
97
|
+
/**
|
|
98
|
+
* @description Whether to add some alternate positions of the content.
|
|
99
|
+
* @default false
|
|
100
|
+
*/
|
|
101
|
+
readonly alternatePositionsDisabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
102
|
+
/** @description Whether to prevent `onOverlayEscapeKeyDown` handler from calling. */
|
|
103
|
+
readonly onOverlayEscapeKeyDownDisabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
104
|
+
/** @description Whether to prevent `onOverlayOutsideClick` handler from calling. */
|
|
105
|
+
readonly onOverlayOutsideClickDisabled: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
106
|
+
/**
|
|
107
|
+
* @description Event handler called when the escape key is down.
|
|
108
|
+
* It can be prevented by setting `onOverlayEscapeKeyDownDisabled` input to `true`.
|
|
109
|
+
*/
|
|
110
|
+
readonly onOverlayEscapeKeyDown: _angular_core.OutputEmitterRef<KeyboardEvent>;
|
|
111
|
+
/**
|
|
112
|
+
* @description Event handler called when a pointer event occurs outside the bounds of the component.
|
|
113
|
+
* It can be prevented by setting `onOverlayOutsideClickDisabled` input to `true`.
|
|
114
|
+
*/
|
|
115
|
+
readonly onOverlayOutsideClick: _angular_core.OutputEmitterRef<MouseEvent>;
|
|
116
|
+
/**
|
|
117
|
+
* @description Event handler called after the overlay is open
|
|
118
|
+
*/
|
|
119
|
+
readonly onOpen: _angular_core.OutputEmitterRef<void>;
|
|
120
|
+
/**
|
|
121
|
+
* @description Event handler called after the overlay is closed
|
|
122
|
+
*/
|
|
123
|
+
readonly onClosed: _angular_core.OutputEmitterRef<void>;
|
|
124
|
+
/** @ingore */
|
|
125
|
+
readonly positions: _angular_core.Signal<_angular_cdk_overlay_module_d.ConnectedPosition[]>;
|
|
126
|
+
constructor();
|
|
127
|
+
/** @ignore */
|
|
128
|
+
ngOnInit(): void;
|
|
129
|
+
/** @ignore */
|
|
130
|
+
open(): void;
|
|
131
|
+
/** @ignore */
|
|
132
|
+
close(): void;
|
|
133
|
+
/** @ignore */
|
|
134
|
+
positionChange(): rxjs.Observable<_angular_cdk_overlay_module_d.ConnectedOverlayPositionChange>;
|
|
135
|
+
/** @ignore */
|
|
136
|
+
private connectKeydownEscape;
|
|
137
|
+
/** @ignore */
|
|
138
|
+
private connectOutsideClick;
|
|
139
|
+
/** @ignore */
|
|
140
|
+
private onAttach;
|
|
141
|
+
/** @ignore */
|
|
142
|
+
private onDetach;
|
|
143
|
+
/** @ignore */
|
|
144
|
+
private setScrollStrategy;
|
|
145
|
+
/** @ignore */
|
|
146
|
+
private setHasBackdrop;
|
|
147
|
+
/** @ignore */
|
|
148
|
+
private setDisableClose;
|
|
149
|
+
/** @ignore */
|
|
150
|
+
private setOrigin;
|
|
151
|
+
/** @ignore */
|
|
152
|
+
private setPositions;
|
|
153
|
+
/** @ignore */
|
|
154
|
+
private computePositions;
|
|
155
|
+
private onOriginChangeEffect;
|
|
156
|
+
/** @ignore */
|
|
157
|
+
private onPositionChangeEffect;
|
|
158
|
+
/** @ignore */
|
|
159
|
+
private fireOverlayNgOnChanges;
|
|
160
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverContentDirective, never>;
|
|
161
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverContentDirective, "[rdxPopoverContent]", never, { "side": { "alias": "side"; "required": false; "isSignal": true; }; "sideOffset": { "alias": "sideOffset"; "required": false; "isSignal": true; }; "align": { "alias": "align"; "required": false; "isSignal": true; }; "alignOffset": { "alias": "alignOffset"; "required": false; "isSignal": true; }; "alternatePositionsDisabled": { "alias": "alternatePositionsDisabled"; "required": false; "isSignal": true; }; "onOverlayEscapeKeyDownDisabled": { "alias": "onOverlayEscapeKeyDownDisabled"; "required": false; "isSignal": true; }; "onOverlayOutsideClickDisabled": { "alias": "onOverlayOutsideClickDisabled"; "required": false; "isSignal": true; }; }, { "onOverlayEscapeKeyDown": "onOverlayEscapeKeyDown"; "onOverlayOutsideClick": "onOverlayOutsideClick"; "onOpen": "onOpen"; "onClosed": "onClosed"; }, never, never, true, [{ directive: typeof i1.CdkConnectedOverlay; inputs: {}; outputs: {}; }]>;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
declare class RdxPopoverTriggerDirective {
|
|
165
|
+
/** @ignore */
|
|
166
|
+
protected readonly popoverRoot: _radix_ng_primitives_popover.RdxPopoverRootDirective;
|
|
167
|
+
/** @ignore */
|
|
168
|
+
readonly elementRef: ElementRef<HTMLElement>;
|
|
169
|
+
/** @ignore */
|
|
170
|
+
readonly overlayOrigin: CdkOverlayOrigin;
|
|
171
|
+
/** @ignore */
|
|
172
|
+
readonly name: _angular_core.Signal<string>;
|
|
173
|
+
/** @ignore */
|
|
174
|
+
protected click(): void;
|
|
175
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverTriggerDirective, never>;
|
|
176
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverTriggerDirective, "[rdxPopoverTrigger]", never, {}, {}, never, never, true, [{ directive: typeof i1.CdkOverlayOrigin; inputs: {}; outputs: {}; }]>;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
type EventType = 'cdkOverlayOutsideClick' | 'cdkOverlayEscapeKeyDown';
|
|
180
|
+
type EventTypeCapitalized<R extends EventType = EventType> = Capitalize<R>;
|
|
181
|
+
type EventTypeAsPrimitiveConfigKey<R extends EventType = EventType> = `prevent${EventTypeCapitalized<R>}`;
|
|
182
|
+
type PrimitiveConfig = {
|
|
183
|
+
[value in EventTypeAsPrimitiveConfigKey]?: boolean;
|
|
184
|
+
};
|
|
185
|
+
type PrimitiveConfigs = Map<object, PrimitiveConfig>;
|
|
186
|
+
|
|
187
|
+
declare class RdxPopoverAnchorDirective {
|
|
188
|
+
/**
|
|
189
|
+
* @ignore
|
|
190
|
+
* If outside the root then null, otherwise the root directive - with optional `true` passed in as the first param.
|
|
191
|
+
* If outside the root and non-null value that means the html structure is wrong - popover inside popover.
|
|
192
|
+
* */
|
|
193
|
+
protected popoverRoot: RdxPopoverRootDirective | null;
|
|
194
|
+
/** @ignore */
|
|
195
|
+
readonly elementRef: ElementRef<any>;
|
|
196
|
+
/** @ignore */
|
|
197
|
+
readonly overlayOrigin: CdkOverlayOrigin;
|
|
198
|
+
/** @ignore */
|
|
199
|
+
readonly document: Document;
|
|
200
|
+
/** @ignore */
|
|
201
|
+
readonly name: _angular_core.Signal<string>;
|
|
202
|
+
/** @ignore */
|
|
203
|
+
click(): void;
|
|
204
|
+
/** @ignore */
|
|
205
|
+
setPopoverRoot(popoverRoot: RdxPopoverRootDirective): void;
|
|
206
|
+
private emitOutsideClick;
|
|
207
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverAnchorDirective, never>;
|
|
208
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverAnchorDirective, "[rdxPopoverAnchor]", ["rdxPopoverAnchor"], {}, {}, never, never, true, [{ directive: typeof i1.CdkOverlayOrigin; inputs: {}; outputs: {}; }]>;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
declare enum RdxPopoverState {
|
|
212
|
+
OPEN = "open",
|
|
213
|
+
CLOSED = "closed"
|
|
214
|
+
}
|
|
215
|
+
declare enum RdxPopoverAttachDetachEvent {
|
|
216
|
+
ATTACH = "attach",
|
|
217
|
+
DETACH = "detach"
|
|
218
|
+
}
|
|
219
|
+
declare enum RdxPopoverAnimationStatus {
|
|
220
|
+
OPEN_STARTED = "open_started",
|
|
221
|
+
OPEN_ENDED = "open_ended",
|
|
222
|
+
CLOSED_STARTED = "closed_started",
|
|
223
|
+
CLOSED_ENDED = "closed_ended"
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
declare class RdxPopoverRootDirective {
|
|
227
|
+
/** @ignore */
|
|
228
|
+
readonly uniqueId: _angular_core.WritableSignal<number>;
|
|
229
|
+
/** @ignore */
|
|
230
|
+
readonly name: _angular_core.Signal<string>;
|
|
231
|
+
/**
|
|
232
|
+
* @description The anchor directive that comes form outside the popover root
|
|
233
|
+
* @default undefined
|
|
234
|
+
*/
|
|
235
|
+
readonly anchor: _angular_core.InputSignal<RdxPopoverAnchorDirective | undefined>;
|
|
236
|
+
/**
|
|
237
|
+
* @description The open state of the popover when it is initially rendered. Use when you do not need to control its open state.
|
|
238
|
+
* @default false
|
|
239
|
+
*/
|
|
240
|
+
readonly defaultOpen: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
241
|
+
/**
|
|
242
|
+
* @description The controlled state of the popover. `open` input take precedence of `defaultOpen` input.
|
|
243
|
+
* @default undefined
|
|
244
|
+
*/
|
|
245
|
+
readonly open: _angular_core.InputSignalWithTransform<boolean | undefined, BooleanInput>;
|
|
246
|
+
/**
|
|
247
|
+
* @description Whether to control the state of the popover from external. Use in conjunction with `open` input.
|
|
248
|
+
* @default undefined
|
|
249
|
+
*/
|
|
250
|
+
readonly externalControl: _angular_core.InputSignalWithTransform<boolean | undefined, BooleanInput>;
|
|
251
|
+
/**
|
|
252
|
+
* @description Whether to take into account CSS opening/closing animations.
|
|
253
|
+
* @default false
|
|
254
|
+
*/
|
|
255
|
+
readonly cssAnimation: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
256
|
+
/**
|
|
257
|
+
* @description Whether to take into account CSS opening animations. `cssAnimation` input must be set to 'true'
|
|
258
|
+
* @default false
|
|
259
|
+
*/
|
|
260
|
+
readonly cssOpeningAnimation: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
261
|
+
/**
|
|
262
|
+
* @description Whether to take into account CSS closing animations. `cssAnimation` input must be set to 'true'
|
|
263
|
+
* @default false
|
|
264
|
+
*/
|
|
265
|
+
readonly cssClosingAnimation: _angular_core.InputSignalWithTransform<boolean, BooleanInput>;
|
|
266
|
+
/** @ignore */
|
|
267
|
+
readonly cssAnimationStatus: _angular_core.WritableSignal<RdxPopoverAnimationStatus | null>;
|
|
268
|
+
/** @ignore */
|
|
269
|
+
readonly popoverContentDirective: _angular_core.Signal<RdxPopoverContentDirective>;
|
|
270
|
+
/** @ignore */
|
|
271
|
+
readonly popoverTriggerDirective: _angular_core.Signal<RdxPopoverTriggerDirective>;
|
|
272
|
+
/** @ignore */
|
|
273
|
+
readonly popoverArrowDirective: _angular_core.Signal<_radix_ng_primitives_popover.RdxPopoverArrowDirective | undefined>;
|
|
274
|
+
/** @ignore */
|
|
275
|
+
readonly popoverCloseDirective: _angular_core.Signal<_radix_ng_primitives_popover.RdxPopoverCloseDirective | undefined>;
|
|
276
|
+
/** @ignore */
|
|
277
|
+
readonly popoverContentAttributesComponent: _angular_core.Signal<_radix_ng_primitives_popover.RdxPopoverContentAttributesComponent | undefined>;
|
|
278
|
+
/** @ignore */
|
|
279
|
+
private readonly internalPopoverAnchorDirective;
|
|
280
|
+
/** @ignore */
|
|
281
|
+
readonly viewContainerRef: ViewContainerRef;
|
|
282
|
+
/** @ignore */
|
|
283
|
+
readonly rdxCdkEventService: {
|
|
284
|
+
document: Document;
|
|
285
|
+
destroyRef: DestroyRef;
|
|
286
|
+
ngZone: _angular_core.NgZone;
|
|
287
|
+
renderer2: _angular_core.Renderer2;
|
|
288
|
+
window: Window & typeof globalThis;
|
|
289
|
+
primitiveConfigs?: PrimitiveConfigs;
|
|
290
|
+
onDestroyCallbacks: Set<() => void>;
|
|
291
|
+
#clickDomRootEventCallbacks: Set<(event: MouseEvent) => void>;
|
|
292
|
+
registerPrimitive<T extends object>(primitiveInstance: T): void;
|
|
293
|
+
deregisterPrimitive<T extends object>(primitiveInstance: T): void;
|
|
294
|
+
preventPrimitiveFromCdkEvent<T extends object>(primitiveInstance: T, eventType: EventType): void;
|
|
295
|
+
allowPrimitiveForCdkEvent<T extends object>(primitiveInstance: T, eventType: EventType): void;
|
|
296
|
+
preventPrimitiveFromCdkMultiEvents<T extends object>(primitiveInstance: T, eventTypes: EventType[]): void;
|
|
297
|
+
allowPrimitiveForCdkMultiEvents<T extends object>(primitiveInstance: T, eventTypes: EventType[]): void;
|
|
298
|
+
setPreventPrimitiveFromCdkMixEvents<T extends object>(primitiveInstance: T, eventTypes: PrimitiveConfig): void;
|
|
299
|
+
primitivePreventedFromCdkEvent<T extends object>(primitiveInstance: T, eventType: EventType): boolean | undefined;
|
|
300
|
+
addClickDomRootEventCallback(callback: (event: MouseEvent) => void): void;
|
|
301
|
+
removeClickDomRootEventCallback(callback: (event: MouseEvent) => void): boolean;
|
|
302
|
+
#setPreventPrimitiveFromCdkEvent<T extends object, R extends EventType, K extends PrimitiveConfig[`prevent${Capitalize<R>}`]>(primitiveInstance: T, eventType: R, value: K): void;
|
|
303
|
+
#registerOnDestroyCallbacks(): void;
|
|
304
|
+
#listenToClickDomRootEvent(): void;
|
|
305
|
+
} | null;
|
|
306
|
+
/** @ignore */
|
|
307
|
+
readonly destroyRef: DestroyRef;
|
|
308
|
+
/** @ignore */
|
|
309
|
+
readonly state: _angular_core.WritableSignal<RdxPopoverState>;
|
|
310
|
+
/** @ignore */
|
|
311
|
+
readonly attachDetachEvent: _angular_core.WritableSignal<RdxPopoverAttachDetachEvent>;
|
|
312
|
+
/** @ignore */
|
|
313
|
+
private readonly isFirstDefaultOpen;
|
|
314
|
+
/** @ignore */
|
|
315
|
+
readonly popoverAnchorDirective: _angular_core.Signal<RdxPopoverAnchorDirective | undefined>;
|
|
316
|
+
constructor();
|
|
317
|
+
/** @ignore */
|
|
318
|
+
getAnimationParamsSnapshot(): {
|
|
319
|
+
cssAnimation: boolean;
|
|
320
|
+
cssOpeningAnimation: boolean;
|
|
321
|
+
cssClosingAnimation: boolean;
|
|
322
|
+
cssAnimationStatus: RdxPopoverAnimationStatus | null;
|
|
323
|
+
attachDetachEvent: RdxPopoverAttachDetachEvent;
|
|
324
|
+
state: RdxPopoverState;
|
|
325
|
+
canEmitOnOpenOrOnClosed: boolean;
|
|
326
|
+
};
|
|
327
|
+
/** @ignore */
|
|
328
|
+
controlledExternally(): _angular_core.InputSignalWithTransform<boolean | undefined, BooleanInput>;
|
|
329
|
+
/** @ignore */
|
|
330
|
+
firstDefaultOpen(): boolean;
|
|
331
|
+
/** @ignore */
|
|
332
|
+
handleOpen(): void;
|
|
333
|
+
/** @ignore */
|
|
334
|
+
handleClose(): void;
|
|
335
|
+
/** @ignore */
|
|
336
|
+
handleToggle(): void;
|
|
337
|
+
/** @ignore */
|
|
338
|
+
isOpen(state?: RdxPopoverState): boolean;
|
|
339
|
+
/** @ignore */
|
|
340
|
+
private setState;
|
|
341
|
+
/** @ignore */
|
|
342
|
+
private openContent;
|
|
343
|
+
/** @ignore */
|
|
344
|
+
private closeContent;
|
|
345
|
+
/** @ignore */
|
|
346
|
+
private emitOnOpen;
|
|
347
|
+
/** @ignore */
|
|
348
|
+
private emitOnClosed;
|
|
349
|
+
/** @ignore */
|
|
350
|
+
private ifOpenOrCloseWithoutAnimations;
|
|
351
|
+
/** @ignore */
|
|
352
|
+
private ifOpenOrCloseWithAnimations;
|
|
353
|
+
/** @ignore */
|
|
354
|
+
private openOrClose;
|
|
355
|
+
/** @ignore */
|
|
356
|
+
private emitOnOpenOrOnClosed;
|
|
357
|
+
/** @ignore */
|
|
358
|
+
private canEmitOnOpenOrOnClosed;
|
|
359
|
+
/** @ignore */
|
|
360
|
+
private onStateChangeEffect;
|
|
361
|
+
/** @ignore */
|
|
362
|
+
private onCssAnimationStatusChangeChangeEffect;
|
|
363
|
+
/** @ignore */
|
|
364
|
+
private emitOpenOrClosedEventEffect;
|
|
365
|
+
/** @ignore */
|
|
366
|
+
private onOpenChangeEffect;
|
|
367
|
+
/** @ignore */
|
|
368
|
+
private onIsFirstDefaultOpenChangeEffect;
|
|
369
|
+
/** @ignore */
|
|
370
|
+
private onAnchorChangeEffect;
|
|
371
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverRootDirective, never>;
|
|
372
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdxPopoverRootDirective, "[rdxPopoverRoot]", ["rdxPopoverRoot"], { "anchor": { "alias": "anchor"; "required": false; "isSignal": true; }; "defaultOpen": { "alias": "defaultOpen"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "externalControl": { "alias": "externalControl"; "required": false; "isSignal": true; }; "cssAnimation": { "alias": "cssAnimation"; "required": false; "isSignal": true; }; "cssOpeningAnimation": { "alias": "cssOpeningAnimation"; "required": false; "isSignal": true; }; "cssClosingAnimation": { "alias": "cssClosingAnimation"; "required": false; "isSignal": true; }; }, {}, ["popoverContentDirective", "popoverTriggerDirective", "popoverArrowDirective", "popoverCloseDirective", "popoverContentAttributesComponent", "internalPopoverAnchorDirective"], never, true, never>;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
declare class RdxPopoverContentAttributesComponent {
|
|
376
|
+
/** @ignore */
|
|
377
|
+
private readonly focusTrapDirective;
|
|
378
|
+
/** @ignore */
|
|
379
|
+
private readonly focusInitialDirective;
|
|
380
|
+
/** @ignore */
|
|
381
|
+
protected readonly popoverRoot: _radix_ng_primitives_popover.RdxPopoverRootDirective;
|
|
382
|
+
/** @ignore */
|
|
383
|
+
readonly name: _angular_core.Signal<string>;
|
|
384
|
+
/** @ignore */
|
|
385
|
+
readonly disableAnimation: _angular_core.Signal<boolean>;
|
|
386
|
+
constructor();
|
|
387
|
+
/** @ignore */
|
|
388
|
+
protected onAnimationStart(_: AnimationEvent): void;
|
|
389
|
+
/** @ignore */
|
|
390
|
+
protected onAnimationEnd(_: AnimationEvent): void;
|
|
391
|
+
/** @ignore */
|
|
392
|
+
private canAnimate;
|
|
393
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverContentAttributesComponent, never>;
|
|
394
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RdxPopoverContentAttributesComponent, "[rdxPopoverContentAttributes]", never, {}, {}, ["focusInitialDirective"], ["*"], true, [{ directive: typeof i1$1.CdkTrapFocus; inputs: {}; outputs: {}; }]>;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
declare class RdxPopoverModule {
|
|
398
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdxPopoverModule, never>;
|
|
399
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<RdxPopoverModule, never, [typeof RdxPopoverArrowDirective, typeof RdxPopoverCloseDirective, typeof RdxPopoverContentDirective, typeof RdxPopoverTriggerDirective, typeof RdxPopoverRootDirective, typeof RdxPopoverAnchorDirective, typeof RdxPopoverContentAttributesComponent], [typeof RdxPopoverArrowDirective, typeof RdxPopoverCloseDirective, typeof RdxPopoverContentDirective, typeof RdxPopoverTriggerDirective, typeof RdxPopoverRootDirective, typeof RdxPopoverAnchorDirective, typeof RdxPopoverContentAttributesComponent]>;
|
|
400
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<RdxPopoverModule>;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export { RdxPopoverAnchorDirective, RdxPopoverArrowDirective, RdxPopoverCloseDirective, RdxPopoverContentAttributesComponent, RdxPopoverContentDirective, RdxPopoverModule, RdxPopoverRootDirective, RdxPopoverTriggerDirective };
|
package/popper/README.md
ADDED