@quartzds/core 1.0.0-beta.120 → 1.0.0-beta.122

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 (241) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/components/index.js +1 -1
  3. package/components/{p-CXP6q9Mr.js → p-BalM52S_.js} +12 -7
  4. package/components/p-BalM52S_.js.map +1 -0
  5. package/components/{p-CFVg7I9T.js → p-C0VgKX4J.js} +9 -9
  6. package/components/p-C0VgKX4J.js.map +1 -0
  7. package/components/{p-BkgfW_tl.js → p-C9R8N06B.js} +6 -32
  8. package/components/p-C9R8N06B.js.map +1 -0
  9. package/components/{p-DnZdwX0l.js → p-CKp062X8.js} +6 -6
  10. package/components/p-CKp062X8.js.map +1 -0
  11. package/components/{p-DwxIJEUj.js → p-CVuTVnQo.js} +3 -3
  12. package/components/{p-DwxIJEUj.js.map → p-CVuTVnQo.js.map} +1 -1
  13. package/components/{p-DeRqCYmp.js → p-Ck9w5WIb.js} +6 -6
  14. package/components/p-Ck9w5WIb.js.map +1 -0
  15. package/components/p-DCAlWquR.js +200 -0
  16. package/components/p-DCAlWquR.js.map +1 -0
  17. package/components/{p-BkBJDD6Y.js → p-DRcxeXWE.js} +58 -22
  18. package/components/p-DRcxeXWE.js.map +1 -0
  19. package/components/{p-Dsc0-aXK.js → p-DgYrfIr_.js} +4 -4
  20. package/components/{p-Dsc0-aXK.js.map → p-DgYrfIr_.js.map} +1 -1
  21. package/components/{p-CDRwHAIT.js → p-XP2CY_fo.js} +3 -3
  22. package/components/p-XP2CY_fo.js.map +1 -0
  23. package/components/{p-5RFBIepu.js → p-io1iVgY1.js} +47 -28
  24. package/components/p-io1iVgY1.js.map +1 -0
  25. package/components/{p-B03FWheS.js → p-oqmnh-8P.js} +4 -4
  26. package/components/{p-B03FWheS.js.map → p-oqmnh-8P.js.map} +1 -1
  27. package/components/{p-eFhV8w2l.js → p-yb0Kv4Y6.js} +24 -6
  28. package/components/p-yb0Kv4Y6.js.map +1 -0
  29. package/components/qds-action-item.js +5 -5
  30. package/components/qds-action-item.js.map +1 -1
  31. package/components/qds-avatar-media.js +1 -1
  32. package/components/qds-badge-counter.js +1 -1
  33. package/components/qds-breadcrumb-item.js +6 -6
  34. package/components/qds-breadcrumb-item.js.map +1 -1
  35. package/components/qds-button.js +5 -5
  36. package/components/qds-button.js.map +1 -1
  37. package/components/qds-checkbox.js +1 -1
  38. package/components/qds-chip.js +10 -10
  39. package/components/qds-chip.js.map +1 -1
  40. package/components/qds-dialog.js +7 -7
  41. package/components/qds-dialog.js.map +1 -1
  42. package/components/qds-divider.js +1 -1
  43. package/components/qds-dropdown.js +1 -1
  44. package/components/qds-form-message.js +4 -4
  45. package/components/qds-form-message.js.map +1 -1
  46. package/components/qds-icon-button.js +1 -1
  47. package/components/qds-icon-tab.js +9 -9
  48. package/components/qds-icon-tab.js.map +1 -1
  49. package/components/qds-icon.js +1 -1
  50. package/components/qds-inline-link.js +3 -3
  51. package/components/qds-inline-link.js.map +1 -1
  52. package/components/qds-input.js +49 -18
  53. package/components/qds-input.js.map +1 -1
  54. package/components/qds-label.js +153 -1
  55. package/components/qds-label.js.map +1 -1
  56. package/components/qds-list-item.js +25 -29
  57. package/components/qds-list-item.js.map +1 -1
  58. package/components/qds-loader.js +3 -3
  59. package/components/qds-loader.js.map +1 -1
  60. package/components/qds-menu-item.js +6 -6
  61. package/components/qds-mini-button.js +1 -1
  62. package/components/qds-progress-bar.js +1 -1
  63. package/components/qds-radio.js +1 -1
  64. package/components/qds-select.js +27 -9
  65. package/components/qds-select.js.map +1 -1
  66. package/components/qds-standalone-link.js +5 -5
  67. package/components/qds-standalone-link.js.map +1 -1
  68. package/components/qds-switch.js +5 -5
  69. package/components/qds-tab.js +20 -15
  70. package/components/qds-tab.js.map +1 -1
  71. package/components/qds-tabbar.js +95 -34
  72. package/components/qds-tabbar.js.map +1 -1
  73. package/components/qds-table-cell.js +32 -4
  74. package/components/qds-table-cell.js.map +1 -1
  75. package/components/qds-table-head-cell.js +32 -4
  76. package/components/qds-table-head-cell.js.map +1 -1
  77. package/components/qds-table-row.js +2 -2
  78. package/components/qds-table-row.js.map +1 -1
  79. package/components/qds-table.js +1 -1
  80. package/components/qds-tag.js +1 -1
  81. package/components/qds-textarea.js +4 -4
  82. package/components/qds-textarea.js.map +1 -1
  83. package/components/qds-title.js +1 -1
  84. package/components/qds-tooltip.js +1 -1
  85. package/dist/cjs/{helpers-BIL8yXqA.js → helpers-Qs3cpKiI.js} +11 -6
  86. package/dist/cjs/{helpers-BIL8yXqA.js.map → helpers-Qs3cpKiI.js.map} +1 -1
  87. package/dist/cjs/loader.cjs.js +1 -1
  88. package/dist/cjs/qds-action-item.cjs.entry.js +3 -3
  89. package/dist/cjs/qds-action-item.entry.cjs.js.map +1 -1
  90. package/dist/cjs/qds-avatar-media.qds-checkbox.qds-radio.entry.cjs.js.map +1 -1
  91. package/dist/cjs/qds-avatar-media_3.cjs.entry.js +145 -42
  92. package/dist/cjs/qds-badge-counter.qds-badge-indicator.entry.cjs.js.map +1 -1
  93. package/dist/cjs/qds-badge-counter_2.cjs.entry.js +1 -1
  94. package/dist/cjs/qds-breadcrumb-item.cjs.entry.js +4 -4
  95. package/dist/cjs/qds-breadcrumb-item.entry.cjs.js.map +1 -1
  96. package/dist/cjs/qds-button.cjs.entry.js +2 -2
  97. package/dist/cjs/qds-button.entry.cjs.js.map +1 -1
  98. package/dist/cjs/qds-chip.cjs.entry.js +7 -7
  99. package/dist/cjs/qds-chip.entry.cjs.js.map +1 -1
  100. package/dist/cjs/qds-dialog.cjs.entry.js +3 -3
  101. package/dist/cjs/qds-dialog.entry.cjs.js.map +1 -1
  102. package/dist/cjs/qds-divider.qds-icon-button.entry.cjs.js.map +1 -1
  103. package/dist/cjs/qds-divider_2.cjs.entry.js +5 -5
  104. package/dist/cjs/qds-dropdown.cjs.entry.js +22 -4
  105. package/dist/cjs/qds-dropdown.entry.cjs.js.map +1 -1
  106. package/dist/cjs/qds-form-message.cjs.entry.js +3 -3
  107. package/dist/cjs/qds-form-message.entry.cjs.js.map +1 -1
  108. package/dist/cjs/qds-icon-tab.cjs.entry.js +5 -5
  109. package/dist/cjs/qds-icon-tab.entry.cjs.js.map +1 -1
  110. package/dist/cjs/qds-icon.cjs.entry.js +10 -30
  111. package/dist/cjs/qds-icon.entry.cjs.js.map +1 -1
  112. package/dist/cjs/qds-inline-link.cjs.entry.js +2 -2
  113. package/dist/cjs/qds-inline-link.entry.cjs.js.map +1 -1
  114. package/dist/cjs/qds-input.cjs.entry.js +46 -16
  115. package/dist/cjs/qds-input.entry.cjs.js.map +1 -1
  116. package/dist/cjs/qds-label.cjs.entry.js +3 -3
  117. package/dist/cjs/qds-list-item.cjs.entry.js +7 -5
  118. package/dist/cjs/qds-list-item.entry.cjs.js.map +1 -1
  119. package/dist/cjs/qds-loader.cjs.entry.js +2 -2
  120. package/dist/cjs/qds-loader.entry.cjs.js.map +1 -1
  121. package/dist/cjs/qds-menu-item.cjs.entry.js +3 -3
  122. package/dist/cjs/qds-mini-button.cjs.entry.js +1 -1
  123. package/dist/cjs/qds-progress-bar.cjs.entry.js +1 -1
  124. package/dist/cjs/qds-select.cjs.entry.js +23 -7
  125. package/dist/cjs/qds-select.entry.cjs.js.map +1 -1
  126. package/dist/cjs/qds-standalone-link.cjs.entry.js +4 -4
  127. package/dist/cjs/qds-standalone-link.entry.cjs.js.map +1 -1
  128. package/dist/cjs/qds-switch.cjs.entry.js +4 -4
  129. package/dist/cjs/qds-tab.cjs.entry.js +16 -11
  130. package/dist/cjs/qds-tab.entry.cjs.js.map +1 -1
  131. package/dist/cjs/qds-tabbar.cjs.entry.js +84 -28
  132. package/dist/cjs/qds-tabbar.entry.cjs.js.map +1 -1
  133. package/dist/cjs/qds-table-cell.cjs.entry.js +30 -3
  134. package/dist/cjs/qds-table-cell.entry.cjs.js.map +1 -1
  135. package/dist/cjs/qds-table-head-cell.cjs.entry.js +30 -3
  136. package/dist/cjs/qds-table-head-cell.entry.cjs.js.map +1 -1
  137. package/dist/cjs/qds-table-row.cjs.entry.js +2 -2
  138. package/dist/cjs/qds-table-row.entry.cjs.js.map +1 -1
  139. package/dist/cjs/qds-table.cjs.entry.js +1 -1
  140. package/dist/cjs/qds-tag.cjs.entry.js +3 -3
  141. package/dist/cjs/qds-tag.entry.cjs.js.map +1 -1
  142. package/dist/cjs/qds-textarea.cjs.entry.js +4 -4
  143. package/dist/cjs/qds-textarea.entry.cjs.js.map +1 -1
  144. package/dist/cjs/qds-title.cjs.entry.js +3 -3
  145. package/dist/cjs/qds-title.entry.cjs.js.map +1 -1
  146. package/dist/cjs/qds-tooltip.cjs.entry.js +2 -2
  147. package/dist/cjs/qds.cjs.js +1 -1
  148. package/dist/custom-elements.json +460 -33
  149. package/dist/docs.json +403 -64
  150. package/dist/esm/{helpers-BgaJNF9u.js → helpers-Fe2AA6uo.js} +12 -7
  151. package/dist/esm/{helpers-BgaJNF9u.js.map → helpers-Fe2AA6uo.js.map} +1 -1
  152. package/dist/esm/loader.js +1 -1
  153. package/dist/esm/qds-action-item.entry.js +3 -3
  154. package/dist/esm/qds-action-item.entry.js.map +1 -1
  155. package/dist/esm/qds-avatar-media.qds-checkbox.qds-radio.entry.js.map +1 -1
  156. package/dist/esm/qds-avatar-media_3.entry.js +146 -43
  157. package/dist/esm/qds-badge-counter.qds-badge-indicator.entry.js.map +1 -1
  158. package/dist/esm/qds-badge-counter_2.entry.js +1 -1
  159. package/dist/esm/qds-breadcrumb-item.entry.js +4 -4
  160. package/dist/esm/qds-breadcrumb-item.entry.js.map +1 -1
  161. package/dist/esm/qds-button.entry.js +2 -2
  162. package/dist/esm/qds-button.entry.js.map +1 -1
  163. package/dist/esm/qds-chip.entry.js +7 -7
  164. package/dist/esm/qds-chip.entry.js.map +1 -1
  165. package/dist/esm/qds-dialog.entry.js +3 -3
  166. package/dist/esm/qds-dialog.entry.js.map +1 -1
  167. package/dist/esm/qds-divider.qds-icon-button.entry.js.map +1 -1
  168. package/dist/esm/qds-divider_2.entry.js +5 -5
  169. package/dist/esm/qds-dropdown.entry.js +22 -4
  170. package/dist/esm/qds-dropdown.entry.js.map +1 -1
  171. package/dist/esm/qds-form-message.entry.js +3 -3
  172. package/dist/esm/qds-form-message.entry.js.map +1 -1
  173. package/dist/esm/qds-icon-tab.entry.js +5 -5
  174. package/dist/esm/qds-icon-tab.entry.js.map +1 -1
  175. package/dist/esm/qds-icon.entry.js +11 -31
  176. package/dist/esm/qds-icon.entry.js.map +1 -1
  177. package/dist/esm/qds-inline-link.entry.js +2 -2
  178. package/dist/esm/qds-inline-link.entry.js.map +1 -1
  179. package/dist/esm/qds-input.entry.js +46 -16
  180. package/dist/esm/qds-input.entry.js.map +1 -1
  181. package/dist/esm/qds-label.entry.js +3 -3
  182. package/dist/esm/qds-list-item.entry.js +7 -5
  183. package/dist/esm/qds-list-item.entry.js.map +1 -1
  184. package/dist/esm/qds-loader.entry.js +2 -2
  185. package/dist/esm/qds-loader.entry.js.map +1 -1
  186. package/dist/esm/qds-menu-item.entry.js +3 -3
  187. package/dist/esm/qds-mini-button.entry.js +1 -1
  188. package/dist/esm/qds-progress-bar.entry.js +1 -1
  189. package/dist/esm/qds-select.entry.js +23 -7
  190. package/dist/esm/qds-select.entry.js.map +1 -1
  191. package/dist/esm/qds-standalone-link.entry.js +4 -4
  192. package/dist/esm/qds-standalone-link.entry.js.map +1 -1
  193. package/dist/esm/qds-switch.entry.js +4 -4
  194. package/dist/esm/qds-tab.entry.js +16 -11
  195. package/dist/esm/qds-tab.entry.js.map +1 -1
  196. package/dist/esm/qds-tabbar.entry.js +84 -28
  197. package/dist/esm/qds-tabbar.entry.js.map +1 -1
  198. package/dist/esm/qds-table-cell.entry.js +30 -3
  199. package/dist/esm/qds-table-cell.entry.js.map +1 -1
  200. package/dist/esm/qds-table-head-cell.entry.js +30 -3
  201. package/dist/esm/qds-table-head-cell.entry.js.map +1 -1
  202. package/dist/esm/qds-table-row.entry.js +2 -2
  203. package/dist/esm/qds-table-row.entry.js.map +1 -1
  204. package/dist/esm/qds-table.entry.js +1 -1
  205. package/dist/esm/qds-tag.entry.js +3 -3
  206. package/dist/esm/qds-tag.entry.js.map +1 -1
  207. package/dist/esm/qds-textarea.entry.js +4 -4
  208. package/dist/esm/qds-textarea.entry.js.map +1 -1
  209. package/dist/esm/qds-title.entry.js +3 -3
  210. package/dist/esm/qds-title.entry.js.map +1 -1
  211. package/dist/esm/qds-tooltip.entry.js +2 -2
  212. package/dist/esm/qds.js +1 -1
  213. package/dist/types/components/avatar-media/avatar-media.d.ts +14 -5
  214. package/dist/types/components/checkbox/checkbox.d.ts +4 -0
  215. package/dist/types/components/icon/icon.d.ts +1 -2
  216. package/dist/types/components/input/input.d.ts +10 -0
  217. package/dist/types/components/radio/radio.d.ts +4 -0
  218. package/dist/types/components/select/select.d.ts +7 -1
  219. package/dist/types/components/tab/tab.d.ts +1 -1
  220. package/dist/types/components/tabbar/tabbar.d.ts +27 -1
  221. package/dist/types/components/table-cell/table-cell.d.ts +6 -0
  222. package/dist/types/components/table-head-cell/table-head-cell.d.ts +6 -0
  223. package/dist/types/components.d.ts +94 -19
  224. package/dist/vscode.html-custom-data.json +99 -5
  225. package/hydrate/index.js +1021 -742
  226. package/hydrate/index.mjs +1021 -742
  227. package/package.json +1 -1
  228. package/styles/core.css +24 -22
  229. package/components/p-5RFBIepu.js.map +0 -1
  230. package/components/p-BkBJDD6Y.js.map +0 -1
  231. package/components/p-BkgfW_tl.js.map +0 -1
  232. package/components/p-Bnc7Puxx.js +0 -164
  233. package/components/p-Bnc7Puxx.js.map +0 -1
  234. package/components/p-CDRwHAIT.js.map +0 -1
  235. package/components/p-CFVg7I9T.js.map +0 -1
  236. package/components/p-CRVPDKfO.js +0 -163
  237. package/components/p-CRVPDKfO.js.map +0 -1
  238. package/components/p-CXP6q9Mr.js.map +0 -1
  239. package/components/p-DeRqCYmp.js.map +0 -1
  240. package/components/p-DnZdwX0l.js.map +0 -1
  241. package/components/p-eFhV8w2l.js.map +0 -1
