@porsche-design-system/components-vue 3.29.0-rc.1 → 3.29.0-rc.3

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 (98) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/cjs/PorscheDesignSystemProvider.vue.cjs +1 -1
  3. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -0
  4. package/cjs/lib/components/InputEmailWrapper.vue2.cjs +1 -0
  5. package/cjs/public-api.cjs +1 -1
  6. package/esm/PorscheDesignSystemProvider.vue.d.ts +6 -6
  7. package/esm/PorscheDesignSystemProvider.vue.mjs +11 -8
  8. package/esm/lib/components/AccordionWrapper.vue.d.ts +8 -7
  9. package/esm/lib/components/BannerWrapper.vue.d.ts +13 -6
  10. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +6 -5
  11. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +7 -6
  12. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +7 -6
  13. package/esm/lib/components/ButtonWrapper.vue.d.ts +7 -6
  14. package/esm/lib/components/CanvasWrapper.vue.d.ts +12 -5
  15. package/esm/lib/components/CarouselWrapper.vue.d.ts +8 -7
  16. package/esm/lib/components/CheckboxWrapper.vue.d.ts +10 -9
  17. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +6 -5
  18. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +6 -5
  19. package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
  20. package/esm/lib/components/DisplayWrapper.vue.d.ts +6 -5
  21. package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
  22. package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +6 -5
  23. package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +7 -6
  24. package/esm/lib/components/DrilldownWrapper.vue.d.ts +12 -5
  25. package/esm/lib/components/FieldsetWrapper.vue.d.ts +6 -5
  26. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +6 -5
  27. package/esm/lib/components/FlexItemWrapper.vue.d.ts +6 -5
  28. package/esm/lib/components/FlexWrapper.vue.d.ts +6 -5
  29. package/esm/lib/components/FlyoutWrapper.vue.d.ts +12 -5
  30. package/esm/lib/components/GridItemWrapper.vue.d.ts +6 -5
  31. package/esm/lib/components/GridWrapper.vue.d.ts +6 -5
  32. package/esm/lib/components/HeadingWrapper.vue.d.ts +6 -5
  33. package/esm/lib/components/HeadlineWrapper.vue.d.ts +6 -5
  34. package/esm/lib/components/IconWrapper.vue.d.ts +2 -2
  35. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +13 -6
  36. package/esm/lib/components/InputEmailWrapper.vue.d.ts +122 -0
  37. package/esm/lib/components/InputEmailWrapper.vue.mjs +48 -0
  38. package/esm/lib/components/InputEmailWrapper.vue2.mjs +4 -0
  39. package/esm/lib/components/InputNumberWrapper.vue.d.ts +28 -27
  40. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +29 -28
  41. package/esm/lib/components/InputSearchWrapper.vue.d.ts +28 -27
  42. package/esm/lib/components/InputTextWrapper.vue.d.ts +29 -28
  43. package/esm/lib/components/LinkPureWrapper.vue.d.ts +7 -6
  44. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +7 -6
  45. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +6 -5
  46. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +8 -7
  47. package/esm/lib/components/LinkTileWrapper.vue.d.ts +7 -6
  48. package/esm/lib/components/LinkWrapper.vue.d.ts +7 -6
  49. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -2
  50. package/esm/lib/components/ModalWrapper.vue.d.ts +12 -5
  51. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +6 -5
  52. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +6 -5
  53. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +8 -7
  54. package/esm/lib/components/OptgroupWrapper.vue.d.ts +6 -5
  55. package/esm/lib/components/PaginationWrapper.vue.d.ts +3 -3
  56. package/esm/lib/components/PinCodeWrapper.vue.d.ts +8 -7
  57. package/esm/lib/components/PopoverWrapper.vue.d.ts +12 -5
  58. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +6 -5
  59. package/esm/lib/components/ScrollerWrapper.vue.d.ts +6 -5
  60. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +6 -5
  61. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +8 -7
  62. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +6 -5
  63. package/esm/lib/components/SelectWrapper.vue.d.ts +9 -8
  64. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +6 -5
  65. package/esm/lib/components/SheetWrapper.vue.d.ts +12 -5
  66. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
  67. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +6 -5
  68. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +8 -7
  69. package/esm/lib/components/SwitchWrapper.vue.d.ts +9 -8
  70. package/esm/lib/components/TableBodyWrapper.vue.d.ts +6 -5
  71. package/esm/lib/components/TableCellWrapper.vue.d.ts +6 -5
  72. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +6 -5
  73. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +6 -5
  74. package/esm/lib/components/TableHeadWrapper.vue.d.ts +6 -5
  75. package/esm/lib/components/TableRowWrapper.vue.d.ts +6 -5
  76. package/esm/lib/components/TableWrapper.vue.d.ts +8 -7
  77. package/esm/lib/components/TabsBarWrapper.vue.d.ts +8 -7
  78. package/esm/lib/components/TabsItemWrapper.vue.d.ts +6 -5
  79. package/esm/lib/components/TabsWrapper.vue.d.ts +8 -7
  80. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +6 -5
  81. package/esm/lib/components/TagWrapper.vue.d.ts +6 -5
  82. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +12 -5
  83. package/esm/lib/components/TextListItemWrapper.vue.d.ts +6 -5
  84. package/esm/lib/components/TextListWrapper.vue.d.ts +6 -5
  85. package/esm/lib/components/TextWrapper.vue.d.ts +7 -6
  86. package/esm/lib/components/TextareaWrapper.vue.d.ts +29 -28
  87. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +6 -5
  88. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
  89. package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
  90. package/esm/lib/components/index.d.ts +1 -0
  91. package/esm/lib/types.d.ts +4 -27
  92. package/esm/public-api.mjs +116 -114
  93. package/package.json +7 -7
  94. package/partials/esm/index.mjs +1 -0
  95. package/partials/package.json +3 -3
  96. package/partials/index.js +0 -12
  97. /package/partials/{index.cjs → cjs/index.cjs} +0 -0
  98. /package/partials/{index.d.ts → esm/index.d.ts} +0 -0
