@vonage/vivid 4.31.0 → 5.0.0

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 (132) hide show
  1. package/custom-elements.json +116 -169
  2. package/lib/accordion-item/accordion-item.d.ts +42 -1
  3. package/lib/action-group/action-group.d.ts +42 -1
  4. package/lib/alert/alert.d.ts +84 -2
  5. package/lib/audio-player/audio-player.d.ts +42 -1
  6. package/lib/avatar/avatar.d.ts +42 -1
  7. package/lib/badge/badge.d.ts +42 -1
  8. package/lib/banner/banner.d.ts +126 -3
  9. package/lib/breadcrumb/breadcrumb.d.ts +42 -1
  10. package/lib/breadcrumb-item/breadcrumb-item.d.ts +42 -1
  11. package/lib/button/button.d.ts +126 -3
  12. package/lib/calendar-event/calendar-event.d.ts +42 -1
  13. package/lib/card/card.d.ts +42 -1
  14. package/lib/checkbox/checkbox.d.ts +252 -7
  15. package/lib/combobox/combobox.d.ts +252 -6
  16. package/lib/data-grid/data-grid-cell.d.ts +419 -2
  17. package/lib/data-grid/data-grid-row.d.ts +380 -1
  18. package/lib/date-picker/date-picker.d.ts +336 -8
  19. package/lib/date-range-picker/date-range-picker.d.ts +168 -4
  20. package/lib/date-time-picker/date-time-picker.d.ts +336 -8
  21. package/lib/dial-pad/dial-pad.d.ts +42 -1
  22. package/lib/dialog/dialog.d.ts +84 -2
  23. package/lib/divider/divider.d.ts +42 -1
  24. package/lib/fab/fab.d.ts +42 -1
  25. package/lib/file-picker/file-picker.d.ts +252 -6
  26. package/lib/file-picker/locale.d.ts +1 -0
  27. package/lib/header/header.d.ts +42 -1
  28. package/lib/menu/menu.d.ts +84 -2
  29. package/lib/menu-item/menu-item.d.ts +84 -2
  30. package/lib/nav/nav.d.ts +42 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +84 -2
  32. package/lib/nav-item/nav-item.d.ts +84 -2
  33. package/lib/note/note.d.ts +42 -1
  34. package/lib/number-field/number-field.d.ts +336 -8
  35. package/lib/option/option.d.ts +84 -2
  36. package/lib/pagination/pagination.d.ts +42 -1
  37. package/lib/progress/progress.d.ts +42 -1
  38. package/lib/progress-ring/progress-ring.d.ts +42 -1
  39. package/lib/radio/radio.d.ts +126 -4
  40. package/lib/radio-group/radio-group.d.ts +42 -1
  41. package/lib/range-slider/range-slider.d.ts +126 -3
  42. package/lib/rich-text-editor/menubar/menubar.d.ts +42 -1
  43. package/lib/rich-text-editor/rich-text-editor.d.ts +42 -1
  44. package/lib/searchable-select/option-tag.d.ts +42 -1
  45. package/lib/searchable-select/searchable-select.d.ts +336 -8
  46. package/lib/select/select.d.ts +294 -7
  47. package/lib/selectable-box/selectable-box.d.ts +42 -2
  48. package/lib/slider/slider.d.ts +126 -3
  49. package/lib/split-button/split-button.d.ts +126 -3
  50. package/lib/switch/switch.d.ts +84 -2
  51. package/lib/tab/tab.d.ts +126 -3
  52. package/lib/tab-panel/tab-panel.d.ts +42 -1
  53. package/lib/tag/tag.d.ts +126 -3
  54. package/lib/tag-group/tag-group.d.ts +42 -1
  55. package/lib/text-area/text-area.d.ts +294 -7
  56. package/lib/text-field/text-field.d.ts +336 -8
  57. package/lib/time-picker/time-picker.d.ts +168 -4
  58. package/lib/toggletip/toggletip.d.ts +84 -2
  59. package/lib/tooltip/tooltip.d.ts +42 -1
  60. package/lib/tree-item/tree-item.d.ts +84 -2
  61. package/lib/tree-view/tree-view.d.ts +42 -1
  62. package/lib/video-player/video-player.d.ts +42 -1
  63. package/locales/de-DE.cjs +2 -1
  64. package/locales/de-DE.js +2 -1
  65. package/locales/en-GB.cjs +2 -1
  66. package/locales/en-GB.js +2 -1
  67. package/locales/en-US.cjs +2 -1
  68. package/locales/en-US.js +2 -1
  69. package/locales/ja-JP.cjs +2 -1
  70. package/locales/ja-JP.js +2 -1
  71. package/locales/zh-CN.cjs +2 -1
  72. package/locales/zh-CN.js +2 -1
  73. package/package.json +1 -1
  74. package/shared/aria/aria-mixin.d.ts +43 -2
  75. package/shared/aria/attribute-removal.d.ts +3 -0
  76. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  77. package/shared/aria/delegates-aria.d.ts +42 -1
  78. package/shared/aria/host-semantics.d.ts +42 -1
  79. package/shared/definition15.cjs +5 -1
  80. package/shared/definition15.js +5 -1
  81. package/shared/definition17.cjs +61 -78
  82. package/shared/definition17.js +61 -78
  83. package/shared/definition26.cjs +37 -2
  84. package/shared/definition26.js +37 -2
  85. package/shared/definition30.cjs +8 -4
  86. package/shared/definition30.js +8 -4
  87. package/shared/definition31.cjs +6 -6
  88. package/shared/definition31.js +6 -6
  89. package/shared/definition42.cjs +0 -4
  90. package/shared/definition42.js +0 -4
  91. package/shared/definition47.cjs +0 -8
  92. package/shared/definition47.js +1 -9
  93. package/shared/definition54.cjs +1 -1
  94. package/shared/definition54.js +1 -1
  95. package/shared/definition62.cjs +1 -1
  96. package/shared/definition62.js +1 -1
  97. package/shared/definition63.cjs +1 -2
  98. package/shared/definition63.js +1 -2
  99. package/shared/delegates-aria.cjs +4 -25
  100. package/shared/delegates-aria.js +4 -25
  101. package/shared/divider.cjs +8 -3
  102. package/shared/divider.js +8 -3
  103. package/shared/feedback/feedback-message.d.ts +42 -1
  104. package/shared/feedback/mixins.d.ts +84 -2
  105. package/shared/foundation/button/button.d.ts +84 -2
  106. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  107. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  108. package/shared/listbox.cjs +1 -1
  109. package/shared/listbox.js +1 -1
  110. package/shared/option.cjs +15 -2
  111. package/shared/option.js +16 -3
  112. package/shared/patterns/affix.d.ts +84 -2
  113. package/shared/patterns/anchored.d.ts +84 -2
  114. package/shared/patterns/char-count/char-count.d.ts +42 -1
  115. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  116. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  117. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  118. package/shared/patterns/linkable.d.ts +42 -1
  119. package/shared/patterns/localized.d.ts +42 -1
  120. package/shared/patterns/trapped-focus.d.ts +42 -1
  121. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  122. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  123. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  124. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  125. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  126. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  127. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  128. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  129. package/shared/picker-field/picker-field.d.ts +252 -6
  130. package/shared/vivid-element.cjs +56 -5
  131. package/shared/vivid-element.js +56 -5
  132. package/vivid.api.json +2 -93