@@ -386,11 +386,10 @@
386
386
  "kind": "field",
387
387
  "name": "alt",
388
388
  "type": {
389
- "text": "string"
389
+ "text": "string | undefined"
390
390
  },
391
391
  "privacy": "public",
392
392
  "readonly": true,
393
- "default": "''",
394
393
  "description": "The alt text for the avatar-media's image."
395
394
  },
396
395
  {
@@ -401,7 +400,7 @@
401
400
  },
402
401
  "privacy": "public",
403
402
  "readonly": true,
404
- "description": "The avatar-media's icon name."
403
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used."
405
404
  },
406
405
  {
407
406
  "kind": "field",
@@ -412,7 +411,7 @@
412
411
  "privacy": "public",
413
412
  "readonly": true,
414
413
  "default": "'default'",
415
- "description": "The avatar-media's icon library."
414
+ "description": "The name of a registered icon library."
416
415
  },
417
416
  {
418
417
  "kind": "field",
@@ -441,9 +440,38 @@
441
440
  "privacy": "private",
442
441
  "default": "false"
443
442
  },
443
+ {
444
+ "kind": "field",
445
+ "name": "internals",
446
+ "type": {
447
+ "text": "ElementInternals"
448
+ },
449
+ "privacy": "private",
450
+ "readonly": true
451
+ },
452
+ {
453
+ "kind": "method",
454
+ "name": "textChanged",
455
+ "privacy": "private",
456
+ "return": {
457
+ "type": {
458
+ "text": "void"
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "kind": "method",
464
+ "name": "labelChanged",
465
+ "privacy": "private",
466
+ "return": {
467
+ "type": {
468
+ "text": "void"
469
+ }
470
+ }
471
+ },
444
472
  {
445
473
  "kind": "method",
446
- "name": "handleTextChange",
474
+ "name": "roleChanged",
447
475
  "privacy": "private",
448
476
  "return": {
449
477
  "type": {
@@ -467,6 +495,12 @@
467
495
  "name": "#handleImageError",
468
496
  "privacy": "private",
469
497
  "readonly": true
498
+ },
499
+ {
500
+ "kind": "field",
501
+ "name": "#handleImageLoad",
502
+ "privacy": "private",
503
+ "readonly": true
470
504
  }
471
505
  ],
472
506
  "attributes": [
@@ -481,7 +515,6 @@
481
515
  {
482
516
  "name": "alt",
483
517
  "fieldName": "alt",
484
- "default": "''",
485
518
  "description": "The alt text for the avatar-media's image.",
486
519
  "type": {
487
520
  "text": "string"
@@ -490,7 +523,7 @@
490
523
  {
491
524
  "name": "icon-name",
492
525
  "fieldName": "iconName",
493
- "description": "The avatar-media's icon name.",
526
+ "description": "The name of the icon to render.\n\nAvailable names depend on the icon library being used.",
494
527
  "type": {
495
528
  "text": "string"
496
529
  }
@@ -499,7 +532,7 @@
499
532
  "name": "icon-library",
500
533
  "fieldName": "iconLibrary",
501
534
  "default": "'default'",
502
- "description": "The avatar-media's icon library.",
535
+ "description": "The name of a registered icon library.",
503
536
  "type": {
504
537
  "text": "string"
505
538
  }
@@ -515,6 +548,14 @@
515
548
  ],
516
549
  "tagName": "qds-avatar-media",
517
550
  "events": [
551
+ {
552
+ "name": "qdsLoad",
553
+ "type": {
554
+ "text": "EventEmitter<void>"
555
+ },
556
+ "readonly": true,
557
+ "description": "Emitted when the avatar-media's image has loaded."
558
+ },
518
559
  {
519
560
  "name": "qdsError",
520
561
  "type": {
@@ -2313,6 +2354,15 @@
2313
2354
  },
2314
2355
  "privacy": "private"
2315
2356
  },
2357
+ {
2358
+ "kind": "field",
2359
+ "name": "tooltip",
2360
+ "type": {
2361
+ "text": "boolean"
2362
+ },
2363
+ "privacy": "private",
2364
+ "default": "false"
2365
+ },
2316
2366
  {
2317
2367
  "kind": "field",
2318
2368
  "name": "#inheritedAttributes",
@@ -2322,6 +2372,30 @@
2322
2372
  },
2323
2373
  "default": "{}"
2324
2374
  },
2375
+ {
2376
+ "kind": "field",
2377
+ "name": "#ro",
2378
+ "privacy": "private",
2379
+ "type": {
2380
+ "text": "ResizeObserver | undefined"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "field",
2385
+ "name": "#span",
2386
+ "privacy": "private",
2387
+ "type": {
2388
+ "text": "HTMLSpanElement | undefined"
2389
+ }
2390
+ },
2391
+ {
2392
+ "kind": "field",
2393
+ "name": "#tooltip",
2394
+ "privacy": "private",
2395
+ "type": {
2396
+ "text": "HTMLQdsTooltipElement | undefined"
2397
+ }
2398
+ },
2325
2399
  {
2326
2400
  "kind": "field",
2327
2401
  "name": "#computedChecked",
@@ -2432,6 +2506,16 @@
2432
2506
  }
2433
2507
  ]
2434
2508
  },
2509
+ {
2510
+ "kind": "method",
2511
+ "name": "textChanged",
2512
+ "privacy": "protected",
2513
+ "return": {
2514
+ "type": {
2515
+ "text": "void"
2516
+ }
2517
+ }
2518
+ },
2435
2519
  {
2436
2520
  "kind": "method",
2437
2521
  "name": "valueChanged",
@@ -2483,6 +2567,18 @@
2483
2567
  "privacy": "private",
2484
2568
  "readonly": true
2485
2569
  },
2570
+ {
2571
+ "kind": "field",
2572
+ "name": "#spanRef",
2573
+ "privacy": "private",
2574
+ "readonly": true
2575
+ },
2576
+ {
2577
+ "kind": "field",
2578
+ "name": "#tooltipRef",
2579
+ "privacy": "private",
2580
+ "readonly": true
2581
+ },
2486
2582
  {
2487
2583
  "kind": "method",
2488
2584
  "name": "#defineGetter",
@@ -4287,15 +4383,6 @@
4287
4383
  "default": "'default'",
4288
4384
  "description": "The name of a registered icon library."
4289
4385
  },
4290
- {
4291
- "kind": "field",
4292
- "name": "host",
4293
- "type": {
4294
- "text": "HTMLElement"
4295
- },
4296
- "privacy": "private",
4297
- "readonly": true
4298
- },
4299
4386
  {
4300
4387
  "kind": "field",
4301
4388
  "name": "svg",
@@ -4307,12 +4394,12 @@
4307
4394
  },
4308
4395
  {
4309
4396
  "kind": "field",
4310
- "name": "#inheritedAttributes",
4311
- "privacy": "private",
4397
+ "name": "internals",
4312
4398
  "type": {
4313
- "text": "Attributes"
4399
+ "text": "ElementInternals"
4314
4400
  },
4315
- "default": "{}"
4401
+ "privacy": "private",
4402
+ "readonly": true
4316
4403
  },
4317
4404
  {
4318
4405
  "kind": "method",
@@ -5916,6 +6003,17 @@
5916
6003
  "readonly": true,
5917
6004
  "description": "Prevents the user from changing the value of the input."
5918
6005
  },
6006
+ {
6007
+ "kind": "field",
6008
+ "name": "clearable",
6009
+ "type": {
6010
+ "text": "boolean | undefined"
6011
+ },
6012
+ "privacy": "public",
6013
+ "readonly": true,
6014
+ "default": "false",
6015
+ "description": "Shows a clear button that allows the user to clear the input's value.\n\nFor `search` inputs, the clear button is always shown when the input\nhas a value, regardless of this property."
6016
+ },
5919
6017
  {
5920
6018
  "kind": "field",
5921
6019
  "name": "noIcon",
@@ -5925,7 +6023,7 @@
5925
6023
  "privacy": "public",
5926
6024
  "readonly": true,
5927
6025
  "default": "false",
5928
- "description": "Hide the input type's icon.\n\n> **_NOTE:_** Due to browser limitations, the icon may not be hidden in\nall browsers."
6026
+ "deprecated": "The no-icon property is deprecated and will be removed by September 2026.\n\nHide the input type's icon.\n\n> **_NOTE:_** Due to browser limitations, the icon may not be hidden in\nall browsers."
5929
6027
  },
5930
6028
  {
5931
6029
  "kind": "field",
@@ -6586,6 +6684,30 @@
6586
6684
  },
6587
6685
  "privacy": "public"
6588
6686
  },
6687
+ {
6688
+ "kind": "field",
6689
+ "name": "#renderClearableButton",
6690
+ "privacy": "private",
6691
+ "readonly": true
6692
+ },
6693
+ {
6694
+ "kind": "field",
6695
+ "name": "#renderSearchClearButton",
6696
+ "privacy": "private",
6697
+ "readonly": true
6698
+ },
6699
+ {
6700
+ "kind": "field",
6701
+ "name": "#renderInteractiveIconButton",
6702
+ "privacy": "private",
6703
+ "readonly": true
6704
+ },
6705
+ {
6706
+ "kind": "field",
6707
+ "name": "#renderSearchButton",
6708
+ "privacy": "private",
6709
+ "readonly": true
6710
+ },
6589
6711
  {
6590
6712
  "kind": "field",
6591
6713
  "name": "#togglePasswordVisibility",
@@ -6633,7 +6755,19 @@
6633
6755
  },
6634
6756
  {
6635
6757
  "kind": "field",
6636
- "name": "#onClear",
6758
+ "name": "#handleClear",
6759
+ "privacy": "private",
6760
+ "readonly": true
6761
+ },
6762
+ {
6763
+ "kind": "field",
6764
+ "name": "#onClearableClick",
6765
+ "privacy": "private",
6766
+ "readonly": true
6767
+ },
6768
+ {
6769
+ "kind": "field",
6770
+ "name": "#onSearchClear",
6637
6771
  "privacy": "private",
6638
6772
  "readonly": true
6639
6773
  },
@@ -6701,11 +6835,19 @@
6701
6835
  "text": "boolean"
6702
6836
  }
6703
6837
  },
6838
+ {
6839
+ "name": "clearable",
6840
+ "fieldName": "clearable",
6841
+ "default": "false",
6842
+ "description": "Shows a clear button that allows the user to clear the input's value.\n\nFor `search` inputs, the clear button is always shown when the input\nhas a value, regardless of this property.",
6843
+ "type": {
6844
+ "text": "boolean"
6845
+ }
6846
+ },
6704
6847
  {
6705
6848
  "name": "no-icon",
6706
6849
  "fieldName": "noIcon",
6707
6850
  "default": "false",
6708
- "description": "Hide the input type's icon.\n\n> **_NOTE:_** Due to browser limitations, the icon may not be hidden in\nall browsers.",
6709
6851
  "type": {
6710
6852
  "text": "boolean"
6711
6853
  }
@@ -9289,6 +9431,15 @@
9289
9431
  },
9290
9432
  "privacy": "private"
9291
9433
  },
9434
+ {
9435
+ "kind": "field",
9436
+ "name": "tooltip",
9437
+ "type": {
9438
+ "text": "boolean"
9439
+ },
9440
+ "privacy": "private",
9441
+ "default": "false"
9442
+ },
9292
9443
  {
9293
9444
  "kind": "field",
9294
9445
  "name": "#inheritedAttributes",
@@ -9306,6 +9457,30 @@
9306
9457
  "text": "HTMLInputElement | undefined"
9307
9458
  }
9308
9459
  },
