@carbon/web-components 2.62.0 → 2.63.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 (773) hide show
  1. package/README.md +26 -0
  2. package/bin/create-prefixed-build.js +157 -0
  3. package/custom-elements.json +1365 -296
  4. package/es/components/accordion/accordion.scss.js +1 -1
  5. package/es/components/action-set/action-set.scss.js +1 -1
  6. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  7. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  8. package/es/components/ai-label/ai-label-action-button.js +4 -3
  9. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  10. package/es/components/ai-label/ai-label.scss.js +1 -1
  11. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  12. package/es/components/ai-label/index.d.ts +1 -0
  13. package/es/components/ai-label/index.d.ts.map +1 -1
  14. package/es/components/ai-label/index.js +1 -0
  15. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  16. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  17. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  18. package/es/components/big-number/big-number-skeleton.js +62 -0
  19. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  20. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  21. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  22. package/es/components/big-number/big-number.d.ts +35 -0
  23. package/es/components/big-number/big-number.d.ts.map +1 -0
  24. package/es/components/big-number/big-number.js +171 -0
  25. package/es/components/big-number/big-number.js.map +1 -0
  26. package/es/components/big-number/big-number.scss.js +14 -0
  27. package/es/components/big-number/big-number.scss.js.map +1 -0
  28. package/es/components/big-number/constants.d.ts +20 -0
  29. package/es/components/big-number/constants.d.ts.map +1 -0
  30. package/es/components/big-number/constants.js +32 -0
  31. package/es/components/big-number/constants.js.map +1 -0
  32. package/es/components/big-number/index.d.ts +8 -0
  33. package/es/components/big-number/index.d.ts.map +1 -0
  34. package/es/components/big-number/index.js +8 -0
  35. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  36. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  37. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  38. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  39. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb.js +2 -2
  41. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts.map +1 -1
  44. package/es/components/button/button.js +1 -1
  45. package/es/components/button/button.js.map +1 -1
  46. package/es/components/button/button.scss.js +1 -1
  47. package/es/components/checkbox/checkbox.scss.js +1 -1
  48. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  49. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  50. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  51. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  52. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  53. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  54. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  55. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  56. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  57. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  58. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  59. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  60. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  61. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  62. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  63. package/es/components/coachmark/coachmark-body.js +39 -0
  64. package/es/components/coachmark/coachmark-body.js.map +1 -0
  65. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  66. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  67. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  68. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  69. package/es/components/coachmark/coachmark-context.js +39 -0
  70. package/es/components/coachmark/coachmark-context.js.map +1 -0
  71. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  72. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  73. package/es/components/coachmark/coachmark-header.js +95 -0
  74. package/es/components/coachmark/coachmark-header.js.map +1 -0
  75. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  76. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  77. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  78. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  79. package/es/components/coachmark/coachmark-helpers.js +33 -0
  80. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  81. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  82. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  83. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  84. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  85. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  86. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  87. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  88. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  89. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  90. package/es/components/coachmark/coachmark.d.ts +97 -0
  91. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  92. package/es/components/coachmark/coachmark.js +290 -0
  93. package/es/components/coachmark/coachmark.js.map +1 -0
  94. package/es/components/coachmark/coachmark.scss.js +14 -0
  95. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  96. package/es/components/coachmark/index.d.ts +10 -0
  97. package/es/components/coachmark/index.d.ts.map +1 -0
  98. package/es/components/coachmark/index.js +10 -0
  99. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  100. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  101. package/es/components/combo-box/combo-box.js +5 -12
  102. package/es/components/combo-box/combo-box.js.map +1 -1
  103. package/es/components/combo-box/combo-box.scss.js +1 -1
  104. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  105. package/es/components/combo-button/combo-button.scss.js +1 -1
  106. package/es/components/contained-list/contained-list.scss.js +1 -1
  107. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  108. package/es/components/copy/index.d.ts +9 -0
  109. package/es/components/copy/index.d.ts.map +1 -0
  110. package/es/components/copy/index.js +9 -0
  111. package/es/components/copy-button/copy-button.scss.js +1 -1
  112. package/es/components/data-table/data-table.scss.js +1 -1
  113. package/es/components/date-picker/date-picker.scss.js +1 -1
  114. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  115. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  116. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  117. package/es/components/dialog/dialog.scss.js +1 -1
  118. package/es/components/dropdown/dropdown.d.ts +2 -1
  119. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  120. package/es/components/dropdown/dropdown.js +13 -15
  121. package/es/components/dropdown/dropdown.js.map +1 -1
  122. package/es/components/dropdown/dropdown.scss.js +1 -1
  123. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  124. package/es/components/edit-in-place/defs.d.ts +30 -0
  125. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  126. package/es/components/edit-in-place/defs.js +43 -0
  127. package/es/components/edit-in-place/defs.js.map +1 -0
  128. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  129. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  130. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  131. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  132. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  133. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  134. package/es/components/edit-in-place/edit-in-place.js +453 -0
  135. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  136. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  137. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  138. package/es/components/edit-in-place/index.d.ts +10 -0
  139. package/es/components/edit-in-place/index.d.ts.map +1 -0
  140. package/es/components/edit-in-place/index.js +20 -0
  141. package/es/components/edit-in-place/index.js.map +1 -0
  142. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  143. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  144. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  145. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  146. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  147. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  148. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  149. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  150. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  151. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  152. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  153. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  154. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  155. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  156. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  157. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  158. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  159. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  160. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  161. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  162. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  163. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  164. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  165. package/es/components/form/form-item.scss.js +1 -1
  166. package/es/components/form/form.scss.js +1 -1
  167. package/es/components/form-group/form-group.scss.js +1 -1
  168. package/es/components/grid/column-hang.scss.js +1 -1
  169. package/es/components/grid/grid.scss.js +1 -1
  170. package/es/components/icon-button/icon-button.d.ts +1 -1
  171. package/es/components/icon-button/icon-button.js +1 -1
  172. package/es/components/icon-button/icon-button.js.map +1 -1
  173. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  174. package/es/components/layer/layer.scss.js +1 -1
  175. package/es/components/layout/layout.scss.js +1 -1
  176. package/es/components/link/link.d.ts +2 -1
  177. package/es/components/link/link.d.ts.map +1 -1
  178. package/es/components/link/link.js +1 -1
  179. package/es/components/link/link.js.map +1 -1
  180. package/es/components/loading/loading.scss.js +1 -1
  181. package/es/components/menu/menu-item.d.ts.map +1 -1
  182. package/es/components/menu/menu-item.js +2 -6
  183. package/es/components/menu/menu-item.js.map +1 -1
  184. package/es/components/menu/menu-item.scss.js +1 -1
  185. package/es/components/menu/menu-item.scss.js.map +1 -1
  186. package/es/components/menu/menu.d.ts +10 -0
  187. package/es/components/menu/menu.d.ts.map +1 -1
  188. package/es/components/menu/menu.js +17 -11
  189. package/es/components/menu/menu.js.map +1 -1
  190. package/es/components/menu/menu.scss.js +1 -1
  191. package/es/components/menu/menu.scss.js.map +1 -1
  192. package/es/components/menu-button/menu-button.scss.js +1 -1
  193. package/es/components/modal/modal.scss.js +1 -1
  194. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  195. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  196. package/es/components/multi-select/multi-select-item.js +5 -1
  197. package/es/components/multi-select/multi-select-item.js.map +1 -1
  198. package/es/components/multi-select/multi-select.d.ts +2 -1
  199. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  200. package/es/components/multi-select/multi-select.js +15 -14
  201. package/es/components/multi-select/multi-select.js.map +1 -1
  202. package/es/components/multi-select/multi-select.scss.js +1 -1
  203. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  204. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  205. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  206. package/es/components/notification/actionable-notification-button.js +2 -2
  207. package/es/components/notification/actionable-notification-button.js.map +1 -1
  208. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  209. package/es/components/notification/actionable-notification.js +4 -4
  210. package/es/components/notification/actionable-notification.js.map +1 -1
  211. package/es/components/notification/actionable-notification.scss.js +1 -1
  212. package/es/components/notification/inline-notification.scss.js +1 -1
  213. package/es/components/notification/toast-notification.scss.js +1 -1
  214. package/es/components/number-input/number-input.scss.js +1 -1
  215. package/es/components/number-input/number-input.scss.js.map +1 -1
  216. package/es/components/options-tile/index.d.ts +8 -0
  217. package/es/components/options-tile/index.d.ts.map +1 -0
  218. package/es/components/options-tile/index.js +8 -0
  219. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  220. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  221. package/es/components/options-tile/option-tile-helpers.js +163 -0
  222. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  223. package/es/components/options-tile/options-tile.d.ts +91 -0
  224. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  225. package/es/components/options-tile/options-tile.js +208 -0
  226. package/es/components/options-tile/options-tile.js.map +1 -0
  227. package/es/components/options-tile/options-tile.scss.js +14 -0
  228. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  229. package/es/components/overflow-menu/overflow-menu.js +1 -1
  230. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  231. package/es/components/page-header/index.d.ts +1 -0
  232. package/es/components/page-header/index.d.ts.map +1 -1
  233. package/es/components/page-header/index.js +1 -0
  234. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  235. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  236. package/es/components/page-header/page-header-tabs.js +1 -2
  237. package/es/components/page-header/page-header-tabs.js.map +1 -1
  238. package/es/components/page-header/page-header.d.ts +1 -1
  239. package/es/components/page-header/page-header.d.ts.map +1 -1
  240. package/es/components/page-header/page-header.js +1 -2
  241. package/es/components/page-header/page-header.js.map +1 -1
  242. package/es/components/page-header/page-header.scss.js +1 -1
  243. package/es/components/pagination/pagination.scss.js +1 -1
  244. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  245. package/es/components/password-input/password-input.scss.js +1 -1
  246. package/es/components/popover/popover.scss.js +1 -1
  247. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  248. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  249. package/es/components/radio-button/radio-button.scss.js +1 -1
  250. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  251. package/es/components/search/search.d.ts.map +1 -1
  252. package/es/components/search/search.js +2 -0
  253. package/es/components/search/search.js.map +1 -1
  254. package/es/components/search/search.scss.js +1 -1
  255. package/es/components/search/search.scss.js.map +1 -1
  256. package/es/components/select/select.scss.js +1 -1
  257. package/es/components/select/select.scss.js.map +1 -1
  258. package/es/components/side-panel/side-panel.js +2 -2
  259. package/es/components/side-panel/side-panel.js.map +1 -1
  260. package/es/components/side-panel/side-panel.scss.js +1 -1
  261. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  262. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  263. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  264. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  265. package/es/components/slider/slider.scss.js +1 -1
  266. package/es/components/slider/slider.scss.js.map +1 -1
  267. package/es/components/slug/index.d.ts +1 -0
  268. package/es/components/slug/index.d.ts.map +1 -1
  269. package/es/components/slug/index.js +1 -0
  270. package/es/components/slug/slug.scss.js +1 -1
  271. package/es/components/structured-list/structured-list.scss.js +1 -1
  272. package/es/components/tabs/tabs.scss.js +1 -1
  273. package/es/components/tabs/tabs.scss.js.map +1 -1
  274. package/es/components/tag/dismissible-tag.d.ts +1 -1
  275. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  276. package/es/components/tag/dismissible-tag.js +24 -15
  277. package/es/components/tag/dismissible-tag.js.map +1 -1
  278. package/es/components/tag/tag.d.ts.map +1 -1
  279. package/es/components/tag/tag.js +1 -1
  280. package/es/components/tag/tag.js.map +1 -1
  281. package/es/components/tag/tag.scss.js +1 -1
  282. package/es/components/tag/tag.scss.js.map +1 -1
  283. package/es/components/text-input/text-input.scss.js +1 -1
  284. package/es/components/text-input/text-input.scss.js.map +1 -1
  285. package/es/components/textarea/textarea.scss.js +1 -1
  286. package/es/components/tile/clickable-tile.d.ts +2 -1
  287. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  288. package/es/components/tile/clickable-tile.js.map +1 -1
  289. package/es/components/tile/tile.scss.js +1 -1
  290. package/es/components/time-picker/time-picker.scss.js +1 -1
  291. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  292. package/es/components/tooltip/tooltip.scss.js +1 -1
  293. package/es/components/tree-view/tree-view.scss.js +1 -1
  294. package/es/components/ui-shell/header.scss.js +1 -1
  295. package/es/components/ui-shell/side-nav.scss.js +1 -1
  296. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  297. package/es/globals/controllers/floating-controller.js.map +1 -1
  298. package/es/globals/decorators/carbon-element.d.ts +8 -0
  299. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  300. package/es/globals/decorators/carbon-element.js +8 -0
  301. package/es/globals/decorators/carbon-element.js.map +1 -1
  302. package/es/globals/internal/collection-helpers.d.ts +5 -5
  303. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  304. package/es/globals/internal/collection-helpers.js +1 -1
  305. package/es/globals/internal/collection-helpers.js.map +1 -1
  306. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  307. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  308. package/es/globals/internal/getSupportedLocale.js +29 -0
  309. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  310. package/es/globals/mixins/on.d.ts +2 -2
  311. package/es/globals/mixins/on.d.ts.map +1 -1
  312. package/es/globals/mixins/on.js +4 -4
  313. package/es/globals/mixins/on.js.map +1 -1
  314. package/es/globals/register.d.ts +89 -0
  315. package/es/globals/register.d.ts.map +1 -0
  316. package/es/globals/register.js +56 -0
  317. package/es/globals/register.js.map +1 -0
  318. package/es-custom/components/accordion/accordion.scss.js +1 -1
  319. package/es-custom/components/action-set/action-set.scss.js +1 -1
  320. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  321. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  322. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  323. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  324. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  325. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  326. package/es-custom/components/ai-label/index.d.ts +1 -0
  327. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  328. package/es-custom/components/ai-label/index.js +1 -0
  329. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  330. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  331. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  332. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  333. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  334. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  335. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  336. package/es-custom/components/big-number/big-number.d.ts +35 -0
  337. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  338. package/es-custom/components/big-number/big-number.js +171 -0
  339. package/es-custom/components/big-number/big-number.js.map +1 -0
  340. package/es-custom/components/big-number/big-number.scss.js +14 -0
  341. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  342. package/es-custom/components/big-number/constants.d.ts +20 -0
  343. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  344. package/es-custom/components/big-number/constants.js +32 -0
  345. package/es-custom/components/big-number/constants.js.map +1 -0
  346. package/es-custom/components/big-number/index.d.ts +8 -0
  347. package/es-custom/components/big-number/index.d.ts.map +1 -0
  348. package/es-custom/components/big-number/index.js +8 -0
  349. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  350. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  351. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  352. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  353. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  354. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  355. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  356. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  357. package/es-custom/components/button/button.d.ts.map +1 -1
  358. package/es-custom/components/button/button.js +1 -1
  359. package/es-custom/components/button/button.js.map +1 -1
  360. package/es-custom/components/button/button.scss.js +1 -1
  361. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  362. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  363. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  364. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  365. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  366. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  367. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  368. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  369. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  370. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  371. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  372. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  373. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  374. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  375. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  376. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  377. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  378. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  379. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  380. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  381. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  382. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  383. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  384. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  385. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  386. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  387. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  388. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  389. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  390. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  391. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  392. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  393. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  394. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  395. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  396. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  397. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  398. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  399. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  400. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  401. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  402. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  403. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  404. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  405. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  406. package/es-custom/components/coachmark/coachmark.js +290 -0
  407. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  408. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  409. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  410. package/es-custom/components/coachmark/index.d.ts +10 -0
  411. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  412. package/es-custom/components/coachmark/index.js +10 -0
  413. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  414. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  415. package/es-custom/components/combo-box/combo-box.js +5 -12
  416. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  417. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  418. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  419. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  420. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  421. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  422. package/es-custom/components/copy/index.d.ts +9 -0
  423. package/es-custom/components/copy/index.d.ts.map +1 -0
  424. package/es-custom/components/copy/index.js +9 -0
  425. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  426. package/es-custom/components/data-table/data-table.scss.js +1 -1
  427. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  428. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  429. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  430. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  431. package/es-custom/components/dialog/dialog.scss.js +1 -1
  432. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  433. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  434. package/es-custom/components/dropdown/dropdown.js +13 -15
  435. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  436. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  437. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  438. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  439. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  440. package/es-custom/components/edit-in-place/defs.js +43 -0
  441. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  442. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  443. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  444. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  445. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  446. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  447. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  448. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  449. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  450. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  451. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  452. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  453. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  454. package/es-custom/components/edit-in-place/index.js +20 -0
  455. package/es-custom/components/edit-in-place/index.js.map +1 -0
  456. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  457. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  458. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  459. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  460. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  461. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  462. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  463. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  464. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  465. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  466. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  467. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  468. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  469. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  470. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  471. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  472. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  473. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  474. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  475. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  476. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  477. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  478. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  479. package/es-custom/components/form/form-item.scss.js +1 -1
  480. package/es-custom/components/form/form.scss.js +1 -1
  481. package/es-custom/components/form-group/form-group.scss.js +1 -1
  482. package/es-custom/components/grid/column-hang.scss.js +1 -1
  483. package/es-custom/components/grid/grid.scss.js +1 -1
  484. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  485. package/es-custom/components/icon-button/icon-button.js +1 -1
  486. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  487. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  488. package/es-custom/components/layer/layer.scss.js +1 -1
  489. package/es-custom/components/layout/layout.scss.js +1 -1
  490. package/es-custom/components/link/link.d.ts +2 -1
  491. package/es-custom/components/link/link.d.ts.map +1 -1
  492. package/es-custom/components/link/link.js +1 -1
  493. package/es-custom/components/link/link.js.map +1 -1
  494. package/es-custom/components/loading/loading.scss.js +1 -1
  495. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  496. package/es-custom/components/menu/menu-item.js +2 -6
  497. package/es-custom/components/menu/menu-item.js.map +1 -1
  498. package/es-custom/components/menu/menu-item.scss.js +1 -1
  499. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  500. package/es-custom/components/menu/menu.d.ts +10 -0
  501. package/es-custom/components/menu/menu.d.ts.map +1 -1
  502. package/es-custom/components/menu/menu.js +17 -11
  503. package/es-custom/components/menu/menu.js.map +1 -1
  504. package/es-custom/components/menu/menu.scss.js +1 -1
  505. package/es-custom/components/menu/menu.scss.js.map +1 -1
  506. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  507. package/es-custom/components/modal/modal.scss.js +1 -1
  508. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  509. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  510. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  511. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  512. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  513. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  514. package/es-custom/components/multi-select/multi-select.js +15 -14
  515. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  516. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  517. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  518. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  519. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  520. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  521. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  522. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  523. package/es-custom/components/notification/actionable-notification.js +4 -4
  524. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  525. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  526. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  527. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  528. package/es-custom/components/number-input/number-input.scss.js +1 -1
  529. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  530. package/es-custom/components/options-tile/index.d.ts +8 -0
  531. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  532. package/es-custom/components/options-tile/index.js +8 -0
  533. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  534. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  535. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  536. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  537. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  538. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  539. package/es-custom/components/options-tile/options-tile.js +208 -0
  540. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  541. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  542. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  543. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  544. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  545. package/es-custom/components/page-header/index.d.ts +1 -0
  546. package/es-custom/components/page-header/index.d.ts.map +1 -1
  547. package/es-custom/components/page-header/index.js +1 -0
  548. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  549. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  550. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  551. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  552. package/es-custom/components/page-header/page-header.d.ts +1 -1
  553. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  554. package/es-custom/components/page-header/page-header.js +1 -2
  555. package/es-custom/components/page-header/page-header.js.map +1 -1
  556. package/es-custom/components/page-header/page-header.scss.js +1 -1
  557. package/es-custom/components/pagination/pagination.scss.js +1 -1
  558. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  559. package/es-custom/components/password-input/password-input.scss.js +1 -1
  560. package/es-custom/components/popover/popover.scss.js +1 -1
  561. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  562. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  563. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  564. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  565. package/es-custom/components/search/search.d.ts.map +1 -1
  566. package/es-custom/components/search/search.js +2 -0
  567. package/es-custom/components/search/search.js.map +1 -1
  568. package/es-custom/components/search/search.scss.js +1 -1
  569. package/es-custom/components/search/search.scss.js.map +1 -1
  570. package/es-custom/components/select/select.scss.js +1 -1
  571. package/es-custom/components/select/select.scss.js.map +1 -1
  572. package/es-custom/components/side-panel/side-panel.js +2 -2
  573. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  574. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  575. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  576. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  577. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  578. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  579. package/es-custom/components/slider/slider.scss.js +1 -1
  580. package/es-custom/components/slider/slider.scss.js.map +1 -1
  581. package/es-custom/components/slug/index.d.ts +1 -0
  582. package/es-custom/components/slug/index.d.ts.map +1 -1
  583. package/es-custom/components/slug/index.js +1 -0
  584. package/es-custom/components/slug/slug.scss.js +1 -1
  585. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  586. package/es-custom/components/tabs/tabs.scss.js +1 -1
  587. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  588. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  589. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  590. package/es-custom/components/tag/dismissible-tag.js +24 -15
  591. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  592. package/es-custom/components/tag/tag.d.ts.map +1 -1
  593. package/es-custom/components/tag/tag.js +1 -1
  594. package/es-custom/components/tag/tag.js.map +1 -1
  595. package/es-custom/components/tag/tag.scss.js +1 -1
  596. package/es-custom/components/tag/tag.scss.js.map +1 -1
  597. package/es-custom/components/text-input/text-input.scss.js +1 -1
  598. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  599. package/es-custom/components/textarea/textarea.scss.js +1 -1
  600. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  601. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  602. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  603. package/es-custom/components/tile/tile.scss.js +1 -1
  604. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  605. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  606. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  607. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  608. package/es-custom/components/ui-shell/header.scss.js +1 -1
  609. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  610. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  611. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  612. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  613. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  614. package/es-custom/globals/decorators/carbon-element.js +18 -1
  615. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  616. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  617. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  618. package/es-custom/globals/internal/collection-helpers.js +1 -1
  619. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  620. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  621. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  622. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  623. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  624. package/es-custom/globals/mixins/on.d.ts +2 -2
  625. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  626. package/es-custom/globals/mixins/on.js +4 -4
  627. package/es-custom/globals/mixins/on.js.map +1 -1
  628. package/es-custom/globals/register.d.ts +89 -0
  629. package/es-custom/globals/register.d.ts.map +1 -0
  630. package/es-custom/globals/register.js +56 -0
  631. package/es-custom/globals/register.js.map +1 -0
  632. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  633. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  634. package/lib/components/ai-label/index.d.ts +1 -0
  635. package/lib/components/ai-label/index.d.ts.map +1 -1
  636. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  637. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  638. package/lib/components/big-number/big-number.d.ts +35 -0
  639. package/lib/components/big-number/big-number.d.ts.map +1 -0
  640. package/lib/components/big-number/constants.d.ts +20 -0
  641. package/lib/components/big-number/constants.d.ts.map +1 -0
  642. package/lib/components/big-number/index.d.ts +8 -0
  643. package/lib/components/big-number/index.d.ts.map +1 -0
  644. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  645. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  646. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  647. package/lib/components/button/button.d.ts.map +1 -1
  648. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  649. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  650. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  651. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  652. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  653. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  654. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  655. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  656. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  657. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  658. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  659. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  660. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  661. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  662. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  663. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  664. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  665. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  666. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  667. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  668. package/lib/components/coachmark/coachmark.d.ts +97 -0
  669. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  670. package/lib/components/coachmark/index.d.ts +10 -0
  671. package/lib/components/coachmark/index.d.ts.map +1 -0
  672. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  673. package/lib/components/copy/index.d.ts +9 -0
  674. package/lib/components/copy/index.d.ts.map +1 -0
  675. package/lib/components/dropdown/dropdown.d.ts +2 -1
  676. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  677. package/lib/components/edit-in-place/defs.d.ts +30 -0
  678. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  679. package/lib/components/edit-in-place/defs.js +45 -0
  680. package/lib/components/edit-in-place/defs.js.map +1 -0
  681. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  682. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  683. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  684. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  685. package/lib/components/edit-in-place/index.d.ts +10 -0
  686. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  687. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  688. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  689. package/lib/components/icon-button/icon-button.d.ts +1 -1
  690. package/lib/components/link/link.d.ts +2 -1
  691. package/lib/components/link/link.d.ts.map +1 -1
  692. package/lib/components/menu/menu-item.d.ts.map +1 -1
  693. package/lib/components/menu/menu.d.ts +10 -0
  694. package/lib/components/menu/menu.d.ts.map +1 -1
  695. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  696. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  697. package/lib/components/multi-select/multi-select.d.ts +2 -1
  698. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  699. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  700. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  701. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  702. package/lib/components/options-tile/index.d.ts +8 -0
  703. package/lib/components/options-tile/index.d.ts.map +1 -0
  704. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  705. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  706. package/lib/components/options-tile/options-tile.d.ts +91 -0
  707. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  708. package/lib/components/page-header/index.d.ts +1 -0
  709. package/lib/components/page-header/index.d.ts.map +1 -1
  710. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  711. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  712. package/lib/components/page-header/page-header.d.ts +1 -1
  713. package/lib/components/page-header/page-header.d.ts.map +1 -1
  714. package/lib/components/search/search.d.ts.map +1 -1
  715. package/lib/components/slug/index.d.ts +1 -0
  716. package/lib/components/slug/index.d.ts.map +1 -1
  717. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  718. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  719. package/lib/components/tag/tag.d.ts.map +1 -1
  720. package/lib/components/tile/clickable-tile.d.ts +2 -1
  721. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  722. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  723. package/lib/globals/controllers/floating-controller.js.map +1 -1
  724. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  725. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  726. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  727. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  728. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  729. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  730. package/lib/globals/mixins/on.d.ts +2 -2
  731. package/lib/globals/mixins/on.d.ts.map +1 -1
  732. package/lib/globals/register.d.ts +89 -0
  733. package/lib/globals/register.d.ts.map +1 -0
  734. package/lib/globals/register.js +61 -0
  735. package/lib/globals/register.js.map +1 -0
  736. package/package.json +16 -10
  737. package/scss/components/ai-label/ai-label.scss +24 -33
  738. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  739. package/scss/components/big-number/big-number.scss +29 -0
  740. package/scss/components/big-number/story-styles.scss +48 -0
  741. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  742. package/scss/components/coachmark/coachmark-body.scss +16 -0
  743. package/scss/components/coachmark/coachmark-header.scss +28 -0
  744. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  745. package/scss/components/coachmark/coachmark.scss +42 -0
  746. package/scss/components/coachmark/story-styles.scss +37 -0
  747. package/scss/components/combo-box/combo-box.scss +63 -6
  748. package/scss/components/data-table/_table-action.scss +5 -3
  749. package/scss/components/date-picker/date-picker.scss +70 -2
  750. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  751. package/scss/components/dropdown/dropdown.scss +39 -4
  752. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  753. package/scss/components/edit-in-place/story-styles.scss +61 -0
  754. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  755. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  756. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  757. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  758. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  759. package/scss/components/fluid-search/fluid-search.scss +6 -3
  760. package/scss/components/menu/menu-item.scss +9 -1
  761. package/scss/components/menu/menu.scss +32 -1
  762. package/scss/components/multi-select/multi-select.scss +130 -28
  763. package/scss/components/number-input/number-input.scss +35 -1
  764. package/scss/components/options-tile/options-tile.scss +157 -0
  765. package/scss/components/options-tile/story-styles.scss +32 -0
  766. package/scss/components/search/search.scss +7 -0
  767. package/scss/components/select/select.scss +7 -3
  768. package/scss/components/slider/slider.scss +9 -2
  769. package/scss/components/tabs/tabs.scss +9 -2
  770. package/scss/components/tag/tag-story.scss +19 -0
  771. package/scss/components/tag/tag.scss +15 -11
  772. package/scss/components/text-input/text-input.scss +22 -0
  773. package/telemetry.yml +62 -0
