@fluentui/web-components 3.0.0-alpha.11 → 3.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.json +37 -1
  2. package/CHANGELOG.md +21 -2
  3. package/dist/dts/button/button.d.ts +55 -0
  4. package/dist/dts/button/button.definition.d.ts +10 -0
  5. package/dist/dts/button/button.options.d.ts +46 -0
  6. package/dist/dts/button/button.styles.d.ts +1 -0
  7. package/dist/dts/button/button.template.d.ts +7 -0
  8. package/dist/dts/button/define.d.ts +1 -0
  9. package/dist/dts/button/index.d.ts +5 -0
  10. package/dist/dts/index.d.ts +2 -0
  11. package/dist/dts/progress-bar/progress-bar.styles.d.ts +1 -1
  12. package/dist/dts/slider/define.d.ts +1 -0
  13. package/dist/dts/slider/index.d.ts +5 -0
  14. package/dist/dts/slider/slider.d.ts +24 -0
  15. package/dist/dts/slider/slider.definition.d.ts +10 -0
  16. package/dist/dts/slider/slider.options.d.ts +15 -0
  17. package/dist/dts/slider/slider.styles.d.ts +4 -0
  18. package/dist/dts/slider/slider.template.d.ts +3 -0
  19. package/dist/esm/button/button.definition.js +21 -0
  20. package/dist/esm/button/button.definition.js.map +1 -0
  21. package/dist/esm/button/button.js +72 -0
  22. package/dist/esm/button/button.js.map +1 -0
  23. package/dist/esm/button/button.options.js +30 -0
  24. package/dist/esm/button/button.options.js.map +1 -0
  25. package/dist/esm/button/button.styles.js +253 -0
  26. package/dist/esm/button/button.styles.js.map +1 -0
  27. package/dist/esm/button/button.template.js +7 -0
  28. package/dist/esm/button/button.template.js.map +1 -0
  29. package/dist/esm/button/define.js +4 -0
  30. package/dist/esm/button/define.js.map +1 -0
  31. package/dist/esm/button/index.js +6 -0
  32. package/dist/esm/button/index.js.map +1 -0
  33. package/dist/esm/index.js +2 -0
  34. package/dist/esm/index.js.map +1 -1
  35. package/dist/esm/progress-bar/progress-bar.styles.js +1 -1
  36. package/dist/esm/slider/define.js +4 -0
  37. package/dist/esm/slider/define.js.map +1 -0
  38. package/dist/esm/slider/index.js +6 -0
  39. package/dist/esm/slider/index.js.map +1 -0
  40. package/dist/esm/slider/slider.definition.js +18 -0
  41. package/dist/esm/slider/slider.definition.js.map +1 -0
  42. package/dist/esm/slider/slider.js +59 -0
  43. package/dist/esm/slider/slider.js.map +1 -0
  44. package/dist/esm/slider/slider.options.js +10 -0
  45. package/dist/esm/slider/slider.options.js.map +1 -0
  46. package/dist/esm/slider/slider.styles.js +186 -0
  47. package/dist/esm/slider/slider.styles.js.map +1 -0
  48. package/dist/esm/slider/slider.template.js +5 -0
  49. package/dist/esm/slider/slider.template.js.map +1 -0
  50. package/dist/fluent-web-components.api.json +1022 -80
  51. package/dist/web-components.d.ts +186 -1
  52. package/dist/web-components.js +939 -40
  53. package/dist/web-components.min.js +136 -128
  54. package/docs/api-report.md +93 -0
  55. package/package.json +14 -6
@@ -1998,6 +1998,601 @@
1998
1998
  "endIndex": 4
1999
1999
  }
2000
2000
  },
