solid-baseui 0.1.0-alpha.0 → 0.1.0-alpha.1
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/CHANGELOG.md +30 -0
- package/README.md +95 -8
- package/dist/lib/client/DialogHandle-BGyIbcvg.js +521 -0
- package/dist/lib/client/DialogPopup-Df7MC358.js +138 -0
- package/dist/lib/client/FieldControl-C0PATyKV.js +142 -0
- package/dist/lib/client/{FocusManager-grSdNHqW.js → FocusManager-NP1uPXTi.js} +5 -5
- package/dist/lib/client/{FormContext-BB05lWOI.js → FormContext-CwLBtm_d.js} +1 -0
- package/dist/lib/client/{LabelableContext-DKsB0fIx.js → LabelableContext-CmQF-TX2.js} +3 -6
- package/dist/lib/client/MenuSubmenuTrigger-yfncqM-D.js +1584 -0
- package/dist/lib/client/{PopupHandle-CcJG4NMy.js → PopupHandle-CQI6Om1Z.js} +1 -1
- package/dist/lib/client/{PopupStore-DjB-wO88.js → PopupStore-Du0O57fL.js} +118 -98
- package/dist/lib/client/{PopupViewport-DgrIqQea.js → PopupViewport-IS4XU03s.js} +2 -2
- package/dist/lib/client/Separator-D5oJzlA3.js +27 -0
- package/dist/lib/client/TriggerFocusGuards-Cs8LVBj5.js +51 -0
- package/dist/lib/client/accordion/index.js +1 -1
- package/dist/lib/client/accordion-BFeZFpJZ.js +381 -0
- package/dist/lib/client/alert-dialog/index.js +1 -1
- package/dist/lib/client/{alert-dialog-BH_3ndio.js → alert-dialog-BxGUF8_Q.js} +2 -2
- package/dist/lib/client/autocomplete/index.js +1 -1
- package/dist/lib/client/{autocomplete-Cob_FZEP.js → autocomplete-C9QA98XD.js} +30 -25
- package/dist/lib/client/avatar/index.js +1 -1
- package/dist/lib/client/avatar-BQoEzzav.js +191 -0
- package/dist/lib/client/button/index.js +1 -1
- package/dist/lib/client/button-akYS6FyY.js +88 -0
- package/dist/lib/client/checkbox/index.js +1 -1
- package/dist/lib/client/checkbox-DOXtzBhA.js +425 -0
- package/dist/lib/client/checkbox-group/index.js +1 -1
- package/dist/lib/client/checkbox-group-CwMDoSTK.js +135 -0
- package/dist/lib/client/collapsible/index.js +1 -1
- package/dist/lib/client/collapsible-t8YReaIp.js +230 -0
- package/dist/lib/client/combobox/index.js +2 -2
- package/dist/lib/client/combobox-6DhOdzit.js +399 -0
- package/dist/lib/client/{constants-BYjBUIIi.js → constants-cOVxAoxB.js} +5 -1
- package/dist/lib/client/context-menu/index.js +1 -1
- package/dist/lib/client/context-menu-CplDpqmi.js +220 -0
- package/dist/lib/client/{createAnchorPositioning-DcxDXUgB.js → createAnchorPositioning-D96gu-Dz.js} +148 -145
- package/dist/lib/client/{createCollapsiblePanel-DeDu0O2t.js → createCollapsiblePanel-BQ8r4RTi.js} +1 -1
- package/dist/lib/client/createFocusInteraction--s9_qBf3.js +60 -0
- package/dist/lib/client/createLabelableId-DxJRwMUJ.js +14 -0
- package/dist/lib/client/{createPopupAutoResize-CGNiLhGq.js → createPopupAutoResize-Dn-stj-8.js} +1 -1
- package/dist/lib/client/{createTransitionStatus-B1L-whed.js → createTransitionStatus-BL_cPSEA.js} +12 -12
- package/dist/lib/client/dialog/index.js +1 -1
- package/dist/lib/client/{dialog-DkaQwIgP.js → dialog-B9tR9X48.js} +2 -2
- package/dist/lib/client/drawer/index.js +1 -1
- package/dist/lib/client/drawer-dyr3_sKQ.js +1539 -0
- package/dist/lib/client/field/index.js +1 -1
- package/dist/lib/client/field-CjUAjp1m.js +483 -0
- package/dist/lib/client/fieldset/index.js +1 -1
- package/dist/lib/client/fieldset-Byqk3noT.js +70 -0
- package/dist/lib/client/form/index.js +1 -1
- package/dist/lib/client/form-6Ne_bWQX.js +109 -0
- package/dist/lib/client/index.js +44 -42
- package/dist/lib/client/input/index.js +1 -1
- package/dist/lib/client/{input-gb0ejxkm.js → input-_QHvSSqM.js} +1 -1
- package/dist/lib/client/internals/form-context/index.js +1 -1
- package/dist/lib/client/internals/labelable-provider/index.js +1 -1
- package/dist/lib/client/menu/index.js +1 -1
- package/dist/lib/client/menu-DLqUBmMK.js +334 -0
- package/dist/lib/client/menubar/index.js +1 -1
- package/dist/lib/client/menubar-DhPRUQZ6.js +163 -0
- package/dist/lib/client/{mergeStyleValue-C4ITiiIV.js → mergeStyleValue-DhTA9Nwe.js} +7 -3
- package/dist/lib/client/meter/index.js +1 -1
- package/dist/lib/client/meter-BvWdppcx.js +178 -0
- package/dist/lib/client/navigation-menu/index.js +1 -1
- package/dist/lib/client/navigation-menu-mVHV41Ky.js +1070 -0
- package/dist/lib/client/number-field/index.js +1 -1
- package/dist/lib/client/number-field-DusLw_0X.js +1043 -0
- package/dist/lib/client/otp-field/index.js +1 -1
- package/dist/lib/client/otp-field-D-B9tZzF.js +584 -0
- package/dist/lib/client/popover/index.js +1 -1
- package/dist/lib/client/popover-Cv7xn0nW.js +938 -0
- package/dist/lib/client/popupStateMapping-C6jQ_LKo.js +371 -0
- package/dist/lib/client/preview-card/index.js +1 -1
- package/dist/lib/client/preview-card-FTN_aafM.js +632 -0
- package/dist/lib/client/progress/index.js +1 -1
- package/dist/lib/client/progress-AVKxvgpc.js +195 -0
- package/dist/lib/client/radio/index.js +1 -1
- package/dist/lib/client/radio-DA_oZhQT.js +284 -0
- package/dist/lib/client/radio-group/index.js +1 -1
- package/dist/lib/client/radio-group-CWtQxWDl.js +195 -0
- package/dist/lib/client/runOnceAnimationsFinish-CFADb4CN.js +49 -0
- package/dist/lib/client/{safePolygon--bbKn0c8.js → safePolygon-DJG0VIVo.js} +4 -0
- package/dist/lib/client/scroll-area/index.js +1 -1
- package/dist/lib/client/scroll-area-NCr49LkD.js +717 -0
- package/dist/lib/client/select/index.js +1 -1
- package/dist/lib/client/select-DSPJt7Rk.js +1933 -0
- package/dist/lib/client/separator/index.js +1 -1
- package/dist/lib/client/slider/index.js +1 -1
- package/dist/lib/client/slider-CWq9hxFf.js +927 -0
- package/dist/lib/client/switch/index.js +1 -1
- package/dist/lib/client/switch-CPl7QHKI.js +306 -0
- package/dist/lib/client/tabs/index.js +1 -1
- package/dist/lib/client/tabs-Bn4rZDyZ.js +692 -0
- package/dist/lib/client/toast/index.js +1 -1
- package/dist/lib/client/toast-7LdqZWOs.js +1118 -0
- package/dist/lib/client/toggle/index.js +1 -1
- package/dist/lib/client/toggle-CsC37e3e.js +142 -0
- package/dist/lib/client/toggle-group/index.js +1 -1
- package/dist/lib/client/toggle-group-DSWb9HxN.js +134 -0
- package/dist/lib/client/toolbar/index.js +1 -1
- package/dist/lib/client/toolbar-DcCi3HNp.js +504 -0
- package/dist/lib/client/tooltip/index.js +1 -1
- package/dist/lib/client/tooltip-D-PkGco9.js +849 -0
- package/dist/lib/client/use-render/index.js +2 -0
- package/dist/lib/client/useFilteredItems-B7z2CGMV.js +2270 -0
- package/dist/lib/client/useRender-CxZ8PI-g.js +12 -0
- package/dist/lib/server/{DialogHandle-ATZlm9RC.js → DialogHandle-nJSSy_jM.js} +24 -33
- package/dist/lib/server/{DialogPopup-BebI-w5P.js → DialogPopup-Da1aIxVA.js} +10 -13
- package/dist/lib/server/{FieldControl-Y_kI7ARp.js → FieldControl-BDeNR3ug.js} +56 -20
- package/dist/lib/server/{FocusManager-BrbZVWME.js → FocusManager-1LfoCsya.js} +1 -3
- package/dist/lib/server/{FormContext-pvESt85v.js → FormContext-CYwo_ZnB.js} +1 -0
- package/dist/lib/server/{LabelableContext-DZP3rgAY.js → LabelableContext-BTeF0IWb.js} +4 -6
- package/dist/lib/server/{MenuSubmenuTrigger-DA4gsv6z.js → MenuSubmenuTrigger-rR8ZN7YR.js} +133 -166
- package/dist/lib/server/{PopupHandle-DthPgNjy.js → PopupHandle-Ct6wywmP.js} +1 -1
- package/dist/lib/server/{PopupStore-DEs3FAEe.js → PopupStore-kHjFPiQ5.js} +38 -14
- package/dist/lib/server/{PopupViewport-3r_KTFwX.js → PopupViewport-DftN5VUp.js} +2 -2
- package/dist/lib/server/{Separator-vhhYxWGr.js → Separator-DTvtnxzP.js} +4 -6
- package/dist/lib/server/TriggerFocusGuards-CvoGfft9.js +61 -0
- package/dist/lib/server/accordion/index.js +32 -70
- package/dist/lib/server/alert-dialog/index.js +2 -2
- package/dist/lib/server/autocomplete/index.js +14 -5
- package/dist/lib/server/avatar/index.js +90 -51
- package/dist/lib/server/button/index.js +8 -9
- package/dist/lib/server/checkbox/index.js +30 -57
- package/dist/lib/server/checkbox-group/index.js +20 -10
- package/dist/lib/server/collapsible/index.js +36 -43
- package/dist/lib/server/combobox/index.js +64 -35
- package/dist/lib/server/{constants-9H__9xbS.js → constants-D7ciIzsV.js} +8 -3
- package/dist/lib/server/context-menu/index.js +7 -9
- package/dist/lib/server/{createAnchorPositioning-C-cVOPwz.js → createAnchorPositioning-B5Y0WEev.js} +11 -6
- package/dist/lib/server/{createCollapsiblePanel-DTyVJz0G.js → createCollapsiblePanel-B45kTe6v.js} +1 -1
- package/dist/lib/server/{createFocusInteraction-EIS0QOel.js → createFocusInteraction-DMyKsniI.js} +22 -2
- package/dist/lib/server/createLabelableId-WMUKtY6s.js +18 -0
- package/dist/lib/server/{createPopupAutoResize-DO50jjNX.js → createPopupAutoResize-ImBjwdj_.js} +1 -1
- package/dist/lib/server/{createTransitionStatus-BTlrerSS.js → createTransitionStatus-184v7j3-.js} +2 -2
- package/dist/lib/server/dialog/index.js +2 -2
- package/dist/lib/server/drawer/index.js +63 -71
- package/dist/lib/server/field/index.js +105 -93
- package/dist/lib/server/fieldset/index.js +13 -16
- package/dist/lib/server/form/index.js +16 -12
- package/dist/lib/server/index.js +5 -3
- package/dist/lib/server/input/index.js +1 -1
- package/dist/lib/server/internals/form-context/index.js +1 -1
- package/dist/lib/server/internals/labelable-provider/index.js +1 -1
- package/dist/lib/server/menu/index.js +21 -20
- package/dist/lib/server/menubar/index.js +6 -31
- package/dist/lib/server/{mergeStyleValue-Db8bRCM4.js → mergeStyleValue-BwJ10_X2.js} +6 -1
- package/dist/lib/server/meter/index.js +20 -32
- package/dist/lib/server/navigation-menu/index.js +53 -124
- package/dist/lib/server/number-field/index.js +44 -42
- package/dist/lib/server/otp-field/index.js +11 -14
- package/dist/lib/server/popover/index.js +42 -59
- package/dist/lib/server/{popupStateMapping-nKoUwoke.js → popupStateMapping-B2KsiiLb.js} +18 -16
- package/dist/lib/server/preview-card/index.js +30 -41
- package/dist/lib/server/progress/index.js +21 -33
- package/dist/lib/server/radio/index.js +18 -39
- package/dist/lib/server/radio-group/index.js +7 -8
- package/dist/lib/server/{runOnceAnimationsFinish-DCHzXWZU.js → runOnceAnimationsFinish-CYq38H8J.js} +2 -1
- package/dist/lib/server/{safePolygon-CAm5RJGv.js → safePolygon-C1GNJbKR.js} +5 -0
- package/dist/lib/server/scroll-area/index.js +23 -32
- package/dist/lib/server/select/index.js +95 -181
- package/dist/lib/server/separator/index.js +1 -1
- package/dist/lib/server/slider/index.js +25 -38
- package/dist/lib/server/switch/index.js +13 -23
- package/dist/lib/server/tabs/index.js +185 -129
- package/dist/lib/server/toast/index.js +49 -66
- package/dist/lib/server/toggle/index.js +4 -6
- package/dist/lib/server/toggle-group/index.js +9 -7
- package/dist/lib/server/toolbar/index.js +62 -79
- package/dist/lib/server/tooltip/index.js +28 -37
- package/dist/lib/server/use-render/index.js +2 -0
- package/dist/lib/server/{useFilteredItems-DvuctLt3.js → useFilteredItems-DCxq20Is.js} +164 -189
- package/dist/lib/server/useRender-CryVdCjs.js +16 -0
- package/dist/lib/types/accordion/header/AccordionHeader.d.ts +1 -1
- package/dist/lib/types/accordion/item/AccordionItem.d.ts +1 -1
- package/dist/lib/types/accordion/panel/AccordionPanel.d.ts +1 -1
- package/dist/lib/types/accordion/root/AccordionRoot.d.ts +2 -7
- package/dist/lib/types/accordion/trigger/AccordionTrigger.d.ts +1 -1
- package/dist/lib/types/alert-dialog/trigger/AlertDialogTrigger.d.ts +1 -2
- package/dist/lib/types/autocomplete/trigger/AutocompleteTrigger.d.ts +1 -0
- package/dist/lib/types/avatar/fallback/AvatarFallback.d.ts +2 -2
- package/dist/lib/types/avatar/image/AvatarImage.d.ts +9 -3
- package/dist/lib/types/avatar/image/createImageLoadingStatus.d.ts +3 -2
- package/dist/lib/types/avatar/root/AvatarRoot.d.ts +1 -1
- package/dist/lib/types/button/Button.d.ts +1 -1
- package/dist/lib/types/checkbox-group/CheckboxGroupContext.d.ts +4 -1
- package/dist/lib/types/collapsible/panel/CollapsiblePanel.d.ts +1 -1
- package/dist/lib/types/collapsible/root/CollapsibleRoot.d.ts +1 -1
- package/dist/lib/types/collapsible/trigger/CollapsibleTrigger.d.ts +1 -1
- package/dist/lib/types/combobox/index.d.ts +2 -0
- package/dist/lib/types/combobox/index.parts.d.ts +1 -0
- package/dist/lib/types/combobox/items/createItems.d.ts +42 -0
- package/dist/lib/types/combobox/root/AriaCombobox.d.ts +4 -0
- package/dist/lib/types/combobox/root/ComboboxRoot.d.ts +12 -8
- package/dist/lib/types/combobox/root/ComboboxRootContext.d.ts +2 -0
- package/dist/lib/types/combobox/trigger/ComboboxTrigger.d.ts +1 -0
- package/dist/lib/types/dialog/backdrop/DialogBackdrop.d.ts +1 -1
- package/dist/lib/types/dialog/description/DialogDescription.d.ts +1 -1
- package/dist/lib/types/dialog/title/DialogTitle.d.ts +1 -1
- package/dist/lib/types/dialog/viewport/DialogViewport.d.ts +1 -1
- package/dist/lib/types/drawer/backdrop/DrawerBackdrop.d.ts +1 -1
- package/dist/lib/types/drawer/content/DrawerContent.d.ts +1 -1
- package/dist/lib/types/drawer/indent/DrawerIndent.d.ts +1 -1
- package/dist/lib/types/drawer/indent-background/DrawerIndentBackground.d.ts +1 -1
- package/dist/lib/types/field/root/FieldRoot.d.ts +1 -1
- package/dist/lib/types/field/root/createFieldValidation.d.ts +3 -2
- package/dist/lib/types/fieldset/legend/FieldsetLegend.d.ts +1 -1
- package/dist/lib/types/fieldset/root/FieldsetRoot.d.ts +1 -1
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib/types/internals/createTransitionStatus.d.ts +1 -1
- package/dist/lib/types/internals/form-context/FormContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/LabelableContext.d.ts +1 -0
- package/dist/lib/types/internals/labelable-provider/createLabelableId.d.ts +3 -0
- package/dist/lib/types/internals/overlay/PopupPortal.d.ts +4 -2
- package/dist/lib/types/internals/overlay/createPopupPresence.d.ts +1 -0
- package/dist/lib/types/menu/root/MenuRootContext.d.ts +1 -0
- package/dist/lib/types/meter/indicator/MeterIndicator.d.ts +1 -1
- package/dist/lib/types/meter/label/MeterLabel.d.ts +1 -1
- package/dist/lib/types/meter/root/MeterRoot.d.ts +1 -1
- package/dist/lib/types/meter/track/MeterTrack.d.ts +1 -1
- package/dist/lib/types/meter/value/MeterValue.d.ts +1 -1
- package/dist/lib/types/navigation-menu/trigger/NavigationMenuTrigger.d.ts +1 -0
- package/dist/lib/types/number-field/root/NumberFieldRootContext.d.ts +1 -0
- package/dist/lib/types/popover/arrow/PopoverArrow.d.ts +1 -1
- package/dist/lib/types/popover/backdrop/PopoverBackdrop.d.ts +1 -1
- package/dist/lib/types/popover/description/PopoverDescription.d.ts +1 -1
- package/dist/lib/types/popover/positioner/PopoverPositioner.d.ts +1 -1
- package/dist/lib/types/popover/title/PopoverTitle.d.ts +1 -1
- package/dist/lib/types/preview-card/arrow/PreviewCardArrow.d.ts +1 -1
- package/dist/lib/types/preview-card/backdrop/PreviewCardBackdrop.d.ts +1 -1
- package/dist/lib/types/preview-card/positioner/PreviewCardPositioner.d.ts +1 -1
- package/dist/lib/types/progress/indicator/ProgressIndicator.d.ts +1 -1
- package/dist/lib/types/progress/label/ProgressLabel.d.ts +1 -1
- package/dist/lib/types/progress/root/ProgressRoot.d.ts +1 -1
- package/dist/lib/types/progress/track/ProgressTrack.d.ts +1 -1
- package/dist/lib/types/progress/value/ProgressValue.d.ts +1 -1
- package/dist/lib/types/radio/indicator/RadioIndicator.d.ts +2 -2
- package/dist/lib/types/scroll-area/content/ScrollAreaContent.d.ts +1 -1
- package/dist/lib/types/scroll-area/corner/ScrollAreaCorner.d.ts +1 -1
- package/dist/lib/types/scroll-area/root/ScrollAreaRoot.d.ts +1 -1
- package/dist/lib/types/scroll-area/scrollbar/ScrollAreaScrollbar.d.ts +2 -1
- package/dist/lib/types/scroll-area/thumb/ScrollAreaThumb.d.ts +1 -1
- package/dist/lib/types/scroll-area/viewport/ScrollAreaViewport.d.ts +1 -1
- package/dist/lib/types/separator/Separator.d.ts +1 -1
- package/dist/lib/types/tabs/indicator/prehydrationScript.d.ts +1 -1
- package/dist/lib/types/tabs/list/TabsList.d.ts +1 -1
- package/dist/lib/types/tabs/panel/TabsPanel.d.ts +1 -1
- package/dist/lib/types/tabs/root/TabsRoot.d.ts +1 -1
- package/dist/lib/types/tabs/tab/TabsTab.d.ts +1 -1
- package/dist/lib/types/toast/createToastManager.d.ts +2 -2
- package/dist/lib/types/toast/store/ToastStore.d.ts +1 -1
- package/dist/lib/types/toast/useToastManager.d.ts +1 -1
- package/dist/lib/types/toggle/Toggle.d.ts +1 -1
- package/dist/lib/types/toggle-group/ToggleGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/group/ToolbarGroup.d.ts +1 -1
- package/dist/lib/types/toolbar/link/ToolbarLink.d.ts +1 -1
- package/dist/lib/types/toolbar/root/ToolbarRoot.d.ts +1 -1
- package/dist/lib/types/toolbar/separator/ToolbarSeparator.d.ts +1 -1
- package/dist/lib/types/tooltip/arrow/TooltipArrow.d.ts +1 -1
- package/dist/lib/types/tooltip/positioner/TooltipPositioner.d.ts +1 -1
- package/dist/lib/types/types/index.d.ts +7 -3
- package/dist/lib/types/use-render/index.d.ts +2 -0
- package/dist/lib/types/use-render/useRender.d.ts +10 -0
- package/package.json +24 -11
- package/dist/lib/client/DialogHandle-DrN2YWCv.js +0 -518
- package/dist/lib/client/DialogPopup-ZlqmGfdk.js +0 -136
- package/dist/lib/client/FieldControl-Bc-z2og6.js +0 -116
- package/dist/lib/client/MenuSubmenuTrigger-QZkQ0F2v.js +0 -1570
- package/dist/lib/client/Separator-9DboD_Si.js +0 -25
- package/dist/lib/client/TriggerFocusGuards-CQ-JuASy.js +0 -56
- package/dist/lib/client/accordion-sOXt9AlG.js +0 -399
- package/dist/lib/client/avatar-AF9vyD4q.js +0 -146
- package/dist/lib/client/button-DpUi-2g8.js +0 -82
- package/dist/lib/client/checkbox-BbAwOptH.js +0 -441
- package/dist/lib/client/checkbox-group-CSSp_805.js +0 -128
- package/dist/lib/client/collapsible-BIbje_ub.js +0 -232
- package/dist/lib/client/combobox-8O-vgTLL.js +0 -352
- package/dist/lib/client/context-menu-BTMkXtrs.js +0 -217
- package/dist/lib/client/createFocusInteraction-D4w1-235.js +0 -50
- package/dist/lib/client/drawer-Ce2cChLt.js +0 -1550
- package/dist/lib/client/field-C-o7jzKW.js +0 -469
- package/dist/lib/client/fieldset-BQTAWv2L.js +0 -65
- package/dist/lib/client/form-BINBiW5L.js +0 -106
- package/dist/lib/client/menu-DeMT08oD.js +0 -326
- package/dist/lib/client/menubar-C4aomSYv.js +0 -185
- package/dist/lib/client/meter-xSU37Q0m.js +0 -171
- package/dist/lib/client/navigation-menu-ZILQmdn6.js +0 -1083
- package/dist/lib/client/number-field-B8CsTb_8.js +0 -1035
- package/dist/lib/client/otp-field-DBkMcnog.js +0 -582
- package/dist/lib/client/popover-CQwyp-fs.js +0 -929
- package/dist/lib/client/popupStateMapping-C9eZl19i.js +0 -367
- package/dist/lib/client/preview-card-D_2Q8lpC.js +0 -625
- package/dist/lib/client/progress-D7r0xAC9.js +0 -188
- package/dist/lib/client/radio-CzGQ81z1.js +0 -299
- package/dist/lib/client/radio-group-DpHlBKA6.js +0 -193
- package/dist/lib/client/runOnceAnimationsFinish-15EM-Z4l.js +0 -48
- package/dist/lib/client/scroll-area-CffM4U0R.js +0 -701
- package/dist/lib/client/select-IFhiEg73.js +0 -1940
- package/dist/lib/client/slider-BCagYmGp.js +0 -921
- package/dist/lib/client/switch-RIJeDnvS.js +0 -308
- package/dist/lib/client/tabs-fOAKs7r3.js +0 -696
- package/dist/lib/client/toast-D2P8UqUs.js +0 -1108
- package/dist/lib/client/toggle-group-0Aue0owJ.js +0 -129
- package/dist/lib/client/toggle-momVEIBL.js +0 -138
- package/dist/lib/client/toolbar-Du22aKCv.js +0 -492
- package/dist/lib/client/tooltip-CyK61fl1.js +0 -844
- package/dist/lib/client/useFilteredItems-DTekHz39.js +0 -2223
- package/dist/lib/client/withoutComponentBinding-CcCW7fSc.js +0 -13
- package/dist/lib/server/TriggerFocusGuards-sbGwf45f.js +0 -63
- package/dist/lib/server/withoutComponentBinding-BHaWr5kU.js +0 -20
- package/dist/lib/types/internals/withoutComponentBinding.d.ts +0 -7
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { t as __exportAll } from "../rolldown-runtime-D7D4PA-g.js";
|
|
2
|
+
import { t as useRender } from "../useRender-CryVdCjs.js";
|
|
2
3
|
import { getStateAttributesProps } from "../internals/getStateAttributesProps.js";
|
|
3
4
|
import { C as missing, p as initial, s as disabled, w as none } from "../internals/reasons.js";
|
|
4
5
|
import { n as resolveClass, t as resolveStyle } from "../resolveStyle-XCSFDHAL.js";
|
|
5
6
|
import { createChangeEventDetails } from "../internals/createBaseUIEventDetails.js";
|
|
6
7
|
import { transitionStatusMapping } from "../internals/stateAttributesMapping.js";
|
|
7
8
|
import { composeEventHandlers } from "../internals/composeEventHandlers.js";
|
|
8
|
-
import { t as runOnceAnimationsFinish } from "../runOnceAnimationsFinish-
|
|
9
|
-
import { t as createTransitionStatus } from "../createTransitionStatus-
|
|
9
|
+
import { t as runOnceAnimationsFinish } from "../runOnceAnimationsFinish-CYq38H8J.js";
|
|
10
|
+
import { t as createTransitionStatus } from "../createTransitionStatus-184v7j3-.js";
|
|
10
11
|
import { n as useDirection } from "../DirectionContext-YORWLF08.js";
|
|
11
12
|
import { n as useCSPContext } from "../CSPContext-DOxR0PO7.js";
|
|
12
13
|
import { mergeStyles } from "../internals/mergeStyles.js";
|
|
13
|
-
import {
|
|
14
|
+
import { escape, isServer, memo, mergeProps, ssrElement } from "@solidjs/web";
|
|
14
15
|
import { Show, createContext, createEffect, createMemo, createSignal, createUniqueId, omit, onCleanup, onSettled, sharedConfig, untrack, useContext } from "solid-js";
|
|
15
16
|
//#region src/tabs/root/TabsRootContext.ts
|
|
16
17
|
var MISSING_CONTEXT$1 = Symbol("TabsRootContext");
|
|
@@ -62,7 +63,7 @@ function TabsRoot(props) {
|
|
|
62
63
|
let disposed = false;
|
|
63
64
|
let warnedMode = false;
|
|
64
65
|
let warnedDefault = false;
|
|
65
|
-
const others = omit(allProps, "
|
|
66
|
+
const others = omit(allProps, "render", "class", "defaultValue", "onValueChange", "orientation", "ref", "style", "value");
|
|
66
67
|
const value = createMemo(() => controlled ? internalProps.value : uncontrolledValue());
|
|
67
68
|
const orientation = createMemo(() => internalProps.orientation ?? "horizontal");
|
|
68
69
|
const state = createMemo(() => ({
|
|
@@ -263,13 +264,11 @@ function TabsRoot(props) {
|
|
|
263
264
|
onCleanup(() => {
|
|
264
265
|
disposed = true;
|
|
265
266
|
});
|
|
267
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
266
268
|
return TabsRootContext({
|
|
267
269
|
value: context,
|
|
268
270
|
get children() {
|
|
269
|
-
return
|
|
270
|
-
get component() {
|
|
271
|
-
return props.as ?? "div";
|
|
272
|
-
},
|
|
271
|
+
return Render(mergeProps({
|
|
273
272
|
ref: [internalProps.ref],
|
|
274
273
|
get ["class"]() {
|
|
275
274
|
return classValue();
|
|
@@ -334,9 +333,11 @@ function TabsList(props) {
|
|
|
334
333
|
const [highlightedTab, setHighlightedTabToken] = createSignal();
|
|
335
334
|
const indicatorListeners = /* @__PURE__ */ new Set();
|
|
336
335
|
let initializedHighlight = false;
|
|
336
|
+
let highlightedIndex = 0;
|
|
337
|
+
let highlightedToken;
|
|
337
338
|
let navigating = false;
|
|
338
339
|
let navigationResetQueued = false;
|
|
339
|
-
const others = omit(allProps, "activateOnFocus", "
|
|
340
|
+
const others = omit(allProps, "activateOnFocus", "render", "class", "loopFocus", "onKeyDown", "ref", "style");
|
|
340
341
|
const activateOnFocus = createMemo(() => internalProps.activateOnFocus ?? false);
|
|
341
342
|
const loopFocus = createMemo(() => internalProps.loopFocus ?? true);
|
|
342
343
|
const state = createMemo(() => root.state());
|
|
@@ -353,6 +354,8 @@ function TabsList(props) {
|
|
|
353
354
|
});
|
|
354
355
|
}
|
|
355
356
|
function setHighlightedTab(registration) {
|
|
357
|
+
highlightedIndex = untrack(root.getOrderedTabs).indexOf(registration);
|
|
358
|
+
highlightedToken = registration.token;
|
|
356
359
|
setHighlightedTabToken(registration.token);
|
|
357
360
|
}
|
|
358
361
|
function registerIndicatorUpdateListener(listener) {
|
|
@@ -409,17 +412,27 @@ function TabsList(props) {
|
|
|
409
412
|
element: listElement(),
|
|
410
413
|
tabs: root.getOrderedTabs().map((tab) => ({
|
|
411
414
|
registration: tab,
|
|
415
|
+
element: tab.element(),
|
|
412
416
|
disabled: tab.disabled(),
|
|
413
417
|
value: tab.value()
|
|
414
418
|
}))
|
|
415
419
|
};
|
|
416
420
|
}, (current) => {
|
|
417
421
|
const active = current.tabs.find((tab) => tab.value === current.activeValue);
|
|
422
|
+
const eligible = (tab) => {
|
|
423
|
+
const element = tab?.element;
|
|
424
|
+
return element && !isNativelyDisabled(element) && !element.hidden && element.ownerDocument.defaultView?.getComputedStyle(element).display !== "none";
|
|
425
|
+
};
|
|
418
426
|
if (!initializedHighlight && current.tabs.length > 0) {
|
|
419
427
|
initializedHighlight = true;
|
|
420
|
-
setHighlightedTab(active
|
|
428
|
+
setHighlightedTab((eligible(active) ? active : current.tabs.find(eligible) ?? current.tabs[0]).registration);
|
|
421
429
|
return;
|
|
422
430
|
}
|
|
431
|
+
const highlighted = current.tabs.findIndex((tab) => tab.registration.token === highlightedToken);
|
|
432
|
+
if (highlighted === -1 && current.tabs.length > 0) {
|
|
433
|
+
const successor = current.tabs[highlightedIndex];
|
|
434
|
+
setHighlightedTab((eligible(successor) ? successor : eligible(active) ? active : current.tabs.find(eligible) ?? current.tabs[0]).registration);
|
|
435
|
+
} else if (highlighted !== -1) highlightedIndex = highlighted;
|
|
423
436
|
if (!active || active.disabled || navigating) return;
|
|
424
437
|
const activeElement = current.element ? getDeepActiveElement(current.element.ownerDocument) : null;
|
|
425
438
|
if (current.element && activeElement && containsComposed(current.element, activeElement)) return;
|
|
@@ -456,13 +469,11 @@ function TabsList(props) {
|
|
|
456
469
|
activeValue: root.value(),
|
|
457
470
|
version: root.tabsVersion()
|
|
458
471
|
}), () => notifyIndicators());
|
|
472
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
459
473
|
return TabsListContext({
|
|
460
474
|
value: context,
|
|
461
475
|
get children() {
|
|
462
|
-
return
|
|
463
|
-
get component() {
|
|
464
|
-
return props.as ?? "div";
|
|
465
|
-
},
|
|
476
|
+
return Render(mergeProps({
|
|
466
477
|
ref: [((element) => setListElement(element)), internalProps.ref],
|
|
467
478
|
get ["class"]() {
|
|
468
479
|
return classValue();
|
|
@@ -573,7 +584,7 @@ function TabsTab(props) {
|
|
|
573
584
|
disabled
|
|
574
585
|
};
|
|
575
586
|
const unregister = root.registerTab(registration);
|
|
576
|
-
const others = omit(allProps, "
|
|
587
|
+
const others = omit(allProps, "render", "class", "disabled", "id", "nativeButton", "onClick", "onFocus", "onKeyDown", "onPointerDown", "ref", "style", "value");
|
|
577
588
|
const state = createMemo(() => ({
|
|
578
589
|
disabled: disabled(),
|
|
579
590
|
active: active(),
|
|
@@ -642,10 +653,7 @@ function TabsTab(props) {
|
|
|
642
653
|
removePointerListeners?.();
|
|
643
654
|
unregister();
|
|
644
655
|
});
|
|
645
|
-
return
|
|
646
|
-
get component() {
|
|
647
|
-
return props.as ?? "button";
|
|
648
|
-
},
|
|
656
|
+
return useRender(props, () => state(), (props) => ssrElement("button", props, void 0, true))(mergeProps({
|
|
649
657
|
ref: [((current) => setElement(current)), internalProps.ref],
|
|
650
658
|
get id() {
|
|
651
659
|
return id();
|
|
@@ -694,7 +702,61 @@ var TabsIndicatorCssVars = /* @__PURE__ */ function(TabsIndicatorCssVars) {
|
|
|
694
702
|
}({});
|
|
695
703
|
//#endregion
|
|
696
704
|
//#region src/tabs/indicator/prehydrationScript.ts
|
|
697
|
-
var tabsIndicatorPrehydrationScript =
|
|
705
|
+
var tabsIndicatorPrehydrationScript = `(() => {
|
|
706
|
+
const indicator = document.currentScript.previousElementSibling;
|
|
707
|
+
const list = indicator?.closest('[role="tablist"]');
|
|
708
|
+
const tab = list?.querySelector('[data-active]');
|
|
709
|
+
if (!tab) return;
|
|
710
|
+
const style = getComputedStyle(tab);
|
|
711
|
+
if (['transform', 'translate', 'rotate', 'scale'].some(key => style[key] && style[key] !== 'none')) return;
|
|
712
|
+
function cumulative(element) {
|
|
713
|
+
let left = 0, top = 0;
|
|
714
|
+
while (element) {
|
|
715
|
+
left += element.offsetLeft;
|
|
716
|
+
top += element.offsetTop;
|
|
717
|
+
element = element.offsetParent;
|
|
718
|
+
if (element) {
|
|
719
|
+
left += element.clientLeft;
|
|
720
|
+
top += element.clientTop;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
return { left, top };
|
|
724
|
+
}
|
|
725
|
+
function update() {
|
|
726
|
+
const css = getComputedStyle(tab);
|
|
727
|
+
let width = parseFloat(css.width) || 0, height = parseFloat(css.height) || 0;
|
|
728
|
+
if (Math.round(width) !== tab.offsetWidth || Math.round(height) !== tab.offsetHeight) {
|
|
729
|
+
width = tab.offsetWidth;
|
|
730
|
+
height = tab.offsetHeight;
|
|
731
|
+
}
|
|
732
|
+
const tabOffset = cumulative(tab), listOffset = cumulative(list);
|
|
733
|
+
let left = tabOffset.left - listOffset.left - list.clientLeft;
|
|
734
|
+
let top = tabOffset.top - listOffset.top - list.clientTop;
|
|
735
|
+
for (let parent = tab.parentElement; parent && parent !== list; parent = parent.parentElement) {
|
|
736
|
+
left -= parent.scrollLeft;
|
|
737
|
+
top -= parent.scrollTop;
|
|
738
|
+
}
|
|
739
|
+
left = Math.min(left, list.scrollWidth - width);
|
|
740
|
+
top = Math.min(top, list.scrollHeight - height);
|
|
741
|
+
const values = { left, top, right: list.scrollWidth - left - width, bottom: list.scrollHeight - top - height, width, height };
|
|
742
|
+
for (const key in values) indicator.style.setProperty('--active-tab-' + key, values[key] + 'px');
|
|
743
|
+
if (width > 0 && height > 0) {
|
|
744
|
+
indicator.removeAttribute('hidden');
|
|
745
|
+
return true;
|
|
746
|
+
}
|
|
747
|
+
return false;
|
|
748
|
+
}
|
|
749
|
+
if (update() || typeof ResizeObserver === 'undefined') return;
|
|
750
|
+
let timer;
|
|
751
|
+
const observer = new ResizeObserver(() => {
|
|
752
|
+
if (!indicator.isConnected || !indicator.hasAttribute('hidden') || !tab.hasAttribute('data-active') || update()) {
|
|
753
|
+
observer.disconnect();
|
|
754
|
+
clearTimeout(timer);
|
|
755
|
+
}
|
|
756
|
+
});
|
|
757
|
+
observer.observe(tab);
|
|
758
|
+
timer = setTimeout(() => observer.disconnect(), 10000);
|
|
759
|
+
})();`;
|
|
698
760
|
//#endregion
|
|
699
761
|
//#region src/tabs/indicator/TabsIndicator.tsx
|
|
700
762
|
var stateAttributesMapping$1 = {
|
|
@@ -713,7 +775,7 @@ function TabsIndicator(props) {
|
|
|
713
775
|
const [measureVersion, setMeasureVersion] = createSignal(0);
|
|
714
776
|
const [hydrating, setHydrating] = createSignal(Boolean(isServer || sharedConfig.hydrating));
|
|
715
777
|
const trustedPrehydrationScript = { innerHTML: tabsIndicatorPrehydrationScript };
|
|
716
|
-
const others = omit(allProps, "
|
|
778
|
+
const others = omit(allProps, "render", "class", "ref", "renderBeforeHydration", "style");
|
|
717
779
|
const state = createMemo(() => ({
|
|
718
780
|
...root.state(),
|
|
719
781
|
activeTabPosition: geometry()?.position ?? null,
|
|
@@ -748,14 +810,13 @@ function TabsIndicator(props) {
|
|
|
748
810
|
const listRect = listElement.getBoundingClientRect();
|
|
749
811
|
const scaleX = listSize.width > 0 ? listRect.width / listSize.width : 1;
|
|
750
812
|
const scaleY = listSize.height > 0 ? listRect.height / listSize.height : 1;
|
|
751
|
-
let left;
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
top = activeTab.offsetTop;
|
|
813
|
+
let { left, top } = getLayoutOffset(activeTab, listElement);
|
|
814
|
+
const rectLeft = (tabRect.left - listRect.left) / scaleX + listElement.scrollLeft - listElement.clientLeft;
|
|
815
|
+
const rectTop = (tabRect.top - listRect.top) / scaleY + listElement.scrollTop - listElement.clientTop;
|
|
816
|
+
const translation = getActiveTabTranslation(activeTab);
|
|
817
|
+
if (Math.abs(rectLeft - translation.x - left) <= 2 && Math.abs(rectTop - translation.y - top) <= 2) {
|
|
818
|
+
left = rectLeft;
|
|
819
|
+
top = rectTop;
|
|
759
820
|
}
|
|
760
821
|
return {
|
|
761
822
|
position: {
|
|
@@ -781,47 +842,25 @@ function TabsIndicator(props) {
|
|
|
781
842
|
setHydrating(false);
|
|
782
843
|
});
|
|
783
844
|
onCleanup(unregisterListener);
|
|
845
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("span", props, void 0, true));
|
|
784
846
|
return Show({
|
|
785
847
|
get when() {
|
|
786
848
|
return root.value() != null;
|
|
787
849
|
},
|
|
788
850
|
get children() {
|
|
789
|
-
return [
|
|
790
|
-
|
|
791
|
-
|
|
851
|
+
return [Render(mergeProps({
|
|
852
|
+
ref: [internalProps.ref],
|
|
853
|
+
get ["class"]() {
|
|
854
|
+
return classValue();
|
|
792
855
|
},
|
|
793
|
-
get
|
|
794
|
-
return
|
|
795
|
-
return mergeProps({
|
|
796
|
-
get ["class"]() {
|
|
797
|
-
return classValue();
|
|
798
|
-
},
|
|
799
|
-
get style() {
|
|
800
|
-
return styleValue();
|
|
801
|
-
},
|
|
802
|
-
role: "presentation",
|
|
803
|
-
get hidden() {
|
|
804
|
-
return hidden();
|
|
805
|
-
}
|
|
806
|
-
}, stateAttributes, others);
|
|
807
|
-
}, void 0, true);
|
|
856
|
+
get style() {
|
|
857
|
+
return styleValue();
|
|
808
858
|
},
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
return classValue();
|
|
815
|
-
},
|
|
816
|
-
get style() {
|
|
817
|
-
return styleValue();
|
|
818
|
-
},
|
|
819
|
-
role: "presentation",
|
|
820
|
-
get hidden() {
|
|
821
|
-
return hidden();
|
|
822
|
-
}
|
|
823
|
-
}, stateAttributes, others))
|
|
824
|
-
}), memo(() => {
|
|
859
|
+
role: "presentation",
|
|
860
|
+
get hidden() {
|
|
861
|
+
return hidden();
|
|
862
|
+
}
|
|
863
|
+
}, stateAttributes, others)), memo(() => {
|
|
825
864
|
return escape(memo(() => {
|
|
826
865
|
return !!((internalProps.renderBeforeHydration ?? false) && hydrating());
|
|
827
866
|
})() ? ssrElement("script", () => {
|
|
@@ -833,6 +872,61 @@ function TabsIndicator(props) {
|
|
|
833
872
|
}
|
|
834
873
|
});
|
|
835
874
|
}
|
|
875
|
+
function getLayoutOffset(element, ancestor) {
|
|
876
|
+
const elementOffset = getCumulativeOffset(element);
|
|
877
|
+
const ancestorOffset = getCumulativeOffset(ancestor);
|
|
878
|
+
let left = elementOffset.left - ancestorOffset.left - ancestor.clientLeft;
|
|
879
|
+
let top = elementOffset.top - ancestorOffset.top - ancestor.clientTop;
|
|
880
|
+
let node = element.assignedSlot ?? element.parentNode;
|
|
881
|
+
while (node && node !== ancestor) {
|
|
882
|
+
if (node.nodeType === 1) {
|
|
883
|
+
left -= node.scrollLeft || 0;
|
|
884
|
+
top -= node.scrollTop || 0;
|
|
885
|
+
}
|
|
886
|
+
node = node.assignedSlot ?? node.parentNode ?? node.host;
|
|
887
|
+
}
|
|
888
|
+
return {
|
|
889
|
+
left,
|
|
890
|
+
top
|
|
891
|
+
};
|
|
892
|
+
}
|
|
893
|
+
function getCumulativeOffset(element) {
|
|
894
|
+
let left = 0;
|
|
895
|
+
let top = 0;
|
|
896
|
+
let current = element;
|
|
897
|
+
while (current) {
|
|
898
|
+
left += current.offsetLeft;
|
|
899
|
+
top += current.offsetTop;
|
|
900
|
+
const parent = current.offsetParent;
|
|
901
|
+
if (parent) {
|
|
902
|
+
left += parent.clientLeft;
|
|
903
|
+
top += parent.clientTop;
|
|
904
|
+
}
|
|
905
|
+
current = parent;
|
|
906
|
+
}
|
|
907
|
+
return {
|
|
908
|
+
left,
|
|
909
|
+
top
|
|
910
|
+
};
|
|
911
|
+
}
|
|
912
|
+
function getActiveTabTranslation(element) {
|
|
913
|
+
const style = element.ownerDocument.defaultView.getComputedStyle(element);
|
|
914
|
+
const matrix = style.transform.match(/matrix(?:3d)?\(([^)]+)\)/)?.[1]?.split(",").map(Number);
|
|
915
|
+
let x = matrix?.[matrix.length === 16 ? 12 : 4] ?? 0;
|
|
916
|
+
let y = matrix?.[matrix.length === 16 ? 13 : 5] ?? 0;
|
|
917
|
+
const translate = style.translate?.split(" ") ?? [];
|
|
918
|
+
for (let index = 0; index < 2; index += 1) {
|
|
919
|
+
const value = translate[index] ?? "";
|
|
920
|
+
const numeric = Number.parseFloat(value);
|
|
921
|
+
const offset = Number.isFinite(numeric) ? numeric * (value.endsWith("%") ? (index === 0 ? element.offsetWidth : element.offsetHeight) / 100 : 1) : 0;
|
|
922
|
+
if (index === 0) x += offset;
|
|
923
|
+
else y += offset;
|
|
924
|
+
}
|
|
925
|
+
return {
|
|
926
|
+
x,
|
|
927
|
+
y
|
|
928
|
+
};
|
|
929
|
+
}
|
|
836
930
|
function getCssDimensions(element) {
|
|
837
931
|
const computedStyle = element.ownerDocument.defaultView?.getComputedStyle(element);
|
|
838
932
|
let width = Number.parseFloat(computedStyle?.width ?? "") || 0;
|
|
@@ -884,7 +978,7 @@ function TabsPanel(props) {
|
|
|
884
978
|
rendered: shouldRender
|
|
885
979
|
};
|
|
886
980
|
const unregister = root.registerPanel(registration);
|
|
887
|
-
const others = omit(allProps, "
|
|
981
|
+
const others = omit(allProps, "render", "class", "id", "keepMounted", "ref", "style", "value");
|
|
888
982
|
const state = createMemo(() => ({
|
|
889
983
|
...root.state(),
|
|
890
984
|
hidden: hidden(),
|
|
@@ -919,78 +1013,40 @@ function TabsPanel(props) {
|
|
|
919
1013
|
else root.notifyPanelChange();
|
|
920
1014
|
});
|
|
921
1015
|
onCleanup(() => unregister());
|
|
1016
|
+
const Render = useRender(props, () => state(), (props) => ssrElement("div", props, void 0, true));
|
|
922
1017
|
return Show({
|
|
923
1018
|
get when() {
|
|
924
1019
|
return shouldRender();
|
|
925
1020
|
},
|
|
926
1021
|
get children() {
|
|
927
|
-
return
|
|
928
|
-
|
|
929
|
-
|
|
1022
|
+
return Render(mergeProps({
|
|
1023
|
+
ref: [((current) => setElement(current)), internalProps.ref],
|
|
1024
|
+
get id() {
|
|
1025
|
+
return id();
|
|
1026
|
+
},
|
|
1027
|
+
get ["class"]() {
|
|
1028
|
+
return classValue();
|
|
1029
|
+
},
|
|
1030
|
+
get style() {
|
|
1031
|
+
return styleValue();
|
|
1032
|
+
},
|
|
1033
|
+
role: "tabpanel",
|
|
1034
|
+
get tabIndex() {
|
|
1035
|
+
return open() ? 0 : -1;
|
|
930
1036
|
},
|
|
931
|
-
get
|
|
932
|
-
return
|
|
933
|
-
return mergeProps({
|
|
934
|
-
get id() {
|
|
935
|
-
return id();
|
|
936
|
-
},
|
|
937
|
-
get ["class"]() {
|
|
938
|
-
return classValue();
|
|
939
|
-
},
|
|
940
|
-
get style() {
|
|
941
|
-
return styleValue();
|
|
942
|
-
},
|
|
943
|
-
role: "tabpanel",
|
|
944
|
-
get tabIndex() {
|
|
945
|
-
return open() ? 0 : -1;
|
|
946
|
-
},
|
|
947
|
-
get ["aria-labelledby"]() {
|
|
948
|
-
return correspondingTabId();
|
|
949
|
-
},
|
|
950
|
-
get hidden() {
|
|
951
|
-
return hidden();
|
|
952
|
-
},
|
|
953
|
-
get inert() {
|
|
954
|
-
return !open() ? true : void 0;
|
|
955
|
-
},
|
|
956
|
-
get ["data-index"]() {
|
|
957
|
-
return index();
|
|
958
|
-
}
|
|
959
|
-
}, stateAttributes, others);
|
|
960
|
-
}, void 0, true);
|
|
1037
|
+
get ["aria-labelledby"]() {
|
|
1038
|
+
return correspondingTabId();
|
|
961
1039
|
},
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
},
|
|
973
|
-
get style() {
|
|
974
|
-
return styleValue();
|
|
975
|
-
},
|
|
976
|
-
role: "tabpanel",
|
|
977
|
-
get tabIndex() {
|
|
978
|
-
return open() ? 0 : -1;
|
|
979
|
-
},
|
|
980
|
-
get ["aria-labelledby"]() {
|
|
981
|
-
return correspondingTabId();
|
|
982
|
-
},
|
|
983
|
-
get hidden() {
|
|
984
|
-
return hidden();
|
|
985
|
-
},
|
|
986
|
-
get inert() {
|
|
987
|
-
return !open() ? true : void 0;
|
|
988
|
-
},
|
|
989
|
-
get ["data-index"]() {
|
|
990
|
-
return index();
|
|
991
|
-
}
|
|
992
|
-
}, stateAttributes, others))
|
|
993
|
-
});
|
|
1040
|
+
get hidden() {
|
|
1041
|
+
return hidden();
|
|
1042
|
+
},
|
|
1043
|
+
get inert() {
|
|
1044
|
+
return !open() ? true : void 0;
|
|
1045
|
+
},
|
|
1046
|
+
get ["data-index"]() {
|
|
1047
|
+
return index();
|
|
1048
|
+
}
|
|
1049
|
+
}, stateAttributes, others));
|
|
994
1050
|
}
|
|
995
1051
|
});
|
|
996
1052
|
}
|