@db-ux/wc-core-components 4.5.1 → 4.5.2-agent-cli-pnpm-compatibility-ebd2994

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 (190) hide show
  1. package/agent/Accordion.md +23 -0
  2. package/agent/AccordionItem.md +29 -0
  3. package/agent/Badge.md +32 -0
  4. package/agent/Brand.md +13 -0
  5. package/agent/Button.md +47 -0
  6. package/agent/Card.md +23 -0
  7. package/agent/Checkbox.md +41 -0
  8. package/agent/CustomSelect.md +54 -0
  9. package/agent/Divider.md +21 -0
  10. package/agent/Drawer.md +71 -0
  11. package/agent/Header.md +29 -0
  12. package/agent/Icon.md +20 -0
  13. package/agent/Infotext.md +25 -0
  14. package/agent/Input.md +48 -0
  15. package/agent/Link.md +52 -0
  16. package/agent/Navigation.md +19 -0
  17. package/agent/NavigationItem.md +29 -0
  18. package/agent/Notification.md +38 -0
  19. package/agent/Page.md +27 -0
  20. package/agent/Popover.md +52 -0
  21. package/agent/Radio.md +28 -0
  22. package/agent/Section.md +21 -0
  23. package/agent/Select.md +62 -0
  24. package/agent/Stack.md +35 -0
  25. package/agent/Switch.md +44 -0
  26. package/agent/TabItem.md +25 -0
  27. package/agent/Tabs.md +61 -0
  28. package/agent/Tag.md +41 -0
  29. package/agent/Textarea.md +44 -0
  30. package/agent/Tooltip.md +37 -0
  31. package/agent/_instructions.md +31 -0
  32. package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
  33. package/dist/cjs/db-accordion.cjs.entry.js +2 -2
  34. package/dist/cjs/db-badge.cjs.entry.js +2 -2
  35. package/dist/cjs/db-brand.cjs.entry.js +2 -2
  36. package/dist/cjs/db-button.cjs.entry.js +2 -2
  37. package/dist/cjs/db-card.cjs.entry.js +3 -3
  38. package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
  39. package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
  40. package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
  41. package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
  42. package/dist/cjs/db-custom-select.cjs.entry.js +6 -6
  43. package/dist/cjs/db-divider.cjs.entry.js +2 -2
  44. package/dist/cjs/db-drawer.cjs.entry.js +4 -4
  45. package/dist/cjs/db-header.cjs.entry.js +3 -3
  46. package/dist/cjs/db-icon.cjs.entry.js +2 -2
  47. package/dist/cjs/db-infotext.cjs.entry.js +2 -2
  48. package/dist/cjs/db-link.cjs.entry.js +2 -2
  49. package/dist/cjs/db-navigation-item.cjs.entry.js +2 -2
  50. package/dist/cjs/db-navigation.cjs.entry.js +3 -3
  51. package/dist/cjs/db-notification.cjs.entry.js +3 -3
  52. package/dist/cjs/db-page.cjs.entry.js +3 -3
  53. package/dist/cjs/db-popover.cjs.entry.js +3 -3
  54. package/dist/cjs/db-radio.cjs.entry.js +2 -2
  55. package/dist/cjs/db-section.cjs.entry.js +3 -3
  56. package/dist/cjs/db-select.cjs.entry.js +3 -3
  57. package/dist/cjs/db-stack.cjs.entry.js +3 -3
  58. package/dist/cjs/db-switch.cjs.entry.js +3 -3
  59. package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
  60. package/dist/cjs/db-tabs.cjs.entry.js +3 -3
  61. package/dist/cjs/db-textarea.cjs.entry.js +3 -3
  62. package/dist/cjs/db-tooltip.cjs.entry.js +3 -3
  63. package/dist/cjs/db-ux.cjs.js +2 -2
  64. package/dist/cjs/{index-D_vrmAD6.js → index-CSMPhlzz.js} +13 -22
  65. package/dist/cjs/loader.cjs.js +1 -1
  66. package/dist/collection/collection-manifest.json +1 -2
  67. package/dist/collection/components/accordion/accordion.js +1 -1
  68. package/dist/collection/components/accordion-item/accordion-item.js +2 -2
  69. package/dist/collection/components/badge/badge.js +1 -1
  70. package/dist/collection/components/brand/brand.js +1 -1
  71. package/dist/collection/components/button/button.js +1 -1
  72. package/dist/collection/components/card/card.js +2 -2
  73. package/dist/collection/components/checkbox/checkbox.js +2 -2
  74. package/dist/collection/components/custom-button/custom-button.js +2 -2
  75. package/dist/collection/components/custom-select/custom-select.js +5 -5
  76. package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
  77. package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
  78. package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
  79. package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +1 -1
  80. package/dist/collection/components/divider/divider.js +1 -1
  81. package/dist/collection/components/drawer/drawer.js +3 -3
  82. package/dist/collection/components/header/header.js +2 -2
  83. package/dist/collection/components/icon/icon.js +1 -1
  84. package/dist/collection/components/infotext/infotext.js +1 -1
  85. package/dist/collection/components/input/input.js +2 -2
  86. package/dist/collection/components/link/link.js +1 -1
  87. package/dist/collection/components/navigation/navigation.js +2 -2
  88. package/dist/collection/components/navigation-item/navigation-item.js +1 -1
  89. package/dist/collection/components/notification/notification.js +2 -2
  90. package/dist/collection/components/page/page.js +2 -2
  91. package/dist/collection/components/popover/popover.js +2 -2
  92. package/dist/collection/components/radio/radio.js +1 -1
  93. package/dist/collection/components/section/section.js +2 -2
  94. package/dist/collection/components/select/select.js +2 -2
  95. package/dist/collection/components/stack/stack.js +2 -2
  96. package/dist/collection/components/switch/switch.js +2 -2
  97. package/dist/collection/components/tab-item/tab-item.js +2 -2
  98. package/dist/collection/components/tab-list/tab-list.js +2 -2
  99. package/dist/collection/components/tab-panel/tab-panel.js +2 -2
  100. package/dist/collection/components/tabs/tabs.js +2 -2
  101. package/dist/collection/components/tag/tag.js +2 -2
  102. package/dist/collection/components/textarea/textarea.js +2 -2
  103. package/dist/collection/components/tooltip/tooltip.js +2 -2
  104. package/dist/custom-elements.json +814 -814
  105. package/dist/db-ux/db-ux.esm.js +1 -1
  106. package/dist/db-ux/p-00df7d53.entry.js +1 -0
  107. package/dist/db-ux/{p-11251b99.entry.js → p-0ff173fb.entry.js} +1 -1
  108. package/dist/db-ux/{p-32c4a1b5.entry.js → p-1519dbbb.entry.js} +1 -1
  109. package/dist/db-ux/p-16281dcb.entry.js +1 -0
  110. package/dist/db-ux/p-2503bd4d.entry.js +1 -0
  111. package/dist/db-ux/p-27eb6e88.entry.js +1 -0
  112. package/dist/db-ux/p-2e940d2e.entry.js +1 -0
  113. package/dist/db-ux/p-309259be.entry.js +1 -0
  114. package/dist/db-ux/{p-a34d2691.entry.js → p-330e89df.entry.js} +1 -1
  115. package/dist/db-ux/{p-29442fd9.entry.js → p-4183b8e1.entry.js} +1 -1
  116. package/dist/db-ux/p-4284c37f.entry.js +1 -0
  117. package/dist/db-ux/p-432ceb90.entry.js +1 -0
  118. package/dist/db-ux/{p-ff3866f3.entry.js → p-503d5103.entry.js} +1 -1
  119. package/dist/db-ux/p-6cb4232d.entry.js +1 -0
  120. package/dist/db-ux/p-6da70f61.entry.js +1 -0
  121. package/dist/db-ux/{p-9fb146d1.entry.js → p-766057ea.entry.js} +1 -1
  122. package/dist/db-ux/{p-745ccfb8.entry.js → p-7a146dee.entry.js} +1 -1
  123. package/dist/db-ux/{p-e199b6f9.entry.js → p-7e274359.entry.js} +1 -1
  124. package/dist/db-ux/p-Bs7RfNRP.js +2 -0
  125. package/dist/db-ux/p-aad9c604.entry.js +1 -0
  126. package/dist/db-ux/p-b218b08b.entry.js +1 -0
  127. package/dist/db-ux/{p-043c407c.entry.js → p-beb541cc.entry.js} +1 -1
  128. package/dist/db-ux/{p-c6f43506.entry.js → p-bfe27311.entry.js} +1 -1
  129. package/dist/db-ux/{p-5028b12e.entry.js → p-cd8557dd.entry.js} +1 -1
  130. package/dist/db-ux/{p-1c89f0fc.entry.js → p-d2674cff.entry.js} +1 -1
  131. package/dist/db-ux/{p-cdfaf027.entry.js → p-d4e79c33.entry.js} +1 -1
  132. package/dist/db-ux/{p-3e5be44c.entry.js → p-e19f2640.entry.js} +1 -1
  133. package/dist/db-ux/{p-e3664354.entry.js → p-e3def528.entry.js} +1 -1
  134. package/dist/db-ux/p-e6b17374.entry.js +1 -0
  135. package/dist/db-ux/{p-587263ad.entry.js → p-ea7219af.entry.js} +1 -1
  136. package/dist/db-ux/{p-58f21c03.entry.js → p-fe54feb3.entry.js} +1 -1
  137. package/dist/db-ux/p-ffb2c6be.entry.js +1 -0
  138. package/dist/esm/db-accordion-item.entry.js +3 -3
  139. package/dist/esm/db-accordion.entry.js +2 -2
  140. package/dist/esm/db-badge.entry.js +2 -2
  141. package/dist/esm/db-brand.entry.js +2 -2
  142. package/dist/esm/db-button.entry.js +2 -2
  143. package/dist/esm/db-card.entry.js +3 -3
  144. package/dist/esm/db-checkbox.entry.js +3 -3
  145. package/dist/esm/db-custom-button.entry.js +3 -3
  146. package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
  147. package/dist/esm/db-custom-select-form-field.entry.js +3 -3
  148. package/dist/esm/db-custom-select.entry.js +6 -6
  149. package/dist/esm/db-divider.entry.js +2 -2
  150. package/dist/esm/db-drawer.entry.js +4 -4
  151. package/dist/esm/db-header.entry.js +3 -3
  152. package/dist/esm/db-icon.entry.js +2 -2
  153. package/dist/esm/db-infotext.entry.js +2 -2
  154. package/dist/esm/db-link.entry.js +2 -2
  155. package/dist/esm/db-navigation-item.entry.js +2 -2
  156. package/dist/esm/db-navigation.entry.js +3 -3
  157. package/dist/esm/db-notification.entry.js +3 -3
  158. package/dist/esm/db-page.entry.js +3 -3
  159. package/dist/esm/db-popover.entry.js +3 -3
  160. package/dist/esm/db-radio.entry.js +2 -2
  161. package/dist/esm/db-section.entry.js +3 -3
  162. package/dist/esm/db-select.entry.js +3 -3
  163. package/dist/esm/db-stack.entry.js +3 -3
  164. package/dist/esm/db-switch.entry.js +3 -3
  165. package/dist/esm/db-tab-item_3.entry.js +7 -7
  166. package/dist/esm/db-tabs.entry.js +3 -3
  167. package/dist/esm/db-textarea.entry.js +3 -3
  168. package/dist/esm/db-tooltip.entry.js +3 -3
  169. package/dist/esm/db-ux.js +3 -3
  170. package/dist/esm/{index-BjIPMjCM.js → index-Bs7RfNRP.js} +13 -22
  171. package/dist/esm/loader.js +2 -2
  172. package/dist/vscode.html-custom-data.json +75 -75
  173. package/dist/web-types.json +130 -130
  174. package/package.json +4 -4
  175. package/agent/.gitkeep +0 -0
  176. package/dist/db-ux/p-0541c3c2.entry.js +0 -1
  177. package/dist/db-ux/p-074e4a43.entry.js +0 -1
  178. package/dist/db-ux/p-213bfff6.entry.js +0 -1
  179. package/dist/db-ux/p-2bce91e1.entry.js +0 -1
  180. package/dist/db-ux/p-4cda36f1.entry.js +0 -1
  181. package/dist/db-ux/p-4cf64cbb.entry.js +0 -1
  182. package/dist/db-ux/p-56af9177.entry.js +0 -1
  183. package/dist/db-ux/p-6b073570.entry.js +0 -1
  184. package/dist/db-ux/p-836f0fef.entry.js +0 -1
  185. package/dist/db-ux/p-9a19e197.entry.js +0 -1
  186. package/dist/db-ux/p-BjIPMjCM.js +0 -2
  187. package/dist/db-ux/p-d186aef4.entry.js +0 -1
  188. package/dist/db-ux/p-dceb35a8.entry.js +0 -1
  189. package/dist/db-ux/p-ef034bba.entry.js +0 -1
  190. package/dist/db-ux/p-f0bc176a.entry.js +0 -1