9460
+ {
9461
+ "kind": "field",
9462
+ "name": "#ro",
9463
+ "privacy": "private",
9464
+ "type": {
9465
+ "text": "ResizeObserver | undefined"
9466
+ }
9467
+ },
9468
+ {
9469
+ "kind": "field",
9470
+ "name": "#span",
9471
+ "privacy": "private",
9472
+ "type": {
9473
+ "text": "HTMLSpanElement | undefined"
9474
+ }
9475
+ },
9476
+ {
9477
+ "kind": "field",
9478
+ "name": "#tooltip",
9479
+ "privacy": "private",
9480
+ "type": {
9481
+ "text": "HTMLQdsTooltipElement | undefined"
9482
+ }
9483
+ },
9309
9484
  {
9310
9485
  "kind": "field",
9311
9486
  "name": "#computedDisabled",
@@ -9369,6 +9544,16 @@
9369
9544
  }
9370
9545
  ]
9371
9546
  },
9547
+ {
9548
+ "kind": "method",
9549
+ "name": "textChanged",
9550
+ "privacy": "protected",
9551
+ "return": {
9552
+ "type": {
9553
+ "text": "void"
9554
+ }
9555
+ }
9556
+ },
9372
9557
  {
9373
9558
  "kind": "method",
9374
9559
  "name": "render",
@@ -9388,13 +9573,25 @@
9388
9573
  },
