@quartzds/core 1.0.0-beta.9 → 1.0.0-beta.91

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 (387) hide show
  1. package/README.md +5 -5
  2. package/components/index.d.ts +48 -0
  3. package/components/index.js +60 -28
  4. package/components/index.js.map +1 -1
  5. package/components/p-2806fee1.js +1887 -0
  6. package/components/p-2806fee1.js.map +1 -0
  7. package/components/p-2bf0797c.js +272 -0
  8. package/components/p-2bf0797c.js.map +1 -0
  9. package/components/p-3baf75f4.js +111 -0
  10. package/components/p-3baf75f4.js.map +1 -0
  11. package/components/p-3c48ff53.js +103 -0
  12. package/components/p-3c48ff53.js.map +1 -0
  13. package/components/p-8abba29b.js +204 -0
  14. package/components/p-8abba29b.js.map +1 -0
  15. package/components/p-a020ece3.js +142 -0
  16. package/components/p-a020ece3.js.map +1 -0
  17. package/components/p-a6310886.js +144 -0
  18. package/components/p-a6310886.js.map +1 -0
  19. package/components/p-b4c302d4.js +91 -0
  20. package/components/p-b4c302d4.js.map +1 -0
  21. package/components/p-ba880369.js +256 -0
  22. package/components/p-ba880369.js.map +1 -0
  23. package/components/p-c80f112a.js +408 -0
  24. package/components/p-c80f112a.js.map +1 -0
  25. package/components/p-d107c90c.js +27 -0
  26. package/components/p-d107c90c.js.map +1 -0
  27. package/components/p-d6e52d0b.js +404 -0
  28. package/components/p-d6e52d0b.js.map +1 -0
  29. package/components/{floating-ui.dom.esm.js → p-fdd0abae.js} +468 -416
  30. package/components/p-fdd0abae.js.map +1 -0
  31. package/components/p-fed0d11f.js +94 -0
  32. package/components/p-fed0d11f.js.map +1 -0
  33. package/components/qds-badge-counter.d.ts +11 -0
  34. package/components/qds-badge-counter.js +13 -0
  35. package/components/qds-badge-counter.js.map +1 -0
  36. package/components/qds-badge-indicator.d.ts +11 -0
  37. package/components/qds-badge-indicator.js +13 -0
  38. package/components/qds-badge-indicator.js.map +1 -0
  39. package/components/qds-breadcrumb-item.d.ts +11 -0
  40. package/components/qds-breadcrumb-item.js +126 -0
  41. package/components/qds-breadcrumb-item.js.map +1 -0
  42. package/components/qds-button.d.ts +2 -2
  43. package/components/qds-button.js +3 -138
  44. package/components/qds-button.js.map +1 -1
  45. package/components/qds-checkbox.d.ts +2 -2
  46. package/components/qds-checkbox.js +3 -146
  47. package/components/qds-checkbox.js.map +1 -1
  48. package/components/qds-chip.d.ts +11 -0
  49. package/components/qds-chip.js +296 -0
  50. package/components/qds-chip.js.map +1 -0
  51. package/components/qds-dialog.d.ts +11 -0
  52. package/components/qds-dialog.js +126 -0
  53. package/components/qds-dialog.js.map +1 -0
  54. package/components/qds-divider.d.ts +2 -2
  55. package/components/qds-divider.js +3 -39
  56. package/components/qds-divider.js.map +1 -1
  57. package/components/qds-dropdown.d.ts +2 -2
  58. package/components/qds-dropdown.js +273 -239
  59. package/components/qds-dropdown.js.map +1 -1
  60. package/components/qds-form-message.d.ts +11 -0
  61. package/components/qds-form-message.js +112 -0
  62. package/components/qds-form-message.js.map +1 -0
  63. package/components/qds-icon.d.ts +2 -2
  64. package/components/qds-icon.js +3 -3
  65. package/components/qds-inline-link.d.ts +2 -2
  66. package/components/qds-inline-link.js +136 -73
  67. package/components/qds-inline-link.js.map +1 -1
  68. package/components/qds-input.d.ts +2 -2
  69. package/components/qds-input.js +489 -230
  70. package/components/qds-input.js.map +1 -1
  71. package/components/qds-label.d.ts +2 -2
  72. package/components/qds-label.js +3 -3
  73. package/components/qds-list-item.d.ts +11 -0
  74. package/components/qds-list-item.js +212 -0
  75. package/components/qds-list-item.js.map +1 -0
  76. package/components/qds-loader.d.ts +11 -0
  77. package/components/qds-loader.js +113 -0
  78. package/components/qds-loader.js.map +1 -0
  79. package/components/qds-nav-list-item.d.ts +11 -0
  80. package/components/qds-nav-list-item.js +162 -0
  81. package/components/qds-nav-list-item.js.map +1 -0
  82. package/components/qds-progress-bar.d.ts +11 -0
  83. package/components/qds-progress-bar.js +153 -0
  84. package/components/qds-progress-bar.js.map +1 -0
  85. package/components/qds-radio.d.ts +2 -2
  86. package/components/qds-radio.js +147 -93
  87. package/components/qds-radio.js.map +1 -1
  88. package/components/qds-select.d.ts +11 -0
  89. package/components/qds-select.js +361 -0
  90. package/components/qds-select.js.map +1 -0
  91. package/components/qds-standalone-link.d.ts +11 -0
  92. package/components/qds-standalone-link.js +174 -0
  93. package/components/qds-standalone-link.js.map +1 -0
  94. package/components/qds-switch.d.ts +2 -2
  95. package/components/qds-switch.js +221 -105
  96. package/components/qds-switch.js.map +1 -1
  97. package/components/qds-tab.d.ts +11 -0
  98. package/components/qds-tab.js +379 -0
  99. package/components/qds-tab.js.map +1 -0
  100. package/components/qds-tabbar.d.ts +11 -0
  101. package/components/qds-tabbar.js +407 -0
  102. package/components/qds-tabbar.js.map +1 -0
  103. package/components/qds-table-body.d.ts +11 -0
  104. package/components/qds-table-body.js +68 -0
  105. package/components/qds-table-body.js.map +1 -0
  106. package/components/qds-table-cell.d.ts +11 -0
  107. package/components/qds-table-cell.js +71 -0
  108. package/components/qds-table-cell.js.map +1 -0
  109. package/components/qds-table-head-cell.d.ts +11 -0
  110. package/components/qds-table-head-cell.js +73 -0
  111. package/components/qds-table-head-cell.js.map +1 -0
  112. package/components/qds-table-head.d.ts +11 -0
  113. package/components/qds-table-head.js +68 -0
  114. package/components/qds-table-head.js.map +1 -0
  115. package/components/qds-table-row.d.ts +11 -0
  116. package/components/qds-table-row.js +68 -0
  117. package/components/qds-table-row.js.map +1 -0
  118. package/components/qds-table.d.ts +11 -0
  119. package/components/qds-table.js +68 -0
  120. package/components/qds-table.js.map +1 -0
  121. package/components/qds-tag.d.ts +11 -0
  122. package/components/qds-tag.js +13 -0
  123. package/components/qds-tag.js.map +1 -0
  124. package/components/qds-textarea.d.ts +2 -2
  125. package/components/qds-textarea.js +331 -193
  126. package/components/qds-textarea.js.map +1 -1
  127. package/components/qds-title.d.ts +2 -2
  128. package/components/qds-title.js +3 -84
  129. package/components/qds-title.js.map +1 -1
  130. package/components/qds-tooltip.d.ts +2 -2
  131. package/components/qds-tooltip.js +3 -315
  132. package/components/qds-tooltip.js.map +1 -1
  133. package/dist/cjs/app-globals-c4cf08df.js +12 -0
  134. package/dist/cjs/app-globals-c4cf08df.js.map +1 -0
  135. package/dist/cjs/controls-ee3d2ec8.js +31 -0
  136. package/dist/cjs/controls-ee3d2ec8.js.map +1 -0
  137. package/dist/cjs/{floating-ui.dom.esm-71fa96af.js → floating-ui.dom.esm-19b2b933.js} +468 -416
  138. package/dist/cjs/floating-ui.dom.esm-19b2b933.js.map +1 -0
  139. package/dist/cjs/helpers-10154521.js +217 -0
  140. package/dist/cjs/helpers-10154521.js.map +1 -0
  141. package/dist/cjs/index-523dd2e0.js +2149 -0
  142. package/dist/cjs/index-523dd2e0.js.map +1 -0
  143. package/dist/cjs/index.cjs.js +39 -27
  144. package/dist/cjs/index.cjs.js.map +1 -1
  145. package/dist/cjs/library-41b19b9e.js +117 -0
  146. package/dist/cjs/library-41b19b9e.js.map +1 -0
  147. package/dist/cjs/loader.cjs.js +8 -6
  148. package/dist/cjs/loader.cjs.js.map +1 -1
  149. package/dist/cjs/qds-badge-counter_2.cjs.entry.js +151 -0
  150. package/dist/cjs/qds-badge-counter_2.cjs.entry.js.map +1 -0
  151. package/dist/cjs/qds-breadcrumb-item.cjs.entry.js +96 -0
  152. package/dist/cjs/qds-breadcrumb-item.cjs.entry.js.map +1 -0
  153. package/dist/cjs/qds-button.cjs.entry.js +321 -90
  154. package/dist/cjs/qds-button.cjs.entry.js.map +1 -1
  155. package/dist/cjs/qds-checkbox.cjs.entry.js +212 -100
  156. package/dist/cjs/qds-checkbox.cjs.entry.js.map +1 -1
  157. package/dist/cjs/qds-chip.cjs.entry.js +256 -0
  158. package/dist/cjs/qds-chip.cjs.entry.js.map +1 -0
  159. package/dist/cjs/qds-dialog.cjs.entry.js +108 -0
  160. package/dist/cjs/qds-dialog.cjs.entry.js.map +1 -0
  161. package/dist/cjs/qds-divider.cjs.entry.js +60 -18
  162. package/dist/cjs/qds-divider.cjs.entry.js.map +1 -1
  163. package/dist/cjs/qds-dropdown.cjs.entry.js +232 -206
  164. package/dist/cjs/qds-dropdown.cjs.entry.js.map +1 -1
  165. package/dist/cjs/qds-form-message.cjs.entry.js +86 -0
  166. package/dist/cjs/qds-form-message.cjs.entry.js.map +1 -0
  167. package/dist/cjs/qds-icon.cjs.entry.js +113 -90
  168. package/dist/cjs/qds-icon.cjs.entry.js.map +1 -1
  169. package/dist/cjs/qds-inline-link.cjs.entry.js +99 -46
  170. package/dist/cjs/qds-inline-link.cjs.entry.js.map +1 -1
  171. package/dist/cjs/qds-input.cjs.entry.js +404 -185
  172. package/dist/cjs/qds-input.cjs.entry.js.map +1 -1
  173. package/dist/cjs/qds-label.cjs.entry.js +102 -24
  174. package/dist/cjs/qds-label.cjs.entry.js.map +1 -1
  175. package/dist/cjs/qds-list-item.cjs.entry.js +157 -0
  176. package/dist/cjs/qds-list-item.cjs.entry.js.map +1 -0
  177. package/dist/cjs/qds-loader.cjs.entry.js +94 -0
  178. package/dist/cjs/qds-loader.cjs.entry.js.map +1 -0
  179. package/dist/cjs/qds-nav-list-item.cjs.entry.js +124 -0
  180. package/dist/cjs/qds-nav-list-item.cjs.entry.js.map +1 -0
  181. package/dist/cjs/qds-progress-bar.cjs.entry.js +135 -0
  182. package/dist/cjs/qds-progress-bar.cjs.entry.js.map +1 -0
  183. package/dist/cjs/qds-radio.cjs.entry.js +102 -57
  184. package/dist/cjs/qds-radio.cjs.entry.js.map +1 -1
  185. package/dist/cjs/qds-select.cjs.entry.js +323 -0
  186. package/dist/cjs/qds-select.cjs.entry.js.map +1 -0
  187. package/dist/cjs/qds-standalone-link.cjs.entry.js +134 -0
  188. package/dist/cjs/qds-standalone-link.cjs.entry.js.map +1 -0
  189. package/dist/cjs/qds-switch.cjs.entry.js +193 -64
  190. package/dist/cjs/qds-switch.cjs.entry.js.map +1 -1
  191. package/dist/cjs/qds-tab.cjs.entry.js +299 -0
  192. package/dist/cjs/qds-tab.cjs.entry.js.map +1 -0
  193. package/dist/cjs/qds-tabbar.cjs.entry.js +349 -0
  194. package/dist/cjs/qds-tabbar.cjs.entry.js.map +1 -0
  195. package/dist/cjs/qds-table-body.cjs.entry.js +54 -0
  196. package/dist/cjs/qds-table-body.cjs.entry.js.map +1 -0
  197. package/dist/cjs/qds-table-cell.cjs.entry.js +54 -0
  198. package/dist/cjs/qds-table-cell.cjs.entry.js.map +1 -0
  199. package/dist/cjs/qds-table-head-cell.cjs.entry.js +54 -0
  200. package/dist/cjs/qds-table-head-cell.cjs.entry.js.map +1 -0
  201. package/dist/cjs/qds-table-head.cjs.entry.js +54 -0
  202. package/dist/cjs/qds-table-head.cjs.entry.js.map +1 -0
  203. package/dist/cjs/qds-table-row.cjs.entry.js +54 -0
  204. package/dist/cjs/qds-table-row.cjs.entry.js.map +1 -0
  205. package/dist/cjs/qds-table.cjs.entry.js +54 -0
  206. package/dist/cjs/qds-table.cjs.entry.js.map +1 -0
  207. package/dist/cjs/qds-tag_2.cjs.entry.js +181 -0
  208. package/dist/cjs/qds-tag_2.cjs.entry.js.map +1 -0
  209. package/dist/cjs/qds-textarea.cjs.entry.js +288 -153
  210. package/dist/cjs/qds-textarea.cjs.entry.js.map +1 -1
  211. package/dist/cjs/qds-tooltip.cjs.entry.js +332 -260
  212. package/dist/cjs/qds-tooltip.cjs.entry.js.map +1 -1
  213. package/dist/cjs/qds.cjs.js +15 -13
  214. package/dist/cjs/qds.cjs.js.map +1 -1
  215. package/dist/custom-elements.json +8727 -2151
  216. package/dist/docs.d.ts +344 -240
  217. package/dist/docs.json +9364 -2903
  218. package/dist/esm/app-globals-8ced3a41.js +10 -0
  219. package/dist/esm/app-globals-8ced3a41.js.map +1 -0
  220. package/dist/esm/controls-a4768aaf.js +27 -0
  221. package/dist/esm/controls-a4768aaf.js.map +1 -0
  222. package/dist/esm/{floating-ui.dom.esm-f96ac766.js → floating-ui.dom.esm-61986f35.js} +468 -416
  223. package/dist/esm/floating-ui.dom.esm-61986f35.js.map +1 -0
  224. package/dist/esm/helpers-2e4ca34d.js +204 -0
  225. package/dist/esm/helpers-2e4ca34d.js.map +1 -0
  226. package/dist/esm/index-b1d6acd2.js +2118 -0
  227. package/dist/esm/index-b1d6acd2.js.map +1 -0
  228. package/dist/esm/index.js +39 -28
  229. package/dist/esm/index.js.map +1 -1
  230. package/dist/esm/library-2e5458af.js +113 -0
  231. package/dist/esm/library-2e5458af.js.map +1 -0
  232. package/dist/esm/loader.js +9 -7
  233. package/dist/esm/loader.js.map +1 -1
  234. package/dist/esm/qds-badge-counter_2.entry.js +146 -0
  235. package/dist/esm/qds-badge-counter_2.entry.js.map +1 -0
  236. package/dist/esm/qds-breadcrumb-item.entry.js +92 -0
  237. package/dist/esm/qds-breadcrumb-item.entry.js.map +1 -0
  238. package/dist/esm/qds-button.entry.js +321 -90
  239. package/dist/esm/qds-button.entry.js.map +1 -1
  240. package/dist/esm/qds-checkbox.entry.js +212 -100
  241. package/dist/esm/qds-checkbox.entry.js.map +1 -1
  242. package/dist/esm/qds-chip.entry.js +252 -0
  243. package/dist/esm/qds-chip.entry.js.map +1 -0
  244. package/dist/esm/qds-dialog.entry.js +104 -0
  245. package/dist/esm/qds-dialog.entry.js.map +1 -0
  246. package/dist/esm/qds-divider.entry.js +60 -18
  247. package/dist/esm/qds-divider.entry.js.map +1 -1
  248. package/dist/esm/qds-dropdown.entry.js +232 -206
  249. package/dist/esm/qds-dropdown.entry.js.map +1 -1
  250. package/dist/esm/qds-form-message.entry.js +82 -0
  251. package/dist/esm/qds-form-message.entry.js.map +1 -0
  252. package/dist/esm/qds-icon.entry.js +113 -90
  253. package/dist/esm/qds-icon.entry.js.map +1 -1
  254. package/dist/esm/qds-inline-link.entry.js +99 -46
  255. package/dist/esm/qds-inline-link.entry.js.map +1 -1
  256. package/dist/esm/qds-input.entry.js +404 -185
  257. package/dist/esm/qds-input.entry.js.map +1 -1
  258. package/dist/esm/qds-label.entry.js +102 -24
  259. package/dist/esm/qds-label.entry.js.map +1 -1
  260. package/dist/esm/qds-list-item.entry.js +153 -0
  261. package/dist/esm/qds-list-item.entry.js.map +1 -0
  262. package/dist/esm/qds-loader.entry.js +90 -0
  263. package/dist/esm/qds-loader.entry.js.map +1 -0
  264. package/dist/esm/qds-nav-list-item.entry.js +120 -0
  265. package/dist/esm/qds-nav-list-item.entry.js.map +1 -0
  266. package/dist/esm/qds-progress-bar.entry.js +131 -0
  267. package/dist/esm/qds-progress-bar.entry.js.map +1 -0
  268. package/dist/esm/qds-radio.entry.js +102 -57
  269. package/dist/esm/qds-radio.entry.js.map +1 -1
  270. package/dist/esm/qds-select.entry.js +319 -0
  271. package/dist/esm/qds-select.entry.js.map +1 -0
  272. package/dist/esm/qds-standalone-link.entry.js +130 -0
  273. package/dist/esm/qds-standalone-link.entry.js.map +1 -0
  274. package/dist/esm/qds-switch.entry.js +193 -64
  275. package/dist/esm/qds-switch.entry.js.map +1 -1
  276. package/dist/esm/qds-tab.entry.js +295 -0
  277. package/dist/esm/qds-tab.entry.js.map +1 -0
  278. package/dist/esm/qds-tabbar.entry.js +345 -0
  279. package/dist/esm/qds-tabbar.entry.js.map +1 -0
  280. package/dist/esm/qds-table-body.entry.js +50 -0
  281. package/dist/esm/qds-table-body.entry.js.map +1 -0
  282. package/dist/esm/qds-table-cell.entry.js +50 -0
  283. package/dist/esm/qds-table-cell.entry.js.map +1 -0
  284. package/dist/esm/qds-table-head-cell.entry.js +50 -0
  285. package/dist/esm/qds-table-head-cell.entry.js.map +1 -0
  286. package/dist/esm/qds-table-head.entry.js +50 -0
  287. package/dist/esm/qds-table-head.entry.js.map +1 -0
  288. package/dist/esm/qds-table-row.entry.js +50 -0
  289. package/dist/esm/qds-table-row.entry.js.map +1 -0
  290. package/dist/esm/qds-table.entry.js +50 -0
  291. package/dist/esm/qds-table.entry.js.map +1 -0
  292. package/dist/esm/qds-tag_2.entry.js +176 -0
  293. package/dist/esm/qds-tag_2.entry.js.map +1 -0
  294. package/dist/esm/qds-textarea.entry.js +288 -153
  295. package/dist/esm/qds-textarea.entry.js.map +1 -1
  296. package/dist/esm/qds-tooltip.entry.js +332 -260
  297. package/dist/esm/qds-tooltip.entry.js.map +1 -1
  298. package/dist/esm/qds.js +16 -14
  299. package/dist/esm/qds.js.map +1 -1
  300. package/dist/types/components/badge-counter/badge-counter.d.ts +40 -0
  301. package/dist/types/components/badge-indicator/badge-indicator.d.ts +36 -0
  302. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +160 -0
  303. package/dist/types/components/button/button.d.ts +272 -194
  304. package/dist/types/components/checkbox/checkbox.d.ts +137 -124
  305. package/dist/types/components/chip/chip.d.ts +109 -0
  306. package/dist/types/components/controls.d.ts +4 -1
  307. package/dist/types/components/dialog/dialog.d.ts +35 -0
  308. package/dist/types/components/divider/divider.d.ts +13 -9
  309. package/dist/types/components/dropdown/dropdown.d.ts +107 -125
  310. package/dist/types/components/form-message/form-message.d.ts +42 -0
  311. package/dist/types/components/icon/icon.d.ts +24 -24
  312. package/dist/types/components/icon/library.d.ts +3 -3
  313. package/dist/types/components/icon/request.d.ts +5 -9
  314. package/dist/types/components/inline-link/inline-link.d.ts +208 -191
  315. package/dist/types/components/input/input.d.ts +415 -368
  316. package/dist/types/components/label/label.d.ts +26 -24
  317. package/dist/types/components/list-item/list-item.d.ts +100 -0
  318. package/dist/types/components/loader/loader.d.ts +27 -0
  319. package/dist/types/components/nav-list-item/nav-list-item.d.ts +67 -0
  320. package/dist/types/components/progress-bar/progress-bar.d.ts +60 -0
  321. package/dist/types/components/radio/radio.d.ts +90 -95
  322. package/dist/types/components/select/select.d.ts +203 -0
  323. package/dist/types/components/shared.d.ts +6 -0
  324. package/dist/types/components/standalone-link/standalone-link.d.ts +233 -0
  325. package/dist/types/components/switch/switch.d.ts +114 -107
  326. package/dist/types/components/tab/tab.d.ts +160 -0
  327. package/dist/types/components/tabbar/tabbar.d.ts +47 -0
  328. package/dist/types/components/table/table.d.ts +15 -0
  329. package/dist/types/components/table-body/table-body.d.ts +15 -0
  330. package/dist/types/components/table-cell/table-cell.d.ts +32 -0
  331. package/dist/types/components/table-head/table-head.d.ts +15 -0
  332. package/dist/types/components/table-head-cell/table-head-cell.d.ts +56 -0
  333. package/dist/types/components/table-row/table-row.d.ts +15 -0
  334. package/dist/types/components/tag/tag.d.ts +55 -0
  335. package/dist/types/components/textarea/textarea.d.ts +285 -300
  336. package/dist/types/components/title/title.d.ts +39 -32
  337. package/dist/types/components/tooltip/tooltip.d.ts +123 -137
  338. package/dist/types/components.d.ts +3957 -833
  339. package/dist/types/helpers.d.ts +15 -16
  340. package/dist/types/index.d.ts +2 -1
  341. package/dist/types/interface-overrides.d.ts +211 -0
  342. package/dist/types/qds-test.d.ts +22 -11
  343. package/dist/types/stencil-public-runtime.d.ts +55 -15
  344. package/dist/types/utils.d.ts +11 -4
  345. package/dist/vscode.html-custom-data.json +1528 -210
  346. package/hydrate/index.d.ts +59 -18
  347. package/hydrate/index.js +25724 -9014
  348. package/hydrate/index.mjs +26627 -0
  349. package/hydrate/package.json +7 -1
  350. package/loader/cdn.js +3 -4
  351. package/loader/index.cjs.js +3 -4
  352. package/loader/index.d.ts +4 -1
  353. package/loader/index.es2017.js +3 -4
  354. package/loader/index.js +3 -4
  355. package/package.json +53 -89
  356. package/styles/core.css +137 -14
  357. package/components/floating-ui.dom.esm.js.map +0 -1
  358. package/components/helpers.js +0 -175
  359. package/components/helpers.js.map +0 -1
  360. package/components/icon.js +0 -175
  361. package/components/icon.js.map +0 -1
  362. package/components/label.js +0 -55
  363. package/components/label.js.map +0 -1
  364. package/dist/cjs/floating-ui.dom.esm-71fa96af.js.map +0 -1
  365. package/dist/cjs/helpers-452256e8.js +0 -185
  366. package/dist/cjs/helpers-452256e8.js.map +0 -1
  367. package/dist/cjs/index-d181f952.js +0 -2039
  368. package/dist/cjs/index-d181f952.js.map +0 -1
  369. package/dist/cjs/library-0a619eeb.js +0 -62
  370. package/dist/cjs/library-0a619eeb.js.map +0 -1
  371. package/dist/cjs/qds-title.cjs.entry.js +0 -66
  372. package/dist/cjs/qds-title.cjs.entry.js.map +0 -1
  373. package/dist/esm/floating-ui.dom.esm-f96ac766.js.map +0 -1
  374. package/dist/esm/helpers-76b84f45.js +0 -175
  375. package/dist/esm/helpers-76b84f45.js.map +0 -1
  376. package/dist/esm/index-d7183092.js +0 -2009
  377. package/dist/esm/index-d7183092.js.map +0 -1
  378. package/dist/esm/library-021aca11.js +0 -58
  379. package/dist/esm/library-021aca11.js.map +0 -1
  380. package/dist/esm/polyfills/core-js.js +0 -11
  381. package/dist/esm/polyfills/dom.js +0 -79
  382. package/dist/esm/polyfills/es5-html-element.js +0 -1
  383. package/dist/esm/polyfills/index.js +0 -34
  384. package/dist/esm/polyfills/system.js +0 -6
  385. package/dist/esm/qds-title.entry.js +0 -62
  386. package/dist/esm/qds-title.entry.js.map +0 -1
  387. package/dist/types/components/create-story.d.ts +0 -5
