@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/slider/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const Model: S.Struct<{
|
|
|
16
16
|
readonly dragState: import("foldkit/schema").TaggedUnion<{
|
|
17
17
|
readonly Idle: {};
|
|
18
18
|
readonly Dragging: {
|
|
19
|
-
|
|
19
|
+
originValue: S.Number;
|
|
20
20
|
};
|
|
21
21
|
}>;
|
|
22
22
|
}>;
|
|
@@ -24,20 +24,20 @@ export type Model = typeof Model.Type;
|
|
|
24
24
|
/** Union of all messages the slider component can produce. */
|
|
25
25
|
export declare const Message: import("foldkit/message").MessageUnion<{
|
|
26
26
|
readonly PressedThumb: {
|
|
27
|
-
|
|
27
|
+
originValue: S.Number;
|
|
28
28
|
};
|
|
29
29
|
readonly PressedPointer: {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
value: S.Number;
|
|
31
|
+
originValue: S.Number;
|
|
32
32
|
};
|
|
33
33
|
readonly MovedDragPointer: {
|
|
34
|
-
|
|
34
|
+
value: S.Number;
|
|
35
35
|
};
|
|
36
36
|
readonly ReleasedDragPointer: {};
|
|
37
37
|
readonly CancelledDrag: {};
|
|
38
38
|
readonly PressedKeyboardNavigation: {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
direction: S.Literals<readonly ["StepDecrement", "StepIncrement", "PageDecrement", "PageIncrement", "Min", "Max"]>;
|
|
40
|
+
value: S.Number;
|
|
41
41
|
};
|
|
42
42
|
}>;
|
|
43
43
|
export type Message = typeof Message.Type;
|
|
@@ -50,7 +50,7 @@ export type PressedKeyboardNavigation = typeof Message.PressedKeyboardNavigation
|
|
|
50
50
|
/** Union of all out-messages the slider component can emit to its parent. */
|
|
51
51
|
export declare const OutMessage: import("foldkit/message").MessageUnion<{
|
|
52
52
|
readonly ChangedValue: {
|
|
53
|
-
|
|
53
|
+
value: S.Number;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
56
|
export type OutMessage = typeof OutMessage.Type;
|
|
@@ -83,30 +83,30 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
83
83
|
readonly max: number;
|
|
84
84
|
readonly step: number;
|
|
85
85
|
readonly dragState: {
|
|
86
|
-
readonly _tag: "Idle";
|
|
87
|
-
} | {
|
|
88
86
|
readonly _tag: "Dragging";
|
|
89
87
|
readonly originValue: number;
|
|
88
|
+
} | {
|
|
89
|
+
readonly _tag: "Idle";
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
92
|
commands?: Update.Commands<{
|
|
93
93
|
readonly _tag: "CancelledDrag";
|
|
94
94
|
} | {
|
|
95
|
-
readonly _tag: "
|
|
96
|
-
readonly
|
|
95
|
+
readonly _tag: "MovedDragPointer";
|
|
96
|
+
readonly value: number;
|
|
97
|
+
} | {
|
|
98
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
99
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
100
|
+
readonly value: number;
|
|
97
101
|
} | {
|
|
98
102
|
readonly _tag: "PressedPointer";
|
|
99
103
|
readonly value: number;
|
|
100
104
|
readonly originValue: number;
|
|
101
105
|
} | {
|
|
102
|
-
readonly _tag: "
|
|
103
|
-
readonly
|
|
106
|
+
readonly _tag: "PressedThumb";
|
|
107
|
+
readonly originValue: number;
|
|
104
108
|
} | {
|
|
105
109
|
readonly _tag: "ReleasedDragPointer";
|
|
106
|
-
} | {
|
|
107
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
108
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
109
|
-
readonly value: number;
|
|
110
110
|
}, never>;
|
|
111
111
|
outMessage?: {
|
|
112
112
|
readonly _tag: "ChangedValue";
|
|
@@ -132,31 +132,31 @@ export declare const subscriptionsForRoot: (getTrackRoot: () => Document | Shado
|
|
|
132
132
|
readonly max: number;
|
|
133
133
|
readonly step: number;
|
|
134
134
|
readonly dragState: {
|
|
135
|
-
readonly _tag: "Idle";
|
|
136
|
-
} | {
|
|
137
135
|
readonly _tag: "Dragging";
|
|
138
136
|
readonly originValue: number;
|
|
137
|
+
} | {
|
|
138
|
+
readonly _tag: "Idle";
|
|
139
139
|
};
|
|
140
140
|
}, {
|
|
141
141
|
readonly _tag: "CancelledDrag";
|
|
142
142
|
} | {
|
|
143
|
-
readonly _tag: "
|
|
144
|
-
readonly
|
|
143
|
+
readonly _tag: "MovedDragPointer";
|
|
144
|
+
readonly value: number;
|
|
145
|
+
} | {
|
|
146
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
147
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
148
|
+
readonly value: number;
|
|
145
149
|
} | {
|
|
146
150
|
readonly _tag: "PressedPointer";
|
|
147
151
|
readonly value: number;
|
|
148
152
|
readonly originValue: number;
|
|
149
153
|
} | {
|
|
150
|
-
readonly _tag: "
|
|
151
|
-
readonly
|
|
154
|
+
readonly _tag: "PressedThumb";
|
|
155
|
+
readonly originValue: number;
|
|
152
156
|
} | {
|
|
153
157
|
readonly _tag: "ReleasedDragPointer";
|
|
154
|
-
} | {
|
|
155
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
156
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
157
|
-
readonly value: number;
|
|
158
158
|
}, {
|
|
159
|
-
readonly dragActivity: "
|
|
159
|
+
readonly dragActivity: "Active" | "Idle";
|
|
160
160
|
readonly id: string;
|
|
161
161
|
readonly min: number;
|
|
162
162
|
readonly max: number;
|
|
@@ -169,31 +169,31 @@ export declare const subscriptionsForRoot: (getTrackRoot: () => Document | Shado
|
|
|
169
169
|
readonly max: number;
|
|
170
170
|
readonly step: number;
|
|
171
171
|
readonly dragState: {
|
|
172
|
-
readonly _tag: "Idle";
|
|
173
|
-
} | {
|
|
174
172
|
readonly _tag: "Dragging";
|
|
175
173
|
readonly originValue: number;
|
|
174
|
+
} | {
|
|
175
|
+
readonly _tag: "Idle";
|
|
176
176
|
};
|
|
177
177
|
}, {
|
|
178
178
|
readonly _tag: "CancelledDrag";
|
|
179
179
|
} | {
|
|
180
|
-
readonly _tag: "
|
|
181
|
-
readonly
|
|
180
|
+
readonly _tag: "MovedDragPointer";
|
|
181
|
+
readonly value: number;
|
|
182
|
+
} | {
|
|
183
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
184
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
185
|
+
readonly value: number;
|
|
182
186
|
} | {
|
|
183
187
|
readonly _tag: "PressedPointer";
|
|
184
188
|
readonly value: number;
|
|
185
189
|
readonly originValue: number;
|
|
186
190
|
} | {
|
|
187
|
-
readonly _tag: "
|
|
188
|
-
readonly
|
|
191
|
+
readonly _tag: "PressedThumb";
|
|
192
|
+
readonly originValue: number;
|
|
189
193
|
} | {
|
|
190
194
|
readonly _tag: "ReleasedDragPointer";
|
|
191
|
-
} | {
|
|
192
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
193
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
194
|
-
readonly value: number;
|
|
195
195
|
}, {
|
|
196
|
-
readonly dragActivity: "
|
|
196
|
+
readonly dragActivity: "Active" | "Idle";
|
|
197
197
|
}, never> & {
|
|
198
198
|
readonly __subscription: never;
|
|
199
199
|
};
|
|
@@ -206,31 +206,31 @@ export declare const subscriptions: {
|
|
|
206
206
|
readonly max: number;
|
|
207
207
|
readonly step: number;
|
|
208
208
|
readonly dragState: {
|
|
209
|
-
readonly _tag: "Idle";
|
|
210
|
-
} | {
|
|
211
209
|
readonly _tag: "Dragging";
|
|
212
210
|
readonly originValue: number;
|
|
211
|
+
} | {
|
|
212
|
+
readonly _tag: "Idle";
|
|
213
213
|
};
|
|
214
214
|
}, {
|
|
215
215
|
readonly _tag: "CancelledDrag";
|
|
216
216
|
} | {
|
|
217
|
-
readonly _tag: "
|
|
218
|
-
readonly
|
|
217
|
+
readonly _tag: "MovedDragPointer";
|
|
218
|
+
readonly value: number;
|
|
219
|
+
} | {
|
|
220
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
221
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
222
|
+
readonly value: number;
|
|
219
223
|
} | {
|
|
220
224
|
readonly _tag: "PressedPointer";
|
|
221
225
|
readonly value: number;
|
|
222
226
|
readonly originValue: number;
|
|
223
227
|
} | {
|
|
224
|
-
readonly _tag: "
|
|
225
|
-
readonly
|
|
228
|
+
readonly _tag: "PressedThumb";
|
|
229
|
+
readonly originValue: number;
|
|
226
230
|
} | {
|
|
227
231
|
readonly _tag: "ReleasedDragPointer";
|
|
228
|
-
} | {
|
|
229
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
230
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
231
|
-
readonly value: number;
|
|
232
232
|
}, {
|
|
233
|
-
readonly dragActivity: "
|
|
233
|
+
readonly dragActivity: "Active" | "Idle";
|
|
234
234
|
readonly id: string;
|
|
235
235
|
readonly min: number;
|
|
236
236
|
readonly max: number;
|
|
@@ -243,31 +243,31 @@ export declare const subscriptions: {
|
|
|
243
243
|
readonly max: number;
|
|
244
244
|
readonly step: number;
|
|
245
245
|
readonly dragState: {
|
|
246
|
-
readonly _tag: "Idle";
|
|
247
|
-
} | {
|
|
248
246
|
readonly _tag: "Dragging";
|
|
249
247
|
readonly originValue: number;
|
|
248
|
+
} | {
|
|
249
|
+
readonly _tag: "Idle";
|
|
250
250
|
};
|
|
251
251
|
}, {
|
|
252
252
|
readonly _tag: "CancelledDrag";
|
|
253
253
|
} | {
|
|
254
|
-
readonly _tag: "
|
|
255
|
-
readonly
|
|
254
|
+
readonly _tag: "MovedDragPointer";
|
|
255
|
+
readonly value: number;
|
|
256
|
+
} | {
|
|
257
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
258
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
259
|
+
readonly value: number;
|
|
256
260
|
} | {
|
|
257
261
|
readonly _tag: "PressedPointer";
|
|
258
262
|
readonly value: number;
|
|
259
263
|
readonly originValue: number;
|
|
260
264
|
} | {
|
|
261
|
-
readonly _tag: "
|
|
262
|
-
readonly
|
|
265
|
+
readonly _tag: "PressedThumb";
|
|
266
|
+
readonly originValue: number;
|
|
263
267
|
} | {
|
|
264
268
|
readonly _tag: "ReleasedDragPointer";
|
|
265
|
-
} | {
|
|
266
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
267
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
268
|
-
readonly value: number;
|
|
269
269
|
}, {
|
|
270
|
-
readonly dragActivity: "
|
|
270
|
+
readonly dragActivity: "Active" | "Idle";
|
|
271
271
|
}, never> & {
|
|
272
272
|
readonly __subscription: never;
|
|
273
273
|
};
|
|
@@ -326,29 +326,29 @@ export declare const view: import("foldkit/submodel").View<{
|
|
|
326
326
|
readonly max: number;
|
|
327
327
|
readonly step: number;
|
|
328
328
|
readonly dragState: {
|
|
329
|
-
readonly _tag: "Idle";
|
|
330
|
-
} | {
|
|
331
329
|
readonly _tag: "Dragging";
|
|
332
330
|
readonly originValue: number;
|
|
331
|
+
} | {
|
|
332
|
+
readonly _tag: "Idle";
|
|
333
333
|
};
|
|
334
334
|
}, {
|
|
335
335
|
readonly _tag: "CancelledDrag";
|
|
336
336
|
} | {
|
|
337
|
-
readonly _tag: "
|
|
338
|
-
readonly
|
|
337
|
+
readonly _tag: "MovedDragPointer";
|
|
338
|
+
readonly value: number;
|
|
339
|
+
} | {
|
|
340
|
+
readonly _tag: "PressedKeyboardNavigation";
|
|
341
|
+
readonly direction: "Max" | "Min" | "PageDecrement" | "PageIncrement" | "StepDecrement" | "StepIncrement";
|
|
342
|
+
readonly value: number;
|
|
339
343
|
} | {
|
|
340
344
|
readonly _tag: "PressedPointer";
|
|
341
345
|
readonly value: number;
|
|
342
346
|
readonly originValue: number;
|
|
343
347
|
} | {
|
|
344
|
-
readonly _tag: "
|
|
345
|
-
readonly
|
|
348
|
+
readonly _tag: "PressedThumb";
|
|
349
|
+
readonly originValue: number;
|
|
346
350
|
} | {
|
|
347
351
|
readonly _tag: "ReleasedDragPointer";
|
|
348
|
-
} | {
|
|
349
|
-
readonly _tag: "PressedKeyboardNavigation";
|
|
350
|
-
readonly direction: "Max" | "Min" | "StepDecrement" | "StepIncrement" | "PageDecrement" | "PageIncrement";
|
|
351
|
-
readonly value: number;
|
|
352
352
|
}, Readonly<{
|
|
353
353
|
/** The current value, read straight from the parent Model. The thumb
|
|
354
354
|
* position, `aria-valuenow`, and the filled track all derive from it. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,MAAM,IAAI,CAAC,EAIZ,MAAM,QAAQ,CAAA;AACf,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,IAAI,EAAmB,MAAM,cAAc,CAAA;AAI9E,OAAO,EAAE,KAAK,OAAO,EAAc,MAAM,kBAAkB,CAAA;AAC3D,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAA;AAWpD;;;;2EAI2E;AAC3E,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/slider/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/switch/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE;;;;;;;;;;sEAUsE;AACtE,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;IAC9C,WAAW,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;CAC/C,CAAC,CAAA;AAEF;;;;;;;;;;;;;;;;;yEAiByE;AACzE,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,OAAO,CAAA;IACzC,MAAM,EAAE,CAAC,UAAU,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACvD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,uEAAuE;AACvE,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/switch/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE;;;;;;;;;;sEAUsE;AACtE,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;IAC9C,WAAW,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;CAC/C,CAAC,CAAA;AAEF;;;;;;;;;;;;;;;;;yEAiByE;AACzE,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,SAAS,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,OAAO,CAAA;IACzC,MAAM,EAAE,CAAC,UAAU,EAAE,gBAAgB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACvD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC,CAAA;AAEF,uEAAuE;AACvE,eAAO,MAAM,OAAO,OAAQ,MAAM,KAAG,MAAuB,CAAA;AAE5D,6EAA6E;AAC7E,eAAO,MAAM,aAAa,OAAQ,MAAM,KAAG,MAA6B,CAAA;AAExE;;;;;;;;;;;;;;;;;;;;UAoBU;AACV,eAAO,MAAM,IAAI,GAAI,OAAO,UAClB,UAAU,CAAC,OAAO,CAAC,KACxB,WAAW,CAAC,OAAO,CAAC,KACtB,IAgEF,CAAA"}
|
package/dist/tabs/index.d.ts
CHANGED
|
@@ -24,11 +24,11 @@ export type Model = typeof Model.Type;
|
|
|
24
24
|
/** Union of all messages the tabs component can produce. */
|
|
25
25
|
export declare const Message: import("foldkit/message").MessageUnion<{
|
|
26
26
|
readonly SelectedTab: {
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
index: S.Number;
|
|
28
|
+
value: S.String;
|
|
29
29
|
};
|
|
30
30
|
readonly FocusedTab: {
|
|
31
|
-
|
|
31
|
+
index: S.Number;
|
|
32
32
|
};
|
|
33
33
|
readonly CompletedFocusTab: {};
|
|
34
34
|
}>;
|
|
@@ -44,8 +44,8 @@ export type Selected<Value extends string = string> = Readonly<{
|
|
|
44
44
|
* `Update.foldChild` config handles them through `foldOutMessage`. */
|
|
45
45
|
export declare const OutMessage: import("foldkit/message").MessageUnion<{
|
|
46
46
|
readonly Selected: {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
value: S.String;
|
|
48
|
+
index: S.Number;
|
|
49
49
|
};
|
|
50
50
|
}>;
|
|
51
51
|
/** Generic over `Value extends string` so consumers using
|
|
@@ -89,7 +89,7 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
89
89
|
readonly _tag: "CompletedFocusTab";
|
|
90
90
|
}, never>;
|
|
91
91
|
outMessage?: Readonly<{
|
|
92
|
-
readonly _tag:
|
|
92
|
+
readonly _tag: 'Selected';
|
|
93
93
|
readonly value: string;
|
|
94
94
|
readonly index: number;
|
|
95
95
|
}>;
|
package/dist/tabs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EAEN,MAAM,EACN,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;AAKxE,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAI7E,yFAAyF;AACzF,eAAO,MAAM,WAAW,iDAAyC,CAAA;AACjE,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,IAAI,CAAA;AAEjD,yGAAyG;AACzG,eAAO,MAAM,cAAc,8CAAsC,CAAA;AACjE,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,IAAI,CAAA;AAEvD;;;;+EAI+E;AAC/E,eAAO,MAAM,KAAK;;;;EAIhB,CAAA;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,4DAA4D;AAC5D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tabs/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,15 +20,16 @@ export declare const Message: import("foldkit/message").MessageUnion<{
|
|
|
20
20
|
readonly ClickedToggle: {};
|
|
21
21
|
readonly ClickedSubmit: {};
|
|
22
22
|
readonly GotDialogMessage: {
|
|
23
|
-
|
|
23
|
+
message: import("foldkit/message").MessageUnion<{
|
|
24
24
|
readonly RequestedOpen: {};
|
|
25
25
|
readonly RequestedClose: {};
|
|
26
|
-
readonly
|
|
26
|
+
readonly SucceededShowDialog: {};
|
|
27
|
+
readonly FailedShowDialog: {};
|
|
27
28
|
readonly CompletedCloseDialog: {};
|
|
28
29
|
readonly Unmounted: {};
|
|
29
30
|
readonly CompletedReleaseDialogResources: {};
|
|
30
31
|
readonly GotAnimationMessage: {
|
|
31
|
-
|
|
32
|
+
message: import("foldkit/message").MessageUnion<{
|
|
32
33
|
readonly Showed: {};
|
|
33
34
|
readonly Hid: {};
|
|
34
35
|
readonly CompletedWaitForPaint: {};
|
|
@@ -50,40 +51,42 @@ export declare const update: (model: Model, message: Message) => Readonly<{
|
|
|
50
51
|
readonly animation: {
|
|
51
52
|
readonly id: string;
|
|
52
53
|
readonly isShowing: boolean;
|
|
53
|
-
readonly transitionState: "
|
|
54
|
+
readonly transitionState: "EnterAnimating" | "EnterStart" | "Idle" | "LeaveAnimating" | "LeaveStart";
|
|
54
55
|
};
|
|
55
56
|
readonly maybeFocusSelector: Option.Option<string>;
|
|
56
57
|
};
|
|
57
58
|
};
|
|
58
59
|
commands?: Update.Commands<{
|
|
59
|
-
readonly _tag: "ClickedToggle";
|
|
60
|
-
} | {
|
|
61
60
|
readonly _tag: "ClickedSubmit";
|
|
61
|
+
} | {
|
|
62
|
+
readonly _tag: "ClickedToggle";
|
|
62
63
|
} | {
|
|
63
64
|
readonly _tag: "GotDialogMessage";
|
|
64
65
|
readonly message: {
|
|
65
|
-
readonly _tag: "RequestedOpen";
|
|
66
|
-
} | {
|
|
67
66
|
readonly _tag: "RequestedClose";
|
|
68
67
|
} | {
|
|
69
|
-
readonly _tag: "
|
|
68
|
+
readonly _tag: "RequestedOpen";
|
|
70
69
|
} | {
|
|
71
70
|
readonly _tag: "CompletedCloseDialog";
|
|
72
|
-
} | {
|
|
73
|
-
readonly _tag: "Unmounted";
|
|
74
71
|
} | {
|
|
75
72
|
readonly _tag: "CompletedReleaseDialogResources";
|
|
73
|
+
} | {
|
|
74
|
+
readonly _tag: "FailedShowDialog";
|
|
76
75
|
} | {
|
|
77
76
|
readonly _tag: "GotAnimationMessage";
|
|
78
77
|
readonly message: {
|
|
79
|
-
readonly _tag: "Showed";
|
|
80
|
-
} | {
|
|
81
|
-
readonly _tag: "Hid";
|
|
82
|
-
} | {
|
|
83
78
|
readonly _tag: "CompletedWaitForPaint";
|
|
84
79
|
} | {
|
|
85
80
|
readonly _tag: "EndedAnimation";
|
|
81
|
+
} | {
|
|
82
|
+
readonly _tag: "Hid";
|
|
83
|
+
} | {
|
|
84
|
+
readonly _tag: "Showed";
|
|
86
85
|
};
|
|
86
|
+
} | {
|
|
87
|
+
readonly _tag: "SucceededShowDialog";
|
|
88
|
+
} | {
|
|
89
|
+
readonly _tag: "Unmounted";
|
|
87
90
|
};
|
|
88
91
|
}, never>;
|
|
89
92
|
outMessage?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disabledButton.d.ts","sourceRoot":"","sources":["../../../src/test/apps/disabledButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,IAAI,CAAC,EAAE,MAAM,QAAQ,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAGrD,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAA;AAMxC,eAAO,MAAM,KAAK;;;;;;;;;;;;;EAGhB,CAAA;AACF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"disabledButton.d.ts","sourceRoot":"","sources":["../../../src/test/apps/disabledButton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,IAAI,CAAC,EAAE,MAAM,QAAQ,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAGrD,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAA;AAMxC,eAAO,MAAM,KAAK;;;;;;;;;;;;;EAGhB,CAAA;AACF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC,IAAI,CAAA;AAIrC,eAAO,MAAM,OAAO;;;;QAGE,OAAO;;;;;;;;;;;;;;;;;;EAC3B,CAAA;AACF,MAAM,MAAM,OAAO,GAAG,OAAO,OAAO,CAAC,IAAI,CAAA;AAIzC,eAAO,MAAM,YAAY,EAAE,KAG1B,CAAA;AAoBD,eAAO,MAAM,MAAM,UAAW,KAAK,WAAW,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjD,CAAA;AAeJ,qCAAqC;AACrC,eAAO,MAAM,IAAI,UAAW,KAAK,KAAK,WAAW,CAAC,OAAO,CAAC,KAAG,IAQ5D,CAAA;AAED,uDAAuD;AACvD,eAAO,MAAM,cAAc,UAAW,KAAK,KAAK,WAAW,CAAC,OAAO,CAAC,KAAG,IAyBtE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/textarea/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE,4FAA4F;AAC5F,MAAM,MAAM,kBAAkB,CAAC,OAAO,IAAI,QAAQ,CAAC;IACjD,QAAQ,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IAC3C,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,0DAA0D;AAC1D,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,CAAC,UAAU,EAAE,kBAAkB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACzD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,+EAA+E;AAC/E,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/textarea/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAIhE,4FAA4F;AAC5F,MAAM,MAAM,kBAAkB,CAAC,OAAO,IAAI,QAAQ,CAAC;IACjD,QAAQ,EAAE,aAAa,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IAC3C,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,0DAA0D;AAC1D,MAAM,MAAM,UAAU,CAAC,OAAO,IAAI,QAAQ,CAAC;IACzC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,CAAC,UAAU,EAAE,kBAAkB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IACzD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC,CAAA;AAEF,+EAA+E;AAC/E,eAAO,MAAM,aAAa,OAAQ,MAAM,KAAG,MAA6B,CAAA;AAExE,kIAAkI;AAClI,eAAO,MAAM,IAAI,GAAI,OAAO,UAClB,UAAU,CAAC,OAAO,CAAC,KACxB,WAAW,CAAC,OAAO,CAAC,KACtB,IAuEF,CAAA"}
|