@db-ux/wc-core-components 3.1.20 → 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 (206) hide show
  1. package/CHANGELOG.md +11 -0
  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 +4 -14
  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 +4 -14
  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 -132
  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 +4 -14
  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/input.d.ts +0 -1
  160. package/dist/types/components/input/model.d.ts +0 -1
  161. package/dist/types/components/switch/model.d.ts +7 -3
  162. package/dist/types/components/switch/switch.d.ts +19 -4
  163. package/dist/types/components.d.ts +14 -4
  164. package/dist/types/shared/model.d.ts +2 -0
  165. package/dist/types/utils/index.d.ts +10 -0
  166. package/dist/vscode.html-custom-data.json +48 -23
  167. package/dist/web-types.json +96 -40
  168. package/package.json +3 -3
  169. package/dist/cjs/index-DjV59BYq.js.map +0 -1
  170. package/dist/db-ux/p-2c457e48.entry.js +0 -2
  171. package/dist/db-ux/p-72bd1665.entry.js +0 -2
  172. package/dist/db-ux/p-90f21d44.entry.js +0 -2
  173. package/dist/db-ux/p-950bf6ab.entry.js +0 -2
  174. package/dist/db-ux/p-963fde68.entry.js.map +0 -1
  175. package/dist/db-ux/p-BRouKtF5.js +0 -2
  176. package/dist/db-ux/p-BwSmFFdU.js +0 -2
  177. package/dist/db-ux/p-YECpAE3G.js +0 -2
  178. package/dist/db-ux/p-YECpAE3G.js.map +0 -1
  179. package/dist/db-ux/p-a5b542fa.entry.js +0 -2
  180. package/dist/db-ux/p-a5b542fa.entry.js.map +0 -1
  181. package/dist/db-ux/p-ad8ff0ae.entry.js +0 -2
  182. package/dist/db-ux/p-ad8ff0ae.entry.js.map +0 -1
  183. package/dist/db-ux/p-fbf46ee6.entry.js +0 -2
  184. package/dist/esm/index-YECpAE3G.js.map +0 -1
  185. /package/dist/db-ux/{p-cd51d733.entry.js.map → p-119ce591.entry.js.map} +0 -0
  186. /package/dist/db-ux/{p-53c419b0.entry.js.map → p-17e7b60a.entry.js.map} +0 -0
  187. /package/dist/db-ux/{p-82083293.entry.js.map → p-3c470f0d.entry.js.map} +0 -0
  188. /package/dist/db-ux/{p-56488bc3.entry.js.map → p-3e23f0d2.entry.js.map} +0 -0
  189. /package/dist/db-ux/{p-d0a2e1d4.entry.js.map → p-4027a894.entry.js.map} +0 -0
  190. /package/dist/db-ux/{p-132ee89d.entry.js.map → p-4a48d59a.entry.js.map} +0 -0
  191. /package/dist/db-ux/{p-1c50fd87.entry.js.map → p-534f0d51.entry.js.map} +0 -0
  192. /package/dist/db-ux/{p-26e115a8.entry.js.map → p-686c37e1.entry.js.map} +0 -0
  193. /package/dist/db-ux/{p-a7a0c5a3.entry.js.map → p-689e2f1b.entry.js.map} +0 -0
  194. /package/dist/db-ux/{p-1a7001bb.entry.js.map → p-6b3bd3e5.entry.js.map} +0 -0
  195. /package/dist/db-ux/{p-69a7e5f9.entry.js.map → p-75802bfd.entry.js.map} +0 -0
  196. /package/dist/db-ux/{p-75d3a947.entry.js.map → p-861b6d7e.entry.js.map} +0 -0
  197. /package/dist/db-ux/{p-07a7eb33.entry.js.map → p-8d4f07d2.entry.js.map} +0 -0
  198. /package/dist/db-ux/{p-b3ccfc6a.entry.js.map → p-8f784d7a.entry.js.map} +0 -0
  199. /package/dist/db-ux/{p-1f490d67.entry.js.map → p-985c1c27.entry.js.map} +0 -0
  200. /package/dist/db-ux/{p-364cc533.entry.js.map → p-993303f3.entry.js.map} +0 -0
  201. /package/dist/db-ux/{p-3390e528.entry.js.map → p-ad18fa93.entry.js.map} +0 -0
  202. /package/dist/db-ux/{p-2bc4be80.entry.js.map → p-aed5d375.entry.js.map} +0 -0
  203. /package/dist/db-ux/{p-c9b2b24e.entry.js.map → p-b2f638a6.entry.js.map} +0 -0
  204. /package/dist/db-ux/{p-31b7ea66.entry.js.map → p-c778c9d0.entry.js.map} +0 -0
  205. /package/dist/db-ux/{p-da7e3ac7.entry.js.map → p-d91b57d6.entry.js.map} +0 -0
  206. /package/dist/db-ux/{p-43be6218.entry.js.map → p-f5c17063.entry.js.map} +0 -0
