@m3e/web 2.5.5 → 2.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +1 -1
  2. package/dist/all.js +287 -221
  3. package/dist/all.js.map +1 -1
  4. package/dist/all.min.js +31 -31
  5. package/dist/all.min.js.map +1 -1
  6. package/dist/autocomplete.js +3 -3
  7. package/dist/autocomplete.js.map +1 -1
  8. package/dist/autocomplete.min.js.map +1 -1
  9. package/dist/bottom-sheet.js +5 -5
  10. package/dist/bottom-sheet.js.map +1 -1
  11. package/dist/bottom-sheet.min.js.map +1 -1
  12. package/dist/breadcrumb.js +1 -1
  13. package/dist/breadcrumb.js.map +1 -1
  14. package/dist/breadcrumb.min.js.map +1 -1
  15. package/dist/button.js +7 -8
  16. package/dist/button.js.map +1 -1
  17. package/dist/button.min.js +1 -1
  18. package/dist/button.min.js.map +1 -1
  19. package/dist/calendar.js +1 -1
  20. package/dist/calendar.js.map +1 -1
  21. package/dist/calendar.min.js.map +1 -1
  22. package/dist/card.js +1 -1
  23. package/dist/card.js.map +1 -1
  24. package/dist/card.min.js.map +1 -1
  25. package/dist/checkbox.js +10 -9
  26. package/dist/checkbox.js.map +1 -1
  27. package/dist/checkbox.min.js +1 -1
  28. package/dist/checkbox.min.js.map +1 -1
  29. package/dist/chips.js +17 -16
  30. package/dist/chips.js.map +1 -1
  31. package/dist/chips.min.js +1 -1
  32. package/dist/chips.min.js.map +1 -1
  33. package/dist/core.js +5 -5
  34. package/dist/core.js.map +1 -1
  35. package/dist/core.min.js.map +1 -1
  36. package/dist/css-custom-data.json +120 -120
  37. package/dist/custom-elements.json +765 -534
  38. package/dist/datepicker.js +26 -2
  39. package/dist/datepicker.js.map +1 -1
  40. package/dist/datepicker.min.js +1 -1
  41. package/dist/datepicker.min.js.map +1 -1
  42. package/dist/dialog.js +5 -5
  43. package/dist/dialog.js.map +1 -1
  44. package/dist/dialog.min.js.map +1 -1
  45. package/dist/drawer-container.js +1 -1
  46. package/dist/drawer-container.js.map +1 -1
  47. package/dist/drawer-container.min.js.map +1 -1
  48. package/dist/expansion-panel.js +5 -5
  49. package/dist/expansion-panel.js.map +1 -1
  50. package/dist/expansion-panel.min.js.map +1 -1
  51. package/dist/fab-menu.js +1 -1
  52. package/dist/fab-menu.js.map +1 -1
  53. package/dist/fab-menu.min.js.map +1 -1
  54. package/dist/fab.js +1 -1
  55. package/dist/fab.js.map +1 -1
  56. package/dist/fab.min.js.map +1 -1
  57. package/dist/html-custom-data.json +83 -78
  58. package/dist/icon-button.js +7 -8
  59. package/dist/icon-button.js.map +1 -1
  60. package/dist/icon-button.min.js +1 -1
  61. package/dist/icon-button.min.js.map +1 -1
  62. package/dist/list.js +17 -16
  63. package/dist/list.js.map +1 -1
  64. package/dist/list.min.js +1 -1
  65. package/dist/list.min.js.map +1 -1
  66. package/dist/menu.js +3 -3
  67. package/dist/menu.js.map +1 -1
  68. package/dist/menu.min.js.map +1 -1
  69. package/dist/nav-bar.js +12 -9
  70. package/dist/nav-bar.js.map +1 -1
  71. package/dist/nav-bar.min.js +1 -1
  72. package/dist/nav-bar.min.js.map +1 -1
  73. package/dist/nav-menu.js +5 -5
  74. package/dist/nav-menu.js.map +1 -1
  75. package/dist/nav-menu.min.js.map +1 -1
  76. package/dist/nav-rail.js +3 -1
  77. package/dist/nav-rail.js.map +1 -1
  78. package/dist/nav-rail.min.js.map +1 -1
  79. package/dist/paginator.js +1 -1
  80. package/dist/paginator.js.map +1 -1
  81. package/dist/paginator.min.js.map +1 -1
  82. package/dist/radio-group.js +12 -9
  83. package/dist/radio-group.js.map +1 -1
  84. package/dist/radio-group.min.js +1 -1
  85. package/dist/radio-group.min.js.map +1 -1
  86. package/dist/segmented-button.js +12 -11
  87. package/dist/segmented-button.js.map +1 -1
  88. package/dist/segmented-button.min.js +1 -1
  89. package/dist/segmented-button.min.js.map +1 -1
  90. package/dist/select.js +9 -9
  91. package/dist/select.js.map +1 -1
  92. package/dist/select.min.js +1 -1
  93. package/dist/select.min.js.map +1 -1
  94. package/dist/slider.js +46 -25
  95. package/dist/slider.js.map +1 -1
  96. package/dist/slider.min.js +1 -1
  97. package/dist/slider.min.js.map +1 -1
  98. package/dist/split-pane.js +17 -19
  99. package/dist/split-pane.js.map +1 -1
  100. package/dist/split-pane.min.js +1 -1
  101. package/dist/split-pane.min.js.map +1 -1
  102. package/dist/src/autocomplete/AutocompleteElement.d.ts +3 -3
  103. package/dist/src/autocomplete/AutocompleteQueryEventDetail.d.ts +1 -1
  104. package/dist/src/autocomplete/QueryEventDetail.d.ts +1 -1
  105. package/dist/src/bottom-sheet/BottomSheetElement.d.ts +5 -5
  106. package/dist/src/breadcrumb/BreadcrumbItemElement.d.ts +1 -1
  107. package/dist/src/button/ButtonElement.d.ts +2 -1
  108. package/dist/src/button/ButtonElement.d.ts.map +1 -1
  109. package/dist/src/calendar/CalendarElement.d.ts +1 -1
  110. package/dist/src/card/CardElement.d.ts +1 -1
  111. package/dist/src/checkbox/CheckboxElement.d.ts +5 -4
  112. package/dist/src/checkbox/CheckboxElement.d.ts.map +1 -1
  113. package/dist/src/chips/AssistChipElement.d.ts +1 -1
  114. package/dist/src/chips/FilterChipElement.d.ts +4 -3
  115. package/dist/src/chips/FilterChipElement.d.ts.map +1 -1
  116. package/dist/src/chips/FilterChipSetElement.d.ts +3 -2
  117. package/dist/src/chips/FilterChipSetElement.d.ts.map +1 -1
  118. package/dist/src/chips/InputChipElement.d.ts +2 -2
  119. package/dist/src/chips/InputChipSetElement.d.ts +1 -1
  120. package/dist/src/chips/SuggestionChipElement.d.ts +1 -1
  121. package/dist/src/core/shared/primitives/CollapsibleElement.d.ts +4 -4
  122. package/dist/src/core/shared/primitives/TextHighlightElement.d.ts +1 -1
  123. package/dist/src/datepicker/DatepickerElement.d.ts +6 -0
  124. package/dist/src/datepicker/DatepickerElement.d.ts.map +1 -1
  125. package/dist/src/dialog/DialogElement.d.ts +5 -5
  126. package/dist/src/drawer-container/DrawerContainerElement.d.ts +1 -1
  127. package/dist/src/expansion-panel/ExpansionHeaderElement.d.ts +1 -1
  128. package/dist/src/expansion-panel/ExpansionPanelElement.d.ts +4 -4
  129. package/dist/src/fab/FabElement.d.ts +1 -1
  130. package/dist/src/fab-menu/FabMenuItemElement.d.ts +1 -1
  131. package/dist/src/icon-button/IconButtonElement.d.ts +2 -1
  132. package/dist/src/icon-button/IconButtonElement.d.ts.map +1 -1
  133. package/dist/src/list/ExpandableListItemElement.d.ts +4 -4
  134. package/dist/src/list/ListActionElement.d.ts +1 -1
  135. package/dist/src/list/ListOptionElement.d.ts +4 -3
  136. package/dist/src/list/ListOptionElement.d.ts.map +1 -1
  137. package/dist/src/list/SelectionListElement.d.ts +3 -2
  138. package/dist/src/list/SelectionListElement.d.ts.map +1 -1
  139. package/dist/src/menu/MenuItemCheckboxElement.d.ts +1 -1
  140. package/dist/src/menu/MenuItemElement.d.ts +1 -1
  141. package/dist/src/menu/MenuItemRadioElement.d.ts +1 -1
  142. package/dist/src/nav-bar/NavBarElement.d.ts +3 -1
  143. package/dist/src/nav-bar/NavBarElement.d.ts.map +1 -1
  144. package/dist/src/nav-bar/NavItemElement.d.ts +4 -3
  145. package/dist/src/nav-bar/NavItemElement.d.ts.map +1 -1
  146. package/dist/src/nav-menu/NavMenuItemElement.d.ts +5 -5
  147. package/dist/src/nav-rail/NavRailElement.d.ts +3 -1
  148. package/dist/src/nav-rail/NavRailElement.d.ts.map +1 -1
  149. package/dist/src/paginator/PageEventDetail.d.ts +1 -1
  150. package/dist/src/paginator/PaginatorElement.d.ts +1 -1
  151. package/dist/src/paginator/PaginatorPageEventDetail.d.ts +1 -1
  152. package/dist/src/paginator/PaginatorPageEventDetail.d.ts.map +1 -1
  153. package/dist/src/radio-group/RadioElement.d.ts +4 -3
  154. package/dist/src/radio-group/RadioElement.d.ts.map +1 -1
  155. package/dist/src/radio-group/RadioGroupElement.d.ts +3 -1
  156. package/dist/src/radio-group/RadioGroupElement.d.ts.map +1 -1
  157. package/dist/src/search/SearchViewQueryEventDetail.d.ts +1 -1
  158. package/dist/src/segmented-button/ButtonSegmentElement.d.ts +4 -3
  159. package/dist/src/segmented-button/ButtonSegmentElement.d.ts.map +1 -1
  160. package/dist/src/segmented-button/SegmentedButtonElement.d.ts +3 -2
  161. package/dist/src/segmented-button/SegmentedButtonElement.d.ts.map +1 -1
  162. package/dist/src/select/SelectElement.d.ts +3 -2
  163. package/dist/src/select/SelectElement.d.ts.map +1 -1
  164. package/dist/src/slider/SliderElement.d.ts +4 -0
  165. package/dist/src/slider/SliderElement.d.ts.map +1 -1
  166. package/dist/src/slider/SliderThumbElement.d.ts +4 -3
  167. package/dist/src/slider/SliderThumbElement.d.ts.map +1 -1
  168. package/dist/src/split-pane/SplitPaneElement.d.ts +3 -2
  169. package/dist/src/split-pane/SplitPaneElement.d.ts.map +1 -1
  170. package/dist/src/stepper/StepElement.d.ts +4 -3
  171. package/dist/src/stepper/StepElement.d.ts.map +1 -1
  172. package/dist/src/stepper/StepperElement.d.ts +5 -1
  173. package/dist/src/stepper/StepperElement.d.ts.map +1 -1
  174. package/dist/src/switch/SwitchElement.d.ts +4 -3
  175. package/dist/src/switch/SwitchElement.d.ts.map +1 -1
  176. package/dist/src/tabs/TabElement.d.ts +4 -3
  177. package/dist/src/tabs/TabElement.d.ts.map +1 -1
  178. package/dist/src/tabs/TabsElement.d.ts +3 -1
  179. package/dist/src/tabs/TabsElement.d.ts.map +1 -1
  180. package/dist/src/toc/TocItemElement.d.ts +1 -1
  181. package/dist/src/tree/TreeElement.d.ts +1 -1
  182. package/dist/src/tree/TreeItemElement.d.ts +5 -5
  183. package/dist/stepper.js +26 -17
  184. package/dist/stepper.js.map +1 -1
  185. package/dist/stepper.min.js +1 -1
  186. package/dist/stepper.min.js.map +1 -1
  187. package/dist/switch.js +9 -8
  188. package/dist/switch.js.map +1 -1
  189. package/dist/switch.min.js +1 -1
  190. package/dist/switch.min.js.map +1 -1
  191. package/dist/tabs.js +12 -9
  192. package/dist/tabs.js.map +1 -1
  193. package/dist/tabs.min.js +1 -1
  194. package/dist/tabs.min.js.map +1 -1
  195. package/dist/toc.js +1 -1
  196. package/dist/toc.js.map +1 -1
  197. package/dist/toc.min.js.map +1 -1
  198. package/dist/tree.js +6 -6
  199. package/dist/tree.js.map +1 -1
  200. package/dist/tree.min.js.map +1 -1
  201. package/package.json +1 -1
