@easypost/easy-ui 1.0.0-alpha.60 → 1.0.0-alpha.62
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/Badge/index.js +14 -14
- package/Badge/index.mjs +14 -14
- package/Banner/index.js +5 -5
- package/Banner/index.mjs +5 -5
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +12 -0
- package/Calendar/CalendarCell.d.ts.map +1 -1
- package/Calendar/index.js +2 -40
- package/Calendar/index.mjs +2 -40
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/index.js +14 -14
- package/CodeBlock/index.mjs +16 -16
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/DataGrid/index.js +69 -68
- package/DataGrid/index.mjs +75 -74
- package/DatePicker/DateField.d.ts +14 -0
- package/DatePicker/DateField.d.ts.map +1 -0
- package/DatePicker/DatePicker.d.ts +91 -0
- package/DatePicker/DatePicker.d.ts.map +1 -0
- package/DatePicker/DatePicker.stories.d.ts +14 -0
- package/DatePicker/DatePicker.stories.d.ts.map +1 -0
- package/DatePicker/DatePicker.test.d.ts +2 -0
- package/DatePicker/DatePicker.test.d.ts.map +1 -0
- package/DatePicker/DatePickerBase.d.ts +32 -0
- package/DatePicker/DatePickerBase.d.ts.map +1 -0
- package/DatePicker/DatePickerOverlay.d.ts +12 -0
- package/DatePicker/DatePickerOverlay.d.ts.map +1 -0
- package/DatePicker/DatePickerTrigger.d.ts +20 -0
- package/DatePicker/DatePickerTrigger.d.ts.map +1 -0
- package/DatePicker/index.d.ts +2 -0
- package/DatePicker/index.d.ts.map +1 -0
- package/DatePicker/index.js +275 -0
- package/DatePicker/index.mjs +275 -0
- package/DateRangePicker/DateRangePicker.d.ts +89 -0
- package/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/DateRangePicker/DateRangePicker.stories.d.ts +14 -0
- package/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -0
- package/DateRangePicker/DateRangePicker.test.d.ts +2 -0
- package/DateRangePicker/DateRangePicker.test.d.ts.map +1 -0
- package/DateRangePicker/index.d.ts +2 -0
- package/DateRangePicker/index.d.ts.map +1 -0
- package/DateRangePicker/index.js +434 -0
- package/DateRangePicker/index.mjs +434 -0
- package/Drawer/index.js +25 -24
- package/Drawer/index.mjs +22 -21
- package/DropdownButton/index.js +13 -13
- package/DropdownButton/index.mjs +13 -13
- package/EmptyStateCard/index.js +8 -8
- package/EmptyStateCard/index.mjs +8 -8
- package/FocusedProductLayout/index.js +25 -78
- package/FocusedProductLayout/index.mjs +24 -61
- package/ForgeLayout/ForgeLayout.d.ts +14 -22
- package/ForgeLayout/ForgeLayout.d.ts.map +1 -1
- package/ForgeLayout/ForgeLayout.stories.d.ts.map +1 -1
- package/ForgeLayout/ForgeLayoutControls.d.ts +38 -0
- package/ForgeLayout/ForgeLayoutControls.d.ts.map +1 -0
- package/ForgeLayout/ForgeLayoutHeader.d.ts +18 -0
- package/ForgeLayout/ForgeLayoutHeader.d.ts.map +1 -0
- package/ForgeLayout/index.js +426 -62
- package/ForgeLayout/index.mjs +429 -65
- package/FormLayout/index.js +5 -5
- package/FormLayout/index.mjs +5 -5
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +1 -1
- package/Icon/index.mjs +1 -1
- package/IconButton/index.js +13 -13
- package/IconButton/index.mjs +13 -13
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/KebabButton/index.js +1 -1
- package/KebabButton/index.mjs +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/index.js +26 -25
- package/Modal/index.mjs +23 -22
- package/NexusLayout/index.js +30 -30
- package/NexusLayout/index.mjs +32 -32
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +8 -8
- package/Pagination/index.mjs +8 -8
- package/PillGroup/index.js +17 -16
- package/PillGroup/index.mjs +25 -24
- package/ProductLayout/index.js +28 -27
- package/ProductLayout/index.mjs +26 -25
- package/Provider/index.js +2 -2
- package/Provider/index.mjs +2 -2
- package/RadioButtonGroup/index.js +5 -5
- package/RadioButtonGroup/index.mjs +8 -8
- package/RadioGroup/index.js +3 -332
- package/RadioGroup/index.mjs +3 -332
- package/RangeCalendar/RangeCalendar.test.d.ts +2 -1
- package/RangeCalendar/RangeCalendar.test.d.ts.map +1 -1
- package/RangeCalendar/index.js +2 -226
- package/RangeCalendar/index.mjs +2 -226
- package/SearchNav/index.js +50 -86
- package/SearchNav/index.mjs +50 -86
- package/SectionCard/index.js +7 -7
- package/SectionCard/index.mjs +7 -7
- package/Select/index.js +8 -7
- package/Select/index.mjs +6 -5
- package/SelectorErrorTooltip/index.js +1 -1
- package/SelectorErrorTooltip/index.mjs +1 -1
- package/Spinner/index.js +1 -1
- package/Spinner/index.mjs +1 -1
- package/SplitToggleCard/index.js +4 -4
- package/SplitToggleCard/index.mjs +4 -4
- package/Stepper/index.js +1 -1
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.js +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.js +4 -4
- package/TabPanels/index.mjs +10 -10
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/Text/index.js +1 -1
- package/Text/index.mjs +1 -1
- package/TextField/index.js +2 -43
- package/TextField/index.mjs +2 -43
- package/Textarea/index.js +1 -1
- package/Textarea/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +2 -2
- package/ToggleCard/index.mjs +2 -2
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.js +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +25 -25
- package/VerticalNav/index.mjs +28 -28
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/ArrowBack-BFS-tCpV.mjs +41 -0
- package/__chunks__/ArrowBack-C_LSatif.js +57 -0
- package/__chunks__/{Button-D8vjHIx8.js → Button-BvLvcmfd.js} +7 -3
- package/__chunks__/{Button-D0YAQvKG.mjs → Button-CDRssWxC.mjs} +13 -9
- package/__chunks__/{Button-bGGT-c6v.mjs → Button-D7ivIUf4.mjs} +18 -18
- package/__chunks__/{Button-DuqSI9GS.js → Button-Dcxti-xS.js} +18 -18
- package/__chunks__/Calendar-D9bC6_UA.js +41 -0
- package/__chunks__/Calendar-WxiJzkoO.mjs +42 -0
- package/__chunks__/{CalendarBase-CiBPzvL4.js → CalendarBase-BYEUj-DL.js} +97 -25
- package/__chunks__/{CalendarBase-DbXh9rhk.mjs → CalendarBase-B_2qDiO8.mjs} +104 -32
- package/__chunks__/{Card-93kQP9IL.js → Card-B0ACXPm1.js} +12 -12
- package/__chunks__/{Card-DdHvpDEw.mjs → Card-CwZYA0Rd.mjs} +12 -12
- package/__chunks__/{Checkbox-MbPCVxqs.js → Checkbox-CO5WIkp8.js} +22 -22
- package/__chunks__/{Checkbox-BRrfKcFE.mjs → Checkbox-DGX3jXaj.mjs} +24 -24
- package/__chunks__/{CodeSnippet-D9ZZXVs3.js → CodeSnippet-CY3KR9Ex.js} +2 -2
- package/__chunks__/{CodeSnippet-xb-psm_O.mjs → CodeSnippet-DIWeGxFL.mjs} +2 -2
- package/__chunks__/DatePickerBase-BP_jPq4G.mjs +3152 -0
- package/__chunks__/DatePickerBase-C6kR9zvT.js +3166 -0
- package/__chunks__/{FocusScope-Co1hHX8R.js → FocusScope-DFE0IeGl.js} +1 -1
- package/__chunks__/{FocusScope-CEeqhVmO.mjs → FocusScope-Qg8vUhZ_.mjs} +5 -5
- package/__chunks__/{HelpMenu-CCHBb1Kr.mjs → HelpMenu-QryDILTE.mjs} +7 -7
- package/__chunks__/{HelpMenu-E6z6tRl8.js → HelpMenu-nmkAgUqs.js} +7 -7
- package/__chunks__/{HorizontalGrid-vw7R2Tld.mjs → HorizontalGrid-CX45xj2U.mjs} +1 -1
- package/__chunks__/{HorizontalGrid-B7ijxURd.js → HorizontalGrid-cSfGLAIn.js} +1 -1
- package/__chunks__/{HorizontalStack-Dx9zYaH0.mjs → HorizontalStack-CdtNq_TW.mjs} +1 -1
- package/__chunks__/{HorizontalStack-1g4N72TF.js → HorizontalStack-D4ecxt6R.js} +1 -1
- package/__chunks__/{Icon-QGDwoR1f.mjs → Icon-BNi1LKXX.mjs} +2 -2
- package/__chunks__/{Icon-oPEVg2C8.js → Icon-Pxk1cmPj.js} +2 -2
- package/__chunks__/InputCaption-BzH_oClR.js +60 -0
- package/__chunks__/InputCaption-DaOqqN-Z.mjs +61 -0
- package/__chunks__/{InputField-BI73lSp6.mjs → InputField-0omK7H0I.mjs} +11 -10
- package/__chunks__/{InputField-BGBRvVMR.js → InputField-Blilgkum.js} +9 -8
- package/__chunks__/InputIcon-CUhKpP7V.mjs +112 -0
- package/__chunks__/InputIcon-DGOX-4el.js +111 -0
- package/__chunks__/{KebabButton-DBLcfQI6.mjs → KebabButton-CrkSDYoR.mjs} +5 -5
- package/__chunks__/{KebabButton-C15-V-k2.js → KebabButton-DH5KZwlY.js} +5 -5
- package/__chunks__/{LiveAnnouncer-Bi_Y3tfX.mjs → LiveAnnouncer-BSV5-C0m.mjs} +5 -1
- package/__chunks__/{LiveAnnouncer-Dwkwacle.js → LiveAnnouncer-CzeNwq2D.js} +4 -0
- package/__chunks__/{Menu-BELtbX2b.mjs → Menu-CbEch8RV.mjs} +23 -21
- package/__chunks__/{Menu-Cuqxc1iw.js → Menu-D8tCyOf5.js} +36 -34
- package/__chunks__/{Notification-lqESwByD.mjs → Notification-BS8B_D0s.mjs} +20 -20
- package/__chunks__/{Notification-D90-75ZN.js → Notification-COhKVqOV.js} +17 -17
- package/__chunks__/{Spinner-D3LMSY80.js → NumberFormatter-CXW1Iqpu.js} +1 -79
- package/__chunks__/{Spinner-tHEG0z1g.mjs → NumberFormatter-p5KNJNTT.mjs} +1 -79
- package/__chunks__/{Overlay-ZinDp2HW.js → Overlay-Dmwy9VjC.js} +59 -3
- package/__chunks__/{Overlay-CuhLUuXt.mjs → Overlay-DyfvFsGi.mjs} +64 -8
- package/__chunks__/RadioGroup-CCObCqda.js +333 -0
- package/__chunks__/RadioGroup-DZxaIqD6.mjs +334 -0
- package/__chunks__/RangeCalendar-CPEW2_Ij.mjs +228 -0
- package/__chunks__/RangeCalendar-V_YZXfhI.js +227 -0
- package/__chunks__/Search-BY7IgEyX.js +57 -0
- package/__chunks__/Search-Cyblmqo5.mjs +41 -0
- package/__chunks__/{SelectOverlay-pFcbx7UM.js → SelectOverlay-CvCbJFfX.js} +38 -36
- package/__chunks__/{SelectOverlay-CadnQpV0.mjs → SelectOverlay-DdC6a9yW.mjs} +36 -34
- package/__chunks__/{SelectionManager-IO4G_cI2.mjs → SelectionManager-DCO_d3m1.mjs} +2 -2
- package/__chunks__/{SelectorErrorTooltip-Cfzpo7X3.js → SelectorErrorTooltip-BK76kp1j.js} +4 -4
- package/__chunks__/{SelectorErrorTooltip-CFlgzXu5.mjs → SelectorErrorTooltip-Cja4A8Yq.mjs} +4 -4
- package/__chunks__/Spinner-BOumHc9g.js +100 -0
- package/__chunks__/Spinner-D5Cnx9wv.mjs +101 -0
- package/__chunks__/{Stepper-B0w3sKYh.mjs → Stepper-B4VoJaxe.mjs} +28 -28
- package/__chunks__/{Stepper-Bbihngk4.js → Stepper-CZsNTl_A.js} +26 -26
- package/__chunks__/{TabNav-2W0d3JQ0.mjs → TabNav-C0dTC1c_.mjs} +1 -1
- package/__chunks__/{TabNav-BHETvib0.js → TabNav-DFFWhGpM.js} +1 -1
- package/__chunks__/{Tabs-9dihRp0n.js → Tabs-DbfPjHiY.js} +17 -17
- package/__chunks__/{Tabs-C-D794Gi.mjs → Tabs-MBY9JDS4.mjs} +19 -19
- package/__chunks__/{Text-CEI17LPu.js → Text-Bbhl1fdd.js} +34 -34
- package/__chunks__/{Text-D8wg72pq.mjs → Text-tpkE6IlH.mjs} +34 -34
- package/__chunks__/TextField-B57OAIEI.mjs +45 -0
- package/__chunks__/TextField-Mi3s9lvx.js +44 -0
- package/__chunks__/{Toggle-DlIBs_Za.mjs → Toggle-CHcQwbtX.mjs} +14 -14
- package/__chunks__/{Toggle-4oQhSggV.js → Toggle-Ctc8EPUL.js} +12 -12
- package/__chunks__/{Tooltip-7wXzqEZl.js → Tooltip-Cf1iqjg9.js} +11 -11
- package/__chunks__/{Tooltip-Cxv7qnVD.mjs → Tooltip-DdaxfuX_.mjs} +13 -13
- package/__chunks__/{UnstyledButton-B7BScs8i.mjs → UnstyledButton-CrSLb-W8.mjs} +2 -2
- package/__chunks__/{UnstyledButton-Dn8KZHdh.js → UnstyledButton-DfjYrePV.js} +1 -1
- package/__chunks__/{VerticalStack-BTB8fX9P.js → VerticalStack-BkqSVZuy.js} +3 -3
- package/__chunks__/{VerticalStack-HnwP17N3.mjs → VerticalStack-CeDKl8Ee.mjs} +3 -3
- package/__chunks__/{VisuallyHidden-BttNIgVC.mjs → VisuallyHidden-BC5PXI9q.mjs} +2 -2
- package/__chunks__/{ariaHideOutside-DNGR3Fo6.js → ariaHideOutside-B6WqGXJj.js} +1 -25
- package/__chunks__/{ariaHideOutside-DcIkumuG.mjs → ariaHideOutside-CxWZQtI1.mjs} +5 -29
- package/__chunks__/{context-DEwqildc.mjs → context-BZCcafjG.mjs} +1 -1
- package/__chunks__/{context-C6CFGY_J.js → context-CYcq9Zvo.js} +12 -0
- package/__chunks__/{context-CgOWZch5.mjs → context-EpOG85wC.mjs} +13 -1
- package/__chunks__/{focusSafely-Dw7K4rnX.mjs → focusSafely-BWGCG3W3.mjs} +3 -3
- package/__chunks__/{focusSafely-sLifanM7.js → focusSafely-BvrXUhlW.js} +1 -1
- package/__chunks__/{isVirtualEvent-BFRy7P_p.mjs → isVirtualEvent-BPCuFO54.mjs} +2 -2
- package/__chunks__/{mergeProps-T961Q1yJ.mjs → mergeProps-DSi85raC.mjs} +4 -4
- package/__chunks__/{scrollIntoView-GfnXaOCE.mjs → scrollIntoView-CZM0k-rp.mjs} +1 -1
- package/__chunks__/{useButton-B1CurEpI.mjs → useButton-BK6hwK02.mjs} +3 -3
- package/__chunks__/{useButton-DvulUoU2.js → useButton-DZ0C3d-K.js} +2 -2
- package/__chunks__/useCollator-B-keb3wA.mjs +13 -0
- package/__chunks__/useCollator-DGrSWVh4.js +12 -0
- package/__chunks__/{useDialog-DAYxqkKY.mjs → useDialog-c-C07qhw.mjs} +5 -29
- package/__chunks__/{useDialog-Dsqz1M_N.js → useDialog-wy_ru95P.js} +3 -27
- package/__chunks__/{useEdgeInterceptors-BCHFmpf_.js → useEdgeInterceptors-CnwnUfBU.js} +5 -5
- package/__chunks__/{useEdgeInterceptors-CVxwDmQ0.mjs → useEdgeInterceptors-ax9tmtdh.mjs} +5 -5
- package/__chunks__/{useEvent-C5RCZjKr.mjs → useEvent-B0fsKtsf.mjs} +1 -1
- package/__chunks__/{useField-DWmSslhe.mjs → useField-B6VplZ_n.mjs} +2 -2
- package/__chunks__/{useFocus-DDj4i8Xy.mjs → useFocus-BJ7JikEx.mjs} +2 -2
- package/__chunks__/{useFocusRing-BE_dgxH5.mjs → useFocusRing-YOWeCHgO.mjs} +3 -3
- package/__chunks__/{useFocusVisible-CXSIZSY_.mjs → useFocusVisible-ng1Hn25t.mjs} +2 -2
- package/__chunks__/{useFocusWithin-CDX8m0Wu.mjs → useFocusWithin-B-vQAW9V.mjs} +1 -1
- package/__chunks__/{useFocusable-BfXLORiH.js → useFocusable-8kJcp2yc.js} +5 -5
- package/__chunks__/{useFocusable-DD5dAIXt.mjs → useFocusable-CNor_Zjt.mjs} +4 -4
- package/__chunks__/{useFormReset-CmXMJVpO.mjs → useFormReset-DA1Lwdha.mjs} +1 -1
- package/__chunks__/{useFormValidation-C2DoIczP.js → useFormValidation-DYz5WFze.js} +22 -0
- package/__chunks__/{useFormValidation-gwcVryr8.mjs → useFormValidation-v2O6VL2V.mjs} +26 -4
- package/__chunks__/{useHasTabbableChild-CRCY1COZ.mjs → useHasTabbableChild-BKgmY6ej.mjs} +2 -2
- package/__chunks__/{useHasTabbableChild-C34XhtMr.js → useHasTabbableChild-Cs10TUUE.js} +1 -1
- package/__chunks__/{useHighlightSelectionDescription-CsB-ufoX.js → useHighlightSelectionDescription-CT5XKTz0.js} +2 -2
- package/__chunks__/{useHighlightSelectionDescription-DnW5KkSs.mjs → useHighlightSelectionDescription-Cebr-N8X.mjs} +4 -4
- package/__chunks__/{useLabel-C0Q8946u.mjs → useLabel-D37VV43W.mjs} +2 -2
- package/__chunks__/{useLabels-Bly436JP.mjs → useLabels-5f58TiCH.mjs} +1 -1
- package/__chunks__/{useLink-BOdtE_Mk.js → useLink-DSnaSTQf.js} +2 -2
- package/__chunks__/{useLink-B__d3N9L.mjs → useLink-xdTgcuUM.mjs} +3 -3
- package/__chunks__/{useListState-CH1PXfc5.mjs → useListState-AFrlkW73.mjs} +1 -1
- package/__chunks__/{useLocalizedStringFormatter-B5ons_mh.mjs → useLocalizedStringFormatter-BHXy3Wtu.mjs} +5 -2
- package/__chunks__/{useLocalizedStringFormatter-D74_5d4h.js → useLocalizedStringFormatter-CaF1VsOH.js} +3 -0
- package/__chunks__/useModalOverlay-BljLSPJ0.js +47 -0
- package/__chunks__/useModalOverlay-S0R2uVTX.mjs +48 -0
- package/__chunks__/useObjectRef-BOGMJ5vM.js +18 -0
- package/__chunks__/useObjectRef-wU82Pkgx.mjs +19 -0
- package/__chunks__/{useOverlayPosition-B31NgShQ.mjs → useOverlayPosition-BjK7cu6U.mjs} +4 -4
- package/__chunks__/{useOverlayPosition-ucZjuzzI.js → useOverlayPosition-CMvGmqVL.js} +1 -1
- package/__chunks__/useOverlayTrigger-DDcXdZOM.mjs +28 -0
- package/__chunks__/useOverlayTrigger-Dp7RXQ9B.js +27 -0
- package/__chunks__/{usePress-Dz8YYpge.js → usePress-DNETV97g.js} +2 -3
- package/__chunks__/{usePress-lFMUra6S.mjs → usePress-Db4pSZfY.mjs} +3 -4
- package/__chunks__/{useSelectableItem-BdD2_J2D.mjs → useSelectableItem-D61t76J1.mjs} +10 -10
- package/__chunks__/{useSelectableItem-BGvBbIwY.js → useSelectableItem-DpEX9QBc.js} +4 -4
- package/__chunks__/{useSelectableList-D0uxeze4.mjs → useSelectableList-BdG5I7cy.mjs} +4 -14
- package/__chunks__/{useSelectableList-DlkRkps4.js → useSelectableList-UkBCcTuC.js} +3 -13
- package/__chunks__/{useSingleSelectListState-BuqfjUxj.mjs → useSingleSelectListState-DuCUY6dR.mjs} +1 -1
- package/__chunks__/{useToggle-b0GY9dCM.mjs → useToggle-BDx-p-Zv.mjs} +4 -4
- package/__chunks__/{useToggle-D7gzXCXF.js → useToggle-BfpHeO2F.js} +2 -2
- package/__chunks__/{useTreeState-BZxhJy4m.mjs → useTreeState-w_raYfy2.mjs} +1 -1
- package/__chunks__/{useTriggerWidth-DEToHKD3.mjs → useTriggerWidth-CRz8zSDa.mjs} +6 -335
- package/__chunks__/{useTriggerWidth-C7OT3WI9.js → useTriggerWidth-Dj7C0lza.js} +4 -333
- package/__chunks__/utilities-CaBPUKEB.js +353 -0
- package/__chunks__/utilities-DASknbaa.mjs +354 -0
- package/__chunks__/{utils-XuD3IFpv.mjs → utils-D4ddhsBL.mjs} +58 -21
- package/__chunks__/{utils-DXO9zsKE.js → utils-DIF5XAA2.js} +55 -18
- package/package.json +1 -1
- package/style.css +1851 -1635
- package/__chunks__/InputIcon-BGgFAA4L.mjs +0 -168
- package/__chunks__/InputIcon-CUOJRoq8.js +0 -167
- package/__chunks__/useSyncRef-CPg4onT-.js +0 -13
- package/__chunks__/useSyncRef-CpaiKz0R.mjs +0 -14
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
4
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
9
|
+
var __spreadValues = (a, b) => {
|
|
10
|
+
for (var prop in b || (b = {}))
|
|
11
|
+
if (__hasOwnProp.call(b, prop))
|
|
12
|
+
__defNormalProp(a, prop, b[prop]);
|
|
13
|
+
if (__getOwnPropSymbols)
|
|
14
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
}
|
|
18
|
+
return a;
|
|
19
|
+
};
|
|
20
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
+
var __objRest = (source, exclude) => {
|
|
22
|
+
var target = {};
|
|
23
|
+
for (var prop in source)
|
|
24
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
25
|
+
target[prop] = source[prop];
|
|
26
|
+
if (source != null && __getOwnPropSymbols)
|
|
27
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
28
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
29
|
+
target[prop] = source[prop];
|
|
30
|
+
}
|
|
31
|
+
return target;
|
|
32
|
+
};
|
|
33
|
+
const React = require("react");
|
|
34
|
+
const CalendarBase = require("./CalendarBase-BYEUj-DL.js");
|
|
35
|
+
const context = require("./context-D3NeXov7.js");
|
|
36
|
+
const useControlledState = require("./useControlledState-mnKBd6Uc.js");
|
|
37
|
+
const useEvent = require("./useEvent-DY7dR7Mi.js");
|
|
38
|
+
function $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(props) {
|
|
39
|
+
let _a = props, { value: valueProp, defaultValue, onChange, createCalendar, locale, visibleDuration = {
|
|
40
|
+
months: 1
|
|
41
|
+
}, minValue, maxValue } = _a, calendarProps = __objRest(_a, ["value", "defaultValue", "onChange", "createCalendar", "locale", "visibleDuration", "minValue", "maxValue"]);
|
|
42
|
+
let [value, setValue] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(valueProp, defaultValue || null, onChange);
|
|
43
|
+
let [anchorDate, setAnchorDateState] = React.useState(null);
|
|
44
|
+
let alignment = "center";
|
|
45
|
+
if (value && value.start && value.end) {
|
|
46
|
+
let start = CalendarBase.$f62d864046160412$export$f4a51ff076cc9a09(CalendarBase.$11d87f3f76e88657$export$93522d1a439f3617(value.start), visibleDuration, locale, minValue, maxValue);
|
|
47
|
+
let end = start.add(visibleDuration).subtract({
|
|
48
|
+
days: 1
|
|
49
|
+
});
|
|
50
|
+
if (value.end.compare(end) > 0) alignment = "start";
|
|
51
|
+
}
|
|
52
|
+
let availableRangeRef = React.useRef(null);
|
|
53
|
+
let [availableRange, setAvailableRange] = React.useState(null);
|
|
54
|
+
let min = React.useMemo(() => CalendarBase.$14e0f24ef4ac5c92$export$a75f2bff57811055(minValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.start), [
|
|
55
|
+
minValue,
|
|
56
|
+
availableRange
|
|
57
|
+
]);
|
|
58
|
+
let max = React.useMemo(() => CalendarBase.$14e0f24ef4ac5c92$export$5c333a116e949cdd(maxValue, availableRange === null || availableRange === void 0 ? void 0 : availableRange.end), [
|
|
59
|
+
maxValue,
|
|
60
|
+
availableRange
|
|
61
|
+
]);
|
|
62
|
+
let calendar = CalendarBase.$131cf43a05231e1e$export$6d095e787d2b5e1f(__spreadProps(__spreadValues({}, calendarProps), {
|
|
63
|
+
value: value && value.start,
|
|
64
|
+
createCalendar,
|
|
65
|
+
locale,
|
|
66
|
+
visibleDuration,
|
|
67
|
+
minValue: min,
|
|
68
|
+
maxValue: max,
|
|
69
|
+
selectionAlignment: alignment
|
|
70
|
+
}));
|
|
71
|
+
let updateAvailableRange = (date) => {
|
|
72
|
+
if (date && props.isDateUnavailable && !props.allowsNonContiguousRanges) {
|
|
73
|
+
const nextAvailableStartDate = $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, -1);
|
|
74
|
+
const nextAvailableEndDate = $9a36b6ba2fb1a7c5$var$nextUnavailableDate(date, calendar, 1);
|
|
75
|
+
availableRangeRef.current = {
|
|
76
|
+
start: nextAvailableStartDate,
|
|
77
|
+
end: nextAvailableEndDate
|
|
78
|
+
};
|
|
79
|
+
setAvailableRange(availableRangeRef.current);
|
|
80
|
+
} else {
|
|
81
|
+
availableRangeRef.current = null;
|
|
82
|
+
setAvailableRange(null);
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
let [lastVisibleRange, setLastVisibleRange] = React.useState(calendar.visibleRange);
|
|
86
|
+
if (!CalendarBase.$14e0f24ef4ac5c92$export$91b62ebf2ba703ee(calendar.visibleRange.start, lastVisibleRange.start) || !CalendarBase.$14e0f24ef4ac5c92$export$91b62ebf2ba703ee(calendar.visibleRange.end, lastVisibleRange.end)) {
|
|
87
|
+
updateAvailableRange(anchorDate);
|
|
88
|
+
setLastVisibleRange(calendar.visibleRange);
|
|
89
|
+
}
|
|
90
|
+
let setAnchorDate = (date) => {
|
|
91
|
+
if (date) {
|
|
92
|
+
setAnchorDateState(date);
|
|
93
|
+
updateAvailableRange(date);
|
|
94
|
+
} else {
|
|
95
|
+
setAnchorDateState(null);
|
|
96
|
+
updateAvailableRange(null);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
let highlightedRange = anchorDate ? $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, calendar.focusedDate) : value && $9a36b6ba2fb1a7c5$var$makeRange(value.start, value.end);
|
|
100
|
+
let selectDate = (date) => {
|
|
101
|
+
if (props.isReadOnly) return;
|
|
102
|
+
const constrainedDate = CalendarBase.$f62d864046160412$export$4f5203c0d889109e(date, min, max);
|
|
103
|
+
const previousAvailableConstrainedDate = CalendarBase.$f62d864046160412$export$a1d3911297b952d7(constrainedDate, calendar.visibleRange.start, props.isDateUnavailable);
|
|
104
|
+
if (!previousAvailableConstrainedDate) return;
|
|
105
|
+
if (!anchorDate) setAnchorDate(previousAvailableConstrainedDate);
|
|
106
|
+
else {
|
|
107
|
+
let range = $9a36b6ba2fb1a7c5$var$makeRange(anchorDate, previousAvailableConstrainedDate);
|
|
108
|
+
if (range) setValue({
|
|
109
|
+
start: $9a36b6ba2fb1a7c5$var$convertValue(range.start, value === null || value === void 0 ? void 0 : value.start),
|
|
110
|
+
end: $9a36b6ba2fb1a7c5$var$convertValue(range.end, value === null || value === void 0 ? void 0 : value.end)
|
|
111
|
+
});
|
|
112
|
+
setAnchorDate(null);
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
let [isDragging, setDragging] = React.useState(false);
|
|
116
|
+
let { isDateUnavailable } = props;
|
|
117
|
+
let isInvalidSelection = React.useMemo(() => {
|
|
118
|
+
if (!value || anchorDate) return false;
|
|
119
|
+
if (isDateUnavailable && (isDateUnavailable(value.start) || isDateUnavailable(value.end))) return true;
|
|
120
|
+
return CalendarBase.$f62d864046160412$export$eac50920cf2fd59a(value.start, minValue, maxValue) || CalendarBase.$f62d864046160412$export$eac50920cf2fd59a(value.end, minValue, maxValue);
|
|
121
|
+
}, [
|
|
122
|
+
isDateUnavailable,
|
|
123
|
+
value,
|
|
124
|
+
anchorDate,
|
|
125
|
+
minValue,
|
|
126
|
+
maxValue
|
|
127
|
+
]);
|
|
128
|
+
let isValueInvalid = props.isInvalid || props.validationState === "invalid" || isInvalidSelection;
|
|
129
|
+
let validationState = isValueInvalid ? "invalid" : null;
|
|
130
|
+
return __spreadProps(__spreadValues({}, calendar), {
|
|
131
|
+
value,
|
|
132
|
+
setValue,
|
|
133
|
+
anchorDate,
|
|
134
|
+
setAnchorDate,
|
|
135
|
+
highlightedRange,
|
|
136
|
+
validationState,
|
|
137
|
+
isValueInvalid,
|
|
138
|
+
selectFocusedDate() {
|
|
139
|
+
selectDate(calendar.focusedDate);
|
|
140
|
+
},
|
|
141
|
+
selectDate,
|
|
142
|
+
highlightDate(date) {
|
|
143
|
+
if (anchorDate) calendar.setFocusedDate(date);
|
|
144
|
+
},
|
|
145
|
+
isSelected(date) {
|
|
146
|
+
return Boolean(highlightedRange && date.compare(highlightedRange.start) >= 0 && date.compare(highlightedRange.end) <= 0 && !calendar.isCellDisabled(date) && !calendar.isCellUnavailable(date));
|
|
147
|
+
},
|
|
148
|
+
isInvalid(date) {
|
|
149
|
+
var _availableRangeRef_current, _availableRangeRef_current1;
|
|
150
|
+
return calendar.isInvalid(date) || CalendarBase.$f62d864046160412$export$eac50920cf2fd59a(date, (_availableRangeRef_current = availableRangeRef.current) === null || _availableRangeRef_current === void 0 ? void 0 : _availableRangeRef_current.start, (_availableRangeRef_current1 = availableRangeRef.current) === null || _availableRangeRef_current1 === void 0 ? void 0 : _availableRangeRef_current1.end);
|
|
151
|
+
},
|
|
152
|
+
isDragging,
|
|
153
|
+
setDragging
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
function $9a36b6ba2fb1a7c5$var$makeRange(start, end) {
|
|
157
|
+
if (!start || !end) return null;
|
|
158
|
+
if (end.compare(start) < 0) [start, end] = [
|
|
159
|
+
end,
|
|
160
|
+
start
|
|
161
|
+
];
|
|
162
|
+
return {
|
|
163
|
+
start: CalendarBase.$11d87f3f76e88657$export$93522d1a439f3617(start),
|
|
164
|
+
end: CalendarBase.$11d87f3f76e88657$export$93522d1a439f3617(end)
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
function $9a36b6ba2fb1a7c5$var$convertValue(newValue, oldValue) {
|
|
168
|
+
newValue = CalendarBase.$11d87f3f76e88657$export$b4a036af3fc0b032(newValue, (oldValue === null || oldValue === void 0 ? void 0 : oldValue.calendar) || new CalendarBase.$3b62074eb05584b2$export$80ee6245ec4f29ec());
|
|
169
|
+
if (oldValue && "hour" in oldValue) return oldValue.set(newValue);
|
|
170
|
+
return newValue;
|
|
171
|
+
}
|
|
172
|
+
function $9a36b6ba2fb1a7c5$var$nextUnavailableDate(anchorDate, state, dir) {
|
|
173
|
+
let nextDate = anchorDate.add({
|
|
174
|
+
days: dir
|
|
175
|
+
});
|
|
176
|
+
while ((dir < 0 ? nextDate.compare(state.visibleRange.start) >= 0 : nextDate.compare(state.visibleRange.end) <= 0) && !state.isCellUnavailable(nextDate)) nextDate = nextDate.add({
|
|
177
|
+
days: dir
|
|
178
|
+
});
|
|
179
|
+
if (state.isCellUnavailable(nextDate)) return nextDate.add({
|
|
180
|
+
days: -dir
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
function $46a4342aab3d8076$export$87e0539f600c24e5(props, state, ref) {
|
|
184
|
+
let res = CalendarBase.$c4acc1de3ab169cf$export$d652b3ea2d672d5b(props, state);
|
|
185
|
+
let isVirtualClick = React.useRef(false);
|
|
186
|
+
let windowRef = React.useRef(typeof window !== "undefined" ? window : null);
|
|
187
|
+
useEvent.$e9faafb641e167db$export$90fc3a17d93f704c(windowRef, "pointerdown", (e) => {
|
|
188
|
+
isVirtualClick.current = e.width === 0 && e.height === 0;
|
|
189
|
+
});
|
|
190
|
+
let endDragging = (e) => {
|
|
191
|
+
if (isVirtualClick.current) {
|
|
192
|
+
isVirtualClick.current = false;
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
195
|
+
state.setDragging(false);
|
|
196
|
+
if (!state.anchorDate) return;
|
|
197
|
+
let target = e.target;
|
|
198
|
+
if (ref.current && ref.current.contains(document.activeElement) && (!ref.current.contains(target) || !target.closest('button, [role="button"]'))) state.selectFocusedDate();
|
|
199
|
+
};
|
|
200
|
+
useEvent.$e9faafb641e167db$export$90fc3a17d93f704c(windowRef, "pointerup", endDragging);
|
|
201
|
+
res.calendarProps.onBlur = (e) => {
|
|
202
|
+
if (!ref.current) return;
|
|
203
|
+
if ((!e.relatedTarget || !ref.current.contains(e.relatedTarget)) && state.anchorDate) state.selectFocusedDate();
|
|
204
|
+
};
|
|
205
|
+
useEvent.$e9faafb641e167db$export$90fc3a17d93f704c(ref, "touchmove", (e) => {
|
|
206
|
+
if (state.isDragging) e.preventDefault();
|
|
207
|
+
}, {
|
|
208
|
+
passive: false,
|
|
209
|
+
capture: true
|
|
210
|
+
});
|
|
211
|
+
return res;
|
|
212
|
+
}
|
|
213
|
+
function RangeCalendar(props) {
|
|
214
|
+
const { locale } = context.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
|
|
215
|
+
const calendarRef = React.useRef(null);
|
|
216
|
+
const state = $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(__spreadProps(__spreadValues({}, props), {
|
|
217
|
+
locale,
|
|
218
|
+
createCalendar: CalendarBase.$64244302c3013299$export$dd0bbc9b26defe37
|
|
219
|
+
}));
|
|
220
|
+
const rangeCalendarProps = $46a4342aab3d8076$export$87e0539f600c24e5(props, state, calendarRef);
|
|
221
|
+
return React.createElement(CalendarBase.CalendarBase, __spreadProps(__spreadValues(__spreadValues({}, props), rangeCalendarProps), {
|
|
222
|
+
state,
|
|
223
|
+
calendarRef
|
|
224
|
+
}));
|
|
225
|
+
}
|
|
226
|
+
RangeCalendar.displayName = "RangeCalendar";
|
|
227
|
+
exports.RangeCalendar = RangeCalendar;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const React = require("react");
|
|
3
|
+
function _interopNamespaceDefault(e) {
|
|
4
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
5
|
+
if (e) {
|
|
6
|
+
for (const k in e) {
|
|
7
|
+
if (k !== "default") {
|
|
8
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: () => e[k]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
n.default = e;
|
|
17
|
+
return Object.freeze(n);
|
|
18
|
+
}
|
|
19
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
20
|
+
var __defProp = Object.defineProperty;
|
|
21
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
22
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
23
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
24
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
configurable: true,
|
|
27
|
+
writable: true,
|
|
28
|
+
value
|
|
29
|
+
}) : obj[key] = value;
|
|
30
|
+
var __spreadValues = (a, b) => {
|
|
31
|
+
for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
32
|
+
if (__getOwnPropSymbols) for (var prop of __getOwnPropSymbols(b)) {
|
|
33
|
+
if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
34
|
+
}
|
|
35
|
+
return a;
|
|
36
|
+
};
|
|
37
|
+
var __objRest = (source, exclude) => {
|
|
38
|
+
var target = {};
|
|
39
|
+
for (var prop in source) if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
|
|
40
|
+
if (source != null && __getOwnPropSymbols) for (var prop of __getOwnPropSymbols(source)) {
|
|
41
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop)) target[prop] = source[prop];
|
|
42
|
+
}
|
|
43
|
+
return target;
|
|
44
|
+
};
|
|
45
|
+
const Search = (_a) => {
|
|
46
|
+
var _b = _a, { title, titleId } = _b, props = __objRest(_b, ["title", "titleId"]);
|
|
47
|
+
return React__namespace.createElement("svg", __spreadValues({
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
viewBox: "0 -960 960 960",
|
|
50
|
+
"aria-labelledby": titleId
|
|
51
|
+
}, props), title ? React__namespace.createElement("title", {
|
|
52
|
+
id: titleId
|
|
53
|
+
}, title) : null, React__namespace.createElement("path", {
|
|
54
|
+
d: "M790.61-137.54 531.08-397.08q-29.85 26.42-69.61 40.71t-82.32 14.29q-101.87 0-172.43-70.51-70.56-70.52-70.56-171 0-100.49 70.51-171.06 70.51-70.58 171.22-70.58 100.7 0 171.25 70.53t70.55 171.06q0 42.02-14.38 81.83-14.39 39.81-41.62 72.12l260.15 258.54-33.23 33.61ZM378.54-387.46q81.95 0 138.86-57.12 56.91-57.11 56.91-139.07 0-81.97-56.91-139.08-56.91-57.12-138.86-57.12-82.47 0-139.74 57.12-57.26 57.11-57.26 139.08 0 81.96 57.26 139.07 57.27 57.12 139.74 57.12Z"
|
|
55
|
+
}));
|
|
56
|
+
};
|
|
57
|
+
exports.Search = Search;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
6
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
configurable: true,
|
|
9
|
+
writable: true,
|
|
10
|
+
value
|
|
11
|
+
}) : obj[key] = value;
|
|
12
|
+
var __spreadValues = (a, b) => {
|
|
13
|
+
for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
14
|
+
if (__getOwnPropSymbols) for (var prop of __getOwnPropSymbols(b)) {
|
|
15
|
+
if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]);
|
|
16
|
+
}
|
|
17
|
+
return a;
|
|
18
|
+
};
|
|
19
|
+
var __objRest = (source, exclude) => {
|
|
20
|
+
var target = {};
|
|
21
|
+
for (var prop in source) if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
|
|
22
|
+
if (source != null && __getOwnPropSymbols) for (var prop of __getOwnPropSymbols(source)) {
|
|
23
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop)) target[prop] = source[prop];
|
|
24
|
+
}
|
|
25
|
+
return target;
|
|
26
|
+
};
|
|
27
|
+
const Search = (_a) => {
|
|
28
|
+
var _b = _a, { title, titleId } = _b, props = __objRest(_b, ["title", "titleId"]);
|
|
29
|
+
return React.createElement("svg", __spreadValues({
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
viewBox: "0 -960 960 960",
|
|
32
|
+
"aria-labelledby": titleId
|
|
33
|
+
}, props), title ? React.createElement("title", {
|
|
34
|
+
id: titleId
|
|
35
|
+
}, title) : null, React.createElement("path", {
|
|
36
|
+
d: "M790.61-137.54 531.08-397.08q-29.85 26.42-69.61 40.71t-82.32 14.29q-101.87 0-172.43-70.51-70.56-70.52-70.56-171 0-100.49 70.51-171.06 70.51-70.58 171.22-70.58 100.7 0 171.25 70.53t70.55 171.06q0 42.02-14.38 81.83-14.39 39.81-41.62 72.12l260.15 258.54-33.23 33.61ZM378.54-387.46q81.95 0 138.86-57.12 56.91-57.11 56.91-139.07 0-81.97-56.91-139.08-56.91-57.12-138.86-57.12-82.47 0-139.74 57.12-57.26 57.11-57.26 139.08 0 81.96 57.26 139.07 57.27 57.12 139.74 57.12Z"
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
export {
|
|
40
|
+
Search as S
|
|
41
|
+
};
|
|
@@ -18,24 +18,26 @@ var __spreadValues = (a, b) => {
|
|
|
18
18
|
return a;
|
|
19
19
|
};
|
|
20
20
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
21
|
-
const useFormValidation = require("./useFormValidation-
|
|
22
|
-
const Overlay = require("./Overlay-
|
|
21
|
+
const useFormValidation = require("./useFormValidation-DYz5WFze.js");
|
|
22
|
+
const Overlay = require("./Overlay-Dmwy9VjC.js");
|
|
23
23
|
const useSingleSelectListState = require("./useSingleSelectListState-5RB1w9vv.js");
|
|
24
24
|
const React = require("react");
|
|
25
25
|
const mergeProps = require("./mergeProps-DniMwM6P.js");
|
|
26
26
|
const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
|
|
27
|
-
const useSelectableList = require("./useSelectableList-
|
|
28
|
-
const useSelectableItem = require("./useSelectableItem-
|
|
27
|
+
const useSelectableList = require("./useSelectableList-UkBCcTuC.js");
|
|
28
|
+
const useSelectableItem = require("./useSelectableItem-DpEX9QBc.js");
|
|
29
29
|
const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
|
|
30
|
+
const useCollator = require("./useCollator-DGrSWVh4.js");
|
|
30
31
|
const useField = require("./useField-BJW_bXVD.js");
|
|
31
|
-
const useTriggerWidth = require("./useTriggerWidth-
|
|
32
|
+
const useTriggerWidth = require("./useTriggerWidth-Dj7C0lza.js");
|
|
32
33
|
const useFormReset = require("./useFormReset-Bgj93eR3.js");
|
|
33
34
|
const VisuallyHidden = require("./VisuallyHidden-CVfjb1YY.js");
|
|
34
|
-
const Text = require("./Text-
|
|
35
|
+
const Text = require("./Text-Bbhl1fdd.js");
|
|
35
36
|
const Item = require("./Item-CfWjPrxx.js");
|
|
36
|
-
const usePress = require("./usePress-
|
|
37
|
+
const usePress = require("./usePress-DNETV97g.js");
|
|
37
38
|
const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
|
|
38
39
|
const useHover = require("./useHover-BIKwjrCT.js");
|
|
40
|
+
const utilities = require("./utilities-CaBPUKEB.js");
|
|
39
41
|
const utilities_useScrollbar = require("../utilities/useScrollbar.js");
|
|
40
42
|
const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
|
|
41
43
|
const useLabel = require("./useLabel-t-N6anB8.js");
|
|
@@ -231,7 +233,7 @@ function $af383d3bef1cfdc9$export$c3f9f39876e4bc7(props) {
|
|
|
231
233
|
const $58aed456727eb0f3$export$703601b7e90536f8 = /* @__PURE__ */ new WeakMap();
|
|
232
234
|
function $58aed456727eb0f3$export$e64b2f635402ca43(props, state, ref) {
|
|
233
235
|
let { keyboardDelegate, isDisabled, isRequired, name, validationBehavior = "aria" } = props;
|
|
234
|
-
let collator =
|
|
236
|
+
let collator = useCollator.$325a3faab7a68acd$export$a16aca283550c30d({
|
|
235
237
|
usage: "search",
|
|
236
238
|
sensitivity: "base"
|
|
237
239
|
});
|
|
@@ -423,24 +425,24 @@ function useInternalSelectContext() {
|
|
|
423
425
|
}
|
|
424
426
|
return selectContext;
|
|
425
427
|
}
|
|
426
|
-
const underlay = "
|
|
427
|
-
const listboxRoot = "
|
|
428
|
-
const listbox = "
|
|
429
|
-
const listboxList = "
|
|
430
|
-
const sectionList = "
|
|
431
|
-
const optionContent = "
|
|
432
|
-
const separator = "
|
|
433
|
-
const option = "
|
|
434
|
-
const fieldRoot = "
|
|
435
|
-
const selectField = "
|
|
436
|
-
const selectSizeSm = "
|
|
437
|
-
const selectSizeLg = "
|
|
438
|
-
const selectFieldError = "
|
|
439
|
-
const selectFieldIconStart = "
|
|
440
|
-
const selectFieldIconEnd = "
|
|
441
|
-
const selectFieldIconContainer = "
|
|
442
|
-
const selectFieldText = "
|
|
443
|
-
const listboxOpen = "
|
|
428
|
+
const underlay = "_underlay_1aqfm_5";
|
|
429
|
+
const listboxRoot = "_listboxRoot_1aqfm_10";
|
|
430
|
+
const listbox = "_listbox_1aqfm_10";
|
|
431
|
+
const listboxList = "_listboxList_1aqfm_79";
|
|
432
|
+
const sectionList = "_sectionList_1aqfm_80";
|
|
433
|
+
const optionContent = "_optionContent_1aqfm_86";
|
|
434
|
+
const separator = "_separator_1aqfm_87";
|
|
435
|
+
const option = "_option_1aqfm_86";
|
|
436
|
+
const fieldRoot = "_fieldRoot_1aqfm_130";
|
|
437
|
+
const selectField = "_selectField_1aqfm_151";
|
|
438
|
+
const selectSizeSm = "_selectSizeSm_1aqfm_188";
|
|
439
|
+
const selectSizeLg = "_selectSizeLg_1aqfm_200";
|
|
440
|
+
const selectFieldError = "_selectFieldError_1aqfm_206";
|
|
441
|
+
const selectFieldIconStart = "_selectFieldIconStart_1aqfm_214";
|
|
442
|
+
const selectFieldIconEnd = "_selectFieldIconEnd_1aqfm_218";
|
|
443
|
+
const selectFieldIconContainer = "_selectFieldIconContainer_1aqfm_222";
|
|
444
|
+
const selectFieldText = "_selectFieldText_1aqfm_228";
|
|
445
|
+
const listboxOpen = "_listboxOpen_1aqfm_232";
|
|
444
446
|
const styles = {
|
|
445
447
|
underlay,
|
|
446
448
|
listboxRoot,
|
|
@@ -517,18 +519,18 @@ function SelectOverlayContent() {
|
|
|
517
519
|
const { selectState, triggerRef, listBoxPropsFromSelect, triggerWidth } = useInternalSelectContext();
|
|
518
520
|
const popoverRef = React.useRef(null);
|
|
519
521
|
const listBoxRef = React.useRef(null);
|
|
520
|
-
const { popoverProps, underlayProps } =
|
|
521
|
-
containerPadding:
|
|
522
|
-
maxHeight:
|
|
523
|
-
offset:
|
|
524
|
-
placement:
|
|
522
|
+
const { popoverProps, underlayProps } = utilities.$f2f8a6077418541e$export$542a6fd13ac93354({
|
|
523
|
+
containerPadding: utilities.OVERLAY_PADDING_FROM_CONTAINER,
|
|
524
|
+
maxHeight: utilities.ITEM_HEIGHT * utilities.DEFAULT_MAX_ITEMS_UNTIL_SCROLL + utilities.Y_PADDING_INSIDE_OVERLAY * 2 + 2,
|
|
525
|
+
offset: utilities.OVERLAY_OFFSET,
|
|
526
|
+
placement: utilities.DEFAULT_PLACEMENT,
|
|
525
527
|
popoverRef,
|
|
526
528
|
scrollRef: listBoxRef,
|
|
527
529
|
triggerRef
|
|
528
530
|
}, selectState);
|
|
529
531
|
const { listBoxProps } = $c132121280ec012d$export$50eacbbf140a3141(listBoxPropsFromSelect, selectState, listBoxRef);
|
|
530
532
|
utilities_useScrollbar.useScrollbar(listBoxRef, "ezui-os-theme-overlay");
|
|
531
|
-
const style = __spreadValues(__spreadValues({}, popoverProps.style),
|
|
533
|
+
const style = __spreadValues(__spreadValues({}, popoverProps.style), utilities.getUnmergedPopoverStyles(utilities.DEFAULT_WIDTH, triggerWidth));
|
|
532
534
|
return React.createElement(Overlay.$337b884510726a0d$export$c6fdb837b070b4ff, null, React.createElement("div", __spreadProps(__spreadValues({}, underlayProps), {
|
|
533
535
|
className: styles.underlay
|
|
534
536
|
})), React.createElement("div", __spreadProps(__spreadValues({}, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(popoverProps, {
|
|
@@ -536,13 +538,13 @@ function SelectOverlayContent() {
|
|
|
536
538
|
})), {
|
|
537
539
|
ref: popoverRef,
|
|
538
540
|
className: styles.listboxRoot
|
|
539
|
-
}), React.createElement(
|
|
541
|
+
}), React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
|
|
540
542
|
onDismiss: selectState.close
|
|
541
543
|
}), React.createElement("div", __spreadProps(__spreadValues({}, listBoxProps), {
|
|
542
544
|
ref: listBoxRef,
|
|
543
545
|
className: styles.listbox,
|
|
544
|
-
"data-width":
|
|
545
|
-
"data-max-items-until-scroll":
|
|
546
|
+
"data-width": utilities.DEFAULT_WIDTH,
|
|
547
|
+
"data-max-items-until-scroll": utilities.DEFAULT_MAX_ITEMS_UNTIL_SCROLL,
|
|
546
548
|
"data-overlayscrollbars-initialize": true
|
|
547
549
|
}), React.createElement("ul", {
|
|
548
550
|
className: styles.listboxList
|
|
@@ -556,7 +558,7 @@ function SelectOverlayContent() {
|
|
|
556
558
|
item,
|
|
557
559
|
state: selectState
|
|
558
560
|
});
|
|
559
|
-
}))), React.createElement(
|
|
561
|
+
}))), React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
|
|
560
562
|
onDismiss: selectState.close
|
|
561
563
|
})));
|
|
562
564
|
}
|
|
@@ -17,27 +17,29 @@ var __spreadValues = (a, b) => {
|
|
|
17
17
|
return a;
|
|
18
18
|
};
|
|
19
19
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
-
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10,
|
|
21
|
-
import {
|
|
22
|
-
import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "./useSingleSelectListState-
|
|
20
|
+
import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, d as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-v2O6VL2V.mjs";
|
|
21
|
+
import { c as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-DyfvFsGi.mjs";
|
|
22
|
+
import { $ as $a0d645289fe9b86b$export$e7f05e985daf4b5f } from "./useSingleSelectListState-DuCUY6dR.mjs";
|
|
23
23
|
import React__default, { useState, useMemo, useRef, createContext, useContext } from "react";
|
|
24
|
-
import {
|
|
24
|
+
import { c as $bdb11010cef70236$export$f680877a34711e37, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-DSi85raC.mjs";
|
|
25
25
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
|
|
26
|
-
import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $
|
|
27
|
-
import { a as $880e95eb8b93ba9a$export$ecf600387e221c37, b as $fb3050f43d946246$export$e32c88dfddc6e1d8 } from "./useSelectableItem-
|
|
28
|
-
import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, d as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useFocusVisible-
|
|
29
|
-
import { $ as $
|
|
30
|
-
import { $ as $
|
|
31
|
-
import { $ as $
|
|
32
|
-
import { $ as $
|
|
33
|
-
import {
|
|
26
|
+
import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $2a25aae57d74318e$export$a05409b8bb224a5a } from "./useSelectableList-BdG5I7cy.mjs";
|
|
27
|
+
import { a as $880e95eb8b93ba9a$export$ecf600387e221c37, b as $fb3050f43d946246$export$e32c88dfddc6e1d8 } from "./useSelectableItem-D61t76J1.mjs";
|
|
28
|
+
import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, d as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useFocusVisible-ng1Hn25t.mjs";
|
|
29
|
+
import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "./useCollator-B-keb3wA.mjs";
|
|
30
|
+
import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-B6VplZ_n.mjs";
|
|
31
|
+
import { $ as $453cc9f0df89c0a5$export$77d5aafae4e095b2, a as $168583247155ddda$export$dc9c12ed27dd1b49, b as $9fc4852771d079eb$export$6e2c8f0811a474ce, c as $f4b273590fab9f93$export$52210f68a14655d0 } from "./useTriggerWidth-CRz8zSDa.mjs";
|
|
32
|
+
import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DA1Lwdha.mjs";
|
|
33
|
+
import { $ as $5c3e21d68f1c4674$export$a966af930f325cab } from "./VisuallyHidden-BC5PXI9q.mjs";
|
|
34
|
+
import { T as Text } from "./Text-tpkE6IlH.mjs";
|
|
34
35
|
import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-BhrTPNN2.mjs";
|
|
35
|
-
import { b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-
|
|
36
|
-
import { c as $c87311424ea30a05$export$9ac100e40613ea10, d as $c87311424ea30a05$export$78551043582a6a98 } from "./isVirtualEvent-
|
|
36
|
+
import { b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-Db4pSZfY.mjs";
|
|
37
|
+
import { c as $c87311424ea30a05$export$9ac100e40613ea10, d as $c87311424ea30a05$export$78551043582a6a98 } from "./isVirtualEvent-BPCuFO54.mjs";
|
|
37
38
|
import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
|
|
39
|
+
import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4, D as DEFAULT_WIDTH, b as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, O as OVERLAY_PADDING_FROM_CONTAINER, I as ITEM_HEIGHT, Y as Y_PADDING_INSIDE_OVERLAY, c as OVERLAY_OFFSET, d as DEFAULT_PLACEMENT } from "./utilities-DASknbaa.mjs";
|
|
38
40
|
import { useScrollbar } from "../utilities/useScrollbar.mjs";
|
|
39
|
-
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-
|
|
40
|
-
import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-
|
|
41
|
+
import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
|
|
42
|
+
import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-D37VV43W.mjs";
|
|
41
43
|
function $2bc3a590c5373a4e$export$5159ec8b34d4ec12(props) {
|
|
42
44
|
let triggerState = $fc909762b330b746$export$61c6a8c84e605fb6(props);
|
|
43
45
|
let [focusStrategy, setFocusStrategy] = useState(null);
|
|
@@ -422,24 +424,24 @@ function useInternalSelectContext() {
|
|
|
422
424
|
}
|
|
423
425
|
return selectContext;
|
|
424
426
|
}
|
|
425
|
-
const underlay = "
|
|
426
|
-
const listboxRoot = "
|
|
427
|
-
const listbox = "
|
|
428
|
-
const listboxList = "
|
|
429
|
-
const sectionList = "
|
|
430
|
-
const optionContent = "
|
|
431
|
-
const separator = "
|
|
432
|
-
const option = "
|
|
433
|
-
const fieldRoot = "
|
|
434
|
-
const selectField = "
|
|
435
|
-
const selectSizeSm = "
|
|
436
|
-
const selectSizeLg = "
|
|
437
|
-
const selectFieldError = "
|
|
438
|
-
const selectFieldIconStart = "
|
|
439
|
-
const selectFieldIconEnd = "
|
|
440
|
-
const selectFieldIconContainer = "
|
|
441
|
-
const selectFieldText = "
|
|
442
|
-
const listboxOpen = "
|
|
427
|
+
const underlay = "_underlay_1aqfm_5";
|
|
428
|
+
const listboxRoot = "_listboxRoot_1aqfm_10";
|
|
429
|
+
const listbox = "_listbox_1aqfm_10";
|
|
430
|
+
const listboxList = "_listboxList_1aqfm_79";
|
|
431
|
+
const sectionList = "_sectionList_1aqfm_80";
|
|
432
|
+
const optionContent = "_optionContent_1aqfm_86";
|
|
433
|
+
const separator = "_separator_1aqfm_87";
|
|
434
|
+
const option = "_option_1aqfm_86";
|
|
435
|
+
const fieldRoot = "_fieldRoot_1aqfm_130";
|
|
436
|
+
const selectField = "_selectField_1aqfm_151";
|
|
437
|
+
const selectSizeSm = "_selectSizeSm_1aqfm_188";
|
|
438
|
+
const selectSizeLg = "_selectSizeLg_1aqfm_200";
|
|
439
|
+
const selectFieldError = "_selectFieldError_1aqfm_206";
|
|
440
|
+
const selectFieldIconStart = "_selectFieldIconStart_1aqfm_214";
|
|
441
|
+
const selectFieldIconEnd = "_selectFieldIconEnd_1aqfm_218";
|
|
442
|
+
const selectFieldIconContainer = "_selectFieldIconContainer_1aqfm_222";
|
|
443
|
+
const selectFieldText = "_selectFieldText_1aqfm_228";
|
|
444
|
+
const listboxOpen = "_listboxOpen_1aqfm_232";
|
|
443
445
|
const styles = {
|
|
444
446
|
underlay,
|
|
445
447
|
listboxRoot,
|
|
@@ -701,8 +701,8 @@ export {
|
|
|
701
701
|
$7af3f5b51489e0b5$export$253fe78d46329472 as $,
|
|
702
702
|
$7613b1592d41b092$export$6cd28814d92fa9c9 as a,
|
|
703
703
|
$d496c0a20b6e58ec$export$6c8a5aaad13c9852 as b,
|
|
704
|
-
$c5a24bc478652b5f$export$
|
|
705
|
-
$c5a24bc478652b5f$export$
|
|
704
|
+
$c5a24bc478652b5f$export$1005530eda016c13 as c,
|
|
705
|
+
$c5a24bc478652b5f$export$7475b2c64539e4cf as d,
|
|
706
706
|
$c5a24bc478652b5f$export$fbdeaa6a76694f71 as e,
|
|
707
707
|
$c5a24bc478652b5f$export$5f3398f8733f90e2 as f
|
|
708
708
|
};
|
|
@@ -16,9 +16,9 @@ var __spreadValues = (a, b) => {
|
|
|
16
16
|
return a;
|
|
17
17
|
};
|
|
18
18
|
const React = require("react");
|
|
19
|
-
const Icon = require("./Icon-
|
|
20
|
-
const Text = require("./Text-
|
|
21
|
-
const Tooltip = require("./Tooltip-
|
|
19
|
+
const Icon = require("./Icon-Pxk1cmPj.js");
|
|
20
|
+
const Text = require("./Text-Bbhl1fdd.js");
|
|
21
|
+
const Tooltip = require("./Tooltip-Cf1iqjg9.js");
|
|
22
22
|
function _interopNamespaceDefault(e) {
|
|
23
23
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
24
24
|
if (e) {
|
|
@@ -73,7 +73,7 @@ const ErrorFill = (_a) => {
|
|
|
73
73
|
d: "M479.98-290.77q11.9 0 19.58-7.66 7.67-7.65 7.67-19.55t-7.66-19.58q-7.65-7.67-19.55-7.67t-19.58 7.65q-7.67 7.66-7.67 19.56 0 11.9 7.66 19.58 7.65 7.67 19.55 7.67Zm-20.44-141.08h45.38v-249.53h-45.38v249.53ZM480.33-100q-78.95 0-147.89-29.92-68.95-29.92-120.76-81.71-51.81-51.79-81.75-120.78Q100-401.39 100-480.43q0-78.66 29.92-147.87 29.92-69.21 81.71-120.52 51.79-51.31 120.78-81.25Q401.39-860 480.43-860q78.66 0 147.87 29.92 69.21 29.92 120.52 81.21 51.31 51.29 81.25 120.63Q860-558.9 860-480.33q0 78.95-29.92 147.89-29.92 68.95-81.21 120.57-51.29 51.63-120.63 81.75Q558.9-100 480.33-100Z"
|
|
74
74
|
}));
|
|
75
75
|
};
|
|
76
|
-
const SelectorErrorTooltip$1 = "
|
|
76
|
+
const SelectorErrorTooltip$1 = "_SelectorErrorTooltip_6qpl8_5";
|
|
77
77
|
const styles = {
|
|
78
78
|
SelectorErrorTooltip: SelectorErrorTooltip$1
|
|
79
79
|
};
|
|
@@ -16,9 +16,9 @@ var __spreadValues = (a, b) => {
|
|
|
16
16
|
};
|
|
17
17
|
import * as React from "react";
|
|
18
18
|
import React__default from "react";
|
|
19
|
-
import { I as Icon } from "./Icon-
|
|
20
|
-
import { T as Text } from "./Text-
|
|
21
|
-
import { T as Tooltip } from "./Tooltip-
|
|
19
|
+
import { I as Icon } from "./Icon-BNi1LKXX.mjs";
|
|
20
|
+
import { T as Text } from "./Text-tpkE6IlH.mjs";
|
|
21
|
+
import { T as Tooltip } from "./Tooltip-DdaxfuX_.mjs";
|
|
22
22
|
var __defProp2 = Object.defineProperty;
|
|
23
23
|
var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
|
|
24
24
|
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
@@ -56,7 +56,7 @@ const ErrorFill = (_a) => {
|
|
|
56
56
|
d: "M479.98-290.77q11.9 0 19.58-7.66 7.67-7.65 7.67-19.55t-7.66-19.58q-7.65-7.67-19.55-7.67t-19.58 7.65q-7.67 7.66-7.67 19.56 0 11.9 7.66 19.58 7.65 7.67 19.55 7.67Zm-20.44-141.08h45.38v-249.53h-45.38v249.53ZM480.33-100q-78.95 0-147.89-29.92-68.95-29.92-120.76-81.71-51.81-51.79-81.75-120.78Q100-401.39 100-480.43q0-78.66 29.92-147.87 29.92-69.21 81.71-120.52 51.79-51.31 120.78-81.25Q401.39-860 480.43-860q78.66 0 147.87 29.92 69.21 29.92 120.52 81.21 51.31 51.29 81.25 120.63Q860-558.9 860-480.33q0 78.95-29.92 147.89-29.92 68.95-81.21 120.57-51.29 51.63-120.63 81.75Q558.9-100 480.33-100Z"
|
|
57
57
|
}));
|
|
58
58
|
};
|
|
59
|
-
const SelectorErrorTooltip$1 = "
|
|
59
|
+
const SelectorErrorTooltip$1 = "_SelectorErrorTooltip_6qpl8_5";
|
|
60
60
|
const styles = {
|
|
61
61
|
SelectorErrorTooltip: SelectorErrorTooltip$1
|
|
62
62
|
};
|