@quartzds/core 1.0.0-beta.8 → 1.0.0-beta.81

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 +50 -0
  3. package/components/index.js +49 -27
  4. package/components/index.js.map +1 -1
  5. package/components/p-028b9d2e.js +96 -0
  6. package/components/p-028b9d2e.js.map +1 -0
  7. package/components/p-355efdb1.js +83 -0
  8. package/components/p-355efdb1.js.map +1 -0
  9. package/components/p-4141d6ed.js +204 -0
  10. package/components/p-4141d6ed.js.map +1 -0
  11. package/components/p-698edde1.js +321 -0
  12. package/components/p-698edde1.js.map +1 -0
  13. package/components/p-7b04d43e.js +1556 -0
  14. package/components/p-7b04d43e.js.map +1 -0
  15. package/components/p-7f6e797a.js +108 -0
  16. package/components/p-7f6e797a.js.map +1 -0
  17. package/components/p-82461767.js +328 -0
  18. package/components/p-82461767.js.map +1 -0
  19. package/components/p-9df62f97.js +89 -0
  20. package/components/p-9df62f97.js.map +1 -0
  21. package/components/p-b82bac0a.js +121 -0
  22. package/components/p-b82bac0a.js.map +1 -0
  23. package/components/p-d107c90c.js +27 -0
  24. package/components/p-d107c90c.js.map +1 -0
  25. package/components/p-d279ae53.js +86 -0
  26. package/components/p-d279ae53.js.map +1 -0
  27. package/components/p-f5ba28ff.js +372 -0
  28. package/components/p-f5ba28ff.js.map +1 -0
  29. package/components/p-f85b490c.js +217 -0
  30. package/components/p-f85b490c.js.map +1 -0
  31. package/components/{floating-ui.dom.esm.js → p-fdd0abae.js} +468 -416
  32. package/components/p-fdd0abae.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 +76 -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 +271 -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 +121 -0
  53. package/components/qds-dialog.js.map +1 -0
  54. package/components/qds-divider.d.ts +11 -0
  55. package/components/qds-divider.js +13 -0
  56. package/components/qds-divider.js.map +1 -0
  57. package/components/qds-dropdown.d.ts +2 -2
  58. package/components/qds-dropdown.js +266 -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 +102 -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 +135 -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 +426 -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 +207 -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 +111 -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 +146 -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 +135 -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 +140 -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 +273 -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 +167 -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 +172 -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 +339 -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 +384 -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 +73 -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 +77 -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 +276 -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-cdd65bd0.js +217 -0
  140. package/dist/cjs/helpers-cdd65bd0.js.map +1 -0
  141. package/dist/cjs/index-a9985af0.js +1699 -0
  142. package/dist/cjs/index-a9985af0.js.map +1 -0
  143. package/dist/cjs/index.cjs.js +27 -27
  144. package/dist/cjs/index.cjs.js.map +1 -1
  145. package/dist/cjs/library-57845012.js +117 -0
  146. package/dist/cjs/library-57845012.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_3.cjs.entry.js +445 -0
  150. package/dist/cjs/qds-badge-counter_3.cjs.entry.js.map +1 -0
  151. package/dist/cjs/qds-breadcrumb-item.cjs.entry.js +55 -0
  152. package/dist/cjs/qds-breadcrumb-item.cjs.entry.js.map +1 -0
  153. package/dist/cjs/qds-button.cjs.entry.js +234 -87
  154. package/dist/cjs/qds-button.cjs.entry.js.map +1 -1
  155. package/dist/cjs/qds-checkbox.cjs.entry.js +162 -99
  156. package/dist/cjs/qds-checkbox.cjs.entry.js.map +1 -1
  157. package/dist/cjs/qds-chip.cjs.entry.js +231 -0
  158. package/dist/cjs/qds-chip.cjs.entry.js.map +1 -0
  159. package/dist/cjs/qds-dialog.cjs.entry.js +103 -0
  160. package/dist/cjs/qds-dialog.cjs.entry.js.map +1 -0
  161. package/dist/cjs/qds-divider.cjs.entry.js +69 -0
  162. package/dist/cjs/qds-divider.cjs.entry.js.map +1 -0
  163. package/dist/cjs/qds-dropdown.cjs.entry.js +225 -206
  164. package/dist/cjs/qds-dropdown.cjs.entry.js.map +1 -1
  165. package/dist/cjs/qds-form-message.cjs.entry.js +76 -0
  166. package/dist/cjs/qds-form-message.cjs.entry.js.map +1 -0
  167. package/dist/cjs/qds-icon.cjs.entry.js +111 -90
  168. package/dist/cjs/qds-icon.cjs.entry.js.map +1 -1
  169. package/dist/cjs/qds-inline-link.cjs.entry.js +98 -46
  170. package/dist/cjs/qds-inline-link.cjs.entry.js.map +1 -1
  171. package/dist/cjs/qds-input.cjs.entry.js +337 -185
  172. package/dist/cjs/qds-input.cjs.entry.js.map +1 -1
  173. package/dist/cjs/qds-label.cjs.entry.js +58 -24
  174. package/dist/cjs/qds-label.cjs.entry.js.map +1 -1
  175. package/dist/cjs/qds-list-item.cjs.entry.js +158 -0
  176. package/dist/cjs/qds-list-item.cjs.entry.js.map +1 -0
  177. package/dist/cjs/qds-loader.cjs.entry.js +92 -0
  178. package/dist/cjs/qds-loader.cjs.entry.js.map +1 -0
  179. package/dist/cjs/qds-nav-list-item.cjs.entry.js +108 -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 +117 -0
  182. package/dist/cjs/qds-progress-bar.cjs.entry.js.map +1 -0
  183. package/dist/cjs/qds-radio.cjs.entry.js +101 -57
  184. package/dist/cjs/qds-radio.cjs.entry.js.map +1 -1
  185. package/dist/cjs/qds-select.cjs.entry.js +233 -0
  186. package/dist/cjs/qds-select.cjs.entry.js.map +1 -0
  187. package/dist/cjs/qds-standalone-link.cjs.entry.js +127 -0
  188. package/dist/cjs/qds-standalone-link.cjs.entry.js.map +1 -0
  189. package/dist/cjs/qds-switch.cjs.entry.js +143 -64
  190. package/dist/cjs/qds-switch.cjs.entry.js.map +1 -1
  191. package/dist/cjs/qds-tab.cjs.entry.js +260 -0
  192. package/dist/cjs/qds-tab.cjs.entry.js.map +1 -0
  193. package/dist/cjs/qds-tabbar.cjs.entry.js +326 -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 +56 -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 +58 -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 +163 -0
  208. package/dist/cjs/qds-tag_2.cjs.entry.js.map +1 -0
  209. package/dist/cjs/qds-textarea.cjs.entry.js +229 -153
  210. package/dist/cjs/qds-textarea.cjs.entry.js.map +1 -1
  211. package/dist/cjs/qds.cjs.js +15 -13
  212. package/dist/cjs/qds.cjs.js.map +1 -1
  213. package/dist/custom-elements.json +8403 -1931
  214. package/dist/docs.d.ts +336 -240
  215. package/dist/docs.json +8819 -2762
  216. package/dist/esm/app-globals-8ced3a41.js +10 -0
  217. package/dist/esm/app-globals-8ced3a41.js.map +1 -0
  218. package/dist/esm/controls-a4768aaf.js +27 -0
  219. package/dist/esm/controls-a4768aaf.js.map +1 -0
  220. package/dist/esm/{floating-ui.dom.esm-f96ac766.js → floating-ui.dom.esm-61986f35.js} +468 -416
  221. package/dist/esm/floating-ui.dom.esm-61986f35.js.map +1 -0
  222. package/dist/esm/helpers-4eb4fa44.js +204 -0
  223. package/dist/esm/helpers-4eb4fa44.js.map +1 -0
  224. package/dist/esm/index-5291e8ff.js +1668 -0
  225. package/dist/esm/index-5291e8ff.js.map +1 -0
  226. package/dist/esm/index.js +27 -27
  227. package/dist/esm/index.js.map +1 -1
  228. package/dist/esm/library-9edbe354.js +113 -0
  229. package/dist/esm/library-9edbe354.js.map +1 -0
  230. package/dist/esm/loader.js +9 -7
  231. package/dist/esm/loader.js.map +1 -1
  232. package/dist/esm/qds-badge-counter_3.entry.js +439 -0
  233. package/dist/esm/qds-badge-counter_3.entry.js.map +1 -0
  234. package/dist/esm/qds-breadcrumb-item.entry.js +51 -0
  235. package/dist/esm/qds-breadcrumb-item.entry.js.map +1 -0
  236. package/dist/esm/qds-button.entry.js +234 -87
  237. package/dist/esm/qds-button.entry.js.map +1 -1
  238. package/dist/esm/qds-checkbox.entry.js +162 -99
  239. package/dist/esm/qds-checkbox.entry.js.map +1 -1
  240. package/dist/esm/qds-chip.entry.js +227 -0
  241. package/dist/esm/qds-chip.entry.js.map +1 -0
  242. package/dist/esm/qds-dialog.entry.js +99 -0
  243. package/dist/esm/qds-dialog.entry.js.map +1 -0
  244. package/dist/esm/qds-divider.entry.js +65 -0
  245. package/dist/esm/qds-divider.entry.js.map +1 -0
  246. package/dist/esm/qds-dropdown.entry.js +225 -206
  247. package/dist/esm/qds-dropdown.entry.js.map +1 -1
  248. package/dist/esm/qds-form-message.entry.js +72 -0
  249. package/dist/esm/qds-form-message.entry.js.map +1 -0
  250. package/dist/esm/qds-icon.entry.js +111 -90
  251. package/dist/esm/qds-icon.entry.js.map +1 -1
  252. package/dist/esm/qds-inline-link.entry.js +98 -46
  253. package/dist/esm/qds-inline-link.entry.js.map +1 -1
  254. package/dist/esm/qds-input.entry.js +337 -185
  255. package/dist/esm/qds-input.entry.js.map +1 -1
  256. package/dist/esm/qds-label.entry.js +58 -24
  257. package/dist/esm/qds-label.entry.js.map +1 -1
  258. package/dist/esm/qds-list-item.entry.js +154 -0
  259. package/dist/esm/qds-list-item.entry.js.map +1 -0
  260. package/dist/esm/qds-loader.entry.js +88 -0
  261. package/dist/esm/qds-loader.entry.js.map +1 -0
  262. package/dist/esm/qds-nav-list-item.entry.js +104 -0
  263. package/dist/esm/qds-nav-list-item.entry.js.map +1 -0
  264. package/dist/esm/qds-progress-bar.entry.js +113 -0
  265. package/dist/esm/qds-progress-bar.entry.js.map +1 -0
  266. package/dist/esm/qds-radio.entry.js +101 -57
  267. package/dist/esm/qds-radio.entry.js.map +1 -1
  268. package/dist/esm/qds-select.entry.js +229 -0
  269. package/dist/esm/qds-select.entry.js.map +1 -0
  270. package/dist/esm/qds-standalone-link.entry.js +123 -0
  271. package/dist/esm/qds-standalone-link.entry.js.map +1 -0
  272. package/dist/esm/qds-switch.entry.js +143 -64
  273. package/dist/esm/qds-switch.entry.js.map +1 -1
  274. package/dist/esm/qds-tab.entry.js +256 -0
  275. package/dist/esm/qds-tab.entry.js.map +1 -0
  276. package/dist/esm/qds-tabbar.entry.js +322 -0
  277. package/dist/esm/qds-tabbar.entry.js.map +1 -0
  278. package/dist/esm/qds-table-body.entry.js +50 -0
  279. package/dist/esm/qds-table-body.entry.js.map +1 -0
  280. package/dist/esm/qds-table-cell.entry.js +52 -0
  281. package/dist/esm/qds-table-cell.entry.js.map +1 -0
  282. package/dist/esm/qds-table-head-cell.entry.js +54 -0
  283. package/dist/esm/qds-table-head-cell.entry.js.map +1 -0
  284. package/dist/esm/qds-table-head.entry.js +50 -0
  285. package/dist/esm/qds-table-head.entry.js.map +1 -0
  286. package/dist/esm/qds-table-row.entry.js +50 -0
  287. package/dist/esm/qds-table-row.entry.js.map +1 -0
  288. package/dist/esm/qds-table.entry.js +50 -0
  289. package/dist/esm/qds-table.entry.js.map +1 -0
  290. package/dist/esm/qds-tag_2.entry.js +158 -0
  291. package/dist/esm/qds-tag_2.entry.js.map +1 -0
  292. package/dist/esm/qds-textarea.entry.js +229 -153
  293. package/dist/esm/qds-textarea.entry.js.map +1 -1
  294. package/dist/esm/qds.js +16 -14
  295. package/dist/esm/qds.js.map +1 -1
  296. package/dist/types/components/badge-counter/badge-counter.d.ts +40 -0
  297. package/dist/types/components/badge-indicator/badge-indicator.d.ts +36 -0
  298. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +156 -0
  299. package/dist/types/components/button/button.d.ts +232 -194
  300. package/dist/types/components/checkbox/checkbox.d.ts +136 -124
  301. package/dist/types/components/chip/chip.d.ts +114 -0
  302. package/dist/types/components/controls.d.ts +4 -1
  303. package/dist/types/components/dialog/dialog.d.ts +35 -0
  304. package/dist/types/components/divider/divider.d.ts +26 -0
  305. package/dist/types/components/dropdown/dropdown.d.ts +107 -125
  306. package/dist/types/components/form-message/form-message.d.ts +42 -0
  307. package/dist/types/components/icon/icon.d.ts +24 -24
  308. package/dist/types/components/icon/library.d.ts +3 -3
  309. package/dist/types/components/icon/request.d.ts +5 -9
  310. package/dist/types/components/inline-link/inline-link.d.ts +208 -191
  311. package/dist/types/components/input/input.d.ts +444 -368
  312. package/dist/types/components/label/label.d.ts +24 -24
  313. package/dist/types/components/list-item/list-item.d.ts +100 -0
  314. package/dist/types/components/loader/loader.d.ts +27 -0
  315. package/dist/types/components/nav-list-item/nav-list-item.d.ts +67 -0
  316. package/dist/types/components/progress-bar/progress-bar.d.ts +60 -0
  317. package/dist/types/components/radio/radio.d.ts +90 -95
  318. package/dist/types/components/select/select.d.ts +210 -0
  319. package/dist/types/components/shared.d.ts +6 -0
  320. package/dist/types/components/standalone-link/standalone-link.d.ts +233 -0
  321. package/dist/types/components/switch/switch.d.ts +120 -107
  322. package/dist/types/components/tab/tab.d.ts +158 -0
  323. package/dist/types/components/tabbar/tabbar.d.ts +46 -0
  324. package/dist/types/components/table/table.d.ts +15 -0
  325. package/dist/types/components/table-body/table-body.d.ts +15 -0
  326. package/dist/types/components/table-cell/table-cell.d.ts +32 -0
  327. package/dist/types/components/table-head/table-head.d.ts +15 -0
  328. package/dist/types/components/table-head-cell/table-head-cell.d.ts +56 -0
  329. package/dist/types/components/table-row/table-row.d.ts +15 -0
  330. package/dist/types/components/tag/tag.d.ts +46 -0
  331. package/dist/types/components/textarea/textarea.d.ts +313 -300
  332. package/dist/types/components/title/title.d.ts +39 -32
  333. package/dist/types/components/tooltip/tooltip.d.ts +121 -137
  334. package/dist/types/components.d.ts +3320 -783
  335. package/dist/types/helpers.d.ts +15 -16
  336. package/dist/types/index.d.ts +1 -0
  337. package/dist/types/interface-overrides.d.ts +211 -0
  338. package/dist/types/qds-test.d.ts +22 -11
  339. package/dist/types/stencil-public-runtime.d.ts +49 -15
  340. package/dist/types/utils.d.ts +4 -4
  341. package/dist/vscode.html-custom-data.json +1580 -167
  342. package/hydrate/index.d.ts +36 -18
  343. package/hydrate/index.js +24050 -9160
  344. package/hydrate/index.mjs +24769 -0
  345. package/hydrate/package.json +7 -1
  346. package/loader/cdn.js +3 -4
  347. package/loader/index.cjs.js +3 -4
  348. package/loader/index.d.ts +4 -1
  349. package/loader/index.es2017.js +3 -4
  350. package/loader/index.js +3 -4
  351. package/package.json +53 -89
  352. package/styles/core.css +137 -14
  353. package/components/floating-ui.dom.esm.js.map +0 -1
  354. package/components/helpers.js +0 -175
  355. package/components/helpers.js.map +0 -1
  356. package/components/icon.js +0 -175
  357. package/components/icon.js.map +0 -1
  358. package/components/label.js +0 -55
  359. package/components/label.js.map +0 -1
  360. package/dist/cjs/floating-ui.dom.esm-71fa96af.js.map +0 -1
  361. package/dist/cjs/helpers-452256e8.js +0 -185
  362. package/dist/cjs/helpers-452256e8.js.map +0 -1
  363. package/dist/cjs/index-d181f952.js +0 -2039
  364. package/dist/cjs/index-d181f952.js.map +0 -1
  365. package/dist/cjs/library-0a619eeb.js +0 -62
  366. package/dist/cjs/library-0a619eeb.js.map +0 -1
  367. package/dist/cjs/qds-title.cjs.entry.js +0 -66
  368. package/dist/cjs/qds-title.cjs.entry.js.map +0 -1
  369. package/dist/cjs/qds-tooltip.cjs.entry.js +0 -284
  370. package/dist/cjs/qds-tooltip.cjs.entry.js.map +0 -1
  371. package/dist/esm/floating-ui.dom.esm-f96ac766.js.map +0 -1
  372. package/dist/esm/helpers-76b84f45.js +0 -175
  373. package/dist/esm/helpers-76b84f45.js.map +0 -1
  374. package/dist/esm/index-d7183092.js +0 -2009
  375. package/dist/esm/index-d7183092.js.map +0 -1
  376. package/dist/esm/library-021aca11.js +0 -58
  377. package/dist/esm/library-021aca11.js.map +0 -1
  378. package/dist/esm/polyfills/core-js.js +0 -11
  379. package/dist/esm/polyfills/dom.js +0 -79
  380. package/dist/esm/polyfills/es5-html-element.js +0 -1
  381. package/dist/esm/polyfills/index.js +0 -34
  382. package/dist/esm/polyfills/system.js +0 -6
  383. package/dist/esm/qds-title.entry.js +0 -62
  384. package/dist/esm/qds-title.entry.js.map +0 -1
  385. package/dist/esm/qds-tooltip.entry.js +0 -280
  386. package/dist/esm/qds-tooltip.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."
