@vonage/vivid 4.30.1 → 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 (141) hide show
  1. package/custom-elements.json +129 -172
  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/locale.d.ts +3 -0
  59. package/lib/toggletip/toggletip.d.ts +430 -11
  60. package/lib/tooltip/tooltip.d.ts +42 -1
  61. package/lib/tree-item/tree-item.d.ts +84 -2
  62. package/lib/tree-view/tree-view.d.ts +42 -1
  63. package/lib/video-player/video-player.d.ts +42 -1
  64. package/locales/de-DE.cjs +8 -1
  65. package/locales/de-DE.js +8 -1
  66. package/locales/en-GB.cjs +8 -1
  67. package/locales/en-GB.js +8 -1
  68. package/locales/en-US.cjs +8 -1
  69. package/locales/en-US.js +8 -1
  70. package/locales/ja-JP.cjs +8 -1
  71. package/locales/ja-JP.js +8 -1
  72. package/locales/zh-CN.cjs +8 -1
  73. package/locales/zh-CN.js +8 -1
  74. package/package.json +1 -1
  75. package/shared/anchored.js +1 -1
  76. package/shared/aria/aria-mixin.d.ts +43 -2
  77. package/shared/aria/attribute-removal.d.ts +3 -0
  78. package/shared/aria/delegate-aria-behavior.d.ts +0 -3
  79. package/shared/aria/delegates-aria.d.ts +42 -1
  80. package/shared/aria/host-semantics.d.ts +42 -1
  81. package/shared/definition13.cjs +1 -1
  82. package/shared/definition13.js +1 -1
  83. package/shared/definition15.cjs +6 -2
  84. package/shared/definition15.js +6 -2
  85. package/shared/definition17.cjs +61 -78
  86. package/shared/definition17.js +61 -78
  87. package/shared/definition26.cjs +37 -2
  88. package/shared/definition26.js +37 -2
  89. package/shared/definition30.cjs +8 -4
  90. package/shared/definition30.js +8 -4
  91. package/shared/definition31.cjs +7 -7
  92. package/shared/definition31.js +7 -7
  93. package/shared/definition42.cjs +0 -4
  94. package/shared/definition42.js +0 -4
  95. package/shared/definition47.cjs +0 -8
  96. package/shared/definition47.js +1 -9
  97. package/shared/definition5.cjs +1 -1
  98. package/shared/definition5.js +1 -1
  99. package/shared/definition54.cjs +1 -1
  100. package/shared/definition54.js +1 -1
  101. package/shared/definition60.cjs +7 -6
  102. package/shared/definition60.js +7 -6
  103. package/shared/definition62.cjs +1 -1
  104. package/shared/definition62.js +1 -1
  105. package/shared/definition63.cjs +1 -2
  106. package/shared/definition63.js +1 -2
  107. package/shared/delegates-aria.cjs +4 -25
  108. package/shared/delegates-aria.js +4 -25
  109. package/shared/divider.cjs +8 -3
  110. package/shared/divider.js +8 -3
  111. package/shared/feedback/feedback-message.d.ts +42 -1
  112. package/shared/feedback/mixins.d.ts +84 -2
  113. package/shared/foundation/button/button.d.ts +84 -2
  114. package/shared/foundation/form-associated/form-associated.d.ts +84 -2
  115. package/shared/foundation/vivid-element/vivid-element.d.ts +43 -2
  116. package/shared/listbox.cjs +1 -1
  117. package/shared/listbox.js +1 -1
  118. package/shared/localization/Locale.d.ts +2 -0
  119. package/shared/option.cjs +15 -2
  120. package/shared/option.js +16 -3
  121. package/shared/patterns/affix.d.ts +84 -2
  122. package/shared/patterns/anchored.d.ts +84 -2
  123. package/shared/patterns/char-count/char-count.d.ts +42 -1
  124. package/shared/patterns/form-elements/form-element.d.ts +84 -2
  125. package/shared/patterns/form-elements/with-error-text.d.ts +126 -3
  126. package/shared/patterns/form-elements/with-success-text.d.ts +42 -1
  127. package/shared/patterns/linkable.d.ts +42 -1
  128. package/shared/patterns/localized.d.ts +42 -1
  129. package/shared/patterns/trapped-focus.d.ts +42 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +84 -2
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +84 -2
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +42 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +168 -4
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +252 -6
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +84 -2
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +168 -4
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +168 -4
  138. package/shared/picker-field/picker-field.d.ts +252 -6
  139. package/shared/vivid-element.cjs +56 -5
  140. package/shared/vivid-element.js +56 -5
  141. 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": {
@@ -32401,6 +32375,12 @@
32401
32375
  }
32402
32376
  ]
32403
32377
  },