@@ -1085,6 +1085,97 @@
1085
1085
  }
1086
1086
  ]
1087
1087
  },
1088
+ {
1089
+ "kind": "javascript-module",
1090
+ "path": "src/avatar/AvatarElement.ts",
1091
+ "declarations": [
1092
+ {
1093
+ "kind": "class",
1094
+ "description": "An image, icon or textual initials representing a user or other identity.",
1095
+ "name": "M3eAvatarElement",
1096
+ "cssProperties": [
1097
+ {
1098
+ "description": "Size of the avatar.",
1099
+ "name": "--m3e-avatar-size"
1100
+ },
1101
+ {
1102
+ "description": "Border radius of the avatar.",
1103
+ "name": "--m3e-avatar-shape"
1104
+ },
1105
+ {
1106
+ "description": "Font size for the avatar.",
1107
+ "name": "--m3e-avatar-font-size"
1108
+ },
1109
+ {
1110
+ "description": "Font weight for the avatar.",
1111
+ "name": "--m3e-avatar-font-weight"
1112
+ },
1113
+ {
1114
+ "description": "Line height for the avatar.",
1115
+ "name": "--m3e-avatar-line-height"
1116
+ },
1117
+ {
1118
+ "description": "Letter spacing for the avatar.",
1119
+ "name": "--m3e-avatar-tracking"
1120
+ },
1121
+ {
1122
+ "description": "Background color of the avatar.",
1123
+ "name": "--m3e-avatar-color"
1124
+ },
1125
+ {
1126
+ "description": "Text color of the avatar.",
1127
+ "name": "--m3e-avatar-label-color"
1128
+ }
1129
+ ],
1130
+ "slots": [
1131
+ {
1132
+ "description": "Renders the content of the avatar.",
1133
+ "name": ""
1134
+ }
1135
+ ],
1136
+ "members": [],
1137
+ "superclass": {
1138
+ "name": "LitElement",
1139
+ "package": "lit"
1140
+ },
1141
+ "tagName": "m3e-avatar",
1142
+ "customElement": true
1143
+ }
1144
+ ],
1145
+ "exports": [
1146
+ {
1147
+ "kind": "js",
1148
+ "name": "M3eAvatarElement",
1149
+ "declaration": {
1150
+ "name": "M3eAvatarElement",
1151
+ "module": "src/avatar/AvatarElement.ts"
1152
+ }
1153
+ },
1154
+ {
1155
+ "kind": "custom-element-definition",
1156
+ "name": "m3e-avatar",
1157
+ "declaration": {
1158
+ "name": "M3eAvatarElement",
1159
+ "module": "src/avatar/AvatarElement.ts"
1160
+ }
1161
+ }
1162
+ ]
1163
+ },
1164
+ {
1165
+ "kind": "javascript-module",
1166
+ "path": "src/avatar/index.ts",
1167
+ "declarations": [],
1168
+ "exports": [
1169
+ {
1170
+ "kind": "js",
1171
+ "name": "*",
1172
+ "declaration": {
1173
+ "name": "*",
1174
+ "module": "src/avatar/AvatarElement"
1175
+ }
1176
+ }
1177
+ ]
1178
+ },
1088
1179
  {
1089
1180
  "kind": "javascript-module",
1090
1181
  "path": "src/autocomplete/AutocompleteElement.ts",
@@ -1972,21 +2063,21 @@
1972
2063
  "type": {
1973
2064
  "text": "Event"
1974
2065
  },
1975
- "description": "Emitted when the committed value changes due to selecting an option or clearing the input."
2066
+ "description": "Dispatched when the committed value changes due to selecting an option or clearing the input."
1976
2067
  },
1977
2068
  {
1978
2069
  "name": "query",
1979
2070
  "type": {
1980
2071
  "text": "CustomEvent"
1981
2072
  },
1982
- "description": "Emitted when the input is focused or when the user modifies its value."
2073
+ "description": "Dispatched when the input is focused or when the user modifies its value."
1983
2074
  },
1984
2075
  {
1985
2076
  "name": "toggle",
1986
2077
  "type": {
1987
2078
  "text": "ToggleEvent"
1988
2079
  },
1989
- "description": "Emitted when the options menu opens or closes."
2080
+ "description": "Dispatched when the options menu opens or closes."
1990
2081
  }
1991
2082
  ],
1992
2083
  "attributes": [
@@ -3396,14 +3487,14 @@
3396
3487
  "type": {
3397
3488
  "text": "Event"
3398
3489
  },
3399
- "description": "Emitted when the sheet begins to open."
3490
+ "description": "Dispatched when the sheet begins to open."
3400
3491
  },
3401
3492
  {
3402
3493
  "name": "closing",
3403
3494
  "type": {
3404
3495
  "text": "Event"
3405
3496
  },
3406
- "description": "Emitted when the sheet begins to close."
3497
+ "description": "Dispatched when the sheet begins to close."
3407
3498
  },
3408
3499
  {
3409
3500
  "type": {
@@ -3415,14 +3506,14 @@
3415
3506
  "type": {
3416
3507
  "text": "Event"
3417
3508
  },
3418
- "description": "Emitted when the sheet is cancelled."
3509
+ "description": "Dispatched when the sheet is cancelled."
3419
3510
  },
3420
3511
  {
3421
- "description": "Emitted when the sheet has opened.",
3512
+ "description": "Dispatched when the sheet has opened.",
3422
3513
  "name": "opened"
3423
3514
  },
3424
3515
  {
3425
- "description": "Emitted when the sheet has closed.",
3516
+ "description": "Dispatched when the sheet has closed.",
3426
3517
  "name": "closed"
3427
3518
  }
3428
3519
  ],
@@ -3802,97 +3893,6 @@
3802
3893
  }
3803
3894
  ]
3804
3895
  },
