@db-ux/wc-core-components 4.3.2 → 4.4.0-loading-567cd0c

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 (179) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/db-accordion-item.cjs.entry.js +2 -2
  3. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  4. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  5. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  6. package/dist/cjs/db-button.cjs.entry.js +2 -2
  7. package/dist/cjs/db-card.cjs.entry.js +2 -2
  8. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  9. package/dist/cjs/{db-custom-select-dropdown_5.cjs.entry.js → db-custom-select-dropdown_6.cjs.entry.js} +257 -5
  10. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +4 -4
  11. package/dist/cjs/db-custom-select.cjs.entry.js +14 -16
  12. package/dist/cjs/db-divider.cjs.entry.js +3 -3
  13. package/dist/cjs/db-drawer.cjs.entry.js +5 -5
  14. package/dist/cjs/db-header.cjs.entry.js +4 -4
  15. package/dist/cjs/db-icon.cjs.entry.js +3 -3
  16. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  17. package/dist/cjs/db-link.cjs.entry.js +3 -3
  18. package/dist/cjs/db-navigation-item.cjs.entry.js +3 -3
  19. package/dist/cjs/db-navigation.cjs.entry.js +4 -4
  20. package/dist/cjs/db-notification.cjs.entry.js +8 -4
  21. package/dist/cjs/db-page.cjs.entry.js +4 -4
  22. package/dist/cjs/db-popover.cjs.entry.js +5 -5
  23. package/dist/cjs/db-radio.cjs.entry.js +4 -4
  24. package/dist/cjs/db-section.cjs.entry.js +4 -4
  25. package/dist/cjs/db-select.cjs.entry.js +18 -7
  26. package/dist/cjs/db-stack.cjs.entry.js +4 -4
  27. package/dist/cjs/db-switch.cjs.entry.js +5 -5
  28. package/dist/cjs/db-tab-item_3.cjs.entry.js +8 -8
  29. package/dist/cjs/db-tabs.cjs.entry.js +4 -4
  30. package/dist/cjs/db-textarea.cjs.entry.js +5 -5
  31. package/dist/cjs/db-tooltip.cjs.entry.js +5 -5
  32. package/dist/cjs/db-ux.cjs.js +3 -3
  33. package/dist/cjs/{document-click-listener-B2Xzqbvs.js → document-click-listener-Bb3Tinb8.js} +1 -1
  34. package/dist/cjs/{document-scroll-listener-C_v46oIg.js → document-scroll-listener-unypEU42.js} +1 -1
  35. package/dist/cjs/{form-components-BrtqMwX0.js → form-components-LsqVohyb.js} +1 -1
  36. package/dist/cjs/{index-CW5aVEyQ.js → index-CsHqnQII.js} +26 -0
  37. package/dist/cjs/{index-Mi8dWSSD.js → index-TxzPzc5I.js} +69 -6
  38. package/dist/cjs/index.cjs.js +9 -3
  39. package/dist/cjs/loader.cjs.js +2 -2
  40. package/dist/collection/collection-manifest.json +2 -1
  41. package/dist/collection/components/custom-select/custom-select.js +15 -17
  42. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  43. package/dist/collection/components/divider/divider.js +1 -1
  44. package/dist/collection/components/drawer/drawer.js +3 -3
  45. package/dist/collection/components/header/header.js +2 -2
  46. package/dist/collection/components/icon/icon.js +1 -1
  47. package/dist/collection/components/link/link.js +1 -1
  48. package/dist/collection/components/loading-indicator/examples/_indicators.data.js +91 -0
  49. package/dist/collection/components/loading-indicator/index.js +2 -0
  50. package/dist/collection/components/loading-indicator/loading-indicator.js +713 -0
  51. package/dist/collection/components/loading-indicator/model.js +2 -0
  52. package/dist/collection/components/navigation/navigation.js +2 -2
  53. package/dist/collection/components/navigation-item/navigation-item.js +1 -1
  54. package/dist/collection/components/notification/notification.js +41 -11
  55. package/dist/collection/components/page/page.js +2 -2
  56. package/dist/collection/components/popover/popover.js +2 -2
  57. package/dist/collection/components/radio/radio.js +1 -1
  58. package/dist/collection/components/section/section.js +2 -2
  59. package/dist/collection/components/select/select.js +49 -12
  60. package/dist/collection/components/stack/stack.js +2 -2
  61. package/dist/collection/components/switch/switch.js +2 -2
  62. package/dist/collection/components/tab-item/tab-item.js +2 -2
  63. package/dist/collection/components/tab-list/tab-list.js +2 -2
  64. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  65. package/dist/collection/components/tabs/tabs.js +2 -2
  66. package/dist/collection/components/tag/tag.js +2 -2
  67. package/dist/collection/components/textarea/textarea.js +2 -2
  68. package/dist/collection/components/tooltip/tooltip.js +2 -2
  69. package/dist/collection/index.js +2 -0
  70. package/dist/collection/utils/index.js +25 -0
  71. package/dist/custom-elements.json +2499 -888
  72. package/dist/db-ux/db-ux.esm.js +1 -1
  73. package/dist/db-ux/index.esm.js +1 -1
  74. package/dist/db-ux/{p-e7e35164.entry.js → p-0a073f5e.entry.js} +1 -1
  75. package/dist/db-ux/p-19def2d3.entry.js +1 -0
  76. package/dist/db-ux/p-1bbe8d13.entry.js +1 -0
  77. package/dist/db-ux/{p-197f90e4.entry.js → p-2a1481e9.entry.js} +1 -1
  78. package/dist/db-ux/{p-b6538eed.entry.js → p-30ceac5f.entry.js} +1 -1
  79. package/dist/db-ux/p-34862d35.entry.js +1 -0
  80. package/dist/db-ux/{p-44f2f09d.entry.js → p-3aba68af.entry.js} +1 -1
  81. package/dist/db-ux/p-46b4ed7f.entry.js +1 -0
  82. package/dist/db-ux/{p-5bca6d35.entry.js → p-4b4916fb.entry.js} +1 -1
  83. package/dist/db-ux/{p-78f6b72a.entry.js → p-4bda74c9.entry.js} +1 -1
  84. package/dist/db-ux/{p-9a543d5a.entry.js → p-5c55381c.entry.js} +1 -1
  85. package/dist/db-ux/{p-a1e66a3d.entry.js → p-642484ca.entry.js} +1 -1
  86. package/dist/db-ux/p-66e24856.entry.js +1 -0
  87. package/dist/db-ux/p-69ebe202.entry.js +1 -0
  88. package/dist/db-ux/{p-a232eea2.entry.js → p-78fd1504.entry.js} +1 -1
  89. package/dist/db-ux/p-7c0621ef.entry.js +1 -0
  90. package/dist/db-ux/{p-286f83f4.entry.js → p-8931bdc6.entry.js} +1 -1
  91. package/dist/db-ux/{p-26fa6bc1.entry.js → p-8e63e73c.entry.js} +1 -1
  92. package/dist/db-ux/p-8ff8418d.entry.js +1 -0
  93. package/dist/db-ux/{p-29d3070a.entry.js → p-919ff123.entry.js} +1 -1
  94. package/dist/db-ux/p-B6-lLNGQ.js +2 -0
  95. package/dist/db-ux/p-BhXdfCpU.js +1 -0
  96. package/dist/db-ux/p-C4x0SOcx.js +1 -0
  97. package/dist/db-ux/{p-Cb-k135w.js → p-CAEpg8tJ.js} +1 -1
  98. package/dist/db-ux/{p-EqlW5Wqf.js → p-RHqkTr-_.js} +1 -1
  99. package/dist/db-ux/p-a01a5c4a.entry.js +1 -0
  100. package/dist/db-ux/{p-027fb90a.entry.js → p-a95f6c84.entry.js} +1 -1
  101. package/dist/db-ux/{p-e30a4814.entry.js → p-ada8a2ac.entry.js} +1 -1
  102. package/dist/db-ux/p-b05bc567.entry.js +1 -0
  103. package/dist/db-ux/p-c1825fa6.entry.js +1 -0
  104. package/dist/db-ux/p-e847596c.entry.js +1 -0
  105. package/dist/db-ux/{p-13dd39f1.entry.js → p-f3cc7450.entry.js} +1 -1
  106. package/dist/db-ux/{p-a7463ead.entry.js → p-f64ab366.entry.js} +1 -1
  107. package/dist/db-ux/p-f71548d2.entry.js +1 -0
  108. package/dist/db-ux/{p-29efc51e.entry.js → p-fd4f5fac.entry.js} +1 -1
  109. package/dist/esm/db-accordion-item.entry.js +2 -2
  110. package/dist/esm/db-accordion.entry.js +2 -2
  111. package/dist/esm/db-badge.entry.js +2 -2
  112. package/dist/esm/db-brand.entry.js +2 -2
  113. package/dist/esm/db-button.entry.js +2 -2
  114. package/dist/esm/db-card.entry.js +2 -2
  115. package/dist/esm/db-checkbox.entry.js +3 -3
  116. package/dist/esm/{db-custom-select-dropdown_5.entry.js → db-custom-select-dropdown_6.entry.js} +258 -7
  117. package/dist/esm/db-custom-select-form-field.entry.js +4 -4
  118. package/dist/esm/db-custom-select.entry.js +14 -16
  119. package/dist/esm/db-divider.entry.js +3 -3
  120. package/dist/esm/db-drawer.entry.js +5 -5
  121. package/dist/esm/db-header.entry.js +4 -4
  122. package/dist/esm/db-icon.entry.js +3 -3
  123. package/dist/esm/db-infotext.entry.js +2 -2
  124. package/dist/esm/db-link.entry.js +3 -3
  125. package/dist/esm/db-navigation-item.entry.js +3 -3
  126. package/dist/esm/db-navigation.entry.js +4 -4
  127. package/dist/esm/db-notification.entry.js +8 -4
  128. package/dist/esm/db-page.entry.js +4 -4
  129. package/dist/esm/db-popover.entry.js +5 -5
  130. package/dist/esm/db-radio.entry.js +4 -4
  131. package/dist/esm/db-section.entry.js +4 -4
  132. package/dist/esm/db-select.entry.js +18 -7
  133. package/dist/esm/db-stack.entry.js +4 -4
  134. package/dist/esm/db-switch.entry.js +5 -5
  135. package/dist/esm/db-tab-item_3.entry.js +8 -8
  136. package/dist/esm/db-tabs.entry.js +4 -4
  137. package/dist/esm/db-textarea.entry.js +5 -5
  138. package/dist/esm/db-tooltip.entry.js +5 -5
  139. package/dist/esm/db-ux.js +4 -4
  140. package/dist/esm/{document-click-listener-B_LaIr0O.js → document-click-listener-CmYoXpGE.js} +1 -1
  141. package/dist/esm/{document-scroll-listener-dHAsT0Tb.js → document-scroll-listener-65bHuFAN.js} +1 -1
  142. package/dist/esm/{form-components-Cl_wgkeJ.js → form-components-BLsiOrPI.js} +1 -1
  143. package/dist/esm/{index-9pYJFapZ.js → index-B6-lLNGQ.js} +69 -6
  144. package/dist/esm/{index-BwBkekqp.js → index-C4x0SOcx.js} +26 -1
  145. package/dist/esm/index.js +7 -4
  146. package/dist/esm/loader.js +3 -3
  147. package/dist/types/components/custom-select/custom-select.d.ts +1 -1
  148. package/dist/types/components/link/model.d.ts +2 -2
  149. package/dist/types/components/loading-indicator/examples/_indicators.data.d.ts +49 -0
  150. package/dist/types/components/loading-indicator/index.d.ts +2 -0
  151. package/dist/types/components/loading-indicator/loading-indicator.d.ts +56 -0
  152. package/dist/types/components/loading-indicator/model.d.ts +39 -0
  153. package/dist/types/components/notification/model.d.ts +2 -2
  154. package/dist/types/components/notification/notification.d.ts +2 -1
  155. package/dist/types/components/select/model.d.ts +10 -0
  156. package/dist/types/components/select/select.d.ts +3 -1
  157. package/dist/types/components.d.ts +91 -0
  158. package/dist/types/index.d.ts +2 -0
  159. package/dist/types/shared/model.d.ts +12 -8
  160. package/dist/types/utils/index.d.ts +12 -0
  161. package/dist/vscode.html-custom-data.json +182 -22
  162. package/dist/web-types.json +316 -51
  163. package/package.json +4 -4
  164. package/dist/db-ux/p-15241486.entry.js +0 -1
  165. package/dist/db-ux/p-2069117e.entry.js +0 -1
  166. package/dist/db-ux/p-2baf9c08.entry.js +0 -1
  167. package/dist/db-ux/p-39d22a0f.entry.js +0 -1
  168. package/dist/db-ux/p-462d8de5.entry.js +0 -1
  169. package/dist/db-ux/p-58611dcc.entry.js +0 -1
  170. package/dist/db-ux/p-623a6b59.entry.js +0 -1
  171. package/dist/db-ux/p-9d5365f7.entry.js +0 -1
  172. package/dist/db-ux/p-9pYJFapZ.js +0 -2
  173. package/dist/db-ux/p-BwBkekqp.js +0 -1
  174. package/dist/db-ux/p-a98bde77.entry.js +0 -1
  175. package/dist/db-ux/p-af0e61d0.entry.js +0 -1
  176. package/dist/db-ux/p-b729b29f.entry.js +0 -1
  177. package/dist/db-ux/p-bde7ff5f.entry.js +0 -1
  178. package/dist/db-ux/p-c9d514e5.entry.js +0 -1
  179. package/dist/db-ux/p-cqrM3KjS.js +0 -1
@@ -6118,12 +6118,12 @@
6118
6118
  },
