react-magma-dom 4.10.0-next.17 → 4.10.0-next.19
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/dist/components/AIButton/StyledAIButton.d.ts +13 -0
- package/dist/components/AIButton/StyledAIButtonTemplate.d.ts +15 -0
- package/dist/components/AIButton/index.d.ts +124 -0
- package/dist/components/AIButton/styles.d.ts +14 -0
- package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
- package/dist/esm/index.js +2039 -1487
- package/dist/esm/index.js.map +1 -1
- package/dist/i18n/interface.d.ts +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/properties.json +1011 -105
- package/dist/react-magma-dom.cjs.development.js +1822 -1289
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/ThemeContext.d.ts +14 -0
- package/dist/theme/magma.d.ts +28 -0
- package/package.json +1 -1
package/dist/properties.json
CHANGED
|
@@ -1,4 +1,790 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "SpanProps",
|
|
4
|
+
"kind": 256,
|
|
5
|
+
"kindString": "Interface",
|
|
6
|
+
"flags": {
|
|
7
|
+
"isExported": true
|
|
8
|
+
},
|
|
9
|
+
"id": "SpanProps",
|
|
10
|
+
"tags": {},
|
|
11
|
+
"properties": {
|
|
12
|
+
"hasIconLeading": {
|
|
13
|
+
"name": "hasIconLeading",
|
|
14
|
+
"required": false,
|
|
15
|
+
"type": {
|
|
16
|
+
"name": "boolean"
|
|
17
|
+
},
|
|
18
|
+
"deprecated": false
|
|
19
|
+
},
|
|
20
|
+
"size": {
|
|
21
|
+
"name": "size",
|
|
22
|
+
"required": false,
|
|
23
|
+
"type": {
|
|
24
|
+
"name": "enum",
|
|
25
|
+
"options": [
|
|
26
|
+
"AIButtonSize.large",
|
|
27
|
+
"AIButtonSize.medium",
|
|
28
|
+
"AIButtonSize.small"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"deprecated": false
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "StyledAIButtonProps",
|
|
37
|
+
"kind": 256,
|
|
38
|
+
"kindString": "Interface",
|
|
39
|
+
"flags": {
|
|
40
|
+
"isExported": true
|
|
41
|
+
},
|
|
42
|
+
"id": "StyledAIButtonProps",
|
|
43
|
+
"tags": {},
|
|
44
|
+
"properties": {
|
|
45
|
+
"hoverColor": {
|
|
46
|
+
"name": "hoverColor",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": {
|
|
49
|
+
"name": "string"
|
|
50
|
+
},
|
|
51
|
+
"description": "Sets the color when the button is hovered.",
|
|
52
|
+
"deprecated": false
|
|
53
|
+
},
|
|
54
|
+
"iconOnly": {
|
|
55
|
+
"name": "iconOnly",
|
|
56
|
+
"required": false,
|
|
57
|
+
"type": {
|
|
58
|
+
"name": "boolean"
|
|
59
|
+
},
|
|
60
|
+
"deprecated": false
|
|
61
|
+
},
|
|
62
|
+
"isAnimated": {
|
|
63
|
+
"name": "isAnimated",
|
|
64
|
+
"required": false,
|
|
65
|
+
"type": {
|
|
66
|
+
"name": "boolean"
|
|
67
|
+
},
|
|
68
|
+
"description": "Enables gradient animation for the button background.",
|
|
69
|
+
"defaultValue": "false",
|
|
70
|
+
"deprecated": false
|
|
71
|
+
},
|
|
72
|
+
"isFullWidth": {
|
|
73
|
+
"name": "isFullWidth",
|
|
74
|
+
"required": false,
|
|
75
|
+
"type": {
|
|
76
|
+
"name": "boolean"
|
|
77
|
+
},
|
|
78
|
+
"description": "Set the button to display full-width.",
|
|
79
|
+
"defaultValue": "false",
|
|
80
|
+
"deprecated": false
|
|
81
|
+
},
|
|
82
|
+
"isInverse": {
|
|
83
|
+
"name": "isInverse",
|
|
84
|
+
"required": false,
|
|
85
|
+
"type": {
|
|
86
|
+
"name": "boolean"
|
|
87
|
+
},
|
|
88
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
89
|
+
"defaultValue": "false",
|
|
90
|
+
"deprecated": false
|
|
91
|
+
},
|
|
92
|
+
"isLoading": {
|
|
93
|
+
"name": "isLoading",
|
|
94
|
+
"required": false,
|
|
95
|
+
"type": {
|
|
96
|
+
"name": "boolean"
|
|
97
|
+
},
|
|
98
|
+
"description": " Set the button to a loading state",
|
|
99
|
+
"defaultValue": "false",
|
|
100
|
+
"deprecated": false
|
|
101
|
+
},
|
|
102
|
+
"leadingIcon": {
|
|
103
|
+
"name": "leadingIcon",
|
|
104
|
+
"required": false,
|
|
105
|
+
"type": {
|
|
106
|
+
"name": "boolean | ReactElement"
|
|
107
|
+
},
|
|
108
|
+
"deprecated": false
|
|
109
|
+
},
|
|
110
|
+
"leftColor": {
|
|
111
|
+
"name": "leftColor",
|
|
112
|
+
"required": false,
|
|
113
|
+
"type": {
|
|
114
|
+
"name": "string"
|
|
115
|
+
},
|
|
116
|
+
"description": "Sets the color for the left side of the button gradient.",
|
|
117
|
+
"deprecated": false
|
|
118
|
+
},
|
|
119
|
+
"pressedColor": {
|
|
120
|
+
"name": "pressedColor",
|
|
121
|
+
"required": false,
|
|
122
|
+
"type": {
|
|
123
|
+
"name": "string"
|
|
124
|
+
},
|
|
125
|
+
"description": "Sets the color when the button is pressed (active).",
|
|
126
|
+
"deprecated": false
|
|
127
|
+
},
|
|
128
|
+
"rightColor": {
|
|
129
|
+
"name": "rightColor",
|
|
130
|
+
"required": false,
|
|
131
|
+
"type": {
|
|
132
|
+
"name": "string"
|
|
133
|
+
},
|
|
134
|
+
"description": "Sets the color for the right side of the button gradient.",
|
|
135
|
+
"deprecated": false
|
|
136
|
+
},
|
|
137
|
+
"shape": {
|
|
138
|
+
"name": "shape",
|
|
139
|
+
"required": false,
|
|
140
|
+
"type": {
|
|
141
|
+
"name": "enum",
|
|
142
|
+
"options": [
|
|
143
|
+
"AIButtonShape.fill",
|
|
144
|
+
"AIButtonShape.leftCap",
|
|
145
|
+
"AIButtonShape.rightCap",
|
|
146
|
+
"AIButtonShape.round"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"description": "Defines the border radius",
|
|
150
|
+
"defaultValue": "AIButtonShape.fill",
|
|
151
|
+
"deprecated": false
|
|
152
|
+
},
|
|
153
|
+
"size": {
|
|
154
|
+
"name": "size",
|
|
155
|
+
"required": false,
|
|
156
|
+
"type": {
|
|
157
|
+
"name": "enum",
|
|
158
|
+
"options": [
|
|
159
|
+
"AIButtonSize.large",
|
|
160
|
+
"AIButtonSize.medium",
|
|
161
|
+
"AIButtonSize.small"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"description": "The relative size of the button",
|
|
165
|
+
"defaultValue": "AIButtonSize.medium",
|
|
166
|
+
"deprecated": false
|
|
167
|
+
},
|
|
168
|
+
"textTransform": {
|
|
169
|
+
"name": "textTransform",
|
|
170
|
+
"required": false,
|
|
171
|
+
"type": {
|
|
172
|
+
"name": "enum",
|
|
173
|
+
"options": [
|
|
174
|
+
"AIButtonTextTransform.none",
|
|
175
|
+
"AIButtonTextTransform.uppercase"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"description": "Determines whether the button appears in all-caps",
|
|
179
|
+
"defaultValue": "AIButtonTextTransform.uppercase",
|
|
180
|
+
"deprecated": false
|
|
181
|
+
},
|
|
182
|
+
"trailingIcon": {
|
|
183
|
+
"name": "trailingIcon",
|
|
184
|
+
"required": false,
|
|
185
|
+
"type": {
|
|
186
|
+
"name": "ReactElement"
|
|
187
|
+
},
|
|
188
|
+
"deprecated": false
|
|
189
|
+
},
|
|
190
|
+
"type": {
|
|
191
|
+
"name": "type",
|
|
192
|
+
"required": false,
|
|
193
|
+
"type": {
|
|
194
|
+
"name": "enum",
|
|
195
|
+
"options": [
|
|
196
|
+
"AIButtonType.button",
|
|
197
|
+
"AIButtonType.reset",
|
|
198
|
+
"AIButtonType.submit"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"description": "The type attribute of the button",
|
|
202
|
+
"defaultValue": "AIButtonType.button",
|
|
203
|
+
"deprecated": false
|
|
204
|
+
},
|
|
205
|
+
"variant": {
|
|
206
|
+
"name": "variant",
|
|
207
|
+
"required": false,
|
|
208
|
+
"type": {
|
|
209
|
+
"name": "enum",
|
|
210
|
+
"options": [
|
|
211
|
+
"AIButtonVariant.variantA",
|
|
212
|
+
"AIButtonVariant.variantB"
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
"description": "The variant of the button",
|
|
216
|
+
"defaultValue": "AIButtonVariant.variantA",
|
|
217
|
+
"deprecated": false
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "BaseAIButtonProps",
|
|
223
|
+
"kind": 256,
|
|
224
|
+
"kindString": "Interface",
|
|
225
|
+
"flags": {
|
|
226
|
+
"isExported": true
|
|
227
|
+
},
|
|
228
|
+
"id": "BaseAIButtonProps",
|
|
229
|
+
"tags": {},
|
|
230
|
+
"properties": {
|
|
231
|
+
"hoverColor": {
|
|
232
|
+
"name": "hoverColor",
|
|
233
|
+
"required": false,
|
|
234
|
+
"type": {
|
|
235
|
+
"name": "string"
|
|
236
|
+
},
|
|
237
|
+
"description": "Sets the color when the button is hovered.",
|
|
238
|
+
"deprecated": false
|
|
239
|
+
},
|
|
240
|
+
"isAnimated": {
|
|
241
|
+
"name": "isAnimated",
|
|
242
|
+
"required": false,
|
|
243
|
+
"type": {
|
|
244
|
+
"name": "boolean"
|
|
245
|
+
},
|
|
246
|
+
"description": "Enables gradient animation for the button background.",
|
|
247
|
+
"defaultValue": "false",
|
|
248
|
+
"deprecated": false
|
|
249
|
+
},
|
|
250
|
+
"isFullWidth": {
|
|
251
|
+
"name": "isFullWidth",
|
|
252
|
+
"required": false,
|
|
253
|
+
"type": {
|
|
254
|
+
"name": "boolean"
|
|
255
|
+
},
|
|
256
|
+
"description": "Set the button to display full-width.",
|
|
257
|
+
"defaultValue": "false",
|
|
258
|
+
"deprecated": false
|
|
259
|
+
},
|
|
260
|
+
"isInverse": {
|
|
261
|
+
"name": "isInverse",
|
|
262
|
+
"required": false,
|
|
263
|
+
"type": {
|
|
264
|
+
"name": "boolean"
|
|
265
|
+
},
|
|
266
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
267
|
+
"defaultValue": "false",
|
|
268
|
+
"deprecated": false
|
|
269
|
+
},
|
|
270
|
+
"isLoading": {
|
|
271
|
+
"name": "isLoading",
|
|
272
|
+
"required": false,
|
|
273
|
+
"type": {
|
|
274
|
+
"name": "boolean"
|
|
275
|
+
},
|
|
276
|
+
"description": " Set the button to a loading state",
|
|
277
|
+
"defaultValue": "false",
|
|
278
|
+
"deprecated": false
|
|
279
|
+
},
|
|
280
|
+
"leftColor": {
|
|
281
|
+
"name": "leftColor",
|
|
282
|
+
"required": false,
|
|
283
|
+
"type": {
|
|
284
|
+
"name": "string"
|
|
285
|
+
},
|
|
286
|
+
"description": "Sets the color for the left side of the button gradient.",
|
|
287
|
+
"deprecated": false
|
|
288
|
+
},
|
|
289
|
+
"pressedColor": {
|
|
290
|
+
"name": "pressedColor",
|
|
291
|
+
"required": false,
|
|
292
|
+
"type": {
|
|
293
|
+
"name": "string"
|
|
294
|
+
},
|
|
295
|
+
"description": "Sets the color when the button is pressed (active).",
|
|
296
|
+
"deprecated": false
|
|
297
|
+
},
|
|
298
|
+
"rightColor": {
|
|
299
|
+
"name": "rightColor",
|
|
300
|
+
"required": false,
|
|
301
|
+
"type": {
|
|
302
|
+
"name": "string"
|
|
303
|
+
},
|
|
304
|
+
"description": "Sets the color for the right side of the button gradient.",
|
|
305
|
+
"deprecated": false
|
|
306
|
+
},
|
|
307
|
+
"shape": {
|
|
308
|
+
"name": "shape",
|
|
309
|
+
"required": false,
|
|
310
|
+
"type": {
|
|
311
|
+
"name": "enum",
|
|
312
|
+
"options": [
|
|
313
|
+
"AIButtonShape.fill",
|
|
314
|
+
"AIButtonShape.leftCap",
|
|
315
|
+
"AIButtonShape.rightCap",
|
|
316
|
+
"AIButtonShape.round"
|
|
317
|
+
]
|
|
318
|
+
},
|
|
319
|
+
"description": "Defines the border radius",
|
|
320
|
+
"defaultValue": "AIButtonShape.fill",
|
|
321
|
+
"deprecated": false
|
|
322
|
+
},
|
|
323
|
+
"size": {
|
|
324
|
+
"name": "size",
|
|
325
|
+
"required": false,
|
|
326
|
+
"type": {
|
|
327
|
+
"name": "enum",
|
|
328
|
+
"options": [
|
|
329
|
+
"AIButtonSize.large",
|
|
330
|
+
"AIButtonSize.medium",
|
|
331
|
+
"AIButtonSize.small"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
"description": "The relative size of the button",
|
|
335
|
+
"defaultValue": "AIButtonSize.medium",
|
|
336
|
+
"deprecated": false
|
|
337
|
+
},
|
|
338
|
+
"textTransform": {
|
|
339
|
+
"name": "textTransform",
|
|
340
|
+
"required": false,
|
|
341
|
+
"type": {
|
|
342
|
+
"name": "enum",
|
|
343
|
+
"options": [
|
|
344
|
+
"AIButtonTextTransform.none",
|
|
345
|
+
"AIButtonTextTransform.uppercase"
|
|
346
|
+
]
|
|
347
|
+
},
|
|
348
|
+
"description": "Determines whether the button appears in all-caps",
|
|
349
|
+
"defaultValue": "AIButtonTextTransform.uppercase",
|
|
350
|
+
"deprecated": false
|
|
351
|
+
},
|
|
352
|
+
"type": {
|
|
353
|
+
"name": "type",
|
|
354
|
+
"required": false,
|
|
355
|
+
"type": {
|
|
356
|
+
"name": "enum",
|
|
357
|
+
"options": [
|
|
358
|
+
"AIButtonType.button",
|
|
359
|
+
"AIButtonType.reset",
|
|
360
|
+
"AIButtonType.submit"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"description": "The type attribute of the button",
|
|
364
|
+
"defaultValue": "AIButtonType.button",
|
|
365
|
+
"deprecated": false
|
|
366
|
+
},
|
|
367
|
+
"variant": {
|
|
368
|
+
"name": "variant",
|
|
369
|
+
"required": false,
|
|
370
|
+
"type": {
|
|
371
|
+
"name": "enum",
|
|
372
|
+
"options": [
|
|
373
|
+
"AIButtonVariant.variantA",
|
|
374
|
+
"AIButtonVariant.variantB"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
"description": "The variant of the button",
|
|
378
|
+
"defaultValue": "AIButtonVariant.variantA",
|
|
379
|
+
"deprecated": false
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "IconOnlyAIButtonProps",
|
|
385
|
+
"kind": 256,
|
|
386
|
+
"kindString": "Interface",
|
|
387
|
+
"flags": {
|
|
388
|
+
"isExported": true
|
|
389
|
+
},
|
|
390
|
+
"id": "IconOnlyAIButtonProps",
|
|
391
|
+
"tags": {},
|
|
392
|
+
"properties": {
|
|
393
|
+
"aria-label": {
|
|
394
|
+
"name": "aria-label",
|
|
395
|
+
"required": true,
|
|
396
|
+
"type": {
|
|
397
|
+
"name": "string"
|
|
398
|
+
},
|
|
399
|
+
"description": "The text the screen reader will announce. Required for icon-only buttons",
|
|
400
|
+
"deprecated": false
|
|
401
|
+
},
|
|
402
|
+
"children": {
|
|
403
|
+
"name": "children",
|
|
404
|
+
"required": false,
|
|
405
|
+
"type": {
|
|
406
|
+
"name": "never"
|
|
407
|
+
},
|
|
408
|
+
"description": "The content of the component",
|
|
409
|
+
"deprecated": false
|
|
410
|
+
},
|
|
411
|
+
"hoverColor": {
|
|
412
|
+
"name": "hoverColor",
|
|
413
|
+
"required": false,
|
|
414
|
+
"type": {
|
|
415
|
+
"name": "string"
|
|
416
|
+
},
|
|
417
|
+
"description": "Sets the color when the button is hovered.",
|
|
418
|
+
"deprecated": false
|
|
419
|
+
},
|
|
420
|
+
"isAnimated": {
|
|
421
|
+
"name": "isAnimated",
|
|
422
|
+
"required": false,
|
|
423
|
+
"type": {
|
|
424
|
+
"name": "boolean"
|
|
425
|
+
},
|
|
426
|
+
"description": "Enables gradient animation for the button background.",
|
|
427
|
+
"defaultValue": "false",
|
|
428
|
+
"deprecated": false
|
|
429
|
+
},
|
|
430
|
+
"isFullWidth": {
|
|
431
|
+
"name": "isFullWidth",
|
|
432
|
+
"required": false,
|
|
433
|
+
"type": {
|
|
434
|
+
"name": "boolean"
|
|
435
|
+
},
|
|
436
|
+
"description": "Set the button to display full-width.",
|
|
437
|
+
"defaultValue": "false",
|
|
438
|
+
"deprecated": false
|
|
439
|
+
},
|
|
440
|
+
"isInverse": {
|
|
441
|
+
"name": "isInverse",
|
|
442
|
+
"required": false,
|
|
443
|
+
"type": {
|
|
444
|
+
"name": "boolean"
|
|
445
|
+
},
|
|
446
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
447
|
+
"defaultValue": "false",
|
|
448
|
+
"deprecated": false
|
|
449
|
+
},
|
|
450
|
+
"isLoading": {
|
|
451
|
+
"name": "isLoading",
|
|
452
|
+
"required": false,
|
|
453
|
+
"type": {
|
|
454
|
+
"name": "boolean"
|
|
455
|
+
},
|
|
456
|
+
"description": " Set the button to a loading state",
|
|
457
|
+
"defaultValue": "false",
|
|
458
|
+
"deprecated": false
|
|
459
|
+
},
|
|
460
|
+
"leadingIcon": {
|
|
461
|
+
"name": "leadingIcon",
|
|
462
|
+
"required": false,
|
|
463
|
+
"type": {
|
|
464
|
+
"name": "true | ReactElement"
|
|
465
|
+
},
|
|
466
|
+
"description": "Icon to display on the right side within the component",
|
|
467
|
+
"deprecated": false
|
|
468
|
+
},
|
|
469
|
+
"leftColor": {
|
|
470
|
+
"name": "leftColor",
|
|
471
|
+
"required": false,
|
|
472
|
+
"type": {
|
|
473
|
+
"name": "string"
|
|
474
|
+
},
|
|
475
|
+
"description": "Sets the color for the left side of the button gradient.",
|
|
476
|
+
"deprecated": false
|
|
477
|
+
},
|
|
478
|
+
"pressedColor": {
|
|
479
|
+
"name": "pressedColor",
|
|
480
|
+
"required": false,
|
|
481
|
+
"type": {
|
|
482
|
+
"name": "string"
|
|
483
|
+
},
|
|
484
|
+
"description": "Sets the color when the button is pressed (active).",
|
|
485
|
+
"deprecated": false
|
|
486
|
+
},
|
|
487
|
+
"rightColor": {
|
|
488
|
+
"name": "rightColor",
|
|
489
|
+
"required": false,
|
|
490
|
+
"type": {
|
|
491
|
+
"name": "string"
|
|
492
|
+
},
|
|
493
|
+
"description": "Sets the color for the right side of the button gradient.",
|
|
494
|
+
"deprecated": false
|
|
495
|
+
},
|
|
496
|
+
"shape": {
|
|
497
|
+
"name": "shape",
|
|
498
|
+
"required": false,
|
|
499
|
+
"type": {
|
|
500
|
+
"name": "enum",
|
|
501
|
+
"options": [
|
|
502
|
+
"AIButtonShape.fill",
|
|
503
|
+
"AIButtonShape.leftCap",
|
|
504
|
+
"AIButtonShape.rightCap",
|
|
505
|
+
"AIButtonShape.round"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"description": "Defines the border radius",
|
|
509
|
+
"defaultValue": "AIButtonShape.fill",
|
|
510
|
+
"deprecated": false
|
|
511
|
+
},
|
|
512
|
+
"size": {
|
|
513
|
+
"name": "size",
|
|
514
|
+
"required": false,
|
|
515
|
+
"type": {
|
|
516
|
+
"name": "enum",
|
|
517
|
+
"options": [
|
|
518
|
+
"AIButtonSize.large",
|
|
519
|
+
"AIButtonSize.medium",
|
|
520
|
+
"AIButtonSize.small"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
"description": "The relative size of the button",
|
|
524
|
+
"defaultValue": "AIButtonSize.medium",
|
|
525
|
+
"deprecated": false
|
|
526
|
+
},
|
|
527
|
+
"textTransform": {
|
|
528
|
+
"name": "textTransform",
|
|
529
|
+
"required": false,
|
|
530
|
+
"type": {
|
|
531
|
+
"name": "enum",
|
|
532
|
+
"options": [
|
|
533
|
+
"AIButtonTextTransform.none",
|
|
534
|
+
"AIButtonTextTransform.uppercase"
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
"description": "Determines whether the button appears in all-caps",
|
|
538
|
+
"defaultValue": "AIButtonTextTransform.uppercase",
|
|
539
|
+
"deprecated": false
|
|
540
|
+
},
|
|
541
|
+
"type": {
|
|
542
|
+
"name": "type",
|
|
543
|
+
"required": false,
|
|
544
|
+
"type": {
|
|
545
|
+
"name": "enum",
|
|
546
|
+
"options": [
|
|
547
|
+
"AIButtonType.button",
|
|
548
|
+
"AIButtonType.reset",
|
|
549
|
+
"AIButtonType.submit"
|
|
550
|
+
]
|
|
551
|
+
},
|
|
552
|
+
"description": "The type attribute of the button",
|
|
553
|
+
"defaultValue": "AIButtonType.button",
|
|
554
|
+
"deprecated": false
|
|
555
|
+
},
|
|
556
|
+
"variant": {
|
|
557
|
+
"name": "variant",
|
|
558
|
+
"required": false,
|
|
559
|
+
"type": {
|
|
560
|
+
"name": "enum",
|
|
561
|
+
"options": [
|
|
562
|
+
"AIButtonVariant.variantA",
|
|
563
|
+
"AIButtonVariant.variantB"
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"description": "The variant of the button",
|
|
567
|
+
"defaultValue": "AIButtonVariant.variantA",
|
|
568
|
+
"deprecated": false
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "TextAIButtonProps",
|
|
574
|
+
"kind": 256,
|
|
575
|
+
"kindString": "Interface",
|
|
576
|
+
"flags": {
|
|
577
|
+
"isExported": true
|
|
578
|
+
},
|
|
579
|
+
"id": "TextAIButtonProps",
|
|
580
|
+
"tags": {},
|
|
581
|
+
"properties": {
|
|
582
|
+
"children": {
|
|
583
|
+
"name": "children",
|
|
584
|
+
"required": true,
|
|
585
|
+
"type": {
|
|
586
|
+
"name": "React.ReactChild | "
|
|
587
|
+
},
|
|
588
|
+
"description": "The content of the component",
|
|
589
|
+
"deprecated": false
|
|
590
|
+
},
|
|
591
|
+
"hoverColor": {
|
|
592
|
+
"name": "hoverColor",
|
|
593
|
+
"required": false,
|
|
594
|
+
"type": {
|
|
595
|
+
"name": "string"
|
|
596
|
+
},
|
|
597
|
+
"description": "Sets the color when the button is hovered.",
|
|
598
|
+
"deprecated": false
|
|
599
|
+
},
|
|
600
|
+
"isAnimated": {
|
|
601
|
+
"name": "isAnimated",
|
|
602
|
+
"required": false,
|
|
603
|
+
"type": {
|
|
604
|
+
"name": "boolean"
|
|
605
|
+
},
|
|
606
|
+
"description": "Enables gradient animation for the button background.",
|
|
607
|
+
"defaultValue": "false",
|
|
608
|
+
"deprecated": false
|
|
609
|
+
},
|
|
610
|
+
"isFullWidth": {
|
|
611
|
+
"name": "isFullWidth",
|
|
612
|
+
"required": false,
|
|
613
|
+
"type": {
|
|
614
|
+
"name": "boolean"
|
|
615
|
+
},
|
|
616
|
+
"description": "Set the button to display full-width.",
|
|
617
|
+
"defaultValue": "false",
|
|
618
|
+
"deprecated": false
|
|
619
|
+
},
|
|
620
|
+
"isInverse": {
|
|
621
|
+
"name": "isInverse",
|
|
622
|
+
"required": false,
|
|
623
|
+
"type": {
|
|
624
|
+
"name": "boolean"
|
|
625
|
+
},
|
|
626
|
+
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
627
|
+
"defaultValue": "false",
|
|
628
|
+
"deprecated": false
|
|
629
|
+
},
|
|
630
|
+
"isLoading": {
|
|
631
|
+
"name": "isLoading",
|
|
632
|
+
"required": false,
|
|
633
|
+
"type": {
|
|
634
|
+
"name": "boolean"
|
|
635
|
+
},
|
|
636
|
+
"description": " Set the button to a loading state",
|
|
637
|
+
"defaultValue": "false",
|
|
638
|
+
"deprecated": false
|
|
639
|
+
},
|
|
640
|
+
"leadingIcon": {
|
|
641
|
+
"name": "leadingIcon",
|
|
642
|
+
"required": false,
|
|
643
|
+
"type": {
|
|
644
|
+
"name": "boolean | ReactElement"
|
|
645
|
+
},
|
|
646
|
+
"description": "Leading icon to display on the left side within the component",
|
|
647
|
+
"deprecated": false
|
|
648
|
+
},
|
|
649
|
+
"leftColor": {
|
|
650
|
+
"name": "leftColor",
|
|
651
|
+
"required": false,
|
|
652
|
+
"type": {
|
|
653
|
+
"name": "string"
|
|
654
|
+
},
|
|
655
|
+
"description": "Sets the color for the left side of the button gradient.",
|
|
656
|
+
"deprecated": false
|
|
657
|
+
},
|
|
658
|
+
"pressedColor": {
|
|
659
|
+
"name": "pressedColor",
|
|
660
|
+
"required": false,
|
|
661
|
+
"type": {
|
|
662
|
+
"name": "string"
|
|
663
|
+
},
|
|
664
|
+
"description": "Sets the color when the button is pressed (active).",
|
|
665
|
+
"deprecated": false
|
|
666
|
+
},
|
|
667
|
+
"rightColor": {
|
|
668
|
+
"name": "rightColor",
|
|
669
|
+
"required": false,
|
|
670
|
+
"type": {
|
|
671
|
+
"name": "string"
|
|
672
|
+
},
|
|
673
|
+
"description": "Sets the color for the right side of the button gradient.",
|
|
674
|
+
"deprecated": false
|
|
675
|
+
},
|
|
676
|
+
"shape": {
|
|
677
|
+
"name": "shape",
|
|
678
|
+
"required": false,
|
|
679
|
+
"type": {
|
|
680
|
+
"name": "enum",
|
|
681
|
+
"options": [
|
|
682
|
+
"AIButtonShape.fill",
|
|
683
|
+
"AIButtonShape.leftCap",
|
|
684
|
+
"AIButtonShape.rightCap",
|
|
685
|
+
"AIButtonShape.round"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"description": "Defines the border radius",
|
|
689
|
+
"defaultValue": "AIButtonShape.fill",
|
|
690
|
+
"deprecated": false
|
|
691
|
+
},
|
|
692
|
+
"size": {
|
|
693
|
+
"name": "size",
|
|
694
|
+
"required": false,
|
|
695
|
+
"type": {
|
|
696
|
+
"name": "enum",
|
|
697
|
+
"options": [
|
|
698
|
+
"AIButtonSize.large",
|
|
699
|
+
"AIButtonSize.medium",
|
|
700
|
+
"AIButtonSize.small"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"description": "The relative size of the button",
|
|
704
|
+
"defaultValue": "AIButtonSize.medium",
|
|
705
|
+
"deprecated": false
|
|
706
|
+
},
|
|
707
|
+
"textTransform": {
|
|
708
|
+
"name": "textTransform",
|
|
709
|
+
"required": false,
|
|
710
|
+
"type": {
|
|
711
|
+
"name": "enum",
|
|
712
|
+
"options": [
|
|
713
|
+
"AIButtonTextTransform.none",
|
|
714
|
+
"AIButtonTextTransform.uppercase"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
"description": "Determines whether the button appears in all-caps",
|
|
718
|
+
"defaultValue": "AIButtonTextTransform.uppercase",
|
|
719
|
+
"deprecated": false
|
|
720
|
+
},
|
|
721
|
+
"trailingIcon": {
|
|
722
|
+
"name": "trailingIcon",
|
|
723
|
+
"required": false,
|
|
724
|
+
"type": {
|
|
725
|
+
"name": "ReactElement"
|
|
726
|
+
},
|
|
727
|
+
"description": "Icon to display on the right side within the component",
|
|
728
|
+
"deprecated": false
|
|
729
|
+
},
|
|
730
|
+
"type": {
|
|
731
|
+
"name": "type",
|
|
732
|
+
"required": false,
|
|
733
|
+
"type": {
|
|
734
|
+
"name": "enum",
|
|
735
|
+
"options": [
|
|
736
|
+
"AIButtonType.button",
|
|
737
|
+
"AIButtonType.reset",
|
|
738
|
+
"AIButtonType.submit"
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
"description": "The type attribute of the button",
|
|
742
|
+
"defaultValue": "AIButtonType.button",
|
|
743
|
+
"deprecated": false
|
|
744
|
+
},
|
|
745
|
+
"variant": {
|
|
746
|
+
"name": "variant",
|
|
747
|
+
"required": false,
|
|
748
|
+
"type": {
|
|
749
|
+
"name": "enum",
|
|
750
|
+
"options": [
|
|
751
|
+
"AIButtonVariant.variantA",
|
|
752
|
+
"AIButtonVariant.variantB"
|
|
753
|
+
]
|
|
754
|
+
},
|
|
755
|
+
"description": "The variant of the button",
|
|
756
|
+
"defaultValue": "AIButtonVariant.variantA",
|
|
757
|
+
"deprecated": false
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "AIButtonProps",
|
|
763
|
+
"kind": 4194304,
|
|
764
|
+
"kindString": "Type alias",
|
|
765
|
+
"flags": {
|
|
766
|
+
"isExported": true
|
|
767
|
+
},
|
|
768
|
+
"type": {
|
|
769
|
+
"type": "reference",
|
|
770
|
+
"typeArguments": [
|
|
771
|
+
{
|
|
772
|
+
"type": "reference",
|
|
773
|
+
"id": 3493,
|
|
774
|
+
"name": "TextAIButtonProps"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"type": "reference",
|
|
778
|
+
"id": 3783,
|
|
779
|
+
"name": "IconOnlyAIButtonProps"
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"name": "XOR"
|
|
783
|
+
},
|
|
784
|
+
"id": "AIButtonProps",
|
|
785
|
+
"tags": {},
|
|
786
|
+
"properties": {}
|
|
787
|
+
},
|
|
2
788
|
{
|
|
3
789
|
"name": "AccordionMultipleControlledProps",
|
|
4
790
|
"kind": 256,
|
|
@@ -396,22 +1182,22 @@
|
|
|
396
1182
|
"types": [
|
|
397
1183
|
{
|
|
398
1184
|
"type": "reference",
|
|
399
|
-
"id":
|
|
1185
|
+
"id": 8727,
|
|
400
1186
|
"name": "AccordionMultipleProps"
|
|
401
1187
|
},
|
|
402
1188
|
{
|
|
403
1189
|
"type": "reference",
|
|
404
|
-
"id":
|
|
1190
|
+
"id": 9002,
|
|
405
1191
|
"name": "AccordionSingleProps"
|
|
406
1192
|
},
|
|
407
1193
|
{
|
|
408
1194
|
"type": "reference",
|
|
409
|
-
"id":
|
|
1195
|
+
"id": 9276,
|
|
410
1196
|
"name": "AccordionMultipleControlledProps"
|
|
411
1197
|
},
|
|
412
1198
|
{
|
|
413
1199
|
"type": "reference",
|
|
414
|
-
"id":
|
|
1200
|
+
"id": 9550,
|
|
415
1201
|
"name": "AccordionSingleControlledProps"
|
|
416
1202
|
}
|
|
417
1203
|
]
|
|
@@ -716,7 +1502,7 @@
|
|
|
716
1502
|
"type": "query",
|
|
717
1503
|
"queryType": {
|
|
718
1504
|
"type": "reference",
|
|
719
|
-
"id":
|
|
1505
|
+
"id": 8429,
|
|
720
1506
|
"name": "useAccordion"
|
|
721
1507
|
}
|
|
722
1508
|
}
|
|
@@ -763,7 +1549,7 @@
|
|
|
763
1549
|
"type": "query",
|
|
764
1550
|
"queryType": {
|
|
765
1551
|
"type": "reference",
|
|
766
|
-
"id":
|
|
1552
|
+
"id": 10148,
|
|
767
1553
|
"name": "useAccordionButton"
|
|
768
1554
|
}
|
|
769
1555
|
}
|
|
@@ -866,7 +1652,7 @@
|
|
|
866
1652
|
"type": "query",
|
|
867
1653
|
"queryType": {
|
|
868
1654
|
"type": "reference",
|
|
869
|
-
"id":
|
|
1655
|
+
"id": 9853,
|
|
870
1656
|
"name": "useAccordionItem"
|
|
871
1657
|
}
|
|
872
1658
|
}
|
|
@@ -1926,12 +2712,12 @@
|
|
|
1926
2712
|
"types": [
|
|
1927
2713
|
{
|
|
1928
2714
|
"type": "reference",
|
|
1929
|
-
"id":
|
|
2715
|
+
"id": 944,
|
|
1930
2716
|
"name": "BaseButtonProps"
|
|
1931
2717
|
},
|
|
1932
2718
|
{
|
|
1933
2719
|
"type": "reference",
|
|
1934
|
-
"id":
|
|
2720
|
+
"id": 935,
|
|
1935
2721
|
"name": "ButtonStyles"
|
|
1936
2722
|
}
|
|
1937
2723
|
]
|
|
@@ -2704,7 +3490,7 @@
|
|
|
2704
3490
|
"flags": {},
|
|
2705
3491
|
"typeParameter": [
|
|
2706
3492
|
{
|
|
2707
|
-
"id":
|
|
3493
|
+
"id": 6289,
|
|
2708
3494
|
"name": "T",
|
|
2709
3495
|
"kind": 131072,
|
|
2710
3496
|
"kindString": "Type parameter",
|
|
@@ -2904,7 +3690,7 @@
|
|
|
2904
3690
|
},
|
|
2905
3691
|
"typeParameter": [
|
|
2906
3692
|
{
|
|
2907
|
-
"id":
|
|
3693
|
+
"id": 6400,
|
|
2908
3694
|
"name": "T",
|
|
2909
3695
|
"kind": 131072,
|
|
2910
3696
|
"kindString": "Type parameter",
|
|
@@ -2913,7 +3699,7 @@
|
|
|
2913
3699
|
},
|
|
2914
3700
|
"type": {
|
|
2915
3701
|
"type": "reference",
|
|
2916
|
-
"id":
|
|
3702
|
+
"id": 6208,
|
|
2917
3703
|
"name": "SelectOptions"
|
|
2918
3704
|
}
|
|
2919
3705
|
}
|
|
@@ -3250,7 +4036,7 @@
|
|
|
3250
4036
|
},
|
|
3251
4037
|
"typeParameter": [
|
|
3252
4038
|
{
|
|
3253
|
-
"id":
|
|
4039
|
+
"id": 6471,
|
|
3254
4040
|
"name": "T",
|
|
3255
4041
|
"kind": 131072,
|
|
3256
4042
|
"kindString": "Type parameter",
|
|
@@ -3259,7 +4045,7 @@
|
|
|
3259
4045
|
},
|
|
3260
4046
|
"type": {
|
|
3261
4047
|
"type": "reference",
|
|
3262
|
-
"id":
|
|
4048
|
+
"id": 6208,
|
|
3263
4049
|
"name": "SelectOptions"
|
|
3264
4050
|
}
|
|
3265
4051
|
}
|
|
@@ -3417,7 +4203,7 @@
|
|
|
3417
4203
|
},
|
|
3418
4204
|
"typeParameter": [
|
|
3419
4205
|
{
|
|
3420
|
-
"id":
|
|
4206
|
+
"id": 6518,
|
|
3421
4207
|
"name": "T",
|
|
3422
4208
|
"kind": 131072,
|
|
3423
4209
|
"kindString": "Type parameter",
|
|
@@ -3431,7 +4217,7 @@
|
|
|
3431
4217
|
"typeArguments": [
|
|
3432
4218
|
{
|
|
3433
4219
|
"type": "reference",
|
|
3434
|
-
"id":
|
|
4220
|
+
"id": 6399,
|
|
3435
4221
|
"typeArguments": [
|
|
3436
4222
|
{
|
|
3437
4223
|
"type": "typeParameter",
|
|
@@ -3442,7 +4228,7 @@
|
|
|
3442
4228
|
},
|
|
3443
4229
|
{
|
|
3444
4230
|
"type": "reference",
|
|
3445
|
-
"id":
|
|
4231
|
+
"id": 6470,
|
|
3446
4232
|
"typeArguments": [
|
|
3447
4233
|
{
|
|
3448
4234
|
"type": "typeParameter",
|
|
@@ -3963,7 +4749,7 @@
|
|
|
3963
4749
|
},
|
|
3964
4750
|
"indexSignature": [
|
|
3965
4751
|
{
|
|
3966
|
-
"id":
|
|
4752
|
+
"id": 20795,
|
|
3967
4753
|
"name": "__index",
|
|
3968
4754
|
"kind": 8192,
|
|
3969
4755
|
"kindString": "Index signature",
|
|
@@ -3975,7 +4761,7 @@
|
|
|
3975
4761
|
},
|
|
3976
4762
|
"parameters": [
|
|
3977
4763
|
{
|
|
3978
|
-
"id":
|
|
4764
|
+
"id": 20796,
|
|
3979
4765
|
"name": "key",
|
|
3980
4766
|
"kind": 32768,
|
|
3981
4767
|
"kindString": "Parameter",
|
|
@@ -4065,12 +4851,12 @@
|
|
|
4065
4851
|
"types": [
|
|
4066
4852
|
{
|
|
4067
4853
|
"type": "reference",
|
|
4068
|
-
"id":
|
|
4854
|
+
"id": 20801,
|
|
4069
4855
|
"name": "BaseDatagridProps"
|
|
4070
4856
|
},
|
|
4071
4857
|
{
|
|
4072
4858
|
"type": "reference",
|
|
4073
|
-
"id":
|
|
4859
|
+
"id": 21107,
|
|
4074
4860
|
"name": "DatagridSelectedRowsProps"
|
|
4075
4861
|
}
|
|
4076
4862
|
]
|
|
@@ -4318,12 +5104,12 @@
|
|
|
4318
5104
|
"typeArguments": [
|
|
4319
5105
|
{
|
|
4320
5106
|
"type": "reference",
|
|
4321
|
-
"id":
|
|
5107
|
+
"id": 21103,
|
|
4322
5108
|
"name": "ControlledSelectedRowsProps"
|
|
4323
5109
|
},
|
|
4324
5110
|
{
|
|
4325
5111
|
"type": "reference",
|
|
4326
|
-
"id":
|
|
5112
|
+
"id": 21105,
|
|
4327
5113
|
"name": "UncontrolledSelectedRowsProps"
|
|
4328
5114
|
}
|
|
4329
5115
|
],
|
|
@@ -4465,6 +5251,14 @@
|
|
|
4465
5251
|
},
|
|
4466
5252
|
"deprecated": false
|
|
4467
5253
|
},
|
|
5254
|
+
"setFocusedTodayDate": {
|
|
5255
|
+
"name": "setFocusedTodayDate",
|
|
5256
|
+
"required": true,
|
|
5257
|
+
"type": {
|
|
5258
|
+
"name": "function"
|
|
5259
|
+
},
|
|
5260
|
+
"deprecated": false
|
|
5261
|
+
},
|
|
4468
5262
|
"showHelperInformation": {
|
|
4469
5263
|
"name": "showHelperInformation",
|
|
4470
5264
|
"required": true,
|
|
@@ -4519,6 +5313,118 @@
|
|
|
4519
5313
|
}
|
|
4520
5314
|
}
|
|
4521
5315
|
},
|
|
5316
|
+
{
|
|
5317
|
+
"name": "CalendarDayState",
|
|
5318
|
+
"kind": 4194304,
|
|
5319
|
+
"kindString": "Type alias",
|
|
5320
|
+
"flags": {},
|
|
5321
|
+
"type": {
|
|
5322
|
+
"type": "reflection",
|
|
5323
|
+
"declaration": {
|
|
5324
|
+
"id": 21526,
|
|
5325
|
+
"name": "__type",
|
|
5326
|
+
"kind": 65536,
|
|
5327
|
+
"kindString": "Type literal",
|
|
5328
|
+
"flags": {},
|
|
5329
|
+
"children": [
|
|
5330
|
+
{
|
|
5331
|
+
"id": 21528,
|
|
5332
|
+
"name": "disabled",
|
|
5333
|
+
"kind": 32,
|
|
5334
|
+
"kindString": "Variable",
|
|
5335
|
+
"flags": {},
|
|
5336
|
+
"sources": [
|
|
5337
|
+
{
|
|
5338
|
+
"fileName": "packages/react-magma-dom/src/components/DatePicker/CalendarDay.tsx",
|
|
5339
|
+
"line": 23,
|
|
5340
|
+
"character": 10
|
|
5341
|
+
}
|
|
5342
|
+
],
|
|
5343
|
+
"type": {
|
|
5344
|
+
"type": "intrinsic",
|
|
5345
|
+
"name": "boolean"
|
|
5346
|
+
}
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"id": 21527,
|
|
5350
|
+
"name": "isChosen",
|
|
5351
|
+
"kind": 32,
|
|
5352
|
+
"kindString": "Variable",
|
|
5353
|
+
"flags": {},
|
|
5354
|
+
"sources": [
|
|
5355
|
+
{
|
|
5356
|
+
"fileName": "packages/react-magma-dom/src/components/DatePicker/CalendarDay.tsx",
|
|
5357
|
+
"line": 22,
|
|
5358
|
+
"character": 10
|
|
5359
|
+
}
|
|
5360
|
+
],
|
|
5361
|
+
"type": {
|
|
5362
|
+
"type": "intrinsic",
|
|
5363
|
+
"name": "boolean"
|
|
5364
|
+
}
|
|
5365
|
+
},
|
|
5366
|
+
{
|
|
5367
|
+
"id": 21529,
|
|
5368
|
+
"name": "isDayInCurrentMonth",
|
|
5369
|
+
"kind": 32,
|
|
5370
|
+
"kindString": "Variable",
|
|
5371
|
+
"flags": {},
|
|
5372
|
+
"sources": [
|
|
5373
|
+
{
|
|
5374
|
+
"fileName": "packages/react-magma-dom/src/components/DatePicker/CalendarDay.tsx",
|
|
5375
|
+
"line": 24,
|
|
5376
|
+
"character": 21
|
|
5377
|
+
}
|
|
5378
|
+
],
|
|
5379
|
+
"type": {
|
|
5380
|
+
"type": "intrinsic",
|
|
5381
|
+
"name": "boolean"
|
|
5382
|
+
}
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"id": 21530,
|
|
5386
|
+
"name": "isToday",
|
|
5387
|
+
"kind": 32,
|
|
5388
|
+
"kindString": "Variable",
|
|
5389
|
+
"flags": {},
|
|
5390
|
+
"sources": [
|
|
5391
|
+
{
|
|
5392
|
+
"fileName": "packages/react-magma-dom/src/components/DatePicker/CalendarDay.tsx",
|
|
5393
|
+
"line": 25,
|
|
5394
|
+
"character": 9
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"type": {
|
|
5398
|
+
"type": "intrinsic",
|
|
5399
|
+
"name": "boolean"
|
|
5400
|
+
}
|
|
5401
|
+
}
|
|
5402
|
+
],
|
|
5403
|
+
"groups": [
|
|
5404
|
+
{
|
|
5405
|
+
"title": "Variables",
|
|
5406
|
+
"kind": 32,
|
|
5407
|
+
"children": [
|
|
5408
|
+
21528,
|
|
5409
|
+
21527,
|
|
5410
|
+
21529,
|
|
5411
|
+
21530
|
|
5412
|
+
]
|
|
5413
|
+
}
|
|
5414
|
+
],
|
|
5415
|
+
"sources": [
|
|
5416
|
+
{
|
|
5417
|
+
"fileName": "packages/react-magma-dom/src/components/DatePicker/CalendarDay.tsx",
|
|
5418
|
+
"line": 21,
|
|
5419
|
+
"character": 23
|
|
5420
|
+
}
|
|
5421
|
+
]
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5424
|
+
"id": "CalendarDayState",
|
|
5425
|
+
"tags": {},
|
|
5426
|
+
"properties": {}
|
|
5427
|
+
},
|
|
4522
5428
|
{
|
|
4523
5429
|
"name": "CalendarHeaderProps",
|
|
4524
5430
|
"kind": 256,
|
|
@@ -5458,12 +6364,12 @@
|
|
|
5458
6364
|
"typeArguments": [
|
|
5459
6365
|
{
|
|
5460
6366
|
"type": "reference",
|
|
5461
|
-
"id":
|
|
6367
|
+
"id": 6901,
|
|
5462
6368
|
"name": "IconOnlyDropdownButtonProps"
|
|
5463
6369
|
},
|
|
5464
6370
|
{
|
|
5465
6371
|
"type": "reference",
|
|
5466
|
-
"id":
|
|
6372
|
+
"id": 6905,
|
|
5467
6373
|
"name": "IconTextDropdownButtonProps"
|
|
5468
6374
|
}
|
|
5469
6375
|
],
|
|
@@ -5716,7 +6622,7 @@
|
|
|
5716
6622
|
},
|
|
5717
6623
|
"type": {
|
|
5718
6624
|
"type": "reference",
|
|
5719
|
-
"id":
|
|
6625
|
+
"id": 10588,
|
|
5720
6626
|
"name": "AccordionPanelProps"
|
|
5721
6627
|
},
|
|
5722
6628
|
"id": "DropdownExpandableMenuPanelProps",
|
|
@@ -7791,12 +8697,12 @@
|
|
|
7791
8697
|
"typeArguments": [
|
|
7792
8698
|
{
|
|
7793
8699
|
"type": "reference",
|
|
7794
|
-
"id":
|
|
8700
|
+
"id": 4092,
|
|
7795
8701
|
"name": "IconOnlyButtonProps"
|
|
7796
8702
|
},
|
|
7797
8703
|
{
|
|
7798
8704
|
"type": "reference",
|
|
7799
|
-
"id":
|
|
8705
|
+
"id": 4096,
|
|
7800
8706
|
"name": "IconTextButtonProps"
|
|
7801
8707
|
}
|
|
7802
8708
|
],
|
|
@@ -9635,12 +10541,12 @@
|
|
|
9635
10541
|
"typeArguments": [
|
|
9636
10542
|
{
|
|
9637
10543
|
"type": "reference",
|
|
9638
|
-
"id":
|
|
10544
|
+
"id": 25454,
|
|
9639
10545
|
"name": "NavTabChildrenProps"
|
|
9640
10546
|
},
|
|
9641
10547
|
{
|
|
9642
10548
|
"type": "reference",
|
|
9643
|
-
"id":
|
|
10549
|
+
"id": 25728,
|
|
9644
10550
|
"name": "NavTabComponentProps"
|
|
9645
10551
|
}
|
|
9646
10552
|
],
|
|
@@ -9742,7 +10648,7 @@
|
|
|
9742
10648
|
"typeArguments": [
|
|
9743
10649
|
{
|
|
9744
10650
|
"type": "reference",
|
|
9745
|
-
"id":
|
|
10651
|
+
"id": 23656,
|
|
9746
10652
|
"name": "TabsProps"
|
|
9747
10653
|
},
|
|
9748
10654
|
{
|
|
@@ -10097,12 +11003,12 @@
|
|
|
10097
11003
|
"types": [
|
|
10098
11004
|
{
|
|
10099
11005
|
"type": "reference",
|
|
10100
|
-
"id":
|
|
11006
|
+
"id": 26649,
|
|
10101
11007
|
"name": "ControlledPaginationProps"
|
|
10102
11008
|
},
|
|
10103
11009
|
{
|
|
10104
11010
|
"type": "reference",
|
|
10105
|
-
"id":
|
|
11011
|
+
"id": 26932,
|
|
10106
11012
|
"name": "UncontrolledPaginationProps"
|
|
10107
11013
|
}
|
|
10108
11014
|
]
|
|
@@ -11127,12 +12033,12 @@
|
|
|
11127
12033
|
"typeArguments": [
|
|
11128
12034
|
{
|
|
11129
12035
|
"type": "reference",
|
|
11130
|
-
"id":
|
|
12036
|
+
"id": 31589,
|
|
11131
12037
|
"name": "IconOnlyPopoverTriggerProps"
|
|
11132
12038
|
},
|
|
11133
12039
|
{
|
|
11134
12040
|
"type": "reference",
|
|
11135
|
-
"id":
|
|
12041
|
+
"id": 31594,
|
|
11136
12042
|
"name": "IconTextPopoverTriggerProps"
|
|
11137
12043
|
}
|
|
11138
12044
|
],
|
|
@@ -11917,7 +12823,7 @@
|
|
|
11917
12823
|
"flags": {},
|
|
11918
12824
|
"typeParameter": [
|
|
11919
12825
|
{
|
|
11920
|
-
"id":
|
|
12826
|
+
"id": 5318,
|
|
11921
12827
|
"name": "T",
|
|
11922
12828
|
"kind": 131072,
|
|
11923
12829
|
"kindString": "Type parameter",
|
|
@@ -12050,7 +12956,7 @@
|
|
|
12050
12956
|
"flags": {},
|
|
12051
12957
|
"typeParameter": [
|
|
12052
12958
|
{
|
|
12053
|
-
"id":
|
|
12959
|
+
"id": 5930,
|
|
12054
12960
|
"name": "T",
|
|
12055
12961
|
"kind": 131072,
|
|
12056
12962
|
"kindString": "Type parameter",
|
|
@@ -12196,7 +13102,7 @@
|
|
|
12196
13102
|
"flags": {},
|
|
12197
13103
|
"typeParameter": [
|
|
12198
13104
|
{
|
|
12199
|
-
"id":
|
|
13105
|
+
"id": 5990,
|
|
12200
13106
|
"name": "T",
|
|
12201
13107
|
"kind": 131072,
|
|
12202
13108
|
"kindString": "Type parameter",
|
|
@@ -12300,7 +13206,7 @@
|
|
|
12300
13206
|
},
|
|
12301
13207
|
"typeParameter": [
|
|
12302
13208
|
{
|
|
12303
|
-
"id":
|
|
13209
|
+
"id": 5266,
|
|
12304
13210
|
"name": "T",
|
|
12305
13211
|
"kind": 131072,
|
|
12306
13212
|
"kindString": "Type parameter",
|
|
@@ -12312,7 +13218,7 @@
|
|
|
12312
13218
|
"type": {
|
|
12313
13219
|
"type": "reflection",
|
|
12314
13220
|
"declaration": {
|
|
12315
|
-
"id":
|
|
13221
|
+
"id": 5267,
|
|
12316
13222
|
"name": "__type",
|
|
12317
13223
|
"kind": 65536,
|
|
12318
13224
|
"kindString": "Type literal",
|
|
@@ -12321,7 +13227,7 @@
|
|
|
12321
13227
|
},
|
|
12322
13228
|
"indexSignature": [
|
|
12323
13229
|
{
|
|
12324
|
-
"id":
|
|
13230
|
+
"id": 5275,
|
|
12325
13231
|
"name": "__index",
|
|
12326
13232
|
"kind": 8192,
|
|
12327
13233
|
"kindString": "Index signature",
|
|
@@ -12330,7 +13236,7 @@
|
|
|
12330
13236
|
},
|
|
12331
13237
|
"parameters": [
|
|
12332
13238
|
{
|
|
12333
|
-
"id":
|
|
13239
|
+
"id": 5276,
|
|
12334
13240
|
"name": "key",
|
|
12335
13241
|
"kind": 32768,
|
|
12336
13242
|
"kindString": "Parameter",
|
|
@@ -12351,7 +13257,7 @@
|
|
|
12351
13257
|
],
|
|
12352
13258
|
"children": [
|
|
12353
13259
|
{
|
|
12354
|
-
"id":
|
|
13260
|
+
"id": 5269,
|
|
12355
13261
|
"name": "isFocused",
|
|
12356
13262
|
"kind": 32,
|
|
12357
13263
|
"kindString": "Variable",
|
|
@@ -12372,7 +13278,7 @@
|
|
|
12372
13278
|
}
|
|
12373
13279
|
},
|
|
12374
13280
|
{
|
|
12375
|
-
"id":
|
|
13281
|
+
"id": 5270,
|
|
12376
13282
|
"name": "isInverse",
|
|
12377
13283
|
"kind": 32,
|
|
12378
13284
|
"kindString": "Variable",
|
|
@@ -12393,7 +13299,7 @@
|
|
|
12393
13299
|
}
|
|
12394
13300
|
},
|
|
12395
13301
|
{
|
|
12396
|
-
"id":
|
|
13302
|
+
"id": 5271,
|
|
12397
13303
|
"name": "item",
|
|
12398
13304
|
"kind": 32,
|
|
12399
13305
|
"kindString": "Variable",
|
|
@@ -12413,7 +13319,7 @@
|
|
|
12413
13319
|
}
|
|
12414
13320
|
},
|
|
12415
13321
|
{
|
|
12416
|
-
"id":
|
|
13322
|
+
"id": 5272,
|
|
12417
13323
|
"name": "itemRef",
|
|
12418
13324
|
"kind": 32,
|
|
12419
13325
|
"kindString": "Variable",
|
|
@@ -12439,7 +13345,7 @@
|
|
|
12439
13345
|
}
|
|
12440
13346
|
},
|
|
12441
13347
|
{
|
|
12442
|
-
"id":
|
|
13348
|
+
"id": 5273,
|
|
12443
13349
|
"name": "itemString",
|
|
12444
13350
|
"kind": 32,
|
|
12445
13351
|
"kindString": "Variable",
|
|
@@ -12459,7 +13365,7 @@
|
|
|
12459
13365
|
}
|
|
12460
13366
|
},
|
|
12461
13367
|
{
|
|
12462
|
-
"id":
|
|
13368
|
+
"id": 5268,
|
|
12463
13369
|
"name": "key",
|
|
12464
13370
|
"kind": 32,
|
|
12465
13371
|
"kindString": "Variable",
|
|
@@ -12479,7 +13385,7 @@
|
|
|
12479
13385
|
}
|
|
12480
13386
|
},
|
|
12481
13387
|
{
|
|
12482
|
-
"id":
|
|
13388
|
+
"id": 5274,
|
|
12483
13389
|
"name": "theme",
|
|
12484
13390
|
"kind": 32,
|
|
12485
13391
|
"kindString": "Variable",
|
|
@@ -12504,13 +13410,13 @@
|
|
|
12504
13410
|
"title": "Variables",
|
|
12505
13411
|
"kind": 32,
|
|
12506
13412
|
"children": [
|
|
12507
|
-
|
|
12508
|
-
|
|
12509
|
-
|
|
12510
|
-
|
|
12511
|
-
|
|
12512
|
-
|
|
12513
|
-
|
|
13413
|
+
5269,
|
|
13414
|
+
5270,
|
|
13415
|
+
5271,
|
|
13416
|
+
5272,
|
|
13417
|
+
5273,
|
|
13418
|
+
5268,
|
|
13419
|
+
5274
|
|
12514
13420
|
]
|
|
12515
13421
|
}
|
|
12516
13422
|
],
|
|
@@ -12536,7 +13442,7 @@
|
|
|
12536
13442
|
},
|
|
12537
13443
|
"typeParameter": [
|
|
12538
13444
|
{
|
|
12539
|
-
"id":
|
|
13445
|
+
"id": 5278,
|
|
12540
13446
|
"name": "T",
|
|
12541
13447
|
"kind": 131072,
|
|
12542
13448
|
"kindString": "Type parameter",
|
|
@@ -12548,7 +13454,7 @@
|
|
|
12548
13454
|
"type": {
|
|
12549
13455
|
"type": "reflection",
|
|
12550
13456
|
"declaration": {
|
|
12551
|
-
"id":
|
|
13457
|
+
"id": 5279,
|
|
12552
13458
|
"name": "__type",
|
|
12553
13459
|
"kind": 65536,
|
|
12554
13460
|
"kindString": "Type literal",
|
|
@@ -12557,7 +13463,7 @@
|
|
|
12557
13463
|
},
|
|
12558
13464
|
"children": [
|
|
12559
13465
|
{
|
|
12560
|
-
"id":
|
|
13466
|
+
"id": 5280,
|
|
12561
13467
|
"name": "ClearIndicator",
|
|
12562
13468
|
"kind": 32,
|
|
12563
13469
|
"kindString": "Variable",
|
|
@@ -12577,7 +13483,7 @@
|
|
|
12577
13483
|
"typeArguments": [
|
|
12578
13484
|
{
|
|
12579
13485
|
"type": "reference",
|
|
12580
|
-
"id":
|
|
13486
|
+
"id": 4385,
|
|
12581
13487
|
"name": "IconButtonProps"
|
|
12582
13488
|
}
|
|
12583
13489
|
],
|
|
@@ -12585,7 +13491,7 @@
|
|
|
12585
13491
|
}
|
|
12586
13492
|
},
|
|
12587
13493
|
{
|
|
12588
|
-
"id":
|
|
13494
|
+
"id": 5281,
|
|
12589
13495
|
"name": "DropdownIndicator",
|
|
12590
13496
|
"kind": 32,
|
|
12591
13497
|
"kindString": "Variable",
|
|
@@ -12618,7 +13524,7 @@
|
|
|
12618
13524
|
}
|
|
12619
13525
|
},
|
|
12620
13526
|
{
|
|
12621
|
-
"id":
|
|
13527
|
+
"id": 5283,
|
|
12622
13528
|
"name": "Item",
|
|
12623
13529
|
"kind": 32,
|
|
12624
13530
|
"kindString": "Variable",
|
|
@@ -12638,7 +13544,7 @@
|
|
|
12638
13544
|
"typeArguments": [
|
|
12639
13545
|
{
|
|
12640
13546
|
"type": "reference",
|
|
12641
|
-
"id":
|
|
13547
|
+
"id": 5265,
|
|
12642
13548
|
"typeArguments": [
|
|
12643
13549
|
{
|
|
12644
13550
|
"type": "typeParameter",
|
|
@@ -12652,7 +13558,7 @@
|
|
|
12652
13558
|
}
|
|
12653
13559
|
},
|
|
12654
13560
|
{
|
|
12655
|
-
"id":
|
|
13561
|
+
"id": 5282,
|
|
12656
13562
|
"name": "LoadingIndicator",
|
|
12657
13563
|
"kind": 32,
|
|
12658
13564
|
"kindString": "Variable",
|
|
@@ -12672,7 +13578,7 @@
|
|
|
12672
13578
|
"typeArguments": [
|
|
12673
13579
|
{
|
|
12674
13580
|
"type": "reference",
|
|
12675
|
-
"id":
|
|
13581
|
+
"id": 51,
|
|
12676
13582
|
"name": "SpinnerProps"
|
|
12677
13583
|
}
|
|
12678
13584
|
],
|
|
@@ -12685,10 +13591,10 @@
|
|
|
12685
13591
|
"title": "Variables",
|
|
12686
13592
|
"kind": 32,
|
|
12687
13593
|
"children": [
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
13594
|
+
5280,
|
|
13595
|
+
5281,
|
|
13596
|
+
5283,
|
|
13597
|
+
5282
|
|
12692
13598
|
]
|
|
12693
13599
|
}
|
|
12694
13600
|
],
|
|
@@ -12714,7 +13620,7 @@
|
|
|
12714
13620
|
},
|
|
12715
13621
|
"typeParameter": [
|
|
12716
13622
|
{
|
|
12717
|
-
"id":
|
|
13623
|
+
"id": 6056,
|
|
12718
13624
|
"name": "T",
|
|
12719
13625
|
"kind": 131072,
|
|
12720
13626
|
"kindString": "Type parameter",
|
|
@@ -12746,7 +13652,7 @@
|
|
|
12746
13652
|
},
|
|
12747
13653
|
"typeParameter": [
|
|
12748
13654
|
{
|
|
12749
|
-
"id":
|
|
13655
|
+
"id": 6035,
|
|
12750
13656
|
"name": "T",
|
|
12751
13657
|
"kind": 131072,
|
|
12752
13658
|
"kindString": "Type parameter",
|
|
@@ -12940,7 +13846,7 @@
|
|
|
12940
13846
|
},
|
|
12941
13847
|
"typeParameter": [
|
|
12942
13848
|
{
|
|
12943
|
-
"id":
|
|
13849
|
+
"id": 6165,
|
|
12944
13850
|
"name": "T",
|
|
12945
13851
|
"kind": 131072,
|
|
12946
13852
|
"kindString": "Type parameter",
|
|
@@ -12949,7 +13855,7 @@
|
|
|
12949
13855
|
},
|
|
12950
13856
|
"type": {
|
|
12951
13857
|
"type": "reference",
|
|
12952
|
-
"id":
|
|
13858
|
+
"id": 6208,
|
|
12953
13859
|
"name": "SelectOptions"
|
|
12954
13860
|
}
|
|
12955
13861
|
}
|
|
@@ -13097,7 +14003,7 @@
|
|
|
13097
14003
|
},
|
|
13098
14004
|
"typeParameter": [
|
|
13099
14005
|
{
|
|
13100
|
-
"id":
|
|
14006
|
+
"id": 6062,
|
|
13101
14007
|
"name": "T",
|
|
13102
14008
|
"kind": 131072,
|
|
13103
14009
|
"kindString": "Type parameter",
|
|
@@ -13106,7 +14012,7 @@
|
|
|
13106
14012
|
},
|
|
13107
14013
|
"type": {
|
|
13108
14014
|
"type": "reference",
|
|
13109
|
-
"id":
|
|
14015
|
+
"id": 6208,
|
|
13110
14016
|
"name": "SelectOptions"
|
|
13111
14017
|
}
|
|
13112
14018
|
}
|
|
@@ -13575,7 +14481,7 @@
|
|
|
13575
14481
|
{
|
|
13576
14482
|
"type": "reflection",
|
|
13577
14483
|
"declaration": {
|
|
13578
|
-
"id":
|
|
14484
|
+
"id": 6209,
|
|
13579
14485
|
"name": "__type",
|
|
13580
14486
|
"kind": 65536,
|
|
13581
14487
|
"kindString": "Type literal",
|
|
@@ -13584,7 +14490,7 @@
|
|
|
13584
14490
|
},
|
|
13585
14491
|
"indexSignature": [
|
|
13586
14492
|
{
|
|
13587
|
-
"id":
|
|
14493
|
+
"id": 6212,
|
|
13588
14494
|
"name": "__index",
|
|
13589
14495
|
"kind": 8192,
|
|
13590
14496
|
"kindString": "Index signature",
|
|
@@ -13593,7 +14499,7 @@
|
|
|
13593
14499
|
},
|
|
13594
14500
|
"parameters": [
|
|
13595
14501
|
{
|
|
13596
|
-
"id":
|
|
14502
|
+
"id": 6213,
|
|
13597
14503
|
"name": "key",
|
|
13598
14504
|
"kind": 32768,
|
|
13599
14505
|
"kindString": "Parameter",
|
|
@@ -13614,7 +14520,7 @@
|
|
|
13614
14520
|
],
|
|
13615
14521
|
"children": [
|
|
13616
14522
|
{
|
|
13617
|
-
"id":
|
|
14523
|
+
"id": 6214,
|
|
13618
14524
|
"name": "disabled",
|
|
13619
14525
|
"kind": 32,
|
|
13620
14526
|
"kindString": "Variable",
|
|
@@ -13635,7 +14541,7 @@
|
|
|
13635
14541
|
}
|
|
13636
14542
|
},
|
|
13637
14543
|
{
|
|
13638
|
-
"id":
|
|
14544
|
+
"id": 6211,
|
|
13639
14545
|
"name": "label",
|
|
13640
14546
|
"kind": 32,
|
|
13641
14547
|
"kindString": "Variable",
|
|
@@ -13655,7 +14561,7 @@
|
|
|
13655
14561
|
}
|
|
13656
14562
|
},
|
|
13657
14563
|
{
|
|
13658
|
-
"id":
|
|
14564
|
+
"id": 6210,
|
|
13659
14565
|
"name": "value",
|
|
13660
14566
|
"kind": 32,
|
|
13661
14567
|
"kindString": "Variable",
|
|
@@ -13680,9 +14586,9 @@
|
|
|
13680
14586
|
"title": "Variables",
|
|
13681
14587
|
"kind": 32,
|
|
13682
14588
|
"children": [
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
14589
|
+
6214,
|
|
14590
|
+
6211,
|
|
14591
|
+
6210
|
|
13686
14592
|
]
|
|
13687
14593
|
}
|
|
13688
14594
|
],
|
|
@@ -13714,7 +14620,7 @@
|
|
|
13714
14620
|
},
|
|
13715
14621
|
"typeParameter": [
|
|
13716
14622
|
{
|
|
13717
|
-
"id":
|
|
14623
|
+
"id": 6242,
|
|
13718
14624
|
"name": "T",
|
|
13719
14625
|
"kind": 131072,
|
|
13720
14626
|
"kindString": "Type parameter",
|
|
@@ -13728,7 +14634,7 @@
|
|
|
13728
14634
|
"typeArguments": [
|
|
13729
14635
|
{
|
|
13730
14636
|
"type": "reference",
|
|
13731
|
-
"id":
|
|
14637
|
+
"id": 6061,
|
|
13732
14638
|
"typeArguments": [
|
|
13733
14639
|
{
|
|
13734
14640
|
"type": "typeParameter",
|
|
@@ -13739,7 +14645,7 @@
|
|
|
13739
14645
|
},
|
|
13740
14646
|
{
|
|
13741
14647
|
"type": "reference",
|
|
13742
|
-
"id":
|
|
14648
|
+
"id": 6164,
|
|
13743
14649
|
"typeArguments": [
|
|
13744
14650
|
{
|
|
13745
14651
|
"type": "typeParameter",
|
|
@@ -15016,12 +15922,12 @@
|
|
|
15016
15922
|
"typeArguments": [
|
|
15017
15923
|
{
|
|
15018
15924
|
"type": "reference",
|
|
15019
|
-
"id":
|
|
15925
|
+
"id": 20099,
|
|
15020
15926
|
"name": "ControlledPageProps"
|
|
15021
15927
|
},
|
|
15022
15928
|
{
|
|
15023
15929
|
"type": "reference",
|
|
15024
|
-
"id":
|
|
15930
|
+
"id": 20101,
|
|
15025
15931
|
"name": "UncontrolledPageProps"
|
|
15026
15932
|
}
|
|
15027
15933
|
],
|
|
@@ -15043,12 +15949,12 @@
|
|
|
15043
15949
|
"typeArguments": [
|
|
15044
15950
|
{
|
|
15045
15951
|
"type": "reference",
|
|
15046
|
-
"id":
|
|
15952
|
+
"id": 20103,
|
|
15047
15953
|
"name": "ControlledRowsPerPageProps"
|
|
15048
15954
|
},
|
|
15049
15955
|
{
|
|
15050
15956
|
"type": "reference",
|
|
15051
|
-
"id":
|
|
15957
|
+
"id": 20105,
|
|
15052
15958
|
"name": "UncontrolledRowsPerPageProps"
|
|
15053
15959
|
}
|
|
15054
15960
|
],
|
|
@@ -15070,17 +15976,17 @@
|
|
|
15070
15976
|
"types": [
|
|
15071
15977
|
{
|
|
15072
15978
|
"type": "reference",
|
|
15073
|
-
"id":
|
|
15979
|
+
"id": 19819,
|
|
15074
15980
|
"name": "BaseTablePaginationProps"
|
|
15075
15981
|
},
|
|
15076
15982
|
{
|
|
15077
15983
|
"type": "reference",
|
|
15078
|
-
"id":
|
|
15984
|
+
"id": 20115,
|
|
15079
15985
|
"name": "PagePaginationProps"
|
|
15080
15986
|
},
|
|
15081
15987
|
{
|
|
15082
15988
|
"type": "reference",
|
|
15083
|
-
"id":
|
|
15989
|
+
"id": 20116,
|
|
15084
15990
|
"name": "RowsPaginationProps"
|
|
15085
15991
|
}
|
|
15086
15992
|
]
|
|
@@ -15706,12 +16612,12 @@
|
|
|
15706
16612
|
"types": [
|
|
15707
16613
|
{
|
|
15708
16614
|
"type": "reference",
|
|
15709
|
-
"id":
|
|
16615
|
+
"id": 23653,
|
|
15710
16616
|
"name": "HorizontalTabsProps"
|
|
15711
16617
|
},
|
|
15712
16618
|
{
|
|
15713
16619
|
"type": "reference",
|
|
15714
|
-
"id":
|
|
16620
|
+
"id": 23650,
|
|
15715
16621
|
"name": "VerticalTabsProps"
|
|
15716
16622
|
}
|
|
15717
16623
|
]
|
|
@@ -16189,12 +17095,12 @@
|
|
|
16189
17095
|
"typeArguments": [
|
|
16190
17096
|
{
|
|
16191
17097
|
"type": "reference",
|
|
16192
|
-
"id":
|
|
17098
|
+
"id": 29843,
|
|
16193
17099
|
"name": "DeletableTagProps"
|
|
16194
17100
|
},
|
|
16195
17101
|
{
|
|
16196
17102
|
"type": "reference",
|
|
16197
|
-
"id":
|
|
17103
|
+
"id": 29856,
|
|
16198
17104
|
"name": "ClickableTagProps"
|
|
16199
17105
|
}
|
|
16200
17106
|
],
|
|
@@ -16439,7 +17345,7 @@
|
|
|
16439
17345
|
"type": "query",
|
|
16440
17346
|
"queryType": {
|
|
16441
17347
|
"type": "reference",
|
|
16442
|
-
"id":
|
|
17348
|
+
"id": 31184,
|
|
16443
17349
|
"name": "useTimePicker"
|
|
16444
17350
|
}
|
|
16445
17351
|
}
|
|
@@ -17134,12 +18040,12 @@
|
|
|
17134
18040
|
"typeArguments": [
|
|
17135
18041
|
{
|
|
17136
18042
|
"type": "reference",
|
|
17137
|
-
"id":
|
|
18043
|
+
"id": 35993,
|
|
17138
18044
|
"name": "ToggleButtonTextProps"
|
|
17139
18045
|
},
|
|
17140
18046
|
{
|
|
17141
18047
|
"type": "reference",
|
|
17142
|
-
"id":
|
|
18048
|
+
"id": 36277,
|
|
17143
18049
|
"name": "ToggleButtonIconProps"
|
|
17144
18050
|
}
|
|
17145
18051
|
],
|
|
@@ -18679,7 +19585,7 @@
|
|
|
18679
19585
|
"type": "query",
|
|
18680
19586
|
"queryType": {
|
|
18681
19587
|
"type": "reference",
|
|
18682
|
-
"id":
|
|
19588
|
+
"id": 34728,
|
|
18683
19589
|
"name": "useTreeView"
|
|
18684
19590
|
}
|
|
18685
19591
|
}
|
|
@@ -18699,7 +19605,7 @@
|
|
|
18699
19605
|
},
|
|
18700
19606
|
"typeParameter": [
|
|
18701
19607
|
{
|
|
18702
|
-
"id":
|
|
19608
|
+
"id": 2108,
|
|
18703
19609
|
"name": "T",
|
|
18704
19610
|
"kind": 131072,
|
|
18705
19611
|
"kindString": "Type parameter",
|
|
@@ -18876,7 +19782,7 @@
|
|
|
18876
19782
|
},
|
|
18877
19783
|
"typeParameter": [
|
|
18878
19784
|
{
|
|
18879
|
-
"id":
|
|
19785
|
+
"id": 17945,
|
|
18880
19786
|
"name": "PaginatedItem",
|
|
18881
19787
|
"kind": 131072,
|
|
18882
19788
|
"kindString": "Type parameter",
|
|
@@ -18936,7 +19842,7 @@
|
|
|
18936
19842
|
},
|
|
18937
19843
|
"typeParameter": [
|
|
18938
19844
|
{
|
|
18939
|
-
"id":
|
|
19845
|
+
"id": 17954,
|
|
18940
19846
|
"name": "PaginatedItem",
|
|
18941
19847
|
"kind": 131072,
|
|
18942
19848
|
"kindString": "Type parameter",
|