@piveau/piveau-hub-ui-modules 80.0.0-alpha.7 → 80.0.0-alpha.8

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 (29) hide show
  1. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.d.ts +13 -3
  2. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs +390 -420
  3. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.mjs.map +1 -1
  4. package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.mjs +27 -27
  5. package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.mjs.map +1 -1
  6. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.d.ts +12 -2
  7. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.mjs +13 -13
  8. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue.mjs.map +1 -1
  9. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue2.mjs +10 -4
  10. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue2.mjs.map +1 -1
  11. package/dist/data-provider-interface/HappyFlowComponents/ui/CrossOutButton.vue3.mjs +2 -2
  12. package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.mjs +56 -0
  13. package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.mjs.map +1 -0
  14. package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue2.mjs +5 -0
  15. package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue2.mjs.map +1 -0
  16. package/dist/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.mjs +7 -5
  17. package/dist/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.mjs.map +1 -1
  18. package/dist/data-provider-interface/HappyFlowComponents/ui/SwitchV3.vue.mjs +16 -16
  19. package/dist/data-provider-interface/HappyFlowComponents/ui/SwitchV3.vue.mjs.map +1 -1
  20. package/dist/data-provider-interface/HappyFlowComponents/ui/SwitchV3.vue2.mjs +2 -2
  21. package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.mjs +11 -8
  22. package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.mjs.map +1 -1
  23. package/dist/piveau-hub-ui-modules.css +1 -1
  24. package/package.json +1 -1
  25. package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue.mjs +0 -68
  26. package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue.mjs.map +0 -1
  27. package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue2.mjs +0 -5
  28. package/dist/data-provider-interface/HappyFlowComponents/ui/Accordion.vue2.mjs.map +0 -1
  29. /package/dist/data-provider-interface/HappyFlowComponents/ui/{Accordion.vue.d.ts → Dropdown.vue.d.ts} +0 -0
@@ -1,41 +1,41 @@
1
1
  import T from "./ServiceDPIHome.vue.mjs";
2
2
  import B from "./FAQDPIHome.vue.mjs";
3
- import S from "./HomeTable.vue.mjs";
4
- import w from "./ConsultingDPI.vue.mjs";
3
+ import w from "./HomeTable.vue.mjs";
4
+ import S from "./ConsultingDPI.vue.mjs";
5
5
  import z from "./CommunityDPI.vue.mjs";
6
6
  import P from "./BlogDPIHome.vue.mjs";
7
7
  import I from "./ui/Chip.vue.mjs";
8
- import L from "./ui/ButtonV3.vue.mjs";
9
- import M from "./ui/InputV3.vue.mjs";
10
- import D from "./ui/Accordion.vue.mjs";
8
+ import M from "./ui/ButtonV3.vue.mjs";
9
+ import L from "./ui/InputV3.vue.mjs";
10
+ import D from "./ui/Dropdown.vue.mjs";
11
11
  import C from "./ui/TertiaryButton.vue.mjs";
12
- import E from "./ui/CheckboxV3.vue.mjs";
13
- import G from "./ui/CrossOutButton.vue.mjs";
12
+ import G from "./ui/CheckboxV3.vue.mjs";
13
+ import E from "./ui/CrossOutButton.vue.mjs";
14
14
  import U from "./ui/MoreButton.vue.mjs";
15
15
  import V from "./ui/TextButtonSmall.vue.mjs";
16
16
  import k from "./ui/SwitchV3.vue.mjs";
17
17
  import R from "./ui/LogoV3.vue.mjs";
18
18
  import W from "./ui/StateTag.vue.mjs";
19
19
  import H from "./ui/Toast.vue.mjs";
20
- import { resolveComponent as e, openBlock as A, createElementBlock as N, Fragment as F, createElementVNode as i, createTextVNode as s, createVNode as n } from "vue";
20
+ import { resolveComponent as e, openBlock as A, createElementBlock as N, Fragment as F, createElementVNode as n, createTextVNode as s, createVNode as i } from "vue";
21
21
  import "./DPIHome.vue2.mjs";
22
22
  import $ from "../../_virtual/_plugin-vue_export-helper.mjs";
