@vonage/vivid 4.11.0 → 4.12.1
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 +899 -442
- 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/fab/fab.d.ts +2 -2
- 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/tab/tab.d.ts +3 -2
- package/lib/tab-panel/tab-panel.d.ts +2 -2
- package/lib/tabs/tabs.d.ts +30 -9
- 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/definition16.cjs +1 -2
- package/shared/definition16.js +1 -2
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +2 -2
- 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 +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition24.cjs +11 -11
- package/shared/definition24.js +11 -11
- package/shared/definition29.cjs +2 -2
- package/shared/definition29.js +2 -2
- package/shared/definition35.cjs +1 -1
- package/shared/definition35.js +1 -1
- 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/definition47.cjs +3 -2
- package/shared/definition47.js +3 -2
- package/shared/definition49.cjs +1 -1
- package/shared/definition49.js +1 -1
- 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 +4 -14
- package/shared/definition51.js +5 -15
- package/shared/definition52.cjs +269 -19
- package/shared/definition52.js +273 -23
- package/shared/definition57.cjs +26 -4
- package/shared/definition57.js +27 -5
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +1 -1
- package/shared/definition59.js +1 -1
- 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 +55 -30
- package/shared/definition64.js +55 -30
- package/shared/form-associated.cjs +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/foundation/button/button.d.ts +1 -1
- package/shared/foundation/button/button.template.d.ts +2 -2
- 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 +6 -7
- package/shared/listbox.js +3 -4
- package/shared/numbers.cjs +0 -12
- package/shared/numbers.js +1 -12
- package/shared/presentationDate.cjs +14 -0
- package/shared/presentationDate.js +15 -1
- 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/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -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/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": {
|
|
@@ -2758,318 +2974,56 @@
|
|
|
2758
2974
|
},
|
|
2759
2975
|
"description": "Indicates the target's rel.",
|
|
2760
2976
|
"privacy": "public"
|
|
2761
|
-
}
|
|
2977
|
+
}
|
|
2978
|
+
],
|
|
2979
|
+
"attributes": [
|
|
2762
2980
|
{
|
|
2763
|
-
"kind": "field",
|
|
2764
|
-
"name": "autofocus",
|
|
2765
2981
|
"type": {
|
|
2766
|
-
"text": "
|
|
2982
|
+
"text": "string"
|
|
2767
2983
|
},
|
|
2768
|
-
"
|
|
2769
|
-
"
|
|
2770
|
-
"inheritedFrom": {
|
|
2771
|
-
"name": "FoundationButton",
|
|
2772
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2773
|
-
}
|
|
2984
|
+
"default": "''",
|
|
2985
|
+
"fieldName": "title"
|
|
2774
2986
|
},
|
|
2775
2987
|
{
|
|
2776
|
-
"
|
|
2777
|
-
"name": "formId",
|
|
2988
|
+
"name": "connotation",
|
|
2778
2989
|
"type": {
|
|
2779
|
-
"text": "
|
|
2990
|
+
"text": "ButtonConnotation | undefined"
|
|
2780
2991
|
},
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
"inheritedFrom": {
|
|
2784
|
-
"name": "FoundationButton",
|
|
2785
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2786
|
-
}
|
|
2992
|
+
"description": "The connotation the button should have.",
|
|
2993
|
+
"fieldName": "connotation"
|
|
2787
2994
|
},
|
|
2788
2995
|
{
|
|
2789
|
-
"
|
|
2790
|
-
"name": "formaction",
|
|
2996
|
+
"name": "shape",
|
|
2791
2997
|
"type": {
|
|
2792
|
-
"text": "
|
|
2998
|
+
"text": "ButtonShape | undefined"
|
|
2793
2999
|
},
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
2796
|
-
"inheritedFrom": {
|
|
2797
|
-
"name": "FoundationButton",
|
|
2798
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2799
|
-
}
|
|
3000
|
+
"description": "The shape the button should have.",
|
|
3001
|
+
"fieldName": "shape"
|
|
2800
3002
|
},
|
|
2801
3003
|
{
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2804
|
-
|
|
2805
|
-
"return": {
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "void"
|
|
2808
|
-
}
|
|
3004
|
+
"name": "appearance",
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "ButtonAppearance | undefined"
|
|
2809
3007
|
},
|
|
2810
|
-
"
|
|
2811
|
-
|
|
2812
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2813
|
-
}
|
|
3008
|
+
"description": "The appearance the button should have.",
|
|
3009
|
+
"fieldName": "appearance"
|
|
2814
3010
|
},
|
|
2815
3011
|
{
|
|
2816
|
-
"
|
|
2817
|
-
"name": "formenctype",
|
|
3012
|
+
"name": "size",
|
|
2818
3013
|
"type": {
|
|
2819
|
-
"text": "
|
|
3014
|
+
"text": "ButtonSize | undefined"
|
|
2820
3015
|
},
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
2823
|
-
"inheritedFrom": {
|
|
2824
|
-
"name": "FoundationButton",
|
|
2825
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2826
|
-
}
|
|
3016
|
+
"description": "The size the button should have.",
|
|
3017
|
+
"fieldName": "size"
|
|
2827
3018
|
},
|
|
2828
3019
|
{
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2832
|
-
"return": {
|
|
2833
|
-
"type": {
|
|
2834
|
-
"text": "void"
|
|
2835
|
-
}
|
|
3020
|
+
"name": "stacked",
|
|
3021
|
+
"type": {
|
|
3022
|
+
"text": "boolean"
|
|
2836
3023
|
},
|
|
2837
|
-
"
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
}
|
|
2841
|
-
},
|
|
2842
|
-
{
|
|
2843
|
-
"kind": "field",
|
|
2844
|
-
"name": "formmethod",
|
|
2845
|
-
"type": {
|
|
2846
|
-
"text": "string"
|
|
2847
|
-
},
|
|
2848
|
-
"privacy": "public",
|
|
2849
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
2850
|
-
"inheritedFrom": {
|
|
2851
|
-
"name": "FoundationButton",
|
|
2852
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "method",
|
|
2857
|
-
"name": "formmethodChanged",
|
|
2858
|
-
"privacy": "private",
|
|
2859
|
-
"return": {
|
|
2860
|
-
"type": {
|
|
2861
|
-
"text": "void"
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
"inheritedFrom": {
|
|
2865
|
-
"name": "FoundationButton",
|
|
2866
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"kind": "field",
|
|
2871
|
-
"name": "formnovalidate",
|
|
2872
|
-
"type": {
|
|
2873
|
-
"text": "boolean"
|
|
2874
|
-
},
|
|
2875
|
-
"privacy": "public",
|
|
2876
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
2877
|
-
"inheritedFrom": {
|
|
2878
|
-
"name": "FoundationButton",
|
|
2879
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2880
|
-
}
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"kind": "method",
|
|
2884
|
-
"name": "formnovalidateChanged",
|
|
2885
|
-
"privacy": "private",
|
|
2886
|
-
"return": {
|
|
2887
|
-
"type": {
|
|
2888
|
-
"text": "void"
|
|
2889
|
-
}
|
|
2890
|
-
},
|
|
2891
|
-
"inheritedFrom": {
|
|
2892
|
-
"name": "FoundationButton",
|
|
2893
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2894
|
-
}
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"kind": "field",
|
|
2898
|
-
"name": "formtarget",
|
|
2899
|
-
"type": {
|
|
2900
|
-
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
2901
|
-
},
|
|
2902
|
-
"privacy": "public",
|
|
2903
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
2904
|
-
"inheritedFrom": {
|
|
2905
|
-
"name": "FoundationButton",
|
|
2906
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"kind": "method",
|
|
2911
|
-
"name": "formtargetChanged",
|
|
2912
|
-
"privacy": "private",
|
|
2913
|
-
"return": {
|
|
2914
|
-
"type": {
|
|
2915
|
-
"text": "void"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
"inheritedFrom": {
|
|
2919
|
-
"name": "FoundationButton",
|
|
2920
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"kind": "field",
|
|
2925
|
-
"name": "type",
|
|
2926
|
-
"type": {
|
|
2927
|
-
"text": "'submit' | 'reset' | 'button'"
|
|
2928
|
-
},
|
|
2929
|
-
"privacy": "public",
|
|
2930
|
-
"description": "The button type.",
|
|
2931
|
-
"inheritedFrom": {
|
|
2932
|
-
"name": "FoundationButton",
|
|
2933
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2934
|
-
}
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"kind": "method",
|
|
2938
|
-
"name": "typeChanged",
|
|
2939
|
-
"privacy": "private",
|
|
2940
|
-
"return": {
|
|
2941
|
-
"type": {
|
|
2942
|
-
"text": "void"
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
"parameters": [
|
|
2946
|
-
{
|
|
2947
|
-
"name": "previous",
|
|
2948
|
-
"type": {
|
|
2949
|
-
"text": "'submit' | 'reset' | 'button' | void"
|
|
2950
|
-
}
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "next",
|
|
2954
|
-
"type": {
|
|
2955
|
-
"text": "'submit' | 'reset' | 'button'"
|
|
2956
|
-
}
|
|
2957
|
-
}
|
|
2958
|
-
],
|
|
2959
|
-
"inheritedFrom": {
|
|
2960
|
-
"name": "FoundationButton",
|
|
2961
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2962
|
-
}
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"kind": "method",
|
|
2966
|
-
"name": "validate",
|
|
2967
|
-
"privacy": "public",
|
|
2968
|
-
"return": {
|
|
2969
|
-
"type": {
|
|
2970
|
-
"text": "void"
|
|
2971
|
-
}
|
|
2972
|
-
},
|
|
2973
|
-
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
2974
|
-
"inheritedFrom": {
|
|
2975
|
-
"name": "FoundationButton",
|
|
2976
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
"kind": "field",
|
|
2981
|
-
"name": "handleSubmission",
|
|
2982
|
-
"privacy": "private",
|
|
2983
|
-
"description": "Submits the parent form",
|
|
2984
|
-
"inheritedFrom": {
|
|
2985
|
-
"name": "FoundationButton",
|
|
2986
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2987
|
-
}
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"kind": "field",
|
|
2991
|
-
"name": "handleFormReset",
|
|
2992
|
-
"privacy": "private",
|
|
2993
|
-
"description": "Resets the parent form",
|
|
2994
|
-
"inheritedFrom": {
|
|
2995
|
-
"name": "FoundationButton",
|
|
2996
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
2997
|
-
}
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"kind": "field",
|
|
3001
|
-
"name": "control",
|
|
3002
|
-
"type": {
|
|
3003
|
-
"text": "HTMLButtonElement"
|
|
3004
|
-
},
|
|
3005
|
-
"privacy": "public",
|
|
3006
|
-
"inheritedFrom": {
|
|
3007
|
-
"name": "FoundationButton",
|
|
3008
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3009
|
-
}
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"kind": "field",
|
|
3013
|
-
"name": "proxy",
|
|
3014
|
-
"inheritedFrom": {
|
|
3015
|
-
"name": "FormAssociatedButton",
|
|
3016
|
-
"module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
|
|
3017
|
-
}
|
|
3018
|
-
}
|
|
3019
|
-
],
|
|
3020
|
-
"attributes": [
|
|
3021
|
-
{
|
|
3022
|
-
"type": {
|
|
3023
|
-
"text": "boolean"
|
|
3024
|
-
},
|
|
3025
|
-
"description": "Determines if the element should receive document focus on page load.",
|
|
3026
|
-
"fieldName": "title",
|
|
3027
|
-
"default": "''",
|
|
3028
|
-
"inheritedFrom": {
|
|
3029
|
-
"name": "FoundationButton",
|
|
3030
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"name": "connotation",
|
|
3035
|
-
"type": {
|
|
3036
|
-
"text": "ButtonConnotation | undefined"
|
|
3037
|
-
},
|
|
3038
|
-
"description": "The connotation the button should have.",
|
|
3039
|
-
"fieldName": "connotation"
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "shape",
|
|
3043
|
-
"type": {
|
|
3044
|
-
"text": "ButtonShape | undefined"
|
|
3045
|
-
},
|
|
3046
|
-
"description": "The shape the button should have.",
|
|
3047
|
-
"fieldName": "shape"
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"name": "appearance",
|
|
3051
|
-
"type": {
|
|
3052
|
-
"text": "ButtonAppearance | undefined"
|
|
3053
|
-
},
|
|
3054
|
-
"description": "The appearance the button should have.",
|
|
3055
|
-
"fieldName": "appearance"
|
|
3056
|
-
},
|
|
3057
|
-
{
|
|
3058
|
-
"name": "size",
|
|
3059
|
-
"type": {
|
|
3060
|
-
"text": "ButtonSize | undefined"
|
|
3061
|
-
},
|
|
3062
|
-
"description": "The size the button should have.",
|
|
3063
|
-
"fieldName": "size"
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "stacked",
|
|
3067
|
-
"type": {
|
|
3068
|
-
"text": "boolean"
|
|
3069
|
-
},
|
|
3070
|
-
"default": "false",
|
|
3071
|
-
"description": "Indicates the icon is stacked.",
|
|
3072
|
-
"fieldName": "stacked"
|
|
3024
|
+
"default": "false",
|
|
3025
|
+
"description": "Indicates the icon is stacked.",
|
|
3026
|
+
"fieldName": "stacked"
|
|
3073
3027
|
},
|
|
3074
3028
|
{
|
|
3075
3029
|
"name": "pending",
|
|
@@ -3161,78 +3115,6 @@
|
|
|
3161
3115
|
},
|
|
3162
3116
|
"description": "Indicates the target's rel.",
|
|
3163
3117
|
"fieldName": "target"
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"name": "form",
|
|
3167
|
-
"type": {
|
|
3168
|
-
"text": "string"
|
|
3169
|
-
},
|
|
3170
|
-
"description": "The id of a form to associate the element to.",
|
|
3171
|
-
"fieldName": "formId",
|
|
3172
|
-
"inheritedFrom": {
|
|
3173
|
-
"name": "FoundationButton",
|
|
3174
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3175
|
-
}
|
|
3176
|
-
},
|
|
3177
|
-
{
|
|
3178
|
-
"name": "formaction",
|
|
3179
|
-
"type": {
|
|
3180
|
-
"text": "string"
|
|
3181
|
-
},
|
|
3182
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
3183
|
-
"fieldName": "formaction",
|
|
3184
|
-
"inheritedFrom": {
|
|
3185
|
-
"name": "FoundationButton",
|
|
3186
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3187
|
-
}
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"name": "formenctype",
|
|
3191
|
-
"type": {
|
|
3192
|
-
"text": "string"
|
|
3193
|
-
},
|
|
3194
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
3195
|
-
"fieldName": "formenctype",
|
|
3196
|
-
"inheritedFrom": {
|
|
3197
|
-
"name": "FoundationButton",
|
|
3198
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3199
|
-
}
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"name": "formmethod",
|
|
3203
|
-
"type": {
|
|
3204
|
-
"text": "string"
|
|
3205
|
-
},
|
|
3206
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
3207
|
-
"fieldName": "formmethod",
|
|
3208
|
-
"inheritedFrom": {
|
|
3209
|
-
"name": "FoundationButton",
|
|
3210
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3211
|
-
}
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"name": "formtarget",
|
|
3215
|
-
"type": {
|
|
3216
|
-
"text": "'_self' | '_blank' | '_parent' | '_top'"
|
|
3217
|
-
},
|
|
3218
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
3219
|
-
"fieldName": "formtarget",
|
|
3220
|
-
"inheritedFrom": {
|
|
3221
|
-
"name": "FoundationButton",
|
|
3222
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
{
|
|
3226
|
-
"name": "type",
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "'submit' | 'reset' | 'button'"
|
|
3229
|
-
},
|
|
3230
|
-
"description": "The button type.",
|
|
3231
|
-
"fieldName": "type",
|
|
3232
|
-
"inheritedFrom": {
|
|
3233
|
-
"name": "FoundationButton",
|
|
3234
|
-
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3235
|
-
}
|
|
3236
3118
|
}
|
|
3237
3119
|
],
|
|
3238
3120
|
"superclass": {
|
|
@@ -4172,6 +4054,10 @@
|
|
|
4172
4054
|
}
|
|
4173
4055
|
],
|
|
4174
4056
|
"slots": [
|
|
4057
|
+
{
|
|
4058
|
+
"description": "The default slot allows you to use rich content as the checkbox's label.",
|
|
4059
|
+
"name": ""
|
|
4060
|
+
},
|
|
4175
4061
|
{
|
|
4176
4062
|
"description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
|
|
4177
4063
|
"name": "helper-text"
|
|
@@ -5290,6 +5176,20 @@
|
|
|
5290
5176
|
}
|
|
5291
5177
|
],
|
|
5292
5178
|
"members": [
|
|
5179
|
+
{
|
|
5180
|
+
"kind": "method",
|
|
5181
|
+
"name": "_updatePresentationValue",
|
|
5182
|
+
"privacy": "protected",
|
|
5183
|
+
"return": {
|
|
5184
|
+
"type": {
|
|
5185
|
+
"text": "void"
|
|
5186
|
+
}
|
|
5187
|
+
},
|
|
5188
|
+
"inheritedFrom": {
|
|
5189
|
+
"name": "DatePickerBase",
|
|
5190
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5191
|
+
}
|
|
5192
|
+
},
|
|
5293
5193
|
{
|
|
5294
5194
|
"kind": "method",
|
|
5295
5195
|
"name": "#updateValueDueToUserInteraction",
|
|
@@ -5470,6 +5370,31 @@
|
|
|
5470
5370
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5471
5371
|
}
|
|
5472
5372
|
},
|
|
5373
|
+
{
|
|
5374
|
+
"kind": "field",
|
|
5375
|
+
"name": "#localeChangeHandler",
|
|
5376
|
+
"privacy": "private",
|
|
5377
|
+
"type": {
|
|
5378
|
+
"text": "object"
|
|
5379
|
+
},
|
|
5380
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
5381
|
+
"inheritedFrom": {
|
|
5382
|
+
"name": "DatePickerBase",
|
|
5383
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5384
|
+
}
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "field",
|
|
5388
|
+
"name": "#localeChangeObserver",
|
|
5389
|
+
"privacy": "private",
|
|
5390
|
+
"type": {
|
|
5391
|
+
"text": "BindingObserver"
|
|
5392
|
+
},
|
|
5393
|
+
"inheritedFrom": {
|
|
5394
|
+
"name": "DatePickerBase",
|
|
5395
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5396
|
+
}
|
|
5397
|
+
},
|
|
5473
5398
|
{
|
|
5474
5399
|
"kind": "field",
|
|
5475
5400
|
"name": "#dismissOnClickOutside",
|
|
@@ -5931,6 +5856,31 @@
|
|
|
5931
5856
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5932
5857
|
}
|
|
5933
5858
|
},
|
|
5859
|
+
{
|
|
5860
|
+
"kind": "field",
|
|
5861
|
+
"name": "#localeChangeHandler",
|
|
5862
|
+
"privacy": "private",
|
|
5863
|
+
"type": {
|
|
5864
|
+
"text": "object"
|
|
5865
|
+
},
|
|
5866
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
5867
|
+
"inheritedFrom": {
|
|
5868
|
+
"name": "DatePickerBase",
|
|
5869
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5870
|
+
}
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"kind": "field",
|
|
5874
|
+
"name": "#localeChangeObserver",
|
|
5875
|
+
"privacy": "private",
|
|
5876
|
+
"type": {
|
|
5877
|
+
"text": "BindingObserver"
|
|
5878
|
+
},
|
|
5879
|
+
"inheritedFrom": {
|
|
5880
|
+
"name": "DatePickerBase",
|
|
5881
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5934
5884
|
{
|
|
5935
5885
|
"kind": "field",
|
|
5936
5886
|
"name": "#dismissOnClickOutside",
|
|
@@ -5948,6 +5898,20 @@
|
|
|
5948
5898
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5949
5899
|
}
|
|
5950
5900
|
},
|
|
5901
|
+
{
|
|
5902
|
+
"kind": "method",
|
|
5903
|
+
"name": "_updatePresentationValue",
|
|
5904
|
+
"privacy": "protected",
|
|
5905
|
+
"return": {
|
|
5906
|
+
"type": {
|
|
5907
|
+
"text": "void"
|
|
5908
|
+
}
|
|
5909
|
+
},
|
|
5910
|
+
"inheritedFrom": {
|
|
5911
|
+
"name": "DatePickerBase",
|
|
5912
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5951
5915
|
{
|
|
5952
5916
|
"kind": "method",
|
|
5953
5917
|
"name": "_getSelectedDates",
|
|
@@ -7608,7 +7572,7 @@
|
|
|
7608
7572
|
"privacy": "public",
|
|
7609
7573
|
"description": "Determines if the element should receive document focus on page load.",
|
|
7610
7574
|
"inheritedFrom": {
|
|
7611
|
-
"name": "
|
|
7575
|
+
"name": "VividFoundationButton",
|
|
7612
7576
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7613
7577
|
}
|
|
7614
7578
|
},
|
|
@@ -7621,7 +7585,7 @@
|
|
|
7621
7585
|
"privacy": "public",
|
|
7622
7586
|
"description": "The id of a form to associate the element to.",
|
|
7623
7587
|
"inheritedFrom": {
|
|
7624
|
-
"name": "
|
|
7588
|
+
"name": "VividFoundationButton",
|
|
7625
7589
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7626
7590
|
}
|
|
7627
7591
|
},
|
|
@@ -7634,7 +7598,7 @@
|
|
|
7634
7598
|
"privacy": "public",
|
|
7635
7599
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7636
7600
|
"inheritedFrom": {
|
|
7637
|
-
"name": "
|
|
7601
|
+
"name": "VividFoundationButton",
|
|
7638
7602
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7639
7603
|
}
|
|
7640
7604
|
},
|
|
@@ -7648,7 +7612,7 @@
|
|
|
7648
7612
|
}
|
|
7649
7613
|
},
|
|
7650
7614
|
"inheritedFrom": {
|
|
7651
|
-
"name": "
|
|
7615
|
+
"name": "VividFoundationButton",
|
|
7652
7616
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7653
7617
|
}
|
|
7654
7618
|
},
|
|
@@ -7661,7 +7625,7 @@
|
|
|
7661
7625
|
"privacy": "public",
|
|
7662
7626
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7663
7627
|
"inheritedFrom": {
|
|
7664
|
-
"name": "
|
|
7628
|
+
"name": "VividFoundationButton",
|
|
7665
7629
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7666
7630
|
}
|
|
7667
7631
|
},
|
|
@@ -7675,7 +7639,7 @@
|
|
|
7675
7639
|
}
|
|
7676
7640
|
},
|
|
7677
7641
|
"inheritedFrom": {
|
|
7678
|
-
"name": "
|
|
7642
|
+
"name": "VividFoundationButton",
|
|
7679
7643
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7680
7644
|
}
|
|
7681
7645
|
},
|
|
@@ -7688,7 +7652,7 @@
|
|
|
7688
7652
|
"privacy": "public",
|
|
7689
7653
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7690
7654
|
"inheritedFrom": {
|
|
7691
|
-
"name": "
|
|
7655
|
+
"name": "VividFoundationButton",
|
|
7692
7656
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7693
7657
|
}
|
|
7694
7658
|
},
|
|
@@ -7702,7 +7666,7 @@
|
|
|
7702
7666
|
}
|
|
7703
7667
|
},
|
|
7704
7668
|
"inheritedFrom": {
|
|
7705
|
-
"name": "
|
|
7669
|
+
"name": "VividFoundationButton",
|
|
7706
7670
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7707
7671
|
}
|
|
7708
7672
|
},
|
|
@@ -7715,7 +7679,7 @@
|
|
|
7715
7679
|
"privacy": "public",
|
|
7716
7680
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7717
7681
|
"inheritedFrom": {
|
|
7718
|
-
"name": "
|
|
7682
|
+
"name": "VividFoundationButton",
|
|
7719
7683
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7720
7684
|
}
|
|
7721
7685
|
},
|
|
@@ -7729,7 +7693,7 @@
|
|
|
7729
7693
|
}
|
|
7730
7694
|
},
|
|
7731
7695
|
"inheritedFrom": {
|
|
7732
|
-
"name": "
|
|
7696
|
+
"name": "VividFoundationButton",
|
|
7733
7697
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7734
7698
|
}
|
|
7735
7699
|
},
|
|
@@ -7742,7 +7706,7 @@
|
|
|
7742
7706
|
"privacy": "public",
|
|
7743
7707
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7744
7708
|
"inheritedFrom": {
|
|
7745
|
-
"name": "
|
|
7709
|
+
"name": "VividFoundationButton",
|
|
7746
7710
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7747
7711
|
}
|
|
7748
7712
|
},
|
|
@@ -7756,7 +7720,7 @@
|
|
|
7756
7720
|
}
|
|
7757
7721
|
},
|
|
7758
7722
|
"inheritedFrom": {
|
|
7759
|
-
"name": "
|
|
7723
|
+
"name": "VividFoundationButton",
|
|
7760
7724
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7761
7725
|
}
|
|
7762
7726
|
},
|
|
@@ -7769,7 +7733,7 @@
|
|
|
7769
7733
|
"privacy": "public",
|
|
7770
7734
|
"description": "The button type.",
|
|
7771
7735
|
"inheritedFrom": {
|
|
7772
|
-
"name": "
|
|
7736
|
+
"name": "VividFoundationButton",
|
|
7773
7737
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7774
7738
|
}
|
|
7775
7739
|
},
|
|
@@ -7797,7 +7761,7 @@
|
|
|
7797
7761
|
}
|
|
7798
7762
|
],
|
|
7799
7763
|
"inheritedFrom": {
|
|
7800
|
-
"name": "
|
|
7764
|
+
"name": "VividFoundationButton",
|
|
7801
7765
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7802
7766
|
}
|
|
7803
7767
|
},
|
|
@@ -7812,7 +7776,7 @@
|
|
|
7812
7776
|
},
|
|
7813
7777
|
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
7814
7778
|
"inheritedFrom": {
|
|
7815
|
-
"name": "
|
|
7779
|
+
"name": "VividFoundationButton",
|
|
7816
7780
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7817
7781
|
}
|
|
7818
7782
|
},
|
|
@@ -7822,7 +7786,7 @@
|
|
|
7822
7786
|
"privacy": "private",
|
|
7823
7787
|
"description": "Submits the parent form",
|
|
7824
7788
|
"inheritedFrom": {
|
|
7825
|
-
"name": "
|
|
7789
|
+
"name": "VividFoundationButton",
|
|
7826
7790
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7827
7791
|
}
|
|
7828
7792
|
},
|
|
@@ -7832,7 +7796,7 @@
|
|
|
7832
7796
|
"privacy": "private",
|
|
7833
7797
|
"description": "Resets the parent form",
|
|
7834
7798
|
"inheritedFrom": {
|
|
7835
|
-
"name": "
|
|
7799
|
+
"name": "VividFoundationButton",
|
|
7836
7800
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7837
7801
|
}
|
|
7838
7802
|
},
|
|
@@ -7844,7 +7808,7 @@
|
|
|
7844
7808
|
},
|
|
7845
7809
|
"privacy": "public",
|
|
7846
7810
|
"inheritedFrom": {
|
|
7847
|
-
"name": "
|
|
7811
|
+
"name": "VividFoundationButton",
|
|
7848
7812
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7849
7813
|
}
|
|
7850
7814
|
},
|
|
@@ -7889,7 +7853,7 @@
|
|
|
7889
7853
|
"description": "Determines if the element should receive document focus on page load.",
|
|
7890
7854
|
"fieldName": "autofocus",
|
|
7891
7855
|
"inheritedFrom": {
|
|
7892
|
-
"name": "
|
|
7856
|
+
"name": "VividFoundationButton",
|
|
7893
7857
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7894
7858
|
}
|
|
7895
7859
|
},
|
|
@@ -7901,7 +7865,7 @@
|
|
|
7901
7865
|
"description": "The id of a form to associate the element to.",
|
|
7902
7866
|
"fieldName": "formId",
|
|
7903
7867
|
"inheritedFrom": {
|
|
7904
|
-
"name": "
|
|
7868
|
+
"name": "VividFoundationButton",
|
|
7905
7869
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7906
7870
|
}
|
|
7907
7871
|
},
|
|
@@ -7913,7 +7877,7 @@
|
|
|
7913
7877
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7914
7878
|
"fieldName": "formaction",
|
|
7915
7879
|
"inheritedFrom": {
|
|
7916
|
-
"name": "
|
|
7880
|
+
"name": "VividFoundationButton",
|
|
7917
7881
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7918
7882
|
}
|
|
7919
7883
|
},
|
|
@@ -7925,7 +7889,7 @@
|
|
|
7925
7889
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7926
7890
|
"fieldName": "formenctype",
|
|
7927
7891
|
"inheritedFrom": {
|
|
7928
|
-
"name": "
|
|
7892
|
+
"name": "VividFoundationButton",
|
|
7929
7893
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7930
7894
|
}
|
|
7931
7895
|
},
|
|
@@ -7937,7 +7901,7 @@
|
|
|
7937
7901
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7938
7902
|
"fieldName": "formmethod",
|
|
7939
7903
|
"inheritedFrom": {
|
|
7940
|
-
"name": "
|
|
7904
|
+
"name": "VividFoundationButton",
|
|
7941
7905
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7942
7906
|
}
|
|
7943
7907
|
},
|
|
@@ -7949,7 +7913,7 @@
|
|
|
7949
7913
|
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7950
7914
|
"fieldName": "formtarget",
|
|
7951
7915
|
"inheritedFrom": {
|
|
7952
|
-
"name": "
|
|
7916
|
+
"name": "VividFoundationButton",
|
|
7953
7917
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7954
7918
|
}
|
|
7955
7919
|
},
|
|
@@ -7961,13 +7925,13 @@
|
|
|
7961
7925
|
"description": "The button type.",
|
|
7962
7926
|
"fieldName": "type",
|
|
7963
7927
|
"inheritedFrom": {
|
|
7964
|
-
"name": "
|
|
7928
|
+
"name": "VividFoundationButton",
|
|
7965
7929
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
7966
7930
|
}
|
|
7967
7931
|
}
|
|
7968
7932
|
],
|
|
7969
7933
|
"superclass": {
|
|
7970
|
-
"name": "
|
|
7934
|
+
"name": "VividFoundationButton",
|
|
7971
7935
|
"module": "/libs/components/src/shared/foundation/button"
|
|
7972
7936
|
},
|
|
7973
7937
|
"vividComponent": {
|
|
@@ -12250,6 +12214,43 @@
|
|
|
12250
12214
|
}
|
|
12251
12215
|
]
|
|
12252
12216
|
},
|
|
12217
|
+
{
|
|
12218
|
+
"kind": "javascript-module",
|
|
12219
|
+
"path": "libs/components/src/lib/radio/radio.form-associated.ts",
|
|
12220
|
+
"declarations": [
|
|
12221
|
+
{
|
|
12222
|
+
"kind": "class",
|
|
12223
|
+
"description": "",
|
|
12224
|
+
"name": "FormAssociatedRadio",
|
|
12225
|
+
"members": [
|
|
12226
|
+
{
|
|
12227
|
+
"kind": "field",
|
|
12228
|
+
"name": "proxy"
|
|
12229
|
+
}
|
|
12230
|
+
],
|
|
12231
|
+
"mixins": [
|
|
12232
|
+
{
|
|
12233
|
+
"name": "CheckableFormAssociated",
|
|
12234
|
+
"package": "@microsoft/fast-foundation"
|
|
12235
|
+
}
|
|
12236
|
+
],
|
|
12237
|
+
"superclass": {
|
|
12238
|
+
"name": "_Radio",
|
|
12239
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12240
|
+
}
|
|
12241
|
+
}
|
|
12242
|
+
],
|
|
12243
|
+
"exports": [
|
|
12244
|
+
{
|
|
12245
|
+
"kind": "js",
|
|
12246
|
+
"name": "FormAssociatedRadio",
|
|
12247
|
+
"declaration": {
|
|
12248
|
+
"name": "FormAssociatedRadio",
|
|
12249
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12250
|
+
}
|
|
12251
|
+
}
|
|
12252
|
+
]
|
|
12253
|
+
},
|
|
12253
12254
|
{
|
|
12254
12255
|
"kind": "javascript-module",
|
|
12255
12256
|
"path": "libs/components/src/lib/radio/radio.ts",
|
|
@@ -12334,6 +12335,41 @@
|
|
|
12334
12335
|
},
|
|
12335
12336
|
"description": "The connotation the radioButton should have.",
|
|
12336
12337
|
"privacy": "public"
|
|
12338
|
+
},
|
|
12339
|
+
{
|
|
12340
|
+
"kind": "field",
|
|
12341
|
+
"name": "readOnly",
|
|
12342
|
+
"type": {
|
|
12343
|
+
"text": "boolean"
|
|
12344
|
+
},
|
|
12345
|
+
"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.",
|
|
12346
|
+
"privacy": "public"
|
|
12347
|
+
},
|
|
12348
|
+
{
|
|
12349
|
+
"kind": "field",
|
|
12350
|
+
"name": "name",
|
|
12351
|
+
"type": {
|
|
12352
|
+
"text": "string"
|
|
12353
|
+
},
|
|
12354
|
+
"description": "The name of the radio. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute for more info."
|
|
12355
|
+
},
|
|
12356
|
+
{
|
|
12357
|
+
"kind": "method",
|
|
12358
|
+
"name": "isInsideRadioGroup",
|
|
12359
|
+
"privacy": "private",
|
|
12360
|
+
"return": {
|
|
12361
|
+
"type": {
|
|
12362
|
+
"text": "boolean"
|
|
12363
|
+
}
|
|
12364
|
+
}
|
|
12365
|
+
},
|
|
12366
|
+
{
|
|
12367
|
+
"kind": "field",
|
|
12368
|
+
"name": "proxy",
|
|
12369
|
+
"inheritedFrom": {
|
|
12370
|
+
"name": "FormAssociatedRadio",
|
|
12371
|
+
"module": "libs/components/src/lib/radio/radio.form-associated.ts"
|
|
12372
|
+
}
|
|
12337
12373
|
}
|
|
12338
12374
|
],
|
|
12339
12375
|
"events": [
|
|
@@ -12369,11 +12405,19 @@
|
|
|
12369
12405
|
},
|
|
12370
12406
|
"description": "The connotation the radioButton should have.",
|
|
12371
12407
|
"fieldName": "connotation"
|
|
12408
|
+
},
|
|
12409
|
+
{
|
|
12410
|
+
"name": "readonly",
|
|
12411
|
+
"type": {
|
|
12412
|
+
"text": "boolean"
|
|
12413
|
+
},
|
|
12414
|
+
"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.",
|
|
12415
|
+
"fieldName": "readOnly"
|
|
12372
12416
|
}
|
|
12373
12417
|
],
|
|
12374
12418
|
"superclass": {
|
|
12375
|
-
"name": "
|
|
12376
|
-
"
|
|
12419
|
+
"name": "FormAssociatedRadio",
|
|
12420
|
+
"module": "/libs/components/src/lib/radio/radio.form-associated"
|
|
12377
12421
|
},
|
|
12378
12422
|
"vividComponent": {
|
|
12379
12423
|
"public": true,
|
|
@@ -12455,6 +12499,140 @@
|
|
|
12455
12499
|
},
|
|
12456
12500
|
"description": "Indicates the group's label.",
|
|
12457
12501
|
"privacy": "public"
|
|
12502
|
+
},
|
|
12503
|
+
{
|
|
12504
|
+
"kind": "field",
|
|
12505
|
+
"name": "readOnly",
|
|
12506
|
+
"type": {
|
|
12507
|
+
"text": "boolean"
|
|
12508
|
+
},
|
|
12509
|
+
"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.",
|
|
12510
|
+
"privacy": "public"
|
|
12511
|
+
},
|
|
12512
|
+
{
|
|
12513
|
+
"kind": "field",
|
|
12514
|
+
"name": "disabled",
|
|
12515
|
+
"type": {
|
|
12516
|
+
"text": "boolean"
|
|
12517
|
+
},
|
|
12518
|
+
"description": "Disables the radio group and child radios.",
|
|
12519
|
+
"privacy": "public"
|
|
12520
|
+
},
|
|
12521
|
+
{
|
|
12522
|
+
"kind": "field",
|
|
12523
|
+
"name": "name",
|
|
12524
|
+
"type": {
|
|
12525
|
+
"text": "string"
|
|
12526
|
+
},
|
|
12527
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
12528
|
+
"privacy": "public"
|
|
12529
|
+
},
|
|
12530
|
+
{
|
|
12531
|
+
"kind": "method",
|
|
12532
|
+
"name": "nameChanged",
|
|
12533
|
+
"return": {
|
|
12534
|
+
"type": {
|
|
12535
|
+
"text": "void"
|
|
12536
|
+
}
|
|
12537
|
+
}
|
|
12538
|
+
},
|
|
12539
|
+
{
|
|
12540
|
+
"kind": "field",
|
|
12541
|
+
"name": "value",
|
|
12542
|
+
"type": {
|
|
12543
|
+
"text": "string"
|
|
12544
|
+
},
|
|
12545
|
+
"description": "The value of the checked radio",
|
|
12546
|
+
"privacy": "public"
|
|
12547
|
+
},
|
|
12548
|
+
{
|
|
12549
|
+
"kind": "field",
|
|
12550
|
+
"name": "orientation",
|
|
12551
|
+
"type": {
|
|
12552
|
+
"text": "Orientation | 'horizontal' | 'vertical'"
|
|
12553
|
+
},
|
|
12554
|
+
"description": "The orientation of the group",
|
|
12555
|
+
"privacy": "public"
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"kind": "field",
|
|
12559
|
+
"name": "#focusableRadioButtons",
|
|
12560
|
+
"privacy": "private",
|
|
12561
|
+
"readonly": true
|
|
12562
|
+
},
|
|
12563
|
+
{
|
|
12564
|
+
"kind": "field",
|
|
12565
|
+
"name": "isInsideToolbar",
|
|
12566
|
+
"type": {
|
|
12567
|
+
"text": "boolean"
|
|
12568
|
+
},
|
|
12569
|
+
"privacy": "private",
|
|
12570
|
+
"readonly": true
|
|
12571
|
+
},
|
|
12572
|
+
{
|
|
12573
|
+
"kind": "method",
|
|
12574
|
+
"name": "setupRadioButtons",
|
|
12575
|
+
"privacy": "private",
|
|
12576
|
+
"return": {
|
|
12577
|
+
"type": {
|
|
12578
|
+
"text": "void"
|
|
12579
|
+
}
|
|
12580
|
+
}
|
|
12581
|
+
},
|
|
12582
|
+
{
|
|
12583
|
+
"kind": "field",
|
|
12584
|
+
"name": "radioChangeHandler",
|
|
12585
|
+
"privacy": "private"
|
|
12586
|
+
},
|
|
12587
|
+
{
|
|
12588
|
+
"kind": "field",
|
|
12589
|
+
"name": "moveToRadioByIndex",
|
|
12590
|
+
"privacy": "private"
|
|
12591
|
+
},
|
|
12592
|
+
{
|
|
12593
|
+
"kind": "field",
|
|
12594
|
+
"name": "moveRightOffGroup",
|
|
12595
|
+
"privacy": "private"
|
|
12596
|
+
},
|
|
12597
|
+
{
|
|
12598
|
+
"kind": "field",
|
|
12599
|
+
"name": "moveLeftOffGroup",
|
|
12600
|
+
"privacy": "private"
|
|
12601
|
+
},
|
|
12602
|
+
{
|
|
12603
|
+
"kind": "method",
|
|
12604
|
+
"name": "#setTabRovingTarget",
|
|
12605
|
+
"parameters": [
|
|
12606
|
+
{
|
|
12607
|
+
"name": "radio",
|
|
12608
|
+
"type": {
|
|
12609
|
+
"text": "Radio"
|
|
12610
|
+
}
|
|
12611
|
+
}
|
|
12612
|
+
]
|
|
12613
|
+
},
|
|
12614
|
+
{
|
|
12615
|
+
"kind": "method",
|
|
12616
|
+
"name": "checkFocusedRadio",
|
|
12617
|
+
"privacy": "private",
|
|
12618
|
+
"parameters": [
|
|
12619
|
+
{
|
|
12620
|
+
"name": "target",
|
|
12621
|
+
"type": {
|
|
12622
|
+
"text": "Radio"
|
|
12623
|
+
}
|
|
12624
|
+
}
|
|
12625
|
+
]
|
|
12626
|
+
},
|
|
12627
|
+
{
|
|
12628
|
+
"kind": "field",
|
|
12629
|
+
"name": "moveRight",
|
|
12630
|
+
"privacy": "private"
|
|
12631
|
+
},
|
|
12632
|
+
{
|
|
12633
|
+
"kind": "field",
|
|
12634
|
+
"name": "moveLeft",
|
|
12635
|
+
"privacy": "private"
|
|
12458
12636
|
}
|
|
12459
12637
|
],
|
|
12460
12638
|
"events": [
|
|
@@ -12474,10 +12652,50 @@
|
|
|
12474
12652
|
},
|
|
12475
12653
|
"description": "Indicates the group's label.",
|
|
12476
12654
|
"fieldName": "label"
|
|
12655
|
+
},
|
|
12656
|
+
{
|
|
12657
|
+
"name": "readonly",
|
|
12658
|
+
"type": {
|
|
12659
|
+
"text": "boolean"
|
|
12660
|
+
},
|
|
12661
|
+
"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.",
|
|
12662
|
+
"fieldName": "readOnly"
|
|
12663
|
+
},
|
|
12664
|
+
{
|
|
12665
|
+
"name": "disabled",
|
|
12666
|
+
"type": {
|
|
12667
|
+
"text": "boolean"
|
|
12668
|
+
},
|
|
12669
|
+
"description": "Disables the radio group and child radios.",
|
|
12670
|
+
"fieldName": "disabled"
|
|
12671
|
+
},
|
|
12672
|
+
{
|
|
12673
|
+
"name": "name",
|
|
12674
|
+
"type": {
|
|
12675
|
+
"text": "string"
|
|
12676
|
+
},
|
|
12677
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
12678
|
+
"fieldName": "name"
|
|
12679
|
+
},
|
|
12680
|
+
{
|
|
12681
|
+
"name": "value",
|
|
12682
|
+
"type": {
|
|
12683
|
+
"text": "string"
|
|
12684
|
+
},
|
|
12685
|
+
"description": "The value of the checked radio",
|
|
12686
|
+
"fieldName": "value"
|
|
12687
|
+
},
|
|
12688
|
+
{
|
|
12689
|
+
"name": "orientation",
|
|
12690
|
+
"type": {
|
|
12691
|
+
"text": "Orientation | 'horizontal' | 'vertical'"
|
|
12692
|
+
},
|
|
12693
|
+
"description": "The orientation of the group",
|
|
12694
|
+
"fieldName": "orientation"
|
|
12477
12695
|
}
|
|
12478
12696
|
],
|
|
12479
12697
|
"superclass": {
|
|
12480
|
-
"name": "
|
|
12698
|
+
"name": "FoundationElement",
|
|
12481
12699
|
"package": "@microsoft/fast-foundation"
|
|
12482
12700
|
},
|
|
12483
12701
|
"vividComponent": {
|
|
@@ -16130,6 +16348,15 @@
|
|
|
16130
16348
|
}
|
|
16131
16349
|
],
|
|
16132
16350
|
"members": [
|
|
16351
|
+
{
|
|
16352
|
+
"kind": "field",
|
|
16353
|
+
"name": "disabled",
|
|
16354
|
+
"type": {
|
|
16355
|
+
"text": "boolean"
|
|
16356
|
+
},
|
|
16357
|
+
"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.",
|
|
16358
|
+
"privacy": "public"
|
|
16359
|
+
},
|
|
16133
16360
|
{
|
|
16134
16361
|
"kind": "field",
|
|
16135
16362
|
"name": "connotation",
|
|
@@ -16209,6 +16436,13 @@
|
|
|
16209
16436
|
}
|
|
16210
16437
|
],
|
|
16211
16438
|
"attributes": [
|
|
16439
|
+
{
|
|
16440
|
+
"type": {
|
|
16441
|
+
"text": "boolean"
|
|
16442
|
+
},
|
|
16443
|
+
"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.",
|
|
16444
|
+
"fieldName": "disabled"
|
|
16445
|
+
},
|
|
16212
16446
|
{
|
|
16213
16447
|
"name": "connotation",
|
|
16214
16448
|
"type": {
|
|
@@ -16258,7 +16492,7 @@
|
|
|
16258
16492
|
}
|
|
16259
16493
|
],
|
|
16260
16494
|
"superclass": {
|
|
16261
|
-
"name": "
|
|
16495
|
+
"name": "FoundationElement",
|
|
16262
16496
|
"package": "@microsoft/fast-foundation"
|
|
16263
16497
|
},
|
|
16264
16498
|
"vividComponent": {
|
|
@@ -16333,7 +16567,7 @@
|
|
|
16333
16567
|
}
|
|
16334
16568
|
],
|
|
16335
16569
|
"superclass": {
|
|
16336
|
-
"name": "
|
|
16570
|
+
"name": "FoundationElement",
|
|
16337
16571
|
"package": "@microsoft/fast-foundation"
|
|
16338
16572
|
},
|
|
16339
16573
|
"vividComponent": {
|
|
@@ -16428,55 +16662,170 @@
|
|
|
16428
16662
|
"members": [
|
|
16429
16663
|
{
|
|
16430
16664
|
"kind": "field",
|
|
16431
|
-
"name": "
|
|
16665
|
+
"name": "orientation",
|
|
16432
16666
|
"type": {
|
|
16433
|
-
"text": "
|
|
16434
|
-
}
|
|
16667
|
+
"text": "TabsOrientation"
|
|
16668
|
+
},
|
|
16669
|
+
"description": "The orientation",
|
|
16670
|
+
"privacy": "public"
|
|
16435
16671
|
},
|
|
16436
16672
|
{
|
|
16437
16673
|
"kind": "field",
|
|
16438
|
-
"name": "
|
|
16674
|
+
"name": "activeid",
|
|
16439
16675
|
"type": {
|
|
16440
|
-
"text": "
|
|
16676
|
+
"text": "string"
|
|
16441
16677
|
},
|
|
16442
|
-
"description": "The
|
|
16678
|
+
"description": "The id of the active tab",
|
|
16443
16679
|
"privacy": "public"
|
|
16444
16680
|
},
|
|
16445
16681
|
{
|
|
16446
16682
|
"kind": "field",
|
|
16447
|
-
"name": "
|
|
16683
|
+
"name": "activeindicator",
|
|
16448
16684
|
"type": {
|
|
16449
|
-
"text": "
|
|
16685
|
+
"text": "boolean"
|
|
16450
16686
|
},
|
|
16451
|
-
"
|
|
16687
|
+
"default": "true",
|
|
16688
|
+
"description": "Whether or not to show the active indicator",
|
|
16452
16689
|
"privacy": "public"
|
|
16453
16690
|
},
|
|
16454
16691
|
{
|
|
16455
16692
|
"kind": "field",
|
|
16456
|
-
"name": "
|
|
16693
|
+
"name": "activetab",
|
|
16457
16694
|
"type": {
|
|
16458
|
-
"text": "
|
|
16695
|
+
"text": "HTMLElement"
|
|
16459
16696
|
},
|
|
16460
|
-
"
|
|
16461
|
-
"description": "sets overflow to the tab-panel",
|
|
16697
|
+
"description": "A reference to the active tab",
|
|
16462
16698
|
"privacy": "public"
|
|
16463
16699
|
},
|
|
16700
|
+
{
|
|
16701
|
+
"kind": "field",
|
|
16702
|
+
"name": "prevActiveTabIndex",
|
|
16703
|
+
"type": {
|
|
16704
|
+
"text": "number"
|
|
16705
|
+
},
|
|
16706
|
+
"privacy": "private",
|
|
16707
|
+
"default": "0"
|
|
16708
|
+
},
|
|
16709
|
+
{
|
|
16710
|
+
"kind": "field",
|
|
16711
|
+
"name": "activeTabIndex",
|
|
16712
|
+
"type": {
|
|
16713
|
+
"text": "number"
|
|
16714
|
+
},
|
|
16715
|
+
"privacy": "private",
|
|
16716
|
+
"default": "0"
|
|
16717
|
+
},
|
|
16718
|
+
{
|
|
16719
|
+
"kind": "field",
|
|
16720
|
+
"name": "tabIds",
|
|
16721
|
+
"type": {
|
|
16722
|
+
"text": "Array<string>"
|
|
16723
|
+
},
|
|
16724
|
+
"privacy": "private",
|
|
16725
|
+
"default": "[]"
|
|
16726
|
+
},
|
|
16727
|
+
{
|
|
16728
|
+
"kind": "field",
|
|
16729
|
+
"name": "tabpanelIds",
|
|
16730
|
+
"type": {
|
|
16731
|
+
"text": "Array<string>"
|
|
16732
|
+
},
|
|
16733
|
+
"privacy": "private",
|
|
16734
|
+
"default": "[]"
|
|
16735
|
+
},
|
|
16736
|
+
{
|
|
16737
|
+
"kind": "field",
|
|
16738
|
+
"name": "change",
|
|
16739
|
+
"privacy": "private"
|
|
16740
|
+
},
|
|
16741
|
+
{
|
|
16742
|
+
"kind": "field",
|
|
16743
|
+
"name": "isDisabledElement",
|
|
16744
|
+
"privacy": "private"
|
|
16745
|
+
},
|
|
16746
|
+
{
|
|
16747
|
+
"kind": "field",
|
|
16748
|
+
"name": "isHiddenElement",
|
|
16749
|
+
"privacy": "private"
|
|
16750
|
+
},
|
|
16751
|
+
{
|
|
16752
|
+
"kind": "field",
|
|
16753
|
+
"name": "isFocusableElement",
|
|
16754
|
+
"privacy": "private"
|
|
16755
|
+
},
|
|
16464
16756
|
{
|
|
16465
16757
|
"kind": "method",
|
|
16466
|
-
"name": "
|
|
16758
|
+
"name": "getActiveIndex",
|
|
16759
|
+
"privacy": "private",
|
|
16760
|
+
"return": {
|
|
16761
|
+
"type": {
|
|
16762
|
+
"text": "number"
|
|
16763
|
+
}
|
|
16764
|
+
}
|
|
16765
|
+
},
|
|
16766
|
+
{
|
|
16767
|
+
"kind": "field",
|
|
16768
|
+
"name": "setTabs",
|
|
16769
|
+
"privacy": "private"
|
|
16770
|
+
},
|
|
16771
|
+
{
|
|
16772
|
+
"kind": "field",
|
|
16773
|
+
"name": "setTabPanels",
|
|
16774
|
+
"privacy": "private"
|
|
16467
16775
|
},
|
|
16468
16776
|
{
|
|
16469
16777
|
"kind": "method",
|
|
16470
|
-
"name": "
|
|
16778
|
+
"name": "getTabIds",
|
|
16779
|
+
"privacy": "private",
|
|
16780
|
+
"return": {
|
|
16781
|
+
"type": {
|
|
16782
|
+
"text": "Array<string>"
|
|
16783
|
+
}
|
|
16784
|
+
}
|
|
16785
|
+
},
|
|
16786
|
+
{
|
|
16787
|
+
"kind": "method",
|
|
16788
|
+
"name": "getTabPanelIds",
|
|
16789
|
+
"privacy": "private",
|
|
16790
|
+
"return": {
|
|
16791
|
+
"type": {
|
|
16792
|
+
"text": "Array<string>"
|
|
16793
|
+
}
|
|
16794
|
+
}
|
|
16795
|
+
},
|
|
16796
|
+
{
|
|
16797
|
+
"kind": "method",
|
|
16798
|
+
"name": "setComponent",
|
|
16799
|
+
"privacy": "private",
|
|
16471
16800
|
"return": {
|
|
16472
16801
|
"type": {
|
|
16473
16802
|
"text": "void"
|
|
16474
16803
|
}
|
|
16475
16804
|
}
|
|
16476
16805
|
},
|
|
16806
|
+
{
|
|
16807
|
+
"kind": "field",
|
|
16808
|
+
"name": "handleTabClick",
|
|
16809
|
+
"privacy": "private"
|
|
16810
|
+
},
|
|
16811
|
+
{
|
|
16812
|
+
"kind": "method",
|
|
16813
|
+
"name": "isHorizontal",
|
|
16814
|
+
"privacy": "private",
|
|
16815
|
+
"return": {
|
|
16816
|
+
"type": {
|
|
16817
|
+
"text": "boolean"
|
|
16818
|
+
}
|
|
16819
|
+
}
|
|
16820
|
+
},
|
|
16821
|
+
{
|
|
16822
|
+
"kind": "field",
|
|
16823
|
+
"name": "handleTabKeyDown",
|
|
16824
|
+
"privacy": "private"
|
|
16825
|
+
},
|
|
16477
16826
|
{
|
|
16478
16827
|
"kind": "method",
|
|
16479
|
-
"name": "
|
|
16828
|
+
"name": "adjust",
|
|
16480
16829
|
"return": {
|
|
16481
16830
|
"type": {
|
|
16482
16831
|
"text": "void"
|
|
@@ -16484,22 +16833,46 @@
|
|
|
16484
16833
|
},
|
|
16485
16834
|
"parameters": [
|
|
16486
16835
|
{
|
|
16487
|
-
"name": "
|
|
16836
|
+
"name": "adjustment",
|
|
16488
16837
|
"type": {
|
|
16489
|
-
"text": "
|
|
16838
|
+
"text": "number"
|
|
16490
16839
|
}
|
|
16491
|
-
}
|
|
16840
|
+
}
|
|
16841
|
+
],
|
|
16842
|
+
"description": "The adjust method for FASTTabs",
|
|
16843
|
+
"privacy": "public"
|
|
16844
|
+
},
|
|
16845
|
+
{
|
|
16846
|
+
"kind": "field",
|
|
16847
|
+
"name": "adjustForward",
|
|
16848
|
+
"privacy": "private"
|
|
16849
|
+
},
|
|
16850
|
+
{
|
|
16851
|
+
"kind": "field",
|
|
16852
|
+
"name": "adjustBackward",
|
|
16853
|
+
"privacy": "private"
|
|
16854
|
+
},
|
|
16855
|
+
{
|
|
16856
|
+
"kind": "method",
|
|
16857
|
+
"name": "#moveToNextTab",
|
|
16858
|
+
"parameters": [
|
|
16492
16859
|
{
|
|
16493
|
-
"name": "
|
|
16860
|
+
"name": "direction",
|
|
16494
16861
|
"type": {
|
|
16495
|
-
"text": "
|
|
16862
|
+
"text": "1 | -1"
|
|
16496
16863
|
}
|
|
16497
16864
|
}
|
|
16498
16865
|
]
|
|
16499
16866
|
},
|
|
16867
|
+
{
|
|
16868
|
+
"kind": "field",
|
|
16869
|
+
"name": "moveToTabByIndex",
|
|
16870
|
+
"privacy": "private"
|
|
16871
|
+
},
|
|
16500
16872
|
{
|
|
16501
16873
|
"kind": "method",
|
|
16502
|
-
"name": "
|
|
16874
|
+
"name": "focusTab",
|
|
16875
|
+
"privacy": "private",
|
|
16503
16876
|
"return": {
|
|
16504
16877
|
"type": {
|
|
16505
16878
|
"text": "void"
|
|
@@ -16507,21 +16880,43 @@
|
|
|
16507
16880
|
}
|
|
16508
16881
|
},
|
|
16509
16882
|
{
|
|
16510
|
-
"kind": "
|
|
16511
|
-
"name": "
|
|
16883
|
+
"kind": "field",
|
|
16884
|
+
"name": "tablist",
|
|
16885
|
+
"type": {
|
|
16886
|
+
"text": "HTMLElement | undefined"
|
|
16887
|
+
}
|
|
16512
16888
|
},
|
|
16513
16889
|
{
|
|
16514
|
-
"kind": "
|
|
16515
|
-
"name": "
|
|
16516
|
-
"
|
|
16517
|
-
"
|
|
16518
|
-
|
|
16519
|
-
|
|
16520
|
-
|
|
16890
|
+
"kind": "field",
|
|
16891
|
+
"name": "connotation",
|
|
16892
|
+
"type": {
|
|
16893
|
+
"text": "TabsConnotation | undefined"
|
|
16894
|
+
},
|
|
16895
|
+
"description": "The connotation the tabs should have.",
|
|
16896
|
+
"privacy": "public"
|
|
16897
|
+
},
|
|
16898
|
+
{
|
|
16899
|
+
"kind": "field",
|
|
16900
|
+
"name": "gutters",
|
|
16901
|
+
"type": {
|
|
16902
|
+
"text": "Gutters | undefined"
|
|
16903
|
+
},
|
|
16904
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
16905
|
+
"privacy": "public"
|
|
16906
|
+
},
|
|
16907
|
+
{
|
|
16908
|
+
"kind": "field",
|
|
16909
|
+
"name": "scrollablePanel",
|
|
16910
|
+
"type": {
|
|
16911
|
+
"text": "boolean"
|
|
16912
|
+
},
|
|
16913
|
+
"default": "false",
|
|
16914
|
+
"description": "sets overflow to the tab-panel",
|
|
16915
|
+
"privacy": "public"
|
|
16521
16916
|
},
|
|
16522
16917
|
{
|
|
16523
16918
|
"kind": "method",
|
|
16524
|
-
"name": "
|
|
16919
|
+
"name": "#updateScrollStatus"
|
|
16525
16920
|
},
|
|
16526
16921
|
{
|
|
16527
16922
|
"kind": "field",
|
|
@@ -16563,19 +16958,13 @@
|
|
|
16563
16958
|
},
|
|
16564
16959
|
{
|
|
16565
16960
|
"kind": "method",
|
|
16566
|
-
"name": "
|
|
16961
|
+
"name": "handleActiveIndicatorPosition",
|
|
16962
|
+
"privacy": "private"
|
|
16567
16963
|
},
|
|
16568
16964
|
{
|
|
16569
16965
|
"kind": "method",
|
|
16570
|
-
"name": "
|
|
16571
|
-
|
|
16572
|
-
{
|
|
16573
|
-
"kind": "field",
|
|
16574
|
-
"name": "handleActiveIndicatorPosition"
|
|
16575
|
-
},
|
|
16576
|
-
{
|
|
16577
|
-
"kind": "field",
|
|
16578
|
-
"name": "animateActiveIndicator"
|
|
16966
|
+
"name": "animateActiveIndicator",
|
|
16967
|
+
"privacy": "private"
|
|
16579
16968
|
}
|
|
16580
16969
|
],
|
|
16581
16970
|
"events": [
|
|
@@ -16588,6 +16977,30 @@
|
|
|
16588
16977
|
}
|
|
16589
16978
|
],
|
|
16590
16979
|
"attributes": [
|
|
16980
|
+
{
|
|
16981
|
+
"name": "orientation",
|
|
16982
|
+
"type": {
|
|
16983
|
+
"text": "TabsOrientation"
|
|
16984
|
+
},
|
|
16985
|
+
"description": "The orientation",
|
|
16986
|
+
"fieldName": "orientation"
|
|
16987
|
+
},
|
|
16988
|
+
{
|
|
16989
|
+
"name": "activeid",
|
|
16990
|
+
"type": {
|
|
16991
|
+
"text": "string"
|
|
16992
|
+
},
|
|
16993
|
+
"description": "The id of the active tab",
|
|
16994
|
+
"fieldName": "activeid"
|
|
16995
|
+
},
|
|
16996
|
+
{
|
|
16997
|
+
"type": {
|
|
16998
|
+
"text": "boolean"
|
|
16999
|
+
},
|
|
17000
|
+
"default": "true",
|
|
17001
|
+
"description": "Whether or not to show the active indicator",
|
|
17002
|
+
"fieldName": "activeindicator"
|
|
17003
|
+
},
|
|
16591
17004
|
{
|
|
16592
17005
|
"name": "connotation",
|
|
16593
17006
|
"type": {
|
|
@@ -16615,7 +17028,7 @@
|
|
|
16615
17028
|
}
|
|
16616
17029
|
],
|
|
16617
17030
|
"superclass": {
|
|
16618
|
-
"name": "
|
|
17031
|
+
"name": "FoundationElement",
|
|
16619
17032
|
"package": "@microsoft/fast-foundation"
|
|
16620
17033
|
},
|
|
16621
17034
|
"vividComponent": {
|
|
@@ -18148,6 +18561,23 @@
|
|
|
18148
18561
|
"privacy": "public",
|
|
18149
18562
|
"default": "''"
|
|
18150
18563
|
},
|
|
18564
|
+
{
|
|
18565
|
+
"kind": "field",
|
|
18566
|
+
"name": "#clockChangeHandler",
|
|
18567
|
+
"privacy": "private",
|
|
18568
|
+
"type": {
|
|
18569
|
+
"text": "object"
|
|
18570
|
+
},
|
|
18571
|
+
"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}"
|
|
18572
|
+
},
|
|
18573
|
+
{
|
|
18574
|
+
"kind": "field",
|
|
18575
|
+
"name": "#clockChangeObserver",
|
|
18576
|
+
"privacy": "private",
|
|
18577
|
+
"type": {
|
|
18578
|
+
"text": "BindingObserver"
|
|
18579
|
+
}
|
|
18580
|
+
},
|
|
18151
18581
|
{
|
|
18152
18582
|
"kind": "field",
|
|
18153
18583
|
"name": "#getFocusableEls",
|
|
@@ -19935,7 +20365,7 @@
|
|
|
19935
20365
|
{
|
|
19936
20366
|
"kind": "class",
|
|
19937
20367
|
"description": "A Button Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element .",
|
|
19938
|
-
"name": "
|
|
20368
|
+
"name": "VividFoundationButton",
|
|
19939
20369
|
"cssParts": [
|
|
19940
20370
|
{
|
|
19941
20371
|
"description": "The button element",
|
|
@@ -20249,9 +20679,9 @@
|
|
|
20249
20679
|
"exports": [
|
|
20250
20680
|
{
|
|
20251
20681
|
"kind": "js",
|
|
20252
|
-
"name": "
|
|
20682
|
+
"name": "VividFoundationButton",
|
|
20253
20683
|
"declaration": {
|
|
20254
|
-
"name": "
|
|
20684
|
+
"name": "VividFoundationButton",
|
|
20255
20685
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
20256
20686
|
}
|
|
20257
20687
|
},
|
|
@@ -20822,6 +21252,23 @@
|
|
|
20822
21252
|
}
|
|
20823
21253
|
}
|
|
20824
21254
|
},
|
|
21255
|
+
{
|
|
21256
|
+
"kind": "field",
|
|
21257
|
+
"name": "#localeChangeHandler",
|
|
21258
|
+
"privacy": "private",
|
|
21259
|
+
"type": {
|
|
21260
|
+
"text": "object"
|
|
21261
|
+
},
|
|
21262
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}"
|
|
21263
|
+
},
|
|
21264
|
+
{
|
|
21265
|
+
"kind": "field",
|
|
21266
|
+
"name": "#localeChangeObserver",
|
|
21267
|
+
"privacy": "private",
|
|
21268
|
+
"type": {
|
|
21269
|
+
"text": "BindingObserver"
|
|
21270
|
+
}
|
|
21271
|
+
},
|
|
20825
21272
|
{
|
|
20826
21273
|
"kind": "field",
|
|
20827
21274
|
"name": "#dismissOnClickOutside",
|
|
@@ -20831,6 +21278,16 @@
|
|
|
20831
21278
|
"kind": "method",
|
|
20832
21279
|
"name": "#openPopupIfPossible"
|
|
20833
21280
|
},
|
|
21281
|
+
{
|
|
21282
|
+
"kind": "method",
|
|
21283
|
+
"name": "_updatePresentationValue",
|
|
21284
|
+
"privacy": "protected",
|
|
21285
|
+
"return": {
|
|
21286
|
+
"type": {
|
|
21287
|
+
"text": "void"
|
|
21288
|
+
}
|
|
21289
|
+
}
|
|
21290
|
+
},
|
|
20834
21291
|
{
|
|
20835
21292
|
"kind": "method",
|
|
20836
21293
|
"name": "_getSelectedDates",
|