@@ -5109,10 +5109,6 @@
5109
5109
  "kind": "method",
5110
5110
  "name": "getDataList"
5111
5111
  },
5112
- {
5113
- "kind": "method",
5114
- "name": "isIOSSafari"
5115
- },
5116
5112
  {
5117
5113
  "kind": "method",
5118
5114
  "name": "enableAttributePassing",
@@ -7659,13 +7655,13 @@
7659
7655
  },
7660
7656
  {
7661
7657
  "kind": "field",
7662
- "name": "ariaListLabel",
7658
+ "name": "listLabel",
7663
7659
  "type": {
7664
7660
  "text": "string"
7665
7661
  },
7666
7662
  "description": "Overwrite the default aria-label (props.label) for the custom-select-list",
7667
7663
  "resolvedValue": {
7668
- "name": "ariaListLabel",
7664
+ "name": "listLabel",
7669
7665
  "type": "string",
7670
7666
  "comment": "Overwrite the default aria-label (props.label) for the custom-select-list",
7671
7667
  "resolvedType": "string"
@@ -8985,14 +8981,14 @@
8985
8981
  }
8986
8982
  },
8987
8983
  {
8988
- "name": "aria-list-label",
8989
- "fieldName": "ariaListLabel",
8984
+ "name": "list-label",
8985
+ "fieldName": "listLabel",
8990
8986
  "type": {
8991
8987
  "text": "string"
8992
8988
  },
8993
8989
  "description": "Overwrite the default aria-label (props.label) for the custom-select-list",
8994
8990
  "resolvedValue": {
8995
- "name": "ariaListLabel",
8991
+ "name": "listLabel",
8996
8992
  "type": "string",
8997
8993
  "comment": "Overwrite the default aria-label (props.label) for the custom-select-list",
8998
8994
  "resolvedType": "string"
@@ -15350,6 +15346,122 @@
15350
15346
  "resolvedType": "string"
15351
15347
  }
15352
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
+ },
15353
15465
  {
15354
15466
  "kind": "field",
15355
15467
  "name": "visualAid",
@@ -15406,16 +15518,16 @@
15406
15518
  },
15407
15519
  {
15408
15520
  "kind": "field",
15409
- "name": "emphasis",
15521
+ "name": "variant",
15410
15522
  "type": {
15411
- "text": "\"weak\" | \"strong\""
15523
+ "text": "\"above\" | \"floating\""
15412
15524
  },
15413
- "description": "The emphasis attribute divides in between a weak or strong importance.",
15525
+ "description": "Change the variant of the label to float or hidden",
15414
15526
  "resolvedValue": {
15415
- "name": "emphasis",
15416
- "type": "EmphasisType",
15417
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
15418
- "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\""
15419
15531
  }
15420
15532
  },
15421
15533
  {
@@ -15452,26 +15564,6 @@
15452
15564
  "resolvedType": "string"
15453
15565
  }
15454
15566
  },
15455
- {
15456
- "kind": "field",
15457
- "name": "checked",
15458
- "type": {
15459
- "text": "boolean | string"
15460
- },
15461
- "description": "Define the radio or checkbox elements checked state",
15462
- "resolvedValue": {
15463
- "name": "checked",
15464
- "type": {
15465
- "values": [
15466
- "boolean",
15467
- "string"
15468
- ],
15469
- "type": "literal"
15470
- },
15471
- "comment": "Define the radio or checkbox elements checked state",
15472
- "resolvedType": "boolean | string"
15473
- }
15474
- },
15475
15567
  {
15476
15568
  "kind": "field",
15477
15569
  "name": "value",
@@ -15506,20 +15598,6 @@
15506
15598
  "resolvedType": "boolean | string"
15507
15599
  }
15508
15600
  },
15509
- {
15510
- "kind": "field",
15511
- "name": "validation",
15512
- "type": {
15513
- "text": "\"invalid\" | \"valid\" | \"no-validation\""
15514
- },
15515
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15516
- "resolvedValue": {
15517
- "name": "validation",
15518
- "type": "ValidationType",
15519
- "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15520
- "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15521
- }
15522
- },
15523
15601
  {
15524
15602
  "kind": "field",
15525
15603
  "name": "name",
@@ -15534,26 +15612,6 @@
15534
15612
  "resolvedType": "string"
15535
15613
  }
15536
15614
  },