6119
6119
  {
6120
6120
  "kind": "javascript-module",
6121
- "path": "tooltip.tsx",
6121
+ "path": "loading-indicator.tsx",
6122
6122
  "declarations": [
6123
6123
  {
6124
6124
  "kind": "class",
6125
6125
  "description": "",
6126
- "name": "DBTooltip",
6126
+ "name": "DBLoadingIndicator",
6127
6127
  "slots": [
6128
6128
  {
6129
6129
  "name": "children",
@@ -6155,30 +6155,147 @@
6155
6155
  },
6156
6156
  {
6157
6157
  "kind": "field",
6158
- "name": "variant",
6158
+ "name": "autoDisable",
6159
6159
  "type": {
6160
- "text": "\"description\" | \"label\""
6160
+ "text": "boolean | string"
6161
6161
  },
6162
- "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6162
+ "default": "true",
6163
+ "description": "Disable the parent component (e.g. a DBButton) when loading indicator is inside it",
6163
6164
  "resolvedValue": {
6164
- "name": "variant",
6165
- "type": "TooltipVariantType",
6166
- "comment": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6167
- "resolvedType": "\"description\" | \"label\""
6165
+ "name": "autoDisable",
6166
+ "type": {
6167
+ "values": [
6168
+ "boolean",
6169
+ "string"
6170
+ ],
6171
+ "type": "literal"
6172
+ },
6173
+ "comment": "Disable the parent component (e.g. a DBButton) when loading indicator is inside it",
6174
+ "resolvedType": "boolean | string"
6168
6175
  }
6169
6176
  },
6170
6177
  {
6171
6178
  "kind": "field",
6172
- "name": "placement",
6179
+ "name": "overlay",
6173
6180
  "type": {
6174
- "text": "\"undefined\" | \"undefined\""
6181
+ "text": "boolean | string"
6175
6182
  },
6176
- "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6177
6183
  "resolvedValue": {
6178
- "name": "placement",
6179
- "type": "PlacementType",
6180
- "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6181
- "resolvedType": "\"undefined\" | \"undefined\""
6184
+ "name": "overlay",
6185
+ "type": {
6186
+ "values": [
6187
+ "boolean",
6188
+ "string"
6189
+ ],
6190
+ "type": "literal"
6191
+ },
6192
+ "resolvedType": "boolean | string"
6193
+ }
6194
+ },
6195
+ {
6196
+ "kind": "field",
6197
+ "name": "state",
6198
+ "type": {
6199
+ "text": "\"inactive\" | \"active\" | \"successful\" | \"critical\" | string"
6200
+ },
6201
+ "resolvedValue": {
6202
+ "name": "state",
6203
+ "type": {
6204
+ "values": [
6205
+ "LoadingIndicatorStateType",
6206
+ "string"
6207
+ ],
6208
+ "type": "union"
6209
+ },
6210
+ "resolvedType": "\"inactive\" | \"active\" | \"successful\" | \"critical\" | string"
6211
+ }
6212
+ },
6213
+ {
6214
+ "kind": "field",
6215
+ "name": "indeterminate",
6216
+ "type": {
6217
+ "text": "boolean | string"
6218
+ },
6219
+ "default": "true",
6220
+ "resolvedValue": {
6221
+ "name": "indeterminate",
6222
+ "type": {
6223
+ "values": [
6224
+ "boolean",
6225
+ "string"
6226
+ ],
6227
+ "type": "literal"
6228
+ },
6229
+ "resolvedType": "boolean | string"
6230
+ }
6231
+ },
6232
+ {
6233
+ "kind": "field",
6234
+ "name": "delay",
6235
+ "type": {
6236
+ "text": "\"none\" | \"slow\" | \"fast\""
6237
+ },
6238
+ "description": "Add a delay before showing the component",
6239
+ "resolvedValue": {
6240
+ "name": "delay",
6241
+ "type": "PopoverDelayType",
6242
+ "comment": "Add a delay before showing the component",
6243
+ "resolvedType": "\"none\" | \"slow\" | \"fast\""
6244
+ }
6245
+ },
6246
+ {
6247
+ "kind": "field",
6248
+ "name": "value",
6249
+ "type": {
6250
+ "text": "string | number"
6251
+ },
6252
+ "resolvedValue": {
6253
+ "name": "value",
6254
+ "type": {
6255
+ "values": [
6256
+ "string",
6257
+ "number"
6258
+ ],
6259
+ "type": "literal"
6260
+ },
6261
+ "resolvedType": "string | number"
6262
+ }
6263
+ },
6264
+ {
6265
+ "kind": "field",
6266
+ "name": "max",
6267
+ "type": {
6268
+ "text": "number | string"
6269
+ },
6270
+ "resolvedValue": {
6271
+ "name": "max",
6272
+ "type": {
6273
+ "values": [
6274
+ "number",
6275
+ "string"
6276
+ ],
6277
+ "type": "literal"
6278
+ },
6279
+ "resolvedType": "number | string"
6280
+ }
6281
+ },
6282
+ {
6283
+ "kind": "field",
6284
+ "name": "role",
6285
+ "type": {
6286
+ "text": "'alert' | 'status' | 'none'"
6287
+ },
6288
+ "resolvedValue": {
6289
+ "name": "role",
6290
+ "type": {
6291
+ "values": [
6292
+ "'alert'",
6293
+ "'status'",
6294
+ "'none'"
6295
+ ],
6296
+ "type": "literal"
6297
+ },
6298
+ "resolvedType": "'alert' | 'status' | 'none'"
6182
6299
  }
6183
6300
  },
6184
6301
  {
@@ -6197,27 +6314,41 @@
6197
6314
  },
6198
6315
  {
6199
6316
  "kind": "field",
6200
- "name": "emphasis",
6317
+ "name": "size",
6201
6318
  "type": {
6202
- "text": "\"weak\" | \"strong\""
6319
+ "text": "\"small\" | \"medium\""
6203
6320
  },
6204
- "description": "The emphasis attribute divides in between a weak or strong importance.",
6321
+ "default": "\"medium\"",
6322
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
6205
6323
  "resolvedValue": {
6206
- "name": "emphasis",
6207
- "type": "EmphasisType",
6208
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
6209
- "resolvedType": "\"weak\" | \"strong\""
6324
+ "name": "size",
6325
+ "type": "SizeType",
6326
+ "comment": "The size attribute changes the font-size and other related sizes of the component.",
6327
+ "resolvedType": "\"small\" | \"medium\""
6210
6328
  }
6211
6329
  },
6212
6330
  {
6213
6331
  "kind": "field",
6214
- "name": "animation",
6332
+ "name": "variant",
6333
+ "type": {
6334
+ "text": "\"progress-bar\" | \"onsite\" | \"inline\""
6335
+ },
6336
+ "default": "\"inline\"",
6337
+ "resolvedValue": {
6338
+ "name": "variant",
6339
+ "type": "LoadingIndicatorVariantType",
6340
+ "resolvedType": "\"progress-bar\" | \"onsite\" | \"inline\""
6341
+ }
6342
+ },
6343
+ {
6344
+ "kind": "field",
6345
+ "name": "showLabel",
6215
6346
  "type": {
6216
6347
  "text": "boolean | string"
6217
6348
  },
6218
- "description": "Disable animation",
6349
+ "description": "Enables/disables the visibility of the label",
6219
6350
  "resolvedValue": {
6220
- "name": "animation",
6351
+ "name": "showLabel",
6221
6352
  "type": {
6222
6353
  "values": [
6223
6354
  "boolean",
@@ -6225,47 +6356,43 @@
6225
6356
  ],
6226
6357
  "type": "literal"
6227
6358
  },
6228
- "comment": "Disable animation",
6359
+ "comment": "Enables/disables the visibility of the label",
6229
6360
  "resolvedType": "boolean | string"
6230
6361
  }
6231
6362
  },
6232
6363
  {
6233
6364
  "kind": "field",
6234
- "name": "delay",
6365
+ "name": "label",
6235
6366
  "type": {
6236
- "text": "\"none\" | \"slow\" | \"fast\""
6367
+ "text": "string"
6237
6368
  },
6238
- "description": "Add a delay before showing the tooltip",
6239
6369
  "resolvedValue": {
6240
- "name": "delay",
6241
- "type": "PopoverDelayType",
6242
- "comment": "Add a delay before showing the tooltip",
6243
- "resolvedType": "\"none\" | \"slow\" | \"fast\""
6370
+ "name": "label",
6371
+ "type": "string",
6372
+ "resolvedType": "string"
6244
6373
  }
6245
6374
  },
6246
6375
  {
6247
6376
  "kind": "field",
6248
- "name": "width",
6377
+ "name": "progressText",
6249
6378
  "type": {
6250
- "text": "\"auto\" | \"fixed\""
6379
+ "text": "string"
6251
6380
  },
6252
- "description": "Use fixed with for default max-width",
6253
6381
  "resolvedValue": {
6254
- "name": "width",
6255
- "type": "PopoverWidthType",
6256
- "comment": "Use fixed with for default max-width",
6257
- "resolvedType": "\"auto\" | \"fixed\""
6382
+ "name": "progressText",
6383
+ "type": "string",
6384
+ "resolvedType": "string"
6258
6385
  }
6259
6386
  },
6260
6387
  {
6261
6388
  "kind": "field",
6262
- "name": "showArrow",
6389
+ "name": "showProgressText",
6263
6390
  "type": {
6264
6391
  "text": "boolean | string"
6265
6392
  },
6266
- "description": "Show/Hides arrow",
6393
+ "description": "Enables/disables the visibility of the progressText",
6267
6394
  "resolvedValue": {
6268
- "name": "showArrow",
6395
+ "name": "showProgressText",
6269
6396
  "type": {
6270
6397
  "values": [
6271
6398
  "boolean",
@@ -6273,7 +6400,7 @@
6273
6400
  ],
6274
6401
  "type": "literal"
6275
6402
  },
6276
- "comment": "Show/Hides arrow",
6403
+ "comment": "Enables/disables the visibility of the progressText",
6277
6404
  "resolvedType": "boolean | string"
6278
6405
  }
6279
6406
  },
@@ -6284,95 +6411,53 @@
6284
6411
  },
6285
6412
  {
6286
6413
  "kind": "field",
6287
- "name": "initialized",
6414
+ "name": "_loadingState",
6288
6415
  "type": {
6289
- "text": "boolean"
6416
+ "text": "string"
6290
6417
  },
6291
- "default": "false"
6418
+ "default": "\"inactive\""
6292
6419
  },
6293
6420
  {
6294
6421
  "kind": "field",
6295
- "name": "_documentScrollListenerCallbackId",
6422
+ "name": "_previousLoadingState",
6296
6423
  "default": "undefined"
6297
6424
  },
6298
6425
  {
6299
6426
  "kind": "field",
6300
- "name": "_observer",
6301
- "default": "undefined"
6302
- },
6303
- {
6304
- "kind": "method",
6305
- "name": "handleClick",
6306
- "parameters": [
6307
- {
6308
- "name": "event",
6309
- "type": {
6310
- "text": "ClickEvent<HTMLElement>"
6311
- }
6312
- }
6313
- ]
6314
- },
6315
- {
6316
- "kind": "method",
6317
- "name": "handleEscape",
6318
- "parameters": [
6319
- {
6320
- "name": "event",
6321
- "type": {
6322
- "text": "any"
6323
- }
6324
- }
6325
- ]
6427
+ "name": "_style",
6428
+ "type": {
6429
+ "text": "object"
6430
+ },
6431
+ "default": "{}"
6326
6432
  },
6327
6433
  {
6328
- "kind": "method",
6329
- "name": "getParent"
6434
+ "kind": "field",
6435
+ "name": "initialized",
6436
+ "type": {
6437
+ "text": "boolean"
6438
+ },
6439
+ "default": "false"
6330
6440
  },
6331
6441
  {
6332
6442
  "kind": "method",
6333
- "name": "handleAutoPlacement",
6334
- "parameters": [
6335
- {
6336
- "name": "parent",
6337
- "optional": true,
6338
- "type": {
6339
- "text": "HTMLElement"
6340
- }
6341
- }
6342
- ]
6443
+ "name": "getPercentage"
6343
6444
  },
6344
6445
  {
6345
6446
  "kind": "method",
6346
- "name": "handleDocumentScroll",
6347
- "parameters": [
6348
- {
6349
- "name": "event",
6350
- "type": {
6351
- "text": "any"
6352
- }
6353
- },
6354
- {
6355
- "name": "parent",
6356
- "optional": true,
6357
- "type": {
6358
- "text": "HTMLElement"
6359
- }
6360
- }
6361
- ]
6447
+ "name": "getRole"
6362
6448
  },
6363
6449
  {
6364
6450
  "kind": "method",
6365
- "name": "handleLeave"
6451
+ "name": "handleParentDisabled"
6366
6452
  },
6367
6453
  {
6368
6454
  "kind": "method",
6369
- "name": "handleEnter",
6455
+ "name": "handleParentAria",
6370
6456
  "parameters": [
6371
6457
  {
6372
- "name": "parent",
6373
- "optional": true,
6458
+ "name": "remove",
6374
6459
  "type": {
6375
- "text": "HTMLElement"
6460
+ "text": "boolean"
6376
6461
  }
6377
6462
  }
6378
6463
  ]
@@ -6409,10 +6494,50 @@
6409
6494
  },
6410
6495
  {
6411
6496
  "kind": "method",
6412
- "name": "render"
6413
- }
6414
- ],
6415
- "attributes": [
6497
+ "name": "watch1Fn"
6498
+ },
6499
+ {
6500
+ "kind": "method",
6501
+ "name": "watch1"
6502
+ },
6503
+ {
6504
+ "kind": "method",
6505
+ "name": "watch2Fn"
6506
+ },
6507
+ {
6508
+ "kind": "method",
6509
+ "name": "watch2"
6510
+ },
6511
+ {
6512
+ "kind": "method",
6513
+ "name": "watch3Fn"
6514
+ },
6515
+ {
6516
+ "kind": "method",
6517
+ "name": "watch3"
6518
+ },
6519
+ {
6520
+ "kind": "method",
6521
+ "name": "watch4Fn"
6522
+ },
6523
+ {
6524
+ "kind": "method",
6525
+ "name": "watch4"
6526
+ },
6527
+ {
6528
+ "kind": "method",
6529
+ "name": "watch5Fn"
6530
+ },
6531
+ {
6532
+ "kind": "method",
6533
+ "name": "watch5"
6534
+ },
6535
+ {
6536
+ "kind": "method",
6537
+ "name": "render"
6538
+ }
6539
+ ],
6540
+ "attributes": [
6416
6541
  {
6417
6542
  "name": "id",
6418
6543
  "fieldName": "id",
@@ -6428,31 +6553,148 @@
6428
6553
  }
6429
6554
  },
6430
6555
  {
6431
- "name": "variant",
6432
- "fieldName": "variant",
6556
+ "name": "auto-disable",
6557
+ "fieldName": "autoDisable",
6558
+ "default": "true",
6433
6559
  "type": {
6434
- "text": "\"description\" | \"label\""
6560
+ "text": "boolean | string"
6435
6561
  },
6436
- "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6562
+ "description": "Disable the parent component (e.g. a DBButton) when loading indicator is inside it",
6437
6563
  "resolvedValue": {
6438
- "name": "variant",
6439
- "type": "TooltipVariantType",
6440
- "comment": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6441
- "resolvedType": "\"description\" | \"label\""
6564
+ "name": "autoDisable",
6565
+ "type": {
6566
+ "values": [
6567
+ "boolean",
6568
+ "string"
6569
+ ],
6570
+ "type": "literal"
6571
+ },
6572
+ "comment": "Disable the parent component (e.g. a DBButton) when loading indicator is inside it",
6573
+ "resolvedType": "boolean | string"
6442
6574
  }
6443
6575
  },
6444
6576
  {
6445
- "name": "placement",
6446
- "fieldName": "placement",
6577
+ "name": "overlay",
6578
+ "fieldName": "overlay",
6447
6579
  "type": {
6448
- "text": "\"undefined\" | \"undefined\""
6580
+ "text": "boolean | string"
6449
6581
  },
6450
- "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6451
6582
  "resolvedValue": {
6452
- "name": "placement",
6453
- "type": "PlacementType",
6454
- "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6455
- "resolvedType": "\"undefined\" | \"undefined\""
6583
+ "name": "overlay",
6584
+ "type": {
6585
+ "values": [
6586
+ "boolean",
6587
+ "string"
6588
+ ],
6589
+ "type": "literal"
6590
+ },
6591
+ "resolvedType": "boolean | string"
6592
+ }
6593
+ },
6594
+ {
6595
+ "name": "state",
6596
+ "fieldName": "state",
6597
+ "type": {
6598
+ "text": "\"inactive\" | \"active\" | \"successful\" | \"critical\" | string"
6599
+ },
6600
+ "resolvedValue": {
6601
+ "name": "state",
6602
+ "type": {
6603
+ "values": [
6604
+ "LoadingIndicatorStateType",
6605
+ "string"
6606
+ ],
6607
+ "type": "union"
6608
+ },
6609
+ "resolvedType": "\"inactive\" | \"active\" | \"successful\" | \"critical\" | string"
6610
+ }
6611
+ },
6612
+ {
6613
+ "name": "indeterminate",
6614
+ "fieldName": "indeterminate",
6615
+ "default": "true",
6616
+ "type": {
6617
+ "text": "boolean | string"
6618
+ },
6619
+ "resolvedValue": {
6620
+ "name": "indeterminate",
6621
+ "type": {
6622
+ "values": [
6623
+ "boolean",
6624
+ "string"
6625
+ ],
6626
+ "type": "literal"
6627
+ },
6628
+ "resolvedType": "boolean | string"
6629
+ }
6630
+ },
6631
+ {
6632
+ "name": "delay",
6633
+ "fieldName": "delay",
6634
+ "type": {
6635
+ "text": "\"none\" | \"slow\" | \"fast\""
6636
+ },
6637
+ "description": "Add a delay before showing the component",
6638
+ "resolvedValue": {
6639
+ "name": "delay",
6640
+ "type": "PopoverDelayType",
6641
+ "comment": "Add a delay before showing the component",
6642
+ "resolvedType": "\"none\" | \"slow\" | \"fast\""
6643
+ }
6644
+ },
6645
+ {
6646
+ "name": "value",
6647
+ "fieldName": "value",
6648
+ "type": {
6649
+ "text": "string | number"
6650
+ },
6651
+ "resolvedValue": {
6652
+ "name": "value",
6653
+ "type": {
6654
+ "values": [
6655
+ "string",
6656
+ "number"
6657
+ ],
6658
+ "type": "literal"
6659
+ },
6660
+ "resolvedType": "string | number"
6661
+ }
6662
+ },
6663
+ {
6664
+ "name": "max",
6665
+ "fieldName": "max",
6666
+ "type": {
6667
+ "text": "number | string"
6668
+ },
6669
+ "resolvedValue": {
6670
+ "name": "max",
6671
+ "type": {
6672
+ "values": [
6673
+ "number",
6674
+ "string"
6675
+ ],
6676
+ "type": "literal"
6677
+ },
6678
+ "resolvedType": "number | string"
6679
+ }
6680
+ },
6681
+ {
6682
+ "name": "role",
6683
+ "fieldName": "role",
6684
+ "type": {
6685
+ "text": "'alert' | 'status' | 'none'"
6686
+ },
6687
+ "resolvedValue": {
6688
+ "name": "role",
6689
+ "type": {
6690
+ "values": [
6691
+ "'alert'",
6692
+ "'status'",
6693
+ "'none'"
6694
+ ],
6695
+ "type": "literal"
6696
+ },
6697
+ "resolvedType": "'alert' | 'status' | 'none'"
6456
6698
  }
6457
6699
  },
6458
6700
  {
@@ -6470,28 +6712,42 @@
6470
6712
  }
6471
6713
  },
6472
6714
  {
6473
- "name": "emphasis",
6474
- "fieldName": "emphasis",
6715
+ "name": "size",
6716
+ "fieldName": "size",
6717
+ "default": "\"medium\"",
6475
6718
  "type": {
6476
- "text": "\"weak\" | \"strong\""
6719
+ "text": "\"small\" | \"medium\""
6477
6720
  },
6478
- "description": "The emphasis attribute divides in between a weak or strong importance.",
6721
+ "description": "The size attribute changes the font-size and other related sizes of the component.",
6479
6722
  "resolvedValue": {
6480
- "name": "emphasis",
6481
- "type": "EmphasisType",
6482
- "comment": "The emphasis attribute divides in between a weak or strong importance.",
6483
- "resolvedType": "\"weak\" | \"strong\""
6723
+ "name": "size",
6724
+ "type": "SizeType",
6725
+ "comment": "The size attribute changes the font-size and other related sizes of the component.",
6726
+ "resolvedType": "\"small\" | \"medium\""
6484
6727
  }
6485
6728
  },
6486
6729
  {
6487
- "name": "animation",
6488
- "fieldName": "animation",
6730
+ "name": "variant",
6731
+ "fieldName": "variant",
6732
+ "default": "\"inline\"",
6733
+ "type": {
6734
+ "text": "\"progress-bar\" | \"onsite\" | \"inline\""
6735
+ },
6736
+ "resolvedValue": {
6737
+ "name": "variant",
6738
+ "type": "LoadingIndicatorVariantType",
6739
+ "resolvedType": "\"progress-bar\" | \"onsite\" | \"inline\""
6740
+ }
6741
+ },
6742
+ {
6743
+ "name": "show-label",
6744
+ "fieldName": "showLabel",
6489
6745
  "type": {
6490
6746
  "text": "boolean | string"
6491
6747
  },
6492
- "description": "Disable animation",
6748
+ "description": "Enables/disables the visibility of the label",
6493
6749
  "resolvedValue": {
6494
- "name": "animation",
6750
+ "name": "showLabel",
6495
6751
  "type": {
6496
6752
  "values": [
6497
6753
  "boolean",
@@ -6499,47 +6755,43 @@
6499
6755
  ],
6500
6756
  "type": "literal"
6501
6757
  },
6502
- "comment": "Disable animation",
6758
+ "comment": "Enables/disables the visibility of the label",
6503
6759
  "resolvedType": "boolean | string"
6504
6760
  }
6505
6761
  },
6506
6762
  {
6507
- "name": "delay",
6508
- "fieldName": "delay",
6763
+ "name": "label",
6764
+ "fieldName": "label",
6509
6765
  "type": {
6510
- "text": "\"none\" | \"slow\" | \"fast\""
6766
+ "text": "string"
6511
6767
  },
6512
- "description": "Add a delay before showing the tooltip",
6513
6768
  "resolvedValue": {
6514
- "name": "delay",
6515
- "type": "PopoverDelayType",
6516
- "comment": "Add a delay before showing the tooltip",
6517
- "resolvedType": "\"none\" | \"slow\" | \"fast\""
6769
+ "name": "label",
6770
+ "type": "string",
6771
+ "resolvedType": "string"
6518
6772
  }
6519
6773
  },
6520
6774
  {
6521
- "name": "width",
6522
- "fieldName": "width",
6775
+ "name": "progress-text",
6776
+ "fieldName": "progressText",
6523
6777
  "type": {
6524
- "text": "\"auto\" | \"fixed\""
6778
+ "text": "string"
6525
6779
  },
6526
- "description": "Use fixed with for default max-width",
6527
6780
  "resolvedValue": {
6528
- "name": "width",
6529
- "type": "PopoverWidthType",
6530
- "comment": "Use fixed with for default max-width",
6531
- "resolvedType": "\"auto\" | \"fixed\""
6781
+ "name": "progressText",
6782
+ "type": "string",
6783
+ "resolvedType": "string"
6532
6784
  }
6533
6785
  },
6534
6786
  {
6535
- "name": "show-arrow",
6536
- "fieldName": "showArrow",
6787
+ "name": "show-progress-text",
6788
+ "fieldName": "showProgressText",
6537
6789
  "type": {
6538
6790
  "text": "boolean | string"
6539
6791
  },
6540
- "description": "Show/Hides arrow",
6792
+ "description": "Enables/disables the visibility of the progressText",
6541
6793
  "resolvedValue": {
6542
- "name": "showArrow",
6794
+ "name": "showProgressText",
6543
6795
  "type": {
6544
6796
  "values": [
6545
6797
  "boolean",
@@ -6547,51 +6799,54 @@
6547
6799
  ],
6548
6800
  "type": "literal"
6549
6801
  },
6550
- "comment": "Show/Hides arrow",
6802
+ "comment": "Enables/disables the visibility of the progressText",
6551
6803
  "resolvedType": "boolean | string"
6552
6804
  }
6553
6805
  }
6554
6806
  ],
6555
- "tagName": "db-tooltip",
6556
- "events": [],
6807
+ "tagName": "db-loading-indicator",
6808
+ "events": [
6809
+ {
6810
+ "name": "timeout",
6811
+ "type": {
6812
+ "text": "EventEmitter<\n Parameters<Required<DBLoadingIndicatorProps>[\"onTimeout\"]>[number]\n > | void"
6813
+ }
6814
+ }
6815
+ ],
6557
6816
  "customElement": true
6558
6817
  }
6559
6818
  ],
6560
6819
  "exports": [
6561
6820
  {
6562
6821
  "kind": "js",
6563
- "name": "DBTooltip",
6822
+ "name": "DBLoadingIndicator",
6564
6823
  "declaration": {
6565
- "name": "DBTooltip",
6566
- "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tooltip/tooltip.tsx"
6824
+ "name": "DBLoadingIndicator",
6825
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/loading-indicator/loading-indicator.tsx"
6567
6826
  }
6568
6827
  },
6569
6828
  {
6570
6829
  "kind": "custom-element-definition",
6571
- "name": "db-tooltip",
6830
+ "name": "db-loading-indicator",
6572
6831
  "declaration": {
6573
- "name": "DBTooltip",
6574
- "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tooltip/tooltip.tsx"
6832
+ "name": "DBLoadingIndicator",
6833
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/loading-indicator/loading-indicator.tsx"
6575
6834
  }
6576
6835
  }
6577
6836
  ]
6578
6837
  },