3805
- {
3806
- "kind": "javascript-module",
3807
- "path": "src/avatar/AvatarElement.ts",
3808
- "declarations": [
3809
- {
3810
- "kind": "class",
3811
- "description": "An image, icon or textual initials representing a user or other identity.",
3812
- "name": "M3eAvatarElement",
3813
- "cssProperties": [
3814
- {
3815
- "description": "Size of the avatar.",
3816
- "name": "--m3e-avatar-size"
3817
- },
3818
- {
3819
- "description": "Border radius of the avatar.",
3820
- "name": "--m3e-avatar-shape"
3821
- },
3822
- {
3823
- "description": "Font size for the avatar.",
3824
- "name": "--m3e-avatar-font-size"
3825
- },
3826
- {
3827
- "description": "Font weight for the avatar.",
3828
- "name": "--m3e-avatar-font-weight"
3829
- },
3830
- {
3831
- "description": "Line height for the avatar.",
3832
- "name": "--m3e-avatar-line-height"
3833
- },
3834
- {
3835
- "description": "Letter spacing for the avatar.",
3836
- "name": "--m3e-avatar-tracking"
3837
- },
3838
- {
3839
- "description": "Background color of the avatar.",
3840
- "name": "--m3e-avatar-color"
3841
- },
3842
- {
3843
- "description": "Text color of the avatar.",
3844
- "name": "--m3e-avatar-label-color"
3845
- }
3846
- ],
3847
- "slots": [
3848
- {
3849
- "description": "Renders the content of the avatar.",
3850
- "name": ""
3851
- }
3852
- ],
3853
- "members": [],
3854
- "superclass": {
3855
- "name": "LitElement",
3856
- "package": "lit"
3857
- },
3858
- "tagName": "m3e-avatar",
3859
- "customElement": true
3860
- }
3861
- ],
3862
- "exports": [
3863
- {
3864
- "kind": "js",
3865
- "name": "M3eAvatarElement",
3866
- "declaration": {
3867
- "name": "M3eAvatarElement",
3868
- "module": "src/avatar/AvatarElement.ts"
3869
- }
3870
- },
3871
- {
3872
- "kind": "custom-element-definition",
3873
- "name": "m3e-avatar",
3874
- "declaration": {
3875
- "name": "M3eAvatarElement",
3876
- "module": "src/avatar/AvatarElement.ts"
3877
- }
3878
- }
3879
- ]
3880
- },
3881
- {
3882
- "kind": "javascript-module",
3883
- "path": "src/avatar/index.ts",
3884
- "declarations": [],
3885
- "exports": [
3886
- {
3887
- "kind": "js",
3888
- "name": "*",
3889
- "declaration": {
3890
- "name": "*",
3891
- "module": "src/avatar/AvatarElement"
3892
- }
3893
- }
3894
- ]
3895
- },
3896
3896
  {
3897
3897
  "kind": "javascript-module",
3898
3898
  "path": "src/breadcrumb/BreadcrumbElement.ts",
@@ -4940,7 +4940,7 @@
4940
4940
  "type": {
4941
4941
  "text": "MouseEvent"
4942
4942
  },
4943
- "description": "Emitted when the element is clicked.",
4943
+ "description": "Dispatched when the element is clicked.",
4944
4944
  "inheritedFrom": {
4945
4945
  "name": "LinkButton",
4946
4946
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -5106,6 +5106,278 @@
5106
5106
  "declarations": [],
5107
5107
  "exports": []
5108
5108
  },
5109
+ {
5110
+ "kind": "javascript-module",
5111
+ "path": "src/button-group/ButtonGroupElement.ts",
5112
+ "declarations": [
5113
+ {
5114
+ "kind": "class",
5115
+ "description": "Organizes buttons and adds interactions between them.",
5116
+ "name": "M3eButtonGroupElement",
5117
+ "cssProperties": [
5118
+ {
5119
+ "description": "Spacing between buttons in standard variant, extra-small size.",
5120
+ "name": "--m3e-standard-button-group-extra-small-spacing"
5121
+ },
5122
+ {
5123
+ "description": "Spacing between buttons in standard variant, small size.",
5124
+ "name": "--m3e-standard-button-group-small-spacing"
5125
+ },
5126
+ {
5127
+ "description": "Spacing between buttons in standard variant, medium size.",
5128
+ "name": "--m3e-standard-button-group-medium-spacing"
5129
+ },
5130
+ {
5131
+ "description": "Spacing between buttons in standard variant, large size.",
5132
+ "name": "--m3e-standard-button-group-large-spacing"
5133
+ },
5134
+ {
5135
+ "description": "Spacing between buttons in standard variant, extra-large size.",
5136
+ "name": "--m3e-standard-button-group-extra-large-spacing"
5137
+ },
5138
+ {
5139
+ "description": "Spacing between buttons in connected variant.",
5140
+ "name": "--m3e-connected-button-group-spacing"
5141
+ },
5142
+ {
5143
+ "description": "Corner shape for connected variant, extra-small size.",
5144
+ "name": "--m3e-connected-button-group-extra-small-inner-shape"
5145
+ },
5146
+ {
5147
+ "description": "Pressed corner shape for connected variant, extra-small size.",
5148
+ "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
5149
+ },
5150
+ {
5151
+ "description": "Corner shape for connected variant, small size.",
5152
+ "name": "--m3e-connected-button-group-small-inner-shape"
5153
+ },
5154
+ {
5155
+ "description": "Pressed corner shape for connected variant, small size.",
5156
+ "name": "--m3e-connected-button-group-small-inner-pressed-shape"
5157
+ },
5158
+ {
5159
+ "description": "Corner shape for connected variant, medium size.",
5160
+ "name": "--m3e-connected-button-group-medium-inner-shape"
5161
+ },
5162
+ {
5163
+ "description": "Pressed corner shape for connected variant, medium size.",
5164
+ "name": "--m3e-connected-button-group-medium-inner-pressed-shape"
5165
+ },
5166
+ {
5167
+ "description": "Corner shape for connected variant, large size.",
5168
+ "name": "--m3e-connected-button-group-large-inner-shape"
5169
+ },
5170
+ {
5171
+ "description": "Pressed corner shape for connected variant, large size.",
5172
+ "name": "--m3e-connected-button-group-large-inner-pressed-shape"
5173
+ },
5174
+ {
5175
+ "description": "Corner shape for connected variant, extra-large size.",
5176
+ "name": "--m3e-connected-button-group-extra-large-inner-shape"
5177
+ },
5178
+ {
5179
+ "description": "Pressed corner shape for connected variant, extra-large size.",
5180
+ "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
5181
+ }
5182
+ ],
5183
+ "slots": [
5184
+ {
5185
+ "description": "Renders the buttons of the group.",
5186
+ "name": ""
5187
+ }
5188
+ ],
5189
+ "members": [
5190
+ {
5191
+ "kind": "field",
5192
+ "name": "#pressedController",
5193
+ "privacy": "private",
5194
+ "readonly": true,
5195
+ "default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
5196
+ },
5197
+ {
5198
+ "kind": "field",
5199
+ "name": "_base",
5200
+ "type": {
5201
+ "text": "HTMLElement | undefined"
5202
+ },
5203
+ "privacy": "private",
5204
+ "readonly": true
5205
+ },
5206
+ {
5207
+ "kind": "field",
5208
+ "name": "variant",
5209
+ "type": {
5210
+ "text": "ButtonGroupVariant"
5211
+ },
5212
+ "default": "\"standard\"",
5213
+ "description": "The appearance variant of the group.",
5214
+ "attribute": "variant",
5215
+ "reflects": true
5216
+ },
5217
+ {
5218
+ "kind": "field",
5219
+ "name": "size",
5220
+ "type": {
5221
+ "text": "ButtonGroupSize"
5222
+ },
5223
+ "default": "\"small\"",
5224
+ "description": "The size of the group.",
5225
+ "attribute": "size",
5226
+ "reflects": true
5227
+ },
5228
+ {
5229
+ "kind": "field",
5230
+ "name": "multi",
5231
+ "type": {
5232
+ "text": "boolean"
5233
+ },
5234
+ "default": "false",
5235
+ "description": "Whether multiple toggle buttons can be selected.",
5236
+ "attribute": "multi"
5237
+ },
5238
+ {
5239
+ "kind": "field",
5240
+ "name": "buttons",
5241
+ "type": {
5242
+ "text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
5243
+ },
5244
+ "readonly": true,
5245
+ "description": "The buttons contained by the group."
5246
+ },
5247
+ {
5248
+ "kind": "method",
5249
+ "name": "#updateButtons",
5250
+ "privacy": "private",
5251
+ "return": {
5252
+ "type": {
5253
+ "text": "void"
5254
+ }
5255
+ }
5256
+ },
5257
+ {
5258
+ "kind": "method",
5259
+ "name": "#handleChange",
5260
+ "privacy": "private",
5261
+ "return": {
5262
+ "type": {
5263
+ "text": "void"
5264
+ }
5265
+ },
5266
+ "parameters": [
5267
+ {
5268
+ "name": "e",
5269
+ "type": {
5270
+ "text": "Event"
5271
+ }
5272
+ }
5273
+ ]
5274
+ }
5275
+ ],
5276
+ "attributes": [
5277
+ {
5278
+ "description": "Whether multiple toggle buttons can be selected.",
5279
+ "name": "multi",
5280
+ "type": {
5281
+ "text": "boolean"
5282
+ },
5283
+ "default": "false",
5284
+ "fieldName": "multi"
5285
+ },
5286
+ {
5287
+ "description": "The size of the group.",
5288
+ "name": "size",
5289
+ "type": {
5290
+ "text": "ButtonGroupSize"
5291
+ },
5292
+ "default": "\"small\"",
5293
+ "fieldName": "size"
5294
+ },
5295
+ {
5296
+ "description": "The appearance variant of the group.",
5297
+ "name": "variant",
5298
+ "type": {
5299
+ "text": "ButtonGroupVariant"
5300
+ },
5301
+ "default": "\"standard\"",
5302
+ "fieldName": "variant"
5303
+ }
5304
+ ],
5305
+ "mixins": [
5306
+ {
5307
+ "name": "Role",
5308
+ "package": "@m3e/web/core"
5309
+ }
5310
+ ],
5311
+ "superclass": {
5312
+ "name": "LitElement",
5313
+ "package": "lit"
5314
+ },
5315
+ "tagName": "m3e-button-group",
5316
+ "customElement": true
5317
+ }
5318
+ ],
5319
+ "exports": [
5320
+ {
5321
+ "kind": "js",
5322
+ "name": "M3eButtonGroupElement",
5323
+ "declaration": {
5324
+ "name": "M3eButtonGroupElement",
5325
+ "module": "src/button-group/ButtonGroupElement.ts"
5326
+ }
5327
+ },
5328
+ {
5329
+ "kind": "custom-element-definition",
5330
+ "name": "m3e-button-group",
5331
+ "declaration": {
5332
+ "name": "M3eButtonGroupElement",
5333
+ "module": "src/button-group/ButtonGroupElement.ts"
5334
+ }
5335
+ }
5336
+ ]
5337
+ },
5338
+ {
5339
+ "kind": "javascript-module",
5340
+ "path": "src/button-group/ButtonGroupSize.ts",
5341
+ "declarations": [],
5342
+ "exports": []
5343
+ },
5344
+ {
5345
+ "kind": "javascript-module",
5346
+ "path": "src/button-group/ButtonGroupVariant.ts",
5347
+ "declarations": [],
5348
+ "exports": []
5349
+ },
5350
+ {
5351
+ "kind": "javascript-module",
5352
+ "path": "src/button-group/index.ts",
5353
+ "declarations": [],
5354
+ "exports": [
5355
+ {
5356
+ "kind": "js",
5357
+ "name": "*",
5358
+ "declaration": {
5359
+ "name": "*",
5360
+ "module": "src/button-group/ButtonGroupElement"
5361
+ }
5362
+ },
5363
+ {
5364
+ "kind": "js",
5365
+ "name": "*",
5366
+ "declaration": {
5367
+ "name": "*",
5368
+ "module": "src/button-group/ButtonGroupSize"
5369
+ }
5370
+ },
5371
+ {
5372
+ "kind": "js",
5373
+ "name": "*",
5374
+ "declaration": {
5375
+ "name": "*",
5376
+ "module": "src/button-group/ButtonGroupVariant"
5377
+ }
5378
+ }
5379
+ ]
5380
+ },
5109
5381
  {
5110
5382
  "kind": "javascript-module",
5111
5383
  "path": "src/button/ButtonElement.ts",
@@ -7214,6 +7486,13 @@
7214
7486
  }
7215
7487
  ],
