@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.
Files changed (73) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
  3. package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
  7. package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +1 -1
  8. package/cjs/lib/components/FlexWrapper.vue.cjs +1 -1
  9. package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
  10. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
  11. package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
  12. package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
  13. package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
  14. package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
  15. package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
  16. package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
  17. package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
  18. package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
  19. package/cjs/lib/components/LinkSocialWrapper.vue.cjs +1 -1
  20. package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
  21. package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
  22. package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
  23. package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
  24. package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
  25. package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
  26. package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
  27. package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +1 -1
  28. package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
  29. package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
  30. package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
  31. package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +1 -1
  32. package/esm/lib/components/ButtonPureWrapper.vue.mjs +8 -8
  33. package/esm/lib/components/ButtonTileWrapper.vue.mjs +4 -4
  34. package/esm/lib/components/ButtonWrapper.vue.mjs +12 -12
  35. package/esm/lib/components/CarouselWrapper.vue.mjs +11 -11
  36. package/esm/lib/components/CheckboxWrapper.vue.d.ts +4 -2
  37. package/esm/lib/components/CheckboxWrapper.vue.mjs +13 -13
  38. package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +7 -7
  39. package/esm/lib/components/FlexWrapper.vue.mjs +4 -4
  40. package/esm/lib/components/InputDateWrapper.vue.mjs +12 -12
  41. package/esm/lib/components/InputEmailWrapper.vue.d.ts +1 -1
  42. package/esm/lib/components/InputEmailWrapper.vue.mjs +11 -11
  43. package/esm/lib/components/InputNumberWrapper.vue.d.ts +1 -1
  44. package/esm/lib/components/InputNumberWrapper.vue.mjs +8 -8
  45. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +1 -1
  46. package/esm/lib/components/InputPasswordWrapper.vue.mjs +10 -10
  47. package/esm/lib/components/InputSearchWrapper.vue.d.ts +1 -1
  48. package/esm/lib/components/InputSearchWrapper.vue.mjs +9 -9
  49. package/esm/lib/components/InputTelWrapper.vue.d.ts +1 -1
  50. package/esm/lib/components/InputTelWrapper.vue.mjs +12 -12
  51. package/esm/lib/components/InputTextWrapper.vue.d.ts +1 -1
  52. package/esm/lib/components/InputTextWrapper.vue.mjs +11 -11
  53. package/esm/lib/components/InputTimeWrapper.vue.mjs +11 -11
  54. package/esm/lib/components/InputUrlWrapper.vue.d.ts +1 -1
  55. package/esm/lib/components/InputUrlWrapper.vue.mjs +13 -13
  56. package/esm/lib/components/LinkPureWrapper.vue.mjs +9 -9
  57. package/esm/lib/components/LinkSocialWrapper.vue.mjs +7 -7
  58. package/esm/lib/components/LinkTileWrapper.vue.mjs +5 -5
  59. package/esm/lib/components/LinkWrapper.vue.mjs +9 -9
  60. package/esm/lib/components/ModalWrapper.vue.mjs +11 -11
  61. package/esm/lib/components/MultiSelectWrapper.vue.mjs +7 -7
  62. package/esm/lib/components/PinCodeWrapper.vue.d.ts +5 -0
  63. package/esm/lib/components/PinCodeWrapper.vue.mjs +14 -13
  64. package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +8 -8
  65. package/esm/lib/components/SelectWrapper.vue.mjs +8 -8
  66. package/esm/lib/components/SelectWrapperWrapper.vue.mjs +6 -6
  67. package/esm/lib/components/SwitchWrapper.vue.mjs +12 -12
  68. package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +8 -8
  69. package/esm/lib/components/TextareaWrapper.vue.d.ts +1 -1
  70. package/esm/lib/components/TextareaWrapper.vue.mjs +5 -5
  71. package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +7 -7
  72. package/esm/lib/types.d.ts +29 -0
  73. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, ref as f, onMounted as p, onUpdated as l, openBlock as c, createBlock as d, resolveDynamicComponent as u, unref as i, withCtx as m, renderSlot as C } from "vue";
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 = f(), t = () => x(e, r);
15
- return p(t), l(t), (s, w) => (c(), d(u(i(o)), {
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 C, resolveDynamicComponent as _, unref as b, withCtx as g, renderSlot as v } from "vue";
2
- import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as o, syncProperties as f } from "../../utils.mjs";
3
- const j = /* @__PURE__ */ u({
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(p, { emit: r }) {
27
- const d = x("p-input-date"), t = p, e = m(), n = r, l = c(R), s = () => f(e, { ...t, theme: t.theme || l.value });
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
- s(), o(e, "blur", n), o(e, "change", n), o(e, "input", n);
30
- }), h(s), y(l, (a) => {
31
- f(e, { theme: t.theme || a });
32
- }), (a, k) => (B(), C(_(b(d)), {
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(a.$slots, "default")
37
+ v(o.$slots, "default")
38
38
  ]),
39
39
  _: 3
40
40
  }, 512));
41
41
  }
42
42
  });
