@db-ux/wc-core-components 3.1.19 → 4.0.0

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 (205) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/dist/cjs/db-accordion-item.cjs.entry.js +1 -1
  3. package/dist/cjs/db-accordion.cjs.entry.js +1 -1
  4. package/dist/cjs/db-badge.cjs.entry.js +1 -1
  5. package/dist/cjs/db-brand.cjs.entry.js +1 -1
  6. package/dist/cjs/db-button.cjs.entry.js +1 -1
  7. package/dist/cjs/db-card.cjs.entry.js +1 -1
  8. package/dist/cjs/db-checkbox.cjs.entry.js +1 -1
  9. package/dist/cjs/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.cjs.js.map +1 -1
  10. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +13 -4
  11. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +1 -1
  12. package/dist/cjs/db-custom-select.cjs.entry.js +9 -9
  13. package/dist/cjs/db-custom-select.entry.cjs.js.map +1 -1
  14. package/dist/cjs/db-divider.cjs.entry.js +1 -1
  15. package/dist/cjs/db-drawer.cjs.entry.js +1 -1
  16. package/dist/cjs/db-header.cjs.entry.js +1 -1
  17. package/dist/cjs/db-icon.cjs.entry.js +1 -1
  18. package/dist/cjs/db-infotext.cjs.entry.js +1 -1
  19. package/dist/cjs/db-link.cjs.entry.js +1 -1
  20. package/dist/cjs/db-navigation-item.cjs.entry.js +1 -1
  21. package/dist/cjs/db-navigation.cjs.entry.js +1 -1
  22. package/dist/cjs/db-notification.cjs.entry.js +1 -1
  23. package/dist/cjs/db-page.cjs.entry.js +1 -1
  24. package/dist/cjs/db-popover.cjs.entry.js +2 -2
  25. package/dist/cjs/db-radio.cjs.entry.js +1 -1
  26. package/dist/cjs/db-section.cjs.entry.js +1 -1
  27. package/dist/cjs/db-select.cjs.entry.js +1 -1
  28. package/dist/cjs/db-stack.cjs.entry.js +1 -1
  29. package/dist/cjs/db-switch.cjs.entry.js +69 -4
  30. package/dist/cjs/db-switch.entry.cjs.js.map +1 -1
  31. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  32. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  33. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  34. package/dist/cjs/db-tooltip.cjs.entry.js +2 -2
  35. package/dist/cjs/db-ux.cjs.js +1 -1
  36. package/dist/cjs/{document-click-listener-CKUiT8IL.js → document-click-listener-DGna8oDJ.js} +3 -3
  37. package/dist/cjs/{document-click-listener-CKUiT8IL.js.map → document-click-listener-DGna8oDJ.js.map} +1 -1
  38. package/dist/cjs/{document-scroll-listener-BlwNKh0i.js → document-scroll-listener-BBXRu9dN.js} +3 -3
  39. package/dist/cjs/{document-scroll-listener-BlwNKh0i.js.map → document-scroll-listener-BBXRu9dN.js.map} +1 -1
  40. package/dist/cjs/{index-DjV59BYq.js → index-Bm2Cw2rz.js} +22 -2
  41. package/dist/cjs/index-Bm2Cw2rz.js.map +1 -0
  42. package/dist/cjs/index.cjs.js +6 -3
  43. package/dist/cjs/index.cjs.js.map +1 -1
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/components/custom-select/custom-select.js +9 -9
  46. package/dist/collection/components/custom-select/custom-select.js.map +1 -1
  47. package/dist/collection/components/custom-select/model.js.map +1 -1
  48. package/dist/collection/components/input/input.js +13 -4
  49. package/dist/collection/components/input/input.js.map +1 -1
  50. package/dist/collection/components/input/model.js.map +1 -1
  51. package/dist/collection/components/switch/model.js.map +1 -1
  52. package/dist/collection/components/switch/switch.js +260 -51
  53. package/dist/collection/components/switch/switch.js.map +1 -1
  54. package/dist/collection/components/tab-item/tab-item.js +2 -2
  55. package/dist/collection/components/tab-list/tab-list.js +2 -2
  56. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  57. package/dist/collection/components/tabs/tabs.js +2 -2
  58. package/dist/collection/components/textarea/textarea.js +2 -2
  59. package/dist/collection/shared/model.js +1 -0
  60. package/dist/collection/shared/model.js.map +1 -1
  61. package/dist/collection/utils/index.js +19 -0
  62. package/dist/collection/utils/index.js.map +1 -1
  63. package/dist/custom-elements.json +329 -128
  64. package/dist/db-ux/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.esm.js.map +1 -1
  65. package/dist/db-ux/db-custom-select.entry.esm.js.map +1 -1
  66. package/dist/db-ux/db-switch.entry.esm.js.map +1 -1
  67. package/dist/db-ux/db-ux.esm.js +1 -1
  68. package/dist/db-ux/index.esm.js +1 -1
  69. package/dist/db-ux/index.esm.js.map +1 -1
  70. package/dist/db-ux/p-024ff6cd.entry.js +2 -0
  71. package/dist/db-ux/{p-2c457e48.entry.js.map → p-024ff6cd.entry.js.map} +1 -1
  72. package/dist/db-ux/{p-963fde68.entry.js → p-0735d31e.entry.js} +2 -2
  73. package/dist/db-ux/p-0735d31e.entry.js.map +1 -0
  74. package/dist/db-ux/{p-cd51d733.entry.js → p-119ce591.entry.js} +2 -2
  75. package/dist/db-ux/{p-53c419b0.entry.js → p-17e7b60a.entry.js} +2 -2
  76. package/dist/db-ux/p-2d564f3f.entry.js +2 -0
  77. package/dist/db-ux/{p-950bf6ab.entry.js.map → p-2d564f3f.entry.js.map} +1 -1
  78. package/dist/db-ux/p-3587b975.entry.js +2 -0
  79. package/dist/db-ux/{p-fbf46ee6.entry.js.map → p-3587b975.entry.js.map} +1 -1
  80. package/dist/db-ux/{p-82083293.entry.js → p-3c470f0d.entry.js} +2 -2
  81. package/dist/db-ux/{p-56488bc3.entry.js → p-3e23f0d2.entry.js} +2 -2
  82. package/dist/db-ux/{p-d0a2e1d4.entry.js → p-4027a894.entry.js} +2 -2
  83. package/dist/db-ux/p-47a0105a.entry.js +2 -0
  84. package/dist/db-ux/{p-90f21d44.entry.js.map → p-47a0105a.entry.js.map} +1 -1
  85. package/dist/db-ux/{p-132ee89d.entry.js → p-4a48d59a.entry.js} +2 -2
  86. package/dist/db-ux/{p-1c50fd87.entry.js → p-534f0d51.entry.js} +2 -2
  87. package/dist/db-ux/{p-26e115a8.entry.js → p-686c37e1.entry.js} +2 -2
  88. package/dist/db-ux/{p-a7a0c5a3.entry.js → p-689e2f1b.entry.js} +2 -2
  89. package/dist/db-ux/{p-1a7001bb.entry.js → p-6b3bd3e5.entry.js} +2 -2
  90. package/dist/db-ux/{p-69a7e5f9.entry.js → p-75802bfd.entry.js} +2 -2
  91. package/dist/db-ux/{p-75d3a947.entry.js → p-861b6d7e.entry.js} +2 -2
  92. package/dist/db-ux/{p-07a7eb33.entry.js → p-8d4f07d2.entry.js} +2 -2
  93. package/dist/db-ux/{p-b3ccfc6a.entry.js → p-8f784d7a.entry.js} +2 -2
  94. package/dist/db-ux/{p-1f490d67.entry.js → p-985c1c27.entry.js} +2 -2
  95. package/dist/db-ux/{p-364cc533.entry.js → p-993303f3.entry.js} +2 -2
  96. package/dist/db-ux/p-BMfF_eQJ.js +2 -0
  97. package/dist/db-ux/{p-BRouKtF5.js.map → p-BMfF_eQJ.js.map} +1 -1
  98. package/dist/db-ux/p-BX4jNwUm.js +2 -0
  99. package/dist/db-ux/{p-BwSmFFdU.js.map → p-BX4jNwUm.js.map} +1 -1
  100. package/dist/db-ux/p-DhKljLRG.js +2 -0
  101. package/dist/db-ux/p-DhKljLRG.js.map +1 -0
  102. package/dist/db-ux/p-a48df866.entry.js +2 -0
  103. package/dist/db-ux/{p-72bd1665.entry.js.map → p-a48df866.entry.js.map} +1 -1
  104. package/dist/db-ux/{p-3390e528.entry.js → p-ad18fa93.entry.js} +2 -2
  105. package/dist/db-ux/{p-2bc4be80.entry.js → p-aed5d375.entry.js} +2 -2
  106. package/dist/db-ux/{p-c9b2b24e.entry.js → p-b2f638a6.entry.js} +2 -2
  107. package/dist/db-ux/p-c50f0e2b.entry.js +2 -0
  108. package/dist/db-ux/p-c50f0e2b.entry.js.map +1 -0
  109. package/dist/db-ux/{p-31b7ea66.entry.js → p-c778c9d0.entry.js} +2 -2
  110. package/dist/db-ux/{p-da7e3ac7.entry.js → p-d91b57d6.entry.js} +2 -2
  111. package/dist/db-ux/{p-43be6218.entry.js → p-f5c17063.entry.js} +2 -2
  112. package/dist/db-ux/p-fdfa3d81.entry.js +2 -0
  113. package/dist/db-ux/p-fdfa3d81.entry.js.map +1 -0
  114. package/dist/esm/db-accordion-item.entry.js +1 -1
  115. package/dist/esm/db-accordion.entry.js +1 -1
  116. package/dist/esm/db-badge.entry.js +1 -1
  117. package/dist/esm/db-brand.entry.js +1 -1
  118. package/dist/esm/db-button.entry.js +1 -1
  119. package/dist/esm/db-card.entry.js +1 -1
  120. package/dist/esm/db-checkbox.entry.js +1 -1
  121. package/dist/esm/db-custom-select-dropdown.db-custom-select-list.db-custom-select-list-item.db-input.db-tag.entry.js.map +1 -1
  122. package/dist/esm/db-custom-select-dropdown_5.entry.js +13 -4
  123. package/dist/esm/db-custom-select-form-field.entry.js +1 -1
  124. package/dist/esm/db-custom-select.entry.js +9 -9
  125. package/dist/esm/db-custom-select.entry.js.map +1 -1
  126. package/dist/esm/db-divider.entry.js +1 -1
  127. package/dist/esm/db-drawer.entry.js +1 -1
  128. package/dist/esm/db-header.entry.js +1 -1
  129. package/dist/esm/db-icon.entry.js +1 -1
  130. package/dist/esm/db-infotext.entry.js +1 -1
  131. package/dist/esm/db-link.entry.js +1 -1
  132. package/dist/esm/db-navigation-item.entry.js +1 -1
  133. package/dist/esm/db-navigation.entry.js +1 -1
  134. package/dist/esm/db-notification.entry.js +1 -1
  135. package/dist/esm/db-page.entry.js +1 -1
  136. package/dist/esm/db-popover.entry.js +2 -2
  137. package/dist/esm/db-radio.entry.js +1 -1
  138. package/dist/esm/db-section.entry.js +1 -1
  139. package/dist/esm/db-select.entry.js +1 -1
  140. package/dist/esm/db-stack.entry.js +1 -1
  141. package/dist/esm/db-switch.entry.js +69 -4
  142. package/dist/esm/db-switch.entry.js.map +1 -1
  143. package/dist/esm/db-tab-item_3.entry.js +7 -7
  144. package/dist/esm/db-tabs.entry.js +3 -3
  145. package/dist/esm/db-textarea.entry.js +3 -3
  146. package/dist/esm/db-tooltip.entry.js +2 -2
  147. package/dist/esm/db-ux.js +1 -1
  148. package/dist/esm/{document-click-listener-B4S1N-ro.js → document-click-listener-D1ZXrKSx.js} +3 -3
  149. package/dist/esm/{document-click-listener-B4S1N-ro.js.map → document-click-listener-D1ZXrKSx.js.map} +1 -1
  150. package/dist/esm/{document-scroll-listener-DC7DAxof.js → document-scroll-listener-DF6f0ByI.js} +3 -3
  151. package/dist/esm/{document-scroll-listener-DC7DAxof.js.map → document-scroll-listener-DF6f0ByI.js.map} +1 -1
  152. package/dist/esm/{index-YECpAE3G.js → index-DhKljLRG.js} +22 -3
  153. package/dist/esm/index-DhKljLRG.js.map +1 -0
  154. package/dist/esm/index.js +5 -4
  155. package/dist/esm/index.js.map +1 -1
  156. package/dist/esm/loader.js +1 -1
  157. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  158. package/dist/types/components/custom-select/model.d.ts +1 -1
  159. package/dist/types/components/input/model.d.ts +2 -2
  160. package/dist/types/components/switch/model.d.ts +7 -3
  161. package/dist/types/components/switch/switch.d.ts +19 -4
  162. package/dist/types/components.d.ts +14 -4
  163. package/dist/types/shared/model.d.ts +2 -0
  164. package/dist/types/utils/index.d.ts +10 -0
  165. package/dist/vscode.html-custom-data.json +48 -23
  166. package/dist/web-types.json +96 -40
  167. package/package.json +3 -3
  168. package/dist/cjs/index-DjV59BYq.js.map +0 -1
  169. package/dist/db-ux/p-109fc276.entry.js +0 -2
  170. package/dist/db-ux/p-109fc276.entry.js.map +0 -1
  171. package/dist/db-ux/p-2c457e48.entry.js +0 -2
  172. package/dist/db-ux/p-72bd1665.entry.js +0 -2
  173. package/dist/db-ux/p-90f21d44.entry.js +0 -2
  174. package/dist/db-ux/p-950bf6ab.entry.js +0 -2
  175. package/dist/db-ux/p-963fde68.entry.js.map +0 -1
  176. package/dist/db-ux/p-BRouKtF5.js +0 -2
  177. package/dist/db-ux/p-BwSmFFdU.js +0 -2
  178. package/dist/db-ux/p-YECpAE3G.js +0 -2
  179. package/dist/db-ux/p-YECpAE3G.js.map +0 -1
  180. package/dist/db-ux/p-ad8ff0ae.entry.js +0 -2
  181. package/dist/db-ux/p-ad8ff0ae.entry.js.map +0 -1
  182. package/dist/db-ux/p-fbf46ee6.entry.js +0 -2
  183. package/dist/esm/index-YECpAE3G.js.map +0 -1
  184. /package/dist/db-ux/{p-cd51d733.entry.js.map → p-119ce591.entry.js.map} +0 -0
  185. /package/dist/db-ux/{p-53c419b0.entry.js.map → p-17e7b60a.entry.js.map} +0 -0
  186. /package/dist/db-ux/{p-82083293.entry.js.map → p-3c470f0d.entry.js.map} +0 -0
  187. /package/dist/db-ux/{p-56488bc3.entry.js.map → p-3e23f0d2.entry.js.map} +0 -0
  188. /package/dist/db-ux/{p-d0a2e1d4.entry.js.map → p-4027a894.entry.js.map} +0 -0
  189. /package/dist/db-ux/{p-132ee89d.entry.js.map → p-4a48d59a.entry.js.map} +0 -0
  190. /package/dist/db-ux/{p-1c50fd87.entry.js.map → p-534f0d51.entry.js.map} +0 -0
  191. /package/dist/db-ux/{p-26e115a8.entry.js.map → p-686c37e1.entry.js.map} +0 -0
  192. /package/dist/db-ux/{p-a7a0c5a3.entry.js.map → p-689e2f1b.entry.js.map} +0 -0
  193. /package/dist/db-ux/{p-1a7001bb.entry.js.map → p-6b3bd3e5.entry.js.map} +0 -0
  194. /package/dist/db-ux/{p-69a7e5f9.entry.js.map → p-75802bfd.entry.js.map} +0 -0
  195. /package/dist/db-ux/{p-75d3a947.entry.js.map → p-861b6d7e.entry.js.map} +0 -0
  196. /package/dist/db-ux/{p-07a7eb33.entry.js.map → p-8d4f07d2.entry.js.map} +0 -0
  197. /package/dist/db-ux/{p-b3ccfc6a.entry.js.map → p-8f784d7a.entry.js.map} +0 -0
  198. /package/dist/db-ux/{p-1f490d67.entry.js.map → p-985c1c27.entry.js.map} +0 -0
  199. /package/dist/db-ux/{p-364cc533.entry.js.map → p-993303f3.entry.js.map} +0 -0
  200. /package/dist/db-ux/{p-3390e528.entry.js.map → p-ad18fa93.entry.js.map} +0 -0
  201. /package/dist/db-ux/{p-2bc4be80.entry.js.map → p-aed5d375.entry.js.map} +0 -0
  202. /package/dist/db-ux/{p-c9b2b24e.entry.js.map → p-b2f638a6.entry.js.map} +0 -0
  203. /package/dist/db-ux/{p-31b7ea66.entry.js.map → p-c778c9d0.entry.js.map} +0 -0
  204. /package/dist/db-ux/{p-da7e3ac7.entry.js.map → p-d91b57d6.entry.js.map} +0 -0
  205. /package/dist/db-ux/{p-43be6218.entry.js.map → p-f5c17063.entry.js.map} +0 -0
