@porsche-design-system/components-vue 3.34.0 → 3.35.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 +14 -0
- package/cjs/lib/components/AiTagWrapper.vue.cjs +1 -0
- package/cjs/lib/components/AiTagWrapper.vue2.cjs +1 -0
- package/cjs/public-api.cjs +1 -1
- package/esm/lib/components/AiTagWrapper.vue.d.ts +21 -0
- package/esm/lib/components/AiTagWrapper.vue.mjs +22 -0
- package/esm/lib/components/AiTagWrapper.vue2.mjs +4 -0
- package/esm/lib/components/ButtonWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkWrapper.vue.d.ts +1 -1
- package/esm/lib/components/index.d.ts +1 -0
- package/esm/lib/types.d.ts +219 -0
- package/esm/public-api.mjs +187 -185
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [3.35.0] - 2026-05-06
|
|
18
|
+
|
|
19
|
+
## [3.35.0-rc.0] - 2026-05-05
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- `AI-Tag`: New component to mark AI-generated/AI-modified content
|
|
24
|
+
([#4236](https://github.com/porsche-design-system/porsche-design-system/pull/4236))
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- `Multi Select`, `Select`: not correctly updating when options within `p-optgroup` change dynamically
|
|
29
|
+
([#4278](https://github.com/porsche-design-system/porsche-design-system/pull/4279))
|
|
30
|
+
|
|
17
31
|
## [3.34.0] - 2026-04-09
|
|
18
32
|
|
|
19
33
|
## [3.34.0-rc.0] - 2026-04-01
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),i=e.defineComponent({__name:"AiTagWrapper",props:{locale:{default:"en_US"},theme:{},variant:{default:"generated"}},setup(p){const a=t.usePrefix("p-ai-tag"),n=p,o=e.ref(),r=e.inject(t.themeInjectionKey),s=()=>t.syncProperties(o,{...n,theme:n.theme||r.value});return e.onMounted(s),e.onUpdated(s),e.watch(r,c=>{t.syncProperties(o,{theme:n.theme||c})}),(c,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:o},null,512))}});module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./AiTagWrapper.vue.cjs");module.exports=e;
|
package/cjs/public-api.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),p=require("./lib/components/
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=require("@porsche-design-system/components-js"),t=require("./lib/components/AccordionWrapper.vue.cjs"),p=require("./lib/components/AiTagWrapper.vue.cjs"),u=require("./lib/components/BannerWrapper.vue.cjs"),s=require("./lib/components/ButtonWrapper.vue.cjs"),n=require("./lib/components/ButtonGroupWrapper.vue.cjs"),i=require("./lib/components/ButtonPureWrapper.vue.cjs"),a=require("./lib/components/ButtonTileWrapper.vue.cjs"),c=require("./lib/components/CanvasWrapper.vue.cjs"),o=require("./lib/components/CarouselWrapper.vue.cjs"),l=require("./lib/components/CheckboxWrapper.vue.cjs"),v=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),g=require("./lib/components/ContentWrapperWrapper.vue.cjs"),P=require("./lib/components/CrestWrapper.vue.cjs"),y=require("./lib/components/DisplayWrapper.vue.cjs"),W=require("./lib/components/DividerWrapper.vue.cjs"),q=require("./lib/components/DrilldownWrapper.vue.cjs"),d=require("./lib/components/DrilldownItemWrapper.vue.cjs"),T=require("./lib/components/DrilldownLinkWrapper.vue.cjs"),I=require("./lib/components/FieldsetWrapper.vue.cjs"),S=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),m=require("./lib/components/FlagWrapper.vue.cjs"),b=require("./lib/components/FlexWrapper.vue.cjs"),x=require("./lib/components/FlexItemWrapper.vue.cjs"),k=require("./lib/components/FlyoutWrapper.vue.cjs"),C=require("./lib/components/GridWrapper.vue.cjs"),h=require("./lib/components/GridItemWrapper.vue.cjs"),D=require("./lib/components/HeadingWrapper.vue.cjs"),L=require("./lib/components/HeadlineWrapper.vue.cjs"),M=require("./lib/components/IconWrapper.vue.cjs"),B=require("./lib/components/InlineNotificationWrapper.vue.cjs"),w=require("./lib/components/InputDateWrapper.vue.cjs"),F=require("./lib/components/InputEmailWrapper.vue.cjs"),H=require("./lib/components/InputMonthWrapper.vue.cjs"),R=require("./lib/components/InputNumberWrapper.vue.cjs"),G=require("./lib/components/InputPasswordWrapper.vue.cjs"),O=require("./lib/components/InputSearchWrapper.vue.cjs"),f=require("./lib/components/InputTelWrapper.vue.cjs"),j=require("./lib/components/InputTextWrapper.vue.cjs"),z=require("./lib/components/InputTimeWrapper.vue.cjs"),A=require("./lib/components/InputUrlWrapper.vue.cjs"),K=require("./lib/components/InputWeekWrapper.vue.cjs"),N=require("./lib/components/LinkWrapper.vue.cjs"),E=require("./lib/components/LinkPureWrapper.vue.cjs"),U=require("./lib/components/LinkSocialWrapper.vue.cjs"),J=require("./lib/components/LinkTileWrapper.vue.cjs"),Q=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),V=require("./lib/components/LinkTileProductWrapper.vue.cjs"),X=require("./lib/components/MarqueWrapper.vue.cjs"),Y=require("./lib/components/ModalWrapper.vue.cjs"),Z=require("./lib/components/ModelSignatureWrapper.vue.cjs"),$=require("./lib/components/MultiSelectWrapper.vue.cjs"),ee=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),re=require("./lib/components/OptgroupWrapper.vue.cjs"),_e=require("./lib/components/PaginationWrapper.vue.cjs"),te=require("./lib/components/PinCodeWrapper.vue.cjs"),pe=require("./lib/components/PopoverWrapper.vue.cjs"),ue=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),se=require("./lib/components/RadioGroupWrapper.vue.cjs"),ne=require("./lib/components/RadioGroupOptionWrapper.vue.cjs"),ie=require("./lib/components/ScrollerWrapper.vue.cjs"),ae=require("./lib/components/SegmentedControlWrapper.vue.cjs"),ce=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),oe=require("./lib/components/SelectWrapper.vue.cjs"),le=require("./lib/components/SelectOptionWrapper.vue.cjs"),ve=require("./lib/components/SelectWrapperWrapper.vue.cjs"),ge=require("./lib/components/SheetWrapper.vue.cjs"),Pe=require("./lib/components/SpinnerWrapper.vue.cjs"),ye=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),We=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),qe=require("./lib/components/SwitchWrapper.vue.cjs"),de=require("./lib/components/TableWrapper.vue.cjs"),Te=require("./lib/components/TableBodyWrapper.vue.cjs"),Ie=require("./lib/components/TableCellWrapper.vue.cjs"),Se=require("./lib/components/TableHeadWrapper.vue.cjs"),me=require("./lib/components/TableHeadCellWrapper.vue.cjs"),be=require("./lib/components/TableHeadRowWrapper.vue.cjs"),xe=require("./lib/components/TableRowWrapper.vue.cjs"),ke=require("./lib/components/TabsWrapper.vue.cjs"),Ce=require("./lib/components/TabsBarWrapper.vue.cjs"),he=require("./lib/components/TabsItemWrapper.vue.cjs"),De=require("./lib/components/TagWrapper.vue.cjs"),Le=require("./lib/components/TagDismissibleWrapper.vue.cjs"),Me=require("./lib/components/TextWrapper.vue.cjs"),Be=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),we=require("./lib/components/TextListWrapper.vue.cjs"),Fe=require("./lib/components/TextListItemWrapper.vue.cjs"),He=require("./lib/components/TextareaWrapper.vue.cjs"),Re=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),Ge=require("./lib/components/ToastWrapper.vue.cjs"),Oe=require("./lib/components/WordmarkWrapper.vue.cjs"),e=require("./utils.cjs"),fe=require("./PorscheDesignSystemProvider.vue.cjs"),r=require("./plugin.cjs");Object.defineProperty(exports,"componentsReady",{enumerable:!0,get:()=>_.componentsReady});exports.PAccordion=t;exports.PAiTag=p;exports.PBanner=u;exports.PButton=s;exports.PButtonGroup=n;exports.PButtonPure=i;exports.PButtonTile=a;exports.PCanvas=c;exports.PCarousel=o;exports.PCheckbox=l;exports.PCheckboxWrapper=v;exports.PContentWrapper=g;exports.PCrest=P;exports.PDisplay=y;exports.PDivider=W;exports.PDrilldown=q;exports.PDrilldownItem=d;exports.PDrilldownLink=T;exports.PFieldset=I;exports.PFieldsetWrapper=S;exports.PFlag=m;exports.PFlex=b;exports.PFlexItem=x;exports.PFlyout=k;exports.PGrid=C;exports.PGridItem=h;exports.PHeading=D;exports.PHeadline=L;exports.PIcon=M;exports.PInlineNotification=B;exports.PInputDate=w;exports.PInputEmail=F;exports.PInputMonth=H;exports.PInputNumber=R;exports.PInputPassword=G;exports.PInputSearch=O;exports.PInputTel=f;exports.PInputText=j;exports.PInputTime=z;exports.PInputUrl=A;exports.PInputWeek=K;exports.PLink=N;exports.PLinkPure=E;exports.PLinkSocial=U;exports.PLinkTile=J;exports.PLinkTileModelSignature=Q;exports.PLinkTileProduct=V;exports.PMarque=X;exports.PModal=Y;exports.PModelSignature=Z;exports.PMultiSelect=$;exports.PMultiSelectOption=ee;exports.POptgroup=re;exports.PPagination=_e;exports.PPinCode=te;exports.PPopover=pe;exports.PRadioButtonWrapper=ue;exports.PRadioGroup=se;exports.PRadioGroupOption=ne;exports.PScroller=ie;exports.PSegmentedControl=ae;exports.PSegmentedControlItem=ce;exports.PSelect=oe;exports.PSelectOption=le;exports.PSelectWrapper=ve;exports.PSheet=ge;exports.PSpinner=Pe;exports.PStepperHorizontal=ye;exports.PStepperHorizontalItem=We;exports.PSwitch=qe;exports.PTable=de;exports.PTableBody=Te;exports.PTableCell=Ie;exports.PTableHead=Se;exports.PTableHeadCell=me;exports.PTableHeadRow=be;exports.PTableRow=xe;exports.PTabs=ke;exports.PTabsBar=Ce;exports.PTabsItem=he;exports.PTag=De;exports.PTagDismissible=Le;exports.PText=Me;exports.PTextFieldWrapper=Be;exports.PTextList=we;exports.PTextListItem=Fe;exports.PTextarea=He;exports.PTextareaWrapper=Re;exports.PToast=Ge;exports.PWordmark=Oe;exports.prefixInjectionKey=e.prefixInjectionKey;exports.themeInjectionKey=e.themeInjectionKey;exports.useToastManager=e.useToastManager;exports.PorscheDesignSystemProvider=fe;exports.createPorscheDesignSystem=r.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=r.usePorscheDesignSystemPlugin;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AiTagLocale, Theme, AiTagVariant } from '../types';
|
|
2
|
+
type PAiTagProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Locale for the AI text (ISO format, e.g. "de_DE").
|
|
5
|
+
*/
|
|
6
|
+
locale?: AiTagLocale;
|
|
7
|
+
/**
|
|
8
|
+
* Adapts the tag color depending on the theme.
|
|
9
|
+
*/
|
|
10
|
+
theme?: Theme;
|
|
11
|
+
/**
|
|
12
|
+
* Variant to display: 'abbreviation' (e.g. "AI"), 'generated' (e.g. "AI-generated"), or 'modified' (e.g. "AI-modified").
|
|
13
|
+
*/
|
|
14
|
+
variant?: AiTagVariant;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<PAiTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PAiTagProps> & Readonly<{}>, {
|
|
17
|
+
locale: AiTagLocale;
|
|
18
|
+
variant: AiTagVariant;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as m, ref as s, inject as f, onMounted as i, onUpdated as l, watch as u, createBlock as d, openBlock as h, resolveDynamicComponent as _, unref as y } from "vue";
|
|
2
|
+
import { usePrefix as C, themeInjectionKey as g, syncProperties as p } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ m({
|
|
4
|
+
__name: "AiTagWrapper",
|
|
5
|
+
props: {
|
|
6
|
+
locale: { default: "en_US" },
|
|
7
|
+
theme: {},
|
|
8
|
+
variant: { default: "generated" }
|
|
9
|
+
},
|
|
10
|
+
setup(a) {
|
|
11
|
+
const c = C("p-ai-tag"), e = a, t = s(), n = f(g), o = () => p(t, { ...e, theme: e.theme || n.value });
|
|
12
|
+
return i(o), l(o), u(n, (r) => {
|
|
13
|
+
p(t, { theme: e.theme || r });
|
|
14
|
+
}), (r, k) => (h(), d(_(y(c)), {
|
|
15
|
+
ref_key: "pdsComponentRef",
|
|
16
|
+
ref: t
|
|
17
|
+
}, null, 512));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
P as default
|
|
22
|
+
};
|
|
@@ -60,11 +60,11 @@ type __VLS_Slots = {} & {
|
|
|
60
60
|
declare const __VLS_base: import("vue").DefineComponent<PButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
|
|
61
61
|
type: ButtonType;
|
|
62
62
|
compact: BreakpointCustomizable<boolean>;
|
|
63
|
+
variant: ButtonVariant;
|
|
63
64
|
disabled: boolean;
|
|
64
65
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
65
66
|
icon: ButtonIcon;
|
|
66
67
|
loading: boolean;
|
|
67
|
-
variant: ButtonVariant;
|
|
68
68
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
69
69
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
70
70
|
declare const _default: typeof __VLS_export;
|
|
@@ -52,9 +52,9 @@ type __VLS_Slots = {} & {
|
|
|
52
52
|
declare const __VLS_base: import("vue").DefineComponent<PLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkProps> & Readonly<{}>, {
|
|
53
53
|
compact: BreakpointCustomizable<boolean>;
|
|
54
54
|
target: LinkTarget;
|
|
55
|
+
variant: LinkVariant;
|
|
55
56
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
56
57
|
icon: LinkIcon;
|
|
57
|
-
variant: LinkVariant;
|
|
58
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
59
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
60
60
|
declare const _default: typeof __VLS_export;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as PAccordion } from './AccordionWrapper.vue';
|
|
2
|
+
export { default as PAiTag } from './AiTagWrapper.vue';
|
|
2
3
|
export { default as PBanner } from './BannerWrapper.vue';
|
|
3
4
|
export { default as PButton } from './ButtonWrapper.vue';
|
|
4
5
|
export { default as PButtonGroup } from './ButtonGroupWrapper.vue';
|
package/esm/lib/types.d.ts
CHANGED
|
@@ -873,6 +873,225 @@ export type AccordionUpdateEventDetail = AccordionUpdateEvent;
|
|
|
873
873
|
/** @deprecated */
|
|
874
874
|
export type AccordionTag = HeadingTag;
|
|
875
875
|
export type AccordionHeadingTag = HeadingTag;
|
|
876
|
+
declare const AI_TAG_VARIANTS: readonly [
|
|
877
|
+
"abbreviation",
|
|
878
|
+
"generated",
|
|
879
|
+
"modified"
|
|
880
|
+
];
|
|
881
|
+
export type AiTagVariant = (typeof AI_TAG_VARIANTS)[number];
|
|
882
|
+
declare const AI_TAG_TRANSLATIONS: {
|
|
883
|
+
bg_BG: {
|
|
884
|
+
short: string;
|
|
885
|
+
long: string;
|
|
886
|
+
generated: string;
|
|
887
|
+
modified: string;
|
|
888
|
+
};
|
|
889
|
+
bs_BA: {
|
|
890
|
+
short: string;
|
|
891
|
+
long: string;
|
|
892
|
+
generated: string;
|
|
893
|
+
modified: string;
|
|
894
|
+
};
|
|
895
|
+
cs_CZ: {
|
|
896
|
+
short: string;
|
|
897
|
+
long: string;
|
|
898
|
+
generated: string;
|
|
899
|
+
modified: string;
|
|
900
|
+
};
|
|
901
|
+
da_DK: {
|
|
902
|
+
short: string;
|
|
903
|
+
long: string;
|
|
904
|
+
generated: string;
|
|
905
|
+
modified: string;
|
|
906
|
+
};
|
|
907
|
+
de_DE: {
|
|
908
|
+
short: string;
|
|
909
|
+
long: string;
|
|
910
|
+
generated: string;
|
|
911
|
+
modified: string;
|
|
912
|
+
};
|
|
913
|
+
el_GR: {
|
|
914
|
+
short: string;
|
|
915
|
+
long: string;
|
|
916
|
+
generated: string;
|
|
917
|
+
modified: string;
|
|
918
|
+
};
|
|
919
|
+
en_CY: {
|
|
920
|
+
short: string;
|
|
921
|
+
long: string;
|
|
922
|
+
generated: string;
|
|
923
|
+
modified: string;
|
|
924
|
+
};
|
|
925
|
+
en_GB: {
|
|
926
|
+
short: string;
|
|
927
|
+
long: string;
|
|
928
|
+
generated: string;
|
|
929
|
+
modified: string;
|
|
930
|
+
};
|
|
931
|
+
en_US: {
|
|
932
|
+
short: string;
|
|
933
|
+
long: string;
|
|
934
|
+
generated: string;
|
|
935
|
+
modified: string;
|
|
936
|
+
};
|
|
937
|
+
es_ES: {
|
|
938
|
+
short: string;
|
|
939
|
+
long: string;
|
|
940
|
+
generated: string;
|
|
941
|
+
modified: string;
|
|
942
|
+
};
|
|
943
|
+
et_EE: {
|
|
944
|
+
short: string;
|
|
945
|
+
long: string;
|
|
946
|
+
generated: string;
|
|
947
|
+
modified: string;
|
|
948
|
+
};
|
|
949
|
+
fi_FI: {
|
|
950
|
+
short: string;
|
|
951
|
+
long: string;
|
|
952
|
+
generated: string;
|
|
953
|
+
modified: string;
|
|
954
|
+
};
|
|
955
|
+
fr_FR: {
|
|
956
|
+
short: string;
|
|
957
|
+
long: string;
|
|
958
|
+
generated: string;
|
|
959
|
+
modified: string;
|
|
960
|
+
};
|
|
961
|
+
he_IL: {
|
|
962
|
+
short: string;
|
|
963
|
+
long: string;
|
|
964
|
+
generated: string;
|
|
965
|
+
modified: string;
|
|
966
|
+
};
|
|
967
|
+
hr_HR: {
|
|
968
|
+
short: string;
|
|
969
|
+
long: string;
|
|
970
|
+
generated: string;
|
|
971
|
+
modified: string;
|
|
972
|
+
};
|
|
973
|
+
hu_HU: {
|
|
974
|
+
short: string;
|
|
975
|
+
long: string;
|
|
976
|
+
generated: string;
|
|
977
|
+
modified: string;
|
|
978
|
+
};
|
|
979
|
+
is_IS: {
|
|
980
|
+
short: string;
|
|
981
|
+
long: string;
|
|
982
|
+
generated: string;
|
|
983
|
+
modified: string;
|
|
984
|
+
};
|
|
985
|
+
it_IT: {
|
|
986
|
+
short: string;
|
|
987
|
+
long: string;
|
|
988
|
+
generated: string;
|
|
989
|
+
modified: string;
|
|
990
|
+
};
|
|
991
|
+
lt_LT: {
|
|
992
|
+
short: string;
|
|
993
|
+
long: string;
|
|
994
|
+
generated: string;
|
|
995
|
+
modified: string;
|
|
996
|
+
};
|
|
997
|
+
lv_LV: {
|
|
998
|
+
short: string;
|
|
999
|
+
long: string;
|
|
1000
|
+
generated: string;
|
|
1001
|
+
modified: string;
|
|
1002
|
+
};
|
|
1003
|
+
me_ME: {
|
|
1004
|
+
short: string;
|
|
1005
|
+
long: string;
|
|
1006
|
+
generated: string;
|
|
1007
|
+
modified: string;
|
|
1008
|
+
};
|
|
1009
|
+
mk_MK: {
|
|
1010
|
+
short: string;
|
|
1011
|
+
long: string;
|
|
1012
|
+
generated: string;
|
|
1013
|
+
modified: string;
|
|
1014
|
+
};
|
|
1015
|
+
mt_MT: {
|
|
1016
|
+
short: string;
|
|
1017
|
+
long: string;
|
|
1018
|
+
generated: string;
|
|
1019
|
+
modified: string;
|
|
1020
|
+
};
|
|
1021
|
+
nb_NO: {
|
|
1022
|
+
short: string;
|
|
1023
|
+
long: string;
|
|
1024
|
+
generated: string;
|
|
1025
|
+
modified: string;
|
|
1026
|
+
};
|
|
1027
|
+
nl_NL: {
|
|
1028
|
+
short: string;
|
|
1029
|
+
long: string;
|
|
1030
|
+
generated: string;
|
|
1031
|
+
modified: string;
|
|
1032
|
+
};
|
|
1033
|
+
pl_PL: {
|
|
1034
|
+
short: string;
|
|
1035
|
+
long: string;
|
|
1036
|
+
generated: string;
|
|
1037
|
+
modified: string;
|
|
1038
|
+
};
|
|
1039
|
+
pt_PT: {
|
|
1040
|
+
short: string;
|
|
1041
|
+
long: string;
|
|
1042
|
+
generated: string;
|
|
1043
|
+
modified: string;
|
|
1044
|
+
};
|
|
1045
|
+
ro_RO: {
|
|
1046
|
+
short: string;
|
|
1047
|
+
long: string;
|
|
1048
|
+
generated: string;
|
|
1049
|
+
modified: string;
|
|
1050
|
+
};
|
|
1051
|
+
ru_RU: {
|
|
1052
|
+
short: string;
|
|
1053
|
+
long: string;
|
|
1054
|
+
generated: string;
|
|
1055
|
+
modified: string;
|
|
1056
|
+
};
|
|
1057
|
+
sk_SK: {
|
|
1058
|
+
short: string;
|
|
1059
|
+
long: string;
|
|
1060
|
+
generated: string;
|
|
1061
|
+
modified: string;
|
|
1062
|
+
};
|
|
1063
|
+
sl_SI: {
|
|
1064
|
+
short: string;
|
|
1065
|
+
long: string;
|
|
1066
|
+
generated: string;
|
|
1067
|
+
modified: string;
|
|
1068
|
+
};
|
|
1069
|
+
sr_RS: {
|
|
1070
|
+
short: string;
|
|
1071
|
+
long: string;
|
|
1072
|
+
generated: string;
|
|
1073
|
+
modified: string;
|
|
1074
|
+
};
|
|
1075
|
+
sv_SE: {
|
|
1076
|
+
short: string;
|
|
1077
|
+
long: string;
|
|
1078
|
+
generated: string;
|
|
1079
|
+
modified: string;
|
|
1080
|
+
};
|
|
1081
|
+
tr_TR: {
|
|
1082
|
+
short: string;
|
|
1083
|
+
long: string;
|
|
1084
|
+
generated: string;
|
|
1085
|
+
modified: string;
|
|
1086
|
+
};
|
|
1087
|
+
uk_UA: {
|
|
1088
|
+
short: string;
|
|
1089
|
+
long: string;
|
|
1090
|
+
generated: string;
|
|
1091
|
+
modified: string;
|
|
1092
|
+
};
|
|
1093
|
+
};
|
|
1094
|
+
export type AiTagLocale = keyof typeof AI_TAG_TRANSLATIONS;
|
|
876
1095
|
declare const INLINE_NOTIFICATION_STATES: readonly [
|
|
877
1096
|
"success",
|
|
878
1097
|
"info",
|
package/esm/public-api.mjs
CHANGED
|
@@ -1,191 +1,193 @@
|
|
|
1
1
|
import { componentsReady as o } from "@porsche-design-system/components-js";
|
|
2
2
|
import { default as a } from "./lib/components/AccordionWrapper.vue.mjs";
|
|
3
|
-
import { default as l } from "./lib/components/
|
|
4
|
-
import { default as u } from "./lib/components/
|
|
5
|
-
import { default as s } from "./lib/components/
|
|
6
|
-
import { default as x } from "./lib/components/
|
|
7
|
-
import { default as n } from "./lib/components/
|
|
8
|
-
import { default as T } from "./lib/components/
|
|
9
|
-
import { default as I } from "./lib/components/
|
|
10
|
-
import { default as g } from "./lib/components/
|
|
11
|
-
import { default as k } from "./lib/components/
|
|
12
|
-
import { default as h } from "./lib/components/
|
|
13
|
-
import { default as y } from "./lib/components/
|
|
14
|
-
import { default as W } from "./lib/components/
|
|
15
|
-
import { default as M } from "./lib/components/
|
|
16
|
-
import { default as F } from "./lib/components/
|
|
17
|
-
import { default as R } from "./lib/components/
|
|
18
|
-
import { default as v } from "./lib/components/
|
|
19
|
-
import { default as j } from "./lib/components/
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as E } from "./lib/components/
|
|
23
|
-
import { default as J } 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 ue } from "./lib/components/
|
|
32
|
-
import { default as se } from "./lib/components/
|
|
33
|
-
import { default as xe } from "./lib/components/
|
|
34
|
-
import { default as ne } from "./lib/components/
|
|
35
|
-
import { default as Te } from "./lib/components/
|
|
36
|
-
import { default as Ie } from "./lib/components/
|
|
37
|
-
import { default as ge } from "./lib/components/
|
|
38
|
-
import { default as ke } from "./lib/components/
|
|
39
|
-
import { default as he } from "./lib/components/
|
|
40
|
-
import { default as ye } from "./lib/components/
|
|
41
|
-
import { default as We } from "./lib/components/
|
|
42
|
-
import { default as Me } from "./lib/components/
|
|
43
|
-
import { default as Fe } from "./lib/components/
|
|
44
|
-
import { default as Re } from "./lib/components/
|
|
45
|
-
import { default as ve } from "./lib/components/
|
|
46
|
-
import { default as je } from "./lib/components/
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as Ee } from "./lib/components/
|
|
50
|
-
import { default as Je } 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 ut } from "./lib/components/
|
|
59
|
-
import { default as st } from "./lib/components/
|
|
60
|
-
import { default as xt } from "./lib/components/
|
|
61
|
-
import { default as nt } from "./lib/components/
|
|
62
|
-
import { default as Tt } from "./lib/components/
|
|
63
|
-
import { default as It } from "./lib/components/
|
|
64
|
-
import { default as gt } from "./lib/components/
|
|
65
|
-
import { default as kt } from "./lib/components/
|
|
66
|
-
import { default as ht } from "./lib/components/
|
|
67
|
-
import { default as yt } from "./lib/components/
|
|
68
|
-
import { default as Wt } from "./lib/components/
|
|
69
|
-
import { default as Mt } from "./lib/components/
|
|
70
|
-
import { default as Ft } from "./lib/components/
|
|
71
|
-
import { default as Rt } from "./lib/components/
|
|
72
|
-
import { default as vt } from "./lib/components/
|
|
73
|
-
import { default as jt } from "./lib/components/
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as Et } from "./lib/components/
|
|
77
|
-
import { default as Jt } from "./lib/components/
|
|
78
|
-
import { default as Vt } from "./lib/components/
|
|
79
|
-
import { default as Yt } from "./lib/components/
|
|
80
|
-
import { default as _t } from "./lib/components/
|
|
81
|
-
import { default as eo } from "./lib/components/
|
|
82
|
-
import { default as oo } from "./lib/components/
|
|
83
|
-
import { default as ao } from "./lib/components/
|
|
84
|
-
import { default as lo } from "./lib/components/
|
|
85
|
-
import { default as uo } from "./lib/components/
|
|
86
|
-
import { default as mo } from "./lib/components/
|
|
87
|
-
import { default as Po } from "./lib/components/
|
|
88
|
-
import { default as io } from "./lib/components/
|
|
89
|
-
import { default as co } from "./lib/components/
|
|
90
|
-
import { default as So } from "./lib/components/
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
3
|
+
import { default as l } from "./lib/components/AiTagWrapper.vue.mjs";
|
|
4
|
+
import { default as u } from "./lib/components/BannerWrapper.vue.mjs";
|
|
5
|
+
import { default as s } from "./lib/components/ButtonWrapper.vue.mjs";
|
|
6
|
+
import { default as x } from "./lib/components/ButtonGroupWrapper.vue.mjs";
|
|
7
|
+
import { default as n } from "./lib/components/ButtonPureWrapper.vue.mjs";
|
|
8
|
+
import { default as T } from "./lib/components/ButtonTileWrapper.vue.mjs";
|
|
9
|
+
import { default as I } from "./lib/components/CanvasWrapper.vue.mjs";
|
|
10
|
+
import { default as g } from "./lib/components/CarouselWrapper.vue.mjs";
|
|
11
|
+
import { default as k } from "./lib/components/CheckboxWrapper.vue.mjs";
|
|
12
|
+
import { default as h } from "./lib/components/CheckboxWrapperWrapper.vue.mjs";
|
|
13
|
+
import { default as y } from "./lib/components/ContentWrapperWrapper.vue.mjs";
|
|
14
|
+
import { default as W } from "./lib/components/CrestWrapper.vue.mjs";
|
|
15
|
+
import { default as M } from "./lib/components/DisplayWrapper.vue.mjs";
|
|
16
|
+
import { default as F } from "./lib/components/DividerWrapper.vue.mjs";
|
|
17
|
+
import { default as R } from "./lib/components/DrilldownWrapper.vue.mjs";
|
|
18
|
+
import { default as v } from "./lib/components/DrilldownItemWrapper.vue.mjs";
|
|
19
|
+
import { default as j } from "./lib/components/DrilldownLinkWrapper.vue.mjs";
|
|
20
|
+
import { default as A } from "./lib/components/FieldsetWrapper.vue.mjs";
|
|
21
|
+
import { default as N } from "./lib/components/FieldsetWrapperWrapper.vue.mjs";
|
|
22
|
+
import { default as E } from "./lib/components/FlagWrapper.vue.mjs";
|
|
23
|
+
import { default as J } from "./lib/components/FlexWrapper.vue.mjs";
|
|
24
|
+
import { default as V } from "./lib/components/FlexItemWrapper.vue.mjs";
|
|
25
|
+
import { default as Y } from "./lib/components/FlyoutWrapper.vue.mjs";
|
|
26
|
+
import { default as _ } from "./lib/components/GridWrapper.vue.mjs";
|
|
27
|
+
import { default as ee } from "./lib/components/GridItemWrapper.vue.mjs";
|
|
28
|
+
import { default as oe } from "./lib/components/HeadingWrapper.vue.mjs";
|
|
29
|
+
import { default as ae } from "./lib/components/HeadlineWrapper.vue.mjs";
|
|
30
|
+
import { default as le } from "./lib/components/IconWrapper.vue.mjs";
|
|
31
|
+
import { default as ue } from "./lib/components/InlineNotificationWrapper.vue.mjs";
|
|
32
|
+
import { default as se } from "./lib/components/InputDateWrapper.vue.mjs";
|
|
33
|
+
import { default as xe } from "./lib/components/InputEmailWrapper.vue.mjs";
|
|
34
|
+
import { default as ne } from "./lib/components/InputMonthWrapper.vue.mjs";
|
|
35
|
+
import { default as Te } from "./lib/components/InputNumberWrapper.vue.mjs";
|
|
36
|
+
import { default as Ie } from "./lib/components/InputPasswordWrapper.vue.mjs";
|
|
37
|
+
import { default as ge } from "./lib/components/InputSearchWrapper.vue.mjs";
|
|
38
|
+
import { default as ke } from "./lib/components/InputTelWrapper.vue.mjs";
|
|
39
|
+
import { default as he } from "./lib/components/InputTextWrapper.vue.mjs";
|
|
40
|
+
import { default as ye } from "./lib/components/InputTimeWrapper.vue.mjs";
|
|
41
|
+
import { default as We } from "./lib/components/InputUrlWrapper.vue.mjs";
|
|
42
|
+
import { default as Me } from "./lib/components/InputWeekWrapper.vue.mjs";
|
|
43
|
+
import { default as Fe } from "./lib/components/LinkWrapper.vue.mjs";
|
|
44
|
+
import { default as Re } from "./lib/components/LinkPureWrapper.vue.mjs";
|
|
45
|
+
import { default as ve } from "./lib/components/LinkSocialWrapper.vue.mjs";
|
|
46
|
+
import { default as je } from "./lib/components/LinkTileWrapper.vue.mjs";
|
|
47
|
+
import { default as Ae } from "./lib/components/LinkTileModelSignatureWrapper.vue.mjs";
|
|
48
|
+
import { default as Ne } from "./lib/components/LinkTileProductWrapper.vue.mjs";
|
|
49
|
+
import { default as Ee } from "./lib/components/MarqueWrapper.vue.mjs";
|
|
50
|
+
import { default as Je } from "./lib/components/ModalWrapper.vue.mjs";
|
|
51
|
+
import { default as Ve } from "./lib/components/ModelSignatureWrapper.vue.mjs";
|
|
52
|
+
import { default as Ye } from "./lib/components/MultiSelectWrapper.vue.mjs";
|
|
53
|
+
import { default as _e } from "./lib/components/MultiSelectOptionWrapper.vue.mjs";
|
|
54
|
+
import { default as et } from "./lib/components/OptgroupWrapper.vue.mjs";
|
|
55
|
+
import { default as ot } from "./lib/components/PaginationWrapper.vue.mjs";
|
|
56
|
+
import { default as at } from "./lib/components/PinCodeWrapper.vue.mjs";
|
|
57
|
+
import { default as lt } from "./lib/components/PopoverWrapper.vue.mjs";
|
|
58
|
+
import { default as ut } from "./lib/components/RadioButtonWrapperWrapper.vue.mjs";
|
|
59
|
+
import { default as st } from "./lib/components/RadioGroupWrapper.vue.mjs";
|
|
60
|
+
import { default as xt } from "./lib/components/RadioGroupOptionWrapper.vue.mjs";
|
|
61
|
+
import { default as nt } from "./lib/components/ScrollerWrapper.vue.mjs";
|
|
62
|
+
import { default as Tt } from "./lib/components/SegmentedControlWrapper.vue.mjs";
|
|
63
|
+
import { default as It } from "./lib/components/SegmentedControlItemWrapper.vue.mjs";
|
|
64
|
+
import { default as gt } from "./lib/components/SelectWrapper.vue.mjs";
|
|
65
|
+
import { default as kt } from "./lib/components/SelectOptionWrapper.vue.mjs";
|
|
66
|
+
import { default as ht } from "./lib/components/SelectWrapperWrapper.vue.mjs";
|
|
67
|
+
import { default as yt } from "./lib/components/SheetWrapper.vue.mjs";
|
|
68
|
+
import { default as Wt } from "./lib/components/SpinnerWrapper.vue.mjs";
|
|
69
|
+
import { default as Mt } from "./lib/components/StepperHorizontalWrapper.vue.mjs";
|
|
70
|
+
import { default as Ft } from "./lib/components/StepperHorizontalItemWrapper.vue.mjs";
|
|
71
|
+
import { default as Rt } from "./lib/components/SwitchWrapper.vue.mjs";
|
|
72
|
+
import { default as vt } from "./lib/components/TableWrapper.vue.mjs";
|
|
73
|
+
import { default as jt } from "./lib/components/TableBodyWrapper.vue.mjs";
|
|
74
|
+
import { default as At } from "./lib/components/TableCellWrapper.vue.mjs";
|
|
75
|
+
import { default as Nt } from "./lib/components/TableHeadWrapper.vue.mjs";
|
|
76
|
+
import { default as Et } from "./lib/components/TableHeadCellWrapper.vue.mjs";
|
|
77
|
+
import { default as Jt } from "./lib/components/TableHeadRowWrapper.vue.mjs";
|
|
78
|
+
import { default as Vt } from "./lib/components/TableRowWrapper.vue.mjs";
|
|
79
|
+
import { default as Yt } from "./lib/components/TabsWrapper.vue.mjs";
|
|
80
|
+
import { default as _t } from "./lib/components/TabsBarWrapper.vue.mjs";
|
|
81
|
+
import { default as eo } from "./lib/components/TabsItemWrapper.vue.mjs";
|
|
82
|
+
import { default as oo } from "./lib/components/TagWrapper.vue.mjs";
|
|
83
|
+
import { default as ao } from "./lib/components/TagDismissibleWrapper.vue.mjs";
|
|
84
|
+
import { default as lo } from "./lib/components/TextWrapper.vue.mjs";
|
|
85
|
+
import { default as uo } from "./lib/components/TextFieldWrapperWrapper.vue.mjs";
|
|
86
|
+
import { default as mo } from "./lib/components/TextListWrapper.vue.mjs";
|
|
87
|
+
import { default as Po } from "./lib/components/TextListItemWrapper.vue.mjs";
|
|
88
|
+
import { default as io } from "./lib/components/TextareaWrapper.vue.mjs";
|
|
89
|
+
import { default as co } from "./lib/components/TextareaWrapperWrapper.vue.mjs";
|
|
90
|
+
import { default as So } from "./lib/components/ToastWrapper.vue.mjs";
|
|
91
|
+
import { default as bo } from "./lib/components/WordmarkWrapper.vue.mjs";
|
|
92
|
+
import { prefixInjectionKey as Co, themeInjectionKey as ho, useToastManager as Do } from "./utils.mjs";
|
|
93
|
+
import { default as Lo } from "./PorscheDesignSystemProvider.vue.mjs";
|
|
94
|
+
import { createPorscheDesignSystem as Bo, usePorscheDesignSystemPlugin as Mo } from "./plugin.mjs";
|
|
94
95
|
export {
|
|
95
96
|
a as PAccordion,
|
|
96
|
-
l as
|
|
97
|
-
u as
|
|
98
|
-
s as
|
|
99
|
-
x as
|
|
100
|
-
n as
|
|
101
|
-
T as
|
|
102
|
-
I as
|
|
103
|
-
g as
|
|
104
|
-
k as
|
|
105
|
-
h as
|
|
106
|
-
y as
|
|
107
|
-
W as
|
|
108
|
-
M as
|
|
109
|
-
F as
|
|
110
|
-
R as
|
|
111
|
-
v as
|
|
112
|
-
j as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
E as
|
|
116
|
-
J as
|
|
117
|
-
V as
|
|
118
|
-
Y as
|
|
119
|
-
_ as
|
|
120
|
-
ee as
|
|
121
|
-
oe as
|
|
122
|
-
ae as
|
|
123
|
-
le as
|
|
124
|
-
ue as
|
|
125
|
-
se as
|
|
126
|
-
xe as
|
|
127
|
-
ne as
|
|
128
|
-
Te as
|
|
129
|
-
Ie as
|
|
130
|
-
ge as
|
|
131
|
-
ke as
|
|
132
|
-
he as
|
|
133
|
-
ye as
|
|
134
|
-
We as
|
|
135
|
-
Me as
|
|
136
|
-
Fe as
|
|
137
|
-
Re as
|
|
138
|
-
ve as
|
|
139
|
-
je as
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
Ee as
|
|
143
|
-
Je as
|
|
144
|
-
Ve as
|
|
145
|
-
Ye as
|
|
146
|
-
_e as
|
|
147
|
-
et as
|
|
148
|
-
ot as
|
|
149
|
-
at as
|
|
150
|
-
lt as
|
|
151
|
-
ut as
|
|
152
|
-
st as
|
|
153
|
-
xt as
|
|
154
|
-
nt as
|
|
155
|
-
Tt as
|
|
156
|
-
It as
|
|
157
|
-
gt as
|
|
158
|
-
kt as
|
|
159
|
-
ht as
|
|
160
|
-
yt as
|
|
161
|
-
Wt as
|
|
162
|
-
Mt as
|
|
163
|
-
Ft as
|
|
164
|
-
Rt as
|
|
165
|
-
vt as
|
|
166
|
-
jt as
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
Et as
|
|
170
|
-
Jt as
|
|
171
|
-
Vt as
|
|
172
|
-
Yt as
|
|
173
|
-
_t as
|
|
174
|
-
eo as
|
|
175
|
-
oo as
|
|
176
|
-
ao as
|
|
177
|
-
lo as
|
|
178
|
-
uo as
|
|
179
|
-
mo as
|
|
180
|
-
Po as
|
|
181
|
-
io as
|
|
182
|
-
co as
|
|
183
|
-
So as
|
|
184
|
-
|
|
97
|
+
l as PAiTag,
|
|
98
|
+
u as PBanner,
|
|
99
|
+
s as PButton,
|
|
100
|
+
x as PButtonGroup,
|
|
101
|
+
n as PButtonPure,
|
|
102
|
+
T as PButtonTile,
|
|
103
|
+
I as PCanvas,
|
|
104
|
+
g as PCarousel,
|
|
105
|
+
k as PCheckbox,
|
|
106
|
+
h as PCheckboxWrapper,
|
|
107
|
+
y as PContentWrapper,
|
|
108
|
+
W as PCrest,
|
|
109
|
+
M as PDisplay,
|
|
110
|
+
F as PDivider,
|
|
111
|
+
R as PDrilldown,
|
|
112
|
+
v as PDrilldownItem,
|
|
113
|
+
j as PDrilldownLink,
|
|
114
|
+
A as PFieldset,
|
|
115
|
+
N as PFieldsetWrapper,
|
|
116
|
+
E as PFlag,
|
|
117
|
+
J as PFlex,
|
|
118
|
+
V as PFlexItem,
|
|
119
|
+
Y as PFlyout,
|
|
120
|
+
_ as PGrid,
|
|
121
|
+
ee as PGridItem,
|
|
122
|
+
oe as PHeading,
|
|
123
|
+
ae as PHeadline,
|
|
124
|
+
le as PIcon,
|
|
125
|
+
ue as PInlineNotification,
|
|
126
|
+
se as PInputDate,
|
|
127
|
+
xe as PInputEmail,
|
|
128
|
+
ne as PInputMonth,
|
|
129
|
+
Te as PInputNumber,
|
|
130
|
+
Ie as PInputPassword,
|
|
131
|
+
ge as PInputSearch,
|
|
132
|
+
ke as PInputTel,
|
|
133
|
+
he as PInputText,
|
|
134
|
+
ye as PInputTime,
|
|
135
|
+
We as PInputUrl,
|
|
136
|
+
Me as PInputWeek,
|
|
137
|
+
Fe as PLink,
|
|
138
|
+
Re as PLinkPure,
|
|
139
|
+
ve as PLinkSocial,
|
|
140
|
+
je as PLinkTile,
|
|
141
|
+
Ae as PLinkTileModelSignature,
|
|
142
|
+
Ne as PLinkTileProduct,
|
|
143
|
+
Ee as PMarque,
|
|
144
|
+
Je as PModal,
|
|
145
|
+
Ve as PModelSignature,
|
|
146
|
+
Ye as PMultiSelect,
|
|
147
|
+
_e as PMultiSelectOption,
|
|
148
|
+
et as POptgroup,
|
|
149
|
+
ot as PPagination,
|
|
150
|
+
at as PPinCode,
|
|
151
|
+
lt as PPopover,
|
|
152
|
+
ut as PRadioButtonWrapper,
|
|
153
|
+
st as PRadioGroup,
|
|
154
|
+
xt as PRadioGroupOption,
|
|
155
|
+
nt as PScroller,
|
|
156
|
+
Tt as PSegmentedControl,
|
|
157
|
+
It as PSegmentedControlItem,
|
|
158
|
+
gt as PSelect,
|
|
159
|
+
kt as PSelectOption,
|
|
160
|
+
ht as PSelectWrapper,
|
|
161
|
+
yt as PSheet,
|
|
162
|
+
Wt as PSpinner,
|
|
163
|
+
Mt as PStepperHorizontal,
|
|
164
|
+
Ft as PStepperHorizontalItem,
|
|
165
|
+
Rt as PSwitch,
|
|
166
|
+
vt as PTable,
|
|
167
|
+
jt as PTableBody,
|
|
168
|
+
At as PTableCell,
|
|
169
|
+
Nt as PTableHead,
|
|
170
|
+
Et as PTableHeadCell,
|
|
171
|
+
Jt as PTableHeadRow,
|
|
172
|
+
Vt as PTableRow,
|
|
173
|
+
Yt as PTabs,
|
|
174
|
+
_t as PTabsBar,
|
|
175
|
+
eo as PTabsItem,
|
|
176
|
+
oo as PTag,
|
|
177
|
+
ao as PTagDismissible,
|
|
178
|
+
lo as PText,
|
|
179
|
+
uo as PTextFieldWrapper,
|
|
180
|
+
mo as PTextList,
|
|
181
|
+
Po as PTextListItem,
|
|
182
|
+
io as PTextarea,
|
|
183
|
+
co as PTextareaWrapper,
|
|
184
|
+
So as PToast,
|
|
185
|
+
bo as PWordmark,
|
|
186
|
+
Lo as PorscheDesignSystemProvider,
|
|
185
187
|
o as componentsReady,
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
188
|
+
Bo as createPorscheDesignSystem,
|
|
189
|
+
Co as prefixInjectionKey,
|
|
190
|
+
ho as themeInjectionKey,
|
|
191
|
+
Mo as usePorscheDesignSystemPlugin,
|
|
192
|
+
Do as useToastManager
|
|
191
193
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.35.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.35.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"ag-grid-enterprise": ">= 35.0.0 <36.0.0",
|