@carbon/web-components 2.47.0 → 2.48.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 (431) hide show
  1. package/custom-elements.json +963 -145
  2. package/es/components/accordion/accordion-item.d.ts +28 -12
  3. package/es/components/accordion/accordion-item.js +7 -5
  4. package/es/components/accordion/accordion-item.js.map +1 -1
  5. package/es/components/accordion/accordion-skeleton.d.ts +1 -1
  6. package/es/components/accordion/accordion-skeleton.js +7 -5
  7. package/es/components/accordion/accordion-skeleton.js.map +1 -1
  8. package/es/components/accordion/accordion.d.ts +1 -1
  9. package/es/components/accordion/accordion.js +7 -5
  10. package/es/components/accordion/accordion.js.map +1 -1
  11. package/es/components/ai-label/ai-label.d.ts +1 -1
  12. package/es/components/ai-label/ai-label.js +6 -5
  13. package/es/components/ai-label/ai-label.js.map +1 -1
  14. package/es/components/button/button.d.ts +56 -22
  15. package/es/components/checkbox/checkbox-group.d.ts +2 -0
  16. package/es/components/checkbox/checkbox.d.ts +57 -23
  17. package/es/components/checkbox/checkbox.js +7 -5
  18. package/es/components/checkbox/checkbox.js.map +1 -1
  19. package/es/components/code-snippet/code-snippet.d.ts +29 -11
  20. package/es/components/code-snippet/code-snippet.js +15 -14
  21. package/es/components/code-snippet/code-snippet.js.map +1 -1
  22. package/es/components/combo-box/combo-box.scss.js +1 -1
  23. package/es/components/combo-button/combo-button.d.ts +27 -11
  24. package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
  25. package/es/components/copy-button/copy-button.d.ts +27 -11
  26. package/es/components/data-table/table-expanded-row.d.ts +28 -12
  27. package/es/components/data-table/table-expanded-row.js +7 -5
  28. package/es/components/data-table/table-expanded-row.js.map +1 -1
  29. package/es/components/data-table/table-header-cell.d.ts +29 -11
  30. package/es/components/data-table/table-row.d.ts +54 -22
  31. package/es/components/data-table/table-toolbar-search.d.ts +29 -11
  32. package/es/components/data-table/table.d.ts +28 -12
  33. package/es/components/data-table/table.js +9 -8
  34. package/es/components/data-table/table.js.map +1 -1
  35. package/es/components/date-picker/date-picker-input.d.ts +29 -11
  36. package/es/components/date-picker/date-picker.d.ts +54 -22
  37. package/es/components/dropdown/dropdown.d.ts +110 -44
  38. package/es/components/dropdown/dropdown.js +8 -6
  39. package/es/components/dropdown/dropdown.js.map +1 -1
  40. package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
  41. package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  42. package/es/components/floating-menu/floating-menu.d.ts +56 -22
  43. package/es/components/fluid-select/fluid-select.d.ts +5 -0
  44. package/es/components/fluid-select/fluid-select.js +50 -1
  45. package/es/components/fluid-select/fluid-select.js.map +1 -1
  46. package/es/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
  47. package/es/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
  48. package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
  49. package/es/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
  50. package/es/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
  51. package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
  52. package/es/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
  53. package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
  54. package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
  55. package/es/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
  56. package/es/components/fluid-time-picker/fluid-time-picker.js +239 -0
  57. package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
  58. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
  59. package/es/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
  60. package/es/components/fluid-time-picker/index.d.ts +9 -0
  61. package/es/components/fluid-time-picker/index.js +11 -0
  62. package/es/components/fluid-time-picker/index.js.map +1 -0
  63. package/es/components/grid/column.d.ts +3 -1
  64. package/es/components/grid/column.js +6 -0
  65. package/es/components/grid/column.js.map +1 -1
  66. package/es/components/icon-button/icon-button.d.ts +1 -1
  67. package/es/components/icon-button/icon-button.js +6 -5
  68. package/es/components/icon-button/icon-button.js.map +1 -1
  69. package/es/components/link/link.d.ts +29 -11
  70. package/es/components/menu/menu-item-selectable.d.ts +5 -3
  71. package/es/components/menu/menu-item-selectable.js +3 -3
  72. package/es/components/menu/menu-item-selectable.js.map +1 -1
  73. package/es/components/menu/menu-item.d.ts +68 -23
  74. package/es/components/menu/menu-item.js +37 -2
  75. package/es/components/menu/menu-item.js.map +1 -1
  76. package/es/components/menu/menu.d.ts +27 -11
  77. package/es/components/menu-button/menu-button.d.ts +27 -11
  78. package/es/components/modal/modal-close-button.d.ts +29 -11
  79. package/es/components/modal/modal.d.ts +27 -11
  80. package/es/components/modal/modal.js +6 -4
  81. package/es/components/modal/modal.js.map +1 -1
  82. package/es/components/multi-select/multi-select.js +12 -8
  83. package/es/components/multi-select/multi-select.js.map +1 -1
  84. package/es/components/notification/actionable-notification.d.ts +27 -11
  85. package/es/components/notification/actionable-notification.scss.js +1 -1
  86. package/es/components/notification/inline-notification.d.ts +27 -11
  87. package/es/components/notification/inline-notification.scss.js +1 -1
  88. package/es/components/notification/toast-notification.scss.js +1 -1
  89. package/es/components/number-input/number-input.d.ts +2 -0
  90. package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  91. package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
  92. package/es/components/pagination/pagination.d.ts +56 -22
  93. package/es/components/pagination-nav/defs.d.ts +61 -0
  94. package/es/components/pagination-nav/defs.js +74 -0
  95. package/es/components/pagination-nav/defs.js.map +1 -0
  96. package/es/components/pagination-nav/index.d.ts +7 -0
  97. package/es/components/pagination-nav/index.js +9 -0
  98. package/es/components/pagination-nav/index.js.map +1 -0
  99. package/es/components/pagination-nav/pagination-nav.d.ts +109 -0
  100. package/es/components/pagination-nav/pagination-nav.js +427 -0
  101. package/es/components/pagination-nav/pagination-nav.js.map +1 -0
  102. package/es/components/pagination-nav/pagination-nav.scss.js +13 -0
  103. package/es/components/pagination-nav/pagination-nav.scss.js.map +1 -0
  104. package/es/components/password-input/password-input.d.ts +2 -0
  105. package/es/components/popover/popover.d.ts +27 -11
  106. package/es/components/popover/popover.js +1 -1
  107. package/es/components/popover/popover.js.map +1 -1
  108. package/es/components/progress-indicator/progress-step.d.ts +29 -11
  109. package/es/components/radio-button/radio-button-group.d.ts +54 -22
  110. package/es/components/radio-button/radio-button.d.ts +57 -23
  111. package/es/components/radio-button/radio-button.js +7 -5
  112. package/es/components/radio-button/radio-button.js.map +1 -1
  113. package/es/components/search/search.d.ts +83 -33
  114. package/es/components/select/select.d.ts +29 -11
  115. package/es/components/side-panel/side-panel.d.ts +27 -11
  116. package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
  117. package/es/components/slider/slider-input.d.ts +29 -11
  118. package/es/components/slider/slider.d.ts +84 -34
  119. package/es/components/slider/slider.js +9 -7
  120. package/es/components/slider/slider.js.map +1 -1
  121. package/es/components/slug/slug.d.ts +1 -1
  122. package/es/components/slug/slug.js +6 -4
  123. package/es/components/slug/slug.js.map +1 -1
  124. package/es/components/structured-list/structured-list-row.d.ts +27 -11
  125. package/es/components/structured-list/structured-list.d.ts +30 -12
  126. package/es/components/structured-list/structured-list.js +7 -5
  127. package/es/components/structured-list/structured-list.js.map +1 -1
  128. package/es/components/tabs/tabs.d.ts +27 -11
  129. package/es/components/tag/dismissible-tag.d.ts +54 -22
  130. package/es/components/tag/operational-tag.d.ts +54 -22
  131. package/es/components/tag/selectable-tag.d.ts +54 -22
  132. package/es/components/tag/tag.d.ts +54 -22
  133. package/es/components/tearsheet/tearsheet.d.ts +27 -11
  134. package/es/components/text-input/text-input.d.ts +56 -22
  135. package/es/components/textarea/textarea.d.ts +2 -0
  136. package/es/components/tile/expandable-tile.d.ts +54 -22
  137. package/es/components/tile/selectable-tile.d.ts +56 -22
  138. package/es/components/tile/tile-group.d.ts +27 -11
  139. package/es/components/time-picker/time-picker-select.d.ts +29 -11
  140. package/es/components/time-picker/time-picker.d.ts +56 -22
  141. package/es/components/toggle/toggle.d.ts +27 -11
  142. package/es/components/toggle-tip/toggletip.d.ts +57 -23
  143. package/es/components/toggle-tip/toggletip.js +7 -5
  144. package/es/components/toggle-tip/toggletip.js.map +1 -1
  145. package/es/components/tooltip/tooltip.d.ts +28 -12
  146. package/es/components/tooltip/tooltip.js +7 -5
  147. package/es/components/tooltip/tooltip.js.map +1 -1
  148. package/es/components/tree-view/tree-view.d.ts +28 -12
  149. package/es/components/tree-view/tree-view.js +7 -5
  150. package/es/components/tree-view/tree-view.js.map +1 -1
  151. package/es/components/ui-shell/header-global-action.d.ts +2 -0
  152. package/es/components/ui-shell/header-menu-button.d.ts +29 -11
  153. package/es/components/ui-shell/header-menu.d.ts +56 -22
  154. package/es/components/ui-shell/header-name.d.ts +29 -11
  155. package/es/components/ui-shell/header-nav-item.d.ts +29 -11
  156. package/es/components/ui-shell/header-panel.d.ts +2 -0
  157. package/es/components/ui-shell/side-nav-link.d.ts +29 -11
  158. package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  159. package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
  160. package/es/components/ui-shell/side-nav.d.ts +27 -11
  161. package/es/components/ui-shell/switcher-item.d.ts +29 -11
  162. package/es/components/ui-shell/switcher.d.ts +2 -0
  163. package/es/globals/mixins/focus.d.ts +27 -11
  164. package/es/globals/mixins/form.d.ts +27 -11
  165. package/es/globals/mixins/host-listener.d.ts +27 -11
  166. package/es/globals/mixins/validity.d.ts +27 -11
  167. package/es-custom/components/accordion/accordion-item.d.ts +28 -12
  168. package/es-custom/components/accordion/accordion-item.js +7 -5
  169. package/es-custom/components/accordion/accordion-item.js.map +1 -1
  170. package/es-custom/components/accordion/accordion-skeleton.d.ts +1 -1
  171. package/es-custom/components/accordion/accordion-skeleton.js +7 -5
  172. package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
  173. package/es-custom/components/accordion/accordion.d.ts +1 -1
  174. package/es-custom/components/accordion/accordion.js +7 -5
  175. package/es-custom/components/accordion/accordion.js.map +1 -1
  176. package/es-custom/components/ai-label/ai-label.d.ts +1 -1
  177. package/es-custom/components/ai-label/ai-label.js +6 -5
  178. package/es-custom/components/ai-label/ai-label.js.map +1 -1
  179. package/es-custom/components/button/button.d.ts +56 -22
  180. package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
  181. package/es-custom/components/checkbox/checkbox.d.ts +57 -23
  182. package/es-custom/components/checkbox/checkbox.js +7 -5
  183. package/es-custom/components/checkbox/checkbox.js.map +1 -1
  184. package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
  185. package/es-custom/components/code-snippet/code-snippet.js +15 -14
  186. package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
  187. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  188. package/es-custom/components/combo-button/combo-button.d.ts +27 -11
  189. package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
  190. package/es-custom/components/copy-button/copy-button.d.ts +27 -11
  191. package/es-custom/components/data-table/table-expanded-row.d.ts +28 -12
  192. package/es-custom/components/data-table/table-expanded-row.js +7 -5
  193. package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
  194. package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
  195. package/es-custom/components/data-table/table-row.d.ts +54 -22
  196. package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
  197. package/es-custom/components/data-table/table.d.ts +28 -12
  198. package/es-custom/components/data-table/table.js +9 -8
  199. package/es-custom/components/data-table/table.js.map +1 -1
  200. package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
  201. package/es-custom/components/date-picker/date-picker.d.ts +54 -22
  202. package/es-custom/components/dropdown/dropdown.d.ts +110 -44
  203. package/es-custom/components/dropdown/dropdown.js +8 -6
  204. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  205. package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
  206. package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  207. package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
  208. package/es-custom/components/fluid-select/fluid-select.d.ts +5 -0
  209. package/es-custom/components/fluid-select/fluid-select.js +50 -1
  210. package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
  211. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
  212. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
  213. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
  214. package/es-custom/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
  215. package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
  216. package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
  217. package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
  218. package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
  219. package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
  220. package/es-custom/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
  221. package/es-custom/components/fluid-time-picker/fluid-time-picker.js +239 -0
  222. package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
  223. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
  224. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
  225. package/es-custom/components/fluid-time-picker/index.d.ts +9 -0
  226. package/es-custom/components/fluid-time-picker/index.js +11 -0
  227. package/es-custom/components/fluid-time-picker/index.js.map +1 -0
  228. package/es-custom/components/grid/column.d.ts +3 -1
  229. package/es-custom/components/grid/column.js +6 -0
  230. package/es-custom/components/grid/column.js.map +1 -1
  231. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  232. package/es-custom/components/icon-button/icon-button.js +6 -5
  233. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  234. package/es-custom/components/link/link.d.ts +29 -11
  235. package/es-custom/components/menu/menu-item-selectable.d.ts +5 -3
  236. package/es-custom/components/menu/menu-item-selectable.js +3 -3
  237. package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
  238. package/es-custom/components/menu/menu-item.d.ts +68 -23
  239. package/es-custom/components/menu/menu-item.js +37 -2
  240. package/es-custom/components/menu/menu-item.js.map +1 -1
  241. package/es-custom/components/menu/menu.d.ts +27 -11
  242. package/es-custom/components/menu-button/menu-button.d.ts +27 -11
  243. package/es-custom/components/modal/modal-close-button.d.ts +29 -11
  244. package/es-custom/components/modal/modal.d.ts +27 -11
  245. package/es-custom/components/modal/modal.js +6 -4
  246. package/es-custom/components/modal/modal.js.map +1 -1
  247. package/es-custom/components/multi-select/multi-select.js +12 -8
  248. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  249. package/es-custom/components/notification/actionable-notification.d.ts +27 -11
  250. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  251. package/es-custom/components/notification/inline-notification.d.ts +27 -11
  252. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  253. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  254. package/es-custom/components/number-input/number-input.d.ts +2 -0
  255. package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  256. package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
  257. package/es-custom/components/pagination/pagination.d.ts +56 -22
  258. package/es-custom/components/pagination-nav/defs.d.ts +61 -0
  259. package/es-custom/components/pagination-nav/defs.js +74 -0
  260. package/es-custom/components/pagination-nav/defs.js.map +1 -0
  261. package/es-custom/components/pagination-nav/index.d.ts +7 -0
  262. package/es-custom/components/pagination-nav/index.js +9 -0
  263. package/es-custom/components/pagination-nav/index.js.map +1 -0
  264. package/es-custom/components/pagination-nav/pagination-nav.d.ts +109 -0
  265. package/es-custom/components/pagination-nav/pagination-nav.js +427 -0
  266. package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -0
  267. package/es-custom/components/pagination-nav/pagination-nav.scss.js +13 -0
  268. package/es-custom/components/pagination-nav/pagination-nav.scss.js.map +1 -0
  269. package/es-custom/components/password-input/password-input.d.ts +2 -0
  270. package/es-custom/components/popover/popover.d.ts +27 -11
  271. package/es-custom/components/popover/popover.js +1 -1
  272. package/es-custom/components/popover/popover.js.map +1 -1
  273. package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
  274. package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
  275. package/es-custom/components/radio-button/radio-button.d.ts +57 -23
  276. package/es-custom/components/radio-button/radio-button.js +7 -5
  277. package/es-custom/components/radio-button/radio-button.js.map +1 -1
  278. package/es-custom/components/search/search.d.ts +83 -33
  279. package/es-custom/components/select/select.d.ts +29 -11
  280. package/es-custom/components/side-panel/side-panel.d.ts +27 -11
  281. package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
  282. package/es-custom/components/slider/slider-input.d.ts +29 -11
  283. package/es-custom/components/slider/slider.d.ts +84 -34
  284. package/es-custom/components/slider/slider.js +9 -7
  285. package/es-custom/components/slider/slider.js.map +1 -1
  286. package/es-custom/components/slug/slug.d.ts +1 -1
  287. package/es-custom/components/slug/slug.js +6 -4
  288. package/es-custom/components/slug/slug.js.map +1 -1
  289. package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
  290. package/es-custom/components/structured-list/structured-list.d.ts +30 -12
  291. package/es-custom/components/structured-list/structured-list.js +7 -5
  292. package/es-custom/components/structured-list/structured-list.js.map +1 -1
  293. package/es-custom/components/tabs/tabs.d.ts +27 -11
  294. package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
  295. package/es-custom/components/tag/operational-tag.d.ts +54 -22
  296. package/es-custom/components/tag/selectable-tag.d.ts +54 -22
  297. package/es-custom/components/tag/tag.d.ts +54 -22
  298. package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
  299. package/es-custom/components/text-input/text-input.d.ts +56 -22
  300. package/es-custom/components/textarea/textarea.d.ts +2 -0
  301. package/es-custom/components/tile/expandable-tile.d.ts +54 -22
  302. package/es-custom/components/tile/selectable-tile.d.ts +56 -22
  303. package/es-custom/components/tile/tile-group.d.ts +27 -11
  304. package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
  305. package/es-custom/components/time-picker/time-picker.d.ts +56 -22
  306. package/es-custom/components/toggle/toggle.d.ts +27 -11
  307. package/es-custom/components/toggle-tip/toggletip.d.ts +57 -23
  308. package/es-custom/components/toggle-tip/toggletip.js +7 -5
  309. package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
  310. package/es-custom/components/tooltip/tooltip.d.ts +28 -12
  311. package/es-custom/components/tooltip/tooltip.js +7 -5
  312. package/es-custom/components/tooltip/tooltip.js.map +1 -1
  313. package/es-custom/components/tree-view/tree-view.d.ts +28 -12
  314. package/es-custom/components/tree-view/tree-view.js +7 -5
  315. package/es-custom/components/tree-view/tree-view.js.map +1 -1
  316. package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
  317. package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
  318. package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
  319. package/es-custom/components/ui-shell/header-name.d.ts +29 -11
  320. package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
  321. package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
  322. package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
  323. package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  324. package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
  325. package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
  326. package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
  327. package/es-custom/components/ui-shell/switcher.d.ts +2 -0
  328. package/es-custom/globals/mixins/focus.d.ts +27 -11
  329. package/es-custom/globals/mixins/form.d.ts +27 -11
  330. package/es-custom/globals/mixins/host-listener.d.ts +27 -11
  331. package/es-custom/globals/mixins/validity.d.ts +27 -11
  332. package/lib/components/accordion/accordion-item.d.ts +28 -12
  333. package/lib/components/accordion/accordion-skeleton.d.ts +1 -1
  334. package/lib/components/accordion/accordion.d.ts +1 -1
  335. package/lib/components/ai-label/ai-label.d.ts +1 -1
  336. package/lib/components/button/button.d.ts +56 -22
  337. package/lib/components/checkbox/checkbox-group.d.ts +2 -0
  338. package/lib/components/checkbox/checkbox.d.ts +57 -23
  339. package/lib/components/code-snippet/code-snippet.d.ts +29 -11
  340. package/lib/components/combo-button/combo-button.d.ts +27 -11
  341. package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
  342. package/lib/components/copy-button/copy-button.d.ts +27 -11
  343. package/lib/components/data-table/table-expanded-row.d.ts +28 -12
  344. package/lib/components/data-table/table-header-cell.d.ts +29 -11
  345. package/lib/components/data-table/table-row.d.ts +54 -22
  346. package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
  347. package/lib/components/data-table/table.d.ts +28 -12
  348. package/lib/components/date-picker/date-picker-input.d.ts +29 -11
  349. package/lib/components/date-picker/date-picker.d.ts +54 -22
  350. package/lib/components/dropdown/dropdown.d.ts +110 -44
  351. package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
  352. package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  353. package/lib/components/floating-menu/floating-menu.d.ts +56 -22
  354. package/lib/components/fluid-select/fluid-select.d.ts +5 -0
  355. package/lib/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
  356. package/lib/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
  357. package/lib/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
  358. package/lib/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
  359. package/lib/components/fluid-time-picker/index.d.ts +9 -0
  360. package/lib/components/grid/column.d.ts +3 -1
  361. package/lib/components/icon-button/icon-button.d.ts +1 -1
  362. package/lib/components/link/link.d.ts +29 -11
  363. package/lib/components/menu/menu-item-selectable.d.ts +5 -3
  364. package/lib/components/menu/menu-item.d.ts +68 -23
  365. package/lib/components/menu/menu.d.ts +27 -11
  366. package/lib/components/menu-button/menu-button.d.ts +27 -11
  367. package/lib/components/modal/modal-close-button.d.ts +29 -11
  368. package/lib/components/modal/modal.d.ts +27 -11
  369. package/lib/components/notification/actionable-notification.d.ts +27 -11
  370. package/lib/components/notification/inline-notification.d.ts +27 -11
  371. package/lib/components/number-input/number-input.d.ts +2 -0
  372. package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  373. package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
  374. package/lib/components/pagination/pagination.d.ts +56 -22
  375. package/lib/components/pagination-nav/defs.d.ts +61 -0
  376. package/lib/components/pagination-nav/defs.js +74 -0
  377. package/lib/components/pagination-nav/defs.js.map +1 -0
  378. package/lib/components/pagination-nav/index.d.ts +7 -0
  379. package/lib/components/pagination-nav/pagination-nav.d.ts +109 -0
  380. package/lib/components/password-input/password-input.d.ts +2 -0
  381. package/lib/components/popover/popover.d.ts +27 -11
  382. package/lib/components/progress-indicator/progress-step.d.ts +29 -11
  383. package/lib/components/radio-button/radio-button-group.d.ts +54 -22
  384. package/lib/components/radio-button/radio-button.d.ts +57 -23
  385. package/lib/components/search/search.d.ts +83 -33
  386. package/lib/components/select/select.d.ts +29 -11
  387. package/lib/components/side-panel/side-panel.d.ts +27 -11
  388. package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
  389. package/lib/components/slider/slider-input.d.ts +29 -11
  390. package/lib/components/slider/slider.d.ts +84 -34
  391. package/lib/components/slug/slug.d.ts +1 -1
  392. package/lib/components/structured-list/structured-list-row.d.ts +27 -11
  393. package/lib/components/structured-list/structured-list.d.ts +30 -12
  394. package/lib/components/tabs/tabs.d.ts +27 -11
  395. package/lib/components/tag/dismissible-tag.d.ts +54 -22
  396. package/lib/components/tag/operational-tag.d.ts +54 -22
  397. package/lib/components/tag/selectable-tag.d.ts +54 -22
  398. package/lib/components/tag/tag.d.ts +54 -22
  399. package/lib/components/tearsheet/tearsheet.d.ts +27 -11
  400. package/lib/components/text-input/text-input.d.ts +56 -22
  401. package/lib/components/textarea/textarea.d.ts +2 -0
  402. package/lib/components/tile/expandable-tile.d.ts +54 -22
  403. package/lib/components/tile/selectable-tile.d.ts +56 -22
  404. package/lib/components/tile/tile-group.d.ts +27 -11
  405. package/lib/components/time-picker/time-picker-select.d.ts +29 -11
  406. package/lib/components/time-picker/time-picker.d.ts +56 -22
  407. package/lib/components/toggle/toggle.d.ts +27 -11
  408. package/lib/components/toggle-tip/toggletip.d.ts +57 -23
  409. package/lib/components/tooltip/tooltip.d.ts +28 -12
  410. package/lib/components/tree-view/tree-view.d.ts +28 -12
  411. package/lib/components/ui-shell/header-global-action.d.ts +2 -0
  412. package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
  413. package/lib/components/ui-shell/header-menu.d.ts +56 -22
  414. package/lib/components/ui-shell/header-name.d.ts +29 -11
  415. package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
  416. package/lib/components/ui-shell/header-panel.d.ts +2 -0
  417. package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
  418. package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  419. package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
  420. package/lib/components/ui-shell/side-nav.d.ts +27 -11
  421. package/lib/components/ui-shell/switcher-item.d.ts +29 -11
  422. package/lib/components/ui-shell/switcher.d.ts +2 -0
  423. package/lib/globals/mixins/focus.d.ts +27 -11
  424. package/lib/globals/mixins/form.d.ts +27 -11
  425. package/lib/globals/mixins/host-listener.d.ts +27 -11
  426. package/lib/globals/mixins/validity.d.ts +27 -11
  427. package/package.json +7 -7
  428. package/scss/components/combo-box/combo-box.scss +1 -1
  429. package/scss/components/fluid-time-picker/fluid-time-picker.scss +198 -0
  430. package/scss/components/pagination-nav/pagination-nav.scss +29 -0
  431. package/telemetry.yml +16 -8