9389
9574
  {
9390
9575
  "kind": "field",
9391
- "name": "#onChange",
9576
+ "name": "#onFocus",
9392
9577
  "privacy": "private",
9393
9578
  "readonly": true
9394
9579
  },
9395
9580
  {
9396
9581
  "kind": "field",
9397
- "name": "#onFocus",
9582
+ "name": "#spanRef",
9583
+ "privacy": "private",
9584
+ "readonly": true
9585
+ },
9586
+ {
9587
+ "kind": "field",
9588
+ "name": "#tooltipRef",
9589
+ "privacy": "private",
9590
+ "readonly": true
9591
+ },
9592
+ {
9593
+ "kind": "field",
9594
+ "name": "#onChange",
9398
9595
  "privacy": "private",
9399
9596
  "readonly": true
9400
9597
  }
@@ -9533,6 +9730,16 @@
9533
9730
  "description": "The `<qds-select>` element represents a control that provides a menu of\noptions.",
9534
9731
  "name": "Select",
9535
9732
  "members": [
9733
+ {
9734
+ "kind": "field",
9735
+ "name": "status",
9736
+ "type": {
9737
+ "text": "SelectStatus | undefined"
9738
+ },
9739
+ "privacy": "public",
9740
+ "readonly": true,
9741
+ "description": "The select's status."
9742
+ },
9536
9743
  {
9537
9744
  "kind": "field",
9538
9745
  "name": "size",
@@ -9762,6 +9969,15 @@
9762
9969
  },
9763
9970
  "readonly": true
9764
9971
  },