6579
6838
  {
6580
6839
  "kind": "javascript-module",
6581
- "path": "tag.tsx",
6840
+ "path": "tooltip.tsx",
6582
6841
  "declarations": [
6583
6842
  {
6584
6843
  "kind": "class",
6585
6844
  "description": "",
6586
- "name": "DBTag",
6845
+ "name": "DBTooltip",
6587
6846
  "slots": [
6588
6847
  {
6589
6848
  "name": "children",
6590
6849
  "description": "default slot"
6591
- },
6592
- {
6593
- "name": "content",
6594
- "description": "Default slot which is used to pass in additional content."
6595
6850
  }
6596
6851
  ],
6597
6852
  "members": [
@@ -6605,58 +6860,58 @@
6605
6860
  },
6606
6861
  {
6607
6862
  "kind": "field",
6608
- "name": "removeButton",
6863
+ "name": "id",
6609
6864
  "type": {
6610
6865
  "text": "string"
6611
6866
  },
6612
- "description": "The removeButton attribute shows the cancel button.",
6867
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
6613
6868
  "resolvedValue": {
6614
- "name": "removeButton",
6869
+ "name": "id",
6615
6870
  "type": "string",
6616
- "comment": "The removeButton attribute shows the cancel button.",
6871
+ "comment": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
6617
6872
  "resolvedType": "string"
6618
6873
  }
6619
6874
  },
6620
6875
  {
6621
6876
  "kind": "field",
6622
- "name": "id",
6877
+ "name": "variant",
6623
6878
  "type": {
6624
- "text": "string"
6879
+ "text": "\"description\" | \"label\""
6625
6880
  },
6626
- "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
6881
+ "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6627
6882
  "resolvedValue": {
6628
- "name": "id",
6629
- "type": "string",
6630
- "comment": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
6631
- "resolvedType": "string"
6883
+ "name": "variant",
6884
+ "type": "TooltipVariantType",
6885
+ "comment": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6886
+ "resolvedType": "\"description\" | \"label\""
6632
6887
  }
6633
6888
  },
6634
6889
  {
6635
6890
  "kind": "field",
6636
- "name": "className",
6891
+ "name": "placement",
6637
6892
  "type": {
6638
- "text": "string"
6893
+ "text": "\"undefined\" | \"undefined\""
6639
6894
  },
6640
- "description": "React specific for adding className to the component.",
6895
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6641
6896
  "resolvedValue": {
6642
- "name": "className",
6643
- "type": "string",
6644
- "comment": "React specific for adding className to the component.",
6645
- "resolvedType": "string"
6897
+ "name": "placement",
6898
+ "type": "PlacementType",
6899
+ "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
6900
+ "resolvedType": "\"undefined\" | \"undefined\""
6646
6901
  }
6647
6902
  },
6648
6903
  {
6649
6904
  "kind": "field",
6650
- "name": "semantic",
6905
+ "name": "className",
6651
6906
  "type": {
6652
- "text": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
6907
+ "text": "string"
6653
6908
  },
6654
- "description": "The semantic defines the default variants for most components.",
6909
+ "description": "React specific for adding className to the component.",
6655
6910
  "resolvedValue": {
6656
- "name": "semantic",
6657
- "type": "SemanticType",
6658
- "comment": "The semantic defines the default variants for most components.",
6659
- "resolvedType": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
6911
+ "name": "className",
6912
+ "type": "string",
6913
+ "comment": "React specific for adding className to the component.",
6914
+ "resolvedType": "string"
6660
6915
  }
6661
6916
  },
6662
6917
  {
@@ -6675,27 +6930,11 @@
6675
6930
  },
6676
6931
  {
6677
6932
  "kind": "field",
6678
- "name": "icon",
6679
- "type": {
6680
- "text": "IconTypes"
6681
- },
6682
- "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
6683
- "resolvedValue": {
6684
- "name": "icon",
6685
- "type": "IconTypes",
6686
- "comment": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
6687
- "resolvedType": "IconTypes"
6688
- }
6689
- },
6690
- {
6691
- "kind": "field",
6692
- "name": "showCheckState",
6693
- "type": {
6694
- "text": "boolean | string"
6695
- },
6696
- "description": "Enable/Disable icon for checkbox/radio inside tag.",
6933
+ "name": "animation",
6934
+ "type": {},
6935
+ "description": "Disable animation",
6697
6936
  "resolvedValue": {
6698
- "name": "showCheckState",
6937
+ "name": "animation",
6699
6938
  "type": {
6700
6939
  "values": [
6701
6940
  "boolean",
@@ -6703,59 +6942,43 @@
6703
6942
  ],
6704
6943
  "type": "literal"
6705
6944
  },
6706
- "comment": "Enable/Disable icon for checkbox/radio inside tag.",
6707
- "resolvedType": "boolean | string"
6945
+ "comment": "Disable animation"
6708
6946
  }
6709
6947
  },
6710
6948
  {
6711
6949
  "kind": "field",
6712
- "name": "showIcon",
6950
+ "name": "delay",
6713
6951
  "type": {
6714
- "text": "boolean | string"
6952
+ "text": "\"none\" | \"slow\" | \"fast\""
6715
6953
  },
6716
- "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
6954
+ "description": "Add a delay before showing the component",
6717
6955
  "resolvedValue": {
6718
- "name": "showIcon",
6719
- "type": {
6720
- "values": [
6721
- "boolean",
6722
- "string"
6723
- ],
6724
- "type": "literal"
6725
- },
6726
- "comment": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
6727
- "resolvedType": "boolean | string"
6956
+ "name": "delay",
6957
+ "type": "PopoverDelayType",
6958
+ "comment": "Add a delay before showing the component",
6959
+ "resolvedType": "\"none\" | \"slow\" | \"fast\""
6728
6960
  }
6729
6961
  },
6730
6962
  {
6731
6963
  "kind": "field",
6732
- "name": "noText",
6733
- "type": {
6734
- "text": "boolean | string"
6735
- },
6736
- "description": "Define the text next to the icon specified via the icon Property to get hidden.",
6964
+ "name": "width",
6965
+ "type": {},
6966
+ "description": "Use fixed with for default max-width",
6737
6967
  "resolvedValue": {
6738
- "name": "noText",
6739
- "type": {
6740
- "values": [
6741
- "boolean",
6742
- "string"
6743
- ],
6744
- "type": "literal"
6745
- },
6746
- "comment": "Define the text next to the icon specified via the icon Property to get hidden.",
6747
- "resolvedType": "boolean | string"
6968
+ "name": "width",
6969
+ "type": "PopoverWidthType",
6970
+ "comment": "Use fixed with for default max-width"
6748
6971
  }
6749
6972
  },
6750
6973
  {
6751
6974
  "kind": "field",
6752
- "name": "overflow",
6975
+ "name": "showArrow",
6753
6976
  "type": {
6754
6977
  "text": "boolean | string"
6755
6978
  },
6756
- "description": "The overflow attribute sets a max-width and longer text will be dotted.",
6979
+ "description": "Show/Hides arrow",
6757
6980
  "resolvedValue": {
6758
- "name": "overflow",
6981
+ "name": "showArrow",
6759
6982
  "type": {
6760
6983
  "values": [
6761
6984
  "boolean",
@@ -6763,60 +6986,109 @@
6763
6986
  ],
6764
6987
  "type": "literal"
6765
6988
  },
6766
- "comment": "The overflow attribute sets a max-width and longer text will be dotted.",
6989
+ "comment": "Show/Hides arrow",
6767
6990
  "resolvedType": "boolean | string"
6768
6991
  }
6769
6992
  },
6770
6993
  {
6771
6994
  "kind": "field",
6772
- "name": "text",
6773
- "type": {
6774
- "text": "string"
6775
- },
6776
- "description": "Alternative for children to set content as property.",
6777
- "resolvedValue": {
6778
- "name": "text",
6779
- "type": "string",
6780
- "comment": "Alternative for children to set content as property.",
6781
- "resolvedType": "string"
6782
- }
6995
+ "name": "_id",
6996
+ "default": "DEFAULT_ID"
6783
6997
  },
6784
6998
  {
6785
6999
  "kind": "field",
6786
- "name": "behavior",
7000
+ "name": "initialized",
6787
7001
  "type": {
6788
- "text": "\"static\" | \"removable\" | string"
7002
+ "text": "boolean"
6789
7003
  },
6790
- "description": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
6791
- "resolvedValue": {
6792
- "name": "behavior",
6793
- "type": {
6794
- "values": [
6795
- "TagBehaviorType",
6796
- "string"
6797
- ],
6798
- "type": "union"
6799
- },
6800
- "comment": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
6801
- "resolvedType": "\"static\" | \"removable\" | string"
6802
- }
7004
+ "default": "false"
7005
+ },
7006
+ {
7007
+ "kind": "field",
7008
+ "name": "_documentScrollListenerCallbackId",
7009
+ "default": "undefined"
7010
+ },
7011
+ {
7012
+ "kind": "field",
7013
+ "name": "_observer",
7014
+ "default": "undefined"
6803
7015
  },
6804
7016
  {
6805
7017
  "kind": "method",
6806
- "name": "handleRemove",
7018
+ "name": "handleClick",
7019
+ "parameters": [
7020
+ {
7021
+ "name": "event",
7022
+ "type": {
7023
+ "text": "ClickEvent<HTMLElement>"
7024
+ }
7025
+ }
7026
+ ]
7027
+ },
7028
+ {
7029
+ "kind": "method",
7030
+ "name": "handleEscape",
6807
7031
  "parameters": [
6808
7032
  {
6809
7033
  "name": "event",
7034
+ "type": {
7035
+ "text": "any"
7036
+ }
7037
+ }
7038
+ ]
7039
+ },
7040
+ {
7041
+ "kind": "method",
7042
+ "name": "getParent"
7043
+ },
7044
+ {
7045
+ "kind": "method",
7046
+ "name": "handleAutoPlacement",
7047
+ "parameters": [
7048
+ {
7049
+ "name": "parent",
6810
7050
  "optional": true,
6811
7051
  "type": {
6812
- "text": "ClickEvent<HTMLButtonElement> | void"
7052
+ "text": "HTMLElement"
6813
7053
  }
6814
7054
  }
6815
7055
  ]
6816
7056
  },
6817
7057
  {
6818
7058
  "kind": "method",
6819
- "name": "getRemoveButtonText"
7059
+ "name": "handleDocumentScroll",
7060
+ "parameters": [
7061
+ {
7062
+ "name": "event",
7063
+ "type": {
7064
+ "text": "any"
7065
+ }
7066
+ },
7067
+ {
7068
+ "name": "parent",
7069
+ "optional": true,
7070
+ "type": {
7071
+ "text": "HTMLElement"
7072
+ }
7073
+ }
7074
+ ]
7075
+ },
7076
+ {
7077
+ "kind": "method",
7078
+ "name": "handleLeave"
7079
+ },
7080
+ {
7081
+ "kind": "method",
7082
+ "name": "handleEnter",
7083
+ "parameters": [
7084
+ {
7085
+ "name": "parent",
7086
+ "optional": true,
7087
+ "type": {
7088
+ "text": "HTMLElement"
7089
+ }
7090
+ }
7091
+ ]
6820
7092
  },
6821
7093
  {
6822
7094
  "kind": "method",
@@ -6840,26 +7112,20 @@
6840
7112
  ],
6841
7113
  "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
6842
7114
  },
7115
+ {
7116
+ "kind": "method",
7117
+ "name": "watch0Fn"
7118
+ },
7119
+ {
7120
+ "kind": "method",
7121
+ "name": "watch0"
7122
+ },
6843
7123
  {
6844
7124
  "kind": "method",
6845
7125
  "name": "render"
6846
7126
  }
6847
7127
  ],
6848
7128
  "attributes": [
6849
- {
6850
- "name": "remove-button",
6851
- "fieldName": "removeButton",
6852
- "type": {
6853
- "text": "string"
6854
- },
6855
- "description": "The removeButton attribute shows the cancel button.",
6856
- "resolvedValue": {
6857
- "name": "removeButton",
6858
- "type": "string",
6859
- "comment": "The removeButton attribute shows the cancel button.",
6860
- "resolvedType": "string"
6861
- }
6862
- },
6863
7129
  {
6864
7130
  "name": "id",
6865
7131
  "fieldName": "id",
@@ -6875,22 +7141,220 @@
6875
7141
  }
6876
7142
  },
6877
7143
  {
6878
- "name": "classname",
6879
- "fieldName": "className",
7144
+ "name": "variant",
7145
+ "fieldName": "variant",
6880
7146
  "type": {
6881
- "text": "string"
7147
+ "text": "\"description\" | \"label\""
6882
7148
  },
6883
- "description": "React specific for adding className to the component.",
7149
+ "description": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
6884
7150
  "resolvedValue": {
6885
- "name": "className",
7151
+ "name": "variant",
7152
+ "type": "TooltipVariantType",
7153
+ "comment": "Change the behavior of the tooltip:\n- description: Adds `aria-describedby` to parent\n- label: Adds `aria-labelledby` to parent",
7154
+ "resolvedType": "\"description\" | \"label\""
7155
+ }
7156
+ },
7157
+ {
7158
+ "name": "placement",
7159
+ "fieldName": "placement",
7160
+ "type": {
7161
+ "text": "\"undefined\" | \"undefined\""
7162
+ },
7163
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
7164
+ "resolvedValue": {
7165
+ "name": "placement",
7166
+ "type": "PlacementType",
7167
+ "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
7168
+ "resolvedType": "\"undefined\" | \"undefined\""
7169
+ }
7170
+ },
7171
+ {
7172
+ "name": "classname",
7173
+ "fieldName": "className",
7174
+ "type": {
7175
+ "text": "string"
7176
+ },
7177
+ "description": "React specific for adding className to the component.",
7178
+ "resolvedValue": {
7179
+ "name": "className",
7180
+ "type": "string",
7181
+ "comment": "React specific for adding className to the component.",
7182
+ "resolvedType": "string"
7183
+ }
7184
+ },
7185
+ {
7186
+ "name": "emphasis",
7187
+ "fieldName": "emphasis",
7188
+ "type": {
7189
+ "text": "\"weak\" | \"strong\""
7190
+ },
7191
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
7192
+ "resolvedValue": {
7193
+ "name": "emphasis",
7194
+ "type": "EmphasisType",
7195
+ "comment": "The emphasis attribute divides in between a weak or strong importance.",
7196
+ "resolvedType": "\"weak\" | \"strong\""
7197
+ }
7198
+ },
7199
+ {
7200
+ "name": "animation",
7201
+ "fieldName": "animation",
7202
+ "type": {},
7203
+ "description": "Disable animation",
7204
+ "resolvedValue": {
7205
+ "name": "animation",
7206
+ "type": {
7207
+ "values": [
7208
+ "boolean",
7209
+ "string"
7210
+ ],
7211
+ "type": "literal"
7212
+ },
7213
+ "comment": "Disable animation"
7214
+ }
7215
+ },
7216
+ {
7217
+ "name": "delay",
7218
+ "fieldName": "delay",
7219
+ "type": {
7220
+ "text": "\"none\" | \"slow\" | \"fast\""
7221
+ },
7222
+ "description": "Add a delay before showing the component",
7223
+ "resolvedValue": {
7224
+ "name": "delay",
7225
+ "type": "PopoverDelayType",
7226
+ "comment": "Add a delay before showing the component",
7227
+ "resolvedType": "\"none\" | \"slow\" | \"fast\""
7228
+ }
7229
+ },
7230
+ {
7231
+ "name": "width",
7232
+ "fieldName": "width",
7233
+ "type": {},
7234
+ "description": "Use fixed with for default max-width",
7235
+ "resolvedValue": {
7236
+ "name": "width",
7237
+ "type": "PopoverWidthType",
7238
+ "comment": "Use fixed with for default max-width"
7239
+ }
7240
+ },
7241
+ {
7242
+ "name": "show-arrow",
7243
+ "fieldName": "showArrow",
7244
+ "type": {
7245
+ "text": "boolean | string"
7246
+ },
7247
+ "description": "Show/Hides arrow",
7248
+ "resolvedValue": {
7249
+ "name": "showArrow",
7250
+ "type": {
7251
+ "values": [
7252
+ "boolean",
7253
+ "string"
7254
+ ],
7255
+ "type": "literal"
7256
+ },
7257
+ "comment": "Show/Hides arrow",
7258
+ "resolvedType": "boolean | string"
7259
+ }
7260
+ }
7261
+ ],
7262
+ "tagName": "db-tooltip",
7263
+ "events": [],
7264
+ "customElement": true
7265
+ }
7266
+ ],
7267
+ "exports": [
7268
+ {
7269
+ "kind": "js",
7270
+ "name": "DBTooltip",
7271
+ "declaration": {
7272
+ "name": "DBTooltip",
7273
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tooltip/tooltip.tsx"
7274
+ }
7275
+ },
7276
+ {
7277
+ "kind": "custom-element-definition",
7278
+ "name": "db-tooltip",
7279
+ "declaration": {
7280
+ "name": "DBTooltip",
7281
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tooltip/tooltip.tsx"
7282
+ }
7283
+ }
7284
+ ]
7285
+ },
7286
+ {
7287
+ "kind": "javascript-module",
7288
+ "path": "tag.tsx",
7289
+ "declarations": [
7290
+ {
7291
+ "kind": "class",
7292
+ "description": "",
7293
+ "name": "DBTag",
7294
+ "slots": [
7295
+ {
7296
+ "name": "children",
7297
+ "description": "default slot"
7298
+ },
7299
+ {
7300
+ "name": "content",
7301
+ "description": "Default slot which is used to pass in additional content."
7302
+ }
7303
+ ],
7304
+ "members": [
7305
+ {
7306
+ "kind": "field",
7307
+ "name": "_ref",
7308
+ "type": {
7309
+ "text": "HTMLDivElement | any"
7310
+ },
7311
+ "privacy": "private"
7312
+ },
7313
+ {
7314
+ "kind": "field",
7315
+ "name": "removeButton",
7316
+ "type": {
7317
+ "text": "string"
7318
+ },
7319
+ "description": "The removeButton attribute shows the cancel button.",
7320
+ "resolvedValue": {
7321
+ "name": "removeButton",
7322
+ "type": "string",
7323
+ "comment": "The removeButton attribute shows the cancel button.",
7324
+ "resolvedType": "string"
7325
+ }
7326
+ },
7327
+ {
7328
+ "kind": "field",
7329
+ "name": "id",
7330
+ "type": {
7331
+ "text": "string"
7332
+ },
7333
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
7334
+ "resolvedValue": {
7335
+ "name": "id",
7336
+ "type": "string",
7337
+ "comment": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
7338
+ "resolvedType": "string"
7339
+ }
7340
+ },
7341
+ {
7342
+ "kind": "field",
7343
+ "name": "className",
7344
+ "type": {
7345
+ "text": "string"
7346
+ },
7347
+ "description": "React specific for adding className to the component.",
7348
+ "resolvedValue": {
7349
+ "name": "className",
6886
7350
  "type": "string",
6887
7351
  "comment": "React specific for adding className to the component.",
6888
7352
  "resolvedType": "string"
6889
7353
  }
6890
7354
  },
6891
7355
  {
7356
+ "kind": "field",
6892
7357
  "name": "semantic",
6893
- "fieldName": "semantic",
6894
7358
  "type": {
6895
7359
  "text": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
6896
7360
  },
@@ -6903,8 +7367,8 @@
6903
7367
  }
6904
7368
  },
6905
7369
  {
7370
+ "kind": "field",
6906
7371
  "name": "emphasis",
6907
- "fieldName": "emphasis",
6908
7372
  "type": {
6909
7373
  "text": "\"weak\" | \"strong\""
6910
7374
  },
@@ -6917,8 +7381,8 @@
6917
7381
  }
6918
7382
  },
6919
7383
  {
7384
+ "kind": "field",
6920
7385
  "name": "icon",
6921
- "fieldName": "icon",
6922
7386
  "type": {
6923
7387
  "text": "IconTypes"
6924
7388
  },
@@ -6931,8 +7395,8 @@
6931
7395
  }
6932
7396
  },
6933
7397
  {
6934
- "name": "show-check-state",
6935
- "fieldName": "showCheckState",
7398
+ "kind": "field",
7399
+ "name": "showCheckState",
6936
7400
  "type": {
6937
7401
  "text": "boolean | string"
6938
7402
  },
@@ -6951,8 +7415,8 @@
6951
7415
  }
6952
7416
  },
6953
7417
  {
6954
- "name": "show-icon",
6955
- "fieldName": "showIcon",
7418
+ "kind": "field",
7419
+ "name": "showIcon",
6956
7420
  "type": {
6957
7421
  "text": "boolean | string"
6958
7422
  },
@@ -6971,8 +7435,8 @@
6971
7435
  }
6972
7436
  },
6973
7437
  {
6974
- "name": "no-text",
6975
- "fieldName": "noText",
7438
+ "kind": "field",
7439
+ "name": "noText",
6976
7440
  "type": {
6977
7441
  "text": "boolean | string"
6978
7442
  },
@@ -6991,8 +7455,8 @@
6991
7455
  }
6992
7456
  },
6993
7457
  {
7458
+ "kind": "field",
6994
7459
  "name": "overflow",
6995
- "fieldName": "overflow",
6996
7460
  "type": {
6997
7461
  "text": "boolean | string"
6998
7462
  },
@@ -7011,8 +7475,8 @@
7011
7475
  }
7012
7476
  },
7013
7477
  {
7478
+ "kind": "field",
7014
7479
  "name": "text",
7015
- "fieldName": "text",
7016
7480
  "type": {
7017
7481
  "text": "string"
7018
7482
  },
@@ -7025,8 +7489,8 @@
7025
7489
  }
7026
7490
  },
7027
7491
  {
7492
+ "kind": "field",
7028
7493
  "name": "behavior",
7029
- "fieldName": "behavior",
7030
7494
  "type": {
7031
7495
  "text": "\"static\" | \"removable\" | string"
7032
7496
  },
@@ -7043,97 +7507,69 @@
7043
7507
  "comment": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
7044
7508
  "resolvedType": "\"static\" | \"removable\" | string"
7045
7509
  }
