@fluentui/web-components 3.0.0-beta.4 → 3.0.0-beta.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/dist/dts/dialog/define.d.ts +1 -0
  3. package/dist/dts/dialog/dialog.d.ts +192 -0
  4. package/dist/dts/dialog/dialog.definition.d.ts +9 -0
  5. package/dist/dts/dialog/dialog.options.d.ts +11 -0
  6. package/dist/dts/dialog/dialog.styles.d.ts +4 -0
  7. package/dist/dts/dialog/dialog.template.d.ts +7 -0
  8. package/dist/dts/dialog/index.d.ts +4 -0
  9. package/dist/dts/index.d.ts +1 -0
  10. package/dist/esm/dialog/define.js +4 -0
  11. package/dist/esm/dialog/define.js.map +1 -0
  12. package/dist/esm/dialog/dialog.definition.js +17 -0
  13. package/dist/esm/dialog/dialog.definition.js.map +1 -0
  14. package/dist/esm/dialog/dialog.js +370 -0
  15. package/dist/esm/dialog/dialog.js.map +1 -0
  16. package/dist/esm/dialog/dialog.options.js +10 -0
  17. package/dist/esm/dialog/dialog.options.js.map +1 -0
  18. package/dist/esm/dialog/dialog.styles.js +102 -0
  19. package/dist/esm/dialog/dialog.styles.js.map +1 -0
  20. package/dist/esm/dialog/dialog.template.js +61 -0
  21. package/dist/esm/dialog/dialog.template.js.map +1 -0
  22. package/dist/esm/dialog/index.js +5 -0
  23. package/dist/esm/dialog/index.js.map +1 -0
  24. package/dist/esm/index.js +1 -0
  25. package/dist/esm/index.js.map +1 -1
  26. package/dist/fluent-web-components.api.json +813 -0
  27. package/dist/storybook/{677.939f187f.iframe.bundle.js → 350.e4be85c2.iframe.bundle.js} +3 -3
  28. package/dist/storybook/{677.939f187f.iframe.bundle.js.LICENSE.txt → 350.e4be85c2.iframe.bundle.js.LICENSE.txt} +5 -0
  29. package/dist/storybook/{677.939f187f.iframe.bundle.js.map → 350.e4be85c2.iframe.bundle.js.map} +1 -1
  30. package/dist/storybook/iframe.html +1 -1
  31. package/dist/storybook/main.c651bad5.iframe.bundle.js +2 -0
  32. package/dist/storybook/project.json +1 -1
  33. package/dist/web-components.d.ts +222 -0
  34. package/dist/web-components.js +1973 -1592
  35. package/dist/web-components.min.js +103 -95
  36. package/docs/api-report.md +33 -0
  37. package/package.json +7 -1
  38. package/dist/storybook/main.c98b42a5.iframe.bundle.js +0 -2
  39. /package/dist/storybook/{main.c98b42a5.iframe.bundle.js.LICENSE.txt → main.c651bad5.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -11324,6 +11324,819 @@
11324
11324
  "endIndex": 2
11325
11325
  }
11326
11326
  },
