@easypost/easy-ui 1.0.0-alpha.112 → 1.0.0-alpha.113
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/AlertBadge/AlertBadge.d.ts +1 -1
- package/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/AlertBadge/index.js +20 -16
- package/AlertBadge/index.mjs +20 -16
- package/Badge/index.js +29 -19
- package/Badge/index.mjs +29 -19
- package/Banner/index.js +19 -12
- package/Banner/index.mjs +19 -12
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +6 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +33 -24
- package/CheckableCard/index.mjs +33 -24
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/context.d.ts +2 -1
- package/CodeBlock/context.d.ts.map +1 -1
- package/CodeBlock/index.js +81 -59
- package/CodeBlock/index.mjs +81 -59
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/ColorPicker/index.js +71 -54
- package/ColorPicker/index.mjs +71 -54
- package/CustomerPortalLayout/index.js +101 -72
- package/CustomerPortalLayout/index.mjs +101 -72
- package/DataGrid/index.js +229 -173
- package/DataGrid/index.mjs +229 -173
- package/DatePicker/index.js +10 -8
- package/DatePicker/index.mjs +10 -8
- package/DateRangePicker/index.js +10 -8
- package/DateRangePicker/index.mjs +10 -8
- package/Drawer/context.d.ts +2 -2
- package/Drawer/context.d.ts.map +1 -1
- package/Drawer/index.js +99 -78
- package/Drawer/index.mjs +99 -78
- package/Drawer/useIntersectionDetection.d.ts +1 -1
- package/Drawer/useIntersectionDetection.d.ts.map +1 -1
- package/DropdownButton/index.js +15 -7
- package/DropdownButton/index.mjs +16 -8
- package/EmptyStateCard/index.js +53 -33
- package/EmptyStateCard/index.mjs +53 -33
- package/FocusedProductLayout/index.js +104 -76
- package/FocusedProductLayout/index.mjs +104 -76
- package/ForgeLayout/index.js +283 -217
- package/ForgeLayout/index.mjs +283 -217
- package/FormLayout/index.js +38 -24
- package/FormLayout/index.mjs +38 -24
- 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 +16 -9
- package/IconButton/index.mjs +17 -10
- 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/MenuTrigger.d.ts +1 -1
- package/Menu/MenuTrigger.d.ts.map +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/context.d.ts +3 -3
- package/Modal/context.d.ts.map +1 -1
- package/Modal/index.js +124 -93
- package/Modal/index.mjs +124 -93
- package/Modal/useIntersectionDetection.d.ts +1 -1
- package/Modal/useIntersectionDetection.d.ts.map +1 -1
- package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
- package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
- package/MultiSelect/index.js +106 -83
- package/MultiSelect/index.mjs +107 -84
- package/MultiSelect/utilities.d.ts +1 -1
- package/MultiSelect/utilities.d.ts.map +1 -1
- package/MultipageSection/index.js +94 -71
- package/MultipageSection/index.mjs +94 -71
- package/NexusLayout/index.js +136 -102
- package/NexusLayout/index.mjs +136 -102
- package/Notification/NotificationTransition.d.ts +1 -1
- package/Notification/NotificationTransition.d.ts.map +1 -1
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +62 -50
- package/Pagination/index.mjs +63 -51
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/illustrations/Building01/index.js +532 -531
- package/PlanCard/illustrations/Building01/index.mjs +532 -531
- package/PlanCard/illustrations/Building02/index.js +206 -205
- package/PlanCard/illustrations/Building02/index.mjs +206 -205
- package/PlanCard/illustrations/Building03/index.js +773 -772
- package/PlanCard/illustrations/Building03/index.mjs +773 -772
- package/PlanCard/illustrations/Building04/index.js +1528 -1527
- package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
- package/PlanCard/index.js +59 -36
- package/PlanCard/index.mjs +60 -37
- package/ProductLayout/index.js +132 -91
- package/ProductLayout/index.mjs +132 -91
- package/Provider/index.js +18 -14
- package/Provider/index.mjs +18 -14
- package/RadioButtonGroup/index.js +14 -10
- package/RadioButtonGroup/index.mjs +14 -10
- package/RadioGroup/index.js +1 -1
- package/RadioGroup/index.mjs +1 -1
- package/RangeCalendar/index.js +1 -1
- package/RangeCalendar/index.mjs +1 -1
- package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
- package/SearchNav/index.js +197 -141
- package/SearchNav/index.mjs +197 -141
- package/SearchNav/utilities.d.ts +3 -3
- package/SearchNav/utilities.d.ts.map +1 -1
- package/SectionCard/index.js +43 -25
- package/SectionCard/index.mjs +43 -25
- package/Select/index.js +74 -62
- package/Select/index.mjs +74 -62
- 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 +22 -16
- package/SplitToggleCard/index.mjs +22 -16
- 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 +22 -16
- package/TabPanels/index.mjs +24 -18
- 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 +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +3 -3
- package/Textarea/index.mjs +3 -3
- package/Theme/index.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +20 -15
- package/ToggleCard/index.mjs +21 -16
- 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 +115 -88
- package/VerticalNav/index.mjs +115 -88
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-5AuHgwU3.js → Button-C3vDXJsJ.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
- package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
- package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
- package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
- package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
- package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.js} +16 -13
- package/package.json +4 -6
- package/types.d.ts +1 -1
- package/types.d.ts.map +1 -1
- package/utilities/Noop.d.ts +1 -1
- package/utilities/Noop.d.ts.map +1 -1
- package/utilities/react.d.ts +1 -1
- package/utilities/react.d.ts.map +1 -1
- package/utilities/react.js +1 -1
- package/utilities/react.mjs +1 -1
- package/utilities/test.d.ts +1 -0
- package/utilities/test.d.ts.map +1 -1
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
- package/__chunks__/index-CUcRN4NO.js +0 -311
- package/__chunks__/index-Izk6uvQC.mjs +0 -312
package/MultiSelect/index.js
CHANGED
|
@@ -51,12 +51,13 @@ var __async = (__this, __arguments, generator) => {
|
|
|
51
51
|
});
|
|
52
52
|
};
|
|
53
53
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
54
|
+
const jsxRuntime = require("../__chunks__/jsx-runtime-CH1d66I3.js");
|
|
54
55
|
const React = require("react");
|
|
55
56
|
const Button = require("../__chunks__/Button-BpQFyL49.js");
|
|
56
57
|
const utils = require("../__chunks__/utils-CRWC8dEm.js");
|
|
57
58
|
const Input = require("../__chunks__/Input-CwXLFYJK.js");
|
|
58
59
|
const Label = require("../__chunks__/Label-B6GdFt8f.js");
|
|
59
|
-
const PillGroup = require("../__chunks__/PillGroup-
|
|
60
|
+
const PillGroup = require("../__chunks__/PillGroup-rTS853Rr.js");
|
|
60
61
|
const Dialog = require("../__chunks__/Dialog-iU9BJB0o.js");
|
|
61
62
|
const Text = require("../__chunks__/Text-B9fD1q8n.js");
|
|
62
63
|
const filterDOMProps = require("../__chunks__/filterDOMProps-p6wKN-SS.js");
|
|
@@ -81,10 +82,10 @@ const useSelectableList = require("../__chunks__/useSelectableList-DeSKmxTV.js")
|
|
|
81
82
|
const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-DxxEMHfO.js");
|
|
82
83
|
const useMenuTrigger = require("../__chunks__/useMenuTrigger-DQl6sBWY.js");
|
|
83
84
|
const useTextField = require("../__chunks__/useTextField-BlTYl2ML.js");
|
|
84
|
-
const Icon = require("../__chunks__/Icon-
|
|
85
|
+
const Icon = require("../__chunks__/Icon-BVa5ddiD.js");
|
|
85
86
|
const utilities = require("../__chunks__/utilities-Q88aR_Y9.js");
|
|
86
|
-
const Spinner = require("../__chunks__/Spinner-
|
|
87
|
-
const Text$1 = require("../__chunks__/Text-
|
|
87
|
+
const Spinner = require("../__chunks__/Spinner-Dd68v9QX.js");
|
|
88
|
+
const Text$1 = require("../__chunks__/Text-C4CEsglh.js");
|
|
88
89
|
const utilities_css = require("../utilities/css.js");
|
|
89
90
|
const utilities_useScrollbar = require("../utilities/useScrollbar.js");
|
|
90
91
|
const VisuallyHidden = require("../__chunks__/VisuallyHidden-CIjowwM_.js");
|
|
@@ -1803,7 +1804,7 @@ function MultiSelectDropdown(props) {
|
|
|
1803
1804
|
const style = __spreadValues(__spreadValues({
|
|
1804
1805
|
width
|
|
1805
1806
|
}, utilities_css.getComponentToken("menu", "item_height", `${utilities_css.pxToRem(utilities.ITEM_HEIGHT)}rem`)), utilities_css.getComponentToken("menu", "padding.y", `${utilities_css.pxToRem(utilities.Y_PADDING_INSIDE_OVERLAY)}rem`));
|
|
1806
|
-
return
|
|
1807
|
+
return jsxRuntime.jsxRuntimeExports.jsx(Dialog.$07b14b47974efb58$export$5b6b19405a83ff9d, {
|
|
1807
1808
|
isNonModal: true,
|
|
1808
1809
|
className: styles$1.popover,
|
|
1809
1810
|
style,
|
|
@@ -1812,43 +1813,51 @@ function MultiSelectDropdown(props) {
|
|
|
1812
1813
|
trigger: "ComboBox",
|
|
1813
1814
|
maxHeight: utilities.getMenuPopoverMaxHeight({
|
|
1814
1815
|
maxItemsUntilScroll
|
|
1816
|
+
}),
|
|
1817
|
+
children: isLoading ? jsxRuntime.jsxRuntimeExports.jsx("div", {
|
|
1818
|
+
className: styles$1.spinnerContainer,
|
|
1819
|
+
children: jsxRuntime.jsxRuntimeExports.jsx("div", {
|
|
1820
|
+
className: styles$1.spinner,
|
|
1821
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Spinner.Spinner, {
|
|
1822
|
+
isIndeterminate: true,
|
|
1823
|
+
"aria-label": "Loading",
|
|
1824
|
+
size: "sm"
|
|
1825
|
+
})
|
|
1826
|
+
})
|
|
1827
|
+
}) : jsxRuntime.jsxRuntimeExports.jsx(ScrollContainer, {
|
|
1828
|
+
scrollRef: menuRef,
|
|
1829
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(PillGroup.$eed445e0843c11d0$export$41f133550aa26f48, {
|
|
1830
|
+
renderEmptyState: () => jsxRuntime.jsxRuntimeExports.jsx("div", {
|
|
1831
|
+
className: styles$1.listEmptyState,
|
|
1832
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Text$1.Text, {
|
|
1833
|
+
variant: "subtitle2",
|
|
1834
|
+
color: "neutral.400",
|
|
1835
|
+
children: "No results found"
|
|
1836
|
+
})
|
|
1837
|
+
}),
|
|
1838
|
+
selectionMode: "multiple",
|
|
1839
|
+
children
|
|
1840
|
+
})
|
|
1815
1841
|
})
|
|
1816
|
-
}
|
|
1817
|
-
className: styles$1.spinnerContainer
|
|
1818
|
-
}, React.createElement("div", {
|
|
1819
|
-
className: styles$1.spinner
|
|
1820
|
-
}, React.createElement(Spinner.Spinner, {
|
|
1821
|
-
isIndeterminate: true,
|
|
1822
|
-
"aria-label": "Loading",
|
|
1823
|
-
size: "sm"
|
|
1824
|
-
}))) : React.createElement(ScrollContainer, {
|
|
1825
|
-
scrollRef: menuRef
|
|
1826
|
-
}, React.createElement(PillGroup.$eed445e0843c11d0$export$41f133550aa26f48, {
|
|
1827
|
-
renderEmptyState: () => React.createElement("div", {
|
|
1828
|
-
className: styles$1.listEmptyState
|
|
1829
|
-
}, React.createElement(Text$1.Text, {
|
|
1830
|
-
variant: "subtitle2",
|
|
1831
|
-
color: "neutral.400"
|
|
1832
|
-
}, "No results found")),
|
|
1833
|
-
selectionMode: "multiple"
|
|
1834
|
-
}, children)));
|
|
1842
|
+
});
|
|
1835
1843
|
}
|
|
1836
1844
|
function MultiSelectDropdownOption(props) {
|
|
1837
|
-
return
|
|
1845
|
+
return jsxRuntime.jsxRuntimeExports.jsx(PillGroup.$eed445e0843c11d0$export$a11e76429ed99b4, __spreadProps(__spreadValues({}, props), {
|
|
1838
1846
|
className: styles$1.option
|
|
1839
1847
|
}));
|
|
1840
1848
|
}
|
|
1841
1849
|
function MultiSelectDropdownOptionText(props) {
|
|
1842
|
-
return
|
|
1850
|
+
return jsxRuntime.jsxRuntimeExports.jsx(Text$1.Text, __spreadValues({
|
|
1843
1851
|
variant: "body1"
|
|
1844
1852
|
}, props));
|
|
1845
1853
|
}
|
|
1846
1854
|
function ScrollContainer({ scrollRef, children }) {
|
|
1847
1855
|
utilities_useScrollbar.useScrollbar(scrollRef, "ezui-os-theme-overlay");
|
|
1848
|
-
return
|
|
1856
|
+
return jsxRuntime.jsxRuntimeExports.jsx("div", {
|
|
1849
1857
|
className: styles$1.menu,
|
|
1850
|
-
ref: scrollRef
|
|
1851
|
-
|
|
1858
|
+
ref: scrollRef,
|
|
1859
|
+
children
|
|
1860
|
+
});
|
|
1852
1861
|
}
|
|
1853
1862
|
function useElementWidth(elementRef) {
|
|
1854
1863
|
const [width, setWidth] = React.useState(0);
|
|
@@ -1928,61 +1937,75 @@ function MultiSelect(props) {
|
|
|
1928
1937
|
onInputChange("");
|
|
1929
1938
|
setTempSelectedKey(null);
|
|
1930
1939
|
};
|
|
1931
|
-
return
|
|
1940
|
+
return jsxRuntime.jsxRuntimeExports.jsxs("div", {
|
|
1932
1941
|
ref: rootRef,
|
|
1933
|
-
className: styles.MultiSelect
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1942
|
+
className: styles.MultiSelect,
|
|
1943
|
+
children: [selectedItems.length > 0 ? jsxRuntime.jsxRuntimeExports.jsx(PillGroup.PillGroup, {
|
|
1944
|
+
items: selectedItems,
|
|
1945
|
+
horizontalStackContainerProps: {
|
|
1946
|
+
gap: "1"
|
|
1947
|
+
},
|
|
1948
|
+
onRemove: onRemoveSelectedItem,
|
|
1949
|
+
label: "Selected items",
|
|
1950
|
+
background: pillBackground,
|
|
1951
|
+
isBorderless: isPillBorderless,
|
|
1952
|
+
children: renderPill
|
|
1953
|
+
}) : jsxRuntime.jsxRuntimeExports.jsx(VisuallyHidden.$5c3e21d68f1c4674$export$439d29a4e110a164, {
|
|
1954
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Text$1.Text, {
|
|
1955
|
+
children: "No selected items"
|
|
1956
|
+
})
|
|
1957
|
+
}), jsxRuntime.jsxRuntimeExports.jsxs("div", {
|
|
1958
|
+
className: styles.comboBoxContainer,
|
|
1959
|
+
children: [jsxRuntime.jsxRuntimeExports.jsxs($d01f2c01039c0eec$export$72b9695b8216309a, {
|
|
1960
|
+
className: styles.comboBox,
|
|
1961
|
+
allowsEmptyCollection: true,
|
|
1962
|
+
"aria-label": "Available items",
|
|
1963
|
+
selectedKey: tempSelectedKey,
|
|
1964
|
+
onSelectionChange: onComboBoxSelectionChange,
|
|
1965
|
+
items: dropdownItems,
|
|
1966
|
+
inputValue,
|
|
1967
|
+
onInputChange: onComboBoxInputChange,
|
|
1968
|
+
disabledKeys,
|
|
1969
|
+
children: [jsxRuntime.jsxRuntimeExports.jsxs("div", {
|
|
1970
|
+
className: styles.inputContainer,
|
|
1971
|
+
children: [jsxRuntime.jsxRuntimeExports.jsx(Input.$3985021b0ad6602f$export$f5b8910cec6cf069, {
|
|
1972
|
+
placeholder,
|
|
1973
|
+
className: styles.input,
|
|
1974
|
+
onBlur: onComboBoxInputBlur,
|
|
1975
|
+
onKeyDownCapture: onComboBoxInputKeyDownCapture
|
|
1976
|
+
}), jsxRuntime.jsxRuntimeExports.jsx(VisuallyHidden.$5c3e21d68f1c4674$export$439d29a4e110a164, {
|
|
1977
|
+
children: jsxRuntime.jsxRuntimeExports.jsx(Button.$d2b4bc8c273e7be6$export$353f5b6fc5456de1, {
|
|
1978
|
+
type: "button",
|
|
1979
|
+
slot: "remove",
|
|
1980
|
+
"aria-label": "Clear",
|
|
1981
|
+
ref: clearComboBoxButtonRef
|
|
1982
|
+
})
|
|
1983
|
+
})]
|
|
1984
|
+
}), jsxRuntime.jsxRuntimeExports.jsx(MultiSelectDropdown, {
|
|
1985
|
+
triggerRef: rootRef,
|
|
1986
|
+
menuRef,
|
|
1987
|
+
maxItemsUntilScroll,
|
|
1988
|
+
isLoading,
|
|
1989
|
+
width: rootWidth,
|
|
1990
|
+
children
|
|
1991
|
+
})]
|
|
1992
|
+
}), jsxRuntime.jsxRuntimeExports.jsxs("button", {
|
|
1993
|
+
type: "button",
|
|
1994
|
+
className: styles.dropdownArrowButton,
|
|
1995
|
+
onClick: () => {
|
|
1996
|
+
var _a;
|
|
1997
|
+
return (_a = clearComboBoxButtonRef.current) == null ? void 0 : _a.click();
|
|
1998
|
+
},
|
|
1999
|
+
tabIndex: -1,
|
|
2000
|
+
children: [jsxRuntime.jsxRuntimeExports.jsx(Text$1.Text, {
|
|
2001
|
+
visuallyHidden: true,
|
|
2002
|
+
children: "Open dropdown"
|
|
2003
|
+
}), jsxRuntime.jsxRuntimeExports.jsx(Icon.Icon, {
|
|
2004
|
+
symbol: KeyboardArrowDown
|
|
2005
|
+
})]
|
|
2006
|
+
})]
|
|
2007
|
+
})]
|
|
2008
|
+
});
|
|
1986
2009
|
}
|
|
1987
2010
|
MultiSelect.Pill = PillGroup.PillGroup.Pill;
|
|
1988
2011
|
MultiSelect.Option = MultiSelectDropdownOption;
|
package/MultiSelect/index.mjs
CHANGED
|
@@ -49,14 +49,15 @@ var __async = (__this, __arguments, generator) => {
|
|
|
49
49
|
step((generator = generator.apply(__this, __arguments)).next());
|
|
50
50
|
});
|
|
51
51
|
};
|
|
52
|
+
import { j as jsxRuntimeExports } from "../__chunks__/jsx-runtime-DTpFD6nx.mjs";
|
|
52
53
|
import * as React from "react";
|
|
53
54
|
import React__default, { useState, useMemo, useRef, useCallback, useEffect, useReducer, createContext, forwardRef } from "react";
|
|
54
55
|
import { $ as $d2b4bc8c273e7be6$export$24d547caef80ccd1, a as $d2b4bc8c273e7be6$export$353f5b6fc5456de1 } from "../__chunks__/Button-B4DxcTvZ.mjs";
|
|
55
56
|
import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, d as $64fa3d84918910a7$export$fabf2dc03a41866e, e as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, f as $64fa3d84918910a7$export$ef03459518577ad4, a as $64fa3d84918910a7$export$4d86445c2cf5e3, b as $64fa3d84918910a7$export$2881499e37b75b9a } from "../__chunks__/utils-C1be5hOp.mjs";
|
|
56
57
|
import { $ as $3985021b0ad6602f$export$37fb8590cf2c088c, a as $a049562f99e7db0e$export$f9c6924e160136d1, b as $ee014567cb39d3f0$export$ff05c3ac10437e03, c as $3985021b0ad6602f$export$f5b8910cec6cf069 } from "../__chunks__/Input-BIRbdEcT.mjs";
|
|
57
58
|
import { a as $01b77f81d0f07f68$export$75b6ee27786ba447 } from "../__chunks__/Label-LpYJUKnw.mjs";
|
|
58
|
-
import { $ as $0d86e9c8f07f9a7b$export$79c0c687a5963b0a, a as $eed445e0843c11d0$export$7ff8f37d2d81a48d, b as $e1995378a142960e$export$bf788dd355e3a401, c as $eed445e0843c11d0$export$7c5906fe4f1f2af2, d as $eed445e0843c11d0$export$41f133550aa26f48, e as $eed445e0843c11d0$export$a11e76429ed99b4, P as PillGroup } from "../__chunks__/PillGroup-
|
|
59
|
-
import { f } from "../__chunks__/PillGroup-
|
|
59
|
+
import { $ as $0d86e9c8f07f9a7b$export$79c0c687a5963b0a, a as $eed445e0843c11d0$export$7ff8f37d2d81a48d, b as $e1995378a142960e$export$bf788dd355e3a401, c as $eed445e0843c11d0$export$7c5906fe4f1f2af2, d as $eed445e0843c11d0$export$41f133550aa26f48, e as $eed445e0843c11d0$export$a11e76429ed99b4, P as PillGroup } from "../__chunks__/PillGroup-EJ8t8SrT.mjs";
|
|
60
|
+
import { f } from "../__chunks__/PillGroup-EJ8t8SrT.mjs";
|
|
60
61
|
import { c as $de32f1b87079253c$export$d2f961adcb0afbe, d as $07b14b47974efb58$export$9b9a0cd73afb7ca4, a as $07b14b47974efb58$export$5b6b19405a83ff9d } from "../__chunks__/Dialog-DIhV589X.mjs";
|
|
61
62
|
import { $ as $514c0188e459b4c0$export$9afb8bc826b033ea } from "../__chunks__/Text-BBBs9zA4.mjs";
|
|
62
63
|
import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-eGTqWSTd.mjs";
|
|
@@ -81,10 +82,10 @@ import { b as $2a25aae57d74318e$export$a05409b8bb224a5a, a as $453cc9f0df89c0a5$
|
|
|
81
82
|
import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-DWQ_olZl.mjs";
|
|
82
83
|
import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "../__chunks__/useMenuTrigger-e_p0x3OT.mjs";
|
|
83
84
|
import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "../__chunks__/useTextField-0Mbs_DmY.mjs";
|
|
84
|
-
import { I as Icon } from "../__chunks__/Icon-
|
|
85
|
+
import { I as Icon } from "../__chunks__/Icon-DzTns8u5.mjs";
|
|
85
86
|
import { D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, Y as Y_PADDING_INSIDE_OVERLAY, I as ITEM_HEIGHT, e as getMenuPopoverMaxHeight } from "../__chunks__/utilities-CBYsZn-t.mjs";
|
|
86
|
-
import { S as Spinner } from "../__chunks__/Spinner-
|
|
87
|
-
import { T as Text } from "../__chunks__/Text-
|
|
87
|
+
import { S as Spinner } from "../__chunks__/Spinner-2PFCOK3I.mjs";
|
|
88
|
+
import { T as Text } from "../__chunks__/Text-u9mYLeWj.mjs";
|
|
88
89
|
import { getComponentToken, pxToRem } from "../utilities/css.mjs";
|
|
89
90
|
import { useScrollbar } from "../utilities/useScrollbar.mjs";
|
|
90
91
|
import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "../__chunks__/VisuallyHidden-BrpRPZGD.mjs";
|
|
@@ -1786,7 +1787,7 @@ function MultiSelectDropdown(props) {
|
|
|
1786
1787
|
const style = __spreadValues(__spreadValues({
|
|
1787
1788
|
width
|
|
1788
1789
|
}, getComponentToken("menu", "item_height", `${pxToRem(ITEM_HEIGHT)}rem`)), getComponentToken("menu", "padding.y", `${pxToRem(Y_PADDING_INSIDE_OVERLAY)}rem`));
|
|
1789
|
-
return
|
|
1790
|
+
return jsxRuntimeExports.jsx($07b14b47974efb58$export$5b6b19405a83ff9d, {
|
|
1790
1791
|
isNonModal: true,
|
|
1791
1792
|
className: styles$1.popover,
|
|
1792
1793
|
style,
|
|
@@ -1795,43 +1796,51 @@ function MultiSelectDropdown(props) {
|
|
|
1795
1796
|
trigger: "ComboBox",
|
|
1796
1797
|
maxHeight: getMenuPopoverMaxHeight({
|
|
1797
1798
|
maxItemsUntilScroll
|
|
1799
|
+
}),
|
|
1800
|
+
children: isLoading ? jsxRuntimeExports.jsx("div", {
|
|
1801
|
+
className: styles$1.spinnerContainer,
|
|
1802
|
+
children: jsxRuntimeExports.jsx("div", {
|
|
1803
|
+
className: styles$1.spinner,
|
|
1804
|
+
children: jsxRuntimeExports.jsx(Spinner, {
|
|
1805
|
+
isIndeterminate: true,
|
|
1806
|
+
"aria-label": "Loading",
|
|
1807
|
+
size: "sm"
|
|
1808
|
+
})
|
|
1809
|
+
})
|
|
1810
|
+
}) : jsxRuntimeExports.jsx(ScrollContainer, {
|
|
1811
|
+
scrollRef: menuRef,
|
|
1812
|
+
children: jsxRuntimeExports.jsx($eed445e0843c11d0$export$41f133550aa26f48, {
|
|
1813
|
+
renderEmptyState: () => jsxRuntimeExports.jsx("div", {
|
|
1814
|
+
className: styles$1.listEmptyState,
|
|
1815
|
+
children: jsxRuntimeExports.jsx(Text, {
|
|
1816
|
+
variant: "subtitle2",
|
|
1817
|
+
color: "neutral.400",
|
|
1818
|
+
children: "No results found"
|
|
1819
|
+
})
|
|
1820
|
+
}),
|
|
1821
|
+
selectionMode: "multiple",
|
|
1822
|
+
children
|
|
1823
|
+
})
|
|
1798
1824
|
})
|
|
1799
|
-
}
|
|
1800
|
-
className: styles$1.spinnerContainer
|
|
1801
|
-
}, React__default.createElement("div", {
|
|
1802
|
-
className: styles$1.spinner
|
|
1803
|
-
}, React__default.createElement(Spinner, {
|
|
1804
|
-
isIndeterminate: true,
|
|
1805
|
-
"aria-label": "Loading",
|
|
1806
|
-
size: "sm"
|
|
1807
|
-
}))) : React__default.createElement(ScrollContainer, {
|
|
1808
|
-
scrollRef: menuRef
|
|
1809
|
-
}, React__default.createElement($eed445e0843c11d0$export$41f133550aa26f48, {
|
|
1810
|
-
renderEmptyState: () => React__default.createElement("div", {
|
|
1811
|
-
className: styles$1.listEmptyState
|
|
1812
|
-
}, React__default.createElement(Text, {
|
|
1813
|
-
variant: "subtitle2",
|
|
1814
|
-
color: "neutral.400"
|
|
1815
|
-
}, "No results found")),
|
|
1816
|
-
selectionMode: "multiple"
|
|
1817
|
-
}, children)));
|
|
1825
|
+
});
|
|
1818
1826
|
}
|
|
1819
1827
|
function MultiSelectDropdownOption(props) {
|
|
1820
|
-
return
|
|
1828
|
+
return jsxRuntimeExports.jsx($eed445e0843c11d0$export$a11e76429ed99b4, __spreadProps(__spreadValues({}, props), {
|
|
1821
1829
|
className: styles$1.option
|
|
1822
1830
|
}));
|
|
1823
1831
|
}
|
|
1824
1832
|
function MultiSelectDropdownOptionText(props) {
|
|
1825
|
-
return
|
|
1833
|
+
return jsxRuntimeExports.jsx(Text, __spreadValues({
|
|
1826
1834
|
variant: "body1"
|
|
1827
1835
|
}, props));
|
|
1828
1836
|
}
|
|
1829
1837
|
function ScrollContainer({ scrollRef, children }) {
|
|
1830
1838
|
useScrollbar(scrollRef, "ezui-os-theme-overlay");
|
|
1831
|
-
return
|
|
1839
|
+
return jsxRuntimeExports.jsx("div", {
|
|
1832
1840
|
className: styles$1.menu,
|
|
1833
|
-
ref: scrollRef
|
|
1834
|
-
|
|
1841
|
+
ref: scrollRef,
|
|
1842
|
+
children
|
|
1843
|
+
});
|
|
1835
1844
|
}
|
|
1836
1845
|
function useElementWidth(elementRef) {
|
|
1837
1846
|
const [width, setWidth] = useState(0);
|
|
@@ -1911,61 +1920,75 @@ function MultiSelect(props) {
|
|
|
1911
1920
|
onInputChange("");
|
|
1912
1921
|
setTempSelectedKey(null);
|
|
1913
1922
|
};
|
|
1914
|
-
return
|
|
1923
|
+
return jsxRuntimeExports.jsxs("div", {
|
|
1915
1924
|
ref: rootRef,
|
|
1916
|
-
className: styles.MultiSelect
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1925
|
+
className: styles.MultiSelect,
|
|
1926
|
+
children: [selectedItems.length > 0 ? jsxRuntimeExports.jsx(PillGroup, {
|
|
1927
|
+
items: selectedItems,
|
|
1928
|
+
horizontalStackContainerProps: {
|
|
1929
|
+
gap: "1"
|
|
1930
|
+
},
|
|
1931
|
+
onRemove: onRemoveSelectedItem,
|
|
1932
|
+
label: "Selected items",
|
|
1933
|
+
background: pillBackground,
|
|
1934
|
+
isBorderless: isPillBorderless,
|
|
1935
|
+
children: renderPill
|
|
1936
|
+
}) : jsxRuntimeExports.jsx($5c3e21d68f1c4674$export$439d29a4e110a164, {
|
|
1937
|
+
children: jsxRuntimeExports.jsx(Text, {
|
|
1938
|
+
children: "No selected items"
|
|
1939
|
+
})
|
|
1940
|
+
}), jsxRuntimeExports.jsxs("div", {
|
|
1941
|
+
className: styles.comboBoxContainer,
|
|
1942
|
+
children: [jsxRuntimeExports.jsxs($d01f2c01039c0eec$export$72b9695b8216309a, {
|
|
1943
|
+
className: styles.comboBox,
|
|
1944
|
+
allowsEmptyCollection: true,
|
|
1945
|
+
"aria-label": "Available items",
|
|
1946
|
+
selectedKey: tempSelectedKey,
|
|
1947
|
+
onSelectionChange: onComboBoxSelectionChange,
|
|
1948
|
+
items: dropdownItems,
|
|
1949
|
+
inputValue,
|
|
1950
|
+
onInputChange: onComboBoxInputChange,
|
|
1951
|
+
disabledKeys,
|
|
1952
|
+
children: [jsxRuntimeExports.jsxs("div", {
|
|
1953
|
+
className: styles.inputContainer,
|
|
1954
|
+
children: [jsxRuntimeExports.jsx($3985021b0ad6602f$export$f5b8910cec6cf069, {
|
|
1955
|
+
placeholder,
|
|
1956
|
+
className: styles.input,
|
|
1957
|
+
onBlur: onComboBoxInputBlur,
|
|
1958
|
+
onKeyDownCapture: onComboBoxInputKeyDownCapture
|
|
1959
|
+
}), jsxRuntimeExports.jsx($5c3e21d68f1c4674$export$439d29a4e110a164, {
|
|
1960
|
+
children: jsxRuntimeExports.jsx($d2b4bc8c273e7be6$export$353f5b6fc5456de1, {
|
|
1961
|
+
type: "button",
|
|
1962
|
+
slot: "remove",
|
|
1963
|
+
"aria-label": "Clear",
|
|
1964
|
+
ref: clearComboBoxButtonRef
|
|
1965
|
+
})
|
|
1966
|
+
})]
|
|
1967
|
+
}), jsxRuntimeExports.jsx(MultiSelectDropdown, {
|
|
1968
|
+
triggerRef: rootRef,
|
|
1969
|
+
menuRef,
|
|
1970
|
+
maxItemsUntilScroll,
|
|
1971
|
+
isLoading,
|
|
1972
|
+
width: rootWidth,
|
|
1973
|
+
children
|
|
1974
|
+
})]
|
|
1975
|
+
}), jsxRuntimeExports.jsxs("button", {
|
|
1976
|
+
type: "button",
|
|
1977
|
+
className: styles.dropdownArrowButton,
|
|
1978
|
+
onClick: () => {
|
|
1979
|
+
var _a;
|
|
1980
|
+
return (_a = clearComboBoxButtonRef.current) == null ? void 0 : _a.click();
|
|
1981
|
+
},
|
|
1982
|
+
tabIndex: -1,
|
|
1983
|
+
children: [jsxRuntimeExports.jsx(Text, {
|
|
1984
|
+
visuallyHidden: true,
|
|
1985
|
+
children: "Open dropdown"
|
|
1986
|
+
}), jsxRuntimeExports.jsx(Icon, {
|
|
1987
|
+
symbol: KeyboardArrowDown
|
|
1988
|
+
})]
|
|
1989
|
+
})]
|
|
1990
|
+
})]
|
|
1991
|
+
});
|
|
1969
1992
|
}
|
|
1970
1993
|
MultiSelect.Pill = PillGroup.Pill;
|
|
1971
1994
|
MultiSelect.Option = MultiSelectDropdownOption;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../src/MultiSelect/utilities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAE5C,wBAAgB,eAAe,CAAC,UAAU,EAAE,SAAS,CAAC,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../src/MultiSelect/utilities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAC;AAE5C,wBAAgB,eAAe,CAAC,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,UAc3E"}
|