@db-ux/wc-core-components 1.0.0-test-13b991d

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 (533) hide show
  1. package/README.md +92 -0
  2. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  4. package/dist/cjs/constants-89822e5f.js +116 -0
  5. package/dist/cjs/constants-89822e5f.js.map +1 -0
  6. package/dist/cjs/db-accordion-item.cjs.entry.js +73 -0
  7. package/dist/cjs/db-accordion-item.cjs.entry.js.map +1 -0
  8. package/dist/cjs/db-accordion.cjs.entry.js +130 -0
  9. package/dist/cjs/db-accordion.cjs.entry.js.map +1 -0
  10. package/dist/cjs/db-badge.cjs.entry.js +75 -0
  11. package/dist/cjs/db-badge.cjs.entry.js.map +1 -0
  12. package/dist/cjs/db-brand.cjs.entry.js +58 -0
  13. package/dist/cjs/db-brand.cjs.entry.js.map +1 -0
  14. package/dist/cjs/db-button.cjs.entry.js +62 -0
  15. package/dist/cjs/db-button.cjs.entry.js.map +1 -0
  16. package/dist/cjs/db-card.cjs.entry.js +62 -0
  17. package/dist/cjs/db-card.cjs.entry.js.map +1 -0
  18. package/dist/cjs/db-checkbox.cjs.entry.js +149 -0
  19. package/dist/cjs/db-checkbox.cjs.entry.js.map +1 -0
  20. package/dist/cjs/db-divider.cjs.entry.js +56 -0
  21. package/dist/cjs/db-divider.cjs.entry.js.map +1 -0
  22. package/dist/cjs/db-drawer.cjs.entry.js +108 -0
  23. package/dist/cjs/db-drawer.cjs.entry.js.map +1 -0
  24. package/dist/cjs/db-header.cjs.entry.js +89 -0
  25. package/dist/cjs/db-header.cjs.entry.js.map +1 -0
  26. package/dist/cjs/db-icon.cjs.entry.js +56 -0
  27. package/dist/cjs/db-icon.cjs.entry.js.map +1 -0
  28. package/dist/cjs/db-infotext.cjs.entry.js +57 -0
  29. package/dist/cjs/db-infotext.cjs.entry.js.map +1 -0
  30. package/dist/cjs/db-input.cjs.entry.js +157 -0
  31. package/dist/cjs/db-input.cjs.entry.js.map +1 -0
  32. package/dist/cjs/db-link.cjs.entry.js +63 -0
  33. package/dist/cjs/db-link.cjs.entry.js.map +1 -0
  34. package/dist/cjs/db-navigation-item.cjs.entry.js +102 -0
  35. package/dist/cjs/db-navigation-item.cjs.entry.js.map +1 -0
  36. package/dist/cjs/db-navigation.cjs.entry.js +59 -0
  37. package/dist/cjs/db-navigation.cjs.entry.js.map +1 -0
  38. package/dist/cjs/db-notification.cjs.entry.js +64 -0
  39. package/dist/cjs/db-notification.cjs.entry.js.map +1 -0
  40. package/dist/cjs/db-page.cjs.entry.js +73 -0
  41. package/dist/cjs/db-page.cjs.entry.js.map +1 -0
  42. package/dist/cjs/db-popover.cjs.entry.js +113 -0
  43. package/dist/cjs/db-popover.cjs.entry.js.map +1 -0
  44. package/dist/cjs/db-radio.cjs.entry.js +98 -0
  45. package/dist/cjs/db-radio.cjs.entry.js.map +1 -0
  46. package/dist/cjs/db-section.cjs.entry.js +59 -0
  47. package/dist/cjs/db-section.cjs.entry.js.map +1 -0
  48. package/dist/cjs/db-select.cjs.entry.js +170 -0
  49. package/dist/cjs/db-select.cjs.entry.js.map +1 -0
  50. package/dist/cjs/db-stack.cjs.entry.js +56 -0
  51. package/dist/cjs/db-stack.cjs.entry.js.map +1 -0
  52. package/dist/cjs/db-switch.cjs.entry.js +91 -0
  53. package/dist/cjs/db-switch.cjs.entry.js.map +1 -0
  54. package/dist/cjs/db-tab-item_3.cjs.entry.js +175 -0
  55. package/dist/cjs/db-tab-item_3.cjs.entry.js.map +1 -0
  56. package/dist/cjs/db-tabs.cjs.entry.js +173 -0
  57. package/dist/cjs/db-tabs.cjs.entry.js.map +1 -0
  58. package/dist/cjs/db-tag.cjs.entry.js +83 -0
  59. package/dist/cjs/db-tag.cjs.entry.js.map +1 -0
  60. package/dist/cjs/db-textarea.cjs.entry.js +144 -0
  61. package/dist/cjs/db-textarea.cjs.entry.js.map +1 -0
  62. package/dist/cjs/db-tooltip.cjs.entry.js +86 -0
  63. package/dist/cjs/db-tooltip.cjs.entry.js.map +1 -0
  64. package/dist/cjs/db-ux.cjs.js +27 -0
  65. package/dist/cjs/db-ux.cjs.js.map +1 -0
  66. package/dist/cjs/index-3d093f06.js +1496 -0
  67. package/dist/cjs/index-3d093f06.js.map +1 -0
  68. package/dist/cjs/index-c0df827d.js +169 -0
  69. package/dist/cjs/index-c0df827d.js.map +1 -0
  70. package/dist/cjs/index.cjs.js +118 -0
  71. package/dist/cjs/index.cjs.js.map +1 -0
  72. package/dist/cjs/loader.cjs.js +17 -0
  73. package/dist/cjs/loader.cjs.js.map +1 -0
  74. package/dist/cjs/navigation-bb2d5552.js +140 -0
  75. package/dist/cjs/navigation-bb2d5552.js.map +1 -0
  76. package/dist/collection/collection-manifest.json +42 -0
  77. package/dist/collection/components/accordion/accordion.js +311 -0
  78. package/dist/collection/components/accordion/accordion.js.map +1 -0
  79. package/dist/collection/components/accordion/index.js +3 -0
  80. package/dist/collection/components/accordion/index.js.map +1 -0
  81. package/dist/collection/components/accordion/model.js +3 -0
  82. package/dist/collection/components/accordion/model.js.map +1 -0
  83. package/dist/collection/components/accordion-item/accordion-item.js +246 -0
  84. package/dist/collection/components/accordion-item/accordion-item.js.map +1 -0
  85. package/dist/collection/components/accordion-item/index.js +3 -0
  86. package/dist/collection/components/accordion-item/index.js.map +1 -0
  87. package/dist/collection/components/accordion-item/model.js +2 -0
  88. package/dist/collection/components/accordion-item/model.js.map +1 -0
  89. package/dist/collection/components/badge/badge.js +280 -0
  90. package/dist/collection/components/badge/badge.js.map +1 -0
  91. package/dist/collection/components/badge/index.js +3 -0
  92. package/dist/collection/components/badge/index.js.map +1 -0
  93. package/dist/collection/components/badge/model.js +2 -0
  94. package/dist/collection/components/badge/model.js.map +1 -0
  95. package/dist/collection/components/brand/brand.js +206 -0
  96. package/dist/collection/components/brand/brand.js.map +1 -0
  97. package/dist/collection/components/brand/index.js +3 -0
  98. package/dist/collection/components/brand/index.js.map +1 -0
  99. package/dist/collection/components/brand/model.js +2 -0
  100. package/dist/collection/components/brand/model.js.map +1 -0
  101. package/dist/collection/components/button/button.js +527 -0
  102. package/dist/collection/components/button/button.js.map +1 -0
  103. package/dist/collection/components/button/index.js +3 -0
  104. package/dist/collection/components/button/index.js.map +1 -0
  105. package/dist/collection/components/button/model.js +4 -0
  106. package/dist/collection/components/button/model.js.map +1 -0
  107. package/dist/collection/components/card/card.js +202 -0
  108. package/dist/collection/components/card/card.js.map +1 -0
  109. package/dist/collection/components/card/index.js +3 -0
  110. package/dist/collection/components/card/index.js.map +1 -0
  111. package/dist/collection/components/card/model.js +3 -0
  112. package/dist/collection/components/card/model.js.map +1 -0
  113. package/dist/collection/components/checkbox/checkbox.js +699 -0
  114. package/dist/collection/components/checkbox/checkbox.js.map +1 -0
  115. package/dist/collection/components/checkbox/index.js +3 -0
  116. package/dist/collection/components/checkbox/index.js.map +1 -0
  117. package/dist/collection/components/checkbox/model.js +2 -0
  118. package/dist/collection/components/checkbox/model.js.map +1 -0
  119. package/dist/collection/components/divider/divider.js +204 -0
  120. package/dist/collection/components/divider/divider.js.map +1 -0
  121. package/dist/collection/components/divider/index.js +3 -0
  122. package/dist/collection/components/divider/index.js.map +1 -0
  123. package/dist/collection/components/divider/model.js +3 -0
  124. package/dist/collection/components/divider/model.js.map +1 -0
  125. package/dist/collection/components/drawer/drawer.js +398 -0
  126. package/dist/collection/components/drawer/drawer.js.map +1 -0
  127. package/dist/collection/components/drawer/index.js +3 -0
  128. package/dist/collection/components/drawer/index.js.map +1 -0
  129. package/dist/collection/components/drawer/model.js +4 -0
  130. package/dist/collection/components/drawer/model.js.map +1 -0
  131. package/dist/collection/components/header/header.js +266 -0
  132. package/dist/collection/components/header/header.js.map +1 -0
  133. package/dist/collection/components/header/index.js +3 -0
  134. package/dist/collection/components/header/index.js.map +1 -0
  135. package/dist/collection/components/header/model.js +2 -0
  136. package/dist/collection/components/header/model.js.map +1 -0
  137. package/dist/collection/components/icon/icon.js +204 -0
  138. package/dist/collection/components/icon/icon.js.map +1 -0
  139. package/dist/collection/components/icon/index.js +3 -0
  140. package/dist/collection/components/icon/index.js.map +1 -0
  141. package/dist/collection/components/icon/model.js +3 -0
  142. package/dist/collection/components/icon/model.js.map +1 -0
  143. package/dist/collection/components/infotext/index.js +3 -0
  144. package/dist/collection/components/infotext/index.js.map +1 -0
  145. package/dist/collection/components/infotext/infotext.js +230 -0
  146. package/dist/collection/components/infotext/infotext.js.map +1 -0
  147. package/dist/collection/components/infotext/model.js +2 -0
  148. package/dist/collection/components/infotext/model.js.map +1 -0
  149. package/dist/collection/components/input/index.js +3 -0
  150. package/dist/collection/components/input/index.js.map +1 -0
  151. package/dist/collection/components/input/input.js +1118 -0
  152. package/dist/collection/components/input/input.js.map +1 -0
  153. package/dist/collection/components/input/model.js +6 -0
  154. package/dist/collection/components/input/model.js.map +1 -0
  155. package/dist/collection/components/link/index.js +3 -0
  156. package/dist/collection/components/link/index.js.map +1 -0
  157. package/dist/collection/components/link/link.js +478 -0
  158. package/dist/collection/components/link/link.js.map +1 -0
  159. package/dist/collection/components/link/model.js +4 -0
  160. package/dist/collection/components/link/model.js.map +1 -0
  161. package/dist/collection/components/navigation/index.js +3 -0
  162. package/dist/collection/components/navigation/index.js.map +1 -0
  163. package/dist/collection/components/navigation/model.js +2 -0
  164. package/dist/collection/components/navigation/model.js.map +1 -0
  165. package/dist/collection/components/navigation/navigation.js +139 -0
  166. package/dist/collection/components/navigation/navigation.js.map +1 -0
  167. package/dist/collection/components/navigation-item/index.js +3 -0
  168. package/dist/collection/components/navigation-item/index.js.map +1 -0
  169. package/dist/collection/components/navigation-item/model.js +2 -0
  170. package/dist/collection/components/navigation-item/model.js.map +1 -0
  171. package/dist/collection/components/navigation-item/navigation-item.js +404 -0
  172. package/dist/collection/components/navigation-item/navigation-item.js.map +1 -0
  173. package/dist/collection/components/notification/index.js +3 -0
  174. package/dist/collection/components/notification/index.js.map +1 -0
  175. package/dist/collection/components/notification/model.js +4 -0
  176. package/dist/collection/components/notification/model.js.map +1 -0
  177. package/dist/collection/components/notification/notification.js +480 -0
  178. package/dist/collection/components/notification/notification.js.map +1 -0
  179. package/dist/collection/components/page/index.js +3 -0
  180. package/dist/collection/components/page/index.js.map +1 -0
  181. package/dist/collection/components/page/model.js +3 -0
  182. package/dist/collection/components/page/model.js.map +1 -0
  183. package/dist/collection/components/page/page.js +204 -0
  184. package/dist/collection/components/page/page.js.map +1 -0
  185. package/dist/collection/components/popover/index.js +3 -0
  186. package/dist/collection/components/popover/index.js.map +1 -0
  187. package/dist/collection/components/popover/model.js +2 -0
  188. package/dist/collection/components/popover/model.js.map +1 -0
  189. package/dist/collection/components/popover/popover.js +344 -0
  190. package/dist/collection/components/popover/popover.js.map +1 -0
  191. package/dist/collection/components/radio/index.js +3 -0
  192. package/dist/collection/components/radio/index.js.map +1 -0
  193. package/dist/collection/components/radio/model.js +2 -0
  194. package/dist/collection/components/radio/model.js.map +1 -0
  195. package/dist/collection/components/radio/radio.js +518 -0
  196. package/dist/collection/components/radio/radio.js.map +1 -0
  197. package/dist/collection/components/section/index.js +3 -0
  198. package/dist/collection/components/section/index.js.map +1 -0
  199. package/dist/collection/components/section/model.js +2 -0
  200. package/dist/collection/components/section/model.js.map +1 -0
  201. package/dist/collection/components/section/section.js +164 -0
  202. package/dist/collection/components/section/section.js.map +1 -0
  203. package/dist/collection/components/select/index.js +3 -0
  204. package/dist/collection/components/select/index.js.map +1 -0
  205. package/dist/collection/components/select/model.js +2 -0
  206. package/dist/collection/components/select/model.js.map +1 -0
  207. package/dist/collection/components/select/select.js +846 -0
  208. package/dist/collection/components/select/select.js.map +1 -0
  209. package/dist/collection/components/stack/index.js +3 -0
  210. package/dist/collection/components/stack/index.js.map +1 -0
  211. package/dist/collection/components/stack/model.js +5 -0
  212. package/dist/collection/components/stack/model.js.map +1 -0
  213. package/dist/collection/components/stack/stack.js +254 -0
  214. package/dist/collection/components/stack/stack.js.map +1 -0
  215. package/dist/collection/components/switch/index.js +3 -0
  216. package/dist/collection/components/switch/index.js.map +1 -0
  217. package/dist/collection/components/switch/model.js +2 -0
  218. package/dist/collection/components/switch/model.js.map +1 -0
  219. package/dist/collection/components/switch/switch.js +587 -0
  220. package/dist/collection/components/switch/switch.js.map +1 -0
  221. package/dist/collection/components/tab-item/index.js +3 -0
  222. package/dist/collection/components/tab-item/index.js.map +1 -0
  223. package/dist/collection/components/tab-item/model.js +2 -0
  224. package/dist/collection/components/tab-item/model.js.map +1 -0
  225. package/dist/collection/components/tab-item/tab-item.js +399 -0
  226. package/dist/collection/components/tab-item/tab-item.js.map +1 -0
  227. package/dist/collection/components/tab-list/index.js +3 -0
  228. package/dist/collection/components/tab-list/index.js.map +1 -0
  229. package/dist/collection/components/tab-list/model.js +2 -0
  230. package/dist/collection/components/tab-list/model.js.map +1 -0
  231. package/dist/collection/components/tab-list/tab-list.js +114 -0
  232. package/dist/collection/components/tab-list/tab-list.js.map +1 -0
  233. package/dist/collection/components/tab-panel/index.js +3 -0
  234. package/dist/collection/components/tab-panel/index.js.map +1 -0
  235. package/dist/collection/components/tab-panel/model.js +2 -0
  236. package/dist/collection/components/tab-panel/model.js.map +1 -0
  237. package/dist/collection/components/tab-panel/tab-panel.js +154 -0
  238. package/dist/collection/components/tab-panel/tab-panel.js.map +1 -0
  239. package/dist/collection/components/tabs/index.js +3 -0
  240. package/dist/collection/components/tabs/index.js.map +1 -0
  241. package/dist/collection/components/tabs/model.js +3 -0
  242. package/dist/collection/components/tabs/model.js.map +1 -0
  243. package/dist/collection/components/tabs/tabs.js +458 -0
  244. package/dist/collection/components/tabs/tabs.js.map +1 -0
  245. package/dist/collection/components/tag/index.js +3 -0
  246. package/dist/collection/components/tag/index.js.map +1 -0
  247. package/dist/collection/components/tag/model.js +2 -0
  248. package/dist/collection/components/tag/model.js.map +1 -0
  249. package/dist/collection/components/tag/tag.js +430 -0
  250. package/dist/collection/components/tag/tag.js.map +1 -0
  251. package/dist/collection/components/textarea/index.js +3 -0
  252. package/dist/collection/components/textarea/index.js.map +1 -0
  253. package/dist/collection/components/textarea/model.js +3 -0
  254. package/dist/collection/components/textarea/model.js.map +1 -0
  255. package/dist/collection/components/textarea/textarea.js +956 -0
  256. package/dist/collection/components/textarea/textarea.js.map +1 -0
  257. package/dist/collection/components/tooltip/index.js +3 -0
  258. package/dist/collection/components/tooltip/index.js.map +1 -0
  259. package/dist/collection/components/tooltip/model.js +2 -0
  260. package/dist/collection/components/tooltip/model.js.map +1 -0
  261. package/dist/collection/components/tooltip/tooltip.js +292 -0
  262. package/dist/collection/components/tooltip/tooltip.js.map +1 -0
  263. package/dist/collection/index.js +37 -0
  264. package/dist/collection/index.js.map +1 -0
  265. package/dist/collection/shared/constants.js +88 -0
  266. package/dist/collection/shared/constants.js.map +1 -0
  267. package/dist/collection/shared/model.js +22 -0
  268. package/dist/collection/shared/model.js.map +1 -0
  269. package/dist/collection/utils/form-components.js +11 -0
  270. package/dist/collection/utils/form-components.js.map +1 -0
  271. package/dist/collection/utils/index.js +167 -0
  272. package/dist/collection/utils/index.js.map +1 -0
  273. package/dist/collection/utils/navigation.js +137 -0
  274. package/dist/collection/utils/navigation.js.map +1 -0
  275. package/dist/custom-elements.json +13474 -0
  276. package/dist/db-ux/db-ux.esm.js +2 -0
  277. package/dist/db-ux/db-ux.esm.js.map +1 -0
  278. package/dist/db-ux/index.esm.js +2 -0
  279. package/dist/db-ux/index.esm.js.map +1 -0
  280. package/dist/db-ux/p-031e9fbf.entry.js +2 -0
  281. package/dist/db-ux/p-031e9fbf.entry.js.map +1 -0
  282. package/dist/db-ux/p-08126c21.entry.js +2 -0
  283. package/dist/db-ux/p-08126c21.entry.js.map +1 -0
  284. package/dist/db-ux/p-1066cd52.entry.js +2 -0
  285. package/dist/db-ux/p-1066cd52.entry.js.map +1 -0
  286. package/dist/db-ux/p-10d30f53.entry.js +2 -0
  287. package/dist/db-ux/p-10d30f53.entry.js.map +1 -0
  288. package/dist/db-ux/p-1566cfef.entry.js +2 -0
  289. package/dist/db-ux/p-1566cfef.entry.js.map +1 -0
  290. package/dist/db-ux/p-1c12853c.entry.js +2 -0
  291. package/dist/db-ux/p-1c12853c.entry.js.map +1 -0
  292. package/dist/db-ux/p-1feee149.js +3 -0
  293. package/dist/db-ux/p-1feee149.js.map +1 -0
  294. package/dist/db-ux/p-2d32aa06.entry.js +2 -0
  295. package/dist/db-ux/p-2d32aa06.entry.js.map +1 -0
  296. package/dist/db-ux/p-2e318e2a.entry.js +2 -0
  297. package/dist/db-ux/p-2e318e2a.entry.js.map +1 -0
  298. package/dist/db-ux/p-34f88e4e.js +2 -0
  299. package/dist/db-ux/p-34f88e4e.js.map +1 -0
  300. package/dist/db-ux/p-3f2e2d87.entry.js +2 -0
  301. package/dist/db-ux/p-3f2e2d87.entry.js.map +1 -0
  302. package/dist/db-ux/p-43aa16d7.entry.js +2 -0
  303. package/dist/db-ux/p-43aa16d7.entry.js.map +1 -0
  304. package/dist/db-ux/p-5a689165.entry.js +2 -0
  305. package/dist/db-ux/p-5a689165.entry.js.map +1 -0
  306. package/dist/db-ux/p-683d690f.entry.js +2 -0
  307. package/dist/db-ux/p-683d690f.entry.js.map +1 -0
  308. package/dist/db-ux/p-6b6f1f7f.entry.js +2 -0
  309. package/dist/db-ux/p-6b6f1f7f.entry.js.map +1 -0
  310. package/dist/db-ux/p-6f645f17.entry.js +2 -0
  311. package/dist/db-ux/p-6f645f17.entry.js.map +1 -0
  312. package/dist/db-ux/p-71cb932e.entry.js +2 -0
  313. package/dist/db-ux/p-71cb932e.entry.js.map +1 -0
  314. package/dist/db-ux/p-78e5293a.entry.js +2 -0
  315. package/dist/db-ux/p-78e5293a.entry.js.map +1 -0
  316. package/dist/db-ux/p-79b43b42.entry.js +2 -0
  317. package/dist/db-ux/p-79b43b42.entry.js.map +1 -0
  318. package/dist/db-ux/p-79d9caa7.entry.js +2 -0
  319. package/dist/db-ux/p-79d9caa7.entry.js.map +1 -0
  320. package/dist/db-ux/p-871805e1.entry.js +2 -0
  321. package/dist/db-ux/p-871805e1.entry.js.map +1 -0
  322. package/dist/db-ux/p-8e2a086b.entry.js +2 -0
  323. package/dist/db-ux/p-8e2a086b.entry.js.map +1 -0
  324. package/dist/db-ux/p-99d90022.js +2 -0
  325. package/dist/db-ux/p-99d90022.js.map +1 -0
  326. package/dist/db-ux/p-a3be13fd.entry.js +2 -0
  327. package/dist/db-ux/p-a3be13fd.entry.js.map +1 -0
  328. package/dist/db-ux/p-a494046c.entry.js +2 -0
  329. package/dist/db-ux/p-a494046c.entry.js.map +1 -0
  330. package/dist/db-ux/p-ab8a1944.entry.js +2 -0
  331. package/dist/db-ux/p-ab8a1944.entry.js.map +1 -0
  332. package/dist/db-ux/p-af3834b6.js +2 -0
  333. package/dist/db-ux/p-af3834b6.js.map +1 -0
  334. package/dist/db-ux/p-b0f1a571.entry.js +2 -0
  335. package/dist/db-ux/p-b0f1a571.entry.js.map +1 -0
  336. package/dist/db-ux/p-b47af6eb.entry.js +2 -0
  337. package/dist/db-ux/p-b47af6eb.entry.js.map +1 -0
  338. package/dist/db-ux/p-c6d54dd4.entry.js +2 -0
  339. package/dist/db-ux/p-c6d54dd4.entry.js.map +1 -0
  340. package/dist/db-ux/p-d48f3770.entry.js +2 -0
  341. package/dist/db-ux/p-d48f3770.entry.js.map +1 -0
  342. package/dist/db-ux/p-e1255160.js +2 -0
  343. package/dist/db-ux/p-e1255160.js.map +1 -0
  344. package/dist/db-ux/p-f65f4eac.entry.js +2 -0
  345. package/dist/db-ux/p-f65f4eac.entry.js.map +1 -0
  346. package/dist/db-ux/p-fea6db86.entry.js +2 -0
  347. package/dist/db-ux/p-fea6db86.entry.js.map +1 -0
  348. package/dist/esm/app-globals-0f993ce5.js +5 -0
  349. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  350. package/dist/esm/constants-745cf8d7.js +91 -0
  351. package/dist/esm/constants-745cf8d7.js.map +1 -0
  352. package/dist/esm/db-accordion-item.entry.js +69 -0
  353. package/dist/esm/db-accordion-item.entry.js.map +1 -0
  354. package/dist/esm/db-accordion.entry.js +126 -0
  355. package/dist/esm/db-accordion.entry.js.map +1 -0
  356. package/dist/esm/db-badge.entry.js +71 -0
  357. package/dist/esm/db-badge.entry.js.map +1 -0
  358. package/dist/esm/db-brand.entry.js +54 -0
  359. package/dist/esm/db-brand.entry.js.map +1 -0
  360. package/dist/esm/db-button.entry.js +58 -0
  361. package/dist/esm/db-button.entry.js.map +1 -0
  362. package/dist/esm/db-card.entry.js +58 -0
  363. package/dist/esm/db-card.entry.js.map +1 -0
  364. package/dist/esm/db-checkbox.entry.js +145 -0
  365. package/dist/esm/db-checkbox.entry.js.map +1 -0
  366. package/dist/esm/db-divider.entry.js +52 -0
  367. package/dist/esm/db-divider.entry.js.map +1 -0
  368. package/dist/esm/db-drawer.entry.js +104 -0
  369. package/dist/esm/db-drawer.entry.js.map +1 -0
  370. package/dist/esm/db-header.entry.js +85 -0
  371. package/dist/esm/db-header.entry.js.map +1 -0
  372. package/dist/esm/db-icon.entry.js +52 -0
  373. package/dist/esm/db-icon.entry.js.map +1 -0
  374. package/dist/esm/db-infotext.entry.js +53 -0
  375. package/dist/esm/db-infotext.entry.js.map +1 -0
  376. package/dist/esm/db-input.entry.js +153 -0
  377. package/dist/esm/db-input.entry.js.map +1 -0
  378. package/dist/esm/db-link.entry.js +59 -0
  379. package/dist/esm/db-link.entry.js.map +1 -0
  380. package/dist/esm/db-navigation-item.entry.js +98 -0
  381. package/dist/esm/db-navigation-item.entry.js.map +1 -0
  382. package/dist/esm/db-navigation.entry.js +55 -0
  383. package/dist/esm/db-navigation.entry.js.map +1 -0
  384. package/dist/esm/db-notification.entry.js +60 -0
  385. package/dist/esm/db-notification.entry.js.map +1 -0
  386. package/dist/esm/db-page.entry.js +69 -0
  387. package/dist/esm/db-page.entry.js.map +1 -0
  388. package/dist/esm/db-popover.entry.js +109 -0
  389. package/dist/esm/db-popover.entry.js.map +1 -0
  390. package/dist/esm/db-radio.entry.js +94 -0
  391. package/dist/esm/db-radio.entry.js.map +1 -0
  392. package/dist/esm/db-section.entry.js +55 -0
  393. package/dist/esm/db-section.entry.js.map +1 -0
  394. package/dist/esm/db-select.entry.js +166 -0
  395. package/dist/esm/db-select.entry.js.map +1 -0
  396. package/dist/esm/db-stack.entry.js +52 -0
  397. package/dist/esm/db-stack.entry.js.map +1 -0
  398. package/dist/esm/db-switch.entry.js +87 -0
  399. package/dist/esm/db-switch.entry.js.map +1 -0
  400. package/dist/esm/db-tab-item_3.entry.js +169 -0
  401. package/dist/esm/db-tab-item_3.entry.js.map +1 -0
  402. package/dist/esm/db-tabs.entry.js +169 -0
  403. package/dist/esm/db-tabs.entry.js.map +1 -0
  404. package/dist/esm/db-tag.entry.js +79 -0
  405. package/dist/esm/db-tag.entry.js.map +1 -0
  406. package/dist/esm/db-textarea.entry.js +140 -0
  407. package/dist/esm/db-textarea.entry.js.map +1 -0
  408. package/dist/esm/db-tooltip.entry.js +82 -0
  409. package/dist/esm/db-tooltip.entry.js.map +1 -0
  410. package/dist/esm/db-ux.js +22 -0
  411. package/dist/esm/db-ux.js.map +1 -0
  412. package/dist/esm/index-5be50117.js +1468 -0
  413. package/dist/esm/index-5be50117.js.map +1 -0
  414. package/dist/esm/index-fad99efc.js +153 -0
  415. package/dist/esm/index-fad99efc.js.map +1 -0
  416. package/dist/esm/index.js +30 -0
  417. package/dist/esm/index.js.map +1 -0
  418. package/dist/esm/loader.js +13 -0
  419. package/dist/esm/loader.js.map +1 -0
  420. package/dist/esm/navigation-9fec9921.js +137 -0
  421. package/dist/esm/navigation-9fec9921.js.map +1 -0
  422. package/dist/index.cjs.js +1 -0
  423. package/dist/index.js +1 -0
  424. package/dist/loader/cdn.js +1 -0
  425. package/dist/loader/index.cjs.js +1 -0
  426. package/dist/loader/index.d.ts +24 -0
  427. package/dist/loader/index.es2017.js +1 -0
  428. package/dist/loader/index.js +2 -0
  429. package/dist/loader/package.json +11 -0
  430. package/dist/types/components/accordion/accordion.d.ts +29 -0
  431. package/dist/types/components/accordion/index.d.ts +2 -0
  432. package/dist/types/components/accordion/model.d.ts +41 -0
  433. package/dist/types/components/accordion-item/accordion-item.d.ts +27 -0
  434. package/dist/types/components/accordion-item/index.d.ts +2 -0
  435. package/dist/types/components/accordion-item/model.d.ts +24 -0
  436. package/dist/types/components/badge/badge.d.ts +26 -0
  437. package/dist/types/components/badge/index.d.ts +2 -0
  438. package/dist/types/components/badge/model.d.ts +16 -0
  439. package/dist/types/components/brand/brand.d.ts +22 -0
  440. package/dist/types/components/brand/index.d.ts +2 -0
  441. package/dist/types/components/brand/model.d.ts +10 -0
  442. package/dist/types/components/button/button.d.ts +37 -0
  443. package/dist/types/components/button/index.d.ts +2 -0
  444. package/dist/types/components/button/model.d.ts +52 -0
  445. package/dist/types/components/card/card.d.ts +24 -0
  446. package/dist/types/components/card/index.d.ts +2 -0
  447. package/dist/types/components/card/model.d.ts +18 -0
  448. package/dist/types/components/checkbox/checkbox.d.ts +51 -0
  449. package/dist/types/components/checkbox/index.d.ts +2 -0
  450. package/dist/types/components/checkbox/model.d.ts +10 -0
  451. package/dist/types/components/divider/divider.d.ts +22 -0
  452. package/dist/types/components/divider/index.d.ts +2 -0
  453. package/dist/types/components/divider/model.d.ts +18 -0
  454. package/dist/types/components/drawer/drawer.d.ts +32 -0
  455. package/dist/types/components/drawer/index.d.ts +2 -0
  456. package/dist/types/components/drawer/model.d.ts +41 -0
  457. package/dist/types/components/header/header.d.ts +32 -0
  458. package/dist/types/components/header/index.d.ts +2 -0
  459. package/dist/types/components/header/model.d.ts +44 -0
  460. package/dist/types/components/icon/icon.d.ts +22 -0
  461. package/dist/types/components/icon/index.d.ts +2 -0
  462. package/dist/types/components/icon/model.d.ts +12 -0
  463. package/dist/types/components/infotext/index.d.ts +2 -0
  464. package/dist/types/components/infotext/infotext.d.ts +23 -0
  465. package/dist/types/components/infotext/model.d.ts +5 -0
  466. package/dist/types/components/input/index.d.ts +2 -0
  467. package/dist/types/components/input/input.d.ts +71 -0
  468. package/dist/types/components/input/model.d.ts +39 -0
  469. package/dist/types/components/link/index.d.ts +2 -0
  470. package/dist/types/components/link/link.d.ts +35 -0
  471. package/dist/types/components/link/model.d.ts +24 -0
  472. package/dist/types/components/navigation/index.d.ts +2 -0
  473. package/dist/types/components/navigation/model.d.ts +5 -0
  474. package/dist/types/components/navigation/navigation.d.ts +20 -0
  475. package/dist/types/components/navigation-item/index.d.ts +2 -0
  476. package/dist/types/components/navigation-item/model.d.ts +34 -0
  477. package/dist/types/components/navigation-item/navigation-item.d.ts +39 -0
  478. package/dist/types/components/notification/index.d.ts +2 -0
  479. package/dist/types/components/notification/model.d.ts +57 -0
  480. package/dist/types/components/notification/notification.d.ts +36 -0
  481. package/dist/types/components/page/index.d.ts +2 -0
  482. package/dist/types/components/page/model.d.ts +32 -0
  483. package/dist/types/components/page/page.d.ts +24 -0
  484. package/dist/types/components/popover/index.d.ts +2 -0
  485. package/dist/types/components/popover/model.d.ts +18 -0
  486. package/dist/types/components/popover/popover.d.ts +31 -0
  487. package/dist/types/components/radio/index.d.ts +2 -0
  488. package/dist/types/components/radio/model.d.ts +7 -0
  489. package/dist/types/components/radio/radio.d.ts +41 -0
  490. package/dist/types/components/section/index.d.ts +2 -0
  491. package/dist/types/components/section/model.d.ts +5 -0
  492. package/dist/types/components/section/section.d.ts +21 -0
  493. package/dist/types/components/select/index.d.ts +2 -0
  494. package/dist/types/components/select/model.d.ts +43 -0
  495. package/dist/types/components/select/select.d.ts +62 -0
  496. package/dist/types/components/stack/index.d.ts +2 -0
  497. package/dist/types/components/stack/model.d.ts +34 -0
  498. package/dist/types/components/stack/stack.d.ts +24 -0
  499. package/dist/types/components/switch/index.d.ts +2 -0
  500. package/dist/types/components/switch/model.d.ts +12 -0
  501. package/dist/types/components/switch/switch.d.ts +44 -0
  502. package/dist/types/components/tab-item/index.d.ts +2 -0
  503. package/dist/types/components/tab-item/model.d.ts +24 -0
  504. package/dist/types/components/tab-item/tab-item.d.ts +34 -0
  505. package/dist/types/components/tab-list/index.d.ts +2 -0
  506. package/dist/types/components/tab-list/model.d.ts +5 -0
  507. package/dist/types/components/tab-list/tab-list.d.ts +19 -0
  508. package/dist/types/components/tab-panel/index.d.ts +2 -0
  509. package/dist/types/components/tab-panel/model.d.ts +10 -0
  510. package/dist/types/components/tab-panel/tab-panel.d.ts +20 -0
  511. package/dist/types/components/tabs/index.d.ts +2 -0
  512. package/dist/types/components/tabs/model.d.ts +47 -0
  513. package/dist/types/components/tabs/tabs.d.ts +39 -0
  514. package/dist/types/components/tag/index.d.ts +2 -0
  515. package/dist/types/components/tag/model.d.ts +45 -0
  516. package/dist/types/components/tag/tag.d.ts +34 -0
  517. package/dist/types/components/textarea/index.d.ts +2 -0
  518. package/dist/types/components/textarea/model.d.ts +30 -0
  519. package/dist/types/components/textarea/textarea.d.ts +63 -0
  520. package/dist/types/components/tooltip/index.d.ts +2 -0
  521. package/dist/types/components/tooltip/model.d.ts +7 -0
  522. package/dist/types/components/tooltip/tooltip.d.ts +30 -0
  523. package/dist/types/components.d.ts +1479 -0
  524. package/dist/types/index.d.ts +36 -0
  525. package/dist/types/shared/constants.d.ts +83 -0
  526. package/dist/types/shared/model.d.ts +445 -0
  527. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  528. package/dist/types/utils/form-components.d.ts +2 -0
  529. package/dist/types/utils/index.d.ts +61 -0
  530. package/dist/types/utils/navigation.d.ts +32 -0
  531. package/dist/vscode.html-custom-data.json +2245 -0
  532. package/dist/web-types.json +3991 -0
  533. package/package.json +48 -0
