@ni/nimble-components 35.3.1 → 35.3.2
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/all-components-bundle.js +65 -3
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5934 -5931
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +21092 -0
- package/dist/custom-elements.md +2906 -0
- package/package.json +9 -3
|
@@ -0,0 +1,2906 @@
|
|
|
1
|
+
## class: `Anchor`
|
|
2
|
+
|
|
3
|
+
### Superclass
|
|
4
|
+
|
|
5
|
+
| Name | Module | Package |
|
|
6
|
+
| ------------ | ---------------- | ------- |
|
|
7
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
8
|
+
|
|
9
|
+
### Fields
|
|
10
|
+
|
|
11
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
12
|
+
| ----------------- | ------- | ------------------ | ------- | ----------- | -------------- |
|
|
13
|
+
| `underlineHidden` | public | `boolean` | `false` | | |
|
|
14
|
+
| `appearance` | public | `AnchorAppearance` | | | |
|
|
15
|
+
| `tabIndex` | public | `number` | | | |
|
|
16
|
+
| `contentEditable` | public | `string` | | | |
|
|
17
|
+
|
|
18
|
+
### Attributes
|
|
19
|
+
|
|
20
|
+
| Name | Field | Inherited From |
|
|
21
|
+
| ------------------ | --------------- | -------------- |
|
|
22
|
+
| `underline-hidden` | underlineHidden | |
|
|
23
|
+
| `appearance` | appearance | |
|
|
24
|
+
| `tabindex` | tabIndex | |
|
|
25
|
+
| `contenteditable` | contentEditable | |
|
|
26
|
+
|
|
27
|
+
<hr/>
|
|
28
|
+
|
|
29
|
+
## class: `AnchorBase`
|
|
30
|
+
|
|
31
|
+
### Superclass
|
|
32
|
+
|
|
33
|
+
| Name | Module | Package |
|
|
34
|
+
| ------------------ | ------ | ------------------- |
|
|
35
|
+
| `FoundationAnchor` | | @ni/fast-foundation |
|
|
36
|
+
|
|
37
|
+
<hr/>
|
|
38
|
+
|
|
39
|
+
## class: `AnchorButton`
|
|
40
|
+
|
|
41
|
+
### Superclass
|
|
42
|
+
|
|
43
|
+
| Name | Module | Package |
|
|
44
|
+
| ------------ | ---------------- | ------- |
|
|
45
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
46
|
+
|
|
47
|
+
### Fields
|
|
48
|
+
|
|
49
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
50
|
+
| ------------------- | ------- | ------------------------- | ------- | ----------- | -------------- |
|
|
51
|
+
| `appearance` | public | `ButtonAppearance` | | | |
|
|
52
|
+
| `appearanceVariant` | public | `ButtonAppearanceVariant` | | | |
|
|
53
|
+
| `contentHidden` | public | `boolean` | `false` | | |
|
|
54
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
55
|
+
|
|
56
|
+
### Attributes
|
|
57
|
+
|
|
58
|
+
| Name | Field | Inherited From |
|
|
59
|
+
| -------------------- | ----------------- | -------------- |
|
|
60
|
+
| `appearance` | appearance | |
|
|
61
|
+
| `appearance-variant` | appearanceVariant | |
|
|
62
|
+
| `content-hidden` | contentHidden | |
|
|
63
|
+
| `disabled` | disabled | |
|
|
64
|
+
|
|
65
|
+
<hr/>
|
|
66
|
+
|
|
67
|
+
## class: `AnchorMenuItem`
|
|
68
|
+
|
|
69
|
+
### Superclass
|
|
70
|
+
|
|
71
|
+
| Name | Module | Package |
|
|
72
|
+
| ------------ | ---------------- | ------- |
|
|
73
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
74
|
+
|
|
75
|
+
### Fields
|
|
76
|
+
|
|
77
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
78
|
+
| ---------- | ------- | --------- | ------- | ----------- | -------------- |
|
|
79
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
80
|
+
| `tabIndex` | public | `number` | | | |
|
|
81
|
+
|
|
82
|
+
### Methods
|
|
83
|
+
|
|
84
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
85
|
+
| -------------- | ------- | ----------- | -------------------------------------- | ------ | -------------- |
|
|
86
|
+
| `setAttribute` | public | | `qualifiedName: string, value: string` | `void` | |
|
|
87
|
+
|
|
88
|
+
### Attributes
|
|
89
|
+
|
|
90
|
+
| Name | Field | Inherited From |
|
|
91
|
+
| ---------- | -------- | -------------- |
|
|
92
|
+
| `disabled` | disabled | |
|
|
93
|
+
|
|
94
|
+
<hr/>
|
|
95
|
+
|
|
96
|
+
## class: `AnchorTab`
|
|
97
|
+
|
|
98
|
+
### Superclass
|
|
99
|
+
|
|
100
|
+
| Name | Module | Package |
|
|
101
|
+
| ------------ | ---------------- | ------- |
|
|
102
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
103
|
+
|
|
104
|
+
### Fields
|
|
105
|
+
|
|
106
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
107
|
+
| -------------- | ------- | --------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
108
|
+
| `disabled` | public | `boolean` | `false` | When true, the control will be immutable by user interaction. See https\://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled \| disabled HTML attribute for more information. | |
|
|
109
|
+
| `ariaSelected` | public | `string` | `'false'` | Indicates the current "selected" state of various widgets.
https\://www\.w3.org/TR/wai-aria-1.1/#aria-selected | |
|
|
110
|
+
|
|
111
|
+
### Attributes
|
|
112
|
+
|
|
113
|
+
| Name | Field | Inherited From |
|
|
114
|
+
| --------------- | ------------ | -------------- |
|
|
115
|
+
| `disabled` | disabled | |
|
|
116
|
+
| `aria-selected` | ariaSelected | |
|
|
117
|
+
|
|
118
|
+
<hr/>
|
|
119
|
+
|
|
120
|
+
## class: `AnchorStep`
|
|
121
|
+
|
|
122
|
+
### Superclass
|
|
123
|
+
|
|
124
|
+
| Name | Module | Package |
|
|
125
|
+
| ------------------- | ------ | ------------------- |
|
|
126
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
127
|
+
|
|
128
|
+
<hr/>
|
|
129
|
+
|
|
130
|
+
## class: `AnchorTabs`
|
|
131
|
+
|
|
132
|
+
### Superclass
|
|
133
|
+
|
|
134
|
+
| Name | Module | Package |
|
|
135
|
+
| ------------------- | ------ | ------------------- |
|
|
136
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
137
|
+
|
|
138
|
+
### Fields
|
|
139
|
+
|
|
140
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
141
|
+
| ----------- | ------- | -------------------------- | ------- | ----------------------------- | -------------- |
|
|
142
|
+
| `activeid` | public | `string \| undefined` | | The id of the active tab | |
|
|
143
|
+
| `activetab` | public | `HTMLElement \| undefined` | | A reference to the active tab | |
|
|
144
|
+
|
|
145
|
+
### Attributes
|
|
146
|
+
|
|
147
|
+
| Name | Field | Inherited From |
|
|
148
|
+
| ---------- | -------- | -------------- |
|
|
149
|
+
| `activeid` | activeid | |
|
|
150
|
+
|
|
151
|
+
<hr/>
|
|
152
|
+
|
|
153
|
+
## class: `AnchorTreeItem`
|
|
154
|
+
|
|
155
|
+
### Superclass
|
|
156
|
+
|
|
157
|
+
| Name | Module | Package |
|
|
158
|
+
| ------------ | ---------------- | ------- |
|
|
159
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
160
|
+
|
|
161
|
+
### Fields
|
|
162
|
+
|
|
163
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
164
|
+
| ---------- | ------- | --------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
165
|
+
| `selected` | public | `boolean` | `false` | When true, the control will appear selected by user interaction. | |
|
|
166
|
+
| `disabled` | public | `boolean` | `false` | When true, the control will be immutable by user interaction. See https\://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled \| disabled HTML attribute for more information. | |
|
|
167
|
+
|
|
168
|
+
### Methods
|
|
169
|
+
|
|
170
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
171
|
+
| ----------------- | --------- | -------------------------- | --------------------------------------------- | --------- | -------------- |
|
|
172
|
+
| `isNestedItem` | public | Whether the tree is nested | | `boolean` | |
|
|
173
|
+
| `selectedChanged` | protected | | `_prev: boolean \| undefined, _next: boolean` | `void` | |
|
|
174
|
+
|
|
175
|
+
### Attributes
|
|
176
|
+
|
|
177
|
+
| Name | Field | Inherited From |
|
|
178
|
+
| ---------- | -------- | -------------- |
|
|
179
|
+
| `selected` | selected | |
|
|
180
|
+
| `disabled` | disabled | |
|
|
181
|
+
|
|
182
|
+
<hr/>
|
|
183
|
+
|
|
184
|
+
## class: `AnchoredRegion`
|
|
185
|
+
|
|
186
|
+
### Superclass
|
|
187
|
+
|
|
188
|
+
| Name | Module | Package |
|
|
189
|
+
| -------------------------- | ------ | ------------------- |
|
|
190
|
+
| `FoundationAnchoredRegion` | | @ni/fast-foundation |
|
|
191
|
+
|
|
192
|
+
<hr/>
|
|
193
|
+
|
|
194
|
+
## class: `Banner`
|
|
195
|
+
|
|
196
|
+
### Superclass
|
|
197
|
+
|
|
198
|
+
| Name | Module | Package |
|
|
199
|
+
| ------------------- | ------ | ------------------- |
|
|
200
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
201
|
+
|
|
202
|
+
### Fields
|
|
203
|
+
|
|
204
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
205
|
+
| ---------------- | ------- | ---------------- | ------- | ----------- | -------------- |
|
|
206
|
+
| `open` | public | `boolean` | `false` | | |
|
|
207
|
+
| `severity` | public | `BannerSeverity` | | | |
|
|
208
|
+
| `titleHidden` | public | `boolean` | `false` | | |
|
|
209
|
+
| `preventDismiss` | public | `boolean` | `false` | | |
|
|
210
|
+
|
|
211
|
+
### Attributes
|
|
212
|
+
|
|
213
|
+
| Name | Field | Inherited From |
|
|
214
|
+
| ----------------- | -------------- | -------------- |
|
|
215
|
+
| `open` | open | |
|
|
216
|
+
| `severity` | severity | |
|
|
217
|
+
| `title-hidden` | titleHidden | |
|
|
218
|
+
| `prevent-dismiss` | preventDismiss | |
|
|
219
|
+
|
|
220
|
+
<hr/>
|
|
221
|
+
|
|
222
|
+
## class: `Breadcrumb`
|
|
223
|
+
|
|
224
|
+
### Superclass
|
|
225
|
+
|
|
226
|
+
| Name | Module | Package |
|
|
227
|
+
| ---------------------- | ------ | ------------------- |
|
|
228
|
+
| `FoundationBreadcrumb` | | @ni/fast-foundation |
|
|
229
|
+
|
|
230
|
+
### Fields
|
|
231
|
+
|
|
232
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
233
|
+
| ------------ | ------- | ---------------------- | ------- | ----------- | -------------- |
|
|
234
|
+
| `appearance` | public | `BreadcrumbAppearance` | | | |
|
|
235
|
+
|
|
236
|
+
### Attributes
|
|
237
|
+
|
|
238
|
+
| Name | Field | Inherited From |
|
|
239
|
+
| ------------ | ---------- | -------------- |
|
|
240
|
+
| `appearance` | appearance | |
|
|
241
|
+
|
|
242
|
+
<hr/>
|
|
243
|
+
|
|
244
|
+
## class: `BreadcrumbItem`
|
|
245
|
+
|
|
246
|
+
### Superclass
|
|
247
|
+
|
|
248
|
+
| Name | Module | Package |
|
|
249
|
+
| -------------------------- | ------ | ------------------- |
|
|
250
|
+
| `FoundationBreadcrumbItem` | | @ni/fast-foundation |
|
|
251
|
+
|
|
252
|
+
<hr/>
|
|
253
|
+
|
|
254
|
+
## class: `Button`
|
|
255
|
+
|
|
256
|
+
### Superclass
|
|
257
|
+
|
|
258
|
+
| Name | Module | Package |
|
|
259
|
+
| ------------------ | ------ | ------------------- |
|
|
260
|
+
| `FoundationButton` | | @ni/fast-foundation |
|
|
261
|
+
|
|
262
|
+
### Fields
|
|
263
|
+
|
|
264
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
265
|
+
| ------------------- | ------- | ------------------------- | ------- | ----------- | -------------- |
|
|
266
|
+
| `appearance` | public | `ButtonAppearance` | | | |
|
|
267
|
+
| `appearanceVariant` | public | `ButtonAppearanceVariant` | | | |
|
|
268
|
+
| `contentHidden` | public | `boolean` | `false` | | |
|
|
269
|
+
| `tabIndex` | public | `number` | | | |
|
|
270
|
+
|
|
271
|
+
### Attributes
|
|
272
|
+
|
|
273
|
+
| Name | Field | Inherited From |
|
|
274
|
+
| -------------------- | ----------------- | -------------- |
|
|
275
|
+
| `appearance` | appearance | |
|
|
276
|
+
| `appearance-variant` | appearanceVariant | |
|
|
277
|
+
| `content-hidden` | contentHidden | |
|
|
278
|
+
| `tabindex` | tabIndex | |
|
|
279
|
+
|
|
280
|
+
<hr/>
|
|
281
|
+
|
|
282
|
+
## class: `Card`
|
|
283
|
+
|
|
284
|
+
### Superclass
|
|
285
|
+
|
|
286
|
+
| Name | Module | Package |
|
|
287
|
+
| ---------------- | ------ | ------------------- |
|
|
288
|
+
| `FoundationCard` | | @ni/fast-foundation |
|
|
289
|
+
|
|
290
|
+
<hr/>
|
|
291
|
+
|
|
292
|
+
## class: `CardButton`
|
|
293
|
+
|
|
294
|
+
### Superclass
|
|
295
|
+
|
|
296
|
+
| Name | Module | Package |
|
|
297
|
+
| ------------------ | ------ | ------------------- |
|
|
298
|
+
| `FoundationButton` | | @ni/fast-foundation |
|
|
299
|
+
|
|
300
|
+
### Fields
|
|
301
|
+
|
|
302
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
303
|
+
| ---------- | ------- | --------- | ------- | ----------- | -------------- |
|
|
304
|
+
| `selected` | public | `boolean` | `false` | | |
|
|
305
|
+
|
|
306
|
+
### Attributes
|
|
307
|
+
|
|
308
|
+
| Name | Field | Inherited From |
|
|
309
|
+
| ---------- | -------- | -------------- |
|
|
310
|
+
| `selected` | selected | |
|
|
311
|
+
|
|
312
|
+
<hr/>
|
|
313
|
+
|
|
314
|
+
## class: `Checkbox`
|
|
315
|
+
|
|
316
|
+
### Superclass
|
|
317
|
+
|
|
318
|
+
| Name | Module | Package |
|
|
319
|
+
| -------------------- | ------ | ------------------- |
|
|
320
|
+
| `FoundationCheckbox` | | @ni/fast-foundation |
|
|
321
|
+
|
|
322
|
+
### Fields
|
|
323
|
+
|
|
324
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
325
|
+
| ------------------ | ------- | --------------------- | ------- | --------------------------------------------------------------------------------- | ----------------- |
|
|
326
|
+
| `tabIndex` | public | `number` | | | |
|
|
327
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
328
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
329
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
330
|
+
|
|
331
|
+
### Attributes
|
|
332
|
+
|
|
333
|
+
| Name | Field | Inherited From |
|
|
334
|
+
| ---------- | -------- | -------------- |
|
|
335
|
+
| `tabindex` | tabIndex | |
|
|
336
|
+
|
|
337
|
+
<hr/>
|
|
338
|
+
|
|
339
|
+
## class: `Chip`
|
|
340
|
+
|
|
341
|
+
### Superclass
|
|
342
|
+
|
|
343
|
+
| Name | Module | Package |
|
|
344
|
+
| ------------------- | ------ | ------------------- |
|
|
345
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
346
|
+
|
|
347
|
+
### Fields
|
|
348
|
+
|
|
349
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
350
|
+
| ------------ | ------- | ---------------- | ------- | ----------- | -------------- |
|
|
351
|
+
| `removable` | public | `boolean` | `false` | | |
|
|
352
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
353
|
+
| `appearance` | public | `ChipAppearance` | | | |
|
|
354
|
+
| `tabIndex` | public | `number` | | | |
|
|
355
|
+
|
|
356
|
+
### Attributes
|
|
357
|
+
|
|
358
|
+
| Name | Field | Inherited From |
|
|
359
|
+
| ------------ | ---------- | -------------- |
|
|
360
|
+
| `removable` | removable | |
|
|
361
|
+
| `disabled` | disabled | |
|
|
362
|
+
| `appearance` | appearance | |
|
|
363
|
+
| `tabindex` | tabIndex | |
|
|
364
|
+
|
|
365
|
+
<hr/>
|
|
366
|
+
|
|
367
|
+
## class: `Combobox`
|
|
368
|
+
|
|
369
|
+
### Superclass
|
|
370
|
+
|
|
371
|
+
| Name | Module | Package |
|
|
372
|
+
| ------------------------ | --------------------------------------------- | ------- |
|
|
373
|
+
| `FormAssociatedCombobox` | /src/combobox/models/combobox-form-associated | |
|
|
374
|
+
|
|
375
|
+
### Fields
|
|
376
|
+
|
|
377
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
378
|
+
| -------------------- | ------- | ----------------------------------- | ------- | ---------------------------------------------------------------------------------------- | --------------------------- |
|
|
379
|
+
| `appearance` | public | `DropdownAppearance` | | | |
|
|
380
|
+
| `appearanceReadOnly` | public | `boolean` | `false` | | |
|
|
381
|
+
| `fullBleed` | public | `boolean` | `false` | | |
|
|
382
|
+
| `autocomplete` | public | `ComboboxAutocomplete \| undefined` | | The autocomplete attribute. | |
|
|
383
|
+
| `positionAttribute` | public | `SelectPosition \| undefined` | | The placement for the listbox when the combobox is open. | |
|
|
384
|
+
| `open` | public | `boolean` | `false` | The open attribute. | |
|
|
385
|
+
| `placeholder` | public | `string` | | Sets the placeholder value of the element, generally used to provide a hint to the user. | |
|
|
386
|
+
| `position` | public | `SelectPosition \| undefined` | | The current state of the calculated position of the listbox. | |
|
|
387
|
+
| `value` | public | `string` | | | |
|
|
388
|
+
| `options` | public | `ListboxOption[]` | | The list of options.