9972
+ {
9973
+ "kind": "field",
9974
+ "name": "#computedStatus",
9975
+ "privacy": "private",
9976
+ "type": {
9977
+ "text": "SelectStatus | undefined"
9978
+ },
9979
+ "readonly": true
9980
+ },
9765
9981
  {
9766
9982
  "kind": "field",
9767
9983
  "name": "#computedSize",
@@ -9864,6 +10080,16 @@
9864
10080
  }
9865
10081
  }
9866
10082
  },
10083
+ {
10084
+ "kind": "method",
10085
+ "name": "statusChanged",
10086
+ "privacy": "protected",
10087
+ "return": {
10088
+ "type": {
10089
+ "text": "void"
10090
+ }
10091
+ }
10092
+ },
9867
10093
  {
9868
10094
  "kind": "method",
9869
10095
  "name": "render",
@@ -9984,6 +10210,14 @@
9984
10210
  }
9985
10211
  ],
9986
10212
  "attributes": [
10213
+ {
10214
+ "name": "status",
10215
+ "fieldName": "status",
10216
+ "description": "The select's status.",
10217
+ "type": {
10218
+ "text": "SelectStatus"
10219
+ }
10220
+ },
9987
10221
  {
9988
10222
  "name": "size",
9989
10223
  "fieldName": "size",
@@ -11309,7 +11543,7 @@
11309
11543
  },
11310
11544
  "privacy": "public",
11311
11545
  "readonly": true,
11312
- "default": "'block-end'",
11546
+ "default": "'block-start'",
11313
11547
  "description": "The tab's indicator position."
11314
11548
  },