@@ -0,0 +1,3991 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
+ "name": "@db-ux/wc-core-components",
4
+ "version": "0.0.0",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "db-button",
11
+ "description": "\n---\n\n\n### **Events:**\n - **onClick**\n\n### **Slots:**\n - **children** - default slot",
12
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/button/properties",
13
+ "attributes": [
14
+ {
15
+ "name": "id",
16
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
17
+ "value": { "type": "string" }
18
+ },
19
+ {
20
+ "name": "classname",
21
+ "description": "React specific for adding className to the component.",
22
+ "value": { "type": "string" }
23
+ },
24
+ {
25
+ "name": "type",
26
+ "description": "The type attribute specifies the [type of button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type).",
27
+ "value": { "type": "\"button\" | \"reset\" | \"submit\"" }
28
+ },
29
+ {
30
+ "name": "disabled",
31
+ "description": "The disabled attribute can be set to [keep a user from clicking on the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled).",
32
+ "value": { "type": "boolean" }
33
+ },
34
+ {
35
+ "name": "label",
36
+ "description": "The label represents the [aria-label attributes](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) value of the button",
37
+ "value": { "type": "string" }
38
+ },
39
+ {
40
+ "name": "icon",
41
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
42
+ "value": { "type": "IconTypes" }
43
+ },
44
+ {
45
+ "name": "show-icon",
46
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
47
+ "value": { "type": "boolean" }
48
+ },
49
+ {
50
+ "name": "size",
51
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
52
+ "value": { "type": "\"small\" | \"medium\"" }
53
+ },
54
+ {
55
+ "name": "state",
56
+ "description": "Show loading progress inside button.",
57
+ "value": { "type": "\"loading\"" }
58
+ },
59
+ {
60
+ "name": "width",
61
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
62
+ "value": { "type": "\"full\" | \"auto\"" }
63
+ },
64
+ {
65
+ "name": "variant",
66
+ "description": "Variant of the button. Use only 1 primary button on a page as CTA otherwise use one of the adaptive buttons.",
67
+ "value": {
68
+ "type": "\"outlined\" | \"brand\" | \"filled\" | \"ghost\" | string"
69
+ }
70
+ },
71
+ {
72
+ "name": "no-text",
73
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
74
+ "value": { "type": "boolean" }
75
+ },
76
+ {
77
+ "name": "name",
78
+ "description": "The name attribute specifies a [name attributes value](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#name) for the button.",
79
+ "value": { "type": "string" }
80
+ },
81
+ {
82
+ "name": "value",
83
+ "description": "The value attribute specifies an initial [value for the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#value).",
84
+ "value": { "type": "string" }
85
+ },
86
+ {
87
+ "name": "describedbyid",
88
+ "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
89
+ "value": { "type": "string" }
90
+ },
91
+ {
92
+ "name": "ariaexpanded",
93
+ "description": "If the button controls a grouping of other elements, the ariaexpanded state [indicates whether the controlled grouping is currently expanded or collapsed](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded).",
94
+ "value": { "type": "boolean" }
95
+ },
96
+ {
97
+ "name": "ariapressed",
98
+ "description": "Defines the button as a toggle button. The value of [ariapressed describes the state of the button](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-pressed).",
99
+ "value": { "type": "boolean" }
100
+ },
101
+ {
102
+ "name": "text",
103
+ "description": "Alternative for default slot/children.",
104
+ "value": { "type": "string" }
105
+ }
106
+ ],
107
+ "slots": [{ "name": "children", "description": "default slot" }],
108
+ "events": [{ "name": "onClick", "type": "any" }],
109
+ "js": {
110
+ "properties": [
111
+ {
112
+ "name": "id",
113
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
114
+ "type": "string"
115
+ },
116
+ {
117
+ "name": "className",
118
+ "description": "React specific for adding className to the component.",
119
+ "type": "string"
120
+ },
121
+ {
122
+ "name": "type",
123
+ "description": "The type attribute specifies the [type of button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type).",
124
+ "type": "\"button\" | \"reset\" | \"submit\""
125
+ },
126
+ {
127
+ "name": "disabled",
128
+ "description": "The disabled attribute can be set to [keep a user from clicking on the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled).",
129
+ "type": "boolean"
130
+ },
131
+ {
132
+ "name": "label",
133
+ "description": "The label represents the [aria-label attributes](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label) value of the button",
134
+ "type": "string"
135
+ },
136
+ {
137
+ "name": "icon",
138
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
139
+ "type": "IconTypes"
140
+ },
141
+ {
142
+ "name": "showIcon",
143
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
144
+ "type": "boolean"
145
+ },
146
+ {
147
+ "name": "size",
148
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
149
+ "type": "\"small\" | \"medium\""
150
+ },
151
+ {
152
+ "name": "state",
153
+ "description": "Show loading progress inside button.",
154
+ "type": "\"loading\""
155
+ },
156
+ {
157
+ "name": "width",
158
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
159
+ "type": "\"full\" | \"auto\""
160
+ },
161
+ {
162
+ "name": "variant",
163
+ "description": "Variant of the button. Use only 1 primary button on a page as CTA otherwise use one of the adaptive buttons.",
164
+ "type": "\"outlined\" | \"brand\" | \"filled\" | \"ghost\" | string"
165
+ },
166
+ {
167
+ "name": "noText",
168
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
169
+ "type": "boolean"
170
+ },
171
+ {
172
+ "name": "name",
173
+ "description": "The name attribute specifies a [name attributes value](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#name) for the button.",
174
+ "type": "string"
175
+ },
176
+ {
177
+ "name": "value",
178
+ "description": "The value attribute specifies an initial [value for the button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#value).",
179
+ "type": "string"
180
+ },
181
+ {
182
+ "name": "describedbyid",
183
+ "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
184
+ "type": "string"
185
+ },
186
+ {
187
+ "name": "ariaexpanded",
188
+ "description": "If the button controls a grouping of other elements, the ariaexpanded state [indicates whether the controlled grouping is currently expanded or collapsed](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded).",
189
+ "type": "boolean"
190
+ },
191
+ {
192
+ "name": "ariapressed",
193
+ "description": "Defines the button as a toggle button. The value of [ariapressed describes the state of the button](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-pressed).",
194
+ "type": "boolean"
195
+ },
196
+ {
197
+ "name": "text",
198
+ "description": "Alternative for default slot/children.",
199
+ "type": "string"
200
+ }
201
+ ],
202
+ "events": [{ "name": "onClick", "type": "any" }]
203
+ }
204
+ },
205
+ {
206
+ "name": "db-notification",
207
+ "description": "\n---\n\n\n### **Events:**\n - **onClose**\n\n### **Slots:**\n - **children** - default slot\n- **image** - The slotImage can be set instead of an icon.\n- **link** - The slotLink can be set for non overlay-notifications",
208
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/notification/properties",
209
+ "attributes": [
210
+ {
211
+ "name": "id",
212
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
213
+ "value": { "type": "string" }
214
+ },
215
+ {
216
+ "name": "classname",
217
+ "description": "React specific for adding className to the component.",
218
+ "value": { "type": "string" }
219
+ },
220
+ {
221
+ "name": "aria-live",
222
+ "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
223
+ "value": { "type": "\"assertive\" | \"polite\" | \"off\"" }
224
+ },
225
+ {
226
+ "name": "semantic",
227
+ "description": "The semantic defines the default variants for most components.",
228
+ "value": {
229
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
230
+ }
231
+ },
232
+ {
233
+ "name": "variant",
234
+ "description": "The variant attribute changes the styling of the notification.\nThe docked notifications are used e.g. between header and main content to show a global alert.\nThe standalone notifications are used e.g. inside a form to show an alert for a specific field.\nThe overlay notifications are used for absolute and floating notifications like snackbars etc.",
235
+ "value": { "type": "\"docked\" | \"standalone\" | \"overlay\"" }
236
+ },
237
+ {
238
+ "name": "icon",
239
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
240
+ "value": { "type": "IconTypes" }
241
+ },
242
+ {
243
+ "name": "show-icon",
244
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
245
+ "value": { "type": "boolean" }
246
+ },
247
+ {
248
+ "name": "link-variant",
249
+ "description": "The linkVariant will be used if slotLink is set.",
250
+ "value": { "type": "\"block\" | \"inline\"" }
251
+ },
252
+ {
253
+ "name": "headline",
254
+ "description": "The headline attribute changes the text of the bold headline.",
255
+ "value": { "type": "string | any" }
256
+ },
257
+ {
258
+ "name": "show-headline",
259
+ "description": "Enables or disables the visibility of the headline.",
260
+ "value": { "type": "boolean" }
261
+ },
262
+ {
263
+ "name": "text",
264
+ "description": "Alternative for default slot/children.",
265
+ "value": { "type": "string" }
266
+ },
267
+ {
268
+ "name": "timestamp",
269
+ "description": "The timestamp attribute can be set for overlay notifications",
270
+ "value": { "type": "string" }
271
+ },
272
+ {
273
+ "name": "show-timestamp",
274
+ "description": "Enables or disables the visibility of the timestamp.",
275
+ "value": { "type": "boolean" }
276
+ },
277
+ {
278
+ "name": "closeable",
279
+ "description": "The closeable attribute shows/hides the close button on the top right.",
280
+ "value": { "type": "boolean" }
281
+ },
282
+ {
283
+ "name": "close-button-id",
284
+ "description": "The closeButtonId attribute changes the id inside the close button.",
285
+ "value": { "type": "string" }
286
+ },
287
+ {
288
+ "name": "close-button-text",
289
+ "description": "The closeButtonText attribute changes the text inside the close button.",
290
+ "value": { "type": "string" }
291
+ }
292
+ ],
293
+ "slots": [
294
+ { "name": "children", "description": "default slot" },
295
+ {
296
+ "name": "image",
297
+ "description": "The slotImage can be set instead of an icon."
298
+ },
299
+ {
300
+ "name": "link",
301
+ "description": "The slotLink can be set for non overlay-notifications"
302
+ }
303
+ ],
304
+ "events": [{ "name": "onClose", "type": "any" }],
305
+ "js": {
306
+ "properties": [
307
+ {
308
+ "name": "id",
309
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
310
+ "type": "string"
311
+ },
312
+ {
313
+ "name": "className",
314
+ "description": "React specific for adding className to the component.",
315
+ "type": "string"
316
+ },
317
+ {
318
+ "name": "ariaLive",
319
+ "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
320
+ "type": "\"assertive\" | \"polite\" | \"off\""
321
+ },
322
+ {
323
+ "name": "semantic",
324
+ "description": "The semantic defines the default variants for most components.",
325
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
326
+ },
327
+ {
328
+ "name": "variant",
329
+ "description": "The variant attribute changes the styling of the notification.\nThe docked notifications are used e.g. between header and main content to show a global alert.\nThe standalone notifications are used e.g. inside a form to show an alert for a specific field.\nThe overlay notifications are used for absolute and floating notifications like snackbars etc.",
330
+ "type": "\"docked\" | \"standalone\" | \"overlay\""
331
+ },
332
+ {
333
+ "name": "icon",
334
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
335
+ "type": "IconTypes"
336
+ },
337
+ {
338
+ "name": "showIcon",
339
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
340
+ "type": "boolean"
341
+ },
342
+ {
343
+ "name": "linkVariant",
344
+ "description": "The linkVariant will be used if slotLink is set.",
345
+ "type": "\"block\" | \"inline\""
346
+ },
347
+ {
348
+ "name": "headline",
349
+ "description": "The headline attribute changes the text of the bold headline.",
350
+ "type": "string | any"
351
+ },
352
+ {
353
+ "name": "showHeadline",
354
+ "description": "Enables or disables the visibility of the headline.",
355
+ "type": "boolean"
356
+ },
357
+ {
358
+ "name": "text",
359
+ "description": "Alternative for default slot/children.",
360
+ "type": "string"
361
+ },
362
+ {
363
+ "name": "timestamp",
364
+ "description": "The timestamp attribute can be set for overlay notifications",
365
+ "type": "string"
366
+ },
367
+ {
368
+ "name": "showTimestamp",
369
+ "description": "Enables or disables the visibility of the timestamp.",
370
+ "type": "boolean"
371
+ },
372
+ {
373
+ "name": "closeable",
374
+ "description": "The closeable attribute shows/hides the close button on the top right.",
375
+ "type": "boolean"
376
+ },
377
+ {
378
+ "name": "closeButtonId",
379
+ "description": "The closeButtonId attribute changes the id inside the close button.",
380
+ "type": "string"
381
+ },
382
+ {
383
+ "name": "closeButtonText",
384
+ "description": "The closeButtonText attribute changes the text inside the close button.",
385
+ "type": "string"
386
+ }
387
+ ],
388
+ "events": [{ "name": "onClose", "type": "any" }]
389
+ }
390
+ },
391
+ {
392
+ "name": "db-badge",
393
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
394
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/badge/properties",
395
+ "attributes": [
396
+ {
397
+ "name": "placement",
398
+ "description": "The `placement` attributes `corner-*` values change the position to absolute and adds a transform based on the placement.",
399
+ "value": {
400
+ "type": "\"inline\" | \"corner-top-left\" | \"corner-top-right\" | \"corner-center-left\" | \"corner-center-right\" | \"corner-bottom-left\" | \"corner-bottom-right\""
401
+ }
402
+ },
403
+ {
404
+ "name": "id",
405
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
406
+ "value": { "type": "string" }
407
+ },
408
+ {
409
+ "name": "classname",
410
+ "description": "React specific for adding className to the component.",
411
+ "value": { "type": "string" }
412
+ },
413
+ {
414
+ "name": "semantic",
415
+ "description": "The semantic defines the default variants for most components.",
416
+ "value": {
417
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
418
+ }
419
+ },
420
+ {
421
+ "name": "size",
422
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
423
+ "value": { "type": "\"small\" | \"medium\"" }
424
+ },
425
+ {
426
+ "name": "emphasis",
427
+ "description": "The emphasis attribute divides in between a weak, strong or origin appearance.",
428
+ "value": { "type": "\"undefined\" | \"origin\"" }
429
+ },
430
+ {
431
+ "name": "label",
432
+ "description": "Describes the badge for a11y if you use placement attribute with `corner-*`",
433
+ "value": { "type": "string" }
434
+ },
435
+ {
436
+ "name": "text",
437
+ "description": "Alternative for default slot/children.",
438
+ "value": { "type": "string" }
439
+ }
440
+ ],
441
+ "slots": [{ "name": "children", "description": "default slot" }],
442
+ "events": [],
443
+ "js": {
444
+ "properties": [
445
+ {
446
+ "name": "placement",
447
+ "description": "The `placement` attributes `corner-*` values change the position to absolute and adds a transform based on the placement.",
448
+ "type": "\"inline\" | \"corner-top-left\" | \"corner-top-right\" | \"corner-center-left\" | \"corner-center-right\" | \"corner-bottom-left\" | \"corner-bottom-right\""
449
+ },
450
+ {
451
+ "name": "id",
452
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
453
+ "type": "string"
454
+ },
455
+ {
456
+ "name": "className",
457
+ "description": "React specific for adding className to the component.",
458
+ "type": "string"
459
+ },
460
+ {
461
+ "name": "semantic",
462
+ "description": "The semantic defines the default variants for most components.",
463
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
464
+ },
465
+ {
466
+ "name": "size",
467
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
468
+ "type": "\"small\" | \"medium\""
469
+ },
470
+ {
471
+ "name": "emphasis",
472
+ "description": "The emphasis attribute divides in between a weak, strong or origin appearance.",
473
+ "type": "\"undefined\" | \"origin\""
474
+ },
475
+ {
476
+ "name": "label",
477
+ "description": "Describes the badge for a11y if you use placement attribute with `corner-*`",
478
+ "type": "string"
479
+ },
480
+ {
481
+ "name": "text",
482
+ "description": "Alternative for default slot/children.",
483
+ "type": "string"
484
+ },
485
+ { "name": "initialized", "type": "boolean" }
486
+ ],
487
+ "events": []
488
+ }
489
+ },
490
+ {
491
+ "name": "db-brand",
492
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
493
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/brand/properties",
494
+ "attributes": [
495
+ {
496
+ "name": "hide-logo",
497
+ "description": "",
498
+ "value": { "type": "boolean" }
499
+ },
500
+ {
501
+ "name": "icon",
502
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
503
+ "value": { "type": "IconTypes" }
504
+ },
505
+ {
506
+ "name": "show-icon",
507
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
508
+ "value": { "type": "boolean" }
509
+ },
510
+ {
511
+ "name": "id",
512
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
513
+ "value": { "type": "string" }
514
+ },
515
+ {
516
+ "name": "classname",
517
+ "description": "React specific for adding className to the component.",
518
+ "value": { "type": "string" }
519
+ },
520
+ {
521
+ "name": "text",
522
+ "description": "Alternative for default slot/children.",
523
+ "value": { "type": "string" }
524
+ }
525
+ ],
526
+ "slots": [{ "name": "children", "description": "default slot" }],
527
+ "events": [],
528
+ "js": {
529
+ "properties": [
530
+ { "name": "hideLogo", "description": "", "type": "boolean" },
531
+ {
532
+ "name": "icon",
533
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
534
+ "type": "IconTypes"
535
+ },
536
+ {
537
+ "name": "showIcon",
538
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
539
+ "type": "boolean"
540
+ },
541
+ {
542
+ "name": "id",
543
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
544
+ "type": "string"
545
+ },
546
+ {
547
+ "name": "className",
548
+ "description": "React specific for adding className to the component.",
549
+ "type": "string"
550
+ },
551
+ {
552
+ "name": "text",
553
+ "description": "Alternative for default slot/children.",
554
+ "type": "string"
555
+ }
556
+ ],
557
+ "events": []
558
+ }
559
+ },
560
+ {
561
+ "name": "db-card",
562
+ "description": "\n---\n\n\n### **Events:**\n - **onClick**\n\n### **Slots:**\n - **children** - default slot",
563
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/card/properties",
564
+ "attributes": [
565
+ {
566
+ "name": "id",
567
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
568
+ "value": { "type": "string" }
569
+ },
570
+ {
571
+ "name": "classname",
572
+ "description": "React specific for adding className to the component.",
573
+ "value": { "type": "string" }
574
+ },
575
+ {
576
+ "name": "behavior",
577
+ "description": "Makes the card interactive",
578
+ "value": { "type": "\"static\" | \"interactive\"" }
579
+ },
580
+ {
581
+ "name": "elevation-level",
582
+ "description": "Changes the elevation of the card which is equal to `basic-background-level`",
583
+ "value": { "type": "\"1\" | \"2\" | \"3\"" }
584
+ },
585
+ {
586
+ "name": "spacing",
587
+ "description": "The spacing attribute changes the padding of the component.",
588
+ "value": {
589
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
590
+ }
591
+ }
592
+ ],
593
+ "slots": [{ "name": "children", "description": "default slot" }],
594
+ "events": [{ "name": "onClick", "type": "any" }],
595
+ "js": {
596
+ "properties": [
597
+ {
598
+ "name": "id",
599
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
600
+ "type": "string"
601
+ },
602
+ {
603
+ "name": "className",
604
+ "description": "React specific for adding className to the component.",
605
+ "type": "string"
606
+ },
607
+ {
608
+ "name": "behavior",
609
+ "description": "Makes the card interactive",
610
+ "type": "\"static\" | \"interactive\""
611
+ },
612
+ {
613
+ "name": "elevationLevel",
614
+ "description": "Changes the elevation of the card which is equal to `basic-background-level`",
615
+ "type": "\"1\" | \"2\" | \"3\""
616
+ },
617
+ {
618
+ "name": "spacing",
619
+ "description": "The spacing attribute changes the padding of the component.",
620
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
621
+ }
622
+ ],
623
+ "events": [{ "name": "onClick", "type": "any" }]
624
+ }
625
+ },
626
+ {
627
+ "name": "db-infotext",
628
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
629
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/infotext/properties",
630
+ "attributes": [
631
+ {
632
+ "name": "id",
633
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
634
+ "value": { "type": "string" }
635
+ },
636
+ {
637
+ "name": "classname",
638
+ "description": "React specific for adding className to the component.",
639
+ "value": { "type": "string" }
640
+ },
641
+ {
642
+ "name": "icon",
643
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
644
+ "value": { "type": "IconTypes" }
645
+ },
646
+ {
647
+ "name": "semantic",
648
+ "description": "The semantic defines the default variants for most components.",
649
+ "value": {
650
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
651
+ }
652
+ },
653
+ {
654
+ "name": "size",
655
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
656
+ "value": { "type": "\"small\" | \"medium\"" }
657
+ },
658
+ {
659
+ "name": "show-icon",
660
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
661
+ "value": { "type": "boolean" }
662
+ },
663
+ {
664
+ "name": "text",
665
+ "description": "Alternative for default slot/children.",
666
+ "value": { "type": "string" }
667
+ }
668
+ ],
669
+ "slots": [{ "name": "children", "description": "default slot" }],
670
+ "events": [],
671
+ "js": {
672
+ "properties": [
673
+ {
674
+ "name": "id",
675
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
676
+ "type": "string"
677
+ },
678
+ {
679
+ "name": "className",
680
+ "description": "React specific for adding className to the component.",
681
+ "type": "string"
682
+ },
683
+ {
684
+ "name": "icon",
685
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
686
+ "type": "IconTypes"
687
+ },
688
+ {
689
+ "name": "semantic",
690
+ "description": "The semantic defines the default variants for most components.",
691
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
692
+ },
693
+ {
694
+ "name": "size",
695
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
696
+ "type": "\"small\" | \"medium\""
697
+ },
698
+ {
699
+ "name": "showIcon",
700
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
701
+ "type": "boolean"
702
+ },
703
+ {
704
+ "name": "text",
705
+ "description": "Alternative for default slot/children.",
706
+ "type": "string"
707
+ }
708
+ ],
709
+ "events": []
710
+ }
711
+ },
712
+ {
713
+ "name": "db-checkbox",
714
+ "description": "\n---\n\n\n### **Events:**\n - **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
715
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/checkbox/properties",
716
+ "attributes": [
717
+ {
718
+ "name": "id",
719
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
720
+ "value": { "type": "string" }
721
+ },
722
+ {
723
+ "name": "message",
724
+ "description": "Optional helper message for form components",
725
+ "value": { "type": "string" }
726
+ },
727
+ {
728
+ "name": "show-message",
729
+ "description": "Enables or disables the visibility of the message.",
730
+ "value": { "type": "boolean" }
731
+ },
732
+ {
733
+ "name": "checked",
734
+ "description": "Define the radio or checkbox elements checked state",
735
+ "value": { "type": "boolean" }
736
+ },
737
+ {
738
+ "name": "indeterminate",
739
+ "description": "Define an [indeterminate](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#indeterminate) state of a checkbox",
740
+ "value": { "type": "boolean" }
741
+ },
742
+ { "name": "change", "value": { "type": "functiontype" } },
743
+ {
744
+ "name": "validation",
745
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
746
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
747
+ },
748
+ {
749
+ "name": "invalid-message",
750
+ "description": "Helper message for invalid form components",
751
+ "value": { "type": "string" }
752
+ },
753
+ {
754
+ "name": "required",
755
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
756
+ "value": { "type": "boolean" }
757
+ },
758
+ {
759
+ "name": "valid-message",
760
+ "description": "Helper message for valid form components",
761
+ "value": { "type": "string" }
762
+ },
763
+ { "name": "blur", "value": { "type": "functiontype" } },
764
+ { "name": "focus", "value": { "type": "functiontype" } },
765
+ {
766
+ "name": "classname",
767
+ "description": "React specific for adding className to the component.",
768
+ "value": { "type": "string" }
769
+ },
770
+ {
771
+ "name": "size",
772
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
773
+ "value": { "type": "\"small\" | \"medium\"" }
774
+ },
775
+ {
776
+ "name": "show-label",
777
+ "description": "Enables/disables the visibility of the label",
778
+ "value": { "type": "boolean" }
779
+ },
780
+ {
781
+ "name": "name",
782
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
783
+ "value": { "type": "string" }
784
+ },
785
+ {
786
+ "name": "disabled",
787
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
788
+ "value": { "type": "boolean" }
789
+ },
790
+ {
791
+ "name": "value",
792
+ "description": "The value property is to receive results from the native form element.",
793
+ "value": { "type": "any" }
794
+ },
795
+ {
796
+ "name": "label",
797
+ "description": "The label attribute specifies the caption of the form element.",
798
+ "value": { "type": "string" }
799
+ },
800
+ {
801
+ "name": "message-icon",
802
+ "description": "Set/overwrite icon for helper message for form components",
803
+ "value": { "type": "IconTypes" }
804
+ }
805
+ ],
806
+ "slots": [{ "name": "children", "description": "default slot" }],
807
+ "events": [
808
+ { "name": "onChange", "type": "any" },
809
+ { "name": "onBlur", "type": "any" },
810
+ { "name": "onFocus", "type": "any" }
811
+ ],
812
+ "js": {
813
+ "properties": [
814
+ {
815
+ "name": "id",
816
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
817
+ "type": "string"
818
+ },
819
+ {
820
+ "name": "message",
821
+ "description": "Optional helper message for form components",
822
+ "type": "string"
823
+ },
824
+ {
825
+ "name": "showMessage",
826
+ "description": "Enables or disables the visibility of the message.",
827
+ "type": "boolean"
828
+ },
829
+ {
830
+ "name": "checked",
831
+ "description": "Define the radio or checkbox elements checked state",
832
+ "type": "boolean"
833
+ },
834
+ {
835
+ "name": "indeterminate",
836
+ "description": "Define an [indeterminate](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#indeterminate) state of a checkbox",
837
+ "type": "boolean"
838
+ },
839
+ { "name": "change", "type": "functiontype" },
840
+ {
841
+ "name": "validation",
842
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
843
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
844
+ },
845
+ {
846
+ "name": "invalidMessage",
847
+ "description": "Helper message for invalid form components",
848
+ "type": "string"
849
+ },
850
+ {
851
+ "name": "required",
852
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
853
+ "type": "boolean"
854
+ },
855
+ {
856
+ "name": "validMessage",
857
+ "description": "Helper message for valid form components",
858
+ "type": "string"
859
+ },
860
+ { "name": "blur", "type": "functiontype" },
861
+ { "name": "focus", "type": "functiontype" },
862
+ {
863
+ "name": "className",
864
+ "description": "React specific for adding className to the component.",
865
+ "type": "string"
866
+ },
867
+ {
868
+ "name": "size",
869
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
870
+ "type": "\"small\" | \"medium\""
871
+ },
872
+ {
873
+ "name": "showLabel",
874
+ "description": "Enables/disables the visibility of the label",
875
+ "type": "boolean"
876
+ },
877
+ {
878
+ "name": "name",
879
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
880
+ "type": "string"
881
+ },
882
+ {
883
+ "name": "disabled",
884
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
885
+ "type": "boolean"
886
+ },
887
+ {
888
+ "name": "value",
889
+ "description": "The value property is to receive results from the native form element.",
890
+ "type": "any"
891
+ },
892
+ {
893
+ "name": "label",
894
+ "description": "The label attribute specifies the caption of the form element.",
895
+ "type": "string"
896
+ },
897
+ {
898
+ "name": "messageIcon",
899
+ "description": "Set/overwrite icon for helper message for form components",
900
+ "type": "IconTypes"
901
+ },
902
+ { "name": "initialized", "type": "boolean" },
903
+ { "name": "_id" },
904
+ { "name": "_messageId" },
905
+ { "name": "_validMessageId" },
906
+ { "name": "_invalidMessageId" },
907
+ { "name": "_descByIds", "type": "string" },
908
+ { "name": "_voiceOverFallback", "type": "string" }
909
+ ],
910
+ "events": [
911
+ { "name": "onChange", "type": "any" },
912
+ { "name": "onBlur", "type": "any" },
913
+ { "name": "onFocus", "type": "any" }
914
+ ]
915
+ }
916
+ },
917
+ {
918
+ "name": "db-divider",
919
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
920
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/divider/properties",
921
+ "attributes": [
922
+ {
923
+ "name": "id",
924
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
925
+ "value": { "type": "string" }
926
+ },
927
+ {
928
+ "name": "margin",
929
+ "description": "Removes the margin of the divider.",
930
+ "value": { "type": "\"none\" | \"_\"" }
931
+ },
932
+ {
933
+ "name": "variant",
934
+ "description": "Changes the orientation of the divider.",
935
+ "value": { "type": "\"horizontal\" | \"vertical\"" }
936
+ },
937
+ {
938
+ "name": "emphasis",
939
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
940
+ "value": { "type": "\"weak\" | \"strong\"" }
941
+ },
942
+ {
943
+ "name": "width",
944
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
945
+ "value": { "type": "\"full\" | \"auto\"" }
946
+ },
947
+ {
948
+ "name": "classname",
949
+ "description": "React specific for adding className to the component.",
950
+ "value": { "type": "string" }
951
+ }
952
+ ],
953
+ "slots": [{ "name": "children", "description": "default slot" }],
954
+ "events": [],
955
+ "js": {
956
+ "properties": [
957
+ {
958
+ "name": "id",
959
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
960
+ "type": "string"
961
+ },
962
+ {
963
+ "name": "margin",
964
+ "description": "Removes the margin of the divider.",
965
+ "type": "\"none\" | \"_\""
966
+ },
967
+ {
968
+ "name": "variant",
969
+ "description": "Changes the orientation of the divider.",
970
+ "type": "\"horizontal\" | \"vertical\""
971
+ },
972
+ {
973
+ "name": "emphasis",
974
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
975
+ "type": "\"weak\" | \"strong\""
976
+ },
977
+ {
978
+ "name": "width",
979
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
980
+ "type": "\"full\" | \"auto\""
981
+ },
982
+ {
983
+ "name": "className",
984
+ "description": "React specific for adding className to the component.",
985
+ "type": "string"
986
+ }
987
+ ],
988
+ "events": []
989
+ }
990
+ },
991
+ {
992
+ "name": "db-drawer",
993
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n\n### **Slots:**\n - **children** - default slot\n- **drawerHeader** - Slot for changing the header of the drawer.",
994
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/drawer/properties",
995
+ "attributes": [
996
+ {
997
+ "name": "open",
998
+ "description": "The open attribute opens or closes the drawer based on the state.",
999
+ "value": { "type": "boolean" }
1000
+ },
1001
+ {
1002
+ "name": "backdrop",
1003
+ "description": "The backdrop attribute changes the opacity of the backdrop.\nThe backdrop 'none' will use `dialog.show()` instead of `dialog.showModal()`",
1004
+ "value": {
1005
+ "type": "\"none\" | \"strong\" | \"weak\" | \"invisible\""
1006
+ }
1007
+ },
1008
+ {
1009
+ "name": "variant",
1010
+ "description": "Set the variant modal|inside. Defaults to modal.",
1011
+ "value": { "type": "\"modal\" | \"inside\"" }
1012
+ },
1013
+ {
1014
+ "name": "id",
1015
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1016
+ "value": { "type": "string" }
1017
+ },
1018
+ {
1019
+ "name": "classname",
1020
+ "description": "React specific for adding className to the component.",
1021
+ "value": { "type": "string" }
1022
+ },
1023
+ {
1024
+ "name": "spacing",
1025
+ "description": "The spacing attribute changes the padding of the component.",
1026
+ "value": {
1027
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
1028
+ }
1029
+ },
1030
+ {
1031
+ "name": "width",
1032
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
1033
+ "value": { "type": "\"full\" | \"auto\"" }
1034
+ },
1035
+ {
1036
+ "name": "direction",
1037
+ "description": "The direction attribute changes the position & animation of the drawer.\nE.g. \"left\" slides from left screen border to the right.",
1038
+ "value": { "type": "\"left\" | \"right\" | \"up\" | \"down\"" }
1039
+ },
1040
+ {
1041
+ "name": "rounded",
1042
+ "description": "The rounded attribute changes the border radius of the corners on the \"end\" of the drawer.\nThe \"end\" depends on which direction you use.",
1043
+ "value": { "type": "boolean" }
1044
+ },
1045
+ {
1046
+ "name": "close-button-id",
1047
+ "description": "The closeButtonId attribute changes the id inside the close button.",
1048
+ "value": { "type": "string" }
1049
+ },
1050
+ {
1051
+ "name": "close-button-text",
1052
+ "description": "The closeButtonText attribute changes the text inside the close button.",
1053
+ "value": { "type": "string" }
1054
+ }
1055
+ ],
1056
+ "slots": [
1057
+ { "name": "children", "description": "default slot" },
1058
+ {
1059
+ "name": "drawerHeader",
1060
+ "description": "Slot for changing the header of the drawer."
1061
+ }
1062
+ ],
1063
+ "events": [{ "name": "close", "type": "any" }],
1064
+ "js": {
1065
+ "properties": [
1066
+ {
1067
+ "name": "open",
1068
+ "description": "The open attribute opens or closes the drawer based on the state.",
1069
+ "type": "boolean"
1070
+ },
1071
+ {
1072
+ "name": "backdrop",
1073
+ "description": "The backdrop attribute changes the opacity of the backdrop.\nThe backdrop 'none' will use `dialog.show()` instead of `dialog.showModal()`",
1074
+ "type": "\"none\" | \"strong\" | \"weak\" | \"invisible\""
1075
+ },
1076
+ {
1077
+ "name": "variant",
1078
+ "description": "Set the variant modal|inside. Defaults to modal.",
1079
+ "type": "\"modal\" | \"inside\""
1080
+ },
1081
+ {
1082
+ "name": "id",
1083
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1084
+ "type": "string"
1085
+ },
1086
+ {
1087
+ "name": "className",
1088
+ "description": "React specific for adding className to the component.",
1089
+ "type": "string"
1090
+ },
1091
+ {
1092
+ "name": "spacing",
1093
+ "description": "The spacing attribute changes the padding of the component.",
1094
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
1095
+ },
1096
+ {
1097
+ "name": "width",
1098
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
1099
+ "type": "\"full\" | \"auto\""
1100
+ },
1101
+ {
1102
+ "name": "direction",
1103
+ "description": "The direction attribute changes the position & animation of the drawer.\nE.g. \"left\" slides from left screen border to the right.",
1104
+ "type": "\"left\" | \"right\" | \"up\" | \"down\""
1105
+ },
1106
+ {
1107
+ "name": "rounded",
1108
+ "description": "The rounded attribute changes the border radius of the corners on the \"end\" of the drawer.\nThe \"end\" depends on which direction you use.",
1109
+ "type": "boolean"
1110
+ },
1111
+ {
1112
+ "name": "closeButtonId",
1113
+ "description": "The closeButtonId attribute changes the id inside the close button.",
1114
+ "type": "string"
1115
+ },
1116
+ {
1117
+ "name": "closeButtonText",
1118
+ "description": "The closeButtonText attribute changes the text inside the close button.",
1119
+ "type": "string"
1120
+ }
1121
+ ],
1122
+ "events": [{ "name": "close", "type": "any" }]
1123
+ }
1124
+ },
1125
+ {
1126
+ "name": "db-header",
1127
+ "description": "\n---\n\n\n### **Events:**\n - **onToggle**\n\n### **Slots:**\n - **children** - default slot\n- **metaNavigation** - Slot to pass in a meta navigation.\nDesktop: Above the regular header\nMobile: Inside the drawer\n- **secondaryAction** - Slot to pass one or more elements like DBButton (e.g. profile, language, etc.) as secondary action.\nDesktop: Shown seperated by divider at the end of the header\nMobile: Shown inside the drawer at the bottom.\n- **brand** - Slot to pass in the DBBrand component\n- **primaryAction** - Slot to pass one or more elements like DBButton (e.g. search) as primary action.\nDesktop: Shown next to the main-navigation\nMobile: Shown next to the brand",
1128
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/header/properties",
1129
+ "attributes": [
1130
+ {
1131
+ "name": "id",
1132
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1133
+ "value": { "type": "string" }
1134
+ },
1135
+ {
1136
+ "name": "force-mobile",
1137
+ "description": "Forces the header to use mobile layout for desktop as well.\nYou should only use this setting if you really can't provide a smaller navigation.\nOverwrite size of the drawer with '--db-drawer-max-width: xxx'",
1138
+ "value": { "type": "boolean" }
1139
+ },
1140
+ {
1141
+ "name": "drawer-open",
1142
+ "description": "Open/closes the drawer for mobile header or if `forceMobile` is true.",
1143
+ "value": { "type": "boolean" }
1144
+ },
1145
+ {
1146
+ "name": "classname",
1147
+ "description": "React specific for adding className to the component.",
1148
+ "value": { "type": "string" }
1149
+ },
1150
+ {
1151
+ "name": "width",
1152
+ "description": "Set max width for the component",
1153
+ "value": {
1154
+ "type": "\"full\" | \"medium\" | \"large\" | \"small\""
1155
+ }
1156
+ },
1157
+ {
1158
+ "name": "burger-menu-label",
1159
+ "description": "This attribute sets the label for the burger menu button for mobile headers.",
1160
+ "value": { "type": "string" }
1161
+ }
1162
+ ],
1163
+ "slots": [
1164
+ { "name": "children", "description": "default slot" },
1165
+ {
1166
+ "name": "metaNavigation",
1167
+ "description": "Slot to pass in a meta navigation.\nDesktop: Above the regular header\nMobile: Inside the drawer"
1168
+ },
1169
+ {
1170
+ "name": "secondaryAction",
1171
+ "description": "Slot to pass one or more elements like DBButton (e.g. profile, language, etc.) as secondary action.\nDesktop: Shown seperated by divider at the end of the header\nMobile: Shown inside the drawer at the bottom."
1172
+ },
1173
+ {
1174
+ "name": "brand",
1175
+ "description": "Slot to pass in the DBBrand component"
1176
+ },
1177
+ {
1178
+ "name": "primaryAction",
1179
+ "description": "Slot to pass one or more elements like DBButton (e.g. search) as primary action.\nDesktop: Shown next to the main-navigation\nMobile: Shown next to the brand"
1180
+ }
1181
+ ],
1182
+ "events": [{ "name": "onToggle", "type": "any" }],
1183
+ "js": {
1184
+ "properties": [
1185
+ {
1186
+ "name": "id",
1187
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1188
+ "type": "string"
1189
+ },
1190
+ {
1191
+ "name": "forceMobile",
1192
+ "description": "Forces the header to use mobile layout for desktop as well.\nYou should only use this setting if you really can't provide a smaller navigation.\nOverwrite size of the drawer with '--db-drawer-max-width: xxx'",
1193
+ "type": "boolean"
1194
+ },
1195
+ {
1196
+ "name": "drawerOpen",
1197
+ "description": "Open/closes the drawer for mobile header or if `forceMobile` is true.",
1198
+ "type": "boolean"
1199
+ },
1200
+ {
1201
+ "name": "className",
1202
+ "description": "React specific for adding className to the component.",
1203
+ "type": "string"
1204
+ },
1205
+ {
1206
+ "name": "width",
1207
+ "description": "Set max width for the component",
1208
+ "type": "\"full\" | \"medium\" | \"large\" | \"small\""
1209
+ },
1210
+ {
1211
+ "name": "burgerMenuLabel",
1212
+ "description": "This attribute sets the label for the burger menu button for mobile headers.",
1213
+ "type": "string"
1214
+ },
1215
+ { "name": "_id" },
1216
+ { "name": "initialized", "type": "boolean" },
1217
+ { "name": "forcedToMobile", "type": "boolean" }
1218
+ ],
1219
+ "events": [{ "name": "onToggle", "type": "any" }]
1220
+ }
1221
+ },
1222
+ {
1223
+ "name": "db-icon",
1224
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
1225
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/icon/properties",
1226
+ "attributes": [
1227
+ {
1228
+ "name": "id",
1229
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1230
+ "value": { "type": "string" }
1231
+ },
1232
+ {
1233
+ "name": "classname",
1234
+ "description": "React specific for adding className to the component.",
1235
+ "value": { "type": "string" }
1236
+ },
1237
+ {
1238
+ "name": "icon",
1239
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1240
+ "value": { "type": "IconTypes" }
1241
+ },
1242
+ {
1243
+ "name": "weight",
1244
+ "value": {
1245
+ "type": "\"16\" | \"20\" | \"24\" | \"32\" | \"48\" | \"64\""
1246
+ }
1247
+ },
1248
+ {
1249
+ "name": "variant",
1250
+ "value": { "type": "\"default\" | \"inverted\" | \"filled\"" }
1251
+ },
1252
+ {
1253
+ "name": "text",
1254
+ "description": "Alternative for default slot/children.",
1255
+ "value": { "type": "string" }
1256
+ }
1257
+ ],
1258
+ "slots": [{ "name": "children", "description": "default slot" }],
1259
+ "events": [],
1260
+ "js": {
1261
+ "properties": [
1262
+ {
1263
+ "name": "id",
1264
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1265
+ "type": "string"
1266
+ },
1267
+ {
1268
+ "name": "className",
1269
+ "description": "React specific for adding className to the component.",
1270
+ "type": "string"
1271
+ },
1272
+ {
1273
+ "name": "icon",
1274
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1275
+ "type": "IconTypes"
1276
+ },
1277
+ {
1278
+ "name": "weight",
1279
+ "type": "\"16\" | \"20\" | \"24\" | \"32\" | \"48\" | \"64\""
1280
+ },
1281
+ {
1282
+ "name": "variant",
1283
+ "type": "\"default\" | \"inverted\" | \"filled\""
1284
+ },
1285
+ {
1286
+ "name": "text",
1287
+ "description": "Alternative for default slot/children.",
1288
+ "type": "string"
1289
+ }
1290
+ ],
1291
+ "events": []
1292
+ }
1293
+ },
1294
+ {
1295
+ "name": "db-input",
1296
+ "description": "\n---\n\n\n### **Events:**\n - **onInput**\n- **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
1297
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/input/properties",
1298
+ "attributes": [
1299
+ {
1300
+ "name": "id",
1301
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1302
+ "value": { "type": "string" }
1303
+ },
1304
+ {
1305
+ "name": "data-list-id",
1306
+ "description": "Add a custom id to [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) if you're using `dataList` attribute.",
1307
+ "value": { "type": "string" }
1308
+ },
1309
+ {
1310
+ "name": "message",
1311
+ "description": "Optional helper message for form components",
1312
+ "value": { "type": "string" }
1313
+ },
1314
+ {
1315
+ "name": "show-message",
1316
+ "description": "Enables or disables the visibility of the message.",
1317
+ "value": { "type": "boolean" }
1318
+ },
1319
+ {
1320
+ "name": "value",
1321
+ "description": "The value property is to receive results from the native form element.",
1322
+ "value": { "type": "any" }
1323
+ },
1324
+ { "name": "input", "value": { "type": "functiontype" } },
1325
+ { "name": "change", "value": { "type": "functiontype" } },
1326
+ {
1327
+ "name": "validation",
1328
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
1329
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
1330
+ },
1331
+ {
1332
+ "name": "invalid-message",
1333
+ "description": "Helper message for invalid form components",
1334
+ "value": { "type": "string" }
1335
+ },
1336
+ {
1337
+ "name": "required",
1338
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
1339
+ "value": { "type": "boolean" }
1340
+ },
1341
+ {
1342
+ "name": "min-length",
1343
+ "description": "Minimum length (number of characters) of value",
1344
+ "value": { "type": "number" }
1345
+ },
1346
+ {
1347
+ "name": "max-length",
1348
+ "description": "Maximum length (number of characters) of value",
1349
+ "value": { "type": "number" }
1350
+ },
1351
+ {
1352
+ "name": "pattern",
1353
+ "description": "Pattern the value must match to be valid",
1354
+ "value": { "type": "string" }
1355
+ },
1356
+ {
1357
+ "name": "valid-message",
1358
+ "description": "Helper message for valid form components",
1359
+ "value": { "type": "string" }
1360
+ },
1361
+ { "name": "blur", "value": { "type": "functiontype" } },
1362
+ { "name": "focus", "value": { "type": "functiontype" } },
1363
+ {
1364
+ "name": "classname",
1365
+ "description": "React specific for adding className to the component.",
1366
+ "value": { "type": "string" }
1367
+ },
1368
+ {
1369
+ "name": "variant",
1370
+ "description": "Change the variant of the label to float or hidden",
1371
+ "value": { "type": "\"above\" | \"floating\"" }
1372
+ },
1373
+ {
1374
+ "name": "show-label",
1375
+ "description": "Enables/disables the visibility of the label",
1376
+ "value": { "type": "boolean" }
1377
+ },
1378
+ {
1379
+ "name": "show-icon",
1380
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
1381
+ "value": { "type": "boolean" }
1382
+ },
1383
+ {
1384
+ "name": "icon",
1385
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1386
+ "value": { "type": "IconTypes" }
1387
+ },
1388
+ {
1389
+ "name": "icon-after",
1390
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1391
+ "value": { "type": "IconTypes" }
1392
+ },
1393
+ {
1394
+ "name": "label",
1395
+ "description": "The label attribute specifies the caption of the form element.",
1396
+ "value": { "type": "string" }
1397
+ },
1398
+ {
1399
+ "name": "name",
1400
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
1401
+ "value": { "type": "string" }
1402
+ },
1403
+ {
1404
+ "name": "type",
1405
+ "description": "Type of form control",
1406
+ "value": {
1407
+ "type": "\"color\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"hidden\" | \"month\" | \"number\" | \"password\" | \"range\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\" | string"
1408
+ }
1409
+ },
1410
+ {
1411
+ "name": "placeholder",
1412
+ "description": "Text that appears in the form control when it has no value set",
1413
+ "value": { "type": "string" }
1414
+ },
1415
+ {
1416
+ "name": "disabled",
1417
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
1418
+ "value": { "type": "boolean" }
1419
+ },
1420
+ {
1421
+ "name": "step",
1422
+ "description": "Sets [step value](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step).",
1423
+ "value": { "type": "number | string" }
1424
+ },
1425
+ {
1426
+ "name": "max",
1427
+ "description": "Maximum value",
1428
+ "value": { "type": "number | string" }
1429
+ },
1430
+ {
1431
+ "name": "min",
1432
+ "description": "Minimum value",
1433
+ "value": { "type": "number | string" }
1434
+ },
1435
+ {
1436
+ "name": "read-only",
1437
+ "description": "The disabled attribute can be set to keep a user from edit on the form element",
1438
+ "value": { "type": "boolean" }
1439
+ },
1440
+ {
1441
+ "name": "form",
1442
+ "description": "Associates the control with a form element",
1443
+ "value": { "type": "string" }
1444
+ },
1445
+ {
1446
+ "name": "autocomplete",
1447
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
1448
+ "value": {
1449
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
1450
+ }
1451
+ },
1452
+ {
1453
+ "name": "autofocus",
1454
+ "description": "Before using please check for the [accessibility concerns](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_concerns)",
1455
+ "value": { "type": "boolean" }
1456
+ },
1457
+ {
1458
+ "name": "data-list",
1459
+ "description": "Set a [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) via attribute instead of children.",
1460
+ "value": { "type": "string[] | ValueLabelType[]" }
1461
+ },
1462
+ {
1463
+ "name": "message-icon",
1464
+ "description": "Set/overwrite icon for helper message for form components",
1465
+ "value": { "type": "IconTypes" }
1466
+ }
1467
+ ],
1468
+ "slots": [{ "name": "children", "description": "default slot" }],
1469
+ "events": [
1470
+ { "name": "onInput", "type": "any" },
1471
+ { "name": "onChange", "type": "any" },
1472
+ { "name": "onBlur", "type": "any" },
1473
+ { "name": "onFocus", "type": "any" }
1474
+ ],
1475
+ "js": {
1476
+ "properties": [
1477
+ {
1478
+ "name": "id",
1479
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1480
+ "type": "string"
1481
+ },
1482
+ {
1483
+ "name": "dataListId",
1484
+ "description": "Add a custom id to [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) if you're using `dataList` attribute.",
1485
+ "type": "string"
1486
+ },
1487
+ {
1488
+ "name": "message",
1489
+ "description": "Optional helper message for form components",
1490
+ "type": "string"
1491
+ },
1492
+ {
1493
+ "name": "showMessage",
1494
+ "description": "Enables or disables the visibility of the message.",
1495
+ "type": "boolean"
1496
+ },
1497
+ {
1498
+ "name": "value",
1499
+ "description": "The value property is to receive results from the native form element.",
1500
+ "type": "any"
1501
+ },
1502
+ { "name": "input", "type": "functiontype" },
1503
+ { "name": "change", "type": "functiontype" },
1504
+ {
1505
+ "name": "validation",
1506
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
1507
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
1508
+ },
1509
+ {
1510
+ "name": "invalidMessage",
1511
+ "description": "Helper message for invalid form components",
1512
+ "type": "string"
1513
+ },
1514
+ {
1515
+ "name": "required",
1516
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
1517
+ "type": "boolean"
1518
+ },
1519
+ {
1520
+ "name": "minLength",
1521
+ "description": "Minimum length (number of characters) of value",
1522
+ "type": "number"
1523
+ },
1524
+ {
1525
+ "name": "maxLength",
1526
+ "description": "Maximum length (number of characters) of value",
1527
+ "type": "number"
1528
+ },
1529
+ {
1530
+ "name": "pattern",
1531
+ "description": "Pattern the value must match to be valid",
1532
+ "type": "string"
1533
+ },
1534
+ {
1535
+ "name": "validMessage",
1536
+ "description": "Helper message for valid form components",
1537
+ "type": "string"
1538
+ },
1539
+ { "name": "blur", "type": "functiontype" },
1540
+ { "name": "focus", "type": "functiontype" },
1541
+ {
1542
+ "name": "className",
1543
+ "description": "React specific for adding className to the component.",
1544
+ "type": "string"
1545
+ },
1546
+ {
1547
+ "name": "variant",
1548
+ "description": "Change the variant of the label to float or hidden",
1549
+ "type": "\"above\" | \"floating\""
1550
+ },
1551
+ {
1552
+ "name": "showLabel",
1553
+ "description": "Enables/disables the visibility of the label",
1554
+ "type": "boolean"
1555
+ },
1556
+ {
1557
+ "name": "showIcon",
1558
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
1559
+ "type": "boolean"
1560
+ },
1561
+ {
1562
+ "name": "icon",
1563
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1564
+ "type": "IconTypes"
1565
+ },
1566
+ {
1567
+ "name": "iconAfter",
1568
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
1569
+ "type": "IconTypes"
1570
+ },
1571
+ {
1572
+ "name": "label",
1573
+ "description": "The label attribute specifies the caption of the form element.",
1574
+ "type": "string"
1575
+ },
1576
+ {
1577
+ "name": "name",
1578
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
1579
+ "type": "string"
1580
+ },
1581
+ {
1582
+ "name": "type",
1583
+ "description": "Type of form control",
1584
+ "type": "\"color\" | \"date\" | \"datetime-local\" | \"email\" | \"file\" | \"hidden\" | \"month\" | \"number\" | \"password\" | \"range\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\" | string"
1585
+ },
1586
+ {
1587
+ "name": "placeholder",
1588
+ "description": "Text that appears in the form control when it has no value set",
1589
+ "type": "string"
1590
+ },
1591
+ {
1592
+ "name": "disabled",
1593
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
1594
+ "type": "boolean"
1595
+ },
1596
+ {
1597
+ "name": "step",
1598
+ "description": "Sets [step value](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step).",
1599
+ "type": "number | string"
1600
+ },
1601
+ {
1602
+ "name": "max",
1603
+ "description": "Maximum value",
1604
+ "type": "number | string"
1605
+ },
1606
+ {
1607
+ "name": "min",
1608
+ "description": "Minimum value",
1609
+ "type": "number | string"
1610
+ },
1611
+ {
1612
+ "name": "readOnly",
1613
+ "description": "The disabled attribute can be set to keep a user from edit on the form element",
1614
+ "type": "boolean"
1615
+ },
1616
+ {
1617
+ "name": "form",
1618
+ "description": "Associates the control with a form element",
1619
+ "type": "string"
1620
+ },
1621
+ {
1622
+ "name": "autocomplete",
1623
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
1624
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
1625
+ },
1626
+ {
1627
+ "name": "autofocus",
1628
+ "description": "Before using please check for the [accessibility concerns](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus#accessibility_concerns)",
1629
+ "type": "boolean"
1630
+ },
1631
+ {
1632
+ "name": "dataList",
1633
+ "description": "Set a [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) via attribute instead of children.",
1634
+ "type": "string[] | ValueLabelType[]"
1635
+ },
1636
+ {
1637
+ "name": "messageIcon",
1638
+ "description": "Set/overwrite icon for helper message for form components",
1639
+ "type": "IconTypes"
1640
+ },
1641
+ { "name": "_id" },
1642
+ { "name": "_messageId" },
1643
+ { "name": "_validMessageId" },
1644
+ { "name": "_invalidMessageId" },
1645
+ { "name": "_dataListId" },
1646
+ { "name": "_descByIds", "type": "string" },
1647
+ { "name": "_value", "type": "string" },
1648
+ { "name": "_voiceOverFallback", "type": "string" }
1649
+ ],
1650
+ "events": [
1651
+ { "name": "onInput", "type": "any" },
1652
+ { "name": "onChange", "type": "any" },
1653
+ { "name": "onBlur", "type": "any" },
1654
+ { "name": "onFocus", "type": "any" }
1655
+ ]
1656
+ }
1657
+ },
1658
+ {
1659
+ "name": "db-link",
1660
+ "description": "\n---\n\n\n### **Events:**\n - **onClick**\n\n### **Slots:**\n - **children** - default slot",
1661
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/link/properties",
1662
+ "attributes": [
1663
+ {
1664
+ "name": "id",
1665
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1666
+ "value": { "type": "string" }
1667
+ },
1668
+ {
1669
+ "name": "classname",
1670
+ "description": "React specific for adding className to the component.",
1671
+ "value": { "type": "string" }
1672
+ },
1673
+ {
1674
+ "name": "href",
1675
+ "description": "The [URL that the hyperlink points to](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
1676
+ "value": { "type": "string" }
1677
+ },
1678
+ {
1679
+ "name": "target",
1680
+ "description": "Where to open the linked URL, as the name for a [browsing context](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
1681
+ "value": {
1682
+ "type": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1683
+ }
1684
+ },
1685
+ {
1686
+ "name": "rel",
1687
+ "description": "The relationship of the linked URL as space-separated link types.",
1688
+ "value": { "type": "string" }
1689
+ },
1690
+ {
1691
+ "name": "role",
1692
+ "description": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
1693
+ "value": { "type": "string" }
1694
+ },
1695
+ {
1696
+ "name": "hreflang",
1697
+ "description": "Hints for the human [language of the linked page or document](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
1698
+ "value": { "type": "string" }
1699
+ },
1700
+ {
1701
+ "name": "disabled",
1702
+ "description": "Disables the link.",
1703
+ "value": { "type": "boolean" }
1704
+ },
1705
+ {
1706
+ "name": "selected",
1707
+ "description": "Sets aria role based on [`aria-selected`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected).",
1708
+ "value": { "type": "boolean" }
1709
+ },
1710
+ {
1711
+ "name": "label",
1712
+ "description": "Sets aria attribute based on [`aria-label`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label).",
1713
+ "value": { "type": "string" }
1714
+ },
1715
+ {
1716
+ "name": "current",
1717
+ "description": "Sets aria attribute based on [`aria-current`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current).",
1718
+ "value": {
1719
+ "type": "boolean | \"time\" | \"true\" | \"false\" | \"date\" | \"page\" | \"step\" | \"location\""
1720
+ }
1721
+ },
1722
+ {
1723
+ "name": "size",
1724
+ "description": "Change the size of the link",
1725
+ "value": { "type": "\"medium\" | \"small\"" }
1726
+ },
1727
+ {
1728
+ "name": "show-icon",
1729
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
1730
+ "value": { "type": "boolean" }
1731
+ },
1732
+ {
1733
+ "name": "variant",
1734
+ "description": "Change the styling of the link. `inline` will remove the arrow. Defaults to adaptive.",
1735
+ "value": { "type": "\"adaptive\" | \"brand\"" }
1736
+ },
1737
+ {
1738
+ "name": "content",
1739
+ "description": "Adds a different arrow after the link to indicate external or internal link",
1740
+ "value": { "type": "\"external\" | \"internal\"" }
1741
+ },
1742
+ {
1743
+ "name": "text",
1744
+ "description": "Alternative for default slot/children.",
1745
+ "value": { "type": "string" }
1746
+ }
1747
+ ],
1748
+ "slots": [{ "name": "children", "description": "default slot" }],
1749
+ "events": [{ "name": "onClick", "type": "any" }],
1750
+ "js": {
1751
+ "properties": [
1752
+ {
1753
+ "name": "id",
1754
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1755
+ "type": "string"
1756
+ },
1757
+ {
1758
+ "name": "className",
1759
+ "description": "React specific for adding className to the component.",
1760
+ "type": "string"
1761
+ },
1762
+ {
1763
+ "name": "href",
1764
+ "description": "The [URL that the hyperlink points to](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
1765
+ "type": "string"
1766
+ },
1767
+ {
1768
+ "name": "target",
1769
+ "description": "Where to open the linked URL, as the name for a [browsing context](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
1770
+ "type": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1771
+ },
1772
+ {
1773
+ "name": "rel",
1774
+ "description": "The relationship of the linked URL as space-separated link types.",
1775
+ "type": "string"
1776
+ },
1777
+ {
1778
+ "name": "role",
1779
+ "description": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
1780
+ "type": "string"
1781
+ },
1782
+ {
1783
+ "name": "hreflang",
1784
+ "description": "Hints for the human [language of the linked page or document](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
1785
+ "type": "string"
1786
+ },
1787
+ {
1788
+ "name": "disabled",
1789
+ "description": "Disables the link.",
1790
+ "type": "boolean"
1791
+ },
1792
+ {
1793
+ "name": "selected",
1794
+ "description": "Sets aria role based on [`aria-selected`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected).",
1795
+ "type": "boolean"
1796
+ },
1797
+ {
1798
+ "name": "label",
1799
+ "description": "Sets aria attribute based on [`aria-label`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label).",
1800
+ "type": "string"
1801
+ },
1802
+ {
1803
+ "name": "current",
1804
+ "description": "Sets aria attribute based on [`aria-current`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current).",
1805
+ "type": "boolean | \"time\" | \"true\" | \"false\" | \"date\" | \"page\" | \"step\" | \"location\""
1806
+ },
1807
+ {
1808
+ "name": "size",
1809
+ "description": "Change the size of the link",
1810
+ "type": "\"medium\" | \"small\""
1811
+ },
1812
+ {
1813
+ "name": "showIcon",
1814
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
1815
+ "type": "boolean"
1816
+ },
1817
+ {
1818
+ "name": "variant",
1819
+ "description": "Change the styling of the link. `inline` will remove the arrow. Defaults to adaptive.",
1820
+ "type": "\"adaptive\" | \"brand\""
1821
+ },
1822
+ {
1823
+ "name": "content",
1824
+ "description": "Adds a different arrow after the link to indicate external or internal link",
1825
+ "type": "\"external\" | \"internal\""
1826
+ },
1827
+ {
1828
+ "name": "text",
1829
+ "description": "Alternative for default slot/children.",
1830
+ "type": "string"
1831
+ }
1832
+ ],
1833
+ "events": [{ "name": "onClick", "type": "any" }]
1834
+ }
1835
+ },
1836
+ {
1837
+ "name": "db-page",
1838
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot\n- **header** - The slot can be used for React to set a header.\n- **footer** - The slot can be used for React to set a footer.",
1839
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/page/properties",
1840
+ "attributes": [
1841
+ {
1842
+ "name": "fade-in",
1843
+ "description": "Set this to have a transition with opacity to avoid layout-shifts https://simonhearne.com/2021/layout-shifts-webfonts/",
1844
+ "value": { "type": "boolean" }
1845
+ },
1846
+ {
1847
+ "name": "document-overflow",
1848
+ "description": "The documentOverflow sets the overflow:hidden/auto to the root document",
1849
+ "value": { "type": "\"hidden\" | \"auto\"" }
1850
+ },
1851
+ {
1852
+ "name": "variant",
1853
+ "description": "The variant=fixed uses flex-box to make header and footer static",
1854
+ "value": { "type": "\"auto\" | \"fixed\"" }
1855
+ },
1856
+ {
1857
+ "name": "id",
1858
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1859
+ "value": { "type": "string" }
1860
+ },
1861
+ {
1862
+ "name": "classname",
1863
+ "description": "React specific for adding className to the component.",
1864
+ "value": { "type": "string" }
1865
+ }
1866
+ ],
1867
+ "slots": [
1868
+ { "name": "children", "description": "default slot" },
1869
+ {
1870
+ "name": "header",
1871
+ "description": "The slot can be used for React to set a header."
1872
+ },
1873
+ {
1874
+ "name": "footer",
1875
+ "description": "The slot can be used for React to set a footer."
1876
+ }
1877
+ ],
1878
+ "events": [],
1879
+ "js": {
1880
+ "properties": [
1881
+ {
1882
+ "name": "fadeIn",
1883
+ "description": "Set this to have a transition with opacity to avoid layout-shifts https://simonhearne.com/2021/layout-shifts-webfonts/",
1884
+ "type": "boolean"
1885
+ },
1886
+ {
1887
+ "name": "documentOverflow",
1888
+ "description": "The documentOverflow sets the overflow:hidden/auto to the root document",
1889
+ "type": "\"hidden\" | \"auto\""
1890
+ },
1891
+ {
1892
+ "name": "variant",
1893
+ "description": "The variant=fixed uses flex-box to make header and footer static",
1894
+ "type": "\"auto\" | \"fixed\""
1895
+ },
1896
+ {
1897
+ "name": "id",
1898
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1899
+ "type": "string"
1900
+ },
1901
+ {
1902
+ "name": "className",
1903
+ "description": "React specific for adding className to the component.",
1904
+ "type": "string"
1905
+ },
1906
+ { "name": "fontsLoaded", "type": "boolean" }
1907
+ ],
1908
+ "events": []
1909
+ }
1910
+ },
1911
+ {
1912
+ "name": "db-radio",
1913
+ "description": "\n---\n\n\n### **Events:**\n - **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
1914
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/radio/properties",
1915
+ "attributes": [
1916
+ {
1917
+ "name": "id",
1918
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1919
+ "value": { "type": "string" }
1920
+ },
1921
+ {
1922
+ "name": "checked",
1923
+ "description": "Define the radio or checkbox elements checked state",
1924
+ "value": { "type": "boolean" }
1925
+ },
1926
+ { "name": "change", "value": { "type": "functiontype" } },
1927
+ { "name": "blur", "value": { "type": "functiontype" } },
1928
+ { "name": "focus", "value": { "type": "functiontype" } },
1929
+ {
1930
+ "name": "size",
1931
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
1932
+ "value": { "type": "\"small\" | \"medium\"" }
1933
+ },
1934
+ {
1935
+ "name": "show-label",
1936
+ "description": "Enables/disables the visibility of the label",
1937
+ "value": { "type": "boolean" }
1938
+ },
1939
+ {
1940
+ "name": "classname",
1941
+ "description": "React specific for adding className to the component.",
1942
+ "value": { "type": "string" }
1943
+ },
1944
+ {
1945
+ "name": "validation",
1946
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
1947
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
1948
+ },
1949
+ {
1950
+ "name": "name",
1951
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
1952
+ "value": { "type": "string" }
1953
+ },
1954
+ {
1955
+ "name": "disabled",
1956
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
1957
+ "value": { "type": "boolean" }
1958
+ },
1959
+ { "name": "describedbyid", "value": { "type": "string" } },
1960
+ {
1961
+ "name": "value",
1962
+ "description": "The value property is to receive results from the native form element.",
1963
+ "value": { "type": "any" }
1964
+ },
1965
+ {
1966
+ "name": "required",
1967
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
1968
+ "value": { "type": "boolean" }
1969
+ },
1970
+ {
1971
+ "name": "label",
1972
+ "description": "The label attribute specifies the caption of the form element.",
1973
+ "value": { "type": "string" }
1974
+ }
1975
+ ],
1976
+ "slots": [{ "name": "children", "description": "default slot" }],
1977
+ "events": [
1978
+ { "name": "onChange", "type": "any" },
1979
+ { "name": "onBlur", "type": "any" },
1980
+ { "name": "onFocus", "type": "any" }
1981
+ ],
1982
+ "js": {
1983
+ "properties": [
1984
+ {
1985
+ "name": "id",
1986
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
1987
+ "type": "string"
1988
+ },
1989
+ {
1990
+ "name": "checked",
1991
+ "description": "Define the radio or checkbox elements checked state",
1992
+ "type": "boolean"
1993
+ },
1994
+ { "name": "change", "type": "functiontype" },
1995
+ { "name": "blur", "type": "functiontype" },
1996
+ { "name": "focus", "type": "functiontype" },
1997
+ {
1998
+ "name": "size",
1999
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
2000
+ "type": "\"small\" | \"medium\""
2001
+ },
2002
+ {
2003
+ "name": "showLabel",
2004
+ "description": "Enables/disables the visibility of the label",
2005
+ "type": "boolean"
2006
+ },
2007
+ {
2008
+ "name": "className",
2009
+ "description": "React specific for adding className to the component.",
2010
+ "type": "string"
2011
+ },
2012
+ {
2013
+ "name": "validation",
2014
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2015
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
2016
+ },
2017
+ {
2018
+ "name": "name",
2019
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2020
+ "type": "string"
2021
+ },
2022
+ {
2023
+ "name": "disabled",
2024
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2025
+ "type": "boolean"
2026
+ },
2027
+ { "name": "describedbyid", "type": "string" },
2028
+ {
2029
+ "name": "value",
2030
+ "description": "The value property is to receive results from the native form element.",
2031
+ "type": "any"
2032
+ },
2033
+ {
2034
+ "name": "required",
2035
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2036
+ "type": "boolean"
2037
+ },
2038
+ {
2039
+ "name": "label",
2040
+ "description": "The label attribute specifies the caption of the form element.",
2041
+ "type": "string"
2042
+ },
2043
+ { "name": "initialized", "type": "boolean" },
2044
+ { "name": "_id" }
2045
+ ],
2046
+ "events": [
2047
+ { "name": "onChange", "type": "any" },
2048
+ { "name": "onBlur", "type": "any" },
2049
+ { "name": "onFocus", "type": "any" }
2050
+ ]
2051
+ }
2052
+ },
2053
+ {
2054
+ "name": "db-section",
2055
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
2056
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/section/properties",
2057
+ "attributes": [
2058
+ {
2059
+ "name": "id",
2060
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2061
+ "value": { "type": "string" }
2062
+ },
2063
+ {
2064
+ "name": "classname",
2065
+ "description": "React specific for adding className to the component.",
2066
+ "value": { "type": "string" }
2067
+ },
2068
+ {
2069
+ "name": "spacing",
2070
+ "description": "The spacing attribute changes the padding of the component.",
2071
+ "value": {
2072
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
2073
+ }
2074
+ },
2075
+ {
2076
+ "name": "width",
2077
+ "description": "Set max width for the component",
2078
+ "value": {
2079
+ "type": "\"full\" | \"medium\" | \"large\" | \"small\""
2080
+ }
2081
+ }
2082
+ ],
2083
+ "slots": [{ "name": "children", "description": "default slot" }],
2084
+ "events": [],
2085
+ "js": {
2086
+ "properties": [
2087
+ {
2088
+ "name": "id",
2089
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2090
+ "type": "string"
2091
+ },
2092
+ {
2093
+ "name": "className",
2094
+ "description": "React specific for adding className to the component.",
2095
+ "type": "string"
2096
+ },
2097
+ {
2098
+ "name": "spacing",
2099
+ "description": "The spacing attribute changes the padding of the component.",
2100
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
2101
+ },
2102
+ {
2103
+ "name": "width",
2104
+ "description": "Set max width for the component",
2105
+ "type": "\"full\" | \"medium\" | \"large\" | \"small\""
2106
+ },
2107
+ { "name": "_id" }
2108
+ ],
2109
+ "events": []
2110
+ }
2111
+ },
2112
+ {
2113
+ "name": "db-select",
2114
+ "description": "\n---\n\n\n### **Events:**\n - **onClick**\n- **onInput**\n- **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
2115
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/select/properties",
2116
+ "attributes": [
2117
+ {
2118
+ "name": "id",
2119
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2120
+ "value": { "type": "string" }
2121
+ },
2122
+ {
2123
+ "name": "message",
2124
+ "description": "Optional helper message for form components",
2125
+ "value": { "type": "string" }
2126
+ },
2127
+ {
2128
+ "name": "show-message",
2129
+ "description": "Enables or disables the visibility of the message.",
2130
+ "value": { "type": "boolean" }
2131
+ },
2132
+ {
2133
+ "name": "value",
2134
+ "description": "The value property is to receive results from the native form element.",
2135
+ "value": { "type": "any" }
2136
+ },
2137
+ { "name": "input", "value": { "type": "functiontype" } },
2138
+ { "name": "change", "value": { "type": "functiontype" } },
2139
+ {
2140
+ "name": "validation",
2141
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2142
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
2143
+ },
2144
+ {
2145
+ "name": "invalid-message",
2146
+ "description": "Helper message for invalid form components",
2147
+ "value": { "type": "string" }
2148
+ },
2149
+ {
2150
+ "name": "required",
2151
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2152
+ "value": { "type": "boolean" }
2153
+ },
2154
+ {
2155
+ "name": "valid-message",
2156
+ "description": "Helper message for valid form components",
2157
+ "value": { "type": "string" }
2158
+ },
2159
+ { "name": "blur", "value": { "type": "functiontype" } },
2160
+ { "name": "focus", "value": { "type": "functiontype" } },
2161
+ {
2162
+ "name": "classname",
2163
+ "description": "React specific for adding className to the component.",
2164
+ "value": { "type": "string" }
2165
+ },
2166
+ {
2167
+ "name": "variant",
2168
+ "description": "Change the variant of the label to float or hidden",
2169
+ "value": { "type": "\"above\" | \"floating\"" }
2170
+ },
2171
+ {
2172
+ "name": "show-label",
2173
+ "description": "Enables/disables the visibility of the label",
2174
+ "value": { "type": "boolean" }
2175
+ },
2176
+ {
2177
+ "name": "icon",
2178
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2179
+ "value": { "type": "IconTypes" }
2180
+ },
2181
+ {
2182
+ "name": "show-icon",
2183
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2184
+ "value": { "type": "boolean" }
2185
+ },
2186
+ {
2187
+ "name": "label",
2188
+ "description": "The label attribute specifies the caption of the form element.",
2189
+ "value": { "type": "string" }
2190
+ },
2191
+ {
2192
+ "name": "disabled",
2193
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2194
+ "value": { "type": "boolean" }
2195
+ },
2196
+ {
2197
+ "name": "name",
2198
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2199
+ "value": { "type": "string" }
2200
+ },
2201
+ {
2202
+ "name": "autocomplete",
2203
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
2204
+ "value": {
2205
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
2206
+ }
2207
+ },
2208
+ {
2209
+ "name": "options",
2210
+ "description": "If you don't/can't use children/slots you can pass in the options as an array.",
2211
+ "value": { "type": "DBSelectOptionType[]" }
2212
+ },
2213
+ {
2214
+ "name": "placeholder",
2215
+ "description": "Text that appears in the form control when it has no value set",
2216
+ "value": { "type": "string" }
2217
+ },
2218
+ {
2219
+ "name": "message-icon",
2220
+ "description": "Set/overwrite icon for helper message for form components",
2221
+ "value": { "type": "IconTypes" }
2222
+ }
2223
+ ],
2224
+ "slots": [{ "name": "children", "description": "default slot" }],
2225
+ "events": [
2226
+ { "name": "onClick", "type": "any" },
2227
+ { "name": "onInput", "type": "any" },
2228
+ { "name": "onChange", "type": "any" },
2229
+ { "name": "onBlur", "type": "any" },
2230
+ { "name": "onFocus", "type": "any" }
2231
+ ],
2232
+ "js": {
2233
+ "properties": [
2234
+ {
2235
+ "name": "id",
2236
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2237
+ "type": "string"
2238
+ },
2239
+ {
2240
+ "name": "message",
2241
+ "description": "Optional helper message for form components",
2242
+ "type": "string"
2243
+ },
2244
+ {
2245
+ "name": "showMessage",
2246
+ "description": "Enables or disables the visibility of the message.",
2247
+ "type": "boolean"
2248
+ },
2249
+ {
2250
+ "name": "value",
2251
+ "description": "The value property is to receive results from the native form element.",
2252
+ "type": "any"
2253
+ },
2254
+ { "name": "input", "type": "functiontype" },
2255
+ { "name": "change", "type": "functiontype" },
2256
+ {
2257
+ "name": "validation",
2258
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2259
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
2260
+ },
2261
+ {
2262
+ "name": "invalidMessage",
2263
+ "description": "Helper message for invalid form components",
2264
+ "type": "string"
2265
+ },
2266
+ {
2267
+ "name": "required",
2268
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2269
+ "type": "boolean"
2270
+ },
2271
+ {
2272
+ "name": "validMessage",
2273
+ "description": "Helper message for valid form components",
2274
+ "type": "string"
2275
+ },
2276
+ { "name": "blur", "type": "functiontype" },
2277
+ { "name": "focus", "type": "functiontype" },
2278
+ {
2279
+ "name": "className",
2280
+ "description": "React specific for adding className to the component.",
2281
+ "type": "string"
2282
+ },
2283
+ {
2284
+ "name": "variant",
2285
+ "description": "Change the variant of the label to float or hidden",
2286
+ "type": "\"above\" | \"floating\""
2287
+ },
2288
+ {
2289
+ "name": "showLabel",
2290
+ "description": "Enables/disables the visibility of the label",
2291
+ "type": "boolean"
2292
+ },
2293
+ {
2294
+ "name": "icon",
2295
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2296
+ "type": "IconTypes"
2297
+ },
2298
+ {
2299
+ "name": "showIcon",
2300
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2301
+ "type": "boolean"
2302
+ },
2303
+ {
2304
+ "name": "label",
2305
+ "description": "The label attribute specifies the caption of the form element.",
2306
+ "type": "string"
2307
+ },
2308
+ {
2309
+ "name": "disabled",
2310
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2311
+ "type": "boolean"
2312
+ },
2313
+ {
2314
+ "name": "name",
2315
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2316
+ "type": "string"
2317
+ },
2318
+ {
2319
+ "name": "autocomplete",
2320
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
2321
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
2322
+ },
2323
+ {
2324
+ "name": "options",
2325
+ "description": "If you don't/can't use children/slots you can pass in the options as an array.",
2326
+ "type": "DBSelectOptionType[]"
2327
+ },
2328
+ {
2329
+ "name": "placeholder",
2330
+ "description": "Text that appears in the form control when it has no value set",
2331
+ "type": "string"
2332
+ },
2333
+ {
2334
+ "name": "messageIcon",
2335
+ "description": "Set/overwrite icon for helper message for form components",
2336
+ "type": "IconTypes"
2337
+ },
2338
+ { "name": "_id" },
2339
+ { "name": "_messageId" },
2340
+ { "name": "_validMessageId" },
2341
+ { "name": "_invalidMessageId" },
2342
+ { "name": "_placeholderId", "type": "string" },
2343
+ { "name": "_descByIds", "type": "string" },
2344
+ { "name": "_value", "type": "string" },
2345
+ { "name": "initialized", "type": "boolean" },
2346
+ { "name": "_voiceOverFallback", "type": "string" }
2347
+ ],
2348
+ "events": [
2349
+ { "name": "onClick", "type": "any" },
2350
+ { "name": "onInput", "type": "any" },
2351
+ { "name": "onChange", "type": "any" },
2352
+ { "name": "onBlur", "type": "any" },
2353
+ { "name": "onFocus", "type": "any" }
2354
+ ]
2355
+ }
2356
+ },
2357
+ {
2358
+ "name": "db-switch",
2359
+ "description": "\n---\n\n\n### **Events:**\n - **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
2360
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/switch/properties",
2361
+ "attributes": [
2362
+ {
2363
+ "name": "id",
2364
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2365
+ "value": { "type": "string" }
2366
+ },
2367
+ { "name": "change", "value": { "type": "functiontype" } },
2368
+ { "name": "blur", "value": { "type": "functiontype" } },
2369
+ { "name": "focus", "value": { "type": "functiontype" } },
2370
+ {
2371
+ "name": "visual-aid",
2372
+ "description": "Add additional icons to indicate active/inactive state.",
2373
+ "value": { "type": "boolean" }
2374
+ },
2375
+ {
2376
+ "name": "size",
2377
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
2378
+ "value": { "type": "\"small\" | \"medium\"" }
2379
+ },
2380
+ {
2381
+ "name": "show-label",
2382
+ "description": "Enables/disables the visibility of the label",
2383
+ "value": { "type": "boolean" }
2384
+ },
2385
+ {
2386
+ "name": "emphasis",
2387
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
2388
+ "value": { "type": "\"weak\" | \"strong\"" }
2389
+ },
2390
+ {
2391
+ "name": "classname",
2392
+ "description": "React specific for adding className to the component.",
2393
+ "value": { "type": "string" }
2394
+ },
2395
+ {
2396
+ "name": "checked",
2397
+ "description": "Define the radio or checkbox elements checked state",
2398
+ "value": { "type": "boolean" }
2399
+ },
2400
+ {
2401
+ "name": "disabled",
2402
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2403
+ "value": { "type": "boolean" }
2404
+ },
2405
+ {
2406
+ "name": "describedbyid",
2407
+ "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
2408
+ "value": { "type": "string" }
2409
+ },
2410
+ {
2411
+ "name": "validation",
2412
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2413
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
2414
+ },
2415
+ {
2416
+ "name": "name",
2417
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2418
+ "value": { "type": "string" }
2419
+ },
2420
+ {
2421
+ "name": "required",
2422
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2423
+ "value": { "type": "boolean" }
2424
+ },
2425
+ {
2426
+ "name": "icon",
2427
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2428
+ "value": { "type": "IconTypes" }
2429
+ },
2430
+ {
2431
+ "name": "icon-after",
2432
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2433
+ "value": { "type": "IconTypes" }
2434
+ },
2435
+ {
2436
+ "name": "label",
2437
+ "description": "The label attribute specifies the caption of the form element.",
2438
+ "value": { "type": "string" }
2439
+ }
2440
+ ],
2441
+ "slots": [{ "name": "children", "description": "default slot" }],
2442
+ "events": [
2443
+ { "name": "onChange", "type": "any" },
2444
+ { "name": "onBlur", "type": "any" },
2445
+ { "name": "onFocus", "type": "any" }
2446
+ ],
2447
+ "js": {
2448
+ "properties": [
2449
+ {
2450
+ "name": "id",
2451
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2452
+ "type": "string"
2453
+ },
2454
+ { "name": "change", "type": "functiontype" },
2455
+ { "name": "blur", "type": "functiontype" },
2456
+ { "name": "focus", "type": "functiontype" },
2457
+ {
2458
+ "name": "visualAid",
2459
+ "description": "Add additional icons to indicate active/inactive state.",
2460
+ "type": "boolean"
2461
+ },
2462
+ {
2463
+ "name": "size",
2464
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
2465
+ "type": "\"small\" | \"medium\""
2466
+ },
2467
+ {
2468
+ "name": "showLabel",
2469
+ "description": "Enables/disables the visibility of the label",
2470
+ "type": "boolean"
2471
+ },
2472
+ {
2473
+ "name": "emphasis",
2474
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
2475
+ "type": "\"weak\" | \"strong\""
2476
+ },
2477
+ {
2478
+ "name": "className",
2479
+ "description": "React specific for adding className to the component.",
2480
+ "type": "string"
2481
+ },
2482
+ {
2483
+ "name": "checked",
2484
+ "description": "Define the radio or checkbox elements checked state",
2485
+ "type": "boolean"
2486
+ },
2487
+ {
2488
+ "name": "disabled",
2489
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2490
+ "type": "boolean"
2491
+ },
2492
+ {
2493
+ "name": "describedbyid",
2494
+ "description": "[`aria-describedby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby) is used to link to the elements that describe the element with the set attribute.",
2495
+ "type": "string"
2496
+ },
2497
+ {
2498
+ "name": "validation",
2499
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2500
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
2501
+ },
2502
+ {
2503
+ "name": "name",
2504
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2505
+ "type": "string"
2506
+ },
2507
+ {
2508
+ "name": "required",
2509
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2510
+ "type": "boolean"
2511
+ },
2512
+ {
2513
+ "name": "icon",
2514
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2515
+ "type": "IconTypes"
2516
+ },
2517
+ {
2518
+ "name": "iconAfter",
2519
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2520
+ "type": "IconTypes"
2521
+ },
2522
+ {
2523
+ "name": "label",
2524
+ "description": "The label attribute specifies the caption of the form element.",
2525
+ "type": "string"
2526
+ },
2527
+ { "name": "_id" },
2528
+ { "name": "_checked", "type": "boolean" },
2529
+ { "name": "initialized", "type": "boolean" }
2530
+ ],
2531
+ "events": [
2532
+ { "name": "onChange", "type": "any" },
2533
+ { "name": "onBlur", "type": "any" },
2534
+ { "name": "onFocus", "type": "any" }
2535
+ ]
2536
+ }
2537
+ },
2538
+ {
2539
+ "name": "db-tab-item",
2540
+ "description": "\n---\n\n\n### **Events:**\n - **onChange**\n\n### **Slots:**\n - **children** - default slot",
2541
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tab-item/properties",
2542
+ "attributes": [
2543
+ {
2544
+ "name": "active",
2545
+ "description": "If the tab is checked/active.",
2546
+ "value": { "type": "boolean" }
2547
+ },
2548
+ { "name": "change", "value": { "type": "functiontype" } },
2549
+ {
2550
+ "name": "classname",
2551
+ "description": "React specific for adding className to the component.",
2552
+ "value": { "type": "string" }
2553
+ },
2554
+ {
2555
+ "name": "id",
2556
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2557
+ "value": { "type": "string" }
2558
+ },
2559
+ {
2560
+ "name": "icon",
2561
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2562
+ "value": { "type": "IconTypes" }
2563
+ },
2564
+ {
2565
+ "name": "icon-after",
2566
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2567
+ "value": { "type": "IconTypes" }
2568
+ },
2569
+ {
2570
+ "name": "show-icon",
2571
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2572
+ "value": { "type": "boolean" }
2573
+ },
2574
+ {
2575
+ "name": "no-text",
2576
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
2577
+ "value": { "type": "boolean" }
2578
+ },
2579
+ {
2580
+ "name": "disabled",
2581
+ "description": "The disabled attribute can be set to keep a user from clicking on the tab-item.",
2582
+ "value": { "type": "boolean" }
2583
+ },
2584
+ {
2585
+ "name": "controls",
2586
+ "description": "Pass aria-controls to inner element",
2587
+ "value": { "type": "string" }
2588
+ },
2589
+ {
2590
+ "name": "checked",
2591
+ "description": "To control the component",
2592
+ "value": { "type": "boolean" }
2593
+ },
2594
+ {
2595
+ "name": "label",
2596
+ "description": "The label of the tab-item, if you don't want to use children.",
2597
+ "value": { "type": "string" }
2598
+ }
2599
+ ],
2600
+ "slots": [{ "name": "children", "description": "default slot" }],
2601
+ "events": [{ "name": "onChange", "type": "any" }],
2602
+ "js": {
2603
+ "properties": [
2604
+ {
2605
+ "name": "active",
2606
+ "description": "If the tab is checked/active.",
2607
+ "type": "boolean"
2608
+ },
2609
+ { "name": "change", "type": "functiontype" },
2610
+ {
2611
+ "name": "className",
2612
+ "description": "React specific for adding className to the component.",
2613
+ "type": "string"
2614
+ },
2615
+ {
2616
+ "name": "id",
2617
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2618
+ "type": "string"
2619
+ },
2620
+ {
2621
+ "name": "icon",
2622
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2623
+ "type": "IconTypes"
2624
+ },
2625
+ {
2626
+ "name": "iconAfter",
2627
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2628
+ "type": "IconTypes"
2629
+ },
2630
+ {
2631
+ "name": "showIcon",
2632
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2633
+ "type": "boolean"
2634
+ },
2635
+ {
2636
+ "name": "noText",
2637
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
2638
+ "type": "boolean"
2639
+ },
2640
+ {
2641
+ "name": "disabled",
2642
+ "description": "The disabled attribute can be set to keep a user from clicking on the tab-item.",
2643
+ "type": "boolean"
2644
+ },
2645
+ {
2646
+ "name": "controls",
2647
+ "description": "Pass aria-controls to inner element",
2648
+ "type": "string"
2649
+ },
2650
+ {
2651
+ "name": "checked",
2652
+ "description": "To control the component",
2653
+ "type": "boolean"
2654
+ },
2655
+ {
2656
+ "name": "label",
2657
+ "description": "The label of the tab-item, if you don't want to use children.",
2658
+ "type": "string"
2659
+ },
2660
+ { "name": "initialized", "type": "boolean" },
2661
+ { "name": "_selected", "type": "boolean" }
2662
+ ],
2663
+ "events": [{ "name": "onChange", "type": "any" }]
2664
+ }
2665
+ },
2666
+ {
2667
+ "name": "db-tag",
2668
+ "description": "\n---\n\n\n### **Events:**\n - **onRemove**\n\n### **Slots:**\n - **children** - default slot\n- **content** - Default slot which is used to pass in additional content.",
2669
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tag/properties",
2670
+ "attributes": [
2671
+ {
2672
+ "name": "disabled",
2673
+ "description": "",
2674
+ "value": { "type": "boolean" }
2675
+ },
2676
+ {
2677
+ "name": "remove-button",
2678
+ "description": "The removeButton attribute shows the cancel button.",
2679
+ "value": { "type": "string" }
2680
+ },
2681
+ {
2682
+ "name": "id",
2683
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2684
+ "value": { "type": "string" }
2685
+ },
2686
+ {
2687
+ "name": "classname",
2688
+ "description": "React specific for adding className to the component.",
2689
+ "value": { "type": "string" }
2690
+ },
2691
+ {
2692
+ "name": "semantic",
2693
+ "description": "The semantic defines the default variants for most components.",
2694
+ "value": {
2695
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
2696
+ }
2697
+ },
2698
+ {
2699
+ "name": "emphasis",
2700
+ "description": "The emphasis attribute divides in between a weak, strong or origin appearance.",
2701
+ "value": { "type": "\"undefined\" | \"origin\"" }
2702
+ },
2703
+ {
2704
+ "name": "icon",
2705
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2706
+ "value": { "type": "IconTypes" }
2707
+ },
2708
+ {
2709
+ "name": "show-check-state",
2710
+ "description": "Enable/Disable icon for checkbox/radio inside tag.",
2711
+ "value": { "type": "boolean" }
2712
+ },
2713
+ {
2714
+ "name": "show-icon",
2715
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2716
+ "value": { "type": "boolean" }
2717
+ },
2718
+ {
2719
+ "name": "no-text",
2720
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
2721
+ "value": { "type": "boolean" }
2722
+ },
2723
+ {
2724
+ "name": "overflow",
2725
+ "description": "The overflow attribute sets a max-width and longer text will be dotted.",
2726
+ "value": { "type": "boolean" }
2727
+ },
2728
+ {
2729
+ "name": "text",
2730
+ "description": "Alternative for children to set content as property.",
2731
+ "value": { "type": "string" }
2732
+ },
2733
+ {
2734
+ "name": "behavior",
2735
+ "description": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
2736
+ "value": { "type": "\"static\" | \"removable\" | string" }
2737
+ }
2738
+ ],
2739
+ "slots": [
2740
+ { "name": "children", "description": "default slot" },
2741
+ {
2742
+ "name": "content",
2743
+ "description": "Default slot which is used to pass in additional content."
2744
+ }
2745
+ ],
2746
+ "events": [{ "name": "onRemove", "type": "any" }],
2747
+ "js": {
2748
+ "properties": [
2749
+ { "name": "disabled", "description": "", "type": "boolean" },
2750
+ {
2751
+ "name": "removeButton",
2752
+ "description": "The removeButton attribute shows the cancel button.",
2753
+ "type": "string"
2754
+ },
2755
+ {
2756
+ "name": "id",
2757
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2758
+ "type": "string"
2759
+ },
2760
+ {
2761
+ "name": "className",
2762
+ "description": "React specific for adding className to the component.",
2763
+ "type": "string"
2764
+ },
2765
+ {
2766
+ "name": "semantic",
2767
+ "description": "The semantic defines the default variants for most components.",
2768
+ "type": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
2769
+ },
2770
+ {
2771
+ "name": "emphasis",
2772
+ "description": "The emphasis attribute divides in between a weak, strong or origin appearance.",
2773
+ "type": "\"undefined\" | \"origin\""
2774
+ },
2775
+ {
2776
+ "name": "icon",
2777
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
2778
+ "type": "IconTypes"
2779
+ },
2780
+ {
2781
+ "name": "showCheckState",
2782
+ "description": "Enable/Disable icon for checkbox/radio inside tag.",
2783
+ "type": "boolean"
2784
+ },
2785
+ {
2786
+ "name": "showIcon",
2787
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
2788
+ "type": "boolean"
2789
+ },
2790
+ {
2791
+ "name": "noText",
2792
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
2793
+ "type": "boolean"
2794
+ },
2795
+ {
2796
+ "name": "overflow",
2797
+ "description": "The overflow attribute sets a max-width and longer text will be dotted.",
2798
+ "type": "boolean"
2799
+ },
2800
+ {
2801
+ "name": "text",
2802
+ "description": "Alternative for children to set content as property.",
2803
+ "type": "string"
2804
+ },
2805
+ {
2806
+ "name": "behavior",
2807
+ "description": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
2808
+ "type": "\"static\" | \"removable\" | string"
2809
+ },
2810
+ { "name": "initialized", "type": "boolean" }
2811
+ ],
2812
+ "events": [{ "name": "onRemove", "type": "any" }]
2813
+ }
2814
+ },
2815
+ {
2816
+ "name": "db-textarea",
2817
+ "description": "\n---\n\n\n### **Events:**\n - **onInput**\n- **onChange**\n- **onBlur**\n- **onFocus**\n\n### **Slots:**\n - **children** - default slot",
2818
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/textarea/properties",
2819
+ "attributes": [
2820
+ {
2821
+ "name": "id",
2822
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2823
+ "value": { "type": "string" }
2824
+ },
2825
+ {
2826
+ "name": "message",
2827
+ "description": "Optional helper message for form components",
2828
+ "value": { "type": "string" }
2829
+ },
2830
+ {
2831
+ "name": "show-message",
2832
+ "description": "Enables or disables the visibility of the message.",
2833
+ "value": { "type": "boolean" }
2834
+ },
2835
+ {
2836
+ "name": "value",
2837
+ "description": "The value property is to receive results from the native form element.",
2838
+ "value": { "type": "any" }
2839
+ },
2840
+ { "name": "input", "value": { "type": "functiontype" } },
2841
+ { "name": "change", "value": { "type": "functiontype" } },
2842
+ {
2843
+ "name": "validation",
2844
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2845
+ "value": { "type": "\"invalid\" | \"valid\" | \"no-validation\"" }
2846
+ },
2847
+ {
2848
+ "name": "invalid-message",
2849
+ "description": "Helper message for invalid form components",
2850
+ "value": { "type": "string" }
2851
+ },
2852
+ {
2853
+ "name": "required",
2854
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
2855
+ "value": { "type": "boolean" }
2856
+ },
2857
+ {
2858
+ "name": "min-length",
2859
+ "description": "Minimum length (number of characters) of value",
2860
+ "value": { "type": "number" }
2861
+ },
2862
+ {
2863
+ "name": "max-length",
2864
+ "description": "Maximum length (number of characters) of value",
2865
+ "value": { "type": "number" }
2866
+ },
2867
+ {
2868
+ "name": "valid-message",
2869
+ "description": "Helper message for valid form components",
2870
+ "value": { "type": "string" }
2871
+ },
2872
+ { "name": "blur", "value": { "type": "functiontype" } },
2873
+ { "name": "focus", "value": { "type": "functiontype" } },
2874
+ {
2875
+ "name": "classname",
2876
+ "description": "React specific for adding className to the component.",
2877
+ "value": { "type": "string" }
2878
+ },
2879
+ {
2880
+ "name": "variant",
2881
+ "description": "Change the variant of the label to float or hidden",
2882
+ "value": { "type": "\"above\" | \"floating\"" }
2883
+ },
2884
+ {
2885
+ "name": "show-label",
2886
+ "description": "Enables/disables the visibility of the label",
2887
+ "value": { "type": "boolean" }
2888
+ },
2889
+ {
2890
+ "name": "label",
2891
+ "description": "The label attribute specifies the caption of the form element.",
2892
+ "value": { "type": "string" }
2893
+ },
2894
+ {
2895
+ "name": "resize",
2896
+ "description": "In most browsers, textareas are resizable — you'll notice the drag handle in the right-hand corner, you can control it with this",
2897
+ "value": {
2898
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
2899
+ }
2900
+ },
2901
+ {
2902
+ "name": "disabled",
2903
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
2904
+ "value": { "type": "boolean" }
2905
+ },
2906
+ {
2907
+ "name": "read-only",
2908
+ "description": "The disabled attribute can be set to keep a user from edit on the form element",
2909
+ "value": { "type": "boolean" }
2910
+ },
2911
+ {
2912
+ "name": "form",
2913
+ "description": "Associates the control with a form element",
2914
+ "value": { "type": "string" }
2915
+ },
2916
+ {
2917
+ "name": "name",
2918
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
2919
+ "value": { "type": "string" }
2920
+ },
2921
+ {
2922
+ "name": "wrap",
2923
+ "description": "Indicates how the control should wrap the value for form submission.",
2924
+ "value": { "type": "\"hard\" | \"soft\" | \"off\"" }
2925
+ },
2926
+ {
2927
+ "name": "spell-check",
2928
+ "description": "Specifies whether the textarea is subject to spell checking by the underlying browser/OS",
2929
+ "value": { "type": "boolean" }
2930
+ },
2931
+ {
2932
+ "name": "autocomplete",
2933
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
2934
+ "value": {
2935
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
2936
+ }
2937
+ },
2938
+ {
2939
+ "name": "placeholder",
2940
+ "description": "Text that appears in the form control when it has no value set",
2941
+ "value": { "type": "string" }
2942
+ },
2943
+ {
2944
+ "name": "rows",
2945
+ "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer",
2946
+ "value": { "type": "number" }
2947
+ },
2948
+ {
2949
+ "name": "cols",
2950
+ "description": "The visible width of the text control, in average character widths. If it is specified, it must be a positive integer",
2951
+ "value": { "type": "number" }
2952
+ },
2953
+ {
2954
+ "name": "message-icon",
2955
+ "description": "Set/overwrite icon for helper message for form components",
2956
+ "value": { "type": "IconTypes" }
2957
+ }
2958
+ ],
2959
+ "slots": [{ "name": "children", "description": "default slot" }],
2960
+ "events": [
2961
+ { "name": "onInput", "type": "any" },
2962
+ { "name": "onChange", "type": "any" },
2963
+ { "name": "onBlur", "type": "any" },
2964
+ { "name": "onFocus", "type": "any" }
2965
+ ],
2966
+ "js": {
2967
+ "properties": [
2968
+ {
2969
+ "name": "id",
2970
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
2971
+ "type": "string"
2972
+ },
2973
+ {
2974
+ "name": "message",
2975
+ "description": "Optional helper message for form components",
2976
+ "type": "string"
2977
+ },
2978
+ {
2979
+ "name": "showMessage",
2980
+ "description": "Enables or disables the visibility of the message.",
2981
+ "type": "boolean"
2982
+ },
2983
+ {
2984
+ "name": "value",
2985
+ "description": "The value property is to receive results from the native form element.",
2986
+ "type": "any"
2987
+ },
2988
+ { "name": "input", "type": "functiontype" },
2989
+ { "name": "change", "type": "functiontype" },
2990
+ {
2991
+ "name": "validation",
2992
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
2993
+ "type": "\"invalid\" | \"valid\" | \"no-validation\""
2994
+ },
2995
+ {
2996
+ "name": "invalidMessage",
2997
+ "description": "Helper message for invalid form components",
2998
+ "type": "string"
2999
+ },
3000
+ {
3001
+ "name": "required",
3002
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.",
3003
+ "type": "boolean"
3004
+ },
3005
+ {
3006
+ "name": "minLength",
3007
+ "description": "Minimum length (number of characters) of value",
3008
+ "type": "number"
3009
+ },
3010
+ {
3011
+ "name": "maxLength",
3012
+ "description": "Maximum length (number of characters) of value",
3013
+ "type": "number"
3014
+ },
3015
+ {
3016
+ "name": "validMessage",
3017
+ "description": "Helper message for valid form components",
3018
+ "type": "string"
3019
+ },
3020
+ { "name": "blur", "type": "functiontype" },
3021
+ { "name": "focus", "type": "functiontype" },
3022
+ {
3023
+ "name": "className",
3024
+ "description": "React specific for adding className to the component.",
3025
+ "type": "string"
3026
+ },
3027
+ {
3028
+ "name": "variant",
3029
+ "description": "Change the variant of the label to float or hidden",
3030
+ "type": "\"above\" | \"floating\""
3031
+ },
3032
+ {
3033
+ "name": "showLabel",
3034
+ "description": "Enables/disables the visibility of the label",
3035
+ "type": "boolean"
3036
+ },
3037
+ {
3038
+ "name": "label",
3039
+ "description": "The label attribute specifies the caption of the form element.",
3040
+ "type": "string"
3041
+ },
3042
+ {
3043
+ "name": "resize",
3044
+ "description": "In most browsers, textareas are resizable — you'll notice the drag handle in the right-hand corner, you can control it with this",
3045
+ "type": "\"none\" | \"both\" | \"horizontal\" | \"vertical\""
3046
+ },
3047
+ {
3048
+ "name": "disabled",
3049
+ "description": "The disabled attribute can be set to keep a user from clicking on the form element.",
3050
+ "type": "boolean"
3051
+ },
3052
+ {
3053
+ "name": "readOnly",
3054
+ "description": "The disabled attribute can be set to keep a user from edit on the form element",
3055
+ "type": "boolean"
3056
+ },
3057
+ {
3058
+ "name": "form",
3059
+ "description": "Associates the control with a form element",
3060
+ "type": "string"
3061
+ },
3062
+ {
3063
+ "name": "name",
3064
+ "description": "The name attribute gives the name of the form control, as used in form submission and in the form element's elements object.",
3065
+ "type": "string"
3066
+ },
3067
+ {
3068
+ "name": "wrap",
3069
+ "description": "Indicates how the control should wrap the value for form submission.",
3070
+ "type": "\"hard\" | \"soft\" | \"off\""
3071
+ },
3072
+ {
3073
+ "name": "spellCheck",
3074
+ "description": "Specifies whether the textarea is subject to spell checking by the underlying browser/OS",
3075
+ "type": "boolean"
3076
+ },
3077
+ {
3078
+ "name": "autocomplete",
3079
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete",
3080
+ "type": "string | \"off\" | \"on\" | \"name\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"email\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"shipping\" | \"billing\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level4\" | \"address-level3\" | \"address-level2\" | \"address-level1\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"url\" | \"photo\" | \"webauthn\""
3081
+ },
3082
+ {
3083
+ "name": "placeholder",
3084
+ "description": "Text that appears in the form control when it has no value set",
3085
+ "type": "string"
3086
+ },
3087
+ {
3088
+ "name": "rows",
3089
+ "description": "The number of visible text lines for the control. If it is specified, it must be a positive integer",
3090
+ "type": "number"
3091
+ },
3092
+ {
3093
+ "name": "cols",
3094
+ "description": "The visible width of the text control, in average character widths. If it is specified, it must be a positive integer",
3095
+ "type": "number"
3096
+ },
3097
+ {
3098
+ "name": "messageIcon",
3099
+ "description": "Set/overwrite icon for helper message for form components",
3100
+ "type": "IconTypes"
3101
+ },
3102
+ { "name": "_id" },
3103
+ { "name": "_messageId" },
3104
+ { "name": "_validMessageId" },
3105
+ { "name": "_invalidMessageId" },
3106
+ { "name": "_descByIds", "type": "string" },
3107
+ { "name": "_value", "type": "string" },
3108
+ { "name": "_voiceOverFallback", "type": "string" }
3109
+ ],
3110
+ "events": [
3111
+ { "name": "onInput", "type": "any" },
3112
+ { "name": "onChange", "type": "any" },
3113
+ { "name": "onBlur", "type": "any" },
3114
+ { "name": "onFocus", "type": "any" }
3115
+ ]
3116
+ }
3117
+ },
3118
+ {
3119
+ "name": "db-navigation-item",
3120
+ "description": "\n---\n\n\n### **Events:**\n - **onClick**\n\n### **Slots:**\n - **children** - default slot\n- **subNavigation** - React-specific property to pass in a slot for sub-navigation",
3121
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/navigation-item/properties",
3122
+ "attributes": [
3123
+ {
3124
+ "name": "sub-navigation-expanded",
3125
+ "description": "This is for mobile navigation only, if it is set the sub-navigation is a static overlay",
3126
+ "value": { "type": "boolean" }
3127
+ },
3128
+ {
3129
+ "name": "id",
3130
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3131
+ "value": { "type": "string" }
3132
+ },
3133
+ {
3134
+ "name": "classname",
3135
+ "description": "React specific for adding className to the component.",
3136
+ "value": { "type": "string" }
3137
+ },
3138
+ {
3139
+ "name": "width",
3140
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
3141
+ "value": { "type": "\"full\" | \"auto\"" }
3142
+ },
3143
+ {
3144
+ "name": "icon",
3145
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
3146
+ "value": { "type": "IconTypes" }
3147
+ },
3148
+ {
3149
+ "name": "show-icon",
3150
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
3151
+ "value": { "type": "boolean" }
3152
+ },
3153
+ {
3154
+ "name": "active",
3155
+ "description": "Alternative indicator for active navigation item (bold font). In contrast to the use of aria-current=\"page\" on the contained anchor, this does not guarantee correct a11y.",
3156
+ "value": { "type": "boolean" }
3157
+ },
3158
+ {
3159
+ "name": "disabled",
3160
+ "description": "The disabled attribute can be set to [keep a user from clicking on the item](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled).",
3161
+ "value": { "type": "boolean" }
3162
+ },
3163
+ {
3164
+ "name": "text",
3165
+ "description": "Alternative for default slot/children.",
3166
+ "value": { "type": "string" }
3167
+ },
3168
+ {
3169
+ "name": "back-button-id",
3170
+ "description": "The backButtonId attribute changes the id inside the back button.",
3171
+ "value": { "type": "string" }
3172
+ },
3173
+ {
3174
+ "name": "back-button-text",
3175
+ "description": "The backButtonText attribute changes the text inside the back button.",
3176
+ "value": { "type": "string" }
3177
+ }
3178
+ ],
3179
+ "slots": [
3180
+ { "name": "children", "description": "default slot" },
3181
+ {
3182
+ "name": "subNavigation",
3183
+ "description": "React-specific property to pass in a slot for sub-navigation"
3184
+ }
3185
+ ],
3186
+ "events": [{ "name": "onClick", "type": "any" }],
3187
+ "js": {
3188
+ "properties": [
3189
+ {
3190
+ "name": "subNavigationExpanded",
3191
+ "description": "This is for mobile navigation only, if it is set the sub-navigation is a static overlay",
3192
+ "type": "boolean"
3193
+ },
3194
+ {
3195
+ "name": "id",
3196
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3197
+ "type": "string"
3198
+ },
3199
+ {
3200
+ "name": "className",
3201
+ "description": "React specific for adding className to the component.",
3202
+ "type": "string"
3203
+ },
3204
+ {
3205
+ "name": "width",
3206
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
3207
+ "type": "\"full\" | \"auto\""
3208
+ },
3209
+ {
3210
+ "name": "icon",
3211
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
3212
+ "type": "IconTypes"
3213
+ },
3214
+ {
3215
+ "name": "showIcon",
3216
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
3217
+ "type": "boolean"
3218
+ },
3219
+ {
3220
+ "name": "active",
3221
+ "description": "Alternative indicator for active navigation item (bold font). In contrast to the use of aria-current=\"page\" on the contained anchor, this does not guarantee correct a11y.",
3222
+ "type": "boolean"
3223
+ },
3224
+ {
3225
+ "name": "disabled",
3226
+ "description": "The disabled attribute can be set to [keep a user from clicking on the item](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled).",
3227
+ "type": "boolean"
3228
+ },
3229
+ {
3230
+ "name": "text",
3231
+ "description": "Alternative for default slot/children.",
3232
+ "type": "string"
3233
+ },
3234
+ {
3235
+ "name": "backButtonId",
3236
+ "description": "The backButtonId attribute changes the id inside the back button.",
3237
+ "type": "string"
3238
+ },
3239
+ {
3240
+ "name": "backButtonText",
3241
+ "description": "The backButtonText attribute changes the text inside the back button.",
3242
+ "type": "string"
3243
+ },
3244
+ { "name": "initialized", "type": "boolean" },
3245
+ { "name": "hasAreaPopup", "type": "boolean" },
3246
+ { "name": "hasSubNavigation", "type": "boolean" },
3247
+ { "name": "isSubNavigationExpanded", "type": "boolean" },
3248
+ { "name": "subNavigationId" },
3249
+ { "name": "navigationItemSafeTriangle" }
3250
+ ],
3251
+ "events": [{ "name": "onClick", "type": "any" }]
3252
+ }
3253
+ },
3254
+ {
3255
+ "name": "db-accordion-item",
3256
+ "description": "\n---\n\n\n### **Events:**\n - **onToggle**\n\n### **Slots:**\n - **children** - default slot\n- **headline** - TODO: Add description for slotHeadline",
3257
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/accordion-item/properties",
3258
+ "attributes": [
3259
+ {
3260
+ "name": "id",
3261
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3262
+ "value": { "type": "string" }
3263
+ },
3264
+ {
3265
+ "name": "default-open",
3266
+ "value": { "type": "DBAccordionItemProps[\"defaultOpen\"]" }
3267
+ },
3268
+ {
3269
+ "name": "classname",
3270
+ "description": "React specific for adding className to the component.",
3271
+ "value": { "type": "string" }
3272
+ },
3273
+ {
3274
+ "name": "disabled",
3275
+ "value": { "type": "DBAccordionItemProps[\"disabled\"]" }
3276
+ },
3277
+ {
3278
+ "name": "headline-plain",
3279
+ "value": { "type": "DBAccordionItemProps[\"headlinePlain\"]" }
3280
+ },
3281
+ {
3282
+ "name": "text",
3283
+ "description": "Alternative for default slot/children.",
3284
+ "value": { "type": "string" }
3285
+ }
3286
+ ],
3287
+ "slots": [
3288
+ { "name": "children", "description": "default slot" },
3289
+ {
3290
+ "name": "headline",
3291
+ "description": "TODO: Add description for slotHeadline"
3292
+ }
3293
+ ],
3294
+ "events": [{ "name": "onToggle", "type": "any" }],
3295
+ "js": {
3296
+ "properties": [
3297
+ {
3298
+ "name": "id",
3299
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3300
+ "type": "string"
3301
+ },
3302
+ {
3303
+ "name": "defaultOpen",
3304
+ "type": "DBAccordionItemProps[\"defaultOpen\"]"
3305
+ },
3306
+ {
3307
+ "name": "className",
3308
+ "description": "React specific for adding className to the component.",
3309
+ "type": "string"
3310
+ },
3311
+ {
3312
+ "name": "disabled",
3313
+ "type": "DBAccordionItemProps[\"disabled\"]"
3314
+ },
3315
+ {
3316
+ "name": "headlinePlain",
3317
+ "type": "DBAccordionItemProps[\"headlinePlain\"]"
3318
+ },
3319
+ {
3320
+ "name": "text",
3321
+ "description": "Alternative for default slot/children.",
3322
+ "type": "string"
3323
+ },
3324
+ { "name": "_id" },
3325
+ { "name": "_open", "type": "boolean" }
3326
+ ],
3327
+ "events": [{ "name": "onToggle", "type": "any" }]
3328
+ }
3329
+ },
3330
+ {
3331
+ "name": "db-accordion",
3332
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3333
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/accordion/properties",
3334
+ "attributes": [
3335
+ {
3336
+ "name": "id",
3337
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3338
+ "value": { "type": "string" }
3339
+ },
3340
+ {
3341
+ "name": "name",
3342
+ "description": "Set details name for exclusive accordions, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#name",
3343
+ "value": { "type": "string" }
3344
+ },
3345
+ {
3346
+ "name": "behavior",
3347
+ "description": "To allow multiple items open at the same time or only 1 item",
3348
+ "value": { "type": "\"multiple\" | \"single\"" }
3349
+ },
3350
+ {
3351
+ "name": "init-open-index",
3352
+ "description": "The index of items which should be open when loading the accordion",
3353
+ "value": { "type": "number[]" }
3354
+ },
3355
+ {
3356
+ "name": "classname",
3357
+ "description": "React specific for adding className to the component.",
3358
+ "value": { "type": "string" }
3359
+ },
3360
+ {
3361
+ "name": "variant",
3362
+ "description": "Defines the display of the accordion and the items:\n\"divider\": with a dividing line between the items\n\"card\": w/o dividing line, but items are shown in the card variant",
3363
+ "value": { "type": "\"divider\" | \"card\"" }
3364
+ },
3365
+ {
3366
+ "name": "items",
3367
+ "description": "Alternative to pass in a simple representation of accordion items",
3368
+ "value": { "type": "DBAccordionItemDefaultProps[] | string" }
3369
+ }
3370
+ ],
3371
+ "slots": [{ "name": "children", "description": "default slot" }],
3372
+ "events": [],
3373
+ "js": {
3374
+ "properties": [
3375
+ {
3376
+ "name": "id",
3377
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3378
+ "type": "string"
3379
+ },
3380
+ {
3381
+ "name": "name",
3382
+ "description": "Set details name for exclusive accordions, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#name",
3383
+ "type": "string"
3384
+ },
3385
+ {
3386
+ "name": "behavior",
3387
+ "description": "To allow multiple items open at the same time or only 1 item",
3388
+ "type": "\"multiple\" | \"single\""
3389
+ },
3390
+ {
3391
+ "name": "initOpenIndex",
3392
+ "description": "The index of items which should be open when loading the accordion",
3393
+ "type": "number[]"
3394
+ },
3395
+ {
3396
+ "name": "className",
3397
+ "description": "React specific for adding className to the component.",
3398
+ "type": "string"
3399
+ },
3400
+ {
3401
+ "name": "variant",
3402
+ "description": "Defines the display of the accordion and the items:\n\"divider\": with a dividing line between the items\n\"card\": w/o dividing line, but items are shown in the card variant",
3403
+ "type": "\"divider\" | \"card\""
3404
+ },
3405
+ {
3406
+ "name": "items",
3407
+ "description": "Alternative to pass in a simple representation of accordion items",
3408
+ "type": "DBAccordionItemDefaultProps[] | string"
3409
+ },
3410
+ { "name": "_id" },
3411
+ { "name": "_name", "type": "string" },
3412
+ { "name": "initialized", "type": "boolean" },
3413
+ { "name": "_initOpenIndexDone", "type": "boolean" }
3414
+ ],
3415
+ "events": []
3416
+ }
3417
+ },
3418
+ {
3419
+ "name": "db-navigation",
3420
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3421
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/navigation/properties",
3422
+ "attributes": [
3423
+ {
3424
+ "name": "id",
3425
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3426
+ "value": { "type": "string" }
3427
+ },
3428
+ {
3429
+ "name": "labelled-by",
3430
+ "description": "Pass aria-labelledby to inner element",
3431
+ "value": { "type": "string" }
3432
+ },
3433
+ {
3434
+ "name": "classname",
3435
+ "description": "React specific for adding className to the component.",
3436
+ "value": { "type": "string" }
3437
+ }
3438
+ ],
3439
+ "slots": [{ "name": "children", "description": "default slot" }],
3440
+ "events": [],
3441
+ "js": {
3442
+ "properties": [
3443
+ {
3444
+ "name": "id",
3445
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3446
+ "type": "string"
3447
+ },
3448
+ {
3449
+ "name": "labelledBy",
3450
+ "description": "Pass aria-labelledby to inner element",
3451
+ "type": "string"
3452
+ },
3453
+ {
3454
+ "name": "className",
3455
+ "description": "React specific for adding className to the component.",
3456
+ "type": "string"
3457
+ },
3458
+ { "name": "_id" }
3459
+ ],
3460
+ "events": []
3461
+ }
3462
+ },
3463
+ {
3464
+ "name": "db-popover",
3465
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot\n- **trigger** - The trigger to open the popover e.g. a button",
3466
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/popover/properties",
3467
+ "attributes": [
3468
+ {
3469
+ "name": "id",
3470
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3471
+ "value": { "type": "string" }
3472
+ },
3473
+ {
3474
+ "name": "classname",
3475
+ "description": "React specific for adding className to the component.",
3476
+ "value": { "type": "string" }
3477
+ },
3478
+ {
3479
+ "name": "spacing",
3480
+ "description": "The spacing attribute changes the padding of the component.",
3481
+ "value": {
3482
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
3483
+ }
3484
+ },
3485
+ {
3486
+ "name": "gap",
3487
+ "description": "If the absolute element should have a gap between the parent element.",
3488
+ "value": { "type": "boolean" }
3489
+ },
3490
+ {
3491
+ "name": "animation",
3492
+ "description": "Disable animation",
3493
+ "value": { "type": "boolean" }
3494
+ },
3495
+ {
3496
+ "name": "open",
3497
+ "description": "Use open to disable the default hover/focus behavior to use it on click or other trigger.",
3498
+ "value": { "type": "boolean" }
3499
+ },
3500
+ {
3501
+ "name": "delay",
3502
+ "description": "Add a delay before showing the tooltip",
3503
+ "value": { "type": "\"none\" | \"slow\" | \"fast\"" }
3504
+ },
3505
+ {
3506
+ "name": "width",
3507
+ "description": "Use fixed with for default max-width",
3508
+ "value": { "type": "\"auto\" | \"fixed\"" }
3509
+ },
3510
+ {
3511
+ "name": "placement",
3512
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3513
+ "value": {
3514
+ "type": "\"left\" | \"right\" | \"top\" | \"bottom\" | \"left-start\" | \"left-end\" | \"right-start\" | \"right-end\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
3515
+ }
3516
+ }
3517
+ ],
3518
+ "slots": [
3519
+ { "name": "children", "description": "default slot" },
3520
+ {
3521
+ "name": "trigger",
3522
+ "description": "The trigger to open the popover e.g. a button"
3523
+ }
3524
+ ],
3525
+ "events": [],
3526
+ "js": {
3527
+ "properties": [
3528
+ {
3529
+ "name": "id",
3530
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3531
+ "type": "string"
3532
+ },
3533
+ {
3534
+ "name": "className",
3535
+ "description": "React specific for adding className to the component.",
3536
+ "type": "string"
3537
+ },
3538
+ {
3539
+ "name": "spacing",
3540
+ "description": "The spacing attribute changes the padding of the component.",
3541
+ "type": "\"medium\" | \"small\" | \"large\" | \"none\""
3542
+ },
3543
+ {
3544
+ "name": "gap",
3545
+ "description": "If the absolute element should have a gap between the parent element.",
3546
+ "type": "boolean"
3547
+ },
3548
+ {
3549
+ "name": "animation",
3550
+ "description": "Disable animation",
3551
+ "type": "boolean"
3552
+ },
3553
+ {
3554
+ "name": "open",
3555
+ "description": "Use open to disable the default hover/focus behavior to use it on click or other trigger.",
3556
+ "type": "boolean"
3557
+ },
3558
+ {
3559
+ "name": "delay",
3560
+ "description": "Add a delay before showing the tooltip",
3561
+ "type": "\"none\" | \"slow\" | \"fast\""
3562
+ },
3563
+ {
3564
+ "name": "width",
3565
+ "description": "Use fixed with for default max-width",
3566
+ "type": "\"auto\" | \"fixed\""
3567
+ },
3568
+ {
3569
+ "name": "placement",
3570
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3571
+ "type": "\"left\" | \"right\" | \"top\" | \"bottom\" | \"left-start\" | \"left-end\" | \"right-start\" | \"right-end\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
3572
+ },
3573
+ { "name": "initialized", "type": "boolean" },
3574
+ { "name": "isExpanded", "type": "boolean" }
3575
+ ],
3576
+ "events": []
3577
+ }
3578
+ },
3579
+ {
3580
+ "name": "db-tooltip",
3581
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3582
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tooltip/properties",
3583
+ "attributes": [
3584
+ {
3585
+ "name": "id",
3586
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3587
+ "value": { "type": "string" }
3588
+ },
3589
+ {
3590
+ "name": "classname",
3591
+ "description": "React specific for adding className to the component.",
3592
+ "value": { "type": "string" }
3593
+ },
3594
+ {
3595
+ "name": "emphasis",
3596
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
3597
+ "value": { "type": "\"weak\" | \"strong\"" }
3598
+ },
3599
+ {
3600
+ "name": "animation",
3601
+ "description": "Disable animation",
3602
+ "value": { "type": "boolean" }
3603
+ },
3604
+ {
3605
+ "name": "delay",
3606
+ "description": "Add a delay before showing the tooltip",
3607
+ "value": { "type": "\"none\" | \"slow\" | \"fast\"" }
3608
+ },
3609
+ {
3610
+ "name": "width",
3611
+ "description": "Use fixed with for default max-width",
3612
+ "value": { "type": "\"auto\" | \"fixed\"" }
3613
+ },
3614
+ { "name": "show-arrow", "value": { "type": "boolean" } },
3615
+ {
3616
+ "name": "placement",
3617
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3618
+ "value": {
3619
+ "type": "\"left\" | \"right\" | \"top\" | \"bottom\" | \"left-start\" | \"left-end\" | \"right-start\" | \"right-end\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
3620
+ }
3621
+ }
3622
+ ],
3623
+ "slots": [{ "name": "children", "description": "default slot" }],
3624
+ "events": [],
3625
+ "js": {
3626
+ "properties": [
3627
+ {
3628
+ "name": "id",
3629
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3630
+ "type": "string"
3631
+ },
3632
+ {
3633
+ "name": "className",
3634
+ "description": "React specific for adding className to the component.",
3635
+ "type": "string"
3636
+ },
3637
+ {
3638
+ "name": "emphasis",
3639
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
3640
+ "type": "\"weak\" | \"strong\""
3641
+ },
3642
+ {
3643
+ "name": "animation",
3644
+ "description": "Disable animation",
3645
+ "type": "boolean"
3646
+ },
3647
+ {
3648
+ "name": "delay",
3649
+ "description": "Add a delay before showing the tooltip",
3650
+ "type": "\"none\" | \"slow\" | \"fast\""
3651
+ },
3652
+ {
3653
+ "name": "width",
3654
+ "description": "Use fixed with for default max-width",
3655
+ "type": "\"auto\" | \"fixed\""
3656
+ },
3657
+ { "name": "showArrow", "type": "boolean" },
3658
+ {
3659
+ "name": "placement",
3660
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
3661
+ "type": "\"left\" | \"right\" | \"top\" | \"bottom\" | \"left-start\" | \"left-end\" | \"right-start\" | \"right-end\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
3662
+ },
3663
+ { "name": "_id" },
3664
+ { "name": "initialized", "type": "boolean" }
3665
+ ],
3666
+ "events": []
3667
+ }
3668
+ },
3669
+ {
3670
+ "name": "db-tab-list",
3671
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3672
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tab-list/properties",
3673
+ "attributes": [
3674
+ {
3675
+ "name": "id",
3676
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3677
+ "value": { "type": "string" }
3678
+ },
3679
+ {
3680
+ "name": "classname",
3681
+ "description": "React specific for adding className to the component.",
3682
+ "value": { "type": "string" }
3683
+ }
3684
+ ],
3685
+ "slots": [{ "name": "children", "description": "default slot" }],
3686
+ "events": [],
3687
+ "js": {
3688
+ "properties": [
3689
+ {
3690
+ "name": "id",
3691
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3692
+ "type": "string"
3693
+ },
3694
+ {
3695
+ "name": "className",
3696
+ "description": "React specific for adding className to the component.",
3697
+ "type": "string"
3698
+ },
3699
+ { "name": "_id" }
3700
+ ],
3701
+ "events": []
3702
+ }
3703
+ },
3704
+ {
3705
+ "name": "db-tab-panel",
3706
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3707
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tab-panel/properties",
3708
+ "attributes": [
3709
+ {
3710
+ "name": "classname",
3711
+ "description": "React specific for adding className to the component.",
3712
+ "value": { "type": "string" }
3713
+ },
3714
+ {
3715
+ "name": "id",
3716
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3717
+ "value": { "type": "string" }
3718
+ },
3719
+ {
3720
+ "name": "labelled-by",
3721
+ "description": "Pass aria-labelledby to inner element",
3722
+ "value": { "type": "string" }
3723
+ },
3724
+ {
3725
+ "name": "content",
3726
+ "description": "The content if you don't want to use children.",
3727
+ "value": { "type": "string" }
3728
+ }
3729
+ ],
3730
+ "slots": [{ "name": "children", "description": "default slot" }],
3731
+ "events": [],
3732
+ "js": {
3733
+ "properties": [
3734
+ {
3735
+ "name": "className",
3736
+ "description": "React specific for adding className to the component.",
3737
+ "type": "string"
3738
+ },
3739
+ {
3740
+ "name": "id",
3741
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3742
+ "type": "string"
3743
+ },
3744
+ {
3745
+ "name": "labelledBy",
3746
+ "description": "Pass aria-labelledby to inner element",
3747
+ "type": "string"
3748
+ },
3749
+ {
3750
+ "name": "content",
3751
+ "description": "The content if you don't want to use children.",
3752
+ "type": "string"
3753
+ }
3754
+ ],
3755
+ "events": []
3756
+ }
3757
+ },
3758
+ {
3759
+ "name": "db-tabs",
3760
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3761
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/tabs/properties",
3762
+ "attributes": [
3763
+ {
3764
+ "name": "id",
3765
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3766
+ "value": { "type": "string" }
3767
+ },
3768
+ {
3769
+ "name": "name",
3770
+ "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
3771
+ "value": { "type": "string" }
3772
+ },
3773
+ {
3774
+ "name": "arrow-scroll-distance",
3775
+ "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
3776
+ "value": { "type": "number" }
3777
+ },
3778
+ {
3779
+ "name": "orientation",
3780
+ "description": "Change the orientation. Defaults to horizontal.",
3781
+ "value": { "type": "\"horizontal\" | \"vertical\"" }
3782
+ },
3783
+ {
3784
+ "name": "behavior",
3785
+ "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
3786
+ "value": { "type": "\"scrollbar\" | \"arrows\"" }
3787
+ },
3788
+ {
3789
+ "name": "initial-selected-mode",
3790
+ "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
3791
+ "value": { "type": "\"auto\" | \"manually\"" }
3792
+ },
3793
+ {
3794
+ "name": "initial-selected-index",
3795
+ "description": "Default behavior is auto selecting the first tab, change selected tab by index",
3796
+ "value": { "type": "number" }
3797
+ },
3798
+ {
3799
+ "name": "classname",
3800
+ "description": "React specific for adding className to the component.",
3801
+ "value": { "type": "string" }
3802
+ },
3803
+ {
3804
+ "name": "alignment",
3805
+ "description": "Define the content alignment in full width",
3806
+ "value": { "type": "\"start\" | \"center\"" }
3807
+ },
3808
+ {
3809
+ "name": "width",
3810
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
3811
+ "value": { "type": "\"full\" | \"auto\"" }
3812
+ },
3813
+ {
3814
+ "name": "tabs",
3815
+ "description": "Provide simple tabs with label + text as content",
3816
+ "value": { "type": "DBSimpleTabProps[] | string" }
3817
+ }
3818
+ ],
3819
+ "slots": [{ "name": "children", "description": "default slot" }],
3820
+ "events": [],
3821
+ "js": {
3822
+ "properties": [
3823
+ {
3824
+ "name": "id",
3825
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3826
+ "type": "string"
3827
+ },
3828
+ {
3829
+ "name": "name",
3830
+ "description": "The name of the tab bar, is required for grouping multiple tabs together. Will overwrite names from children.",
3831
+ "type": "string"
3832
+ },
3833
+ {
3834
+ "name": "arrowScrollDistance",
3835
+ "description": "Change amount of distance if you click on an arrow, only available with behavior=\"arrows\"",
3836
+ "type": "number"
3837
+ },
3838
+ {
3839
+ "name": "orientation",
3840
+ "description": "Change the orientation. Defaults to horizontal.",
3841
+ "type": "\"horizontal\" | \"vertical\""
3842
+ },
3843
+ {
3844
+ "name": "behavior",
3845
+ "description": "Show a scrollbar or buttons with arrows to navigate for horizontal tabs with overflow visible",
3846
+ "type": "\"scrollbar\" | \"arrows\""
3847
+ },
3848
+ {
3849
+ "name": "initialSelectedMode",
3850
+ "description": "Default behavior is auto selecting the first tab, disable it with 'manually'",
3851
+ "type": "\"auto\" | \"manually\""
3852
+ },
3853
+ {
3854
+ "name": "initialSelectedIndex",
3855
+ "description": "Default behavior is auto selecting the first tab, change selected tab by index",
3856
+ "type": "number"
3857
+ },
3858
+ {
3859
+ "name": "className",
3860
+ "description": "React specific for adding className to the component.",
3861
+ "type": "string"
3862
+ },
3863
+ {
3864
+ "name": "alignment",
3865
+ "description": "Define the content alignment in full width",
3866
+ "type": "\"start\" | \"center\""
3867
+ },
3868
+ {
3869
+ "name": "width",
3870
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
3871
+ "type": "\"full\" | \"auto\""
3872
+ },
3873
+ {
3874
+ "name": "tabs",
3875
+ "description": "Provide simple tabs with label + text as content",
3876
+ "type": "DBSimpleTabProps[] | string"
3877
+ },
3878
+ { "name": "_id" },
3879
+ { "name": "_name", "type": "string" },
3880
+ { "name": "initialized", "type": "boolean" },
3881
+ { "name": "showScrollLeft", "type": "boolean" },
3882
+ { "name": "showScrollRight", "type": "boolean" },
3883
+ { "name": "scrollContainer", "type": "null" }
3884
+ ],
3885
+ "events": []
3886
+ }
3887
+ },
3888
+ {
3889
+ "name": "db-stack",
3890
+ "description": "\n---\n\n\n### **Slots:**\n - **children** - default slot",
3891
+ "doc-url": "https://db-ux-design-system.github.io/core-web/review/main/components/stack/properties",
3892
+ "attributes": [
3893
+ {
3894
+ "name": "id",
3895
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3896
+ "value": { "type": "string" }
3897
+ },
3898
+ {
3899
+ "name": "classname",
3900
+ "description": "React specific for adding className to the component.",
3901
+ "value": { "type": "string" }
3902
+ },
3903
+ {
3904
+ "name": "gap",
3905
+ "description": "Set the gap/spacing between elements",
3906
+ "value": {
3907
+ "type": "\"none\" | \"3x-large\" | \"2x-large\" | \"x-large\" | \"large\" | \"medium\" | \"small\" | \"x-small\" | \"2x-small\" | \"3x-small\""
3908
+ }
3909
+ },
3910
+ {
3911
+ "name": "variant",
3912
+ "description": "Change variant of stack. To use variant=\"divider\" add a DBDivider after each element",
3913
+ "value": { "type": "\"simple\" | \"divider\"" }
3914
+ },
3915
+ {
3916
+ "name": "direction",
3917
+ "description": "Set the direction of the stack. Defaults to \"column\"",
3918
+ "value": { "type": "\"row\" | \"column\"" }
3919
+ },
3920
+ {
3921
+ "name": "alignment",
3922
+ "description": "Represents css align-items",
3923
+ "value": {
3924
+ "type": "\"stretch\" | \"start\" | \"end\" | \"center\""
3925
+ }
3926
+ },
3927
+ {
3928
+ "name": "justify-content",
3929
+ "description": "Represents css justify-content",
3930
+ "value": {
3931
+ "type": "\"space-between\" | \"start\" | \"end\" | \"center\""
3932
+ }
3933
+ },
3934
+ {
3935
+ "name": "wrap",
3936
+ "description": "If the stack should wrap if parent is too small otherwise you get an overflow",
3937
+ "value": { "type": "boolean" }
3938
+ }
3939
+ ],
3940
+ "slots": [{ "name": "children", "description": "default slot" }],
3941
+ "events": [],
3942
+ "js": {
3943
+ "properties": [
3944
+ {
3945
+ "name": "id",
3946
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
3947
+ "type": "string"
3948
+ },
3949
+ {
3950
+ "name": "className",
3951
+ "description": "React specific for adding className to the component.",
3952
+ "type": "string"
3953
+ },
3954
+ {
3955
+ "name": "gap",
3956
+ "description": "Set the gap/spacing between elements",
3957
+ "type": "\"none\" | \"3x-large\" | \"2x-large\" | \"x-large\" | \"large\" | \"medium\" | \"small\" | \"x-small\" | \"2x-small\" | \"3x-small\""
3958
+ },
3959
+ {
3960
+ "name": "variant",
3961
+ "description": "Change variant of stack. To use variant=\"divider\" add a DBDivider after each element",
3962
+ "type": "\"simple\" | \"divider\""
3963
+ },
3964
+ {
3965
+ "name": "direction",
3966
+ "description": "Set the direction of the stack. Defaults to \"column\"",
3967
+ "type": "\"row\" | \"column\""
3968
+ },
3969
+ {
3970
+ "name": "alignment",
3971
+ "description": "Represents css align-items",
3972
+ "type": "\"stretch\" | \"start\" | \"end\" | \"center\""
3973
+ },
3974
+ {
3975
+ "name": "justifyContent",
3976
+ "description": "Represents css justify-content",
3977
+ "type": "\"space-between\" | \"start\" | \"end\" | \"center\""
3978
+ },
3979
+ {
3980
+ "name": "wrap",
3981
+ "description": "If the stack should wrap if parent is too small otherwise you get an overflow",
3982
+ "type": "boolean"
3983
+ }
3984
+ ],
3985
+ "events": []
3986
+ }
3987
+ }
3988
+ ]
3989
+ }
3990
+ }
3991
+ }