@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
package/esm/public-api.mjs
CHANGED
|
@@ -1,133 +1,139 @@
|
|
|
1
|
-
import { componentsReady as
|
|
1
|
+
import { componentsReady as r } from "@porsche-design-system/components-js";
|
|
2
2
|
import { default as a } from "./lib/components/AccordionWrapper.vue.mjs";
|
|
3
3
|
import { default as l } from "./lib/components/BannerWrapper.vue.mjs";
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
4
|
+
import { default as s } from "./lib/components/ButtonWrapper.vue.mjs";
|
|
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
8
|
import { default as T } from "./lib/components/CarouselWrapper.vue.mjs";
|
|
9
9
|
import { default as S } from "./lib/components/CheckboxWrapperWrapper.vue.mjs";
|
|
10
10
|
import { default as b } from "./lib/components/ContentWrapperWrapper.vue.mjs";
|
|
11
|
-
import { default as
|
|
11
|
+
import { default as B } from "./lib/components/CrestWrapper.vue.mjs";
|
|
12
12
|
import { default as W } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
13
13
|
import { default as y } from "./lib/components/DividerWrapper.vue.mjs";
|
|
14
14
|
import { default as L } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
15
|
+
import { default as D } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
16
|
+
import { default as h } from "./lib/components/FlexWrapper.vue.mjs";
|
|
17
17
|
import { default as v } from "./lib/components/FlexItemWrapper.vue.mjs";
|
|
18
18
|
import { default as G } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
19
19
|
import { default as q } from "./lib/components/GridWrapper.vue.mjs";
|
|
20
20
|
import { default as N } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
21
|
+
import { default as j } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
22
|
+
import { default as J } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
23
23
|
import { default as Q } from "./lib/components/IconWrapper.vue.mjs";
|
|
24
24
|
import { default as V } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
25
25
|
import { default as Y } from "./lib/components/LinkWrapper.vue.mjs";
|
|
26
26
|
import { default as _ } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
27
27
|
import { default as ee } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as re } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
29
29
|
import { default as ae } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
30
30
|
import { default as le } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
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 We } from "./lib/components/
|
|
40
|
-
import { default as ye } from "./lib/components/
|
|
41
|
-
import { default as Le } from "./lib/components/
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
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
|
|
49
|
-
import { default as
|
|
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 { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import {
|
|
64
|
-
import { default as
|
|
65
|
-
import {
|
|
31
|
+
import { default as se } from "./lib/components/ModalWrapper.vue.mjs";
|
|
32
|
+
import { default as ue } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
33
|
+
import { default as xe } from "./lib/components/MultiSelectWrapper.vue.mjs";
|
|
34
|
+
import { default as ie } from "./lib/components/MultiSelectOptionWrapper.vue.mjs";
|
|
35
|
+
import { default as Te } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
36
|
+
import { default as Se } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
37
|
+
import { default as be } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
38
|
+
import { default as Be } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
39
|
+
import { default as We } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
40
|
+
import { default as ye } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
41
|
+
import { default as Le } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
42
|
+
import { default as De } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
43
|
+
import { default as he } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
44
|
+
import { default as ve } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
45
|
+
import { default as Ge } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
46
|
+
import { default as qe } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
47
|
+
import { default as Ne } from "./lib/components/TableWrapper.vue.mjs";
|
|
48
|
+
import { default as je } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
49
|
+
import { default as Je } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
50
|
+
import { default as Qe } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
52
|
+
import { default as Ye } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
53
|
+
import { default as _e } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
54
|
+
import { default as et } from "./lib/components/TabsWrapper.vue.mjs";
|
|
55
|
+
import { default as rt } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/TagWrapper.vue.mjs";
|
|
58
|
+
import { default as st } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
59
|
+
import { default as ut } from "./lib/components/TextWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
61
|
+
import { default as it } from "./lib/components/TextListWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
63
|
+
import { default as St } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
64
|
+
import { default as bt } from "./lib/components/ToastWrapper.vue.mjs";
|
|
65
|
+
import { default as Bt } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
66
|
+
import { useToastManager as Wt } from "./utils.mjs";
|
|
67
|
+
import { default as yt } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
68
|
+
import { createPorscheDesignSystem as Lt, usePorscheDesignSystemPlugin as Mt } from "./plugin.mjs";
|
|
66
69
|
export {
|
|
67
70
|
a as PAccordion,
|
|
68
71
|
l as PBanner,
|
|
69
|
-
|
|
70
|
-
|
|
72
|
+
s as PButton,
|
|
73
|
+
u as PButtonGroup,
|
|
71
74
|
x as PButtonPure,
|
|
72
75
|
i as PButtonTile,
|
|
73
76
|
T as PCarousel,
|
|
74
77
|
S as PCheckboxWrapper,
|
|
75
78
|
b as PContentWrapper,
|
|
76
|
-
|
|
79
|
+
B as PCrest,
|
|
77
80
|
W as PDisplay,
|
|
78
81
|
y as PDivider,
|
|
79
82
|
L as PFieldset,
|
|
80
|
-
|
|
81
|
-
|
|
83
|
+
D as PFieldsetWrapper,
|
|
84
|
+
h as PFlex,
|
|
82
85
|
v as PFlexItem,
|
|
83
86
|
G as PFlyout,
|
|
84
87
|
q as PGrid,
|
|
85
88
|
N as PGridItem,
|
|
86
|
-
|
|
87
|
-
|
|
89
|
+
j as PHeading,
|
|
90
|
+
J as PHeadline,
|
|
88
91
|
Q as PIcon,
|
|
89
92
|
V as PInlineNotification,
|
|
90
93
|
Y as PLink,
|
|
91
94
|
_ as PLinkPure,
|
|
92
95
|
ee as PLinkSocial,
|
|
93
|
-
|
|
96
|
+
re as PLinkTile,
|
|
94
97
|
ae as PLinkTileModelSignature,
|
|
95
98
|
le as PMarque,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
xe as
|
|
99
|
-
ie as
|
|
100
|
-
Te as
|
|
101
|
-
Se as
|
|
102
|
-
be as
|
|
103
|
-
|
|
104
|
-
We as
|
|
105
|
-
ye as
|
|
106
|
-
Le as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
ve as
|
|
110
|
-
Ge as
|
|
111
|
-
qe as
|
|
112
|
-
Ne as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
Qe as
|
|
116
|
-
Ve as
|
|
117
|
-
Ye as
|
|
118
|
-
_e as
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
99
|
+
se as PModal,
|
|
100
|
+
ue as PModelSignature,
|
|
101
|
+
xe as PMultiSelect,
|
|
102
|
+
ie as PMultiSelectOption,
|
|
103
|
+
Te as PPagination,
|
|
104
|
+
Se as PPinCode,
|
|
105
|
+
be as PPopover,
|
|
106
|
+
Be as PRadioButtonWrapper,
|
|
107
|
+
We as PScroller,
|
|
108
|
+
ye as PSegmentedControl,
|
|
109
|
+
Le as PSegmentedControlItem,
|
|
110
|
+
De as PSelectWrapper,
|
|
111
|
+
he as PSpinner,
|
|
112
|
+
ve as PStepperHorizontal,
|
|
113
|
+
Ge as PStepperHorizontalItem,
|
|
114
|
+
qe as PSwitch,
|
|
115
|
+
Ne as PTable,
|
|
116
|
+
je as PTableBody,
|
|
117
|
+
Je as PTableCell,
|
|
118
|
+
Qe as PTableHead,
|
|
119
|
+
Ve as PTableHeadCell,
|
|
120
|
+
Ye as PTableHeadRow,
|
|
121
|
+
_e as PTableRow,
|
|
122
|
+
et as PTabs,
|
|
123
|
+
rt as PTabsBar,
|
|
124
|
+
at as PTabsItem,
|
|
125
|
+
lt as PTag,
|
|
126
|
+
st as PTagDismissible,
|
|
127
|
+
ut as PText,
|
|
128
|
+
xt as PTextFieldWrapper,
|
|
129
|
+
it as PTextList,
|
|
130
|
+
Tt as PTextListItem,
|
|
131
|
+
St as PTextareaWrapper,
|
|
132
|
+
bt as PToast,
|
|
133
|
+
Bt as PWordmark,
|
|
134
|
+
yt as PorscheDesignSystemProvider,
|
|
135
|
+
r as componentsReady,
|
|
136
|
+
Lt as createPorscheDesignSystem,
|
|
137
|
+
Mt as usePorscheDesignSystemPlugin,
|
|
138
|
+
Wt as useToastManager
|
|
133
139
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0-rc.1",
|
|
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.
|
|
20
|
+
"@porsche-design-system/components-js": "3.7.0-rc.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|