11315
11549
  {
@@ -11525,6 +11759,24 @@
11525
11759
  },
11526
11760
  "readonly": true
11527
11761
  },
11762
+ {
11763
+ "kind": "field",
11764
+ "name": "#parentImportance",
11765
+ "privacy": "private",
11766
+ "type": {
11767
+ "text": "TabbarImportance"
11768
+ },
11769
+ "readonly": true
11770
+ },
11771
+ {
11772
+ "kind": "field",
11773
+ "name": "#parentSize",
11774
+ "privacy": "private",
11775
+ "type": {
11776
+ "text": "TabbarSize"
11777
+ },
11778
+ "readonly": true
11779
+ },
11528
11780
  {
11529
11781
  "kind": "field",
11530
11782
  "name": "#parentLayer",
@@ -11782,7 +12034,7 @@
11782
12034
  {
11783
12035
  "name": "indicator-position",
11784
12036
  "fieldName": "indicatorPosition",
11785
- "default": "'block-end'",
12037
+ "default": "'block-start'",
11786
12038
  "description": "The tab's indicator position.",
11787
12039
  "type": {
11788
12040
  "text": "IndicatorPosition"
@@ -11962,7 +12214,8 @@
11962
12214
  },
11963
12215
  "privacy": "public",
11964
12216
  "default": "'main'",
11965
- "description": "The tabbar's layer."
12217
+ "description": "The tabbar's layer.",
12218
+ "deprecated": "The property layer is deprecated. Please use `size` property instead.\nPlease do not use `layer` and `size` at the same time."
11966
12219
  },
11967
12220
  {
11968
12221
  "kind": "field",
@@ -11972,7 +12225,18 @@
11972
12225
  },
11973
12226
  "privacy": "public",
11974
12227
  "default": "'root'",
11975
- "description": "The tabbar's level."
12228
+ "description": "The tabbar's level.",
12229
+ "deprecated": "The property level is deprecated. Please use `size` property instead.\nPlease do not use `level` and `size` at the same time."
12230
+ },
12231
+ {
12232
+ "kind": "field",
12233
+ "name": "size",
12234
+ "type": {
12235
+ "text": "Size | undefined"
12236
+ },
12237
+ "privacy": "public",
12238
+ "default": "'standard'",
12239
+ "description": "The tabbar's size. This controls the size of the tabs within the tabbar."
11976
12240
  },
