@porsche-design-system/components-vue 3.0.0-alpha.1 → 3.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +351 -3
- package/OSS_NOTICE +65234 -2280
- package/README.md +25 -2
- package/lib/components/AccordionWrapper.vue.d.ts +3 -0
- package/lib/components/AccordionWrapper.vue.js +13 -13
- package/lib/components/BannerWrapper.vue.d.ts +30 -2
- package/lib/components/BannerWrapper.vue.js +11 -9
- package/lib/components/ButtonPureWrapper.vue.d.ts +13 -13
- package/lib/components/ButtonWrapper.vue.d.ts +5 -5
- package/lib/components/CarouselWrapper.vue.d.ts +43 -8
- package/lib/components/CarouselWrapper.vue.js +18 -15
- package/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/ContentWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/ContentWrapperWrapper.vue.js +5 -5
- package/lib/components/DisplayWrapper.vue.d.ts +2 -2
- package/lib/components/DividerWrapper.vue.d.ts +16 -8
- package/lib/components/DividerWrapper.vue.js +13 -12
- package/lib/components/FieldsetWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/GridItemWrapper.vue.d.ts +4 -4
- package/lib/components/HeadingWrapper.vue.d.ts +2 -2
- package/lib/components/IconWrapper.vue.d.ts +4 -4
- package/lib/components/InlineNotificationWrapper.vue.d.ts +3 -3
- package/lib/components/LinkPureWrapper.vue.d.ts +12 -12
- package/lib/components/LinkSocialWrapper.vue.d.ts +5 -5
- package/lib/components/LinkTileWrapper.vue.d.ts +4 -4
- package/lib/components/LinkTileWrapper.vue.js +1 -1
- package/lib/components/LinkWrapper.vue.d.ts +4 -4
- package/lib/components/MarqueWrapper.vue.d.ts +2 -2
- package/lib/components/ModalWrapper.vue.d.ts +16 -5
- package/lib/components/ModalWrapper.vue.js +13 -12
- package/lib/components/ModelSignatureWrapper.vue.d.ts +66 -0
- package/lib/components/ModelSignatureWrapper.vue.js +25 -0
- package/lib/components/ModelSignatureWrapper.vue2.js +4 -0
- package/lib/components/PaginationWrapper.vue.d.ts +38 -26
- package/lib/components/PaginationWrapper.vue.js +17 -16
- package/lib/components/RadioButtonWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/ScrollerWrapper.vue.d.ts +27 -11
- package/lib/components/ScrollerWrapper.vue.js +15 -13
- package/lib/components/SegmentedControlItemWrapper.vue.d.ts +2 -2
- package/lib/components/SegmentedControlWrapper.vue.d.ts +5 -2
- package/lib/components/SegmentedControlWrapper.vue.js +12 -12
- package/lib/components/SelectWrapperWrapper.vue.d.ts +4 -4
- package/lib/components/StepperHorizontalWrapper.vue.d.ts +6 -3
- package/lib/components/StepperHorizontalWrapper.vue.js +13 -13
- package/lib/components/SwitchWrapper.vue.d.ts +6 -3
- package/lib/components/SwitchWrapper.vue.js +13 -13
- package/lib/components/TableWrapper.vue.d.ts +3 -0
- package/lib/components/TableWrapper.vue.js +10 -10
- package/lib/components/TabsBarWrapper.vue.d.ts +21 -10
- package/lib/components/TabsBarWrapper.vue.js +15 -14
- package/lib/components/TabsWrapper.vue.d.ts +21 -10
- package/lib/components/TabsWrapper.vue.js +15 -14
- package/lib/components/TagDismissibleWrapper.vue.d.ts +2 -2
- package/lib/components/TagWrapper.vue.d.ts +2 -2
- package/lib/components/TextFieldWrapperWrapper.vue.d.ts +16 -8
- package/lib/components/TextFieldWrapperWrapper.vue.js +7 -6
- package/lib/components/TextListWrapper.vue.d.ts +18 -13
- package/lib/components/TextListWrapper.vue.js +11 -10
- package/lib/components/TextWrapper.vue.d.ts +6 -6
- package/lib/components/TextareaWrapperWrapper.vue.d.ts +16 -8
- package/lib/components/TextareaWrapperWrapper.vue.js +12 -11
- package/lib/components/index.d.ts +1 -0
- package/lib/types.d.ts +164 -60
- package/package.json +2 -2
- package/plugin.d.ts +14 -0
- package/plugin.js +28 -0
- package/public-api.d.ts +1 -0
- package/public-api.js +83 -78
package/public-api.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { componentsReady as
|
|
1
|
+
import { componentsReady as t } from "@porsche-design-system/components-js";
|
|
2
2
|
import { default as o } from "./lib/components/AccordionWrapper.vue.js";
|
|
3
3
|
import { default as l } from "./lib/components/BannerWrapper.vue.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as s } from "./lib/components/ButtonWrapper.vue.js";
|
|
5
5
|
import { default as m } from "./lib/components/ButtonGroupWrapper.vue.js";
|
|
6
6
|
import { default as x } from "./lib/components/ButtonPureWrapper.vue.js";
|
|
7
7
|
import { default as i } from "./lib/components/CarouselWrapper.vue.js";
|
|
8
8
|
import { default as T } from "./lib/components/CheckboxWrapperWrapper.vue.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as S } from "./lib/components/ContentWrapperWrapper.vue.js";
|
|
10
10
|
import { default as g } from "./lib/components/DisplayWrapper.vue.js";
|
|
11
11
|
import { default as B } from "./lib/components/DividerWrapper.vue.js";
|
|
12
12
|
import { default as H } from "./lib/components/FieldsetWrapperWrapper.vue.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
13
|
+
import { default as y } from "./lib/components/FlexWrapper.vue.js";
|
|
14
|
+
import { default as L } from "./lib/components/FlexItemWrapper.vue.js";
|
|
15
|
+
import { default as k } from "./lib/components/GridWrapper.vue.js";
|
|
16
|
+
import { default as M } from "./lib/components/GridItemWrapper.vue.js";
|
|
17
|
+
import { default as v } from "./lib/components/HeadingWrapper.vue.js";
|
|
18
|
+
import { default as G } from "./lib/components/HeadlineWrapper.vue.js";
|
|
19
19
|
import { default as q } from "./lib/components/IconWrapper.vue.js";
|
|
20
20
|
import { default as N } from "./lib/components/InlineNotificationWrapper.vue.js";
|
|
21
21
|
import { default as E } from "./lib/components/LinkWrapper.vue.js";
|
|
@@ -24,55 +24,57 @@ import { default as Q } from "./lib/components/LinkSocialWrapper.vue.js";
|
|
|
24
24
|
import { default as V } from "./lib/components/LinkTileWrapper.vue.js";
|
|
25
25
|
import { default as Y } from "./lib/components/MarqueWrapper.vue.js";
|
|
26
26
|
import { default as _ } from "./lib/components/ModalWrapper.vue.js";
|
|
27
|
-
import { default as ee } from "./lib/components/
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as oe } from "./lib/components/
|
|
30
|
-
import { default as le } from "./lib/components/
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as me } 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
|
|
37
|
-
import { default as ge } from "./lib/components/
|
|
38
|
-
import { default as Be } from "./lib/components/
|
|
39
|
-
import { default as He } from "./lib/components/
|
|
27
|
+
import { default as ee } from "./lib/components/ModelSignatureWrapper.vue.js";
|
|
28
|
+
import { default as te } from "./lib/components/PaginationWrapper.vue.js";
|
|
29
|
+
import { default as oe } from "./lib/components/PopoverWrapper.vue.js";
|
|
30
|
+
import { default as le } from "./lib/components/RadioButtonWrapperWrapper.vue.js";
|
|
31
|
+
import { default as se } from "./lib/components/ScrollerWrapper.vue.js";
|
|
32
|
+
import { default as me } from "./lib/components/SegmentedControlWrapper.vue.js";
|
|
33
|
+
import { default as xe } from "./lib/components/SegmentedControlItemWrapper.vue.js";
|
|
34
|
+
import { default as ie } from "./lib/components/SelectWrapperWrapper.vue.js";
|
|
35
|
+
import { default as Te } from "./lib/components/SpinnerWrapper.vue.js";
|
|
36
|
+
import { default as Se } from "./lib/components/StepperHorizontalWrapper.vue.js";
|
|
37
|
+
import { default as ge } from "./lib/components/StepperHorizontalItemWrapper.vue.js";
|
|
38
|
+
import { default as Be } from "./lib/components/SwitchWrapper.vue.js";
|
|
39
|
+
import { default as He } from "./lib/components/TableWrapper.vue.js";
|
|
40
|
+
import { default as ye } from "./lib/components/TableBodyWrapper.vue.js";
|
|
40
41
|
import { default as Le } from "./lib/components/TableCellWrapper.vue.js";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { useToastManager as
|
|
57
|
-
import { default as
|
|
42
|
+
import { default as ke } from "./lib/components/TableHeadWrapper.vue.js";
|
|
43
|
+
import { default as Me } from "./lib/components/TableHeadCellWrapper.vue.js";
|
|
44
|
+
import { default as ve } from "./lib/components/TableHeadRowWrapper.vue.js";
|
|
45
|
+
import { default as Ge } from "./lib/components/TableRowWrapper.vue.js";
|
|
46
|
+
import { default as qe } from "./lib/components/TabsWrapper.vue.js";
|
|
47
|
+
import { default as Ne } from "./lib/components/TabsBarWrapper.vue.js";
|
|
48
|
+
import { default as Ee } from "./lib/components/TabsItemWrapper.vue.js";
|
|
49
|
+
import { default as Ke } from "./lib/components/TagWrapper.vue.js";
|
|
50
|
+
import { default as Qe } from "./lib/components/TagDismissibleWrapper.vue.js";
|
|
51
|
+
import { default as Ve } from "./lib/components/TextWrapper.vue.js";
|
|
52
|
+
import { default as Ye } from "./lib/components/TextFieldWrapperWrapper.vue.js";
|
|
53
|
+
import { default as _e } from "./lib/components/TextListWrapper.vue.js";
|
|
54
|
+
import { default as er } from "./lib/components/TextListItemWrapper.vue.js";
|
|
55
|
+
import { default as tr } from "./lib/components/TextareaWrapperWrapper.vue.js";
|
|
56
|
+
import { default as or } from "./lib/components/ToastWrapper.vue.js";
|
|
57
|
+
import { useToastManager as lr } from "./utils.js";
|
|
58
|
+
import { default as sr } from "./PorscheDesignSystemProvider.vue.js";
|
|
59
|
+
import { createPorscheDesignSystem as mr, usePorscheDesignSystemPlugin as ur } from "./plugin.js";
|
|
58
60
|
export {
|
|
59
61
|
o as PAccordion,
|
|
60
62
|
l as PBanner,
|
|
61
|
-
|
|
63
|
+
s as PButton,
|
|
62
64
|
m as PButtonGroup,
|
|
63
65
|
x as PButtonPure,
|
|
64
66
|
i as PCarousel,
|
|
65
67
|
T as PCheckboxWrapper,
|
|
66
|
-
|
|
68
|
+
S as PContentWrapper,
|
|
67
69
|
g as PDisplay,
|
|
68
70
|
B as PDivider,
|
|
69
71
|
H as PFieldsetWrapper,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
72
|
+
y as PFlex,
|
|
73
|
+
L as PFlexItem,
|
|
74
|
+
k as PGrid,
|
|
75
|
+
M as PGridItem,
|
|
76
|
+
v as PHeading,
|
|
77
|
+
G as PHeadline,
|
|
76
78
|
q as PIcon,
|
|
77
79
|
N as PInlineNotification,
|
|
78
80
|
E as PLink,
|
|
@@ -81,36 +83,39 @@ export {
|
|
|
81
83
|
V as PLinkTile,
|
|
82
84
|
Y as PMarque,
|
|
83
85
|
_ as PModal,
|
|
84
|
-
ee as
|
|
85
|
-
|
|
86
|
-
oe as
|
|
87
|
-
le as
|
|
88
|
-
|
|
89
|
-
me as
|
|
90
|
-
xe as
|
|
91
|
-
ie as
|
|
92
|
-
Te as
|
|
93
|
-
|
|
94
|
-
ge as
|
|
95
|
-
Be as
|
|
96
|
-
He as
|
|
86
|
+
ee as PModelSignature,
|
|
87
|
+
te as PPagination,
|
|
88
|
+
oe as PPopover,
|
|
89
|
+
le as PRadioButtonWrapper,
|
|
90
|
+
se as PScroller,
|
|
91
|
+
me as PSegmentedControl,
|
|
92
|
+
xe as PSegmentedControlItem,
|
|
93
|
+
ie as PSelectWrapper,
|
|
94
|
+
Te as PSpinner,
|
|
95
|
+
Se as PStepperHorizontal,
|
|
96
|
+
ge as PStepperHorizontalItem,
|
|
97
|
+
Be as PSwitch,
|
|
98
|
+
He as PTable,
|
|
99
|
+
ye as PTableBody,
|
|
97
100
|
Le as PTableCell,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
101
|
+
ke as PTableHead,
|
|
102
|
+
Me as PTableHeadCell,
|
|
103
|
+
ve as PTableHeadRow,
|
|
104
|
+
Ge as PTableRow,
|
|
105
|
+
qe as PTabs,
|
|
106
|
+
Ne as PTabsBar,
|
|
107
|
+
Ee as PTabsItem,
|
|
108
|
+
Ke as PTag,
|
|
109
|
+
Qe as PTagDismissible,
|
|
110
|
+
Ve as PText,
|
|
111
|
+
Ye as PTextFieldWrapper,
|
|
112
|
+
_e as PTextList,
|
|
113
|
+
er as PTextListItem,
|
|
114
|
+
tr as PTextareaWrapper,
|
|
115
|
+
or as PToast,
|
|
116
|
+
sr as PorscheDesignSystemProvider,
|
|
117
|
+
t as componentsReady,
|
|
118
|
+
mr as createPorscheDesignSystem,
|
|
119
|
+
ur as usePorscheDesignSystemPlugin,
|
|
120
|
+
lr as useToastManager
|
|
116
121
|
};
|