@fluentui/web-components 3.0.0-rc.1 → 3.0.0-rc.10
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 +84 -2
- package/custom-elements.json +705 -1223
- package/dist/esm/anchor-button/anchor-button.base.js +3 -0
- package/dist/esm/anchor-button/anchor-button.base.js.map +1 -1
- package/dist/esm/avatar/avatar.base.d.ts +20 -0
- package/dist/esm/avatar/avatar.base.js +37 -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 +4 -4
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.template.js +2 -2
- 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/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 +23 -8
- package/dist/esm/dialog/dialog.js +15 -6
- 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 -6
- 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/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/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/progress-bar/progress-bar.base.d.ts +16 -4
- package/dist/esm/progress-bar/progress-bar.base.js +4 -1
- 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/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/textarea/textarea.base.d.ts +5 -0
- package/dist/esm/textarea/textarea.base.js +4 -1
- 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 +1 -1
- package/dist/esm/tree/tree.base.js +1 -1
- 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 +8 -2
- package/dist/esm/tree-item/tree-item.base.js +8 -2
- package/dist/esm/tree-item/tree-item.base.js.map +1 -1
- package/dist/web-components.d.ts +256 -284
- package/dist/web-components.js +956 -1232
- package/dist/web-components.min.js +276 -270
- 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
|
@@ -1621,6 +1621,46 @@
|
|
|
1621
1621
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4` design token.",
|
|
1622
1622
|
"privacy": "public"
|
|
1623
1623
|
},
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "variable",
|
|
1626
|
+
"name": "colorNeutralForeground5",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"default": "'var(--colorNeutralForeground5)'",
|
|
1631
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5 | `colorNeutralForeground5` design token.",
|
|
1632
|
+
"privacy": "public"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "variable",
|
|
1636
|
+
"name": "colorNeutralForeground5Hover",
|
|
1637
|
+
"type": {
|
|
1638
|
+
"text": "string"
|
|
1639
|
+
},
|
|
1640
|
+
"default": "'var(--colorNeutralForeground5Hover)'",
|
|
1641
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Hover | `colorNeutralForeground5Hover` design token.",
|
|
1642
|
+
"privacy": "public"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "variable",
|
|
1646
|
+
"name": "colorNeutralForeground5Pressed",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "string"
|
|
1649
|
+
},
|
|
1650
|
+
"default": "'var(--colorNeutralForeground5Pressed)'",
|
|
1651
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Pressed | `colorNeutralForeground5Pressed` design token.",
|
|
1652
|
+
"privacy": "public"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "variable",
|
|
1656
|
+
"name": "colorNeutralForeground5Selected",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "string"
|
|
1659
|
+
},
|
|
1660
|
+
"default": "'var(--colorNeutralForeground5Selected)'",
|
|
1661
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Selected | `colorNeutralForeground5Selected` design token.",
|
|
1662
|
+
"privacy": "public"
|
|
1663
|
+
},
|
|
1624
1664
|
{
|
|
1625
1665
|
"kind": "variable",
|
|
1626
1666
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -2191,6 +2231,56 @@
|
|
|
2191
2231
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6` design token.",
|
|
2192
2232
|
"privacy": "public"
|
|
2193
2233
|
},
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "variable",
|
|
2236
|
+
"name": "colorNeutralBackground7",
|
|
2237
|
+
"type": {
|
|
2238
|
+
"text": "string"
|
|
2239
|
+
},
|
|
2240
|
+
"default": "'var(--colorNeutralBackground7)'",
|
|
2241
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7 | `colorNeutralBackground7` design token.",
|
|
2242
|
+
"privacy": "public"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"kind": "variable",
|
|
2246
|
+
"name": "colorNeutralBackground7Hover",
|
|
2247
|
+
"type": {
|
|
2248
|
+
"text": "string"
|
|
2249
|
+
},
|
|
2250
|
+
"default": "'var(--colorNeutralBackground7Hover)'",
|
|
2251
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Hover | `colorNeutralBackground7Hover` design token.",
|
|
2252
|
+
"privacy": "public"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "variable",
|
|
2256
|
+
"name": "colorNeutralBackground7Pressed",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"text": "string"
|
|
2259
|
+
},
|
|
2260
|
+
"default": "'var(--colorNeutralBackground7Pressed)'",
|
|
2261
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Pressed | `colorNeutralBackground7Pressed` design token.",
|
|
2262
|
+
"privacy": "public"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "variable",
|
|
2266
|
+
"name": "colorNeutralBackground7Selected",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "string"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "'var(--colorNeutralBackground7Selected)'",
|
|
2271
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Selected | `colorNeutralBackground7Selected` design token.",
|
|
2272
|
+
"privacy": "public"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "variable",
|
|
2276
|
+
"name": "colorNeutralBackground8",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "string"
|
|
2279
|
+
},
|
|
2280
|
+
"default": "'var(--colorNeutralBackground8)'",
|
|
2281
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground8 | `colorNeutralBackground8` design token.",
|
|
2282
|
+
"privacy": "public"
|
|
2283
|
+
},
|
|
2194
2284
|
{
|
|
2195
2285
|
"kind": "variable",
|
|
2196
2286
|
"name": "colorNeutralBackgroundInverted",
|
|
@@ -2201,6 +2291,36 @@
|
|
|
2201
2291
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted` design token.",
|
|
2202
2292
|
"privacy": "public"
|
|
2203
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
"kind": "variable",
|
|
2296
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
2297
|
+
"type": {
|
|
2298
|
+
"text": "string"
|
|
2299
|
+
},
|
|
2300
|
+
"default": "'var(--colorNeutralBackgroundInvertedHover)'",
|
|
2301
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedHover | `colorNeutralBackgroundInvertedHover` design token.",
|
|
2302
|
+
"privacy": "public"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "string"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "'var(--colorNeutralBackgroundInvertedPressed)'",
|
|
2311
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedPressed | `colorNeutralBackgroundInvertedPressed` design token.",
|
|
2312
|
+
"privacy": "public"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"kind": "variable",
|
|
2316
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"text": "string"
|
|
2319
|
+
},
|
|
2320
|
+
"default": "'var(--colorNeutralBackgroundInvertedSelected)'",
|
|
2321
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedSelected | `colorNeutralBackgroundInvertedSelected` design token.",
|
|
2322
|
+
"privacy": "public"
|
|
2323
|
+
},
|
|
2204
2324
|
{
|
|
2205
2325
|
"kind": "variable",
|
|
2206
2326
|
"name": "colorNeutralBackgroundStatic",
|
|
@@ -2391,6 +2511,16 @@
|
|
|
2391
2511
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled` design token.",
|
|
2392
2512
|
"privacy": "public"
|
|
2393
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "variable",
|
|
2516
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "string"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "'var(--colorNeutralBackgroundDisabled2)'",
|
|
2521
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled2 | `colorNeutralBackgroundDisabled2` design token.",
|
|
2522
|
+
"privacy": "public"
|
|
2523
|
+
},
|
|
2394
2524
|
{
|
|
2395
2525
|
"kind": "variable",
|
|
2396
2526
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -2781,6 +2911,46 @@
|
|
|
2781
2911
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3` design token.",
|
|
2782
2912
|
"privacy": "public"
|
|
2783
2913
|
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "variable",
|
|
2916
|
+
"name": "colorNeutralStroke4",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "string"
|
|
2919
|
+
},
|
|
2920
|
+
"default": "'var(--colorNeutralStroke4)'",
|
|
2921
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4 | `colorNeutralStroke4` design token.",
|
|
2922
|
+
"privacy": "public"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "variable",
|
|
2926
|
+
"name": "colorNeutralStroke4Hover",
|
|
2927
|
+
"type": {
|
|
2928
|
+
"text": "string"
|
|
2929
|
+
},
|
|
2930
|
+
"default": "'var(--colorNeutralStroke4Hover)'",
|
|
2931
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Hover | `colorNeutralStroke4Hover` design token.",
|
|
2932
|
+
"privacy": "public"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "variable",
|
|
2936
|
+
"name": "colorNeutralStroke4Pressed",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "string"
|
|
2939
|
+
},
|
|
2940
|
+
"default": "'var(--colorNeutralStroke4Pressed)'",
|
|
2941
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Pressed | `colorNeutralStroke4Pressed` design token.",
|
|
2942
|
+
"privacy": "public"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "variable",
|
|
2946
|
+
"name": "colorNeutralStroke4Selected",
|
|
2947
|
+
"type": {
|
|
2948
|
+
"text": "string"
|
|
2949
|
+
},
|
|
2950
|
+
"default": "'var(--colorNeutralStroke4Selected)'",
|
|
2951
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Selected | `colorNeutralStroke4Selected` design token.",
|
|
2952
|
+
"privacy": "public"
|
|
2953
|
+
},
|
|
2784
2954
|
{
|
|
2785
2955
|
"kind": "variable",
|
|
2786
2956
|
"name": "colorNeutralStrokeSubtle",
|
|
@@ -2931,6 +3101,16 @@
|
|
|
2931
3101
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled` design token.",
|
|
2932
3102
|
"privacy": "public"
|
|
2933
3103
|
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "variable",
|
|
3106
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "string"
|
|
3109
|
+
},
|
|
3110
|
+
"default": "'var(--colorNeutralStrokeDisabled2)'",
|
|
3111
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled2 | `colorNeutralStrokeDisabled2` design token.",
|
|
3112
|
+
"privacy": "public"
|
|
3113
|
+
},
|
|
2934
3114
|
{
|
|
2935
3115
|
"kind": "variable",
|
|
2936
3116
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -4961,6 +5141,56 @@
|
|
|
4961
5141
|
"description": "CSS custom property value for the @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge` design token.",
|
|
4962
5142
|
"privacy": "public"
|
|
4963
5143
|
},
|
|
5144
|
+
{
|
|
5145
|
+
"kind": "variable",
|
|
5146
|
+
"name": "borderRadius2XLarge",
|
|
5147
|
+
"type": {
|
|
5148
|
+
"text": "string"
|
|
5149
|
+
},
|
|
5150
|
+
"default": "'var(--borderRadius2XLarge)'",
|
|
5151
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius2XLarge | `borderRadius2XLarge` design token.",
|
|
5152
|
+
"privacy": "public"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"kind": "variable",
|
|
5156
|
+
"name": "borderRadius3XLarge",
|
|
5157
|
+
"type": {
|
|
5158
|
+
"text": "string"
|
|
5159
|
+
},
|
|
5160
|
+
"default": "'var(--borderRadius3XLarge)'",
|
|
5161
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius3XLarge | `borderRadius3XLarge` design token.",
|
|
5162
|
+
"privacy": "public"
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"kind": "variable",
|
|
5166
|
+
"name": "borderRadius4XLarge",
|
|
5167
|
+
"type": {
|
|
5168
|
+
"text": "string"
|
|
5169
|
+
},
|
|
5170
|
+
"default": "'var(--borderRadius4XLarge)'",
|
|
5171
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius4XLarge | `borderRadius4XLarge` design token.",
|
|
5172
|
+
"privacy": "public"
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "variable",
|
|
5176
|
+
"name": "borderRadius5XLarge",
|
|
5177
|
+
"type": {
|
|
5178
|
+
"text": "string"
|
|
5179
|
+
},
|
|
5180
|
+
"default": "'var(--borderRadius5XLarge)'",
|
|
5181
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius5XLarge | `borderRadius5XLarge` design token.",
|
|
5182
|
+
"privacy": "public"
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"kind": "variable",
|
|
5186
|
+
"name": "borderRadius6XLarge",
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "string"
|
|
5189
|
+
},
|
|
5190
|
+
"default": "'var(--borderRadius6XLarge)'",
|
|
5191
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius6XLarge | `borderRadius6XLarge` design token.",
|
|
5192
|
+
"privacy": "public"
|
|
5193
|
+
},
|
|
4964
5194
|
{
|
|
4965
5195
|
"kind": "variable",
|
|
4966
5196
|
"name": "borderRadiusCircular",
|
|
@@ -6025,6 +6255,38 @@
|
|
|
6025
6255
|
"module": "src/theme/design-tokens.ts"
|
|
6026
6256
|
}
|
|
6027
6257
|
},
|
|
6258
|
+
{
|
|
6259
|
+
"kind": "js",
|
|
6260
|
+
"name": "colorNeutralForeground5",
|
|
6261
|
+
"declaration": {
|
|
6262
|
+
"name": "colorNeutralForeground5",
|
|
6263
|
+
"module": "src/theme/design-tokens.ts"
|
|
6264
|
+
}
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"kind": "js",
|
|
6268
|
+
"name": "colorNeutralForeground5Hover",
|
|
6269
|
+
"declaration": {
|
|
6270
|
+
"name": "colorNeutralForeground5Hover",
|
|
6271
|
+
"module": "src/theme/design-tokens.ts"
|
|
6272
|
+
}
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "js",
|
|
6276
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6277
|
+
"declaration": {
|
|
6278
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6279
|
+
"module": "src/theme/design-tokens.ts"
|
|
6280
|
+
}
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"kind": "js",
|
|
6284
|
+
"name": "colorNeutralForeground5Selected",
|
|
6285
|
+
"declaration": {
|
|
6286
|
+
"name": "colorNeutralForeground5Selected",
|
|
6287
|
+
"module": "src/theme/design-tokens.ts"
|
|
6288
|
+
}
|
|
6289
|
+
},
|
|
6028
6290
|
{
|
|
6029
6291
|
"kind": "js",
|
|
6030
6292
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -6481,6 +6743,46 @@
|
|
|
6481
6743
|
"module": "src/theme/design-tokens.ts"
|
|
6482
6744
|
}
|
|
6483
6745
|
},
|
|
6746
|
+
{
|
|
6747
|
+
"kind": "js",
|
|
6748
|
+
"name": "colorNeutralBackground7",
|
|
6749
|
+
"declaration": {
|
|
6750
|
+
"name": "colorNeutralBackground7",
|
|
6751
|
+
"module": "src/theme/design-tokens.ts"
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"kind": "js",
|
|
6756
|
+
"name": "colorNeutralBackground7Hover",
|
|
6757
|
+
"declaration": {
|
|
6758
|
+
"name": "colorNeutralBackground7Hover",
|
|
6759
|
+
"module": "src/theme/design-tokens.ts"
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
{
|
|
6763
|
+
"kind": "js",
|
|
6764
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6765
|
+
"declaration": {
|
|
6766
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6767
|
+
"module": "src/theme/design-tokens.ts"
|
|
6768
|
+
}
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "js",
|
|
6772
|
+
"name": "colorNeutralBackground7Selected",
|
|
6773
|
+
"declaration": {
|
|
6774
|
+
"name": "colorNeutralBackground7Selected",
|
|
6775
|
+
"module": "src/theme/design-tokens.ts"
|
|
6776
|
+
}
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"kind": "js",
|
|
6780
|
+
"name": "colorNeutralBackground8",
|
|
6781
|
+
"declaration": {
|
|
6782
|
+
"name": "colorNeutralBackground8",
|
|
6783
|
+
"module": "src/theme/design-tokens.ts"
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6484
6786
|
{
|
|
6485
6787
|
"kind": "js",
|
|
6486
6788
|
"name": "colorNeutralBackgroundInverted",
|
|
@@ -6489,6 +6791,30 @@
|
|
|
6489
6791
|
"module": "src/theme/design-tokens.ts"
|
|
6490
6792
|
}
|
|
6491
6793
|
},
|
|
6794
|
+
{
|
|
6795
|
+
"kind": "js",
|
|
6796
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6797
|
+
"declaration": {
|
|
6798
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6799
|
+
"module": "src/theme/design-tokens.ts"
|
|
6800
|
+
}
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "js",
|
|
6804
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6805
|
+
"declaration": {
|
|
6806
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6807
|
+
"module": "src/theme/design-tokens.ts"
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"kind": "js",
|
|
6812
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6813
|
+
"declaration": {
|
|
6814
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6815
|
+
"module": "src/theme/design-tokens.ts"
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6492
6818
|
{
|
|
6493
6819
|
"kind": "js",
|
|
6494
6820
|
"name": "colorNeutralBackgroundStatic",
|
|
@@ -6641,6 +6967,14 @@
|
|
|
6641
6967
|
"module": "src/theme/design-tokens.ts"
|
|
6642
6968
|
}
|
|
6643
6969
|
},
|
|
6970
|
+
{
|
|
6971
|
+
"kind": "js",
|
|
6972
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
6973
|
+
"declaration": {
|
|
6974
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
6975
|
+
"module": "src/theme/design-tokens.ts"
|
|
6976
|
+
}
|
|
6977
|
+
},
|
|
6644
6978
|
{
|
|
6645
6979
|
"kind": "js",
|
|
6646
6980
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -6955,55 +7289,87 @@
|
|
|
6955
7289
|
},
|
|
6956
7290
|
{
|
|
6957
7291
|
"kind": "js",
|
|
6958
|
-
"name": "
|
|
7292
|
+
"name": "colorNeutralStroke4",
|
|
6959
7293
|
"declaration": {
|
|
6960
|
-
"name": "
|
|
7294
|
+
"name": "colorNeutralStroke4",
|
|
6961
7295
|
"module": "src/theme/design-tokens.ts"
|
|
6962
7296
|
}
|
|
6963
7297
|
},
|
|
6964
7298
|
{
|
|
6965
7299
|
"kind": "js",
|
|
6966
|
-
"name": "
|
|
7300
|
+
"name": "colorNeutralStroke4Hover",
|
|
6967
7301
|
"declaration": {
|
|
6968
|
-
"name": "
|
|
7302
|
+
"name": "colorNeutralStroke4Hover",
|
|
6969
7303
|
"module": "src/theme/design-tokens.ts"
|
|
6970
7304
|
}
|
|
6971
7305
|
},
|
|
6972
7306
|
{
|
|
6973
7307
|
"kind": "js",
|
|
6974
|
-
"name": "
|
|
7308
|
+
"name": "colorNeutralStroke4Pressed",
|
|
6975
7309
|
"declaration": {
|
|
6976
|
-
"name": "
|
|
7310
|
+
"name": "colorNeutralStroke4Pressed",
|
|
6977
7311
|
"module": "src/theme/design-tokens.ts"
|
|
6978
7312
|
}
|
|
6979
7313
|
},
|
|
6980
7314
|
{
|
|
6981
7315
|
"kind": "js",
|
|
6982
|
-
"name": "
|
|
7316
|
+
"name": "colorNeutralStroke4Selected",
|
|
6983
7317
|
"declaration": {
|
|
6984
|
-
"name": "
|
|
7318
|
+
"name": "colorNeutralStroke4Selected",
|
|
6985
7319
|
"module": "src/theme/design-tokens.ts"
|
|
6986
7320
|
}
|
|
6987
7321
|
},
|
|
6988
7322
|
{
|
|
6989
7323
|
"kind": "js",
|
|
6990
|
-
"name": "
|
|
7324
|
+
"name": "colorNeutralStrokeSubtle",
|
|
6991
7325
|
"declaration": {
|
|
6992
|
-
"name": "
|
|
7326
|
+
"name": "colorNeutralStrokeSubtle",
|
|
6993
7327
|
"module": "src/theme/design-tokens.ts"
|
|
6994
7328
|
}
|
|
6995
7329
|
},
|
|
6996
7330
|
{
|
|
6997
7331
|
"kind": "js",
|
|
6998
|
-
"name": "
|
|
7332
|
+
"name": "colorNeutralStrokeOnBrand",
|
|
6999
7333
|
"declaration": {
|
|
7000
|
-
"name": "
|
|
7334
|
+
"name": "colorNeutralStrokeOnBrand",
|
|
7001
7335
|
"module": "src/theme/design-tokens.ts"
|
|
7002
7336
|
}
|
|
7003
7337
|
},
|
|
7004
7338
|
{
|
|
7005
7339
|
"kind": "js",
|
|
7006
|
-
"name": "
|
|
7340
|
+
"name": "colorNeutralStrokeOnBrand2",
|
|
7341
|
+
"declaration": {
|
|
7342
|
+
"name": "colorNeutralStrokeOnBrand2",
|
|
7343
|
+
"module": "src/theme/design-tokens.ts"
|
|
7344
|
+
}
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"kind": "js",
|
|
7348
|
+
"name": "colorNeutralStrokeOnBrand2Hover",
|
|
7349
|
+
"declaration": {
|
|
7350
|
+
"name": "colorNeutralStrokeOnBrand2Hover",
|
|
7351
|
+
"module": "src/theme/design-tokens.ts"
|
|
7352
|
+
}
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"kind": "js",
|
|
7356
|
+
"name": "colorNeutralStrokeOnBrand2Pressed",
|
|
7357
|
+
"declaration": {
|
|
7358
|
+
"name": "colorNeutralStrokeOnBrand2Pressed",
|
|
7359
|
+
"module": "src/theme/design-tokens.ts"
|
|
7360
|
+
}
|
|
7361
|
+
},
|
|
7362
|
+
{
|
|
7363
|
+
"kind": "js",
|
|
7364
|
+
"name": "colorNeutralStrokeOnBrand2Selected",
|
|
7365
|
+
"declaration": {
|
|
7366
|
+
"name": "colorNeutralStrokeOnBrand2Selected",
|
|
7367
|
+
"module": "src/theme/design-tokens.ts"
|
|
7368
|
+
}
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"kind": "js",
|
|
7372
|
+
"name": "colorBrandStroke1",
|
|
7007
7373
|
"declaration": {
|
|
7008
7374
|
"name": "colorBrandStroke1",
|
|
7009
7375
|
"module": "src/theme/design-tokens.ts"
|
|
@@ -7073,6 +7439,14 @@
|
|
|
7073
7439
|
"module": "src/theme/design-tokens.ts"
|
|
7074
7440
|
}
|
|
7075
7441
|
},
|
|
7442
|
+
{
|
|
7443
|
+
"kind": "js",
|
|
7444
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7445
|
+
"declaration": {
|
|
7446
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7447
|
+
"module": "src/theme/design-tokens.ts"
|
|
7448
|
+
}
|
|
7449
|
+
},
|
|
7076
7450
|
{
|
|
7077
7451
|
"kind": "js",
|
|
7078
7452
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -8697,6 +9071,46 @@
|
|
|
8697
9071
|
"module": "src/theme/design-tokens.ts"
|
|
8698
9072
|
}
|
|
8699
9073
|
},
|
|
9074
|
+
{
|
|
9075
|
+
"kind": "js",
|
|
9076
|
+
"name": "borderRadius2XLarge",
|
|
9077
|
+
"declaration": {
|
|
9078
|
+
"name": "borderRadius2XLarge",
|
|
9079
|
+
"module": "src/theme/design-tokens.ts"
|
|
9080
|
+
}
|
|
9081
|
+
},
|
|
9082
|
+
{
|
|
9083
|
+
"kind": "js",
|
|
9084
|
+
"name": "borderRadius3XLarge",
|
|
9085
|
+
"declaration": {
|
|
9086
|
+
"name": "borderRadius3XLarge",
|
|
9087
|
+
"module": "src/theme/design-tokens.ts"
|
|
9088
|
+
}
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
"kind": "js",
|
|
9092
|
+
"name": "borderRadius4XLarge",
|
|
9093
|
+
"declaration": {
|
|
9094
|
+
"name": "borderRadius4XLarge",
|
|
9095
|
+
"module": "src/theme/design-tokens.ts"
|
|
9096
|
+
}
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
"kind": "js",
|
|
9100
|
+
"name": "borderRadius5XLarge",
|
|
9101
|
+
"declaration": {
|
|
9102
|
+
"name": "borderRadius5XLarge",
|
|
9103
|
+
"module": "src/theme/design-tokens.ts"
|
|
9104
|
+
}
|
|
9105
|
+
},
|
|
9106
|
+
{
|
|
9107
|
+
"kind": "js",
|
|
9108
|
+
"name": "borderRadius6XLarge",
|
|
9109
|
+
"declaration": {
|
|
9110
|
+
"name": "borderRadius6XLarge",
|
|
9111
|
+
"module": "src/theme/design-tokens.ts"
|
|
9112
|
+
}
|
|
9113
|
+
},
|
|
8700
9114
|
{
|
|
8701
9115
|
"kind": "js",
|
|
8702
9116
|
"name": "borderRadiusCircular",
|
|
@@ -11799,6 +12213,7 @@
|
|
|
11799
12213
|
"kind": "variable",
|
|
11800
12214
|
"name": "badgeSizeStyles",
|
|
11801
12215
|
"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; } `",
|
|
12216
|
+
"description": "The badge's size styles",
|
|
11802
12217
|
"privacy": "public"
|
|
11803
12218
|
},
|
|
11804
12219
|
{
|
|
@@ -13830,7 +14245,8 @@
|
|
|
13830
14245
|
"type": {
|
|
13831
14246
|
"text": "HTMLDialogElement"
|
|
13832
14247
|
},
|
|
13833
|
-
"privacy": "public"
|
|
14248
|
+
"privacy": "public",
|
|
14249
|
+
"description": "The dialog element"
|
|
13834
14250
|
},
|
|
13835
14251
|
{
|
|
13836
14252
|
"kind": "field",
|
|
@@ -13838,7 +14254,8 @@
|
|
|
13838
14254
|
"type": {
|
|
13839
14255
|
"text": "string | undefined"
|
|
13840
14256
|
},
|
|
13841
|
-
"privacy": "public"
|
|
14257
|
+
"privacy": "public",
|
|
14258
|
+
"description": "The ID of the element that describes the dialog"
|
|
13842
14259
|
},
|
|
13843
14260
|
{
|
|
13844
14261
|
"kind": "field",
|
|
@@ -13846,7 +14263,17 @@
|
|
|
13846
14263
|
"type": {
|
|
13847
14264
|
"text": "string | undefined"
|
|
13848
14265
|
},
|
|
13849
|
-
"privacy": "public"
|
|
14266
|
+
"privacy": "public",
|
|
14267
|
+
"description": "The ID of the element that labels the dialog"
|
|
14268
|
+
},
|
|
14269
|
+
{
|
|
14270
|
+
"kind": "field",
|
|
14271
|
+
"name": "ariaLabel",
|
|
14272
|
+
"type": {
|
|
14273
|
+
"text": "string | null"
|
|
14274
|
+
},
|
|
14275
|
+
"privacy": "public",
|
|
14276
|
+
"description": "The label of the dialog"
|
|
13850
14277
|
},
|
|
13851
14278
|
{
|
|
13852
14279
|
"kind": "field",
|
|
@@ -13855,6 +14282,7 @@
|
|
|
13855
14282
|
"text": "DialogType"
|
|
13856
14283
|
},
|
|
13857
14284
|
"privacy": "public",
|
|
14285
|
+
"description": "The type of the dialog modal",
|
|
13858
14286
|
"parsedType": {
|
|
13859
14287
|
"text": "'modal' | 'non-modal' | 'alert'"
|
|
13860
14288
|
}
|
|
@@ -13881,12 +14309,14 @@
|
|
|
13881
14309
|
{
|
|
13882
14310
|
"kind": "field",
|
|
13883
14311
|
"name": "emitBeforeToggle",
|
|
13884
|
-
"privacy": "public"
|
|
14312
|
+
"privacy": "public",
|
|
14313
|
+
"description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
13885
14314
|
},
|
|
13886
14315
|
{
|
|
13887
14316
|
"kind": "field",
|
|
13888
14317
|
"name": "emitToggle",
|
|
13889
|
-
"privacy": "public"
|
|
14318
|
+
"privacy": "public",
|
|
14319
|
+
"description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
13890
14320
|
},
|
|
13891
14321
|
{
|
|
13892
14322
|
"kind": "method",
|
|
@@ -13896,7 +14326,8 @@
|
|
|
13896
14326
|
"type": {
|
|
13897
14327
|
"text": "void"
|
|
13898
14328
|
}
|
|
13899
|
-
}
|
|
14329
|
+
},
|
|
14330
|
+
"description": "Method to show the dialog"
|
|
13900
14331
|
},
|
|
13901
14332
|
{
|
|
13902
14333
|
"kind": "method",
|
|
@@ -13906,7 +14337,8 @@
|
|
|
13906
14337
|
"type": {
|
|
13907
14338
|
"text": "void"
|
|
13908
14339
|
}
|
|
13909
|
-
}
|
|
14340
|
+
},
|
|
14341
|
+
"description": "Method to hide the dialog"
|
|
13910
14342
|
},
|
|
13911
14343
|
{
|
|
13912
14344
|
"kind": "method",
|
|
@@ -13925,7 +14357,8 @@
|
|
|
13925
14357
|
},
|
|
13926
14358
|
"description": "The click event"
|
|
13927
14359
|
}
|
|
13928
|
-
]
|
|
14360
|
+
],
|
|
14361
|
+
"description": "Handles click events on the dialog overlay for light-dismiss"
|
|
13929
14362
|
}
|
|
13930
14363
|
],
|
|
13931
14364
|
"attributes": [
|
|
@@ -13934,6 +14367,7 @@
|
|
|
13934
14367
|
"type": {
|
|
13935
14368
|
"text": "string | undefined"
|
|
13936
14369
|
},
|
|
14370
|
+
"description": "The ID of the element that describes the dialog",
|
|
13937
14371
|
"fieldName": "ariaDescribedby"
|
|
13938
14372
|
},
|
|
13939
14373
|
{
|
|
@@ -13941,13 +14375,23 @@
|
|
|
13941
14375
|
"type": {
|
|
13942
14376
|
"text": "string | undefined"
|
|
13943
14377
|
},
|
|
14378
|
+
"description": "The ID of the element that labels the dialog",
|
|
13944
14379
|
"fieldName": "ariaLabelledby"
|
|
13945
14380
|
},
|
|
14381
|
+
{
|
|
14382
|
+
"name": "aria-label",
|
|
14383
|
+
"type": {
|
|
14384
|
+
"text": "string | null"
|
|
14385
|
+
},
|
|
14386
|
+
"description": "The label of the dialog",
|
|
14387
|
+
"fieldName": "ariaLabel"
|
|
14388
|
+
},
|
|
13946
14389
|
{
|
|
13947
14390
|
"name": "type",
|
|
13948
14391
|
"type": {
|
|
13949
14392
|
"text": "DialogType"
|
|
13950
14393
|
},
|
|
14394
|
+
"description": "The type of the dialog modal",
|
|
13951
14395
|
"fieldName": "type",
|
|
13952
14396
|
"parsedType": {
|
|
13953
14397
|
"text": "'modal' | 'non-modal' | 'alert'"
|
|
@@ -14275,6 +14719,7 @@
|
|
|
14275
14719
|
"text": "DrawerType"
|
|
14276
14720
|
},
|
|
14277
14721
|
"privacy": "public",
|
|
14722
|
+
"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
14723
|
"parsedType": {
|
|
14279
14724
|
"text": "'inline' | 'modal' | 'non-modal'"
|
|
14280
14725
|
}
|
|
@@ -14290,7 +14735,8 @@
|
|
|
14290
14735
|
"type": {
|
|
14291
14736
|
"text": "string | undefined"
|
|
14292
14737
|
},
|
|
14293
|
-
"privacy": "public"
|
|
14738
|
+
"privacy": "public",
|
|
14739
|
+
"description": "The ID of the element that labels the drawer."
|
|
14294
14740
|
},
|
|
14295
14741
|
{
|
|
14296
14742
|
"kind": "field",
|
|
@@ -14298,7 +14744,8 @@
|
|
|
14298
14744
|
"type": {
|
|
14299
14745
|
"text": "string | undefined"
|
|
14300
14746
|
},
|
|
14301
|
-
"privacy": "public"
|
|
14747
|
+
"privacy": "public",
|
|
14748
|
+
"description": "The ID of the element that describes the drawer."
|
|
14302
14749
|
},
|
|
14303
14750
|
{
|
|
14304
14751
|
"kind": "field",
|
|
@@ -14329,17 +14776,20 @@
|
|
|
14329
14776
|
"type": {
|
|
14330
14777
|
"text": "HTMLDialogElement"
|
|
14331
14778
|
},
|
|
14332
|
-
"privacy": "public"
|
|
14779
|
+
"privacy": "public",
|
|
14780
|
+
"description": "The dialog element."
|
|
14333
14781
|
},
|
|
14334
14782
|
{
|
|
14335
14783
|
"kind": "field",
|
|
14336
14784
|
"name": "emitToggle",
|
|
14337
|
-
"privacy": "public"
|
|
14785
|
+
"privacy": "public",
|
|
14786
|
+
"description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
14338
14787
|
},
|
|
14339
14788
|
{
|
|
14340
14789
|
"kind": "field",
|
|
14341
14790
|
"name": "emitBeforeToggle",
|
|
14342
|
-
"privacy": "public"
|
|
14791
|
+
"privacy": "public",
|
|
14792
|
+
"description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
|
|
14343
14793
|
},
|
|
14344
14794
|
{
|
|
14345
14795
|
"kind": "method",
|
|
@@ -14349,7 +14799,8 @@
|
|
|
14349
14799
|
"type": {
|
|
14350
14800
|
"text": "void"
|
|
14351
14801
|
}
|
|
14352
|
-
}
|
|
14802
|
+
},
|
|
14803
|
+
"description": "Method to show the drawer"
|
|
14353
14804
|
},
|
|
14354
14805
|
{
|
|
14355
14806
|
"kind": "method",
|
|
@@ -14359,7 +14810,8 @@
|
|
|
14359
14810
|
"type": {
|
|
14360
14811
|
"text": "void"
|
|
14361
14812
|
}
|
|
14362
|
-
}
|
|
14813
|
+
},
|
|
14814
|
+
"description": "Method to hide the drawer"
|
|
14363
14815
|
},
|
|
14364
14816
|
{
|
|
14365
14817
|
"kind": "method",
|
|
@@ -14383,7 +14835,8 @@
|
|
|
14383
14835
|
{
|
|
14384
14836
|
"kind": "method",
|
|
14385
14837
|
"name": "cancelHandler",
|
|
14386
|
-
"privacy": "public"
|
|
14838
|
+
"privacy": "public",
|
|
14839
|
+
"description": "Handles cancel events on the drawer."
|
|
14387
14840
|
},
|
|
14388
14841
|
{
|
|
14389
14842
|
"kind": "method",
|
|
@@ -14456,6 +14909,7 @@
|
|
|
14456
14909
|
"type": {
|
|
14457
14910
|
"text": "DrawerType"
|
|
14458
14911
|
},
|
|
14912
|
+
"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
14913
|
"fieldName": "type",
|
|
14460
14914
|
"parsedType": {
|
|
14461
14915
|
"text": "'inline' | 'modal' | 'non-modal'"
|
|
@@ -14466,6 +14920,7 @@
|
|
|
14466
14920
|
"type": {
|
|
14467
14921
|
"text": "string | undefined"
|
|
14468
14922
|
},
|
|
14923
|
+
"description": "The ID of the element that labels the drawer.",
|
|
14469
14924
|
"fieldName": "ariaLabelledby"
|
|
14470
14925
|
},
|
|
14471
14926
|
{
|
|
@@ -14473,6 +14928,7 @@
|
|
|
14473
14928
|
"type": {
|
|
14474
14929
|
"text": "string | undefined"
|
|
14475
14930
|
},
|
|
14931
|
+
"description": "The ID of the element that describes the drawer.",
|
|
14476
14932
|
"fieldName": "ariaDescribedby"
|
|
14477
14933
|
},
|
|
14478
14934
|
{
|
|
@@ -19014,7 +19470,8 @@
|
|
|
19014
19470
|
{
|
|
19015
19471
|
"kind": "field",
|
|
19016
19472
|
"name": "dismissMessageBar",
|
|
19017
|
-
"privacy": "public"
|
|
19473
|
+
"privacy": "public",
|
|
19474
|
+
"description": "Method to emit a `dismiss` event when the message bar is dismissed"
|
|
19018
19475
|
},
|
|
19019
19476
|
{
|
|
19020
19477
|
"kind": "field",
|
|
@@ -19098,7 +19555,7 @@
|
|
|
19098
19555
|
},
|
|
19099
19556
|
"privacy": "public",
|
|
19100
19557
|
"default": "null",
|
|
19101
|
-
"description": "The validation state of the progress bar",
|
|
19558
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19102
19559
|
"parsedType": {
|
|
19103
19560
|
"text": "'success' | 'warning' | 'error' | null"
|
|
19104
19561
|
}
|
|
@@ -19173,7 +19630,7 @@
|
|
|
19173
19630
|
"text": "ProgressBarValidationState | null"
|
|
19174
19631
|
},
|
|
19175
19632
|
"default": "null",
|
|
19176
|
-
"description": "The validation state of the progress bar",
|
|
19633
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19177
19634
|
"fieldName": "validationState",
|
|
19178
19635
|
"parsedType": {
|
|
19179
19636
|
"text": "'success' | 'warning' | 'error' | null"
|
|
@@ -19216,7 +19673,7 @@
|
|
|
19216
19673
|
"text": "ProgressBarThickness | undefined"
|
|
19217
19674
|
},
|
|
19218
19675
|
"privacy": "public",
|
|
19219
|
-
"description": "The thickness of the progress bar",
|
|
19676
|
+
"description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
|
|
19220
19677
|
"parsedType": {
|
|
19221
19678
|
"text": "'medium' | 'large' | undefined"
|
|
19222
19679
|
}
|
|
@@ -19228,7 +19685,7 @@
|
|
|
19228
19685
|
"text": "ProgressBarShape | undefined"
|
|
19229
19686
|
},
|
|
19230
19687
|
"privacy": "public",
|
|
19231
|
-
"description": "The shape of the progress bar",
|
|
19688
|
+
"description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
|
|
19232
19689
|
"parsedType": {
|
|
19233
19690
|
"text": "'rounded' | 'square' | undefined"
|
|
19234
19691
|
}
|
|
@@ -19241,7 +19698,7 @@
|
|
|
19241
19698
|
},
|
|
19242
19699
|
"privacy": "public",
|
|
19243
19700
|
"default": "null",
|
|
19244
|
-
"description": "The validation state of the progress bar",
|
|
19701
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19245
19702
|
"parsedType": {
|
|
19246
19703
|
"text": "'success' | 'warning' | 'error' | null"
|
|
19247
19704
|
},
|
|
@@ -19335,7 +19792,7 @@
|
|
|
19335
19792
|
"type": {
|
|
19336
19793
|
"text": "ProgressBarThickness | undefined"
|
|
19337
19794
|
},
|
|
19338
|
-
"description": "The thickness of the progress bar",
|
|
19795
|
+
"description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
|
|
19339
19796
|
"fieldName": "thickness",
|
|
19340
19797
|
"parsedType": {
|
|
19341
19798
|
"text": "'medium' | 'large' | undefined"
|
|
@@ -19346,7 +19803,7 @@
|
|
|
19346
19803
|
"type": {
|
|
19347
19804
|
"text": "ProgressBarShape | undefined"
|
|
19348
19805
|
},
|
|
19349
|
-
"description": "The shape of the progress bar",
|
|
19806
|
+
"description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
|
|
19350
19807
|
"fieldName": "shape",
|
|
19351
19808
|
"parsedType": {
|
|
19352
19809
|
"text": "'rounded' | 'square' | undefined"
|
|
@@ -19358,7 +19815,7 @@
|
|
|
19358
19815
|
"text": "ProgressBarValidationState | null"
|
|
19359
19816
|
},
|
|
19360
19817
|
"default": "null",
|
|
19361
|
-
"description": "The validation state of the progress bar",
|
|
19818
|
+
"description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
|
|
19362
19819
|
"fieldName": "validationState",
|
|
19363
19820
|
"parsedType": {
|
|
19364
19821
|
"text": "'success' | 'warning' | 'error' | null"
|
|
@@ -21777,1116 +22234,69 @@
|
|
|
21777
22234
|
"kind": "method",
|
|
21778
22235
|
"name": "setCustomValidity",
|
|
21779
22236
|
"privacy": "public",
|
|
21780
|
-
"return": {
|
|
21781
|
-
"type": {
|
|
21782
|
-
"text": "void"
|
|
21783
|
-
}
|
|
21784
|
-
},
|
|
21785
|
-
"parameters": [
|
|
21786
|
-
{
|
|
21787
|
-
"name": "message",
|
|
21788
|
-
"type": {
|
|
21789
|
-
"text": "string"
|
|
21790
|
-
},
|
|
21791
|
-
"description": "The message to set"
|
|
21792
|
-
}
|
|
21793
|
-
],
|
|
21794
|
-
"description": "Sets a custom validity message.",
|
|
21795
|
-
"inheritedFrom": {
|
|
21796
|
-
"name": "BaseCheckbox",
|
|
21797
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21798
|
-
}
|
|
21799
|
-
},
|
|
21800
|
-
{
|
|
21801
|
-
"kind": "method",
|
|
21802
|
-
"name": "toggleChecked",
|
|
21803
|
-
"privacy": "public",
|
|
21804
|
-
"return": {
|
|
21805
|
-
"type": {
|
|
21806
|
-
"text": "void"
|
|
21807
|
-
}
|
|
21808
|
-
},
|
|
21809
|
-
"parameters": [
|
|
21810
|
-
{
|
|
21811
|
-
"name": "force",
|
|
21812
|
-
"default": "!this.checked",
|
|
21813
|
-
"type": {
|
|
21814
|
-
"text": "boolean"
|
|
21815
|
-
},
|
|
21816
|
-
"description": "Forces the element to be checked or unchecked"
|
|
21817
|
-
}
|
|
21818
|
-
],
|
|
21819
|
-
"description": "Toggles the checked state of the control.",
|
|
21820
|
-
"inheritedFrom": {
|
|
21821
|
-
"name": "BaseCheckbox",
|
|
21822
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21823
|
-
}
|
|
21824
|
-
}
|
|
21825
|
-
],
|
|
21826
|
-
"superclass": {
|
|
21827
|
-
"name": "BaseCheckbox",
|
|
21828
|
-
"module": "/src/checkbox/checkbox.base.js"
|
|
21829
|
-
},
|
|
21830
|
-
"tagName": "fluent-switch",
|
|
21831
|
-
"customElement": true,
|
|
21832
|
-
"attributes": [
|
|
21833
|
-
{
|
|
21834
|
-
"name": "autofocus",
|
|
21835
|
-
"type": {
|
|
21836
|
-
"text": "boolean"
|
|
21837
|
-
},
|
|
21838
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
21839
|
-
"fieldName": "autofocus",
|
|
21840
|
-
"inheritedFrom": {
|
|
21841
|
-
"name": "BaseCheckbox",
|
|
21842
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21843
|
-
}
|
|
21844
|
-
},
|
|
21845
|
-
{
|
|
21846
|
-
"name": "disabled",
|
|
21847
|
-
"type": {
|
|
21848
|
-
"text": "boolean | undefined"
|
|
21849
|
-
},
|
|
21850
|
-
"description": "The initial disabled state of the control.",
|
|
21851
|
-
"fieldName": "disabledAttribute",
|
|
21852
|
-
"inheritedFrom": {
|
|
21853
|
-
"name": "BaseCheckbox",
|
|
21854
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21855
|
-
}
|
|
21856
|
-
},
|
|
21857
|
-
{
|
|
21858
|
-
"name": "form",
|
|
21859
|
-
"type": {
|
|
21860
|
-
"text": "string | undefined"
|
|
21861
|
-
},
|
|
21862
|
-
"description": "The id of a form to associate the element to.",
|
|
21863
|
-
"fieldName": "formAttribute",
|
|
21864
|
-
"inheritedFrom": {
|
|
21865
|
-
"name": "BaseCheckbox",
|
|
21866
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21867
|
-
}
|
|
21868
|
-
},
|
|
21869
|
-
{
|
|
21870
|
-
"name": "checked",
|
|
21871
|
-
"type": {
|
|
21872
|
-
"text": "boolean | undefined"
|
|
21873
|
-
},
|
|
21874
|
-
"description": "The initial checked state of the element.",
|
|
21875
|
-
"fieldName": "initialChecked",
|
|
21876
|
-
"inheritedFrom": {
|
|
21877
|
-
"name": "BaseCheckbox",
|
|
21878
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
21879
|
-
}
|
|
21880
|
-
},
|
|
21881
|
-
{
|
|
21882
|
-
"name": "value",
|
|
21883
|
-
"type": {
|
|
21884
|
-
"text": "string"
|
|
21885
|
-
},
|
|
21886
|
-
"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",
|
|
22237
|
+
"return": {
|
|
22238
|
+
"type": {
|
|
22239
|
+
"text": "void"
|
|
22240
|
+
}
|
|
22241
|
+
},
|
|
22846
22242
|
"parameters": [
|
|
22847
22243
|
{
|
|
22848
|
-
"name": "
|
|
22849
|
-
"type": {
|
|
22850
|
-
"text": "HTMLElement[]"
|
|
22851
|
-
}
|
|
22852
|
-
},
|
|
22853
|
-
{
|
|
22854
|
-
"name": "index",
|
|
22244
|
+
"name": "message",
|
|
22855
22245
|
"type": {
|
|
22856
|
-
"text": "
|
|
22857
|
-
}
|
|
22246
|
+
"text": "string"
|
|
22247
|
+
},
|
|
22248
|
+
"description": "The message to set"
|
|
22858
22249
|
}
|
|
22859
22250
|
],
|
|
22251
|
+
"description": "Sets a custom validity message.",
|
|
22860
22252
|
"inheritedFrom": {
|
|
22861
|
-
"name": "
|
|
22862
|
-
"module": "src/
|
|
22253
|
+
"name": "BaseCheckbox",
|
|
22254
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22863
22255
|
}
|
|
22864
22256
|
},
|
|
22865
22257
|
{
|
|
22866
22258
|
"kind": "method",
|
|
22867
|
-
"name": "
|
|
22868
|
-
"privacy": "
|
|
22259
|
+
"name": "toggleChecked",
|
|
22260
|
+
"privacy": "public",
|
|
22869
22261
|
"return": {
|
|
22870
22262
|
"type": {
|
|
22871
22263
|
"text": "void"
|
|
22872
22264
|
}
|
|
22873
22265
|
},
|
|
22266
|
+
"parameters": [
|
|
22267
|
+
{
|
|
22268
|
+
"name": "force",
|
|
22269
|
+
"default": "!this.checked",
|
|
22270
|
+
"type": {
|
|
22271
|
+
"text": "boolean"
|
|
22272
|
+
},
|
|
22273
|
+
"description": "Forces the element to be checked or unchecked"
|
|
22274
|
+
}
|
|
22275
|
+
],
|
|
22276
|
+
"description": "Toggles the checked state of the control.",
|
|
22874
22277
|
"inheritedFrom": {
|
|
22875
|
-
"name": "
|
|
22876
|
-
"module": "src/
|
|
22278
|
+
"name": "BaseCheckbox",
|
|
22279
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22877
22280
|
}
|
|
22878
22281
|
}
|
|
22879
22282
|
],
|
|
22283
|
+
"superclass": {
|
|
22284
|
+
"name": "BaseCheckbox",
|
|
22285
|
+
"module": "/src/checkbox/checkbox.base.js"
|
|
22286
|
+
},
|
|
22287
|
+
"tagName": "fluent-switch",
|
|
22288
|
+
"customElement": true,
|
|
22880
22289
|
"attributes": [
|
|
22881
22290
|
{
|
|
22882
|
-
"name": "
|
|
22291
|
+
"name": "autofocus",
|
|
22883
22292
|
"type": {
|
|
22884
|
-
"text": "
|
|
22293
|
+
"text": "boolean"
|
|
22885
22294
|
},
|
|
22886
|
-
"description": "
|
|
22887
|
-
"fieldName": "
|
|
22888
|
-
"
|
|
22889
|
-
"
|
|
22295
|
+
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
22296
|
+
"fieldName": "autofocus",
|
|
22297
|
+
"inheritedFrom": {
|
|
22298
|
+
"name": "BaseCheckbox",
|
|
22299
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22890
22300
|
}
|
|
22891
22301
|
},
|
|
22892
22302
|
{
|
|
@@ -22894,57 +22304,77 @@
|
|
|
22894
22304
|
"type": {
|
|
22895
22305
|
"text": "boolean | undefined"
|
|
22896
22306
|
},
|
|
22897
|
-
"description": "
|
|
22898
|
-
"fieldName": "
|
|
22307
|
+
"description": "The initial disabled state of the control.",
|
|
22308
|
+
"fieldName": "disabledAttribute",
|
|
22309
|
+
"inheritedFrom": {
|
|
22310
|
+
"name": "BaseCheckbox",
|
|
22311
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22312
|
+
}
|
|
22899
22313
|
},
|
|
22900
22314
|
{
|
|
22901
|
-
"name": "
|
|
22315
|
+
"name": "form",
|
|
22902
22316
|
"type": {
|
|
22903
|
-
"text": "
|
|
22317
|
+
"text": "string | undefined"
|
|
22904
22318
|
},
|
|
22905
|
-
"description": "
|
|
22906
|
-
"fieldName": "
|
|
22907
|
-
"
|
|
22908
|
-
"
|
|
22319
|
+
"description": "The id of a form to associate the element to.",
|
|
22320
|
+
"fieldName": "formAttribute",
|
|
22321
|
+
"inheritedFrom": {
|
|
22322
|
+
"name": "BaseCheckbox",
|
|
22323
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22909
22324
|
}
|
|
22910
22325
|
},
|
|
22911
22326
|
{
|
|
22912
|
-
"name": "
|
|
22327
|
+
"name": "checked",
|
|
22913
22328
|
"type": {
|
|
22914
|
-
"text": "
|
|
22329
|
+
"text": "boolean | undefined"
|
|
22915
22330
|
},
|
|
22916
|
-
"description": "The
|
|
22917
|
-
"fieldName": "
|
|
22918
|
-
"
|
|
22919
|
-
"
|
|
22331
|
+
"description": "The initial checked state of the element.",
|
|
22332
|
+
"fieldName": "initialChecked",
|
|
22333
|
+
"inheritedFrom": {
|
|
22334
|
+
"name": "BaseCheckbox",
|
|
22335
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22336
|
+
}
|
|
22337
|
+
},
|
|
22338
|
+
{
|
|
22339
|
+
"name": "value",
|
|
22340
|
+
"type": {
|
|
22341
|
+
"text": "string"
|
|
22920
22342
|
},
|
|
22343
|
+
"default": "'on'",
|
|
22344
|
+
"description": "The initial value of the input.",
|
|
22345
|
+
"fieldName": "initialValue",
|
|
22921
22346
|
"inheritedFrom": {
|
|
22922
|
-
"name": "
|
|
22923
|
-
"module": "src/
|
|
22347
|
+
"name": "BaseCheckbox",
|
|
22348
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22924
22349
|
}
|
|
22925
22350
|
},
|
|
22926
22351
|
{
|
|
22927
|
-
"name": "
|
|
22352
|
+
"name": "name",
|
|
22928
22353
|
"type": {
|
|
22929
22354
|
"text": "string"
|
|
22930
22355
|
},
|
|
22931
|
-
"description": "The
|
|
22932
|
-
"fieldName": "
|
|
22356
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
22357
|
+
"fieldName": "name",
|
|
22358
|
+
"inheritedFrom": {
|
|
22359
|
+
"name": "BaseCheckbox",
|
|
22360
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22361
|
+
}
|
|
22362
|
+
},
|
|
22363
|
+
{
|
|
22364
|
+
"name": "required",
|
|
22365
|
+
"type": {
|
|
22366
|
+
"text": "boolean"
|
|
22367
|
+
},
|
|
22368
|
+
"description": "The element's required state.",
|
|
22369
|
+
"fieldName": "required",
|
|
22933
22370
|
"inheritedFrom": {
|
|
22934
|
-
"name": "
|
|
22935
|
-
"module": "src/
|
|
22371
|
+
"name": "BaseCheckbox",
|
|
22372
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22936
22373
|
}
|
|
22937
22374
|
}
|
|
22938
22375
|
],
|
|
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",
|
|
22376
|
+
"modulePath": "./dist/esm/switch/switch.js",
|
|
22377
|
+
"definitionPath": "./dist/esm/switch/define.js",
|
|
22948
22378
|
"cssProperties": [],
|
|
22949
22379
|
"cssParts": [],
|
|
22950
22380
|
"cssStates": [],
|
|
@@ -22955,10 +22385,68 @@
|
|
|
22955
22385
|
"exports": [
|
|
22956
22386
|
{
|
|
22957
22387
|
"kind": "js",
|
|
22958
|
-
"name": "
|
|
22388
|
+
"name": "Switch",
|
|
22389
|
+
"declaration": {
|
|
22390
|
+
"name": "Switch",
|
|
22391
|
+
"module": "src/switch/switch.ts"
|
|
22392
|
+
}
|
|
22393
|
+
}
|
|
22394
|
+
]
|
|
22395
|
+
},
|
|
22396
|
+
{
|
|
22397
|
+
"kind": "javascript-module",
|
|
22398
|
+
"path": "./dist/esm/tab/tab.js",
|
|
22399
|
+
"declarations": [
|
|
22400
|
+
{
|
|
22401
|
+
"kind": "class",
|
|
22402
|
+
"description": "Tab extends the FASTTab and is a child of the TabList",
|
|
22403
|
+
"name": "Tab",
|
|
22404
|
+
"members": [
|
|
22405
|
+
{
|
|
22406
|
+
"kind": "field",
|
|
22407
|
+
"name": "disabled",
|
|
22408
|
+
"type": {
|
|
22409
|
+
"text": "boolean"
|
|
22410
|
+
},
|
|
22411
|
+
"privacy": "public",
|
|
22412
|
+
"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."
|
|
22413
|
+
},
|
|
22414
|
+
{
|
|
22415
|
+
"kind": "field",
|
|
22416
|
+
"name": "styles",
|
|
22417
|
+
"type": {
|
|
22418
|
+
"text": "ElementStyles | undefined"
|
|
22419
|
+
},
|
|
22420
|
+
"privacy": "private"
|
|
22421
|
+
}
|
|
22422
|
+
],
|
|
22423
|
+
"attributes": [
|
|
22424
|
+
{
|
|
22425
|
+
"name": "disabled",
|
|
22426
|
+
"type": {
|
|
22427
|
+
"text": "boolean"
|
|
22428
|
+
},
|
|
22429
|
+
"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.",
|
|
22430
|
+
"fieldName": "disabled"
|
|
22431
|
+
}
|
|
22432
|
+
],
|
|
22433
|
+
"superclass": {
|
|
22434
|
+
"name": "FASTElement",
|
|
22435
|
+
"package": "@microsoft/fast-element"
|
|
22436
|
+
},
|
|
22437
|
+
"tagName": "fluent-tab",
|
|
22438
|
+
"customElement": true,
|
|
22439
|
+
"modulePath": "./dist/esm/tab/tab.js",
|
|
22440
|
+
"definitionPath": "./dist/esm/tab/define.js"
|
|
22441
|
+
}
|
|
22442
|
+
],
|
|
22443
|
+
"exports": [
|
|
22444
|
+
{
|
|
22445
|
+
"kind": "js",
|
|
22446
|
+
"name": "Tab",
|
|
22959
22447
|
"declaration": {
|
|
22960
|
-
"name": "
|
|
22961
|
-
"module": "src/
|
|
22448
|
+
"name": "Tab",
|
|
22449
|
+
"module": "src/tab/tab.ts"
|
|
22962
22450
|
}
|
|
22963
22451
|
}
|
|
22964
22452
|
]
|
|
@@ -27831,7 +27319,7 @@
|
|
|
27831
27319
|
"text": "boolean"
|
|
27832
27320
|
},
|
|
27833
27321
|
"default": "false",
|
|
27834
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27322
|
+
"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
27323
|
"privacy": "public"
|
|
27836
27324
|
},
|
|
27837
27325
|
{
|
|
@@ -27879,7 +27367,7 @@
|
|
|
27879
27367
|
},
|
|
27880
27368
|
"privacy": "public",
|
|
27881
27369
|
"default": "false",
|
|
27882
|
-
"description": "When true, the control has no child tree items"
|
|
27370
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty"
|
|
27883
27371
|
},
|
|
27884
27372
|
{
|
|
27885
27373
|
"kind": "field",
|
|
@@ -27975,7 +27463,7 @@
|
|
|
27975
27463
|
"text": "boolean"
|
|
27976
27464
|
},
|
|
27977
27465
|
"default": "false",
|
|
27978
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27466
|
+
"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
27467
|
"fieldName": "expanded"
|
|
27980
27468
|
},
|
|
27981
27469
|
{
|
|
@@ -27993,7 +27481,7 @@
|
|
|
27993
27481
|
"text": "boolean"
|
|
27994
27482
|
},
|
|
27995
27483
|
"default": "false",
|
|
27996
|
-
"description": "When true, the control has no child tree items",
|
|
27484
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
27997
27485
|
"fieldName": "empty"
|
|
27998
27486
|
},
|
|
27999
27487
|
{
|
|
@@ -28071,7 +27559,7 @@
|
|
|
28071
27559
|
"text": "boolean"
|
|
28072
27560
|
},
|
|
28073
27561
|
"default": "false",
|
|
28074
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27562
|
+
"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
27563
|
"privacy": "public",
|
|
28076
27564
|
"inheritedFrom": {
|
|
28077
27565
|
"name": "BaseTreeItem",
|
|
@@ -28131,7 +27619,7 @@
|
|
|
28131
27619
|
},
|
|
28132
27620
|
"privacy": "public",
|
|
28133
27621
|
"default": "false",
|
|
28134
|
-
"description": "When true, the control has no child tree items",
|
|
27622
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
28135
27623
|
"inheritedFrom": {
|
|
28136
27624
|
"name": "BaseTreeItem",
|
|
28137
27625
|
"module": "src/tree-item/tree-item.base.ts"
|
|
@@ -28289,7 +27777,7 @@
|
|
|
28289
27777
|
"text": "boolean"
|
|
28290
27778
|
},
|
|
28291
27779
|
"default": "false",
|
|
28292
|
-
"description": "When true, the control will be appear expanded by user interaction
|
|
27780
|
+
"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
27781
|
"fieldName": "expanded",
|
|
28294
27782
|
"inheritedFrom": {
|
|
28295
27783
|
"name": "BaseTreeItem",
|
|
@@ -28315,7 +27803,7 @@
|
|
|
28315
27803
|
"text": "boolean"
|
|
28316
27804
|
},
|
|
28317
27805
|
"default": "false",
|
|
28318
|
-
"description": "When true, the control has no child tree items",
|
|
27806
|
+
"description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
|
|
28319
27807
|
"fieldName": "empty",
|
|
28320
27808
|
"inheritedFrom": {
|
|
28321
27809
|
"name": "BaseTreeItem",
|
|
@@ -28472,7 +27960,7 @@
|
|
|
28472
27960
|
"text": "TreeItemSize"
|
|
28473
27961
|
},
|
|
28474
27962
|
"privacy": "public",
|
|
28475
|
-
"description": "The size of the tree item element",
|
|
27963
|
+
"description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
|
|
28476
27964
|
"parsedType": {
|
|
28477
27965
|
"text": "'small' | 'medium'"
|
|
28478
27966
|
}
|
|
@@ -28489,7 +27977,7 @@
|
|
|
28489
27977
|
"text": "TreeItemAppearance"
|
|
28490
27978
|
},
|
|
28491
27979
|
"privacy": "public",
|
|
28492
|
-
"description": "The appearance variants of the tree item element",
|
|
27980
|
+
"description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
|
|
28493
27981
|
"parsedType": {
|
|
28494
27982
|
"text": "'subtle' | 'transparent' | 'subtle-alpha'"
|
|
28495
27983
|
}
|
|
@@ -28601,7 +28089,7 @@
|
|
|
28601
28089
|
"type": {
|
|
28602
28090
|
"text": "TreeItemSize"
|
|
28603
28091
|
},
|
|
28604
|
-
"description": "The size of the tree item element",
|
|
28092
|
+
"description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
|
|
28605
28093
|
"fieldName": "size",
|
|
28606
28094
|
"parsedType": {
|
|
28607
28095
|
"text": "'small' | 'medium'"
|
|
@@ -28612,7 +28100,7 @@
|
|
|
28612
28100
|
"type": {
|
|
28613
28101
|
"text": "TreeItemAppearance"
|
|
28614
28102
|
},
|
|
28615
|
-
"description": "The appearance variants of the tree item element",
|
|
28103
|
+
"description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
|
|
28616
28104
|
"fieldName": "appearance",
|
|
28617
28105
|
"parsedType": {
|
|
28618
28106
|
"text": "'subtle' | 'transparent' | 'subtle-alpha'"
|
|
@@ -28647,15 +28135,57 @@
|
|
|
28647
28135
|
},
|
|
28648
28136
|
{
|
|
28649
28137
|
"kind": "javascript-module",
|
|
28650
|
-
"path": "src/
|
|
28651
|
-
"declarations": [
|
|
28652
|
-
|
|
28138
|
+
"path": "src/theme/set-theme.ts",
|
|
28139
|
+
"declarations": [
|
|
28140
|
+
{
|
|
28141
|
+
"kind": "function",
|
|
28142
|
+
"name": "setTheme",
|
|
28143
|
+
"parameters": [
|
|
28144
|
+
{
|
|
28145
|
+
"name": "theme",
|
|
28146
|
+
"type": {
|
|
28147
|
+
"text": "Theme | null"
|
|
28148
|
+
},
|
|
28149
|
+
"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."
|
|
28150
|
+
},
|
|
28151
|
+
{
|
|
28152
|
+
"name": "node",
|
|
28153
|
+
"default": "document",
|
|
28154
|
+
"type": {
|
|
28155
|
+
"text": "Document | HTMLElement"
|
|
28156
|
+
},
|
|
28157
|
+
"description": "The node to set the theme on, defaults to `document` for\nsetting global theme."
|
|
28158
|
+
}
|
|
28159
|
+
],
|
|
28160
|
+
"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.",
|
|
28161
|
+
"privacy": "public"
|
|
28162
|
+
}
|
|
28163
|
+
],
|
|
28164
|
+
"exports": [
|
|
28165
|
+
{
|
|
28166
|
+
"kind": "js",
|
|
28167
|
+
"name": "setTheme",
|
|
28168
|
+
"declaration": {
|
|
28169
|
+
"name": "setTheme",
|
|
28170
|
+
"module": "src/theme/set-theme.ts"
|
|
28171
|
+
}
|
|
28172
|
+
}
|
|
28173
|
+
]
|
|
28653
28174
|
},
|
|
28654
28175
|
{
|
|
28655
28176
|
"kind": "javascript-module",
|
|
28656
|
-
"path": "src/
|
|
28177
|
+
"path": "src/index-rollup.ts",
|
|
28657
28178
|
"declarations": [],
|
|
28658
|
-
"exports": [
|
|
28179
|
+
"exports": [
|
|
28180
|
+
{
|
|
28181
|
+
"kind": "js",
|
|
28182
|
+
"name": "setTheme",
|
|
28183
|
+
"declaration": {
|
|
28184
|
+
"name": "setTheme",
|
|
28185
|
+
"module": "./theme/set-theme.js"
|
|
28186
|
+
}
|
|
28187
|
+
}
|
|
28188
|
+
]
|
|
28659
28189
|
},
|
|
28660
28190
|
{
|
|
28661
28191
|
"kind": "javascript-module",
|
|
@@ -29368,22 +28898,6 @@
|
|
|
29368
28898
|
}
|
|
29369
28899
|
]
|
|
29370
28900
|
},
|
|
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
28901
|
{
|
|
29388
28902
|
"kind": "javascript-module",
|
|
29389
28903
|
"path": "./dist/esm/tab/define.js",
|
|
@@ -29400,38 +28914,6 @@
|
|
|
29400
28914
|
}
|
|
29401
28915
|
]
|
|
29402
28916
|
},
|
|
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
28917
|
{
|
|
29436
28918
|
"kind": "javascript-module",
|
|
29437
28919
|
"path": "./dist/esm/tablist/define.js",
|