@porsche-design-system/components-vue 3.16.0 → 3.17.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +70 -1
  2. package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
  3. package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/LinkTileModelSignatureWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
  7. package/cjs/lib/components/OptgroupWrapper.vue.cjs +1 -0
  8. package/cjs/lib/components/OptgroupWrapper.vue2.cjs +1 -0
  9. package/cjs/lib/components/TagWrapper.vue.cjs +1 -1
  10. package/cjs/public-api.cjs +1 -1
  11. package/esm/PorscheDesignSystemProvider.vue.d.ts +7 -5
  12. package/esm/lib/components/AccordionWrapper.vue.d.ts +8 -6
  13. package/esm/lib/components/BannerWrapper.vue.d.ts +9 -16
  14. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +7 -5
  15. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +11 -9
  16. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +13 -11
  17. package/esm/lib/components/ButtonTileWrapper.vue.mjs +4 -4
  18. package/esm/lib/components/ButtonWrapper.vue.d.ts +9 -7
  19. package/esm/lib/components/CanvasWrapper.vue.d.ts +9 -14
  20. package/esm/lib/components/CarouselWrapper.vue.d.ts +9 -7
  21. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +7 -5
  22. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +9 -7
  23. package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
  24. package/esm/lib/components/DisplayWrapper.vue.d.ts +9 -7
  25. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -2
  26. package/esm/lib/components/FieldsetWrapper.vue.d.ts +8 -6
  27. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +9 -7
  28. package/esm/lib/components/FlexItemWrapper.vue.d.ts +13 -11
  29. package/esm/lib/components/FlexWrapper.vue.d.ts +13 -11
  30. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +4 -2
  31. package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +7 -9
  32. package/esm/lib/components/FlyoutWrapper.vue.d.ts +8 -12
  33. package/esm/lib/components/FlyoutWrapper.vue.mjs +13 -13
  34. package/esm/lib/components/GridItemWrapper.vue.d.ts +9 -7
  35. package/esm/lib/components/GridWrapper.vue.d.ts +10 -8
  36. package/esm/lib/components/HeadingWrapper.vue.d.ts +9 -7
  37. package/esm/lib/components/HeadlineWrapper.vue.d.ts +9 -7
  38. package/esm/lib/components/IconWrapper.vue.d.ts +3 -3
  39. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +10 -18
  40. package/esm/lib/components/LinkPureWrapper.vue.d.ts +11 -9
  41. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +8 -6
  42. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +11 -9
  43. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.mjs +1 -1
  44. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +7 -5
  45. package/esm/lib/components/LinkTileWrapper.vue.d.ts +12 -10
  46. package/esm/lib/components/LinkTileWrapper.vue.mjs +4 -4
  47. package/esm/lib/components/LinkWrapper.vue.d.ts +9 -7
  48. package/esm/lib/components/MarqueWrapper.vue.d.ts +3 -3
  49. package/esm/lib/components/ModalWrapper.vue.d.ts +8 -14
  50. package/esm/lib/components/ModalWrapper.vue.mjs +13 -13
  51. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +10 -8
  52. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +6 -4
  53. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +8 -6
  54. package/esm/lib/components/OptgroupWrapper.vue.d.ts +44 -0
  55. package/esm/lib/components/OptgroupWrapper.vue.mjs +24 -0
  56. package/esm/lib/components/OptgroupWrapper.vue2.mjs +4 -0
  57. package/esm/lib/components/PaginationWrapper.vue.d.ts +1 -1
  58. package/esm/lib/components/PinCodeWrapper.vue.d.ts +9 -7
  59. package/esm/lib/components/PopoverWrapper.vue.d.ts +7 -5
  60. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +7 -5
  61. package/esm/lib/components/ScrollerWrapper.vue.d.ts +8 -6
  62. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +6 -4
  63. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +7 -5
  64. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +6 -4
  65. package/esm/lib/components/SelectWrapper.vue.d.ts +8 -6
  66. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +8 -6
  67. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
  68. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +6 -4
  69. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +7 -5
  70. package/esm/lib/components/SwitchWrapper.vue.d.ts +7 -5
  71. package/esm/lib/components/TableBodyWrapper.vue.d.ts +4 -2
  72. package/esm/lib/components/TableCellWrapper.vue.d.ts +6 -4
  73. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +6 -4
  74. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +4 -2
  75. package/esm/lib/components/TableHeadWrapper.vue.d.ts +4 -2
  76. package/esm/lib/components/TableRowWrapper.vue.d.ts +4 -2
  77. package/esm/lib/components/TableWrapper.vue.d.ts +6 -4
  78. package/esm/lib/components/TabsBarWrapper.vue.d.ts +9 -7
  79. package/esm/lib/components/TabsItemWrapper.vue.d.ts +4 -2
  80. package/esm/lib/components/TabsWrapper.vue.d.ts +9 -7
  81. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +7 -5
  82. package/esm/lib/components/TagWrapper.vue.d.ts +14 -5
  83. package/esm/lib/components/TagWrapper.vue.mjs +8 -7
  84. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +9 -21
  85. package/esm/lib/components/TextListItemWrapper.vue.d.ts +4 -2
  86. package/esm/lib/components/TextListWrapper.vue.d.ts +7 -5
  87. package/esm/lib/components/TextWrapper.vue.d.ts +11 -9
  88. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +7 -5
  89. package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -2
  90. package/esm/lib/components/index.d.ts +1 -0
  91. package/esm/lib/types.d.ts +14 -2
  92. package/esm/public-api.mjs +77 -75
  93. package/esm/utils.d.ts +2 -2
  94. package/jsdom-polyfill/index.d.ts +0 -1
  95. package/package.json +2 -2
