@porsche-design-system/components-vue 3.15.2 → 3.16.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 +50 -0
- package/cjs/lib/components/CanvasWrapper.vue.cjs +1 -0
- package/cjs/lib/components/CanvasWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SegmentedControlItemWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/esm/lib/components/CanvasWrapper.vue.mjs +29 -0
- package/esm/lib/components/CanvasWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutWrapper.vue.mjs +12 -11
- package/esm/lib/components/SegmentedControlItemWrapper.vue.mjs +1 -0
- package/esm/public-api.mjs +135 -133
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,56 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.16.0-rc.1] - 2024-06-18
|
|
18
|
+
|
|
19
|
+
#### Added
|
|
20
|
+
|
|
21
|
+
- `jsdom-polyfill` Added polyfills for `Popover API` and `ResizeObserver`
|
|
22
|
+
([#3334](https://github.com/porsche-design-system/porsche-design-system/pull/3334))
|
|
23
|
+
- `Segmented Control`: Prop `aria` added to `Segmented Control Item` to support ARIA attributes
|
|
24
|
+
([#3327](https://github.com/porsche-design-system/porsche-design-system/pull/3327))
|
|
25
|
+
|
|
26
|
+
#### Changed
|
|
27
|
+
|
|
28
|
+
- Angular: updated peer dependency to `>=17.0.0 <19.0.0`
|
|
29
|
+
([#3346](https://github.com/porsche-design-system/porsche-design-system/pull/3346))
|
|
30
|
+
- React: Improve prop typings for all wrappers of `@porsche-design-system/components-react`
|
|
31
|
+
([#3336](https://github.com/porsche-design-system/porsche-design-system/pull/3336))
|
|
32
|
+
|
|
33
|
+
### [3.16.0-rc.0] - 2024-06-05
|
|
34
|
+
|
|
35
|
+
#### Added
|
|
36
|
+
|
|
37
|
+
- `Flyout`:
|
|
38
|
+
- CSS variable `--p-flyout-sticky-top` (experimental)
|
|
39
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
40
|
+
- Prop `disableBackdropClick` ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
41
|
+
- `Modal`:
|
|
42
|
+
- CSS variable `--p-modal-width` (experimental)
|
|
43
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
44
|
+
- Named slot `header` ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
45
|
+
|
|
46
|
+
#### Changed
|
|
47
|
+
|
|
48
|
+
- `Modal`, `Flyout`:
|
|
49
|
+
- Sticky dismiss button ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
50
|
+
- Aligned layout, spacing and UX behaviour
|
|
51
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
52
|
+
- Renders fully on `#top-layer`, stacking behaviour has changed and follows W3C standards now, see
|
|
53
|
+
https://developer.mozilla.org/en-US/docs/Glossary/Top_layer and
|
|
54
|
+
https://developer.chrome.com/blog/what-is-the-top-layer
|
|
55
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
56
|
+
- `Modal`: `heading` prop and `slot="heading"` are deprecated. Use `slot="header"` instead.
|
|
57
|
+
|
|
58
|
+
#### Fixed
|
|
59
|
+
|
|
60
|
+
- Types: Fixed incorrectly allowed type `string` in types `BreakpointCustomizable`, `SelectedAriaAttributes`,
|
|
61
|
+
`CarouselInternationalization`, `PaginationInternationalization` and `ScrollToPosition`
|
|
62
|
+
- `Modal`, `Flyout`: Dynamically react to adding/removing named slots
|
|
63
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
64
|
+
- `Modal`: Uses native `<dialog />` element to resolve focus issues, focus trap
|
|
65
|
+
([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
|
|
66
|
+
|
|
17
67
|
### [3.15.2] - 2024-05-29
|
|
18
68
|
|
|
19
69
|
#### Fixed
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),s=require("../../utils.cjs"),m=e.defineComponent({__name:"CanvasWrapper",props:{sidebarEndOpen:{type:Boolean,default:!1},sidebarEndWidth:{default:"medium"},sidebarStartOpen:{type:Boolean,default:!1},sidebarStartWidth:{default:"medium"}},emits:["dismissSidebarEnd","dismissSidebarStart"],setup(o,{emit:d}){const a=s.usePrefix("p-canvas"),i=o,t=e.ref(),n=d,r=()=>s.syncProperties(t,i);return e.onMounted(()=>{r(),s.addEventListenerToElementRef(t,"dismissSidebarEnd",n),s.addEventListenerToElementRef(t,"dismissSidebarStart",n)}),e.onUpdated(r),(p,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:3},512))}});module.exports=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./CanvasWrapper.vue.cjs");module.exports=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../../utils.cjs"),
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),m=e.defineComponent({__name:"FlyoutWrapper",props:{aria:{},disableBackdropClick:{type:Boolean,default:!1},open:{type:Boolean,default:!1},position:{default:"end"},theme:{}},emits:["dismiss"],setup(p,{emit:c}){const a=t.usePrefix("p-flyout"),n=p,o=e.ref(),l=c,r=e.inject(t.themeInjectionKey),i=()=>t.syncProperties(o,{...n,theme:n.theme||r.value});return e.onMounted(()=>{i(),t.addEventListenerToElementRef(o,"dismiss",l)}),e.onUpdated(i),e.watch(r,s=>{t.syncProperties(o,{theme:n.theme||s})}),(s,d)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=m;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../../utils.cjs"),
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),a=e.defineComponent({__name:"SegmentedControlItemWrapper",props:{aria:{},disabled:{type:Boolean,default:!1},icon:{},iconSource:{},label:{},value:{}},setup(r){const s=t.usePrefix("p-segmented-control-item"),c=r,o=e.ref(),n=()=>t.syncProperties(o,c);return e.onMounted(n),e.onUpdated(n),(p,l)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:3},512))}});module.exports=a;
|
package/cjs/public-api.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),_=require("./lib/components/BannerWrapper.vue.cjs"),p=require("./lib/components/ButtonWrapper.vue.cjs"),u=require("./lib/components/ButtonGroupWrapper.vue.cjs"),s=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),_=require("./lib/components/BannerWrapper.vue.cjs"),p=require("./lib/components/ButtonWrapper.vue.cjs"),u=require("./lib/components/ButtonGroupWrapper.vue.cjs"),s=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/CanvasWrapper.vue.cjs"),n=require("./lib/components/CarouselWrapper.vue.cjs"),c=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),o=require("./lib/components/ContentWrapperWrapper.vue.cjs"),l=require("./lib/components/CrestWrapper.vue.cjs"),v=require("./lib/components/DisplayWrapper.vue.cjs"),g=require("./lib/components/DividerWrapper.vue.cjs"),P=require("./lib/components/FieldsetWrapper.vue.cjs"),y=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),W=require("./lib/components/FlexWrapper.vue.cjs"),q=require("./lib/components/FlexItemWrapper.vue.cjs"),d=require("./lib/components/FlyoutWrapper.vue.cjs"),T=require("./lib/components/FlyoutNavigationWrapper.vue.cjs"),S=require("./lib/components/FlyoutNavigationItemWrapper.vue.cjs"),m=require("./lib/components/GridWrapper.vue.cjs"),b=require("./lib/components/GridItemWrapper.vue.cjs"),C=require("./lib/components/HeadingWrapper.vue.cjs"),I=require("./lib/components/HeadlineWrapper.vue.cjs"),k=require("./lib/components/IconWrapper.vue.cjs"),x=require("./lib/components/InlineNotificationWrapper.vue.cjs"),B=require("./lib/components/LinkWrapper.vue.cjs"),F=require("./lib/components/LinkPureWrapper.vue.cjs"),L=require("./lib/components/LinkSocialWrapper.vue.cjs"),M=require("./lib/components/LinkTileWrapper.vue.cjs"),H=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),D=require("./lib/components/LinkTileProductWrapper.vue.cjs"),h=require("./lib/components/MarqueWrapper.vue.cjs"),R=require("./lib/components/ModalWrapper.vue.cjs"),w=require("./lib/components/ModelSignatureWrapper.vue.cjs"),G=require("./lib/components/MultiSelectWrapper.vue.cjs"),N=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),O=require("./lib/components/PaginationWrapper.vue.cjs"),f=require("./lib/components/PinCodeWrapper.vue.cjs"),z=require("./lib/components/PopoverWrapper.vue.cjs"),j=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),A=require("./lib/components/ScrollerWrapper.vue.cjs"),J=require("./lib/components/SegmentedControlWrapper.vue.cjs"),E=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),K=require("./lib/components/SelectWrapper.vue.cjs"),Q=require("./lib/components/SelectOptionWrapper.vue.cjs"),U=require("./lib/components/SelectWrapperWrapper.vue.cjs"),V=require("./lib/components/SpinnerWrapper.vue.cjs"),X=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),Y=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),Z=require("./lib/components/SwitchWrapper.vue.cjs"),$=require("./lib/components/TableWrapper.vue.cjs"),ee=require("./lib/components/TableBodyWrapper.vue.cjs"),re=require("./lib/components/TableCellWrapper.vue.cjs"),te=require("./lib/components/TableHeadWrapper.vue.cjs"),_e=require("./lib/components/TableHeadCellWrapper.vue.cjs"),pe=require("./lib/components/TableHeadRowWrapper.vue.cjs"),ue=require("./lib/components/TableRowWrapper.vue.cjs"),se=require("./lib/components/TabsWrapper.vue.cjs"),ie=require("./lib/components/TabsBarWrapper.vue.cjs"),ae=require("./lib/components/TabsItemWrapper.vue.cjs"),ne=require("./lib/components/TagWrapper.vue.cjs"),ce=require("./lib/components/TagDismissibleWrapper.vue.cjs"),oe=require("./lib/components/TextWrapper.vue.cjs"),le=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),ve=require("./lib/components/TextListWrapper.vue.cjs"),ge=require("./lib/components/TextListItemWrapper.vue.cjs"),Pe=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),ye=require("./lib/components/ToastWrapper.vue.cjs"),We=require("./lib/components/WordmarkWrapper.vue.cjs"),qe=require("./utils.cjs"),de=require("./PorscheDesignSystemProvider.vue.cjs"),e=require("./plugin.cjs");Object.defineProperty(exports,"componentsReady",{enumerable:!0,get:()=>r.componentsReady});exports.PAccordion=t;exports.PBanner=_;exports.PButton=p;exports.PButtonGroup=u;exports.PButtonPure=s;exports.PButtonTile=i;exports.PCanvas=a;exports.PCarousel=n;exports.PCheckboxWrapper=c;exports.PContentWrapper=o;exports.PCrest=l;exports.PDisplay=v;exports.PDivider=g;exports.PFieldset=P;exports.PFieldsetWrapper=y;exports.PFlex=W;exports.PFlexItem=q;exports.PFlyout=d;exports.PFlyoutNavigation=T;exports.PFlyoutNavigationItem=S;exports.PGrid=m;exports.PGridItem=b;exports.PHeading=C;exports.PHeadline=I;exports.PIcon=k;exports.PInlineNotification=x;exports.PLink=B;exports.PLinkPure=F;exports.PLinkSocial=L;exports.PLinkTile=M;exports.PLinkTileModelSignature=H;exports.PLinkTileProduct=D;exports.PMarque=h;exports.PModal=R;exports.PModelSignature=w;exports.PMultiSelect=G;exports.PMultiSelectOption=N;exports.PPagination=O;exports.PPinCode=f;exports.PPopover=z;exports.PRadioButtonWrapper=j;exports.PScroller=A;exports.PSegmentedControl=J;exports.PSegmentedControlItem=E;exports.PSelect=K;exports.PSelectOption=Q;exports.PSelectWrapper=U;exports.PSpinner=V;exports.PStepperHorizontal=X;exports.PStepperHorizontalItem=Y;exports.PSwitch=Z;exports.PTable=$;exports.PTableBody=ee;exports.PTableCell=re;exports.PTableHead=te;exports.PTableHeadCell=_e;exports.PTableHeadRow=pe;exports.PTableRow=ue;exports.PTabs=se;exports.PTabsBar=ie;exports.PTabsItem=ae;exports.PTag=ne;exports.PTagDismissible=ce;exports.PText=oe;exports.PTextFieldWrapper=le;exports.PTextList=ve;exports.PTextListItem=ge;exports.PTextareaWrapper=Pe;exports.PToast=ye;exports.PWordmark=We;exports.useToastManager=qe.useToastManager;exports.PorscheDesignSystemProvider=de;exports.createPorscheDesignSystem=e.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=e.usePorscheDesignSystemPlugin;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent as p, ref as m, onMounted as f, onUpdated as l, openBlock as c, createBlock as u, resolveDynamicComponent as b, unref as S, withCtx as C, renderSlot as _ } from "vue";
|
|
2
|
+
import { usePrefix as y, addEventListenerToElementRef as s, syncProperties as E } from "../../utils.mjs";
|
|
3
|
+
const k = /* @__PURE__ */ p({
|
|
4
|
+
__name: "CanvasWrapper",
|
|
5
|
+
props: {
|
|
6
|
+
sidebarEndOpen: { type: Boolean, default: !1 },
|
|
7
|
+
sidebarEndWidth: { default: "medium" },
|
|
8
|
+
sidebarStartOpen: { type: Boolean, default: !1 },
|
|
9
|
+
sidebarStartWidth: { default: "medium" }
|
|
10
|
+
},
|
|
11
|
+
emits: ["dismissSidebarEnd", "dismissSidebarStart"],
|
|
12
|
+
setup(o, { emit: r }) {
|
|
13
|
+
const a = y("p-canvas"), d = o, e = m(), t = r, n = () => E(e, d);
|
|
14
|
+
return f(() => {
|
|
15
|
+
n(), s(e, "dismissSidebarEnd", t), s(e, "dismissSidebarStart", t);
|
|
16
|
+
}), l(n), (i, h) => (c(), u(b(S(a)), {
|
|
17
|
+
ref_key: "pdsComponentRef",
|
|
18
|
+
ref: e
|
|
19
|
+
}, {
|
|
20
|
+
default: C(() => [
|
|
21
|
+
_(i.$slots, "default")
|
|
22
|
+
]),
|
|
23
|
+
_: 3
|
|
24
|
+
}, 512));
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
export {
|
|
28
|
+
k as default
|
|
29
|
+
};
|
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
import { defineComponent as f, ref as c, inject as
|
|
2
|
-
import { usePrefix as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as f, ref as c, inject as l, onMounted as d, onUpdated as u, watch as h, openBlock as y, createBlock as C, resolveDynamicComponent as _, unref as k, withCtx as B, renderSlot as R } from "vue";
|
|
2
|
+
import { usePrefix as v, themeInjectionKey as w, addEventListenerToElementRef as x, syncProperties as r } from "../../utils.mjs";
|
|
3
|
+
const E = /* @__PURE__ */ f({
|
|
4
4
|
__name: "FlyoutWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
aria: {},
|
|
7
|
+
disableBackdropClick: { type: Boolean, default: !1 },
|
|
7
8
|
open: { type: Boolean, default: !1 },
|
|
8
9
|
position: { default: "end" },
|
|
9
10
|
theme: {}
|
|
10
11
|
},
|
|
11
12
|
emits: ["dismiss"],
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
14
|
-
return
|
|
15
|
-
s(),
|
|
13
|
+
setup(p, { emit: a }) {
|
|
14
|
+
const m = v("p-flyout"), t = p, e = c(), i = a, n = l(w), s = () => r(e, { ...t, theme: t.theme || n.value });
|
|
15
|
+
return d(() => {
|
|
16
|
+
s(), x(e, "dismiss", i);
|
|
16
17
|
}), u(s), h(n, (o) => {
|
|
17
18
|
r(e, { theme: t.theme || o });
|
|
18
|
-
}), (o, P) => (y(), _(
|
|
19
|
+
}), (o, P) => (y(), C(_(k(m)), {
|
|
19
20
|
ref_key: "pdsComponentRef",
|
|
20
21
|
ref: e
|
|
21
22
|
}, {
|
|
22
|
-
default:
|
|
23
|
-
|
|
23
|
+
default: B(() => [
|
|
24
|
+
R(o.$slots, "default")
|
|
24
25
|
]),
|
|
25
26
|
_: 3
|
|
26
27
|
}, 512));
|
|
27
28
|
}
|
|
28
29
|
});
|
|
29
30
|
export {
|
|
30
|
-
|
|
31
|
+
E as default
|
|
31
32
|
};
|
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 k } from "./lib/components/
|
|
13
|
-
import { default as F } from "./lib/components/
|
|
14
|
-
import { default as W } from "./lib/components/
|
|
15
|
-
import { default as M } from "./lib/components/
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as R } from "./lib/components/
|
|
18
|
-
import { default as G } from "./lib/components/
|
|
19
|
-
import { default as z } from "./lib/components/
|
|
20
|
-
import { default as q } from "./lib/components/
|
|
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 ke } from "./lib/components/
|
|
40
|
-
import { default as Fe } from "./lib/components/
|
|
41
|
-
import { default as We } from "./lib/components/
|
|
42
|
-
import { default as Me } from "./lib/components/
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Re } from "./lib/components/
|
|
45
|
-
import { default as Ge } from "./lib/components/
|
|
46
|
-
import { default as ze } from "./lib/components/
|
|
47
|
-
import { default as qe } from "./lib/components/
|
|
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 kt } from "./lib/components/
|
|
67
|
-
import { default as Ft } from "./lib/components/
|
|
68
|
-
import { default as Wt } from "./lib/components/
|
|
69
|
-
import { default as Mt } from "./lib/components/
|
|
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 k } from "./lib/components/CrestWrapper.vue.mjs";
|
|
13
|
+
import { default as F } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
14
|
+
import { default as W } from "./lib/components/DividerWrapper.vue.mjs";
|
|
15
|
+
import { default as M } 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 z } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
20
|
+
import { default as q } from "./lib/components/FlyoutNavigationWrapper.vue.mjs";
|
|
21
|
+
import { default as j } from "./lib/components/FlyoutNavigationItemWrapper.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 ke } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
40
|
+
import { default as Fe } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
41
|
+
import { default as We } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
42
|
+
import { default as Me } 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 ze } from "./lib/components/SelectWrapper.vue.mjs";
|
|
47
|
+
import { default as qe } 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 kt } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
67
|
+
import { default as Ft } from "./lib/components/TextListWrapper.vue.mjs";
|
|
68
|
+
import { default as Wt } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
69
|
+
import { default as Mt } 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 zt } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
74
|
+
import { createPorscheDesignSystem as qt, usePorscheDesignSystemPlugin as At } 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
|
-
k as
|
|
86
|
-
F as
|
|
87
|
-
W as
|
|
88
|
-
M as
|
|
89
|
-
|
|
90
|
-
R as
|
|
91
|
-
G as
|
|
92
|
-
z as
|
|
93
|
-
q as
|
|
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
|
-
ke as
|
|
113
|
-
Fe as
|
|
114
|
-
We as
|
|
115
|
-
Me as
|
|
116
|
-
|
|
117
|
-
Re as
|
|
118
|
-
Ge as
|
|
119
|
-
ze as
|
|
120
|
-
qe as
|
|
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
|
-
kt as
|
|
140
|
-
Ft as
|
|
141
|
-
Wt as
|
|
142
|
-
Mt as
|
|
143
|
-
|
|
144
|
-
|
|
82
|
+
T as PCanvas,
|
|
83
|
+
S as PCarousel,
|
|
84
|
+
b as PCheckboxWrapper,
|
|
85
|
+
y as PContentWrapper,
|
|
86
|
+
k as PCrest,
|
|
87
|
+
F as PDisplay,
|
|
88
|
+
W as PDivider,
|
|
89
|
+
M as PFieldset,
|
|
90
|
+
D as PFieldsetWrapper,
|
|
91
|
+
R as PFlex,
|
|
92
|
+
G as PFlexItem,
|
|
93
|
+
z as PFlyout,
|
|
94
|
+
q as PFlyoutNavigation,
|
|
95
|
+
j as PFlyoutNavigationItem,
|
|
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
|
+
ke as PPagination,
|
|
114
|
+
Fe as PPinCode,
|
|
115
|
+
We as PPopover,
|
|
116
|
+
Me as PRadioButtonWrapper,
|
|
117
|
+
De as PScroller,
|
|
118
|
+
Re as PSegmentedControl,
|
|
119
|
+
Ge as PSegmentedControlItem,
|
|
120
|
+
ze as PSelect,
|
|
121
|
+
qe 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
|
+
kt as PTextFieldWrapper,
|
|
141
|
+
Ft as PTextList,
|
|
142
|
+
Wt as PTextListItem,
|
|
143
|
+
Mt as PTextareaWrapper,
|
|
144
|
+
Dt as PToast,
|
|
145
|
+
Rt as PWordmark,
|
|
146
|
+
zt as PorscheDesignSystemProvider,
|
|
145
147
|
o as componentsReady,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
qt as createPorscheDesignSystem,
|
|
149
|
+
At as usePorscheDesignSystemPlugin,
|
|
150
|
+
Gt as useToastManager
|
|
149
151
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.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.16.0-rc.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|