@carbon/web-components 2.40.0 → 2.41.0-rc.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 (266) hide show
  1. package/dist/modal.min.js +2 -2
  2. package/dist/notification.min.js +11 -13
  3. package/dist/pagination.min.js +2 -2
  4. package/dist/tabs.min.js +1 -1
  5. package/dist/tile.min.js +1 -1
  6. package/dist/tree-view.min.js +5 -2
  7. package/es/components/accordion/accordion-item.d.ts +27 -11
  8. package/es/components/button/button.d.ts +56 -22
  9. package/es/components/checkbox/checkbox-group.d.ts +2 -0
  10. package/es/components/checkbox/checkbox.d.ts +56 -22
  11. package/es/components/code-snippet/code-snippet.d.ts +29 -11
  12. package/es/components/combo-button/combo-button.d.ts +27 -11
  13. package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
  14. package/es/components/copy-button/copy-button.d.ts +27 -11
  15. package/es/components/data-table/table-expanded-row.d.ts +27 -11
  16. package/es/components/data-table/table-header-cell.d.ts +29 -11
  17. package/es/components/data-table/table-row.d.ts +54 -22
  18. package/es/components/data-table/table-toolbar-search.d.ts +29 -11
  19. package/es/components/data-table/table.d.ts +27 -11
  20. package/es/components/date-picker/date-picker-input.d.ts +29 -11
  21. package/es/components/date-picker/date-picker.d.ts +54 -22
  22. package/es/components/dropdown/dropdown.d.ts +110 -44
  23. package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
  24. package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  25. package/es/components/floating-menu/floating-menu.d.ts +56 -22
  26. package/es/components/link/link.d.ts +29 -11
  27. package/es/components/menu/menu-item-selectable.d.ts +2 -0
  28. package/es/components/menu/menu-item.d.ts +54 -22
  29. package/es/components/menu/menu.d.ts +27 -11
  30. package/es/components/menu-button/menu-button.d.ts +27 -11
  31. package/es/components/modal/modal-close-button.d.ts +29 -11
  32. package/es/components/modal/modal.d.ts +27 -11
  33. package/es/components/modal/modal.scss.js +1 -1
  34. package/es/components/notification/actionable-notification.d.ts +27 -11
  35. package/es/components/notification/inline-notification.d.ts +27 -11
  36. package/es/components/notification/toast-notification.d.ts +1 -1
  37. package/es/components/notification/toast-notification.js +13 -15
  38. package/es/components/notification/toast-notification.js.map +1 -1
  39. package/es/components/number-input/number-input.d.ts +2 -0
  40. package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  41. package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
  42. package/es/components/pagination/pagination.d.ts +56 -22
  43. package/es/components/pagination/pagination.js +12 -7
  44. package/es/components/pagination/pagination.js.map +1 -1
  45. package/es/components/pagination/pagination.scss.js +1 -1
  46. package/es/components/password-input/password-input.d.ts +2 -0
  47. package/es/components/popover/popover.d.ts +27 -11
  48. package/es/components/progress-indicator/progress-step.d.ts +29 -11
  49. package/es/components/radio-button/radio-button-group.d.ts +54 -22
  50. package/es/components/radio-button/radio-button.d.ts +56 -22
  51. package/es/components/search/search.d.ts +83 -33
  52. package/es/components/select/select.d.ts +29 -11
  53. package/es/components/side-panel/side-panel.d.ts +27 -11
  54. package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
  55. package/es/components/slider/slider-input.d.ts +29 -11
  56. package/es/components/slider/slider.d.ts +83 -33
  57. package/es/components/structured-list/structured-list-row.d.ts +27 -11
  58. package/es/components/structured-list/structured-list.d.ts +29 -11
  59. package/es/components/tabs/tabs.d.ts +27 -11
  60. package/es/components/tabs/tabs.scss.js +1 -1
  61. package/es/components/tag/dismissible-tag.d.ts +54 -22
  62. package/es/components/tag/operational-tag.d.ts +54 -22
  63. package/es/components/tag/selectable-tag.d.ts +54 -22
  64. package/es/components/tag/tag.d.ts +54 -22
  65. package/es/components/tearsheet/tearsheet.d.ts +27 -11
  66. package/es/components/text-input/text-input.d.ts +56 -22
  67. package/es/components/textarea/textarea.d.ts +2 -0
  68. package/es/components/tile/expandable-tile.d.ts +54 -22
  69. package/es/components/tile/selectable-tile.d.ts +56 -22
  70. package/es/components/tile/tile-group.d.ts +27 -11
  71. package/es/components/tile/tile.scss.js +1 -1
  72. package/es/components/time-picker/time-picker-select.d.ts +29 -11
  73. package/es/components/time-picker/time-picker.d.ts +56 -22
  74. package/es/components/toggle/toggle.d.ts +27 -11
  75. package/es/components/toggle-tip/toggletip.d.ts +56 -22
  76. package/es/components/tooltip/tooltip.d.ts +27 -11
  77. package/es/components/tree-view/tree-node.js +4 -4
  78. package/es/components/tree-view/tree-node.js.map +1 -1
  79. package/es/components/tree-view/tree-view.d.ts +27 -11
  80. package/es/components/ui-shell/header-global-action.d.ts +2 -0
  81. package/es/components/ui-shell/header-menu-button.d.ts +29 -11
  82. package/es/components/ui-shell/header-menu.d.ts +56 -22
  83. package/es/components/ui-shell/header-name.d.ts +29 -11
  84. package/es/components/ui-shell/header-nav-item.d.ts +29 -11
  85. package/es/components/ui-shell/header-panel.d.ts +2 -0
  86. package/es/components/ui-shell/side-nav-link.d.ts +29 -11
  87. package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  88. package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
  89. package/es/components/ui-shell/side-nav.d.ts +27 -11
  90. package/es/components/ui-shell/switcher-item.d.ts +29 -11
  91. package/es/components/ui-shell/switcher.d.ts +2 -0
  92. package/es/globals/mixins/focus.d.ts +27 -11
  93. package/es/globals/mixins/form.d.ts +27 -11
  94. package/es/globals/mixins/host-listener.d.ts +27 -11
  95. package/es/globals/mixins/validity.d.ts +27 -11
  96. package/es-custom/components/accordion/accordion-item.d.ts +27 -11
  97. package/es-custom/components/button/button.d.ts +56 -22
  98. package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
  99. package/es-custom/components/checkbox/checkbox.d.ts +56 -22
  100. package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
  101. package/es-custom/components/combo-button/combo-button.d.ts +27 -11
  102. package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
  103. package/es-custom/components/copy-button/copy-button.d.ts +27 -11
  104. package/es-custom/components/data-table/table-expanded-row.d.ts +27 -11
  105. package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
  106. package/es-custom/components/data-table/table-row.d.ts +54 -22
  107. package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
  108. package/es-custom/components/data-table/table.d.ts +27 -11
  109. package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
  110. package/es-custom/components/date-picker/date-picker.d.ts +54 -22
  111. package/es-custom/components/dropdown/dropdown.d.ts +110 -44
  112. package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
  113. package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  114. package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
  115. package/es-custom/components/link/link.d.ts +29 -11
  116. package/es-custom/components/menu/menu-item-selectable.d.ts +2 -0
  117. package/es-custom/components/menu/menu-item.d.ts +54 -22
  118. package/es-custom/components/menu/menu.d.ts +27 -11
  119. package/es-custom/components/menu-button/menu-button.d.ts +27 -11
  120. package/es-custom/components/modal/modal-close-button.d.ts +29 -11
  121. package/es-custom/components/modal/modal.d.ts +27 -11
  122. package/es-custom/components/modal/modal.scss.js +1 -1
  123. package/es-custom/components/notification/actionable-notification.d.ts +27 -11
  124. package/es-custom/components/notification/inline-notification.d.ts +27 -11
  125. package/es-custom/components/notification/toast-notification.d.ts +1 -1
  126. package/es-custom/components/notification/toast-notification.js +13 -15
  127. package/es-custom/components/notification/toast-notification.js.map +1 -1
  128. package/es-custom/components/number-input/number-input.d.ts +2 -0
  129. package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  130. package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
  131. package/es-custom/components/pagination/pagination.d.ts +56 -22
  132. package/es-custom/components/pagination/pagination.js +12 -7
  133. package/es-custom/components/pagination/pagination.js.map +1 -1
  134. package/es-custom/components/pagination/pagination.scss.js +1 -1
  135. package/es-custom/components/password-input/password-input.d.ts +2 -0
  136. package/es-custom/components/popover/popover.d.ts +27 -11
  137. package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
  138. package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
  139. package/es-custom/components/radio-button/radio-button.d.ts +56 -22
  140. package/es-custom/components/search/search.d.ts +83 -33
  141. package/es-custom/components/select/select.d.ts +29 -11
  142. package/es-custom/components/side-panel/side-panel.d.ts +27 -11
  143. package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
  144. package/es-custom/components/slider/slider-input.d.ts +29 -11
  145. package/es-custom/components/slider/slider.d.ts +83 -33
  146. package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
  147. package/es-custom/components/structured-list/structured-list.d.ts +29 -11
  148. package/es-custom/components/tabs/tabs.d.ts +27 -11
  149. package/es-custom/components/tabs/tabs.scss.js +1 -1
  150. package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
  151. package/es-custom/components/tag/operational-tag.d.ts +54 -22
  152. package/es-custom/components/tag/selectable-tag.d.ts +54 -22
  153. package/es-custom/components/tag/tag.d.ts +54 -22
  154. package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
  155. package/es-custom/components/text-input/text-input.d.ts +56 -22
  156. package/es-custom/components/textarea/textarea.d.ts +2 -0
  157. package/es-custom/components/tile/expandable-tile.d.ts +54 -22
  158. package/es-custom/components/tile/selectable-tile.d.ts +56 -22
  159. package/es-custom/components/tile/tile-group.d.ts +27 -11
  160. package/es-custom/components/tile/tile.scss.js +1 -1
  161. package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
  162. package/es-custom/components/time-picker/time-picker.d.ts +56 -22
  163. package/es-custom/components/toggle/toggle.d.ts +27 -11
  164. package/es-custom/components/toggle-tip/toggletip.d.ts +56 -22
  165. package/es-custom/components/tooltip/tooltip.d.ts +27 -11
  166. package/es-custom/components/tree-view/tree-node.js +4 -4
  167. package/es-custom/components/tree-view/tree-node.js.map +1 -1
  168. package/es-custom/components/tree-view/tree-view.d.ts +27 -11
  169. package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
  170. package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
  171. package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
  172. package/es-custom/components/ui-shell/header-name.d.ts +29 -11
  173. package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
  174. package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
  175. package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
  176. package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  177. package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
  178. package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
  179. package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
  180. package/es-custom/components/ui-shell/switcher.d.ts +2 -0
  181. package/es-custom/globals/mixins/focus.d.ts +27 -11
  182. package/es-custom/globals/mixins/form.d.ts +27 -11
  183. package/es-custom/globals/mixins/host-listener.d.ts +27 -11
  184. package/es-custom/globals/mixins/validity.d.ts +27 -11
  185. package/lib/components/accordion/accordion-item.d.ts +27 -11
  186. package/lib/components/button/button.d.ts +56 -22
  187. package/lib/components/checkbox/checkbox-group.d.ts +2 -0
  188. package/lib/components/checkbox/checkbox.d.ts +56 -22
  189. package/lib/components/code-snippet/code-snippet.d.ts +29 -11
  190. package/lib/components/combo-button/combo-button.d.ts +27 -11
  191. package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
  192. package/lib/components/copy-button/copy-button.d.ts +27 -11
  193. package/lib/components/data-table/table-expanded-row.d.ts +27 -11
  194. package/lib/components/data-table/table-header-cell.d.ts +29 -11
  195. package/lib/components/data-table/table-row.d.ts +54 -22
  196. package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
  197. package/lib/components/data-table/table.d.ts +27 -11
  198. package/lib/components/date-picker/date-picker-input.d.ts +29 -11
  199. package/lib/components/date-picker/date-picker.d.ts +54 -22
  200. package/lib/components/dropdown/dropdown.d.ts +110 -44
  201. package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
  202. package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  203. package/lib/components/floating-menu/floating-menu.d.ts +56 -22
  204. package/lib/components/link/link.d.ts +29 -11
  205. package/lib/components/menu/menu-item-selectable.d.ts +2 -0
  206. package/lib/components/menu/menu-item.d.ts +54 -22
  207. package/lib/components/menu/menu.d.ts +27 -11
  208. package/lib/components/menu-button/menu-button.d.ts +27 -11
  209. package/lib/components/modal/modal-close-button.d.ts +29 -11
  210. package/lib/components/modal/modal.d.ts +27 -11
  211. package/lib/components/notification/actionable-notification.d.ts +27 -11
  212. package/lib/components/notification/inline-notification.d.ts +27 -11
  213. package/lib/components/notification/toast-notification.d.ts +1 -1
  214. package/lib/components/number-input/number-input.d.ts +2 -0
  215. package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  216. package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
  217. package/lib/components/pagination/pagination.d.ts +56 -22
  218. package/lib/components/password-input/password-input.d.ts +2 -0
  219. package/lib/components/popover/popover.d.ts +27 -11
  220. package/lib/components/progress-indicator/progress-step.d.ts +29 -11
  221. package/lib/components/radio-button/radio-button-group.d.ts +54 -22
  222. package/lib/components/radio-button/radio-button.d.ts +56 -22
  223. package/lib/components/search/search.d.ts +83 -33
  224. package/lib/components/select/select.d.ts +29 -11
  225. package/lib/components/side-panel/side-panel.d.ts +27 -11
  226. package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
  227. package/lib/components/slider/slider-input.d.ts +29 -11
  228. package/lib/components/slider/slider.d.ts +83 -33
  229. package/lib/components/structured-list/structured-list-row.d.ts +27 -11
  230. package/lib/components/structured-list/structured-list.d.ts +29 -11
  231. package/lib/components/tabs/tabs.d.ts +27 -11
  232. package/lib/components/tag/dismissible-tag.d.ts +54 -22
  233. package/lib/components/tag/operational-tag.d.ts +54 -22
  234. package/lib/components/tag/selectable-tag.d.ts +54 -22
  235. package/lib/components/tag/tag.d.ts +54 -22
  236. package/lib/components/tearsheet/tearsheet.d.ts +27 -11
  237. package/lib/components/text-input/text-input.d.ts +56 -22
  238. package/lib/components/textarea/textarea.d.ts +2 -0
  239. package/lib/components/tile/expandable-tile.d.ts +54 -22
  240. package/lib/components/tile/selectable-tile.d.ts +56 -22
  241. package/lib/components/tile/tile-group.d.ts +27 -11
  242. package/lib/components/time-picker/time-picker-select.d.ts +29 -11
  243. package/lib/components/time-picker/time-picker.d.ts +56 -22
  244. package/lib/components/toggle/toggle.d.ts +27 -11
  245. package/lib/components/toggle-tip/toggletip.d.ts +56 -22
  246. package/lib/components/tooltip/tooltip.d.ts +27 -11
  247. package/lib/components/tree-view/tree-view.d.ts +27 -11
  248. package/lib/components/ui-shell/header-global-action.d.ts +2 -0
  249. package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
  250. package/lib/components/ui-shell/header-menu.d.ts +56 -22
  251. package/lib/components/ui-shell/header-name.d.ts +29 -11
  252. package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
  253. package/lib/components/ui-shell/header-panel.d.ts +2 -0
  254. package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
  255. package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  256. package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
  257. package/lib/components/ui-shell/side-nav.d.ts +27 -11
  258. package/lib/components/ui-shell/switcher-item.d.ts +29 -11
  259. package/lib/components/ui-shell/switcher.d.ts +2 -0
  260. package/lib/globals/mixins/focus.d.ts +27 -11
  261. package/lib/globals/mixins/form.d.ts +27 -11
  262. package/lib/globals/mixins/host-listener.d.ts +27 -11
  263. package/lib/globals/mixins/validity.d.ts +27 -11
  264. package/package.json +6 -6
  265. package/scss/components/modal/modal.scss +6 -0
  266. package/scss/components/tile/tile.scss +7 -7