@@ -37,7 +37,10 @@ type PSelectWrapperProps = {
37
37
  */
38
38
  theme?: Theme;
39
39
  };
40
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectWrapperProps>, {
40
+ declare function __VLS_template(): {
41
+ default?(_: {}): any;
42
+ };
43
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectWrapperProps>, {
41
44
  description: string;
42
45
  dropdownDirection: string;
43
46
  filter: boolean;
@@ -59,14 +62,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
62
  filter: boolean;
60
63
  label: string;
61
64
  description: string;
62
- state: "none" | "success" | "error";
65
+ state: SelectWrapperState;
63
66
  hideLabel: BreakpointCustomizable<boolean>;
64
67
  message: string;
65
- dropdownDirection: "auto" | "down" | "up";
68
+ dropdownDirection: SelectWrapperDropdownDirection;
66
69
  native: boolean;
67
- }, {}>, {
68
- default?(_: {}): any;
69
- }>;
70
+ }, {}>;
71
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
70
72
  export default _default;
71
73
  type __VLS_WithDefaults<P, D> = {
72
74
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSpinnerProps>, {
19
19
  size: string;
20
20
  }>>>, {
21
- size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
21
+ size: BreakpointCustomizable<SpinnerSize>;
22
22
  }, {}>;
23
23
  export default _default;
24
24
  type __VLS_WithDefaults<P, D> = {
@@ -9,15 +9,17 @@ type PStepperHorizontalItemProps = {
9
9
  */
10
10
  state?: StepperHorizontalItemState;
11
11
  };
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
12
+ declare function __VLS_template(): {
13
+ default?(_: {}): any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
13
16
  disabled: boolean;
14
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
15
18
  disabled: boolean;
16
19
  }>>>, {
17
20
  disabled: boolean;
18
- }, {}>, {
19
- default?(_: {}): any;
20
- }>;
21
+ }, {}>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
23
  export default _default;
22
24
  type __VLS_WithDefaults<P, D> = {
23
25
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -6,7 +6,10 @@ type PStepperHorizontalProps = {
6
6
  */
7
7
  theme?: Theme;
8
8
  };
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
9
+ declare function __VLS_template(): {
10
+ default?(_: {}): any;
11
+ };
12
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
10
13
  size: string;
11
14
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
15
  stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
@@ -17,10 +20,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
20
  onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
18
21
  onStepChange?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
19
22
  }, {
20
- size: BreakpointCustomizable<"small" | "medium">;
21
- }, {}>, {
22
- default?(_: {}): any;
23
- }>;
23
+ size: BreakpointCustomizable<StepperHorizontalSize>;
24
+ }, {}>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
26
  export default _default;
25
27
  type __VLS_WithDefaults<P, D> = {
26
28
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -29,7 +29,10 @@ type PSwitchProps = {
29
29
  */
30
30
  theme?: Theme;
31
31
  };
32
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
32
+ declare function __VLS_template(): {
33
+ default?(_: {}): any;
34
+ };
35
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
33
36
  alignLabel: string;
34
37
  checked: boolean;
35
38
  disabled: boolean;
@@ -54,11 +57,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
57
  disabled: boolean;
55
58
  hideLabel: BreakpointCustomizable<boolean>;
56
59
  loading: boolean;
57
- alignLabel: BreakpointCustomizable<"start" | "end" | "left" | "right">;
60
+ alignLabel: BreakpointCustomizable<SwitchAlignLabel>;
58
61
  checked: boolean;
59
- }, {}>, {
60
- default?(_: {}): any;
61
- }>;
62
+ }, {}>;
63
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
62
64
  export default _default;