7046
- }
7047
- ],
7048
- "tagName": "db-tag",
7049
- "events": [
7510
+ },
7050
7511
  {
7051
- "name": "remove",
7052
- "type": {
7053
- "text": "EventEmitter<\n Parameters<Required<DBTagProps>[\"remove\"]>[number]\n > | void"
7054
- }
7055
- }
7056
- ],
7057
- "customElement": true
7058
- }
7059
- ],
7060
- "exports": [
7061
- {
7062
- "kind": "js",
7063
- "name": "DBTag",
7064
- "declaration": {
7065
- "name": "DBTag",
7066
- "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tag/tag.tsx"
7067
- }
7068
- },
7069
- {
7070
- "kind": "custom-element-definition",
7071
- "name": "db-tag",
7072
- "declaration": {
7073
- "name": "DBTag",
7074
- "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tag/tag.tsx"
7075
- }
7076
- }
7077
- ]
7078
- },
7079
- {
7080
- "kind": "javascript-module",
7081
- "path": "custom-select.tsx",
7082
- "declarations": [
7083
- {
7084
- "kind": "class",
7085
- "description": "",
7086
- "name": "DBCustomSelect",
7087
- "slots": [
7088
- {
7089
- "name": "children",
7090
- "description": "default slot"
7091
- }
7092
- ],
7093
- "members": [
7094
- {
7095
- "kind": "field",
7096
- "name": "_ref",
7097
- "type": {
7098
- "text": "HTMLDivElement | any"
7099
- },
7100
- "privacy": "private"
7512
+ "kind": "method",
7513
+ "name": "handleRemove",
7514
+ "parameters": [
7515
+ {
7516
+ "name": "event",
7517
+ "optional": true,
7518
+ "type": {
7519
+ "text": "ClickEvent<HTMLButtonElement> | void"
7520
+ }
7521
+ }
7522
+ ]
7101
7523
  },
7102
7524
  {
7103
- "kind": "field",
7104
- "name": "detailsRef",
7105
- "type": {
7106
- "text": "HTMLDetailsElement | any"
7107
- },
7108
- "privacy": "private"
7525
+ "kind": "method",
7526
+ "name": "getRemoveButtonText"
7109
7527
  },
7110
7528
  {
7111
- "kind": "field",
7112
- "name": "selectRef",
7113
- "type": {
7114
- "text": "HTMLSelectElement | any"
7115
- },
7116
- "privacy": "private"
7529
+ "kind": "method",
7530
+ "name": "enableAttributePassing",
7531
+ "privacy": "private",
7532
+ "parameters": [
7533
+ {
7534
+ "name": "element",
7535
+ "type": {
7536
+ "text": "HTMLElement | null"
7537
+ },
7538
+ "description": "the ref for the component"
7539
+ },
7540
+ {
7541
+ "name": "customElementSelector",
7542
+ "type": {
7543
+ "text": "string"
7544
+ },
7545
+ "description": "the custom element like `my-component`"
7546
+ }
7547
+ ],
7548
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
7117
7549
  },
7118
7550
  {
7119
- "kind": "field",
7120
- "name": "selectAllRef",
7121
- "type": {
7122
- "text": "HTMLInputElement | any"
7123
- },
7124
- "privacy": "private"
7125
- },
7551
+ "kind": "method",
7552
+ "name": "render"
7553
+ }
7554
+ ],
7555
+ "attributes": [
7126
7556
  {
7127
- "kind": "field",
7128
- "name": "searchInputRef",
7557
+ "name": "remove-button",
7558
+ "fieldName": "removeButton",
7129
7559
  "type": {
7130
- "text": "HTMLInputElement | any"
7560
+ "text": "string"
7131
7561
  },
7132
- "privacy": "private"
7562
+ "description": "The removeButton attribute shows the cancel button.",
7563
+ "resolvedValue": {
7564
+ "name": "removeButton",
7565
+ "type": "string",
7566
+ "comment": "The removeButton attribute shows the cancel button.",
7567
+ "resolvedType": "string"
7568
+ }
7133
7569
  },
7134
7570
  {
7135
- "kind": "field",
7136
7571
  "name": "id",
7572
+ "fieldName": "id",
7137
7573
  "type": {
7138
7574
  "text": "string"
7139
7575
  },
@@ -7146,104 +7582,110 @@
7146
7582
  }
7147
7583
  },
7148
7584
  {
7149
- "kind": "field",
7150
- "name": "invalidMessage",
7585
+ "name": "classname",
7586
+ "fieldName": "className",
7151
7587
  "type": {
7152
7588
  "text": "string"
7153
7589
  },
7154
- "description": "Helper message for invalid form components",
7590
+ "description": "React specific for adding className to the component.",
7155
7591
  "resolvedValue": {
7156
- "name": "invalidMessage",
7592
+ "name": "className",
7157
7593
  "type": "string",
7158
- "comment": "Helper message for invalid form components",
7594
+ "comment": "React specific for adding className to the component.",
7159
7595
  "resolvedType": "string"
7160
7596
  }
7161
7597
  },
7162
7598
  {
7163
- "kind": "field",
7164
- "name": "message",
7599
+ "name": "semantic",
7600
+ "fieldName": "semantic",
7165
7601
  "type": {
7166
- "text": "string"
7602
+ "text": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
7167
7603
  },
7168
- "description": "Optional helper message for form components",
7604
+ "description": "The semantic defines the default variants for most components.",
7169
7605
  "resolvedValue": {
7170
- "name": "message",
7171
- "type": "string",
7172
- "comment": "Optional helper message for form components",
7173
- "resolvedType": "string"
7606
+ "name": "semantic",
7607
+ "type": "SemanticType",
7608
+ "comment": "The semantic defines the default variants for most components.",
7609
+ "resolvedType": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
7174
7610
  }
7175
7611
  },
7176
7612
  {
7177
- "kind": "field",
7178
- "name": "showMessage",
7613
+ "name": "emphasis",
7614
+ "fieldName": "emphasis",
7179
7615
  "type": {
7180
- "text": "boolean | string"
7616
+ "text": "\"weak\" | \"strong\""
7181
7617
  },
7182
- "description": "Enables or disables the visibility of the message.",
7618
+ "description": "The emphasis attribute divides in between a weak or strong importance.",
7183
7619
  "resolvedValue": {
7184
- "name": "showMessage",
7185
- "type": {
7186
- "values": [
7187
- "boolean",
7188
- "string"
7189
- ],
7190
- "type": "literal"
7191
- },
7192
- "comment": "Enables or disables the visibility of the message.",
7193
- "resolvedType": "boolean | string"
7620
+ "name": "emphasis",
7621
+ "type": "EmphasisType",
7622
+ "comment": "The emphasis attribute divides in between a weak or strong importance.",
7623
+ "resolvedType": "\"weak\" | \"strong\""
7194
7624
  }
7195
7625
  },
7196
7626
  {
7197
- "kind": "field",
7198
- "name": "ariaDescribedBy",
7627
+ "name": "icon",
7628
+ "fieldName": "icon",
7199
7629
  "type": {
7200
- "text": "string"
7630
+ "text": "IconTypes"
7201
7631
  },
7202
- "description": "Overwrites auto handling for aria-describedby.",
7632
+ "description": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
7203
7633
  "resolvedValue": {
7204
- "name": "ariaDescribedBy",
7205
- "type": "string",
7206
- "comment": "Overwrites auto handling for aria-describedby.",
7207
- "resolvedType": "string"
7634
+ "name": "icon",
7635
+ "type": "IconTypes",
7636
+ "comment": "Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.",
7637
+ "resolvedType": "IconTypes"
7208
7638
  }
7209
7639
  },
7210
7640
  {
7211
- "kind": "field",
7212
- "name": "showNoResults",
7641
+ "name": "show-check-state",
7642
+ "fieldName": "showCheckState",
7213
7643
  "type": {
7214
- "text": "boolean"
7644
+ "text": "boolean | string"
7215
7645
  },
7216
- "description": "Dropdown - enable no options infotext",
7646
+ "description": "Enable/Disable icon for checkbox/radio inside tag.",
7217
7647
  "resolvedValue": {
7218
- "name": "showNoResults",
7219
- "type": "boolean",
7220
- "comment": "Dropdown - enable no options infotext",
7221
- "resolvedType": "boolean"
7648
+ "name": "showCheckState",
7649
+ "type": {
7650
+ "values": [
7651
+ "boolean",
7652
+ "string"
7653
+ ],
7654
+ "type": "literal"
7655
+ },
7656
+ "comment": "Enable/Disable icon for checkbox/radio inside tag.",
7657
+ "resolvedType": "boolean | string"
7222
7658
  }
7223
7659
  },
7224
7660
  {
7225
- "kind": "field",
7226
- "name": "showLoading",
7661
+ "name": "show-icon",
7662
+ "fieldName": "showIcon",
7227
7663
  "type": {
7228
- "text": "boolean"
7664
+ "text": "boolean | string"
7229
7665
  },
7230
- "description": "Dropdown - enable loading infotext and spinner",
7666
+ "description": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
7231
7667
  "resolvedValue": {
7232
- "name": "showLoading",
7233
- "type": "boolean",
7234
- "comment": "Dropdown - enable loading infotext and spinner",
7235
- "resolvedType": "boolean"
7668
+ "name": "showIcon",
7669
+ "type": {
7670
+ "values": [
7671
+ "boolean",
7672
+ "string"
7673
+ ],
7674
+ "type": "literal"
7675
+ },
7676
+ "comment": "Enables or disables the visibility of the icon. The default value depends on the component.\nFor many components this property is optional to reflect Figma properties.",
7677
+ "resolvedType": "boolean | string"
7236
7678
  }
7237
7679
  },
7238
7680
  {
7239
- "kind": "field",
7240
- "name": "multiple",
7681
+ "name": "no-text",
7682
+ "fieldName": "noText",
7241
7683
  "type": {
7242
7684
  "text": "boolean | string"
7243
7685
  },
7244
- "description": "Enables CustomSelect",
7686
+ "description": "Define the text next to the icon specified via the icon Property to get hidden.",
7245
7687
  "resolvedValue": {
7246
- "name": "multiple",
7688
+ "name": "noText",
7247
7689
  "type": {
7248
7690
  "values": [
7249
7691
  "boolean",
@@ -7251,173 +7693,202 @@
7251
7693
  ],
7252
7694
  "type": "literal"
7253
7695
  },
7254
- "comment": "Enables CustomSelect",
7696
+ "comment": "Define the text next to the icon specified via the icon Property to get hidden.",
7255
7697
  "resolvedType": "boolean | string"
7256
7698
  }
7257
7699
  },
7258
7700
  {
7259
- "kind": "field",
7260
- "name": "showSelectAll",
7701
+ "name": "overflow",
7702
+ "fieldName": "overflow",
7261
7703
  "type": {
7262
- "text": "boolean"
7704
+ "text": "boolean | string"
7263
7705
  },
7264
- "description": "Forces select all checkbox (only for multiple).",
7706
+ "description": "The overflow attribute sets a max-width and longer text will be dotted.",
7265
7707
  "resolvedValue": {
7266
- "name": "showSelectAll",
7267
- "type": "boolean",
7268
- "comment": "Forces select all checkbox (only for multiple).",
7269
- "resolvedType": "boolean"
7708
+ "name": "overflow",
7709
+ "type": {
7710
+ "values": [
7711
+ "boolean",
7712
+ "string"
7713
+ ],
7714
+ "type": "literal"
7715
+ },
7716
+ "comment": "The overflow attribute sets a max-width and longer text will be dotted.",
7717
+ "resolvedType": "boolean | string"
7270
7718
  }
7271
7719
  },
7272
7720
  {
7273
- "kind": "field",
7274
- "name": "showSearch",
7721
+ "name": "text",
7722
+ "fieldName": "text",
7275
7723
  "type": {
7276
- "text": "boolean"
7724
+ "text": "string"
7277
7725
  },
7278
- "description": "Forces search in header.",
7726
+ "description": "Alternative for children to set content as property.",
7279
7727
  "resolvedValue": {
7280
- "name": "showSearch",
7281
- "type": "boolean",
7282
- "comment": "Forces search in header.",
7283
- "resolvedType": "boolean"
7728
+ "name": "text",
7729
+ "type": "string",
7730
+ "comment": "Alternative for children to set content as property.",
7731
+ "resolvedType": "string"
7284
7732
  }
7285
7733
  },
7286
7734
  {
7287
- "kind": "field",
7288
- "name": "values",
7735
+ "name": "behavior",
7736
+ "fieldName": "behavior",
7289
7737
  "type": {
7290
- "text": "string[]"
7738
+ "text": "\"static\" | \"removable\" | string"
7291
7739
  },
7292
- "description": "Initial value for multi select",
7740
+ "description": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
7293
7741
  "resolvedValue": {
7294
- "name": "values",
7295
- "type": "string[]",
7296
- "comment": "Initial value for multi select",
7297
- "resolvedType": "string[]"
7742
+ "name": "behavior",
7743
+ "type": {
7744
+ "values": [
7745
+ "TagBehaviorType",
7746
+ "string"
7747
+ ],
7748
+ "type": "union"
7749
+ },
7750
+ "comment": "Defines the behavior of the component:\n- static: default behavior without remove button\n - removable: add a remove button at the end of the tag",
7751
+ "resolvedType": "\"static\" | \"removable\" | string"
7298
7752
  }
7299
- },
7753
+ }
7754
+ ],
7755
+ "tagName": "db-tag",
7756
+ "events": [
7757
+ {
7758
+ "name": "remove",
7759
+ "type": {
7760
+ "text": "EventEmitter<\n Parameters<Required<DBTagProps>[\"remove\"]>[number]\n > | void"
7761
+ }
7762
+ }
7763
+ ],
7764
+ "customElement": true
7765
+ }
7766
+ ],
7767
+ "exports": [
7768
+ {
7769
+ "kind": "js",
7770
+ "name": "DBTag",
7771
+ "declaration": {
7772
+ "name": "DBTag",
7773
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tag/tag.tsx"
7774
+ }
7775
+ },
7776
+ {
7777
+ "kind": "custom-element-definition",
7778
+ "name": "db-tag",
7779
+ "declaration": {
7780
+ "name": "DBTag",
7781
+ "module": "/home/runner/work/core-web/core-web/output/stencil/src/components/tag/tag.tsx"
7782
+ }
7783
+ }
7784
+ ]
7785
+ },
7786
+ {
7787
+ "kind": "javascript-module",
7788
+ "path": "custom-select.tsx",
7789
+ "declarations": [
7790
+ {
7791
+ "kind": "class",
7792
+ "description": "",
7793
+ "name": "DBCustomSelect",
7794
+ "slots": [
7795
+ {
7796
+ "name": "children",
7797
+ "description": "default slot"
7798
+ }
7799
+ ],
7800
+ "members": [
7300
7801
  {
7301
7802
  "kind": "field",
7302
- "name": "validation",
7803
+ "name": "_ref",
7303
7804
  "type": {
7304
- "text": "\"invalid\" | \"valid\" | \"no-validation\""
7805
+ "text": "HTMLDivElement | any"
7305
7806
  },
7306
- "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
7307
- "resolvedValue": {
7308
- "name": "validation",
7309
- "type": "ValidationType",
7310
- "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
7311
- "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
7312
- }
7807
+ "privacy": "private"
7313
7808
  },
7314
7809
  {
7315
7810
  "kind": "field",
7316
- "name": "options",
7811
+ "name": "detailsRef",
7317
7812
  "type": {
7318
- "text": "CustomSelectOptionType[]"
7813
+ "text": "HTMLDetailsElement | any"
7319
7814
  },
7320
- "description": "You should pass in the options as an array.",
7321
- "resolvedValue": {
7322
- "name": "options",
7323
- "type": "CustomSelectOptionType[]",
7324
- "comment": "You should pass in the options as an array.",
7325
- "resolvedType": "CustomSelectOptionType[]"
7326
- }
7815
+ "privacy": "private"
7327
7816
  },
7328
7817
  {
7329
7818
  "kind": "field",
7330
- "name": "searchValue",
7819
+ "name": "selectRef",
7331
7820
  "type": {
7332
- "text": "string"
7821
+ "text": "HTMLSelectElement | any"
7333
7822
  },
7334
- "description": "Optional: Prefill the value of the search input",
7335
- "resolvedValue": {
7336
- "name": "searchValue",
7337
- "type": "string",
7338
- "comment": "Optional: Prefill the value of the search input",
7339
- "resolvedType": "string"
7340
- }
7823
+ "privacy": "private"
7341
7824
  },
7342
7825
  {
7343
7826
  "kind": "field",
7344
- "name": "selectedLabels",
7827
+ "name": "selectAllRef",
7345
7828
  "type": {
7346
- "text": "string"
7829
+ "text": "HTMLInputElement | any"
7347
7830
  },
7348
- "description": "Optional: If you want to show a custom label for the selected values.\nYou need to define the empty state as well based on selected options.",
7349
- "resolvedValue": {
7350
- "name": "selectedLabels",
7351
- "type": "string",
7352
- "comment": "Optional: If you want to show a custom label for the selected values.\nYou need to define the empty state as well based on selected options.",
7353
- "resolvedType": "string"
7354
- }
7831
+ "privacy": "private"
7355
7832
  },
7356
7833
  {
7357
7834
  "kind": "field",
7358
- "name": "transformSelectedLabels",
7835
+ "name": "searchInputRef",
7359
7836
  "type": {
7360
- "text": "functiontype"
7837
+ "text": "HTMLInputElement | any"
7361
7838
  },
7362
- "description": "Optional: If you want to show a custom label based on the selected options.",
7363
- "resolvedValue": {
7364
- "name": "transformSelectedLabels",
7365
- "type": "functiontype",
7366
- "comment": "Optional: If you want to show a custom label based on the selected options.",
7367
- "resolvedType": "functiontype"
7368
- }
7839
+ "privacy": "private"
7369
7840
  },
7370
7841
  {
7371
7842
  "kind": "field",
7372
- "name": "selectedType",
7843
+ "name": "id",
7373
7844
  "type": {
7374
- "text": "\"amount\" | \"text\" | \"tag\""
7845
+ "text": "string"
7375
7846
  },
7376
- "description": "Change the selected type for values shown in multi select",
7847
+ "description": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
7377
7848
  "resolvedValue": {
7378
- "name": "selectedType",
7379
- "type": "SelectedTypeType",
7380
- "comment": "Change the selected type for values shown in multi select",
7381
- "resolvedType": "\"amount\" | \"text\" | \"tag\""
7849
+ "name": "id",
7850
+ "type": "string",
7851
+ "comment": "[ID](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) of the component, generated automatically for some components as a fallback if unset.",
7852
+ "resolvedType": "string"
7382
7853
  }
7383
7854
  },
7384
7855
  {
7385
7856
  "kind": "field",
7386
- "name": "amountText",
7857
+ "name": "invalidMessage",
7387
7858
  "type": {
7388
7859
  "text": "string"
7389
7860
  },
7390
- "description": "Optional: if select-type=\"amount\" change the shown text",
7861
+ "description": "Helper message for invalid form components",
7391
7862
  "resolvedValue": {
7392
- "name": "amountText",
7863
+ "name": "invalidMessage",
7393
7864
  "type": "string",
7394
- "comment": "Optional: if select-type=\"amount\" change the shown text",
7865
+ "comment": "Helper message for invalid form components",
7395
7866
  "resolvedType": "string"
7396
7867
  }
7397
7868
  },
7398
7869
  {
7399
7870
  "kind": "field",
7400
- "name": "validMessage",
7871
+ "name": "message",
7401
7872
  "type": {
7402
7873
  "text": "string"
7403
7874
  },
7404
- "description": "Helper message for valid form components",
7875
+ "description": "Optional helper message for form components",
7405
7876
  "resolvedValue": {
7406
- "name": "validMessage",
7877
+ "name": "message",
7407
7878
  "type": "string",
7408
- "comment": "Helper message for valid form components",
7879
+ "comment": "Optional helper message for form components",
7409
7880
  "resolvedType": "string"
7410
7881
  }
7411
7882
  },
7412
7883
  {
7413
7884
  "kind": "field",
7414
- "name": "required",
7885
+ "name": "showMessage",
7415
7886
  "type": {
7416
7887
  "text": "boolean | string"
7417
7888
  },
7418
- "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`).",
7889
+ "description": "Enables or disables the visibility of the message.",
7419
7890
  "resolvedValue": {
7420
- "name": "required",
7891
+ "name": "showMessage",
7421
7892
  "type": {
7422
7893
  "values": [
7423
7894
  "boolean",
@@ -7425,107 +7896,343 @@
7425
7896
  ],
7426
7897
  "type": "literal"
7427
7898
  },
7428
- "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`).",
7899
+ "comment": "Enables or disables the visibility of the message.",
7429
7900
  "resolvedType": "boolean | string"
7430
7901
  }
7431
7902
  },
7432
7903
  {
7433
7904
  "kind": "field",
7434
- "name": "selectAllLabel",
7905
+ "name": "ariaDescribedBy",
7435
7906
  "type": {
7436
7907
  "text": "string"
7437
7908
  },
7438
- "description": "Select all checkbox label",
7909
+ "description": "Overwrites auto handling for aria-describedby.",
7439
7910
  "resolvedValue": {
7440
- "name": "selectAllLabel",
7911
+ "name": "ariaDescribedBy",
7441
7912
  "type": "string",
7442
- "comment": "Select all checkbox label",
7913
+ "comment": "Overwrites auto handling for aria-describedby.",
7443
7914
  "resolvedType": "string"
7444
7915
  }
7445
7916
  },
7446
7917
  {
7447
7918
  "kind": "field",
7448
- "name": "removeTagsTexts",
7919
+ "name": "showNoResults",
7449
7920
  "type": {
7450
- "text": "string[]"
7921
+ "text": "boolean"
7451
7922
  },
7452
- "description": "Optional: if you use selectedType=tag and options, you need to set the removeTagsTexts for screen reader users",
7923
+ "description": "Dropdown - enable no options infotext",
7453
7924
  "resolvedValue": {
7454
- "name": "removeTagsTexts",
7455
- "type": "string[]",
7456
- "comment": "Optional: if you use selectedType=tag and options, you need to set the removeTagsTexts for screen reader users",
7457
- "resolvedType": "string[]"
7925
+ "name": "showNoResults",
7926
+ "type": "boolean",
7927
+ "comment": "Dropdown - enable no options infotext",
7928
+ "resolvedType": "boolean"
7458
7929
  }
7459
7930
  },
7460
7931
  {
7461
7932
  "kind": "field",
7462
- "name": "placement",
7933
+ "name": "showLoading",
7463
7934
  "type": {
7464
- "text": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
7935
+ "text": "boolean"
7465
7936
  },
7466
- "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
7937
+ "description": "Dropdown - enable loading infotext and spinner",
7467
7938
  "resolvedValue": {
7468
- "name": "placement",
7469
- "type": "PlacementVerticalType",
7470
- "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
7471
- "resolvedType": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
7939
+ "name": "showLoading",
7940
+ "type": "boolean",
7941
+ "comment": "Dropdown - enable loading infotext and spinner",
7942
+ "resolvedType": "boolean"
7472
7943
  }
7473
7944
  },
7474
7945
  {
7475
7946
  "kind": "field",
7476
- "name": "searchFilter",
7947
+ "name": "multiple",
7477
7948
  "type": {
7478
- "text": "functiontype"
7949
+ "text": "boolean | string"
7479
7950
  },
7480
- "description": "Optional: Change the filter function for the search input",
7951
+ "description": "Enables CustomSelect",
7481
7952
  "resolvedValue": {
7482
- "name": "searchFilter",
7483
- "type": "functiontype",
7484
- "comment": "Optional: Change the filter function for the search input",
7485
- "resolvedType": "functiontype"
7953
+ "name": "multiple",
7954
+ "type": {
7955
+ "values": [
7956
+ "boolean",
7957
+ "string"
7958
+ ],
7959
+ "type": "literal"
7960
+ },
7961
+ "comment": "Enables CustomSelect",
7962
+ "resolvedType": "boolean | string"
7486
7963
  }
7487
7964
  },
7488
7965
  {
7489
7966
  "kind": "field",
7490
- "name": "className",
7967
+ "name": "showSelectAll",
7491
7968
  "type": {
7492
- "text": "string"
7969
+ "text": "boolean"
7493
7970
  },
7494
- "description": "React specific for adding className to the component.",
7971
+ "description": "Forces select all checkbox (only for multiple).",
7495
7972
  "resolvedValue": {
7496
- "name": "className",
7497
- "type": "string",
7498
- "comment": "React specific for adding className to the component.",
7499
- "resolvedType": "string"
7973
+ "name": "showSelectAll",
7974
+ "type": "boolean",
7975
+ "comment": "Forces select all checkbox (only for multiple).",
7976
+ "resolvedType": "boolean"
7500
7977
  }
7501
7978
  },
7502
7979
  {
7503
7980
  "kind": "field",
7504
- "name": "formFieldWidth",
7981
+ "name": "showSearch",
7505
7982
  "type": {
7506
- "text": "\"full\" | \"auto\" | string"
7983
+ "text": "boolean"
7507
7984
  },
7508
- "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
7985
+ "description": "Forces search in header.",
7509
7986
  "resolvedValue": {
7510
- "name": "formFieldWidth",
7511
- "type": {
7512
- "values": [
7513
- "WidthType",
7514
- "string"
7515
- ],
7516
- "type": "union"
7517
- },
7518
- "comment": "Width of the component. Auto width based on children size, full width based on parent elements width.",
7519
- "resolvedType": "\"full\" | \"auto\" | string"
7987
+ "name": "showSearch",
7988
+ "type": "boolean",
7989
+ "comment": "Forces search in header.",
7990
+ "resolvedType": "boolean"
7520
7991
  }
7521
7992
  },
7522
7993
  {
7523
7994
  "kind": "field",
7524
- "name": "variant",
7995
+ "name": "values",
7525
7996
  "type": {
7526
- "text": "\"above\" | \"floating\""
7997
+ "text": "string[]"
7527
7998
  },
7528
- "description": "Change the variant of the label to float or hidden",
7999
+ "description": "Initial value for multi select",
8000
+ "resolvedValue": {
8001
+ "name": "values",
8002
+ "type": "string[]",
8003
+ "comment": "Initial value for multi select",
8004
+ "resolvedType": "string[]"
8005
+ }
8006
+ },
8007
+ {
8008
+ "kind": "field",
8009
+ "name": "validation",
8010
+ "type": {
8011
+ "text": "\"invalid\" | \"valid\" | \"no-validation\""
8012
+ },
8013
+ "description": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
8014
+ "resolvedValue": {
8015
+ "name": "validation",
8016
+ "type": "ValidationType",
8017
+ "comment": "Marks an input element as invalid (red) / valid (green) / no-validation (grey). Overwrites the :user-valid selector.",
8018
+ "resolvedType": "\"invalid\" | \"valid\" | \"no-validation\""
8019
+ }
8020
+ },
8021
+ {
8022
+ "kind": "field",
8023
+ "name": "options",
8024
+ "type": {
8025
+ "text": "CustomSelectOptionType[]"
8026
+ },
8027
+ "description": "You should pass in the options as an array.",
8028
+ "resolvedValue": {
8029
+ "name": "options",
8030
+ "type": "CustomSelectOptionType[]",
8031
+ "comment": "You should pass in the options as an array.",
8032
+ "resolvedType": "CustomSelectOptionType[]"
8033
+ }
8034
+ },
8035
+ {
8036
+ "kind": "field",
8037
+ "name": "searchValue",
8038
+ "type": {
8039
+ "text": "string"
8040
+ },
8041
+ "description": "Optional: Prefill the value of the search input",
8042
+ "resolvedValue": {
8043
+ "name": "searchValue",
8044
+ "type": "string",
8045
+ "comment": "Optional: Prefill the value of the search input",
8046
+ "resolvedType": "string"
8047
+ }
8048
+ },
8049
+ {
8050
+ "kind": "field",
8051
+ "name": "selectedLabels",
8052
+ "type": {
8053
+ "text": "string"
8054
+ },
8055
+ "description": "Optional: If you want to show a custom label for the selected values.\nYou need to define the empty state as well based on selected options.",
8056
+ "resolvedValue": {
8057
+ "name": "selectedLabels",
8058
+ "type": "string",
8059
+ "comment": "Optional: If you want to show a custom label for the selected values.\nYou need to define the empty state as well based on selected options.",
8060
+ "resolvedType": "string"
8061
+ }
8062
+ },
8063
+ {
8064
+ "kind": "field",
8065
+ "name": "transformSelectedLabels",
8066
+ "type": {
8067
+ "text": "functiontype"
8068
+ },
8069
+ "description": "Optional: If you want to show a custom label based on the selected options.",
8070
+ "resolvedValue": {
8071
+ "name": "transformSelectedLabels",
8072
+ "type": "functiontype",
8073
+ "comment": "Optional: If you want to show a custom label based on the selected options.",
8074
+ "resolvedType": "functiontype"
8075
+ }
8076
+ },
8077
+ {
8078
+ "kind": "field",
8079
+ "name": "selectedType",
8080
+ "type": {
8081
+ "text": "\"amount\" | \"text\" | \"tag\""
8082
+ },
8083
+ "description": "Change the selected type for values shown in multi select",
8084
+ "resolvedValue": {
8085
+ "name": "selectedType",
8086
+ "type": "SelectedTypeType",
8087
+ "comment": "Change the selected type for values shown in multi select",
8088
+ "resolvedType": "\"amount\" | \"text\" | \"tag\""
8089
+ }
8090
+ },
8091
+ {
8092
+ "kind": "field",
8093
+ "name": "amountText",
8094
+ "type": {
8095
+ "text": "string"
8096
+ },
8097
+ "description": "Optional: if select-type=\"amount\" change the shown text",
8098
+ "resolvedValue": {
8099
+ "name": "amountText",
8100
+ "type": "string",
8101
+ "comment": "Optional: if select-type=\"amount\" change the shown text",
8102
+ "resolvedType": "string"
8103
+ }
8104
+ },
8105
+ {
8106
+ "kind": "field",
8107
+ "name": "validMessage",
8108
+ "type": {
8109
+ "text": "string"
8110
+ },
8111
+ "description": "Helper message for valid form components",
8112
+ "resolvedValue": {
8113
+ "name": "validMessage",
8114
+ "type": "string",
8115
+ "comment": "Helper message for valid form components",
8116
+ "resolvedType": "string"
8117
+ }
8118
+ },
8119
+ {
8120
+ "kind": "field",
8121
+ "name": "required",
8122
+ "type": {
8123
+ "text": "boolean | string"
8124
+ },
8125
+ "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`).",
8126
+ "resolvedValue": {
8127
+ "name": "required",
8128
+ "type": {
8129
+ "values": [
8130
+ "boolean",
8131
+ "string"
8132
+ ],
8133
+ "type": "literal"
8134
+ },
8135
+ "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`).",
8136
+ "resolvedType": "boolean | string"
8137
+ }
8138
+ },
8139
+ {
8140
+ "kind": "field",
8141
+ "name": "selectAllLabel",
8142
+ "type": {
8143
+ "text": "string"
8144
+ },
8145
+ "description": "Select all checkbox label",
8146
+ "resolvedValue": {
8147
+ "name": "selectAllLabel",
8148
+ "type": "string",
8149
+ "comment": "Select all checkbox label",
8150
+ "resolvedType": "string"
8151
+ }
8152
+ },
8153
+ {
8154
+ "kind": "field",
8155
+ "name": "removeTagsTexts",
8156
+ "type": {
8157
+ "text": "string[]"
8158
+ },
8159
+ "description": "Optional: if you use selectedType=tag and options, you need to set the removeTagsTexts for screen reader users",
8160
+ "resolvedValue": {
8161
+ "name": "removeTagsTexts",
8162
+ "type": "string[]",
8163
+ "comment": "Optional: if you use selectedType=tag and options, you need to set the removeTagsTexts for screen reader users",
8164
+ "resolvedType": "string[]"
8165
+ }
8166
+ },
8167
+ {
8168
+ "kind": "field",
8169
+ "name": "placement",
8170
+ "type": {
8171
+ "text": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
8172
+ },
8173
+ "description": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
8174
+ "resolvedValue": {
8175
+ "name": "placement",
8176
+ "type": "PlacementVerticalType",
8177
+ "comment": "The `placement` attributes values change the position to absolute and adds a transform based on the placement.",
8178
+ "resolvedType": "\"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\""
8179
+ }
8180
+ },
8181
+ {
8182
+ "kind": "field",
8183
+ "name": "searchFilter",
8184
+ "type": {
8185
+ "text": "functiontype"
8186
+ },
8187
+ "description": "Optional: Change the filter function for the search input",
8188
+ "resolvedValue": {
8189
+ "name": "searchFilter",
8190
+ "type": "functiontype",
8191
+ "comment": "Optional: Change the filter function for the search input",
8192
+ "resolvedType": "functiontype"
8193
+ }
8194
+ },
8195
+ {
8196
+ "kind": "field",
8197
+ "name": "className",
8198
+ "type": {
8199
+ "text": "string"
8200
+ },
8201
+ "description": "React specific for adding className to the component.",
8202
+ "resolvedValue": {
8203
+ "name": "className",
8204
+ "type": "string",
8205
+ "comment": "React specific for adding className to the component.",
8206
+ "resolvedType": "string"
8207
+ }
8208
+ },
8209
+ {
8210
+ "kind": "field",
8211
+ "name": "formFieldWidth",
8212
+ "type": {
8213
+ "text": "\"full\" | \"auto\" | string"
8214
+ },
8215
+ "description": "Width of the component. Auto width based on children size, full width based on parent elements width.",
8216
+ "resolvedValue": {
8217
+ "name": "formFieldWidth",
8218
+ "type": {
8219
+ "values": [
8220
+ "WidthType",
8221
+ "string"
8222
+ ],
8223
+ "type": "union"
8224
+ },
8225
+ "comment": "Width of the component. Auto width based on children size, full width based on parent elements width.",
8226
+ "resolvedType": "\"full\" | \"auto\" | string"
8227
+ }
8228
+ },
8229
+ {
8230
+ "kind": "field",
8231
+ "name": "variant",
8232
+ "type": {
8233
+ "text": "\"above\" | \"floating\""
8234
+ },
8235
+ "description": "Change the variant of the label to float or hidden",
7529
8236
  "resolvedValue": {
7530
8237
  "name": "variant",
7531
8238
  "type": "LabelVariantType",
@@ -7761,29 +8468,29 @@
7761
8468
  },
7762
8469
  {
7763
8470
  "kind": "field",
7764
- "name": "loadingText",
8471
+ "name": "noResultsText",
7765
8472
  "type": {
7766
8473
  "text": "string"
7767
8474
  },
7768
- "description": "Dropdown - hint if data has to be loaded",
8475
+ "description": "Dropdown - hint if there are no options",
7769
8476
  "resolvedValue": {
7770
- "name": "loadingText",
8477
+ "name": "noResultsText",
7771
8478
  "type": "string",
7772
- "comment": "Dropdown - hint if data has to be loaded",
8479
+ "comment": "Dropdown - hint if there are no options",
7773
8480
  "resolvedType": "string"
7774
8481
  }
7775
8482
  },
7776
8483
  {
7777
8484
  "kind": "field",
7778
- "name": "noResultsText",
8485
+ "name": "loadingText",
7779
8486
  "type": {
7780
8487
  "text": "string"
7781
8488
  },
7782
- "description": "Dropdown - hint if there are no options",
8489
+ "description": "Dropdown - hint if data has to be loaded",
7783
8490
  "resolvedValue": {
7784
- "name": "noResultsText",
8491
+ "name": "loadingText",
7785
8492
  "type": "string",
7786
- "comment": "Dropdown - hint if there are no options",
8493
+ "comment": "Dropdown - hint if data has to be loaded",
7787
8494
  "resolvedType": "string"
7788
8495
  }
7789
8496
  },
@@ -9114,30 +9821,30 @@
9114
9821
  }
9115
9822
  },
9116
9823
  {
9117
- "name": "loading-text",
9118
- "fieldName": "loadingText",
9824
+ "name": "no-results-text",
9825
+ "fieldName": "noResultsText",
9119
9826
  "type": {
9120
9827
  "text": "string"
9121
9828
  },
9122
- "description": "Dropdown - hint if data has to be loaded",
9829
+ "description": "Dropdown - hint if there are no options",
9123
9830
  "resolvedValue": {
9124
- "name": "loadingText",
9831
+ "name": "noResultsText",
9125
9832
  "type": "string",
9126
- "comment": "Dropdown - hint if data has to be loaded",
9833
+ "comment": "Dropdown - hint if there are no options",
9127
9834
  "resolvedType": "string"
9128
9835
  }
9129
9836
  },
9130
9837
  {
9131
- "name": "no-results-text",
9132
- "fieldName": "noResultsText",
9838
+ "name": "loading-text",
9839
+ "fieldName": "loadingText",
9133
9840
  "type": {
9134
9841
  "text": "string"
9135
9842
  },
9136
- "description": "Dropdown - hint if there are no options",
9843
+ "description": "Dropdown - hint if data has to be loaded",
9137
9844
  "resolvedValue": {
9138
- "name": "noResultsText",
9845
+ "name": "loadingText",
9139
9846
  "type": "string",
9140
- "comment": "Dropdown - hint if there are no options",
9847
+ "comment": "Dropdown - hint if data has to be loaded",
9141
9848
  "resolvedType": "string"
9142
9849
  }
9143
9850
  },
@@ -12150,20 +12857,6 @@
12150
12857
  "resolvedType": "string"
12151
12858
  }
12152
12859
  },
12153
- {
12154
- "kind": "field",
12155
- "name": "ariaLive",
12156
- "type": {
12157
- "text": "\"assertive\" | \"polite\" | \"off\""
12158
- },
12159
- "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12160
- "resolvedValue": {
12161
- "name": "ariaLive",
12162
- "type": "NotificationAriaLiveType",
12163
- "comment": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12164
- "resolvedType": "\"assertive\" | \"polite\" | \"off\""
12165
- }
12166
- },
12167
12860
  {
12168
12861
  "kind": "field",
12169
12862
  "name": "semantic",
@@ -12178,6 +12871,34 @@
12178
12871
  "resolvedType": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
12179
12872
  }
12180
12873
  },