23
23
  const O = {
24
24
  name: "DPI-Home",
25
25
  components: {
26
- HomeTable: S,
26
+ HomeTable: w,
27
27
  FAQDPIHome: B,
28
28
  ServiceDPIHome: T,
29
- ConsultingDPI: w,
29
+ ConsultingDPI: S,
30
30
  CommunityDPI: z,
31
31
  BlogDPIHome: P,
32
32
  Chip: I,
33
- ButtonV3: L,
34
- InputV3: M,
35
- Accordion: D,
33
+ ButtonV3: M,
34
+ InputV3: L,
35
+ Dropdown: D,
36
36
  TertiaryButton: C,
37
- CheckboxV3: E,
38
- CrossOutButton: G,
37
+ CheckboxV3: G,
38
+ CrossOutButton: E,
39
39
  MoreButton: U,
40
40
  TextButtonSmall: V,
41
41
  SwitchV3: k,
@@ -43,53 +43,53 @@ const O = {
43
43
  Toast: H,
44
44
  StateTag: W
45
45
  }
46
- }, Q = { class: "homeWrapper" }, Z = { class: "m-3" }, q = { class: "preview m-3" }, j = { class: "preview m-3" }, J = { class: "preview m-3" }, K = { class: "preview m-3" }, X = { class: "preview m-3" }, Y = { class: "preview m-3" }, h = { class: "preview m-3 d-block" }, _ = { class: "buttonPreview m-3" }, c = { class: "preview m-3" }, tt = { class: "preview m-3" }, st = { class: "preview m-3" }, it = { class: "preview m-3" }, nt = { class: "buttonPreview m-3" }, ot = { class: "buttonPreview m-3" }, lt = { class: "buttonPreview m-3" }, et = { class: "buttonPreview m-3" }, rt = { class: "buttonPreview m-3" }, ut = { class: "buttonPreview m-3" }, dt = { class: "buttonPreview m-3" }, mt = { class: "buttonPreview m-3" }, pt = { class: "buttonPreview m-3" }, bt = { class: "buttonPreview m-3" }, at = { class: "buttonPreview m-3" }, vt = { class: "buttonPreview m-3" }, gt = { class: "buttonPreview m-3" }, ft = { class: "buttonPreview m-3" }, xt = { class: "buttonPreview m-3" }, yt = { class: "buttonPreview m-3" }, Tt = { class: "buttonPreview m-3" }, Bt = { class: "buttonPreview m-3" }, St = { class: "buttonPreview m-3" }, wt = { class: "buttonPreview m-3" }, zt = { class: "buttonPreview m-3" }, Pt = { class: "buttonPreview m-3" }, It = { class: "buttonPreview m-3" }, Lt = { class: "buttonPreview m-3" }, Mt = { class: "buttonPreview m-3" }, Dt = { class: "buttonPreview m-3" }, Ct = { class: "buttonPreview m-3" }, Et = { class: "buttonPreview m-3" }, Gt = { class: "buttonPreview m-3" }, Ut = { class: "buttonPreview m-3" }, Vt = { class: "buttonPreview m-3" }, kt = { class: "buttonPreview m-3" }, Rt = { class: "p-3" }, Wt = { class: "table" };
46
+ }, Q = { class: "homeWrapper" }, Z = { class: "m-3" }, q = { class: "preview m-3" }, j = { class: "preview m-3" }, J = { class: "preview m-3" }, K = { class: "preview m-3" }, X = { class: "preview m-3" }, Y = { class: "preview m-3" }, h = { class: "preview m-3 d-block" }, _ = { class: "buttonPreview m-3" }, c = { class: "preview m-3" }, tt = { class: "preview m-3" }, st = { class: "preview m-3" }, nt = { class: "preview m-3" }, it = { class: "buttonPreview m-3" }, ot = { class: "buttonPreview m-3" }, lt = { class: "buttonPreview m-3" }, et = { class: "buttonPreview m-3" }, rt = { class: "buttonPreview m-3" }, ut = { class: "buttonPreview m-3" }, dt = { class: "buttonPreview m-3" }, mt = { class: "buttonPreview m-3" }, pt = { class: "buttonPreview m-3" }, bt = { class: "buttonPreview m-3" }, at = { class: "buttonPreview m-3" }, vt = { class: "buttonPreview m-3" }, gt = { class: "buttonPreview m-3" }, ft = { class: "buttonPreview m-3" }, xt = { class: "buttonPreview m-3" }, yt = { class: "buttonPreview m-3" }, Tt = { class: "buttonPreview m-3" }, Bt = { class: "buttonPreview m-3" }, wt = { class: "buttonPreview m-3" }, St = { class: "buttonPreview m-3" }, zt = { class: "buttonPreview m-3" }, Pt = { class: "buttonPreview m-3" }, It = { class: "buttonPreview m-3" }, Mt = { class: "buttonPreview m-3" }, Lt = { class: "buttonPreview m-3" }, Dt = { class: "buttonPreview m-3" }, Ct = { class: "buttonPreview m-3" }, Gt = { class: "buttonPreview m-3" }, Et = { class: "buttonPreview m-3" }, Ut = { class: "buttonPreview m-3" }, Vt = { class: "buttonPreview m-3" }, kt = { class: "buttonPreview m-3" }, Rt = { class: "p-3" }, Wt = { class: "table" };
47
47
  function Ht(At, t, Nt, Ft, $t, Ot) {
48
- const d = e("Chip"), m = e("InputV3"), v = e("Accordion"), p = e("CheckboxV3"), b = e("Toast"), o = e("ButtonV3"), l = e("TertiaryButton"), g = e("CrossOutButton"), f = e("MoreButton"), a = e("TextButtonSmall"), r = e("SwitchV3"), x = e("LogoV3"), u = e("StateTag"), y = e("HomeTable");
48
+ const d = e("Chip"), m = e("InputV3"), v = e("Dropdown"), p = e("CheckboxV3"), b = e("Toast"), o = e("ButtonV3"), l = e("TertiaryButton"), g = e("CrossOutButton"), f = e("MoreButton"), a = e("TextButtonSmall"), r = e("SwitchV3"), x = e("LogoV3"), u = e("StateTag"), y = e("HomeTable");
49
49
  return A(), N(F, null, [
50
- t[233] || (t[233] = i("link", {
50
+ t[232] || (t[232] = n("link", {
51
51
  rel: "preconnect",
52
52
  href: "https://fonts.googleapis.com"
53
53
  }, null, -1)),
54
- t[234] || (t[234] = s()),
55
- t[235] || (t[235] = i("link", {
54
+ t[233] || (t[233] = s()),
55
+ t[234] || (t[234] = n("link", {
56
56
  rel: "preconnect",
57
57
  href: "https://fonts.gstatic.com",
58
58
  crossorigin: ""
59
59
  }, null, -1)),
60
- t[236] || (t[236] = s()),
61
- t[237] || (t[237] = i("link", {
60
+ t[235] || (t[235] = s()),
61
+ t[236] || (t[236] = n("link", {
62
62
  href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
63
63
  rel: "stylesheet"
64
64
  }, null, -1)),
65
- t[238] || (t[238] = s()),
66
- i("div", Q, [
67
- t[231] || (t[231] = i("header", { class: "d-flex align-items-center" }, [
68
- i("div", { class: "DPIHeadL" }, [
69
- i("img", {
65
+ t[237] || (t[237] = s()),
66
+ n("div", Q, [
67
+ t[230] || (t[230] = n("header", { class: "d-flex align-items-center" }, [
68
+ n("div", { class: "DPIHeadL" }, [
69
+ n("img", {
70
70
  class: "w-50",
71
71
  src: "https://equalengineers.com/wp-content/uploads/2024/04/dummy-logo-5b.png",
72
72
  alt: "dpiLogo"
73
73
  })
74
74
  ]),
75
75
  s(),
76
- i("div", { class: "DPIHeadR" }, [
77
- i("button", null, "Datensätze"),
76
+ n("div", { class: "DPIHeadR" }, [
77
+ n("button", null, "Datensätze"),
78
78
  s(),
79
- i("button", null, "FAQ")
79
+ n("button", null, "FAQ")
80
80
  ])
81
81
  ], -1)),
82
- t[232] || (t[232] = s()),
83
- i("main", null, [
84
- i("div", Z, [
85
- t[119] || (t[119] = i("h1", null, "Review Area for Components", -1)),
86
- t[120] || (t[120] = s()),
87
- t[121] || (t[121] = i("hr", null, null, -1)),
88
- t[122] || (t[122] = s()),
89
- i("div", q, [
90
- t[0] || (t[0] = i("h4", { class: "m-3" }, "Chip:", -1)),
82
+ t[231] || (t[231] = s()),
83
+ n("main", null, [
84
+ n("div", Z, [
85
+ t[118] || (t[118] = n("h1", null, "Review Area for Components", -1)),
86
+ t[119] || (t[119] = s()),
87
+ t[120] || (t[120] = n("hr", null, null, -1)),
88
+ t[121] || (t[121] = s()),
89
+ n("div", q, [
90
+ t[0] || (t[0] = n("h4", { class: "m-3" }, "Chip:", -1)),
91
91
  t[1] || (t[1] = s()),
92
- n(d, {
92
+ i(d, {
93
93
  class: "mx-2",
94
94
  text: "Chip Static",
95
95
  data: { "@value": "Chip Static", URI: "https://Uri.com" },
@@ -101,7 +101,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
101
101
  }
102
102
  }),
103
103
  t[2] || (t[2] = s()),
104
- n(d, {
104
+ i(d, {
105
105
  class: "mx-2",
106
106
  text: "Leading Icon",
107
107
  data: { "@value": "Chip Unselected", URI: "https://Uri.com" },
@@ -112,7 +112,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
112
112
  }
113
113
  }),
114
114
  t[3] || (t[3] = s()),
115
- n(d, {
115
+ i(d, {
116
116
  class: "mx-2",
117
117
  text: "Trailing Icon",
118
118
  data: { "@value": "Chip with cross", URI: "https://Uri.com" },
@@ -124,14 +124,14 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
124
124
  }
125
125
  }),
126
126
  t[4] || (t[4] = s()),
127
- n(d, {
127
+ i(d, {
128
128
  class: "mx-2",
129
129
  text: "Disabled",
130
130
  data: { "@value": "Chip with cross", URI: "https://Uri.com" },
131
131
  setup: { "@type": "disabled", "@inTable": !1 }
132
132
  }),
133
133
  t[5] || (t[5] = s()),
134
- n(d, {
134
+ i(d, {
135
135
  class: "mx-2",
136
136
  text: "Disabled selected",
137
137
  data: { "@value": "Chip with cross", URI: "https://Uri.com" },
@@ -142,7 +142,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
142
142
  }
143
143
  }),
144
144
  t[6] || (t[6] = s()),
145
- n(d, {
145
+ i(d, {
146
146
  class: "mx-2",
147
147
  text: "In Table",
148
148
  data: { "@value": "Chip in Table", URI: "https://Uri.com" },
@@ -154,7 +154,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
154
154
  }
155
155
  }),
156
156
  t[7] || (t[7] = s()),
157
- n(d, {
157
+ i(d, {
158
158
  class: "mx-2",
159
159
  text: "In Table",
160
160
  data: { "@value": "Chip in Table", URI: "https://Uri.com" },
@@ -166,13 +166,13 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
166
166
  }
167
167
  })
168
168
  ]),
169
- t[123] || (t[123] = s()),
170
- t[124] || (t[124] = i("hr", null, null, -1)),
171
- t[125] || (t[125] = s()),
172
- i("div", j, [
173
- t[8] || (t[8] = i("h4", { class: "m-3" }, "Input:", -1)),
169
+ t[122] || (t[122] = s()),
170
+ t[123] || (t[123] = n("hr", null, null, -1)),
171
+ t[124] || (t[124] = s()),
172
+ n("div", j, [
173
+ t[8] || (t[8] = n("h4", { class: "m-3" }, "Input:", -1)),
174
174
  t[9] || (t[9] = s()),
175
- n(m, {
175
+ i(m, {
176
176
  class: "mx-3",
177
177
  validation: {
178
178
  type: "text",
@@ -185,7 +185,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
185
185
  }
186
186
  }),
187
187
  t[10] || (t[10] = s()),
188
- n(m, {
188
+ i(m, {
189
189
  class: "mx-3",
190
190
  validation: {
191
191
  type: "number",
@@ -199,7 +199,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
199
199
  }
200
200
  }),
201
201
  t[11] || (t[11] = s()),
202
- n(m, {
202
+ i(m, {
203
203
  class: "mx-3",
204
204
  validation: {
205
205
  type: "text",
@@ -213,13 +213,13 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
213
213
  isDisabled: "true"
214
214
  })
215
215
  ]),
216
- t[126] || (t[126] = s()),
217
- t[127] || (t[127] = i("hr", null, null, -1)),
218
- t[128] || (t[128] = s()),
219
- i("div", J, [
220
- t[12] || (t[12] = i("h4", { class: "m-3" }, "Input (Textarea):", -1)),
216
+ t[125] || (t[125] = s()),
217
+ t[126] || (t[126] = n("hr", null, null, -1)),
218
+ t[127] || (t[127] = s()),
219
+ n("div", J, [
220
+ t[12] || (t[12] = n("h4", { class: "m-3" }, "Input (Textarea):", -1)),
221
221
  t[13] || (t[13] = s()),
222
- n(m, {
222
+ i(m, {
223
223
  class: "mx-3",
224
224
  validation: {
225
225
  type: "number",
@@ -234,13 +234,13 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
234
234
  inputType: "textarea"
235
235
  })
236
236
  ]),
237
- t[129] || (t[129] = s()),
238
- t[130] || (t[130] = i("hr", null, null, -1)),
239
- t[131] || (t[131] = s()),
240
- i("div", K, [
241
- t[14] || (t[14] = i("h4", { class: "m-3" }, "Input (URL):", -1)),
237
+ t[128] || (t[128] = s()),
238
+ t[129] || (t[129] = n("hr", null, null, -1)),
239
+ t[130] || (t[130] = s()),
240
+ n("div", K, [
241
+ t[14] || (t[14] = n("h4", { class: "m-3" }, "Input (URL):", -1)),
242
242
  t[15] || (t[15] = s()),
243
- n(m, {
243
+ i(m, {
244
244
  class: "mx-3",
245
245
  validation: {
246
246
  type: "url",
@@ -253,7 +253,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
253
253
  }
254
254
  }),
255
255
  t[16] || (t[16] = s()),
256
- n(m, {
256
+ i(m, {
257
257
  class: "mx-3",
258
258
  validation: {
259
259
  type: "url",
@@ -267,7 +267,7 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
267
267
  }
268
268
  }),
269
269
  t[17] || (t[17] = s()),
270
- n(m, {
270
+ i(m, {
271
271
  class: "mx-3",
272
272
  validation: {
273
273
  type: "url",
@@ -282,18 +282,15 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
282
282
  isDisabled: !0
283
283
  })
284
284
  ]),
285
- t[132] || (t[132] = s()),
286
- t[133] || (t[133] = i("hr", null, null, -1)),
287
- t[134] || (t[134] = s()),
288
- i("div", X, [
289
- t[18] || (t[18] = i("h4", { class: "m-3" }, "Accordion (mit Dropdown):", -1)),
285
+ t[131] || (t[131] = s()),
286
+ t[132] || (t[132] = n("hr", null, null, -1)),
287
+ t[133] || (t[133] = s()),
288
+ n("div", X, [
289
+ t[18] || (t[18] = n("h4", { class: "m-3" }, "Textbutton mit Dropdown:", -1)),
290
290
  t[19] || (t[19] = s()),
291
- n(v, {
292
- class: "mx-3",
293
- validation: {
294
- type: "url",
295
- validationText: "Bitte geben Sie eine valide URL ein"
296
- },
291
+ i(v, {
292
+ buttonText: "Dropdown",
293
+ type: "textButtonSmall",
297
294
  text: {
298
295
  placeholder: "URL Input",
299
296
  property: "Label for Property",
@@ -304,686 +301,659 @@ function Ht(At, t, Nt, Ft, $t, Ot) {
304
301
  { "@value": "Eintrag 2" },
305
302
  { "@value": "Eintrag 3" }
306
303
  ]
307
- }),
308
- t[20] || (t[20] = s()),
309
- n(v, {
310
- class: "mx-3",
311
- validation: {
312
- type: "url",
313
- validationText: "Bitte geben Sie eine valide URL ein"
314
- },
315
- text: {
316
- placeholder: "URL Input",
317
- property: "Label for Property",
318
- support: "This text is meant to be underneath the input"
319
- },
320
- data: [
321
- [
322
- "Vocabulary 1 Name",
323
- { "@value": "Eintrag 1" },
324
- { "@value": "Eintrag 2" },
325
- { "@value": "Eintrag 3" }
326
- ],
327
- [
328
- "Vocabulary 2 Name",
329
- { "@value": "Eintrag 1" },
330
- { "@value": "Eintrag 2" },
331
- { "@value": "Eintrag 3" }
332
- ]
333
- ]
334
304
  })
335
305
  ]),
336
- t[135] || (t[135] = s()),
337
- t[136] || (t[136] = i("hr", null, null, -1)),
338
- t[137] || (t[137] = s()),
339
- i("div", Y, [
340
- t[21] || (t[21] = i("h4", { class: "m-3" }, "Checkboxes:", -1)),
341
- t[22] || (t[22] = s()),
342
- n(p, {
306
+ t[134] || (t[134] = s()),
307
+ t[135] || (t[135] = n("hr", null, null, -1)),
308
+ t[136] || (t[136] = s()),
309
+ n("div", Y, [
310
+ t[20] || (t[20] = n("h4", { class: "m-3" }, "Checkboxes:", -1)),
311
+ t[21] || (t[21] = s()),
312
+ i(p, {
343
313
  class: "mx-3",
344
314
  type: "checkbox",
345
315
  data: []
346
316
  }),
347
- t[23] || (t[23] = s()),
348
- n(p, {
317
+ t[22] || (t[22] = s()),
318
+ i(p, {
349
319
  class: "mx-3",
350
320
  type: "radio",
351
321
  data: []
352
322
  }),
353
- t[24] || (t[24] = s()),
354
- n(p, {
323
+ t[23] || (t[23] = s()),
324
+ i(p, {
355
325
  class: "mx-3",
356
326
  type: "radio",
357
327
  text: { label: "Label (disabled State)", subtext: "" },
358
328
  data: [],
359
329
  disabled: ""
360
330
  }),
361
- t[25] || (t[25] = s()),
362
- n(p, {
331
+ t[24] || (t[24] = s()),
332
+ i(p, {
363
333
  class: "mx-3",
364
334
  type: "checkbox",
365
335
  text: { label: "Label (disabled State)", subtext: "" },
366
336
  data: [],
367
337
  disabled: ""
368
338
  }),
369
- t[26] || (t[26] = s()),
370
- n(p, {
339
+ t[25] || (t[25] = s()),
340
+ i(p, {
371
341
  class: "mx-3",
372
342
  type: "checkbox",
373
343
  text: { label: "Label", subtext: "Subtext" },
374
344
  data: []
375
345
  }),
376
- t[27] || (t[27] = s()),
377
- n(p, {
346
+ t[26] || (t[26] = s()),
347
+ i(p, {
378
348
  class: "mx-3",
379
349
  type: "radio",
380
350
  text: { label: "Label", subtext: "Subtext" },
381
351
  data: []
382
352
  })
383
353
  ]),
384
- t[138] || (t[138] = s()),
385
- t[139] || (t[139] = i("hr", null, null, -1)),
386
- t[140] || (t[140] = s()),
387
- i("div", h, [
388
- t[28] || (t[28] = i("h4", { class: "m-3" }, "Toast:", -1)),
389
- t[29] || (t[29] = s()),
390
- n(b, {
354
+ t[137] || (t[137] = s()),
355
+ t[138] || (t[138] = n("hr", null, null, -1)),
356
+ t[139] || (t[139] = s()),
357
+ n("div", h, [
358
+ t[27] || (t[27] = n("h4", { class: "m-3" }, "Toast:", -1)),
359
+ t[28] || (t[28] = s()),
360
+ i(b, {
391
361
  type: "error",
392
362
  text: { value: "Fehler" },
393
363
  class: "mb-3"
394
364
  }),
395
- t[30] || (t[30] = s()),
396
- n(b, {
365
+ t[29] || (t[29] = s()),
366
+ i(b, {
397
367
  type: "warning",
398
368
  text: { value: "Warnung" },
399
369
  class: "mb-3"
400
370
  }),
401
- t[31] || (t[31] = s()),
402
- n(b, {
371
+ t[30] || (t[30] = s()),
372
+ i(b, {
403
373
  type: "info",
404
374
  text: { value: "Info" },
405
375
  class: "mb-3"
406
376
  }),
407
- t[32] || (t[32] = s()),
408
- n(b, {
377
+ t[31] || (t[31] = s()),
378
+ i(b, {
409
379
  type: "success",
410
380
  text: { value: "Erfolg" },
411
381
  class: "mb-3"
412
382
  })
413
383
  ]),
414
- t[141] || (t[141] = s()),
415
- t[142] || (t[142] = i("hr", null, null, -1)),
416
- t[143] || (t[143] = s()),
417
- t[144] || (t[144] = i("h3", { class: "m-4" }, "Primary button:", -1)),
418
- t[145] || (t[145] = s()),
419
- i("div", _, [
420
- t[33] || (t[33] = i("h4", { class: "m-3" }, "Active:", -1)),
421
- t[34] || (t[34] = s()),
422
- n(o, {
384
+ t[140] || (t[140] = s()),
385
+ t[141] || (t[141] = n("hr", null, null, -1)),
386
+ t[142] || (t[142] = s()),
387
+ t[143] || (t[143] = n("h3", { class: "m-4" }, "Primary button:", -1)),
388
+ t[144] || (t[144] = s()),
389
+ n("div", _, [
390
+ t[32] || (t[32] = n("h4", { class: "m-3" }, "Active:", -1)),
391
+ t[33] || (t[33] = s()),
392
+ i(o, {
423
393
  buttonText: "Button Small",
424
394
  size: "small"
425
395
  }),
426
- t[35] || (t[35] = s()),
427
- n(o, {
396
+ t[34] || (t[34] = s()),
397
+ i(o, {
428
398
  buttonText: "Button Medium",
429
399
  size: "medium"
430
400
  }),
431
- t[36] || (t[36] = s()),
432
- n(o, {
401
+ t[35] || (t[35] = s()),
402
+ i(o, {
433
403
  buttonText: "Button Large",
434
404
  size: "large"
435
405
  })
436
406
  ]),
437
- t[146] || (t[146] = s()),
438
- i("div", c, [
439
- t[37] || (t[37] = i("h4", { class: "m-3" }, "Leading icon:", -1)),
440
- t[38] || (t[38] = s()),
441
- n(o, {
407
+ t[145] || (t[145] = s()),
408
+ n("div", c, [
409
+ t[36] || (t[36] = n("h4", { class: "m-3" }, "Leading icon:", -1)),
410
+ t[37] || (t[37] = s()),
411
+ i(o, {
442
412
  buttonText: "Button Small",
443
413
  size: "small",
444
414
  iconStart: "MagnifyingGlassWhite"
445
415
  }),
446
- t[39] || (t[39] = s()),
447
- n(o, {
416
+ t[38] || (t[38] = s()),
417
+ i(o, {
448
418
  buttonText: "Button Medium",
449
419
  size: "medium",
450
420
  iconStart: "MagnifyingGlassWhite"
451
421
  }),
452
- t[40] || (t[40] = s()),
453
- n(o, {
422
+ t[39] || (t[39] = s()),
423
+ i(o, {
454
424
  buttonText: "Button Large",
455
425
  size: "large",
456
426
  iconStart: "MagnifyingGlassWhite"
457
427
  })
458
428
  ]),
459
- t[147] || (t[147] = s()),
460
- i("div", tt, [
461
- t[41] || (t[41] = i("h4", { class: "m-3" }, "Trailing icon:", -1)),
462
- t[42] || (t[42] = s()),
463
- n(o, {
429
+ t[146] || (t[146] = s()),
430
+ n("div", tt, [
431
+ t[40] || (t[40] = n("h4", { class: "m-3" }, "Trailing icon:", -1)),
432
+ t[41] || (t[41] = s()),
433
+ i(o, {
464
434
  buttonText: "Button Small",
465
435
  size: "small",
466
436
  iconEnd: "MagnifyingGlassWhite"
467
437
  }),
468
- t[43] || (t[43] = s()),
469
- n(o, {
438
+ t[42] || (t[42] = s()),
439
+ i(o, {
470
440
  buttonText: "Button Medium",
471
441
  size: "medium",
472
442
  iconEnd: "MagnifyingGlassWhite"
473
443
  }),
474
- t[44] || (t[44] = s()),
475
- n(o, {
444
+ t[43] || (t[43] = s()),
445
+ i(o, {
476
446
  buttonText: "Button Large",
477
447
  size: "large",
478
448
  iconEnd: "MagnifyingGlassWhite"
479
449
  })
480
450
  ]),
481
- t[148] || (t[148] = s()),
482
- i("div", st, [
483
- t[45] || (t[45] = i("h4", { class: "m-3" }, "Icon only:", -1)),
484
- t[46] || (t[46] = s()),
485
- n(o, {
451
+ t[147] || (t[147] = s()),
452
+ n("div", st, [
453
+ t[44] || (t[44] = n("h4", { class: "m-3" }, "Icon only:", -1)),
454
+ t[45] || (t[45] = s()),
455
+ i(o, {
486
456
  class: "mx-3",
487
457
  size: "small",
488
458
  iconStart: "MagnifyingGlassWhite"
489
459
  }),
490
- t[47] || (t[47] = s()),
491
- n(o, {
460
+ t[46] || (t[46] = s()),
461
+ i(o, {
492
462
  class: "mx-3",
493
463
  size: "medium",
494
464
  iconStart: "MagnifyingGlassWhite"
495
465
  }),
496
- t[48] || (t[48] = s()),
497
- n(o, {
466
+ t[47] || (t[47] = s()),
467
+ i(o, {
498
468
  class: "mx-3",
499
469
  size: "large",
500
470
  iconStart: "MagnifyingGlassWhite"
501
471
  })
502
472
  ]),
503
- t[149] || (t[149] = s()),
504
- i("div", it, [
505
- t[49] || (t[49] = i("h4", { class: "m-3" }, "Disabled:", -1)),
506
- t[50] || (t[50] = s()),
507
- n(o, {
473
+ t[148] || (t[148] = s()),
474
+ n("div", nt, [
475
+ t[48] || (t[48] = n("h4", { class: "m-3" }, "Disabled:", -1)),
476
+ t[49] || (t[49] = s()),
477
+ i(o, {
508
478
  buttonText: "Button Small",
509
479
  size: "small",
510
480
  disabled: ""
511
481
  }),
512
- t[51] || (t[51] = s()),
513
- n(o, {
482
+ t[50] || (t[50] = s()),
483
+ i(o, {
514
484
  buttonText: "Button Medium",
515
485
  size: "medium",
516
486
  disabled: ""
517
487
  }),
518
- t[52] || (t[52] = s()),
519
- n(o, {
488
+ t[51] || (t[51] = s()),
489
+ i(o, {
520
490
  buttonText: "Button Large",
521
491
  size: "large",
522
492
  disabled: ""
523
493
  })
524
494
  ]),
525
- t[150] || (t[150] = s()),
526
- t[151] || (t[151] = i("hr", null, null, -1)),
527
- t[152] || (t[152] = s()),
528
- t[153] || (t[153] = i("h3", { class: "m-4" }, "Secondary button:", -1)),
529
- t[154] || (t[154] = s()),
530
- i("div", nt, [
531
- t[53] || (t[53] = i("h4", { class: "m-3" }, "Active:", -1)),
532
- t[54] || (t[54] = s()),
533
- n(o, {
495
+ t[149] || (t[149] = s()),
496
+ t[150] || (t[150] = n("hr", null, null, -1)),
497
+ t[151] || (t[151] = s()),
498
+ t[152] || (t[152] = n("h3", { class: "m-4" }, "Secondary button:", -1)),
499
+ t[153] || (t[153] = s()),
500
+ n("div", it, [
501
+ t[52] || (t[52] = n("h4", { class: "m-3" }, "Active:", -1)),
502
+ t[53] || (t[53] = s()),
503
+ i(o, {
534
504
  buttonText: "Button Small",
535
505
  size: "small",
536
506
  variant: "secondary"
537
507
  }),
538
- t[55] || (t[55] = s()),
539
- n(o, {
508
+ t[54] || (t[54] = s()),
509
+ i(o, {
540
510
  buttonText: "Button Medium",
541
511
  size: "medium",
542
512
  variant: "secondary"
543
513
  }),
544
- t[56] || (t[56] = s()),
545
- n(o, {
514
+ t[55] || (t[55] = s()),
515
+ i(o, {
546
516
  buttonText: "Button Large",
547
517
  size: "large",
548
518
  variant: "secondary"
549
519
  })
550
520
  ]),
551
- t[155] || (t[155] = s()),
552
- i("div", ot, [
553
- t[57] || (t[57] = i("h4", { class: "m-3" }, "Leading icon:", -1)),
554
- t[58] || (t[58] = s()),
555
- n(o, {
521
+ t[154] || (t[154] = s()),
522
+ n("div", ot, [
523
+ t[56] || (t[56] = n("h4", { class: "m-3" }, "Leading icon:", -1)),
524
+ t[57] || (t[57] = s()),
525
+ i(o, {
556
526
  buttonText: "Button Small",
557
527
  size: "small",
558
528
  iconStart: "MagnifyingGlassSec",
559
529
  variant: "secondary"
560
530
  }),
561
- t[59] || (t[59] = s()),
562
- n(o, {
531
+ t[58] || (t[58] = s()),
532
+ i(o, {
563
533
  buttonText: "Button Medium",
564
534
  size: "medium",
565
535
  iconStart: "MagnifyingGlassSec",
566
536
  variant: "secondary"
567
537
  }),
568
- t[60] || (t[60] = s()),
569
- n(o, {
538
+ t[59] || (t[59] = s()),
539
+ i(o, {
570
540
  buttonText: "Button Large",
571
541
  size: "large",
572
542
  iconStart: "MagnifyingGlassSec",
573
543
  variant: "secondary"
574
544
  })
575
545
  ]),
576
- t[156] || (t[156] = s()),
577
- i("div", lt, [
578
- t[61] || (t[61] = i("h4", { class: "m-3" }, "Trailing icon:", -1)),
579
- t[62] || (t[62] = s()),
580
- n(o, {
546
+ t[155] || (t[155] = s()),
547
+ n("div", lt, [
548
+ t[60] || (t[60] = n("h4", { class: "m-3" }, "Trailing icon:", -1)),
549
+ t[61] || (t[61] = s()),
550
+ i(o, {
581
551
  buttonText: "Button Small",
582
552
  size: "small",
583
553
  iconEnd: "MagnifyingGlassSec",
584
554
  variant: "secondary"
585
555
  }),
586
- t[63] || (t[63] = s()),
587
- n(o, {
556
+ t[62] || (t[62] = s()),
557
+ i(o, {
588
558
  buttonText: "Button Medium",
589
559
  size: "medium",
590
560
  iconEnd: "MagnifyingGlassSec",
591
561
  variant: "secondary"
592
562
  }),
593
- t[64] || (t[64] = s()),
594
- n(o, {
563
+ t[63] || (t[63] = s()),
564
+ i(o, {
595
565
  buttonText: "Button Large",
596
566
  size: "large",
597
567
  iconEnd: "MagnifyingGlassSec",
598
568
  variant: "secondary"
599
569
  })
600
570
  ]),
601
- t[157] || (t[157] = s()),
602
- i("div", et, [
603
- t[65] || (t[65] = i("h4", { class: "m-3" }, "Icon only:", -1)),
604
- t[66] || (t[66] = s()),
605
- n(o, {
571
+ t[156] || (t[156] = s()),
572
+ n("div", et, [
573
+ t[64] || (t[64] = n("h4", { class: "m-3" }, "Icon only:", -1)),
574
+ t[65] || (t[65] = s()),
575
+ i(o, {
606
576
  size: "small",
607
577
  iconStart: "MagnifyingGlassSec",
608
578
  variant: "secondary"
609
579
  }),
610
- t[67] || (t[67] = s()),
611
- n(o, {
580
+ t[66] || (t[66] = s()),
581
+ i(o, {
612
582
  size: "medium",
613
583
  iconStart: "MagnifyingGlassSec",
614
584
  variant: "secondary"
615
585
  }),
616
- t[68] || (t[68] = s()),
617
- n(o, {
586
+ t[67] || (t[67] = s()),
587
+ i(o, {
618
588
  size: "large",
619
589
  iconStart: "MagnifyingGlassSec",
620
590
  variant: "secondary"
621
591
  })
622
592
  ]),
623
- t[158] || (t[158] = s()),
624
- i("div", rt, [
625
- t[69] || (t[69] = i("h4", { class: "m-3" }, "Disabled:", -1)),
626
- t[70] || (t[70] = s()),
627
- n(o, {
593
+ t[157] || (t[157] = s()),
594
+ n("div", rt, [
595
+ t[68] || (t[68] = n("h4", { class: "m-3" }, "Disabled:", -1)),
596
+ t[69] || (t[69] = s()),
597
+ i(o, {
628
598
  buttonText: "Button Small",
629
599
  size: "small",
630
600
  disabled: "",
631
601
  variant: "secondary"
632
602
  }),
633
- t[71] || (t[71] = s()),
634
- n(o, {
603
+ t[70] || (t[70] = s()),
604
+ i(o, {
635
605
  buttonText: "Button Medium",
636
606
  size: "medium",
637
607
  disabled: "",
638
608
  variant: "secondary"
639
609
  }),
640
- t[72] || (t[72] = s()),
641
- n(o, {
610
+ t[71] || (t[71] = s()),
611
+ i(o, {
642
612
  buttonText: "Button Large",
643
613
  size: "large",
644
614
  disabled: "",
645
615
  variant: "secondary"
646
616
  })
647
617
  ]),
648
- t[159] || (t[159] = s()),
649
- t[160] || (t[160] = i("hr", null, null, -1)),
650
- t[161] || (t[161] = s()),
651
- t[162] || (t[162] = i("h3", { class: "m-4" }, "Tertiary button:", -1)),
652
- t[163] || (t[163] = s()),
653
- i("div", ut, [
654
- t[73] || (t[73] = i("h4", { class: "m-3" }, "Active:", -1)),
655
- t[74] || (t[74] = s()),
656
- n(l, {
618
+ t[158] || (t[158] = s()),
619
+ t[159] || (t[159] = n("hr", null, null, -1)),
620
+ t[160] || (t[160] = s()),
621
+ t[161] || (t[161] = n("h3", { class: "m-4" }, "Tertiary button:", -1)),
622
+ t[162] || (t[162] = s()),
623
+ n("div", ut, [
624
+ t[72] || (t[72] = n("h4", { class: "m-3" }, "Active:", -1)),
625
+ t[73] || (t[73] = s()),
626
+ i(l, {
657
627
  buttonText: "Button Small",
658
628
  size: "small"
659
629
  }),
660
- t[75] || (t[75] = s()),
661
- n(l, {
630
+ t[74] || (t[74] = s()),
631
+ i(l, {
662
632
  buttonText: "Button Medium",
663
633
  size: "medium"
664
634
  }),
665
- t[76] || (t[76] = s()),
666
- n(l, {
635
+ t[75] || (t[75] = s()),
636
+ i(l, {
667
637
  buttonText: "Button Large",
668
638
  size: "large"
669
639
  })
670
640
  ]),
671
- t[164] || (t[164] = s()),
672
- i("div", dt, [
673
- t[77] || (t[77] = i("h4", { class: "m-3" }, "Leading icon:", -1)),
674
- t[78] || (t[78] = s()),
675
- n(l, {
641
+ t[163] || (t[163] = s()),
642
+ n("div", dt, [
643
+ t[76] || (t[76] = n("h4", { class: "m-3" }, "Leading icon:", -1)),
644
+ t[77] || (t[77] = s()),
645
+ i(l, {
676
646
  buttonText: "Button Small",
677
647
  size: "small",
678
648
  iconStart: "MagnifyingGlassBlue"
679
649
  }),
680
- t[79] || (t[79] = s()),
681
- n(l, {
650
+ t[78] || (t[78] = s()),
651
+ i(l, {
682
652
  buttonText: "Button Medium",
683
653
  size: "medium",
684
654
  iconStart: "MagnifyingGlassBlue"
685
655
  }),
686
- t[80] || (t[80] = s()),
687
- n(l, {
656
+ t[79] || (t[79] = s()),
657
+ i(l, {
688
658
  buttonText: "Button Large",
689
659
  size: "large",
690
660
  iconStart: "MagnifyingGlassBlue"
691
661
  })
692
662
  ]),
693
- t[165] || (t[165] = s()),
694
- i("div", mt, [
695
- t[81] || (t[81] = i("h4", { class: "m-3" }, "Trailing icon:", -1)),
696
- t[82] || (t[82] = s()),
697
- n(l, {
663
+ t[164] || (t[164] = s()),
664
+ n("div", mt, [
665
+ t[80] || (t[80] = n("h4", { class: "m-3" }, "Trailing icon:", -1)),
666
+ t[81] || (t[81] = s()),
667
+ i(l, {
698
668
  buttonText: "Button Small",
699
669
  size: "small",
700
670
  iconEnd: "MagnifyingGlassBlue"
701
671
  }),
702
- t[83] || (t[83] = s()),
703
- n(l, {
672
+ t[82] || (t[82] = s()),
673
+ i(l, {
704
674
  buttonText: "Button Medium",
705
675
  size: "medium",
706
676
  iconEnd: "MagnifyingGlassBlue"
707
677
  }),
708
- t[84] || (t[84] = s()),
709
- n(l, {
678
+ t[83] || (t[83] = s()),
679
+ i(l, {
710
680
  buttonText: "Button Large",
711
681
  size: "large",
712
682
  iconEnd: "MagnifyingGlassBlue"
713
683
  })
714
684
  ]),
715
- t[166] || (t[166] = s()),
716
- i("div", pt, [
717
- t[85] || (t[85] = i("h4", { class: "m-3" }, "Icon only:", -1)),
718
- t[86] || (t[86] = s()),
719
- n(l, {
685
+ t[165] || (t[165] = s()),
686
+ n("div", pt, [
687
+ t[84] || (t[84] = n("h4", { class: "m-3" }, "Icon only:", -1)),
688
+ t[85] || (t[85] = s()),
689
+ i(l, {
720
690
  size: "small",
721
691
  iconStart: "MagnifyingGlassBlue"
722
692
  }),
723
- t[87] || (t[87] = s()),
724
- n(l, {
693
+ t[86] || (t[86] = s()),
694
+ i(l, {
725
695
  size: "medium",
726
696
  iconStart: "MagnifyingGlassBlue"
727
697
  }),
728
- t[88] || (t[88] = s()),
729
- n(l, {
698
+ t[87] || (t[87] = s()),
699
+ i(l, {
730
700
  size: "large",
731
701
  iconStart: "MagnifyingGlassBlue"
732
702
  })
733
703
  ]),
734
- t[167] || (t[167] = s()),
735
- i("div", bt, [
736
- t[89] || (t[89] = i("h4", { class: "m-3" }, "Disabled:", -1)),
737
- t[90] || (t[90] = s()),
738
- n(l, {
704
+ t[166] || (t[166] = s()),
705
+ n("div", bt, [
706
+ t[88] || (t[88] = n("h4", { class: "m-3" }, "Disabled:", -1)),
707
+ t[89] || (t[89] = s()),
708
+ i(l, {
739
709
  buttonText: "Button Small",
740
710
  size: "small",
741
711
  disabled: ""
742
712
  }),
743
- t[91] || (t[91] = s()),
744
- n(l, {
713
+ t[90] || (t[90] = s()),
714
+ i(l, {
745
715
  buttonText: "Button Medium",
746
716
  size: "medium",
747
717
  disabled: ""
748
718
  }),
749
- t[92] || (t[92] = s()),
750
- n(l, {
719
+ t[91] || (t[91] = s()),
720
+ i(l, {
751
721
  buttonText: "Button Large",
752
722
  size: "large",
753
723
  disabled: ""
754
724
  })
755
725
  ]),
756
- t[168] || (t[168] = s()),
757
- t[169] || (t[169] = i("hr", null, null, -1)),
726
+ t[167] || (t[167] = s()),
727
+ t[168] || (t[168] = n("hr", null, null, -1)),
728
+ t[169] || (t[169] = s()),
729
+ n("div", at, [
730
+ t[92] || (t[92] = n("h4", { class: "m-3" }, "Cross out button:", -1)),
731
+ t[93] || (t[93] = s()),
732
+ i(g)
733
+ ]),
758
734
  t[170] || (t[170] = s()),
759
- i("div", at, [
760
- t[93] || (t[93] = i("h4", { class: "m-3" }, "Cross out button:", -1)),
761
- t[94] || (t[94] = s()),
762
- n(g)
735
+ t[171] || (t[171] = n("hr", null, null, -1)),
736
+ t[172] || (t[172] = s()),
737
+ n("div", vt, [
738
+ t[94] || (t[94] = n("h4", { class: "m-3" }, "More button:", -1)),
739
+ t[95] || (t[95] = s()),
740
+ i(f)
763
741
  ]),
764
- t[171] || (t[171] = s()),
765
- t[172] || (t[172] = i("hr", null, null, -1)),
766
742
  t[173] || (t[173] = s()),
767
- i("div", vt, [
768
- t[95] || (t[95] = i("h4", { class: "m-3" }, "More button:", -1)),
769
- t[96] || (t[96] = s()),
770
- n(f)
771
- ]),
772
- t[174] || (t[174] = s()),
773
- t[175] || (t[175] = i("hr", null, null, -1)),
774
- t[176] || (t[176] = s()),
775
- t[177] || (t[177] = i("h3", { class: "m-4" }, "Text button small", -1)),
776
- t[178] || (t[178] = s()),
777
- i("div", gt, [
778
- t[97] || (t[97] = i("h4", { class: "m-3" }, "Active:", -1)),
779
- t[98] || (t[98] = s()),
780
- n(a, { buttonText: "löschen" })
743
+ t[174] || (t[174] = n("hr", null, null, -1)),
744
+ t[175] || (t[175] = s()),
745
+ t[176] || (t[176] = n("h3", { class: "m-4" }, "Text button small", -1)),
746
+ t[177] || (t[177] = s()),
747
+ n("div", gt, [
748
+ t[96] || (t[96] = n("h4", { class: "m-3" }, "Active:", -1)),
749
+ t[97] || (t[97] = s()),
750
+ i(a, { buttonText: "löschen" })
781
751
  ]),
782
- t[179] || (t[179] = s()),
783
- i("div", ft, [
784
- t[99] || (t[99] = i("h4", { class: "m-3" }, "Leading icon:", -1)),
785
- t[100] || (t[100] = s()),
786
- n(a, {
752
+ t[178] || (t[178] = s()),
753
+ n("div", ft, [
754
+ t[98] || (t[98] = n("h4", { class: "m-3" }, "Leading icon:", -1)),
755
+ t[99] || (t[99] = s()),
756
+ i(a, {
787
757
  buttonText: "löschen",
788
758
  icon: "DeleteBlue"
789
759
  })
790
760
  ]),
791
- t[180] || (t[180] = s()),
792
- i("div", xt, [
793
- t[101] || (t[101] = i("h4", { class: "m-3" }, "Disabled:", -1)),
794
- t[102] || (t[102] = s()),
795
- n(a, {
761
+ t[179] || (t[179] = s()),
762
+ n("div", xt, [
763
+ t[100] || (t[100] = n("h4", { class: "m-3" }, "Disabled:", -1)),
764
+ t[101] || (t[101] = s()),
765
+ i(a, {
796
766
  buttonText: "löschen",
797
767
  icon: "DeleteBlue",
798
768
  disabled: ""
799
769
  })
800
770
  ]),
801
- t[181] || (t[181] = s()),
802
- t[182] || (t[182] = i("hr", null, null, -1)),
803
- t[183] || (t[183] = s()),
804
- t[184] || (t[184] = i("h3", { class: "m-4" }, "Switch:", -1)),
805
- t[185] || (t[185] = s()),
806
- i("div", yt, [
807
- t[103] || (t[103] = i("h4", { class: "m-3" }, "Without icon default on:", -1)),
808
- t[104] || (t[104] = s()),
809
- n(r, {
771
+ t[180] || (t[180] = s()),
772
+ t[181] || (t[181] = n("hr", null, null, -1)),
773
+ t[182] || (t[182] = s()),
774
+ t[183] || (t[183] = n("h3", { class: "m-4" }, "Switch:", -1)),
775
+ t[184] || (t[184] = s()),
776
+ n("div", yt, [
777
+ t[102] || (t[102] = n("h4", { class: "m-3" }, "Without icon default on:", -1)),
778
+ t[103] || (t[103] = s()),
779
+ i(r, {
810
780
  hasIcon: !1,
811
781
  defaultChecked: !0,
812
782
  disabled: !1
813
783
  })
814
784
  ]),
815
- t[186] || (t[186] = s()),
816
- i("div", Tt, [
817
- t[105] || (t[105] = i("h4", { class: "m-3" }, "With icon default on:", -1)),
818
- t[106] || (t[106] = s()),
819
- n(r, {
785
+ t[185] || (t[185] = s()),
786
+ n("div", Tt, [
787
+ t[104] || (t[104] = n("h4", { class: "m-3" }, "With icon default on:", -1)),
788
+ t[105] || (t[105] = s()),
789
+ i(r, {
820
790
  hasIcon: !0,
821
791
  defaultChecked: !0,
822
792
  disabled: !1
823
793
  })
824
794
  ]),
825
- t[187] || (t[187] = s()),
826
- i("div", Bt, [
827
- t[107] || (t[107] = i("h4", { class: "m-3" }, "Without icon default off:", -1)),
828
- t[108] || (t[108] = s()),
829
- n(r, {
795
+ t[186] || (t[186] = s()),
796
+ n("div", Bt, [
797
+ t[106] || (t[106] = n("h4", { class: "m-3" }, "Without icon default off:", -1)),
798
+ t[107] || (t[107] = s()),
799
+ i(r, {
830
800
  hasIcon: !1,
831
801
  defaultChecked: !1,
832
802
  disabled: !1
833
803
  })
834
804
  ]),
835
- t[188] || (t[188] = s()),
836
- i("div", St, [
837
- t[109] || (t[109] = i("h4", { class: "m-3" }, "With icon default off:", -1)),
838
- t[110] || (t[110] = s()),
839
- n(r, {
805
+ t[187] || (t[187] = s()),
806
+ n("div", wt, [
807
+ t[108] || (t[108] = n("h4", { class: "m-3" }, "With icon default off:", -1)),
808
+ t[109] || (t[109] = s()),
809
+ i(r, {
840
810
  hasIcon: !0,
841
811
  defaultChecked: !1,
842
812
  disabled: !1
843
813
  })
844
814
  ]),
845
- t[189] || (t[189] = s()),
846
- i("div", wt, [
847
- t[111] || (t[111] = i("h4", { class: "m-3" }, "Disabled without icon, on:", -1)),
848
- t[112] || (t[112] = s()),
849
- n(r, {
815
+ t[188] || (t[188] = s()),
816
+ n("div", St, [
817
+ t[110] || (t[110] = n("h4", { class: "m-3" }, "Disabled without icon, on:", -1)),
818
+ t[111] || (t[111] = s()),
819
+ i(r, {
850
820
  hasIcon: !1,
851
821
  defaultChecked: !0,
852
822
  disabled: !0
853
823
  })
854
824
  ]),
855
- t[190] || (t[190] = s()),
856
- i("div", zt, [
857
- t[113] || (t[113] = i("h4", { class: "m-3" }, "Disabled with icon, on:", -1)),
858
- t[114] || (t[114] = s()),
859
- n(r, {
825
+ t[189] || (t[189] = s()),
826
+ n("div", zt, [
827
+ t[112] || (t[112] = n("h4", { class: "m-3" }, "Disabled with icon, on:", -1)),
828
+ t[113] || (t[113] = s()),
829
+ i(r, {
860
830
  hasIcon: !0,
861
831
  defaultChecked: !0,
862
832
  disabled: !0
863
833
  })
864
834
  ]),
865
- t[191] || (t[191] = s()),
866
- i("div", Pt, [
867
- t[115] || (t[115] = i("h4", { class: "m-3" }, "Disabled with icon, off:", -1)),
868
- t[116] || (t[116] = s()),
869
- n(r, {
835
+ t[190] || (t[190] = s()),
836
+ n("div", Pt, [
837
+ t[114] || (t[114] = n("h4", { class: "m-3" }, "Disabled with icon, off:", -1)),
838
+ t[115] || (t[115] = s()),
839
+ i(r, {
870
840
  hasIcon: !0,
871
841
  defaultChecked: !1,
872
842
  disabled: !0
873
843
  })
874
844
  ]),
875
- t[192] || (t[192] = s()),
876
- i("div", It, [
877
- t[117] || (t[117] = i("h4", { class: "m-3" }, "Disabled without icon, off:", -1)),
878
- t[118] || (t[118] = s()),
879
- n(r, {
845
+ t[191] || (t[191] = s()),
846
+ n("div", It, [
847
+ t[116] || (t[116] = n("h4", { class: "m-3" }, "Disabled without icon, off:", -1)),
848
+ t[117] || (t[117] = s()),
849
+ i(r, {
880
850
  hasIcon: !1,
881
851
  defaultChecked: !1,
882
852
  disabled: !0
883
853
  })
884
854
  ])
885
855
  ]),
886
- t[215] || (t[215] = s()),
887
- t[216] || (t[216] = i("hr", null, null, -1)),
888
- t[217] || (t[217] = s()),
889
- i("div", Lt, [
890
- t[193] || (t[193] = i("h4", { class: "m-3" }, "Logo:", -1)),
891
- t[194] || (t[194] = s()),
892
- n(x)
856
+ t[214] || (t[214] = s()),
857
+ t[215] || (t[215] = n("hr", null, null, -1)),
858
+ t[216] || (t[216] = s()),
859
+ n("div", Mt, [
860
+ t[192] || (t[192] = n("h4", { class: "m-3" }, "Logo:", -1)),
861
+ t[193] || (t[193] = s()),
862
+ i(x)
893
863
  ]),
894
- t[218] || (t[218] = s()),
895
- t[219] || (t[219] = i("hr", null, null, -1)),
896
- t[220] || (t[220] = s()),
897
- t[221] || (t[221] = i("h3", { class: "m-4" }, "State tag:", -1)),
898
- t[222] || (t[222] = s()),
899
- i("div", Mt, [
900
- t[195] || (t[195] = i("h4", { class: "m-3" }, "Published (for table):", -1)),
901
- t[196] || (t[196] = s()),
902
- n(u, {
864
+ t[217] || (t[217] = s()),
865
+ t[218] || (t[218] = n("hr", null, null, -1)),
866
+ t[219] || (t[219] = s()),
867
+ t[220] || (t[220] = n("h3", { class: "m-4" }, "State tag:", -1)),
868
+ t[221] || (t[221] = s()),
869
+ n("div", Lt, [
870
+ t[194] || (t[194] = n("h4", { class: "m-3" }, "Published (for table):", -1)),
871
+ t[195] || (t[195] = s()),
872
+ i(u, {
903
873
  label: "Veröffentlicht",
904
874
  state: "published"
905
875
  })
906
876
  ]),
907
- t[223] || (t[223] = s()),
908
- i("div", Dt, [
909
- t[197] || (t[197] = i("h4", { class: "m-3" }, "Draft (for table):", -1)),
910
- t[198] || (t[198] = s()),
911
- n(u, {
877
+ t[222] || (t[222] = s()),
878
+ n("div", Dt, [
879
+ t[196] || (t[196] = n("h4", { class: "m-3" }, "Draft (for table):", -1)),
880
+ t[197] || (t[197] = s()),
881
+ i(u, {
912
882
  label: "Entwurf",
913
883
  state: "draft"
914
884
  })
915
885
  ]),
916
- t[224] || (t[224] = s()),
917
- i("div", Ct, [
918
- t[199] || (t[199] = i("h4", { class: "m-3" }, "Error (for table):", -1)),
919
- t[200] || (t[200] = s()),
920
- n(u, {
886
+ t[223] || (t[223] = s()),
887
+ n("div", Ct, [
888
+ t[198] || (t[198] = n("h4", { class: "m-3" }, "Error (for table):", -1)),
889
+ t[199] || (t[199] = s()),
890
+ i(u, {
921
891
  label: "Fehler",
922
892
  state: "error"
923
893
  })
924
894
  ]),
925
- t[225] || (t[225] = s()),
926
- i("div", Et, [
927
- t[201] || (t[201] = i("h4", { class: "m-3" }, "Published (for page):", -1)),
928
- t[202] || (t[202] = s()),
929
- n(u, {
895
+ t[224] || (t[224] = s()),
896
+ n("div", Gt, [
897
+ t[200] || (t[200] = n("h4", { class: "m-3" }, "Published (for page):", -1)),
898
+ t[201] || (t[201] = s()),
899
+ i(u, {
930
900
  label: "Veröffentlicht",
931
901
  state: "published",
932
902
  size: "page"
933
903
  })
934
904
  ]),
935
- t[226] || (t[226] = s()),
936
- i("div", Gt, [
937
- t[203] || (t[203] = i("h4", { class: "m-3" }, "Draft (for page):", -1)),
938
- t[204] || (t[204] = s()),
939
- n(u, {
905
+ t[225] || (t[225] = s()),
906
+ n("div", Et, [
907
+ t[202] || (t[202] = n("h4", { class: "m-3" }, "Draft (for page):", -1)),
908
+ t[203] || (t[203] = s()),
909
+ i(u, {
940
910
  label: "Entwurf",
941
911
  state: "draft",
942
912
  size: "page"
943
913
  })
944
914
  ]),
945
- t[227] || (t[227] = s()),
946
- i("div", Ut, [
947
- t[205] || (t[205] = i("h4", { class: "m-3" }, "Error (for page):", -1)),
948
- t[206] || (t[206] = s()),
949
- n(u, {
915
+ t[226] || (t[226] = s()),
916
+ n("div", Ut, [
917
+ t[204] || (t[204] = n("h4", { class: "m-3" }, "Error (for page):", -1)),
918
+ t[205] || (t[205] = s()),
919
+ i(u, {
950
920
  label: "Fehler",
951
921
  state: "error",
952
922
  size: "page"
953
923
  })
954
924
  ]),
955
- t[228] || (t[228] = s()),
956
- i("div", Vt, [
957
- t[207] || (t[207] = i("h4", { class: "m-3" }, "HVD:", -1)),
958
- t[208] || (t[208] = s()),
959
- n(u, {
925
+ t[227] || (t[227] = s()),
926
+ n("div", Vt, [
927
+ t[206] || (t[206] = n("h4", { class: "m-3" }, "HVD:", -1)),
928
+ t[207] || (t[207] = s()),
929
+ i(u, {
960
930
  label: "HVD",
961
931
  state: "hvd",
962
932
  size: "page"
963
933
  })
964
934
  ]),
965
- t[229] || (t[229] = s()),
966
- i("div", kt, [
967
- t[209] || (t[209] = i("h4", { class: "m-3" }, "Geopolitical:", -1)),
968
- t[210] || (t[210] = s()),
969
- n(u, {
935
+ t[228] || (t[228] = s()),
936
+ n("div", kt, [
937
+ t[208] || (t[208] = n("h4", { class: "m-3" }, "Geopolitical:", -1)),
938
+ t[209] || (t[209] = s()),
939
+ i(u, {
970
940
  label: "GEMEINDEVERBÄNDE",
971
941
  state: "geopolitical",
972
942
  size: "page"
973
943
  })
974
944
  ]),
975
- t[230] || (t[230] = s()),
976
- i("div", Rt, [
977
- t[211] || (t[211] = i("h2", null, "Ihre Datensätze", -1)),
978
- t[212] || (t[212] = s()),
979
- t[213] || (t[213] = i("div", { class: "interactionButtonsDPIHome" }, [
980
- i("button", null, "Alle Ihre Datensätze ansehen"),
945
+ t[229] || (t[229] = s()),
946
+ n("div", Rt, [
947
+ t[210] || (t[210] = n("h2", null, "Ihre Datensätze", -1)),
948
+ t[211] || (t[211] = s()),
949
+ t[212] || (t[212] = n("div", { class: "interactionButtonsDPIHome" }, [
950
+ n("button", null, "Alle Ihre Datensätze ansehen"),
981
951
  s(),
982
- i("button", null, "Datensatz erstellen")
952
+ n("button", null, "Datensatz erstellen")
983
953
  ], -1)),
984
- t[214] || (t[214] = s()),
985
- i("div", Wt, [
986
- n(y)
954
+ t[213] || (t[213] = s()),
955
+ n("div", Wt, [
956
+ i(y)
987
957
  ])
988
958
  ])
989
959
  ])