@@ -7655,13 +7655,13 @@
7655
7655
  },
7656
7656
  {
7657
7657
  "kind": "field",
7658
- "name": "ariaListLabel",
7658
+ "name": "listLabel",
7659
7659
  "type": {
7660
7660
  "text": "string"
7661
7661
  },
7662
7662
  "description": "Overwrite the default aria-label (props.label) for the custom-select-list",
7663
7663
  "resolvedValue": {
7664
- "name": "ariaListLabel",
7664
+ "name": "listLabel",
7665
7665
  "type": "string",
7666
7666
  "comment": "Overwrite the default aria-label (props.label) for the custom-select-list",
7667
7667
  "resolvedType": "string"
@@ -8981,14 +8981,14 @@
8981
8981
  }
8982
8982
  },
8983
8983
  {
8984
- "name": "aria-list-label",
8985
- "fieldName": "ariaListLabel",
8984
+ "name": "list-label",
8985
+ "fieldName": "listLabel",
8986
8986
  "type": {
8987
8987
  "text": "string"
8988
8988
  },
8989
8989
  "description": "Overwrite the default aria-label (props.label) for the custom-select-list",
8990
8990
  "resolvedValue": {
8991
- "name": "ariaListLabel",
8991
+ "name": "listLabel",
8992
8992
  "type": "string",
8993
8993
  "comment": "Overwrite the default aria-label (props.label) for the custom-select-list",
8994
8994
  "resolvedType": "string"
@@ -15346,6 +15346,122 @@
15346
15346
  "resolvedType": "string"
15347
15347
  }
15348
15348
  },
