@porsche-design-system/components-vue 3.16.0-rc.0 → 3.16.0-rc.2
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 +43 -0
- package/cjs/lib/components/CanvasWrapper.vue.cjs +1 -0
- package/cjs/lib/components/CanvasWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/SegmentedControlItemWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +42 -0
- package/esm/lib/components/AccordionWrapper.vue.d.ts +76 -0
- package/esm/lib/components/BannerWrapper.vue.d.ts +89 -0
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +45 -0
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +130 -0
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +125 -0
- package/esm/lib/components/ButtonWrapper.vue.d.ts +94 -0
- package/esm/lib/components/CanvasWrapper.vue.d.ts +59 -0
- package/esm/lib/components/CanvasWrapper.vue.mjs +29 -0
- package/esm/lib/components/CanvasWrapper.vue2.mjs +4 -0
- package/esm/lib/components/CarouselWrapper.vue.d.ts +120 -0
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +71 -0
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +53 -0
- package/esm/lib/components/CrestWrapper.vue.d.ts +40 -0
- package/esm/lib/components/DisplayWrapper.vue.d.ts +68 -0
- package/esm/lib/components/DividerWrapper.vue.d.ts +47 -0
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +71 -0
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +72 -0
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +75 -0
- package/esm/lib/components/FlexWrapper.vue.d.ts +75 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +28 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.mjs +24 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +53 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue.mjs +31 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +63 -0
- package/esm/lib/components/GridItemWrapper.vue.d.ts +47 -0
- package/esm/lib/components/GridWrapper.vue.d.ts +63 -0
- package/esm/lib/components/HeadingWrapper.vue.d.ts +68 -0
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +69 -0
- package/esm/lib/components/IconWrapper.vue.d.ts +63 -0
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +95 -0
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +120 -0
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +67 -0
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +81 -0
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +92 -0
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +112 -0
- package/esm/lib/components/LinkWrapper.vue.d.ts +84 -0
- package/esm/lib/components/MarqueWrapper.vue.d.ts +62 -0
- package/esm/lib/components/ModalWrapper.vue.d.ts +86 -0
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +78 -0
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +107 -0
- package/esm/lib/components/PaginationWrapper.vue.d.ts +101 -0
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +121 -0
- package/esm/lib/components/PopoverWrapper.vue.d.ts +51 -0
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +71 -0
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +73 -0
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +59 -0
- package/esm/lib/components/SegmentedControlItemWrapper.vue.mjs +1 -0
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +57 -0
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/SelectWrapper.vue.d.ts +104 -0
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +92 -0
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +40 -0
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +43 -0
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +46 -0
- package/esm/lib/components/SwitchWrapper.vue.d.ts +84 -0
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableCellWrapper.vue.d.ts +38 -0
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +50 -0
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableRowWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableWrapper.vue.d.ts +35 -0
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +71 -0
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +24 -0
- package/esm/lib/components/TabsWrapper.vue.d.ts +74 -0
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TagWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +123 -0
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TextListWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TextWrapper.vue.d.ts +78 -0
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +82 -0
- package/esm/lib/components/ToastWrapper.vue.d.ts +18 -0
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +51 -0
- package/esm/lib/components/index.d.ts +70 -0
- package/esm/lib/types.d.ts +1371 -0
- package/esm/plugin.d.ts +14 -0
- package/esm/public-api.d.ts +6 -0
- package/esm/public-api.mjs +135 -133
- package/esm/utils.d.ts +10 -0
- package/package.json +2 -2
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue2.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationWrapper.vue.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationWrapper.vue2.cjs +0 -1
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.mjs +0 -24
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue2.mjs +0 -4
- package/esm/lib/components/FlyoutNavigationWrapper.vue.mjs +0 -31
- package/esm/lib/components/FlyoutNavigationWrapper.vue2.mjs +0 -4
package/esm/plugin.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { App, InjectionKey } from 'vue';
|
|
2
|
+
export type PorscheDesignSystemPluginOptions = {
|
|
3
|
+
prefix?: string;
|
|
4
|
+
extends?: Record<string, unknown>;
|
|
5
|
+
};
|
|
6
|
+
export type PorscheDesignSystemPlugin = {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
install: (app: App, options?: PorscheDesignSystemPluginOptions) => void;
|
|
9
|
+
};
|
|
10
|
+
export declare const porscheDesignSystemSymbol: InjectionKey<PorscheDesignSystemPlugin>;
|
|
11
|
+
export declare function usePorscheDesignSystemPlugin(): PorscheDesignSystemPlugin;
|
|
12
|
+
export declare function createPorscheDesignSystem(options?: {
|
|
13
|
+
prefix: string;
|
|
14
|
+
}): PorscheDesignSystemPlugin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { componentsReady } from '@porsche-design-system/components-js';
|
|
2
|
+
export * from './lib/components';
|
|
3
|
+
export * from './lib/types';
|
|
4
|
+
export { useToastManager } from './utils';
|
|
5
|
+
export { default as PorscheDesignSystemProvider } from './PorscheDesignSystemProvider.vue';
|
|
6
|
+
export { createPorscheDesignSystem, usePorscheDesignSystemPlugin } from './plugin';
|
package/esm/public-api.mjs
CHANGED
|
@@ -5,72 +5,73 @@ import { default as s } from "./lib/components/ButtonWrapper.vue.mjs";
|
|
|
5
5
|
import { default as u } from "./lib/components/ButtonGroupWrapper.vue.mjs";
|
|
6
6
|
import { default as x } from "./lib/components/ButtonPureWrapper.vue.mjs";
|
|
7
7
|
import { default as i } from "./lib/components/ButtonTileWrapper.vue.mjs";
|
|
8
|
-
import { default as T } from "./lib/components/
|
|
9
|
-
import { default as S } from "./lib/components/
|
|
10
|
-
import { default as b } from "./lib/components/
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as R } from "./lib/components/
|
|
18
|
-
import { default as G } from "./lib/components/
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as j } from "./lib/components/
|
|
22
|
-
import { default as J } from "./lib/components/
|
|
23
|
-
import { default as Q } from "./lib/components/
|
|
24
|
-
import { default as V } from "./lib/components/
|
|
25
|
-
import { default as Y } from "./lib/components/
|
|
26
|
-
import { default as _ } from "./lib/components/
|
|
27
|
-
import { default as ee } from "./lib/components/
|
|
28
|
-
import { default as oe } from "./lib/components/
|
|
29
|
-
import { default as ae } from "./lib/components/
|
|
30
|
-
import { default as le } from "./lib/components/
|
|
31
|
-
import { default as se } from "./lib/components/
|
|
32
|
-
import { default as ue } from "./lib/components/
|
|
33
|
-
import { default as xe } from "./lib/components/
|
|
34
|
-
import { default as ie } from "./lib/components/
|
|
35
|
-
import { default as Te } from "./lib/components/
|
|
36
|
-
import { default as Se } from "./lib/components/
|
|
37
|
-
import { default as be } from "./lib/components/
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Re } from "./lib/components/
|
|
45
|
-
import { default as Ge } from "./lib/components/
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as je } from "./lib/components/
|
|
49
|
-
import { default as Je } from "./lib/components/
|
|
50
|
-
import { default as Qe } from "./lib/components/
|
|
51
|
-
import { default as Ve } from "./lib/components/
|
|
52
|
-
import { default as Ye } from "./lib/components/
|
|
53
|
-
import { default as _e } from "./lib/components/
|
|
54
|
-
import { default as et } from "./lib/components/
|
|
55
|
-
import { default as ot } from "./lib/components/
|
|
56
|
-
import { default as at } from "./lib/components/
|
|
57
|
-
import { default as lt } from "./lib/components/
|
|
58
|
-
import { default as st } from "./lib/components/
|
|
59
|
-
import { default as ut } from "./lib/components/
|
|
60
|
-
import { default as xt } from "./lib/components/
|
|
61
|
-
import { default as it } from "./lib/components/
|
|
62
|
-
import { default as Tt } from "./lib/components/
|
|
63
|
-
import { default as St } from "./lib/components/
|
|
64
|
-
import { default as bt } from "./lib/components/
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
8
|
+
import { default as T } from "./lib/components/CanvasWrapper.vue.mjs";
|
|
9
|
+
import { default as S } from "./lib/components/CarouselWrapper.vue.mjs";
|
|
10
|
+
import { default as b } from "./lib/components/CheckboxWrapperWrapper.vue.mjs";
|
|
11
|
+
import { default as y } from "./lib/components/ContentWrapperWrapper.vue.mjs";
|
|
12
|
+
import { default as M } from "./lib/components/CrestWrapper.vue.mjs";
|
|
13
|
+
import { default as B } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
14
|
+
import { default as L } from "./lib/components/DividerWrapper.vue.mjs";
|
|
15
|
+
import { default as H } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
16
|
+
import { default as D } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
17
|
+
import { default as R } from "./lib/components/FlexWrapper.vue.mjs";
|
|
18
|
+
import { default as G } from "./lib/components/FlexItemWrapper.vue.mjs";
|
|
19
|
+
import { default as O } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
20
|
+
import { default as A } from "./lib/components/FlyoutMultilevelWrapper.vue.mjs";
|
|
21
|
+
import { default as j } from "./lib/components/FlyoutMultilevelItemWrapper.vue.mjs";
|
|
22
|
+
import { default as J } from "./lib/components/GridWrapper.vue.mjs";
|
|
23
|
+
import { default as Q } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
24
|
+
import { default as V } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
25
|
+
import { default as Y } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
26
|
+
import { default as _ } from "./lib/components/IconWrapper.vue.mjs";
|
|
27
|
+
import { default as ee } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
28
|
+
import { default as oe } from "./lib/components/LinkWrapper.vue.mjs";
|
|
29
|
+
import { default as ae } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
30
|
+
import { default as le } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
31
|
+
import { default as se } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
32
|
+
import { default as ue } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
33
|
+
import { default as xe } from "./lib/components/LinkTileProductWrapper.vue.mjs";
|
|
34
|
+
import { default as ie } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
35
|
+
import { default as Te } from "./lib/components/ModalWrapper.vue.mjs";
|
|
36
|
+
import { default as Se } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
37
|
+
import { default as be } from "./lib/components/MultiSelectWrapper.vue.mjs";
|
|
38
|
+
import { default as ye } from "./lib/components/MultiSelectOptionWrapper.vue.mjs";
|
|
39
|
+
import { default as Me } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
40
|
+
import { default as Be } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
41
|
+
import { default as Le } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
42
|
+
import { default as He } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
43
|
+
import { default as De } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
44
|
+
import { default as Re } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
45
|
+
import { default as Ge } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
46
|
+
import { default as Oe } from "./lib/components/SelectWrapper.vue.mjs";
|
|
47
|
+
import { default as Ae } from "./lib/components/SelectOptionWrapper.vue.mjs";
|
|
48
|
+
import { default as je } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
49
|
+
import { default as Je } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
50
|
+
import { default as Qe } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
52
|
+
import { default as Ye } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
53
|
+
import { default as _e } from "./lib/components/TableWrapper.vue.mjs";
|
|
54
|
+
import { default as et } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
55
|
+
import { default as ot } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
58
|
+
import { default as st } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
59
|
+
import { default as ut } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/TabsWrapper.vue.mjs";
|
|
61
|
+
import { default as it } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
63
|
+
import { default as St } from "./lib/components/TagWrapper.vue.mjs";
|
|
64
|
+
import { default as bt } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
65
|
+
import { default as yt } from "./lib/components/TextWrapper.vue.mjs";
|
|
66
|
+
import { default as Mt } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
67
|
+
import { default as Bt } from "./lib/components/TextListWrapper.vue.mjs";
|
|
68
|
+
import { default as Lt } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
69
|
+
import { default as Ht } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
70
|
+
import { default as Dt } from "./lib/components/ToastWrapper.vue.mjs";
|
|
71
|
+
import { default as Rt } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
72
|
+
import { useToastManager as Gt } from "./utils.mjs";
|
|
73
|
+
import { default as Ot } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
74
|
+
import { createPorscheDesignSystem as At, usePorscheDesignSystemPlugin as Nt } from "./plugin.mjs";
|
|
74
75
|
export {
|
|
75
76
|
a as PAccordion,
|
|
76
77
|
l as PBanner,
|
|
@@ -78,72 +79,73 @@ export {
|
|
|
78
79
|
u as PButtonGroup,
|
|
79
80
|
x as PButtonPure,
|
|
80
81
|
i as PButtonTile,
|
|
81
|
-
T as
|
|
82
|
-
S as
|
|
83
|
-
b as
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
R as
|
|
91
|
-
G as
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
j as
|
|
95
|
-
J as
|
|
96
|
-
Q as
|
|
97
|
-
V as
|
|
98
|
-
Y as
|
|
99
|
-
_ as
|
|
100
|
-
ee as
|
|
101
|
-
oe as
|
|
102
|
-
ae as
|
|
103
|
-
le as
|
|
104
|
-
se as
|
|
105
|
-
ue as
|
|
106
|
-
xe as
|
|
107
|
-
ie as
|
|
108
|
-
Te as
|
|
109
|
-
Se as
|
|
110
|
-
be as
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
Re as
|
|
118
|
-
Ge as
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
je as
|
|
122
|
-
Je as
|
|
123
|
-
Qe as
|
|
124
|
-
Ve as
|
|
125
|
-
Ye as
|
|
126
|
-
_e as
|
|
127
|
-
et as
|
|
128
|
-
ot as
|
|
129
|
-
at as
|
|
130
|
-
lt as
|
|
131
|
-
st as
|
|
132
|
-
ut as
|
|
133
|
-
xt as
|
|
134
|
-
it as
|
|
135
|
-
Tt as
|
|
136
|
-
St as
|
|
137
|
-
bt as
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
82
|
+
T as PCanvas,
|
|
83
|
+
S as PCarousel,
|
|
84
|
+
b as PCheckboxWrapper,
|
|
85
|
+
y as PContentWrapper,
|
|
86
|
+
M as PCrest,
|
|
87
|
+
B as PDisplay,
|
|
88
|
+
L as PDivider,
|
|
89
|
+
H as PFieldset,
|
|
90
|
+
D as PFieldsetWrapper,
|
|
91
|
+
R as PFlex,
|
|
92
|
+
G as PFlexItem,
|
|
93
|
+
O as PFlyout,
|
|
94
|
+
A as PFlyoutMultilevel,
|
|
95
|
+
j as PFlyoutMultilevelItem,
|
|
96
|
+
J as PGrid,
|
|
97
|
+
Q as PGridItem,
|
|
98
|
+
V as PHeading,
|
|
99
|
+
Y as PHeadline,
|
|
100
|
+
_ as PIcon,
|
|
101
|
+
ee as PInlineNotification,
|
|
102
|
+
oe as PLink,
|
|
103
|
+
ae as PLinkPure,
|
|
104
|
+
le as PLinkSocial,
|
|
105
|
+
se as PLinkTile,
|
|
106
|
+
ue as PLinkTileModelSignature,
|
|
107
|
+
xe as PLinkTileProduct,
|
|
108
|
+
ie as PMarque,
|
|
109
|
+
Te as PModal,
|
|
110
|
+
Se as PModelSignature,
|
|
111
|
+
be as PMultiSelect,
|
|
112
|
+
ye as PMultiSelectOption,
|
|
113
|
+
Me as PPagination,
|
|
114
|
+
Be as PPinCode,
|
|
115
|
+
Le as PPopover,
|
|
116
|
+
He as PRadioButtonWrapper,
|
|
117
|
+
De as PScroller,
|
|
118
|
+
Re as PSegmentedControl,
|
|
119
|
+
Ge as PSegmentedControlItem,
|
|
120
|
+
Oe as PSelect,
|
|
121
|
+
Ae as PSelectOption,
|
|
122
|
+
je as PSelectWrapper,
|
|
123
|
+
Je as PSpinner,
|
|
124
|
+
Qe as PStepperHorizontal,
|
|
125
|
+
Ve as PStepperHorizontalItem,
|
|
126
|
+
Ye as PSwitch,
|
|
127
|
+
_e as PTable,
|
|
128
|
+
et as PTableBody,
|
|
129
|
+
ot as PTableCell,
|
|
130
|
+
at as PTableHead,
|
|
131
|
+
lt as PTableHeadCell,
|
|
132
|
+
st as PTableHeadRow,
|
|
133
|
+
ut as PTableRow,
|
|
134
|
+
xt as PTabs,
|
|
135
|
+
it as PTabsBar,
|
|
136
|
+
Tt as PTabsItem,
|
|
137
|
+
St as PTag,
|
|
138
|
+
bt as PTagDismissible,
|
|
139
|
+
yt as PText,
|
|
140
|
+
Mt as PTextFieldWrapper,
|
|
141
|
+
Bt as PTextList,
|
|
142
|
+
Lt as PTextListItem,
|
|
143
|
+
Ht as PTextareaWrapper,
|
|
144
|
+
Dt as PToast,
|
|
145
|
+
Rt as PWordmark,
|
|
146
|
+
Ot as PorscheDesignSystemProvider,
|
|
145
147
|
o as componentsReady,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
At as createPorscheDesignSystem,
|
|
149
|
+
Nt as usePorscheDesignSystemPlugin,
|
|
150
|
+
Gt as useToastManager
|
|
149
151
|
};
|
package/esm/utils.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { InjectionKey, Ref } from 'vue';
|
|
2
|
+
import type { ToastMessage } from './lib/types';
|
|
3
|
+
export declare const prefixInjectionKey: InjectionKey<string>;
|
|
4
|
+
export declare const themeInjectionKey: InjectionKey<Ref<"light" | "dark" | "auto">>;
|
|
5
|
+
export declare const usePrefix: (tagName: string) => string;
|
|
6
|
+
export declare const syncProperties: <T extends HTMLElement>(elementRef: Ref<T | undefined>, props: Partial<T>) => void;
|
|
7
|
+
export declare const addEventListenerToElementRef: <T extends HTMLElement, E extends string>(elementRef: Ref<T | undefined>, eventName: E, emit: (eventName: E, detail: any) => void) => void;
|
|
8
|
+
export declare const useToastManager: () => {
|
|
9
|
+
addMessage: (message: ToastMessage) => void;
|
|
10
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.16.0-rc.
|
|
3
|
+
"version": "3.16.0-rc.2",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.16.0-rc.
|
|
20
|
+
"@porsche-design-system/components-js": "3.16.0-rc.2"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),o=require("../../utils.cjs"),c=e.defineComponent({__name:"FlyoutNavigationItemWrapper",props:{identifier:{},label:{}},setup(r){const s=o.usePrefix("p-flyout-navigation-item"),p=r,t=e.ref(),n=()=>o.syncProperties(t,p);return e.onMounted(n),e.onUpdated(n),(i,a)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(i.$slots,"default")]),_:3},512))}});module.exports=c;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./FlyoutNavigationItemWrapper.vue.cjs");module.exports=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../../utils.cjs"),d=e.defineComponent({__name:"FlyoutNavigationWrapper",props:{activeIdentifier:{},aria:{},open:{type:Boolean,default:!1},theme:{}},emits:["dismiss","update"],setup(p,{emit:c}){const m=t.usePrefix("p-flyout-navigation"),o=p,n=e.ref(),r=c,i=e.inject(t.themeInjectionKey),a=()=>t.syncProperties(n,{...o,theme:o.theme||i.value});return e.onMounted(()=>{a(),t.addEventListenerToElementRef(n,"dismiss",r),t.addEventListenerToElementRef(n,"update",r)}),e.onUpdated(a),e.watch(i,s=>{t.syncProperties(n,{theme:o.theme||s})}),(s,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(m)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=d;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./FlyoutNavigationWrapper.vue.cjs");module.exports=e;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { defineComponent as s, ref as a, onMounted as f, onUpdated as i, openBlock as c, createBlock as m, resolveDynamicComponent as l, unref as d, withCtx as u, renderSlot as _ } from "vue";
|
|
2
|
-
import { usePrefix as y, syncProperties as C } from "../../utils.mjs";
|
|
3
|
-
const x = /* @__PURE__ */ s({
|
|
4
|
-
__name: "FlyoutNavigationItemWrapper",
|
|
5
|
-
props: {
|
|
6
|
-
identifier: {},
|
|
7
|
-
label: {}
|
|
8
|
-
},
|
|
9
|
-
setup(t) {
|
|
10
|
-
const n = y("p-flyout-navigation-item"), r = t, e = a(), o = () => C(e, r);
|
|
11
|
-
return f(o), i(o), (p, g) => (c(), m(l(d(n)), {
|
|
12
|
-
ref_key: "pdsComponentRef",
|
|
13
|
-
ref: e
|
|
14
|
-
}, {
|
|
15
|
-
default: u(() => [
|
|
16
|
-
_(p.$slots, "default")
|
|
17
|
-
]),
|
|
18
|
-
_: 3
|
|
19
|
-
}, 512));
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
export {
|
|
23
|
-
x as default
|
|
24
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { defineComponent as f, ref as d, inject as l, onMounted as u, onUpdated as h, watch as y, openBlock as _, createBlock as v, resolveDynamicComponent as C, unref as R, withCtx as g, renderSlot as k } from "vue";
|
|
2
|
-
import { usePrefix as w, themeInjectionKey as x, addEventListenerToElementRef as a, syncProperties as i } from "../../utils.mjs";
|
|
3
|
-
const E = /* @__PURE__ */ f({
|
|
4
|
-
__name: "FlyoutNavigationWrapper",
|
|
5
|
-
props: {
|
|
6
|
-
activeIdentifier: {},
|
|
7
|
-
aria: {},
|
|
8
|
-
open: { type: Boolean, default: !1 },
|
|
9
|
-
theme: {}
|
|
10
|
-
},
|
|
11
|
-
emits: ["dismiss", "update"],
|
|
12
|
-
setup(p, { emit: m }) {
|
|
13
|
-
const c = w("p-flyout-navigation"), t = p, e = d(), n = m, s = l(x), r = () => i(e, { ...t, theme: t.theme || s.value });
|
|
14
|
-
return u(() => {
|
|
15
|
-
r(), a(e, "dismiss", n), a(e, "update", n);
|
|
16
|
-
}), h(r), y(s, (o) => {
|
|
17
|
-
i(e, { theme: t.theme || o });
|
|
18
|
-
}), (o, B) => (_(), v(C(R(c)), {
|
|
19
|
-
ref_key: "pdsComponentRef",
|
|
20
|
-
ref: e
|
|
21
|
-
}, {
|
|
22
|
-
default: g(() => [
|
|
23
|
-
k(o.$slots, "default")
|
|
24
|
-
]),
|
|
25
|
-
_: 3
|
|
26
|
-
}, 512));
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
export {
|
|
30
|
-
E as default
|
|
31
|
-
};
|