7216
7488
  "events": [
7489
+ {
7490
+ "name": "beforeinput",
7491
+ "type": {
7492
+ "text": "Event"
7493
+ },
7494
+ "description": "Dispatched before a toggle button's selected state changes."
7495
+ },
7217
7496
  {
7218
7497
  "name": "input",
7219
7498
  "type": {
@@ -7233,7 +7512,7 @@
7233
7512
  "type": {
7234
7513
  "text": "MouseEvent"
7235
7514
  },
7236
- "description": "Emitted when the element is clicked.",
7515
+ "description": "Dispatched when the element is clicked.",
7237
7516
  "inheritedFrom": {
7238
7517
  "name": "LinkButton",
7239
7518
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -7514,278 +7793,6 @@
7514
7793
  }
7515
7794
  ]
7516
7795
  },
7517
- {
7518
- "kind": "javascript-module",
7519
- "path": "src/button-group/ButtonGroupElement.ts",
7520
- "declarations": [
7521
- {
7522
- "kind": "class",
7523
- "description": "Organizes buttons and adds interactions between them.",
7524
- "name": "M3eButtonGroupElement",
7525
- "cssProperties": [
7526
- {
7527
- "description": "Spacing between buttons in standard variant, extra-small size.",
7528
- "name": "--m3e-standard-button-group-extra-small-spacing"
7529
- },
7530
- {
7531
- "description": "Spacing between buttons in standard variant, small size.",
7532
- "name": "--m3e-standard-button-group-small-spacing"
7533
- },
7534
- {
7535
- "description": "Spacing between buttons in standard variant, medium size.",
7536
- "name": "--m3e-standard-button-group-medium-spacing"
7537
- },
7538
- {
7539
- "description": "Spacing between buttons in standard variant, large size.",
7540
- "name": "--m3e-standard-button-group-large-spacing"
7541
- },
7542
- {
7543
- "description": "Spacing between buttons in standard variant, extra-large size.",
7544
- "name": "--m3e-standard-button-group-extra-large-spacing"
7545
- },
7546
- {
7547
- "description": "Spacing between buttons in connected variant.",
7548
- "name": "--m3e-connected-button-group-spacing"
7549
- },
7550
- {
7551
- "description": "Corner shape for connected variant, extra-small size.",
7552
- "name": "--m3e-connected-button-group-extra-small-inner-shape"
7553
- },
7554
- {
7555
- "description": "Pressed corner shape for connected variant, extra-small size.",
7556
- "name": "--m3e-connected-button-group-extra-small-inner-pressed-shape"
7557
- },
7558
- {
7559
- "description": "Corner shape for connected variant, small size.",
7560
- "name": "--m3e-connected-button-group-small-inner-shape"
7561
- },
7562
- {
7563
- "description": "Pressed corner shape for connected variant, small size.",
7564
- "name": "--m3e-connected-button-group-small-inner-pressed-shape"
7565
- },
7566
- {
7567
- "description": "Corner shape for connected variant, medium size.",
7568
- "name": "--m3e-connected-button-group-medium-inner-shape"
7569
- },
7570
- {
7571
- "description": "Pressed corner shape for connected variant, medium size.",
7572
- "name": "--m3e-connected-button-group-medium-inner-pressed-shape"
7573
- },
7574
- {
7575
- "description": "Corner shape for connected variant, large size.",
7576
- "name": "--m3e-connected-button-group-large-inner-shape"
7577
- },
7578
- {
7579
- "description": "Pressed corner shape for connected variant, large size.",
7580
- "name": "--m3e-connected-button-group-large-inner-pressed-shape"
7581
- },
7582
- {
7583
- "description": "Corner shape for connected variant, extra-large size.",
7584
- "name": "--m3e-connected-button-group-extra-large-inner-shape"
7585
- },
7586
- {
7587
- "description": "Pressed corner shape for connected variant, extra-large size.",
7588
- "name": "--m3e-connected-button-group-extra-large-inner-pressed-shape"
7589
- }
7590
- ],
7591
- "slots": [
7592
- {
7593
- "description": "Renders the buttons of the group.",
7594
- "name": ""
7595
- }
7596
- ],
7597
- "members": [
7598
- {
7599
- "kind": "field",
7600
- "name": "#pressedController",
7601
- "privacy": "private",
7602
- "readonly": true,
7603
- "default": "new PressedController(this, { target: null, capture: true, minPressedDuration: 150, isPressedKey: (key) => key === \" \", callback: (pressed) => { if (!this._base) return; if (!pressed || this.variant === \"connected\") { this._base.style.removeProperty(\"--_button-group-width\"); this._base.classList.remove(\"pressed\"); } else { this._base.classList.add(\"pressed\"); this._base.style.setProperty(\"--_button-group-width\", `${this._base.getBoundingClientRect().width}px`); } }, })"
7604
- },
7605
- {
7606
- "kind": "field",
7607
- "name": "_base",
7608
- "type": {
7609
- "text": "HTMLElement | undefined"
7610
- },
7611
- "privacy": "private",
7612
- "readonly": true
7613
- },
7614
- {
7615
- "kind": "field",
7616
- "name": "variant",
7617
- "type": {
7618
- "text": "ButtonGroupVariant"
7619
- },
7620
- "default": "\"standard\"",
7621
- "description": "The appearance variant of the group.",
7622
- "attribute": "variant",
7623
- "reflects": true
7624
- },
7625
- {
7626
- "kind": "field",
7627
- "name": "size",
7628
- "type": {
7629
- "text": "ButtonGroupSize"
7630
- },
7631
- "default": "\"small\"",
7632
- "description": "The size of the group.",
7633
- "attribute": "size",
7634
- "reflects": true
7635
- },
7636
- {
7637
- "kind": "field",
7638
- "name": "multi",
7639
- "type": {
7640
- "text": "boolean"
7641
- },
7642
- "default": "false",
7643
- "description": "Whether multiple toggle buttons can be selected.",
7644
- "attribute": "multi"
7645
- },
7646
- {
7647
- "kind": "field",
7648
- "name": "buttons",
7649
- "type": {
7650
- "text": "ReadonlyArray<M3eButtonElement | M3eIconButtonElement>"
7651
- },
7652
- "readonly": true,
7653
- "description": "The buttons contained by the group."
7654
- },
7655
- {
7656
- "kind": "method",
7657
- "name": "#updateButtons",
7658
- "privacy": "private",
7659
- "return": {
7660
- "type": {
7661
- "text": "void"
7662
- }
7663
- }
7664
- },
7665
- {
7666
- "kind": "method",
7667
- "name": "#handleChange",
7668
- "privacy": "private",
7669
- "return": {
7670
- "type": {
7671
- "text": "void"
7672
- }
7673
- },
7674
- "parameters": [
7675
- {
7676
- "name": "e",
7677
- "type": {
7678
- "text": "Event"
7679
- }
7680
- }
7681
- ]
7682
- }
7683
- ],
7684
- "attributes": [
7685
- {
7686
- "description": "Whether multiple toggle buttons can be selected.",
7687
- "name": "multi",
7688
- "type": {
7689
- "text": "boolean"
7690
- },
7691
- "default": "false",
7692
- "fieldName": "multi"
7693
- },
7694
- {
7695
- "description": "The size of the group.",
7696
- "name": "size",
7697
- "type": {
7698
- "text": "ButtonGroupSize"
7699
- },
7700
- "default": "\"small\"",
7701
- "fieldName": "size"
7702
- },
7703
- {
7704
- "description": "The appearance variant of the group.",
7705
- "name": "variant",
7706
- "type": {
7707
- "text": "ButtonGroupVariant"
7708
- },
7709
- "default": "\"standard\"",
7710
- "fieldName": "variant"
7711
- }
7712
- ],
7713
- "mixins": [
7714
- {
7715
- "name": "Role",
7716
- "package": "@m3e/web/core"
7717
- }
7718
- ],
7719
- "superclass": {
7720
- "name": "LitElement",
7721
- "package": "lit"
7722
- },
7723
- "tagName": "m3e-button-group",
7724
- "customElement": true
7725
- }
7726
- ],
7727
- "exports": [
7728
- {
7729
- "kind": "js",
7730
- "name": "M3eButtonGroupElement",
7731
- "declaration": {
7732
- "name": "M3eButtonGroupElement",
7733
- "module": "src/button-group/ButtonGroupElement.ts"
7734
- }
7735
- },
7736
- {
7737
- "kind": "custom-element-definition",
7738
- "name": "m3e-button-group",
7739
- "declaration": {
7740
- "name": "M3eButtonGroupElement",
7741
- "module": "src/button-group/ButtonGroupElement.ts"
7742
- }
7743
- }
7744
- ]
7745
- },
7746
- {
7747
- "kind": "javascript-module",
7748
- "path": "src/button-group/ButtonGroupSize.ts",
7749
- "declarations": [],
7750
- "exports": []
7751
- },
7752
- {
7753
- "kind": "javascript-module",
7754
- "path": "src/button-group/ButtonGroupVariant.ts",
7755
- "declarations": [],
7756
- "exports": []
7757
- },
7758
- {
7759
- "kind": "javascript-module",
7760
- "path": "src/button-group/index.ts",
7761
- "declarations": [],
7762
- "exports": [
7763
- {
7764
- "kind": "js",
7765
- "name": "*",
7766
- "declaration": {
7767
- "name": "*",
7768
- "module": "src/button-group/ButtonGroupElement"
7769
- }
7770
- },
7771
- {
7772
- "kind": "js",
7773
- "name": "*",
7774
- "declaration": {
7775
- "name": "*",
7776
- "module": "src/button-group/ButtonGroupSize"
7777
- }
7778
- },
7779
- {
7780
- "kind": "js",
7781
- "name": "*",
7782
- "declaration": {
7783
- "name": "*",
7784
- "module": "src/button-group/ButtonGroupVariant"
7785
- }
7786
- }
7787
- ]
7788
- },
7789
7796
  {
7790
7797
  "kind": "javascript-module",
7791
7798
  "path": "src/calendar/CalendarElement.ts",
@@ -8371,7 +8378,7 @@
8371
8378
  "type": {
8372
8379
  "text": "Event"
8373
8380
  },
8374
- "description": "Emitted when the selected date changes."
8381
+ "description": "Dispatched when the selected date changes."
8375
8382
  }
8376
8383
  ],
8377
8384
  "attributes": [
@@ -10376,7 +10383,7 @@
10376
10383
  "type": {
10377
10384
  "text": "MouseEvent"
10378
10385
  },
10379
- "description": "Emitted when the element is clicked.",
10386
+ "description": "Dispatched when the element is clicked.",
10380
10387
  "inheritedFrom": {
10381
10388
  "name": "LinkButton",
10382
10389
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -11417,22 +11424,29 @@
11417
11424
  }
11418
11425
  ],