@@ -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
  },
@@ -85,6 +321,9 @@
85
321
  },
86
322
  {
87
323
  "name": "subdued"
324
+ },
325
+ {
326
+ "name": "subdued-destructive"
88
327
  }
89
328
  ]
90
329
  },
@@ -92,10 +331,38 @@
92
331
  "name": "name",
93
332
  "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
333
  },
334
+ {
335
+ "name": "popup-type",
336
+ "description": "Indicates the type of interactive popup element that can be triggered by\nthe `qds-button`.",
337
+ "values": [
338
+ {
339
+ "name": "dialog"
340
+ },
341
+ {
342
+ "name": "grid"
343
+ },
344
+ {
345
+ "name": "menu"
346
+ },
347
+ {
348
+ "name": "tree"
349
+ },
350
+ {
351
+ "name": "true"
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "name": "rel",
357
+ "description": "When href is define and the button act as a link (`<a>`), the `rel` will be added to the element."
358
+ },
95
359
  {
96
360
  "name": "size",
97
361
  "description": "The button's size.",
98
362
  "values": [
363
+ {
364
+ "name": "hero"
365
+ },
99
366
  {
100
367
  "name": "large"
101
368
  },
@@ -171,11 +438,11 @@
171
438
  },
172
439
  {
173
440
  "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."
441
+ "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
442
  },
176
443
  {
177
444
  "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."
445
+ "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
446
  },
180
447
  {
181
448
  "name": "inline",
@@ -183,7 +450,7 @@
183
450
  },
184
451
  {
185
452
  "name": "name",
186
- "description": "The name of the checkbox, which is submitted with the form data. An\nincrementing ID is used by default."
453
+ "description": "The name of the checkbox, which is submitted with the form data."
187
454
  },
188
455
  {
189
456
  "name": "required",
@@ -208,43 +475,161 @@
208
475
  "name": "text",
209
476
  "description": "The checkbox's text."
210
477
  },
478
+ {
479
+ "name": "validation-message",
480
+ "description": "The error message that would be shown to the user if the `<qds-checkbox>`\nwas to be checked for validity."
481
+ },
211
482
  {
212
483
  "name": "value",
213
484
  "description": "The value of the checkbox, submitted as a name/value pair with form data."
485
+ },
486
+ {
487
+ "name": "will-validate",
488
+ "description": "True if `<qds-checkbox>` will be validated when the form is submitted;\nfalse otherwise."
214
489
  }
215
490
  ]
216
491
  },
217
492
  {
218
- "name": "qds-dropdown",
493
+ "name": "qds-chip",
219
494
  "description": {
220
495
  "kind": "markdown",
221
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
496
+ "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
497
  },
223
498
  "attributes": [
499
+ {
500
+ "name": "autofocus",
501
+ "description": "Specify whether the chip should have focus when the page loads."
502
+ },
503
+ {
504
+ "name": "checked",
505
+ "description": "Sets the selectable chip's state."
506
+ },
224
507
  {
225
508
  "name": "disabled",
226
- "description": "Prevents the dropdown from being shown by user interaction. The dropdown\ncan still be displayed by calling the `show()` method."
509
+ "description": "Prevents the chip from being interacted with: it cannot be pressed or\nfocused."
227
510
  },
228
511
  {
229
- "name": "no-flip",
230
- "description": "Disable Floating UI's\n[`flip` middleware](https://floating-ui.com/docs/flip)."
512
+ "name": "form",
513
+ "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."
231
514
  },
232
515
  {
233
- "name": "no-shift",
234
- "description": "Disable Floating UI's\n[`shift` middleware](https://floating-ui.com/docs/shift)."
516
+ "name": "icon-library",
517
+ "description": "The name of a registered icon library."
235
518
  },
236
519
  {
237
- "name": "placement",
238
- "description": "Where to place the dropdown relative to the `target`.",
520
+ "name": "icon-name",
521
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
522
+ },
523
+ {
524
+ "name": "name",
525
+ "description": "The name of the chip, which is submitted with the form data."
526
+ },
527
+ {
528
+ "name": "size",
529
+ "description": "The chip's size.",
239
530
  "values": [
240
531
  {
241
- "name": "bottom"
532
+ "name": "large"
242
533
  },
243
534
  {
244
- "name": "bottom-end"
535
+ "name": "small"
245
536
  },
246
537
  {
247
- "name": "bottom-start"
538
+ "name": "standard"
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ "name": "text",
544
+ "description": "The chip's text."
545
+ },
546
+ {
547
+ "name": "type",
548
+ "description": "The chip's type.",
549
+ "values": [
550
+ {
551
+ "name": "closable"
552
+ },
553
+ {
554
+ "name": "selectable"
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "name": "value",
560
+ "description": "The value of the chip, submitted as a name/value pair with form data."
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "name": "qds-dialog",
566
+ "description": {
567
+ "kind": "markdown",
568
+ "value": "The `<qds-dialog>` element represent a dialog box or other interactive\ncomponent, such as a dismissible alert, inspector, or subwindow."
569
+ },
570
+ "attributes": [
571
+ {
572
+ "name": "open",
573
+ "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."
574
+ }
575
+ ]
576
+ },
577
+ {
578
+ "name": "qds-divider",
579
+ "description": {
580
+ "kind": "markdown",
581
+ "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."
582
+ },
583
+ "attributes": [
584
+ {
585
+ "name": "importance",
586
+ "description": "The divider's importance.",
587
+ "values": [
588
+ {
589
+ "name": "emphasized"
590
+ },
591
+ {
592
+ "name": "standard"
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "name": "vertical",
598
+ "description": "Display the divider in vertical orientation."
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "name": "qds-dropdown",
604
+ "description": {
605
+ "kind": "markdown",
606
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
607
+ },
608
+ "attributes": [
609
+ {
610
+ "name": "disabled",
611
+ "description": "Prevents the dropdown from being shown by user interaction. The dropdown\ncan still be displayed by calling the `show()` method."
612
+ },
613
+ {
614
+ "name": "no-flip",
615
+ "description": "Disable Floating UI's\n[`flip` middleware](https://floating-ui.com/docs/flip)."
616
+ },
617
+ {
618
+ "name": "no-shift",
619
+ "description": "Disable Floating UI's\n[`shift` middleware](https://floating-ui.com/docs/shift)."
620
+ },
621
+ {
622
+ "name": "placement",
623
+ "description": "Where to place the dropdown relative to the `target`.",
624
+ "values": [
625
+ {
626
+ "name": "bottom"
627
+ },
628
+ {
629
+ "name": "bottom-end"
630
+ },
631
+ {
632
+ "name": "bottom-start"
248
633
  },
249
634
  {
250
635
  "name": "left"
@@ -289,7 +674,61 @@
289
674
  },
290
675
  {
291
676
  "name": "target",
292
- "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"
677
+ "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"
678
+ }
679
+ ]
680
+ },
681
+ {
682
+ "name": "qds-form-message",
683
+ "description": {
684
+ "kind": "markdown",
685
+ "value": "`<qds-form-message>` elements represent messages for a form field in a user\ninterface."
686
+ },
687
+ "attributes": [
688
+ {
689
+ "name": "inline",
690
+ "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."
691
+ },
692
+ {
693
+ "name": "size",
694
+ "description": "The form message's size.",
695
+ "values": [
696
+ {
697
+ "name": "large"
698
+ },
699
+ {
700
+ "name": "small"
701
+ },
702
+ {
703
+ "name": "standard"
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "name": "status",
709
+ "description": "The form message's status.",
710
+ "values": [
711
+ {
712
+ "name": "error"
713
+ },
714
+ {
715
+ "name": "info"
716
+ },
717
+ {
718
+ "name": "success"
719
+ },
720
+ {
721
+ "name": "warning"
722
+ }
723
+ ]
724
+ },
725
+ {
726
+ "name": "status-description",
727
+ "description": "Adds accessible text to the icon's form message that will be used by screen readers."
728
+ },
729
+ {
730
+ "name": "text",
731
+ "description": "The form message's text."
293
732
  }
294
733
  ]
295
734
  },
@@ -297,7 +736,7 @@
297
736
  "name": "qds-icon",
298
737
  "description": {
299
738
  "kind": "markdown",
300
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
739
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
301
740
  },
302
741
  "attributes": [
303
742
  {
@@ -333,6 +772,29 @@
333
772
  "name": "hreflang",
334
773
  "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)."
335
774
  },
775
+ {
776
+ "name": "icon-library",
777
+ "description": "The name of a registered icon library."
778
+ },
779
+ {
780
+ "name": "icon-name",
781
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
782
+ },
783
+ {
784
+ "name": "importance",
785
+ "description": "The inline link's importance.",
786
+ "values": [
787
+ {
788
+ "name": "emphasized"
789
+ },
790
+ {
791
+ "name": "standard"
792
+ },
793
+ {
794
+ "name": "subdued"
795
+ }
796
+ ]
797
+ },
336
798
  {
337
799
  "name": "referrerpolicy",
338
800
  "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.",
@@ -394,6 +856,10 @@
394
856
  "value": "The `<qds-input>` element is used to create interactive controls for\nweb-based forms in order to accept data from the user; a wide variety of\ntypes of input data and control widgets are available, depending on the\ndevice and\n[user agent](https://developer.mozilla.org/docs/Glossary/User_agent)."
395
857
  },
396
858
  "attributes": [
859
+ {
860
+ "name": "accept",
861
+ "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:"
862
+ },
397
863
  {
398
864
  "name": "autocapitalize",
399
865
  "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.",
@@ -420,12 +886,24 @@
420
886
  },
421
887
  {
422
888
  "name": "autocomplete",
423
- "description": "Indicates whether the value of the input can be automatically completed by\nthe browser."
889
+ "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"
424
890
  },
425
891
  {
426
892
  "name": "autofocus",
427
893
  "description": "Specify whether the input should have focus when the page loads."
428
894
  },
895
+ {
896
+ "name": "capture",
897
+ "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.",
898
+ "values": [
899
+ {
900
+ "name": "environment"
901
+ },
902
+ {
903
+ "name": "user"
904
+ }
905
+ ]
906
+ },
429
907
  {
430
908
  "name": "disabled",
431
909
  "description": "Prevents the input from being interacted with: it cannot be pressed or\nfocused."
@@ -459,7 +937,7 @@
459
937
  },
460
938
  {
461
939
  "name": "form",
462
- "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."
940
+ "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"
463
941
  },
464
942
  {
465
943
  "name": "inputmode",
@@ -491,53 +969,72 @@
491
969
  }
492
970
  ]
493
971
  },
494
- {
495
- "name": "invalid",
496
- "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)."
497
- },
498
972
  {
499
973
  "name": "max",
500
- "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."
974
+ "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"
501
975
  },
502
976
  {
503
977
  "name": "maxlength",
504
- "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."
978
+ "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"
505
979
  },
506
980
  {
507
981
  "name": "min",
508
- "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."
982
+ "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"
509
983
  },
510
984
  {
511
985
  "name": "minlength",
512
- "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."
986
+ "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"
513
987
  },
514
988
  {
515
989
  "name": "multiple",
516
- "description": "Specifies if multiple comma-separated email addresses can be entered. Only\nvalid for `email` inputs."
990
+ "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."
517
991
  },
518
992
  {
519
993
  "name": "name",
520
- "description": "The name of the control, which is submitted with the form data. An\nincrementing input ID is used by default."
994
+ "description": "The name of the input, which is submitted with the form data."
995
+ },
996
+ {
997
+ "name": "no-icon",
998
+ "description": "Hide the input type's icon.\n\n> **_NOTE:_** Due to browser limitations, the icon may not be hidden in\nall browsers."
521
999
  },
522
1000
  {
523
1001
  "name": "pattern",
524
- "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."
1002
+ "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"
525
1003
  },
526
1004
  {
527
1005
  "name": "placeholder",
528
1006
  "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."
529
1007
  },
530
1008
  {
531
- "name": "readonly",
532
- "description": "The value of the input cannot be edited. Not valid for `color` inputs."
1009
+ "name": "required",
1010
+ "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"
533
1011
  },
534
1012
  {
535
- "name": "required",
536
- "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."
1013
+ "name": "selection-direction",
1014
+ "description": "Get or set the selection direction of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute.",
1015
+ "values": [
1016
+ {
1017
+ "name": "backward"
1018
+ },
1019
+ {
1020
+ "name": "forward"
1021
+ },
1022
+ {
1023
+ "name": "none"
1024
+ }
1025
+ ]
1026
+ },
1027
+ {
1028
+ "name": "selection-end",
1029
+ "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."
1030
+ },
1031
+ {
1032
+ "name": "selection-start",
1033
+ "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."
537
1034
  },
538
1035
  {
539
1036
  "name": "size",
540
- "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.",
1037
+ "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",
541
1038
  "values": [
542
1039
  {
543
1040
  "name": "large"
@@ -564,198 +1061,1041 @@
564
1061
  ]
565
1062
  },
566
1063
  {
567
- "name": "type",
568
- "description": "The type of input to render:\n\n- `\"date\"`: An input for entering a date (year, month, and day, with no\ntime). Opens a date picker or numeric wheels for year, month, day when\nactive in supporting browsers.\n- `\"datetime-local\"`: An input for entering a date and time, with no time\nzone. Opens a date picker or numeric wheels for date and time components\nwhen active in supporting browsers.\n- `\"email\"`: An input for editing an email address. Looks like a `\"text\"`\ninput, but has validation parameters and relevant keyboard in supporting\nbrowsers and devices with dynamic keyboards.\n- `\"month\"`: An input for entering a month and year, with no time zone.\n- `\"number\"`: An input for entering a number. Displays a spinner and adds\ndefault validation when supported. Displays a numeric keypad in some\ndevices with dynamic keypads.\n- `\"password\"`: A single-line text input whose value is obscured. Will\nalert user if site is not secure.\n- `\"search\"`: A single-line text input for entering search strings.\nLine-breaks are automatically removed from the input value. May include a\ndelete icon in supporting browsers that can be used to clear the input.\nDisplays a search icon instead of enter key on some devices with dynamic\nkeypads.\n- `\"tel\"`: An input for entering a telephone number. Displays a telephone\nkeypad in some devices with dynamic keypads.\n- `\"text\"`: A single-line text input. Line-breaks are automatically\nremoved from the input value.\n- `\"time\"`: An input for entering a time value with no time zone.\n- `\"url\"`: An input for entering a URL. Looks like a `\"text\"` input, but\nhas validation parameters and relevant keyboard in supporting browsers and\ndevices with dynamic keyboards.\n- `\"week\"`: An input for entering a date consisting of a week-year number\nand a week number with no time zone.",
1064
+ "name": "type",
1065
+ "description": "The type of input to render:\n\n- `\"date\"`: An input for entering a date (year, month, and day, with no\ntime). Opens a date picker or numeric wheels for year, month, day when\nactive in supporting browsers.\n- `\"datetime-local\"`: An input for entering a date and time, with no time\nzone. Opens a date picker or numeric wheels for date and time components\nwhen active in supporting browsers.\n- `\"email\"`: An input for editing an email address. Looks like a `\"text\"`\ninput, but has validation parameters and relevant keyboard in supporting\nbrowsers and devices with dynamic keyboards.\n- `\"month\"`: An input for entering a month and year, with no time zone.\n- `\"number\"`: An input for entering a number. Displays a spinner and adds\ndefault validation when supported. Displays a numeric keypad in some\ndevices with dynamic keypads.\n- `\"password\"`: A single-line text input whose value is obscured. Will\nalert user if site is not secure.\n- `\"search\"`: A single-line text input for entering search strings.\nLine-breaks are automatically removed from the input value. May include a\ndelete icon in supporting browsers that can be used to clear the input.\nDisplays a search icon instead of enter key on some devices with dynamic\nkeypads.\n- `\"tel\"`: An input for entering a telephone number. Displays a telephone\nkeypad in some devices with dynamic keypads.\n- `\"text\"`: A single-line text input. Line-breaks are automatically\nremoved from the input value.\n- `\"time\"`: An input for entering a time value with no time zone.\n- `\"url\"`: An input for entering a URL. Looks like a `\"text\"` input, but\nhas validation parameters and relevant keyboard in supporting browsers and\ndevices with dynamic keyboards.\n- `\"week\"`: An input for entering a date consisting of a week-year number\nand a week number with no time zone.",
1066
+ "values": [
1067
+ {
1068
+ "name": "color"
1069
+ },
1070
+ {
1071
+ "name": "date"
1072
+ },
1073
+ {
1074
+ "name": "datetime-local"
1075
+ },
1076
+ {
1077
+ "name": "email"
1078
+ },
1079
+ {
1080
+ "name": "file"
1081
+ },
1082
+ {
1083
+ "name": "month"
1084
+ },
1085
+ {
1086
+ "name": "number"
1087
+ },
1088
+ {
1089
+ "name": "password"
1090
+ },
1091
+ {
1092
+ "name": "search"
1093
+ },
1094
+ {
1095
+ "name": "tel"
1096
+ },
1097
+ {
1098
+ "name": "text"
1099
+ },
1100
+ {
1101
+ "name": "time"
1102
+ },
1103
+ {
1104
+ "name": "url"
1105
+ },
1106
+ {
1107
+ "name": "week"
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "name": "validation-message",
1113
+ "description": "The error message that would be shown to the user if the `<qds-select>`\nwas to be checked for validity."
1114
+ },
1115
+ {
1116
+ "name": "value",
1117
+ "description": "The value of the input."
1118
+ },
1119
+ {
1120
+ "name": "will-validate",
1121
+ "description": "True if `<qds-input>` will be validated when the form is submitted; false\notherwise."
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "name": "qds-label",
1127
+ "description": {
1128
+ "kind": "markdown",
1129
+ "value": "`<qds-label>` elements represent a caption for an item in a user interface."
1130
+ },
1131
+ "attributes": [
1132
+ {
1133
+ "name": "inline",
1134
+ "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."
1135
+ },
1136
+ {
1137
+ "name": "required",
1138
+ "description": "Specify the labelled item as required by appending a red asterisk (*)."
1139
+ },
1140
+ {
1141
+ "name": "size",
1142
+ "description": "The label's size.",
1143
+ "values": [
1144
+ {
1145
+ "name": "large"
1146
+ },
1147
+ {
1148
+ "name": "small"
1149
+ },
1150
+ {
1151
+ "name": "standard"
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "name": "text",
1157
+ "description": "The label's text."
1158
+ }
1159
+ ]
1160
+ },
1161
+ {
1162
+ "name": "qds-list-item",
1163
+ "description": {
1164
+ "kind": "markdown",
1165
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1166
+ },
1167
+ "attributes": [
1168
+ {
1169
+ "name": "checked",
1170
+ "description": "Whether or not the list item is checked when `list-action=\"multiselect\"`"
1171
+ },
1172
+ {
1173
+ "name": "destination",
1174
+ "description": "The destination action that the list item denotes through its rightmost icon.",
1175
+ "values": [
1176
+ {
1177
+ "name": "navigation"
1178
+ }
1179
+ ]
1180
+ },
1181
+ {
1182
+ "name": "disabled",
1183
+ "description": "Prevents the list item from being interacted with: it cannot be selected\nor focused."
1184
+ },
1185
+ {
1186
+ "name": "divider",
1187
+ "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.",
1188
+ "values": [
1189
+ {
1190
+ "name": "hide"
1191
+ },
1192
+ {
1193
+ "name": "indent"
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "name": "icon-library",
1199
+ "description": "The name of a registered icon library."
1200
+ },
1201
+ {
1202
+ "name": "icon-name",
1203
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1204
+ },
1205
+ {
1206
+ "name": "indeterminate",
1207
+ "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."
1208
+ },
1209
+ {
1210
+ "name": "kicker",
1211
+ "description": "Text to display for the kicker."
1212
+ },
1213
+ {
1214
+ "name": "list-action",
1215
+ "description": "The type of list-level action that the list item supports",
1216
+ "values": [
1217
+ {
1218
+ "name": "multiselect"
1219
+ },
1220
+ {
1221
+ "name": "reorder"
1222
+ }
1223
+ ]
1224
+ },
1225
+ {
1226
+ "name": "selected",
1227
+ "description": "Whether or not the list item is selected."
1228
+ },
1229
+ {
1230
+ "name": "size",
1231
+ "description": "The list items's size.",
1232
+ "values": [
1233
+ {
1234
+ "name": "large"
1235
+ },
1236
+ {
1237
+ "name": "small"
1238
+ },
1239
+ {
1240
+ "name": "standard"
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "name": "subtitle",
1246
+ "description": "Text to display below the primary text."
1247
+ },
1248
+ {
1249
+ "name": "text",
1250
+ "description": "The primary text of the list item."
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "name": "qds-loader",
1256
+ "description": {
1257
+ "kind": "markdown",
1258
+ "value": "The `<qds-loader>` element displays an indicator showing that content is\nbeing loaded or processed."
1259
+ },
1260
+ "attributes": [
1261
+ {
1262
+ "name": "size",
1263
+ "description": "The loader's size.",
1264
+ "values": [
1265
+ {
1266
+ "name": "jumbo"
1267
+ },
1268
+ {
1269
+ "name": "large"
1270
+ },
1271
+ {
1272
+ "name": "small"
1273
+ },
1274
+ {
1275
+ "name": "standard"
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "name": "status",
1281
+ "description": "The loader's status.",
1282
+ "values": [
1283
+ {
1284
+ "name": "error"
1285
+ },
1286
+ {
1287
+ "name": "success"
1288
+ },
1289
+ {
1290
+ "name": "warning"
1291
+ }
1292
+ ]
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "name": "qds-nav-list-item",
1298
+ "description": {
1299
+ "kind": "markdown",
1300
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1301
+ },
1302
+ "attributes": [
1303
+ {
1304
+ "name": "collapsed",
1305
+ "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."
1306
+ },
1307
+ {
1308
+ "name": "disabled",
1309
+ "description": "Prevents the navigation list item from being interacted with: it cannot be\nselected or focused."
1310
+ },
1311
+ {
1312
+ "name": "icon-library",
1313
+ "description": "The name of a registered icon library."
1314
+ },
1315
+ {
1316
+ "name": "icon-name",
1317
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1318
+ },
1319
+ {
1320
+ "name": "selected",
1321
+ "description": "Whether or not the navigation list item is selected."
1322
+ },
1323
+ {
1324
+ "name": "size",
1325
+ "description": "The navigation list items's size.",
1326
+ "values": [
1327
+ {
1328
+ "name": "large"
1329
+ },
1330
+ {
1331
+ "name": "small"
1332
+ },
1333
+ {
1334
+ "name": "standard"
1335
+ }
1336
+ ]
1337
+ },
1338
+ {
1339
+ "name": "subtext",
1340
+ "description": "Text to display for the subtext."
1341
+ },
1342
+ {
1343
+ "name": "text",
1344
+ "description": "Primary text to display."
1345
+ }
1346
+ ]
1347
+ },
1348
+ {
1349
+ "name": "qds-progress-bar",
1350
+ "description": {
1351
+ "kind": "markdown",
1352
+ "value": "The `<qds-progress-bar>` element displays an indicator showing the\ncompletion progress of a task."
1353
+ },
1354
+ "attributes": [
1355
+ {
1356
+ "name": "max",
1357
+ "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."
1358
+ },
1359
+ {
1360
+ "name": "position",
1361
+ "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`."
1362
+ },
1363
+ {
1364
+ "name": "size",
1365
+ "description": "The progress bar's size.",
1366
+ "values": [
1367
+ {
1368
+ "name": "large"
1369
+ },
1370
+ {
1371
+ "name": "small"
1372
+ },
1373
+ {
1374
+ "name": "standard"
1375
+ }
1376
+ ]
1377
+ },
1378
+ {
1379
+ "name": "value",
1380
+ "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."
1381
+ }
1382
+ ]
1383
+ },
1384
+ {
1385
+ "name": "qds-radio",
1386
+ "description": {
1387
+ "kind": "markdown",
1388
+ "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."
1389
+ },
1390
+ "attributes": [
1391
+ {
1392
+ "name": "checked",
1393
+ "description": "Sets the radio button's state."
1394
+ },
1395
+ {
1396
+ "name": "disabled",
1397
+ "description": "Prevents the radio button from being interacted with: it cannot be pressed\nor focused."
1398
+ },
1399
+ {
1400
+ "name": "form",
1401
+ "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."
1402
+ },
1403
+ {
1404
+ "name": "inline",
1405
+ "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."
1406
+ },
1407
+ {
1408
+ "name": "name",
1409
+ "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."
1410
+ },
1411
+ {
1412
+ "name": "required",
1413
+ "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."
1414
+ },
1415
+ {
1416
+ "name": "size",
1417
+ "description": "The radio button's size.",
1418
+ "values": [
1419
+ {
1420
+ "name": "large"
1421
+ },
1422
+ {
1423
+ "name": "small"
1424
+ },
1425
+ {
1426
+ "name": "standard"
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "name": "text",
1432
+ "description": "The radio button's text."
1433
+ },
1434
+ {
1435
+ "name": "value",
1436
+ "description": "The value of the radio button, submitted as a name/value pair with form\ndata."
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "name": "qds-select",
1442
+ "description": {
1443
+ "kind": "markdown",
1444
+ "value": "The `<qds-select>` element represents a control that provides a menu of\noptions."
1445
+ },
1446
+ "attributes": [
1447
+ {
1448
+ "name": "autocomplete",
1449
+ "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"
1450
+ },
1451
+ {
1452
+ "name": "autofocus",
1453
+ "description": "Specify whether the select should have focus when the page loads."
1454
+ },
1455
+ {
1456
+ "name": "disabled",
1457
+ "description": "Prevents the select from being interacted with: it cannot be pressed or\nfocused."
1458
+ },
1459
+ {
1460
+ "name": "form",
1461
+ "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"
1462
+ },
1463
+ {
1464
+ "name": "length",
1465
+ "description": "Returns the number of elements in the [`<option>`s collection][].\n\n[`<option>`s collection]: https://developer.mozilla.org/docs/Web/API/HTMLOptionsCollection"
1466
+ },
1467
+ {
1468
+ "name": "multiple",
1469
+ "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."
1470
+ },
1471
+ {
1472
+ "name": "name",
1473
+ "description": "The name of the select, which is submitted with the form data."
1474
+ },
1475
+ {
1476
+ "name": "required",
1477
+ "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"
1478
+ },
1479
+ {
1480
+ "name": "selected-index",
1481
+ "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"
1482
+ },
1483
+ {
1484
+ "name": "size",
1485
+ "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",
1486
+ "values": [
1487
+ {
1488
+ "name": "large"
1489
+ },
1490
+ {
1491
+ "name": "small"
1492
+ },
1493
+ {
1494
+ "name": "standard"
1495
+ }
1496
+ ]
1497
+ },
1498
+ {
1499
+ "name": "type",
1500
+ "description": "Returns `select-multiple` if the `multiple` attribute is true;\n`select-one` otherwise.",
1501
+ "values": [
1502
+ {
1503
+ "name": "select-multiple"
1504
+ },
1505
+ {
1506
+ "name": "select-one"
1507
+ }
1508
+ ]
1509
+ },
1510
+ {
1511
+ "name": "validation-message",
1512
+ "description": "The error message that would be shown to the user if the `<qds-select>`\nwas to be checked for validity."
1513
+ },
1514
+ {
1515
+ "name": "value",
1516
+ "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"
1517
+ },
1518
+ {
1519
+ "name": "will-validate",
1520
+ "description": "True if `<qds-select>` will be validated when the form is submitted;\nfalse otherwise."
1521
+ }
1522
+ ]
1523
+ },
1524
+ {
1525
+ "name": "qds-standalone-link",
1526
+ "description": {
1527
+ "kind": "markdown",
1528
+ "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."
1529
+ },
1530
+ "attributes": [
1531
+ {
1532
+ "name": "disabled",
1533
+ "description": "Prevents the standalone link from being interacted with: it cannot be pressed\nor focused."
1534
+ },
1535
+ {
1536
+ "name": "download",
1537
+ "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."
1538
+ },
1539
+ {
1540
+ "name": "href",
1541
+ "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)"
1542
+ },
1543
+ {
1544
+ "name": "hreflang",
1545
+ "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)."
1546
+ },
1547
+ {
1548
+ "name": "icon-library",
1549
+ "description": "The name of a registered icon library."
1550
+ },
1551
+ {
1552
+ "name": "icon-name",
1553
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1554
+ },
1555
+ {
1556
+ "name": "importance",
1557
+ "description": "The standalone link's importance.",
1558
+ "values": [
1559
+ {
1560
+ "name": "emphasized"
1561
+ },
1562
+ {
1563
+ "name": "standard"
1564
+ },
1565
+ {
1566
+ "name": "subdued"
1567
+ }
1568
+ ]
1569
+ },
1570
+ {
1571
+ "name": "referrerpolicy",
1572
+ "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.",
1573
+ "values": [
1574
+ {
1575
+ "name": "no-referrer"
1576
+ },
1577
+ {
1578
+ "name": "no-referrer-when-downgrade"
1579
+ },
1580
+ {
1581
+ "name": "origin"
1582
+ },
1583
+ {
1584
+ "name": "origin-when-cross-origin"
1585
+ },
1586
+ {
1587
+ "name": "same-origin"
1588
+ },
1589
+ {
1590
+ "name": "strict-origin"
1591
+ },
1592
+ {
1593
+ "name": "strict-origin-when-cross-origin"
1594
+ },
1595
+ {
1596
+ "name": "unsafe-url"
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "name": "rel",
1602
+ "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."
1603
+ },
1604
+ {
1605
+ "name": "size",
1606
+ "description": "The standalone link's size.",
1607
+ "values": [
1608
+ {
1609
+ "name": "large"
1610
+ },
1611
+ {
1612
+ "name": "small"
1613
+ },
1614
+ {
1615
+ "name": "standard"
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "name": "target",
1621
+ "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`.",
1622
+ "values": [
1623
+ {
1624
+ "name": "_blank"
1625
+ },
1626
+ {
1627
+ "name": "_parent"
1628
+ },
1629
+ {
1630
+ "name": "_self"
1631
+ },
1632
+ {
1633
+ "name": "_top"
1634
+ }
1635
+ ]
1636
+ },
1637
+ {
1638
+ "name": "visitable",
1639
+ "description": "Defines if the standalone link will display the visited state."
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "name": "qds-switch",
1645
+ "description": {
1646
+ "kind": "markdown",
1647
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1648
+ },
1649
+ "attributes": [
1650
+ {
1651
+ "name": "autofocus",
1652
+ "description": "Specify whether the switch should have focus when the page loads."
1653
+ },
1654
+ {
1655
+ "name": "checked",
1656
+ "description": "Sets the switch's state."
1657
+ },
1658
+ {
1659
+ "name": "disabled",
1660
+ "description": "Prevents the switch from being interacted with: it cannot be pressed or\nfocused."
1661
+ },
1662
+ {
1663
+ "name": "form",
1664
+ "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."
1665
+ },
1666
+ {
1667
+ "name": "inline",
1668
+ "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."
1669
+ },
1670
+ {
1671
+ "name": "name",
1672
+ "description": "The name of the switch, which is submitted with the form data."
1673
+ },
1674
+ {
1675
+ "name": "size",
1676
+ "description": "The switches's size.",
1677
+ "values": [
1678
+ {
1679
+ "name": "large"
1680
+ },
1681
+ {
1682
+ "name": "small"
1683
+ },
1684
+ {
1685
+ "name": "standard"
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "name": "validation-message",
1691
+ "description": "The error message that would be shown to the user if the `<qds-switch>`\nwas to be checked for validity."
1692
+ },
1693
+ {
1694
+ "name": "value",
1695
+ "description": "The value of the switch, submitted as a name/value pair with form data."
1696
+ },
1697
+ {
1698
+ "name": "will-validate",
1699
+ "description": "True if `<qds-switch>` will be validated when the form is submitted;\nfalse otherwise."
1700
+ }
1701
+ ]
1702
+ },
1703
+ {
1704
+ "name": "qds-tab",
1705
+ "description": {
1706
+ "kind": "markdown",
1707
+ "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."
1708
+ },
1709
+ "attributes": [
1710
+ {
1711
+ "name": "action",
1712
+ "description": "The name of the action icon to render.",
1713
+ "values": [
1714
+ {
1715
+ "name": "closable"
1716
+ },
1717
+ {
1718
+ "name": "expandable"
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "name": "badge",
1724
+ "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."
1725
+ },
1726
+ {
1727
+ "name": "badge-counter-importance",
1728
+ "description": "The tab's counter importance.",
1729
+ "values": [
1730
+ {
1731
+ "name": "destructive"
1732
+ },
1733
+ {
1734
+ "name": "emphasized"
1735
+ },
1736
+ {
1737
+ "name": "standard"
1738
+ },
1739
+ {
1740
+ "name": "subdued"
1741
+ },
1742
+ {
1743
+ "name": "subdued-destructive"
1744
+ }
1745
+ ]
1746
+ },
1747
+ {
1748
+ "name": "badge-description",
1749
+ "description": "The indicator or counter badge's accessible text that will be used by\nscreen readers."
1750
+ },
1751
+ {
1752
+ "name": "badge-indicator-status",
1753
+ "description": "The indicator's status.",
1754
+ "values": [
1755
+ {
1756
+ "name": "error"
1757
+ },
1758
+ {
1759
+ "name": "info"
1760
+ },
1761
+ {
1762
+ "name": "neutral"
1763
+ },
1764
+ {
1765
+ "name": "success"
1766
+ },
1767
+ {
1768
+ "name": "warning"
1769
+ }
1770
+ ]
1771
+ },
1772
+ {
1773
+ "name": "disabled",
1774
+ "description": "Prevents the tab from being interacted with: it cannot be\nselected or focused."
1775
+ },
1776
+ {
1777
+ "name": "href",
1778
+ "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`."
1779
+ },
1780
+ {
1781
+ "name": "icon-library",
1782
+ "description": "The name of a registered icon library."
1783
+ },
1784
+ {
1785
+ "name": "icon-name",
1786
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
1787
+ },
1788
+ {
1789
+ "name": "icon-only",
1790
+ "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."
1791
+ },
1792
+ {
1793
+ "name": "importance",
1794
+ "description": "The tab's importance.",
1795
+ "values": [
1796
+ {
1797
+ "name": "emphasized"
1798
+ },
1799
+ {
1800
+ "name": "standard"
1801
+ },
1802
+ {
1803
+ "name": "subdued"
1804
+ }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "name": "indicator-position",
1809
+ "description": "The tab's indicator position.",
1810
+ "values": [
1811
+ {
1812
+ "name": "block-end"
1813
+ },
1814
+ {
1815
+ "name": "block-start"
1816
+ },
1817
+ {
1818
+ "name": "inline-end"
1819
+ },
1820
+ {
1821
+ "name": "inline-start"
1822
+ }
1823
+ ]
1824
+ },
1825
+ {
1826
+ "name": "panel",
1827
+ "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"
1828
+ },
1829
+ {
1830
+ "name": "selected",
1831
+ "description": "Whether or not the tab is selected."
1832
+ },
1833
+ {
1834
+ "name": "size",
1835
+ "description": "The tab's size.",
1836
+ "values": [
1837
+ {
1838
+ "name": "large"
1839
+ },
1840
+ {
1841
+ "name": "small"
1842
+ },
1843
+ {
1844
+ "name": "standard"
1845
+ }
1846
+ ]
1847
+ },
1848
+ {
1849
+ "name": "subtitle",
1850
+ "description": "Text to display for the subtitle."
1851
+ },
1852
+ {
1853
+ "name": "tag-icon-description",
1854
+ "description": "The tag icon's accessible text that will be used by\nscreen readers."
1855
+ },
1856
+ {
1857
+ "name": "tag-icon-library",
1858
+ "description": "The name of a registered icon library."
1859
+ },
1860
+ {
1861
+ "name": "tag-icon-name",
1862
+ "description": "The name of the tab's tag icon to render.\n\nAvailable names depend on the icon library being used."
1863
+ },
1864
+ {
1865
+ "name": "tag-importance",
1866
+ "description": "The tab's tag importance.",
569
1867
  "values": [
570
1868
  {
571
- "name": "color"
572
- },
573
- {
574
- "name": "date"
575
- },
576
- {
577
- "name": "datetime-local"
578
- },
579
- {
580
- "name": "email"
1869
+ "name": "emphasized"
581
1870
  },
582
1871
  {
583
- "name": "month"
1872
+ "name": "standard"
584
1873
  },
585
1874
  {
586
- "name": "number"
587
- },
1875
+ "name": "subdued"
1876
+ }
1877
+ ]
1878
+ },
1879
+ {
1880
+ "name": "tag-size",
1881
+ "description": "The tab's tag size.",
1882
+ "values": [
588
1883
  {
589
- "name": "password"
1884
+ "name": "large"
590
1885
  },
591
1886
  {
592
- "name": "search"
1887
+ "name": "small"
593
1888
  },
594
1889
  {
595
- "name": "tel"
596
- },
1890
+ "name": "standard"
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "name": "tag-status",
1896
+ "description": "The tab's tag status.",
1897
+ "values": [
597
1898
  {
598
- "name": "text"
1899
+ "name": "error"
599
1900
  },
600
1901
  {
601
- "name": "time"
1902
+ "name": "info"
602
1903
  },
603
1904
  {
604
- "name": "url"
1905
+ "name": "success"
605
1906
  },
606
1907
  {
607
- "name": "week"
1908
+ "name": "warning"
608
1909
  }
609
1910
  ]
610
1911
  },
611
1912
  {
612
- "name": "value",
613
- "description": "The value of the input."
1913
+ "name": "tag-text",
1914
+ "description": "The tab's tag text."
1915
+ },
1916
+ {
1917
+ "name": "text",
1918
+ "description": "Primary text to display."
614
1919
  }
615
1920
  ]
616
1921
  },
617
1922
  {
618
- "name": "qds-label",
1923
+ "name": "qds-tabbar",
619
1924
  "description": {
620
1925
  "kind": "markdown",
621
- "value": "`<qds-label>` elements represent a caption for an item in a user interface."
1926
+ "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."
622
1927
  },
623
1928
  "attributes": [
624
1929
  {
625
- "name": "inline",
626
- "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."
627
- },
628
- {
629
- "name": "required",
630
- "description": "Specify the labelled item as required by appending a red asterisk (*)."
1930
+ "name": "layer",
1931
+ "description": "The tabbar's layer.",
1932
+ "values": [
1933
+ {
1934
+ "name": "accessory"
1935
+ },
1936
+ {
1937
+ "name": "main"
1938
+ },
1939
+ {
1940
+ "name": "panel"
1941
+ },
1942
+ {
1943
+ "name": "popup"
1944
+ }
1945
+ ]
631
1946
  },
632
1947
  {
633
- "name": "size",
634
- "description": "The label's size.",
1948
+ "name": "level",
1949
+ "description": "The tabbar's level.",
635
1950
  "values": [
636
1951
  {
637
- "name": "large"
1952
+ "name": "root"
638
1953
  },
639
1954
  {
640
- "name": "small"
1955
+ "name": "section"
641
1956
  },
642
1957
  {
643
- "name": "standard"
1958
+ "name": "subsection"
644
1959
  }
645
1960
  ]
646
1961
  },
647
1962
  {
648
- "name": "text",
649
- "description": "The label's text."
1963
+ "name": "orientation",
1964
+ "description": "The tabbar's orientation.",
1965
+ "values": [
1966
+ {
1967
+ "name": "horizontal"
1968
+ },
1969
+ {
1970
+ "name": "vertical"
1971
+ }
1972
+ ]
1973
+ },
1974
+ {
1975
+ "name": "tablist-description",
1976
+ "description": "the tablist Description"
650
1977
  }
651
1978
  ]
652
1979
  },
653
1980
  {
654
- "name": "qds-radio",
1981
+ "name": "qds-table",
655
1982
  "description": {
656
1983
  "kind": "markdown",
657
- "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."
1984
+ "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."
1985
+ },
1986
+ "attributes": []
1987
+ },
1988
+ {
1989
+ "name": "qds-table-body",
1990
+ "description": {
1991
+ "kind": "markdown",
1992
+ "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>`)."
1993
+ },
1994
+ "attributes": []
1995
+ },
1996
+ {
1997
+ "name": "qds-table-cell",
1998
+ "description": {
1999
+ "kind": "markdown",
2000
+ "value": "The `<qds-table-cell>` element defines a cell of a table that contains data.\nIt participates in the *table model*."
658
2001
  },
659
2002
  "attributes": [
660
2003
  {
661
- "name": "checked",
662
- "description": "Sets the radio button's state."
663
- },
664
- {
665
- "name": "disabled",
666
- "description": "Prevents the radio button from being interacted with: it cannot be pressed\nor focused."
2004
+ "name": "colspan",
2005
+ "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)."
667
2006
  },
668
2007
  {
669
- "name": "form",
670
- "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."
671
- },
2008
+ "name": "rowspan",
2009
+ "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."
2010
+ }
2011
+ ]
2012
+ },
2013
+ {
2014
+ "name": "qds-table-head",
2015
+ "description": {
2016
+ "kind": "markdown",
2017
+ "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>`)."
2018
+ },
2019
+ "attributes": []
2020
+ },
2021
+ {
2022
+ "name": "qds-table-head-cell",
2023
+ "description": {
2024
+ "kind": "markdown",
2025
+ "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."
2026
+ },
2027
+ "attributes": [
672
2028
  {
673
- "name": "inline",
674
- "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."
2029
+ "name": "abbr",
2030
+ "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."
675
2031
  },
676
2032
  {
677
- "name": "name",
678
- "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."
2033
+ "name": "colspan",
2034
+ "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)."
679
2035
  },
680
2036
  {
681
- "name": "required",
682
- "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."
2037
+ "name": "rowspan",
2038
+ "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."
683
2039
  },
684
2040
  {
685
- "name": "size",
686
- "description": "The radio button's size.",
2041
+ "name": "scope",
2042
+ "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.",
687
2043
  "values": [
688
2044
  {
689
- "name": "large"
690
- },
691
- {
692
- "name": "small"
2045
+ "name": "col"
693
2046
  },
694
2047
  {
695
- "name": "standard"
2048
+ "name": "row"
696
2049
  }
697
2050
  ]
698
- },
699
- {
700
- "name": "text",
701
- "description": "The radio button's text."
702
- },
703
- {
704
- "name": "value",
705
- "description": "The value of the radio button, submitted as a name/value pair with form\ndata."
706
2051
  }
707
2052
  ]
708
2053
  },
709
2054
  {
710
- "name": "qds-switch",
2055
+ "name": "qds-table-row",
2056
+ "description": {
2057
+ "kind": "markdown",
2058
+ "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."
2059
+ },
2060
+ "attributes": []
2061
+ },
2062
+ {
2063
+ "name": "qds-tag",
711
2064
  "description": {
712
2065
  "kind": "markdown",
713
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2066
+ "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."
714
2067
  },
715
2068
  "attributes": [
716
2069
  {
717
- "name": "autofocus",
718
- "description": "Specify whether the switch should have focus when the page loads."
719
- },
720
- {
721
- "name": "checked",
722
- "description": "Sets the switch's state."
723
- },
724
- {
725
- "name": "disabled",
726
- "description": "Prevents the switch from being interacted with: it cannot be pressed or\nfocused."
727
- },
728
- {
729
- "name": "form",
730
- "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."
731
- },
732
- {
733
- "name": "icon-checked-library",
734
- "description": "The name of a registered checked icon library."
735
- },
736
- {
737
- "name": "icon-checked-name",
738
- "description": "The name of the checked icon to render.\n\nAvailable names depend on the icon library being used."
739
- },
740
- {
741
- "name": "icon-unchecked-library",
742
- "description": "The name of a registered unchecked icon library."
2070
+ "name": "icon-description",
2071
+ "description": "Provides a text description of the icon for screen readers."
743
2072
  },
744
2073
  {
745
- "name": "icon-unchecked-name",
746
- "description": "The name of the unchecked icon to render.\n\nAvailable names depend on the icon library being used."
2074
+ "name": "icon-library",
2075
+ "description": "The name of a registered icon library."
747
2076
  },
748
2077
  {
749
- "name": "inline",
750
- "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."
2078
+ "name": "icon-name",
2079
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
751
2080
  },
752
2081
  {
753
- "name": "name",
754
- "description": "The name of the switch, which is submitted with the form data. An\nincrementing ID is used by default."
2082
+ "name": "importance",
2083
+ "description": "The tag's importance.",
2084
+ "values": [
2085
+ {
2086
+ "name": "emphasized"
2087
+ },
2088
+ {
2089
+ "name": "standard"
2090
+ },
2091
+ {
2092
+ "name": "subdued"
2093
+ }
2094
+ ]
755
2095
  },
756
2096
  {
757
2097
  "name": "size",
758
- "description": "The switches's size.",
2098
+ "description": "The tag's size.",
759
2099
  "values": [
760
2100
  {
761
2101
  "name": "large"
@@ -769,16 +2109,29 @@
769
2109
  ]
770
2110
  },
771
2111
  {
772
- "name": "text-checked",
773
- "description": "The switch's checked text."
774
- },
775
- {
776
- "name": "text-unchecked",
777
- "description": "The switch's unchecked text."
2112
+ "name": "status",
2113
+ "description": "The tag's status.",
2114
+ "values": [
2115
+ {
2116
+ "name": "error"
2117
+ },
2118
+ {
2119
+ "name": "info"
2120
+ },
2121
+ {
2122
+ "name": "neutral"
2123
+ },
2124
+ {
2125
+ "name": "success"
2126
+ },
2127
+ {
2128
+ "name": "warning"
2129
+ }
2130
+ ]
778
2131
  },
779
2132
  {
780
- "name": "value",
781
- "description": "The value of the switch, submitted as a name/value pair with form data."
2133
+ "name": "text",
2134
+ "description": "The tag's text."
782
2135
  }
783
2136
  ]
784
2137
  },
@@ -835,7 +2188,7 @@
835
2188
  },
836
2189
  {
837
2190
  "name": "disabled",
838
- "description": "Prevents the input from being interacted with: it cannot be pressed or\nfocused."
2191
+ "description": "Prevents the textarea from being interacted with: it cannot be pressed or\nfocused."
839
2192
  },
840
2193
  {
841
2194
  "name": "enterkeyhint",
@@ -898,10 +2251,6 @@
898
2251
  }
899
2252
  ]
900
2253
  },
901
- {
902
- "name": "invalid",
903
- "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"
904
- },
905
2254
  {
906
2255
  "name": "maxlength",
907
2256
  "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"
@@ -912,16 +2261,12 @@
912
2261
  },
913
2262
  {
914
2263
  "name": "name",
915
- "description": "The name of the control, which is submitted with the form data. An\nincrementing textarea ID is used by default."
2264
+ "description": "The name of the textarea, which is submitted with the form data."
916
2265
  },
917
2266
  {
918
2267
  "name": "placeholder",
919
2268
  "description": "Text that appears in the textarea when it has no value set."
920
2269
  },
921
- {
922
- "name": "readonly",
923
- "description": "The value of the textarea cannot be edited."
924
- },
925
2270
  {
926
2271
  "name": "required",
927
2272
  "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"
@@ -930,6 +2275,29 @@
930
2275
  "name": "rows",
931
2276
  "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`."
932
2277
  },
2278
+ {
2279
+ "name": "selection-direction",
2280
+ "description": "Get or set the selection direction of a text selection.\n\n> **_NOTE:_** This property has no effect when used as an attribute.",
2281
+ "values": [
2282
+ {
2283
+ "name": "backward"
2284
+ },
2285
+ {
2286
+ "name": "forward"
2287
+ },
2288
+ {
2289
+ "name": "none"
2290
+ }
2291
+ ]
2292
+ },
2293
+ {
2294
+ "name": "selection-end",
2295
+ "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."
2296
+ },
2297
+ {
2298
+ "name": "selection-start",
2299
+ "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."
2300
+ },
933
2301
  {
934
2302
  "name": "size",
935
2303
  "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",
@@ -949,17 +2317,22 @@
949
2317
  "name": "spellcheck",
950
2318
  "description": "Defines whether the textarea may be checked for spelling errors."
951
2319
  },
2320
+ {
2321
+ "name": "validation-message",
2322
+ "description": "The error message that would be shown to the user if the `<qds-select>`\nwas to be checked for validity."
2323
+ },
952
2324
  {
953
2325
  "name": "value",
954
2326
  "description": "The value of the textarea."
955
2327
  },
2328
+ {
2329
+ "name": "will-validate",
2330
+ "description": "True if `<qds-textarea>` will be validated when the form is submitted;\nfalse otherwise."
2331
+ },
956
2332
  {
957
2333
  "name": "wrap",
958
2334
  "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.",
959
2335
  "values": [
960
- {
961
- "name": "hard"
962
- },
963
2336
  {
964
2337
  "name": "off"
965
2338
  },
@@ -974,9 +2347,24 @@
974
2347
  "name": "qds-title",
975
2348
  "description": {
976
2349
  "kind": "markdown",
977
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2350
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
978
2351
  },
979
2352
  "attributes": [
2353
+ {
2354
+ "name": "alignment",
2355
+ "description": "The alignment of the title.",
2356
+ "values": [
2357
+ {
2358
+ "name": "center"
2359
+ },
2360
+ {
2361
+ "name": "end"
2362
+ },
2363
+ {
2364
+ "name": "start"
2365
+ }
2366
+ ]
2367
+ },
980
2368
  {
981
2369
  "name": "icon-library",
982
2370
  "description": "The name of a registered icon library."
@@ -1014,6 +2402,9 @@
1014
2402
  "name": "level",
1015
2403
  "description": "",
1016
2404
  "values": [
2405
+ {
2406
+ "name": "root"
2407
+ },
1017
2408
  {
1018
2409
  "name": "section"
1019
2410
  },
@@ -1049,6 +2440,24 @@
1049
2440
  "name": "h6"
1050
2441
  }
1051
2442
  ]
2443
+ },
2444
+ {
2445
+ "name": "variant",
2446
+ "description": "The title's variant.",
2447
+ "values": [
2448
+ {
2449
+ "name": "web-main-section-display"
2450
+ },
2451
+ {
2452
+ "name": "web-main-section-hero"
2453
+ },
2454
+ {
2455
+ "name": "web-main-subsection-card"
2456
+ },
2457
+ {
2458
+ "name": "web-promo"
2459
+ }
2460
+ ]
1052
2461
  }
1053
2462
  ]
1054
2463
  },
@@ -1056,7 +2465,7 @@
1056
2465
  "name": "qds-tooltip",
1057
2466
  "description": {
1058
2467
  "kind": "markdown",
1059
- "value": "<!--\nSPDX-FileCopyrightText: © 2023 Schneider Electric\n\nSPDX-License-Identifier: LGPL-2.1-only\n-->"
2468
+ "value": "<!--\nSPDX-FileCopyrightText: © 2024 Schneider Electric\n\nSPDX-License-Identifier: Apache-2.0\n-->"
1060
2469
  },
1061
2470
  "attributes": [
1062
2471
  {
@@ -1127,7 +2536,11 @@
1127
2536
  },
1128
2537
  {
1129
2538
  "name": "target",
1130
- "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"
2539
+ "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"
2540
+ },
2541
+ {
2542
+ "name": "trigger",
2543
+ "description": "Determines the events that cause the tooltip to show. Multiple event names\nare separated by spaces."
1131
2544
  }
1132
2545
  ]
1133
2546
  }