@fluentui/web-components 3.0.0-rc.1 → 3.0.0-rc.11
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/CHANGELOG.md +93 -2
- package/custom-elements.json +773 -1306
- package/dist/esm/anchor-button/anchor-button.base.js +4 -0
- package/dist/esm/anchor-button/anchor-button.base.js.map +1 -1
- package/dist/esm/avatar/avatar.base.d.ts +75 -1
- package/dist/esm/avatar/avatar.base.js +110 -1
- package/dist/esm/avatar/avatar.base.js.map +1 -1
- package/dist/esm/avatar/avatar.js +1 -1
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +24 -7
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.template.js +4 -3
- package/dist/esm/avatar/avatar.template.js.map +1 -1
- package/dist/esm/badge/badge.options.d.ts +3 -1
- package/dist/esm/badge/badge.options.js.map +1 -1
- package/dist/esm/button/button.base.d.ts +15 -1
- package/dist/esm/button/button.base.js +27 -24
- package/dist/esm/button/button.base.js.map +1 -1
- package/dist/esm/button/button.template.d.ts +3 -3
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +1 -1
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.d.ts +2 -1
- package/dist/esm/counter-badge/counter-badge.js +2 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/dialog/dialog.d.ts +31 -11
- package/dist/esm/dialog/dialog.js +41 -26
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog/dialog.template.js.map +1 -1
- package/dist/esm/dialog-body/dialog-body.js +1 -1
- package/dist/esm/dialog-body/dialog-body.js.map +1 -1
- package/dist/esm/drawer/drawer.d.ts +18 -9
- package/dist/esm/drawer/drawer.js +12 -7
- package/dist/esm/drawer/drawer.js.map +1 -1
- package/dist/esm/drawer-body/drawer-body.js +1 -1
- package/dist/esm/drawer-body/drawer-body.js.map +1 -1
- package/dist/esm/dropdown/dropdown.base.d.ts +1 -0
- package/dist/esm/dropdown/dropdown.base.js +24 -15
- package/dist/esm/dropdown/dropdown.base.js.map +1 -1
- package/dist/esm/index-rollup.d.ts +1 -2
- package/dist/esm/index-rollup.js +1 -2
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.d.ts +2 -4
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/listbox/listbox.d.ts +12 -7
- package/dist/esm/listbox/listbox.js +27 -17
- package/dist/esm/listbox/listbox.js.map +1 -1
- package/dist/esm/listbox/listbox.template.js +2 -3
- package/dist/esm/listbox/listbox.template.js.map +1 -1
- package/dist/esm/menu/menu.d.ts +7 -0
- package/dist/esm/menu/menu.js +22 -17
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/esm/menu-list/menu-list.js +4 -4
- package/dist/esm/menu-list/menu-list.js.map +1 -1
- package/dist/esm/message-bar/message-bar.d.ts +2 -1
- package/dist/esm/message-bar/message-bar.js +2 -1
- package/dist/esm/message-bar/message-bar.js.map +1 -1
- package/dist/esm/message-bar/message-bar.options.d.ts +6 -3
- package/dist/esm/message-bar/message-bar.options.js +6 -3
- package/dist/esm/message-bar/message-bar.options.js.map +1 -1
- package/dist/esm/option/option.js +1 -1
- package/dist/esm/option/option.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.base.d.ts +35 -8
- package/dist/esm/progress-bar/progress-bar.base.js +41 -20
- package/dist/esm/progress-bar/progress-bar.base.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.d.ts +8 -2
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/radio/radio.options.d.ts +9 -0
- package/dist/esm/radio/radio.options.js +12 -1
- package/dist/esm/radio/radio.options.js.map +1 -1
- package/dist/esm/radio-group/radio-group.d.ts +13 -7
- package/dist/esm/radio-group/radio-group.js +14 -21
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/radio-group/radio-group.template.js +2 -2
- package/dist/esm/radio-group/radio-group.template.js.map +1 -1
- package/dist/esm/rating-display/rating-display.base.d.ts +11 -1
- package/dist/esm/rating-display/rating-display.base.js +24 -11
- package/dist/esm/rating-display/rating-display.base.js.map +1 -1
- package/dist/esm/slider/slider.d.ts +7 -3
- package/dist/esm/slider/slider.js +46 -28
- package/dist/esm/slider/slider.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.d.ts +2 -1
- package/dist/esm/styles/partials/badge.partials.js +2 -1
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/tab/tab.d.ts +13 -1
- package/dist/esm/tab/tab.js +16 -2
- package/dist/esm/tab/tab.js.map +1 -1
- package/dist/esm/tablist/tablist.base.d.ts +2 -1
- package/dist/esm/tablist/tablist.base.js +109 -95
- package/dist/esm/tablist/tablist.base.js.map +1 -1
- package/dist/esm/tablist/tablist.d.ts +2 -1
- package/dist/esm/tablist/tablist.js +2 -2
- package/dist/esm/tablist/tablist.js.map +1 -1
- package/dist/esm/text-input/text-input.base.js +12 -5
- package/dist/esm/text-input/text-input.base.js.map +1 -1
- package/dist/esm/text-input/text-input.template.d.ts +1 -1
- package/dist/esm/text-input/text-input.template.js +2 -8
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/textarea.base.d.ts +12 -3
- package/dist/esm/textarea/textarea.base.js +42 -24
- package/dist/esm/textarea/textarea.base.js.map +1 -1
- package/dist/esm/textarea/textarea.template.js +1 -1
- package/dist/esm/textarea/textarea.template.js.map +1 -1
- package/dist/esm/theme/design-tokens.d.ts +115 -0
- package/dist/esm/theme/design-tokens.js +115 -0
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.d.ts +2 -2
- package/dist/esm/theme/set-theme.js +1 -1
- package/dist/esm/tree/tree.base.d.ts +9 -1
- package/dist/esm/tree/tree.base.js +17 -3
- package/dist/esm/tree/tree.base.js.map +1 -1
- package/dist/esm/tree/tree.d.ts +8 -2
- package/dist/esm/tree/tree.js +8 -2
- package/dist/esm/tree/tree.js.map +1 -1
- package/dist/esm/tree-item/tree-item.base.d.ts +15 -2
- package/dist/esm/tree-item/tree-item.base.js +22 -14
- package/dist/esm/tree-item/tree-item.base.js.map +1 -1
- package/dist/esm/utils/focusable-element.js +2 -1
- package/dist/esm/utils/focusable-element.js.map +1 -1
- package/dist/esm/utils/request-idle-callback.js +4 -9
- package/dist/esm/utils/request-idle-callback.js.map +1 -1
- package/dist/esm/utils/typings.d.ts +8 -0
- package/dist/esm/utils/typings.js +15 -1
- package/dist/esm/utils/typings.js.map +1 -1
- package/dist/web-components.d.ts +443 -318
- package/dist/web-components.js +1374 -1427
- package/dist/web-components.min.js +254 -248
- package/package.json +5 -6
- package/dist/esm/tab-panel/define.d.ts +0 -1
- package/dist/esm/tab-panel/define.js +0 -7
- package/dist/esm/tab-panel/define.js.map +0 -1
- package/dist/esm/tab-panel/index.d.ts +0 -4
- package/dist/esm/tab-panel/index.js +0 -5
- package/dist/esm/tab-panel/index.js.map +0 -1
- package/dist/esm/tab-panel/tab-panel.bench.d.ts +0 -3
- package/dist/esm/tab-panel/tab-panel.bench.js +0 -13
- package/dist/esm/tab-panel/tab-panel.bench.js.map +0 -1
- package/dist/esm/tab-panel/tab-panel.d.ts +0 -8
- package/dist/esm/tab-panel/tab-panel.definition.d.ts +0 -5
- package/dist/esm/tab-panel/tab-panel.definition.js +0 -13
- package/dist/esm/tab-panel/tab-panel.definition.js.map +0 -1
- package/dist/esm/tab-panel/tab-panel.js +0 -9
- package/dist/esm/tab-panel/tab-panel.js.map +0 -1
- package/dist/esm/tab-panel/tab-panel.styles.d.ts +0 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +0 -12
- package/dist/esm/tab-panel/tab-panel.styles.js.map +0 -1
- package/dist/esm/tab-panel/tab-panel.template.d.ts +0 -7
- package/dist/esm/tab-panel/tab-panel.template.js +0 -13
- package/dist/esm/tab-panel/tab-panel.template.js.map +0 -1
- package/dist/esm/tabs/define.d.ts +0 -1
- package/dist/esm/tabs/define.js +0 -7
- package/dist/esm/tabs/define.js.map +0 -1
- package/dist/esm/tabs/index.d.ts +0 -6
- package/dist/esm/tabs/index.js +0 -6
- package/dist/esm/tabs/index.js.map +0 -1
- package/dist/esm/tabs/tabs.base.d.ts +0 -90
- package/dist/esm/tabs/tabs.base.js +0 -279
- package/dist/esm/tabs/tabs.base.js.map +0 -1
- package/dist/esm/tabs/tabs.bench.d.ts +0 -3
- package/dist/esm/tabs/tabs.bench.js +0 -32
- package/dist/esm/tabs/tabs.bench.js.map +0 -1
- package/dist/esm/tabs/tabs.d.ts +0 -100
- package/dist/esm/tabs/tabs.definition.d.ts +0 -5
- package/dist/esm/tabs/tabs.definition.js +0 -13
- package/dist/esm/tabs/tabs.definition.js.map +0 -1
- package/dist/esm/tabs/tabs.js +0 -180
- package/dist/esm/tabs/tabs.js.map +0 -1
- package/dist/esm/tabs/tabs.options.d.ts +0 -32
- package/dist/esm/tabs/tabs.options.js +0 -16
- package/dist/esm/tabs/tabs.options.js.map +0 -1
- package/dist/esm/tabs/tabs.styles.d.ts +0 -1
- package/dist/esm/tabs/tabs.styles.js +0 -230
- package/dist/esm/tabs/tabs.styles.js.map +0 -1
- package/dist/esm/tabs/tabs.template.d.ts +0 -8
- package/dist/esm/tabs/tabs.template.js +0 -19
- package/dist/esm/tabs/tabs.template.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -87,8 +87,38 @@
|
|
|
87
87
|
{
|
|
88
88
|
"kind": "javascript-module",
|
|
89
89
|
"path": "src/utils/typings.ts",
|
|
90
|
-
"declarations": [
|
|
91
|
-
|
|
90
|
+
"declarations": [
|
|
91
|
+
{
|
|
92
|
+
"kind": "function",
|
|
93
|
+
"name": "isCustomElement",
|
|
94
|
+
"return": {
|
|
95
|
+
"type": {
|
|
96
|
+
"text": ""
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"parameters": [
|
|
100
|
+
{
|
|
101
|
+
"name": "tagSuffix",
|
|
102
|
+
"type": {
|
|
103
|
+
"text": "string"
|
|
104
|
+
},
|
|
105
|
+
"description": "The tag name suffix to match (e.g., '-dropdown', '-option')."
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"description": "Creates a type guard that checks if a node is a custom element whose tag name ends with the given suffix.",
|
|
109
|
+
"privacy": "public"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"exports": [
|
|
113
|
+
{
|
|
114
|
+
"kind": "js",
|
|
115
|
+
"name": "isCustomElement",
|
|
116
|
+
"declaration": {
|
|
117
|
+
"name": "isCustomElement",
|
|
118
|
+
"module": "src/utils/typings.ts"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
92
122
|
},
|
|
93
123
|
{
|
|
94
124
|
"kind": "javascript-module",
|
|
@@ -1621,6 +1651,46 @@
|
|
|
1621
1651
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4` design token.",
|
|
1622
1652
|
"privacy": "public"
|
|
1623
1653
|
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "variable",
|
|
1656
|
+
"name": "colorNeutralForeground5",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "string"
|
|
1659
|
+
},
|
|
1660
|
+
"default": "'var(--colorNeutralForeground5)'",
|
|
1661
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5 | `colorNeutralForeground5` design token.",
|
|
1662
|
+
"privacy": "public"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"kind": "variable",
|
|
1666
|
+
"name": "colorNeutralForeground5Hover",
|
|
1667
|
+
"type": {
|
|
1668
|
+
"text": "string"
|
|
1669
|
+
},
|
|
1670
|
+
"default": "'var(--colorNeutralForeground5Hover)'",
|
|
1671
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Hover | `colorNeutralForeground5Hover` design token.",
|
|
1672
|
+
"privacy": "public"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "variable",
|
|
1676
|
+
"name": "colorNeutralForeground5Pressed",
|
|
1677
|
+
"type": {
|
|
1678
|
+
"text": "string"
|
|
1679
|
+
},
|
|
1680
|
+
"default": "'var(--colorNeutralForeground5Pressed)'",
|
|
1681
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Pressed | `colorNeutralForeground5Pressed` design token.",
|
|
1682
|
+
"privacy": "public"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "variable",
|
|
1686
|
+
"name": "colorNeutralForeground5Selected",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "string"
|
|
1689
|
+
},
|
|
1690
|
+
"default": "'var(--colorNeutralForeground5Selected)'",
|
|
1691
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Selected | `colorNeutralForeground5Selected` design token.",
|
|
1692
|
+
"privacy": "public"
|
|
1693
|
+
},
|
|
1624
1694
|
{
|
|
1625
1695
|
"kind": "variable",
|
|
1626
1696
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -2191,6 +2261,56 @@
|
|
|
2191
2261
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6` design token.",
|
|
2192
2262
|
"privacy": "public"
|
|
2193
2263
|
},
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "variable",
|
|
2266
|
+
"name": "colorNeutralBackground7",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "string"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "'var(--colorNeutralBackground7)'",
|
|
2271
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7 | `colorNeutralBackground7` design token.",
|
|
2272
|
+
"privacy": "public"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "variable",
|
|
2276
|
+
"name": "colorNeutralBackground7Hover",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "string"
|
|
2279
|
+
},
|
|
2280
|
+
"default": "'var(--colorNeutralBackground7Hover)'",
|
|
2281
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Hover | `colorNeutralBackground7Hover` design token.",
|
|
2282
|
+
"privacy": "public"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"kind": "variable",
|
|
2286
|
+
"name": "colorNeutralBackground7Pressed",
|
|
2287
|
+
"type": {
|
|
2288
|
+
"text": "string"
|
|
2289
|
+
},
|
|
2290
|
+
"default": "'var(--colorNeutralBackground7Pressed)'",
|
|
2291
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Pressed | `colorNeutralBackground7Pressed` design token.",
|
|
2292
|
+
"privacy": "public"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"kind": "variable",
|
|
2296
|
+
"name": "colorNeutralBackground7Selected",
|
|
2297
|
+
"type": {
|
|
2298
|
+
"text": "string"
|
|
2299
|
+
},
|
|
2300
|
+
"default": "'var(--colorNeutralBackground7Selected)'",
|
|
2301
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Selected | `colorNeutralBackground7Selected` design token.",
|
|
2302
|
+
"privacy": "public"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "colorNeutralBackground8",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "string"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "'var(--colorNeutralBackground8)'",
|
|
2311
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground8 | `colorNeutralBackground8` design token.",
|
|
2312
|
+
"privacy": "public"
|
|
2313
|
+
},
|
|
2194
2314
|
{
|
|
2195
2315
|
"kind": "variable",
|
|
2196
2316
|
"name": "colorNeutralBackgroundInverted",
|
|
@@ -2201,6 +2321,36 @@
|
|
|
2201
2321
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted` design token.",
|
|
2202
2322
|
"privacy": "public"
|
|
2203
2323
|
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "variable",
|
|
2326
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "string"
|
|
2329
|
+
},
|
|
2330
|
+
"default": "'var(--colorNeutralBackgroundInvertedHover)'",
|
|
2331
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedHover | `colorNeutralBackgroundInvertedHover` design token.",
|
|
2332
|
+
"privacy": "public"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"kind": "variable",
|
|
2336
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
2337
|
+
"type": {
|
|
2338
|
+
"text": "string"
|
|
2339
|
+
},
|
|
2340
|
+
"default": "'var(--colorNeutralBackgroundInvertedPressed)'",
|
|
2341
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedPressed | `colorNeutralBackgroundInvertedPressed` design token.",
|
|
2342
|
+
"privacy": "public"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "variable",
|
|
2346
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
2347
|
+
"type": {
|
|
2348
|
+
"text": "string"
|
|
2349
|
+
},
|
|
2350
|
+
"default": "'var(--colorNeutralBackgroundInvertedSelected)'",
|
|
2351
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedSelected | `colorNeutralBackgroundInvertedSelected` design token.",
|
|
2352
|
+
"privacy": "public"
|
|
2353
|
+
},
|
|
2204
2354
|
{
|
|
2205
2355
|
"kind": "variable",
|
|
2206
2356
|
"name": "colorNeutralBackgroundStatic",
|
|
@@ -2391,6 +2541,16 @@
|
|
|
2391
2541
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled` design token.",
|
|
2392
2542
|
"privacy": "public"
|
|
2393
2543
|
},
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "variable",
|
|
2546
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
2547
|
+
"type": {
|
|
2548
|
+
"text": "string"
|
|
2549
|
+
},
|
|
2550
|
+
"default": "'var(--colorNeutralBackgroundDisabled2)'",
|
|
2551
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled2 | `colorNeutralBackgroundDisabled2` design token.",
|
|
2552
|
+
"privacy": "public"
|
|
2553
|
+
},
|
|
2394
2554
|
{
|
|
2395
2555
|
"kind": "variable",
|
|
2396
2556
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -2781,6 +2941,46 @@
|
|
|
2781
2941
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3` design token.",
|
|
2782
2942
|
"privacy": "public"
|
|
2783
2943
|
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "variable",
|
|
2946
|
+
"name": "colorNeutralStroke4",
|
|
2947
|
+
"type": {
|
|
2948
|
+
"text": "string"
|
|
2949
|
+
},
|
|
2950
|
+
"default": "'var(--colorNeutralStroke4)'",
|
|
2951
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4 | `colorNeutralStroke4` design token.",
|
|
2952
|
+
"privacy": "public"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"kind": "variable",
|
|
2956
|
+
"name": "colorNeutralStroke4Hover",
|
|
2957
|
+
"type": {
|
|
2958
|
+
"text": "string"
|
|
2959
|
+
},
|
|
2960
|
+
"default": "'var(--colorNeutralStroke4Hover)'",
|
|
2961
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Hover | `colorNeutralStroke4Hover` design token.",
|
|
2962
|
+
"privacy": "public"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"kind": "variable",
|
|
2966
|
+
"name": "colorNeutralStroke4Pressed",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "string"
|
|
2969
|
+
},
|
|
2970
|
+
"default": "'var(--colorNeutralStroke4Pressed)'",
|
|
2971
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Pressed | `colorNeutralStroke4Pressed` design token.",
|
|
2972
|
+
"privacy": "public"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"kind": "variable",
|
|
2976
|
+
"name": "colorNeutralStroke4Selected",
|
|
2977
|
+
"type": {
|
|
2978
|
+
"text": "string"
|
|
2979
|
+
},
|
|
2980
|
+
"default": "'var(--colorNeutralStroke4Selected)'",
|
|
2981
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Selected | `colorNeutralStroke4Selected` design token.",
|
|
2982
|
+
"privacy": "public"
|
|
2983
|
+
},
|
|
2784
2984
|
{
|
|
2785
2985
|
"kind": "variable",
|
|
2786
2986
|
"name": "colorNeutralStrokeSubtle",
|
|
@@ -2931,6 +3131,16 @@
|
|
|
2931
3131
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled` design token.",
|
|
2932
3132
|
"privacy": "public"
|
|
2933
3133
|
},
|
|
3134
|
+
{
|
|
3135
|
+
"kind": "variable",
|
|
3136
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
3137
|
+
"type": {
|
|
3138
|
+
"text": "string"
|
|
3139
|
+
},
|
|
3140
|
+
"default": "'var(--colorNeutralStrokeDisabled2)'",
|
|
3141
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled2 | `colorNeutralStrokeDisabled2` design token.",
|
|
3142
|
+
"privacy": "public"
|
|
3143
|
+
},
|
|
2934
3144
|
{
|
|
2935
3145
|
"kind": "variable",
|
|
2936
3146
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -4961,6 +5171,56 @@
|
|
|
4961
5171
|
"description": "CSS custom property value for the @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge` design token.",
|
|
4962
5172
|
"privacy": "public"
|
|
4963
5173
|
},
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "variable",
|
|
5176
|
+
"name": "borderRadius2XLarge",
|
|
5177
|
+
"type": {
|
|
5178
|
+
"text": "string"
|
|
5179
|
+
},
|
|
5180
|
+
"default": "'var(--borderRadius2XLarge)'",
|
|
5181
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius2XLarge | `borderRadius2XLarge` design token.",
|
|
5182
|
+
"privacy": "public"
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"kind": "variable",
|
|
5186
|
+
"name": "borderRadius3XLarge",
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "string"
|
|
5189
|
+
},
|
|
5190
|
+
"default": "'var(--borderRadius3XLarge)'",
|
|
5191
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius3XLarge | `borderRadius3XLarge` design token.",
|
|
5192
|
+
"privacy": "public"
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
"kind": "variable",
|
|
5196
|
+
"name": "borderRadius4XLarge",
|
|
5197
|
+
"type": {
|
|
5198
|
+
"text": "string"
|
|
5199
|
+
},
|
|
5200
|
+
"default": "'var(--borderRadius4XLarge)'",
|
|
5201
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius4XLarge | `borderRadius4XLarge` design token.",
|
|
5202
|
+
"privacy": "public"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"kind": "variable",
|
|
5206
|
+
"name": "borderRadius5XLarge",
|
|
5207
|
+
"type": {
|
|
5208
|
+
"text": "string"
|
|
5209
|
+
},
|
|
5210
|
+
"default": "'var(--borderRadius5XLarge)'",
|
|
5211
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius5XLarge | `borderRadius5XLarge` design token.",
|
|
5212
|
+
"privacy": "public"
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "variable",
|
|
5216
|
+
"name": "borderRadius6XLarge",
|
|
5217
|
+
"type": {
|
|
5218
|
+
"text": "string"
|
|
5219
|
+
},
|
|
5220
|
+
"default": "'var(--borderRadius6XLarge)'",
|
|
5221
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius6XLarge | `borderRadius6XLarge` design token.",
|
|
5222
|
+
"privacy": "public"
|
|
5223
|
+
},
|
|
4964
5224
|
{
|
|
4965
5225
|
"kind": "variable",
|
|
4966
5226
|
"name": "borderRadiusCircular",
|
|
@@ -6025,6 +6285,38 @@
|
|
|
6025
6285
|
"module": "src/theme/design-tokens.ts"
|
|
6026
6286
|
}
|
|
6027
6287
|
},
|
|
6288
|
+
{
|
|
6289
|
+
"kind": "js",
|
|
6290
|
+
"name": "colorNeutralForeground5",
|
|
6291
|
+
"declaration": {
|
|
6292
|
+
"name": "colorNeutralForeground5",
|
|
6293
|
+
"module": "src/theme/design-tokens.ts"
|
|
6294
|
+
}
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"kind": "js",
|
|
6298
|
+
"name": "colorNeutralForeground5Hover",
|
|
6299
|
+
"declaration": {
|
|
6300
|
+
"name": "colorNeutralForeground5Hover",
|
|
6301
|
+
"module": "src/theme/design-tokens.ts"
|
|
6302
|
+
}
|
|
6303
|
+
},
|
|
6304
|
+
{
|
|
6305
|
+
"kind": "js",
|
|
6306
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6307
|
+
"declaration": {
|
|
6308
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6309
|
+
"module": "src/theme/design-tokens.ts"
|
|
6310
|
+
}
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"kind": "js",
|
|
6314
|
+
"name": "colorNeutralForeground5Selected",
|
|
6315
|
+
"declaration": {
|
|
6316
|
+
"name": "colorNeutralForeground5Selected",
|
|
6317
|
+
"module": "src/theme/design-tokens.ts"
|
|
6318
|
+
}
|
|
6319
|
+
},
|
|
6028
6320
|
{
|
|
6029
6321
|
"kind": "js",
|
|
6030
6322
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -6483,121 +6775,185 @@
|
|
|
6483
6775
|
},
|
|
6484
6776
|
{
|
|
6485
6777
|
"kind": "js",
|
|
6486
|
-
"name": "
|
|
6778
|
+
"name": "colorNeutralBackground7",
|
|
6487
6779
|
"declaration": {
|
|
6488
|
-
"name": "
|
|
6780
|
+
"name": "colorNeutralBackground7",
|
|
6489
6781
|
"module": "src/theme/design-tokens.ts"
|
|
6490
6782
|
}
|
|
6491
6783
|
},
|
|
6492
6784
|
{
|
|
6493
6785
|
"kind": "js",
|
|
6494
|
-
"name": "
|
|
6786
|
+
"name": "colorNeutralBackground7Hover",
|
|
6495
6787
|
"declaration": {
|
|
6496
|
-
"name": "
|
|
6788
|
+
"name": "colorNeutralBackground7Hover",
|
|
6497
6789
|
"module": "src/theme/design-tokens.ts"
|
|
6498
6790
|
}
|
|
6499
6791
|
},
|
|
6500
6792
|
{
|
|
6501
6793
|
"kind": "js",
|
|
6502
|
-
"name": "
|
|
6794
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6503
6795
|
"declaration": {
|
|
6504
|
-
"name": "
|
|
6796
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6505
6797
|
"module": "src/theme/design-tokens.ts"
|
|
6506
6798
|
}
|
|
6507
6799
|
},
|
|
6508
6800
|
{
|
|
6509
6801
|
"kind": "js",
|
|
6510
|
-
"name": "
|
|
6802
|
+
"name": "colorNeutralBackground7Selected",
|
|
6511
6803
|
"declaration": {
|
|
6512
|
-
"name": "
|
|
6804
|
+
"name": "colorNeutralBackground7Selected",
|
|
6513
6805
|
"module": "src/theme/design-tokens.ts"
|
|
6514
6806
|
}
|
|
6515
6807
|
},
|
|
6516
6808
|
{
|
|
6517
6809
|
"kind": "js",
|
|
6518
|
-
"name": "
|
|
6810
|
+
"name": "colorNeutralBackground8",
|
|
6519
6811
|
"declaration": {
|
|
6520
|
-
"name": "
|
|
6812
|
+
"name": "colorNeutralBackground8",
|
|
6521
6813
|
"module": "src/theme/design-tokens.ts"
|
|
6522
6814
|
}
|
|
6523
6815
|
},
|
|
6524
6816
|
{
|
|
6525
6817
|
"kind": "js",
|
|
6526
|
-
"name": "
|
|
6818
|
+
"name": "colorNeutralBackgroundInverted",
|
|
6527
6819
|
"declaration": {
|
|
6528
|
-
"name": "
|
|
6820
|
+
"name": "colorNeutralBackgroundInverted",
|
|
6529
6821
|
"module": "src/theme/design-tokens.ts"
|
|
6530
6822
|
}
|
|
6531
6823
|
},
|
|
6532
6824
|
{
|
|
6533
6825
|
"kind": "js",
|
|
6534
|
-
"name": "
|
|
6826
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6535
6827
|
"declaration": {
|
|
6536
|
-
"name": "
|
|
6828
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6537
6829
|
"module": "src/theme/design-tokens.ts"
|
|
6538
6830
|
}
|
|
6539
6831
|
},
|
|
6540
6832
|
{
|
|
6541
6833
|
"kind": "js",
|
|
6542
|
-
"name": "
|
|
6834
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6543
6835
|
"declaration": {
|
|
6544
|
-
"name": "
|
|
6836
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6545
6837
|
"module": "src/theme/design-tokens.ts"
|
|
6546
6838
|
}
|
|
6547
6839
|
},
|
|
6548
6840
|
{
|
|
6549
6841
|
"kind": "js",
|
|
6550
|
-
"name": "
|
|
6842
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6551
6843
|
"declaration": {
|
|
6552
|
-
"name": "
|
|
6844
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6553
6845
|
"module": "src/theme/design-tokens.ts"
|
|
6554
6846
|
}
|
|
6555
6847
|
},
|
|
6556
6848
|
{
|
|
6557
6849
|
"kind": "js",
|
|
6558
|
-
"name": "
|
|
6850
|
+
"name": "colorNeutralBackgroundStatic",
|
|
6559
6851
|
"declaration": {
|
|
6560
|
-
"name": "
|
|
6852
|
+
"name": "colorNeutralBackgroundStatic",
|
|
6561
6853
|
"module": "src/theme/design-tokens.ts"
|
|
6562
6854
|
}
|
|
6563
6855
|
},
|
|
6564
6856
|
{
|
|
6565
6857
|
"kind": "js",
|
|
6566
|
-
"name": "
|
|
6858
|
+
"name": "colorNeutralBackgroundAlpha",
|
|
6567
6859
|
"declaration": {
|
|
6568
|
-
"name": "
|
|
6860
|
+
"name": "colorNeutralBackgroundAlpha",
|
|
6569
6861
|
"module": "src/theme/design-tokens.ts"
|
|
6570
6862
|
}
|
|
6571
6863
|
},
|
|
6572
6864
|
{
|
|
6573
6865
|
"kind": "js",
|
|
6574
|
-
"name": "
|
|
6866
|
+
"name": "colorNeutralBackgroundAlpha2",
|
|
6575
6867
|
"declaration": {
|
|
6576
|
-
"name": "
|
|
6868
|
+
"name": "colorNeutralBackgroundAlpha2",
|
|
6577
6869
|
"module": "src/theme/design-tokens.ts"
|
|
6578
6870
|
}
|
|
6579
6871
|
},
|
|
6580
6872
|
{
|
|
6581
6873
|
"kind": "js",
|
|
6582
|
-
"name": "
|
|
6874
|
+
"name": "colorSubtleBackground",
|
|
6583
6875
|
"declaration": {
|
|
6584
|
-
"name": "
|
|
6876
|
+
"name": "colorSubtleBackground",
|
|
6585
6877
|
"module": "src/theme/design-tokens.ts"
|
|
6586
6878
|
}
|
|
6587
6879
|
},
|
|
6588
6880
|
{
|
|
6589
6881
|
"kind": "js",
|
|
6590
|
-
"name": "
|
|
6882
|
+
"name": "colorSubtleBackgroundHover",
|
|
6591
6883
|
"declaration": {
|
|
6592
|
-
"name": "
|
|
6884
|
+
"name": "colorSubtleBackgroundHover",
|
|
6593
6885
|
"module": "src/theme/design-tokens.ts"
|
|
6594
6886
|
}
|
|
6595
6887
|
},
|
|
6596
6888
|
{
|
|
6597
6889
|
"kind": "js",
|
|
6598
|
-
"name": "
|
|
6890
|
+
"name": "colorSubtleBackgroundPressed",
|
|
6599
6891
|
"declaration": {
|
|
6600
|
-
"name": "
|
|
6892
|
+
"name": "colorSubtleBackgroundPressed",
|
|
6893
|
+
"module": "src/theme/design-tokens.ts"
|
|
6894
|
+
}
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"kind": "js",
|
|
6898
|
+
"name": "colorSubtleBackgroundSelected",
|
|
6899
|
+
"declaration": {
|
|
6900
|
+
"name": "colorSubtleBackgroundSelected",
|
|
6901
|
+
"module": "src/theme/design-tokens.ts"
|
|
6902
|
+
}
|
|
6903
|
+
},
|
|
6904
|
+
{
|
|
6905
|
+
"kind": "js",
|
|
6906
|
+
"name": "colorSubtleBackgroundLightAlphaHover",
|
|
6907
|
+
"declaration": {
|
|
6908
|
+
"name": "colorSubtleBackgroundLightAlphaHover",
|
|
6909
|
+
"module": "src/theme/design-tokens.ts"
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"kind": "js",
|
|
6914
|
+
"name": "colorSubtleBackgroundLightAlphaPressed",
|
|
6915
|
+
"declaration": {
|
|
6916
|
+
"name": "colorSubtleBackgroundLightAlphaPressed",
|
|
6917
|
+
"module": "src/theme/design-tokens.ts"
|
|
6918
|
+
}
|
|
6919
|
+
},
|
|
6920
|
+
{
|
|
6921
|
+
"kind": "js",
|
|
6922
|
+
"name": "colorSubtleBackgroundLightAlphaSelected",
|
|
6923
|
+
"declaration": {
|
|
6924
|
+
"name": "colorSubtleBackgroundLightAlphaSelected",
|
|
6925
|
+
"module": "src/theme/design-tokens.ts"
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
6928
|
+
{
|
|
6929
|
+
"kind": "js",
|
|
6930
|
+
"name": "colorSubtleBackgroundInverted",
|
|
6931
|
+
"declaration": {
|
|
6932
|
+
"name": "colorSubtleBackgroundInverted",
|
|
6933
|
+
"module": "src/theme/design-tokens.ts"
|
|
6934
|
+
}
|
|
6935
|
+
},
|
|
6936
|
+
{
|
|
6937
|
+
"kind": "js",
|
|
6938
|
+
"name": "colorSubtleBackgroundInvertedHover",
|
|
6939
|
+
"declaration": {
|
|
6940
|
+
"name": "colorSubtleBackgroundInvertedHover",
|
|
6941
|
+
"module": "src/theme/design-tokens.ts"
|
|
6942
|
+
}
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"kind": "js",
|
|
6946
|
+
"name": "colorSubtleBackgroundInvertedPressed",
|
|
6947
|
+
"declaration": {
|
|
6948
|
+
"name": "colorSubtleBackgroundInvertedPressed",
|
|
6949
|
+
"module": "src/theme/design-tokens.ts"
|
|
6950
|
+
}
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"kind": "js",
|
|
6954
|
+
"name": "colorSubtleBackgroundInvertedSelected",
|
|
6955
|
+
"declaration": {
|
|
6956
|
+
"name": "colorSubtleBackgroundInvertedSelected",
|
|
6601
6957
|
"module": "src/theme/design-tokens.ts"
|
|
6602
6958
|
}
|
|
6603
6959
|
},
|
|
@@ -6641,6 +6997,14 @@
|
|
|
6641
6997
|
"module": "src/theme/design-tokens.ts"
|
|
6642
6998
|
}
|
|
6643
6999
|
},
|
|
7000
|
+
{
|
|
7001
|
+
"kind": "js",
|
|
7002
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
7003
|
+
"declaration": {
|
|
7004
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
7005
|
+
"module": "src/theme/design-tokens.ts"
|
|
7006
|
+
}
|
|
7007
|
+
},
|
|
6644
7008
|
{
|
|
6645
7009
|
"kind": "js",
|
|
6646
7010
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -6953,6 +7317,38 @@
|
|
|
6953
7317
|
"module": "src/theme/design-tokens.ts"
|
|
6954
7318
|
}
|
|
6955
7319
|
},
|
|
7320
|
+
{
|
|
7321
|
+
"kind": "js",
|
|
7322
|
+
"name": "colorNeutralStroke4",
|
|
7323
|
+
"declaration": {
|
|
7324
|
+
"name": "colorNeutralStroke4",
|
|
7325
|
+
"module": "src/theme/design-tokens.ts"
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"kind": "js",
|
|
7330
|
+
"name": "colorNeutralStroke4Hover",
|
|
7331
|
+
"declaration": {
|
|
7332
|
+
"name": "colorNeutralStroke4Hover",
|
|
7333
|
+
"module": "src/theme/design-tokens.ts"
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"kind": "js",
|
|
7338
|
+
"name": "colorNeutralStroke4Pressed",
|
|
7339
|
+
"declaration": {
|
|
7340
|
+
"name": "colorNeutralStroke4Pressed",
|
|
7341
|
+
"module": "src/theme/design-tokens.ts"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
"kind": "js",
|
|
7346
|
+
"name": "colorNeutralStroke4Selected",
|
|
7347
|
+
"declaration": {
|
|
7348
|
+
"name": "colorNeutralStroke4Selected",
|
|
7349
|
+
"module": "src/theme/design-tokens.ts"
|
|
7350
|
+
}
|
|
7351
|
+
},
|
|
6956
7352
|
{
|
|
6957
7353
|
"kind": "js",
|
|
6958
7354
|
"name": "colorNeutralStrokeSubtle",
|
|
@@ -7073,6 +7469,14 @@
|
|
|
7073
7469
|
"module": "src/theme/design-tokens.ts"
|
|
7074
7470
|
}
|
|
7075
7471
|
},
|
|
7472
|
+
{
|
|
7473
|
+
"kind": "js",
|
|
7474
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7475
|
+
"declaration": {
|
|
7476
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7477
|
+
"module": "src/theme/design-tokens.ts"
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7076
7480
|
{
|
|
7077
7481
|
"kind": "js",
|
|
7078
7482
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -8697,6 +9101,46 @@
|
|
|
8697
9101
|
"module": "src/theme/design-tokens.ts"
|
|
8698
9102
|
}
|
|
8699
9103
|
},
|
|
9104
|
+
{
|
|
9105
|
+
"kind": "js",
|
|
9106
|
+
"name": "borderRadius2XLarge",
|
|
9107
|
+
"declaration": {
|
|
9108
|
+
"name": "borderRadius2XLarge",
|
|
9109
|
+
"module": "src/theme/design-tokens.ts"
|
|
9110
|
+
}
|
|
9111
|
+
},
|
|
9112
|
+
{
|
|
9113
|
+
"kind": "js",
|
|
9114
|
+
"name": "borderRadius3XLarge",
|
|
9115
|
+
"declaration": {
|
|
9116
|
+
"name": "borderRadius3XLarge",
|
|
9117
|
+
"module": "src/theme/design-tokens.ts"
|
|
9118
|
+
}
|
|
9119
|
+
},
|
|
9120
|
+
{
|
|
9121
|
+
"kind": "js",
|
|
9122
|
+
"name": "borderRadius4XLarge",
|
|
9123
|
+
"declaration": {
|
|
9124
|
+
"name": "borderRadius4XLarge",
|
|
9125
|
+
"module": "src/theme/design-tokens.ts"
|
|
9126
|
+
}
|
|
9127
|
+
},
|
|
9128
|
+
{
|
|
9129
|
+
"kind": "js",
|
|
9130
|
+
"name": "borderRadius5XLarge",
|
|
9131
|
+
"declaration": {
|
|
9132
|
+
"name": "borderRadius5XLarge",
|
|
9133
|
+
"module": "src/theme/design-tokens.ts"
|
|
9134
|
+
}
|
|
9135
|
+
},
|
|
9136
|
+
{
|
|
9137
|
+
"kind": "js",
|
|
9138
|
+
"name": "borderRadius6XLarge",
|
|
9139
|
+
"declaration": {
|
|
9140
|
+
"name": "borderRadius6XLarge",
|
|
9141
|
+
"module": "src/theme/design-tokens.ts"
|
|
9142
|
+
}
|
|
9143
|
+
},
|
|
8700
9144
|
{
|
|
8701
9145
|
"kind": "js",
|
|
8702
9146
|
"name": "borderRadiusCircular",
|
|
@@ -9661,15 +10105,9 @@
|
|
|
9661
10105
|
"type": {
|
|
9662
10106
|
"text": "boolean"
|
|
9663
10107
|
},
|
|
9664
|
-
"default": "false",
|
|
9665
10108
|
"description": "Sets the element's disabled state.",
|
|
9666
10109
|
"privacy": "public"
|
|
9667
10110
|
},
|
|
9668
|
-
{
|
|
9669
|
-
"kind": "method",
|
|
9670
|
-
"name": "disabledChanged",
|
|
9671
|
-
"privacy": "protected"
|
|
9672
|
-
},
|
|
9673
10111
|
{
|
|
9674
10112
|
"kind": "field",
|
|
9675
10113
|
"name": "disabledFocusable",
|
|
@@ -9864,7 +10302,6 @@
|
|
|
9864
10302
|
"type": {
|
|
9865
10303
|
"text": "boolean"
|
|
9866
10304
|
},
|
|
9867
|
-
"default": "false",
|
|
9868
10305
|
"description": "Sets the element's disabled state.",
|
|
9869
10306
|
"fieldName": "disabled"
|
|
9870
10307
|
},
|
|
@@ -10063,7 +10500,6 @@
|
|
|
10063
10500
|
"type": {
|
|
10064
10501
|
"text": "boolean"
|
|
10065
10502
|
},
|
|
10066
|
-
"default": "false",
|
|
10067
10503
|
"description": "Sets the element's disabled state.",
|
|
10068
10504
|
"privacy": "public",
|
|
10069
10505
|
"inheritedFrom": {
|
|
@@ -10071,15 +10507,6 @@
|
|
|
10071
10507
|
"module": "src/button/button.base.ts"
|
|
10072
10508
|
}
|
|
10073
10509
|
},
|
|
10074
|
-
{
|
|
10075
|
-
"kind": "method",
|
|
10076
|
-
"name": "disabledChanged",
|
|
10077
|
-
"privacy": "protected",
|
|
10078
|
-
"inheritedFrom": {
|
|
10079
|
-
"name": "BaseButton",
|
|
10080
|
-
"module": "src/button/button.base.ts"
|
|
10081
|
-
}
|
|
10082
|
-
},
|
|
10083
10510
|
{
|
|
10084
10511
|
"kind": "field",
|
|
10085
10512
|
"name": "disabledFocusable",
|
|
@@ -10388,7 +10815,6 @@
|
|
|
10388
10815
|
"type": {
|
|
10389
10816
|
"text": "boolean"
|
|
10390
10817
|
},
|
|
10391
|
-
"default": "false",
|
|
10392
10818
|
"description": "Sets the element's disabled state.",
|
|
10393
10819
|
"fieldName": "disabled",
|
|
10394
10820
|
"inheritedFrom": {
|
|
@@ -11799,6 +12225,7 @@
|
|
|
11799
12225
|
"kind": "variable",
|
|
11800
12226
|
"name": "badgeSizeStyles",
|
|
11801
12227
|
"default": "css.partial` :host([size='tiny']) { width: 6px; height: 6px; font-size: 4px; line-height: 4px; padding-inline: 0; min-width: unset; } :host([size='tiny']) ::slotted(svg) { font-size: 6px; } :host([size='extra-small']) { width: 10px; height: 10px; font-size: 6px; line-height: 6px; padding-inline: 0; min-width: unset; } :host([size='extra-small']) ::slotted(svg) { font-size: 10px; } :host([size='small']) { min-width: 16px; height: 16px; font-size: ${fontSizeBase100}; line-height: ${lineHeightBase100}; padding-inline: calc(${spacingHorizontalXXS} + ${spacingHorizontalXXS}); } :host([size='small']) ::slotted(svg) { font-size: 12px; } :host([size='large']) { min-width: 24px; height: 24px; font-size: ${fontSizeBase200}; line-height: ${lineHeightBase200}; padding-inline: calc(${spacingHorizontalXS} + ${spacingHorizontalXXS}); } :host([size='large']) ::slotted(svg) { font-size: 16px; } :host([size='extra-large']) { min-width: 32px; height: 32px; font-size: ${fontSizeBase200}; line-height: ${lineHeightBase200}; padding-inline: calc(${spacingHorizontalSNudge} + ${spacingHorizontalXXS}); } :host([size='extra-large']) ::slotted(svg) { font-size: 20px; } `",
|
|
12228
|
+
"description": "The badge's size styles",
|
|
11802
12229
|
"privacy": "public"
|
|
11803
12230
|
},
|
|
11804
12231
|
{
|
|
@@ -13090,7 +13517,6 @@
|
|
|
13090
13517
|
"type": {
|
|
13091
13518
|
"text": "boolean"
|
|
13092
13519
|
},
|
|
13093
|
-
"default": "false",
|
|
13094
13520
|
"description": "Sets the element's disabled state.",
|
|
13095
13521
|
"fieldName": "disabled",
|
|
13096
13522
|
"inheritedFrom": {
|
|
@@ -13321,7 +13747,6 @@
|
|
|
13321
13747
|
"type": {
|
|
13322
13748
|
"text": "boolean"
|
|
13323
13749
|
},
|
|
13324
|
-
"default": "false",
|
|
13325
13750
|
"description": "Sets the element's disabled state.",
|
|
13326
13751
|
"privacy": "public",
|
|
13327
13752
|
"inheritedFrom": {
|
|
@@ -13329,15 +13754,6 @@
|
|
|
13329
13754
|
"module": "src/button/button.base.ts"
|
|
13330
13755
|
}
|
|
13331
13756
|
},
|
|
13332
|
-
{
|
|
13333
|
-
"kind": "method",
|
|
13334
|
-
"name": "disabledChanged",
|
|
13335
|
-
"privacy": "protected",
|
|
13336
|
-
"inheritedFrom": {
|
|
13337
|
-
"name": "BaseButton",
|
|
13338
|
-
"module": "src/button/button.base.ts"
|
|
13339
|
-
}
|
|
13340
|
-
},
|
|
13341
13757
|
{
|
|
13342
13758
|
"kind": "field",
|
|
13343
13759
|
"name": "disabledFocusable",
|
|
@@ -13830,7 +14246,13 @@
|
|
|
13830
14246
|
"type": {
|
|
13831
14247
|
"text": "HTMLDialogElement"
|
|
13832
14248
|
},
|
|
13833
|
-
"privacy": "public"
|
|
14249
|
+
"privacy": "public",
|
|
14250
|
+
"description": "The dialog element"
|
|
14251
|
+
},
|
|
14252
|
+
{
|
|
14253
|
+
"kind": "method",
|
|
14254
|
+
"name": "dialogChanged",
|
|
14255
|
+
"privacy": "protected"
|
|
13834
14256
|
},
|
|
13835
14257
|
{
|
|
13836
14258
|
"kind": "field",
|
|
@@ -13838,7 +14260,8 @@
|
|
|
13838
14260
|
"type": {
|
|
13839
14261
|
"text": "string | undefined"
|
|
13840
14262
|
},
|
|
13841
|
-
"privacy": "public"
|
|
14263
|
+
"privacy": "public",
|
|
14264
|
+
"description": "The ID of the element that describes the dialog"
|
|
13842
14265
|
},
|
|
13843
14266
|
{
|
|
13844
14267
|
"kind": "field",
|
|
@@ -13846,7 +14269,17 @@
|
|
|
13846
14269
|
"type": {
|
|
13847
14270
|
"text": "string | undefined"
|
|
13848
14271
|
},
|
|
13849
|
-
"privacy": "public"
|
|
14272
|
+
"privacy": "public",
|
|
14273
|
+
"description": "The ID of the element that labels the dialog"
|
|
14274
|
+
},
|
|
14275
|
+
{
|
|
14276
|
+
"kind": "field",
|
|
14277
|
+
"name": "ariaLabel",
|
|
14278
|
+
"type": {
|
|
14279
|
+
"text": "string | null"
|
|
14280
|
+
},
|
|
14281
|
+
"privacy": "public",
|
|
14282
|
+
"description": "The label of the dialog"
|
|
13850
14283
|
},
|
|
13851
14284
|
{
|
|
13852
14285
|
"kind": "field",
|
|
@@ -13855,6 +14288,7 @@
|
|
|
13855
14288
|
"text": "DialogType"
|
|
13856
14289
|
},
|
|
13857
14290
|
"privacy": "public",
|
|
14291
|
+
"description": "The type of the dialog modal",
|
|
13858
14292
|
"parsedType": {
|
|
13859
14293
|
"text": "'modal' | 'non-modal' | 'alert'"
|
|
13860
14294
|
}
|
|
@@ -13863,6 +14297,11 @@
|
|
|
13863
14297
|
"kind": "method",
|
|
13864
14298
|
"name": "typeChanged",
|
|
13865
14299
|
"privacy": "protected",
|
|
14300
|
+
"return": {
|
|
14301
|
+
"type": {
|
|
14302
|
+
"text": "void"
|
|
14303
|
+
}
|
|
14304
|
+
},
|
|
13866
14305
|
"parameters": [
|
|
13867
14306
|
{
|
|
13868
14307
|
"name": "prev",
|
|
@@ -13873,7 +14312,7 @@
|
|
|
13873
14312
|
{
|
|
13874
14313
|
"name": "next",
|
|
13875
14314
|
"type": {
|
|
13876
|
-
"text": "DialogType
|
|
14315
|
+
"text": "DialogType"
|
|
13877
14316
|
}
|
|
13878
14317
|
}
|
|
13879
14318
|
]
|
|
@@ -13881,12 +14320,14 @@
|
|
|
13881
14320
|
{
|
|
13882
14321
|
"kind": "field",
|
|
13883
14322
|
"name": "emitBeforeToggle",
|
|
13884
|
-
"privacy": "public"
|
|
14323
|
+
"privacy": "public",
|
|
14324
|
+
"description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
13885
14325
|
},
|
|
13886
14326
|
{
|
|
13887
14327
|
"kind": "field",
|
|
13888
14328
|
"name": "emitToggle",
|
|
13889
|
-
"privacy": "public"
|
|
14329
|
+
"privacy": "public",
|
|
14330
|
+
"description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
13890
14331
|
},
|
|
13891
14332
|
{
|
|
13892
14333
|
"kind": "method",
|
|
@@ -13896,7 +14337,8 @@
|
|
|
13896
14337
|
"type": {
|
|
13897
14338
|
"text": "void"
|
|
13898
14339
|
}
|
|
13899
|
-
}
|
|
14340
|
+
},
|
|
14341
|
+
"description": "Method to show the dialog"
|
|
13900
14342
|
},
|
|
13901
14343
|
{
|
|
13902
14344
|
"kind": "method",
|
|
@@ -13906,7 +14348,8 @@
|
|
|
13906
14348
|
"type": {
|
|
13907
14349
|
"text": "void"
|
|
13908
14350
|
}
|
|
13909
|
-
}
|
|
14351
|
+
},
|
|
14352
|
+
"description": "Method to hide the dialog"
|
|
13910
14353
|
},
|
|
13911
14354
|
{
|
|
13912
14355
|
"kind": "method",
|
|
@@ -13925,7 +14368,8 @@
|
|
|
13925
14368
|
},
|
|
13926
14369
|
"description": "The click event"
|
|
13927
14370
|
}
|
|
13928
|
-
]
|
|
14371
|
+
],
|
|
14372
|
+
"description": "Handles click events on the dialog overlay for light-dismiss"
|
|
13929
14373
|
}
|
|
13930
14374
|
],
|
|
13931
14375
|
"attributes": [
|
|
@@ -13934,6 +14378,7 @@
|
|
|
13934
14378
|
"type": {
|
|
13935
14379
|
"text": "string | undefined"
|
|
13936
14380
|
},
|
|
14381
|
+
"description": "The ID of the element that describes the dialog",
|
|
13937
14382
|
"fieldName": "ariaDescribedby"
|
|
13938
14383
|
},
|
|
13939
14384
|
{
|
|
@@ -13941,13 +14386,23 @@
|
|
|
13941
14386
|
"type": {
|
|
13942
14387
|
"text": "string | undefined"
|
|
13943
14388
|
},
|
|
14389
|
+
"description": "The ID of the element that labels the dialog",
|
|
13944
14390
|
"fieldName": "ariaLabelledby"
|
|
13945
14391
|
},
|
|
14392
|
+
{
|
|
14393
|
+
"name": "aria-label",
|
|
14394
|
+
"type": {
|
|
14395
|
+
"text": "string | null"
|
|
14396
|
+
},
|
|
14397
|
+
"description": "The label of the dialog",
|
|
14398
|
+
"fieldName": "ariaLabel"
|
|
14399
|
+
},
|
|
13946
14400
|
{
|
|
13947
14401
|
"name": "type",
|
|
13948
14402
|
"type": {
|
|
13949
14403
|
"text": "DialogType"
|
|
13950
14404
|
},
|
|
14405
|
+
"description": "The type of the dialog modal",
|
|
13951
14406
|
"fieldName": "type",
|
|
13952
14407
|
"parsedType": {
|
|
13953
14408
|
"text": "'modal' | 'non-modal' | 'alert'"
|
|
@@ -14275,6 +14730,7 @@
|
|
|
14275
14730
|
"text": "DrawerType"
|
|
14276
14731
|
},
|
|
14277
14732
|
"privacy": "public",
|
|
14733
|
+
"description": "Determines whether the drawer should be displayed as modal or non-modal\nWhen rendered as a modal, an overlay is applied over the rest of the view.",
|
|
14278
14734
|
"parsedType": {
|
|
14279
14735
|
"text": "'inline' | 'modal' | 'non-modal'"
|
|
14280
14736
|
}
|
|
@@ -14290,7 +14746,8 @@
|
|
|
14290
14746
|
"type": {
|
|
14291
14747
|
"text": "string | undefined"
|
|
14292
14748
|
},
|
|
14293
|
-
"privacy": "public"
|
|
14749
|
+
"privacy": "public",
|
|
14750
|
+
"description": "The ID of the element that labels the drawer."
|
|
14294
14751
|
},
|
|
14295
14752
|
{
|
|
14296
14753
|
"kind": "field",
|
|
@@ -14298,7 +14755,8 @@
|
|
|
14298
14755
|
"type": {
|
|
14299
14756
|
"text": "string | undefined"
|
|
14300
14757
|
},
|
|
14301
|
-
"privacy": "public"
|
|
14758
|
+
"privacy": "public",
|
|
14759
|
+
"description": "The ID of the element that describes the drawer."
|
|
14302
14760
|
},
|
|
14303
14761
|
{
|
|
14304
14762
|
"kind": "field",
|
|
@@ -14329,17 +14787,20 @@
|
|
|
14329
14787
|
"type": {
|
|
14330
14788
|
"text": "HTMLDialogElement"
|
|
14331
14789
|
},
|
|
14332
|
-
"privacy": "public"
|
|
14790
|
+
"privacy": "public",
|
|
14791
|
+
"description": "The dialog element."
|
|
14333
14792
|
},
|
|
14334
14793
|
{
|
|
14335
14794
|
"kind": "field",
|
|
14336
14795
|
"name": "emitToggle",
|
|
14337
|
-
"privacy": "public"
|
|
14796
|
+
"privacy": "public",
|
|
14797
|
+
"description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
14338
14798
|
},
|
|
14339
14799
|
{
|
|
14340
14800
|
"kind": "field",
|
|
14341
14801
|
"name": "emitBeforeToggle",
|
|
14342
|
-
"privacy": "public"
|
|
14802
|
+
"privacy": "public",
|
|
14803
|
+
"description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
14343
14804
|
},
|
|
14344
14805
|
{
|
|
14345
14806
|
"kind": "method",
|
|
@@ -14349,7 +14810,8 @@
|
|
|
14349
14810
|
"type": {
|
|
14350
14811
|
"text": "void"
|
|
14351
14812
|
}
|
|
14352
|
-
}
|
|
14813
|
+
},
|
|
14814
|
+
"description": "Method to show the drawer"
|
|
14353
14815
|
},
|
|
14354
14816
|
{
|
|
14355
14817
|
"kind": "method",
|
|
@@ -14359,7 +14821,8 @@
|
|
|
14359
14821
|
"type": {
|
|
14360
14822
|
"text": "void"
|
|
14361
14823
|
}
|
|
14362
|
-
}
|
|
14824
|
+
},
|
|
14825
|
+
"description": "Method to hide the drawer"
|
|
14363
14826
|
},
|
|
14364
14827
|
{
|
|
14365
14828
|
"kind": "method",
|
|
@@ -14383,7 +14846,8 @@
|
|
|
14383
14846
|
{
|
|
14384
14847
|
"kind": "method",
|
|
14385
14848
|
"name": "cancelHandler",
|
|
14386
|
-
"privacy": "public"
|
|
14849
|
+
"privacy": "public",
|
|
14850
|
+
"description": "Handles cancel events on the drawer."
|
|
14387
14851
|
},
|
|
14388
14852
|
{
|
|
14389
14853
|
"kind": "method",
|
|
@@ -14456,6 +14920,7 @@
|
|
|
14456
14920
|
"type": {
|
|
14457
14921
|
"text": "DrawerType"
|
|
14458
14922
|
},
|
|
14923
|
+
"description": "Determines whether the drawer should be displayed as modal or non-modal\nWhen rendered as a modal, an overlay is applied over the rest of the view.",
|
|
14459
14924
|
"fieldName": "type",
|
|
14460
14925
|
"parsedType": {
|
|
14461
14926
|
"text": "'inline' | 'modal' | 'non-modal'"
|
|
@@ -14466,6 +14931,7 @@
|
|
|
14466
14931
|
"type": {
|
|
14467
14932
|
"text": "string | undefined"
|
|
14468
14933
|
},
|
|
14934
|
+
"description": "The ID of the element that labels the drawer.",
|
|
14469
14935
|
"fieldName": "ariaLabelledby"
|
|
14470
14936
|
},
|
|
14471
14937
|
{
|
|
@@ -14473,6 +14939,7 @@
|
|
|
14473
14939
|
"type": {
|
|
14474
14940
|
"text": "string | undefined"
|
|
14475
14941
|
},
|
|
14942
|
+
"description": "The ID of the element that describes the drawer.",
|
|
14476
14943
|
"fieldName": "ariaDescribedby"
|
|
14477
14944
|
},
|
|
14478
14945
|
{
|
|
@@ -15074,15 +15541,6 @@
|
|
|
15074
15541
|
}
|
|
15075
15542
|
],
|
|
15076
15543
|
"members": [
|
|
15077
|
-
{
|
|
15078
|
-
"kind": "field",
|
|
15079
|
-
"name": "id",
|
|
15080
|
-
"type": {
|
|
15081
|
-
"text": "string"
|
|
15082
|
-
},
|
|
15083
|
-
"privacy": "public",
|
|
15084
|
-
"description": "Sets the listbox ID to a unique value if one is not provided."
|
|
15085
|
-
},
|
|
15086
15544
|
{
|
|
15087
15545
|
"kind": "field",
|
|
15088
15546
|
"name": "multiple",
|
|
@@ -15191,6 +15649,7 @@
|
|
|
15191
15649
|
"parameters": [
|
|
15192
15650
|
{
|
|
15193
15651
|
"name": "e",
|
|
15652
|
+
"optional": true,
|
|
15194
15653
|
"type": {
|
|
15195
15654
|
"text": "Event"
|
|
15196
15655
|
},
|
|
@@ -15208,16 +15667,6 @@
|
|
|
15208
15667
|
"default": "'listbox'"
|
|
15209
15668
|
}
|
|
15210
15669
|
],
|
|
15211
|
-
"attributes": [
|
|
15212
|
-
{
|
|
15213
|
-
"name": "id",
|
|
15214
|
-
"type": {
|
|
15215
|
-
"text": "string"
|
|
15216
|
-
},
|
|
15217
|
-
"description": "Sets the listbox ID to a unique value if one is not provided.",
|
|
15218
|
-
"fieldName": "id"
|
|
15219
|
-
}
|
|
15220
|
-
],
|
|
15221
15670
|
"superclass": {
|
|
15222
15671
|
"name": "FASTElement",
|
|
15223
15672
|
"package": "@microsoft/fast-element"
|
|
@@ -17588,7 +18037,6 @@
|
|
|
17588
18037
|
"type": {
|
|
17589
18038
|
"text": "boolean"
|
|
17590
18039
|
},
|
|
17591
|
-
"default": "false",
|
|
17592
18040
|
"description": "Sets the element's disabled state.",
|
|
17593
18041
|
"fieldName": "disabled",
|
|
17594
18042
|
"inheritedFrom": {
|
|
@@ -17819,7 +18267,6 @@
|
|
|
17819
18267
|
"type": {
|
|
17820
18268
|
"text": "boolean"
|
|
17821
18269
|
},
|
|
17822
|
-
"default": "false",
|
|
17823
18270
|
"description": "Sets the element's disabled state.",
|
|
17824
18271
|
"privacy": "public",
|
|
17825
18272
|
"inheritedFrom": {
|
|
@@ -17827,15 +18274,6 @@
|
|
|
17827
18274
|
"module": "src/button/button.base.ts"
|
|
17828
18275
|
}
|
|
17829
18276
|
},
|
|
17830
|
-
{
|
|
17831
|
-
"kind": "method",
|
|
17832
|
-
"name": "disabledChanged",
|
|
17833
|
-
"privacy": "protected",
|
|
17834
|
-
"inheritedFrom": {
|
|
17835
|
-
"name": "BaseButton",
|
|
17836
|
-
"module": "src/button/button.base.ts"
|
|
17837
|
-
}
|
|
17838
|
-
},
|
|
17839
18277
|
{
|
|
17840
18278
|
"kind": "field",
|
|
17841
18279
|
"name": "disabledFocusable",
|
|
@@ -18637,7 +19075,6 @@
|
|
|
18637
19075
|
"text": "MenuList[]"
|
|
18638
19076
|
},
|
|
18639
19077
|
"privacy": "public",
|
|
18640
|
-
"default": "[]",
|
|
18641
19078
|
"description": "Holds the slotted menu list."
|
|
18642
19079
|
},
|
|
18643
19080
|
{
|
|
@@ -18647,7 +19084,6 @@
|
|
|
18647
19084
|
"text": "HTMLElement[]"
|
|
18648
19085
|
},
|
|
18649
19086
|
"privacy": "public",
|
|
18650
|
-
"default": "[]",
|
|
18651
19087
|
"description": "Holds the slotted triggers."
|
|
18652
19088
|
},
|
|
18653
19089
|
{
|
|
@@ -19014,7 +19450,8 @@
|
|
|
19014
19450
|
{
|
|
19015
19451
|
"kind": "field",
|
|
19016
19452
|
"name": "dismissMessageBar",
|
|
19017
|
-
"privacy": "public"
|
|
19453
|
+
"privacy": "public",
|
|
19454
|
+
"description": "Method to emit a `dismiss` event when the message bar is dismissed"
|
|
19018
19455
|
},
|
|
19019
19456
|
{
|
|
19020
19457
|
"kind": "field",
|
|
@@ -19098,7 +19535,7 @@
|
|
|
19098
19535
|
},
|
|
19099
19536
|
"privacy": "public",
|
|
19100
19537
|
"default": "null",
|
|
19101
|
-
"description": "The validation state of the progress bar",
|
|
19538
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19102
19539
|
"parsedType": {
|
|
19103
19540
|
"text": "'success' | 'warning' | 'error' | null"
|
|
19104
19541
|
}
|
|
@@ -19152,11 +19589,6 @@
|
|
|
19152
19589
|
],
|
|
19153
19590
|
"description": "Updates the percent complete when the `min` property changes."
|
|
19154
19591
|
},
|
|
19155
|
-
{
|
|
19156
|
-
"kind": "method",
|
|
19157
|
-
"name": "setIndicatorWidth",
|
|
19158
|
-
"privacy": "private"
|
|
19159
|
-
},
|
|
19160
19592
|
{
|
|
19161
19593
|
"kind": "field",
|
|
19162
19594
|
"name": "role",
|
|
@@ -19173,7 +19605,7 @@
|
|
|
19173
19605
|
"text": "ProgressBarValidationState | null"
|
|
19174
19606
|
},
|
|
19175
19607
|
"default": "null",
|
|
19176
|
-
"description": "The validation state of the progress bar",
|
|
19608
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19177
19609
|
"fieldName": "validationState",
|
|
19178
19610
|
"parsedType": {
|
|
19179
19611
|
"text": "'success' | 'warning' | 'error' | null"
|
|
@@ -19216,7 +19648,7 @@
|
|
|
19216
19648
|
"text": "ProgressBarThickness | undefined"
|
|
19217
19649
|
},
|
|
19218
19650
|
"privacy": "public",
|
|
19219
|
-
"description": "The thickness of the progress bar",
|
|
19651
|
+
"description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
|
|
19220
19652
|
"parsedType": {
|
|
19221
19653
|
"text": "'medium' | 'large' | undefined"
|
|
19222
19654
|
}
|
|
@@ -19228,7 +19660,7 @@
|
|
|
19228
19660
|
"text": "ProgressBarShape | undefined"
|
|
19229
19661
|
},
|
|
19230
19662
|
"privacy": "public",
|
|
19231
|
-
"description": "The shape of the progress bar",
|
|
19663
|
+
"description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
|
|
19232
19664
|
"parsedType": {
|
|
19233
19665
|
"text": "'rounded' | 'square' | undefined"
|
|
19234
19666
|
}
|
|
@@ -19241,7 +19673,7 @@
|
|
|
19241
19673
|
},
|
|
19242
19674
|
"privacy": "public",
|
|
19243
19675
|
"default": "null",
|
|
19244
|
-
"description": "The validation state of the progress bar",
|
|
19676
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19245
19677
|
"parsedType": {
|
|
19246
19678
|
"text": "'success' | 'warning' | 'error' | null"
|
|
19247
19679
|
},
|
|
@@ -19307,15 +19739,6 @@
|
|
|
19307
19739
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19308
19740
|
}
|
|
19309
19741
|
},
|
|
19310
|
-
{
|
|
19311
|
-
"kind": "method",
|
|
19312
|
-
"name": "setIndicatorWidth",
|
|
19313
|
-
"privacy": "private",
|
|
19314
|
-
"inheritedFrom": {
|
|
19315
|
-
"name": "BaseProgressBar",
|
|
19316
|
-
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19317
|
-
}
|
|
19318
|
-
},
|
|
19319
19742
|
{
|
|
19320
19743
|
"kind": "field",
|
|
19321
19744
|
"name": "role",
|
|
@@ -19335,7 +19758,7 @@
|
|
|
19335
19758
|
"type": {
|
|
19336
19759
|
"text": "ProgressBarThickness | undefined"
|
|
19337
19760
|
},
|
|
19338
|
-
"description": "The thickness of the progress bar",
|
|
19761
|
+
"description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
|
|
19339
19762
|
"fieldName": "thickness",
|
|
19340
19763
|
"parsedType": {
|
|
19341
19764
|
"text": "'medium' | 'large' | undefined"
|
|
@@ -19346,7 +19769,7 @@
|
|
|
19346
19769
|
"type": {
|
|
19347
19770
|
"text": "ProgressBarShape | undefined"
|
|
19348
19771
|
},
|
|
19349
|
-
"description": "The shape of the progress bar",
|
|
19772
|
+
"description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
|
|
19350
19773
|
"fieldName": "shape",
|
|
19351
19774
|
"parsedType": {
|
|
19352
19775
|
"text": "'rounded' | 'square' | undefined"
|
|
@@ -19358,7 +19781,7 @@
|
|
|
19358
19781
|
"text": "ProgressBarValidationState | null"
|
|
19359
19782
|
},
|
|
19360
19783
|
"default": "null",
|
|
19361
|
-
"description": "The validation state of the progress bar",
|
|
19784
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19362
19785
|
"fieldName": "validationState",
|
|
19363
19786
|
"parsedType": {
|
|
19364
19787
|
"text": "'success' | 'warning' | 'error' | null"
|
|
@@ -19900,7 +20323,6 @@
|
|
|
19900
20323
|
"text": "boolean"
|
|
19901
20324
|
},
|
|
19902
20325
|
"privacy": "public",
|
|
19903
|
-
"default": "false",
|
|
19904
20326
|
"description": "Disables the radio group and child radios."
|
|
19905
20327
|
},
|
|
19906
20328
|
{
|
|
@@ -20031,6 +20453,32 @@
|
|
|
20031
20453
|
}
|
|
20032
20454
|
]
|
|
20033
20455
|
},
|
|
20456
|
+
{
|
|
20457
|
+
"kind": "method",
|
|
20458
|
+
"name": "slottedRadiosChanged",
|
|
20459
|
+
"return": {
|
|
20460
|
+
"type": {
|
|
20461
|
+
"text": "void"
|
|
20462
|
+
}
|
|
20463
|
+
},
|
|
20464
|
+
"parameters": [
|
|
20465
|
+
{
|
|
20466
|
+
"name": "prev",
|
|
20467
|
+
"type": {
|
|
20468
|
+
"text": "Radio[] | undefined"
|
|
20469
|
+
},
|
|
20470
|
+
"description": "the previous slotted radios"
|
|
20471
|
+
},
|
|
20472
|
+
{
|
|
20473
|
+
"name": "next",
|
|
20474
|
+
"type": {
|
|
20475
|
+
"text": "Radio[]"
|
|
20476
|
+
},
|
|
20477
|
+
"description": "the current slotted radios"
|
|
20478
|
+
}
|
|
20479
|
+
],
|
|
20480
|
+
"description": "Updates the radios collection when the slotted radios change."
|
|
20481
|
+
},
|
|
20034
20482
|
{
|
|
20035
20483
|
"kind": "field",
|
|
20036
20484
|
"name": "formAssociated",
|
|
@@ -20171,7 +20619,6 @@
|
|
|
20171
20619
|
"type": {
|
|
20172
20620
|
"text": "boolean"
|
|
20173
20621
|
},
|
|
20174
|
-
"default": "false",
|
|
20175
20622
|
"description": "Disables the radio group and child radios.",
|
|
20176
20623
|
"fieldName": "disabled"
|
|
20177
20624
|
},
|
|
@@ -21250,9 +21697,15 @@
|
|
|
21250
21697
|
"kind": "method",
|
|
21251
21698
|
"name": "setDisabledSideEffect",
|
|
21252
21699
|
"privacy": "private",
|
|
21700
|
+
"return": {
|
|
21701
|
+
"type": {
|
|
21702
|
+
"text": "void"
|
|
21703
|
+
}
|
|
21704
|
+
},
|
|
21253
21705
|
"parameters": [
|
|
21254
21706
|
{
|
|
21255
21707
|
"name": "disabled",
|
|
21708
|
+
"default": "this.isDisabled",
|
|
21256
21709
|
"type": {
|
|
21257
21710
|
"text": "boolean"
|
|
21258
21711
|
}
|
|
@@ -21884,1067 +22337,40 @@
|
|
|
21884
22337
|
"text": "string"
|
|
21885
22338
|
},
|
|
21886
22339
|
"default": "'on'",
|
|
21887
|
-
"description": "The initial value of the input.",
|
|
21888
|
-
"fieldName": "initialValue",
|
|
21889
|
-
"inheritedFrom": {
|
|
21890
|
-
"name": "BaseCheckbox",
|
|
21891
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21892
|
-
}
|
|
21893
|
-
},
|
|
21894
|
-
{
|
|
21895
|
-
"name": "name",
|
|
21896
|
-
"type": {
|
|
21897
|
-
"text": "string"
|
|
21898
|
-
},
|
|
21899
|
-
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
21900
|
-
"fieldName": "name",
|
|
21901
|
-
"inheritedFrom": {
|
|
21902
|
-
"name": "BaseCheckbox",
|
|
21903
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21904
|
-
}
|
|
21905
|
-
},
|
|
21906
|
-
{
|
|
21907
|
-
"name": "required",
|
|
21908
|
-
"type": {
|
|
21909
|
-
"text": "boolean"
|
|
21910
|
-
},
|
|
21911
|
-
"description": "The element's required state.",
|
|
21912
|
-
"fieldName": "required",
|
|
21913
|
-
"inheritedFrom": {
|
|
21914
|
-
"name": "BaseCheckbox",
|
|
21915
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21916
|
-
}
|
|
21917
|
-
}
|
|
21918
|
-
],
|
|
21919
|
-
"modulePath": "./dist/esm/switch/switch.js",
|
|
21920
|
-
"definitionPath": "./dist/esm/switch/define.js",
|
|
21921
|
-
"cssProperties": [],
|
|
21922
|
-
"cssParts": [],
|
|
21923
|
-
"cssStates": [],
|
|
21924
|
-
"events": [],
|
|
21925
|
-
"slots": []
|
|
21926
|
-
}
|
|
21927
|
-
],
|
|
21928
|
-
"exports": [
|
|
21929
|
-
{
|
|
21930
|
-
"kind": "js",
|
|
21931
|
-
"name": "Switch",
|
|
21932
|
-
"declaration": {
|
|
21933
|
-
"name": "Switch",
|
|
21934
|
-
"module": "src/switch/switch.ts"
|
|
21935
|
-
}
|
|
21936
|
-
}
|
|
21937
|
-
]
|
|
21938
|
-
},
|
|
21939
|
-
{
|
|
21940
|
-
"kind": "javascript-module",
|
|
21941
|
-
"path": "./dist/esm/tab-panel/tab-panel.js",
|
|
21942
|
-
"declarations": [
|
|
21943
|
-
{
|
|
21944
|
-
"kind": "class",
|
|
21945
|
-
"description": "",
|
|
21946
|
-
"name": "TabPanel",
|
|
21947
|
-
"superclass": {
|
|
21948
|
-
"name": "FASTElement",
|
|
21949
|
-
"package": "@microsoft/fast-element"
|
|
21950
|
-
},
|
|
21951
|
-
"deprecated": "- Use tablist instead",
|
|
21952
|
-
"tagName": "fluent-tab-panel",
|
|
21953
|
-
"customElement": true,
|
|
21954
|
-
"modulePath": "./dist/esm/tab-panel/tab-panel.js",
|
|
21955
|
-
"definitionPath": "./dist/esm/tab-panel/define.js"
|
|
21956
|
-
}
|
|
21957
|
-
],
|
|
21958
|
-
"exports": [
|
|
21959
|
-
{
|
|
21960
|
-
"kind": "js",
|
|
21961
|
-
"name": "TabPanel",
|
|
21962
|
-
"declaration": {
|
|
21963
|
-
"name": "TabPanel",
|
|
21964
|
-
"module": "src/tab-panel/tab-panel.ts"
|
|
21965
|
-
}
|
|
21966
|
-
}
|
|
21967
|
-
]
|
|
21968
|
-
},
|
|
21969
|
-
{
|
|
21970
|
-
"kind": "javascript-module",
|
|
21971
|
-
"path": "./dist/esm/tab/tab.js",
|
|
21972
|
-
"declarations": [
|
|
21973
|
-
{
|
|
21974
|
-
"kind": "class",
|
|
21975
|
-
"description": "Tab extends the FASTTab and is a child of the TabList",
|
|
21976
|
-
"name": "Tab",
|
|
21977
|
-
"members": [
|
|
21978
|
-
{
|
|
21979
|
-
"kind": "field",
|
|
21980
|
-
"name": "disabled",
|
|
21981
|
-
"type": {
|
|
21982
|
-
"text": "boolean"
|
|
21983
|
-
},
|
|
21984
|
-
"privacy": "public",
|
|
21985
|
-
"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."
|
|
21986
|
-
},
|
|
21987
|
-
{
|
|
21988
|
-
"kind": "field",
|
|
21989
|
-
"name": "styles",
|
|
21990
|
-
"type": {
|
|
21991
|
-
"text": "ElementStyles | undefined"
|
|
21992
|
-
},
|
|
21993
|
-
"privacy": "private"
|
|
21994
|
-
}
|
|
21995
|
-
],
|
|
21996
|
-
"attributes": [
|
|
21997
|
-
{
|
|
21998
|
-
"name": "disabled",
|
|
21999
|
-
"type": {
|
|
22000
|
-
"text": "boolean"
|
|
22001
|
-
},
|
|
22002
|
-
"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.",
|
|
22003
|
-
"fieldName": "disabled"
|
|
22004
|
-
}
|
|
22005
|
-
],
|
|
22006
|
-
"superclass": {
|
|
22007
|
-
"name": "FASTElement",
|
|
22008
|
-
"package": "@microsoft/fast-element"
|
|
22009
|
-
},
|
|
22010
|
-
"tagName": "fluent-tab",
|
|
22011
|
-
"customElement": true,
|
|
22012
|
-
"modulePath": "./dist/esm/tab/tab.js",
|
|
22013
|
-
"definitionPath": "./dist/esm/tab/define.js"
|
|
22014
|
-
}
|
|
22015
|
-
],
|
|
22016
|
-
"exports": [
|
|
22017
|
-
{
|
|
22018
|
-
"kind": "js",
|
|
22019
|
-
"name": "Tab",
|
|
22020
|
-
"declaration": {
|
|
22021
|
-
"name": "Tab",
|
|
22022
|
-
"module": "src/tab/tab.ts"
|
|
22023
|
-
}
|
|
22024
|
-
}
|
|
22025
|
-
]
|
|
22026
|
-
},
|
|
22027
|
-
{
|
|
22028
|
-
"kind": "javascript-module",
|
|
22029
|
-
"path": "./dist/esm/tabs/tabs.base.js",
|
|
22030
|
-
"declarations": [
|
|
22031
|
-
{
|
|
22032
|
-
"kind": "class",
|
|
22033
|
-
"description": "A Tabs component that wraps a collection of tab and tab panel elements.",
|
|
22034
|
-
"name": "BaseTabs",
|
|
22035
|
-
"members": [
|
|
22036
|
-
{
|
|
22037
|
-
"kind": "field",
|
|
22038
|
-
"name": "orientation",
|
|
22039
|
-
"type": {
|
|
22040
|
-
"text": "TabsOrientation"
|
|
22041
|
-
},
|
|
22042
|
-
"privacy": "public",
|
|
22043
|
-
"description": "The orientation",
|
|
22044
|
-
"parsedType": {
|
|
22045
|
-
"text": "'horizontal' | 'vertical'"
|
|
22046
|
-
}
|
|
22047
|
-
},
|
|
22048
|
-
{
|
|
22049
|
-
"kind": "field",
|
|
22050
|
-
"name": "activeid",
|
|
22051
|
-
"type": {
|
|
22052
|
-
"text": "string"
|
|
22053
|
-
},
|
|
22054
|
-
"privacy": "public",
|
|
22055
|
-
"description": "The id of the active tab"
|
|
22056
|
-
},
|
|
22057
|
-
{
|
|
22058
|
-
"kind": "field",
|
|
22059
|
-
"name": "activetab",
|
|
22060
|
-
"type": {
|
|
22061
|
-
"text": "HTMLElement"
|
|
22062
|
-
},
|
|
22063
|
-
"privacy": "public",
|
|
22064
|
-
"description": "A reference to the active tab"
|
|
22065
|
-
},
|
|
22066
|
-
{
|
|
22067
|
-
"kind": "field",
|
|
22068
|
-
"name": "prevActiveTabIndex",
|
|
22069
|
-
"type": {
|
|
22070
|
-
"text": "number"
|
|
22071
|
-
},
|
|
22072
|
-
"privacy": "private",
|
|
22073
|
-
"default": "0"
|
|
22074
|
-
},
|
|
22075
|
-
{
|
|
22076
|
-
"kind": "field",
|
|
22077
|
-
"name": "activeTabIndex",
|
|
22078
|
-
"type": {
|
|
22079
|
-
"text": "number"
|
|
22080
|
-
},
|
|
22081
|
-
"privacy": "private",
|
|
22082
|
-
"default": "0"
|
|
22083
|
-
},
|
|
22084
|
-
{
|
|
22085
|
-
"kind": "field",
|
|
22086
|
-
"name": "tabIds",
|
|
22087
|
-
"type": {
|
|
22088
|
-
"text": "Array<string>"
|
|
22089
|
-
},
|
|
22090
|
-
"privacy": "private"
|
|
22091
|
-
},
|
|
22092
|
-
{
|
|
22093
|
-
"kind": "field",
|
|
22094
|
-
"name": "tabpanelIds",
|
|
22095
|
-
"type": {
|
|
22096
|
-
"text": "Array<string>"
|
|
22097
|
-
},
|
|
22098
|
-
"privacy": "private"
|
|
22099
|
-
},
|
|
22100
|
-
{
|
|
22101
|
-
"kind": "field",
|
|
22102
|
-
"name": "change",
|
|
22103
|
-
"privacy": "private"
|
|
22104
|
-
},
|
|
22105
|
-
{
|
|
22106
|
-
"kind": "field",
|
|
22107
|
-
"name": "isDisabledElement",
|
|
22108
|
-
"privacy": "private"
|
|
22109
|
-
},
|
|
22110
|
-
{
|
|
22111
|
-
"kind": "field",
|
|
22112
|
-
"name": "isHiddenElement",
|
|
22113
|
-
"privacy": "private"
|
|
22114
|
-
},
|
|
22115
|
-
{
|
|
22116
|
-
"kind": "field",
|
|
22117
|
-
"name": "isFocusableElement",
|
|
22118
|
-
"privacy": "private"
|
|
22119
|
-
},
|
|
22120
|
-
{
|
|
22121
|
-
"kind": "method",
|
|
22122
|
-
"name": "getActiveIndex",
|
|
22123
|
-
"privacy": "private",
|
|
22124
|
-
"return": {
|
|
22125
|
-
"type": {
|
|
22126
|
-
"text": "number"
|
|
22127
|
-
}
|
|
22128
|
-
}
|
|
22129
|
-
},
|
|
22130
|
-
{
|
|
22131
|
-
"kind": "method",
|
|
22132
|
-
"name": "setTabs",
|
|
22133
|
-
"privacy": "public",
|
|
22134
|
-
"return": {
|
|
22135
|
-
"type": {
|
|
22136
|
-
"text": "void"
|
|
22137
|
-
}
|
|
22138
|
-
},
|
|
22139
|
-
"description": "Function that is invoked whenever the selected tab or the tab collection changes."
|
|
22140
|
-
},
|
|
22141
|
-
{
|
|
22142
|
-
"kind": "method",
|
|
22143
|
-
"name": "setTabPanels",
|
|
22144
|
-
"privacy": "private",
|
|
22145
|
-
"return": {
|
|
22146
|
-
"type": {
|
|
22147
|
-
"text": "void"
|
|
22148
|
-
}
|
|
22149
|
-
}
|
|
22150
|
-
},
|
|
22151
|
-
{
|
|
22152
|
-
"kind": "method",
|
|
22153
|
-
"name": "getTabIds",
|
|
22154
|
-
"privacy": "private",
|
|
22155
|
-
"return": {
|
|
22156
|
-
"type": {
|
|
22157
|
-
"text": "Array<string>"
|
|
22158
|
-
}
|
|
22159
|
-
}
|
|
22160
|
-
},
|
|
22161
|
-
{
|
|
22162
|
-
"kind": "method",
|
|
22163
|
-
"name": "getTabPanelIds",
|
|
22164
|
-
"privacy": "private",
|
|
22165
|
-
"return": {
|
|
22166
|
-
"type": {
|
|
22167
|
-
"text": "Array<string>"
|
|
22168
|
-
}
|
|
22169
|
-
}
|
|
22170
|
-
},
|
|
22171
|
-
{
|
|
22172
|
-
"kind": "method",
|
|
22173
|
-
"name": "setComponent",
|
|
22174
|
-
"privacy": "private",
|
|
22175
|
-
"return": {
|
|
22176
|
-
"type": {
|
|
22177
|
-
"text": "void"
|
|
22178
|
-
}
|
|
22179
|
-
}
|
|
22180
|
-
},
|
|
22181
|
-
{
|
|
22182
|
-
"kind": "field",
|
|
22183
|
-
"name": "handleTabClick",
|
|
22184
|
-
"privacy": "private"
|
|
22185
|
-
},
|
|
22186
|
-
{
|
|
22187
|
-
"kind": "method",
|
|
22188
|
-
"name": "isHorizontal",
|
|
22189
|
-
"privacy": "private",
|
|
22190
|
-
"return": {
|
|
22191
|
-
"type": {
|
|
22192
|
-
"text": "boolean"
|
|
22193
|
-
}
|
|
22194
|
-
}
|
|
22195
|
-
},
|
|
22196
|
-
{
|
|
22197
|
-
"kind": "field",
|
|
22198
|
-
"name": "handleTabKeyDown",
|
|
22199
|
-
"privacy": "private"
|
|
22200
|
-
},
|
|
22201
|
-
{
|
|
22202
|
-
"kind": "method",
|
|
22203
|
-
"name": "adjust",
|
|
22204
|
-
"privacy": "public",
|
|
22205
|
-
"return": {
|
|
22206
|
-
"type": {
|
|
22207
|
-
"text": "void"
|
|
22208
|
-
}
|
|
22209
|
-
},
|
|
22210
|
-
"parameters": [
|
|
22211
|
-
{
|
|
22212
|
-
"name": "adjustment",
|
|
22213
|
-
"type": {
|
|
22214
|
-
"text": "number"
|
|
22215
|
-
}
|
|
22216
|
-
}
|
|
22217
|
-
],
|
|
22218
|
-
"description": "The adjust method for FASTTabs"
|
|
22219
|
-
},
|
|
22220
|
-
{
|
|
22221
|
-
"kind": "method",
|
|
22222
|
-
"name": "adjustForward",
|
|
22223
|
-
"privacy": "private",
|
|
22224
|
-
"return": {
|
|
22225
|
-
"type": {
|
|
22226
|
-
"text": "void"
|
|
22227
|
-
}
|
|
22228
|
-
},
|
|
22229
|
-
"parameters": [
|
|
22230
|
-
{
|
|
22231
|
-
"name": "e",
|
|
22232
|
-
"type": {
|
|
22233
|
-
"text": "KeyboardEvent"
|
|
22234
|
-
}
|
|
22235
|
-
}
|
|
22236
|
-
]
|
|
22237
|
-
},
|
|
22238
|
-
{
|
|
22239
|
-
"kind": "method",
|
|
22240
|
-
"name": "adjustBackward",
|
|
22241
|
-
"privacy": "private",
|
|
22242
|
-
"return": {
|
|
22243
|
-
"type": {
|
|
22244
|
-
"text": "void"
|
|
22245
|
-
}
|
|
22246
|
-
},
|
|
22247
|
-
"parameters": [
|
|
22248
|
-
{
|
|
22249
|
-
"name": "e",
|
|
22250
|
-
"type": {
|
|
22251
|
-
"text": "KeyboardEvent"
|
|
22252
|
-
}
|
|
22253
|
-
}
|
|
22254
|
-
]
|
|
22255
|
-
},
|
|
22256
|
-
{
|
|
22257
|
-
"kind": "method",
|
|
22258
|
-
"name": "moveToTabByIndex",
|
|
22259
|
-
"privacy": "private",
|
|
22260
|
-
"parameters": [
|
|
22261
|
-
{
|
|
22262
|
-
"name": "group",
|
|
22263
|
-
"type": {
|
|
22264
|
-
"text": "HTMLElement[]"
|
|
22265
|
-
}
|
|
22266
|
-
},
|
|
22267
|
-
{
|
|
22268
|
-
"name": "index",
|
|
22269
|
-
"type": {
|
|
22270
|
-
"text": "number"
|
|
22271
|
-
}
|
|
22272
|
-
}
|
|
22273
|
-
]
|
|
22274
|
-
},
|
|
22275
|
-
{
|
|
22276
|
-
"kind": "method",
|
|
22277
|
-
"name": "focusTab",
|
|
22278
|
-
"privacy": "private",
|
|
22279
|
-
"return": {
|
|
22280
|
-
"type": {
|
|
22281
|
-
"text": "void"
|
|
22282
|
-
}
|
|
22283
|
-
}
|
|
22284
|
-
}
|
|
22285
|
-
],
|
|
22286
|
-
"attributes": [
|
|
22287
|
-
{
|
|
22288
|
-
"name": "orientation",
|
|
22289
|
-
"type": {
|
|
22290
|
-
"text": "TabsOrientation"
|
|
22291
|
-
},
|
|
22292
|
-
"description": "The orientation",
|
|
22293
|
-
"fieldName": "orientation",
|
|
22294
|
-
"parsedType": {
|
|
22295
|
-
"text": "'horizontal' | 'vertical'"
|
|
22296
|
-
}
|
|
22297
|
-
},
|
|
22298
|
-
{
|
|
22299
|
-
"name": "activeid",
|
|
22300
|
-
"type": {
|
|
22301
|
-
"text": "string"
|
|
22302
|
-
},
|
|
22303
|
-
"description": "The id of the active tab",
|
|
22304
|
-
"fieldName": "activeid"
|
|
22305
|
-
}
|
|
22306
|
-
],
|
|
22307
|
-
"superclass": {
|
|
22308
|
-
"name": "FASTElement",
|
|
22309
|
-
"package": "@microsoft/fast-element"
|
|
22310
|
-
},
|
|
22311
|
-
"deprecated": "- use tablist instead",
|
|
22312
|
-
"customElement": true,
|
|
22313
|
-
"modulePath": "./dist/esm/tabs/tabs.base.js",
|
|
22314
|
-
"definitionPath": "./dist/esm/tabs/define.js"
|
|
22315
|
-
}
|
|
22316
|
-
],
|
|
22317
|
-
"exports": [
|
|
22318
|
-
{
|
|
22319
|
-
"kind": "js",
|
|
22320
|
-
"name": "BaseTabs",
|
|
22321
|
-
"declaration": {
|
|
22322
|
-
"name": "BaseTabs",
|
|
22323
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22324
|
-
}
|
|
22325
|
-
}
|
|
22326
|
-
]
|
|
22327
|
-
},
|
|
22328
|
-
{
|
|
22329
|
-
"kind": "javascript-module",
|
|
22330
|
-
"path": "./dist/esm/tabs/tabs.js",
|
|
22331
|
-
"declarations": [
|
|
22332
|
-
{
|
|
22333
|
-
"kind": "class",
|
|
22334
|
-
"description": "",
|
|
22335
|
-
"name": "Tabs",
|
|
22336
|
-
"members": [
|
|
22337
|
-
{
|
|
22338
|
-
"kind": "field",
|
|
22339
|
-
"name": "activeTabData",
|
|
22340
|
-
"type": {
|
|
22341
|
-
"text": "TabData"
|
|
22342
|
-
},
|
|
22343
|
-
"privacy": "private",
|
|
22344
|
-
"default": "{ x: 0, y: 0, height: 0, width: 0 }",
|
|
22345
|
-
"description": "activeTabData\nThe positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator."
|
|
22346
|
-
},
|
|
22347
|
-
{
|
|
22348
|
-
"kind": "field",
|
|
22349
|
-
"name": "previousActiveTabData",
|
|
22350
|
-
"type": {
|
|
22351
|
-
"text": "TabData"
|
|
22352
|
-
},
|
|
22353
|
-
"privacy": "private",
|
|
22354
|
-
"default": "{ x: 0, y: 0, height: 0, width: 0 }",
|
|
22355
|
-
"description": "previousActiveTabData\nThe positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator."
|
|
22356
|
-
},
|
|
22357
|
-
{
|
|
22358
|
-
"kind": "field",
|
|
22359
|
-
"name": "activeTabOffset",
|
|
22360
|
-
"type": {
|
|
22361
|
-
"text": "number"
|
|
22362
|
-
},
|
|
22363
|
-
"privacy": "private",
|
|
22364
|
-
"default": "0",
|
|
22365
|
-
"description": "activeTabOffset\nUsed to position the active indicator for animations of the active indicator on active tab changes."
|
|
22366
|
-
},
|
|
22367
|
-
{
|
|
22368
|
-
"kind": "field",
|
|
22369
|
-
"name": "activeTabScale",
|
|
22370
|
-
"type": {
|
|
22371
|
-
"text": "number"
|
|
22372
|
-
},
|
|
22373
|
-
"privacy": "private",
|
|
22374
|
-
"default": "1",
|
|
22375
|
-
"description": "activeTabScale\nUsed to scale the tab active indicator up or down as animations of the active indicator occur."
|
|
22376
|
-
},
|
|
22377
|
-
{
|
|
22378
|
-
"kind": "field",
|
|
22379
|
-
"name": "styles",
|
|
22380
|
-
"type": {
|
|
22381
|
-
"text": "ElementStyles | undefined"
|
|
22382
|
-
},
|
|
22383
|
-
"privacy": "private",
|
|
22384
|
-
"description": "styles\nused in the class for storing the css variables required for animations"
|
|
22385
|
-
},
|
|
22386
|
-
{
|
|
22387
|
-
"kind": "field",
|
|
22388
|
-
"name": "appearance",
|
|
22389
|
-
"type": {
|
|
22390
|
-
"text": "TabsAppearance | undefined"
|
|
22391
|
-
},
|
|
22392
|
-
"privacy": "public",
|
|
22393
|
-
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
22394
|
-
"parsedType": {
|
|
22395
|
-
"text": "'subtle' | 'transparent' | undefined"
|
|
22396
|
-
}
|
|
22397
|
-
},
|
|
22398
|
-
{
|
|
22399
|
-
"kind": "field",
|
|
22400
|
-
"name": "disabled",
|
|
22401
|
-
"type": {
|
|
22402
|
-
"text": "boolean | undefined"
|
|
22403
|
-
},
|
|
22404
|
-
"privacy": "public",
|
|
22405
|
-
"description": "disabled\nUsed for disabling all click and keyboard events for the tabs, child tab elements and tab panel elements. UI styling of content and tabs will appear as \"grayed out.\""
|
|
22406
|
-
},
|
|
22407
|
-
{
|
|
22408
|
-
"kind": "field",
|
|
22409
|
-
"name": "size",
|
|
22410
|
-
"type": {
|
|
22411
|
-
"text": "TabsSize | undefined"
|
|
22412
|
-
},
|
|
22413
|
-
"privacy": "public",
|
|
22414
|
-
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
22415
|
-
"parsedType": {
|
|
22416
|
-
"text": "'small' | 'medium' | 'large' | undefined"
|
|
22417
|
-
}
|
|
22418
|
-
},
|
|
22419
|
-
{
|
|
22420
|
-
"kind": "method",
|
|
22421
|
-
"name": "calculateAnimationProperties",
|
|
22422
|
-
"privacy": "private",
|
|
22423
|
-
"parameters": [
|
|
22424
|
-
{
|
|
22425
|
-
"name": "tab",
|
|
22426
|
-
"type": {
|
|
22427
|
-
"text": "Tab"
|
|
22428
|
-
}
|
|
22429
|
-
}
|
|
22430
|
-
],
|
|
22431
|
-
"description": "calculateAnimationProperties\n\nRecalculates the active tab offset and scale.\nThese values will be applied to css variables that control the tab active indicator position animations"
|
|
22432
|
-
},
|
|
22433
|
-
{
|
|
22434
|
-
"kind": "method",
|
|
22435
|
-
"name": "getTabPosition",
|
|
22436
|
-
"privacy": "private",
|
|
22437
|
-
"return": {
|
|
22438
|
-
"type": {
|
|
22439
|
-
"text": "number"
|
|
22440
|
-
}
|
|
22441
|
-
},
|
|
22442
|
-
"parameters": [
|
|
22443
|
-
{
|
|
22444
|
-
"name": "tab",
|
|
22445
|
-
"type": {
|
|
22446
|
-
"text": "Tab"
|
|
22447
|
-
}
|
|
22448
|
-
}
|
|
22449
|
-
],
|
|
22450
|
-
"description": "getSelectedTabPosition - gets the x or y coordinates of the tab"
|
|
22451
|
-
},
|
|
22452
|
-
{
|
|
22453
|
-
"kind": "method",
|
|
22454
|
-
"name": "getTabScale",
|
|
22455
|
-
"privacy": "private",
|
|
22456
|
-
"return": {
|
|
22457
|
-
"type": {
|
|
22458
|
-
"text": "number"
|
|
22459
|
-
}
|
|
22460
|
-
},
|
|
22461
|
-
"parameters": [
|
|
22462
|
-
{
|
|
22463
|
-
"name": "tab",
|
|
22464
|
-
"type": {
|
|
22465
|
-
"text": "Tab"
|
|
22466
|
-
}
|
|
22467
|
-
}
|
|
22468
|
-
],
|
|
22469
|
-
"description": "getSelectedTabScale - gets the scale of the tab"
|
|
22470
|
-
},
|
|
22471
|
-
{
|
|
22472
|
-
"kind": "method",
|
|
22473
|
-
"name": "getTabPositionData",
|
|
22474
|
-
"privacy": "private",
|
|
22475
|
-
"return": {
|
|
22476
|
-
"type": {
|
|
22477
|
-
"text": ""
|
|
22478
|
-
}
|
|
22479
|
-
},
|
|
22480
|
-
"parameters": [
|
|
22481
|
-
{
|
|
22482
|
-
"name": "tab",
|
|
22483
|
-
"type": {
|
|
22484
|
-
"text": "HTMLElement"
|
|
22485
|
-
},
|
|
22486
|
-
"description": "The tab element to get position data for"
|
|
22487
|
-
}
|
|
22488
|
-
],
|
|
22489
|
-
"description": "Gets the position data for a tab element relative to its parent"
|
|
22490
|
-
},
|
|
22491
|
-
{
|
|
22492
|
-
"kind": "method",
|
|
22493
|
-
"name": "setTabOffsetCSSVar",
|
|
22494
|
-
"privacy": "private"
|
|
22495
|
-
},
|
|
22496
|
-
{
|
|
22497
|
-
"kind": "method",
|
|
22498
|
-
"name": "setTabScaleCSSVar",
|
|
22499
|
-
"privacy": "private"
|
|
22500
|
-
},
|
|
22501
|
-
{
|
|
22502
|
-
"kind": "method",
|
|
22503
|
-
"name": "activeidChanged",
|
|
22504
|
-
"privacy": "public",
|
|
22505
|
-
"parameters": [
|
|
22506
|
-
{
|
|
22507
|
-
"name": "oldValue",
|
|
22508
|
-
"type": {
|
|
22509
|
-
"text": "string"
|
|
22510
|
-
}
|
|
22511
|
-
},
|
|
22512
|
-
{
|
|
22513
|
-
"name": "newValue",
|
|
22514
|
-
"type": {
|
|
22515
|
-
"text": "string"
|
|
22516
|
-
}
|
|
22517
|
-
}
|
|
22518
|
-
]
|
|
22519
|
-
},
|
|
22520
|
-
{
|
|
22521
|
-
"kind": "method",
|
|
22522
|
-
"name": "tabsChanged",
|
|
22523
|
-
"privacy": "public",
|
|
22524
|
-
"return": {
|
|
22525
|
-
"type": {
|
|
22526
|
-
"text": "void"
|
|
22527
|
-
}
|
|
22528
|
-
}
|
|
22529
|
-
},
|
|
22530
|
-
{
|
|
22531
|
-
"kind": "field",
|
|
22532
|
-
"name": "orientation",
|
|
22533
|
-
"type": {
|
|
22534
|
-
"text": "TabsOrientation"
|
|
22535
|
-
},
|
|
22536
|
-
"privacy": "public",
|
|
22537
|
-
"description": "The orientation",
|
|
22538
|
-
"parsedType": {
|
|
22539
|
-
"text": "'horizontal' | 'vertical'"
|
|
22540
|
-
},
|
|
22541
|
-
"inheritedFrom": {
|
|
22542
|
-
"name": "BaseTabs",
|
|
22543
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22544
|
-
}
|
|
22545
|
-
},
|
|
22546
|
-
{
|
|
22547
|
-
"kind": "field",
|
|
22548
|
-
"name": "activeid",
|
|
22549
|
-
"type": {
|
|
22550
|
-
"text": "string"
|
|
22551
|
-
},
|
|
22552
|
-
"privacy": "public",
|
|
22553
|
-
"description": "The id of the active tab",
|
|
22554
|
-
"inheritedFrom": {
|
|
22555
|
-
"name": "BaseTabs",
|
|
22556
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22557
|
-
}
|
|
22558
|
-
},
|
|
22559
|
-
{
|
|
22560
|
-
"kind": "field",
|
|
22561
|
-
"name": "activetab",
|
|
22562
|
-
"type": {
|
|
22563
|
-
"text": "HTMLElement"
|
|
22564
|
-
},
|
|
22565
|
-
"privacy": "public",
|
|
22566
|
-
"description": "A reference to the active tab",
|
|
22567
|
-
"inheritedFrom": {
|
|
22568
|
-
"name": "BaseTabs",
|
|
22569
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22570
|
-
}
|
|
22571
|
-
},
|
|
22572
|
-
{
|
|
22573
|
-
"kind": "field",
|
|
22574
|
-
"name": "prevActiveTabIndex",
|
|
22575
|
-
"type": {
|
|
22576
|
-
"text": "number"
|
|
22577
|
-
},
|
|
22578
|
-
"privacy": "private",
|
|
22579
|
-
"default": "0",
|
|
22580
|
-
"inheritedFrom": {
|
|
22581
|
-
"name": "BaseTabs",
|
|
22582
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22583
|
-
}
|
|
22584
|
-
},
|
|
22585
|
-
{
|
|
22586
|
-
"kind": "field",
|
|
22587
|
-
"name": "activeTabIndex",
|
|
22588
|
-
"type": {
|
|
22589
|
-
"text": "number"
|
|
22590
|
-
},
|
|
22591
|
-
"privacy": "private",
|
|
22592
|
-
"default": "0",
|
|
22593
|
-
"inheritedFrom": {
|
|
22594
|
-
"name": "BaseTabs",
|
|
22595
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22596
|
-
}
|
|
22597
|
-
},
|
|
22598
|
-
{
|
|
22599
|
-
"kind": "field",
|
|
22600
|
-
"name": "tabIds",
|
|
22601
|
-
"type": {
|
|
22602
|
-
"text": "Array<string>"
|
|
22603
|
-
},
|
|
22604
|
-
"privacy": "private",
|
|
22605
|
-
"inheritedFrom": {
|
|
22606
|
-
"name": "BaseTabs",
|
|
22607
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22608
|
-
}
|
|
22609
|
-
},
|
|
22610
|
-
{
|
|
22611
|
-
"kind": "field",
|
|
22612
|
-
"name": "tabpanelIds",
|
|
22613
|
-
"type": {
|
|
22614
|
-
"text": "Array<string>"
|
|
22615
|
-
},
|
|
22616
|
-
"privacy": "private",
|
|
22617
|
-
"inheritedFrom": {
|
|
22618
|
-
"name": "BaseTabs",
|
|
22619
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22620
|
-
}
|
|
22621
|
-
},
|
|
22622
|
-
{
|
|
22623
|
-
"kind": "field",
|
|
22624
|
-
"name": "change",
|
|
22625
|
-
"privacy": "private",
|
|
22626
|
-
"inheritedFrom": {
|
|
22627
|
-
"name": "BaseTabs",
|
|
22628
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22629
|
-
}
|
|
22630
|
-
},
|
|
22631
|
-
{
|
|
22632
|
-
"kind": "field",
|
|
22633
|
-
"name": "isDisabledElement",
|
|
22634
|
-
"privacy": "private",
|
|
22635
|
-
"inheritedFrom": {
|
|
22636
|
-
"name": "BaseTabs",
|
|
22637
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22638
|
-
}
|
|
22639
|
-
},
|
|
22640
|
-
{
|
|
22641
|
-
"kind": "field",
|
|
22642
|
-
"name": "isHiddenElement",
|
|
22643
|
-
"privacy": "private",
|
|
22644
|
-
"inheritedFrom": {
|
|
22645
|
-
"name": "BaseTabs",
|
|
22646
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22647
|
-
}
|
|
22648
|
-
},
|
|
22649
|
-
{
|
|
22650
|
-
"kind": "field",
|
|
22651
|
-
"name": "isFocusableElement",
|
|
22652
|
-
"privacy": "private",
|
|
22653
|
-
"inheritedFrom": {
|
|
22654
|
-
"name": "BaseTabs",
|
|
22655
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22656
|
-
}
|
|
22657
|
-
},
|
|
22658
|
-
{
|
|
22659
|
-
"kind": "method",
|
|
22660
|
-
"name": "getActiveIndex",
|
|
22661
|
-
"privacy": "private",
|
|
22662
|
-
"return": {
|
|
22663
|
-
"type": {
|
|
22664
|
-
"text": "number"
|
|
22665
|
-
}
|
|
22666
|
-
},
|
|
22667
|
-
"inheritedFrom": {
|
|
22668
|
-
"name": "BaseTabs",
|
|
22669
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22670
|
-
}
|
|
22671
|
-
},
|
|
22672
|
-
{
|
|
22673
|
-
"kind": "method",
|
|
22674
|
-
"name": "setTabs",
|
|
22675
|
-
"privacy": "public",
|
|
22676
|
-
"return": {
|
|
22677
|
-
"type": {
|
|
22678
|
-
"text": "void"
|
|
22679
|
-
}
|
|
22680
|
-
},
|
|
22681
|
-
"description": "Function that is invoked whenever the selected tab or the tab collection changes.",
|
|
22682
|
-
"inheritedFrom": {
|
|
22683
|
-
"name": "BaseTabs",
|
|
22684
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22685
|
-
}
|
|
22686
|
-
},
|
|
22687
|
-
{
|
|
22688
|
-
"kind": "method",
|
|
22689
|
-
"name": "setTabPanels",
|
|
22690
|
-
"privacy": "private",
|
|
22691
|
-
"return": {
|
|
22692
|
-
"type": {
|
|
22693
|
-
"text": "void"
|
|
22694
|
-
}
|
|
22695
|
-
},
|
|
22696
|
-
"inheritedFrom": {
|
|
22697
|
-
"name": "BaseTabs",
|
|
22698
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22699
|
-
}
|
|
22700
|
-
},
|
|
22701
|
-
{
|
|
22702
|
-
"kind": "method",
|
|
22703
|
-
"name": "getTabIds",
|
|
22704
|
-
"privacy": "private",
|
|
22705
|
-
"return": {
|
|
22706
|
-
"type": {
|
|
22707
|
-
"text": "Array<string>"
|
|
22708
|
-
}
|
|
22709
|
-
},
|
|
22710
|
-
"inheritedFrom": {
|
|
22711
|
-
"name": "BaseTabs",
|
|
22712
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22713
|
-
}
|
|
22714
|
-
},
|
|
22715
|
-
{
|
|
22716
|
-
"kind": "method",
|
|
22717
|
-
"name": "getTabPanelIds",
|
|
22718
|
-
"privacy": "private",
|
|
22719
|
-
"return": {
|
|
22720
|
-
"type": {
|
|
22721
|
-
"text": "Array<string>"
|
|
22722
|
-
}
|
|
22723
|
-
},
|
|
22724
|
-
"inheritedFrom": {
|
|
22725
|
-
"name": "BaseTabs",
|
|
22726
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22727
|
-
}
|
|
22728
|
-
},
|
|
22729
|
-
{
|
|
22730
|
-
"kind": "method",
|
|
22731
|
-
"name": "setComponent",
|
|
22732
|
-
"privacy": "private",
|
|
22733
|
-
"return": {
|
|
22734
|
-
"type": {
|
|
22735
|
-
"text": "void"
|
|
22736
|
-
}
|
|
22737
|
-
},
|
|
22738
|
-
"inheritedFrom": {
|
|
22739
|
-
"name": "BaseTabs",
|
|
22740
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22741
|
-
}
|
|
22742
|
-
},
|
|
22743
|
-
{
|
|
22744
|
-
"kind": "field",
|
|
22745
|
-
"name": "handleTabClick",
|
|
22746
|
-
"privacy": "private",
|
|
22747
|
-
"inheritedFrom": {
|
|
22748
|
-
"name": "BaseTabs",
|
|
22749
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22750
|
-
}
|
|
22751
|
-
},
|
|
22752
|
-
{
|
|
22753
|
-
"kind": "method",
|
|
22754
|
-
"name": "isHorizontal",
|
|
22755
|
-
"privacy": "private",
|
|
22756
|
-
"return": {
|
|
22757
|
-
"type": {
|
|
22758
|
-
"text": "boolean"
|
|
22759
|
-
}
|
|
22760
|
-
},
|
|
22761
|
-
"inheritedFrom": {
|
|
22762
|
-
"name": "BaseTabs",
|
|
22763
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22764
|
-
}
|
|
22765
|
-
},
|
|
22766
|
-
{
|
|
22767
|
-
"kind": "field",
|
|
22768
|
-
"name": "handleTabKeyDown",
|
|
22769
|
-
"privacy": "private",
|
|
22770
|
-
"inheritedFrom": {
|
|
22771
|
-
"name": "BaseTabs",
|
|
22772
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22773
|
-
}
|
|
22774
|
-
},
|
|
22775
|
-
{
|
|
22776
|
-
"kind": "method",
|
|
22777
|
-
"name": "adjust",
|
|
22778
|
-
"privacy": "public",
|
|
22779
|
-
"return": {
|
|
22780
|
-
"type": {
|
|
22781
|
-
"text": "void"
|
|
22782
|
-
}
|
|
22783
|
-
},
|
|
22784
|
-
"parameters": [
|
|
22785
|
-
{
|
|
22786
|
-
"name": "adjustment",
|
|
22787
|
-
"type": {
|
|
22788
|
-
"text": "number"
|
|
22789
|
-
}
|
|
22790
|
-
}
|
|
22791
|
-
],
|
|
22792
|
-
"description": "The adjust method for FASTTabs",
|
|
22793
|
-
"inheritedFrom": {
|
|
22794
|
-
"name": "BaseTabs",
|
|
22795
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22796
|
-
}
|
|
22797
|
-
},
|
|
22798
|
-
{
|
|
22799
|
-
"kind": "method",
|
|
22800
|
-
"name": "adjustForward",
|
|
22801
|
-
"privacy": "private",
|
|
22802
|
-
"return": {
|
|
22803
|
-
"type": {
|
|
22804
|
-
"text": "void"
|
|
22805
|
-
}
|
|
22806
|
-
},
|
|
22807
|
-
"parameters": [
|
|
22808
|
-
{
|
|
22809
|
-
"name": "e",
|
|
22810
|
-
"type": {
|
|
22811
|
-
"text": "KeyboardEvent"
|
|
22812
|
-
}
|
|
22813
|
-
}
|
|
22814
|
-
],
|
|
22815
|
-
"inheritedFrom": {
|
|
22816
|
-
"name": "BaseTabs",
|
|
22817
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22818
|
-
}
|
|
22819
|
-
},
|
|
22820
|
-
{
|
|
22821
|
-
"kind": "method",
|
|
22822
|
-
"name": "adjustBackward",
|
|
22823
|
-
"privacy": "private",
|
|
22824
|
-
"return": {
|
|
22825
|
-
"type": {
|
|
22826
|
-
"text": "void"
|
|
22827
|
-
}
|
|
22828
|
-
},
|
|
22829
|
-
"parameters": [
|
|
22830
|
-
{
|
|
22831
|
-
"name": "e",
|
|
22832
|
-
"type": {
|
|
22833
|
-
"text": "KeyboardEvent"
|
|
22834
|
-
}
|
|
22835
|
-
}
|
|
22836
|
-
],
|
|
22837
|
-
"inheritedFrom": {
|
|
22838
|
-
"name": "BaseTabs",
|
|
22839
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22840
|
-
}
|
|
22841
|
-
},
|
|
22842
|
-
{
|
|
22843
|
-
"kind": "method",
|
|
22844
|
-
"name": "moveToTabByIndex",
|
|
22845
|
-
"privacy": "private",
|
|
22846
|
-
"parameters": [
|
|
22847
|
-
{
|
|
22848
|
-
"name": "group",
|
|
22849
|
-
"type": {
|
|
22850
|
-
"text": "HTMLElement[]"
|
|
22851
|
-
}
|
|
22852
|
-
},
|
|
22853
|
-
{
|
|
22854
|
-
"name": "index",
|
|
22855
|
-
"type": {
|
|
22856
|
-
"text": "number"
|
|
22857
|
-
}
|
|
22858
|
-
}
|
|
22859
|
-
],
|
|
22860
|
-
"inheritedFrom": {
|
|
22861
|
-
"name": "BaseTabs",
|
|
22862
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22863
|
-
}
|
|
22864
|
-
},
|
|
22865
|
-
{
|
|
22866
|
-
"kind": "method",
|
|
22867
|
-
"name": "focusTab",
|
|
22868
|
-
"privacy": "private",
|
|
22869
|
-
"return": {
|
|
22870
|
-
"type": {
|
|
22871
|
-
"text": "void"
|
|
22872
|
-
}
|
|
22873
|
-
},
|
|
22874
|
-
"inheritedFrom": {
|
|
22875
|
-
"name": "BaseTabs",
|
|
22876
|
-
"module": "src/tabs/tabs.base.ts"
|
|
22877
|
-
}
|
|
22878
|
-
}
|
|
22879
|
-
],
|
|
22880
|
-
"attributes": [
|
|
22881
|
-
{
|
|
22882
|
-
"name": "appearance",
|
|
22883
|
-
"type": {
|
|
22884
|
-
"text": "TabsAppearance | undefined"
|
|
22885
|
-
},
|
|
22886
|
-
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
22887
|
-
"fieldName": "appearance",
|
|
22888
|
-
"parsedType": {
|
|
22889
|
-
"text": "'subtle' | 'transparent' | undefined"
|
|
22890
|
-
}
|
|
22891
|
-
},
|
|
22892
|
-
{
|
|
22893
|
-
"name": "disabled",
|
|
22894
|
-
"type": {
|
|
22895
|
-
"text": "boolean | undefined"
|
|
22896
|
-
},
|
|
22897
|
-
"description": "disabled\nUsed for disabling all click and keyboard events for the tabs, child tab elements and tab panel elements. UI styling of content and tabs will appear as \"grayed out.\"",
|
|
22898
|
-
"fieldName": "disabled"
|
|
22899
|
-
},
|
|
22900
|
-
{
|
|
22901
|
-
"name": "size",
|
|
22902
|
-
"type": {
|
|
22903
|
-
"text": "TabsSize | undefined"
|
|
22904
|
-
},
|
|
22905
|
-
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
22906
|
-
"fieldName": "size",
|
|
22907
|
-
"parsedType": {
|
|
22908
|
-
"text": "'small' | 'medium' | 'large' | undefined"
|
|
22340
|
+
"description": "The initial value of the input.",
|
|
22341
|
+
"fieldName": "initialValue",
|
|
22342
|
+
"inheritedFrom": {
|
|
22343
|
+
"name": "BaseCheckbox",
|
|
22344
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22909
22345
|
}
|
|
22910
22346
|
},
|
|
22911
22347
|
{
|
|
22912
|
-
"name": "
|
|
22348
|
+
"name": "name",
|
|
22913
22349
|
"type": {
|
|
22914
|
-
"text": "
|
|
22915
|
-
},
|
|
22916
|
-
"description": "The orientation",
|
|
22917
|
-
"fieldName": "orientation",
|
|
22918
|
-
"parsedType": {
|
|
22919
|
-
"text": "'horizontal' | 'vertical'"
|
|
22350
|
+
"text": "string"
|
|
22920
22351
|
},
|
|
22352
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
22353
|
+
"fieldName": "name",
|
|
22921
22354
|
"inheritedFrom": {
|
|
22922
|
-
"name": "
|
|
22923
|
-
"module": "src/
|
|
22355
|
+
"name": "BaseCheckbox",
|
|
22356
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22924
22357
|
}
|
|
22925
22358
|
},
|
|
22926
22359
|
{
|
|
22927
|
-
"name": "
|
|
22360
|
+
"name": "required",
|
|
22928
22361
|
"type": {
|
|
22929
|
-
"text": "
|
|
22362
|
+
"text": "boolean"
|
|
22930
22363
|
},
|
|
22931
|
-
"description": "The
|
|
22932
|
-
"fieldName": "
|
|
22364
|
+
"description": "The element's required state.",
|
|
22365
|
+
"fieldName": "required",
|
|
22933
22366
|
"inheritedFrom": {
|
|
22934
|
-
"name": "
|
|
22935
|
-
"module": "src/
|
|
22367
|
+
"name": "BaseCheckbox",
|
|
22368
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22936
22369
|
}
|
|
22937
22370
|
}
|
|
22938
22371
|
],
|
|
22939
|
-
"
|
|
22940
|
-
|
|
22941
|
-
"module": "/src/tabs/tabs.base.js"
|
|
22942
|
-
},
|
|
22943
|
-
"deprecated": "- Use tablist instead",
|
|
22944
|
-
"tagName": "fluent-tabs",
|
|
22945
|
-
"customElement": true,
|
|
22946
|
-
"modulePath": "./dist/esm/tabs/tabs.js",
|
|
22947
|
-
"definitionPath": "./dist/esm/tabs/define.js",
|
|
22372
|
+
"modulePath": "./dist/esm/switch/switch.js",
|
|
22373
|
+
"definitionPath": "./dist/esm/switch/define.js",
|
|
22948
22374
|
"cssProperties": [],
|
|
22949
22375
|
"cssParts": [],
|
|
22950
22376
|
"cssStates": [],
|
|
@@ -22955,10 +22381,68 @@
|
|
|
22955
22381
|
"exports": [
|
|
22956
22382
|
{
|
|
22957
22383
|
"kind": "js",
|
|
22958
|
-
"name": "
|
|
22384
|
+
"name": "Switch",
|
|
22385
|
+
"declaration": {
|
|
22386
|
+
"name": "Switch",
|
|
22387
|
+
"module": "src/switch/switch.ts"
|
|
22388
|
+
}
|
|
22389
|
+
}
|
|
22390
|
+
]
|
|
22391
|
+
},
|
|
22392
|
+
{
|
|
22393
|
+
"kind": "javascript-module",
|
|
22394
|
+
"path": "./dist/esm/tab/tab.js",
|
|
22395
|
+
"declarations": [
|
|
22396
|
+
{
|
|
22397
|
+
"kind": "class",
|
|
22398
|
+
"description": "Tab extends the FASTTab and is a child of the TabList",
|
|
22399
|
+
"name": "Tab",
|
|
22400
|
+
"members": [
|
|
22401
|
+
{
|
|
22402
|
+
"kind": "field",
|
|
22403
|
+
"name": "disabled",
|
|
22404
|
+
"type": {
|
|
22405
|
+
"text": "boolean"
|
|
22406
|
+
},
|
|
22407
|
+
"privacy": "public",
|
|
22408
|
+
"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."
|
|
22409
|
+
},
|
|
22410
|
+
{
|
|
22411
|
+
"kind": "field",
|
|
22412
|
+
"name": "role",
|
|
22413
|
+
"type": {
|
|
22414
|
+
"text": "string"
|
|
22415
|
+
},
|
|
22416
|
+
"default": "'tab'"
|
|
22417
|
+
}
|
|
22418
|
+
],
|
|
22419
|
+
"attributes": [
|
|
22420
|
+
{
|
|
22421
|
+
"name": "disabled",
|
|
22422
|
+
"type": {
|
|
22423
|
+
"text": "boolean"
|
|
22424
|
+
},
|
|
22425
|
+
"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.",
|
|
22426
|
+
"fieldName": "disabled"
|
|
22427
|
+
}
|
|
22428
|
+
],
|
|
22429
|
+
"superclass": {
|
|
22430
|
+
"name": "FASTElement",
|
|
22431
|
+
"package": "@microsoft/fast-element"
|
|
22432
|
+
},
|
|
22433
|
+
"tagName": "fluent-tab",
|
|
22434
|
+
"customElement": true,
|
|
22435
|
+
"modulePath": "./dist/esm/tab/tab.js",
|
|
22436
|
+
"definitionPath": "./dist/esm/tab/define.js"
|
|
22437
|
+
}
|
|
22438
|
+
],
|
|
22439
|
+
"exports": [
|
|
22440
|
+
{
|
|
22441
|
+
"kind": "js",
|
|
22442
|
+
"name": "Tab",
|
|
22959
22443
|
"declaration": {
|
|
22960
|
-
"name": "
|
|
22961
|
-
"module": "src/
|
|
22444
|
+
"name": "Tab",
|
|
22445
|
+
"module": "src/tab/tab.ts"
|
|
22962
22446
|
}
|
|
22963
22447
|
}
|
|
22964
22448
|
]
|
|
@@ -23240,6 +22724,18 @@
|
|
|
23240
22724
|
"text": "void"
|
|
23241
22725
|
}
|
|
23242
22726
|
}
|
|
22727
|
+
},
|
|
22728
|
+
{
|
|
22729
|
+
"kind": "field",
|
|
22730
|
+
"name": "role",
|
|
22731
|
+
"type": {
|
|
22732
|
+
"text": "string"
|
|
22733
|
+
},
|
|
22734
|
+
"default": "'tablist'"
|
|
22735
|
+
},
|
|
22736
|
+
{
|
|
22737
|
+
"kind": "field",
|
|
22738
|
+
"name": "ariaOrientation"
|
|
23243
22739
|
}
|
|
23244
22740
|
],
|
|
23245
22741
|
"attributes": [
|
|
@@ -23448,6 +22944,20 @@
|
|
|
23448
22944
|
"text": "void"
|
|
23449
22945
|
}
|
|
23450
22946
|
},
|
|
22947
|
+
"parameters": [
|
|
22948
|
+
{
|
|
22949
|
+
"name": "prev",
|
|
22950
|
+
"type": {
|
|
22951
|
+
"text": "Tab[] | undefined"
|
|
22952
|
+
}
|
|
22953
|
+
},
|
|
22954
|
+
{
|
|
22955
|
+
"name": "next",
|
|
22956
|
+
"type": {
|
|
22957
|
+
"text": "Tab[] | undefined"
|
|
22958
|
+
}
|
|
22959
|
+
}
|
|
22960
|
+
],
|
|
23451
22961
|
"description": "Initiates the active tab indicator animation loop when tabs change."
|
|
23452
22962
|
},
|
|
23453
22963
|
{
|
|
@@ -23711,6 +23221,26 @@
|
|
|
23711
23221
|
"name": "BaseTablist",
|
|
23712
23222
|
"module": "src/tablist/tablist.base.ts"
|
|
23713
23223
|
}
|
|
23224
|
+
},
|
|
23225
|
+
{
|
|
23226
|
+
"kind": "field",
|
|
23227
|
+
"name": "role",
|
|
23228
|
+
"type": {
|
|
23229
|
+
"text": "string"
|
|
23230
|
+
},
|
|
23231
|
+
"default": "'tablist'",
|
|
23232
|
+
"inheritedFrom": {
|
|
23233
|
+
"name": "BaseTablist",
|
|
23234
|
+
"module": "src/tablist/tablist.base.ts"
|
|
23235
|
+
}
|
|
23236
|
+
},
|
|
23237
|
+
{
|
|
23238
|
+
"kind": "field",
|
|
23239
|
+
"name": "ariaOrientation",
|
|
23240
|
+
"inheritedFrom": {
|
|
23241
|
+
"name": "BaseTablist",
|
|
23242
|
+
"module": "src/tablist/tablist.base.ts"
|
|
23243
|
+
}
|
|
23714
23244
|
}
|
|
23715
23245
|
],
|
|
23716
23246
|
"attributes": [
|
|
@@ -24218,16 +23748,6 @@
|
|
|
24218
23748
|
"privacy": "public",
|
|
24219
23749
|
"description": "Selects the content in the element."
|
|
24220
23750
|
},
|
|
24221
|
-
{
|
|
24222
|
-
"kind": "method",
|
|
24223
|
-
"name": "setDefaultValue",
|
|
24224
|
-
"privacy": "private"
|
|
24225
|
-
},
|
|
24226
|
-
{
|
|
24227
|
-
"kind": "method",
|
|
24228
|
-
"name": "bindEvents",
|
|
24229
|
-
"privacy": "private"
|
|
24230
|
-
},
|
|
24231
23751
|
{
|
|
24232
23752
|
"kind": "method",
|
|
24233
23753
|
"name": "getContent",
|
|
@@ -24239,11 +23759,6 @@
|
|
|
24239
23759
|
},
|
|
24240
23760
|
"description": "Gets the content inside the light DOM, if any HTML element is present, use its `outerHTML` value."
|
|
24241
23761
|
},
|
|
24242
|
-
{
|
|
24243
|
-
"kind": "method",
|
|
24244
|
-
"name": "observeControlElAttrs",
|
|
24245
|
-
"privacy": "private"
|
|
24246
|
-
},
|
|
24247
23762
|
{
|
|
24248
23763
|
"kind": "method",
|
|
24249
23764
|
"name": "setDisabledSideEffect",
|
|
@@ -25009,24 +24524,6 @@
|
|
|
25009
24524
|
"module": "src/textarea/textarea.base.ts"
|
|
25010
24525
|
}
|
|
25011
24526
|
},
|
|
25012
|
-
{
|
|
25013
|
-
"kind": "method",
|
|
25014
|
-
"name": "setDefaultValue",
|
|
25015
|
-
"privacy": "private",
|
|
25016
|
-
"inheritedFrom": {
|
|
25017
|
-
"name": "BaseTextArea",
|
|
25018
|
-
"module": "src/textarea/textarea.base.ts"
|
|
25019
|
-
}
|
|
25020
|
-
},
|
|
25021
|
-
{
|
|
25022
|
-
"kind": "method",
|
|
25023
|
-
"name": "bindEvents",
|
|
25024
|
-
"privacy": "private",
|
|
25025
|
-
"inheritedFrom": {
|
|
25026
|
-
"name": "BaseTextArea",
|
|
25027
|
-
"module": "src/textarea/textarea.base.ts"
|
|
25028
|
-
}
|
|
25029
|
-
},
|
|
25030
24527
|
{
|
|
25031
24528
|
"kind": "method",
|
|
25032
24529
|
"name": "getContent",
|
|
@@ -25042,15 +24539,6 @@
|
|
|
25042
24539
|
"module": "src/textarea/textarea.base.ts"
|
|
25043
24540
|
}
|
|
25044
24541
|
},
|
|
25045
|
-
{
|
|
25046
|
-
"kind": "method",
|
|
25047
|
-
"name": "observeControlElAttrs",
|
|
25048
|
-
"privacy": "private",
|
|
25049
|
-
"inheritedFrom": {
|
|
25050
|
-
"name": "BaseTextArea",
|
|
25051
|
-
"module": "src/textarea/textarea.base.ts"
|
|
25052
|
-
}
|
|
25053
|
-
},
|
|
25054
24542
|
{
|
|
25055
24543
|
"kind": "method",
|
|
25056
24544
|
"name": "setDisabledSideEffect",
|
|
@@ -27120,7 +26608,6 @@
|
|
|
27120
26608
|
"type": {
|
|
27121
26609
|
"text": "boolean"
|
|
27122
26610
|
},
|
|
27123
|
-
"default": "false",
|
|
27124
26611
|
"description": "Sets the element's disabled state.",
|
|
27125
26612
|
"privacy": "public",
|
|
27126
26613
|
"inheritedFrom": {
|
|
@@ -27128,15 +26615,6 @@
|
|
|
27128
26615
|
"module": "src/button/button.base.ts"
|
|
27129
26616
|
}
|
|
27130
26617
|
},
|
|
27131
|
-
{
|
|
27132
|
-
"kind": "method",
|
|
27133
|
-
"name": "disabledChanged",
|
|
27134
|
-
"privacy": "protected",
|
|
27135
|
-
"inheritedFrom": {
|
|
27136
|
-
"name": "BaseButton",
|
|
27137
|
-
"module": "src/button/button.base.ts"
|
|
27138
|
-
}
|
|
27139
|
-
},
|
|
27140
26618
|
{
|
|
27141
26619
|
"kind": "field",
|
|
27142
26620
|
"name": "disabledFocusable",
|
|
@@ -27462,7 +26940,6 @@
|
|
|
27462
26940
|
"type": {
|
|
27463
26941
|
"text": "boolean"
|
|
27464
26942
|
},
|
|
27465
|
-
"default": "false",
|
|
27466
26943
|
"description": "Sets the element's disabled state.",
|
|
27467
26944
|
"fieldName": "disabled",
|
|
27468
26945
|
"inheritedFrom": {
|
|
@@ -27831,7 +27308,7 @@
|
|
|
27831
27308
|
"text": "boolean"
|
|
27832
27309
|
},
|
|
27833
27310
|
"default": "false",
|
|
27834
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27311
|
+
"description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
|
|
27835
27312
|
"privacy": "public"
|
|
27836
27313
|
},
|
|
27837
27314
|
{
|
|
@@ -27867,7 +27344,6 @@
|
|
|
27867
27344
|
"type": {
|
|
27868
27345
|
"text": "boolean"
|
|
27869
27346
|
},
|
|
27870
|
-
"default": "false",
|
|
27871
27347
|
"description": "When true, the control will appear selected by user interaction.",
|
|
27872
27348
|
"privacy": "public"
|
|
27873
27349
|
},
|
|
@@ -27879,7 +27355,7 @@
|
|
|
27879
27355
|
},
|
|
27880
27356
|
"privacy": "public",
|
|
27881
27357
|
"default": "false",
|
|
27882
|
-
"description": "When true, the control has no child tree items"
|
|
27358
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty"
|
|
27883
27359
|
},
|
|
27884
27360
|
{
|
|
27885
27361
|
"kind": "field",
|
|
@@ -27975,7 +27451,7 @@
|
|
|
27975
27451
|
"text": "boolean"
|
|
27976
27452
|
},
|
|
27977
27453
|
"default": "false",
|
|
27978
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27454
|
+
"description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
|
|
27979
27455
|
"fieldName": "expanded"
|
|
27980
27456
|
},
|
|
27981
27457
|
{
|
|
@@ -27983,7 +27459,6 @@
|
|
|
27983
27459
|
"type": {
|
|
27984
27460
|
"text": "boolean"
|
|
27985
27461
|
},
|
|
27986
|
-
"default": "false",
|
|
27987
27462
|
"description": "When true, the control will appear selected by user interaction.",
|
|
27988
27463
|
"fieldName": "selected"
|
|
27989
27464
|
},
|
|
@@ -27993,7 +27468,7 @@
|
|
|
27993
27468
|
"text": "boolean"
|
|
27994
27469
|
},
|
|
27995
27470
|
"default": "false",
|
|
27996
|
-
"description": "When true, the control has no child tree items",
|
|
27471
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
27997
27472
|
"fieldName": "empty"
|
|
27998
27473
|
},
|
|
27999
27474
|
{
|
|
@@ -28071,7 +27546,7 @@
|
|
|
28071
27546
|
"text": "boolean"
|
|
28072
27547
|
},
|
|
28073
27548
|
"default": "false",
|
|
28074
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27549
|
+
"description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
|
|
28075
27550
|
"privacy": "public",
|
|
28076
27551
|
"inheritedFrom": {
|
|
28077
27552
|
"name": "BaseTreeItem",
|
|
@@ -28115,7 +27590,6 @@
|
|
|
28115
27590
|
"type": {
|
|
28116
27591
|
"text": "boolean"
|
|
28117
27592
|
},
|
|
28118
|
-
"default": "false",
|
|
28119
27593
|
"description": "When true, the control will appear selected by user interaction.",
|
|
28120
27594
|
"privacy": "public",
|
|
28121
27595
|
"inheritedFrom": {
|
|
@@ -28131,7 +27605,7 @@
|
|
|
28131
27605
|
},
|
|
28132
27606
|
"privacy": "public",
|
|
28133
27607
|
"default": "false",
|
|
28134
|
-
"description": "When true, the control has no child tree items",
|
|
27608
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
28135
27609
|
"inheritedFrom": {
|
|
28136
27610
|
"name": "BaseTreeItem",
|
|
28137
27611
|
"module": "src/tree-item/tree-item.base.ts"
|
|
@@ -28289,7 +27763,7 @@
|
|
|
28289
27763
|
"text": "boolean"
|
|
28290
27764
|
},
|
|
28291
27765
|
"default": "false",
|
|
28292
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27766
|
+
"description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
|
|
28293
27767
|
"fieldName": "expanded",
|
|
28294
27768
|
"inheritedFrom": {
|
|
28295
27769
|
"name": "BaseTreeItem",
|
|
@@ -28301,7 +27775,6 @@
|
|
|
28301
27775
|
"type": {
|
|
28302
27776
|
"text": "boolean"
|
|
28303
27777
|
},
|
|
28304
|
-
"default": "false",
|
|
28305
27778
|
"description": "When true, the control will appear selected by user interaction.",
|
|
28306
27779
|
"fieldName": "selected",
|
|
28307
27780
|
"inheritedFrom": {
|
|
@@ -28315,7 +27788,7 @@
|
|
|
28315
27788
|
"text": "boolean"
|
|
28316
27789
|
},
|
|
28317
27790
|
"default": "false",
|
|
28318
|
-
"description": "When true, the control has no child tree items",
|
|
27791
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
28319
27792
|
"fieldName": "empty",
|
|
28320
27793
|
"inheritedFrom": {
|
|
28321
27794
|
"name": "BaseTreeItem",
|
|
@@ -28472,7 +27945,7 @@
|
|
|
28472
27945
|
"text": "TreeItemSize"
|
|
28473
27946
|
},
|
|
28474
27947
|
"privacy": "public",
|
|
28475
|
-
"description": "The size of the tree item element",
|
|
27948
|
+
"description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
|
|
28476
27949
|
"parsedType": {
|
|
28477
27950
|
"text": "'small' | 'medium'"
|
|
28478
27951
|
}
|
|
@@ -28489,7 +27962,7 @@
|
|
|
28489
27962
|
"text": "TreeItemAppearance"
|
|
28490
27963
|
},
|
|
28491
27964
|
"privacy": "public",
|
|
28492
|
-
"description": "The appearance variants of the tree item element",
|
|
27965
|
+
"description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
|
|
28493
27966
|
"parsedType": {
|
|
28494
27967
|
"text": "'subtle' | 'transparent' | 'subtle-alpha'"
|
|
28495
27968
|
}
|
|
@@ -28601,7 +28074,7 @@
|
|
|
28601
28074
|
"type": {
|
|
28602
28075
|
"text": "TreeItemSize"
|
|
28603
28076
|
},
|
|
28604
|
-
"description": "The size of the tree item element",
|
|
28077
|
+
"description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
|
|
28605
28078
|
"fieldName": "size",
|
|
28606
28079
|
"parsedType": {
|
|
28607
28080
|
"text": "'small' | 'medium'"
|
|
@@ -28612,7 +28085,7 @@
|
|
|
28612
28085
|
"type": {
|
|
28613
28086
|
"text": "TreeItemAppearance"
|
|
28614
28087
|
},
|
|
28615
|
-
"description": "The appearance variants of the tree item element",
|
|
28088
|
+
"description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
|
|
28616
28089
|
"fieldName": "appearance",
|
|
28617
28090
|
"parsedType": {
|
|
28618
28091
|
"text": "'subtle' | 'transparent' | 'subtle-alpha'"
|
|
@@ -28647,15 +28120,57 @@
|
|
|
28647
28120
|
},
|
|
28648
28121
|
{
|
|
28649
28122
|
"kind": "javascript-module",
|
|
28650
|
-
"path": "src/
|
|
28651
|
-
"declarations": [
|
|
28652
|
-
|
|
28123
|
+
"path": "src/theme/set-theme.ts",
|
|
28124
|
+
"declarations": [
|
|
28125
|
+
{
|
|
28126
|
+
"kind": "function",
|
|
28127
|
+
"name": "setTheme",
|
|
28128
|
+
"parameters": [
|
|
28129
|
+
{
|
|
28130
|
+
"name": "theme",
|
|
28131
|
+
"type": {
|
|
28132
|
+
"text": "Theme | null"
|
|
28133
|
+
},
|
|
28134
|
+
"description": "Flat object of theme tokens. Each object entry must follow\nthese rules: the key is the name of the token, usually in camel case, it\nmust be a valid CSS Custom Property name WITHOUT the starting two dashes\n(`--`), the two dashes are added inside the function; the value must be\na valid CSS value, e.g. it cannot contain semicolons (`;`).\nNote that this argument is not limited to existing theme objects (from\n`@fluentui/tokens`), you can pass in an arbitrary theme object as long\nas each entry’s value is either a string or a number."
|
|
28135
|
+
},
|
|
28136
|
+
{
|
|
28137
|
+
"name": "node",
|
|
28138
|
+
"default": "document",
|
|
28139
|
+
"type": {
|
|
28140
|
+
"text": "Document | HTMLElement"
|
|
28141
|
+
},
|
|
28142
|
+
"description": "The node to set the theme on, defaults to `document` for\nsetting global theme."
|
|
28143
|
+
}
|
|
28144
|
+
],
|
|
28145
|
+
"description": "Sets the theme tokens as CSS Custom Properties. The Custom Properties are\nset in a constructed stylesheet on `document.adoptedStyleSheets` if\nsupported, and on `document.documentElement.style` as a fallback.",
|
|
28146
|
+
"privacy": "public"
|
|
28147
|
+
}
|
|
28148
|
+
],
|
|
28149
|
+
"exports": [
|
|
28150
|
+
{
|
|
28151
|
+
"kind": "js",
|
|
28152
|
+
"name": "setTheme",
|
|
28153
|
+
"declaration": {
|
|
28154
|
+
"name": "setTheme",
|
|
28155
|
+
"module": "src/theme/set-theme.ts"
|
|
28156
|
+
}
|
|
28157
|
+
}
|
|
28158
|
+
]
|
|
28653
28159
|
},
|
|
28654
28160
|
{
|
|
28655
28161
|
"kind": "javascript-module",
|
|
28656
|
-
"path": "src/
|
|
28162
|
+
"path": "src/index-rollup.ts",
|
|
28657
28163
|
"declarations": [],
|
|
28658
|
-
"exports": [
|
|
28164
|
+
"exports": [
|
|
28165
|
+
{
|
|
28166
|
+
"kind": "js",
|
|
28167
|
+
"name": "setTheme",
|
|
28168
|
+
"declaration": {
|
|
28169
|
+
"name": "setTheme",
|
|
28170
|
+
"module": "./theme/set-theme.js"
|
|
28171
|
+
}
|
|
28172
|
+
}
|
|
28173
|
+
]
|
|
28659
28174
|
},
|
|
28660
28175
|
{
|
|
28661
28176
|
"kind": "javascript-module",
|
|
@@ -29368,22 +28883,6 @@
|
|
|
29368
28883
|
}
|
|
29369
28884
|
]
|
|
29370
28885
|
},
|
|
29371
|
-
{
|
|
29372
|
-
"kind": "javascript-module",
|
|
29373
|
-
"path": "./dist/esm/tab-panel/define.js",
|
|
29374
|
-
"deprecated": "- Use tablist instead",
|
|
29375
|
-
"declarations": [],
|
|
29376
|
-
"exports": [
|
|
29377
|
-
{
|
|
29378
|
-
"kind": "custom-element-definition",
|
|
29379
|
-
"name": "fluent-tab-panel",
|
|
29380
|
-
"declaration": {
|
|
29381
|
-
"name": "TabPanel",
|
|
29382
|
-
"module": "./dist/esm/tab-panel/tab-panel.js"
|
|
29383
|
-
}
|
|
29384
|
-
}
|
|
29385
|
-
]
|
|
29386
|
-
},
|
|
29387
28886
|
{
|
|
29388
28887
|
"kind": "javascript-module",
|
|
29389
28888
|
"path": "./dist/esm/tab/define.js",
|
|
@@ -29400,38 +28899,6 @@
|
|
|
29400
28899
|
}
|
|
29401
28900
|
]
|
|
29402
28901
|
},
|
|
29403
|
-
{
|
|
29404
|
-
"kind": "javascript-module",
|
|
29405
|
-
"path": "./dist/esm/tabs/define.js",
|
|
29406
|
-
"deprecated": "- use tablist instead",
|
|
29407
|
-
"declarations": [],
|
|
29408
|
-
"exports": [
|
|
29409
|
-
{
|
|
29410
|
-
"kind": "custom-element-definition",
|
|
29411
|
-
"name": "BaseTabs",
|
|
29412
|
-
"declaration": {
|
|
29413
|
-
"name": "BaseTabs",
|
|
29414
|
-
"module": "./dist/esm/tabs/tabs.base.js"
|
|
29415
|
-
}
|
|
29416
|
-
}
|
|
29417
|
-
]
|
|
29418
|
-
},
|
|
29419
|
-
{
|
|
29420
|
-
"kind": "javascript-module",
|
|
29421
|
-
"path": "./dist/esm/tabs/define.js",
|
|
29422
|
-
"deprecated": "- Use tablist instead",
|
|
29423
|
-
"declarations": [],
|
|
29424
|
-
"exports": [
|
|
29425
|
-
{
|
|
29426
|
-
"kind": "custom-element-definition",
|
|
29427
|
-
"name": "fluent-tabs",
|
|
29428
|
-
"declaration": {
|
|
29429
|
-
"name": "Tabs",
|
|
29430
|
-
"module": "./dist/esm/tabs/tabs.js"
|
|
29431
|
-
}
|
|
29432
|
-
}
|
|
29433
|
-
]
|
|
29434
|
-
},
|
|
29435
28902
|
{
|
|
29436
28903
|
"kind": "javascript-module",
|
|
29437
28904
|
"path": "./dist/esm/tablist/define.js",
|