@@ -1,4 +1,10 @@
1
1
  {
2
+ "_deprecated": {
3
+ "message": "The WCA manifest format is deprecated and will be removed in the next major version (v3.0.0), in favor of the standard Custom Elements Manifest (CEM).",
4
+ "removeInVersion": "3.0.0",
5
+ "replacement": "Custom Elements Manifest (CEM)",
6
+ "issue": "https://github.com/carbon-design-system/carbon/issues/20670"
7
+ },
2
8
  "version": "experimental",
3
9
  "tags": [
4
10
  {
@@ -510,7 +516,8 @@
510
516
  },
511
517
  {
512
518
  "name": "styles",
513
- "default": "\"styles\""
519
+ "type": "array",
520
+ "default": "[\"buttonStyles\",\"styles\"]"
514
521
  }
515
522
  ]
516
523
  },
@@ -841,6 +848,159 @@
841
848
  }
842
849
  ]
843
850
  },
851
+ {
852
+ "name": "cds-big-number-skeleton",
853
+ "path": "./src/components/big-number/big-number-skeleton.ts",
854
+ "attributes": [
855
+ {
856
+ "name": "size",
857
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
858
+ "default": "\"default\""
859
+ }
860
+ ],
861
+ "properties": [
862
+ {
863
+ "name": "size",
864
+ "attribute": "size",
865
+ "type": "\"lg\" | \"xl\" | \"default\" | undefined",
866
+ "default": "\"default\""
867
+ },
868
+ {
869
+ "name": "styles",
870
+ "default": "\"styles\""
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "cds-big-number",
876
+ "path": "./src/components/big-number/big-number.ts",
877
+ "attributes": [
878
+ {
879
+ "name": "fraction-digits",
880
+ "type": "number",
881
+ "default": "1"
882
+ },
883
+ {
884
+ "name": "label",
885
+ "type": "string | undefined"
886
+ },
887
+ {
888
+ "name": "loading",
889
+ "type": "boolean",
890
+ "default": "false"
891
+ },
892
+ {
893
+ "name": "locale",
894
+ "type": "string",
895
+ "default": "\"en-US\""
896
+ },
897
+ {
898
+ "name": "percentage",
899
+ "type": "boolean",
900
+ "default": "false"
901
+ },
902
+ {
903
+ "name": "size",
904
+ "type": "\"lg\" | \"xl\" | \"default\"",
905
+ "default": "\"default\""
906
+ },
907
+ {
908
+ "name": "total",
909
+ "type": "number | undefined"
910
+ },
911
+ {
912
+ "name": "trending",
913
+ "type": "boolean",
914
+ "default": "false"
915
+ },
916
+ {
917
+ "name": "truncate",
918
+ "type": "boolean",
919
+ "default": "true"
920
+ },
921
+ {
922
+ "name": "value",
923
+ "type": "number | undefined"
924
+ }
925
+ ],
926
+ "properties": [
927
+ {
928
+ "name": "fractionDigits",
929
+ "attribute": "fraction-digits",
930
+ "type": "number",
931
+ "default": "1"
932
+ },
933
+ {
934
+ "name": "label",
935
+ "attribute": "label",
936
+ "type": "string | undefined"
937
+ },
938
+ {
939
+ "name": "loading",
940
+ "attribute": "loading",
941
+ "type": "boolean",
942
+ "default": "false"
943
+ },
944
+ {
945
+ "name": "locale",
946
+ "attribute": "locale",
947
+ "type": "string",
948
+ "default": "\"en-US\""
949
+ },
950
+ {
951
+ "name": "percentage",
952
+ "attribute": "percentage",
953
+ "type": "boolean",
954
+ "default": "false"
955
+ },
956
+ {
957
+ "name": "size",
958
+ "attribute": "size",
959
+ "type": "\"lg\" | \"xl\" | \"default\"",
960
+ "default": "\"default\""
961
+ },
962
+ {
963
+ "name": "total",
964
+ "attribute": "total",
965
+ "type": "number | undefined"
966
+ },
967
+ {
968
+ "name": "trending",
969
+ "attribute": "trending",
970
+ "type": "boolean",
971
+ "default": "false"
972
+ },
973
+ {
974
+ "name": "truncate",
975
+ "attribute": "truncate",
976
+ "type": "boolean",
977
+ "default": "true"
978
+ },
979
+ {
980
+ "name": "value",
981
+ "attribute": "value",
982
+ "type": "number | undefined"
983
+ },
984
+ {
985
+ "name": "styles",
986
+ "default": "\"styles\""
987
+ }
988
+ ],
989
+ "slots": [
990
+ {
991
+ "name": "label",
992
+ "description": "Header area that displays the label above the value. This slot can be customized to include an info icon and a tooltip for additional context."
993
+ },
994
+ {
995
+ "name": "trending-icon",
996
+ "description": "Displays an icon indicating trend direction. Can be customized to show a downward arrow when the trend is not upward."
997
+ },
998
+ {
999
+ "name": "icon-button",
1000
+ "description": "Displays an icon button next to `value`."
1001
+ }
1002
+ ]
1003
+ },
844
1004
  {
845
1005
  "name": "cds-breadcrumb-item",
846
1006
  "path": "./src/components/breadcrumb/breadcrumb-item.ts",
@@ -2394,134 +2554,631 @@
2394
2554
  ]
2395
2555
  },
2396
2556
  {
2397
- "name": "cds-code-snippet",
2398
- "path": "./src/components/code-snippet/code-snippet.ts",
2399
- "description": "Basic code snippet.",
2557
+ "name": "cds-coachmark-beacon",
2558
+ "path": "./src/components/coachmark/coachmark-beacon/coachmark-beacon.ts",
2559
+ "description": "CoachmarkBeacon.",
2400
2560
  "attributes": [
2401
2561
  {
2402
- "name": "copy-text",
2403
- "description": "Optional text to copy. If not specified, the `children` node's `innerText`\nwill be used as the copy value.",
2562
+ "name": "kind",
2563
+ "description": "What style of beacon.\nBEACON_KIND is an enum from the Coachmark and can be used for this value.",
2564
+ "type": "BEACON_KIND | undefined",
2565
+ "default": "\"default\""
2566
+ },
2567
+ {
2568
+ "name": "label",
2569
+ "description": "The aria label.",
2404
2570
  "type": "string",
2405
- "default": "\"\""
2571
+ "default": "\"Show information\""
2406
2572
  },
2407
2573
  {
2408
- "name": "disabled",
2409
- "description": "`true` if the button should be disabled.",
2574
+ "name": "id",
2575
+ "description": "id for the coachmark beacon",
2576
+ "type": "string",
2577
+ "default": "\"crypto.randomUUID()\""
2578
+ },
2579
+ {
2580
+ "name": "expanded",
2581
+ "description": "specify aria-expanded of beacon",
2410
2582
  "type": "boolean",
2411
2583
  "default": "false"
2584
+ }
2585
+ ],
2586
+ "properties": [
2587
+ {
2588
+ "name": "kind",
2589
+ "attribute": "kind",
2590
+ "description": "What style of beacon.\nBEACON_KIND is an enum from the Coachmark and can be used for this value.",
2591
+ "type": "BEACON_KIND | undefined",
2592
+ "default": "\"default\""
2412
2593
  },
2413
2594
  {
2414
- "name": "feedback",
2415
- "description": "Specify the string displayed when the snippet is copied",
2595
+ "name": "label",
2596
+ "attribute": "label",
2597
+ "description": "The aria label.",
2416
2598
  "type": "string",
2417
- "default": "\"Copied!\""
2599
+ "default": "\"Show information\""
2418
2600
  },
2419
2601
  {
2420
- "name": "feedback-timeout",
2421
- "description": "Specify the time it takes for the feedback message to timeout",
2422
- "type": "number",
2423
- "default": "2000"
2602
+ "name": "id",
2603
+ "attribute": "id",
2604
+ "description": "id for the coachmark beacon",
2605
+ "type": "string",
2606
+ "default": "\"crypto.randomUUID()\""
2424
2607
  },
2425
2608
  {
2426
- "name": "hide-copy-button",
2427
- "description": "Specify whether or not a copy button should be used/rendered.",
2609
+ "name": "expanded",
2610
+ "attribute": "expanded",
2611
+ "description": "specify aria-expanded of beacon",
2428
2612
  "type": "boolean",
2429
2613
  "default": "false"
2430
2614
  },
2431
2615
  {
2432
- "name": "maxCollapsedNumberOfRows",
2433
- "description": "Specify the maximum number of rows to be shown when in collapsed view",
2434
- "type": "number",
2435
- "default": "15"
2616
+ "name": "shadowRootOptions",
2617
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2618
+ "default": "{\"delegatesFocus\":true}"
2436
2619
  },
2437
2620
  {
2438
- "name": "maxExpandedNumberOfRows",
2439
- "description": "Specify the maximum number of rows to be shown when in expanded view",
2440
- "type": "number",
2441
- "default": "0"
2442
- },
2621
+ "name": "styles",
2622
+ "default": "\"styles\""
2623
+ }
2624
+ ],
2625
+ "events": [
2443
2626
  {
2444
- "name": "minCollapsedNumberOfRows",
2445
- "description": "Specify the minimum number of rows to be shown when in collapsed view",
2446
- "type": "number",
2447
- "default": "3"
2448
- },
2627
+ "name": "cds-coachmark-beacon-clicked",
2628
+ "description": "Custom event fired when beacon is clicked"
2629
+ }
2630
+ ]
2631
+ },
2632
+ {
2633
+ "name": "cds-coachmark-body",
2634
+ "path": "./src/components/coachmark/coachmark-body.ts",
2635
+ "description": "coachmark-body for content body",
2636
+ "properties": [
2449
2637
  {
2450
- "name": "minExpandedNumberOfRows",
2451
- "description": "Specify the minimum number of rows to be shown when in expanded view",
2452
- "type": "number",
2453
- "default": "16"
2638
+ "name": "enabledWarnings",
2639
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
2640
+ "type": "WarningKind[] | undefined"
2454
2641
  },
2455
2642
  {
2456
- "name": "show-less-text",
2457
- "description": "Specify a string that is displayed when the Code Snippet has been\ninteracted with to show less lines",
2458
- "type": "string",
2459
- "default": "\"Show less\""
2643
+ "name": "enableWarning",
2644
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
2645
+ "type": "((warningKind: WarningKind) => void) | undefined"
2460
2646
  },
2461
2647
  {
2462
- "name": "show-more-text",
2463
- "description": "Specify a string that is displayed when the Code Snippet text is more\nthan 15 lines",
2464
- "type": "string",
2465
- "default": "\"Show more\""
2648
+ "name": "disableWarning",
2649
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
2650
+ "type": "((warningKind: WarningKind) => void) | undefined"
2466
2651
  },
2467
2652
  {
2468
- "name": "tooltip-content",
2469
- "description": "Tooltip content for the copy button.",
2470
- "type": "string",
2471
- "default": "\"Copy to clipboard\""
2653
+ "name": "elementProperties",
2654
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
2655
+ "type": "PropertyDeclarationMap"
2472
2656
  },
2473
2657
  {
2474
- "name": "wrap-text",
2475
- "description": "`true` if the button should be disabled.",
2476
- "type": "boolean",
2477
- "default": "false"
2658
+ "name": "properties",
2659
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
2660
+ "type": "PropertyDeclarations"
2478
2661
  },
2479
2662
  {
2480
- "name": "type",
2481
- "description": "The type of code snippet.",
2482
- "type": "CODE_SNIPPET_TYPE",
2483
- "default": "\"single\""
2484
- }
2485
- ],
2486
- "properties": [
2663
+ "name": "elementStyles",
2664
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
2665
+ "type": "CSSResultOrNative[]"
2666
+ },
2487
2667
  {
2488
- "name": "copyText",
2489
- "attribute": "copy-text",
2490
- "description": "Optional text to copy. If not specified, the `children` node's `innerText`\nwill be used as the copy value.",
2491
- "type": "string",
2492
- "default": "\"\""
2668
+ "name": "styles",
2669
+ "description": "[object Object],[object Object],[object Object]",
2670
+ "default": "\"styles\""
2493
2671
  },
2494
2672
  {
2495
- "name": "disabled",
2496
- "attribute": "disabled",
2497
- "description": "`true` if the button should be disabled.",
2498
- "type": "boolean",
2499
- "default": "false"
2673
+ "name": "shadowRootOptions",
2674
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
2675
+ "type": "ShadowRootInit"
2500
2676
  },
2501
2677
  {
2502
- "name": "feedback",
2503
- "attribute": "feedback",
2504
- "description": "Specify the string displayed when the snippet is copied",
2505
- "type": "string",
2506
- "default": "\"Copied!\""
2678
+ "name": "renderRoot",
2679
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
2680
+ "type": "HTMLElement | DocumentFragment"
2507
2681
  },
2508
2682
  {
2509
- "name": "feedbackTimeout",
2510
- "attribute": "feedback-timeout",
2511
- "description": "Specify the time it takes for the feedback message to timeout",
2512
- "type": "number",
2513
- "default": "2000"
2683
+ "name": "isUpdatePending",
2684
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
2685
+ "type": "boolean"
2514
2686
  },
2515
2687
  {
2516
- "name": "hideCopyButton",
2517
- "attribute": "hide-copy-button",
2518
- "description": "Specify whether or not a copy button should be used/rendered.",
2519
- "type": "boolean",
2520
- "default": "false"
2688
+ "name": "hasUpdated",
2689
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
2690
+ "type": "boolean"
2521
2691
  },
2522
2692
  {
2523
- "name": "maxCollapsedNumberOfRows",
2524
- "attribute": "maxCollapsedNumberOfRows",
2693
+ "name": "updateComplete",
2694
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
2695
+ "type": "Promise<boolean>"
2696
+ }
2697
+ ]
2698
+ },
2699
+ {
2700
+ "name": "cds-coachmark-header",
2701
+ "path": "./src/components/coachmark/coachmark-header.ts",
2702
+ "description": "coachmark-header for content header section",
2703
+ "attributes": [
2704
+ {
2705
+ "name": "closeIconDescription",
2706
+ "description": "Tooltip text and aria label for the Close button icon.",
2707
+ "type": "string | undefined",
2708
+ "default": "\"\""
2709
+ },
2710
+ {
2711
+ "name": "dragIconDescription",
2712
+ "description": "Tooltip text and aria label for the Drag button icon.",
2713
+ "type": "string | undefined",
2714
+ "default": "\"\""
2715
+ }
2716
+ ],
2717
+ "properties": [
2718
+ {
2719
+ "name": "closeIconDescription",
2720
+ "attribute": "closeIconDescription",
2721
+ "description": "Tooltip text and aria label for the Close button icon.",
2722
+ "type": "string | undefined",
2723
+ "default": "\"\""
2724
+ },
2725
+ {
2726
+ "name": "dragIconDescription",
2727
+ "attribute": "dragIconDescription",
2728
+ "description": "Tooltip text and aria label for the Drag button icon.",
2729
+ "type": "string | undefined",
2730
+ "default": "\"\""
2731
+ },
2732
+ {
2733
+ "name": "enabledWarnings",
2734
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
2735
+ "type": "WarningKind[] | undefined"
2736
+ },
2737
+ {
2738
+ "name": "enableWarning",
2739
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
2740
+ "type": "((warningKind: WarningKind) => void) | undefined"
2741
+ },
2742
+ {
2743
+ "name": "disableWarning",
2744
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
2745
+ "type": "((warningKind: WarningKind) => void) | undefined"
2746
+ },
2747
+ {
2748
+ "name": "elementProperties",
2749
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
2750
+ "type": "PropertyDeclarationMap"
2751
+ },
2752
+ {
2753
+ "name": "properties",
2754
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
2755
+ "type": "PropertyDeclarations"
2756
+ },
2757
+ {
2758
+ "name": "elementStyles",
2759
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
2760
+ "type": "CSSResultOrNative[]"
2761
+ },
2762
+ {
2763
+ "name": "styles",
2764
+ "description": "[object Object],[object Object],[object Object]",
2765
+ "default": "\"styles\""
2766
+ },
2767
+ {
2768
+ "name": "shadowRootOptions",
2769
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
2770
+ "type": "ShadowRootInit"
2771
+ },
2772
+ {
2773
+ "name": "renderRoot",
2774
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
2775
+ "type": "HTMLElement | DocumentFragment"
2776
+ },
2777
+ {
2778
+ "name": "isUpdatePending",
2779
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
2780
+ "type": "boolean"
2781
+ },
2782
+ {
2783
+ "name": "hasUpdated",
2784
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
2785
+ "type": "boolean"
2786
+ },
2787
+ {
2788
+ "name": "updateComplete",
2789
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
2790
+ "type": "Promise<boolean>"
2791
+ }
2792
+ ]
2793
+ },
2794
+ {
2795
+ "name": "cds-coachmark-tagline",
2796
+ "path": "./src/components/coachmark/coachmark-tagline/coachmark-tagline.ts",
2797
+ "description": "DO NOT USE. This component is for the exclusive use\nof other Onboarding components.\n\nCoachmark tagline component.",
2798
+ "attributes": [
2799
+ {
2800
+ "name": "close-icon-description",
2801
+ "description": "Tooltip text and aria label for the Close button icon.",
2802
+ "type": "string",
2803
+ "default": "\"Close\""
2804
+ },
2805
+ {
2806
+ "name": "title",
2807
+ "description": "The title of the tagline.",
2808
+ "type": "string",
2809
+ "default": "\"\""
2810
+ },
2811
+ {
2812
+ "name": "open",
2813
+ "description": "Whether the tagline is open.",
2814
+ "type": "boolean",
2815
+ "default": "false"
2816
+ }
2817
+ ],
2818
+ "properties": [
2819
+ {
2820
+ "name": "closeIconDescription",
2821
+ "attribute": "close-icon-description",
2822
+ "description": "Tooltip text and aria label for the Close button icon.",
2823
+ "type": "string",
2824
+ "default": "\"Close\""
2825
+ },
2826
+ {
2827
+ "name": "title",
2828
+ "attribute": "title",
2829
+ "description": "The title of the tagline.",
2830
+ "type": "string",
2831
+ "default": "\"\""
2832
+ },
2833
+ {
2834
+ "name": "open",
2835
+ "attribute": "open",
2836
+ "description": "Whether the tagline is open.",
2837
+ "type": "boolean",
2838
+ "default": "false"
2839
+ },
2840
+ {
2841
+ "name": "shadowRootOptions",
2842
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2843
+ "default": "{\"delegatesFocus\":true}"
2844
+ },
2845
+ {
2846
+ "name": "styles",
2847
+ "default": "\"styles\""
2848
+ }
2849
+ ],
2850
+ "events": [
2851
+ {
2852
+ "name": "cds-coachmark-tagline-close",
2853
+ "description": "Custom event fired when close button is clicked"
2854
+ },
2855
+ {
2856
+ "name": "cds-coachmark-tagline-cta-click",
2857
+ "description": "Custom event fired when tagline CTA is clicked"
2858
+ }
2859
+ ]
2860
+ },
2861
+ {
2862
+ "name": "cds-coachmark",
2863
+ "path": "./src/components/coachmark/coachmark.ts",
2864
+ "description": "coachmark main component",
2865
+ "attributes": [
2866
+ {
2867
+ "name": "open",
2868
+ "description": "Specifies whether the component is currently open.",
2869
+ "type": "boolean",
2870
+ "default": "false"
2871
+ },
2872
+ {
2873
+ "name": "align",
2874
+ "description": "Where to render the Coachmark relative to its target.",
2875
+ "type": "string | undefined",
2876
+ "default": "\"top\""
2877
+ },
2878
+ {
2879
+ "name": "position",
2880
+ "description": "Fine tune the position of the target in pixels.",
2881
+ "type": "{ x: number; y: number; } | undefined"
2882
+ },
2883
+ {
2884
+ "name": "floating",
2885
+ "description": "Specifies whether the component is floating or not.",
2886
+ "type": "boolean | undefined",
2887
+ "default": "false"
2888
+ },
2889
+ {
2890
+ "name": "highContrast",
2891
+ "description": "Specify whether the component should be rendered on high-contrast.",
2892
+ "type": "boolean | undefined",
2893
+ "default": "false"
2894
+ },
2895
+ {
2896
+ "name": "dropShadow",
2897
+ "description": "Specify whether a drop shadow should be rendered on the popover.",
2898
+ "type": "boolean | undefined",
2899
+ "default": "false"
2900
+ },
2901
+ {
2902
+ "name": "caret",
2903
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
2904
+ "type": "boolean | undefined",
2905
+ "default": "false"
2906
+ },
2907
+ {
2908
+ "name": "selector-primary-focus",
2909
+ "description": "CSS selector for the element that should receive focus when the coachmark opens.\nIf not provided, no automatic focus management will occur.",
2910
+ "type": "string | undefined"
2911
+ },
2912
+ {
2913
+ "name": "drag-aria-label",
2914
+ "description": "Aria label for when the floating coachmark is picked up for dragging.",
2915
+ "type": "string | undefined",
2916
+ "default": "\"Picked up the draggable coachmark\""
2917
+ }
2918
+ ],
2919
+ "properties": [
2920
+ {
2921
+ "name": "open",
2922
+ "attribute": "open",
2923
+ "description": "Specifies whether the component is currently open.",
2924
+ "type": "boolean",
2925
+ "default": "false"
2926
+ },
2927
+ {
2928
+ "name": "align",
2929
+ "attribute": "align",
2930
+ "description": "Where to render the Coachmark relative to its target.",
2931
+ "type": "string | undefined",
2932
+ "default": "\"top\""
2933
+ },
2934
+ {
2935
+ "name": "position",
2936
+ "attribute": "position",
2937
+ "description": "Fine tune the position of the target in pixels.",
2938
+ "type": "{ x: number; y: number; } | undefined"
2939
+ },
2940
+ {
2941
+ "name": "floating",
2942
+ "attribute": "floating",
2943
+ "description": "Specifies whether the component is floating or not.",
2944
+ "type": "boolean | undefined",
2945
+ "default": "false"
2946
+ },
2947
+ {
2948
+ "name": "highContrast",
2949
+ "attribute": "highContrast",
2950
+ "description": "Specify whether the component should be rendered on high-contrast.",
2951
+ "type": "boolean | undefined",
2952
+ "default": "false"
2953
+ },
2954
+ {
2955
+ "name": "dropShadow",
2956
+ "attribute": "dropShadow",
2957
+ "description": "Specify whether a drop shadow should be rendered on the popover.",
2958
+ "type": "boolean | undefined",
2959
+ "default": "false"
2960
+ },
2961
+ {
2962
+ "name": "caret",
2963
+ "attribute": "caret",
2964
+ "description": "Specify whether a caret should be rendered on the popover. This is intended to use only for coachmark patterns.",
2965
+ "type": "boolean | undefined",
2966
+ "default": "false"
2967
+ },
2968
+ {
2969
+ "name": "selectorPrimaryFocus",
2970
+ "attribute": "selector-primary-focus",
2971
+ "description": "CSS selector for the element that should receive focus when the coachmark opens.\nIf not provided, no automatic focus management will occur.",
2972
+ "type": "string | undefined"
2973
+ },
2974
+ {
2975
+ "name": "dragAriaLabel",
2976
+ "attribute": "drag-aria-label",
2977
+ "description": "Aria label for when the floating coachmark is picked up for dragging.",
2978
+ "type": "string | undefined",
2979
+ "default": "\"Picked up the draggable coachmark\""
2980
+ },
2981
+ {
2982
+ "name": "enabledWarnings",
2983
+ "description": "Read or set all the enabled warning categories for this class.\n\nThis property is only used in development builds.",
2984
+ "type": "WarningKind[] | undefined"
2985
+ },
2986
+ {
2987
+ "name": "enableWarning",
2988
+ "description": "Enable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Enable for all ReactiveElement subclasses\nReactiveElement.enableWarning?.('migration');\n\n// Enable for only MyElement and subclasses\nMyElement.enableWarning?.('migration');\n```",
2989
+ "type": "((warningKind: WarningKind) => void) | undefined"
2990
+ },
2991
+ {
2992
+ "name": "disableWarning",
2993
+ "description": "Disable the given warning category for this class.\n\nThis method only exists in development builds, so it should be accessed\nwith a guard like:\n\n```ts\n// Disable for all ReactiveElement subclasses\nReactiveElement.disableWarning?.('migration');\n\n// Disable for only MyElement and subclasses\nMyElement.disableWarning?.('migration');\n```",
2994
+ "type": "((warningKind: WarningKind) => void) | undefined"
2995
+ },
2996
+ {
2997
+ "name": "elementProperties",
2998
+ "description": "Memoized list of all element properties, including any superclass\nproperties. Created lazily on user subclasses when finalizing the class.",
2999
+ "type": "PropertyDeclarationMap"
3000
+ },
3001
+ {
3002
+ "name": "properties",
3003
+ "description": "User-supplied object that maps property names to `PropertyDeclaration`\nobjects containing options for configuring reactive properties. When\na reactive property is set the element will update and render.\n\nBy default properties are public fields, and as such, they should be\nconsidered as primarily settable by element users, either via attribute or\nthe property itself.\n\nGenerally, properties that are changed by the element should be private or\nprotected fields and should use the `state: true` option. Properties\nmarked as `state` do not reflect from the corresponding attribute\n\nHowever, sometimes element code does need to set a public property. This\nshould typically only be done in response to user interaction, and an event\nshould be fired informing the user; for example, a checkbox sets its\n`checked` property when clicked and fires a `changed` event. Mutating\npublic properties should typically not be done for non-primitive (object or\narray) properties. In other cases when an element needs to manage state, a\nprivate property set with the `state: true` option should be used. When\nneeded, state properties can be initialized via public properties to\nfacilitate complex interactions.",
3004
+ "type": "PropertyDeclarations"
3005
+ },
3006
+ {
3007
+ "name": "elementStyles",
3008
+ "description": "Memoized list of all element styles.\nCreated lazily on user subclasses when finalizing the class.",
3009
+ "type": "CSSResultOrNative[]"
3010
+ },
3011
+ {
3012
+ "name": "styles",
3013
+ "description": "[object Object],[object Object],[object Object]",
3014
+ "default": "\"styles\""
3015
+ },
3016
+ {
3017
+ "name": "shadowRootOptions",
3018
+ "description": "Options used when calling `attachShadow`. Set this property to customize\nthe options for the shadowRoot; for example, to create a closed\nshadowRoot: `{mode: 'closed'}`.\n\nNote, these options are used in `createRenderRoot`. If this method\nis customized, options should be respected if possible.",
3019
+ "type": "ShadowRootInit"
3020
+ },
3021
+ {
3022
+ "name": "renderRoot",
3023
+ "description": "Node or ShadowRoot into which element DOM should be rendered. Defaults\nto an open shadowRoot.",
3024
+ "type": "HTMLElement | DocumentFragment"
3025
+ },
3026
+ {
3027
+ "name": "isUpdatePending",
3028
+ "description": "True if there is a pending update as a result of calling `requestUpdate()`.\nShould only be read.",
3029
+ "type": "boolean"
3030
+ },
3031
+ {
3032
+ "name": "hasUpdated",
3033
+ "description": "Is set to `true` after the first update. The element code cannot assume\nthat `renderRoot` exists before the element `hasUpdated`.",
3034
+ "type": "boolean"
3035
+ },
3036
+ {
3037
+ "name": "updateComplete",
3038
+ "description": "Returns a Promise that resolves when the element has completed updating.\nThe Promise value is a boolean that is `true` if the element completed the\nupdate without triggering another update. The Promise result is `false` if\na property was set inside `updated()`. If the Promise is rejected, an\nexception was thrown during the update.\n\nTo await additional asynchronous work, override the `getUpdateComplete`\nmethod. For example, it is sometimes useful to await a rendered element\nbefore fulfilling this Promise. To do this, first await\n`super.getUpdateComplete()`, then any subsequent state.",
3039
+ "type": "Promise<boolean>"
3040
+ }
3041
+ ],
3042
+ "events": [
3043
+ {
3044
+ "name": "cds-coachmark-opened",
3045
+ "description": "The custom event fired when the coachmark is opened.\nThis event can be used to perform actions such as focusing elements when the coachmark becomes visible."
3046
+ },
3047
+ {
3048
+ "name": "cds-coachmark-closed",
3049
+ "description": "The custom event fired when the coachmark is closed.\nThis event can be used to perform actions such as restoring focus when the coachmark is dismissed."
3050
+ }
3051
+ ]
3052
+ },
3053
+ {
3054
+ "name": "cds-code-snippet",
3055
+ "path": "./src/components/code-snippet/code-snippet.ts",
3056
+ "description": "Basic code snippet.",
3057
+ "attributes": [
3058
+ {
3059
+ "name": "copy-text",
3060
+ "description": "Optional text to copy. If not specified, the `children` node's `innerText`\nwill be used as the copy value.",
3061
+ "type": "string",
3062
+ "default": "\"\""
3063
+ },
3064
+ {
3065
+ "name": "disabled",
3066
+ "description": "`true` if the button should be disabled.",
3067
+ "type": "boolean",
3068
+ "default": "false"
3069
+ },
3070
+ {
3071
+ "name": "feedback",
3072
+ "description": "Specify the string displayed when the snippet is copied",
3073
+ "type": "string",
3074
+ "default": "\"Copied!\""
3075
+ },
3076
+ {
3077
+ "name": "feedback-timeout",
3078
+ "description": "Specify the time it takes for the feedback message to timeout",
3079
+ "type": "number",
3080
+ "default": "2000"
3081
+ },
3082
+ {
3083
+ "name": "hide-copy-button",
3084
+ "description": "Specify whether or not a copy button should be used/rendered.",
3085
+ "type": "boolean",
3086
+ "default": "false"
3087
+ },
3088
+ {
3089
+ "name": "maxCollapsedNumberOfRows",
3090
+ "description": "Specify the maximum number of rows to be shown when in collapsed view",
3091
+ "type": "number",
3092
+ "default": "15"
3093
+ },
3094
+ {
3095
+ "name": "maxExpandedNumberOfRows",
3096
+ "description": "Specify the maximum number of rows to be shown when in expanded view",
3097
+ "type": "number",
3098
+ "default": "0"
3099
+ },
3100
+ {
3101
+ "name": "minCollapsedNumberOfRows",
3102
+ "description": "Specify the minimum number of rows to be shown when in collapsed view",
3103
+ "type": "number",
3104
+ "default": "3"
3105
+ },
3106
+ {
3107
+ "name": "minExpandedNumberOfRows",
3108
+ "description": "Specify the minimum number of rows to be shown when in expanded view",
3109
+ "type": "number",
3110
+ "default": "16"
3111
+ },
3112
+ {
3113
+ "name": "show-less-text",
3114
+ "description": "Specify a string that is displayed when the Code Snippet has been\ninteracted with to show less lines",
3115
+ "type": "string",
3116
+ "default": "\"Show less\""
3117
+ },
3118
+ {
3119
+ "name": "show-more-text",
3120
+ "description": "Specify a string that is displayed when the Code Snippet text is more\nthan 15 lines",
3121
+ "type": "string",
3122
+ "default": "\"Show more\""
3123
+ },
3124
+ {
3125
+ "name": "tooltip-content",
3126
+ "description": "Tooltip content for the copy button.",
3127
+ "type": "string",
3128
+ "default": "\"Copy to clipboard\""
3129
+ },
3130
+ {
3131
+ "name": "wrap-text",
3132
+ "description": "`true` if the button should be disabled.",
3133
+ "type": "boolean",
3134
+ "default": "false"
3135
+ },
3136
+ {
3137
+ "name": "type",
3138
+ "description": "The type of code snippet.",
3139
+ "type": "CODE_SNIPPET_TYPE",
3140
+ "default": "\"single\""
3141
+ }
3142
+ ],
3143
+ "properties": [
3144
+ {
3145
+ "name": "copyText",
3146
+ "attribute": "copy-text",
3147
+ "description": "Optional text to copy. If not specified, the `children` node's `innerText`\nwill be used as the copy value.",
3148
+ "type": "string",
3149
+ "default": "\"\""
3150
+ },
3151
+ {
3152
+ "name": "disabled",
3153
+ "attribute": "disabled",
3154
+ "description": "`true` if the button should be disabled.",
3155
+ "type": "boolean",
3156
+ "default": "false"
3157
+ },
3158
+ {
3159
+ "name": "feedback",
3160
+ "attribute": "feedback",
3161
+ "description": "Specify the string displayed when the snippet is copied",
3162
+ "type": "string",
3163
+ "default": "\"Copied!\""
3164
+ },
3165
+ {
3166
+ "name": "feedbackTimeout",
3167
+ "attribute": "feedback-timeout",
3168
+ "description": "Specify the time it takes for the feedback message to timeout",
3169
+ "type": "number",
3170
+ "default": "2000"
3171
+ },
3172
+ {
3173
+ "name": "hideCopyButton",
3174
+ "attribute": "hide-copy-button",
3175
+ "description": "Specify whether or not a copy button should be used/rendered.",
3176
+ "type": "boolean",
3177
+ "default": "false"
3178
+ },
3179
+ {
3180
+ "name": "maxCollapsedNumberOfRows",
3181
+ "attribute": "maxCollapsedNumberOfRows",
2525
3182
  "description": "Specify the maximum number of rows to be shown when in collapsed view",
2526
3183
  "type": "number",
2527
3184
  "default": "15"
@@ -3822,9 +4479,9 @@
3822
4479
  },
3823
4480
  {
3824
4481
  "name": "size",
3825
- "description": "Specify the size of the Button. Defaults to `md`.",
4482
+ "description": "Specify the size of the Button. Defaults to `lg`.",
3826
4483
  "type": "string | undefined",
3827
- "default": "\"md\""
4484
+ "default": "\"lg\""
3828
4485
  },
3829
4486
  {
3830
4487
  "name": "tab-index",
@@ -4026,9 +4683,9 @@
4026
4683
  {
4027
4684
  "name": "size",
4028
4685
  "attribute": "size",
4029
- "description": "Specify the size of the Button. Defaults to `md`.",
4686
+ "description": "Specify the size of the Button. Defaults to `lg`.",
4030
4687
  "type": "string | undefined",
4031
- "default": "\"md\""
4688
+ "default": "\"lg\""
4032
4689
  },
4033
4690
  {
4034
4691
  "name": "tabIndex",
@@ -7048,459 +7705,738 @@
7048
7705
  "description": "The custom event fired before this dialog is being closed upon a user gesture.\nCancellation of this event stops the user-initiated action of closing this dialog."
7049
7706
  },
7050
7707
  {
7051
- "name": "cds-dialog-closed",
7052
- "description": "The custom event fired after this dialog is closed upon a user gesture."
7053
- }
7054
- ]
7055
- },
7056
- {
7057
- "name": "cds-dropdown-item",
7058
- "path": "./src/components/dropdown/dropdown-item.ts",
7059
- "description": "Dropdown item.",
7060
- "attributes": [
7061
- {
7062
- "name": "disabled",
7063
- "description": "`true` if this dropdown item should be disabled.",
7708
+ "name": "cds-dialog-closed",
7709
+ "description": "The custom event fired after this dialog is closed upon a user gesture."
7710
+ }
7711
+ ]
7712
+ },
7713
+ {
7714
+ "name": "cds-dropdown-item",
7715
+ "path": "./src/components/dropdown/dropdown-item.ts",
7716
+ "description": "Dropdown item.",
7717
+ "attributes": [
7718
+ {
7719
+ "name": "disabled",
7720
+ "description": "`true` if this dropdown item should be disabled.",
7721
+ "type": "boolean",
7722
+ "default": "false"
7723
+ },
7724
+ {
7725
+ "name": "size",
7726
+ "description": "Dropdown size.",
7727
+ "type": "DROPDOWN_SIZE",
7728
+ "default": "\"md\""
7729
+ },
7730
+ {
7731
+ "name": "value",
7732
+ "description": "The `value` attribute that is set to the parent `<cds-dropdown>` when this dropdown item is selected.",
7733
+ "type": "string",
7734
+ "default": "\"\""
7735
+ }
7736
+ ],
7737
+ "properties": [
7738
+ {
7739
+ "name": "disabled",
7740
+ "attribute": "disabled",
7741
+ "description": "`true` if this dropdown item should be disabled.",
7742
+ "type": "boolean",
7743
+ "default": "false"
7744
+ },
7745
+ {
7746
+ "name": "size",
7747
+ "attribute": "size",
7748
+ "description": "Dropdown size.",
7749
+ "type": "DROPDOWN_SIZE",
7750
+ "default": "\"md\""
7751
+ },
7752
+ {
7753
+ "name": "value",
7754
+ "attribute": "value",
7755
+ "description": "The `value` attribute that is set to the parent `<cds-dropdown>` when this dropdown item is selected.",
7756
+ "type": "string",
7757
+ "default": "\"\""
7758
+ },
7759
+ {
7760
+ "name": "id",
7761
+ "description": "Store an identifier for use in composing this item's id.\n\nAuto-increments anytime a new dropdown-item appears.",
7762
+ "type": "number",
7763
+ "default": "0"
7764
+ },
7765
+ {
7766
+ "name": "styles",
7767
+ "default": "\"styles\""
7768
+ }
7769
+ ],
7770
+ "cssParts": [
7771
+ {
7772
+ "name": "selected",
7773
+ "description": "icon The selected icon."
7774
+ }
7775
+ ]
7776
+ },
7777
+ {
7778
+ "name": "cds-dropdown",
7779
+ "path": "./src/components/dropdown/dropdown.ts",
7780
+ "description": "Dropdown.",
7781
+ "attributes": [
7782
+ {
7783
+ "name": "aria-label",
7784
+ "description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
7785
+ "type": "string",
7786
+ "default": "\"\""
7787
+ },
7788
+ {
7789
+ "name": "direction",
7790
+ "description": "Specify the direction of the dropdown. Can be either top or bottom.",
7791
+ "type": "DROPDOWN_DIRECTION",
7792
+ "default": "\"bottom\""
7793
+ },
7794
+ {
7795
+ "name": "autoalign",
7796
+ "description": "Specify whether auto align functionality should be applied",
7797
+ "type": "boolean",
7798
+ "default": "false"
7799
+ },
7800
+ {
7801
+ "name": "disabled",
7802
+ "description": "`true` if this dropdown should be disabled.",
7803
+ "type": "boolean",
7804
+ "default": "false"
7805
+ },
7806
+ {
7807
+ "name": "helper-text",
7808
+ "description": "The helper text.",
7809
+ "type": "string",
7810
+ "default": "\"\""
7811
+ },
7812
+ {
7813
+ "name": "hide-label",
7814
+ "description": "Specify whether the title text should be hidden or not",
7815
+ "type": "boolean",
7816
+ "default": "false"
7817
+ },
7818
+ {
7819
+ "name": "invalid-text",
7820
+ "description": "Message which is displayed if the value is invalid.",
7821
+ "type": "string",
7822
+ "default": "\"\""
7823
+ },
7824
+ {
7825
+ "name": "title-text",
7826
+ "description": "Provide the title text that will be read by a screen reader when visiting this control",
7827
+ "type": "string",
7828
+ "default": "\"\""
7829
+ },
7830
+ {
7831
+ "name": "name",
7832
+ "description": "Name for the dropdown in the `FormData`",
7833
+ "type": "string",
7834
+ "default": "\"\""
7835
+ },
7836
+ {
7837
+ "name": "open",
7838
+ "description": "`true` if this dropdown should be open.",
7839
+ "type": "boolean",
7840
+ "default": "false"
7841
+ },
7842
+ {
7843
+ "name": "read-only",
7844
+ "description": "Whether or not the Dropdown is readonly",
7845
+ "type": "boolean",
7846
+ "default": "false"
7847
+ },
7848
+ {
7849
+ "name": "isFluid",
7850
+ "description": "Specify whether the dropdown is fluid or not",
7851
+ "type": "boolean",
7852
+ "default": "false"
7853
+ },
7854
+ {
7855
+ "name": "size",
7856
+ "description": "Dropdown size.",
7857
+ "type": "DROPDOWN_SIZE",
7858
+ "default": "\"md\""
7859
+ },
7860
+ {
7861
+ "name": "toggle-label-closed",
7862
+ "description": "The `aria-label` attribute for the UI indicating the closed state.",
7863
+ "type": "string",
7864
+ "default": "\"\""
7865
+ },
7866
+ {
7867
+ "name": "toggle-label-open",
7868
+ "description": "The `aria-label` attribute for the UI indicating the open state.",
7869
+ "type": "string",
7870
+ "default": "\"\""
7871
+ },
7872
+ {
7873
+ "name": "label",
7874
+ "description": "Generic label that will be used as the textual representation of what this field is for",
7875
+ "type": "string",
7876
+ "default": "\"\""
7877
+ },
7878
+ {
7879
+ "name": "type",
7880
+ "description": "`true` if this dropdown should use the inline UI variant.",
7881
+ "type": "DROPDOWN_TYPE",
7882
+ "default": "\"\""
7883
+ },
7884
+ {
7885
+ "name": "warn",
7886
+ "description": "Specify whether the control is currently in warning state",
7064
7887
  "type": "boolean",
7065
7888
  "default": "false"
7066
7889
  },
7067
7890
  {
7068
- "name": "size",
7069
- "description": "Dropdown size.",
7070
- "type": "DROPDOWN_SIZE",
7071
- "default": "\"md\""
7072
- },
7073
- {
7074
- "name": "value",
7075
- "description": "The `value` attribute that is set to the parent `<cds-dropdown>` when this dropdown item is selected.",
7891
+ "name": "warn-text",
7892
+ "description": "Provide the text that is displayed when the control is in warning state",
7076
7893
  "type": "string",
7077
7894
  "default": "\"\""
7078
- }
7079
- ],
7080
- "properties": [
7895
+ },
7081
7896
  {
7082
- "name": "disabled",
7083
- "attribute": "disabled",
7084
- "description": "`true` if this dropdown item should be disabled.",
7897
+ "name": "invalid",
7898
+ "description": "`true` to show the UI of the invalid state.",
7085
7899
  "type": "boolean",
7086
7900
  "default": "false"
7087
7901
  },
7088
7902
  {
7089
- "name": "size",
7090
- "attribute": "size",
7091
- "description": "Dropdown size.",
7092
- "type": "DROPDOWN_SIZE",
7093
- "default": "\"md\""
7903
+ "name": "required",
7904
+ "description": "`true` if the value is required.",
7905
+ "type": "boolean",
7906
+ "default": "false"
7094
7907
  },
7095
7908
  {
7096
- "name": "value",
7097
- "attribute": "value",
7098
- "description": "The `value` attribute that is set to the parent `<cds-dropdown>` when this dropdown item is selected.",
7909
+ "name": "required-validity-message",
7910
+ "description": "The special validity message for `required`.",
7099
7911
  "type": "string",
7100
- "default": "\"\""
7912
+ "default": "\"Please fill out this field.\""
7101
7913
  },
7102
7914
  {
7103
- "name": "id",
7104
- "description": "Store an identifier for use in composing this item's id.\n\nAuto-increments anytime a new dropdown-item appears.",
7105
- "type": "number",
7106
- "default": "0"
7915
+ "name": "validity-message",
7916
+ "description": "The validity message.",
7917
+ "type": "string",
7918
+ "default": "\"\""
7107
7919
  },
7108
7920
  {
7109
- "name": "styles",
7110
- "default": "\"styles\""
7921
+ "name": "value",
7922
+ "description": "The value of the selected item.",
7923
+ "type": "string",
7924
+ "default": "\"\""
7111
7925
  }
7112
7926
  ],
7113
- "cssParts": [
7114
- {
7115
- "name": "selected",
7116
- "description": "icon The selected icon."
7117
- }
7118
- ]
7119
- },
7120
- {
7121
- "name": "cds-dropdown",
7122
- "path": "./src/components/dropdown/dropdown.ts",
7123
- "description": "Dropdown.",
7124
- "attributes": [
7927
+ "properties": [
7125
7928
  {
7126
- "name": "aria-label",
7929
+ "name": "ariaLabel",
7930
+ "attribute": "aria-label",
7127
7931
  "description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
7128
7932
  "type": "string",
7129
7933
  "default": "\"\""
7130
7934
  },
7131
7935
  {
7132
7936
  "name": "direction",
7937
+ "attribute": "direction",
7133
7938
  "description": "Specify the direction of the dropdown. Can be either top or bottom.",
7134
7939
  "type": "DROPDOWN_DIRECTION",
7135
7940
  "default": "\"bottom\""
7136
7941
  },
7137
7942
  {
7138
7943
  "name": "autoalign",
7944
+ "attribute": "autoalign",
7139
7945
  "description": "Specify whether auto align functionality should be applied",
7140
7946
  "type": "boolean",
7141
7947
  "default": "false"
7142
7948
  },
7143
7949
  {
7144
7950
  "name": "disabled",
7951
+ "attribute": "disabled",
7145
7952
  "description": "`true` if this dropdown should be disabled.",
7146
7953
  "type": "boolean",
7147
7954
  "default": "false"
7148
7955
  },
7149
7956
  {
7150
- "name": "helper-text",
7957
+ "name": "helperText",
7958
+ "attribute": "helper-text",
7151
7959
  "description": "The helper text.",
7152
7960
  "type": "string",
7153
7961
  "default": "\"\""
7154
7962
  },
7155
7963
  {
7156
- "name": "hide-label",
7964
+ "name": "hideLabel",
7965
+ "attribute": "hide-label",
7157
7966
  "description": "Specify whether the title text should be hidden or not",
7158
7967
  "type": "boolean",
7159
7968
  "default": "false"
7160
7969
  },
7161
7970
  {
7162
- "name": "invalid-text",
7971
+ "name": "invalidText",
7972
+ "attribute": "invalid-text",
7163
7973
  "description": "Message which is displayed if the value is invalid.",
7164
7974
  "type": "string",
7165
7975
  "default": "\"\""
7166
7976
  },
7167
7977
  {
7168
- "name": "title-text",
7978
+ "name": "titleText",
7979
+ "attribute": "title-text",
7169
7980
  "description": "Provide the title text that will be read by a screen reader when visiting this control",
7170
7981
  "type": "string",
7171
7982
  "default": "\"\""
7172
7983
  },
7173
7984
  {
7174
7985
  "name": "name",
7986
+ "attribute": "name",
7175
7987
  "description": "Name for the dropdown in the `FormData`",
7176
7988
  "type": "string",
7177
7989
  "default": "\"\""
7178
7990
  },
7179
7991
  {
7180
7992
  "name": "open",
7993
+ "attribute": "open",
7181
7994
  "description": "`true` if this dropdown should be open.",
7182
7995
  "type": "boolean",
7183
7996
  "default": "false"
7184
7997
  },
7185
7998
  {
7186
- "name": "read-only",
7999
+ "name": "readOnly",
8000
+ "attribute": "read-only",
7187
8001
  "description": "Whether or not the Dropdown is readonly",
7188
8002
  "type": "boolean",
7189
8003
  "default": "false"
7190
8004
  },
7191
8005
  {
7192
8006
  "name": "isFluid",
8007
+ "attribute": "isFluid",
7193
8008
  "description": "Specify whether the dropdown is fluid or not",
7194
8009
  "type": "boolean",
7195
8010
  "default": "false"
7196
8011
  },
7197
8012
  {
7198
8013
  "name": "size",
8014
+ "attribute": "size",
7199
8015
  "description": "Dropdown size.",
7200
8016
  "type": "DROPDOWN_SIZE",
7201
8017
  "default": "\"md\""
7202
8018
  },
7203
8019
  {
7204
- "name": "toggle-label-closed",
8020
+ "name": "toggleLabelClosed",
8021
+ "attribute": "toggle-label-closed",
7205
8022
  "description": "The `aria-label` attribute for the UI indicating the closed state.",
7206
8023
  "type": "string",
7207
8024
  "default": "\"\""
7208
8025
  },
7209
8026
  {
7210
- "name": "toggle-label-open",
8027
+ "name": "toggleLabelOpen",
8028
+ "attribute": "toggle-label-open",
7211
8029
  "description": "The `aria-label` attribute for the UI indicating the open state.",
7212
8030
  "type": "string",
7213
8031
  "default": "\"\""
7214
8032
  },
7215
8033
  {
7216
8034
  "name": "label",
8035
+ "attribute": "label",
7217
8036
  "description": "Generic label that will be used as the textual representation of what this field is for",
7218
8037
  "type": "string",
7219
8038
  "default": "\"\""
7220
8039
  },
7221
8040
  {
7222
8041
  "name": "type",
8042
+ "attribute": "type",
7223
8043
  "description": "`true` if this dropdown should use the inline UI variant.",
7224
8044
  "type": "DROPDOWN_TYPE",
7225
8045
  "default": "\"\""
7226
8046
  },
7227
8047
  {
7228
8048
  "name": "warn",
8049
+ "attribute": "warn",
7229
8050
  "description": "Specify whether the control is currently in warning state",
7230
8051
  "type": "boolean",
7231
8052
  "default": "false"
7232
8053
  },
7233
8054
  {
7234
- "name": "warn-text",
8055
+ "name": "warnText",
8056
+ "attribute": "warn-text",
7235
8057
  "description": "Provide the text that is displayed when the control is in warning state",
7236
8058
  "type": "string",
7237
8059
  "default": "\"\""
7238
8060
  },
8061
+ {
8062
+ "name": "toggleLabel",
8063
+ "description": "The computed aria-label for the toggle button based on open state.",
8064
+ "type": "string"
8065
+ },
8066
+ {
8067
+ "name": "TRIGGER_KEYS",
8068
+ "description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
8069
+ "type": "Set<string>",
8070
+ "default": "\"new Set([' ', 'Enter'])\""
8071
+ },
8072
+ {
8073
+ "name": "shadowRootOptions",
8074
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
8075
+ "default": "{\"delegatesFocus\":true}"
8076
+ },
8077
+ {
8078
+ "name": "styles",
8079
+ "default": "\"styles\""
8080
+ },
7239
8081
  {
7240
8082
  "name": "invalid",
8083
+ "attribute": "invalid",
7241
8084
  "description": "`true` to show the UI of the invalid state.",
7242
8085
  "type": "boolean",
7243
8086
  "default": "false"
7244
8087
  },
7245
8088
  {
7246
8089
  "name": "required",
8090
+ "attribute": "required",
7247
8091
  "description": "`true` if the value is required.",
7248
8092
  "type": "boolean",
7249
8093
  "default": "false"
7250
8094
  },
7251
8095
  {
7252
- "name": "required-validity-message",
8096
+ "name": "requiredValidityMessage",
8097
+ "attribute": "required-validity-message",
7253
8098
  "description": "The special validity message for `required`.",
7254
8099
  "type": "string",
7255
8100
  "default": "\"Please fill out this field.\""
7256
8101
  },
7257
8102
  {
7258
- "name": "validity-message",
8103
+ "name": "validityMessage",
8104
+ "attribute": "validity-message",
7259
8105
  "description": "The validity message.",
7260
8106
  "type": "string",
7261
8107
  "default": "\"\""
7262
8108
  },
7263
8109
  {
7264
8110
  "name": "value",
8111
+ "attribute": "value",
7265
8112
  "description": "The value of the selected item.",
7266
8113
  "type": "string",
7267
8114
  "default": "\"\""
7268
8115
  }
7269
8116
  ],
7270
- "properties": [
8117
+ "events": [
7271
8118
  {
7272
- "name": "ariaLabel",
7273
- "attribute": "aria-label",
7274
- "description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
8119
+ "name": "cds-dropdown-beingselected",
8120
+ "description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
8121
+ },
8122
+ {
8123
+ "name": "cds-dropdown-beingtoggled",
8124
+ "description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
8125
+ },
8126
+ {
8127
+ "name": "cds-dropdown-selected",
8128
+ "description": "The custom event fired after a dropdown item is selected upon a user gesture."
8129
+ },
8130
+ {
8131
+ "name": "cds-dropdown-toggled",
8132
+ "description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
8133
+ },
8134
+ {
8135
+ "name": "input"
8136
+ },
8137
+ {
8138
+ "name": "invalid"
8139
+ }
8140
+ ],
8141
+ "cssParts": [
8142
+ {
8143
+ "name": "label",
8144
+ "description": "text The label text."
8145
+ },
8146
+ {
8147
+ "name": "helper",
8148
+ "description": "text The helper text."
8149
+ },
8150
+ {
8151
+ "name": "trigger",
8152
+ "description": "button The trigger button."
8153
+ },
8154
+ {
8155
+ "name": "menu",
8156
+ "description": "body The menu body."
8157
+ },
8158
+ {
8159
+ "name": "validity",
8160
+ "description": "message The validity message."
8161
+ }
8162
+ ]
8163
+ },
8164
+ {
8165
+ "name": "cds-edit-in-place",
8166
+ "path": "./src/components/edit-in-place/edit-in-place.ts",
8167
+ "description": "EditInPlace component for inline text editing.",
8168
+ "attributes": [
8169
+ {
8170
+ "name": "cancel-label",
8171
+ "description": "Label for the cancel button",
7275
8172
  "type": "string",
7276
- "default": "\"\""
8173
+ "default": "\"Cancel\""
7277
8174
  },
7278
8175
  {
7279
- "name": "direction",
7280
- "attribute": "direction",
7281
- "description": "Specify the direction of the dropdown. Can be either top or bottom.",
7282
- "type": "DROPDOWN_DIRECTION",
7283
- "default": "\"bottom\""
8176
+ "name": "edit-always-visible",
8177
+ "description": "By default the edit icon is shown on hover only. Set to true to always show it.",
8178
+ "type": "boolean",
8179
+ "default": "false"
7284
8180
  },
7285
8181
  {
7286
- "name": "autoalign",
7287
- "attribute": "autoalign",
7288
- "description": "Specify whether auto align functionality should be applied",
8182
+ "name": "edit-label",
8183
+ "description": "Label for the edit button",
8184
+ "type": "string",
8185
+ "default": "\"Edit\""
8186
+ },
8187
+ {
8188
+ "name": "id",
8189
+ "description": "Specify a custom id for the input",
8190
+ "type": "string",
8191
+ "default": "\"\""
8192
+ },
8193
+ {
8194
+ "name": "inherit-typography",
8195
+ "description": "Causes the text entry field to inherit typography settings from the container",
7289
8196
  "type": "boolean",
7290
8197
  "default": "false"
7291
8198
  },
7292
8199
  {
7293
- "name": "disabled",
7294
- "attribute": "disabled",
7295
- "description": "`true` if this dropdown should be disabled.",
8200
+ "name": "invalid",
8201
+ "description": "Determines if the input is invalid",
7296
8202
  "type": "boolean",
7297
8203
  "default": "false"
7298
8204
  },
7299
8205
  {
7300
- "name": "helperText",
7301
- "attribute": "helper-text",
7302
- "description": "The helper text.",
8206
+ "name": "invalid-text",
8207
+ "description": "Text that is displayed if the input is invalid",
7303
8208
  "type": "string",
7304
8209
  "default": "\"\""
7305
8210
  },
7306
8211
  {
7307
- "name": "hideLabel",
7308
- "attribute": "hide-label",
7309
- "description": "Specify whether the title text should be hidden or not",
8212
+ "name": "label-text",
8213
+ "description": "Text that will be read by a screen reader when visiting this control",
8214
+ "type": "string",
8215
+ "default": "\"\""
8216
+ },
8217
+ {
8218
+ "name": "placeholder",
8219
+ "description": "Placeholder text for the input",
8220
+ "type": "string",
8221
+ "default": "\"\""
8222
+ },
8223
+ {
8224
+ "name": "read-only",
8225
+ "description": "Determines if the input is in readOnly mode",
7310
8226
  "type": "boolean",
7311
8227
  "default": "false"
7312
8228
  },
7313
8229
  {
7314
- "name": "invalidText",
7315
- "attribute": "invalid-text",
7316
- "description": "Message which is displayed if the value is invalid.",
8230
+ "name": "read-only-label",
8231
+ "description": "Label for the edit off button that displays when in read only mode",
8232
+ "type": "string",
8233
+ "default": "\"Edit off\""
8234
+ },
8235
+ {
8236
+ "name": "read-only-toggletip-text",
8237
+ "description": "Text for the toggletip that displays when in read only mode",
8238
+ "type": "string",
8239
+ "default": "\"This field is read-only and cannot be edited\""
8240
+ },
8241
+ {
8242
+ "name": "save-label",
8243
+ "description": "Label for the save button",
8244
+ "type": "string",
8245
+ "default": "\"Save\""
8246
+ },
8247
+ {
8248
+ "name": "size",
8249
+ "description": "Vertical size of control",
8250
+ "type": "\"sm\" | \"md\" | \"lg\"",
8251
+ "default": "\"sm\""
8252
+ },
8253
+ {
8254
+ "name": "toggletip-alignment",
8255
+ "description": "Alignment for the toggletip that displays when in read only mode",
8256
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8257
+ "default": "\"bottom\""
8258
+ },
8259
+ {
8260
+ "name": "tooltip-alignment",
8261
+ "description": "Tooltip alignment for buttons",
8262
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8263
+ "default": "\"top\""
8264
+ },
8265
+ {
8266
+ "name": "value",
8267
+ "description": "Current value of the input (controlled mode)",
7317
8268
  "type": "string",
7318
8269
  "default": "\"\""
7319
8270
  },
7320
8271
  {
7321
- "name": "titleText",
7322
- "attribute": "title-text",
7323
- "description": "Provide the title text that will be read by a screen reader when visiting this control",
8272
+ "name": "default-value",
8273
+ "description": "Default value for uncontrolled mode",
7324
8274
  "type": "string",
7325
8275
  "default": "\"\""
7326
- },
8276
+ }
8277
+ ],
8278
+ "properties": [
7327
8279
  {
7328
- "name": "name",
7329
- "attribute": "name",
7330
- "description": "Name for the dropdown in the `FormData`",
8280
+ "name": "cancelLabel",
8281
+ "attribute": "cancel-label",
8282
+ "description": "Label for the cancel button",
7331
8283
  "type": "string",
7332
- "default": "\"\""
8284
+ "default": "\"Cancel\""
7333
8285
  },
7334
8286
  {
7335
- "name": "open",
7336
- "attribute": "open",
7337
- "description": "`true` if this dropdown should be open.",
8287
+ "name": "editAlwaysVisible",
8288
+ "attribute": "edit-always-visible",
8289
+ "description": "By default the edit icon is shown on hover only. Set to true to always show it.",
7338
8290
  "type": "boolean",
7339
8291
  "default": "false"
7340
8292
  },
7341
8293
  {
7342
- "name": "readOnly",
7343
- "attribute": "read-only",
7344
- "description": "Whether or not the Dropdown is readonly",
7345
- "type": "boolean",
7346
- "default": "false"
8294
+ "name": "editLabel",
8295
+ "attribute": "edit-label",
8296
+ "description": "Label for the edit button",
8297
+ "type": "string",
8298
+ "default": "\"Edit\""
7347
8299
  },
7348
8300
  {
7349
- "name": "isFluid",
7350
- "attribute": "isFluid",
7351
- "description": "Specify whether the dropdown is fluid or not",
8301
+ "name": "id",
8302
+ "attribute": "id",
8303
+ "description": "Specify a custom id for the input",
8304
+ "type": "string",
8305
+ "default": "\"\""
8306
+ },
8307
+ {
8308
+ "name": "inheritTypography",
8309
+ "attribute": "inherit-typography",
8310
+ "description": "Causes the text entry field to inherit typography settings from the container",
7352
8311
  "type": "boolean",
7353
8312
  "default": "false"
7354
8313
  },
7355
8314
  {
7356
- "name": "size",
7357
- "attribute": "size",
7358
- "description": "Dropdown size.",
7359
- "type": "DROPDOWN_SIZE",
7360
- "default": "\"md\""
8315
+ "name": "invalid",
8316
+ "attribute": "invalid",
8317
+ "description": "Determines if the input is invalid",
8318
+ "type": "boolean",
8319
+ "default": "false"
7361
8320
  },
7362
8321
  {
7363
- "name": "toggleLabelClosed",
7364
- "attribute": "toggle-label-closed",
7365
- "description": "The `aria-label` attribute for the UI indicating the closed state.",
8322
+ "name": "invalidText",
8323
+ "attribute": "invalid-text",
8324
+ "description": "Text that is displayed if the input is invalid",
7366
8325
  "type": "string",
7367
8326
  "default": "\"\""
7368
8327
  },
7369
8328
  {
7370
- "name": "toggleLabelOpen",
7371
- "attribute": "toggle-label-open",
7372
- "description": "The `aria-label` attribute for the UI indicating the open state.",
8329
+ "name": "labelText",
8330
+ "attribute": "label-text",
8331
+ "description": "Text that will be read by a screen reader when visiting this control",
7373
8332
  "type": "string",
7374
8333
  "default": "\"\""
7375
8334
  },
7376
8335
  {
7377
- "name": "label",
7378
- "attribute": "label",
7379
- "description": "Generic label that will be used as the textual representation of what this field is for",
8336
+ "name": "placeholder",
8337
+ "attribute": "placeholder",
8338
+ "description": "Placeholder text for the input",
7380
8339
  "type": "string",
7381
8340
  "default": "\"\""
7382
8341
  },
7383
8342
  {
7384
- "name": "type",
7385
- "attribute": "type",
7386
- "description": "`true` if this dropdown should use the inline UI variant.",
7387
- "type": "DROPDOWN_TYPE",
7388
- "default": "\"\""
7389
- },
7390
- {
7391
- "name": "warn",
7392
- "attribute": "warn",
7393
- "description": "Specify whether the control is currently in warning state",
8343
+ "name": "readOnly",
8344
+ "attribute": "read-only",
8345
+ "description": "Determines if the input is in readOnly mode",
7394
8346
  "type": "boolean",
7395
8347
  "default": "false"
7396
8348
  },
7397
8349
  {
7398
- "name": "warnText",
7399
- "attribute": "warn-text",
7400
- "description": "Provide the text that is displayed when the control is in warning state",
8350
+ "name": "readOnlyLabel",
8351
+ "attribute": "read-only-label",
8352
+ "description": "Label for the edit off button that displays when in read only mode",
7401
8353
  "type": "string",
7402
- "default": "\"\""
7403
- },
7404
- {
7405
- "name": "toggleLabel",
7406
- "description": "The computed aria-label for the toggle button based on open state.",
7407
- "type": "string"
8354
+ "default": "\"Edit off\""
7408
8355
  },
7409
8356
  {
7410
- "name": "TRIGGER_KEYS",
7411
- "description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
7412
- "type": "Set<string>",
7413
- "default": "\"new Set([' ', 'Enter'])\""
8357
+ "name": "readOnlyToggleTipText",
8358
+ "attribute": "read-only-toggletip-text",
8359
+ "description": "Text for the toggletip that displays when in read only mode",
8360
+ "type": "string",
8361
+ "default": "\"This field is read-only and cannot be edited\""
7414
8362
  },
7415
8363
  {
7416
- "name": "shadowRootOptions",
7417
- "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
7418
- "default": "{\"delegatesFocus\":true}"
8364
+ "name": "saveLabel",
8365
+ "attribute": "save-label",
8366
+ "description": "Label for the save button",
8367
+ "type": "string",
8368
+ "default": "\"Save\""
7419
8369
  },
7420
8370
  {
7421
- "name": "styles",
7422
- "default": "\"styles\""
8371
+ "name": "size",
8372
+ "attribute": "size",
8373
+ "description": "Vertical size of control",
8374
+ "type": "\"sm\" | \"md\" | \"lg\"",
8375
+ "default": "\"sm\""
7423
8376
  },
7424
8377
  {
7425
- "name": "invalid",
7426
- "attribute": "invalid",
7427
- "description": "`true` to show the UI of the invalid state.",
7428
- "type": "boolean",
7429
- "default": "false"
8378
+ "name": "toggleTipAlignment",
8379
+ "attribute": "toggletip-alignment",
8380
+ "description": "Alignment for the toggletip that displays when in read only mode",
8381
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8382
+ "default": "\"bottom\""
7430
8383
  },
7431
8384
  {
7432
- "name": "required",
7433
- "attribute": "required",
7434
- "description": "`true` if the value is required.",
7435
- "type": "boolean",
7436
- "default": "false"
8385
+ "name": "tooltipAlignment",
8386
+ "attribute": "tooltip-alignment",
8387
+ "description": "Tooltip alignment for buttons",
8388
+ "type": "\"top\" | \"top-left\" | \"top-right\" | \"bottom\" | \"bottom-left\" | \"bottom-right\" | \"left\" | \"right\"",
8389
+ "default": "\"top\""
7437
8390
  },
7438
8391
  {
7439
- "name": "requiredValidityMessage",
7440
- "attribute": "required-validity-message",
7441
- "description": "The special validity message for `required`.",
8392
+ "name": "value",
8393
+ "attribute": "value",
8394
+ "description": "Current value of the input (controlled mode)",
7442
8395
  "type": "string",
7443
- "default": "\"Please fill out this field.\""
8396
+ "default": "\"\""
7444
8397
  },
7445
8398
  {
7446
- "name": "validityMessage",
7447
- "attribute": "validity-message",
7448
- "description": "The validity message.",
8399
+ "name": "defaultValue",
8400
+ "attribute": "default-value",
8401
+ "description": "Default value for uncontrolled mode",
7449
8402
  "type": "string",
7450
8403
  "default": "\"\""
7451
8404
  },
7452
8405
  {
7453
- "name": "value",
7454
- "attribute": "value",
7455
- "description": "The value of the selected item.",
7456
- "type": "string",
7457
- "default": "\"\""
8406
+ "name": "styles",
8407
+ "default": "\"styles\""
7458
8408
  }
7459
8409
  ],
7460
8410
  "events": [
7461
8411
  {
7462
- "name": "cds-dropdown-beingselected",
7463
- "description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
7464
- },
7465
- {
7466
- "name": "cds-dropdown-beingtoggled",
7467
- "description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
7468
- },
7469
- {
7470
- "name": "cds-dropdown-selected",
7471
- "description": "The custom event fired after a dropdown item is selected upon a user gesture."
8412
+ "name": "cds-edit-in-place-change",
8413
+ "description": "Fired when the input value changes"
7472
8414
  },
7473
8415
  {
7474
- "name": "cds-dropdown-toggled",
7475
- "description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
8416
+ "name": "cds-edit-in-place-save",
8417
+ "description": "Fired when the save button is clicked or Enter is pressed"
7476
8418
  },
7477
8419
  {
7478
- "name": "input"
8420
+ "name": "cds-edit-in-place-cancel",
8421
+ "description": "Fired when the cancel button is clicked or Escape is pressed"
7479
8422
  },
7480
8423
  {
7481
- "name": "invalid"
8424
+ "name": "cds-edit-in-place-blur",
8425
+ "description": "Fired when the input loses focus (if onBlur handler is used)"
7482
8426
  }
7483
8427
  ],
7484
8428
  "cssParts": [
7485
8429
  {
7486
- "name": "label",
7487
- "description": "text The label text."
7488
- },
7489
- {
7490
- "name": "helper",
7491
- "description": "text The helper text."
7492
- },
7493
- {
7494
- "name": "trigger",
7495
- "description": "button The trigger button."
8430
+ "name": "input",
8431
+ "description": "The input element"
7496
8432
  },
7497
8433
  {
7498
- "name": "menu",
7499
- "description": "body The menu body."
8434
+ "name": "actions",
8435
+ "description": "The button container"
7500
8436
  },
7501
8437
  {
7502
- "name": "validity",
7503
- "description": "message The validity message."
8438
+ "name": "invalid-text",
8439
+ "description": "The error message container"
7504
8440
  }
7505
8441
  ]
7506
8442
  },
@@ -13594,9 +14530,9 @@
13594
14530
  },
