@porsche-design-system/components-vue 3.29.0 → 3.30.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/FlexWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkSocialWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
- package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +1 -1
- package/esm/lib/components/ButtonPureWrapper.vue.mjs +8 -8
- package/esm/lib/components/ButtonTileWrapper.vue.mjs +4 -4
- package/esm/lib/components/ButtonWrapper.vue.mjs +12 -12
- package/esm/lib/components/CarouselWrapper.vue.mjs +11 -11
- package/esm/lib/components/CheckboxWrapper.vue.d.ts +4 -2
- package/esm/lib/components/CheckboxWrapper.vue.mjs +13 -13
- package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +7 -7
- package/esm/lib/components/FlexWrapper.vue.mjs +4 -4
- package/esm/lib/components/InputDateWrapper.vue.mjs +12 -12
- package/esm/lib/components/InputEmailWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputEmailWrapper.vue.mjs +11 -11
- package/esm/lib/components/InputNumberWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputNumberWrapper.vue.mjs +8 -8
- package/esm/lib/components/InputPasswordWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputPasswordWrapper.vue.mjs +10 -10
- package/esm/lib/components/InputSearchWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputSearchWrapper.vue.mjs +9 -9
- package/esm/lib/components/InputTelWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputTelWrapper.vue.mjs +12 -12
- package/esm/lib/components/InputTextWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputTextWrapper.vue.mjs +11 -11
- package/esm/lib/components/InputTimeWrapper.vue.mjs +11 -11
- package/esm/lib/components/InputUrlWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InputUrlWrapper.vue.mjs +13 -13
- package/esm/lib/components/LinkPureWrapper.vue.mjs +9 -9
- package/esm/lib/components/LinkSocialWrapper.vue.mjs +7 -7
- package/esm/lib/components/LinkTileWrapper.vue.mjs +5 -5
- package/esm/lib/components/LinkWrapper.vue.mjs +9 -9
- package/esm/lib/components/ModalWrapper.vue.mjs +11 -11
- package/esm/lib/components/MultiSelectWrapper.vue.mjs +7 -7
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +5 -0
- package/esm/lib/components/PinCodeWrapper.vue.mjs +14 -13
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/SelectWrapper.vue.mjs +8 -8
- package/esm/lib/components/SelectWrapperWrapper.vue.mjs +6 -6
- package/esm/lib/components/SwitchWrapper.vue.mjs +12 -12
- package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/TextareaWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextareaWrapper.vue.mjs +5 -5
- package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +7 -7
- package/esm/lib/types.d.ts +29 -0
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, ref as
|
|
1
|
+
import { defineComponent as a, ref as p, onMounted as f, onUpdated as l, openBlock as c, createBlock as d, resolveDynamicComponent as u, unref as i, withCtx as m, renderSlot as C } from "vue";
|
|
2
2
|
import { usePrefix as _, syncProperties as x } from "../../utils.mjs";
|
|
3
3
|
const g = /* @__PURE__ */ a({
|
|
4
4
|
__name: "FlexWrapper",
|
|
@@ -6,13 +6,13 @@ const g = /* @__PURE__ */ a({
|
|
|
6
6
|
alignContent: { default: "stretch" },
|
|
7
7
|
alignItems: { default: "stretch" },
|
|
8
8
|
direction: { default: "row" },
|
|
9
|
-
inline: { default: !1 },
|
|
9
|
+
inline: { type: [Boolean, Object], default: !1 },
|
|
10
10
|
justifyContent: { default: "flex-start" },
|
|
11
11
|
wrap: { default: "nowrap" }
|
|
12
12
|
},
|
|
13
13
|
setup(n) {
|
|
14
|
-
const o = _("p-flex"), r = n, e =
|
|
15
|
-
return
|
|
14
|
+
const o = _("p-flex"), r = n, e = p(), t = () => x(e, r);
|
|
15
|
+
return f(t), l(t), (s, y) => (c(), d(u(i(o)), {
|
|
16
16
|
ref_key: "pdsComponentRef",
|
|
17
17
|
ref: e
|
|
18
18
|
}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as C, unref as _, withCtx as g, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as s } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputDateWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const j = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
label: { default: "" },
|
|
13
13
|
loading: { type: Boolean, default: !1 },
|
|
14
14
|
max: {},
|
|
@@ -23,23 +23,23 @@ const j = /* @__PURE__ */ u({
|
|
|
23
23
|
value: { default: "" }
|
|
24
24
|
},
|
|
25
25
|
emits: ["blur", "change", "input"],
|
|
26
|
-
setup(
|
|
27
|
-
const d = x("p-input-date"), t =
|
|
26
|
+
setup(f, { emit: r }) {
|
|
27
|
+
const d = x("p-input-date"), t = f, e = m(), n = r, l = c(R), p = () => s(e, { ...t, theme: t.theme || l.value });
|
|
28
28
|
return i(() => {
|
|
29
|
-
|
|
30
|
-
}), h(
|
|
31
|
-
|
|
32
|
-
}), (
|
|
29
|
+
p(), a(e, "blur", n), a(e, "change", n), a(e, "input", n);
|
|
30
|
+
}), h(p), y(l, (o) => {
|
|
31
|
+
s(e, { theme: t.theme || o });
|
|
32
|
+
}), (o, j) => (B(), b(C(_(d)), {
|
|
33
33
|
ref_key: "pdsComponentRef",
|
|
34
34
|
ref: e
|
|
35
35
|
}, {
|
|
36
36
|
default: g(() => [
|
|
37
|
-
v(
|
|
37
|
+
v(o.$slots, "default")
|
|
38
38
|
]),
|
|
39
39
|
_: 3
|
|
40
40
|
}, 512));
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
43
|
export {
|
|
44
|
-
|
|
44
|
+
P as default
|
|
45
45
|
};
|
|
@@ -100,6 +100,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputEmailProps, v
|
|
|
100
100
|
}>, {
|
|
101
101
|
label: string;
|
|
102
102
|
compact: boolean;
|
|
103
|
+
placeholder: string;
|
|
103
104
|
description: string;
|
|
104
105
|
state: InputEmailState;
|
|
105
106
|
required: boolean;
|
|
@@ -111,7 +112,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputEmailProps, v
|
|
|
111
112
|
readOnly: boolean;
|
|
112
113
|
indicator: boolean;
|
|
113
114
|
multiple: boolean;
|
|
114
|
-
placeholder: string;
|
|
115
115
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
116
116
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
117
117
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as i, onMounted as c, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as m, inject as i, onMounted as c, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as g, unref as C, withCtx as _, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as f } from "../../utils.mjs";
|
|
3
|
+
const w = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputEmailWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const E = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
indicator: { type: Boolean, default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
@@ -27,16 +27,16 @@ const E = /* @__PURE__ */ u({
|
|
|
27
27
|
},
|
|
28
28
|
emits: ["blur", "change", "input"],
|
|
29
29
|
setup(s, { emit: r }) {
|
|
30
|
-
const d = x("p-input-email"), t = s, e = m(), a = r, l = i(L),
|
|
30
|
+
const d = x("p-input-email"), t = s, e = m(), a = r, l = i(L), p = () => f(e, { ...t, theme: t.theme || l.value });
|
|
31
31
|
return c(() => {
|
|
32
|
-
|
|
33
|
-
}), h(
|
|
34
|
-
|
|
35
|
-
}), (n, R) => (B(), g(C(
|
|
32
|
+
p(), o(e, "blur", a), o(e, "change", a), o(e, "input", a);
|
|
33
|
+
}), h(p), y(l, (n) => {
|
|
34
|
+
f(e, { theme: t.theme || n });
|
|
35
|
+
}), (n, R) => (B(), b(g(C(d)), {
|
|
36
36
|
ref_key: "pdsComponentRef",
|
|
37
37
|
ref: e
|
|
38
38
|
}, {
|
|
39
|
-
default:
|
|
39
|
+
default: _(() => [
|
|
40
40
|
v(n.$slots, "default")
|
|
41
41
|
]),
|
|
42
42
|
_: 3
|
|
@@ -44,5 +44,5 @@ const E = /* @__PURE__ */ u({
|
|
|
44
44
|
}
|
|
45
45
|
});
|
|
46
46
|
export {
|
|
47
|
-
|
|
47
|
+
w as default
|
|
48
48
|
};
|
|
@@ -97,6 +97,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputNumberProps,
|
|
|
97
97
|
step: number;
|
|
98
98
|
label: string;
|
|
99
99
|
compact: boolean;
|
|
100
|
+
placeholder: string;
|
|
100
101
|
description: string;
|
|
101
102
|
state: InputNumberState;
|
|
102
103
|
required: boolean;
|
|
@@ -106,7 +107,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputNumberProps,
|
|
|
106
107
|
value: string;
|
|
107
108
|
message: string;
|
|
108
109
|
readOnly: boolean;
|
|
109
|
-
placeholder: string;
|
|
110
110
|
controls: boolean;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
112
112
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as d, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as b, createBlock as B, resolveDynamicComponent as C, unref as _, withCtx as g, renderSlot as v } from "vue";
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as
|
|
3
|
-
const
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as p } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ d({
|
|
4
4
|
__name: "InputNumberWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -9,7 +9,7 @@ const j = /* @__PURE__ */ d({
|
|
|
9
9
|
description: { default: "" },
|
|
10
10
|
disabled: { type: Boolean, default: !1 },
|
|
11
11
|
form: {},
|
|
12
|
-
hideLabel: { default: !1 },
|
|
12
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
15
15
|
max: {},
|
|
@@ -25,13 +25,13 @@ const j = /* @__PURE__ */ d({
|
|
|
25
25
|
value: { default: "" }
|
|
26
26
|
},
|
|
27
27
|
emits: ["blur", "change", "input"],
|
|
28
|
-
setup(
|
|
29
|
-
const u = x("p-input-number"), t =
|
|
28
|
+
setup(s, { emit: r }) {
|
|
29
|
+
const u = x("p-input-number"), t = s, e = m(), o = r, l = c(R), f = () => p(e, { ...t, theme: t.theme || l.value });
|
|
30
30
|
return i(() => {
|
|
31
31
|
f(), a(e, "blur", o), a(e, "change", o), a(e, "input", o);
|
|
32
32
|
}), h(f), y(l, (n) => {
|
|
33
|
-
|
|
34
|
-
}), (n,
|
|
33
|
+
p(e, { theme: t.theme || n });
|
|
34
|
+
}), (n, j) => (b(), B(C(_(u)), {
|
|
35
35
|
ref_key: "pdsComponentRef",
|
|
36
36
|
ref: e
|
|
37
37
|
}, {
|
|
@@ -43,5 +43,5 @@ const j = /* @__PURE__ */ d({
|
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
P as default
|
|
47
47
|
};
|
|
@@ -93,6 +93,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps
|
|
|
93
93
|
toggle: boolean;
|
|
94
94
|
label: string;
|
|
95
95
|
compact: boolean;
|
|
96
|
+
placeholder: string;
|
|
96
97
|
description: string;
|
|
97
98
|
state: InputPasswordState;
|
|
98
99
|
required: boolean;
|
|
@@ -102,7 +103,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps
|
|
|
102
103
|
value: string;
|
|
103
104
|
message: string;
|
|
104
105
|
readOnly: boolean;
|
|
105
|
-
placeholder: string;
|
|
106
106
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
107
107
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
108
108
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as g, createBlock as B, resolveDynamicComponent as
|
|
2
|
-
import { usePrefix as v, themeInjectionKey as x, addEventListenerToElementRef as n, syncProperties as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as g, createBlock as B, resolveDynamicComponent as b, unref as C, withCtx as _, renderSlot as w } from "vue";
|
|
2
|
+
import { usePrefix as v, themeInjectionKey as x, addEventListenerToElementRef as n, syncProperties as p } from "../../utils.mjs";
|
|
3
|
+
const j = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputPasswordWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const k = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
label: { default: "" },
|
|
13
13
|
loading: { type: Boolean, default: !1 },
|
|
14
14
|
maxLength: {},
|
|
@@ -24,17 +24,17 @@ const k = /* @__PURE__ */ u({
|
|
|
24
24
|
value: { default: "" }
|
|
25
25
|
},
|
|
26
26
|
emits: ["blur", "change", "input"],
|
|
27
|
-
setup(
|
|
28
|
-
const d = v("p-input-password"), t =
|
|
27
|
+
setup(f, { emit: r }) {
|
|
28
|
+
const d = v("p-input-password"), t = f, e = m(), o = r, l = c(x), s = () => p(e, { ...t, theme: t.theme || l.value });
|
|
29
29
|
return i(() => {
|
|
30
30
|
s(), n(e, "blur", o), n(e, "change", o), n(e, "input", o);
|
|
31
31
|
}), h(s), y(l, (a) => {
|
|
32
|
-
|
|
33
|
-
}), (a, L) => (g(), B(C(
|
|
32
|
+
p(e, { theme: t.theme || a });
|
|
33
|
+
}), (a, L) => (g(), B(b(C(d)), {
|
|
34
34
|
ref_key: "pdsComponentRef",
|
|
35
35
|
ref: e
|
|
36
36
|
}, {
|
|
37
|
-
default:
|
|
37
|
+
default: _(() => [
|
|
38
38
|
w(a.$slots, "default")
|
|
39
39
|
]),
|
|
40
40
|
_: 3
|
|
@@ -42,5 +42,5 @@ const k = /* @__PURE__ */ u({
|
|
|
42
42
|
}
|
|
43
43
|
});
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
j as default
|
|
46
46
|
};
|
|
@@ -88,6 +88,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputSearchProps,
|
|
|
88
88
|
}>, {
|
|
89
89
|
label: string;
|
|
90
90
|
compact: boolean;
|
|
91
|
+
placeholder: string;
|
|
91
92
|
description: string;
|
|
92
93
|
state: InputSearchState;
|
|
93
94
|
required: boolean;
|
|
@@ -98,7 +99,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputSearchProps,
|
|
|
98
99
|
message: string;
|
|
99
100
|
readOnly: boolean;
|
|
100
101
|
indicator: boolean;
|
|
101
|
-
placeholder: string;
|
|
102
102
|
clear: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
104
104
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as c, inject as m, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as R, themeInjectionKey as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as c, inject as m, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as C, unref as _, withCtx as g, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as R, themeInjectionKey as j, addEventListenerToElementRef as n, syncProperties as p } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputSearchWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -9,7 +9,7 @@ const j = /* @__PURE__ */ u({
|
|
|
9
9
|
description: { default: "" },
|
|
10
10
|
disabled: { type: Boolean, default: !1 },
|
|
11
11
|
form: {},
|
|
12
|
-
hideLabel: { default: !1 },
|
|
12
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
13
13
|
indicator: { type: Boolean, default: !1 },
|
|
14
14
|
label: { default: "" },
|
|
15
15
|
loading: { type: Boolean, default: !1 },
|
|
@@ -23,13 +23,13 @@ const j = /* @__PURE__ */ u({
|
|
|
23
23
|
value: { default: "" }
|
|
24
24
|
},
|
|
25
25
|
emits: ["blur", "change", "input"],
|
|
26
|
-
setup(
|
|
27
|
-
const d = R("p-input-search"), t =
|
|
26
|
+
setup(r, { emit: s }) {
|
|
27
|
+
const d = R("p-input-search"), t = r, e = c(), a = s, l = m(j), f = () => p(e, { ...t, theme: t.theme || l.value });
|
|
28
28
|
return i(() => {
|
|
29
29
|
f(), n(e, "blur", a), n(e, "change", a), n(e, "input", a);
|
|
30
30
|
}), h(f), y(l, (o) => {
|
|
31
|
-
|
|
32
|
-
}), (o,
|
|
31
|
+
p(e, { theme: t.theme || o });
|
|
32
|
+
}), (o, k) => (B(), b(C(_(d)), {
|
|
33
33
|
ref_key: "pdsComponentRef",
|
|
34
34
|
ref: e
|
|
35
35
|
}, {
|
|
@@ -41,5 +41,5 @@ const j = /* @__PURE__ */ u({
|
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
43
|
export {
|
|
44
|
-
|
|
44
|
+
P as default
|
|
45
45
|
};
|
|
@@ -96,6 +96,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputTelProps, voi
|
|
|
96
96
|
}>, {
|
|
97
97
|
label: string;
|
|
98
98
|
compact: boolean;
|
|
99
|
+
placeholder: string;
|
|
99
100
|
description: string;
|
|
100
101
|
state: InputTelState;
|
|
101
102
|
required: boolean;
|
|
@@ -106,7 +107,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputTelProps, voi
|
|
|
106
107
|
message: string;
|
|
107
108
|
readOnly: boolean;
|
|
108
109
|
indicator: boolean;
|
|
109
|
-
placeholder: string;
|
|
110
110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
111
111
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
112
112
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as g, unref as C, withCtx as _, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as a, syncProperties as f } from "../../utils.mjs";
|
|
3
|
+
const w = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputTelWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const P = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
indicator: { type: Boolean, default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
@@ -26,22 +26,22 @@ const P = /* @__PURE__ */ u({
|
|
|
26
26
|
},
|
|
27
27
|
emits: ["blur", "change", "input"],
|
|
28
28
|
setup(r, { emit: s }) {
|
|
29
|
-
const d = x("p-input-tel"), t = r, e = m(), n = s, l = c(L),
|
|
29
|
+
const d = x("p-input-tel"), t = r, e = m(), n = s, l = c(L), p = () => f(e, { ...t, theme: t.theme || l.value });
|
|
30
30
|
return i(() => {
|
|
31
|
-
|
|
32
|
-
}), h(
|
|
33
|
-
|
|
34
|
-
}), (
|
|
31
|
+
p(), a(e, "blur", n), a(e, "change", n), a(e, "input", n);
|
|
32
|
+
}), h(p), y(l, (o) => {
|
|
33
|
+
f(e, { theme: t.theme || o });
|
|
34
|
+
}), (o, R) => (B(), b(g(C(d)), {
|
|
35
35
|
ref_key: "pdsComponentRef",
|
|
36
36
|
ref: e
|
|
37
37
|
}, {
|
|
38
|
-
default:
|
|
39
|
-
v(
|
|
38
|
+
default: _(() => [
|
|
39
|
+
v(o.$slots, "default")
|
|
40
40
|
]),
|
|
41
41
|
_: 3
|
|
42
42
|
}, 512));
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
w as default
|
|
47
47
|
};
|
|
@@ -96,6 +96,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputTextProps, vo
|
|
|
96
96
|
}>, {
|
|
97
97
|
label: string;
|
|
98
98
|
compact: boolean;
|
|
99
|
+
placeholder: string;
|
|
99
100
|
description: string;
|
|
100
101
|
state: InputTextState;
|
|
101
102
|
required: boolean;
|
|
@@ -105,7 +106,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputTextProps, vo
|
|
|
105
106
|
value: string;
|
|
106
107
|
message: string;
|
|
107
108
|
readOnly: boolean;
|
|
108
|
-
placeholder: string;
|
|
109
109
|
counter: boolean;
|
|
110
110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
111
111
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as C, resolveDynamicComponent as
|
|
1
|
+
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as C, resolveDynamicComponent as b, unref as g, withCtx as _, renderSlot as x } from "vue";
|
|
2
2
|
import { usePrefix as k, themeInjectionKey as v, addEventListenerToElementRef as a, syncProperties as f } from "../../utils.mjs";
|
|
3
|
-
const
|
|
3
|
+
const w = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputTextWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -9,7 +9,7 @@ const P = /* @__PURE__ */ u({
|
|
|
9
9
|
description: { default: "" },
|
|
10
10
|
disabled: { type: Boolean, default: !1 },
|
|
11
11
|
form: {},
|
|
12
|
-
hideLabel: { default: !1 },
|
|
12
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
15
15
|
maxLength: {},
|
|
@@ -26,22 +26,22 @@ const P = /* @__PURE__ */ u({
|
|
|
26
26
|
},
|
|
27
27
|
emits: ["blur", "change", "input"],
|
|
28
28
|
setup(s, { emit: r }) {
|
|
29
|
-
const d = k("p-input-text"), t = s, e = m(),
|
|
29
|
+
const d = k("p-input-text"), t = s, e = m(), o = r, l = c(v), p = () => f(e, { ...t, theme: t.theme || l.value });
|
|
30
30
|
return i(() => {
|
|
31
|
-
p(), a(e, "blur",
|
|
32
|
-
}), h(p), y(l, (
|
|
33
|
-
f(e, { theme: t.theme ||
|
|
34
|
-
}), (
|
|
31
|
+
p(), a(e, "blur", o), a(e, "change", o), a(e, "input", o);
|
|
32
|
+
}), h(p), y(l, (n) => {
|
|
33
|
+
f(e, { theme: t.theme || n });
|
|
34
|
+
}), (n, L) => (B(), C(b(g(d)), {
|
|
35
35
|
ref_key: "pdsComponentRef",
|
|
36
36
|
ref: e
|
|
37
37
|
}, {
|
|
38
|
-
default:
|
|
39
|
-
x(
|
|
38
|
+
default: _(() => [
|
|
39
|
+
x(n.$slots, "default")
|
|
40
40
|
]),
|
|
41
41
|
_: 3
|
|
42
42
|
}, 512));
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
w as default
|
|
47
47
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as d, ref as u, inject as i, onMounted as c, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as d, ref as u, inject as i, onMounted as c, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as C, unref as _, withCtx as g, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as s } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ d({
|
|
4
4
|
__name: "InputTimeWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const T = /* @__PURE__ */ d({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
label: { default: "" },
|
|
13
13
|
loading: { type: Boolean, default: !1 },
|
|
14
14
|
max: {},
|
|
@@ -23,13 +23,13 @@ const T = /* @__PURE__ */ d({
|
|
|
23
23
|
value: { default: "" }
|
|
24
24
|
},
|
|
25
25
|
emits: ["blur", "change", "input"],
|
|
26
|
-
setup(
|
|
27
|
-
const m = x("p-input-time"), t =
|
|
26
|
+
setup(f, { emit: r }) {
|
|
27
|
+
const m = x("p-input-time"), t = f, e = u(), n = r, l = i(R), p = () => s(e, { ...t, theme: t.theme || l.value });
|
|
28
28
|
return c(() => {
|
|
29
|
-
|
|
30
|
-
}), h(
|
|
31
|
-
|
|
32
|
-
}), (o,
|
|
29
|
+
p(), a(e, "blur", n), a(e, "change", n), a(e, "input", n);
|
|
30
|
+
}), h(p), y(l, (o) => {
|
|
31
|
+
s(e, { theme: t.theme || o });
|
|
32
|
+
}), (o, j) => (B(), b(C(_(m)), {
|
|
33
33
|
ref_key: "pdsComponentRef",
|
|
34
34
|
ref: e
|
|
35
35
|
}, {
|
|
@@ -41,5 +41,5 @@ const T = /* @__PURE__ */ d({
|
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
43
|
export {
|
|
44
|
-
|
|
44
|
+
P as default
|
|
45
45
|
};
|
|
@@ -96,6 +96,7 @@ declare const __VLS_component: import("vue").DefineComponent<PInputUrlProps, voi
|
|
|
96
96
|
}>, {
|
|
97
97
|
label: string;
|
|
98
98
|
compact: boolean;
|
|
99
|
+
placeholder: string;
|
|
99
100
|
description: string;
|
|
100
101
|
state: InputUrlState;
|
|
101
102
|
required: boolean;
|
|
@@ -106,7 +107,6 @@ declare const __VLS_component: import("vue").DefineComponent<PInputUrlProps, voi
|
|
|
106
107
|
message: string;
|
|
107
108
|
readOnly: boolean;
|
|
108
109
|
indicator: boolean;
|
|
109
|
-
placeholder: string;
|
|
110
110
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
111
111
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
112
112
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as u, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, openBlock as B, createBlock as b, resolveDynamicComponent as g, unref as C, withCtx as _, renderSlot as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as a, syncProperties as r } from "../../utils.mjs";
|
|
3
|
+
const w = /* @__PURE__ */ u({
|
|
4
4
|
__name: "InputUrlWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const P = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
indicator: { type: Boolean, default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
@@ -25,23 +25,23 @@ const P = /* @__PURE__ */ u({
|
|
|
25
25
|
value: { default: "" }
|
|
26
26
|
},
|
|
27
27
|
emits: ["blur", "change", "input"],
|
|
28
|
-
setup(
|
|
29
|
-
const d = x("p-input-url"), t =
|
|
28
|
+
setup(f, { emit: s }) {
|
|
29
|
+
const d = x("p-input-url"), t = f, e = m(), n = s, l = c(L), p = () => r(e, { ...t, theme: t.theme || l.value });
|
|
30
30
|
return i(() => {
|
|
31
|
-
|
|
32
|
-
}), h(
|
|
33
|
-
|
|
34
|
-
}), (
|
|
31
|
+
p(), a(e, "blur", n), a(e, "change", n), a(e, "input", n);
|
|
32
|
+
}), h(p), y(l, (o) => {
|
|
33
|
+
r(e, { theme: t.theme || o });
|
|
34
|
+
}), (o, R) => (B(), b(g(C(d)), {
|
|
35
35
|
ref_key: "pdsComponentRef",
|
|
36
36
|
ref: e
|
|
37
37
|
}, {
|
|
38
|
-
default:
|
|
39
|
-
v(
|
|
38
|
+
default: _(() => [
|
|
39
|
+
v(o.$slots, "default")
|
|
40
40
|
]),
|
|
41
41
|
_: 3
|
|
42
42
|
}, 512));
|
|
43
43
|
}
|
|
44
44
|
});
|
|
45
45
|
export {
|
|
46
|
-
|
|
46
|
+
w as default
|
|
47
47
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as s, ref as p, inject as
|
|
2
|
-
import { usePrefix as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as s, ref as p, inject as c, onMounted as d, onUpdated as u, watch as i, openBlock as m, createBlock as h, resolveDynamicComponent as y, unref as _, withCtx as g, renderSlot as w } from "vue";
|
|
2
|
+
import { usePrefix as B, themeInjectionKey as C, syncProperties as r } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ s({
|
|
4
4
|
__name: "LinkPureWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
active: { type: Boolean, default: !1 },
|
|
7
7
|
alignLabel: { default: "end" },
|
|
8
8
|
aria: {},
|
|
9
9
|
download: {},
|
|
10
|
-
hideLabel: { default: !1 },
|
|
10
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
11
11
|
href: {},
|
|
12
12
|
icon: { default: "arrow-right" },
|
|
13
13
|
iconSource: {},
|
|
14
14
|
rel: {},
|
|
15
15
|
size: { default: "small" },
|
|
16
|
-
stretch: { default: !1 },
|
|
16
|
+
stretch: { type: [Boolean, Object], default: !1 },
|
|
17
17
|
target: { default: "_self" },
|
|
18
18
|
theme: {},
|
|
19
19
|
underline: { type: Boolean, default: !1 },
|
|
20
20
|
weight: { default: "regular" }
|
|
21
21
|
},
|
|
22
22
|
setup(l) {
|
|
23
|
-
const f =
|
|
24
|
-
return
|
|
23
|
+
const f = B("p-link-pure"), e = l, t = p(), n = c(C), a = () => r(t, { ...e, theme: e.theme || n.value });
|
|
24
|
+
return d(a), u(a), i(n, (o) => {
|
|
25
25
|
r(t, { theme: e.theme || o });
|
|
26
|
-
}), (o,
|
|
26
|
+
}), (o, b) => (m(), h(y(_(f)), {
|
|
27
27
|
ref_key: "pdsComponentRef",
|
|
28
28
|
ref: t
|
|
29
29
|
}, {
|
|
@@ -35,5 +35,5 @@ const v = /* @__PURE__ */ s({
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
P as default
|
|
39
39
|
};
|