@@ -5723,30 +5723,6 @@
5723
5723
  ]
5724
5724
  }
5725
5725
  },
5726
- {
5727
- "name": "accordion-behavior",
5728
- "description": "\n---\n",
5729
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-behavior/properties",
5730
- "attributes": [],
5731
- "events": [],
5732
- "js": { "properties": [], "events": [] }
5733
- },
5734
- {
5735
- "name": "accordion-density",
5736
- "description": "\n---\n",
5737
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-density/properties",
5738
- "attributes": [],
5739
- "events": [],
5740
- "js": { "properties": [], "events": [] }
5741
- },
5742
- {
5743
- "name": "accordion-variant",
5744
- "description": "\n---\n",
5745
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-variant/properties",
5746
- "attributes": [],
5747
- "events": [],
5748
- "js": { "properties": [], "events": [] }
5749
- },
5750
5726
  {
5751
5727
  "name": "card-wrapper-showcase",
5752
5728
  "description": "\n---\n",
@@ -5806,6 +5782,30 @@
5806
5782
  "events": []
5807
5783
  }
5808
5784
  },
5785
+ {
5786
+ "name": "accordion-behavior",
5787
+ "description": "\n---\n",
5788
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-behavior/properties",
5789
+ "attributes": [],
5790
+ "events": [],
5791
+ "js": { "properties": [], "events": [] }
5792
+ },
5793
+ {
5794
+ "name": "accordion-density",
5795
+ "description": "\n---\n",
5796
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-density/properties",
5797
+ "attributes": [],
5798
+ "events": [],
5799
+ "js": { "properties": [], "events": [] }
5800
+ },
5801
+ {
5802
+ "name": "accordion-variant",
5803
+ "description": "\n---\n",
5804
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-variant/properties",
5805
+ "attributes": [],
5806
+ "events": [],
5807
+ "js": { "properties": [], "events": [] }
5808
+ },
5809
5809
  {
5810
5810
  "name": "accordion-showcase",
5811
5811
  "description": "\n---\n",
@@ -7095,6 +7095,35 @@
7095
7095
  "events": []
7096
7096
  }
7097
7097
  },
7098
+ {
7099
+ "name": "navigation-density",
7100
+ "description": "\n---\n",
7101
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-density/properties",
7102
+ "attributes": [],
7103
+ "events": [],
7104
+ "js": { "properties": [], "events": [] }
7105
+ },
7106
+ {
7107
+ "name": "navigation-showcase",
7108
+ "description": "\n---\n",
7109
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-showcase/properties",
7110
+ "attributes": [
7111
+ {
7112
+ "name": "is-patternhub",
7113
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7114
+ }
7115
+ ],
7116
+ "events": [],
7117
+ "js": {
7118
+ "properties": [
7119
+ {
7120
+ "name": "isPatternhub",
7121
+ "type": "PatternhubProps[\"isPatternhub\"]"
7122
+ }
7123
+ ],
7124
+ "events": []
7125
+ }
7126
+ },
7098
7127
  {
7099
7128
  "name": "navigation-item-active",
7100
7129
  "description": "\n---\n",
@@ -7172,35 +7201,6 @@
7172
7201
  "events": []
7173
7202
  }
7174
7203
  },
7175
- {
7176
- "name": "navigation-density",
7177
- "description": "\n---\n",
7178
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-density/properties",
7179
- "attributes": [],
7180
- "events": [],
7181
- "js": { "properties": [], "events": [] }
7182
- },
7183
- {
7184
- "name": "navigation-showcase",
7185
- "description": "\n---\n",
7186
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-showcase/properties",
7187
- "attributes": [
7188
- {
7189
- "name": "is-patternhub",
7190
- "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7191
- }
7192
- ],
7193
- "events": [],
7194
- "js": {
7195
- "properties": [
7196
- {
7197
- "name": "isPatternhub",
7198
- "type": "PatternhubProps[\"isPatternhub\"]"
7199
- }
7200
- ],
7201
- "events": []
7202
- }
7203
- },
7204
7204
  {
7205
7205
  "name": "notification-closeable",
7206
7206
  "description": "\n---\n",
@@ -7840,6 +7840,27 @@
7840
7840
  "events": []
7841
7841
  }
7842
7842
  },
7843
+ {
7844
+ "name": "switch-showcase",
7845
+ "description": "\n---\n",
7846
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-showcase/properties",
7847
+ "attributes": [
7848
+ {
7849
+ "name": "is-patternhub",
7850
+ "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7851
+ }
7852
+ ],
7853
+ "events": [],
7854
+ "js": {
7855
+ "properties": [
7856
+ {
7857
+ "name": "isPatternhub",
7858
+ "type": "PatternhubProps[\"isPatternhub\"]"
7859
+ }
7860
+ ],
7861
+ "events": []
7862
+ }
7863
+ },
7843
7864
  {
7844
7865
  "name": "tab-item-behavior",
7845
7866
  "description": "\n---\n",
@@ -7888,27 +7909,6 @@
7888
7909
  "events": [],
7889
7910
  "js": { "properties": [], "events": [] }
7890
7911
  },
7891
- {
7892
- "name": "switch-showcase",
7893
- "description": "\n---\n",
7894
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-showcase/properties",
7895
- "attributes": [
7896
- {
7897
- "name": "is-patternhub",
7898
- "value": { "type": "PatternhubProps[\"isPatternhub\"]" }
7899
- }
7900
- ],
7901
- "events": [],
7902
- "js": {
7903
- "properties": [
7904
- {
7905
- "name": "isPatternhub",
7906
- "type": "PatternhubProps[\"isPatternhub\"]"
7907
- }
7908
- ],
7909
- "events": []
7910
- }
7911
- },
7912
7912
  {
7913
7913
  "name": "tab-item-showcase",
7914
7914
  "description": "\n---\n",
@@ -8108,62 +8108,6 @@
8108
8108
  "events": []
8109
8109
  }
8110
8110
  },
8111
- {
8112
- "name": "tooltip-animation",
8113
- "description": "\n---\n",
8114
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-animation/properties",
8115
- "attributes": [],
8116
- "events": [],
8117
- "js": { "properties": [], "events": [] }
8118
- },
8119
- {
8120
- "name": "tooltip-delay",
8121
- "description": "\n---\n",
8122
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-delay/properties",
8123
- "attributes": [],
8124
- "events": [],
8125
- "js": { "properties": [], "events": [] }
8126
- },
8127
- {
8128
- "name": "tooltip-density",
8129
- "description": "\n---\n",
8130
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-density/properties",
8131
- "attributes": [],
8132
- "events": [],
8133
- "js": { "properties": [], "events": [] }
8134
- },
8135
- {
8136
- "name": "tooltip-emphasis",
8137
- "description": "\n---\n",
8138
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-emphasis/properties",
8139
- "attributes": [],
8140
- "events": [],
8141
- "js": { "properties": [], "events": [] }
8142
- },
8143
- {
8144
- "name": "tooltip-placement",
8145
- "description": "\n---\n",
8146
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-placement/properties",
8147
- "attributes": [],
8148
- "events": [],
8149
- "js": { "properties": [], "events": [] }
8150
- },
8151
- {
8152
- "name": "tooltip-show-arrow",
8153
- "description": "\n---\n",
8154
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-show-arrow/properties",
8155
- "attributes": [],
8156
- "events": [],
8157
- "js": { "properties": [], "events": [] }
8158
- },
8159
- {
8160
- "name": "tooltip-width",
8161
- "description": "\n---\n",
8162
- "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-width/properties",
8163
- "attributes": [],
8164
- "events": [],
8165
- "js": { "properties": [], "events": [] }
8166
- },
8167
8111
  {
8168
8112
  "name": "textarea-density",
8169
8113
  "description": "\n---\n",
@@ -8297,6 +8241,62 @@
8297
8241
  "events": []
8298
8242
  }
8299
8243
  },
8244
+ {
8245
+ "name": "tooltip-animation",
8246
+ "description": "\n---\n",
8247
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-animation/properties",
8248
+ "attributes": [],
8249
+ "events": [],
8250
+ "js": { "properties": [], "events": [] }
8251
+ },
8252
+ {
8253
+ "name": "tooltip-delay",
8254
+ "description": "\n---\n",
8255
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-delay/properties",
8256
+ "attributes": [],
8257
+ "events": [],
8258
+ "js": { "properties": [], "events": [] }
8259
+ },
8260
+ {
8261
+ "name": "tooltip-density",
8262
+ "description": "\n---\n",
8263
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-density/properties",
8264
+ "attributes": [],
8265
+ "events": [],
8266
+ "js": { "properties": [], "events": [] }
8267
+ },
8268
+ {
8269
+ "name": "tooltip-emphasis",
8270
+ "description": "\n---\n",
8271
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-emphasis/properties",
8272
+ "attributes": [],
8273
+ "events": [],
8274
+ "js": { "properties": [], "events": [] }
8275
+ },
8276
+ {
8277
+ "name": "tooltip-placement",
8278
+ "description": "\n---\n",
8279
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-placement/properties",
8280
+ "attributes": [],
8281
+ "events": [],
8282
+ "js": { "properties": [], "events": [] }
8283
+ },
8284
+ {
8285
+ "name": "tooltip-show-arrow",
8286
+ "description": "\n---\n",
8287
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-show-arrow/properties",
8288
+ "attributes": [],
8289
+ "events": [],
8290
+ "js": { "properties": [], "events": [] }
8291
+ },
8292
+ {
8293
+ "name": "tooltip-width",
8294
+ "description": "\n---\n",
8295
+ "doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-width/properties",
8296
+ "attributes": [],
8297
+ "events": [],
8298
+ "js": { "properties": [], "events": [] }
8299
+ },
8300
8300
  {
8301
8301
  "name": "tooltip-showcase",
8302
8302
  "description": "\n---\n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/wc-core-components",
3
- "version": "4.5.1",
3
+ "version": "4.5.2-agent-cli-pnpm-compatibility-ebd2994",
4
4
  "description": "Stencil components for @db-ux/core-components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@custom-elements-manifest/analyzer": "0.11.0",
38
- "@stencil/core": "4.43.2",
38
+ "@stencil/core": "4.43.1",
39
39
  "cem-plugin-expanded-types": "1.4.0",
40
40
  "custom-element-jet-brains-integration": "1.7.0",
41
41
  "custom-element-vs-code-integration": "1.5.0",
@@ -48,7 +48,7 @@
48
48
  "web-types": "./dist/web-types.json",
49
49
  "customElements": "dist/custom-elements.json",
50
50
  "dependencies": {
51
- "@db-ux/core-components": "4.5.1",
52
- "@db-ux/core-foundations": "4.5.1"
51
+ "@db-ux/core-components": "4.5.2-agent-cli-pnpm-compatibility-ebd2994",
52
+ "@db-ux/core-foundations": "4.5.2-agent-cli-pnpm-compatibility-ebd2994"
53
53
  }
54
54
  }