15349
+ {
15350
+ "kind": "field",
15351
+ "name": "validation",
15352
+ "type": {
15353
+ "text": "\"invalid\" | \"valid\" | \"no-validation\""
15354
+ },
15355
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15356
+ "resolvedValue": {
15357
+ "name": "validation",
15358
+ "type": "ValidationType",
15359
+ "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15360
+ "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15361
+ }
15362
+ },
15363
+ {
15364
+ "kind": "field",
15365
+ "name": "required",
15366
+ "type": {
15367
+ "text": "boolean | string"
15368
+ },
15369
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15370
+ "resolvedValue": {
15371
+ "name": "required",
15372
+ "type": {
15373
+ "values": [
15374
+ "boolean",
15375
+ "string"
15376
+ ],
15377
+ "type": "literal"
15378
+ },
15379
+ "comment": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15380
+ "resolvedType": "boolean | string"
15381
+ }
15382
+ },
15383
+ {
15384
+ "kind": "field",
15385
+ "name": "message",
15386
+ "type": {
15387
+ "text": "string"
15388
+ },
15389
+ "description": "Optional helper message for form components",
15390
+ "resolvedValue": {
15391
+ "name": "message",
15392
+ "type": "string",
15393
+ "comment": "Optional helper message for form components",
15394
+ "resolvedType": "string"
15395
+ }
15396
+ },
15397
+ {
15398
+ "kind": "field",
15399
+ "name": "showMessage",
15400
+ "type": {
15401
+ "text": "boolean | string"
15402
+ },
15403
+ "description": "Enables or disables the visibility of the message.",
15404
+ "resolvedValue": {
15405
+ "name": "showMessage",
15406
+ "type": {
15407
+ "values": [
15408
+ "boolean",
15409
+ "string"
15410
+ ],
15411
+ "type": "literal"
15412
+ },
15413
+ "comment": "Enables or disables the visibility of the message.",
15414
+ "resolvedType": "boolean | string"
15415
+ }
15416
+ },
15417
+ {
15418
+ "kind": "field",
15419
+ "name": "validMessage",
15420
+ "type": {
15421
+ "text": "string"
15422
+ },
15423
+ "description": "Helper message for valid form components",
15424
+ "resolvedValue": {
15425
+ "name": "validMessage",
15426
+ "type": "string",
15427
+ "comment": "Helper message for valid form components",
15428
+ "resolvedType": "string"
15429
+ }
15430
+ },
15431
+ {
15432
+ "kind": "field",
15433
+ "name": "invalidMessage",
15434
+ "type": {
15435
+ "text": "string"
15436
+ },
15437
+ "description": "Helper message for invalid form components",
15438
+ "resolvedValue": {
15439
+ "name": "invalidMessage",
15440
+ "type": "string",
15441
+ "comment": "Helper message for invalid form components",
15442
+ "resolvedType": "string"
15443
+ }
15444
+ },
15445
+ {
15446
+ "kind": "field",
15447
+ "name": "checked",
15448
+ "type": {
15449
+ "text": "boolean | string"
15450
+ },
15451
+ "description": "Define the radio or checkbox elements checked state",
15452
+ "resolvedValue": {
15453
+ "name": "checked",
15454
+ "type": {
15455
+ "values": [
15456
+ "boolean",
15457
+ "string"
15458
+ ],
15459
+ "type": "literal"
15460
+ },
15461
+ "comment": "Define the radio or checkbox elements checked state",
15462
+ "resolvedType": "boolean | string"
15463
+ }
15464
+ },
15349
15465
  {
15350
15466
  "kind": "field",
15351
15467
  "name": "visualAid",
@@ -15402,16 +15518,16 @@
15402
15518
  },
