@fluentui/web-components 3.0.0-rc.8 → 3.0.0-rc.9

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 (42) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/custom-elements.json +66 -38
  3. package/dist/esm/badge/badge.options.d.ts +3 -1
  4. package/dist/esm/badge/badge.options.js.map +1 -1
  5. package/dist/esm/counter-badge/counter-badge.d.ts +2 -1
  6. package/dist/esm/counter-badge/counter-badge.js +2 -1
  7. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  8. package/dist/esm/dialog/dialog.d.ts +20 -10
  9. package/dist/esm/dialog/dialog.js +12 -6
  10. package/dist/esm/dialog/dialog.js.map +1 -1
  11. package/dist/esm/drawer/drawer.d.ts +18 -9
  12. package/dist/esm/drawer/drawer.js +12 -6
  13. package/dist/esm/drawer/drawer.js.map +1 -1
  14. package/dist/esm/message-bar/message-bar.d.ts +2 -1
  15. package/dist/esm/message-bar/message-bar.js +2 -1
  16. package/dist/esm/message-bar/message-bar.js.map +1 -1
  17. package/dist/esm/message-bar/message-bar.options.d.ts +6 -3
  18. package/dist/esm/message-bar/message-bar.options.js +6 -3
  19. package/dist/esm/message-bar/message-bar.options.js.map +1 -1
  20. package/dist/esm/progress-bar/progress-bar.base.d.ts +16 -4
  21. package/dist/esm/progress-bar/progress-bar.base.js +4 -1
  22. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -1
  23. package/dist/esm/progress-bar/progress-bar.d.ts +8 -2
  24. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  25. package/dist/esm/styles/partials/badge.partials.d.ts +2 -1
  26. package/dist/esm/styles/partials/badge.partials.js +2 -1
  27. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  28. package/dist/esm/textarea/textarea.base.d.ts +5 -0
  29. package/dist/esm/textarea/textarea.base.js +4 -1
  30. package/dist/esm/textarea/textarea.base.js.map +1 -1
  31. package/dist/esm/textarea/textarea.template.js +1 -1
  32. package/dist/esm/textarea/textarea.template.js.map +1 -1
  33. package/dist/esm/tree/tree.d.ts +8 -2
  34. package/dist/esm/tree/tree.js +8 -2
  35. package/dist/esm/tree/tree.js.map +1 -1
  36. package/dist/esm/tree-item/tree-item.base.d.ts +8 -2
  37. package/dist/esm/tree-item/tree-item.base.js +8 -2
  38. package/dist/esm/tree-item/tree-item.base.js.map +1 -1
  39. package/dist/web-components.d.ts +93 -34
  40. package/dist/web-components.js +26 -14
  41. package/dist/web-components.min.js +15 -15
  42. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 04:07:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Mar 2026 04:08:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.9)
8
+
9
+ Thu, 12 Mar 2026 04:08:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.8..@fluentui/web-components_v3.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - fix(web-components): resolve auto-resize issues for TextArea in Firefox ([PR #35849](https://github.com/microsoft/fluentui/pull/35849) by 198982749+Copilot@users.noreply.github.com)
15
+
7
16
  ## [3.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.8)
8
17
 
9
- Tue, 03 Mar 2026 04:07:38 GMT
18
+ Tue, 03 Mar 2026 04:07:49 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.7..@fluentui/web-components_v3.0.0-rc.8)
11
20
 
12
21
  ### Changes
@@ -12213,6 +12213,7 @@
12213
12213
  "kind": "variable",
12214
12214
  "name": "badgeSizeStyles",
12215
12215
  "default": "css.partial` :host([size='tiny']) { width: 6px; height: 6px; font-size: 4px; line-height: 4px; padding-inline: 0; min-width: unset; } :host([size='tiny']) ::slotted(svg) { font-size: 6px; } :host([size='extra-small']) { width: 10px; height: 10px; font-size: 6px; line-height: 6px; padding-inline: 0; min-width: unset; } :host([size='extra-small']) ::slotted(svg) { font-size: 10px; } :host([size='small']) { min-width: 16px; height: 16px; font-size: ${fontSizeBase100}; line-height: ${lineHeightBase100}; padding-inline: calc(${spacingHorizontalXXS} + ${spacingHorizontalXXS}); } :host([size='small']) ::slotted(svg) { font-size: 12px; } :host([size='large']) { min-width: 24px; height: 24px; font-size: ${fontSizeBase200}; line-height: ${lineHeightBase200}; padding-inline: calc(${spacingHorizontalXS} + ${spacingHorizontalXXS}); } :host([size='large']) ::slotted(svg) { font-size: 16px; } :host([size='extra-large']) { min-width: 32px; height: 32px; font-size: ${fontSizeBase200}; line-height: ${lineHeightBase200}; padding-inline: calc(${spacingHorizontalSNudge} + ${spacingHorizontalXXS}); } :host([size='extra-large']) ::slotted(svg) { font-size: 20px; } `",
12216
+ "description": "The badge's size styles",
12216
12217
  "privacy": "public"
12217
12218
  },