11419
11426
  "events": [
11427
+ {
11428
+ "name": "beforeinput",
11429
+ "type": {
11430
+ "text": "Event"
11431
+ },
11432
+ "description": "Dispatched before the checked state changes."
11433
+ },
11420
11434
  {
11421
11435
  "name": "input",
11422
11436
  "type": {
11423
11437
  "text": "Event"
11424
11438
  },
11425
- "description": "Emitted when the checked state changes."
11439
+ "description": "Dispatched when the checked state changes."
11426
11440
  },
11427
11441
  {
11428
11442
  "name": "change",
11429
11443
  "type": {
11430
11444
  "text": "Event"
11431
11445
  },
11432
- "description": "Emitted when the checked state changes."
11446
+ "description": "Dispatched when the checked state changes."
11433
11447
  },
11434
11448
  {
11435
- "description": "Emitted when a form is submitted and the element fails constraint validation.",
11449
+ "description": "Dispatched when a form is submitted and the element fails constraint validation.",
11436
11450
  "name": "invalid"
11437
11451
  },
11438
11452
  {
@@ -11440,7 +11454,7 @@
11440
11454
  "type": {
11441
11455
  "text": "MouseEvent"
11442
11456
  },
11443
- "description": "Emitted when the element is clicked.",
11457
+ "description": "Dispatched when the element is clicked.",
11444
11458
  "inheritedFrom": {
11445
11459
  "name": "KeyboardClick",
11446
11460
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -12370,7 +12384,7 @@
12370
12384
  "type": {
12371
12385
  "text": "MouseEvent"
12372
12386
  },
12373
- "description": "Emitted when the element is clicked.",
12387
+ "description": "Dispatched when the element is clicked.",
12374
12388
  "inheritedFrom": {
12375
12389
  "name": "KeyboardClick",
12376
12390
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -13686,26 +13700,33 @@
13686
13700
  }
13687
13701
  ],
13688
13702
  "events": [
13703
+ {
13704
+ "name": "beforeinput",
13705
+ "type": {
13706
+ "text": "Event"
13707
+ },
13708
+ "description": "Dispatched before the selected state changes."
13709
+ },
13689
13710
  {
13690
13711
  "name": "input",
13691
13712
  "type": {
13692
13713
  "text": "Event"
13693
13714
  },
13694
- "description": "Emitted when the selected state changes."
13715
+ "description": "Dispatched when the selected state changes."
13695
13716
  },
13696
13717
  {
13697
13718
  "name": "change",
13698
13719
  "type": {
13699
13720
  "text": "Event"
13700
13721
  },
13701
- "description": "Emitted when the selected state changes."
13722
+ "description": "Dispatched when the selected state changes."
13702
13723
  },
13703
13724
  {
13704
13725
  "name": "click",
13705
13726
  "type": {
13706
13727
  "text": "MouseEvent"
13707
13728
  },
13708
- "description": "Emitted when the element is clicked.",
13729
+ "description": "Dispatched when the element is clicked.",
13709
13730
  "inheritedFrom": {
13710
13731
  "name": "KeyboardClick",
13711
13732
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -14264,10 +14285,14 @@
14264
14285
  "type": {
14265
14286
  "text": "Event"
14266
14287
  },
14267
- "description": "Emitted when the selected state of a chip changes."
14288
+ "description": "Dispatched when the selected state of a chip changes."
14268
14289
  },
14269
14290
  {
14270
- "description": "Emitted when the selected state of a chip changes.",
14291
+ "description": "Dispatched before the selected state of a chip changes.",
14292
+ "name": "beforeinput"
14293
+ },
14294
+ {
14295
+ "description": "Dispatched when the selected state of a chip changes.",
14271
14296
  "name": "input"
14272
14297
  }
14273
14298
  ],
@@ -15102,10 +15127,10 @@
15102
15127
  "type": {
15103
15128
  "text": "Event"
15104
15129
  },
15105
- "description": "Emitted when the remove button is clicked or DELETE or BACKSPACE key is pressed."
15130
+ "description": "Dispatched when the remove button is clicked or DELETE or BACKSPACE key is pressed."
15106
15131
  },
15107
15132
  {
15108
- "description": "Emitted when the element is clicked.",
15133
+ "description": "Dispatched when the element is clicked.",
15109
15134
  "name": "click"
15110
15135
  }
15111
15136
  ],
@@ -15976,7 +16001,7 @@
15976
16001
  "type": {
15977
16002
  "text": "CustomEvent"
15978
16003
  },
15979
- "description": "Emitted when a chip is added to, or removed from, the set."
16004
+ "description": "Dispatched when a chip is added to, or removed from, the set."
15980
16005
  }
15981
16006
  ],
15982
16007
  "attributes": [
@@ -16849,7 +16874,7 @@
16849
16874
  "type": {
16850
16875
  "text": "MouseEvent"
16851
16876
  },
16852
- "description": "Emitted when the element is clicked.",
16877
+ "description": "Dispatched when the element is clicked.",
16853
16878
  "inheritedFrom": {
16854
16879
  "name": "KeyboardClick",
16855
16880
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -17434,6 +17459,16 @@
17434
17459
  "description": "The maximum date that can be selected.",
17435
17460
  "attribute": "max-date"
17436
17461
  },
17462
+ {
17463
+ "kind": "field",
17464
+ "name": "range",
17465
+ "type": {
17466
+ "text": "boolean"
17467
+ },
17468
+ "default": "false",
17469
+ "description": "Whether a range of dates can be selected.",
17470
+ "attribute": "range"
17471
+ },
17437
17472
  {
17438
17473
  "kind": "field",
17439
17474
  "name": "rangeStart",
@@ -17932,6 +17967,15 @@
17932
17967
  "default": "null",
17933
17968
  "fieldName": "minDate"
17934
17969
  },
17970
+ {
17971
+ "description": "Whether a range of dates can be selected.",
17972
+ "name": "range",
17973
+ "type": {
17974
+ "text": "boolean"
17975
+ },
17976
+ "default": "false",
17977
+ "fieldName": "range"
17978
+ },
17935
17979
  {
17936
17980
  "description": "End of a date range.",
17937
17981
  "name": "range-end",
@@ -18816,35 +18860,35 @@
18816
18860
  "type": {
18817
18861
  "text": "Event"
18818
18862
  },
18819
- "description": "Emitted when the dialog begins to open."
18863
+ "description": "Dispatched when the dialog begins to open."
18820
18864
  },
18821
18865
  {
18822
18866
  "name": "opened",
18823
18867
  "type": {
18824
18868
  "text": "Event"
18825
18869
  },
18826
- "description": "Emitted when the dialog has opened."
18870
+ "description": "Dispatched when the dialog has opened."
18827
18871
  },
18828
18872
  {
18829
18873
  "name": "closing",
18830
18874
  "type": {
18831
18875
  "text": "Event"
18832
18876
  },
18833
- "description": "Emitted when the dialog begins to close."
18877
+ "description": "Dispatched when the dialog begins to close."
18834
18878
  },
18835
18879
  {
18836
18880
  "name": "closed",
18837
18881
  "type": {
18838
18882
  "text": "Event"
18839
18883
  },
18840
- "description": "Emitted when the dialog has closed."
18884
+ "description": "Dispatched when the dialog has closed."
18841
18885
  },
18842
18886
  {
18843
18887
  "name": "cancel",
18844
18888
  "type": {
18845
18889
  "text": "Event"
18846
18890
  },
18847
- "description": "Emitted when the dialog is cancelled."
18891
+ "description": "Dispatched when the dialog is cancelled."
18848
18892
  }
18849
18893
  ],
18850
18894
  "attributes": [
@@ -19659,7 +19703,7 @@
19659
19703
  "type": {
19660
19704
  "text": "Event"
19661
19705
  },
19662
- "description": "Emitted when the state of the start or end drawers change."
19706
+ "description": "Dispatched when the state of the start or end drawers change."
19663
19707
  }
19664
19708
  ],
19665
19709
  "attributes": [
@@ -20421,7 +20465,7 @@
20421
20465
  "type": {
20422
20466
  "text": "MouseEvent"
20423
20467
  },
20424
- "description": "Emitted when the element is clicked.",
20468
+ "description": "Dispatched when the element is clicked.",
20425
20469
  "inheritedFrom": {
20426
20470
  "name": "KeyboardClick",
20427
20471
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -20926,19 +20970,19 @@
20926
20970
  }
20927
20971
  },
20928
20972
  {
20929
- "description": "Emitted when the expansion panel begins to open.",
20973
+ "description": "Dispatched when the expansion panel begins to open.",
20930
20974
  "name": "opening"
20931
20975
  },
20932
20976
  {
20933
- "description": "Emitted when the expansion panel has opened.",
20977
+ "description": "Dispatched when the expansion panel has opened.",
20934
20978
  "name": "opened"
20935
20979
  },
20936
20980
  {
20937
- "description": "Emitted when the expansion panel begins to close.",
20981
+ "description": "Dispatched when the expansion panel begins to close.",
20938
20982
  "name": "closing"
20939
20983
  },
20940
20984
  {
20941
- "description": "Emitted when the expansion panel has closed.",
20985
+ "description": "Dispatched when the expansion panel has closed.",
20942
20986
  "name": "closed"
20943
20987
  }
20944
20988
  ],
@@ -22721,7 +22765,7 @@
22721
22765
  "type": {
22722
22766
  "text": "MouseEvent"
22723
22767
  },
22724
- "description": "Emitted when the element is clicked.",
22768
+ "description": "Dispatched when the element is clicked.",
22725
22769
  "inheritedFrom": {
22726
22770
  "name": "LinkButton",
22727
22771
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -23761,7 +23805,7 @@
23761
23805
  "type": {
23762
23806
  "text": "MouseEvent"
23763
23807
  },
23764
- "description": "Emitted when the element is clicked.",
23808
+ "description": "Dispatched when the element is clicked.",
23765
23809
  "inheritedFrom": {
23766
23810
  "name": "LinkButton",
23767
23811
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -27421,6 +27465,13 @@
27421
27465
  }
27422
27466
  ],
