@foldkit/ui 0.153.0 → 0.154.0-canary.2f2a07458578
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/README.md +1 -1
- package/dist/anchor/anchor.d.ts +14 -1
- package/dist/anchor/anchor.d.ts.map +1 -1
- package/dist/anchor/anchor.js +58 -5
- package/dist/animation/index.d.ts +5 -5
- package/dist/animation/schema.d.ts.map +1 -1
- package/dist/animation/update.d.ts.map +1 -1
- package/dist/button/index.d.ts.map +1 -1
- package/dist/calendar/index.d.ts +44 -44
- package/dist/calendar/index.d.ts.map +1 -1
- package/dist/checkbox/index.d.ts.map +1 -1
- package/dist/combobox/multi.d.ts +47 -47
- package/dist/combobox/multi.d.ts.map +1 -1
- package/dist/combobox/shared.d.ts +44 -44
- package/dist/combobox/shared.d.ts.map +1 -1
- package/dist/combobox/shared.js +91 -78
- package/dist/combobox/single.d.ts +50 -50
- package/dist/combobox/single.d.ts.map +1 -1
- package/dist/datePicker/index.d.ts +102 -102
- package/dist/datePicker/index.d.ts.map +1 -1
- package/dist/dialog/index.d.ts +38 -18
- package/dist/dialog/index.d.ts.map +1 -1
- package/dist/dialog/index.js +66 -39
- package/dist/dialog/public.d.ts +1 -1
- package/dist/dialog/public.d.ts.map +1 -1
- package/dist/disclosure/index.d.ts.map +1 -1
- package/dist/dragAndDrop/index.d.ts +191 -191
- package/dist/dragAndDrop/index.d.ts.map +1 -1
- package/dist/fieldset/index.d.ts.map +1 -1
- package/dist/fileDrop/index.d.ts +10 -10
- package/dist/fileDrop/index.d.ts.map +1 -1
- package/dist/group.d.ts.map +1 -1
- package/dist/hoverIntent/hoverIntent.d.ts +103 -0
- package/dist/hoverIntent/hoverIntent.d.ts.map +1 -0
- package/dist/hoverIntent/hoverIntent.js +210 -0
- package/dist/hoverIntent/index.d.ts +4 -0
- package/dist/hoverIntent/index.d.ts.map +1 -0
- package/dist/hoverIntent/index.js +2 -0
- package/dist/hoverIntent/message.d.ts +42 -0
- package/dist/hoverIntent/message.d.ts.map +1 -0
- package/dist/hoverIntent/message.js +23 -0
- package/dist/hoverIntent/public.d.ts +3 -0
- package/dist/hoverIntent/public.d.ts.map +1 -0
- package/dist/hoverIntent/public.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/input/index.d.ts.map +1 -1
- package/dist/internal/optionExtensions.d.ts.map +1 -1
- package/dist/internal/selectors.d.ts.map +1 -1
- package/dist/keyboard.d.ts.map +1 -1
- package/dist/listbox/multi.d.ts +43 -43
- package/dist/listbox/multi.d.ts.map +1 -1
- package/dist/listbox/shared.d.ts +38 -38
- package/dist/listbox/shared.d.ts.map +1 -1
- package/dist/listbox/shared.js +46 -39
- package/dist/listbox/single.d.ts +45 -45
- package/dist/listbox/single.d.ts.map +1 -1
- package/dist/menu/index.d.ts +70 -70
- package/dist/menu/index.d.ts.map +1 -1
- package/dist/menu/index.js +39 -32
- package/dist/nav/index.d.ts.map +1 -1
- package/dist/popover/index.d.ts +48 -33
- package/dist/popover/index.d.ts.map +1 -1
- package/dist/popover/index.js +46 -26
- package/dist/popover/public.d.ts +1 -1
- package/dist/popover/public.d.ts.map +1 -1
- package/dist/popover/public.js +1 -1
- package/dist/radioGroup/index.d.ts +6 -6
- package/dist/radioGroup/index.d.ts.map +1 -1
- package/dist/select/index.d.ts.map +1 -1
- package/dist/slider/index.d.ts +72 -72
- package/dist/slider/index.d.ts.map +1 -1
- package/dist/switch/index.d.ts.map +1 -1
- package/dist/tabs/index.d.ts +6 -6
- package/dist/tabs/index.d.ts.map +1 -1
- package/dist/test/apps/disabledButton.d.ts +18 -15
- package/dist/test/apps/disabledButton.d.ts.map +1 -1
- package/dist/textarea/index.d.ts.map +1 -1
- package/dist/toast/index.d.ts +224 -224
- package/dist/toast/index.d.ts.map +1 -1
- package/dist/toast/schema.d.ts +16 -16
- package/dist/toast/schema.d.ts.map +1 -1
- package/dist/toast/test.d.ts.map +1 -1
- package/dist/toast/update.d.ts +151 -151
- package/dist/toast/update.d.ts.map +1 -1
- package/dist/tooltip/message.d.ts +2 -2
- package/dist/tooltip/message.d.ts.map +1 -1
- package/dist/tooltip/tooltip.d.ts +7 -7
- package/dist/tooltip/tooltip.d.ts.map +1 -1
- package/dist/tooltip/tooltip.js +15 -11
- package/dist/typeahead.d.ts.map +1 -1
- package/dist/virtualList/index.d.ts +10 -10
- package/dist/virtualList/index.d.ts.map +1 -1
- package/package.json +12 -10
package/dist/popover/index.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ export declare const Message: import("foldkit/message").MessageUnion<{
|
|
|
25
25
|
readonly RequestedClose: {};
|
|
26
26
|
readonly BlurredPanel: {};
|
|
27
27
|
readonly PressedPointerOnButton: {
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
pointerType: S.String;
|
|
29
|
+
button: S.Number;
|
|
30
30
|
};
|
|
31
31
|
readonly CompletedFocusPanel: {};
|
|
32
32
|
readonly CompletedFocusButton: {};
|
|
@@ -39,7 +39,7 @@ export declare const Message: import("foldkit/message").MessageUnion<{
|
|
|
39
39
|
readonly CompletedAnchorPopover: {};
|
|
40
40
|
readonly CompletedPortalPopoverBackdrop: {};
|
|
41
41
|
readonly GotAnimationMessage: {
|
|
42
|
-
|
|
42
|
+
message: import("foldkit/message").MessageUnion<{
|
|
43
43
|
readonly Showed: {};
|
|
44
44
|
readonly Hid: {};
|
|
45
45
|
readonly CompletedWaitForPaint: {};
|
|
@@ -78,6 +78,11 @@ export declare const init: (config: InitConfig) => Model;
|
|
|
78
78
|
* trigger via a native `<label for={Popover.buttonId(id)}>` or an
|
|
79
79
|
* `aria-labelledby` reference. */
|
|
80
80
|
export declare const buttonId: (id: string) => string;
|
|
81
|
+
/** Returns the bare DOM id of the popover arrow, derived from the popover's
|
|
82
|
+
* base id. The `arrow` bundle already carries this id, so reach for this when
|
|
83
|
+
* you need the id on its own, such as asserting the panel Mount's `arrowId`
|
|
84
|
+
* argument in a Scene test. */
|
|
85
|
+
export declare const arrowId: (id: string) => string;
|
|
81
86
|
type UpdateReturn = Update.ReturnWithOutMessage<Model, Message, OutMessage>;
|
|
82
87
|
/** Prevents page scrolling while the popover is open in modal mode. */
|
|
83
88
|
export declare const LockScroll: Command.CommandDefinitionNoArgs<"LockScroll", Effect.Effect<{
|
|
@@ -117,13 +122,13 @@ export declare const DetectMovementOrAnimationEnd: Command.CommandDefinitionWith
|
|
|
117
122
|
}, Effect.Effect<{
|
|
118
123
|
readonly _tag: "GotAnimationMessage";
|
|
119
124
|
readonly message: {
|
|
120
|
-
readonly _tag: "Showed";
|
|
121
|
-
} | {
|
|
122
|
-
readonly _tag: "Hid";
|
|
123
|
-
} | {
|
|
124
125
|
readonly _tag: "CompletedWaitForPaint";
|
|
125
126
|
} | {
|
|
126
127
|
readonly _tag: "EndedAnimation";
|
|
128
|
+
} | {
|
|
129
|
+
readonly _tag: "Hid";
|
|
130
|
+
} | {
|
|
131
|
+
readonly _tag: "Showed";
|
|
127
132
|
};
|
|
128
133
|
}, never, never>>;
|
|
129
134
|
/** Processes a Popover Message and returns the next Model, optional Commands,
|
|
@@ -138,7 +143,7 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
138
143
|
readonly animation: {
|
|
139
144
|
readonly id: string;
|
|
140
145
|
readonly isShowing: boolean;
|
|
141
|
-
readonly transitionState: "
|
|
146
|
+
readonly transitionState: "EnterAnimating" | "EnterStart" | "Idle" | "LeaveAnimating" | "LeaveStart";
|
|
142
147
|
};
|
|
143
148
|
readonly maybeLastButtonPointerType: Option.Option<string>;
|
|
144
149
|
};
|
|
@@ -157,37 +162,37 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
157
162
|
} | {
|
|
158
163
|
readonly _tag: "SuppressedSpaceScroll";
|
|
159
164
|
} | {
|
|
160
|
-
readonly _tag: "
|
|
165
|
+
readonly _tag: "CompletedAnchorPopover";
|
|
161
166
|
} | {
|
|
162
167
|
readonly _tag: "CompletedFocusButton";
|
|
163
168
|
} | {
|
|
164
|
-
readonly _tag: "
|
|
165
|
-
} | {
|
|
166
|
-
readonly _tag: "CompletedUnlockScroll";
|
|
169
|
+
readonly _tag: "CompletedFocusPanel";
|
|
167
170
|
} | {
|
|
168
171
|
readonly _tag: "CompletedInertOthers";
|
|
169
172
|
} | {
|
|
170
|
-
readonly _tag: "
|
|
171
|
-
} | {
|
|
172
|
-
readonly _tag: "CompletedAnchorPopover";
|
|
173
|
+
readonly _tag: "CompletedLockScroll";
|
|
173
174
|
} | {
|
|
174
175
|
readonly _tag: "CompletedPortalPopoverBackdrop";
|
|
176
|
+
} | {
|
|
177
|
+
readonly _tag: "CompletedRestoreInert";
|
|
178
|
+
} | {
|
|
179
|
+
readonly _tag: "CompletedUnlockScroll";
|
|
175
180
|
} | {
|
|
176
181
|
readonly _tag: "GotAnimationMessage";
|
|
177
182
|
readonly message: {
|
|
178
|
-
readonly _tag: "Showed";
|
|
179
|
-
} | {
|
|
180
|
-
readonly _tag: "Hid";
|
|
181
|
-
} | {
|
|
182
183
|
readonly _tag: "CompletedWaitForPaint";
|
|
183
184
|
} | {
|
|
184
185
|
readonly _tag: "EndedAnimation";
|
|
186
|
+
} | {
|
|
187
|
+
readonly _tag: "Hid";
|
|
188
|
+
} | {
|
|
189
|
+
readonly _tag: "Showed";
|
|
185
190
|
};
|
|
186
191
|
}, never>;
|
|
187
192
|
outMessage?: {
|
|
188
|
-
readonly _tag: "Opened";
|
|
189
|
-
} | {
|
|
190
193
|
readonly _tag: "Closed";
|
|
194
|
+
} | {
|
|
195
|
+
readonly _tag: "Opened";
|
|
191
196
|
};
|
|
192
197
|
}>;
|
|
193
198
|
/** The anchor-positioning Mount this Popover renders on its panel. Exposed so
|
|
@@ -209,6 +214,8 @@ export declare const AnchorPopover: Mount.MountDefinitionWithArgs<"AnchorPopover
|
|
|
209
214
|
readonly isPlacementLocked: S.optional<S.Boolean>;
|
|
210
215
|
}>;
|
|
211
216
|
focusSelector: S.optional<S.String>;
|
|
217
|
+
arrowId: S.optional<S.String>;
|
|
218
|
+
arrowPadding: S.optional<S.Number>;
|
|
212
219
|
}, {
|
|
213
220
|
readonly _tag: "CompletedAnchorPopover";
|
|
214
221
|
}>;
|
|
@@ -234,6 +241,11 @@ export declare const close: (model: Model) => UpdateReturn;
|
|
|
234
241
|
* - `backdrop`: attribute bundle for the modal backdrop. Includes the
|
|
235
242
|
* portal Mount that moves the backdrop to document.body. The
|
|
236
243
|
* backdrop's OnClick closes the popover.
|
|
244
|
+
* - `arrow`: attribute bundle for an arrow element inside the panel.
|
|
245
|
+
* Carries the id the anchor Mount resolves and hides the element from
|
|
246
|
+
* assistive technology. Spread it onto your own element and place it
|
|
247
|
+
* with the `--arrow-x` and `--arrow-y` custom properties Anchor
|
|
248
|
+
* publishes on the panel. Nothing renders until you do.
|
|
237
249
|
* - `isVisible`: derived from `isOpen` and the Animation
|
|
238
250
|
* `transitionState`. The consumer renders the panel + backdrop only
|
|
239
251
|
* while this is true. */
|
|
@@ -241,6 +253,7 @@ export type RenderInfo = Readonly<{
|
|
|
241
253
|
button: ReadonlyArray<ChildAttribute>;
|
|
242
254
|
panel: ReadonlyArray<ChildAttribute>;
|
|
243
255
|
backdrop: ReadonlyArray<ChildAttribute>;
|
|
256
|
+
arrow: ReadonlyArray<ChildAttribute>;
|
|
244
257
|
isVisible: boolean;
|
|
245
258
|
}>;
|
|
246
259
|
/** Per-render view inputs passed to `view` via `h.submodel`'s `viewInputs` field. */
|
|
@@ -249,6 +262,7 @@ export type ViewInputs = Readonly<{
|
|
|
249
262
|
toView: (render: RenderInfo) => Html;
|
|
250
263
|
isDisabled?: boolean;
|
|
251
264
|
focusSelector?: string;
|
|
265
|
+
arrowPadding?: number;
|
|
252
266
|
ariaLabel?: string;
|
|
253
267
|
ariaLabelledBy?: string;
|
|
254
268
|
}>;
|
|
@@ -262,7 +276,7 @@ export declare const view: import("foldkit/submodel").View<{
|
|
|
262
276
|
readonly animation: {
|
|
263
277
|
readonly id: string;
|
|
264
278
|
readonly isShowing: boolean;
|
|
265
|
-
readonly transitionState: "
|
|
279
|
+
readonly transitionState: "EnterAnimating" | "EnterStart" | "Idle" | "LeaveAnimating" | "LeaveStart";
|
|
266
280
|
};
|
|
267
281
|
readonly maybeLastButtonPointerType: Option.Option<string>;
|
|
268
282
|
}, {
|
|
@@ -280,37 +294,38 @@ export declare const view: import("foldkit/submodel").View<{
|
|
|
280
294
|
} | {
|
|
281
295
|
readonly _tag: "SuppressedSpaceScroll";
|
|
282
296
|
} | {
|
|
283
|
-
readonly _tag: "
|
|
297
|
+
readonly _tag: "CompletedAnchorPopover";
|
|
284
298
|
} | {
|
|
285
299
|
readonly _tag: "CompletedFocusButton";
|
|
286
300
|
} | {
|
|
287
|
-
readonly _tag: "
|
|
288
|
-
} | {
|
|
289
|
-
readonly _tag: "CompletedUnlockScroll";
|
|
301
|
+
readonly _tag: "CompletedFocusPanel";
|
|
290
302
|
} | {
|
|
291
303
|
readonly _tag: "CompletedInertOthers";
|
|
292
304
|
} | {
|
|
293
|
-
readonly _tag: "
|
|
294
|
-
} | {
|
|
295
|
-
readonly _tag: "CompletedAnchorPopover";
|
|
305
|
+
readonly _tag: "CompletedLockScroll";
|
|
296
306
|
} | {
|
|
297
307
|
readonly _tag: "CompletedPortalPopoverBackdrop";
|
|
308
|
+
} | {
|
|
309
|
+
readonly _tag: "CompletedRestoreInert";
|
|
310
|
+
} | {
|
|
311
|
+
readonly _tag: "CompletedUnlockScroll";
|
|
298
312
|
} | {
|
|
299
313
|
readonly _tag: "GotAnimationMessage";
|
|
300
314
|
readonly message: {
|
|
301
|
-
readonly _tag: "Showed";
|
|
302
|
-
} | {
|
|
303
|
-
readonly _tag: "Hid";
|
|
304
|
-
} | {
|
|
305
315
|
readonly _tag: "CompletedWaitForPaint";
|
|
306
316
|
} | {
|
|
307
317
|
readonly _tag: "EndedAnimation";
|
|
318
|
+
} | {
|
|
319
|
+
readonly _tag: "Hid";
|
|
320
|
+
} | {
|
|
321
|
+
readonly _tag: "Showed";
|
|
308
322
|
};
|
|
309
323
|
}, Readonly<{
|
|
310
324
|
anchor: AnchorConfig;
|
|
311
325
|
toView: (render: RenderInfo) => Html;
|
|
312
326
|
isDisabled?: boolean;
|
|
313
327
|
focusSelector?: string;
|
|
328
|
+
arrowPadding?: number;
|
|
314
329
|
ariaLabel?: string;
|
|
315
330
|
ariaLabelledBy?: string;
|
|
316
331
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EAGN,MAAM,EAEN,MAAM,IAAI,CAAC,EAEZ,MAAM,QAAQ,CAAA;AACf,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAA;AAE1C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAmB,MAAM,cAAc,CAAA;AAE9E,OAAO,KAAK,KAAK,MAAM,eAAe,CAAA;AAGtC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAA;AAExC,OAAO,EACL,YAAY,EAGb,MAAM,oBAAoB,CAAA;AAgB3B,qGAAqG;AACrG,eAAO,MAAM,KAAK;;;;;;;;;;;;EAQhB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,+DAA+D;AAC/D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EAGN,MAAM,EAEN,MAAM,IAAI,CAAC,EAEZ,MAAM,QAAQ,CAAA;AACf,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAA;AAE1C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAmB,MAAM,cAAc,CAAA;AAE9E,OAAO,KAAK,KAAK,MAAM,eAAe,CAAA;AAGtC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAA;AAExC,OAAO,EACL,YAAY,EAGb,MAAM,oBAAoB,CAAA;AAgB3B,qGAAqG;AACrG,eAAO,MAAM,KAAK;;;;;;;;;;;;EAQhB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,+DAA+D;AAC/D,eAAO,MAAM,OAAO;;;;;QAKhB,WAAW;QACX,MAAM;;;;;;;;;;;;;QAYe,OAAO;;;;;;;EAC9B,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,OAAO,CAAC,aAAa,CAAC,IAAI,CAAA;AAC7D,MAAM,MAAM,cAAc,GAAG,OAAO,OAAO,CAAC,cAAc,CAAC,IAAI,CAAA;AAC/D,MAAM,MAAM,YAAY,GAAG,OAAO,OAAO,CAAC,YAAY,CAAC,IAAI,CAAA;AAC3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAA;AAC/E,MAAM,MAAM,iBAAiB,GAAG,OAAO,OAAO,CAAC,iBAAiB,CAAC,IAAI,CAAA;AACrE,MAAM,MAAM,qBAAqB,GAAG,OAAO,OAAO,CAAC,qBAAqB,CAAC,IAAI,CAAA;AAE7E,MAAM,MAAM,OAAO,GAAG,OAAO,OAAO,CAAC,IAAI,CAAA;AAIzC;;iCAEiC;AACjC,eAAO,MAAM,UAAU;;;EAGrB,CAAA;AACF,MAAM,MAAM,UAAU,GAAG,OAAO,UAAU,CAAC,IAAI,CAAA;AAE/C,MAAM,MAAM,MAAM,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,CAAA;AAClD,MAAM,MAAM,MAAM,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,IAAI,CAAA;AAMlD,4aAA4a;AAC5a,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAC,CAAA;AAEF,0EAA0E;AAC1E,eAAO,MAAM,IAAI,WAAY,UAAU,KAAG,KAQxC,CAAA;AAaF;;;mCAGmC;AACnC,eAAO,MAAM,QAAQ,OAAQ,MAAM,KAAG,MAAwB,CAAA;AAE9D;;;gCAGgC;AAChC,eAAO,MAAM,OAAO,OAAQ,MAAM,KAAG,MAAuB,CAAA;AAE5D,KAAK,YAAY,GAAG,MAAM,CAAC,oBAAoB,CAAC,KAAK,EAAE,OAAO,EAAE,UAAU,CAAC,CAAA;AAE3E,uEAAuE;AACvE,eAAO,MAAM,UAAU;;iBAGrB,CAAA;AACF,0DAA0D;AAC1D,eAAO,MAAM,YAAY;;iBAGvB,CAAA;AACF,0EAA0E;AAC1E,eAAO,MAAM,WAAW;;;;iBAOtB,CAAA;AACF,qEAAqE;AACrE,eAAO,MAAM,YAAY;;;;iBAKvB,CAAA;AACF,sDAAsD;AACtD,eAAO,MAAM,UAAU;;;;iBAQrB,CAAA;AACF,4DAA4D;AAC5D,eAAO,MAAM,WAAW;;;;iBAQtB,CAAA;AACF,wKAAwK;AACxK,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;iBAuBxC,CAAA;AAsBD;kCACkC;AAClC,eAAO,MAAM,MAAM,UAAW,KAAK,WAAW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwIpD,CAAA;AAED;;+DAE+D;AAC/D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;EAkCxB,CAAA;AAEF;;+DAE+D;AAC/D,eAAO,MAAM,qBAAqB;;EAUhC,CAAA;AAEF;4DAC4D;AAC5D,eAAO,MAAM,IAAI,UAAW,KAAK,KAAG,YACI,CAAA;AAExC;;wEAEwE;AACxE,eAAO,MAAM,KAAK,UAAW,KAAK,KAAG,YACI,CAAA;AAIzC;;;;;;;;;;;;;;;;4BAgB4B;AAC5B,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAChC,MAAM,EAAE,aAAa,CAAC,cAAc,CAAC,CAAA;IACrC,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAA;IACpC,QAAQ,EAAE,aAAa,CAAC,cAAc,CAAC,CAAA;IACvC,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAA;IACpC,SAAS,EAAE,OAAO,CAAA;CACnB,CAAC,CAAA;AAEF,qFAAqF;AACrF,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAChC,MAAM,EAAE,YAAY,CAAA;IACpB,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAA;IACpC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAC,CAAA;AAEF,6EAA6E;AAC7E,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVP,YAAY;YACZ,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI;iBACvB,OAAO;oBACJ,MAAM;mBACP,MAAM;gBACT,MAAM;qBACD,MAAM;GAwKxB,CAAA"}
|
package/dist/popover/index.js
CHANGED
|
@@ -81,6 +81,11 @@ const panelSelector = (id) => __foldkitBrandViewResult((idSelector(`${id}-panel`
|
|
|
81
81
|
* trigger via a native `<label for={Popover.buttonId(id)}>` or an
|
|
82
82
|
* `aria-labelledby` reference. */
|
|
83
83
|
export const buttonId = (id) => __foldkitBrandViewResult((`${id}-button`), "@foldkit/ui/popover/index.js#buttonId");
|
|
84
|
+
/** Returns the bare DOM id of the popover arrow, derived from the popover's
|
|
85
|
+
* base id. The `arrow` bundle already carries this id, so reach for this when
|
|
86
|
+
* you need the id on its own, such as asserting the panel Mount's `arrowId`
|
|
87
|
+
* argument in a Scene test. */
|
|
88
|
+
export const arrowId = (id) => __foldkitBrandViewResult((`${id}-arrow`), "@foldkit/ui/popover/index.js#arrowId");
|
|
84
89
|
/** Prevents page scrolling while the popover is open in modal mode. */
|
|
85
90
|
export const LockScroll = Command.define('LockScroll', {
|
|
86
91
|
messages: [Message.CompletedLockScroll],
|
|
@@ -240,26 +245,37 @@ export const update = (model, message) => {
|
|
|
240
245
|
* Scene tests can call `Scene.Mount.resolve(AnchorPopover, CompletedAnchorPopover())`
|
|
241
246
|
* to acknowledge the mount produced by the rendered panel. */
|
|
242
247
|
export const AnchorPopover = Mount.define('AnchorPopover', {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
248
|
+
args: {
|
|
249
|
+
buttonId: S.String,
|
|
250
|
+
anchor: AnchorConfig,
|
|
251
|
+
focusSelector: S.optional(S.String),
|
|
252
|
+
arrowId: S.optional(S.String),
|
|
253
|
+
arrowPadding: S.optional(S.Number),
|
|
254
|
+
},
|
|
255
|
+
messages: [Message.CompletedAnchorPopover],
|
|
256
|
+
execute: ({ element, buttonId, anchor, focusSelector, arrowId, arrowPadding, }) => __foldkitBrandViewResult((Effect.gen(function* () {
|
|
257
|
+
yield* Effect.acquireRelease(Effect.sync(() => __foldkitBrandViewResult((anchorSetup(element, {
|
|
258
|
+
buttonId,
|
|
259
|
+
anchor,
|
|
260
|
+
interceptTab: false,
|
|
261
|
+
focusAfterPosition: true,
|
|
262
|
+
...(focusSelector !== undefined && { focusSelector }),
|
|
263
|
+
...(arrowId !== undefined && { arrowId }),
|
|
264
|
+
...(arrowPadding !== undefined && { arrowPadding }),
|
|
265
|
+
})), "@foldkit/ui/popover/index.js#anonymous~9")), cleanup => __foldkitBrandViewResult((Effect.sync(cleanup)), "@foldkit/ui/popover/index.js#anonymous~10"));
|
|
266
|
+
return __foldkitBrandViewResult((Message.CompletedAnchorPopover()), "@foldkit/ui/popover/index.js#anonymous~8");
|
|
267
|
+
})), "@foldkit/ui/popover/index.js#execute~6"),
|
|
268
|
+
});
|
|
256
269
|
/** The backdrop-portaling Mount this Popover renders. Exposed so Scene tests can
|
|
257
270
|
* call `Scene.Mount.resolve(PortalPopoverBackdrop, CompletedPortalPopoverBackdrop())` to
|
|
258
271
|
* acknowledge the mount produced by the rendered backdrop. */
|
|
259
|
-
export const PortalPopoverBackdrop = Mount.define('PortalPopoverBackdrop',
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
272
|
+
export const PortalPopoverBackdrop = Mount.define('PortalPopoverBackdrop', {
|
|
273
|
+
messages: [Message.CompletedPortalPopoverBackdrop],
|
|
274
|
+
execute: ({ element }) => __foldkitBrandViewResult((Effect.gen(function* () {
|
|
275
|
+
yield* Effect.acquireRelease(Effect.sync(() => __foldkitBrandViewResult((portalToContainingRoot(element)), "@foldkit/ui/popover/index.js#anonymous~12")), cleanup => __foldkitBrandViewResult((Effect.sync(cleanup)), "@foldkit/ui/popover/index.js#anonymous~13"));
|
|
276
|
+
return __foldkitBrandViewResult((Message.CompletedPortalPopoverBackdrop()), "@foldkit/ui/popover/index.js#anonymous~11");
|
|
277
|
+
})), "@foldkit/ui/popover/index.js#execute~7"),
|
|
278
|
+
});
|
|
263
279
|
/** Programmatically opens the Popover, updating the Model and returning
|
|
264
280
|
* focus and modal Commands plus an `Opened` OutMessage. */
|
|
265
281
|
export const open = (model) => __foldkitBrandViewResult((update(model, Message.RequestedOpen())), "@foldkit/ui/popover/index.js#open");
|
|
@@ -270,28 +286,28 @@ export const close = (model) => __foldkitBrandViewResult((update(model, Message.
|
|
|
270
286
|
/** Renders a headless popover with a trigger button and a floating panel. */
|
|
271
287
|
export const view = defineView((model, viewInputs, h) => {
|
|
272
288
|
const { id, isOpen, contentFocus, animation: { transitionState }, maybeLastButtonPointerType, } = model;
|
|
273
|
-
const { anchor, toView, isDisabled, focusSelector, ariaLabel, ariaLabelledBy, } = viewInputs;
|
|
289
|
+
const { anchor, toView, isDisabled, focusSelector, arrowPadding, ariaLabel, ariaLabelledBy, } = viewInputs;
|
|
274
290
|
const isLeaving = transitionState === 'LeaveStart' || transitionState === 'LeaveAnimating';
|
|
275
291
|
const isVisible = isOpen || isLeaving;
|
|
276
292
|
const animationAttributes = M.value(transitionState).pipe(M.when('EnterStart', () => __foldkitBrandViewResult(([
|
|
277
293
|
h.DataAttribute('closed', ''),
|
|
278
294
|
h.DataAttribute('enter', ''),
|
|
279
295
|
h.DataAttribute('transition', ''),
|
|
280
|
-
]), "@foldkit/ui/popover/index.js#anonymous~
|
|
296
|
+
]), "@foldkit/ui/popover/index.js#anonymous~15")), M.when('EnterAnimating', () => __foldkitBrandViewResult(([
|
|
281
297
|
h.DataAttribute('enter', ''),
|
|
282
298
|
h.DataAttribute('transition', ''),
|
|
283
|
-
]), "@foldkit/ui/popover/index.js#anonymous~
|
|
299
|
+
]), "@foldkit/ui/popover/index.js#anonymous~16")), M.when('LeaveStart', () => __foldkitBrandViewResult(([
|
|
284
300
|
h.DataAttribute('leave', ''),
|
|
285
301
|
h.DataAttribute('transition', ''),
|
|
286
|
-
]), "@foldkit/ui/popover/index.js#anonymous~
|
|
302
|
+
]), "@foldkit/ui/popover/index.js#anonymous~17")), M.when('LeaveAnimating', () => __foldkitBrandViewResult(([
|
|
287
303
|
h.DataAttribute('closed', ''),
|
|
288
304
|
h.DataAttribute('leave', ''),
|
|
289
305
|
h.DataAttribute('transition', ''),
|
|
290
|
-
]), "@foldkit/ui/popover/index.js#anonymous~
|
|
291
|
-
const handleButtonKeyDown = (key) => __foldkitBrandViewResult((M.value(key).pipe(M.whenOr('Enter', ' ', 'ArrowDown', () => __foldkitBrandViewResult((Option.some(isOpen ? Message.RequestedClose() : Message.RequestedOpen())), "@foldkit/ui/popover/index.js#anonymous~
|
|
306
|
+
]), "@foldkit/ui/popover/index.js#anonymous~18")), M.orElse(() => __foldkitBrandViewResult(([]), "@foldkit/ui/popover/index.js#anonymous~19")));
|
|
307
|
+
const handleButtonKeyDown = (key) => __foldkitBrandViewResult((M.value(key).pipe(M.whenOr('Enter', ' ', 'ArrowDown', () => __foldkitBrandViewResult((Option.some(isOpen ? Message.RequestedClose() : Message.RequestedOpen())), "@foldkit/ui/popover/index.js#anonymous~20")), M.when('Escape', () => __foldkitBrandViewResult((OptionExt.when(isOpen, Message.RequestedClose())), "@foldkit/ui/popover/index.js#anonymous~21")), M.orElse(() => __foldkitBrandViewResult((Option.none()), "@foldkit/ui/popover/index.js#anonymous~22")))), "@foldkit/ui/popover/index.js#handleButtonKeyDown");
|
|
292
308
|
const handleButtonPointerDown = (pointerType, button) => __foldkitBrandViewResult((Option.some(Message.PressedPointerOnButton({ pointerType, button }))), "@foldkit/ui/popover/index.js#handleButtonPointerDown");
|
|
293
309
|
const handleButtonClick = () => {
|
|
294
|
-
const isMouse = Option.exists(maybeLastButtonPointerType, type => __foldkitBrandViewResult((type === 'mouse'), "@foldkit/ui/popover/index.js#anonymous~
|
|
310
|
+
const isMouse = Option.exists(maybeLastButtonPointerType, type => __foldkitBrandViewResult((type === 'mouse'), "@foldkit/ui/popover/index.js#anonymous~23"));
|
|
295
311
|
if (isMouse) {
|
|
296
312
|
return __foldkitBrandViewResult((Message.IgnoredMouseClick()), "@foldkit/ui/popover/index.js#handleButtonClick");
|
|
297
313
|
}
|
|
@@ -303,7 +319,7 @@ export const view = defineView((model, viewInputs, h) => {
|
|
|
303
319
|
}
|
|
304
320
|
};
|
|
305
321
|
const handleSpaceKeyUp = (key) => __foldkitBrandViewResult((OptionExt.when(key === ' ', Message.SuppressedSpaceScroll())), "@foldkit/ui/popover/index.js#handleSpaceKeyUp");
|
|
306
|
-
const handlePanelKeyDown = (key) => __foldkitBrandViewResult((M.value(key).pipe(M.when('Escape', () => __foldkitBrandViewResult((Option.some(Message.RequestedClose())), "@foldkit/ui/popover/index.js#anonymous~
|
|
322
|
+
const handlePanelKeyDown = (key) => __foldkitBrandViewResult((M.value(key).pipe(M.when('Escape', () => __foldkitBrandViewResult((Option.some(Message.RequestedClose())), "@foldkit/ui/popover/index.js#anonymous~24")), M.orElse(() => __foldkitBrandViewResult((Option.none()), "@foldkit/ui/popover/index.js#anonymous~25")))), "@foldkit/ui/popover/index.js#handlePanelKeyDown");
|
|
307
323
|
const resolveButtonLabel = () => {
|
|
308
324
|
if (Predicate.isNotUndefined(ariaLabel)) {
|
|
309
325
|
return __foldkitBrandViewResult(([h.AriaLabel(ariaLabel)]), "@foldkit/ui/popover/index.js#resolveButtonLabel");
|
|
@@ -345,6 +361,8 @@ export const view = defineView((model, viewInputs, h) => {
|
|
|
345
361
|
buttonId: `${id}-button`,
|
|
346
362
|
anchor,
|
|
347
363
|
...(focusSelector !== undefined && { focusSelector }),
|
|
364
|
+
arrowId: arrowId(id),
|
|
365
|
+
...(arrowPadding !== undefined && { arrowPadding }),
|
|
348
366
|
})),
|
|
349
367
|
...animationAttributes,
|
|
350
368
|
...(isLeaving
|
|
@@ -358,10 +376,12 @@ export const view = defineView((model, viewInputs, h) => {
|
|
|
358
376
|
h.OnMount(PortalPopoverBackdrop()),
|
|
359
377
|
...(isLeaving ? [] : [h.OnClick(Message.RequestedClose())]),
|
|
360
378
|
];
|
|
379
|
+
const arrowAttributes = [h.Id(arrowId(id)), h.AriaHidden(true)];
|
|
361
380
|
return __foldkitBrandViewResult((toView({
|
|
362
381
|
button: childAttributes(buttonAttributes),
|
|
363
382
|
panel: childAttributes(panelAttributes),
|
|
364
383
|
backdrop: childAttributes(backdropAttributes),
|
|
384
|
+
arrow: childAttributes(arrowAttributes),
|
|
365
385
|
isVisible,
|
|
366
|
-
})), "@foldkit/ui/popover/index.js#anonymous~
|
|
386
|
+
})), "@foldkit/ui/popover/index.js#anonymous~14");
|
|
367
387
|
});
|
package/dist/popover/public.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { init, update, open, close, view, buttonId, Model, Message, OutMessage, type Opened, type Closed, type RequestedOpen, type RequestedClose, AnchorPopover, PortalPopoverBackdrop, LockScroll, UnlockScroll, InertOthers, RestoreInert, FocusPanel, FocusButton, DetectMovementOrAnimationEnd, type BlurredPanel, type PressedPointerOnButton, type IgnoredMouseClick, type SuppressedSpaceScroll, } from './index.js';
|
|
1
|
+
export { init, update, open, close, view, buttonId, arrowId, Model, Message, OutMessage, type Opened, type Closed, type RequestedOpen, type RequestedClose, AnchorPopover, PortalPopoverBackdrop, LockScroll, UnlockScroll, InertOthers, RestoreInert, FocusPanel, FocusButton, DetectMovementOrAnimationEnd, type BlurredPanel, type PressedPointerOnButton, type IgnoredMouseClick, type SuppressedSpaceScroll, } from './index.js';
|
|
2
2
|
export type { InitConfig, ViewInputs, RenderInfo } from './index.js';
|
|
3
3
|
export type { AnchorConfig } from '../anchor/index.js';
|
|
4
4
|
//# sourceMappingURL=public.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../src/popover/public.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,MAAM,EACN,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,aAAa,EACb,qBAAqB,EACrB,UAAU,EACV,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,UAAU,EACV,WAAW,EACX,4BAA4B,EAC5B,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,GAC3B,MAAM,YAAY,CAAA;AAEnB,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAEpE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA"}
|
|
1
|
+
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../src/popover/public.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,MAAM,EACN,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,KAAK,EACL,OAAO,EACP,UAAU,EACV,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,aAAa,EACb,qBAAqB,EACrB,UAAU,EACV,YAAY,EACZ,WAAW,EACX,YAAY,EACZ,UAAU,EACV,WAAW,EACX,4BAA4B,EAC5B,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,GAC3B,MAAM,YAAY,CAAA;AAEnB,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAEpE,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA"}
|
package/dist/popover/public.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { init, update, open, close, view, buttonId, Model, Message, OutMessage, AnchorPopover, PortalPopoverBackdrop, LockScroll, UnlockScroll, InertOthers, RestoreInert, FocusPanel, FocusButton, DetectMovementOrAnimationEnd, } from './index.js';
|
|
1
|
+
export { init, update, open, close, view, buttonId, arrowId, Model, Message, OutMessage, AnchorPopover, PortalPopoverBackdrop, LockScroll, UnlockScroll, InertOthers, RestoreInert, FocusPanel, FocusButton, DetectMovementOrAnimationEnd, } from './index.js';
|
|
@@ -19,11 +19,11 @@ export type Model = typeof Model.Type;
|
|
|
19
19
|
/** Union of all messages the radio group can produce. */
|
|
20
20
|
export declare const Message: import("foldkit/message").MessageUnion<{
|
|
21
21
|
readonly SelectedOption: {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
index: S.Number;
|
|
23
|
+
value: S.String;
|
|
24
24
|
};
|
|
25
25
|
readonly FocusedOption: {
|
|
26
|
-
|
|
26
|
+
index: S.Number;
|
|
27
27
|
};
|
|
28
28
|
readonly CompletedFocusOption: {};
|
|
29
29
|
}>;
|
|
@@ -39,8 +39,8 @@ export type Selected<Value extends string = string> = Readonly<{
|
|
|
39
39
|
* `Update.foldChild` config handles them through `foldOutMessage`. */
|
|
40
40
|
export declare const OutMessage: import("foldkit/message").MessageUnion<{
|
|
41
41
|
readonly Selected: {
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
value: S.String;
|
|
43
|
+
index: S.Number;
|
|
44
44
|
};
|
|
45
45
|
}>;
|
|
46
46
|
/** Generic over `Value extends string` so consumers using
|
|
@@ -82,7 +82,7 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
82
82
|
readonly _tag: "CompletedFocusOption";
|
|
83
83
|
}, never>;
|
|
84
84
|
outMessage?: Readonly<{
|
|
85
|
-
readonly _tag:
|
|
85
|
+
readonly _tag: 'Selected';
|
|
86
86
|
readonly value: string;
|
|
87
87
|
readonly index: number;
|
|
88
88
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/radioGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EAEN,MAAM,EAEN,MAAM,IAAI,CAAC,EAGZ,MAAM,QAAQ,CAAA;AACf,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAA;AAE1C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAmB,MAAM,cAAc,CAAA;AAG9E,OAAO,EAAE,KAAK,IAAI,IAAI,YAAY,EAAc,MAAM,kBAAkB,CAAA;AAOxE,+FAA+F;AAC/F,eAAO,MAAM,WAAW,iDAAyC,CAAA;AACjE,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,IAAI,CAAA;AAEjD;;;;+DAI+D;AAC/D,eAAO,MAAM,KAAK;;;EAGhB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,yDAAyD;AACzD,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/radioGroup/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/select/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE,0FAA0F;AAC1F,MAAM,MAAM,gBAAgB,CAAC,OAAO,IAAI,QAAQ,CAAC;IAC/C,MAAM,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IACzC,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IACxC,WAAW,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;CAC/C,CAAC,CAAA;AAEF,wDAAwD;AACxD,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,CAAC,UAAU,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACvD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC,CAAA;AAEF,6EAA6E;AAC7E,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/select/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE,0FAA0F;AAC1F,MAAM,MAAM,gBAAgB,CAAC,OAAO,IAAI,QAAQ,CAAC;IAC/C,MAAM,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IACzC,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IACxC,WAAW,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;CAC/C,CAAC,CAAA;AAEF,wDAAwD;AACxD,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,CAAC,UAAU,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACvD,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAC,CAAA;AAEF,6EAA6E;AAC7E,eAAO,MAAM,aAAa,OAAQ,MAAM,KAAG,MAA6B,CAAA;AAExE,gIAAgI;AAChI,eAAO,MAAM,IAAI,GAAI,OAAO,UAClB,UAAU,CAAC,OAAO,CAAC,KACxB,WAAW,CAAC,OAAO,CAAC,KACtB,IAqDF,CAAA"}
|