11327
+ {
11328
+ "kind": "Class",
11329
+ "canonicalReference": "@fluentui/web-components!Dialog:class",
11330
+ "docComment": "/**\n * Dialog component that extends the FASTElement class.\n *\n * @extends FASTElement\n *\n * @public\n */\n",
11331
+ "excerptTokens": [
11332
+ {
11333
+ "kind": "Content",
11334
+ "text": "export declare class Dialog extends "
11335
+ },
11336
+ {
11337
+ "kind": "Reference",
11338
+ "text": "FASTElement",
11339
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
11340
+ },
11341
+ {
11342
+ "kind": "Content",
11343
+ "text": " "
11344
+ }
11345
+ ],
11346
+ "releaseTag": "Public",
11347
+ "name": "Dialog",
11348
+ "preserveMemberOrder": false,
11349
+ "members": [
11350
+ {
11351
+ "kind": "Property",
11352
+ "canonicalReference": "@fluentui/web-components!Dialog#ariaDescribedby:member",
11353
+ "docComment": "/**\n * The ID of the element that describes the dialog\n *\n * @public\n */\n",
11354
+ "excerptTokens": [
11355
+ {
11356
+ "kind": "Content",
11357
+ "text": "ariaDescribedby?: "
11358
+ },
11359
+ {
11360
+ "kind": "Content",
11361
+ "text": "string"
11362
+ },
11363
+ {
11364
+ "kind": "Content",
11365
+ "text": ";"
11366
+ }
11367
+ ],
11368
+ "isReadonly": false,
11369
+ "isOptional": true,
11370
+ "releaseTag": "Public",
11371
+ "name": "ariaDescribedby",
11372
+ "propertyTypeTokenRange": {
11373
+ "startIndex": 1,
11374
+ "endIndex": 2
11375
+ },
11376
+ "isStatic": false,
11377
+ "isProtected": false
11378
+ },
11379
+ {
11380
+ "kind": "Property",
11381
+ "canonicalReference": "@fluentui/web-components!Dialog#ariaLabelledby:member",
11382
+ "docComment": "/**\n * The ID of the element that labels the dialog\n *\n * @public\n */\n",
11383
+ "excerptTokens": [
11384
+ {
11385
+ "kind": "Content",
11386
+ "text": "ariaLabelledby?: "
11387
+ },
11388
+ {
11389
+ "kind": "Content",
11390
+ "text": "string"
11391
+ },
11392
+ {
11393
+ "kind": "Content",
11394
+ "text": ";"
11395
+ }
11396
+ ],
11397
+ "isReadonly": false,
11398
+ "isOptional": true,
11399
+ "releaseTag": "Public",
11400
+ "name": "ariaLabelledby",
11401
+ "propertyTypeTokenRange": {
11402
+ "startIndex": 1,
11403
+ "endIndex": 2
11404
+ },
11405
+ "isStatic": false,
11406
+ "isProtected": false
11407
+ },
11408
+ {
11409
+ "kind": "Method",
11410
+ "canonicalReference": "@fluentui/web-components!Dialog#connectedCallback:member(1)",
11411
+ "docComment": "/**\n * Lifecycle method called when the element is connected to the DOM\n *\n * @public\n */\n",
11412
+ "excerptTokens": [
11413
+ {
11414
+ "kind": "Content",
11415
+ "text": "connectedCallback(): "
11416
+ },
11417
+ {
11418
+ "kind": "Content",
11419
+ "text": "void"
11420
+ },
11421
+ {
11422
+ "kind": "Content",
11423
+ "text": ";"
11424
+ }
11425
+ ],
11426
+ "isStatic": false,
11427
+ "returnTypeTokenRange": {
11428
+ "startIndex": 1,
11429
+ "endIndex": 2
11430
+ },
11431
+ "releaseTag": "Public",
11432
+ "isProtected": false,
11433
+ "overloadIndex": 1,
11434
+ "parameters": [],
11435
+ "isOptional": false,
11436
+ "name": "connectedCallback"
11437
+ },
11438
+ {
11439
+ "kind": "Property",
11440
+ "canonicalReference": "@fluentui/web-components!Dialog#defaultTitleAction:member",
11441
+ "docComment": "/**\n * The default title action button\n *\n * @public\n */\n",
11442
+ "excerptTokens": [
11443
+ {
11444
+ "kind": "Content",
11445
+ "text": "defaultTitleAction?: "
11446
+ },
11447
+ {
11448
+ "kind": "Reference",
11449
+ "text": "FluentButton",
11450
+ "canonicalReference": "@fluentui/web-components!Button:class"
11451
+ },
11452
+ {
11453
+ "kind": "Content",
11454
+ "text": ";"
11455
+ }
11456
+ ],
11457
+ "isReadonly": false,
11458
+ "isOptional": true,
11459
+ "releaseTag": "Public",
11460
+ "name": "defaultTitleAction",
11461
+ "propertyTypeTokenRange": {
11462
+ "startIndex": 1,
11463
+ "endIndex": 2
11464
+ },
11465
+ "isStatic": false,
11466
+ "isProtected": false
11467
+ },
11468
+ {
11469
+ "kind": "Property",
11470
+ "canonicalReference": "@fluentui/web-components!Dialog#dialog:member",
11471
+ "docComment": "/**\n * The dialog element\n *\n * @public\n */\n",
11472
+ "excerptTokens": [
11473
+ {
11474
+ "kind": "Content",
11475
+ "text": "dialog: "
11476
+ },
11477
+ {
11478
+ "kind": "Reference",
11479
+ "text": "HTMLDialogElement",
11480
+ "canonicalReference": "!HTMLDialogElement:interface"
11481
+ },
11482
+ {
11483
+ "kind": "Content",
11484
+ "text": ";"
11485
+ }
11486
+ ],
11487
+ "isReadonly": false,
11488
+ "isOptional": false,
11489
+ "releaseTag": "Public",
11490
+ "name": "dialog",
11491
+ "propertyTypeTokenRange": {
11492
+ "startIndex": 1,
11493
+ "endIndex": 2
11494
+ },
11495
+ "isStatic": false,
11496
+ "isProtected": false
11497
+ },
11498
+ {
11499
+ "kind": "Method",
11500
+ "canonicalReference": "@fluentui/web-components!Dialog#disconnectedCallback:member(1)",
11501
+ "docComment": "/**\n * Lifecycle method called when the element is disconnected from the DOM\n *\n * @public\n */\n",
11502
+ "excerptTokens": [
11503
+ {
11504
+ "kind": "Content",
11505
+ "text": "disconnectedCallback(): "
11506
+ },
11507
+ {
11508
+ "kind": "Content",
11509
+ "text": "void"
11510
+ },
11511
+ {
11512
+ "kind": "Content",
11513
+ "text": ";"
11514
+ }
11515
+ ],
11516
+ "isStatic": false,
11517
+ "returnTypeTokenRange": {
11518
+ "startIndex": 1,
11519
+ "endIndex": 2
11520
+ },
11521
+ "releaseTag": "Public",
11522
+ "isProtected": false,
11523
+ "overloadIndex": 1,
11524
+ "parameters": [],
11525
+ "isOptional": false,
11526
+ "name": "disconnectedCallback"
11527
+ },
11528
+ {
11529
+ "kind": "Method",
11530
+ "canonicalReference": "@fluentui/web-components!Dialog#dismiss:member(1)",
11531
+ "docComment": "/**\n * Method to dismiss the dialog\n *\n * @public\n */\n",
11532
+ "excerptTokens": [
11533
+ {
11534
+ "kind": "Content",
11535
+ "text": "dismiss(): "
11536
+ },
11537
+ {
11538
+ "kind": "Content",
11539
+ "text": "void"
11540
+ },
11541
+ {
11542
+ "kind": "Content",
11543
+ "text": ";"
11544
+ }
11545
+ ],
11546
+ "isStatic": false,
11547
+ "returnTypeTokenRange": {
11548
+ "startIndex": 1,
11549
+ "endIndex": 2
11550
+ },
11551
+ "releaseTag": "Public",
11552
+ "isProtected": false,
11553
+ "overloadIndex": 1,
11554
+ "parameters": [],
11555
+ "isOptional": false,
11556
+ "name": "dismiss"
11557
+ },
11558
+ {
11559
+ "kind": "Method",
11560
+ "canonicalReference": "@fluentui/web-components!Dialog#handleClick:member(1)",
11561
+ "docComment": "/**\n * Handles click events on the dialog\n *\n * @param event - The click event\n *\n * @returns boolean\n *\n * @public\n */\n",
11562
+ "excerptTokens": [
11563
+ {
11564
+ "kind": "Content",
11565
+ "text": "handleClick(event: "
11566
+ },
11567
+ {
11568
+ "kind": "Reference",
11569
+ "text": "Event",
11570
+ "canonicalReference": "!Event:interface"
11571
+ },
11572
+ {
11573
+ "kind": "Content",
11574
+ "text": "): "
11575
+ },
11576
+ {
11577
+ "kind": "Content",
11578
+ "text": "boolean"
11579
+ },
11580
+ {
11581
+ "kind": "Content",
11582
+ "text": ";"
11583
+ }
11584
+ ],
11585
+ "isStatic": false,
11586
+ "returnTypeTokenRange": {
11587
+ "startIndex": 3,
11588
+ "endIndex": 4
11589
+ },
11590
+ "releaseTag": "Public",
11591
+ "isProtected": false,
11592
+ "overloadIndex": 1,
11593
+ "parameters": [
11594
+ {
11595
+ "parameterName": "event",
11596
+ "parameterTypeTokenRange": {
11597
+ "startIndex": 1,
11598
+ "endIndex": 2
11599
+ },
11600
+ "isOptional": false
11601
+ }
11602
+ ],
11603
+ "isOptional": false,
11604
+ "name": "handleClick"
11605
+ },
11606
+ {
11607
+ "kind": "Property",
11608
+ "canonicalReference": "@fluentui/web-components!Dialog#handleKeydown:member",
11609
+ "docComment": "/**\n * Handles keydown events on the dialog\n *\n * @param e - The keydown event\n *\n * @returns boolean | void\n *\n * @public\n */\n",
11610
+ "excerptTokens": [
11611
+ {
11612
+ "kind": "Content",
11613
+ "text": "handleKeydown: "
11614
+ },
11615
+ {
11616
+ "kind": "Content",
11617
+ "text": "(e: "
11618
+ },
11619
+ {
11620
+ "kind": "Reference",
11621
+ "text": "KeyboardEvent",
11622
+ "canonicalReference": "!KeyboardEvent:interface"
11623
+ },
11624
+ {
11625
+ "kind": "Content",
11626
+ "text": ") => boolean | void"
11627
+ },
11628
+ {
11629
+ "kind": "Content",
11630
+ "text": ";"
11631
+ }
11632
+ ],
11633
+ "isReadonly": false,
11634
+ "isOptional": false,
11635
+ "releaseTag": "Public",
11636
+ "name": "handleKeydown",
11637
+ "propertyTypeTokenRange": {
11638
+ "startIndex": 1,
11639
+ "endIndex": 4
11640
+ },
11641
+ "isStatic": false,
11642
+ "isProtected": false
11643
+ },
11644
+ {
11645
+ "kind": "Method",
11646
+ "canonicalReference": "@fluentui/web-components!Dialog#hide:member(1)",
11647
+ "docComment": "/**\n * Method to hide the dialog\n *\n * @param dismissed - Indicates whether the dialog was dismissed\n *\n * @public\n */\n",
11648
+ "excerptTokens": [
11649
+ {
11650
+ "kind": "Content",
11651
+ "text": "hide(dismissed?: "
11652
+ },
11653
+ {
11654
+ "kind": "Content",
11655
+ "text": "boolean"
11656
+ },
11657
+ {
11658
+ "kind": "Content",
11659
+ "text": "): "
11660
+ },
11661
+ {
11662
+ "kind": "Content",
11663
+ "text": "void"
11664
+ },
11665
+ {
11666
+ "kind": "Content",
11667
+ "text": ";"
11668
+ }
11669
+ ],
11670
+ "isStatic": false,
11671
+ "returnTypeTokenRange": {
11672
+ "startIndex": 3,
11673
+ "endIndex": 4
11674
+ },
11675
+ "releaseTag": "Public",
11676
+ "isProtected": false,
11677
+ "overloadIndex": 1,
11678
+ "parameters": [
11679
+ {
11680
+ "parameterName": "dismissed",
11681
+ "parameterTypeTokenRange": {
11682
+ "startIndex": 1,
11683
+ "endIndex": 2
11684
+ },
11685
+ "isOptional": true
11686
+ }
11687
+ ],
11688
+ "isOptional": false,
11689
+ "name": "hide"
11690
+ },
11691
+ {
11692
+ "kind": "Property",
11693
+ "canonicalReference": "@fluentui/web-components!Dialog#modalType:member",
11694
+ "docComment": "/**\n * The type of the dialog modal\n *\n * @public\n */\n",
11695
+ "excerptTokens": [
11696
+ {
11697
+ "kind": "Content",
11698
+ "text": "modalType: "
11699
+ },
11700
+ {
11701
+ "kind": "Reference",
11702
+ "text": "DialogModalType",
11703
+ "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
11704
+ },
11705
+ {
11706
+ "kind": "Content",
11707
+ "text": ";"
11708
+ }
11709
+ ],
11710
+ "isReadonly": false,
11711
+ "isOptional": false,
11712
+ "releaseTag": "Public",
11713
+ "name": "modalType",
11714
+ "propertyTypeTokenRange": {
11715
+ "startIndex": 1,
11716
+ "endIndex": 2
11717
+ },
11718
+ "isStatic": false,
11719
+ "isProtected": false
11720
+ },
11721
+ {
11722
+ "kind": "Method",
11723
+ "canonicalReference": "@fluentui/web-components!Dialog#modalTypeChanged:member(1)",
11724
+ "docComment": "/**\n * Method called when the 'modalType' attribute changes\n *\n * @public\n */\n",
11725
+ "excerptTokens": [
11726
+ {
11727
+ "kind": "Content",
11728
+ "text": "modalTypeChanged(oldValue: "
11729
+ },
11730
+ {
11731
+ "kind": "Reference",
11732
+ "text": "DialogModalType",
11733
+ "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
11734
+ },
11735
+ {
11736
+ "kind": "Content",
11737
+ "text": ", newValue: "
11738
+ },
11739
+ {
11740
+ "kind": "Reference",
11741
+ "text": "DialogModalType",
11742
+ "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
11743
+ },
11744
+ {
11745
+ "kind": "Content",
11746
+ "text": "): "
11747
+ },
11748
+ {
11749
+ "kind": "Content",
11750
+ "text": "void"
11751
+ },
11752
+ {
11753
+ "kind": "Content",
11754
+ "text": ";"
11755
+ }
11756
+ ],
11757
+ "isStatic": false,
11758
+ "returnTypeTokenRange": {
11759
+ "startIndex": 5,
11760
+ "endIndex": 6
11761
+ },
11762
+ "releaseTag": "Public",
11763
+ "isProtected": false,
11764
+ "overloadIndex": 1,
11765
+ "parameters": [
11766
+ {
11767
+ "parameterName": "oldValue",
11768
+ "parameterTypeTokenRange": {
11769
+ "startIndex": 1,
11770
+ "endIndex": 2
11771
+ },
11772
+ "isOptional": false
11773
+ },
11774
+ {
11775
+ "parameterName": "newValue",
11776
+ "parameterTypeTokenRange": {
11777
+ "startIndex": 3,
11778
+ "endIndex": 4
11779
+ },
11780
+ "isOptional": false
11781
+ }
11782
+ ],
11783
+ "isOptional": false,
11784
+ "name": "modalTypeChanged"
11785
+ },
11786
+ {
11787
+ "kind": "Property",
11788
+ "canonicalReference": "@fluentui/web-components!Dialog#noTitleAction:member",
11789
+ "docComment": "/**\n * Indicates whether the dialog has a title action\n *\n * @public\n */\n",
11790
+ "excerptTokens": [
11791
+ {
11792
+ "kind": "Content",
11793
+ "text": "noTitleAction: "
11794
+ },
11795
+ {
11796
+ "kind": "Content",
11797
+ "text": "boolean"
11798
+ },
11799
+ {
11800
+ "kind": "Content",
11801
+ "text": ";"
11802
+ }
11803
+ ],
11804
+ "isReadonly": false,
11805
+ "isOptional": false,
11806
+ "releaseTag": "Public",
11807
+ "name": "noTitleAction",
11808
+ "propertyTypeTokenRange": {
11809
+ "startIndex": 1,
11810
+ "endIndex": 2
11811
+ },
11812
+ "isStatic": false,
11813
+ "isProtected": false
11814
+ },
11815
+ {
11816
+ "kind": "Property",
11817
+ "canonicalReference": "@fluentui/web-components!Dialog#onOpenChangeEvent:member",
11818
+ "docComment": "/**\n * Method to emit an event when the dialog's open state changes\n *\n * @param dismissed - Indicates whether the dialog was dismissed\n *\n * @public\n */\n",
11819
+ "excerptTokens": [
11820
+ {
11821
+ "kind": "Content",
11822
+ "text": "onOpenChangeEvent: "
11823
+ },
11824
+ {
11825
+ "kind": "Content",
11826
+ "text": "(dismissed?: boolean) => void"
11827
+ },
11828
+ {
11829
+ "kind": "Content",
11830
+ "text": ";"
11831
+ }
11832
+ ],
11833
+ "isReadonly": false,
11834
+ "isOptional": false,
11835
+ "releaseTag": "Public",
11836
+ "name": "onOpenChangeEvent",
11837
+ "propertyTypeTokenRange": {
11838
+ "startIndex": 1,
11839
+ "endIndex": 2
11840
+ },
11841
+ "isStatic": false,
11842
+ "isProtected": false
11843
+ },
11844
+ {
11845
+ "kind": "Property",
11846
+ "canonicalReference": "@fluentui/web-components!Dialog#open:member",
11847
+ "docComment": "/**\n * Indicates whether the dialog is open\n *\n * @public\n */\n",
11848
+ "excerptTokens": [
11849
+ {
11850
+ "kind": "Content",
11851
+ "text": "open: "
11852
+ },
11853
+ {
11854
+ "kind": "Content",
11855
+ "text": "boolean"
11856
+ },
11857
+ {
11858
+ "kind": "Content",
11859
+ "text": ";"
11860
+ }
11861
+ ],
11862
+ "isReadonly": false,
11863
+ "isOptional": false,
11864
+ "releaseTag": "Public",
11865
+ "name": "open",
11866
+ "propertyTypeTokenRange": {
11867
+ "startIndex": 1,
11868
+ "endIndex": 2
11869
+ },
11870
+ "isStatic": false,
11871
+ "isProtected": false
11872
+ },
11873
+ {
11874
+ "kind": "Method",
11875
+ "canonicalReference": "@fluentui/web-components!Dialog#openChanged:member(1)",
11876
+ "docComment": "/**\n * Method called when the 'open' attribute changes\n *\n * @public\n */\n",
11877
+ "excerptTokens": [
11878
+ {
11879
+ "kind": "Content",
11880
+ "text": "openChanged(oldValue: "
11881
+ },
11882
+ {
11883
+ "kind": "Content",
11884
+ "text": "boolean"
11885
+ },
11886
+ {
11887
+ "kind": "Content",
11888
+ "text": ", newValue: "
11889
+ },
11890
+ {
11891
+ "kind": "Content",
11892
+ "text": "boolean"
11893
+ },
11894
+ {
11895
+ "kind": "Content",
11896
+ "text": "): "
11897
+ },
11898
+ {
11899
+ "kind": "Content",
11900
+ "text": "void"
11901
+ },
11902
+ {
11903
+ "kind": "Content",
11904
+ "text": ";"
11905
+ }
11906
+ ],
11907
+ "isStatic": false,
11908
+ "returnTypeTokenRange": {
11909
+ "startIndex": 5,
11910
+ "endIndex": 6
11911
+ },
11912
+ "releaseTag": "Public",
11913
+ "isProtected": false,
11914
+ "overloadIndex": 1,
11915
+ "parameters": [
11916
+ {
11917
+ "parameterName": "oldValue",
11918
+ "parameterTypeTokenRange": {
11919
+ "startIndex": 1,
11920
+ "endIndex": 2
11921
+ },
11922
+ "isOptional": false
11923
+ },
11924
+ {
11925
+ "parameterName": "newValue",
11926
+ "parameterTypeTokenRange": {
11927
+ "startIndex": 3,
11928
+ "endIndex": 4
11929
+ },
11930
+ "isOptional": false
11931
+ }
11932
+ ],
11933
+ "isOptional": false,
11934
+ "name": "openChanged"
11935
+ },
11936
+ {
11937
+ "kind": "Method",
11938
+ "canonicalReference": "@fluentui/web-components!Dialog#setComponent:member(1)",
11939
+ "docComment": "/**\n * Method to set the component's state based on its attributes\n *\n * @public\n */\n",
11940
+ "excerptTokens": [
11941
+ {
11942
+ "kind": "Content",
11943
+ "text": "setComponent(): "
11944
+ },
11945
+ {
11946
+ "kind": "Content",
11947
+ "text": "void"
11948
+ },
11949
+ {
11950
+ "kind": "Content",
11951
+ "text": ";"
11952
+ }
11953
+ ],
11954
+ "isStatic": false,
11955
+ "returnTypeTokenRange": {
11956
+ "startIndex": 1,
11957
+ "endIndex": 2
11958
+ },
11959
+ "releaseTag": "Public",
11960
+ "isProtected": false,
11961
+ "overloadIndex": 1,
11962
+ "parameters": [],
11963
+ "isOptional": false,
11964
+ "name": "setComponent"
11965
+ },
11966
+ {
11967
+ "kind": "Method",
11968
+ "canonicalReference": "@fluentui/web-components!Dialog#show:member(1)",
11969
+ "docComment": "/**\n * Method to show the dialog\n *\n * @public\n */\n",
11970
+ "excerptTokens": [
11971
+ {
11972
+ "kind": "Content",
11973
+ "text": "show(): "
11974
+ },
11975
+ {
11976
+ "kind": "Content",
11977
+ "text": "void"
11978
+ },
11979
+ {
11980
+ "kind": "Content",
11981
+ "text": ";"
11982
+ }
11983
+ ],
11984
+ "isStatic": false,
11985
+ "returnTypeTokenRange": {
11986
+ "startIndex": 1,
11987
+ "endIndex": 2
11988
+ },
11989
+ "releaseTag": "Public",
11990
+ "isProtected": false,
11991
+ "overloadIndex": 1,
11992
+ "parameters": [],
11993
+ "isOptional": false,
11994
+ "name": "show"
11995
+ },
11996
+ {
11997
+ "kind": "Property",
11998
+ "canonicalReference": "@fluentui/web-components!Dialog#titleAction:member",
11999
+ "docComment": "/**\n * The title action elements\n *\n * @public\n */\n",
12000
+ "excerptTokens": [
12001
+ {
12002
+ "kind": "Content",
12003
+ "text": "titleAction: "
12004
+ },
12005
+ {
12006
+ "kind": "Reference",
12007
+ "text": "HTMLElement",
12008
+ "canonicalReference": "!HTMLElement:interface"
12009
+ },
12010
+ {
12011
+ "kind": "Content",
12012
+ "text": "[]"
12013
+ },
12014
+ {
12015
+ "kind": "Content",
12016
+ "text": ";"
12017
+ }
12018
+ ],
12019
+ "isReadonly": false,
12020
+ "isOptional": false,
12021
+ "releaseTag": "Public",
12022
+ "name": "titleAction",
12023
+ "propertyTypeTokenRange": {
12024
+ "startIndex": 1,
12025
+ "endIndex": 3
12026
+ },
12027
+ "isStatic": false,
12028
+ "isProtected": false
12029
+ }
12030
+ ],
12031
+ "extendsTokenRange": {
12032
+ "startIndex": 1,
12033
+ "endIndex": 2
12034
+ },
12035
+ "implementsTokenRanges": []
12036
+ },
12037
+ {
12038
+ "kind": "Variable",
12039
+ "canonicalReference": "@fluentui/web-components!DialogDefinition:var",
12040
+ "docComment": "/**\n * The Fluent Dialog Element\n *\n * @remarks\n *\n * HTML Element: \\<fluent-dialog\\>\n *\n * @public\n */\n",
12041
+ "excerptTokens": [
12042
+ {
12043
+ "kind": "Content",
12044
+ "text": "definition: "
12045
+ },
12046
+ {
12047
+ "kind": "Content",
12048
+ "text": "import(\"@microsoft/fast-element\")."
12049
+ },
12050
+ {
12051
+ "kind": "Reference",
12052
+ "text": "FASTElementDefinition",
12053
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
12054
+ },
12055
+ {
12056
+ "kind": "Content",
12057
+ "text": "<typeof "
12058
+ },
12059
+ {
12060
+ "kind": "Reference",
12061
+ "text": "Dialog",
12062
+ "canonicalReference": "@fluentui/web-components!Dialog:class"
12063
+ },
12064
+ {
12065
+ "kind": "Content",
12066
+ "text": ">"
12067
+ }
12068
+ ],
12069
+ "isReadonly": true,
12070
+ "releaseTag": "Public",
12071
+ "name": "DialogDefinition",
12072
+ "variableTypeTokenRange": {
12073
+ "startIndex": 1,
12074
+ "endIndex": 6
12075
+ }
12076
+ },
12077
+ {
12078
+ "kind": "Variable",
12079
+ "canonicalReference": "@fluentui/web-components!DialogStyles:var",
12080
+ "docComment": "/**\n * Dialog styles\n *\n * @public\n */\n",
12081
+ "excerptTokens": [
12082
+ {
12083
+ "kind": "Content",
12084
+ "text": "styles: "
12085
+ },
12086
+ {
12087
+ "kind": "Content",
12088
+ "text": "import(\"@microsoft/fast-element\")."
12089
+ },
12090
+ {
12091
+ "kind": "Reference",
12092
+ "text": "ElementStyles",
12093
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
12094
+ }
12095
+ ],
12096
+ "isReadonly": true,
12097
+ "releaseTag": "Public",
12098
+ "name": "DialogStyles",
12099
+ "variableTypeTokenRange": {
12100
+ "startIndex": 1,
12101
+ "endIndex": 3
12102
+ }
12103
+ },
12104
+ {
12105
+ "kind": "Variable",
12106
+ "canonicalReference": "@fluentui/web-components!DialogTemplate:var",
12107
+ "docComment": "/**\n * Template for the Dialog component\n *\n * @public\n */\n",
12108
+ "excerptTokens": [
12109
+ {
12110
+ "kind": "Content",
12111
+ "text": "template: "
12112
+ },
12113
+ {
12114
+ "kind": "Reference",
12115
+ "text": "ElementViewTemplate",
12116
+ "canonicalReference": "@microsoft/fast-element!ElementViewTemplate:interface"
12117
+ },
12118
+ {
12119
+ "kind": "Content",
12120
+ "text": "<"
12121
+ },
12122
+ {
12123
+ "kind": "Reference",
12124
+ "text": "Dialog",
12125
+ "canonicalReference": "@fluentui/web-components!Dialog:class"
12126
+ },
12127
+ {
12128
+ "kind": "Content",
12129
+ "text": ">"
12130
+ }
12131
+ ],
12132
+ "isReadonly": true,
12133
+ "releaseTag": "Public",
12134
+ "name": "DialogTemplate",
12135
+ "variableTypeTokenRange": {
12136
+ "startIndex": 1,
12137
+ "endIndex": 5
12138
+ }
12139
+ },
11327
12140
  {
11328
12141
  "kind": "Class",
11329
12142
  "canonicalReference": "@fluentui/web-components!Divider:class",