@genesislcap/foundation-zero 14.417.1-alpha-83eabbf.0 → 14.418.0
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/custom-elements.json +149 -2007
- package/dist/dts/index.d.ts +0 -1
- package/package.json +12 -12
- package/dist/dts/react-jsx-runtime.d.ts +0 -901
|
@@ -1,901 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT.
|
|
3
|
-
* Source package: @genesislcap/foundation-zero
|
|
4
|
-
* Generated from custom-elements manifest.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { HTMLAttributes } from 'react';
|
|
8
|
-
import type { Position } from '@genesislcap/foundation-ui';
|
|
9
|
-
import type { Swatch } from '@microsoft/fast-components';
|
|
10
|
-
|
|
11
|
-
declare module 'react/jsx-runtime' {
|
|
12
|
-
namespace JSX {
|
|
13
|
-
interface GenesislcapFoundationZeroReactElementProps1 extends HTMLAttributes<HTMLElement> {
|
|
14
|
-
class?: string;
|
|
15
|
-
part?: string;
|
|
16
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
17
|
-
'expandmode'?: unknown;
|
|
18
|
-
}
|
|
19
|
-
interface GenesislcapFoundationZeroReactElementProps2 extends HTMLAttributes<HTMLElement> {
|
|
20
|
-
class?: string;
|
|
21
|
-
part?: string;
|
|
22
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
23
|
-
'headinglevel'?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
24
|
-
'expanded'?: boolean;
|
|
25
|
-
'id'?: string;
|
|
26
|
-
}
|
|
27
|
-
interface GenesislcapFoundationZeroReactElementProps3 extends HTMLAttributes<HTMLElement> {
|
|
28
|
-
class?: string;
|
|
29
|
-
part?: string;
|
|
30
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
31
|
-
'isVertical'?: boolean;
|
|
32
|
-
'addDefaultActions'?: boolean;
|
|
33
|
-
'autoCloseOnAction'?: boolean;
|
|
34
|
-
'name'?: string;
|
|
35
|
-
'open'?: boolean;
|
|
36
|
-
'buttonAppearance'?: string;
|
|
37
|
-
'hideDisabled'?: boolean;
|
|
38
|
-
'hideMenuSingleOption'?: boolean;
|
|
39
|
-
}
|
|
40
|
-
interface GenesislcapFoundationZeroReactElementProps4 extends HTMLAttributes<HTMLElement> {
|
|
41
|
-
class?: string;
|
|
42
|
-
part?: string;
|
|
43
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
44
|
-
'placeholder'?: string;
|
|
45
|
-
'disabled'?: boolean;
|
|
46
|
-
'mode'?: 'append' | 'replace';
|
|
47
|
-
'onCriteriaChanged'?: (event: CustomEvent<unknown>) => void;
|
|
48
|
-
'onValidationErrors'?: (event: CustomEvent<unknown>) => void;
|
|
49
|
-
}
|
|
50
|
-
interface GenesislcapFoundationZeroReactElementProps5 extends HTMLAttributes<HTMLElement> {
|
|
51
|
-
class?: string;
|
|
52
|
-
part?: string;
|
|
53
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
54
|
-
}
|
|
55
|
-
interface GenesislcapFoundationZeroReactElementProps6 extends HTMLAttributes<HTMLElement> {
|
|
56
|
-
class?: string;
|
|
57
|
-
part?: string;
|
|
58
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
59
|
-
'download'?: string;
|
|
60
|
-
'href'?: string;
|
|
61
|
-
'hreflang'?: string;
|
|
62
|
-
'ping'?: string;
|
|
63
|
-
'referrerpolicy'?: string;
|
|
64
|
-
'rel'?: string;
|
|
65
|
-
'target'?: "_self" | "_blank" | "_parent" | "_top";
|
|
66
|
-
'type'?: string;
|
|
67
|
-
}
|
|
68
|
-
interface GenesislcapFoundationZeroReactElementProps7 extends HTMLAttributes<HTMLElement> {
|
|
69
|
-
class?: string;
|
|
70
|
-
part?: string;
|
|
71
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
72
|
-
'anchor'?: string;
|
|
73
|
-
'viewport'?: string;
|
|
74
|
-
'horizontalPositioningMode'?: unknown;
|
|
75
|
-
'horizontalDefaultPosition'?: unknown;
|
|
76
|
-
'horizontalViewportLock'?: boolean;
|
|
77
|
-
'horizontalInset'?: boolean;
|
|
78
|
-
'horizontalThreshold'?: number;
|
|
79
|
-
'horizontalScaling'?: unknown;
|
|
80
|
-
'verticalPositioningMode'?: unknown;
|
|
81
|
-
'verticalDefaultPosition'?: unknown;
|
|
82
|
-
'verticalViewportLock'?: boolean;
|
|
83
|
-
'verticalInset'?: boolean;
|
|
84
|
-
'verticalThreshold'?: number;
|
|
85
|
-
'verticalScaling'?: unknown;
|
|
86
|
-
'fixedPlacement'?: boolean;
|
|
87
|
-
'autoUpdateMode'?: unknown;
|
|
88
|
-
'onLoaded'?: (event: CustomEvent<unknown>) => void;
|
|
89
|
-
'onPositionchange'?: (event: CustomEvent<unknown>) => void;
|
|
90
|
-
}
|
|
91
|
-
interface GenesislcapFoundationZeroReactElementProps8 extends HTMLAttributes<HTMLElement> {
|
|
92
|
-
class?: string;
|
|
93
|
-
part?: string;
|
|
94
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
95
|
-
'fill'?: string;
|
|
96
|
-
'color'?: string;
|
|
97
|
-
'link'?: string;
|
|
98
|
-
'shape'?: unknown;
|
|
99
|
-
}
|
|
100
|
-
interface GenesislcapFoundationZeroReactElementProps9 extends HTMLAttributes<HTMLElement> {
|
|
101
|
-
class?: string;
|
|
102
|
-
part?: string;
|
|
103
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
104
|
-
'fill'?: string;
|
|
105
|
-
'color'?: string;
|
|
106
|
-
'circular'?: boolean;
|
|
107
|
-
}
|
|
108
|
-
interface GenesislcapFoundationZeroReactElementProps10 extends HTMLAttributes<HTMLElement> {
|
|
109
|
-
class?: string;
|
|
110
|
-
part?: string;
|
|
111
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
112
|
-
}
|
|
113
|
-
interface GenesislcapFoundationZeroReactElementProps11 extends HTMLAttributes<HTMLElement> {
|
|
114
|
-
class?: string;
|
|
115
|
-
part?: string;
|
|
116
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
117
|
-
}
|
|
118
|
-
interface GenesislcapFoundationZeroReactElementProps12 extends HTMLAttributes<HTMLElement> {
|
|
119
|
-
class?: string;
|
|
120
|
-
part?: string;
|
|
121
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
122
|
-
'download'?: string;
|
|
123
|
-
'href'?: string;
|
|
124
|
-
'hreflang'?: string;
|
|
125
|
-
'ping'?: string;
|
|
126
|
-
'referrerpolicy'?: string;
|
|
127
|
-
'rel'?: string;
|
|
128
|
-
'target'?: "_self" | "_blank" | "_parent" | "_top";
|
|
129
|
-
'type'?: string;
|
|
130
|
-
}
|
|
131
|
-
interface GenesislcapFoundationZeroReactElementProps13 extends HTMLAttributes<HTMLElement> {
|
|
132
|
-
class?: string;
|
|
133
|
-
part?: string;
|
|
134
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
135
|
-
'autofocus'?: boolean;
|
|
136
|
-
'formId'?: string;
|
|
137
|
-
'formaction'?: string;
|
|
138
|
-
'formenctype'?: string;
|
|
139
|
-
'formmethod'?: string;
|
|
140
|
-
'formtarget'?: "_self" | "_blank" | "_parent" | "_top";
|
|
141
|
-
'type'?: "submit" | "reset" | "button";
|
|
142
|
-
}
|
|
143
|
-
interface GenesislcapFoundationZeroReactElementProps14 extends HTMLAttributes<HTMLElement> {
|
|
144
|
-
class?: string;
|
|
145
|
-
part?: string;
|
|
146
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
147
|
-
}
|
|
148
|
-
interface GenesislcapFoundationZeroReactElementProps15 extends HTMLAttributes<HTMLElement> {
|
|
149
|
-
class?: string;
|
|
150
|
-
part?: string;
|
|
151
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
152
|
-
}
|
|
153
|
-
interface GenesislcapFoundationZeroReactElementProps16 extends HTMLAttributes<HTMLElement> {
|
|
154
|
-
class?: string;
|
|
155
|
-
part?: string;
|
|
156
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
157
|
-
'name'?: string;
|
|
158
|
-
'autoPosition'?: boolean;
|
|
159
|
-
'search'?: boolean;
|
|
160
|
-
'onSelectionChange'?: (event: CustomEvent<unknown>) => void;
|
|
161
|
-
}
|
|
162
|
-
interface GenesislcapFoundationZeroReactElementProps17 extends HTMLAttributes<HTMLElement> {
|
|
163
|
-
class?: string;
|
|
164
|
-
part?: string;
|
|
165
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
166
|
-
'readOnly'?: boolean;
|
|
167
|
-
}
|
|
168
|
-
interface GenesislcapFoundationZeroReactElementProps18 extends HTMLAttributes<HTMLElement> {
|
|
169
|
-
class?: string;
|
|
170
|
-
part?: string;
|
|
171
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
172
|
-
}
|
|
173
|
-
interface GenesislcapFoundationZeroReactElementProps19 extends HTMLAttributes<HTMLElement> {
|
|
174
|
-
class?: string;
|
|
175
|
-
part?: string;
|
|
176
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
177
|
-
'showLabel'?: boolean;
|
|
178
|
-
}
|
|
179
|
-
interface GenesislcapFoundationZeroReactElementProps20 extends HTMLAttributes<HTMLElement> {
|
|
180
|
-
class?: string;
|
|
181
|
-
part?: string;
|
|
182
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
183
|
-
'cellType'?: unknown;
|
|
184
|
-
'gridColumn'?: string;
|
|
185
|
-
'onCellFocused'?: (event: CustomEvent<unknown>) => void;
|
|
186
|
-
}
|
|
187
|
-
interface GenesislcapFoundationZeroReactElementProps21 extends HTMLAttributes<HTMLElement> {
|
|
188
|
-
class?: string;
|
|
189
|
-
part?: string;
|
|
190
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
191
|
-
'gridTemplateColumns'?: string;
|
|
192
|
-
'rowType'?: unknown;
|
|
193
|
-
'onRowFocused'?: (event: CustomEvent<unknown>) => void;
|
|
194
|
-
}
|
|
195
|
-
interface GenesislcapFoundationZeroReactElementProps22 extends HTMLAttributes<HTMLElement> {
|
|
196
|
-
class?: string;
|
|
197
|
-
part?: string;
|
|
198
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
199
|
-
'noTabbing'?: boolean;
|
|
200
|
-
'generateHeader'?: unknown;
|
|
201
|
-
'gridTemplateColumns'?: string;
|
|
202
|
-
}
|
|
203
|
-
interface GenesislcapFoundationZeroReactElementProps23 extends HTMLAttributes<HTMLElement> {
|
|
204
|
-
class?: string;
|
|
205
|
-
part?: string;
|
|
206
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
207
|
-
'format'?: string;
|
|
208
|
-
'inlineCalendar'?: boolean;
|
|
209
|
-
'hideWeekends'?: boolean;
|
|
210
|
-
'position'?: 'bottom' | 'top' | 'left' | 'right';
|
|
211
|
-
'label'?: string;
|
|
212
|
-
'value'?: string;
|
|
213
|
-
'lang'?: string;
|
|
214
|
-
'visible'?: boolean;
|
|
215
|
-
'onValueChanged'?: (event: CustomEvent<unknown>) => void;
|
|
216
|
-
}
|
|
217
|
-
interface GenesislcapFoundationZeroReactElementProps24 extends HTMLAttributes<HTMLElement> {
|
|
218
|
-
class?: string;
|
|
219
|
-
part?: string;
|
|
220
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
221
|
-
'cardFillColor'?: Swatch;
|
|
222
|
-
'cardForegroundColor'?: Swatch;
|
|
223
|
-
}
|
|
224
|
-
interface GenesislcapFoundationZeroReactElementProps25 extends HTMLAttributes<HTMLElement> {
|
|
225
|
-
class?: string;
|
|
226
|
-
part?: string;
|
|
227
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
228
|
-
'type'?: unknown;
|
|
229
|
-
'position'?: unknown;
|
|
230
|
-
'showCloseIcon'?: boolean;
|
|
231
|
-
'resizable'?: boolean;
|
|
232
|
-
'minWidth'?: number;
|
|
233
|
-
'minHeight'?: number;
|
|
234
|
-
'initialWidth'?: number | undefined;
|
|
235
|
-
'initialHeight'?: number | undefined;
|
|
236
|
-
'onClose'?: (event: CustomEvent<unknown>) => void;
|
|
237
|
-
}
|
|
238
|
-
interface GenesislcapFoundationZeroReactElementProps26 extends HTMLAttributes<HTMLElement> {
|
|
239
|
-
class?: string;
|
|
240
|
-
part?: string;
|
|
241
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
242
|
-
'expanded'?: boolean;
|
|
243
|
-
'title'?: string;
|
|
244
|
-
}
|
|
245
|
-
interface GenesislcapFoundationZeroReactElementProps27 extends HTMLAttributes<HTMLElement> {
|
|
246
|
-
class?: string;
|
|
247
|
-
part?: string;
|
|
248
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
249
|
-
'role'?: unknown;
|
|
250
|
-
'orientation'?: unknown;
|
|
251
|
-
}
|
|
252
|
-
interface GenesislcapFoundationZeroReactElementProps28 extends HTMLAttributes<HTMLElement> {
|
|
253
|
-
class?: string;
|
|
254
|
-
part?: string;
|
|
255
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
256
|
-
'autoClose'?: boolean;
|
|
257
|
-
'disabled'?: boolean;
|
|
258
|
-
'name'?: string;
|
|
259
|
-
'open'?: boolean;
|
|
260
|
-
'buttonAppearance'?: string;
|
|
261
|
-
}
|
|
262
|
-
interface GenesislcapFoundationZeroReactElementProps29 extends HTMLAttributes<HTMLElement> {
|
|
263
|
-
class?: string;
|
|
264
|
-
part?: string;
|
|
265
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
266
|
-
'level'?: string;
|
|
267
|
-
'label'?: string;
|
|
268
|
-
'showIcon'?: boolean;
|
|
269
|
-
'size'?: 'sm' | 'lg';
|
|
270
|
-
'backgroundColor'?: string;
|
|
271
|
-
'textColor'?: string;
|
|
272
|
-
'icon'?: string;
|
|
273
|
-
'iconSize'?: unknown;
|
|
274
|
-
'useDefaultConfig'?: boolean;
|
|
275
|
-
}
|
|
276
|
-
interface GenesislcapFoundationZeroReactElementProps30 extends HTMLAttributes<HTMLElement> {
|
|
277
|
-
class?: string;
|
|
278
|
-
part?: string;
|
|
279
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
280
|
-
}
|
|
281
|
-
interface GenesislcapFoundationZeroReactElementProps31 extends HTMLAttributes<HTMLElement> {
|
|
282
|
-
class?: string;
|
|
283
|
-
part?: string;
|
|
284
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
285
|
-
'resourceName'?: unknown;
|
|
286
|
-
'closeTimeout'?: number;
|
|
287
|
-
}
|
|
288
|
-
interface GenesislcapFoundationZeroReactElementProps32 extends HTMLAttributes<HTMLElement> {
|
|
289
|
-
class?: string;
|
|
290
|
-
part?: string;
|
|
291
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
292
|
-
}
|
|
293
|
-
interface GenesislcapFoundationZeroReactElementProps33 extends HTMLAttributes<HTMLElement> {
|
|
294
|
-
class?: string;
|
|
295
|
-
part?: string;
|
|
296
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
297
|
-
'uploadedFilesResourceName'?: string;
|
|
298
|
-
'uploadEventName'?: string;
|
|
299
|
-
'fieldName'?: string;
|
|
300
|
-
'entityId'?: string;
|
|
301
|
-
'uploadKey'?: string;
|
|
302
|
-
'gridFields'?: string;
|
|
303
|
-
'label'?: string;
|
|
304
|
-
'accept'?: string;
|
|
305
|
-
'fileSizeLimitBytes'?: unknown;
|
|
306
|
-
'onFileSelected'?: (event: CustomEvent<unknown>) => void;
|
|
307
|
-
'onSuccess'?: (event: CustomEvent<unknown>) => void;
|
|
308
|
-
'onErrorOut'?: (event: CustomEvent<unknown>) => void;
|
|
309
|
-
'onClear'?: (event: CustomEvent<unknown>) => void;
|
|
310
|
-
}
|
|
311
|
-
interface GenesislcapFoundationZeroReactElementProps34 extends HTMLAttributes<HTMLElement> {
|
|
312
|
-
class?: string;
|
|
313
|
-
part?: string;
|
|
314
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
315
|
-
'fieldName'?: string;
|
|
316
|
-
'type'?: 'text' | 'number' | 'date' | 'boolean' | 'enum';
|
|
317
|
-
'label'?: string;
|
|
318
|
-
'target'?: string;
|
|
319
|
-
'enumOptions'?: string;
|
|
320
|
-
'onFilterChanged'?: (event: CustomEvent<unknown>) => void;
|
|
321
|
-
'onFilterCleared'?: (event: CustomEvent<unknown>) => void;
|
|
322
|
-
}
|
|
323
|
-
interface GenesislcapFoundationZeroReactElementProps35 extends HTMLAttributes<HTMLElement> {
|
|
324
|
-
class?: string;
|
|
325
|
-
part?: string;
|
|
326
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
327
|
-
'resource'?: string;
|
|
328
|
-
'only'?: string;
|
|
329
|
-
'labels'?: string;
|
|
330
|
-
'target'?: string;
|
|
331
|
-
'columns'?: number;
|
|
332
|
-
}
|
|
333
|
-
interface GenesislcapFoundationZeroReactElementProps36 extends HTMLAttributes<HTMLElement> {
|
|
334
|
-
class?: string;
|
|
335
|
-
part?: string;
|
|
336
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
337
|
-
}
|
|
338
|
-
interface GenesislcapFoundationZeroReactElementProps37 extends HTMLAttributes<HTMLElement> {
|
|
339
|
-
class?: string;
|
|
340
|
-
part?: string;
|
|
341
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
342
|
-
'disabled'?: boolean;
|
|
343
|
-
'hiddenFromAT'?: boolean;
|
|
344
|
-
'direction'?: unknown;
|
|
345
|
-
}
|
|
346
|
-
interface GenesislcapFoundationZeroReactElementProps38 extends HTMLAttributes<HTMLElement> {
|
|
347
|
-
class?: string;
|
|
348
|
-
part?: string;
|
|
349
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
350
|
-
'position'?: string;
|
|
351
|
-
'flyoutWidth'?: string;
|
|
352
|
-
'displayHeader'?: boolean;
|
|
353
|
-
'onClosed'?: (event: CustomEvent<unknown>) => void;
|
|
354
|
-
}
|
|
355
|
-
interface GenesislcapFoundationZeroReactElementProps39 extends HTMLAttributes<HTMLElement> {
|
|
356
|
-
class?: string;
|
|
357
|
-
part?: string;
|
|
358
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
359
|
-
'col-count'?: string;
|
|
360
|
-
'col-width'?: string;
|
|
361
|
-
'col-lg-count'?: string;
|
|
362
|
-
'col-lg-width'?: string;
|
|
363
|
-
'col-md-count'?: string;
|
|
364
|
-
'col-md-width'?: string;
|
|
365
|
-
'col-sm-count'?: string;
|
|
366
|
-
'col-sm-width'?: string;
|
|
367
|
-
'row-count'?: string;
|
|
368
|
-
'row-height'?: string;
|
|
369
|
-
'row-lg-count'?: string;
|
|
370
|
-
'row-lg-height'?: string;
|
|
371
|
-
'row-md-count'?: string;
|
|
372
|
-
'row-md-height'?: string;
|
|
373
|
-
'row-sm-count'?: string;
|
|
374
|
-
'row-sm-height'?: string;
|
|
375
|
-
}
|
|
376
|
-
interface GenesislcapFoundationZeroReactElementProps40 extends HTMLAttributes<HTMLElement> {
|
|
377
|
-
class?: string;
|
|
378
|
-
part?: string;
|
|
379
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
380
|
-
'colNumber'?: number;
|
|
381
|
-
'colSmNumber'?: number;
|
|
382
|
-
'colMdNumber'?: number;
|
|
383
|
-
'colLgNumber'?: number;
|
|
384
|
-
'rowNumber'?: number;
|
|
385
|
-
'rowSmNumber'?: number;
|
|
386
|
-
'rowMdNumber'?: number;
|
|
387
|
-
'rowLgNumber'?: number;
|
|
388
|
-
'width'?: number;
|
|
389
|
-
'widthSm'?: number;
|
|
390
|
-
'widthMd'?: number;
|
|
391
|
-
'widthLg'?: number;
|
|
392
|
-
'height'?: number;
|
|
393
|
-
'heightSm'?: number;
|
|
394
|
-
'heightMd'?: number;
|
|
395
|
-
'heightLg'?: number;
|
|
396
|
-
}
|
|
397
|
-
interface GenesislcapFoundationZeroReactElementProps41 extends HTMLAttributes<HTMLElement> {
|
|
398
|
-
class?: string;
|
|
399
|
-
part?: string;
|
|
400
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
401
|
-
'speed'?: number;
|
|
402
|
-
'duration'?: string;
|
|
403
|
-
'easing'?: unknown;
|
|
404
|
-
'flippersHiddenFromAT'?: boolean;
|
|
405
|
-
'view'?: unknown;
|
|
406
|
-
'onScrollstart'?: (event: CustomEvent<unknown>) => void;
|
|
407
|
-
'onScrollend'?: (event: CustomEvent<unknown>) => void;
|
|
408
|
-
}
|
|
409
|
-
interface GenesislcapFoundationZeroReactElementProps42 extends HTMLAttributes<HTMLElement> {
|
|
410
|
-
class?: string;
|
|
411
|
-
part?: string;
|
|
412
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
413
|
-
'tooltipId'?: string;
|
|
414
|
-
'tooltip'?: string;
|
|
415
|
-
'isError'?: boolean;
|
|
416
|
-
'name'?: unknown;
|
|
417
|
-
'size'?: unknown;
|
|
418
|
-
'variant'?: unknown;
|
|
419
|
-
}
|
|
420
|
-
interface GenesislcapFoundationZeroReactElementProps43 extends HTMLAttributes<HTMLElement> {
|
|
421
|
-
class?: string;
|
|
422
|
-
part?: string;
|
|
423
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
424
|
-
'disabled'?: boolean;
|
|
425
|
-
}
|
|
426
|
-
interface GenesislcapFoundationZeroReactElementProps44 extends HTMLAttributes<HTMLElement> {
|
|
427
|
-
class?: string;
|
|
428
|
-
part?: string;
|
|
429
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
430
|
-
'disabled'?: boolean;
|
|
431
|
-
'selectedAttribute'?: boolean;
|
|
432
|
-
'initialValue'?: string;
|
|
433
|
-
}
|
|
434
|
-
interface GenesislcapFoundationZeroReactElementProps45 extends HTMLAttributes<HTMLElement> {
|
|
435
|
-
class?: string;
|
|
436
|
-
part?: string;
|
|
437
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
438
|
-
}
|
|
439
|
-
interface GenesislcapFoundationZeroReactElementProps46 extends HTMLAttributes<HTMLElement> {
|
|
440
|
-
class?: string;
|
|
441
|
-
part?: string;
|
|
442
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
443
|
-
'disabled'?: boolean;
|
|
444
|
-
'role'?: unknown;
|
|
445
|
-
'onOnMenuClick'?: (event: CustomEvent<unknown>) => void;
|
|
446
|
-
'onExpandedChange'?: (event: CustomEvent<unknown>) => void;
|
|
447
|
-
}
|
|
448
|
-
interface GenesislcapFoundationZeroReactElementProps47 extends HTMLAttributes<HTMLElement> {
|
|
449
|
-
class?: string;
|
|
450
|
-
part?: string;
|
|
451
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
452
|
-
'draggable'?: boolean;
|
|
453
|
-
'type'?: unknown;
|
|
454
|
-
'position'?: unknown;
|
|
455
|
-
'showCloseIcon'?: boolean;
|
|
456
|
-
'resizable'?: boolean;
|
|
457
|
-
'minWidth'?: number;
|
|
458
|
-
'minHeight'?: number;
|
|
459
|
-
'initialWidth'?: number | undefined;
|
|
460
|
-
'initialHeight'?: number | undefined;
|
|
461
|
-
}
|
|
462
|
-
interface GenesislcapFoundationZeroReactElementProps48 extends HTMLAttributes<HTMLElement> {
|
|
463
|
-
class?: string;
|
|
464
|
-
part?: string;
|
|
465
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
466
|
-
'name'?: string;
|
|
467
|
-
'autoPosition'?: boolean;
|
|
468
|
-
'all'?: boolean;
|
|
469
|
-
'debounce'?: number;
|
|
470
|
-
'tabindex'?: number;
|
|
471
|
-
'filterByContains'?: boolean;
|
|
472
|
-
'position'?: Position;
|
|
473
|
-
'onSelectionChange'?: (event: CustomEvent<unknown>) => void;
|
|
474
|
-
'onClear'?: (event: CustomEvent<unknown>) => void;
|
|
475
|
-
}
|
|
476
|
-
interface GenesislcapFoundationZeroReactElementProps49 extends HTMLAttributes<HTMLElement> {
|
|
477
|
-
class?: string;
|
|
478
|
-
part?: string;
|
|
479
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
480
|
-
'resourceName'?: unknown;
|
|
481
|
-
'closeTimeout'?: number;
|
|
482
|
-
'toastPosition'?: unknown;
|
|
483
|
-
}
|
|
484
|
-
interface GenesislcapFoundationZeroReactElementProps50 extends HTMLAttributes<HTMLElement> {
|
|
485
|
-
class?: string;
|
|
486
|
-
part?: string;
|
|
487
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
488
|
-
'autocomplete'?: string;
|
|
489
|
-
'hideStep'?: number;
|
|
490
|
-
'value'?: string;
|
|
491
|
-
'locale'?: string;
|
|
492
|
-
'maximumInputPrecision'?: number;
|
|
493
|
-
'readOnly'?: boolean;
|
|
494
|
-
'placeholder'?: string;
|
|
495
|
-
'list'?: string;
|
|
496
|
-
}
|
|
497
|
-
interface GenesislcapFoundationZeroReactElementProps51 extends HTMLAttributes<HTMLElement> {
|
|
498
|
-
class?: string;
|
|
499
|
-
part?: string;
|
|
500
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
501
|
-
'groupLabel'?: string;
|
|
502
|
-
'disabled'?: boolean;
|
|
503
|
-
'selectedAttribute'?: boolean;
|
|
504
|
-
'initialValue'?: string;
|
|
505
|
-
}
|
|
506
|
-
interface GenesislcapFoundationZeroReactElementProps52 extends HTMLAttributes<HTMLElement> {
|
|
507
|
-
class?: string;
|
|
508
|
-
part?: string;
|
|
509
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
510
|
-
}
|
|
511
|
-
interface GenesislcapFoundationZeroReactElementProps53 extends HTMLAttributes<HTMLElement> {
|
|
512
|
-
class?: string;
|
|
513
|
-
part?: string;
|
|
514
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
515
|
-
}
|
|
516
|
-
interface GenesislcapFoundationZeroReactElementProps54 extends HTMLAttributes<HTMLElement> {
|
|
517
|
-
class?: string;
|
|
518
|
-
part?: string;
|
|
519
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
520
|
-
'readOnly'?: boolean;
|
|
521
|
-
}
|
|
522
|
-
interface GenesislcapFoundationZeroReactElementProps55 extends HTMLAttributes<HTMLElement> {
|
|
523
|
-
class?: string;
|
|
524
|
-
part?: string;
|
|
525
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
526
|
-
'readOnly'?: boolean;
|
|
527
|
-
'disabled'?: boolean;
|
|
528
|
-
'name'?: string;
|
|
529
|
-
'value'?: string;
|
|
530
|
-
'orientation'?: unknown;
|
|
531
|
-
}
|
|
532
|
-
interface GenesislcapFoundationZeroReactElementProps56 extends HTMLAttributes<HTMLElement> {
|
|
533
|
-
class?: string;
|
|
534
|
-
part?: string;
|
|
535
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
536
|
-
'minMinuteInterval'?: number;
|
|
537
|
-
'disableTooltips'?: boolean;
|
|
538
|
-
}
|
|
539
|
-
interface GenesislcapFoundationZeroReactElementProps57 extends HTMLAttributes<HTMLElement> {
|
|
540
|
-
class?: string;
|
|
541
|
-
part?: string;
|
|
542
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
543
|
-
'minMinuteInterval'?: number;
|
|
544
|
-
'disableTooltips'?: boolean;
|
|
545
|
-
'timezone'?: string;
|
|
546
|
-
}
|
|
547
|
-
interface GenesislcapFoundationZeroReactElementProps58 extends HTMLAttributes<HTMLElement> {
|
|
548
|
-
class?: string;
|
|
549
|
-
part?: string;
|
|
550
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
551
|
-
}
|
|
552
|
-
interface GenesislcapFoundationZeroReactElementProps59 extends HTMLAttributes<HTMLElement> {
|
|
553
|
-
class?: string;
|
|
554
|
-
part?: string;
|
|
555
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
556
|
-
'minlength'?: number;
|
|
557
|
-
'autocomplete'?: unknown;
|
|
558
|
-
'open'?: boolean;
|
|
559
|
-
'placeholder'?: string;
|
|
560
|
-
'positionAttribute'?: unknown;
|
|
561
|
-
'disabled'?: boolean;
|
|
562
|
-
'debounce'?: number;
|
|
563
|
-
'caseSensitive'?: boolean;
|
|
564
|
-
'ignoreInputClick'?: boolean;
|
|
565
|
-
'filterMode'?: unknown;
|
|
566
|
-
'scrollToSelectedWhenOpening'?: boolean;
|
|
567
|
-
'scrollWhenSelectionChanges'?: boolean;
|
|
568
|
-
'onInputdeleted'?: (event: CustomEvent<unknown>) => void;
|
|
569
|
-
}
|
|
570
|
-
interface GenesislcapFoundationZeroReactElementProps60 extends HTMLAttributes<HTMLElement> {
|
|
571
|
-
class?: string;
|
|
572
|
-
part?: string;
|
|
573
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
574
|
-
'appearance'?: string;
|
|
575
|
-
'minlength'?: number;
|
|
576
|
-
'position'?: Position;
|
|
577
|
-
'placeholder'?: string;
|
|
578
|
-
'disabled'?: boolean;
|
|
579
|
-
'onSelectionChange'?: (event: CustomEvent<unknown>) => void;
|
|
580
|
-
}
|
|
581
|
-
interface GenesislcapFoundationZeroReactElementProps61 extends HTMLAttributes<HTMLElement> {
|
|
582
|
-
class?: string;
|
|
583
|
-
part?: string;
|
|
584
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
585
|
-
'sections'?: unknown;
|
|
586
|
-
'scrollBehavior'?: 'view' | 'top';
|
|
587
|
-
'stateTooltips'?: unknown;
|
|
588
|
-
'stateIcons'?: unknown;
|
|
589
|
-
'disableAutoScrollDetection'?: boolean;
|
|
590
|
-
'onSectionNavigatorSetState'?: (event: CustomEvent<unknown>) => void;
|
|
591
|
-
'onSectionNavigatorSetStates'?: (event: CustomEvent<unknown>) => void;
|
|
592
|
-
'onSectionNavigatorClearState'?: (event: CustomEvent<unknown>) => void;
|
|
593
|
-
'onSectionNavigatorClearAllStates'?: (event: CustomEvent<unknown>) => void;
|
|
594
|
-
}
|
|
595
|
-
interface GenesislcapFoundationZeroReactElementProps62 extends HTMLAttributes<HTMLElement> {
|
|
596
|
-
class?: string;
|
|
597
|
-
part?: string;
|
|
598
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
599
|
-
'readOnly'?: boolean;
|
|
600
|
-
'disabled'?: boolean;
|
|
601
|
-
'name'?: string;
|
|
602
|
-
'value'?: string;
|
|
603
|
-
'orientation'?: unknown;
|
|
604
|
-
}
|
|
605
|
-
interface GenesislcapFoundationZeroReactElementProps63 extends HTMLAttributes<HTMLElement> {
|
|
606
|
-
class?: string;
|
|
607
|
-
part?: string;
|
|
608
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
609
|
-
}
|
|
610
|
-
interface GenesislcapFoundationZeroReactElementProps64 extends HTMLAttributes<HTMLElement> {
|
|
611
|
-
class?: string;
|
|
612
|
-
part?: string;
|
|
613
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
614
|
-
'open'?: boolean;
|
|
615
|
-
'positionAttribute'?: unknown;
|
|
616
|
-
'multiple'?: boolean;
|
|
617
|
-
}
|
|
618
|
-
interface GenesislcapFoundationZeroReactElementProps65 extends HTMLAttributes<HTMLElement> {
|
|
619
|
-
class?: string;
|
|
620
|
-
part?: string;
|
|
621
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
622
|
-
'fill'?: string;
|
|
623
|
-
'shape'?: unknown;
|
|
624
|
-
'pattern'?: string;
|
|
625
|
-
'shimmer'?: boolean;
|
|
626
|
-
}
|
|
627
|
-
interface GenesislcapFoundationZeroReactElementProps66 extends HTMLAttributes<HTMLElement> {
|
|
628
|
-
class?: string;
|
|
629
|
-
part?: string;
|
|
630
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
631
|
-
'readOnly'?: boolean;
|
|
632
|
-
'min'?: number;
|
|
633
|
-
'orientation'?: unknown;
|
|
634
|
-
'mode'?: unknown;
|
|
635
|
-
}
|
|
636
|
-
interface GenesislcapFoundationZeroReactElementProps67 extends HTMLAttributes<HTMLElement> {
|
|
637
|
-
class?: string;
|
|
638
|
-
part?: string;
|
|
639
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
640
|
-
'position'?: string;
|
|
641
|
-
'hideMark'?: boolean;
|
|
642
|
-
'disabled'?: boolean;
|
|
643
|
-
}
|
|
644
|
-
interface GenesislcapFoundationZeroReactElementProps68 extends HTMLAttributes<HTMLElement> {
|
|
645
|
-
class?: string;
|
|
646
|
-
part?: string;
|
|
647
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
648
|
-
'identifier'?: string;
|
|
649
|
-
'closeTimeout'?: number;
|
|
650
|
-
'autoClose'?: boolean;
|
|
651
|
-
'type'?: unknown;
|
|
652
|
-
'onAutoDismiss'?: (event: CustomEvent<unknown>) => void;
|
|
653
|
-
}
|
|
654
|
-
interface GenesislcapFoundationZeroReactElementProps69 extends HTMLAttributes<HTMLElement> {
|
|
655
|
-
class?: string;
|
|
656
|
-
part?: string;
|
|
657
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
658
|
-
'size'?: unknown;
|
|
659
|
-
'vertical-align'?: unknown;
|
|
660
|
-
}
|
|
661
|
-
interface GenesislcapFoundationZeroReactElementProps70 extends HTMLAttributes<HTMLElement> {
|
|
662
|
-
class?: string;
|
|
663
|
-
part?: string;
|
|
664
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
665
|
-
'backgroundColor'?: string;
|
|
666
|
-
'iconName'?: string;
|
|
667
|
-
'iconSrc'?: string;
|
|
668
|
-
'iconInitialBackgroundColor'?: string;
|
|
669
|
-
'iconSize'?: string;
|
|
670
|
-
'textColor'?: string;
|
|
671
|
-
'text'?: string;
|
|
672
|
-
'dateCountdown'?: number;
|
|
673
|
-
'dateCountdownCompletedMessage'?: string;
|
|
674
|
-
'dateCountdownUnit'?: unknown;
|
|
675
|
-
'dateCountdownVisibleAfter'?: number;
|
|
676
|
-
'hideWhenCountdownCompleted'?: boolean;
|
|
677
|
-
'iconInitial'?: string;
|
|
678
|
-
}
|
|
679
|
-
interface GenesislcapFoundationZeroReactElementProps71 extends HTMLAttributes<HTMLElement> {
|
|
680
|
-
class?: string;
|
|
681
|
-
part?: string;
|
|
682
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
683
|
-
'hideSubmitButton'?: boolean;
|
|
684
|
-
'hideStepNumber'?: boolean;
|
|
685
|
-
'allowBackwardJumps'?: boolean;
|
|
686
|
-
'allowForwardJumps'?: boolean;
|
|
687
|
-
'hideAllButtons'?: boolean;
|
|
688
|
-
'hideTabs'?: boolean;
|
|
689
|
-
'orientation'?: unknown;
|
|
690
|
-
'activeid'?: string;
|
|
691
|
-
'onStepClick'?: (event: CustomEvent<unknown>) => void;
|
|
692
|
-
'onValidationFailure'?: (event: CustomEvent<unknown>) => void;
|
|
693
|
-
'onNextStep'?: (event: CustomEvent<unknown>) => void;
|
|
694
|
-
'onValidationSuccess'?: (event: CustomEvent<unknown>) => void;
|
|
695
|
-
}
|
|
696
|
-
interface GenesislcapFoundationZeroReactElementProps72 extends HTMLAttributes<HTMLElement> {
|
|
697
|
-
class?: string;
|
|
698
|
-
part?: string;
|
|
699
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
700
|
-
'slot'?: string;
|
|
701
|
-
'selected'?: boolean;
|
|
702
|
-
'tabPosition'?: number;
|
|
703
|
-
'orientation'?: unknown;
|
|
704
|
-
'onTabClicked'?: (event: CustomEvent<unknown>) => void;
|
|
705
|
-
}
|
|
706
|
-
interface GenesislcapFoundationZeroReactElementProps73 extends HTMLAttributes<HTMLElement> {
|
|
707
|
-
class?: string;
|
|
708
|
-
part?: string;
|
|
709
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
710
|
-
}
|
|
711
|
-
interface GenesislcapFoundationZeroReactElementProps74 extends HTMLAttributes<HTMLElement> {
|
|
712
|
-
class?: string;
|
|
713
|
-
part?: string;
|
|
714
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
715
|
-
'readOnly'?: boolean;
|
|
716
|
-
}
|
|
717
|
-
interface GenesislcapFoundationZeroReactElementProps75 extends HTMLAttributes<HTMLElement> {
|
|
718
|
-
class?: string;
|
|
719
|
-
part?: string;
|
|
720
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
721
|
-
'disabled'?: boolean;
|
|
722
|
-
}
|
|
723
|
-
interface GenesislcapFoundationZeroReactElementProps76 extends HTMLAttributes<HTMLElement> {
|
|
724
|
-
class?: string;
|
|
725
|
-
part?: string;
|
|
726
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
727
|
-
}
|
|
728
|
-
interface GenesislcapFoundationZeroReactElementProps77 extends HTMLAttributes<HTMLElement> {
|
|
729
|
-
class?: string;
|
|
730
|
-
part?: string;
|
|
731
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
732
|
-
'scrollable'?: boolean;
|
|
733
|
-
'orientation'?: unknown;
|
|
734
|
-
'activeid'?: string;
|
|
735
|
-
}
|
|
736
|
-
interface GenesislcapFoundationZeroReactElementProps78 extends HTMLAttributes<HTMLElement> {
|
|
737
|
-
class?: string;
|
|
738
|
-
part?: string;
|
|
739
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
740
|
-
'readOnly'?: boolean;
|
|
741
|
-
'resize'?: unknown;
|
|
742
|
-
'formId'?: string;
|
|
743
|
-
'list'?: string;
|
|
744
|
-
'name'?: string;
|
|
745
|
-
'placeholder'?: string;
|
|
746
|
-
}
|
|
747
|
-
interface GenesislcapFoundationZeroReactElementProps79 extends HTMLAttributes<HTMLElement> {
|
|
748
|
-
class?: string;
|
|
749
|
-
part?: string;
|
|
750
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
751
|
-
'autocomplete'?: string;
|
|
752
|
-
'autocapitalize'?: string;
|
|
753
|
-
'step'?: number;
|
|
754
|
-
'readOnly'?: boolean;
|
|
755
|
-
'autofocus'?: boolean;
|
|
756
|
-
'placeholder'?: string;
|
|
757
|
-
'type'?: unknown;
|
|
758
|
-
'list'?: string;
|
|
759
|
-
'pattern'?: string;
|
|
760
|
-
}
|
|
761
|
-
interface GenesislcapFoundationZeroReactElementProps80 extends HTMLAttributes<HTMLElement> {
|
|
762
|
-
class?: string;
|
|
763
|
-
part?: string;
|
|
764
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
765
|
-
'closeTimeout'?: number;
|
|
766
|
-
'autoClose'?: boolean;
|
|
767
|
-
'notificationIcon'?: string;
|
|
768
|
-
}
|
|
769
|
-
interface GenesislcapFoundationZeroReactElementProps81 extends HTMLAttributes<HTMLElement> {
|
|
770
|
-
class?: string;
|
|
771
|
-
part?: string;
|
|
772
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
773
|
-
'orientation'?: unknown;
|
|
774
|
-
}
|
|
775
|
-
interface GenesislcapFoundationZeroReactElementProps82 extends HTMLAttributes<HTMLElement> {
|
|
776
|
-
class?: string;
|
|
777
|
-
part?: string;
|
|
778
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
779
|
-
'visible'?: boolean;
|
|
780
|
-
'anchor'?: string;
|
|
781
|
-
'delay'?: number;
|
|
782
|
-
'position'?: unknown;
|
|
783
|
-
'autoUpdateMode'?: unknown;
|
|
784
|
-
'horizontalViewportLock'?: boolean;
|
|
785
|
-
'verticalViewportLock'?: boolean;
|
|
786
|
-
'onDismiss'?: (event: CustomEvent<unknown>) => void;
|
|
787
|
-
}
|
|
788
|
-
interface GenesislcapFoundationZeroReactElementProps83 extends HTMLAttributes<HTMLElement> {
|
|
789
|
-
class?: string;
|
|
790
|
-
part?: string;
|
|
791
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
792
|
-
'expanded'?: boolean;
|
|
793
|
-
'onExpandedChange'?: (event: CustomEvent<unknown>) => void;
|
|
794
|
-
'onSelectedChange'?: (event: CustomEvent<unknown>) => void;
|
|
795
|
-
}
|
|
796
|
-
interface GenesislcapFoundationZeroReactElementProps84 extends HTMLAttributes<HTMLElement> {
|
|
797
|
-
class?: string;
|
|
798
|
-
part?: string;
|
|
799
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
800
|
-
'renderCollapsedNodes'?: boolean;
|
|
801
|
-
}
|
|
802
|
-
interface GenesislcapFoundationZeroReactElementProps85 extends HTMLAttributes<HTMLElement> {
|
|
803
|
-
class?: string;
|
|
804
|
-
part?: string;
|
|
805
|
-
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
806
|
-
'readOnly'?: boolean;
|
|
807
|
-
'autofocus'?: boolean;
|
|
808
|
-
'placeholder'?: string;
|
|
809
|
-
'type'?: unknown;
|
|
810
|
-
'list'?: string;
|
|
811
|
-
'pattern'?: string;
|
|
812
|
-
}
|
|
813
|
-
interface IntrinsicElements {
|
|
814
|
-
'zero-actions-menu': GenesislcapFoundationZeroReactElementProps3;
|
|
815
|
-
'zero-ai-criteria-search': GenesislcapFoundationZeroReactElementProps4;
|
|
816
|
-
'zero-ai-indicator': GenesislcapFoundationZeroReactElementProps5;
|
|
817
|
-
'zero-anchor': GenesislcapFoundationZeroReactElementProps6;
|
|
818
|
-
'zero-anchored-region': GenesislcapFoundationZeroReactElementProps7;
|
|
819
|
-
'zero-avatar': GenesislcapFoundationZeroReactElementProps8;
|
|
820
|
-
'zero-badge': GenesislcapFoundationZeroReactElementProps9;
|
|
821
|
-
'zero-banner': GenesislcapFoundationZeroReactElementProps10;
|
|
822
|
-
'zero-breadcrumb': GenesislcapFoundationZeroReactElementProps11;
|
|
823
|
-
'zero-breadcrumb-item': GenesislcapFoundationZeroReactElementProps12;
|
|
824
|
-
'zero-button': GenesislcapFoundationZeroReactElementProps13;
|
|
825
|
-
'zero-calendar': GenesislcapFoundationZeroReactElementProps14;
|
|
826
|
-
'zero-card': GenesislcapFoundationZeroReactElementProps1;
|
|
827
|
-
'zero-categorized-multiselect': GenesislcapFoundationZeroReactElementProps16;
|
|
828
|
-
'zero-checkbox': GenesislcapFoundationZeroReactElementProps17;
|
|
829
|
-
'zero-combobox': GenesislcapFoundationZeroReactElementProps18;
|
|
830
|
-
'zero-connection-indicator': GenesislcapFoundationZeroReactElementProps19;
|
|
831
|
-
'zero-data-grid': GenesislcapFoundationZeroReactElementProps22;
|
|
832
|
-
'zero-data-grid-cell': GenesislcapFoundationZeroReactElementProps20;
|
|
833
|
-
'zero-data-grid-row': GenesislcapFoundationZeroReactElementProps21;
|
|
834
|
-
'zero-date-picker': GenesislcapFoundationZeroReactElementProps23;
|
|
835
|
-
'zero-design-system-provider': GenesislcapFoundationZeroReactElementProps24;
|
|
836
|
-
'zero-dialog': GenesislcapFoundationZeroReactElementProps25;
|
|
837
|
-
'zero-disclosure': GenesislcapFoundationZeroReactElementProps26;
|
|
838
|
-
'zero-divider': GenesislcapFoundationZeroReactElementProps27;
|
|
839
|
-
'zero-dropdown-menu': GenesislcapFoundationZeroReactElementProps28;
|
|
840
|
-
'zero-environment-indicator': GenesislcapFoundationZeroReactElementProps29;
|
|
841
|
-
'zero-error-banner': GenesislcapFoundationZeroReactElementProps30;
|
|
842
|
-
'zero-error-boundary': GenesislcapFoundationZeroReactElementProps31;
|
|
843
|
-
'zero-error-dialog': GenesislcapFoundationZeroReactElementProps32;
|
|
844
|
-
'zero-file-upload': GenesislcapFoundationZeroReactElementProps33;
|
|
845
|
-
'zero-filter': GenesislcapFoundationZeroReactElementProps34;
|
|
846
|
-
'zero-filter-bar': GenesislcapFoundationZeroReactElementProps35;
|
|
847
|
-
'zero-flex-layout': GenesislcapFoundationZeroReactElementProps36;
|
|
848
|
-
'zero-flipper': GenesislcapFoundationZeroReactElementProps37;
|
|
849
|
-
'zero-flyout': GenesislcapFoundationZeroReactElementProps38;
|
|
850
|
-
'zero-grid-layout': GenesislcapFoundationZeroReactElementProps39;
|
|
851
|
-
'zero-grid-layout-item': GenesislcapFoundationZeroReactElementProps40;
|
|
852
|
-
'zero-horizontal-scroll': GenesislcapFoundationZeroReactElementProps41;
|
|
853
|
-
'zero-icon': GenesislcapFoundationZeroReactElementProps42;
|
|
854
|
-
'zero-listbox': GenesislcapFoundationZeroReactElementProps43;
|
|
855
|
-
'zero-menu': GenesislcapFoundationZeroReactElementProps45;
|
|
856
|
-
'zero-menu-item': GenesislcapFoundationZeroReactElementProps46;
|
|
857
|
-
'zero-modal': GenesislcapFoundationZeroReactElementProps47;
|
|
858
|
-
'zero-multiselect': GenesislcapFoundationZeroReactElementProps48;
|
|
859
|
-
'zero-notification-listener': GenesislcapFoundationZeroReactElementProps49;
|
|
860
|
-
'zero-number-field': GenesislcapFoundationZeroReactElementProps50;
|
|
861
|
-
'zero-optgroup': GenesislcapFoundationZeroReactElementProps51;
|
|
862
|
-
'zero-option': GenesislcapFoundationZeroReactElementProps44;
|
|
863
|
-
'zero-progress': GenesislcapFoundationZeroReactElementProps52;
|
|
864
|
-
'zero-progress-ring': GenesislcapFoundationZeroReactElementProps53;
|
|
865
|
-
'zero-radio': GenesislcapFoundationZeroReactElementProps54;
|
|
866
|
-
'zero-radio-group': GenesislcapFoundationZeroReactElementProps55;
|
|
867
|
-
'zero-scheduler': GenesislcapFoundationZeroReactElementProps56;
|
|
868
|
-
'zero-scheduler-cron-builder': GenesislcapFoundationZeroReactElementProps57;
|
|
869
|
-
'zero-scheduler-timezone': GenesislcapFoundationZeroReactElementProps58;
|
|
870
|
-
'zero-search-bar': GenesislcapFoundationZeroReactElementProps60;
|
|
871
|
-
'zero-search-bar-combobox': GenesislcapFoundationZeroReactElementProps59;
|
|
872
|
-
'zero-section-navigator': GenesislcapFoundationZeroReactElementProps61;
|
|
873
|
-
'zero-segmented-control': GenesislcapFoundationZeroReactElementProps62;
|
|
874
|
-
'zero-segmented-item': GenesislcapFoundationZeroReactElementProps63;
|
|
875
|
-
'zero-select': GenesislcapFoundationZeroReactElementProps64;
|
|
876
|
-
'zero-skeleton': GenesislcapFoundationZeroReactElementProps65;
|
|
877
|
-
'zero-slider': GenesislcapFoundationZeroReactElementProps66;
|
|
878
|
-
'zero-slider-label': GenesislcapFoundationZeroReactElementProps67;
|
|
879
|
-
'zero-snackbar': GenesislcapFoundationZeroReactElementProps68;
|
|
880
|
-
'zero-stacking-icons': GenesislcapFoundationZeroReactElementProps69;
|
|
881
|
-
'zero-status-pill': GenesislcapFoundationZeroReactElementProps70;
|
|
882
|
-
'zero-stepper': GenesislcapFoundationZeroReactElementProps71;
|
|
883
|
-
'zero-stepper-tab': GenesislcapFoundationZeroReactElementProps72;
|
|
884
|
-
'zero-stepper-tab-panel': GenesislcapFoundationZeroReactElementProps73;
|
|
885
|
-
'zero-switch': GenesislcapFoundationZeroReactElementProps74;
|
|
886
|
-
'zero-tab': GenesislcapFoundationZeroReactElementProps75;
|
|
887
|
-
'zero-tab-panel': GenesislcapFoundationZeroReactElementProps76;
|
|
888
|
-
'zero-tabs': GenesislcapFoundationZeroReactElementProps77;
|
|
889
|
-
'zero-text-area': GenesislcapFoundationZeroReactElementProps78;
|
|
890
|
-
'zero-text-field': GenesislcapFoundationZeroReactElementProps79;
|
|
891
|
-
'zero-toast': GenesislcapFoundationZeroReactElementProps80;
|
|
892
|
-
'zero-toolbar': GenesislcapFoundationZeroReactElementProps81;
|
|
893
|
-
'zero-tooltip': GenesislcapFoundationZeroReactElementProps82;
|
|
894
|
-
'zero-tree-item': GenesislcapFoundationZeroReactElementProps83;
|
|
895
|
-
'zero-tree-view': GenesislcapFoundationZeroReactElementProps84;
|
|
896
|
-
'zero-url-input': GenesislcapFoundationZeroReactElementProps85;
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
export {};
|