@@ -29,10 +29,11 @@ type PModelSignatureProps = {
29
29
  */
30
30
  theme?: Theme;
31
31
  };
32
- declare function __VLS_template(): {
33
- default?(_: {}): any;
32
+ declare var __VLS_8: {};
33
+ type __VLS_Slots = {} & {
34
+ default?: (props: typeof __VLS_8) => any;
34
35
  };
35
- declare const __VLS_component: import("vue").DefineComponent<PModelSignatureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PModelSignatureProps> & Readonly<{}>, {
36
+ declare const __VLS_component: import("vue").DefineComponent<PModelSignatureProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PModelSignatureProps> & Readonly<{}>, {
36
37
  size: ModelSignatureSize;
37
38
  color: ModelSignatureColor;
38
39
  lazy: boolean;
@@ -40,9 +41,9 @@ declare const __VLS_component: import("vue").DefineComponent<PModelSignatureProp
40
41
  fetchPriority: ModelSignatureFetchPriority;
41
42
  safeZone: boolean;
42
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
44
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
45
  export default _default;
45
- type __VLS_WithTemplateSlots<T, S> = T & {
46
+ type __VLS_WithSlots<T, S> = T & {
46
47
  new (): {
47
48
  $slots: S;
48
49
  };
@@ -8,15 +8,16 @@ type PMultiSelectOptionProps = {
8
8
  */
9
9
  value: string;
10
10
  };
11
- declare function __VLS_template(): {
12
- default?(_: {}): any;
11
+ declare var __VLS_8: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
13
14
  };
14
- declare const __VLS_component: import("vue").DefineComponent<PMultiSelectOptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMultiSelectOptionProps> & Readonly<{}>, {
15
+ declare const __VLS_component: import("vue").DefineComponent<PMultiSelectOptionProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMultiSelectOptionProps> & Readonly<{}>, {
15
16
  disabled: boolean;
16
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
19
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
21
22
  $slots: S;
22
23
  };
@@ -49,27 +49,28 @@ type PMultiSelectProps = {
49
49
  */
50
50
  value?: string[];
51
51
  };
52
- declare function __VLS_template(): {
53
- default?(_: {}): any;
52
+ declare var __VLS_8: {};
53
+ type __VLS_Slots = {} & {
54
+ default?: (props: typeof __VLS_8) => any;
54
55
  };
55
- declare const __VLS_component: import("vue").DefineComponent<PMultiSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
56
- update: (value: import("../types").MultiSelectUpdateEvent) => void;
56
+ declare const __VLS_component: import("vue").DefineComponent<PMultiSelectProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
57
+ update: (value: import("../types").MultiSelectUpdateEvent) => any;
57
58
  }, string, import("vue").PublicProps, Readonly<PMultiSelectProps> & Readonly<{
58
59
  onUpdate?: ((value: import("../types").MultiSelectUpdateEvent) => any) | undefined;
59
60
  }>, {
60
61
  label: string;
61
62
  description: string;
62
- disabled: boolean;
63
63
  state: MultiSelectState;
64
64
  required: boolean;
65
+ disabled: boolean;
65
66
  hideLabel: BreakpointCustomizable<boolean>;
66
67
  value: string[];
67
68
  message: string;
68
69
  dropdownDirection: MultiSelectDropdownDirection;
69
70
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
70
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
71
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
71
72
  export default _default;
72
- type __VLS_WithTemplateSlots<T, S> = T & {
73
+ type __VLS_WithSlots<T, S> = T & {
73
74
  new (): {
74
75
  $slots: S;
75
76
  };
@@ -8,15 +8,16 @@ type POptgroupProps = {
8
8
  */
9
9
  label?: string;
10
10
  };
11
- declare function __VLS_template(): {
12
- default?(_: {}): any;
11
+ declare var __VLS_8: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
13
14
  };
14
- declare const __VLS_component: import("vue").DefineComponent<POptgroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<POptgroupProps> & Readonly<{}>, {
15
+ declare const __VLS_component: import("vue").DefineComponent<POptgroupProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<POptgroupProps> & Readonly<{}>, {
15
16
  disabled: boolean;
16
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
19
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
21
22
  $slots: S;
22
23
  };
@@ -46,9 +46,9 @@ type PPaginationProps = {
46
46
  */
47
47
  totalItemsCount: number;
48
48
  };
49
- declare const _default: import("vue").DefineComponent<PPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
50
- pageChange: (value: import("../types").PaginationUpdateEvent) => void;
51
- update: (value: import("../types").PaginationUpdateEvent) => void;
49
+ declare const _default: import("vue").DefineComponent<PPaginationProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
50
+ update: (value: import("../types").PaginationUpdateEvent) => any;
51
+ pageChange: (value: import("../types").PaginationUpdateEvent) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<PPaginationProps> & Readonly<{
53
53
  onUpdate?: ((value: import("../types").PaginationUpdateEvent) => any) | undefined;
54
54
  onPageChange?: ((value: import("../types").PaginationUpdateEvent) => any) | undefined;
@@ -57,11 +57,12 @@ type PPinCodeProps = {
57
57
  */
58
58
  value?: string;
59
59
  };
60
- declare function __VLS_template(): {
61
- default?(_: {}): any;
60
+ declare var __VLS_8: {};
61
+ type __VLS_Slots = {} & {
62
+ default?: (props: typeof __VLS_8) => any;
62
63
  };
63
- declare const __VLS_component: import("vue").DefineComponent<PPinCodeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
- update: (value: import("../types").PinCodeUpdateEvent) => void;
64
+ declare const __VLS_component: import("vue").DefineComponent<PPinCodeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
+ update: (value: import("../types").PinCodeUpdateEvent) => any;
65
66
  }, string, import("vue").PublicProps, Readonly<PPinCodeProps> & Readonly<{
66
67
  onUpdate?: ((value: import("../types").PinCodeUpdateEvent) => any) | undefined;
67
68
  }>, {
@@ -69,17 +70,17 @@ declare const __VLS_component: import("vue").DefineComponent<PPinCodeProps, {},
69
70
  length: PinCodeLength;
70
71
  type: PinCodeType;
71
72
  description: string;
72
- disabled: boolean;
73
73
  state: PinCodeState;
74
74
  required: boolean;
75
+ disabled: boolean;
75
76
  hideLabel: BreakpointCustomizable<boolean>;
76
77
  loading: boolean;
77
78
  value: string;
78
79
  message: string;
79
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
80
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
81
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
81
82
  export default _default;
82
- type __VLS_WithTemplateSlots<T, S> = T & {
83
+ type __VLS_WithSlots<T, S> = T & {
83
84
  new (): {
84
85
  $slots: S;
85
86
  };
@@ -21,16 +21,23 @@ type PPopoverProps = {
21
21
  */
22
22
  theme?: Theme;
23
23
  };
24
- declare function __VLS_template(): {
25
- default?(_: {}): any;
24
+ declare var __VLS_8: {};
25
+ type __VLS_Slots = {} & {
26
+ default?: (props: typeof __VLS_8) => any;
26
27
  };
27
- declare const __VLS_component: import("vue").DefineComponent<PPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
28
+ declare const __VLS_component: import("vue").DefineComponent<PPopoverProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ [x: string]: any;
30
+ } & {
31
+ [x: string]: any;
32
+ }, string, import("vue").PublicProps, Readonly<PPopoverProps> & Readonly<{
33
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
34
+ }>, {
28
35
  open: boolean;
29
36
  direction: PopoverDirection;
30
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
39
  export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
40
+ type __VLS_WithSlots<T, S> = T & {
34
41
  new (): {
35
42
  $slots: S;
36
43
  };
@@ -25,19 +25,20 @@ type PRadioButtonWrapperProps = {
25
25
  */
26
26
  theme?: Theme;
27
27
  };
28
- declare function __VLS_template(): {
29
- default?(_: {}): any;
28
+ declare var __VLS_8: {};
29
+ type __VLS_Slots = {} & {
30
+ default?: (props: typeof __VLS_8) => any;
30
31
  };
31
- declare const __VLS_component: import("vue").DefineComponent<PRadioButtonWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PRadioButtonWrapperProps> & Readonly<{}>, {
32
+ declare const __VLS_component: import("vue").DefineComponent<PRadioButtonWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PRadioButtonWrapperProps> & Readonly<{}>, {
32
33
  label: string;
33
34
  state: RadioButtonWrapperState;
34
35
  hideLabel: BreakpointCustomizable<boolean>;
35
36
  loading: boolean;
36
37
  message: string;
37
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
39
40
  export default _default;
40
- type __VLS_WithTemplateSlots<T, S> = T & {
41
+ type __VLS_WithSlots<T, S> = T & {
41
42
  new (): {
42
43
  $slots: S;
43
44
  };
@@ -33,17 +33,18 @@ type PScrollerProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare function __VLS_template(): {
37
- default?(_: {}): any;
36
+ declare var __VLS_8: {};
37
+ type __VLS_Slots = {} & {
38
+ default?: (props: typeof __VLS_8) => any;
38
39
  };
39
- declare const __VLS_component: import("vue").DefineComponent<PScrollerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PScrollerProps> & Readonly<{}>, {
40
+ declare const __VLS_component: import("vue").DefineComponent<PScrollerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PScrollerProps> & Readonly<{}>, {
40
41
  scrollbar: boolean;
41
42
  gradientColor: ScrollerGradientColor;
42
43
  alignScrollIndicator: ScrollerAlignScrollIndicator;
43
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
45
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
45
46
  export default _default;
46
- type __VLS_WithTemplateSlots<T, S> = T & {
47
+ type __VLS_WithSlots<T, S> = T & {
47
48
  new (): {
48
49
  $slots: S;
49
50
  };
@@ -25,15 +25,16 @@ type PSegmentedControlItemProps = {
25
25
  */
26
26
  value: string | number;
27
27
  };
28
- declare function __VLS_template(): {
29
- default?(_: {}): any;
28
+ declare var __VLS_8: {};
29
+ type __VLS_Slots = {} & {
30
+ default?: (props: typeof __VLS_8) => any;
30
31
  };
31
- declare const __VLS_component: import("vue").DefineComponent<PSegmentedControlItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSegmentedControlItemProps> & Readonly<{}>, {
32
+ declare const __VLS_component: import("vue").DefineComponent<PSegmentedControlItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSegmentedControlItemProps> & Readonly<{}>, {
32
33
  disabled: boolean;
33
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
35
36
  export default _default;
36
- type __VLS_WithTemplateSlots<T, S> = T & {
37
+ type __VLS_WithSlots<T, S> = T & {
37
38
  new (): {
38
39
  $slots: S;
39
40
  };
@@ -29,12 +29,13 @@ type PSegmentedControlProps = {
29
29
  */
30
30
  value?: string | number;
31
31
  };
32
- declare function __VLS_template(): {
33
- default?(_: {}): any;
32
+ declare var __VLS_8: {};
33
+ type __VLS_Slots = {} & {
34
+ default?: (props: typeof __VLS_8) => any;
34
35
  };
35
- declare const __VLS_component: import("vue").DefineComponent<PSegmentedControlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
- segmentedControlChange: (value: import("../types").SegmentedControlUpdateEvent) => void;
37
- update: (value: import("../types").SegmentedControlUpdateEvent) => void;
36
+ declare const __VLS_component: import("vue").DefineComponent<PSegmentedControlProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
37
+ update: (value: import("../types").SegmentedControlUpdateEvent) => any;
38
+ segmentedControlChange: (value: import("../types").SegmentedControlUpdateEvent) => any;
38
39
  }, string, import("vue").PublicProps, Readonly<PSegmentedControlProps> & Readonly<{
39
40
  onUpdate?: ((value: import("../types").SegmentedControlUpdateEvent) => any) | undefined;
40
41
  onSegmentedControlChange?: ((value: import("../types").SegmentedControlUpdateEvent) => any) | undefined;
@@ -42,9 +43,9 @@ declare const __VLS_component: import("vue").DefineComponent<PSegmentedControlPr
42
43
  disabled: boolean;
43
44
  columns: BreakpointCustomizable<SegmentedControlColumns>;
44
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
46
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
46
47
  export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
48
+ type __VLS_WithSlots<T, S> = T & {
48
49
  new (): {
49
50
  $slots: S;
50
51
  };
@@ -8,15 +8,16 @@ type PSelectOptionProps = {
8
8
  */
9
9
  value?: string;
10
10
  };
11
- declare function __VLS_template(): {
12
- default?(_: {}): any;
11
+ declare var __VLS_8: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
13
14
  };
14
- declare const __VLS_component: import("vue").DefineComponent<PSelectOptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSelectOptionProps> & Readonly<{}>, {
15
+ declare const __VLS_component: import("vue").DefineComponent<PSelectOptionProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSelectOptionProps> & Readonly<{}>, {
15
16
  disabled: boolean;
16
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
19
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
21
22
  $slots: S;
22
23
  };
@@ -57,28 +57,29 @@ type PSelectProps = {
57
57
  */
58
58
  value?: string;
59
59
  };
60
- declare function __VLS_template(): {
61
- default?(_: {}): any;
60
+ declare var __VLS_8: {};
61
+ type __VLS_Slots = {} & {
62
+ default?: (props: typeof __VLS_8) => any;
62
63
  };
63
- declare const __VLS_component: import("vue").DefineComponent<PSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
- update: (value: SelectUpdateEventDetail) => void;
64
+ declare const __VLS_component: import("vue").DefineComponent<PSelectProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
+ update: (value: SelectUpdateEventDetail) => any;
65
66
  }, string, import("vue").PublicProps, Readonly<PSelectProps> & Readonly<{
66
67
  onUpdate?: ((value: SelectUpdateEventDetail) => any) | undefined;
67
68
  }>, {
68
69
  filter: boolean;
69
70
  label: string;
70
- description: string;
71
- disabled: boolean;
72
71
  compact: boolean;
72
+ description: string;
73
73
  state: SelectState;
74
74
  required: boolean;
75
+ disabled: boolean;
75
76
  hideLabel: BreakpointCustomizable<boolean>;
76
77
  message: string;
77
78
  dropdownDirection: SelectDropdownDirection;
78
79
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
79
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
80
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
80
81
  export default _default;
81
- type __VLS_WithTemplateSlots<T, S> = T & {
82
+ type __VLS_WithSlots<T, S> = T & {
82
83
  new (): {
83
84
  $slots: S;
84
85
  };
@@ -37,10 +37,11 @@ type PSelectWrapperProps = {
37
37
  */
38
38
  theme?: Theme;
39
39
  };
40
- declare function __VLS_template(): {
41
- default?(_: {}): any;
40
+ declare var __VLS_8: {};
41
+ type __VLS_Slots = {} & {
42
+ default?: (props: typeof __VLS_8) => any;
42
43
  };
43
- declare const __VLS_component: import("vue").DefineComponent<PSelectWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSelectWrapperProps> & Readonly<{}>, {
44
+ declare const __VLS_component: import("vue").DefineComponent<PSelectWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSelectWrapperProps> & Readonly<{}>, {
44
45
  filter: boolean;
45
46
  label: string;
46
47
  description: string;
@@ -50,9 +51,9 @@ declare const __VLS_component: import("vue").DefineComponent<PSelectWrapperProps
50
51
  dropdownDirection: SelectWrapperDropdownDirection;
51
52
  native: boolean;
52
53
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
54
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
54
55
  export default _default;
55
- type __VLS_WithTemplateSlots<T, S> = T & {
56
+ type __VLS_WithSlots<T, S> = T & {
56
57
  new (): {
57
58
  $slots: S;
58
59
  };
@@ -21,17 +21,24 @@ type PSheetProps = {
21
21
  */
22
22
  theme?: Theme;
23
23
  };
24
- declare function __VLS_template(): {
25
- default?(_: {}): any;
24
+ declare var __VLS_8: {};
25
+ type __VLS_Slots = {} & {
26
+ default?: (props: typeof __VLS_8) => any;
26
27
  };
27
- declare const __VLS_component: import("vue").DefineComponent<PSheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
28
+ declare const __VLS_component: import("vue").DefineComponent<PSheetProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ [x: string]: any;
30
+ } & {
31
+ [x: string]: any;
32
+ }, string, import("vue").PublicProps, Readonly<PSheetProps> & Readonly<{
33
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
34
+ }>, {
28
35
  open: boolean;
29
36
  dismissButton: boolean;
30
37
  disableBackdropClick: boolean;
31
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
40
  export default _default;
34
- type __VLS_WithTemplateSlots<T, S> = T & {
41
+ type __VLS_WithSlots<T, S> = T & {
35
42
  new (): {
36
43
  $slots: S;
37
44
  };
@@ -13,7 +13,7 @@ type PSpinnerProps = {
13
13
  */
14
14
  theme?: Theme;
15
15
  };
16
- declare const _default: import("vue").DefineComponent<PSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSpinnerProps> & Readonly<{}>, {
16
+ declare const _default: import("vue").DefineComponent<PSpinnerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PSpinnerProps> & Readonly<{}>, {
17
17
  size: BreakpointCustomizable<SpinnerSize>;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
@@ -9,15 +9,16 @@ type PStepperHorizontalItemProps = {
9
9
  */
10
10
  state?: StepperHorizontalItemState;
11
11
  };
12
- declare function __VLS_template(): {
13
- default?(_: {}): any;
12
+ declare var __VLS_8: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_8) => any;
14
15
  };
15
- declare const __VLS_component: import("vue").DefineComponent<PStepperHorizontalItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PStepperHorizontalItemProps> & Readonly<{}>, {
16
+ declare const __VLS_component: import("vue").DefineComponent<PStepperHorizontalItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PStepperHorizontalItemProps> & Readonly<{}>, {
16
17
  disabled: boolean;
17
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
20
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
21
+ type __VLS_WithSlots<T, S> = T & {
21
22
  new (): {
22
23
  $slots: S;
23
24
  };
@@ -6,21 +6,22 @@ type PStepperHorizontalProps = {
6
6
  */
7
7
  theme?: Theme;
8
8
  };
9
- declare function __VLS_template(): {
10
- default?(_: {}): any;
9
+ declare var __VLS_8: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
11
12
  };
12
- declare const __VLS_component: import("vue").DefineComponent<PStepperHorizontalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
14
- update: (value: import("../types").StepperHorizontalUpdateEvent) => void;
13
+ declare const __VLS_component: import("vue").DefineComponent<PStepperHorizontalProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
+ update: (value: import("../types").StepperHorizontalUpdateEvent) => any;
15
+ stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => any;
15
16
  }, string, import("vue").PublicProps, Readonly<PStepperHorizontalProps> & Readonly<{
16
17
  onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
17
18
  onStepChange?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
18
19
  }>, {
19
20
  size: BreakpointCustomizable<StepperHorizontalSize>;
20
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
23
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
24
+ type __VLS_WithSlots<T, S> = T & {
24
25
  new (): {
25
26
  $slots: S;
26
27
  };
@@ -33,27 +33,28 @@ type PSwitchProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare function __VLS_template(): {
37
- default?(_: {}): any;
36
+ declare var __VLS_8: {};
37
+ type __VLS_Slots = {} & {
38
+ default?: (props: typeof __VLS_8) => any;
38
39
  };
39
- declare const __VLS_component: import("vue").DefineComponent<PSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
- switchChange: (value: import("../types").SwitchUpdateEvent) => void;
41
- update: (value: import("../types").SwitchUpdateEvent) => void;
40
+ declare const __VLS_component: import("vue").DefineComponent<PSwitchProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ update: (value: import("../types").SwitchUpdateEvent) => any;
42
+ switchChange: (value: import("../types").SwitchUpdateEvent) => any;
42
43
  }, string, import("vue").PublicProps, Readonly<PSwitchProps> & Readonly<{
43
44
  onUpdate?: ((value: import("../types").SwitchUpdateEvent) => any) | undefined;
44
45
  onSwitchChange?: ((value: import("../types").SwitchUpdateEvent) => any) | undefined;
45
46
  }>, {
46
47
  stretch: BreakpointCustomizable<boolean>;
47
- disabled: boolean;
48
48
  compact: boolean;
49
+ disabled: boolean;
49
50
  hideLabel: BreakpointCustomizable<boolean>;
50
51
  loading: boolean;
51
52
  alignLabel: BreakpointCustomizable<SwitchAlignLabel>;
52
53
  checked: boolean;
53
54
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
54
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
55
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
55
56
  export default _default;
56
- type __VLS_WithTemplateSlots<T, S> = T & {
57
+ type __VLS_WithSlots<T, S> = T & {
57
58
  new (): {
58
59
  $slots: S;
59
60
  };
@@ -1,10 +1,11 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
3
4
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
7
  export default _default;
7
- type __VLS_WithTemplateSlots<T, S> = T & {
8
+ type __VLS_WithSlots<T, S> = T & {
8
9
  new (): {
9
10
  $slots: S;
10
11
  };
@@ -4,15 +4,16 @@ type PTableCellProps = {
4
4
  */
5
5
  multiline?: boolean;
6
6
  };
7
- declare function __VLS_template(): {
8
- default?(_: {}): any;
7
+ declare var __VLS_8: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_8) => any;
9
10
  };
10
- declare const __VLS_component: import("vue").DefineComponent<PTableCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTableCellProps> & Readonly<{}>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<PTableCellProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTableCellProps> & Readonly<{}>, {
11
12
  multiline: boolean;
12
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
15
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
16
17
  new (): {
17
18
  $slots: S;
18
19
  };
@@ -13,16 +13,17 @@ type PTableHeadCellProps = {
13
13
  */
14
14
  sort?: TableHeadCellSort;
15
15
  };
16
- declare function __VLS_template(): {
17
- default?(_: {}): any;
16
+ declare var __VLS_8: {};
17
+ type __VLS_Slots = {} & {
18
+ default?: (props: typeof __VLS_8) => any;
18
19
  };
19
- declare const __VLS_component: import("vue").DefineComponent<PTableHeadCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTableHeadCellProps> & Readonly<{}>, {
20
+ declare const __VLS_component: import("vue").DefineComponent<PTableHeadCellProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTableHeadCellProps> & Readonly<{}>, {
20
21
  hideLabel: boolean;
21
22
  multiline: boolean;
22
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
25
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
26
+ type __VLS_WithSlots<T, S> = T & {
26
27
  new (): {
27
28
  $slots: S;
28
29
  };
@@ -1,10 +1,11 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
1
+ declare var __VLS_7: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_7) => any;
3
4
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
7
  export default _default;
7
- type __VLS_WithTemplateSlots<T, S> = T & {
8
+ type __VLS_WithSlots<T, S> = T & {
8
9
  new (): {
9
10
  $slots: S;
10
11
  };