@vonage/vivid 4.12.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.
Files changed (85) hide show
  1. package/custom-elements.json +851 -60
  2. package/lib/accordion/accordion.d.ts +21 -2
  3. package/lib/accordion-item/accordion-item.d.ts +6 -2
  4. package/lib/calendar/calendar.d.ts +1 -1
  5. package/lib/date-picker/date-picker.d.ts +1 -0
  6. package/lib/radio/radio.d.ts +12 -2
  7. package/lib/radio/radio.form-associated.d.ts +10 -0
  8. package/lib/radio-group/radio-group.d.ts +20 -2
  9. package/lib/tab/tab.d.ts +3 -2
  10. package/lib/tab-panel/tab-panel.d.ts +2 -2
  11. package/lib/tabs/tabs.d.ts +30 -9
  12. package/package.json +1 -1
  13. package/shared/date-picker/date-picker-base.d.ts +1 -0
  14. package/shared/definition.cjs +29 -72
  15. package/shared/definition.js +30 -73
  16. package/shared/definition16.cjs +1 -2
  17. package/shared/definition16.js +1 -2
  18. package/shared/definition17.cjs +2 -2
  19. package/shared/definition17.js +2 -2
  20. package/shared/definition18.cjs +6 -1
  21. package/shared/definition18.js +6 -1
  22. package/shared/definition19.cjs +17 -8
  23. package/shared/definition19.js +17 -8
  24. package/shared/definition2.cjs +154 -187
  25. package/shared/definition2.js +157 -190
  26. package/shared/definition20.cjs +1 -1
  27. package/shared/definition20.js +1 -1
  28. package/shared/definition29.cjs +2 -2
  29. package/shared/definition29.js +2 -2
  30. package/shared/definition35.cjs +1 -1
  31. package/shared/definition35.js +1 -1
  32. package/shared/definition40.cjs +226 -399
  33. package/shared/definition40.js +229 -402
  34. package/shared/definition42.cjs +3 -2
  35. package/shared/definition42.js +3 -2
  36. package/shared/definition43.cjs +1 -0
  37. package/shared/definition43.js +1 -0
  38. package/shared/definition44.cjs +1 -1
  39. package/shared/definition44.js +1 -1
  40. package/shared/definition47.cjs +3 -2
  41. package/shared/definition47.js +3 -2
  42. package/shared/definition49.cjs +1 -1
  43. package/shared/definition49.js +1 -1
  44. package/shared/definition5.cjs +1 -1
  45. package/shared/definition5.js +1 -1
  46. package/shared/definition50.cjs +1 -11
  47. package/shared/definition50.js +1 -11
  48. package/shared/definition51.cjs +4 -14
  49. package/shared/definition51.js +5 -15
  50. package/shared/definition52.cjs +269 -19
  51. package/shared/definition52.js +273 -23
  52. package/shared/definition57.cjs +26 -4
  53. package/shared/definition57.js +27 -5
  54. package/shared/definition61.cjs +1 -1
  55. package/shared/definition61.js +1 -1
  56. package/shared/definition62.cjs +17 -8
  57. package/shared/definition62.js +17 -8
  58. package/shared/form-associated.cjs +1 -1
  59. package/shared/form-associated.js +1 -1
  60. package/shared/icon.cjs +1 -1
  61. package/shared/icon.js +1 -1
  62. package/shared/index.cjs +1 -0
  63. package/shared/index.js +1 -1
  64. package/shared/key-codes.cjs +1 -94
  65. package/shared/key-codes.js +2 -89
  66. package/shared/key-codes2.cjs +87 -1
  67. package/shared/key-codes2.js +83 -2
  68. package/shared/listbox.cjs +6 -7
  69. package/shared/listbox.js +3 -4
  70. package/shared/numbers.cjs +0 -12
  71. package/shared/numbers.js +1 -12
  72. package/shared/presentationDate.cjs +14 -0
  73. package/shared/presentationDate.js +15 -1
  74. package/shared/radio.cjs +92 -117
  75. package/shared/radio.js +93 -118
  76. package/shared/slider.template.cjs +2 -15
  77. package/shared/slider.template.js +2 -14
  78. package/shared/strings.cjs +26 -0
  79. package/shared/strings.js +25 -1
  80. package/styles/core/all.css +1 -1
  81. package/styles/core/theme.css +1 -1
  82. package/styles/core/typography.css +1 -1
  83. package/styles/tokens/theme-dark.css +4 -4
  84. package/styles/tokens/theme-light.css +4 -4
  85. package/styles/tokens/vivid-2-compat.css +1 -1
