@vonage/vivid 4.12.0 → 4.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +2339 -288
- package/lib/accordion/accordion.d.ts +21 -2
- package/lib/accordion-item/accordion-item.d.ts +6 -2
- package/lib/calendar/calendar.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/file-picker/file-picker.d.ts +6 -0
- package/lib/menu/menu.d.ts +16 -3
- package/lib/menu-item/menu-item.d.ts +10 -2
- package/lib/option/option.d.ts +27 -7
- package/lib/radio/radio.d.ts +12 -2
- package/lib/radio/radio.form-associated.d.ts +10 -0
- package/lib/radio-group/radio-group.d.ts +20 -2
- package/lib/switch/switch.d.ts +5 -2
- package/lib/switch/switch.form-associated.d.ts +10 -0
- package/lib/tab/tab.d.ts +3 -2
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tabs/tabs.d.ts +33 -11
- package/lib/text-area/text-area.d.ts +25 -3
- package/lib/text-area/text-field.form-associated.d.ts +10 -0
- package/lib/text-field/text-field.d.ts +28 -3
- package/lib/text-field/text-field.form-associated.d.ts +10 -0
- package/package.json +1 -1
- package/shared/date-picker/date-picker-base.d.ts +1 -0
- package/shared/definition.cjs +29 -72
- package/shared/definition.js +30 -73
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition16.cjs +1 -2
- package/shared/definition16.js +1 -2
- package/shared/definition17.cjs +3 -3
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +6 -1
- package/shared/definition18.js +6 -1
- package/shared/definition19.cjs +17 -8
- package/shared/definition19.js +17 -8
- package/shared/definition2.cjs +154 -187
- package/shared/definition2.js +157 -190
- package/shared/definition20.cjs +3 -2
- package/shared/definition20.js +3 -2
- package/shared/definition21.cjs +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition24.cjs +1 -1
- package/shared/definition24.js +1 -1
- package/shared/definition25.cjs +24 -3
- package/shared/definition25.js +24 -3
- package/shared/definition29.cjs +358 -559
- package/shared/definition29.js +359 -560
- package/shared/definition30.cjs +2 -0
- package/shared/definition30.js +2 -0
- package/shared/definition35.cjs +223 -3
- package/shared/definition35.js +223 -3
- package/shared/definition36.cjs +149 -14
- package/shared/definition36.js +150 -15
- package/shared/definition40.cjs +226 -399
- package/shared/definition40.js +229 -402
- package/shared/definition42.cjs +3 -2
- package/shared/definition42.js +3 -2
- package/shared/definition43.cjs +1 -0
- package/shared/definition43.js +1 -0
- package/shared/definition44.cjs +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition47.cjs +8 -16
- package/shared/definition47.js +4 -12
- package/shared/definition49.cjs +64 -89
- package/shared/definition49.js +66 -91
- package/shared/definition5.cjs +1 -1
- package/shared/definition5.js +1 -1
- package/shared/definition50.cjs +1 -11
- package/shared/definition50.js +1 -11
- package/shared/definition51.cjs +5 -15
- package/shared/definition51.js +6 -16
- package/shared/definition52.cjs +284 -20
- package/shared/definition52.js +288 -24
- package/shared/definition55.cjs +160 -180
- package/shared/definition55.js +160 -180
- package/shared/definition56.cjs +3 -307
- package/shared/definition56.js +5 -309
- package/shared/definition57.cjs +34 -11
- package/shared/definition57.js +30 -7
- package/shared/definition61.cjs +1 -1
- package/shared/definition61.js +1 -1
- package/shared/definition62.cjs +17 -8
- package/shared/definition62.js +17 -8
- package/shared/definition64.cjs +18 -7
- package/shared/definition64.js +19 -8
- package/shared/form-associated.cjs +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/icon.cjs +1 -1
- package/shared/icon.js +1 -1
- package/shared/index.cjs +1 -0
- package/shared/index.js +1 -1
- package/shared/key-codes.cjs +1 -94
- package/shared/key-codes.js +2 -89
- package/shared/key-codes2.cjs +87 -1
- package/shared/key-codes2.js +83 -2
- package/shared/listbox.cjs +204 -10
- package/shared/listbox.js +200 -6
- package/shared/{direction.cjs → localization.cjs} +12 -3
- package/shared/{direction.js → localization.js} +12 -3
- package/shared/numbers.cjs +0 -12
- package/shared/numbers.js +1 -12
- package/shared/presentationDate.cjs +22 -8
- package/shared/presentationDate.js +16 -2
- package/shared/radio.cjs +92 -117
- package/shared/radio.js +93 -118
- package/shared/slider.template.cjs +2 -15
- package/shared/slider.template.js +2 -14
- package/shared/strings.cjs +26 -0
- package/shared/strings.js +25 -1
- package/shared/text-field2.cjs +538 -194
- package/shared/text-field2.js +539 -195
- package/styles/core/all.css +21 -1
- package/styles/core/theme.css +21 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +44 -0
- package/shared/Reflector.cjs +0 -71
- package/shared/Reflector.js +0 -69
- package/shared/listbox-option.cjs +0 -204
- package/shared/listbox-option.js +0 -201
package/custom-elements.json
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
8
8
|
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "AccordionExpandMode",
|
|
12
|
+
"type": {
|
|
13
|
+
"text": "{\n\t/**\n\t * Designates only a single {@link @microsoft/fast-foundation#(AccordionItem:class) } can be open a time.\n\t */\n\tsingle: 'single',\n\n\t/**\n\t * Designates multiple {@link @microsoft/fast-foundation#(AccordionItem:class) | AccordionItems} can be open simultaneously.\n\t */\n\tmulti: 'multi',\n}"
|
|
14
|
+
},
|
|
15
|
+
"default": "{\n\t/**\n\t * Designates only a single {@link @microsoft/fast-foundation#(AccordionItem:class) } can be open a time.\n\t */\n\tsingle: 'single',\n\n\t/**\n\t * Designates multiple {@link @microsoft/fast-foundation#(AccordionItem:class) | AccordionItems} can be open simultaneously.\n\t */\n\tmulti: 'multi',\n}",
|
|
16
|
+
"description": "Expand mode for Accordion",
|
|
17
|
+
"privacy": "public"
|
|
18
|
+
},
|
|
9
19
|
{
|
|
10
20
|
"kind": "class",
|
|
11
21
|
"description": "",
|
|
@@ -26,6 +36,135 @@
|
|
|
26
36
|
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
27
37
|
"privacy": "public"
|
|
28
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "field",
|
|
41
|
+
"name": "activeid",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "string | null"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"kind": "field",
|
|
48
|
+
"name": "activeItemIndex",
|
|
49
|
+
"type": {
|
|
50
|
+
"text": "number"
|
|
51
|
+
},
|
|
52
|
+
"default": "0"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"kind": "field",
|
|
56
|
+
"name": "accordionIds",
|
|
57
|
+
"type": {
|
|
58
|
+
"text": "Array<string | null>"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"kind": "field",
|
|
63
|
+
"name": "change",
|
|
64
|
+
"privacy": "private"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"kind": "method",
|
|
68
|
+
"name": "findExpandedItem",
|
|
69
|
+
"privacy": "private",
|
|
70
|
+
"return": {
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "AccordionItem | null"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"kind": "field",
|
|
78
|
+
"name": "setItems",
|
|
79
|
+
"privacy": "private"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"kind": "method",
|
|
83
|
+
"name": "resetItems",
|
|
84
|
+
"privacy": "private",
|
|
85
|
+
"return": {
|
|
86
|
+
"type": {
|
|
87
|
+
"text": "void"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"kind": "field",
|
|
93
|
+
"name": "removeItemListeners",
|
|
94
|
+
"privacy": "private"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "field",
|
|
98
|
+
"name": "activeItemChange",
|
|
99
|
+
"privacy": "private"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"kind": "method",
|
|
103
|
+
"name": "getItemIds",
|
|
104
|
+
"privacy": "private",
|
|
105
|
+
"return": {
|
|
106
|
+
"type": {
|
|
107
|
+
"text": "Array<string | null>"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"kind": "method",
|
|
113
|
+
"name": "isSingleExpandMode",
|
|
114
|
+
"privacy": "private",
|
|
115
|
+
"return": {
|
|
116
|
+
"type": {
|
|
117
|
+
"text": "boolean"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"kind": "field",
|
|
123
|
+
"name": "handleItemKeyDown",
|
|
124
|
+
"privacy": "private"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"kind": "method",
|
|
128
|
+
"name": "adjust",
|
|
129
|
+
"privacy": "private",
|
|
130
|
+
"return": {
|
|
131
|
+
"type": {
|
|
132
|
+
"text": "void"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"parameters": [
|
|
136
|
+
{
|
|
137
|
+
"name": "item",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "AccordionItem"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "adjustment",
|
|
144
|
+
"type": {
|
|
145
|
+
"text": "number"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"kind": "method",
|
|
152
|
+
"name": "focusItem",
|
|
153
|
+
"privacy": "private",
|
|
154
|
+
"return": {
|
|
155
|
+
"type": {
|
|
156
|
+
"text": "void"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"parameters": [
|
|
160
|
+
{
|
|
161
|
+
"name": "index",
|
|
162
|
+
"type": {
|
|
163
|
+
"text": "number"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
29
168
|
{
|
|
30
169
|
"kind": "method",
|
|
31
170
|
"name": "closeAll",
|
|
@@ -45,8 +184,18 @@
|
|
|
45
184
|
"name": "change"
|
|
46
185
|
}
|
|
47
186
|
],
|
|
187
|
+
"attributes": [
|
|
188
|
+
{
|
|
189
|
+
"name": "expand-mode",
|
|
190
|
+
"type": {
|
|
191
|
+
"text": "AccordionExpandMode"
|
|
192
|
+
},
|
|
193
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
194
|
+
"fieldName": "expandmode"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
48
197
|
"superclass": {
|
|
49
|
-
"name": "
|
|
198
|
+
"name": "FoundationElement",
|
|
50
199
|
"package": "@microsoft/fast-foundation"
|
|
51
200
|
},
|
|
52
201
|
"vividComponent": {
|
|
@@ -56,6 +205,14 @@
|
|
|
56
205
|
}
|
|
57
206
|
],
|
|
58
207
|
"exports": [
|
|
208
|
+
{
|
|
209
|
+
"kind": "js",
|
|
210
|
+
"name": "AccordionExpandMode",
|
|
211
|
+
"declaration": {
|
|
212
|
+
"name": "AccordionExpandMode",
|
|
213
|
+
"module": "libs/components/src/lib/accordion/accordion.ts"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
59
216
|
{
|
|
60
217
|
"kind": "js",
|
|
61
218
|
"name": "Accordion",
|
|
@@ -134,6 +291,35 @@
|
|
|
134
291
|
}
|
|
135
292
|
],
|
|
136
293
|
"members": [
|
|
294
|
+
{
|
|
295
|
+
"kind": "field",
|
|
296
|
+
"name": "headinglevel",
|
|
297
|
+
"type": {
|
|
298
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
299
|
+
},
|
|
300
|
+
"default": "2",
|
|
301
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
302
|
+
"privacy": "public"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"kind": "field",
|
|
306
|
+
"name": "expanded",
|
|
307
|
+
"type": {
|
|
308
|
+
"text": "boolean"
|
|
309
|
+
},
|
|
310
|
+
"default": "false",
|
|
311
|
+
"description": "Expands or collapses the item.",
|
|
312
|
+
"privacy": "public"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "field",
|
|
316
|
+
"name": "id",
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "string"
|
|
319
|
+
},
|
|
320
|
+
"description": "The item ID",
|
|
321
|
+
"privacy": "public"
|
|
322
|
+
},
|
|
137
323
|
{
|
|
138
324
|
"kind": "field",
|
|
139
325
|
"name": "heading",
|
|
@@ -170,6 +356,11 @@
|
|
|
170
356
|
},
|
|
171
357
|
"description": "The size the accordion-item should have.",
|
|
172
358
|
"privacy": "public"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "field",
|
|
362
|
+
"name": "change",
|
|
363
|
+
"privacy": "private"
|
|
173
364
|
}
|
|
174
365
|
],
|
|
175
366
|
"events": [
|
|
@@ -182,6 +373,31 @@
|
|
|
182
373
|
}
|
|
183
374
|
],
|
|
184
375
|
"attributes": [
|
|
376
|
+
{
|
|
377
|
+
"name": "heading-level",
|
|
378
|
+
"type": {
|
|
379
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
380
|
+
},
|
|
381
|
+
"default": "2",
|
|
382
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
383
|
+
"fieldName": "headinglevel"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"type": {
|
|
387
|
+
"text": "boolean"
|
|
388
|
+
},
|
|
389
|
+
"default": "false",
|
|
390
|
+
"description": "Expands or collapses the item.",
|
|
391
|
+
"fieldName": "expanded"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "id",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "string"
|
|
397
|
+
},
|
|
398
|
+
"description": "The item ID",
|
|
399
|
+
"fieldName": "id"
|
|
400
|
+
},
|
|
185
401
|
{
|
|
186
402
|
"name": "heading",
|
|
187
403
|
"type": {
|
|
@@ -215,7 +431,7 @@
|
|
|
215
431
|
}
|
|
216
432
|
],
|
|
217
433
|
"superclass": {
|
|
218
|
-
"name": "
|
|
434
|
+
"name": "FoundationElement",
|
|
219
435
|
"package": "@microsoft/fast-foundation"
|
|
220
436
|
},
|
|
221
437
|
"vividComponent": {
|
|
@@ -502,11 +718,11 @@
|
|
|
502
718
|
],
|
|
503
719
|
"slots": [
|
|
504
720
|
{
|
|
505
|
-
"description": "The main content of the
|
|
721
|
+
"description": "The main content of the Alert.",
|
|
506
722
|
"name": "main"
|
|
507
723
|
},
|
|
508
724
|
{
|
|
509
|
-
"description": "Add action items to
|
|
725
|
+
"description": "Add action items to the Alert using this slot.",
|
|
510
726
|
"name": "action-items"
|
|
511
727
|
},
|
|
512
728
|
{
|
|
@@ -521,7 +737,9 @@
|
|
|
521
737
|
"type": {
|
|
522
738
|
"text": "| string\n\t\t| null"
|
|
523
739
|
},
|
|
524
|
-
"default": "null"
|
|
740
|
+
"default": "null",
|
|
741
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
742
|
+
"privacy": "public"
|
|
525
743
|
},
|
|
526
744
|
{
|
|
527
745
|
"kind": "field",
|
|
@@ -538,7 +756,7 @@
|
|
|
538
756
|
"text": "boolean"
|
|
539
757
|
},
|
|
540
758
|
"default": "false",
|
|
541
|
-
"description": "
|
|
759
|
+
"description": "Adds a close button to the Alert.",
|
|
542
760
|
"privacy": "public"
|
|
543
761
|
},
|
|
544
762
|
{
|
|
@@ -548,7 +766,7 @@
|
|
|
548
766
|
"text": "AlertPlacement | undefined"
|
|
549
767
|
},
|
|
550
768
|
"default": "'bottom'",
|
|
551
|
-
"description": "
|
|
769
|
+
"description": "The placement of the Alert on the screen.",
|
|
552
770
|
"privacy": "public"
|
|
553
771
|
},
|
|
554
772
|
{
|
|
@@ -557,7 +775,7 @@
|
|
|
557
775
|
"type": {
|
|
558
776
|
"text": "string | undefined"
|
|
559
777
|
},
|
|
560
|
-
"description": "
|
|
778
|
+
"description": "Adds a headline to the Alert.",
|
|
561
779
|
"privacy": "public"
|
|
562
780
|
},
|
|
563
781
|
{
|
|
@@ -566,7 +784,7 @@
|
|
|
566
784
|
"type": {
|
|
567
785
|
"text": "string | undefined"
|
|
568
786
|
},
|
|
569
|
-
"description": "
|
|
787
|
+
"description": "The main text of the Alert.",
|
|
570
788
|
"privacy": "public"
|
|
571
789
|
},
|
|
572
790
|
{
|
|
@@ -575,7 +793,7 @@
|
|
|
575
793
|
"type": {
|
|
576
794
|
"text": "string | undefined"
|
|
577
795
|
},
|
|
578
|
-
"description": "
|
|
796
|
+
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
579
797
|
"privacy": "public"
|
|
580
798
|
},
|
|
581
799
|
{
|
|
@@ -585,7 +803,7 @@
|
|
|
585
803
|
"text": "number"
|
|
586
804
|
},
|
|
587
805
|
"default": "0",
|
|
588
|
-
"description": "
|
|
806
|
+
"description": "Timeout after which the Alert will close.",
|
|
589
807
|
"privacy": "public"
|
|
590
808
|
},
|
|
591
809
|
{
|
|
@@ -594,7 +812,7 @@
|
|
|
594
812
|
"type": {
|
|
595
813
|
"text": "AlertConnotation | undefined"
|
|
596
814
|
},
|
|
597
|
-
"description": "
|
|
815
|
+
"description": "Sets an appropriate icon / icon color for the connotation.",
|
|
598
816
|
"privacy": "public"
|
|
599
817
|
},
|
|
600
818
|
{
|
|
@@ -603,7 +821,7 @@
|
|
|
603
821
|
"type": {
|
|
604
822
|
"text": "AlertStrategy | undefined"
|
|
605
823
|
},
|
|
606
|
-
"description": "
|
|
824
|
+
"description": "Controls the `position` of the Alert.",
|
|
607
825
|
"privacy": "public"
|
|
608
826
|
},
|
|
609
827
|
{
|
|
@@ -613,7 +831,7 @@
|
|
|
613
831
|
"text": "boolean"
|
|
614
832
|
},
|
|
615
833
|
"default": "false",
|
|
616
|
-
"description": "
|
|
834
|
+
"description": "Open state of the Alert.",
|
|
617
835
|
"privacy": "public"
|
|
618
836
|
},
|
|
619
837
|
{
|
|
@@ -664,14 +882,14 @@
|
|
|
664
882
|
"type": {
|
|
665
883
|
"text": "CustomEvent<undefined>"
|
|
666
884
|
},
|
|
667
|
-
"description": "Fired when the
|
|
885
|
+
"description": "Fired when the Alert is opened",
|
|
668
886
|
"name": "open"
|
|
669
887
|
},
|
|
670
888
|
{
|
|
671
889
|
"type": {
|
|
672
890
|
"text": "CustomEvent<undefined>"
|
|
673
891
|
},
|
|
674
|
-
"description": "Fired when the
|
|
892
|
+
"description": "Fired when the Alert is closed",
|
|
675
893
|
"name": "close"
|
|
676
894
|
}
|
|
677
895
|
],
|
|
@@ -682,6 +900,7 @@
|
|
|
682
900
|
"text": "| string\n\t\t| null"
|
|
683
901
|
},
|
|
684
902
|
"default": "null",
|
|
903
|
+
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
685
904
|
"fieldName": "dismissButtonAriaLabel"
|
|
686
905
|
},
|
|
687
906
|
{
|
|
@@ -689,7 +908,7 @@
|
|
|
689
908
|
"text": "boolean"
|
|
690
909
|
},
|
|
691
910
|
"default": "false",
|
|
692
|
-
"description": "
|
|
911
|
+
"description": "Adds a close button to the Alert.",
|
|
693
912
|
"fieldName": "removable"
|
|
694
913
|
},
|
|
695
914
|
{
|
|
@@ -697,7 +916,7 @@
|
|
|
697
916
|
"text": "AlertPlacement | undefined"
|
|
698
917
|
},
|
|
699
918
|
"default": "'bottom'",
|
|
700
|
-
"description": "
|
|
919
|
+
"description": "The placement of the Alert on the screen.",
|
|
701
920
|
"fieldName": "placement"
|
|
702
921
|
},
|
|
703
922
|
{
|
|
@@ -705,7 +924,7 @@
|
|
|
705
924
|
"type": {
|
|
706
925
|
"text": "string | undefined"
|
|
707
926
|
},
|
|
708
|
-
"description": "
|
|
927
|
+
"description": "Adds a headline to the Alert.",
|
|
709
928
|
"fieldName": "headline"
|
|
710
929
|
},
|
|
711
930
|
{
|
|
@@ -713,7 +932,7 @@
|
|
|
713
932
|
"type": {
|
|
714
933
|
"text": "string | undefined"
|
|
715
934
|
},
|
|
716
|
-
"description": "
|
|
935
|
+
"description": "The main text of the Alert.",
|
|
717
936
|
"fieldName": "text"
|
|
718
937
|
},
|
|
719
938
|
{
|
|
@@ -721,7 +940,7 @@
|
|
|
721
940
|
"type": {
|
|
722
941
|
"text": "string | undefined"
|
|
723
942
|
},
|
|
724
|
-
"description": "
|
|
943
|
+
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
725
944
|
"fieldName": "icon"
|
|
726
945
|
},
|
|
727
946
|
{
|
|
@@ -729,7 +948,7 @@
|
|
|
729
948
|
"text": "number"
|
|
730
949
|
},
|
|
731
950
|
"default": "0",
|
|
732
|
-
"description": "
|
|
951
|
+
"description": "Timeout after which the Alert will close.",
|
|
733
952
|
"fieldName": "timeoutms"
|
|
734
953
|
},
|
|
735
954
|
{
|
|
@@ -737,7 +956,7 @@
|
|
|
737
956
|
"type": {
|
|
738
957
|
"text": "AlertConnotation | undefined"
|
|
739
958
|
},
|
|
740
|
-
"description": "
|
|
959
|
+
"description": "Sets an appropriate icon / icon color for the connotation.",
|
|
741
960
|
"fieldName": "connotation"
|
|
742
961
|
},
|
|
743
962
|
{
|
|
@@ -745,7 +964,7 @@
|
|
|
745
964
|
"type": {
|
|
746
965
|
"text": "AlertStrategy | undefined"
|
|
747
966
|
},
|
|
748
|
-
"description": "
|
|
967
|
+
"description": "Controls the `position` of the Alert.",
|
|
749
968
|
"fieldName": "strategy"
|
|
750
969
|
},
|
|
751
970
|
{
|
|
@@ -753,7 +972,7 @@
|
|
|
753
972
|
"text": "boolean"
|
|
754
973
|
},
|
|
755
974
|
"default": "false",
|
|
756
|
-
"description": "
|
|
975
|
+
"description": "Open state of the Alert.",
|
|
757
976
|
"fieldName": "open"
|
|
758
977
|
}
|
|
759
978
|
],
|
|
@@ -3838,6 +4057,10 @@
|
|
|
3838
4057
|
}
|
|
3839
4058
|
],
|
|
3840
4059
|
"slots": [
|
|
4060
|
+
{
|
|
4061
|
+
"description": "The default slot allows you to use rich content as the checkbox's label.",
|
|
4062
|
+
"name": ""
|
|
4063
|
+
},
|
|
3841
4064
|
{
|
|
3842
4065
|
"description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
|
|
3843
4066
|
"name": "helper-text"
|
|
@@ -4956,6 +5179,20 @@
|
|
|
4956
5179
|
}
|
|
4957
5180
|
],
|
|
4958
5181
|
"members": [
|
|
5182
|
+
{
|
|
5183
|
+
"kind": "method",
|
|
5184
|
+
"name": "_updatePresentationValue",
|
|
5185
|
+
"privacy": "protected",
|
|
5186
|
+
"return": {
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "void"
|
|
5189
|
+
}
|
|
5190
|
+
},
|
|
5191
|
+
"inheritedFrom": {
|
|
5192
|
+
"name": "DatePickerBase",
|
|
5193
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5194
|
+
}
|
|
5195
|
+
},
|
|
4959
5196
|
{
|
|
4960
5197
|
"kind": "method",
|
|
4961
5198
|
"name": "#updateValueDueToUserInteraction",
|
|
@@ -5136,6 +5373,31 @@
|
|
|
5136
5373
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5137
5374
|
}
|
|
5138
5375
|
},
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "field",
|
|
5378
|
+
"name": "#localeChangeHandler",
|
|
5379
|
+
"privacy": "private",
|
|
5380
|
+
"type": {
|
|
5381
|
+
"text": "object"
|
|
5382
|
+
},
|
|
5383
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
5384
|
+
"inheritedFrom": {
|
|
5385
|
+
"name": "DatePickerBase",
|
|
5386
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "field",
|
|
5391
|
+
"name": "#localeChangeObserver",
|
|
5392
|
+
"privacy": "private",
|
|
5393
|
+
"type": {
|
|
5394
|
+
"text": "BindingObserver"
|
|
5395
|
+
},
|
|
5396
|
+
"inheritedFrom": {
|
|
5397
|
+
"name": "DatePickerBase",
|
|
5398
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5399
|
+
}
|
|
5400
|
+
},
|
|
5139
5401
|
{
|
|
5140
5402
|
"kind": "field",
|
|
5141
5403
|
"name": "#dismissOnClickOutside",
|
|
@@ -5597,6 +5859,31 @@
|
|
|
5597
5859
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5598
5860
|
}
|
|
5599
5861
|
},
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "field",
|
|
5864
|
+
"name": "#localeChangeHandler",
|
|
5865
|
+
"privacy": "private",
|
|
5866
|
+
"type": {
|
|
5867
|
+
"text": "object"
|
|
5868
|
+
},
|
|
5869
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
5870
|
+
"inheritedFrom": {
|
|
5871
|
+
"name": "DatePickerBase",
|
|
5872
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5873
|
+
}
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "field",
|
|
5877
|
+
"name": "#localeChangeObserver",
|
|
5878
|
+
"privacy": "private",
|
|
5879
|
+
"type": {
|
|
5880
|
+
"text": "BindingObserver"
|
|
5881
|
+
},
|
|
5882
|
+
"inheritedFrom": {
|
|
5883
|
+
"name": "DatePickerBase",
|
|
5884
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5600
5887
|
{
|
|
5601
5888
|
"kind": "field",
|
|
5602
5889
|
"name": "#dismissOnClickOutside",
|
|
@@ -5614,6 +5901,20 @@
|
|
|
5614
5901
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5615
5902
|
}
|
|
5616
5903
|
},
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "method",
|
|
5906
|
+
"name": "_updatePresentationValue",
|
|
5907
|
+
"privacy": "protected",
|
|
5908
|
+
"return": {
|
|
5909
|
+
"type": {
|
|
5910
|
+
"text": "void"
|
|
5911
|
+
}
|
|
5912
|
+
},
|
|
5913
|
+
"inheritedFrom": {
|
|
5914
|
+
"name": "DatePickerBase",
|
|
5915
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5916
|
+
}
|
|
5917
|
+
},
|
|
5617
5918
|
{
|
|
5618
5919
|
"kind": "method",
|
|
5619
5920
|
"name": "_getSelectedDates",
|
|
@@ -7889,9 +8190,105 @@
|
|
|
7889
8190
|
"description": "The size the file-uploader should have.",
|
|
7890
8191
|
"privacy": "public"
|
|
7891
8192
|
},
|
|
8193
|
+
{
|
|
8194
|
+
"kind": "field",
|
|
8195
|
+
"name": "invalidFileTypeError",
|
|
8196
|
+
"type": {
|
|
8197
|
+
"text": "string | undefined"
|
|
8198
|
+
},
|
|
8199
|
+
"description": "Overrides the localized error message for invalid file type",
|
|
8200
|
+
"privacy": "public"
|
|
8201
|
+
},
|
|
7892
8202
|
{
|
|
7893
8203
|
"kind": "method",
|
|
7894
|
-
"name": "
|
|
8204
|
+
"name": "invalidFileTypeErrorChanged",
|
|
8205
|
+
"return": {
|
|
8206
|
+
"type": {
|
|
8207
|
+
"text": "void"
|
|
8208
|
+
}
|
|
8209
|
+
},
|
|
8210
|
+
"parameters": [
|
|
8211
|
+
{
|
|
8212
|
+
"name": "_oldValue",
|
|
8213
|
+
"type": {
|
|
8214
|
+
"text": "string"
|
|
8215
|
+
}
|
|
8216
|
+
},
|
|
8217
|
+
{
|
|
8218
|
+
"name": "newValue",
|
|
8219
|
+
"type": {
|
|
8220
|
+
"text": "string"
|
|
8221
|
+
}
|
|
8222
|
+
}
|
|
8223
|
+
]
|
|
8224
|
+
},
|
|
8225
|
+
{
|
|
8226
|
+
"kind": "field",
|
|
8227
|
+
"name": "maxFilesExceededError",
|
|
8228
|
+
"type": {
|
|
8229
|
+
"text": "string | undefined"
|
|
8230
|
+
},
|
|
8231
|
+
"description": "Overrides the localized error message for max file exceed",
|
|
8232
|
+
"privacy": "public"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"kind": "method",
|
|
8236
|
+
"name": "maxFilesExceededErrorChanged",
|
|
8237
|
+
"return": {
|
|
8238
|
+
"type": {
|
|
8239
|
+
"text": "void"
|
|
8240
|
+
}
|
|
8241
|
+
},
|
|
8242
|
+
"parameters": [
|
|
8243
|
+
{
|
|
8244
|
+
"name": "_oldValue",
|
|
8245
|
+
"type": {
|
|
8246
|
+
"text": "string"
|
|
8247
|
+
}
|
|
8248
|
+
},
|
|
8249
|
+
{
|
|
8250
|
+
"name": "newValue",
|
|
8251
|
+
"type": {
|
|
8252
|
+
"text": "string"
|
|
8253
|
+
}
|
|
8254
|
+
}
|
|
8255
|
+
]
|
|
8256
|
+
},
|
|
8257
|
+
{
|
|
8258
|
+
"kind": "field",
|
|
8259
|
+
"name": "fileTooBigError",
|
|
8260
|
+
"type": {
|
|
8261
|
+
"text": "string | undefined"
|
|
8262
|
+
},
|
|
8263
|
+
"description": "Overrides the localized error message for file too big",
|
|
8264
|
+
"privacy": "public"
|
|
8265
|
+
},
|
|
8266
|
+
{
|
|
8267
|
+
"kind": "method",
|
|
8268
|
+
"name": "fileTooBigErrorChanged",
|
|
8269
|
+
"return": {
|
|
8270
|
+
"type": {
|
|
8271
|
+
"text": "void"
|
|
8272
|
+
}
|
|
8273
|
+
},
|
|
8274
|
+
"parameters": [
|
|
8275
|
+
{
|
|
8276
|
+
"name": "_oldValue",
|
|
8277
|
+
"type": {
|
|
8278
|
+
"text": "string"
|
|
8279
|
+
}
|
|
8280
|
+
},
|
|
8281
|
+
{
|
|
8282
|
+
"name": "newValue",
|
|
8283
|
+
"type": {
|
|
8284
|
+
"text": "string"
|
|
8285
|
+
}
|
|
8286
|
+
}
|
|
8287
|
+
]
|
|
8288
|
+
},
|
|
8289
|
+
{
|
|
8290
|
+
"kind": "method",
|
|
8291
|
+
"name": "nameChanged",
|
|
7895
8292
|
"parameters": [
|
|
7896
8293
|
{
|
|
7897
8294
|
"name": "previous",
|
|
@@ -8084,6 +8481,30 @@
|
|
|
8084
8481
|
},
|
|
8085
8482
|
"description": "The size the file-uploader should have.",
|
|
8086
8483
|
"fieldName": "size"
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "invalid-file-type-error",
|
|
8487
|
+
"type": {
|
|
8488
|
+
"text": "string | undefined"
|
|
8489
|
+
},
|
|
8490
|
+
"description": "Overrides the localized error message for invalid file type",
|
|
8491
|
+
"fieldName": "invalidFileTypeError"
|
|
8492
|
+
},
|
|
8493
|
+
{
|
|
8494
|
+
"name": "max-files-exceeded-error",
|
|
8495
|
+
"type": {
|
|
8496
|
+
"text": "string | undefined"
|
|
8497
|
+
},
|
|
8498
|
+
"description": "Overrides the localized error message for max file exceed",
|
|
8499
|
+
"fieldName": "maxFilesExceededError"
|
|
8500
|
+
},
|
|
8501
|
+
{
|
|
8502
|
+
"name": "file-too-big-error",
|
|
8503
|
+
"type": {
|
|
8504
|
+
"text": "string | undefined"
|
|
8505
|
+
},
|
|
8506
|
+
"description": "Overrides the localized error message for file too big",
|
|
8507
|
+
"fieldName": "fileTooBigError"
|
|
8087
8508
|
}
|
|
8088
8509
|
],
|
|
8089
8510
|
"superclass": {
|
|
@@ -8914,6 +9335,132 @@
|
|
|
8914
9335
|
}
|
|
8915
9336
|
],
|
|
8916
9337
|
"members": [
|
|
9338
|
+
{
|
|
9339
|
+
"kind": "field",
|
|
9340
|
+
"name": "menuItems",
|
|
9341
|
+
"type": {
|
|
9342
|
+
"text": "Element[] | undefined"
|
|
9343
|
+
},
|
|
9344
|
+
"privacy": "private"
|
|
9345
|
+
},
|
|
9346
|
+
{
|
|
9347
|
+
"kind": "field",
|
|
9348
|
+
"name": "expandedItem",
|
|
9349
|
+
"type": {
|
|
9350
|
+
"text": "MenuItem | null"
|
|
9351
|
+
},
|
|
9352
|
+
"privacy": "private",
|
|
9353
|
+
"default": "null"
|
|
9354
|
+
},
|
|
9355
|
+
{
|
|
9356
|
+
"kind": "field",
|
|
9357
|
+
"name": "focusIndex",
|
|
9358
|
+
"type": {
|
|
9359
|
+
"text": "number"
|
|
9360
|
+
},
|
|
9361
|
+
"privacy": "private",
|
|
9362
|
+
"default": "-1",
|
|
9363
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1"
|
|
9364
|
+
},
|
|
9365
|
+
{
|
|
9366
|
+
"kind": "field",
|
|
9367
|
+
"name": "focusableElementRoles",
|
|
9368
|
+
"type": {
|
|
9369
|
+
"text": "{ [key: string]: string }"
|
|
9370
|
+
},
|
|
9371
|
+
"privacy": "private",
|
|
9372
|
+
"static": true,
|
|
9373
|
+
"default": "roleForMenuItem"
|
|
9374
|
+
},
|
|
9375
|
+
{
|
|
9376
|
+
"kind": "method",
|
|
9377
|
+
"name": "focus",
|
|
9378
|
+
"return": {
|
|
9379
|
+
"type": {
|
|
9380
|
+
"text": "void"
|
|
9381
|
+
}
|
|
9382
|
+
},
|
|
9383
|
+
"description": "Moves focus into the menu. If there is a child with the `autofocus` attribute, it will be focused.\nOtherwise, the first focusable child will be focused.",
|
|
9384
|
+
"privacy": "public"
|
|
9385
|
+
},
|
|
9386
|
+
{
|
|
9387
|
+
"kind": "method",
|
|
9388
|
+
"name": "collapseExpandedItem",
|
|
9389
|
+
"return": {
|
|
9390
|
+
"type": {
|
|
9391
|
+
"text": "void"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9394
|
+
"description": "Collapses any expanded Menu Items.",
|
|
9395
|
+
"privacy": "public"
|
|
9396
|
+
},
|
|
9397
|
+
{
|
|
9398
|
+
"kind": "field",
|
|
9399
|
+
"name": "handleItemFocus",
|
|
9400
|
+
"privacy": "private"
|
|
9401
|
+
},
|
|
9402
|
+
{
|
|
9403
|
+
"kind": "field",
|
|
9404
|
+
"name": "handleExpandedChanged",
|
|
9405
|
+
"privacy": "private"
|
|
9406
|
+
},
|
|
9407
|
+
{
|
|
9408
|
+
"kind": "field",
|
|
9409
|
+
"name": "removeItemListeners",
|
|
9410
|
+
"privacy": "private"
|
|
9411
|
+
},
|
|
9412
|
+
{
|
|
9413
|
+
"kind": "field",
|
|
9414
|
+
"name": "setItems",
|
|
9415
|
+
"privacy": "private"
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"kind": "method",
|
|
9419
|
+
"name": "domChildren",
|
|
9420
|
+
"privacy": "private",
|
|
9421
|
+
"return": {
|
|
9422
|
+
"type": {
|
|
9423
|
+
"text": "Element[]"
|
|
9424
|
+
}
|
|
9425
|
+
},
|
|
9426
|
+
"description": "get an array of valid DOM children"
|
|
9427
|
+
},
|
|
9428
|
+
{
|
|
9429
|
+
"kind": "field",
|
|
9430
|
+
"name": "isMenuItemElement",
|
|
9431
|
+
"privacy": "private",
|
|
9432
|
+
"description": "check if the item is a menu item"
|
|
9433
|
+
},
|
|
9434
|
+
{
|
|
9435
|
+
"kind": "field",
|
|
9436
|
+
"name": "isFocusableElement",
|
|
9437
|
+
"privacy": "private",
|
|
9438
|
+
"description": "check if the item is focusable"
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"kind": "method",
|
|
9442
|
+
"name": "setFocus",
|
|
9443
|
+
"privacy": "private",
|
|
9444
|
+
"return": {
|
|
9445
|
+
"type": {
|
|
9446
|
+
"text": "void"
|
|
9447
|
+
}
|
|
9448
|
+
},
|
|
9449
|
+
"parameters": [
|
|
9450
|
+
{
|
|
9451
|
+
"name": "focusIndex",
|
|
9452
|
+
"type": {
|
|
9453
|
+
"text": "number"
|
|
9454
|
+
}
|
|
9455
|
+
},
|
|
9456
|
+
{
|
|
9457
|
+
"name": "adjustment",
|
|
9458
|
+
"type": {
|
|
9459
|
+
"text": "number"
|
|
9460
|
+
}
|
|
9461
|
+
}
|
|
9462
|
+
]
|
|
9463
|
+
},
|
|
8917
9464
|
{
|
|
8918
9465
|
"kind": "field",
|
|
8919
9466
|
"name": "ariaLabel",
|
|
@@ -9054,14 +9601,6 @@
|
|
|
9054
9601
|
"type": {
|
|
9055
9602
|
"text": "HTMLElement[] | undefined"
|
|
9056
9603
|
}
|
|
9057
|
-
},
|
|
9058
|
-
{
|
|
9059
|
-
"kind": "field",
|
|
9060
|
-
"name": "handleFocusOut"
|
|
9061
|
-
},
|
|
9062
|
-
{
|
|
9063
|
-
"kind": "field",
|
|
9064
|
-
"name": "domChildren"
|
|
9065
9604
|
}
|
|
9066
9605
|
],
|
|
9067
9606
|
"events": [
|
|
@@ -9133,7 +9672,7 @@
|
|
|
9133
9672
|
}
|
|
9134
9673
|
],
|
|
9135
9674
|
"superclass": {
|
|
9136
|
-
"name": "
|
|
9675
|
+
"name": "FoundationElement",
|
|
9137
9676
|
"package": "@microsoft/fast-foundation"
|
|
9138
9677
|
},
|
|
9139
9678
|
"vividComponent": {
|
|
@@ -9298,6 +9837,55 @@
|
|
|
9298
9837
|
}
|
|
9299
9838
|
],
|
|
9300
9839
|
"members": [
|
|
9840
|
+
{
|
|
9841
|
+
"kind": "field",
|
|
9842
|
+
"name": "disabled",
|
|
9843
|
+
"type": {
|
|
9844
|
+
"text": "boolean"
|
|
9845
|
+
},
|
|
9846
|
+
"description": "The disabled state of the element.",
|
|
9847
|
+
"privacy": "public"
|
|
9848
|
+
},
|
|
9849
|
+
{
|
|
9850
|
+
"kind": "field",
|
|
9851
|
+
"name": "expanded",
|
|
9852
|
+
"type": {
|
|
9853
|
+
"text": "boolean"
|
|
9854
|
+
},
|
|
9855
|
+
"description": "The expanded state of the element.",
|
|
9856
|
+
"privacy": "public"
|
|
9857
|
+
},
|
|
9858
|
+
{
|
|
9859
|
+
"kind": "field",
|
|
9860
|
+
"name": "role",
|
|
9861
|
+
"type": {
|
|
9862
|
+
"text": "MenuItemRole"
|
|
9863
|
+
},
|
|
9864
|
+
"description": "The role of the element.",
|
|
9865
|
+
"privacy": "public"
|
|
9866
|
+
},
|
|
9867
|
+
{
|
|
9868
|
+
"kind": "field",
|
|
9869
|
+
"name": "checked",
|
|
9870
|
+
"type": {
|
|
9871
|
+
"text": "boolean"
|
|
9872
|
+
},
|
|
9873
|
+
"description": "The checked value of the element.",
|
|
9874
|
+
"privacy": "public"
|
|
9875
|
+
},
|
|
9876
|
+
{
|
|
9877
|
+
"kind": "field",
|
|
9878
|
+
"name": "observer",
|
|
9879
|
+
"type": {
|
|
9880
|
+
"text": "MutationObserver | undefined"
|
|
9881
|
+
},
|
|
9882
|
+
"privacy": "private"
|
|
9883
|
+
},
|
|
9884
|
+
{
|
|
9885
|
+
"kind": "field",
|
|
9886
|
+
"name": "invoke",
|
|
9887
|
+
"privacy": "private"
|
|
9888
|
+
},
|
|
9301
9889
|
{
|
|
9302
9890
|
"kind": "field",
|
|
9303
9891
|
"name": "text",
|
|
@@ -9362,7 +9950,8 @@
|
|
|
9362
9950
|
},
|
|
9363
9951
|
{
|
|
9364
9952
|
"kind": "method",
|
|
9365
|
-
"name": "
|
|
9953
|
+
"name": "updateSubmenu",
|
|
9954
|
+
"privacy": "private"
|
|
9366
9955
|
},
|
|
9367
9956
|
{
|
|
9368
9957
|
"kind": "method",
|
|
@@ -9372,11 +9961,6 @@
|
|
|
9372
9961
|
"kind": "method",
|
|
9373
9962
|
"name": "#expandedChange"
|
|
9374
9963
|
},
|
|
9375
|
-
{
|
|
9376
|
-
"kind": "field",
|
|
9377
|
-
"name": "#handleMenuItemKeyDown",
|
|
9378
|
-
"privacy": "private"
|
|
9379
|
-
},
|
|
9380
9964
|
{
|
|
9381
9965
|
"kind": "field",
|
|
9382
9966
|
"name": "#syntheticClickEvents",
|
|
@@ -9386,14 +9970,6 @@
|
|
|
9386
9970
|
{
|
|
9387
9971
|
"kind": "method",
|
|
9388
9972
|
"name": "#emitSyntheticClick"
|
|
9389
|
-
},
|
|
9390
|
-
{
|
|
9391
|
-
"kind": "field",
|
|
9392
|
-
"name": "updateSubmenu"
|
|
9393
|
-
},
|
|
9394
|
-
{
|
|
9395
|
-
"kind": "field",
|
|
9396
|
-
"name": "handleMenuItemKeyDown"
|
|
9397
9973
|
}
|
|
9398
9974
|
],
|
|
9399
9975
|
"events": [
|
|
@@ -9414,9 +9990,38 @@
|
|
|
9414
9990
|
],
|
|
9415
9991
|
"attributes": [
|
|
9416
9992
|
{
|
|
9417
|
-
"name": "text",
|
|
9418
9993
|
"type": {
|
|
9419
|
-
"text": "
|
|
9994
|
+
"text": "boolean"
|
|
9995
|
+
},
|
|
9996
|
+
"description": "The disabled state of the element.",
|
|
9997
|
+
"fieldName": "disabled"
|
|
9998
|
+
},
|
|
9999
|
+
{
|
|
10000
|
+
"type": {
|
|
10001
|
+
"text": "boolean"
|
|
10002
|
+
},
|
|
10003
|
+
"description": "The expanded state of the element.",
|
|
10004
|
+
"fieldName": "expanded"
|
|
10005
|
+
},
|
|
10006
|
+
{
|
|
10007
|
+
"name": "role",
|
|
10008
|
+
"type": {
|
|
10009
|
+
"text": "MenuItemRole"
|
|
10010
|
+
},
|
|
10011
|
+
"description": "The role of the element.",
|
|
10012
|
+
"fieldName": "role"
|
|
10013
|
+
},
|
|
10014
|
+
{
|
|
10015
|
+
"type": {
|
|
10016
|
+
"text": "boolean"
|
|
10017
|
+
},
|
|
10018
|
+
"description": "The checked value of the element.",
|
|
10019
|
+
"fieldName": "checked"
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"name": "text",
|
|
10023
|
+
"type": {
|
|
10024
|
+
"text": "string | undefined"
|
|
9420
10025
|
},
|
|
9421
10026
|
"description": "Indicates the menu item's text.",
|
|
9422
10027
|
"fieldName": "text"
|
|
@@ -9456,7 +10061,7 @@
|
|
|
9456
10061
|
}
|
|
9457
10062
|
],
|
|
9458
10063
|
"superclass": {
|
|
9459
|
-
"name": "
|
|
10064
|
+
"name": "FoundationElement",
|
|
9460
10065
|
"package": "@microsoft/fast-foundation"
|
|
9461
10066
|
},
|
|
9462
10067
|
"vividComponent": {
|
|
@@ -11096,7 +11701,7 @@
|
|
|
11096
11701
|
"declarations": [
|
|
11097
11702
|
{
|
|
11098
11703
|
"kind": "class",
|
|
11099
|
-
"description": "",
|
|
11704
|
+
"description": "An Option Custom HTML Element.\nImplements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .",
|
|
11100
11705
|
"name": "ListboxOption",
|
|
11101
11706
|
"cssProperties": [
|
|
11102
11707
|
{
|
|
@@ -11141,196 +11746,468 @@
|
|
|
11141
11746
|
"members": [
|
|
11142
11747
|
{
|
|
11143
11748
|
"kind": "field",
|
|
11144
|
-
"name": "
|
|
11749
|
+
"name": "checked",
|
|
11145
11750
|
"type": {
|
|
11146
|
-
"text": "
|
|
11751
|
+
"text": "boolean | undefined"
|
|
11147
11752
|
},
|
|
11148
|
-
"
|
|
11149
|
-
"
|
|
11753
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
11754
|
+
"privacy": "public"
|
|
11150
11755
|
},
|
|
11151
11756
|
{
|
|
11152
|
-
"kind": "
|
|
11153
|
-
"name": "
|
|
11757
|
+
"kind": "method",
|
|
11758
|
+
"name": "checkedChanged",
|
|
11759
|
+
"privacy": "public",
|
|
11760
|
+
"return": {
|
|
11761
|
+
"type": {
|
|
11762
|
+
"text": "void"
|
|
11763
|
+
}
|
|
11764
|
+
},
|
|
11765
|
+
"parameters": [
|
|
11766
|
+
{
|
|
11767
|
+
"name": "_",
|
|
11768
|
+
"type": {
|
|
11769
|
+
"text": "boolean | unknown"
|
|
11770
|
+
},
|
|
11771
|
+
"description": "the previous checked value"
|
|
11772
|
+
},
|
|
11773
|
+
{
|
|
11774
|
+
"name": "next",
|
|
11775
|
+
"optional": true,
|
|
11776
|
+
"type": {
|
|
11777
|
+
"text": "boolean"
|
|
11778
|
+
},
|
|
11779
|
+
"description": "the current checked value"
|
|
11780
|
+
}
|
|
11781
|
+
],
|
|
11782
|
+
"description": "Updates the ariaChecked property when the checked property changes."
|
|
11154
11783
|
},
|
|
11155
11784
|
{
|
|
11156
11785
|
"kind": "field",
|
|
11157
|
-
"name": "
|
|
11786
|
+
"name": "defaultSelected",
|
|
11158
11787
|
"type": {
|
|
11159
|
-
"text": "
|
|
11160
|
-
}
|
|
11788
|
+
"text": "boolean"
|
|
11789
|
+
},
|
|
11790
|
+
"default": "false",
|
|
11791
|
+
"description": "The defaultSelected state of the option.",
|
|
11792
|
+
"privacy": "public"
|
|
11161
11793
|
},
|
|
11162
11794
|
{
|
|
11163
|
-
"kind": "
|
|
11164
|
-
"name": "
|
|
11165
|
-
"
|
|
11166
|
-
|
|
11795
|
+
"kind": "method",
|
|
11796
|
+
"name": "defaultSelectedChanged",
|
|
11797
|
+
"privacy": "protected",
|
|
11798
|
+
"return": {
|
|
11799
|
+
"type": {
|
|
11800
|
+
"text": "void"
|
|
11801
|
+
}
|
|
11167
11802
|
}
|
|
11168
|
-
}
|
|
11169
|
-
],
|
|
11170
|
-
"attributes": [
|
|
11803
|
+
},
|
|
11171
11804
|
{
|
|
11172
|
-
"
|
|
11805
|
+
"kind": "field",
|
|
11806
|
+
"name": "disabled",
|
|
11173
11807
|
"type": {
|
|
11174
|
-
"text": "
|
|
11808
|
+
"text": "boolean"
|
|
11175
11809
|
},
|
|
11176
|
-
"
|
|
11810
|
+
"description": "The disabled state of the option.",
|
|
11811
|
+
"privacy": "public"
|
|
11177
11812
|
},
|
|
11178
11813
|
{
|
|
11179
|
-
"
|
|
11814
|
+
"kind": "method",
|
|
11815
|
+
"name": "disabledChanged",
|
|
11816
|
+
"privacy": "protected",
|
|
11817
|
+
"return": {
|
|
11818
|
+
"type": {
|
|
11819
|
+
"text": "void"
|
|
11820
|
+
}
|
|
11821
|
+
}
|
|
11822
|
+
},
|
|
11823
|
+
{
|
|
11824
|
+
"kind": "field",
|
|
11825
|
+
"name": "selectedAttribute",
|
|
11180
11826
|
"type": {
|
|
11181
|
-
"text": "
|
|
11827
|
+
"text": "boolean"
|
|
11182
11828
|
},
|
|
11183
|
-
"
|
|
11184
|
-
|
|
11185
|
-
|
|
11186
|
-
"superclass": {
|
|
11187
|
-
"name": "FoundationListboxOption",
|
|
11188
|
-
"package": "@microsoft/fast-foundation"
|
|
11189
|
-
},
|
|
11190
|
-
"vividComponent": {
|
|
11191
|
-
"public": true,
|
|
11192
|
-
"name": "option"
|
|
11193
|
-
}
|
|
11194
|
-
}
|
|
11195
|
-
],
|
|
11196
|
-
"exports": [
|
|
11197
|
-
{
|
|
11198
|
-
"kind": "js",
|
|
11199
|
-
"name": "ListboxOption",
|
|
11200
|
-
"declaration": {
|
|
11201
|
-
"name": "ListboxOption",
|
|
11202
|
-
"module": "libs/components/src/lib/option/option.ts"
|
|
11203
|
-
}
|
|
11204
|
-
}
|
|
11205
|
-
]
|
|
11206
|
-
},
|
|
11207
|
-
{
|
|
11208
|
-
"kind": "javascript-module",
|
|
11209
|
-
"path": "libs/components/src/lib/pagination/definition.ts",
|
|
11210
|
-
"declarations": [
|
|
11211
|
-
{
|
|
11212
|
-
"kind": "variable",
|
|
11213
|
-
"name": "paginationDefinition"
|
|
11214
|
-
},
|
|
11215
|
-
{
|
|
11216
|
-
"kind": "variable",
|
|
11217
|
-
"name": "registerPagination",
|
|
11218
|
-
"description": "Registers the pagination element with the design system.",
|
|
11219
|
-
"parameters": [
|
|
11829
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
11830
|
+
"privacy": "public"
|
|
11831
|
+
},
|
|
11220
11832
|
{
|
|
11221
|
-
"
|
|
11222
|
-
"name": "
|
|
11223
|
-
|
|
11224
|
-
|
|
11225
|
-
|
|
11226
|
-
|
|
11227
|
-
|
|
11228
|
-
|
|
11229
|
-
|
|
11230
|
-
"name": "PaginationShape",
|
|
11231
|
-
"declaration": {
|
|
11232
|
-
"name": "PaginationShape",
|
|
11233
|
-
"module": "./pagination"
|
|
11234
|
-
}
|
|
11235
|
-
},
|
|
11236
|
-
{
|
|
11237
|
-
"kind": "js",
|
|
11238
|
-
"name": "PaginationSize",
|
|
11239
|
-
"declaration": {
|
|
11240
|
-
"name": "PaginationSize",
|
|
11241
|
-
"module": "./pagination"
|
|
11242
|
-
}
|
|
11243
|
-
},
|
|
11244
|
-
{
|
|
11245
|
-
"kind": "js",
|
|
11246
|
-
"name": "paginationDefinition",
|
|
11247
|
-
"declaration": {
|
|
11248
|
-
"name": "paginationDefinition",
|
|
11249
|
-
"module": "libs/components/src/lib/pagination/definition.ts"
|
|
11250
|
-
}
|
|
11251
|
-
},
|
|
11252
|
-
{
|
|
11253
|
-
"kind": "js",
|
|
11254
|
-
"name": "registerPagination",
|
|
11255
|
-
"declaration": {
|
|
11256
|
-
"name": "registerPagination",
|
|
11257
|
-
"module": "libs/components/src/lib/pagination/definition.ts"
|
|
11258
|
-
}
|
|
11259
|
-
}
|
|
11260
|
-
]
|
|
11261
|
-
},
|
|
11262
|
-
{
|
|
11263
|
-
"kind": "javascript-module",
|
|
11264
|
-
"path": "libs/components/src/lib/pagination/pagination.ts",
|
|
11265
|
-
"declarations": [
|
|
11266
|
-
{
|
|
11267
|
-
"kind": "class",
|
|
11268
|
-
"description": "",
|
|
11269
|
-
"name": "Pagination",
|
|
11270
|
-
"members": [
|
|
11833
|
+
"kind": "method",
|
|
11834
|
+
"name": "selectedAttributeChanged",
|
|
11835
|
+
"privacy": "protected",
|
|
11836
|
+
"return": {
|
|
11837
|
+
"type": {
|
|
11838
|
+
"text": "void"
|
|
11839
|
+
}
|
|
11840
|
+
}
|
|
11841
|
+
},
|
|
11271
11842
|
{
|
|
11272
11843
|
"kind": "field",
|
|
11273
|
-
"name": "
|
|
11844
|
+
"name": "selected",
|
|
11274
11845
|
"type": {
|
|
11275
|
-
"text": "
|
|
11846
|
+
"text": "boolean"
|
|
11276
11847
|
},
|
|
11277
|
-
"description": "The
|
|
11848
|
+
"description": "The checked state of the control.",
|
|
11278
11849
|
"privacy": "public"
|
|
11279
11850
|
},
|
|
11851
|
+
{
|
|
11852
|
+
"kind": "method",
|
|
11853
|
+
"name": "selectedChanged",
|
|
11854
|
+
"privacy": "protected",
|
|
11855
|
+
"return": {
|
|
11856
|
+
"type": {
|
|
11857
|
+
"text": "void"
|
|
11858
|
+
}
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11280
11861
|
{
|
|
11281
11862
|
"kind": "field",
|
|
11282
|
-
"name": "
|
|
11863
|
+
"name": "dirtyValue",
|
|
11283
11864
|
"type": {
|
|
11284
|
-
"text": "
|
|
11865
|
+
"text": "boolean"
|
|
11285
11866
|
},
|
|
11286
|
-
"
|
|
11287
|
-
"
|
|
11867
|
+
"default": "false",
|
|
11868
|
+
"description": "Track whether the value has been changed from the initial value"
|
|
11288
11869
|
},
|
|
11289
11870
|
{
|
|
11290
11871
|
"kind": "field",
|
|
11291
|
-
"name": "
|
|
11872
|
+
"name": "initialValue",
|
|
11292
11873
|
"type": {
|
|
11293
|
-
"text": "
|
|
11874
|
+
"text": "string"
|
|
11875
|
+
},
|
|
11876
|
+
"privacy": "protected",
|
|
11877
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set."
|
|
11878
|
+
},
|
|
11879
|
+
{
|
|
11880
|
+
"kind": "method",
|
|
11881
|
+
"name": "initialValueChanged",
|
|
11882
|
+
"return": {
|
|
11883
|
+
"type": {
|
|
11884
|
+
"text": "void"
|
|
11885
|
+
}
|
|
11294
11886
|
}
|
|
11295
11887
|
},
|
|
11296
11888
|
{
|
|
11297
11889
|
"kind": "field",
|
|
11298
|
-
"name": "
|
|
11890
|
+
"name": "_label",
|
|
11299
11891
|
"type": {
|
|
11300
|
-
"text": "
|
|
11301
|
-
}
|
|
11892
|
+
"text": "string | undefined"
|
|
11893
|
+
},
|
|
11894
|
+
"privacy": "public",
|
|
11895
|
+
"description": ""
|
|
11302
11896
|
},
|
|
11303
11897
|
{
|
|
11304
11898
|
"kind": "field",
|
|
11305
|
-
"name": "
|
|
11899
|
+
"name": "label",
|
|
11306
11900
|
"type": {
|
|
11307
|
-
"text": "
|
|
11901
|
+
"text": "string"
|
|
11308
11902
|
}
|
|
11309
11903
|
},
|
|
11310
11904
|
{
|
|
11311
11905
|
"kind": "field",
|
|
11312
|
-
"name": "
|
|
11906
|
+
"name": "_text",
|
|
11313
11907
|
"type": {
|
|
11314
|
-
"text": "
|
|
11908
|
+
"text": "string | undefined"
|
|
11315
11909
|
},
|
|
11316
|
-
"
|
|
11910
|
+
"privacy": "public",
|
|
11911
|
+
"description": ""
|
|
11317
11912
|
},
|
|
11318
11913
|
{
|
|
11319
11914
|
"kind": "field",
|
|
11320
|
-
"name": "
|
|
11321
|
-
"readonly": true
|
|
11915
|
+
"name": "text"
|
|
11322
11916
|
},
|
|
11323
11917
|
{
|
|
11324
11918
|
"kind": "field",
|
|
11325
|
-
"name": "
|
|
11919
|
+
"name": "value",
|
|
11326
11920
|
"type": {
|
|
11327
|
-
"text": "
|
|
11328
|
-
}
|
|
11329
|
-
"default": "0"
|
|
11921
|
+
"text": "string"
|
|
11922
|
+
}
|
|
11330
11923
|
},
|
|
11331
11924
|
{
|
|
11332
11925
|
"kind": "field",
|
|
11333
|
-
"name": "
|
|
11926
|
+
"name": "form",
|
|
11927
|
+
"type": {
|
|
11928
|
+
"text": "HTMLFormElement | null"
|
|
11929
|
+
},
|
|
11930
|
+
"readonly": true
|
|
11931
|
+
},
|
|
11932
|
+
{
|
|
11933
|
+
"kind": "field",
|
|
11934
|
+
"name": "proxy",
|
|
11935
|
+
"default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
|
|
11936
|
+
"description": ""
|
|
11937
|
+
}
|
|
11938
|
+
],
|
|
11939
|
+
"attributes": [
|
|
11940
|
+
{
|
|
11941
|
+
"type": {
|
|
11942
|
+
"text": "boolean"
|
|
11943
|
+
},
|
|
11944
|
+
"description": "The disabled state of the option.",
|
|
11945
|
+
"fieldName": "disabled"
|
|
11946
|
+
},
|
|
11947
|
+
{
|
|
11948
|
+
"name": "selected",
|
|
11949
|
+
"type": {
|
|
11950
|
+
"text": "boolean"
|
|
11951
|
+
},
|
|
11952
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
11953
|
+
"fieldName": "selectedAttribute"
|
|
11954
|
+
},
|
|
11955
|
+
{
|
|
11956
|
+
"name": "value",
|
|
11957
|
+
"type": {
|
|
11958
|
+
"text": "string"
|
|
11959
|
+
},
|
|
11960
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
11961
|
+
"fieldName": "initialValue"
|
|
11962
|
+
},
|
|
11963
|
+
{
|
|
11964
|
+
"name": "label",
|
|
11965
|
+
"type": {
|
|
11966
|
+
"text": "string | undefined"
|
|
11967
|
+
},
|
|
11968
|
+
"fieldName": "_label"
|
|
11969
|
+
},
|
|
11970
|
+
{
|
|
11971
|
+
"name": "text",
|
|
11972
|
+
"type": {
|
|
11973
|
+
"text": "string | undefined"
|
|
11974
|
+
},
|
|
11975
|
+
"fieldName": "_text"
|
|
11976
|
+
}
|
|
11977
|
+
],
|
|
11978
|
+
"superclass": {
|
|
11979
|
+
"name": "FoundationElement",
|
|
11980
|
+
"package": "@microsoft/fast-foundation"
|
|
11981
|
+
},
|
|
11982
|
+
"vividComponent": {
|
|
11983
|
+
"public": true,
|
|
11984
|
+
"name": "option"
|
|
11985
|
+
}
|
|
11986
|
+
},
|
|
11987
|
+
{
|
|
11988
|
+
"kind": "class",
|
|
11989
|
+
"description": "States and properties relating to the ARIA `option` role.",
|
|
11990
|
+
"name": "DelegatesARIAListboxOption",
|
|
11991
|
+
"cssProperties": [
|
|
11992
|
+
{
|
|
11993
|
+
"name": "--vvd-option-accent-primary",
|
|
11994
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
11995
|
+
},
|
|
11996
|
+
{
|
|
11997
|
+
"name": "--vvd-option-accent-primary-text",
|
|
11998
|
+
"default": "var(--vvd-color-canvas)"
|
|
11999
|
+
},
|
|
12000
|
+
{
|
|
12001
|
+
"name": "--vvd-option-accent-primary-increment",
|
|
12002
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
12003
|
+
},
|
|
12004
|
+
{
|
|
12005
|
+
"name": "--vvd-option-accent-firm",
|
|
12006
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
12007
|
+
},
|
|
12008
|
+
{
|
|
12009
|
+
"name": "--vvd-option-accent-faint",
|
|
12010
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
12011
|
+
},
|
|
12012
|
+
{
|
|
12013
|
+
"name": "--vvd-option-accent-soft",
|
|
12014
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
12015
|
+
},
|
|
12016
|
+
{
|
|
12017
|
+
"name": "--vvd-option-accent-pale",
|
|
12018
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
12019
|
+
},
|
|
12020
|
+
{
|
|
12021
|
+
"name": "--vvd-option-accent-dim",
|
|
12022
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
12023
|
+
}
|
|
12024
|
+
],
|
|
12025
|
+
"members": [
|
|
12026
|
+
{
|
|
12027
|
+
"kind": "field",
|
|
12028
|
+
"name": "ariaChecked",
|
|
12029
|
+
"type": {
|
|
12030
|
+
"text": "'true' | 'false' | string | null"
|
|
12031
|
+
},
|
|
12032
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12033
|
+
"privacy": "public"
|
|
12034
|
+
},
|
|
12035
|
+
{
|
|
12036
|
+
"kind": "field",
|
|
12037
|
+
"name": "ariaPosInSet",
|
|
12038
|
+
"type": {
|
|
12039
|
+
"text": "string | null"
|
|
12040
|
+
},
|
|
12041
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12042
|
+
"privacy": "public"
|
|
12043
|
+
},
|
|
12044
|
+
{
|
|
12045
|
+
"kind": "field",
|
|
12046
|
+
"name": "ariaSelected",
|
|
12047
|
+
"type": {
|
|
12048
|
+
"text": "'true' | 'false' | string | null"
|
|
12049
|
+
},
|
|
12050
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12051
|
+
"privacy": "public"
|
|
12052
|
+
},
|
|
12053
|
+
{
|
|
12054
|
+
"kind": "field",
|
|
12055
|
+
"name": "ariaSetSize",
|
|
12056
|
+
"type": {
|
|
12057
|
+
"text": "string | null"
|
|
12058
|
+
},
|
|
12059
|
+
"description": "See https://www.w3.org/TR/wai-aria-1.2/#option for more information.",
|
|
12060
|
+
"privacy": "public"
|
|
12061
|
+
}
|
|
12062
|
+
]
|
|
12063
|
+
}
|
|
12064
|
+
],
|
|
12065
|
+
"exports": [
|
|
12066
|
+
{
|
|
12067
|
+
"kind": "js",
|
|
12068
|
+
"name": "ListboxOption",
|
|
12069
|
+
"declaration": {
|
|
12070
|
+
"name": "ListboxOption",
|
|
12071
|
+
"module": "libs/components/src/lib/option/option.ts"
|
|
12072
|
+
}
|
|
12073
|
+
},
|
|
12074
|
+
{
|
|
12075
|
+
"kind": "js",
|
|
12076
|
+
"name": "DelegatesARIAListboxOption",
|
|
12077
|
+
"declaration": {
|
|
12078
|
+
"name": "DelegatesARIAListboxOption",
|
|
12079
|
+
"module": "libs/components/src/lib/option/option.ts"
|
|
12080
|
+
}
|
|
12081
|
+
}
|
|
12082
|
+
]
|
|
12083
|
+
},
|
|
12084
|
+
{
|
|
12085
|
+
"kind": "javascript-module",
|
|
12086
|
+
"path": "libs/components/src/lib/pagination/definition.ts",
|
|
12087
|
+
"declarations": [
|
|
12088
|
+
{
|
|
12089
|
+
"kind": "variable",
|
|
12090
|
+
"name": "paginationDefinition"
|
|
12091
|
+
},
|
|
12092
|
+
{
|
|
12093
|
+
"kind": "variable",
|
|
12094
|
+
"name": "registerPagination",
|
|
12095
|
+
"description": "Registers the pagination element with the design system.",
|
|
12096
|
+
"parameters": [
|
|
12097
|
+
{
|
|
12098
|
+
"description": "the prefix to use for the component name",
|
|
12099
|
+
"name": "prefix"
|
|
12100
|
+
}
|
|
12101
|
+
]
|
|
12102
|
+
}
|
|
12103
|
+
],
|
|
12104
|
+
"exports": [
|
|
12105
|
+
{
|
|
12106
|
+
"kind": "js",
|
|
12107
|
+
"name": "PaginationShape",
|
|
12108
|
+
"declaration": {
|
|
12109
|
+
"name": "PaginationShape",
|
|
12110
|
+
"module": "./pagination"
|
|
12111
|
+
}
|
|
12112
|
+
},
|
|
12113
|
+
{
|
|
12114
|
+
"kind": "js",
|
|
12115
|
+
"name": "PaginationSize",
|
|
12116
|
+
"declaration": {
|
|
12117
|
+
"name": "PaginationSize",
|
|
12118
|
+
"module": "./pagination"
|
|
12119
|
+
}
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"kind": "js",
|
|
12123
|
+
"name": "paginationDefinition",
|
|
12124
|
+
"declaration": {
|
|
12125
|
+
"name": "paginationDefinition",
|
|
12126
|
+
"module": "libs/components/src/lib/pagination/definition.ts"
|
|
12127
|
+
}
|
|
12128
|
+
},
|
|
12129
|
+
{
|
|
12130
|
+
"kind": "js",
|
|
12131
|
+
"name": "registerPagination",
|
|
12132
|
+
"declaration": {
|
|
12133
|
+
"name": "registerPagination",
|
|
12134
|
+
"module": "libs/components/src/lib/pagination/definition.ts"
|
|
12135
|
+
}
|
|
12136
|
+
}
|
|
12137
|
+
]
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"kind": "javascript-module",
|
|
12141
|
+
"path": "libs/components/src/lib/pagination/pagination.ts",
|
|
12142
|
+
"declarations": [
|
|
12143
|
+
{
|
|
12144
|
+
"kind": "class",
|
|
12145
|
+
"description": "",
|
|
12146
|
+
"name": "Pagination",
|
|
12147
|
+
"members": [
|
|
12148
|
+
{
|
|
12149
|
+
"kind": "field",
|
|
12150
|
+
"name": "size",
|
|
12151
|
+
"type": {
|
|
12152
|
+
"text": "PaginationSize | undefined"
|
|
12153
|
+
},
|
|
12154
|
+
"description": "The size the pagination should have.",
|
|
12155
|
+
"privacy": "public"
|
|
12156
|
+
},
|
|
12157
|
+
{
|
|
12158
|
+
"kind": "field",
|
|
12159
|
+
"name": "shape",
|
|
12160
|
+
"type": {
|
|
12161
|
+
"text": "PaginationShape | undefined"
|
|
12162
|
+
},
|
|
12163
|
+
"description": "The shape the pagination should have.",
|
|
12164
|
+
"privacy": "public"
|
|
12165
|
+
},
|
|
12166
|
+
{
|
|
12167
|
+
"kind": "field",
|
|
12168
|
+
"name": "paginationButtons",
|
|
12169
|
+
"type": {
|
|
12170
|
+
"text": "Button[] | undefined"
|
|
12171
|
+
}
|
|
12172
|
+
},
|
|
12173
|
+
{
|
|
12174
|
+
"kind": "field",
|
|
12175
|
+
"name": "prevButton",
|
|
12176
|
+
"type": {
|
|
12177
|
+
"text": "Button | undefined"
|
|
12178
|
+
}
|
|
12179
|
+
},
|
|
12180
|
+
{
|
|
12181
|
+
"kind": "field",
|
|
12182
|
+
"name": "nextButton",
|
|
12183
|
+
"type": {
|
|
12184
|
+
"text": "Button | undefined"
|
|
12185
|
+
}
|
|
12186
|
+
},
|
|
12187
|
+
{
|
|
12188
|
+
"kind": "field",
|
|
12189
|
+
"name": "navIcons",
|
|
12190
|
+
"type": {
|
|
12191
|
+
"text": "boolean"
|
|
12192
|
+
},
|
|
12193
|
+
"default": "false"
|
|
12194
|
+
},
|
|
12195
|
+
{
|
|
12196
|
+
"kind": "field",
|
|
12197
|
+
"name": "pagesList",
|
|
12198
|
+
"readonly": true
|
|
12199
|
+
},
|
|
12200
|
+
{
|
|
12201
|
+
"kind": "field",
|
|
12202
|
+
"name": "total",
|
|
12203
|
+
"type": {
|
|
12204
|
+
"text": "number"
|
|
12205
|
+
},
|
|
12206
|
+
"default": "0"
|
|
12207
|
+
},
|
|
12208
|
+
{
|
|
12209
|
+
"kind": "field",
|
|
12210
|
+
"name": "selectedIndex",
|
|
11334
12211
|
"type": {
|
|
11335
12212
|
"text": "number | undefined"
|
|
11336
12213
|
},
|
|
@@ -11916,6 +12793,43 @@
|
|
|
11916
12793
|
}
|
|
11917
12794
|
]
|
|
11918
12795
|
},
|
|
12796
|
+
{
|
|
12797
|
+
"kind": "javascript-module",
|
|
12798
|
+
"path": "libs/components/src/lib/radio/radio.form-associated.ts",
|
|
12799
|
+
"declarations": [
|
|
12800
|
+
{
|
|
12801
|
+
"kind": "class",
|
|
12802
|
+
"description": "",
|
|
12803
|
+
"name": "FormAssociatedRadio",
|
|
12804
|
+
"members": [
|
|
12805
|
+
{
|
|
12806
|
+
"kind": "field",
|
|
12807
|
+
"name": "proxy"
|
|
12808
|
+
}
|
|
12809
|
+
],
|
|
12810
|
+
"mixins": [
|
|
12811
|
+
{
|
|
12812
|
+
"name": "CheckableFormAssociated",
|
|
12813
|
+
"package": "@microsoft/fast-foundation"
|
|
12814
|
+
}
|
|
12815
|
+
],
|
|
12816
|
+
"superclass": {
|
|
12817
|
+
"name": "_Radio",
|
|
12818
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12819
|
+
}
|
|
12820
|
+
}
|
|
12821
|
+
],
|
|
12822
|
+
"exports": [
|
|
12823
|
+
{
|
|
12824
|
+
"kind": "js",
|
|
12825
|
+
"name": "FormAssociatedRadio",
|
|
12826
|
+
"declaration": {
|
|
12827
|
+
"name": "FormAssociatedRadio",
|
|
12828
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12829
|
+
}
|
|
12830
|
+
}
|
|
12831
|
+
]
|
|
12832
|
+
},
|
|
11919
12833
|
{
|
|
11920
12834
|
"kind": "javascript-module",
|
|
11921
12835
|
"path": "libs/components/src/lib/radio/radio.ts",
|
|
@@ -12000,6 +12914,41 @@
|
|
|
12000
12914
|
},
|
|
12001
12915
|
"description": "The connotation the radioButton should have.",
|
|
12002
12916
|
"privacy": "public"
|
|
12917
|
+
},
|
|
12918
|
+
{
|
|
12919
|
+
"kind": "field",
|
|
12920
|
+
"name": "readOnly",
|
|
12921
|
+
"type": {
|
|
12922
|
+
"text": "boolean"
|
|
12923
|
+
},
|
|
12924
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
12925
|
+
"privacy": "public"
|
|
12926
|
+
},
|
|
12927
|
+
{
|
|
12928
|
+
"kind": "field",
|
|
12929
|
+
"name": "name",
|
|
12930
|
+
"type": {
|
|
12931
|
+
"text": "string"
|
|
12932
|
+
},
|
|
12933
|
+
"description": "The name of the radio. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute for more info."
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"kind": "method",
|
|
12937
|
+
"name": "isInsideRadioGroup",
|
|
12938
|
+
"privacy": "private",
|
|
12939
|
+
"return": {
|
|
12940
|
+
"type": {
|
|
12941
|
+
"text": "boolean"
|
|
12942
|
+
}
|
|
12943
|
+
}
|
|
12944
|
+
},
|
|
12945
|
+
{
|
|
12946
|
+
"kind": "field",
|
|
12947
|
+
"name": "proxy",
|
|
12948
|
+
"inheritedFrom": {
|
|
12949
|
+
"name": "FormAssociatedRadio",
|
|
12950
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12951
|
+
}
|
|
12003
12952
|
}
|
|
12004
12953
|
],
|
|
12005
12954
|
"events": [
|
|
@@ -12035,11 +12984,19 @@
|
|
|
12035
12984
|
},
|
|
12036
12985
|
"description": "The connotation the radioButton should have.",
|
|
12037
12986
|
"fieldName": "connotation"
|
|
12987
|
+
},
|
|
12988
|
+
{
|
|
12989
|
+
"name": "readonly",
|
|
12990
|
+
"type": {
|
|
12991
|
+
"text": "boolean"
|
|
12992
|
+
},
|
|
12993
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
12994
|
+
"fieldName": "readOnly"
|
|
12038
12995
|
}
|
|
12039
12996
|
],
|
|
12040
12997
|
"superclass": {
|
|
12041
|
-
"name": "
|
|
12042
|
-
"
|
|
12998
|
+
"name": "FormAssociatedRadio",
|
|
12999
|
+
"module": "/libs/components/src/lib/radio/radio.form-associated"
|
|
12043
13000
|
},
|
|
12044
13001
|
"vividComponent": {
|
|
12045
13002
|
"public": true,
|
|
@@ -12115,12 +13072,146 @@
|
|
|
12115
13072
|
"members": [
|
|
12116
13073
|
{
|
|
12117
13074
|
"kind": "field",
|
|
12118
|
-
"name": "label",
|
|
13075
|
+
"name": "label",
|
|
13076
|
+
"type": {
|
|
13077
|
+
"text": "string | undefined"
|
|
13078
|
+
},
|
|
13079
|
+
"description": "Indicates the group's label.",
|
|
13080
|
+
"privacy": "public"
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
"kind": "field",
|
|
13084
|
+
"name": "readOnly",
|
|
13085
|
+
"type": {
|
|
13086
|
+
"text": "boolean"
|
|
13087
|
+
},
|
|
13088
|
+
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
13089
|
+
"privacy": "public"
|
|
13090
|
+
},
|
|
13091
|
+
{
|
|
13092
|
+
"kind": "field",
|
|
13093
|
+
"name": "disabled",
|
|
13094
|
+
"type": {
|
|
13095
|
+
"text": "boolean"
|
|
13096
|
+
},
|
|
13097
|
+
"description": "Disables the radio group and child radios.",
|
|
13098
|
+
"privacy": "public"
|
|
13099
|
+
},
|
|
13100
|
+
{
|
|
13101
|
+
"kind": "field",
|
|
13102
|
+
"name": "name",
|
|
13103
|
+
"type": {
|
|
13104
|
+
"text": "string"
|
|
13105
|
+
},
|
|
13106
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
13107
|
+
"privacy": "public"
|
|
13108
|
+
},
|
|
13109
|
+
{
|
|
13110
|
+
"kind": "method",
|
|
13111
|
+
"name": "nameChanged",
|
|
13112
|
+
"return": {
|
|
13113
|
+
"type": {
|
|
13114
|
+
"text": "void"
|
|
13115
|
+
}
|
|
13116
|
+
}
|
|
13117
|
+
},
|
|
13118
|
+
{
|
|
13119
|
+
"kind": "field",
|
|
13120
|
+
"name": "value",
|
|
13121
|
+
"type": {
|
|
13122
|
+
"text": "string"
|
|
13123
|
+
},
|
|
13124
|
+
"description": "The value of the checked radio",
|
|
13125
|
+
"privacy": "public"
|
|
13126
|
+
},
|
|
13127
|
+
{
|
|
13128
|
+
"kind": "field",
|
|
13129
|
+
"name": "orientation",
|
|
13130
|
+
"type": {
|
|
13131
|
+
"text": "Orientation | 'horizontal' | 'vertical'"
|
|
13132
|
+
},
|
|
13133
|
+
"description": "The orientation of the group",
|
|
13134
|
+
"privacy": "public"
|
|
13135
|
+
},
|
|
13136
|
+
{
|
|
13137
|
+
"kind": "field",
|
|
13138
|
+
"name": "#focusableRadioButtons",
|
|
13139
|
+
"privacy": "private",
|
|
13140
|
+
"readonly": true
|
|
13141
|
+
},
|
|
13142
|
+
{
|
|
13143
|
+
"kind": "field",
|
|
13144
|
+
"name": "isInsideToolbar",
|
|
12119
13145
|
"type": {
|
|
12120
|
-
"text": "
|
|
13146
|
+
"text": "boolean"
|
|
12121
13147
|
},
|
|
12122
|
-
"
|
|
12123
|
-
"
|
|
13148
|
+
"privacy": "private",
|
|
13149
|
+
"readonly": true
|
|
13150
|
+
},
|
|
13151
|
+
{
|
|
13152
|
+
"kind": "method",
|
|
13153
|
+
"name": "setupRadioButtons",
|
|
13154
|
+
"privacy": "private",
|
|
13155
|
+
"return": {
|
|
13156
|
+
"type": {
|
|
13157
|
+
"text": "void"
|
|
13158
|
+
}
|
|
13159
|
+
}
|
|
13160
|
+
},
|
|
13161
|
+
{
|
|
13162
|
+
"kind": "field",
|
|
13163
|
+
"name": "radioChangeHandler",
|
|
13164
|
+
"privacy": "private"
|
|
13165
|
+
},
|
|
13166
|
+
{
|
|
13167
|
+
"kind": "field",
|
|
13168
|
+
"name": "moveToRadioByIndex",
|
|
13169
|
+
"privacy": "private"
|
|
13170
|
+
},
|
|
13171
|
+
{
|
|
13172
|
+
"kind": "field",
|
|
13173
|
+
"name": "moveRightOffGroup",
|
|
13174
|
+
"privacy": "private"
|
|
13175
|
+
},
|
|
13176
|
+
{
|
|
13177
|
+
"kind": "field",
|
|
13178
|
+
"name": "moveLeftOffGroup",
|
|
13179
|
+
"privacy": "private"
|
|
13180
|
+
},
|
|
13181
|
+
{
|
|
13182
|
+
"kind": "method",
|
|
13183
|
+
"name": "#setTabRovingTarget",
|
|
13184
|
+
"parameters": [
|
|
13185
|
+
{
|
|
13186
|
+
"name": "radio",
|
|
13187
|
+
"type": {
|
|
13188
|
+
"text": "Radio"
|
|
13189
|
+
}
|
|
13190
|
+
}
|
|
13191
|
+
]
|
|
13192
|
+
},
|
|
13193
|
+
{
|
|
13194
|
+
"kind": "method",
|
|
13195
|
+
"name": "checkFocusedRadio",
|
|
13196
|
+
"privacy": "private",
|
|
13197
|
+
"parameters": [
|
|
13198
|
+
{
|
|
13199
|
+
"name": "target",
|
|
13200
|
+
"type": {
|
|
13201
|
+
"text": "Radio"
|
|
13202
|
+
}
|
|
13203
|
+
}
|
|
13204
|
+
]
|
|
13205
|
+
},
|
|
13206
|
+
{
|
|
13207
|
+
"kind": "field",
|
|
13208
|
+
"name": "moveRight",
|
|
13209
|
+
"privacy": "private"
|
|
13210
|
+
},
|
|
13211
|
+
{
|
|
13212
|
+
"kind": "field",
|
|
13213
|
+
"name": "moveLeft",
|
|
13214
|
+
"privacy": "private"
|
|
12124
13215
|
}
|
|
12125
13216
|
],
|
|
12126
13217
|
"events": [
|
|
@@ -12140,10 +13231,50 @@
|
|
|
12140
13231
|
},
|
|
12141
13232
|
"description": "Indicates the group's label.",
|
|
12142
13233
|
"fieldName": "label"
|
|
13234
|
+
},
|
|
13235
|
+
{
|
|
13236
|
+
"name": "readonly",
|
|
13237
|
+
"type": {
|
|
13238
|
+
"text": "boolean"
|
|
13239
|
+
},
|
|
13240
|
+
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
13241
|
+
"fieldName": "readOnly"
|
|
13242
|
+
},
|
|
13243
|
+
{
|
|
13244
|
+
"name": "disabled",
|
|
13245
|
+
"type": {
|
|
13246
|
+
"text": "boolean"
|
|
13247
|
+
},
|
|
13248
|
+
"description": "Disables the radio group and child radios.",
|
|
13249
|
+
"fieldName": "disabled"
|
|
13250
|
+
},
|
|
13251
|
+
{
|
|
13252
|
+
"name": "name",
|
|
13253
|
+
"type": {
|
|
13254
|
+
"text": "string"
|
|
13255
|
+
},
|
|
13256
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
13257
|
+
"fieldName": "name"
|
|
13258
|
+
},
|
|
13259
|
+
{
|
|
13260
|
+
"name": "value",
|
|
13261
|
+
"type": {
|
|
13262
|
+
"text": "string"
|
|
13263
|
+
},
|
|
13264
|
+
"description": "The value of the checked radio",
|
|
13265
|
+
"fieldName": "value"
|
|
13266
|
+
},
|
|
13267
|
+
{
|
|
13268
|
+
"name": "orientation",
|
|
13269
|
+
"type": {
|
|
13270
|
+
"text": "Orientation | 'horizontal' | 'vertical'"
|
|
13271
|
+
},
|
|
13272
|
+
"description": "The orientation of the group",
|
|
13273
|
+
"fieldName": "orientation"
|
|
12143
13274
|
}
|
|
12144
13275
|
],
|
|
12145
13276
|
"superclass": {
|
|
12146
|
-
"name": "
|
|
13277
|
+
"name": "FoundationElement",
|
|
12147
13278
|
"package": "@microsoft/fast-foundation"
|
|
12148
13279
|
},
|
|
12149
13280
|
"vividComponent": {
|
|
@@ -15461,6 +16592,43 @@
|
|
|
15461
16592
|
}
|
|
15462
16593
|
]
|
|
15463
16594
|
},
|
|
16595
|
+
{
|
|
16596
|
+
"kind": "javascript-module",
|
|
16597
|
+
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
16598
|
+
"declarations": [
|
|
16599
|
+
{
|
|
16600
|
+
"kind": "class",
|
|
16601
|
+
"description": "",
|
|
16602
|
+
"name": "FormAssociatedSwitch",
|
|
16603
|
+
"members": [
|
|
16604
|
+
{
|
|
16605
|
+
"kind": "field",
|
|
16606
|
+
"name": "proxy"
|
|
16607
|
+
}
|
|
16608
|
+
],
|
|
16609
|
+
"mixins": [
|
|
16610
|
+
{
|
|
16611
|
+
"name": "CheckableFormAssociated",
|
|
16612
|
+
"package": "@microsoft/fast-foundation"
|
|
16613
|
+
}
|
|
16614
|
+
],
|
|
16615
|
+
"superclass": {
|
|
16616
|
+
"name": "_Switch",
|
|
16617
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16618
|
+
}
|
|
16619
|
+
}
|
|
16620
|
+
],
|
|
16621
|
+
"exports": [
|
|
16622
|
+
{
|
|
16623
|
+
"kind": "js",
|
|
16624
|
+
"name": "FormAssociatedSwitch",
|
|
16625
|
+
"declaration": {
|
|
16626
|
+
"name": "FormAssociatedSwitch",
|
|
16627
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16628
|
+
}
|
|
16629
|
+
}
|
|
16630
|
+
]
|
|
16631
|
+
},
|
|
15464
16632
|
{
|
|
15465
16633
|
"kind": "javascript-module",
|
|
15466
16634
|
"path": "libs/components/src/lib/switch/switch.ts",
|
|
@@ -15609,6 +16777,45 @@
|
|
|
15609
16777
|
},
|
|
15610
16778
|
"description": "Indicates the switch's connotation.",
|
|
15611
16779
|
"privacy": "public"
|
|
16780
|
+
},
|
|
16781
|
+
{
|
|
16782
|
+
"kind": "field",
|
|
16783
|
+
"name": "readOnly",
|
|
16784
|
+
"type": {
|
|
16785
|
+
"text": "boolean"
|
|
16786
|
+
},
|
|
16787
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16788
|
+
"privacy": "public"
|
|
16789
|
+
},
|
|
16790
|
+
{
|
|
16791
|
+
"kind": "method",
|
|
16792
|
+
"name": "updateForm",
|
|
16793
|
+
"privacy": "private",
|
|
16794
|
+
"return": {
|
|
16795
|
+
"type": {
|
|
16796
|
+
"text": "void"
|
|
16797
|
+
}
|
|
16798
|
+
}
|
|
16799
|
+
},
|
|
16800
|
+
{
|
|
16801
|
+
"kind": "field",
|
|
16802
|
+
"name": "defaultChecked",
|
|
16803
|
+
"type": {
|
|
16804
|
+
"text": "boolean"
|
|
16805
|
+
},
|
|
16806
|
+
"default": "!!this.checkedAttribute"
|
|
16807
|
+
},
|
|
16808
|
+
{
|
|
16809
|
+
"kind": "field",
|
|
16810
|
+
"name": "checked"
|
|
16811
|
+
},
|
|
16812
|
+
{
|
|
16813
|
+
"kind": "field",
|
|
16814
|
+
"name": "proxy",
|
|
16815
|
+
"inheritedFrom": {
|
|
16816
|
+
"name": "FormAssociatedSwitch",
|
|
16817
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
16818
|
+
}
|
|
15612
16819
|
}
|
|
15613
16820
|
],
|
|
15614
16821
|
"events": [
|
|
@@ -15636,11 +16843,19 @@
|
|
|
15636
16843
|
},
|
|
15637
16844
|
"description": "Indicates the switch's connotation.",
|
|
15638
16845
|
"fieldName": "connotation"
|
|
16846
|
+
},
|
|
16847
|
+
{
|
|
16848
|
+
"name": "readonly",
|
|
16849
|
+
"type": {
|
|
16850
|
+
"text": "boolean"
|
|
16851
|
+
},
|
|
16852
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16853
|
+
"fieldName": "readOnly"
|
|
15639
16854
|
}
|
|
15640
16855
|
],
|
|
15641
16856
|
"superclass": {
|
|
15642
|
-
"name": "
|
|
15643
|
-
"
|
|
16857
|
+
"name": "FormAssociatedSwitch",
|
|
16858
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
15644
16859
|
},
|
|
15645
16860
|
"vividComponent": {
|
|
15646
16861
|
"public": true,
|
|
@@ -15796,6 +17011,15 @@
|
|
|
15796
17011
|
}
|
|
15797
17012
|
],
|
|
15798
17013
|
"members": [
|
|
17014
|
+
{
|
|
17015
|
+
"kind": "field",
|
|
17016
|
+
"name": "disabled",
|
|
17017
|
+
"type": {
|
|
17018
|
+
"text": "boolean"
|
|
17019
|
+
},
|
|
17020
|
+
"description": "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.",
|
|
17021
|
+
"privacy": "public"
|
|
17022
|
+
},
|
|
15799
17023
|
{
|
|
15800
17024
|
"kind": "field",
|
|
15801
17025
|
"name": "connotation",
|
|
@@ -15875,6 +17099,13 @@
|
|
|
15875
17099
|
}
|
|
15876
17100
|
],
|
|
15877
17101
|
"attributes": [
|
|
17102
|
+
{
|
|
17103
|
+
"type": {
|
|
17104
|
+
"text": "boolean"
|
|
17105
|
+
},
|
|
17106
|
+
"description": "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.",
|
|
17107
|
+
"fieldName": "disabled"
|
|
17108
|
+
},
|
|
15878
17109
|
{
|
|
15879
17110
|
"name": "connotation",
|
|
15880
17111
|
"type": {
|
|
@@ -15924,7 +17155,7 @@
|
|
|
15924
17155
|
}
|
|
15925
17156
|
],
|
|
15926
17157
|
"superclass": {
|
|
15927
|
-
"name": "
|
|
17158
|
+
"name": "FoundationElement",
|
|
15928
17159
|
"package": "@microsoft/fast-foundation"
|
|
15929
17160
|
},
|
|
15930
17161
|
"vividComponent": {
|
|
@@ -15999,7 +17230,7 @@
|
|
|
15999
17230
|
}
|
|
16000
17231
|
],
|
|
16001
17232
|
"superclass": {
|
|
16002
|
-
"name": "
|
|
17233
|
+
"name": "FoundationElement",
|
|
16003
17234
|
"package": "@microsoft/fast-foundation"
|
|
16004
17235
|
},
|
|
16005
17236
|
"vividComponent": {
|
|
@@ -16071,6 +17302,14 @@
|
|
|
16071
17302
|
},
|
|
16072
17303
|
"default": "'--_tabs-active-tab-inline-size'"
|
|
16073
17304
|
},
|
|
17305
|
+
{
|
|
17306
|
+
"kind": "variable",
|
|
17307
|
+
"name": "TABLIST_COLUMN",
|
|
17308
|
+
"type": {
|
|
17309
|
+
"text": "string"
|
|
17310
|
+
},
|
|
17311
|
+
"default": "'--_tabs-tablist-column'"
|
|
17312
|
+
},
|
|
16074
17313
|
{
|
|
16075
17314
|
"kind": "class",
|
|
16076
17315
|
"description": "",
|
|
@@ -16094,55 +17333,170 @@
|
|
|
16094
17333
|
"members": [
|
|
16095
17334
|
{
|
|
16096
17335
|
"kind": "field",
|
|
16097
|
-
"name": "
|
|
16098
|
-
"type": {
|
|
16099
|
-
"text": "
|
|
17336
|
+
"name": "orientation",
|
|
17337
|
+
"type": {
|
|
17338
|
+
"text": "TabsOrientation"
|
|
17339
|
+
},
|
|
17340
|
+
"description": "The orientation",
|
|
17341
|
+
"privacy": "public"
|
|
17342
|
+
},
|
|
17343
|
+
{
|
|
17344
|
+
"kind": "field",
|
|
17345
|
+
"name": "activeid",
|
|
17346
|
+
"type": {
|
|
17347
|
+
"text": "string"
|
|
17348
|
+
},
|
|
17349
|
+
"description": "The id of the active tab",
|
|
17350
|
+
"privacy": "public"
|
|
17351
|
+
},
|
|
17352
|
+
{
|
|
17353
|
+
"kind": "field",
|
|
17354
|
+
"name": "activeindicator",
|
|
17355
|
+
"type": {
|
|
17356
|
+
"text": "boolean"
|
|
17357
|
+
},
|
|
17358
|
+
"default": "true",
|
|
17359
|
+
"description": "Whether or not to show the active indicator",
|
|
17360
|
+
"privacy": "public"
|
|
17361
|
+
},
|
|
17362
|
+
{
|
|
17363
|
+
"kind": "field",
|
|
17364
|
+
"name": "activetab",
|
|
17365
|
+
"type": {
|
|
17366
|
+
"text": "HTMLElement"
|
|
17367
|
+
},
|
|
17368
|
+
"description": "A reference to the active tab",
|
|
17369
|
+
"privacy": "public"
|
|
17370
|
+
},
|
|
17371
|
+
{
|
|
17372
|
+
"kind": "field",
|
|
17373
|
+
"name": "prevActiveTabIndex",
|
|
17374
|
+
"type": {
|
|
17375
|
+
"text": "number"
|
|
17376
|
+
},
|
|
17377
|
+
"privacy": "private",
|
|
17378
|
+
"default": "0"
|
|
17379
|
+
},
|
|
17380
|
+
{
|
|
17381
|
+
"kind": "field",
|
|
17382
|
+
"name": "activeTabIndex",
|
|
17383
|
+
"type": {
|
|
17384
|
+
"text": "number"
|
|
17385
|
+
},
|
|
17386
|
+
"privacy": "private",
|
|
17387
|
+
"default": "0"
|
|
17388
|
+
},
|
|
17389
|
+
{
|
|
17390
|
+
"kind": "field",
|
|
17391
|
+
"name": "tabIds",
|
|
17392
|
+
"type": {
|
|
17393
|
+
"text": "Array<string>"
|
|
17394
|
+
},
|
|
17395
|
+
"privacy": "private",
|
|
17396
|
+
"default": "[]"
|
|
17397
|
+
},
|
|
17398
|
+
{
|
|
17399
|
+
"kind": "field",
|
|
17400
|
+
"name": "tabpanelIds",
|
|
17401
|
+
"type": {
|
|
17402
|
+
"text": "Array<string>"
|
|
17403
|
+
},
|
|
17404
|
+
"privacy": "private",
|
|
17405
|
+
"default": "[]"
|
|
17406
|
+
},
|
|
17407
|
+
{
|
|
17408
|
+
"kind": "field",
|
|
17409
|
+
"name": "change",
|
|
17410
|
+
"privacy": "private"
|
|
17411
|
+
},
|
|
17412
|
+
{
|
|
17413
|
+
"kind": "field",
|
|
17414
|
+
"name": "isDisabledElement",
|
|
17415
|
+
"privacy": "private"
|
|
17416
|
+
},
|
|
17417
|
+
{
|
|
17418
|
+
"kind": "field",
|
|
17419
|
+
"name": "isHiddenElement",
|
|
17420
|
+
"privacy": "private"
|
|
17421
|
+
},
|
|
17422
|
+
{
|
|
17423
|
+
"kind": "field",
|
|
17424
|
+
"name": "isFocusableElement",
|
|
17425
|
+
"privacy": "private"
|
|
17426
|
+
},
|
|
17427
|
+
{
|
|
17428
|
+
"kind": "method",
|
|
17429
|
+
"name": "getActiveIndex",
|
|
17430
|
+
"privacy": "private",
|
|
17431
|
+
"return": {
|
|
17432
|
+
"type": {
|
|
17433
|
+
"text": "number"
|
|
17434
|
+
}
|
|
16100
17435
|
}
|
|
16101
17436
|
},
|
|
16102
17437
|
{
|
|
16103
17438
|
"kind": "field",
|
|
16104
|
-
"name": "
|
|
16105
|
-
"
|
|
16106
|
-
"text": "TabsConnotation | undefined"
|
|
16107
|
-
},
|
|
16108
|
-
"description": "The connotation the tabs should have.",
|
|
16109
|
-
"privacy": "public"
|
|
17439
|
+
"name": "setTabs",
|
|
17440
|
+
"privacy": "private"
|
|
16110
17441
|
},
|
|
16111
17442
|
{
|
|
16112
17443
|
"kind": "field",
|
|
16113
|
-
"name": "
|
|
16114
|
-
"
|
|
16115
|
-
"text": "Gutters | undefined"
|
|
16116
|
-
},
|
|
16117
|
-
"description": "sets the initial preferred margin from predefined available options",
|
|
16118
|
-
"privacy": "public"
|
|
17444
|
+
"name": "setTabPanels",
|
|
17445
|
+
"privacy": "private"
|
|
16119
17446
|
},
|
|
16120
17447
|
{
|
|
16121
|
-
"kind": "
|
|
16122
|
-
"name": "
|
|
16123
|
-
"
|
|
16124
|
-
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
17448
|
+
"kind": "method",
|
|
17449
|
+
"name": "getTabIds",
|
|
17450
|
+
"privacy": "private",
|
|
17451
|
+
"return": {
|
|
17452
|
+
"type": {
|
|
17453
|
+
"text": "Array<string>"
|
|
17454
|
+
}
|
|
17455
|
+
}
|
|
16129
17456
|
},
|
|
16130
17457
|
{
|
|
16131
17458
|
"kind": "method",
|
|
16132
|
-
"name": "
|
|
17459
|
+
"name": "getTabPanelIds",
|
|
17460
|
+
"privacy": "private",
|
|
17461
|
+
"return": {
|
|
17462
|
+
"type": {
|
|
17463
|
+
"text": "Array<string>"
|
|
17464
|
+
}
|
|
17465
|
+
}
|
|
16133
17466
|
},
|
|
16134
17467
|
{
|
|
16135
17468
|
"kind": "method",
|
|
16136
|
-
"name": "
|
|
17469
|
+
"name": "setComponent",
|
|
17470
|
+
"privacy": "private",
|
|
16137
17471
|
"return": {
|
|
16138
17472
|
"type": {
|
|
16139
17473
|
"text": "void"
|
|
16140
17474
|
}
|
|
16141
17475
|
}
|
|
16142
17476
|
},
|
|
17477
|
+
{
|
|
17478
|
+
"kind": "field",
|
|
17479
|
+
"name": "handleTabClick",
|
|
17480
|
+
"privacy": "private"
|
|
17481
|
+
},
|
|
17482
|
+
{
|
|
17483
|
+
"kind": "method",
|
|
17484
|
+
"name": "isHorizontal",
|
|
17485
|
+
"privacy": "private",
|
|
17486
|
+
"return": {
|
|
17487
|
+
"type": {
|
|
17488
|
+
"text": "boolean"
|
|
17489
|
+
}
|
|
17490
|
+
}
|
|
17491
|
+
},
|
|
17492
|
+
{
|
|
17493
|
+
"kind": "field",
|
|
17494
|
+
"name": "handleTabKeyDown",
|
|
17495
|
+
"privacy": "private"
|
|
17496
|
+
},
|
|
16143
17497
|
{
|
|
16144
17498
|
"kind": "method",
|
|
16145
|
-
"name": "
|
|
17499
|
+
"name": "adjust",
|
|
16146
17500
|
"return": {
|
|
16147
17501
|
"type": {
|
|
16148
17502
|
"text": "void"
|
|
@@ -16150,22 +17504,46 @@
|
|
|
16150
17504
|
},
|
|
16151
17505
|
"parameters": [
|
|
16152
17506
|
{
|
|
16153
|
-
"name": "
|
|
17507
|
+
"name": "adjustment",
|
|
16154
17508
|
"type": {
|
|
16155
|
-
"text": "
|
|
17509
|
+
"text": "number"
|
|
16156
17510
|
}
|
|
16157
|
-
}
|
|
17511
|
+
}
|
|
17512
|
+
],
|
|
17513
|
+
"description": "The adjust method for FASTTabs",
|
|
17514
|
+
"privacy": "public"
|
|
17515
|
+
},
|
|
17516
|
+
{
|
|
17517
|
+
"kind": "field",
|
|
17518
|
+
"name": "adjustForward",
|
|
17519
|
+
"privacy": "private"
|
|
17520
|
+
},
|
|
17521
|
+
{
|
|
17522
|
+
"kind": "field",
|
|
17523
|
+
"name": "adjustBackward",
|
|
17524
|
+
"privacy": "private"
|
|
17525
|
+
},
|
|
17526
|
+
{
|
|
17527
|
+
"kind": "method",
|
|
17528
|
+
"name": "#moveToNextTab",
|
|
17529
|
+
"parameters": [
|
|
16158
17530
|
{
|
|
16159
|
-
"name": "
|
|
17531
|
+
"name": "direction",
|
|
16160
17532
|
"type": {
|
|
16161
|
-
"text": "
|
|
17533
|
+
"text": "1 | -1"
|
|
16162
17534
|
}
|
|
16163
17535
|
}
|
|
16164
17536
|
]
|
|
16165
17537
|
},
|
|
17538
|
+
{
|
|
17539
|
+
"kind": "field",
|
|
17540
|
+
"name": "moveToTabByIndex",
|
|
17541
|
+
"privacy": "private"
|
|
17542
|
+
},
|
|
16166
17543
|
{
|
|
16167
17544
|
"kind": "method",
|
|
16168
|
-
"name": "
|
|
17545
|
+
"name": "focusTab",
|
|
17546
|
+
"privacy": "private",
|
|
16169
17547
|
"return": {
|
|
16170
17548
|
"type": {
|
|
16171
17549
|
"text": "void"
|
|
@@ -16173,21 +17551,52 @@
|
|
|
16173
17551
|
}
|
|
16174
17552
|
},
|
|
16175
17553
|
{
|
|
16176
|
-
"kind": "
|
|
16177
|
-
"name": "
|
|
17554
|
+
"kind": "field",
|
|
17555
|
+
"name": "tablist",
|
|
17556
|
+
"type": {
|
|
17557
|
+
"text": "HTMLElement | undefined"
|
|
17558
|
+
}
|
|
16178
17559
|
},
|
|
16179
17560
|
{
|
|
16180
|
-
"kind": "
|
|
16181
|
-
"name": "
|
|
16182
|
-
"
|
|
16183
|
-
"
|
|
16184
|
-
|
|
16185
|
-
|
|
16186
|
-
|
|
17561
|
+
"kind": "field",
|
|
17562
|
+
"name": "connotation",
|
|
17563
|
+
"type": {
|
|
17564
|
+
"text": "TabsConnotation | undefined"
|
|
17565
|
+
},
|
|
17566
|
+
"description": "The connotation the tabs should have.",
|
|
17567
|
+
"privacy": "public"
|
|
17568
|
+
},
|
|
17569
|
+
{
|
|
17570
|
+
"kind": "field",
|
|
17571
|
+
"name": "gutters",
|
|
17572
|
+
"type": {
|
|
17573
|
+
"text": "TabsGutters | undefined"
|
|
17574
|
+
},
|
|
17575
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
17576
|
+
"privacy": "public"
|
|
17577
|
+
},
|
|
17578
|
+
{
|
|
17579
|
+
"kind": "field",
|
|
17580
|
+
"name": "scrollablePanel",
|
|
17581
|
+
"type": {
|
|
17582
|
+
"text": "boolean"
|
|
17583
|
+
},
|
|
17584
|
+
"default": "false",
|
|
17585
|
+
"description": "sets overflow to the tab-panel",
|
|
17586
|
+
"privacy": "public"
|
|
17587
|
+
},
|
|
17588
|
+
{
|
|
17589
|
+
"kind": "field",
|
|
17590
|
+
"name": "tabsLayout",
|
|
17591
|
+
"type": {
|
|
17592
|
+
"text": "'align-start' | 'stretch' | undefined"
|
|
17593
|
+
},
|
|
17594
|
+
"description": "Controls the layout of the tabs.",
|
|
17595
|
+
"privacy": "public"
|
|
16187
17596
|
},
|
|
16188
17597
|
{
|
|
16189
17598
|
"kind": "method",
|
|
16190
|
-
"name": "
|
|
17599
|
+
"name": "#updateScrollStatus"
|
|
16191
17600
|
},
|
|
16192
17601
|
{
|
|
16193
17602
|
"kind": "field",
|
|
@@ -16229,19 +17638,13 @@
|
|
|
16229
17638
|
},
|
|
16230
17639
|
{
|
|
16231
17640
|
"kind": "method",
|
|
16232
|
-
"name": "
|
|
17641
|
+
"name": "handleActiveIndicatorPosition",
|
|
17642
|
+
"privacy": "private"
|
|
16233
17643
|
},
|
|
16234
17644
|
{
|
|
16235
17645
|
"kind": "method",
|
|
16236
|
-
"name": "
|
|
16237
|
-
|
|
16238
|
-
{
|
|
16239
|
-
"kind": "field",
|
|
16240
|
-
"name": "handleActiveIndicatorPosition"
|
|
16241
|
-
},
|
|
16242
|
-
{
|
|
16243
|
-
"kind": "field",
|
|
16244
|
-
"name": "animateActiveIndicator"
|
|
17646
|
+
"name": "animateActiveIndicator",
|
|
17647
|
+
"privacy": "private"
|
|
16245
17648
|
}
|
|
16246
17649
|
],
|
|
16247
17650
|
"events": [
|
|
@@ -16254,6 +17657,30 @@
|
|
|
16254
17657
|
}
|
|
16255
17658
|
],
|
|
16256
17659
|
"attributes": [
|
|
17660
|
+
{
|
|
17661
|
+
"name": "orientation",
|
|
17662
|
+
"type": {
|
|
17663
|
+
"text": "TabsOrientation"
|
|
17664
|
+
},
|
|
17665
|
+
"description": "The orientation",
|
|
17666
|
+
"fieldName": "orientation"
|
|
17667
|
+
},
|
|
17668
|
+
{
|
|
17669
|
+
"name": "activeid",
|
|
17670
|
+
"type": {
|
|
17671
|
+
"text": "string"
|
|
17672
|
+
},
|
|
17673
|
+
"description": "The id of the active tab",
|
|
17674
|
+
"fieldName": "activeid"
|
|
17675
|
+
},
|
|
17676
|
+
{
|
|
17677
|
+
"type": {
|
|
17678
|
+
"text": "boolean"
|
|
17679
|
+
},
|
|
17680
|
+
"default": "true",
|
|
17681
|
+
"description": "Whether or not to show the active indicator",
|
|
17682
|
+
"fieldName": "activeindicator"
|
|
17683
|
+
},
|
|
16257
17684
|
{
|
|
16258
17685
|
"name": "connotation",
|
|
16259
17686
|
"type": {
|
|
@@ -16265,7 +17692,7 @@
|
|
|
16265
17692
|
{
|
|
16266
17693
|
"name": "gutters",
|
|
16267
17694
|
"type": {
|
|
16268
|
-
"text": "
|
|
17695
|
+
"text": "TabsGutters | undefined"
|
|
16269
17696
|
},
|
|
16270
17697
|
"description": "sets the initial preferred margin from predefined available options",
|
|
16271
17698
|
"fieldName": "gutters"
|
|
@@ -16278,10 +17705,18 @@
|
|
|
16278
17705
|
"default": "false",
|
|
16279
17706
|
"description": "sets overflow to the tab-panel",
|
|
16280
17707
|
"fieldName": "scrollablePanel"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
"name": "tabs-layout",
|
|
17711
|
+
"type": {
|
|
17712
|
+
"text": "'align-start' | 'stretch' | undefined"
|
|
17713
|
+
},
|
|
17714
|
+
"description": "Controls the layout of the tabs.",
|
|
17715
|
+
"fieldName": "tabsLayout"
|
|
16281
17716
|
}
|
|
16282
17717
|
],
|
|
16283
17718
|
"superclass": {
|
|
16284
|
-
"name": "
|
|
17719
|
+
"name": "FoundationElement",
|
|
16285
17720
|
"package": "@microsoft/fast-foundation"
|
|
16286
17721
|
},
|
|
16287
17722
|
"vividComponent": {
|
|
@@ -16299,6 +17734,14 @@
|
|
|
16299
17734
|
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
16300
17735
|
}
|
|
16301
17736
|
},
|
|
17737
|
+
{
|
|
17738
|
+
"kind": "js",
|
|
17739
|
+
"name": "TABLIST_COLUMN",
|
|
17740
|
+
"declaration": {
|
|
17741
|
+
"name": "TABLIST_COLUMN",
|
|
17742
|
+
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
17743
|
+
}
|
|
17744
|
+
},
|
|
16302
17745
|
{
|
|
16303
17746
|
"kind": "js",
|
|
16304
17747
|
"name": "Tabs",
|
|
@@ -17168,6 +18611,16 @@
|
|
|
17168
18611
|
"kind": "javascript-module",
|
|
17169
18612
|
"path": "libs/components/src/lib/text-area/text-area.ts",
|
|
17170
18613
|
"declarations": [
|
|
18614
|
+
{
|
|
18615
|
+
"kind": "variable",
|
|
18616
|
+
"name": "TextAreaResize",
|
|
18617
|
+
"type": {
|
|
18618
|
+
"text": "{\n\t/**\n\t * No resize.\n\t */\n\tnone: 'none',\n\n\t/**\n\t * Resize vertically and horizontally.\n\t */\n\tboth: 'both',\n\n\t/**\n\t * Resize horizontally.\n\t */\n\thorizontal: 'horizontal',\n\n\t/**\n\t * Resize vertically.\n\t */\n\tvertical: 'vertical',\n}"
|
|
18619
|
+
},
|
|
18620
|
+
"default": "{\n\t/**\n\t * No resize.\n\t */\n\tnone: 'none',\n\n\t/**\n\t * Resize vertically and horizontally.\n\t */\n\tboth: 'both',\n\n\t/**\n\t * Resize horizontally.\n\t */\n\thorizontal: 'horizontal',\n\n\t/**\n\t * Resize vertically.\n\t */\n\tvertical: 'vertical',\n}",
|
|
18621
|
+
"description": "Resize mode for a TextArea",
|
|
18622
|
+
"privacy": "public"
|
|
18623
|
+
},
|
|
17171
18624
|
{
|
|
17172
18625
|
"kind": "class",
|
|
17173
18626
|
"description": "",
|
|
@@ -17222,61 +18675,186 @@
|
|
|
17222
18675
|
"default": "var(--vvd-color-alert-500)"
|
|
17223
18676
|
},
|
|
17224
18677
|
{
|
|
17225
|
-
"name": "--vvd-text-area-alert-firm",
|
|
17226
|
-
"default": "var(--vvd-color-alert-600)"
|
|
18678
|
+
"name": "--vvd-text-area-alert-firm",
|
|
18679
|
+
"default": "var(--vvd-color-alert-600)"
|
|
18680
|
+
},
|
|
18681
|
+
{
|
|
18682
|
+
"name": "--vvd-text-area-alert-fierce",
|
|
18683
|
+
"default": "var(--vvd-color-alert-700)"
|
|
18684
|
+
},
|
|
18685
|
+
{
|
|
18686
|
+
"name": "--vvd-text-area-alert-faint",
|
|
18687
|
+
"default": "var(--vvd-color-alert-50)"
|
|
18688
|
+
},
|
|
18689
|
+
{
|
|
18690
|
+
"name": "--vvd-text-area-alert-soft",
|
|
18691
|
+
"default": "var(--vvd-color-alert-100)"
|
|
18692
|
+
},
|
|
18693
|
+
{
|
|
18694
|
+
"name": "--vvd-text-area-accent-primary",
|
|
18695
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18696
|
+
},
|
|
18697
|
+
{
|
|
18698
|
+
"name": "--vvd-text-area-accent-primary-text",
|
|
18699
|
+
"default": "var(--vvd-color-canvas)"
|
|
18700
|
+
},
|
|
18701
|
+
{
|
|
18702
|
+
"name": "--vvd-text-area-accent-primary-increment",
|
|
18703
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
18704
|
+
},
|
|
18705
|
+
{
|
|
18706
|
+
"name": "--vvd-text-area-accent-intermediate",
|
|
18707
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
18708
|
+
},
|
|
18709
|
+
{
|
|
18710
|
+
"name": "--vvd-text-area-accent-firm",
|
|
18711
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18712
|
+
},
|
|
18713
|
+
{
|
|
18714
|
+
"name": "--vvd-text-area-accent-fierce",
|
|
18715
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
18716
|
+
},
|
|
18717
|
+
{
|
|
18718
|
+
"name": "--vvd-text-area-accent-faint",
|
|
18719
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
18720
|
+
},
|
|
18721
|
+
{
|
|
18722
|
+
"name": "--vvd-text-area-accent-soft",
|
|
18723
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
18724
|
+
}
|
|
18725
|
+
],
|
|
18726
|
+
"slots": [
|
|
18727
|
+
{
|
|
18728
|
+
"description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
|
|
18729
|
+
"name": "helper-text"
|
|
18730
|
+
}
|
|
18731
|
+
],
|
|
18732
|
+
"members": [
|
|
18733
|
+
{
|
|
18734
|
+
"kind": "field",
|
|
18735
|
+
"name": "readOnly",
|
|
18736
|
+
"type": {
|
|
18737
|
+
"text": "boolean"
|
|
18738
|
+
},
|
|
18739
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
18740
|
+
"privacy": "public"
|
|
18741
|
+
},
|
|
18742
|
+
{
|
|
18743
|
+
"kind": "field",
|
|
18744
|
+
"name": "resize",
|
|
18745
|
+
"type": {
|
|
18746
|
+
"text": "TextAreaResize"
|
|
18747
|
+
},
|
|
18748
|
+
"description": "The resize mode of the element.",
|
|
18749
|
+
"privacy": "public"
|
|
18750
|
+
},
|
|
18751
|
+
{
|
|
18752
|
+
"kind": "field",
|
|
18753
|
+
"name": "autofocus",
|
|
18754
|
+
"type": {
|
|
18755
|
+
"text": "boolean"
|
|
18756
|
+
},
|
|
18757
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
18758
|
+
"privacy": "public"
|
|
18759
|
+
},
|
|
18760
|
+
{
|
|
18761
|
+
"kind": "field",
|
|
18762
|
+
"name": "formId",
|
|
18763
|
+
"type": {
|
|
18764
|
+
"text": "string"
|
|
18765
|
+
},
|
|
18766
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
18767
|
+
"privacy": "public"
|
|
17227
18768
|
},
|
|
17228
18769
|
{
|
|
17229
|
-
"
|
|
17230
|
-
"
|
|
18770
|
+
"kind": "field",
|
|
18771
|
+
"name": "list",
|
|
18772
|
+
"type": {
|
|
18773
|
+
"text": "string"
|
|
18774
|
+
},
|
|
18775
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
18776
|
+
"privacy": "public"
|
|
17231
18777
|
},
|
|
17232
18778
|
{
|
|
17233
|
-
"
|
|
17234
|
-
"
|
|
18779
|
+
"kind": "field",
|
|
18780
|
+
"name": "maxlength",
|
|
18781
|
+
"type": {
|
|
18782
|
+
"text": "number"
|
|
18783
|
+
},
|
|
18784
|
+
"description": "The maximum number of characters a user can enter.",
|
|
18785
|
+
"privacy": "public"
|
|
17235
18786
|
},
|
|
17236
18787
|
{
|
|
17237
|
-
"
|
|
17238
|
-
"
|
|
18788
|
+
"kind": "field",
|
|
18789
|
+
"name": "minlength",
|
|
18790
|
+
"type": {
|
|
18791
|
+
"text": "number"
|
|
18792
|
+
},
|
|
18793
|
+
"description": "The minimum number of characters a user can enter.",
|
|
18794
|
+
"privacy": "public"
|
|
17239
18795
|
},
|
|
17240
18796
|
{
|
|
17241
|
-
"
|
|
17242
|
-
"
|
|
18797
|
+
"kind": "field",
|
|
18798
|
+
"name": "name",
|
|
18799
|
+
"type": {
|
|
18800
|
+
"text": "string"
|
|
18801
|
+
},
|
|
18802
|
+
"description": "The name of the element.",
|
|
18803
|
+
"privacy": "public"
|
|
17243
18804
|
},
|
|
17244
18805
|
{
|
|
17245
|
-
"
|
|
17246
|
-
"
|
|
18806
|
+
"kind": "field",
|
|
18807
|
+
"name": "placeholder",
|
|
18808
|
+
"type": {
|
|
18809
|
+
"text": "string"
|
|
18810
|
+
},
|
|
18811
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
18812
|
+
"privacy": "public"
|
|
17247
18813
|
},
|
|
17248
18814
|
{
|
|
17249
|
-
"
|
|
17250
|
-
"
|
|
18815
|
+
"kind": "field",
|
|
18816
|
+
"name": "cols",
|
|
18817
|
+
"type": {
|
|
18818
|
+
"text": "number"
|
|
18819
|
+
},
|
|
18820
|
+
"default": "20",
|
|
18821
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
18822
|
+
"privacy": "public"
|
|
17251
18823
|
},
|
|
17252
18824
|
{
|
|
17253
|
-
"
|
|
17254
|
-
"
|
|
18825
|
+
"kind": "field",
|
|
18826
|
+
"name": "rows",
|
|
18827
|
+
"type": {
|
|
18828
|
+
"text": "number"
|
|
18829
|
+
},
|
|
18830
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
18831
|
+
"privacy": "public"
|
|
17255
18832
|
},
|
|
17256
18833
|
{
|
|
17257
|
-
"
|
|
17258
|
-
"
|
|
18834
|
+
"kind": "field",
|
|
18835
|
+
"name": "spellcheck",
|
|
18836
|
+
"type": {
|
|
18837
|
+
"text": "boolean"
|
|
18838
|
+
},
|
|
18839
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
18840
|
+
"privacy": "public"
|
|
17259
18841
|
},
|
|
17260
18842
|
{
|
|
17261
|
-
"
|
|
17262
|
-
"
|
|
18843
|
+
"kind": "method",
|
|
18844
|
+
"name": "select",
|
|
18845
|
+
"description": "Selects all the text in the text area",
|
|
18846
|
+
"privacy": "public"
|
|
17263
18847
|
},
|
|
17264
18848
|
{
|
|
17265
|
-
"
|
|
17266
|
-
"
|
|
18849
|
+
"kind": "method",
|
|
18850
|
+
"name": "validate",
|
|
18851
|
+
"return": {
|
|
18852
|
+
"type": {
|
|
18853
|
+
"text": "void"
|
|
18854
|
+
}
|
|
18855
|
+
},
|
|
18856
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
17267
18857
|
},
|
|
17268
|
-
{
|
|
17269
|
-
"name": "--vvd-text-area-accent-soft",
|
|
17270
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
17271
|
-
}
|
|
17272
|
-
],
|
|
17273
|
-
"slots": [
|
|
17274
|
-
{
|
|
17275
|
-
"description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
|
|
17276
|
-
"name": "helper-text"
|
|
17277
|
-
}
|
|
17278
|
-
],
|
|
17279
|
-
"members": [
|
|
17280
18858
|
{
|
|
17281
18859
|
"kind": "field",
|
|
17282
18860
|
"name": "wrap",
|
|
@@ -17293,6 +18871,14 @@
|
|
|
17293
18871
|
"type": {
|
|
17294
18872
|
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
17295
18873
|
}
|
|
18874
|
+
},
|
|
18875
|
+
{
|
|
18876
|
+
"kind": "field",
|
|
18877
|
+
"name": "proxy",
|
|
18878
|
+
"inheritedFrom": {
|
|
18879
|
+
"name": "FormAssociatedTextArea",
|
|
18880
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
18881
|
+
}
|
|
17296
18882
|
}
|
|
17297
18883
|
],
|
|
17298
18884
|
"events": [
|
|
@@ -17305,6 +18891,96 @@
|
|
|
17305
18891
|
}
|
|
17306
18892
|
],
|
|
17307
18893
|
"attributes": [
|
|
18894
|
+
{
|
|
18895
|
+
"type": {
|
|
18896
|
+
"text": "boolean"
|
|
18897
|
+
},
|
|
18898
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
18899
|
+
"fieldName": "readOnly"
|
|
18900
|
+
},
|
|
18901
|
+
{
|
|
18902
|
+
"name": "resize",
|
|
18903
|
+
"type": {
|
|
18904
|
+
"text": "TextAreaResize"
|
|
18905
|
+
},
|
|
18906
|
+
"description": "The resize mode of the element.",
|
|
18907
|
+
"fieldName": "resize"
|
|
18908
|
+
},
|
|
18909
|
+
{
|
|
18910
|
+
"type": {
|
|
18911
|
+
"text": "boolean"
|
|
18912
|
+
},
|
|
18913
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
18914
|
+
"fieldName": "autofocus"
|
|
18915
|
+
},
|
|
18916
|
+
{
|
|
18917
|
+
"name": "form",
|
|
18918
|
+
"type": {
|
|
18919
|
+
"text": "string"
|
|
18920
|
+
},
|
|
18921
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
18922
|
+
"fieldName": "formId"
|
|
18923
|
+
},
|
|
18924
|
+
{
|
|
18925
|
+
"name": "list",
|
|
18926
|
+
"type": {
|
|
18927
|
+
"text": "string"
|
|
18928
|
+
},
|
|
18929
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
18930
|
+
"fieldName": "list"
|
|
18931
|
+
},
|
|
18932
|
+
{
|
|
18933
|
+
"type": {
|
|
18934
|
+
"text": "number"
|
|
18935
|
+
},
|
|
18936
|
+
"description": "The maximum number of characters a user can enter.",
|
|
18937
|
+
"fieldName": "maxlength"
|
|
18938
|
+
},
|
|
18939
|
+
{
|
|
18940
|
+
"type": {
|
|
18941
|
+
"text": "number"
|
|
18942
|
+
},
|
|
18943
|
+
"description": "The minimum number of characters a user can enter.",
|
|
18944
|
+
"fieldName": "minlength"
|
|
18945
|
+
},
|
|
18946
|
+
{
|
|
18947
|
+
"name": "name",
|
|
18948
|
+
"type": {
|
|
18949
|
+
"text": "string"
|
|
18950
|
+
},
|
|
18951
|
+
"description": "The name of the element.",
|
|
18952
|
+
"fieldName": "name"
|
|
18953
|
+
},
|
|
18954
|
+
{
|
|
18955
|
+
"name": "placeholder",
|
|
18956
|
+
"type": {
|
|
18957
|
+
"text": "string"
|
|
18958
|
+
},
|
|
18959
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
18960
|
+
"fieldName": "placeholder"
|
|
18961
|
+
},
|
|
18962
|
+
{
|
|
18963
|
+
"type": {
|
|
18964
|
+
"text": "number"
|
|
18965
|
+
},
|
|
18966
|
+
"default": "20",
|
|
18967
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
18968
|
+
"fieldName": "cols"
|
|
18969
|
+
},
|
|
18970
|
+
{
|
|
18971
|
+
"type": {
|
|
18972
|
+
"text": "number"
|
|
18973
|
+
},
|
|
18974
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
18975
|
+
"fieldName": "rows"
|
|
18976
|
+
},
|
|
18977
|
+
{
|
|
18978
|
+
"type": {
|
|
18979
|
+
"text": "boolean"
|
|
18980
|
+
},
|
|
18981
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
18982
|
+
"fieldName": "spellcheck"
|
|
18983
|
+
},
|
|
17308
18984
|
{
|
|
17309
18985
|
"name": "wrap",
|
|
17310
18986
|
"type": {
|
|
@@ -17315,8 +18991,8 @@
|
|
|
17315
18991
|
}
|
|
17316
18992
|
],
|
|
17317
18993
|
"superclass": {
|
|
17318
|
-
"name": "
|
|
17319
|
-
"
|
|
18994
|
+
"name": "FormAssociatedTextArea",
|
|
18995
|
+
"module": "/libs/components/src/lib/text-area/text-field.form-associated"
|
|
17320
18996
|
},
|
|
17321
18997
|
"vividComponent": {
|
|
17322
18998
|
"public": true,
|
|
@@ -17335,6 +19011,14 @@
|
|
|
17335
19011
|
}
|
|
17336
19012
|
],
|
|
17337
19013
|
"exports": [
|
|
19014
|
+
{
|
|
19015
|
+
"kind": "js",
|
|
19016
|
+
"name": "TextAreaResize",
|
|
19017
|
+
"declaration": {
|
|
19018
|
+
"name": "TextAreaResize",
|
|
19019
|
+
"module": "libs/components/src/lib/text-area/text-area.ts"
|
|
19020
|
+
}
|
|
19021
|
+
},
|
|
17338
19022
|
{
|
|
17339
19023
|
"kind": "js",
|
|
17340
19024
|
"name": "TextArea",
|
|
@@ -17345,6 +19029,43 @@
|
|
|
17345
19029
|
}
|
|
17346
19030
|
]
|
|
17347
19031
|
},
|
|
19032
|
+
{
|
|
19033
|
+
"kind": "javascript-module",
|
|
19034
|
+
"path": "libs/components/src/lib/text-area/text-field.form-associated.ts",
|
|
19035
|
+
"declarations": [
|
|
19036
|
+
{
|
|
19037
|
+
"kind": "class",
|
|
19038
|
+
"description": "",
|
|
19039
|
+
"name": "FormAssociatedTextArea",
|
|
19040
|
+
"members": [
|
|
19041
|
+
{
|
|
19042
|
+
"kind": "field",
|
|
19043
|
+
"name": "proxy"
|
|
19044
|
+
}
|
|
19045
|
+
],
|
|
19046
|
+
"mixins": [
|
|
19047
|
+
{
|
|
19048
|
+
"name": "FormAssociated",
|
|
19049
|
+
"package": "@microsoft/fast-foundation"
|
|
19050
|
+
}
|
|
19051
|
+
],
|
|
19052
|
+
"superclass": {
|
|
19053
|
+
"name": "_TextArea",
|
|
19054
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
19055
|
+
}
|
|
19056
|
+
}
|
|
19057
|
+
],
|
|
19058
|
+
"exports": [
|
|
19059
|
+
{
|
|
19060
|
+
"kind": "js",
|
|
19061
|
+
"name": "FormAssociatedTextArea",
|
|
19062
|
+
"declaration": {
|
|
19063
|
+
"name": "FormAssociatedTextArea",
|
|
19064
|
+
"module": "libs/components/src/lib/text-area/text-field.form-associated.ts"
|
|
19065
|
+
}
|
|
19066
|
+
}
|
|
19067
|
+
]
|
|
19068
|
+
},
|
|
17348
19069
|
{
|
|
17349
19070
|
"kind": "javascript-module",
|
|
17350
19071
|
"path": "libs/components/src/lib/text-field/definition.ts",
|
|
@@ -17401,10 +19122,57 @@
|
|
|
17401
19122
|
}
|
|
17402
19123
|
]
|
|
17403
19124
|
},
|
|
19125
|
+
{
|
|
19126
|
+
"kind": "javascript-module",
|
|
19127
|
+
"path": "libs/components/src/lib/text-field/text-field.form-associated.ts",
|
|
19128
|
+
"declarations": [
|
|
19129
|
+
{
|
|
19130
|
+
"kind": "class",
|
|
19131
|
+
"description": "",
|
|
19132
|
+
"name": "FormAssociatedTextField",
|
|
19133
|
+
"members": [
|
|
19134
|
+
{
|
|
19135
|
+
"kind": "field",
|
|
19136
|
+
"name": "proxy"
|
|
19137
|
+
}
|
|
19138
|
+
],
|
|
19139
|
+
"mixins": [
|
|
19140
|
+
{
|
|
19141
|
+
"name": "FormAssociated",
|
|
19142
|
+
"package": "@microsoft/fast-foundation"
|
|
19143
|
+
}
|
|
19144
|
+
],
|
|
19145
|
+
"superclass": {
|
|
19146
|
+
"name": "_TextField",
|
|
19147
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19148
|
+
}
|
|
19149
|
+
}
|
|
19150
|
+
],
|
|
19151
|
+
"exports": [
|
|
19152
|
+
{
|
|
19153
|
+
"kind": "js",
|
|
19154
|
+
"name": "FormAssociatedTextField",
|
|
19155
|
+
"declaration": {
|
|
19156
|
+
"name": "FormAssociatedTextField",
|
|
19157
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19158
|
+
}
|
|
19159
|
+
}
|
|
19160
|
+
]
|
|
19161
|
+
},
|
|
17404
19162
|
{
|
|
17405
19163
|
"kind": "javascript-module",
|
|
17406
19164
|
"path": "libs/components/src/lib/text-field/text-field.ts",
|
|
17407
19165
|
"declarations": [
|
|
19166
|
+
{
|
|
19167
|
+
"kind": "variable",
|
|
19168
|
+
"name": "TextFieldType",
|
|
19169
|
+
"type": {
|
|
19170
|
+
"text": "{\n\t/**\n\t * An email TextField\n\t */\n\temail: 'email',\n\n\t/**\n\t * A password TextField\n\t */\n\tpassword: 'password',\n\n\t/**\n\t * A telephone TextField\n\t */\n\ttel: 'tel',\n\n\t/**\n\t * A text TextField\n\t */\n\ttext: 'text',\n\n\t/**\n\t * A URL TextField\n\t */\n\turl: 'url',\n}"
|
|
19171
|
+
},
|
|
19172
|
+
"default": "{\n\t/**\n\t * An email TextField\n\t */\n\temail: 'email',\n\n\t/**\n\t * A password TextField\n\t */\n\tpassword: 'password',\n\n\t/**\n\t * A telephone TextField\n\t */\n\ttel: 'tel',\n\n\t/**\n\t * A text TextField\n\t */\n\ttext: 'text',\n\n\t/**\n\t * A URL TextField\n\t */\n\turl: 'url',\n}",
|
|
19173
|
+
"description": "Text field sub-types",
|
|
19174
|
+
"privacy": "public"
|
|
19175
|
+
},
|
|
17408
19176
|
{
|
|
17409
19177
|
"kind": "class",
|
|
17410
19178
|
"description": "Base class for text-field",
|
|
@@ -17458,6 +19226,107 @@
|
|
|
17458
19226
|
}
|
|
17459
19227
|
],
|
|
17460
19228
|
"members": [
|
|
19229
|
+
{
|
|
19230
|
+
"kind": "field",
|
|
19231
|
+
"name": "readOnly",
|
|
19232
|
+
"type": {
|
|
19233
|
+
"text": "boolean"
|
|
19234
|
+
},
|
|
19235
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19236
|
+
"privacy": "public"
|
|
19237
|
+
},
|
|
19238
|
+
{
|
|
19239
|
+
"kind": "field",
|
|
19240
|
+
"name": "autofocus",
|
|
19241
|
+
"type": {
|
|
19242
|
+
"text": "boolean"
|
|
19243
|
+
},
|
|
19244
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
19245
|
+
"privacy": "public"
|
|
19246
|
+
},
|
|
19247
|
+
{
|
|
19248
|
+
"kind": "field",
|
|
19249
|
+
"name": "placeholder",
|
|
19250
|
+
"type": {
|
|
19251
|
+
"text": "string"
|
|
19252
|
+
},
|
|
19253
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
19254
|
+
"privacy": "public"
|
|
19255
|
+
},
|
|
19256
|
+
{
|
|
19257
|
+
"kind": "field",
|
|
19258
|
+
"name": "type",
|
|
19259
|
+
"type": {
|
|
19260
|
+
"text": "TextFieldType"
|
|
19261
|
+
},
|
|
19262
|
+
"description": "Allows setting a type or mode of text.",
|
|
19263
|
+
"privacy": "public"
|
|
19264
|
+
},
|
|
19265
|
+
{
|
|
19266
|
+
"kind": "field",
|
|
19267
|
+
"name": "list",
|
|
19268
|
+
"type": {
|
|
19269
|
+
"text": "string"
|
|
19270
|
+
},
|
|
19271
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
19272
|
+
"privacy": "public"
|
|
19273
|
+
},
|
|
19274
|
+
{
|
|
19275
|
+
"kind": "field",
|
|
19276
|
+
"name": "maxlength",
|
|
19277
|
+
"type": {
|
|
19278
|
+
"text": "number"
|
|
19279
|
+
},
|
|
19280
|
+
"description": "The maximum number of characters a user can enter.",
|
|
19281
|
+
"privacy": "public"
|
|
19282
|
+
},
|
|
19283
|
+
{
|
|
19284
|
+
"kind": "field",
|
|
19285
|
+
"name": "minlength",
|
|
19286
|
+
"type": {
|
|
19287
|
+
"text": "number"
|
|
19288
|
+
},
|
|
19289
|
+
"description": "The minimum number of characters a user can enter.",
|
|
19290
|
+
"privacy": "public"
|
|
19291
|
+
},
|
|
19292
|
+
{
|
|
19293
|
+
"kind": "field",
|
|
19294
|
+
"name": "pattern",
|
|
19295
|
+
"type": {
|
|
19296
|
+
"text": "string"
|
|
19297
|
+
},
|
|
19298
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
19299
|
+
"privacy": "public"
|
|
19300
|
+
},
|
|
19301
|
+
{
|
|
19302
|
+
"kind": "field",
|
|
19303
|
+
"name": "size",
|
|
19304
|
+
"type": {
|
|
19305
|
+
"text": "number"
|
|
19306
|
+
},
|
|
19307
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
19308
|
+
"privacy": "public"
|
|
19309
|
+
},
|
|
19310
|
+
{
|
|
19311
|
+
"kind": "field",
|
|
19312
|
+
"name": "spellcheck",
|
|
19313
|
+
"type": {
|
|
19314
|
+
"text": "boolean"
|
|
19315
|
+
},
|
|
19316
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
19317
|
+
"privacy": "public"
|
|
19318
|
+
},
|
|
19319
|
+
{
|
|
19320
|
+
"kind": "method",
|
|
19321
|
+
"name": "select",
|
|
19322
|
+
"description": "Selects all the text in the text field",
|
|
19323
|
+
"privacy": "public"
|
|
19324
|
+
},
|
|
19325
|
+
{
|
|
19326
|
+
"kind": "method",
|
|
19327
|
+
"name": "validate",
|
|
19328
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
19329
|
+
},
|
|
17461
19330
|
{
|
|
17462
19331
|
"kind": "field",
|
|
17463
19332
|
"name": "appearance",
|
|
@@ -17551,6 +19420,14 @@
|
|
|
17551
19420
|
{
|
|
17552
19421
|
"kind": "method",
|
|
17553
19422
|
"name": "#updateMirroredHelperText"
|
|
19423
|
+
},
|
|
19424
|
+
{
|
|
19425
|
+
"kind": "field",
|
|
19426
|
+
"name": "proxy",
|
|
19427
|
+
"inheritedFrom": {
|
|
19428
|
+
"name": "FormAssociatedTextField",
|
|
19429
|
+
"module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
|
|
19430
|
+
}
|
|
17554
19431
|
}
|
|
17555
19432
|
],
|
|
17556
19433
|
"events": [
|
|
@@ -17563,6 +19440,81 @@
|
|
|
17563
19440
|
}
|
|
17564
19441
|
],
|
|
17565
19442
|
"attributes": [
|
|
19443
|
+
{
|
|
19444
|
+
"name": "readonly",
|
|
19445
|
+
"type": {
|
|
19446
|
+
"text": "boolean"
|
|
19447
|
+
},
|
|
19448
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19449
|
+
"fieldName": "readOnly"
|
|
19450
|
+
},
|
|
19451
|
+
{
|
|
19452
|
+
"type": {
|
|
19453
|
+
"text": "boolean"
|
|
19454
|
+
},
|
|
19455
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
19456
|
+
"fieldName": "autofocus"
|
|
19457
|
+
},
|
|
19458
|
+
{
|
|
19459
|
+
"name": "placeholder",
|
|
19460
|
+
"type": {
|
|
19461
|
+
"text": "string"
|
|
19462
|
+
},
|
|
19463
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
19464
|
+
"fieldName": "placeholder"
|
|
19465
|
+
},
|
|
19466
|
+
{
|
|
19467
|
+
"name": "type",
|
|
19468
|
+
"type": {
|
|
19469
|
+
"text": "TextFieldType"
|
|
19470
|
+
},
|
|
19471
|
+
"description": "Allows setting a type or mode of text.",
|
|
19472
|
+
"fieldName": "type"
|
|
19473
|
+
},
|
|
19474
|
+
{
|
|
19475
|
+
"name": "list",
|
|
19476
|
+
"type": {
|
|
19477
|
+
"text": "string"
|
|
19478
|
+
},
|
|
19479
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
19480
|
+
"fieldName": "list"
|
|
19481
|
+
},
|
|
19482
|
+
{
|
|
19483
|
+
"type": {
|
|
19484
|
+
"text": "number"
|
|
19485
|
+
},
|
|
19486
|
+
"description": "The maximum number of characters a user can enter.",
|
|
19487
|
+
"fieldName": "maxlength"
|
|
19488
|
+
},
|
|
19489
|
+
{
|
|
19490
|
+
"type": {
|
|
19491
|
+
"text": "number"
|
|
19492
|
+
},
|
|
19493
|
+
"description": "The minimum number of characters a user can enter.",
|
|
19494
|
+
"fieldName": "minlength"
|
|
19495
|
+
},
|
|
19496
|
+
{
|
|
19497
|
+
"name": "pattern",
|
|
19498
|
+
"type": {
|
|
19499
|
+
"text": "string"
|
|
19500
|
+
},
|
|
19501
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
19502
|
+
"fieldName": "pattern"
|
|
19503
|
+
},
|
|
19504
|
+
{
|
|
19505
|
+
"type": {
|
|
19506
|
+
"text": "number"
|
|
19507
|
+
},
|
|
19508
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
19509
|
+
"fieldName": "size"
|
|
19510
|
+
},
|
|
19511
|
+
{
|
|
19512
|
+
"type": {
|
|
19513
|
+
"text": "boolean"
|
|
19514
|
+
},
|
|
19515
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
19516
|
+
"fieldName": "spellcheck"
|
|
19517
|
+
},
|
|
17566
19518
|
{
|
|
17567
19519
|
"name": "appearance",
|
|
17568
19520
|
"type": {
|
|
@@ -17602,8 +19554,8 @@
|
|
|
17602
19554
|
}
|
|
17603
19555
|
],
|
|
17604
19556
|
"superclass": {
|
|
17605
|
-
"name": "
|
|
17606
|
-
"
|
|
19557
|
+
"name": "FormAssociatedTextField",
|
|
19558
|
+
"module": "/libs/components/src/lib/text-field/text-field.form-associated"
|
|
17607
19559
|
},
|
|
17608
19560
|
"vividComponent": {
|
|
17609
19561
|
"public": true,
|
|
@@ -17619,9 +19571,56 @@
|
|
|
17619
19571
|
}
|
|
17620
19572
|
]
|
|
17621
19573
|
}
|
|
19574
|
+
},
|
|
19575
|
+
{
|
|
19576
|
+
"kind": "class",
|
|
19577
|
+
"description": "Includes ARIA states and properties relating to the ARIA textbox role",
|
|
19578
|
+
"name": "DelegatesARIATextbox",
|
|
19579
|
+
"cssProperties": [
|
|
19580
|
+
{
|
|
19581
|
+
"name": "--vvd-text-field-accent-primary",
|
|
19582
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
19583
|
+
},
|
|
19584
|
+
{
|
|
19585
|
+
"name": "--vvd-text-field-accent-primary-text",
|
|
19586
|
+
"default": "var(--vvd-color-canvas)"
|
|
19587
|
+
},
|
|
19588
|
+
{
|
|
19589
|
+
"name": "--vvd-text-field-accent-primary-increment",
|
|
19590
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
19591
|
+
},
|
|
19592
|
+
{
|
|
19593
|
+
"name": "--vvd-text-field-accent-intermediate",
|
|
19594
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
19595
|
+
},
|
|
19596
|
+
{
|
|
19597
|
+
"name": "--vvd-text-field-accent-firm",
|
|
19598
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
19599
|
+
},
|
|
19600
|
+
{
|
|
19601
|
+
"name": "--vvd-text-field-accent-fierce",
|
|
19602
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
19603
|
+
},
|
|
19604
|
+
{
|
|
19605
|
+
"name": "--vvd-text-field-accent-faint",
|
|
19606
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
19607
|
+
},
|
|
19608
|
+
{
|
|
19609
|
+
"name": "--vvd-text-field-accent-soft",
|
|
19610
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
19611
|
+
}
|
|
19612
|
+
]
|
|
17622
19613
|
}
|
|
17623
19614
|
],
|
|
17624
19615
|
"exports": [
|
|
19616
|
+
{
|
|
19617
|
+
"kind": "js",
|
|
19618
|
+
"name": "TextFieldType",
|
|
19619
|
+
"declaration": {
|
|
19620
|
+
"name": "TextFieldType",
|
|
19621
|
+
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
19622
|
+
}
|
|
19623
|
+
},
|
|
17625
19624
|
{
|
|
17626
19625
|
"kind": "js",
|
|
17627
19626
|
"name": "TextField",
|
|
@@ -17629,6 +19628,14 @@
|
|
|
17629
19628
|
"name": "TextField",
|
|
17630
19629
|
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
17631
19630
|
}
|
|
19631
|
+
},
|
|
19632
|
+
{
|
|
19633
|
+
"kind": "js",
|
|
19634
|
+
"name": "DelegatesARIATextbox",
|
|
19635
|
+
"declaration": {
|
|
19636
|
+
"name": "DelegatesARIATextbox",
|
|
19637
|
+
"module": "libs/components/src/lib/text-field/text-field.ts"
|
|
19638
|
+
}
|
|
17632
19639
|
}
|
|
17633
19640
|
]
|
|
17634
19641
|
},
|
|
@@ -17814,6 +19821,23 @@
|
|
|
17814
19821
|
"privacy": "public",
|
|
17815
19822
|
"default": "''"
|
|
17816
19823
|
},
|
|
19824
|
+
{
|
|
19825
|
+
"kind": "field",
|
|
19826
|
+
"name": "#clockChangeHandler",
|
|
19827
|
+
"privacy": "private",
|
|
19828
|
+
"type": {
|
|
19829
|
+
"text": "object"
|
|
19830
|
+
},
|
|
19831
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tif (this.value) {\n\t\t\t\tthis._presentationValue = formatPresentationTime(\n\t\t\t\t\tthis.value,\n\t\t\t\t\tthis._displaySeconds,\n\t\t\t\t\tthis._use12hClock\n\t\t\t\t);\n\t\t\t}\n\t\t},\n\t}"
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"kind": "field",
|
|
19835
|
+
"name": "#clockChangeObserver",
|
|
19836
|
+
"privacy": "private",
|
|
19837
|
+
"type": {
|
|
19838
|
+
"text": "BindingObserver"
|
|
19839
|
+
}
|
|
19840
|
+
},
|
|
17817
19841
|
{
|
|
17818
19842
|
"kind": "field",
|
|
17819
19843
|
"name": "#getFocusableEls",
|
|
@@ -20488,6 +22512,23 @@
|
|
|
20488
22512
|
}
|
|
20489
22513
|
}
|
|
20490
22514
|
},
|
|
22515
|
+
{
|
|
22516
|
+
"kind": "field",
|
|
22517
|
+
"name": "#localeChangeHandler",
|
|
22518
|
+
"privacy": "private",
|
|
22519
|
+
"type": {
|
|
22520
|
+
"text": "object"
|
|
22521
|
+
},
|
|
22522
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}"
|
|
22523
|
+
},
|
|
22524
|
+
{
|
|
22525
|
+
"kind": "field",
|
|
22526
|
+
"name": "#localeChangeObserver",
|
|
22527
|
+
"privacy": "private",
|
|
22528
|
+
"type": {
|
|
22529
|
+
"text": "BindingObserver"
|
|
22530
|
+
}
|
|
22531
|
+
},
|
|
20491
22532
|
{
|
|
20492
22533
|
"kind": "field",
|
|
20493
22534
|
"name": "#dismissOnClickOutside",
|
|
@@ -20497,6 +22538,16 @@
|
|
|
20497
22538
|
"kind": "method",
|
|
20498
22539
|
"name": "#openPopupIfPossible"
|
|
20499
22540
|
},
|
|
22541
|
+
{
|
|
22542
|
+
"kind": "method",
|
|
22543
|
+
"name": "_updatePresentationValue",
|
|
22544
|
+
"privacy": "protected",
|
|
22545
|
+
"return": {
|
|
22546
|
+
"type": {
|
|
22547
|
+
"text": "void"
|
|
22548
|
+
}
|
|
22549
|
+
}
|
|
22550
|
+
},
|
|
20500
22551
|
{
|
|
20501
22552
|
"kind": "method",
|
|
20502
22553
|
"name": "_getSelectedDates",
|