15403
15519
  {
15404
15520
  "kind": "field",
15405
- "name": "emphasis",
15521
+ "name": "variant",
15406
15522
  "type": {
15407
- "text": "\"weak\" | \"strong\""
15523
+ "text": "\"above\" | \"floating\""
15408
15524
  },
15409
- "description": "The emphasis attribute divides in between a weak or strong importance.",
15525
+ "description": "Change the variant of the label to float or hidden",
15410
15526
  "resolvedValue": {
15411
- "name": "emphasis",
15412
- "type": "EmphasisType",
15413
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
15414
- "resolvedType": "\"weak\" | \"strong\""
15527
+ "name": "variant",
15528
+ "type": "LabelVariantType",
15529
+ "comment": "Change the variant of the label to float or hidden",
15530
+ "resolvedType": "\"above\" | \"floating\""
15415
15531
  }
15416
15532
  },
15417
15533
  {
@@ -15448,26 +15564,6 @@
15448
15564
  "resolvedType": "string"
15449
15565
  }
15450
15566
  },
15451
- {
15452
- "kind": "field",
15453
- "name": "checked",
15454
- "type": {
15455
- "text": "boolean | string"
15456
- },
15457
- "description": "Define the radio or checkbox elements checked state",
15458
- "resolvedValue": {
15459
- "name": "checked",
15460
- "type": {
15461
- "values": [
15462
- "boolean",
15463
- "string"
15464
- ],
15465
- "type": "literal"
15466
- },
15467
- "comment": "Define the radio or checkbox elements checked state",
15468
- "resolvedType": "boolean | string"
15469
- }
15470
- },
15471
15567
  {
15472
15568
  "kind": "field",
15473
15569
  "name": "value",
@@ -15502,20 +15598,6 @@
15502
15598
  "resolvedType": "boolean | string"
15503
15599
  }