13595
14531
  {
13596
14532
  "name": "size",
13597
- "description": "Specify the size of the Button. Defaults to `md`.",
14533
+ "description": "Specify the size of the Button. Defaults to `lg`.",
13598
14534
  "type": "string | undefined",
13599
- "default": "\"md\""
14535
+ "default": "\"lg\""
13600
14536
  },
13601
14537
  {
13602
14538
  "name": "tab-index",
@@ -13784,9 +14720,9 @@
13784
14720
  {
13785
14721
  "name": "size",
13786
14722
  "attribute": "size",
13787
- "description": "Specify the size of the Button. Defaults to `md`.",
14723
+ "description": "Specify the size of the Button. Defaults to `lg`.",
13788
14724
  "type": "string | undefined",
13789
- "default": "\"md\""
14725
+ "default": "\"lg\""
13790
14726
  },
13791
14727
  {
13792
14728
  "name": "tabIndex",
@@ -17904,6 +18840,139 @@
17904
18840
  }
17905
18841
  ]
17906
18842
  },
18843
+ {
18844
+ "name": "cds-options-tile",
18845
+ "path": "./src/components/options-tile/options-tile.ts",
18846
+ "description": "OptionsTile.",
18847
+ "attributes": [
18848
+ {
18849
+ "name": "defaultOpen",
18850
+ "description": "Determines if the tile is open by default",
18851
+ "type": "boolean | undefined",
18852
+ "default": "false"
18853
+ },
18854
+ {
18855
+ "name": "size",
18856
+ "description": "Determines the size of the header",
18857
+ "type": "\"lg\" | \"xl\" | undefined",
18858
+ "default": "\"lg\""
18859
+ },
18860
+ {
18861
+ "name": "titleId",
18862
+ "description": "ID for the title",
18863
+ "type": "string",
18864
+ "default": "\"\""
18865
+ },
18866
+ {
18867
+ "name": "titleText",
18868
+ "description": "Text for the title",
18869
+ "type": "string",
18870
+ "default": "\"\""
18871
+ },
18872
+ {
18873
+ "name": "locked",
18874
+ "description": "Whether the OptionsTile is in locked validation state.",
18875
+ "type": "boolean | undefined",
18876
+ "default": "false"
18877
+ },
18878
+ {
18879
+ "name": "lockedText",
18880
+ "description": "Provide a text explaining why the OptionsTile is in locked state.",
18881
+ "type": "string | undefined",
18882
+ "default": "\"\""
18883
+ },
18884
+ {
18885
+ "name": "warn",
18886
+ "description": "Whether the OptionsTile is in warning validation state.",
18887
+ "type": "boolean | undefined",
18888
+ "default": "false"
18889
+ },
18890
+ {
18891
+ "name": "warnText",
18892
+ "description": "Provide a text explaining why the OptionsTile is in warning state.",
18893
+ "type": "string | undefined",
18894
+ "default": "\"\""
18895
+ }
18896
+ ],
18897
+ "properties": [
18898
+ {
18899
+ "name": "defaultOpen",
18900
+ "attribute": "defaultOpen",
18901
+ "description": "Determines if the tile is open by default",
18902
+ "type": "boolean | undefined",
18903
+ "default": "false"
18904
+ },
18905
+ {
18906
+ "name": "size",
18907
+ "attribute": "size",
18908
+ "description": "Determines the size of the header",
18909
+ "type": "\"lg\" | \"xl\" | undefined",
18910
+ "default": "\"lg\""
18911
+ },
18912
+ {
18913
+ "name": "titleId",
18914
+ "attribute": "titleId",
18915
+ "description": "ID for the title",
18916
+ "type": "string",
18917
+ "default": "\"\""
18918
+ },
18919
+ {
18920
+ "name": "titleText",
18921
+ "attribute": "titleText",
18922
+ "description": "Text for the title",
18923
+ "type": "string",
18924
+ "default": "\"\""
18925
+ },
18926
+ {
18927
+ "name": "locked",
18928
+ "attribute": "locked",
18929
+ "description": "Whether the OptionsTile is in locked validation state.",
18930
+ "type": "boolean | undefined",
18931
+ "default": "false"
18932
+ },
18933
+ {
18934
+ "name": "lockedText",
18935
+ "attribute": "lockedText",
18936
+ "description": "Provide a text explaining why the OptionsTile is in locked state.",
18937
+ "type": "string | undefined",
18938
+ "default": "\"\""
18939
+ },
18940
+ {
18941
+ "name": "warn",
18942
+ "attribute": "warn",
18943
+ "description": "Whether the OptionsTile is in warning validation state.",
18944
+ "type": "boolean | undefined",
18945
+ "default": "false"
18946
+ },
18947
+ {
18948
+ "name": "warnText",
18949
+ "attribute": "warnText",
18950
+ "description": "Provide a text explaining why the OptionsTile is in warning state.",
18951
+ "type": "string | undefined",
18952
+ "default": "\"\""
18953
+ },
18954
+ {
18955
+ "name": "styles",
18956
+ "default": "\"styles\""
18957
+ }
18958
+ ],
18959
+ "events": [
18960
+ {
18961
+ "name": "cds-options-tile-open",
18962
+ "description": "Custom event fired when tile is opened"
18963
+ },
18964
+ {
18965
+ "name": "cds-options-tile-close",
18966
+ "description": "Custom event fired when tile is closed"
18967
+ }
18968
+ ],
18969
+ "cssParts": [
18970
+ {
18971
+ "name": "options",
18972
+ "description": "tile The options tile"
18973
+ }
18974
+ ]
18975
+ },
17907
18976
  {
17908
18977
  "name": "cds-overflow-menu-body",
17909
18978
  "path": "./src/components/overflow-menu/overflow-menu-body.ts",
@@ -28982,4 +30051,4 @@
28982
30051
  ]
28983
30052
  }
28984
30053
  ]
28985
- }
30054
+ }