@@ -6411,10 +6411,6 @@
6411
6411
  "description": "The indeterminate state of the control.",
6412
6412
  "privacy": "public"
6413
6413
  },
6414
- {
6415
- "kind": "method",
6416
- "name": "ariaCheckedChanged"
6417
- },
6418
6414
  {
6419
6415
  "kind": "field",
6420
6416
  "name": "_vividAriaBehaviour",
@@ -8233,12 +8229,6 @@
8233
8229
  "name": "updateCellStyle",
8234
8230
  "privacy": "private"
8235
8231
  },
8236
- {
8237
- "kind": "method",
8238
- "name": "calculateAriaSelectedValue",
8239
- "privacy": "private",
8240
- "description": ""
8241
- },
8242
8232
  {
8243
8233
  "kind": "field",
8244
8234
  "name": "selected",
@@ -8282,6 +8272,18 @@
8282
8272
  "kind": "method",
8283
8273
  "name": "#getColumnDataKey"
8284
8274
  },
8275
+ {
8276
+ "kind": "field",
8277
+ "name": "_vividAriaBehaviour",
8278
+ "default": "'host'",
8279
+ "type": {
8280
+ "text": "'host'"
8281
+ },
8282
+ "inheritedFrom": {
8283
+ "name": "HostSemantics",
8284
+ "module": "src/shared/aria/host-semantics.ts"
8285
+ }
8286
+ },
8285
8287
  {
8286
8288
  "kind": "field",
8287
8289
  "name": "VIVID_VERSION",
@@ -8359,24 +8361,6 @@
8359
8361
  "description": "Reflects selected state of the row",
8360
8362
  "fieldName": "selected"
8361
8363
  },