12218
12219
  {
@@ -14244,7 +14245,8 @@
14244
14245
  "type": {
14245
14246
  "text": "HTMLDialogElement"
14246
14247
  },
14247
- "privacy": "public"
14248
+ "privacy": "public",
14249
+ "description": "The dialog element"
14248
14250
  },
14249
14251
  {
14250
14252
  "kind": "field",
@@ -14252,7 +14254,8 @@
14252
14254
  "type": {
14253
14255
  "text": "string | undefined"
14254
14256
  },
14255
- "privacy": "public"
14257
+ "privacy": "public",
14258
+ "description": "The ID of the element that describes the dialog"
14256
14259
  },
14257
14260
  {
14258
14261
  "kind": "field",
@@ -14260,7 +14263,8 @@
14260
14263
  "type": {
14261
14264
  "text": "string | undefined"
14262
14265
  },
14263
- "privacy": "public"
14266
+ "privacy": "public",
14267
+ "description": "The ID of the element that labels the dialog"
14264
14268
  },
14265
14269
  {
14266
14270
  "kind": "field",
@@ -14268,7 +14272,8 @@
14268
14272
  "type": {
14269
14273
  "text": "string | null"
14270
14274
  },
14271
- "privacy": "public"
14275
+ "privacy": "public",
14276
+ "description": "The label of the dialog"
14272
14277
  },
14273
14278
  {
14274
14279
  "kind": "field",
@@ -14277,6 +14282,7 @@
14277
14282
  "text": "DialogType"
14278
14283
  },
14279
14284
  "privacy": "public",
14285
+ "description": "The type of the dialog modal",
14280
14286
  "parsedType": {
14281
14287
  "text": "'modal' | 'non-modal' | 'alert'"
14282
14288
  }
@@ -14303,12 +14309,14 @@
14303
14309
  {
14304
14310
  "kind": "field",
14305
14311
  "name": "emitBeforeToggle",
14306
- "privacy": "public"
14312
+ "privacy": "public",
14313
+ "description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
14307
14314
  },
14308
14315
  {
14309
14316
  "kind": "field",
14310
14317
  "name": "emitToggle",
14311
- "privacy": "public"
14318
+ "privacy": "public",
14319
+ "description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
14312
14320
  },
14313
14321
  {
14314
14322
  "kind": "method",
@@ -14318,7 +14326,8 @@
14318
14326
  "type": {
14319
14327
  "text": "void"
14320
14328
  }
14321
- }
14329
+ },
14330
+ "description": "Method to show the dialog"
14322
14331
  },
14323
14332
  {
14324
14333
  "kind": "method",
@@ -14328,7 +14337,8 @@
14328
14337
  "type": {
14329
14338
  "text": "void"
14330
14339
  }
14331
- }
14340
+ },
14341
+ "description": "Method to hide the dialog"
14332
14342
  },
14333
14343
  {
14334
14344
  "kind": "method",
@@ -14347,7 +14357,8 @@
14347
14357
  },
14348
14358
  "description": "The click event"
