@porsche-design-system/components-vue 3.22.0-rc.0 → 3.22.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 (81) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue.cjs +1 -1
  3. package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
  4. package/esm/PorscheDesignSystemProvider.vue.d.ts +2 -25
  5. package/esm/lib/components/AccordionWrapper.vue.d.ts +4 -27
  6. package/esm/lib/components/BannerWrapper.vue.d.ts +2 -26
  7. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +2 -29
  8. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -44
  9. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -44
  10. package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -36
  11. package/esm/lib/components/CanvasWrapper.vue.d.ts +2 -22
  12. package/esm/lib/components/CarouselWrapper.vue.d.ts +4 -43
  13. package/esm/lib/components/CheckboxWrapper.vue.d.ts +7 -50
  14. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -31
  15. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +2 -25
  16. package/esm/lib/components/CrestWrapper.vue.d.ts +2 -23
  17. package/esm/lib/components/DisplayWrapper.vue.d.ts +2 -29
  18. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -25
  19. package/esm/lib/components/FieldsetWrapper.vue.d.ts +2 -31
  20. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +2 -31
  21. package/esm/lib/components/FlexItemWrapper.vue.d.ts +2 -33
  22. package/esm/lib/components/FlexWrapper.vue.d.ts +2 -33
  23. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +17 -10
  24. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.mjs +12 -9
  25. package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +2 -21
  26. package/esm/lib/components/FlyoutWrapper.vue.d.ts +2 -24
  27. package/esm/lib/components/GridItemWrapper.vue.d.ts +2 -25
  28. package/esm/lib/components/GridWrapper.vue.d.ts +2 -35
  29. package/esm/lib/components/HeadingWrapper.vue.d.ts +2 -29
  30. package/esm/lib/components/HeadlineWrapper.vue.d.ts +2 -29
  31. package/esm/lib/components/IconWrapper.vue.d.ts +3 -28
  32. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +2 -27
  33. package/esm/lib/components/LinkPureWrapper.vue.d.ts +2 -39
  34. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +2 -27
  35. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +2 -37
  36. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +4 -31
  37. package/esm/lib/components/LinkTileWrapper.vue.d.ts +2 -37
  38. package/esm/lib/components/LinkWrapper.vue.d.ts +2 -31
  39. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -29
  40. package/esm/lib/components/ModalWrapper.vue.d.ts +2 -25
  41. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +2 -33
  42. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +2 -23
  43. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -42
  44. package/esm/lib/components/OptgroupWrapper.vue.d.ts +2 -23
  45. package/esm/lib/components/PaginationWrapper.vue.d.ts +4 -43
  46. package/esm/lib/components/PinCodeWrapper.vue.d.ts +5 -46
  47. package/esm/lib/components/PopoverWrapper.vue.d.ts +2 -23
  48. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +2 -31
  49. package/esm/lib/components/ScrollerWrapper.vue.d.ts +2 -27
  50. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +2 -23
  51. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +17 -25
  52. package/esm/lib/components/SegmentedControlWrapper.vue.mjs +10 -7
  53. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +2 -23
  54. package/esm/lib/components/SelectWrapper.vue.d.ts +6 -41
  55. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +2 -37
  56. package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -23
  57. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +2 -23
  58. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +4 -25
  59. package/esm/lib/components/SwitchWrapper.vue.d.ts +4 -35
  60. package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
  61. package/esm/lib/components/TableCellWrapper.vue.d.ts +2 -23
  62. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +2 -25
  63. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
  64. package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
  65. package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
  66. package/esm/lib/components/TableWrapper.vue.d.ts +3 -12
  67. package/esm/lib/components/TabsBarWrapper.vue.d.ts +4 -29
  68. package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -10
  69. package/esm/lib/components/TabsWrapper.vue.d.ts +4 -31
  70. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +2 -23
  71. package/esm/lib/components/TagWrapper.vue.d.ts +2 -25
  72. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +2 -31
  73. package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
  74. package/esm/lib/components/TextListWrapper.vue.d.ts +2 -23
  75. package/esm/lib/components/TextWrapper.vue.d.ts +3 -34
  76. package/esm/lib/components/TextareaWrapper.vue.d.ts +5 -54
  77. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +2 -33
  78. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -10
  79. package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -25
  80. package/esm/lib/types.d.ts +3 -2
  81. package/package.json +12 -3