11977
12241
  {
11978
12242
  "kind": "field",
@@ -11982,7 +12246,18 @@
11982
12246
  },
11983
12247
  "privacy": "public",
11984
12248
  "default": "'horizontal'",
11985
- "description": "The tabbar's orientation."
12249
+ "description": "The tabbar's orientation.",
12250
+ "deprecated": "Please use the `placement` property instead. Do not use\n`orientation` and `placement` at the same time."
12251
+ },
12252
+ {
12253
+ "kind": "field",
12254
+ "name": "placement",
12255
+ "type": {
12256
+ "text": "Placement | undefined"
12257
+ },
12258
+ "privacy": "public",
12259
+ "default": "'top'",
12260
+ "description": "The tabbar's placement."
11986
12261
  },
11987
12262
  {
11988
12263
  "kind": "field",
@@ -12012,9 +12287,18 @@
12012
12287
  },
12013
12288
  "privacy": "public",
12014
12289
  "readonly": true,
12015
- "default": "'left'",
12290
+ "default": "'start'",
12016
12291
  "description": "The alignment of tabs. Only applicable for horizontal orientation."
12017
12292
  },
12293
+ {
12294
+ "kind": "field",
12295
+ "name": "importance",
12296
+ "type": {
12297
+ "text": "TabbarImportance | undefined"
12298
+ },
12299
+ "privacy": "public",
12300
+ "description": "The importance of the tabbar. This controls the visual emphasis of the tabs within the tabbar."
12301
+ },
12018
12302
  {
12019
12303
  "kind": "field",
12020
12304
  "name": "host",
@@ -12084,6 +12368,33 @@
12084
12368
  },
12085
12369
  "default": "{}"
12086
12370
  },
12371
+ {
12372
+ "kind": "field",
12373
+ "name": "#computedImportance",
12374
+ "privacy": "private",
12375
+ "type": {
12376
+ "text": "TabbarImportance"
12377
+ },
12378
+ "readonly": true
12379
+ },
12380
+ {
12381
+ "kind": "field",
12382
+ "name": "#computedSize",
12383
+ "privacy": "private",
12384
+ "type": {
12385
+ "text": "Size | undefined"
12386
+ },
12387
+ "readonly": true
12388
+ },
12389
+ {
12390
+ "kind": "field",
12391
+ "name": "#computedPlacement",
12392
+ "privacy": "private",
12393
+ "type": {
12394
+ "text": "IndicatorPosition | undefined"
12395
+ },
12396
+ "readonly": true
12397
+ },
12087
12398
  {
12088
12399
  "kind": "field",
12089
12400
  "name": "#computeDividerVisible",
@@ -12093,6 +12404,16 @@
12093
12404
  },
12094
12405
  "readonly": true
12095
12406
  },
12407
+ {
12408
+ "kind": "method",
12409
+ "name": "settingChanged",
12410
+ "privacy": "protected",
12411
+ "return": {
12412
+ "type": {
12413
+ "text": "void"
12414
+ }
12415
+ }
12416
+ },
12096
12417
  {
12097
12418
  "kind": "method",
12098
12419
  "name": "windowResize",
@@ -12202,6 +12523,18 @@
12202
12523
  }
12203
12524
  ]
12204
12525
  },
12526
+ {
12527
+ "kind": "field",
12528
+ "name": "#isVerticalPlacement",
12529
+ "privacy": "private",
12530
+ "readonly": true
12531
+ },
12532
+ {
12533
+ "kind": "field",
12534
+ "name": "#isHorizontalPlacement",
12535
+ "privacy": "private",
12536
+ "readonly": true
12537
+ },
12205
12538
  {
12206
12539
  "kind": "field",
12207
12540
  "name": "#onClick",
@@ -12242,6 +12575,16 @@
12242
12575
  }