43
43
  export {
44
- j as default
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 g, resolveDynamicComponent as C, unref as _, withCtx as b, renderSlot as v } from "vue";
2
- import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as p } from "../../utils.mjs";
3
- const E = /* @__PURE__ */ u({
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), f = () => p(e, { ...t, theme: t.theme || l.value });
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
- f(), o(e, "blur", a), o(e, "change", a), o(e, "input", a);
33
- }), h(f), y(l, (n) => {
34
- p(e, { theme: t.theme || n });
35
- }), (n, R) => (B(), g(C(_(d)), {
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: b(() => [
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
- E as default
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 s } from "../../utils.mjs";
3
- const j = /* @__PURE__ */ d({
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(p, { emit: r }) {
29
- const u = x("p-input-number"), t = p, e = m(), o = r, l = c(R), f = () => s(e, { ...t, theme: t.theme || l.value });
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
- s(e, { theme: t.theme || n });
34
- }), (n, k) => (b(), B(C(_(u)), {
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
- j as default
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 C, unref as _, withCtx as b, renderSlot as w } from "vue";
2
- import { usePrefix as v, themeInjectionKey as x, addEventListenerToElementRef as n, syncProperties as f } from "../../utils.mjs";
3
- const k = /* @__PURE__ */ u({
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(p, { emit: r }) {
28
- const d = v("p-input-password"), t = p, e = m(), o = r, l = c(x), s = () => f(e, { ...t, theme: t.theme || l.value });
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
- f(e, { theme: t.theme || a });
33
- }), (a, L) => (g(), B(C(_(d)), {
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: b(() => [
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
- k as default
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 C, resolveDynamicComponent as _, unref as b, withCtx as g, renderSlot as v } from "vue";
2
- import { usePrefix as R, themeInjectionKey as k, addEventListenerToElementRef as n, syncProperties as r } from "../../utils.mjs";
3
- const j = /* @__PURE__ */ u({
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(s, { emit: p }) {
27
- const d = R("p-input-search"), t = s, e = c(), a = p, l = m(k), f = () => r(e, { ...t, theme: t.theme || l.value });
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
- r(e, { theme: t.theme || o });
32
- }), (o, w) => (B(), C(_(b(d)), {
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
- j as default
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 g, resolveDynamicComponent as C, unref as _, withCtx as b, renderSlot as v } from "vue";
2
- import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as p } from "../../utils.mjs";
3
- const P = /* @__PURE__ */ u({
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), f = () => p(e, { ...t, theme: t.theme || l.value });
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
- f(), o(e, "blur", n), o(e, "change", n), o(e, "input", n);
32
- }), h(f), y(l, (a) => {
33
- p(e, { theme: t.theme || a });
34
- }), (a, R) => (B(), g(C(_(d)), {
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: b(() => [
39
- v(a.$slots, "default")
38
+ default: _(() => [
39
+ v(o.$slots, "default")
40
40
  ]),
41
41
  _: 3
42
42
  }, 512));
43
43
  }
44
44
  });
45
45
  export {
46
- P as default
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 g, unref as _, withCtx as b, renderSlot as x } from "vue";
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 P = /* @__PURE__ */ u({
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(), n = r, l = c(v), p = () => f(e, { ...t, theme: t.theme || l.value });
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", n), a(e, "change", n), a(e, "input", n);
32
- }), h(p), y(l, (o) => {
33
- f(e, { theme: t.theme || o });
34
- }), (o, L) => (B(), C(g(_(d)), {
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: b(() => [
39
- x(o.$slots, "default")
38
+ default: _(() => [
39
+ x(n.$slots, "default")
40
40
  ]),
41
41
  _: 3
42
42
  }, 512));
43
43
  }
44
44
  });
45
45
  export {
46
- P as default
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 C, resolveDynamicComponent as _, unref as b, withCtx as g, renderSlot as v } from "vue";
2
- import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as a, syncProperties as f } from "../../utils.mjs";
3
- const T = /* @__PURE__ */ d({
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(p, { emit: r }) {
27
- const m = x("p-input-time"), t = p, e = u(), n = r, l = i(R), s = () => f(e, { ...t, theme: t.theme || l.value });
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
- s(), a(e, "blur", n), a(e, "change", n), a(e, "input", n);
30
- }), h(s), y(l, (o) => {
31
- f(e, { theme: t.theme || o });
32
- }), (o, k) => (B(), C(_(b(m)), {
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
- T as default
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 g, resolveDynamicComponent as C, unref as _, withCtx as b, renderSlot as v } from "vue";
2
- import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as o, syncProperties as f } from "../../utils.mjs";
3
- const P = /* @__PURE__ */ u({
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(p, { emit: s }) {
29
- const d = x("p-input-url"), t = p, e = m(), n = s, l = c(L), r = () => f(e, { ...t, theme: t.theme || l.value });
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
- r(), o(e, "blur", n), o(e, "change", n), o(e, "input", n);
32
- }), h(r), y(l, (a) => {
33
- f(e, { theme: t.theme || a });
34
- }), (a, R) => (B(), g(C(_(d)), {
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: b(() => [
39
- v(a.$slots, "default")
38
+ default: _(() => [
39
+ v(o.$slots, "default")
40
40
  ]),
41
41
  _: 3
42
42
  }, 512));
43
43
  }
44
44
  });
45
45
  export {
46
- P as default
46
+ w as default
47
47
  };
@@ -1,29 +1,29 @@
1
- import { defineComponent as s, ref as p, inject as d, onMounted as u, onUpdated as c, watch as i, openBlock as m, createBlock as h, resolveDynamicComponent as _, unref as y, withCtx as g, renderSlot as w } from "vue";
2
- import { usePrefix as C, themeInjectionKey as k, syncProperties as r } from "../../utils.mjs";
3
- const v = /* @__PURE__ */ s({
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 = C("p-link-pure"), e = l, t = p(), n = d(k), a = () => r(t, { ...e, theme: e.theme || n.value });
24
- return u(a), c(a), i(n, (o) => {
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, B) => (m(), h(_(y(f)), {
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
- v as default
38
+ P as default
39
39
  };