14349
14359
  }
14350
- ]
14360
+ ],
14361
+ "description": "Handles click events on the dialog overlay for light-dismiss"
14351
14362
  }
14352
14363
  ],
14353
14364
  "attributes": [
@@ -14356,6 +14367,7 @@
14356
14367
  "type": {
14357
14368
  "text": "string | undefined"
14358
14369
  },
14370
+ "description": "The ID of the element that describes the dialog",
14359
14371
  "fieldName": "ariaDescribedby"
14360
14372
  },
14361
14373
  {
@@ -14363,6 +14375,7 @@
14363
14375
  "type": {
14364
14376
  "text": "string | undefined"
14365
14377
  },
14378
+ "description": "The ID of the element that labels the dialog",
14366
14379
  "fieldName": "ariaLabelledby"
14367
14380
  },
14368
14381
  {
@@ -14370,6 +14383,7 @@
14370
14383
  "type": {
14371
14384
  "text": "string | null"
14372
14385
  },
14386
+ "description": "The label of the dialog",
14373
14387
  "fieldName": "ariaLabel"
14374
14388
  },
14375
14389
  {
@@ -14377,6 +14391,7 @@
14377
14391
  "type": {
14378
14392
  "text": "DialogType"
14379
14393
  },
14394
+ "description": "The type of the dialog modal",
14380
14395
  "fieldName": "type",
14381
14396
  "parsedType": {
14382
14397
  "text": "'modal' | 'non-modal' | 'alert'"
@@ -14704,6 +14719,7 @@
14704
14719
  "text": "DrawerType"
14705
14720
  },
14706
14721
  "privacy": "public",
14722
+ "description": "Determines whether the drawer should be displayed as modal or non-modal\nWhen rendered as a modal, an overlay is applied over the rest of the view.",
14707
14723
  "parsedType": {
14708
14724
  "text": "'inline' | 'modal' | 'non-modal'"
14709
14725
  }
@@ -14719,7 +14735,8 @@
14719
14735
  "type": {
14720
14736
  "text": "string | undefined"
14721
14737
  },
14722
- "privacy": "public"
14738
+ "privacy": "public",
14739
+ "description": "The ID of the element that labels the drawer."
14723
14740
  },
14724
14741
  {
14725
14742
  "kind": "field",
@@ -14727,7 +14744,8 @@
14727
14744
  "type": {
14728
14745
  "text": "string | undefined"
14729
14746
  },
14730
- "privacy": "public"
14747
+ "privacy": "public",
14748
+ "description": "The ID of the element that describes the drawer."
14731
14749
  },
14732
14750
  {
14733
14751
  "kind": "field",
@@ -14758,17 +14776,20 @@
14758
14776
  "type": {
14759
14777
  "text": "HTMLDialogElement"
14760
14778
  },
14761
- "privacy": "public"
14779
+ "privacy": "public",
14780
+ "description": "The dialog element."
14762
14781
  },
14763
14782
  {
14764
14783
  "kind": "field",
14765
14784
  "name": "emitToggle",
14766
- "privacy": "public"
14785
+ "privacy": "public",
14786
+ "description": "Method to emit an event after the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
14767
14787
  },
14768
14788
  {
14769
14789
  "kind": "field",
14770
14790
  "name": "emitBeforeToggle",
14771
- "privacy": "public"
14791
+ "privacy": "public",
14792
+ "description": "Method to emit an event before the dialog's open state changes\nHTML spec proposal: https://github.com/whatwg/html/issues/9733"
14772
14793
  },
14773
14794
  {
14774
14795
  "kind": "method",
@@ -14778,7 +14799,8 @@
14778
14799
  "type": {
14779
14800
  "text": "void"
14780
14801
  }
14781
- }
14802
+ },
14803
+ "description": "Method to show the drawer"
14782
14804
  },
14783
14805
  {
14784
14806
  "kind": "method",
@@ -14788,7 +14810,8 @@
14788
14810
  "type": {
14789
14811
  "text": "void"
14790
14812
  }
14791
- }
14813
+ },
14814
+ "description": "Method to hide the drawer"
14792
14815
  },
