@porsche-design-system/components-vue 3.29.0 → 3.30.0-rc.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.
Files changed (225) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/OSS_NOTICE +1635 -2257
  3. package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
  7. package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
  8. package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +1 -1
  9. package/cjs/lib/components/FlexWrapper.vue.cjs +1 -1
  10. package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
  11. package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
  12. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
  13. package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
  14. package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
  15. package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
  16. package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
  17. package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
  18. package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
  19. package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
  20. package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
  21. package/cjs/lib/components/LinkSocialWrapper.vue.cjs +1 -1
  22. package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
  23. package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
  24. package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
  25. package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
  26. package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
  27. package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
  28. package/cjs/lib/components/RadioGroupOptionWrapper.vue.cjs +1 -0
  29. package/cjs/lib/components/RadioGroupOptionWrapper.vue2.cjs +1 -0
  30. package/cjs/lib/components/RadioGroupWrapper.vue.cjs +1 -0
  31. package/cjs/lib/components/RadioGroupWrapper.vue2.cjs +1 -0
  32. package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
  33. package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
  34. package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +1 -1
  35. package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
  36. package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
  37. package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
  38. package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +1 -1
  39. package/cjs/public-api.cjs +1 -1
  40. package/cjs/utils.cjs +1 -1
  41. package/esm/PorscheDesignSystemProvider.vue.d.ts +3 -2
  42. package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -2
  43. package/esm/lib/components/AccordionWrapper.vue.mjs +6 -6
  44. package/esm/lib/components/BannerWrapper.vue.d.ts +3 -4
  45. package/esm/lib/components/BannerWrapper.vue.mjs +3 -3
  46. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +3 -2
  47. package/esm/lib/components/ButtonGroupWrapper.vue.mjs +2 -2
  48. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -2
  49. package/esm/lib/components/ButtonPureWrapper.vue.mjs +9 -9
  50. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -2
  51. package/esm/lib/components/ButtonTileWrapper.vue.mjs +5 -5
  52. package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -2
  53. package/esm/lib/components/ButtonWrapper.vue.mjs +12 -12
  54. package/esm/lib/components/CanvasWrapper.vue.d.ts +3 -4
  55. package/esm/lib/components/CanvasWrapper.vue.mjs +6 -6
  56. package/esm/lib/components/CarouselWrapper.vue.d.ts +3 -2
  57. package/esm/lib/components/CarouselWrapper.vue.mjs +12 -12
  58. package/esm/lib/components/CheckboxWrapper.vue.d.ts +9 -4
  59. package/esm/lib/components/CheckboxWrapper.vue.mjs +16 -14
  60. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +3 -2
  61. package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +7 -7
  62. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +3 -2
  63. package/esm/lib/components/ContentWrapperWrapper.vue.mjs +2 -2
  64. package/esm/lib/components/CrestWrapper.vue.d.ts +2 -1
  65. package/esm/lib/components/CrestWrapper.vue.mjs +2 -2
  66. package/esm/lib/components/DisplayWrapper.vue.d.ts +3 -2
  67. package/esm/lib/components/DisplayWrapper.vue.mjs +2 -2
  68. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -1
  69. package/esm/lib/components/DividerWrapper.vue.mjs +2 -2
  70. package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +3 -2
  71. package/esm/lib/components/DrilldownItemWrapper.vue.mjs +2 -2
  72. package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +3 -2
  73. package/esm/lib/components/DrilldownLinkWrapper.vue.mjs +2 -2
  74. package/esm/lib/components/DrilldownWrapper.vue.d.ts +3 -4
  75. package/esm/lib/components/DrilldownWrapper.vue.mjs +6 -6
  76. package/esm/lib/components/FieldsetWrapper.vue.d.ts +3 -2
  77. package/esm/lib/components/FieldsetWrapper.vue.mjs +2 -2
  78. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +3 -2
  79. package/esm/lib/components/FieldsetWrapperWrapper.vue.mjs +2 -2
  80. package/esm/lib/components/FlagWrapper.vue.d.ts +2 -1
  81. package/esm/lib/components/FlagWrapper.vue.mjs +2 -2
  82. package/esm/lib/components/FlexItemWrapper.vue.d.ts +3 -2
  83. package/esm/lib/components/FlexItemWrapper.vue.mjs +2 -2
  84. package/esm/lib/components/FlexWrapper.vue.d.ts +3 -2
  85. package/esm/lib/components/FlexWrapper.vue.mjs +4 -4
  86. package/esm/lib/components/FlyoutWrapper.vue.d.ts +9 -5
  87. package/esm/lib/components/FlyoutWrapper.vue.mjs +9 -8
  88. package/esm/lib/components/GridItemWrapper.vue.d.ts +3 -2
  89. package/esm/lib/components/GridItemWrapper.vue.mjs +2 -2
  90. package/esm/lib/components/GridWrapper.vue.d.ts +3 -2
  91. package/esm/lib/components/GridWrapper.vue.mjs +2 -2
  92. package/esm/lib/components/HeadingWrapper.vue.d.ts +3 -2
  93. package/esm/lib/components/HeadingWrapper.vue.mjs +2 -2
  94. package/esm/lib/components/HeadlineWrapper.vue.d.ts +3 -2
  95. package/esm/lib/components/HeadlineWrapper.vue.mjs +2 -2
  96. package/esm/lib/components/IconWrapper.vue.d.ts +2 -1
  97. package/esm/lib/components/IconWrapper.vue.mjs +2 -2
  98. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +3 -4
  99. package/esm/lib/components/InlineNotificationWrapper.vue.mjs +6 -6
  100. package/esm/lib/components/InputDateWrapper.vue.d.ts +5 -2
  101. package/esm/lib/components/InputDateWrapper.vue.mjs +16 -14
  102. package/esm/lib/components/InputEmailWrapper.vue.d.ts +6 -3
  103. package/esm/lib/components/InputEmailWrapper.vue.mjs +16 -14
  104. package/esm/lib/components/InputNumberWrapper.vue.d.ts +6 -3
  105. package/esm/lib/components/InputNumberWrapper.vue.mjs +16 -14
  106. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +6 -3
  107. package/esm/lib/components/InputPasswordWrapper.vue.mjs +16 -14
  108. package/esm/lib/components/InputSearchWrapper.vue.d.ts +6 -3
  109. package/esm/lib/components/InputSearchWrapper.vue.mjs +16 -14
  110. package/esm/lib/components/InputTelWrapper.vue.d.ts +6 -3
  111. package/esm/lib/components/InputTelWrapper.vue.mjs +16 -14
  112. package/esm/lib/components/InputTextWrapper.vue.d.ts +6 -3
  113. package/esm/lib/components/InputTextWrapper.vue.mjs +16 -14
  114. package/esm/lib/components/InputTimeWrapper.vue.d.ts +5 -2
  115. package/esm/lib/components/InputTimeWrapper.vue.mjs +16 -14
  116. package/esm/lib/components/InputUrlWrapper.vue.d.ts +6 -3
  117. package/esm/lib/components/InputUrlWrapper.vue.mjs +16 -14
  118. package/esm/lib/components/LinkPureWrapper.vue.d.ts +3 -2
  119. package/esm/lib/components/LinkPureWrapper.vue.mjs +9 -9
  120. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +3 -2
  121. package/esm/lib/components/LinkSocialWrapper.vue.mjs +7 -7
  122. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +3 -2
  123. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.mjs +2 -2
  124. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +3 -2
  125. package/esm/lib/components/LinkTileProductWrapper.vue.mjs +3 -3
  126. package/esm/lib/components/LinkTileWrapper.vue.d.ts +3 -2
  127. package/esm/lib/components/LinkTileWrapper.vue.mjs +5 -5
  128. package/esm/lib/components/LinkWrapper.vue.d.ts +3 -2
  129. package/esm/lib/components/LinkWrapper.vue.mjs +9 -9
  130. package/esm/lib/components/MarqueWrapper.vue.d.ts +3 -2
  131. package/esm/lib/components/MarqueWrapper.vue.mjs +2 -2
  132. package/esm/lib/components/ModalWrapper.vue.d.ts +4 -5
  133. package/esm/lib/components/ModalWrapper.vue.mjs +11 -11
  134. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +3 -2
  135. package/esm/lib/components/ModelSignatureWrapper.vue.mjs +2 -2
  136. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +3 -2
  137. package/esm/lib/components/MultiSelectOptionWrapper.vue.mjs +2 -2
  138. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -4
  139. package/esm/lib/components/MultiSelectWrapper.vue.mjs +17 -15
  140. package/esm/lib/components/OptgroupWrapper.vue.d.ts +3 -2
  141. package/esm/lib/components/OptgroupWrapper.vue.mjs +2 -2
  142. package/esm/lib/components/PaginationWrapper.vue.d.ts +2 -1
  143. package/esm/lib/components/PaginationWrapper.vue.mjs +6 -6
  144. package/esm/lib/components/PinCodeWrapper.vue.d.ts +10 -4
  145. package/esm/lib/components/PinCodeWrapper.vue.mjs +17 -14
  146. package/esm/lib/components/PopoverWrapper.vue.d.ts +3 -2
  147. package/esm/lib/components/PopoverWrapper.vue.mjs +2 -2
  148. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +4 -2
  149. package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +8 -8
  150. package/esm/lib/components/RadioGroupOptionWrapper.vue.d.ts +24 -0
  151. package/esm/lib/components/RadioGroupOptionWrapper.vue.mjs +21 -0
  152. package/esm/lib/components/RadioGroupOptionWrapper.vue2.mjs +4 -0
  153. package/esm/lib/components/RadioGroupWrapper.vue.d.ts +88 -0
  154. package/esm/lib/components/RadioGroupWrapper.vue.mjs +43 -0
  155. package/esm/lib/components/RadioGroupWrapper.vue2.mjs +4 -0
  156. package/esm/lib/components/ScrollerWrapper.vue.d.ts +3 -2
  157. package/esm/lib/components/ScrollerWrapper.vue.mjs +2 -2
  158. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +3 -2
  159. package/esm/lib/components/SegmentedControlItemWrapper.vue.mjs +2 -2
  160. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +5 -6
  161. package/esm/lib/components/SegmentedControlWrapper.vue.mjs +14 -12
  162. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +3 -2
  163. package/esm/lib/components/SelectOptionWrapper.vue.mjs +2 -2
  164. package/esm/lib/components/SelectWrapper.vue.d.ts +6 -5
  165. package/esm/lib/components/SelectWrapper.vue.mjs +17 -15
  166. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +3 -2
  167. package/esm/lib/components/SelectWrapperWrapper.vue.mjs +6 -6
  168. package/esm/lib/components/SheetWrapper.vue.d.ts +3 -4
  169. package/esm/lib/components/SheetWrapper.vue.mjs +3 -3
  170. package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -1
  171. package/esm/lib/components/SpinnerWrapper.vue.mjs +2 -2
  172. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +3 -2
  173. package/esm/lib/components/StepperHorizontalItemWrapper.vue.mjs +2 -2
  174. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +3 -2
  175. package/esm/lib/components/StepperHorizontalWrapper.vue.mjs +6 -6
  176. package/esm/lib/components/SwitchWrapper.vue.d.ts +3 -2
  177. package/esm/lib/components/SwitchWrapper.vue.mjs +13 -13
  178. package/esm/lib/components/TableBodyWrapper.vue.d.ts +3 -2
  179. package/esm/lib/components/TableBodyWrapper.vue.mjs +2 -2
  180. package/esm/lib/components/TableCellWrapper.vue.d.ts +3 -2
  181. package/esm/lib/components/TableCellWrapper.vue.mjs +2 -2
  182. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +3 -2
  183. package/esm/lib/components/TableHeadCellWrapper.vue.mjs +2 -2
  184. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +3 -2
  185. package/esm/lib/components/TableHeadRowWrapper.vue.mjs +2 -2
  186. package/esm/lib/components/TableHeadWrapper.vue.d.ts +3 -2
  187. package/esm/lib/components/TableHeadWrapper.vue.mjs +2 -2
  188. package/esm/lib/components/TableRowWrapper.vue.d.ts +3 -2
  189. package/esm/lib/components/TableRowWrapper.vue.mjs +2 -2
  190. package/esm/lib/components/TableWrapper.vue.d.ts +3 -2
  191. package/esm/lib/components/TableWrapper.vue.mjs +6 -6
  192. package/esm/lib/components/TabsBarWrapper.vue.d.ts +3 -2
  193. package/esm/lib/components/TabsBarWrapper.vue.mjs +6 -6
  194. package/esm/lib/components/TabsItemWrapper.vue.d.ts +3 -2
  195. package/esm/lib/components/TabsItemWrapper.vue.mjs +2 -2
  196. package/esm/lib/components/TabsWrapper.vue.d.ts +3 -2
  197. package/esm/lib/components/TabsWrapper.vue.mjs +6 -6
  198. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +3 -2
  199. package/esm/lib/components/TagDismissibleWrapper.vue.mjs +2 -2
  200. package/esm/lib/components/TagWrapper.vue.d.ts +3 -2
  201. package/esm/lib/components/TagWrapper.vue.mjs +2 -2
  202. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +3 -4
  203. package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +8 -8
  204. package/esm/lib/components/TextListItemWrapper.vue.d.ts +3 -2
  205. package/esm/lib/components/TextListItemWrapper.vue.mjs +2 -2
  206. package/esm/lib/components/TextListWrapper.vue.d.ts +3 -2
  207. package/esm/lib/components/TextListWrapper.vue.mjs +2 -2
  208. package/esm/lib/components/TextWrapper.vue.d.ts +3 -2
  209. package/esm/lib/components/TextWrapper.vue.mjs +2 -2
  210. package/esm/lib/components/TextareaWrapper.vue.d.ts +6 -3
  211. package/esm/lib/components/TextareaWrapper.vue.mjs +14 -12
  212. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +3 -2
  213. package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +9 -9
  214. package/esm/lib/components/ToastWrapper.vue.d.ts +2 -1
  215. package/esm/lib/components/ToastWrapper.vue.mjs +2 -2
  216. package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -1
  217. package/esm/lib/components/WordmarkWrapper.vue.mjs +2 -2
  218. package/esm/lib/components/index.d.ts +2 -0
  219. package/esm/lib/types.d.ts +46 -5
  220. package/esm/plugin.mjs +3 -3
  221. package/esm/public-api.mjs +96 -92
  222. package/esm/utils.d.ts +1 -1
  223. package/esm/utils.mjs +15 -15
  224. package/package.json +2 -2
  225. package/tailwindcss/index.css +6 -6
