@porsche-design-system/components-vue 3.13.0-rc.0 → 3.13.0-rc.2
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 +36 -2
- package/LICENSE.md +1 -1
- package/OSS_NOTICE +98 -98
- package/README.md +1 -1
- package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectOptionWrapper.vue.cjs +1 -0
- package/cjs/lib/components/SelectOptionWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/SelectWrapper.vue.cjs +1 -0
- package/cjs/lib/components/SelectWrapper.vue2.cjs +1 -0
- package/cjs/public-api.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +1 -1
- package/esm/lib/components/AccordionWrapper.vue.d.ts +1 -1
- package/esm/lib/components/BannerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ButtonWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CarouselWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
- package/esm/lib/components/DisplayWrapper.vue.d.ts +1 -1
- package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlexWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +1 -1
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +1 -1
- package/esm/lib/components/GridItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/GridWrapper.vue.d.ts +1 -1
- package/esm/lib/components/HeadingWrapper.vue.d.ts +1 -1
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +1 -1
- package/esm/lib/components/IconWrapper.vue.d.ts +2 -2
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +2 -2
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +1 -1
- package/esm/lib/components/LinkWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MarqueWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ModalWrapper.vue.d.ts +9 -2
- package/esm/lib/components/ModalWrapper.vue.mjs +8 -7
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +1 -1
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PaginationWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +1 -1
- package/esm/lib/components/PopoverWrapper.vue.d.ts +1 -1
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/SelectOptionWrapper.vue.mjs +24 -0
- package/esm/lib/components/SelectOptionWrapper.vue2.mjs +4 -0
- package/esm/lib/components/SelectWrapper.vue.d.ts +104 -0
- package/esm/lib/components/SelectWrapper.vue.mjs +38 -0
- package/esm/lib/components/SelectWrapper.vue2.mjs +4 -0
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +1 -1
- package/esm/lib/components/SwitchWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableCellWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TableWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TabsWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TagWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextListWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextWrapper.vue.d.ts +1 -1
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +1 -1
- package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
- package/esm/lib/components/index.d.ts +2 -0
- package/esm/lib/types.d.ts +17 -3
- package/esm/public-api.mjs +61 -57
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),t=require("../../utils.cjs"),
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),p=e.defineComponent({__name:"ModalWrapper",props:{aria:{},backdrop:{default:"blur"},disableBackdropClick:{type:Boolean,default:!1},disableCloseButton:{type:Boolean},dismissButton:{type:Boolean,default:!0},fullscreen:{default:!1},heading:{},open:{type:Boolean,default:!1},theme:{}},emits:["close","dismiss"],setup(c,{emit:i}){const d=t.usePrefix("p-modal"),n=c,o=e.ref(),r=i,a=e.inject(t.themeInjectionKey),l=()=>t.syncProperties(o,{...n,theme:n.theme||a.value});return e.onMounted(()=>{l(),t.addEventListenerToElementRef(o,"close",r),t.addEventListenerToElementRef(o,"dismiss",r)}),e.onUpdated(l),e.watch(a,s=>{t.syncProperties(o,{theme:n.theme||s})}),(s,m)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(d)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n=require("../../utils.cjs"),a=e.defineComponent({__name:"SelectOptionWrapper",props:{disabled:{type:Boolean,default:!1},value:{}},setup(s){const r=n.usePrefix("p-select-option"),p=s,o=e.ref(),t=()=>n.syncProperties(o,p);return e.onMounted(t),e.onUpdated(t),(c,l)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(r)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(c.$slots,"default")]),_:3},512))}});module.exports=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./SelectOptionWrapper.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("../../utils.cjs"),u=e.defineComponent({__name:"SelectWrapper",props:{description:{default:""},disabled:{type:Boolean,default:!1},dropdownDirection:{default:"auto"},hideLabel:{default:!1},label:{default:""},message:{default:""},name:{},required:{type:Boolean,default:!1},state:{default:"none"},theme:{},value:{}},emits:["update"],setup(l,{emit:d}){const c=t.usePrefix("p-select"),o=l,n=e.ref(),p=d,a=e.inject(t.themeInjectionKey),r=()=>t.syncProperties(n,{...o,theme:o.theme||a.value});return e.onMounted(()=>{r(),t.addEventListenerToElementRef(n,"update",p)}),e.onUpdated(r),e.watch(a,s=>{t.syncProperties(n,{theme:o.theme||s})}),(s,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(c)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./SelectWrapper.vue.cjs");module.exports=e;
|
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"),
|
|
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"),c=require("./lib/components/ContentWrapperWrapper.vue.cjs"),o=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"),P=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),y=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"),k=require("./lib/components/InlineNotificationWrapper.vue.cjs"),x=require("./lib/components/LinkWrapper.vue.cjs"),B=require("./lib/components/LinkPureWrapper.vue.cjs"),F=require("./lib/components/LinkSocialWrapper.vue.cjs"),L=require("./lib/components/LinkTileWrapper.vue.cjs"),M=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),H=require("./lib/components/LinkTileProductWrapper.vue.cjs"),D=require("./lib/components/MarqueWrapper.vue.cjs"),h=require("./lib/components/ModalWrapper.vue.cjs"),R=require("./lib/components/ModelSignatureWrapper.vue.cjs"),w=require("./lib/components/MultiSelectWrapper.vue.cjs"),G=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),N=require("./lib/components/PaginationWrapper.vue.cjs"),O=require("./lib/components/PinCodeWrapper.vue.cjs"),f=require("./lib/components/PopoverWrapper.vue.cjs"),z=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),j=require("./lib/components/ScrollerWrapper.vue.cjs"),A=require("./lib/components/SegmentedControlWrapper.vue.cjs"),J=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),E=require("./lib/components/SelectWrapper.vue.cjs"),K=require("./lib/components/SelectOptionWrapper.vue.cjs"),Q=require("./lib/components/SelectWrapperWrapper.vue.cjs"),U=require("./lib/components/SpinnerWrapper.vue.cjs"),V=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),X=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),Y=require("./lib/components/SwitchWrapper.vue.cjs"),Z=require("./lib/components/TableWrapper.vue.cjs"),$=require("./lib/components/TableBodyWrapper.vue.cjs"),ee=require("./lib/components/TableCellWrapper.vue.cjs"),re=require("./lib/components/TableHeadWrapper.vue.cjs"),te=require("./lib/components/TableHeadCellWrapper.vue.cjs"),_e=require("./lib/components/TableHeadRowWrapper.vue.cjs"),pe=require("./lib/components/TableRowWrapper.vue.cjs"),ue=require("./lib/components/TabsWrapper.vue.cjs"),se=require("./lib/components/TabsBarWrapper.vue.cjs"),ie=require("./lib/components/TabsItemWrapper.vue.cjs"),ae=require("./lib/components/TagWrapper.vue.cjs"),ne=require("./lib/components/TagDismissibleWrapper.vue.cjs"),ce=require("./lib/components/TextWrapper.vue.cjs"),oe=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),le=require("./lib/components/TextListWrapper.vue.cjs"),ve=require("./lib/components/TextListItemWrapper.vue.cjs"),ge=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),Pe=require("./lib/components/ToastWrapper.vue.cjs"),ye=require("./lib/components/WordmarkWrapper.vue.cjs"),We=require("./utils.cjs"),qe=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=c;exports.PCrest=o;exports.PDisplay=l;exports.PDivider=v;exports.PFieldset=g;exports.PFieldsetWrapper=P;exports.PFlex=y;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=k;exports.PLink=x;exports.PLinkPure=B;exports.PLinkSocial=F;exports.PLinkTile=L;exports.PLinkTileModelSignature=M;exports.PLinkTileProduct=H;exports.PMarque=D;exports.PModal=h;exports.PModelSignature=R;exports.PMultiSelect=w;exports.PMultiSelectOption=G;exports.PPagination=N;exports.PPinCode=O;exports.PPopover=f;exports.PRadioButtonWrapper=z;exports.PScroller=j;exports.PSegmentedControl=A;exports.PSegmentedControlItem=J;exports.PSelect=E;exports.PSelectOption=K;exports.PSelectWrapper=Q;exports.PSpinner=U;exports.PStepperHorizontal=V;exports.PStepperHorizontalItem=X;exports.PSwitch=Y;exports.PTable=Z;exports.PTableBody=$;exports.PTableCell=ee;exports.PTableHead=re;exports.PTableHeadCell=te;exports.PTableHeadRow=_e;exports.PTableRow=pe;exports.PTabs=ue;exports.PTabsBar=se;exports.PTabsItem=ie;exports.PTag=ae;exports.PTagDismissible=ne;exports.PText=ce;exports.PTextFieldWrapper=oe;exports.PTextList=le;exports.PTextListItem=ve;exports.PTextareaWrapper=ge;exports.PToast=Pe;exports.PWordmark=ye;exports.useToastManager=We.useToastManager;exports.PorscheDesignSystemProvider=qe;exports.createPorscheDesignSystem=e.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=e.usePorscheDesignSystemPlugin;
|
|
@@ -7,7 +7,7 @@ type Props = {
|
|
|
7
7
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
8
|
prefix: string;
|
|
9
9
|
theme: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
11
|
prefix: string;
|
|
12
12
|
theme: string;
|
|
13
13
|
}>>>, {
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
32
|
accordionChange: (value: import("../types").AccordionUpdateEvent) => void;
|
|
33
33
|
update: (value: import("../types").AccordionUpdateEvent) => void;
|
|
34
|
-
}, string, import("vue").
|
|
34
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PAccordionProps>, {
|
|
35
35
|
size: string;
|
|
36
36
|
tag: string;
|
|
37
37
|
}>>> & {
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
42
42
|
state: string;
|
|
43
43
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
44
|
[x: string]: (...args: unknown[]) => void;
|
|
45
|
-
}, string, import("vue").
|
|
45
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PBannerProps>, {
|
|
46
46
|
description: string;
|
|
47
47
|
dismissButton: boolean;
|
|
48
48
|
heading: string;
|
|
@@ -10,7 +10,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
10
10
|
base: string;
|
|
11
11
|
xs: string;
|
|
12
12
|
};
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PButtonGroupProps>, {
|
|
14
14
|
direction: () => {
|
|
15
15
|
base: string;
|
|
16
16
|
xs: string;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
stretch: boolean;
|
|
74
74
|
type: string;
|
|
75
75
|
weight: string;
|
|
76
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
76
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PButtonPureProps>, {
|
|
77
77
|
active: boolean;
|
|
78
78
|
alignLabel: string;
|
|
79
79
|
disabled: boolean;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
size: string;
|
|
74
74
|
type: string;
|
|
75
75
|
weight: string;
|
|
76
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
76
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PButtonTileProps>, {
|
|
77
77
|
align: string;
|
|
78
78
|
aspectRatio: string;
|
|
79
79
|
background: string;
|
|
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
52
52
|
loading: boolean;
|
|
53
53
|
type: string;
|
|
54
54
|
variant: string;
|
|
55
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
55
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PButtonProps>, {
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
hideLabel: boolean;
|
|
58
58
|
icon: string;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
74
74
|
carouselChange: (value: import("../types").CarouselUpdateEvent) => void;
|
|
75
75
|
update: (value: import("../types").CarouselUpdateEvent) => void;
|
|
76
|
-
}, string, import("vue").
|
|
76
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PCarouselProps>, {
|
|
77
77
|
activeSlideIndex: number;
|
|
78
78
|
alignHeader: string;
|
|
79
79
|
headingSize: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
loading: boolean;
|
|
32
32
|
message: string;
|
|
33
33
|
state: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PCheckboxWrapperProps>, {
|
|
35
35
|
hideLabel: boolean;
|
|
36
36
|
label: string;
|
|
37
37
|
loading: boolean;
|
|
@@ -19,7 +19,7 @@ type PContentWrapperProps = {
|
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PContentWrapperProps>, {
|
|
20
20
|
backgroundColor: string;
|
|
21
21
|
width: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PContentWrapperProps>, {
|
|
23
23
|
backgroundColor: string;
|
|
24
24
|
width: string;
|
|
25
25
|
}>>>, {
|
|
@@ -15,7 +15,7 @@ type PCrestProps = {
|
|
|
15
15
|
};
|
|
16
16
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PCrestProps>, {
|
|
17
17
|
target: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PCrestProps>, {
|
|
19
19
|
target: string;
|
|
20
20
|
}>>>, {
|
|
21
21
|
target: string;
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
color: string;
|
|
31
31
|
ellipsis: boolean;
|
|
32
32
|
size: string;
|
|
33
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
33
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PDisplayProps>, {
|
|
34
34
|
align: string;
|
|
35
35
|
color: string;
|
|
36
36
|
ellipsis: boolean;
|
|
@@ -20,7 +20,7 @@ type PDividerProps = {
|
|
|
20
20
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PDividerProps>, {
|
|
21
21
|
color: string;
|
|
22
22
|
direction: string;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PDividerProps>, {
|
|
24
24
|
color: string;
|
|
25
25
|
direction: string;
|
|
26
26
|
}>>>, {
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
message: string;
|
|
32
32
|
required: boolean;
|
|
33
33
|
state: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFieldsetProps>, {
|
|
35
35
|
label: string;
|
|
36
36
|
labelSize: string;
|
|
37
37
|
message: string;
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
32
|
message: string;
|
|
33
33
|
required: boolean;
|
|
34
34
|
state: string;
|
|
35
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
35
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFieldsetWrapperProps>, {
|
|
36
36
|
label: string;
|
|
37
37
|
labelSize: string;
|
|
38
38
|
message: string;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
33
|
offset: string;
|
|
34
34
|
shrink: number;
|
|
35
35
|
width: string;
|
|
36
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlexItemProps>, {
|
|
37
37
|
alignSelf: string;
|
|
38
38
|
flex: string;
|
|
39
39
|
grow: number;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
33
|
inline: boolean;
|
|
34
34
|
justifyContent: string;
|
|
35
35
|
wrap: string;
|
|
36
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlexProps>, {
|
|
37
37
|
alignContent: string;
|
|
38
38
|
alignItems: string;
|
|
39
39
|
direction: string;
|
|
@@ -8,7 +8,7 @@ type PFlyoutNavigationItemProps = {
|
|
|
8
8
|
*/
|
|
9
9
|
label?: string;
|
|
10
10
|
};
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationItemProps>>>, {}, {}>, {
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
open: boolean;
|
|
22
22
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
[x: string]: (...args: unknown[]) => void;
|
|
24
|
-
}, string, import("vue").
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlyoutNavigationProps>, {
|
|
25
25
|
open: boolean;
|
|
26
26
|
}>>>, {
|
|
27
27
|
open: boolean;
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
position: string;
|
|
23
23
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
24
|
[x: string]: (...args: unknown[]) => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PFlyoutProps>, {
|
|
26
26
|
open: boolean;
|
|
27
27
|
position: string;
|
|
28
28
|
}>>>, {
|
|
@@ -13,7 +13,7 @@ type PGridItemProps = {
|
|
|
13
13
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PGridItemProps>, {
|
|
14
14
|
offset: number;
|
|
15
15
|
size: number;
|
|
16
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
16
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PGridItemProps>, {
|
|
17
17
|
offset: number;
|
|
18
18
|
size: number;
|
|
19
19
|
}>>>, {
|
|
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
23
23
|
m: number;
|
|
24
24
|
};
|
|
25
25
|
wrap: string;
|
|
26
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
26
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PGridProps>, {
|
|
27
27
|
direction: string;
|
|
28
28
|
gutter: () => {
|
|
29
29
|
base: number;
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
color: string;
|
|
31
31
|
ellipsis: boolean;
|
|
32
32
|
size: string;
|
|
33
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
33
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PHeadingProps>, {
|
|
34
34
|
align: string;
|
|
35
35
|
color: string;
|
|
36
36
|
ellipsis: boolean;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
color: string;
|
|
32
32
|
ellipsis: boolean;
|
|
33
33
|
variant: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PHeadlineProps>, {
|
|
35
35
|
align: string;
|
|
36
36
|
color: string;
|
|
37
37
|
ellipsis: boolean;
|
|
@@ -34,13 +34,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
34
34
|
color: string;
|
|
35
35
|
name: string;
|
|
36
36
|
size: string;
|
|
37
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
37
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PIconProps>, {
|
|
38
38
|
color: string;
|
|
39
39
|
name: string;
|
|
40
40
|
size: string;
|
|
41
41
|
}>>>, {
|
|
42
42
|
size: "inherit" | "small" | "medium" | "large" | "x-large" | "xx-small" | "x-small";
|
|
43
|
-
name: "list" | "copy" | "grid" | "document" | "search" | "switch" | "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "bookmark-filled" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-x" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "star-filled" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
|
|
43
|
+
name: "list" | "copy" | "grid" | "document" | "search" | "switch" | "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-empty-co2" | "battery-full" | "bell" | "bookmark" | "bookmark-filled" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-class" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-x" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "star-filled" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
|
|
44
44
|
color: "default" | "inherit" | "primary" | "contrast-low" | "contrast-medium" | "contrast-high" | "notification-success" | "notification-warning" | "notification-error" | "notification-info" | "brand" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high" | "notification-neutral" | "state-disabled";
|
|
45
45
|
}, {}>;
|
|
46
46
|
export default _default;
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
46
46
|
state: string;
|
|
47
47
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
48
|
[x: string]: (...args: unknown[]) => void;
|
|
49
|
-
}, string, import("vue").
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PInlineNotificationProps>, {
|
|
50
50
|
actionIcon: string;
|
|
51
51
|
actionLoading: boolean;
|
|
52
52
|
description: string;
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
58
|
description: string;
|
|
59
59
|
dismissButton: boolean;
|
|
60
60
|
state: "success" | "warning" | "error" | "info" | "neutral";
|
|
61
|
-
actionIcon: "list" | "copy" | "grid" | "document" | "search" | "switch" | "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-full" | "bell" | "bookmark" | "bookmark-filled" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-x" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "star-filled" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
|
|
61
|
+
actionIcon: "list" | "copy" | "grid" | "document" | "search" | "switch" | "360" | "accessibility" | "active-cabin-ventilation" | "add" | "adjust" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-first" | "arrow-head-down" | "arrow-head-left" | "arrow-head-right" | "arrow-head-up" | "arrow-last" | "arrow-left" | "arrow-right" | "arrow-up" | "augmented-reality" | "battery-empty" | "battery-empty-co2" | "battery-full" | "bell" | "bookmark" | "bookmark-filled" | "broadcast" | "calculator" | "calendar" | "camera" | "car" | "car-battery" | "card" | "charging-active" | "charging-state" | "charging-station" | "chart" | "chat" | "check" | "city" | "climate" | "climate-control" | "clock" | "close" | "closed-caption" | "co2-class" | "co2-emission" | "compare" | "configurate" | "country-road" | "cubic-capacity" | "delete" | "disable" | "download" | "duration" | "edit" | "email" | "error-filled" | "exclamation" | "external" | "filter" | "fingerprint" | "flash" | "fuel-station" | "garage" | "gift" | "globe" | "heart" | "heart-filled" | "highway" | "home" | "horn" | "image" | "increase" | "information" | "information-filled" | "key" | "leaf" | "leather" | "light" | "locate" | "lock" | "lock-open" | "logo-apple-podcast" | "logo-baidu" | "logo-delicious" | "logo-digg" | "logo-facebook" | "logo-foursquare" | "logo-gmail" | "logo-google" | "logo-hatena" | "logo-instagram" | "logo-kaixin" | "logo-kakaotalk" | "logo-linkedin" | "logo-naver" | "logo-pinterest" | "logo-qq" | "logo-qq-share" | "logo-reddit" | "logo-skyrock" | "logo-sohu" | "logo-spotify" | "logo-tecent" | "logo-telegram" | "logo-tiktok" | "logo-tumblr" | "logo-twitter" | "logo-viber" | "logo-vk" | "logo-wechat" | "logo-weibo" | "logo-whatsapp" | "logo-x" | "logo-xing" | "logo-yahoo" | "logo-youku" | "logo-youtube" | "logout" | "map" | "menu-dots-horizontal" | "menu-dots-vertical" | "menu-lines" | "minus" | "mobile" | "moon" | "oil-can" | "parking-brake" | "parking-light" | "pause" | "phone" | "pin" | "pin-filled" | "play" | "plug" | "plus" | "preheating" | "printer" | "purchase" | "push-pin" | "push-pin-off" | "qr" | "question" | "racing-flag" | "refresh" | "replay" | "reset" | "roof-closed" | "roof-open" | "route" | "rss" | "save" | "screen" | "send" | "share" | "shopping-bag" | "shopping-bag-filled" | "shopping-cart" | "shopping-cart-filled" | "sidelights" | "snowflake" | "sort" | "stack" | "star" | "star-filled" | "steering-wheel" | "stopwatch" | "subtract" | "success" | "success-filled" | "sun" | "tablet" | "tachometer" | "tire" | "truck" | "upload" | "user" | "user-filled" | "user-group" | "user-manual" | "video" | "view" | "view-off" | "volume-off" | "volume-up" | "warning" | "warning-filled" | "weight" | "wifi" | "work" | "wrench" | "wrenches" | "zoom-in" | "zoom-out";
|
|
62
62
|
actionLoading: boolean;
|
|
63
63
|
}, {}>, {
|
|
64
64
|
default?(_: {}): any;
|
|
@@ -72,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
72
72
|
target: string;
|
|
73
73
|
underline: boolean;
|
|
74
74
|
weight: string;
|
|
75
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
75
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkPureProps>, {
|
|
76
76
|
active: boolean;
|
|
77
77
|
alignLabel: string;
|
|
78
78
|
hideLabel: boolean;
|
|
@@ -33,7 +33,7 @@ type PLinkSocialProps = {
|
|
|
33
33
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkSocialProps>, {
|
|
34
34
|
hideLabel: boolean;
|
|
35
35
|
target: string;
|
|
36
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkSocialProps>, {
|
|
37
37
|
hideLabel: boolean;
|
|
38
38
|
target: string;
|
|
39
39
|
}>>>, {
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
38
|
};
|
|
39
39
|
model: string;
|
|
40
40
|
weight: string;
|
|
41
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
41
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkTileModelSignatureProps>, {
|
|
42
42
|
aspectRatio: string;
|
|
43
43
|
headingTag: string;
|
|
44
44
|
linkDirection: () => {
|
|
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
52
52
|
target: string;
|
|
53
53
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
like: (value: import("../types").LinkTileProductLikeEvent) => void;
|
|
55
|
-
}, string, import("vue").
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkTileProductProps>, {
|
|
56
56
|
aspectRatio: string;
|
|
57
57
|
likeButton: boolean;
|
|
58
58
|
liked: boolean;
|
|
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
66
66
|
size: string;
|
|
67
67
|
target: string;
|
|
68
68
|
weight: string;
|
|
69
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
69
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkTileProps>, {
|
|
70
70
|
align: string;
|
|
71
71
|
aspectRatio: string;
|
|
72
72
|
background: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
46
46
|
icon: string;
|
|
47
47
|
target: string;
|
|
48
48
|
variant: string;
|
|
49
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
49
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PLinkProps>, {
|
|
50
50
|
hideLabel: boolean;
|
|
51
51
|
icon: string;
|
|
52
52
|
target: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
31
31
|
target: string;
|
|
32
32
|
trademark: boolean;
|
|
33
33
|
variant: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PMarqueProps>, {
|
|
35
35
|
size: string;
|
|
36
36
|
target: string;
|
|
37
37
|
trademark: boolean;
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import type { SelectedAriaAttributes, ModalAriaAttribute, BreakpointCustomizable, Theme } from '../types';
|
|
1
|
+
import type { SelectedAriaAttributes, ModalAriaAttribute, ModalBackdrop, BreakpointCustomizable, Theme } from '../types';
|
|
2
2
|
type PModalProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Add ARIA attributes.
|
|
5
5
|
*/
|
|
6
6
|
aria?: SelectedAriaAttributes<ModalAriaAttribute>;
|
|
7
|
+
/**
|
|
8
|
+
* Defines the backdrop, 'blur' (should be used when Modal is opened by user interaction, e.g. after a click on a button) and 'shading' (should be used when Modal gets opened automatically, e.g. Cookie Consent).
|
|
9
|
+
*/
|
|
10
|
+
backdrop?: ModalBackdrop;
|
|
7
11
|
/**
|
|
8
12
|
* If true, the modal will not be closable via backdrop click.
|
|
9
13
|
*/
|
|
@@ -35,13 +39,15 @@ type PModalProps = {
|
|
|
35
39
|
theme?: Theme;
|
|
36
40
|
};
|
|
37
41
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PModalProps>, {
|
|
42
|
+
backdrop: string;
|
|
38
43
|
disableBackdropClick: boolean;
|
|
39
44
|
dismissButton: boolean;
|
|
40
45
|
fullscreen: boolean;
|
|
41
46
|
open: boolean;
|
|
42
47
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
48
|
[x: string]: (...args: unknown[]) => void;
|
|
44
|
-
}, string, import("vue").
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PModalProps>, {
|
|
50
|
+
backdrop: string;
|
|
45
51
|
disableBackdropClick: boolean;
|
|
46
52
|
dismissButton: boolean;
|
|
47
53
|
fullscreen: boolean;
|
|
@@ -49,6 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
49
55
|
}>>>, {
|
|
50
56
|
open: boolean;
|
|
51
57
|
dismissButton: boolean;
|
|
58
|
+
backdrop: "blur" | "shading";
|
|
52
59
|
disableBackdropClick: boolean;
|
|
53
60
|
fullscreen: BreakpointCustomizable<boolean>;
|
|
54
61
|
}, {}>, {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as c, ref as f, inject as i, onMounted as u, onUpdated as h, watch as y, openBlock as B, createBlock as C, resolveDynamicComponent as _, unref as k, withCtx as b, renderSlot as R } from "vue";
|
|
2
2
|
import { usePrefix as v, themeInjectionKey as w, addEventListenerToElementRef as l, syncProperties as r } from "../../utils.mjs";
|
|
3
|
-
const j = /* @__PURE__ */
|
|
3
|
+
const j = /* @__PURE__ */ c({
|
|
4
4
|
__name: "ModalWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
aria: {},
|
|
7
|
+
backdrop: { default: "blur" },
|
|
7
8
|
disableBackdropClick: { type: Boolean, default: !1 },
|
|
8
9
|
disableCloseButton: { type: Boolean },
|
|
9
10
|
dismissButton: { type: Boolean, default: !0 },
|
|
@@ -13,18 +14,18 @@ const j = /* @__PURE__ */ i({
|
|
|
13
14
|
theme: {}
|
|
14
15
|
},
|
|
15
16
|
emits: ["close", "dismiss"],
|
|
16
|
-
setup(p, { emit:
|
|
17
|
-
const
|
|
17
|
+
setup(p, { emit: d }) {
|
|
18
|
+
const m = v("p-modal"), t = p, e = f(), n = d, s = i(w), a = () => r(e, { ...t, theme: t.theme || s.value });
|
|
18
19
|
return u(() => {
|
|
19
20
|
a(), l(e, "close", n), l(e, "dismiss", n);
|
|
20
21
|
}), h(a), y(s, (o) => {
|
|
21
22
|
r(e, { theme: t.theme || o });
|
|
22
|
-
}), (o, x) => (B(), C(_(k(
|
|
23
|
+
}), (o, x) => (B(), C(_(k(m)), {
|
|
23
24
|
ref_key: "pdsComponentRef",
|
|
24
25
|
ref: e
|
|
25
26
|
}, {
|
|
26
|
-
default:
|
|
27
|
-
|
|
27
|
+
default: b(() => [
|
|
28
|
+
R(o.$slots, "default")
|
|
28
29
|
]),
|
|
29
30
|
_: 3
|
|
30
31
|
}, 512));
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
color: string;
|
|
22
22
|
model: string;
|
|
23
23
|
size: string;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PModelSignatureProps>, {
|
|
25
25
|
color: string;
|
|
26
26
|
model: string;
|
|
27
27
|
size: string;
|
|
@@ -10,7 +10,7 @@ type PMultiSelectOptionProps = {
|
|
|
10
10
|
};
|
|
11
11
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PMultiSelectOptionProps>, {
|
|
12
12
|
disabled: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PMultiSelectOptionProps>, {
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
}>>>, {
|
|
16
16
|
disabled: boolean;
|