27423
27467
  "events": [
27468
+ {
27469
+ "name": "beforeinput",
27470
+ "type": {
27471
+ "text": "Event"
27472
+ },
27473
+ "description": "Dispatched before a toggle button's selected state changes."
27474
+ },
27424
27475
  {
27425
27476
  "name": "input",
27426
27477
  "type": {
@@ -27440,7 +27491,7 @@
27440
27491
  "type": {
27441
27492
  "text": "MouseEvent"
27442
27493
  },
27443
- "description": "Emitted when the element is clicked.",
27494
+ "description": "Dispatched when the element is clicked.",
27444
27495
  "inheritedFrom": {
27445
27496
  "name": "LinkButton",
27446
27497
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -28928,19 +28979,19 @@
28928
28979
  }
28929
28980
  },
28930
28981
  {
28931
- "description": "Emitted when the item begins to open.",
28982
+ "description": "Dispatched when the item begins to open.",
28932
28983
  "name": "opening"
28933
28984
  },
28934
28985
  {
28935
- "description": "Emitted when the item has opened.",
28986
+ "description": "Dispatched when the item has opened.",
28936
28987
  "name": "opened"
28937
28988
  },
28938
28989
  {
28939
- "description": "Emitted when the item begins to close.",
28990
+ "description": "Dispatched when the item begins to close.",
28940
28991
  "name": "closing"
28941
28992
  },
28942
28993
  {
28943
- "description": "Emitted when the item has closed.",
28994
+ "description": "Dispatched when the item has closed.",
28944
28995
  "name": "closed"
28945
28996
  }
28946
28997
  ],
@@ -29948,7 +29999,7 @@
29948
29999
  "type": {
29949
30000
  "text": "MouseEvent"
29950
30001
  },
29951
- "description": "Emitted when the element is clicked.",
30002
+ "description": "Dispatched when the element is clicked.",
29952
30003
  "inheritedFrom": {
29953
30004
  "name": "LinkButton",
29954
30005
  "module": "src/core/shared/mixins/LinkButton.ts"
@@ -32632,26 +32683,33 @@
32632
32683
  }
32633
32684
  ],
32634
32685
  "events": [
32686
+ {
32687
+ "name": "beforeinput",
32688
+ "type": {
32689
+ "text": "Event"
32690
+ },
32691
+ "description": "Dispatched before the selected state changes."
32692
+ },
32635
32693
  {
32636
32694
  "name": "input",
32637
32695
  "type": {
32638
32696
  "text": "Event"
32639
32697
  },
32640
- "description": "Emitted when the selected state changes."
32698
+ "description": "Dispatched when the selected state changes."
32641
32699
  },
32642
32700
  {
32643
32701
  "name": "change",
32644
32702
  "type": {
32645
32703
  "text": "Event"
32646
32704
  },
32647
- "description": "Emitted when the selected state changes."
32705
+ "description": "Dispatched when the selected state changes."
32648
32706
  },
32649
32707
  {
32650
32708
  "name": "click",
32651
32709
  "type": {
32652
32710
  "text": "MouseEvent"
32653
32711
  },
32654
- "description": "Emitted when the element is clicked.",
32712
+ "description": "Dispatched when the element is clicked.",
32655
32713
  "inheritedFrom": {
32656
32714
  "name": "KeyboardClick",
32657
32715
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -33341,10 +33399,14 @@
33341
33399
  "type": {
33342
33400
  "text": "Event"
33343
33401
  },
33344
- "description": "Emitted when the selected state of an option changes."
33402
+ "description": "Dispatched when the selected state of an option changes."
33345
33403
  },
33346
33404
  {
33347
- "description": "Emitted when the selected state of an option changes.",
33405
+ "description": "Dispatched before the selected state of an option changes.",
33406
+ "name": "beforeinput"
33407
+ },
33408
+ {
33409
+ "description": "Dispatched when the selected state of an option changes.",
33348
33410
  "name": "input"
33349
33411
  }
33350
33412
  ],
@@ -34591,7 +34653,7 @@
34591
34653
  "type": {
34592
34654
  "text": "MouseEvent"
34593
34655
  },
34594
- "description": "Emitted when the element is clicked.",
34656
+ "description": "Dispatched when the element is clicked.",
34595
34657
  "inheritedFrom": {
34596
34658
  "name": "KeyboardClick",
34597
34659
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -35294,7 +35356,7 @@
35294
35356
  "type": {
35295
35357
  "text": "MouseEvent"
35296
35358
  },
35297
- "description": "Emitted when the element is clicked.",
35359
+ "description": "Dispatched when the element is clicked.",
35298
35360
  "inheritedFrom": {
35299
35361
  "name": "KeyboardClick",
35300
35362
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -36198,7 +36260,7 @@
36198
36260
  "name": "MenuItemElementBase",
36199
36261
  "module": "src/menu/MenuItemElementBase.ts"
36200
36262
  },
36201
- "description": "Emitted when the element is clicked."
36263
+ "description": "Dispatched when the element is clicked."
36202
36264
  }
36203
36265
  ],
36204
36266
  "attributes": [
@@ -36696,7 +36758,15 @@
36696
36758
  "type": {
36697
36759
  "text": "Event"
36698
36760
  },
36699
- "description": "Emitted when the selected state of an item changes."
36761
+ "description": "Dispatched when the selected state of an item changes."
36762
+ },
36763
+ {
36764
+ "description": "Dispatched before the selected state of an item changes.",
36765
+ "name": "beforeinput"
36766
+ },
36767
+ {
36768
+ "description": "Dispatched when the selected state of an item changes.",
36769
+ "name": "input"
36700
36770
  }
36701
36771
  ],
36702
36772
  "attributes": [
@@ -37383,26 +37453,33 @@
37383
37453
  }
37384
37454
  ],
37385
37455
  "events": [
37456
+ {
37457
+ "name": "beforeinput",
37458
+ "type": {
37459
+ "text": "Event"
37460
+ },
37461
+ "description": "Dispatched before the selected state changes."
37462
+ },
37386
37463
  {
37387
37464
  "name": "input",
37388
37465
  "type": {
37389
37466
  "text": "Event"
37390
37467
  },
37391
- "description": "Emitted when the selected state changes."
37468
+ "description": "Dispatched when the selected state changes."
37392
37469
  },
37393
37470
  {
37394
37471
  "name": "change",
37395
37472
  "type": {
37396
37473
  "text": "Event"
37397
37474
  },
37398
- "description": "Emitted when the selected state changes."
37475
+ "description": "Dispatched when the selected state changes."
37399
37476
  },
37400
37477
  {
37401
37478
  "name": "click",
37402
37479
  "type": {
37403
37480
  "text": "MouseEvent"
37404
37481
  },
37405
- "description": "Emitted when the element is clicked.",
37482
+ "description": "Dispatched when the element is clicked.",
37406
37483
  "inheritedFrom": {
37407
37484
  "name": "KeyboardClick",
37408
37485
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -38487,23 +38564,23 @@
38487
38564
  }
38488
38565
  },
38489
38566
  {
38490
- "description": "Emitted when the item begins to open.",
38567
+ "description": "Dispatched when the item begins to open.",
38491
38568
  "name": "opening"
38492
38569
  },
38493
38570
  {
38494
- "description": "Emitted when the item has opened.",
38571
+ "description": "Dispatched when the item has opened.",
38495
38572
  "name": "opened"
38496
38573
  },
38497
38574
  {
38498
- "description": "Emitted when the item begins to close.",
38575
+ "description": "Dispatched when the item begins to close.",
38499
38576
  "name": "closing"
38500
38577
  },
38501
38578
  {
38502
- "description": "Emitted when the item has closed.",
38579
+ "description": "Dispatched when the item has closed.",
38503
38580
  "name": "closed"
38504
38581
  },
38505
38582
  {
38506
- "description": "Emitted when the element is clicked.",
38583
+ "description": "Dispatched when the element is clicked.",
38507
38584
  "name": "click"
38508
38585
  }
38509
38586
  ],
@@ -39056,12 +39133,28 @@
39056
39133
  }
39057
39134
  ],
39058
39135
  "events": [
39136
+ {
39137
+ "description": "Dispatched before the selected state of an item changes.",
39138
+ "name": "beforeinput",
39139
+ "inheritedFrom": {
39140
+ "name": "M3eNavBarElement",
39141
+ "module": "src/nav-bar/NavBarElement.ts"
39142
+ }
39143
+ },
39144
+ {
39145
+ "description": "Dispatched when the selected state of an item changes.",
39146
+ "name": "input",
39147
+ "inheritedFrom": {
39148
+ "name": "M3eNavBarElement",
39149
+ "module": "src/nav-bar/NavBarElement.ts"
39150
+ }
39151
+ },
39059
39152
  {
39060
39153
  "name": "change",
39061
39154
  "type": {
39062
39155
  "text": "Event"
39063
39156
  },
39064
- "description": "Emitted when the selected state of an item changes.",
39157
+ "description": "Dispatched when the selected state of an item changes.",
39065
39158
  "inheritedFrom": {
39066
39159
  "name": "M3eNavBarElement",
39067
39160
  "module": "src/nav-bar/NavBarElement.ts"
@@ -40863,7 +40956,7 @@
40863
40956
  "type": {
40864
40957
  "text": "CustomEvent"
40865
40958
  },
40866
- "description": "Emitted when a user selects a different page size or navigates to another page."
40959
+ "description": "Dispatched when a user selects a different page size or navigates to another page."
40867
40960
  }
40868
40961
  ],
40869
40962
  "attributes": [
@@ -42748,26 +42841,33 @@
42748
42841
  }
42749
42842
  ],
42750
42843
  "events": [
42844
+ {
42845
+ "name": "beforeinput",
42846
+ "type": {
42847
+ "text": "Event"
42848
+ },
42849
+ "description": "Dispatched before the checked state changes."
42850
+ },
42751
42851
  {
42752
42852
  "name": "input",
42753
42853
  "type": {
42754
42854
  "text": "Event"
42755
42855
  },
42756
- "description": "Emitted when the checked state changes."
42856
+ "description": "Dispatched when the checked state changes."
42757
42857
  },
42758
42858
  {
42759
42859
  "name": "change",
42760
42860
  "type": {
42761
42861
  "text": "Event"
42762
42862
  },
42763
- "description": "Emitted when the checked state changes."
42863
+ "description": "Dispatched when the checked state changes."
42764
42864
  },
42765
42865
  {
42766
42866
  "name": "click",
42767
42867
  "type": {
42768
42868
  "text": "MouseEvent"
42769
42869
  },
42770
- "description": "Emitted when the element is clicked.",
42870
+ "description": "Dispatched when the element is clicked.",
42771
42871
  "inheritedFrom": {
42772
42872
  "name": "KeyboardClick",
42773
42873
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -43427,7 +43527,15 @@
43427
43527
  ],
43428
43528
  "events": [
43429
43529
  {
43430
- "description": "Emitted when the checked state of a radio button changes.",
43530
+ "description": "Dispatched before the checked state of a radio button changes.",
43531
+ "name": "beforeinput"
43532
+ },
43533
+ {
43534
+ "description": "Dispatched when the checked state of a radio button changes.",
43535
+ "name": "input"
43536
+ },
43537
+ {
43538
+ "description": "Dispatched when the checked state of a radio button changes.",
43431
43539
  "name": "change"
43432
43540
  }
43433
43541
  ],
@@ -45083,22 +45191,29 @@
45083
45191
  }
45084
45192
  ],
