@skeletonlabs/skeleton-react 4.3.3 → 4.4.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/dist/index.d.mts +1529 -292
- package/dist/index.mjs +4000 -50
- package/package.json +32 -31
- package/dist/components/accordion/anatomy/item-content.d.mts +0 -11
- package/dist/components/accordion/anatomy/item-content.mjs +0 -22
- package/dist/components/accordion/anatomy/item-indicator.d.mts +0 -11
- package/dist/components/accordion/anatomy/item-indicator.mjs +0 -22
- package/dist/components/accordion/anatomy/item-trigger.d.mts +0 -11
- package/dist/components/accordion/anatomy/item-trigger.mjs +0 -22
- package/dist/components/accordion/anatomy/item.d.mts +0 -12
- package/dist/components/accordion/anatomy/item.mjs +0 -26
- package/dist/components/accordion/anatomy/root-context.d.mts +0 -11
- package/dist/components/accordion/anatomy/root-context.mjs +0 -13
- package/dist/components/accordion/anatomy/root-provider.d.mts +0 -13
- package/dist/components/accordion/anatomy/root-provider.mjs +0 -21
- package/dist/components/accordion/anatomy/root.d.mts +0 -11
- package/dist/components/accordion/anatomy/root.mjs +0 -25
- package/dist/components/accordion/index.d.mts +0 -9
- package/dist/components/accordion/modules/anatomy.d.mts +0 -20
- package/dist/components/accordion/modules/anatomy.mjs +0 -21
- package/dist/components/accordion/modules/item-context.mjs +0 -8
- package/dist/components/accordion/modules/provider.d.mts +0 -8
- package/dist/components/accordion/modules/provider.mjs +0 -15
- package/dist/components/accordion/modules/root-context.mjs +0 -8
- package/dist/components/app-bar/anatomy/headline.d.mts +0 -10
- package/dist/components/app-bar/anatomy/headline.mjs +0 -17
- package/dist/components/app-bar/anatomy/lead.d.mts +0 -10
- package/dist/components/app-bar/anatomy/lead.mjs +0 -17
- package/dist/components/app-bar/anatomy/root.d.mts +0 -10
- package/dist/components/app-bar/anatomy/root.mjs +0 -17
- package/dist/components/app-bar/anatomy/toolbar.d.mts +0 -10
- package/dist/components/app-bar/anatomy/toolbar.mjs +0 -17
- package/dist/components/app-bar/anatomy/trail.d.mts +0 -10
- package/dist/components/app-bar/anatomy/trail.mjs +0 -17
- package/dist/components/app-bar/index.d.mts +0 -6
- package/dist/components/app-bar/modules/anatomy.d.mts +0 -16
- package/dist/components/app-bar/modules/anatomy.mjs +0 -17
- package/dist/components/avatar/anatomy/fallback.d.mts +0 -10
- package/dist/components/avatar/anatomy/fallback.mjs +0 -20
- package/dist/components/avatar/anatomy/image.d.mts +0 -10
- package/dist/components/avatar/anatomy/image.mjs +0 -17
- package/dist/components/avatar/anatomy/root-context.d.mts +0 -11
- package/dist/components/avatar/anatomy/root-context.mjs +0 -13
- package/dist/components/avatar/anatomy/root-provider.d.mts +0 -13
- package/dist/components/avatar/anatomy/root-provider.mjs +0 -21
- package/dist/components/avatar/anatomy/root.d.mts +0 -11
- package/dist/components/avatar/anatomy/root.mjs +0 -25
- package/dist/components/avatar/index.d.mts +0 -7
- package/dist/components/avatar/modules/anatomy.d.mts +0 -16
- package/dist/components/avatar/modules/anatomy.mjs +0 -17
- package/dist/components/avatar/modules/provider.d.mts +0 -8
- package/dist/components/avatar/modules/provider.mjs +0 -15
- package/dist/components/avatar/modules/root-context.mjs +0 -8
- package/dist/components/collapsible/anatomy/content.d.mts +0 -10
- package/dist/components/collapsible/anatomy/content.mjs +0 -20
- package/dist/components/collapsible/anatomy/indicator.d.mts +0 -10
- package/dist/components/collapsible/anatomy/indicator.mjs +0 -20
- package/dist/components/collapsible/anatomy/root-context.d.mts +0 -11
- package/dist/components/collapsible/anatomy/root-context.mjs +0 -13
- package/dist/components/collapsible/anatomy/root-provider.d.mts +0 -13
- package/dist/components/collapsible/anatomy/root-provider.mjs +0 -21
- package/dist/components/collapsible/anatomy/root.d.mts +0 -11
- package/dist/components/collapsible/anatomy/root.mjs +0 -25
- package/dist/components/collapsible/anatomy/trigger.d.mts +0 -10
- package/dist/components/collapsible/anatomy/trigger.mjs +0 -20
- package/dist/components/collapsible/index.d.mts +0 -8
- package/dist/components/collapsible/modules/anatomy.d.mts +0 -18
- package/dist/components/collapsible/modules/anatomy.mjs +0 -19
- package/dist/components/collapsible/modules/provider.d.mts +0 -8
- package/dist/components/collapsible/modules/provider.mjs +0 -15
- package/dist/components/collapsible/modules/root-context.mjs +0 -8
- package/dist/components/combobox/anatomy/content.d.mts +0 -10
- package/dist/components/combobox/anatomy/content.mjs +0 -20
- package/dist/components/combobox/anatomy/control.d.mts +0 -10
- package/dist/components/combobox/anatomy/control.mjs +0 -20
- package/dist/components/combobox/anatomy/input.d.mts +0 -10
- package/dist/components/combobox/anatomy/input.mjs +0 -17
- package/dist/components/combobox/anatomy/item-group-label.d.mts +0 -11
- package/dist/components/combobox/anatomy/item-group-label.mjs +0 -26
- package/dist/components/combobox/anatomy/item-group.d.mts +0 -11
- package/dist/components/combobox/anatomy/item-group.mjs +0 -29
- package/dist/components/combobox/anatomy/item-indicator.d.mts +0 -10
- package/dist/components/combobox/anatomy/item-indicator.mjs +0 -23
- package/dist/components/combobox/anatomy/item-text.d.mts +0 -10
- package/dist/components/combobox/anatomy/item-text.mjs +0 -22
- package/dist/components/combobox/anatomy/item.d.mts +0 -11
- package/dist/components/combobox/anatomy/item.mjs +0 -26
- package/dist/components/combobox/anatomy/label.d.mts +0 -10
- package/dist/components/combobox/anatomy/label.mjs +0 -20
- package/dist/components/combobox/anatomy/positioner.d.mts +0 -10
- package/dist/components/combobox/anatomy/positioner.mjs +0 -20
- package/dist/components/combobox/anatomy/root-context.d.mts +0 -11
- package/dist/components/combobox/anatomy/root-context.mjs +0 -13
- package/dist/components/combobox/anatomy/root-provider.d.mts +0 -13
- package/dist/components/combobox/anatomy/root-provider.mjs +0 -21
- package/dist/components/combobox/anatomy/root.d.mts +0 -11
- package/dist/components/combobox/anatomy/root.mjs +0 -25
- package/dist/components/combobox/anatomy/trigger.d.mts +0 -10
- package/dist/components/combobox/anatomy/trigger.mjs +0 -21
- package/dist/components/combobox/index.d.mts +0 -16
- package/dist/components/combobox/modules/anatomy.d.mts +0 -34
- package/dist/components/combobox/modules/anatomy.mjs +0 -35
- package/dist/components/combobox/modules/item-context.mjs +0 -8
- package/dist/components/combobox/modules/item-group-context.mjs +0 -8
- package/dist/components/combobox/modules/provider.d.mts +0 -8
- package/dist/components/combobox/modules/provider.mjs +0 -15
- package/dist/components/combobox/modules/root-context.mjs +0 -8
- package/dist/components/date-picker/anatomy/content.d.mts +0 -10
- package/dist/components/date-picker/anatomy/content.mjs +0 -20
- package/dist/components/date-picker/anatomy/control.d.mts +0 -10
- package/dist/components/date-picker/anatomy/control.mjs +0 -20
- package/dist/components/date-picker/anatomy/input.d.mts +0 -11
- package/dist/components/date-picker/anatomy/input.mjs +0 -19
- package/dist/components/date-picker/anatomy/label.d.mts +0 -10
- package/dist/components/date-picker/anatomy/label.mjs +0 -20
- package/dist/components/date-picker/anatomy/month-select.d.mts +0 -10
- package/dist/components/date-picker/anatomy/month-select.mjs +0 -23
- package/dist/components/date-picker/anatomy/next-trigger.d.mts +0 -10
- package/dist/components/date-picker/anatomy/next-trigger.mjs +0 -23
- package/dist/components/date-picker/anatomy/positioner.d.mts +0 -10
- package/dist/components/date-picker/anatomy/positioner.mjs +0 -20
- package/dist/components/date-picker/anatomy/preset-trigger.d.mts +0 -11
- package/dist/components/date-picker/anatomy/preset-trigger.mjs +0 -22
- package/dist/components/date-picker/anatomy/prev-trigger.d.mts +0 -10
- package/dist/components/date-picker/anatomy/prev-trigger.mjs +0 -23
- package/dist/components/date-picker/anatomy/range-text.d.mts +0 -10
- package/dist/components/date-picker/anatomy/range-text.mjs +0 -21
- package/dist/components/date-picker/anatomy/root-context.d.mts +0 -11
- package/dist/components/date-picker/anatomy/root-context.mjs +0 -13
- package/dist/components/date-picker/anatomy/root-provider.d.mts +0 -13
- package/dist/components/date-picker/anatomy/root-provider.mjs +0 -21
- package/dist/components/date-picker/anatomy/root.d.mts +0 -11
- package/dist/components/date-picker/anatomy/root.mjs +0 -25
- package/dist/components/date-picker/anatomy/table-body.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table-body.mjs +0 -22
- package/dist/components/date-picker/anatomy/table-cell-trigger.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table-cell-trigger.mjs +0 -31
- package/dist/components/date-picker/anatomy/table-cell.d.mts +0 -12
- package/dist/components/date-picker/anatomy/table-cell.mjs +0 -35
- package/dist/components/date-picker/anatomy/table-head.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table-head.mjs +0 -22
- package/dist/components/date-picker/anatomy/table-header.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table-header.mjs +0 -22
- package/dist/components/date-picker/anatomy/table-row.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table-row.mjs +0 -22
- package/dist/components/date-picker/anatomy/table.d.mts +0 -10
- package/dist/components/date-picker/anatomy/table.mjs +0 -22
- package/dist/components/date-picker/anatomy/trigger.d.mts +0 -10
- package/dist/components/date-picker/anatomy/trigger.mjs +0 -21
- package/dist/components/date-picker/anatomy/view-control.d.mts +0 -10
- package/dist/components/date-picker/anatomy/view-control.mjs +0 -22
- package/dist/components/date-picker/anatomy/view-trigger.d.mts +0 -10
- package/dist/components/date-picker/anatomy/view-trigger.mjs +0 -22
- package/dist/components/date-picker/anatomy/view.d.mts +0 -11
- package/dist/components/date-picker/anatomy/view.mjs +0 -26
- package/dist/components/date-picker/anatomy/year-select.d.mts +0 -10
- package/dist/components/date-picker/anatomy/year-select.mjs +0 -23
- package/dist/components/date-picker/index.d.mts +0 -29
- package/dist/components/date-picker/index.mjs +0 -5
- package/dist/components/date-picker/modules/anatomy.d.mts +0 -56
- package/dist/components/date-picker/modules/anatomy.mjs +0 -57
- package/dist/components/date-picker/modules/provider.d.mts +0 -8
- package/dist/components/date-picker/modules/provider.mjs +0 -15
- package/dist/components/date-picker/modules/root-context.mjs +0 -8
- package/dist/components/date-picker/modules/table-cell-context.mjs +0 -8
- package/dist/components/date-picker/modules/view-context.mjs +0 -8
- package/dist/components/dialog/anatomy/backdrop.d.mts +0 -10
- package/dist/components/dialog/anatomy/backdrop.mjs +0 -17
- package/dist/components/dialog/anatomy/close-trigger.d.mts +0 -10
- package/dist/components/dialog/anatomy/close-trigger.mjs +0 -20
- package/dist/components/dialog/anatomy/content.d.mts +0 -10
- package/dist/components/dialog/anatomy/content.mjs +0 -20
- package/dist/components/dialog/anatomy/description.d.mts +0 -10
- package/dist/components/dialog/anatomy/description.mjs +0 -20
- package/dist/components/dialog/anatomy/positioner.d.mts +0 -10
- package/dist/components/dialog/anatomy/positioner.mjs +0 -20
- package/dist/components/dialog/anatomy/root-context.d.mts +0 -11
- package/dist/components/dialog/anatomy/root-context.mjs +0 -13
- package/dist/components/dialog/anatomy/root-provider.d.mts +0 -12
- package/dist/components/dialog/anatomy/root-provider.mjs +0 -15
- package/dist/components/dialog/anatomy/root.d.mts +0 -10
- package/dist/components/dialog/anatomy/root.mjs +0 -20
- package/dist/components/dialog/anatomy/title.d.mts +0 -10
- package/dist/components/dialog/anatomy/title.mjs +0 -20
- package/dist/components/dialog/anatomy/trigger.d.mts +0 -10
- package/dist/components/dialog/anatomy/trigger.mjs +0 -20
- package/dist/components/dialog/index.d.mts +0 -12
- package/dist/components/dialog/modules/anatomy.d.mts +0 -26
- package/dist/components/dialog/modules/anatomy.mjs +0 -27
- package/dist/components/dialog/modules/provider.d.mts +0 -8
- package/dist/components/dialog/modules/provider.mjs +0 -15
- package/dist/components/dialog/modules/root-context.mjs +0 -8
- package/dist/components/file-upload/anatomy/dropzone.d.mts +0 -10
- package/dist/components/file-upload/anatomy/dropzone.mjs +0 -20
- package/dist/components/file-upload/anatomy/hidden-input.d.mts +0 -10
- package/dist/components/file-upload/anatomy/hidden-input.mjs +0 -17
- package/dist/components/file-upload/anatomy/item-delete-trigger.d.mts +0 -10
- package/dist/components/file-upload/anatomy/item-delete-trigger.mjs +0 -22
- package/dist/components/file-upload/anatomy/item-group.d.mts +0 -10
- package/dist/components/file-upload/anatomy/item-group.mjs +0 -20
- package/dist/components/file-upload/anatomy/item-name.d.mts +0 -10
- package/dist/components/file-upload/anatomy/item-name.mjs +0 -22
- package/dist/components/file-upload/anatomy/item-size-text.d.mts +0 -10
- package/dist/components/file-upload/anatomy/item-size-text.mjs +0 -22
- package/dist/components/file-upload/anatomy/item.d.mts +0 -11
- package/dist/components/file-upload/anatomy/item.mjs +0 -26
- package/dist/components/file-upload/anatomy/label.d.mts +0 -10
- package/dist/components/file-upload/anatomy/label.mjs +0 -20
- package/dist/components/file-upload/anatomy/root-context.d.mts +0 -11
- package/dist/components/file-upload/anatomy/root-context.mjs +0 -13
- package/dist/components/file-upload/anatomy/root-provider.d.mts +0 -13
- package/dist/components/file-upload/anatomy/root-provider.mjs +0 -21
- package/dist/components/file-upload/anatomy/root.d.mts +0 -11
- package/dist/components/file-upload/anatomy/root.mjs +0 -25
- package/dist/components/file-upload/anatomy/trigger.d.mts +0 -10
- package/dist/components/file-upload/anatomy/trigger.mjs +0 -20
- package/dist/components/file-upload/index.d.mts +0 -14
- package/dist/components/file-upload/modules/anatomy.d.mts +0 -30
- package/dist/components/file-upload/modules/anatomy.mjs +0 -31
- package/dist/components/file-upload/modules/item-context.mjs +0 -8
- package/dist/components/file-upload/modules/provider.d.mts +0 -8
- package/dist/components/file-upload/modules/provider.mjs +0 -15
- package/dist/components/file-upload/modules/root-context.mjs +0 -8
- package/dist/components/listbox/anatomy/content.d.mts +0 -10
- package/dist/components/listbox/anatomy/content.mjs +0 -20
- package/dist/components/listbox/anatomy/input.d.mts +0 -10
- package/dist/components/listbox/anatomy/input.mjs +0 -17
- package/dist/components/listbox/anatomy/item-group-label.d.mts +0 -11
- package/dist/components/listbox/anatomy/item-group-label.mjs +0 -26
- package/dist/components/listbox/anatomy/item-group.d.mts +0 -11
- package/dist/components/listbox/anatomy/item-group.mjs +0 -29
- package/dist/components/listbox/anatomy/item-indicator.d.mts +0 -10
- package/dist/components/listbox/anatomy/item-indicator.mjs +0 -23
- package/dist/components/listbox/anatomy/item-text.d.mts +0 -10
- package/dist/components/listbox/anatomy/item-text.mjs +0 -22
- package/dist/components/listbox/anatomy/item.d.mts +0 -11
- package/dist/components/listbox/anatomy/item.mjs +0 -26
- package/dist/components/listbox/anatomy/label.d.mts +0 -10
- package/dist/components/listbox/anatomy/label.mjs +0 -20
- package/dist/components/listbox/anatomy/root-context.d.mts +0 -11
- package/dist/components/listbox/anatomy/root-context.mjs +0 -13
- package/dist/components/listbox/anatomy/root-provider.d.mts +0 -13
- package/dist/components/listbox/anatomy/root-provider.mjs +0 -21
- package/dist/components/listbox/anatomy/root.d.mts +0 -11
- package/dist/components/listbox/anatomy/root.mjs +0 -25
- package/dist/components/listbox/index.d.mts +0 -13
- package/dist/components/listbox/modules/anatomy.d.mts +0 -28
- package/dist/components/listbox/modules/anatomy.mjs +0 -29
- package/dist/components/listbox/modules/item-context.mjs +0 -8
- package/dist/components/listbox/modules/item-group-context.mjs +0 -8
- package/dist/components/listbox/modules/provider.d.mts +0 -8
- package/dist/components/listbox/modules/provider.mjs +0 -15
- package/dist/components/listbox/modules/root-context.mjs +0 -8
- package/dist/components/navigation/anatomy/content.d.mts +0 -10
- package/dist/components/navigation/anatomy/content.mjs +0 -23
- package/dist/components/navigation/anatomy/footer.d.mts +0 -10
- package/dist/components/navigation/anatomy/footer.mjs +0 -23
- package/dist/components/navigation/anatomy/group.d.mts +0 -10
- package/dist/components/navigation/anatomy/group.mjs +0 -23
- package/dist/components/navigation/anatomy/header.d.mts +0 -10
- package/dist/components/navigation/anatomy/header.mjs +0 -23
- package/dist/components/navigation/anatomy/label.d.mts +0 -10
- package/dist/components/navigation/anatomy/label.mjs +0 -23
- package/dist/components/navigation/anatomy/menu.d.mts +0 -10
- package/dist/components/navigation/anatomy/menu.mjs +0 -23
- package/dist/components/navigation/anatomy/root.d.mts +0 -17
- package/dist/components/navigation/anatomy/root.mjs +0 -24
- package/dist/components/navigation/index.d.mts +0 -8
- package/dist/components/navigation/modules/anatomy.d.mts +0 -20
- package/dist/components/navigation/modules/anatomy.mjs +0 -21
- package/dist/components/navigation/modules/root-context.mjs +0 -8
- package/dist/components/pagination/anatomy/ellipsis.d.mts +0 -11
- package/dist/components/pagination/anatomy/ellipsis.mjs +0 -22
- package/dist/components/pagination/anatomy/first-trigger.d.mts +0 -10
- package/dist/components/pagination/anatomy/first-trigger.mjs +0 -23
- package/dist/components/pagination/anatomy/item.d.mts +0 -11
- package/dist/components/pagination/anatomy/item.mjs +0 -22
- package/dist/components/pagination/anatomy/last-trigger.d.mts +0 -10
- package/dist/components/pagination/anatomy/last-trigger.mjs +0 -23
- package/dist/components/pagination/anatomy/next-trigger.d.mts +0 -10
- package/dist/components/pagination/anatomy/next-trigger.mjs +0 -20
- package/dist/components/pagination/anatomy/prev-trigger.d.mts +0 -10
- package/dist/components/pagination/anatomy/prev-trigger.mjs +0 -20
- package/dist/components/pagination/anatomy/root-context.d.mts +0 -11
- package/dist/components/pagination/anatomy/root-context.mjs +0 -13
- package/dist/components/pagination/anatomy/root-provider.d.mts +0 -13
- package/dist/components/pagination/anatomy/root-provider.mjs +0 -21
- package/dist/components/pagination/anatomy/root.d.mts +0 -11
- package/dist/components/pagination/anatomy/root.mjs +0 -25
- package/dist/components/pagination/index.d.mts +0 -11
- package/dist/components/pagination/modules/anatomy.d.mts +0 -24
- package/dist/components/pagination/modules/anatomy.mjs +0 -25
- package/dist/components/pagination/modules/provider.d.mts +0 -8
- package/dist/components/pagination/modules/provider.mjs +0 -15
- package/dist/components/pagination/modules/root-context.mjs +0 -8
- package/dist/components/popover/anatomy/arrow-tip.d.mts +0 -10
- package/dist/components/popover/anatomy/arrow-tip.mjs +0 -20
- package/dist/components/popover/anatomy/arrow.d.mts +0 -10
- package/dist/components/popover/anatomy/arrow.mjs +0 -20
- package/dist/components/popover/anatomy/close-trigger.d.mts +0 -10
- package/dist/components/popover/anatomy/close-trigger.mjs +0 -20
- package/dist/components/popover/anatomy/content.d.mts +0 -10
- package/dist/components/popover/anatomy/content.mjs +0 -20
- package/dist/components/popover/anatomy/description.d.mts +0 -10
- package/dist/components/popover/anatomy/description.mjs +0 -20
- package/dist/components/popover/anatomy/positioner.d.mts +0 -10
- package/dist/components/popover/anatomy/positioner.mjs +0 -20
- package/dist/components/popover/anatomy/root-context.d.mts +0 -11
- package/dist/components/popover/anatomy/root-context.mjs +0 -13
- package/dist/components/popover/anatomy/root-provider.d.mts +0 -12
- package/dist/components/popover/anatomy/root-provider.mjs +0 -15
- package/dist/components/popover/anatomy/root.d.mts +0 -10
- package/dist/components/popover/anatomy/root.mjs +0 -20
- package/dist/components/popover/anatomy/title.d.mts +0 -10
- package/dist/components/popover/anatomy/title.mjs +0 -20
- package/dist/components/popover/anatomy/trigger.d.mts +0 -11
- package/dist/components/popover/anatomy/trigger.mjs +0 -20
- package/dist/components/popover/index.d.mts +0 -13
- package/dist/components/popover/modules/anatomy.d.mts +0 -28
- package/dist/components/popover/modules/anatomy.mjs +0 -29
- package/dist/components/popover/modules/provider.d.mts +0 -8
- package/dist/components/popover/modules/provider.mjs +0 -15
- package/dist/components/popover/modules/root-context.mjs +0 -8
- package/dist/components/portal/anatomy/root.d.mts +0 -22
- package/dist/components/portal/anatomy/root.mjs +0 -14
- package/dist/components/portal/index.d.mts +0 -2
- package/dist/components/portal/modules/anatomy.d.mts +0 -7
- package/dist/components/portal/modules/anatomy.mjs +0 -8
- package/dist/components/progress/anatomy/circle-range.d.mts +0 -10
- package/dist/components/progress/anatomy/circle-range.mjs +0 -20
- package/dist/components/progress/anatomy/circle-track.d.mts +0 -10
- package/dist/components/progress/anatomy/circle-track.mjs +0 -17
- package/dist/components/progress/anatomy/circle.d.mts +0 -10
- package/dist/components/progress/anatomy/circle.mjs +0 -26
- package/dist/components/progress/anatomy/label.d.mts +0 -10
- package/dist/components/progress/anatomy/label.mjs +0 -20
- package/dist/components/progress/anatomy/range.d.mts +0 -10
- package/dist/components/progress/anatomy/range.mjs +0 -17
- package/dist/components/progress/anatomy/root-context.d.mts +0 -11
- package/dist/components/progress/anatomy/root-context.mjs +0 -13
- package/dist/components/progress/anatomy/root-provider.d.mts +0 -13
- package/dist/components/progress/anatomy/root-provider.mjs +0 -21
- package/dist/components/progress/anatomy/root.d.mts +0 -11
- package/dist/components/progress/anatomy/root.mjs +0 -25
- package/dist/components/progress/anatomy/track.d.mts +0 -10
- package/dist/components/progress/anatomy/track.mjs +0 -20
- package/dist/components/progress/anatomy/value-text.d.mts +0 -10
- package/dist/components/progress/anatomy/value-text.mjs +0 -20
- package/dist/components/progress/index.d.mts +0 -12
- package/dist/components/progress/modules/anatomy.d.mts +0 -26
- package/dist/components/progress/modules/anatomy.mjs +0 -27
- package/dist/components/progress/modules/provider.d.mts +0 -8
- package/dist/components/progress/modules/provider.mjs +0 -15
- package/dist/components/progress/modules/root-context.mjs +0 -8
- package/dist/components/rating-group/anatomy/control.d.mts +0 -10
- package/dist/components/rating-group/anatomy/control.mjs +0 -20
- package/dist/components/rating-group/anatomy/hidden-input.d.mts +0 -10
- package/dist/components/rating-group/anatomy/hidden-input.mjs +0 -17
- package/dist/components/rating-group/anatomy/item.d.mts +0 -31
- package/dist/components/rating-group/anatomy/item.mjs +0 -26
- package/dist/components/rating-group/anatomy/label.d.mts +0 -10
- package/dist/components/rating-group/anatomy/label.mjs +0 -20
- package/dist/components/rating-group/anatomy/root-context.d.mts +0 -11
- package/dist/components/rating-group/anatomy/root-context.mjs +0 -13
- package/dist/components/rating-group/anatomy/root-provider.d.mts +0 -13
- package/dist/components/rating-group/anatomy/root-provider.mjs +0 -21
- package/dist/components/rating-group/anatomy/root.d.mts +0 -11
- package/dist/components/rating-group/anatomy/root.mjs +0 -25
- package/dist/components/rating-group/index.d.mts +0 -9
- package/dist/components/rating-group/modules/anatomy.d.mts +0 -20
- package/dist/components/rating-group/modules/anatomy.mjs +0 -21
- package/dist/components/rating-group/modules/provider.d.mts +0 -8
- package/dist/components/rating-group/modules/provider.mjs +0 -15
- package/dist/components/rating-group/modules/root-context.mjs +0 -8
- package/dist/components/segmented-control/anatomy/control.d.mts +0 -10
- package/dist/components/segmented-control/anatomy/control.mjs +0 -17
- package/dist/components/segmented-control/anatomy/indicator.d.mts +0 -10
- package/dist/components/segmented-control/anatomy/indicator.mjs +0 -17
- package/dist/components/segmented-control/anatomy/item-hidden-input.d.mts +0 -10
- package/dist/components/segmented-control/anatomy/item-hidden-input.mjs +0 -19
- package/dist/components/segmented-control/anatomy/item-text.d.mts +0 -10
- package/dist/components/segmented-control/anatomy/item-text.mjs +0 -22
- package/dist/components/segmented-control/anatomy/item.d.mts +0 -11
- package/dist/components/segmented-control/anatomy/item.mjs +0 -26
- package/dist/components/segmented-control/anatomy/label.d.mts +0 -10
- package/dist/components/segmented-control/anatomy/label.mjs +0 -20
- package/dist/components/segmented-control/anatomy/root-context.d.mts +0 -11
- package/dist/components/segmented-control/anatomy/root-context.mjs +0 -13
- package/dist/components/segmented-control/anatomy/root-provider.d.mts +0 -13
- package/dist/components/segmented-control/anatomy/root-provider.mjs +0 -21
- package/dist/components/segmented-control/anatomy/root.d.mts +0 -11
- package/dist/components/segmented-control/anatomy/root.mjs +0 -25
- package/dist/components/segmented-control/index.d.mts +0 -11
- package/dist/components/segmented-control/modules/anatomy.d.mts +0 -24
- package/dist/components/segmented-control/modules/anatomy.mjs +0 -25
- package/dist/components/segmented-control/modules/item-context.mjs +0 -8
- package/dist/components/segmented-control/modules/provider.d.mts +0 -8
- package/dist/components/segmented-control/modules/provider.mjs +0 -16
- package/dist/components/segmented-control/modules/root-context.mjs +0 -8
- package/dist/components/slider/anatomy/control.d.mts +0 -10
- package/dist/components/slider/anatomy/control.mjs +0 -20
- package/dist/components/slider/anatomy/hidden-input.d.mts +0 -10
- package/dist/components/slider/anatomy/hidden-input.mjs +0 -19
- package/dist/components/slider/anatomy/label.d.mts +0 -10
- package/dist/components/slider/anatomy/label.mjs +0 -20
- package/dist/components/slider/anatomy/marker-group.d.mts +0 -10
- package/dist/components/slider/anatomy/marker-group.mjs +0 -20
- package/dist/components/slider/anatomy/marker.d.mts +0 -11
- package/dist/components/slider/anatomy/marker.mjs +0 -20
- package/dist/components/slider/anatomy/range.d.mts +0 -10
- package/dist/components/slider/anatomy/range.mjs +0 -20
- package/dist/components/slider/anatomy/root-context.d.mts +0 -11
- package/dist/components/slider/anatomy/root-context.mjs +0 -13
- package/dist/components/slider/anatomy/root-provider.d.mts +0 -13
- package/dist/components/slider/anatomy/root-provider.mjs +0 -21
- package/dist/components/slider/anatomy/root.d.mts +0 -11
- package/dist/components/slider/anatomy/root.mjs +0 -25
- package/dist/components/slider/anatomy/thumb.d.mts +0 -11
- package/dist/components/slider/anatomy/thumb.mjs +0 -26
- package/dist/components/slider/anatomy/track.d.mts +0 -10
- package/dist/components/slider/anatomy/track.mjs +0 -20
- package/dist/components/slider/anatomy/value-text.d.mts +0 -10
- package/dist/components/slider/anatomy/value-text.mjs +0 -20
- package/dist/components/slider/index.d.mts +0 -14
- package/dist/components/slider/modules/anatomy.d.mts +0 -30
- package/dist/components/slider/modules/anatomy.mjs +0 -31
- package/dist/components/slider/modules/provider.d.mts +0 -8
- package/dist/components/slider/modules/provider.mjs +0 -15
- package/dist/components/slider/modules/root-context.mjs +0 -8
- package/dist/components/slider/modules/thumb-context.mjs +0 -8
- package/dist/components/switch/anatomy/control.d.mts +0 -10
- package/dist/components/switch/anatomy/control.mjs +0 -20
- package/dist/components/switch/anatomy/hidden-input.d.mts +0 -10
- package/dist/components/switch/anatomy/hidden-input.mjs +0 -17
- package/dist/components/switch/anatomy/label.d.mts +0 -10
- package/dist/components/switch/anatomy/label.mjs +0 -20
- package/dist/components/switch/anatomy/root-context.d.mts +0 -11
- package/dist/components/switch/anatomy/root-context.mjs +0 -13
- package/dist/components/switch/anatomy/root-provider.d.mts +0 -13
- package/dist/components/switch/anatomy/root-provider.mjs +0 -21
- package/dist/components/switch/anatomy/root.d.mts +0 -11
- package/dist/components/switch/anatomy/root.mjs +0 -25
- package/dist/components/switch/anatomy/thumb.d.mts +0 -10
- package/dist/components/switch/anatomy/thumb.mjs +0 -20
- package/dist/components/switch/index.d.mts +0 -9
- package/dist/components/switch/modules/anatomy.d.mts +0 -20
- package/dist/components/switch/modules/anatomy.mjs +0 -21
- package/dist/components/switch/modules/provider.d.mts +0 -8
- package/dist/components/switch/modules/provider.mjs +0 -15
- package/dist/components/switch/modules/root-context.mjs +0 -8
- package/dist/components/tabs/anatomy/content.d.mts +0 -11
- package/dist/components/tabs/anatomy/content.mjs +0 -22
- package/dist/components/tabs/anatomy/indicator.d.mts +0 -10
- package/dist/components/tabs/anatomy/indicator.mjs +0 -17
- package/dist/components/tabs/anatomy/list.d.mts +0 -10
- package/dist/components/tabs/anatomy/list.mjs +0 -20
- package/dist/components/tabs/anatomy/root-context.d.mts +0 -11
- package/dist/components/tabs/anatomy/root-context.mjs +0 -13
- package/dist/components/tabs/anatomy/root-provider.d.mts +0 -13
- package/dist/components/tabs/anatomy/root-provider.mjs +0 -21
- package/dist/components/tabs/anatomy/root.d.mts +0 -11
- package/dist/components/tabs/anatomy/root.mjs +0 -25
- package/dist/components/tabs/anatomy/trigger.d.mts +0 -11
- package/dist/components/tabs/anatomy/trigger.mjs +0 -22
- package/dist/components/tabs/index.d.mts +0 -9
- package/dist/components/tabs/modules/anatomy.d.mts +0 -20
- package/dist/components/tabs/modules/anatomy.mjs +0 -21
- package/dist/components/tabs/modules/provider.d.mts +0 -8
- package/dist/components/tabs/modules/provider.mjs +0 -15
- package/dist/components/tabs/modules/root-context.mjs +0 -8
- package/dist/components/tags-input/anatomy/clear-trigger.d.mts +0 -10
- package/dist/components/tags-input/anatomy/clear-trigger.mjs +0 -20
- package/dist/components/tags-input/anatomy/control.d.mts +0 -10
- package/dist/components/tags-input/anatomy/control.mjs +0 -20
- package/dist/components/tags-input/anatomy/hidden-input.d.mts +0 -10
- package/dist/components/tags-input/anatomy/hidden-input.mjs +0 -17
- package/dist/components/tags-input/anatomy/input.d.mts +0 -10
- package/dist/components/tags-input/anatomy/input.mjs +0 -17
- package/dist/components/tags-input/anatomy/item-delete-trigger.d.mts +0 -10
- package/dist/components/tags-input/anatomy/item-delete-trigger.mjs +0 -22
- package/dist/components/tags-input/anatomy/item-input.d.mts +0 -10
- package/dist/components/tags-input/anatomy/item-input.mjs +0 -19
- package/dist/components/tags-input/anatomy/item-preview.d.mts +0 -10
- package/dist/components/tags-input/anatomy/item-preview.mjs +0 -22
- package/dist/components/tags-input/anatomy/item-text.d.mts +0 -10
- package/dist/components/tags-input/anatomy/item-text.mjs +0 -22
- package/dist/components/tags-input/anatomy/item.d.mts +0 -11
- package/dist/components/tags-input/anatomy/item.mjs +0 -26
- package/dist/components/tags-input/anatomy/label.d.mts +0 -10
- package/dist/components/tags-input/anatomy/label.mjs +0 -20
- package/dist/components/tags-input/anatomy/root-context.d.mts +0 -11
- package/dist/components/tags-input/anatomy/root-context.mjs +0 -13
- package/dist/components/tags-input/anatomy/root-provider.d.mts +0 -13
- package/dist/components/tags-input/anatomy/root-provider.mjs +0 -21
- package/dist/components/tags-input/anatomy/root.d.mts +0 -11
- package/dist/components/tags-input/anatomy/root.mjs +0 -25
- package/dist/components/tags-input/index.d.mts +0 -15
- package/dist/components/tags-input/modules/anatomy.d.mts +0 -32
- package/dist/components/tags-input/modules/anatomy.mjs +0 -33
- package/dist/components/tags-input/modules/item-context.mjs +0 -8
- package/dist/components/tags-input/modules/provider.d.mts +0 -8
- package/dist/components/tags-input/modules/provider.mjs +0 -15
- package/dist/components/tags-input/modules/root-context.mjs +0 -8
- package/dist/components/toast/anatomy/action-trigger.d.mts +0 -10
- package/dist/components/toast/anatomy/action-trigger.mjs +0 -20
- package/dist/components/toast/anatomy/close-trigger.d.mts +0 -10
- package/dist/components/toast/anatomy/close-trigger.mjs +0 -21
- package/dist/components/toast/anatomy/description.d.mts +0 -10
- package/dist/components/toast/anatomy/description.mjs +0 -20
- package/dist/components/toast/anatomy/group.d.mts +0 -15
- package/dist/components/toast/anatomy/group.mjs +0 -28
- package/dist/components/toast/anatomy/message.d.mts +0 -10
- package/dist/components/toast/anatomy/message.mjs +0 -17
- package/dist/components/toast/anatomy/root-context.d.mts +0 -12
- package/dist/components/toast/anatomy/root-context.mjs +0 -13
- package/dist/components/toast/anatomy/root.d.mts +0 -13
- package/dist/components/toast/anatomy/root.mjs +0 -56
- package/dist/components/toast/anatomy/title.d.mts +0 -10
- package/dist/components/toast/anatomy/title.mjs +0 -20
- package/dist/components/toast/index.d.mts +0 -11
- package/dist/components/toast/index.mjs +0 -4
- package/dist/components/toast/modules/anatomy.d.mts +0 -22
- package/dist/components/toast/modules/anatomy.mjs +0 -23
- package/dist/components/toast/modules/group-context.mjs +0 -8
- package/dist/components/toast/modules/root-context.mjs +0 -8
- package/dist/components/toggle-group/anatomy/item.d.mts +0 -11
- package/dist/components/toggle-group/anatomy/item.mjs +0 -22
- package/dist/components/toggle-group/anatomy/root-context.d.mts +0 -11
- package/dist/components/toggle-group/anatomy/root-context.mjs +0 -13
- package/dist/components/toggle-group/anatomy/root-provider.d.mts +0 -13
- package/dist/components/toggle-group/anatomy/root-provider.mjs +0 -21
- package/dist/components/toggle-group/anatomy/root.d.mts +0 -11
- package/dist/components/toggle-group/anatomy/root.mjs +0 -25
- package/dist/components/toggle-group/index.d.mts +0 -6
- package/dist/components/toggle-group/modules/anatomy.d.mts +0 -14
- package/dist/components/toggle-group/modules/anatomy.mjs +0 -15
- package/dist/components/toggle-group/modules/provider.d.mts +0 -8
- package/dist/components/toggle-group/modules/provider.mjs +0 -15
- package/dist/components/toggle-group/modules/root-context.mjs +0 -8
- package/dist/components/tooltip/anatomy/arrow-tip.d.mts +0 -10
- package/dist/components/tooltip/anatomy/arrow-tip.mjs +0 -20
- package/dist/components/tooltip/anatomy/arrow.d.mts +0 -10
- package/dist/components/tooltip/anatomy/arrow.mjs +0 -20
- package/dist/components/tooltip/anatomy/content.d.mts +0 -10
- package/dist/components/tooltip/anatomy/content.mjs +0 -20
- package/dist/components/tooltip/anatomy/positioner.d.mts +0 -10
- package/dist/components/tooltip/anatomy/positioner.mjs +0 -20
- package/dist/components/tooltip/anatomy/root-context.d.mts +0 -11
- package/dist/components/tooltip/anatomy/root-context.mjs +0 -13
- package/dist/components/tooltip/anatomy/root-provider.d.mts +0 -12
- package/dist/components/tooltip/anatomy/root-provider.mjs +0 -15
- package/dist/components/tooltip/anatomy/root.d.mts +0 -10
- package/dist/components/tooltip/anatomy/root.mjs +0 -19
- package/dist/components/tooltip/anatomy/trigger.d.mts +0 -10
- package/dist/components/tooltip/anatomy/trigger.mjs +0 -20
- package/dist/components/tooltip/index.d.mts +0 -10
- package/dist/components/tooltip/modules/anatomy.d.mts +0 -22
- package/dist/components/tooltip/modules/anatomy.mjs +0 -23
- package/dist/components/tooltip/modules/provider.d.mts +0 -8
- package/dist/components/tooltip/modules/provider.mjs +0 -15
- package/dist/components/tooltip/modules/root-context.mjs +0 -8
- package/dist/components/tree-view/anatomy/branch-content.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch-content.mjs +0 -22
- package/dist/components/tree-view/anatomy/branch-control.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch-control.mjs +0 -22
- package/dist/components/tree-view/anatomy/branch-indent-guide.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch-indent-guide.mjs +0 -22
- package/dist/components/tree-view/anatomy/branch-indicator.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch-indicator.mjs +0 -23
- package/dist/components/tree-view/anatomy/branch-text.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch-text.mjs +0 -22
- package/dist/components/tree-view/anatomy/branch.d.mts +0 -10
- package/dist/components/tree-view/anatomy/branch.mjs +0 -22
- package/dist/components/tree-view/anatomy/item.d.mts +0 -10
- package/dist/components/tree-view/anatomy/item.mjs +0 -22
- package/dist/components/tree-view/anatomy/label.d.mts +0 -17
- package/dist/components/tree-view/anatomy/label.mjs +0 -21
- package/dist/components/tree-view/anatomy/node-context.d.mts +0 -11
- package/dist/components/tree-view/anatomy/node-context.mjs +0 -13
- package/dist/components/tree-view/anatomy/node-provider.d.mts +0 -12
- package/dist/components/tree-view/anatomy/node-provider.mjs +0 -15
- package/dist/components/tree-view/anatomy/root-context.d.mts +0 -11
- package/dist/components/tree-view/anatomy/root-context.mjs +0 -13
- package/dist/components/tree-view/anatomy/root-provider.d.mts +0 -13
- package/dist/components/tree-view/anatomy/root-provider.mjs +0 -21
- package/dist/components/tree-view/anatomy/root.d.mts +0 -11
- package/dist/components/tree-view/anatomy/root.mjs +0 -25
- package/dist/components/tree-view/anatomy/tree.d.mts +0 -10
- package/dist/components/tree-view/anatomy/tree.mjs +0 -20
- package/dist/components/tree-view/index.d.mts +0 -18
- package/dist/components/tree-view/index.mjs +0 -5
- package/dist/components/tree-view/modules/anatomy.d.mts +0 -34
- package/dist/components/tree-view/modules/anatomy.mjs +0 -35
- package/dist/components/tree-view/modules/node-context.mjs +0 -8
- package/dist/components/tree-view/modules/provider.d.mts +0 -8
- package/dist/components/tree-view/modules/provider.mjs +0 -15
- package/dist/components/tree-view/modules/root-context.mjs +0 -8
- package/dist/hooks/use-list-collection.d.mts +0 -7
- package/dist/hooks/use-list-collection.mjs +0 -10
- package/dist/internal/components/calendar.mjs +0 -36
- package/dist/internal/components/check.mjs +0 -25
- package/dist/internal/components/chevron-down.mjs +0 -25
- package/dist/internal/components/chevron-left.mjs +0 -25
- package/dist/internal/components/chevron-right.mjs +0 -25
- package/dist/internal/components/star-empty.mjs +0 -27
- package/dist/internal/components/star-full.mjs +0 -25
- package/dist/internal/components/star-half.mjs +0 -41
- package/dist/internal/components/x.mjs +0 -25
- package/dist/internal/create-context.mjs +0 -10
- package/dist/internal/html-attributes.d.mts +0 -9
- package/dist/internal/props-with-element.d.mts +0 -13
- package/dist/internal/union.d.mts +0 -5
package/dist/index.d.mts
CHANGED
|
@@ -1,292 +1,1529 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import "
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import "
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import "
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
1
|
+
import * as react0 from "react";
|
|
2
|
+
import { ComponentProps, JSX, PropsWithChildren, ReactNode } from "react";
|
|
3
|
+
import { Api, ItemProps, Props } from "@zag-js/accordion";
|
|
4
|
+
import { PropTypes } from "@zag-js/react";
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
|
+
import { Api as Api$1, Props as Props$1 } from "@zag-js/avatar";
|
|
7
|
+
import { Api as Api$2, Props as Props$2 } from "@zag-js/collapsible";
|
|
8
|
+
import { Api as Api$3, ItemGroupLabelProps, ItemGroupProps, ItemProps as ItemProps$1, Props as Props$3 } from "@zag-js/combobox";
|
|
9
|
+
import { Api as Api$4, DateValue, DayTableCellProps, InputProps, PresetTriggerProps, Props as Props$4, TableCellProps, ViewProps, parse as parseDate } from "@zag-js/date-picker";
|
|
10
|
+
import { Api as Api$5, Props as Props$5 } from "@zag-js/dialog";
|
|
11
|
+
import { Api as Api$6, ItemProps as ItemProps$2, Props as Props$6 } from "@zag-js/file-upload";
|
|
12
|
+
import { Api as Api$7, ItemGroupLabelProps as ItemGroupLabelProps$1, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$3, Props as Props$7 } from "@zag-js/listbox";
|
|
13
|
+
import { Api as Api$8, ItemGroupLabelProps as ItemGroupLabelProps$2, ItemGroupProps as ItemGroupProps$2, ItemProps as ItemProps$4, OptionItemProps, Props as Props$8, Service } from "@zag-js/menu";
|
|
14
|
+
import { Api as Api$9, EllipsisProps, ItemProps as ItemProps$5, Props as Props$9 } from "@zag-js/pagination";
|
|
15
|
+
import { Api as Api$10, Props as Props$10 } from "@zag-js/popover";
|
|
16
|
+
import { Api as Api$11, Props as Props$11 } from "@zag-js/progress";
|
|
17
|
+
import { Api as Api$12, ItemProps as ItemProps$6, Props as Props$12 } from "@zag-js/rating-group";
|
|
18
|
+
import { Api as Api$13, ItemProps as ItemProps$7, Props as Props$13 } from "@zag-js/radio-group";
|
|
19
|
+
import { Api as Api$14, MarkerProps, Props as Props$14, ThumbProps } from "@zag-js/slider";
|
|
20
|
+
import { Api as Api$15, Props as Props$15 } from "@zag-js/switch";
|
|
21
|
+
import { Api as Api$16, ContentProps, Props as Props$16, TriggerProps } from "@zag-js/tabs";
|
|
22
|
+
import { Api as Api$17, ItemProps as ItemProps$8, Props as Props$17 } from "@zag-js/tags-input";
|
|
23
|
+
import { Api as Api$18, Options, Props as Props$18, Store, createStore as createToaster } from "@zag-js/toast";
|
|
24
|
+
import { Api as Api$19, ItemProps as ItemProps$9, Props as Props$19 } from "@zag-js/toggle-group";
|
|
25
|
+
import { Api as Api$20, Props as Props$20 } from "@zag-js/tooltip";
|
|
26
|
+
import { Api as Api$21, NodeProps, Props as Props$21, TreeNode, collection as createTreeViewCollection } from "@zag-js/tree-view";
|
|
27
|
+
import { CollectionItem, CollectionOptions, ListCollection } from "@zag-js/collection";
|
|
28
|
+
|
|
29
|
+
//#region src/internal/html-attributes.d.ts
|
|
30
|
+
type HTMLAttributes<T extends keyof JSX.IntrinsicElements, U extends keyof ComponentProps<T> = never> = Omit<ComponentProps<T>, U> & {
|
|
31
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
32
|
+
};
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/internal/props-with-element.d.ts
|
|
35
|
+
interface PropsWithElement<T extends keyof JSX.IntrinsicElements> {
|
|
36
|
+
/**
|
|
37
|
+
* Render the element yourself
|
|
38
|
+
*/
|
|
39
|
+
element?: (attributes: HTMLAttributes<T>) => JSX.Element;
|
|
40
|
+
}
|
|
41
|
+
//#endregion
|
|
42
|
+
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
43
|
+
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
44
|
+
declare function ItemContent(props: AccordionItemContentProps): react0.JSX.Element;
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
47
|
+
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
48
|
+
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): react0.JSX.Element;
|
|
49
|
+
//#endregion
|
|
50
|
+
//#region src/components/accordion/anatomy/item.d.ts
|
|
51
|
+
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
52
|
+
declare function Item$10(props: AccordionItemProps): react_jsx_runtime0.JSX.Element;
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region src/components/accordion/anatomy/root.d.ts
|
|
55
|
+
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
56
|
+
declare function Root$17(props: AccordionRootProps): react_jsx_runtime0.JSX.Element;
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/components/accordion/modules/provider.d.ts
|
|
59
|
+
declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/components/accordion/anatomy/root-context.d.ts
|
|
62
|
+
interface AccordionRootContextProps {
|
|
63
|
+
children: (accordion: ReturnType<typeof useAccordion>) => ReactNode;
|
|
64
|
+
}
|
|
65
|
+
declare function RootContext$21(props: AccordionRootContextProps): ReactNode;
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/components/accordion/anatomy/root-provider.d.ts
|
|
68
|
+
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
69
|
+
value: ReturnType<typeof useAccordion>;
|
|
70
|
+
}
|
|
71
|
+
declare function RootProvider$15(props: AccordionRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
74
|
+
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
75
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): react0.JSX.Element;
|
|
76
|
+
//#endregion
|
|
77
|
+
//#region src/components/accordion/modules/anatomy.d.ts
|
|
78
|
+
declare const Accordion: typeof Root$17 & {
|
|
79
|
+
Provider: typeof RootProvider$15;
|
|
80
|
+
Context: typeof RootContext$21;
|
|
81
|
+
Item: typeof Item$10;
|
|
82
|
+
ItemTrigger: typeof ItemTrigger;
|
|
83
|
+
ItemIndicator: typeof ItemIndicator$3;
|
|
84
|
+
ItemContent: typeof ItemContent;
|
|
85
|
+
};
|
|
86
|
+
//#endregion
|
|
87
|
+
//#region src/components/app-bar/anatomy/root.d.ts
|
|
88
|
+
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
89
|
+
declare function AppBarRoot(props: AppBarRootProps): react0.JSX.Element;
|
|
90
|
+
//#endregion
|
|
91
|
+
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
92
|
+
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
93
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): react0.JSX.Element;
|
|
94
|
+
//#endregion
|
|
95
|
+
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
96
|
+
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
97
|
+
declare function AppBarLead(props: AppBarLeadProps): react0.JSX.Element;
|
|
98
|
+
//#endregion
|
|
99
|
+
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
100
|
+
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
101
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): react0.JSX.Element;
|
|
102
|
+
//#endregion
|
|
103
|
+
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
104
|
+
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
105
|
+
declare function AppBarTrail(props: AppBarTrailProps): react0.JSX.Element;
|
|
106
|
+
//#endregion
|
|
107
|
+
//#region src/components/app-bar/modules/anatomy.d.ts
|
|
108
|
+
declare const AppBar: typeof AppBarRoot & {
|
|
109
|
+
Toolbar: typeof AppBarToolbar;
|
|
110
|
+
Lead: typeof AppBarLead;
|
|
111
|
+
Headline: typeof AppBarHeadline;
|
|
112
|
+
Trail: typeof AppBarTrail;
|
|
113
|
+
};
|
|
114
|
+
//#endregion
|
|
115
|
+
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
116
|
+
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
117
|
+
declare function Fallback(props: AvatarFallbackProps): react0.JSX.Element;
|
|
118
|
+
//#endregion
|
|
119
|
+
//#region src/components/avatar/anatomy/image.d.ts
|
|
120
|
+
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
121
|
+
declare function Image(props: AvatarImageProps): react0.JSX.Element;
|
|
122
|
+
//#endregion
|
|
123
|
+
//#region src/components/avatar/anatomy/root.d.ts
|
|
124
|
+
interface AvatarRootProps extends Omit<Props$1, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
125
|
+
declare function AvatarRoot(props: AvatarRootProps): react_jsx_runtime0.JSX.Element;
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/components/avatar/modules/provider.d.ts
|
|
128
|
+
declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
129
|
+
//#endregion
|
|
130
|
+
//#region src/components/avatar/anatomy/root-context.d.ts
|
|
131
|
+
interface AvatarRootContextProps {
|
|
132
|
+
children: (avatar: ReturnType<typeof useAvatar>) => ReactNode;
|
|
133
|
+
}
|
|
134
|
+
declare function RootContext$20(props: AvatarRootContextProps): ReactNode;
|
|
135
|
+
//#endregion
|
|
136
|
+
//#region src/components/avatar/anatomy/root-provider.d.ts
|
|
137
|
+
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
138
|
+
value: ReturnType<typeof useAvatar>;
|
|
139
|
+
}
|
|
140
|
+
declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
141
|
+
//#endregion
|
|
142
|
+
//#region src/components/avatar/modules/anatomy.d.ts
|
|
143
|
+
declare const Avatar: typeof AvatarRoot & {
|
|
144
|
+
Provider: typeof AvatarRootProvider;
|
|
145
|
+
Context: typeof RootContext$20;
|
|
146
|
+
Image: typeof Image;
|
|
147
|
+
Fallback: typeof Fallback;
|
|
148
|
+
};
|
|
149
|
+
//#endregion
|
|
150
|
+
//#region src/components/collapsible/anatomy/content.d.ts
|
|
151
|
+
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
152
|
+
declare function Content$8(props: CollapsibleContentProps): react0.JSX.Element;
|
|
153
|
+
//#endregion
|
|
154
|
+
//#region src/components/collapsible/anatomy/root.d.ts
|
|
155
|
+
interface CollapsibleRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
156
|
+
declare function CollapsibleRoot(props: CollapsibleRootProps): react_jsx_runtime0.JSX.Element;
|
|
157
|
+
//#endregion
|
|
158
|
+
//#region src/components/collapsible/modules/provider.d.ts
|
|
159
|
+
declare function useCollapsible(props?: Omit<Props$2, 'id'>): Api$2<PropTypes>;
|
|
160
|
+
//#endregion
|
|
161
|
+
//#region src/components/collapsible/anatomy/root-context.d.ts
|
|
162
|
+
interface CollapsibleRootContextProps {
|
|
163
|
+
children: (collapsible: ReturnType<typeof useCollapsible>) => ReactNode;
|
|
164
|
+
}
|
|
165
|
+
declare function RootContext$19(props: CollapsibleRootContextProps): ReactNode;
|
|
166
|
+
//#endregion
|
|
167
|
+
//#region src/components/collapsible/anatomy/root-provider.d.ts
|
|
168
|
+
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
169
|
+
value: ReturnType<typeof useCollapsible>;
|
|
170
|
+
}
|
|
171
|
+
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
172
|
+
//#endregion
|
|
173
|
+
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
174
|
+
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
175
|
+
declare function Trigger$8(props: CollapsibleTriggerProps): react0.JSX.Element;
|
|
176
|
+
//#endregion
|
|
177
|
+
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
178
|
+
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
179
|
+
declare function Indicator$3(props: CollapsibleIndicatorProps): react0.JSX.Element;
|
|
180
|
+
//#endregion
|
|
181
|
+
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
182
|
+
declare const Collapsible: typeof CollapsibleRoot & {
|
|
183
|
+
Provider: typeof CollapsibleRootProvider;
|
|
184
|
+
Context: typeof RootContext$19;
|
|
185
|
+
Trigger: typeof Trigger$8;
|
|
186
|
+
Indicator: typeof Indicator$3;
|
|
187
|
+
Content: typeof Content$8;
|
|
188
|
+
};
|
|
189
|
+
//#endregion
|
|
190
|
+
//#region src/components/combobox/anatomy/content.d.ts
|
|
191
|
+
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
192
|
+
declare function Content$7(props: ComboboxContentProps): react0.JSX.Element;
|
|
193
|
+
//#endregion
|
|
194
|
+
//#region src/components/combobox/anatomy/control.d.ts
|
|
195
|
+
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
196
|
+
declare function Control$6(props: ComboboxControlProps): react0.JSX.Element;
|
|
197
|
+
//#endregion
|
|
198
|
+
//#region src/components/combobox/anatomy/input.d.ts
|
|
199
|
+
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
200
|
+
declare function Input$3(props: ComboboxInputProps): react0.JSX.Element;
|
|
201
|
+
//#endregion
|
|
202
|
+
//#region src/components/combobox/anatomy/item.d.ts
|
|
203
|
+
interface ComboboxItemProps extends ItemProps$1, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
204
|
+
declare function Item$9(props: ComboboxItemProps): react_jsx_runtime0.JSX.Element;
|
|
205
|
+
//#endregion
|
|
206
|
+
//#region src/components/combobox/anatomy/item-group.d.ts
|
|
207
|
+
interface ComboboxItemGroupProps extends Omit<ItemGroupProps, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
208
|
+
declare function ItemGroup$3(props: ComboboxItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
209
|
+
//#endregion
|
|
210
|
+
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
211
|
+
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
212
|
+
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): react0.JSX.Element;
|
|
213
|
+
//#endregion
|
|
214
|
+
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
215
|
+
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
216
|
+
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): react0.JSX.Element;
|
|
217
|
+
//#endregion
|
|
218
|
+
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
219
|
+
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
220
|
+
declare function ItemText$4(props: ComboboxItemTextProps): react0.JSX.Element;
|
|
221
|
+
//#endregion
|
|
222
|
+
//#region src/components/combobox/anatomy/label.d.ts
|
|
223
|
+
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
224
|
+
declare function Label$10(props: ComboboxLabelProps): react0.JSX.Element;
|
|
225
|
+
//#endregion
|
|
226
|
+
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
227
|
+
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
228
|
+
declare function Positioner$5(props: ComboboxPositionerProps): react0.JSX.Element;
|
|
229
|
+
//#endregion
|
|
230
|
+
//#region src/components/combobox/anatomy/root.d.ts
|
|
231
|
+
interface ComboboxRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
232
|
+
declare function Root$16(props: ComboboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
233
|
+
//#endregion
|
|
234
|
+
//#region src/components/combobox/modules/provider.d.ts
|
|
235
|
+
declare function useCombobox(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
236
|
+
//#endregion
|
|
237
|
+
//#region src/components/combobox/anatomy/root-context.d.ts
|
|
238
|
+
interface ComboboxRootContextProps {
|
|
239
|
+
children: (combobox: ReturnType<typeof useCombobox>) => ReactNode;
|
|
240
|
+
}
|
|
241
|
+
declare function RootContext$18(props: ComboboxRootContextProps): ReactNode;
|
|
242
|
+
//#endregion
|
|
243
|
+
//#region src/components/combobox/anatomy/root-provider.d.ts
|
|
244
|
+
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
245
|
+
value: ReturnType<typeof useCombobox>;
|
|
246
|
+
}
|
|
247
|
+
declare function RootProvider$14(props: ComboboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
248
|
+
//#endregion
|
|
249
|
+
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
250
|
+
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
251
|
+
declare function Trigger$7(props: ComboboxTriggerProps): react0.JSX.Element;
|
|
252
|
+
//#endregion
|
|
253
|
+
//#region src/components/combobox/modules/anatomy.d.ts
|
|
254
|
+
declare const Combobox: typeof Root$16 & {
|
|
255
|
+
Provider: typeof RootProvider$14;
|
|
256
|
+
Context: typeof RootContext$18;
|
|
257
|
+
Label: typeof Label$10;
|
|
258
|
+
Control: typeof Control$6;
|
|
259
|
+
Input: typeof Input$3;
|
|
260
|
+
Trigger: typeof Trigger$7;
|
|
261
|
+
Positioner: typeof Positioner$5;
|
|
262
|
+
Content: typeof Content$7;
|
|
263
|
+
ItemGroup: typeof ItemGroup$3;
|
|
264
|
+
ItemGroupLabel: typeof ItemGroupLabel$2;
|
|
265
|
+
Item: typeof Item$9;
|
|
266
|
+
ItemText: typeof ItemText$4;
|
|
267
|
+
ItemIndicator: typeof ItemIndicator$2;
|
|
268
|
+
};
|
|
269
|
+
//#endregion
|
|
270
|
+
//#region src/components/date-picker/anatomy/content.d.ts
|
|
271
|
+
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
272
|
+
declare function Content$6(props: DatePickerContentProps): react0.JSX.Element;
|
|
273
|
+
//#endregion
|
|
274
|
+
//#region src/components/date-picker/anatomy/control.d.ts
|
|
275
|
+
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
276
|
+
declare function Control$5(props: DatePickerControlProps): react0.JSX.Element;
|
|
277
|
+
//#endregion
|
|
278
|
+
//#region src/components/date-picker/anatomy/input.d.ts
|
|
279
|
+
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
280
|
+
declare function Input$2(props: DatePickerInputProps): react0.JSX.Element;
|
|
281
|
+
//#endregion
|
|
282
|
+
//#region src/components/date-picker/anatomy/label.d.ts
|
|
283
|
+
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
284
|
+
declare function Label$9(props: DatePickerLabelProps): react0.JSX.Element;
|
|
285
|
+
//#endregion
|
|
286
|
+
//#region src/components/date-picker/anatomy/month-select.d.ts
|
|
287
|
+
interface DatePickerMonthSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
288
|
+
declare function MonthSelect(props: DatePickerMonthSelectProps): react0.JSX.Element;
|
|
289
|
+
//#endregion
|
|
290
|
+
//#region src/components/date-picker/anatomy/next-trigger.d.ts
|
|
291
|
+
interface DatePickerNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
292
|
+
declare function NextTrigger$1(props: DatePickerNextTriggerProps): react0.JSX.Element;
|
|
293
|
+
//#endregion
|
|
294
|
+
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
295
|
+
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
296
|
+
declare function Positioner$4(props: DatePickerPositionerProps): react0.JSX.Element;
|
|
297
|
+
//#endregion
|
|
298
|
+
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
299
|
+
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
300
|
+
declare function PresetTrigger(props: DatePickerPresetTriggerProps): react0.JSX.Element;
|
|
301
|
+
//#endregion
|
|
302
|
+
//#region src/components/date-picker/anatomy/prev-trigger.d.ts
|
|
303
|
+
interface DatePickerPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
304
|
+
declare function PrevTrigger$1(props: DatePickerPrevTriggerProps): react0.JSX.Element;
|
|
305
|
+
//#endregion
|
|
306
|
+
//#region src/components/date-picker/anatomy/range-text.d.ts
|
|
307
|
+
interface DatePickerRangeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
308
|
+
declare function RangeText(props: DatePickerRangeTextProps): react0.JSX.Element;
|
|
309
|
+
//#endregion
|
|
310
|
+
//#region src/components/date-picker/anatomy/root.d.ts
|
|
311
|
+
interface DatePickerRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
312
|
+
declare function Root$15(props: DatePickerRootProps): react_jsx_runtime0.JSX.Element;
|
|
313
|
+
//#endregion
|
|
314
|
+
//#region src/components/date-picker/modules/provider.d.ts
|
|
315
|
+
declare function useDatePicker(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
316
|
+
//#endregion
|
|
317
|
+
//#region src/components/date-picker/anatomy/root-context.d.ts
|
|
318
|
+
interface DatePickerRootContextProps {
|
|
319
|
+
children: (datePicker: ReturnType<typeof useDatePicker>) => ReactNode;
|
|
320
|
+
}
|
|
321
|
+
declare function RootContext$17(props: DatePickerRootContextProps): ReactNode;
|
|
322
|
+
//#endregion
|
|
323
|
+
//#region src/components/date-picker/anatomy/root-provider.d.ts
|
|
324
|
+
interface DatePickerRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
325
|
+
value: ReturnType<typeof useDatePicker>;
|
|
326
|
+
}
|
|
327
|
+
declare function RootProvider$13(props: DatePickerRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
328
|
+
//#endregion
|
|
329
|
+
//#region src/components/date-picker/anatomy/table.d.ts
|
|
330
|
+
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
331
|
+
declare function Table(props: DatePickerTableProps): react0.JSX.Element;
|
|
332
|
+
//#endregion
|
|
333
|
+
//#region src/components/date-picker/anatomy/table-body.d.ts
|
|
334
|
+
interface DatePickerTableBodyProps extends PropsWithElement<'tbody'>, HTMLAttributes<'tbody'> {}
|
|
335
|
+
declare function TableBody(props: DatePickerTableBodyProps): react0.JSX.Element;
|
|
336
|
+
//#endregion
|
|
337
|
+
//#region src/internal/union.d.ts
|
|
338
|
+
type Union<T, U> = { [K in keyof T]: K extends keyof U ? U[K] | T[K] : T[K] } & Omit<U, keyof T>;
|
|
339
|
+
//#endregion
|
|
340
|
+
//#region src/components/date-picker/anatomy/table-cell.d.ts
|
|
341
|
+
interface DatePickerTableCellProps extends Union<TableCellProps, DayTableCellProps>, PropsWithElement<'td'>, HTMLAttributes<'td'> {}
|
|
342
|
+
declare function TableCell(props: DatePickerTableCellProps): react_jsx_runtime0.JSX.Element;
|
|
343
|
+
//#endregion
|
|
344
|
+
//#region src/components/date-picker/anatomy/table-cell-trigger.d.ts
|
|
345
|
+
interface DatePickerTableCellTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
346
|
+
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): react0.JSX.Element;
|
|
347
|
+
//#endregion
|
|
348
|
+
//#region src/components/date-picker/anatomy/table-head.d.ts
|
|
349
|
+
interface DatePickerTableHeadProps extends PropsWithElement<'thead'>, HTMLAttributes<'thead'> {}
|
|
350
|
+
declare function TableHead(props: DatePickerTableHeadProps): react0.JSX.Element;
|
|
351
|
+
//#endregion
|
|
352
|
+
//#region src/components/date-picker/anatomy/table-header.d.ts
|
|
353
|
+
interface DatePickerTableHeaderProps extends PropsWithElement<'th'>, HTMLAttributes<'th'> {}
|
|
354
|
+
declare function TableHeader(props: DatePickerTableHeaderProps): react0.JSX.Element;
|
|
355
|
+
//#endregion
|
|
356
|
+
//#region src/components/date-picker/anatomy/table-row.d.ts
|
|
357
|
+
interface DatePickerTableRowProps extends PropsWithElement<'tr'>, HTMLAttributes<'tr'> {}
|
|
358
|
+
declare function TableRow(props: DatePickerTableRowProps): react0.JSX.Element;
|
|
359
|
+
//#endregion
|
|
360
|
+
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
361
|
+
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
362
|
+
declare function Trigger$6(props: DatePickerTriggerProps): react0.JSX.Element;
|
|
363
|
+
//#endregion
|
|
364
|
+
//#region src/components/date-picker/anatomy/view.d.ts
|
|
365
|
+
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
366
|
+
declare function View(props: DatePickerViewProps): react_jsx_runtime0.JSX.Element;
|
|
367
|
+
//#endregion
|
|
368
|
+
//#region src/components/date-picker/anatomy/view-control.d.ts
|
|
369
|
+
interface DatePickerViewControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
370
|
+
declare function ViewControl(props: DatePickerViewControlProps): react0.JSX.Element;
|
|
371
|
+
//#endregion
|
|
372
|
+
//#region src/components/date-picker/anatomy/view-trigger.d.ts
|
|
373
|
+
interface DatePickerViewTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
374
|
+
declare function ViewTrigger(props: DatePickerViewTriggerProps): react0.JSX.Element;
|
|
375
|
+
//#endregion
|
|
376
|
+
//#region src/components/date-picker/anatomy/year-select.d.ts
|
|
377
|
+
interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
378
|
+
declare function YearSelect(props: DatePickerYearSelectProps): react0.JSX.Element;
|
|
379
|
+
//#endregion
|
|
380
|
+
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
381
|
+
declare const DatePicker: typeof Root$15 & {
|
|
382
|
+
Provider: typeof RootProvider$13;
|
|
383
|
+
Context: typeof RootContext$17;
|
|
384
|
+
Label: typeof Label$9;
|
|
385
|
+
Control: typeof Control$5;
|
|
386
|
+
PresetTrigger: typeof PresetTrigger;
|
|
387
|
+
Input: typeof Input$2;
|
|
388
|
+
Trigger: typeof Trigger$6;
|
|
389
|
+
Positioner: typeof Positioner$4;
|
|
390
|
+
Content: typeof Content$6;
|
|
391
|
+
YearSelect: typeof YearSelect;
|
|
392
|
+
MonthSelect: typeof MonthSelect;
|
|
393
|
+
View: typeof View;
|
|
394
|
+
ViewControl: typeof ViewControl;
|
|
395
|
+
PrevTrigger: typeof PrevTrigger$1;
|
|
396
|
+
ViewTrigger: typeof ViewTrigger;
|
|
397
|
+
RangeText: typeof RangeText;
|
|
398
|
+
NextTrigger: typeof NextTrigger$1;
|
|
399
|
+
Table: typeof Table;
|
|
400
|
+
TableHead: typeof TableHead;
|
|
401
|
+
TableRow: typeof TableRow;
|
|
402
|
+
TableHeader: typeof TableHeader;
|
|
403
|
+
TableBody: typeof TableBody;
|
|
404
|
+
TableCell: typeof TableCell;
|
|
405
|
+
TableCellTrigger: typeof TableCellTrigger;
|
|
406
|
+
};
|
|
407
|
+
//#endregion
|
|
408
|
+
//#region src/components/dialog/anatomy/backdrop.d.ts
|
|
409
|
+
interface DialogBackdropProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
410
|
+
declare function Backdrop(props: DialogBackdropProps): react0.JSX.Element;
|
|
411
|
+
//#endregion
|
|
412
|
+
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
413
|
+
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
414
|
+
declare function CloseTrigger$2(props: DialogCloseTriggerProps): react0.JSX.Element;
|
|
415
|
+
//#endregion
|
|
416
|
+
//#region src/components/dialog/anatomy/content.d.ts
|
|
417
|
+
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
418
|
+
declare function Content$5(props: DialogContentProps): react0.JSX.Element;
|
|
419
|
+
//#endregion
|
|
420
|
+
//#region src/components/dialog/anatomy/description.d.ts
|
|
421
|
+
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
422
|
+
declare function Description$2(props: DialogDescriptionProps): react0.JSX.Element;
|
|
423
|
+
//#endregion
|
|
424
|
+
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
425
|
+
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
426
|
+
declare function Positioner$3(props: DialogPositionerProps): react0.JSX.Element;
|
|
427
|
+
//#endregion
|
|
428
|
+
//#region src/components/dialog/anatomy/root.d.ts
|
|
429
|
+
interface DialogRootProps extends PropsWithChildren, Omit<Props$5, 'id'> {}
|
|
430
|
+
declare function Root$14(props: DialogRootProps): react_jsx_runtime0.JSX.Element;
|
|
431
|
+
//#endregion
|
|
432
|
+
//#region src/components/dialog/modules/provider.d.ts
|
|
433
|
+
declare function useDialog(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
434
|
+
//#endregion
|
|
435
|
+
//#region src/components/dialog/anatomy/root-context.d.ts
|
|
436
|
+
interface DialogRootContextProps {
|
|
437
|
+
children: (dialog: ReturnType<typeof useDialog>) => ReactNode;
|
|
438
|
+
}
|
|
439
|
+
declare function RootContext$16(props: DialogRootContextProps): ReactNode;
|
|
440
|
+
//#endregion
|
|
441
|
+
//#region src/components/dialog/anatomy/root-provider.d.ts
|
|
442
|
+
interface DialogRootProviderProps extends PropsWithChildren {
|
|
443
|
+
value: ReturnType<typeof useDialog>;
|
|
444
|
+
}
|
|
445
|
+
declare function RootProvider$12(props: DialogRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
446
|
+
//#endregion
|
|
447
|
+
//#region src/components/dialog/anatomy/title.d.ts
|
|
448
|
+
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
449
|
+
declare function Title$2(props: DialogTitleProps): react0.JSX.Element;
|
|
450
|
+
//#endregion
|
|
451
|
+
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
452
|
+
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
453
|
+
declare function Trigger$5(props: DialogTriggerProps): react0.JSX.Element;
|
|
454
|
+
//#endregion
|
|
455
|
+
//#region src/components/dialog/modules/anatomy.d.ts
|
|
456
|
+
declare const Dialog: typeof Root$14 & {
|
|
457
|
+
Provider: typeof RootProvider$12;
|
|
458
|
+
Context: typeof RootContext$16;
|
|
459
|
+
Trigger: typeof Trigger$5;
|
|
460
|
+
Backdrop: typeof Backdrop;
|
|
461
|
+
Positioner: typeof Positioner$3;
|
|
462
|
+
Content: typeof Content$5;
|
|
463
|
+
Title: typeof Title$2;
|
|
464
|
+
Description: typeof Description$2;
|
|
465
|
+
CloseTrigger: typeof CloseTrigger$2;
|
|
466
|
+
};
|
|
467
|
+
//#endregion
|
|
468
|
+
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
469
|
+
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
470
|
+
declare function Dropzone(props: FileUploadDropzoneProps): react0.JSX.Element;
|
|
471
|
+
//#endregion
|
|
472
|
+
//#region src/components/file-upload/anatomy/hidden-input.d.ts
|
|
473
|
+
interface FileUploadHiddenInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
474
|
+
declare function HiddenInput$4(props: FileUploadHiddenInputProps): react0.JSX.Element;
|
|
475
|
+
//#endregion
|
|
476
|
+
//#region src/components/file-upload/anatomy/item.d.ts
|
|
477
|
+
interface FileUploadItemProps extends ItemProps$2, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
478
|
+
declare function Item$8(props: FileUploadItemProps): react_jsx_runtime0.JSX.Element;
|
|
479
|
+
//#endregion
|
|
480
|
+
//#region src/components/file-upload/anatomy/item-delete-trigger.d.ts
|
|
481
|
+
interface FileUploadItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
482
|
+
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): react0.JSX.Element;
|
|
483
|
+
//#endregion
|
|
484
|
+
//#region src/components/file-upload/anatomy/item-group.d.ts
|
|
485
|
+
interface FileUploadItemGroupProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
486
|
+
declare function ItemGroup$2(props: FileUploadItemGroupProps): react0.JSX.Element;
|
|
487
|
+
//#endregion
|
|
488
|
+
//#region src/components/file-upload/anatomy/item-name.d.ts
|
|
489
|
+
interface FileUploadItemNameProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
490
|
+
declare function ItemName(props: FileUploadItemNameProps): react0.JSX.Element;
|
|
491
|
+
//#endregion
|
|
492
|
+
//#region src/components/file-upload/anatomy/item-size-text.d.ts
|
|
493
|
+
interface FileUploadItemSizeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
494
|
+
declare function ItemSizeText(props: FileUploadItemSizeTextProps): react0.JSX.Element;
|
|
495
|
+
//#endregion
|
|
496
|
+
//#region src/components/file-upload/anatomy/label.d.ts
|
|
497
|
+
interface FileUploadLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
498
|
+
declare function Label$8(props: FileUploadLabelProps): react0.JSX.Element;
|
|
499
|
+
//#endregion
|
|
500
|
+
//#region src/components/file-upload/anatomy/root.d.ts
|
|
501
|
+
interface FileUploadRootProps extends Omit<Props$6, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
502
|
+
declare function Root$13(props: FileUploadRootProps): react_jsx_runtime0.JSX.Element;
|
|
503
|
+
//#endregion
|
|
504
|
+
//#region src/components/file-upload/modules/provider.d.ts
|
|
505
|
+
declare function useFileUpload(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
506
|
+
//#endregion
|
|
507
|
+
//#region src/components/file-upload/anatomy/root-context.d.ts
|
|
508
|
+
interface FileUploadRootContextProps {
|
|
509
|
+
children: (fileUpload: ReturnType<typeof useFileUpload>) => ReactNode;
|
|
510
|
+
}
|
|
511
|
+
declare function RootContext$15(props: FileUploadRootContextProps): ReactNode;
|
|
512
|
+
//#endregion
|
|
513
|
+
//#region src/components/file-upload/anatomy/root-provider.d.ts
|
|
514
|
+
interface FileUploadRootProviderProps extends PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {
|
|
515
|
+
value: ReturnType<typeof useFileUpload>;
|
|
516
|
+
}
|
|
517
|
+
declare function RootProvider$11(props: FileUploadRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
518
|
+
//#endregion
|
|
519
|
+
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
520
|
+
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
521
|
+
declare function Trigger$4(props: FileUploadTriggerProps): react0.JSX.Element;
|
|
522
|
+
//#endregion
|
|
523
|
+
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
524
|
+
declare const FileUpload: typeof Root$13 & {
|
|
525
|
+
Provider: typeof RootProvider$11;
|
|
526
|
+
Context: typeof RootContext$15;
|
|
527
|
+
Label: typeof Label$8;
|
|
528
|
+
Dropzone: typeof Dropzone;
|
|
529
|
+
Trigger: typeof Trigger$4;
|
|
530
|
+
HiddenInput: typeof HiddenInput$4;
|
|
531
|
+
ItemGroup: typeof ItemGroup$2;
|
|
532
|
+
Item: typeof Item$8;
|
|
533
|
+
ItemName: typeof ItemName;
|
|
534
|
+
ItemSizeText: typeof ItemSizeText;
|
|
535
|
+
ItemDeleteTrigger: typeof ItemDeleteTrigger$1;
|
|
536
|
+
};
|
|
537
|
+
//#endregion
|
|
538
|
+
//#region src/components/listbox/anatomy/root.d.ts
|
|
539
|
+
interface ListboxRootProps extends Omit<Props$7, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
540
|
+
declare function Root$12(props: ListboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
541
|
+
//#endregion
|
|
542
|
+
//#region src/components/listbox/anatomy/item-group.d.ts
|
|
543
|
+
interface ListboxItemGroupProps extends Omit<ItemGroupProps$1, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
544
|
+
declare function ItemGroup$1(props: ListboxItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
545
|
+
//#endregion
|
|
546
|
+
//#region src/components/listbox/anatomy/item-group-label.d.ts
|
|
547
|
+
interface ListboxItemGroupLabelProps extends Omit<ItemGroupLabelProps$1, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
548
|
+
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): react0.JSX.Element;
|
|
549
|
+
//#endregion
|
|
550
|
+
//#region src/components/listbox/anatomy/item.d.ts
|
|
551
|
+
interface ListboxItemProps extends ItemProps$3, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
552
|
+
declare function Item$7(props: ListboxItemProps): react_jsx_runtime0.JSX.Element;
|
|
553
|
+
//#endregion
|
|
554
|
+
//#region src/components/listbox/anatomy/input.d.ts
|
|
555
|
+
interface ListboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
556
|
+
declare function Input$1(props: ListboxInputProps): react0.JSX.Element;
|
|
557
|
+
//#endregion
|
|
558
|
+
//#region src/components/listbox/anatomy/item-indicator.d.ts
|
|
559
|
+
interface ListboxItemIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
560
|
+
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): react0.JSX.Element;
|
|
561
|
+
//#endregion
|
|
562
|
+
//#region src/components/listbox/anatomy/item-text.d.ts
|
|
563
|
+
interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
564
|
+
declare function ItemText$3(props: ListboxItemTextProps): react0.JSX.Element;
|
|
565
|
+
//#endregion
|
|
566
|
+
//#region src/components/listbox/modules/provider.d.ts
|
|
567
|
+
declare function useListbox(props: Omit<Props$7, 'id'>): Api$7<PropTypes>;
|
|
568
|
+
//#endregion
|
|
569
|
+
//#region src/components/listbox/anatomy/root-context.d.ts
|
|
570
|
+
interface ListboxRootContextProps {
|
|
571
|
+
children: (listbox: ReturnType<typeof useListbox>) => ReactNode;
|
|
572
|
+
}
|
|
573
|
+
declare function RootContext$14(props: ListboxRootContextProps): ReactNode;
|
|
574
|
+
//#endregion
|
|
575
|
+
//#region src/components/listbox/anatomy/root-provider.d.ts
|
|
576
|
+
interface ListboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
577
|
+
value: ReturnType<typeof useListbox>;
|
|
578
|
+
}
|
|
579
|
+
declare function RootProvider$10(props: ListboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
580
|
+
//#endregion
|
|
581
|
+
//#region src/components/listbox/anatomy/label.d.ts
|
|
582
|
+
interface ListboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
583
|
+
declare function Label$7(props: ListboxLabelProps): react0.JSX.Element;
|
|
584
|
+
//#endregion
|
|
585
|
+
//#region src/components/listbox/anatomy/content.d.ts
|
|
586
|
+
interface ListboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
587
|
+
declare function Content$4(props: ListboxContentProps): react0.JSX.Element;
|
|
588
|
+
//#endregion
|
|
589
|
+
//#region src/components/listbox/modules/anatomy.d.ts
|
|
590
|
+
declare const Listbox: typeof Root$12 & {
|
|
591
|
+
Provider: typeof RootProvider$10;
|
|
592
|
+
Context: typeof RootContext$14;
|
|
593
|
+
Label: typeof Label$7;
|
|
594
|
+
Input: typeof Input$1;
|
|
595
|
+
Content: typeof Content$4;
|
|
596
|
+
ItemGroup: typeof ItemGroup$1;
|
|
597
|
+
ItemGroupLabel: typeof ItemGroupLabel$1;
|
|
598
|
+
Item: typeof Item$7;
|
|
599
|
+
ItemText: typeof ItemText$3;
|
|
600
|
+
ItemIndicator: typeof ItemIndicator$1;
|
|
601
|
+
};
|
|
602
|
+
//#endregion
|
|
603
|
+
//#region src/components/menu/anatomy/arrow.d.ts
|
|
604
|
+
interface MenuArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
605
|
+
declare function Arrow$2(props: MenuArrowProps): react0.JSX.Element;
|
|
606
|
+
//#endregion
|
|
607
|
+
//#region src/components/menu/anatomy/arrow-tip.d.ts
|
|
608
|
+
interface MenuArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
609
|
+
declare function ArrowTip$2(props: MenuArrowTipProps): react0.JSX.Element;
|
|
610
|
+
//#endregion
|
|
611
|
+
//#region src/components/menu/anatomy/content.d.ts
|
|
612
|
+
interface MenuContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
613
|
+
declare function Content$3(props: MenuContentProps): react0.JSX.Element;
|
|
614
|
+
//#endregion
|
|
615
|
+
//#region src/components/menu/anatomy/context-trigger.d.ts
|
|
616
|
+
interface MenuContextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
617
|
+
declare function ContextTrigger(props: MenuContextTriggerProps): react0.JSX.Element;
|
|
618
|
+
//#endregion
|
|
619
|
+
//#region src/components/menu/anatomy/item.d.ts
|
|
620
|
+
interface MenuItemProps extends ItemProps$4, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
621
|
+
declare function Item$6(props: MenuItemProps): react_jsx_runtime0.JSX.Element;
|
|
622
|
+
//#endregion
|
|
623
|
+
//#region src/components/menu/anatomy/item-group.d.ts
|
|
624
|
+
interface MenuItemGroupProps extends Omit<ItemGroupProps$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
625
|
+
declare function ItemGroup(props: MenuItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
626
|
+
//#endregion
|
|
627
|
+
//#region src/components/menu/anatomy/item-group-label.d.ts
|
|
628
|
+
interface MenuItemGroupLabelProps extends Omit<ItemGroupLabelProps$2, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
629
|
+
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): react0.JSX.Element;
|
|
630
|
+
//#endregion
|
|
631
|
+
//#region src/components/menu/anatomy/option-item.d.ts
|
|
632
|
+
interface MenuOptionItemProps extends OptionItemProps, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
633
|
+
declare function OptionItem(props: MenuOptionItemProps): react_jsx_runtime0.JSX.Element;
|
|
634
|
+
//#endregion
|
|
635
|
+
//#region src/components/menu/anatomy/item-text.d.ts
|
|
636
|
+
interface MenuItemTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
637
|
+
declare function ItemText$2(props: MenuItemTextProps): react0.JSX.Element;
|
|
638
|
+
//#endregion
|
|
639
|
+
//#region src/components/menu/anatomy/item-indicator.d.ts
|
|
640
|
+
interface MenuItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
641
|
+
declare function ItemIndicator(props: MenuItemIndicatorProps): react0.JSX.Element;
|
|
642
|
+
//#endregion
|
|
643
|
+
//#region src/components/menu/anatomy/indicator.d.ts
|
|
644
|
+
interface MenuIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
645
|
+
declare function Indicator$2(props: MenuIndicatorProps): react0.JSX.Element;
|
|
646
|
+
//#endregion
|
|
647
|
+
//#region src/components/menu/anatomy/positioner.d.ts
|
|
648
|
+
interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
649
|
+
declare function Positioner$2(props: MenuPositionerProps): react0.JSX.Element;
|
|
650
|
+
//#endregion
|
|
651
|
+
//#region src/components/menu/anatomy/root.d.ts
|
|
652
|
+
interface MenuRootProps extends Omit<Props$8, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
653
|
+
declare function Root$11(props: MenuRootProps): react_jsx_runtime0.JSX.Element;
|
|
654
|
+
//#endregion
|
|
655
|
+
//#region src/components/menu/modules/provider.d.ts
|
|
656
|
+
declare function useMenu(props?: Omit<Props$8, 'id'>): Api$8<PropTypes> & {
|
|
657
|
+
service: Service;
|
|
658
|
+
};
|
|
659
|
+
//#endregion
|
|
660
|
+
//#region src/components/menu/anatomy/root-context.d.ts
|
|
661
|
+
interface MenuRootContextProps {
|
|
662
|
+
children: (menu: ReturnType<typeof useMenu>) => ReactNode;
|
|
663
|
+
}
|
|
664
|
+
declare function RootContext$13(props: MenuRootContextProps): ReactNode;
|
|
665
|
+
//#endregion
|
|
666
|
+
//#region src/components/menu/anatomy/root-provider.d.ts
|
|
667
|
+
interface MenuRootProviderProps extends PropsWithChildren {
|
|
668
|
+
value: ReturnType<typeof useMenu>;
|
|
669
|
+
}
|
|
670
|
+
declare function RootProvider$9(props: MenuRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
671
|
+
//#endregion
|
|
672
|
+
//#region src/components/menu/anatomy/separator.d.ts
|
|
673
|
+
interface MenuSeparatorProps extends PropsWithElement<'hr'>, HTMLAttributes<'hr', 'id' | 'dir' | 'children'> {}
|
|
674
|
+
declare function Separator(props: MenuSeparatorProps): react0.JSX.Element;
|
|
675
|
+
//#endregion
|
|
676
|
+
//#region src/components/menu/anatomy/trigger.d.ts
|
|
677
|
+
interface MenuTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
678
|
+
declare function Trigger$3(props: MenuTriggerProps): react0.JSX.Element;
|
|
679
|
+
//#endregion
|
|
680
|
+
//#region src/components/menu/anatomy/trigger-item.d.ts
|
|
681
|
+
interface MenuTriggerItemProps extends ItemProps$4, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
682
|
+
declare function TriggerItem(props: MenuTriggerItemProps): react_jsx_runtime0.JSX.Element;
|
|
683
|
+
//#endregion
|
|
684
|
+
//#region src/components/menu/modules/anatomy.d.ts
|
|
685
|
+
declare const Menu: typeof Root$11 & {
|
|
686
|
+
Provider: typeof RootProvider$9;
|
|
687
|
+
Context: typeof RootContext$13;
|
|
688
|
+
Trigger: typeof Trigger$3;
|
|
689
|
+
ContextTrigger: typeof ContextTrigger;
|
|
690
|
+
Indicator: typeof Indicator$2;
|
|
691
|
+
Positioner: typeof Positioner$2;
|
|
692
|
+
Content: typeof Content$3;
|
|
693
|
+
ItemGroup: typeof ItemGroup;
|
|
694
|
+
ItemGroupLabel: typeof ItemGroupLabel;
|
|
695
|
+
Item: typeof Item$6;
|
|
696
|
+
OptionItem: typeof OptionItem;
|
|
697
|
+
TriggerItem: typeof TriggerItem;
|
|
698
|
+
ItemText: typeof ItemText$2;
|
|
699
|
+
ItemIndicator: typeof ItemIndicator;
|
|
700
|
+
Separator: typeof Separator;
|
|
701
|
+
Arrow: typeof Arrow$2;
|
|
702
|
+
ArrowTip: typeof ArrowTip$2;
|
|
703
|
+
};
|
|
704
|
+
//#endregion
|
|
705
|
+
//#region src/components/navigation/anatomy/root.d.ts
|
|
706
|
+
interface NavigationRootProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {
|
|
707
|
+
/**
|
|
708
|
+
* Sets the data-layout attribute, which modifies the visual presentation of the component set.
|
|
709
|
+
*
|
|
710
|
+
* @default bar
|
|
711
|
+
* */
|
|
712
|
+
layout?: 'bar' | 'rail' | 'sidebar';
|
|
713
|
+
}
|
|
714
|
+
declare function NavigationRoot(props: NavigationRootProps): react_jsx_runtime0.JSX.Element;
|
|
715
|
+
//#endregion
|
|
716
|
+
//#region src/components/navigation/anatomy/menu.d.ts
|
|
717
|
+
interface NavigationMenuProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
718
|
+
declare function NavigationMenu(props: NavigationMenuProps): react0.JSX.Element;
|
|
719
|
+
//#endregion
|
|
720
|
+
//#region src/components/navigation/anatomy/header.d.ts
|
|
721
|
+
interface NavigationHeaderProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
722
|
+
declare function NavigationHeader(props: NavigationHeaderProps): react0.JSX.Element;
|
|
723
|
+
//#endregion
|
|
724
|
+
//#region src/components/navigation/anatomy/content.d.ts
|
|
725
|
+
interface NavigationContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
726
|
+
declare function NavigationContent(props: NavigationContentProps): react0.JSX.Element;
|
|
727
|
+
//#endregion
|
|
728
|
+
//#region src/components/navigation/anatomy/footer.d.ts
|
|
729
|
+
interface NavigationFooterProps extends PropsWithElement<'footer'>, HTMLAttributes<'footer'> {}
|
|
730
|
+
declare function NavigationFooter(props: NavigationFooterProps): react0.JSX.Element;
|
|
731
|
+
//#endregion
|
|
732
|
+
//#region src/components/navigation/anatomy/group.d.ts
|
|
733
|
+
interface NavigationGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
734
|
+
declare function NavigationGroup(props: NavigationGroupProps): react0.JSX.Element;
|
|
735
|
+
//#endregion
|
|
736
|
+
//#region src/components/navigation/anatomy/label.d.ts
|
|
737
|
+
interface NavigationLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
738
|
+
declare function NavigationLabel(props: NavigationLabelProps): react0.JSX.Element;
|
|
739
|
+
//#endregion
|
|
740
|
+
//#region src/components/navigation/modules/anatomy.d.ts
|
|
741
|
+
declare const Navigation: typeof NavigationRoot & {
|
|
742
|
+
Header: typeof NavigationHeader;
|
|
743
|
+
Content: typeof NavigationContent;
|
|
744
|
+
Group: typeof NavigationGroup;
|
|
745
|
+
Label: typeof NavigationLabel;
|
|
746
|
+
Menu: typeof NavigationMenu;
|
|
747
|
+
Footer: typeof NavigationFooter;
|
|
748
|
+
};
|
|
749
|
+
//#endregion
|
|
750
|
+
//#region src/components/pagination/anatomy/ellipsis.d.ts
|
|
751
|
+
interface PaginationEllipsisProps extends EllipsisProps, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
752
|
+
declare function Ellipsis(props: PaginationEllipsisProps): react0.JSX.Element;
|
|
753
|
+
//#endregion
|
|
754
|
+
//#region src/components/pagination/anatomy/first-trigger.d.ts
|
|
755
|
+
interface PaginationFirstTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
756
|
+
declare function FirstTrigger(props: PaginationFirstTriggerProps): react0.JSX.Element;
|
|
757
|
+
//#endregion
|
|
758
|
+
//#region src/components/pagination/anatomy/item.d.ts
|
|
759
|
+
interface PaginationItemProps extends ItemProps$5, PropsWithElement<'a'>, HTMLAttributes<'a', 'type'> {}
|
|
760
|
+
declare function Item$5(props: PaginationItemProps): react0.JSX.Element;
|
|
761
|
+
//#endregion
|
|
762
|
+
//#region src/components/pagination/anatomy/last-trigger.d.ts
|
|
763
|
+
interface PaginationLastTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
764
|
+
declare function LastTrigger(props: PaginationLastTriggerProps): react0.JSX.Element;
|
|
765
|
+
//#endregion
|
|
766
|
+
//#region src/components/pagination/anatomy/next-trigger.d.ts
|
|
767
|
+
interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
768
|
+
declare function NextTrigger(props: PaginationNextTriggerProps): react0.JSX.Element;
|
|
769
|
+
//#endregion
|
|
770
|
+
//#region src/components/pagination/anatomy/prev-trigger.d.ts
|
|
771
|
+
interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
772
|
+
declare function PrevTrigger(props: PaginationPrevTriggerProps): react0.JSX.Element;
|
|
773
|
+
//#endregion
|
|
774
|
+
//#region src/components/pagination/modules/provider.d.ts
|
|
775
|
+
declare function usePagination(props?: Omit<Props$9, 'id'>): Api$9<PropTypes>;
|
|
776
|
+
//#endregion
|
|
777
|
+
//#region src/components/pagination/anatomy/root-context.d.ts
|
|
778
|
+
interface PaginationRootContextProps {
|
|
779
|
+
children: (pagination: ReturnType<typeof usePagination>) => ReactNode;
|
|
780
|
+
}
|
|
781
|
+
declare function RootContext$12(props: PaginationRootContextProps): ReactNode;
|
|
782
|
+
//#endregion
|
|
783
|
+
//#region src/components/pagination/anatomy/root-provider.d.ts
|
|
784
|
+
interface PaginationRootProviderProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {
|
|
785
|
+
value: ReturnType<typeof usePagination>;
|
|
786
|
+
}
|
|
787
|
+
declare function PaginationRootProvider(props: PaginationRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
788
|
+
//#endregion
|
|
789
|
+
//#region src/components/pagination/anatomy/root.d.ts
|
|
790
|
+
interface PaginationRootProps extends Omit<Props$9, 'id'>, PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {}
|
|
791
|
+
declare function PaginationRoot(props: PaginationRootProps): react_jsx_runtime0.JSX.Element;
|
|
792
|
+
//#endregion
|
|
793
|
+
//#region src/components/pagination/modules/anatomy.d.ts
|
|
794
|
+
declare const Pagination: typeof PaginationRoot & {
|
|
795
|
+
Provider: typeof PaginationRootProvider;
|
|
796
|
+
Context: typeof RootContext$12;
|
|
797
|
+
FirstTrigger: typeof FirstTrigger;
|
|
798
|
+
PrevTrigger: typeof PrevTrigger;
|
|
799
|
+
Item: typeof Item$5;
|
|
800
|
+
Ellipsis: typeof Ellipsis;
|
|
801
|
+
NextTrigger: typeof NextTrigger;
|
|
802
|
+
LastTrigger: typeof LastTrigger;
|
|
803
|
+
};
|
|
804
|
+
//#endregion
|
|
805
|
+
//#region src/components/popover/anatomy/close-trigger.d.ts
|
|
806
|
+
interface PopoverCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
807
|
+
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): react0.JSX.Element;
|
|
808
|
+
//#endregion
|
|
809
|
+
//#region src/components/popover/anatomy/content.d.ts
|
|
810
|
+
interface PopoverContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
811
|
+
declare function Content$2(props: PopoverContentProps): react0.JSX.Element;
|
|
812
|
+
//#endregion
|
|
813
|
+
//#region src/components/popover/anatomy/description.d.ts
|
|
814
|
+
interface PopoverDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
815
|
+
declare function Description$1(props: PopoverDescriptionProps): react0.JSX.Element;
|
|
816
|
+
//#endregion
|
|
817
|
+
//#region src/components/popover/anatomy/positioner.d.ts
|
|
818
|
+
interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
819
|
+
declare function Positioner$1(props: PopoverPositionerProps): react0.JSX.Element;
|
|
820
|
+
//#endregion
|
|
821
|
+
//#region src/components/popover/anatomy/root.d.ts
|
|
822
|
+
interface PopoverRootProps extends PropsWithChildren, Omit<Props$10, 'id'> {}
|
|
823
|
+
declare function Root$10(props: PopoverRootProps): react_jsx_runtime0.JSX.Element;
|
|
824
|
+
//#endregion
|
|
825
|
+
//#region src/components/popover/modules/provider.d.ts
|
|
826
|
+
declare function usePopover(props?: Omit<Props$10, 'id'>): Api$10<PropTypes>;
|
|
827
|
+
//#endregion
|
|
828
|
+
//#region src/components/popover/anatomy/root-context.d.ts
|
|
829
|
+
interface PopoverRootContextProps {
|
|
830
|
+
children: (popover: ReturnType<typeof usePopover>) => ReactNode;
|
|
831
|
+
}
|
|
832
|
+
declare function RootContext$11(props: PopoverRootContextProps): ReactNode;
|
|
833
|
+
//#endregion
|
|
834
|
+
//#region src/components/popover/anatomy/root-provider.d.ts
|
|
835
|
+
interface PopoverRootProviderProps extends PropsWithChildren {
|
|
836
|
+
value: ReturnType<typeof usePopover>;
|
|
837
|
+
}
|
|
838
|
+
declare function RootProvider$8(props: PopoverRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
839
|
+
//#endregion
|
|
840
|
+
//#region src/components/popover/anatomy/title.d.ts
|
|
841
|
+
interface PopoverTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
842
|
+
declare function Title$1(props: PopoverTitleProps): react0.JSX.Element;
|
|
843
|
+
//#endregion
|
|
844
|
+
//#region src/components/popover/anatomy/arrow.d.ts
|
|
845
|
+
interface PopoverArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
846
|
+
declare function Arrow$1(props: PopoverArrowProps): react0.JSX.Element;
|
|
847
|
+
//#endregion
|
|
848
|
+
//#region src/components/popover/anatomy/arrow-tip.d.ts
|
|
849
|
+
interface PopoverArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
850
|
+
declare function ArrowTip$1(props: PopoverArrowTipProps): react0.JSX.Element;
|
|
851
|
+
//#endregion
|
|
852
|
+
//#region src/components/popover/anatomy/trigger.d.ts
|
|
853
|
+
interface PopoverTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
854
|
+
declare function Trigger$2(props: PopoverTriggerProps): react0.JSX.Element;
|
|
855
|
+
//#endregion
|
|
856
|
+
//#region src/components/popover/modules/anatomy.d.ts
|
|
857
|
+
declare const Popover: typeof Root$10 & {
|
|
858
|
+
Provider: typeof RootProvider$8;
|
|
859
|
+
Context: typeof RootContext$11;
|
|
860
|
+
Trigger: typeof Trigger$2;
|
|
861
|
+
Positioner: typeof Positioner$1;
|
|
862
|
+
Content: typeof Content$2;
|
|
863
|
+
Arrow: typeof Arrow$1;
|
|
864
|
+
ArrowTip: typeof ArrowTip$1;
|
|
865
|
+
Title: typeof Title$1;
|
|
866
|
+
Description: typeof Description$1;
|
|
867
|
+
CloseTrigger: typeof CloseTrigger$1;
|
|
868
|
+
};
|
|
869
|
+
//#endregion
|
|
870
|
+
//#region src/components/portal/anatomy/root.d.ts
|
|
871
|
+
interface PortalRootProps extends Required<PropsWithChildren> {
|
|
872
|
+
/**
|
|
873
|
+
* If true, the portal functionality is disabled and children are rendered in place.
|
|
874
|
+
*
|
|
875
|
+
* @default false
|
|
876
|
+
*/
|
|
877
|
+
disabled?: boolean;
|
|
878
|
+
/**
|
|
879
|
+
* The HTML element to which the portal content will be appended.
|
|
880
|
+
*
|
|
881
|
+
* @default document.body
|
|
882
|
+
*/
|
|
883
|
+
target?: HTMLElement;
|
|
884
|
+
}
|
|
885
|
+
declare function Root$9(props: PortalRootProps): react_jsx_runtime0.JSX.Element;
|
|
886
|
+
//#endregion
|
|
887
|
+
//#region src/components/portal/modules/anatomy.d.ts
|
|
888
|
+
declare const Portal: typeof Root$9;
|
|
889
|
+
//#endregion
|
|
890
|
+
//#region src/components/progress/anatomy/label.d.ts
|
|
891
|
+
interface ProgressLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
892
|
+
declare function Label$6(props: ProgressLabelProps): react0.JSX.Element;
|
|
893
|
+
//#endregion
|
|
894
|
+
//#region src/components/progress/anatomy/range.d.ts
|
|
895
|
+
interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
896
|
+
declare function Range$1(props: ProgressRangeProps): react0.JSX.Element;
|
|
897
|
+
//#endregion
|
|
898
|
+
//#region src/components/progress/anatomy/root.d.ts
|
|
899
|
+
interface ProgressRootProps extends Omit<Props$11, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
900
|
+
declare function Root$8(props: ProgressRootProps): react_jsx_runtime0.JSX.Element;
|
|
901
|
+
//#endregion
|
|
902
|
+
//#region src/components/progress/modules/provider.d.ts
|
|
903
|
+
declare function useProgress(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
904
|
+
//#endregion
|
|
905
|
+
//#region src/components/progress/anatomy/root-context.d.ts
|
|
906
|
+
interface ProgressRootContextProps {
|
|
907
|
+
children: (progress: ReturnType<typeof useProgress>) => ReactNode;
|
|
908
|
+
}
|
|
909
|
+
declare function RootContext$10(props: ProgressRootContextProps): ReactNode;
|
|
910
|
+
//#endregion
|
|
911
|
+
//#region src/components/progress/anatomy/root-provider.d.ts
|
|
912
|
+
interface ProgressRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
913
|
+
value: ReturnType<typeof useProgress>;
|
|
914
|
+
}
|
|
915
|
+
declare function RootProvider$7(props: ProgressRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
916
|
+
//#endregion
|
|
917
|
+
//#region src/components/progress/anatomy/track.d.ts
|
|
918
|
+
interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
919
|
+
declare function Track$1(props: ProgressTrackProps): react0.JSX.Element;
|
|
920
|
+
//#endregion
|
|
921
|
+
//#region src/components/progress/anatomy/value-text.d.ts
|
|
922
|
+
interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
923
|
+
declare function ValueText$1(props: ProgressValueTextProps): react0.JSX.Element;
|
|
924
|
+
//#endregion
|
|
925
|
+
//#region src/components/progress/anatomy/circle.d.ts
|
|
926
|
+
interface ProgressCircleProps extends PropsWithElement<'svg'>, HTMLAttributes<'svg'> {}
|
|
927
|
+
declare function Circle(props: ProgressCircleProps): react0.JSX.Element;
|
|
928
|
+
//#endregion
|
|
929
|
+
//#region src/components/progress/anatomy/circle-range.d.ts
|
|
930
|
+
interface ProgressCircleRangeProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
931
|
+
declare function CircleRange(props: ProgressCircleRangeProps): react0.JSX.Element;
|
|
932
|
+
//#endregion
|
|
933
|
+
//#region src/components/progress/anatomy/circle-track.d.ts
|
|
934
|
+
interface ProgressCircleTrackProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
935
|
+
declare function CircleTrack(props: ProgressCircleTrackProps): react0.JSX.Element;
|
|
936
|
+
//#endregion
|
|
937
|
+
//#region src/components/progress/modules/anatomy.d.ts
|
|
938
|
+
declare const Progress: typeof Root$8 & {
|
|
939
|
+
Provider: typeof RootProvider$7;
|
|
940
|
+
Context: typeof RootContext$10;
|
|
941
|
+
Label: typeof Label$6;
|
|
942
|
+
ValueText: typeof ValueText$1;
|
|
943
|
+
Track: typeof Track$1;
|
|
944
|
+
Range: typeof Range$1;
|
|
945
|
+
Circle: typeof Circle;
|
|
946
|
+
CircleTrack: typeof CircleTrack;
|
|
947
|
+
CircleRange: typeof CircleRange;
|
|
948
|
+
};
|
|
949
|
+
//#endregion
|
|
950
|
+
//#region src/components/rating-group/anatomy/control.d.ts
|
|
951
|
+
interface RatingGroupControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
952
|
+
declare function Control$4(props: RatingGroupControlProps): react0.JSX.Element;
|
|
953
|
+
//#endregion
|
|
954
|
+
//#region src/components/rating-group/anatomy/hidden-input.d.ts
|
|
955
|
+
interface RatingGroupHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'id' | 'dir' | 'children'> {}
|
|
956
|
+
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): react0.JSX.Element;
|
|
957
|
+
//#endregion
|
|
958
|
+
//#region src/components/rating-group/anatomy/item.d.ts
|
|
959
|
+
interface RatingGroupItemProps extends ItemProps$6, PropsWithElement<'span'>, HTMLAttributes<'span', 'id' | 'dir'> {
|
|
960
|
+
/**
|
|
961
|
+
* The content to render when the item is in the empty state.
|
|
962
|
+
*
|
|
963
|
+
* @default StarEmpty (SVG)
|
|
964
|
+
*/
|
|
965
|
+
empty?: ReactNode;
|
|
966
|
+
/**
|
|
967
|
+
* The content to render when the item is in the half state.
|
|
968
|
+
*
|
|
969
|
+
* @default StarHalf (SVG)
|
|
970
|
+
*/
|
|
971
|
+
half?: ReactNode;
|
|
972
|
+
/**
|
|
973
|
+
* The content to render when the item is in the full state.
|
|
974
|
+
*
|
|
975
|
+
* @default StarFull (SVG)
|
|
976
|
+
*/
|
|
977
|
+
full?: ReactNode;
|
|
978
|
+
}
|
|
979
|
+
declare function Item$4(props: RatingGroupItemProps): react0.JSX.Element;
|
|
980
|
+
//#endregion
|
|
981
|
+
//#region src/components/rating-group/anatomy/label.d.ts
|
|
982
|
+
interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
983
|
+
declare function Label$5(props: RatingGroupLabelProps): react0.JSX.Element;
|
|
984
|
+
//#endregion
|
|
985
|
+
//#region src/components/rating-group/anatomy/root.d.ts
|
|
986
|
+
interface RatingGroupRootProps extends Omit<Props$12, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
987
|
+
declare function Root$7(props: RatingGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
988
|
+
//#endregion
|
|
989
|
+
//#region src/components/rating-group/modules/provider.d.ts
|
|
990
|
+
declare function useRatingGroup(props?: Omit<Props$12, 'id'>): Api$12<PropTypes>;
|
|
991
|
+
//#endregion
|
|
992
|
+
//#region src/components/rating-group/anatomy/root-context.d.ts
|
|
993
|
+
interface RatingGroupRootContextProps {
|
|
994
|
+
children: (ratingGroup: ReturnType<typeof useRatingGroup>) => ReactNode;
|
|
995
|
+
}
|
|
996
|
+
declare function RootContext$9(props: RatingGroupRootContextProps): ReactNode;
|
|
997
|
+
//#endregion
|
|
998
|
+
//#region src/components/rating-group/anatomy/root-provider.d.ts
|
|
999
|
+
interface RatingGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1000
|
+
value: ReturnType<typeof useRatingGroup>;
|
|
1001
|
+
}
|
|
1002
|
+
declare function RootProvider$6(props: RatingGroupRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1003
|
+
//#endregion
|
|
1004
|
+
//#region src/components/rating-group/modules/anatomy.d.ts
|
|
1005
|
+
declare const RatingGroup: typeof Root$7 & {
|
|
1006
|
+
Provider: typeof RootProvider$6;
|
|
1007
|
+
Context: typeof RootContext$9;
|
|
1008
|
+
Label: typeof Label$5;
|
|
1009
|
+
Control: typeof Control$4;
|
|
1010
|
+
Item: typeof Item$4;
|
|
1011
|
+
HiddenInput: typeof HiddenInput$3;
|
|
1012
|
+
};
|
|
1013
|
+
//#endregion
|
|
1014
|
+
//#region src/components/segmented-control/anatomy/control.d.ts
|
|
1015
|
+
interface SegmentedControlControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1016
|
+
declare function Control$3(props: SegmentedControlControlProps): react0.JSX.Element;
|
|
1017
|
+
//#endregion
|
|
1018
|
+
//#region src/components/segmented-control/anatomy/indicator.d.ts
|
|
1019
|
+
interface SegmentedControlIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1020
|
+
declare function Indicator$1(props: SegmentedControlIndicatorProps): react0.JSX.Element;
|
|
1021
|
+
//#endregion
|
|
1022
|
+
//#region src/components/segmented-control/anatomy/item-hidden-input.d.ts
|
|
1023
|
+
interface SegmentedControlItemHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1024
|
+
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): react0.JSX.Element;
|
|
1025
|
+
//#endregion
|
|
1026
|
+
//#region src/components/segmented-control/anatomy/item-text.d.ts
|
|
1027
|
+
interface SegmentedControlItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1028
|
+
declare function ItemText$1(props: SegmentedControlItemTextProps): react0.JSX.Element;
|
|
1029
|
+
//#endregion
|
|
1030
|
+
//#region src/components/segmented-control/anatomy/item.d.ts
|
|
1031
|
+
interface SegmentedControlItemProps extends ItemProps$7, PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1032
|
+
declare function Item$3(props: SegmentedControlItemProps): react_jsx_runtime0.JSX.Element;
|
|
1033
|
+
//#endregion
|
|
1034
|
+
//#region src/components/segmented-control/anatomy/label.d.ts
|
|
1035
|
+
interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1036
|
+
declare function Label$4(props: SegmentedControlLabelProps): react0.JSX.Element;
|
|
1037
|
+
//#endregion
|
|
1038
|
+
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1039
|
+
declare function useSegmentedControl(props?: Omit<Props$13, 'id'>): Api$13<PropTypes>;
|
|
1040
|
+
//#endregion
|
|
1041
|
+
//#region src/components/segmented-control/anatomy/root-context.d.ts
|
|
1042
|
+
interface SegmentedControlRootContextProps {
|
|
1043
|
+
children: (ratingGroup: ReturnType<typeof useSegmentedControl>) => ReactNode;
|
|
1044
|
+
}
|
|
1045
|
+
declare function RootContext$8(props: SegmentedControlRootContextProps): ReactNode;
|
|
1046
|
+
//#endregion
|
|
1047
|
+
//#region src/components/segmented-control/anatomy/root-provider.d.ts
|
|
1048
|
+
interface SegmentedControlRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1049
|
+
value: ReturnType<typeof useSegmentedControl>;
|
|
1050
|
+
}
|
|
1051
|
+
declare function RootProvider$5(props: SegmentedControlRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1052
|
+
//#endregion
|
|
1053
|
+
//#region src/components/segmented-control/anatomy/root.d.ts
|
|
1054
|
+
interface SegmentedControlRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1055
|
+
declare function Root$6(props: SegmentedControlRootProps): react_jsx_runtime0.JSX.Element;
|
|
1056
|
+
//#endregion
|
|
1057
|
+
//#region src/components/segmented-control/modules/anatomy.d.ts
|
|
1058
|
+
declare const SegmentedControl: typeof Root$6 & {
|
|
1059
|
+
Provider: typeof RootProvider$5;
|
|
1060
|
+
Context: typeof RootContext$8;
|
|
1061
|
+
Label: typeof Label$4;
|
|
1062
|
+
Control: typeof Control$3;
|
|
1063
|
+
Indicator: typeof Indicator$1;
|
|
1064
|
+
Item: typeof Item$3;
|
|
1065
|
+
ItemText: typeof ItemText$1;
|
|
1066
|
+
ItemHiddenInput: typeof ItemHiddenInput;
|
|
1067
|
+
};
|
|
1068
|
+
//#endregion
|
|
1069
|
+
//#region src/components/slider/anatomy/control.d.ts
|
|
1070
|
+
interface SliderControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1071
|
+
declare function Control$2(props: SliderControlProps): react0.JSX.Element;
|
|
1072
|
+
//#endregion
|
|
1073
|
+
//#region src/components/slider/anatomy/hidden-input.d.ts
|
|
1074
|
+
interface SliderHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1075
|
+
declare function HiddenInput$2(props: SliderHiddenInputProps): react0.JSX.Element;
|
|
1076
|
+
//#endregion
|
|
1077
|
+
//#region src/components/slider/anatomy/label.d.ts
|
|
1078
|
+
interface SliderLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1079
|
+
declare function Label$3(props: SliderLabelProps): react0.JSX.Element;
|
|
1080
|
+
//#endregion
|
|
1081
|
+
//#region src/components/slider/anatomy/marker-group.d.ts
|
|
1082
|
+
interface SliderMarkerGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1083
|
+
declare function MarkerGroup(props: SliderMarkerGroupProps): react0.JSX.Element;
|
|
1084
|
+
//#endregion
|
|
1085
|
+
//#region src/components/slider/anatomy/marker.d.ts
|
|
1086
|
+
interface SliderMarkerProps extends MarkerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1087
|
+
declare function Marker(props: SliderMarkerProps): react0.JSX.Element;
|
|
1088
|
+
//#endregion
|
|
1089
|
+
//#region src/components/slider/anatomy/range.d.ts
|
|
1090
|
+
interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1091
|
+
declare function Range(props: SliderRangeProps): react0.JSX.Element;
|
|
1092
|
+
//#endregion
|
|
1093
|
+
//#region src/components/slider/modules/provider.d.ts
|
|
1094
|
+
declare function useSlider(props?: Omit<Props$14, 'id'>): Api$14<PropTypes>;
|
|
1095
|
+
//#endregion
|
|
1096
|
+
//#region src/components/slider/anatomy/root-context.d.ts
|
|
1097
|
+
interface SliderRootContextProps {
|
|
1098
|
+
children: (slider: ReturnType<typeof useSlider>) => ReactNode;
|
|
1099
|
+
}
|
|
1100
|
+
declare function RootContext$7(props: SliderRootContextProps): ReactNode;
|
|
1101
|
+
//#endregion
|
|
1102
|
+
//#region src/components/slider/anatomy/root-provider.d.ts
|
|
1103
|
+
interface SliderRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1104
|
+
value: ReturnType<typeof useSlider>;
|
|
1105
|
+
}
|
|
1106
|
+
declare function SliderRootProvider(props: SliderRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1107
|
+
//#endregion
|
|
1108
|
+
//#region src/components/slider/anatomy/root.d.ts
|
|
1109
|
+
interface SliderRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'aria-label' | 'aria-labelledby'> {}
|
|
1110
|
+
declare function SliderRoot(props: SliderRootProps): react_jsx_runtime0.JSX.Element;
|
|
1111
|
+
//#endregion
|
|
1112
|
+
//#region src/components/slider/anatomy/thumb.d.ts
|
|
1113
|
+
interface SliderThumbProps extends ThumbProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1114
|
+
declare function Thumb$1(props: SliderThumbProps): react_jsx_runtime0.JSX.Element;
|
|
1115
|
+
//#endregion
|
|
1116
|
+
//#region src/components/slider/anatomy/track.d.ts
|
|
1117
|
+
interface SliderTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1118
|
+
declare function Track(props: SliderTrackProps): react0.JSX.Element;
|
|
1119
|
+
//#endregion
|
|
1120
|
+
//#region src/components/slider/anatomy/value-text.d.ts
|
|
1121
|
+
interface SliderValueTextProps extends PropsWithElement<'output'>, HTMLAttributes<'output'> {}
|
|
1122
|
+
declare function ValueText(props: SliderValueTextProps): react0.JSX.Element;
|
|
1123
|
+
//#endregion
|
|
1124
|
+
//#region src/components/slider/modules/anatomy.d.ts
|
|
1125
|
+
declare const Slider: typeof SliderRoot & {
|
|
1126
|
+
Provider: typeof SliderRootProvider;
|
|
1127
|
+
Context: typeof RootContext$7;
|
|
1128
|
+
Label: typeof Label$3;
|
|
1129
|
+
ValueText: typeof ValueText;
|
|
1130
|
+
Control: typeof Control$2;
|
|
1131
|
+
Track: typeof Track;
|
|
1132
|
+
Range: typeof Range;
|
|
1133
|
+
Thumb: typeof Thumb$1;
|
|
1134
|
+
HiddenInput: typeof HiddenInput$2;
|
|
1135
|
+
MarkerGroup: typeof MarkerGroup;
|
|
1136
|
+
Marker: typeof Marker;
|
|
1137
|
+
};
|
|
1138
|
+
//#endregion
|
|
1139
|
+
//#region src/components/switch/anatomy/control.d.ts
|
|
1140
|
+
interface SwitchControlProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1141
|
+
declare function Control$1(props: SwitchControlProps): react0.JSX.Element;
|
|
1142
|
+
//#endregion
|
|
1143
|
+
//#region src/components/switch/anatomy/hidden-input.d.ts
|
|
1144
|
+
interface SwitchHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1145
|
+
declare function HiddenInput$1(props: SwitchHiddenInputProps): react0.JSX.Element;
|
|
1146
|
+
//#endregion
|
|
1147
|
+
//#region src/components/switch/anatomy/label.d.ts
|
|
1148
|
+
interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1149
|
+
declare function Label$2(props: SwitchLabelProps): react0.JSX.Element;
|
|
1150
|
+
//#endregion
|
|
1151
|
+
//#region src/components/switch/modules/provider.d.ts
|
|
1152
|
+
declare function useSwitch(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
1153
|
+
//#endregion
|
|
1154
|
+
//#region src/components/switch/anatomy/root-context.d.ts
|
|
1155
|
+
interface SwitchRootContextProps {
|
|
1156
|
+
children: (switch_: ReturnType<typeof useSwitch>) => ReactNode;
|
|
1157
|
+
}
|
|
1158
|
+
declare function RootContext$6(props: SwitchRootContextProps): ReactNode;
|
|
1159
|
+
//#endregion
|
|
1160
|
+
//#region src/components/switch/anatomy/root-provider.d.ts
|
|
1161
|
+
interface SwitchRootProviderProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {
|
|
1162
|
+
value: ReturnType<typeof useSwitch>;
|
|
1163
|
+
}
|
|
1164
|
+
declare function RootProvider$4(props: SwitchRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1165
|
+
//#endregion
|
|
1166
|
+
//#region src/components/switch/anatomy/thumb.d.ts
|
|
1167
|
+
interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1168
|
+
declare function Thumb(props: SwitchThumbProps): react0.JSX.Element;
|
|
1169
|
+
//#endregion
|
|
1170
|
+
//#region src/components/switch/anatomy/root.d.ts
|
|
1171
|
+
interface SwitchRootProps extends Omit<Props$15, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1172
|
+
declare function Root$5(props: SwitchRootProps): react_jsx_runtime0.JSX.Element;
|
|
1173
|
+
//#endregion
|
|
1174
|
+
//#region src/components/switch/modules/anatomy.d.ts
|
|
1175
|
+
declare const Switch: typeof Root$5 & {
|
|
1176
|
+
Provider: typeof RootProvider$4;
|
|
1177
|
+
Context: typeof RootContext$6;
|
|
1178
|
+
Control: typeof Control$1;
|
|
1179
|
+
Thumb: typeof Thumb;
|
|
1180
|
+
Label: typeof Label$2;
|
|
1181
|
+
HiddenInput: typeof HiddenInput$1;
|
|
1182
|
+
};
|
|
1183
|
+
//#endregion
|
|
1184
|
+
//#region src/components/tabs/anatomy/content.d.ts
|
|
1185
|
+
interface TabsContentProps extends ContentProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1186
|
+
declare function Content$1(props: TabsContentProps): react0.JSX.Element;
|
|
1187
|
+
//#endregion
|
|
1188
|
+
//#region src/components/tabs/anatomy/indicator.d.ts
|
|
1189
|
+
interface TabsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1190
|
+
declare function Indicator(props: TabsIndicatorProps): react0.JSX.Element;
|
|
1191
|
+
//#endregion
|
|
1192
|
+
//#region src/components/tabs/anatomy/list.d.ts
|
|
1193
|
+
interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1194
|
+
declare function List(props: TabsListProps): react0.JSX.Element;
|
|
1195
|
+
//#endregion
|
|
1196
|
+
//#region src/components/tabs/anatomy/root.d.ts
|
|
1197
|
+
interface TabsRootProps extends Omit<Props$16, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1198
|
+
declare function Root$4(props: TabsRootProps): react_jsx_runtime0.JSX.Element;
|
|
1199
|
+
//#endregion
|
|
1200
|
+
//#region src/components/tabs/modules/provider.d.ts
|
|
1201
|
+
declare function useTabs(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
1202
|
+
//#endregion
|
|
1203
|
+
//#region src/components/tabs/anatomy/root-context.d.ts
|
|
1204
|
+
interface TabsRootContextProps {
|
|
1205
|
+
children: (tabs: ReturnType<typeof useTabs>) => ReactNode;
|
|
1206
|
+
}
|
|
1207
|
+
declare function RootContext$5(props: TabsRootContextProps): ReactNode;
|
|
1208
|
+
//#endregion
|
|
1209
|
+
//#region src/components/tabs/anatomy/root-provider.d.ts
|
|
1210
|
+
interface TabsRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1211
|
+
value: ReturnType<typeof useTabs>;
|
|
1212
|
+
}
|
|
1213
|
+
declare function RootProvider$3(props: TabsRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1214
|
+
//#endregion
|
|
1215
|
+
//#region src/components/tabs/anatomy/trigger.d.ts
|
|
1216
|
+
interface TabsTriggerProps extends TriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
1217
|
+
declare function Trigger$1(props: TabsTriggerProps): react0.JSX.Element;
|
|
1218
|
+
//#endregion
|
|
1219
|
+
//#region src/components/tabs/modules/anatomy.d.ts
|
|
1220
|
+
declare const Tabs: typeof Root$4 & {
|
|
1221
|
+
Provider: typeof RootProvider$3;
|
|
1222
|
+
Context: typeof RootContext$5;
|
|
1223
|
+
List: typeof List;
|
|
1224
|
+
Trigger: typeof Trigger$1;
|
|
1225
|
+
Indicator: typeof Indicator;
|
|
1226
|
+
Content: typeof Content$1;
|
|
1227
|
+
};
|
|
1228
|
+
//#endregion
|
|
1229
|
+
//#region src/components/tags-input/anatomy/clear-trigger.d.ts
|
|
1230
|
+
interface TagsInputClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1231
|
+
declare function ClearTrigger(props: TagsInputClearTriggerProps): react0.JSX.Element;
|
|
1232
|
+
//#endregion
|
|
1233
|
+
//#region src/components/tags-input/anatomy/control.d.ts
|
|
1234
|
+
interface TagsInputControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1235
|
+
declare function Control(props: TagsInputControlProps): react0.JSX.Element;
|
|
1236
|
+
//#endregion
|
|
1237
|
+
//#region src/components/tags-input/anatomy/hidden-input.d.ts
|
|
1238
|
+
interface TagsInputHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1239
|
+
declare function HiddenInput(props: TagsInputHiddenInputProps): react0.JSX.Element;
|
|
1240
|
+
//#endregion
|
|
1241
|
+
//#region src/components/tags-input/anatomy/input.d.ts
|
|
1242
|
+
interface TagsInputInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1243
|
+
declare function Input(props: TagsInputInputProps): react0.JSX.Element;
|
|
1244
|
+
//#endregion
|
|
1245
|
+
//#region src/components/tags-input/anatomy/item.d.ts
|
|
1246
|
+
interface TagsInputItemProps extends ItemProps$8, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1247
|
+
declare function Item$2(props: TagsInputItemProps): react_jsx_runtime0.JSX.Element;
|
|
1248
|
+
//#endregion
|
|
1249
|
+
//#region src/components/tags-input/anatomy/item-delete-trigger.d.ts
|
|
1250
|
+
interface TagsInputItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1251
|
+
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): react0.JSX.Element;
|
|
1252
|
+
//#endregion
|
|
1253
|
+
//#region src/components/tags-input/anatomy/item-input.d.ts
|
|
1254
|
+
interface TagsInputItemInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1255
|
+
declare function ItemInput(props: TagsInputItemInputProps): react0.JSX.Element;
|
|
1256
|
+
//#endregion
|
|
1257
|
+
//#region src/components/tags-input/anatomy/item-preview.d.ts
|
|
1258
|
+
interface TagsInputItemPreviewProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1259
|
+
declare function ItemPreview(props: TagsInputItemPreviewProps): react0.JSX.Element;
|
|
1260
|
+
//#endregion
|
|
1261
|
+
//#region src/components/tags-input/anatomy/item-text.d.ts
|
|
1262
|
+
interface TagsInputItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1263
|
+
declare function ItemText(props: TagsInputItemTextProps): react0.JSX.Element;
|
|
1264
|
+
//#endregion
|
|
1265
|
+
//#region src/components/tags-input/anatomy/label.d.ts
|
|
1266
|
+
interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1267
|
+
declare function Label$1(props: TagsInputLabelProps): react0.JSX.Element;
|
|
1268
|
+
//#endregion
|
|
1269
|
+
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1270
|
+
interface TagsInputRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1271
|
+
declare function Root$3(props: TagsInputRootProps): react_jsx_runtime0.JSX.Element;
|
|
1272
|
+
//#endregion
|
|
1273
|
+
//#region src/components/tags-input/modules/provider.d.ts
|
|
1274
|
+
declare function useTagsInput(props?: Omit<Props$17, 'id'>): Api$17<PropTypes>;
|
|
1275
|
+
//#endregion
|
|
1276
|
+
//#region src/components/tags-input/anatomy/root-context.d.ts
|
|
1277
|
+
interface TagsInputRootContextProps {
|
|
1278
|
+
children: (tagsInput: ReturnType<typeof useTagsInput>) => ReactNode;
|
|
1279
|
+
}
|
|
1280
|
+
declare function RootContext$4(props: TagsInputRootContextProps): ReactNode;
|
|
1281
|
+
//#endregion
|
|
1282
|
+
//#region src/components/tags-input/anatomy/root-provider.d.ts
|
|
1283
|
+
interface TagsInputRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1284
|
+
value: ReturnType<typeof useTagsInput>;
|
|
1285
|
+
}
|
|
1286
|
+
declare function RootProvider$2(props: TagsInputRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1287
|
+
//#endregion
|
|
1288
|
+
//#region src/components/tags-input/modules/anatomy.d.ts
|
|
1289
|
+
declare const TagsInput: typeof Root$3 & {
|
|
1290
|
+
Provider: typeof RootProvider$2;
|
|
1291
|
+
Context: typeof RootContext$4;
|
|
1292
|
+
Label: typeof Label$1;
|
|
1293
|
+
Control: typeof Control;
|
|
1294
|
+
Item: typeof Item$2;
|
|
1295
|
+
ItemPreview: typeof ItemPreview;
|
|
1296
|
+
ItemText: typeof ItemText;
|
|
1297
|
+
ItemDeleteTrigger: typeof ItemDeleteTrigger;
|
|
1298
|
+
ItemInput: typeof ItemInput;
|
|
1299
|
+
Input: typeof Input;
|
|
1300
|
+
ClearTrigger: typeof ClearTrigger;
|
|
1301
|
+
HiddenInput: typeof HiddenInput;
|
|
1302
|
+
};
|
|
1303
|
+
//#endregion
|
|
1304
|
+
//#region src/components/toast/anatomy/close-trigger.d.ts
|
|
1305
|
+
interface ToastCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1306
|
+
declare function CloseTrigger(props: ToastCloseTriggerProps): react0.JSX.Element;
|
|
1307
|
+
//#endregion
|
|
1308
|
+
//#region src/components/toast/anatomy/description.d.ts
|
|
1309
|
+
interface ToastDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1310
|
+
declare function Description(props: ToastDescriptionProps): react0.JSX.Element;
|
|
1311
|
+
//#endregion
|
|
1312
|
+
//#region src/components/toast/anatomy/group.d.ts
|
|
1313
|
+
interface ToastGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'children'> {
|
|
1314
|
+
toaster: Store;
|
|
1315
|
+
children?: (toast: Props$18) => JSX.Element | null;
|
|
1316
|
+
}
|
|
1317
|
+
declare function Group(props: ToastGroupProps): react_jsx_runtime0.JSX.Element;
|
|
1318
|
+
//#endregion
|
|
1319
|
+
//#region src/components/toast/anatomy/message.d.ts
|
|
1320
|
+
interface ToastMessageProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1321
|
+
declare function Message(props: ToastMessageProps): react0.JSX.Element;
|
|
1322
|
+
//#endregion
|
|
1323
|
+
//#region src/components/toast/anatomy/root.d.ts
|
|
1324
|
+
interface ToastRootProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1325
|
+
toast: Omit<Options, 'id' | 'parent'>;
|
|
1326
|
+
}
|
|
1327
|
+
declare function Root$2(props: ToastRootProps): react_jsx_runtime0.JSX.Element;
|
|
1328
|
+
//#endregion
|
|
1329
|
+
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1330
|
+
interface ToastRootContextProps {
|
|
1331
|
+
children: (toast: Api$18<PropTypes>) => ReactNode;
|
|
1332
|
+
}
|
|
1333
|
+
declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
1334
|
+
//#endregion
|
|
1335
|
+
//#region src/components/toast/anatomy/title.d.ts
|
|
1336
|
+
interface ToastTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1337
|
+
declare function Title(props: ToastTitleProps): react0.JSX.Element;
|
|
1338
|
+
//#endregion
|
|
1339
|
+
//#region src/components/toast/anatomy/action-trigger.d.ts
|
|
1340
|
+
interface ToastActionTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1341
|
+
declare function ActionTrigger(props: ToastActionTriggerProps): react0.JSX.Element;
|
|
1342
|
+
//#endregion
|
|
1343
|
+
//#region src/components/toast/modules/anatomy.d.ts
|
|
1344
|
+
declare const Toast: typeof Root$2 & {
|
|
1345
|
+
Context: typeof RootContext$3;
|
|
1346
|
+
Group: typeof Group;
|
|
1347
|
+
Message: typeof Message;
|
|
1348
|
+
Title: typeof Title;
|
|
1349
|
+
Description: typeof Description;
|
|
1350
|
+
ActionTrigger: typeof ActionTrigger;
|
|
1351
|
+
CloseTrigger: typeof CloseTrigger;
|
|
1352
|
+
};
|
|
1353
|
+
//#endregion
|
|
1354
|
+
//#region src/components/toggle-group/anatomy/item.d.ts
|
|
1355
|
+
interface ToggleGroupItemProps extends ItemProps$9, PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1356
|
+
declare function Item$1(props: ToggleGroupItemProps): react0.JSX.Element;
|
|
1357
|
+
//#endregion
|
|
1358
|
+
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1359
|
+
interface ToggleGroupRootProps extends Omit<Props$19, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1360
|
+
declare function ToggleGroupRoot(props: ToggleGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
1361
|
+
//#endregion
|
|
1362
|
+
//#region src/components/toggle-group/modules/provider.d.ts
|
|
1363
|
+
declare function useToggleGroup(props?: Omit<Props$19, 'id'>): Api$19<PropTypes>;
|
|
1364
|
+
//#endregion
|
|
1365
|
+
//#region src/components/toggle-group/anatomy/root-context.d.ts
|
|
1366
|
+
interface ToggleGroupRootContextProps {
|
|
1367
|
+
children: (togglegroup: ReturnType<typeof useToggleGroup>) => ReactNode;
|
|
1368
|
+
}
|
|
1369
|
+
declare function RootContext$2(props: ToggleGroupRootContextProps): ReactNode;
|
|
1370
|
+
//#endregion
|
|
1371
|
+
//#region src/components/toggle-group/anatomy/root-provider.d.ts
|
|
1372
|
+
interface ToggleGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1373
|
+
value: ReturnType<typeof useToggleGroup>;
|
|
1374
|
+
}
|
|
1375
|
+
declare function ToggleGroupRootProvider(props: ToggleGroupRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1376
|
+
//#endregion
|
|
1377
|
+
//#region src/components/toggle-group/modules/anatomy.d.ts
|
|
1378
|
+
declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
1379
|
+
Provider: typeof ToggleGroupRootProvider;
|
|
1380
|
+
Context: typeof RootContext$2;
|
|
1381
|
+
Item: typeof Item$1;
|
|
1382
|
+
};
|
|
1383
|
+
//#endregion
|
|
1384
|
+
//#region src/components/tooltip/anatomy/arrow.d.ts
|
|
1385
|
+
interface TooltipArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1386
|
+
declare function Arrow(props: TooltipArrowProps): react0.JSX.Element;
|
|
1387
|
+
//#endregion
|
|
1388
|
+
//#region src/components/tooltip/anatomy/arrow-tip.d.ts
|
|
1389
|
+
interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1390
|
+
declare function ArrowTip(props: TooltipArrowTipProps): react0.JSX.Element;
|
|
1391
|
+
//#endregion
|
|
1392
|
+
//#region src/components/tooltip/anatomy/content.d.ts
|
|
1393
|
+
interface TooltipContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1394
|
+
declare function Content(props: TooltipContentProps): react0.JSX.Element;
|
|
1395
|
+
//#endregion
|
|
1396
|
+
//#region src/components/tooltip/anatomy/positioner.d.ts
|
|
1397
|
+
interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1398
|
+
declare function Positioner(props: TooltipPositionerProps): react_jsx_runtime0.JSX.Element;
|
|
1399
|
+
//#endregion
|
|
1400
|
+
//#region src/components/tooltip/anatomy/root.d.ts
|
|
1401
|
+
interface TooltipRootProps extends PropsWithChildren, Omit<Props$20, 'id'> {}
|
|
1402
|
+
declare function Root$1(props: TooltipRootProps): react_jsx_runtime0.JSX.Element;
|
|
1403
|
+
//#endregion
|
|
1404
|
+
//#region src/components/tooltip/modules/provider.d.ts
|
|
1405
|
+
declare function useTooltip(props?: Omit<Props$20, 'id'>): Api$20<PropTypes>;
|
|
1406
|
+
//#endregion
|
|
1407
|
+
//#region src/components/tooltip/anatomy/root-context.d.ts
|
|
1408
|
+
interface TooltipRootContextProps {
|
|
1409
|
+
children: (tooltip: ReturnType<typeof useTooltip>) => ReactNode;
|
|
1410
|
+
}
|
|
1411
|
+
declare function RootContext$1(props: TooltipRootContextProps): ReactNode;
|
|
1412
|
+
//#endregion
|
|
1413
|
+
//#region src/components/tooltip/anatomy/root-provider.d.ts
|
|
1414
|
+
interface TooltipRootProviderProps extends PropsWithChildren {
|
|
1415
|
+
value: ReturnType<typeof useTooltip>;
|
|
1416
|
+
}
|
|
1417
|
+
declare function RootProvider$1(props: TooltipRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1418
|
+
//#endregion
|
|
1419
|
+
//#region src/components/tooltip/anatomy/trigger.d.ts
|
|
1420
|
+
interface TooltipTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1421
|
+
declare function Trigger(props: TooltipTriggerProps): react0.JSX.Element;
|
|
1422
|
+
//#endregion
|
|
1423
|
+
//#region src/components/tooltip/modules/anatomy.d.ts
|
|
1424
|
+
declare const Tooltip: typeof Root$1 & {
|
|
1425
|
+
Provider: typeof RootProvider$1;
|
|
1426
|
+
Context: typeof RootContext$1;
|
|
1427
|
+
Trigger: typeof Trigger;
|
|
1428
|
+
Positioner: typeof Positioner;
|
|
1429
|
+
Content: typeof Content;
|
|
1430
|
+
Arrow: typeof Arrow;
|
|
1431
|
+
ArrowTip: typeof ArrowTip;
|
|
1432
|
+
};
|
|
1433
|
+
//#endregion
|
|
1434
|
+
//#region src/components/tree-view/anatomy/branch-content.d.ts
|
|
1435
|
+
interface TreeViewBranchContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1436
|
+
declare function BranchContent(props: TreeViewBranchContentProps): react0.JSX.Element;
|
|
1437
|
+
//#endregion
|
|
1438
|
+
//#region src/components/tree-view/anatomy/branch-control.d.ts
|
|
1439
|
+
interface TreeViewBranchControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1440
|
+
declare function BranchControl(props: TreeViewBranchControlProps): react0.JSX.Element;
|
|
1441
|
+
//#endregion
|
|
1442
|
+
//#region src/components/tree-view/anatomy/branch-indent-guide.d.ts
|
|
1443
|
+
interface TreeViewBranchIndentGuideProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1444
|
+
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): react0.JSX.Element;
|
|
1445
|
+
//#endregion
|
|
1446
|
+
//#region src/components/tree-view/anatomy/branch-indicator.d.ts
|
|
1447
|
+
interface TreeViewBranchIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1448
|
+
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): react0.JSX.Element;
|
|
1449
|
+
//#endregion
|
|
1450
|
+
//#region src/components/tree-view/anatomy/branch-text.d.ts
|
|
1451
|
+
interface TreeViewBranchTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1452
|
+
declare function BranchText(props: TreeViewBranchTextProps): react0.JSX.Element;
|
|
1453
|
+
//#endregion
|
|
1454
|
+
//#region src/components/tree-view/anatomy/branch.d.ts
|
|
1455
|
+
interface TreeViewBranchProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1456
|
+
declare function Branch(props: TreeViewBranchProps): react0.JSX.Element;
|
|
1457
|
+
//#endregion
|
|
1458
|
+
//#region src/components/tree-view/anatomy/item.d.ts
|
|
1459
|
+
interface TreeViewItemProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1460
|
+
declare function Item(props: TreeViewItemProps): react0.JSX.Element;
|
|
1461
|
+
//#endregion
|
|
1462
|
+
//#region src/components/tree-view/anatomy/label.d.ts
|
|
1463
|
+
interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'> {
|
|
1464
|
+
/**
|
|
1465
|
+
* The level of the heading.
|
|
1466
|
+
*
|
|
1467
|
+
* @defaultValue 3
|
|
1468
|
+
*/
|
|
1469
|
+
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
1470
|
+
}
|
|
1471
|
+
declare function Label(props: TreeViewLabelProps): JSX.Element;
|
|
1472
|
+
//#endregion
|
|
1473
|
+
//#region src/components/tree-view/anatomy/node-context.d.ts
|
|
1474
|
+
interface TreeViewNodeContextProps {
|
|
1475
|
+
children: (treeView: NodeProps) => ReactNode;
|
|
1476
|
+
}
|
|
1477
|
+
declare function NodeContext(props: TreeViewNodeContextProps): ReactNode;
|
|
1478
|
+
//#endregion
|
|
1479
|
+
//#region src/components/tree-view/anatomy/node-provider.d.ts
|
|
1480
|
+
interface TreeViewNodeProviderProps extends PropsWithChildren {
|
|
1481
|
+
value: NodeProps;
|
|
1482
|
+
}
|
|
1483
|
+
declare function NodeProvider(props: TreeViewNodeProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1484
|
+
//#endregion
|
|
1485
|
+
//#region src/components/tree-view/modules/provider.d.ts
|
|
1486
|
+
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$21<T>, 'id'>): Api$21<PropTypes>;
|
|
1487
|
+
//#endregion
|
|
1488
|
+
//#region src/components/tree-view/anatomy/root-context.d.ts
|
|
1489
|
+
interface TreeViewRootContextProps {
|
|
1490
|
+
children: (treeView: ReturnType<typeof useTreeView>) => ReactNode;
|
|
1491
|
+
}
|
|
1492
|
+
declare function RootContext(props: TreeViewRootContextProps): ReactNode;
|
|
1493
|
+
//#endregion
|
|
1494
|
+
//#region src/components/tree-view/anatomy/root-provider.d.ts
|
|
1495
|
+
interface TreeViewRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1496
|
+
value: ReturnType<typeof useTreeView>;
|
|
1497
|
+
}
|
|
1498
|
+
declare function RootProvider(props: TreeViewRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1499
|
+
//#endregion
|
|
1500
|
+
//#region src/components/tree-view/anatomy/root.d.ts
|
|
1501
|
+
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$21<T>, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1502
|
+
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): react_jsx_runtime0.JSX.Element;
|
|
1503
|
+
//#endregion
|
|
1504
|
+
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
1505
|
+
interface TreeViewTreeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1506
|
+
declare function Tree(props: TreeViewTreeProps): react0.JSX.Element;
|
|
1507
|
+
//#endregion
|
|
1508
|
+
//#region src/components/tree-view/modules/anatomy.d.ts
|
|
1509
|
+
declare const TreeView: typeof Root & {
|
|
1510
|
+
Provider: typeof RootProvider;
|
|
1511
|
+
Context: typeof RootContext;
|
|
1512
|
+
Tree: typeof Tree;
|
|
1513
|
+
Label: typeof Label;
|
|
1514
|
+
NodeProvider: typeof NodeProvider;
|
|
1515
|
+
NodeContext: typeof NodeContext;
|
|
1516
|
+
Branch: typeof Branch;
|
|
1517
|
+
BranchControl: typeof BranchControl;
|
|
1518
|
+
BranchText: typeof BranchText;
|
|
1519
|
+
BranchIndicator: typeof BranchIndicator;
|
|
1520
|
+
BranchContent: typeof BranchContent;
|
|
1521
|
+
BranchIndentGuide: typeof BranchIndentGuide;
|
|
1522
|
+
Item: typeof Item;
|
|
1523
|
+
};
|
|
1524
|
+
//#endregion
|
|
1525
|
+
//#region src/hooks/use-list-collection.d.ts
|
|
1526
|
+
declare function useListCollection<T extends CollectionItem = CollectionItem>(options: CollectionOptions<T>): ListCollection<T>;
|
|
1527
|
+
//#endregion
|
|
1528
|
+
export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|
|
1529
|
+
//# sourceMappingURL=index.d.mts.map
|