package/agent/.gitkeep DELETED
File without changes
@@ -1 +0,0 @@
1
- import{r as a,c as e,h as d}from"./p-BjIPMjCM.js";import{p as c}from"./p-BdL-nI5y.js";import{a as t,e as s,c as i}from"./p-xkoBSP8R.js";import{i as n}from"./p-BuBrj57D.js";import"./p-DOPXnIzL.js";const o=class{constructor(d){a(this,d),this.toggle=e(this,"toggle"),this.initialized=!1,this.forcedToMobile=!1}handleToggle(a){a&&a.stopPropagation&&a.stopPropagation();const e=!s(this.drawerOpen,"drawerOpen");this.toggle&&this.toggle.emit(e)}handleNavigationItemClick(a){n(a)&&this.handleToggle()}enableAttributePassing(a,e){const d=null==a?void 0:a.closest(e);if(a&&d){const e=d.attributes;for(let c=0;c<e.length;c++){const t=e.item(c);if(t&&"data-density"!==t.name&&(t.name.startsWith("data-")||t.name.startsWith("aria-")))a.setAttribute(t.name,t.value),d.removeAttribute(t.name);else if(t&&"data-density"!==t.name&&"class"!==t.name&&"style"===t.name)a.setAttribute(t.name,t.value),d.removeAttribute(t.name);else if(t&&"class"===t.name){const e=t.value.includes("hydrated"),c=t.value.replace("hydrated","").trim(),s=a.getAttribute("class");a.setAttribute(t.name,`${s?`${s} `:""}${c}`),e?d.setAttribute("class","hydrated"):d.removeAttribute(t.name)}}}}watch0Fn(){this.initialized&&this._ref&&this.forceMobile&&(t(this._ref,{key:"data-force-mobile",value:"true"}),this.forcedToMobile=!0)}watch0(){this.watch0Fn()}componentDidLoad(){this.enableAttributePassing(this._ref,"db-header"),this.initialized=!0,this.watch0Fn()}render(){var a,e,t;return d("header",{key:"b5085e769fbc61e94b0ae0e1cca91db441efc1a5",class:i("db-header",this.className),ref:a=>{this._ref=a},id:null!==(a=this.id)&&void 0!==a?a:null===(e=this.propOverrides)||void 0===e?void 0:e.id,"data-width":this.width,"data-on-forcing-mobile":this.forceMobile&&!this.forcedToMobile},d("db-drawer",{key:"a47facce9c8108126495c77d37a487cd34fe0ecb",class:"db-header-drawer",spacing:"small",rounded:!0,closeButtonId:this.closeButtonId,closeButtonText:this.closeButtonText,open:s(this.drawerOpen),onClose:()=>this.handleToggle()},d("div",{key:"cda6c2d0070ce377af2bd5ca4b77459a94350df5",class:"db-header-drawer-navigation"},d("div",{key:"15713a6e12680039ca79f27ec4a1000b120af4fd",class:"db-header-navigation",onClick:a=>this.handleNavigationItemClick(a)},d("slot",{key:"e553fe01864f6a23e12edb336ddfabae78ca4f74"})),d("div",{key:"73339268263f22638ce7e7cde00369f58a279d62",class:"db-header-meta-navigation"},d("slot",{key:"deffe76713c7ad062821f83a34ad1c0530acff6c",name:"metaNavigation"}))),d("div",{key:"42f61529aa00d9422cac6c8d5ae2588d0eb4760d",class:"db-header-secondary-action"},d("slot",{key:"3273017c0520401367809b3e39e1d642b92bec50",name:"secondaryAction"}))),d("div",{key:"26b07d2244c291b78daa6dd2bc39ce2ee93d8674",class:"db-header-meta-navigation"},d("slot",{key:"4adfd5ac044acbb161a26e9e033a1483991842c6",name:"metaNavigation"})),d("div",{key:"6a9709c60965315e7ecffb41ea4aac8caf986086",class:"db-header-navigation-bar"},d("div",{key:"6eca84e588432ec968d4aed685d0dda4053b08a9",class:"db-header-brand-container"},d("slot",{key:"c034633ed87c6c554621e275b6d98d1d1628265c",name:"brand"})),d("div",{key:"04766e92142de2cd49a08711e7ad627b0cef14bd",class:"db-header-navigation-container"},d("div",{key:"fa4a5f6deab5edf3e1acf6e67d73ce06e638ae02",class:"db-header-navigation"},d("slot",{key:"192fbdd2773ab46f2e4800d919a2ace97c9f5ef2"})),d("div",{key:"3bf503b08a862dbca679c198916da4be7228c528",class:"db-header-primary-action"},d("slot",{key:"2ab7194da0568d92c85d47ecbf4e34aa4a734d00",name:"primaryAction"}))),d("div",{key:"f45dbbf3346e8bf533a4af7c82e754fe0a679082",class:"db-header-action-container"},d("div",{key:"7dfcd81988888a0595b94e15ba963abcfb1200ea",class:"db-header-burger-menu-container"},d("db-button",{key:"52e71ba370d564b8739966643adf2ccce5e48bcb",icon:"menu",variant:"ghost",noText:!0,onClick:()=>this.handleToggle()},null!==(t=this.burgerMenuLabel)&&void 0!==t?t:c)),d("div",{key:"54cf3d9d67d7be42f6b06227100abb337deb396d",class:"db-header-secondary-action"},d("slot",{key:"fc0a9946c1fd478c57e73f4c3b5b6ae0600101b8",name:"secondaryAction"})))))}static get watchers(){return{initialized:[{watch0:0}],_ref:[{watch0:0}]}}};export{o as db_header}
@@ -1 +0,0 @@
1
- import{r as s,h as t}from"./p-BjIPMjCM.js";import{q as a}from"./p-BdL-nI5y.js";import{g as i,c as d}from"./p-xkoBSP8R.js";const o=class{constructor(t){s(this,t)}enableAttributePassing(s,t){const a=null==s?void 0:s.closest(t);if(s&&a){const t=a.attributes;for(let i=0;i<t.length;i++){const d=t.item(i);if(d&&"data-density"!==d.name&&(d.name.startsWith("data-")||d.name.startsWith("aria-")))s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"data-density"!==d.name&&"class"!==d.name&&"style"===d.name)s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"class"===d.name){const t=d.value.includes("hydrated"),i=d.value.replace("hydrated","").trim(),o=s.getAttribute("class");s.setAttribute(d.name,`${o?`${o} `:""}${i}`),t?a.setAttribute("class","hydrated"):a.removeAttribute(d.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-brand")}render(){var s,o,n;return t("div",{key:"fc41608ac72c69c17542343ce283c584b3e5c3f5",class:d("db-brand",this.className),ref:s=>{this._ref=s},"data-icon":this.hideLogo?"none":null!==(s=this.icon)&&void 0!==s?s:a,"data-show-icon":i(this.showIcon),id:null!==(o=this.id)&&void 0!==o?o:null===(n=this.propOverrides)||void 0===n?void 0:n.id},this.text?this.text:t("slot",null))}};export{o as db_brand}
@@ -1 +0,0 @@
1
- import{r as t,h as i}from"./p-BjIPMjCM.js";import{d as s,g as e,c as a}from"./p-xkoBSP8R.js";import{D as o}from"./p-CHLgQ9vn.js";import{b as n}from"./p-DOPXnIzL.js";const h=class{constructor(i){t(this,i),this.initialized=!1,this.isExpanded=!1,this._documentScrollListenerCallbackId=void 0,this._observer=void 0}handleEscape(t){if(!t||"Escape"===t.key)for(const t of Array.from(this._ref.children))t.blur()}handleAutoPlacement(){if(!this._ref)return;const t=this._ref.querySelector("article");t&&s((()=>{var i;n(t,this._ref,null!==(i=this.placement)&&void 0!==i?i:"bottom")}),1)}handleDocumentScroll(t){var i,s;(null===(i=null==t?void 0:t.target)||void 0===i?void 0:i.contains)&&(null===(s=null==t?void 0:t.target)||void 0===s?void 0:s.contains(this._ref))&&this.handleAutoPlacement()}handleEnter(){var t;this.isExpanded=!0,this._documentScrollListenerCallbackId=(new o).addCallback((t=>this.handleDocumentScroll(t))),this.handleAutoPlacement();const i=this.getTrigger();i&&(null===(t=this._observer)||void 0===t||t.observe(i))}handleLeave(t){var i;const s=null==t?void 0:t.target;if(!(null==s?void 0:s.parentNode)||s.parentNode.querySelector(":focus")!==s&&s.parentNode.querySelector(":focus-within")!==s&&s.parentNode.querySelector(":hover")!==s){this.isExpanded=!1,this._documentScrollListenerCallbackId&&(new o).removeCallback(this._documentScrollListenerCallbackId);const t=this.getTrigger();t&&(null===(i=this._observer)||void 0===i||i.unobserve(t))}}getTrigger(){var t;if(this._ref){const i=Array.from(this._ref.children);if(i.length>=2){const s=i[0];return s.tagName.includes("-")?(null===(t=s.children)||void 0===t?void 0:t.length)>0?s.children[0]:null:s}}return null}enableAttributePassing(t,i){const s=null==t?void 0:t.closest(i);if(t&&s){const i=s.attributes;for(let e=0;e<i.length;e++){const a=i.item(e);if(a&&"data-density"!==a.name&&(a.name.startsWith("data-")||a.name.startsWith("aria-")))t.setAttribute(a.name,a.value),s.removeAttribute(a.name);else if(a&&"data-density"!==a.name&&"class"!==a.name&&"style"===a.name)t.setAttribute(a.name,a.value),s.removeAttribute(a.name);else if(a&&"class"===a.name){const i=a.value.includes("hydrated"),e=a.value.replace("hydrated","").trim(),o=t.getAttribute("class");t.setAttribute(a.name,`${o?`${o} `:""}${e}`),i?s.setAttribute("class","hydrated"):s.removeAttribute(a.name)}}}}watch0Fn(){if(this._ref&&this.initialized){this.initialized=!1;const t=this.getTrigger();t&&(t.ariaHasPopup="true"),this.handleAutoPlacement(),this._ref.addEventListener("keydown",(t=>this.handleEscape(t))),["mouseenter","focusin"].forEach((t=>{this._ref.addEventListener(t,(()=>this.handleEnter()))})),["mouseleave","focusout"].forEach((t=>{this._ref.addEventListener(t,(()=>this.handleLeave()))})),"undefined"!=typeof window&&"IntersectionObserver"in window&&(this._observer=new IntersectionObserver((t=>{const i=t.find((({target:t})=>t===this.getTrigger()));i&&!i.isIntersecting&&this.handleEscape(!1)})))}}watch0(){this.watch0Fn()}watch1Fn(){if(this._ref){const t=this.getTrigger();t&&(t.ariaExpanded=Boolean(this.isExpanded).toString())}}watch1(){this.watch1Fn()}componentDidLoad(){this.enableAttributePassing(this._ref,"db-popover"),this.initialized=!0,this.watch0Fn(),this.watch1Fn()}render(){var t,s,o;return i("div",{key:"a160c72e468d3f98cf94f76193b31dea016821f5",class:a("db-popover",this.className),ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(s=this.propOverrides)||void 0===s?void 0:s.id},i("slot",{key:"bb80f944827c1a2edb671ce3572546eabdac8fe3",name:"trigger"}),i("article",{key:"5286e4c7e53558e4bdff52ab3742acf0b854cb4a",class:"db-popover-content","data-spacing":this.spacing,"data-gap":e(this.gap),"data-animation":e(null===(o=this.animation)||void 0===o||o),"data-open":e(this.open),"data-delay":this.delay,"data-width":this.width,"data-placement":this.placement},i("slot",{key:"09822daff7336bfe9541418bcd55a8809cdaab08"})))}static get watchers(){return{_ref:[{watch0:0},{watch1:0}],initialized:[{watch0:0}],isExpanded:[{watch1:0}]}}};export{h as db_popover}
@@ -1 +0,0 @@
1
- import{r as t,c as s,h as a}from"./p-BjIPMjCM.js";import{s as i}from"./p-BdL-nI5y.js";import{o as e,d,g as h,c}from"./p-xkoBSP8R.js";const o=class{constructor(a){t(this,a),this.close=s(this,"close"),this.initialized=!1}handleClose(t,s){var a;t&&(e(t)?"Escape"===t.key&&(t.preventDefault(),this.close&&this.close.emit(t)):(s&&(t.stopPropagation(),this.close&&this.close.emit(t)),"DIALOG"===(null===(a=t.target)||void 0===a?void 0:a.nodeName)&&"click"===t.type&&"none"!==this.backdrop&&this.close&&this.close.emit(t)))}handleDialogOpen(){if(this._ref){const t=Boolean(this.open);t&&!this._ref.open&&(this.dialogContainerRef&&this.dialogContainerRef.removeAttribute("data-transition"),"absolute"===this.position||"none"===this.backdrop||"inside"===this.variant?this._ref.show():this._ref.showModal(),d((()=>{this.dialogContainerRef&&(this.dialogContainerRef.dataset.transition="open")}),1)),!t&&this._ref.open&&(this.dialogContainerRef&&(this.dialogContainerRef.dataset.transition="close"),d((()=>{var t;null===(t=this._ref)||void 0===t||t.close()}),401))}}enableAttributePassing(t,s){const a=null==t?void 0:t.closest(s);if(t&&a){const s=a.attributes;for(let i=0;i<s.length;i++){const e=s.item(i);if(e&&"data-density"!==e.name&&(e.name.startsWith("data-")||e.name.startsWith("aria-")))t.setAttribute(e.name,e.value),a.removeAttribute(e.name);else if(e&&"data-density"!==e.name&&"class"!==e.name&&"style"===e.name)t.setAttribute(e.name,e.value),a.removeAttribute(e.name);else if(e&&"class"===e.name){const s=e.value.includes("hydrated"),i=e.value.replace("hydrated","").trim(),d=t.getAttribute("class");t.setAttribute(e.name,`${d?`${d} `:""}${i}`),s?a.setAttribute("class","hydrated"):a.removeAttribute(e.name)}}}}watch0Fn(){this.handleDialogOpen()}watch0(){this.watch0Fn()}watch1Fn(){if(this._ref&&this.initialized&&"absolute"===this.position){const t=this._ref.parentElement;t&&(t.style.position="relative")}}watch1(){this.watch1Fn()}componentDidLoad(){this.enableAttributePassing(this._ref,"db-drawer"),this.handleDialogOpen(),this.initialized=!0,this.watch0Fn(),this.watch1Fn()}render(){var t,s,e;return a("dialog",{key:"5980a60cbe0d46868a4a65d853551a25159523f0",class:"db-drawer",id:null!==(t=this.id)&&void 0!==t?t:null===(s=this.propOverrides)||void 0===s?void 0:s.id,ref:t=>{this._ref=t},onClick:t=>this.handleClose(t),onKeyDown:t=>this.handleClose(t),"data-position":this.position,"data-backdrop":this.backdrop,"data-direction":this.direction,"data-variant":this.variant},a("article",{key:"305ff89261e63e2dbe0640fc9be97b330a4b94cf",class:c("db-drawer-container",this.className),ref:t=>{this.dialogContainerRef=t},"data-spacing":this.spacing,"data-width":this.width,"data-direction":this.direction,"data-rounded":h(this.rounded)},a("header",{key:"fe07654ff3c238c6a0eb2f73ff5f8a035ff9232c",class:"db-drawer-header"},a("div",{key:"56eff8cf0d755c027bf72e2319e7897ed3b4b51c",class:"db-drawer-header-text"},a("slot",{key:"ff8378e26a292c20991899764a927aadd5b35ac8",name:"drawerHeader"})),a("db-button",{key:"5300a384462ceb1ac7ac9272bed2ee34f426ccf2",class:"button-close-drawer",icon:"cross",variant:"ghost",id:this.closeButtonId,noText:!0,onClick:t=>this.handleClose(t,!0)},null!==(e=this.closeButtonText)&&void 0!==e?e:i)),a("div",{key:"681bd3593f743539104398e0dbb6628abdd8ae2c",class:"db-drawer-content"},a("slot",{key:"ad9f204d5f0b6b44fec8bfc49f8aa361cbb155d7"}))))}static get watchers(){return{open:[{watch0:0}],_ref:[{watch1:0}],initialized:[{watch1:0}],position:[{watch1:0}]}}};export{o as db_drawer}
@@ -1 +0,0 @@
1
- import{r as t,h as s}from"./p-BjIPMjCM.js";import{g as a,c as i}from"./p-xkoBSP8R.js";const e=class{constructor(s){t(this,s)}enableAttributePassing(t,s){const a=null==t?void 0:t.closest(s);if(t&&a){const s=a.attributes;for(let i=0;i<s.length;i++){const e=s.item(i);if(e&&"data-density"!==e.name&&(e.name.startsWith("data-")||e.name.startsWith("aria-")))t.setAttribute(e.name,e.value),a.removeAttribute(e.name);else if(e&&"data-density"!==e.name&&"class"!==e.name&&"style"===e.name)t.setAttribute(e.name,e.value),a.removeAttribute(e.name);else if(e&&"class"===e.name){const s=e.value.includes("hydrated"),i=e.value.replace("hydrated","").trim(),d=t.getAttribute("class");t.setAttribute(e.name,`${d?`${d} `:""}${i}`),s?a.setAttribute("class","hydrated"):a.removeAttribute(e.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-infotext")}render(){var t,e,d;return s("span",{key:"49219bd5f07042ba66ee28e86aed0536e0f776eb",class:i("db-infotext",this.className),ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(e=this.propOverrides)||void 0===e?void 0:e.id,"data-icon":this.icon,"data-semantic":this.semantic,"data-size":this.size,"data-wrap":a(this.wrap),"data-show-icon-leading":a(null===(d=this.showIcon)||void 0===d||d)},this.text?this.text:s("slot",null))}};export{e as db_infotext}
@@ -1 +0,0 @@
1
- import{r as a,h as s}from"./p-BjIPMjCM.js";import{c as t}from"./p-xkoBSP8R.js";const e=class{constructor(s){a(this,s)}enableAttributePassing(a,s){const t=null==a?void 0:a.closest(s);if(a&&t){const s=t.attributes;for(let e=0;e<s.length;e++){const i=s.item(e);if(i&&"data-density"!==i.name&&(i.name.startsWith("data-")||i.name.startsWith("aria-")))a.setAttribute(i.name,i.value),t.removeAttribute(i.name);else if(i&&"data-density"!==i.name&&"class"!==i.name&&"style"===i.name)a.setAttribute(i.name,i.value),t.removeAttribute(i.name);else if(i&&"class"===i.name){const s=i.value.includes("hydrated"),e=i.value.replace("hydrated","").trim(),d=a.getAttribute("class");a.setAttribute(i.name,`${d?`${d} `:""}${e}`),s?t.setAttribute("class","hydrated"):t.removeAttribute(i.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-navigation")}render(){var a,e;return s("nav",{key:"d35a0452fce96ed3fa6d692c8022ea4e36802626",class:t("db-navigation",this.className),ref:a=>{this._ref=a},id:null!==(a=this.id)&&void 0!==a?a:null===(e=this.propOverrides)||void 0===e?void 0:e.id},s("menu",{key:"2b1ad0fd739f64003078bbf18535666f83487d1f"},s("slot",{key:"0c82a0f8e78ca1489efe693ec5ba973ada355c97"})))}};export{e as db_navigation}
@@ -1 +0,0 @@
1
- import{r as t,h as a}from"./p-BjIPMjCM.js";import{g as s,c as d}from"./p-xkoBSP8R.js";const i=class{constructor(a){t(this,a)}enableAttributePassing(t,a){const s=null==t?void 0:t.closest(a);if(t&&s){const a=s.attributes;for(let d=0;d<a.length;d++){const i=a.item(d);if(i&&"data-density"!==i.name&&(i.name.startsWith("data-")||i.name.startsWith("aria-")))t.setAttribute(i.name,i.value),s.removeAttribute(i.name);else if(i&&"data-density"!==i.name&&"class"!==i.name&&"style"===i.name)t.setAttribute(i.name,i.value),s.removeAttribute(i.name);else if(i&&"class"===i.name){const a=i.value.includes("hydrated"),d=i.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(i.name,`${e?`${e} `:""}${d}`),a?s.setAttribute("class","hydrated"):s.removeAttribute(i.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-stack")}render(){var t,i;return a("div",{key:"e8a95918ab5412c03412b92adb3f2a2d5979d492",class:d("db-stack",this.className),ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(i=this.propOverrides)||void 0===i?void 0:i.id,"data-gap":this.gap,"data-variant":this.variant,"data-direction":this.direction,"data-alignment":this.alignment,"data-justify-content":this.justifyContent,"data-wrap":s(this.wrap)},a("slot",{key:"b95b19d6ff1a61f416eadfb14d9e19647e4f6cb4"}))}};export{i as db_stack}
@@ -1 +0,0 @@
1
- import{r as s,h as t}from"./p-BjIPMjCM.js";import{c as a}from"./p-xkoBSP8R.js";const i=class{constructor(t){s(this,t)}enableAttributePassing(s,t){const a=null==s?void 0:s.closest(t);if(s&&a){const t=a.attributes;for(let i=0;i<t.length;i++){const d=t.item(i);if(d&&"data-density"!==d.name&&(d.name.startsWith("data-")||d.name.startsWith("aria-")))s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"data-density"!==d.name&&"class"!==d.name&&"style"===d.name)s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"class"===d.name){const t=d.value.includes("hydrated"),i=d.value.replace("hydrated","").trim(),e=s.getAttribute("class");s.setAttribute(d.name,`${e?`${e} `:""}${i}`),t?a.setAttribute("class","hydrated"):a.removeAttribute(d.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-icon")}render(){var s,i;return t("span",{key:"3bef98de9ca12c66f7cce8e11eaa5d895a8d6750",class:a("db-icon",this.className),"aria-hidden":"true",ref:s=>{this._ref=s},id:null!==(s=this.id)&&void 0!==s?s:null===(i=this.propOverrides)||void 0===i?void 0:i.id,"data-icon":this.icon,"data-icon-weight":this.weight,"data-icon-variant":this.variant},this.text?this.text:t("slot",null))}};export{i as db_icon}
@@ -1 +0,0 @@
1
- import{r as s,h as e}from"./p-BjIPMjCM.js";import{c as t}from"./p-xkoBSP8R.js";const a=class{constructor(e){s(this,e)}enableAttributePassing(s,e){const t=null==s?void 0:s.closest(e);if(s&&t){const e=t.attributes;for(let a=0;a<e.length;a++){const d=e.item(a);if(d&&"data-density"!==d.name&&(d.name.startsWith("data-")||d.name.startsWith("aria-")))s.setAttribute(d.name,d.value),t.removeAttribute(d.name);else if(d&&"data-density"!==d.name&&"class"!==d.name&&"style"===d.name)s.setAttribute(d.name,d.value),t.removeAttribute(d.name);else if(d&&"class"===d.name){const e=d.value.includes("hydrated"),a=d.value.replace("hydrated","").trim(),o=s.getAttribute("class");s.setAttribute(d.name,`${o?`${o} `:""}${a}`),e?t.setAttribute("class","hydrated"):t.removeAttribute(d.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-custom-select-form-field")}render(){var s,a;return e("summary",{key:"960e6eb6b0f7f46884e26a820f3ae38e13d57f33",class:t("db-custom-select-form-field",this.className),ref:s=>{this._ref=s},id:null!==(s=this.id)&&void 0!==s?s:null===(a=this.propOverrides)||void 0===a?void 0:a.id},e("slot",{key:"e109b45a0935d878434ae5e330d55fdab7fb438d"}))}};export{a as db_custom_select_form_field}
@@ -1 +0,0 @@
1
- import{r as a,h as t}from"./p-BjIPMjCM.js";import{c as d,g as e}from"./p-xkoBSP8R.js";const s=class{constructor(t){a(this,t),this.fontsLoaded=!1}enableAttributePassing(a,t){const d=null==a?void 0:a.closest(t);if(a&&d){const t=d.attributes;for(let e=0;e<t.length;e++){const s=t.item(e);if(s&&"data-density"!==s.name&&(s.name.startsWith("data-")||s.name.startsWith("aria-")))a.setAttribute(s.name,s.value),d.removeAttribute(s.name);else if(s&&"data-density"!==s.name&&"class"!==s.name&&"style"===s.name)a.setAttribute(s.name,s.value),d.removeAttribute(s.name);else if(s&&"class"===s.name){const t=s.value.includes("hydrated"),e=s.value.replace("hydrated","").trim(),i=a.getAttribute("class");a.setAttribute(s.name,`${i?`${i} `:""}${e}`),t?d.setAttribute("class","hydrated"):d.removeAttribute(s.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-page"),this.fontsLoaded=!this.fadeIn,document&&this.fadeIn?document.fonts.ready.then((()=>{this.fontsLoaded=!0})):this.fontsLoaded=!0}disconnectedCallback(){"undefined"!=typeof window&&document.documentElement.classList.contains("db-page-document")&&document.documentElement.classList.remove("db-page-document")}render(){var a,s;return t("div",{key:"3c52f5947a841db0fcfe81b09e37db5a59f04158",class:d("db-page",this.className),ref:a=>{this._ref=a},id:null!==(a=this.id)&&void 0!==a?a:null===(s=this.propOverrides)||void 0===s?void 0:s.id,"data-variant":this.variant,"data-fade-in":e(this.fadeIn),"data-fonts-loaded":e(this.fontsLoaded)},t("slot",{key:"9b5d03938d5e60f37d807b3acbeb76a1ecb24aab",name:"header"}),t("main",{key:"49b72ad7dab4cc675c1af0c684bf211affd3fa36",class:d("db-main",this.mainClass)},t("slot",{key:"63915bf376296bbfdd9e7f1c3f3e36331543d15c"})),t("slot",{key:"e94f63187f9347a7377956b040d3c201aa008dd6",name:"footer"}))}};export{s as db_page}
@@ -1,2 +0,0 @@
1
- function t(t,n,e){const o="undefined"!=typeof HTMLElement?HTMLElement.prototype:null;for(;t&&t!==o;){const o=Object.getOwnPropertyDescriptor(t,n);if(o&&(!e||o.get))return o;t=Object.getPrototypeOf(t)}}var n=(n,e)=>{var o;Object.entries(null!=(o=e.o.t)?o:{}).map((([o,[l]])=>{if(31&l||32&l){const l=n[o],s=t(Object.getPrototypeOf(n),o,!0)||Object.getOwnPropertyDescriptor(n,o);s&&Object.defineProperty(n,o,{get(){return s.get.call(this)},set(t){s.set.call(this,t)},configurable:!0,enumerable:!0}),e.l.has(o)?n[o]=e.l.get(o):void 0!==l&&(n[o]=l)}}))},e=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},o=(t,e)=>{e&&(t.__stencil__getHostRef=()=>e,e.i=t,512&e.o.u&&n(t,e))},l=(t,n)=>n in t,s=(t,n)=>(0,console.error)(t,n),i=new Map,r="undefined"!=typeof window?window:{},c={u:0,p:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,o)=>t.addEventListener(n,e,o),rel:(t,n,e,o)=>t.removeEventListener(n,e,o),ce:(t,n)=>new CustomEvent(t,n)},u=t=>Promise.resolve(t),f=!1,a=[],d=[],p=(t,n)=>e=>{t.push(e),f||(f=!0,n&&4&c.u?m(v):c.raf(v))},h=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(t){s(t)}t.length=0},v=()=>{h(a),h(d),(f=a.length>0)&&c.raf(v)},m=t=>u().then(t),b=p(d,!0),y=t=>{const n=O(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&$(n,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!g(t,w(t),!1).length)}));let e=0;for(e=0;e<n.length;e++){const t=n[e];1===t.nodeType&&O(t,"childNodes").length&&y(t)}};function $(t,n,e){let o,l=0,s=[];for(;l<t.length;l++){if(o=t[l],o["s-sr"]&&(!n||o["s-hn"]===n)&&(void 0===e||w(o)===e)&&(s.push(o),void 0!==e))return s;s=[...s,...$(o.childNodes,n,e)]}return s}var g=(t,n,e=!0)=>{const o=[];(e&&t["s-sr"]||!t["s-sr"])&&o.push(t);let l=t;for(;l=l.nextSibling;)w(l)!==n||!e&&l["s-sr"]||o.push(l);return o},j=(t,n)=>1===t.nodeType?null===t.getAttribute("slot")&&""===n||t.getAttribute("slot")===n:t["s-sn"]===n||""===n,w=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function O(t,n){if("__"+n in t){const e=t["__"+n];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[n]?t[n]:t[n].bind(t)}var k,N,S=new WeakMap,E=t=>"object"==(t=typeof t)||"function"===t,M=(t,n,...e)=>{let o=null,l=null,s=null,i=!1,r=!1;const c=[],u=n=>{for(let e=0;e<n.length;e++)o=n[e],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!E(o))&&(o+=""),i&&r?c[c.length-1].h+=o:c.push(i?C(null,o):o),r=i)};if(u(e),n){n.key&&(l=n.key),n.name&&(s=n.name);{const t=n.className||n.class;t&&(n.class="object"!=typeof t?t:Object.keys(t).filter((n=>t[n])).join(" "))}}if("function"==typeof t)return t(null===n?{}:n,c,L);const f=C(t,null);return f.v=n,c.length>0&&(f.m=c),f.$=l,f.j=s,f},C=(t,n)=>({u:0,O:t,h:null!=n?n:null,k:null,m:null,v:null,$:null,j:null}),T={},L={forEach:(t,n)=>t.map(R).forEach(n),map:(t,n)=>t.map(R).map(n).map(x)},R=t=>({vattrs:t.v,vchildren:t.m,vkey:t.$,vname:t.j,vtag:t.O,vtext:t.h}),x=t=>{if("function"==typeof t.vtag){const n={...t.vattrs};return t.vkey&&(n.key=t.vkey),t.vname&&(n.name=t.vname),M(t.vtag,n,...t.vchildren||[])}const n=C(t.vtag,t.vtext);return n.v=t.vattrs,n.m=t.vchildren,n.$=t.vkey,n.j=t.vname,n},F=(t,n)=>null==t||E(t)?t:4&n?"false"!==t&&(""===t||!!t):2&n?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&n?t+"":t,A=(t,n)=>{const o=(t=>{var n;return null==(n=e(t))?void 0:n.$hostElement$})(t);return{emit:t=>P(o,n,{bubbles:!0,composed:!0,cancelable:!0,detail:t})}},P=(t,n,e)=>{const o=c.ce(n,e);return t.dispatchEvent(o),o},D=(t,n,o,s,i,u)=>{if(o===s)return;let f=l(t,n),a=n.toLowerCase();if("class"===n){const n=t.classList,e=H(o);let l=H(s);n.remove(...e.filter((t=>t&&!l.includes(t)))),n.add(...l.filter((t=>t&&!e.includes(t))))}else if("key"===n);else if("ref"===n)s&&rt(s,t);else if(f||"o"!==n[0]||"n"!==n[1]){if("a"===n[0]&&n.startsWith("attr:")){const o=n.slice(5);let l;{const n=e(t);if(n&&n.o&&n.o.t){const t=n.o.t[o];t&&t[1]&&(l=t[1])}}return l||(l=o.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),void(null==s||!1===s?!1===s&&""!==t.getAttribute(l)||t.removeAttribute(l):t.setAttribute(l,!0===s?"":s))}if("p"===n[0]&&n.startsWith("prop:")){const e=n.slice(5);try{t[e]=s}catch(t){}return}{const e=E(s);if((f||e&&null!==s)&&!i)try{if(t.tagName.includes("-"))t[n]!==s&&(t[n]=s);else{const e=null==s?"":s;"list"===n?f=!1:null!=o&&t[n]===e||("function"==typeof t.__lookupSetter__(n)?t[n]=e:t.setAttribute(n,e))}}catch(t){}null==s||!1===s?!1===s&&""!==t.getAttribute(n)||t.removeAttribute(n):(!f||4&u||i)&&!e&&1===t.nodeType&&t.setAttribute(n,s=!0===s?"":s)}}else if(n="-"===n[2]?n.slice(3):l(r,a)?a.slice(2):a[2]+n.slice(3),o||s){const e=n.endsWith(U);n=n.replace(W,""),o&&c.rel(t,n,o,e),s&&c.ael(t,n,s,e)}},_=/\s/,H=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(_):[]),U="Capture",W=RegExp(U+"$"),z=(t,n,e)=>{const o=11===n.k.nodeType&&n.k.host?n.k.host:n.k,l=t&&t.v||{},s=n.v||{};for(const t of B(Object.keys(l)))t in s||D(o,t,l[t],void 0,e,n.u);for(const t of B(Object.keys(s)))D(o,t,l[t],s[t],e,n.u)};function B(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var V=!1,q=!1,Y=!1,G=!1,I=[],Z=[],J=(t,n,e)=>{var o;const l=n.m[e];let s,i,c,u=0;if(V||(Y=!0,"slot"===l.O&&(l.u|=l.m?2:1)),null!=l.h)s=l.k=r.document.createTextNode(l.h);else if(1&l.u)s=l.k=r.document.createTextNode(""),z(null,l,G);else{if(!r.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM.");if(s=l.k=r.document.createElement(!V&&2&l.u?"slot-fb":l.O),z(null,l,G),l.m){const n="template"===l.O?s.content:s;for(u=0;u<l.m.length;++u)i=J(t,l,u),i&&n.appendChild(i)}}return s["s-hn"]=N,3&l.u&&(s["s-sr"]=!0,s["s-cr"]=k,s["s-sn"]=l.j||"",s["s-rf"]=null==(o=l.v)?void 0:o.ref,function(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const n=n=>function(t){const e=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const l=this["s-cr"].parentElement;return(l.__childNodes?l.childNodes:(t=>{const n=[];for(let e=0;e<t.length;e++){const o=t[e]["s-nr"]||void 0;o&&o.isConnected&&n.push(o)}return n})(l.childNodes)).forEach((t=>{o===w(t)&&e.push(t)})),n?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=n(!0),t.assignedNodes=n(!1)}(s),c=t&&t.m&&t.m[e],c&&c.O===l.O&&t.k&&K(t.k)),s},K=t=>{c.u|=1;const n=t.closest(N.toLowerCase());if(null!=n){const e=Array.from(n.__childNodes||n.childNodes).find((t=>t["s-cr"])),o=Array.from(t.__childNodes||t.childNodes);for(const t of e?o.reverse():o)null!=t["s-sh"]&&(ct(n,t,null!=e?e:null),t["s-sh"]=void 0,Y=!0)}c.u&=-2},Q=(t,n)=>{c.u|=1;const e=Array.from(t.__childNodes||t.childNodes);if(t["s-sr"]){let n=t;for(;n=n.nextSibling;)n&&n["s-sn"]===t["s-sn"]&&n["s-sh"]===N&&e.push(n)}for(let t=e.length-1;t>=0;t--){const o=e[t];o["s-hn"]!==N&&o["s-ol"]&&(ct(et(o).parentNode,o,et(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,Y=!0),n&&Q(o,n)}c.u&=-2},X=(t,n,e,o,l,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for("template"===e.O&&(r=r.content);l<=s;++l)o[l]&&(i=J(null,e,l),i&&(o[l].k=i,ct(r,i,et(n))))},tt=(t,n,e)=>{for(let o=n;o<=e;++o){const n=t[o];if(n){const t=n.k;it(n),t&&(q=!0,t["s-ol"]?t["s-ol"].remove():Q(t,!0),t.remove())}}},nt=(t,n,e=!1)=>t.O===n.O&&("slot"===t.O?t.j===n.j:e?(e&&!t.$&&n.$&&(t.$=n.$),!0):t.$===n.$),et=t=>t&&t["s-ol"]||t,ot=(t,n,e=!1)=>{const o=n.k=t.k,l=t.m,s=n.m,i=n.h;let r;null==i?("slot"!==n.O||V||t.j!==n.j&&(n.k["s-sn"]=n.j||"",K(n.k.parentElement)),z(t,n,G),null!==l&&null!==s?((t,n,e,o,l=!1)=>{let s,i,r=0,c=0,u=0,f=0,a=n.length-1,d=n[0],p=n[a],h=o.length-1,v=o[0],m=o[h];const b="template"===e.O?t.content:t;for(;r<=a&&c<=h;)if(null==d)d=n[++r];else if(null==p)p=n[--a];else if(null==v)v=o[++c];else if(null==m)m=o[--h];else if(nt(d,v,l))ot(d,v,l),d=n[++r],v=o[++c];else if(nt(p,m,l))ot(p,m,l),p=n[--a],m=o[--h];else if(nt(d,m,l))"slot"!==d.O&&"slot"!==m.O||Q(d.k.parentNode,!1),ot(d,m,l),ct(b,d.k,p.k.nextSibling),d=n[++r],m=o[--h];else if(nt(p,v,l))"slot"!==d.O&&"slot"!==m.O||Q(p.k.parentNode,!1),ot(p,v,l),ct(b,p.k,d.k),p=n[--a],v=o[++c];else{for(u=-1,f=r;f<=a;++f)if(n[f]&&null!==n[f].$&&n[f].$===v.$){u=f;break}u>=0?(i=n[u],i.O!==v.O?s=J(n&&n[c],e,u):(ot(i,v,l),n[u]=void 0,s=i.k),v=o[++c]):(s=J(n&&n[c],e,c),v=o[++c]),s&&ct(et(d.k).parentNode,s,et(d.k))}r>a?X(t,null==o[h+1]?null:o[h+1].k,e,o,c,h):c>h&&tt(n,r,a)})(o,l,n,s,e):null!==s?(null!==t.h&&(o.textContent=""),X(o,null,n,s,0,s.length-1)):!e&&null!==l&&tt(l,0,l.length-1)):(r=o["s-cr"])?r.parentNode.textContent=i:t.h!==i&&(o.data=i)},lt=[],st=t=>{let n,e,o;const l=t.__childNodes||t.childNodes;for(const t of l){if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;const l=t["s-sn"];for(o=e.length-1;o>=0;o--)if(n=e[o],!(n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||n["s-sh"]&&n["s-sh"]===t["s-hn"]))if(j(n,l)){let e=lt.find((t=>t.N===n));q=!0,n["s-sn"]=n["s-sn"]||l,e?(e.N["s-sh"]=t["s-hn"],e.S=t):(n["s-sh"]=t["s-hn"],lt.push({S:t,N:n})),n["s-sr"]&&lt.map((t=>{j(t.N,n["s-sn"])&&(e=lt.find((t=>t.N===n)),e&&!t.S&&(t.S=e.S))}))}else lt.some((t=>t.N===n))||lt.push({N:n})}1===t.nodeType&&st(t)}},it=t=>{t.v&&t.v.ref&&I.push((()=>t.v.ref(null))),t.m&&t.m.map(it)},rt=(t,n)=>{Z.push((()=>t(n)))},ct=(t,n,e,o)=>{if("string"==typeof n["s-sn"]){t.insertBefore(n,e);const{slotNode:l}=function(t,n){var e;if(!(n=n||(null==(e=t["s-ol"])?void 0:e.parentElement)))return{slotNode:null,slotName:""};const o=t["s-sn"]=w(t)||"";return{slotNode:$(O(n,"childNodes"),n.tagName,o)[0],slotName:o}}(n);return l&&!o&&function(t){t.dispatchEvent(new CustomEvent("slotchange",{bubbles:!1,cancelable:!1,composed:!1}))}(l),n}return t.__insertBefore?t.__insertBefore(n,e):null==t?void 0:t.insertBefore(n,e)},ut=(t,n)=>{if(n&&!t.M&&n["s-p"]){const e=n["s-p"].push(new Promise((o=>t.M=()=>{n["s-p"].splice(e-1,1),o()})))}},ft=(t,n)=>{if(t.u|=16,4&t.u)return void(t.u|=512);ut(t,t.C);const e=()=>at(t,n);if(!n)return b(e);queueMicrotask((()=>{e()}))},at=(t,n)=>{const e=t.$hostElement$,o=t.i;if(!o)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return n?(t.T&&(t.T=!1,yt(o,"connectedCallback",void 0,e)),t.L.length&&t.L.forEach((t=>t(e))),l=yt(o,"componentWillLoad",void 0,e)):l=yt(o,"componentWillUpdate",void 0,e),l=dt(l,(()=>yt(o,"componentWillRender",void 0,e))),dt(l,(()=>ht(t,o,n)))},dt=(t,n)=>pt(t)?t.then(n).catch((t=>{console.error(t),n()})):n(),pt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,ht=async(t,n,e)=>{var o;const l=t.$hostElement$,s=l["s-rc"];vt(t,n,l,e),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const n=null!=(o=l["s-p"])?o:[],e=()=>mt(t);0===n.length?e():(Promise.all(n).then(e).catch(e),t.u|=4,n.length=0)}},vt=(t,n,e,o)=>{try{n=n.render(),t.u&=-17,t.u|=2,((t,n,e=!1)=>{var o,l,s,i,u;const f=t.$hostElement$,a=t.o,d=t.R||C(null,null),p=(t=>t&&t.O===T)(n)?n:M(null,null,n);if(N=f.tagName,e&&p.v)for(const t of Object.keys(p.v))f.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(p.v[t]=f[t]);if(p.O=null,p.u|=4,t.R=p,p.k=d.k=f,V=!1,k=f["s-cr"],q=!1,ot(d,p,e),c.u|=1,Y){st(p.k);for(const t of lt){const n=t.N;if(!n["s-ol"]&&r.document){const t=r.document.createTextNode("");t["s-nr"]=n,ct(n.parentNode,n["s-ol"]=t,n,e)}}for(const t of lt){const n=t.N,c=t.S;if(1===n.nodeType&&e&&(n["s-ih"]=null!=(o=n.hidden)&&o),c){const t=c.parentNode;let o=c.nextSibling;if(o&&1===o.nodeType){let e=null==(l=n["s-ol"])?void 0:l.previousSibling;for(;e;){let l=null!=(s=e["s-nr"])?s:null;if(l&&l["s-sn"]===n["s-sn"]&&t===(l.__parentNode||l.parentNode)){for(l=l.nextSibling;l===n||(null==l?void 0:l["s-sr"]);)l=null==l?void 0:l.nextSibling;if(!l||!l["s-nr"]){o=l;break}}e=e.previousSibling}}if((!o&&t!==(n.__parentNode||n.parentNode)||(n.__nextSibling||n.nextSibling)!==o)&&n!==o){if(ct(t,n,o,e),8===n.nodeType&&n.nodeValue.startsWith("s-nt-")){const t=r.document.createTextNode(n.nodeValue.replace(/^s-nt-/,""));t["s-hn"]=n["s-hn"],t["s-sn"]=n["s-sn"],t["s-sh"]=n["s-sh"],t["s-sr"]=n["s-sr"],t["s-ol"]=n["s-ol"],t["s-ol"]["s-nr"]=t,ct(n.parentNode,t,n,e),n.parentNode.removeChild(n)}1===n.nodeType&&"SLOT-FB"!==n.tagName&&(n.hidden=null!=(i=n["s-ih"])&&i)}n&&"function"==typeof c["s-rf"]&&c["s-rf"](c)}else 1===n.nodeType&&(n.hidden=!0)}}if(q&&y(p.k),c.u&=-2,lt.length=0,!V&&!(1&a.u)&&f["s-cr"]){const t=p.k.__childNodes||p.k.childNodes;for(const n of t)if(n["s-hn"]!==N&&!n["s-sh"])if(e&&null==n["s-ih"]&&(n["s-ih"]=null!=(u=n.hidden)&&u),1===n.nodeType)n.hidden=!0;else if(3===n.nodeType&&n.nodeValue.trim()){const t=r.document.createComment("s-nt-"+n.nodeValue);t["s-sn"]=n["s-sn"],ct(n.parentNode,t,n,e),n.parentNode.removeChild(n)}}k=void 0,I.forEach((t=>t())),I.length=0,Z.forEach((t=>t())),Z.length=0})(t,n,o)}catch(n){s(n,t.$hostElement$)}return null},mt=t=>{const n=t.$hostElement$,e=t.i,o=t.C;yt(e,"componentDidRender",void 0,n),64&t.u?yt(e,"componentDidUpdate",void 0,n):(t.u|=64,$t(n),yt(e,"componentDidLoad",void 0,n),t.F(n),o||bt()),t.M&&(t.M(),t.M=void 0),512&t.u&&m((()=>ft(t,!1))),t.u&=-517},bt=()=>{m((()=>P(r,"appload",{detail:{namespace:"db-ux"}})))},yt=(t,n,e,o)=>{if(t&&t[n])try{return t[n](e)}catch(t){s(t,o)}},$t=t=>t.classList.add("hydrated"),gt=(t,n,o,l)=>{const i=e(t);if(!i)return;if(!i)throw Error(`Couldn't find host element for "${l.A}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const r=i.$hostElement$,c=i.l.get(n),u=i.u,f=i.i;if(o=F(o,l.t[n][0]),!(8&u&&void 0!==c||o===c||Number.isNaN(c)&&Number.isNaN(o))){if(i.l.set(n,o),l.P){const t=l.P[n];t&&t.map((t=>{try{const[[e,l]]=Object.entries(t);(128&u||1&l)&&(f?f[e](o,c,n):i.L.push((()=>{i.i[e](o,c,n)})))}catch(t){s(t,r)}}))}if(2&u){if(f.componentShouldUpdate&&!1===f.componentShouldUpdate(o,c,n)&&!(16&u))return;16&u||ft(i,!1)}}},jt=(n,o,l)=>{var s,i;const r=n.prototype;{n.watchers&&!o.P&&(o.P=n.watchers),n.deserializers&&!o.D&&(o.D=n.deserializers),n.serializers&&!o._&&(o._=n.serializers);const u=Object.entries(null!=(s=o.t)?s:{});if(u.map((([n,[s]])=>{if(31&s||2&l&&32&s){const{get:i,set:c}=t(r,n)||{};i&&(o.t[n][0]|=2048),c&&(o.t[n][0]|=4096),(1&l||!i)&&Object.defineProperty(r,n,{get(){{if(!(2048&o.t[n][0]))return((t,n)=>e(this).l.get(n))(0,n);const t=e(this),l=t?t.i:r;if(!l)return;return l[n]}},configurable:!0,enumerable:!0}),Object.defineProperty(r,n,{set(t){const i=e(this);if(i){if(c)return void 0===(32&s?this[n]:i.$hostElement$[n])&&i.l.get(n)&&(t=i.l.get(n)),c.call(this,F(t,s)),void gt(this,n,t=32&s?this[n]:i.$hostElement$[n],o);{if(!(1&l&&4096&o.t[n][0]))return gt(this,n,t,o),void(1&l&&!i.i&&i.L.push((()=>{4096&o.t[n][0]&&i.i[n]!==i.l.get(n)&&(i.i[n]=t)})));const e=()=>{const e=i.i[n];!i.l.get(n)&&e&&i.l.set(n,e),i.i[n]=F(t,s),gt(this,n,i.i[n],o)};i.i?e():i.L.push((()=>{e()}))}}}})}})),1&l){const t=new Map;r.attributeChangedCallback=function(n,l,s){c.jmp((()=>{var i;const c=t.get(n),f=e(this);if(this.hasOwnProperty(c)&&(s=this[c],delete this[c]),r.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const t=null==f?void 0:f.u;if(f&&t&&!(8&t)&&s!==l){const e=f.i,r=null==(i=o.P)?void 0:i[n];null==r||r.forEach((o=>{const[[i,r]]=Object.entries(o);null!=e[i]&&(128&t||1&r)&&e[i].call(e,s,l,n)}))}return}const a=u.find((([t])=>t===c));a&&4&a[1][0]&&(s=null!==s&&"false"!==s);const d=Object.getOwnPropertyDescriptor(r,c);s==this[c]||d.get&&!d.set||(this[c]=s)}))},n.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=o.P)?i:{}),...u.filter((([t,n])=>31&n[0])).map((([n,e])=>{const o=e[1]||n;return t.set(o,n),o}))]))}}return n},wt=(t,n)=>{yt(t,"connectedCallback",void 0,n)},Ot=(t,n)=>{yt(t,"disconnectedCallback",void 0,n||t)},kt=(t,n={})=>{var o;if(!r.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const l=[],u=n.exclude||[],f=r.customElements,a=r.document.head,d=a.querySelector("meta[charset]"),p=r.document.createElement("style"),h=[];let v,m=!0;Object.assign(c,n),c.p=new URL(n.resourcesUrl||"./",r.document.baseURI).href;let b=!1;if(t.map((t=>{t[1].map((n=>{var o,a,d;const p={u:n[0],A:n[1],t:n[2],H:n[3]};4&p.u&&(b=!0),p.t=n[2],p.P=null!=(o=n[4])?o:{},p._=null!=(a=n[5])?a:{},p.D=null!=(d=n[6])?d:{};const y=p.A,$=class extends HTMLElement{"s-p";"s-rc";hasRegisteredEventListeners=!1;constructor(t){super(t),((t,n)=>{const e={u:0,$hostElement$:t,o:n,l:new Map,U:new Map};e.W=new Promise((t=>e.F=t)),t["s-p"]=[],t["s-rc"]=[],e.L=[];const o=e;t.__stencil__getHostRef=()=>o})(t=this,p)}connectedCallback(){e(this)&&(this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),v&&(clearTimeout(v),v=null),m?h.push(this):c.jmp((()=>(t=>{if(!(1&c.u)){const n=e(t);if(!n)return;const o=n.o,l=()=>{};if(1&n.u)(null==n?void 0:n.i)?wt(n.i,t):(null==n?void 0:n.W)&&n.W.then((()=>wt(n.i,t)));else{n.u|=1,12&o.u&&(t=>{if(!r.document)return;const n=t["s-cr"]=r.document.createComment("");n["s-cn"]=!0,ct(t,n,t.firstChild)})(t);{let e=t;for(;e=e.parentNode||e.host;)if(e["s-p"]){ut(n,n.C=e);break}}o.t&&Object.entries(o.t).map((([n,[e]])=>{if(31&e&&Object.prototype.hasOwnProperty.call(t,n)){const e=t[n];delete t[n],t[n]=e}})),(async(t,n,e)=>{let o;try{if(!(32&n.u))if(n.u|=32,e.B){const l=((t,n)=>{const e=t.A.replace(/-/g,"_"),o=t.B;if(!o)return;const l=i.get(o);return l?l[e]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[e])),(t=>{s(t,n.$hostElement$)}))
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,n);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${e.A}#${n.V}" was not found`);o.isProxied||(e.P=o.watchers,e._=o.serializers,e.D=o.deserializers,jt(o,e,2),o.isProxied=!0);const r=()=>{};n.u|=8;try{new o(n)}catch(n){s(n,t)}n.u&=-9,n.u|=128,r(),4&e.u?n.T=!0:wt(n.i,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>n.u|=128));const l=n.C,r=()=>ft(n,!0);l&&l["s-rc"]?l["s-rc"].push(r):r()}catch(e){s(e,t),n.M&&(n.M(),n.M=void 0),n.F&&n.F(t)}})(t,n,o)}l()}})(this))))}disconnectedCallback(){c.jmp((()=>(async t=>{if(!(1&c.u)){const n=e(t);(null==n?void 0:n.i)?Ot(n.i,t):(null==n?void 0:n.W)&&n.W.then((()=>Ot(n.i,t)))}S.has(t)&&S.delete(t),t.shadowRoot&&S.has(t.shadowRoot)&&S.delete(t.shadowRoot)})(this))),c.raf((()=>{var t;const n=e(this);if(!n)return;const o=h.findIndex((t=>t===this));o>-1&&h.splice(o,1),(null==(t=null==n?void 0:n.R)?void 0:t.k)instanceof Node&&!n.R.k.isConnected&&delete n.R.k}))}componentOnReady(){var t;return null==(t=e(this))?void 0:t.W}};p.B=t[0],u.includes(y)||f.get(y)||(l.push(y),f.define(y,jt($,p,1)))}))})),l.length>0&&(b&&(p.textContent+="slot-fb{display:contents}slot-fb[hidden]{display:none}"),p.textContent+=l.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",p.innerHTML.length)){p.setAttribute("data-styles","");const t=null!=(o=c.q)?o:function(){var t,n,e;return null!=(e=null==(n=null==(t=r.document.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?e:void 0}();null!=t&&p.setAttribute("nonce",t),a.insertBefore(p,d?d.nextSibling:a.firstChild)}m=!1,h.length?h.map((t=>t.connectedCallback())):c.jmp((()=>v=setTimeout(bt,30)))},Nt=(t,n)=>n,St=t=>c.q=t;export{Nt as F,kt as b,A as c,M as h,u as p,o as r,St as s}
@@ -1 +0,0 @@
1
- import{r as s,h as t}from"./p-BjIPMjCM.js";import{c as d}from"./p-xkoBSP8R.js";const e=class{constructor(t){s(this,t)}enableAttributePassing(s,t){const d=null==s?void 0:s.closest(t);if(s&&d){const t=d.attributes;for(let e=0;e<t.length;e++){const i=t.item(e);if(i&&"data-density"!==i.name&&(i.name.startsWith("data-")||i.name.startsWith("aria-")))s.setAttribute(i.name,i.value),d.removeAttribute(i.name);else if(i&&"data-density"!==i.name&&"class"!==i.name&&"style"===i.name)s.setAttribute(i.name,i.value),d.removeAttribute(i.name);else if(i&&"class"===i.name){const t=i.value.includes("hydrated"),e=i.value.replace("hydrated","").trim(),a=s.getAttribute("class");s.setAttribute(i.name,`${a?`${a} `:""}${e}`),t?d.setAttribute("class","hydrated"):d.removeAttribute(i.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-section")}render(){var s,e;return t("section",{key:"d2cb50a43641ef50d901bd488c7d31911e0f5487",class:d("db-section",this.className),ref:s=>{this._ref=s},id:null!==(s=this.id)&&void 0!==s?s:null===(e=this.propOverrides)||void 0===e?void 0:e.id,"data-spacing":this.spacing||"medium","data-width":this.width},t("slot",{key:"90ce1533ea3392317c7e271ad6d2880d0434321e"}))}};export{e as db_section}
@@ -1 +0,0 @@
1
- import{r as s,c as t,h as i}from"./p-BjIPMjCM.js";import{s as a}from"./p-BdL-nI5y.js";import{e,s as n,g as o,p as l,c as d}from"./p-xkoBSP8R.js";const c=class{constructor(i){s(this,i),this.close=t(this,"close")}handleClose(s){s&&(s.stopPropagation(),this.close&&this.close.emit(s))}enableAttributePassing(s,t){const i=null==s?void 0:s.closest(t);if(s&&i){const t=i.attributes;for(let a=0;a<t.length;a++){const e=t.item(a);if(e&&"data-density"!==e.name&&(e.name.startsWith("data-")||e.name.startsWith("aria-")))s.setAttribute(e.name,e.value),i.removeAttribute(e.name);else if(e&&"data-density"!==e.name&&"class"!==e.name&&"style"===e.name)s.setAttribute(e.name,e.value),i.removeAttribute(e.name);else if(e&&"class"===e.name){const t=e.value.includes("hydrated"),a=e.value.replace("hydrated","").trim(),n=s.getAttribute("class");s.setAttribute(e.name,`${n?`${n} `:""}${a}`),t?i.setAttribute("class","hydrated"):i.removeAttribute(e.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-notification")}render(){var s,t,c;return i("div",{key:"b7789fad4794a93805eeec0cf2740b3f592f32fa",class:d("db-notification",this.className),ref:s=>{this._ref=s},id:null!==(s=this.id)&&void 0!==s?s:null===(t=this.propOverrides)||void 0===t?void 0:t.id,role:l({semantic:this.semantic,role:this.role,ariaLive:this.ariaLive}),"aria-live":this.ariaLive,"data-semantic":this.semantic,"data-variant":this.variant,"data-icon":!1!==e(this.showIcon)?this.icon:void 0,"data-show-icon":o(this.showIcon),"data-link-variant":this.linkVariant},i("slot",{key:"cdf91c6a6cd8dd519ab235046b9ab260007a370e",name:"image"}),n(this.headline,this.showHeadline)?i("header",null,this.headline):null,i("p",{key:"a93c1810e6a75cdd81660cb6e252ed7028c2a5f5"},this.text?this.text:i("slot",null)),n(this.timestamp,this.showTimestamp)?i("span",null,this.timestamp):null,i("slot",{key:"26cae9faba7d9f277413f38a59ea02c9b99eb8c5",name:"link"}),e(this.closeable,"closeable")?i("db-button",{icon:"cross",variant:"ghost",size:"small",id:this.closeButtonId,noText:!0,onClick:s=>this.handleClose(s)},null!==(c=this.closeButtonText)&&void 0!==c?c:a):null)}};export{c as db_notification}
@@ -1 +0,0 @@
1
- import{r as t,h as s,c as i}from"./p-BjIPMjCM.js";import{c as a,e as h,g as e,h as d,d as l,s as o,i as n,u as c,k as r,f as u,j as b,b as v,l as f}from"./p-xkoBSP8R.js";import{l as m,f as y,g as p,h as w,j as k,k as g,b as x,a as $,m as _}from"./p-BdL-nI5y.js";import{c as F}from"./p-D5mInaY7.js";const C=class{constructor(s){t(this,s),this.width="fixed"}enableAttributePassing(t,s){const i=null==t?void 0:t.closest(s);if(t&&i){const s=i.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&"data-density"!==h.name&&(h.name.startsWith("data-")||h.name.startsWith("aria-")))t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"data-density"!==h.name&&"class"!==h.name&&"style"===h.name)t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"class"===h.name){const s=h.value.includes("hydrated"),a=h.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(h.name,`${e?`${e} `:""}${a}`),s?i.setAttribute("class","hydrated"):i.removeAttribute(h.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-custom-select-dropdown")}render(){var t,i;return s("article",{key:"978958659b0f3b0fbdc011abfb079086ca90a6d5",class:a("db-custom-select-dropdown db-card",this.className),"data-spacing":"none",ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(i=this.propOverrides)||void 0===i?void 0:i.id,"data-width":this.width},s("slot",{key:"21a6a67f222cb5eaf262ad4f3bd8cde81e4ba5c0"}))}},L=class{constructor(s){t(this,s)}enableAttributePassing(t,s){const i=null==t?void 0:t.closest(s);if(t&&i){const s=i.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&"data-density"!==h.name&&(h.name.startsWith("data-")||h.name.startsWith("aria-")))t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"data-density"!==h.name&&"class"!==h.name&&"style"===h.name)t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"class"===h.name){const s=h.value.includes("hydrated"),a=h.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(h.name,`${e?`${e} `:""}${a}`),s?i.setAttribute("class","hydrated"):i.removeAttribute(h.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-custom-select-list")}render(){var t,i;return s("div",{key:"3c005a8e6605f176226e1eed81c47737498f1d05",class:a("db-custom-select-list",this.className),role:this.multiple?"group":"radiogroup","aria-label":this.label,ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(i=this.propOverrides)||void 0===i?void 0:i.id},s("ul",{key:"59887c5fe0d8e6c3b136e88ee4d8f1f26c580f5b"},s("slot",{key:"29916aa86adbc98a874f5cee71cf056c705b5f62"})))}},j=class{constructor(s){t(this,s),this.change=i(this,"change"),this.hasDivider=!1}handleChange(t){t.stopPropagation(),this.change&&this.change.emit(t)}getIconTrailing(){if(!this.isGroupTitle&&"checkbox"!==this.type)return h(this.checked,"checked")?"check":"x_placeholder"}enableAttributePassing(t,s){const i=null==t?void 0:t.closest(s);if(t&&i){const s=i.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&"data-density"!==h.name&&(h.name.startsWith("data-")||h.name.startsWith("aria-")))t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"data-density"!==h.name&&"class"!==h.name&&"style"===h.name)t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"class"===h.name){const s=h.value.includes("hydrated"),a=h.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(h.name,`${e?`${e} `:""}${a}`),s?i.setAttribute("class","hydrated"):i.removeAttribute(h.name)}}}}watch0Fn(){this.hasDivider=Boolean(this.isGroupTitle||this.showDivider)}watch0(){this.watch0Fn()}componentDidLoad(){this.enableAttributePassing(this._ref,"db-custom-select-list-item"),this.watch0Fn()}render(){var t,i;return s("li",{key:"439f87691065d7cf9e8742c3f5aa1ded7f5ac422",class:a("db-custom-select-list-item",this.className,{"db-checkbox":"checkbox"===this.type&&!this.isGroupTitle,"db-radio":"checkbox"!==this.type&&!this.isGroupTitle}),ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(i=this.propOverrides)||void 0===i?void 0:i.id,"data-divider":e(this.hasDivider)},this.isGroupTitle?s("span",null,this.groupTitle):s("label",{"data-icon":"checkbox"!==this.type&&this.icon?this.icon:void 0,"data-show-icon":e(this.showIcon),"data-icon-trailing":this.getIconTrailing()},s("input",{class:"db-custom-select-list-item-checkbox","data-disable-focus":"true",type:this.type,name:this.name,form:this.name,checked:h(this.checked,"checked"),disabled:h(this.disabled,"disabled"),value:this.value,onChange:t=>this.handleChange(t)}),this.label?this.label:s("slot",null)))}static get watchers(){return{isGroupTitle:[{watch0:0}],showDivider:[{watch0:0}]}}},D=class{constructor(s){t(this,s),this.input=i(this,"input"),this.change=i(this,"change"),this.blur=i(this,"blur"),this.focus=i(this,"focus"),this._id=void 0,this._messageId=void 0,this._validMessageId=void 0,this._invalidMessageId=void 0,this._invalidMessage=void 0,this._dataListId=void 0,this._descByIds=void 0,this._value="",this._voiceOverFallback="",this.abortController=void 0}hasValidState(){var t;return!!(null!==(t=this.validMessage)&&void 0!==t?t:"valid"===this.validation)}handleValidation(){var t,s,i,a;(null===(t=this._ref)||void 0===t?void 0:t.validity.valid)&&"invalid"!==this.validation?this.hasValidState()&&(null===(i=this._ref)||void 0===i?void 0:i.validity.valid)&&(this.required||this.minLength||this.maxLength||this.pattern)?(this._descByIds=this._validMessageId,d()&&(this._voiceOverFallback=null!==(a=this.validMessage)&&void 0!==a?a:g,l((()=>this._voiceOverFallback=""),1e3))):this._descByIds=o(this.message,this.showMessage)?this._messageId:void 0:(this._descByIds=this._invalidMessageId,this._invalidMessage=this.invalidMessage||(null===(s=this._ref)||void 0===s?void 0:s.validationMessage)||m,d()&&(this._voiceOverFallback=this._invalidMessage,l((()=>this._voiceOverFallback=""),1e3)))}handleInput(t,s){this.input&&this.input.emit(t),this.handleValidation()}handleChange(t,s){this.change&&this.change.emit(t),this.handleValidation()}handleBlur(t){this.blur&&this.blur.emit(t)}handleFocus(t){this.focus&&this.focus.emit(t)}getDataList(){const t=this.dataList;return Array.from((n(t)?null==t?void 0:t.map((t=>({value:t,label:void 0}))):t)||[])}resetIds(){var t,s,i;const a=null!==(i=null!==(t=this.id)&&void 0!==t?t:null===(s=this.propOverrides)||void 0===s?void 0:s.id)&&void 0!==i?i:`input-${c()}`;this._id=a,this._messageId=a+y,this._validMessageId=a+p,this._invalidMessageId=a+w,this._dataListId=a+k}enableAttributePassing(t,s){const i=null==t?void 0:t.closest(s);if(t&&i){const s=i.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&"data-density"!==h.name&&(h.name.startsWith("data-")||h.name.startsWith("aria-")))t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"data-density"!==h.name&&"class"!==h.name&&"style"===h.name)t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"class"===h.name){const s=h.value.includes("hydrated"),a=h.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(h.name,`${e?`${e} `:""}${a}`),s?i.setAttribute("class","hydrated"):i.removeAttribute(h.name)}}}}watch0Fn(){var t,s;(null!==(t=this.id)&&void 0!==t?t:null===(s=this.propOverrides)||void 0===s?void 0:s.id)&&this.resetIds()}watch0(){this.watch0Fn()}watch1Fn(){var t;this._invalidMessage=this.invalidMessage||(null===(t=this._ref)||void 0===t?void 0:t.validationMessage)||m}watch1(){this.watch1Fn()}watch2Fn(){var t;if(this._id){const s=this._id+y;this._messageId=s,this._validMessageId=this._id+p,this._invalidMessageId=this._id+w,this._dataListId=null!==(t=this.dataListId)&&void 0!==t?t:this._id+k,o(this.message,this.showMessage)&&(this._descByIds=s),this.handleValidation()}}watch2(){this.watch2Fn()}watch3Fn(){void 0!==this.value&&(this._value=this.value)}watch3(){this.watch3Fn()}watch4Fn(){if(this._ref){const t=void 0;let s=this.abortController;s||(s=new AbortController,this.abortController=s),F(this._ref,{value:this.value,defaultValue:t},(t=>{this.handleChange(t,!0),this.handleInput(t,!0)}),s.signal)}}watch4(){this.watch4Fn()}componentDidLoad(){this.enableAttributePassing(this._ref,"db-input"),this.resetIds(),this._invalidMessage=this.invalidMessage||m,this.watch0Fn(),this.watch1Fn(),this.watch2Fn(),this.watch3Fn(),this.watch4Fn()}disconnectedCallback(){var t;null===(t=this.abortController)||void 0===t||t.abort()}render(){var t,i,d,l,n,c,m,y;return s("div",{key:"11019c4d0b1eee6662b27c5a3ac9553e0abf846d",class:a("db-input",this.className),"data-variant":this.variant,"data-hide-label":f(this.showLabel),"data-show-icon":e(null!==(t=this.showIconLeading)&&void 0!==t?t:this.showIcon),"data-icon":null!==(i=this.iconLeading)&&void 0!==i?i:this.icon,"data-icon-trailing":this.iconTrailing,"data-hide-asterisk":f(this.showRequiredAsterisk),"data-show-icon-trailing":e(this.showIconTrailing)},s("label",{key:"0f9044b91e5787d32846d279571359c5d057e1a6",htmlFor:this._id},null!==(d=this.label)&&void 0!==d?d:$),s("input",{key:"dfac37e9f7115c015f61ea7db1ac28776a68706e","aria-invalid":"invalid"===this.validation,"data-custom-validity":this.validation,"data-field-sizing":this.fieldSizing,ref:t=>{this._ref=t},id:this._id,name:this.name,type:this.type||"text",multiple:h(this.multiple,"multiple"),accept:this.accept,placeholder:null!==(l=this.placeholder)&&void 0!==l?l:x,disabled:h(this.disabled,"disabled"),required:h(this.required,"required"),step:b(this.step),value:null!==(n=this.value)&&void 0!==n?n:this._value,maxLength:u(this.maxLength,this.maxlength),minLength:u(this.minLength,this.minlength),max:r(this.max,this.type),min:r(this.min,this.type),readOnly:h(this.readOnly,"readOnly")||h(this.readonly,"readonly"),form:this.form,pattern:this.pattern,size:this.size,autoComplete:this.autocomplete,autoFocus:h(this.autofocus,"autofocus"),enterKeyHint:this.enterkeyhint,inputMode:this.inputmode,onInput:t=>this.handleInput(t),onChange:t=>this.handleChange(t),onBlur:t=>this.handleBlur(t),onFocus:t=>this.handleFocus(t),list:this.dataList&&this._dataListId,"aria-describedby":null!==(c=this.ariaDescribedBy)&&void 0!==c?c:this._descByIds,role:["datetime-local","date","time","week","month","color"].includes(null!==(m=this.type)&&void 0!==m?m:"")&&v()?"textbox":void 0}),this.dataList?s("datalist",{id:this._dataListId},null===(y=this.getDataList())||void 0===y?void 0:y.map((t=>s("option",{key:this._dataListId+"-option-"+t.value,value:t.value},t.label)))):null,s("slot",{key:"24e1c8d5ba95fa035c2fbeba5881776e7b8310f0"}),o(this.message,this.showMessage)?s("db-infotext",{size:this.messageSize||"small",icon:this.messageIcon,id:this._messageId},this.message):null,this.hasValidState()?s("db-infotext",{semantic:"successful",id:this._validMessageId,size:this.validMessageSize||"small"},this.validMessage||g):null,s("db-infotext",{key:"8c339f6481cf16148115bc8333023b93160f703f",semantic:"critical",id:this._invalidMessageId,size:this.invalidMessageSize||"small"},this._invalidMessage),s("span",{key:"1d9bfaf96452dd8487a6e10ada99aec33f6b5e52","data-visually-hidden":"true",role:"status"},this._voiceOverFallback))}static get watchers(){return{id:[{watch0:0}],"propOverrides?.id":[{watch0:0}],_ref:[{watch1:0},{watch4:0}],invalidMessage:[{watch1:0}],_id:[{watch2:0}],value:[{watch3:0}]}}},A=class{constructor(s){t(this,s),this.remove=i(this,"remove")}handleRemove(t){t&&(t.stopPropagation(),this.remove&&this.remove.emit(t))}getRemoveButtonText(){return this.removeButton?this.removeButton:_}enableAttributePassing(t,s){const i=null==t?void 0:t.closest(s);if(t&&i){const s=i.attributes;for(let a=0;a<s.length;a++){const h=s.item(a);if(h&&"data-density"!==h.name&&(h.name.startsWith("data-")||h.name.startsWith("aria-")))t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"data-density"!==h.name&&"class"!==h.name&&"style"===h.name)t.setAttribute(h.name,h.value),i.removeAttribute(h.name);else if(h&&"class"===h.name){const s=h.value.includes("hydrated"),a=h.value.replace("hydrated","").trim(),e=t.getAttribute("class");t.setAttribute(h.name,`${e?`${e} `:""}${a}`),s?i.setAttribute("class","hydrated"):i.removeAttribute(h.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-tag")}render(){var t,i,h;return s("div",{key:"61faefa2e89ddb597fcca3cb12f7d31c337e556a",class:a("db-tag",this.className),ref:t=>{this._ref=t},id:null!==(t=this.id)&&void 0!==t?t:null===(i=this.propOverrides)||void 0===i?void 0:i.id,"data-semantic":this.semantic,"data-emphasis":this.emphasis,"data-icon":this.icon,"data-show-check-state":e(null===(h=this.showCheckState)||void 0===h||h),"data-show-icon":e(this.showIcon),"data-no-text":e(this.noText),"data-overflow":e(this.overflow)},s("slot",{key:"e5650c1151f1e86f51138c5e8b292e780bf7544b",name:"content"}),s("slot",{key:"e4023db11c7b59964b4df105eb3af969ba3d558a"}),this.text?this.text:null,"removable"===this.behavior?s("button",{class:"db-button db-tab-remove-button","data-icon":"cross","data-size":"small","data-no-text":"true","data-variant":"ghost",type:"button",onClick:t=>this.handleRemove(t)},s("db-tooltip",{variant:"label"},this.getRemoveButtonText())):null)}};export{C as db_custom_select_dropdown,L as db_custom_select_list,j as db_custom_select_list_item,D as db_input,A as db_tag}
@@ -1 +0,0 @@
1
- import{r as s,c as t,h as a}from"./p-BjIPMjCM.js";import{c as i}from"./p-xkoBSP8R.js";const d=class{constructor(a){s(this,a),this.click=t(this,"click")}handleClick(s){this.click&&this.click.emit(s)}enableAttributePassing(s,t){const a=null==s?void 0:s.closest(t);if(s&&a){const t=a.attributes;for(let i=0;i<t.length;i++){const d=t.item(i);if(d&&"data-density"!==d.name&&(d.name.startsWith("data-")||d.name.startsWith("aria-")))s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"data-density"!==d.name&&"class"!==d.name&&"style"===d.name)s.setAttribute(d.name,d.value),a.removeAttribute(d.name);else if(d&&"class"===d.name){const t=d.value.includes("hydrated"),i=d.value.replace("hydrated","").trim(),e=s.getAttribute("class");s.setAttribute(d.name,`${e?`${e} `:""}${i}`),t?a.setAttribute("class","hydrated"):a.removeAttribute(d.name)}}}}componentDidLoad(){this.enableAttributePassing(this._ref,"db-card")}render(){var s,t;return a("div",{key:"252e6e05d1f5fdef212ae943b0d4d4121a52f5d6",class:i("db-card",this.className),ref:s=>{this._ref=s},id:null!==(s=this.id)&&void 0!==s?s:null===(t=this.propOverrides)||void 0===t?void 0:t.id,"data-behavior":this.behavior,"data-elevation-level":this.elevationLevel,"data-spacing":this.spacing,onClick:s=>this.handleClick(s)},a("slot",{key:"862fd715856bb6ef858c274c9c916bc7f4250051"}))}};export{d as db_card}