@@ -21,7 +21,7 @@ declare var __VLS_8: {};
21
21
  type __VLS_Slots = {} & {
22
22
  default?: (props: typeof __VLS_8) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<PTableProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
+ declare const __VLS_base: import("vue").DefineComponent<PTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
25
  update: (value: import("../types").TableHeadCellSort) => any;
26
26
  sortingChange: (value: import("../types").TableHeadCellSort) => any;
27
27
  }, string, import("vue").PublicProps, Readonly<PTableProps> & Readonly<{
@@ -31,7 +31,8 @@ declare const __VLS_component: import("vue").DefineComponent<PTableProps, void,
31
31
  compact: boolean;
32
32
  layout: TableLayout;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
34
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
+ declare const _default: typeof __VLS_export;
35
36
  export default _default;
36
37
  type __VLS_WithSlots<T, S> = T & {
37
38
  new (): {
@@ -1,5 +1,5 @@
1
- import { defineComponent as i, ref as l, inject as d, onMounted as u, onUpdated as h, watch as C, openBlock as y, createBlock as _, resolveDynamicComponent as g, unref as R, withCtx as b, renderSlot as k } from "vue";
2
- import { usePrefix as v, themeInjectionKey as w, addEventListenerToElementRef as p, syncProperties as s } from "../../utils.mjs";
1
+ import { defineComponent as i, ref as l, inject as d, onMounted as u, onUpdated as h, watch as C, createBlock as y, openBlock as _, resolveDynamicComponent as g, unref as R, withCtx as b, renderSlot as k } from "vue";
2
+ import { usePrefix as v, themeInjectionKey as w, syncProperties as p, addEventListenerToElementRef as s } from "../../utils.mjs";
3
3
  const T = /* @__PURE__ */ i({
4
4
  __name: "TableWrapper",
5
5
  props: {
@@ -10,12 +10,12 @@ const T = /* @__PURE__ */ i({
10
10
  },
11
11
  emits: ["sortingChange", "update"],
12
12
  setup(m, { emit: c }) {
13
- const f = v("p-table"), t = m, e = l(), n = c, a = d(w), r = () => s(e, { ...t, theme: t.theme || a.value });
13
+ const f = v("p-table"), t = m, e = l(), n = c, a = d(w), r = () => p(e, { ...t, theme: t.theme || a.value });
14
14
  return u(() => {
15
- r(), p(e, "sortingChange", n), p(e, "update", n);
15
+ r(), s(e, "sortingChange", n), s(e, "update", n);
16
16
  }), h(r), C(a, (o) => {
17
- s(e, { theme: t.theme || o });
18
- }), (o, x) => (y(), _(g(R(f)), {
17
+ p(e, { theme: t.theme || o });
18
+ }), (o, x) => (_(), y(g(R(f)), {
19
19
  ref_key: "pdsComponentRef",
20
20
  ref: e
21
21
  }, {
@@ -29,7 +29,7 @@ declare var __VLS_8: {};
29
29
  type __VLS_Slots = {} & {
30
30
  default?: (props: typeof __VLS_8) => any;
31
31
  };
32
- declare const __VLS_component: import("vue").DefineComponent<PTabsBarProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
32
+ declare const __VLS_base: import("vue").DefineComponent<PTabsBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
33
  update: (value: import("../types").TabsBarUpdateEvent) => any;
34
34
  tabChange: (value: import("../types").TabsBarUpdateEvent) => any;
35
35
  }, string, import("vue").PublicProps, Readonly<PTabsBarProps> & Readonly<{
@@ -39,7 +39,8 @@ declare const __VLS_component: import("vue").DefineComponent<PTabsBarProps, void
39
39
  weight: TabsBarWeight;
40
40
  size: BreakpointCustomizable<TabsBarSize>;
41
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
42
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
43
+ declare const _default: typeof __VLS_export;
43
44
  export default _default;
44
45
  type __VLS_WithSlots<T, S> = T & {
45
46
  new (): {
@@ -1,5 +1,5 @@
1
- import { defineComponent as i, ref as f, inject as l, onMounted as u, onUpdated as h, watch as C, openBlock as b, createBlock as g, resolveDynamicComponent as _, unref as y, withCtx as v, renderSlot as w } from "vue";
2
- import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as s, syncProperties as m } from "../../utils.mjs";
1
+ import { defineComponent as i, ref as f, inject as l, onMounted as u, onUpdated as h, watch as C, createBlock as b, openBlock as g, resolveDynamicComponent as _, unref as y, withCtx as v, renderSlot as w } from "vue";
2
+ import { usePrefix as x, themeInjectionKey as R, syncProperties as s, addEventListenerToElementRef as m } from "../../utils.mjs";
3
3
  const P = /* @__PURE__ */ i({
4
4
  __name: "TabsBarWrapper",
5
5
  props: {
@@ -12,12 +12,12 @@ const P = /* @__PURE__ */ i({
12
12
  },
13
13
  emits: ["tabChange", "update"],
14
14
  setup(p, { emit: c }) {
15
- const d = x("p-tabs-bar"), t = p, e = f(), o = c, r = l(R), a = () => m(e, { ...t, theme: t.theme || r.value });
15
+ const d = x("p-tabs-bar"), t = p, e = f(), o = c, r = l(R), a = () => s(e, { ...t, theme: t.theme || r.value });
16
16
  return u(() => {
17
- a(), s(e, "tabChange", o), s(e, "update", o);
17
+ a(), m(e, "tabChange", o), m(e, "update", o);
18
18
  }), h(a), C(r, (n) => {
19
- m(e, { theme: t.theme || n });
20
- }), (n, T) => (b(), g(_(y(d)), {
19
+ s(e, { theme: t.theme || n });
20
+ }), (n, T) => (g(), b(_(y(d)), {
21
21
  ref_key: "pdsComponentRef",
22
22
  ref: e
23
23
  }, {
@@ -8,8 +8,9 @@ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<PTabsItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ declare const __VLS_base: import("vue").DefineComponent<PTabsItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTabsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as s, ref as a, onMounted as c, onUpdated as f, openBlock as m, createBlock as d, resolveDynamicComponent as l, unref as i, withCtx as u, renderSlot as _ } from "vue";
1
+ import { defineComponent as s, ref as a, onMounted as c, onUpdated as f, createBlock as m, openBlock as d, resolveDynamicComponent as l, unref as i, withCtx as u, renderSlot as _ } from "vue";
2
2
  import { usePrefix as C, syncProperties as b } from "../../utils.mjs";
3
3
  const P = /* @__PURE__ */ s({
4
4
  __name: "TabsItemWrapper",
@@ -7,7 +7,7 @@ const P = /* @__PURE__ */ s({
7
7
  },
8
8
  setup(t) {
9
9
  const n = C("p-tabs-item"), r = t, e = a(), o = () => b(e, r);
10
- return c(o), f(o), (p, y) => (m(), d(l(i(n)), {
10
+ return c(o), f(o), (p, y) => (d(), m(l(i(n)), {
11
11
  ref_key: "pdsComponentRef",
12
12
  ref: e
13
13
  }, {
@@ -29,7 +29,7 @@ declare var __VLS_8: {};
29
29
  type __VLS_Slots = {} & {
30
30
  default?: (props: typeof __VLS_8) => any;
31
31
  };
32
- declare const __VLS_component: import("vue").DefineComponent<PTabsProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
32
+ declare const __VLS_base: import("vue").DefineComponent<PTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
33
  update: (value: import("../types").TabsBarUpdateEvent) => any;
34
34
  tabChange: (value: import("../types").TabsBarUpdateEvent) => any;
35
35
  }, string, import("vue").PublicProps, Readonly<PTabsProps> & Readonly<{
@@ -40,7 +40,8 @@ declare const __VLS_component: import("vue").DefineComponent<PTabsProps, void, {
40
40
  size: BreakpointCustomizable<TabsSize>;
41
41
  activeTabIndex: number;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
43
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
44
+ declare const _default: typeof __VLS_export;
44
45
  export default _default;
45
46
  type __VLS_WithSlots<T, S> = T & {
46
47
  new (): {
@@ -1,5 +1,5 @@
1
- import { defineComponent as f, ref as i, inject as l, onMounted as u, onUpdated as h, watch as C, openBlock as g, createBlock as _, resolveDynamicComponent as b, unref as y, withCtx as v, renderSlot as w } from "vue";
2
- import { usePrefix as x, themeInjectionKey as R, addEventListenerToElementRef as s, syncProperties as m } from "../../utils.mjs";
1
+ import { defineComponent as f, ref as i, inject as l, onMounted as u, onUpdated as h, watch as C, createBlock as g, openBlock as _, resolveDynamicComponent as b, unref as y, withCtx as v, renderSlot as w } from "vue";
2
+ import { usePrefix as x, themeInjectionKey as R, syncProperties as s, addEventListenerToElementRef as m } from "../../utils.mjs";
3
3
  const j = /* @__PURE__ */ f({
4
4
  __name: "TabsWrapper",
5
5
  props: {
@@ -12,12 +12,12 @@ const j = /* @__PURE__ */ f({
12
12
  },
13
13
  emits: ["tabChange", "update"],
14
14
  setup(p, { emit: c }) {
15
- const d = x("p-tabs"), t = p, e = i(), o = c, a = l(R), r = () => m(e, { ...t, theme: t.theme || a.value });
15
+ const d = x("p-tabs"), t = p, e = i(), o = c, a = l(R), r = () => s(e, { ...t, theme: t.theme || a.value });
16
16
  return u(() => {
17
- r(), s(e, "tabChange", o), s(e, "update", o);
17
+ r(), m(e, "tabChange", o), m(e, "update", o);
18
18
  }), h(r), C(a, (n) => {
19
- m(e, { theme: t.theme || n });
20
- }), (n, T) => (g(), _(b(y(d)), {
19
+ s(e, { theme: t.theme || n });
20
+ }), (n, T) => (_(), g(b(y(d)), {
21
21
  ref_key: "pdsComponentRef",
22
22
  ref: e
23
23
  }, {
@@ -21,10 +21,11 @@ declare var __VLS_8: {};
21
21
  type __VLS_Slots = {} & {
22
22
  default?: (props: typeof __VLS_8) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<PTagDismissibleProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTagDismissibleProps> & Readonly<{}>, {
24
+ declare const __VLS_base: import("vue").DefineComponent<PTagDismissibleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTagDismissibleProps> & Readonly<{}>, {
25
25
  color: TagDismissibleColor;
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
29
30
  type __VLS_WithSlots<T, S> = T & {
30
31
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as m, inject as f, onMounted as i, onUpdated as l, watch as d, openBlock as u, createBlock as h, resolveDynamicComponent as _, unref as C, withCtx as b, renderSlot as y } from "vue";
1
+ import { defineComponent as c, ref as m, inject as f, onMounted as i, onUpdated as l, watch as d, createBlock as u, openBlock as h, resolveDynamicComponent as _, unref as C, withCtx as b, renderSlot as y } from "vue";
2
2
  import { usePrefix as g, themeInjectionKey as k, syncProperties as s } from "../../utils.mjs";
3
3
  const R = /* @__PURE__ */ c({
4
4
  __name: "TagDismissibleWrapper",
@@ -12,7 +12,7 @@ const R = /* @__PURE__ */ c({
12
12
  const p = g("p-tag-dismissible"), e = a, t = m(), n = f(k), r = () => s(t, { ...e, theme: e.theme || n.value });
13
13
  return i(r), l(r), d(n, (o) => {
14
14
  s(t, { theme: e.theme || o });
15
- }), (o, w) => (u(), h(_(C(p)), {
15
+ }), (o, w) => (h(), u(_(C(p)), {
16
16
  ref_key: "pdsComponentRef",
17
17
  ref: t
18
18
  }, {
@@ -25,11 +25,12 @@ declare var __VLS_8: {};
25
25
  type __VLS_Slots = {} & {
26
26
  default?: (props: typeof __VLS_8) => any;
27
27
  };
28
- declare const __VLS_component: import("vue").DefineComponent<PTagProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTagProps> & Readonly<{}>, {
28
+ declare const __VLS_base: import("vue").DefineComponent<PTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTagProps> & Readonly<{}>, {
29
29
  compact: boolean;
30
30
  color: TagColor;
31
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
33
34
  export default _default;
34
35
  type __VLS_WithSlots<T, S> = T & {
35
36
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as s, ref as m, inject as f, onMounted as u, onUpdated as l, watch as d, openBlock as i, createBlock as h, resolveDynamicComponent as _, unref as y, withCtx as C, renderSlot as g } from "vue";
1
+ import { defineComponent as s, ref as m, inject as f, onMounted as u, onUpdated as l, watch as d, createBlock as i, openBlock as h, resolveDynamicComponent as _, unref as y, withCtx as C, renderSlot as g } from "vue";
2
2
  import { usePrefix as k, themeInjectionKey as w, syncProperties as c } from "../../utils.mjs";
3
3
  const R = /* @__PURE__ */ s({
4
4
  __name: "TagWrapper",
@@ -13,7 +13,7 @@ const R = /* @__PURE__ */ s({
13
13
  const a = k("p-tag"), e = p, o = m(), n = f(w), r = () => c(o, { ...e, theme: e.theme || n.value });
14
14
  return u(r), l(r), d(n, (t) => {
15
15
  c(o, { theme: e.theme || t });
16
- }), (t, x) => (i(), h(_(y(a)), {
16
+ }), (t, x) => (h(), i(_(y(a)), {
17
17
  ref_key: "pdsComponentRef",
18
18
  ref: o
19
19
  }, {
@@ -61,9 +61,7 @@ declare var __VLS_8: {};
61
61
  type __VLS_Slots = {} & {
62
62
  default?: (props: typeof __VLS_8) => any;
63
63
  };
64
- declare const __VLS_component: import("vue").DefineComponent<PTextFieldWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
- [x: string]: any;
66
- } & {
64
+ declare const __VLS_base: import("vue").DefineComponent<PTextFieldWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
67
65
  [x: string]: any;
68
66
  }, string, import("vue").PublicProps, Readonly<PTextFieldWrapperProps> & Readonly<{
69
67
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
@@ -80,8 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<PTextFieldWrapperPr
80
78
  unit: string;
81
79
  unitPosition: TextFieldWrapperUnitPosition;
82
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
81
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
83
82
  /** @deprecated since v3.29.0, will be removed with next major release. Please use one of the specific input components instead: `p-input-date`, `p-input-email`, `p-input-number`, `p-input-password`, `p-input-search`, `p-input-tel`, `p-input-text`, `p-input-time` or `p-input-url`. */
84
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
83
+ declare const _default: typeof __VLS_export;
85
84
  export default _default;
86
85
  type __VLS_WithSlots<T, S> = T & {
87
86
  new (): {
@@ -1,12 +1,12 @@
1
- import { defineComponent as i, ref as u, inject as d, onMounted as c, onUpdated as m, watch as h, openBlock as y, createBlock as C, resolveDynamicComponent as w, unref as B, withCtx as _, renderSlot as x } from "vue";
2
- import { usePrefix as g, themeInjectionKey as P, addEventListenerToElementRef as b, syncProperties as r } from "../../utils.mjs";
3
- const v = /* @__PURE__ */ i({
1
+ import { defineComponent as i, ref as u, inject as d, onMounted as c, onUpdated as m, watch as h, createBlock as y, openBlock as B, resolveDynamicComponent as C, unref as w, withCtx as _, renderSlot as x } from "vue";
2
+ import { usePrefix as b, themeInjectionKey as g, syncProperties as r, addEventListenerToElementRef as P } from "../../utils.mjs";
3
+ const k = /* @__PURE__ */ i({
4
4
  __name: "TextFieldWrapperWrapper",
5
5
  props: {
6
6
  actionIcon: {},
7
7
  actionLoading: { type: Boolean, default: !1 },
8
8
  description: { default: "" },
9
- hideLabel: { default: !1 },
9
+ hideLabel: { type: [Boolean, Object], default: !1 },
10
10
  label: { default: "" },
11
11
  message: { default: "" },
12
12
  showCharacterCount: { type: Boolean },
@@ -20,12 +20,12 @@ const v = /* @__PURE__ */ i({
20
20
  },
21
21
  emits: ["action"],
22
22
  setup(s, { emit: l }) {
23
- const p = g("p-text-field-wrapper"), t = s, e = u(), f = l, n = d(P), a = () => r(e, { ...t, theme: t.theme || n.value });
23
+ const p = b("p-text-field-wrapper"), t = s, e = u(), f = l, n = d(g), a = () => r(e, { ...t, theme: t.theme || n.value });
24
24
  return c(() => {
25
- a(), b(e, "action", f);
25
+ a(), P(e, "action", f);
26
26
  }), m(a), h(n, (o) => {
27
27
  r(e, { theme: t.theme || o });
28
- }), (o, R) => (y(), C(w(B(p)), {
28
+ }), (o, R) => (B(), y(C(w(p)), {
29
29
  ref_key: "pdsComponentRef",
30
30
  ref: e
31
31
  }, {
@@ -37,5 +37,5 @@ const v = /* @__PURE__ */ i({
37
37
  }
38
38
  });
39
39
  export {
40
- v as default
40
+ k as default
41
41
  };
@@ -2,8 +2,9 @@ declare var __VLS_7: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_7) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1,10 +1,10 @@
1
- import { defineComponent as o, openBlock as n, createBlock as r, resolveDynamicComponent as p, unref as m, withCtx as s, renderSlot as a } from "vue";
1
+ import { defineComponent as o, createBlock as n, openBlock as r, resolveDynamicComponent as p, unref as m, withCtx as s, renderSlot as a } from "vue";
2
2
  import { usePrefix as l } from "../../utils.mjs";
3
3
  const _ = /* @__PURE__ */ o({
4
4
  __name: "TextListItemWrapper",
5
5
  setup(i) {
6
6
  const e = l("p-text-list-item");
7
- return (t, c) => (n(), r(p(m(e)), null, {
7
+ return (t, c) => (r(), n(p(m(e)), null, {
8
8
  default: s(() => [
9
9
  a(t.$slots, "default")
10
10
  ]),
@@ -21,10 +21,11 @@ declare var __VLS_8: {};
21
21
  type __VLS_Slots = {} & {
22
22
  default?: (props: typeof __VLS_8) => any;
23
23
  };
24
- declare const __VLS_component: import("vue").DefineComponent<PTextListProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextListProps> & Readonly<{}>, {
24
+ declare const __VLS_base: import("vue").DefineComponent<PTextListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextListProps> & Readonly<{}>, {
25
25
  type: TextListType;
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
29
30
  type __VLS_WithSlots<T, S> = T & {
30
31
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as f, inject as a, onMounted as d, onUpdated as i, watch as l, openBlock as u, createBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as x } from "vue";
1
+ import { defineComponent as c, ref as f, inject as a, onMounted as d, onUpdated as i, watch as l, createBlock as u, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as x } from "vue";
2
2
  import { usePrefix as T, themeInjectionKey as k, syncProperties as p } from "../../utils.mjs";
3
3
  const j = /* @__PURE__ */ c({
4
4
  __name: "TextListWrapper",
@@ -12,7 +12,7 @@ const j = /* @__PURE__ */ c({
12
12
  const m = T("p-text-list"), e = s, t = f(), n = a(k), r = () => p(t, { ...e, theme: e.theme || n.value });
13
13
  return d(r), i(r), l(n, (o) => {
14
14
  p(t, { theme: e.theme || o });
15
- }), (o, w) => (u(), h(y(_(m)), {
15
+ }), (o, w) => (h(), u(y(_(m)), {
16
16
  ref_key: "pdsComponentRef",
17
17
  ref: t
18
18
  }, {
@@ -33,7 +33,7 @@ declare var __VLS_8: {};
33
33
  type __VLS_Slots = {} & {
34
34
  default?: (props: typeof __VLS_8) => any;
35
35
  };
36
- declare const __VLS_component: import("vue").DefineComponent<PTextProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextProps> & Readonly<{}>, {
36
+ declare const __VLS_base: import("vue").DefineComponent<PTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextProps> & Readonly<{}>, {
37
37
  weight: TextWeight;
38
38
  size: BreakpointCustomizable<TextSize>;
39
39
  tag: TextTag;
@@ -41,7 +41,8 @@ declare const __VLS_component: import("vue").DefineComponent<PTextProps, void, {
41
41
  color: TextColor;
42
42
  ellipsis: boolean;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
+ declare const _default: typeof __VLS_export;
45
46
  export default _default;
46
47
  type __VLS_WithSlots<T, S> = T & {
47
48
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, ref as f, inject as m, onMounted as c, onUpdated as u, watch as d, openBlock as i, createBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as g } from "vue";
1
+ import { defineComponent as l, ref as f, inject as m, onMounted as c, onUpdated as u, watch as d, createBlock as i, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as g } from "vue";
2
2
  import { usePrefix as x, themeInjectionKey as w, syncProperties as a } from "../../utils.mjs";
3
3
  const R = /* @__PURE__ */ l({
4
4
  __name: "TextWrapper",
@@ -15,7 +15,7 @@ const R = /* @__PURE__ */ l({
15
15
  const p = x("p-text"), e = s, t = f(), n = m(w), r = () => a(t, { ...e, theme: e.theme || n.value });
16
16
  return c(r), u(r), d(n, (o) => {
17
17
  a(t, { theme: e.theme || o });
18
- }), (o, k) => (i(), h(y(_(p)), {
18
+ }), (o, k) => (h(), i(y(_(p)), {
19
19
  ref_key: "pdsComponentRef",
20
20
  ref: t
21
21
  }, {
@@ -89,18 +89,21 @@ declare var __VLS_8: {};
89
89
  type __VLS_Slots = {} & {
90
90
  default?: (props: typeof __VLS_8) => any;
91
91
  };
92
- declare const __VLS_component: import("vue").DefineComponent<PTextareaProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
92
+ declare const __VLS_base: import("vue").DefineComponent<PTextareaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
93
93
  blur: (value: Event) => any;
94
94
  change: (value: Event) => any;
95
95
  input: (value: InputEvent) => any;
96
+ "update:value": (value: string) => any;
96
97
  }, string, import("vue").PublicProps, Readonly<PTextareaProps> & Readonly<{
97
98
  onBlur?: ((value: Event) => any) | undefined;
98
99
  onChange?: ((value: Event) => any) | undefined;
99
100
  onInput?: ((value: InputEvent) => any) | undefined;
101
+ "onUpdate:value"?: ((value: string) => any) | undefined;
100
102
  }>, {
101
103
  wrap: TextareaWrap;
102
104
  resize: TextareaResize;
103
105
  label: string;
106
+ placeholder: string;
104
107
  description: string;
105
108
  state: TextareaState;
106
109
  required: boolean;
@@ -109,11 +112,11 @@ declare const __VLS_component: import("vue").DefineComponent<PTextareaProps, voi
109
112
  value: string;
110
113
  message: string;
111
114
  readOnly: boolean;
112
- placeholder: string;
113
115
  counter: boolean;
114
116
  rows: number;
115
117
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
118
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
119
+ declare const _default: typeof __VLS_export;
117
120
  export default _default;
118
121
  type __VLS_WithSlots<T, S> = T & {
119
122
  new (): {
@@ -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 C, createBlock as B, resolveDynamicComponent as _, unref as b, withCtx as g, renderSlot as x } from "vue";
2
- import { usePrefix as v, themeInjectionKey as w, addEventListenerToElementRef as n, syncProperties as s } from "../../utils.mjs";
3
- const P = /* @__PURE__ */ u({
1
+ import { defineComponent as d, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, createBlock as v, openBlock as B, resolveDynamicComponent as C, unref as b, withCtx as g, renderSlot as _ } from "vue";
2
+ import { usePrefix as x, themeInjectionKey as w, syncProperties as s, addEventListenerToElementRef as n } from "../../utils.mjs";
3
+ const j = /* @__PURE__ */ d({
4
4
  __name: "TextareaWrapper",
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
  label: { default: "" },
13
13
  maxLength: {},
14
14
  message: { default: "" },
@@ -25,24 +25,26 @@ const P = /* @__PURE__ */ u({
25
25
  value: { default: "" },
26
26
  wrap: { default: "soft" }
27
27
  },
28
- emits: ["blur", "change", "input"],
28
+ emits: ["update:value", "blur", "change", "input"],
29
29
  setup(f, { emit: p }) {
30
- const d = v("p-textarea"), t = f, e = m(), a = p, l = c(w), r = () => s(e, { ...t, theme: t.theme || l.value });
30
+ const u = x("p-textarea"), o = f, e = m(), a = p, l = c(w), r = () => s(e, { ...o, theme: o.theme || l.value });
31
31
  return i(() => {
32
- r(), n(e, "blur", a), n(e, "change", a), n(e, "input", a);
33
- }), h(r), y(l, (o) => {
34
- s(e, { theme: t.theme || o });
35
- }), (o, k) => (C(), B(_(b(d)), {
32
+ r(), n(e, "blur", a), n(e, "change", a), n(e, "input", a, (t) => {
33
+ a("update:value", t.target.value);
34
+ });
35
+ }), h(r), y(l, (t) => {
36
+ s(e, { theme: o.theme || t });
37
+ }), (t, k) => (B(), v(C(b(u)), {
36
38
  ref_key: "pdsComponentRef",
37
39
  ref: e
38
40
  }, {
39
41
  default: g(() => [
40
- x(o.$slots, "default")
42
+ _(t.$slots, "default")
41
43
  ]),
42
44
  _: 3
43
45
  }, 512));
44
46
  }
45
47
  });
46
48
  export {
47
- P as default
49
+ j as default
48
50
  };
@@ -37,7 +37,7 @@ declare var __VLS_8: {};
37
37
  type __VLS_Slots = {} & {
38
38
  default?: (props: typeof __VLS_8) => any;
39
39
  };
40
- declare const __VLS_component: import("vue").DefineComponent<PTextareaWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextareaWrapperProps> & Readonly<{}>, {
40
+ declare const __VLS_base: import("vue").DefineComponent<PTextareaWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextareaWrapperProps> & Readonly<{}>, {
41
41
  label: string;
42
42
  description: string;
43
43
  state: TextareaWrapperState;
@@ -45,8 +45,9 @@ declare const __VLS_component: import("vue").DefineComponent<PTextareaWrapperPro
45
45
  message: string;
46
46
  showCounter: boolean;
47
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
48
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
48
49
  /** @deprecated since v3.29.0, will be removed with next major release. Please use `p-textarea` instead. */
49
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
50
+ declare const _default: typeof __VLS_export;
50
51
  export default _default;
51
52
  type __VLS_WithSlots<T, S> = T & {
52
53
  new (): {
@@ -1,10 +1,10 @@
1
- import { defineComponent as f, ref as l, inject as c, onMounted as m, onUpdated as u, watch as d, openBlock as h, createBlock as i, resolveDynamicComponent as C, unref as y, withCtx as _, renderSlot as w } from "vue";
2
- import { usePrefix as x, themeInjectionKey as B, syncProperties as a } from "../../utils.mjs";
3
- const R = /* @__PURE__ */ f({
1
+ import { defineComponent as f, ref as l, inject as c, onMounted as m, onUpdated as u, watch as d, createBlock as h, openBlock as i, resolveDynamicComponent as C, unref as y, withCtx as _, renderSlot as w } from "vue";
2
+ import { usePrefix as x, themeInjectionKey as B, syncProperties as r } from "../../utils.mjs";
3
+ const P = /* @__PURE__ */ f({
4
4
  __name: "TextareaWrapperWrapper",
5
5
  props: {
6
6
  description: { default: "" },
7
- hideLabel: { default: !1 },
7
+ hideLabel: { type: [Boolean, Object], default: !1 },
8
8
  label: { default: "" },
9
9
  message: { default: "" },
10
10
  showCharacterCount: { type: Boolean },
@@ -13,10 +13,10 @@ const R = /* @__PURE__ */ f({
13
13
  theme: {}
14
14
  },
15
15
  setup(p) {
16
- const s = x("p-textarea-wrapper"), e = p, t = l(), n = c(B), r = () => a(t, { ...e, theme: e.theme || n.value });
17
- return m(r), u(r), d(n, (o) => {
18
- a(t, { theme: e.theme || o });
19
- }), (o, b) => (h(), i(C(y(s)), {
16
+ const s = x("p-textarea-wrapper"), e = p, t = l(), n = c(B), a = () => r(t, { ...e, theme: e.theme || n.value });
17
+ return m(a), u(a), d(n, (o) => {
18
+ r(t, { theme: e.theme || o });
19
+ }), (o, b) => (i(), h(C(y(s)), {
20
20
  ref_key: "pdsComponentRef",
21
21
  ref: t
22
22
  }, {
@@ -28,5 +28,5 @@ const R = /* @__PURE__ */ f({
28
28
  }
29
29
  });
30
30
  export {
31
- R as default
31
+ P as default
32
32
  };
@@ -5,5 +5,6 @@ type PToastProps = {
5
5
  */
6
6
  theme?: Theme;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<PToastProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PToastProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: import("vue").DefineComponent<PToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PToastProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, ref as a, inject as f, onMounted as h, onUpdated as i, watch as u, openBlock as d, createBlock as l, resolveDynamicComponent as _, unref as y } from "vue";
1
+ import { defineComponent as m, ref as a, inject as f, onMounted as h, onUpdated as i, watch as u, createBlock as d, openBlock as l, resolveDynamicComponent as _, unref as y } from "vue";
2
2
  import { usePrefix as C, themeInjectionKey as k, syncProperties as p } from "../../utils.mjs";
3
3
  const j = /* @__PURE__ */ m({
4
4
  __name: "ToastWrapper",
@@ -9,7 +9,7 @@ const j = /* @__PURE__ */ m({
9
9
  const c = C("p-toast"), e = s, t = a(), o = f(k), n = () => p(t, { ...e, theme: e.theme || o.value });
10
10
  return h(n), i(n), u(o, (r) => {
11
11
  p(t, { theme: e.theme || r });
12
- }), (r, x) => (d(), l(_(y(c)), {
12
+ }), (r, x) => (l(), d(_(y(c)), {
13
13
  ref_key: "pdsComponentRef",
14
14
  ref: t
15
15
  }, null, 512));
@@ -21,8 +21,9 @@ type PWordmarkProps = {
21
21
  */
22
22
  theme?: Theme;
23
23
  };
24
- declare const _default: import("vue").DefineComponent<PWordmarkProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PWordmarkProps> & Readonly<{}>, {
24
+ declare const __VLS_export: import("vue").DefineComponent<PWordmarkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PWordmarkProps> & Readonly<{}>, {
25
25
  size: WordmarkSize;
26
26
  target: WordmarkTarget;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
28
29
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, ref as c, inject as f, onMounted as l, onUpdated as d, watch as i, openBlock as u, createBlock as h, resolveDynamicComponent as _, unref as k } from "vue";
1
+ import { defineComponent as a, ref as c, inject as f, onMounted as l, onUpdated as d, watch as i, createBlock as u, openBlock as h, resolveDynamicComponent as _, unref as k } from "vue";
2
2
  import { usePrefix as y, themeInjectionKey as C, syncProperties as m } from "../../utils.mjs";
3
3
  const R = /* @__PURE__ */ a({
4
4
  __name: "WordmarkWrapper",
@@ -13,7 +13,7 @@ const R = /* @__PURE__ */ a({
13
13
  const s = y("p-wordmark"), e = p, t = c(), o = f(C), n = () => m(t, { ...e, theme: e.theme || o.value });
14
14
  return l(n), d(n), i(o, (r) => {
15
15
  m(t, { theme: e.theme || r });
16
- }), (r, w) => (u(), h(_(k(s)), {
16
+ }), (r, w) => (h(), u(_(k(s)), {
17
17
  ref_key: "pdsComponentRef",
18
18
  ref: t
19
19
  }, null, 512));
@@ -52,6 +52,8 @@ export { default as PPagination } from './PaginationWrapper.vue';
52
52
  export { default as PPinCode } from './PinCodeWrapper.vue';
53
53
  export { default as PPopover } from './PopoverWrapper.vue';
54
54
  export { default as PRadioButtonWrapper } from './RadioButtonWrapperWrapper.vue';
55
+ export { default as PRadioGroup } from './RadioGroupWrapper.vue';
56
+ export { default as PRadioGroupOption } from './RadioGroupOptionWrapper.vue';
55
57
  export { default as PScroller } from './ScrollerWrapper.vue';
56
58
  export { default as PSegmentedControl } from './SegmentedControlWrapper.vue';
57
59
  export { default as PSegmentedControlItem } from './SegmentedControlItemWrapper.vue';