15504
15600
  },
15505
- {
15506
- "kind": "field",
15507
- "name": "validation",
15508
- "type": {
15509
- "text": "\"invalid\" | \"valid\" | \"no-validation\""
15510
- },
15511
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15512
- "resolvedValue": {
15513
- "name": "validation",
15514
- "type": "ValidationType",
15515
- "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15516
- "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15517
- }
15518
- },
15519
15601
  {
15520
15602
  "kind": "field",
15521
15603
  "name": "name",
@@ -15530,26 +15612,6 @@
15530
15612
  "resolvedType": "string"
15531
15613
  }
15532
15614
  },
15533
- {
15534
- "kind": "field",
15535
- "name": "required",
15536
- "type": {
15537
- "text": "boolean | string"
15538
- },
15539
- "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15540
- "resolvedValue": {
15541
- "name": "required",
15542
- "type": {
15543
- "values": [
15544
- "boolean",
15545
- "string"
15546
- ],
15547
- "type": "literal"
15548
- },
15549
- "comment": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15550
- "resolvedType": "boolean | string"
15551
- }
15552
- },
15553
15615
  {
15554
15616
  "kind": "field",
15555
15617
  "name": "iconLeading",
@@ -15606,11 +15668,66 @@
15606
15668
  "resolvedType": "string"
15607
15669
  }
