@porsche-design-system/components-vue 3.12.0 → 3.13.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -6
- package/LICENSE.md +1 -1
- package/OSS_NOTICE +98 -98
- package/README.md +1 -1
- package/cjs/lib/components/LinkTileProductWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectOptionWrapper.vue.cjs +1 -0
- package/cjs/lib/components/SelectOptionWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/SelectWrapper.vue.cjs +1 -0
- package/cjs/lib/components/SelectWrapper.vue2.cjs +1 -0
- package/cjs/public-api.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +1 -1
- package/esm/lib/components/AccordionWrapper.vue.d.ts +1 -1
- package/esm/lib/components/BannerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CarouselWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
- package/esm/lib/components/DisplayWrapper.vue.d.ts +1 -1
- package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlexWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +1 -1
- package/esm/lib/components/GridItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/GridWrapper.vue.d.ts +1 -1
- package/esm/lib/components/HeadingWrapper.vue.d.ts +1 -1
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +1 -1
- package/esm/lib/components/IconWrapper.vue.d.ts +1 -1
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +8 -4
- package/esm/lib/components/LinkTileProductWrapper.vue.mjs +5 -4
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MarqueWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ModalWrapper.vue.d.ts +9 -2
- package/esm/lib/components/ModalWrapper.vue.mjs +8 -7
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PaginationWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PopoverWrapper.vue.d.ts +1 -1
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/SelectOptionWrapper.vue.mjs +24 -0
- package/esm/lib/components/SelectOptionWrapper.vue2.mjs +4 -0
- package/esm/lib/components/SelectWrapper.vue.d.ts +104 -0
- package/esm/lib/components/SelectWrapper.vue.mjs +38 -0
- package/esm/lib/components/SelectWrapper.vue2.mjs +4 -0
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SwitchWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableCellWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TagWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextListWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
- package/esm/lib/components/index.d.ts +2 -0
- package/esm/lib/types.d.ts +15 -3
- package/esm/public-api.mjs +61 -57
- package/package.json +2 -2
|
@@ -57,7 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
57
|
value: () => never[];
|
|
58
58
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
59
|
update: (value: import("../types").MultiSelectUpdateEvent) => void;
|
|
60
|
-
}, string, import("vue").
|
|
60
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PMultiSelectProps>, {
|
|
61
61
|
description: string;
|
|
62
62
|
disabled: boolean;
|
|
63
63
|
dropdownDirection: string;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
60
60
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
pageChange: (value: import("../types").PaginationUpdateEvent) => void;
|
|
62
62
|
update: (value: import("../types").PaginationUpdateEvent) => void;
|
|
63
|
-
}, string, import("vue").
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PPaginationProps>, {
|
|
64
64
|
activePage: number;
|
|
65
65
|
intl: () => {
|
|
66
66
|
root: string;
|
|
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
value: string;
|
|
68
68
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
69
69
|
update: (value: import("../types").PinCodeUpdateEvent) => void;
|
|
70
|
-
}, string, import("vue").
|
|
70
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PPinCodeProps>, {
|
|
71
71
|
description: string;
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
hideLabel: boolean;
|
|
@@ -19,7 +19,7 @@ type PPopoverProps = {
|
|
|
19
19
|
};
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PPopoverProps>, {
|
|
21
21
|
direction: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PPopoverProps>, {
|
|
23
23
|
direction: string;
|
|
24
24
|
}>>>, {
|
|
25
25
|
direction: "top" | "bottom" | "left" | "right";
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
loading: boolean;
|
|
32
32
|
message: string;
|
|
33
33
|
state: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PRadioButtonWrapperProps>, {
|
|
35
35
|
hideLabel: boolean;
|
|
36
36
|
label: string;
|
|
37
37
|
loading: boolean;
|
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
37
37
|
alignScrollIndicator: string;
|
|
38
38
|
gradientColor: string;
|
|
39
39
|
scrollbar: boolean;
|
|
40
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
40
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PScrollerProps>, {
|
|
41
41
|
alignScrollIndicator: string;
|
|
42
42
|
gradientColor: string;
|
|
43
43
|
scrollbar: boolean;
|
|
@@ -23,7 +23,7 @@ type PSegmentedControlItemProps = {
|
|
|
23
23
|
};
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlItemProps>, {
|
|
25
25
|
disabled: boolean;
|
|
26
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
26
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlItemProps>, {
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
}>>>, {
|
|
29
29
|
disabled: boolean;
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
segmentedControlChange: (value: import("../types").SegmentedControlUpdateEvent) => void;
|
|
24
24
|
update: (value: import("../types").SegmentedControlUpdateEvent) => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlProps>, {
|
|
26
26
|
columns: string;
|
|
27
27
|
}>>> & {
|
|
28
28
|
onUpdate?: ((value: import("../types").SegmentedControlUpdateEvent) => any) | undefined;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
type PSelectOptionProps = {
|
|
2
|
+
/**
|
|
3
|
+
* Disables the option.
|
|
4
|
+
*/
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* The option value.
|
|
8
|
+
*/
|
|
9
|
+
value?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
}>>>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
}, {}>, {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
}>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
+
} : {
|
|
26
|
+
type: import('vue').PropType<T[K]>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
type __VLS_WithDefaults<P, D> = {
|
|
31
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
+
default: D[K];
|
|
33
|
+
}> : P[K];
|
|
34
|
+
};
|
|
35
|
+
type __VLS_Prettify<T> = {
|
|
36
|
+
[K in keyof T]: T[K];
|
|
37
|
+
} & {};
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { defineComponent as s, ref as a, onMounted as c, onUpdated as f, openBlock as l, createBlock as d, resolveDynamicComponent as m, unref as i, withCtx as u, renderSlot as _ } from "vue";
|
|
2
|
+
import { usePrefix as C, syncProperties as y } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ s({
|
|
4
|
+
__name: "SelectOptionWrapper",
|
|
5
|
+
props: {
|
|
6
|
+
disabled: { type: Boolean, default: !1 },
|
|
7
|
+
value: {}
|
|
8
|
+
},
|
|
9
|
+
setup(t) {
|
|
10
|
+
const n = C("p-select-option"), p = t, e = a(), o = () => y(e, p);
|
|
11
|
+
return c(o), f(o), (r, k) => (l(), d(m(i(n)), {
|
|
12
|
+
ref_key: "pdsComponentRef",
|
|
13
|
+
ref: e
|
|
14
|
+
}, {
|
|
15
|
+
default: u(() => [
|
|
16
|
+
_(r.$slots, "default")
|
|
17
|
+
]),
|
|
18
|
+
_: 3
|
|
19
|
+
}, 512));
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
P as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import type { SelectDropdownDirection, BreakpointCustomizable, SelectUpdateEventDetail, SelectState, Theme } from '../types';
|
|
2
|
+
type PSelectProps = {
|
|
3
|
+
/**
|
|
4
|
+
* The description text.
|
|
5
|
+
*/
|
|
6
|
+
description?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Disables the select
|
|
9
|
+
*/
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Changes the direction to which the dropdown list appears.
|
|
13
|
+
*/
|
|
14
|
+
dropdownDirection?: SelectDropdownDirection;
|
|
15
|
+
/**
|
|
16
|
+
* Show or hide label. For better accessibility it is recommended to show the label.
|
|
17
|
+
*/
|
|
18
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
19
|
+
/**
|
|
20
|
+
* The label text.
|
|
21
|
+
*/
|
|
22
|
+
label?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The message styled depending on validation state.
|
|
25
|
+
*/
|
|
26
|
+
message?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the control.
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* A Boolean attribute indicating that an option with a non-empty string value must be selected.
|
|
33
|
+
*/
|
|
34
|
+
required?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The validation state.
|
|
37
|
+
*/
|
|
38
|
+
state?: SelectState;
|
|
39
|
+
/**
|
|
40
|
+
* Adapts the select color depending on the theme.
|
|
41
|
+
*/
|
|
42
|
+
theme?: Theme;
|
|
43
|
+
/**
|
|
44
|
+
* The selected value.
|
|
45
|
+
*/
|
|
46
|
+
value?: string;
|
|
47
|
+
};
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
|
|
49
|
+
description: string;
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
dropdownDirection: string;
|
|
52
|
+
hideLabel: boolean;
|
|
53
|
+
label: string;
|
|
54
|
+
message: string;
|
|
55
|
+
required: boolean;
|
|
56
|
+
state: string;
|
|
57
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
|
+
update: (value: SelectUpdateEventDetail) => void;
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
|
|
60
|
+
description: string;
|
|
61
|
+
disabled: boolean;
|
|
62
|
+
dropdownDirection: string;
|
|
63
|
+
hideLabel: boolean;
|
|
64
|
+
label: string;
|
|
65
|
+
message: string;
|
|
66
|
+
required: boolean;
|
|
67
|
+
state: string;
|
|
68
|
+
}>>> & {
|
|
69
|
+
onUpdate?: ((value: SelectUpdateEventDetail) => any) | undefined;
|
|
70
|
+
}, {
|
|
71
|
+
label: string;
|
|
72
|
+
description: string;
|
|
73
|
+
state: "none" | "success" | "error";
|
|
74
|
+
required: boolean;
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
77
|
+
message: string;
|
|
78
|
+
dropdownDirection: "auto" | "down" | "up";
|
|
79
|
+
}, {}>, {
|
|
80
|
+
default?(_: {}): any;
|
|
81
|
+
}>;
|
|
82
|
+
export default _default;
|
|
83
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
84
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
85
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
86
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
87
|
+
} : {
|
|
88
|
+
type: import('vue').PropType<T[K]>;
|
|
89
|
+
required: true;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
type __VLS_WithDefaults<P, D> = {
|
|
93
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
94
|
+
default: D[K];
|
|
95
|
+
}> : P[K];
|
|
96
|
+
};
|
|
97
|
+
type __VLS_Prettify<T> = {
|
|
98
|
+
[K in keyof T]: T[K];
|
|
99
|
+
} & {};
|
|
100
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
101
|
+
new (): {
|
|
102
|
+
$slots: S;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { defineComponent as f, ref as m, inject as c, onMounted as u, onUpdated as i, watch as h, openBlock as y, createBlock as _, resolveDynamicComponent as C, unref as b, withCtx as v, renderSlot as w } from "vue";
|
|
2
|
+
import { usePrefix as B, themeInjectionKey as R, addEventListenerToElementRef as k, syncProperties as s } from "../../utils.mjs";
|
|
3
|
+
const j = /* @__PURE__ */ f({
|
|
4
|
+
__name: "SelectWrapper",
|
|
5
|
+
props: {
|
|
6
|
+
description: { default: "" },
|
|
7
|
+
disabled: { type: Boolean, default: !1 },
|
|
8
|
+
dropdownDirection: { default: "auto" },
|
|
9
|
+
hideLabel: { default: !1 },
|
|
10
|
+
label: { default: "" },
|
|
11
|
+
message: { default: "" },
|
|
12
|
+
name: {},
|
|
13
|
+
required: { type: Boolean, default: !1 },
|
|
14
|
+
state: { default: "none" },
|
|
15
|
+
theme: {},
|
|
16
|
+
value: {}
|
|
17
|
+
},
|
|
18
|
+
emits: ["update"],
|
|
19
|
+
setup(r, { emit: l }) {
|
|
20
|
+
const d = B("p-select"), t = r, e = m(), p = l, n = c(R), a = () => s(e, { ...t, theme: t.theme || n.value });
|
|
21
|
+
return u(() => {
|
|
22
|
+
a(), k(e, "update", p);
|
|
23
|
+
}), i(a), h(n, (o) => {
|
|
24
|
+
s(e, { theme: t.theme || o });
|
|
25
|
+
}), (o, x) => (y(), _(C(b(d)), {
|
|
26
|
+
ref_key: "pdsComponentRef",
|
|
27
|
+
ref: e
|
|
28
|
+
}, {
|
|
29
|
+
default: v(() => [
|
|
30
|
+
w(o.$slots, "default")
|
|
31
|
+
]),
|
|
32
|
+
_: 3
|
|
33
|
+
}, 512));
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
export {
|
|
37
|
+
j as default
|
|
38
|
+
};
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
46
46
|
message: string;
|
|
47
47
|
native: boolean;
|
|
48
48
|
state: string;
|
|
49
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
49
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectWrapperProps>, {
|
|
50
50
|
description: string;
|
|
51
51
|
dropdownDirection: string;
|
|
52
52
|
filter: boolean;
|
|
@@ -15,7 +15,7 @@ type PSpinnerProps = {
|
|
|
15
15
|
};
|
|
16
16
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
|
|
17
17
|
size: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
|
|
19
19
|
size: string;
|
|
20
20
|
}>>>, {
|
|
21
21
|
size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
|
|
@@ -11,7 +11,7 @@ type PStepperHorizontalItemProps = {
|
|
|
11
11
|
};
|
|
12
12
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
|
|
13
13
|
disabled: boolean;
|
|
14
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
|
|
15
15
|
disabled: boolean;
|
|
16
16
|
}>>>, {
|
|
17
17
|
disabled: boolean;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
11
11
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
12
|
stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
|
|
13
13
|
update: (value: import("../types").StepperHorizontalUpdateEvent) => void;
|
|
14
|
-
}, string, import("vue").
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalProps>, {
|
|
15
15
|
size: string;
|
|
16
16
|
}>>> & {
|
|
17
17
|
onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
|
|
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
39
39
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
40
|
switchChange: (value: import("../types").SwitchUpdateEvent) => void;
|
|
41
41
|
update: (value: import("../types").SwitchUpdateEvent) => void;
|
|
42
|
-
}, string, import("vue").
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSwitchProps>, {
|
|
43
43
|
alignLabel: string;
|
|
44
44
|
checked: boolean;
|
|
45
45
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -6,7 +6,7 @@ type PTableCellProps = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
|
|
8
8
|
multiline: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
|
|
10
10
|
multiline: boolean;
|
|
11
11
|
}>>>, {
|
|
12
12
|
multiline: boolean;
|
|
@@ -16,7 +16,7 @@ type PTableHeadCellProps = {
|
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
|
|
17
17
|
hideLabel: boolean;
|
|
18
18
|
multiline: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
19
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
|
|
20
20
|
hideLabel: boolean;
|
|
21
21
|
multiline: boolean;
|
|
22
22
|
}>>>, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -12,7 +12,7 @@ type PTableProps = {
|
|
|
12
12
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
sortingChange: (value: import("../types").TableHeadCellSort) => void;
|
|
14
14
|
update: (value: import("../types").TableHeadCellSort) => void;
|
|
15
|
-
}, string, import("vue").
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTableProps>>> & {
|
|
16
16
|
onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
17
17
|
onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
18
18
|
}, {}, {}>, {
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
32
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
33
|
tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
34
34
|
update: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
35
|
-
}, string, import("vue").
|
|
35
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsBarProps>, {
|
|
36
36
|
gradientColor: string;
|
|
37
37
|
size: string;
|
|
38
38
|
weight: string;
|
|
@@ -4,7 +4,7 @@ type PTabsItemProps = {
|
|
|
4
4
|
*/
|
|
5
5
|
label: string;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTabsItemProps>>>, {}, {}>, {
|
|
8
8
|
default?(_: {}): any;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
33
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
34
|
tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
35
35
|
update: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
36
|
-
}, string, import("vue").
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsProps>, {
|
|
37
37
|
activeTabIndex: number;
|
|
38
38
|
gradientColor: string;
|
|
39
39
|
size: string;
|
|
@@ -19,7 +19,7 @@ type PTagDismissibleProps = {
|
|
|
19
19
|
};
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
|
|
21
21
|
color: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
|
|
23
23
|
color: string;
|
|
24
24
|
}>>>, {
|
|
25
25
|
color: "background-base" | "background-surface" | "background-default";
|
|
@@ -19,7 +19,7 @@ type PTagProps = {
|
|
|
19
19
|
};
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
|
|
21
21
|
color: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
|
|
23
23
|
color: string;
|
|
24
24
|
}>>>, {
|
|
25
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";
|
|
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
71
71
|
unitPosition: string;
|
|
72
72
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
73
|
[x: string]: (...args: unknown[]) => void;
|
|
74
|
-
}, string, import("vue").
|
|
74
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextFieldWrapperProps>, {
|
|
75
75
|
actionLoading: boolean;
|
|
76
76
|
description: string;
|
|
77
77
|
hideLabel: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -19,7 +19,7 @@ type PTextListProps = {
|
|
|
19
19
|
};
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
|
|
21
21
|
type: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
|
|
23
23
|
type: string;
|
|
24
24
|
}>>>, {
|
|
25
25
|
type: "unordered" | "numbered" | "alphabetically";
|
|
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
36
36
|
size: string;
|
|
37
37
|
tag: string;
|
|
38
38
|
weight: string;
|
|
39
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
39
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
|
|
40
40
|
align: string;
|
|
41
41
|
color: string;
|
|
42
42
|
ellipsis: boolean;
|
|
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
40
40
|
message: string;
|
|
41
41
|
showCounter: boolean;
|
|
42
42
|
state: string;
|
|
43
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
43
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
|
|
44
44
|
description: string;
|
|
45
45
|
hideLabel: boolean;
|
|
46
46
|
label: string;
|
|
@@ -5,7 +5,7 @@ type PToastProps = {
|
|
|
5
5
|
*/
|
|
6
6
|
theme?: Theme;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PToastProps>>>, {}, {}>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -24,7 +24,7 @@ type PWordmarkProps = {
|
|
|
24
24
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
|
|
25
25
|
size: string;
|
|
26
26
|
target: string;
|
|
27
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
27
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
|
|
28
28
|
size: string;
|
|
29
29
|
target: string;
|
|
30
30
|
}>>>, {
|
|
@@ -41,6 +41,8 @@ export { default as PRadioButtonWrapper } from './RadioButtonWrapperWrapper.vue'
|
|
|
41
41
|
export { default as PScroller } from './ScrollerWrapper.vue';
|
|
42
42
|
export { default as PSegmentedControl } from './SegmentedControlWrapper.vue';
|
|
43
43
|
export { default as PSegmentedControlItem } from './SegmentedControlItemWrapper.vue';
|
|
44
|
+
export { default as PSelect } from './SelectWrapper.vue';
|
|
45
|
+
export { default as PSelectOption } from './SelectOptionWrapper.vue';
|
|
44
46
|
export { default as PSelectWrapper } from './SelectWrapperWrapper.vue';
|
|
45
47
|
export { default as PSpinner } from './SpinnerWrapper.vue';
|
|
46
48
|
export { default as PStepperHorizontal } from './StepperHorizontalWrapper.vue';
|