8362
- {
8363
- "name": "aria-selected",
8364
- "type": {
8365
- "text": "string | null"
8366
- },
8367
- "default": "null",
8368
- "description": "Indicates the selected status.",
8369
- "fieldName": "ariaSelected"
8370
- },
8371
- {
8372
- "name": "aria-sort",
8373
- "type": {
8374
- "text": "string | null"
8375
- },
8376
- "default": "null",
8377
- "description": "Indicates the sort status.",
8378
- "fieldName": "ariaSort"
8379
- },
8380
8364
  {
8381
8365
  "name": "sort-direction",
8382
8366
  "type": {
@@ -8390,6 +8374,10 @@
8390
8374
  {
8391
8375
  "name": "Localized",
8392
8376
  "module": "/src/shared/patterns"
8377
+ },
8378
+ {
8379
+ "name": "HostSemantics",
8380
+ "module": "/src/shared/aria/host-semantics"
8393
8381
  }
8394
8382
  ],
8395
8383
  "superclass": {
@@ -8663,6 +8651,18 @@
8663
8651
  "description": "Reflects selected state of the row",
8664
8652
  "privacy": "public"
8665
8653
  },
8654
+ {
8655
+ "kind": "field",
8656
+ "name": "_vividAriaBehaviour",
8657
+ "default": "'host'",
8658
+ "type": {
8659
+ "text": "'host'"
8660
+ },
8661
+ "inheritedFrom": {
8662
+ "name": "HostSemantics",
8663
+ "module": "src/shared/aria/host-semantics.ts"
8664
+ }
8665
+ },
8666
8666
  {
8667
8667
  "kind": "field",
8668
8668
  "name": "VIVID_VERSION",
@@ -8724,15 +8724,6 @@
8724
8724
  "description": "The type of row",
8725
8725
  "fieldName": "rowType"
8726
8726
  },
8727
- {
8728
- "name": "aria-selected",
8729
- "type": {
8730
- "text": "string | null"
8731
- },
8732
- "default": "null",
8733
- "description": "Indicates the selected status.",
8734
- "fieldName": "ariaSelected"
8735
- },
8736
8727
  {
8737
8728
  "name": "selected",
8738
8729
  "type": {
@@ -8743,6 +8734,12 @@
8743
8734
  "fieldName": "selected"
8744
8735
  }
8745
8736
  ],
8737
+ "mixins": [
8738
+ {
8739
+ "name": "HostSemantics",
8740
+ "module": "/src/shared/aria/host-semantics"
8741
+ }
8742
+ ],
8746
8743
  "superclass": {
8747
8744
  "name": "VividElement",
8748
8745
  "module": "/src/shared/foundation/vivid-element/vivid-element"
@@ -12996,14 +12993,6 @@
12996
12993
  }
12997
12994
  ],
