@fluentui/web-components 3.0.0-beta.13 → 3.0.0-beta.15
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 +20 -2
- package/dist/dts/accordion/index.d.ts +2 -1
- package/dist/dts/accordion-item/index.d.ts +2 -2
- package/dist/dts/anchor-button/index.d.ts +2 -2
- package/dist/dts/avatar/index.d.ts +2 -2
- package/dist/dts/badge/index.d.ts +2 -2
- package/dist/dts/button/index.d.ts +2 -2
- package/dist/dts/checkbox/index.d.ts +2 -2
- package/dist/dts/compound-button/index.d.ts +2 -2
- package/dist/dts/counter-badge/index.d.ts +2 -2
- package/dist/dts/dialog/index.d.ts +2 -1
- package/dist/dts/divider/index.d.ts +2 -2
- package/dist/dts/image/index.d.ts +2 -2
- package/dist/dts/index-rollup.d.ts +35 -1
- package/dist/dts/index.d.ts +36 -34
- package/dist/dts/label/index.d.ts +2 -1
- package/dist/dts/menu/index.d.ts +1 -1
- package/dist/dts/menu-button/index.d.ts +2 -2
- package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
- package/dist/dts/menu-item/index.d.ts +2 -1
- package/dist/dts/menu-list/index.d.ts +1 -1
- package/dist/dts/progress-bar/index.d.ts +2 -2
- package/dist/dts/radio/index.d.ts +1 -1
- package/dist/dts/radio-group/index.d.ts +2 -1
- package/dist/dts/slider/index.d.ts +2 -2
- package/dist/dts/spinner/index.d.ts +2 -2
- package/dist/dts/spinner/spinner.d.ts +10 -2
- package/dist/dts/spinner/spinner.template.d.ts +2 -3
- package/dist/dts/styles/partials/index.d.ts +1 -0
- package/dist/dts/styles/partials/typography.partials.d.ts +18 -0
- package/dist/dts/switch/index.d.ts +2 -2
- package/dist/dts/tab/index.d.ts +1 -1
- package/dist/dts/tab-panel/index.d.ts +1 -1
- package/dist/dts/tabs/index.d.ts +2 -2
- package/dist/dts/text/index.d.ts +2 -2
- package/dist/dts/text-input/index.d.ts +2 -2
- package/dist/dts/text-input/text-input.d.ts +4 -4
- package/dist/dts/text-input/text-input.options.d.ts +7 -7
- package/dist/dts/text-input/text-input.template.d.ts +2 -2
- package/dist/dts/toggle-button/index.d.ts +2 -2
- package/dist/esm/accordion/index.js +2 -1
- package/dist/esm/accordion/index.js.map +1 -1
- package/dist/esm/accordion-item/index.js +2 -2
- package/dist/esm/accordion-item/index.js.map +1 -1
- package/dist/esm/anchor-button/index.js +2 -2
- package/dist/esm/anchor-button/index.js.map +1 -1
- package/dist/esm/avatar/index.js +2 -2
- package/dist/esm/avatar/index.js.map +1 -1
- package/dist/esm/badge/index.js +2 -2
- package/dist/esm/badge/index.js.map +1 -1
- package/dist/esm/button/index.js +2 -2
- package/dist/esm/button/index.js.map +1 -1
- package/dist/esm/checkbox/index.js +2 -2
- package/dist/esm/checkbox/index.js.map +1 -1
- package/dist/esm/compound-button/index.js +2 -2
- package/dist/esm/compound-button/index.js.map +1 -1
- package/dist/esm/counter-badge/index.js +2 -2
- package/dist/esm/counter-badge/index.js.map +1 -1
- package/dist/esm/dialog/index.js +2 -1
- package/dist/esm/dialog/index.js.map +1 -1
- package/dist/esm/divider/index.js +2 -2
- package/dist/esm/divider/index.js.map +1 -1
- package/dist/esm/image/index.js +2 -2
- package/dist/esm/image/index.js.map +1 -1
- package/dist/esm/index-rollup.js +35 -1
- package/dist/esm/index-rollup.js.map +1 -1
- package/dist/esm/index.js +36 -34
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/index.js +2 -1
- package/dist/esm/label/index.js.map +1 -1
- package/dist/esm/menu/index.js +1 -1
- package/dist/esm/menu/index.js.map +1 -1
- package/dist/esm/menu-button/index.js +2 -2
- package/dist/esm/menu-button/index.js.map +1 -1
- package/dist/esm/menu-item/index.js +2 -1
- package/dist/esm/menu-item/index.js.map +1 -1
- package/dist/esm/menu-list/index.js +1 -1
- package/dist/esm/menu-list/index.js.map +1 -1
- package/dist/esm/progress-bar/index.js +2 -2
- package/dist/esm/progress-bar/index.js.map +1 -1
- package/dist/esm/radio/index.js +1 -1
- package/dist/esm/radio/index.js.map +1 -1
- package/dist/esm/radio-group/index.js +2 -1
- package/dist/esm/radio-group/index.js.map +1 -1
- package/dist/esm/slider/index.js +2 -2
- package/dist/esm/slider/index.js.map +1 -1
- package/dist/esm/spinner/index.js +2 -2
- package/dist/esm/spinner/index.js.map +1 -1
- package/dist/esm/spinner/spinner.js +2 -2
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/spinner/spinner.template.js.map +1 -1
- package/dist/esm/styles/partials/index.js +1 -0
- package/dist/esm/styles/partials/index.js.map +1 -1
- package/dist/esm/styles/partials/typography.partials.js +105 -0
- package/dist/esm/styles/partials/typography.partials.js.map +1 -0
- package/dist/esm/switch/index.js +2 -2
- package/dist/esm/switch/index.js.map +1 -1
- package/dist/esm/tab/index.js +1 -1
- package/dist/esm/tab/index.js.map +1 -1
- package/dist/esm/tab-panel/index.js +1 -1
- package/dist/esm/tab-panel/index.js.map +1 -1
- package/dist/esm/tabs/index.js +2 -2
- package/dist/esm/tabs/index.js.map +1 -1
- package/dist/esm/text/index.js +2 -2
- package/dist/esm/text/index.js.map +1 -1
- package/dist/esm/text-input/index.js +2 -2
- package/dist/esm/text-input/index.js.map +1 -1
- package/dist/esm/text-input/text-input.js +3 -3
- package/dist/esm/text-input/text-input.options.js +6 -6
- package/dist/esm/toggle-button/index.js +2 -2
- package/dist/esm/toggle-button/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +1013 -639
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.6c75b8cb.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +102 -96
- package/dist/web-components.js +191 -86
- package/dist/web-components.min.js +227 -142
- package/docs/api-report.md +137 -94
- package/package.json +1 -1
- package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
- package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
- package/dist/esm/progress-ring/progress-ring.js +0 -16
- package/dist/esm/progress-ring/progress-ring.js.map +0 -1
- package/dist/esm/progress-ring/progress-ring.options.js +0 -2
- package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
- package/dist/storybook/main.e73a6496.iframe.bundle.js +0 -2
- /package/dist/storybook/{main.e73a6496.iframe.bundle.js.LICENSE.txt → main.6c75b8cb.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
{
|
|
242
242
|
"kind": "Reference",
|
|
243
243
|
"text": "AccordionExpandMode",
|
|
244
|
-
"canonicalReference": "@fluentui/web-components
|
|
244
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"kind": "Content",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
{
|
|
272
272
|
"kind": "Reference",
|
|
273
273
|
"text": "AccordionExpandMode",
|
|
274
|
-
"canonicalReference": "@fluentui/web-components
|
|
274
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
277
|
"kind": "Content",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
{
|
|
281
281
|
"kind": "Reference",
|
|
282
282
|
"text": "AccordionExpandMode",
|
|
283
|
-
"canonicalReference": "@fluentui/web-components
|
|
283
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"kind": "Content",
|
|
@@ -371,6 +371,67 @@
|
|
|
371
371
|
"endIndex": 6
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"kind": "TypeAlias",
|
|
376
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:type",
|
|
377
|
+
"docComment": "/**\n * Type for the {@link FASTAccordion} Expand Mode\n *\n * @public\n */\n",
|
|
378
|
+
"excerptTokens": [
|
|
379
|
+
{
|
|
380
|
+
"kind": "Content",
|
|
381
|
+
"text": "export declare type AccordionExpandMode = "
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "Reference",
|
|
385
|
+
"text": "ValuesOf",
|
|
386
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"kind": "Content",
|
|
390
|
+
"text": "<typeof "
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "Reference",
|
|
394
|
+
"text": "AccordionExpandMode",
|
|
395
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:var"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "Content",
|
|
399
|
+
"text": ">"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"kind": "Content",
|
|
403
|
+
"text": ";"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"releaseTag": "Public",
|
|
407
|
+
"name": "AccordionExpandMode",
|
|
408
|
+
"typeTokenRange": {
|
|
409
|
+
"startIndex": 1,
|
|
410
|
+
"endIndex": 5
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "Variable",
|
|
415
|
+
"canonicalReference": "@fluentui/web-components!AccordionExpandMode:var",
|
|
416
|
+
"docComment": "/**\n * Expand mode for {@link FASTAccordion}\n *\n * @public\n */\n",
|
|
417
|
+
"excerptTokens": [
|
|
418
|
+
{
|
|
419
|
+
"kind": "Content",
|
|
420
|
+
"text": "AccordionExpandMode: "
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"kind": "Content",
|
|
424
|
+
"text": "{\n readonly single: \"single\";\n readonly multi: \"multi\";\n}"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"isReadonly": true,
|
|
428
|
+
"releaseTag": "Public",
|
|
429
|
+
"name": "AccordionExpandMode",
|
|
430
|
+
"variableTypeTokenRange": {
|
|
431
|
+
"startIndex": 1,
|
|
432
|
+
"endIndex": 2
|
|
433
|
+
}
|
|
434
|
+
},
|
|
374
435
|
{
|
|
375
436
|
"kind": "Class",
|
|
376
437
|
"canonicalReference": "@fluentui/web-components!AccordionItem:class",
|
|
@@ -1734,6 +1795,45 @@
|
|
|
1734
1795
|
"endIndex": 6
|
|
1735
1796
|
}
|
|
1736
1797
|
},
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "TypeAlias",
|
|
1800
|
+
"canonicalReference": "@fluentui/web-components!AnchorButtonOptions:type",
|
|
1801
|
+
"docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
|
|
1802
|
+
"excerptTokens": [
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "Content",
|
|
1805
|
+
"text": "export declare type AnchorOptions = "
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "Reference",
|
|
1809
|
+
"text": "StartEndOptions",
|
|
1810
|
+
"canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"kind": "Content",
|
|
1814
|
+
"text": "<"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "Reference",
|
|
1818
|
+
"text": "AnchorButton",
|
|
1819
|
+
"canonicalReference": "@fluentui/web-components!AnchorButton:class"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "Content",
|
|
1823
|
+
"text": ">"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "Content",
|
|
1827
|
+
"text": ";"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"releaseTag": "Public",
|
|
1831
|
+
"name": "AnchorButtonOptions",
|
|
1832
|
+
"typeTokenRange": {
|
|
1833
|
+
"startIndex": 1,
|
|
1834
|
+
"endIndex": 5
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1737
1837
|
{
|
|
1738
1838
|
"kind": "TypeAlias",
|
|
1739
1839
|
"canonicalReference": "@fluentui/web-components!AnchorButtonShape:type",
|
|
@@ -1892,45 +1992,6 @@
|
|
|
1892
1992
|
"endIndex": 5
|
|
1893
1993
|
}
|
|
1894
1994
|
},
|
|
1895
|
-
{
|
|
1896
|
-
"kind": "TypeAlias",
|
|
1897
|
-
"canonicalReference": "@fluentui/web-components!AnchorOptions:type",
|
|
1898
|
-
"docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
|
|
1899
|
-
"excerptTokens": [
|
|
1900
|
-
{
|
|
1901
|
-
"kind": "Content",
|
|
1902
|
-
"text": "export declare type AnchorOptions = "
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "Reference",
|
|
1906
|
-
"text": "StartEndOptions",
|
|
1907
|
-
"canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "Content",
|
|
1911
|
-
"text": "<"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "Reference",
|
|
1915
|
-
"text": "AnchorButton",
|
|
1916
|
-
"canonicalReference": "@fluentui/web-components!AnchorButton:class"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "Content",
|
|
1920
|
-
"text": ">"
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"kind": "Content",
|
|
1924
|
-
"text": ";"
|
|
1925
|
-
}
|
|
1926
|
-
],
|
|
1927
|
-
"releaseTag": "Public",
|
|
1928
|
-
"name": "AnchorOptions",
|
|
1929
|
-
"typeTokenRange": {
|
|
1930
|
-
"startIndex": 1,
|
|
1931
|
-
"endIndex": 5
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
1995
|
{
|
|
1935
1996
|
"kind": "TypeAlias",
|
|
1936
1997
|
"canonicalReference": "@fluentui/web-components!AnchorTarget:type",
|
|
@@ -3276,287 +3337,91 @@
|
|
|
3276
3337
|
}
|
|
3277
3338
|
},
|
|
3278
3339
|
{
|
|
3279
|
-
"kind": "
|
|
3280
|
-
"canonicalReference": "@fluentui/web-components!
|
|
3281
|
-
"docComment": "
|
|
3340
|
+
"kind": "Variable",
|
|
3341
|
+
"canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
|
|
3342
|
+
"docComment": "",
|
|
3282
3343
|
"excerptTokens": [
|
|
3283
3344
|
{
|
|
3284
3345
|
"kind": "Content",
|
|
3285
|
-
"text": "
|
|
3346
|
+
"text": "borderRadiusCircular = "
|
|
3286
3347
|
},
|
|
3287
3348
|
{
|
|
3288
|
-
"kind": "
|
|
3289
|
-
"text": "
|
|
3290
|
-
|
|
3349
|
+
"kind": "Content",
|
|
3350
|
+
"text": "\"var(--borderRadiusCircular)\""
|
|
3351
|
+
}
|
|
3352
|
+
],
|
|
3353
|
+
"initializerTokenRange": {
|
|
3354
|
+
"startIndex": 1,
|
|
3355
|
+
"endIndex": 2
|
|
3356
|
+
},
|
|
3357
|
+
"isReadonly": true,
|
|
3358
|
+
"releaseTag": "Public",
|
|
3359
|
+
"name": "borderRadiusCircular",
|
|
3360
|
+
"variableTypeTokenRange": {
|
|
3361
|
+
"startIndex": 0,
|
|
3362
|
+
"endIndex": 0
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "Variable",
|
|
3367
|
+
"canonicalReference": "@fluentui/web-components!borderRadiusLarge:var",
|
|
3368
|
+
"docComment": "",
|
|
3369
|
+
"excerptTokens": [
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "Content",
|
|
3372
|
+
"text": "borderRadiusLarge = "
|
|
3291
3373
|
},
|
|
3292
3374
|
{
|
|
3293
3375
|
"kind": "Content",
|
|
3294
|
-
"text": "
|
|
3376
|
+
"text": "\"var(--borderRadiusLarge)\""
|
|
3295
3377
|
}
|
|
3296
3378
|
],
|
|
3379
|
+
"initializerTokenRange": {
|
|
3380
|
+
"startIndex": 1,
|
|
3381
|
+
"endIndex": 2
|
|
3382
|
+
},
|
|
3383
|
+
"isReadonly": true,
|
|
3297
3384
|
"releaseTag": "Public",
|
|
3298
|
-
"name": "
|
|
3299
|
-
"
|
|
3300
|
-
|
|
3385
|
+
"name": "borderRadiusLarge",
|
|
3386
|
+
"variableTypeTokenRange": {
|
|
3387
|
+
"startIndex": 0,
|
|
3388
|
+
"endIndex": 0
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "Variable",
|
|
3393
|
+
"canonicalReference": "@fluentui/web-components!borderRadiusMedium:var",
|
|
3394
|
+
"docComment": "",
|
|
3395
|
+
"excerptTokens": [
|
|
3301
3396
|
{
|
|
3302
|
-
"kind": "
|
|
3303
|
-
"
|
|
3304
|
-
"docComment": "/**\n * The id of the active tab\n *\n * @remarks\n *\n * HTML Attribute: activeid\n *\n * @public\n */\n",
|
|
3305
|
-
"excerptTokens": [
|
|
3306
|
-
{
|
|
3307
|
-
"kind": "Content",
|
|
3308
|
-
"text": "activeid: "
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"kind": "Content",
|
|
3312
|
-
"text": "string"
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "Content",
|
|
3316
|
-
"text": ";"
|
|
3317
|
-
}
|
|
3318
|
-
],
|
|
3319
|
-
"isReadonly": false,
|
|
3320
|
-
"isOptional": false,
|
|
3321
|
-
"releaseTag": "Public",
|
|
3322
|
-
"name": "activeid",
|
|
3323
|
-
"propertyTypeTokenRange": {
|
|
3324
|
-
"startIndex": 1,
|
|
3325
|
-
"endIndex": 2
|
|
3326
|
-
},
|
|
3327
|
-
"isStatic": false,
|
|
3328
|
-
"isProtected": false
|
|
3397
|
+
"kind": "Content",
|
|
3398
|
+
"text": "borderRadiusMedium = "
|
|
3329
3399
|
},
|
|
3330
3400
|
{
|
|
3331
|
-
"kind": "
|
|
3332
|
-
"
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
"
|
|
3354
|
-
|
|
3355
|
-
"endIndex": 2
|
|
3356
|
-
},
|
|
3357
|
-
"isStatic": false,
|
|
3358
|
-
"isProtected": false
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"kind": "Method",
|
|
3362
|
-
"canonicalReference": "@fluentui/web-components!BaseTabs#adjust:member(1)",
|
|
3363
|
-
"docComment": "/**\n * The adjust method for FASTTabs\n *\n * @remarks\n *\n * This method allows the active index to be adjusted by numerical increments\n *\n * @public\n */\n",
|
|
3364
|
-
"excerptTokens": [
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "Content",
|
|
3367
|
-
"text": "adjust(adjustment: "
|
|
3368
|
-
},
|
|
3369
|
-
{
|
|
3370
|
-
"kind": "Content",
|
|
3371
|
-
"text": "number"
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"kind": "Content",
|
|
3375
|
-
"text": "): "
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "Content",
|
|
3379
|
-
"text": "void"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"kind": "Content",
|
|
3383
|
-
"text": ";"
|
|
3384
|
-
}
|
|
3385
|
-
],
|
|
3386
|
-
"isStatic": false,
|
|
3387
|
-
"returnTypeTokenRange": {
|
|
3388
|
-
"startIndex": 3,
|
|
3389
|
-
"endIndex": 4
|
|
3390
|
-
},
|
|
3391
|
-
"releaseTag": "Public",
|
|
3392
|
-
"isProtected": false,
|
|
3393
|
-
"overloadIndex": 1,
|
|
3394
|
-
"parameters": [
|
|
3395
|
-
{
|
|
3396
|
-
"parameterName": "adjustment",
|
|
3397
|
-
"parameterTypeTokenRange": {
|
|
3398
|
-
"startIndex": 1,
|
|
3399
|
-
"endIndex": 2
|
|
3400
|
-
},
|
|
3401
|
-
"isOptional": false
|
|
3402
|
-
}
|
|
3403
|
-
],
|
|
3404
|
-
"isOptional": false,
|
|
3405
|
-
"name": "adjust"
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "Property",
|
|
3409
|
-
"canonicalReference": "@fluentui/web-components!BaseTabs#orientation:member",
|
|
3410
|
-
"docComment": "/**\n * The orientation\n *\n * @remarks\n *\n * HTML Attribute: orientation\n *\n * @public\n */\n",
|
|
3411
|
-
"excerptTokens": [
|
|
3412
|
-
{
|
|
3413
|
-
"kind": "Content",
|
|
3414
|
-
"text": "orientation: "
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "Reference",
|
|
3418
|
-
"text": "TabsOrientation",
|
|
3419
|
-
"canonicalReference": "@fluentui/web-components!TabsOrientation:type"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"kind": "Content",
|
|
3423
|
-
"text": ";"
|
|
3424
|
-
}
|
|
3425
|
-
],
|
|
3426
|
-
"isReadonly": false,
|
|
3427
|
-
"isOptional": false,
|
|
3428
|
-
"releaseTag": "Public",
|
|
3429
|
-
"name": "orientation",
|
|
3430
|
-
"propertyTypeTokenRange": {
|
|
3431
|
-
"startIndex": 1,
|
|
3432
|
-
"endIndex": 2
|
|
3433
|
-
},
|
|
3434
|
-
"isStatic": false,
|
|
3435
|
-
"isProtected": false
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"kind": "Method",
|
|
3439
|
-
"canonicalReference": "@fluentui/web-components!BaseTabs#setTabs:member(1)",
|
|
3440
|
-
"docComment": "/**\n * Function that is invoked whenever the selected tab or the tab collection changes.\n *\n * @public\n */\n",
|
|
3441
|
-
"excerptTokens": [
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "Content",
|
|
3444
|
-
"text": "protected setTabs(): "
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"kind": "Content",
|
|
3448
|
-
"text": "void"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"kind": "Content",
|
|
3452
|
-
"text": ";"
|
|
3453
|
-
}
|
|
3454
|
-
],
|
|
3455
|
-
"isStatic": false,
|
|
3456
|
-
"returnTypeTokenRange": {
|
|
3457
|
-
"startIndex": 1,
|
|
3458
|
-
"endIndex": 2
|
|
3459
|
-
},
|
|
3460
|
-
"releaseTag": "Public",
|
|
3461
|
-
"isProtected": true,
|
|
3462
|
-
"overloadIndex": 1,
|
|
3463
|
-
"parameters": [],
|
|
3464
|
-
"isOptional": false,
|
|
3465
|
-
"name": "setTabs"
|
|
3466
|
-
}
|
|
3467
|
-
],
|
|
3468
|
-
"extendsTokenRange": {
|
|
3469
|
-
"startIndex": 1,
|
|
3470
|
-
"endIndex": 2
|
|
3471
|
-
},
|
|
3472
|
-
"implementsTokenRanges": []
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"kind": "Variable",
|
|
3476
|
-
"canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
|
|
3477
|
-
"docComment": "",
|
|
3478
|
-
"excerptTokens": [
|
|
3479
|
-
{
|
|
3480
|
-
"kind": "Content",
|
|
3481
|
-
"text": "borderRadiusCircular = "
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"kind": "Content",
|
|
3485
|
-
"text": "\"var(--borderRadiusCircular)\""
|
|
3486
|
-
}
|
|
3487
|
-
],
|
|
3488
|
-
"initializerTokenRange": {
|
|
3489
|
-
"startIndex": 1,
|
|
3490
|
-
"endIndex": 2
|
|
3491
|
-
},
|
|
3492
|
-
"isReadonly": true,
|
|
3493
|
-
"releaseTag": "Public",
|
|
3494
|
-
"name": "borderRadiusCircular",
|
|
3495
|
-
"variableTypeTokenRange": {
|
|
3496
|
-
"startIndex": 0,
|
|
3497
|
-
"endIndex": 0
|
|
3498
|
-
}
|
|
3499
|
-
},
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "Variable",
|
|
3502
|
-
"canonicalReference": "@fluentui/web-components!borderRadiusLarge:var",
|
|
3503
|
-
"docComment": "",
|
|
3504
|
-
"excerptTokens": [
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "Content",
|
|
3507
|
-
"text": "borderRadiusLarge = "
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "Content",
|
|
3511
|
-
"text": "\"var(--borderRadiusLarge)\""
|
|
3512
|
-
}
|
|
3513
|
-
],
|
|
3514
|
-
"initializerTokenRange": {
|
|
3515
|
-
"startIndex": 1,
|
|
3516
|
-
"endIndex": 2
|
|
3517
|
-
},
|
|
3518
|
-
"isReadonly": true,
|
|
3519
|
-
"releaseTag": "Public",
|
|
3520
|
-
"name": "borderRadiusLarge",
|
|
3521
|
-
"variableTypeTokenRange": {
|
|
3522
|
-
"startIndex": 0,
|
|
3523
|
-
"endIndex": 0
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"kind": "Variable",
|
|
3528
|
-
"canonicalReference": "@fluentui/web-components!borderRadiusMedium:var",
|
|
3529
|
-
"docComment": "",
|
|
3530
|
-
"excerptTokens": [
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "Content",
|
|
3533
|
-
"text": "borderRadiusMedium = "
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"kind": "Content",
|
|
3537
|
-
"text": "\"var(--borderRadiusMedium)\""
|
|
3538
|
-
}
|
|
3539
|
-
],
|
|
3540
|
-
"initializerTokenRange": {
|
|
3541
|
-
"startIndex": 1,
|
|
3542
|
-
"endIndex": 2
|
|
3543
|
-
},
|
|
3544
|
-
"isReadonly": true,
|
|
3545
|
-
"releaseTag": "Public",
|
|
3546
|
-
"name": "borderRadiusMedium",
|
|
3547
|
-
"variableTypeTokenRange": {
|
|
3548
|
-
"startIndex": 0,
|
|
3549
|
-
"endIndex": 0
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"kind": "Variable",
|
|
3554
|
-
"canonicalReference": "@fluentui/web-components!borderRadiusNone:var",
|
|
3555
|
-
"docComment": "",
|
|
3556
|
-
"excerptTokens": [
|
|
3557
|
-
{
|
|
3558
|
-
"kind": "Content",
|
|
3559
|
-
"text": "borderRadiusNone = "
|
|
3401
|
+
"kind": "Content",
|
|
3402
|
+
"text": "\"var(--borderRadiusMedium)\""
|
|
3403
|
+
}
|
|
3404
|
+
],
|
|
3405
|
+
"initializerTokenRange": {
|
|
3406
|
+
"startIndex": 1,
|
|
3407
|
+
"endIndex": 2
|
|
3408
|
+
},
|
|
3409
|
+
"isReadonly": true,
|
|
3410
|
+
"releaseTag": "Public",
|
|
3411
|
+
"name": "borderRadiusMedium",
|
|
3412
|
+
"variableTypeTokenRange": {
|
|
3413
|
+
"startIndex": 0,
|
|
3414
|
+
"endIndex": 0
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "Variable",
|
|
3419
|
+
"canonicalReference": "@fluentui/web-components!borderRadiusNone:var",
|
|
3420
|
+
"docComment": "",
|
|
3421
|
+
"excerptTokens": [
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "Content",
|
|
3424
|
+
"text": "borderRadiusNone = "
|
|
3560
3425
|
},
|
|
3561
3426
|
{
|
|
3562
3427
|
"kind": "Content",
|
|
@@ -13879,32 +13744,6 @@
|
|
|
13879
13744
|
"endIndex": 6
|
|
13880
13745
|
}
|
|
13881
13746
|
},
|
|
13882
|
-
{
|
|
13883
|
-
"kind": "TypeAlias",
|
|
13884
|
-
"canonicalReference": "@fluentui/web-components!CounterBadgeOptions:type",
|
|
13885
|
-
"docComment": "/**\n * CounterBadge options\n *\n * @public\n */\n",
|
|
13886
|
-
"excerptTokens": [
|
|
13887
|
-
{
|
|
13888
|
-
"kind": "Content",
|
|
13889
|
-
"text": "export declare type CounterBadgeOptions = "
|
|
13890
|
-
},
|
|
13891
|
-
{
|
|
13892
|
-
"kind": "Reference",
|
|
13893
|
-
"text": "BadgeOptions",
|
|
13894
|
-
"canonicalReference": "@fluentui/web-components!BadgeOptions:type"
|
|
13895
|
-
},
|
|
13896
|
-
{
|
|
13897
|
-
"kind": "Content",
|
|
13898
|
-
"text": ";"
|
|
13899
|
-
}
|
|
13900
|
-
],
|
|
13901
|
-
"releaseTag": "Public",
|
|
13902
|
-
"name": "CounterBadgeOptions",
|
|
13903
|
-
"typeTokenRange": {
|
|
13904
|
-
"startIndex": 1,
|
|
13905
|
-
"endIndex": 2
|
|
13906
|
-
}
|
|
13907
|
-
},
|
|
13908
13747
|
{
|
|
13909
13748
|
"kind": "TypeAlias",
|
|
13910
13749
|
"canonicalReference": "@fluentui/web-components!CounterBadgeShape:type",
|
|
@@ -14090,31 +13929,6 @@
|
|
|
14090
13929
|
"endIndex": 5
|
|
14091
13930
|
}
|
|
14092
13931
|
},
|
|
14093
|
-
{
|
|
14094
|
-
"kind": "TypeAlias",
|
|
14095
|
-
"canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type",
|
|
14096
|
-
"docComment": "/**\n * Define all possible CSS display values.\n *\n * @public\n */\n",
|
|
14097
|
-
"excerptTokens": [
|
|
14098
|
-
{
|
|
14099
|
-
"kind": "Content",
|
|
14100
|
-
"text": "export declare type CSSDisplayPropertyValue = "
|
|
14101
|
-
},
|
|
14102
|
-
{
|
|
14103
|
-
"kind": "Content",
|
|
14104
|
-
"text": "'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group'"
|
|
14105
|
-
},
|
|
14106
|
-
{
|
|
14107
|
-
"kind": "Content",
|
|
14108
|
-
"text": ";"
|
|
14109
|
-
}
|
|
14110
|
-
],
|
|
14111
|
-
"releaseTag": "Public",
|
|
14112
|
-
"name": "CSSDisplayPropertyValue",
|
|
14113
|
-
"typeTokenRange": {
|
|
14114
|
-
"startIndex": 1,
|
|
14115
|
-
"endIndex": 2
|
|
14116
|
-
}
|
|
14117
|
-
},
|
|
14118
13932
|
{
|
|
14119
13933
|
"kind": "Variable",
|
|
14120
13934
|
"canonicalReference": "@fluentui/web-components!curveAccelerateMax:var",
|
|
@@ -14387,30 +14201,39 @@
|
|
|
14387
14201
|
},
|
|
14388
14202
|
{
|
|
14389
14203
|
"kind": "Class",
|
|
14390
|
-
"canonicalReference": "@fluentui/web-components!
|
|
14391
|
-
"docComment": "/**\n *
|
|
14204
|
+
"canonicalReference": "@fluentui/web-components!Dialog:class",
|
|
14205
|
+
"docComment": "/**\n * Dialog component that extends the FASTElement class.\n *\n * @extends FASTElement\n *\n * @public\n */\n",
|
|
14392
14206
|
"excerptTokens": [
|
|
14393
14207
|
{
|
|
14394
14208
|
"kind": "Content",
|
|
14395
|
-
"text": "export declare class
|
|
14209
|
+
"text": "export declare class Dialog extends "
|
|
14210
|
+
},
|
|
14211
|
+
{
|
|
14212
|
+
"kind": "Reference",
|
|
14213
|
+
"text": "FASTElement",
|
|
14214
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
14215
|
+
},
|
|
14216
|
+
{
|
|
14217
|
+
"kind": "Content",
|
|
14218
|
+
"text": " "
|
|
14396
14219
|
}
|
|
14397
14220
|
],
|
|
14398
14221
|
"releaseTag": "Public",
|
|
14399
|
-
"name": "
|
|
14222
|
+
"name": "Dialog",
|
|
14400
14223
|
"preserveMemberOrder": false,
|
|
14401
14224
|
"members": [
|
|
14402
14225
|
{
|
|
14403
14226
|
"kind": "Property",
|
|
14404
|
-
"canonicalReference": "@fluentui/web-components!
|
|
14405
|
-
"docComment": "/**\n *
|
|
14227
|
+
"canonicalReference": "@fluentui/web-components!Dialog#ariaDescribedby:member",
|
|
14228
|
+
"docComment": "/**\n * The ID of the element that describes the dialog\n *\n * @public\n */\n",
|
|
14406
14229
|
"excerptTokens": [
|
|
14407
14230
|
{
|
|
14408
14231
|
"kind": "Content",
|
|
14409
|
-
"text": "
|
|
14232
|
+
"text": "ariaDescribedby?: "
|
|
14410
14233
|
},
|
|
14411
14234
|
{
|
|
14412
14235
|
"kind": "Content",
|
|
14413
|
-
"text": "
|
|
14236
|
+
"text": "string"
|
|
14414
14237
|
},
|
|
14415
14238
|
{
|
|
14416
14239
|
"kind": "Content",
|
|
@@ -14418,117 +14241,16 @@
|
|
|
14418
14241
|
}
|
|
14419
14242
|
],
|
|
14420
14243
|
"isReadonly": false,
|
|
14421
|
-
"isOptional":
|
|
14244
|
+
"isOptional": true,
|
|
14422
14245
|
"releaseTag": "Public",
|
|
14423
|
-
"name": "
|
|
14246
|
+
"name": "ariaDescribedby",
|
|
14424
14247
|
"propertyTypeTokenRange": {
|
|
14425
14248
|
"startIndex": 1,
|
|
14426
14249
|
"endIndex": 2
|
|
14427
14250
|
},
|
|
14428
14251
|
"isStatic": false,
|
|
14429
14252
|
"isProtected": false
|
|
14430
|
-
}
|
|
14431
|
-
],
|
|
14432
|
-
"implementsTokenRanges": []
|
|
14433
|
-
},
|
|
14434
|
-
{
|
|
14435
|
-
"kind": "Class",
|
|
14436
|
-
"canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class",
|
|
14437
|
-
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA textbox role\n *\n * @public\n */\n",
|
|
14438
|
-
"excerptTokens": [
|
|
14439
|
-
{
|
|
14440
|
-
"kind": "Content",
|
|
14441
|
-
"text": "export declare class DelegatesARIATextbox "
|
|
14442
|
-
}
|
|
14443
|
-
],
|
|
14444
|
-
"releaseTag": "Public",
|
|
14445
|
-
"name": "DelegatesARIATextbox",
|
|
14446
|
-
"preserveMemberOrder": false,
|
|
14447
|
-
"members": [],
|
|
14448
|
-
"implementsTokenRanges": []
|
|
14449
|
-
},
|
|
14450
|
-
{
|
|
14451
|
-
"kind": "Interface",
|
|
14452
|
-
"canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:interface",
|
|
14453
|
-
"docComment": "",
|
|
14454
|
-
"excerptTokens": [
|
|
14455
|
-
{
|
|
14456
|
-
"kind": "Content",
|
|
14457
|
-
"text": "export interface DelegatesARIATextbox extends "
|
|
14458
|
-
},
|
|
14459
|
-
{
|
|
14460
|
-
"kind": "Reference",
|
|
14461
|
-
"text": "ARIAGlobalStatesAndProperties",
|
|
14462
|
-
"canonicalReference": "@fluentui/web-components!~ARIAGlobalStatesAndProperties:class"
|
|
14463
|
-
},
|
|
14464
|
-
{
|
|
14465
|
-
"kind": "Content",
|
|
14466
|
-
"text": " "
|
|
14467
|
-
}
|
|
14468
|
-
],
|
|
14469
|
-
"releaseTag": "Public",
|
|
14470
|
-
"name": "DelegatesARIATextbox",
|
|
14471
|
-
"preserveMemberOrder": false,
|
|
14472
|
-
"members": [],
|
|
14473
|
-
"extendsTokenRanges": [
|
|
14474
|
-
{
|
|
14475
|
-
"startIndex": 1,
|
|
14476
|
-
"endIndex": 2
|
|
14477
|
-
}
|
|
14478
|
-
]
|
|
14479
|
-
},
|
|
14480
|
-
{
|
|
14481
|
-
"kind": "Class",
|
|
14482
|
-
"canonicalReference": "@fluentui/web-components!Dialog:class",
|
|
14483
|
-
"docComment": "/**\n * Dialog component that extends the FASTElement class.\n *\n * @extends FASTElement\n *\n * @public\n */\n",
|
|
14484
|
-
"excerptTokens": [
|
|
14485
|
-
{
|
|
14486
|
-
"kind": "Content",
|
|
14487
|
-
"text": "export declare class Dialog extends "
|
|
14488
|
-
},
|
|
14489
|
-
{
|
|
14490
|
-
"kind": "Reference",
|
|
14491
|
-
"text": "FASTElement",
|
|
14492
|
-
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
14493
|
-
},
|
|
14494
|
-
{
|
|
14495
|
-
"kind": "Content",
|
|
14496
|
-
"text": " "
|
|
14497
|
-
}
|
|
14498
|
-
],
|
|
14499
|
-
"releaseTag": "Public",
|
|
14500
|
-
"name": "Dialog",
|
|
14501
|
-
"preserveMemberOrder": false,
|
|
14502
|
-
"members": [
|
|
14503
|
-
{
|
|
14504
|
-
"kind": "Property",
|
|
14505
|
-
"canonicalReference": "@fluentui/web-components!Dialog#ariaDescribedby:member",
|
|
14506
|
-
"docComment": "/**\n * The ID of the element that describes the dialog\n *\n * @public\n */\n",
|
|
14507
|
-
"excerptTokens": [
|
|
14508
|
-
{
|
|
14509
|
-
"kind": "Content",
|
|
14510
|
-
"text": "ariaDescribedby?: "
|
|
14511
|
-
},
|
|
14512
|
-
{
|
|
14513
|
-
"kind": "Content",
|
|
14514
|
-
"text": "string"
|
|
14515
|
-
},
|
|
14516
|
-
{
|
|
14517
|
-
"kind": "Content",
|
|
14518
|
-
"text": ";"
|
|
14519
|
-
}
|
|
14520
|
-
],
|
|
14521
|
-
"isReadonly": false,
|
|
14522
|
-
"isOptional": true,
|
|
14523
|
-
"releaseTag": "Public",
|
|
14524
|
-
"name": "ariaDescribedby",
|
|
14525
|
-
"propertyTypeTokenRange": {
|
|
14526
|
-
"startIndex": 1,
|
|
14527
|
-
"endIndex": 2
|
|
14528
|
-
},
|
|
14529
|
-
"isStatic": false,
|
|
14530
|
-
"isProtected": false
|
|
14531
|
-
},
|
|
14253
|
+
},
|
|
14532
14254
|
{
|
|
14533
14255
|
"kind": "Property",
|
|
14534
14256
|
"canonicalReference": "@fluentui/web-components!Dialog#ariaLabelledby:member",
|
|
@@ -14853,7 +14575,7 @@
|
|
|
14853
14575
|
{
|
|
14854
14576
|
"kind": "Reference",
|
|
14855
14577
|
"text": "DialogModalType",
|
|
14856
|
-
"canonicalReference": "@fluentui/web-components
|
|
14578
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:type"
|
|
14857
14579
|
},
|
|
14858
14580
|
{
|
|
14859
14581
|
"kind": "Content",
|
|
@@ -14883,7 +14605,7 @@
|
|
|
14883
14605
|
{
|
|
14884
14606
|
"kind": "Reference",
|
|
14885
14607
|
"text": "DialogModalType",
|
|
14886
|
-
"canonicalReference": "@fluentui/web-components
|
|
14608
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:type"
|
|
14887
14609
|
},
|
|
14888
14610
|
{
|
|
14889
14611
|
"kind": "Content",
|
|
@@ -14892,7 +14614,7 @@
|
|
|
14892
14614
|
{
|
|
14893
14615
|
"kind": "Reference",
|
|
14894
14616
|
"text": "DialogModalType",
|
|
14895
|
-
"canonicalReference": "@fluentui/web-components
|
|
14617
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:type"
|
|
14896
14618
|
},
|
|
14897
14619
|
{
|
|
14898
14620
|
"kind": "Content",
|
|
@@ -15227,6 +14949,67 @@
|
|
|
15227
14949
|
"endIndex": 6
|
|
15228
14950
|
}
|
|
15229
14951
|
},
|
|
14952
|
+
{
|
|
14953
|
+
"kind": "TypeAlias",
|
|
14954
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:type",
|
|
14955
|
+
"docComment": "",
|
|
14956
|
+
"excerptTokens": [
|
|
14957
|
+
{
|
|
14958
|
+
"kind": "Content",
|
|
14959
|
+
"text": "export declare type DialogModalType = "
|
|
14960
|
+
},
|
|
14961
|
+
{
|
|
14962
|
+
"kind": "Reference",
|
|
14963
|
+
"text": "ValuesOf",
|
|
14964
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
14965
|
+
},
|
|
14966
|
+
{
|
|
14967
|
+
"kind": "Content",
|
|
14968
|
+
"text": "<typeof "
|
|
14969
|
+
},
|
|
14970
|
+
{
|
|
14971
|
+
"kind": "Reference",
|
|
14972
|
+
"text": "DialogModalType",
|
|
14973
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:var"
|
|
14974
|
+
},
|
|
14975
|
+
{
|
|
14976
|
+
"kind": "Content",
|
|
14977
|
+
"text": ">"
|
|
14978
|
+
},
|
|
14979
|
+
{
|
|
14980
|
+
"kind": "Content",
|
|
14981
|
+
"text": ";"
|
|
14982
|
+
}
|
|
14983
|
+
],
|
|
14984
|
+
"releaseTag": "Public",
|
|
14985
|
+
"name": "DialogModalType",
|
|
14986
|
+
"typeTokenRange": {
|
|
14987
|
+
"startIndex": 1,
|
|
14988
|
+
"endIndex": 5
|
|
14989
|
+
}
|
|
14990
|
+
},
|
|
14991
|
+
{
|
|
14992
|
+
"kind": "Variable",
|
|
14993
|
+
"canonicalReference": "@fluentui/web-components!DialogModalType:var",
|
|
14994
|
+
"docComment": "/**\n * Dialog modal type\n *\n * @public\n */\n",
|
|
14995
|
+
"excerptTokens": [
|
|
14996
|
+
{
|
|
14997
|
+
"kind": "Content",
|
|
14998
|
+
"text": "DialogModalType: "
|
|
14999
|
+
},
|
|
15000
|
+
{
|
|
15001
|
+
"kind": "Content",
|
|
15002
|
+
"text": "{\n readonly modal: \"modal\";\n readonly nonModal: \"non-modal\";\n readonly alert: \"alert\";\n}"
|
|
15003
|
+
}
|
|
15004
|
+
],
|
|
15005
|
+
"isReadonly": true,
|
|
15006
|
+
"releaseTag": "Public",
|
|
15007
|
+
"name": "DialogModalType",
|
|
15008
|
+
"variableTypeTokenRange": {
|
|
15009
|
+
"startIndex": 1,
|
|
15010
|
+
"endIndex": 2
|
|
15011
|
+
}
|
|
15012
|
+
},
|
|
15230
15013
|
{
|
|
15231
15014
|
"kind": "Variable",
|
|
15232
15015
|
"canonicalReference": "@fluentui/web-components!DialogStyles:var",
|
|
@@ -15302,7 +15085,7 @@
|
|
|
15302
15085
|
{
|
|
15303
15086
|
"kind": "Reference",
|
|
15304
15087
|
"text": "CSSDisplayPropertyValue",
|
|
15305
|
-
"canonicalReference": "@fluentui/web-components
|
|
15088
|
+
"canonicalReference": "@fluentui/web-components!~CSSDisplayPropertyValue:type"
|
|
15306
15089
|
},
|
|
15307
15090
|
{
|
|
15308
15091
|
"kind": "Content",
|
|
@@ -16593,32 +16376,6 @@
|
|
|
16593
16376
|
"endIndex": 5
|
|
16594
16377
|
}
|
|
16595
16378
|
},
|
|
16596
|
-
{
|
|
16597
|
-
"kind": "Variable",
|
|
16598
|
-
"canonicalReference": "@fluentui/web-components!hidden:var",
|
|
16599
|
-
"docComment": "/**\n * A CSS fragment to set `display: none;` when the host is hidden using the [hidden] attribute.\n *\n * @public\n */\n",
|
|
16600
|
-
"excerptTokens": [
|
|
16601
|
-
{
|
|
16602
|
-
"kind": "Content",
|
|
16603
|
-
"text": "hidden = "
|
|
16604
|
-
},
|
|
16605
|
-
{
|
|
16606
|
-
"kind": "Content",
|
|
16607
|
-
"text": "\":host([hidden]){display:none}\""
|
|
16608
|
-
}
|
|
16609
|
-
],
|
|
16610
|
-
"initializerTokenRange": {
|
|
16611
|
-
"startIndex": 1,
|
|
16612
|
-
"endIndex": 2
|
|
16613
|
-
},
|
|
16614
|
-
"isReadonly": true,
|
|
16615
|
-
"releaseTag": "Public",
|
|
16616
|
-
"name": "hidden",
|
|
16617
|
-
"variableTypeTokenRange": {
|
|
16618
|
-
"startIndex": 0,
|
|
16619
|
-
"endIndex": 0
|
|
16620
|
-
}
|
|
16621
|
-
},
|
|
16622
16379
|
{
|
|
16623
16380
|
"kind": "Class",
|
|
16624
16381
|
"canonicalReference": "@fluentui/web-components!Image_2:class",
|
|
@@ -17114,7 +16871,7 @@
|
|
|
17114
16871
|
{
|
|
17115
16872
|
"kind": "Reference",
|
|
17116
16873
|
"text": "LabelSize",
|
|
17117
|
-
"canonicalReference": "@fluentui/web-components
|
|
16874
|
+
"canonicalReference": "@fluentui/web-components!LabelSize:type"
|
|
17118
16875
|
},
|
|
17119
16876
|
{
|
|
17120
16877
|
"kind": "Content",
|
|
@@ -17144,7 +16901,7 @@
|
|
|
17144
16901
|
{
|
|
17145
16902
|
"kind": "Reference",
|
|
17146
16903
|
"text": "LabelWeight",
|
|
17147
|
-
"canonicalReference": "@fluentui/web-components
|
|
16904
|
+
"canonicalReference": "@fluentui/web-components!LabelWeight:type"
|
|
17148
16905
|
},
|
|
17149
16906
|
{
|
|
17150
16907
|
"kind": "Content",
|
|
@@ -17209,6 +16966,67 @@
|
|
|
17209
16966
|
"endIndex": 6
|
|
17210
16967
|
}
|
|
17211
16968
|
},
|
|
16969
|
+
{
|
|
16970
|
+
"kind": "TypeAlias",
|
|
16971
|
+
"canonicalReference": "@fluentui/web-components!LabelSize:type",
|
|
16972
|
+
"docComment": "/**\n * Applies font size to label\n *\n * @public\n */\n",
|
|
16973
|
+
"excerptTokens": [
|
|
16974
|
+
{
|
|
16975
|
+
"kind": "Content",
|
|
16976
|
+
"text": "export declare type LabelSize = "
|
|
16977
|
+
},
|
|
16978
|
+
{
|
|
16979
|
+
"kind": "Reference",
|
|
16980
|
+
"text": "ValuesOf",
|
|
16981
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
16982
|
+
},
|
|
16983
|
+
{
|
|
16984
|
+
"kind": "Content",
|
|
16985
|
+
"text": "<typeof "
|
|
16986
|
+
},
|
|
16987
|
+
{
|
|
16988
|
+
"kind": "Reference",
|
|
16989
|
+
"text": "LabelSize",
|
|
16990
|
+
"canonicalReference": "@fluentui/web-components!LabelSize:var"
|
|
16991
|
+
},
|
|
16992
|
+
{
|
|
16993
|
+
"kind": "Content",
|
|
16994
|
+
"text": ">"
|
|
16995
|
+
},
|
|
16996
|
+
{
|
|
16997
|
+
"kind": "Content",
|
|
16998
|
+
"text": ";"
|
|
16999
|
+
}
|
|
17000
|
+
],
|
|
17001
|
+
"releaseTag": "Public",
|
|
17002
|
+
"name": "LabelSize",
|
|
17003
|
+
"typeTokenRange": {
|
|
17004
|
+
"startIndex": 1,
|
|
17005
|
+
"endIndex": 5
|
|
17006
|
+
}
|
|
17007
|
+
},
|
|
17008
|
+
{
|
|
17009
|
+
"kind": "Variable",
|
|
17010
|
+
"canonicalReference": "@fluentui/web-components!LabelSize:var",
|
|
17011
|
+
"docComment": "/**\n * A Labels font size can be small, medium, or large\n */\n",
|
|
17012
|
+
"excerptTokens": [
|
|
17013
|
+
{
|
|
17014
|
+
"kind": "Content",
|
|
17015
|
+
"text": "LabelSize: "
|
|
17016
|
+
},
|
|
17017
|
+
{
|
|
17018
|
+
"kind": "Content",
|
|
17019
|
+
"text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n readonly large: \"large\";\n}"
|
|
17020
|
+
}
|
|
17021
|
+
],
|
|
17022
|
+
"isReadonly": true,
|
|
17023
|
+
"releaseTag": "Public",
|
|
17024
|
+
"name": "LabelSize",
|
|
17025
|
+
"variableTypeTokenRange": {
|
|
17026
|
+
"startIndex": 1,
|
|
17027
|
+
"endIndex": 2
|
|
17028
|
+
}
|
|
17029
|
+
},
|
|
17212
17030
|
{
|
|
17213
17031
|
"kind": "Variable",
|
|
17214
17032
|
"canonicalReference": "@fluentui/web-components!LabelStyles:var",
|
|
@@ -17272,6 +17090,67 @@
|
|
|
17272
17090
|
"endIndex": 5
|
|
17273
17091
|
}
|
|
17274
17092
|
},
|
|
17093
|
+
{
|
|
17094
|
+
"kind": "TypeAlias",
|
|
17095
|
+
"canonicalReference": "@fluentui/web-components!LabelWeight:type",
|
|
17096
|
+
"docComment": "/**\n * Applies font weight to label\n *\n * @public\n */\n",
|
|
17097
|
+
"excerptTokens": [
|
|
17098
|
+
{
|
|
17099
|
+
"kind": "Content",
|
|
17100
|
+
"text": "export declare type LabelWeight = "
|
|
17101
|
+
},
|
|
17102
|
+
{
|
|
17103
|
+
"kind": "Reference",
|
|
17104
|
+
"text": "ValuesOf",
|
|
17105
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
17106
|
+
},
|
|
17107
|
+
{
|
|
17108
|
+
"kind": "Content",
|
|
17109
|
+
"text": "<typeof "
|
|
17110
|
+
},
|
|
17111
|
+
{
|
|
17112
|
+
"kind": "Reference",
|
|
17113
|
+
"text": "LabelWeight",
|
|
17114
|
+
"canonicalReference": "@fluentui/web-components!LabelWeight:var"
|
|
17115
|
+
},
|
|
17116
|
+
{
|
|
17117
|
+
"kind": "Content",
|
|
17118
|
+
"text": ">"
|
|
17119
|
+
},
|
|
17120
|
+
{
|
|
17121
|
+
"kind": "Content",
|
|
17122
|
+
"text": ";"
|
|
17123
|
+
}
|
|
17124
|
+
],
|
|
17125
|
+
"releaseTag": "Public",
|
|
17126
|
+
"name": "LabelWeight",
|
|
17127
|
+
"typeTokenRange": {
|
|
17128
|
+
"startIndex": 1,
|
|
17129
|
+
"endIndex": 5
|
|
17130
|
+
}
|
|
17131
|
+
},
|
|
17132
|
+
{
|
|
17133
|
+
"kind": "Variable",
|
|
17134
|
+
"canonicalReference": "@fluentui/web-components!LabelWeight:var",
|
|
17135
|
+
"docComment": "/**\n * A label can have a font weight of regular or strong\n */\n",
|
|
17136
|
+
"excerptTokens": [
|
|
17137
|
+
{
|
|
17138
|
+
"kind": "Content",
|
|
17139
|
+
"text": "LabelWeight: "
|
|
17140
|
+
},
|
|
17141
|
+
{
|
|
17142
|
+
"kind": "Content",
|
|
17143
|
+
"text": "{\n readonly regular: \"regular\";\n readonly semibold: \"semibold\";\n}"
|
|
17144
|
+
}
|
|
17145
|
+
],
|
|
17146
|
+
"isReadonly": true,
|
|
17147
|
+
"releaseTag": "Public",
|
|
17148
|
+
"name": "LabelWeight",
|
|
17149
|
+
"variableTypeTokenRange": {
|
|
17150
|
+
"startIndex": 1,
|
|
17151
|
+
"endIndex": 2
|
|
17152
|
+
}
|
|
17153
|
+
},
|
|
17275
17154
|
{
|
|
17276
17155
|
"kind": "Variable",
|
|
17277
17156
|
"canonicalReference": "@fluentui/web-components!lightModeStylesheetBehavior:var",
|
|
@@ -21431,7 +21310,7 @@
|
|
|
21431
21310
|
{
|
|
21432
21311
|
"kind": "Reference",
|
|
21433
21312
|
"text": "RadioGroupOrientation",
|
|
21434
|
-
"canonicalReference": "@fluentui/web-components
|
|
21313
|
+
"canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type"
|
|
21435
21314
|
},
|
|
21436
21315
|
{
|
|
21437
21316
|
"kind": "Content",
|
|
@@ -21682,9 +21561,70 @@
|
|
|
21682
21561
|
}
|
|
21683
21562
|
},
|
|
21684
21563
|
{
|
|
21685
|
-
"kind": "
|
|
21686
|
-
"canonicalReference": "@fluentui/web-components!
|
|
21687
|
-
"docComment": "/**\n *
|
|
21564
|
+
"kind": "TypeAlias",
|
|
21565
|
+
"canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type",
|
|
21566
|
+
"docComment": "/**\n * Types of Radio Group orientation\n *\n * @public\n */\n",
|
|
21567
|
+
"excerptTokens": [
|
|
21568
|
+
{
|
|
21569
|
+
"kind": "Content",
|
|
21570
|
+
"text": "export declare type RadioGroupOrientation = "
|
|
21571
|
+
},
|
|
21572
|
+
{
|
|
21573
|
+
"kind": "Reference",
|
|
21574
|
+
"text": "ValuesOf",
|
|
21575
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
21576
|
+
},
|
|
21577
|
+
{
|
|
21578
|
+
"kind": "Content",
|
|
21579
|
+
"text": "<typeof "
|
|
21580
|
+
},
|
|
21581
|
+
{
|
|
21582
|
+
"kind": "Reference",
|
|
21583
|
+
"text": "RadioGroupOrientation",
|
|
21584
|
+
"canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var"
|
|
21585
|
+
},
|
|
21586
|
+
{
|
|
21587
|
+
"kind": "Content",
|
|
21588
|
+
"text": ">"
|
|
21589
|
+
},
|
|
21590
|
+
{
|
|
21591
|
+
"kind": "Content",
|
|
21592
|
+
"text": ";"
|
|
21593
|
+
}
|
|
21594
|
+
],
|
|
21595
|
+
"releaseTag": "Public",
|
|
21596
|
+
"name": "RadioGroupOrientation",
|
|
21597
|
+
"typeTokenRange": {
|
|
21598
|
+
"startIndex": 1,
|
|
21599
|
+
"endIndex": 5
|
|
21600
|
+
}
|
|
21601
|
+
},
|
|
21602
|
+
{
|
|
21603
|
+
"kind": "Variable",
|
|
21604
|
+
"canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var",
|
|
21605
|
+
"docComment": "/**\n * Radio Group orientation\n *\n * @public\n */\n",
|
|
21606
|
+
"excerptTokens": [
|
|
21607
|
+
{
|
|
21608
|
+
"kind": "Content",
|
|
21609
|
+
"text": "RadioGroupOrientation: "
|
|
21610
|
+
},
|
|
21611
|
+
{
|
|
21612
|
+
"kind": "Content",
|
|
21613
|
+
"text": "{\n readonly horizontal: \"horizontal\"; /**\n * Radio Group orientation\n * @public\n */\n readonly vertical: \"vertical\";\n}"
|
|
21614
|
+
}
|
|
21615
|
+
],
|
|
21616
|
+
"isReadonly": true,
|
|
21617
|
+
"releaseTag": "Public",
|
|
21618
|
+
"name": "RadioGroupOrientation",
|
|
21619
|
+
"variableTypeTokenRange": {
|
|
21620
|
+
"startIndex": 1,
|
|
21621
|
+
"endIndex": 2
|
|
21622
|
+
}
|
|
21623
|
+
},
|
|
21624
|
+
{
|
|
21625
|
+
"kind": "Variable",
|
|
21626
|
+
"canonicalReference": "@fluentui/web-components!RadioGroupStyles:var",
|
|
21627
|
+
"docComment": "/**\n * RadioGroup styles\n *\n * @public\n */\n",
|
|
21688
21628
|
"excerptTokens": [
|
|
21689
21629
|
{
|
|
21690
21630
|
"kind": "Content",
|
|
@@ -23994,8 +23934,8 @@
|
|
|
23994
23934
|
},
|
|
23995
23935
|
{
|
|
23996
23936
|
"kind": "Reference",
|
|
23997
|
-
"text": "
|
|
23998
|
-
"canonicalReference": "@fluentui/web-components!~
|
|
23937
|
+
"text": "BaseProgress",
|
|
23938
|
+
"canonicalReference": "@fluentui/web-components!~BaseProgress:class"
|
|
23999
23939
|
},
|
|
24000
23940
|
{
|
|
24001
23941
|
"kind": "Content",
|
|
@@ -24174,6 +24114,49 @@
|
|
|
24174
24114
|
"endIndex": 6
|
|
24175
24115
|
}
|
|
24176
24116
|
},
|
|
24117
|
+
{
|
|
24118
|
+
"kind": "TypeAlias",
|
|
24119
|
+
"canonicalReference": "@fluentui/web-components!SpinnerOptions:type",
|
|
24120
|
+
"docComment": "/**\n * Progress configuration options\n *\n * @public\n */\n",
|
|
24121
|
+
"excerptTokens": [
|
|
24122
|
+
{
|
|
24123
|
+
"kind": "Content",
|
|
24124
|
+
"text": "export declare type SpinnerOptions = "
|
|
24125
|
+
},
|
|
24126
|
+
{
|
|
24127
|
+
"kind": "Content",
|
|
24128
|
+
"text": "{\n indeterminateIndicator?: "
|
|
24129
|
+
},
|
|
24130
|
+
{
|
|
24131
|
+
"kind": "Reference",
|
|
24132
|
+
"text": "StaticallyComposableHTML",
|
|
24133
|
+
"canonicalReference": "@fluentui/web-components!~StaticallyComposableHTML:type"
|
|
24134
|
+
},
|
|
24135
|
+
{
|
|
24136
|
+
"kind": "Content",
|
|
24137
|
+
"text": "<"
|
|
24138
|
+
},
|
|
24139
|
+
{
|
|
24140
|
+
"kind": "Reference",
|
|
24141
|
+
"text": "Spinner",
|
|
24142
|
+
"canonicalReference": "@fluentui/web-components!Spinner:class"
|
|
24143
|
+
},
|
|
24144
|
+
{
|
|
24145
|
+
"kind": "Content",
|
|
24146
|
+
"text": ">;\n}"
|
|
24147
|
+
},
|
|
24148
|
+
{
|
|
24149
|
+
"kind": "Content",
|
|
24150
|
+
"text": ";"
|
|
24151
|
+
}
|
|
24152
|
+
],
|
|
24153
|
+
"releaseTag": "Public",
|
|
24154
|
+
"name": "SpinnerOptions",
|
|
24155
|
+
"typeTokenRange": {
|
|
24156
|
+
"startIndex": 1,
|
|
24157
|
+
"endIndex": 6
|
|
24158
|
+
}
|
|
24159
|
+
},
|
|
24177
24160
|
{
|
|
24178
24161
|
"kind": "TypeAlias",
|
|
24179
24162
|
"canonicalReference": "@fluentui/web-components!SpinnerSize:type",
|
|
@@ -25116,7 +25099,7 @@
|
|
|
25116
25099
|
{
|
|
25117
25100
|
"kind": "Reference",
|
|
25118
25101
|
"text": "BaseTabs",
|
|
25119
|
-
"canonicalReference": "@fluentui/web-components
|
|
25102
|
+
"canonicalReference": "@fluentui/web-components!~BaseTabs:class"
|
|
25120
25103
|
},
|
|
25121
25104
|
{
|
|
25122
25105
|
"kind": "Content",
|
|
@@ -26159,106 +26142,6 @@
|
|
|
26159
26142
|
"endIndex": 6
|
|
26160
26143
|
}
|
|
26161
26144
|
},
|
|
26162
|
-
{
|
|
26163
|
-
"kind": "TypeAlias",
|
|
26164
|
-
"canonicalReference": "@fluentui/web-components!TextFieldOptions:type",
|
|
26165
|
-
"docComment": "",
|
|
26166
|
-
"excerptTokens": [
|
|
26167
|
-
{
|
|
26168
|
-
"kind": "Content",
|
|
26169
|
-
"text": "export declare type TextFieldOptions = "
|
|
26170
|
-
},
|
|
26171
|
-
{
|
|
26172
|
-
"kind": "Reference",
|
|
26173
|
-
"text": "StartEndOptions",
|
|
26174
|
-
"canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
|
|
26175
|
-
},
|
|
26176
|
-
{
|
|
26177
|
-
"kind": "Content",
|
|
26178
|
-
"text": "<"
|
|
26179
|
-
},
|
|
26180
|
-
{
|
|
26181
|
-
"kind": "Reference",
|
|
26182
|
-
"text": "TextInput",
|
|
26183
|
-
"canonicalReference": "@fluentui/web-components!TextInput:class"
|
|
26184
|
-
},
|
|
26185
|
-
{
|
|
26186
|
-
"kind": "Content",
|
|
26187
|
-
"text": ">"
|
|
26188
|
-
},
|
|
26189
|
-
{
|
|
26190
|
-
"kind": "Content",
|
|
26191
|
-
"text": ";"
|
|
26192
|
-
}
|
|
26193
|
-
],
|
|
26194
|
-
"releaseTag": "Public",
|
|
26195
|
-
"name": "TextFieldOptions",
|
|
26196
|
-
"typeTokenRange": {
|
|
26197
|
-
"startIndex": 1,
|
|
26198
|
-
"endIndex": 5
|
|
26199
|
-
}
|
|
26200
|
-
},
|
|
26201
|
-
{
|
|
26202
|
-
"kind": "TypeAlias",
|
|
26203
|
-
"canonicalReference": "@fluentui/web-components!TextFieldType:type",
|
|
26204
|
-
"docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
|
|
26205
|
-
"excerptTokens": [
|
|
26206
|
-
{
|
|
26207
|
-
"kind": "Content",
|
|
26208
|
-
"text": "export declare type TextFieldType = "
|
|
26209
|
-
},
|
|
26210
|
-
{
|
|
26211
|
-
"kind": "Reference",
|
|
26212
|
-
"text": "ValuesOf",
|
|
26213
|
-
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
26214
|
-
},
|
|
26215
|
-
{
|
|
26216
|
-
"kind": "Content",
|
|
26217
|
-
"text": "<typeof "
|
|
26218
|
-
},
|
|
26219
|
-
{
|
|
26220
|
-
"kind": "Reference",
|
|
26221
|
-
"text": "TextFieldType",
|
|
26222
|
-
"canonicalReference": "@fluentui/web-components!TextFieldType:var"
|
|
26223
|
-
},
|
|
26224
|
-
{
|
|
26225
|
-
"kind": "Content",
|
|
26226
|
-
"text": ">"
|
|
26227
|
-
},
|
|
26228
|
-
{
|
|
26229
|
-
"kind": "Content",
|
|
26230
|
-
"text": ";"
|
|
26231
|
-
}
|
|
26232
|
-
],
|
|
26233
|
-
"releaseTag": "Public",
|
|
26234
|
-
"name": "TextFieldType",
|
|
26235
|
-
"typeTokenRange": {
|
|
26236
|
-
"startIndex": 1,
|
|
26237
|
-
"endIndex": 5
|
|
26238
|
-
}
|
|
26239
|
-
},
|
|
26240
|
-
{
|
|
26241
|
-
"kind": "Variable",
|
|
26242
|
-
"canonicalReference": "@fluentui/web-components!TextFieldType:var",
|
|
26243
|
-
"docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
|
|
26244
|
-
"excerptTokens": [
|
|
26245
|
-
{
|
|
26246
|
-
"kind": "Content",
|
|
26247
|
-
"text": "TextFieldType: "
|
|
26248
|
-
},
|
|
26249
|
-
{
|
|
26250
|
-
"kind": "Content",
|
|
26251
|
-
"text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
|
|
26252
|
-
}
|
|
26253
|
-
],
|
|
26254
|
-
"isReadonly": true,
|
|
26255
|
-
"releaseTag": "Public",
|
|
26256
|
-
"name": "TextFieldType",
|
|
26257
|
-
"variableTypeTokenRange": {
|
|
26258
|
-
"startIndex": 1,
|
|
26259
|
-
"endIndex": 2
|
|
26260
|
-
}
|
|
26261
|
-
},
|
|
26262
26145
|
{
|
|
26263
26146
|
"kind": "TypeAlias",
|
|
26264
26147
|
"canonicalReference": "@fluentui/web-components!TextFont:type",
|
|
@@ -26975,8 +26858,8 @@
|
|
|
26975
26858
|
},
|
|
26976
26859
|
{
|
|
26977
26860
|
"kind": "Reference",
|
|
26978
|
-
"text": "
|
|
26979
|
-
"canonicalReference": "@fluentui/web-components!
|
|
26861
|
+
"text": "TextInputType",
|
|
26862
|
+
"canonicalReference": "@fluentui/web-components!TextInputType:type"
|
|
26980
26863
|
},
|
|
26981
26864
|
{
|
|
26982
26865
|
"kind": "Content",
|
|
@@ -27052,7 +26935,7 @@
|
|
|
27052
26935
|
{
|
|
27053
26936
|
"kind": "Reference",
|
|
27054
26937
|
"text": "DelegatesARIATextbox",
|
|
27055
|
-
"canonicalReference": "@fluentui/web-components
|
|
26938
|
+
"canonicalReference": "@fluentui/web-components!~DelegatesARIATextbox:class"
|
|
27056
26939
|
},
|
|
27057
26940
|
{
|
|
27058
26941
|
"kind": "Content",
|
|
@@ -27236,6 +27119,45 @@
|
|
|
27236
27119
|
"endIndex": 6
|
|
27237
27120
|
}
|
|
27238
27121
|
},
|
|
27122
|
+
{
|
|
27123
|
+
"kind": "TypeAlias",
|
|
27124
|
+
"canonicalReference": "@fluentui/web-components!TextInputOptions:type",
|
|
27125
|
+
"docComment": "",
|
|
27126
|
+
"excerptTokens": [
|
|
27127
|
+
{
|
|
27128
|
+
"kind": "Content",
|
|
27129
|
+
"text": "export declare type TextInputOptions = "
|
|
27130
|
+
},
|
|
27131
|
+
{
|
|
27132
|
+
"kind": "Reference",
|
|
27133
|
+
"text": "StartEndOptions",
|
|
27134
|
+
"canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
|
|
27135
|
+
},
|
|
27136
|
+
{
|
|
27137
|
+
"kind": "Content",
|
|
27138
|
+
"text": "<"
|
|
27139
|
+
},
|
|
27140
|
+
{
|
|
27141
|
+
"kind": "Reference",
|
|
27142
|
+
"text": "TextInput",
|
|
27143
|
+
"canonicalReference": "@fluentui/web-components!TextInput:class"
|
|
27144
|
+
},
|
|
27145
|
+
{
|
|
27146
|
+
"kind": "Content",
|
|
27147
|
+
"text": ">"
|
|
27148
|
+
},
|
|
27149
|
+
{
|
|
27150
|
+
"kind": "Content",
|
|
27151
|
+
"text": ";"
|
|
27152
|
+
}
|
|
27153
|
+
],
|
|
27154
|
+
"releaseTag": "Public",
|
|
27155
|
+
"name": "TextInputOptions",
|
|
27156
|
+
"typeTokenRange": {
|
|
27157
|
+
"startIndex": 1,
|
|
27158
|
+
"endIndex": 5
|
|
27159
|
+
}
|
|
27160
|
+
},
|
|
27239
27161
|
{
|
|
27240
27162
|
"kind": "Variable",
|
|
27241
27163
|
"canonicalReference": "@fluentui/web-components!TextInputStyles:var",
|
|
@@ -27265,12 +27187,12 @@
|
|
|
27265
27187
|
},
|
|
27266
27188
|
{
|
|
27267
27189
|
"kind": "TypeAlias",
|
|
27268
|
-
"canonicalReference": "@fluentui/web-components!
|
|
27269
|
-
"docComment": "/**\n *
|
|
27190
|
+
"canonicalReference": "@fluentui/web-components!TextInputType:type",
|
|
27191
|
+
"docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
|
|
27270
27192
|
"excerptTokens": [
|
|
27271
27193
|
{
|
|
27272
27194
|
"kind": "Content",
|
|
27273
|
-
"text": "export declare type
|
|
27195
|
+
"text": "export declare type TextInputType = "
|
|
27274
27196
|
},
|
|
27275
27197
|
{
|
|
27276
27198
|
"kind": "Reference",
|
|
@@ -27283,8 +27205,8 @@
|
|
|
27283
27205
|
},
|
|
27284
27206
|
{
|
|
27285
27207
|
"kind": "Reference",
|
|
27286
|
-
"text": "
|
|
27287
|
-
"canonicalReference": "@fluentui/web-components!
|
|
27208
|
+
"text": "TextInputType",
|
|
27209
|
+
"canonicalReference": "@fluentui/web-components!TextInputType:var"
|
|
27288
27210
|
},
|
|
27289
27211
|
{
|
|
27290
27212
|
"kind": "Content",
|
|
@@ -27296,7 +27218,7 @@
|
|
|
27296
27218
|
}
|
|
27297
27219
|
],
|
|
27298
27220
|
"releaseTag": "Public",
|
|
27299
|
-
"name": "
|
|
27221
|
+
"name": "TextInputType",
|
|
27300
27222
|
"typeTokenRange": {
|
|
27301
27223
|
"startIndex": 1,
|
|
27302
27224
|
"endIndex": 5
|
|
@@ -27304,50 +27226,111 @@
|
|
|
27304
27226
|
},
|
|
27305
27227
|
{
|
|
27306
27228
|
"kind": "Variable",
|
|
27307
|
-
"canonicalReference": "@fluentui/web-components!
|
|
27308
|
-
"docComment": "/**\n *
|
|
27229
|
+
"canonicalReference": "@fluentui/web-components!TextInputType:var",
|
|
27230
|
+
"docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
|
|
27309
27231
|
"excerptTokens": [
|
|
27310
27232
|
{
|
|
27311
27233
|
"kind": "Content",
|
|
27312
|
-
"text": "
|
|
27234
|
+
"text": "TextInputType: "
|
|
27313
27235
|
},
|
|
27314
27236
|
{
|
|
27315
27237
|
"kind": "Content",
|
|
27316
|
-
"text": "{\n readonly
|
|
27238
|
+
"text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
|
|
27317
27239
|
}
|
|
27318
27240
|
],
|
|
27319
27241
|
"isReadonly": true,
|
|
27320
27242
|
"releaseTag": "Public",
|
|
27321
|
-
"name": "
|
|
27243
|
+
"name": "TextInputType",
|
|
27322
27244
|
"variableTypeTokenRange": {
|
|
27323
27245
|
"startIndex": 1,
|
|
27324
27246
|
"endIndex": 2
|
|
27325
27247
|
}
|
|
27326
27248
|
},
|
|
27327
27249
|
{
|
|
27328
|
-
"kind": "
|
|
27329
|
-
"canonicalReference": "@fluentui/web-components!
|
|
27330
|
-
"docComment": "/**\n *
|
|
27250
|
+
"kind": "TypeAlias",
|
|
27251
|
+
"canonicalReference": "@fluentui/web-components!TextSize:type",
|
|
27252
|
+
"docComment": "/**\n * The type for TextSize The font size and line height based on the theme tokens\n *\n * @public\n */\n",
|
|
27331
27253
|
"excerptTokens": [
|
|
27332
27254
|
{
|
|
27333
27255
|
"kind": "Content",
|
|
27334
|
-
"text": "
|
|
27256
|
+
"text": "export declare type TextSize = "
|
|
27257
|
+
},
|
|
27258
|
+
{
|
|
27259
|
+
"kind": "Reference",
|
|
27260
|
+
"text": "ValuesOf",
|
|
27261
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
27335
27262
|
},
|
|
27336
27263
|
{
|
|
27337
27264
|
"kind": "Content",
|
|
27338
|
-
"text": "
|
|
27265
|
+
"text": "<typeof "
|
|
27339
27266
|
},
|
|
27340
27267
|
{
|
|
27341
27268
|
"kind": "Reference",
|
|
27342
|
-
"text": "
|
|
27343
|
-
"canonicalReference": "@
|
|
27344
|
-
}
|
|
27345
|
-
|
|
27346
|
-
|
|
27347
|
-
|
|
27348
|
-
|
|
27349
|
-
|
|
27350
|
-
|
|
27269
|
+
"text": "TextSize",
|
|
27270
|
+
"canonicalReference": "@fluentui/web-components!TextSize:var"
|
|
27271
|
+
},
|
|
27272
|
+
{
|
|
27273
|
+
"kind": "Content",
|
|
27274
|
+
"text": ">"
|
|
27275
|
+
},
|
|
27276
|
+
{
|
|
27277
|
+
"kind": "Content",
|
|
27278
|
+
"text": ";"
|
|
27279
|
+
}
|
|
27280
|
+
],
|
|
27281
|
+
"releaseTag": "Public",
|
|
27282
|
+
"name": "TextSize",
|
|
27283
|
+
"typeTokenRange": {
|
|
27284
|
+
"startIndex": 1,
|
|
27285
|
+
"endIndex": 5
|
|
27286
|
+
}
|
|
27287
|
+
},
|
|
27288
|
+
{
|
|
27289
|
+
"kind": "Variable",
|
|
27290
|
+
"canonicalReference": "@fluentui/web-components!TextSize:var",
|
|
27291
|
+
"docComment": "/**\n * TextSize constants\n *\n * @public\n */\n",
|
|
27292
|
+
"excerptTokens": [
|
|
27293
|
+
{
|
|
27294
|
+
"kind": "Content",
|
|
27295
|
+
"text": "TextSize: "
|
|
27296
|
+
},
|
|
27297
|
+
{
|
|
27298
|
+
"kind": "Content",
|
|
27299
|
+
"text": "{\n readonly _100: \"100\";\n readonly _200: \"200\";\n readonly _300: \"300\";\n readonly _400: \"400\";\n readonly _500: \"500\";\n readonly _600: \"600\";\n readonly _700: \"700\";\n readonly _800: \"800\";\n readonly _900: \"900\";\n readonly _1000: \"1000\";\n}"
|
|
27300
|
+
}
|
|
27301
|
+
],
|
|
27302
|
+
"isReadonly": true,
|
|
27303
|
+
"releaseTag": "Public",
|
|
27304
|
+
"name": "TextSize",
|
|
27305
|
+
"variableTypeTokenRange": {
|
|
27306
|
+
"startIndex": 1,
|
|
27307
|
+
"endIndex": 2
|
|
27308
|
+
}
|
|
27309
|
+
},
|
|
27310
|
+
{
|
|
27311
|
+
"kind": "Variable",
|
|
27312
|
+
"canonicalReference": "@fluentui/web-components!TextStyles:var",
|
|
27313
|
+
"docComment": "/**\n * Text styles\n *\n * @public\n */\n",
|
|
27314
|
+
"excerptTokens": [
|
|
27315
|
+
{
|
|
27316
|
+
"kind": "Content",
|
|
27317
|
+
"text": "styles: "
|
|
27318
|
+
},
|
|
27319
|
+
{
|
|
27320
|
+
"kind": "Content",
|
|
27321
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
27322
|
+
},
|
|
27323
|
+
{
|
|
27324
|
+
"kind": "Reference",
|
|
27325
|
+
"text": "ElementStyles",
|
|
27326
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
27327
|
+
}
|
|
27328
|
+
],
|
|
27329
|
+
"isReadonly": true,
|
|
27330
|
+
"releaseTag": "Public",
|
|
27331
|
+
"name": "TextStyles",
|
|
27332
|
+
"variableTypeTokenRange": {
|
|
27333
|
+
"startIndex": 1,
|
|
27351
27334
|
"endIndex": 3
|
|
27352
27335
|
}
|
|
27353
27336
|
},
|
|
@@ -27845,6 +27828,397 @@
|
|
|
27845
27828
|
"startIndex": 1,
|
|
27846
27829
|
"endIndex": 5
|
|
27847
27830
|
}
|
|
27831
|
+
},
|
|
27832
|
+
{
|
|
27833
|
+
"kind": "Variable",
|
|
27834
|
+
"canonicalReference": "@fluentui/web-components!typographyBody1StrongerStyles:var",
|
|
27835
|
+
"docComment": "",
|
|
27836
|
+
"excerptTokens": [
|
|
27837
|
+
{
|
|
27838
|
+
"kind": "Content",
|
|
27839
|
+
"text": "typographyBody1StrongerStyles: "
|
|
27840
|
+
},
|
|
27841
|
+
{
|
|
27842
|
+
"kind": "Reference",
|
|
27843
|
+
"text": "CSSDirective",
|
|
27844
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27845
|
+
}
|
|
27846
|
+
],
|
|
27847
|
+
"isReadonly": true,
|
|
27848
|
+
"releaseTag": "Public",
|
|
27849
|
+
"name": "typographyBody1StrongerStyles",
|
|
27850
|
+
"variableTypeTokenRange": {
|
|
27851
|
+
"startIndex": 1,
|
|
27852
|
+
"endIndex": 2
|
|
27853
|
+
}
|
|
27854
|
+
},
|
|
27855
|
+
{
|
|
27856
|
+
"kind": "Variable",
|
|
27857
|
+
"canonicalReference": "@fluentui/web-components!typographyBody1StrongStyles:var",
|
|
27858
|
+
"docComment": "",
|
|
27859
|
+
"excerptTokens": [
|
|
27860
|
+
{
|
|
27861
|
+
"kind": "Content",
|
|
27862
|
+
"text": "typographyBody1StrongStyles: "
|
|
27863
|
+
},
|
|
27864
|
+
{
|
|
27865
|
+
"kind": "Reference",
|
|
27866
|
+
"text": "CSSDirective",
|
|
27867
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27868
|
+
}
|
|
27869
|
+
],
|
|
27870
|
+
"isReadonly": true,
|
|
27871
|
+
"releaseTag": "Public",
|
|
27872
|
+
"name": "typographyBody1StrongStyles",
|
|
27873
|
+
"variableTypeTokenRange": {
|
|
27874
|
+
"startIndex": 1,
|
|
27875
|
+
"endIndex": 2
|
|
27876
|
+
}
|
|
27877
|
+
},
|
|
27878
|
+
{
|
|
27879
|
+
"kind": "Variable",
|
|
27880
|
+
"canonicalReference": "@fluentui/web-components!typographyBody1Styles:var",
|
|
27881
|
+
"docComment": "",
|
|
27882
|
+
"excerptTokens": [
|
|
27883
|
+
{
|
|
27884
|
+
"kind": "Content",
|
|
27885
|
+
"text": "typographyBody1Styles: "
|
|
27886
|
+
},
|
|
27887
|
+
{
|
|
27888
|
+
"kind": "Reference",
|
|
27889
|
+
"text": "CSSDirective",
|
|
27890
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27891
|
+
}
|
|
27892
|
+
],
|
|
27893
|
+
"isReadonly": true,
|
|
27894
|
+
"releaseTag": "Public",
|
|
27895
|
+
"name": "typographyBody1Styles",
|
|
27896
|
+
"variableTypeTokenRange": {
|
|
27897
|
+
"startIndex": 1,
|
|
27898
|
+
"endIndex": 2
|
|
27899
|
+
}
|
|
27900
|
+
},
|
|
27901
|
+
{
|
|
27902
|
+
"kind": "Variable",
|
|
27903
|
+
"canonicalReference": "@fluentui/web-components!typographyBody2Styles:var",
|
|
27904
|
+
"docComment": "",
|
|
27905
|
+
"excerptTokens": [
|
|
27906
|
+
{
|
|
27907
|
+
"kind": "Content",
|
|
27908
|
+
"text": "typographyBody2Styles: "
|
|
27909
|
+
},
|
|
27910
|
+
{
|
|
27911
|
+
"kind": "Reference",
|
|
27912
|
+
"text": "CSSDirective",
|
|
27913
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27914
|
+
}
|
|
27915
|
+
],
|
|
27916
|
+
"isReadonly": true,
|
|
27917
|
+
"releaseTag": "Public",
|
|
27918
|
+
"name": "typographyBody2Styles",
|
|
27919
|
+
"variableTypeTokenRange": {
|
|
27920
|
+
"startIndex": 1,
|
|
27921
|
+
"endIndex": 2
|
|
27922
|
+
}
|
|
27923
|
+
},
|
|
27924
|
+
{
|
|
27925
|
+
"kind": "Variable",
|
|
27926
|
+
"canonicalReference": "@fluentui/web-components!typographyCaption1StrongerStyles:var",
|
|
27927
|
+
"docComment": "",
|
|
27928
|
+
"excerptTokens": [
|
|
27929
|
+
{
|
|
27930
|
+
"kind": "Content",
|
|
27931
|
+
"text": "typographyCaption1StrongerStyles: "
|
|
27932
|
+
},
|
|
27933
|
+
{
|
|
27934
|
+
"kind": "Reference",
|
|
27935
|
+
"text": "CSSDirective",
|
|
27936
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27937
|
+
}
|
|
27938
|
+
],
|
|
27939
|
+
"isReadonly": true,
|
|
27940
|
+
"releaseTag": "Public",
|
|
27941
|
+
"name": "typographyCaption1StrongerStyles",
|
|
27942
|
+
"variableTypeTokenRange": {
|
|
27943
|
+
"startIndex": 1,
|
|
27944
|
+
"endIndex": 2
|
|
27945
|
+
}
|
|
27946
|
+
},
|
|
27947
|
+
{
|
|
27948
|
+
"kind": "Variable",
|
|
27949
|
+
"canonicalReference": "@fluentui/web-components!typographyCaption1StrongStyles:var",
|
|
27950
|
+
"docComment": "",
|
|
27951
|
+
"excerptTokens": [
|
|
27952
|
+
{
|
|
27953
|
+
"kind": "Content",
|
|
27954
|
+
"text": "typographyCaption1StrongStyles: "
|
|
27955
|
+
},
|
|
27956
|
+
{
|
|
27957
|
+
"kind": "Reference",
|
|
27958
|
+
"text": "CSSDirective",
|
|
27959
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27960
|
+
}
|
|
27961
|
+
],
|
|
27962
|
+
"isReadonly": true,
|
|
27963
|
+
"releaseTag": "Public",
|
|
27964
|
+
"name": "typographyCaption1StrongStyles",
|
|
27965
|
+
"variableTypeTokenRange": {
|
|
27966
|
+
"startIndex": 1,
|
|
27967
|
+
"endIndex": 2
|
|
27968
|
+
}
|
|
27969
|
+
},
|
|
27970
|
+
{
|
|
27971
|
+
"kind": "Variable",
|
|
27972
|
+
"canonicalReference": "@fluentui/web-components!typographyCaption1Styles:var",
|
|
27973
|
+
"docComment": "",
|
|
27974
|
+
"excerptTokens": [
|
|
27975
|
+
{
|
|
27976
|
+
"kind": "Content",
|
|
27977
|
+
"text": "typographyCaption1Styles: "
|
|
27978
|
+
},
|
|
27979
|
+
{
|
|
27980
|
+
"kind": "Reference",
|
|
27981
|
+
"text": "CSSDirective",
|
|
27982
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
27983
|
+
}
|
|
27984
|
+
],
|
|
27985
|
+
"isReadonly": true,
|
|
27986
|
+
"releaseTag": "Public",
|
|
27987
|
+
"name": "typographyCaption1Styles",
|
|
27988
|
+
"variableTypeTokenRange": {
|
|
27989
|
+
"startIndex": 1,
|
|
27990
|
+
"endIndex": 2
|
|
27991
|
+
}
|
|
27992
|
+
},
|
|
27993
|
+
{
|
|
27994
|
+
"kind": "Variable",
|
|
27995
|
+
"canonicalReference": "@fluentui/web-components!typographyCaption2StrongStyles:var",
|
|
27996
|
+
"docComment": "",
|
|
27997
|
+
"excerptTokens": [
|
|
27998
|
+
{
|
|
27999
|
+
"kind": "Content",
|
|
28000
|
+
"text": "typographyCaption2StrongStyles: "
|
|
28001
|
+
},
|
|
28002
|
+
{
|
|
28003
|
+
"kind": "Reference",
|
|
28004
|
+
"text": "CSSDirective",
|
|
28005
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28006
|
+
}
|
|
28007
|
+
],
|
|
28008
|
+
"isReadonly": true,
|
|
28009
|
+
"releaseTag": "Public",
|
|
28010
|
+
"name": "typographyCaption2StrongStyles",
|
|
28011
|
+
"variableTypeTokenRange": {
|
|
28012
|
+
"startIndex": 1,
|
|
28013
|
+
"endIndex": 2
|
|
28014
|
+
}
|
|
28015
|
+
},
|
|
28016
|
+
{
|
|
28017
|
+
"kind": "Variable",
|
|
28018
|
+
"canonicalReference": "@fluentui/web-components!typographyCaption2Styles:var",
|
|
28019
|
+
"docComment": "",
|
|
28020
|
+
"excerptTokens": [
|
|
28021
|
+
{
|
|
28022
|
+
"kind": "Content",
|
|
28023
|
+
"text": "typographyCaption2Styles: "
|
|
28024
|
+
},
|
|
28025
|
+
{
|
|
28026
|
+
"kind": "Reference",
|
|
28027
|
+
"text": "CSSDirective",
|
|
28028
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28029
|
+
}
|
|
28030
|
+
],
|
|
28031
|
+
"isReadonly": true,
|
|
28032
|
+
"releaseTag": "Public",
|
|
28033
|
+
"name": "typographyCaption2Styles",
|
|
28034
|
+
"variableTypeTokenRange": {
|
|
28035
|
+
"startIndex": 1,
|
|
28036
|
+
"endIndex": 2
|
|
28037
|
+
}
|
|
28038
|
+
},
|
|
28039
|
+
{
|
|
28040
|
+
"kind": "Variable",
|
|
28041
|
+
"canonicalReference": "@fluentui/web-components!typographyDisplayStyles:var",
|
|
28042
|
+
"docComment": "",
|
|
28043
|
+
"excerptTokens": [
|
|
28044
|
+
{
|
|
28045
|
+
"kind": "Content",
|
|
28046
|
+
"text": "typographyDisplayStyles: "
|
|
28047
|
+
},
|
|
28048
|
+
{
|
|
28049
|
+
"kind": "Reference",
|
|
28050
|
+
"text": "CSSDirective",
|
|
28051
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28052
|
+
}
|
|
28053
|
+
],
|
|
28054
|
+
"isReadonly": true,
|
|
28055
|
+
"releaseTag": "Public",
|
|
28056
|
+
"name": "typographyDisplayStyles",
|
|
28057
|
+
"variableTypeTokenRange": {
|
|
28058
|
+
"startIndex": 1,
|
|
28059
|
+
"endIndex": 2
|
|
28060
|
+
}
|
|
28061
|
+
},
|
|
28062
|
+
{
|
|
28063
|
+
"kind": "Variable",
|
|
28064
|
+
"canonicalReference": "@fluentui/web-components!typographyLargeTitleStyles:var",
|
|
28065
|
+
"docComment": "",
|
|
28066
|
+
"excerptTokens": [
|
|
28067
|
+
{
|
|
28068
|
+
"kind": "Content",
|
|
28069
|
+
"text": "typographyLargeTitleStyles: "
|
|
28070
|
+
},
|
|
28071
|
+
{
|
|
28072
|
+
"kind": "Reference",
|
|
28073
|
+
"text": "CSSDirective",
|
|
28074
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28075
|
+
}
|
|
28076
|
+
],
|
|
28077
|
+
"isReadonly": true,
|
|
28078
|
+
"releaseTag": "Public",
|
|
28079
|
+
"name": "typographyLargeTitleStyles",
|
|
28080
|
+
"variableTypeTokenRange": {
|
|
28081
|
+
"startIndex": 1,
|
|
28082
|
+
"endIndex": 2
|
|
28083
|
+
}
|
|
28084
|
+
},
|
|
28085
|
+
{
|
|
28086
|
+
"kind": "Variable",
|
|
28087
|
+
"canonicalReference": "@fluentui/web-components!typographySubtitle1Styles:var",
|
|
28088
|
+
"docComment": "",
|
|
28089
|
+
"excerptTokens": [
|
|
28090
|
+
{
|
|
28091
|
+
"kind": "Content",
|
|
28092
|
+
"text": "typographySubtitle1Styles: "
|
|
28093
|
+
},
|
|
28094
|
+
{
|
|
28095
|
+
"kind": "Reference",
|
|
28096
|
+
"text": "CSSDirective",
|
|
28097
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28098
|
+
}
|
|
28099
|
+
],
|
|
28100
|
+
"isReadonly": true,
|
|
28101
|
+
"releaseTag": "Public",
|
|
28102
|
+
"name": "typographySubtitle1Styles",
|
|
28103
|
+
"variableTypeTokenRange": {
|
|
28104
|
+
"startIndex": 1,
|
|
28105
|
+
"endIndex": 2
|
|
28106
|
+
}
|
|
28107
|
+
},
|
|
28108
|
+
{
|
|
28109
|
+
"kind": "Variable",
|
|
28110
|
+
"canonicalReference": "@fluentui/web-components!typographySubtitle2StrongerStyles:var",
|
|
28111
|
+
"docComment": "",
|
|
28112
|
+
"excerptTokens": [
|
|
28113
|
+
{
|
|
28114
|
+
"kind": "Content",
|
|
28115
|
+
"text": "typographySubtitle2StrongerStyles: "
|
|
28116
|
+
},
|
|
28117
|
+
{
|
|
28118
|
+
"kind": "Reference",
|
|
28119
|
+
"text": "CSSDirective",
|
|
28120
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28121
|
+
}
|
|
28122
|
+
],
|
|
28123
|
+
"isReadonly": true,
|
|
28124
|
+
"releaseTag": "Public",
|
|
28125
|
+
"name": "typographySubtitle2StrongerStyles",
|
|
28126
|
+
"variableTypeTokenRange": {
|
|
28127
|
+
"startIndex": 1,
|
|
28128
|
+
"endIndex": 2
|
|
28129
|
+
}
|
|
28130
|
+
},
|
|
28131
|
+
{
|
|
28132
|
+
"kind": "Variable",
|
|
28133
|
+
"canonicalReference": "@fluentui/web-components!typographySubtitle2Styles:var",
|
|
28134
|
+
"docComment": "",
|
|
28135
|
+
"excerptTokens": [
|
|
28136
|
+
{
|
|
28137
|
+
"kind": "Content",
|
|
28138
|
+
"text": "typographySubtitle2Styles: "
|
|
28139
|
+
},
|
|
28140
|
+
{
|
|
28141
|
+
"kind": "Reference",
|
|
28142
|
+
"text": "CSSDirective",
|
|
28143
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28144
|
+
}
|
|
28145
|
+
],
|
|
28146
|
+
"isReadonly": true,
|
|
28147
|
+
"releaseTag": "Public",
|
|
28148
|
+
"name": "typographySubtitle2Styles",
|
|
28149
|
+
"variableTypeTokenRange": {
|
|
28150
|
+
"startIndex": 1,
|
|
28151
|
+
"endIndex": 2
|
|
28152
|
+
}
|
|
28153
|
+
},
|
|
28154
|
+
{
|
|
28155
|
+
"kind": "Variable",
|
|
28156
|
+
"canonicalReference": "@fluentui/web-components!typographyTitle1Styles:var",
|
|
28157
|
+
"docComment": "",
|
|
28158
|
+
"excerptTokens": [
|
|
28159
|
+
{
|
|
28160
|
+
"kind": "Content",
|
|
28161
|
+
"text": "typographyTitle1Styles: "
|
|
28162
|
+
},
|
|
28163
|
+
{
|
|
28164
|
+
"kind": "Reference",
|
|
28165
|
+
"text": "CSSDirective",
|
|
28166
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28167
|
+
}
|
|
28168
|
+
],
|
|
28169
|
+
"isReadonly": true,
|
|
28170
|
+
"releaseTag": "Public",
|
|
28171
|
+
"name": "typographyTitle1Styles",
|
|
28172
|
+
"variableTypeTokenRange": {
|
|
28173
|
+
"startIndex": 1,
|
|
28174
|
+
"endIndex": 2
|
|
28175
|
+
}
|
|
28176
|
+
},
|
|
28177
|
+
{
|
|
28178
|
+
"kind": "Variable",
|
|
28179
|
+
"canonicalReference": "@fluentui/web-components!typographyTitle2Styles:var",
|
|
28180
|
+
"docComment": "",
|
|
28181
|
+
"excerptTokens": [
|
|
28182
|
+
{
|
|
28183
|
+
"kind": "Content",
|
|
28184
|
+
"text": "typographyTitle2Styles: "
|
|
28185
|
+
},
|
|
28186
|
+
{
|
|
28187
|
+
"kind": "Reference",
|
|
28188
|
+
"text": "CSSDirective",
|
|
28189
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28190
|
+
}
|
|
28191
|
+
],
|
|
28192
|
+
"isReadonly": true,
|
|
28193
|
+
"releaseTag": "Public",
|
|
28194
|
+
"name": "typographyTitle2Styles",
|
|
28195
|
+
"variableTypeTokenRange": {
|
|
28196
|
+
"startIndex": 1,
|
|
28197
|
+
"endIndex": 2
|
|
28198
|
+
}
|
|
28199
|
+
},
|
|
28200
|
+
{
|
|
28201
|
+
"kind": "Variable",
|
|
28202
|
+
"canonicalReference": "@fluentui/web-components!typographyTitle3Styles:var",
|
|
28203
|
+
"docComment": "",
|
|
28204
|
+
"excerptTokens": [
|
|
28205
|
+
{
|
|
28206
|
+
"kind": "Content",
|
|
28207
|
+
"text": "typographyTitle3Styles: "
|
|
28208
|
+
},
|
|
28209
|
+
{
|
|
28210
|
+
"kind": "Reference",
|
|
28211
|
+
"text": "CSSDirective",
|
|
28212
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:interface"
|
|
28213
|
+
}
|
|
28214
|
+
],
|
|
28215
|
+
"isReadonly": true,
|
|
28216
|
+
"releaseTag": "Public",
|
|
28217
|
+
"name": "typographyTitle3Styles",
|
|
28218
|
+
"variableTypeTokenRange": {
|
|
28219
|
+
"startIndex": 1,
|
|
28220
|
+
"endIndex": 2
|
|
28221
|
+
}
|
|
27848
28222
|
}
|
|
27849
28223
|
]
|
|
27850
28224
|
}
|