@porsche-design-system/components-vue 3.0.0 → 3.1.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 (102) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/PorscheDesignSystemProvider.vue.d.ts +1 -6
  3. package/lib/components/AccordionWrapper.vue.d.ts +1 -6
  4. package/lib/components/AccordionWrapper.vue.js +8 -8
  5. package/lib/components/BannerWrapper.vue.d.ts +1 -6
  6. package/lib/components/BannerWrapper.vue.js +5 -5
  7. package/lib/components/ButtonGroupWrapper.vue.d.ts +1 -6
  8. package/lib/components/ButtonPureWrapper.vue.d.ts +1 -6
  9. package/lib/components/ButtonPureWrapper.vue.js +2 -2
  10. package/lib/components/ButtonTileWrapper.vue.d.ts +1 -6
  11. package/lib/components/ButtonTileWrapper.vue.js +11 -11
  12. package/lib/components/ButtonWrapper.vue.d.ts +1 -6
  13. package/lib/components/ButtonWrapper.vue.js +7 -7
  14. package/lib/components/CarouselWrapper.vue.d.ts +1 -6
  15. package/lib/components/CarouselWrapper.vue.js +13 -13
  16. package/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -7
  17. package/lib/components/ContentWrapperWrapper.vue.d.ts +1 -6
  18. package/lib/components/CrestWrapper.vue.d.ts +1 -2
  19. package/lib/components/CrestWrapper.vue.js +8 -8
  20. package/lib/components/DisplayWrapper.vue.d.ts +1 -6
  21. package/lib/components/DisplayWrapper.vue.js +7 -7
  22. package/lib/components/DividerWrapper.vue.d.ts +1 -2
  23. package/lib/components/DividerWrapper.vue.js +9 -9
  24. package/lib/components/FieldsetWrapper.vue.d.ts +1 -6
  25. package/lib/components/FieldsetWrapperWrapper.vue.d.ts +1 -6
  26. package/lib/components/FlexItemWrapper.vue.d.ts +1 -6
  27. package/lib/components/FlexWrapper.vue.d.ts +1 -6
  28. package/lib/components/GridItemWrapper.vue.d.ts +1 -6
  29. package/lib/components/GridWrapper.vue.d.ts +1 -6
  30. package/lib/components/HeadingWrapper.vue.d.ts +1 -6
  31. package/lib/components/HeadingWrapper.vue.js +3 -3
  32. package/lib/components/HeadlineWrapper.vue.d.ts +1 -6
  33. package/lib/components/HeadlineWrapper.vue.js +5 -5
  34. package/lib/components/IconWrapper.vue.d.ts +2 -3
  35. package/lib/components/IconWrapper.vue.js +2 -2
  36. package/lib/components/InlineNotificationWrapper.vue.d.ts +2 -7
  37. package/lib/components/InlineNotificationWrapper.vue.js +7 -7
  38. package/lib/components/LinkPureWrapper.vue.d.ts +1 -6
  39. package/lib/components/LinkPureWrapper.vue.js +16 -16
  40. package/lib/components/LinkSocialWrapper.vue.d.ts +1 -6
  41. package/lib/components/LinkSocialWrapper.vue.js +14 -14
  42. package/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +1 -6
  43. package/lib/components/LinkTileModelSignatureWrapper.vue.js +6 -6
  44. package/lib/components/LinkTileWrapper.vue.d.ts +1 -6
  45. package/lib/components/LinkTileWrapper.vue.js +16 -16
  46. package/lib/components/LinkWrapper.vue.d.ts +1 -6
  47. package/lib/components/LinkWrapper.vue.js +15 -15
  48. package/lib/components/MarqueWrapper.vue.d.ts +10 -4
  49. package/lib/components/MarqueWrapper.vue.js +14 -13
  50. package/lib/components/ModalWrapper.vue.d.ts +1 -6
  51. package/lib/components/ModalWrapper.vue.js +7 -7
  52. package/lib/components/ModelSignatureWrapper.vue.d.ts +1 -2
  53. package/lib/components/PaginationWrapper.vue.d.ts +1 -2
  54. package/lib/components/PaginationWrapper.vue.js +10 -10
  55. package/lib/components/PopoverWrapper.vue.d.ts +1 -6
  56. package/lib/components/PopoverWrapper.vue.js +7 -7
  57. package/lib/components/RadioButtonWrapperWrapper.vue.d.ts +1 -6
  58. package/lib/components/ScrollerWrapper.vue.d.ts +1 -6
  59. package/lib/components/ScrollerWrapper.vue.js +11 -11
  60. package/lib/components/SegmentedControlItemWrapper.vue.d.ts +1 -6
  61. package/lib/components/SegmentedControlItemWrapper.vue.js +13 -13
  62. package/lib/components/SegmentedControlWrapper.vue.d.ts +1 -6
  63. package/lib/components/SegmentedControlWrapper.vue.js +11 -11
  64. package/lib/components/SelectWrapperWrapper.vue.d.ts +1 -6
  65. package/lib/components/SpinnerWrapper.vue.d.ts +1 -2
  66. package/lib/components/SpinnerWrapper.vue.js +4 -4
  67. package/lib/components/StepperHorizontalItemWrapper.vue.d.ts +1 -6
  68. package/lib/components/StepperHorizontalItemWrapper.vue.js +4 -4
  69. package/lib/components/StepperHorizontalWrapper.vue.d.ts +1 -6
  70. package/lib/components/SwitchWrapper.vue.d.ts +1 -6
  71. package/lib/components/TableBodyWrapper.vue.d.ts +1 -6
  72. package/lib/components/TableCellWrapper.vue.d.ts +1 -6
  73. package/lib/components/TableHeadCellWrapper.vue.d.ts +1 -6
  74. package/lib/components/TableHeadCellWrapper.vue.js +3 -3
  75. package/lib/components/TableHeadRowWrapper.vue.d.ts +1 -6
  76. package/lib/components/TableHeadWrapper.vue.d.ts +1 -6
  77. package/lib/components/TableRowWrapper.vue.d.ts +1 -6
  78. package/lib/components/TableWrapper.vue.d.ts +1 -6
  79. package/lib/components/TableWrapper.vue.js +4 -4
  80. package/lib/components/TabsBarWrapper.vue.d.ts +1 -6
  81. package/lib/components/TabsBarWrapper.vue.js +8 -8
  82. package/lib/components/TabsItemWrapper.vue.d.ts +1 -6
  83. package/lib/components/TabsItemWrapper.vue.js +3 -3
  84. package/lib/components/TabsWrapper.vue.d.ts +1 -6
  85. package/lib/components/TabsWrapper.vue.js +7 -7
  86. package/lib/components/TagDismissibleWrapper.vue.d.ts +1 -6
  87. package/lib/components/TagDismissibleWrapper.vue.js +7 -7
  88. package/lib/components/TagWrapper.vue.d.ts +1 -6
  89. package/lib/components/TagWrapper.vue.js +11 -11
  90. package/lib/components/TextFieldWrapperWrapper.vue.d.ts +8 -6
  91. package/lib/components/TextFieldWrapperWrapper.vue.js +13 -12
  92. package/lib/components/TextListItemWrapper.vue.d.ts +1 -6
  93. package/lib/components/TextListWrapper.vue.d.ts +1 -6
  94. package/lib/components/TextListWrapper.vue.js +8 -8
  95. package/lib/components/TextWrapper.vue.d.ts +1 -6
  96. package/lib/components/TextareaWrapperWrapper.vue.d.ts +1 -6
  97. package/lib/components/ToastWrapper.vue.d.ts +1 -2
  98. package/lib/components/WordmarkWrapper.vue.d.ts +1 -2
  99. package/lib/components/WordmarkWrapper.vue.js +11 -11
  100. package/lib/types.d.ts +18 -6
  101. package/package.json +2 -2
  102. package/utils.d.ts +1 -1
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { FieldsetLabelSize, FieldsetState, Theme } from '../types';
3
2
  type PFieldsetProps = {
4
3
  /**
@@ -47,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
47
46
  required: boolean;
48
47
  message: string;
49
48
  labelSize: "small" | "medium";
50
- }>, {
49
+ }, {}>, {
51
50
  default?(_: {}): any;
52
51
  }>;
53
52
  export default _default;
@@ -68,12 +67,8 @@ type __VLS_WithDefaults<P, D> = {
68
67
  type __VLS_WithTemplateSlots<T, S> = T & {
69
68
  new (): {
70
69
  $slots: S;
71
- $props: __VLS_PropsChildren<S>;
72
70
  };
73
71
  };
74
- type __VLS_PropsChildren<S> = {
75
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
76
- };
77
72
  type __VLS_Prettify<T> = {
78
73
  [K in keyof T]: T[K];
79
74
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { FieldsetWrapperLabelSize, FieldsetWrapperState, Theme } from '../types';
3
2
  type PFieldsetWrapperProps = {
4
3
  /**
@@ -48,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
47
  required: boolean;
49
48
  message: string;
50
49
  labelSize: "small" | "medium";
51
- }>, {
50
+ }, {}>, {
52
51
  default?(_: {}): any;
53
52
  }>;
54
53
  export default _default;
@@ -69,12 +68,8 @@ type __VLS_WithDefaults<P, D> = {
69
68
  type __VLS_WithTemplateSlots<T, S> = T & {
70
69
  new (): {
71
70
  $slots: S;
72
- $props: __VLS_PropsChildren<S>;
73
71
  };
74
72
  };
75
- type __VLS_PropsChildren<S> = {
76
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
77
- };
78
73
  type __VLS_Prettify<T> = {
79
74
  [K in keyof T]: T[K];
80
75
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, FlexItemAlignSelf, FlexItemFlex, FlexItemGrow, FlexItemOffset, FlexItemShrink, FlexItemWidth } from '../types';
3
2
  type PFlexItemProps = {
4
3
  /**
@@ -48,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
47
  grow: BreakpointCustomizable<0 | 1>;
49
48
  offset: BreakpointCustomizable<"none" | "one-quarter" | "one-third" | "half" | "two-thirds" | "three-quarters">;
50
49
  shrink: BreakpointCustomizable<0 | 1>;
51
- }>, {
50
+ }, {}>, {
52
51
  default?(_: {}): any;
53
52
  }>;
54
53
  export default _default;
@@ -69,12 +68,8 @@ type __VLS_WithDefaults<P, D> = {
69
68
  type __VLS_WithTemplateSlots<T, S> = T & {
70
69
  new (): {
71
70
  $slots: S;
72
- $props: __VLS_PropsChildren<S>;
73
71
  };
74
72
  };
75
- type __VLS_PropsChildren<S> = {
76
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
77
- };
78
73
  type __VLS_Prettify<T> = {
79
74
  [K in keyof T]: T[K];
80
75
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, FlexAlignContent, FlexAlignItems, FlexDirection, FlexInline, FlexJustifyContent, FlexWrap } from '../types';
3
2
  type PFlexProps = {
4
3
  /**
@@ -48,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
47
  alignContent: BreakpointCustomizable<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | "stretch">;
49
48
  alignItems: BreakpointCustomizable<"center" | "flex-start" | "flex-end" | "stretch" | "baseline">;
50
49
  justifyContent: BreakpointCustomizable<"center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly">;
51
- }>, {
50
+ }, {}>, {
52
51
  default?(_: {}): any;
53
52
  }>;
54
53
  export default _default;
@@ -69,12 +68,8 @@ type __VLS_WithDefaults<P, D> = {
69
68
  type __VLS_WithTemplateSlots<T, S> = T & {
70
69
  new (): {
71
70
  $slots: S;
72
- $props: __VLS_PropsChildren<S>;
73
71
  };
74
72
  };
75
- type __VLS_PropsChildren<S> = {
76
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
77
- };
78
73
  type __VLS_Prettify<T> = {
79
74
  [K in keyof T]: T[K];
80
75
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, GridItemOffset, GridItemSize } from '../types';
3
2
  type PGridItemProps = {
4
3
  /**
@@ -20,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
19
  }>>>, {
21
20
  size: BreakpointCustomizable<3 | 4 | 7 | 5 | 2 | 1 | 6 | 12 | 8 | 9 | 10 | 11>;
22
21
  offset: BreakpointCustomizable<0 | 3 | 4 | 7 | 5 | 2 | 1 | 6 | 8 | 9 | 10 | 11>;
23
- }>, {
22
+ }, {}>, {
24
23
  default?(_: {}): any;
25
24
  }>;
26
25
  export default _default;
@@ -41,12 +40,8 @@ type __VLS_WithDefaults<P, D> = {
41
40
  type __VLS_WithTemplateSlots<T, S> = T & {
42
41
  new (): {
43
42
  $slots: S;
44
- $props: __VLS_PropsChildren<S>;
45
43
  };
46
44
  };
47
- type __VLS_PropsChildren<S> = {
48
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
49
- };
50
45
  type __VLS_Prettify<T> = {
51
46
  [K in keyof T]: T[K];
52
47
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, GridDirection, GridGutter, GridWrap } from '../types';
3
2
  type PGridProps = {
4
3
  /**
@@ -36,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
35
  wrap: BreakpointCustomizable<"nowrap" | "wrap">;
37
36
  direction: BreakpointCustomizable<"row" | "column" | "row-reverse" | "column-reverse">;
38
37
  gutter: BreakpointCustomizable<16 | 24 | 36>;
39
- }>, {
38
+ }, {}>, {
40
39
  default?(_: {}): any;
41
40
  }>;
42
41
  export default _default;
@@ -57,12 +56,8 @@ type __VLS_WithDefaults<P, D> = {
57
56
  type __VLS_WithTemplateSlots<T, S> = T & {
58
57
  new (): {
59
58
  $slots: S;
60
- $props: __VLS_PropsChildren<S>;
61
59
  };
62
60
  };
63
- type __VLS_PropsChildren<S> = {
64
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
65
- };
66
61
  type __VLS_Prettify<T> = {
67
62
  [K in keyof T]: T[K];
68
63
  } & {};
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { HeadingAlign, HeadingColor, BreakpointCustomizable, HeadingSize, HeadingTag, Theme } from '../types';
3
2
  type PHeadingProps = {
4
3
  /**
@@ -44,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
43
  align: "center" | "left" | "right";
45
44
  color: "inherit" | "primary";
46
45
  ellipsis: boolean;
47
- }>, {
46
+ }, {}>, {
48
47
  default?(_: {}): any;
49
48
  }>;
50
49
  export default _default;
@@ -65,12 +64,8 @@ type __VLS_WithDefaults<P, D> = {
65
64
  type __VLS_WithTemplateSlots<T, S> = T & {
66
65
  new (): {
67
66
  $slots: S;
68
- $props: __VLS_PropsChildren<S>;
69
67
  };
70
68
  };
71
- type __VLS_PropsChildren<S> = {
72
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
73
- };
74
69
  type __VLS_Prettify<T> = {
75
70
  [K in keyof T]: T[K];
76
71
  } & {};
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, ref as p, onMounted as f, onUpdated as s, openBlock as d, createBlock as i, resolveDynamicComponent as u, unref as m, withCtx as c, renderSlot as g } from "vue";
1
+ import { defineComponent as l, ref as p, onMounted as f, onUpdated as s, openBlock as d, createBlock as i, resolveDynamicComponent as m, unref as u, withCtx as c, renderSlot as g } from "vue";
2
2
  import { getPrefixedTagName as _, syncProperties as o } from "../../utils.js";
3
3
  const y = /* @__PURE__ */ l({
4
4
  __name: "HeadingWrapper",
@@ -7,7 +7,7 @@ const y = /* @__PURE__ */ l({
7
7
  color: { default: "primary" },
8
8
  ellipsis: { type: Boolean, default: !1 },
9
9
  size: { default: "xx-large" },
10
- tag: null,
10
+ tag: {},
11
11
  theme: { default: "light" }
12
12
  },
13
13
  setup(n) {
@@ -16,7 +16,7 @@ const y = /* @__PURE__ */ l({
16
16
  o(e.value, t);
17
17
  }), s(() => {
18
18
  o(e.value, t);
19
- }), (r, C) => (d(), i(u(m(a)), {
19
+ }), (r, C) => (d(), i(m(u(a)), {
20
20
  ref_key: "pdsComponentRef",
21
21
  ref: e
22
22
  }, {
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { HeadlineAlign, HeadlineColor, HeadlineTag, Theme, HeadlineVariant } from '../types';
3
2
  type PHeadlineProps = {
4
3
  /**
@@ -45,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
45
44
  variant: HeadlineVariant;
46
45
  color: "default" | "inherit" | "primary";
47
46
  ellipsis: boolean;
48
- }>, {
47
+ }, {}>, {
49
48
  default?(_: {}): any;
50
49
  }>;
51
50
  export default _default;
@@ -66,12 +65,8 @@ type __VLS_WithDefaults<P, D> = {
66
65
  type __VLS_WithTemplateSlots<T, S> = T & {
67
66
  new (): {
68
67
  $slots: S;
69
- $props: __VLS_PropsChildren<S>;
70
68
  };
71
69
  };
72
- type __VLS_PropsChildren<S> = {
73
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
74
- };
75
70
  type __VLS_Prettify<T> = {
76
71
  [K in keyof T]: T[K];
77
72
  } & {};
@@ -1,12 +1,12 @@
1
- import { defineComponent as r, ref as p, onMounted as f, onUpdated as d, openBlock as s, createBlock as i, resolveDynamicComponent as u, unref as m, withCtx as c, renderSlot as _ } from "vue";
1
+ import { defineComponent as l, ref as p, onMounted as f, onUpdated as d, openBlock as s, createBlock as i, resolveDynamicComponent as m, unref as u, withCtx as c, renderSlot as _ } from "vue";
2
2
  import { getPrefixedTagName as g, syncProperties as o } from "../../utils.js";
3
- const v = /* @__PURE__ */ r({
3
+ const v = /* @__PURE__ */ l({
4
4
  __name: "HeadlineWrapper",
5
5
  props: {
6
6
  align: { default: "left" },
7
7
  color: { default: "primary" },
8
8
  ellipsis: { type: Boolean, default: !1 },
9
- tag: null,
9
+ tag: {},
10
10
  theme: { default: "light" },
11
11
  variant: { default: "headline-1" }
12
12
  },
@@ -16,12 +16,12 @@ const v = /* @__PURE__ */ r({
16
16
  o(e.value, t);
17
17
  }), d(() => {
18
18
  o(e.value, t);
19
- }), (l, h) => (s(), i(u(m(a)), {
19
+ }), (r, h) => (s(), i(m(u(a)), {
20
20
  ref_key: "pdsComponentRef",
21
21
  ref: e
22
22
  }, {
23
23
  default: c(() => [
24
- _(l.$slots, "default")
24
+ _(r.$slots, "default")
25
25
  ]),
26
26
  _: 3
27
27
  }, 512));
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { SelectedAriaAttributes, IconAriaAttribute, IconColor, IconName, IconSize, Theme } from '../types';
3
2
  type PIconProps = {
4
3
  /**
@@ -45,8 +44,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
45
44
  size: "inherit" | "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large";
46
45
  theme: "light" | "dark";
47
46
  color: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral" | "state-disabled";
48
- name: "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "document" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "grid" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "list" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "route" | "rss" | "save" | "screen" | "search" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "switch" | "tablet" | "tachometer" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
49
- }>;
47
+ name: "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "copy" | "country-road" | "cubic-capacity" | "delete" | "disable" | "document" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "grid" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "list" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "search" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "switch" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
48
+ }, {}>;
50
49
  export default _default;
51
50
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
51
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -3,12 +3,12 @@ import { getPrefixedTagName as i, syncProperties as n } from "../../utils.js";
3
3
  const C = /* @__PURE__ */ a({
4
4
  __name: "IconWrapper",
5
5
  props: {
6
- aria: null,
6
+ aria: {},
7
7
  color: { default: "primary" },
8
8
  lazy: { type: Boolean },
9
9
  name: { default: "arrow-right" },
10
10
  size: { default: "small" },
11
- source: null,
11
+ source: {},
12
12
  theme: { default: "light" }
13
13
  },
14
14
  setup(r) {
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { InlineNotificationActionIcon, InlineNotificationState, Theme } from '../types';
3
2
  type PInlineNotificationProps = {
4
3
  /**
@@ -66,9 +65,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
66
65
  description: string;
67
66
  dismissButton: boolean;
68
67
  state: "success" | "warning" | "error" | "info" | "neutral";
69
- actionIcon: "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "document" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "grid" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "list" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "route" | "rss" | "save" | "screen" | "search" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "switch" | "tablet" | "tachometer" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
68
+ actionIcon: "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "copy" | "country-road" | "cubic-capacity" | "delete" | "disable" | "document" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "grid" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "list" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "search" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "switch" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
70
69
  actionLoading: boolean;
71
- }>, {
70
+ }, {}>, {
72
71
  default?(_: {}): any;
73
72
  }>;
74
73
  export default _default;
@@ -89,12 +88,8 @@ type __VLS_WithDefaults<P, D> = {
89
88
  type __VLS_WithTemplateSlots<T, S> = T & {
90
89
  new (): {
91
90
  $slots: S;
92
- $props: __VLS_PropsChildren<S>;
93
91
  };
94
92
  };
95
- type __VLS_PropsChildren<S> = {
96
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
97
- };
98
93
  type __VLS_Prettify<T> = {
99
94
  [K in keyof T]: T[K];
100
95
  } & {};
@@ -1,10 +1,10 @@
1
- import { defineComponent as l, ref as d, onMounted as f, onUpdated as p, openBlock as u, createBlock as c, resolveDynamicComponent as m, unref as g, withCtx as _, renderSlot as h } from "vue";
2
- import { getPrefixedTagName as v, syncProperties as o, addEventListenerToElementRef as a } from "../../utils.js";
1
+ import { defineComponent as l, ref as d, onMounted as f, onUpdated as p, openBlock as c, createBlock as u, resolveDynamicComponent as m, unref as g, withCtx as _, renderSlot as h } from "vue";
2
+ import { getPrefixedTagName as v, syncProperties as n, addEventListenerToElementRef as a } from "../../utils.js";
3
3
  const k = /* @__PURE__ */ l({
4
4
  __name: "InlineNotificationWrapper",
5
5
  props: {
6
6
  actionIcon: { default: "arrow-right" },
7
- actionLabel: null,
7
+ actionLabel: {},
8
8
  actionLoading: { type: Boolean, default: !1 },
9
9
  description: { default: "" },
10
10
  dismissButton: { type: Boolean, default: !0 },
@@ -15,12 +15,12 @@ const k = /* @__PURE__ */ l({
15
15
  },
16
16
  emits: ["action", "dismiss"],
17
17
  setup(i, { emit: t }) {
18
- const n = i, s = v("p-inline-notification"), e = d();
18
+ const o = i, s = v("p-inline-notification"), e = d();
19
19
  return f(() => {
20
- o(e.value, n), a(e.value, "action", t), a(e.value, "dismiss", t);
20
+ n(e.value, o), a(e.value, "action", t), a(e.value, "dismiss", t);
21
21
  }), p(() => {
22
- o(e.value, n);
23
- }), (r, y) => (u(), c(m(g(s)), {
22
+ n(e.value, o);
23
+ }), (r, y) => (c(), u(m(g(s)), {
24
24
  ref_key: "pdsComponentRef",
25
25
  ref: e
26
26
  }, {
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget, Theme, LinkPureWeight } from '../types';
3
2
  type PLinkPureProps = {
4
3
  /**
@@ -96,7 +95,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
96
95
  icon: import("../types").LinkButtonIconName;
97
96
  target: string;
98
97
  underline: boolean;
99
- }>, {
98
+ }, {}>, {
100
99
  default?(_: {}): any;
101
100
  }>;
102
101
  export default _default;
@@ -117,12 +116,8 @@ type __VLS_WithDefaults<P, D> = {
117
116
  type __VLS_WithTemplateSlots<T, S> = T & {
118
117
  new (): {
119
118
  $slots: S;
120
- $props: __VLS_PropsChildren<S>;
121
119
  };
122
120
  };
123
- type __VLS_PropsChildren<S> = {
124
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
125
- };
126
121
  type __VLS_Prettify<T> = {
127
122
  [K in keyof T]: T[K];
128
123
  } & {};
@@ -1,17 +1,17 @@
1
- import { defineComponent as r, ref as f, onMounted as u, onUpdated as d, openBlock as p, createBlock as s, resolveDynamicComponent as i, unref as c, withCtx as m, renderSlot as g } from "vue";
2
- import { getPrefixedTagName as h, syncProperties as l } from "../../utils.js";
3
- const w = /* @__PURE__ */ r({
1
+ import { defineComponent as n, ref as f, onMounted as d, onUpdated as u, openBlock as p, createBlock as s, resolveDynamicComponent as i, unref as c, withCtx as m, renderSlot as g } from "vue";
2
+ import { getPrefixedTagName as h, syncProperties as a } from "../../utils.js";
3
+ const w = /* @__PURE__ */ n({
4
4
  __name: "LinkPureWrapper",
5
5
  props: {
6
6
  active: { type: Boolean, default: !1 },
7
7
  alignLabel: { default: "right" },
8
- aria: null,
9
- download: null,
8
+ aria: {},
9
+ download: {},
10
10
  hideLabel: { default: !1 },
11
- href: null,
11
+ href: {},
12
12
  icon: { default: "arrow-right" },
13
- iconSource: null,
14
- rel: null,
13
+ iconSource: {},
14
+ rel: {},
15
15
  size: { default: "small" },
16
16
  stretch: { default: !1 },
17
17
  target: { default: "_self" },
@@ -19,18 +19,18 @@ const w = /* @__PURE__ */ r({
19
19
  underline: { type: Boolean, default: !1 },
20
20
  weight: { default: "regular" }
21
21
  },
22
- setup(a) {
23
- const t = a, n = h("p-link-pure"), e = f();
24
- return u(() => {
25
- l(e.value, t);
26
- }), d(() => {
27
- l(e.value, t);
28
- }), (o, _) => (p(), s(i(c(n)), {
22
+ setup(o) {
23
+ const t = o, r = h("p-link-pure"), e = f();
24
+ return d(() => {
25
+ a(e.value, t);
26
+ }), u(() => {
27
+ a(e.value, t);
28
+ }), (l, _) => (p(), s(i(c(r)), {
29
29
  ref_key: "pdsComponentRef",
30
30
  ref: e
31
31
  }, {
32
32
  default: m(() => [
33
- g(o.$slots, "default")
33
+ g(l.$slots, "default")
34
34
  ]),
35
35
  _: 3
36
36
  }, 512));
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, LinkSocialIcon, LinkSocialTarget, Theme } from '../types';
3
2
  type PLinkSocialProps = {
4
3
  /**
@@ -43,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
42
  theme: "light" | "dark";
44
43
  hideLabel: BreakpointCustomizable<boolean>;
45
44
  target: string;
46
- }>, {
45
+ }, {}>, {
47
46
  default?(_: {}): any;
48
47
  }>;
49
48
  export default _default;
@@ -64,12 +63,8 @@ type __VLS_WithDefaults<P, D> = {
64
63
  type __VLS_WithTemplateSlots<T, S> = T & {
65
64
  new (): {
66
65
  $slots: S;
67
- $props: __VLS_PropsChildren<S>;
68
66
  };
69
67
  };
70
- type __VLS_PropsChildren<S> = {
71
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
72
- };
73
68
  type __VLS_Prettify<T> = {
74
69
  [K in keyof T]: T[K];
75
70
  } & {};
@@ -1,28 +1,28 @@
1
- import { defineComponent as a, ref as p, onMounted as f, onUpdated as s, openBlock as u, createBlock as c, resolveDynamicComponent as i, unref as d, withCtx as m, renderSlot as _ } from "vue";
2
- import { getPrefixedTagName as h, syncProperties as n } from "../../utils.js";
3
- const v = /* @__PURE__ */ a({
1
+ import { defineComponent as l, ref as p, onMounted as f, onUpdated as s, openBlock as c, createBlock as i, resolveDynamicComponent as d, unref as m, withCtx as u, renderSlot as _ } from "vue";
2
+ import { getPrefixedTagName as h, syncProperties as t } from "../../utils.js";
3
+ const v = /* @__PURE__ */ l({
4
4
  __name: "LinkSocialWrapper",
5
5
  props: {
6
6
  hideLabel: { default: !1 },
7
- href: null,
8
- icon: null,
9
- iconSource: null,
10
- rel: null,
7
+ href: {},
8
+ icon: {},
9
+ iconSource: {},
10
+ rel: {},
11
11
  target: { default: "_self" },
12
12
  theme: { default: "light" }
13
13
  },
14
- setup(t) {
15
- const o = t, l = h("p-link-social"), e = p();
14
+ setup(n) {
15
+ const o = n, r = h("p-link-social"), e = p();
16
16
  return f(() => {
17
- n(e.value, o);
17
+ t(e.value, o);
18
18
  }), s(() => {
19
- n(e.value, o);
20
- }), (r, C) => (u(), c(i(d(l)), {
19
+ t(e.value, o);
20
+ }), (a, C) => (c(), i(d(m(r)), {
21
21
  ref_key: "pdsComponentRef",
22
22
  ref: e
23
23
  }, {
24
- default: m(() => [
25
- _(r.$slots, "default")
24
+ default: u(() => [
25
+ _(a.$slots, "default")
26
26
  ]),
27
27
  _: 3
28
28
  }, 512));
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { BreakpointCustomizable, LinkTileModelSignatureAspectRatio, LinkTileModelSignatureHeadingTag, LinkTileModelSignatureLinkDirection, LinkTileModelSignatureModel, LinkTileModelSignatureWeight } from '../types';
3
2
  type PLinkTileModelSignatureProps = {
4
3
  /**
@@ -54,7 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
53
  headingTag: "h2" | "h3" | "h4" | "h5" | "h6";
55
54
  linkDirection: BreakpointCustomizable<"row" | "column">;
56
55
  model: "718" | "911" | "boxster" | "cayenne" | "cayman" | "macan" | "panamera" | "taycan" | "turbo-s" | "turbo";
57
- }>, {
56
+ }, {}>, {
58
57
  default?(_: {}): any;
59
58
  }>;
60
59
  export default _default;
@@ -75,12 +74,8 @@ type __VLS_WithDefaults<P, D> = {
75
74
  type __VLS_WithTemplateSlots<T, S> = T & {
76
75
  new (): {
77
76
  $slots: S;
78
- $props: __VLS_PropsChildren<S>;
79
77
  };
80
78
  };
81
- type __VLS_PropsChildren<S> = {
82
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
83
- };
84
79
  type __VLS_Prettify<T> = {
85
80
  [K in keyof T]: T[K];
86
81
  } & {};
@@ -1,23 +1,23 @@
1
- import { defineComponent as l, ref as i, onMounted as d, onUpdated as p, openBlock as s, createBlock as u, resolveDynamicComponent as f, unref as m, withCtx as c, renderSlot as g } from "vue";
1
+ import { defineComponent as i, ref as l, onMounted as d, onUpdated as p, openBlock as s, createBlock as f, resolveDynamicComponent as u, unref as m, withCtx as c, renderSlot as g } from "vue";
2
2
  import { getPrefixedTagName as _, syncProperties as t } from "../../utils.js";
3
- const w = /* @__PURE__ */ l({
3
+ const w = /* @__PURE__ */ i({
4
4
  __name: "LinkTileModelSignatureWrapper",
5
5
  props: {
6
6
  aspectRatio: { default: "3:4" },
7
- description: null,
8
- heading: null,
7
+ description: {},
8
+ heading: {},
9
9
  headingTag: { default: "h2" },
10
10
  linkDirection: { default: () => ({ base: "column", xs: "row" }) },
11
11
  model: { default: "911" },
12
12
  weight: { default: "semi-bold" }
13
13
  },
14
14
  setup(n) {
15
- const o = n, a = _("p-link-tile-model-signature"), e = i();
15
+ const o = n, a = _("p-link-tile-model-signature"), e = l();
16
16
  return d(() => {
17
17
  t(e.value, o);
18
18
  }), p(() => {
19
19
  t(e.value, o);
20
- }), (r, h) => (s(), u(f(m(a)), {
20
+ }), (r, h) => (s(), f(u(m(a)), {
21
21
  ref_key: "pdsComponentRef",
22
22
  ref: e
23
23
  }, {
@@ -1,4 +1,3 @@
1
- /** __vue_virtual_code_placeholder */
2
1
  import type { LinkTileAlign, SelectedAriaAttributes, LinkTileAriaAttribute, BreakpointCustomizable, LinkTileAspectRatio, LinkTileSize, LinkTileTarget, LinkTileWeight } from '../types';
3
2
  type PLinkTileProps = {
4
3
  /**
@@ -78,7 +77,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
78
77
  aspectRatio: BreakpointCustomizable<"1:1" | "4:3" | "3:4" | "16:9" | "9:16">;
79
78
  gradient: boolean;
80
79
  target: string;
81
- }>, {
80
+ }, {}>, {
82
81
  default?(_: {}): any;
83
82
  }>;
84
83
  export default _default;
@@ -99,12 +98,8 @@ type __VLS_WithDefaults<P, D> = {
99
98
  type __VLS_WithTemplateSlots<T, S> = T & {
100
99
  new (): {
101
100
  $slots: S;
102
- $props: __VLS_PropsChildren<S>;
103
101
  };
104
102
  };
105
- type __VLS_PropsChildren<S> = {
106
- [K in keyof (boolean extends (JSX.ElementChildrenAttribute extends never ? true : false) ? never : JSX.ElementChildrenAttribute)]?: S;
107
- };
108
103
  type __VLS_Prettify<T> = {
109
104
  [K in keyof T]: T[K];
110
105
  } & {};