45085
45193
  "events": [
45194
+ {
45195
+ "name": "beforeinput",
45196
+ "type": {
45197
+ "text": "Event"
45198
+ },
45199
+ "description": "Dispatched before the checked state changes."
45200
+ },
45086
45201
  {
45087
45202
  "name": "input",
45088
45203
  "type": {
45089
45204
  "text": "Event"
45090
45205
  },
45091
- "description": "Emitted when the checked state changes."
45206
+ "description": "Dispatched when the checked state changes."
45092
45207
  },
45093
45208
  {
45094
45209
  "name": "change",
45095
45210
  "type": {
45096
45211
  "text": "Event"
45097
45212
  },
45098
- "description": "Emitted when the checked state changes."
45213
+ "description": "Dispatched when the checked state changes."
45099
45214
  },
45100
45215
  {
45101
- "description": "Emitted when the element is clicked.",
45216
+ "description": "Dispatched when the element is clicked.",
45102
45217
  "name": "click"
45103
45218
  }
45104
45219
  ],
@@ -45622,10 +45737,14 @@
45622
45737
  "type": {
45623
45738
  "text": "Event"
45624
45739
  },
45625
- "description": "Emitted when the checked state of a segment changes."
45740
+ "description": "Dispatched when the checked state of a segment changes."
45626
45741
  },
45627
45742
  {
45628
- "description": "Emitted when the checked state of a segment changes.",
45743
+ "description": "Dispatched before the checked state of a segment changes.",
45744
+ "name": "beforeinput"
45745
+ },
45746
+ {
45747
+ "description": "Dispatched when the checked state of a segment changes.",
45629
45748
  "name": "input"
45630
45749
  }
45631
45750
  ],
@@ -46724,7 +46843,7 @@
46724
46843
  "type": {
46725
46844
  "text": "Event"
46726
46845
  },
46727
- "description": "Emitted when the selected state changes."
46846
+ "description": "Dispatched when the selected state changes."
46728
46847
  },
46729
46848
  {
46730
46849
  "name": "toggle",
@@ -46732,12 +46851,19 @@
46732
46851
  "text": "ToggleEvent"
46733
46852
  }
46734
46853
  },
46854
+ {
46855
+ "name": "beforeinput",
46856
+ "type": {
46857
+ "text": "Event"
46858
+ },
46859
+ "description": "Dispatched before the selected state changes."
46860
+ },
46735
46861
  {
46736
46862
  "name": "input",
46737
46863
  "type": {
46738
46864
  "text": "Event"
46739
46865
  },
46740
- "description": "Emitted when the selected state changes."
46866
+ "description": "Dispatched when the selected state changes."
46741
46867
  }
46742
46868
  ],
46743
46869
  "attributes": [
@@ -47776,6 +47902,13 @@
47776
47902
  "privacy": "private",
47777
47903
  "default": "new Array<{ value: number; active: boolean }>()"
47778
47904
  },
47905
+ {
47906
+ "kind": "field",
47907
+ "name": "#changedThumbs",
47908
+ "privacy": "private",
47909
+ "readonly": true,
47910
+ "default": "new Set<M3eSliderThumbElement>()"
47911
+ },
47779
47912
  {
47780
47913
  "kind": "field",
47781
47914
  "name": "#thumbs",
@@ -48143,6 +48276,24 @@
48143
48276
  }
48144
48277
  ]
48145
48278
  },
48279
+ {
48280
+ "kind": "method",
48281
+ "name": "#handleKeyUp",
48282
+ "privacy": "private",
48283
+ "return": {
48284
+ "type": {
48285
+ "text": "void"
48286
+ }
48287
+ },
48288
+ "parameters": [
48289
+ {
48290
+ "name": "e",
48291
+ "type": {
48292
+ "text": "KeyboardEvent"
48293
+ }
48294
+ }
48295
+ ]
48296
+ },
48146
48297
  {
48147
48298
  "kind": "method",
48148
48299
  "name": "#handleThumbChange",
@@ -48189,6 +48340,24 @@
48189
48340
  }
48190
48341
  ]
48191
48342
  },
48343
+ {
48344
+ "kind": "method",
48345
+ "name": "#commitThumb",
48346
+ "privacy": "private",
48347
+ "return": {
48348
+ "type": {
48349
+ "text": "void"
48350
+ }
48351
+ },
48352
+ "parameters": [
48353
+ {
48354
+ "name": "thumb",
48355
+ "type": {
48356
+ "text": "M3eSliderThumbElement"
48357
+ }
48358
+ }
48359
+ ]
48360
+ },
48192
48361
  {
48193
48362
  "kind": "field",
48194
48363
  "name": "formAssociated",
@@ -48224,6 +48393,20 @@
48224
48393
  }
48225
48394
  }
48226
48395
  ],
48396
+ "events": [
48397
+ {
48398
+ "description": "Dispatched before the value of a thumb changes.",
48399
+ "name": "beforeinput"
48400
+ },
48401
+ {
48402
+ "description": "Dispatched when the value of a thumb changes.",
48403
+ "name": "input"
48404
+ },
48405
+ {
48406
+ "description": "Dispatched when the value of a thumb changes.",
48407
+ "name": "change"
48408
+ }
48409
+ ],
48227
48410
  "attributes": [
48228
48411
  {
48229
48412
  "description": "Whether the element is disabled.",
@@ -48736,15 +48919,19 @@
48736
48919
  }
48737
48920
  },
48738
48921
  {
48739
- "description": "Emitted when the value changes.",
48922
+ "description": "Dispatched before the value changes.",
48923
+ "name": "beforeinput"
48924
+ },
48925
+ {
48926
+ "description": "Dispatched when the value changes.",
48740
48927
  "name": "input"
48741
48928
  },
48742
48929
  {
48743
- "description": "Emitted when the value changes.",
48930
+ "description": "Dispatched when the value changes.",
48744
48931
  "name": "change"
48745
48932
  },
48746
48933
  {
48747
- "description": "Emitted when the element is clicked.",
48934
+ "description": "Dispatched when the element is clicked.",
48748
48935
  "name": "click"
48749
48936
  }
48750
48937
  ],
@@ -50672,14 +50859,21 @@
50672
50859
  "type": {
50673
50860
  "text": "Event"
50674
50861
  },
50675
- "description": "Fired when the user finishes adjusting the drag handle."
50862
+ "description": "Dispatched when the user finishes adjusting the drag handle."
50863
+ },
50864
+ {
50865
+ "name": "beforeinput",
50866
+ "type": {
50867
+ "text": "Event"
50868
+ },
50869
+ "description": "Dispatched continuously before the user adjusts the drag handle."
50676
50870
  },
50677
50871
  {
50678
50872
  "name": "input",
50679
50873
  "type": {
50680
50874
  "text": "Event"
50681
50875
  },
50682
- "description": "Fired continuously while the user adjusts the drag handle."
50876
+ "description": "Dispatched continuously while the user adjusts the drag handle."
50683
50877
  }
50684
50878
  ],
50685
50879
  "attributes": [
@@ -51475,26 +51669,33 @@
51475
51669
  }
51476
51670
  ],
51477
51671
  "events": [
51672
+ {
51673
+ "name": "beforeinput",
51674
+ "type": {
51675
+ "text": "Event"
51676
+ },
51677
+ "description": "Dispatched before the selected state changes."
51678
+ },
51478
51679
  {
51479
51680
  "name": "input",
51480
51681
  "type": {
51481
51682
  "text": "Event"
51482
51683
  },
51483
- "description": "Emitted when the selected state changes."
51684
+ "description": "Dispatched when the selected state changes."
51484
51685
  },
51485
51686
  {
51486
51687
  "name": "change",
51487
51688
  "type": {
51488
51689
  "text": "Event"
51489
51690
  },
51490
- "description": "Emitted when the selected state changes."
51691
+ "description": "Dispatched when the selected state changes."
51491
51692
  },
51492
51693
  {
51493
51694
  "name": "click",
51494
51695
  "type": {
51495
51696
  "text": "MouseEvent"
51496
51697
  },
51497
- "description": "Emitted when the element is clicked.",
51698
+ "description": "Dispatched when the element is clicked.",
51498
51699
  "inheritedFrom": {
51499
51700
  "name": "KeyboardClick",
51500
51701
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -52125,7 +52326,15 @@
52125
52326
  "type": {
52126
52327
  "text": "Event"
52127
52328
  },
52128
- "description": "Emitted when the selected step changes."
52329
+ "description": "Dispatched when the selected step changes."
52330
+ },
52331
+ {
52332
+ "description": "Dispatched before the selected state of a step changes.",
52333
+ "name": "beforeinput"
52334
+ },
52335
+ {
52336
+ "description": "Dispatched when the selected state of a step changes.",
52337
+ "name": "input"
52129
52338
  }
52130
52339
  ],
52131
52340
  "attributes": [
@@ -53431,26 +53640,33 @@
53431
53640
  }
53432
53641
  ],
53433
53642
  "events": [
53643
+ {
53644
+ "name": "beforeinput",
53645
+ "type": {
53646
+ "text": "Event"
53647
+ },
53648
+ "description": "Dispatched before the checked state changes."
53649
+ },
53434
53650
  {
53435
53651
  "name": "input",
53436
53652
  "type": {
53437
53653
  "text": "Event"
53438
53654
  },
53439
- "description": "Emitted when the checked state changes."
53655
+ "description": "Dispatched when the checked state changes."
53440
53656
  },
53441
53657
  {
53442
53658
  "name": "change",
53443
53659
  "type": {
53444
53660
  "text": "Event"
53445
53661
  },
53446
- "description": "Emitted when the checked state changes."
53662
+ "description": "Dispatched when the checked state changes."
53447
53663
  },
53448
53664
  {
53449
53665
  "name": "click",
53450
53666
  "type": {
53451
53667
  "text": "MouseEvent"
53452
53668
  },
53453
- "description": "Emitted when the element is clicked.",
53669
+ "description": "Dispatched when the element is clicked.",
53454
53670
  "inheritedFrom": {
53455
53671
  "name": "KeyboardClick",
53456
53672
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -54046,26 +54262,33 @@
54046
54262
  }
54047
54263
  ],
54048
54264
  "events": [
54265
+ {
54266
+ "name": "beforeinput",
54267
+ "type": {
54268
+ "text": "Event"
54269
+ },
54270
+ "description": "Dispatched before the selected state changes."
54271
+ },
54049
54272
  {
54050
54273
  "name": "input",
54051
54274
  "type": {
54052
54275
  "text": "Event"
54053
54276
  },
54054
- "description": "Emitted when the selected state changes."
54277
+ "description": "Dispatched when the selected state changes."
54055
54278
  },
54056
54279
  {
54057
54280
  "name": "change",
54058
54281
  "type": {
54059
54282
  "text": "Event"
54060
54283
  },
54061
- "description": "Emitted when the selected state changes."
54284
+ "description": "Dispatched when the selected state changes."
54062
54285
  },
54063
54286
  {
54064
54287
  "name": "click",
54065
54288
  "type": {
54066
54289
  "text": "MouseEvent"
54067
54290
  },
54068
- "description": "Emitted when the element is clicked.",
54291
+ "description": "Dispatched when the element is clicked.",
54069
54292
  "inheritedFrom": {
54070
54293
  "name": "KeyboardClick",
54071
54294
  "module": "src/core/shared/mixins/KeyboardClick.ts"
@@ -54513,7 +54736,15 @@
54513
54736
  "type": {
54514
54737
  "text": "Event"
54515
54738
  },
54516
- "description": "Emitted when the selected tab changes."
54739
+ "description": "Dispatched when the selected tab changes."
54740
+ },
54741
+ {
54742
+ "description": "Dispatched before the selected state of a tab changes.",
54743
+ "name": "beforeinput"
54744
+ },
54745
+ {
54746
+ "description": "Dispatched when the selected state of a tab changes.",
54747
+ "name": "input"
54517
54748
  }
54518
54749
  ],
54519
54750
  "attributes": [
@@ -56013,7 +56244,7 @@
56013
56244
  ],
56014
56245
  "events": [
56015
56246
  {
56016
- "description": "Emitted when the element is clicked.",
56247
+ "description": "Dispatched when the element is clicked.",
56017
56248
  "name": "click"
56018
56249
  }
56019
56250
  ],
@@ -58831,7 +59062,7 @@
58831
59062
  "type": {
58832
59063
  "text": "Event"
58833
59064
  },
58834
- "description": "Emitted when the selected state changes."
59065
+ "description": "Dispatched when the selected state changes."
58835
59066
  }
58836
59067
  ],