15608
15670
  },
15671
+ {
15672
+ "kind": "field",
15673
+ "name": "messageIcon",
15674
+ "type": {
15675
+ "text": "IconTypes"
15676
+ },
15677
+ "description": "Set/overwrite icon for helper message for form components",
15678
+ "resolvedValue": {
15679
+ "name": "messageIcon",
15680
+ "type": "IconTypes",
15681
+ "comment": "Set/overwrite icon for helper message for form components",
15682
+ "resolvedType": "IconTypes"
15683
+ }
15684
+ },
15609
15685
  {
15610
15686
  "kind": "field",
15611
15687
  "name": "_id",
15612
15688
  "default": "undefined"
15613
15689
  },
15690
+ {
15691
+ "kind": "field",
15692
+ "name": "_messageId",
15693
+ "default": "undefined"
15694
+ },
15695
+ {
15696
+ "kind": "field",
15697
+ "name": "_validMessageId",
15698
+ "default": "undefined"
15699
+ },
15700
+ {
15701
+ "kind": "field",
15702
+ "name": "_invalidMessageId",
15703
+ "default": "undefined"
15704
+ },
15705
+ {
15706
+ "kind": "field",
15707
+ "name": "_invalidMessage",
15708
+ "default": "undefined"
15709
+ },
15710
+ {
15711
+ "kind": "field",
15712
+ "name": "_descByIds",
15713
+ "default": "undefined"
15714
+ },
15715
+ {
15716
+ "kind": "field",
15717
+ "name": "_voiceOverFallback",
15718
+ "type": {
15719
+ "text": "string"
15720
+ },
15721
+ "default": "\"\""
15722
+ },
15723
+ {
15724
+ "kind": "method",
15725
+ "name": "hasValidState"
15726
+ },
15727
+ {
15728
+ "kind": "method",
15729
+ "name": "handleValidation"
15730
+ },
15614
15731
  {
15615
15732
  "kind": "method",
15616
15733
  "name": "handleChange",
@@ -15669,6 +15786,14 @@
15669
15786
  ],