12874
+ {
12875
+ "kind": "field",
12876
+ "name": "role",
12877
+ "type": {
12878
+ "text": "string"
12879
+ },
12880
+ "description": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
12881
+ "resolvedValue": {
12882
+ "name": "role",
12883
+ "type": "string",
12884
+ "comment": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
12885
+ "resolvedType": "string"
12886
+ }
12887
+ },
12888
+ {
12889
+ "kind": "field",
12890
+ "name": "ariaLive",
12891
+ "type": {
12892
+ "text": "\"assertive\" | \"polite\" | \"off\""
12893
+ },
12894
+ "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12895
+ "resolvedValue": {
12896
+ "name": "ariaLive",
12897
+ "type": "NotificationAriaLiveType",
12898
+ "comment": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12899
+ "resolvedType": "\"assertive\" | \"polite\" | \"off\""
12900
+ }
12901
+ },
12181
12902
  {
12182
12903
  "kind": "field",
12183
12904
  "name": "variant",
@@ -12445,20 +13166,6 @@
12445
13166
  "resolvedType": "string"
12446
13167
  }
12447
13168
  },
12448
- {
12449
- "name": "aria-live",
12450
- "fieldName": "ariaLive",
12451
- "type": {
12452
- "text": "\"assertive\" | \"polite\" | \"off\""
12453
- },
12454
- "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12455
- "resolvedValue": {
12456
- "name": "ariaLive",
12457
- "type": "NotificationAriaLiveType",
12458
- "comment": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
12459
- "resolvedType": "\"assertive\" | \"polite\" | \"off\""
12460
- }
12461
- },
12462
13169
  {
12463
13170
  "name": "semantic",
12464
13171
  "fieldName": "semantic",
@@ -12473,6 +13180,34 @@
12473
13180
  "resolvedType": "\"adaptive\" | \"neutral\" | \"critical\" | \"informational\" | \"warning\" | \"successful\""
12474
13181
  }
12475
13182
  },
13183
+ {
13184
+ "name": "role",
13185
+ "fieldName": "role",
13186
+ "type": {
13187
+ "text": "string"
13188
+ },
13189
+ "description": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
13190
+ "resolvedValue": {
13191
+ "name": "role",
13192
+ "type": "string",
13193
+ "comment": "Sets aria role based on [`aria-role`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles).",
13194
+ "resolvedType": "string"
13195
+ }
13196
+ },
13197
+ {
13198
+ "name": "aria-live",
13199
+ "fieldName": "ariaLive",
13200
+ "type": {
13201
+ "text": "\"assertive\" | \"polite\" | \"off\""
13202
+ },
13203
+ "description": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
13204
+ "resolvedValue": {
13205
+ "name": "ariaLive",
13206
+ "type": "NotificationAriaLiveType",
13207
+ "comment": "The arialive attribute will lead to that the screenreader interrupts immediately\nand reads out the notification if set to \"assertive\", while it will wait for the\nuser's idleness when set to \"polite\", compare to [aria-live](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live)",
13208
+ "resolvedType": "\"assertive\" | \"polite\" | \"off\""
13209
+ }
13210
+ },
12476
13211
  {
12477
13212
  "name": "variant",
12478
13213
  "fieldName": "variant",
@@ -13087,9 +13822,7 @@
13087
13822
  {
13088
13823
  "kind": "field",
13089
13824
  "name": "animation",
13090
- "type": {
13091
- "text": "boolean | string"
13092
- },
13825
+ "type": {},
13093
13826
  "description": "Disable animation",
13094
13827
  "resolvedValue": {
13095
13828
  "name": "animation",
@@ -13100,8 +13833,7 @@
13100
13833
  ],
13101
13834
  "type": "literal"
13102
13835
  },
13103
- "comment": "Disable animation",
13104
- "resolvedType": "boolean | string"
13836
+ "comment": "Disable animation"
13105
13837
  }
13106
13838
  },
13107
13839
  {
@@ -13130,26 +13862,23 @@
13130
13862
  "type": {
13131
13863
  "text": "\"none\" | \"slow\" | \"fast\""
13132
13864
  },
13133
- "description": "Add a delay before showing the tooltip",
13865
+ "description": "Add a delay before showing the component",
13134
13866
  "resolvedValue": {
13135
13867
  "name": "delay",
13136
13868
  "type": "PopoverDelayType",
13137
- "comment": "Add a delay before showing the tooltip",
13869
+ "comment": "Add a delay before showing the component",
13138
13870
  "resolvedType": "\"none\" | \"slow\" | \"fast\""
13139
13871
  }
13140
13872
  },
13141
13873
  {
13142
13874
  "kind": "field",
13143
13875
  "name": "width",
13144
- "type": {
13145
- "text": "\"auto\" | \"fixed\""
13146
- },
13876
+ "type": {},
13147
13877
  "description": "Use fixed with for default max-width",
13148
13878
  "resolvedValue": {
13149
13879
  "name": "width",
13150
13880
  "type": "PopoverWidthType",
13151
- "comment": "Use fixed with for default max-width",
13152
- "resolvedType": "\"auto\" | \"fixed\""
13881
+ "comment": "Use fixed with for default max-width"
13153
13882
  }
13154
13883
  },
13155
13884
  {
@@ -13356,9 +14085,7 @@
13356
14085
  {
13357
14086
  "name": "animation",
13358
14087
  "fieldName": "animation",
13359
- "type": {
13360
- "text": "boolean | string"
13361
- },
14088
+ "type": {},
13362
14089
  "description": "Disable animation",
13363
14090
  "resolvedValue": {
13364
14091
  "name": "animation",
@@ -13369,8 +14096,7 @@
13369
14096
  ],
13370
14097
  "type": "literal"
13371
14098
  },
13372
- "comment": "Disable animation",
13373
- "resolvedType": "boolean | string"
14099
+ "comment": "Disable animation"
13374
14100
  }