12998
12995
  "attributes": [
12999
- {
13000
- "name": "role",
13001
- "type": {
13002
- "text": "DividerRole"
13003
- },
13004
- "description": "The role of the element. This property will be removed",
13005
- "fieldName": "role"
13006
- },
13007
12996
  {
13008
12997
  "name": "orientation",
13009
12998
  "type": {
@@ -14715,6 +14704,25 @@
14715
14704
  "kind": "method",
14716
14705
  "name": "#addRemoveButtonToFilesPreview"
14717
14706
  },
14707
+ {
14708
+ "kind": "method",
14709
+ "name": "#setupDragEventHandlers",
14710
+ "return": {
14711
+ "type": {
14712
+ "text": "void"
14713
+ }
14714
+ },
14715
+ "parameters": [
14716
+ {
14717
+ "name": "control",
14718
+ "type": {
14719
+ "text": "HTMLDivElement"
14720
+ }
14721
+ }
14722
+ ],
14723
+ "description": "Sets up drag event handlers for enhanced visual feedback",
14724
+ "privacy": "private"
14725
+ },
14718
14726
  {
14719
14727
  "kind": "method",
14720
14728
  "name": "#chooseFile",
@@ -16875,14 +16883,6 @@
16875
16883
  "description": "The expanded state of the element.",
16876
16884
  "fieldName": "expanded"
16877
16885
  },
16878
- {
16879
- "name": "role",
16880
- "type": {
16881
- "text": "MenuItemRole"
16882
- },
16883
- "description": "The role of the element.",
16884
- "fieldName": "role"
16885
- },
16886
16886
  {
16887
16887
  "name": "control-type",
16888
16888
  "type": {
@@ -19550,6 +19550,14 @@
19550
19550
  }
19551
19551
  ],
19552
19552
  "attributes": [
19553
+ {
19554
+ "name": "checked",
19555
+ "type": {
19556
+ "text": "boolean | undefined"
19557
+ },
19558
+ "description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
19559
+ "fieldName": "checked"
19560
+ },
19553
19561
  {
19554
19562
  "name": "selected",
19555
19563
  "type": {
@@ -21125,14 +21133,6 @@
21125
21133
  }
21126
21134
  ],
21127
21135
  "members": [
21128
- {
21129
- "kind": "field",
21130
- "name": "ariaLabel",
21131
- "type": {
21132
- "text": "string | null"
21133
- },
21134
- "default": "null"
21135
- },
21136
21136
  {
21137
21137
  "kind": "field",
21138
21138
  "name": "connotation",
@@ -21532,14 +21532,6 @@
21532
21532
  }
21533
21533
  ],
21534
21534
  "attributes": [
21535
- {
21536
- "name": "aria-label",
21537
- "type": {
21538
- "text": "string | null"
21539
- },
21540
- "default": "null",
21541
- "fieldName": "ariaLabel"
21542
- },
21543
21535
  {
21544
21536
  "name": "connotation",
21545
21537
  "type": {
@@ -25717,16 +25709,6 @@
25717
25709
  "description": "Controls the checked state of the box",
25718
25710
  "privacy": "public"
25719
25711
  },
25720
- {
25721
- "kind": "field",
25722
- "name": "clickable",
25723
- "type": {
25724
- "text": "boolean"
25725
- },
25726
- "default": "false",
25727
- "privacy": "public",
25728
- "description": ""
25729
- },
25730
25712
  {
25731
25713
  "kind": "field",
25732
25714
  "name": "clickableBox",
@@ -25834,14 +25816,6 @@
25834
25816
  "description": "Controls the checked state of the box",
25835
25817
  "fieldName": "checked"
25836
25818
  },
25837
- {
25838
- "name": "clickable",
25839
- "type": {
25840
- "text": "boolean"
25841
- },
25842
- "default": "false",
25843
- "fieldName": "clickable"
25844
- },
25845
25819
  {
25846
25820
  "name": "clickable-box",
25847
25821
  "type": {
@@ -33055,9 +33029,7 @@
33055
33029
  "text": "Element"
33056
33030
  }
33057
33031
  }
33058
- ],
33059
- "description": "check if the item is a tree item",
33060
- "privacy": "public"
33032
+ ]
33061
33033
  },
33062
33034
  {
33063
33035
  "kind": "class",
@@ -36291,18 +36263,6 @@
36291
36263
  "static": true,
36292
36264
  "description": "Core component name, without prefix"
36293
36265
  },
36294
- {
36295
- "kind": "field",
36296
- "name": "specialHandling",
36297
- "type": {
36298
- "text": "boolean"
36299
- },
36300
- "default": "false",
36301
- "inheritedFrom": {
36302
- "name": "AriaMixin",
36303
- "module": "src/shared/aria/aria-mixin.ts"
36304
- }
36305
- },
36306
36266
  {
36307
36267
  "kind": "field",
36308
36268
  "name": "_vividAriaBehaviour",
@@ -37349,14 +37309,6 @@
37349
37309
  "description": "Mixin for all components. Declares all ARIA attributes.",
37350
37310
  "name": "AriaMixin",
37351
37311
  "members": [
37352
- {
37353
- "kind": "field",
37354
- "name": "specialHandling",
37355
- "type": {
37356
- "text": "boolean"
37357
- },
37358
- "default": "false"
37359
- },
37360
37312
  {
37361
37313
  "kind": "field",
37362
37314
  "name": "_vividAriaBehaviour",
@@ -37403,6 +37355,60 @@
37403
37355
  }
37404
37356
  ]
37405
37357
  },
37358
+ {
37359
+ "kind": "javascript-module",
37360
+ "path": "src/shared/aria/attribute-removal.ts",
37361
+ "declarations": [
37362
+ {
37363
+ "kind": "function",
37364
+ "name": "handleAriaPropertyChange",
37365
+ "parameters": [
37366
+ {
37367
+ "name": "element",
37368
+ "type": {
37369
+ "text": "AriaMixinElement"
37370
+ }
37371
+ },
37372
+ {
37373
+ "name": "ariaProperty",
37374
+ "type": {
37375
+ "text": "AriaPropertyName"
37376
+ }
37377
+ }
37378
+ ]
37379
+ },
37380
+ {
37381
+ "kind": "function",
37382
+ "name": "handleElementConnectedCallback",
37383
+ "parameters": [
37384
+ {
37385
+ "name": "element",
37386
+ "type": {
37387
+ "text": "AriaMixinElement"
37388
+ }
37389
+ }
37390
+ ]
37391
+ }
37392
+ ],
37393
+ "exports": [
37394
+ {
37395
+ "kind": "js",
37396
+ "name": "handleAriaPropertyChange",
37397
+ "declaration": {
37398
+ "name": "handleAriaPropertyChange",
37399
+ "module": "src/shared/aria/attribute-removal.ts"
37400
+ }
37401
+ },
37402
+ {
37403
+ "kind": "js",
37404
+ "name": "handleElementConnectedCallback",
37405
+ "declaration": {
37406
+ "name": "handleElementConnectedCallback",
37407
+ "module": "src/shared/aria/attribute-removal.ts"
37408
+ }
37409
+ }
37410
+ ]
37411
+ },
37406
37412
  {
37407
37413
  "kind": "javascript-module",
37408
37414
  "path": "src/shared/aria/delegate-aria-behavior.ts",
@@ -37430,15 +37436,6 @@
37430
37436
  "privacy": "private",
37431
37437
  "readonly": true
37432
37438
  },
37433
- {
37434
- "kind": "field",
37435
- "name": "isMitigationDisabled",
37436
- "type": {
37437
- "text": "boolean"
37438
- },
37439
- "privacy": "private",
37440
- "readonly": true
37441
- },
37442
37439
  {
37443
37440
  "kind": "field",
37444
37441
  "name": "source",
@@ -37578,20 +37575,6 @@
37578
37575
  }
37579
37576
  }
37580
37577
  ]