63
65
  type __VLS_WithDefaults<P, D> = {
64
66
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -4,15 +4,17 @@ type PTableCellProps = {
4
4
  */
5
5
  multiline?: boolean;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
7
+ declare function __VLS_template(): {
8
+ default?(_: {}): any;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
8
11
  multiline: boolean;
9
12
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
10
13
  multiline: boolean;
11
14
  }>>>, {
12
15
  multiline: boolean;
13
- }, {}>, {
14
- default?(_: {}): any;
15
- }>;
16
+ }, {}>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
18
  export default _default;
17
19
  type __VLS_WithDefaults<P, D> = {
18
20
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -13,7 +13,10 @@ type PTableHeadCellProps = {
13
13
  */
14
14
  sort?: TableHeadCellSort;
15
15
  };
16
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
16
+ declare function __VLS_template(): {
17
+ default?(_: {}): any;
18
+ };
19
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
17
20
  hideLabel: boolean;
18
21
  multiline: boolean;
19
22
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
@@ -22,9 +25,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
25
  }>>>, {
23
26
  hideLabel: boolean;
24
27
  multiline: boolean;
25
- }, {}>, {
26
- default?(_: {}): any;
27
- }>;
28
+ }, {}>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
30
  export default _default;
29
31
  type __VLS_WithDefaults<P, D> = {
30
32
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -9,15 +9,17 @@ type PTableProps = {
9
9
  */
10
10
  theme?: Theme;
11
11
  };
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ declare function __VLS_template(): {
13
+ default?(_: {}): any;
14
+ };
15
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
16
  sortingChange: (value: import("../types").TableHeadCellSort) => void;
14
17
  update: (value: import("../types").TableHeadCellSort) => void;
15
18
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTableProps>>> & {
16
19
  onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
17
20
  onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
18
- }, {}, {}>, {
19
- default?(_: {}): any;
20
- }>;
21
+ }, {}, {}>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
23
  export default _default;
22
24
  type __VLS_WithTemplateSlots<T, S> = T & {
23
25
  new (): {
@@ -25,7 +25,10 @@ type PTabsBarProps = {
25
25
  */
26
26
  weight?: TabsBarWeight;
27
27
  };
28
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
28
+ declare function __VLS_template(): {
29
+ default?(_: {}): any;
30
+ };
31
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
29
32
  gradientColor: string;
30
33
  size: string;
31
34
  weight: string;
@@ -40,12 +43,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
43
  onUpdate?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
41
44
  onTabChange?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
42
45
  }, {
43
- weight: "regular" | "semi-bold" | "semibold";
44
- size: BreakpointCustomizable<"small" | "medium">;
45
- gradientColor: "background-base" | "background-surface";
46
- }, {}>, {
47
- default?(_: {}): any;
48
- }>;
46
+ weight: TabsBarWeight;
47
+ size: BreakpointCustomizable<TabsBarSize>;
48
+ gradientColor: TabsBarGradientColor;
49
+ }, {}>;
50
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
51
  export default _default;