14793
14816
  {
14794
14817
  "kind": "method",
@@ -14812,7 +14835,8 @@
14812
14835
  {
14813
14836
  "kind": "method",
14814
14837
  "name": "cancelHandler",
14815
- "privacy": "public"
14838
+ "privacy": "public",
14839
+ "description": "Handles cancel events on the drawer."
14816
14840
  },
14817
14841
  {
14818
14842
  "kind": "method",
@@ -14885,6 +14909,7 @@
14885
14909
  "type": {
14886
14910
  "text": "DrawerType"
14887
14911
  },
14912
+ "description": "Determines whether the drawer should be displayed as modal or non-modal\nWhen rendered as a modal, an overlay is applied over the rest of the view.",
14888
14913
  "fieldName": "type",
14889
14914
  "parsedType": {
14890
14915
  "text": "'inline' | 'modal' | 'non-modal'"
@@ -14895,6 +14920,7 @@
14895
14920
  "type": {
14896
14921
  "text": "string | undefined"
14897
14922
  },
14923
+ "description": "The ID of the element that labels the drawer.",
14898
14924
  "fieldName": "ariaLabelledby"
14899
14925
  },
14900
14926
  {
@@ -14902,6 +14928,7 @@
14902
14928
  "type": {
14903
14929
  "text": "string | undefined"
14904
14930
  },
14931
+ "description": "The ID of the element that describes the drawer.",
14905
14932
  "fieldName": "ariaDescribedby"
14906
14933
  },
14907
14934
  {
@@ -19443,7 +19470,8 @@
19443
19470
  {
19444
19471
  "kind": "field",
19445
19472
  "name": "dismissMessageBar",
19446
- "privacy": "public"
19473
+ "privacy": "public",
19474
+ "description": "Method to emit a `dismiss` event when the message bar is dismissed"
19447
19475
  },
19448
19476
  {
19449
19477
  "kind": "field",
@@ -19527,7 +19555,7 @@
19527
19555
  },
19528
19556
  "privacy": "public",
19529
19557
  "default": "null",
19530
- "description": "The validation state of the progress bar",
19558
+ "description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
19531
19559
  "parsedType": {
19532
19560
  "text": "'success' | 'warning' | 'error' | null"
19533
19561
  }
@@ -19602,7 +19630,7 @@
19602
19630
  "text": "ProgressBarValidationState | null"
19603
19631
  },
19604
19632
  "default": "null",
19605
- "description": "The validation state of the progress bar",
19633
+ "description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
19606
19634
  "fieldName": "validationState",
19607
19635
  "parsedType": {
19608
19636
  "text": "'success' | 'warning' | 'error' | null"
@@ -19645,7 +19673,7 @@
19645
19673
  "text": "ProgressBarThickness | undefined"
19646
19674
  },
19647
19675
  "privacy": "public",
19648
- "description": "The thickness of the progress bar",
19676
+ "description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
19649
19677
  "parsedType": {
19650
19678
  "text": "'medium' | 'large' | undefined"
19651
19679
  }
@@ -19657,7 +19685,7 @@
19657
19685
  "text": "ProgressBarShape | undefined"
19658
19686
  },
19659
19687
  "privacy": "public",
19660
- "description": "The shape of the progress bar",
19688
+ "description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
19661
19689
  "parsedType": {
19662
19690
  "text": "'rounded' | 'square' | undefined"
19663
19691
  }
@@ -19670,7 +19698,7 @@
19670
19698
  },
19671
19699
  "privacy": "public",
19672
19700
  "default": "null",
19673
- "description": "The validation state of the progress bar",
19701
+ "description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
19674
19702
  "parsedType": {
19675
19703
  "text": "'success' | 'warning' | 'error' | null"
19676
19704
  },
@@ -19764,7 +19792,7 @@
19764
19792
  "type": {
19765
19793
  "text": "ProgressBarThickness | undefined"
19766
19794
  },