@@ -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": "FastAccordion",
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": "FASTAccordionItem",
434
+ "name": "FoundationElement",
219
435
  "package": "@microsoft/fast-foundation"
220
436
  },
221
437
  "vividComponent": {
@@ -3838,6 +4054,10 @@
3838
4054
  }
3839
4055
  ],
3840
4056
  "slots": [
4057
+ {
4058
+ "description": "The default slot allows you to use rich content as the checkbox's label.",
4059
+ "name": ""
4060
+ },
3841
4061
  {
3842
4062
  "description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
3843
4063
  "name": "helper-text"
@@ -4956,6 +5176,20 @@
4956
5176
  }
4957
5177
  ],
4958
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
+ },
4959
5193
  {
4960
5194
  "kind": "method",
4961
5195
  "name": "#updateValueDueToUserInteraction",
@@ -5136,6 +5370,31 @@
5136
5370
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
5137
5371
  }
5138
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
+ },
5139
5398
  {
5140
5399
  "kind": "field",
5141
5400
  "name": "#dismissOnClickOutside",
@@ -5597,6 +5856,31 @@
5597
5856
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
5598
5857
  }
5599
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
+ },
5600
5884
  {
5601
5885
  "kind": "field",
5602
5886
  "name": "#dismissOnClickOutside",
@@ -5614,6 +5898,20 @@
5614
5898
  "module": "libs/components/src/shared/date-picker/date-picker-base.ts"
5615
5899
  }
5616
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
+ },
5617
5915
  {
5618
5916
  "kind": "method",
5619
5917
  "name": "_getSelectedDates",
@@ -11918,21 +12216,58 @@
11918
12216
  },
11919
12217
  {
11920
12218
  "kind": "javascript-module",
11921
- "path": "libs/components/src/lib/radio/radio.ts",
12219
+ "path": "libs/components/src/lib/radio/radio.form-associated.ts",
11922
12220
  "declarations": [
11923
12221
  {
11924
12222
  "kind": "class",
11925
12223
  "description": "",
11926
- "name": "Radio",
11927
- "cssProperties": [
11928
- {
11929
- "name": "--vvd-radio-cta-primary",
11930
- "default": "var(--vvd-color-cta-500)"
11931
- },
12224
+ "name": "FormAssociatedRadio",
12225
+ "members": [
11932
12226
  {
11933
- "name": "--vvd-radio-cta-primary-text",
11934
- "default": "var(--vvd-color-canvas)"
11935
- },
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
+ },
12254
+ {
12255
+ "kind": "javascript-module",
12256
+ "path": "libs/components/src/lib/radio/radio.ts",
12257
+ "declarations": [
12258
+ {
12259
+ "kind": "class",
12260
+ "description": "",
12261
+ "name": "Radio",
12262
+ "cssProperties": [
12263
+ {
12264
+ "name": "--vvd-radio-cta-primary",
12265
+ "default": "var(--vvd-color-cta-500)"
12266
+ },
12267
+ {
12268
+ "name": "--vvd-radio-cta-primary-text",
12269
+ "default": "var(--vvd-color-canvas)"
12270
+ },
11936
12271
  {
11937
12272
  "name": "--vvd-radio-cta-primary-increment",
11938
12273
  "default": "var(--vvd-color-cta-600)"
@@ -12000,6 +12335,41 @@
12000
12335
  },
12001
12336
  "description": "The connotation the radioButton should have.",
12002
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
+ }
12003
12373
  }
12004
12374
  ],
12005
12375
  "events": [
@@ -12035,11 +12405,19 @@
12035
12405
  },
12036
12406
  "description": "The connotation the radioButton should have.",
12037
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"
12038
12416
  }
12039
12417
  ],
12040
12418
  "superclass": {
12041
- "name": "FastRadio",
12042
- "package": "@microsoft/fast-foundation"
12419
+ "name": "FormAssociatedRadio",
12420
+ "module": "/libs/components/src/lib/radio/radio.form-associated"
12043
12421
  },
12044
12422
  "vividComponent": {
12045
12423
  "public": true,
@@ -12121,6 +12499,140 @@
12121
12499
  },
12122
12500
  "description": "Indicates the group's label.",
12123
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"
12124
12636
  }
12125
12637
  ],
12126
12638
  "events": [
@@ -12140,10 +12652,50 @@
12140
12652
  },
12141
12653
  "description": "Indicates the group's label.",
12142
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"
12143
12695
  }