32378
+ {
32379
+ "kind": "javascript-module",
32380
+ "path": "src/lib/toggletip/locale.ts",
32381
+ "declarations": [],
32382
+ "exports": []
32383
+ },
32404
32384
  {
32405
32385
  "kind": "javascript-module",
32406
32386
  "path": "src/lib/toggletip/toggletip.ts",
@@ -32426,12 +32406,12 @@
32426
32406
  "members": [
32427
32407
  {
32428
32408
  "kind": "field",
32429
- "name": "#ANCHOR_ARIA_LABEL_SUFFIX",
32409
+ "name": "#originalAriaLabel",
32430
32410
  "privacy": "private",
32431
32411
  "type": {
32432
- "text": "string"
32412
+ "text": "string | null"
32433
32413
  },
32434
- "default": "' ; Show more information'"
32414
+ "default": "null"
32435
32415
  },
32436
32416
  {
32437
32417
  "kind": "field",
@@ -32680,6 +32660,10 @@
32680
32660
  }
32681
32661
  ],
32682
32662
  "mixins": [
32663
+ {
32664
+ "name": "Localized",
32665
+ "module": "/src/shared/patterns"
32666
+ },
32683
32667
  {
32684
32668
  "name": "Anchored",
32685
32669
  "module": "/src/shared/patterns/anchored"
@@ -33045,9 +33029,7 @@
33045
33029
  "text": "Element"
33046
33030
  }
33047
33031
  }
33048
- ],
33049
- "description": "check if the item is a tree item",
33050
- "privacy": "public"
33032
+ ]
33051
33033
  },
33052
33034
  {
33053
33035
  "kind": "class",
@@ -36281,18 +36263,6 @@
36281
36263
  "static": true,
36282
36264
  "description": "Core component name, without prefix"
36283
36265
  },
36284
- {
36285
- "kind": "field",
36286
- "name": "specialHandling",
36287
- "type": {
36288
- "text": "boolean"
36289
- },
36290
- "default": "false",
36291
- "inheritedFrom": {
36292
- "name": "AriaMixin",
36293
- "module": "src/shared/aria/aria-mixin.ts"
36294
- }
36295
- },
36296
36266
  {
36297
36267
  "kind": "field",
36298
36268
  "name": "_vividAriaBehaviour",
@@ -37339,14 +37309,6 @@
37339
37309
  "description": "Mixin for all components. Declares all ARIA attributes.",
37340
37310
  "name": "AriaMixin",
37341
37311
  "members": [
37342
- {
37343
- "kind": "field",
37344
- "name": "specialHandling",
37345
- "type": {
37346
- "text": "boolean"
37347
- },
37348
- "default": "false"
37349
- },
37350
37312
  {
37351
37313
  "kind": "field",
37352
37314
  "name": "_vividAriaBehaviour",
@@ -37393,6 +37355,60 @@
37393
37355
  }
37394
37356
  ]
37395
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
+ },
37396
37412
  {
37397
37413
  "kind": "javascript-module",
37398
37414
  "path": "src/shared/aria/delegate-aria-behavior.ts",
@@ -37420,15 +37436,6 @@
37420
37436
  "privacy": "private",
37421
37437
  "readonly": true
37422
37438
  },
37423
- {
37424
- "kind": "field",
37425
- "name": "isMitigationDisabled",
37426
- "type": {
37427
- "text": "boolean"
37428
- },
37429
- "privacy": "private",
37430
- "readonly": true
37431
- },
37432
37439
  {
37433
37440
  "kind": "field",
37434
37441
  "name": "source",
@@ -37568,20 +37575,6 @@
37568
37575
  }
37569
37576
  }
37570
37577
  ]
37571
- },
37572
- {
37573
- "kind": "method",
37574
- "name": "mitigateAccessibilityIssues",
37575
- "privacy": "private",
37576
- "parameters": [
37577
- {
37578
- "name": "source",
37579
- "type": {
37580
- "text": "AriaMixinElement"
37581
- }
37582
- }
37583
- ],
37584
- "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"
37585
37578
  }
37586
37579
  ]
37587
37580
  }
@@ -37882,18 +37875,6 @@
37882
37875
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
37883
37876
  }
37884
37877
  },
37885
- {
37886
- "kind": "field",
37887
- "name": "specialHandling",
37888
- "type": {
37889
- "text": "boolean"
37890
- },
37891
- "default": "false",
37892
- "inheritedFrom": {
37893
- "name": "VividElement",
37894
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
37895
- }
37896
- },
37897
37878
  {
37898
37879
  "kind": "field",
37899
37880
  "name": "_vividAriaBehaviour",
@@ -38444,18 +38425,6 @@
38444
38425
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
38445
38426
  }
38446
38427
  },
38447
- {
38448
- "kind": "field",
38449
- "name": "specialHandling",
38450
- "type": {
38451
- "text": "boolean"
38452
- },
38453
- "default": "false",
38454
- "inheritedFrom": {
38455
- "name": "VividElement",
38456
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
38457
- }
38458
- },
38459
38428
  {
38460
38429
  "kind": "field",
38461
38430
  "name": "_vividAriaBehaviour",
@@ -39314,18 +39283,6 @@
39314
39283
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
39315
39284
  }
39316
39285
  },
39317
- {
39318
- "kind": "field",
39319
- "name": "specialHandling",
39320
- "type": {
39321
- "text": "boolean"
39322
- },
39323
- "default": "false",
39324
- "inheritedFrom": {
39325
- "name": "VividElement",
39326
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
39327
- }
39328
- },
39329
39286
  {
39330
39287
  "kind": "field",
39331
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;