@@ -1,6 +1,195 @@
1
1
  {
2
2
  "version": 1.1,
3
3
  "tags": [
4
+ {
5
+ "name": "qds-badge-counter",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": "The `<qds-badge-counter>` element is a small, rounded UI element used to\ndisplay numerical values or counts. It is designed to draw the user's eye to\nimportant or dynamic content by providing a visual cue that a countable\nevent or item has occurred or is waiting to be addressed."
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "description",
13
+ "description": "Adds accessible text to the qds-badge-counter that will be used by screen\nreaders."
14
+ },
15
+ {
16
+ "name": "importance",
17
+ "description": "The badge counter's importance.",
18
+ "values": [
19
+ {
20
+ "name": "destructive"
21
+ },
22
+ {
23
+ "name": "emphasized"
24
+ },
25
+ {
26
+ "name": "standard"
27
+ },
28
+ {
29
+ "name": "subdued"
30
+ },
31
+ {
32
+ "name": "subdued-destructive"
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "name": "size",
38
+ "description": "The badge counter's size.",
39
+ "values": [
40
+ {
41
+ "name": "hero"
42
+ },
43
+ {
44
+ "name": "large"
45
+ },
46
+ {
47
+ "name": "small"
48
+ },
49
+ {
50
+ "name": "standard"
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "name": "stroke-ring",
56
+ "description": "Shows a stroke ring around the component for better visibility"
57
+ },
58
+ {
59
+ "name": "value",
60
+ "description": "The badge-counter's value."
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "qds-badge-indicator",
66
+ "description": {
67
+ "kind": "markdown",
68
+ "value": "The `<qds-badge-indicator>` element is a small, rounded UI element used to\ndisplay status indicators. It is designed to draw the user's eye to\nimportant or dynamic content by providing a visual cue that an event has\noccurred or is waiting to be addressed."
69
+ },
70
+ "attributes": [
71
+ {
72
+ "name": "description",
73
+ "description": "Adds accessible text to the qds-badge-indicator that will be used by\nscreen readers."
74
+ },
75
+ {
76
+ "name": "size",
77
+ "description": "The badge indicator's size.",
78
+ "values": [
79
+ {
80
+ "name": "hero"
81
+ },
82
+ {
83
+ "name": "large"
84
+ },
85
+ {
86
+ "name": "small"
87
+ },
88
+ {
89
+ "name": "standard"
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "name": "status",
95
+ "description": "The badge indicator's status.",
96
+ "values": [
97
+ {
98
+ "name": "error"
99
+ },
100
+ {
101
+ "name": "info"
102
+ },
103
+ {
104
+ "name": "neutral"
105
+ },
106
+ {
107
+ "name": "success"
108
+ },
109
+ {
110
+ "name": "warning"
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "name": "stroke-ring",
116
+ "description": "Shows a stroke ring around the badge indicator for better visibility."
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "name": "qds-breadcrumb-item",
122
+ "description": {
123
+ "kind": "markdown",
124
+ "value": "The `<qds-breadcrumb-item>` element is used as a navigational aid that is\ntypically placed between a site's header and the main content, displaying\neither a hierarchy of the current page in relation to the site's structure,\nfrom top level to current page, or a list of the links the user followed to\nget to the current page, in the order visited."
125
+ },
126
+ "attributes": [
127
+ {
128
+ "name": "href",
129
+ "description": "The URL that the inline link points to. Inline links are not restricted to\nHTTP-based URLs — they can use any URL scheme supported by browsers:\n\n- Sections of a page with document fragments\n- While web browsers may not support other URL schemes, websites can with\n[`registerProtocolHandler()`](https://developer.mozilla.org/docs/Web/API/Navigator/registerProtocolHandler)"
130
+ },
131
+ {
132
+ "name": "hreflang",
133
+ "description": "Hints at the human language of the linked URL. No built-in functionality.\nAllowed values are the same as\n[the global `lang` attribute](https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang)."
134
+ },
135
+ {
136
+ "name": "referrerpolicy",
137
+ "description": "How much of the\n[referrer](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nto send when following the inline link.\n\n- `no-referrer`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent.\n- `no-referrer-when-downgrade`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent to\n[origin](https://developer.mozilla.org/docs/Glossary/Origin)s\nwithout [TLS](https://developer.mozilla.org/docs/Glossary/TLS)\n([HTTPS](https://developer.mozilla.org/docs/Glossary/HTTPS)).\n- `origin`: The sent referrer will be limited to the origin of the\nreferring page: its\n[scheme](https://developer.mozilla.org/docs/Learn/Common_questions/What_is_a_URL),\n[host](https://developer.mozilla.org/docs/Glossary/Host), and\n[port](https://developer.mozilla.org/docs/Glossary/Port).\n- `origin-when-cross-origin`: The referrer sent to other origins will be\nlimited to the scheme, the host, and the port. Navigations on the same\norigin will still include the path.\n- `same-origin`: A referrer will be sent for\n[same origin](https://developer.mozilla.org/docs/Glossary/Same-origin_policy),\nbut cross-origin requests will contain no referrer information.\n- `strict-origin`: Only send the origin of the document as the referrer\nwhen the protocol security level stays the same (HTTPS→HTTPS), but don't\nsend it to a less secure destination (HTTPS→HTTP).\n- `strict-origin-when-cross-origin` (default): Send a full URL when\nperforming a same-origin request, only send the origin when the protocol\nsecurity level stays the same (HTTPS→HTTPS), and send no header to a less\nsecure destination (HTTPS→HTTP).\n- `unsafe-url`: The referrer will include the origin and the path (but not the\n[fragment](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hash),\n[password](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password),\nor [username](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/username)).\n**This value is unsafe** because it leaks origins and paths from\nTLS-protected resources to insecure origins.",
138
+ "values": [
139
+ {
140
+ "name": "no-referrer"
141
+ },
142
+ {
143
+ "name": "no-referrer-when-downgrade"
144
+ },
145
+ {
146
+ "name": "origin"
147
+ },
148
+ {
149
+ "name": "origin-when-cross-origin"
150
+ },
151
+ {
152
+ "name": "same-origin"
153
+ },
154
+ {
155
+ "name": "strict-origin"
156
+ },
157
+ {
158
+ "name": "strict-origin-when-cross-origin"
159
+ },
160
+ {
161
+ "name": "unsafe-url"
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "rel",
167
+ "description": "The relationship of the linked URL as space-separated\n[link types](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel).\n\nThe following list includes some of the most important existing keywords.\nEvery keyword within a space-separated value should be unique within that\nvalue.\n\n- [`alternate`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-alternate):\nAlternate representations of the current document.\n- [`author`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-author):\nAuthor of the current document or article.\n- [`bookmark`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-bookmark):\nPermalink for the nearest ancestor section.\n- [`external`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-external):\nThe referenced document is not part of the same site as the current\ndocument. An icon will be rendered next to the text if this value is\nspecified.\n- [`help`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-help):\nLink to context-sensitive help.\n- [`license`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-license):\nIndicates that the main content of the current document is covered by the\ncopyright license described by the referenced document.\n- [`me`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/me):\nIndicates that the current document represents the person who owns the\nlinked content.\n- [`next`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-next):\nIndicates that the current document is a part of a series and that the\nnext document in the series is the referenced document.\n- [`nofollow`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-nofollow):\nIndicates that the current document's original author or publisher does\nnot endorse the referenced document.\n- [`noopener`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noopener):\nCreates a top-level browsing context that is not an auxiliary browsing\ncontext if the hyperlink would create either of those, to begin with (i.e.,\nhas an appropriate `target` attribute value).\n- [`noreferrer`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-noreferrer):\nNo `Referer` header will be included. Additionally, has the same effect as\n`noopener`.\n- [`opener`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-opener):\nCreates an auxiliary browsing context if the hyperlink would otherwise\ncreate a top-level browsing context that is not an auxiliary browsing\ncontext (i.e., has \"`_blank`\" as `target` attribute value).\n- [`prev`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-prev):\nIndicates that the current document is a part of a series and that the\nprevious document in the series is the referenced document.\n- [`search`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-search):\nGives a link to a resource that can be used to search through the current\ndocument and its related pages.\n- [`tag`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-tag):\nGives a tag (identified by the given address) that applies to the current\ndocument."
168
+ },
169
+ {
170
+ "name": "target",
171
+ "description": "Where to display the linked URL, as the name for a browsing context (a\ntab, window, or\n[`<iframe>`](https://developer.mozilla.org/docs/Web/HTML/Element/iframe).\nThe following keywords have special meanings for where to load the URL:\n\n- `_blank`: usually a new tab, but users can configure browsers to open a new\n window instead.\n- `_parent`: the parent browsing context of the current one. If no parent,\n behaves as `_self`.\n- `_self`: the current browsing context.\n- `_top`: the topmost browsing context (the \"highest\" context that's an\n ancestor of the current one). If no ancestors, behaves as `_self`.",
172
+ "values": [
173
+ {
174
+ "name": "_blank"
175
+ },
176
+ {
177
+ "name": "_parent"
178
+ },
179
+ {
180
+ "name": "_self"
181
+ },
182
+ {
183
+ "name": "_top"
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "name": "text",
189
+ "description": "The breadcrumb item's text."
190
+ }
191
+ ]
192
+ },
4
193
  {
5
194
  "name": "qds-button",
6
195
  "description": {
@@ -8,6 +197,50 @@
8
197
  "value": "The `<qds-button>` element is an interactive element activated by a user\nwith a mouse, keyboard, finger, voice command, or other assistive technology.\nOnce activated, it then performs a programmable action, such as submitting a\n[form](https://developer.mozilla.org/docs/Learn/Forms)\nor opening a dialog."
9
198
  },
10
199
  "attributes": [
200
+ {
201
+ "name": "action",
202
+ "description": "The name of the action icon to render.",
203
+ "values": [
204
+ {
205
+ "name": "dropdown"
206
+ },
207
+ {
208
+ "name": "dropdown-close"
209
+ },
210
+ {
211
+ "name": "next"
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "name": "badge",
217
+ "description": "Displays an indicator if `true` or the empty string. Otherwise, displays a\ncounter badge if a number or string representing a number is used."
218
+ },
219
+ {
220
+ "name": "badge-description",
221
+ "description": "The indicator or counter badge's accessible text that will be used by\nscreen readers."
222
+ },
223
+ {
224
+ "name": "badge-indicator-status",
225
+ "description": "The indicator's status.",
226
+ "values": [
227
+ {
228
+ "name": "error"
229
+ },
230
+ {
231
+ "name": "info"
232
+ },
233
+ {
234
+ "name": "neutral"
235
+ },
236
+ {
237
+ "name": "success"
238
+ },
239
+ {
240
+ "name": "warning"
241
+ }
242
+ ]
243
+ },
11
244
  {
12
245
  "name": "disabled",
13
246
  "description": "Prevents the button from being interacted with: it cannot be pressed or\nfocused."
@@ -18,7 +251,7 @@
18
251
  },
19
252
  {
20
253
  "name": "form",
21
- "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the button with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<button>` is associated with\nits ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<button>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
254
+ "description": "The [`<form>`][] element to associate the button with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<qds-button>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<qds-button>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element.\n\n[`<form>`]: https://developer.mozilla.org/docs/Web/HTML/Element/form"
22
255
  },
23
256
  {
24
257
  "name": "formaction",
@@ -26,8 +259,11 @@
26
259
  },
27
260
  {
28
261
  "name": "formmethod",
29
- "description": "If the button is a submit button (it's inside/associated with a `<form>`\nand doesn't have `type=\"button\"`), this attribute specifies the\n[HTTP method](https://developer.mozilla.org/docs/Web/HTTP/Methods) used to\nsubmit the form. Possible values:\n\n- `get`: The form data are appended to the form's action URL, with a ? as\na separator, and the resulting URL is sent to the server. Use this method\nwhen the form has no side effects, like search forms.\n- `post`: The data from the form are included in the body of the HTTP\nrequest when sent to the server. Use when the form contains information\nthat shouldn't be public, like login credentials.\n\nIf specified, this attribute overrides the method attribute of the button's form owner.",
262
+ "description": "If the button is a submit button (it's inside/associated with a `<form>`\nand doesn't have `type=\"button\"`), this attribute specifies the\n[HTTP method][] used to submit the form, or `dialog` which won't submit\nthe form. Possible values:\n\n- `get`: The form data are appended to the form's action URL, with a ? as\na separator, and the resulting URL is sent to the server. Use this method\nwhen the form has no side effects, like search forms.\n- `post`: The data from the form are included in the body of the HTTP\nrequest when sent to the server. Use when the form contains information\nthat shouldn't be public, like login credentials.\n- `dialog`: Close the dialog box in which the button finds itself, if any,\nand do not submit the button's form owner.\n\nIf specified, this attribute overrides the `method` attribute of the\nbutton's form owner.\n\n[HTTP method]: https://developer.mozilla.org/docs/Web/HTTP/Methods",
30
263
  "values": [
264
+ {
265
+ "name": "dialog"
266
+ },
31
267
  {
32
268
  "name": "get"
33
269
  },
@@ -70,6 +306,10 @@
70
306
  "name": "icon-name",
71
307
  "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
72
308
  },
309
+ {
310
+ "name": "icon-only",
311
+ "description": "Sets if button is icon only."
312
+ },
73
313
  {
74
314
  "name": "importance",
75
315
  "description": "The button's importance.",
@@ -85,6 +325,9 @@
85
325
  },
86
326
  {
87
327
  "name": "subdued"
328
+ },
329
+ {
330
+ "name": "subdued-destructive"
88
331
  }
89
332
  ]
90
333
  },
@@ -92,10 +335,17 @@
92
335
  "name": "name",
93
336
  "description": "The name of the button, submitted as a pair with the button's `value` as\npart of the form data, when that button is used to submit the form.\nIgnored when `href` is set."
94
337
  },
338
+ {
339
+ "name": "rel",
340
+ "description": "When href is define and the button act as a link (`<a>`), the `rel` will be added to the element."
341
+ },
95
342
  {
96
343
  "name": "size",
97
344
  "description": "The button's size.",
98
345
  "values": [
346
+ {
347
+ "name": "hero"
348
+ },
99
349
  {
100
350
  "name": "large"
101
351
  },
@@ -144,9 +394,17 @@
144
394
  }
145
395
  ]
146
396
  },
397
+ {
398
+ "name": "validation-message",
399
+ "description": "The error message that would be shown to the user if the `<qds-button>`\nwas to be checked for validity."
400
+ },
147
401
  {
148
402
  "name": "value",
149
403
  "description": "Defines the value associated with the button's `name` when it's submitted\nwith the form data. This value is passed to the server in params when the\nform is submitted using this button. Ignored when `href` is set."
404
+ },
405
+ {
406
+ "name": "will-validate",
407
+ "description": "True if `<qds-button>` will be validated when the form is submitted; false\notherwise."
150
408
  }
151
409
  ]
152
410
  },
@@ -158,8 +416,8 @@
158
416
  },
159
417
  "attributes": [
160
418
  {
161
- "name": "autofocus",
162
- "description": "Specify whether the checkbox should have focus when the page loads."
419
+ "name": "checkbox-only",
420
+ "description": "Whether or not the text is displayed."
163
421
  },
164
422
  {
165
423
  "name": "checked",
@@ -171,11 +429,11 @@
171
429
  },
172
430
  {
173
431
  "name": "form",
174
- "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the checkbox with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-checkbox>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-checkbox>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
432
+ "description": "The [`<form>`][] element to associate the checkbox with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<qds-checkbox>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<qds-checkbox>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element.\n\n[`<form>`]: https://developer.mozilla.org/docs/Web/HTML/Element/form"
175
433
  },
176
434
  {
177
435
  "name": "indeterminate",
178
- "description": "Sets the checkbox to an indeterminate state. This is usually applied to\ncheckboxes that represents a \"select all/none\" behavior when associated\ncheckboxes have a mix of checked and unchecked states."
436
+ "description": "Sets the checkbox to an indeterminate state. This is usually applied to\ncheckboxes that represent a \"select all/none\" behavior when associated\ncheckboxes have a mix of checked and unchecked states."
179
437
  },
180
438
  {
181
439
  "name": "inline",
@@ -183,7 +441,7 @@
183
441
  },
184
442
  {
185
443
  "name": "name",
186
- "description": "The name of the checkbox, which is submitted with the form data. An\nincrementing ID is used by default."
444
+ "description": "The name of the checkbox, which is submitted with the form data."
187
445
  },
188
446
  {
189
447
  "name": "required",
@@ -206,46 +464,142 @@
206
464
  },
207
465
  {
208
466
  "name": "text",
209
- "description": "The checkbox's text."
467
+ "description": "The checkbox's text.\n\nIts value will also be used as the `aria-label` value when the\n`checkbox-only` attribute is specified."
468
+ },
469
+ {
470
+ "name": "validation-message",
471
+ "description": "The error message that would be shown to the user if the `<qds-checkbox>`\nwas to be checked for validity."
210
472
  },
211
473
  {
212
474
  "name": "value",
213
475
  "description": "The value of the checkbox, submitted as a name/value pair with form data."
476
+ },
477
+ {
478
+ "name": "will-validate",
479
+ "description": "True if `<qds-checkbox>` will be validated when the form is submitted;\nfalse otherwise."
214
480
  }
215
481
  ]
216
482
  },
217
483
  {
218
- "name": "qds-divider",
484
+ "name": "qds-chip",
219
485
  "description": {
220
486
  "kind": "markdown",
221
- "value": "The `<qds-divider>` element a thematic break between paragraph-level\nelements: for example, a change of scene in a story, or a shift of topic\nwithin a section.\n\nDividers can also be used to group menu items in `<qds-dropdown>` elements."
487
+ "value": "`<qds-chip>` elements are interactive elements that represent selections.\nChips allow users to make a selection from a list of options or display\nitems like filters or tags."
222
488
  },
223
489
  "attributes": [
224
490
  {
225
- "name": "importance",
226
- "description": "The divider's importance.",
491
+ "name": "checked",
492
+ "description": "Sets the selectable chip's state."
493
+ },
494
+ {
495
+ "name": "disabled",
496
+ "description": "Prevents the chip from being interacted with: it cannot be pressed or\nfocused."
497
+ },
498
+ {
499
+ "name": "form",
500
+ "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the chip with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-chip>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-chip>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
501
+ },
502
+ {
503
+ "name": "icon-library",
504
+ "description": "The name of a registered icon library."
505
+ },
506
+ {
507
+ "name": "icon-name",
508
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
509
+ },
510
+ {
511
+ "name": "name",
512
+ "description": "The name of the chip, which is submitted with the form data."
513
+ },
514
+ {
515
+ "name": "size",
516
+ "description": "The chip's size.",
227
517
  "values": [
228
518
  {
229
- "name": "emphasized"
519
+ "name": "large"
520
+ },
521
+ {
522
+ "name": "small"
230
523
  },
231
524
  {
232
525
  "name": "standard"
233
526
  }
234
527
  ]
528
+ },
529
+ {
530
+ "name": "text",
531
+ "description": "The chip's text."
532
+ },
533
+ {
534
+ "name": "type",
535
+ "description": "The chip's type.",
536
+ "values": [
537
+ {
538
+ "name": "closable"
539
+ },
540
+ {
541
+ "name": "selectable"
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "name": "value",
547
+ "description": "The value of the chip, submitted as a name/value pair with form data."
235
548
  }
236
549
  ]
237
550
  },
238
551
  {
239
- "name": "qds-dropdown",
552
+ "name": "qds-dialog",
240
553
  "description": {
241
554
  "kind": "markdown",
242
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
555
+ "value": "The `<qds-dialog>` element represent a dialog box or other interactive\ncomponent, such as a dismissible alert, inspector, or subwindow."
243
556
  },
244
557
  "attributes": [
245
558
  {
246
- "name": "disabled",
247
- "description": "Prevents the dropdown from being shown by user interaction. The dropdown\ncan still be displayed by calling the `show()` method."
248
- },
559
+ "name": "open",
560
+ "description": "Indicates whether or not the dialog is open. You can toggle this attribute\nto show and hide the dialog, or you can use the `show()` and `close()`\nmethods and this attribute will reflect the dialog’s open state."
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "name": "qds-divider",
566
+ "description": {
567
+ "kind": "markdown",
568
+ "value": "The `<qds-divider>` element a thematic break between paragraph-level\nelements: for example, a change of scene in a story, or a shift of topic\nwithin a section.\n\nDividers can also be used to group menu items in `<qds-dropdown>` elements."
569
+ },
570
+ "attributes": [
571
+ {
572
+ "name": "importance",
573
+ "description": "The divider's importance.",
574
+ "values": [
575
+ {
576
+ "name": "emphasized"
577
+ },
578
+ {
579
+ "name": "standard"
580
+ },
581
+ {
582
+ "name": "subdued"
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "name": "vertical",
588
+ "description": "Display the divider in vertical orientation."
589
+ }
590
+ ]
591
+ },
592
+ {
593
+ "name": "qds-dropdown",
594
+ "description": {
595
+ "kind": "markdown",
596
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
597
+ },
598
+ "attributes": [
599
+ {
600
+ "name": "disabled",
601
+ "description": "Prevents the dropdown from being shown by user interaction. The dropdown\ncan still be displayed by calling the `show()` method."
602
+ },
249
603
  {
250
604
  "name": "no-flip",
251
605
  "description": "Disable Floating UI's\n[`flip` middleware](https://floating-ui.com/docs/flip)."
@@ -310,7 +664,61 @@
310
664
  },
311
665
  {
312
666
  "name": "target",
313
- "description": "The trigger element that will trigger the dropdown. The target specified\ncan be any of the follow:\n\n- A CSS selector string\n- A reference to an\n[`Element`](https://developer.mozilla.org/docs/Web/API/Element) or\n[Virtual Element](https://floating-ui.com/docs/virtual-elements)\n- A function returning a reference to an\n[`Element`](https://developer.mozilla.org/docs/Web/API/Element),\n[Virtual Element](https://floating-ui.com/docs/virtual-elements),\nor a CSS selector string"
667
+ "description": "The trigger element that will trigger the dropdown. The target specified\ncan be any of the following:\n\n- A CSS selector string\n- A reference to an [`Element`][] or [Virtual Element][]\n- A function returning a reference to an [`Element`][],\n[Virtual Element][], or a CSS selector string\n\n[`Element`]: https://developer.mozilla.org/docs/Web/API/Element\n[Virtual Element]: https://floating-ui.com/docs/virtual-elements"
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "name": "qds-form-message",
673
+ "description": {
674
+ "kind": "markdown",
675
+ "value": "`<qds-form-message>` elements represent messages for a form field in a user\ninterface."
676
+ },
677
+ "attributes": [
678
+ {
679
+ "name": "inline",
680
+ "description": "Adds vertical margin to the form message for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
681
+ },
682
+ {
683
+ "name": "size",
684
+ "description": "The form message's size.",
685
+ "values": [
686
+ {
687
+ "name": "large"
688
+ },
689
+ {
690
+ "name": "small"
691
+ },
692
+ {
693
+ "name": "standard"
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "name": "status",
699
+ "description": "The form message's status.",
700
+ "values": [
701
+ {
702
+ "name": "error"
703
+ },
704
+ {
705
+ "name": "info"
706
+ },
707
+ {
708
+ "name": "success"
709
+ },
710
+ {
711
+ "name": "warning"
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "name": "status-description",
717
+ "description": "Adds accessible text to the icon's form message that will be used by screen readers."
718
+ },
719
+ {
720
+ "name": "text",
721
+ "description": "The form message's text."
314
722
  }
315
723
  ]
316
724
  },
@@ -318,7 +726,7 @@
318
726
  "name": "qds-icon",
319
727
  "description": {
320
728
  "kind": "markdown",
321
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
729
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
322
730
  },
323
731
  "attributes": [
324
732
  {
@@ -354,6 +762,29 @@
354
762
  "name": "hreflang",
355
763
  "description": "Hints at the human language of the linked URL. No built-in functionality.\nAllowed values are the same as\n[the global `lang` attribute](https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang)."
356
764
  },
765
+ {
766
+ "name": "icon-library",
767
+ "description": "The name of a registered icon library."
768
+ },
769
+ {
770
+ "name": "icon-name",
771
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
772
+ },
773
+ {
774
+ "name": "importance",
775
+ "description": "The inline link's importance.",
776
+ "values": [
777
+ {
778
+ "name": "emphasized"
779
+ },
780
+ {
781
+ "name": "standard"
782
+ },
783
+ {
784
+ "name": "subdued"
785
+ }
786
+ ]
787
+ },
357
788
  {
358
789
  "name": "referrerpolicy",
359
790
  "description": "How much of the\n[referrer](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nto send when following the inline link.\n\n- `no-referrer`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent.\n- `no-referrer-when-downgrade`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent to\n[origin](https://developer.mozilla.org/docs/Glossary/Origin)s\nwithout [TLS](https://developer.mozilla.org/docs/Glossary/TLS)\n([HTTPS](https://developer.mozilla.org/docs/Glossary/HTTPS)).\n- `origin`: The sent referrer will be limited to the origin of the\nreferring page: its\n[scheme](https://developer.mozilla.org/docs/Learn/Common_questions/What_is_a_URL),\n[host](https://developer.mozilla.org/docs/Glossary/Host), and\n[port](https://developer.mozilla.org/docs/Glossary/Port).\n- `origin-when-cross-origin`: The referrer sent to other origins will be\nlimited to the scheme, the host, and the port. Navigations on the same\norigin will still include the path.\n- `same-origin`: A referrer will be sent for\n[same origin](https://developer.mozilla.org/docs/Glossary/Same-origin_policy),\nbut cross-origin requests will contain no referrer information.\n- `strict-origin`: Only send the origin of the document as the referrer\nwhen the protocol security level stays the same (HTTPS→HTTPS), but don't\nsend it to a less secure destination (HTTPS→HTTP).\n- `strict-origin-when-cross-origin` (default): Send a full URL when\nperforming a same-origin request, only send the origin when the protocol\nsecurity level stays the same (HTTPS→HTTPS), and send no header to a less\nsecure destination (HTTPS→HTTP).\n- `unsafe-url`: The referrer will include the origin and the path (but not the\n[fragment](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hash),\n[password](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password),\nor [username](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/username)).\n**This value is unsafe** because it leaks origins and paths from\nTLS-protected resources to insecure origins.",
@@ -416,37 +847,25 @@
416
847
  },
417
848
  "attributes": [
418
849
  {
419
- "name": "autocapitalize",
420
- "description": "Controls whether and how input is automatically capitalized as it is\nentered/edited by the user. Only valid for `search`, `tel`, and `text`\ninputs. Possible values:\n\n- `\"off\"` or `\"none\"`: No auto-capitalization is applied (all letters\ndefault to lowercase).\n- `\"on\"` or `\"sentences\"`: The first letter of each sentence defaults to a\ncapital letter; all other letters default to lowercase.\n- `\"words\"`: The first letter of each word defaults to a capital letter;\nall other letters default to lowercase.\n- `\"characters\"`: All letters default to uppercase.",
850
+ "name": "accept",
851
+ "description": "Defines the file types the `file` type input should accept. This is a\ncomma-separated list of [unique file type specifiers][]. Because a given\nfile type may be identified in more than one manner, it's useful to\nprovide a thorough set of type specifiers when you files of a given format\nare needed.\n\nFor instance, there are a number of ways Microsoft Word files can be\nidentified, so a site that accepts Word files might use a `<qds-input>`\nlike this:"
852
+ },
853
+ {
854
+ "name": "autocomplete",
855
+ "description": "Provides a hint for a [user agent's][] autocomplete feature. See\n[the HTML `autocomplete` attribute][autocomplete] for a complete list of\nvalues and details on how to use `autoComplete`.\n\n[user agent's]: https://developer.mozilla.org/docs/Glossary/User_agent\n[autocomplete]: https://developer.mozilla.org/docs/Web/HTML/Attributes/autocomplete"
856
+ },
857
+ {
858
+ "name": "capture",
859
+ "description": "Specifies that a new file should be captured and which device should be\nused to capture that new media of the type defined by `accept`.\n\nValues include `user`, `environment`, and `''`:\n\n- `user`: The user-facing camera and/or microphone should be used.\n- `environment`: The outward-facing camera and/or microphone should be\nused.\n- `''`: The implementation-specific capture state.",
421
860
  "values": [
422
861
  {
423
- "name": "characters"
424
- },
425
- {
426
- "name": "none"
427
- },
428
- {
429
- "name": "off"
430
- },
431
- {
432
- "name": "on"
862
+ "name": "environment"
433
863
  },
434
864
  {
435
- "name": "sentences"
436
- },
437
- {
438
- "name": "words"
865
+ "name": "user"
439
866
  }
440
867
  ]
441
868
  },
442
- {
443
- "name": "autocomplete",
444
- "description": "Indicates whether the value of the input can be automatically completed by\nthe browser."
445
- },
446
- {
447
- "name": "autofocus",
448
- "description": "Specify whether the input should have focus when the page loads."
449
- },
450
869
  {
451
870
  "name": "disabled",
452
871
  "description": "Prevents the input from being interacted with: it cannot be pressed or\nfocused."
@@ -480,7 +899,7 @@
480
899
  },
481
900
  {
482
901
  "name": "form",
483
- "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the input with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<qds-input>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<qds-input>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
902
+ "description": "The [`<form>`][] element to associate the input with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<qds-input>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<qds-input>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element.\n\n[`<form>`]: https://developer.mozilla.org/docs/Web/HTML/Element/form"
484
903
  },
485
904
  {
486
905
  "name": "inputmode",
@@ -512,53 +931,72 @@
512
931
  }
513
932
  ]
514
933
  },
515
- {
516
- "name": "invalid",
517
- "description": "Defines if the input is in an invalid state. Validity is determined by\nattributes such as `type`, `pattern`, `min`, `max`, `required`, `step`,\n`minlength`, and `maxlength` using\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation)."
518
- },
519
934
  {
520
935
  "name": "max",
521
- "description": "Defines the greatest value in the range of permitted values. If the\n`value` entered into the input exceeds this, the input fails\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation).\nOnly valid for `date`, `datetime-local`, `month`, `time`, and `week`\ninputs.\n\nIf this value isn't a valid number, then the input has no maximum value."
936
+ "description": "Defines the greatest value in the range of permitted values. If the\n`value` entered into the input exceeds this, the input fails\n[constraint validation][]. Only valid for `date`, `datetime-local`,\n`month`, `time`, and `week` inputs.\n\nIf this value isn't a valid number, then the input has no maximum value.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation"
522
937
  },
523
938
  {
524
939
  "name": "maxlength",
525
- "description": "The maximum number of characters (as UTF-16 code units) the user can enter\ninto the input. This must be an non-negative integer value. If no\n`maxlength` is specified, or an invalid value is specified, the input has\nno maximum length. Only valid for `email`, `password`, `search`, `tel`,\n`text`, and `url` inputs.\n\nThe input will fail\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation)\nif the length of the text entered into the field is greater than\n`maxlength` UTF-16 code units long. By default, browsers prevent users\nfrom entering more characters than allowed by the `maxlength` attribute. See\n[Client-side validation](https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation)\nfor more information."
940
+ "description": "The maximum number of characters (as UTF-16 code units) the user can enter\ninto the input. This must be an non-negative integer value. If no\n`maxlength` is specified, or an invalid value is specified, the input has\nno maximum length. Only valid for `email`, `password`, `search`, `tel`,\n`text`, and `url` inputs.\n\nThe input will fail [constraint validation][] if the length of the text\nentered into the field is greater than `maxlength` UTF-16 code units long.\nBy default, browsers prevent users from entering more characters than\nallowed by the `maxlength` attribute. See [Client-side validation][] for\nmore information.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation"
526
941
  },
527
942
  {
528
943
  "name": "min",
529
- "description": "Defines the most negative value in the range of permitted values. If the\n`value` entered into the input is less than this, the input fails\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation).\nOnly valid for `date`, `datetime-local`, `month`, `time`, and `week`\ninputs.\n\nThis value must be less than or equal to the value of the `max` attribute.\nIf this value isn't a valid number, then the input has no minimum value."
944
+ "description": "Defines the most negative value in the range of permitted values. If the\n`value` entered into the input is less than this, the input fails\n[constraint validation][]. Only valid for `date`, `datetime-local`,\n`month`, `time`, and `week` inputs.\n\nThis value must be less than or equal to the value of the `max` attribute.\nIf this value isn't a valid number, then the input has no minimum value.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation"
530
945
  },
531
946
  {
532
947
  "name": "minlength",
533
- "description": "The minimum number of characters (as UTF-16 code units) the user can enter\ninto the input. This must be an non-negative integer value smaller than or\nequal to the value specified by `maxlength`. If no `minlength` is\nspecified, or an invalid value is specified, the input has no minimum\nlength. Only valid for `email`, `password`, `search`, `tel`, `text`, and\n`url` inputs.\n\nThe input will fail\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation)\nif the length of the text entered into the field is fewer than `minlength`\nUTF-16 code units long, preventing form submission. See\n[Client-side validation](https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation)\nfor more information."
948
+ "description": "The minimum number of characters (as UTF-16 code units) the user can enter\ninto the input. This must be an non-negative integer value smaller than or\nequal to the value specified by `maxlength`. If no `minlength` is\nspecified, or an invalid value is specified, the input has no minimum\nlength. Only valid for `email`, `password`, `search`, `tel`, `text`, and\n`url` inputs.\n\nThe input will fail [constraint validation][] if the length of the text\nentered into the field is fewer than `minlength` UTF-16 code units long,\npreventing form submission. See [Client-side validation][] for more\ninformation.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation"
534
949
  },
535
950
  {
536
951
  "name": "multiple",
537
- "description": "Specifies if multiple comma-separated email addresses can be entered. Only\nvalid for `email` inputs."
952
+ "description": "For `email` inputs, specifies if multiple comma-separated email addresses\ncan be entered. For `file` inputs, specifies if the user is allowed to\nselect more than one file.\n\nOnly valid for `email` or `file` inputs."
538
953
  },
539
954
  {
540
955
  "name": "name",
541
- "description": "The name of the control, which is submitted with the form data. An\nincrementing input ID is used by default."
956
+ "description": "The name of the input, which is submitted with the form data."
957
+ },
958
+ {
959
+ "name": "no-icon",
960
+ "description": "Hide the input type's icon.\n\n> **_NOTE:_** Due to browser limitations, the icon may not be hidden in\nall browsers."
542
961
  },
543
962
  {
544
963
  "name": "pattern",
545
- "description": "Defines a regular expression that the input's `value` must match in order\nfor the value to pass\n[constraint validation](https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation).\nIt must be a valid JavaScript regular expression, as used by the\n[`RegExp`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp)\ntype, and as documented in MDN's\n[guide on regular expressions](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Regular_Expressions);\nthe `'u'` flag is specified when compiling the regular expression, so that\nthe pattern is treated as a sequence of Unicode code points, instead of as\nASCII. No forward slashes should be specified around the pattern text.\nOnly valid for `email`, `password`, `search`, `tel`, `text`, and `url`\ninputs.\n\nIf the `pattern` is invalid, no regular expression is applied and this\nproperty is ignored. If the pattern is valid and a non-empty value does\nnot match the pattern, constraint validation will prevent form submission."
964
+ "description": "Defines a regular expression that the input's `value` must match in order\nfor the value to pass [constraint validation][]. It must be a valid\nJavaScript regular expression, as used by the [`RegExp`][] type, and as\ndocumented in MDN's [guide on regular expressions][]; the `'u'` flag is\nspecified when compiling the regular expression, so that the pattern is\ntreated as a sequence of Unicode code points, instead of as ASCII. No\nforward slashes should be specified around the pattern text. Only valid\nfor `email`, `password`, `search`, `tel`, `text`, and `url` inputs.\n\nIf the `pattern` is invalid, no regular expression is applied and this\nproperty is ignored. If the pattern is valid and a non-empty value does\nnot match the pattern, constraint validation will prevent form submission.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation\n[`RegExp`]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RegExp\n[guide on regular expressions]: https://developer.mozilla.org/docs/Web/JavaScript/Guide/Regular_Expressions"
546
965
  },
547
966
  {
548
967
  "name": "placeholder",
549
968
  "description": "Text that appears in the input when it has no value set. Only valid for\n`email`, `number`, `password`, `search`, `tel`, `text`, and `url` inputs."
550
969
  },
551
970
  {
552
- "name": "readonly",
553
- "description": "The value of the input cannot be edited. Not valid for `color` inputs."
971
+ "name": "required",
972
+ "description": "A value must be specified for the input before the owning form can be\nsubmitted. Not valid for `color` inputs.\n\nSee [Client-side validation][] and the\n[HTML attribute: `required`][required] for more information.\n\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation\n[required]: https://developer.mozilla.org/docs/Web/HTML/Attributes/required"
973
+ },
974
+ {
975
+ "name": "selection-direction",
976
+ "description": "Get or set the selection direction of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute.",
977
+ "values": [
978
+ {
979
+ "name": "backward"
980
+ },
981
+ {
982
+ "name": "forward"
983
+ },
984
+ {
985
+ "name": "none"
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "name": "selection-end",
991
+ "description": "Get or set the ending position or offset of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute."
554
992
  },
555
993
  {
556
- "name": "required",
557
- "description": "A value must be specified for the input before the owning form can be\nsubmitted. Not valid for `color` inputs.\n\nSee\n[Client-side validation](https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation)\nand the\n[HTML attribute: `required`](https://developer.mozilla.org/docs/Web/HTML/Attributes/required)\nfor more information."
994
+ "name": "selection-start",
995
+ "description": "Get or set the starting position or offset of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute."
558
996
  },
559
997
  {
560
998
  "name": "size",
561
- "description": "The input's size.\n\n> **_NOTE:_** The native\n[`size` HTML attribute](https://developer.mozilla.org/docs/Web/HTML/Attributes/size)\nis not supported. CSS `width` should be used instead if this functionality\nis needed.",
999
+ "description": "The input's size.\n\n> **_NOTE:_** The native [`size` HTML attribute][size] is not supported.\nCSS `width` should be used instead if this functionality is needed.\n\n[size]: https://developer.mozilla.org/docs/Web/HTML/Attributes/size",
562
1000
  "values": [
563
1001
  {
564
1002
  "name": "large"
@@ -571,10 +1009,6 @@
571
1009
  }
572
1010
  ]
573
1011
  },
574
- {
575
- "name": "spellcheck",
576
- "description": "Defines whether the input may be checked for spelling errors."
577
- },
578
1012
  {
579
1013
  "name": "step",
580
1014
  "description": "Specifies the granularity that the `value` must adhere to. Only valid for\n`date`, `datetime-local`, `month`, `number`, `time`, and `week` inputs.\n\nThe value must be a positive number—integer or float—or the special value\n`any`, which means no stepping is implied, and any value is allowed\n(barring other constraints, such as `min` and `max`).\n\nIf `any` is not explicitly set, valid values for the `number` are the\nbasis for stepping — the `min` value and increments of the step value, up\nto the `max` value, if specified.",
@@ -598,185 +1032,1028 @@
598
1032
  "name": "datetime-local"
599
1033
  },
600
1034
  {
601
- "name": "email"
1035
+ "name": "email"
1036
+ },
1037
+ {
1038
+ "name": "file"
1039
+ },
1040
+ {
1041
+ "name": "month"
1042
+ },
1043
+ {
1044
+ "name": "number"
1045
+ },
1046
+ {
1047
+ "name": "password"
1048
+ },
1049
+ {
1050
+ "name": "search"
1051
+ },
1052
+ {
1053
+ "name": "tel"
1054
+ },
1055
+ {
1056
+ "name": "text"
1057
+ },
1058
+ {
1059
+ "name": "time"
1060
+ },
1061
+ {
1062
+ "name": "url"
1063
+ },
1064
+ {
1065
+ "name": "week"
1066
+ }
1067
+ ]
1068
+ },
1069
+ {
1070
+ "name": "validation-message",
1071
+ "description": "The error message that would be shown to the user if the `<qds-input>`\nwas to be checked for validity."
1072
+ },
1073
+ {
1074
+ "name": "value",
1075
+ "description": "The value of the input."
1076
+ },
1077
+ {
1078
+ "name": "will-validate",
1079
+ "description": "True if `<qds-input>` will be validated when the form is submitted; false\notherwise."
1080
+ }
1081
+ ]
1082
+ },
1083
+ {
1084
+ "name": "qds-label",
1085
+ "description": {
1086
+ "kind": "markdown",
1087
+ "value": "`<qds-label>` elements represent a caption for an item in a user interface."
1088
+ },
1089
+ "attributes": [
1090
+ {
1091
+ "name": "inline",
1092
+ "description": "Adds vertical margin to the label for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
1093
+ },
1094
+ {
1095
+ "name": "required",
1096
+ "description": "Specify the labelled item as required by appending a red asterisk (*)."
1097
+ },
1098
+ {
1099
+ "name": "size",
1100
+ "description": "The label's size.",
1101
+ "values": [
1102
+ {
1103
+ "name": "large"
1104
+ },
1105
+ {
1106
+ "name": "small"
1107
+ },
1108
+ {
1109
+ "name": "standard"
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "name": "text",
1115
+ "description": "The label's text."
1116
+ }
1117
+ ]
1118
+ },
1119
+ {
1120
+ "name": "qds-list-item",
1121
+ "description": {
1122
+ "kind": "markdown",
1123
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1124
+ },
1125
+ "attributes": [
1126
+ {
1127
+ "name": "checked",
1128
+ "description": "Whether or not the list item is checked when `list-action=\"multiselect\"`"
1129
+ },
1130
+ {
1131
+ "name": "destination",
1132
+ "description": "The destination action that the list item denotes through its rightmost icon.",
1133
+ "values": [
1134
+ {
1135
+ "name": "navigation"
1136
+ }
1137
+ ]
1138
+ },
1139
+ {
1140
+ "name": "disabled",
1141
+ "description": "Prevents the list item from being interacted with: it cannot be selected\nor focused."
1142
+ },
1143
+ {
1144
+ "name": "divider",
1145
+ "description": "Control how to display the bottom divider line.\n\nBy default, the divider is visible and uses the full width of the list item.\n\nUse the `hide` value to hide the divider completely (useful with multiselect).\n\nUse the `indent` value to align the left end of the divider to the icon/text (useful on mobile).\n\n**Note**: the divider is automatically hidden on the last list item in the parent container.",
1146
+ "values": [
1147
+ {
1148
+ "name": "hide"
1149
+ },
1150
+ {
1151
+ "name": "indent"
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "name": "icon-library",
1157
+ "description": "The name of a registered icon library."
1158
+ },
1159
+ {
1160
+ "name": "icon-name",
1161
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1162
+ },
1163
+ {
1164
+ "name": "indeterminate",
1165
+ "description": "Sets the list item to an indeterminate state, only when `list-action=\"indeterminate\"`.\nThis is usually applied to items that represent a \"select all/none\" behavior when associated\nitems have a mix of selected and unselected states."
1166
+ },
1167
+ {
1168
+ "name": "kicker",
1169
+ "description": "Text to display for the kicker."
1170
+ },
1171
+ {
1172
+ "name": "list-action",
1173
+ "description": "The type of list-level action that the list item supports",
1174
+ "values": [
1175
+ {
1176
+ "name": "multiselect"
1177
+ },
1178
+ {
1179
+ "name": "reorder"
1180
+ }
1181
+ ]
1182
+ },
1183
+ {
1184
+ "name": "selected",
1185
+ "description": "Whether or not the list item is selected."
1186
+ },
1187
+ {
1188
+ "name": "size",
1189
+ "description": "The list items's size.",
1190
+ "values": [
1191
+ {
1192
+ "name": "large"
1193
+ },
1194
+ {
1195
+ "name": "small"
1196
+ },
1197
+ {
1198
+ "name": "standard"
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "name": "subtitle",
1204
+ "description": "Text to display below the primary text."
1205
+ },
1206
+ {
1207
+ "name": "text",
1208
+ "description": "The primary text of the list item."
1209
+ }
1210
+ ]
1211
+ },
1212
+ {
1213
+ "name": "qds-loader",
1214
+ "description": {
1215
+ "kind": "markdown",
1216
+ "value": "The `<qds-loader>` element displays an indicator showing that content is\nbeing loaded or processed."
1217
+ },
1218
+ "attributes": [
1219
+ {
1220
+ "name": "size",
1221
+ "description": "The loader's size.",
1222
+ "values": [
1223
+ {
1224
+ "name": "jumbo"
1225
+ },
1226
+ {
1227
+ "name": "large"
1228
+ },
1229
+ {
1230
+ "name": "small"
1231
+ },
1232
+ {
1233
+ "name": "standard"
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "name": "status",
1239
+ "description": "The loader's status.",
1240
+ "values": [
1241
+ {
1242
+ "name": "error"
1243
+ },
1244
+ {
1245
+ "name": "success"
1246
+ },
1247
+ {
1248
+ "name": "warning"
1249
+ }
1250
+ ]
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "name": "qds-nav-list-item",
1256
+ "description": {
1257
+ "kind": "markdown",
1258
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1259
+ },
1260
+ "attributes": [
1261
+ {
1262
+ "name": "collapsed",
1263
+ "description": "Displays the navigation list item in a collapsed state without its text.\nThe text will be displayed in a tooltip instead.\n\nThis property has no effect if the navigation list item does not have an\nicon set."
1264
+ },
1265
+ {
1266
+ "name": "disabled",
1267
+ "description": "Prevents the navigation list item from being interacted with: it cannot be\nselected or focused."
1268
+ },
1269
+ {
1270
+ "name": "icon-library",
1271
+ "description": "The name of a registered icon library."
1272
+ },
1273
+ {
1274
+ "name": "icon-name",
1275
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1276
+ },
1277
+ {
1278
+ "name": "selected",
1279
+ "description": "Whether or not the navigation list item is selected."
1280
+ },
1281
+ {
1282
+ "name": "size",
1283
+ "description": "The navigation list items's size.",
1284
+ "values": [
1285
+ {
1286
+ "name": "large"
1287
+ },
1288
+ {
1289
+ "name": "small"
1290
+ },
1291
+ {
1292
+ "name": "standard"
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "name": "subtext",
1298
+ "description": "Text to display for the subtext."
1299
+ },
1300
+ {
1301
+ "name": "text",
1302
+ "description": "Primary text to display."
1303
+ }
1304
+ ]
1305
+ },
1306
+ {
1307
+ "name": "qds-progress-bar",
1308
+ "description": {
1309
+ "kind": "markdown",
1310
+ "value": "The `<qds-progress-bar>` element displays an indicator showing the\ncompletion progress of a task."
1311
+ },
1312
+ "attributes": [
1313
+ {
1314
+ "name": "max",
1315
+ "description": "Specifies how much work the task indicated by the progress bar requires.\n`max` must have a value greater than 0 and be a valid floating point\nnumber."
1316
+ },
1317
+ {
1318
+ "name": "position",
1319
+ "description": "Returns the result of dividing the current value (`value`) by the maximum\nvalue (`max`); if the progress bar is an indeterminate progress bar, it\nreturns `-1`."
1320
+ },
1321
+ {
1322
+ "name": "size",
1323
+ "description": "The progress bar's size.",
1324
+ "values": [
1325
+ {
1326
+ "name": "large"
1327
+ },
1328
+ {
1329
+ "name": "small"
1330
+ },
1331
+ {
1332
+ "name": "standard"
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "name": "value",
1338
+ "description": "Specifies how much of the task has been completed. It must be a valid\nfloating point number between `0` and `max`, or between `0` and `1` if\n`max` is omitted. If this attribute is not specified, the progress bar is\nindeterminate; this indicates that an activity is ongoing with no\nindication of how long it is expected to take."
1339
+ }
1340
+ ]
1341
+ },
1342
+ {
1343
+ "name": "qds-radio",
1344
+ "description": {
1345
+ "kind": "markdown",
1346
+ "value": "`<qds-radio>` elements are rendered as circles that are filled when\nselected. They are generally used in **radio groups** — collections of radio\nbuttons describing a set of related options.\n\nOnly one radio button in a given radio group can be selected at the same\ntime."
1347
+ },
1348
+ "attributes": [
1349
+ {
1350
+ "name": "checked",
1351
+ "description": "Sets the radio button's state."
1352
+ },
1353
+ {
1354
+ "name": "disabled",
1355
+ "description": "Prevents the radio button from being interacted with: it cannot be pressed\nor focused."
1356
+ },
1357
+ {
1358
+ "name": "form",
1359
+ "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the radio button with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-radio>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-radio>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
1360
+ },
1361
+ {
1362
+ "name": "inline",
1363
+ "description": "Adds vertical margin to the radio for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
1364
+ },
1365
+ {
1366
+ "name": "name",
1367
+ "description": "Specify the radio group this radio button belongs to.\n\nOnce a radio group is established, selecting any radio button in that\ngroup automatically deselects any currently-selected radio button in the\nsame group."
1368
+ },
1369
+ {
1370
+ "name": "required",
1371
+ "description": "Specify the group the radio button belongs to as required.\n\nIf any radio button in a same-named group of radio buttons has the\n`required` attribute, a radio button in that group must be checked,\nalthough it doesn't have to be the one with the attribute applied."
1372
+ },
1373
+ {
1374
+ "name": "size",
1375
+ "description": "The radio button's size.",
1376
+ "values": [
1377
+ {
1378
+ "name": "large"
1379
+ },
1380
+ {
1381
+ "name": "small"
1382
+ },
1383
+ {
1384
+ "name": "standard"
1385
+ }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "name": "text",
1390
+ "description": "The radio button's text."
1391
+ },
1392
+ {
1393
+ "name": "value",
1394
+ "description": "The value of the radio button, submitted as a name/value pair with form\ndata."
1395
+ }
1396
+ ]
1397
+ },
1398
+ {
1399
+ "name": "qds-select",
1400
+ "description": {
1401
+ "kind": "markdown",
1402
+ "value": "The `<qds-select>` element represents a control that provides a menu of\noptions."
1403
+ },
1404
+ "attributes": [
1405
+ {
1406
+ "name": "autocomplete",
1407
+ "description": "Provides a hint for a [user agent's][] autocomplete feature. See\n[the HTML `autocomplete` attribute][] for a complete list of values and\ndetails on how to use `autoComplete`.\n\n[user agent's]: https://developer.mozilla.org/docs/Glossary/User_agent\n[the HTML `autocomplete` attribute]: https://developer.mozilla.org/docs/Web/HTML/Attributes/autocomplete"
1408
+ },
1409
+ {
1410
+ "name": "disabled",
1411
+ "description": "Prevents the select from being interacted with: it cannot be pressed or\nfocused."
1412
+ },
1413
+ {
1414
+ "name": "form",
1415
+ "description": "The [`<form>`][] element to associate the select with (its form owner).\n\nThe value of this attribute must be the id of a `<form>` in the same\ndocument. If this attribute is not set, the `<qds-select>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis attribute lets you associate `<qds-select>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element.\n\n[`<form>`]: https://developer.mozilla.org/docs/Web/HTML/Element/form"
1416
+ },
1417
+ {
1418
+ "name": "length",
1419
+ "description": "Returns the number of elements in the [`<option>`s collection][].\n\n[`<option>`s collection]: https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection"
1420
+ },
1421
+ {
1422
+ "name": "multiple",
1423
+ "description": "Indicates that multiple options can be selected in the list. If it is not\nspecified, then only one option can be selected at a time. When `multiple`\nis specified, most browsers will show a scrolling list box instead of a\nsingle line dropdown."
1424
+ },
1425
+ {
1426
+ "name": "name",
1427
+ "description": "The name of the select, which is submitted with the form data."
1428
+ },
1429
+ {
1430
+ "name": "required",
1431
+ "description": "An `<option>` with a non-empty string value must be selected before this\nselect can be submitted.\n\nSee [Client-side validation] and the [HTML attribute: `required`] for more\ninformation.\n\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation\n[HTML attribute: `required`]: https://developer.mozilla.org/docs/Web/HTML/Attributes/required"
1432
+ },
1433
+ {
1434
+ "name": "selected-index",
1435
+ "description": "The index of the first or last selected [`<option>`][] element, depending\non the value of `multiple`. The value `-1` indicates that no element is\nselected.\n\n[`<option>`]: https://developer.mozilla.org/docs/Web/HTML/Element/option"
1436
+ },
1437
+ {
1438
+ "name": "size",
1439
+ "description": "The select's size.\n\n> ***NOTE:*** The native [`size` HTML attribute] is not supported. CSS\n`height` should be used instead if this functionality is needed.\n\n[`size` HTML attribute]: https://developer.mozilla.org/docs/Web/HTML/Attributes/size",
1440
+ "values": [
1441
+ {
1442
+ "name": "large"
1443
+ },
1444
+ {
1445
+ "name": "small"
1446
+ },
1447
+ {
1448
+ "name": "standard"
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "name": "type",
1454
+ "description": "Returns `select-multiple` if the `multiple` attribute is true;\n`select-one` otherwise.",
1455
+ "values": [
1456
+ {
1457
+ "name": "select-multiple"
1458
+ },
1459
+ {
1460
+ "name": "select-one"
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "name": "validation-message",
1466
+ "description": "The error message that would be shown to the user if the `<qds-select>`\nwas to be checked for validity."
1467
+ },
1468
+ {
1469
+ "name": "value",
1470
+ "description": "The `value` property of the first selected [`<option>`][] element, or the\nempty string if no options are selected.\n\n[`<option>`]: https://developer.mozilla.org/docs/Web/HTML/Element/option"
1471
+ },
1472
+ {
1473
+ "name": "will-validate",
1474
+ "description": "True if `<qds-select>` will be validated when the form is submitted;\nfalse otherwise."
1475
+ }
1476
+ ]
1477
+ },
1478
+ {
1479
+ "name": "qds-standalone-link",
1480
+ "description": {
1481
+ "kind": "markdown",
1482
+ "value": "`<qds-standalone-link>` elements, with their `href` property, create a hyperlink\nto web pages, files, email addresses, locations in the same page, or\nanything else a URL can address.\n\nContent within each `<qds-standalone-link>` *should* indicate the standalone link's\ndestination. If the `href` property is present, pressing the enter key while\nfocused on the `<qds-standalone-link>` element will activate it."
1483
+ },
1484
+ "attributes": [
1485
+ {
1486
+ "name": "disabled",
1487
+ "description": "Prevents the standalone link from being interacted with: it cannot be pressed\nor focused."
1488
+ },
1489
+ {
1490
+ "name": "download",
1491
+ "description": "Causes the browser to treat the linked URL as a download. Can be used with\nor without a `filename` value:\n\n- Without a value, the browser will suggest a filename/extension,\ngenerated from various sources:\n\n - The\n [`Content-Disposition`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Disposition)\n HTTP header\n - The final segment in the URL\n [path](https://developer.mozilla.org/docs/Web/API/URL/pathname)\n - The\n [media type](https://developer.mozilla.org/docs/Glossary/MIME_type)\n (from the\n [`Content-Type`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Type)\n header, the start of a\n [`data:` URL](https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/Data_URLs),\n or\n [`Blob.type`](https://developer.mozilla.org/docs/Web/API/Blob/type)\n for a\n [`blob:` URL](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL))\n- `filename`: defining a value suggests it as the filename. `/` and `\\`\ncharacters are converted to underscores (`_`). Filesystems may forbid\nother characters in filenames, so browsers will adjust the suggested name\nif necessary."
1492
+ },
1493
+ {
1494
+ "name": "href",
1495
+ "description": "The URL that the standalone link points to. Standalone links are not restricted to\nHTTP-based URLs — they can use any URL scheme supported by browsers:\n\n- Sections of a page with document fragments\n- Specific text portions with\n[text fragments](https://developer.mozilla.org/docs/Web/Text_fragments)\n- Pieces of media files with media fragments\n- Telephone numbers with `tel:` URLs\n- Email addresses with `mailto:` URLs\n- While web browsers may not support other URL schemes, websites can with\n[`registerProtocolHandler()`](https://developer.mozilla.org/docs/Web/API/Navigator/registerProtocolHandler)"
1496
+ },
1497
+ {
1498
+ "name": "hreflang",
1499
+ "description": "Hints at the human language of the linked URL. No built-in functionality.\nAllowed values are the same as\n[the global `lang` attribute](https://developer.mozilla.org/docs/Web/HTML/Global_attributes/lang)."
1500
+ },
1501
+ {
1502
+ "name": "icon-library",
1503
+ "description": "The name of a registered icon library."
1504
+ },
1505
+ {
1506
+ "name": "icon-name",
1507
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1508
+ },
1509
+ {
1510
+ "name": "importance",
1511
+ "description": "The standalone link's importance.",
1512
+ "values": [
1513
+ {
1514
+ "name": "emphasized"
1515
+ },
1516
+ {
1517
+ "name": "standard"
1518
+ },
1519
+ {
1520
+ "name": "subdued"
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "name": "referrerpolicy",
1526
+ "description": "How much of the\n[referrer](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nto send when following the standalone link.\n\n- `no-referrer`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent.\n- `no-referrer-when-downgrade`: The\n[`Referer`](https://developer.mozilla.org/docs/Web/HTTP/Headers/Referer)\nheader will not be sent to\n[origin](https://developer.mozilla.org/docs/Glossary/Origin)s\nwithout [TLS](https://developer.mozilla.org/docs/Glossary/TLS)\n([HTTPS](https://developer.mozilla.org/docs/Glossary/HTTPS)).\n- `origin`: The sent referrer will be limited to the origin of the\nreferring page: its\n[scheme](https://developer.mozilla.org/docs/Learn/Common_questions/What_is_a_URL),\n[host](https://developer.mozilla.org/docs/Glossary/Host), and\n[port](https://developer.mozilla.org/docs/Glossary/Port).\n- `origin-when-cross-origin`: The referrer sent to other origins will be\nlimited to the scheme, the host, and the port. Navigations on the same\norigin will still include the path.\n- `same-origin`: A referrer will be sent for\n[same origin](https://developer.mozilla.org/docs/Glossary/Same-origin_policy),\nbut cross-origin requests will contain no referrer information.\n- `strict-origin`: Only send the origin of the document as the referrer\nwhen the protocol security level stays the same (HTTPS→HTTPS), but don't\nsend it to a less secure destination (HTTPS→HTTP).\n- `strict-origin-when-cross-origin` (default): Send a full URL when\nperforming a same-origin request, only send the origin when the protocol\nsecurity level stays the same (HTTPS→HTTPS), and send no header to a less\nsecure destination (HTTPS→HTTP).\n- `unsafe-url`: The referrer will include the origin and the path (but not the\n[fragment](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hash),\n[password](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password),\nor [username](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/username)).\n**This value is unsafe** because it leaks origins and paths from\nTLS-protected resources to insecure origins.",
1527
+ "values": [
1528
+ {
1529
+ "name": "no-referrer"
1530
+ },
1531
+ {
1532
+ "name": "no-referrer-when-downgrade"
1533
+ },
1534
+ {
1535
+ "name": "origin"
1536
+ },
1537
+ {
1538
+ "name": "origin-when-cross-origin"
1539
+ },
1540
+ {
1541
+ "name": "same-origin"
1542
+ },
1543
+ {
1544
+ "name": "strict-origin"
1545
+ },
1546
+ {
1547
+ "name": "strict-origin-when-cross-origin"
1548
+ },
1549
+ {
1550
+ "name": "unsafe-url"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ "name": "rel",
1556
+ "description": "The relationship of the linked URL as space-separated\n[link types](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel).\n\nThe following list includes some of the most important existing keywords.\nEvery keyword within a space-separated value should be unique within that\nvalue.\n\n- [`alternate`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-alternate):\nAlternate representations of the current document.\n- [`author`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-author):\nAuthor of the current document or article.\n- [`bookmark`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-bookmark):\nPermalink for the nearest ancestor section.\n- [`external`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-external):\nThe referenced document is not part of the same site as the current\ndocument. An icon will be rendered next to the text if this value is\nspecified.\n- [`help`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-help):\nLink to context-sensitive help.\n- [`license`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-license):\nIndicates that the main content of the current document is covered by the\ncopyright license described by the referenced document.\n- [`me`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/me):\nIndicates that the current document represents the person who owns the\nlinked content.\n- [`next`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-next):\nIndicates that the current document is a part of a series and that the\nnext document in the series is the referenced document.\n- [`nofollow`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-nofollow):\nIndicates that the current document's original author or publisher does\nnot endorse the referenced document.\n- [`noopener`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel/noopener):\nCreates a top-level browsing context that is not an auxiliary browsing\ncontext if the hyperlink would create either of those, to begin with (i.e.,\nhas an appropriate `target` attribute value).\n- [`noreferrer`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-noreferrer):\nNo `Referer` header will be included. Additionally, has the same effect as\n`noopener`.\n- [`opener`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-opener):\nCreates an auxiliary browsing context if the hyperlink would otherwise\ncreate a top-level browsing context that is not an auxiliary browsing\ncontext (i.e., has \"`_blank`\" as `target` attribute value).\n- [`prev`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-prev):\nIndicates that the current document is a part of a series and that the\nprevious document in the series is the referenced document.\n- [`search`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-search):\nGives a link to a resource that can be used to search through the current\ndocument and its related pages.\n- [`tag`](https://developer.mozilla.org/docs/Web/HTML/Attributes/rel#attr-tag):\nGives a tag (identified by the given address) that applies to the current\ndocument."
1557
+ },
1558
+ {
1559
+ "name": "size",
1560
+ "description": "The standalone link's size.",
1561
+ "values": [
1562
+ {
1563
+ "name": "large"
1564
+ },
1565
+ {
1566
+ "name": "small"
1567
+ },
1568
+ {
1569
+ "name": "standard"
1570
+ }
1571
+ ]
1572
+ },
1573
+ {
1574
+ "name": "target",
1575
+ "description": "Where to display the linked URL, as the name for a browsing context (a\ntab, window, or\n[`<iframe>`](https://developer.mozilla.org/docs/Web/HTML/Element/iframe).\nThe following keywords have special meanings for where to load the URL:\n\n- `_blank`: usually a new tab, but users can configure browsers to open a new\n window instead.\n- `_parent`: the parent browsing context of the current one. If no parent,\n behaves as `_self`.\n- `_self`: the current browsing context.\n- `_top`: the topmost browsing context (the \"highest\" context that's an\n ancestor of the current one). If no ancestors, behaves as `_self`.",
1576
+ "values": [
1577
+ {
1578
+ "name": "_blank"
1579
+ },
1580
+ {
1581
+ "name": "_parent"
1582
+ },
1583
+ {
1584
+ "name": "_self"
1585
+ },
1586
+ {
1587
+ "name": "_top"
1588
+ }
1589
+ ]
1590
+ },
1591
+ {
1592
+ "name": "visitable",
1593
+ "description": "Defines if the standalone link will display the visited state."
1594
+ }
1595
+ ]
1596
+ },
1597
+ {
1598
+ "name": "qds-switch",
1599
+ "description": {
1600
+ "kind": "markdown",
1601
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1602
+ },
1603
+ "attributes": [
1604
+ {
1605
+ "name": "checked",
1606
+ "description": "Sets the switch's state."
1607
+ },
1608
+ {
1609
+ "name": "disabled",
1610
+ "description": "Prevents the switch from being interacted with: it cannot be pressed or\nfocused."
1611
+ },
1612
+ {
1613
+ "name": "form",
1614
+ "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the switch with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-switch>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-switch>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
1615
+ },
1616
+ {
1617
+ "name": "inline",
1618
+ "description": "Adds vertical margin to the switch for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
1619
+ },
1620
+ {
1621
+ "name": "name",
1622
+ "description": "The name of the switch, which is submitted with the form data."
1623
+ },
1624
+ {
1625
+ "name": "size",
1626
+ "description": "The switches's size.",
1627
+ "values": [
1628
+ {
1629
+ "name": "large"
1630
+ },
1631
+ {
1632
+ "name": "small"
1633
+ },
1634
+ {
1635
+ "name": "standard"
1636
+ }
1637
+ ]
1638
+ },
1639
+ {
1640
+ "name": "validation-message",
1641
+ "description": "The error message that would be shown to the user if the `<qds-switch>`\nwas to be checked for validity."
1642
+ },
1643
+ {
1644
+ "name": "value",
1645
+ "description": "The value of the switch, submitted as a name/value pair with form data."
1646
+ },
1647
+ {
1648
+ "name": "will-validate",
1649
+ "description": "True if `<qds-switch>` will be validated when the form is submitted;\nfalse otherwise."
1650
+ }
1651
+ ]
1652
+ },
1653
+ {
1654
+ "name": "qds-tab",
1655
+ "description": {
1656
+ "kind": "markdown",
1657
+ "value": "<qds-tab> is a navigational element that is used in different horizontal or vertical navigation bars\n(Main Navigation, secondary navigation, Tab bar, etc.)\nas trigger points for opening a menu list or switching content in Tab bar."
1658
+ },
1659
+ "attributes": [
1660
+ {
1661
+ "name": "action",
1662
+ "description": "The name of the action icon to render.",
1663
+ "values": [
1664
+ {
1665
+ "name": "closable"
1666
+ },
1667
+ {
1668
+ "name": "expandable"
1669
+ }
1670
+ ]
1671
+ },
1672
+ {
1673
+ "name": "badge",
1674
+ "description": "Displays an indicator if `true` or the empty string. Otherwise, displays a\ncounter badge if a number or string representing a number is used."
1675
+ },
1676
+ {
1677
+ "name": "badge-counter-importance",
1678
+ "description": "The tab's counter importance.",
1679
+ "values": [
1680
+ {
1681
+ "name": "destructive"
1682
+ },
1683
+ {
1684
+ "name": "emphasized"
1685
+ },
1686
+ {
1687
+ "name": "standard"
1688
+ },
1689
+ {
1690
+ "name": "subdued"
1691
+ },
1692
+ {
1693
+ "name": "subdued-destructive"
1694
+ }
1695
+ ]
1696
+ },
1697
+ {
1698
+ "name": "badge-description",
1699
+ "description": "The indicator or counter badge's accessible text that will be used by\nscreen readers."
1700
+ },
1701
+ {
1702
+ "name": "badge-indicator-status",
1703
+ "description": "The indicator's status.",
1704
+ "values": [
1705
+ {
1706
+ "name": "error"
1707
+ },
1708
+ {
1709
+ "name": "info"
1710
+ },
1711
+ {
1712
+ "name": "neutral"
1713
+ },
1714
+ {
1715
+ "name": "success"
1716
+ },
1717
+ {
1718
+ "name": "warning"
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "name": "disabled",
1724
+ "description": "Prevents the tab from being interacted with: it cannot be\nselected or focused."
1725
+ },
1726
+ {
1727
+ "name": "href",
1728
+ "description": "When set, the underlying tab will be rendered as an `<a>` with this\n`href` instead of a `<button>`.\n\nThis property has no effect if the tab has an `action`."
1729
+ },
1730
+ {
1731
+ "name": "icon-library",
1732
+ "description": "The name of a registered icon library."
1733
+ },
1734
+ {
1735
+ "name": "icon-name",
1736
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1737
+ },
1738
+ {
1739
+ "name": "icon-only",
1740
+ "description": "Displays the tab in a collapsed state without its text. The text will be\ndisplayed in a tooltip instead.\n\nThis property has no effect if the tab does not have an icon set."
1741
+ },
1742
+ {
1743
+ "name": "importance",
1744
+ "description": "The tab's importance.",
1745
+ "values": [
1746
+ {
1747
+ "name": "emphasized"
1748
+ },
1749
+ {
1750
+ "name": "standard"
1751
+ },
1752
+ {
1753
+ "name": "subdued"
1754
+ }
1755
+ ]
1756
+ },
1757
+ {
1758
+ "name": "indicator-position",
1759
+ "description": "The tab's indicator position.",
1760
+ "values": [
1761
+ {
1762
+ "name": "block-end"
1763
+ },
1764
+ {
1765
+ "name": "block-start"
1766
+ },
1767
+ {
1768
+ "name": "inline-end"
1769
+ },
1770
+ {
1771
+ "name": "inline-start"
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "name": "panel",
1777
+ "description": "The tab panel element associated with this tab. The `panel` specified\ncan be any of the following:\n\n- A CSS selector string\n- A reference to an [`Element`][]\n- A function returning a reference to an [`Element`][] or a CSS selector\nstring\n\n[`Element`]: https://developer.mozilla.org/docs/Web/API/Element"
1778
+ },
1779
+ {
1780
+ "name": "selected",
1781
+ "description": "Whether or not the tab is selected."
1782
+ },
1783
+ {
1784
+ "name": "size",
1785
+ "description": "The tab's size.",
1786
+ "values": [
1787
+ {
1788
+ "name": "large"
1789
+ },
1790
+ {
1791
+ "name": "small"
1792
+ },
1793
+ {
1794
+ "name": "standard"
1795
+ }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "name": "subtitle",
1800
+ "description": "Text to display for the subtitle."
1801
+ },
1802
+ {
1803
+ "name": "tag-icon-description",
1804
+ "description": "The tag icon's accessible text that will be used by\nscreen readers."
1805
+ },
1806
+ {
1807
+ "name": "tag-icon-library",
1808
+ "description": "The name of a registered icon library."
1809
+ },
1810
+ {
1811
+ "name": "tag-icon-name",
1812
+ "description": "The name of the tab's tag icon to render.\n\nAvailable names depend on the icon library being used."
1813
+ },
1814
+ {
1815
+ "name": "tag-importance",
1816
+ "description": "The tab's tag importance.",
1817
+ "values": [
1818
+ {
1819
+ "name": "emphasized"
602
1820
  },
603
1821
  {
604
- "name": "month"
1822
+ "name": "standard"
605
1823
  },
606
1824
  {
607
- "name": "number"
608
- },
1825
+ "name": "subdued"
1826
+ }
1827
+ ]
1828
+ },
1829
+ {
1830
+ "name": "tag-size",
1831
+ "description": "The tab's tag size.",
1832
+ "values": [
609
1833
  {
610
- "name": "password"
1834
+ "name": "large"
611
1835
  },
612
1836
  {
613
- "name": "search"
1837
+ "name": "small"
614
1838
  },
615
1839
  {
616
- "name": "tel"
617
- },
1840
+ "name": "standard"
1841
+ }
1842
+ ]
1843
+ },
1844
+ {
1845
+ "name": "tag-status",
1846
+ "description": "The tab's tag status.",
1847
+ "values": [
618
1848
  {
619
- "name": "text"
1849
+ "name": "error"
620
1850
  },
621
1851
  {
622
- "name": "time"
1852
+ "name": "info"
623
1853
  },
624
1854
  {
625
- "name": "url"
1855
+ "name": "success"
626
1856
  },
627
1857
  {
628
- "name": "week"
1858
+ "name": "warning"
629
1859
  }
630
1860
  ]
631
1861
  },
632
1862
  {
633
- "name": "value",
634
- "description": "The value of the input."
1863
+ "name": "tag-text",
1864
+ "description": "The tab's tag text."
1865
+ },
1866
+ {
1867
+ "name": "text",
1868
+ "description": "Primary text to display."
635
1869
  }
636
1870
  ]
637
1871
  },
638
1872
  {
639
- "name": "qds-label",
1873
+ "name": "qds-tabbar",
640
1874
  "description": {
641
1875
  "kind": "markdown",
642
- "value": "`<qds-label>` elements represent a caption for an item in a user interface."
1876
+ "value": "`<qds-tabbar>` is the component that facilitates navigation between the groups\nof related content within the page.\nIt allows users to switch between groups by clicking on Tabs without going to another page."
643
1877
  },
644
1878
  "attributes": [
645
1879
  {
646
- "name": "inline",
647
- "description": "Adds vertical margin to the label for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
648
- },
649
- {
650
- "name": "required",
651
- "description": "Specify the labelled item as required by appending a red asterisk (*)."
1880
+ "name": "layer",
1881
+ "description": "The tabbar's layer.",
1882
+ "values": [
1883
+ {
1884
+ "name": "accessory"
1885
+ },
1886
+ {
1887
+ "name": "main"
1888
+ },
1889
+ {
1890
+ "name": "panel"
1891
+ },
1892
+ {
1893
+ "name": "popup"
1894
+ }
1895
+ ]
652
1896
  },
653
1897
  {
654
- "name": "size",
655
- "description": "The label's size.",
1898
+ "name": "level",
1899
+ "description": "The tabbar's level.",
656
1900
  "values": [
657
1901
  {
658
- "name": "large"
1902
+ "name": "root"
659
1903
  },
660
1904
  {
661
- "name": "small"
1905
+ "name": "section"
662
1906
  },
663
1907
  {
664
- "name": "standard"
1908
+ "name": "subsection"
665
1909
  }
666
1910
  ]
667
1911
  },
668
1912
  {
669
- "name": "text",
670
- "description": "The label's text."
1913
+ "name": "orientation",
1914
+ "description": "The tabbar's orientation.",
1915
+ "values": [
1916
+ {
1917
+ "name": "horizontal"
1918
+ },
1919
+ {
1920
+ "name": "vertical"
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "name": "tablist-description",
1926
+ "description": "the tablist Description"
671
1927
  }
672
1928
  ]
673
1929
  },
674
1930
  {
675
- "name": "qds-radio",
1931
+ "name": "qds-table",
676
1932
  "description": {
677
1933
  "kind": "markdown",
678
- "value": "`<qds-radio>` elements are rendered as circles that are filled when\nselected. They are generally used in **radio groups** collections of radio\nbuttons describing a set of related options.\n\nOnly one radio button in a given radio group can be selected at the same\ntime."
1934
+ "value": "The `<qds-table>` element represents tabular data that is, information\npresented in a two-dimensional table comprised of rows and columns of cells\ncontaining data."
1935
+ },
1936
+ "attributes": []
1937
+ },
1938
+ {
1939
+ "name": "qds-table-body",
1940
+ "description": {
1941
+ "kind": "markdown",
1942
+ "value": "The `<qds-table-body>` element encapsulates a set of rows (`<qds-table-row>`\nelements) indicating that they comprise the body of the table\n(`<qds-table>`)."
1943
+ },
1944
+ "attributes": []
1945
+ },
1946
+ {
1947
+ "name": "qds-table-cell",
1948
+ "description": {
1949
+ "kind": "markdown",
1950
+ "value": "The `<qds-table-cell>` element defines a cell of a table that contains data.\nIt participates in the *table model*."
679
1951
  },
680
1952
  "attributes": [
681
1953
  {
682
- "name": "checked",
683
- "description": "Sets the radio button's state."
684
- },
685
- {
686
- "name": "disabled",
687
- "description": "Prevents the radio button from being interacted with: it cannot be pressed\nor focused."
1954
+ "name": "colspan",
1955
+ "description": "Non-negative integer value that indicates for how many columns the cell\nextends. Its default value is `1`. Values higher than 1000 will be\nconsidered as incorrect and will be set to the default value (1)."
688
1956
  },
689
1957
  {
690
- "name": "form",
691
- "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the radio button with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-radio>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-radio>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
692
- },
1958
+ "name": "rowspan",
1959
+ "description": "Non-negative integer value that indicates for how many rows the cell\nextends. Its default value is `1`; if its value is set to `0`, it extends\nuntil the end of the table section (`<qds-table-head>` or\n`<qds-table-body>`, even if implicitly defined), that the cell belongs to.\nValues higher than 65534 are clipped down to 65534."
1960
+ }
1961
+ ]
1962
+ },
1963
+ {
1964
+ "name": "qds-table-head",
1965
+ "description": {
1966
+ "kind": "markdown",
1967
+ "value": "The `<qds-table-head>` element encapsulates a set of rows (`<qds-table-row>`\nelements) indicating that they comprise the head of the table\n(`<qds-table>`)."
1968
+ },
1969
+ "attributes": []
1970
+ },
1971
+ {
1972
+ "name": "qds-table-head-cell",
1973
+ "description": {
1974
+ "kind": "markdown",
1975
+ "value": "The `<qds-table-head-cell>` element defines a cell as the header of a group\nof table cells. The exact nature of this group is defined by the `scope`\nattribute."
1976
+ },
1977
+ "attributes": [
693
1978
  {
694
- "name": "inline",
695
- "description": "Adds vertical margin to the radio for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
1979
+ "name": "abbr",
1980
+ "description": "A short abbreviated description of the cell's content. Some user-agents,\nsuch as speech readers, may present this description before the content\nitself."
696
1981
  },
697
1982
  {
698
- "name": "name",
699
- "description": "Specify the radio group this radio button belongs to.\n\nOnce a radio group is established, selecting any radio button in that\ngroup automatically deselects any currently-selected radio button in the\nsame group."
1983
+ "name": "colspan",
1984
+ "description": "Non-negative integer value that indicates for how many columns the cell\nextends. Its default value is `1`. Values higher than 1000 will be\nconsidered as incorrect and will be set to the default value (1)."
700
1985
  },
701
1986
  {
702
- "name": "required",
703
- "description": "Specify the group the radio button belongs to as required.\n\nIf any radio button in a same-named group of radio buttons has the\n`required` attribute, a radio button in that group must be checked,\nalthough it doesn't have to be the one with the attribute applied."
1987
+ "name": "rowspan",
1988
+ "description": "Non-negative integer value that indicates for how many rows the cell\nextends. Its default value is `1`; if its value is set to `0`, it extends\nuntil the end of the table section (`<qds-table-head>` or\n`<qds-table-body>`, even if implicitly defined), that the cell belongs to.\nValues higher than 65534 are clipped down to 65534."
704
1989
  },
705
1990
  {
706
- "name": "size",
707
- "description": "The radio button's size.",
1991
+ "name": "scope",
1992
+ "description": "Defines the cells that the header element relates to. It may have the\nfollowing values:\n\n- `row`: The header relates to all cells of the row it belongs to.\n- `col`: The header relates to all cells of the column it belongs to.\n\nIf the `scope` attribute is not specified, or its value is not `row` or\n`col`, then browsers automatically select the set of cells to which the\nheader cell applies.",
708
1993
  "values": [
709
1994
  {
710
- "name": "large"
711
- },
712
- {
713
- "name": "small"
1995
+ "name": "col"
714
1996
  },
715
1997
  {
716
- "name": "standard"
1998
+ "name": "row"
717
1999
  }
718
2000
  ]
719
- },
720
- {
721
- "name": "text",
722
- "description": "The radio button's text."
723
- },
724
- {
725
- "name": "value",
726
- "description": "The value of the radio button, submitted as a name/value pair with form\ndata."
727
2001
  }
728
2002
  ]
729
2003
  },
730
2004
  {
731
- "name": "qds-switch",
2005
+ "name": "qds-table-row",
2006
+ "description": {
2007
+ "kind": "markdown",
2008
+ "value": "The `<qds-table-row>` element defines a row of cells in a table. The row's\ncells can then be established using a mix of `<qds-table-cell>` (data cell)\nand `<qds-table-head-cell>` (header cell) elements."
2009
+ },
2010
+ "attributes": []
2011
+ },
2012
+ {
2013
+ "name": "qds-tag",
732
2014
  "description": {
733
2015
  "kind": "markdown",
734
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2016
+ "value": "The `<qds-tag>` element is a static descriptor used for items that need to\nbe labeled, categorized, or organized using keywords that describe them."
735
2017
  },
736
2018
  "attributes": [
737
2019
  {
738
- "name": "autofocus",
739
- "description": "Specify whether the switch should have focus when the page loads."
740
- },
741
- {
742
- "name": "checked",
743
- "description": "Sets the switch's state."
744
- },
745
- {
746
- "name": "disabled",
747
- "description": "Prevents the switch from being interacted with: it cannot be pressed or\nfocused."
748
- },
749
- {
750
- "name": "form",
751
- "description": "The [`<form>`](https://developer.mozilla.org/docs/Web/HTML/Element/form)\nelement to associate the switch with (its form owner).\n\nThe value of this property must be the id of a `<form>` in the same\ndocument. If this property is not set, the `<qds-switch>` is associated\nwith its ancestor `<form>` element, if any.\n\nThis property lets you associate `<qds-switch>` elements to `<form>`s\nanywhere in the document, not just inside a `<form>`. It can also override\nan ancestor `<form>` element."
752
- },
753
- {
754
- "name": "icon-checked-library",
755
- "description": "The name of a registered checked icon library."
2020
+ "name": "badge",
2021
+ "description": "Displays an indicator if `true`."
756
2022
  },
757
2023
  {
758
- "name": "icon-checked-name",
759
- "description": "The name of the checked icon to render.\n\nAvailable names depend on the icon library being used."
2024
+ "name": "badge-description",
2025
+ "description": "The indicator badge's accessible text that will be used by\nscreen readers."
760
2026
  },
761
2027
  {
762
- "name": "icon-unchecked-library",
763
- "description": "The name of a registered unchecked icon library."
2028
+ "name": "icon-description",
2029
+ "description": "Provides a text description of the icon for screen readers."
764
2030
  },
765
2031
  {
766
- "name": "icon-unchecked-name",
767
- "description": "The name of the unchecked icon to render.\n\nAvailable names depend on the icon library being used."
2032
+ "name": "icon-library",
2033
+ "description": "The name of a registered icon library."
768
2034
  },
769
2035
  {
770
- "name": "inline",
771
- "description": "Adds vertical margin to the switch for alignment.\n\nThis is useful when creating inline layouts so that the first lines have\nthe correct vertical centering."
2036
+ "name": "icon-name",
2037
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
772
2038
  },
773
2039
  {
774
- "name": "name",
775
- "description": "The name of the switch, which is submitted with the form data. An\nincrementing ID is used by default."
2040
+ "name": "importance",
2041
+ "description": "The tag's importance.",
2042
+ "values": [
2043
+ {
2044
+ "name": "emphasized"
2045
+ },
2046
+ {
2047
+ "name": "standard"
2048
+ },
2049
+ {
2050
+ "name": "subdued"
2051
+ }
2052
+ ]
776
2053
  },
777
2054
  {
778
2055
  "name": "size",
779
- "description": "The switches's size.",
2056
+ "description": "The tag's size.",
780
2057
  "values": [
781
2058
  {
782
2059
  "name": "large"
@@ -790,50 +2067,39 @@
790
2067
  ]
791
2068
  },
792
2069
  {
793
- "name": "text-checked",
794
- "description": "The switch's checked text."
795
- },
796
- {
797
- "name": "text-unchecked",
798
- "description": "The switch's unchecked text."
799
- },
800
- {
801
- "name": "value",
802
- "description": "The value of the switch, submitted as a name/value pair with form data."
803
- }
804
- ]
805
- },
806
- {
807
- "name": "qds-textarea",
808
- "description": {
809
- "kind": "markdown",
810
- "value": "The `<qds-textarea>` element represents a multi-line plain-text editing\ncontrol, useful when you want to allow users to enter a sizeable amount of\nfree-form text, for example a comment on a review or feedback form."
811
- },
812
- "attributes": [
813
- {
814
- "name": "autocapitalize",
815
- "description": "Controls whether and how input is automatically capitalized as it is\nentered/edited by the user. Possible values:\n\n- `\"off\"` or `\"none\"`: No auto-capitalization is applied (all letters\ndefault to lowercase).\n- `\"on\"` or `\"sentences\"`: The first letter of each sentence defaults to a\ncapital letter; all other letters default to lowercase.\n- `\"words\"`: The first letter of each word defaults to a capital letter;\nall other letters default to lowercase.\n- `\"characters\"`: All letters default to uppercase.",
2070
+ "name": "status",
2071
+ "description": "The tag's status.",
816
2072
  "values": [
817
2073
  {
818
- "name": "characters"
819
- },
820
- {
821
- "name": "none"
2074
+ "name": "error"
822
2075
  },
823
2076
  {
824
- "name": "off"
2077
+ "name": "info"
825
2078
  },
826
2079
  {
827
- "name": "on"
2080
+ "name": "neutral"
828
2081
  },
829
2082
  {
830
- "name": "sentences"
2083
+ "name": "success"
831
2084
  },
832
2085
  {
833
- "name": "words"
2086
+ "name": "warning"
834
2087
  }
835
2088
  ]
836
2089
  },
2090
+ {
2091
+ "name": "text",
2092
+ "description": "The tag's text."
2093
+ }
2094
+ ]
2095
+ },
2096
+ {
2097
+ "name": "qds-textarea",
2098
+ "description": {
2099
+ "kind": "markdown",
2100
+ "value": "The `<qds-textarea>` element represents a multi-line plain-text editing\ncontrol, useful when you want to allow users to enter a sizeable amount of\nfree-form text, for example a comment on a review or feedback form."
2101
+ },
2102
+ "attributes": [
837
2103
  {
838
2104
  "name": "autocomplete",
839
2105
  "description": "Indicates whether the value of the textarea can be automatically completed\nby the browser. Possible values:\n\n`off`: The user must explicitly enter a value into this field for every\nuse, or the document provides its own auto-completion method; the browser\ndoes not automatically complete the entry.\n`on`: The browser can automatically complete the value based on values\nthat the user has entered during previous uses.\n\nIf the `autocomplete` attribute is not specified on a `<qds-textarea>`\nelement, then the browser uses the `autocomplete` attribute value of the\n`<qds-textarea>` element's form owner. The form owner is either the\n[`<form>`][] element that this `<qds-textarea>` element is a descendant of\nor the form element whose `id` is specified by the `form` attribute of the\n`qds-textarea` element. For more information, see the [`autocomplete`]\nattribute in [`<form>`][].\n\n[`<form>`]: https://developer.mozilla.org/docs/Web/HTML/Element/form\n[`autocomplete`]: https://developer.mozilla.org/docs/Web/HTML/Element/form#autocomplete",
@@ -846,17 +2112,13 @@
846
2112
  }
847
2113
  ]
848
2114
  },
849
- {
850
- "name": "autofocus",
851
- "description": "Specify whether the input should have focus when the page loads."
852
- },
853
2115
  {
854
2116
  "name": "cols",
855
2117
  "description": "The visible width of the text control, in average character widths. If it\nis specified, it must be a positive integer. If it is not specified, the\ndefault value is `20`."
856
2118
  },
857
2119
  {
858
2120
  "name": "disabled",
859
- "description": "Prevents the input from being interacted with: it cannot be pressed or\nfocused."
2121
+ "description": "Prevents the textarea from being interacted with: it cannot be pressed or\nfocused."
860
2122
  },
861
2123
  {
862
2124
  "name": "enterkeyhint",
@@ -919,10 +2181,6 @@
919
2181
  }
920
2182
  ]
921
2183
  },
922
- {
923
- "name": "invalid",
924
- "description": "Defines if the textarea is in an invalid state. Validity is determined by\nattributes such as `required`, `minlength`, and `maxlength` using\n[constraint validation][].\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation"
925
- },
926
2184
  {
927
2185
  "name": "maxlength",
928
2186
  "description": "The maximum number of characters (as UTF-16 code units) the user can enter\ninto the textarea. This must be an non-negative integer value. If no\n`maxlength` is specified, or an invalid value is specified, the textarea\nhas no maximum length.\n\nThe textarea will fail [constraint validation][] if the length of the text\nentered into the field is greater than `maxlength` UTF-16 code units long.\nBy default, browsers prevent users from entering more characters than\nallowed by the `maxlength` attribute. See [Client-side validation][] for\nmore information.\n\n[constraint validation]: https://developer.mozilla.org/docs/Web/Guide/HTML/Constraint_validation\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation"
@@ -933,16 +2191,12 @@
933
2191
  },
934
2192
  {
935
2193
  "name": "name",
936
- "description": "The name of the control, which is submitted with the form data. An\nincrementing textarea ID is used by default."
2194
+ "description": "The name of the textarea, which is submitted with the form data."
937
2195
  },
938
2196
  {
939
2197
  "name": "placeholder",
940
2198
  "description": "Text that appears in the textarea when it has no value set."
941
2199
  },
942
- {
943
- "name": "readonly",
944
- "description": "The value of the textarea cannot be edited."
945
- },
946
2200
  {
947
2201
  "name": "required",
948
2202
  "description": "A value must be specified for the textarea before the owning form can be\nsubmitted.\n\nSee [Client-side validation][] and the [HTML attribute: `required`][] for\nmore information.\n\n[Client-side validation]: https://developer.mozilla.org/docs/Web/HTML/Element/input#client-side_validation\n[HTML attribute: `required`]: https://developer.mozilla.org/docs/Web/HTML/Attributes/required"
@@ -951,6 +2205,29 @@
951
2205
  "name": "rows",
952
2206
  "description": "The number of visible text lines for the control. If it is specified, it\nmust be a positive integer. If it is not specified, the default value is\n`2`."
953
2207
  },
2208
+ {
2209
+ "name": "selection-direction",
2210
+ "description": "Get or set the selection direction of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute.",
2211
+ "values": [
2212
+ {
2213
+ "name": "backward"
2214
+ },
2215
+ {
2216
+ "name": "forward"
2217
+ },
2218
+ {
2219
+ "name": "none"
2220
+ }
2221
+ ]
2222
+ },
2223
+ {
2224
+ "name": "selection-end",
2225
+ "description": "Get or set the ending position or offset of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute."
2226
+ },
2227
+ {
2228
+ "name": "selection-start",
2229
+ "description": "Get or set the starting position or offset of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute."
2230
+ },
954
2231
  {
955
2232
  "name": "size",
956
2233
  "description": "The textarea's size.\n\n> **_NOTE:_** The native [`size` HTML attribute][] is not supported. CSS\n`width` should be used instead if this functionality is needed.\n\n[`size` HTML attribute]: https://developer.mozilla.org/docs/Web/HTML/Attributes/size",
@@ -967,20 +2244,21 @@
967
2244
  ]
968
2245
  },
969
2246
  {
970
- "name": "spellcheck",
971
- "description": "Defines whether the textarea may be checked for spelling errors."
2247
+ "name": "validation-message",
2248
+ "description": "The error message that would be shown to the user if the `<qds-select>`\nwas to be checked for validity."
972
2249
  },
973
2250
  {
974
2251
  "name": "value",
975
2252
  "description": "The value of the textarea."
976
2253
  },
2254
+ {
2255
+ "name": "will-validate",
2256
+ "description": "True if `<qds-textarea>` will be validated when the form is submitted;\nfalse otherwise."
2257
+ },
977
2258
  {
978
2259
  "name": "wrap",
979
2260
  "description": "Indicates how the control should wrap the value for form submission.\nPossible values are:\n\n- `hard`: The browser automatically inserts line breaks (`CR+LF`) so that\neach line is no longer than the width of the control; the `cols` attribute\nmust be specified for this to take effect\n- `soft`: The browser ensures that all line breaks in the entered value\nare a `CR+LF` pair, but no additional line breaks are added to the value.\n- `off`: Like `soft` but changes appearance to `white-space: pre` so line\nsegments exceeding `cols` are not wrapped and the `<qds-textarea>` becomes\nhorizontally scrollable.\n\nIf this attribute is not specified, `soft` is its default value.",
980
2261
  "values": [
981
- {
982
- "name": "hard"
983
- },
984
2262
  {
985
2263
  "name": "off"
986
2264
  },
@@ -995,9 +2273,24 @@
995
2273
  "name": "qds-title",
996
2274
  "description": {
997
2275
  "kind": "markdown",
998
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2276
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
999
2277
  },
1000
2278
  "attributes": [
2279
+ {
2280
+ "name": "alignment",
2281
+ "description": "The alignment of the title.",
2282
+ "values": [
2283
+ {
2284
+ "name": "center"
2285
+ },
2286
+ {
2287
+ "name": "end"
2288
+ },
2289
+ {
2290
+ "name": "start"
2291
+ }
2292
+ ]
2293
+ },
1001
2294
  {
1002
2295
  "name": "icon-library",
1003
2296
  "description": "The name of a registered icon library."
@@ -1035,6 +2328,9 @@
1035
2328
  "name": "level",
1036
2329
  "description": "",
1037
2330
  "values": [
2331
+ {
2332
+ "name": "root"
2333
+ },
1038
2334
  {
1039
2335
  "name": "section"
1040
2336
  },
@@ -1070,6 +2366,24 @@
1070
2366
  "name": "h6"
1071
2367
  }
1072
2368
  ]
2369
+ },
2370
+ {
2371
+ "name": "variant",
2372
+ "description": "The title's variant.",
2373
+ "values": [
2374
+ {
2375
+ "name": "web-main-section-display"
2376
+ },
2377
+ {
2378
+ "name": "web-main-section-hero"
2379
+ },
2380
+ {
2381
+ "name": "web-main-section-promo"
2382
+ },
2383
+ {
2384
+ "name": "web-main-subsection-card"
2385
+ }
2386
+ ]
1073
2387
  }
1074
2388
  ]
1075
2389
  },
@@ -1077,7 +2391,7 @@
1077
2391
  "name": "qds-tooltip",
1078
2392
  "description": {
1079
2393
  "kind": "markdown",
1080
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2394
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1081
2395
  },
1082
2396
  "attributes": [
1083
2397
  {
@@ -1148,7 +2462,11 @@
1148
2462
  },
1149
2463
  {
1150
2464
  "name": "target",
1151
- "description": "The trigger element that will trigger the tooltip. The target specified\ncan be any of the follow:\n\n- A CSS selector string\n- A reference to an\n[`Element`](https://developer.mozilla.org/docs/Web/API/Element) or\n[Virtual Element](https://floating-ui.com/docs/virtual-elements)\n- A function returning a reference to an\n[`Element`](https://developer.mozilla.org/docs/Web/API/Element),\n[Virtual Element](https://floating-ui.com/docs/virtual-elements),\nor a CSS selector string"
2465
+ "description": "The trigger element that will trigger the tooltip. The target specified\ncan be any of the following:\n\n- A CSS selector string\n- A reference to an [`Element`][] or [Virtual Element][]\n- A function returning a reference to an [`Element`][],\n[Virtual Element][], or a CSS selector string\n\n[`Element`]: https://developer.mozilla.org/docs/Web/API/Element\n[Virtual Element]: https://floating-ui.com/docs/virtual-elements"
2466
+ },
2467
+ {
2468
+ "name": "trigger",
2469
+ "description": "Determines the events that cause the tooltip to show. Multiple event names\nare separated by spaces."
1152
2470
  }
1153
2471
  ]
1154
2472
  }