12144
12696
  ],
12145
12697
  "superclass": {
12146
- "name": "FastRadioGroup",
12698
+ "name": "FoundationElement",
12147
12699
  "package": "@microsoft/fast-foundation"
12148
12700
  },
12149
12701
  "vividComponent": {
@@ -15796,6 +16348,15 @@
15796
16348
  }
15797
16349
  ],
15798
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
+ },
15799
16360
  {
15800
16361
  "kind": "field",
15801
16362
  "name": "connotation",
@@ -15875,6 +16436,13 @@
15875
16436
  }
15876
16437
  ],
15877
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
+ },
15878
16446
  {
15879
16447
  "name": "connotation",
15880
16448
  "type": {
@@ -15924,7 +16492,7 @@
15924
16492
  }
15925
16493
  ],
15926
16494
  "superclass": {
15927
- "name": "FoundationTab",
16495
+ "name": "FoundationElement",
15928
16496
  "package": "@microsoft/fast-foundation"
15929
16497
  },
15930
16498
  "vividComponent": {
@@ -15999,7 +16567,7 @@
15999
16567
  }
16000
16568
  ],
16001
16569
  "superclass": {
16002
- "name": "FoundationTabPanel",
16570
+ "name": "FoundationElement",
16003
16571
  "package": "@microsoft/fast-foundation"
16004
16572
  },