37581
- },
37582
- {
37583
- "kind": "method",
37584
- "name": "mitigateAccessibilityIssues",
37585
- "privacy": "private",
37586
- "parameters": [
37587
- {
37588
- "name": "source",
37589
- "type": {
37590
- "text": "AriaMixinElement"
37591
- }
37592
- }
37593
- ],
37594
- "description": "Sets role to presentation unless there are properties present that prohibit it.\nUsing role=\"presentation\" will cause non-global states or properties to be ignored.\nSee: https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none"
37595
37578
  }
37596
37579
  ]
37597
37580
  }
@@ -37892,18 +37875,6 @@
37892
37875
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
37893
37876
  }
37894
37877
  },
37895
- {
37896
- "kind": "field",
37897
- "name": "specialHandling",
37898
- "type": {
37899
- "text": "boolean"
37900
- },
37901
- "default": "false",
37902
- "inheritedFrom": {
37903
- "name": "VividElement",
37904
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
37905
- }
37906
- },
37907
37878
  {
37908
37879
  "kind": "field",
37909
37880
  "name": "_vividAriaBehaviour",
@@ -38454,18 +38425,6 @@
38454
38425
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
38455
38426
  }
38456
38427
  },
38457
- {
38458
- "kind": "field",
38459
- "name": "specialHandling",
38460
- "type": {
38461
- "text": "boolean"
38462
- },
38463
- "default": "false",
38464
- "inheritedFrom": {
38465
- "name": "VividElement",
38466
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
38467
- }
38468
- },
38469
38428
  {
38470
38429
  "kind": "field",
38471
38430
  "name": "_vividAriaBehaviour",
@@ -39324,18 +39283,6 @@
39324
39283
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
39325
39284
  }