Overrides \`Listbox.options\`. | |
|
|
389
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
390
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
391
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
392
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
393
|
+
|
|
394
|
+
### Methods
|
|
395
|
+
|
|
396
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
397
|
+
| ----------------------- | --------- | ------------------------------------------------- | ------------------------------------------------------------------- | --------- | -------------- |
|
|
398
|
+
| `slottedOptionsChanged` | public | | `prev: HTMLElement[], next: HTMLElement[]` | `void` | |
|
|
399
|
+
| `keydownHandler` | public | | `e: KeyboardEvent` | `boolean` | |
|
|
400
|
+
| `validate` | public | {@inheritDoc (FormAssociated:interface).validate} | | `void` | |
|
|
401
|
+
| `openChanged` | protected | | | `void` | |
|
|
402
|
+
| `placeholderChanged` | protected | | | `void` | |
|
|
403
|
+
| `positionChanged` | protected | | `_: SelectPosition \| undefined, next: SelectPosition \| undefined` | `void` | |
|
|
404
|
+
|
|
405
|
+
### Attributes
|
|
406
|
+
|
|
407
|
+
| Name | Field | Inherited From |
|
|
408
|
+
| --------------------- | ------------------ | -------------- |
|
|
409
|
+
| `appearance` | appearance | |
|
|
410
|
+
| `appearance-readonly` | appearanceReadOnly | |
|
|
411
|
+
| `full-bleed` | fullBleed | |
|
|
412
|
+
| `autocomplete` | autocomplete | |
|
|
413
|
+
| `position` | positionAttribute | |
|
|
414
|
+
| `open` | open | |
|
|
415
|
+
| `placeholder` | placeholder | |
|
|
416
|
+
|
|
417
|
+
<hr/>
|
|
418
|
+
|
|
419
|
+
## class: `Dialog`
|
|
420
|
+
|
|
421
|
+
### Superclass
|
|
422
|
+
|
|
423
|
+
| Name | Module | Package |
|
|
424
|
+
| ------------------- | ------ | ------------------- |
|
|
425
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
426
|
+
|
|
427
|
+
### Static Fields
|
|
428
|
+
|
|
429
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
430
|
+
| --------------- | ------- | ---- | --------------- | ----------- | -------------- |
|
|
431
|
+
| `UserDismissed` | public | | `UserDismissed` | | |
|
|
432
|
+
|
|
433
|
+
### Fields
|
|
434
|
+
|
|
435
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
436
|
+
| ---------------- | ------- | --------- | ------- | --------------------------------------------------- | -------------- |
|
|
437
|
+
| `preventDismiss` | public | `boolean` | `false` | | |
|
|
438
|
+
| `headerHidden` | public | `boolean` | `false` | | |
|
|
439
|
+
| `footerHidden` | public | `boolean` | `false` | | |
|
|
440
|
+
| `open` | public | `boolean` | | True if the dialog is open/showing, false otherwise | |
|
|
441
|
+
|
|
442
|
+
### Methods
|
|
443
|
+
|
|
444
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
445
|
+
| ------------------------------ | ------- | ----------------- | --------------------------------------------------------------------- | ------ | -------------- |
|
|
446
|
+
| `show` | public | Opens the dialog | | | |
|
|
447
|
+
| `close` | public | Closes the dialog | `reason: CloseReason` | `void` | |
|
|
448
|
+
| `slottedFooterElementsChanged` | public | | `_prev: HTMLElement[] \| undefined, next: HTMLElement[] \| undefined` | `void` | |
|
|
449
|
+
|
|
450
|
+
### Attributes
|
|
451
|
+
|
|
452
|
+
| Name | Field | Inherited From |
|
|
453
|
+
| ----------------- | -------------- | -------------- |
|
|
454
|
+
| `prevent-dismiss` | preventDismiss | |
|
|
455
|
+
| `header-hidden` | headerHidden | |
|
|
456
|
+
| `footer-hidden` | footerHidden | |
|
|
457
|
+
|
|
458
|
+
<hr/>
|
|
459
|
+
|
|
460
|
+
## class: `Drawer`
|
|
461
|
+
|
|
462
|
+
### Superclass
|
|
463
|
+
|
|
464
|
+
| Name | Module | Package |
|
|
465
|
+
| ------------------- | ------ | ------------------- |
|
|
466
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
467
|
+
|
|
468
|
+
### Static Fields
|
|
469
|
+
|
|
470
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
471
|
+
| --------------- | ------- | ---- | --------------- | ----------- | -------------- |
|
|
472
|
+
| `UserDismissed` | public | | `UserDismissed` | | |
|
|
473
|
+
|
|
474
|
+
### Fields
|
|
475
|
+
|
|
476
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
477
|
+
| ---------------- | ------- | ------------------- | ------- | ------------------------------------------------------------------ | -------------- |
|
|
478
|
+
| `location` | public | `DrawerLocation` | | | |
|
|
479
|
+
| `preventDismiss` | public | `boolean` | `false` | | |
|
|
480
|
+
| `dialog` | public | `HTMLDialogElement` | | | |
|
|
481
|
+
| `open` | public | `boolean` | | True if the drawer is open, opening, or closing. Otherwise, false. | |
|
|
482
|
+
|
|
483
|
+
### Methods
|
|
484
|
+
|
|
485
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
486
|
+
| ------- | ------- | ----------------- | --------------------- | ------ | -------------- |
|
|
487
|
+
| `show` | public | Opens the drawer | | | |
|
|
488
|
+
| `close` | public | Closes the drawer | `reason: CloseReason` | `void` | |
|
|
489
|
+
|
|
490
|
+
### Attributes
|
|
491
|
+
|
|
492
|
+
| Name | Field | Inherited From |
|
|
493
|
+
| ----------------- | -------------- | -------------- |
|
|
494
|
+
| `location` | location | |
|
|
495
|
+
| `prevent-dismiss` | preventDismiss | |
|
|
496
|
+
|
|
497
|
+
<hr/>
|
|
498
|
+
|
|
499
|
+
## class: `Icon`
|
|
500
|
+
|
|
501
|
+
### Superclass
|
|
502
|
+
|
|
503
|
+
| Name | Module | Package |
|
|
504
|
+
| ------------------- | ------ | ------------------- |
|
|
505
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
506
|
+
|
|
507
|
+
### Fields
|
|
508
|
+
|
|
509
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
510
|
+
| ---------- | ------- | -------------- | ------- | ----------- | -------------- |
|
|
511
|
+
| `severity` | public | `IconSeverity` | | | |
|
|
512
|
+
|
|
513
|
+
### Attributes
|
|
514
|
+
|
|
515
|
+
| Name | Field | Inherited From |
|
|
516
|
+
| ---------- | -------- | -------------- |
|
|
517
|
+
| `severity` | severity | |
|
|
518
|
+
|
|
519
|
+
<hr/>
|
|
520
|
+
|
|
521
|
+
## class: `IconSvg`
|
|
522
|
+
|
|
523
|
+
### Superclass
|
|
524
|
+
|
|
525
|
+
| Name | Module | Package |
|
|
526
|
+
| ------ | -------------- | ------- |
|
|
527
|
+
| `Icon` | /src/icon-base | |
|
|
528
|
+
|
|
529
|
+
### Fields
|
|
530
|
+
|
|
531
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
532
|
+
| ---------- | ------- | -------------- | ------- | ----------- | -------------- |
|
|
533
|
+
| `severity` | public | `IconSeverity` | | | Icon |
|
|
534
|
+
|
|
535
|
+
### Attributes
|
|
536
|
+
|
|
537
|
+
| Name | Field | Inherited From |
|
|
538
|
+
| ---------- | -------- | -------------- |
|
|
539
|
+
| `severity` | severity | Icon |
|
|
540
|
+
|
|
541
|
+
<hr/>
|
|
542
|
+
|
|
543
|
+
## class: `ListOption`
|
|
544
|
+
|
|
545
|
+
### Superclass
|
|
546
|
+
|
|
547
|
+
| Name | Module | Package |
|
|
548
|
+
| ------------------------- | ------ | ------------------- |
|
|
549
|
+
| `FoundationListboxOption` | | @ni/fast-foundation |
|
|
550
|
+
|
|
551
|
+
### Fields
|
|
552
|
+
|
|
553
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
554
|
+
| -------- | ------- | --------- | ------- | -------------------------------- | -------------- |
|
|
555
|
+
| `hidden` | public | `boolean` | `false` | The hidden state of the element. | |
|
|
556
|
+
|
|
557
|
+
### Attributes
|
|
558
|
+
|
|
559
|
+
| Name | Field | Inherited From |
|
|
560
|
+
| -------- | ------ | -------------- |
|
|
561
|
+
| `hidden` | hidden | |
|
|
562
|
+
|
|
563
|
+
<hr/>
|
|
564
|
+
|
|
565
|
+
## class: `ListOptionGroup`
|
|
566
|
+
|
|
567
|
+
### Superclass
|
|
568
|
+
|
|
569
|
+
| Name | Module | Package |
|
|
570
|
+
| ------------------- | ------ | ------------------- |
|
|
571
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
572
|
+
|
|
573
|
+
### Fields
|
|
574
|
+
|
|
575
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
576
|
+
| -------- | ------- | --------------------- | ------- | -------------------------------- | -------------- |
|
|
577
|
+
| `label` | public | `string \| undefined` | | The label for the group. | |
|
|
578
|
+
| `hidden` | public | `boolean` | `false` | The hidden state of the element. | |
|
|
579
|
+
|
|
580
|
+
### Attributes
|
|
581
|
+
|
|
582
|
+
| Name | Field | Inherited From |
|
|
583
|
+
| -------- | ------ | -------------- |
|
|
584
|
+
| `label` | label | |
|
|
585
|
+
| `hidden` | hidden | |
|
|
586
|
+
|
|
587
|
+
<hr/>
|
|
588
|
+
|
|
589
|
+
## class: `Menu`
|
|
590
|
+
|
|
591
|
+
### Superclass
|
|
592
|
+
|
|
593
|
+
| Name | Module | Package |
|
|
594
|
+
| ---------------- | ------------------------- | ------- |
|
|
595
|
+
| `FoundationMenu` | /src/menu/menu.foundation | |
|
|
596
|
+
|
|
597
|
+
<hr/>
|
|
598
|
+
|
|
599
|
+
## class: `Menu`
|
|
600
|
+
|
|
601
|
+
### Superclass
|
|
602
|
+
|
|
603
|
+
| Name | Module | Package |
|
|
604
|
+
| ------------------- | ------ | ------------------- |
|
|
605
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
606
|
+
|
|
607
|
+
### Methods
|
|
608
|
+
|
|
609
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
610
|
+
| ---------------------- | ------- | ----------------------------------- | ---------- | ------ | -------------- |
|
|
611
|
+
| `focus` | public | Focuses the first item in the menu. | | `void` | |
|
|
612
|
+
| `collapseExpandedItem` | public | Collapses any expanded menu items. | | `void` | |
|
|
613
|
+
|
|
614
|
+
### Slots
|
|
615
|
+
|
|
616
|
+
| Name | Description |
|
|
617
|
+
| ---- | ----------------------------------- |
|
|
618
|
+
| | The default slot for the menu items |
|
|
619
|
+
|
|
620
|
+
<hr/>
|
|
621
|
+
|
|
622
|
+
## class: `MenuButton`
|
|
623
|
+
|
|
624
|
+
### Superclass
|
|
625
|
+
|
|
626
|
+
| Name | Module | Package |
|
|
627
|
+
| ------------------- | ------ | ------------------- |
|
|
628
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
629
|
+
|
|
630
|
+
### Fields
|
|
631
|
+
|
|
632
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
633
|
+
| ------------------- | ------- | ------------------------- | ------- | -------------------------------------------------------------------------------------- | -------------- |
|
|
634
|
+
| `appearance` | public | `ButtonAppearance` | | | |
|
|
635
|
+
| `appearanceVariant` | public | `ButtonAppearanceVariant` | | | |
|
|
636
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
637
|
+
| `contentHidden` | public | `boolean` | `false` | | |
|
|
638
|
+
| `tabIndex` | public | `number` | | | |
|
|
639
|
+
| `open` | public | `boolean` | `false` | Specifies whether or not the menu is open. | |
|
|
640
|
+
| `position` | public | `MenuButtonPosition` | | Configures where the menu should be placed relative to the button that opens the menu. | |
|
|
641
|
+
|
|
642
|
+
### Methods
|
|
643
|
+
|
|
644
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
645
|
+
| ---------------------------------- | ------- | ----------- | ----------------------------------------------------------------------- | --------- | -------------- |
|
|
646
|
+
| `toggleButtonChanged` | public | | `_prev: ToggleButton \| undefined, _next: ToggleButton \| undefined` | `void` | |
|
|
647
|
+
| `regionChanged` | public | | `prev: AnchoredRegion \| undefined, _next: AnchoredRegion \| undefined` | `void` | |
|
|
648
|
+
| `openChanged` | public | | `_prev: boolean \| undefined, _next: boolean` | `void` | |
|
|
649
|
+
| `regionLoadedHandler` | public | | | `void` | |
|
|
650
|
+
| `focusoutHandler` | public | | `e: FocusEvent` | `boolean` | |
|
|
651
|
+
| `toggleButtonCheckedChangeHandler` | public | | `e: Event` | `boolean` | |
|
|
652
|
+
| `toggleButtonKeyDownHandler` | public | | `e: KeyboardEvent` | `boolean` | |
|
|
653
|
+
| `menuKeyDownHandler` | public | | `e: KeyboardEvent` | `boolean` | |
|
|
654
|
+
|
|
655
|
+
### Attributes
|
|
656
|
+
|
|
657
|
+
| Name | Field | Inherited From |
|
|
658
|
+
| -------------------- | ----------------- | -------------- |
|
|
659
|
+
| `appearance` | appearance | |
|
|
660
|
+
| `appearance-variant` | appearanceVariant | |
|
|
661
|
+
| `disabled` | disabled | |
|
|
662
|
+
| `content-hidden` | contentHidden | |
|
|
663
|
+
| `tabindex` | tabIndex | |
|
|
664
|
+
| `open` | open | |
|
|
665
|
+
| `position` | position | |
|
|
666
|
+
|
|
667
|
+
<hr/>
|
|
668
|
+
|
|
669
|
+
## class: `MenuItem`
|
|
670
|
+
|
|
671
|
+
### Superclass
|
|
672
|
+
|
|
673
|
+
| Name | Module | Package |
|
|
674
|
+
| -------------------- | ------ | ------------------- |
|
|
675
|
+
| `FoundationMenuItem` | | @ni/fast-foundation |
|
|
676
|
+
|
|
677
|
+
<hr/>
|
|
678
|
+
|
|
679
|
+
## class: `NumberField`
|
|
680
|
+
|
|
681
|
+
### Superclass
|
|
682
|
+
|
|
683
|
+
| Name | Module | Package |
|
|
684
|
+
| ----------------------- | ------ | ------------------- |
|
|
685
|
+
| `FoundationNumberField` | | @ni/fast-foundation |
|
|
686
|
+
|
|
687
|
+
### Fields
|
|
688
|
+
|
|
689
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
690
|
+
| -------------------- | ------- | ----------------------- | ------- | --------------------------------------------------------------------------------- | --------------------------- |
|
|
691
|
+
| `appearance` | public | `NumberFieldAppearance` | | | |
|
|
692
|
+
| `fullBleed` | public | `boolean` | `false` | | |
|
|
693
|
+
| `appearanceReadOnly` | public | `boolean` | `false` | | |
|
|
694
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
695
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
696
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
697
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
698
|
+
|
|
699
|
+
### Methods
|
|
700
|
+
|
|
701
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
702
|
+
| --------------------------- | --------- | ----------- | ------------------- | -------- | -------------- |
|
|
703
|
+
| `sanitizeInput` | protected | | `inputText: string` | `string` | |
|
|
704
|
+
| `syncValueFromInnerControl` | protected | | | `void` | |
|
|
705
|
+
| `syncValueToInnerControl` | protected | | | `void` | |
|
|
706
|
+
|
|
707
|
+
### Attributes
|
|
708
|
+
|
|
709
|
+
| Name | Field | Inherited From |
|
|
710
|
+
| --------------------- | ------------------ | -------------- |
|
|
711
|
+
| `appearance` | appearance | |
|
|
712
|
+
| `full-bleed` | fullBleed | |
|
|
713
|
+
| `appearance-readonly` | appearanceReadOnly | |
|
|
714
|
+
|
|
715
|
+
<hr/>
|
|
716
|
+
|
|
717
|
+
## class: `Radio`
|
|
718
|
+
|
|
719
|
+
### Superclass
|
|
720
|
+
|
|
721
|
+
| Name | Module | Package |
|
|
722
|
+
| ----------------- | ------ | ------------------- |
|
|
723
|
+
| `FoundationRadio` | | @ni/fast-foundation |
|
|
724
|
+
|
|
725
|
+
<hr/>
|
|
726
|
+
|
|
727
|
+
## class: `RadioGroup`
|
|
728
|
+
|
|
729
|
+
### Superclass
|
|
730
|
+
|
|
731
|
+
| Name | Module | Package |
|
|
732
|
+
| ---------------------- | ------ | ------------------- |
|
|
733
|
+
| `FoundationRadioGroup` | | @ni/fast-foundation |
|
|
734
|
+
|
|
735
|
+
### Fields
|
|
736
|
+
|
|
737
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
738
|
+
| ------------------ | ------- | --------------------- | ------- | --------------------------------------------------------------------------------- | --------------------------- |
|
|
739
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
740
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
741
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
742
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
743
|
+
|
|
744
|
+
<hr/>
|
|
745
|
+
|
|
746
|
+
## class: `Select`
|
|
747
|
+
|
|
748
|
+
### Superclass
|
|
749
|
+
|
|
750
|
+
| Name | Module | Package |
|
|
751
|
+
| ---------------------- | ----------------------------------------- | ------- |
|
|
752
|
+
| `FormAssociatedSelect` | /src/select/models/select-form-associated | |
|
|
753
|
+
|
|
754
|
+
### Fields
|
|
755
|
+
|
|
756
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
757
|
+
| -------------------- | ------- | ----------------------------- | ------- | --------------------------------------------------------------------------------- | --------------------------- |
|
|
758
|
+
| `appearance` | public | `DropdownAppearance` | | | |
|
|
759
|
+
| `appearanceReadOnly` | public | `boolean` | `false` | | |
|
|
760
|
+
| `fullBleed` | public | `boolean` | `false` | | |
|
|
761
|
+
| `positionAttribute` | public | `SelectPosition \| undefined` | | Reflects the placement for the listbox when the select is open. | |
|
|
762
|
+
| `filterMode` | public | `FilterMode` | | | |
|
|
763
|
+
| `clearable` | public | `boolean` | `false` | | |
|
|
764
|
+
| `loadingVisible` | public | `boolean` | `false` | | |
|
|
765
|
+
| `position` | public | `SelectPosition \| undefined` | | Holds the current state for the calculated position of the listbox. | |
|
|
766
|
+
| `value` | public | `string` | | | |
|
|
767
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
768
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
769
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
770
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
771
|
+
|
|
772
|
+
### Methods
|
|
773
|
+
|
|
774
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
775
|
+
| ------------------------------ | --------- | ------------------------------------------------ | ------------------------------------------------------------------- | ----------------- | -------------- |
|
|
776
|
+
| `multipleChanged` | public | Sets the multiple property on the proxy element. | `prev: boolean \| undefined, next: boolean` | `void` | |
|
|
777
|
+
| `setSelectedOptions` | protected | | | `void` | |
|
|
778
|
+
| `focusAndScrollOptionIntoView` | protected | | | `void` | |
|
|
779
|
+
| `getTypeaheadMatches` | protected | | | `ListboxOption[]` | |
|
|
780
|
+
| `positionChanged` | protected | | `_: SelectPosition \| undefined, next: SelectPosition \| undefined` | `void` | |
|
|
781
|
+
| `openChanged` | protected | | | `void` | |
|
|
782
|
+
| `filterOptions` | public | Filter available options by text value. | | `void` | |
|
|
783
|
+
|
|
784
|
+
### Attributes
|
|
785
|
+
|
|
786
|
+
| Name | Field | Inherited From |
|
|
787
|
+
| --------------------- | ------------------ | -------------- |
|
|
788
|
+
| `appearance` | appearance | |
|
|
789
|
+
| `appearance-readonly` | appearanceReadOnly | |
|
|
790
|
+
| `full-bleed` | fullBleed | |
|
|
791
|
+
| `position` | positionAttribute | |
|
|
792
|
+
| `filter-mode` | filterMode | |
|
|
793
|
+
| `clearable` | clearable | |
|
|
794
|
+
| `loading-visible` | loadingVisible | |
|
|
795
|
+
|
|
796
|
+
<hr/>
|
|
797
|
+
|
|
798
|
+
## class: `Spinner`
|
|
799
|
+
|
|
800
|
+
### Superclass
|
|
801
|
+
|
|
802
|
+
| Name | Module | Package |
|
|
803
|
+
| ------------------- | ------ | ------------------- |
|
|
804
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
805
|
+
|
|
806
|
+
### Fields
|
|
807
|
+
|
|
808
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
809
|
+
| ------------ | ------- | ------------------- | ------- | ----------- | -------------- |
|
|
810
|
+
| `appearance` | public | `SpinnerAppearance` | | | |
|
|
811
|
+
|
|
812
|
+
### Attributes
|
|
813
|
+
|
|
814
|
+
| Name | Field | Inherited From |
|
|
815
|
+
| ------------ | ---------- | -------------- |
|
|
816
|
+
| `appearance` | appearance | |
|
|
817
|
+
|
|
818
|
+
<hr/>
|
|
819
|
+
|
|
820
|
+
## class: `Step`
|
|
821
|
+
|
|
822
|
+
### Superclass
|
|
823
|
+
|
|
824
|
+
| Name | Module | Package |
|
|
825
|
+
| ------------------- | ------ | ------------------- |
|
|
826
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
827
|
+
|
|
828
|
+
<hr/>
|
|
829
|
+
|
|
830
|
+
## class: `Stepper`
|
|
831
|
+
|
|
832
|
+
### Superclass
|
|
833
|
+
|
|
834
|
+
| Name | Module | Package |
|
|
835
|
+
| ------------------- | ------ | ------------------- |
|
|
836
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
837
|
+
|
|
838
|
+
<hr/>
|
|
839
|
+
|
|
840
|
+
## class: `Switch`
|
|
841
|
+
|
|
842
|
+
### Superclass
|
|
843
|
+
|
|
844
|
+
| Name | Module | Package |
|
|
845
|
+
| ------------------ | ------ | ------------------- |
|
|
846
|
+
| `FoundationSwitch` | | @ni/fast-foundation |
|
|
847
|
+
|
|
848
|
+
<hr/>
|
|
849
|
+
|
|
850
|
+
## class: `Tab`
|
|
851
|
+
|
|
852
|
+
### Superclass
|
|
853
|
+
|
|
854
|
+
| Name | Module | Package |
|
|
855
|
+
| --------------- | ------ | ------------------- |
|
|
856
|
+
| `FoundationTab` | | @ni/fast-foundation |
|
|
857
|
+
|
|
858
|
+
<hr/>
|
|
859
|
+
|
|
860
|
+
## class: `TabPanel`
|
|
861
|
+
|
|
862
|
+
### Superclass
|
|
863
|
+
|
|
864
|
+
| Name | Module | Package |
|
|
865
|
+
| -------------------- | ------ | ------------------- |
|
|
866
|
+
| `FoundationTabPanel` | | @ni/fast-foundation |
|
|
867
|
+
|
|
868
|
+
<hr/>
|
|
869
|
+
|
|
870
|
+
## class: `Table`
|
|
871
|
+
|
|
872
|
+
### Superclass
|
|
873
|
+
|
|
874
|
+
| Name | Module | Package |
|
|
875
|
+
| ------------------- | ------ | ------------------- |
|
|
876
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
877
|
+
|
|
878
|
+
### Fields
|
|
879
|
+
|
|
880
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
881
|
+
| ------------------------------ | ------- | --------------------------- | --------------------------------------------------------- | ----------- | -------------- |
|
|
882
|
+
| `idFieldName` | public | `string \| undefined` | | | |
|
|
883
|
+
| `parentIdFieldName` | public | `string \| undefined` | | | |
|
|
884
|
+
| `selectionMode` | public | `TableRowSelectionMode` | | | |
|
|
885
|
+
| `actionMenusPreserveSelection` | public | `boolean` | `false` | | |
|
|
886
|
+
| `validity` | public | `TableValidity` | | | |
|
|
887
|
+
| `windowShiftKeyDown` | public | `boolean` | `false` | | |
|
|
888
|
+
| `ariaMultiSelectable` | public | `'true' \| 'false' \| null` | | | |
|
|
889
|
+
| `virtualizer` | | | `new Virtualizer(this, this.table)` | | |
|
|
890
|
+
| `keyboardNavigationManager` | | | `new KeyboardNavigationManager( this, this.virtualizer )` | | |
|
|
891
|
+
| `layoutManager` | | | `new TableLayoutManager(this)` | | |
|
|
892
|
+
|
|
893
|
+
### Methods
|
|
894
|
+
|
|
895
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
896
|
+
| ------------------------------------- | --------- | ----------- | --------------------------------------------------------- | ------------------- | -------------- |
|
|
897
|
+
| `setData` | public | | `newData: readonly TData[]` | `Promise<void>` | |
|
|
898
|
+
| `getSelectedRecordIds` | public | | | `Promise<string[]>` | |
|
|
899
|
+
| `setSelectedRecordIds` | public | | `recordIds: readonly string[]` | `Promise<void>` | |
|
|
900
|
+
| `setRecordHierarchyOptions` | public | | `hierarchyOptions: TableSetRecordHierarchyOptions[]` | `Promise<void>` | |
|
|
901
|
+
| `checkValidity` | public | | | `boolean` | |
|
|
902
|
+
| `selectionModeChanged` | protected | | `_prev: string \| undefined, _next: string \| undefined` | `void` | |
|
|
903
|
+
| `actionMenusPreserveSelectionChanged` | protected | | `_prev: boolean, _next: boolean` | `void` | |
|
|
904
|
+
| `idFieldNameChanged` | protected | | `_prev: string \| undefined, _next: string \| undefined` | `void` | |
|
|
905
|
+
| `parentIdFieldNameChanged` | protected | | `_prev: string \| undefined, _next: string \| undefined` | `void` | |
|
|
906
|
+
| `columnsChanged` | protected | | `_prev: TableColumn[] \| undefined, _next: TableColumn[]` | `void` | |
|
|
907
|
+
|
|
908
|
+
### Attributes
|
|
909
|
+
|
|
910
|
+
| Name | Field | Inherited From |
|
|
911
|
+
| --------------------------------- | ---------------------------- | -------------- |
|
|
912
|
+
| `id-field-name` | idFieldName | |
|
|
913
|
+
| `parent-id-field-name` | parentIdFieldName | |
|
|
914
|
+
| `selection-mode` | selectionMode | |
|
|
915
|
+
| `action-menus-preserve-selection` | actionMenusPreserveSelection | |
|
|
916
|
+
|
|
917
|
+
<hr/>
|
|
918
|
+
|
|
919
|
+
## class: `Tabs`
|
|
920
|
+
|
|
921
|
+
### Superclass
|
|
922
|
+
|
|
923
|
+
| Name | Module | Package |
|
|
924
|
+
| ---------------- | ------ | ------------------- |
|
|
925
|
+
| `FoundationTabs` | | @ni/fast-foundation |
|
|
926
|
+
|
|
927
|
+
### Fields
|
|
928
|
+
|
|
929
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
930
|
+
| ----------------- | ------- | --------- | ------- | ----------- | -------------- |
|
|
931
|
+
| `activeindicator` | | `boolean` | `false` | | |
|
|
932
|
+
|
|
933
|
+
<hr/>
|
|
934
|
+
|
|
935
|
+
## class: `TabsToolbar`
|
|
936
|
+
|
|
937
|
+
### Superclass
|
|
938
|
+
|
|
939
|
+
| Name | Module | Package |
|
|
940
|
+
| ------------------- | ------ | ------------------- |
|
|
941
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
942
|
+
|
|
943
|
+
<hr/>
|
|
944
|
+
|
|
945
|
+
## class: `TextArea`
|
|
946
|
+
|
|
947
|
+
### Superclass
|
|
948
|
+
|
|
949
|
+
| Name | Module | Package |
|
|
950
|
+
| -------------------- | ------ | ------------------- |
|
|
951
|
+
| `FoundationTextArea` | | @ni/fast-foundation |
|
|
952
|
+
|
|
953
|
+
### Fields
|
|
954
|
+
|
|
955
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
956
|
+
| -------------------- | ------- | --------------------- | ------- | --------------------------------------------------------------------------------- | --------------------------- |
|
|
957
|
+
| `appearance` | public | `TextAreaAppearance` | | The appearance the text area should have. | |
|
|
958
|
+
| `appearanceReadOnly` | public | `boolean` | `false` | | |
|
|
959
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
960
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
961
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
962
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
963
|
+
|
|
964
|
+
### Attributes
|
|
965
|
+
|
|
966
|
+
| Name | Field | Inherited From |
|
|
967
|
+
| --------------------- | ------------------ | -------------- |
|
|
968
|
+
| `appearance` | appearance | |
|
|
969
|
+
| `appearance-readonly` | appearanceReadOnly | |
|
|
970
|
+
|
|
971
|
+
<hr/>
|
|
972
|
+
|
|
973
|
+
## class: `TextField`
|
|
974
|
+
|
|
975
|
+
### Superclass
|
|
976
|
+
|
|
977
|
+
| Name | Module | Package |
|
|
978
|
+
| --------------------- | ------ | ------------------- |
|
|
979
|
+
| `FoundationTextField` | | @ni/fast-foundation |
|
|
980
|
+
|
|
981
|
+
### Fields
|
|
982
|
+
|
|
983
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
984
|
+
| -------------------- | ------- | --------------------- | ------- | --------------------------------------------------------------------------------- | --------------------------- |
|
|
985
|
+
| `appearance` | public | `TextFieldAppearance` | | The appearance the text field should have. | |
|
|
986
|
+
| `fullBleed` | public | `boolean` | `false` | | |
|
|
987
|
+
| `appearanceReadOnly` | public | `boolean` | `false` | | |
|
|
988
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
989
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
990
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
991
|
+
| `requiredVisible` | public | `boolean` | `false` | | mixinRequiredVisiblePattern |
|
|
992
|
+
|
|
993
|
+
### Attributes
|
|
994
|
+
|
|
995
|
+
| Name | Field | Inherited From |
|
|
996
|
+
| --------------------- | ------------------ | -------------- |
|
|
997
|
+
| `appearance` | appearance | |
|
|
998
|
+
| `full-bleed` | fullBleed | |
|
|
999
|
+
| `appearance-readonly` | appearanceReadOnly | |
|
|
1000
|
+
|
|
1001
|
+
<hr/>
|
|
1002
|
+
|
|
1003
|
+
## class: `ToggleButton`
|
|
1004
|
+
|
|
1005
|
+
### Superclass
|
|
1006
|
+
|
|
1007
|
+
| Name | Module | Package |
|
|
1008
|
+
| ------------------ | ------ | ------------------- |
|
|
1009
|
+
| `FoundationSwitch` | | @ni/fast-foundation |
|
|
1010
|
+
|
|
1011
|
+
### Fields
|
|
1012
|
+
|
|
1013
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1014
|
+
| ------------------- | ------- | ------------------------- | ------- | ----------- | -------------- |
|
|
1015
|
+
| `appearance` | public | `ButtonAppearance` | | | |
|
|
1016
|
+
| `appearanceVariant` | public | `ButtonAppearanceVariant` | | | |
|
|
1017
|
+
| `contentHidden` | public | `boolean` | `false` | | |
|
|
1018
|
+
| `tabIndex` | public | `number` | | | |
|
|
1019
|
+
|
|
1020
|
+
### Attributes
|
|
1021
|
+
|
|
1022
|
+
| Name | Field | Inherited From |
|
|
1023
|
+
| -------------------- | ----------------- | -------------- |
|
|
1024
|
+
| `appearance` | appearance | |
|
|
1025
|
+
| `appearance-variant` | appearanceVariant | |
|
|
1026
|
+
| `content-hidden` | contentHidden | |
|
|
1027
|
+
| `tabindex` | tabIndex | |
|
|
1028
|
+
|
|
1029
|
+
<hr/>
|
|
1030
|
+
|
|
1031
|
+
## class: `Toolbar`
|
|
1032
|
+
|
|
1033
|
+
### Superclass
|
|
1034
|
+
|
|
1035
|
+
| Name | Module | Package |
|
|
1036
|
+
| ------------------- | ------ | ------------------- |
|
|
1037
|
+
| `FoundationToolbar` | | @ni/fast-foundation |
|
|
1038
|
+
|
|
1039
|
+
<hr/>
|
|
1040
|
+
|
|
1041
|
+
## class: `Tooltip`
|
|
1042
|
+
|
|
1043
|
+
### Superclass
|
|
1044
|
+
|
|
1045
|
+
| Name | Module | Package |
|
|
1046
|
+
| ------------------- | ------ | ------------------- |
|
|
1047
|
+
| `FoundationTooltip` | | @ni/fast-foundation |
|
|
1048
|
+
|
|
1049
|
+
### Fields
|
|
1050
|
+
|
|
1051
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1052
|
+
| ------------- | ------- | ----------------- | ------- | ----------- | -------------- |
|
|
1053
|
+
| `severity` | public | `TooltipSeverity` | | | |
|
|
1054
|
+
| `iconVisible` | public | `boolean` | `false` | | |
|
|
1055
|
+
|
|
1056
|
+
### Attributes
|
|
1057
|
+
|
|
1058
|
+
| Name | Field | Inherited From |
|
|
1059
|
+
| -------------- | ----------- | -------------- |
|
|
1060
|
+
| `severity` | severity | |
|
|
1061
|
+
| `icon-visible` | iconVisible | |
|
|
1062
|
+
|
|
1063
|
+
<hr/>
|
|
1064
|
+
|
|
1065
|
+
## class: `TreeItem`
|
|
1066
|
+
|
|
1067
|
+
### Superclass
|
|
1068
|
+
|
|
1069
|
+
| Name | Module | Package |
|
|
1070
|
+
| -------------------- | ------ | ------------------- |
|
|
1071
|
+
| `FoundationTreeItem` | | @ni/fast-foundation |
|
|
1072
|
+
|
|
1073
|
+
<hr/>
|
|
1074
|
+
|
|
1075
|
+
## class: `TreeView`
|
|
1076
|
+
|
|
1077
|
+
### Superclass
|
|
1078
|
+
|
|
1079
|
+
| Name | Module | Package |
|
|
1080
|
+
| -------------------- | ------ | ------------------- |
|
|
1081
|
+
| `FoundationTreeView` | | @ni/fast-foundation |
|
|
1082
|
+
|
|
1083
|
+
### Fields
|
|
1084
|
+
|
|
1085
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1086
|
+
| --------------- | ------- | ----------------------- | ------- | ----------- | -------------- |
|
|
1087
|
+
| `selectionMode` | public | `TreeViewSelectionMode` | | | |
|
|
1088
|
+
|
|
1089
|
+
### Methods
|
|
1090
|
+
|
|
1091
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1092
|
+
| ------------- | ------- | ----------- | ---------- | --------- | -------------- |
|
|
1093
|
+
| `handleClick` | public | | `e: Event` | `boolean` | |
|
|
1094
|
+
|
|
1095
|
+
### Attributes
|
|
1096
|
+
|
|
1097
|
+
| Name | Field | Inherited From |
|
|
1098
|
+
| ---------------- | ------------- | -------------- |
|
|
1099
|
+
| `selection-mode` | selectionMode | |
|
|
1100
|
+
|
|
1101
|
+
<hr/>
|
|
1102
|
+
|
|
1103
|
+
## class: `WaferMap`
|
|
1104
|
+
|
|
1105
|
+
### Superclass
|
|
1106
|
+
|
|
1107
|
+
| Name | Module | Package |
|
|
1108
|
+
| ------------------- | ------ | ------------------- |
|
|
1109
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1110
|
+
|
|
1111
|
+
### Static Fields
|
|
1112
|
+
|
|
1113
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1114
|
+
| ------- | ------- | -------- | ------------------ | ----------- | -------------- |
|
|
1115
|
+
| `Arrow` | public | `object` | `{ tableFromIPC }` | | |
|
|
1116
|
+
|
|
1117
|
+
### Fields
|
|
1118
|
+
|
|
1119
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1120
|
+
| ----------------- | ------- | ------------------------ | ------------------------------------------------------ | ----------- | -------------- |
|
|
1121
|
+
| `originLocation` | public | `WaferMapOriginLocation` | | | |
|
|
1122
|
+
| `gridMinX` | public | `number \| undefined` | `undefined` | | |
|
|
1123
|
+
| `gridMaxX` | public | `number \| undefined` | `undefined` | | |
|
|
1124
|
+
| `gridMinY` | public | `number \| undefined` | `undefined` | | |
|
|
1125
|
+
| `gridMaxY` | public | `number \| undefined` | `undefined` | | |
|
|
1126
|
+
| `orientation` | public | `WaferMapOrientation` | | | |
|
|
1127
|
+
| `maxCharacters` | public | `number` | `4` | | |
|
|
1128
|
+
| `dieLabelsHidden` | public | `boolean` | `false` | | |
|
|
1129
|
+
| `dieLabelsSuffix` | public | `string` | `''` | | |
|
|
1130
|
+
| `colorScaleMode` | public | `WaferMapColorScaleMode` | | | |
|
|
1131
|
+
| `computations` | public | `Computations` | `new Computations( this.asRequiredFieldsWaferMap )` | | |
|
|
1132
|
+
| `dataManager` | public | `DataManager` | `new DataManager( this.asRequiredFieldsWaferMap )` | | |
|
|
1133
|
+
| `workerRenderer` | public | | `new WorkerRenderer( this.asRequiredFieldsWaferMap )` | | |
|
|
1134
|
+
| `renderer` | public | `RenderingModule` | `new RenderingModule( this.asRequiredFieldsWaferMap )` | | |
|
|
1135
|
+
| `highlightedTags` | public | `string[]` | `[]` | | |
|
|
1136
|
+
| `dies` | public | `WaferMapDie[]` | `[]` | | |
|
|
1137
|
+
| `diesTable` | public | `Table<T> \| undefined` | | | |
|
|
1138
|
+
| `colorScale` | public | `WaferMapColorScale` | `{ colors: [], values: [] }` | | |
|
|
1139
|
+
| `validity` | public | `WaferMapValidity` | | | |
|
|
1140
|
+
|
|
1141
|
+
### Methods
|
|
1142
|
+
|
|
1143
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1144
|
+
| --------- | ------- | ----------- | ------------------------------ | --------------- | -------------- |
|
|
1145
|
+
| `setData` | public | | `data: Table \| WaferMapDie[]` | `Promise<void>` | |
|
|
1146
|
+
|
|
1147
|
+
### Attributes
|
|
1148
|
+
|
|
1149
|
+
| Name | Field | Inherited From |
|
|
1150
|
+
| ------------------- | --------------- | -------------- |
|
|
1151
|
+
| `origin-location` | originLocation | |
|
|
1152
|
+
| `grid-min-x` | gridMinX | |
|
|
1153
|
+
| `grid-max-x` | gridMaxX | |
|
|
1154
|
+
| `grid-min-y` | gridMinY | |
|
|
1155
|
+
| `grid-max-y` | gridMaxY | |
|
|
1156
|
+
| `orientation` | orientation | |
|
|
1157
|
+
| `max-characters` | maxCharacters | |
|
|
1158
|
+
| `die-labels-hidden` | dieLabelsHidden | |
|
|
1159
|
+
| `die-labels-suffix` | dieLabelsSuffix | |
|
|
1160
|
+
| `color-scale-mode` | colorScaleMode | |
|
|
1161
|
+
|
|
1162
|
+
<hr/>
|
|
1163
|
+
|
|
1164
|
+
## class: `LabelProviderBase`
|
|
1165
|
+
|
|
1166
|
+
### Superclass
|
|
1167
|
+
|
|
1168
|
+
| Name | Module | Package |
|
|
1169
|
+
| ------------------- | ------ | ------------------- |
|
|
1170
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1171
|
+
|
|
1172
|
+
### Fields
|
|
1173
|
+
|
|
1174
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1175
|
+
| ----------------- | --------- | ----------------- | ------- | ----------- | -------------- |
|
|
1176
|
+
| `supportedLabels` | protected | `SupportedLabels` | | | |
|
|
1177
|
+
|
|
1178
|
+
### Methods
|
|
1179
|
+
|
|
1180
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1181
|
+
| -------------- | ------- | ----------- | -------------------------------------------------------------------------------------------------- | ------ | -------------- |
|
|
1182
|
+
| `handleChange` | public | | `_element: LabelProviderBase<SupportedLabels>, property: keyof LabelProviderBase<SupportedLabels>` | `void` | |
|
|
1183
|
+
|
|
1184
|
+
<hr/>
|
|
1185
|
+
|
|
1186
|
+
## class: `LabelProviderCore`
|
|
1187
|
+
|
|
1188
|
+
### Superclass
|
|
1189
|
+
|
|
1190
|
+
| Name | Module | Package |
|
|
1191
|
+
| ------------------- | ------------------------ | ------- |
|
|
1192
|
+
| `LabelProviderBase` | /src/label-provider/base | |
|
|
1193
|
+
|
|
1194
|
+
### Fields
|
|
1195
|
+
|
|
1196
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1197
|
+
| ---------------------- | --------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
|
|
1198
|
+
| `popupDismiss` | public | `string \| undefined` | | | |
|
|
1199
|
+
| `numericDecrement` | public | `string \| undefined` | | | |
|
|
1200
|
+
| `numericIncrement` | public | `string \| undefined` | | | |
|
|
1201
|
+
| `popupIconError` | public | `string \| undefined` | | | |
|
|
1202
|
+
| `popupIconWarning` | public | `string \| undefined` | | | |
|
|
1203
|
+
| `popupIconInformation` | public | `string \| undefined` | | | |
|
|
1204
|
+
| `filterSearch` | public | `string \| undefined` | | | |
|
|
1205
|
+
| `filterNoResults` | public | `string \| undefined` | | | |
|
|
1206
|
+
| `loading` | public | `string \| undefined` | | | |
|
|
1207
|
+
| `scrollBackward` | public | `string \| undefined` | | | |
|
|
1208
|
+
| `scrollForward` | public | `string \| undefined` | | | |
|
|
1209
|
+
| `itemRemove` | public | `string \| undefined` | | | |
|
|
1210
|
+
| `supportedLabels` | protected | `SupportedLabels` | `{ popupDismiss: popupDismissLabel, numericDecrement: numericDecrementLabel, numericIncrement: numericIncrementLabel, popupIconError: popupIconErrorLabel, popupIconWarning: popupIconWarningLabel, popupIconInformation: popupIconInformationLabel, filterSearch: filterSearchLabel, filterNoResults: filterNoResultsLabel, loading: loadingLabel, scrollBackward: scrollBackwardLabel, scrollForward: scrollForwardLabel, itemRemove: itemRemoveLabel }` | | LabelProviderBase |
|
|
1211
|
+
|
|
1212
|
+
### Methods
|
|
1213
|
+
|
|
1214
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1215
|
+
| -------------- | ------- | ----------- | -------------------------------------------------------------------------------------------------- | ------ | ----------------- |
|
|
1216
|
+
| `handleChange` | public | | `_element: LabelProviderBase<SupportedLabels>, property: keyof LabelProviderBase<SupportedLabels>` | `void` | LabelProviderBase |
|
|
1217
|
+
|
|
1218
|
+
### Attributes
|
|
1219
|
+
|
|
1220
|
+
| Name | Field | Inherited From |
|
|
1221
|
+
| ------------------------ | -------------------- | -------------- |
|
|
1222
|
+
| `popup-dismiss` | popupDismiss | |
|
|
1223
|
+
| `numeric-decrement` | numericDecrement | |
|
|
1224
|
+
| `numeric-increment` | numericIncrement | |
|
|
1225
|
+
| `popup-icon-error` | popupIconError | |
|
|
1226
|
+
| `popup-icon-warning` | popupIconWarning | |
|
|
1227
|
+
| `popup-icon-information` | popupIconInformation | |
|
|
1228
|
+
| `filter-search` | filterSearch | |
|
|
1229
|
+
| `filter-no-results` | filterNoResults | |
|
|
1230
|
+
| `loading` | loading | |
|
|
1231
|
+
| `scroll-backward` | scrollBackward | |
|
|
1232
|
+
| `scroll-forward` | scrollForward | |
|
|
1233
|
+
| `item-remove` | itemRemove | |
|
|
1234
|
+
|
|
1235
|
+
<hr/>
|
|
1236
|
+
|
|
1237
|
+
## class: `LabelProviderRichText`
|
|
1238
|
+
|
|
1239
|
+
### Superclass
|
|
1240
|
+
|
|
1241
|
+
| Name | Module | Package |
|
|
1242
|
+
| ------------------- | ------------------------ | ------- |
|
|
1243
|
+
| `LabelProviderBase` | /src/label-provider/base | |
|
|
1244
|
+
|
|
1245
|
+
### Fields
|
|
1246
|
+
|
|
1247
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1248
|
+
| -------------------- | --------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
|
|
1249
|
+
| `toggleBold` | public | `string \| undefined` | | | |
|
|
1250
|
+
| `toggleItalics` | public | `string \| undefined` | | | |
|
|
1251
|
+
| `toggleBulletedList` | public | `string \| undefined` | | | |
|
|
1252
|
+
| `toggleNumberedList` | public | `string \| undefined` | | | |
|
|
1253
|
+
| `supportedLabels` | protected | `SupportedLabels` | `{ toggleBold: richTextToggleBoldLabel, toggleItalics: richTextToggleItalicsLabel, toggleBulletedList: richTextToggleBulletedListLabel, toggleNumberedList: richTextToggleNumberedListLabel }` | | LabelProviderBase |
|
|
1254
|
+
|
|
1255
|
+
### Methods
|
|
1256
|
+
|
|
1257
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1258
|
+
| -------------- | ------- | ----------- | -------------------------------------------------------------------------------------------------- | ------ | ----------------- |
|
|
1259
|
+
| `handleChange` | public | | `_element: LabelProviderBase<SupportedLabels>, property: keyof LabelProviderBase<SupportedLabels>` | `void` | LabelProviderBase |
|
|
1260
|
+
|
|
1261
|
+
### Attributes
|
|
1262
|
+
|
|
1263
|
+
| Name | Field | Inherited From |
|
|
1264
|
+
| ---------------------- | ------------------ | -------------- |
|
|
1265
|
+
| `toggle-bold` | toggleBold | |
|
|
1266
|
+
| `toggle-italics` | toggleItalics | |
|
|
1267
|
+
| `toggle-bulleted-list` | toggleBulletedList | |
|
|
1268
|
+
| `toggle-numbered-list` | toggleNumberedList | |
|
|
1269
|
+
|
|
1270
|
+
<hr/>
|
|
1271
|
+
|
|
1272
|
+
## class: `LabelProviderTable`
|
|
1273
|
+
|
|
1274
|
+
### Superclass
|
|
1275
|
+
|
|
1276
|
+
| Name | Module | Package |
|
|
1277
|
+
| ------------------- | ------------------------ | ------- |
|
|
1278
|
+
| `LabelProviderBase` | /src/label-provider/base | |
|
|
1279
|
+
|
|
1280
|
+
### Fields
|
|
1281
|
+
|
|
1282
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1283
|
+
| ------------------------------ | --------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------------- |
|
|
1284
|
+
| `groupCollapse` | public | `string \| undefined` | | | |
|
|
1285
|
+
| `groupExpand` | public | `string \| undefined` | | | |
|
|
1286
|
+
| `rowCollapse` | public | `string \| undefined` | | | |
|
|
1287
|
+
| `rowExpand` | public | `string \| undefined` | | | |
|
|
1288
|
+
| `collapseAll` | public | `string \| undefined` | | | |
|
|
1289
|
+
| `cellActionMenu` | public | `string \| undefined` | | | |
|
|
1290
|
+
| `columnHeaderGrouped` | public | `string \| undefined` | | | |
|
|
1291
|
+
| `columnHeaderSortedAscending` | public | `string \| undefined` | | | |
|
|
1292
|
+
| `columnHeaderSortedDescending` | public | `string \| undefined` | | | |
|
|
1293
|
+
| `selectAll` | public | `string \| undefined` | | | |
|
|
1294
|
+
| `groupSelectAll` | public | `string \| undefined` | | | |
|
|
1295
|
+
| `rowSelect` | public | `string \| undefined` | | | |
|
|
1296
|
+
| `rowOperationColumn` | public | `string \| undefined` | | | |
|
|
1297
|
+
| `rowLoading` | public | `string \| undefined` | | | |
|
|
1298
|
+
| `groupRowPlaceholderNoValue` | public | `string \| undefined` | | | |
|
|
1299
|
+
| `groupRowPlaceholderEmpty` | public | `string \| undefined` | | | |
|
|
1300
|
+
| `supportedLabels` | protected | `SupportedLabels` | `{ groupCollapse: tableGroupCollapseLabel, groupExpand: tableGroupExpandLabel, rowCollapse: tableRowCollapseLabel, rowExpand: tableRowExpandLabel, collapseAll: tableCollapseAllLabel, cellActionMenu: tableCellActionMenuLabel, columnHeaderGrouped: tableColumnHeaderGroupedLabel, columnHeaderSortedAscending: tableColumnHeaderSortedAscendingLabel, columnHeaderSortedDescending: tableColumnHeaderSortedDescendingLabel, selectAll: tableSelectAllLabel, groupSelectAll: tableGroupSelectAllLabel, rowSelect: tableRowSelectLabel, rowOperationColumn: tableRowOperationColumnLabel, rowLoading: tableRowLoadingLabel, groupRowPlaceholderNoValue: tableGroupRowPlaceholderNoValueLabel, groupRowPlaceholderEmpty: tableGroupRowPlaceholderEmptyLabel }` | | LabelProviderBase |
|
|
1301
|
+
|
|
1302
|
+
### Methods
|
|
1303
|
+
|
|
1304
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1305
|
+
| -------------- | ------- | ----------- | -------------------------------------------------------------------------------------------------- | ------ | ----------------- |
|
|
1306
|
+
| `handleChange` | public | | `_element: LabelProviderBase<SupportedLabels>, property: keyof LabelProviderBase<SupportedLabels>` | `void` | LabelProviderBase |
|
|
1307
|
+
|
|
1308
|
+
### Attributes
|
|
1309
|
+
|
|
1310
|
+
| Name | Field | Inherited From |
|
|
1311
|
+
| --------------------------------- | ---------------------------- | -------------- |
|
|
1312
|
+
| `group-collapse` | groupCollapse | |
|
|
1313
|
+
| `group-expand` | groupExpand | |
|
|
1314
|
+
| `row-collapse` | rowCollapse | |
|
|
1315
|
+
| `row-expand` | rowExpand | |
|
|
1316
|
+
| `collapse-all` | collapseAll | |
|
|
1317
|
+
| `cell-action-menu` | cellActionMenu | |
|
|
1318
|
+
| `column-header-grouped` | columnHeaderGrouped | |
|
|
1319
|
+
| `column-header-sorted-ascending` | columnHeaderSortedAscending | |
|
|
1320
|
+
| `column-header-sorted-descending` | columnHeaderSortedDescending | |
|
|
1321
|
+
| `select-all` | selectAll | |
|
|
1322
|
+
| `group-select-all` | groupSelectAll | |
|
|
1323
|
+
| `row-select` | rowSelect | |
|
|
1324
|
+
| `row-operation-column` | rowOperationColumn | |
|
|
1325
|
+
| `row-loading` | rowLoading | |
|
|
1326
|
+
| `group-row-placeholder-no-value` | groupRowPlaceholderNoValue | |
|
|
1327
|
+
| `group-row-placeholder-empty` | groupRowPlaceholderEmpty | |
|
|
1328
|
+
|
|
1329
|
+
<hr/>
|
|
1330
|
+
|
|
1331
|
+
## class: `Mapping`
|
|
1332
|
+
|
|
1333
|
+
### Superclass
|
|
1334
|
+
|
|
1335
|
+
| Name | Module | Package |
|
|
1336
|
+
| ------------------- | ------ | ------------------- |
|
|
1337
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1338
|
+
|
|
1339
|
+
### Fields
|
|
1340
|
+
|
|
1341
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1342
|
+
| ---------- | ------- | ---------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1343
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | |
|
|
1344
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | |
|
|
1345
|
+
|
|
1346
|
+
### Attributes
|
|
1347
|
+
|
|
1348
|
+
| Name | Field | Inherited From |
|
|
1349
|
+
| ----- | ----- | -------------- |
|
|
1350
|
+
| `key` | key | |
|
|
1351
|
+
|
|
1352
|
+
<hr/>
|
|
1353
|
+
|
|
1354
|
+
## class: `MappingEmpty`
|
|
1355
|
+
|
|
1356
|
+
### Superclass
|
|
1357
|
+
|
|
1358
|
+
| Name | Module | Package |
|
|
1359
|
+
| --------- | ----------------- | ------- |
|
|
1360
|
+
| `Mapping` | /src/mapping/base | |
|
|
1361
|
+
|
|
1362
|
+
### Fields
|
|
1363
|
+
|
|
1364
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1365
|
+
| ---------- | ------- | --------------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1366
|
+
| `text` | public | `string \| undefined` | | | |
|
|
1367
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | Mapping |
|
|
1368
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | Mapping |
|
|
1369
|
+
|
|
1370
|
+
### Attributes
|
|
1371
|
+
|
|
1372
|
+
| Name | Field | Inherited From |
|
|
1373
|
+
| ------ | ----- | -------------- |
|
|
1374
|
+
| `text` | text | |
|
|
1375
|
+
| `key` | key | Mapping |
|
|
1376
|
+
|
|
1377
|
+
<hr/>
|
|
1378
|
+
|
|
1379
|
+
## class: `MappingIcon`
|
|
1380
|
+
|
|
1381
|
+
### Superclass
|
|
1382
|
+
|
|
1383
|
+
| Name | Module | Package |
|
|
1384
|
+
| --------- | ----------------- | ------- |
|
|
1385
|
+
| `Mapping` | /src/mapping/base | |
|
|
1386
|
+
|
|
1387
|
+
### Fields
|
|
1388
|
+
|
|
1389
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1390
|
+
| ------------ | ------- | --------------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1391
|
+
| `icon` | public | `string \| undefined` | | | |
|
|
1392
|
+
| `severity` | public | `IconSeverity` | | | |
|
|
1393
|
+
| `text` | public | `string \| undefined` | | | |
|
|
1394
|
+
| `textHidden` | public | `boolean` | `false` | | |
|
|
1395
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | Mapping |
|
|
1396
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | Mapping |
|
|
1397
|
+
|
|
1398
|
+
### Attributes
|
|
1399
|
+
|
|
1400
|
+
| Name | Field | Inherited From |
|
|
1401
|
+
| ------------- | ---------- | -------------- |
|
|
1402
|
+
| `icon` | icon | |
|
|
1403
|
+
| `severity` | severity | |
|
|
1404
|
+
| `text` | text | |
|
|
1405
|
+
| `text-hidden` | textHidden | |
|
|
1406
|
+
| `key` | key | Mapping |
|
|
1407
|
+
|
|
1408
|
+
<hr/>
|
|
1409
|
+
|
|
1410
|
+
## class: `MappingSpinner`
|
|
1411
|
+
|
|
1412
|
+
### Superclass
|
|
1413
|
+
|
|
1414
|
+
| Name | Module | Package |
|
|
1415
|
+
| --------- | ----------------- | ------- |
|
|
1416
|
+
| `Mapping` | /src/mapping/base | |
|
|
1417
|
+
|
|
1418
|
+
### Fields
|
|
1419
|
+
|
|
1420
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1421
|
+
| ------------ | ------- | --------------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1422
|
+
| `text` | public | `string \| undefined` | | | |
|
|
1423
|
+
| `textHidden` | public | `boolean` | `false` | | |
|
|
1424
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | Mapping |
|
|
1425
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | Mapping |
|
|
1426
|
+
|
|
1427
|
+
### Attributes
|
|
1428
|
+
|
|
1429
|
+
| Name | Field | Inherited From |
|
|
1430
|
+
| ------------- | ---------- | -------------- |
|
|
1431
|
+
| `text` | text | |
|
|
1432
|
+
| `text-hidden` | textHidden | |
|
|
1433
|
+
| `key` | key | Mapping |
|
|
1434
|
+
|
|
1435
|
+
<hr/>
|
|
1436
|
+
|
|
1437
|
+
## class: `MappingText`
|
|
1438
|
+
|
|
1439
|
+
### Superclass
|
|
1440
|
+
|
|
1441
|
+
| Name | Module | Package |
|
|
1442
|
+
| --------- | ----------------- | ------- |
|
|
1443
|
+
| `Mapping` | /src/mapping/base | |
|
|
1444
|
+
|
|
1445
|
+
### Fields
|
|
1446
|
+
|
|
1447
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1448
|
+
| ---------- | ------- | --------------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1449
|
+
| `text` | public | `string \| undefined` | | | |
|
|
1450
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | Mapping |
|
|
1451
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | Mapping |
|
|
1452
|
+
|
|
1453
|
+
### Attributes
|
|
1454
|
+
|
|
1455
|
+
| Name | Field | Inherited From |
|
|
1456
|
+
| ------ | ----- | -------------- |
|
|
1457
|
+
| `text` | text | |
|
|
1458
|
+
| `key` | key | Mapping |
|
|
1459
|
+
|
|
1460
|
+
<hr/>
|
|
1461
|
+
|
|
1462
|
+
## class: `MappingUser`
|
|
1463
|
+
|
|
1464
|
+
### Superclass
|
|
1465
|
+
|
|
1466
|
+
| Name | Module | Package |
|
|
1467
|
+
| --------- | ----------------- | ------- |
|
|
1468
|
+
| `Mapping` | /src/mapping/base | |
|
|
1469
|
+
|
|
1470
|
+
### Fields
|
|
1471
|
+
|
|
1472
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1473
|
+
| ------------- | ------- | --------------------- | ------- | ------------------------------------------------------------------------------------------- | -------------- |
|
|
1474
|
+
| `displayName` | public | `string \| undefined` | | | |
|
|
1475
|
+
| `keyValue` | public | `T \| undefined` | | Setter for the \`key\` property for environments that do not support properties named "key" | Mapping |
|
|
1476
|
+
| `key` | public | `T \| undefined` | | The data value that is mapped to another representation | Mapping |
|
|
1477
|
+
|
|
1478
|
+
### Attributes
|
|
1479
|
+
|
|
1480
|
+
| Name | Field | Inherited From |
|
|
1481
|
+
| -------------- | ----------- | -------------- |
|
|
1482
|
+
| `display-name` | displayName | |
|
|
1483
|
+
| `key` | key | Mapping |
|
|
1484
|
+
|
|
1485
|
+
<hr/>
|
|
1486
|
+
|
|
1487
|
+
## class: `RichText`
|
|
1488
|
+
|
|
1489
|
+
### Superclass
|
|
1490
|
+
|
|
1491
|
+
| Name | Module | Package |
|
|
1492
|
+
| ------------------- | ------ | ------------------- |
|
|
1493
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1494
|
+
|
|
1495
|
+
### Fields
|
|
1496
|
+
|
|
1497
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1498
|
+
| ----------------------- | --------- | ---------------------------- | --------------------------------- | ----------- | -------------- |
|
|
1499
|
+
| `configuration` | protected | `Configuration \| undefined` | | | |
|
|
1500
|
+
| `mentionElements` | protected | `RichTextMention[]` | | | |
|
|
1501
|
+
| `richTextUpdateTracker` | protected | | `new RichTextUpdateTracker(this)` | | |
|
|
1502
|
+
| `richTextValidator` | protected | | `new RichTextValidator()` | | |
|
|
1503
|
+
| `validity` | public | `RichTextValidity` | | | |
|
|
1504
|
+
|
|
1505
|
+
### Methods
|
|
1506
|
+
|
|
1507
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1508
|
+
| --------------- | --------- | ----------- | ---------- | --------- | -------------- |
|
|
1509
|
+
| `checkValidity` | public | | | `boolean` | |
|
|
1510
|
+
| `validate` | protected | | | `void` | |
|
|
1511
|
+
|
|
1512
|
+
<hr/>
|
|
1513
|
+
|
|
1514
|
+
## class: `RichTextEditor`
|
|
1515
|
+
|
|
1516
|
+
### Superclass
|
|
1517
|
+
|
|
1518
|
+
| Name | Module | Package |
|
|
1519
|
+
| ---------- | ------------------- | ------- |
|
|
1520
|
+
| `RichText` | /src/rich-text/base | |
|
|
1521
|
+
|
|
1522
|
+
### Fields
|
|
1523
|
+
|
|
1524
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1525
|
+
| ----------------------- | --------- | ---------------------------- | --------------------------------- | --------------------------------------------------------------------------------- | ----------------- |
|
|
1526
|
+
| `disabled` | public | `boolean` | `false` | Whether to disable user from editing and interacting with toolbar buttons | |
|
|
1527
|
+
| `footerHidden` | public | `boolean` | `false` | Whether to hide the footer of the rich text editor | |
|
|
1528
|
+
| `placeholder` | public | `string \| undefined` | | | |
|
|
1529
|
+
| `empty` | public | `boolean` | | True if the editor is empty or contains only whitespace, false otherwise. | |
|
|
1530
|
+
| `errorText` | public | `string \| undefined` | | The error text that will be displayed when a component is in the error appearance | mixinErrorPattern |
|
|
1531
|
+
| `errorVisible` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
1532
|
+
| `errorHasOverflow` | public | `boolean` | `false` | | mixinErrorPattern |
|
|
1533
|
+
| `configuration` | protected | `Configuration \| undefined` | | | RichText |
|
|
1534
|
+
| `mentionElements` | protected | `RichTextMention[]` | | | RichText |
|
|
1535
|
+
| `richTextUpdateTracker` | protected | | `new RichTextUpdateTracker(this)` | | RichText |
|
|
1536
|
+
| `richTextValidator` | protected | | `new RichTextValidator()` | | RichText |
|
|
1537
|
+
| `validity` | public | `RichTextValidity` | | | RichText |
|
|
1538
|
+
|
|
1539
|
+
### Methods
|
|
1540
|
+
|
|
1541
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1542
|
+
| ------------------- | --------- | ---------------------------------------------------------------------------------------------------------------- | ------------------ | ---------- | -------------- |
|
|
1543
|
+
| `setMarkdown` | public | This function load tip tap editor with provided markdown content by parsing into html | `markdown: string` | `void` | |
|
|
1544
|
+
| `getMarkdown` | public | This function returns markdown string by serializing tiptap editor document using prosemirror MarkdownSerializer | | `string` | |
|
|
1545
|
+
| `getMentionedHrefs` | public | | | `string[]` | |
|
|
1546
|
+
| `createConfig` | public | | | `void` | |
|
|
1547
|
+
| `checkValidity` | public | | | `boolean` | RichText |
|
|
1548
|
+
| `validate` | protected | | | `void` | RichText |
|
|
1549
|
+
|
|
1550
|
+
### Attributes
|
|
1551
|
+
|
|
1552
|
+
| Name | Field | Inherited From |
|
|
1553
|
+
| --------------- | ------------ | -------------- |
|
|
1554
|
+
| `disabled` | disabled | |
|
|
1555
|
+
| `footer-hidden` | footerHidden | |
|
|
1556
|
+
| `placeholder` | placeholder | |
|
|
1557
|
+
|
|
1558
|
+
<hr/>
|
|
1559
|
+
|
|
1560
|
+
## class: `RichTextMentionListbox`
|
|
1561
|
+
|
|
1562
|
+
### Superclass
|
|
1563
|
+
|
|
1564
|
+
| Name | Module | Package |
|
|
1565
|
+
| ------------------- | ------ | ------------------- |
|
|
1566
|
+
| `FoundationListbox` | | @ni/fast-foundation |
|
|
1567
|
+
|
|
1568
|
+
### Fields
|
|
1569
|
+
|
|
1570
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1571
|
+
| --------- | ------- | ----------------- | ------- | -------------------- | -------------- |
|
|
1572
|
+
| `options` | public | `ListboxOption[]` | | The list of options. | |
|
|
1573
|
+
|
|
1574
|
+
### Methods
|
|
1575
|
+
|
|
1576
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1577
|
+
| ---------------- | ------- | ----------------------------------------------------------------------- | ------------------------------------ | --------- | -------------- |
|
|
1578
|
+
| `close` | public | | | `void` | |
|
|
1579
|
+
| `show` | public | Triggers when the mention plugin is activated upon pressing the \`key\` | `options: MentionListboxShowOptions` | `void` | |
|
|
1580
|
+
| `keydownHandler` | public | Handle keydown actions for listbox navigation and selection. | `event: KeyboardEvent, e` | `boolean` | |
|
|
1581
|
+
|
|
1582
|
+
<hr/>
|
|
1583
|
+
|
|
1584
|
+
## class: `RichTextViewer`
|
|
1585
|
+
|
|
1586
|
+
### Superclass
|
|
1587
|
+
|
|
1588
|
+
| Name | Module | Package |
|
|
1589
|
+
| ---------- | ------------------- | ------- |
|
|
1590
|
+
| `RichText` | /src/rich-text/base | |
|
|
1591
|
+
|
|
1592
|
+
### Fields
|
|
1593
|
+
|
|
1594
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1595
|
+
| ----------------------- | --------- | ---------------------------- | --------------------------------- | ----------- | -------------- |
|
|
1596
|
+
| `markdown` | public | `string` | `''` | | |
|
|
1597
|
+
| `configuration` | protected | `Configuration \| undefined` | | | RichText |
|
|
1598
|
+
| `mentionElements` | protected | `RichTextMention[]` | | | RichText |
|
|
1599
|
+
| `richTextUpdateTracker` | protected | | `new RichTextUpdateTracker(this)` | | RichText |
|
|
1600
|
+
| `richTextValidator` | protected | | `new RichTextValidator()` | | RichText |
|
|
1601
|
+
| `validity` | public | `RichTextValidity` | | | RichText |
|
|
1602
|
+
|
|
1603
|
+
### Methods
|
|
1604
|
+
|
|
1605
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1606
|
+
| ------------------- | --------- | ----------- | ---------- | ---------- | -------------- |
|
|
1607
|
+
| `getMentionedHrefs` | public | | | `string[]` | |
|
|
1608
|
+
| `checkValidity` | public | | | `boolean` | RichText |
|
|
1609
|
+
| `validate` | protected | | | `void` | RichText |
|
|
1610
|
+
|
|
1611
|
+
### Attributes
|
|
1612
|
+
|
|
1613
|
+
| Name | Field | Inherited From |
|
|
1614
|
+
| ---------- | -------- | -------------- |
|
|
1615
|
+
| `markdown` | markdown | |
|
|
1616
|
+
|
|
1617
|
+
<hr/>
|
|
1618
|
+
|
|
1619
|
+
## class: `RichTextMention`
|
|
1620
|
+
|
|
1621
|
+
### Superclass
|
|
1622
|
+
|
|
1623
|
+
| Name | Module | Package |
|
|
1624
|
+
| ------------------- | ------ | ------------------- |
|
|
1625
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1626
|
+
|
|
1627
|
+
### Fields
|
|
1628
|
+
|
|
1629
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1630
|
+
| ------------- | ------- | ------------------------- | ------- | --------------------------------------------------------------------------------------------- | -------------- |
|
|
1631
|
+
| `pattern` | public | `string \| undefined` | | A regex used to extract user ID from user key (url) while parsing and serializing a markdown. | |
|
|
1632
|
+
| `buttonLabel` | public | `string \| undefined` | | | |
|
|
1633
|
+
| `validity` | public | `RichTextMentionValidity` | | | |
|
|
1634
|
+
|
|
1635
|
+
### Methods
|
|
1636
|
+
|
|
1637
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1638
|
+
| ---------------------------- | --------- | ----------- | --------------------------- | ------------------------------------- | -------------- |
|
|
1639
|
+
| `checkValidity` | public | | | `boolean` | |
|
|
1640
|
+
| `getObservedMappingProperty` | protected | | | `string[]` | |
|
|
1641
|
+
| `getMentionInternalsOptions` | protected | | | `MentionInternalsOptions<TValidator>` | |
|
|
1642
|
+
| `createMappingConfig` | protected | | `mapping: Mapping<unknown>` | `MappingConfig` | |
|
|
1643
|
+
|
|
1644
|
+
### Attributes
|
|
1645
|
+
|
|
1646
|
+
| Name | Field | Inherited From |
|
|
1647
|
+
| -------------- | ----------- | -------------- |
|
|
1648
|
+
| `pattern` | pattern | |
|
|
1649
|
+
| `button-label` | buttonLabel | |
|
|
1650
|
+
|
|
1651
|
+
<hr/>
|
|
1652
|
+
|
|
1653
|
+
## class: `RichTextMentionUsers`
|
|
1654
|
+
|
|
1655
|
+
### Superclass
|
|
1656
|
+
|
|
1657
|
+
| Name | Module | Package |
|
|
1658
|
+
| ----------------- | --------------------------- | ------- |
|
|
1659
|
+
| `RichTextMention` | /src/rich-text-mention/base | |
|
|
1660
|
+
|
|
1661
|
+
### Fields
|
|
1662
|
+
|
|
1663
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1664
|
+
| ------------- | ------- | ------------------------- | ------- | --------------------------------------------------------------------------------------------- | --------------- |
|
|
1665
|
+
| `pattern` | public | `string \| undefined` | | A regex used to extract user ID from user key (url) while parsing and serializing a markdown. | RichTextMention |
|
|
1666
|
+
| `buttonLabel` | public | `string \| undefined` | | | RichTextMention |
|
|
1667
|
+
| `validity` | public | `RichTextMentionValidity` | | | RichTextMention |
|
|
1668
|
+
|
|
1669
|
+
### Methods
|
|
1670
|
+
|
|
1671
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1672
|
+
| ---------------------------- | --------- | ----------- | ---------------------------------- | -------------------------------------------------------- | --------------- |
|
|
1673
|
+
| `getMentionInternalsOptions` | protected | | | `MentionInternalsOptions<RichTextMentionUsersValidator>` | RichTextMention |
|
|
1674
|
+
| `getObservedMappingProperty` | protected | | | `string[]` | RichTextMention |
|
|
1675
|
+
| `createMappingConfig` | protected | | `mapping: Mapping<MappingUserKey>` | `MappingConfig` | RichTextMention |
|
|
1676
|
+
| `checkValidity` | public | | | `boolean` | RichTextMention |
|
|
1677
|
+
|
|
1678
|
+
### Attributes
|
|
1679
|
+
|
|
1680
|
+
| Name | Field | Inherited From |
|
|
1681
|
+
| -------------- | ----------- | --------------- |
|
|
1682
|
+
| `pattern` | pattern | RichTextMention |
|
|
1683
|
+
| `button-label` | buttonLabel | RichTextMention |
|
|
1684
|
+
|
|
1685
|
+
<hr/>
|
|
1686
|
+
|
|
1687
|
+
## class: `TableColumnAnchor`
|
|
1688
|
+
|
|
1689
|
+
### Superclass
|
|
1690
|
+
|
|
1691
|
+
| Name | Module | Package |
|
|
1692
|
+
| ---- | -------------------------------- | ------- |
|
|
1693
|
+
| | src/table-column/anchor/index.ts | |
|
|
1694
|
+
|
|
1695
|
+
### Fields
|
|
1696
|
+
|
|
1697
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1698
|
+
| ------------------ | ------- | ------------------------------- | ------- | ----------- | ----------------------------- |
|
|
1699
|
+
| `labelFieldName` | public | `string \| undefined` | | | |
|
|
1700
|
+
| `hrefFieldName` | public | `string \| undefined` | | | |
|
|
1701
|
+
| `appearance` | public | `AnchorAppearance \| undefined` | | | |
|
|
1702
|
+
| `underlineHidden` | public | `boolean` | `false` | | |
|
|
1703
|
+
| `hreflang` | public | `string \| undefined` | | | |
|
|
1704
|
+
| `ping` | public | `string \| undefined` | | | |
|
|
1705
|
+
| `referrerpolicy` | public | `string \| undefined` | | | |
|
|
1706
|
+
| `rel` | public | `string \| undefined` | | | |
|
|
1707
|
+
| `target` | public | `string \| undefined` | | | |
|
|
1708
|
+
| `type` | public | `string \| undefined` | | | |
|
|
1709
|
+
| `download` | public | `string \| undefined` | | | |
|
|
1710
|
+
| `groupingDisabled` | public | `boolean` | `false` | | mixinGroupableColumnAPI |
|
|
1711
|
+
| `groupIndex` | public | `number \| null \| undefined` | | | mixinGroupableColumnAPI |
|
|
1712
|
+
| `fractionalWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
1713
|
+
| `minPixelWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
1714
|
+
| `placeholder` | public | `string \| undefined` | | | mixinColumnWithPlaceholderAPI |
|
|
1715
|
+
| `sortingDisabled` | public | `boolean` | `false` | | mixinSortableColumnAPI |
|
|
1716
|
+
| `sortIndex` | public | `number \| null \| undefined` | | | mixinSortableColumnAPI |
|
|
1717
|
+
| `sortDirection` | public | `TableColumnSortDirection` | | | mixinSortableColumnAPI |
|
|
1718
|
+
| `sortByFieldName` | public | `string \| undefined` | | | mixinCustomSortOrderColumnAPI |
|
|
1719
|
+
|
|
1720
|
+
### Methods
|
|
1721
|
+
|
|
1722
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1723
|
+
| --------------------------------------- | --------- | ----------- | ------------------------------------------------ | ---------------------------------------------------- | ----------------------------- |
|
|
1724
|
+
| `placeholderChanged` | public | | | `void` | |
|
|
1725
|
+
| `handleSortConfigurationChange` | public | | | `void` | mixinCustomSortOrderColumnAPI |
|
|
1726
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TableColumnAnchorValidator>` | |
|
|
1727
|
+
| `labelFieldNameChanged` | protected | | | `void` | |
|
|
1728
|
+
| `hrefFieldNameChanged` | protected | | | `void` | |
|
|
1729
|
+
| `appearanceChanged` | protected | | | `void` | |
|
|
1730
|
+
| `underlineHiddenChanged` | protected | | | `void` | |
|
|
1731
|
+
| `hreflangChanged` | protected | | | `void` | |
|
|
1732
|
+
| `pingChanged` | protected | | | `void` | |
|
|
1733
|
+
| `referrerpolicyChanged` | protected | | | `void` | |
|
|
1734
|
+
| `relChanged` | protected | | | `void` | |
|
|
1735
|
+
| `targetChanged` | protected | | | `void` | |
|
|
1736
|
+
| `typeChanged` | protected | | | `void` | |
|
|
1737
|
+
| `downloadChanged` | protected | | | `void` | |
|
|
1738
|
+
| `groupingDisabledChanged` | public | | | `void` | mixinGroupableColumnAPI |
|
|
1739
|
+
| `groupIndexChanged` | public | | | `void` | mixinGroupableColumnAPI |
|
|
1740
|
+
| `fractionalWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
1741
|
+
| `minPixelWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
1742
|
+
| `getResolvedOperandDataRecordFieldName` | public | | `initialOperandFieldName: string \| undefined` | `string \| undefined` | mixinCustomSortOrderColumnAPI |
|
|
1743
|
+
| `getResolvedSortOperation` | public | | `initialSortOperation: TableColumnSortOperation` | `TableColumnSortOperation` | mixinCustomSortOrderColumnAPI |
|
|
1744
|
+
|
|
1745
|
+
### Attributes
|
|
1746
|
+
|
|
1747
|
+
| Name | Field | Inherited From |
|
|
1748
|
+
| ------------------ | --------------- | -------------- |
|
|
1749
|
+
| `label-field-name` | labelFieldName | |
|
|
1750
|
+
| `href-field-name` | hrefFieldName | |
|
|
1751
|
+
| `appearance` | appearance | |
|
|
1752
|
+
| `underline-hidden` | underlineHidden | |
|
|
1753
|
+
| `hreflang` | hreflang | |
|
|
1754
|
+
| `ping` | ping | |
|
|
1755
|
+
| `referrerpolicy` | referrerpolicy | |
|
|
1756
|
+
| `rel` | rel | |
|
|
1757
|
+
| `target` | target | |
|
|
1758
|
+
| `type` | type | |
|
|
1759
|
+
| `download` | download | |
|
|
1760
|
+
|
|
1761
|
+
<hr/>
|
|
1762
|
+
|
|
1763
|
+
## class: `TableColumn`
|
|
1764
|
+
|
|
1765
|
+
### Superclass
|
|
1766
|
+
|
|
1767
|
+
| Name | Module | Package |
|
|
1768
|
+
| ------------------- | ------ | ------------------- |
|
|
1769
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
1770
|
+
|
|
1771
|
+
### Fields
|
|
1772
|
+
|
|
1773
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1774
|
+
| ----------------- | ------- | --------------------- | ------- | ----------- | -------------- |
|
|
1775
|
+
| `columnId` | public | `string \| undefined` | | | |
|
|
1776
|
+
| `actionMenuSlot` | public | `string \| undefined` | | | |
|
|
1777
|
+
| `actionMenuLabel` | public | `string \| undefined` | | | |
|
|
1778
|
+
| `columnHidden` | public | `boolean` | `false` | | |
|
|
1779
|
+
| `validity` | public | `TableColumnValidity` | | | |
|
|
1780
|
+
|
|
1781
|
+
### Methods
|
|
1782
|
+
|
|
1783
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1784
|
+
| --------------------------- | --------- | ----------- | ---------- | ------------------------------------------ | -------------- |
|
|
1785
|
+
| `checkValidity` | public | | | `boolean` | |
|
|
1786
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TColumnValidator>` | |
|
|
1787
|
+
|
|
1788
|
+
### Attributes
|
|
1789
|
+
|
|
1790
|
+
| Name | Field | Inherited From |
|
|
1791
|
+
| ------------------- | --------------- | -------------- |
|
|
1792
|
+
| `column-id` | columnId | |
|
|
1793
|
+
| `action-menu-slot` | actionMenuSlot | |
|
|
1794
|
+
| `action-menu-label` | actionMenuLabel | |
|
|
1795
|
+
| `column-hidden` | columnHidden | |
|
|
1796
|
+
|
|
1797
|
+
<hr/>
|
|
1798
|
+
|
|
1799
|
+
## class: `TableColumnDateText`
|
|
1800
|
+
|
|
1801
|
+
### Superclass
|
|
1802
|
+
|
|
1803
|
+
| Name | Module | Package |
|
|
1804
|
+
| ---- | ----------------------------------- | ------- |
|
|
1805
|
+
| | src/table-column/date-text/index.ts | |
|
|
1806
|
+
|
|
1807
|
+
### Fields
|
|
1808
|
+
|
|
1809
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1810
|
+
| ----------------------- | ------- | ------------------------ | ------- | ----------- | -------------- |
|
|
1811
|
+
| `format` | public | `DateTextFormat` | | | |
|
|
1812
|
+
| `customLocaleMatcher` | public | `LocaleMatcherAlgorithm` | | | |
|
|
1813
|
+
| `customWeekday` | public | `WeekdayFormat` | | | |
|
|
1814
|
+
| `customEra` | public | `EraFormat` | | | |
|
|
1815
|
+
| `customYear` | public | `YearFormat` | | | |
|
|
1816
|
+
| `customMonth` | public | `MonthFormat` | | | |
|
|
1817
|
+
| `customDay` | public | `DayFormat` | | | |
|
|
1818
|
+
| `customHour` | public | `HourFormat` | | | |
|
|
1819
|
+
| `customMinute` | public | `MinuteFormat` | | | |
|
|
1820
|
+
| `customSecond` | public | `SecondFormat` | | | |
|
|
1821
|
+
| `customTimeZoneName` | public | `TimeZoneNameFormat` | | | |
|
|
1822
|
+
| `customFormatMatcher` | public | `FormatMatcherAlgorithm` | | | |
|
|
1823
|
+
| `customHour12` | public | `boolean \| undefined` | | | |
|
|
1824
|
+
| `customTimeZone` | public | `string \| undefined` | | | |
|
|
1825
|
+
| `customCalendar` | public | `string \| undefined` | | | |
|
|
1826
|
+
| `customDayPeriod` | public | `DayPeriodFormat` | | | |
|
|
1827
|
+
| `customNumberingSystem` | public | `string \| undefined` | | | |
|
|
1828
|
+
| `customDateStyle` | public | `DateStyle` | | | |
|
|
1829
|
+
| `customTimeStyle` | public | `TimeStyle` | | | |
|
|
1830
|
+
| `customHourCycle` | public | `HourCycleFormat` | | | |
|
|
1831
|
+
|
|
1832
|
+
### Methods
|
|
1833
|
+
|
|
1834
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1835
|
+
| ------------------------------ | --------- | ----------- | ---------- | ------------------------------------------------------ | -------------- |
|
|
1836
|
+
| `placeholderChanged` | public | | | `void` | |
|
|
1837
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TableColumnDateTextValidator>` | |
|
|
1838
|
+
| `formatChanged` | protected | | | `void` | |
|
|
1839
|
+
| `customLocaleMatcherChanged` | protected | | | `void` | |
|
|
1840
|
+
| `customWeekdayChanged` | protected | | | `void` | |
|
|
1841
|
+
| `customEraChanged` | protected | | | `void` | |
|
|
1842
|
+
| `customYearChanged` | protected | | | `void` | |
|
|
1843
|
+
| `customMonthChanged` | protected | | | `void` | |
|
|
1844
|
+
| `customDayChanged` | protected | | | `void` | |
|
|
1845
|
+
| `customHourChanged` | protected | | | `void` | |
|
|
1846
|
+
| `customMinuteChanged` | protected | | | `void` | |
|
|
1847
|
+
| `customSecondChanged` | protected | | | `void` | |
|
|
1848
|
+
| `customTimeZoneNameChanged` | protected | | | `void` | |
|
|
1849
|
+
| `customFormatMatcherChanged` | protected | | | `void` | |
|
|
1850
|
+
| `customHour12Changed` | protected | | | `void` | |
|
|
1851
|
+
| `customTimeZoneChanged` | protected | | | `void` | |
|
|
1852
|
+
| `customCalendarChanged` | protected | | | `void` | |
|
|
1853
|
+
| `customDayPeriodChanged` | protected | | | `void` | |
|
|
1854
|
+
| `customNumberingSystemChanged` | protected | | | `void` | |
|
|
1855
|
+
| `customDateStyleChanged` | protected | | | `void` | |
|
|
1856
|
+
| `customTimeStyleChanged` | protected | | | `void` | |
|
|
1857
|
+
| `customHourCycleChanged` | protected | | | `void` | |
|
|
1858
|
+
|
|
1859
|
+
### Attributes
|
|
1860
|
+
|
|
1861
|
+
| Name | Field | Inherited From |
|
|
1862
|
+
| ------------------------- | --------------------- | -------------- |
|
|
1863
|
+
| `format` | format | |
|
|
1864
|
+
| `custom-locale-matcher` | customLocaleMatcher | |
|
|
1865
|
+
| `custom-weekday` | customWeekday | |
|
|
1866
|
+
| `custom-era` | customEra | |
|
|
1867
|
+
| `custom-year` | customYear | |
|
|
1868
|
+
| `custom-month` | customMonth | |
|
|
1869
|
+
| `custom-day` | customDay | |
|
|
1870
|
+
| `custom-hour` | customHour | |
|
|
1871
|
+
| `custom-minute` | customMinute | |
|
|
1872
|
+
| `custom-second` | customSecond | |
|
|
1873
|
+
| `custom-time-zone-name` | customTimeZoneName | |
|
|
1874
|
+
| `custom-format-matcher` | customFormatMatcher | |
|
|
1875
|
+
| `custom-hour12` | customHour12 | |
|
|
1876
|
+
| `custom-time-zone` | customTimeZone | |
|
|
1877
|
+
| `custom-calendar` | customCalendar | |
|
|
1878
|
+
| `custom-day-period` | customDayPeriod | |
|
|
1879
|
+
| `custom-numbering-system` | customNumberingSystem | |
|
|
1880
|
+
| `custom-date-style` | customDateStyle | |
|
|
1881
|
+
| `custom-time-style` | customTimeStyle | |
|
|
1882
|
+
| `custom-hour-cycle` | customHourCycle | |
|
|
1883
|
+
|
|
1884
|
+
<hr/>
|
|
1885
|
+
|
|
1886
|
+
## class: `TableColumnDurationText`
|
|
1887
|
+
|
|
1888
|
+
### Superclass
|
|
1889
|
+
|
|
1890
|
+
| Name | Module | Package |
|
|
1891
|
+
| ---- | --------------------------------------- | ------- |
|
|
1892
|
+
| | src/table-column/duration-text/index.ts | |
|
|
1893
|
+
|
|
1894
|
+
### Methods
|
|
1895
|
+
|
|
1896
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1897
|
+
| --------------------------- | --------- | ----------- | ---------- | ------------------------ | -------------- |
|
|
1898
|
+
| `placeholderChanged` | public | | | `void` | |
|
|
1899
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions` | |
|
|
1900
|
+
|
|
1901
|
+
<hr/>
|
|
1902
|
+
|
|
1903
|
+
## class: `TableColumnEnumBase`
|
|
1904
|
+
|
|
1905
|
+
### Superclass
|
|
1906
|
+
|
|
1907
|
+
| Name | Module | Package |
|
|
1908
|
+
| ------------- | ---------------------- | ------- |
|
|
1909
|
+
| `TableColumn` | /src/table-column/base | |
|
|
1910
|
+
|
|
1911
|
+
### Fields
|
|
1912
|
+
|
|
1913
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1914
|
+
| ----------------- | ------- | --------------------- | ---------- | ----------- | -------------- |
|
|
1915
|
+
| `fieldName` | public | `string \| undefined` | | | |
|
|
1916
|
+
| `keyType` | public | `MappingKeyType` | `'string'` | | |
|
|
1917
|
+
| `columnId` | public | `string \| undefined` | | | TableColumn |
|
|
1918
|
+
| `actionMenuSlot` | public | `string \| undefined` | | | TableColumn |
|
|
1919
|
+
| `actionMenuLabel` | public | `string \| undefined` | | | TableColumn |
|
|
1920
|
+
| `columnHidden` | public | `boolean` | `false` | | TableColumn |
|
|
1921
|
+
| `validity` | public | `TableColumnValidity` | | | TableColumn |
|
|
1922
|
+
|
|
1923
|
+
### Methods
|
|
1924
|
+
|
|
1925
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1926
|
+
| --------------------------- | --------- | ---------------------------------------------------------------------- | -------------------------------- | ------------------------------------------ | -------------- |
|
|
1927
|
+
| `createMappingConfig` | protected | Implementations should throw an error if an invalid Mapping is passed. | `mapping: Mapping<unknown>` | `MappingConfig` | |
|
|
1928
|
+
| `createColumnConfig` | protected | | `mappingConfigs: MappingConfigs` | `TColumnConfig` | |
|
|
1929
|
+
| `checkValidity` | public | | | `boolean` | TableColumn |
|
|
1930
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TColumnValidator>` | TableColumn |
|
|
1931
|
+
|
|
1932
|
+
### Attributes
|
|
1933
|
+
|
|
1934
|
+
| Name | Field | Inherited From |
|
|
1935
|
+
| ------------------- | --------------- | -------------- |
|
|
1936
|
+
| `field-name` | fieldName | |
|
|
1937
|
+
| `key-type` | keyType | |
|
|
1938
|
+
| `column-id` | columnId | TableColumn |
|
|
1939
|
+
| `action-menu-slot` | actionMenuSlot | TableColumn |
|
|
1940
|
+
| `action-menu-label` | actionMenuLabel | TableColumn |
|
|
1941
|
+
| `column-hidden` | columnHidden | TableColumn |
|
|
1942
|
+
|
|
1943
|
+
<hr/>
|
|
1944
|
+
|
|
1945
|
+
## class: `TableColumnMapping`
|
|
1946
|
+
|
|
1947
|
+
### Superclass
|
|
1948
|
+
|
|
1949
|
+
| Name | Module | Package |
|
|
1950
|
+
| ---- | --------------------------------- | ------- |
|
|
1951
|
+
| | src/table-column/mapping/index.ts | |
|
|
1952
|
+
|
|
1953
|
+
### Fields
|
|
1954
|
+
|
|
1955
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1956
|
+
| ------------------ | ------- | ----------------------------- | ------- | ----------- | ----------------------------- |
|
|
1957
|
+
| `widthMode` | public | `TableColumnMappingWidthMode` | | | |
|
|
1958
|
+
| `groupingDisabled` | public | `boolean` | `false` | | mixinGroupableColumnAPI |
|
|
1959
|
+
| `groupIndex` | public | `number \| null \| undefined` | | | mixinGroupableColumnAPI |
|
|
1960
|
+
| `fractionalWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
1961
|
+
| `minPixelWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
1962
|
+
| `sortingDisabled` | public | `boolean` | `false` | | mixinSortableColumnAPI |
|
|
1963
|
+
| `sortIndex` | public | `number \| null \| undefined` | | | mixinSortableColumnAPI |
|
|
1964
|
+
| `sortDirection` | public | `TableColumnSortDirection` | | | mixinSortableColumnAPI |
|
|
1965
|
+
|
|
1966
|
+
### Methods
|
|
1967
|
+
|
|
1968
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
1969
|
+
| --------------------------- | --------- | ----------- | -------------------------------- | ----------------------------------------------------- | ----------------------------- |
|
|
1970
|
+
| `minPixelWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
1971
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TableColumnMappingValidator>` | |
|
|
1972
|
+
| `createColumnConfig` | protected | | `mappingConfigs: MappingConfigs` | `TableColumnEnumColumnConfig` | |
|
|
1973
|
+
| `createMappingConfig` | protected | | `mapping: Mapping<unknown>` | `MappingConfig` | |
|
|
1974
|
+
| `groupingDisabledChanged` | public | | | `void` | mixinGroupableColumnAPI |
|
|
1975
|
+
| `groupIndexChanged` | public | | | `void` | mixinGroupableColumnAPI |
|
|
1976
|
+
| `fractionalWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
1977
|
+
|
|
1978
|
+
### Attributes
|
|
1979
|
+
|
|
1980
|
+
| Name | Field | Inherited From |
|
|
1981
|
+
| ------------ | --------- | -------------- |
|
|
1982
|
+
| `width-mode` | widthMode | |
|
|
1983
|
+
|
|
1984
|
+
<hr/>
|
|
1985
|
+
|
|
1986
|
+
## class: `TableColumnMenuButton`
|
|
1987
|
+
|
|
1988
|
+
### Superclass
|
|
1989
|
+
|
|
1990
|
+
| Name | Module | Package |
|
|
1991
|
+
| ---- | ------------------------------------- | ------- |
|
|
1992
|
+
| | src/table-column/menu-button/index.ts | |
|
|
1993
|
+
|
|
1994
|
+
### Fields
|
|
1995
|
+
|
|
1996
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1997
|
+
| ----------------- | ------- | ----------------------------- | ------- | ----------- | ----------------------------- |
|
|
1998
|
+
| `fieldName` | public | `string \| undefined` | | | |
|
|
1999
|
+
| `menuSlot` | public | `string \| undefined` | | | |
|
|
2000
|
+
| `fractionalWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
2001
|
+
| `minPixelWidth` | public | `number \| null \| undefined` | | | mixinFractionalWidthColumnAPI |
|
|
2002
|
+
|
|
2003
|
+
### Methods
|
|
2004
|
+
|
|
2005
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2006
|
+
| --------------------------- | --------- | ----------- | ---------- | ------------------------ | ----------------------------- |
|
|
2007
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions` | |
|
|
2008
|
+
| `fieldNameChanged` | protected | | | `void` | |
|
|
2009
|
+
| `menuSlotChanged` | protected | | | `void` | |
|
|
2010
|
+
| `fractionalWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
2011
|
+
| `minPixelWidthChanged` | public | | | `void` | mixinFractionalWidthColumnAPI |
|
|
2012
|
+
|
|
2013
|
+
### Attributes
|
|
2014
|
+
|
|
2015
|
+
| Name | Field | Inherited From |
|
|
2016
|
+
| ------------ | --------- | -------------- |
|
|
2017
|
+
| `field-name` | fieldName | |
|
|
2018
|
+
| `menu-slot` | menuSlot | |
|
|
2019
|
+
|
|
2020
|
+
<hr/>
|
|
2021
|
+
|
|
2022
|
+
## class: `TableColumnNumberText`
|
|
2023
|
+
|
|
2024
|
+
### Superclass
|
|
2025
|
+
|
|
2026
|
+
| Name | Module | Package |
|
|
2027
|
+
| ---- | ------------------------------------- | ------- |
|
|
2028
|
+
| | src/table-column/number-text/index.ts | |
|
|
2029
|
+
|
|
2030
|
+
### Fields
|
|
2031
|
+
|
|
2032
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2033
|
+
| ---------------------- | ------- | --------------------- | ------- | ----------- | -------------- |
|
|
2034
|
+
| `format` | public | `NumberTextFormat` | | | |
|
|
2035
|
+
| `alignment` | public | `NumberTextAlignment` | | | |
|
|
2036
|
+
| `decimalDigits` | public | `number \| undefined` | | | |
|
|
2037
|
+
| `decimalMaximumDigits` | public | `number \| undefined` | | | |
|
|
2038
|
+
|
|
2039
|
+
### Methods
|
|
2040
|
+
|
|
2041
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2042
|
+
| --------------------------- | --------- | ----------- | ---------- | -------------------------------------------------------- | -------------- |
|
|
2043
|
+
| `placeholderChanged` | public | | | `void` | |
|
|
2044
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TableColumnNumberTextValidator>` | |
|
|
2045
|
+
|
|
2046
|
+
### Attributes
|
|
2047
|
+
|
|
2048
|
+
| Name | Field | Inherited From |
|
|
2049
|
+
| ------------------------ | -------------------- | -------------- |
|
|
2050
|
+
| `format` | format | |
|
|
2051
|
+
| `alignment` | alignment | |
|
|
2052
|
+
| `decimal-digits` | decimalDigits | |
|
|
2053
|
+
| `decimal-maximum-digits` | decimalMaximumDigits | |
|
|
2054
|
+
|
|
2055
|
+
<hr/>
|
|
2056
|
+
|
|
2057
|
+
## class: `TableColumnText`
|
|
2058
|
+
|
|
2059
|
+
### Superclass
|
|
2060
|
+
|
|
2061
|
+
| Name | Module | Package |
|
|
2062
|
+
| ---- | ------------------------------ | ------- |
|
|
2063
|
+
| | src/table-column/text/index.ts | |
|
|
2064
|
+
|
|
2065
|
+
### Fields
|
|
2066
|
+
|
|
2067
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2068
|
+
| ----------------- | ------- | --------------------- | ------- | ----------- | ----------------------------- |
|
|
2069
|
+
| `sortByFieldName` | public | `string \| undefined` | | | mixinCustomSortOrderColumnAPI |
|
|
2070
|
+
|
|
2071
|
+
### Methods
|
|
2072
|
+
|
|
2073
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2074
|
+
| --------------------------------------- | --------- | ----------- | ------------------------------------------------ | -------------------------------------------------- | ----------------------------- |
|
|
2075
|
+
| `placeholderChanged` | public | | | `void` | |
|
|
2076
|
+
| `handleSortConfigurationChange` | public | | | `void` | mixinCustomSortOrderColumnAPI |
|
|
2077
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TableColumnTextValidator>` | |
|
|
2078
|
+
| `fieldNameChanged` | protected | | | `void` | |
|
|
2079
|
+
| `getResolvedOperandDataRecordFieldName` | public | | `initialOperandFieldName: string \| undefined` | `string \| undefined` | mixinCustomSortOrderColumnAPI |
|
|
2080
|
+
| `getResolvedSortOperation` | public | | `initialSortOperation: TableColumnSortOperation` | `TableColumnSortOperation` | mixinCustomSortOrderColumnAPI |
|
|
2081
|
+
|
|
2082
|
+
<hr/>
|
|
2083
|
+
|
|
2084
|
+
## class: `TableColumnTextBase`
|
|
2085
|
+
|
|
2086
|
+
### Superclass
|
|
2087
|
+
|
|
2088
|
+
| Name | Module | Package |
|
|
2089
|
+
| ------------- | ---------------------- | ------- |
|
|
2090
|
+
| `TableColumn` | /src/table-column/base | |
|
|
2091
|
+
|
|
2092
|
+
### Fields
|
|
2093
|
+
|
|
2094
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2095
|
+
| ----------------- | ------- | --------------------- | ------- | ----------- | -------------- |
|
|
2096
|
+
| `fieldName` | public | `string \| undefined` | | | |
|
|
2097
|
+
| `columnId` | public | `string \| undefined` | | | TableColumn |
|
|
2098
|
+
| `actionMenuSlot` | public | `string \| undefined` | | | TableColumn |
|
|
2099
|
+
| `actionMenuLabel` | public | `string \| undefined` | | | TableColumn |
|
|
2100
|
+
| `columnHidden` | public | `boolean` | `false` | | TableColumn |
|
|
2101
|
+
| `validity` | public | `TableColumnValidity` | | | TableColumn |
|
|
2102
|
+
|
|
2103
|
+
### Methods
|
|
2104
|
+
|
|
2105
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2106
|
+
| --------------------------- | --------- | ----------- | ---------- | ------------------------------------------ | -------------- |
|
|
2107
|
+
| `fieldNameChanged` | protected | | | `void` | |
|
|
2108
|
+
| `checkValidity` | public | | | `boolean` | TableColumn |
|
|
2109
|
+
| `getColumnInternalsOptions` | protected | | | `ColumnInternalsOptions<TColumnValidator>` | TableColumn |
|
|
2110
|
+
|
|
2111
|
+
### Attributes
|
|
2112
|
+
|
|
2113
|
+
| Name | Field | Inherited From |
|
|
2114
|
+
| ------------------- | --------------- | -------------- |
|
|
2115
|
+
| `field-name` | fieldName | |
|
|
2116
|
+
| `column-id` | columnId | TableColumn |
|
|
2117
|
+
| `action-menu-slot` | actionMenuSlot | TableColumn |
|
|
2118
|
+
| `action-menu-label` | actionMenuLabel | TableColumn |
|
|
2119
|
+
| `column-hidden` | columnHidden | TableColumn |
|
|
2120
|
+
|
|
2121
|
+
<hr/>
|
|
2122
|
+
|
|
2123
|
+
## class: `Unit`
|
|
2124
|
+
|
|
2125
|
+
### Superclass
|
|
2126
|
+
|
|
2127
|
+
| Name | Module | Package |
|
|
2128
|
+
| ------------------- | ------ | ------------------- |
|
|
2129
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
2130
|
+
|
|
2131
|
+
<hr/>
|
|
2132
|
+
|
|
2133
|
+
## class: `UnitByte`
|
|
2134
|
+
|
|
2135
|
+
### Superclass
|
|
2136
|
+
|
|
2137
|
+
| Name | Module | Package |
|
|
2138
|
+
| ------ | ------------------- | ------- |
|
|
2139
|
+
| `Unit` | /src/unit/base/unit | |
|
|
2140
|
+
|
|
2141
|
+
### Fields
|
|
2142
|
+
|
|
2143
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2144
|
+
| ------------------- | ------- | --------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------------- |
|
|
2145
|
+
| `binary` | public | `boolean` | `false` | Use binary (base 1024 scale with binary prefixes) instead of
the default of decimal (base 1000 scale with metric prefixes) | |
|
|
2146
|
+
| `resolvedUnitScale` | | | `unitScaleByte` | | |
|
|
2147
|
+
|
|
2148
|
+
### Attributes
|
|
2149
|
+
|
|
2150
|
+
| Name | Field | Inherited From |
|
|
2151
|
+
| -------- | ------ | -------------- |
|
|
2152
|
+
| `binary` | binary | |
|
|
2153
|
+
|
|
2154
|
+
<hr/>
|
|
2155
|
+
|
|
2156
|
+
## class: `UnitCelsius`
|
|
2157
|
+
|
|
2158
|
+
### Superclass
|
|
2159
|
+
|
|
2160
|
+
| Name | Module | Package |
|
|
2161
|
+
| ------ | ------------------- | ------- |
|
|
2162
|
+
| `Unit` | /src/unit/base/unit | |
|
|
2163
|
+
|
|
2164
|
+
### Fields
|
|
2165
|
+
|
|
2166
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2167
|
+
| ------------------- | ------- | ---- | ------------------ | ----------- | -------------- |
|
|
2168
|
+
| `resolvedUnitScale` | | | `unitScaleCelsius` | | |
|
|
2169
|
+
|
|
2170
|
+
<hr/>
|
|
2171
|
+
|
|
2172
|
+
## class: `UnitFahrenheit`
|
|
2173
|
+
|
|
2174
|
+
### Superclass
|
|
2175
|
+
|
|
2176
|
+
| Name | Module | Package |
|
|
2177
|
+
| ------ | ------------------- | ------- |
|
|
2178
|
+
| `Unit` | /src/unit/base/unit | |
|
|
2179
|
+
|
|
2180
|
+
### Fields
|
|
2181
|
+
|
|
2182
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2183
|
+
| ------------------- | ------- | ---- | --------------------- | ----------- | -------------- |
|
|
2184
|
+
| `resolvedUnitScale` | | | `unitScaleFahrenheit` | | |
|
|
2185
|
+
|
|
2186
|
+
<hr/>
|
|
2187
|
+
|
|
2188
|
+
## class: `UnitVolt`
|
|
2189
|
+
|
|
2190
|
+
### Superclass
|
|
2191
|
+
|
|
2192
|
+
| Name | Module | Package |
|
|
2193
|
+
| ------ | ------------------- | ------- |
|
|
2194
|
+
| `Unit` | /src/unit/base/unit | |
|
|
2195
|
+
|
|
2196
|
+
### Fields
|
|
2197
|
+
|
|
2198
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2199
|
+
| ------------------- | ------- | ---- | --------------- | ----------- | -------------- |
|
|
2200
|
+
| `resolvedUnitScale` | | | `unitScaleVolt` | | |
|
|
2201
|
+
|
|
2202
|
+
<hr/>
|
|
2203
|
+
|
|
2204
|
+
## class: `Computations`
|
|
2205
|
+
|
|
2206
|
+
### Fields
|
|
2207
|
+
|
|
2208
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2209
|
+
| ----------------------- | ------- | ----------------------------- | ------- | ----------- | -------------- |
|
|
2210
|
+
| `horizontalScale` | public | `ScaleLinear<number, number>` | | | |
|
|
2211
|
+
| `verticalScale` | public | `ScaleLinear<number, number>` | | | |
|
|
2212
|
+
| `containerDimensions` | public | `Dimensions` | | | |
|
|
2213
|
+
| `dieDimensions` | public | `Dimensions` | | | |
|
|
2214
|
+
| `margin` | public | `Margin` | | | |
|
|
2215
|
+
| `verticalCoefficient` | public | `number` | | | |
|
|
2216
|
+
| `horizontalCoefficient` | public | `number` | | | |
|
|
2217
|
+
| `horizontalConstant` | public | `number` | | | |
|
|
2218
|
+
| `verticalConstant` | public | `number` | | | |
|
|
2219
|
+
| `gridMinX` | public | `number` | | | |
|
|
2220
|
+
| `gridMaxX` | public | `number` | | | |
|
|
2221
|
+
| `gridMinY` | public | `number` | | | |
|
|
2222
|
+
| `gridMaxY` | public | `number` | | | |
|
|
2223
|
+
| `labelsFontSize` | public | `number` | | | |
|
|
2224
|
+
| `colorScale` | public | `ColorScale` | | | |
|
|
2225
|
+
|
|
2226
|
+
### Methods
|
|
2227
|
+
|
|
2228
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2229
|
+
| ----------------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2230
|
+
| `componentResizeUpdate` | public | | | `void` | |
|
|
2231
|
+
| `inputDataUpdate` | public | | | `void` | |
|
|
2232
|
+
| `colorAndTextUpdate` | public | | | `void` | |
|
|
2233
|
+
|
|
2234
|
+
<hr/>
|
|
2235
|
+
|
|
2236
|
+
## class: `HoverHandler`
|
|
2237
|
+
|
|
2238
|
+
<hr/>
|
|
2239
|
+
|
|
2240
|
+
## class: `WorkerRenderer`
|
|
2241
|
+
|
|
2242
|
+
### Methods
|
|
2243
|
+
|
|
2244
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2245
|
+
| ------------- | ------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------------- |
|
|
2246
|
+
| `setupWafer` | public | | `snapshot: {
|
|
2247
|
+
canvasDimensions: Dimensions,
|
|
2248
|
+
renderConfig: RenderConfig,
|
|
2249
|
+
columnIndices: Int32Array,
|
|
2250
|
+
rowIndices: Int32Array,
|
|
2251
|
+
values: Float64Array
|
|
2252
|
+
}` | `Promise<void>` | |
|
|
2253
|
+
| `drawWafer` | public | | `snapshot: {
|
|
2254
|
+
canvasDimensions: Dimensions,
|
|
2255
|
+
dieDimensions: Dimensions,
|
|
2256
|
+
transform: ZoomTransform,
|
|
2257
|
+
dieLabelsHidden: boolean
|
|
2258
|
+
}` | `Promise<void>` | |
|
|
2259
|
+
| `renderHover` | public | | | `void` | |
|
|
2260
|
+
|
|
2261
|
+
<hr/>
|
|
2262
|
+
|
|
2263
|
+
## class: `Computations`
|
|
2264
|
+
|
|
2265
|
+
### Fields
|
|
2266
|
+
|
|
2267
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2268
|
+
| ------------------------- | ------- | ------------------------------- | ------- | ----------- | -------------- |
|
|
2269
|
+
| `containerDimensions` | public | `Dimensions` | | | |
|
|
2270
|
+
| `dieDimensions` | public | `Dimensions` | | | |
|
|
2271
|
+
| `radius` | public | `number` | | | |
|
|
2272
|
+
| `margin` | public | `Margin` | | | |
|
|
2273
|
+
| `horizontalScale` | public | `ScaleBand<number>` | | | |
|
|
2274
|
+
| `verticalScale` | public | `ScaleBand<number>` | | | |
|
|
2275
|
+
| `invertedHorizontalScale` | public | `ScaleQuantile<number, number>` | | | |
|
|
2276
|
+
| `invertedVerticalScale` | public | `ScaleQuantile<number, number>` | | | |
|
|
2277
|
+
|
|
2278
|
+
### Methods
|
|
2279
|
+
|
|
2280
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2281
|
+
| --------------------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2282
|
+
| `updateContainerDimensions` | public | | | `void` | |
|
|
2283
|
+
| `updateScales` | public | | | `void` | |
|
|
2284
|
+
|
|
2285
|
+
<hr/>
|
|
2286
|
+
|
|
2287
|
+
## class: `DataManager`
|
|
2288
|
+
|
|
2289
|
+
### Fields
|
|
2290
|
+
|
|
2291
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2292
|
+
| ------------------------- | ------- | ------------------------------- | ------- | ----------- | -------------- |
|
|
2293
|
+
| `containerDimensions` | public | `Dimensions` | | | |
|
|
2294
|
+
| `dieDimensions` | public | `Dimensions` | | | |
|
|
2295
|
+
| `radius` | public | `number` | | | |
|
|
2296
|
+
| `margin` | public | `Margin` | | | |
|
|
2297
|
+
| `horizontalScale` | public | `ScaleBand<number>` | | | |
|
|
2298
|
+
| `invertedHorizontalScale` | public | `ScaleQuantile<number, number>` | | | |
|
|
2299
|
+
| `verticalScale` | public | `ScaleBand<number>` | | | |
|
|
2300
|
+
| `invertedVerticalScale` | public | `ScaleQuantile<number, number>` | | | |
|
|
2301
|
+
| `labelsFontSize` | public | `number` | | | |
|
|
2302
|
+
| `diesRenderInfo` | public | `DieRenderInfo[]` | | | |
|
|
2303
|
+
| `data` | public | `Map<string, WaferMapDie>` | | | |
|
|
2304
|
+
|
|
2305
|
+
### Methods
|
|
2306
|
+
|
|
2307
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2308
|
+
| --------------------------- | ------- | ----------- | ------------------------- | -------------------------- | -------------- |
|
|
2309
|
+
| `updateContainerDimensions` | public | | | `void` | |
|
|
2310
|
+
| `updateScales` | public | | | `void` | |
|
|
2311
|
+
| `updateLabelsFontSize` | public | | | `void` | |
|
|
2312
|
+
| `updateDiesRenderInfo` | public | | | `void` | |
|
|
2313
|
+
| `getWaferMapDie` | public | | `point: PointCoordinates` | `WaferMapDie \| undefined` | |
|
|
2314
|
+
|
|
2315
|
+
<hr/>
|
|
2316
|
+
|
|
2317
|
+
## class: `HoverHandler`
|
|
2318
|
+
|
|
2319
|
+
<hr/>
|
|
2320
|
+
|
|
2321
|
+
## class: `Prerendering`
|
|
2322
|
+
|
|
2323
|
+
### Fields
|
|
2324
|
+
|
|
2325
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2326
|
+
| ---------------- | ------- | ------------------------------------------------------------------------ | ------- | ----------- | -------------- |
|
|
2327
|
+
| `labelsFontSize` | public | `number` | | | |
|
|
2328
|
+
| `diesRenderInfo` | public | `DieRenderInfo[]` | | | |
|
|
2329
|
+
| `d3ColorScale` | public | `\| ScaleOrdinal<string, string> \| ScaleLinear<string, string>` | | | |
|
|
2330
|
+
|
|
2331
|
+
### Methods
|
|
2332
|
+
|
|
2333
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2334
|
+
| ---------------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2335
|
+
| `updateLabelsFontSize` | public | | | `void` | |
|
|
2336
|
+
| `updateDiesRenderInfo` | public | | | `void` | |
|
|
2337
|
+
|
|
2338
|
+
<hr/>
|
|
2339
|
+
|
|
2340
|
+
## class: `RenderingModule`
|
|
2341
|
+
|
|
2342
|
+
### Methods
|
|
2343
|
+
|
|
2344
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2345
|
+
| ------------------------------ | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2346
|
+
| `updateSortedDiesAndDrawWafer` | public | | | `void` | |
|
|
2347
|
+
| `drawWafer` | public | | | `void` | |
|
|
2348
|
+
| `renderHover` | public | | | `void` | |
|
|
2349
|
+
|
|
2350
|
+
<hr/>
|
|
2351
|
+
|
|
2352
|
+
## class: `WaferMapUpdateTracker`
|
|
2353
|
+
|
|
2354
|
+
### Superclass
|
|
2355
|
+
|
|
2356
|
+
| Name | Module | Package |
|
|
2357
|
+
| --------------- | ------------------------------------ | ------- |
|
|
2358
|
+
| `UpdateTracker` | /src/utilities/models/update-tracker | |
|
|
2359
|
+
|
|
2360
|
+
### Fields
|
|
2361
|
+
|
|
2362
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2363
|
+
| ----------------------------------- | ------- | --------- | ------- | ----------- | -------------- |
|
|
2364
|
+
| `requiresEventsUpdate` | public | `boolean` | | | |
|
|
2365
|
+
| `requiresWorkerWaferSetup` | public | `boolean` | | | |
|
|
2366
|
+
| `requiresContainerDimensionsUpdate` | public | `boolean` | | | |
|
|
2367
|
+
| `requiresComponentResizeUpdate` | public | `boolean` | | | |
|
|
2368
|
+
| `requiresScalesUpdate` | public | `boolean` | | | |
|
|
2369
|
+
| `requiresInputDataUpdate` | public | `boolean` | | | |
|
|
2370
|
+
| `requiresLabelsFontSizeUpdate` | public | `boolean` | | | |
|
|
2371
|
+
| `requiresDiesRenderInfoUpdate` | public | `boolean` | | | |
|
|
2372
|
+
| `requiresColorAndTextUpdate` | public | `boolean` | | | |
|
|
2373
|
+
| `requiresDrawnWaferUpdate` | public | `boolean` | | | |
|
|
2374
|
+
| `requiresRenderHoverUpdate` | public | `boolean` | | | |
|
|
2375
|
+
|
|
2376
|
+
### Methods
|
|
2377
|
+
|
|
2378
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2379
|
+
| ------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------ | -------------- |
|
|
2380
|
+
| `queueUpdate` | public | Queues an update using the DOM and until the update is run no other updates are queued.
After the update is finished, all the tracked items are reset. | | `void` | |
|
|
2381
|
+
|
|
2382
|
+
<hr/>
|
|
2383
|
+
|
|
2384
|
+
## class: `WaferMapValidator`
|
|
2385
|
+
|
|
2386
|
+
### Methods
|
|
2387
|
+
|
|
2388
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2389
|
+
| ------------------------- | ------- | ----------- | ---------- | ------------------ | -------------- |
|
|
2390
|
+
| `getValidity` | public | | | `WaferMapValidity` | |
|
|
2391
|
+
| `isValid` | public | | | `boolean` | |
|
|
2392
|
+
| `validateGridDimensions` | public | | | `boolean` | |
|
|
2393
|
+
| `validateDiesTableSchema` | public | | | `boolean` | |
|
|
2394
|
+
|
|
2395
|
+
<hr/>
|
|
2396
|
+
|
|
2397
|
+
## class: `ZoomHandler`
|
|
2398
|
+
|
|
2399
|
+
### Methods
|
|
2400
|
+
|
|
2401
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2402
|
+
| -------------- | ------- | ----------- | ---------------------------------------- | ------ | -------------- |
|
|
2403
|
+
| `handleChange` | public | | `source: WaferMap, propertyName: string` | `void` | |
|
|
2404
|
+
|
|
2405
|
+
<hr/>
|
|
2406
|
+
|
|
2407
|
+
## class: `MatrixRenderer`
|
|
2408
|
+
|
|
2409
|
+
### Fields
|
|
2410
|
+
|
|
2411
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2412
|
+
| ------------------------ | ------- | ----------------------------------- | ------- | ----------- | -------------- |
|
|
2413
|
+
| `values` | | `Float64Array<ArrayBuffer>` | | | |
|
|
2414
|
+
| `scaledColumnIndices` | | `Float64Array<ArrayBuffer>` | | | |
|
|
2415
|
+
| `scaledRowIndices` | | `Float64Array<ArrayBuffer>` | | | |
|
|
2416
|
+
| `columnIndicesPositions` | | `Int32Array<ArrayBuffer>` | | | |
|
|
2417
|
+
| `colorIndices` | | `Int32Array<ArrayBuffer>` | | | |
|
|
2418
|
+
| `canvas` | | `OffscreenCanvas` | | | |
|
|
2419
|
+
| `context` | | `OffscreenCanvasRenderingContext2D` | | | |
|
|
2420
|
+
|
|
2421
|
+
### Methods
|
|
2422
|
+
|
|
2423
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2424
|
+
| --------------------- | ------- | ----------- | ------------------------------------------------------------------------------- | ------------ | -------------- |
|
|
2425
|
+
| `setMatrixData` | | | `columnIndices: Int32Array, rowIndices: Int32Array, valuesBuffer: Float64Array` | `void` | |
|
|
2426
|
+
| `setRenderConfig` | | | `renderConfig: RenderConfig` | `void` | |
|
|
2427
|
+
| `setTransformConfig` | | | `transformData: TransformConfig` | `void` | |
|
|
2428
|
+
| `setCanvas` | | | `canvas: OffscreenCanvas` | `void` | |
|
|
2429
|
+
| `scaleCanvas` | | | | `void` | |
|
|
2430
|
+
| `setCanvasDimensions` | | | `data: Dimensions` | `void` | |
|
|
2431
|
+
| `getCanvasDimensions` | | | | `Dimensions` | |
|
|
2432
|
+
| `clearCanvas` | | | | `void` | |
|
|
2433
|
+
| `drawWafer` | | | | `void` | |
|
|
2434
|
+
| `drawText` | | | | `void` | |
|
|
2435
|
+
|
|
2436
|
+
<hr/>
|
|
2437
|
+
|
|
2438
|
+
## class: `RichTextMentionView`
|
|
2439
|
+
|
|
2440
|
+
### Superclass
|
|
2441
|
+
|
|
2442
|
+
| Name | Module | Package |
|
|
2443
|
+
| ------------------- | ------ | ------------------- |
|
|
2444
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
2445
|
+
|
|
2446
|
+
### Fields
|
|
2447
|
+
|
|
2448
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2449
|
+
| -------------- | ------- | --------------------- | ------- | ---------------------------------------------------------------- | -------------- |
|
|
2450
|
+
| `mentionHref` | public | `string \| undefined` | | Stores the unique URL of the mentioned user matching the pattern | |
|
|
2451
|
+
| `mentionLabel` | public | `string \| undefined` | | Stores the value of the rendering label | |
|
|
2452
|
+
|
|
2453
|
+
### Attributes
|
|
2454
|
+
|
|
2455
|
+
| Name | Field | Inherited From |
|
|
2456
|
+
| --------------- | ------------ | -------------- |
|
|
2457
|
+
| `mention-href` | mentionHref | |
|
|
2458
|
+
| `mention-label` | mentionLabel | |
|
|
2459
|
+
|
|
2460
|
+
<hr/>
|
|
2461
|
+
|
|
2462
|
+
## class: `RichTextMentionUsersView`
|
|
2463
|
+
|
|
2464
|
+
### Superclass
|
|
2465
|
+
|
|
2466
|
+
| Name | Module | Package |
|
|
2467
|
+
| --------------------- | -------------------------------- | ------- |
|
|
2468
|
+
| `RichTextMentionView` | /src/rich-text-mention/base/view | |
|
|
2469
|
+
|
|
2470
|
+
### Fields
|
|
2471
|
+
|
|
2472
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2473
|
+
| -------------- | ------- | --------------------- | ------- | ---------------------------------------------------------------- | ------------------- |
|
|
2474
|
+
| `mentionHref` | public | `string \| undefined` | | Stores the unique URL of the mentioned user matching the pattern | RichTextMentionView |
|
|
2475
|
+
| `mentionLabel` | public | `string \| undefined` | | Stores the value of the rendering label | RichTextMentionView |
|
|
2476
|
+
|
|
2477
|
+
### Attributes
|
|
2478
|
+
|
|
2479
|
+
| Name | Field | Inherited From |
|
|
2480
|
+
| --------------- | ------------ | ------------------- |
|
|
2481
|
+
| `mention-href` | mentionHref | RichTextMentionView |
|
|
2482
|
+
| `mention-label` | mentionLabel | RichTextMentionView |
|
|
2483
|
+
|
|
2484
|
+
<hr/>
|
|
2485
|
+
|
|
2486
|
+
## class: `TableColumnAnchorCellView`
|
|
2487
|
+
|
|
2488
|
+
### Superclass
|
|
2489
|
+
|
|
2490
|
+
| Name | Module | Package |
|
|
2491
|
+
| --------------- | -------------------------------- | ------- |
|
|
2492
|
+
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2493
|
+
|
|
2494
|
+
### Fields
|
|
2495
|
+
|
|
2496
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2497
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2498
|
+
| `text` | public | `string` | | | |
|
|
2499
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2500
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2501
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2502
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2503
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2504
|
+
|
|
2505
|
+
### Methods
|
|
2506
|
+
|
|
2507
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2508
|
+
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2509
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2510
|
+
|
|
2511
|
+
<hr/>
|
|
2512
|
+
|
|
2513
|
+
## class: `TableCellView`
|
|
2514
|
+
|
|
2515
|
+
### Superclass
|
|
2516
|
+
|
|
2517
|
+
| Name | Module | Package |
|
|
2518
|
+
| ------------------- | ------ | ------------------- |
|
|
2519
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
2520
|
+
|
|
2521
|
+
### Fields
|
|
2522
|
+
|
|
2523
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2524
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2525
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | |
|
|
2526
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | |
|
|
2527
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | |
|
|
2528
|
+
| `recordId` | public | `string \| undefined` | | | |
|
|
2529
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | |
|
|
2530
|
+
|
|
2531
|
+
### Methods
|
|
2532
|
+
|
|
2533
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2534
|
+
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2535
|
+
| `columnChanged` | public | | | `void` | |
|
|
2536
|
+
|
|
2537
|
+
<hr/>
|
|
2538
|
+
|
|
2539
|
+
## class: `TableGroupHeaderView`
|
|
2540
|
+
|
|
2541
|
+
### Superclass
|
|
2542
|
+
|
|
2543
|
+
| Name | Module | Package |
|
|
2544
|
+
| ------------------- | ------ | ------------------- |
|
|
2545
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
2546
|
+
|
|
2547
|
+
### Fields
|
|
2548
|
+
|
|
2549
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2550
|
+
| ------------------ | ------- | ---------------------------- | ------- | ----------- | -------------- |
|
|
2551
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | |
|
|
2552
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | |
|
|
2553
|
+
|
|
2554
|
+
<hr/>
|
|
2555
|
+
|
|
2556
|
+
## class: `TableColumnDateTextCellView`
|
|
2557
|
+
|
|
2558
|
+
### Superclass
|
|
2559
|
+
|
|
2560
|
+
| Name | Module | Package |
|
|
2561
|
+
| ----------------------------- | ------------------------------------- | ------- |
|
|
2562
|
+
| `TableColumnTextCellViewBase` | /src/table-column/text-base/cell-view | |
|
|
2563
|
+
|
|
2564
|
+
### Fields
|
|
2565
|
+
|
|
2566
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2567
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | --------------------------- |
|
|
2568
|
+
| `text` | public | `string` | `''` | Text to render in the cell. | TableColumnTextCellViewBase |
|
|
2569
|
+
| `alignment` | public | `TableColumnAlignment` | | The alignment of the text within the cell. | TableColumnTextCellViewBase |
|
|
2570
|
+
| `isPlaceholder` | public | `boolean` | `false` | Whether or not the text being displayed in the cell view is a placeholder. | TableColumnTextCellViewBase |
|
|
2571
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2572
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2573
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2574
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2575
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2576
|
+
|
|
2577
|
+
### Methods
|
|
2578
|
+
|
|
2579
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2580
|
+
| --------------------- | --------- | ----------- | ---------- | ------ | --------------------------- |
|
|
2581
|
+
| `updateText` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2582
|
+
| `columnConfigChanged` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2583
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2584
|
+
|
|
2585
|
+
<hr/>
|
|
2586
|
+
|
|
2587
|
+
## class: `TableColumnDateTextGroupHeaderView`
|
|
2588
|
+
|
|
2589
|
+
### Superclass
|
|
2590
|
+
|
|
2591
|
+
| Name | Module | Package |
|
|
2592
|
+
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2593
|
+
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2594
|
+
|
|
2595
|
+
### Fields
|
|
2596
|
+
|
|
2597
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2598
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2599
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2600
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2601
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2602
|
+
|
|
2603
|
+
### Methods
|
|
2604
|
+
|
|
2605
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2606
|
+
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2607
|
+
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2608
|
+
|
|
2609
|
+
<hr/>
|
|
2610
|
+
|
|
2611
|
+
## class: `TableColumnDurationTextCellView`
|
|
2612
|
+
|
|
2613
|
+
### Superclass
|
|
2614
|
+
|
|
2615
|
+
| Name | Module | Package |
|
|
2616
|
+
| ----------------------------- | ------------------------------------- | ------- |
|
|
2617
|
+
| `TableColumnTextCellViewBase` | /src/table-column/text-base/cell-view | |
|
|
2618
|
+
|
|
2619
|
+
### Fields
|
|
2620
|
+
|
|
2621
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2622
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | --------------------------- |
|
|
2623
|
+
| `text` | public | `string` | `''` | Text to render in the cell. | TableColumnTextCellViewBase |
|
|
2624
|
+
| `alignment` | public | `TableColumnAlignment` | | The alignment of the text within the cell. | TableColumnTextCellViewBase |
|
|
2625
|
+
| `isPlaceholder` | public | `boolean` | `false` | Whether or not the text being displayed in the cell view is a placeholder. | TableColumnTextCellViewBase |
|
|
2626
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2627
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2628
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2629
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2630
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2631
|
+
|
|
2632
|
+
### Methods
|
|
2633
|
+
|
|
2634
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2635
|
+
| --------------------- | --------- | ----------- | ---------- | ------ | --------------------------- |
|
|
2636
|
+
| `updateText` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2637
|
+
| `columnConfigChanged` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2638
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2639
|
+
|
|
2640
|
+
<hr/>
|
|
2641
|
+
|
|
2642
|
+
## class: `TableColumnDurationTextGroupHeaderView`
|
|
2643
|
+
|
|
2644
|
+
### Superclass
|
|
2645
|
+
|
|
2646
|
+
| Name | Module | Package |
|
|
2647
|
+
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2648
|
+
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2649
|
+
|
|
2650
|
+
### Fields
|
|
2651
|
+
|
|
2652
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2653
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2654
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2655
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2656
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2657
|
+
|
|
2658
|
+
### Methods
|
|
2659
|
+
|
|
2660
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2661
|
+
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2662
|
+
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2663
|
+
|
|
2664
|
+
<hr/>
|
|
2665
|
+
|
|
2666
|
+
## class: `TableColumnMappingCellView`
|
|
2667
|
+
|
|
2668
|
+
### Superclass
|
|
2669
|
+
|
|
2670
|
+
| Name | Module | Package |
|
|
2671
|
+
| --------------- | -------------------------------- | ------- |
|
|
2672
|
+
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2673
|
+
|
|
2674
|
+
### Fields
|
|
2675
|
+
|
|
2676
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2677
|
+
| ----------------------- | ------- | ----------------------------------------------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2678
|
+
| `severity` | public | `IconSeverity` | | | |
|
|
2679
|
+
| `text` | public | `string \| undefined` | | | |
|
|
2680
|
+
| `visualizationTemplate` | public | `\| ViewTemplate<IconView> \| ViewTemplate<SpinnerView> \| undefined` | | | |
|
|
2681
|
+
| `textHidden` | public | `boolean` | `false` | | |
|
|
2682
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2683
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2684
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2685
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2686
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2687
|
+
|
|
2688
|
+
### Methods
|
|
2689
|
+
|
|
2690
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2691
|
+
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2692
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2693
|
+
|
|
2694
|
+
<hr/>
|
|
2695
|
+
|
|
2696
|
+
## class: `TableColumnMappingGroupHeaderView`
|
|
2697
|
+
|
|
2698
|
+
### Superclass
|
|
2699
|
+
|
|
2700
|
+
| Name | Module | Package |
|
|
2701
|
+
| ---------------------- | ---------------------------------------- | ------- |
|
|
2702
|
+
| `TableGroupHeaderView` | /src/table-column/base/group-header-view | |
|
|
2703
|
+
|
|
2704
|
+
### Fields
|
|
2705
|
+
|
|
2706
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2707
|
+
| ----------------------- | ------- | ----------------------------------------------------------------------------- | ------- | ----------- | -------------------- |
|
|
2708
|
+
| `text` | public | `string` | `''` | | |
|
|
2709
|
+
| `severity` | public | `IconSeverity` | | | |
|
|
2710
|
+
| `visualizationTemplate` | public | `\| ViewTemplate<IconView> \| ViewTemplate<SpinnerView> \| undefined` | | | |
|
|
2711
|
+
| `textHidden` | public | `boolean` | `false` | | |
|
|
2712
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2713
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2714
|
+
|
|
2715
|
+
<hr/>
|
|
2716
|
+
|
|
2717
|
+
## class: `TableColumnMenuButtonCellView`
|
|
2718
|
+
|
|
2719
|
+
### Superclass
|
|
2720
|
+
|
|
2721
|
+
| Name | Module | Package |
|
|
2722
|
+
| --------------- | -------------------------------- | ------- |
|
|
2723
|
+
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2724
|
+
|
|
2725
|
+
### Fields
|
|
2726
|
+
|
|
2727
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2728
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2729
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2730
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2731
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2732
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2733
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2734
|
+
|
|
2735
|
+
### Methods
|
|
2736
|
+
|
|
2737
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2738
|
+
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2739
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2740
|
+
|
|
2741
|
+
<hr/>
|
|
2742
|
+
|
|
2743
|
+
## class: `TableColumnNumberTextCellView`
|
|
2744
|
+
|
|
2745
|
+
### Superclass
|
|
2746
|
+
|
|
2747
|
+
| Name | Module | Package |
|
|
2748
|
+
| ----------------------------- | ------------------------------------- | ------- |
|
|
2749
|
+
| `TableColumnTextCellViewBase` | /src/table-column/text-base/cell-view | |
|
|
2750
|
+
|
|
2751
|
+
### Fields
|
|
2752
|
+
|
|
2753
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2754
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | --------------------------- |
|
|
2755
|
+
| `text` | public | `string` | `''` | Text to render in the cell. | TableColumnTextCellViewBase |
|
|
2756
|
+
| `alignment` | public | `TableColumnAlignment` | | The alignment of the text within the cell. | TableColumnTextCellViewBase |
|
|
2757
|
+
| `isPlaceholder` | public | `boolean` | `false` | Whether or not the text being displayed in the cell view is a placeholder. | TableColumnTextCellViewBase |
|
|
2758
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2759
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2760
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2761
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2762
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2763
|
+
|
|
2764
|
+
### Methods
|
|
2765
|
+
|
|
2766
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2767
|
+
| --------------------- | --------- | ----------- | ---------- | ------ | --------------------------- |
|
|
2768
|
+
| `columnConfigChanged` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2769
|
+
| `updateText` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2770
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2771
|
+
|
|
2772
|
+
<hr/>
|
|
2773
|
+
|
|
2774
|
+
## class: `TableColumnNumberTextGroupHeaderView`
|
|
2775
|
+
|
|
2776
|
+
### Superclass
|
|
2777
|
+
|
|
2778
|
+
| Name | Module | Package |
|
|
2779
|
+
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2780
|
+
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2781
|
+
|
|
2782
|
+
### Fields
|
|
2783
|
+
|
|
2784
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2785
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2786
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2787
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2788
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2789
|
+
|
|
2790
|
+
### Methods
|
|
2791
|
+
|
|
2792
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2793
|
+
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2794
|
+
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2795
|
+
|
|
2796
|
+
<hr/>
|
|
2797
|
+
|
|
2798
|
+
## class: `TableColumnTextCellView`
|
|
2799
|
+
|
|
2800
|
+
### Superclass
|
|
2801
|
+
|
|
2802
|
+
| Name | Module | Package |
|
|
2803
|
+
| ----------------------------- | ------------------------------------- | ------- |
|
|
2804
|
+
| `TableColumnTextCellViewBase` | /src/table-column/text-base/cell-view | |
|
|
2805
|
+
|
|
2806
|
+
### Fields
|
|
2807
|
+
|
|
2808
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2809
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | --------------------------- |
|
|
2810
|
+
| `text` | public | `string` | `''` | Text to render in the cell. | TableColumnTextCellViewBase |
|
|
2811
|
+
| `alignment` | public | `TableColumnAlignment` | | The alignment of the text within the cell. | TableColumnTextCellViewBase |
|
|
2812
|
+
| `isPlaceholder` | public | `boolean` | `false` | Whether or not the text being displayed in the cell view is a placeholder. | TableColumnTextCellViewBase |
|
|
2813
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2814
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2815
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2816
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2817
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2818
|
+
|
|
2819
|
+
### Methods
|
|
2820
|
+
|
|
2821
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2822
|
+
| --------------------- | --------- | ----------- | ---------- | ------ | --------------------------- |
|
|
2823
|
+
| `updateText` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2824
|
+
| `columnConfigChanged` | protected | | | `void` | TableColumnTextCellViewBase |
|
|
2825
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2826
|
+
|
|
2827
|
+
<hr/>
|
|
2828
|
+
|
|
2829
|
+
## class: `TableColumnTextGroupHeaderView`
|
|
2830
|
+
|
|
2831
|
+
### Superclass
|
|
2832
|
+
|
|
2833
|
+
| Name | Module | Package |
|
|
2834
|
+
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2835
|
+
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2836
|
+
|
|
2837
|
+
### Fields
|
|
2838
|
+
|
|
2839
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2840
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2841
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2842
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2843
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2844
|
+
|
|
2845
|
+
### Methods
|
|
2846
|
+
|
|
2847
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2848
|
+
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2849
|
+
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2850
|
+
|
|
2851
|
+
<hr/>
|
|
2852
|
+
|
|
2853
|
+
## class: `TableColumnTextCellViewBase`
|
|
2854
|
+
|
|
2855
|
+
### Superclass
|
|
2856
|
+
|
|
2857
|
+
| Name | Module | Package |
|
|
2858
|
+
| --------------- | -------------------------------- | ------- |
|
|
2859
|
+
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2860
|
+
|
|
2861
|
+
### Fields
|
|
2862
|
+
|
|
2863
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2864
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2865
|
+
| `text` | public | `string` | `''` | Text to render in the cell. | |
|
|
2866
|
+
| `alignment` | public | `TableColumnAlignment` | | The alignment of the text within the cell. | |
|
|
2867
|
+
| `isPlaceholder` | public | `boolean` | `false` | Whether or not the text being displayed in the cell view is a placeholder. | |
|
|
2868
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2869
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2870
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2871
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2872
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2873
|
+
|
|
2874
|
+
### Methods
|
|
2875
|
+
|
|
2876
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2877
|
+
| --------------------- | --------- | ----------- | ---------- | ------ | -------------- |
|
|
2878
|
+
| `updateText` | protected | | | `void` | |
|
|
2879
|
+
| `columnConfigChanged` | protected | | | `void` | |
|
|
2880
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2881
|
+
|
|
2882
|
+
<hr/>
|
|
2883
|
+
|
|
2884
|
+
## class: `TableColumnTextGroupHeaderViewBase`
|
|
2885
|
+
|
|
2886
|
+
### Superclass
|
|
2887
|
+
|
|
2888
|
+
| Name | Module | Package |
|
|
2889
|
+
| ---------------------- | ---------------------------------------- | ------- |
|
|
2890
|
+
| `TableGroupHeaderView` | /src/table-column/base/group-header-view | |
|
|
2891
|
+
|
|
2892
|
+
### Fields
|
|
2893
|
+
|
|
2894
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2895
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
|
|
2896
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | |
|
|
2897
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2898
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2899
|
+
|
|
2900
|
+
### Methods
|
|
2901
|
+
|
|
2902
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2903
|
+
| ------------ | --------- | ----------- | ---------- | ------ | -------------- |
|
|
2904
|
+
| `updateText` | protected | | | `void` | |
|
|
2905
|
+
|
|
2906
|
+
<hr/>
|