13375
14101
  },
13376
14102
  {
@@ -13399,26 +14125,23 @@
13399
14125
  "type": {
13400
14126
  "text": "\"none\" | \"slow\" | \"fast\""
13401
14127
  },
13402
- "description": "Add a delay before showing the tooltip",
14128
+ "description": "Add a delay before showing the component",
13403
14129
  "resolvedValue": {
13404
14130
  "name": "delay",
13405
14131
  "type": "PopoverDelayType",
13406
- "comment": "Add a delay before showing the tooltip",
14132
+ "comment": "Add a delay before showing the component",
13407
14133
  "resolvedType": "\"none\" | \"slow\" | \"fast\""
13408
14134
  }
13409
14135
  },
13410
14136
  {
13411
14137
  "name": "width",
13412
14138
  "fieldName": "width",
13413
- "type": {
13414
- "text": "\"auto\" | \"fixed\""
13415
- },
14139
+ "type": {},
13416
14140
  "description": "Use fixed with for default max-width",
13417
14141
  "resolvedValue": {
13418
14142
  "name": "width",
13419
14143
  "type": "PopoverWidthType",
13420
- "comment": "Use fixed with for default max-width",
13421
- "resolvedType": "\"auto\" | \"fixed\""
14144
+ "comment": "Use fixed with for default max-width"
13422
14145
  }
13423
14146
  }
13424
14147
  ],
@@ -14400,20 +15123,6 @@
14400
15123
  "resolvedType": "boolean | string"
14401
15124
  }
14402
15125
  },
14403
- {
14404
- "kind": "field",
14405
- "name": "className",
14406
- "type": {
14407
- "text": "string"
14408
- },
14409
- "description": "React specific for adding className to the component.",
14410
- "resolvedValue": {
14411
- "name": "className",
14412
- "type": "string",
14413
- "comment": "React specific for adding className to the component.",
14414
- "resolvedType": "string"
14415
- }
14416
- },
14417
15126
  {
14418
15127
  "kind": "field",
14419
15128
  "name": "variant",
@@ -14428,6 +15137,34 @@
14428
15137
  "resolvedType": "\"above\" | \"floating\""
14429
15138
  }
14430
15139
  },
15140
+ {
15141
+ "kind": "field",
15142
+ "name": "showEmptyOption",
15143
+ "type": {
15144
+ "text": "boolean"
15145
+ },
15146
+ "description": "Controls whether the empty placeholder option is shown in the dropdown after the user's selection of another option.\nBy default, it is shown for non-required selects and hidden for required selects.\nSet to `true` to always show or `false` to always hide the empty option.\n\nNote: The empty option is only rendered when `variant === 'floating'` or a `placeholder` is set.\nSetting `showEmptyOption` alone has no effect if neither of these conditions is met.",
15147
+ "resolvedValue": {
15148
+ "name": "showEmptyOption",
15149
+ "type": "boolean",
15150
+ "comment": "Controls whether the empty placeholder option is shown in the dropdown after the user's selection of another option.\nBy default, it is shown for non-required selects and hidden for required selects.\nSet to `true` to always show or `false` to always hide the empty option.\n\nNote: The empty option is only rendered when `variant === 'floating'` or a `placeholder` is set.\nSetting `showEmptyOption` alone has no effect if neither of these conditions is met.",
15151
+ "resolvedType": "boolean"
15152
+ }
15153
+ },
15154
+ {
15155
+ "kind": "field",
15156
+ "name": "className",
15157
+ "type": {
15158
+ "text": "string"
15159
+ },
15160
+ "description": "React specific for adding className to the component.",
15161
+ "resolvedValue": {
15162
+ "name": "className",
15163
+ "type": "string",
15164
+ "comment": "React specific for adding className to the component.",
15165
+ "resolvedType": "string"
15166
+ }
15167
+ },
14431
15168
  {
14432
15169
  "kind": "field",
14433
15170
  "name": "showLabel",
@@ -14801,6 +15538,10 @@
14801
15538
  }
14802
15539
  ]
14803
15540
  },
15541
+ {
15542
+ "kind": "method",
15543
+ "name": "shouldShowEmptyOption"
15544
+ },
14804
15545
  {
14805
15546
  "kind": "method",
14806
15547
  "name": "enableAttributePassing",
@@ -14999,20 +15740,6 @@
14999
15740
  "resolvedType": "boolean | string"
15000
15741
  }
15001
15742
  },
15002
- {
15003
- "name": "classname",
15004
- "fieldName": "className",
15005
- "type": {
15006
- "text": "string"
15007
- },
15008
- "description": "React specific for adding className to the component.",
15009
- "resolvedValue": {
15010
- "name": "className",
15011
- "type": "string",
15012
- "comment": "React specific for adding className to the component.",
15013
- "resolvedType": "string"
15014
- }
15015
- },
15016
15743
  {
15017
15744
  "name": "variant",
15018
15745
  "fieldName": "variant",
@@ -15027,6 +15754,34 @@
15027
15754
  "resolvedType": "\"above\" | \"floating\""
15028
15755
  }
15029
15756
  },
