@porsche-design-system/components-vue 3.6.1 → 3.7.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 +38 -0
- package/cjs/lib/components/MultiSelectOptionWrapper.vue.cjs +1 -0
- package/cjs/lib/components/MultiSelectOptionWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -0
- package/cjs/lib/components/MultiSelectWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -0
- package/cjs/lib/components/PinCodeWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -3
- package/esm/lib/components/BannerWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -3
- package/esm/lib/components/CarouselWrapper.vue.d.ts +3 -3
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/DisplayWrapper.vue.d.ts +3 -3
- package/esm/lib/components/DividerWrapper.vue.d.ts +3 -3
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +3 -3
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +6 -6
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +3 -3
- package/esm/lib/components/HeadingWrapper.vue.d.ts +3 -3
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +3 -3
- package/esm/lib/components/IconWrapper.vue.d.ts +3 -3
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +3 -3
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +3 -3
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +3 -3
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +3 -3
- package/esm/lib/components/LinkWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +3 -3
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +29 -0
- package/esm/lib/components/MultiSelectOptionWrapper.vue.mjs +28 -0
- package/esm/lib/components/MultiSelectOptionWrapper.vue2.mjs +4 -0
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +115 -0
- package/esm/lib/components/MultiSelectWrapper.vue.mjs +38 -0
- package/esm/lib/components/MultiSelectWrapper.vue2.mjs +4 -0
- package/esm/lib/components/PaginationWrapper.vue.d.ts +3 -3
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +131 -0
- package/esm/lib/components/PinCodeWrapper.vue.mjs +40 -0
- package/esm/lib/components/PinCodeWrapper.vue2.mjs +4 -0
- package/esm/lib/components/PopoverWrapper.vue.d.ts +3 -3
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +12 -3
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +11 -10
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +3 -3
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +3 -3
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +3 -3
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +3 -3
- package/esm/lib/components/SwitchWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TableWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TabsWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TagWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TextListWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TextWrapper.vue.d.ts +3 -3
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +3 -3
- package/esm/lib/components/ToastWrapper.vue.d.ts +3 -3
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +3 -3
- package/esm/lib/components/index.d.ts +3 -0
- package/esm/lib/types.d.ts +30 -2
- package/esm/public-api.mjs +95 -89
- package/package.json +2 -2
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { defineComponent as p, ref as
|
|
2
|
-
import { getPrefixedTagName as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as p, ref as l, onMounted as f, onUpdated as d, openBlock as s, createBlock as u, resolveDynamicComponent as m, unref as i, withCtx as c, renderSlot as _ } from "vue";
|
|
2
|
+
import { getPrefixedTagName as g, syncProperties as o } from "../../utils.mjs";
|
|
3
|
+
const y = /* @__PURE__ */ p({
|
|
4
4
|
__name: "RadioButtonWrapperWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
hideLabel: { default: !1 },
|
|
7
7
|
label: { default: "" },
|
|
8
|
+
loading: { type: Boolean, default: !1 },
|
|
8
9
|
message: { default: "" },
|
|
9
10
|
state: { default: "none" },
|
|
10
11
|
theme: { default: "light" }
|
|
11
12
|
},
|
|
12
|
-
setup(
|
|
13
|
-
const t =
|
|
14
|
-
return
|
|
13
|
+
setup(a) {
|
|
14
|
+
const t = a, n = g("p-radio-button-wrapper"), e = l();
|
|
15
|
+
return f(() => {
|
|
15
16
|
o(e.value, t);
|
|
16
|
-
}),
|
|
17
|
+
}), d(() => {
|
|
17
18
|
o(e.value, t);
|
|
18
|
-
}), (r,
|
|
19
|
+
}), (r, C) => (s(), u(m(i(n)), {
|
|
19
20
|
ref_key: "pdsComponentRef",
|
|
20
21
|
ref: e
|
|
21
22
|
}, {
|
|
22
|
-
default:
|
|
23
|
+
default: c(() => [
|
|
23
24
|
_(r.$slots, "default")
|
|
24
25
|
]),
|
|
25
26
|
_: 3
|
|
@@ -27,5 +28,5 @@ const k = /* @__PURE__ */ p({
|
|
|
27
28
|
}
|
|
28
29
|
});
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
+
y as default
|
|
31
32
|
};
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
aria: {
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
theme: {
|
|
37
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
37
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
aria: {
|
|
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
59
59
|
};
|
|
60
60
|
}>>, {
|
|
61
61
|
scrollbar: boolean;
|
|
62
|
-
theme: "light" | "dark";
|
|
62
|
+
theme: "light" | "dark" | "auto";
|
|
63
63
|
alignScrollIndicator: "top" | "center";
|
|
64
64
|
gradientColor: "background-base" | "background-surface";
|
|
65
65
|
}, {}>, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BreakpointCustomizable, SegmentedControlUpdateEvent } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
theme: {
|
|
4
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
4
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
backgroundColor: {
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
update: (value: SegmentedControlUpdateEvent) => void;
|
|
20
20
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
theme: {
|
|
22
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
22
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
backgroundColor: {
|
|
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
36
36
|
onUpdate?: ((value: SegmentedControlUpdateEvent) => any) | undefined;
|
|
37
37
|
onSegmentedControlChange?: ((value: SegmentedControlUpdateEvent) => any) | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
theme: "light" | "dark";
|
|
39
|
+
theme: "light" | "dark" | "auto";
|
|
40
40
|
columns: BreakpointCustomizable<string | number>;
|
|
41
41
|
}, {}>, {
|
|
42
42
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
theme: {
|
|
12
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
12
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
description: {
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
theme: {
|
|
49
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
49
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
description: {
|
|
@@ -76,7 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
76
76
|
}>>, {
|
|
77
77
|
filter: boolean;
|
|
78
78
|
label: string;
|
|
79
|
-
theme: "light" | "dark";
|
|
79
|
+
theme: "light" | "dark" | "auto";
|
|
80
80
|
description: string;
|
|
81
81
|
state: "none" | "success" | "error";
|
|
82
82
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
@@ -5,7 +5,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
aria: {
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
theme: {
|
|
20
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
20
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
aria: {
|
|
@@ -25,6 +25,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
}>>, {
|
|
27
27
|
size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
|
|
28
|
-
theme: "light" | "dark";
|
|
28
|
+
theme: "light" | "dark" | "auto";
|
|
29
29
|
}, {}>;
|
|
30
30
|
export default _default;
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
theme: {
|
|
20
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
20
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
}>> & {
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
onStepChange?: ((value: StepperHorizontalUpdateEvent) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
27
|
size: BreakpointCustomizable<"small" | "medium">;
|
|
28
|
-
theme: "light" | "dark";
|
|
28
|
+
theme: "light" | "dark" | "auto";
|
|
29
29
|
}, {}>, {
|
|
30
30
|
default?(_: {}): any;
|
|
31
31
|
}>;
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
alignLabel: {
|
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
39
|
theme: {
|
|
40
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
40
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
alignLabel: {
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
onSwitchChange?: ((value: SwitchUpdateEvent) => any) | undefined;
|
|
66
66
|
}, {
|
|
67
67
|
stretch: BreakpointCustomizable<boolean>;
|
|
68
|
-
theme: "light" | "dark";
|
|
68
|
+
theme: "light" | "dark" | "auto";
|
|
69
69
|
alignLabel: BreakpointCustomizable<"left" | "right">;
|
|
70
70
|
disabled: boolean;
|
|
71
71
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
5
|
theme: {
|
|
6
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
6
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -14,14 +14,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
14
|
type: import("vue").PropType<string>;
|
|
15
15
|
};
|
|
16
16
|
theme: {
|
|
17
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
17
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
}>> & {
|
|
21
21
|
onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
22
22
|
onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
|
-
theme: "light" | "dark";
|
|
24
|
+
theme: "light" | "dark" | "auto";
|
|
25
25
|
}, {}>, {
|
|
26
26
|
default?(_: {}): any;
|
|
27
27
|
}>;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
theme: {
|
|
12
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
12
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
gradientColor: {
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
37
|
theme: {
|
|
38
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
38
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
gradientColor: {
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
54
|
}, {
|
|
55
55
|
weight: "regular" | "semi-bold" | "semibold";
|
|
56
56
|
size: BreakpointCustomizable<"small" | "medium">;
|
|
57
|
-
theme: "light" | "dark";
|
|
57
|
+
theme: "light" | "dark" | "auto";
|
|
58
58
|
gradientColor: "background-base" | "background-surface";
|
|
59
59
|
}, {}>, {
|
|
60
60
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
theme: {
|
|
12
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
12
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
gradientColor: {
|
|
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
38
|
theme: {
|
|
39
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
39
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
42
|
gradientColor: {
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
56
|
}, {
|
|
57
57
|
weight: "regular" | "semi-bold" | "semibold";
|
|
58
58
|
size: BreakpointCustomizable<"small" | "medium">;
|
|
59
|
-
theme: "light" | "dark";
|
|
59
|
+
theme: "light" | "dark" | "auto";
|
|
60
60
|
gradientColor: "background-base" | "background-surface";
|
|
61
61
|
activeTabIndex: number;
|
|
62
62
|
}, {}>, {
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
5
5
|
};
|
|
6
6
|
theme: {
|
|
7
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
7
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
aria: {
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
};
|
|
21
21
|
theme: {
|
|
22
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
22
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
aria: {
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
}>>, {
|
|
33
|
-
theme: "light" | "dark";
|
|
33
|
+
theme: "light" | "dark" | "auto";
|
|
34
34
|
color: "background-base" | "background-surface" | "background-default";
|
|
35
35
|
}, {}>, {
|
|
36
36
|
default?(_: {}): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
theme: {
|
|
3
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
3
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
icon: {
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
theme: {
|
|
18
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
18
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
icon: {
|
|
@@ -29,7 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
}>>, {
|
|
32
|
-
theme: "light" | "dark";
|
|
32
|
+
theme: "light" | "dark" | "auto";
|
|
33
33
|
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";
|
|
34
34
|
}, {}>, {
|
|
35
35
|
default?(_: {}): any;
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
description: {
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
theme: {
|
|
61
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
61
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
description: {
|
|
@@ -107,7 +107,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
107
107
|
onAction?: ((value?: void | undefined) => any) | undefined;
|
|
108
108
|
}, {
|
|
109
109
|
label: string;
|
|
110
|
-
theme: "light" | "dark";
|
|
110
|
+
theme: "light" | "dark" | "auto";
|
|
111
111
|
description: string;
|
|
112
112
|
state: "none" | "success" | "error";
|
|
113
113
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
theme: {
|
|
7
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
7
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
listType: {
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
theme: {
|
|
22
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
22
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
listType: {
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
}>>, {
|
|
32
32
|
type: "unordered" | "numbered" | "alphabetically";
|
|
33
|
-
theme: "light" | "dark";
|
|
33
|
+
theme: "light" | "dark" | "auto";
|
|
34
34
|
}, {}>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
@@ -13,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
theme: {
|
|
16
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
16
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
align: {
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
theme: {
|
|
45
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
45
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
align: {
|
|
@@ -61,7 +61,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
61
61
|
weight: "regular" | "semi-bold" | "bold" | "thin" | "semibold";
|
|
62
62
|
size: BreakpointCustomizable<"inherit" | "xx-small" | "x-small" | "small" | "medium" | "large" | "x-large">;
|
|
63
63
|
tag: "time" | "p" | "span" | "div" | "address" | "blockquote" | "figcaption" | "cite" | "legend";
|
|
64
|
-
theme: "light" | "dark";
|
|
64
|
+
theme: "light" | "dark" | "auto";
|
|
65
65
|
align: "center" | "left" | "right";
|
|
66
66
|
color: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral";
|
|
67
67
|
ellipsis: boolean;
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
description: {
|
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
theme: {
|
|
40
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
40
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
description: {
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
}>>, {
|
|
67
67
|
label: string;
|
|
68
|
-
theme: "light" | "dark";
|
|
68
|
+
theme: "light" | "dark" | "auto";
|
|
69
69
|
description: string;
|
|
70
70
|
state: "none" | "success" | "error";
|
|
71
71
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
theme: {
|
|
3
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
3
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
|
-
theme: "light" | "dark";
|
|
12
|
+
theme: "light" | "dark" | "auto";
|
|
13
13
|
}, {}>;
|
|
14
14
|
export default _default;
|
|
@@ -5,7 +5,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
theme: {
|
|
8
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
8
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
aria: {
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
theme: {
|
|
27
|
-
type: import("vue").PropType<"light" | "dark">;
|
|
27
|
+
type: import("vue").PropType<"light" | "dark" | "auto">;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
aria: {
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
};
|
|
40
40
|
}>>, {
|
|
41
41
|
size: "inherit" | "small";
|
|
42
|
-
theme: "light" | "dark";
|
|
42
|
+
theme: "light" | "dark" | "auto";
|
|
43
43
|
target: string;
|
|
44
44
|
}, {}>;
|
|
45
45
|
export default _default;
|
|
@@ -29,7 +29,10 @@ export { default as PLinkTileModelSignature } from './LinkTileModelSignatureWrap
|
|
|
29
29
|
export { default as PMarque } from './MarqueWrapper.vue';
|
|
30
30
|
export { default as PModal } from './ModalWrapper.vue';
|
|
31
31
|
export { default as PModelSignature } from './ModelSignatureWrapper.vue';
|
|
32
|
+
export { default as PMultiSelect } from './MultiSelectWrapper.vue';
|
|
33
|
+
export { default as PMultiSelectOption } from './MultiSelectOptionWrapper.vue';
|
|
32
34
|
export { default as PPagination } from './PaginationWrapper.vue';
|
|
35
|
+
export { default as PPinCode } from './PinCodeWrapper.vue';
|
|
33
36
|
export { default as PPopover } from './PopoverWrapper.vue';
|
|
34
37
|
export { default as PRadioButtonWrapper } from './RadioButtonWrapperWrapper.vue';
|
|
35
38
|
export { default as PScroller } from './ScrollerWrapper.vue';
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -448,9 +448,10 @@ export type BreakpointValues<T> = {
|
|
|
448
448
|
export type BreakpointCustomizable<T> = T | BreakpointValues<T> | string;
|
|
449
449
|
declare const THEMES: readonly [
|
|
450
450
|
"light",
|
|
451
|
-
"dark"
|
|
451
|
+
"dark",
|
|
452
|
+
"auto"
|
|
452
453
|
];
|
|
453
|
-
export type Theme = typeof THEMES[number];
|
|
454
|
+
export type Theme = (typeof THEMES)[number];
|
|
454
455
|
declare const TILE_ASPECT_RATIOS: readonly [
|
|
455
456
|
"1:1",
|
|
456
457
|
"4:3",
|
|
@@ -501,6 +502,12 @@ declare const SCROLL_INDICATOR_POSITIONS: readonly [
|
|
|
501
502
|
/** @deprecated */
|
|
502
503
|
export type ScrollerScrollIndicatorPosition = (typeof SCROLL_INDICATOR_POSITIONS)[number];
|
|
503
504
|
export type ScrollerAlignScrollIndicator = ScrollerScrollIndicatorPosition;
|
|
505
|
+
declare const SELECT_DROPDOWN_DIRECTIONS: readonly [
|
|
506
|
+
"down",
|
|
507
|
+
"up",
|
|
508
|
+
"auto"
|
|
509
|
+
];
|
|
510
|
+
export type SelectDropdownDirection = (typeof SELECT_DROPDOWN_DIRECTIONS)[number];
|
|
504
511
|
declare const ALIGN_LABELS: readonly [
|
|
505
512
|
"left",
|
|
506
513
|
"right"
|
|
@@ -1006,6 +1013,12 @@ declare const MODEL_SIGNATURE_COLORS: readonly [
|
|
|
1006
1013
|
"inherit"
|
|
1007
1014
|
];
|
|
1008
1015
|
export type ModelSignatureColor = (typeof MODEL_SIGNATURE_COLORS)[number];
|
|
1016
|
+
export type MultiSelectState = FormState;
|
|
1017
|
+
export type MultiSelectDropdownDirection = SelectDropdownDirection;
|
|
1018
|
+
export type MultiSelectUpdateEvent = {
|
|
1019
|
+
value: string[];
|
|
1020
|
+
name: string;
|
|
1021
|
+
};
|
|
1009
1022
|
declare const PAGINATION_NUMBER_OF_PAGE_LINKS: readonly [
|
|
1010
1023
|
5,
|
|
1011
1024
|
7
|
|
@@ -1016,6 +1029,21 @@ export type PaginationUpdateEvent = {
|
|
|
1016
1029
|
previousPage: number;
|
|
1017
1030
|
};
|
|
1018
1031
|
export type PaginationInternationalization = Partial<Record<"root" | "prev" | "next" | "page", string>> | string;
|
|
1032
|
+
declare const PIN_CODE_TYPES: readonly [
|
|
1033
|
+
"number",
|
|
1034
|
+
"password"
|
|
1035
|
+
];
|
|
1036
|
+
export type PinCodeType = (typeof PIN_CODE_TYPES)[number];
|
|
1037
|
+
declare const PIN_CODE_LENGTHS: readonly [
|
|
1038
|
+
4,
|
|
1039
|
+
6
|
|
1040
|
+
];
|
|
1041
|
+
export type PinCodeLength = (typeof PIN_CODE_LENGTHS)[number];
|
|
1042
|
+
export type PinCodeUpdateEvent = {
|
|
1043
|
+
value: string;
|
|
1044
|
+
isComplete: boolean;
|
|
1045
|
+
};
|
|
1046
|
+
export type PinCodeState = FormState;
|
|
1019
1047
|
declare const POPOVER_DIRECTIONS: readonly [
|
|
1020
1048
|
"top",
|
|
1021
1049
|
"right",
|