12243
12576
  }
12244
12577
  },
12578
+ {
12579
+ "kind": "method",
12580
+ "name": "#setTabSettings",
12581
+ "privacy": "private",
12582
+ "return": {
12583
+ "type": {
12584
+ "text": "void"
12585
+ }
12586
+ }
12587
+ },
12245
12588
  {
12246
12589
  "kind": "field",
12247
12590
  "name": "#onSlotchange",
@@ -12268,6 +12611,15 @@
12268
12611
  "text": "Level"
12269
12612
  }
12270
12613
  },
12614
+ {
12615
+ "name": "size",
12616
+ "fieldName": "size",
12617
+ "default": "'standard'",
12618
+ "description": "The tabbar's size. This controls the size of the tabs within the tabbar.",
12619
+ "type": {
12620
+ "text": "Size"
12621
+ }
12622
+ },
12271
12623
  {
12272
12624
  "name": "orientation",
12273
12625
  "fieldName": "orientation",
@@ -12277,6 +12629,15 @@
12277
12629
  "text": "Orientation"
12278
12630
  }
12279
12631
  },
12632
+ {
12633
+ "name": "placement",
12634
+ "fieldName": "placement",
12635
+ "default": "'top'",
12636
+ "description": "The tabbar's placement.",
12637
+ "type": {
12638
+ "text": "Placement"
12639
+ }
12640
+ },
12280
12641
  {
12281
12642
  "name": "tablist-description",
12282
12643
  "fieldName": "tablistDescription",
@@ -12297,11 +12658,19 @@
12297
12658
  {
12298
12659
  "name": "alignment",
12299
12660
  "fieldName": "alignment",
12300
- "default": "'left'",
12661
+ "default": "'start'",
12301
12662
  "description": "The alignment of tabs. Only applicable for horizontal orientation.",
12302
12663
  "type": {
12303
12664
  "text": "Alignment"
12304
12665
  }
12666
+ },
12667
+ {
12668
+ "name": "importance",
12669
+ "fieldName": "importance",
12670
+ "description": "The importance of the tabbar. This controls the visual emphasis of the tabs within the tabbar.",
12671
+ "type": {
12672
+ "text": "TabbarImportance"
12673
+ }
12305
12674
  }
12306
12675
  ],
12307
12676
  "tagName": "qds-tabbar",
@@ -12422,6 +12791,17 @@
12422
12791
  "readonly": true,
12423
12792
  "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."
12424
12793
  },
12794
+ {
12795
+ "kind": "field",
12796
+ "name": "size",
12797
+ "type": {
12798
+ "text": "Size | undefined"
12799
+ },
12800
+ "privacy": "public",
12801
+ "readonly": true,
12802
+ "default": "'standard'",
12803
+ "description": "The table cell's size."
12804
+ },
12425
12805
  {
12426
12806
  "kind": "field",
12427
12807
  "name": "internals",
@@ -12431,6 +12811,15 @@
12431
12811
  "privacy": "private",
12432
12812
  "readonly": true
12433
12813
  },
12814
+ {
12815
+ "kind": "field",
12816
+ "name": "#computedSize",
12817
+ "privacy": "private",
12818
+ "type": {
12819
+ "text": "Size"
12820
+ },
12821
+ "readonly": true
12822
+ },
12434
12823
  {
12435
12824
  "kind": "method",
12436
12825
  "name": "colSpanChanged",
@@ -12489,6 +12878,15 @@
12489
12878
  "type": {
12490
12879
  "text": "number"
12491
12880
  }
12881
+ },
12882
+ {
12883
+ "name": "size",
12884
+ "fieldName": "size",
12885
+ "default": "'standard'",
12886
+ "description": "The table cell's size.",
12887
+ "type": {
12888
+ "text": "Size"
12889
+ }
12492
12890
  }
12493
12891
  ],
12494
12892
  "tagName": "qds-table-cell",
@@ -12554,6 +12952,17 @@
12554
12952
  "readonly": true,
12555
12953
  "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."
12556
12954
  },
12955
+ {
12956
+ "kind": "field",
12957
+ "name": "size",
12958
+ "type": {
12959
+ "text": "Size | undefined"
12960
+ },
12961
+ "privacy": "public",
12962
+ "readonly": true,
12963
+ "default": "'standard'",
12964
+ "description": "The table header cell's size."
12965
+ },
12557
12966
  {
12558
12967
  "kind": "field",
12559
12968
  "name": "internals",
@@ -12563,6 +12972,15 @@
12563
12972
  "privacy": "private",
12564
12973
  "readonly": true
12565
12974
  },
12975
+ {
12976
+ "kind": "field",
12977
+ "name": "#computedSize",
12978
+ "privacy": "private",
12979
+ "type": {
12980
+ "text": "Size"
12981
+ },
12982
+ "readonly": true
12983
+ },
12566
12984
  {
12567
12985
  "kind": "method",
12568
12986
  "name": "colSpanChanged",
@@ -12647,6 +13065,15 @@
12647
13065
  "type": {
12648
13066
  "text": "Scope"
12649
13067
  }
13068
+ },
13069
+ {
13070
+ "name": "size",
13071
+ "fieldName": "size",
13072
+ "default": "'standard'",
13073
+ "description": "The table header cell's size.",
13074
+ "type": {
13075
+ "text": "Size"
13076
+ }
12650
13077
  }
12651
13078
  ],
12652
13079
  "tagName": "qds-table-head-cell",