19767
- "description": "The thickness of the progress bar",
19795
+ "description": "The thickness of the progress bar\n\nThe thickness of the progress bar\n\nHTML Attribute: `thickness`",
19768
19796
  "fieldName": "thickness",
19769
19797
  "parsedType": {
19770
19798
  "text": "'medium' | 'large' | undefined"
@@ -19775,7 +19803,7 @@
19775
19803
  "type": {
19776
19804
  "text": "ProgressBarShape | undefined"
19777
19805
  },
19778
- "description": "The shape of the progress bar",
19806
+ "description": "The shape of the progress bar\nThe shape of the progress bar\n\nHTML Attribute: `shape`",
19779
19807
  "fieldName": "shape",
19780
19808
  "parsedType": {
19781
19809
  "text": "'rounded' | 'square' | undefined"
@@ -19787,7 +19815,7 @@
19787
19815
  "text": "ProgressBarValidationState | null"
19788
19816
  },
19789
19817
  "default": "null",
19790
- "description": "The validation state of the progress bar",
19818
+ "description": "The validation state of the progress bar\nThe validation state of the progress bar\n\nHTML Attribute: `validation-state`",
19791
19819
  "fieldName": "validationState",
19792
19820
  "parsedType": {
19793
19821
  "text": "'success' | 'warning' | 'error' | null"
@@ -28260,7 +28288,7 @@
28260
28288
  "text": "boolean"
28261
28289
  },
28262
28290
  "default": "false",
28263
- "description": "When true, the control will be appear expanded by user interaction.",
28291
+ "description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
28264
28292
  "privacy": "public"
28265
28293
  },
28266
28294
  {
@@ -28308,7 +28336,7 @@
28308
28336
  },
28309
28337
  "privacy": "public",
28310
28338
  "default": "false",
28311
- "description": "When true, the control has no child tree items"
28339
+ "description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty"
28312
28340
  },
28313
28341
  {
28314
28342
  "kind": "field",
@@ -28404,7 +28432,7 @@
28404
28432
  "text": "boolean"
28405
28433
  },
28406
28434
  "default": "false",
28407
- "description": "When true, the control will be appear expanded by user interaction.",
28435
+ "description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
28408
28436
  "fieldName": "expanded"
28409
28437
  },
28410
28438
  {
@@ -28422,7 +28450,7 @@
28422
28450
  "text": "boolean"
28423
28451
  },
28424
28452
  "default": "false",
28425
- "description": "When true, the control has no child tree items",
28453
+ "description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
28426
28454
  "fieldName": "empty"
28427
28455
  },
28428
28456
  {
@@ -28500,7 +28528,7 @@
28500
28528
  "text": "boolean"
28501
28529
  },
28502
28530
  "default": "false",
28503
- "description": "When true, the control will be appear expanded by user interaction.",
28531
+ "description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
28504
28532
  "privacy": "public",
28505
28533
  "inheritedFrom": {
28506
28534
  "name": "BaseTreeItem",
@@ -28560,7 +28588,7 @@
28560
28588
  },
28561
28589
  "privacy": "public",
28562
28590
  "default": "false",
28563
- "description": "When true, the control has no child tree items",
28591
+ "description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
28564
28592
  "inheritedFrom": {
28565
28593
  "name": "BaseTreeItem",
28566
28594
  "module": "src/tree-item/tree-item.base.ts"
@@ -28718,7 +28746,7 @@
28718
28746
  "text": "boolean"
28719
28747
  },
28720
28748
  "default": "false",
28721
- "description": "When true, the control will be appear expanded by user interaction.",
28749
+ "description": "When true, the control will be appear expanded by user interaction.\nWhen true, the control will be appear expanded by user interaction.\n\nHTML Attribute: `expanded`",
28722
28750
  "fieldName": "expanded",
28723
28751
  "inheritedFrom": {
28724
28752
  "name": "BaseTreeItem",
@@ -28744,7 +28772,7 @@
28744
28772
  "text": "boolean"
28745
28773
  },
28746
28774
  "default": "false",