58837
59068
  "attributes": [
@@ -59426,23 +59657,23 @@
59426
59657
  }
59427
59658
  },
59428
59659
  {
59429
- "description": "Emitted when the item begins to open.",
59660
+ "description": "Dispatched when the item begins to open.",
59430
59661
  "name": "opening"
59431
59662
  },
59432
59663
  {
59433
- "description": "Emitted when the item has opened.",
59664
+ "description": "Dispatched when the item has opened.",
59434
59665
  "name": "opened"
59435
59666
  },
59436
59667
  {
59437
- "description": "Emitted when the item begins to close.",
59668
+ "description": "Dispatched when the item begins to close.",
59438
59669
  "name": "closing"
59439
59670
  },
59440
59671
  {
59441
- "description": "Emitted when the item has closed.",
59672
+ "description": "Dispatched when the item has closed.",
59442
59673
  "name": "closed"
59443
59674
  },
59444
59675
  {
59445
- "description": "Emitted when the element is clicked.",
59676
+ "description": "Dispatched when the element is clicked.",
59446
59677
  "name": "click"
59447
59678
  }
59448
59679
  ],
@@ -69366,74 +69597,6 @@
69366
69597
  }
69367
69598
  ]
69368
69599
  },
69369
- {
69370
- "kind": "javascript-module",
69371
- "path": "src/core/shared/directives/index.ts",
69372
- "declarations": [],
69373
- "exports": [
69374
- {
69375
- "kind": "js",
69376
- "name": "*",
69377
- "declaration": {
69378
- "name": "*",
69379
- "module": "src/core/shared/directives/safeStyleMap"
69380
- }
69381
- }
69382
- ]
69383
- },
69384
- {
69385
- "kind": "javascript-module",
69386
- "path": "src/core/shared/directives/safeStyleMap.ts",
69387
- "declarations": [
69388
- {
69389
- "kind": "class",
69390
- "description": "",
69391
- "name": "SafeStyleMapDirective",
69392
- "members": [
69393
- {
69394
- "kind": "field",
69395
- "name": "_previousStyleProperties",
69396
- "type": {
69397
- "text": "Set<string> | undefined"
69398
- },
69399
- "privacy": "private"
69400
- }
69401
- ],
69402
- "superclass": {
69403
- "name": "Directive",
69404
- "package": "lit/directive.js"
69405
- }
69406
- },
69407
- {
69408
- "kind": "variable",
69409
- "name": "safeStyleMap",
69410
- "description": "A directive that applies CSS properties to an element.\r\n\r\n`safeStyleMap` can only be used in the `style` attribute and must be the only\r\nexpression in the attribute. It takes the property names in the\r\nStyleInfostyleInfo object and adds the properties to the inline\r\nstyle of the element.\r\n\r\nProperty names with dashes (`-`) are assumed to be valid CSS\r\nproperty names and set on the element's style object using `setProperty()`.\r\nNames without dashes are assumed to be camelCased JavaScript property names\r\nand set on the element's style object using property assignment, allowing the\r\nstyle object to translate JavaScript-style names to CSS property names.\r\n\r\nFor example `safeStyleMap({backgroundColor: 'red', 'border-top': '5px', '--size':\r\n'0'})` sets the `background-color`, `border-top` and `--size` properties.",
69411
- "parameters": [
69412
- {
69413
- "name": "styleInfo"
69414
- }
69415
- ]
69416
- }
69417
- ],
69418
- "exports": [
69419
- {
69420
- "kind": "js",
69421
- "name": "safeStyleMap",
69422
- "declaration": {
69423
- "name": "safeStyleMap",
69424
- "module": "src/core/shared/directives/safeStyleMap.ts"
69425
- }
69426
- },
69427
- {
69428
- "kind": "js",
69429
- "name": "SafeStyleMapDirective",
69430
- "declaration": {
69431
- "name": "SafeStyleMapDirective",
69432
- "module": "src/core/shared/directives/safeStyleMap.ts"
69433
- }
69434
- }
69435
- ]
69436
- },
69437
69600
  {
69438
69601
  "kind": "javascript-module",
69439
69602
  "path": "src/core/shared/mixins/AttachInternals.ts",
@@ -72236,6 +72399,74 @@
72236
72399
  }
72237
72400
  ]
72238
72401
  },
72402
+ {
72403
+ "kind": "javascript-module",
72404
+ "path": "src/core/shared/directives/index.ts",
72405
+ "declarations": [],
72406
+ "exports": [
72407
+ {
72408
+ "kind": "js",
72409
+ "name": "*",
72410
+ "declaration": {
72411
+ "name": "*",
72412
+ "module": "src/core/shared/directives/safeStyleMap"
72413
+ }
72414
+ }
72415
+ ]
72416
+ },
72417
+ {
72418
+ "kind": "javascript-module",
72419
+ "path": "src/core/shared/directives/safeStyleMap.ts",
72420
+ "declarations": [
72421
+ {
72422
+ "kind": "class",
72423
+ "description": "",
72424
+ "name": "SafeStyleMapDirective",
72425
+ "members": [
72426
+ {
72427
+ "kind": "field",
72428
+ "name": "_previousStyleProperties",
72429
+ "type": {
72430
+ "text": "Set<string> | undefined"
72431
+ },
72432
+ "privacy": "private"
72433
+ }
72434
+ ],
72435
+ "superclass": {
72436
+ "name": "Directive",
72437
+ "package": "lit/directive.js"
72438
+ }
72439
+ },
72440
+ {
72441
+ "kind": "variable",
72442
+ "name": "safeStyleMap",
72443
+ "description": "A directive that applies CSS properties to an element.\r\n\r\n`safeStyleMap` can only be used in the `style` attribute and must be the only\r\nexpression in the attribute. It takes the property names in the\r\nStyleInfostyleInfo object and adds the properties to the inline\r\nstyle of the element.\r\n\r\nProperty names with dashes (`-`) are assumed to be valid CSS\r\nproperty names and set on the element's style object using `setProperty()`.\r\nNames without dashes are assumed to be camelCased JavaScript property names\r\nand set on the element's style object using property assignment, allowing the\r\nstyle object to translate JavaScript-style names to CSS property names.\r\n\r\nFor example `safeStyleMap({backgroundColor: 'red', 'border-top': '5px', '--size':\r\n'0'})` sets the `background-color`, `border-top` and `--size` properties.",
72444
+ "parameters": [
72445
+ {
72446
+ "name": "styleInfo"
72447
+ }
72448
+ ]
72449
+ }
72450
+ ],
72451
+ "exports": [
72452
+ {
72453
+ "kind": "js",
72454
+ "name": "safeStyleMap",
72455
+ "declaration": {
72456
+ "name": "safeStyleMap",
72457
+ "module": "src/core/shared/directives/safeStyleMap.ts"
72458
+ }
72459
+ },
72460
+ {
72461
+ "kind": "js",
72462
+ "name": "SafeStyleMapDirective",
72463
+ "declaration": {
72464
+ "name": "SafeStyleMapDirective",
72465
+ "module": "src/core/shared/directives/safeStyleMap.ts"
72466
+ }
72467
+ }
72468
+ ]
72469
+ },
72239
72470
  {
72240
72471
  "kind": "javascript-module",
72241
72472
  "path": "src/core/shared/primitives/ActionElementBase.ts",
@@ -72438,28 +72669,28 @@
72438
72669
  "type": {
72439
72670
  "text": "Event"
72440
72671
  },
72441
- "description": "Emitted when the collapsible begins to open."
72672
+ "description": "Dispatched when the collapsible begins to open."
72442
72673
  },
72443
72674
  {
72444
72675
  "name": "opened",
72445
72676
  "type": {
72446
72677
  "text": "Event"
72447
72678
  },
72448
- "description": "Emitted when the collapsible has opened."
72679
+ "description": "Dispatched when the collapsible has opened."
72449
72680
  },
72450
72681
  {
72451
72682
  "name": "closing",
72452
72683
  "type": {
72453
72684
  "text": "Event"
72454
72685
  },
72455
- "description": "Emitted when the collapsible begins to close."
72686
+ "description": "Dispatched when the collapsible begins to close."
72456
72687
  },
72457
72688
  {
72458
72689
  "name": "closed",
72459
72690
  "type": {
72460
72691
  "text": "Event"
72461
72692
  },
72462
- "description": "Emitted when the collapsible has closed."
72693
+ "description": "Dispatched when the collapsible has closed."
72463
72694
  }
72464
72695
  ],
72465
72696
  "attributes": [
@@ -74773,7 +75004,7 @@
74773
75004
  "type": {
74774
75005
  "text": "CustomEvent"
74775
75006
  },
74776
- "description": "Emitted when content is highlighted."
75007
+ "description": "Dispatched when content is highlighted."
74777
75008
  }
74778
75009
  ],
74779
75010
  "attributes": [