15757
+ {
15758
+ "name": "show-empty-option",
15759
+ "fieldName": "showEmptyOption",
15760
+ "type": {
15761
+ "text": "boolean"
15762
+ },
15763
+ "description": "Controls whether the empty placeholder option is shown in the dropdown after the user's selection of another option.\nBy default, it is shown for non-required selects and hidden for required selects.\nSet to `true` to always show or `false` to always hide the empty option.\n\nNote: The empty option is only rendered when `variant === 'floating'` or a `placeholder` is set.\nSetting `showEmptyOption` alone has no effect if neither of these conditions is met.",
15764
+ "resolvedValue": {
15765
+ "name": "showEmptyOption",
15766
+ "type": "boolean",
15767
+ "comment": "Controls whether the empty placeholder option is shown in the dropdown after the user's selection of another option.\nBy default, it is shown for non-required selects and hidden for required selects.\nSet to `true` to always show or `false` to always hide the empty option.\n\nNote: The empty option is only rendered when `variant === 'floating'` or a `placeholder` is set.\nSetting `showEmptyOption` alone has no effect if neither of these conditions is met.",
15768
+ "resolvedType": "boolean"
15769
+ }
15770
+ },
15771
+ {
15772
+ "name": "classname",
15773
+ "fieldName": "className",
15774
+ "type": {
15775
+ "text": "string"
15776
+ },
15777
+ "description": "React specific for adding className to the component.",
15778
+ "resolvedValue": {
15779
+ "name": "className",
15780
+ "type": "string",
15781
+ "comment": "React specific for adding className to the component.",
15782
+ "resolvedType": "string"
15783
+ }
15784
+ },
15030
15785
  {
15031
15786
  "name": "show-label",
15032
15787
  "fieldName": "showLabel",
@@ -19468,11 +20223,909 @@
19468
20223
  "name": "label",
19469
20224
  "fieldName": "label",
19470
20225
  "type": {
19471
- "text": "any"
20226
+ "text": "any"
20227
+ }
20228
+ }
20229
+ ],
20230
+ "tagName": "card-wrapper-showcase",
20231
+ "events": [],
20232
+ "customElement": true
20233
+ }
20234
+ ],
20235
+ "exports": [
20236
+ {
20237
+ "kind": "js",
20238
+ "name": "CardWrapperShowcase",
20239
+ "declaration": {
20240
+ "name": "CardWrapperShowcase",
20241
+ "module": "src/shared/showcase/card-wrapper.showcase.tsx"
20242
+ }
20243
+ },
20244
+ {
20245
+ "kind": "custom-element-definition",
20246
+ "name": "card-wrapper-showcase",
20247
+ "declaration": {
20248
+ "name": "CardWrapperShowcase",
20249
+ "module": "src/shared/showcase/card-wrapper.showcase.tsx"
20250
+ }
20251
+ }
20252
+ ]
20253
+ },
20254
+ {
20255
+ "kind": "javascript-module",
20256
+ "path": "container-wrapper.showcase.tsx",
20257
+ "declarations": [
20258
+ {
20259
+ "kind": "class",
20260
+ "description": "",
20261
+ "name": "ContainerWrapperShowcase",
20262
+ "members": [
20263
+ {
20264
+ "kind": "field",
20265
+ "name": "_ref",
20266
+ "type": {
20267
+ "text": "HTMLElement"
20268
+ },
20269
+ "privacy": "private"
20270
+ },
20271
+ {
20272
+ "kind": "field",
20273
+ "name": "title",
20274
+ "type": {
20275
+ "text": "any"
20276
+ }
20277
+ },
20278
+ {
20279
+ "kind": "field",
20280
+ "name": "isSubComponent",
20281
+ "type": {
20282
+ "text": "any"
20283
+ }
20284
+ },
20285
+ {
20286
+ "kind": "field",
20287
+ "name": "isPatternhub",
20288
+ "type": {
20289
+ "text": "any"
20290
+ }
20291
+ },
20292
+ {
20293
+ "kind": "field",
20294
+ "name": "hidden",
20295
+ "type": {
20296
+ "text": "boolean"
20297
+ },
20298
+ "default": "false"
20299
+ },
20300
+ {
20301
+ "kind": "field",
20302
+ "name": "getSourceFilePath",
20303
+ "default": "function getSourceFilePath(): string | undefined { if (!this.title) return; const componentName = this.title ?.replace(/^DB/, \"\") .replaceAll(/([A-Z])/g, (match, letter, index) => index > 0 ? `-${letter.toLowerCase()}` : letter.toLowerCase() ); if (componentName && /^[a-z]+(-[a-z]+)*$/.test(componentName)) { return `packages/components/src/components/${componentName}/${componentName}.lite.tsx`; } return; }"
20304
+ },
20305
+ {
20306
+ "kind": "field",
20307
+ "name": "getGitHubSourceUrl",
20308
+ "default": "function getGitHubSourceUrl(): string | undefined { const filePath = this.getSourceFilePath(); if (!filePath) return; const targetBranch = process.env[\"GITHUB_BRANCH\"] ?? process.env[\"BRANCH_NAME\"] ?? \"main\"; return `https://github.com/db-ux-design-system/core-web/blob/${targetBranch}/${filePath}`; }"
20309
+ },
20310
+ {
20311
+ "kind": "method",
20312
+ "name": "enableAttributePassing",
20313
+ "privacy": "private",
20314
+ "parameters": [
20315
+ {
20316
+ "name": "element",
20317
+ "type": {
20318
+ "text": "HTMLElement | null"
20319
+ },
20320
+ "description": "the ref for the component"
20321
+ },
20322
+ {
20323
+ "name": "customElementSelector",
20324
+ "type": {
20325
+ "text": "string"
20326
+ },
20327
+ "description": "the custom element like `my-component`"
20328
+ }
20329
+ ],
20330
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20331
+ },
20332
+ {
20333
+ "kind": "method",
20334
+ "name": "render"
20335
+ }
20336
+ ],
20337
+ "attributes": [
20338
+ {
20339
+ "name": "title",
20340
+ "fieldName": "title",
20341
+ "type": {
20342
+ "text": "any"
20343
+ }
20344
+ },
20345
+ {
20346
+ "name": "is-sub-component",
20347
+ "fieldName": "isSubComponent",
20348
+ "type": {
20349
+ "text": "any"
20350
+ }
20351
+ },
20352
+ {
20353
+ "name": "is-patternhub",
20354
+ "fieldName": "isPatternhub",
20355
+ "type": {
20356
+ "text": "any"
20357
+ }
20358
+ }
20359
+ ],
20360
+ "tagName": "container-wrapper-showcase",
20361
+ "events": [],
20362
+ "customElement": true
20363
+ }
20364
+ ],
20365
+ "exports": [
20366
+ {
20367
+ "kind": "js",
20368
+ "name": "ContainerWrapperShowcase",
20369
+ "declaration": {
20370
+ "name": "ContainerWrapperShowcase",
20371
+ "module": "src/shared/showcase/container-wrapper.showcase.tsx"
20372
+ }
20373
+ },
20374
+ {
20375
+ "kind": "custom-element-definition",
20376
+ "name": "container-wrapper-showcase",
20377
+ "declaration": {
20378
+ "name": "ContainerWrapperShowcase",
20379
+ "module": "src/shared/showcase/container-wrapper.showcase.tsx"
20380
+ }
20381
+ }
20382
+ ]
20383
+ },
20384
+ {
20385
+ "kind": "javascript-module",
20386
+ "path": "link-wrapper.showcase.tsx",
20387
+ "declarations": [
20388
+ {
20389
+ "kind": "class",
20390
+ "description": "",
20391
+ "name": "LinkWrapperShowcase",
20392
+ "members": [
20393
+ {
20394
+ "kind": "field",
20395
+ "name": "exampleName",
20396
+ "type": {
20397
+ "text": "any"
20398
+ }
20399
+ },
20400
+ {
20401
+ "kind": "field",
20402
+ "name": "pageParam",
20403
+ "type": {
20404
+ "text": "null"
20405
+ },
20406
+ "default": "null"
20407
+ },
20408
+ {
20409
+ "kind": "field",
20410
+ "name": "getPage",
20411
+ "default": "function getPage(): string | undefined { return this.exampleName?.replaceAll(\" \", \"+\").toLowerCase(); }"
20412
+ },
20413
+ {
20414
+ "kind": "field",
20415
+ "name": "getHref",
20416
+ "default": "function getHref(): string { if (typeof window !== \"undefined\") { const hash = window.location.hash; const basePath = hash.includes(\"?\") ? hash.split(\"?\")[0] : hash; return `${basePath}?page=${this.getPage()}`; } return \"\"; }"
20417
+ },
20418
+ {
20419
+ "kind": "method",
20420
+ "name": "render"
20421
+ }
20422
+ ],
20423
+ "attributes": [
20424
+ {
20425
+ "name": "example-name",
20426
+ "fieldName": "exampleName",
20427
+ "type": {
20428
+ "text": "any"
20429
+ }
20430
+ }
20431
+ ],
20432
+ "tagName": "link-wrapper-showcase",
20433
+ "events": [],
20434
+ "customElement": true
20435
+ }
20436
+ ],
20437
+ "exports": [
20438
+ {
20439
+ "kind": "js",
20440
+ "name": "LinkWrapperShowcase",
20441
+ "declaration": {
20442
+ "name": "LinkWrapperShowcase",
20443
+ "module": "src/shared/showcase/link-wrapper.showcase.tsx"
20444
+ }
20445
+ },
20446
+ {
20447
+ "kind": "custom-element-definition",
20448
+ "name": "link-wrapper-showcase",
20449
+ "declaration": {
20450
+ "name": "LinkWrapperShowcase",
20451
+ "module": "src/shared/showcase/link-wrapper.showcase.tsx"
20452
+ }
20453
+ }
20454
+ ]
20455
+ },
20456
+ {
20457
+ "kind": "javascript-module",
20458
+ "path": "density.example.tsx",
20459
+ "declarations": [
20460
+ {
20461
+ "kind": "class",
20462
+ "description": "",
20463
+ "name": "ButtonDensity",
20464
+ "members": [
20465
+ {
20466
+ "kind": "field",
20467
+ "name": "_ref",
20468
+ "type": {
20469
+ "text": "HTMLElement"
20470
+ },
20471
+ "privacy": "private"
20472
+ },
20473
+ {
20474
+ "kind": "method",
20475
+ "name": "enableAttributePassing",
20476
+ "privacy": "private",
20477
+ "parameters": [
20478
+ {
20479
+ "name": "element",
20480
+ "type": {
20481
+ "text": "HTMLElement | null"
20482
+ },
20483
+ "description": "the ref for the component"
20484
+ },
20485
+ {
20486
+ "name": "customElementSelector",
20487
+ "type": {
20488
+ "text": "string"
20489
+ },
20490
+ "description": "the custom element like `my-component`"
20491
+ }
20492
+ ],
20493
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20494
+ },
20495
+ {
20496
+ "kind": "method",
20497
+ "name": "render"
20498
+ }
20499
+ ],
20500
+ "tagName": "button-density",
20501
+ "events": [],
20502
+ "customElement": true
20503
+ }
20504
+ ],
20505
+ "exports": [
20506
+ {
20507
+ "kind": "js",
20508
+ "name": "ButtonDensity",
20509
+ "declaration": {
20510
+ "name": "ButtonDensity",
20511
+ "module": "src/components/button/examples/density.example.tsx"
20512
+ }
20513
+ },
20514
+ {
20515
+ "kind": "custom-element-definition",
20516
+ "name": "button-density",
20517
+ "declaration": {
20518
+ "name": "ButtonDensity",
20519
+ "module": "src/components/button/examples/density.example.tsx"
20520
+ }
20521
+ }
20522
+ ]
20523
+ },
20524
+ {
20525
+ "kind": "javascript-module",
20526
+ "path": "disabled.example.tsx",
20527
+ "declarations": [
20528
+ {
20529
+ "kind": "class",
20530
+ "description": "",
20531
+ "name": "ButtonDisabled",
20532
+ "members": [
20533
+ {
20534
+ "kind": "field",
20535
+ "name": "_ref",
20536
+ "type": {
20537
+ "text": "HTMLElement"
20538
+ },
20539
+ "privacy": "private"
20540
+ },
20541
+ {
20542
+ "kind": "method",
20543
+ "name": "enableAttributePassing",
20544
+ "privacy": "private",
20545
+ "parameters": [
20546
+ {
20547
+ "name": "element",
20548
+ "type": {
20549
+ "text": "HTMLElement | null"
20550
+ },
20551
+ "description": "the ref for the component"
20552
+ },
20553
+ {
20554
+ "name": "customElementSelector",
20555
+ "type": {
20556
+ "text": "string"
20557
+ },
20558
+ "description": "the custom element like `my-component`"
20559
+ }
20560
+ ],
20561
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20562
+ },
20563
+ {
20564
+ "kind": "method",
20565
+ "name": "render"
20566
+ }
20567
+ ],
20568
+ "tagName": "button-disabled",
20569
+ "events": [],
20570
+ "customElement": true
20571
+ }
20572
+ ],
20573
+ "exports": [
20574
+ {
20575
+ "kind": "js",
20576
+ "name": "ButtonDisabled",
20577
+ "declaration": {
20578
+ "name": "ButtonDisabled",
20579
+ "module": "src/components/button/examples/disabled.example.tsx"
20580
+ }
20581
+ },
20582
+ {
20583
+ "kind": "custom-element-definition",
20584
+ "name": "button-disabled",
20585
+ "declaration": {
20586
+ "name": "ButtonDisabled",
20587
+ "module": "src/components/button/examples/disabled.example.tsx"
20588
+ }
20589
+ }
20590
+ ]
20591
+ },
20592
+ {
20593
+ "kind": "javascript-module",
20594
+ "path": "multi-line-text.example.tsx",
20595
+ "declarations": [
20596
+ {
20597
+ "kind": "class",
20598
+ "description": "",
20599
+ "name": "ButtonMultiLineText",
20600
+ "members": [
20601
+ {
20602
+ "kind": "field",
20603
+ "name": "_ref",
20604
+ "type": {
20605
+ "text": "HTMLElement"
20606
+ },
20607
+ "privacy": "private"
20608
+ },
20609
+ {
20610
+ "kind": "method",
20611
+ "name": "enableAttributePassing",
20612
+ "privacy": "private",
20613
+ "parameters": [
20614
+ {
20615
+ "name": "element",
20616
+ "type": {
20617
+ "text": "HTMLElement | null"
20618
+ },
20619
+ "description": "the ref for the component"
20620
+ },
20621
+ {
20622
+ "name": "customElementSelector",
20623
+ "type": {
20624
+ "text": "string"
20625
+ },
20626
+ "description": "the custom element like `my-component`"
20627
+ }
20628
+ ],
20629
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20630
+ },
20631
+ {
20632
+ "kind": "method",
20633
+ "name": "render"
20634
+ }
20635
+ ],
20636
+ "tagName": "button-multi-line-text",
20637
+ "events": [],
20638
+ "customElement": true
20639
+ }
20640
+ ],
20641
+ "exports": [
20642
+ {
20643
+ "kind": "js",
20644
+ "name": "ButtonMultiLineText",
20645
+ "declaration": {
20646
+ "name": "ButtonMultiLineText",
20647
+ "module": "src/components/button/examples/multi-line-text.example.tsx"
20648
+ }
20649
+ },
20650
+ {
20651
+ "kind": "custom-element-definition",
20652
+ "name": "button-multi-line-text",
20653
+ "declaration": {
20654
+ "name": "ButtonMultiLineText",
20655
+ "module": "src/components/button/examples/multi-line-text.example.tsx"
20656
+ }
20657
+ }
20658
+ ]
20659
+ },
20660
+ {
20661
+ "kind": "javascript-module",
20662
+ "path": "no-text.example.tsx",
20663
+ "declarations": [
20664
+ {
20665
+ "kind": "class",
20666
+ "description": "",
20667
+ "name": "ButtonNoText",
20668
+ "members": [
20669
+ {
20670
+ "kind": "field",
20671
+ "name": "_ref",
20672
+ "type": {
20673
+ "text": "HTMLElement"
20674
+ },
20675
+ "privacy": "private"
20676
+ },
20677
+ {
20678
+ "kind": "method",
20679
+ "name": "enableAttributePassing",
20680
+ "privacy": "private",
20681
+ "parameters": [
20682
+ {
20683
+ "name": "element",
20684
+ "type": {
20685
+ "text": "HTMLElement | null"
20686
+ },
20687
+ "description": "the ref for the component"
20688
+ },
20689
+ {
20690
+ "name": "customElementSelector",
20691
+ "type": {
20692
+ "text": "string"
20693
+ },
20694
+ "description": "the custom element like `my-component`"
20695
+ }
20696
+ ],
20697
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20698
+ },
20699
+ {
20700
+ "kind": "method",
20701
+ "name": "render"
20702
+ }
20703
+ ],
20704
+ "tagName": "button-no-text",
20705
+ "events": [],
20706
+ "customElement": true
20707
+ }
20708
+ ],
20709
+ "exports": [
20710
+ {
20711
+ "kind": "js",
20712
+ "name": "ButtonNoText",
20713
+ "declaration": {
20714
+ "name": "ButtonNoText",
20715
+ "module": "src/components/button/examples/no-text.example.tsx"
20716
+ }
20717
+ },
20718
+ {
20719
+ "kind": "custom-element-definition",
20720
+ "name": "button-no-text",
20721
+ "declaration": {
20722
+ "name": "ButtonNoText",
20723
+ "module": "src/components/button/examples/no-text.example.tsx"
20724
+ }
20725
+ }
20726
+ ]
20727
+ },
20728
+ {
20729
+ "kind": "javascript-module",
20730
+ "path": "show-icon-leading.example.tsx",
20731
+ "declarations": [
20732
+ {
20733
+ "kind": "class",
20734
+ "description": "",
20735
+ "name": "ButtonShowIconLeading",
20736
+ "members": [
20737
+ {
20738
+ "kind": "field",
20739
+ "name": "_ref",
20740
+ "type": {
20741
+ "text": "HTMLElement"
20742
+ },
20743
+ "privacy": "private"
20744
+ },
20745
+ {
20746
+ "kind": "method",
20747
+ "name": "enableAttributePassing",
20748
+ "privacy": "private",
20749
+ "parameters": [
20750
+ {
20751
+ "name": "element",
20752
+ "type": {
20753
+ "text": "HTMLElement | null"
20754
+ },
20755
+ "description": "the ref for the component"
20756
+ },
20757
+ {
20758
+ "name": "customElementSelector",
20759
+ "type": {
20760
+ "text": "string"
20761
+ },
20762
+ "description": "the custom element like `my-component`"
20763
+ }
20764
+ ],
20765
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20766
+ },
20767
+ {
20768
+ "kind": "method",
20769
+ "name": "render"
20770
+ }
20771
+ ],
20772
+ "tagName": "button-show-icon-leading",
20773
+ "events": [],
20774
+ "customElement": true
20775
+ }
20776
+ ],
20777
+ "exports": [
20778
+ {
20779
+ "kind": "js",
20780
+ "name": "ButtonShowIconLeading",
20781
+ "declaration": {
20782
+ "name": "ButtonShowIconLeading",
20783
+ "module": "src/components/button/examples/show-icon-leading.example.tsx"
20784
+ }
20785
+ },
20786
+ {
20787
+ "kind": "custom-element-definition",
20788
+ "name": "button-show-icon-leading",
20789
+ "declaration": {
20790
+ "name": "ButtonShowIconLeading",
20791
+ "module": "src/components/button/examples/show-icon-leading.example.tsx"
20792
+ }
20793
+ }
20794
+ ]
20795
+ },
20796
+ {
20797
+ "kind": "javascript-module",
20798
+ "path": "show-icon-trailing.example.tsx",
20799
+ "declarations": [
20800
+ {
20801
+ "kind": "class",
20802
+ "description": "",
20803
+ "name": "ButtonShowIconTrailing",
20804
+ "members": [
20805
+ {
20806
+ "kind": "field",
20807
+ "name": "_ref",
20808
+ "type": {
20809
+ "text": "HTMLElement"
20810
+ },
20811
+ "privacy": "private"
20812
+ },
20813
+ {
20814
+ "kind": "method",
20815
+ "name": "enableAttributePassing",
20816
+ "privacy": "private",
20817
+ "parameters": [
20818
+ {
20819
+ "name": "element",
20820
+ "type": {
20821
+ "text": "HTMLElement | null"
20822
+ },
20823
+ "description": "the ref for the component"
20824
+ },
20825
+ {
20826
+ "name": "customElementSelector",
20827
+ "type": {
20828
+ "text": "string"
20829
+ },
20830
+ "description": "the custom element like `my-component`"
20831
+ }
20832
+ ],
20833
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20834
+ },
20835
+ {
20836
+ "kind": "method",
20837
+ "name": "render"
20838
+ }
20839
+ ],
20840
+ "tagName": "button-show-icon-trailing",
20841
+ "events": [],
20842
+ "customElement": true
20843
+ }
20844
+ ],
20845
+ "exports": [
20846
+ {
20847
+ "kind": "js",
20848
+ "name": "ButtonShowIconTrailing",
20849
+ "declaration": {
20850
+ "name": "ButtonShowIconTrailing",
20851
+ "module": "src/components/button/examples/show-icon-trailing.example.tsx"
20852
+ }
20853
+ },
20854
+ {
20855
+ "kind": "custom-element-definition",
20856
+ "name": "button-show-icon-trailing",
20857
+ "declaration": {
20858
+ "name": "ButtonShowIconTrailing",
20859
+ "module": "src/components/button/examples/show-icon-trailing.example.tsx"
20860
+ }
20861
+ }
20862
+ ]
20863
+ },
20864
+ {
20865
+ "kind": "javascript-module",
20866
+ "path": "size.example.tsx",
20867
+ "declarations": [
20868
+ {
20869
+ "kind": "class",
20870
+ "description": "",
20871
+ "name": "ButtonSize",
20872
+ "members": [
20873
+ {
20874
+ "kind": "field",
20875
+ "name": "_ref",
20876
+ "type": {
20877
+ "text": "HTMLElement"
20878
+ },
20879
+ "privacy": "private"
20880
+ },
20881
+ {
20882
+ "kind": "method",
20883
+ "name": "enableAttributePassing",
20884
+ "privacy": "private",
20885
+ "parameters": [
20886
+ {
20887
+ "name": "element",
20888
+ "type": {
20889
+ "text": "HTMLElement | null"
20890
+ },
20891
+ "description": "the ref for the component"
20892
+ },
20893
+ {
20894
+ "name": "customElementSelector",
20895
+ "type": {
20896
+ "text": "string"
20897
+ },
20898
+ "description": "the custom element like `my-component`"
20899
+ }
20900
+ ],
20901
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20902
+ },
20903
+ {
20904
+ "kind": "method",
20905
+ "name": "render"
20906
+ }
20907
+ ],
20908
+ "tagName": "button-size",
20909
+ "events": [],
20910
+ "customElement": true
20911
+ }
20912
+ ],
20913
+ "exports": [
20914
+ {
20915
+ "kind": "js",
20916
+ "name": "ButtonSize",
20917
+ "declaration": {
20918
+ "name": "ButtonSize",
20919
+ "module": "src/components/button/examples/size.example.tsx"
20920
+ }
20921
+ },
20922
+ {
20923
+ "kind": "custom-element-definition",
20924
+ "name": "button-size",
20925
+ "declaration": {
20926
+ "name": "ButtonSize",
20927
+ "module": "src/components/button/examples/size.example.tsx"
20928
+ }
20929
+ }
20930
+ ]
20931
+ },
20932
+ {
20933
+ "kind": "javascript-module",
20934
+ "path": "variant.example.tsx",
20935
+ "declarations": [
20936
+ {
20937
+ "kind": "class",
20938
+ "description": "",
20939
+ "name": "ButtonVariant",
20940
+ "members": [
20941
+ {
20942
+ "kind": "field",
20943
+ "name": "_ref",
20944
+ "type": {
20945
+ "text": "HTMLElement"
20946
+ },
20947
+ "privacy": "private"
20948
+ },
20949
+ {
20950
+ "kind": "method",
20951
+ "name": "enableAttributePassing",
20952
+ "privacy": "private",
20953
+ "parameters": [
20954
+ {
20955
+ "name": "element",
20956
+ "type": {
20957
+ "text": "HTMLElement | null"
20958
+ },
20959
+ "description": "the ref for the component"
20960
+ },
20961
+ {
20962
+ "name": "customElementSelector",
20963
+ "type": {
20964
+ "text": "string"
20965
+ },
20966
+ "description": "the custom element like `my-component`"
20967
+ }
20968
+ ],
20969
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
20970
+ },
20971
+ {
20972
+ "kind": "method",
20973
+ "name": "render"
20974
+ }
20975
+ ],
20976
+ "tagName": "button-variant",
20977
+ "events": [],
20978
+ "customElement": true
20979
+ }
20980
+ ],
20981
+ "exports": [
20982
+ {
20983
+ "kind": "js",
20984
+ "name": "ButtonVariant",
20985
+ "declaration": {
20986
+ "name": "ButtonVariant",
20987
+ "module": "src/components/button/examples/variant.example.tsx"
20988
+ }
20989
+ },
20990
+ {
20991
+ "kind": "custom-element-definition",
20992
+ "name": "button-variant",
20993
+ "declaration": {
20994
+ "name": "ButtonVariant",
20995
+ "module": "src/components/button/examples/variant.example.tsx"
20996
+ }
20997
+ }
20998
+ ]
20999
+ },
21000
+ {
21001
+ "kind": "javascript-module",
21002
+ "path": "width.example.tsx",
21003
+ "declarations": [
21004
+ {
21005
+ "kind": "class",
21006
+ "description": "",
21007
+ "name": "ButtonWidth",
21008
+ "members": [
21009
+ {
21010
+ "kind": "field",
21011
+ "name": "_ref",
21012
+ "type": {
21013
+ "text": "HTMLElement"
21014
+ },
21015
+ "privacy": "private"
21016
+ },
21017
+ {
21018
+ "kind": "method",
21019
+ "name": "enableAttributePassing",
21020
+ "privacy": "private",
21021
+ "parameters": [
21022
+ {
21023
+ "name": "element",
21024
+ "type": {
21025
+ "text": "HTMLElement | null"
21026
+ },
21027
+ "description": "the ref for the component"
21028
+ },
21029
+ {
21030
+ "name": "customElementSelector",
21031
+ "type": {
21032
+ "text": "string"
21033
+ },
21034
+ "description": "the custom element like `my-component`"
21035
+ }
21036
+ ],
21037
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
21038
+ },
21039
+ {
21040
+ "kind": "method",
21041
+ "name": "render"
21042
+ }
21043
+ ],
21044
+ "tagName": "button-width",
21045
+ "events": [],
21046
+ "customElement": true
21047
+ }
21048
+ ],
21049
+ "exports": [
21050
+ {
21051
+ "kind": "js",
21052
+ "name": "ButtonWidth",
21053
+ "declaration": {
21054
+ "name": "ButtonWidth",
21055
+ "module": "src/components/button/examples/width.example.tsx"
21056
+ }
21057
+ },
21058
+ {
21059
+ "kind": "custom-element-definition",
21060
+ "name": "button-width",
21061
+ "declaration": {
21062
+ "name": "ButtonWidth",
21063
+ "module": "src/components/button/examples/width.example.tsx"
21064
+ }
21065
+ }
21066
+ ]
21067
+ },
21068
+ {
21069
+ "kind": "javascript-module",
21070
+ "path": "button.showcase.tsx",
21071
+ "declarations": [
21072
+ {
21073
+ "kind": "class",
21074
+ "description": "",
21075
+ "name": "ButtonShowcase",
21076
+ "members": [
21077
+ {
21078
+ "kind": "field",
21079
+ "name": "_ref",
21080
+ "type": {
21081
+ "text": "HTMLElement"
21082
+ },
21083
+ "privacy": "private"
21084
+ },
21085
+ {
21086
+ "kind": "field",
21087
+ "name": "isPatternhub",
21088
+ "type": {
21089
+ "text": "PatternhubProps[\"isPatternhub\"]"
21090
+ }
21091
+ },
21092
+ {
21093
+ "kind": "method",
21094
+ "name": "enableAttributePassing",
21095
+ "privacy": "private",
21096
+ "parameters": [
21097
+ {
21098
+ "name": "element",
21099
+ "type": {
21100
+ "text": "HTMLElement | null"
21101
+ },
21102
+ "description": "the ref for the component"
21103
+ },
21104
+ {
21105
+ "name": "customElementSelector",
21106
+ "type": {
21107
+ "text": "string"
21108
+ },
21109
+ "description": "the custom element like `my-component`"
21110
+ }
21111
+ ],
21112
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
21113
+ },
21114
+ {
21115
+ "kind": "method",
21116
+ "name": "render"
21117
+ }
21118
+ ],
21119
+ "attributes": [
21120
+ {
21121
+ "name": "is-patternhub",
21122
+ "fieldName": "isPatternhub",
21123
+ "type": {
21124
+ "text": "PatternhubProps[\"isPatternhub\"]"
19472
21125
  }
19473
21126
  }
19474
21127
  ],
19475
- "tagName": "card-wrapper-showcase",
21128
+ "tagName": "button-showcase",
19476
21129
  "events": [],
19477
21130
  "customElement": true
19478
21131
  }
@@ -19480,30 +21133,30 @@
19480
21133
  "exports": [
19481
21134
  {
19482
21135
  "kind": "js",
19483
- "name": "CardWrapperShowcase",
21136
+ "name": "ButtonShowcase",
19484
21137
  "declaration": {
19485
- "name": "CardWrapperShowcase",
19486
- "module": "src/shared/showcase/card-wrapper.showcase.tsx"
21138
+ "name": "ButtonShowcase",
21139
+ "module": "src/components/button/showcase/button.showcase.tsx"
19487
21140
  }
19488
21141
  },
19489
21142
  {
19490
21143
  "kind": "custom-element-definition",
19491
- "name": "card-wrapper-showcase",
21144
+ "name": "button-showcase",
19492
21145
  "declaration": {
19493
- "name": "CardWrapperShowcase",
19494
- "module": "src/shared/showcase/card-wrapper.showcase.tsx"
21146
+ "name": "ButtonShowcase",
21147
+ "module": "src/components/button/showcase/button.showcase.tsx"
19495
21148
  }
19496
21149
  }
19497
21150
  ]
19498
21151
  },
19499
21152
  {
19500
21153
  "kind": "javascript-module",
19501
- "path": "container-wrapper.showcase.tsx",
21154
+ "path": "button.example.tsx",
19502
21155
  "declarations": [
19503
21156
  {
19504
21157
  "kind": "class",
19505
21158
  "description": "",
19506
- "name": "ContainerWrapperShowcase",
21159
+ "name": "LoadingIndicatorButton",
19507
21160
  "members": [
19508
21161
  {
19509
21162
  "kind": "field",
@@ -19513,45 +21166,6 @@
19513
21166
  },
19514
21167
  "privacy": "private"
19515
21168
  },
19516
- {
19517
- "kind": "field",
19518
- "name": "title",
19519
- "type": {
19520
- "text": "any"
19521
- }
19522
- },
19523
- {
19524
- "kind": "field",
19525
- "name": "isSubComponent",
19526
- "type": {
19527
- "text": "any"
19528
- }
19529
- },
19530
- {
19531
- "kind": "field",
19532
- "name": "isPatternhub",
19533
- "type": {
19534
- "text": "any"
19535
- }
19536
- },
19537
- {
19538
- "kind": "field",
19539
- "name": "hidden",
19540
- "type": {
19541
- "text": "boolean"
19542
- },
19543
- "default": "false"
19544
- },
19545
- {
19546
- "kind": "field",
19547
- "name": "getSourceFilePath",
19548
- "default": "function getSourceFilePath(): string | undefined { if (!this.title) return; const componentName = this.title ?.replace(/^DB/, \"\") .replaceAll(/([A-Z])/g, (match, letter, index) => index > 0 ? `-${letter.toLowerCase()}` : letter.toLowerCase() ); if (componentName && /^[a-z]+(-[a-z]+)*$/.test(componentName)) { return `packages/components/src/components/${componentName}/${componentName}.lite.tsx`; } return; }"
19549
- },
19550
- {
19551
- "kind": "field",
19552
- "name": "getGitHubSourceUrl",
19553
- "default": "function getGitHubSourceUrl(): string | undefined { const filePath = this.getSourceFilePath(); if (!filePath) return; const targetBranch = process.env[\"GITHUB_BRANCH\"] ?? process.env[\"BRANCH_NAME\"] ?? \"main\"; return `https://github.com/db-ux-design-system/core-web/blob/${targetBranch}/${filePath}`; }"
19554
- },
19555
21169
  {
19556
21170
  "kind": "method",
19557
21171
  "name": "enableAttributePassing",
@@ -19579,30 +21193,7 @@
19579
21193
  "name": "render"
19580
21194
  }
19581
21195
  ],
19582
- "attributes": [
19583
- {
19584
- "name": "title",
19585
- "fieldName": "title",
19586
- "type": {
19587
- "text": "any"
19588
- }
19589
- },
19590
- {
19591
- "name": "is-sub-component",
19592
- "fieldName": "isSubComponent",
19593
- "type": {
19594
- "text": "any"
19595
- }
19596
- },
19597
- {
19598
- "name": "is-patternhub",
19599
- "fieldName": "isPatternhub",
19600
- "type": {
19601
- "text": "any"
19602
- }
19603
- }
19604
- ],
19605
- "tagName": "container-wrapper-showcase",
21196
+ "tagName": "loading-indicator-button",
19606
21197
  "events": [],
19607
21198
  "customElement": true
19608
21199
  }
@@ -19610,71 +21201,67 @@
19610
21201
  "exports": [
19611
21202
  {
19612
21203
  "kind": "js",
19613
- "name": "ContainerWrapperShowcase",
21204
+ "name": "LoadingIndicatorButton",
19614
21205
  "declaration": {
19615
- "name": "ContainerWrapperShowcase",
19616
- "module": "src/shared/showcase/container-wrapper.showcase.tsx"
21206
+ "name": "LoadingIndicatorButton",
21207
+ "module": "src/components/loading-indicator/examples/button.example.tsx"
19617
21208
  }
19618
21209
  },
19619
21210
  {
19620
21211
  "kind": "custom-element-definition",
19621
- "name": "container-wrapper-showcase",
21212
+ "name": "loading-indicator-button",
19622
21213
  "declaration": {
19623
- "name": "ContainerWrapperShowcase",
19624
- "module": "src/shared/showcase/container-wrapper.showcase.tsx"
21214
+ "name": "LoadingIndicatorButton",
21215
+ "module": "src/components/loading-indicator/examples/button.example.tsx"
19625
21216
  }
19626
21217
  }
19627
21218
  ]
19628
21219
  },
19629
21220
  {
19630
21221
  "kind": "javascript-module",
19631
- "path": "link-wrapper.showcase.tsx",
21222
+ "path": "delay.example.tsx",
19632
21223
  "declarations": [
19633
21224
  {
19634
21225
  "kind": "class",
19635
21226
  "description": "",
19636
- "name": "LinkWrapperShowcase",
21227
+ "name": "LoadingIndicatorDelay",
19637
21228
  "members": [
19638
21229
  {
19639
21230
  "kind": "field",
19640
- "name": "exampleName",
19641
- "type": {
19642
- "text": "any"
19643
- }
19644
- },
19645
- {
19646
- "kind": "field",
19647
- "name": "pageParam",
21231
+ "name": "_ref",
19648
21232
  "type": {
19649
- "text": "null"
21233
+ "text": "HTMLElement"
19650
21234
  },
19651
- "default": "null"
19652
- },
19653
- {
19654
- "kind": "field",
19655
- "name": "getPage",
19656
- "default": "function getPage(): string | undefined { return this.exampleName?.replaceAll(\" \", \"+\").toLowerCase(); }"
21235
+ "privacy": "private"
19657
21236
  },
19658
21237
  {
19659
- "kind": "field",
19660
- "name": "getHref",
19661
- "default": "function getHref(): string { if (typeof window !== \"undefined\") { const hash = window.location.hash; const basePath = hash.includes(\"?\") ? hash.split(\"?\")[0] : hash; return `${basePath}?page=${this.getPage()}`; } return \"\"; }"
21238
+ "kind": "method",
21239
+ "name": "enableAttributePassing",
21240
+ "privacy": "private",
21241
+ "parameters": [
21242
+ {
21243
+ "name": "element",
21244
+ "type": {
21245
+ "text": "HTMLElement | null"
21246
+ },
21247
+ "description": "the ref for the component"
21248
+ },
21249
+ {
21250
+ "name": "customElementSelector",
21251
+ "type": {
21252
+ "text": "string"
21253
+ },
21254
+ "description": "the custom element like `my-component`"
21255
+ }
21256
+ ],
21257
+ "description": "Passes `aria-*`, `data-*` & `class` attributes to correct child. Used in angular and stencil."
19662
21258
  },
19663
21259
  {
19664
21260
  "kind": "method",
19665
21261
  "name": "render"
19666
21262
  }
19667
21263
  ],
19668
- "attributes": [
19669
- {
19670
- "name": "example-name",
19671
- "fieldName": "exampleName",
19672
- "type": {
19673
- "text": "any"
19674
- }
19675
- }
19676
- ],
19677
- "tagName": "link-wrapper-showcase",
21264
+ "tagName": "loading-indicator-delay",
19678
21265
  "events": [],
19679
21266
  "customElement": true
19680
21267
  }
@@ -19682,18 +21269,18 @@
19682
21269
  "exports": [
19683
21270
  {
19684
21271
  "kind": "js",
19685
- "name": "LinkWrapperShowcase",
21272
+ "name": "LoadingIndicatorDelay",
19686
21273
  "declaration": {
19687
- "name": "LinkWrapperShowcase",
19688
- "module": "src/shared/showcase/link-wrapper.showcase.tsx"
21274
+ "name": "LoadingIndicatorDelay",
21275
+ "module": "src/components/loading-indicator/examples/delay.example.tsx"
19689
21276
  }
19690
21277
  },
19691
21278
  {
19692
21279
  "kind": "custom-element-definition",
19693
- "name": "link-wrapper-showcase",
21280
+ "name": "loading-indicator-delay",
19694
21281
  "declaration": {
19695
- "name": "LinkWrapperShowcase",
19696
- "module": "src/shared/showcase/link-wrapper.showcase.tsx"
21282
+ "name": "LoadingIndicatorDelay",
21283
+ "module": "src/components/loading-indicator/examples/delay.example.tsx"
19697
21284
  }
19698
21285
  }
19699
21286
  ]
@@ -19705,7 +21292,7 @@
19705
21292
  {
19706
21293
  "kind": "class",
19707
21294
  "description": "",
19708
- "name": "ButtonDensity",
21295
+ "name": "LoadingIndicatorDensity",
19709
21296
  "members": [
19710
21297
  {
19711
21298
  "kind": "field",
@@ -19742,7 +21329,7 @@
19742
21329
  "name": "render"
19743
21330
  }
19744
21331
  ],
19745
- "tagName": "button-density",
21332
+ "tagName": "loading-indicator-density",
19746
21333
  "events": [],
19747
21334
  "customElement": true
19748
21335
  }
@@ -19750,30 +21337,30 @@
19750
21337
  "exports": [
19751
21338
  {
19752
21339
  "kind": "js",
19753
- "name": "ButtonDensity",
21340
+ "name": "LoadingIndicatorDensity",
19754
21341
  "declaration": {
19755
- "name": "ButtonDensity",
19756
- "module": "src/components/button/examples/density.example.tsx"
21342
+ "name": "LoadingIndicatorDensity",
21343
+ "module": "src/components/loading-indicator/examples/density.example.tsx"
19757
21344
  }
19758
21345
  },
19759
21346
  {
19760
21347
  "kind": "custom-element-definition",
19761
- "name": "button-density",
21348
+ "name": "loading-indicator-density",
19762
21349
  "declaration": {
19763
- "name": "ButtonDensity",
19764
- "module": "src/components/button/examples/density.example.tsx"
21350
+ "name": "LoadingIndicatorDensity",
21351
+ "module": "src/components/loading-indicator/examples/density.example.tsx"
19765
21352
  }
19766
21353
  }
19767
21354
  ]
19768
21355
  },
19769
21356
  {
19770
21357
  "kind": "javascript-module",
19771
- "path": "disabled.example.tsx",
21358
+ "path": "indeterminate.example.tsx",
19772
21359
  "declarations": [
19773
21360
  {
19774
21361
  "kind": "class",
19775
21362
  "description": "",
19776
- "name": "ButtonDisabled",
21363
+ "name": "LoadingIndicatorIndeterminate",
19777
21364
  "members": [
19778
21365
  {
19779
21366
  "kind": "field",
@@ -19810,7 +21397,7 @@
19810
21397
  "name": "render"
19811
21398
  }
19812
21399
  ],
19813
- "tagName": "button-disabled",
21400
+ "tagName": "loading-indicator-indeterminate",
19814
21401
  "events": [],
19815
21402
  "customElement": true
19816
21403
  }
@@ -19818,30 +21405,30 @@
19818
21405
  "exports": [
19819
21406
  {
19820
21407
  "kind": "js",
19821
- "name": "ButtonDisabled",
21408
+ "name": "LoadingIndicatorIndeterminate",
19822
21409
  "declaration": {
19823
- "name": "ButtonDisabled",
19824
- "module": "src/components/button/examples/disabled.example.tsx"
21410
+ "name": "LoadingIndicatorIndeterminate",
21411
+ "module": "src/components/loading-indicator/examples/indeterminate.example.tsx"
19825
21412
  }
19826
21413
  },
19827
21414
  {
19828
21415
  "kind": "custom-element-definition",
19829
- "name": "button-disabled",
21416
+ "name": "loading-indicator-indeterminate",
19830
21417
  "declaration": {
19831
- "name": "ButtonDisabled",
19832
- "module": "src/components/button/examples/disabled.example.tsx"
21418
+ "name": "LoadingIndicatorIndeterminate",
21419
+ "module": "src/components/loading-indicator/examples/indeterminate.example.tsx"
19833
21420
  }
19834
21421
  }
19835
21422
  ]
19836
21423
  },
19837
21424
  {
19838
21425
  "kind": "javascript-module",
19839
- "path": "multi-line-text.example.tsx",
21426
+ "path": "overlay.example.tsx",
19840
21427
  "declarations": [
19841
21428
  {
19842
21429
  "kind": "class",
19843
21430
  "description": "",
19844
- "name": "ButtonMultiLineText",
21431
+ "name": "LoadingIndicatorOverlay",
19845
21432
  "members": [
19846
21433
  {
19847
21434
  "kind": "field",
@@ -19878,7 +21465,7 @@
19878
21465
  "name": "render"
19879
21466
  }
19880
21467
  ],
19881
- "tagName": "button-multi-line-text",
21468
+ "tagName": "loading-indicator-overlay",
19882
21469
  "events": [],
19883
21470
  "customElement": true
19884
21471
  }
@@ -19886,30 +21473,30 @@
19886
21473
  "exports": [
19887
21474
  {
19888
21475
  "kind": "js",
19889
- "name": "ButtonMultiLineText",
21476
+ "name": "LoadingIndicatorOverlay",
19890
21477
  "declaration": {
19891
- "name": "ButtonMultiLineText",
19892
- "module": "src/components/button/examples/multi-line-text.example.tsx"
21478
+ "name": "LoadingIndicatorOverlay",
21479
+ "module": "src/components/loading-indicator/examples/overlay.example.tsx"
19893
21480
  }
19894
21481
  },
19895
21482
  {
19896
21483
  "kind": "custom-element-definition",
19897
- "name": "button-multi-line-text",
21484
+ "name": "loading-indicator-overlay",
19898
21485
  "declaration": {
19899
- "name": "ButtonMultiLineText",
19900
- "module": "src/components/button/examples/multi-line-text.example.tsx"
21486
+ "name": "LoadingIndicatorOverlay",
21487
+ "module": "src/components/loading-indicator/examples/overlay.example.tsx"
19901
21488
  }
19902
21489
  }
19903
21490
  ]
19904
21491
  },
19905
21492
  {
19906
21493
  "kind": "javascript-module",
19907
- "path": "no-text.example.tsx",
21494
+ "path": "show-label.example.tsx",
19908
21495
  "declarations": [
19909
21496
  {
19910
21497
  "kind": "class",
19911
21498
  "description": "",
19912
- "name": "ButtonNoText",
21499
+ "name": "LoadingIndicatorShowLabel",
19913
21500
  "members": [
19914
21501
  {
19915
21502
  "kind": "field",
@@ -19946,7 +21533,7 @@
19946
21533
  "name": "render"
19947
21534
  }
19948
21535
  ],
19949
- "tagName": "button-no-text",
21536
+ "tagName": "loading-indicator-show-label",
19950
21537
  "events": [],
19951
21538
  "customElement": true
19952
21539
  }
@@ -19954,30 +21541,30 @@
19954
21541
  "exports": [
19955
21542
  {
19956
21543
  "kind": "js",
19957
- "name": "ButtonNoText",
21544
+ "name": "LoadingIndicatorShowLabel",
19958
21545
  "declaration": {
19959
- "name": "ButtonNoText",
19960
- "module": "src/components/button/examples/no-text.example.tsx"
21546
+ "name": "LoadingIndicatorShowLabel",
21547
+ "module": "src/components/loading-indicator/examples/show-label.example.tsx"
19961
21548
  }
19962
21549
  },
19963
21550
  {
19964
21551
  "kind": "custom-element-definition",
19965
- "name": "button-no-text",
21552
+ "name": "loading-indicator-show-label",
19966
21553
  "declaration": {
19967
- "name": "ButtonNoText",
19968
- "module": "src/components/button/examples/no-text.example.tsx"
21554
+ "name": "LoadingIndicatorShowLabel",
21555
+ "module": "src/components/loading-indicator/examples/show-label.example.tsx"
19969
21556
  }
19970
21557
  }
19971
21558
  ]
19972
21559
  },
19973
21560
  {
19974
21561
  "kind": "javascript-module",
19975
- "path": "show-icon-leading.example.tsx",
21562
+ "path": "show-progress-text.example.tsx",
19976
21563
  "declarations": [
19977
21564
  {
19978
21565
  "kind": "class",
19979
21566
  "description": "",
19980
- "name": "ButtonShowIconLeading",
21567
+ "name": "LoadingIndicatorShowProgressText",
19981
21568
  "members": [
19982
21569
  {
19983
21570
  "kind": "field",
@@ -20014,7 +21601,7 @@
20014
21601
  "name": "render"
20015
21602
  }
20016
21603
  ],
20017
- "tagName": "button-show-icon-leading",
21604
+ "tagName": "loading-indicator-show-progress-text",
20018
21605
  "events": [],
20019
21606
  "customElement": true
20020
21607
  }
@@ -20022,30 +21609,30 @@
20022
21609
  "exports": [
20023
21610
  {
20024
21611
  "kind": "js",
20025
- "name": "ButtonShowIconLeading",
21612
+ "name": "LoadingIndicatorShowProgressText",
20026
21613
  "declaration": {
20027
- "name": "ButtonShowIconLeading",
20028
- "module": "src/components/button/examples/show-icon-leading.example.tsx"
21614
+ "name": "LoadingIndicatorShowProgressText",
21615
+ "module": "src/components/loading-indicator/examples/show-progress-text.example.tsx"
20029
21616
  }
20030
21617
  },
20031
21618
  {
20032
21619
  "kind": "custom-element-definition",
20033
- "name": "button-show-icon-leading",
21620
+ "name": "loading-indicator-show-progress-text",
20034
21621
  "declaration": {
20035
- "name": "ButtonShowIconLeading",
20036
- "module": "src/components/button/examples/show-icon-leading.example.tsx"
21622
+ "name": "LoadingIndicatorShowProgressText",
21623
+ "module": "src/components/loading-indicator/examples/show-progress-text.example.tsx"
20037
21624
  }
20038
21625
  }
20039
21626
  ]
20040
21627
  },
20041
21628
  {
20042
21629
  "kind": "javascript-module",
20043
- "path": "show-icon-trailing.example.tsx",
21630
+ "path": "size.example.tsx",
20044
21631
  "declarations": [
20045
21632
  {
20046
21633
  "kind": "class",
20047
21634
  "description": "",
20048
- "name": "ButtonShowIconTrailing",
21635
+ "name": "LoadingIndicatorSize",
20049
21636
  "members": [
20050
21637
  {
20051
21638
  "kind": "field",
@@ -20082,7 +21669,7 @@
20082
21669
  "name": "render"
20083
21670
  }
20084
21671
  ],
20085
- "tagName": "button-show-icon-trailing",
21672
+ "tagName": "loading-indicator-size",
20086
21673
  "events": [],
20087
21674
  "customElement": true
20088
21675
  }
@@ -20090,30 +21677,30 @@
20090
21677
  "exports": [
20091
21678
  {
20092
21679
  "kind": "js",
20093
- "name": "ButtonShowIconTrailing",
21680
+ "name": "LoadingIndicatorSize",
20094
21681
  "declaration": {
20095
- "name": "ButtonShowIconTrailing",
20096
- "module": "src/components/button/examples/show-icon-trailing.example.tsx"
21682
+ "name": "LoadingIndicatorSize",
21683
+ "module": "src/components/loading-indicator/examples/size.example.tsx"
20097
21684
  }
20098
21685
  },
20099
21686
  {
20100
21687
  "kind": "custom-element-definition",
20101
- "name": "button-show-icon-trailing",
21688
+ "name": "loading-indicator-size",
20102
21689
  "declaration": {
20103
- "name": "ButtonShowIconTrailing",
20104
- "module": "src/components/button/examples/show-icon-trailing.example.tsx"
21690
+ "name": "LoadingIndicatorSize",
21691
+ "module": "src/components/loading-indicator/examples/size.example.tsx"
20105
21692
  }
20106
21693
  }
20107
21694
  ]
20108
21695
  },
20109
21696
  {
20110
21697
  "kind": "javascript-module",
20111
- "path": "size.example.tsx",
21698
+ "path": "state.determinate.example.tsx",
20112
21699
  "declarations": [
20113
21700
  {
20114
21701
  "kind": "class",
20115
21702
  "description": "",
20116
- "name": "ButtonSize",
21703
+ "name": "LoadingIndicatorStateDeterminate",
20117
21704
  "members": [
20118
21705
  {
20119
21706
  "kind": "field",
@@ -20150,7 +21737,7 @@
20150
21737
  "name": "render"
20151
21738
  }
20152
21739
  ],
20153
- "tagName": "button-size",
21740
+ "tagName": "loading-indicator-state-determinate",
20154
21741
  "events": [],
20155
21742
  "customElement": true
20156
21743
  }
@@ -20158,30 +21745,30 @@
20158
21745
  "exports": [
20159
21746
  {
20160
21747
  "kind": "js",
20161
- "name": "ButtonSize",
21748
+ "name": "LoadingIndicatorStateDeterminate",
20162
21749
  "declaration": {
20163
- "name": "ButtonSize",
20164
- "module": "src/components/button/examples/size.example.tsx"
21750
+ "name": "LoadingIndicatorStateDeterminate",
21751
+ "module": "src/components/loading-indicator/examples/state.determinate.example.tsx"
20165
21752
  }
20166
21753
  },
20167
21754
  {
20168
21755
  "kind": "custom-element-definition",
20169
- "name": "button-size",
21756
+ "name": "loading-indicator-state-determinate",
20170
21757
  "declaration": {
20171
- "name": "ButtonSize",
20172
- "module": "src/components/button/examples/size.example.tsx"
21758
+ "name": "LoadingIndicatorStateDeterminate",
21759
+ "module": "src/components/loading-indicator/examples/state.determinate.example.tsx"
20173
21760
  }
20174
21761
  }
20175
21762
  ]
20176
21763
  },
20177
21764
  {
20178
21765
  "kind": "javascript-module",
20179
- "path": "variant.example.tsx",
21766
+ "path": "state.example.tsx",
20180
21767
  "declarations": [
20181
21768
  {
20182
21769
  "kind": "class",
20183
21770
  "description": "",
20184
- "name": "ButtonVariant",
21771
+ "name": "LoadingIndicatorState",
20185
21772
  "members": [
20186
21773
  {
20187
21774
  "kind": "field",
@@ -20218,7 +21805,7 @@
20218
21805
  "name": "render"
20219
21806
  }
20220
21807
  ],
20221
- "tagName": "button-variant",
21808
+ "tagName": "loading-indicator-state",
20222
21809
  "events": [],
20223
21810
  "customElement": true
20224
21811
  }
@@ -20226,30 +21813,30 @@
20226
21813
  "exports": [
20227
21814
  {
20228
21815
  "kind": "js",
20229
- "name": "ButtonVariant",
21816
+ "name": "LoadingIndicatorState",
20230
21817
  "declaration": {
20231
- "name": "ButtonVariant",
20232
- "module": "src/components/button/examples/variant.example.tsx"
21818
+ "name": "LoadingIndicatorState",
21819
+ "module": "src/components/loading-indicator/examples/state.example.tsx"
20233
21820
  }
20234
21821
  },
20235
21822
  {
20236
21823
  "kind": "custom-element-definition",
20237
- "name": "button-variant",
21824
+ "name": "loading-indicator-state",
20238
21825
  "declaration": {
20239
- "name": "ButtonVariant",
20240
- "module": "src/components/button/examples/variant.example.tsx"
21826
+ "name": "LoadingIndicatorState",
21827
+ "module": "src/components/loading-indicator/examples/state.example.tsx"
20241
21828
  }
20242
21829
  }
20243
21830
  ]
20244
21831
  },
20245
21832
  {
20246
21833
  "kind": "javascript-module",
20247
- "path": "width.example.tsx",
21834
+ "path": "timeout.example.tsx",
20248
21835
  "declarations": [
20249
21836
  {
20250
21837
  "kind": "class",
20251
21838
  "description": "",
20252
- "name": "ButtonWidth",
21839
+ "name": "LoadingIndicatorTimeout",
20253
21840
  "members": [
20254
21841
  {
20255
21842
  "kind": "field",
@@ -20259,6 +21846,30 @@
20259
21846
  },
20260
21847
  "privacy": "private"
20261
21848
  },
21849
+ {
21850
+ "kind": "field",
21851
+ "name": "loadingState",
21852
+ "type": {
21853
+ "text": "string"
21854
+ },
21855
+ "default": "\"inactive\""
21856
+ },
21857
+ {
21858
+ "kind": "method",
21859
+ "name": "onTimeoutFn"
21860
+ },
21861
+ {
21862
+ "kind": "method",
21863
+ "name": "getLabel",
21864
+ "parameters": [
21865
+ {
21866
+ "name": "loadState",
21867
+ "type": {
21868
+ "text": "LoadingIndicatorStateType | string"
21869
+ }
21870
+ }
21871
+ ]
21872
+ },
20262
21873
  {
20263
21874
  "kind": "method",
20264
21875
  "name": "enableAttributePassing",
@@ -20286,7 +21897,7 @@
20286
21897
  "name": "render"
20287
21898
  }
20288
21899
  ],
20289
- "tagName": "button-width",
21900
+ "tagName": "loading-indicator-timeout",
20290
21901
  "events": [],
20291
21902
  "customElement": true
20292
21903
  }
@@ -20294,30 +21905,30 @@
20294
21905
  "exports": [
20295
21906
  {
20296
21907
  "kind": "js",
20297
- "name": "ButtonWidth",
21908
+ "name": "LoadingIndicatorTimeout",
20298
21909
  "declaration": {
20299
- "name": "ButtonWidth",
20300
- "module": "src/components/button/examples/width.example.tsx"
21910
+ "name": "LoadingIndicatorTimeout",
21911
+ "module": "src/components/loading-indicator/examples/timeout.example.tsx"
20301
21912
  }
20302
21913
  },
20303
21914
  {
20304
21915
  "kind": "custom-element-definition",
20305
- "name": "button-width",
21916
+ "name": "loading-indicator-timeout",
20306
21917
  "declaration": {
20307
- "name": "ButtonWidth",
20308
- "module": "src/components/button/examples/width.example.tsx"
21918
+ "name": "LoadingIndicatorTimeout",
21919
+ "module": "src/components/loading-indicator/examples/timeout.example.tsx"
20309
21920
  }
20310
21921
  }
20311
21922
  ]
20312
21923
  },
20313
21924
  {
20314
21925
  "kind": "javascript-module",
20315
- "path": "button.showcase.tsx",
21926
+ "path": "loading-indicator.showcase.tsx",
20316
21927
  "declarations": [
20317
21928
  {
20318
21929
  "kind": "class",
20319
21930
  "description": "",
20320
- "name": "ButtonShowcase",
21931
+ "name": "LoadingIndicatorShowcase",
20321
21932
  "members": [
20322
21933
  {
20323
21934
  "kind": "field",
@@ -20370,7 +21981,7 @@
20370
21981
  }
20371
21982
  }
20372
21983
  ],
20373
- "tagName": "button-showcase",
21984
+ "tagName": "loading-indicator-showcase",
20374
21985
  "events": [],
20375
21986
  "customElement": true
20376
21987
  }
@@ -20378,18 +21989,18 @@
20378
21989
  "exports": [
20379
21990
  {
20380
21991
  "kind": "js",
20381
- "name": "ButtonShowcase",
21992
+ "name": "LoadingIndicatorShowcase",
20382
21993
  "declaration": {
20383
- "name": "ButtonShowcase",
20384
- "module": "src/components/button/showcase/button.showcase.tsx"
21994
+ "name": "LoadingIndicatorShowcase",
21995
+ "module": "src/components/loading-indicator/showcase/loading-indicator.showcase.tsx"
20385
21996
  }
20386
21997
  },
20387
21998
  {
20388
21999
  "kind": "custom-element-definition",
20389
- "name": "button-showcase",
22000
+ "name": "loading-indicator-showcase",
20390
22001
  "declaration": {
20391
- "name": "ButtonShowcase",
20392
- "module": "src/components/button/showcase/button.showcase.tsx"
22002
+ "name": "LoadingIndicatorShowcase",
22003
+ "module": "src/components/loading-indicator/showcase/loading-indicator.showcase.tsx"
20393
22004
  }
20394
22005
  }
20395
22006
  ]