package/CHANGELOG.md CHANGED
@@ -14,12 +14,40 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ### [Unreleased]
16
16
 
17
+ ### [3.22.0] - 2024-12-06
18
+
19
+ ### [3.22.0-rc.1] - 2024-12-06
20
+
21
+ #### Added
22
+
23
+ - `Flyout Multilevel`: Supports infinite layers
24
+ ([3647](https://github.com/porsche-design-system/porsche-design-system/pull/3647))
25
+
26
+ #### Fixed
27
+
28
+ - Partials: error when using in projects without `react/jsx-runtime` as dependency
29
+ ([#3660](https://github.com/porsche-design-system/porsche-design-system/pull/3660))
30
+ - `Textfield Wrapper`: text alignment of type `email` and `tel` values in RTL mode
31
+ ([3655](https://github.com/porsche-design-system/porsche-design-system/pull/3655))
32
+ - `Popover`:
33
+ - Rendering bug of drop-shadow in Safari 18.x
34
+ ([3622](https://github.com/porsche-design-system/porsche-design-system/pull/3622))
35
+ - Positioning in RTL mode if rendered inside a table (in #top-layer)
36
+ ([3658](https://github.com/porsche-design-system/porsche-design-system/pull/3658))
37
+
17
38
  ### [3.22.0-rc.0] - 2024-11-19
18
39
 
19
40
  #### Added
20
41
 
42
+ - `Modal`, `Flyout`:
43
+ - `aria-label` is generated from slotted header contents if `aria` prop is not provided
44
+ - ARIA `role` to `aria` prop of `Modal` component to support setting `alertdialog` role
45
+ ([3618](https://github.com/porsche-design-system/porsche-design-system/pull/3618))
21
46
  - `Pin-Code`: Add `form` prop to explicitly associate the component with a form, even when it's not directly nested
22
47
  within it. ([#3588](https://github.com/porsche-design-system/porsche-design-system/pull/3588))
48
+ - `Segmented-Control`: Use ElementInternals API and add `form` prop to explicitly associate the component with a form,
49
+ even when it's not directly nested within it.
50
+ ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
23
51
 
24
52
  #### Changed
25
53
 
@@ -36,6 +64,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
36
64
  - Partials: removed bundled `react/jsx-runtime` due to React 18/19 incompatibilities. When using `jsx` in the `format`
37
65
  option, it is necessary to have `react/jsx-runtime` as a dependency in the project included.
38
66
  ([#3613](https://github.com/porsche-design-system/porsche-design-system/pull/3613))
67
+ - `Select`, `Multi-Select`: Ensure that dynamically changing the `disabled` property via `optgroups` persists the
68
+ `disabled` state for individual options within the group.
69
+ ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
39
70
 
40
71
  ### [3.21.0] - 2024-11-12
41
72
 
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),c=e.defineComponent({__name:"FlyoutMultilevelItemWrapper",props:{identifier:{},label:{}},setup(r){const s=n.usePrefix("p-flyout-multilevel-item"),p=r,t=e.ref(),o=()=>n.syncProperties(t,p);return e.onMounted(o),e.onUpdated(o),(l,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=c;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),p=e.defineComponent({__name:"FlyoutMultilevelItemWrapper",props:{cascade:{type:Boolean,default:!1},identifier:{},label:{},primary:{type:Boolean,default:!1},secondary:{type:Boolean,default:!1}},setup(r){const s=n.usePrefix("p-flyout-multilevel-item"),l=r,t=e.ref(),o=()=>n.syncProperties(t,l);return e.onMounted(o),e.onUpdated(o),(a,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=p;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),t=require("../../utils.cjs"),u=e.defineComponent({__name:"SegmentedControlWrapper",props:{backgroundColor:{},columns:{default:"auto"},theme:{},value:{}},emits:["segmentedControlChange","update"],setup(p,{emit:a}){const d=t.usePrefix("p-segmented-control"),o=p,n=e.ref(),s=a,c=e.inject(t.themeInjectionKey),m=()=>t.syncProperties(n,{...o,theme:o.theme||c.value});return e.onMounted(()=>{m(),t.addEventListenerToElementRef(n,"segmentedControlChange",s),t.addEventListenerToElementRef(n,"update",s)}),e.onUpdated(m),e.watch(c,r=>{t.syncProperties(n,{theme:o.theme||r})}),(r,l)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(d)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},512))}});module.exports=u;
1
+ "use strict";const e=require("vue"),t=require("../../utils.cjs"),l=e.defineComponent({__name:"SegmentedControlWrapper",props:{backgroundColor:{},columns:{default:"auto"},disabled:{type:Boolean,default:!1},form:{},name:{},theme:{},value:{}},emits:["segmentedControlChange","update"],setup(c,{emit:d}){const p=t.usePrefix("p-segmented-control"),o=c,n=e.ref(),r=d,a=e.inject(t.themeInjectionKey),m=()=>t.syncProperties(n,{...o,theme:o.theme||a.value});return e.onMounted(()=>{m(),t.addEventListenerToElementRef(n,"segmentedControlChange",r),t.addEventListenerToElementRef(n,"update",r)}),e.onUpdated(m),e.watch(a,s=>{t.syncProperties(n,{theme:o.theme||s})}),(s,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=l;
@@ -7,38 +7,15 @@ type Props = {
7
7
  declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
11
- prefix: string;
12
- theme: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
14
- prefix: string;
15
- theme: string;
16
- }>>>, {
10
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
17
11
  prefix: string;
18
12
  theme: Theme;
19
- }, {}>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
15
  export default _default;
22
16
 
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
17
  type __VLS_WithTemplateSlots<T, S> = T & {
32
18
  new (): {
33
19
  $slots: S;
34
20
  };
35
21
  };
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToOption<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: import('vue').PropType<T[K]>;
42
- required: true;
43
- };
44
- };
@@ -36,43 +36,20 @@ type PAccordionProps = {
36
36
  declare function __VLS_template(): {
37
37
  default?(_: {}): any;
38
38
  };
39
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
40
- headingTag: string;
41
- size: string;
42
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ declare const __VLS_component: import("vue").DefineComponent<PAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
40
  accordionChange: (value: import("../types").AccordionUpdateEvent) => void;
44
41
  update: (value: import("../types").AccordionUpdateEvent) => void;
45
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
46
- headingTag: string;
47
- size: string;
48
- }>>> & {
42
+ }, string, import("vue").PublicProps, Readonly<PAccordionProps> & Readonly<{
49
43
  onAccordionChange?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
50
44
  onUpdate?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
51
- }, {
45
+ }>, {
52
46
  headingTag: AccordionHeadingTag;
53
47
  size: BreakpointCustomizable<AccordionSize>;
54
- }, {}>;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
55
49
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
56
50
  export default _default;
57
- type __VLS_WithDefaults<P, D> = {
58
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
- default: D[K];
60
- }> : P[K];
61
- };
62
- type __VLS_Prettify<T> = {
63
- [K in keyof T]: T[K];
64
- } & {};
65
51
  type __VLS_WithTemplateSlots<T, S> = T & {
66
52
  new (): {
67
53
  $slots: S;
68
54
  };
69
55
  };
70
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
- type __VLS_TypePropsToOption<T> = {
72
- [K in keyof T]-?: {} extends Pick<T, K> ? {
73
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
- } : {
75
- type: import('vue').PropType<T[K]>;
76
- required: true;
77
- };
78
- };
@@ -41,42 +41,18 @@ type PBannerProps = {
41
41
  declare function __VLS_template(): {
42
42
  default?(_: {}): any;
43
43
  };
44
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PBannerProps>, {
45
- description: string;
46
- dismissButton: boolean;
47
- heading: string;
48
- headingTag: string;
49
- open: boolean;
50
- state: string;
51
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
44
+ declare const __VLS_component: import("vue").DefineComponent<PBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
52
45
  heading: string;
53
46
  description: string;
54
47
  headingTag: BannerHeadingTag;
55
48
  open: boolean;
56
49
  dismissButton: boolean;
57
50
  state: BannerState;
58
- }, {}>;
51
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
59
52
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
60
53
  export default _default;
61
- type __VLS_WithDefaults<P, D> = {
62
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
- default: D[K];
64
- }> : P[K];
65
- };
66
- type __VLS_Prettify<T> = {
67
- [K in keyof T]: T[K];
68
- } & {};
69
54
  type __VLS_WithTemplateSlots<T, S> = T & {
70
55
  new (): {
71
56
  $slots: S;
72
57
  };
73
58
  };
74
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
- type __VLS_TypePropsToOption<T> = {
76
- [K in keyof T]-?: {} extends Pick<T, K> ? {
77
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
- } : {
79
- type: import('vue').PropType<T[K]>;
80
- required: true;
81
- };
82
- };
@@ -8,40 +8,13 @@ type PButtonGroupProps = {
8
8
  declare function __VLS_template(): {
9
9
  default?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
12
- direction: () => {
13
- base: string;
14
- xs: string;
15
- };
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
17
- direction: () => {
18
- base: string;
19
- xs: string;
20
- };
21
- }>>>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<PButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonGroupProps> & Readonly<{}>, {
22
12
  direction: BreakpointCustomizable<ButtonGroupDirection>;
23
- }, {}>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
15
  export default _default;
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
34
16
  type __VLS_WithTemplateSlots<T, S> = T & {
35
17
  new (): {
36
18
  $slots: S;
37
19
  };
38
20
  };
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToOption<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: import('vue').PropType<T[K]>;
45
- required: true;
46
- };
47
- };
@@ -69,64 +69,23 @@ type PButtonPureProps = {
69
69
  declare function __VLS_template(): {
70
70
  default?(_: {}): any;
71
71
  };
72
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
73
- active: boolean;
74
- alignLabel: string;
75
- disabled: boolean;
76
- hideLabel: boolean;
77
- icon: string;
78
- loading: boolean;
79
- size: string;
80
- stretch: boolean;
81
- type: string;
82
- underline: boolean;
83
- weight: string;
84
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
85
- active: boolean;
86
- alignLabel: string;
87
- disabled: boolean;
88
- hideLabel: boolean;
89
- icon: string;
90
- loading: boolean;
91
- size: string;
92
- stretch: boolean;
93
- type: string;
94
- underline: boolean;
95
- weight: string;
96
- }>>>, {
72
+ declare const __VLS_component: import("vue").DefineComponent<PButtonPureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonPureProps> & Readonly<{}>, {
97
73
  weight: ButtonPureWeight;
98
74
  stretch: BreakpointCustomizable<boolean>;
99
75
  type: ButtonPureType;
100
- size: BreakpointCustomizable<ButtonPureSize>;
101
76
  disabled: boolean;
77
+ size: BreakpointCustomizable<ButtonPureSize>;
102
78
  hideLabel: BreakpointCustomizable<boolean>;
103
79
  icon: ButtonPureIcon;
104
80
  loading: boolean;
105
81
  active: boolean;
106
82
  alignLabel: BreakpointCustomizable<ButtonPureAlignLabel>;
107
83
  underline: boolean;
108
- }, {}>;
84
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
109
85
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
110
86
  export default _default;
111
- type __VLS_WithDefaults<P, D> = {
112
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
113
- default: D[K];
114
- }> : P[K];
115
- };
116
- type __VLS_Prettify<T> = {
117
- [K in keyof T]: T[K];
118
- } & {};
119
87
  type __VLS_WithTemplateSlots<T, S> = T & {
120
88
  new (): {
121
89
  $slots: S;
122
90
  };
123
91
  };
124
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
125
- type __VLS_TypePropsToOption<T> = {
126
- [K in keyof T]-?: {} extends Pick<T, K> ? {
127
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
128
- } : {
129
- type: import('vue').PropType<T[K]>;
130
- required: true;
131
- };
132
- };
@@ -64,64 +64,23 @@ type PButtonTileProps = {
64
64
  declare function __VLS_template(): {
65
65
  default?(_: {}): any;
66
66
  };
67
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
68
- align: string;
69
- aspectRatio: string;
70
- background: string;
71
- compact: boolean;
72
- disabled: boolean;
73
- gradient: boolean;
74
- icon: string;
75
- loading: boolean;
76
- size: string;
77
- type: string;
78
- weight: string;
79
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
80
- align: string;
81
- aspectRatio: string;
82
- background: string;
83
- compact: boolean;
84
- disabled: boolean;
85
- gradient: boolean;
86
- icon: string;
87
- loading: boolean;
88
- size: string;
89
- type: string;
90
- weight: string;
91
- }>>>, {
67
+ declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
92
68
  weight: BreakpointCustomizable<ButtonTileWeight>;
93
69
  type: ButtonTileType;
70
+ disabled: boolean;
94
71
  compact: BreakpointCustomizable<boolean>;
95
72
  size: BreakpointCustomizable<ButtonTileSize>;
96
- disabled: boolean;
97
73
  icon: ButtonTileIcon;
98
74
  loading: boolean;
99
75
  align: ButtonTileAlign;
100
76
  aspectRatio: BreakpointCustomizable<ButtonTileAspectRatio>;
101
77
  background: ButtonTileBackground;
102
78
  gradient: boolean;
103
- }, {}>;
79
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
104
80
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
105
81
  export default _default;
106
- type __VLS_WithDefaults<P, D> = {
107
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
108
- default: D[K];
109
- }> : P[K];
110
- };
111
- type __VLS_Prettify<T> = {
112
- [K in keyof T]: T[K];
113
- } & {};
114
82
  type __VLS_WithTemplateSlots<T, S> = T & {
115
83
  new (): {
116
84
  $slots: S;
117
85
  };
118
86
  };
119
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
120
- type __VLS_TypePropsToOption<T> = {
121
- [K in keyof T]-?: {} extends Pick<T, K> ? {
122
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
123
- } : {
124
- type: import('vue').PropType<T[K]>;
125
- required: true;
126
- };
127
- };
@@ -52,52 +52,19 @@ type PButtonProps = {
52
52
  declare function __VLS_template(): {
53
53
  default?(_: {}): any;
54
54
  };
55
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
56
- compact: boolean;
57
- disabled: boolean;
58
- hideLabel: boolean;
59
- icon: string;
60
- loading: boolean;
61
- type: string;
62
- variant: string;
63
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
64
- compact: boolean;
65
- disabled: boolean;
66
- hideLabel: boolean;
67
- icon: string;
68
- loading: boolean;
69
- type: string;
70
- variant: string;
71
- }>>>, {
55
+ declare const __VLS_component: import("vue").DefineComponent<PButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
72
56
  type: ButtonType;
73
- compact: BreakpointCustomizable<boolean>;
74
57
  disabled: boolean;
58
+ compact: BreakpointCustomizable<boolean>;
75
59
  hideLabel: BreakpointCustomizable<boolean>;
76
60
  icon: ButtonIcon;
77
61
  loading: boolean;
78
62
  variant: ButtonVariant;
79
- }, {}>;
63
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
80
64
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
81
65
  export default _default;
82
- type __VLS_WithDefaults<P, D> = {
83
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
84
- default: D[K];
85
- }> : P[K];
86
- };
87
- type __VLS_Prettify<T> = {
88
- [K in keyof T]: T[K];
89
- } & {};
90
66
  type __VLS_WithTemplateSlots<T, S> = T & {
91
67
  new (): {
92
68
  $slots: S;
93
69
  };
94
70
  };
95
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
96
- type __VLS_TypePropsToOption<T> = {
97
- [K in keyof T]-?: {} extends Pick<T, K> ? {
98
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
99
- } : {
100
- type: import('vue').PropType<T[K]>;
101
- required: true;
102
- };
103
- };
@@ -13,34 +13,14 @@ type PCanvasProps = {
13
13
  declare function __VLS_template(): {
14
14
  default?(_: {}): any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCanvasProps>, {
16
+ declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
17
17
  sidebarEndOpen: boolean;
18
18
  sidebarStartOpen: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
20
- sidebarEndOpen: boolean;
21
- sidebarStartOpen: boolean;
22
- }, {}>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
21
  export default _default;
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
33
22
  type __VLS_WithTemplateSlots<T, S> = T & {
34
23
  new (): {
35
24
  $slots: S;
36
25
  };
37
26
  };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
@@ -77,35 +77,13 @@ type PCarouselProps = {
77
77
  declare function __VLS_template(): {
78
78
  default?(_: {}): any;
79
79
  };
80
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
81
- activeSlideIndex: number;
82
- alignHeader: string;
83
- focusOnCenterSlide: boolean;
84
- gradientColor: string;
85
- headingSize: string;
86
- pagination: boolean;
87
- rewind: boolean;
88
- slidesPerPage: number;
89
- trimSpace: boolean;
90
- width: string;
91
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
+ declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
81
  carouselChange: (value: import("../types").CarouselUpdateEvent) => void;
93
82
  update: (value: import("../types").CarouselUpdateEvent) => void;
94
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
95
- activeSlideIndex: number;
96
- alignHeader: string;
97
- focusOnCenterSlide: boolean;
98
- gradientColor: string;
99
- headingSize: string;
100
- pagination: boolean;
101
- rewind: boolean;
102
- slidesPerPage: number;
103
- trimSpace: boolean;
104
- width: string;
105
- }>>> & {
83
+ }, string, import("vue").PublicProps, Readonly<PCarouselProps> & Readonly<{
106
84
  onUpdate?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
107
85
  onCarouselChange?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
108
- }, {
86
+ }>, {
109
87
  width: CarouselWidth;
110
88
  activeSlideIndex: number;
111
89
  alignHeader: CarouselAlignHeader;
@@ -116,28 +94,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
116
94
  rewind: boolean;
117
95
  slidesPerPage: BreakpointCustomizable<number> | "auto";
118
96
  trimSpace: boolean;
119
- }, {}>;
97
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
120
98
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
121
99
  export default _default;
122
- type __VLS_WithDefaults<P, D> = {
123
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
124
- default: D[K];
125
- }> : P[K];
126
- };
127
- type __VLS_Prettify<T> = {
128
- [K in keyof T]: T[K];
129
- } & {};
130
100
  type __VLS_WithTemplateSlots<T, S> = T & {
131
101
  new (): {
132
102
  $slots: S;
133
103
  };
134
104
  };
135
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
136
- type __VLS_TypePropsToOption<T> = {
137
- [K in keyof T]-?: {} extends Pick<T, K> ? {
138
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
139
- } : {
140
- type: import('vue').PropType<T[K]>;
141
- required: true;
142
- };
143
- };
@@ -60,73 +60,30 @@ type PCheckboxProps = {
60
60
  declare function __VLS_template(): {
61
61
  default?(_: {}): any;
62
62
  };
63
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCheckboxProps>, {
64
- checked: boolean;
65
- compact: boolean;
66
- disabled: boolean;
67
- hideLabel: boolean;
68
- indeterminate: boolean;
69
- label: string;
70
- loading: boolean;
71
- message: string;
72
- name: string;
73
- required: boolean;
74
- state: string;
75
- value: string;
76
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
63
+ declare const __VLS_component: import("vue").DefineComponent<PCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
64
  blur: (value: Event) => void;
78
65
  update: (value: CheckboxUpdateEventDetail) => void;
79
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCheckboxProps>, {
80
- checked: boolean;
81
- compact: boolean;
82
- disabled: boolean;
83
- hideLabel: boolean;
84
- indeterminate: boolean;
85
- label: string;
86
- loading: boolean;
87
- message: string;
88
- name: string;
89
- required: boolean;
90
- state: string;
91
- value: string;
92
- }>>> & {
93
- onUpdate?: ((value: CheckboxUpdateEventDetail) => any) | undefined;
66
+ }, string, import("vue").PublicProps, Readonly<PCheckboxProps> & Readonly<{
94
67
  onBlur?: ((value: Event) => any) | undefined;
95
- }, {
68
+ onUpdate?: ((value: CheckboxUpdateEventDetail) => any) | undefined;
69
+ }>, {
96
70
  label: string;
71
+ disabled: boolean;
72
+ name: string;
97
73
  compact: boolean;
98
74
  state: CheckboxState;
99
75
  required: boolean;
100
- disabled: boolean;
101
76
  hideLabel: BreakpointCustomizable<boolean>;
102
77
  loading: boolean;
103
- name: string;
104
78
  value: string;
105
79
  checked: boolean;
106
80
  indeterminate: boolean;
107
81
  message: string;
108
- }, {}>;
82
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
109
83
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
110
84
  export default _default;
111
- type __VLS_WithDefaults<P, D> = {
112
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
113
- default: D[K];
114
- }> : P[K];
115
- };
116
- type __VLS_Prettify<T> = {
117
- [K in keyof T]: T[K];
118
- } & {};
119
85
  type __VLS_WithTemplateSlots<T, S> = T & {
120
86
  new (): {
121
87
  $slots: S;
122
88
  };
123
89
  };
124
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
125
- type __VLS_TypePropsToOption<T> = {
126
- [K in keyof T]-?: {} extends Pick<T, K> ? {
127
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
128
- } : {
129
- type: import('vue').PropType<T[K]>;
130
- required: true;
131
- };
132
- };