@porsche-design-system/components-vue 3.0.0-alpha.2 → 3.0.0-alpha.4
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 +385 -0
- package/lib/components/AccordionWrapper.vue.d.ts +3 -0
- package/lib/components/AccordionWrapper.vue.js +13 -13
- package/lib/components/BannerWrapper.vue.d.ts +32 -2
- package/lib/components/BannerWrapper.vue.js +11 -9
- package/lib/components/ButtonPureWrapper.vue.d.ts +11 -11
- package/lib/components/ButtonTileWrapper.vue.d.ts +171 -0
- package/lib/components/ButtonTileWrapper.vue.js +40 -0
- package/lib/components/ButtonTileWrapper.vue2.js +4 -0
- package/lib/components/ButtonWrapper.vue.d.ts +5 -5
- package/lib/components/CarouselWrapper.vue.d.ts +32 -13
- package/lib/components/CarouselWrapper.vue.js +17 -15
- package/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/DisplayWrapper.vue.d.ts +4 -4
- package/lib/components/DividerWrapper.vue.d.ts +14 -6
- package/lib/components/DividerWrapper.vue.js +11 -10
- package/lib/components/FieldsetWrapper.vue.d.ts +95 -0
- package/lib/components/FieldsetWrapper.vue.js +32 -0
- package/lib/components/FieldsetWrapper.vue2.js +4 -0
- package/lib/components/FieldsetWrapperWrapper.vue.d.ts +4 -3
- package/lib/components/GridItemWrapper.vue.d.ts +4 -4
- package/lib/components/HeadingWrapper.vue.d.ts +4 -4
- package/lib/components/HeadlineWrapper.vue.d.ts +3 -3
- 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 +10 -10
- package/lib/components/LinkSocialWrapper.vue.d.ts +5 -5
- package/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +106 -0
- package/lib/components/LinkTileModelSignatureWrapper.vue.js +33 -0
- package/lib/components/LinkTileModelSignatureWrapper.vue2.js +4 -0
- package/lib/components/LinkTileWrapper.vue.d.ts +6 -6
- 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 +4 -4
- package/lib/components/PaginationWrapper.vue.d.ts +36 -24
- package/lib/components/PaginationWrapper.vue.js +17 -16
- package/lib/components/PopoverWrapper.vue.d.ts +2 -2
- package/lib/components/RadioButtonWrapperWrapper.vue.d.ts +2 -2
- package/lib/components/ScrollerWrapper.vue.d.ts +38 -11
- package/lib/components/ScrollerWrapper.vue.js +16 -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 +26 -3
- package/lib/components/TableWrapper.vue.js +14 -13
- 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 +16 -11
- package/lib/components/TextListWrapper.vue.js +11 -10
- package/lib/components/TextWrapper.vue.d.ts +4 -4
- package/lib/components/TextareaWrapperWrapper.vue.d.ts +16 -8
- package/lib/components/TextareaWrapperWrapper.vue.js +12 -11
- package/lib/components/index.d.ts +3 -0
- package/lib/types.d.ts +164 -68
- package/package.json +2 -2
- package/public-api.js +117 -111
- package/styles/_index.scss +1 -0
- package/styles/scss.scss +0 -1
package/public-api.js
CHANGED
|
@@ -1,121 +1,127 @@
|
|
|
1
|
-
import { componentsReady as
|
|
2
|
-
import { default as
|
|
1
|
+
import { componentsReady as r } from "@porsche-design-system/components-js";
|
|
2
|
+
import { default as a } from "./lib/components/AccordionWrapper.vue.js";
|
|
3
3
|
import { default as l } from "./lib/components/BannerWrapper.vue.js";
|
|
4
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
|
-
import { default as i } from "./lib/components/
|
|
8
|
-
import { default as T } from "./lib/components/
|
|
9
|
-
import { default as S } from "./lib/components/
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as H } from "./lib/components/
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as M } from "./lib/components/
|
|
17
|
-
import { default as v } from "./lib/components/
|
|
18
|
-
import { default as G } from "./lib/components/
|
|
19
|
-
import { default as q } from "./lib/components/
|
|
20
|
-
import { default as N } from "./lib/components/
|
|
21
|
-
import { default as E } from "./lib/components/
|
|
22
|
-
import { default as K } 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
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as le } from "./lib/components/
|
|
31
|
-
import { default as se } from "./lib/components/
|
|
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 Se } from "./lib/components/
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as He } from "./lib/components/
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as Me } from "./lib/components/
|
|
44
|
-
import { default as ve } from "./lib/components/
|
|
45
|
-
import { default as Ge } from "./lib/components/
|
|
46
|
-
import { default as qe } from "./lib/components/
|
|
47
|
-
import { default as Ne } from "./lib/components/
|
|
48
|
-
import { default as Ee } from "./lib/components/
|
|
49
|
-
import { default as Ke } 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
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import {
|
|
58
|
-
import { default as
|
|
59
|
-
import {
|
|
7
|
+
import { default as i } from "./lib/components/ButtonTileWrapper.vue.js";
|
|
8
|
+
import { default as T } from "./lib/components/CarouselWrapper.vue.js";
|
|
9
|
+
import { default as S } from "./lib/components/CheckboxWrapperWrapper.vue.js";
|
|
10
|
+
import { default as b } from "./lib/components/ContentWrapperWrapper.vue.js";
|
|
11
|
+
import { default as I } from "./lib/components/DisplayWrapper.vue.js";
|
|
12
|
+
import { default as H } from "./lib/components/DividerWrapper.vue.js";
|
|
13
|
+
import { default as W } from "./lib/components/FieldsetWrapper.vue.js";
|
|
14
|
+
import { default as y } from "./lib/components/FieldsetWrapperWrapper.vue.js";
|
|
15
|
+
import { default as h } from "./lib/components/FlexWrapper.vue.js";
|
|
16
|
+
import { default as M } from "./lib/components/FlexItemWrapper.vue.js";
|
|
17
|
+
import { default as v } from "./lib/components/GridWrapper.vue.js";
|
|
18
|
+
import { default as G } from "./lib/components/GridItemWrapper.vue.js";
|
|
19
|
+
import { default as q } from "./lib/components/HeadingWrapper.vue.js";
|
|
20
|
+
import { default as N } from "./lib/components/HeadlineWrapper.vue.js";
|
|
21
|
+
import { default as E } from "./lib/components/IconWrapper.vue.js";
|
|
22
|
+
import { default as K } from "./lib/components/InlineNotificationWrapper.vue.js";
|
|
23
|
+
import { default as Q } from "./lib/components/LinkWrapper.vue.js";
|
|
24
|
+
import { default as V } from "./lib/components/LinkPureWrapper.vue.js";
|
|
25
|
+
import { default as Y } from "./lib/components/LinkSocialWrapper.vue.js";
|
|
26
|
+
import { default as _ } from "./lib/components/LinkTileWrapper.vue.js";
|
|
27
|
+
import { default as ee } from "./lib/components/LinkTileModelSignatureWrapper.vue.js";
|
|
28
|
+
import { default as re } from "./lib/components/MarqueWrapper.vue.js";
|
|
29
|
+
import { default as ae } from "./lib/components/ModalWrapper.vue.js";
|
|
30
|
+
import { default as le } from "./lib/components/ModelSignatureWrapper.vue.js";
|
|
31
|
+
import { default as se } from "./lib/components/PaginationWrapper.vue.js";
|
|
32
|
+
import { default as me } from "./lib/components/PopoverWrapper.vue.js";
|
|
33
|
+
import { default as xe } from "./lib/components/RadioButtonWrapperWrapper.vue.js";
|
|
34
|
+
import { default as ie } from "./lib/components/ScrollerWrapper.vue.js";
|
|
35
|
+
import { default as Te } from "./lib/components/SegmentedControlWrapper.vue.js";
|
|
36
|
+
import { default as Se } from "./lib/components/SegmentedControlItemWrapper.vue.js";
|
|
37
|
+
import { default as be } from "./lib/components/SelectWrapperWrapper.vue.js";
|
|
38
|
+
import { default as Ie } from "./lib/components/SpinnerWrapper.vue.js";
|
|
39
|
+
import { default as He } from "./lib/components/StepperHorizontalWrapper.vue.js";
|
|
40
|
+
import { default as We } from "./lib/components/StepperHorizontalItemWrapper.vue.js";
|
|
41
|
+
import { default as ye } from "./lib/components/SwitchWrapper.vue.js";
|
|
42
|
+
import { default as he } from "./lib/components/TableWrapper.vue.js";
|
|
43
|
+
import { default as Me } from "./lib/components/TableBodyWrapper.vue.js";
|
|
44
|
+
import { default as ve } from "./lib/components/TableCellWrapper.vue.js";
|
|
45
|
+
import { default as Ge } from "./lib/components/TableHeadWrapper.vue.js";
|
|
46
|
+
import { default as qe } from "./lib/components/TableHeadCellWrapper.vue.js";
|
|
47
|
+
import { default as Ne } from "./lib/components/TableHeadRowWrapper.vue.js";
|
|
48
|
+
import { default as Ee } from "./lib/components/TableRowWrapper.vue.js";
|
|
49
|
+
import { default as Ke } from "./lib/components/TabsWrapper.vue.js";
|
|
50
|
+
import { default as Qe } from "./lib/components/TabsBarWrapper.vue.js";
|
|
51
|
+
import { default as Ve } from "./lib/components/TabsItemWrapper.vue.js";
|
|
52
|
+
import { default as Ye } from "./lib/components/TagWrapper.vue.js";
|
|
53
|
+
import { default as _e } from "./lib/components/TagDismissibleWrapper.vue.js";
|
|
54
|
+
import { default as et } from "./lib/components/TextWrapper.vue.js";
|
|
55
|
+
import { default as rt } from "./lib/components/TextFieldWrapperWrapper.vue.js";
|
|
56
|
+
import { default as at } from "./lib/components/TextListWrapper.vue.js";
|
|
57
|
+
import { default as lt } from "./lib/components/TextListItemWrapper.vue.js";
|
|
58
|
+
import { default as st } from "./lib/components/TextareaWrapperWrapper.vue.js";
|
|
59
|
+
import { default as mt } from "./lib/components/ToastWrapper.vue.js";
|
|
60
|
+
import { useToastManager as xt } from "./utils.js";
|
|
61
|
+
import { default as it } from "./PorscheDesignSystemProvider.vue.js";
|
|
62
|
+
import { createPorscheDesignSystem as Tt, usePorscheDesignSystemPlugin as ct } from "./plugin.js";
|
|
60
63
|
export {
|
|
61
|
-
|
|
64
|
+
a as PAccordion,
|
|
62
65
|
l as PBanner,
|
|
63
66
|
s as PButton,
|
|
64
67
|
m as PButtonGroup,
|
|
65
68
|
x as PButtonPure,
|
|
66
|
-
i as
|
|
67
|
-
T as
|
|
68
|
-
S as
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
H as
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
M as
|
|
76
|
-
v as
|
|
77
|
-
G as
|
|
78
|
-
q as
|
|
79
|
-
N as
|
|
80
|
-
E as
|
|
81
|
-
K as
|
|
82
|
-
Q as
|
|
83
|
-
V as
|
|
84
|
-
Y as
|
|
85
|
-
_ as
|
|
86
|
-
ee as
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
le as
|
|
90
|
-
se as
|
|
91
|
-
me as
|
|
92
|
-
xe as
|
|
93
|
-
ie as
|
|
94
|
-
Te as
|
|
95
|
-
Se as
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
He as
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
Me as
|
|
103
|
-
ve as
|
|
104
|
-
Ge as
|
|
105
|
-
qe as
|
|
106
|
-
Ne as
|
|
107
|
-
Ee as
|
|
108
|
-
Ke as
|
|
109
|
-
Qe as
|
|
110
|
-
Ve as
|
|
111
|
-
Ye as
|
|
112
|
-
_e as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
69
|
+
i as PButtonTile,
|
|
70
|
+
T as PCarousel,
|
|
71
|
+
S as PCheckboxWrapper,
|
|
72
|
+
b as PContentWrapper,
|
|
73
|
+
I as PDisplay,
|
|
74
|
+
H as PDivider,
|
|
75
|
+
W as PFieldset,
|
|
76
|
+
y as PFieldsetWrapper,
|
|
77
|
+
h as PFlex,
|
|
78
|
+
M as PFlexItem,
|
|
79
|
+
v as PGrid,
|
|
80
|
+
G as PGridItem,
|
|
81
|
+
q as PHeading,
|
|
82
|
+
N as PHeadline,
|
|
83
|
+
E as PIcon,
|
|
84
|
+
K as PInlineNotification,
|
|
85
|
+
Q as PLink,
|
|
86
|
+
V as PLinkPure,
|
|
87
|
+
Y as PLinkSocial,
|
|
88
|
+
_ as PLinkTile,
|
|
89
|
+
ee as PLinkTileModelSignature,
|
|
90
|
+
re as PMarque,
|
|
91
|
+
ae as PModal,
|
|
92
|
+
le as PModelSignature,
|
|
93
|
+
se as PPagination,
|
|
94
|
+
me as PPopover,
|
|
95
|
+
xe as PRadioButtonWrapper,
|
|
96
|
+
ie as PScroller,
|
|
97
|
+
Te as PSegmentedControl,
|
|
98
|
+
Se as PSegmentedControlItem,
|
|
99
|
+
be as PSelectWrapper,
|
|
100
|
+
Ie as PSpinner,
|
|
101
|
+
He as PStepperHorizontal,
|
|
102
|
+
We as PStepperHorizontalItem,
|
|
103
|
+
ye as PSwitch,
|
|
104
|
+
he as PTable,
|
|
105
|
+
Me as PTableBody,
|
|
106
|
+
ve as PTableCell,
|
|
107
|
+
Ge as PTableHead,
|
|
108
|
+
qe as PTableHeadCell,
|
|
109
|
+
Ne as PTableHeadRow,
|
|
110
|
+
Ee as PTableRow,
|
|
111
|
+
Ke as PTabs,
|
|
112
|
+
Qe as PTabsBar,
|
|
113
|
+
Ve as PTabsItem,
|
|
114
|
+
Ye as PTag,
|
|
115
|
+
_e as PTagDismissible,
|
|
116
|
+
et as PText,
|
|
117
|
+
rt as PTextFieldWrapper,
|
|
118
|
+
at as PTextList,
|
|
119
|
+
lt as PTextListItem,
|
|
120
|
+
st as PTextareaWrapper,
|
|
121
|
+
mt as PToast,
|
|
122
|
+
it as PorscheDesignSystemProvider,
|
|
123
|
+
r as componentsReady,
|
|
124
|
+
Tt as createPorscheDesignSystem,
|
|
125
|
+
ct as usePorscheDesignSystemPlugin,
|
|
126
|
+
xt as useToastManager
|
|
121
127
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@porsche-design-system/components-js/styles';
|
package/styles/scss.scss
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '~@porsche-design-system/components-js/styles/scss';
|