15537
- {
15538
- "kind": "field",
15539
- "name": "required",
15540
- "type": {
15541
- "text": "boolean | string"
15542
- },
15543
- "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`).",
15544
- "resolvedValue": {
15545
- "name": "required",
15546
- "type": {
15547
- "values": [
15548
- "boolean",
15549
- "string"
15550
- ],
15551
- "type": "literal"
15552
- },
15553
- "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`).",
15554
- "resolvedType": "boolean | string"
15555
- }
15556
- },
15557
15615
  {
15558
15616
  "kind": "field",
15559
15617
  "name": "iconLeading",
@@ -15610,11 +15668,66 @@
15610
15668
  "resolvedType": "string"
15611
15669
  }
15612
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
+ },
15613
15685
  {
15614
15686
  "kind": "field",
15615
15687
  "name": "_id",
15616
15688
  "default": "undefined"
15617
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
+ },
15618
15731
  {
15619
15732
  "kind": "method",
15620
15733
  "name": "handleChange",
@@ -15673,6 +15786,14 @@
15673
15786
  ],
15674
15787
  "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
15675
15788
  },
15789
+ {
15790
+ "kind": "method",
15791
+ "name": "watch0Fn"
15792
+ },
15793
+ {
15794
+ "kind": "method",
15795
+ "name": "watch0"
15796
+ },
15676
15797
  {
15677
15798
  "kind": "method",
15678
15799
  "name": "render"
@@ -15693,6 +15814,122 @@
15693
15814
  "resolvedType": "string"
15694
15815
  }
15695
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
+ },
15696
15933
  {
15697
15934
  "name": "visual-aid",
15698
15935
  "fieldName": "visualAid",
@@ -15748,17 +15985,17 @@
15748
15985
  }
15749
15986
  },
15750
15987
  {
15751
- "name": "emphasis",
15752
- "fieldName": "emphasis",
15988
+ "name": "variant",
15989
+ "fieldName": "variant",
15753
15990
  "type": {
15754
- "text": "\"weak\" | \"strong\""
15991
+ "text": "\"above\" | \"floating\""
15755
15992
  },
15756
- "description": "The emphasis attribute divides in between a weak or strong importance.",
15993
+ "description": "Change the variant of the label to float or hidden",
15757
15994
  "resolvedValue": {
15758
- "name": "emphasis",
15759
- "type": "EmphasisType",
15760
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
15761
- "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\""
15762
15999
  }
15763
16000
  },
15764
16001
  {
@@ -15795,26 +16032,6 @@
15795
16032
  "resolvedType": "string"
15796
16033
  }
15797
16034
  },
15798
- {
15799
- "name": "checked",
15800
- "fieldName": "checked",
15801
- "type": {
15802
- "text": "boolean | string"
15803
- },
15804
- "description": "Define the radio or checkbox elements checked state",
15805
- "resolvedValue": {
15806
- "name": "checked",
15807
- "type": {
15808
- "values": [
15809
- "boolean",
15810
- "string"
15811
- ],
15812
- "type": "literal"
15813
- },
15814
- "comment": "Define the radio or checkbox elements checked state",
15815
- "resolvedType": "boolean | string"
15816
- }
15817
- },
15818
16035
  {
15819
16036
  "name": "value",
15820
16037
  "fieldName": "value",
@@ -15849,20 +16066,6 @@
15849
16066
  "resolvedType": "boolean | string"
15850
16067
  }
15851
16068
  },
15852
- {
15853
- "name": "validation",
15854
- "fieldName": "validation",
15855
- "type": {
15856
- "text": "\"invalid\" | \"valid\" | \"no-validation\""
15857
- },
15858
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15859
- "resolvedValue": {
15860
- "name": "validation",
15861
- "type": "ValidationType",
15862
- "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
15863
- "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
15864
- }
15865
- },
15866
16069
  {
15867
16070
  "name": "name",
15868
16071
  "fieldName": "name",
@@ -15877,26 +16080,6 @@
15877
16080
  "resolvedType": "string"
15878
16081
  }
15879
16082
  },
15880
- {
15881
- "name": "required",
15882
- "fieldName": "required",
15883
- "type": {
15884
- "text": "boolean | string"
15885
- },
15886
- "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`).",
15887
- "resolvedValue": {
15888
- "name": "required",
15889
- "type": {
15890
- "values": [
15891
- "boolean",
15892
- "string"
15893
- ],
15894
- "type": "literal"
15895
- },
15896
- "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`).",
15897
- "resolvedType": "boolean | string"
15898
- }
15899
- },
15900
16083
  {
15901
16084
  "name": "icon-leading",
15902
16085
  "fieldName": "iconLeading",
@@ -15952,6 +16135,20 @@
15952
16135
  "comment": "The label attribute specifies the caption of the form element.",
15953
16136
  "resolvedType": "string"
15954
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
+ }
15955
16152
  }
15956
16153
  ],
15957
16154
  "tagName": "db-switch",