15670
15787
  "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
15671
15788
  },
15789
+ {
15790
+ "kind": "method",
15791
+ "name": "watch0Fn"
15792
+ },
15793
+ {
15794
+ "kind": "method",
15795
+ "name": "watch0"
15796
+ },
15672
15797
  {
15673
15798
  "kind": "method",
15674
15799
  "name": "render"
@@ -15689,6 +15814,122 @@
15689
15814
  "resolvedType": "string"
15690
15815
  }
15691
15816
  },
15817
+ {
15818
+ "name": "validation",
15819
+ "fieldName": "validation",
15820
+ "type": {
15821
+ "text": "\"invalid\" | \"valid\" | \"no-validation\""
15822
+ },
15823
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15824
+ "resolvedValue": {
15825
+ "name": "validation",
15826
+ "type": "ValidationType",
15827
+ "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15828
+ "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15829
+ }
15830
+ },
15831
+ {
15832
+ "name": "required",
15833
+ "fieldName": "required",
15834
+ "type": {
15835
+ "text": "boolean | string"
15836
+ },
15837
+ "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15838
+ "resolvedValue": {
15839
+ "name": "required",
15840
+ "type": {
15841
+ "values": [
15842
+ "boolean",
15843
+ "string"
15844
+ ],
15845
+ "type": "literal"
15846
+ },
15847
+ "comment": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15848
+ "resolvedType": "boolean | string"
15849
+ }
15850
+ },
15851
+ {
15852
+ "name": "message",
15853
+ "fieldName": "message",
15854
+ "type": {
15855
+ "text": "string"
15856
+ },
15857
+ "description": "Optional helper message for form components",
15858
+ "resolvedValue": {
15859
+ "name": "message",
15860
+ "type": "string",
15861
+ "comment": "Optional helper message for form components",
15862
+ "resolvedType": "string"
15863
+ }
15864
+ },
15865
+ {
15866
+ "name": "show-message",
15867
+ "fieldName": "showMessage",
15868
+ "type": {
15869
+ "text": "boolean | string"
15870
+ },
15871
+ "description": "Enables or disables the visibility of the message.",
15872
+ "resolvedValue": {
15873
+ "name": "showMessage",
15874
+ "type": {
15875
+ "values": [
15876
+ "boolean",
15877
+ "string"
15878
+ ],
15879
+ "type": "literal"
15880
+ },
15881
+ "comment": "Enables or disables the visibility of the message.",
15882
+ "resolvedType": "boolean | string"
15883
+ }
15884
+ },
15885
+ {
15886
+ "name": "valid-message",
15887
+ "fieldName": "validMessage",
15888
+ "type": {
15889
+ "text": "string"
15890
+ },
15891
+ "description": "Helper message for valid form components",
15892
+ "resolvedValue": {
15893
+ "name": "validMessage",
15894
+ "type": "string",
15895
+ "comment": "Helper message for valid form components",
15896
+ "resolvedType": "string"
15897
+ }
15898
+ },
15899
+ {
15900
+ "name": "invalid-message",
15901
+ "fieldName": "invalidMessage",
15902
+ "type": {
15903
+ "text": "string"
15904
+ },
15905
+ "description": "Helper message for invalid form components",
15906
+ "resolvedValue": {
15907
+ "name": "invalidMessage",
15908
+ "type": "string",
15909
+ "comment": "Helper message for invalid form components",
15910
+ "resolvedType": "string"
15911
+ }
15912
+ },
15913
+ {
15914
+ "name": "checked",
15915
+ "fieldName": "checked",
15916
+ "type": {
15917
+ "text": "boolean | string"
15918
+ },
15919
+ "description": "Define the radio or checkbox elements checked state",
15920
+ "resolvedValue": {
15921
+ "name": "checked",
15922
+ "type": {
15923
+ "values": [
15924
+ "boolean",
15925
+ "string"
15926
+ ],
15927
+ "type": "literal"
15928
+ },
15929
+ "comment": "Define the radio or checkbox elements checked state",
15930
+ "resolvedType": "boolean | string"
15931
+ }
15932
+ },
15692
15933
  {
15693
15934
  "name": "visual-aid",
15694
15935
  "fieldName": "visualAid",
@@ -15744,17 +15985,17 @@
15744
15985
  }