@@ -16,6 +16,7 @@ declare const CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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 CDSOverflowMenu_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;
@@ -361,6 +377,7 @@ declare const CDSOverflowMenu_base: {
361
377
  accessKey: string;
362
378
  readonly accessKeyLabel: string;
363
379
  autocapitalize: string;
380
+ autocorrect: boolean;
364
381
  dir: string;
365
382
  draggable: boolean;
366
383
  hidden: boolean;
@@ -382,13 +399,14 @@ declare const CDSOverflowMenu_base: {
382
399
  click(): void;
383
400
  hidePopover(): void;
384
401
  showPopover(): void;
385
- togglePopover(force?: boolean): boolean;
402
+ togglePopover(options?: boolean): boolean;
386
403
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
387
404
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
388
405
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
389
406
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
390
407
  readonly attributes: NamedNodeMap;
391
- readonly classList: DOMTokenList;
408
+ get classList(): DOMTokenList;
409
+ set classList(value: string);
392
410
  className: string;
393
411
  readonly clientHeight: number;
394
412
  readonly clientLeft: number;
@@ -403,7 +421,8 @@ declare const CDSOverflowMenu_base: {
403
421
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
404
422
  outerHTML: string;
405
423
  readonly ownerDocument: Document;
406
- readonly part: DOMTokenList;
424
+ get part(): DOMTokenList;
425
+ set part(value: string);
407
426
  readonly prefix: string | null;
408
427
  readonly scrollHeight: number;
409
428
  scrollLeft: number;
@@ -466,6 +485,8 @@ declare const CDSOverflowMenu_base: {
466
485
  setPointerCapture(pointerId: number): void;
467
486
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
468
487
  webkitMatchesSelector(selectors: string): boolean;
488
+ get textContent(): string;
489
+ set textContent(value: string | null);
469
490
  readonly baseURI: string;
470
491
  readonly childNodes: NodeListOf<ChildNode>;
471
492
  readonly firstChild: ChildNode | null;
@@ -478,9 +499,8 @@ declare const CDSOverflowMenu_base: {
478
499
  readonly parentElement: HTMLElement | null;
479
500
  readonly parentNode: ParentNode | null;
480
501
  readonly previousSibling: ChildNode | null;
481
- textContent: string | null;
482
502
  appendChild<T extends Node>(node: T): T;
483
- cloneNode(deep?: boolean): Node;
503
+ cloneNode(subtree?: boolean): Node;
484
504
  compareDocumentPosition(other: Node): number;
485
505
  contains(other: Node | null): boolean;
486
506
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -513,6 +533,7 @@ declare const CDSOverflowMenu_base: {
513
533
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
514
534
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
515
535
  dispatchEvent(event: Event): boolean;
536
+ ariaActiveDescendantElement: Element | null;
516
537
  ariaAtomic: string | null;
517
538
  ariaAutoComplete: string | null;
518
539
  ariaBrailleLabel: string | null;
@@ -523,25 +544,33 @@ declare const CDSOverflowMenu_base: {
523
544
  ariaColIndex: string | null;
524
545
  ariaColIndexText: string | null;
525
546
  ariaColSpan: string | null;
547
+ ariaControlsElements: ReadonlyArray<Element> | null;
526
548
  ariaCurrent: string | null;
549
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
527
550
  ariaDescription: string | null;
551
+ ariaDetailsElements: ReadonlyArray<Element> | null;
528
552
  ariaDisabled: string | null;
553
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
529
554
  ariaExpanded: string | null;
555
+ ariaFlowToElements: ReadonlyArray<Element> | null;
530
556
  ariaHasPopup: string | null;
531
557
  ariaHidden: string | null;
532
558
  ariaInvalid: string | null;
533
559
  ariaKeyShortcuts: string | null;
534
560
  ariaLabel: string | null;
561
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
535
562
  ariaLevel: string | null;
536
563
  ariaLive: string | null;
537
564
  ariaModal: string | null;
538
565
  ariaMultiLine: string | null;
539
566
  ariaMultiSelectable: string | null;
540
567
  ariaOrientation: string | null;
568
+ ariaOwnsElements: ReadonlyArray<Element> | null;
541
569
  ariaPlaceholder: string | null;
542
570
  ariaPosInSet: string | null;
543
571
  ariaPressed: string | null;
544
572
  ariaReadOnly: string | null;
573
+ ariaRelevant: string | null;
545
574
  ariaRequired: string | null;
546
575
  ariaRoleDescription: string | null;
547
576
  ariaRowCount: string | null;
@@ -583,7 +612,8 @@ declare const CDSOverflowMenu_base: {
583
612
  replaceChildren(...nodes: (Node | string)[]): void;
584
613
  readonly assignedSlot: HTMLSlotElement | null;
585
614
  readonly attributeStyleMap: StylePropertyMap;
586
- readonly style: CSSStyleDeclaration;
615
+ get style(): CSSStyleDeclaration;
616
+ set style(cssText: string);
587
617
  contentEditable: string;
588
618
  enterKeyHint: string;
589
619
  inputMode: string;
@@ -593,18 +623,19 @@ declare const CDSOverflowMenu_base: {
593
623
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
594
624
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
595
625
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
596
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
626
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
597
627
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
598
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
628
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
629
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
599
630
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
600
631
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
601
632
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
602
633
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
603
634
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
604
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
635
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
605
636
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
606
637
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
607
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
638
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
608
639
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
609
640
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
610
641
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -652,6 +683,7 @@ declare const CDSOverflowMenu_base: {
652
683
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
653
684
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
654
685
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
686
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
655
687
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
656
688
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
657
689
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -670,7 +702,7 @@ declare const CDSOverflowMenu_base: {
670
702
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
671
703
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
672
704
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
673
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
705
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
674
706
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
675
707
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
676
708
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -13,6 +13,7 @@ declare const CDSPagination_base: {
13
13
  accessKey: string;
14
14
  readonly accessKeyLabel: string;
15
15
  autocapitalize: string;
16
+ autocorrect: boolean;
16
17
  dir: string;
17
18
  draggable: boolean;
18
19
  hidden: boolean;
@@ -34,13 +35,14 @@ declare const CDSPagination_base: {
34
35
  click(): void;
35
36
  hidePopover(): void;
36
37
  showPopover(): void;
37
- togglePopover(force?: boolean): boolean;
38
+ togglePopover(options?: boolean): boolean;
38
39
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
39
40
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
40
41
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
41
42
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
42
43
  readonly attributes: NamedNodeMap;
43
- readonly classList: DOMTokenList;
44
+ get classList(): DOMTokenList;
45
+ set classList(value: string);
44
46
  className: string;
45
47
  readonly clientHeight: number;
46
48
  readonly clientLeft: number;
@@ -55,7 +57,8 @@ declare const CDSPagination_base: {
55
57
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
56
58
  outerHTML: string;
57
59
  readonly ownerDocument: Document;
58
- readonly part: DOMTokenList;
60
+ get part(): DOMTokenList;
61
+ set part(value: string);
59
62
  readonly prefix: string | null;
60
63
  readonly scrollHeight: number;
61
64
  scrollLeft: number;
@@ -118,6 +121,8 @@ declare const CDSPagination_base: {
118
121
  setPointerCapture(pointerId: number): void;
119
122
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
120
123
  webkitMatchesSelector(selectors: string): boolean;
124
+ get textContent(): string;
125
+ set textContent(value: string | null);
121
126
  readonly baseURI: string;
122
127
  readonly childNodes: NodeListOf<ChildNode>;
123
128
  readonly firstChild: ChildNode | null;
@@ -130,9 +135,8 @@ declare const CDSPagination_base: {
130
135
  readonly parentElement: HTMLElement | null;
131
136
  readonly parentNode: ParentNode | null;
132
137
  readonly previousSibling: ChildNode | null;
133
- textContent: string | null;
134
138
  appendChild<T extends Node>(node: T): T;
135
- cloneNode(deep?: boolean): Node;
139
+ cloneNode(subtree?: boolean): Node;
136
140
  compareDocumentPosition(other: Node): number;
137
141
  contains(other: Node | null): boolean;
138
142
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -165,6 +169,7 @@ declare const CDSPagination_base: {
165
169
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
166
170
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
167
171
  dispatchEvent(event: Event): boolean;
172
+ ariaActiveDescendantElement: Element | null;
168
173
  ariaAtomic: string | null;
169
174
  ariaAutoComplete: string | null;
170
175
  ariaBrailleLabel: string | null;
@@ -175,25 +180,33 @@ declare const CDSPagination_base: {
175
180
  ariaColIndex: string | null;
176
181
  ariaColIndexText: string | null;
177
182
  ariaColSpan: string | null;
183
+ ariaControlsElements: ReadonlyArray<Element> | null;
178
184
  ariaCurrent: string | null;
185
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
179
186
  ariaDescription: string | null;
187
+ ariaDetailsElements: ReadonlyArray<Element> | null;
180
188
  ariaDisabled: string | null;
189
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
181
190
  ariaExpanded: string | null;
191
+ ariaFlowToElements: ReadonlyArray<Element> | null;
182
192
  ariaHasPopup: string | null;
183
193
  ariaHidden: string | null;
184
194
  ariaInvalid: string | null;
185
195
  ariaKeyShortcuts: string | null;
186
196
  ariaLabel: string | null;
197
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
187
198
  ariaLevel: string | null;
188
199
  ariaLive: string | null;
189
200
  ariaModal: string | null;
190
201
  ariaMultiLine: string | null;
191
202
  ariaMultiSelectable: string | null;
192
203
  ariaOrientation: string | null;
204
+ ariaOwnsElements: ReadonlyArray<Element> | null;
193
205
  ariaPlaceholder: string | null;
194
206
  ariaPosInSet: string | null;
195
207
  ariaPressed: string | null;
196
208
  ariaReadOnly: string | null;
209
+ ariaRelevant: string | null;
197
210
  ariaRequired: string | null;
198
211
  ariaRoleDescription: string | null;
199
212
  ariaRowCount: string | null;
@@ -235,7 +248,8 @@ declare const CDSPagination_base: {
235
248
  replaceChildren(...nodes: (Node | string)[]): void;
236
249
  readonly assignedSlot: HTMLSlotElement | null;
237
250
  readonly attributeStyleMap: StylePropertyMap;
238
- readonly style: CSSStyleDeclaration;
251
+ get style(): CSSStyleDeclaration;
252
+ set style(cssText: string);
239
253
  contentEditable: string;
240
254
  enterKeyHint: string;
241
255
  inputMode: string;
@@ -245,18 +259,19 @@ declare const CDSPagination_base: {
245
259
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
246
260
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
247
261
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
248
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
262
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
249
263
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
250
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
264
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
251
266
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
252
267
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
253
268
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
269
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
255
270
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
256
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
271
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
257
272
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
258
273
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
259
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
274
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
260
275
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
276
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
262
277
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -304,6 +319,7 @@ declare const CDSPagination_base: {
304
319
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
305
320
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
321
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
322
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
323
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
308
324
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
309
325
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -322,7 +338,7 @@ declare const CDSPagination_base: {
322
338
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
323
339
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
340
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
325
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
326
342
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
327
343
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
328
344
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -352,6 +368,7 @@ declare const CDSPagination_base: {
352
368
  accessKey: string;
353
369
  readonly accessKeyLabel: string;
354
370
  autocapitalize: string;
371
+ autocorrect: boolean;
355
372
  dir: string;
356
373
  draggable: boolean;
357
374
  hidden: boolean;
@@ -373,13 +390,14 @@ declare const CDSPagination_base: {
373
390
  click(): void;
374
391
  hidePopover(): void;
375
392
  showPopover(): void;
376
- togglePopover(force?: boolean): boolean;
393
+ togglePopover(options?: boolean): boolean;
377
394
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
378
395
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
379
396
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
380
397
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
381
398
  readonly attributes: NamedNodeMap;
382
- readonly classList: DOMTokenList;
399
+ get classList(): DOMTokenList;
400
+ set classList(value: string);
383
401
  className: string;
384
402
  readonly clientHeight: number;
385
403
  readonly clientLeft: number;
@@ -394,7 +412,8 @@ declare const CDSPagination_base: {
394
412
  onfullscreenerror: ((this: Element, ev: Event) => any) | null;
395
413
  outerHTML: string;
396
414
  readonly ownerDocument: Document;
397
- readonly part: DOMTokenList;
415
+ get part(): DOMTokenList;
416
+ set part(value: string);
398
417
  readonly prefix: string | null;
399
418
  readonly scrollHeight: number;
400
419
  scrollLeft: number;
@@ -457,6 +476,8 @@ declare const CDSPagination_base: {
457
476
  setPointerCapture(pointerId: number): void;
458
477
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
459
478
  webkitMatchesSelector(selectors: string): boolean;
479
+ get textContent(): string;
480
+ set textContent(value: string | null);
460
481
  readonly baseURI: string;
461
482
  readonly childNodes: NodeListOf<ChildNode>;
462
483
  readonly firstChild: ChildNode | null;
@@ -469,9 +490,8 @@ declare const CDSPagination_base: {
469
490
  readonly parentElement: HTMLElement | null;
470
491
  readonly parentNode: ParentNode | null;
471
492
  readonly previousSibling: ChildNode | null;
472
- textContent: string | null;
473
493
  appendChild<T extends Node>(node: T): T;
474
- cloneNode(deep?: boolean): Node;
494
+ cloneNode(subtree?: boolean): Node;
475
495
  compareDocumentPosition(other: Node): number;
476
496
  contains(other: Node | null): boolean;
477
497
  getRootNode(options?: GetRootNodeOptions): Node;
@@ -504,6 +524,7 @@ declare const CDSPagination_base: {
504
524
  readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
505
525
  readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
506
526
  dispatchEvent(event: Event): boolean;
527
+ ariaActiveDescendantElement: Element | null;
507
528
  ariaAtomic: string | null;
508
529
  ariaAutoComplete: string | null;
509
530
  ariaBrailleLabel: string | null;
@@ -514,25 +535,33 @@ declare const CDSPagination_base: {
514
535
  ariaColIndex: string | null;
515
536
  ariaColIndexText: string | null;
516
537
  ariaColSpan: string | null;
538
+ ariaControlsElements: ReadonlyArray<Element> | null;
517
539
  ariaCurrent: string | null;
540
+ ariaDescribedByElements: ReadonlyArray<Element> | null;
518
541
  ariaDescription: string | null;
542
+ ariaDetailsElements: ReadonlyArray<Element> | null;
519
543
  ariaDisabled: string | null;
544
+ ariaErrorMessageElements: ReadonlyArray<Element> | null;
520
545
  ariaExpanded: string | null;
546
+ ariaFlowToElements: ReadonlyArray<Element> | null;
521
547
  ariaHasPopup: string | null;
522
548
  ariaHidden: string | null;
523
549
  ariaInvalid: string | null;
524
550
  ariaKeyShortcuts: string | null;
525
551
  ariaLabel: string | null;
552
+ ariaLabelledByElements: ReadonlyArray<Element> | null;
526
553
  ariaLevel: string | null;
527
554
  ariaLive: string | null;
528
555
  ariaModal: string | null;
529
556
  ariaMultiLine: string | null;
530
557
  ariaMultiSelectable: string | null;
531
558
  ariaOrientation: string | null;
559
+ ariaOwnsElements: ReadonlyArray<Element> | null;
532
560
  ariaPlaceholder: string | null;
533
561
  ariaPosInSet: string | null;
534
562
  ariaPressed: string | null;
535
563
  ariaReadOnly: string | null;
564
+ ariaRelevant: string | null;
536
565
  ariaRequired: string | null;
537
566
  ariaRoleDescription: string | null;
538
567
  ariaRowCount: string | null;
@@ -574,7 +603,8 @@ declare const CDSPagination_base: {
574
603
  replaceChildren(...nodes: (Node | string)[]): void;
575
604
  readonly assignedSlot: HTMLSlotElement | null;
576
605
  readonly attributeStyleMap: StylePropertyMap;
577
- readonly style: CSSStyleDeclaration;
606
+ get style(): CSSStyleDeclaration;
607
+ set style(cssText: string);
578
608
  contentEditable: string;
579
609
  enterKeyHint: string;
580
610
  inputMode: string;
@@ -584,18 +614,19 @@ declare const CDSPagination_base: {
584
614
  onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
585
615
  onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
586
616
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
587
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
617
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
588
618
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
589
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
619
+ onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
620
+ onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
590
621
  onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
591
622
  oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
592
623
  oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
593
624
  oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
594
625
  onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
595
- onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
626
+ onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
596
627
  onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
597
628
  oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
598
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
629
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
599
630
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
600
631
  oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
601
632
  oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -643,6 +674,7 @@ declare const CDSPagination_base: {
643
674
  onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
644
675
  onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
645
676
  onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
677
+ onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
646
678
  onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
647
679
  onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
648
680
  onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -661,7 +693,7 @@ declare const CDSPagination_base: {
661
693
  onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
662
694
  onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
663
695
  ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
664
- ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
696
+ ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
665
697
  ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
666
698
  ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
667
699
  ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
@@ -852,6 +884,8 @@ declare class CDSPagination extends CDSPagination_base {
852
884
  static get eventPageSizeChanged(): string;
853
885
  static shadowRootOptions: {
854
886
  delegatesFocus: boolean;
887
+ clonable?: boolean;
888
+ customElementRegistry?: CustomElementRegistry;
855
889
  mode: ShadowRootMode;
856
890
  serializable?: boolean;
857
891
  slotAssignment?: SlotAssignmentMode;
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Copyright IBM Corp. 2026
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ /**
8
+ * Size of the pagination nav.
9
+ */
10
+ export declare enum PAGINATION_NAV_SIZE {
11
+ /**
12
+ * Small size.
13
+ */
14
+ SMALL = "sm",
15
+ /**
16
+ * Medium size.
17
+ */
18
+ MEDIUM = "md",
19
+ /**
20
+ * Large size.
21
+ */
22
+ LARGE = "lg"
23
+ }
24
+ /**
25
+ * Prev/Next button tooltip alignment.
26
+ */
27
+ export declare enum PAGINATION_TOOLTIP_ALIGNMENT {
28
+ /**
29
+ * Aligned to the start.
30
+ */
31
+ START = "start",
32
+ /**
33
+ * Aligned to the center.
34
+ */
35
+ CENTER = "center",
36
+ /**
37
+ * Aligned to the end.
38
+ */
39
+ END = "end"
40
+ }
41
+ /**
42
+ * Prev/Next button tooltip position.
43
+ */
44
+ export declare enum PAGINATION_TOOLTIP_POSITION {
45
+ /**
46
+ * Positioned on the top.
47
+ */
48
+ TOP = "top",
49
+ /**
50
+ * Positioned on the right.
51
+ */
52
+ RIGHT = "right",
53
+ /**
54
+ * Positioned on the bottom.
55
+ */
56
+ BOTTOM = "bottom",
57
+ /**
58
+ * Positioned on the left.
59
+ */
60
+ LEFT = "left"
61
+ }