28747
- "description": "When true, the control has no child tree items",
28775
+ "description": "When true, the control has no child tree items\nWhen true, the control has no child tree items\n\nHTML Attribute: empty",
28748
28776
  "fieldName": "empty",
28749
28777
  "inheritedFrom": {
28750
28778
  "name": "BaseTreeItem",
@@ -28901,7 +28929,7 @@
28901
28929
  "text": "TreeItemSize"
28902
28930
  },
28903
28931
  "privacy": "public",
28904
- "description": "The size of the tree item element",
28932
+ "description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
28905
28933
  "parsedType": {
28906
28934
  "text": "'small' | 'medium'"
28907
28935
  }
@@ -28918,7 +28946,7 @@
28918
28946
  "text": "TreeItemAppearance"
28919
28947
  },
28920
28948
  "privacy": "public",
28921
- "description": "The appearance variants of the tree item element",
28949
+ "description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
28922
28950
  "parsedType": {
28923
28951
  "text": "'subtle' | 'transparent' | 'subtle-alpha'"
28924
28952
  }
@@ -29030,7 +29058,7 @@
29030
29058
  "type": {
29031
29059
  "text": "TreeItemSize"
29032
29060
  },
29033
- "description": "The size of the tree item element",
29061
+ "description": "The size of the tree item element\nThe size of the tree item element\n\nHTML Attribute: size",
29034
29062
  "fieldName": "size",