@@ -11,6 +11,7 @@ declare const CDSSideNavMenu_base: {
11
11
  accessKey: string;
12
12
  readonly accessKeyLabel: string;
13
13
  autocapitalize: string;
14
+ autocorrect: boolean;
14
15
  dir: string;
15
16
  draggable: boolean;
16
17
  hidden: boolean;
@@ -32,13 +33,14 @@ declare const CDSSideNavMenu_base: {
32
33
  click(): void;
33
34
  hidePopover(): void;
34
35
  showPopover(): void;
35
- togglePopover(force?: boolean): boolean;
36
+ togglePopover(options?: boolean): boolean;
36
37
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
37
38
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
38
39
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
39
40
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
40
41
  readonly attributes: NamedNodeMap;
41
- readonly classList: DOMTokenList;
42
+ get classList(): DOMTokenList;
43
+ set classList(value: string);
42
44
  className: string;
43
45
  readonly clientHeight: number;
44
46
  readonly clientLeft: number;
@@ -53,7 +55,8 @@ declare const CDSSideNavMenu_base: {
53
55
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
54
56
  outerHTML: string;
55
57
  readonly ownerDocument: Document;
56
- readonly part: DOMTokenList;
58
+ get part(): DOMTokenList;
59
+ set part(value: string);
57
60
  readonly prefix: string | null;
58
61
  readonly scrollHeight: number;
59
62
  scrollLeft: number;
@@ -116,6 +119,8 @@ declare const CDSSideNavMenu_base: {
116
119
  setPointerCapture(pointerId: number): void;
117
120
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
118
121
  webkitMatchesSelector(selectors: string): boolean;
122
+ get textContent(): string;
123
+ set textContent(value: string | null);
119
124
  readonly baseURI: string;
120
125
  readonly childNodes: NodeListOf<ChildNode>;
121
126
  readonly firstChild: ChildNode | null;
@@ -128,9 +133,8 @@ declare const CDSSideNavMenu_base: {
128
133
  readonly parentElement: HTMLElement | null;
129
134
  readonly parentNode: ParentNode | null;
130
135
  readonly previousSibling: ChildNode | null;
131
- textContent: string | null;
132
136
  appendChild<T extends Node>(node: T): T;
133
- cloneNode(deep?: boolean): Node;
137
+ cloneNode(subtree?: boolean): Node;
134
138
  compareDocumentPosition(other: Node): number;
135
139
  contains(other: Node | null): boolean;
136
140
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -163,6 +167,7 @@ declare const CDSSideNavMenu_base: {
163
167
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
164
168
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
165
169
  dispatchEvent(event: Event): boolean;
170
+ ariaActiveDescendantElement: Element | null;
166
171
  ariaAtomic: string | null;
167
172
  ariaAutoComplete: string | null;
168
173
  ariaBrailleLabel: string | null;
@@ -173,25 +178,33 @@ declare const CDSSideNavMenu_base: {
173
178
  ariaColIndex: string | null;
174
179
  ariaColIndexText: string | null;
175
180
  ariaColSpan: string | null;
181
+ ariaControlsElements: ReadonlyArray<Element> | null;
176
182
  ariaCurrent: string | null;
183
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
177
184
  ariaDescription: string | null;
185
+ ariaDetailsElements: ReadonlyArray<Element> | null;
178
186
  ariaDisabled: string | null;
187
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
179
188
  ariaExpanded: string | null;
189
+ ariaFlowToElements: ReadonlyArray<Element> | null;
180
190
  ariaHasPopup: string | null;
181
191
  ariaHidden: string | null;
182
192
  ariaInvalid: string | null;
183
193
  ariaKeyShortcuts: string | null;
184
194
  ariaLabel: string | null;
195
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
185
196
  ariaLevel: string | null;
186
197
  ariaLive: string | null;
187
198
  ariaModal: string | null;
188
199
  ariaMultiLine: string | null;
189
200
  ariaMultiSelectable: string | null;
190
201
  ariaOrientation: string | null;
202
+ ariaOwnsElements: ReadonlyArray<Element> | null;
191
203
  ariaPlaceholder: string | null;
192
204
  ariaPosInSet: string | null;
193
205
  ariaPressed: string | null;
194
206
  ariaReadOnly: string | null;
207
+ ariaRelevant: string | null;
195
208
  ariaRequired: string | null;
196
209
  ariaRoleDescription: string | null;
197
210
  ariaRowCount: string | null;
@@ -233,7 +246,8 @@ declare const CDSSideNavMenu_base: {
233
246
  replaceChildren(...nodes: (Node | string)[]): void;
234
247
  readonly assignedSlot: HTMLSlotElement | null;
235
248
  readonly attributeStyleMap: StylePropertyMap;
236
- readonly style: CSSStyleDeclaration;
249
+ get style(): CSSStyleDeclaration;
250
+ set style(cssText: string);
237
251
  contentEditable: string;
238
252
  enterKeyHint: string;
239
253
  inputMode: string;
@@ -243,18 +257,19 @@ declare const CDSSideNavMenu_base: {
243
257
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
244
258
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
245
259
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
246
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
260
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
247
261
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
248
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
249
264
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
250
265
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
251
266
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
252
267
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
253
268
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
269
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
255
270
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
271
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
272
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
258
273
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
274
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
260
275
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -302,6 +317,7 @@ declare const CDSSideNavMenu_base: {
302
317
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
303
318
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
304
319
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
320
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
321
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
322
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
307
323
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -320,7 +336,7 @@ declare const CDSSideNavMenu_base: {
320
336
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
321
337
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
338
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
324
340
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
325
341
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
326
342
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -429,6 +445,8 @@ declare class CDSSideNavMenu extends CDSSideNavMenu_base {
429
445
  static get eventToggle(): string;
430
446
  static shadowRootOptions: {
431
447
  delegatesFocus: boolean;
448
+ clonable?: boolean;
449
+ customElementRegistry?: CustomElementRegistry;
432
450
  mode: ShadowRootMode;
433
451
  serializable?: boolean;
434
452
  slotAssignment?: SlotAssignmentMode;
@@ -16,6 +16,7 @@ declare const CDSSideNav_base: {
16
16
  accessKey: string;
17
17
  readonly accessKeyLabel: string;
18
18
  autocapitalize: string;
19
+ autocorrect: boolean;
19
20
  dir: string;
20
21
  draggable: boolean;
21
22
  hidden: boolean;
@@ -37,13 +38,14 @@ declare const CDSSideNav_base: {
37
38
  click(): void;
38
39
  hidePopover(): void;
39
40
  showPopover(): void;
40
- togglePopover(force?: boolean): boolean;
41
+ togglePopover(options?: boolean): boolean;
41
42
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
42
43
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
43
44
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
44
45
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
45
46
  readonly attributes: NamedNodeMap;
46
- readonly classList: DOMTokenList;
47
+ get classList(): DOMTokenList;
48
+ set classList(value: string);
47
49
  className: string;
48
50
  readonly clientHeight: number;
49
51
  readonly clientLeft: number;
@@ -58,7 +60,8 @@ declare const CDSSideNav_base: {
58
60
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
59
61
  outerHTML: string;
60
62
  readonly ownerDocument: Document;
61
- readonly part: DOMTokenList;
63
+ get part(): DOMTokenList;
64
+ set part(value: string);
62
65
  readonly prefix: string | null;
63
66
  readonly scrollHeight: number;
64
67
  scrollLeft: number;
@@ -121,6 +124,8 @@ declare const CDSSideNav_base: {
121
124
  setPointerCapture(pointerId: number): void;
122
125
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
123
126
  webkitMatchesSelector(selectors: string): boolean;
127
+ get textContent(): string;
128
+ set textContent(value: string | null);
124
129
  readonly baseURI: string;
125
130
  readonly childNodes: NodeListOf<ChildNode>;
126
131
  readonly firstChild: ChildNode | null;
@@ -133,9 +138,8 @@ declare const CDSSideNav_base: {
133
138
  readonly parentElement: HTMLElement | null;
134
139
  readonly parentNode: ParentNode | null;
135
140
  readonly previousSibling: ChildNode | null;
136
- textContent: string | null;
137
141
  appendChild<T extends Node>(node: T): T;
138
- cloneNode(deep?: boolean): Node;
142
+ cloneNode(subtree?: boolean): Node;
139
143
  compareDocumentPosition(other: Node): number;
140
144
  contains(other: Node | null): boolean;
141
145
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -168,6 +172,7 @@ declare const CDSSideNav_base: {
168
172
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
169
173
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
170
174
  dispatchEvent(event: Event): boolean;
175
+ ariaActiveDescendantElement: Element | null;
171
176
  ariaAtomic: string | null;
172
177
  ariaAutoComplete: string | null;
173
178
  ariaBrailleLabel: string | null;
@@ -178,25 +183,33 @@ declare const CDSSideNav_base: {
178
183
  ariaColIndex: string | null;
179
184
  ariaColIndexText: string | null;
180
185
  ariaColSpan: string | null;
186
+ ariaControlsElements: ReadonlyArray<Element> | null;
181
187
  ariaCurrent: string | null;
188
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
182
189
  ariaDescription: string | null;
190
+ ariaDetailsElements: ReadonlyArray<Element> | null;
183
191
  ariaDisabled: string | null;
192
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
184
193
  ariaExpanded: string | null;
194
+ ariaFlowToElements: ReadonlyArray<Element> | null;
185
195
  ariaHasPopup: string | null;
186
196
  ariaHidden: string | null;
187
197
  ariaInvalid: string | null;
188
198
  ariaKeyShortcuts: string | null;
189
199
  ariaLabel: string | null;
200
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
190
201
  ariaLevel: string | null;
191
202
  ariaLive: string | null;
192
203
  ariaModal: string | null;
193
204
  ariaMultiLine: string | null;
194
205
  ariaMultiSelectable: string | null;
195
206
  ariaOrientation: string | null;
207
+ ariaOwnsElements: ReadonlyArray<Element> | null;
196
208
  ariaPlaceholder: string | null;
197
209
  ariaPosInSet: string | null;
198
210
  ariaPressed: string | null;
199
211
  ariaReadOnly: string | null;
212
+ ariaRelevant: string | null;
200
213
  ariaRequired: string | null;
201
214
  ariaRoleDescription: string | null;
202
215
  ariaRowCount: string | null;
@@ -238,7 +251,8 @@ declare const CDSSideNav_base: {
238
251
  replaceChildren(...nodes: (Node | string)[]): void;
239
252
  readonly assignedSlot: HTMLSlotElement | null;
240
253
  readonly attributeStyleMap: StylePropertyMap;
241
- readonly style: CSSStyleDeclaration;
254
+ get style(): CSSStyleDeclaration;
255
+ set style(cssText: string);
242
256
  contentEditable: string;
243
257
  enterKeyHint: string;
244
258
  inputMode: string;
@@ -248,18 +262,19 @@ declare const CDSSideNav_base: {
248
262
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
249
263
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
264
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
251
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
265
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
252
266
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
253
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
254
269
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
255
270
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
271
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
272
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
273
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
274
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
260
275
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
276
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
277
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
263
278
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
279
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
265
280
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -307,6 +322,7 @@ declare const CDSSideNav_base: {
307
322
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
308
323
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
324
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
325
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
326
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
311
327
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
312
328
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -325,7 +341,7 @@ declare const CDSSideNav_base: {
325
341
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
326
342
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
327
343
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
344
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
329
345
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
330
346
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
331
347
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -11,6 +11,7 @@ declare const CDSSwitcherItem_base: {
11
11
  accessKey: string;
12
12
  readonly accessKeyLabel: string;
13
13
  autocapitalize: string;
14
+ autocorrect: boolean;
14
15
  dir: string;
15
16
  draggable: boolean;
16
17
  hidden: boolean;
@@ -32,13 +33,14 @@ declare const CDSSwitcherItem_base: {
32
33
  click(): void;
33
34
  hidePopover(): void;
34
35
  showPopover(): void;
35
- togglePopover(force?: boolean): boolean;
36
+ togglePopover(options?: boolean): boolean;
36
37
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
37
38
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
38
39
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
39
40
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
40
41
  readonly attributes: NamedNodeMap;
41
- readonly classList: DOMTokenList;
42
+ get classList(): DOMTokenList;
43
+ set classList(value: string);
42
44
  className: string;
43
45
  readonly clientHeight: number;
44
46
  readonly clientLeft: number;
@@ -53,7 +55,8 @@ declare const CDSSwitcherItem_base: {
53
55
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
54
56
  outerHTML: string;
55
57
  readonly ownerDocument: Document;
56
- readonly part: DOMTokenList;
58
+ get part(): DOMTokenList;
59
+ set part(value: string);
57
60
  readonly prefix: string | null;
58
61
  readonly scrollHeight: number;
59
62
  scrollLeft: number;
@@ -116,6 +119,8 @@ declare const CDSSwitcherItem_base: {
116
119
  setPointerCapture(pointerId: number): void;
117
120
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
118
121
  webkitMatchesSelector(selectors: string): boolean;
122
+ get textContent(): string;
123
+ set textContent(value: string | null);
119
124
  readonly baseURI: string;
120
125
  readonly childNodes: NodeListOf<ChildNode>;
121
126
  readonly firstChild: ChildNode | null;
@@ -128,9 +133,8 @@ declare const CDSSwitcherItem_base: {
128
133
  readonly parentElement: HTMLElement | null;
129
134
  readonly parentNode: ParentNode | null;
130
135
  readonly previousSibling: ChildNode | null;
131
- textContent: string | null;
132
136
  appendChild<T extends Node>(node: T): T;
133
- cloneNode(deep?: boolean): Node;
137
+ cloneNode(subtree?: boolean): Node;
134
138
  compareDocumentPosition(other: Node): number;
135
139
  contains(other: Node | null): boolean;
136
140
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -163,6 +167,7 @@ declare const CDSSwitcherItem_base: {
163
167
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
164
168
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
165
169
  dispatchEvent(event: Event): boolean;
170
+ ariaActiveDescendantElement: Element | null;
166
171
  ariaAtomic: string | null;
167
172
  ariaAutoComplete: string | null;
168
173
  ariaBrailleLabel: string | null;
@@ -173,25 +178,33 @@ declare const CDSSwitcherItem_base: {
173
178
  ariaColIndex: string | null;
174
179
  ariaColIndexText: string | null;
175
180
  ariaColSpan: string | null;
181
+ ariaControlsElements: ReadonlyArray<Element> | null;
176
182
  ariaCurrent: string | null;
183
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
177
184
  ariaDescription: string | null;
185
+ ariaDetailsElements: ReadonlyArray<Element> | null;
178
186
  ariaDisabled: string | null;
187
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
179
188
  ariaExpanded: string | null;
189
+ ariaFlowToElements: ReadonlyArray<Element> | null;
180
190
  ariaHasPopup: string | null;
181
191
  ariaHidden: string | null;
182
192
  ariaInvalid: string | null;
183
193
  ariaKeyShortcuts: string | null;
184
194
  ariaLabel: string | null;
195
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
185
196
  ariaLevel: string | null;
186
197
  ariaLive: string | null;
187
198
  ariaModal: string | null;
188
199
  ariaMultiLine: string | null;
189
200
  ariaMultiSelectable: string | null;
190
201
  ariaOrientation: string | null;
202
+ ariaOwnsElements: ReadonlyArray<Element> | null;
191
203
  ariaPlaceholder: string | null;
192
204
  ariaPosInSet: string | null;
193
205
  ariaPressed: string | null;
194
206
  ariaReadOnly: string | null;
207
+ ariaRelevant: string | null;
195
208
  ariaRequired: string | null;
196
209
  ariaRoleDescription: string | null;
197
210
  ariaRowCount: string | null;
@@ -233,7 +246,8 @@ declare const CDSSwitcherItem_base: {
233
246
  replaceChildren(...nodes: (Node | string)[]): void;
234
247
  readonly assignedSlot: HTMLSlotElement | null;
235
248
  readonly attributeStyleMap: StylePropertyMap;
236
- readonly style: CSSStyleDeclaration;
249
+ get style(): CSSStyleDeclaration;
250
+ set style(cssText: string);
237
251
  contentEditable: string;
238
252
  enterKeyHint: string;
239
253
  inputMode: string;
@@ -243,18 +257,19 @@ declare const CDSSwitcherItem_base: {
243
257
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
244
258
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
245
259
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
246
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
260
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
247
261
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
248
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
249
264
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
250
265
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
251
266
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
252
267
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
253
268
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
269
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
255
270
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
271
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
272
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
258
273
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
274
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
260
275
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -302,6 +317,7 @@ declare const CDSSwitcherItem_base: {
302
317
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
303
318
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
304
319
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
320
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
321
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
322
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
307
323
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -320,7 +336,7 @@ declare const CDSSwitcherItem_base: {
320
336
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
321
337
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
338
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
324
340
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
325
341
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
326
342
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -373,6 +389,8 @@ declare class CDSSwitcherItem extends CDSSwitcherItem_base {
373
389
  render(): import("lit-html").TemplateResult<1>;
374
390
  static shadowRootOptions: {
375
391
  delegatesFocus: boolean;
392
+ clonable?: boolean;
393
+ customElementRegistry?: CustomElementRegistry;
376
394
  mode: ShadowRootMode;
377
395
  serializable?: boolean;
378
396
  slotAssignment?: SlotAssignmentMode;
@@ -23,6 +23,8 @@ declare class CDSSwitcher extends LitElement {
23
23
  render(): import("lit-html").TemplateResult<1>;
24
24
  static shadowRootOptions: {
25
25
  delegatesFocus: boolean;
26
+ clonable?: boolean;
27
+ customElementRegistry?: CustomElementRegistry;
26
28
  mode: ShadowRootMode;
27
29
  serializable?: boolean;
28
30
  slotAssignment?: SlotAssignmentMode;
@@ -17,6 +17,7 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
17
17
  accessKey: string;
18
18
  readonly accessKeyLabel: string;
19
19
  autocapitalize: string;
20
+ autocorrect: boolean;
20
21
  dir: string;
21
22
  draggable: boolean;
22
23
  hidden: boolean;
@@ -38,13 +39,14 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
38
39
  click(): void;
39
40
  hidePopover(): void;
40
41
  showPopover(): void;
41
- togglePopover(force?: boolean): boolean;
42
+ togglePopover(options?: boolean): boolean;
42
43
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
43
44
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
44
45
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
45
46
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
46
47
  readonly attributes: NamedNodeMap;
47
- readonly classList: DOMTokenList;
48
+ get classList(): DOMTokenList;
49
+ set classList(value: string);
48
50
  className: string;
49
51
  readonly clientHeight: number;
50
52
  readonly clientLeft: number;
@@ -59,7 +61,8 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
59
61
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
60
62
  outerHTML: string;
61
63
  readonly ownerDocument: Document;
62
- readonly part: DOMTokenList;
64
+ get part(): DOMTokenList;
65
+ set part(value: string);
63
66
  readonly prefix: string | null;
64
67
  readonly scrollHeight: number;
65
68
  scrollLeft: number;
@@ -122,6 +125,8 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
122
125
  setPointerCapture(pointerId: number): void;
123
126
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
124
127
  webkitMatchesSelector(selectors: string): boolean;
128
+ get textContent(): string;
129
+ set textContent(value: string | null);
125
130
  readonly baseURI: string;
126
131
  readonly childNodes: NodeListOf<ChildNode>;
127
132
  readonly firstChild: ChildNode | null;
@@ -134,9 +139,8 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
134
139
  readonly parentElement: HTMLElement | null;
135
140
  readonly parentNode: ParentNode | null;
136
141
  readonly previousSibling: ChildNode | null;
137
- textContent: string | null;
138
142
  appendChild<T_1 extends Node>(node: T_1): T_1;
139
- cloneNode(deep?: boolean): Node;
143
+ cloneNode(subtree?: boolean): Node;
140
144
  compareDocumentPosition(other: Node): number;
141
145
  contains(other: Node | null): boolean;
142
146
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -169,6 +173,7 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
169
173
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
170
174
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
171
175
  dispatchEvent(event: Event): boolean;
176
+ ariaActiveDescendantElement: Element | null;
172
177
  ariaAtomic: string | null;
173
178
  ariaAutoComplete: string | null;
174
179
  ariaBrailleLabel: string | null;
@@ -179,25 +184,33 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
179
184
  ariaColIndex: string | null;
180
185
  ariaColIndexText: string | null;
181
186
  ariaColSpan: string | null;
187
+ ariaControlsElements: ReadonlyArray<Element> | null;
182
188
  ariaCurrent: string | null;
189
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
183
190
  ariaDescription: string | null;
191
+ ariaDetailsElements: ReadonlyArray<Element> | null;
184
192
  ariaDisabled: string | null;
193
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
185
194
  ariaExpanded: string | null;
195
+ ariaFlowToElements: ReadonlyArray<Element> | null;
186
196
  ariaHasPopup: string | null;
187
197
  ariaHidden: string | null;
188
198
  ariaInvalid: string | null;
189
199
  ariaKeyShortcuts: string | null;
190
200
  ariaLabel: string | null;
201
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
191
202
  ariaLevel: string | null;
192
203
  ariaLive: string | null;
193
204
  ariaModal: string | null;
194
205
  ariaMultiLine: string | null;
195
206
  ariaMultiSelectable: string | null;
196
207
  ariaOrientation: string | null;
208
+ ariaOwnsElements: ReadonlyArray<Element> | null;
197
209
  ariaPlaceholder: string | null;
198
210
  ariaPosInSet: string | null;
199
211
  ariaPressed: string | null;
200
212
  ariaReadOnly: string | null;
213
+ ariaRelevant: string | null;
201
214
  ariaRequired: string | null;
202
215
  ariaRoleDescription: string | null;
203
216
  ariaRowCount: string | null;
@@ -239,7 +252,8 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
239
252
  replaceChildren(...nodes: (Node | string)[]): void;
240
253
  readonly assignedSlot: HTMLSlotElement | null;
241
254
  readonly attributeStyleMap: StylePropertyMap;
242
- readonly style: CSSStyleDeclaration;
255
+ get style(): CSSStyleDeclaration;
256
+ set style(cssText: string);
243
257
  contentEditable: string;
244
258
  enterKeyHint: string;
245
259
  inputMode: string;
@@ -249,18 +263,19 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
249
263
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
250
264
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
251
265
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
252
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
266
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
253
267
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
254
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
269
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
255
270
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
256
271
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
257
272
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
273
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
274
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
275
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
261
276
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
262
277
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
263
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
278
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
264
279
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
280
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
266
281
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -308,6 +323,7 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
308
323
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
324
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
310
325
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
326
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
311
327
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
312
328
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
313
329
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -326,7 +342,7 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
326
342
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
327
343
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
344
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
330
346
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
331
347
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
332
348
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;