@qualcomm-ui/react 1.0.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/LICENSE.txt +31 -0
- package/dist/accordion/__tests__/test-accordion.d.ts +15 -0
- package/dist/accordion/__tests__/test-accordion.d.ts.map +1 -0
- package/dist/accordion/accordion-item-content-animator.d.ts +14 -0
- package/dist/accordion/accordion-item-content-animator.d.ts.map +1 -0
- package/dist/accordion/accordion-item-content-body.d.ts +14 -0
- package/dist/accordion/accordion-item-content-body.d.ts.map +1 -0
- package/dist/accordion/accordion-item-content.d.ts +32 -0
- package/dist/accordion/accordion-item-content.d.ts.map +1 -0
- package/dist/accordion/accordion-item-indicator.d.ts +16 -0
- package/dist/accordion/accordion-item-indicator.d.ts.map +1 -0
- package/dist/accordion/accordion-item-root.d.ts +31 -0
- package/dist/accordion/accordion-item-root.d.ts.map +1 -0
- package/dist/accordion/accordion-item-secondary-text.d.ts +14 -0
- package/dist/accordion/accordion-item-secondary-text.d.ts.map +1 -0
- package/dist/accordion/accordion-item-text.d.ts +12 -0
- package/dist/accordion/accordion-item-text.d.ts.map +1 -0
- package/dist/accordion/accordion-item-trigger.d.ts +19 -0
- package/dist/accordion/accordion-item-trigger.d.ts.map +1 -0
- package/dist/accordion/accordion-item.d.ts +59 -0
- package/dist/accordion/accordion-item.d.ts.map +1 -0
- package/dist/accordion/accordion-root.d.ts +15 -0
- package/dist/accordion/accordion-root.d.ts.map +1 -0
- package/dist/accordion/index.d.ts +89 -0
- package/dist/accordion/index.d.ts.map +1 -0
- package/dist/accordion/index.js +2 -0
- package/dist/accordion/index.js.map +7 -0
- package/dist/action-group/action-group.d.ts +13 -0
- package/dist/action-group/action-group.d.ts.map +1 -0
- package/dist/action-group/index.d.ts +2 -0
- package/dist/action-group/index.d.ts.map +1 -0
- package/dist/action-group/index.js +2 -0
- package/dist/action-group/index.js.map +7 -0
- package/dist/avatar/__tests__/test-avatar.d.ts +9 -0
- package/dist/avatar/__tests__/test-avatar.d.ts.map +1 -0
- package/dist/avatar/avatar-content.d.ts +19 -0
- package/dist/avatar/avatar-content.d.ts.map +1 -0
- package/dist/avatar/avatar-image.d.ts +13 -0
- package/dist/avatar/avatar-image.d.ts.map +1 -0
- package/dist/avatar/avatar-root.d.ts +16 -0
- package/dist/avatar/avatar-root.d.ts.map +1 -0
- package/dist/avatar/avatar-status.d.ts +14 -0
- package/dist/avatar/avatar-status.d.ts.map +1 -0
- package/dist/avatar/index.d.ts +28 -0
- package/dist/avatar/index.d.ts.map +1 -0
- package/dist/avatar/index.js +2 -0
- package/dist/avatar/index.js.map +7 -0
- package/dist/avatar/qds-avatar-context.d.ts +3 -0
- package/dist/avatar/qds-avatar-context.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-item-icon.d.ts +11 -0
- package/dist/breadcrumbs/breadcrumbs-item-icon.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-item-root.d.ts +15 -0
- package/dist/breadcrumbs/breadcrumbs-item-root.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-item-separator.d.ts +12 -0
- package/dist/breadcrumbs/breadcrumbs-item-separator.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-item-trigger.d.ts +6 -0
- package/dist/breadcrumbs/breadcrumbs-item-trigger.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-item.d.ts +49 -0
- package/dist/breadcrumbs/breadcrumbs-item.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-list.d.ts +13 -0
- package/dist/breadcrumbs/breadcrumbs-list.d.ts.map +1 -0
- package/dist/breadcrumbs/breadcrumbs-root.d.ts +11 -0
- package/dist/breadcrumbs/breadcrumbs-root.d.ts.map +1 -0
- package/dist/breadcrumbs/index.d.ts +27 -0
- package/dist/breadcrumbs/index.d.ts.map +1 -0
- package/dist/breadcrumbs/index.js +2 -0
- package/dist/breadcrumbs/index.js.map +7 -0
- package/dist/breadcrumbs/qds-breadcrumbs-context.d.ts +3 -0
- package/dist/breadcrumbs/qds-breadcrumbs-context.d.ts.map +1 -0
- package/dist/button/button-group-context.d.ts +7 -0
- package/dist/button/button-group-context.d.ts.map +1 -0
- package/dist/button/button-group.d.ts +6 -0
- package/dist/button/button-group.d.ts.map +1 -0
- package/dist/button/button.d.ts +6 -0
- package/dist/button/button.d.ts.map +1 -0
- package/dist/button/button.types.d.ts +20 -0
- package/dist/button/button.types.d.ts.map +1 -0
- package/dist/button/icon-button.d.ts +6 -0
- package/dist/button/icon-button.d.ts.map +1 -0
- package/dist/button/icon-button.types.d.ts +11 -0
- package/dist/button/icon-button.types.d.ts.map +1 -0
- package/dist/button/index.d.ts +7 -0
- package/dist/button/index.d.ts.map +1 -0
- package/dist/button/index.js +2 -0
- package/dist/button/index.js.map +7 -0
- package/dist/button/internal/context-button.d.ts +4 -0
- package/dist/button/internal/context-button.d.ts.map +1 -0
- package/dist/button/internal/context-icon-button.d.ts +4 -0
- package/dist/button/internal/context-icon-button.d.ts.map +1 -0
- package/dist/button/internal/index.d.ts +5 -0
- package/dist/button/internal/index.d.ts.map +1 -0
- package/dist/button/internal/internal-button.d.ts +4 -0
- package/dist/button/internal/internal-button.d.ts.map +1 -0
- package/dist/button/internal/internal-icon-button.d.ts +4 -0
- package/dist/button/internal/internal-icon-button.d.ts.map +1 -0
- package/dist/checkbox/checkbox-context.d.ts +11 -0
- package/dist/checkbox/checkbox-context.d.ts.map +1 -0
- package/dist/checkbox/checkbox-control.d.ts +16 -0
- package/dist/checkbox/checkbox-control.d.ts.map +1 -0
- package/dist/checkbox/checkbox-error-text.d.ts +22 -0
- package/dist/checkbox/checkbox-error-text.d.ts.map +1 -0
- package/dist/checkbox/checkbox-hidden-input.d.ts +12 -0
- package/dist/checkbox/checkbox-hidden-input.d.ts.map +1 -0
- package/dist/checkbox/checkbox-indicator.d.ts +17 -0
- package/dist/checkbox/checkbox-indicator.d.ts.map +1 -0
- package/dist/checkbox/checkbox-label.d.ts +14 -0
- package/dist/checkbox/checkbox-label.d.ts.map +1 -0
- package/dist/checkbox/checkbox-root.d.ts +15 -0
- package/dist/checkbox/checkbox-root.d.ts.map +1 -0
- package/dist/checkbox/checkbox.d.ts +50 -0
- package/dist/checkbox/checkbox.d.ts.map +1 -0
- package/dist/checkbox/index.d.ts +20 -0
- package/dist/checkbox/index.d.ts.map +1 -0
- package/dist/checkbox/index.js +2 -0
- package/dist/checkbox/index.js.map +7 -0
- package/dist/checkbox/qds-checkbox-context.d.ts +3 -0
- package/dist/checkbox/qds-checkbox-context.d.ts.map +1 -0
- package/dist/checkmark/checkmark-checked-icon.d.ts +7 -0
- package/dist/checkmark/checkmark-checked-icon.d.ts.map +1 -0
- package/dist/checkmark/checkmark-icon.d.ts +8 -0
- package/dist/checkmark/checkmark-icon.d.ts.map +1 -0
- package/dist/checkmark/checkmark-indeterminate-icon.d.ts +7 -0
- package/dist/checkmark/checkmark-indeterminate-icon.d.ts.map +1 -0
- package/dist/checkmark/checkmark.d.ts +7 -0
- package/dist/checkmark/checkmark.d.ts.map +1 -0
- package/dist/checkmark/index.d.ts +5 -0
- package/dist/checkmark/index.d.ts.map +1 -0
- package/dist/checkmark/index.js +2 -0
- package/dist/checkmark/index.js.map +7 -0
- package/dist/collapsible/collapsible-content.d.ts +9 -0
- package/dist/collapsible/collapsible-content.d.ts.map +1 -0
- package/dist/collapsible/collapsible-context.d.ts +6 -0
- package/dist/collapsible/collapsible-context.d.ts.map +1 -0
- package/dist/collapsible/collapsible-root.d.ts +9 -0
- package/dist/collapsible/collapsible-root.d.ts.map +1 -0
- package/dist/collapsible/collapsible-trigger.d.ts +10 -0
- package/dist/collapsible/collapsible-trigger.d.ts.map +1 -0
- package/dist/collapsible/index.d.ts +16 -0
- package/dist/collapsible/index.d.ts.map +1 -0
- package/dist/collapsible/index.js +2 -0
- package/dist/collapsible/index.js.map +7 -0
- package/dist/combobox/combobox-clear-trigger.d.ts +9 -0
- package/dist/combobox/combobox-clear-trigger.d.ts.map +1 -0
- package/dist/combobox/combobox-content.d.ts +9 -0
- package/dist/combobox/combobox-content.d.ts.map +1 -0
- package/dist/combobox/combobox-context.d.ts +11 -0
- package/dist/combobox/combobox-context.d.ts.map +1 -0
- package/dist/combobox/combobox-control.d.ts +10 -0
- package/dist/combobox/combobox-control.d.ts.map +1 -0
- package/dist/combobox/combobox-empty.d.ts +10 -0
- package/dist/combobox/combobox-empty.d.ts.map +1 -0
- package/dist/combobox/combobox-error-indicator.d.ts +11 -0
- package/dist/combobox/combobox-error-indicator.d.ts.map +1 -0
- package/dist/combobox/combobox-error-text.d.ts +11 -0
- package/dist/combobox/combobox-error-text.d.ts.map +1 -0
- package/dist/combobox/combobox-hint.d.ts +13 -0
- package/dist/combobox/combobox-hint.d.ts.map +1 -0
- package/dist/combobox/combobox-input.d.ts +10 -0
- package/dist/combobox/combobox-input.d.ts.map +1 -0
- package/dist/combobox/combobox-item-indicator.d.ts +16 -0
- package/dist/combobox/combobox-item-indicator.d.ts.map +1 -0
- package/dist/combobox/combobox-item-text.d.ts +9 -0
- package/dist/combobox/combobox-item-text.d.ts.map +1 -0
- package/dist/combobox/combobox-item.d.ts +10 -0
- package/dist/combobox/combobox-item.d.ts.map +1 -0
- package/dist/combobox/combobox-items.d.ts +25 -0
- package/dist/combobox/combobox-items.d.ts.map +1 -0
- package/dist/combobox/combobox-label.d.ts +9 -0
- package/dist/combobox/combobox-label.d.ts.map +1 -0
- package/dist/combobox/combobox-positioner.d.ts +10 -0
- package/dist/combobox/combobox-positioner.d.ts.map +1 -0
- package/dist/combobox/combobox-root.d.ts +17 -0
- package/dist/combobox/combobox-root.d.ts.map +1 -0
- package/dist/combobox/combobox-trigger.d.ts +18 -0
- package/dist/combobox/combobox-trigger.d.ts.map +1 -0
- package/dist/combobox/combobox-virtual-content.d.ts +28 -0
- package/dist/combobox/combobox-virtual-content.d.ts.map +1 -0
- package/dist/combobox/combobox.d.ts +124 -0
- package/dist/combobox/combobox.d.ts.map +1 -0
- package/dist/combobox/index.d.ts +105 -0
- package/dist/combobox/index.d.ts.map +1 -0
- package/dist/combobox/index.js +2 -0
- package/dist/combobox/index.js.map +7 -0
- package/dist/combobox/qds-combobox-context.d.ts +3 -0
- package/dist/combobox/qds-combobox-context.d.ts.map +1 -0
- package/dist/dialog/dialog-backdrop.d.ts +10 -0
- package/dist/dialog/dialog-backdrop.d.ts.map +1 -0
- package/dist/dialog/dialog-body.d.ts +11 -0
- package/dist/dialog/dialog-body.d.ts.map +1 -0
- package/dist/dialog/dialog-close-button.d.ts +14 -0
- package/dist/dialog/dialog-close-button.d.ts.map +1 -0
- package/dist/dialog/dialog-close-trigger.d.ts +17 -0
- package/dist/dialog/dialog-close-trigger.d.ts.map +1 -0
- package/dist/dialog/dialog-content.d.ts +18 -0
- package/dist/dialog/dialog-content.d.ts.map +1 -0
- package/dist/dialog/dialog-context.d.ts +11 -0
- package/dist/dialog/dialog-context.d.ts.map +1 -0
- package/dist/dialog/dialog-description.d.ts +10 -0
- package/dist/dialog/dialog-description.d.ts.map +1 -0
- package/dist/dialog/dialog-floating-portal.d.ts +44 -0
- package/dist/dialog/dialog-floating-portal.d.ts.map +1 -0
- package/dist/dialog/dialog-footer.d.ts +10 -0
- package/dist/dialog/dialog-footer.d.ts.map +1 -0
- package/dist/dialog/dialog-heading.d.ts +19 -0
- package/dist/dialog/dialog-heading.d.ts.map +1 -0
- package/dist/dialog/dialog-indicator-icon.d.ts +15 -0
- package/dist/dialog/dialog-indicator-icon.d.ts.map +1 -0
- package/dist/dialog/dialog-positioner.d.ts +10 -0
- package/dist/dialog/dialog-positioner.d.ts.map +1 -0
- package/dist/dialog/dialog-root.d.ts +14 -0
- package/dist/dialog/dialog-root.d.ts.map +1 -0
- package/dist/dialog/dialog-trigger.d.ts +17 -0
- package/dist/dialog/dialog-trigger.d.ts.map +1 -0
- package/dist/dialog/index.d.ts +125 -0
- package/dist/dialog/index.d.ts.map +1 -0
- package/dist/dialog/index.js +2 -0
- package/dist/dialog/index.js.map +7 -0
- package/dist/dialog/qds-dialog-context.d.ts +3 -0
- package/dist/dialog/qds-dialog-context.d.ts.map +1 -0
- package/dist/divider/divider.d.ts +11 -0
- package/dist/divider/divider.d.ts.map +1 -0
- package/dist/divider/index.d.ts +2 -0
- package/dist/divider/index.d.ts.map +1 -0
- package/dist/divider/index.js +2 -0
- package/dist/divider/index.js.map +7 -0
- package/dist/drawer/drawer-backdrop.d.ts +10 -0
- package/dist/drawer/drawer-backdrop.d.ts.map +1 -0
- package/dist/drawer/drawer-body.d.ts +11 -0
- package/dist/drawer/drawer-body.d.ts.map +1 -0
- package/dist/drawer/drawer-close-button.d.ts +9 -0
- package/dist/drawer/drawer-close-button.d.ts.map +1 -0
- package/dist/drawer/drawer-close-trigger.d.ts +18 -0
- package/dist/drawer/drawer-close-trigger.d.ts.map +1 -0
- package/dist/drawer/drawer-content.d.ts +18 -0
- package/dist/drawer/drawer-content.d.ts.map +1 -0
- package/dist/drawer/drawer-context.d.ts +11 -0
- package/dist/drawer/drawer-context.d.ts.map +1 -0
- package/dist/drawer/drawer-description.d.ts +10 -0
- package/dist/drawer/drawer-description.d.ts.map +1 -0
- package/dist/drawer/drawer-floating-portal.d.ts +44 -0
- package/dist/drawer/drawer-floating-portal.d.ts.map +1 -0
- package/dist/drawer/drawer-footer.d.ts +10 -0
- package/dist/drawer/drawer-footer.d.ts.map +1 -0
- package/dist/drawer/drawer-heading.d.ts +6 -0
- package/dist/drawer/drawer-heading.d.ts.map +1 -0
- package/dist/drawer/drawer-indicator-icon.d.ts +10 -0
- package/dist/drawer/drawer-indicator-icon.d.ts.map +1 -0
- package/dist/drawer/drawer-positioner.d.ts +10 -0
- package/dist/drawer/drawer-positioner.d.ts.map +1 -0
- package/dist/drawer/drawer-root.d.ts +14 -0
- package/dist/drawer/drawer-root.d.ts.map +1 -0
- package/dist/drawer/drawer-trigger.d.ts +17 -0
- package/dist/drawer/drawer-trigger.d.ts.map +1 -0
- package/dist/drawer/index.d.ts +113 -0
- package/dist/drawer/index.d.ts.map +1 -0
- package/dist/drawer/index.js +2 -0
- package/dist/drawer/index.js.map +7 -0
- package/dist/drawer/qds-drawer-context.d.ts +3 -0
- package/dist/drawer/qds-drawer-context.d.ts.map +1 -0
- package/dist/footer/index.d.ts +2 -0
- package/dist/footer/index.d.ts.map +1 -0
- package/dist/footer/index.js +1 -0
- package/dist/footer/index.js.map +7 -0
- package/dist/header/index.d.ts +2 -0
- package/dist/header/index.d.ts.map +1 -0
- package/dist/header/index.js +1 -0
- package/dist/header/index.js.map +7 -0
- package/dist/header-bar/header-bar-action-bar.d.ts +6 -0
- package/dist/header-bar/header-bar-action-bar.d.ts.map +1 -0
- package/dist/header-bar/header-bar-action-button.d.ts +7 -0
- package/dist/header-bar/header-bar-action-button.d.ts.map +1 -0
- package/dist/header-bar/header-bar-action-icon-button.d.ts +7 -0
- package/dist/header-bar/header-bar-action-icon-button.d.ts.map +1 -0
- package/dist/header-bar/header-bar-app-title.d.ts +6 -0
- package/dist/header-bar/header-bar-app-title.d.ts.map +1 -0
- package/dist/header-bar/header-bar-divider.d.ts +6 -0
- package/dist/header-bar/header-bar-divider.d.ts.map +1 -0
- package/dist/header-bar/header-bar-logo.d.ts +6 -0
- package/dist/header-bar/header-bar-logo.d.ts.map +1 -0
- package/dist/header-bar/header-bar-menu-item.d.ts +12 -0
- package/dist/header-bar/header-bar-menu-item.d.ts.map +1 -0
- package/dist/header-bar/header-bar-nav-item.d.ts +8 -0
- package/dist/header-bar/header-bar-nav-item.d.ts.map +1 -0
- package/dist/header-bar/header-bar-nav.d.ts +6 -0
- package/dist/header-bar/header-bar-nav.d.ts.map +1 -0
- package/dist/header-bar/header-bar-root.d.ts +7 -0
- package/dist/header-bar/header-bar-root.d.ts.map +1 -0
- package/dist/header-bar/header-bar-window-controls.d.ts +6 -0
- package/dist/header-bar/header-bar-window-controls.d.ts.map +1 -0
- package/dist/header-bar/index.d.ts +28 -0
- package/dist/header-bar/index.d.ts.map +1 -0
- package/dist/header-bar/index.js +2 -0
- package/dist/header-bar/index.js.map +7 -0
- package/dist/header-bar/qds-header-bar-context.d.ts +2 -0
- package/dist/header-bar/qds-header-bar-context.d.ts.map +1 -0
- package/dist/icon/icon-or-node.d.ts +28 -0
- package/dist/icon/icon-or-node.d.ts.map +1 -0
- package/dist/icon/icon.d.ts +21 -0
- package/dist/icon/icon.d.ts.map +1 -0
- package/dist/icon/index.d.ts +3 -0
- package/dist/icon/index.d.ts.map +1 -0
- package/dist/icon/index.js +2 -0
- package/dist/icon/index.js.map +7 -0
- package/dist/inline-icon-button/index.d.ts +2 -0
- package/dist/inline-icon-button/index.d.ts.map +1 -0
- package/dist/inline-icon-button/index.js +2 -0
- package/dist/inline-icon-button/index.js.map +7 -0
- package/dist/inline-icon-button/inline-icon-button.d.ts +17 -0
- package/dist/inline-icon-button/inline-icon-button.d.ts.map +1 -0
- package/dist/inline-notification/index.d.ts +40 -0
- package/dist/inline-notification/index.d.ts.map +1 -0
- package/dist/inline-notification/index.js +2 -0
- package/dist/inline-notification/index.js.map +7 -0
- package/dist/inline-notification/inline-notification-action-container.d.ts +14 -0
- package/dist/inline-notification/inline-notification-action-container.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification-close-button.d.ts +13 -0
- package/dist/inline-notification/inline-notification-close-button.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification-description.d.ts +14 -0
- package/dist/inline-notification/inline-notification-description.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification-icon.d.ts +16 -0
- package/dist/inline-notification/inline-notification-icon.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification-label.d.ts +13 -0
- package/dist/inline-notification/inline-notification-label.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification-root.d.ts +10 -0
- package/dist/inline-notification/inline-notification-root.d.ts.map +1 -0
- package/dist/inline-notification/inline-notification.d.ts +64 -0
- package/dist/inline-notification/inline-notification.d.ts.map +1 -0
- package/dist/inline-notification/qds-inline-notification-context.d.ts +3 -0
- package/dist/inline-notification/qds-inline-notification-context.d.ts.map +1 -0
- package/dist/input/index.d.ts +8 -0
- package/dist/input/index.d.ts.map +1 -0
- package/dist/input/index.js +2 -0
- package/dist/input/index.js.map +7 -0
- package/dist/input/input-end-icon.d.ts +14 -0
- package/dist/input/input-end-icon.d.ts.map +1 -0
- package/dist/input/input-error-indicator.d.ts +17 -0
- package/dist/input/input-error-indicator.d.ts.map +1 -0
- package/dist/input/input-error-text.d.ts +15 -0
- package/dist/input/input-error-text.d.ts.map +1 -0
- package/dist/input/input-hint.d.ts +13 -0
- package/dist/input/input-hint.d.ts.map +1 -0
- package/dist/input/input-label.d.ts +19 -0
- package/dist/input/input-label.d.ts.map +1 -0
- package/dist/input/input-start-icon.d.ts +14 -0
- package/dist/input/input-start-icon.d.ts.map +1 -0
- package/dist/input/qds-input-context.d.ts +8 -0
- package/dist/input/qds-input-context.d.ts.map +1 -0
- package/dist/link/index.d.ts +2 -0
- package/dist/link/index.d.ts.map +1 -0
- package/dist/link/index.js +2 -0
- package/dist/link/index.js.map +7 -0
- package/dist/link/link.d.ts +27 -0
- package/dist/link/link.d.ts.map +1 -0
- package/dist/menu/index.d.ts +54 -0
- package/dist/menu/index.d.ts.map +1 -0
- package/dist/menu/index.js +2 -0
- package/dist/menu/index.js.map +7 -0
- package/dist/menu/menu-button.d.ts +10 -0
- package/dist/menu/menu-button.d.ts.map +1 -0
- package/dist/menu/menu-checkbox-item-control.d.ts +12 -0
- package/dist/menu/menu-checkbox-item-control.d.ts.map +1 -0
- package/dist/menu/menu-checkbox-item.d.ts +11 -0
- package/dist/menu/menu-checkbox-item.d.ts.map +1 -0
- package/dist/menu/menu-content.d.ts +10 -0
- package/dist/menu/menu-content.d.ts.map +1 -0
- package/dist/menu/menu-context-trigger.d.ts +10 -0
- package/dist/menu/menu-context-trigger.d.ts.map +1 -0
- package/dist/menu/menu-icon-button.d.ts +6 -0
- package/dist/menu/menu-icon-button.d.ts.map +1 -0
- package/dist/menu/menu-inline-icon-button.d.ts +6 -0
- package/dist/menu/menu-inline-icon-button.d.ts.map +1 -0
- package/dist/menu/menu-item-accessory.d.ts +10 -0
- package/dist/menu/menu-item-accessory.d.ts.map +1 -0
- package/dist/menu/menu-item-command.d.ts +10 -0
- package/dist/menu/menu-item-command.d.ts.map +1 -0
- package/dist/menu/menu-item-description.d.ts +10 -0
- package/dist/menu/menu-item-description.d.ts.map +1 -0
- package/dist/menu/menu-item-group-label.d.ts +10 -0
- package/dist/menu/menu-item-group-label.d.ts.map +1 -0
- package/dist/menu/menu-item-group.d.ts +14 -0
- package/dist/menu/menu-item-group.d.ts.map +1 -0
- package/dist/menu/menu-item-indicator.d.ts +10 -0
- package/dist/menu/menu-item-indicator.d.ts.map +1 -0
- package/dist/menu/menu-item-label.d.ts +10 -0
- package/dist/menu/menu-item-label.d.ts.map +1 -0
- package/dist/menu/menu-item-start-icon.d.ts +15 -0
- package/dist/menu/menu-item-start-icon.d.ts.map +1 -0
- package/dist/menu/menu-item.d.ts +11 -0
- package/dist/menu/menu-item.d.ts.map +1 -0
- package/dist/menu/menu-positioner.d.ts +14 -0
- package/dist/menu/menu-positioner.d.ts.map +1 -0
- package/dist/menu/menu-radio-item-control.d.ts +10 -0
- package/dist/menu/menu-radio-item-control.d.ts.map +1 -0
- package/dist/menu/menu-radio-item-group.d.ts +12 -0
- package/dist/menu/menu-radio-item-group.d.ts.map +1 -0
- package/dist/menu/menu-radio-item.d.ts +11 -0
- package/dist/menu/menu-radio-item.d.ts.map +1 -0
- package/dist/menu/menu-root.d.ts +13 -0
- package/dist/menu/menu-root.d.ts.map +1 -0
- package/dist/menu/menu-separator.d.ts +10 -0
- package/dist/menu/menu-separator.d.ts.map +1 -0
- package/dist/menu/menu-trigger-item.d.ts +23 -0
- package/dist/menu/menu-trigger-item.d.ts.map +1 -0
- package/dist/menu/menu-trigger.d.ts +31 -0
- package/dist/menu/menu-trigger.d.ts.map +1 -0
- package/dist/menu/qds-menu-context.d.ts +3 -0
- package/dist/menu/qds-menu-context.d.ts.map +1 -0
- package/dist/number-input/index.d.ts +27 -0
- package/dist/number-input/index.d.ts.map +1 -0
- package/dist/number-input/index.js +2 -0
- package/dist/number-input/index.js.map +7 -0
- package/dist/number-input/number-input-control.d.ts +6 -0
- package/dist/number-input/number-input-control.d.ts.map +1 -0
- package/dist/number-input/number-input-decrement-trigger.d.ts +6 -0
- package/dist/number-input/number-input-decrement-trigger.d.ts.map +1 -0
- package/dist/number-input/number-input-error-indicator.d.ts +6 -0
- package/dist/number-input/number-input-error-indicator.d.ts.map +1 -0
- package/dist/number-input/number-input-error-text.d.ts +6 -0
- package/dist/number-input/number-input-error-text.d.ts.map +1 -0
- package/dist/number-input/number-input-hint.d.ts +6 -0
- package/dist/number-input/number-input-hint.d.ts.map +1 -0
- package/dist/number-input/number-input-increment-trigger.d.ts +6 -0
- package/dist/number-input/number-input-increment-trigger.d.ts.map +1 -0
- package/dist/number-input/number-input-input-group.d.ts +6 -0
- package/dist/number-input/number-input-input-group.d.ts.map +1 -0
- package/dist/number-input/number-input-input.d.ts +6 -0
- package/dist/number-input/number-input-input.d.ts.map +1 -0
- package/dist/number-input/number-input-label.d.ts +11 -0
- package/dist/number-input/number-input-label.d.ts.map +1 -0
- package/dist/number-input/number-input-root.d.ts +7 -0
- package/dist/number-input/number-input-root.d.ts.map +1 -0
- package/dist/number-input/number-input.d.ts +70 -0
- package/dist/number-input/number-input.d.ts.map +1 -0
- package/dist/number-input/qds-number-input-context.d.ts +3 -0
- package/dist/number-input/qds-number-input-context.d.ts.map +1 -0
- package/dist/pagination/index.d.ts +38 -0
- package/dist/pagination/index.d.ts.map +1 -0
- package/dist/pagination/index.js +2 -0
- package/dist/pagination/index.js.map +7 -0
- package/dist/pagination/pagination-context.d.ts +11 -0
- package/dist/pagination/pagination-context.d.ts.map +1 -0
- package/dist/pagination/pagination-next-trigger.d.ts +13 -0
- package/dist/pagination/pagination-next-trigger.d.ts.map +1 -0
- package/dist/pagination/pagination-page-buttons.d.ts +18 -0
- package/dist/pagination/pagination-page-buttons.d.ts.map +1 -0
- package/dist/pagination/pagination-page-item.d.ts +9 -0
- package/dist/pagination/pagination-page-item.d.ts.map +1 -0
- package/dist/pagination/pagination-page-items.d.ts +19 -0
- package/dist/pagination/pagination-page-items.d.ts.map +1 -0
- package/dist/pagination/pagination-page-metadata.d.ts +11 -0
- package/dist/pagination/pagination-page-metadata.d.ts.map +1 -0
- package/dist/pagination/pagination-page-size-label.d.ts +16 -0
- package/dist/pagination/pagination-page-size-label.d.ts.map +1 -0
- package/dist/pagination/pagination-page-size.d.ts +14 -0
- package/dist/pagination/pagination-page-size.d.ts.map +1 -0
- package/dist/pagination/pagination-prev-trigger.d.ts +13 -0
- package/dist/pagination/pagination-prev-trigger.d.ts.map +1 -0
- package/dist/pagination/pagination-root.d.ts +12 -0
- package/dist/pagination/pagination-root.d.ts.map +1 -0
- package/dist/pagination/qds-pagination-context.d.ts +3 -0
- package/dist/pagination/qds-pagination-context.d.ts.map +1 -0
- package/dist/password-input/index.d.ts +24 -0
- package/dist/password-input/index.d.ts.map +1 -0
- package/dist/password-input/index.js +2 -0
- package/dist/password-input/index.js.map +7 -0
- package/dist/password-input/password-input-clear-trigger.d.ts +6 -0
- package/dist/password-input/password-input-clear-trigger.d.ts.map +1 -0
- package/dist/password-input/password-input-error-indicator.d.ts +6 -0
- package/dist/password-input/password-input-error-indicator.d.ts.map +1 -0
- package/dist/password-input/password-input-error-text.d.ts +7 -0
- package/dist/password-input/password-input-error-text.d.ts.map +1 -0
- package/dist/password-input/password-input-hint.d.ts +10 -0
- package/dist/password-input/password-input-hint.d.ts.map +1 -0
- package/dist/password-input/password-input-input-group.d.ts +10 -0
- package/dist/password-input/password-input-input-group.d.ts.map +1 -0
- package/dist/password-input/password-input-input.d.ts +5 -0
- package/dist/password-input/password-input-input.d.ts.map +1 -0
- package/dist/password-input/password-input-label.d.ts +10 -0
- package/dist/password-input/password-input-label.d.ts.map +1 -0
- package/dist/password-input/password-input-root.d.ts +12 -0
- package/dist/password-input/password-input-root.d.ts.map +1 -0
- package/dist/password-input/password-input-visibility-trigger.d.ts +23 -0
- package/dist/password-input/password-input-visibility-trigger.d.ts.map +1 -0
- package/dist/password-input/password-input.d.ts +86 -0
- package/dist/password-input/password-input.d.ts.map +1 -0
- package/dist/popover/index.d.ts +28 -0
- package/dist/popover/index.d.ts.map +1 -0
- package/dist/popover/index.js +2 -0
- package/dist/popover/index.js.map +7 -0
- package/dist/popover/popover-anchor.d.ts +10 -0
- package/dist/popover/popover-anchor.d.ts.map +1 -0
- package/dist/popover/popover-arrow-tip.d.ts +10 -0
- package/dist/popover/popover-arrow-tip.d.ts.map +1 -0
- package/dist/popover/popover-arrow.d.ts +10 -0
- package/dist/popover/popover-arrow.d.ts.map +1 -0
- package/dist/popover/popover-close-trigger.d.ts +20 -0
- package/dist/popover/popover-close-trigger.d.ts.map +1 -0
- package/dist/popover/popover-content.d.ts +16 -0
- package/dist/popover/popover-content.d.ts.map +1 -0
- package/dist/popover/popover-description.d.ts +16 -0
- package/dist/popover/popover-description.d.ts.map +1 -0
- package/dist/popover/popover-indicator.d.ts +10 -0
- package/dist/popover/popover-indicator.d.ts.map +1 -0
- package/dist/popover/popover-label.d.ts +10 -0
- package/dist/popover/popover-label.d.ts.map +1 -0
- package/dist/popover/popover-positioner.d.ts +8 -0
- package/dist/popover/popover-positioner.d.ts.map +1 -0
- package/dist/popover/popover-root.d.ts +11 -0
- package/dist/popover/popover-root.d.ts.map +1 -0
- package/dist/popover/popover-trigger.d.ts +25 -0
- package/dist/popover/popover-trigger.d.ts.map +1 -0
- package/dist/popover/popover.d.ts +81 -0
- package/dist/popover/popover.d.ts.map +1 -0
- package/dist/progress/index.d.ts +46 -0
- package/dist/progress/index.d.ts.map +1 -0
- package/dist/progress/index.js +2 -0
- package/dist/progress/index.js.map +7 -0
- package/dist/progress/progress-bar.d.ts +10 -0
- package/dist/progress/progress-bar.d.ts.map +1 -0
- package/dist/progress/progress-context.d.ts +14 -0
- package/dist/progress/progress-context.d.ts.map +1 -0
- package/dist/progress/progress-error-text.d.ts +10 -0
- package/dist/progress/progress-error-text.d.ts.map +1 -0
- package/dist/progress/progress-hint.d.ts +6 -0
- package/dist/progress/progress-hint.d.ts.map +1 -0
- package/dist/progress/progress-label.d.ts +9 -0
- package/dist/progress/progress-label.d.ts.map +1 -0
- package/dist/progress/progress-root.d.ts +10 -0
- package/dist/progress/progress-root.d.ts.map +1 -0
- package/dist/progress/progress-track.d.ts +15 -0
- package/dist/progress/progress-track.d.ts.map +1 -0
- package/dist/progress/progress-value-text.d.ts +9 -0
- package/dist/progress/progress-value-text.d.ts.map +1 -0
- package/dist/progress/progress.d.ts +73 -0
- package/dist/progress/progress.d.ts.map +1 -0
- package/dist/progress/qds-progress-context.d.ts +3 -0
- package/dist/progress/qds-progress-context.d.ts.map +1 -0
- package/dist/progress-ring/index.d.ts +25 -0
- package/dist/progress-ring/index.d.ts.map +1 -0
- package/dist/progress-ring/index.js +2 -0
- package/dist/progress-ring/index.js.map +7 -0
- package/dist/progress-ring/progress-ring-bar.d.ts +10 -0
- package/dist/progress-ring/progress-ring-bar.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-circle-container.d.ts +14 -0
- package/dist/progress-ring/progress-ring-circle-container.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-circle.d.ts +9 -0
- package/dist/progress-ring/progress-ring-circle.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-context.d.ts +11 -0
- package/dist/progress-ring/progress-ring-context.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-error-text.d.ts +10 -0
- package/dist/progress-ring/progress-ring-error-text.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-label.d.ts +10 -0
- package/dist/progress-ring/progress-ring-label.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-root.d.ts +11 -0
- package/dist/progress-ring/progress-ring-root.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-track.d.ts +9 -0
- package/dist/progress-ring/progress-ring-track.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring-value-text.d.ts +10 -0
- package/dist/progress-ring/progress-ring-value-text.d.ts.map +1 -0
- package/dist/progress-ring/progress-ring.d.ts +77 -0
- package/dist/progress-ring/progress-ring.d.ts.map +1 -0
- package/dist/progress-ring/qds-progress-ring-context.d.ts +3 -0
- package/dist/progress-ring/qds-progress-ring-context.d.ts.map +1 -0
- package/dist/qds-theme/index.d.ts +2 -0
- package/dist/qds-theme/index.d.ts.map +1 -0
- package/dist/qds-theme/index.js +2 -0
- package/dist/qds-theme/index.js.map +7 -0
- package/dist/qds-theme/qds-theme-context.d.ts +10 -0
- package/dist/qds-theme/qds-theme-context.d.ts.map +1 -0
- package/dist/qui-root/index.d.ts +2 -0
- package/dist/qui-root/index.d.ts.map +1 -0
- package/dist/qui-root/index.js +2 -0
- package/dist/qui-root/index.js.map +7 -0
- package/dist/qui-root/qui-root.d.ts +21 -0
- package/dist/qui-root/qui-root.d.ts.map +1 -0
- package/dist/radio/index.d.ts +15 -0
- package/dist/radio/index.d.ts.map +1 -0
- package/dist/radio/index.js +2 -0
- package/dist/radio/index.js.map +7 -0
- package/dist/radio/qds-radio-context.d.ts +3 -0
- package/dist/radio/qds-radio-context.d.ts.map +1 -0
- package/dist/radio/radio-control.d.ts +10 -0
- package/dist/radio/radio-control.d.ts.map +1 -0
- package/dist/radio/radio-group/index.d.ts +16 -0
- package/dist/radio/radio-group/index.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-context.d.ts +11 -0
- package/dist/radio/radio-group/radio-context.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-group-error-text.d.ts +10 -0
- package/dist/radio/radio-group/radio-group-error-text.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-group-items.d.ts +10 -0
- package/dist/radio/radio-group/radio-group-items.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-group-label.d.ts +10 -0
- package/dist/radio/radio-group/radio-group-label.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-group-root.d.ts +12 -0
- package/dist/radio/radio-group/radio-group-root.d.ts.map +1 -0
- package/dist/radio/radio-group/radio-group.d.ts +24 -0
- package/dist/radio/radio-group/radio-group.d.ts.map +1 -0
- package/dist/radio/radio-hidden-input.d.ts +6 -0
- package/dist/radio/radio-hidden-input.d.ts.map +1 -0
- package/dist/radio/radio-label.d.ts +10 -0
- package/dist/radio/radio-label.d.ts.map +1 -0
- package/dist/radio/radio-root.d.ts +12 -0
- package/dist/radio/radio-root.d.ts.map +1 -0
- package/dist/radio/radio.d.ts +34 -0
- package/dist/radio/radio.d.ts.map +1 -0
- package/dist/segmented-control/__tests__/test-segmented-control.d.ts +5 -0
- package/dist/segmented-control/__tests__/test-segmented-control.d.ts.map +1 -0
- package/dist/segmented-control/index.d.ts +16 -0
- package/dist/segmented-control/index.d.ts.map +1 -0
- package/dist/segmented-control/index.js +2 -0
- package/dist/segmented-control/index.js.map +7 -0
- package/dist/segmented-control/qds-segmented-control-context.d.ts +3 -0
- package/dist/segmented-control/qds-segmented-control-context.d.ts.map +1 -0
- package/dist/segmented-control/segmented-control-hidden-input.d.ts +10 -0
- package/dist/segmented-control/segmented-control-hidden-input.d.ts.map +1 -0
- package/dist/segmented-control/segmented-control-item-root.d.ts +19 -0
- package/dist/segmented-control/segmented-control-item-root.d.ts.map +1 -0
- package/dist/segmented-control/segmented-control-item-text.d.ts +13 -0
- package/dist/segmented-control/segmented-control-item-text.d.ts.map +1 -0
- package/dist/segmented-control/segmented-control-item.d.ts +14 -0
- package/dist/segmented-control/segmented-control-item.d.ts.map +1 -0
- package/dist/segmented-control/segmented-control-root.d.ts +15 -0
- package/dist/segmented-control/segmented-control-root.d.ts.map +1 -0
- package/dist/select/index.d.ts +93 -0
- package/dist/select/index.d.ts.map +1 -0
- package/dist/select/index.js +2 -0
- package/dist/select/index.js.map +7 -0
- package/dist/select/qds-select-context.d.ts +3 -0
- package/dist/select/qds-select-context.d.ts.map +1 -0
- package/dist/select/select-clear-trigger.d.ts +9 -0
- package/dist/select/select-clear-trigger.d.ts.map +1 -0
- package/dist/select/select-content.d.ts +13 -0
- package/dist/select/select-content.d.ts.map +1 -0
- package/dist/select/select-control.d.ts +10 -0
- package/dist/select/select-control.d.ts.map +1 -0
- package/dist/select/select-error-indicator.d.ts +10 -0
- package/dist/select/select-error-indicator.d.ts.map +1 -0
- package/dist/select/select-error-text.d.ts +11 -0
- package/dist/select/select-error-text.d.ts.map +1 -0
- package/dist/select/select-hidden-select.d.ts +9 -0
- package/dist/select/select-hidden-select.d.ts.map +1 -0
- package/dist/select/select-hint.d.ts +13 -0
- package/dist/select/select-hint.d.ts.map +1 -0
- package/dist/select/select-icon.d.ts +6 -0
- package/dist/select/select-icon.d.ts.map +1 -0
- package/dist/select/select-indicator.d.ts +17 -0
- package/dist/select/select-indicator.d.ts.map +1 -0
- package/dist/select/select-item-indicator.d.ts +16 -0
- package/dist/select/select-item-indicator.d.ts.map +1 -0
- package/dist/select/select-item-text.d.ts +6 -0
- package/dist/select/select-item-text.d.ts.map +1 -0
- package/dist/select/select-item.d.ts +9 -0
- package/dist/select/select-item.d.ts.map +1 -0
- package/dist/select/select-items.d.ts +7 -0
- package/dist/select/select-items.d.ts.map +1 -0
- package/dist/select/select-label.d.ts +13 -0
- package/dist/select/select-label.d.ts.map +1 -0
- package/dist/select/select-positioner.d.ts +10 -0
- package/dist/select/select-positioner.d.ts.map +1 -0
- package/dist/select/select-root.d.ts +16 -0
- package/dist/select/select-root.d.ts.map +1 -0
- package/dist/select/select-value-text.d.ts +9 -0
- package/dist/select/select-value-text.d.ts.map +1 -0
- package/dist/select/select.d.ts +112 -0
- package/dist/select/select.d.ts.map +1 -0
- package/dist/side-nav/index.d.ts +88 -0
- package/dist/side-nav/index.d.ts.map +1 -0
- package/dist/side-nav/index.js +2 -0
- package/dist/side-nav/index.js.map +7 -0
- package/dist/side-nav/qds-side-nav-context.d.ts +2 -0
- package/dist/side-nav/qds-side-nav-context.d.ts.map +1 -0
- package/dist/side-nav/side-nav-branch-content.d.ts +14 -0
- package/dist/side-nav/side-nav-branch-content.d.ts.map +1 -0
- package/dist/side-nav/side-nav-branch-indent-guide.d.ts +10 -0
- package/dist/side-nav/side-nav-branch-indent-guide.d.ts.map +1 -0
- package/dist/side-nav/side-nav-branch-node.d.ts +9 -0
- package/dist/side-nav/side-nav-branch-node.d.ts.map +1 -0
- package/dist/side-nav/side-nav-branch-trigger.d.ts +17 -0
- package/dist/side-nav/side-nav-branch-trigger.d.ts.map +1 -0
- package/dist/side-nav/side-nav-branch.d.ts +6 -0
- package/dist/side-nav/side-nav-branch.d.ts.map +1 -0
- package/dist/side-nav/side-nav-collapse-trigger.d.ts +6 -0
- package/dist/side-nav/side-nav-collapse-trigger.d.ts.map +1 -0
- package/dist/side-nav/side-nav-divider.d.ts +6 -0
- package/dist/side-nav/side-nav-divider.d.ts.map +1 -0
- package/dist/side-nav/side-nav-filter-input.d.ts +6 -0
- package/dist/side-nav/side-nav-filter-input.d.ts.map +1 -0
- package/dist/side-nav/side-nav-group-label.d.ts +6 -0
- package/dist/side-nav/side-nav-group-label.d.ts.map +1 -0
- package/dist/side-nav/side-nav-group.d.ts +6 -0
- package/dist/side-nav/side-nav-group.d.ts.map +1 -0
- package/dist/side-nav/side-nav-header-action.d.ts +6 -0
- package/dist/side-nav/side-nav-header-action.d.ts.map +1 -0
- package/dist/side-nav/side-nav-header-logo.d.ts +6 -0
- package/dist/side-nav/side-nav-header-logo.d.ts.map +1 -0
- package/dist/side-nav/side-nav-header-title.d.ts +6 -0
- package/dist/side-nav/side-nav-header-title.d.ts.map +1 -0
- package/dist/side-nav/side-nav-header.d.ts +6 -0
- package/dist/side-nav/side-nav-header.d.ts.map +1 -0
- package/dist/side-nav/side-nav-leaf-node.d.ts +9 -0
- package/dist/side-nav/side-nav-leaf-node.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-accessory.d.ts +6 -0
- package/dist/side-nav/side-nav-node-accessory.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-action.d.ts +11 -0
- package/dist/side-nav/side-nav-node-action.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-icon.d.ts +14 -0
- package/dist/side-nav/side-nav-node-icon.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-indicator.d.ts +9 -0
- package/dist/side-nav/side-nav-node-indicator.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-provider.d.ts +11 -0
- package/dist/side-nav/side-nav-node-provider.d.ts.map +1 -0
- package/dist/side-nav/side-nav-node-text.d.ts +9 -0
- package/dist/side-nav/side-nav-node-text.d.ts.map +1 -0
- package/dist/side-nav/side-nav-nodes.d.ts +42 -0
- package/dist/side-nav/side-nav-nodes.d.ts.map +1 -0
- package/dist/side-nav/side-nav-root.d.ts +8 -0
- package/dist/side-nav/side-nav-root.d.ts.map +1 -0
- package/dist/slider/__tests__/test-slider.d.ts +33 -0
- package/dist/slider/__tests__/test-slider.d.ts.map +1 -0
- package/dist/slider/index.d.ts +38 -0
- package/dist/slider/index.d.ts.map +1 -0
- package/dist/slider/index.js +2 -0
- package/dist/slider/index.js.map +7 -0
- package/dist/slider/qds-slider-context.d.ts +3 -0
- package/dist/slider/qds-slider-context.d.ts.map +1 -0
- package/dist/slider/slider-control.d.ts +14 -0
- package/dist/slider/slider-control.d.ts.map +1 -0
- package/dist/slider/slider-error-text.d.ts +13 -0
- package/dist/slider/slider-error-text.d.ts.map +1 -0
- package/dist/slider/slider-hidden-input.d.ts +14 -0
- package/dist/slider/slider-hidden-input.d.ts.map +1 -0
- package/dist/slider/slider-hint.d.ts +13 -0
- package/dist/slider/slider-hint.d.ts.map +1 -0
- package/dist/slider/slider-label.d.ts +13 -0
- package/dist/slider/slider-label.d.ts.map +1 -0
- package/dist/slider/slider-marker-group.d.ts +13 -0
- package/dist/slider/slider-marker-group.d.ts.map +1 -0
- package/dist/slider/slider-marker.d.ts +17 -0
- package/dist/slider/slider-marker.d.ts.map +1 -0
- package/dist/slider/slider-markers.d.ts +29 -0
- package/dist/slider/slider-markers.d.ts.map +1 -0
- package/dist/slider/slider-max.d.ts +9 -0
- package/dist/slider/slider-max.d.ts.map +1 -0
- package/dist/slider/slider-min.d.ts +9 -0
- package/dist/slider/slider-min.d.ts.map +1 -0
- package/dist/slider/slider-range.d.ts +13 -0
- package/dist/slider/slider-range.d.ts.map +1 -0
- package/dist/slider/slider-root.d.ts +16 -0
- package/dist/slider/slider-root.d.ts.map +1 -0
- package/dist/slider/slider-thumb.d.ts +18 -0
- package/dist/slider/slider-thumb.d.ts.map +1 -0
- package/dist/slider/slider-thumbs.d.ts +27 -0
- package/dist/slider/slider-thumbs.d.ts.map +1 -0
- package/dist/slider/slider-track.d.ts +13 -0
- package/dist/slider/slider-track.d.ts.map +1 -0
- package/dist/slider/slider-value-text.d.ts +16 -0
- package/dist/slider/slider-value-text.d.ts.map +1 -0
- package/dist/slider/slider.d.ts +128 -0
- package/dist/slider/slider.d.ts.map +1 -0
- package/dist/switch/index.d.ts +19 -0
- package/dist/switch/index.d.ts.map +1 -0
- package/dist/switch/index.js +2 -0
- package/dist/switch/index.js.map +7 -0
- package/dist/switch/qds-switch-context.d.ts +3 -0
- package/dist/switch/qds-switch-context.d.ts.map +1 -0
- package/dist/switch/switch-control.d.ts +16 -0
- package/dist/switch/switch-control.d.ts.map +1 -0
- package/dist/switch/switch-error-text.d.ts +22 -0
- package/dist/switch/switch-error-text.d.ts.map +1 -0
- package/dist/switch/switch-hidden-input.d.ts +12 -0
- package/dist/switch/switch-hidden-input.d.ts.map +1 -0
- package/dist/switch/switch-label.d.ts +14 -0
- package/dist/switch/switch-label.d.ts.map +1 -0
- package/dist/switch/switch-root.d.ts +15 -0
- package/dist/switch/switch-root.d.ts.map +1 -0
- package/dist/switch/switch-thumb.d.ts +14 -0
- package/dist/switch/switch-thumb.d.ts.map +1 -0
- package/dist/switch/switch.d.ts +45 -0
- package/dist/switch/switch.d.ts.map +1 -0
- package/dist/table/dynamic-render/flex-render.d.ts +8 -0
- package/dist/table/dynamic-render/flex-render.d.ts.map +1 -0
- package/dist/table/dynamic-render/index.d.ts +5 -0
- package/dist/table/dynamic-render/index.d.ts.map +1 -0
- package/dist/table/dynamic-render/render-cell.d.ts +8 -0
- package/dist/table/dynamic-render/render-cell.d.ts.map +1 -0
- package/dist/table/dynamic-render/render-footer.d.ts +8 -0
- package/dist/table/dynamic-render/render-footer.d.ts.map +1 -0
- package/dist/table/dynamic-render/render-header.d.ts +8 -0
- package/dist/table/dynamic-render/render-header.d.ts.map +1 -0
- package/dist/table/index.d.ts +299 -0
- package/dist/table/index.d.ts.map +1 -0
- package/dist/table/index.js +2 -0
- package/dist/table/index.js.map +7 -0
- package/dist/table/qds-table-context.d.ts +2 -0
- package/dist/table/qds-table-context.d.ts.map +1 -0
- package/dist/table/table-action-bar.d.ts +26 -0
- package/dist/table/table-action-bar.d.ts.map +1 -0
- package/dist/table/table-body.d.ts +22 -0
- package/dist/table/table-body.d.ts.map +1 -0
- package/dist/table/table-cell-action.d.ts +15 -0
- package/dist/table/table-cell-action.d.ts.map +1 -0
- package/dist/table/table-cell.d.ts +19 -0
- package/dist/table/table-cell.d.ts.map +1 -0
- package/dist/table/table-column-drag-handle.d.ts +17 -0
- package/dist/table/table-column-drag-handle.d.ts.map +1 -0
- package/dist/table/table-column-drag-preview.d.ts +11 -0
- package/dist/table/table-column-drag-preview.d.ts.map +1 -0
- package/dist/table/table-column-drop-indicator.d.ts +11 -0
- package/dist/table/table-column-drop-indicator.d.ts.map +1 -0
- package/dist/table/table-column-filter-action.d.ts +18 -0
- package/dist/table/table-column-filter-action.d.ts.map +1 -0
- package/dist/table/table-column-header-action.d.ts +15 -0
- package/dist/table/table-column-header-action.d.ts.map +1 -0
- package/dist/table/table-column-resize-handle.d.ts +17 -0
- package/dist/table/table-column-resize-handle.d.ts.map +1 -0
- package/dist/table/table-column-sort-action.d.ts +13 -0
- package/dist/table/table-column-sort-action.d.ts.map +1 -0
- package/dist/table/table-footer.d.ts +22 -0
- package/dist/table/table-footer.d.ts.map +1 -0
- package/dist/table/table-header-cell.d.ts +27 -0
- package/dist/table/table-header-cell.d.ts.map +1 -0
- package/dist/table/table-header.d.ts +23 -0
- package/dist/table/table-header.d.ts.map +1 -0
- package/dist/table/table-pagination.d.ts +28 -0
- package/dist/table/table-pagination.d.ts.map +1 -0
- package/dist/table/table-root.d.ts +23 -0
- package/dist/table/table-root.d.ts.map +1 -0
- package/dist/table/table-row-drag-handle.d.ts +17 -0
- package/dist/table/table-row-drag-handle.d.ts.map +1 -0
- package/dist/table/table-row-drag-preview.d.ts +11 -0
- package/dist/table/table-row-drag-preview.d.ts.map +1 -0
- package/dist/table/table-row-drop-indicator.d.ts +11 -0
- package/dist/table/table-row-drop-indicator.d.ts.map +1 -0
- package/dist/table/table-row-expand-button.d.ts +12 -0
- package/dist/table/table-row-expand-button.d.ts.map +1 -0
- package/dist/table/table-row.d.ts +23 -0
- package/dist/table/table-row.d.ts.map +1 -0
- package/dist/table/table-scroll-container.d.ts +26 -0
- package/dist/table/table-scroll-container.d.ts.map +1 -0
- package/dist/table/table-table.d.ts +26 -0
- package/dist/table/table-table.d.ts.map +1 -0
- package/dist/table/table-title-bar.d.ts +26 -0
- package/dist/table/table-title-bar.d.ts.map +1 -0
- package/dist/table/use-react-table.d.ts +3 -0
- package/dist/table/use-react-table.d.ts.map +1 -0
- package/dist/table/use-table-pagination.d.ts +11 -0
- package/dist/table/use-table-pagination.d.ts.map +1 -0
- package/dist/tabs/index.d.ts +4 -0
- package/dist/tabs/index.d.ts.map +1 -0
- package/dist/tabs/index.js +2 -0
- package/dist/tabs/index.js.map +7 -0
- package/dist/tabs/qds-tabs-context.d.ts +3 -0
- package/dist/tabs/qds-tabs-context.d.ts.map +1 -0
- package/dist/tabs/tab/index.d.ts +21 -0
- package/dist/tabs/tab/index.d.ts.map +1 -0
- package/dist/tabs/tab/tab-button.d.ts +27 -0
- package/dist/tabs/tab/tab-button.d.ts.map +1 -0
- package/dist/tabs/tab/tab-dismiss-button.d.ts +9 -0
- package/dist/tabs/tab/tab-dismiss-button.d.ts.map +1 -0
- package/dist/tabs/tab/tab-root.d.ts +9 -0
- package/dist/tabs/tab/tab-root.d.ts.map +1 -0
- package/dist/tabs/tabs/index.d.ts +41 -0
- package/dist/tabs/tabs/index.d.ts.map +1 -0
- package/dist/tabs/tabs/tabs-context.d.ts +6 -0
- package/dist/tabs/tabs/tabs-context.d.ts.map +1 -0
- package/dist/tabs/tabs/tabs-indicator.d.ts +23 -0
- package/dist/tabs/tabs/tabs-indicator.d.ts.map +1 -0
- package/dist/tabs/tabs/tabs-list.d.ts +9 -0
- package/dist/tabs/tabs/tabs-list.d.ts.map +1 -0
- package/dist/tabs/tabs/tabs-panel.d.ts +9 -0
- package/dist/tabs/tabs/tabs-panel.d.ts.map +1 -0
- package/dist/tabs/tabs/tabs-root.d.ts +10 -0
- package/dist/tabs/tabs/tabs-root.d.ts.map +1 -0
- package/dist/tag/index.d.ts +2 -0
- package/dist/tag/index.d.ts.map +1 -0
- package/dist/tag/index.js +2 -0
- package/dist/tag/index.js.map +7 -0
- package/dist/tag/tag.d.ts +25 -0
- package/dist/tag/tag.d.ts.map +1 -0
- package/dist/text-area/index.d.ts +2 -0
- package/dist/text-area/index.d.ts.map +1 -0
- package/dist/text-area/index.js +1 -0
- package/dist/text-area/index.js.map +7 -0
- package/dist/text-input/index.d.ts +50 -0
- package/dist/text-input/index.d.ts.map +1 -0
- package/dist/text-input/index.js +2 -0
- package/dist/text-input/index.js.map +7 -0
- package/dist/text-input/text-input-clear-trigger.d.ts +9 -0
- package/dist/text-input/text-input-clear-trigger.d.ts.map +1 -0
- package/dist/text-input/text-input-error-indicator.d.ts +10 -0
- package/dist/text-input/text-input-error-indicator.d.ts.map +1 -0
- package/dist/text-input/text-input-error-text.d.ts +10 -0
- package/dist/text-input/text-input-error-text.d.ts.map +1 -0
- package/dist/text-input/text-input-hint.d.ts +9 -0
- package/dist/text-input/text-input-hint.d.ts.map +1 -0
- package/dist/text-input/text-input-input-group.d.ts +14 -0
- package/dist/text-input/text-input-input-group.d.ts.map +1 -0
- package/dist/text-input/text-input-input.d.ts +9 -0
- package/dist/text-input/text-input-input.d.ts.map +1 -0
- package/dist/text-input/text-input-label.d.ts +14 -0
- package/dist/text-input/text-input-label.d.ts.map +1 -0
- package/dist/text-input/text-input-root.d.ts +15 -0
- package/dist/text-input/text-input-root.d.ts.map +1 -0
- package/dist/text-input/text-input.d.ts +82 -0
- package/dist/text-input/text-input.d.ts.map +1 -0
- package/dist/toast/create-toaster.d.ts +8 -0
- package/dist/toast/create-toaster.d.ts.map +1 -0
- package/dist/toast/index.d.ts +20 -0
- package/dist/toast/index.d.ts.map +1 -0
- package/dist/toast/index.js +2 -0
- package/dist/toast/index.js.map +7 -0
- package/dist/toast/qds-toast-context.d.ts +3 -0
- package/dist/toast/qds-toast-context.d.ts.map +1 -0
- package/dist/toast/toast-action-button.d.ts +11 -0
- package/dist/toast/toast-action-button.d.ts.map +1 -0
- package/dist/toast/toast-close-button.d.ts +11 -0
- package/dist/toast/toast-close-button.d.ts.map +1 -0
- package/dist/toast/toast-description.d.ts +6 -0
- package/dist/toast/toast-description.d.ts.map +1 -0
- package/dist/toast/toast-icon.d.ts +12 -0
- package/dist/toast/toast-icon.d.ts.map +1 -0
- package/dist/toast/toast-label.d.ts +6 -0
- package/dist/toast/toast-label.d.ts.map +1 -0
- package/dist/toast/toast-root.d.ts +6 -0
- package/dist/toast/toast-root.d.ts.map +1 -0
- package/dist/toast/toaster.d.ts +22 -0
- package/dist/toast/toaster.d.ts.map +1 -0
- package/dist/tooltip/index.d.ts +41 -0
- package/dist/tooltip/index.d.ts.map +1 -0
- package/dist/tooltip/index.js +2 -0
- package/dist/tooltip/index.js.map +7 -0
- package/dist/tooltip/tooltip-arrow-tip.d.ts +9 -0
- package/dist/tooltip/tooltip-arrow-tip.d.ts.map +1 -0
- package/dist/tooltip/tooltip-arrow.d.ts +14 -0
- package/dist/tooltip/tooltip-arrow.d.ts.map +1 -0
- package/dist/tooltip/tooltip-content.d.ts +14 -0
- package/dist/tooltip/tooltip-content.d.ts.map +1 -0
- package/dist/tooltip/tooltip-positioner.d.ts +14 -0
- package/dist/tooltip/tooltip-positioner.d.ts.map +1 -0
- package/dist/tooltip/tooltip-root.d.ts +14 -0
- package/dist/tooltip/tooltip-root.d.ts.map +1 -0
- package/dist/tooltip/tooltip-trigger.d.ts +19 -0
- package/dist/tooltip/tooltip-trigger.d.ts.map +1 -0
- package/dist/tooltip/tooltip.d.ts +61 -0
- package/dist/tooltip/tooltip.d.ts.map +1 -0
- package/dist/tree/index.d.ts +85 -0
- package/dist/tree/index.d.ts.map +1 -0
- package/dist/tree/index.js +2 -0
- package/dist/tree/index.js.map +7 -0
- package/dist/tree/qds-tree-context.d.ts +3 -0
- package/dist/tree/qds-tree-context.d.ts.map +1 -0
- package/dist/tree/tree-branch-content.d.ts +14 -0
- package/dist/tree/tree-branch-content.d.ts.map +1 -0
- package/dist/tree/tree-branch-indent-guide.d.ts +10 -0
- package/dist/tree/tree-branch-indent-guide.d.ts.map +1 -0
- package/dist/tree/tree-branch-node.d.ts +9 -0
- package/dist/tree/tree-branch-node.d.ts.map +1 -0
- package/dist/tree/tree-branch-trigger.d.ts +15 -0
- package/dist/tree/tree-branch-trigger.d.ts.map +1 -0
- package/dist/tree/tree-branch.d.ts +14 -0
- package/dist/tree/tree-branch.d.ts.map +1 -0
- package/dist/tree/tree-label.d.ts +9 -0
- package/dist/tree/tree-label.d.ts.map +1 -0
- package/dist/tree/tree-leaf-node.d.ts +9 -0
- package/dist/tree/tree-leaf-node.d.ts.map +1 -0
- package/dist/tree/tree-node-action.d.ts +11 -0
- package/dist/tree/tree-node-action.d.ts.map +1 -0
- package/dist/tree/tree-node-checkbox.d.ts +9 -0
- package/dist/tree/tree-node-checkbox.d.ts.map +1 -0
- package/dist/tree/tree-node-icon.d.ts +14 -0
- package/dist/tree/tree-node-icon.d.ts.map +1 -0
- package/dist/tree/tree-node-indicator.d.ts +9 -0
- package/dist/tree/tree-node-indicator.d.ts.map +1 -0
- package/dist/tree/tree-node-provider.d.ts +17 -0
- package/dist/tree/tree-node-provider.d.ts.map +1 -0
- package/dist/tree/tree-node-text.d.ts +9 -0
- package/dist/tree/tree-node-text.d.ts.map +1 -0
- package/dist/tree/tree-nodes.d.ts +41 -0
- package/dist/tree/tree-nodes.d.ts.map +1 -0
- package/dist/tree/tree-root.d.ts +11 -0
- package/dist/tree/tree-root.d.ts.map +1 -0
- package/dist/tsbuildinfo +1 -0
- package/package.json +54 -0
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { TreeBranch, type TreeBranchProps } from "./tree-branch";
|
|
2
|
+
import { TreeBranchContent, type TreeBranchContentProps } from "./tree-branch-content";
|
|
3
|
+
import { TreeBranchIndentGuide, type TreeBranchIndentGuideProps } from "./tree-branch-indent-guide";
|
|
4
|
+
import { TreeBranchNode, type TreeBranchNodeProps } from "./tree-branch-node";
|
|
5
|
+
import { TreeBranchTrigger, type TreeBranchTriggerProps } from "./tree-branch-trigger";
|
|
6
|
+
import { TreeLabel, type TreeLabelProps } from "./tree-label";
|
|
7
|
+
import { TreeLeafNode, type TreeLeafNodeProps } from "./tree-leaf-node";
|
|
8
|
+
import { TreeNodeAction, type TreeNodeActionProps } from "./tree-node-action";
|
|
9
|
+
import { TreeNodeCheckbox, type TreeNodeCheckboxProps } from "./tree-node-checkbox";
|
|
10
|
+
import { TreeNodeIcon, type TreeNodeIconProps } from "./tree-node-icon";
|
|
11
|
+
import { TreeNodeIndicator, type TreeNodeIndicatorProps } from "./tree-node-indicator";
|
|
12
|
+
import { TreeNodeProvider, type TreeNodeProviderProps } from "./tree-node-provider";
|
|
13
|
+
import { TreeNodeText, type TreeNodeTextProps } from "./tree-node-text";
|
|
14
|
+
import { TreeNodes, type TreeNodesProps } from "./tree-nodes";
|
|
15
|
+
import { TreeRoot, type TreeRootProps } from "./tree-root";
|
|
16
|
+
export * from "./qds-tree-context";
|
|
17
|
+
export type { TreeBranchContentProps, TreeBranchIndentGuideProps, TreeBranchNodeProps, TreeBranchTriggerProps, TreeBranchProps, TreeLabelProps, TreeLeafNodeProps, TreeNodeActionProps, TreeNodeCheckboxProps, TreeNodeIconProps, TreeNodeIndicatorProps, TreeNodeProviderProps, TreeNodeTextProps, TreeNodesProps, TreeRootProps, };
|
|
18
|
+
type TreeComponent = {
|
|
19
|
+
/**
|
|
20
|
+
* Groups the branch node and its content element. Renders a `<div>` element by
|
|
21
|
+
* default.
|
|
22
|
+
*/
|
|
23
|
+
Branch: typeof TreeBranch;
|
|
24
|
+
/**
|
|
25
|
+
* Container element for the branch node's children. Renders a `<div>` element by
|
|
26
|
+
* default.
|
|
27
|
+
*/
|
|
28
|
+
BranchContent: typeof TreeBranchContent;
|
|
29
|
+
/**
|
|
30
|
+
* Provides a visual guide to the indentation level of the branch's children.
|
|
31
|
+
* Renders a `<div>` element by default.
|
|
32
|
+
*/
|
|
33
|
+
BranchIndentGuide: typeof TreeBranchIndentGuide;
|
|
34
|
+
/**
|
|
35
|
+
* An interactive tree item with children. Renders a `<div>` element by default.
|
|
36
|
+
*/
|
|
37
|
+
BranchNode: typeof TreeBranchNode;
|
|
38
|
+
/**
|
|
39
|
+
* Action that indicates whether a branch is expanded or collapsed. Renders a
|
|
40
|
+
* `<div>` element by default.
|
|
41
|
+
*/
|
|
42
|
+
BranchTrigger: typeof TreeBranchTrigger;
|
|
43
|
+
/**
|
|
44
|
+
* An optional accessible label for the tree. Renders a `<div>` element by default.
|
|
45
|
+
*/
|
|
46
|
+
Label: typeof TreeLabel;
|
|
47
|
+
/**
|
|
48
|
+
* A childless tree item. Renders a `<div>` element by default.
|
|
49
|
+
*/
|
|
50
|
+
LeafNode: typeof TreeLeafNode;
|
|
51
|
+
/**
|
|
52
|
+
* An action button within a tree item's interactive area. Renders a `<button>`
|
|
53
|
+
* element by default.
|
|
54
|
+
*/
|
|
55
|
+
NodeAction: typeof TreeNodeAction;
|
|
56
|
+
/**
|
|
57
|
+
* A checkbox control within a tree item. Renders a `<span>` element by default.
|
|
58
|
+
*/
|
|
59
|
+
NodeCheckbox: typeof TreeNodeCheckbox;
|
|
60
|
+
/**
|
|
61
|
+
* The icon for the tree item. Renders a `<span>` element by default.
|
|
62
|
+
*/
|
|
63
|
+
NodeIcon: typeof TreeNodeIcon;
|
|
64
|
+
/**
|
|
65
|
+
* Indicates whether the tree item is selected. Renders a `<div>` element by
|
|
66
|
+
* default.
|
|
67
|
+
*/
|
|
68
|
+
NodeIndicator: typeof TreeNodeIndicator;
|
|
69
|
+
NodeProvider: typeof TreeNodeProvider;
|
|
70
|
+
/**
|
|
71
|
+
* A helper component that renders recursive tree nodes. Doesn't render its own
|
|
72
|
+
* HTML element.
|
|
73
|
+
*/
|
|
74
|
+
Nodes: typeof TreeNodes;
|
|
75
|
+
/**
|
|
76
|
+
* The primary title of the tree item. Renders a `<span>` element by default.
|
|
77
|
+
*/
|
|
78
|
+
NodeText: typeof TreeNodeText;
|
|
79
|
+
/**
|
|
80
|
+
* Groups all parts of the tree. Renders a `<div>` element by default.
|
|
81
|
+
*/
|
|
82
|
+
Root: typeof TreeRoot;
|
|
83
|
+
};
|
|
84
|
+
export declare const Tree: TreeComponent;
|
|
85
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tree/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,KAAK,eAAe,EAAC,MAAM,eAAe,CAAA;AAC9D,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC5B,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,EAChC,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAAC,cAAc,EAAE,KAAK,mBAAmB,EAAC,MAAM,oBAAoB,CAAA;AAC3E,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC5B,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EAAC,SAAS,EAAE,KAAK,cAAc,EAAC,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAC,YAAY,EAAE,KAAK,iBAAiB,EAAC,MAAM,kBAAkB,CAAA;AACrE,OAAO,EAAC,cAAc,EAAE,KAAK,mBAAmB,EAAC,MAAM,oBAAoB,CAAA;AAC3E,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,EAC3B,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAC,YAAY,EAAE,KAAK,iBAAiB,EAAC,MAAM,kBAAkB,CAAA;AACrE,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC5B,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,EAC3B,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAC,YAAY,EAAE,KAAK,iBAAiB,EAAC,MAAM,kBAAkB,CAAA;AACrE,OAAO,EAAC,SAAS,EAAE,KAAK,cAAc,EAAC,MAAM,cAAc,CAAA;AAC3D,OAAO,EAAC,QAAQ,EAAE,KAAK,aAAa,EAAC,MAAM,aAAa,CAAA;AAExD,cAAc,oBAAoB,CAAA;AAElC,YAAY,EACV,sBAAsB,EACtB,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,EACrB,iBAAiB,EACjB,cAAc,EACd,aAAa,GACd,CAAA;AAED,KAAK,aAAa,GAAG;IACnB;;;OAGG;IACH,MAAM,EAAE,OAAO,UAAU,CAAA;IACzB;;;OAGG;IACH,aAAa,EAAE,OAAO,iBAAiB,CAAA;IACvC;;;OAGG;IACH,iBAAiB,EAAE,OAAO,qBAAqB,CAAA;IAC/C;;OAEG;IACH,UAAU,EAAE,OAAO,cAAc,CAAA;IACjC;;;OAGG;IACH,aAAa,EAAE,OAAO,iBAAiB,CAAA;IACvC;;OAEG;IACH,KAAK,EAAE,OAAO,SAAS,CAAA;IACvB;;OAEG;IACH,QAAQ,EAAE,OAAO,YAAY,CAAA;IAC7B;;;OAGG;IACH,UAAU,EAAE,OAAO,cAAc,CAAA;IACjC;;OAEG;IACH,YAAY,EAAE,OAAO,gBAAgB,CAAA;IACrC;;OAEG;IACH,QAAQ,EAAE,OAAO,YAAY,CAAA;IAC7B;;;OAGG;IACH,aAAa,EAAE,OAAO,iBAAiB,CAAA;IACvC,YAAY,EAAE,OAAO,gBAAgB,CAAA;IACrC;;;OAGG;IACH,KAAK,EAAE,OAAO,SAAS,CAAA;IACvB;;OAEG;IACH,QAAQ,EAAE,OAAO,YAAY,CAAA;IAC7B;;OAEG;IACH,IAAI,EAAE,OAAO,QAAQ,CAAA;CACtB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,aAgBlB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{c as V}from"react/compiler-runtime";import{jsx as y}from"react/jsx-runtime";import{Collapsible as D}from"@qualcomm-ui/react/collapsible";import{useTreeBranch as E}from"@qualcomm-ui/react-core/tree";import{mergeProps as F}from"@qualcomm-ui/utils/merge-props";import{createGuardedContext as w}from"@qualcomm-ui/react-core/context";var[P,i]=w({hookName:"useQdsTreeContext",providerName:"<QdsTreeContextProvider>",strict:!0});function x(r){let e=V(4),t=i(),o=E(),n;if(e[0]!==r||e[1]!==t||e[2]!==o){let m=F(t.getBranchBindings(),o,r);n=y(D.Root,{...m}),e[0]=r,e[1]=t,e[2]=o,e[3]=n}else n=e[3];return n}import{c as H}from"react/compiler-runtime";import{jsx as J}from"react/jsx-runtime";import{Collapsible as K}from"@qualcomm-ui/react/collapsible";import{useTreeBranchContent as U}from"@qualcomm-ui/react-core/tree";import{mergeProps as W}from"@qualcomm-ui/utils/merge-props";function T(r){let e=H(4),t=i(),o=U(),n;if(e[0]!==r||e[1]!==t||e[2]!==o){let m=W(t.getBranchContentBindings(),o,r);n=J(K.Content,{...m}),e[0]=r,e[1]=t,e[2]=o,e[3]=n}else n=e[3];return n}import{c as X}from"react/compiler-runtime";import{jsx as Y}from"react/jsx-runtime";import{CoreTree as Z}from"@qualcomm-ui/react-core/tree";import{mergeProps as ee}from"@qualcomm-ui/utils/merge-props";function l(r){let e=X(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=ee(t.getBranchIndentGuideBindings(),r);o=Y(Z.BranchIndentGuide,{...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{c as re}from"react/compiler-runtime";import{jsx as oe}from"react/jsx-runtime";import{CoreTree as te}from"@qualcomm-ui/react-core/tree";import{mergeProps as ne}from"@qualcomm-ui/utils/merge-props";function I(r){let e=re(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=ne(t.getBranchNodeBindings(),r);o=oe(te.BranchNode,{...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{jsx as k}from"react/jsx-runtime";import{ChevronRight as me}from"lucide-react";import{IconOrNode as ie}from"@qualcomm-ui/react/icon";import{CoreTree as ce}from"@qualcomm-ui/react-core/tree";import{mergeProps as se}from"@qualcomm-ui/utils/merge-props";function Q(r){let{icon:e,...t}=r,o=e===void 0?me:e,n=i(),m=se(n.getBranchTriggerBindings(),t);return k(ce.BranchTrigger,{...m,children:k(ie,{icon:o})})}import{c as de}from"react/compiler-runtime";import{jsx as fe}from"react/jsx-runtime";import{CoreTree as pe}from"@qualcomm-ui/react-core/tree";import{mergeProps as ae}from"@qualcomm-ui/utils/merge-props";function j(r){let e=de(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=ae(t.getLabelBindings(),r);o=fe(pe.Label,{...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{c as xe}from"react/compiler-runtime";import{jsx as Te}from"react/jsx-runtime";import{CoreTree as le}from"@qualcomm-ui/react-core/tree";import{mergeProps as ue}from"@qualcomm-ui/utils/merge-props";function b(r){let e=xe(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=ue(t.getLeafNodeBindings(),r);o=Te(le.LeafNode,{...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{c as ge}from"react/compiler-runtime";import{jsx as v}from"react/jsx-runtime";import{InlineIconButton as Ce}from"@qualcomm-ui/react/inline-icon-button";import{CoreTree as he}from"@qualcomm-ui/react-core/tree";import{mergeProps as Ne}from"@qualcomm-ui/utils/merge-props";function L(r){let e=ge(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=Ne(t.getNodeActionBindings(),r);o=v(he.NodeAction,{render:v(Ce,{icon:r.icon}),...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{c as Be}from"react/compiler-runtime";import{jsx as C}from"react/jsx-runtime";import"react";import{createQdsCheckmarkApi as Pe}from"@qualcomm-ui/qds-core/checkmark";import{CheckmarkCheckedIcon as Ie,CheckmarkIndeterminateIcon as ke}from"@qualcomm-ui/react/checkmark";import{normalizeProps as Qe}from"@qualcomm-ui/react-core/machine";import{CoreTree as je,useTreeNodeStateContext as be}from"@qualcomm-ui/react-core/tree";import{mergeProps as ve}from"@qualcomm-ui/utils/merge-props";function _(r){let e=Be(7),t=be(),o=t.checked===!0,n=t.checked==="indeterminate",m;e[0]!==t.disabled||e[1]!==o||e[2]!==n?(m=Pe({checked:o,disabled:t.disabled,indeterminate:n,size:"md"},Qe),e[0]=t.disabled,e[1]=o,e[2]=n,e[3]=m):m=e[3];let c=m,s;if(e[4]!==c||e[5]!==r){let d=ve(c.getRootBindings(),r);s=C(je.NodeCheckbox,{...d,checked:r.checked||C(Ie,{}),indeterminate:r.indeterminate||C(ke,{})}),e[4]=c,e[5]=r,e[6]=s}else s=e[6];return s}import{c as Le}from"react/compiler-runtime";import{jsx as _e}from"react/jsx-runtime";import{IconOrNode as $e}from"@qualcomm-ui/react/icon";import{useTreeContext as qe,useTreeNodePropsContext as Ge}from"@qualcomm-ui/react-core/tree";import{mergeProps as Re}from"@qualcomm-ui/utils/merge-props";function $(r){let e=Le(5),t=qe(),o=Ge(),n=i(),m;if(e[0]!==o||e[1]!==r||e[2]!==n||e[3]!==t){let c=Re(t.getNodeIconBindings(o),n.getNodeIconBindings(),r);m=_e($e,{...c}),e[0]=o,e[1]=r,e[2]=n,e[3]=t,e[4]=m}else m=e[4];return m}import{c as Ae}from"react/compiler-runtime";import{jsx as Se}from"react/jsx-runtime";import{CoreTree as ze}from"@qualcomm-ui/react-core/tree";import{mergeProps as Me}from"@qualcomm-ui/utils/merge-props";function q(r){let e=Ae(3),t=i(),o;if(e[0]!==r||e[1]!==t){let n=Me(t.getNodeIndicatorBindings(),r);o=Se(ze.NodeIndicator,{...n}),e[0]=r,e[1]=t,e[2]=o}else o=e[2];return o}import{c as Oe}from"react/compiler-runtime";import{jsx as G}from"react/jsx-runtime";import"react";import{TreeNodePropsContextProvider as we,TreeNodeStateContextProvider as Ve,useTreeContext as ye}from"@qualcomm-ui/react-core/tree";function u(r){let e=Oe(10),{children:t,indexPath:o,node:n}=r,m=ye(),c;e[0]!==o||e[1]!==n?(c={indexPath:o,node:n},e[0]=o,e[1]=n,e[2]=c):c=e[2];let s=c,d;e[3]!==s||e[4]!==m?(d=m.getNodeState(s),e[3]=s,e[4]=m,e[5]=d):d=e[5];let f=d,p;return e[6]!==t||e[7]!==s||e[8]!==f?(p=G(Ve,{value:f,children:G(we,{value:s,children:t})}),e[6]=t,e[7]=s,e[8]=f,e[9]=p):p=e[9],p}import{jsx as De}from"react/jsx-runtime";import{CoreTree as Ee}from"@qualcomm-ui/react-core/tree";function R(r){return De(Ee.NodeText,{...r})}import{c as Fe}from"react/compiler-runtime";import{jsx as h,jsxs as A}from"react/jsx-runtime";import{renderProp as S}from"@qualcomm-ui/react-core/system";import{useTreeContext as He}from"@qualcomm-ui/react-core/tree";function N(r){let e=Fe(13),t=He(),{indentGuideProps:o,indexPath:n,node:m,renderBranch:c,renderLeaf:s,showIndentGuide:d}=r,{collection:f}=t,p;e[0]!==f||e[1]!==m?(p=f.getNodeChildren(m),e[0]=f,e[1]=m,e[2]=p):p=e[2];let g=p,a;return e[3]!==g.length||e[4]!==f||e[5]!==o||e[6]!==n||e[7]!==m||e[8]!==r||e[9]!==c||e[10]!==s||e[11]!==d?(a=h(u,{...r,children:g.length?A(x,{children:[S(c,r),A(T,{children:[d?h(l,{...o}):null,f.getNodeChildren(m).map((B,O)=>h(N,{indexPath:[...n,O],node:B,renderBranch:r.renderBranch,renderLeaf:r.renderLeaf,showIndentGuide:d},f.getNodeValue(B)))]})]}):S(s,r)}),e[3]=g.length,e[4]=f,e[5]=o,e[6]=n,e[7]=m,e[8]=r,e[9]=c,e[10]=s,e[11]=d,e[12]=a):a=e[12],a}import{c as Je}from"react/compiler-runtime";import{jsx as z}from"react/jsx-runtime";import"react";import{createQdsTreeApi as Ke}from"@qualcomm-ui/qds-core/tree";import{normalizeProps as Ue}from"@qualcomm-ui/react-core/machine";import{CoreTree as We}from"@qualcomm-ui/react-core/tree";import{mergeProps as Xe}from"@qualcomm-ui/utils/merge-props";function M(r){let e=Je(4),t;if(e[0]!==r){let{size:o,...n}=r,m;e[2]!==o?(m=Ke({size:o},Ue),e[2]=o,e[3]=m):m=e[3];let c=m,s=Xe(c.getRootBindings(),n);t=z(P,{value:c,children:z(We.Root,{...s})}),e[0]=r,e[1]=t}else t=e[1];return t}var pt={Branch:x,BranchContent:T,BranchIndentGuide:l,BranchNode:I,BranchTrigger:Q,Label:j,LeafNode:b,NodeAction:L,NodeCheckbox:_,NodeIcon:$,NodeIndicator:q,NodeProvider:u,Nodes:N,NodeText:R,Root:M};export{P as QdsTreeContextProvider,pt as Tree,i as useQdsTreeContext};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/tree/tree-branch.tsx", "../../src/tree/qds-tree-context.ts", "../../src/tree/tree-branch-content.tsx", "../../src/tree/tree-branch-indent-guide.tsx", "../../src/tree/tree-branch-node.tsx", "../../src/tree/tree-branch-trigger.tsx", "../../src/tree/tree-label.tsx", "../../src/tree/tree-leaf-node.tsx", "../../src/tree/tree-node-action.tsx", "../../src/tree/tree-node-checkbox.tsx", "../../src/tree/tree-node-icon.tsx", "../../src/tree/tree-node-indicator.tsx", "../../src/tree/tree-node-provider.tsx", "../../src/tree/tree-node-text.tsx", "../../src/tree/tree-nodes.tsx", "../../src/tree/tree-root.tsx", "../../src/tree/index.ts"],
|
|
4
|
+
"sourcesContent": ["import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { Collapsible } from \"@qualcomm-ui/react/collapsible\";\nimport { useTreeBranch } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeBranch(props) {\n const $ = _c(4);\n const qdsContext = useQdsTreeContext();\n const treeBranchProps = useTreeBranch();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext || $[2] !== treeBranchProps) {\n const mergedProps = mergeProps(qdsContext.getBranchBindings(), treeBranchProps, props);\n t0 = jsx(Collapsible.Root, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = treeBranchProps;\n $[3] = t0;\n } else {\n t0 = $[3];\n }\n return t0;\n}", "import { createGuardedContext } from \"@qualcomm-ui/react-core/context\";\nexport const [QdsTreeContextProvider, useQdsTreeContext] = createGuardedContext({\n hookName: \"useQdsTreeContext\",\n providerName: \"<QdsTreeContextProvider>\",\n strict: true\n});", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { Collapsible } from \"@qualcomm-ui/react/collapsible\";\nimport { useTreeBranchContent } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeBranchContent(props) {\n const $ = _c(4);\n const qdsContext = useQdsTreeContext();\n const treeBranchContentProps = useTreeBranchContent();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext || $[2] !== treeBranchContentProps) {\n const mergedProps = mergeProps(qdsContext.getBranchContentBindings(), treeBranchContentProps, props);\n t0 = jsx(Collapsible.Content, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = treeBranchContentProps;\n $[3] = t0;\n } else {\n t0 = $[3];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeBranchIndentGuide(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getBranchIndentGuideBindings(), props);\n t0 = jsx(CoreTree.BranchIndentGuide, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeBranchNode(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getBranchNodeBindings(), props);\n t0 = jsx(CoreTree.BranchNode, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { ChevronRight } from \"lucide-react\";\nimport { IconOrNode } from \"@qualcomm-ui/react/icon\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeBranchTrigger(t0) {\n const {\n icon: t1,\n ...props\n } = t0;\n const icon = t1 === undefined ? ChevronRight : t1;\n const qdsContext = useQdsTreeContext();\n const mergedProps = mergeProps(qdsContext.getBranchTriggerBindings(), props);\n return jsx(CoreTree.BranchTrigger, {\n ...mergedProps,\n children: jsx(IconOrNode, {\n icon\n })\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeLabel(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getLabelBindings(), props);\n t0 = jsx(CoreTree.Label, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeLeafNode(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getLeafNodeBindings(), props);\n t0 = jsx(CoreTree.LeafNode, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { InlineIconButton } from \"@qualcomm-ui/react/inline-icon-button\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeNodeAction(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getNodeActionBindings(), props);\n t0 = jsx(CoreTree.NodeAction, {\n render: jsx(InlineIconButton, {\n icon: props.icon\n }),\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { useMemo } from \"react\";\nimport { createQdsCheckmarkApi } from \"@qualcomm-ui/qds-core/checkmark\";\nimport { CheckmarkCheckedIcon, CheckmarkIndeterminateIcon } from \"@qualcomm-ui/react/checkmark\";\nimport { normalizeProps } from \"@qualcomm-ui/react-core/machine\";\nimport { CoreTree, useTreeNodeStateContext } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nexport function TreeNodeCheckbox(props) {\n const $ = _c(7);\n const nodeState = useTreeNodeStateContext();\n const t0 = nodeState.checked === true;\n const t1 = nodeState.checked === \"indeterminate\";\n let t2;\n if ($[0] !== nodeState.disabled || $[1] !== t0 || $[2] !== t1) {\n t2 = createQdsCheckmarkApi({\n checked: t0,\n disabled: nodeState.disabled,\n indeterminate: t1,\n size: \"md\"\n }, normalizeProps);\n $[0] = nodeState.disabled;\n $[1] = t0;\n $[2] = t1;\n $[3] = t2;\n } else {\n t2 = $[3];\n }\n const api = t2;\n let t3;\n if ($[4] !== api || $[5] !== props) {\n const mergedProps = mergeProps(api.getRootBindings(), props);\n t3 = jsx(CoreTree.NodeCheckbox, {\n ...mergedProps,\n checked: props.checked || jsx(CheckmarkCheckedIcon, {}),\n indeterminate: props.indeterminate || jsx(CheckmarkIndeterminateIcon, {})\n });\n $[4] = api;\n $[5] = props;\n $[6] = t3;\n } else {\n t3 = $[6];\n }\n return t3;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { IconOrNode } from \"@qualcomm-ui/react/icon\";\nimport { useTreeContext, useTreeNodePropsContext } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeNodeIcon(props) {\n const $ = _c(5);\n const treeContext = useTreeContext();\n const nodeProps = useTreeNodePropsContext();\n const qdsTreeContext = useQdsTreeContext();\n let t0;\n if ($[0] !== nodeProps || $[1] !== props || $[2] !== qdsTreeContext || $[3] !== treeContext) {\n const mergedProps = mergeProps(treeContext.getNodeIconBindings(nodeProps), qdsTreeContext.getNodeIconBindings(), props);\n t0 = jsx(IconOrNode, {\n ...mergedProps\n });\n $[0] = nodeProps;\n $[1] = props;\n $[2] = qdsTreeContext;\n $[3] = treeContext;\n $[4] = t0;\n } else {\n t0 = $[4];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { useQdsTreeContext } from \"./qds-tree-context\";\nexport function TreeNodeIndicator(props) {\n const $ = _c(3);\n const qdsContext = useQdsTreeContext();\n let t0;\n if ($[0] !== props || $[1] !== qdsContext) {\n const mergedProps = mergeProps(qdsContext.getNodeIndicatorBindings(), props);\n t0 = jsx(CoreTree.NodeIndicator, {\n ...mergedProps\n });\n $[0] = props;\n $[1] = qdsContext;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n return t0;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { useMemo } from \"react\";\nimport { TreeNodePropsContextProvider, TreeNodeStateContextProvider, useTreeContext } from \"@qualcomm-ui/react-core/tree\";\nexport function TreeNodeProvider(t0) {\n const $ = _c(10);\n const {\n children,\n indexPath,\n node\n } = t0;\n const treeContext = useTreeContext();\n let t1;\n if ($[0] !== indexPath || $[1] !== node) {\n t1 = {\n indexPath,\n node\n };\n $[0] = indexPath;\n $[1] = node;\n $[2] = t1;\n } else {\n t1 = $[2];\n }\n const nodeProps = t1;\n let t2;\n if ($[3] !== nodeProps || $[4] !== treeContext) {\n t2 = treeContext.getNodeState(nodeProps);\n $[3] = nodeProps;\n $[4] = treeContext;\n $[5] = t2;\n } else {\n t2 = $[5];\n }\n const nodeState = t2;\n let t3;\n if ($[6] !== children || $[7] !== nodeProps || $[8] !== nodeState) {\n t3 = jsx(TreeNodeStateContextProvider, {\n value: nodeState,\n children: jsx(TreeNodePropsContextProvider, {\n value: nodeProps,\n children\n })\n });\n $[6] = children;\n $[7] = nodeProps;\n $[8] = nodeState;\n $[9] = t3;\n } else {\n t3 = $[9];\n }\n return t3;\n}", "import { jsx } from \"react/jsx-runtime\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nexport function TreeNodeText(props) {\n return /* @__PURE__ */jsx(CoreTree.NodeText, {\n ...props\n });\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport { renderProp } from \"@qualcomm-ui/react-core/system\";\nimport { useTreeContext } from \"@qualcomm-ui/react-core/tree\";\nimport { TreeBranch } from \"./tree-branch\";\nimport { TreeBranchContent } from \"./tree-branch-content\";\nimport { TreeBranchIndentGuide } from \"./tree-branch-indent-guide\";\nimport { TreeNodeProvider } from \"./tree-node-provider\";\nexport function TreeNodes(props) {\n const $ = _c(13);\n const context = useTreeContext();\n const {\n indentGuideProps,\n indexPath,\n node,\n renderBranch,\n renderLeaf,\n showIndentGuide\n } = props;\n const {\n collection\n } = context;\n let t0;\n if ($[0] !== collection || $[1] !== node) {\n t0 = collection.getNodeChildren(node);\n $[0] = collection;\n $[1] = node;\n $[2] = t0;\n } else {\n t0 = $[2];\n }\n const childNodes = t0;\n let t1;\n if ($[3] !== childNodes.length || $[4] !== collection || $[5] !== indentGuideProps || $[6] !== indexPath || $[7] !== node || $[8] !== props || $[9] !== renderBranch || $[10] !== renderLeaf || $[11] !== showIndentGuide) {\n t1 = jsx(TreeNodeProvider, {\n ...props,\n children: childNodes.length ? jsxs(TreeBranch, {\n children: [renderProp(renderBranch, props), jsxs(TreeBranchContent, {\n children: [showIndentGuide ? jsx(TreeBranchIndentGuide, {\n ...indentGuideProps\n }) : null, collection.getNodeChildren(node).map((childNode, index) => jsx(TreeNodes, {\n indexPath: [...indexPath, index],\n node: childNode,\n renderBranch: props.renderBranch,\n renderLeaf: props.renderLeaf,\n showIndentGuide\n }, collection.getNodeValue(childNode)))]\n })]\n }) : renderProp(renderLeaf, props)\n });\n $[3] = childNodes.length;\n $[4] = collection;\n $[5] = indentGuideProps;\n $[6] = indexPath;\n $[7] = node;\n $[8] = props;\n $[9] = renderBranch;\n $[10] = renderLeaf;\n $[11] = showIndentGuide;\n $[12] = t1;\n } else {\n t1 = $[12];\n }\n return t1;\n}", "import { c as _c } from \"react/compiler-runtime\";\nimport { jsx } from \"react/jsx-runtime\";\nimport { useMemo } from \"react\";\nimport { createQdsTreeApi } from \"@qualcomm-ui/qds-core/tree\";\nimport { normalizeProps } from \"@qualcomm-ui/react-core/machine\";\nimport { CoreTree } from \"@qualcomm-ui/react-core/tree\";\nimport { mergeProps } from \"@qualcomm-ui/utils/merge-props\";\nimport { QdsTreeContextProvider } from \"./qds-tree-context\";\nexport function TreeRoot(t0) {\n const $ = _c(4);\n let t1;\n if ($[0] !== t0) {\n const {\n size,\n ...props\n } = t0;\n let t2;\n if ($[2] !== size) {\n t2 = createQdsTreeApi({\n size\n }, normalizeProps);\n $[2] = size;\n $[3] = t2;\n } else {\n t2 = $[3];\n }\n const qdsContext = t2;\n const mergedProps = mergeProps(qdsContext.getRootBindings(), props);\n t1 = jsx(QdsTreeContextProvider, {\n value: qdsContext,\n children: jsx(CoreTree.Root, {\n ...mergedProps\n })\n });\n $[0] = t0;\n $[1] = t1;\n } else {\n t1 = $[1];\n }\n return t1;\n}", "import { TreeBranch } from \"./tree-branch\";\nimport { TreeBranchContent } from \"./tree-branch-content\";\nimport { TreeBranchIndentGuide } from \"./tree-branch-indent-guide\";\nimport { TreeBranchNode } from \"./tree-branch-node\";\nimport { TreeBranchTrigger } from \"./tree-branch-trigger\";\nimport { TreeLabel } from \"./tree-label\";\nimport { TreeLeafNode } from \"./tree-leaf-node\";\nimport { TreeNodeAction } from \"./tree-node-action\";\nimport { TreeNodeCheckbox } from \"./tree-node-checkbox\";\nimport { TreeNodeIcon } from \"./tree-node-icon\";\nimport { TreeNodeIndicator } from \"./tree-node-indicator\";\nimport { TreeNodeProvider } from \"./tree-node-provider\";\nimport { TreeNodeText } from \"./tree-node-text\";\nimport { TreeNodes } from \"./tree-nodes\";\nimport { TreeRoot } from \"./tree-root\";\nexport * from \"./qds-tree-context\";\nexport const Tree = {\n Branch: TreeBranch,\n BranchContent: TreeBranchContent,\n BranchIndentGuide: TreeBranchIndentGuide,\n BranchNode: TreeBranchNode,\n BranchTrigger: TreeBranchTrigger,\n Label: TreeLabel,\n LeafNode: TreeLeafNode,\n NodeAction: TreeNodeAction,\n NodeCheckbox: TreeNodeCheckbox,\n NodeIcon: TreeNodeIcon,\n NodeIndicator: TreeNodeIndicator,\n NodeProvider: TreeNodeProvider,\n Nodes: TreeNodes,\n NodeText: TreeNodeText,\n Root: TreeRoot\n};"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["_c", "jsx", "Collapsible", "useTreeBranch", "mergeProps", "createGuardedContext", "QdsTreeContextProvider", "useQdsTreeContext", "TreeBranch", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "treeBranchProps", "useTreeBranch", "t0", "mergedProps", "mergeProps", "jsx", "Collapsible", "_c", "jsx", "Collapsible", "useTreeBranchContent", "mergeProps", "TreeBranchContent", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "treeBranchContentProps", "useTreeBranchContent", "t0", "mergedProps", "mergeProps", "jsx", "Collapsible", "_c", "jsx", "CoreTree", "mergeProps", "TreeBranchIndentGuide", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "_c", "jsx", "CoreTree", "mergeProps", "TreeBranchNode", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "jsx", "ChevronRight", "IconOrNode", "CoreTree", "mergeProps", "TreeBranchTrigger", "t0", "t1", "props", "icon", "ChevronRight", "qdsContext", "useQdsTreeContext", "mergedProps", "mergeProps", "jsx", "CoreTree", "IconOrNode", "_c", "jsx", "CoreTree", "mergeProps", "TreeLabel", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "_c", "jsx", "CoreTree", "mergeProps", "TreeLeafNode", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "_c", "jsx", "InlineIconButton", "CoreTree", "mergeProps", "TreeNodeAction", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "InlineIconButton", "_c", "jsx", "createQdsCheckmarkApi", "CheckmarkCheckedIcon", "CheckmarkIndeterminateIcon", "normalizeProps", "CoreTree", "useTreeNodeStateContext", "mergeProps", "TreeNodeCheckbox", "props", "$", "nodeState", "t0", "t1", "t2", "api", "t3", "mergedProps", "_c", "jsx", "IconOrNode", "useTreeContext", "useTreeNodePropsContext", "mergeProps", "TreeNodeIcon", "props", "$", "_c", "treeContext", "useTreeContext", "nodeProps", "useTreeNodePropsContext", "qdsTreeContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "IconOrNode", "_c", "jsx", "CoreTree", "mergeProps", "TreeNodeIndicator", "props", "$", "_c", "qdsContext", "useQdsTreeContext", "t0", "mergedProps", "mergeProps", "jsx", "CoreTree", "_c", "jsx", "TreeNodePropsContextProvider", "TreeNodeStateContextProvider", "useTreeContext", "TreeNodeProvider", "t0", "$", "children", "indexPath", "node", "treeContext", "t1", "nodeProps", "t2", "nodeState", "t3", "jsx", "CoreTree", "TreeNodeText", "props", "_c", "jsx", "jsxs", "renderProp", "useTreeContext", "TreeNodes", "props", "$", "_c", "context", "useTreeContext", "indentGuideProps", "indexPath", "node", "renderBranch", "renderLeaf", "showIndentGuide", "collection", "t0", "childNodes", "t1", "jsx", "TreeNodeProvider", "jsxs", "TreeBranch", "renderProp", "TreeBranchContent", "TreeBranchIndentGuide", "childNode", "index", "_c", "jsx", "createQdsTreeApi", "normalizeProps", "CoreTree", "mergeProps", "TreeRoot", "t0", "$", "_c", "t1", "size", "props", "t2", "createQdsTreeApi", "normalizeProps", "qdsContext", "mergedProps", "mergeProps", "jsx", "QdsTreeContextProvider", "CoreTree", "Tree", "TreeBranch", "TreeBranchContent", "TreeBranchIndentGuide", "TreeBranchNode", "TreeBranchTrigger", "TreeLabel", "TreeLeafNode", "TreeNodeAction", "TreeNodeCheckbox", "TreeNodeIcon", "TreeNodeIndicator", "TreeNodeProvider", "TreeNodes", "TreeNodeText", "TreeRoot"]
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qds-tree-context.d.ts","sourceRoot":"","sources":["../../src/tree/qds-tree-context.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,4BAA4B,CAAA;AAG1D,eAAO,MAAO,sBAAsB,wCAAE,iBAAiB,0CAKnD,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from "react";
|
|
2
|
+
import type { ElementRenderProp } from "@qualcomm-ui/react-core/system";
|
|
3
|
+
export interface TreeBranchContentProps extends ElementRenderProp<"div"> {
|
|
4
|
+
/**
|
|
5
|
+
* React {@link https://react.dev/learn/passing-props-to-a-component#passing-jsx-as-children children} prop.
|
|
6
|
+
*/
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Container element for the branch node's children. Renders a `<div>` element by
|
|
11
|
+
* default.
|
|
12
|
+
*/
|
|
13
|
+
export declare function TreeBranchContent(props: TreeBranchContentProps): ReactElement;
|
|
14
|
+
//# sourceMappingURL=tree-branch-content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-branch-content.d.ts","sourceRoot":"","sources":["../../src/tree/tree-branch-content.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAE,SAAS,EAAC,MAAM,OAAO,CAAA;AAGlD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gCAAgC,CAAA;AAMrE,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB,CAAC,KAAK,CAAC;IACtE;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,GAAG,YAAY,CAU7E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeBranchIndentGuideProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeBranchIndentGuideProps extends CoreTreeBranchIndentGuideProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Provides a visual guide to the indentation level of the branch's children.
|
|
7
|
+
* Renders a `<div>` element by default.
|
|
8
|
+
*/
|
|
9
|
+
export declare function TreeBranchIndentGuide(props: TreeBranchIndentGuideProps): ReactElement;
|
|
10
|
+
//# sourceMappingURL=tree-branch-indent-guide.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-branch-indent-guide.d.ts","sourceRoot":"","sources":["../../src/tree/tree-branch-indent-guide.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,8BAA8B,EACpC,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,0BACf,SAAQ,8BAA8B;CAAG;AAE3C;;;GAGG;AACH,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,0BAA0B,GAChC,YAAY,CAQd"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeBranchNodeProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeBranchNodeProps extends CoreTreeBranchNodeProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* An interactive tree item with children. Renders a `<div>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeBranchNode(props: TreeBranchNodeProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-branch-node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-branch-node.d.ts","sourceRoot":"","sources":["../../src/tree/tree-branch-node.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,mBAAoB,SAAQ,uBAAuB;CAAG;AAEvE;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAKvE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { LucideIconOrNode } from "@qualcomm-ui/react-core/lucide";
|
|
3
|
+
import { type CoreTreeBranchTriggerProps } from "@qualcomm-ui/react-core/tree";
|
|
4
|
+
export interface TreeBranchTriggerProps extends CoreTreeBranchTriggerProps {
|
|
5
|
+
/**
|
|
6
|
+
* @default ChevronRight
|
|
7
|
+
*/
|
|
8
|
+
icon?: LucideIconOrNode;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Action that indicates whether a branch is expanded or collapsed. Renders a `<div>`
|
|
12
|
+
* element by default.
|
|
13
|
+
*/
|
|
14
|
+
export declare function TreeBranchTrigger({ icon, ...props }: TreeBranchTriggerProps): ReactElement;
|
|
15
|
+
//# sourceMappingURL=tree-branch-trigger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-branch-trigger.d.ts","sourceRoot":"","sources":["../../src/tree/tree-branch-trigger.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAKvC,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAA;AACpE,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,sBAAuB,SAAQ,0BAA0B;IACxE;;OAEG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAA;CACxB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,IAAmB,EACnB,GAAG,KAAK,EACT,EAAE,sBAAsB,GAAG,YAAY,CASvC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from "react";
|
|
2
|
+
import type { ElementRenderProp } from "@qualcomm-ui/react-core/system";
|
|
3
|
+
export interface TreeBranchProps extends ElementRenderProp<"div"> {
|
|
4
|
+
/**
|
|
5
|
+
* React {@link https://react.dev/learn/passing-props-to-a-component#passing-jsx-as-children children} prop.
|
|
6
|
+
*/
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Groups the branch node and its content element. Renders a `<div>` element by
|
|
11
|
+
* default.
|
|
12
|
+
*/
|
|
13
|
+
export declare function TreeBranch(props: TreeBranchProps): ReactElement;
|
|
14
|
+
//# sourceMappingURL=tree-branch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-branch.d.ts","sourceRoot":"","sources":["../../src/tree/tree-branch.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAE,SAAS,EAAC,MAAM,OAAO,CAAA;AAGlD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gCAAgC,CAAA;AAMrE,MAAM,WAAW,eAAgB,SAAQ,iBAAiB,CAAC,KAAK,CAAC;IAC/D;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAA;CACrB;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,YAAY,CAU/D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeLabelProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeLabelProps extends CoreTreeLabelProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* An optional accessible label for the tree. Renders a `<div>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeLabel(props: TreeLabelProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-label.d.ts","sourceRoot":"","sources":["../../src/tree/tree-label.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAW,KAAK,kBAAkB,EAAC,MAAM,8BAA8B,CAAA;AAK9E,MAAM,WAAW,cAAe,SAAQ,kBAAkB;CAAG;AAE7D;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,GAAG,YAAY,CAK7D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeLeafNodeProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeLeafNodeProps extends CoreTreeLeafNodeProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* A childless tree item. Renders a `<div>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeLeafNode(props: TreeLeafNodeProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-leaf-node.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-leaf-node.d.ts","sourceRoot":"","sources":["../../src/tree/tree-leaf-node.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;CAAG;AAEnE;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,YAAY,CAKnE"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type InlineIconButtonProps } from "@qualcomm-ui/react/inline-icon-button";
|
|
3
|
+
import { type CoreTreeNodeActionProps } from "@qualcomm-ui/react-core/tree";
|
|
4
|
+
export interface TreeNodeActionProps extends CoreTreeNodeActionProps, Omit<InlineIconButtonProps, "variant"> {
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* An action button within a tree item's interactive area. Renders a `<button>`
|
|
8
|
+
* element by default.
|
|
9
|
+
*/
|
|
10
|
+
export declare function TreeNodeAction(props: TreeNodeActionProps): ReactElement;
|
|
11
|
+
//# sourceMappingURL=tree-node-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-action.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-action.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,uCAAuC,CAAA;AAC9C,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC;CAAG;AAE7C;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,YAAY,CAUvE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeNodeCheckboxProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeNodeCheckboxProps extends CoreTreeNodeCheckboxProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* A checkbox control within a tree item. Renders a `<span>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeNodeCheckbox(props: TreeNodeCheckboxProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-node-checkbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-checkbox.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-checkbox.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,KAAK,YAAY,EAAU,MAAM,OAAO,CAAA;AAQhD,OAAO,EAEL,KAAK,yBAAyB,EAE/B,MAAM,8BAA8B,CAAA;AAGrC,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;CAAG;AAE3E;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,GAAG,YAAY,CAyB3E"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import type { LucideIconOrNode } from "@qualcomm-ui/react-core/lucide";
|
|
3
|
+
import type { ElementRenderProp } from "@qualcomm-ui/react-core/system";
|
|
4
|
+
export interface TreeNodeIconProps extends ElementRenderProp<"span"> {
|
|
5
|
+
/**
|
|
6
|
+
* lucide-react icon or JSX Element.
|
|
7
|
+
*/
|
|
8
|
+
icon: LucideIconOrNode;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* The icon for the tree item. Renders a `<span>` element by default.
|
|
12
|
+
*/
|
|
13
|
+
export declare function TreeNodeIcon(props: TreeNodeIconProps): ReactElement;
|
|
14
|
+
//# sourceMappingURL=tree-node-icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-icon.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-icon.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAGvC,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gCAAgC,CAAA;AASrE,MAAM,WAAW,iBAAkB,SAAQ,iBAAiB,CAAC,MAAM,CAAC;IAClE;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAA;CACvB;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,YAAY,CAWnE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeNodeIndicatorProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeNodeIndicatorProps extends CoreTreeNodeIndicatorProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Indicates whether the tree item is selected. Renders a `<div>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeNodeIndicator(props: TreeNodeIndicatorProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-node-indicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-indicator.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-indicator.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,8BAA8B,CAAA;AAKrC,MAAM,WAAW,sBAAuB,SAAQ,0BAA0B;CAAG;AAE7E;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,GAAG,YAAY,CAK7E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ReactElement, type ReactNode } from "react";
|
|
2
|
+
import type { NodeProps } from "@qualcomm-ui/core/tree";
|
|
3
|
+
import type { TreeNode } from "@qualcomm-ui/utils/collection";
|
|
4
|
+
export interface TreeNodeProviderProps<T> extends NodeProps {
|
|
5
|
+
/**
|
|
6
|
+
* React {@link https://react.dev/learn/passing-props-to-a-component#passing-jsx-as-children children} prop.
|
|
7
|
+
*/
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* The tree node to apply context from.
|
|
11
|
+
*
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
node: T;
|
|
15
|
+
}
|
|
16
|
+
export declare function TreeNodeProvider<T extends TreeNode = TreeNode>({ children, indexPath, node, }: TreeNodeProviderProps<T>): ReactElement;
|
|
17
|
+
//# sourceMappingURL=tree-node-provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-provider.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-provider.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,KAAK,YAAY,EAAE,KAAK,SAAS,EAAU,MAAM,OAAO,CAAA;AAEhE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAA;AAMrD,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAA;AAE3D,MAAM,WAAW,qBAAqB,CAAC,CAAC,CAAE,SAAQ,SAAS;IACzD;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAA;IAEpB;;;;OAIG;IACH,IAAI,EAAE,CAAC,CAAA;CACR;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,EAAE,EAC9D,QAAQ,EACR,SAAS,EACT,IAAI,GACL,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG,YAAY,CAoBzC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type CoreTreeNodeTextProps } from "@qualcomm-ui/react-core/tree";
|
|
3
|
+
export interface TreeNodeTextProps extends CoreTreeNodeTextProps {
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* The primary title of the tree item. Renders a `<span>` element by default.
|
|
7
|
+
*/
|
|
8
|
+
export declare function TreeNodeText(props: TreeNodeTextProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=tree-node-text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-node-text.d.ts","sourceRoot":"","sources":["../../src/tree/tree-node-text.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAA;AAErC,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;CAAG;AAEnE;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,YAAY,CAEnE"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
import { type RenderProp } from "@qualcomm-ui/react-core/system";
|
|
3
|
+
import { type TreeBranchIndentGuideProps } from "./tree-branch-indent-guide";
|
|
4
|
+
import { type TreeNodeProviderProps } from "./tree-node-provider";
|
|
5
|
+
export interface TreeNodesProps<T> extends Omit<TreeNodeProviderProps<T>, "children"> {
|
|
6
|
+
/**
|
|
7
|
+
* Props passed to the branch indent guide component. Only applicable when {@link
|
|
8
|
+
* showIndentGuide} is true.
|
|
9
|
+
*
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
indentGuideProps?: TreeBranchIndentGuideProps;
|
|
13
|
+
/**
|
|
14
|
+
* {@link https://react-next.qui.qualcomm.com/render-props#render-prop Render Prop}
|
|
15
|
+
* for the tree's branch items. Use this prop to supply the content of the branch
|
|
16
|
+
* item like the text, indicator, or icon.
|
|
17
|
+
*
|
|
18
|
+
* @inheritDoc
|
|
19
|
+
*/
|
|
20
|
+
renderBranch: RenderProp<TreeNodesProps<T>>;
|
|
21
|
+
/**
|
|
22
|
+
* {@link https://react-next.qui.qualcomm.com/render-props#render-prop Render Prop}
|
|
23
|
+
* for the tree's leaf items. Use this prop to supply the content of the leaf item
|
|
24
|
+
* like the text, indicator, or icon.
|
|
25
|
+
*
|
|
26
|
+
* @inheritDoc
|
|
27
|
+
*/
|
|
28
|
+
renderLeaf: RenderProp<TreeNodesProps<T>>;
|
|
29
|
+
/**
|
|
30
|
+
* Whether to render the indent guide for branch child nodes.
|
|
31
|
+
*
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
showIndentGuide?: boolean;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A helper component that renders recursive tree nodes. Doesn't render its own HTML
|
|
38
|
+
* element.
|
|
39
|
+
*/
|
|
40
|
+
export declare function TreeNodes<T extends NonNullable<unknown> = NonNullable<unknown>>(props: TreeNodesProps<T>): ReactElement;
|
|
41
|
+
//# sourceMappingURL=tree-nodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-nodes.d.ts","sourceRoot":"","sources":["../../src/tree/tree-nodes.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAa,KAAK,UAAU,EAAC,MAAM,gCAAgC,CAAA;AAK1E,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,sBAAsB,CAAA;AAE7B,MAAM,WAAW,cAAc,CAAC,CAAC,CAC/B,SAAQ,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC;IAClD;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,0BAA0B,CAAA;IAE7C;;;;;;OAMG;IACH,YAAY,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAE3C;;;;;;OAMG;IACH,UAAU,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAA;IAEzC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED;;;GAGG;AACH,wBAAgB,SAAS,CACvB,CAAC,SAAS,WAAW,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,EACrD,KAAK,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,YAAY,CAwCxC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ReactElement } from "react";
|
|
2
|
+
import { type QdsTreeApiProps } from "@qualcomm-ui/qds-core/tree";
|
|
3
|
+
import { type CoreTreeRootProps } from "@qualcomm-ui/react-core/tree";
|
|
4
|
+
import type { TreeNode } from "@qualcomm-ui/utils/collection";
|
|
5
|
+
export interface TreeRootProps<T extends TreeNode = TreeNode> extends CoreTreeRootProps<T>, QdsTreeApiProps {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Groups all parts of the tree. Renders a `<div>` element by default.
|
|
9
|
+
*/
|
|
10
|
+
export declare function TreeRoot<T extends TreeNode = TreeNode>({ size, ...props }: TreeRootProps<T>): ReactElement;
|
|
11
|
+
//# sourceMappingURL=tree-root.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tree-root.d.ts","sourceRoot":"","sources":["../../src/tree/tree-root.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,KAAK,YAAY,EAAU,MAAM,OAAO,CAAA;AAEhD,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,4BAA4B,CAAA;AAEnC,OAAO,EAAW,KAAK,iBAAiB,EAAC,MAAM,8BAA8B,CAAA;AAC7E,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAA;AAK3D,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,CAC1D,SAAQ,iBAAiB,CAAC,CAAC,CAAC,EAC1B,eAAe;CAAG;AAEtB;;GAEG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,EAAE,EACtD,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,YAAY,CAmBjC"}
|