@porsche-design-system/components-vue 3.9.0-rc.0 → 3.10.0-rc.0
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 +24 -0
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/FlyoutNavigationWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutNavigationWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/PaginationWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +22 -0
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.mjs +24 -0
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +53 -0
- package/esm/lib/components/FlyoutNavigationWrapper.vue.mjs +31 -0
- package/esm/lib/components/FlyoutNavigationWrapper.vue2.mjs +4 -0
- package/esm/lib/components/PaginationWrapper.vue.d.ts +2 -10
- package/esm/lib/components/PaginationWrapper.vue.mjs +9 -9
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +7 -0
- package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +9 -8
- package/esm/lib/components/index.d.ts +2 -0
- package/esm/lib/types.d.ts +9 -0
- package/esm/public-api.mjs +119 -115
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.10.0-rc.0] - 2023-12-07
|
|
18
|
+
|
|
19
|
+
#### Added
|
|
20
|
+
|
|
21
|
+
- **[EXPERIMENTAL]** `Flyout Navigation`
|
|
22
|
+
([#2906](https://github.com/porsche-design-system/porsche-design-system/pull/2906))
|
|
23
|
+
- Prop `submit-button` to show/hide a submit button for `Text Field Wrapper` `type="search"` if wrapped inside a form
|
|
24
|
+
([#2908](https://github.com/porsche-design-system/porsche-design-system/pull/2908))
|
|
25
|
+
|
|
26
|
+
#### Changed
|
|
27
|
+
|
|
28
|
+
- `Accordion`: removed `border-bottom` if used standalone
|
|
29
|
+
([#2911](https://github.com/porsche-design-system/porsche-design-system/pull/2911))
|
|
30
|
+
- `display` css property can be overridden on all components, e.g. to make use of `display: none;` within media
|
|
31
|
+
queries
|
|
32
|
+
([#2913](https://github.com/porsche-design-system/porsche-design-system/pull/2913))
|
|
33
|
+
- `Pagination`: Prop `maxNumberOfPageLinks` is deprecated and has no effect anymore, instead there is responsive
|
|
34
|
+
behavior out of the box with full SSR support
|
|
35
|
+
([#2898](https://github.com/porsche-design-system/porsche-design-system/pull/2898))
|
|
36
|
+
|
|
37
|
+
### [3.9.0] - 2023-11-24
|
|
38
|
+
|
|
17
39
|
### [3.9.0-rc.0] - 2023-11-23
|
|
18
40
|
|
|
19
41
|
#### Added
|
|
@@ -45,6 +67,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
45
67
|
|
|
46
68
|
#### Fixed
|
|
47
69
|
|
|
70
|
+
- `Select Wrapper`: Select dropdown is now visible if it overflows the `Table` component
|
|
71
|
+
([#2885](https://github.com/porsche-design-system/porsche-design-system/pull/2885))
|
|
48
72
|
- `Select Wrapper` keyboard and scroll behavior
|
|
49
73
|
([#2864](https://github.com/porsche-design-system/porsche-design-system/pull/2864))
|
|
50
74
|
- Safari 15 default margin of button elements in several components
|
|
@@ -0,0 +1 @@
|
|
|
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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./FlyoutNavigationItemWrapper.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./FlyoutNavigationWrapper.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:"PaginationWrapper",props:{activePage:{default:1},allyLabel:{},allyLabelNext:{},allyLabelPage:{},allyLabelPrev:{},intl:{default:()=>({root:"Pagination",prev:"Previous page",next:"Next page",page:"Page"})},itemsPerPage:{default:1},maxNumberOfPageLinks:{},showLastPage:{type:Boolean,default:!0},theme:{},totalItemsCount:{default:1}},emits:["pageChange","update"],setup(l,{emit:i}){const c=t.usePrefix("p-pagination"),a=l,n=e.ref(),o=i,s=e.inject(t.themeInjectionKey),r=()=>t.syncProperties(n,{...a,theme:a.theme||s.value});return e.onMounted(()=>{r(),t.addEventListenerToElementRef(n,"pageChange",o),t.addEventListenerToElementRef(n,"update",o)}),e.onUpdated(r),e.watch(s,p=>{t.syncProperties(n,{theme:a.theme||p})}),(p,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(c)),{ref_key:"pdsComponentRef",ref:n},null,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"),c=e.defineComponent({__name:"TextFieldWrapperWrapper",props:{actionIcon:{},actionLoading:{type:Boolean,default:!1},description:{default:""},hideLabel:{default:!1},label:{default:""},message:{default:""},showCharacterCount:{type:Boolean},showCounter:{type:Boolean,default:!0},showPasswordToggle:{type:Boolean,default:!0},state:{default:"none"},submitButton:{type:Boolean,default:!0},theme:{},unit:{default:""},unitPosition:{default:"prefix"}},emits:["action"],setup(l,{emit:u}){const i=t.usePrefix("p-text-field-wrapper"),n=l,o=e.ref(),p=u,s=e.inject(t.themeInjectionKey),r=()=>t.syncProperties(o,{...n,theme:n.theme||s.value});return e.onMounted(()=>{r(),t.addEventListenerToElementRef(o,"action",p)}),e.onUpdated(r),e.watch(s,a=>{t.syncProperties(o,{theme:n.theme||a})}),(a,d)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(i)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=c;
|
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"),
|
|
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/CarouselWrapper.vue.cjs"),n=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),o=require("./lib/components/ContentWrapperWrapper.vue.cjs"),c=require("./lib/components/CrestWrapper.vue.cjs"),l=require("./lib/components/DisplayWrapper.vue.cjs"),v=require("./lib/components/DividerWrapper.vue.cjs"),g=require("./lib/components/FieldsetWrapper.vue.cjs"),y=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),P=require("./lib/components/FlexWrapper.vue.cjs"),W=require("./lib/components/FlexItemWrapper.vue.cjs"),q=require("./lib/components/FlyoutWrapper.vue.cjs"),d=require("./lib/components/FlyoutNavigationWrapper.vue.cjs"),T=require("./lib/components/FlyoutNavigationItemWrapper.vue.cjs"),S=require("./lib/components/GridWrapper.vue.cjs"),m=require("./lib/components/GridItemWrapper.vue.cjs"),b=require("./lib/components/HeadingWrapper.vue.cjs"),C=require("./lib/components/HeadlineWrapper.vue.cjs"),I=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"),M=require("./lib/components/LinkSocialWrapper.vue.cjs"),k=require("./lib/components/LinkTileWrapper.vue.cjs"),H=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),L=require("./lib/components/MarqueWrapper.vue.cjs"),D=require("./lib/components/ModalWrapper.vue.cjs"),h=require("./lib/components/ModelSignatureWrapper.vue.cjs"),R=require("./lib/components/MultiSelectWrapper.vue.cjs"),w=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),G=require("./lib/components/PaginationWrapper.vue.cjs"),N=require("./lib/components/PinCodeWrapper.vue.cjs"),f=require("./lib/components/PopoverWrapper.vue.cjs"),z=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),O=require("./lib/components/ScrollerWrapper.vue.cjs"),j=require("./lib/components/SegmentedControlWrapper.vue.cjs"),A=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),J=require("./lib/components/SelectWrapperWrapper.vue.cjs"),E=require("./lib/components/SpinnerWrapper.vue.cjs"),K=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),Q=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),U=require("./lib/components/SwitchWrapper.vue.cjs"),V=require("./lib/components/TableWrapper.vue.cjs"),X=require("./lib/components/TableBodyWrapper.vue.cjs"),Y=require("./lib/components/TableCellWrapper.vue.cjs"),Z=require("./lib/components/TableHeadWrapper.vue.cjs"),$=require("./lib/components/TableHeadCellWrapper.vue.cjs"),ee=require("./lib/components/TableHeadRowWrapper.vue.cjs"),re=require("./lib/components/TableRowWrapper.vue.cjs"),te=require("./lib/components/TabsWrapper.vue.cjs"),_e=require("./lib/components/TabsBarWrapper.vue.cjs"),pe=require("./lib/components/TabsItemWrapper.vue.cjs"),ue=require("./lib/components/TagWrapper.vue.cjs"),se=require("./lib/components/TagDismissibleWrapper.vue.cjs"),ie=require("./lib/components/TextWrapper.vue.cjs"),ae=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),ne=require("./lib/components/TextListWrapper.vue.cjs"),oe=require("./lib/components/TextListItemWrapper.vue.cjs"),ce=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),le=require("./lib/components/ToastWrapper.vue.cjs"),ve=require("./lib/components/WordmarkWrapper.vue.cjs"),ge=require("./utils.cjs"),ye=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.PCarousel=a;exports.PCheckboxWrapper=n;exports.PContentWrapper=o;exports.PCrest=c;exports.PDisplay=l;exports.PDivider=v;exports.PFieldset=g;exports.PFieldsetWrapper=y;exports.PFlex=P;exports.PFlexItem=W;exports.PFlyout=q;exports.PFlyoutNavigation=d;exports.PFlyoutNavigationItem=T;exports.PGrid=S;exports.PGridItem=m;exports.PHeading=b;exports.PHeadline=C;exports.PIcon=I;exports.PInlineNotification=x;exports.PLink=B;exports.PLinkPure=F;exports.PLinkSocial=M;exports.PLinkTile=k;exports.PLinkTileModelSignature=H;exports.PMarque=L;exports.PModal=D;exports.PModelSignature=h;exports.PMultiSelect=R;exports.PMultiSelectOption=w;exports.PPagination=G;exports.PPinCode=N;exports.PPopover=f;exports.PRadioButtonWrapper=z;exports.PScroller=O;exports.PSegmentedControl=j;exports.PSegmentedControlItem=A;exports.PSelectWrapper=J;exports.PSpinner=E;exports.PStepperHorizontal=K;exports.PStepperHorizontalItem=Q;exports.PSwitch=U;exports.PTable=V;exports.PTableBody=X;exports.PTableCell=Y;exports.PTableHead=Z;exports.PTableHeadCell=$;exports.PTableHeadRow=ee;exports.PTableRow=re;exports.PTabs=te;exports.PTabsBar=_e;exports.PTabsItem=pe;exports.PTag=ue;exports.PTagDismissible=se;exports.PText=ie;exports.PTextFieldWrapper=ae;exports.PTextList=ne;exports.PTextListItem=oe;exports.PTextareaWrapper=ce;exports.PToast=le;exports.PWordmark=ve;exports.useToastManager=ge.useToastManager;exports.PorscheDesignSystemProvider=ye;exports.createPorscheDesignSystem=e.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=e.usePorscheDesignSystemPlugin;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type PFlyoutNavigationItemProps = {
|
|
2
|
+
identifier: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationItemProps>>>, {}, {}>, {
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { SelectedAriaAttributes, FlyoutNavigationAriaAttribute, Theme } from '../types';
|
|
2
|
+
type PFlyoutNavigationProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Defines which flyout-navigation-item to be visualized as opened.
|
|
5
|
+
*/
|
|
6
|
+
activeIdentifier?: string | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* Add ARIA attributes.
|
|
9
|
+
*/
|
|
10
|
+
aria?: SelectedAriaAttributes<FlyoutNavigationAriaAttribute>;
|
|
11
|
+
/**
|
|
12
|
+
* If true, the flyout-navigation is visualized as opened.
|
|
13
|
+
*/
|
|
14
|
+
open?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Adapts the flyout-navigation color depending on the theme.
|
|
17
|
+
*/
|
|
18
|
+
theme?: Theme;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationProps>, {
|
|
21
|
+
open: boolean;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
+
[x: string]: (...args: unknown[]) => void;
|
|
24
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationProps>, {
|
|
25
|
+
open: boolean;
|
|
26
|
+
}>>>, {
|
|
27
|
+
open: boolean;
|
|
28
|
+
}, {}>, {
|
|
29
|
+
default?(_: {}): any;
|
|
30
|
+
}>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
42
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
+
default: D[K];
|
|
44
|
+
}> : P[K];
|
|
45
|
+
};
|
|
46
|
+
type __VLS_Prettify<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
};
|
|
@@ -29,7 +29,8 @@ type PPaginationProps = {
|
|
|
29
29
|
*/
|
|
30
30
|
itemsPerPage?: number;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Has no effect anymore
|
|
33
|
+
* @deprecated since v3.10.0, will be removed with next major release
|
|
33
34
|
*/
|
|
34
35
|
maxNumberOfPageLinks?: BreakpointCustomizable<PaginationMaxNumberOfPageLinks>;
|
|
35
36
|
/**
|
|
@@ -54,10 +55,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
54
55
|
page: string;
|
|
55
56
|
};
|
|
56
57
|
itemsPerPage: number;
|
|
57
|
-
maxNumberOfPageLinks: () => {
|
|
58
|
-
base: number;
|
|
59
|
-
xs: number;
|
|
60
|
-
};
|
|
61
58
|
showLastPage: boolean;
|
|
62
59
|
totalItemsCount: number;
|
|
63
60
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -72,10 +69,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
72
69
|
page: string;
|
|
73
70
|
};
|
|
74
71
|
itemsPerPage: number;
|
|
75
|
-
maxNumberOfPageLinks: () => {
|
|
76
|
-
base: number;
|
|
77
|
-
xs: number;
|
|
78
|
-
};
|
|
79
72
|
showLastPage: boolean;
|
|
80
73
|
totalItemsCount: number;
|
|
81
74
|
}>>> & {
|
|
@@ -85,7 +78,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
85
78
|
intl: PaginationInternationalization;
|
|
86
79
|
activePage: number;
|
|
87
80
|
itemsPerPage: number;
|
|
88
|
-
maxNumberOfPageLinks: BreakpointCustomizable<7 | 5>;
|
|
89
81
|
showLastPage: boolean;
|
|
90
82
|
totalItemsCount: number;
|
|
91
83
|
}, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as c, ref as f, inject as u, onMounted as
|
|
2
|
-
import { usePrefix as
|
|
1
|
+
import { defineComponent as c, ref as f, inject as u, onMounted as g, onUpdated as d, watch as P, openBlock as h, createBlock as y, resolveDynamicComponent as C, unref as v } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, addEventListenerToElementRef as r, syncProperties as l } from "../../utils.mjs";
|
|
3
3
|
const R = /* @__PURE__ */ c({
|
|
4
4
|
__name: "PaginationWrapper",
|
|
5
5
|
props: {
|
|
@@ -10,19 +10,19 @@ const R = /* @__PURE__ */ c({
|
|
|
10
10
|
allyLabelPrev: {},
|
|
11
11
|
intl: { default: () => ({ root: "Pagination", prev: "Previous page", next: "Next page", page: "Page" }) },
|
|
12
12
|
itemsPerPage: { default: 1 },
|
|
13
|
-
maxNumberOfPageLinks: {
|
|
13
|
+
maxNumberOfPageLinks: {},
|
|
14
14
|
showLastPage: { type: Boolean, default: !0 },
|
|
15
15
|
theme: {},
|
|
16
16
|
totalItemsCount: { default: 1 }
|
|
17
17
|
},
|
|
18
18
|
emits: ["pageChange", "update"],
|
|
19
|
-
setup(
|
|
20
|
-
const i =
|
|
21
|
-
return
|
|
19
|
+
setup(s, { emit: m }) {
|
|
20
|
+
const i = x("p-pagination"), t = s, e = f(), a = m, n = u(L), o = () => l(e, { ...t, theme: t.theme || n.value });
|
|
21
|
+
return g(() => {
|
|
22
22
|
o(), r(e, "pageChange", a), r(e, "update", a);
|
|
23
|
-
}),
|
|
24
|
-
|
|
25
|
-
}), (p,
|
|
23
|
+
}), d(o), P(n, (p) => {
|
|
24
|
+
l(e, { theme: t.theme || p });
|
|
25
|
+
}), (p, _) => (h(), y(C(v(i)), {
|
|
26
26
|
ref_key: "pdsComponentRef",
|
|
27
27
|
ref: e
|
|
28
28
|
}, null, 512));
|
|
@@ -40,6 +40,10 @@ type PTextFieldWrapperProps = {
|
|
|
40
40
|
* The validation state.
|
|
41
41
|
*/
|
|
42
42
|
state?: TextFieldWrapperState;
|
|
43
|
+
/**
|
|
44
|
+
* Show search button if wrapped inside a form.
|
|
45
|
+
*/
|
|
46
|
+
submitButton?: boolean;
|
|
43
47
|
/**
|
|
44
48
|
* Adapts the color depending on the theme.
|
|
45
49
|
*/
|
|
@@ -62,6 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
62
66
|
showCounter: boolean;
|
|
63
67
|
showPasswordToggle: boolean;
|
|
64
68
|
state: string;
|
|
69
|
+
submitButton: boolean;
|
|
65
70
|
unit: string;
|
|
66
71
|
unitPosition: string;
|
|
67
72
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -75,6 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
75
80
|
showCounter: boolean;
|
|
76
81
|
showPasswordToggle: boolean;
|
|
77
82
|
state: string;
|
|
83
|
+
submitButton: boolean;
|
|
78
84
|
unit: string;
|
|
79
85
|
unitPosition: string;
|
|
80
86
|
}>>>, {
|
|
@@ -86,6 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
86
92
|
actionLoading: boolean;
|
|
87
93
|
showCounter: boolean;
|
|
88
94
|
showPasswordToggle: boolean;
|
|
95
|
+
submitButton: boolean;
|
|
89
96
|
unit: string;
|
|
90
97
|
unitPosition: "prefix" | "suffix";
|
|
91
98
|
}, {}>, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as i, ref as
|
|
2
|
-
import { usePrefix as g, themeInjectionKey as P, addEventListenerToElementRef as
|
|
1
|
+
import { defineComponent as i, ref as u, inject as d, onMounted as c, onUpdated as m, watch as h, openBlock as y, createBlock as C, resolveDynamicComponent as w, unref as B, withCtx as _, renderSlot as x } from "vue";
|
|
2
|
+
import { usePrefix as g, themeInjectionKey as P, addEventListenerToElementRef as b, syncProperties as r } from "../../utils.mjs";
|
|
3
3
|
const v = /* @__PURE__ */ i({
|
|
4
4
|
__name: "TextFieldWrapperWrapper",
|
|
5
5
|
props: {
|
|
@@ -13,23 +13,24 @@ const v = /* @__PURE__ */ i({
|
|
|
13
13
|
showCounter: { type: Boolean, default: !0 },
|
|
14
14
|
showPasswordToggle: { type: Boolean, default: !0 },
|
|
15
15
|
state: { default: "none" },
|
|
16
|
+
submitButton: { type: Boolean, default: !0 },
|
|
16
17
|
theme: {},
|
|
17
18
|
unit: { default: "" },
|
|
18
19
|
unitPosition: { default: "prefix" }
|
|
19
20
|
},
|
|
20
21
|
emits: ["action"],
|
|
21
22
|
setup(s, { emit: l }) {
|
|
22
|
-
const p = g("p-text-field-wrapper"), t = s, e =
|
|
23
|
-
return
|
|
24
|
-
a(),
|
|
23
|
+
const p = g("p-text-field-wrapper"), t = s, e = u(), f = l, n = d(P), a = () => r(e, { ...t, theme: t.theme || n.value });
|
|
24
|
+
return c(() => {
|
|
25
|
+
a(), b(e, "action", f);
|
|
25
26
|
}), m(a), h(n, (o) => {
|
|
26
27
|
r(e, { theme: t.theme || o });
|
|
27
|
-
}), (o,
|
|
28
|
+
}), (o, R) => (y(), C(w(B(p)), {
|
|
28
29
|
ref_key: "pdsComponentRef",
|
|
29
30
|
ref: e
|
|
30
31
|
}, {
|
|
31
|
-
default:
|
|
32
|
-
|
|
32
|
+
default: _(() => [
|
|
33
|
+
x(o.$slots, "default")
|
|
33
34
|
]),
|
|
34
35
|
_: 3
|
|
35
36
|
}, 512));
|
|
@@ -15,6 +15,8 @@ export { default as PFieldsetWrapper } from './FieldsetWrapperWrapper.vue';
|
|
|
15
15
|
export { default as PFlex } from './FlexWrapper.vue';
|
|
16
16
|
export { default as PFlexItem } from './FlexItemWrapper.vue';
|
|
17
17
|
export { default as PFlyout } from './FlyoutWrapper.vue';
|
|
18
|
+
export { default as PFlyoutNavigation } from './FlyoutNavigationWrapper.vue';
|
|
19
|
+
export { default as PFlyoutNavigationItem } from './FlyoutNavigationItemWrapper.vue';
|
|
18
20
|
export { default as PGrid } from './GridWrapper.vue';
|
|
19
21
|
export { default as PGridItem } from './GridItemWrapper.vue';
|
|
20
22
|
export { default as PHeading } from './HeadingWrapper.vue';
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -820,6 +820,14 @@ declare const FLYOUT_ARIA_ATTRIBUTES: readonly [
|
|
|
820
820
|
"aria-label"
|
|
821
821
|
];
|
|
822
822
|
export type FlyoutAriaAttribute = (typeof FLYOUT_ARIA_ATTRIBUTES)[number];
|
|
823
|
+
declare const FLYOUT_NAVIGATION_ARIA_ATTRIBUTES: readonly [
|
|
824
|
+
"aria-label"
|
|
825
|
+
];
|
|
826
|
+
export type FlyoutNavigationAriaAttribute = (typeof FLYOUT_NAVIGATION_ARIA_ATTRIBUTES)[number];
|
|
827
|
+
export type FlyoutNavigationUpdate = {
|
|
828
|
+
activeIdentifier: string;
|
|
829
|
+
};
|
|
830
|
+
export type FlyoutNavigationUpdateEvent = FlyoutNavigationUpdate;
|
|
823
831
|
declare const GRID_DIRECTIONS: readonly [
|
|
824
832
|
"row",
|
|
825
833
|
"row-reverse",
|
|
@@ -1041,6 +1049,7 @@ declare const PAGINATION_NUMBER_OF_PAGE_LINKS: readonly [
|
|
|
1041
1049
|
5,
|
|
1042
1050
|
7
|
|
1043
1051
|
];
|
|
1052
|
+
/** @deprecated */
|
|
1044
1053
|
export type PaginationMaxNumberOfPageLinks = (typeof PAGINATION_NUMBER_OF_PAGE_LINKS)[number];
|
|
1045
1054
|
export type PaginationUpdateEvent = {
|
|
1046
1055
|
page: number;
|
package/esm/public-api.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { componentsReady as
|
|
1
|
+
import { componentsReady as o } 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
4
|
import { default as s } from "./lib/components/ButtonWrapper.vue.mjs";
|
|
@@ -8,64 +8,66 @@ 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
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
11
|
+
import { default as C } from "./lib/components/CrestWrapper.vue.mjs";
|
|
12
|
+
import { default as B } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
13
|
+
import { default as W } from "./lib/components/DividerWrapper.vue.mjs";
|
|
14
|
+
import { default as H } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
15
|
+
import { default as M } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
16
16
|
import { default as h } from "./lib/components/FlexWrapper.vue.mjs";
|
|
17
|
-
import { default as
|
|
17
|
+
import { default as R } from "./lib/components/FlexItemWrapper.vue.mjs";
|
|
18
18
|
import { default as G } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
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
|
|
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 he } from "./lib/components/
|
|
44
|
-
import { default as
|
|
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
|
|
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 {
|
|
67
|
-
import { default as
|
|
68
|
-
import {
|
|
19
|
+
import { default as z } from "./lib/components/FlyoutNavigationWrapper.vue.mjs";
|
|
20
|
+
import { default as A } from "./lib/components/FlyoutNavigationItemWrapper.vue.mjs";
|
|
21
|
+
import { default as j } from "./lib/components/GridWrapper.vue.mjs";
|
|
22
|
+
import { default as J } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
23
|
+
import { default as Q } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
24
|
+
import { default as V } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
25
|
+
import { default as Y } from "./lib/components/IconWrapper.vue.mjs";
|
|
26
|
+
import { default as _ } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
27
|
+
import { default as ee } from "./lib/components/LinkWrapper.vue.mjs";
|
|
28
|
+
import { default as oe } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
29
|
+
import { default as ae } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
30
|
+
import { default as le } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
31
|
+
import { default as se } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
32
|
+
import { default as ue } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
33
|
+
import { default as xe } from "./lib/components/ModalWrapper.vue.mjs";
|
|
34
|
+
import { default as ie } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
35
|
+
import { default as Te } from "./lib/components/MultiSelectWrapper.vue.mjs";
|
|
36
|
+
import { default as Se } from "./lib/components/MultiSelectOptionWrapper.vue.mjs";
|
|
37
|
+
import { default as be } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
38
|
+
import { default as Ce } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
39
|
+
import { default as Be } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
40
|
+
import { default as We } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
41
|
+
import { default as He } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
42
|
+
import { default as Me } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
43
|
+
import { default as he } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
44
|
+
import { default as Re } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
45
|
+
import { default as Ge } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
46
|
+
import { default as ze } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
47
|
+
import { default as Ae } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
48
|
+
import { default as je } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
49
|
+
import { default as Je } from "./lib/components/TableWrapper.vue.mjs";
|
|
50
|
+
import { default as Qe } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
52
|
+
import { default as Ye } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
53
|
+
import { default as _e } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
54
|
+
import { default as et } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
55
|
+
import { default as ot } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/TabsWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
58
|
+
import { default as st } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
59
|
+
import { default as ut } from "./lib/components/TagWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
61
|
+
import { default as it } from "./lib/components/TextWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
63
|
+
import { default as St } from "./lib/components/TextListWrapper.vue.mjs";
|
|
64
|
+
import { default as bt } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
65
|
+
import { default as Ct } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
66
|
+
import { default as Bt } from "./lib/components/ToastWrapper.vue.mjs";
|
|
67
|
+
import { default as Wt } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
68
|
+
import { useToastManager as Ht } from "./utils.mjs";
|
|
69
|
+
import { default as Mt } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
70
|
+
import { createPorscheDesignSystem as ht, usePorscheDesignSystemPlugin as vt } from "./plugin.mjs";
|
|
69
71
|
export {
|
|
70
72
|
a as PAccordion,
|
|
71
73
|
l as PBanner,
|
|
@@ -76,64 +78,66 @@ export {
|
|
|
76
78
|
T as PCarousel,
|
|
77
79
|
S as PCheckboxWrapper,
|
|
78
80
|
b as PContentWrapper,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
C as PCrest,
|
|
82
|
+
B as PDisplay,
|
|
83
|
+
W as PDivider,
|
|
84
|
+
H as PFieldset,
|
|
85
|
+
M as PFieldsetWrapper,
|
|
84
86
|
h as PFlex,
|
|
85
|
-
|
|
87
|
+
R as PFlexItem,
|
|
86
88
|
G as PFlyout,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
j as
|
|
90
|
-
J as
|
|
91
|
-
Q as
|
|
92
|
-
V as
|
|
93
|
-
Y as
|
|
94
|
-
_ as
|
|
95
|
-
ee as
|
|
96
|
-
|
|
97
|
-
ae as
|
|
98
|
-
le as
|
|
99
|
-
se as
|
|
100
|
-
ue as
|
|
101
|
-
xe as
|
|
102
|
-
ie as
|
|
103
|
-
Te as
|
|
104
|
-
Se as
|
|
105
|
-
be as
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
he as
|
|
112
|
-
|
|
113
|
-
Ge as
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
je as
|
|
117
|
-
Je as
|
|
118
|
-
Qe as
|
|
119
|
-
Ve as
|
|
120
|
-
Ye as
|
|
121
|
-
_e as
|
|
122
|
-
et as
|
|
123
|
-
|
|
124
|
-
at as
|
|
125
|
-
lt as
|
|
126
|
-
st as
|
|
127
|
-
ut as
|
|
128
|
-
xt as
|
|
129
|
-
it as
|
|
130
|
-
Tt as
|
|
131
|
-
St as
|
|
132
|
-
bt as
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
89
|
+
z as PFlyoutNavigation,
|
|
90
|
+
A as PFlyoutNavigationItem,
|
|
91
|
+
j as PGrid,
|
|
92
|
+
J as PGridItem,
|
|
93
|
+
Q as PHeading,
|
|
94
|
+
V as PHeadline,
|
|
95
|
+
Y as PIcon,
|
|
96
|
+
_ as PInlineNotification,
|
|
97
|
+
ee as PLink,
|
|
98
|
+
oe as PLinkPure,
|
|
99
|
+
ae as PLinkSocial,
|
|
100
|
+
le as PLinkTile,
|
|
101
|
+
se as PLinkTileModelSignature,
|
|
102
|
+
ue as PMarque,
|
|
103
|
+
xe as PModal,
|
|
104
|
+
ie as PModelSignature,
|
|
105
|
+
Te as PMultiSelect,
|
|
106
|
+
Se as PMultiSelectOption,
|
|
107
|
+
be as PPagination,
|
|
108
|
+
Ce as PPinCode,
|
|
109
|
+
Be as PPopover,
|
|
110
|
+
We as PRadioButtonWrapper,
|
|
111
|
+
He as PScroller,
|
|
112
|
+
Me as PSegmentedControl,
|
|
113
|
+
he as PSegmentedControlItem,
|
|
114
|
+
Re as PSelectWrapper,
|
|
115
|
+
Ge as PSpinner,
|
|
116
|
+
ze as PStepperHorizontal,
|
|
117
|
+
Ae as PStepperHorizontalItem,
|
|
118
|
+
je as PSwitch,
|
|
119
|
+
Je as PTable,
|
|
120
|
+
Qe as PTableBody,
|
|
121
|
+
Ve as PTableCell,
|
|
122
|
+
Ye as PTableHead,
|
|
123
|
+
_e as PTableHeadCell,
|
|
124
|
+
et as PTableHeadRow,
|
|
125
|
+
ot as PTableRow,
|
|
126
|
+
at as PTabs,
|
|
127
|
+
lt as PTabsBar,
|
|
128
|
+
st as PTabsItem,
|
|
129
|
+
ut as PTag,
|
|
130
|
+
xt as PTagDismissible,
|
|
131
|
+
it as PText,
|
|
132
|
+
Tt as PTextFieldWrapper,
|
|
133
|
+
St as PTextList,
|
|
134
|
+
bt as PTextListItem,
|
|
135
|
+
Ct as PTextareaWrapper,
|
|
136
|
+
Bt as PToast,
|
|
137
|
+
Wt as PWordmark,
|
|
138
|
+
Mt as PorscheDesignSystemProvider,
|
|
139
|
+
o as componentsReady,
|
|
140
|
+
ht as createPorscheDesignSystem,
|
|
141
|
+
vt as usePorscheDesignSystemPlugin,
|
|
142
|
+
Ht as useToastManager
|
|
139
143
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0-rc.0",
|
|
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.10.0-rc.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|