@db-ux/v-core-components 5.1.6 → 5.2.1
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.
- package/CHANGELOG.md +27 -3
- package/dist/components/heading/custom-heading.vue.d.ts +27 -0
- package/dist/components/heading/heading-h1.vue.d.ts +24 -0
- package/dist/components/heading/heading-h2.vue.d.ts +24 -0
- package/dist/components/heading/heading-h3.vue.d.ts +24 -0
- package/dist/components/heading/heading-h4.vue.d.ts +24 -0
- package/dist/components/heading/heading-h5.vue.d.ts +24 -0
- package/dist/components/heading/heading-h6.vue.d.ts +24 -0
- package/dist/components/heading/index.d.ts +7 -0
- package/dist/components/heading/model.d.ts +73 -0
- package/dist/components/stack/stack.vue.d.ts +1 -1
- package/dist/db-ux.es.js +429 -148
- package/dist/db-ux.umd.js +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +5 -5
package/dist/db-ux.es.js
CHANGED
|
@@ -895,7 +895,7 @@ var x = () => {
|
|
|
895
895
|
}, lt = (e, t, n) => {
|
|
896
896
|
if (!e || !t) return;
|
|
897
897
|
let r = e.dataset.width === "full", i = e.dataset.width === "auto";
|
|
898
|
-
e.style.inlineSize = "", e.style.minInlineSize = "";
|
|
898
|
+
e.style.inlineSize = "", e.style.minInlineSize = "", e.style.insetInlineStart = "", e.style.insetBlockStart = "", e.style.position = "";
|
|
899
899
|
let a = getComputedStyle(e);
|
|
900
900
|
if (a.zIndex === "9999" || a.position !== "fixed" && a.position !== "absolute") return;
|
|
901
901
|
let { top: o, bottom: s, childHeight: c, childWidth: l, width: u, right: d, left: f, correctedPlacement: p, innerWidth: m } = ut(e, t, n), h = u;
|
|
@@ -1951,7 +1951,7 @@ var x = () => {
|
|
|
1951
1951
|
},
|
|
1952
1952
|
emits: ["update:values"],
|
|
1953
1953
|
setup(s, { emit: l }) {
|
|
1954
|
-
let x = v(), S = l, w = s, T = p(void 0), D = p(void 0), j = p(void 0), M = p(void 0), N = p(void 0), P = p(void 0), R = p(void 0), z = p(void 0), B = p(void 0), V = p(void 0), H = p("no-validation"), ee = p(!1), U = p(void 0), te = p(void 0), W = p(""), ne = p(void 0), re = p(""), G = p([]), ie = p(!1), K = p(!1), q = p(0), J = p([]), Y = p([]), ue = p(!1), de = p(void 0), fe = p(0), me = p(void 0), ge = p(void 0), _e = p(void 0), ve = p(
|
|
1954
|
+
let x = v(), S = l, w = s, T = p(void 0), D = p(void 0), j = p(void 0), M = p(void 0), N = p(void 0), P = p(void 0), R = p(void 0), z = p(void 0), B = p(void 0), V = p(void 0), H = p("no-validation"), ee = p(!1), U = p(void 0), te = p(void 0), W = p(""), ne = p(void 0), re = p(""), G = p([]), ie = p(!1), K = p(!1), q = p(0), J = p([]), Y = p([]), ue = p(!1), de = p(void 0), fe = p(0), me = p(void 0), ge = p(void 0), _e = p(void 0), ve = p(""), ye = p(!1), be = p(!1), xe = p(null), Z = p(null), Q = p(null), Se = p(null), Ce = p(null);
|
|
1955
1955
|
u(() => {
|
|
1956
1956
|
Ze(), N.value = w.invalidMessage || "TODO: Add an invalidMessage";
|
|
1957
1957
|
}), d(() => {
|
|
@@ -2044,7 +2044,7 @@ var x = () => {
|
|
|
2044
2044
|
immediate: !0,
|
|
2045
2045
|
flush: "post"
|
|
2046
2046
|
}), y(() => [w.searchValue], () => {
|
|
2047
|
-
if (ve.value = w.searchValue, w.searchValue) {
|
|
2047
|
+
if (ve.value = w.searchValue ?? "", w.searchValue) {
|
|
2048
2048
|
let e = w.searchValue;
|
|
2049
2049
|
Ke(e);
|
|
2050
2050
|
}
|
|
@@ -2052,7 +2052,7 @@ var x = () => {
|
|
|
2052
2052
|
immediate: !0,
|
|
2053
2053
|
flush: "post"
|
|
2054
2054
|
}), y(() => [w.options, J.value], () => {
|
|
2055
|
-
|
|
2055
|
+
G.value = w.options?.filter((e) => !e.value || !J.value?.includes ? !1 : !e.isGroupTitle && J.value?.includes(e.value)) ?? [];
|
|
2056
2056
|
}, {
|
|
2057
2057
|
immediate: !0,
|
|
2058
2058
|
flush: "post"
|
|
@@ -2945,11 +2945,292 @@ var x = () => {
|
|
|
2945
2945
|
], 10, An));
|
|
2946
2946
|
}
|
|
2947
2947
|
}), Wn = [
|
|
2948
|
+
"id",
|
|
2949
|
+
"data-size",
|
|
2950
|
+
"data-font-weight",
|
|
2951
|
+
"data-alignment",
|
|
2952
|
+
"data-paragraph-spacing"
|
|
2953
|
+
], Gn = /* @__PURE__ */ s({
|
|
2954
|
+
name: "DBCustomHeading",
|
|
2955
|
+
__name: "custom-heading",
|
|
2956
|
+
props: {
|
|
2957
|
+
size: { default: void 0 },
|
|
2958
|
+
fontWeight: { default: void 0 },
|
|
2959
|
+
paragraphSpacing: {
|
|
2960
|
+
type: [Boolean, String],
|
|
2961
|
+
default: void 0
|
|
2962
|
+
},
|
|
2963
|
+
children: { default: void 0 },
|
|
2964
|
+
className: { default: void 0 },
|
|
2965
|
+
class: {},
|
|
2966
|
+
id: { default: void 0 },
|
|
2967
|
+
autofocus: { type: [Boolean, String] },
|
|
2968
|
+
propOverrides: { default: void 0 },
|
|
2969
|
+
alignment: { default: void 0 },
|
|
2970
|
+
startSlot: {},
|
|
2971
|
+
endSlot: {}
|
|
2972
|
+
},
|
|
2973
|
+
setup(e) {
|
|
2974
|
+
let t = e, n = p(null);
|
|
2975
|
+
return (i, a) => (f(), r("div", {
|
|
2976
|
+
ref_key: "_ref",
|
|
2977
|
+
ref: n,
|
|
2978
|
+
id: e.id ?? e.propOverrides?.id,
|
|
2979
|
+
class: c(_(C)("db-custom-heading", t.className ?? t.class)),
|
|
2980
|
+
"data-size": e.size,
|
|
2981
|
+
"data-font-weight": e.fontWeight,
|
|
2982
|
+
"data-alignment": e.alignment,
|
|
2983
|
+
"data-paragraph-spacing": _(k)(e.paragraphSpacing, "paragraphSpacing")
|
|
2984
|
+
}, [
|
|
2985
|
+
h(i.$slots, "start-slot"),
|
|
2986
|
+
h(i.$slots, "default"),
|
|
2987
|
+
h(i.$slots, "end-slot")
|
|
2988
|
+
], 10, Wn));
|
|
2989
|
+
}
|
|
2990
|
+
}), Kn = [
|
|
2991
|
+
"id",
|
|
2992
|
+
"data-size",
|
|
2993
|
+
"data-font-weight",
|
|
2994
|
+
"data-alignment",
|
|
2995
|
+
"data-paragraph-spacing"
|
|
2996
|
+
], qn = /* @__PURE__ */ s({
|
|
2997
|
+
name: "DBHeadingH1",
|
|
2998
|
+
__name: "heading-h1",
|
|
2999
|
+
props: {
|
|
3000
|
+
size: { default: void 0 },
|
|
3001
|
+
fontWeight: { default: void 0 },
|
|
3002
|
+
paragraphSpacing: {
|
|
3003
|
+
type: [Boolean, String],
|
|
3004
|
+
default: void 0
|
|
3005
|
+
},
|
|
3006
|
+
children: { default: void 0 },
|
|
3007
|
+
className: { default: void 0 },
|
|
3008
|
+
class: {},
|
|
3009
|
+
id: { default: void 0 },
|
|
3010
|
+
autofocus: { type: [Boolean, String] },
|
|
3011
|
+
propOverrides: { default: void 0 },
|
|
3012
|
+
alignment: { default: void 0 },
|
|
3013
|
+
text: { default: void 0 }
|
|
3014
|
+
},
|
|
3015
|
+
setup(t) {
|
|
3016
|
+
let i = t, o = p(null);
|
|
3017
|
+
return (s, l) => (f(), r("h1", {
|
|
3018
|
+
ref_key: "_ref",
|
|
3019
|
+
ref: o,
|
|
3020
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3021
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3022
|
+
"data-size": t.size,
|
|
3023
|
+
"data-font-weight": t.fontWeight,
|
|
3024
|
+
"data-alignment": t.alignment,
|
|
3025
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3026
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Kn));
|
|
3027
|
+
}
|
|
3028
|
+
}), Jn = [
|
|
3029
|
+
"id",
|
|
3030
|
+
"data-size",
|
|
3031
|
+
"data-font-weight",
|
|
3032
|
+
"data-alignment",
|
|
3033
|
+
"data-paragraph-spacing"
|
|
3034
|
+
], Yn = /* @__PURE__ */ s({
|
|
3035
|
+
name: "DBHeadingH2",
|
|
3036
|
+
__name: "heading-h2",
|
|
3037
|
+
props: {
|
|
3038
|
+
size: { default: void 0 },
|
|
3039
|
+
fontWeight: { default: void 0 },
|
|
3040
|
+
paragraphSpacing: {
|
|
3041
|
+
type: [Boolean, String],
|
|
3042
|
+
default: void 0
|
|
3043
|
+
},
|
|
3044
|
+
children: { default: void 0 },
|
|
3045
|
+
className: { default: void 0 },
|
|
3046
|
+
class: {},
|
|
3047
|
+
id: { default: void 0 },
|
|
3048
|
+
autofocus: { type: [Boolean, String] },
|
|
3049
|
+
propOverrides: { default: void 0 },
|
|
3050
|
+
alignment: { default: void 0 },
|
|
3051
|
+
text: { default: void 0 }
|
|
3052
|
+
},
|
|
3053
|
+
setup(t) {
|
|
3054
|
+
let i = t, o = p(null);
|
|
3055
|
+
return (s, l) => (f(), r("h2", {
|
|
3056
|
+
ref_key: "_ref",
|
|
3057
|
+
ref: o,
|
|
3058
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3059
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3060
|
+
"data-size": t.size,
|
|
3061
|
+
"data-font-weight": t.fontWeight,
|
|
3062
|
+
"data-alignment": t.alignment,
|
|
3063
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3064
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Jn));
|
|
3065
|
+
}
|
|
3066
|
+
}), Xn = [
|
|
3067
|
+
"id",
|
|
3068
|
+
"data-size",
|
|
3069
|
+
"data-font-weight",
|
|
3070
|
+
"data-alignment",
|
|
3071
|
+
"data-paragraph-spacing"
|
|
3072
|
+
], Zn = /* @__PURE__ */ s({
|
|
3073
|
+
name: "DBHeadingH3",
|
|
3074
|
+
__name: "heading-h3",
|
|
3075
|
+
props: {
|
|
3076
|
+
size: { default: void 0 },
|
|
3077
|
+
fontWeight: { default: void 0 },
|
|
3078
|
+
paragraphSpacing: {
|
|
3079
|
+
type: [Boolean, String],
|
|
3080
|
+
default: void 0
|
|
3081
|
+
},
|
|
3082
|
+
children: { default: void 0 },
|
|
3083
|
+
className: { default: void 0 },
|
|
3084
|
+
class: {},
|
|
3085
|
+
id: { default: void 0 },
|
|
3086
|
+
autofocus: { type: [Boolean, String] },
|
|
3087
|
+
propOverrides: { default: void 0 },
|
|
3088
|
+
alignment: { default: void 0 },
|
|
3089
|
+
text: { default: void 0 }
|
|
3090
|
+
},
|
|
3091
|
+
setup(t) {
|
|
3092
|
+
let i = t, o = p(null);
|
|
3093
|
+
return (s, l) => (f(), r("h3", {
|
|
3094
|
+
ref_key: "_ref",
|
|
3095
|
+
ref: o,
|
|
3096
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3097
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3098
|
+
"data-size": t.size,
|
|
3099
|
+
"data-font-weight": t.fontWeight,
|
|
3100
|
+
"data-alignment": t.alignment,
|
|
3101
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3102
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Xn));
|
|
3103
|
+
}
|
|
3104
|
+
}), Qn = [
|
|
3105
|
+
"id",
|
|
3106
|
+
"data-size",
|
|
3107
|
+
"data-font-weight",
|
|
3108
|
+
"data-alignment",
|
|
3109
|
+
"data-paragraph-spacing"
|
|
3110
|
+
], $n = /* @__PURE__ */ s({
|
|
3111
|
+
name: "DBHeadingH4",
|
|
3112
|
+
__name: "heading-h4",
|
|
3113
|
+
props: {
|
|
3114
|
+
size: { default: void 0 },
|
|
3115
|
+
fontWeight: { default: void 0 },
|
|
3116
|
+
paragraphSpacing: {
|
|
3117
|
+
type: [Boolean, String],
|
|
3118
|
+
default: void 0
|
|
3119
|
+
},
|
|
3120
|
+
children: { default: void 0 },
|
|
3121
|
+
className: { default: void 0 },
|
|
3122
|
+
class: {},
|
|
3123
|
+
id: { default: void 0 },
|
|
3124
|
+
autofocus: { type: [Boolean, String] },
|
|
3125
|
+
propOverrides: { default: void 0 },
|
|
3126
|
+
alignment: { default: void 0 },
|
|
3127
|
+
text: { default: void 0 }
|
|
3128
|
+
},
|
|
3129
|
+
setup(t) {
|
|
3130
|
+
let i = t, o = p(null);
|
|
3131
|
+
return (s, l) => (f(), r("h4", {
|
|
3132
|
+
ref_key: "_ref",
|
|
3133
|
+
ref: o,
|
|
3134
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3135
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3136
|
+
"data-size": t.size,
|
|
3137
|
+
"data-font-weight": t.fontWeight,
|
|
3138
|
+
"data-alignment": t.alignment,
|
|
3139
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3140
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, Qn));
|
|
3141
|
+
}
|
|
3142
|
+
}), er = [
|
|
3143
|
+
"id",
|
|
3144
|
+
"data-size",
|
|
3145
|
+
"data-font-weight",
|
|
3146
|
+
"data-alignment",
|
|
3147
|
+
"data-paragraph-spacing"
|
|
3148
|
+
], tr = /* @__PURE__ */ s({
|
|
3149
|
+
name: "DBHeadingH5",
|
|
3150
|
+
__name: "heading-h5",
|
|
3151
|
+
props: {
|
|
3152
|
+
size: { default: void 0 },
|
|
3153
|
+
fontWeight: { default: void 0 },
|
|
3154
|
+
paragraphSpacing: {
|
|
3155
|
+
type: [Boolean, String],
|
|
3156
|
+
default: void 0
|
|
3157
|
+
},
|
|
3158
|
+
children: { default: void 0 },
|
|
3159
|
+
className: { default: void 0 },
|
|
3160
|
+
class: {},
|
|
3161
|
+
id: { default: void 0 },
|
|
3162
|
+
autofocus: { type: [Boolean, String] },
|
|
3163
|
+
propOverrides: { default: void 0 },
|
|
3164
|
+
alignment: { default: void 0 },
|
|
3165
|
+
text: { default: void 0 }
|
|
3166
|
+
},
|
|
3167
|
+
setup(t) {
|
|
3168
|
+
let i = t, o = p(null);
|
|
3169
|
+
return (s, l) => (f(), r("h5", {
|
|
3170
|
+
ref_key: "_ref",
|
|
3171
|
+
ref: o,
|
|
3172
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3173
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3174
|
+
"data-size": t.size,
|
|
3175
|
+
"data-font-weight": t.fontWeight,
|
|
3176
|
+
"data-alignment": t.alignment,
|
|
3177
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3178
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, er));
|
|
3179
|
+
}
|
|
3180
|
+
}), nr = [
|
|
3181
|
+
"id",
|
|
3182
|
+
"data-size",
|
|
3183
|
+
"data-font-weight",
|
|
3184
|
+
"data-alignment",
|
|
3185
|
+
"data-paragraph-spacing"
|
|
3186
|
+
], rr = /* @__PURE__ */ s({
|
|
3187
|
+
name: "DBHeadingH6",
|
|
3188
|
+
__name: "heading-h6",
|
|
3189
|
+
props: {
|
|
3190
|
+
size: { default: void 0 },
|
|
3191
|
+
fontWeight: { default: void 0 },
|
|
3192
|
+
paragraphSpacing: {
|
|
3193
|
+
type: [Boolean, String],
|
|
3194
|
+
default: void 0
|
|
3195
|
+
},
|
|
3196
|
+
children: { default: void 0 },
|
|
3197
|
+
className: { default: void 0 },
|
|
3198
|
+
class: {},
|
|
3199
|
+
id: { default: void 0 },
|
|
3200
|
+
autofocus: { type: [Boolean, String] },
|
|
3201
|
+
propOverrides: { default: void 0 },
|
|
3202
|
+
alignment: { default: void 0 },
|
|
3203
|
+
text: { default: void 0 }
|
|
3204
|
+
},
|
|
3205
|
+
setup(t) {
|
|
3206
|
+
let i = t, o = p(null);
|
|
3207
|
+
return (s, l) => (f(), r("h6", {
|
|
3208
|
+
ref_key: "_ref",
|
|
3209
|
+
ref: o,
|
|
3210
|
+
id: t.id ?? t.propOverrides?.id,
|
|
3211
|
+
class: c(_(C)("db-heading", i.className ?? i.class)),
|
|
3212
|
+
"data-size": t.size,
|
|
3213
|
+
"data-font-weight": t.fontWeight,
|
|
3214
|
+
"data-alignment": t.alignment,
|
|
3215
|
+
"data-paragraph-spacing": _(k)(t.paragraphSpacing, "paragraphSpacing")
|
|
3216
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, nr));
|
|
3217
|
+
}
|
|
3218
|
+
}), ir = [
|
|
3219
|
+
"3xl",
|
|
3220
|
+
"2xl",
|
|
3221
|
+
"xl",
|
|
3222
|
+
"lg",
|
|
3223
|
+
"md",
|
|
3224
|
+
"sm",
|
|
3225
|
+
"xs",
|
|
3226
|
+
"2xs",
|
|
3227
|
+
"3xs"
|
|
3228
|
+
], ar = ["black", "light"], or = [
|
|
2948
3229
|
"id",
|
|
2949
3230
|
"data-icon",
|
|
2950
3231
|
"data-icon-weight",
|
|
2951
3232
|
"data-icon-variant"
|
|
2952
|
-
],
|
|
3233
|
+
], sr = /* @__PURE__ */ s({
|
|
2953
3234
|
name: "DBIcon",
|
|
2954
3235
|
__name: "icon",
|
|
2955
3236
|
props: {
|
|
@@ -2975,16 +3256,16 @@ var x = () => {
|
|
|
2975
3256
|
"data-icon": t.icon,
|
|
2976
3257
|
"data-icon-weight": t.weight,
|
|
2977
3258
|
"data-icon-variant": t.variant
|
|
2978
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
3259
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, or));
|
|
2979
3260
|
}
|
|
2980
|
-
}),
|
|
3261
|
+
}), cr = [
|
|
2981
3262
|
"16",
|
|
2982
3263
|
"20",
|
|
2983
3264
|
"24",
|
|
2984
3265
|
"32",
|
|
2985
3266
|
"48",
|
|
2986
3267
|
"64"
|
|
2987
|
-
],
|
|
3268
|
+
], lr = [
|
|
2988
3269
|
"color",
|
|
2989
3270
|
"date",
|
|
2990
3271
|
"datetime-local",
|
|
@@ -3001,7 +3282,7 @@ var x = () => {
|
|
|
3001
3282
|
"time",
|
|
3002
3283
|
"url",
|
|
3003
3284
|
"week"
|
|
3004
|
-
],
|
|
3285
|
+
], ur = [
|
|
3005
3286
|
"id",
|
|
3006
3287
|
"href",
|
|
3007
3288
|
"target",
|
|
@@ -3016,7 +3297,7 @@ var x = () => {
|
|
|
3016
3297
|
"data-variant",
|
|
3017
3298
|
"data-content",
|
|
3018
3299
|
"data-wrap"
|
|
3019
|
-
],
|
|
3300
|
+
], dr = /* @__PURE__ */ s({
|
|
3020
3301
|
name: "DBLink",
|
|
3021
3302
|
__name: "link",
|
|
3022
3303
|
props: {
|
|
@@ -3079,13 +3360,13 @@ var x = () => {
|
|
|
3079
3360
|
"data-content": t.content || "internal",
|
|
3080
3361
|
"data-wrap": _(k)(t.wrap, "wrap"),
|
|
3081
3362
|
onClick: u[0] ||= async (e) => s(e)
|
|
3082
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10,
|
|
3363
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : n("", !0), h(l.$slots, "default")], 10, ur));
|
|
3083
3364
|
}
|
|
3084
|
-
}),
|
|
3365
|
+
}), fr = [
|
|
3085
3366
|
"adaptive",
|
|
3086
3367
|
"brand",
|
|
3087
3368
|
"inline"
|
|
3088
|
-
],
|
|
3369
|
+
], pr = ["medium", "small"], mr = ["external", "internal"], hr = ["id"], gr = /* @__PURE__ */ s({
|
|
3089
3370
|
name: "DBNavigation",
|
|
3090
3371
|
__name: "navigation",
|
|
3091
3372
|
props: {
|
|
@@ -3103,9 +3384,9 @@ var x = () => {
|
|
|
3103
3384
|
ref: n,
|
|
3104
3385
|
id: e.id ?? e.propOverrides?.id,
|
|
3105
3386
|
class: c(_(C)("db-navigation", t.class))
|
|
3106
|
-
}, [i("menu", null, [h(a.$slots, "default")])], 10,
|
|
3387
|
+
}, [i("menu", null, [h(a.$slots, "default")])], 10, hr));
|
|
3107
3388
|
}
|
|
3108
|
-
}),
|
|
3389
|
+
}), _r = [
|
|
3109
3390
|
"id",
|
|
3110
3391
|
"data-width",
|
|
3111
3392
|
"data-icon",
|
|
@@ -3113,20 +3394,20 @@ var x = () => {
|
|
|
3113
3394
|
"data-active",
|
|
3114
3395
|
"data-wrap",
|
|
3115
3396
|
"aria-disabled"
|
|
3116
|
-
],
|
|
3397
|
+
], vr = [
|
|
3117
3398
|
"id",
|
|
3118
3399
|
"aria-haspopup",
|
|
3119
3400
|
"aria-expanded",
|
|
3120
3401
|
"aria-controls",
|
|
3121
3402
|
"disabled"
|
|
3122
|
-
],
|
|
3403
|
+
], yr = [
|
|
3123
3404
|
"id",
|
|
3124
3405
|
"aria-labelledby",
|
|
3125
3406
|
"data-force-close"
|
|
3126
|
-
],
|
|
3407
|
+
], br = {
|
|
3127
3408
|
key: 0,
|
|
3128
3409
|
class: "db-mobile-navigation-back"
|
|
3129
|
-
},
|
|
3410
|
+
}, xr = /* @__PURE__ */ s({
|
|
3130
3411
|
name: "DBNavigationItem",
|
|
3131
3412
|
__name: "navigation-item",
|
|
3132
3413
|
props: {
|
|
@@ -3225,13 +3506,13 @@ var x = () => {
|
|
|
3225
3506
|
"aria-controls": E.value,
|
|
3226
3507
|
disabled: _(A)(t.disabled, "disabled"),
|
|
3227
3508
|
onClick: u[0] ||= async (e) => N(e)
|
|
3228
|
-
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8,
|
|
3509
|
+
}, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 8, vr), i("menu", {
|
|
3229
3510
|
class: "db-sub-navigation",
|
|
3230
3511
|
id: E.value,
|
|
3231
3512
|
"aria-labelledby": D.value,
|
|
3232
3513
|
"data-force-close": w.value,
|
|
3233
3514
|
onClick: u[1] ||= async (e) => M(e)
|
|
3234
|
-
}, [m.value ? (f(), r("div",
|
|
3515
|
+
}, [m.value ? (f(), r("div", br, [o(Ve, {
|
|
3235
3516
|
icon: "arrow_left",
|
|
3236
3517
|
variant: "ghost",
|
|
3237
3518
|
id: t.backButtonId,
|
|
@@ -3239,9 +3520,9 @@ var x = () => {
|
|
|
3239
3520
|
}, {
|
|
3240
3521
|
default: b(() => [a(g(t.backButtonText ?? _("Back")), 1)]),
|
|
3241
3522
|
_: 1
|
|
3242
|
-
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8,
|
|
3523
|
+
}, 8, ["id", "onClick"])])) : n("", !0), h(s.$slots, "sub-navigation")], 8, yr)], 64)) : (f(), r(e, { key: 1 }, [t.text ? (f(), r(e, { key: 0 }, [a(g(t.text), 1)], 64)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 64))], 42, _r));
|
|
3243
3524
|
}
|
|
3244
|
-
}),
|
|
3525
|
+
}), Sr = [
|
|
3245
3526
|
"id",
|
|
3246
3527
|
"role",
|
|
3247
3528
|
"aria-live",
|
|
@@ -3250,10 +3531,10 @@ var x = () => {
|
|
|
3250
3531
|
"data-icon",
|
|
3251
3532
|
"data-show-icon",
|
|
3252
3533
|
"data-link-variant"
|
|
3253
|
-
],
|
|
3534
|
+
], Cr = {
|
|
3254
3535
|
key: 0,
|
|
3255
3536
|
"data-area": "head"
|
|
3256
|
-
},
|
|
3537
|
+
}, wr = { "data-area": "content" }, Tr = ["dateTime"], Er = /* @__PURE__ */ s({
|
|
3257
3538
|
name: "DBNotification",
|
|
3258
3539
|
__name: "notification",
|
|
3259
3540
|
props: {
|
|
@@ -3322,13 +3603,13 @@ var x = () => {
|
|
|
3322
3603
|
"data-link-variant": o.linkVariant
|
|
3323
3604
|
}, [
|
|
3324
3605
|
h(d.$slots, "image"),
|
|
3325
|
-
_(I)(o.headline, o.showHeadline) ? (f(), r("header",
|
|
3326
|
-
i("div",
|
|
3606
|
+
_(I)(o.headline, o.showHeadline) ? (f(), r("header", Cr, g(o.headline), 1)) : n("", !0),
|
|
3607
|
+
i("div", wr, [o.text ? (f(), r(e, { key: 0 }, [a(g(o.text), 1)], 64)) : n("", !0), h(d.$slots, "default")]),
|
|
3327
3608
|
_(I)(o.timestamp, o.showTimestamp) ? (f(), r("time", {
|
|
3328
3609
|
key: 1,
|
|
3329
3610
|
"data-area": "timestamp",
|
|
3330
3611
|
dateTime: o.timestampDatetime
|
|
3331
|
-
}, g(o.timestamp), 9,
|
|
3612
|
+
}, g(o.timestamp), 9, Tr)) : n("", !0),
|
|
3332
3613
|
h(d.$slots, "link"),
|
|
3333
3614
|
_(A)(o.closeable, "closeable") ? (f(), t(Ve, {
|
|
3334
3615
|
key: 2,
|
|
@@ -3342,22 +3623,22 @@ var x = () => {
|
|
|
3342
3623
|
default: b(() => [a(g(o.closeButtonText ?? _("Close")), 1)]),
|
|
3343
3624
|
_: 1
|
|
3344
3625
|
}, 8, ["id", "onClick"])) : n("", !0)
|
|
3345
|
-
], 10,
|
|
3626
|
+
], 10, Sr));
|
|
3346
3627
|
}
|
|
3347
|
-
}),
|
|
3628
|
+
}), Dr = [
|
|
3348
3629
|
"docked",
|
|
3349
3630
|
"standalone",
|
|
3350
3631
|
"overlay"
|
|
3351
|
-
],
|
|
3632
|
+
], Or = ["block", "inline"], kr = [
|
|
3352
3633
|
"assertive",
|
|
3353
3634
|
"polite",
|
|
3354
3635
|
"off"
|
|
3355
|
-
],
|
|
3636
|
+
], Ar = [
|
|
3356
3637
|
"id",
|
|
3357
3638
|
"data-variant",
|
|
3358
3639
|
"data-fade-in",
|
|
3359
3640
|
"data-fonts-loaded"
|
|
3360
|
-
],
|
|
3641
|
+
], jr = /* @__PURE__ */ s({
|
|
3361
3642
|
name: "DBPage",
|
|
3362
3643
|
__name: "page",
|
|
3363
3644
|
props: {
|
|
@@ -3397,9 +3678,9 @@ var x = () => {
|
|
|
3397
3678
|
h(o.$slots, "header"),
|
|
3398
3679
|
i("main", { class: c(_(C)("db-main", e.mainClass)) }, [h(o.$slots, "default")], 2),
|
|
3399
3680
|
h(o.$slots, "footer")
|
|
3400
|
-
], 10,
|
|
3681
|
+
], 10, Ar));
|
|
3401
3682
|
}
|
|
3402
|
-
}),
|
|
3683
|
+
}), Mr = ["auto", "fixed"], Nr = ["hidden", "auto"], Pr = ["id"], Fr = [
|
|
3403
3684
|
"data-spacing",
|
|
3404
3685
|
"data-gap",
|
|
3405
3686
|
"data-animation",
|
|
@@ -3407,7 +3688,7 @@ var x = () => {
|
|
|
3407
3688
|
"data-delay",
|
|
3408
3689
|
"data-width",
|
|
3409
3690
|
"data-placement"
|
|
3410
|
-
],
|
|
3691
|
+
], Ir = /* @__PURE__ */ s({
|
|
3411
3692
|
name: "DBPopover",
|
|
3412
3693
|
__name: "popover",
|
|
3413
3694
|
props: {
|
|
@@ -3522,14 +3803,14 @@ var x = () => {
|
|
|
3522
3803
|
"data-delay": e.delay,
|
|
3523
3804
|
"data-width": e.width,
|
|
3524
3805
|
"data-placement": e.placement
|
|
3525
|
-
}, [h(n.$slots, "default")], 8,
|
|
3806
|
+
}, [h(n.$slots, "default")], 8, Fr)], 10, Pr));
|
|
3526
3807
|
}
|
|
3527
|
-
}),
|
|
3808
|
+
}), Lr = [
|
|
3528
3809
|
"data-size",
|
|
3529
3810
|
"data-hide-label",
|
|
3530
3811
|
"data-hide-asterisk",
|
|
3531
3812
|
"for"
|
|
3532
|
-
],
|
|
3813
|
+
], Rr = [
|
|
3533
3814
|
"aria-invalid",
|
|
3534
3815
|
"data-custom-validity",
|
|
3535
3816
|
"id",
|
|
@@ -3538,7 +3819,7 @@ var x = () => {
|
|
|
3538
3819
|
"disabled",
|
|
3539
3820
|
"value",
|
|
3540
3821
|
"required"
|
|
3541
|
-
],
|
|
3822
|
+
], zr = /* @__PURE__ */ s({
|
|
3542
3823
|
name: "DBRadio",
|
|
3543
3824
|
__name: "radio",
|
|
3544
3825
|
props: {
|
|
@@ -3679,16 +3960,16 @@ var x = () => {
|
|
|
3679
3960
|
onChange: s[1] ||= async (e) => E(e),
|
|
3680
3961
|
onBlur: s[2] ||= async (e) => D(e),
|
|
3681
3962
|
onFocus: s[3] ||= async (e) => k(e)
|
|
3682
|
-
}, null, 40,
|
|
3963
|
+
}, null, 40, Rr),
|
|
3683
3964
|
t.label ? (f(), r(e, { key: 0 }, [a(g(t.label), 1)], 64)) : n("", !0),
|
|
3684
3965
|
h(o.$slots, "default")
|
|
3685
|
-
], 10,
|
|
3966
|
+
], 10, Lr));
|
|
3686
3967
|
}
|
|
3687
|
-
}),
|
|
3968
|
+
}), Br = [
|
|
3688
3969
|
"id",
|
|
3689
3970
|
"data-spacing",
|
|
3690
3971
|
"data-width"
|
|
3691
|
-
],
|
|
3972
|
+
], Vr = /* @__PURE__ */ s({
|
|
3692
3973
|
name: "DBSection",
|
|
3693
3974
|
__name: "section",
|
|
3694
3975
|
props: {
|
|
@@ -3710,15 +3991,15 @@ var x = () => {
|
|
|
3710
3991
|
class: c(_(C)("db-section", t.class)),
|
|
3711
3992
|
"data-spacing": e.spacing || "medium",
|
|
3712
3993
|
"data-width": e.width
|
|
3713
|
-
}, [h(i.$slots, "default")], 10,
|
|
3994
|
+
}, [h(i.$slots, "default")], 10, Br));
|
|
3714
3995
|
}
|
|
3715
|
-
}),
|
|
3996
|
+
}), Hr = [
|
|
3716
3997
|
"data-variant",
|
|
3717
3998
|
"data-hide-label",
|
|
3718
3999
|
"data-hide-asterisk",
|
|
3719
4000
|
"data-icon",
|
|
3720
4001
|
"data-show-icon"
|
|
3721
|
-
],
|
|
4002
|
+
], Ur = ["for"], Wr = [
|
|
3722
4003
|
"aria-invalid",
|
|
3723
4004
|
"data-custom-validity",
|
|
3724
4005
|
"required",
|
|
@@ -3730,18 +4011,18 @@ var x = () => {
|
|
|
3730
4011
|
"autocomplete",
|
|
3731
4012
|
"multiple",
|
|
3732
4013
|
"aria-describedby"
|
|
3733
|
-
],
|
|
4014
|
+
], Gr = ["data-show-empty-option"], Kr = ["label"], qr = [
|
|
3734
4015
|
"value",
|
|
3735
4016
|
"selected",
|
|
3736
4017
|
"disabled"
|
|
3737
|
-
],
|
|
4018
|
+
], Jr = [
|
|
3738
4019
|
"value",
|
|
3739
4020
|
"disabled",
|
|
3740
4021
|
"selected"
|
|
3741
|
-
],
|
|
4022
|
+
], Yr = ["data-placeholder", "id"], Xr = {
|
|
3742
4023
|
"data-visually-hidden": "true",
|
|
3743
4024
|
role: "status"
|
|
3744
|
-
},
|
|
4025
|
+
}, Zr = /* @__PURE__ */ s({
|
|
3745
4026
|
name: "DBSelect",
|
|
3746
4027
|
__name: "select",
|
|
3747
4028
|
props: {
|
|
@@ -3912,7 +4193,7 @@ var x = () => {
|
|
|
3912
4193
|
"data-icon": s.icon,
|
|
3913
4194
|
"data-show-icon": _(k)(s.showIcon, "showIcon")
|
|
3914
4195
|
}, [
|
|
3915
|
-
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
4196
|
+
i("label", { for: T.value }, g(s.label ?? _("LABEL SHOULD BE SET")), 9, Ur),
|
|
3916
4197
|
i("select", {
|
|
3917
4198
|
"aria-invalid": s.validation === "invalid",
|
|
3918
4199
|
"data-custom-validity": s.validation,
|
|
@@ -3937,7 +4218,7 @@ var x = () => {
|
|
|
3937
4218
|
class: "placeholder",
|
|
3938
4219
|
value: "",
|
|
3939
4220
|
"data-show-empty-option": _(k)(K(), "showEmptyOption")
|
|
3940
|
-
}, null, 8,
|
|
4221
|
+
}, null, 8, Gr)) : n("", !0), s.options?.length ? (f(!0), r(e, { key: 1 }, m(s.options, (t, n) => (f(), r(e, { key: n }, [t.options ? (f(), r("optgroup", {
|
|
3941
4222
|
key: 0,
|
|
3942
4223
|
label: ie(t)
|
|
3943
4224
|
}, [(f(!0), r(e, null, m(t.options, (e, t) => (f(), r("option", {
|
|
@@ -3945,18 +4226,18 @@ var x = () => {
|
|
|
3945
4226
|
value: e.value,
|
|
3946
4227
|
selected: e.selected,
|
|
3947
4228
|
disabled: e.disabled
|
|
3948
|
-
}, g(ie(e)), 9,
|
|
4229
|
+
}, g(ie(e)), 9, qr))), 128))], 8, Kr)) : (f(), r("option", {
|
|
3949
4230
|
key: 1,
|
|
3950
4231
|
value: t.value,
|
|
3951
4232
|
disabled: t.disabled,
|
|
3952
4233
|
selected: t.selected
|
|
3953
|
-
}, g(ie(t)), 9,
|
|
4234
|
+
}, g(ie(t)), 9, Jr))], 64))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 2)], 40, Wr),
|
|
3954
4235
|
s.placeholder ? (f(), r("span", {
|
|
3955
4236
|
key: 0,
|
|
3956
4237
|
class: "db-select-placeholder",
|
|
3957
4238
|
"data-placeholder": s.placeholder,
|
|
3958
4239
|
id: P.value
|
|
3959
|
-
}, null, 8,
|
|
4240
|
+
}, null, 8, Yr)) : n("", !0),
|
|
3960
4241
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
3961
4242
|
key: 1,
|
|
3962
4243
|
size: "small",
|
|
@@ -3983,10 +4264,10 @@ var x = () => {
|
|
|
3983
4264
|
default: b(() => [a(g(N.value), 1)]),
|
|
3984
4265
|
_: 1
|
|
3985
4266
|
}, 8, ["id"]),
|
|
3986
|
-
i("span",
|
|
3987
|
-
], 10,
|
|
4267
|
+
i("span", Xr, g(B.value), 1)
|
|
4268
|
+
], 10, Hr));
|
|
3988
4269
|
}
|
|
3989
|
-
}),
|
|
4270
|
+
}), Qr = [
|
|
3990
4271
|
"id",
|
|
3991
4272
|
"data-gap",
|
|
3992
4273
|
"data-variant",
|
|
@@ -3994,7 +4275,7 @@ var x = () => {
|
|
|
3994
4275
|
"data-alignment",
|
|
3995
4276
|
"data-justify-content",
|
|
3996
4277
|
"data-wrap"
|
|
3997
|
-
],
|
|
4278
|
+
], $r = /* @__PURE__ */ s({
|
|
3998
4279
|
name: "DBStack",
|
|
3999
4280
|
__name: "stack",
|
|
4000
4281
|
props: {
|
|
@@ -4027,26 +4308,26 @@ var x = () => {
|
|
|
4027
4308
|
"data-alignment": e.alignment,
|
|
4028
4309
|
"data-justify-content": e.justifyContent,
|
|
4029
4310
|
"data-wrap": _(k)(e.wrap, "wrap")
|
|
4030
|
-
}, [h(i.$slots, "default")], 10,
|
|
4311
|
+
}, [h(i.$slots, "default")], 10, Qr));
|
|
4031
4312
|
}
|
|
4032
|
-
}),
|
|
4313
|
+
}), ei = ["simple", "divider"], ti = ["row", "column"], ni = [
|
|
4033
4314
|
"stretch",
|
|
4034
4315
|
"start",
|
|
4035
4316
|
"end",
|
|
4036
4317
|
"center"
|
|
4037
|
-
],
|
|
4318
|
+
], ri = [
|
|
4038
4319
|
"space-between",
|
|
4039
4320
|
"start",
|
|
4040
4321
|
"center",
|
|
4041
4322
|
"end"
|
|
4042
|
-
],
|
|
4323
|
+
], ii = [
|
|
4043
4324
|
"data-visual-aid",
|
|
4044
4325
|
"data-size",
|
|
4045
4326
|
"data-hide-label",
|
|
4046
4327
|
"data-variant",
|
|
4047
4328
|
"data-hide-asterisk",
|
|
4048
4329
|
"data-custom-validity"
|
|
4049
|
-
],
|
|
4330
|
+
], ai = ["for"], oi = [
|
|
4050
4331
|
"id",
|
|
4051
4332
|
"checked",
|
|
4052
4333
|
"value",
|
|
@@ -4057,10 +4338,10 @@ var x = () => {
|
|
|
4057
4338
|
"required",
|
|
4058
4339
|
"data-aid-icon",
|
|
4059
4340
|
"data-aid-icon-trailing"
|
|
4060
|
-
],
|
|
4341
|
+
], si = {
|
|
4061
4342
|
"data-visually-hidden": "true",
|
|
4062
4343
|
role: "status"
|
|
4063
|
-
},
|
|
4344
|
+
}, ci = /* @__PURE__ */ s({
|
|
4064
4345
|
name: "DBSwitch",
|
|
4065
4346
|
__name: "switch",
|
|
4066
4347
|
props: {
|
|
@@ -4243,10 +4524,10 @@ var x = () => {
|
|
|
4243
4524
|
onBlur: u[1] ||= async (e) => H(e),
|
|
4244
4525
|
onFocus: u[2] ||= async (e) => ee(e),
|
|
4245
4526
|
onKeydown: u[3] ||= async (e) => U(e)
|
|
4246
|
-
}, null, 40,
|
|
4527
|
+
}, null, 40, oi),
|
|
4247
4528
|
s.label ? (f(), r(e, { key: 0 }, [a(g(s.label), 1)], 64)) : n("", !0),
|
|
4248
4529
|
h(l.$slots, "default")
|
|
4249
|
-
], 8,
|
|
4530
|
+
], 8, ai),
|
|
4250
4531
|
_(I)(s.message, s.showMessage) ? (f(), t($, {
|
|
4251
4532
|
key: 0,
|
|
4252
4533
|
size: "small",
|
|
@@ -4274,20 +4555,20 @@ var x = () => {
|
|
|
4274
4555
|
default: b(() => [a(g(M.value), 1)]),
|
|
4275
4556
|
_: 1
|
|
4276
4557
|
}, 8, ["id"]),
|
|
4277
|
-
i("span",
|
|
4278
|
-
], 10,
|
|
4558
|
+
i("span", si, g(P.value), 1)
|
|
4559
|
+
], 10, ii));
|
|
4279
4560
|
}
|
|
4280
|
-
}),
|
|
4561
|
+
}), li = [
|
|
4281
4562
|
"disabled",
|
|
4282
4563
|
"aria-selected",
|
|
4283
4564
|
"focusgroupstart",
|
|
4284
4565
|
"data-value"
|
|
4285
|
-
],
|
|
4566
|
+
], ui = [
|
|
4286
4567
|
"data-icon",
|
|
4287
4568
|
"data-show-icon",
|
|
4288
4569
|
"data-icon-trailing",
|
|
4289
4570
|
"data-show-icon-trailing"
|
|
4290
|
-
],
|
|
4571
|
+
], di = { class: "db-tab-item-label-end-slot" }, fi = /* @__PURE__ */ s({
|
|
4291
4572
|
name: "DBTabItem",
|
|
4292
4573
|
__name: "tab-item",
|
|
4293
4574
|
props: {
|
|
@@ -4416,19 +4697,19 @@ var x = () => {
|
|
|
4416
4697
|
class: "db-tab-item-label-text",
|
|
4417
4698
|
ref_key: "_labelRef",
|
|
4418
4699
|
ref: D
|
|
4419
|
-
}, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span",
|
|
4700
|
+
}, [o.label ? (f(), r(e, { key: 0 }, [a(g(o.label), 1)], 64)) : n("", !0), h(l.$slots, "default")], 512), i("span", di, [h(l.$slots, "end-slot")])], 8, ui), m.value && v.value ? (f(), t(Rt, {
|
|
4420
4701
|
key: 0,
|
|
4421
4702
|
placement: "top"
|
|
4422
4703
|
}, {
|
|
4423
4704
|
default: b(() => [a(g(v.value), 1)]),
|
|
4424
4705
|
_: 1
|
|
4425
|
-
})) : n("", !0)], 10,
|
|
4706
|
+
})) : n("", !0)], 10, li));
|
|
4426
4707
|
}
|
|
4427
|
-
}),
|
|
4708
|
+
}), pi = [
|
|
4428
4709
|
"id",
|
|
4429
4710
|
"aria-orientation",
|
|
4430
4711
|
"focusgroup"
|
|
4431
|
-
],
|
|
4712
|
+
], mi = /* @__PURE__ */ s({
|
|
4432
4713
|
name: "DBTabList",
|
|
4433
4714
|
__name: "tab-list",
|
|
4434
4715
|
props: {
|
|
@@ -4452,9 +4733,9 @@ var x = () => {
|
|
|
4452
4733
|
class: c(_(C)("db-tab-list", n.class)),
|
|
4453
4734
|
"aria-orientation": e.orientation ?? "horizontal",
|
|
4454
4735
|
focusgroup: e.orientation === "vertical" ? "tablist block wrap" : "tablist"
|
|
4455
|
-
}, [h(t.$slots, "default")], 10,
|
|
4736
|
+
}, [h(t.$slots, "default")], 10, pi));
|
|
4456
4737
|
}
|
|
4457
|
-
}),
|
|
4738
|
+
}), hi = ["hidden"], gi = /* @__PURE__ */ s({
|
|
4458
4739
|
name: "DBTabPanel",
|
|
4459
4740
|
__name: "tab-panel",
|
|
4460
4741
|
props: {
|
|
@@ -4474,16 +4755,16 @@ var x = () => {
|
|
|
4474
4755
|
class: c(_(C)("db-tab-panel", i.class)),
|
|
4475
4756
|
hidden: t.hidden,
|
|
4476
4757
|
tabIndex: 0
|
|
4477
|
-
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10,
|
|
4758
|
+
}, [t.content ? (f(), r(e, { key: 0 }, [a(g(t.content), 1)], 64)) : n("", !0), h(s.$slots, "default")], 10, hi));
|
|
4478
4759
|
}
|
|
4479
|
-
}),
|
|
4760
|
+
}), _i = [
|
|
4480
4761
|
"id",
|
|
4481
4762
|
"data-horizontal-alignment",
|
|
4482
4763
|
"data-vertical-alignment",
|
|
4483
4764
|
"colSpan",
|
|
4484
4765
|
"rowSpan",
|
|
4485
4766
|
"headers"
|
|
4486
|
-
],
|
|
4767
|
+
], vi = /* @__PURE__ */ s({
|
|
4487
4768
|
name: "DBTableDataCell",
|
|
4488
4769
|
__name: "table-data-cell",
|
|
4489
4770
|
props: {
|
|
@@ -4513,9 +4794,9 @@ var x = () => {
|
|
|
4513
4794
|
colSpan: _(j)(e.colSpan, e.colspan),
|
|
4514
4795
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4515
4796
|
headers: e.headers
|
|
4516
|
-
}, [h(i.$slots, "default")], 10,
|
|
4797
|
+
}, [h(i.$slots, "default")], 10, _i));
|
|
4517
4798
|
}
|
|
4518
|
-
}),
|
|
4799
|
+
}), yi = [
|
|
4519
4800
|
"id",
|
|
4520
4801
|
"data-horizontal-alignment",
|
|
4521
4802
|
"data-vertical-alignment",
|
|
@@ -4525,7 +4806,7 @@ var x = () => {
|
|
|
4525
4806
|
"rowSpan",
|
|
4526
4807
|
"headers",
|
|
4527
4808
|
"abbr"
|
|
4528
|
-
],
|
|
4809
|
+
], bi = /* @__PURE__ */ s({
|
|
4529
4810
|
name: "DBTableHeaderCell",
|
|
4530
4811
|
__name: "table-header-cell",
|
|
4531
4812
|
props: {
|
|
@@ -4564,13 +4845,13 @@ var x = () => {
|
|
|
4564
4845
|
rowSpan: _(j)(e.rowSpan, e.rowspan),
|
|
4565
4846
|
headers: e.headers,
|
|
4566
4847
|
abbr: e.abbr
|
|
4567
|
-
}, [h(i.$slots, "default")], 10,
|
|
4848
|
+
}, [h(i.$slots, "default")], 10, yi));
|
|
4568
4849
|
}
|
|
4569
|
-
}),
|
|
4850
|
+
}), xi = [
|
|
4570
4851
|
"id",
|
|
4571
4852
|
"data-interactive",
|
|
4572
4853
|
"data-sub-header-emphasis"
|
|
4573
|
-
],
|
|
4854
|
+
], Si = /* @__PURE__ */ s({
|
|
4574
4855
|
name: "DBTableRow",
|
|
4575
4856
|
__name: "table-row",
|
|
4576
4857
|
props: {
|
|
@@ -4599,7 +4880,7 @@ var x = () => {
|
|
|
4599
4880
|
class: c(_(C)("db-table-row", o.class)),
|
|
4600
4881
|
"data-interactive": _(k)(n.interactive),
|
|
4601
4882
|
"data-sub-header-emphasis": n.subHeaderEmphasis
|
|
4602
|
-
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(
|
|
4883
|
+
}, [n.cells ? (f(!0), r(e, { key: 0 }, m(n.cells, (o, s) => (f(), r(e, { key: s }, [o.headerCell ? (f(), t(bi, {
|
|
4603
4884
|
key: `${o.id ?? n.id ?? _(i)}-table-row-header-cell-${s}`,
|
|
4604
4885
|
id: o.id,
|
|
4605
4886
|
abbr: l(o)?.abbr,
|
|
@@ -4614,7 +4895,7 @@ var x = () => {
|
|
|
4614
4895
|
rowSpan: o.rowSpan,
|
|
4615
4896
|
rowspan: o.rowspan
|
|
4616
4897
|
}, {
|
|
4617
|
-
default: b(() => [o.link ? (f(), t(
|
|
4898
|
+
default: b(() => [o.link ? (f(), t(dr, {
|
|
4618
4899
|
key: 0,
|
|
4619
4900
|
content: o.link?.content,
|
|
4620
4901
|
size: o.link?.size,
|
|
@@ -4667,7 +4948,7 @@ var x = () => {
|
|
|
4667
4948
|
"colspan",
|
|
4668
4949
|
"rowSpan",
|
|
4669
4950
|
"rowspan"
|
|
4670
|
-
])) : (f(), t(
|
|
4951
|
+
])) : (f(), t(vi, {
|
|
4671
4952
|
key: `${o.id ?? n.id ?? _(i)}-table-row-data-cell-${s}`,
|
|
4672
4953
|
id: o.id,
|
|
4673
4954
|
className: o.className ?? o.class,
|
|
@@ -4679,7 +4960,7 @@ var x = () => {
|
|
|
4679
4960
|
rowSpan: o.rowSpan,
|
|
4680
4961
|
rowspan: o.rowspan
|
|
4681
4962
|
}, {
|
|
4682
|
-
default: b(() => [o.link ? (f(), t(
|
|
4963
|
+
default: b(() => [o.link ? (f(), t(dr, {
|
|
4683
4964
|
key: 0,
|
|
4684
4965
|
content: o.link?.content,
|
|
4685
4966
|
size: o.link?.size,
|
|
@@ -4729,9 +5010,9 @@ var x = () => {
|
|
|
4729
5010
|
"colspan",
|
|
4730
5011
|
"rowSpan",
|
|
4731
5012
|
"rowspan"
|
|
4732
|
-
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
5013
|
+
]))], 64))), 128)) : h(u.$slots, "default", {}, void 0, void 0, 1)], 10, xi));
|
|
4733
5014
|
}
|
|
4734
|
-
}),
|
|
5015
|
+
}), Ci = ["id"], wi = /* @__PURE__ */ s({
|
|
4735
5016
|
name: "DBTableBody",
|
|
4736
5017
|
__name: "table-body",
|
|
4737
5018
|
props: {
|
|
@@ -4750,7 +5031,7 @@ var x = () => {
|
|
|
4750
5031
|
ref: o,
|
|
4751
5032
|
id: n.id ?? n.propOverrides?.id,
|
|
4752
5033
|
class: c(_(C)("db-table-body", a.class))
|
|
4753
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
5034
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Si, {
|
|
4754
5035
|
key: `${e.id ?? n.id ?? _(i)}-table-body-row-${r}`,
|
|
4755
5036
|
cells: e.cells,
|
|
4756
5037
|
className: e.className ?? e.class,
|
|
@@ -4761,9 +5042,9 @@ var x = () => {
|
|
|
4761
5042
|
"className",
|
|
4762
5043
|
"interactive",
|
|
4763
5044
|
"id"
|
|
4764
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
5045
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, Ci));
|
|
4765
5046
|
}
|
|
4766
|
-
}),
|
|
5047
|
+
}), Ti = ["id"], Ei = /* @__PURE__ */ s({
|
|
4767
5048
|
name: "DBTableFooter",
|
|
4768
5049
|
__name: "table-footer",
|
|
4769
5050
|
props: {
|
|
@@ -4782,7 +5063,7 @@ var x = () => {
|
|
|
4782
5063
|
ref: o,
|
|
4783
5064
|
id: n.id ?? n.propOverrides?.id,
|
|
4784
5065
|
class: c(_(C)("db-table-footer", a.class))
|
|
4785
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
5066
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Si, {
|
|
4786
5067
|
key: `${e.id ?? n.id ?? _(i)}-table-footer-row-${r}`,
|
|
4787
5068
|
cells: e.cells,
|
|
4788
5069
|
className: e.className ?? e.class,
|
|
@@ -4793,9 +5074,9 @@ var x = () => {
|
|
|
4793
5074
|
"className",
|
|
4794
5075
|
"interactive",
|
|
4795
5076
|
"id"
|
|
4796
|
-
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
5077
|
+
]))), 128)) : h(s.$slots, "default", {}, void 0, void 0, 1)], 10, Ti));
|
|
4797
5078
|
}
|
|
4798
|
-
}),
|
|
5079
|
+
}), Di = ["id"], Oi = /* @__PURE__ */ s({
|
|
4799
5080
|
name: "DBTableHead",
|
|
4800
5081
|
__name: "table-head",
|
|
4801
5082
|
props: {
|
|
@@ -4820,7 +5101,7 @@ var x = () => {
|
|
|
4820
5101
|
ref: o,
|
|
4821
5102
|
id: n.id ?? n.propOverrides?.id,
|
|
4822
5103
|
class: c(_(C)("db-table-head", a.class))
|
|
4823
|
-
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(
|
|
5104
|
+
}, [n.rows ? (f(!0), r(e, { key: 0 }, m(n.rows, (e, r) => (f(), t(Si, {
|
|
4824
5105
|
key: `${e.id ?? n.id ?? _(i)}-table-head-row-${r}`,
|
|
4825
5106
|
cells: s(e.cells),
|
|
4826
5107
|
className: e.className ?? e.class,
|
|
@@ -4833,9 +5114,9 @@ var x = () => {
|
|
|
4833
5114
|
"subHeaderEmphasis",
|
|
4834
5115
|
"interactive",
|
|
4835
5116
|
"id"
|
|
4836
|
-
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10,
|
|
5117
|
+
]))), 128)) : h(l.$slots, "default", {}, void 0, void 0, 1)], 10, Di));
|
|
4837
5118
|
}
|
|
4838
|
-
}),
|
|
5119
|
+
}), ki = [
|
|
4839
5120
|
"data-width",
|
|
4840
5121
|
"data-size",
|
|
4841
5122
|
"data-divider",
|
|
@@ -4843,7 +5124,7 @@ var x = () => {
|
|
|
4843
5124
|
"data-mobile-variant",
|
|
4844
5125
|
"data-show-caption",
|
|
4845
5126
|
"data-sticky-header"
|
|
4846
|
-
],
|
|
5127
|
+
], Ai = ["id"], ji = { key: 0 }, Mi = /* @__PURE__ */ s({
|
|
4847
5128
|
name: "DBTable",
|
|
4848
5129
|
__name: "table",
|
|
4849
5130
|
props: {
|
|
@@ -4930,22 +5211,22 @@ var x = () => {
|
|
|
4930
5211
|
ref_key: "_ref",
|
|
4931
5212
|
ref: d,
|
|
4932
5213
|
id: a.id ?? a.propOverrides?.id
|
|
4933
|
-
}, [a.captionPlain ? (f(), r("caption",
|
|
4934
|
-
s.value?.header ? (f(), t(
|
|
5214
|
+
}, [a.captionPlain ? (f(), r("caption", ji, g(a.captionPlain), 1)) : h(p.$slots, "caption", {}, void 0, void 0, 1), s.value ? (f(), r(e, { key: 2 }, [
|
|
5215
|
+
s.value?.header ? (f(), t(Oi, {
|
|
4935
5216
|
key: 0,
|
|
4936
5217
|
rows: s.value?.header
|
|
4937
5218
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4938
|
-
s.value?.body ? (f(), t(
|
|
5219
|
+
s.value?.body ? (f(), t(wi, {
|
|
4939
5220
|
key: 1,
|
|
4940
5221
|
rows: s.value?.body
|
|
4941
5222
|
}, null, 8, ["rows"])) : n("", !0),
|
|
4942
|
-
s.value?.footer ? (f(), t(
|
|
5223
|
+
s.value?.footer ? (f(), t(Ei, {
|
|
4943
5224
|
key: 2,
|
|
4944
5225
|
rows: s.value?.footer
|
|
4945
5226
|
}, null, 8, ["rows"])) : n("", !0)
|
|
4946
|
-
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8,
|
|
5227
|
+
], 64)) : h(p.$slots, "default", {}, void 0, void 0, 3)], 8, Ai)], 14, ki));
|
|
4947
5228
|
}
|
|
4948
|
-
}),
|
|
5229
|
+
}), Ni = ["id"], Pi = /* @__PURE__ */ s({
|
|
4949
5230
|
name: "DBTableCaption",
|
|
4950
5231
|
__name: "table-caption",
|
|
4951
5232
|
props: {
|
|
@@ -4963,49 +5244,49 @@ var x = () => {
|
|
|
4963
5244
|
ref: n,
|
|
4964
5245
|
id: e.id ?? e.propOverrides?.id,
|
|
4965
5246
|
class: c(_(C)("db-table-caption", t.class))
|
|
4966
|
-
}, [h(i.$slots, "default")], 10,
|
|
5247
|
+
}, [h(i.$slots, "default")], 10, Ni));
|
|
4967
5248
|
}
|
|
4968
|
-
}),
|
|
5249
|
+
}), Fi = [
|
|
4969
5250
|
"row",
|
|
4970
5251
|
"col",
|
|
4971
5252
|
"rowgroup",
|
|
4972
5253
|
"colgroup"
|
|
4973
|
-
],
|
|
5254
|
+
], Ii = [
|
|
4974
5255
|
"none",
|
|
4975
5256
|
"weak",
|
|
4976
5257
|
"strong"
|
|
4977
|
-
],
|
|
5258
|
+
], Li = [
|
|
4978
5259
|
"x-small",
|
|
4979
5260
|
"small",
|
|
4980
5261
|
"medium",
|
|
4981
5262
|
"large"
|
|
4982
|
-
],
|
|
5263
|
+
], Ri = [
|
|
4983
5264
|
"flat",
|
|
4984
5265
|
"zebra",
|
|
4985
5266
|
"spaced"
|
|
4986
|
-
],
|
|
5267
|
+
], zi = [
|
|
4987
5268
|
"none",
|
|
4988
5269
|
"both",
|
|
4989
5270
|
"horizontal",
|
|
4990
5271
|
"vertical"
|
|
4991
|
-
],
|
|
5272
|
+
], Bi = ["table", "list"], Vi = [
|
|
4992
5273
|
"none",
|
|
4993
5274
|
"both",
|
|
4994
5275
|
"horizontal",
|
|
4995
5276
|
"vertical"
|
|
4996
|
-
],
|
|
5277
|
+
], Hi = [
|
|
4997
5278
|
"auto",
|
|
4998
5279
|
"1fr",
|
|
4999
5280
|
"min-content",
|
|
5000
5281
|
"max-content"
|
|
5001
|
-
],
|
|
5282
|
+
], Ui = [
|
|
5002
5283
|
"id",
|
|
5003
5284
|
"data-orientation",
|
|
5004
5285
|
"data-scroll-behavior",
|
|
5005
5286
|
"data-tab-item-alignment",
|
|
5006
5287
|
"data-tab-item-width",
|
|
5007
5288
|
"data-initial-selected-mode"
|
|
5008
|
-
],
|
|
5289
|
+
], Wi = /* @__PURE__ */ s({
|
|
5009
5290
|
name: "DBTabs",
|
|
5010
5291
|
__name: "tabs",
|
|
5011
5292
|
props: {
|
|
@@ -5371,11 +5652,11 @@ var x = () => {
|
|
|
5371
5652
|
default: b(() => [a(g(i.scrollStartLabel), 1)]),
|
|
5372
5653
|
_: 1
|
|
5373
5654
|
}, 8, ["onClick"])) : n("", !0),
|
|
5374
|
-
W().length ? (f(), r(e, { key: 1 }, [o(
|
|
5655
|
+
W().length ? (f(), r(e, { key: 1 }, [o(mi, {
|
|
5375
5656
|
orientation: i.orientation,
|
|
5376
5657
|
"aria-label": i.label
|
|
5377
5658
|
}, {
|
|
5378
|
-
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5659
|
+
default: b(() => [(f(!0), r(e, null, m(W(), (e, n) => (f(), t(fi, {
|
|
5379
5660
|
key: i.label + "tab-item" + n,
|
|
5380
5661
|
"aria-label": e.ariaLabel,
|
|
5381
5662
|
label: e.label,
|
|
@@ -5398,7 +5679,7 @@ var x = () => {
|
|
|
5398
5679
|
"value"
|
|
5399
5680
|
]))), 128))]),
|
|
5400
5681
|
_: 1
|
|
5401
|
-
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(
|
|
5682
|
+
}, 8, ["orientation", "aria-label"]), (f(!0), r(e, null, m(W(), (e, n) => (f(), t(gi, {
|
|
5402
5683
|
key: i.label + "tab-panel" + n,
|
|
5403
5684
|
content: e.content
|
|
5404
5685
|
}, {
|
|
@@ -5416,13 +5697,13 @@ var x = () => {
|
|
|
5416
5697
|
default: b(() => [a(g(i.scrollEndLabel), 1)]),
|
|
5417
5698
|
_: 1
|
|
5418
5699
|
}, 8, ["onClick"])) : n("", !0)
|
|
5419
|
-
], 42,
|
|
5700
|
+
], 42, Ui));
|
|
5420
5701
|
}
|
|
5421
|
-
}),
|
|
5702
|
+
}), Gi = ["scrollbar", "arrows"], Ki = ["auto", "manually"], qi = ["static", "removable"], Ji = [
|
|
5422
5703
|
"data-variant",
|
|
5423
5704
|
"data-hide-asterisk",
|
|
5424
5705
|
"data-hide-label"
|
|
5425
|
-
],
|
|
5706
|
+
], Yi = ["for"], Xi = [
|
|
5426
5707
|
"aria-invalid",
|
|
5427
5708
|
"data-custom-validity",
|
|
5428
5709
|
"data-field-sizing",
|
|
@@ -5444,10 +5725,10 @@ var x = () => {
|
|
|
5444
5725
|
"placeholder",
|
|
5445
5726
|
"rows",
|
|
5446
5727
|
"cols"
|
|
5447
|
-
],
|
|
5728
|
+
], Zi = {
|
|
5448
5729
|
"data-visually-hidden": "true",
|
|
5449
5730
|
role: "status"
|
|
5450
|
-
},
|
|
5731
|
+
}, Qi = /* @__PURE__ */ s({
|
|
5451
5732
|
name: "DBTextarea",
|
|
5452
5733
|
__name: "textarea",
|
|
5453
5734
|
props: {
|
|
@@ -5612,7 +5893,7 @@ var x = () => {
|
|
|
5612
5893
|
"data-hide-asterisk": _(F)(e.showRequiredAsterisk),
|
|
5613
5894
|
"data-hide-label": _(F)(e.showLabel)
|
|
5614
5895
|
}, [
|
|
5615
|
-
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9,
|
|
5896
|
+
i("label", { for: x.value }, g(e.label ?? _("LABEL SHOULD BE SET")), 9, Yi),
|
|
5616
5897
|
i("textarea", {
|
|
5617
5898
|
"aria-invalid": e.validation === "invalid",
|
|
5618
5899
|
"data-custom-validity": e.validation,
|
|
@@ -5641,7 +5922,7 @@ var x = () => {
|
|
|
5641
5922
|
placeholder: e.placeholder ?? _(" "),
|
|
5642
5923
|
rows: _(j)(e.rows, _(4)),
|
|
5643
5924
|
cols: _(j)(e.cols)
|
|
5644
|
-
}, g(e.value), 41,
|
|
5925
|
+
}, g(e.value), 41, Xi),
|
|
5645
5926
|
_(I)(e.message, e.showMessage) ? (f(), t($, {
|
|
5646
5927
|
key: 0,
|
|
5647
5928
|
size: "small",
|
|
@@ -5668,50 +5949,50 @@ var x = () => {
|
|
|
5668
5949
|
default: b(() => [a(g(D.value), 1)]),
|
|
5669
5950
|
_: 1
|
|
5670
5951
|
}, 8, ["id"]),
|
|
5671
|
-
i("span",
|
|
5672
|
-
], 10,
|
|
5952
|
+
i("span", Zi, g(N.value), 1)
|
|
5953
|
+
], 10, Ji));
|
|
5673
5954
|
}
|
|
5674
|
-
}),
|
|
5955
|
+
}), $i = [
|
|
5675
5956
|
"none",
|
|
5676
5957
|
"both",
|
|
5677
5958
|
"horizontal",
|
|
5678
5959
|
"vertical"
|
|
5679
|
-
],
|
|
5960
|
+
], ea = [
|
|
5680
5961
|
"hard",
|
|
5681
5962
|
"soft",
|
|
5682
5963
|
"off"
|
|
5683
|
-
],
|
|
5964
|
+
], ta = ["description", "label"], na = [
|
|
5684
5965
|
"adaptive",
|
|
5685
5966
|
"neutral",
|
|
5686
5967
|
"critical",
|
|
5687
5968
|
"informational",
|
|
5688
5969
|
"warning",
|
|
5689
5970
|
"successful"
|
|
5690
|
-
],
|
|
5971
|
+
], ra = [
|
|
5691
5972
|
"medium",
|
|
5692
5973
|
"small",
|
|
5693
5974
|
"large",
|
|
5694
5975
|
"none"
|
|
5695
|
-
],
|
|
5976
|
+
], ia = [
|
|
5696
5977
|
"medium",
|
|
5697
5978
|
"small",
|
|
5698
5979
|
"large",
|
|
5699
5980
|
"none"
|
|
5700
|
-
],
|
|
5981
|
+
], aa = [
|
|
5701
5982
|
"left",
|
|
5702
5983
|
"right",
|
|
5703
5984
|
"left-start",
|
|
5704
5985
|
"left-end",
|
|
5705
5986
|
"right-start",
|
|
5706
5987
|
"right-end"
|
|
5707
|
-
],
|
|
5988
|
+
], oa = [
|
|
5708
5989
|
"top",
|
|
5709
5990
|
"bottom",
|
|
5710
5991
|
"top-start",
|
|
5711
5992
|
"top-end",
|
|
5712
5993
|
"bottom-start",
|
|
5713
5994
|
"bottom-end"
|
|
5714
|
-
],
|
|
5995
|
+
], sa = [...aa, ...oa], ca = [
|
|
5715
5996
|
"none",
|
|
5716
5997
|
"3x-large",
|
|
5717
5998
|
"2x-large",
|
|
@@ -5722,25 +6003,25 @@ var x = () => {
|
|
|
5722
6003
|
"x-small",
|
|
5723
6004
|
"2x-small",
|
|
5724
6005
|
"3x-small"
|
|
5725
|
-
],
|
|
6006
|
+
], la = ["horizontal", "vertical"], ua = ["full", "auto"], da = [
|
|
5726
6007
|
"full",
|
|
5727
6008
|
"medium",
|
|
5728
6009
|
"large",
|
|
5729
6010
|
"small"
|
|
5730
|
-
],
|
|
6011
|
+
], fa = [
|
|
5731
6012
|
"none",
|
|
5732
6013
|
"slow",
|
|
5733
6014
|
"fast"
|
|
5734
|
-
],
|
|
6015
|
+
], pa = ["auto", "fixed"], ma = ["small", "medium"], ha = ["weak", "strong"], ga = [
|
|
5735
6016
|
"invalid",
|
|
5736
6017
|
"valid",
|
|
5737
6018
|
"no-validation"
|
|
5738
|
-
],
|
|
6019
|
+
], _a = ["fixed", "content"], va = ["above", "floating"], ya = ["leading", "trailing"], ba = /* @__PURE__ */ "off.on.name.honorific-prefix.given-name.additional-name.family-name.honorific-suffix.nickname.email.username.new-password.current-password.one-time-code.organization-title.organization.street-address.shipping.billing.address-line1.address-line2.address-line3.address-level4.address-level3.address-level2.address-level1.country.country-name.postal-code.cc-name.cc-given-name.cc-additional-name.cc-family-name.cc-number.cc-exp.cc-exp-month.cc-exp-year.cc-csc.cc-type.transaction-currency.transaction-amount.language.bday.bday-day.bday-month.bday-year.sex.tel.tel-country-code.tel-national.tel-area-code.tel-local.tel-extension.impp.url.photo.webauthn".split("."), xa = [
|
|
5739
6020
|
"_self",
|
|
5740
6021
|
"_blank",
|
|
5741
6022
|
"_parent",
|
|
5742
6023
|
"_top"
|
|
5743
|
-
],
|
|
6024
|
+
], Sa = [
|
|
5744
6025
|
"no-referrer",
|
|
5745
6026
|
"no-referrer-when-downgrade",
|
|
5746
6027
|
"origin",
|
|
@@ -5749,10 +6030,10 @@ var x = () => {
|
|
|
5749
6030
|
"strict-origin",
|
|
5750
6031
|
"strict-origin-when-cross-origin",
|
|
5751
6032
|
"unsafe-url"
|
|
5752
|
-
],
|
|
6033
|
+
], Ca = [
|
|
5753
6034
|
"start",
|
|
5754
6035
|
"center",
|
|
5755
6036
|
"end"
|
|
5756
6037
|
];
|
|
5757
6038
|
//#endregion
|
|
5758
|
-
export { ie as AccordionBehaviorList, G as AccordionVariantList,
|
|
6039
|
+
export { ie as AccordionBehaviorList, G as AccordionVariantList, Ca as AlignmentList, ba as AutoCompleteList, Le as BadgePlacementList, Ue as ButtonTypeList, He as ButtonVariantList, Te as COLOR, Ee as COLORS, De as COLORS_SIMPLE, Q as COLOR_CONST, we as COLOR_SIMPLE, Ke as CardBehaviorList, qe as CardElevationLevelList, rn as CustomSelectDropdownWidthList, sn as CustomSelectListItemTypeList, re as DBAccordion, W as DBAccordionItem, Ie as DBBadge, ze as DBBrand, Ve as DBButton, Ge as DBCard, rt as DBCheckbox, at as DBCustomButton, Gn as DBCustomHeading, nn as DBCustomSelect, xt as DBCustomSelectDropdown, on as DBCustomSelectFormField, kt as DBCustomSelectList, Dt as DBCustomSelectListItem, un as DBDivider, gn as DBDrawer, vn as DBDrawerFooter, Sn as DBDrawerHeader, Un as DBHeader, qn as DBHeadingH1, Yn as DBHeadingH2, Zn as DBHeadingH3, $n as DBHeadingH4, tr as DBHeadingH5, rr as DBHeadingH6, sr as DBIcon, $ as DBInfotext, It as DBInput, dr as DBLink, gr as DBNavigation, xr as DBNavigationItem, Er as DBNotification, jr as DBPage, Ir as DBPopover, zr as DBRadio, Vr as DBSection, Zr as DBSelect, $r as DBStack, ci as DBSwitch, fi as DBTabItem, mi as DBTabList, gi as DBTabPanel, Mi as DBTable, wi as DBTableBody, Pi as DBTableCaption, Hi as DBTableColumnsSizeList, vi as DBTableDataCell, zi as DBTableDividerList, Ei as DBTableFooter, Oi as DBTableHead, bi as DBTableHeaderCell, Fi as DBTableHeaderCellScopeList, Bi as DBTableMobileVariantList, Si as DBTableRow, Li as DBTableRowSizeList, Ii as DBTableRowSubHeaderEmphasisList, Vi as DBTableStickyHeaderList, Ri as DBTableVariantList, Wi as DBTabs, Bt as DBTag, Qi as DBTextarea, Rt as DBTooltip, Ne as DB_UX_LOCAL_STORAGE_FRAMEWORK, Pe as DB_UX_LOCAL_STORAGE_MODE, me as DEFAULT_BACK, ve as DEFAULT_BURGER_MENU, xe as DEFAULT_CLOSE_BUTTON, ue as DEFAULT_DATALIST_ID_SUFFIX, ye as DEFAULT_ICON, K as DEFAULT_ID, fe as DEFAULT_INVALID_MESSAGE, ce as DEFAULT_INVALID_MESSAGE_ID_SUFFIX, q as DEFAULT_LABEL, ae as DEFAULT_LABEL_ID_SUFFIX, Y as DEFAULT_MESSAGE, X as DEFAULT_MESSAGE_ID_SUFFIX, J as DEFAULT_PLACEHOLDER, le as DEFAULT_PLACEHOLDER_ID_SUFFIX, pe as DEFAULT_REMOVE, be as DEFAULT_ROWS, ge as DEFAULT_SCROLL_LEFT, _e as DEFAULT_SCROLL_RIGHT, he as DEFAULT_SELECTED, oe as DEFAULT_SELECT_ID_SUFFIX, de as DEFAULT_VALID_MESSAGE, se as DEFAULT_VALID_MESSAGE_ID_SUFFIX, Ae as DEFAULT_VIEWPORT, Ce as DENSITIES, Se as DENSITY, Z as DENSITY_CONST, je as DESKTOP_VIEWPORT, dn as DividerMarginList, fn as DividerVariantList, st as DocumentClickListener, ct as DocumentScrollListener, Cn as DrawerBackdropList, Dn as DrawerContainerSizeList, wn as DrawerDirectionList, En as DrawerPositionList, Tn as DrawerVariantList, ha as EmphasisList, _a as FieldSizingList, ca as GapSpacingList, ar as HeadingFontWeightList, ir as HeadingSizeList, cr as IconWeightList, lr as InputTypeList, ya as LabelVariantHorizontalList, va as LabelVariantList, mr as LinkContentList, Sa as LinkReferrerPolicyList, pr as LinkSizeList, xa as LinkTargetList, fr as LinkVariantList, ia as MarginList, da as MaxWidthList, H as NAVIGATION_KEYS, kn as NavigationItemSafeTriangle, kr as NotificationAriaLiveList, Or as NotificationLinkVariantList, Dr as NotificationVariantList, la as OrientationList, Nr as PageDocumentOverflowList, Mr as PageVariantList, aa as PlacementHorizontalList, sa as PlacementList, oa as PlacementVerticalList, fa as PopoverDelayList, pa as PopoverWidthList, Oe as SEMANTIC, ke as SEMANTICS, cn as SelectedTypeList, na as SemanticList, ma as SizeList, ra as SpacingList, ni as StackAlignmentList, ti as StackDirectionList, ri as StackJustifyContentList, ei as StackVariantList, Me as TESTING_VIEWPORTS, Gi as TabsBehaviorList, Ki as TabsInitialSelectedModeList, qi as TagBehaviorList, $i as TextareaResizeList, ea as TextareaWrapList, ta as TooltipVariantList, ga as ValidationList, ua as WidthList, S as addAttributeToChildren, C as cls, O as delay, A as getBoolean, k as getBooleanAsString, ut as getFloatingProps, F as getHideProp, N as getInputValue, V as getNotificationRole, j as getNumber, z as getOptionKey, L as getSearchInput, M as getStep, ht as handleDataOutside, lt as handleFixedDropdown, mt as handleFixedPopover, ee as hasFocusgroupSupport, E as hasVoiceOver, w as isArrayOfStrings, On as isEventTargetNavigationItem, D as isIOSSafari, B as isKeyboardEvent, I as stringPropVisible, x as uuid };
|