2001
+ {
2002
+ "kind": "Class",
2003
+ "canonicalReference": "@fluentui/web-components!Button:class",
2004
+ "docComment": "/**\n * The base class used for constructing a fluent-button custom element\n *\n * @public\n */\n",
2005
+ "excerptTokens": [
2006
+ {
2007
+ "kind": "Content",
2008
+ "text": "export declare class Button extends "
2009
+ },
2010
+ {
2011
+ "kind": "Reference",
2012
+ "text": "FASTButton",
2013
+ "canonicalReference": "@microsoft/fast-foundation!FASTButton:class"
2014
+ },
2015
+ {
2016
+ "kind": "Content",
2017
+ "text": " "
2018
+ }
2019
+ ],
2020
+ "releaseTag": "Public",
2021
+ "name": "Button",
2022
+ "preserveMemberOrder": false,
2023
+ "members": [
2024
+ {
2025
+ "kind": "Property",
2026
+ "canonicalReference": "@fluentui/web-components!Button#appearance:member",
2027
+ "docComment": "/**\n * The appearance the button should have.\n *\n * @remarks\n *\n * HTML Attribute: appearance\n *\n * @public\n */\n",
2028
+ "excerptTokens": [
2029
+ {
2030
+ "kind": "Content",
2031
+ "text": "appearance?: "
2032
+ },
2033
+ {
2034
+ "kind": "Reference",
2035
+ "text": "ButtonAppearance",
2036
+ "canonicalReference": "@fluentui/web-components!ButtonAppearance:type"
2037
+ },
2038
+ {
2039
+ "kind": "Content",
2040
+ "text": " | undefined"
2041
+ },
2042
+ {
2043
+ "kind": "Content",
2044
+ "text": ";"
2045
+ }
2046
+ ],
2047
+ "isReadonly": false,
2048
+ "isOptional": true,
2049
+ "releaseTag": "Public",
2050
+ "name": "appearance",
2051
+ "propertyTypeTokenRange": {
2052
+ "startIndex": 1,
2053
+ "endIndex": 3
2054
+ },
2055
+ "isStatic": false,
2056
+ "isProtected": false
2057
+ },
2058
+ {
2059
+ "kind": "Method",
2060
+ "canonicalReference": "@fluentui/web-components!Button#connectedCallback:member(1)",
2061
+ "docComment": "",
2062
+ "excerptTokens": [
2063
+ {
2064
+ "kind": "Content",
2065
+ "text": "connectedCallback(): "
2066
+ },
2067
+ {
2068
+ "kind": "Content",
2069
+ "text": "void"
2070
+ },
2071
+ {
2072
+ "kind": "Content",
2073
+ "text": ";"
2074
+ }
2075
+ ],
2076
+ "isStatic": false,
2077
+ "returnTypeTokenRange": {
2078
+ "startIndex": 1,
2079
+ "endIndex": 2
2080
+ },
2081
+ "releaseTag": "Public",
2082
+ "isProtected": false,
2083
+ "overloadIndex": 1,
2084
+ "parameters": [],
2085
+ "isOptional": false,
2086
+ "name": "connectedCallback"
2087
+ },
2088
+ {
2089
+ "kind": "Property",
2090
+ "canonicalReference": "@fluentui/web-components!Button#disabledFocusable:member",
2091
+ "docComment": "/**\n * The button is disabled but focusable\n *\n * @remarks\n *\n * HTML Attribute: disabled-focusable\n *\n * @public\n */\n",
2092
+ "excerptTokens": [
2093
+ {
2094
+ "kind": "Content",
2095
+ "text": "disabledFocusable?: "
2096
+ },
2097
+ {
2098
+ "kind": "Content",
2099
+ "text": "boolean"
2100
+ },
2101
+ {
2102
+ "kind": "Content",
2103
+ "text": ";"
2104
+ }
2105
+ ],
2106
+ "isReadonly": false,
2107
+ "isOptional": true,
2108
+ "releaseTag": "Public",
2109
+ "name": "disabledFocusable",
2110
+ "propertyTypeTokenRange": {
2111
+ "startIndex": 1,
2112
+ "endIndex": 2
2113
+ },
2114
+ "isStatic": false,
2115
+ "isProtected": false
2116
+ },
2117
+ {
2118
+ "kind": "Method",
2119
+ "canonicalReference": "@fluentui/web-components!Button#disabledFocusableChanged:member(1)",
2120
+ "docComment": "",
2121
+ "excerptTokens": [
2122
+ {
2123
+ "kind": "Content",
2124
+ "text": "protected disabledFocusableChanged(prev: "
2125
+ },
2126
+ {
2127
+ "kind": "Content",
2128
+ "text": "boolean"
2129
+ },
2130
+ {
2131
+ "kind": "Content",
2132
+ "text": ", next: "
2133
+ },
2134
+ {
2135
+ "kind": "Content",
2136
+ "text": "boolean"
2137
+ },
2138
+ {
2139
+ "kind": "Content",
2140
+ "text": "): "
2141
+ },
2142
+ {
2143
+ "kind": "Content",
2144
+ "text": "void"
2145
+ },
2146
+ {
2147
+ "kind": "Content",
2148
+ "text": ";"
2149
+ }
2150
+ ],
2151
+ "isStatic": false,
2152
+ "returnTypeTokenRange": {
2153
+ "startIndex": 5,
2154
+ "endIndex": 6
2155
+ },
2156
+ "releaseTag": "Public",
2157
+ "isProtected": true,
2158
+ "overloadIndex": 1,
2159
+ "parameters": [
2160
+ {
2161
+ "parameterName": "prev",
2162
+ "parameterTypeTokenRange": {
2163
+ "startIndex": 1,
2164
+ "endIndex": 2
2165
+ },
2166
+ "isOptional": false
2167
+ },
2168
+ {
2169
+ "parameterName": "next",
2170
+ "parameterTypeTokenRange": {
2171
+ "startIndex": 3,
2172
+ "endIndex": 4
2173
+ },
2174
+ "isOptional": false
2175
+ }
2176
+ ],
2177
+ "isOptional": false,
2178
+ "name": "disabledFocusableChanged"
2179
+ },
2180
+ {
2181
+ "kind": "Method",
2182
+ "canonicalReference": "@fluentui/web-components!Button#disconnectedCallback:member(1)",
2183
+ "docComment": "",
2184
+ "excerptTokens": [
2185
+ {
2186
+ "kind": "Content",
2187
+ "text": "disconnectedCallback(): "
2188
+ },
2189
+ {
2190
+ "kind": "Content",
2191
+ "text": "void"
2192
+ },
2193
+ {
2194
+ "kind": "Content",
2195
+ "text": ";"
2196
+ }
2197
+ ],
2198
+ "isStatic": false,
2199
+ "returnTypeTokenRange": {
2200
+ "startIndex": 1,
2201
+ "endIndex": 2
2202
+ },
2203
+ "releaseTag": "Public",
2204
+ "isProtected": false,
2205
+ "overloadIndex": 1,
2206
+ "parameters": [],
2207
+ "isOptional": false,
2208
+ "name": "disconnectedCallback"
2209
+ },
2210
+ {
2211
+ "kind": "Property",
2212
+ "canonicalReference": "@fluentui/web-components!Button#iconOnly:member",
2213
+ "docComment": "/**\n * The button has an icon only, no text content\n *\n * @remarks\n *\n * HTML Attribute: icon-only\n *\n * @public\n */\n",
2214
+ "excerptTokens": [
2215
+ {
2216
+ "kind": "Content",
2217
+ "text": "iconOnly: "
2218
+ },
2219
+ {
2220
+ "kind": "Content",
2221
+ "text": "boolean"
2222
+ },
2223
+ {
2224
+ "kind": "Content",
2225
+ "text": ";"
2226
+ }
2227
+ ],
2228
+ "isReadonly": false,
2229
+ "isOptional": false,
2230
+ "releaseTag": "Public",
2231
+ "name": "iconOnly",
2232
+ "propertyTypeTokenRange": {
2233
+ "startIndex": 1,
2234
+ "endIndex": 2
2235
+ },
2236
+ "isStatic": false,
2237
+ "isProtected": false
2238
+ },
2239
+ {
2240
+ "kind": "Property",
2241
+ "canonicalReference": "@fluentui/web-components!Button#shape:member",
2242
+ "docComment": "/**\n * The shape the button should have.\n *\n * @remarks\n *\n * HTML Attribute: shape\n *\n * @public\n */\n",
2243
+ "excerptTokens": [
2244
+ {
2245
+ "kind": "Content",
2246
+ "text": "shape?: "
2247
+ },
2248
+ {
2249
+ "kind": "Reference",
2250
+ "text": "ButtonShape",
2251
+ "canonicalReference": "@fluentui/web-components!ButtonShape:type"
2252
+ },
2253
+ {
2254
+ "kind": "Content",
2255
+ "text": " | undefined"
2256
+ },
2257
+ {
2258
+ "kind": "Content",
2259
+ "text": ";"
2260
+ }
2261
+ ],
2262
+ "isReadonly": false,
2263
+ "isOptional": true,
2264
+ "releaseTag": "Public",
2265
+ "name": "shape",
2266
+ "propertyTypeTokenRange": {
2267
+ "startIndex": 1,
2268
+ "endIndex": 3
2269
+ },
2270
+ "isStatic": false,
2271
+ "isProtected": false
2272
+ },
2273
+ {
2274
+ "kind": "Property",
2275
+ "canonicalReference": "@fluentui/web-components!Button#size:member",
2276
+ "docComment": "/**\n * The size the button should have.\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
2277
+ "excerptTokens": [
2278
+ {
2279
+ "kind": "Content",
2280
+ "text": "size?: "
2281
+ },
2282
+ {
2283
+ "kind": "Reference",
2284
+ "text": "ButtonSize",
2285
+ "canonicalReference": "@fluentui/web-components!ButtonSize:type"
2286
+ },
2287
+ {
2288
+ "kind": "Content",
2289
+ "text": ";"
2290
+ }
2291
+ ],
2292
+ "isReadonly": false,
2293
+ "isOptional": true,
2294
+ "releaseTag": "Public",
2295
+ "name": "size",
2296
+ "propertyTypeTokenRange": {
2297
+ "startIndex": 1,
2298
+ "endIndex": 2
2299
+ },
2300
+ "isStatic": false,
2301
+ "isProtected": false
2302
+ }
2303
+ ],
2304
+ "extendsTokenRange": {
2305
+ "startIndex": 1,
2306
+ "endIndex": 2
2307
+ },
2308
+ "implementsTokenRanges": []
2309
+ },
2310
+ {
2311
+ "kind": "TypeAlias",
2312
+ "canonicalReference": "@fluentui/web-components!ButtonAppearance:type",
2313
+ "docComment": "/**\n * A Button can be secondary, primary, outline, subtle, transparent\n *\n * @public\n */\n",
2314
+ "excerptTokens": [
2315
+ {
2316
+ "kind": "Content",
2317
+ "text": "export declare type ButtonAppearance = "
2318
+ },
2319
+ {
2320
+ "kind": "Reference",
2321
+ "text": "ValuesOf",
2322
+ "canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
2323
+ },
2324
+ {
2325
+ "kind": "Content",
2326
+ "text": "<typeof "
2327
+ },
2328
+ {
2329
+ "kind": "Reference",
2330
+ "text": "ButtonAppearance",
2331
+ "canonicalReference": "@fluentui/web-components!ButtonAppearance:var"
2332
+ },
2333
+ {
2334
+ "kind": "Content",
2335
+ "text": ">"
2336
+ },
2337
+ {
2338
+ "kind": "Content",
2339
+ "text": ";"
2340
+ }
2341
+ ],
2342
+ "releaseTag": "Public",
2343
+ "name": "ButtonAppearance",
2344
+ "typeTokenRange": {
2345
+ "startIndex": 1,
2346
+ "endIndex": 5
2347
+ }
2348
+ },
2349
+ {
2350
+ "kind": "Variable",
2351
+ "canonicalReference": "@fluentui/web-components!ButtonAppearance:var",
2352
+ "docComment": "/**\n * ButtonAppearance constants\n *\n * @public\n */\n",
2353
+ "excerptTokens": [
2354
+ {
2355
+ "kind": "Content",
2356
+ "text": "ButtonAppearance: "
2357
+ },
2358
+ {
2359
+ "kind": "Content",
2360
+ "text": "{\n readonly primary: \"primary\";\n readonly outline: \"outline\";\n readonly subtle: \"subtle\";\n readonly secondary: \"secondary\";\n readonly transparent: \"transparent\";\n}"
2361
+ }
2362
+ ],
2363
+ "isReadonly": true,
2364
+ "releaseTag": "Public",
2365
+ "name": "ButtonAppearance",
2366
+ "variableTypeTokenRange": {
2367
+ "startIndex": 1,
2368
+ "endIndex": 2
2369
+ }
2370
+ },
2371
+ {
2372
+ "kind": "Variable",
2373
+ "canonicalReference": "@fluentui/web-components!ButtonDefinition:var",
2374
+ "docComment": "/**\n * The Fluent Button Element. Implements {@link @microsoft/fast-foundation#Button}, {@link @microsoft/fast-foundation#buttonTemplate}\n *\n * @remarks\n *\n * HTML Element: \\<fluent-button\\>\n *\n * @public\n */\n",
2375
+ "excerptTokens": [
2376
+ {
2377
+ "kind": "Content",
2378
+ "text": "definition: "
2379
+ },
2380
+ {
2381
+ "kind": "Content",
2382
+ "text": "import(\"@microsoft/fast-element\")."
2383
+ },
2384
+ {
2385
+ "kind": "Reference",
2386
+ "text": "FASTElementDefinition",
2387
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
2388
+ },
2389
+ {
2390
+ "kind": "Content",
2391
+ "text": "<typeof "
2392
+ },
2393
+ {
2394
+ "kind": "Reference",
2395
+ "text": "Button",
2396
+ "canonicalReference": "@fluentui/web-components!Button:class"
2397
+ },
2398
+ {
2399
+ "kind": "Content",
2400
+ "text": ">"
2401
+ }
2402
+ ],
2403
+ "isReadonly": true,
2404
+ "releaseTag": "Public",
2405
+ "name": "ButtonDefinition",
2406
+ "variableTypeTokenRange": {
2407
+ "startIndex": 1,
2408
+ "endIndex": 6
2409
+ }
2410
+ },
2411
+ {
2412
+ "kind": "TypeAlias",
2413
+ "canonicalReference": "@fluentui/web-components!ButtonShape:type",
2414
+ "docComment": "/**\n * A Button can be square, circular or rounded\n *\n * @public\n */\n",
2415
+ "excerptTokens": [
2416
+ {
2417
+ "kind": "Content",
2418
+ "text": "export declare type ButtonShape = "
2419
+ },
2420
+ {
2421
+ "kind": "Reference",
2422
+ "text": "ValuesOf",
2423
+ "canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
2424
+ },
2425
+ {
2426
+ "kind": "Content",
2427
+ "text": "<typeof "
2428
+ },
2429
+ {
2430
+ "kind": "Reference",
2431
+ "text": "ButtonShape",
2432
+ "canonicalReference": "@fluentui/web-components!ButtonShape:var"
2433
+ },
2434
+ {
2435
+ "kind": "Content",
2436
+ "text": ">"
2437
+ },
2438
+ {
2439
+ "kind": "Content",
2440
+ "text": ";"
2441
+ }
2442
+ ],
2443
+ "releaseTag": "Public",
2444
+ "name": "ButtonShape",
2445
+ "typeTokenRange": {
2446
+ "startIndex": 1,
2447
+ "endIndex": 5
2448
+ }
2449
+ },
2450
+ {
2451
+ "kind": "Variable",
2452
+ "canonicalReference": "@fluentui/web-components!ButtonShape:var",
2453
+ "docComment": "/**\n * A Button can be square, circular or rounded.\n *\n * @public\n */\n",
2454
+ "excerptTokens": [
2455
+ {
2456
+ "kind": "Content",
2457
+ "text": "ButtonShape: "
2458
+ },
2459
+ {
2460
+ "kind": "Content",
2461
+ "text": "{\n readonly circular: \"circular\";\n readonly rounded: \"rounded\";\n readonly square: \"square\";\n}"
2462
+ }
2463
+ ],
2464
+ "isReadonly": true,
2465
+ "releaseTag": "Public",
2466
+ "name": "ButtonShape",
2467
+ "variableTypeTokenRange": {
2468
+ "startIndex": 1,
2469
+ "endIndex": 2
2470
+ }
2471
+ },
2472
+ {
2473
+ "kind": "TypeAlias",
2474
+ "canonicalReference": "@fluentui/web-components!ButtonSize:type",
2475
+ "docComment": "/**\n * A Button can be on of several preset sizes.\n *\n * @public\n */\n",
2476
+ "excerptTokens": [
2477
+ {
2478
+ "kind": "Content",
2479
+ "text": "export declare type ButtonSize = "
2480
+ },
2481
+ {
2482
+ "kind": "Reference",
2483
+ "text": "ValuesOf",
2484
+ "canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
2485
+ },
2486
+ {
2487
+ "kind": "Content",
2488
+ "text": "<typeof "
2489
+ },
2490
+ {
2491
+ "kind": "Reference",
2492
+ "text": "ButtonSize",
2493
+ "canonicalReference": "@fluentui/web-components!ButtonSize:var"
2494
+ },
2495
+ {
2496
+ "kind": "Content",
2497
+ "text": ">"
2498
+ },
2499
+ {
2500
+ "kind": "Content",
2501
+ "text": ";"
2502
+ }
2503
+ ],
2504
+ "releaseTag": "Public",
2505
+ "name": "ButtonSize",
2506
+ "typeTokenRange": {
2507
+ "startIndex": 1,
2508
+ "endIndex": 5
2509
+ }
2510
+ },
2511
+ {
2512
+ "kind": "Variable",
2513
+ "canonicalReference": "@fluentui/web-components!ButtonSize:var",
2514
+ "docComment": "/**\n * A Button can be a size of small, medium or large.\n *\n * @public\n */\n",
2515
+ "excerptTokens": [
2516
+ {
2517
+ "kind": "Content",
2518
+ "text": "ButtonSize: "
2519
+ },
2520
+ {
2521
+ "kind": "Content",
2522
+ "text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n readonly large: \"large\";\n}"
2523
+ }
2524
+ ],
2525
+ "isReadonly": true,
2526
+ "releaseTag": "Public",
2527
+ "name": "ButtonSize",
2528
+ "variableTypeTokenRange": {
2529
+ "startIndex": 1,
2530
+ "endIndex": 2
2531
+ }
2532
+ },
2533
+ {
2534
+ "kind": "Variable",
2535
+ "canonicalReference": "@fluentui/web-components!ButtonStyles:var",
2536
+ "docComment": "",
2537
+ "excerptTokens": [
2538
+ {
2539
+ "kind": "Content",
2540
+ "text": "styles: "
2541
+ },
2542
+ {
2543
+ "kind": "Content",
2544
+ "text": "import(\"@microsoft/fast-element\")."
2545
+ },
2546
+ {
2547
+ "kind": "Reference",
2548
+ "text": "ElementStyles",
2549
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
2550
+ }
2551
+ ],
2552
+ "isReadonly": true,
2553
+ "releaseTag": "Public",
2554
+ "name": "ButtonStyles",
2555
+ "variableTypeTokenRange": {
2556
+ "startIndex": 1,
2557
+ "endIndex": 3
2558
+ }
2559
+ },
2560
+ {
2561
+ "kind": "Variable",
2562
+ "canonicalReference": "@fluentui/web-components!ButtonTemplate:var",
2563
+ "docComment": "/**\n * The template for the Button component.\n *\n * @public\n */\n",
2564
+ "excerptTokens": [
2565
+ {
2566
+ "kind": "Content",
2567
+ "text": "template: "
2568
+ },
2569
+ {
2570
+ "kind": "Reference",
2571
+ "text": "ElementViewTemplate",
2572
+ "canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
2573
+ },
2574
+ {
2575
+ "kind": "Content",
2576
+ "text": "<"
2577
+ },
2578
+ {
2579
+ "kind": "Reference",
2580
+ "text": "Button",
2581
+ "canonicalReference": "@fluentui/web-components!Button:class"
2582
+ },
2583
+ {
2584
+ "kind": "Content",
2585
+ "text": ">"
2586
+ }
2587
+ ],
2588
+ "isReadonly": true,
2589
+ "releaseTag": "Public",
2590
+ "name": "ButtonTemplate",
2591
+ "variableTypeTokenRange": {
2592
+ "startIndex": 1,
2593
+ "endIndex": 5
2594
+ }
2595
+ },
2001
2596
  {
2002
2597
  "kind": "Variable",
2003
2598
  "canonicalReference": "@fluentui/web-components!colorBackgroundOverlay:var",
@@ -14251,7 +14846,7 @@
14251
14846
  {
14252
14847
  "kind": "Variable",
14253
14848
  "canonicalReference": "@fluentui/web-components!ProgressBarStyles:var",
14254
- "docComment": "/**\n * Text styles\n *\n * @public\n */\n",
14849
+ "docComment": "/**\n * ProgressBar styles\n *\n * @public\n */\n",
14255
14850
  "excerptTokens": [
14256
14851
  {
14257
14852
  "kind": "Content",
@@ -14582,7 +15177,193 @@
14582
15177
  ],
14583
15178
  "isReadonly": true,
14584
15179
  "releaseTag": "Public",
14585
- "name": "shadow28",
15180
+ "name": "shadow28",
15181
+ "variableTypeTokenRange": {
15182
+ "startIndex": 1,
15183
+ "endIndex": 4
15184
+ }
15185
+ },
15186
+ {
15187
+ "kind": "Variable",
15188
+ "canonicalReference": "@fluentui/web-components!shadow28Brand:var",
15189
+ "docComment": "",
15190
+ "excerptTokens": [
15191
+ {
15192
+ "kind": "Content",
15193
+ "text": "shadow28Brand: "
15194
+ },
15195
+ {
15196
+ "kind": "Content",
15197
+ "text": "import(\"@microsoft/fast-foundation\")."
15198
+ },
15199
+ {
15200
+ "kind": "Reference",
15201
+ "text": "CSSDesignToken",
15202
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15203
+ },
15204
+ {
15205
+ "kind": "Content",
15206
+ "text": "<string>"
15207
+ }
15208
+ ],
15209
+ "isReadonly": true,
15210
+ "releaseTag": "Public",
15211
+ "name": "shadow28Brand",
15212
+ "variableTypeTokenRange": {
15213
+ "startIndex": 1,
15214
+ "endIndex": 4
15215
+ }
15216
+ },
15217
+ {
15218
+ "kind": "Variable",
15219
+ "canonicalReference": "@fluentui/web-components!shadow2Brand:var",
15220
+ "docComment": "",
15221
+ "excerptTokens": [
15222
+ {
15223
+ "kind": "Content",
15224
+ "text": "shadow2Brand: "
15225
+ },
15226
+ {
15227
+ "kind": "Content",
15228
+ "text": "import(\"@microsoft/fast-foundation\")."
15229
+ },
15230
+ {
15231
+ "kind": "Reference",
15232
+ "text": "CSSDesignToken",
15233
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15234
+ },
15235
+ {
15236
+ "kind": "Content",
15237
+ "text": "<string>"
15238
+ }
15239
+ ],
15240
+ "isReadonly": true,
15241
+ "releaseTag": "Public",
15242
+ "name": "shadow2Brand",
15243
+ "variableTypeTokenRange": {
15244
+ "startIndex": 1,
15245
+ "endIndex": 4
15246
+ }
15247
+ },
15248
+ {
15249
+ "kind": "Variable",
15250
+ "canonicalReference": "@fluentui/web-components!shadow4:var",
15251
+ "docComment": "",
15252
+ "excerptTokens": [
15253
+ {
15254
+ "kind": "Content",
15255
+ "text": "shadow4: "
15256
+ },
15257
+ {
15258
+ "kind": "Content",
15259
+ "text": "import(\"@microsoft/fast-foundation\")."
15260
+ },
15261
+ {
15262
+ "kind": "Reference",
15263
+ "text": "CSSDesignToken",
15264
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15265
+ },
15266
+ {
15267
+ "kind": "Content",
15268
+ "text": "<string>"
15269
+ }
15270
+ ],
15271
+ "isReadonly": true,
15272
+ "releaseTag": "Public",
15273
+ "name": "shadow4",
15274
+ "variableTypeTokenRange": {
15275
+ "startIndex": 1,
15276
+ "endIndex": 4
15277
+ }
15278
+ },
15279
+ {
15280
+ "kind": "Variable",
15281
+ "canonicalReference": "@fluentui/web-components!shadow4Brand:var",
15282
+ "docComment": "",
15283
+ "excerptTokens": [
15284
+ {
15285
+ "kind": "Content",
15286
+ "text": "shadow4Brand: "
15287
+ },
15288
+ {
15289
+ "kind": "Content",
15290
+ "text": "import(\"@microsoft/fast-foundation\")."
15291
+ },
15292
+ {
15293
+ "kind": "Reference",
15294
+ "text": "CSSDesignToken",
15295
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15296
+ },
15297
+ {
15298
+ "kind": "Content",
15299
+ "text": "<string>"
15300
+ }
15301
+ ],
15302
+ "isReadonly": true,
15303
+ "releaseTag": "Public",
15304
+ "name": "shadow4Brand",
15305
+ "variableTypeTokenRange": {
15306
+ "startIndex": 1,
15307
+ "endIndex": 4
15308
+ }
15309
+ },
15310
+ {
15311
+ "kind": "Variable",
15312
+ "canonicalReference": "@fluentui/web-components!shadow64:var",
15313
+ "docComment": "",
15314
+ "excerptTokens": [
15315
+ {
15316
+ "kind": "Content",
15317
+ "text": "shadow64: "
15318
+ },
15319
+ {
15320
+ "kind": "Content",
15321
+ "text": "import(\"@microsoft/fast-foundation\")."
15322
+ },
15323
+ {
15324
+ "kind": "Reference",
15325
+ "text": "CSSDesignToken",
15326
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15327
+ },
15328
+ {
15329
+ "kind": "Content",
15330
+ "text": "<string>"
15331
+ }
15332
+ ],
15333
+ "isReadonly": true,
15334
+ "releaseTag": "Public",
15335
+ "name": "shadow64",
15336
+ "variableTypeTokenRange": {
15337
+ "startIndex": 1,
15338
+ "endIndex": 4
15339
+ }
15340
+ },
15341
+ {
15342
+ "kind": "Variable",
15343
+ "canonicalReference": "@fluentui/web-components!shadow64Brand:var",
15344
+ "docComment": "",
15345
+ "excerptTokens": [
15346
+ {
15347
+ "kind": "Content",
15348
+ "text": "shadow64Brand: "
15349
+ },
15350
+ {
15351
+ "kind": "Content",
15352
+ "text": "import(\"@microsoft/fast-foundation\")."
15353
+ },
15354
+ {
15355
+ "kind": "Reference",
15356
+ "text": "CSSDesignToken",
15357
+ "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15358
+ },
15359
+ {
15360
+ "kind": "Content",
15361
+ "text": "<string>"
15362
+ }
15363
+ ],
15364
+ "isReadonly": true,
15365
+ "releaseTag": "Public",
15366
+ "name": "shadow64Brand",
14586
15367
  "variableTypeTokenRange": {
14587
15368
  "startIndex": 1,
14588
15369
  "endIndex": 4
@@ -14590,12 +15371,12 @@
14590
15371
  },
14591
15372
  {
14592
15373
  "kind": "Variable",
14593
- "canonicalReference": "@fluentui/web-components!shadow28Brand:var",
15374
+ "canonicalReference": "@fluentui/web-components!shadow8:var",
14594
15375
  "docComment": "",
14595
15376
  "excerptTokens": [
14596
15377
  {
14597
15378
  "kind": "Content",
14598
- "text": "shadow28Brand: "
15379
+ "text": "shadow8: "
14599
15380
  },
14600
15381
  {
14601
15382
  "kind": "Content",
@@ -14613,7 +15394,7 @@
14613
15394
  ],
14614
15395
  "isReadonly": true,
14615
15396
  "releaseTag": "Public",
14616
- "name": "shadow28Brand",
15397
+ "name": "shadow8",
14617
15398
  "variableTypeTokenRange": {
14618
15399
  "startIndex": 1,
14619
15400
  "endIndex": 4
@@ -14621,12 +15402,12 @@
14621
15402
  },
14622
15403
  {
14623
15404
  "kind": "Variable",
14624
- "canonicalReference": "@fluentui/web-components!shadow2Brand:var",
15405
+ "canonicalReference": "@fluentui/web-components!shadow8Brand:var",
14625
15406
  "docComment": "",
14626
15407
  "excerptTokens": [
14627
15408
  {
14628
15409
  "kind": "Content",
14629
- "text": "shadow2Brand: "
15410
+ "text": "shadow8Brand: "
14630
15411
  },
14631
15412
  {
14632
15413
  "kind": "Content",
@@ -14644,196 +15425,357 @@
14644
15425
  ],
14645
15426
  "isReadonly": true,
14646
15427
  "releaseTag": "Public",
14647
- "name": "shadow2Brand",
15428
+ "name": "shadow8Brand",
14648
15429
  "variableTypeTokenRange": {
14649
15430
  "startIndex": 1,
14650
15431
  "endIndex": 4
14651
15432
  }
14652
15433
  },
14653
15434
  {
14654
- "kind": "Variable",
14655
- "canonicalReference": "@fluentui/web-components!shadow4:var",
14656
- "docComment": "",
15435
+ "kind": "Class",
15436
+ "canonicalReference": "@fluentui/web-components!Slider:class",
15437
+ "docComment": "/**\n * The base class used for constructing a fluent-slider custom element\n *\n * @public\n */\n",
14657
15438
  "excerptTokens": [
14658
15439
  {
14659
15440
  "kind": "Content",
14660
- "text": "shadow4: "
14661
- },
14662
- {
14663
- "kind": "Content",
14664
- "text": "import(\"@microsoft/fast-foundation\")."
15441
+ "text": "export declare class Slider extends "
14665
15442
  },
14666
15443
  {
14667
15444
  "kind": "Reference",
14668
- "text": "CSSDesignToken",
14669
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15445
+ "text": "FASTSlider",
15446
+ "canonicalReference": "@microsoft/fast-foundation!FASTSlider:class"
14670
15447
  },
14671
15448
  {
14672
15449
  "kind": "Content",
14673
- "text": "<string>"
15450
+ "text": " "
14674
15451
  }
14675
15452
  ],
14676
- "isReadonly": true,
14677
15453
  "releaseTag": "Public",
14678
- "name": "shadow4",
14679
- "variableTypeTokenRange": {
15454
+ "name": "Slider",
15455
+ "preserveMemberOrder": false,
15456
+ "members": [
15457
+ {
15458
+ "kind": "Method",
15459
+ "canonicalReference": "@fluentui/web-components!Slider#connectedCallback:member(1)",
15460
+ "docComment": "",
15461
+ "excerptTokens": [
15462
+ {
15463
+ "kind": "Content",
15464
+ "text": "connectedCallback(): "
15465
+ },
15466
+ {
15467
+ "kind": "Content",
15468
+ "text": "void"
15469
+ },
15470
+ {
15471
+ "kind": "Content",
15472
+ "text": ";"
15473
+ }
15474
+ ],
15475
+ "isStatic": false,
15476
+ "returnTypeTokenRange": {
15477
+ "startIndex": 1,
15478
+ "endIndex": 2
15479
+ },
15480
+ "releaseTag": "Public",
15481
+ "isProtected": false,
15482
+ "overloadIndex": 1,
15483
+ "parameters": [],
15484
+ "isOptional": false,
15485
+ "name": "connectedCallback"
15486
+ },
15487
+ {
15488
+ "kind": "Method",
15489
+ "canonicalReference": "@fluentui/web-components!Slider#disconnectedCallback:member(1)",
15490
+ "docComment": "",
15491
+ "excerptTokens": [
15492
+ {
15493
+ "kind": "Content",
15494
+ "text": "disconnectedCallback(): "
15495
+ },
15496
+ {
15497
+ "kind": "Content",
15498
+ "text": "void"
15499
+ },
15500
+ {
15501
+ "kind": "Content",
15502
+ "text": ";"
15503
+ }
15504
+ ],
15505
+ "isStatic": false,
15506
+ "returnTypeTokenRange": {
15507
+ "startIndex": 1,
15508
+ "endIndex": 2
15509
+ },
15510
+ "releaseTag": "Public",
15511
+ "isProtected": false,
15512
+ "overloadIndex": 1,
15513
+ "parameters": [],
15514
+ "isOptional": false,
15515
+ "name": "disconnectedCallback"
15516
+ },
15517
+ {
15518
+ "kind": "Method",
15519
+ "canonicalReference": "@fluentui/web-components!Slider#handleChange:member(1)",
15520
+ "docComment": "",
15521
+ "excerptTokens": [
15522
+ {
15523
+ "kind": "Content",
15524
+ "text": "handleChange(source: "
15525
+ },
15526
+ {
15527
+ "kind": "Content",
15528
+ "text": "any"
15529
+ },
15530
+ {
15531
+ "kind": "Content",
15532
+ "text": ", propertyName: "
15533
+ },
15534
+ {
15535
+ "kind": "Content",
15536
+ "text": "string"
15537
+ },
15538
+ {
15539
+ "kind": "Content",
15540
+ "text": "): "
15541
+ },
15542
+ {
15543
+ "kind": "Content",
15544
+ "text": "void"
15545
+ },
15546
+ {
15547
+ "kind": "Content",
15548
+ "text": ";"
15549
+ }
15550
+ ],
15551
+ "isStatic": false,
15552
+ "returnTypeTokenRange": {
15553
+ "startIndex": 5,
15554
+ "endIndex": 6
15555
+ },
15556
+ "releaseTag": "Public",
15557
+ "isProtected": false,
15558
+ "overloadIndex": 1,
15559
+ "parameters": [
15560
+ {
15561
+ "parameterName": "source",
15562
+ "parameterTypeTokenRange": {
15563
+ "startIndex": 1,
15564
+ "endIndex": 2
15565
+ },
15566
+ "isOptional": false
15567
+ },
15568
+ {
15569
+ "parameterName": "propertyName",
15570
+ "parameterTypeTokenRange": {
15571
+ "startIndex": 3,
15572
+ "endIndex": 4
15573
+ },
15574
+ "isOptional": false
15575
+ }
15576
+ ],
15577
+ "isOptional": false,
15578
+ "name": "handleChange"
15579
+ },
15580
+ {
15581
+ "kind": "Property",
15582
+ "canonicalReference": "@fluentui/web-components!Slider#size:member",
15583
+ "docComment": "/**\n * The size of the slider\n *\n * @remarks\n *\n * HTML Attribute: size\n *\n * @public\n */\n",
15584
+ "excerptTokens": [
15585
+ {
15586
+ "kind": "Content",
15587
+ "text": "size?: "
15588
+ },
15589
+ {
15590
+ "kind": "Reference",
15591
+ "text": "SliderSize",
15592
+ "canonicalReference": "@fluentui/web-components!SliderSize:type"
15593
+ },
15594
+ {
15595
+ "kind": "Content",
15596
+ "text": ";"
15597
+ }
15598
+ ],
15599
+ "isReadonly": false,
15600
+ "isOptional": true,
15601
+ "releaseTag": "Public",
15602
+ "name": "size",
15603
+ "propertyTypeTokenRange": {
15604
+ "startIndex": 1,
15605
+ "endIndex": 2
15606
+ },
15607
+ "isStatic": false,
15608
+ "isProtected": false
15609
+ }
15610
+ ],
15611
+ "extendsTokenRange": {
14680
15612
  "startIndex": 1,
14681
- "endIndex": 4
14682
- }
15613
+ "endIndex": 2
15614
+ },
15615
+ "implementsTokenRanges": []
14683
15616
  },
14684
15617
  {
14685
15618
  "kind": "Variable",
14686
- "canonicalReference": "@fluentui/web-components!shadow4Brand:var",
14687
- "docComment": "",
15619
+ "canonicalReference": "@fluentui/web-components!SliderDefinition:var",
15620
+ "docComment": "/**\n * The Fluent Slider Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-slider\\>\n *\n * @public\n */\n",
14688
15621
  "excerptTokens": [
14689
15622
  {
14690
15623
  "kind": "Content",
14691
- "text": "shadow4Brand: "
15624
+ "text": "definition: "
14692
15625
  },
14693
15626
  {
14694
15627
  "kind": "Content",
14695
- "text": "import(\"@microsoft/fast-foundation\")."
15628
+ "text": "import(\"@microsoft/fast-element\")."
14696
15629
  },
14697
15630
  {
14698
15631
  "kind": "Reference",
14699
- "text": "CSSDesignToken",
14700
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15632
+ "text": "FASTElementDefinition",
15633
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
14701
15634
  },
14702
15635
  {
14703
15636
  "kind": "Content",
14704
- "text": "<string>"
15637
+ "text": "<typeof "
15638
+ },
15639
+ {
15640
+ "kind": "Reference",
15641
+ "text": "Slider",
15642
+ "canonicalReference": "@fluentui/web-components!Slider:class"
15643
+ },
15644
+ {
15645
+ "kind": "Content",
15646
+ "text": ">"
14705
15647
  }
14706
15648
  ],
14707
15649
  "isReadonly": true,
14708
15650
  "releaseTag": "Public",
14709
- "name": "shadow4Brand",
15651
+ "name": "SliderDefinition",
14710
15652
  "variableTypeTokenRange": {
14711
15653
  "startIndex": 1,
14712
- "endIndex": 4
15654
+ "endIndex": 6
14713
15655
  }
14714
15656
  },
14715
15657
  {
14716
- "kind": "Variable",
14717
- "canonicalReference": "@fluentui/web-components!shadow64:var",
14718
- "docComment": "",
15658
+ "kind": "TypeAlias",
15659
+ "canonicalReference": "@fluentui/web-components!SliderSize:type",
15660
+ "docComment": "/**\n * Applies bar height to the slider rail and diameter to the slider thumbs\n *\n * @public\n */\n",
14719
15661
  "excerptTokens": [
14720
15662
  {
14721
15663
  "kind": "Content",
14722
- "text": "shadow64: "
15664
+ "text": "export declare type SliderSize = "
15665
+ },
15666
+ {
15667
+ "kind": "Reference",
15668
+ "text": "ValuesOf",
15669
+ "canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
14723
15670
  },
14724
15671
  {
14725
15672
  "kind": "Content",
14726
- "text": "import(\"@microsoft/fast-foundation\")."
15673
+ "text": "<typeof "
14727
15674
  },
14728
15675
  {
14729
15676
  "kind": "Reference",
14730
- "text": "CSSDesignToken",
14731
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15677
+ "text": "SliderSize",
15678
+ "canonicalReference": "@fluentui/web-components!SliderSize:var"
14732
15679
  },
14733
15680
  {
14734
15681
  "kind": "Content",
14735
- "text": "<string>"
15682
+ "text": ">"
15683
+ },
15684
+ {
15685
+ "kind": "Content",
15686
+ "text": ";"
14736
15687
  }
14737
15688
  ],
14738
- "isReadonly": true,
14739
15689
  "releaseTag": "Public",
14740
- "name": "shadow64",
14741
- "variableTypeTokenRange": {
15690
+ "name": "SliderSize",
15691
+ "typeTokenRange": {
14742
15692
  "startIndex": 1,
14743
- "endIndex": 4
15693
+ "endIndex": 5
14744
15694
  }
14745
15695
  },
14746
15696
  {
14747
15697
  "kind": "Variable",
14748
- "canonicalReference": "@fluentui/web-components!shadow64Brand:var",
14749
- "docComment": "",
15698
+ "canonicalReference": "@fluentui/web-components!SliderSize:var",
15699
+ "docComment": "/**\n * SliderSize Constants\n *\n * @public\n */\n",
14750
15700
  "excerptTokens": [
14751
15701
  {
14752
15702
  "kind": "Content",
14753
- "text": "shadow64Brand: "
14754
- },
14755
- {
14756
- "kind": "Content",
14757
- "text": "import(\"@microsoft/fast-foundation\")."
14758
- },
14759
- {
14760
- "kind": "Reference",
14761
- "text": "CSSDesignToken",
14762
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15703
+ "text": "SliderSize: "
14763
15704
  },
14764
15705
  {
14765
15706
  "kind": "Content",
14766
- "text": "<string>"
15707
+ "text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n}"
14767
15708
  }
14768
15709
  ],
14769
15710
  "isReadonly": true,
14770
15711
  "releaseTag": "Public",
14771
- "name": "shadow64Brand",
15712
+ "name": "SliderSize",
14772
15713
  "variableTypeTokenRange": {
14773
15714
  "startIndex": 1,
14774
- "endIndex": 4
15715
+ "endIndex": 2
14775
15716
  }
14776
15717
  },
14777
15718
  {
14778
15719
  "kind": "Variable",
14779
- "canonicalReference": "@fluentui/web-components!shadow8:var",
14780
- "docComment": "",
15720
+ "canonicalReference": "@fluentui/web-components!SliderStyles:var",
15721
+ "docComment": "/**\n * Text styles\n *\n * @public\n */\n",
14781
15722
  "excerptTokens": [
14782
15723
  {
14783
15724
  "kind": "Content",
14784
- "text": "shadow8: "
15725
+ "text": "styles: "
14785
15726
  },
14786
15727
  {
14787
15728
  "kind": "Content",
14788
- "text": "import(\"@microsoft/fast-foundation\")."
15729
+ "text": "import(\"@microsoft/fast-element\")."
14789
15730
  },
14790
15731
  {
14791
15732
  "kind": "Reference",
14792
- "text": "CSSDesignToken",
14793
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
14794
- },
14795
- {
14796
- "kind": "Content",
14797
- "text": "<string>"
15733
+ "text": "ElementStyles",
15734
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
14798
15735
  }
14799
15736
  ],
14800
15737
  "isReadonly": true,
14801
15738
  "releaseTag": "Public",
14802
- "name": "shadow8",
15739
+ "name": "SliderStyles",
14803
15740
  "variableTypeTokenRange": {
14804
15741
  "startIndex": 1,
14805
- "endIndex": 4
15742
+ "endIndex": 3
14806
15743
  }
14807
15744
  },
14808
15745
  {
14809
15746
  "kind": "Variable",
14810
- "canonicalReference": "@fluentui/web-components!shadow8Brand:var",
15747
+ "canonicalReference": "@fluentui/web-components!SliderTemplate:var",
14811
15748
  "docComment": "",
14812
15749
  "excerptTokens": [
14813
15750
  {
14814
15751
  "kind": "Content",
14815
- "text": "shadow8Brand: "
15752
+ "text": "template: "
15753
+ },
15754
+ {
15755
+ "kind": "Reference",
15756
+ "text": "ElementViewTemplate",
15757
+ "canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
14816
15758
  },
14817
15759
  {
14818
15760
  "kind": "Content",
14819
- "text": "import(\"@microsoft/fast-foundation\")."
15761
+ "text": "<"
14820
15762
  },
14821
15763
  {
14822
15764
  "kind": "Reference",
14823
- "text": "CSSDesignToken",
14824
- "canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
15765
+ "text": "FASTSlider",
15766
+ "canonicalReference": "@microsoft/fast-foundation!FASTSlider:class"
14825
15767
  },
14826
15768
  {
14827
15769
  "kind": "Content",
14828
- "text": "<string>"
15770
+ "text": ">"
14829
15771
  }
14830
15772
  ],
14831
15773
  "isReadonly": true,
14832
15774
  "releaseTag": "Public",
14833
- "name": "shadow8Brand",
15775
+ "name": "SliderTemplate",
14834
15776
  "variableTypeTokenRange": {
14835
15777
  "startIndex": 1,
14836
- "endIndex": 4
15778
+ "endIndex": 5
14837
15779
  }
14838
15780
  },
14839
15781
  {