15745
15986
  },
15746
15987
  {
15747
- "name": "emphasis",
15748
- "fieldName": "emphasis",
15988
+ "name": "variant",
15989
+ "fieldName": "variant",
15749
15990
  "type": {
15750
- "text": "\"weak\" | \"strong\""
15991
+ "text": "\"above\" | \"floating\""
15751
15992
  },
15752
- "description": "The emphasis attribute divides in between a weak or strong importance.",
15993
+ "description": "Change the variant of the label to float or hidden",
15753
15994
  "resolvedValue": {
15754
- "name": "emphasis",
15755
- "type": "EmphasisType",
15756
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
15757
- "resolvedType": "\"weak\" | \"strong\""
15995
+ "name": "variant",
15996
+ "type": "LabelVariantType",
15997
+ "comment": "Change the variant of the label to float or hidden",
15998
+ "resolvedType": "\"above\" | \"floating\""
15758
15999
  }
15759
16000
  },
15760
16001
  {
@@ -15791,26 +16032,6 @@
15791
16032
  "resolvedType": "string"
15792
16033
  }
15793
16034
  },
15794
- {
15795
- "name": "checked",
15796
- "fieldName": "checked",
15797
- "type": {
15798
- "text": "boolean | string"
15799
- },
15800
- "description": "Define the radio or checkbox elements checked state",
15801
- "resolvedValue": {
15802
- "name": "checked",
15803
- "type": {
15804
- "values": [
15805
- "boolean",
15806
- "string"
15807
- ],
15808
- "type": "literal"
15809
- },
15810
- "comment": "Define the radio or checkbox elements checked state",
15811
- "resolvedType": "boolean | string"
15812
- }
15813
- },
15814
16035
  {
15815
16036
  "name": "value",
15816
16037
  "fieldName": "value",
@@ -15845,20 +16066,6 @@
15845
16066
  "resolvedType": "boolean | string"
15846
16067
  }
15847
16068
  },
15848
- {
15849
- "name": "validation",
15850
- "fieldName": "validation",
15851
- "type": {
15852
- "text": "\"invalid\" | \"valid\" | \"no-validation\""
15853
- },
15854
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15855
- "resolvedValue": {
15856
- "name": "validation",
15857
- "type": "ValidationType",
15858
- "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15859
- "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15860
- }
15861
- },
15862
16069
  {
15863
16070
  "name": "name",
15864
16071
  "fieldName": "name",
@@ -15873,26 +16080,6 @@
15873
16080
  "resolvedType": "string"
15874
16081
  }
15875
16082
  },
15876
- {
15877
- "name": "required",
15878
- "fieldName": "required",
15879
- "type": {
15880
- "text": "boolean | string"
15881
- },
15882
- "description": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15883
- "resolvedValue": {
15884
- "name": "required",
15885
- "type": {
15886
- "values": [
15887
- "boolean",
15888
- "string"
15889
- ],
15890
- "type": "literal"
15891
- },
15892
- "comment": "When the required attribute specified, the user will be required to fill the form element before submitting the form.\nThe form element will be marked semantically as required and by default also visually with an asterisk '*' next to the label (unless the property `showRequiredAsterisk` is also set with the value `false`).",
15893
- "resolvedType": "boolean | string"
15894
- }
15895
- },
15896
16083
  {
15897
16084
  "name": "icon-leading",
15898
16085
  "fieldName": "iconLeading",
@@ -15948,6 +16135,20 @@
15948
16135
  "comment": "The label attribute specifies the caption of the form element.",
15949
16136
  "resolvedType": "string"
15950
16137
  }
16138
+ },
16139
+ {
16140
+ "name": "message-icon",
16141
+ "fieldName": "messageIcon",
16142
+ "type": {
16143
+ "text": "IconTypes"
16144
+ },
16145
+ "description": "Set/overwrite icon for helper message for form components",
16146
+ "resolvedValue": {
16147
+ "name": "messageIcon",
16148
+ "type": "IconTypes",
16149
+ "comment": "Set/overwrite icon for helper message for form components",
16150
+ "resolvedType": "IconTypes"
16151
+ }
15951
16152
  }
15952
16153
  ],
15953
16154
  "tagName": "db-switch",