50
52
  type __VLS_WithDefaults<P, D> = {
51
53
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -4,9 +4,11 @@ type PTabsItemProps = {
4
4
  */
5
5
  label: string;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTabsItemProps>>>, {}, {}>, {
7
+ declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
- }>;
9
+ };
10
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTabsItemProps>>>, {}, {}>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
12
  export default _default;
11
13
  type __VLS_WithTemplateSlots<T, S> = T & {
12
14
  new (): {
@@ -25,7 +25,10 @@ type PTabsProps = {
25
25
  */
26
26
  weight?: TabsWeight;
27
27
  };
28
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
28
+ declare function __VLS_template(): {
29
+ default?(_: {}): any;
30
+ };
31
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
29
32
  activeTabIndex: number;
30
33
  gradientColor: string;
31
34
  size: string;
@@ -42,13 +45,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
42
45
  onUpdate?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
43
46
  onTabChange?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
44
47
  }, {
45
- weight: "regular" | "semi-bold" | "semibold";
46
- size: BreakpointCustomizable<"small" | "medium">;
47
- gradientColor: "background-base" | "background-surface";
48
+ weight: TabsWeight;
49
+ size: BreakpointCustomizable<TabsSize>;
50
+ gradientColor: TabsGradientColor;
48
51
  activeTabIndex: number;
49
- }, {}>, {
50
- default?(_: {}): any;
51
- }>;
52
+ }, {}>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
52
54
  export default _default;
53
55
  type __VLS_WithDefaults<P, D> = {
54
56
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -17,15 +17,17 @@ type PTagDismissibleProps = {
17
17
  */
18
18
  theme?: Theme;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
20
+ declare function __VLS_template(): {
21
+ default?(_: {}): any;
22
+ };
23
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
21
24
  color: string;
22
25
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
23
26
  color: string;
24
27
  }>>>, {
25
- color: "background-base" | "background-surface" | "background-default";
26
- }, {}>, {
27
- default?(_: {}): any;
28
- }>;
28
+ color: TagDismissibleColor;
29
+ }, {}>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
31
  export default _default;
30
32
  type __VLS_WithDefaults<P, D> = {
31
33
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -4,6 +4,10 @@ type PTagProps = {
4
4
  * Background color variations depending on theme property.
5
5
  */
6
6
  color?: TagColor;
7
+ /**
8
+ * Displays as compact version.
9
+ */
10
+ compact?: boolean;
7
11
  /**
8
12
  * The icon shown.
9
13
  */
@@ -17,15 +21,20 @@ type PTagProps = {
17
21
  */
18
22
  theme?: Theme;
19
23
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
24
+ declare function __VLS_template(): {
25
+ default?(_: {}): any;
26
+ };
27
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
21
28
  color: string;
29
+ compact: boolean;
22
30
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
23
31
  color: string;
32
+ compact: boolean;
24
33
  }>>>, {
25
- color: "background-base" | "background-surface" | "primary" | "notification-success" | "notification-warning" | "notification-error" | "neutral-contrast-high" | "notification-neutral" | "background-default" | "notification-info-soft" | "notification-warning-soft" | "notification-success-soft" | "notification-error-soft";
26
- }, {}>, {
27
- default?(_: {}): any;
28
- }>;
34
+ compact: boolean;
35
+ color: TagColor;
36
+ }, {}>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
38
  export default _default;
30
39
  type __VLS_WithDefaults<P, D> = {
31
40
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,22 +1,23 @@
1
- import { defineComponent as a, ref as m, inject as f, onMounted as u, onUpdated as d, watch as i, openBlock as l, createBlock as h, resolveDynamicComponent as _, unref as C, withCtx as y, 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, openBlock as i, createBlock 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
- const b = /* @__PURE__ */ a({
3
+ const R = /* @__PURE__ */ s({
4
4
  __name: "TagWrapper",
5
5
  props: {
6
6
  color: { default: "background-surface" },
7
+ compact: { type: Boolean, default: !1 },
7
8
  icon: {},
8
9
  iconSource: {},
9
10
  theme: {}
10
11
  },
11
12
  setup(p) {
12
- const s = k("p-tag"), e = p, o = m(), n = f(w), r = () => c(o, { ...e, theme: e.theme || n.value });
13
- return u(r), d(r), i(n, (t) => {
13
+ const a = k("p-tag"), e = p, o = m(), n = f(w), r = () => c(o, { ...e, theme: e.theme || n.value });
14
+ return u(r), l(r), d(n, (t) => {
14
15
  c(o, { theme: e.theme || t });
15
- }), (t, x) => (l(), h(_(C(s)), {
16
+ }), (t, x) => (i(), h(_(y(a)), {
16
17
  ref_key: "pdsComponentRef",
17
18
  ref: o
18
19
  }, {
19
- default: y(() => [
20
+ default: C(() => [
20
21
  g(t.$slots, "default")
21
22
  ]),
22
23
  _: 3
@@ -24,5 +25,5 @@ const b = /* @__PURE__ */ a({
24
25
  }
25
26
  });
26
27
  export {
27
- b as default
28
+ R as default
28
29
  };
@@ -57,21 +57,10 @@ type PTextFieldWrapperProps = {
57
57
  */
58
58
  unitPosition?: TextFieldWrapperUnitPosition;
59
59
  };
60
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
61
- actionLoading: boolean;
62
- description: string;
63
- hideLabel: boolean;
64
- label: string;
65
- message: string;
66
- showCounter: boolean;
67
- showPasswordToggle: boolean;
68
- state: string;
69
- submitButton: boolean;
70
- unit: string;
71
- unitPosition: string;
72
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
- [x: string]: (...args: unknown[]) => void;
74
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
60
+ declare function __VLS_template(): {
61
+ default?(_: {}): any;
62
+ };
63
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
75
64
  actionLoading: boolean;
76
65
  description: string;
77
66
  hideLabel: boolean;
@@ -83,10 +72,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
72
  submitButton: boolean;
84
73
  unit: string;
85
74
  unitPosition: string;
86
- }>>>, {
75
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
87
76
  label: string;
88
77
  description: string;
89
- state: "none" | "success" | "error";
78
+ state: TextFieldWrapperState;
90
79
  hideLabel: BreakpointCustomizable<boolean>;
91
80
  message: string;
92
81
  actionLoading: boolean;
@@ -94,10 +83,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
94
83
  showPasswordToggle: boolean;
95
84
  submitButton: boolean;
96
85
  unit: string;
97
- unitPosition: "prefix" | "suffix";
98
- }, {}>, {
99
- default?(_: {}): any;
100
- }>;
86
+ unitPosition: TextFieldWrapperUnitPosition;
87
+ }, {}>;
88
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
101
89
  export default _default;
102
90
  type __VLS_WithDefaults<P, D> = {
103
91
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -1,6 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
1
+ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
- }>;
3
+ };
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
4
6
  export default _default;
5
7
  type __VLS_WithTemplateSlots<T, S> = T & {
6
8
  new (): {
@@ -17,15 +17,17 @@ type PTextListProps = {
17
17
  */
18
18
  type?: TextListType;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
20
+ declare function __VLS_template(): {
21
+ default?(_: {}): any;
22
+ };
23
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
21
24
  type: string;
22
25
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
23
26
  type: string;
24
27
  }>>>, {
25
- type: "unordered" | "numbered" | "alphabetically";
26
- }, {}>, {
27
- default?(_: {}): any;
28
- }>;
28
+ type: TextListType;
29
+ }, {}>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
31
  export default _default;
30
32
  type __VLS_WithDefaults<P, D> = {
31
33
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -29,7 +29,10 @@ type PTextProps = {
29
29
  */
30
30
  weight?: TextWeight;
31
31
  };
32
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
32
+ declare function __VLS_template(): {
33
+ default?(_: {}): any;
34
+ };
35
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
33
36
  align: string;
34
37
  color: string;
35
38
  ellipsis: boolean;
@@ -44,15 +47,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
47
  tag: string;
45
48
  weight: string;
46
49
  }>>>, {
47
- weight: "regular" | "semi-bold" | "bold" | "thin" | "semibold";
48
- size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large" | "x-large" | "xx-small" | "x-small">;
49
- tag: "time" | "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "legend";
50
- align: "center" | "start" | "end" | "left" | "right";
51
- 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";
50
+ weight: TextWeight;
51
+ size: BreakpointCustomizable<TextSize>;
52
+ tag: TextTag;
53
+ align: TextAlign;
54
+ color: TextColor;
52
55
  ellipsis: boolean;
53
- }, {}>, {
54
- default?(_: {}): any;
55
- }>;
56
+ }, {}>;
57
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
56
58
  export default _default;
57
59
  type __VLS_WithDefaults<P, D> = {
58
60
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -33,7 +33,10 @@ type PTextareaWrapperProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
36
+ declare function __VLS_template(): {
37
+ default?(_: {}): any;
38
+ };
39
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
37
40
  description: string;
38
41
  hideLabel: boolean;
39
42
  label: string;
@@ -50,13 +53,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
53
  }>>>, {
51
54
  label: string;
52
55
  description: string;
53
- state: "none" | "success" | "error";
56
+ state: TextareaWrapperState;
54
57
  hideLabel: BreakpointCustomizable<boolean>;
55
58
  message: string;
56
59
  showCounter: boolean;
57
- }, {}>, {
58
- default?(_: {}): any;
59
- }>;
60
+ }, {}>;
61
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
60
62
  export default _default;
61
63
  type __VLS_WithDefaults<P, D> = {
62
64
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
@@ -28,8 +28,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  size: string;
29
29
  target: string;
30
30
  }>>>, {
31
- size: "inherit" | "small";
32
- target: string;
31
+ size: WordmarkSize;
32
+ target: WordmarkTarget;
33
33
  }, {}>;
34
34
  export default _default;
35
35
  type __VLS_WithDefaults<P, D> = {
@@ -35,6 +35,7 @@ export { default as PModal } from './ModalWrapper.vue';
35
35
  export { default as PModelSignature } from './ModelSignatureWrapper.vue';
36
36
  export { default as PMultiSelect } from './MultiSelectWrapper.vue';
37
37
  export { default as PMultiSelectOption } from './MultiSelectOptionWrapper.vue';
38
+ export { default as POptgroup } from './OptgroupWrapper.vue';
38
39
  export { default as PPagination } from './PaginationWrapper.vue';
39
40
  export { default as PPinCode } from './PinCodeWrapper.vue';
40
41
  export { default as PPopover } from './PopoverWrapper.vue';