29035
29063
  "parsedType": {
29036
29064
  "text": "'small' | 'medium'"
@@ -29041,7 +29069,7 @@
29041
29069
  "type": {
29042
29070
  "text": "TreeItemAppearance"
29043
29071
  },
29044
- "description": "The appearance variants of the tree item element",
29072
+ "description": "The appearance variants of the tree item element\nThe appearance variants of the tree item element\n\nHTML Attribute: appearance",
29045
29073
  "fieldName": "appearance",
29046
29074
  "parsedType": {
29047
29075
  "text": "'subtle' | 'transparent' | 'subtle-alpha'"
@@ -2,7 +2,9 @@ import type { StartEndOptions } from '../patterns/index.js';
2
2
  import type { StaticallyComposableHTML, ValuesOf } from '../utils/index.js';
3
3
  import type { Badge } from './badge.js';
4
4
  /**
5
- * @internal - marking as internal update when Badge PR for start/end is in
5
+ * - marking as internal update when Badge PR for start/end is in
6
+ *
7
+ * @internal
6
8
  */
7
9
  export type BadgeOptions = StartEndOptions<Badge> & {
8
10
  defaultContent?: StaticallyComposableHTML;
@@ -1 +1 @@
1
- {"version":3,"file":"badge.options.js","sourceRoot":"","sources":["../../../src/badge/badge.options.ts"],"names":[],"mappings":"AAWA;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACV,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACR,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,aAAa;CACjB,CAAC"}
1
+ {"version":3,"file":"badge.options.js","sourceRoot":"","sources":["../../../src/badge/badge.options.ts"],"names":[],"mappings":"AAaA;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACV,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;CACR,CAAC;AAQX;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,aAAa;CACjB,CAAC"}
@@ -82,10 +82,11 @@ export declare class CounterBadge extends FASTElement {
82
82
  */
83
83
  dot: boolean;
84
84
  /**
85
- * @internal
86
85
  * Function to set the count
87
86
  * This is the default slotted content for the counter badge
88
87
  * If children are slotted, that will override the value returned
88
+ *
89
+ * @internal
89
90
  */
90
91
  setCount(): string | void;
91
92
  }
@@ -58,10 +58,11 @@ export class CounterBadge extends FASTElement {
58
58
  this.setCount();
59
59
  }
60
60
  /**
61
- * @internal
62
61
  * Function to set the count
63
62
  * This is the default slotted content for the counter badge
64
63
  * If children are slotted, that will override the value returned
64
+ *
65
+ * @internal
65
66
  */
66
67
  setCount() {
67
68
  const count = this.count ?? 0;
@@ -1 +1 @@
1
- {"version":3,"file":"counter-badge.js","sourceRoot":"","sources":["../../../src/counter-badge/counter-badge.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAQhD;;;;;;GAMG;AACH,MAAM,OAAO,YAAa,SAAQ,WAAW;IAA7C;;QACE;;;;WAIG;QACI,qBAAgB,GAAqB,IAAI,CAAC,eAAe,EAAE,CAAC;QA0CnE;;;;;;WAMG;QAEI,UAAK,GAAW,CAAC,CAAC;QAKzB;;;;;;WAMG;QAEI,kBAAa,GAAW,EAAE,CAAC;QAKlC;;;;;;WAMG;QAEI,aAAQ,GAAY,KAAK,CAAC;QAEjC;;;;;;WAMG;QAEI,QAAG,GAAY,KAAK,CAAC;IAiB9B,CAAC;IApDW,YAAY;QACpB,IAAI,CAAC,QAAQ,EAAE,CAAC;IAClB,CAAC;IAWS,oBAAoB;QAC5B,IAAI,CAAC,QAAQ,EAAE,CAAC;IAClB,CAAC;IAsBD;;;;;OAKG;IACI,QAAQ;QACb,MAAM,KAAK,GAAkB,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC;QAE7C,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChD,OAAO,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,CAAC,GAAG,KAAK,EAAE,CAAC;QAC5E,CAAC;QAED,OAAO;IACT,CAAC;CACF;AA7FQ;IADN,IAAI;gDACsC;AAUpC;IADN,IAAI;2CAC4B;AAU1B;IADN,IAAI;2CAC4B;AAU1B;IADN,IAAI;0CAC0B;AAUxB;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,uBAAuB,EAAE,CAAC;2CACpB;AAalB;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAE,CAAC;mDACxC;AAa3B;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8CACjB;AAU1B;IADN,IAAI,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;yCACE;AA2B9B,WAAW,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"counter-badge.js","sourceRoot":"","sources":["../../../src/counter-badge/counter-badge.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAQhD;;;;;;GAMG;AACH,MAAM,OAAO,YAAa,SAAQ,WAAW;IAA7C;;QACE;;;;WAIG;QACI,qBAAgB,GAAqB,IAAI,CAAC,eAAe,EAAE,CAAC;QA0CnE;;;;;;WAMG;QAEI,UAAK,GAAW,CAAC,CAAC;QAKzB;;;;;;WAMG;QAEI,kBAAa,GAAW,EAAE,CAAC;QAKlC;;;;;;WAMG;QAEI,aAAQ,GAAY,KAAK,CAAC;QAEjC;;;;;;WAMG;QAEI,QAAG,GAAY,KAAK,CAAC;IAkB9B,CAAC;IArDW,YAAY;QACpB,IAAI,CAAC,QAAQ,EAAE,CAAC;IAClB,CAAC;IAWS,oBAAoB;QAC5B,IAAI,CAAC,QAAQ,EAAE,CAAC;IAClB,CAAC;IAsBD;;;;;;OAMG;IACI,QAAQ;QACb,MAAM,KAAK,GAAkB,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC;QAE7C,IAAI,CAAC,KAAK,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChD,OAAO,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC,CAAC,GAAG,KAAK,EAAE,CAAC;QAC5E,CAAC;QAED,OAAO;IACT,CAAC;CACF;AA9FQ;IADN,IAAI;gDACsC;AAUpC;IADN,IAAI;2CAC4B;AAU1B;IADN,IAAI;2CAC4B;AAU1B;IADN,IAAI;0CAC0B;AAUxB;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,uBAAuB,EAAE,CAAC;2CACpB;AAalB;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAE,CAAC;mDACxC;AAa3B;IADN,IAAI,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8CACjB;AAU1B;IADN,IAAI,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;yCACE;AA4B9B,WAAW,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC"}
@@ -9,58 +9,68 @@ import { DialogType } from './dialog.options.js';
9
9
  */
10
10
  export declare class Dialog extends FASTElement {
11
11
  /**
12
- * @public
13
12
  * The dialog element
13
+ *
14
+ * @public
14
15
  */
15
16
  dialog: HTMLDialogElement;
16
17
  /**
17
- * @public
18
18
  * The ID of the element that describes the dialog
19
+ *
20
+ * @public
19
21
  */
20
22
  ariaDescribedby?: string;
21
23
  /**
22
- * @public
23
24
  * The ID of the element that labels the dialog
25
+ *
26
+ * @public
24
27
  */
25
28
  ariaLabelledby?: string;
26
29
  /**
27
- * @public
28
30
  * The label of the dialog
31
+ *
32
+ * @public
29
33
  */
30
34
  ariaLabel: string | null;
31
35
  /**
32
- * @public
33
36
  * The type of the dialog modal
37
+ *
38
+ * @public
34
39
  */
35
40
  type: DialogType;
36
41
  protected typeChanged(prev: DialogType | undefined, next: DialogType | undefined): void;
37
42
  /** @internal */
38
43
  connectedCallback(): void;
39
44
  /**
40
- * @public
41
45
  * Method to emit an event before the dialog's open state changes
42
46
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
47
+ *
48
+ * @public
43
49
  */
44
50
  emitBeforeToggle: () => void;
45
51
  /**
46
- * @public
47
52
  * Method to emit an event after the dialog's open state changes
48
53
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
54
+ *
55
+ * @public
49
56
  */
50
57
  emitToggle: () => void;
51
58
  /**
52
- * @public
53
59
  * Method to show the dialog
60
+ *
61
+ * @public
54
62
  */
55
63
  show(): void;
56
64
  /**
57
- * @public
58
65
  * Method to hide the dialog
66
+ *
67
+ * @public
59
68
  */
60
69
  hide(): void;
61
70
  /**
62
- * @public
63
71
  * Handles click events on the dialog overlay for light-dismiss
72
+ *
73
+ * @public
64
74
  * @param event - The click event
65
75
  * @returns boolean
66
76
  */
@@ -12,14 +12,16 @@ export class Dialog extends FASTElement {
12
12
  constructor() {
13
13
  super(...arguments);
14
14
  /**
15
- * @public
16
15
  * The type of the dialog modal
16
+ *
17
+ * @public
17
18
  */
18
19
  this.type = DialogType.modal;
19
20
  /**
20
- * @public
21
21
  * Method to emit an event before the dialog's open state changes
22
22
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
23
+ *
24
+ * @public
23
25
  */
24
26
  this.emitBeforeToggle = () => {
25
27
  this.$emit('beforetoggle', {
@@ -28,9 +30,10 @@ export class Dialog extends FASTElement {
28
30
  });
29
31
  };
30
32
  /**
31
- * @public
32
33
  * Method to emit an event after the dialog's open state changes
33
34
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
35
+ *
36
+ * @public
34
37
  */
35
38
  this.emitToggle = () => {
36
39
  this.$emit('toggle', {
@@ -62,8 +65,9 @@ export class Dialog extends FASTElement {
62
65
  this.typeChanged(undefined, this.type);
63
66
  }
64
67
  /**
65
- * @public
66
68
  * Method to show the dialog
69
+ *
70
+ * @public
67
71
  */
68
72
  show() {
69
73
  Updates.enqueue(() => {
@@ -78,8 +82,9 @@ export class Dialog extends FASTElement {
78
82
  });
79
83
  }
80
84
  /**
81
- * @public
82
85
  * Method to hide the dialog
86
+ *
87
+ * @public
83
88
  */
84
89
  hide() {
85
90
  this.emitBeforeToggle();
@@ -87,8 +92,9 @@ export class Dialog extends FASTElement {
87
92
  this.emitToggle();
88
93
  }
89
94
  /**
90
- * @public
91
95
  * Handles click events on the dialog overlay for light-dismiss
96
+ *
97
+ * @public
92
98
  * @param event - The click event
93
99
  * @returns boolean
94
100
  */
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.js","sourceRoot":"","sources":["../../../src/dialog/dialog.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dialog.js","sourceRoot":"","sources":["../../../src/dialog/dialog.ts"],"names":[],"mappings":"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"}