@fluentui/web-components 3.0.0-alpha.4 → 3.0.0-alpha.6
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.json +61 -1
- package/CHANGELOG.md +20 -2
- package/dist/dts/accordion/accordion.d.ts +7 -0
- package/dist/dts/accordion/accordion.definition.d.ts +11 -0
- package/dist/dts/accordion/accordion.styles.d.ts +1 -0
- package/dist/dts/accordion/accordion.template.d.ts +3 -0
- package/dist/dts/accordion/define.d.ts +1 -0
- package/dist/dts/accordion/index.d.ts +4 -0
- package/dist/dts/accordion-item/accordion-item.d.ts +33 -0
- package/dist/dts/accordion-item/accordion-item.definition.d.ts +11 -0
- package/dist/dts/accordion-item/accordion-item.options.d.ts +27 -0
- package/dist/dts/accordion-item/accordion-item.styles.d.ts +1 -0
- package/dist/dts/accordion-item/accordion-item.template.d.ts +7 -0
- package/dist/dts/accordion-item/define.d.ts +1 -0
- package/dist/dts/accordion-item/index.d.ts +5 -0
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/switch/define.d.ts +1 -0
- package/dist/dts/switch/index.d.ts +5 -0
- package/dist/dts/switch/switch.d.ts +13 -0
- package/dist/dts/switch/switch.definition.d.ts +9 -0
- package/dist/dts/switch/switch.options.d.ts +15 -0
- package/dist/dts/switch/switch.styles.d.ts +1 -0
- package/dist/dts/switch/switch.template.d.ts +3 -0
- package/dist/esm/accordion/accordion.definition.js +19 -0
- package/dist/esm/accordion/accordion.definition.js.map +1 -0
- package/dist/esm/accordion/accordion.js +8 -0
- package/dist/esm/accordion/accordion.js.map +1 -0
- package/dist/esm/accordion/accordion.styles.js +11 -0
- package/dist/esm/accordion/accordion.styles.js.map +1 -0
- package/dist/esm/accordion/accordion.template.js +3 -0
- package/dist/esm/accordion/accordion.template.js.map +1 -0
- package/dist/esm/accordion/define.js +4 -0
- package/dist/esm/accordion/define.js.map +1 -0
- package/dist/esm/accordion/index.js +5 -0
- package/dist/esm/accordion/index.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.definition.js +19 -0
- package/dist/esm/accordion-item/accordion-item.definition.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.js +29 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.options.js +17 -0
- package/dist/esm/accordion-item/accordion-item.options.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.styles.js +197 -0
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -0
- package/dist/esm/accordion-item/accordion-item.template.js +37 -0
- package/dist/esm/accordion-item/accordion-item.template.js.map +1 -0
- package/dist/esm/accordion-item/define.js +4 -0
- package/dist/esm/accordion-item/define.js.map +1 -0
- package/dist/esm/accordion-item/index.js +6 -0
- package/dist/esm/accordion-item/index.js.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/switch/define.js +4 -0
- package/dist/esm/switch/define.js.map +1 -0
- package/dist/esm/switch/index.js +6 -0
- package/dist/esm/switch/index.js.map +1 -0
- package/dist/esm/switch/switch.definition.js +17 -0
- package/dist/esm/switch/switch.definition.js.map +1 -0
- package/dist/esm/switch/switch.js +9 -0
- package/dist/esm/switch/switch.js.map +1 -0
- package/dist/esm/switch/switch.options.js +10 -0
- package/dist/esm/switch/switch.options.js.map +1 -0
- package/dist/esm/switch/switch.styles.js +114 -0
- package/dist/esm/switch/switch.styles.js.map +1 -0
- package/dist/esm/switch/switch.template.js +5 -0
- package/dist/esm/switch/switch.template.js.map +1 -0
- package/dist/fluent-web-components.api.json +585 -0
- package/dist/web-components.d.ts +147 -0
- package/dist/web-components.js +1795 -601
- package/dist/web-components.min.js +122 -113
- package/docs/api-report.md +85 -0
- package/package.json +13 -1
|
@@ -172,6 +172,363 @@
|
|
|
172
172
|
"name": "",
|
|
173
173
|
"preserveMemberOrder": false,
|
|
174
174
|
"members": [
|
|
175
|
+
{
|
|
176
|
+
"kind": "Class",
|
|
177
|
+
"canonicalReference": "@fluentui/web-components!Accordion:class",
|
|
178
|
+
"docComment": "/**\n * The base class used for constructing a fluent-accordion custom element\n *\n * @public\n */\n",
|
|
179
|
+
"excerptTokens": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "Content",
|
|
182
|
+
"text": "export declare class Accordion extends "
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "Reference",
|
|
186
|
+
"text": "FASTAccordion",
|
|
187
|
+
"canonicalReference": "@microsoft/fast-foundation!FASTAccordion:class"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"kind": "Content",
|
|
191
|
+
"text": " "
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"releaseTag": "Public",
|
|
195
|
+
"name": "Accordion",
|
|
196
|
+
"preserveMemberOrder": false,
|
|
197
|
+
"members": [],
|
|
198
|
+
"extendsTokenRange": {
|
|
199
|
+
"startIndex": 1,
|
|
200
|
+
"endIndex": 2
|
|
201
|
+
},
|
|
202
|
+
"implementsTokenRanges": []
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "Variable",
|
|
206
|
+
"canonicalReference": "@fluentui/web-components!accordionDefinition:var",
|
|
207
|
+
"docComment": "/**\n * The Fluent Accordion Element. Implements {@link @microsoft/fast-foundation#Accordion}, {@link @microsoft/fast-foundation#accordionTemplate}\n *\n * @remarks\n *\n * HTML Element: \\<fluent-accordion\\>\n *\n * @public\n */\n",
|
|
208
|
+
"excerptTokens": [
|
|
209
|
+
{
|
|
210
|
+
"kind": "Content",
|
|
211
|
+
"text": "definition: "
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "Content",
|
|
215
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "Reference",
|
|
219
|
+
"text": "FASTElementDefinition",
|
|
220
|
+
"canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "Content",
|
|
224
|
+
"text": "<typeof "
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "Reference",
|
|
228
|
+
"text": "Accordion",
|
|
229
|
+
"canonicalReference": "@fluentui/web-components!Accordion:class"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"kind": "Content",
|
|
233
|
+
"text": ">"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"isReadonly": true,
|
|
237
|
+
"releaseTag": "Public",
|
|
238
|
+
"name": "accordionDefinition",
|
|
239
|
+
"variableTypeTokenRange": {
|
|
240
|
+
"startIndex": 1,
|
|
241
|
+
"endIndex": 6
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "Variable",
|
|
246
|
+
"canonicalReference": "@fluentui/web-components!accordionItemDefinition:var",
|
|
247
|
+
"docComment": "/**\n * The Fluent AccordionItem Element. Implements {@link @microsoft/fast-foundation#AccordionItem}, {@link @microsoft/fast-foundation#accordionItemTemplate}\n *\n * @remarks\n *\n * HTML Element: \\<fluent-accordion-item\\>\n *\n * @public\n */\n",
|
|
248
|
+
"excerptTokens": [
|
|
249
|
+
{
|
|
250
|
+
"kind": "Content",
|
|
251
|
+
"text": "definition: "
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "Content",
|
|
255
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"kind": "Reference",
|
|
259
|
+
"text": "FASTElementDefinition",
|
|
260
|
+
"canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "Content",
|
|
264
|
+
"text": "<typeof "
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "Reference",
|
|
268
|
+
"text": "AccordionItem",
|
|
269
|
+
"canonicalReference": "@fluentui/web-components!AccordionItem:class"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "Content",
|
|
273
|
+
"text": ">"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"isReadonly": true,
|
|
277
|
+
"releaseTag": "Public",
|
|
278
|
+
"name": "accordionItemDefinition",
|
|
279
|
+
"variableTypeTokenRange": {
|
|
280
|
+
"startIndex": 1,
|
|
281
|
+
"endIndex": 6
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"kind": "TypeAlias",
|
|
286
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemExpandIconPosition:type",
|
|
287
|
+
"docComment": "/**\n * Applies expand/collapse icon position\n *\n * @public\n */\n",
|
|
288
|
+
"excerptTokens": [
|
|
289
|
+
{
|
|
290
|
+
"kind": "Content",
|
|
291
|
+
"text": "export declare type AccordionItemExpandIconPosition = "
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"kind": "Reference",
|
|
295
|
+
"text": "ValuesOf",
|
|
296
|
+
"canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"kind": "Content",
|
|
300
|
+
"text": "<typeof "
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"kind": "Reference",
|
|
304
|
+
"text": "AccordionItemExpandIconPosition",
|
|
305
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemExpandIconPosition:var"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "Content",
|
|
309
|
+
"text": ">"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "Content",
|
|
313
|
+
"text": ";"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"releaseTag": "Public",
|
|
317
|
+
"name": "AccordionItemExpandIconPosition",
|
|
318
|
+
"typeTokenRange": {
|
|
319
|
+
"startIndex": 1,
|
|
320
|
+
"endIndex": 5
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"kind": "Variable",
|
|
325
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemExpandIconPosition:var",
|
|
326
|
+
"docComment": "/**\n * An Accordion Item expand/collapse icon can appear at the start or end of the accordion\n */\n",
|
|
327
|
+
"excerptTokens": [
|
|
328
|
+
{
|
|
329
|
+
"kind": "Content",
|
|
330
|
+
"text": "AccordionItemExpandIconPosition: "
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"kind": "Content",
|
|
334
|
+
"text": "{\n readonly start: \"start\";\n readonly end: \"end\";\n}"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"isReadonly": true,
|
|
338
|
+
"releaseTag": "Public",
|
|
339
|
+
"name": "AccordionItemExpandIconPosition",
|
|
340
|
+
"variableTypeTokenRange": {
|
|
341
|
+
"startIndex": 1,
|
|
342
|
+
"endIndex": 2
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"kind": "TypeAlias",
|
|
347
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemSize:type",
|
|
348
|
+
"docComment": "/**\n * Applies font size to accordion header\n *\n * @public\n */\n",
|
|
349
|
+
"excerptTokens": [
|
|
350
|
+
{
|
|
351
|
+
"kind": "Content",
|
|
352
|
+
"text": "export declare type AccordionItemSize = "
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"kind": "Reference",
|
|
356
|
+
"text": "ValuesOf",
|
|
357
|
+
"canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"kind": "Content",
|
|
361
|
+
"text": "<typeof "
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"kind": "Reference",
|
|
365
|
+
"text": "AccordionItemSize",
|
|
366
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemSize:var"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"kind": "Content",
|
|
370
|
+
"text": ">"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"kind": "Content",
|
|
374
|
+
"text": ";"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"releaseTag": "Public",
|
|
378
|
+
"name": "AccordionItemSize",
|
|
379
|
+
"typeTokenRange": {
|
|
380
|
+
"startIndex": 1,
|
|
381
|
+
"endIndex": 5
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"kind": "Variable",
|
|
386
|
+
"canonicalReference": "@fluentui/web-components!AccordionItemSize:var",
|
|
387
|
+
"docComment": "/**\n * An Accordion Item header font size can be small, medium, large, and extra-large\n */\n",
|
|
388
|
+
"excerptTokens": [
|
|
389
|
+
{
|
|
390
|
+
"kind": "Content",
|
|
391
|
+
"text": "AccordionItemSize: "
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"kind": "Content",
|
|
395
|
+
"text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n readonly large: \"large\";\n readonly extraLarge: \"extra-large\";\n}"
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"isReadonly": true,
|
|
399
|
+
"releaseTag": "Public",
|
|
400
|
+
"name": "AccordionItemSize",
|
|
401
|
+
"variableTypeTokenRange": {
|
|
402
|
+
"startIndex": 1,
|
|
403
|
+
"endIndex": 2
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"kind": "Variable",
|
|
408
|
+
"canonicalReference": "@fluentui/web-components!accordionItemStyles:var",
|
|
409
|
+
"docComment": "",
|
|
410
|
+
"excerptTokens": [
|
|
411
|
+
{
|
|
412
|
+
"kind": "Content",
|
|
413
|
+
"text": "styles: "
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "Content",
|
|
417
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"kind": "Reference",
|
|
421
|
+
"text": "ElementStyles",
|
|
422
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"isReadonly": true,
|
|
426
|
+
"releaseTag": "Public",
|
|
427
|
+
"name": "accordionItemStyles",
|
|
428
|
+
"variableTypeTokenRange": {
|
|
429
|
+
"startIndex": 1,
|
|
430
|
+
"endIndex": 3
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"kind": "Variable",
|
|
435
|
+
"canonicalReference": "@fluentui/web-components!accordionItemTemplate:var",
|
|
436
|
+
"docComment": "/**\n * The template for the fluent-accordion component.\n *\n * @public\n */\n",
|
|
437
|
+
"excerptTokens": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "Content",
|
|
440
|
+
"text": "template: "
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"kind": "Reference",
|
|
444
|
+
"text": "ElementViewTemplate",
|
|
445
|
+
"canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "Content",
|
|
449
|
+
"text": "<"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "Reference",
|
|
453
|
+
"text": "AccordionItem",
|
|
454
|
+
"canonicalReference": "@fluentui/web-components!AccordionItem:class"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "Content",
|
|
458
|
+
"text": ">"
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"isReadonly": true,
|
|
462
|
+
"releaseTag": "Public",
|
|
463
|
+
"name": "accordionItemTemplate",
|
|
464
|
+
"variableTypeTokenRange": {
|
|
465
|
+
"startIndex": 1,
|
|
466
|
+
"endIndex": 5
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"kind": "Variable",
|
|
471
|
+
"canonicalReference": "@fluentui/web-components!accordionStyles:var",
|
|
472
|
+
"docComment": "",
|
|
473
|
+
"excerptTokens": [
|
|
474
|
+
{
|
|
475
|
+
"kind": "Content",
|
|
476
|
+
"text": "styles: "
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"kind": "Content",
|
|
480
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "Reference",
|
|
484
|
+
"text": "ElementStyles",
|
|
485
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"isReadonly": true,
|
|
489
|
+
"releaseTag": "Public",
|
|
490
|
+
"name": "accordionStyles",
|
|
491
|
+
"variableTypeTokenRange": {
|
|
492
|
+
"startIndex": 1,
|
|
493
|
+
"endIndex": 3
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "Variable",
|
|
498
|
+
"canonicalReference": "@fluentui/web-components!accordionTemplate:var",
|
|
499
|
+
"docComment": "",
|
|
500
|
+
"excerptTokens": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "Content",
|
|
503
|
+
"text": "template: "
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "Reference",
|
|
507
|
+
"text": "ElementViewTemplate",
|
|
508
|
+
"canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"kind": "Content",
|
|
512
|
+
"text": "<"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "Reference",
|
|
516
|
+
"text": "Accordion",
|
|
517
|
+
"canonicalReference": "@fluentui/web-components!Accordion:class"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"kind": "Content",
|
|
521
|
+
"text": ">"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"isReadonly": true,
|
|
525
|
+
"releaseTag": "Public",
|
|
526
|
+
"name": "accordionTemplate",
|
|
527
|
+
"variableTypeTokenRange": {
|
|
528
|
+
"startIndex": 1,
|
|
529
|
+
"endIndex": 5
|
|
530
|
+
}
|
|
531
|
+
},
|
|
175
532
|
{
|
|
176
533
|
"kind": "Class",
|
|
177
534
|
"canonicalReference": "@fluentui/web-components!Badge:class",
|
|
@@ -10885,6 +11242,46 @@
|
|
|
10885
11242
|
"endIndex": 4
|
|
10886
11243
|
}
|
|
10887
11244
|
},
|
|
11245
|
+
{
|
|
11246
|
+
"kind": "Variable",
|
|
11247
|
+
"canonicalReference": "@fluentui/web-components!definition:var",
|
|
11248
|
+
"docComment": "/**\n * The Fluent Switch Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-switch\\>\n *\n * @public\n */\n",
|
|
11249
|
+
"excerptTokens": [
|
|
11250
|
+
{
|
|
11251
|
+
"kind": "Content",
|
|
11252
|
+
"text": "definition: "
|
|
11253
|
+
},
|
|
11254
|
+
{
|
|
11255
|
+
"kind": "Content",
|
|
11256
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
11257
|
+
},
|
|
11258
|
+
{
|
|
11259
|
+
"kind": "Reference",
|
|
11260
|
+
"text": "FASTElementDefinition",
|
|
11261
|
+
"canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
|
|
11262
|
+
},
|
|
11263
|
+
{
|
|
11264
|
+
"kind": "Content",
|
|
11265
|
+
"text": "<typeof "
|
|
11266
|
+
},
|
|
11267
|
+
{
|
|
11268
|
+
"kind": "Reference",
|
|
11269
|
+
"text": "Switch",
|
|
11270
|
+
"canonicalReference": "@fluentui/web-components!Switch:class"
|
|
11271
|
+
},
|
|
11272
|
+
{
|
|
11273
|
+
"kind": "Content",
|
|
11274
|
+
"text": ">"
|
|
11275
|
+
}
|
|
11276
|
+
],
|
|
11277
|
+
"isReadonly": true,
|
|
11278
|
+
"releaseTag": "Public",
|
|
11279
|
+
"name": "definition",
|
|
11280
|
+
"variableTypeTokenRange": {
|
|
11281
|
+
"startIndex": 1,
|
|
11282
|
+
"endIndex": 6
|
|
11283
|
+
}
|
|
11284
|
+
},
|
|
10888
11285
|
{
|
|
10889
11286
|
"kind": "Variable",
|
|
10890
11287
|
"canonicalReference": "@fluentui/web-components!durationFast:var",
|
|
@@ -13873,6 +14270,194 @@
|
|
|
13873
14270
|
"endIndex": 4
|
|
13874
14271
|
}
|
|
13875
14272
|
},
|
|
14273
|
+
{
|
|
14274
|
+
"kind": "Class",
|
|
14275
|
+
"canonicalReference": "@fluentui/web-components!Switch:class",
|
|
14276
|
+
"docComment": "",
|
|
14277
|
+
"excerptTokens": [
|
|
14278
|
+
{
|
|
14279
|
+
"kind": "Content",
|
|
14280
|
+
"text": "export declare class Switch extends "
|
|
14281
|
+
},
|
|
14282
|
+
{
|
|
14283
|
+
"kind": "Reference",
|
|
14284
|
+
"text": "FASTSwitch",
|
|
14285
|
+
"canonicalReference": "@microsoft/fast-foundation!FASTSwitch:class"
|
|
14286
|
+
},
|
|
14287
|
+
{
|
|
14288
|
+
"kind": "Content",
|
|
14289
|
+
"text": " "
|
|
14290
|
+
}
|
|
14291
|
+
],
|
|
14292
|
+
"releaseTag": "Public",
|
|
14293
|
+
"name": "Switch",
|
|
14294
|
+
"preserveMemberOrder": false,
|
|
14295
|
+
"members": [
|
|
14296
|
+
{
|
|
14297
|
+
"kind": "Property",
|
|
14298
|
+
"canonicalReference": "@fluentui/web-components!Switch#labelPosition:member",
|
|
14299
|
+
"docComment": "/**\n * The label position of the switch\n *\n * @default 'after'\n *\n * @remarks\n *\n * HTML Attribute: labelposition\n *\n * @public\n */\n",
|
|
14300
|
+
"excerptTokens": [
|
|
14301
|
+
{
|
|
14302
|
+
"kind": "Content",
|
|
14303
|
+
"text": "labelPosition: "
|
|
14304
|
+
},
|
|
14305
|
+
{
|
|
14306
|
+
"kind": "Reference",
|
|
14307
|
+
"text": "SwitchLabelPosition",
|
|
14308
|
+
"canonicalReference": "@fluentui/web-components!SwitchLabelPosition:type"
|
|
14309
|
+
},
|
|
14310
|
+
{
|
|
14311
|
+
"kind": "Content",
|
|
14312
|
+
"text": " | undefined"
|
|
14313
|
+
},
|
|
14314
|
+
{
|
|
14315
|
+
"kind": "Content",
|
|
14316
|
+
"text": ";"
|
|
14317
|
+
}
|
|
14318
|
+
],
|
|
14319
|
+
"isReadonly": false,
|
|
14320
|
+
"isOptional": false,
|
|
14321
|
+
"releaseTag": "Public",
|
|
14322
|
+
"name": "labelPosition",
|
|
14323
|
+
"propertyTypeTokenRange": {
|
|
14324
|
+
"startIndex": 1,
|
|
14325
|
+
"endIndex": 3
|
|
14326
|
+
},
|
|
14327
|
+
"isStatic": false,
|
|
14328
|
+
"isProtected": false
|
|
14329
|
+
}
|
|
14330
|
+
],
|
|
14331
|
+
"extendsTokenRange": {
|
|
14332
|
+
"startIndex": 1,
|
|
14333
|
+
"endIndex": 2
|
|
14334
|
+
},
|
|
14335
|
+
"implementsTokenRanges": []
|
|
14336
|
+
},
|
|
14337
|
+
{
|
|
14338
|
+
"kind": "TypeAlias",
|
|
14339
|
+
"canonicalReference": "@fluentui/web-components!SwitchLabelPosition:type",
|
|
14340
|
+
"docComment": "/**\n * Applies label position\n *\n * @public\n */\n",
|
|
14341
|
+
"excerptTokens": [
|
|
14342
|
+
{
|
|
14343
|
+
"kind": "Content",
|
|
14344
|
+
"text": "export declare type SwitchLabelPosition = "
|
|
14345
|
+
},
|
|
14346
|
+
{
|
|
14347
|
+
"kind": "Reference",
|
|
14348
|
+
"text": "ValuesOf",
|
|
14349
|
+
"canonicalReference": "@microsoft/fast-foundation!ValuesOf:type"
|
|
14350
|
+
},
|
|
14351
|
+
{
|
|
14352
|
+
"kind": "Content",
|
|
14353
|
+
"text": "<typeof "
|
|
14354
|
+
},
|
|
14355
|
+
{
|
|
14356
|
+
"kind": "Reference",
|
|
14357
|
+
"text": "SwitchLabelPosition",
|
|
14358
|
+
"canonicalReference": "@fluentui/web-components!SwitchLabelPosition:var"
|
|
14359
|
+
},
|
|
14360
|
+
{
|
|
14361
|
+
"kind": "Content",
|
|
14362
|
+
"text": ">"
|
|
14363
|
+
},
|
|
14364
|
+
{
|
|
14365
|
+
"kind": "Content",
|
|
14366
|
+
"text": ";"
|
|
14367
|
+
}
|
|
14368
|
+
],
|
|
14369
|
+
"releaseTag": "Public",
|
|
14370
|
+
"name": "SwitchLabelPosition",
|
|
14371
|
+
"typeTokenRange": {
|
|
14372
|
+
"startIndex": 1,
|
|
14373
|
+
"endIndex": 5
|
|
14374
|
+
}
|
|
14375
|
+
},
|
|
14376
|
+
{
|
|
14377
|
+
"kind": "Variable",
|
|
14378
|
+
"canonicalReference": "@fluentui/web-components!SwitchLabelPosition:var",
|
|
14379
|
+
"docComment": "/**\n * SwitchLabelPosition Constants\n *\n * @public\n */\n",
|
|
14380
|
+
"excerptTokens": [
|
|
14381
|
+
{
|
|
14382
|
+
"kind": "Content",
|
|
14383
|
+
"text": "SwitchLabelPosition: "
|
|
14384
|
+
},
|
|
14385
|
+
{
|
|
14386
|
+
"kind": "Content",
|
|
14387
|
+
"text": "{\n readonly above: \"above\";\n readonly after: \"after\";\n readonly before: \"before\";\n}"
|
|
14388
|
+
}
|
|
14389
|
+
],
|
|
14390
|
+
"isReadonly": true,
|
|
14391
|
+
"releaseTag": "Public",
|
|
14392
|
+
"name": "SwitchLabelPosition",
|
|
14393
|
+
"variableTypeTokenRange": {
|
|
14394
|
+
"startIndex": 1,
|
|
14395
|
+
"endIndex": 2
|
|
14396
|
+
}
|
|
14397
|
+
},
|
|
14398
|
+
{
|
|
14399
|
+
"kind": "Variable",
|
|
14400
|
+
"canonicalReference": "@fluentui/web-components!switchStyles:var",
|
|
14401
|
+
"docComment": "",
|
|
14402
|
+
"excerptTokens": [
|
|
14403
|
+
{
|
|
14404
|
+
"kind": "Content",
|
|
14405
|
+
"text": "styles: "
|
|
14406
|
+
},
|
|
14407
|
+
{
|
|
14408
|
+
"kind": "Content",
|
|
14409
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
14410
|
+
},
|
|
14411
|
+
{
|
|
14412
|
+
"kind": "Reference",
|
|
14413
|
+
"text": "ElementStyles",
|
|
14414
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
14415
|
+
}
|
|
14416
|
+
],
|
|
14417
|
+
"isReadonly": true,
|
|
14418
|
+
"releaseTag": "Public",
|
|
14419
|
+
"name": "switchStyles",
|
|
14420
|
+
"variableTypeTokenRange": {
|
|
14421
|
+
"startIndex": 1,
|
|
14422
|
+
"endIndex": 3
|
|
14423
|
+
}
|
|
14424
|
+
},
|
|
14425
|
+
{
|
|
14426
|
+
"kind": "Variable",
|
|
14427
|
+
"canonicalReference": "@fluentui/web-components!switchTemplate:var",
|
|
14428
|
+
"docComment": "",
|
|
14429
|
+
"excerptTokens": [
|
|
14430
|
+
{
|
|
14431
|
+
"kind": "Content",
|
|
14432
|
+
"text": "template: "
|
|
14433
|
+
},
|
|
14434
|
+
{
|
|
14435
|
+
"kind": "Reference",
|
|
14436
|
+
"text": "ElementViewTemplate",
|
|
14437
|
+
"canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
|
|
14438
|
+
},
|
|
14439
|
+
{
|
|
14440
|
+
"kind": "Content",
|
|
14441
|
+
"text": "<"
|
|
14442
|
+
},
|
|
14443
|
+
{
|
|
14444
|
+
"kind": "Reference",
|
|
14445
|
+
"text": "Switch",
|
|
14446
|
+
"canonicalReference": "@fluentui/web-components!Switch:class"
|
|
14447
|
+
},
|
|
14448
|
+
{
|
|
14449
|
+
"kind": "Content",
|
|
14450
|
+
"text": ">"
|
|
14451
|
+
}
|
|
14452
|
+
],
|
|
14453
|
+
"isReadonly": true,
|
|
14454
|
+
"releaseTag": "Public",
|
|
14455
|
+
"name": "switchTemplate",
|
|
14456
|
+
"variableTypeTokenRange": {
|
|
14457
|
+
"startIndex": 1,
|
|
14458
|
+
"endIndex": 5
|
|
14459
|
+
}
|
|
14460
|
+
},
|
|
13876
14461
|
{
|
|
13877
14462
|
"kind": "Class",
|
|
13878
14463
|
"canonicalReference": "@fluentui/web-components!Text_2:class",
|