39326
39285
  },
39327
- {
39328
- "kind": "field",
39329
- "name": "specialHandling",
39330
- "type": {
39331
- "text": "boolean"
39332
- },
39333
- "default": "false",
39334
- "inheritedFrom": {
39335
- "name": "VividElement",
39336
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
39337
- }
39338
- },
39339
39286
  {
39340
39287
  "kind": "field",
39341
39288
  "name": "_vividAriaBehaviour",
@@ -9,7 +9,6 @@ declare const AccordionItem_base: {
9
9
  icon?: string | undefined;
10
10
  iconSlottedContent?: HTMLElement[] | undefined;
11
11
  connectedCallback(): void;
12
- specialHandling: boolean;
13
12
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
14
13
  readonly $fastController: import("@microsoft/fast-element").Controller;
15
14
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -335,6 +334,48 @@ declare const AccordionItem_base: {
335
334
  ariaDescription: string | null;
336
335
  ariaRowIndexText: string | null;
337
336
  ariaRelevant: string | null;
337
+ roleChanged(prev: string | null, next: string | null): void;
338
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
339
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
340
+ ariaBusyChanged(prev: string | null, next: string | null): void;
341
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
342
+ ariaColCountChanged(prev: string | null, next: string | null): void;
343
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
344
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
345
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
346
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
347
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
348
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
349
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
350
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
351
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
352
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
353
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
354
+ ariaLabelChanged(prev: string | null, next: string | null): void;
355
+ ariaLevelChanged(prev: string | null, next: string | null): void;
356
+ ariaLiveChanged(prev: string | null, next: string | null): void;
357
+ ariaModalChanged(prev: string | null, next: string | null): void;
358
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
359
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
360
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
361
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
362
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
363
+ ariaPressedChanged(prev: string | null, next: string | null): void;
364
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
365
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
366
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
367
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
368
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
369
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
370
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
371
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
372
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
373
+ ariaSortChanged(prev: string | null, next: string | null): void;
374
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
375
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
376
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
377
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
378
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
338
379
  "__#1@#handleReplacedProp"(replacedProp: {
339
380
  newPropertyName: string;
340
381
  deprecatedPropertyName: string;
@@ -7,7 +7,6 @@ declare const ActionGroup_base: {
7
7
  new (...args: any[]): {
8
8
  _vividAriaBehaviour: "delegate";
9
9
  connectedCallback(): void;
10
- specialHandling: boolean;
11
10
  readonly $fastController: import("@microsoft/fast-element").Controller;
12
11
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
13
12
  disconnectedCallback(): void;
@@ -332,6 +331,48 @@ declare const ActionGroup_base: {
332
331
  ariaDescription: string | null;
333
332
  ariaRowIndexText: string | null;
334
333
  ariaRelevant: string | null;
334
+ roleChanged(prev: string | null, next: string | null): void;
335
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
336
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
337
+ ariaBusyChanged(prev: string | null, next: string | null): void;
338
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
339
+ ariaColCountChanged(prev: string | null, next: string | null): void;
340
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
341
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
342
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
343
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
344
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
345
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
346
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
347
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
348
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
349
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
350
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
351
+ ariaLabelChanged(prev: string | null, next: string | null): void;
352
+ ariaLevelChanged(prev: string | null, next: string | null): void;
353
+ ariaLiveChanged(prev: string | null, next: string | null): void;
354
+ ariaModalChanged(prev: string | null, next: string | null): void;
355
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
356
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
357
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
358
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
359
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
360
+ ariaPressedChanged(prev: string | null, next: string | null): void;
361
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
362
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
363
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
364
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
365
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
366
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
367
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
368
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
369
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
370
+ ariaSortChanged(prev: string | null, next: string | null): void;
371
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
372
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
373
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
374
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
375
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
335
376
  "__#1@#handleReplacedProp"(replacedProp: {
336
377
  newPropertyName: string;
337
378
  deprecatedPropertyName: string;
@@ -16,7 +16,6 @@ declare const Alert_base: {
16
16
  icon?: string | undefined;
17
17
  iconSlottedContent?: HTMLElement[] | undefined;
18
18
  connectedCallback(): void;
19
- specialHandling: boolean;
20
19
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
21
20
  readonly $fastController: import("@microsoft/fast-element").Controller;
22
21
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -342,6 +341,48 @@ declare const Alert_base: {
342
341
  ariaDescription: string | null;
343
342
  ariaRowIndexText: string | null;
344
343
  ariaRelevant: string | null;
344
+ roleChanged(prev: string | null, next: string | null): void;
345
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
346
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
347
+ ariaBusyChanged(prev: string | null, next: string | null): void;
348
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
349
+ ariaColCountChanged(prev: string | null, next: string | null): void;
350
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
351
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
352
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
353
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
354
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
355
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
356
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
357
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
358
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
359
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
360
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
361
+ ariaLabelChanged(prev: string | null, next: string | null): void;
362
+ ariaLevelChanged(prev: string | null, next: string | null): void;
363
+ ariaLiveChanged(prev: string | null, next: string | null): void;
364
+ ariaModalChanged(prev: string | null, next: string | null): void;
365
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
366
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
367
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
368
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
369
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
370
+ ariaPressedChanged(prev: string | null, next: string | null): void;
371
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
372
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
373
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
374
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
375
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
376
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
377
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
378
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
379
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
380
+ ariaSortChanged(prev: string | null, next: string | null): void;
381
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
382
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
383
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
384
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
385
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
345
386
  "__#1@#handleReplacedProp"(replacedProp: {
346
387
  newPropertyName: string;
347
388
  deprecatedPropertyName: string;
@@ -353,7 +394,6 @@ declare const Alert_base: {
353
394
  new (...args: any[]): {
354
395
  readonly locale: import("../../shared/localization/Locale").Locale;
355
396
  connectedCallback(): void;
356
- specialHandling: boolean;
357
397
  _vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
358
398
  readonly $fastController: import("@microsoft/fast-element").Controller;
359
399
  $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
@@ -679,6 +719,48 @@ declare const Alert_base: {
679
719
  ariaDescription: string | null;
680
720
  ariaRowIndexText: string | null;
681
721
  ariaRelevant: string | null;
722
+ roleChanged(prev: string | null, next: string | null): void;
723
+ ariaAtomicChanged(prev: string | null, next: string | null): void;
724
+ ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
725
+ ariaBusyChanged(prev: string | null, next: string | null): void;
726
+ ariaCheckedChanged(prev: string | null, next: string | null): void;
727
+ ariaColCountChanged(prev: string | null, next: string | null): void;
728
+ ariaColIndexChanged(prev: string | null, next: string | null): void;
729
+ ariaColIndexTextChanged(prev: string | null, next: string | null): void;
730
+ ariaColSpanChanged(prev: string | null, next: string | null): void;
731
+ ariaCurrentChanged(prev: string | null, next: string | null): void;
732
+ ariaDescriptionChanged(prev: string | null, next: string | null): void;
733
+ ariaDisabledChanged(prev: string | null, next: string | null): void;
734
+ ariaExpandedChanged(prev: string | null, next: string | null): void;
735
+ ariaHasPopupChanged(prev: string | null, next: string | null): void;
736
+ ariaHiddenChanged(prev: string | null, next: string | null): void;
737
+ ariaInvalidChanged(prev: string | null, next: string | null): void;
738
+ ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
739
+ ariaLabelChanged(prev: string | null, next: string | null): void;
740
+ ariaLevelChanged(prev: string | null, next: string | null): void;
741
+ ariaLiveChanged(prev: string | null, next: string | null): void;
742
+ ariaModalChanged(prev: string | null, next: string | null): void;
743
+ ariaMultiLineChanged(prev: string | null, next: string | null): void;
744
+ ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
745
+ ariaOrientationChanged(prev: string | null, next: string | null): void;
746
+ ariaPlaceholderChanged(prev: string | null, next: string | null): void;
747
+ ariaPosInSetChanged(prev: string | null, next: string | null): void;
748
+ ariaPressedChanged(prev: string | null, next: string | null): void;
749
+ ariaReadOnlyChanged(prev: string | null, next: string | null): void;
750
+ ariaRequiredChanged(prev: string | null, next: string | null): void;
751
+ ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
752
+ ariaRowCountChanged(prev: string | null, next: string | null): void;
753
+ ariaRowIndexChanged(prev: string | null, next: string | null): void;
754
+ ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
755
+ ariaRowSpanChanged(prev: string | null, next: string | null): void;
756
+ ariaSelectedChanged(prev: string | null, next: string | null): void;
757
+ ariaSetSizeChanged(prev: string | null, next: string | null): void;
758
+ ariaSortChanged(prev: string | null, next: string | null): void;
759
+ ariaValueMaxChanged(prev: string | null, next: string | null): void;
760
+ ariaValueMinChanged(prev: string | null, next: string | null): void;
761
+ ariaValueNowChanged(prev: string | null, next: string | null): void;
762
+ ariaValueTextChanged(prev: string | null, next: string | null): void;
763
+ ariaRelevantChanged(prev: string | null, next: string | null): void;
682
764
  "__#1@#handleReplacedProp"(replacedProp: {
683
765
  newPropertyName: string;
684
766
  deprecatedPropertyName: string;