@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,71 @@
1
+ import { DBInputProps } from "./model";
2
+ import { ChangeEvent, InputEvent, InteractionEvent, ValueLabelType } from "../../shared/model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+
6
+ */
7
+ export declare class DBInput {
8
+ private _ref;
9
+ id: DBInputProps["id"];
10
+ dataListId: DBInputProps["dataListId"];
11
+ message: DBInputProps["message"];
12
+ showMessage: DBInputProps["showMessage"];
13
+ value: DBInputProps["value"];
14
+ onInput: any;
15
+ input: DBInputProps["input"];
16
+ onChange: any;
17
+ change: DBInputProps["change"];
18
+ validation: DBInputProps["validation"];
19
+ invalidMessage: DBInputProps["invalidMessage"];
20
+ required: DBInputProps["required"];
21
+ minLength: DBInputProps["minLength"];
22
+ maxLength: DBInputProps["maxLength"];
23
+ pattern: DBInputProps["pattern"];
24
+ validMessage: DBInputProps["validMessage"];
25
+ onBlur: any;
26
+ blur: DBInputProps["blur"];
27
+ onFocus: any;
28
+ focus: DBInputProps["focus"];
29
+ className: DBInputProps["className"];
30
+ variant: DBInputProps["variant"];
31
+ showLabel: DBInputProps["showLabel"];
32
+ showIcon: DBInputProps["showIcon"];
33
+ icon: DBInputProps["icon"];
34
+ iconAfter: DBInputProps["iconAfter"];
35
+ label: DBInputProps["label"];
36
+ name: DBInputProps["name"];
37
+ type: DBInputProps["type"];
38
+ placeholder: DBInputProps["placeholder"];
39
+ disabled: DBInputProps["disabled"];
40
+ step: DBInputProps["step"];
41
+ max: DBInputProps["max"];
42
+ min: DBInputProps["min"];
43
+ readOnly: DBInputProps["readOnly"];
44
+ form: DBInputProps["form"];
45
+ autocomplete: DBInputProps["autocomplete"];
46
+ autofocus: DBInputProps["autofocus"];
47
+ dataList: DBInputProps["dataList"];
48
+ messageIcon: DBInputProps["messageIcon"];
49
+ _id: any;
50
+ _messageId: any;
51
+ _validMessageId: any;
52
+ _invalidMessageId: any;
53
+ _dataListId: any;
54
+ _descByIds: string;
55
+ _value: string;
56
+ _voiceOverFallback: string;
57
+ handleInput(event: InputEvent<HTMLInputElement>): void;
58
+ handleChange(event: ChangeEvent<HTMLInputElement>): void;
59
+ handleBlur(event: InteractionEvent<HTMLInputElement>): void;
60
+ handleFocus(event: InteractionEvent<HTMLInputElement>): void;
61
+ getDataList(_list?: string[] | ValueLabelType[]): ValueLabelType[];
62
+ /**
63
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
64
+ * @param element the ref for the component
65
+ * @param customElementSelector the custom element like `my-component`
66
+ */
67
+ private enableAttributePassing;
68
+ componentDidLoad(): void;
69
+ componentDidUpdate(): void;
70
+ render(): any;
71
+ }
@@ -0,0 +1,39 @@
1
+ import { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormState, FormTextProps, GlobalProps, GlobalState, IconAfterProps, IconProps, InputEventProps, InputEventState, ShowIconProps, ValueLabelType } from '../../shared/model';
2
+ export declare const InputTypeList: readonly ["color", "date", "datetime-local", "email", "file", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", "week"];
3
+ export type InputTypeType = (typeof InputTypeList)[number];
4
+ export type DBInputDefaultProps = {
5
+ /**
6
+ * Set a [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) via attribute instead of children.
7
+ */
8
+ dataList?: string[] | ValueLabelType[];
9
+ /**
10
+ * Add a custom id to [data list](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) if you're using `dataList` attribute.
11
+ */
12
+ dataListId?: string;
13
+ /**
14
+ * Maximum value
15
+ */
16
+ max?: number | string;
17
+ /**
18
+ * Minimum value
19
+ */
20
+ min?: number | string;
21
+ /**
22
+ * Pattern the value must match to be valid
23
+ */
24
+ pattern?: string;
25
+ /**
26
+ * Type of form control
27
+ */
28
+ type?: InputTypeType | string;
29
+ /**
30
+ * Sets [step value](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step).
31
+ */
32
+ step?: number | string;
33
+ };
34
+ export type DBInputProps = DBInputDefaultProps & GlobalProps & FormTextProps & InputEventProps<HTMLInputElement> & ChangeEventProps<HTMLInputElement> & FocusEventProps<HTMLInputElement> & FormProps & IconProps & IconAfterProps & FormMessageProps & ShowIconProps;
35
+ export type DBInputDefaultState = {
36
+ _dataListId?: string;
37
+ getDataList: (_list?: string[] | ValueLabelType[]) => ValueLabelType[];
38
+ };
39
+ export type DBInputState = DBInputDefaultState & GlobalState & InputEventState<HTMLInputElement> & ChangeEventState<HTMLInputElement> & FocusEventState<HTMLInputElement> & FormState;
@@ -0,0 +1,2 @@
1
+ import { DBLink } from './link';
2
+ export default DBLink;
@@ -0,0 +1,35 @@
1
+ import { DBLinkProps } from "./model";
2
+ import { ClickEvent } from "../../shared/model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+
6
+ */
7
+ export declare class DBLink {
8
+ private _ref;
9
+ onClick: any;
10
+ id: DBLinkProps["id"];
11
+ className: DBLinkProps["className"];
12
+ href: DBLinkProps["href"];
13
+ target: DBLinkProps["target"];
14
+ rel: DBLinkProps["rel"];
15
+ role: DBLinkProps["role"];
16
+ hreflang: DBLinkProps["hreflang"];
17
+ disabled: DBLinkProps["disabled"];
18
+ selected: DBLinkProps["selected"];
19
+ label: DBLinkProps["label"];
20
+ current: DBLinkProps["current"];
21
+ size: DBLinkProps["size"];
22
+ showIcon: DBLinkProps["showIcon"];
23
+ variant: DBLinkProps["variant"];
24
+ content: DBLinkProps["content"];
25
+ text: DBLinkProps["text"];
26
+ handleClick(event: ClickEvent<HTMLAnchorElement>): void;
27
+ /**
28
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
29
+ * @param element the ref for the component
30
+ * @param customElementSelector the custom element like `my-component`
31
+ */
32
+ private enableAttributePassing;
33
+ componentDidLoad(): void;
34
+ render(): any;
35
+ }
@@ -0,0 +1,24 @@
1
+ import { ClickEventProps, ClickEventState, GlobalProps, GlobalState, LinkProps, ShowIconProps, TextProps } from '../../shared/model';
2
+ export declare const LinkVariantList: readonly ["adaptive", "brand"];
3
+ export type LinkVariantType = (typeof LinkVariantList)[number];
4
+ export declare const LinkSizeList: readonly ["medium", "small"];
5
+ export type LinkSizeType = (typeof LinkSizeList)[number];
6
+ export declare const LinkContentList: readonly ["external", "internal"];
7
+ export type LinkContentType = (typeof LinkContentList)[number];
8
+ export type DBLinkDefaultProps = {
9
+ /**
10
+ * Adds a different arrow after the link to indicate external or internal link
11
+ */
12
+ content?: LinkContentType;
13
+ /**
14
+ * Change the size of the link
15
+ */
16
+ size?: LinkSizeType;
17
+ /**
18
+ * Change the styling of the link. `inline` will remove the arrow. Defaults to adaptive.
19
+ */
20
+ variant?: LinkVariantType;
21
+ };
22
+ export type DBLinkProps = DBLinkDefaultProps & GlobalProps & ClickEventProps<HTMLAnchorElement> & LinkProps & ShowIconProps & TextProps;
23
+ export type DBLinkDefaultState = {};
24
+ export type DBLinkState = DBLinkDefaultState & GlobalState & ClickEventState<HTMLAnchorElement>;
@@ -0,0 +1,2 @@
1
+ import { DBNavigation } from './navigation';
2
+ export default DBNavigation;
@@ -0,0 +1,5 @@
1
+ import { AriaLabelledByProps, GlobalProps, GlobalState } from '../../shared/model';
2
+ export type DBNavigationDefaultProps = {};
3
+ export type DBNavigationProps = DBNavigationDefaultProps & GlobalProps & AriaLabelledByProps;
4
+ export type DBNavigationDefaultState = {};
5
+ export type DBNavigationState = DBNavigationDefaultState & GlobalState;
@@ -0,0 +1,20 @@
1
+ import { DBNavigationProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBNavigation {
7
+ private _ref;
8
+ id: DBNavigationProps["id"];
9
+ labelledBy: DBNavigationProps["labelledBy"];
10
+ className: DBNavigationProps["className"];
11
+ _id: string;
12
+ /**
13
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
14
+ * @param element the ref for the component
15
+ * @param customElementSelector the custom element like `my-component`
16
+ */
17
+ private enableAttributePassing;
18
+ componentDidLoad(): void;
19
+ render(): any;
20
+ }
@@ -0,0 +1,2 @@
1
+ import { DBNavigationItem } from './navigation-item';
2
+ export default DBNavigationItem;
@@ -0,0 +1,34 @@
1
+ import { ClickEvent, ClickEventProps, ClickEventState, GlobalProps, GlobalState, IconProps, InitializedState, NavigationBackButtonProps, ShowIconProps, TextProps, WidthProps } from '../../shared/model';
2
+ import { NavigationItemSafeTriangle } from '../../utils/navigation';
3
+ export type DBNavigationItemDefaultProps = {
4
+ /**
5
+ * 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.
6
+ */
7
+ active?: boolean;
8
+ /**
9
+ * 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).
10
+ */
11
+ disabled?: boolean;
12
+ /**
13
+ * React-specific property to pass in a slot for sub-navigation
14
+ */
15
+ subNavigation?: any;
16
+ /**
17
+ * This is for mobile navigation only, if it is set the sub-navigation is a static overlay
18
+ */
19
+ subNavigationExpanded?: boolean;
20
+ };
21
+ export type DBNavigationItemProps = DBNavigationItemDefaultProps & GlobalProps & ClickEventProps<HTMLButtonElement> & IconProps & WidthProps & NavigationBackButtonProps & ShowIconProps & TextProps;
22
+ export type DBNavigationItemDefaultState = {
23
+ handleBackClick: (event: ClickEvent<HTMLButtonElement>) => void;
24
+ hasAreaPopup: boolean;
25
+ isSubNavigationExpanded: boolean;
26
+ subNavigationId: string;
27
+ /**
28
+ * Internal state property to show/hide sub-navigation button
29
+ */
30
+ hasSubNavigation?: boolean;
31
+ updateSubNavigationState: () => void;
32
+ navigationItemSafeTriangle?: NavigationItemSafeTriangle;
33
+ };
34
+ export type DBNavigationItemState = DBNavigationItemDefaultState & ClickEventState<HTMLButtonElement> & GlobalState & InitializedState;
@@ -0,0 +1,39 @@
1
+ import { DBNavigationItemProps } from "./model";
2
+ import { ClickEvent } from "../../shared/model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+ * @slot subNavigation - TODO: Add description for slotSubNavigation
6
+ */
7
+ export declare class DBNavigationItem {
8
+ private _ref;
9
+ subNavigationExpanded: DBNavigationItemProps["subNavigationExpanded"];
10
+ onClick: any;
11
+ id: DBNavigationItemProps["id"];
12
+ className: DBNavigationItemProps["className"];
13
+ width: DBNavigationItemProps["width"];
14
+ icon: DBNavigationItemProps["icon"];
15
+ showIcon: DBNavigationItemProps["showIcon"];
16
+ active: DBNavigationItemProps["active"];
17
+ disabled: DBNavigationItemProps["disabled"];
18
+ text: DBNavigationItemProps["text"];
19
+ backButtonId: DBNavigationItemProps["backButtonId"];
20
+ backButtonText: DBNavigationItemProps["backButtonText"];
21
+ initialized: boolean;
22
+ hasAreaPopup: boolean;
23
+ hasSubNavigation: boolean;
24
+ isSubNavigationExpanded: boolean;
25
+ subNavigationId: string;
26
+ navigationItemSafeTriangle: any;
27
+ handleClick(event: ClickEvent<HTMLButtonElement>): void;
28
+ handleBackClick(event: ClickEvent<HTMLButtonElement>): void;
29
+ updateSubNavigationState(): void;
30
+ /**
31
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
32
+ * @param element the ref for the component
33
+ * @param customElementSelector the custom element like `my-component`
34
+ */
35
+ private enableAttributePassing;
36
+ componentDidLoad(): void;
37
+ componentDidUpdate(): void;
38
+ render(): any;
39
+ }
@@ -0,0 +1,2 @@
1
+ import { DBNotification } from './notification';
2
+ export default DBNotification;
@@ -0,0 +1,57 @@
1
+ import { CloseEventProps, CloseEventState, GlobalProps, GlobalState, IconProps, InnerCloseButtonProps, PopoverProps, SemanticProps, ShowIconProps, TextProps } from '../../shared/model';
2
+ export declare const NotificationVariantList: readonly ["docked", "standalone", "overlay"];
3
+ export type NotificationVariantType = (typeof NotificationVariantList)[number];
4
+ export declare const NotificationLinkVariantList: readonly ["block", "inline"];
5
+ export type NotificationLinkVariantType = (typeof NotificationLinkVariantList)[number];
6
+ export declare const NotificationAriaLiveList: readonly ["assertive", "polite", "off"];
7
+ export type NotificationAriaLiveType = (typeof NotificationAriaLiveList)[number];
8
+ export type DBNotificationDefaultProps = {
9
+ /**
10
+ * The arialive attribute will lead to that the screenreader interrupts immediately
11
+ * and reads out the notification if set to "assertive", while it will wait for the
12
+ * user's idleness when set to "polite", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)
13
+ */
14
+ ariaLive?: NotificationAriaLiveType;
15
+ /**
16
+ * The closeable attribute shows/hides the close button on the top right.
17
+ */
18
+ closeable?: boolean;
19
+ /**
20
+ * The headline attribute changes the text of the bold headline.
21
+ */
22
+ headline?: string | any;
23
+ /**
24
+ * The slotImage can be set instead of an icon.
25
+ */
26
+ image?: any;
27
+ /**
28
+ * The slotLink can be set for non overlay-notifications
29
+ */
30
+ link?: any;
31
+ /**
32
+ * The linkVariant will be used if slotLink is set.
33
+ */
34
+ linkVariant?: NotificationLinkVariantType;
35
+ /**
36
+ * Enables or disables the visibility of the headline.
37
+ */
38
+ showHeadline?: boolean;
39
+ /**
40
+ * The timestamp attribute can be set for overlay notifications
41
+ */
42
+ timestamp?: string;
43
+ /**
44
+ * Enables or disables the visibility of the timestamp.
45
+ */
46
+ showTimestamp?: boolean;
47
+ /**
48
+ * The variant attribute changes the styling of the notification.
49
+ * The docked notifications are used e.g. between header and main content to show a global alert.
50
+ * The standalone notifications are used e.g. inside a form to show an alert for a specific field.
51
+ * The overlay notifications are used for absolute and floating notifications like snackbars etc.
52
+ */
53
+ variant?: NotificationVariantType;
54
+ };
55
+ export type DBNotificationProps = DBNotificationDefaultProps & GlobalProps & CloseEventProps & IconProps & SemanticProps & InnerCloseButtonProps & PopoverProps & ShowIconProps & TextProps;
56
+ export type DBNotificationDefaultState = {};
57
+ export type DBNotificationState = DBNotificationDefaultState & GlobalState & CloseEventState;
@@ -0,0 +1,36 @@
1
+ import { DBNotificationProps } from "./model";
2
+ import { ClickEvent } from "../../shared/model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+ * @slot image - TODO: Add description for slotImage
6
+ * @slot link - TODO: Add description for slotLink
7
+ */
8
+ export declare class DBNotification {
9
+ private _ref;
10
+ onClose: any;
11
+ id: DBNotificationProps["id"];
12
+ className: DBNotificationProps["className"];
13
+ ariaLive: DBNotificationProps["ariaLive"];
14
+ semantic: DBNotificationProps["semantic"];
15
+ variant: DBNotificationProps["variant"];
16
+ icon: DBNotificationProps["icon"];
17
+ showIcon: DBNotificationProps["showIcon"];
18
+ linkVariant: DBNotificationProps["linkVariant"];
19
+ headline: DBNotificationProps["headline"];
20
+ showHeadline: DBNotificationProps["showHeadline"];
21
+ text: DBNotificationProps["text"];
22
+ timestamp: DBNotificationProps["timestamp"];
23
+ showTimestamp: DBNotificationProps["showTimestamp"];
24
+ closeable: DBNotificationProps["closeable"];
25
+ closeButtonId: DBNotificationProps["closeButtonId"];
26
+ closeButtonText: DBNotificationProps["closeButtonText"];
27
+ handleClose(event: ClickEvent<HTMLButtonElement>): void;
28
+ /**
29
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
30
+ * @param element the ref for the component
31
+ * @param customElementSelector the custom element like `my-component`
32
+ */
33
+ private enableAttributePassing;
34
+ componentDidLoad(): void;
35
+ render(): any;
36
+ }
@@ -0,0 +1,2 @@
1
+ import { DBPage } from './page';
2
+ export default DBPage;
@@ -0,0 +1,32 @@
1
+ import { GlobalProps, GlobalState } from '../../shared/model';
2
+ export declare const PageVariantList: readonly ["auto", "fixed"];
3
+ export type PageVariantType = (typeof PageVariantList)[number];
4
+ export declare const PageDocumentOverflowList: readonly ["hidden", "auto"];
5
+ export type PageDocumentOverflowType = (typeof PageDocumentOverflowList)[number];
6
+ export type DBPageDefaultProps = {
7
+ /**
8
+ * The documentOverflow sets the overflow:hidden/auto to the root document
9
+ */
10
+ documentOverflow?: PageDocumentOverflowType;
11
+ /**
12
+ * Set this to have a transition with opacity to avoid layout-shifts https://simonhearne.com/2021/layout-shifts-webfonts/
13
+ */
14
+ fadeIn?: boolean;
15
+ /**
16
+ * The slot can be used for React to set a footer.
17
+ */
18
+ footer?: any;
19
+ /**
20
+ * The slot can be used for React to set a header.
21
+ */
22
+ header?: any;
23
+ /**
24
+ * The variant=fixed uses flex-box to make header and footer static
25
+ */
26
+ variant?: PageVariantType;
27
+ };
28
+ export type DBPageProps = DBPageDefaultProps & GlobalProps;
29
+ export type DBPageDefaultState = {
30
+ fontsLoaded?: boolean;
31
+ };
32
+ export type DBPageState = DBPageDefaultState & GlobalState;
@@ -0,0 +1,24 @@
1
+ import { DBPageProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+ * @slot header - TODO: Add description for slotHeader
5
+ * @slot footer - TODO: Add description for slotFooter
6
+ */
7
+ export declare class DBPage {
8
+ private _ref;
9
+ fadeIn: DBPageProps["fadeIn"];
10
+ documentOverflow: DBPageProps["documentOverflow"];
11
+ variant: DBPageProps["variant"];
12
+ id: DBPageProps["id"];
13
+ className: DBPageProps["className"];
14
+ fontsLoaded: boolean;
15
+ /**
16
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
17
+ * @param element the ref for the component
18
+ * @param customElementSelector the custom element like `my-component`
19
+ */
20
+ private enableAttributePassing;
21
+ componentDidLoad(): void;
22
+ disconnectedCallback(): void;
23
+ render(): any;
24
+ }
@@ -0,0 +1,2 @@
1
+ import { DBPopover } from './popover';
2
+ export default DBPopover;
@@ -0,0 +1,18 @@
1
+ import { GapProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, SpacingProps } from '../../shared/model';
2
+ export type DBPopoverDefaultProps = {
3
+ /**
4
+ * Use open to disable the default hover/focus behavior to use it on click or other trigger.
5
+ */
6
+ open?: boolean;
7
+ /**
8
+ * The trigger to open the popover e.g. a button
9
+ */
10
+ trigger?: any;
11
+ };
12
+ export type DBPopoverProps = DBPopoverDefaultProps & GlobalProps & SpacingProps & PlacementProps & GapProps & PopoverProps;
13
+ export type DBPopoverDefaultState = {
14
+ isExpanded?: boolean;
15
+ getTrigger: () => Element | null;
16
+ handleLeave: (event: any) => void;
17
+ };
18
+ export type DBPopoverState = DBPopoverDefaultState & GlobalState & PopoverState & InitializedState;
@@ -0,0 +1,31 @@
1
+ import { DBPopoverProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+ * @slot trigger - TODO: Add description for slotTrigger
5
+ */
6
+ export declare class DBPopover {
7
+ private _ref;
8
+ id: DBPopoverProps["id"];
9
+ className: DBPopoverProps["className"];
10
+ spacing: DBPopoverProps["spacing"];
11
+ gap: DBPopoverProps["gap"];
12
+ animation: DBPopoverProps["animation"];
13
+ open: DBPopoverProps["open"];
14
+ delay: DBPopoverProps["delay"];
15
+ width: DBPopoverProps["width"];
16
+ placement: DBPopoverProps["placement"];
17
+ initialized: boolean;
18
+ isExpanded: boolean;
19
+ handleAutoPlacement(): void;
20
+ handleLeave(event: any): void;
21
+ getTrigger(): Element;
22
+ /**
23
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
24
+ * @param element the ref for the component
25
+ * @param customElementSelector the custom element like `my-component`
26
+ */
27
+ private enableAttributePassing;
28
+ componentDidLoad(): void;
29
+ componentDidUpdate(): void;
30
+ render(): any;
31
+ }
@@ -0,0 +1,2 @@
1
+ import { DBRadio } from './radio';
2
+ export default DBRadio;
@@ -0,0 +1,7 @@
1
+ import { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, SizeProps } from '../../shared/model';
2
+ export type DBRadioDefaultProps = {
3
+ describedbyid?: string;
4
+ };
5
+ export type DBRadioProps = DBRadioDefaultProps & GlobalProps & ChangeEventProps<HTMLInputElement> & FocusEventProps<HTMLInputElement> & FormProps & FormCheckProps & SizeProps;
6
+ export type DBRadioDefaultState = {};
7
+ export type DBRadioState = DBRadioDefaultState & GlobalState & ChangeEventState<HTMLInputElement> & FocusEventState<HTMLInputElement> & FormState & InitializedState;
@@ -0,0 +1,41 @@
1
+ import { DBRadioProps } from "./model";
2
+ import { ChangeEvent, InteractionEvent } from "../../shared/model";
3
+ /**
4
+ * @slot children - This is a default/unnamed slot
5
+
6
+ */
7
+ export declare class DBRadio {
8
+ private _ref;
9
+ id: DBRadioProps["id"];
10
+ checked: DBRadioProps["checked"];
11
+ onChange: any;
12
+ change: DBRadioProps["change"];
13
+ onBlur: any;
14
+ blur: DBRadioProps["blur"];
15
+ onFocus: any;
16
+ focus: DBRadioProps["focus"];
17
+ size: DBRadioProps["size"];
18
+ showLabel: DBRadioProps["showLabel"];
19
+ className: DBRadioProps["className"];
20
+ validation: DBRadioProps["validation"];
21
+ name: DBRadioProps["name"];
22
+ disabled: DBRadioProps["disabled"];
23
+ describedbyid: DBRadioProps["describedbyid"];
24
+ value: DBRadioProps["value"];
25
+ required: DBRadioProps["required"];
26
+ label: DBRadioProps["label"];
27
+ initialized: boolean;
28
+ _id: any;
29
+ handleChange(event: ChangeEvent<HTMLInputElement>): void;
30
+ handleBlur(event: InteractionEvent<HTMLInputElement>): void;
31
+ handleFocus(event: InteractionEvent<HTMLInputElement>): void;
32
+ /**
33
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
34
+ * @param element the ref for the component
35
+ * @param customElementSelector the custom element like `my-component`
36
+ */
37
+ private enableAttributePassing;
38
+ componentDidLoad(): void;
39
+ componentDidUpdate(): void;
40
+ render(): any;
41
+ }
@@ -0,0 +1,2 @@
1
+ import { DBSection } from './section';
2
+ export default DBSection;
@@ -0,0 +1,5 @@
1
+ import { ContainerWidthProps, GlobalProps, GlobalState, SpacingProps } from '../../shared/model';
2
+ export type DBSectionDefaultProps = {};
3
+ export type DBSectionProps = DBSectionDefaultProps & GlobalProps & SpacingProps & ContainerWidthProps;
4
+ export type DBSectionDefaultState = {};
5
+ export type DBSectionState = DBSectionDefaultState & GlobalState;
@@ -0,0 +1,21 @@
1
+ import { DBSectionProps } from "./model";
2
+ /**
3
+ * @slot children - This is a default/unnamed slot
4
+
5
+ */
6
+ export declare class DBSection {
7
+ private _ref;
8
+ id: DBSectionProps["id"];
9
+ className: DBSectionProps["className"];
10
+ spacing: DBSectionProps["spacing"];
11
+ width: DBSectionProps["width"];
12
+ _id: string;
13
+ /**
14
+ * Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil.
15
+ * @param element the ref for the component
16
+ * @param customElementSelector the custom element like `my-component`
17
+ */
18
+ private enableAttributePassing;
19
+ componentDidLoad(): void;
20
+ render(): any;
21
+ }
@@ -0,0 +1,2 @@
1
+ import { DBSelect } from './select';
2
+ export default DBSelect;
@@ -0,0 +1,43 @@
1
+ import { ChangeEventProps, ChangeEventState, ClickEventProps, ClickEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormState, GlobalProps, GlobalState, IconProps, InitializedState, InputEventProps, InputEventState, ShowIconProps } from '../../shared/model';
2
+ export type DBSelectDefaultProps = {
3
+ /**
4
+ * The description attribute will add a paragraph below the select.
5
+ */
6
+ description?: string;
7
+ /**
8
+ * If you don't/can't use children/slots you can pass in the options as an array.
9
+ */
10
+ options?: DBSelectOptionType[];
11
+ };
12
+ export type DBSelectOptionType = {
13
+ /**
14
+ * Identifier for option
15
+ */
16
+ id?: string;
17
+ /**
18
+ * Disables this option
19
+ */
20
+ disabled?: boolean;
21
+ /**
22
+ * Selects this option
23
+ */
24
+ selected?: boolean;
25
+ /**
26
+ * If the value is different from the label you want to show to the user.
27
+ */
28
+ label?: string;
29
+ /**
30
+ * If you want to use optgroup you can nest options here.
31
+ */
32
+ options?: DBSelectOptionType[];
33
+ /**
34
+ * The main value you select, will be shown as default label if no label is set.
35
+ */
36
+ value: string | string[] | number;
37
+ };
38
+ export type DBSelectProps = DBSelectDefaultProps & GlobalProps & ClickEventProps<HTMLSelectElement> & ChangeEventProps<HTMLSelectElement> & FocusEventProps<HTMLSelectElement> & InputEventProps<HTMLSelectElement> & FormProps & IconProps & FormMessageProps & ShowIconProps;
39
+ export type DBSelectDefaultState = {
40
+ _placeholderId: string;
41
+ getOptionLabel: (option: DBSelectOptionType) => string;
42
+ };
43
+ export type DBSelectState = DBSelectDefaultState & GlobalState & ClickEventState<HTMLSelectElement> & ChangeEventState<HTMLSelectElement> & FocusEventState<HTMLSelectElement> & InputEventState<HTMLSelectElement> & FormState & InitializedState;