@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
@@ -1,6 +1,6 @@
1
- import { defineComponent as s, ref as u, inject as p, onMounted as d, onUpdated as c, watch as i, openBlock as m, createBlock as h, resolveDynamicComponent as y, unref as B, withCtx as _, renderSlot as b } from "vue";
1
+ import { defineComponent as s, ref as p, inject as u, onMounted as d, onUpdated as c, watch as i, createBlock as m, openBlock as h, resolveDynamicComponent as y, unref as B, withCtx as b, renderSlot as _ } from "vue";
2
2
  import { usePrefix as g, themeInjectionKey as C, syncProperties as l } from "../../utils.mjs";
3
- const k = /* @__PURE__ */ s({
3
+ const P = /* @__PURE__ */ s({
4
4
  __name: "ButtonPureWrapper",
5
5
  props: {
6
6
  active: { type: Boolean, default: !1 },
@@ -8,13 +8,13 @@ const k = /* @__PURE__ */ s({
8
8
  aria: {},
9
9
  disabled: { type: Boolean, default: !1 },
10
10
  form: {},
11
- hideLabel: { default: !1 },
11
+ hideLabel: { type: [Boolean, Object], default: !1 },
12
12
  icon: { default: "arrow-right" },
13
13
  iconSource: {},
14
14
  loading: { type: Boolean, default: !1 },
15
15
  name: {},
16
16
  size: { default: "small" },
17
- stretch: { default: !1 },
17
+ stretch: { type: [Boolean, Object], default: !1 },
18
18
  theme: {},
19
19
  type: { default: "submit" },
20
20
  underline: { type: Boolean, default: !1 },
@@ -22,20 +22,20 @@ const k = /* @__PURE__ */ s({
22
22
  weight: { default: "regular" }
23
23
  },
24
24
  setup(r) {
25
- const f = g("p-button-pure"), e = r, t = u(), a = p(C), n = () => l(t, { ...e, theme: e.theme || a.value });
25
+ const f = g("p-button-pure"), e = r, t = p(), a = u(C), n = () => l(t, { ...e, theme: e.theme || a.value });
26
26
  return d(n), c(n), i(a, (o) => {
27
27
  l(t, { theme: e.theme || o });
28
- }), (o, w) => (m(), h(y(B(f)), {
28
+ }), (o, w) => (h(), m(y(B(f)), {
29
29
  ref_key: "pdsComponentRef",
30
30
  ref: t
31
31
  }, {
32
- default: _(() => [
33
- b(o.$slots, "default")
32
+ default: b(() => [
33
+ _(o.$slots, "default")
34
34
  ]),
35
35
  _: 3
36
36
  }, 512));
37
37
  }
38
38
  });
39
39
  export {
40
- k as default
40
+ P as default
41
41
  };
@@ -65,7 +65,7 @@ declare var __VLS_8: {};
65
65
  type __VLS_Slots = {} & {
66
66
  default?: (props: typeof __VLS_8) => any;
67
67
  };
68
- declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
68
+ declare const __VLS_base: import("vue").DefineComponent<PButtonTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
69
69
  weight: BreakpointCustomizable<ButtonTileWeight>;
70
70
  type: ButtonTileType;
71
71
  compact: BreakpointCustomizable<boolean>;
@@ -78,7 +78,8 @@ declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, v
78
78
  background: ButtonTileBackground;
79
79
  gradient: boolean;
80
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
81
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
81
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
82
+ declare const _default: typeof __VLS_export;
82
83
  export default _default;
83
84
  type __VLS_WithSlots<T, S> = T & {
84
85
  new (): {
@@ -1,5 +1,5 @@
1
- import { defineComponent as r, ref as d, onMounted as p, onUpdated as s, openBlock as f, createBlock as u, resolveDynamicComponent as i, unref as c, withCtx as m, renderSlot as b } from "vue";
2
- import { usePrefix as y, syncProperties as _ } from "../../utils.mjs";
1
+ import { defineComponent as r, ref as d, onMounted as p, onUpdated as s, createBlock as f, openBlock as u, resolveDynamicComponent as i, unref as c, withCtx as m, renderSlot as b } from "vue";
2
+ import { usePrefix as y, syncProperties as B } from "../../utils.mjs";
3
3
  const k = /* @__PURE__ */ r({
4
4
  __name: "ButtonTileWrapper",
5
5
  props: {
@@ -7,7 +7,7 @@ const k = /* @__PURE__ */ r({
7
7
  aria: {},
8
8
  aspectRatio: { default: "4/3" },
9
9
  background: { default: "dark" },
10
- compact: { default: !1 },
10
+ compact: { type: [Boolean, Object], default: !1 },
11
11
  description: {},
12
12
  disabled: { type: Boolean, default: !1 },
13
13
  gradient: { type: Boolean, default: !0 },
@@ -20,8 +20,8 @@ const k = /* @__PURE__ */ r({
20
20
  weight: { default: "semi-bold" }
21
21
  },
22
22
  setup(o) {
23
- const n = y("p-button-tile"), a = o, e = d(), t = () => _(e, a);
24
- return p(t), s(t), (l, g) => (f(), u(i(c(n)), {
23
+ const n = y("p-button-tile"), a = o, e = d(), t = () => B(e, a);
24
+ return p(t), s(t), (l, _) => (u(), f(i(c(n)), {
25
25
  ref_key: "pdsComponentRef",
26
26
  ref: e
27
27
  }, {
@@ -57,7 +57,7 @@ declare var __VLS_8: {};
57
57
  type __VLS_Slots = {} & {
58
58
  default?: (props: typeof __VLS_8) => any;
59
59
  };
60
- declare const __VLS_component: import("vue").DefineComponent<PButtonProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
60
+ declare const __VLS_base: import("vue").DefineComponent<PButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
61
61
  type: ButtonType;
62
62
  compact: BreakpointCustomizable<boolean>;
63
63
  disabled: boolean;
@@ -66,7 +66,8 @@ declare const __VLS_component: import("vue").DefineComponent<PButtonProps, void,
66
66
  loading: boolean;
67
67
  variant: ButtonVariant;
68
68
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
69
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
69
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
70
+ declare const _default: typeof __VLS_export;
70
71
  export default _default;
71
72
  type __VLS_WithSlots<T, S> = T & {
72
73
  new (): {
@@ -1,13 +1,13 @@
1
- import { defineComponent as s, ref as l, 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 b } from "vue";
2
- import { usePrefix as B, themeInjectionKey as v, syncProperties as r } from "../../utils.mjs";
3
- const P = /* @__PURE__ */ s({
1
+ import { defineComponent as f, ref as s, inject as c, onMounted as m, onUpdated as u, watch as d, createBlock as i, openBlock as h, resolveDynamicComponent as y, unref as b, withCtx as B, renderSlot as _ } from "vue";
2
+ import { usePrefix as C, themeInjectionKey as j, syncProperties as r } from "../../utils.mjs";
3
+ const x = /* @__PURE__ */ f({
4
4
  __name: "ButtonWrapper",
5
5
  props: {
6
6
  aria: {},
7
- compact: { default: !1 },
7
+ compact: { type: [Boolean, Object], default: !1 },
8
8
  disabled: { type: Boolean, default: !1 },
9
9
  form: {},
10
- hideLabel: { default: !1 },
10
+ hideLabel: { type: [Boolean, Object], default: !1 },
11
11
  icon: { default: "none" },
12
12
  iconSource: {},
13
13
  loading: { type: Boolean, default: !1 },
@@ -17,21 +17,21 @@ const P = /* @__PURE__ */ s({
17
17
  value: {},
18
18
  variant: { default: "primary" }
19
19
  },
20
- setup(f) {
21
- const p = B("p-button"), e = f, t = l(), n = m(v), a = () => r(t, { ...e, theme: e.theme || n.value });
22
- return c(a), u(a), d(n, (o) => {
20
+ setup(p) {
21
+ const l = C("p-button"), e = p, t = s(), n = c(j), a = () => r(t, { ...e, theme: e.theme || n.value });
22
+ return m(a), u(a), d(n, (o) => {
23
23
  r(t, { theme: e.theme || o });
24
- }), (o, k) => (i(), h(y(_(p)), {
24
+ }), (o, v) => (h(), i(y(b(l)), {
25
25
  ref_key: "pdsComponentRef",
26
26
  ref: t
27
27
  }, {
28
- default: C(() => [
29
- b(o.$slots, "default")
28
+ default: B(() => [
29
+ _(o.$slots, "default")
30
30
  ]),
31
31
  _: 3
32
32
  }, 512));
33
33
  }
34
34
  });
35
35
  export {
36
- P as default
36
+ x as default
37
37
  };
@@ -14,9 +14,7 @@ declare var __VLS_8: {};
14
14
  type __VLS_Slots = {} & {
15
15
  default?: (props: typeof __VLS_8) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- [x: string]: any;
19
- } & {
17
+ declare const __VLS_base: import("vue").DefineComponent<PCanvasProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
18
  [x: string]: any;
21
19
  }, string, import("vue").PublicProps, Readonly<PCanvasProps> & Readonly<{
22
20
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
@@ -24,7 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, void,
24
22
  sidebarEndOpen: boolean;
25
23
  sidebarStartOpen: boolean;
26
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
28
27
  export default _default;
29
28
  type __VLS_WithSlots<T, S> = T & {
30
29
  new (): {
@@ -1,5 +1,5 @@
1
- import { defineComponent as c, ref as f, inject as l, onMounted as u, onUpdated as h, watch as b, openBlock as y, createBlock as C, resolveDynamicComponent as _, unref as v, withCtx as E, renderSlot as B } from "vue";
2
- import { usePrefix as R, themeInjectionKey as S, addEventListenerToElementRef as r, syncProperties as p } from "../../utils.mjs";
1
+ import { defineComponent as c, ref as f, inject as l, onMounted as u, onUpdated as h, watch as b, createBlock as y, openBlock as C, resolveDynamicComponent as _, unref as v, withCtx as E, renderSlot as B } from "vue";
2
+ import { usePrefix as R, themeInjectionKey as S, syncProperties as r, addEventListenerToElementRef as p } from "../../utils.mjs";
3
3
  const D = /* @__PURE__ */ c({
4
4
  __name: "CanvasWrapper",
5
5
  props: {
@@ -9,12 +9,12 @@ const D = /* @__PURE__ */ c({
9
9
  },
10
10
  emits: ["sidebarEndDismiss", "sidebarStartUpdate"],
11
11
  setup(d, { emit: m }) {
12
- const i = R("p-canvas"), t = d, e = f(), o = m, s = l(S), a = () => p(e, { ...t, theme: t.theme || s.value });
12
+ const i = R("p-canvas"), t = d, e = f(), o = m, s = l(S), a = () => r(e, { ...t, theme: t.theme || s.value });
13
13
  return u(() => {
14
- a(), r(e, "sidebarEndDismiss", o), r(e, "sidebarStartUpdate", o);
14
+ a(), p(e, "sidebarEndDismiss", o), p(e, "sidebarStartUpdate", o);
15
15
  }), h(a), b(s, (n) => {
16
- p(e, { theme: t.theme || n });
17
- }), (n, k) => (y(), C(_(v(i)), {
16
+ r(e, { theme: t.theme || n });
17
+ }), (n, k) => (C(), y(_(v(i)), {
18
18
  ref_key: "pdsComponentRef",
19
19
  ref: e
20
20
  }, {
@@ -82,7 +82,7 @@ declare var __VLS_8: {};
82
82
  type __VLS_Slots = {} & {
83
83
  default?: (props: typeof __VLS_8) => any;
84
84
  };
85
- declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
85
+ declare const __VLS_base: import("vue").DefineComponent<PCarouselProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
86
86
  update: (value: import("../types").CarouselUpdateEvent) => any;
87
87
  carouselChange: (value: import("../types").CarouselUpdateEvent) => any;
88
88
  }, string, import("vue").PublicProps, Readonly<PCarouselProps> & Readonly<{
@@ -101,7 +101,8 @@ declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, voi
101
101
  slidesPerPage: BreakpointCustomizable<CarouselSlidesPerPage>;
102
102
  trimSpace: boolean;
103
103
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
104
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
104
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
105
+ declare const _default: typeof __VLS_export;
105
106
  export default _default;
106
107
  type __VLS_WithSlots<T, S> = T & {
107
108
  new (): {
@@ -1,6 +1,6 @@
1
- import { defineComponent as u, ref as f, inject as c, onMounted as m, onUpdated as h, watch as g, openBlock as C, createBlock as y, resolveDynamicComponent as _, unref as w, withCtx as B, renderSlot as P } from "vue";
2
- import { usePrefix as k, themeInjectionKey as x, addEventListenerToElementRef as l, syncProperties as i } from "../../utils.mjs";
3
- const b = /* @__PURE__ */ u({
1
+ import { defineComponent as u, ref as c, inject as f, onMounted as m, onUpdated as h, watch as g, createBlock as C, openBlock as y, resolveDynamicComponent as B, unref as _, withCtx as w, renderSlot as P } from "vue";
2
+ import { usePrefix as b, themeInjectionKey as k, syncProperties as l, addEventListenerToElementRef as i } from "../../utils.mjs";
3
+ const v = /* @__PURE__ */ u({
4
4
  __name: "CarouselWrapper",
5
5
  props: {
6
6
  activeSlideIndex: { default: 0 },
@@ -8,13 +8,13 @@ const b = /* @__PURE__ */ u({
8
8
  alignHeader: { default: "start" },
9
9
  aria: {},
10
10
  description: {},
11
- disablePagination: {},
11
+ disablePagination: { type: [Boolean, Object] },
12
12
  focusOnCenterSlide: { type: Boolean, default: !1 },
13
13
  gradientColor: { default: "none" },
14
14
  heading: {},
15
15
  headingSize: { default: "x-large" },
16
16
  intl: {},
17
- pagination: { default: !0 },
17
+ pagination: { type: [Boolean, Object], default: !0 },
18
18
  rewind: { type: Boolean, default: !0 },
19
19
  skipLinkTarget: {},
20
20
  slidesPerPage: { default: 1 },
@@ -25,16 +25,16 @@ const b = /* @__PURE__ */ u({
25
25
  },
26
26
  emits: ["carouselChange", "update"],
27
27
  setup(s, { emit: d }) {
28
- const p = k("p-carousel"), t = s, e = f(), a = d, o = c(x), r = () => i(e, { ...t, theme: t.theme || o.value });
28
+ const p = b("p-carousel"), t = s, e = c(), o = d, a = f(k), r = () => l(e, { ...t, theme: t.theme || a.value });
29
29
  return m(() => {
30
- r(), l(e, "carouselChange", a), l(e, "update", a);
31
- }), h(r), g(o, (n) => {
32
- i(e, { theme: t.theme || n });
33
- }), (n, S) => (C(), y(_(w(p)), {
30
+ r(), i(e, "carouselChange", o), i(e, "update", o);
31
+ }), h(r), g(a, (n) => {
32
+ l(e, { theme: t.theme || n });
33
+ }), (n, x) => (y(), C(B(_(p)), {
34
34
  ref_key: "pdsComponentRef",
35
35
  ref: e
36
36
  }, {
37
- default: B(() => [
37
+ default: w(() => [
38
38
  P(n.$slots, "default")
39
39
  ]),
40
40
  _: 3
@@ -42,5 +42,5 @@ const b = /* @__PURE__ */ u({
42
42
  }
43
43
  });
44
44
  export {
45
- b as default
45
+ v as default
46
46
  };
@@ -5,7 +5,7 @@ type PCheckboxProps = {
5
5
  */
6
6
  checked?: boolean;
7
7
  /**
8
- * Displays as compact version.
8
+ * Displays as a compact version.
9
9
  */
10
10
  compact?: boolean;
11
11
  /**
@@ -17,7 +17,7 @@ type PCheckboxProps = {
17
17
  */
18
18
  form?: string;
19
19
  /**
20
- * Show or hide label. For better accessibility it's recommended to show the label.
20
+ * Show or hide label. For better accessibility, it's recommended to show the label.
21
21
  */
22
22
  hideLabel?: BreakpointCustomizable<boolean>;
23
23
  /**
@@ -61,12 +61,16 @@ 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<PCheckboxProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
64
+ declare const __VLS_base: import("vue").DefineComponent<PCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
65
  blur: (value: Event) => any;
66
+ change: (value: Event) => any;
66
67
  update: (value: CheckboxUpdateEventDetail) => any;
68
+ "update:checked": (value: boolean) => any;
67
69
  }, string, import("vue").PublicProps, Readonly<PCheckboxProps> & Readonly<{
68
70
  onBlur?: ((value: Event) => any) | undefined;
71
+ onChange?: ((value: Event) => any) | undefined;
69
72
  onUpdate?: ((value: CheckboxUpdateEventDetail) => any) | undefined;
73
+ "onUpdate:checked"?: ((value: boolean) => any) | undefined;
70
74
  }>, {
71
75
  label: string;
72
76
  compact: boolean;
@@ -81,7 +85,8 @@ declare const __VLS_component: import("vue").DefineComponent<PCheckboxProps, voi
81
85
  indeterminate: boolean;
82
86
  message: string;
83
87
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
84
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
88
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
89
+ declare const _default: typeof __VLS_export;
85
90
  export default _default;
86
91
  type __VLS_WithSlots<T, S> = T & {
87
92
  new (): {
@@ -1,13 +1,13 @@
1
- import { defineComponent as m, ref as u, 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 k, renderSlot as x } from "vue";
2
- import { usePrefix as v, themeInjectionKey as R, addEventListenerToElementRef as f, syncProperties as s } from "../../utils.mjs";
3
- const j = /* @__PURE__ */ m({
1
+ import { defineComponent as r, ref as u, inject as m, onMounted as i, onUpdated as h, watch as y, createBlock as b, openBlock as k, resolveDynamicComponent as B, unref as C, withCtx as _, renderSlot as g } from "vue";
2
+ import { usePrefix as x, themeInjectionKey as v, syncProperties as f, addEventListenerToElementRef as n } from "../../utils.mjs";
3
+ const P = /* @__PURE__ */ r({
4
4
  __name: "CheckboxWrapper",
5
5
  props: {
6
6
  checked: { type: Boolean, default: !1 },
7
7
  compact: { type: Boolean, default: !1 },
8
8
  disabled: { type: Boolean, default: !1 },
9
9
  form: {},
10
- hideLabel: { default: !1 },
10
+ hideLabel: { type: [Boolean, Object], default: !1 },
11
11
  indeterminate: { type: Boolean, default: !1 },
12
12
  label: { default: "" },
13
13
  loading: { type: Boolean, default: !1 },
@@ -18,24 +18,26 @@ const j = /* @__PURE__ */ m({
18
18
  theme: {},
19
19
  value: { default: "on" }
20
20
  },
21
- emits: ["blur", "update"],
22
- setup(d, { emit: r }) {
23
- const p = v("p-checkbox"), t = d, e = u(), a = r, n = c(R), l = () => s(e, { ...t, theme: t.theme || n.value });
21
+ emits: ["update:checked", "blur", "change", "update"],
22
+ setup(c, { emit: s }) {
23
+ const p = x("p-checkbox"), o = c, e = u(), a = s, l = m(v), d = () => f(e, { ...o, theme: o.theme || l.value });
24
24
  return i(() => {
25
- l(), f(e, "blur", a), f(e, "update", a);
26
- }), h(l), y(n, (o) => {
27
- s(e, { theme: t.theme || o });
28
- }), (o, g) => (b(), B(C(_(p)), {
25
+ d(), n(e, "blur", a), n(e, "change", a, (t) => {
26
+ a("update:checked", t.target.checked);
27
+ }), n(e, "update", a);
28
+ }), h(d), y(l, (t) => {
29
+ f(e, { theme: o.theme || t });
30
+ }), (t, R) => (k(), b(B(C(p)), {
29
31
  ref_key: "pdsComponentRef",
30
32
  ref: e
31
33
  }, {
32
- default: k(() => [
33
- x(o.$slots, "default")
34
+ default: _(() => [
35
+ g(t.$slots, "default")
34
36
  ]),
35
37
  _: 3
36
38
  }, 512));
37
39
  }
38
40
  });
39
41
  export {
40
- j as default
42
+ P as default
41
43
  };
@@ -29,15 +29,16 @@ 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<PCheckboxWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCheckboxWrapperProps> & Readonly<{}>, {
32
+ declare const __VLS_base: import("vue").DefineComponent<PCheckboxWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCheckboxWrapperProps> & Readonly<{}>, {
33
33
  label: string;
34
34
  state: CheckboxWrapperState;
35
35
  hideLabel: BreakpointCustomizable<boolean>;
36
36
  loading: boolean;
37
37
  message: string;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
39
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
40
  /** @deprecated since v3.29.0, will be removed with next major release. Please use `p-checkbox` instead. */
40
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
41
42
  export default _default;
42
43
  type __VLS_WithSlots<T, S> = T & {
43
44
  new (): {
@@ -1,9 +1,9 @@
1
- import { defineComponent as f, ref as c, inject as l, onMounted as m, onUpdated as d, watch as u, openBlock as h, createBlock as i, resolveDynamicComponent as C, unref as _, withCtx as y, renderSlot as b } from "vue";
1
+ import { defineComponent as c, ref as f, inject as l, onMounted as m, onUpdated as d, watch as u, createBlock as h, openBlock as i, resolveDynamicComponent as y, unref as C, withCtx as _, renderSlot as b } from "vue";
2
2
  import { usePrefix as k, themeInjectionKey as x, syncProperties as r } from "../../utils.mjs";
3
- const P = /* @__PURE__ */ f({
3
+ const j = /* @__PURE__ */ c({
4
4
  __name: "CheckboxWrapperWrapper",
5
5
  props: {
6
- hideLabel: { default: !1 },
6
+ hideLabel: { type: [Boolean, Object], default: !1 },
7
7
  label: { default: "" },
8
8
  loading: { type: Boolean, default: !1 },
9
9
  message: { default: "" },
@@ -11,14 +11,14 @@ const P = /* @__PURE__ */ f({
11
11
  theme: {}
12
12
  },
13
13
  setup(p) {
14
- const s = k("p-checkbox-wrapper"), e = p, t = c(), n = l(x), a = () => r(t, { ...e, theme: e.theme || n.value });
14
+ const s = k("p-checkbox-wrapper"), e = p, t = f(), n = l(x), a = () => r(t, { ...e, theme: e.theme || n.value });
15
15
  return m(a), d(a), u(n, (o) => {
16
16
  r(t, { theme: e.theme || o });
17
- }), (o, w) => (h(), i(C(_(s)), {
17
+ }), (o, w) => (i(), h(y(C(s)), {
18
18
  ref_key: "pdsComponentRef",
19
19
  ref: t
20
20
  }, {
21
- default: y(() => [
21
+ default: _(() => [
22
22
  b(o.$slots, "default")
23
23
  ]),
24
24
  _: 3
@@ -26,5 +26,5 @@ const P = /* @__PURE__ */ f({
26
26
  }
27
27
  });
28
28
  export {
29
- P as default
29
+ j as default
30
30
  };
@@ -19,12 +19,13 @@ declare var __VLS_8: {};
19
19
  type __VLS_Slots = {} & {
20
20
  default?: (props: typeof __VLS_8) => any;
21
21
  };
22
- declare const __VLS_component: import("vue").DefineComponent<PContentWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PContentWrapperProps> & Readonly<{}>, {
22
+ declare const __VLS_base: import("vue").DefineComponent<PContentWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PContentWrapperProps> & Readonly<{}>, {
23
23
  width: ContentWrapperWidth;
24
24
  backgroundColor: ContentWrapperBackgroundColor;
25
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
27
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
27
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __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 d, onUpdated as u, watch as l, openBlock as h, createBlock as i, resolveDynamicComponent as C, unref as _, withCtx as w, renderSlot as y } from "vue";
1
+ import { defineComponent as c, ref as m, inject as f, onMounted as d, onUpdated as u, watch as l, createBlock as h, openBlock as i, resolveDynamicComponent as C, unref as _, withCtx as w, renderSlot as y } from "vue";
2
2
  import { usePrefix as k, themeInjectionKey as x, syncProperties as p } from "../../utils.mjs";
3
3
  const g = /* @__PURE__ */ c({
4
4
  __name: "ContentWrapperWrapper",
@@ -11,7 +11,7 @@ const g = /* @__PURE__ */ c({
11
11
  const a = k("p-content-wrapper"), e = s, t = m(), o = f(x), r = () => p(t, { ...e, theme: e.theme || o.value });
12
12
  return d(r), u(r), l(o, (n) => {
13
13
  p(t, { theme: e.theme || n });
14
- }), (n, P) => (h(), i(C(_(a)), {
14
+ }), (n, P) => (i(), h(C(_(a)), {
15
15
  ref_key: "pdsComponentRef",
16
16
  ref: t
17
17
  }, {
@@ -13,7 +13,8 @@ type PCrestProps = {
13
13
  */
14
14
  target?: CrestTarget;
15
15
  };
16
- declare const _default: import("vue").DefineComponent<PCrestProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCrestProps> & Readonly<{}>, {
16
+ declare const __VLS_export: import("vue").DefineComponent<PCrestProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCrestProps> & Readonly<{}>, {
17
17
  target: CrestTarget;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, ref as s, onMounted as c, onUpdated as f, openBlock as a, createBlock as m, resolveDynamicComponent as u, unref as d } from "vue";
1
+ import { defineComponent as p, ref as s, onMounted as c, onUpdated as f, createBlock as a, openBlock as m, resolveDynamicComponent as u, unref as d } from "vue";
2
2
  import { usePrefix as i, syncProperties as l } from "../../utils.mjs";
3
3
  const x = /* @__PURE__ */ p({
4
4
  __name: "CrestWrapper",
@@ -9,7 +9,7 @@ const x = /* @__PURE__ */ p({
9
9
  },
10
10
  setup(n) {
11
11
  const r = i("p-crest"), t = n, e = s(), o = () => l(e, t);
12
- return c(o), f(o), (_, C) => (a(), m(u(d(r)), {
12
+ return c(o), f(o), (_, C) => (m(), a(u(d(r)), {
13
13
  ref_key: "pdsComponentRef",
14
14
  ref: e
15
15
  }, null, 512));
@@ -29,13 +29,14 @@ 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<PDisplayProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDisplayProps> & Readonly<{}>, {
32
+ declare const __VLS_base: import("vue").DefineComponent<PDisplayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDisplayProps> & Readonly<{}>, {
33
33
  size: BreakpointCustomizable<DisplaySize>;
34
34
  align: DisplayAlign;
35
35
  color: DisplayColor;
36
36
  ellipsis: boolean;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
39
40
  export default _default;
40
41
  type __VLS_WithSlots<T, S> = T & {
41
42
  new (): {
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, ref as f, inject as m, onMounted as c, onUpdated as i, watch as d, openBlock as u, 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 i, watch as d, createBlock as u, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as g } from "vue";
2
2
  import { usePrefix as k, themeInjectionKey as w, syncProperties as s } from "../../utils.mjs";
3
3
  const R = /* @__PURE__ */ l({
4
4
  __name: "DisplayWrapper",
@@ -14,7 +14,7 @@ const R = /* @__PURE__ */ l({
14
14
  const p = k("p-display"), e = a, t = f(), n = m(w), r = () => s(t, { ...e, theme: e.theme || n.value });
15
15
  return c(r), i(r), d(n, (o) => {
16
16
  s(t, { theme: e.theme || o });
17
- }), (o, x) => (u(), h(y(_(p)), {
17
+ }), (o, x) => (h(), u(y(_(p)), {
18
18
  ref_key: "pdsComponentRef",
19
19
  ref: t
20
20
  }, {
@@ -17,8 +17,9 @@ type PDividerProps = {
17
17
  */
18
18
  theme?: Theme;
19
19
  };
20
- declare const _default: import("vue").DefineComponent<PDividerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDividerProps> & Readonly<{}>, {
20
+ declare const __VLS_export: import("vue").DefineComponent<PDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDividerProps> & Readonly<{}>, {
21
21
  direction: BreakpointCustomizable<DividerDirection>;
22
22
  color: DividerColor;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: typeof __VLS_export;
24
25
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, ref as i, inject as a, onMounted as f, onUpdated as d, watch as l, openBlock as u, createBlock as h, resolveDynamicComponent as _, unref as y } from "vue";
1
+ import { defineComponent as m, ref as i, inject as a, onMounted as f, onUpdated as d, watch as l, createBlock as u, openBlock as h, resolveDynamicComponent as _, unref as y } from "vue";
2
2
  import { usePrefix as C, themeInjectionKey as v, syncProperties as c } from "../../utils.mjs";
3
3
  const P = /* @__PURE__ */ m({
4
4
  __name: "DividerWrapper",
@@ -12,7 +12,7 @@ const P = /* @__PURE__ */ m({
12
12
  const s = C("p-divider"), e = p, o = i(), t = a(v), n = () => c(o, { ...e, theme: e.theme || t.value });
13
13
  return f(n), d(n), l(t, (r) => {
14
14
  c(o, { theme: e.theme || r });
15
- }), (r, k) => (u(), h(_(y(s)), {
15
+ }), (r, k) => (h(), u(_(y(s)), {
16
16
  ref_key: "pdsComponentRef",
17
17
  ref: o
18
18
  }, null, 512));
@@ -24,12 +24,13 @@ declare var __VLS_8: {};
24
24
  type __VLS_Slots = {} & {
25
25
  default?: (props: typeof __VLS_8) => any;
26
26
  };
27
- declare const __VLS_component: import("vue").DefineComponent<PDrilldownItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownItemProps> & Readonly<{}>, {
27
+ declare const __VLS_base: import("vue").DefineComponent<PDrilldownItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownItemProps> & Readonly<{}>, {
28
28
  primary: boolean;
29
29
  secondary: boolean;
30
30
  cascade: boolean;
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 p, ref as s, onMounted as l, onUpdated as f, openBlock as d, createBlock as c, resolveDynamicComponent as i, unref as m, withCtx as u, renderSlot as y } from "vue";
1
+ import { defineComponent as p, ref as s, onMounted as l, onUpdated as f, createBlock as d, openBlock as c, resolveDynamicComponent as i, unref as m, withCtx as u, renderSlot as y } from "vue";
2
2
  import { usePrefix as _, syncProperties as C } from "../../utils.mjs";
3
3
  const x = /* @__PURE__ */ p({
4
4
  __name: "DrilldownItemWrapper",
@@ -11,7 +11,7 @@ const x = /* @__PURE__ */ p({
11
11
  },
12
12
  setup(n) {
13
13
  const t = _("p-drilldown-item"), r = n, e = s(), o = () => C(e, r);
14
- return l(o), f(o), (a, B) => (d(), c(i(m(t)), {
14
+ return l(o), f(o), (a, B) => (c(), d(i(m(t)), {
15
15
  ref_key: "pdsComponentRef",
16
16
  ref: e
17
17
  }, {
@@ -29,11 +29,12 @@ 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<PDrilldownLinkProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownLinkProps> & Readonly<{}>, {
32
+ declare const __VLS_base: import("vue").DefineComponent<PDrilldownLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownLinkProps> & Readonly<{}>, {
33
33
  target: DrilldownLinkTarget;
34
34
  active: boolean;
35
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
+ declare const _default: typeof __VLS_export;
37
38
  export default _default;
38
39
  type __VLS_WithSlots<T, S> = T & {
39
40
  new (): {