16005
16573
  "vividComponent": {
@@ -16094,55 +16662,170 @@
16094
16662
  "members": [
16095
16663
  {
16096
16664
  "kind": "field",
16097
- "name": "tablist",
16665
+ "name": "orientation",
16098
16666
  "type": {
16099
- "text": "HTMLElement | undefined"
16100
- }
16667
+ "text": "TabsOrientation"
16668
+ },
16669
+ "description": "The orientation",
16670
+ "privacy": "public"
16101
16671
  },
16102
16672
  {
16103
16673
  "kind": "field",
16104
- "name": "connotation",
16674
+ "name": "activeid",
16105
16675
  "type": {
16106
- "text": "TabsConnotation | undefined"
16676
+ "text": "string"
16107
16677
  },
16108
- "description": "The connotation the tabs should have.",
16678
+ "description": "The id of the active tab",
16109
16679
  "privacy": "public"
16110
16680
  },
16111
16681
  {
16112
16682
  "kind": "field",
16113
- "name": "gutters",
16683
+ "name": "activeindicator",
16114
16684
  "type": {
16115
- "text": "Gutters | undefined"
16685
+ "text": "boolean"
16116
16686
  },
16117
- "description": "sets the initial preferred margin from predefined available options",
16687
+ "default": "true",
16688
+ "description": "Whether or not to show the active indicator",
16118
16689
  "privacy": "public"
16119
16690
  },
16120
16691
  {
16121
16692
  "kind": "field",
16122
- "name": "scrollablePanel",
16693
+ "name": "activetab",
16123
16694
  "type": {
16124
- "text": "boolean"
16695
+ "text": "HTMLElement"
16125
16696
  },
16126
- "default": "false",
16127
- "description": "sets overflow to the tab-panel",
16697
+ "description": "A reference to the active tab",
16128
16698
  "privacy": "public"
16129
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
+ },
16756
+ {
16757
+ "kind": "method",
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"
16775
+ },
16130
16776
  {
16131
16777
  "kind": "method",
16132
- "name": "connotationChanged"
16778
+ "name": "getTabIds",
16779
+ "privacy": "private",
16780
+ "return": {
16781
+ "type": {
16782
+ "text": "Array<string>"
16783
+ }
16784
+ }
16133
16785
  },
16134
16786
  {
16135
16787
  "kind": "method",
16136
- "name": "orientationChanged",
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",
16137
16800
  "return": {
16138
16801
  "type": {
16139
16802
  "text": "void"
16140
16803
  }
16141
16804
  }
16142
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
+ },
16143
16826
  {
16144
16827
  "kind": "method",
16145
- "name": "activeidChanged",
16828
+ "name": "adjust",
16146
16829
  "return": {
16147
16830
  "type": {
16148
16831
  "text": "void"
@@ -16150,22 +16833,46 @@
16150
16833
  },
16151
16834
  "parameters": [
16152
16835
  {
16153
- "name": "oldValue",
16836
+ "name": "adjustment",
16154
16837
  "type": {
16155
- "text": "string"
16838
+ "text": "number"
16156
16839
  }
16157
- },
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": [
16158
16859
  {
16159
- "name": "newValue",
16860
+ "name": "direction",
16160
16861
  "type": {
16161
- "text": "string"
16862
+ "text": "1 | -1"
16162
16863
  }
16163
16864
  }
16164
16865
  ]
16165
16866
  },
16867
+ {
16868
+ "kind": "field",
16869
+ "name": "moveToTabByIndex",
16870
+ "privacy": "private"
16871
+ },
16166
16872
  {
16167
16873
  "kind": "method",
16168
- "name": "tabsChanged",
16874
+ "name": "focusTab",
16875
+ "privacy": "private",
16169
16876
  "return": {
16170
16877
  "type": {
16171
16878
  "text": "void"
@@ -16173,21 +16880,43 @@
16173
16880
  }
16174
16881
  },
16175
16882
  {
16176
- "kind": "method",
16177
- "name": "#updateScrollStatus"
16883
+ "kind": "field",
16884
+ "name": "tablist",
16885
+ "type": {
16886
+ "text": "HTMLElement | undefined"
16887
+ }
16178
16888
  },
16179
16889
  {
16180
- "kind": "method",
16181
- "name": "tabpanelsChanged",
16182
- "return": {
16183
- "type": {
16184
- "text": "void"
16185
- }
16186
- }
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"
16187
16916
  },
16188
16917
  {
16189
16918
  "kind": "method",
16190
- "name": "patchIndicatorStyleTransition"
16919
+ "name": "#updateScrollStatus"
16191
16920
  },
16192
16921
  {
16193
16922
  "kind": "field",
@@ -16229,19 +16958,13 @@
16229
16958
  },
16230
16959
  {
16231
16960
  "kind": "method",
16232
- "name": "#handleActiveIndicatorPosition"
16961
+ "name": "handleActiveIndicatorPosition",
16962
+ "privacy": "private"
16233
16963
  },
16234
16964
  {
16235
16965
  "kind": "method",
16236
- "name": "#animateActiveIndicator"
16237
- },
16238
- {
16239
- "kind": "field",
16240
- "name": "handleActiveIndicatorPosition"
16241
- },
16242
- {
16243
- "kind": "field",
16244
- "name": "animateActiveIndicator"
16966
+ "name": "animateActiveIndicator",
16967
+ "privacy": "private"
16245
16968
  }
16246
16969
  ],
16247
16970
  "events": [
@@ -16254,6 +16977,30 @@
16254
16977
  }
16255
16978
  ],
16256
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
+ },
16257
17004
  {
16258
17005
  "name": "connotation",
16259
17006
  "type": {
@@ -16281,7 +17028,7 @@
16281
17028
  }
16282
17029
  ],
16283
17030
  "superclass": {
16284
- "name": "FoundationTabs",
17031
+ "name": "FoundationElement",
16285
17032
  "package": "@microsoft/fast-foundation"
16286
17033
  },
16287
17034
  "vividComponent": {
@@ -17814,6 +18561,23 @@
17814
18561
  "privacy": "public",
17815
18562
  "default": "''"
17816
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
+ },
17817
18581
  {
17818
18582
  "kind": "field",
17819
18583
  "name": "#getFocusableEls",
@@ -20488,6 +21252,23 @@
20488
21252
  }
20489
21253
  }
20490
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
+ },
20491
21272
  {
20492
21273
  "kind": "field",
20493
21274
  "name": "#dismissOnClickOutside",
@@ -20497,6 +21278,16 @@
20497
21278
  "kind": "method",
20498
21279
  "name": "#openPopupIfPossible"
20499
21280
  },
21281
+ {
21282
+ "kind": "method",
21283
+ "name": "_updatePresentationValue",
21284
+ "privacy": "protected",
21285
+ "return": {
21286
+ "type": {
21287
+ "text": "void"
21288
+ }
21289
+ }
21290
+ },
20500
21291
  {
20501
21292
  "kind": "method",
20502
21293
  "name": "_getSelectedDates",