@vonage/vivid 3.5.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -14
- package/banner/index.js +2 -0
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.js +2 -0
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +2 -2
- package/checkbox/index.js +1 -1
- package/combobox/index.js +6 -4
- package/custom-elements.json +302 -0
- package/data-grid/index.js +1 -1
- package/dialog/index.js +4 -2
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/fab/index.js +1 -1
- package/header/index.js +2 -2
- package/index.js +26 -26
- package/layout/index.js +1 -1
- package/lib/accordion-item/accordion-item.d.ts +3 -0
- package/lib/action-group/action-group.d.ts +2 -0
- package/lib/button/button.d.ts +1 -0
- package/lib/button/button.template.d.ts +1 -1
- package/lib/select/select.d.ts +2 -3
- package/listbox/index.js +2 -2
- package/menu/index.js +6 -4
- package/menu-item/index.js +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.js +1 -1
- package/number-field/index.js +4 -2
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/popup/index.js +4 -2
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/select/index.js +5 -3
- package/shared/definition.js +1 -1
- package/shared/definition10.js +69 -91
- package/shared/definition11.js +91 -40
- package/shared/definition12.js +31 -755
- package/shared/definition13.js +754 -93
- package/shared/definition14.js +100 -103
- package/shared/definition15.js +106 -24
- package/shared/definition16.js +24 -164
- package/shared/definition17.js +108 -663
- package/shared/definition18.js +667 -1533
- package/shared/definition19.js +1545 -223
- package/shared/definition2.js +8 -7
- package/shared/definition20.js +183 -964
- package/shared/definition21.js +1037 -222
- package/shared/definition22.js +226 -67
- package/shared/definition23.js +68 -77
- package/shared/definition24.js +76 -47
- package/shared/definition25.js +46 -32
- package/shared/definition26.js +35 -49
- package/shared/definition27.js +48 -344
- package/shared/definition28.js +273 -282
- package/shared/definition29.js +356 -14
- package/shared/definition30.js +13 -67
- package/shared/definition31.js +65 -21
- package/shared/definition32.js +21 -39
- package/shared/definition33.js +31 -432
- package/shared/definition34.js +432 -76
- package/shared/definition35.js +76 -59
- package/shared/definition36.js +3 -3
- package/shared/definition37.js +1 -1
- package/shared/definition38.js +7 -6
- package/shared/definition39.js +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition44.js +1 -1
- package/shared/definition45.js +1 -1
- package/shared/definition47.js +2 -2
- package/shared/definition48.js +1 -1
- package/shared/definition5.js +10 -3
- package/shared/definition6.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.js +1 -1
- package/shared/definition9.js +14 -4
- package/shared/form-elements.js +1 -1
- package/shared/icon.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/patterns/form-elements/form-elements.d.ts +2 -2
- package/shared/text-field.js +1 -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/tooltip/index.js +4 -2
package/custom-elements.json
CHANGED
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
"kind": "class",
|
|
11
11
|
"description": "Base class for accordion",
|
|
12
12
|
"name": "Accordion",
|
|
13
|
+
"slots": [
|
|
14
|
+
{
|
|
15
|
+
"description": "Default slot.",
|
|
16
|
+
"name": ""
|
|
17
|
+
}
|
|
18
|
+
],
|
|
13
19
|
"members": [
|
|
14
20
|
{
|
|
15
21
|
"kind": "field",
|
|
@@ -90,6 +96,12 @@
|
|
|
90
96
|
"kind": "class",
|
|
91
97
|
"description": "",
|
|
92
98
|
"name": "AccordionItem",
|
|
99
|
+
"slots": [
|
|
100
|
+
{
|
|
101
|
+
"description": "Default slot.",
|
|
102
|
+
"name": ""
|
|
103
|
+
}
|
|
104
|
+
],
|
|
93
105
|
"members": [
|
|
94
106
|
{
|
|
95
107
|
"kind": "field",
|
|
@@ -118,6 +130,15 @@
|
|
|
118
130
|
},
|
|
119
131
|
"privacy": "public",
|
|
120
132
|
"description": ""
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"kind": "field",
|
|
136
|
+
"name": "size",
|
|
137
|
+
"type": {
|
|
138
|
+
"text": "AccordionItemSize | undefined"
|
|
139
|
+
},
|
|
140
|
+
"description": "The size the accordion-item should have.",
|
|
141
|
+
"privacy": "public"
|
|
121
142
|
}
|
|
122
143
|
],
|
|
123
144
|
"attributes": [
|
|
@@ -143,6 +164,14 @@
|
|
|
143
164
|
"text": "string | undefined"
|
|
144
165
|
},
|
|
145
166
|
"fieldName": "meta"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "size",
|
|
170
|
+
"type": {
|
|
171
|
+
"text": "AccordionItemSize | undefined"
|
|
172
|
+
},
|
|
173
|
+
"description": "The size the accordion-item should have.",
|
|
174
|
+
"fieldName": "size"
|
|
146
175
|
}
|
|
147
176
|
],
|
|
148
177
|
"superclass": {
|
|
@@ -197,6 +226,12 @@
|
|
|
197
226
|
"kind": "class",
|
|
198
227
|
"description": "Base class for action-group",
|
|
199
228
|
"name": "ActionGroup",
|
|
229
|
+
"slots": [
|
|
230
|
+
{
|
|
231
|
+
"description": "Default slot.",
|
|
232
|
+
"name": ""
|
|
233
|
+
}
|
|
234
|
+
],
|
|
200
235
|
"members": [
|
|
201
236
|
{
|
|
202
237
|
"kind": "field",
|
|
@@ -225,6 +260,21 @@
|
|
|
225
260
|
"default": "false",
|
|
226
261
|
"description": "Indicates whether action group should have padding.",
|
|
227
262
|
"privacy": "public"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"kind": "field",
|
|
266
|
+
"name": "role",
|
|
267
|
+
"type": {
|
|
268
|
+
"text": "string | undefined"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "field",
|
|
273
|
+
"name": "ariaLabel",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "string | null"
|
|
276
|
+
},
|
|
277
|
+
"default": "null"
|
|
228
278
|
}
|
|
229
279
|
],
|
|
230
280
|
"attributes": [
|
|
@@ -251,6 +301,21 @@
|
|
|
251
301
|
"default": "false",
|
|
252
302
|
"description": "Indicates whether action group should have padding.",
|
|
253
303
|
"fieldName": "tight"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "role",
|
|
307
|
+
"type": {
|
|
308
|
+
"text": "string | undefined"
|
|
309
|
+
},
|
|
310
|
+
"fieldName": "role"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "aria-label",
|
|
314
|
+
"type": {
|
|
315
|
+
"text": "string | null"
|
|
316
|
+
},
|
|
317
|
+
"default": "null",
|
|
318
|
+
"fieldName": "ariaLabel"
|
|
254
319
|
}
|
|
255
320
|
],
|
|
256
321
|
"superclass": {
|
|
@@ -321,6 +386,12 @@
|
|
|
321
386
|
"kind": "class",
|
|
322
387
|
"description": "",
|
|
323
388
|
"name": "Avatar",
|
|
389
|
+
"slots": [
|
|
390
|
+
{
|
|
391
|
+
"description": "Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).",
|
|
392
|
+
"name": "graphic"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
324
395
|
"members": [
|
|
325
396
|
{
|
|
326
397
|
"kind": "field",
|
|
@@ -672,6 +743,12 @@
|
|
|
672
743
|
"kind": "class",
|
|
673
744
|
"description": "Base class for banner",
|
|
674
745
|
"name": "Banner",
|
|
746
|
+
"slots": [
|
|
747
|
+
{
|
|
748
|
+
"description": "Add action items to banner using this slot.",
|
|
749
|
+
"name": "action-items"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
675
752
|
"members": [
|
|
676
753
|
{
|
|
677
754
|
"kind": "field",
|
|
@@ -859,6 +936,12 @@
|
|
|
859
936
|
"kind": "class",
|
|
860
937
|
"description": "Base class for breadcrumb",
|
|
861
938
|
"name": "Breadcrumb",
|
|
939
|
+
"slots": [
|
|
940
|
+
{
|
|
941
|
+
"description": "Default slot.",
|
|
942
|
+
"name": ""
|
|
943
|
+
}
|
|
944
|
+
],
|
|
862
945
|
"superclass": {
|
|
863
946
|
"name": "FoundationElement",
|
|
864
947
|
"package": "@microsoft/fast-foundation"
|
|
@@ -1028,6 +1111,16 @@
|
|
|
1028
1111
|
"description": "Indicates the icon is stacked.",
|
|
1029
1112
|
"privacy": "public"
|
|
1030
1113
|
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "field",
|
|
1116
|
+
"name": "pending",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "boolean"
|
|
1119
|
+
},
|
|
1120
|
+
"default": "false",
|
|
1121
|
+
"description": "Displays the button in pending state.",
|
|
1122
|
+
"privacy": "public"
|
|
1123
|
+
},
|
|
1031
1124
|
{
|
|
1032
1125
|
"kind": "field",
|
|
1033
1126
|
"name": "label",
|
|
@@ -1080,6 +1173,15 @@
|
|
|
1080
1173
|
"description": "Indicates the icon is stacked.",
|
|
1081
1174
|
"fieldName": "stacked"
|
|
1082
1175
|
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "pending",
|
|
1178
|
+
"type": {
|
|
1179
|
+
"text": "boolean"
|
|
1180
|
+
},
|
|
1181
|
+
"default": "false",
|
|
1182
|
+
"description": "Displays the button in pending state.",
|
|
1183
|
+
"fieldName": "pending"
|
|
1184
|
+
},
|
|
1083
1185
|
{
|
|
1084
1186
|
"name": "label",
|
|
1085
1187
|
"type": {
|
|
@@ -1173,6 +1275,40 @@
|
|
|
1173
1275
|
"kind": "class",
|
|
1174
1276
|
"description": "Base class for calendar",
|
|
1175
1277
|
"name": "Calendar",
|
|
1278
|
+
"slots": [
|
|
1279
|
+
{
|
|
1280
|
+
"description": "Default slot.",
|
|
1281
|
+
"name": ""
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1285
|
+
"name": "day-0"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1289
|
+
"name": "day-1"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1293
|
+
"name": "day-2"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1297
|
+
"name": "day-3"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1301
|
+
"name": "day-4"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1305
|
+
"name": "day-5"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"description": "Assign elements to corresponding day column using this slot.",
|
|
1309
|
+
"name": "day-6"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1176
1312
|
"members": [
|
|
1177
1313
|
{
|
|
1178
1314
|
"kind": "field",
|
|
@@ -1575,6 +1711,28 @@
|
|
|
1575
1711
|
"kind": "class",
|
|
1576
1712
|
"description": "Base class for card",
|
|
1577
1713
|
"name": "Card",
|
|
1714
|
+
"slots": [
|
|
1715
|
+
{
|
|
1716
|
+
"description": "The graphic slot overrides the icon property.",
|
|
1717
|
+
"name": "graphic"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"description": "The media slot is mainly for images or video content above the card header.",
|
|
1721
|
+
"name": "media"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"description": "The meta slot is for action content in the card header.",
|
|
1725
|
+
"name": "meta"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"description": "The footer slot is for content in the card footer.",
|
|
1729
|
+
"name": "footer"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"description": "Assign nodes to main slot to fully override a card's predefined flow and style with your own.",
|
|
1733
|
+
"name": "main"
|
|
1734
|
+
}
|
|
1735
|
+
],
|
|
1578
1736
|
"members": [
|
|
1579
1737
|
{
|
|
1580
1738
|
"kind": "field",
|
|
@@ -1819,6 +1977,12 @@
|
|
|
1819
1977
|
"kind": "class",
|
|
1820
1978
|
"description": "Base class for combobox",
|
|
1821
1979
|
"name": "Combobox",
|
|
1980
|
+
"slots": [
|
|
1981
|
+
{
|
|
1982
|
+
"description": "Default slot.",
|
|
1983
|
+
"name": ""
|
|
1984
|
+
}
|
|
1985
|
+
],
|
|
1822
1986
|
"members": [
|
|
1823
1987
|
{
|
|
1824
1988
|
"kind": "field",
|
|
@@ -2111,6 +2275,12 @@
|
|
|
2111
2275
|
"kind": "class",
|
|
2112
2276
|
"description": "Base class for data-grid",
|
|
2113
2277
|
"name": "DataGrid",
|
|
2278
|
+
"slots": [
|
|
2279
|
+
{
|
|
2280
|
+
"description": "Default slot.",
|
|
2281
|
+
"name": ""
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2114
2284
|
"members": [
|
|
2115
2285
|
{
|
|
2116
2286
|
"kind": "field",
|
|
@@ -2276,6 +2446,24 @@
|
|
|
2276
2446
|
"kind": "class",
|
|
2277
2447
|
"description": "Base class for dialog",
|
|
2278
2448
|
"name": "Dialog",
|
|
2449
|
+
"slots": [
|
|
2450
|
+
{
|
|
2451
|
+
"description": "Use the graphic slot in order to replace the icon.",
|
|
2452
|
+
"name": "graphic"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"description": "Use the body slot in order to add custom HTML to the dialog.",
|
|
2456
|
+
"name": "body"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"description": "Use the footer slot in order to add action buttons to the bottom of the dialog.",
|
|
2460
|
+
"name": "footer"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"description": "Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.",
|
|
2464
|
+
"name": "main"
|
|
2465
|
+
}
|
|
2466
|
+
],
|
|
2279
2467
|
"members": [
|
|
2280
2468
|
{
|
|
2281
2469
|
"kind": "field",
|
|
@@ -2616,6 +2804,12 @@
|
|
|
2616
2804
|
"kind": "class",
|
|
2617
2805
|
"description": "Base class for elevation",
|
|
2618
2806
|
"name": "Elevation",
|
|
2807
|
+
"slots": [
|
|
2808
|
+
{
|
|
2809
|
+
"description": "Default slot.",
|
|
2810
|
+
"name": ""
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2619
2813
|
"members": [
|
|
2620
2814
|
{
|
|
2621
2815
|
"kind": "field",
|
|
@@ -2920,6 +3114,20 @@
|
|
|
2920
3114
|
"kind": "class",
|
|
2921
3115
|
"description": "Base class for header",
|
|
2922
3116
|
"name": "Header",
|
|
3117
|
+
"slots": [
|
|
3118
|
+
{
|
|
3119
|
+
"description": "Default slot.",
|
|
3120
|
+
"name": ""
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"description": "Nodes assigned to action-items slot will be set at the end of the header.",
|
|
3124
|
+
"name": "action-items"
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"description": "Content vertically aligned with header.",
|
|
3128
|
+
"name": "app-content"
|
|
3129
|
+
}
|
|
3130
|
+
],
|
|
2923
3131
|
"members": [
|
|
2924
3132
|
{
|
|
2925
3133
|
"kind": "field",
|
|
@@ -3054,6 +3262,12 @@
|
|
|
3054
3262
|
"kind": "class",
|
|
3055
3263
|
"description": "",
|
|
3056
3264
|
"name": "Icon",
|
|
3265
|
+
"slots": [
|
|
3266
|
+
{
|
|
3267
|
+
"description": "Default slot.",
|
|
3268
|
+
"name": ""
|
|
3269
|
+
}
|
|
3270
|
+
],
|
|
3057
3271
|
"members": [
|
|
3058
3272
|
{
|
|
3059
3273
|
"kind": "field",
|
|
@@ -3211,6 +3425,12 @@
|
|
|
3211
3425
|
"cssProperties": [
|
|
3212
3426
|
{}
|
|
3213
3427
|
],
|
|
3428
|
+
"slots": [
|
|
3429
|
+
{
|
|
3430
|
+
"description": "Default slot.",
|
|
3431
|
+
"name": ""
|
|
3432
|
+
}
|
|
3433
|
+
],
|
|
3214
3434
|
"members": [
|
|
3215
3435
|
{
|
|
3216
3436
|
"kind": "field",
|
|
@@ -3356,6 +3576,12 @@
|
|
|
3356
3576
|
"kind": "class",
|
|
3357
3577
|
"description": "Base class for listbox",
|
|
3358
3578
|
"name": "Listbox",
|
|
3579
|
+
"slots": [
|
|
3580
|
+
{
|
|
3581
|
+
"description": "Default slot.",
|
|
3582
|
+
"name": ""
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3359
3585
|
"members": [
|
|
3360
3586
|
{
|
|
3361
3587
|
"kind": "field",
|
|
@@ -3450,6 +3676,12 @@
|
|
|
3450
3676
|
"kind": "class",
|
|
3451
3677
|
"description": "Base class for menu",
|
|
3452
3678
|
"name": "Menu",
|
|
3679
|
+
"slots": [
|
|
3680
|
+
{
|
|
3681
|
+
"description": "Default slot.",
|
|
3682
|
+
"name": ""
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3453
3685
|
"members": [
|
|
3454
3686
|
{
|
|
3455
3687
|
"kind": "field",
|
|
@@ -3703,6 +3935,12 @@
|
|
|
3703
3935
|
"kind": "class",
|
|
3704
3936
|
"description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
|
|
3705
3937
|
"name": "Nav",
|
|
3938
|
+
"slots": [
|
|
3939
|
+
{
|
|
3940
|
+
"description": "Default slot.",
|
|
3941
|
+
"name": ""
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3706
3944
|
"superclass": {
|
|
3707
3945
|
"name": "FoundationElement",
|
|
3708
3946
|
"package": "@microsoft/fast-foundation"
|
|
@@ -3768,6 +4006,12 @@
|
|
|
3768
4006
|
"kind": "class",
|
|
3769
4007
|
"description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
|
|
3770
4008
|
"name": "NavDisclosure",
|
|
4009
|
+
"slots": [
|
|
4010
|
+
{
|
|
4011
|
+
"description": "Default slot.",
|
|
4012
|
+
"name": ""
|
|
4013
|
+
}
|
|
4014
|
+
],
|
|
3771
4015
|
"members": [
|
|
3772
4016
|
{
|
|
3773
4017
|
"kind": "field",
|
|
@@ -3985,6 +4229,12 @@
|
|
|
3985
4229
|
"kind": "class",
|
|
3986
4230
|
"description": "Base class for note",
|
|
3987
4231
|
"name": "Note",
|
|
4232
|
+
"slots": [
|
|
4233
|
+
{
|
|
4234
|
+
"description": "Any slotted content will appear below the headline.",
|
|
4235
|
+
"name": ""
|
|
4236
|
+
}
|
|
4237
|
+
],
|
|
3988
4238
|
"members": [
|
|
3989
4239
|
{
|
|
3990
4240
|
"kind": "field",
|
|
@@ -4354,6 +4604,12 @@
|
|
|
4354
4604
|
"kind": "class",
|
|
4355
4605
|
"description": "Base class for popup",
|
|
4356
4606
|
"name": "Popup",
|
|
4607
|
+
"slots": [
|
|
4608
|
+
{
|
|
4609
|
+
"description": "Default slot.",
|
|
4610
|
+
"name": ""
|
|
4611
|
+
}
|
|
4612
|
+
],
|
|
4357
4613
|
"members": [
|
|
4358
4614
|
{
|
|
4359
4615
|
"kind": "field",
|
|
@@ -5023,6 +5279,12 @@
|
|
|
5023
5279
|
"kind": "class",
|
|
5024
5280
|
"description": "Base class for radio-group",
|
|
5025
5281
|
"name": "RadioGroup",
|
|
5282
|
+
"slots": [
|
|
5283
|
+
{
|
|
5284
|
+
"description": "Default slot.",
|
|
5285
|
+
"name": ""
|
|
5286
|
+
}
|
|
5287
|
+
],
|
|
5026
5288
|
"members": [
|
|
5027
5289
|
{
|
|
5028
5290
|
"kind": "field",
|
|
@@ -5125,6 +5387,12 @@
|
|
|
5125
5387
|
"kind": "class",
|
|
5126
5388
|
"description": "Base class for select",
|
|
5127
5389
|
"name": "Select",
|
|
5390
|
+
"slots": [
|
|
5391
|
+
{
|
|
5392
|
+
"description": "Default slot.",
|
|
5393
|
+
"name": ""
|
|
5394
|
+
}
|
|
5395
|
+
],
|
|
5128
5396
|
"members": [
|
|
5129
5397
|
{
|
|
5130
5398
|
"kind": "field",
|
|
@@ -5244,6 +5512,16 @@
|
|
|
5244
5512
|
"kind": "class",
|
|
5245
5513
|
"description": "Base class for side-drawer",
|
|
5246
5514
|
"name": "SideDrawer",
|
|
5515
|
+
"slots": [
|
|
5516
|
+
{
|
|
5517
|
+
"description": "Sets assigned nodes to the side drawer itself.",
|
|
5518
|
+
"name": ""
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"description": "Sets assigned nodes to the main application content, the side drawer is opened next to.",
|
|
5522
|
+
"name": "app-content"
|
|
5523
|
+
}
|
|
5524
|
+
],
|
|
5247
5525
|
"members": [
|
|
5248
5526
|
{
|
|
5249
5527
|
"kind": "field",
|
|
@@ -5715,6 +5993,12 @@
|
|
|
5715
5993
|
"kind": "class",
|
|
5716
5994
|
"description": "Base class for tab-panel",
|
|
5717
5995
|
"name": "TabPanel",
|
|
5996
|
+
"slots": [
|
|
5997
|
+
{
|
|
5998
|
+
"description": "Default slot.",
|
|
5999
|
+
"name": ""
|
|
6000
|
+
}
|
|
6001
|
+
],
|
|
5718
6002
|
"superclass": {
|
|
5719
6003
|
"name": "FoundationTabPanel",
|
|
5720
6004
|
"package": "@microsoft/fast-foundation"
|
|
@@ -5788,6 +6072,12 @@
|
|
|
5788
6072
|
"kind": "class",
|
|
5789
6073
|
"description": "Base class for tabs",
|
|
5790
6074
|
"name": "Tabs",
|
|
6075
|
+
"slots": [
|
|
6076
|
+
{
|
|
6077
|
+
"description": "Default slot.",
|
|
6078
|
+
"name": ""
|
|
6079
|
+
}
|
|
6080
|
+
],
|
|
5791
6081
|
"members": [
|
|
5792
6082
|
{
|
|
5793
6083
|
"kind": "field",
|
|
@@ -6689,6 +6979,12 @@
|
|
|
6689
6979
|
"kind": "class",
|
|
6690
6980
|
"description": "Base class for tree-item",
|
|
6691
6981
|
"name": "TreeItem",
|
|
6982
|
+
"slots": [
|
|
6983
|
+
{
|
|
6984
|
+
"description": "To specify a child tree item.",
|
|
6985
|
+
"name": "item"
|
|
6986
|
+
}
|
|
6987
|
+
],
|
|
6692
6988
|
"members": [
|
|
6693
6989
|
{
|
|
6694
6990
|
"kind": "field",
|
|
@@ -6774,6 +7070,12 @@
|
|
|
6774
7070
|
"kind": "class",
|
|
6775
7071
|
"description": "Base class for Tree View",
|
|
6776
7072
|
"name": "TreeView",
|
|
7073
|
+
"slots": [
|
|
7074
|
+
{
|
|
7075
|
+
"description": "Default slot.",
|
|
7076
|
+
"name": ""
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
6777
7079
|
"superclass": {
|
|
6778
7080
|
"name": "FastTreeView",
|
|
6779
7081
|
"package": "@microsoft/fast-foundation"
|
package/data-grid/index.js
CHANGED
package/dialog/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerDialog } from '../shared/
|
|
1
|
+
import { r as registerDialog } from '../shared/definition22.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
@@ -10,6 +10,8 @@ import '../shared/when.js';
|
|
|
10
10
|
import '../shared/definition9.js';
|
|
11
11
|
import '../shared/definition4.js';
|
|
12
12
|
import '../shared/focus.js';
|
|
13
|
+
import '../shared/definition10.js';
|
|
14
|
+
import '../shared/base-progress.js';
|
|
13
15
|
import '../shared/affix.js';
|
|
14
16
|
import '../shared/button.js';
|
|
15
17
|
import '../shared/apply-mixins.js';
|
|
@@ -19,7 +21,7 @@ import '../shared/aria-global.js';
|
|
|
19
21
|
import '../shared/start-end.js';
|
|
20
22
|
import '../shared/ref.js';
|
|
21
23
|
import '../shared/focus2.js';
|
|
22
|
-
import '../shared/
|
|
24
|
+
import '../shared/definition16.js';
|
|
23
25
|
import '../shared/slotted.js';
|
|
24
26
|
|
|
25
27
|
registerDialog();
|
package/divider/index.js
CHANGED
package/elevation/index.js
CHANGED
package/fab/index.js
CHANGED
package/header/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerHeader } from '../shared/
|
|
1
|
+
import { r as registerHeader } from '../shared/definition25.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition16.js';
|
|
4
4
|
import '../shared/class-names.js';
|
|
5
5
|
|
|
6
6
|
registerHeader();
|
package/index.js
CHANGED
|
@@ -4,34 +4,34 @@ export { a as actionGroupDefinition, b as actionGroupRegistries, r as registerAc
|
|
|
4
4
|
export { a as avatarDefinition, b as avatarRegistries, r as registerAvatar } from './shared/definition6.js';
|
|
5
5
|
export { b as badgeDefinition, r as registerBadge } from './shared/definition7.js';
|
|
6
6
|
export { b as bannerDefinition, a as bannerRegistries, r as registerBanner } from './shared/definition8.js';
|
|
7
|
-
export { b as breadcrumbDefinition, a as breadcrumbRegistries, r as registerBreadcrumb } from './shared/
|
|
8
|
-
export { b as breadcrumbItemDefinition, a as breadcrumbItemRegistries, r as registerBreadcrumbItem } from './shared/
|
|
7
|
+
export { b as breadcrumbDefinition, a as breadcrumbRegistries, r as registerBreadcrumb } from './shared/definition11.js';
|
|
8
|
+
export { b as breadcrumbItemDefinition, a as breadcrumbItemRegistries, r as registerBreadcrumbItem } from './shared/definition12.js';
|
|
9
9
|
export { a as buttonDefinition, b as buttonRegistries, r as registerButton } from './shared/definition9.js';
|
|
10
|
-
export { c as calendarDefinition, a as calendarRegistries, r as registerCalendar } from './shared/
|
|
11
|
-
export { c as calendarEventDefinition, a as calendarEventRegistries, r as registerCalendarEvent } from './shared/
|
|
12
|
-
export { c as cardDefinition, a as cardRegistries, r as registerCard } from './shared/
|
|
13
|
-
export { c as checkboxDefinition, a as checkboxRegistries, r as registerCheckbox } from './shared/
|
|
14
|
-
export { c as combobox, a as comboboxRegistries, r as registerCombobox } from './shared/
|
|
15
|
-
export { a as elevationDefinition, e as elevationRegistries, r as registerElevation } from './shared/
|
|
16
|
-
export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/
|
|
17
|
-
export { a as dividerDefinition, d as dividerRegistries, r as registerDivider } from './shared/
|
|
18
|
-
export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/
|
|
19
|
-
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/
|
|
20
|
-
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/
|
|
10
|
+
export { c as calendarDefinition, a as calendarRegistries, r as registerCalendar } from './shared/definition13.js';
|
|
11
|
+
export { c as calendarEventDefinition, a as calendarEventRegistries, r as registerCalendarEvent } from './shared/definition14.js';
|
|
12
|
+
export { c as cardDefinition, a as cardRegistries, r as registerCard } from './shared/definition15.js';
|
|
13
|
+
export { c as checkboxDefinition, a as checkboxRegistries, r as registerCheckbox } from './shared/definition17.js';
|
|
14
|
+
export { c as combobox, a as comboboxRegistries, r as registerCombobox } from './shared/definition18.js';
|
|
15
|
+
export { a as elevationDefinition, e as elevationRegistries, r as registerElevation } from './shared/definition16.js';
|
|
16
|
+
export { d as dialogDefinition, a as dialogRegistries, r as registerDialog } from './shared/definition22.js';
|
|
17
|
+
export { a as dividerDefinition, d as dividerRegistries, r as registerDivider } from './shared/definition23.js';
|
|
18
|
+
export { d as dataGrid, b as dataGridCell, c as dataGridElements, a as dataGridRow, r as registerDataGrid } from './shared/definition21.js';
|
|
19
|
+
export { f as fabDefinition, a as fabRegistries, r as registerFab } from './shared/definition24.js';
|
|
20
|
+
export { h as headerDefinition, a as headerRegistries, r as registerHeader } from './shared/definition25.js';
|
|
21
21
|
export { a as iconDefinition, i as iconRegistries, r as registerIcon } from './shared/definition3.js';
|
|
22
|
-
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/
|
|
23
|
-
export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/
|
|
24
|
-
export { a as listboxOptionDefinition, l as listboxOptionRegistries, r as registerOption } from './shared/
|
|
25
|
-
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/
|
|
26
|
-
export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/
|
|
27
|
-
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/
|
|
28
|
-
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/
|
|
29
|
-
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/
|
|
30
|
-
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/
|
|
31
|
-
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/
|
|
32
|
-
export { a as popupDefinition, p as popupRegistries, r as registerPopup } from './shared/
|
|
33
|
-
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/
|
|
34
|
-
export {
|
|
22
|
+
export { l as layoutDefinition, a as layoutRegistries, r as registerLayout } from './shared/definition26.js';
|
|
23
|
+
export { l as listboxDefinition, a as listboxRegistries, r as registerListbox } from './shared/definition27.js';
|
|
24
|
+
export { a as listboxOptionDefinition, l as listboxOptionRegistries, r as registerOption } from './shared/definition20.js';
|
|
25
|
+
export { m as menuDefinition, a as menuRegistries, r as registerMenu } from './shared/definition28.js';
|
|
26
|
+
export { c as menuItemDefinition, m as menuItemRegistries, b as registerMenuItem } from './shared/definition29.js';
|
|
27
|
+
export { n as navDefinition, a as navRegistries, r as registerNav } from './shared/definition30.js';
|
|
28
|
+
export { n as navDisclosureDefinition, a as navDisclosureRegistries, r as registerNavDisclosure } from './shared/definition31.js';
|
|
29
|
+
export { n as navItemDefinition, a as navItemRegistries, r as registerNavItem } from './shared/definition32.js';
|
|
30
|
+
export { n as noteDefinition, a as noteRegistries, r as registerNote } from './shared/definition33.js';
|
|
31
|
+
export { n as numberFieldDefinition, a as numberFieldRegistries, r as registerNumberField } from './shared/definition34.js';
|
|
32
|
+
export { a as popupDefinition, p as popupRegistries, r as registerPopup } from './shared/definition19.js';
|
|
33
|
+
export { p as progressDefinition, a as progressRegistries, r as registerProgress } from './shared/definition35.js';
|
|
34
|
+
export { a as progressRingDefinition, p as progressRingRegistries, r as registerProgressRing } from './shared/definition10.js';
|
|
35
35
|
export { a as radioDefinition, b as radioRegistries, r as registerRadio } from './shared/definition36.js';
|
|
36
36
|
export { a as radioGroupDefinition, b as radioGroupRegistries, r as registerRadioGroup } from './shared/definition37.js';
|
|
37
37
|
export { r as registerSelect, s as selectDefinition, a as selectRegistries } from './shared/definition38.js';
|
package/layout/index.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AccordionItem as FASTAccordionItem } from '@microsoft/fast-foundation';
|
|
2
2
|
import { AffixIconWithTrailing } from '../../shared/patterns/affix';
|
|
3
|
+
import type { Size } from '../enums.js';
|
|
4
|
+
export declare type AccordionItemSize = Extract<Size, Size.Condensed | Size.Normal>;
|
|
3
5
|
export declare class AccordionItem extends FASTAccordionItem {
|
|
4
6
|
heading?: string;
|
|
5
7
|
noIndicator: boolean;
|
|
6
8
|
meta?: string;
|
|
9
|
+
size?: AccordionItemSize;
|
|
7
10
|
}
|
|
8
11
|
export interface AccordionItem extends AffixIconWithTrailing {
|
|
9
12
|
}
|