@porsche-design-system/components-vue 3.29.0-rc.1 → 3.29.0-rc.3

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.
Files changed (98) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/cjs/PorscheDesignSystemProvider.vue.cjs +1 -1
  3. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -0
  4. package/cjs/lib/components/InputEmailWrapper.vue2.cjs +1 -0
  5. package/cjs/public-api.cjs +1 -1
  6. package/esm/PorscheDesignSystemProvider.vue.d.ts +6 -6
  7. package/esm/PorscheDesignSystemProvider.vue.mjs +11 -8
  8. package/esm/lib/components/AccordionWrapper.vue.d.ts +8 -7
  9. package/esm/lib/components/BannerWrapper.vue.d.ts +13 -6
  10. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +6 -5
  11. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +7 -6
  12. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +7 -6
  13. package/esm/lib/components/ButtonWrapper.vue.d.ts +7 -6
  14. package/esm/lib/components/CanvasWrapper.vue.d.ts +12 -5
  15. package/esm/lib/components/CarouselWrapper.vue.d.ts +8 -7
  16. package/esm/lib/components/CheckboxWrapper.vue.d.ts +10 -9
  17. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +6 -5
  18. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +6 -5
  19. package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
  20. package/esm/lib/components/DisplayWrapper.vue.d.ts +6 -5
  21. package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
  22. package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +6 -5
  23. package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +7 -6
  24. package/esm/lib/components/DrilldownWrapper.vue.d.ts +12 -5
  25. package/esm/lib/components/FieldsetWrapper.vue.d.ts +6 -5
  26. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +6 -5
  27. package/esm/lib/components/FlexItemWrapper.vue.d.ts +6 -5
  28. package/esm/lib/components/FlexWrapper.vue.d.ts +6 -5
  29. package/esm/lib/components/FlyoutWrapper.vue.d.ts +12 -5
  30. package/esm/lib/components/GridItemWrapper.vue.d.ts +6 -5
  31. package/esm/lib/components/GridWrapper.vue.d.ts +6 -5
  32. package/esm/lib/components/HeadingWrapper.vue.d.ts +6 -5
  33. package/esm/lib/components/HeadlineWrapper.vue.d.ts +6 -5
  34. package/esm/lib/components/IconWrapper.vue.d.ts +2 -2
  35. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +13 -6
  36. package/esm/lib/components/InputEmailWrapper.vue.d.ts +122 -0
  37. package/esm/lib/components/InputEmailWrapper.vue.mjs +48 -0
  38. package/esm/lib/components/InputEmailWrapper.vue2.mjs +4 -0
  39. package/esm/lib/components/InputNumberWrapper.vue.d.ts +28 -27
  40. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +29 -28
  41. package/esm/lib/components/InputSearchWrapper.vue.d.ts +28 -27
  42. package/esm/lib/components/InputTextWrapper.vue.d.ts +29 -28
  43. package/esm/lib/components/LinkPureWrapper.vue.d.ts +7 -6
  44. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +7 -6
  45. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +6 -5
  46. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +8 -7
  47. package/esm/lib/components/LinkTileWrapper.vue.d.ts +7 -6
  48. package/esm/lib/components/LinkWrapper.vue.d.ts +7 -6
  49. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -2
  50. package/esm/lib/components/ModalWrapper.vue.d.ts +12 -5
  51. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +6 -5
  52. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +6 -5
  53. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +8 -7
  54. package/esm/lib/components/OptgroupWrapper.vue.d.ts +6 -5
  55. package/esm/lib/components/PaginationWrapper.vue.d.ts +3 -3
  56. package/esm/lib/components/PinCodeWrapper.vue.d.ts +8 -7
  57. package/esm/lib/components/PopoverWrapper.vue.d.ts +12 -5
  58. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +6 -5
  59. package/esm/lib/components/ScrollerWrapper.vue.d.ts +6 -5
  60. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +6 -5
  61. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +8 -7
  62. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +6 -5
  63. package/esm/lib/components/SelectWrapper.vue.d.ts +9 -8
  64. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +6 -5
  65. package/esm/lib/components/SheetWrapper.vue.d.ts +12 -5
  66. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
  67. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +6 -5
  68. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +8 -7
  69. package/esm/lib/components/SwitchWrapper.vue.d.ts +9 -8
  70. package/esm/lib/components/TableBodyWrapper.vue.d.ts +6 -5
  71. package/esm/lib/components/TableCellWrapper.vue.d.ts +6 -5
  72. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +6 -5
  73. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +6 -5
  74. package/esm/lib/components/TableHeadWrapper.vue.d.ts +6 -5
  75. package/esm/lib/components/TableRowWrapper.vue.d.ts +6 -5
  76. package/esm/lib/components/TableWrapper.vue.d.ts +8 -7
  77. package/esm/lib/components/TabsBarWrapper.vue.d.ts +8 -7
  78. package/esm/lib/components/TabsItemWrapper.vue.d.ts +6 -5
  79. package/esm/lib/components/TabsWrapper.vue.d.ts +8 -7
  80. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +6 -5
  81. package/esm/lib/components/TagWrapper.vue.d.ts +6 -5
  82. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +12 -5
  83. package/esm/lib/components/TextListItemWrapper.vue.d.ts +6 -5
  84. package/esm/lib/components/TextListWrapper.vue.d.ts +6 -5
  85. package/esm/lib/components/TextWrapper.vue.d.ts +7 -6
  86. package/esm/lib/components/TextareaWrapper.vue.d.ts +29 -28
  87. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +6 -5
  88. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
  89. package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
  90. package/esm/lib/components/index.d.ts +1 -0
  91. package/esm/lib/types.d.ts +4 -27
  92. package/esm/public-api.mjs +116 -114
  93. package/package.json +7 -7
  94. package/partials/esm/index.mjs +1 -0
  95. package/partials/package.json +3 -3
  96. package/partials/index.js +0 -12
  97. /package/partials/{index.cjs → cjs/index.cjs} +0 -0
  98. /package/partials/{index.d.ts → esm/index.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -14,6 +14,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [3.29.0-rc.3] - 2025-07-29
18
+
19
+ ### Fixed
20
+
21
+ - Partials: `topLevelAwait` issue in ESM build
22
+ ([#3947](https://github.com/porsche-design-system/porsche-design-system/pull/3947))
23
+
24
+ ## [3.29.0-rc.2] - 2025-07-28
25
+
26
+ ### Changed
27
+
28
+ - Partials: provide CJS & ESM build ([#3945](https://github.com/porsche-design-system/porsche-design-system/pull/3945))
29
+
17
30
  ## [3.29.0-rc.1] - 2025-07-15
18
31
 
19
32
  ### Added
@@ -24,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
24
37
  ([#3916](https://github.com/porsche-design-system/porsche-design-system/pull/3916))
25
38
  - `Input Text`: `counter` prop functions independently of `max-length`, allowing character count display even when no
26
39
  limit is set ([#3901](https://github.com/porsche-design-system/porsche-design-system/pull/3901))
40
+ - `Input Email`: ([#3927](https://github.com/porsche-design-system/porsche-design-system/pull/3927))
27
41
 
28
42
  ### Changed
29
43
 
@@ -31,7 +45,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
31
45
  ([#3917](https://github.com/porsche-design-system/porsche-design-system/pull/3917))
32
46
  - Angular: updated peer dependency to `>=20.0.0 <21.0.0`
33
47
  - **Breaking Change** `Textarea`:
34
-
35
48
  - Renamed the `showCounter` prop to `counter`.
36
49
  - Changed default behavior: the `counter` is now disabled by default (`false` instead of `true`).
37
50
 
@@ -54,6 +67,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
54
67
 
55
68
  - `Carousel`: component does not work correctly if an invalid `lang` value is provided
56
69
  ([#3924](https://github.com/porsche-design-system/porsche-design-system/pull/3924))
70
+ - Vue: fixed initial render for `dark` and `auto` themes in `PorscheDesignSystemProvider`
71
+ ([#3898](https://github.com/porsche-design-system/porsche-design-system/pull/3898))
57
72
 
58
73
  ## [3.29.0-rc.0] - 2025-06-27
59
74
 
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),i=require("@porsche-design-system/components-js"),n=require("./utils.cjs"),c=e.defineComponent({__name:"PorscheDesignSystemProvider",props:{prefix:{default:""},cdn:{},theme:{default:"light"}},setup(o){const r=e.ref("light"),t=o;return e.onUpdated(()=>{r.value=t.theme}),i.load(t),e.provide(n.prefixInjectionKey,t.prefix),e.provide(n.themeInjectionKey,r),(s,p)=>e.renderSlot(s.$slots,"default")}});module.exports=c;
1
+ "use strict";const e=require("vue"),i=require("@porsche-design-system/components-js"),o=require("./utils.cjs"),c=e.defineComponent({__name:"PorscheDesignSystemProvider",props:{prefix:{default:""},cdn:{},theme:{default:"light"}},setup(s){const t=s,n=e.ref(t.theme);return e.watch(()=>t.theme,r=>{n.value=r}),i.load(t),e.provide(o.prefixInjectionKey,t.prefix),e.provide(o.themeInjectionKey,n),(r,p)=>e.renderSlot(r.$slots,"default")}});module.exports=c;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),t=require("../../utils.cjs"),u=e.defineComponent({__name:"InputEmailWrapper",props:{autoComplete:{},compact:{type:Boolean,default:!1},description:{default:""},disabled:{type:Boolean,default:!1},form:{},hideLabel:{default:!1},indicator:{type:Boolean,default:!1},label:{default:""},loading:{type:Boolean,default:!1},maxLength:{},message:{default:""},minLength:{},multiple:{type:Boolean,default:!1},name:{},pattern:{},placeholder:{default:""},readOnly:{type:Boolean,default:!1},required:{type:Boolean,default:!1},state:{default:"none"},theme:{},value:{default:""}},emits:["blur","change","input"],setup(d,{emit:f}){const p=t.usePrefix("p-input-email"),a=d,n=e.ref(),o=f,s=e.inject(t.themeInjectionKey),r=()=>t.syncProperties(n,{...a,theme:a.theme||s.value});return e.onMounted(()=>{r(),t.addEventListenerToElementRef(n,"blur",o),t.addEventListenerToElementRef(n,"change",o),t.addEventListenerToElementRef(n,"input",o)}),e.onUpdated(r),e.watch(s,l=>{t.syncProperties(n,{theme:a.theme||l})}),(l,i)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=u;
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./InputEmailWrapper.vue.cjs");module.exports=e;
@@ -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/BannerWrapper.vue.cjs"),u=require("./lib/components/ButtonWrapper.vue.cjs"),s=require("./lib/components/ButtonGroupWrapper.vue.cjs"),n=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/CanvasWrapper.vue.cjs"),c=require("./lib/components/CarouselWrapper.vue.cjs"),o=require("./lib/components/CheckboxWrapper.vue.cjs"),l=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),v=require("./lib/components/ContentWrapperWrapper.vue.cjs"),g=require("./lib/components/CrestWrapper.vue.cjs"),P=require("./lib/components/DisplayWrapper.vue.cjs"),y=require("./lib/components/DividerWrapper.vue.cjs"),W=require("./lib/components/DrilldownWrapper.vue.cjs"),q=require("./lib/components/DrilldownItemWrapper.vue.cjs"),d=require("./lib/components/DrilldownLinkWrapper.vue.cjs"),T=require("./lib/components/FieldsetWrapper.vue.cjs"),S=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),m=require("./lib/components/FlexWrapper.vue.cjs"),b=require("./lib/components/FlexItemWrapper.vue.cjs"),I=require("./lib/components/FlyoutWrapper.vue.cjs"),x=require("./lib/components/GridWrapper.vue.cjs"),C=require("./lib/components/GridItemWrapper.vue.cjs"),k=require("./lib/components/HeadingWrapper.vue.cjs"),h=require("./lib/components/HeadlineWrapper.vue.cjs"),D=require("./lib/components/IconWrapper.vue.cjs"),L=require("./lib/components/InlineNotificationWrapper.vue.cjs"),B=require("./lib/components/InputNumberWrapper.vue.cjs"),M=require("./lib/components/InputPasswordWrapper.vue.cjs"),w=require("./lib/components/InputSearchWrapper.vue.cjs"),H=require("./lib/components/InputTextWrapper.vue.cjs"),F=require("./lib/components/LinkWrapper.vue.cjs"),O=require("./lib/components/LinkPureWrapper.vue.cjs"),R=require("./lib/components/LinkSocialWrapper.vue.cjs"),G=require("./lib/components/LinkTileWrapper.vue.cjs"),f=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),j=require("./lib/components/LinkTileProductWrapper.vue.cjs"),z=require("./lib/components/MarqueWrapper.vue.cjs"),N=require("./lib/components/ModalWrapper.vue.cjs"),A=require("./lib/components/ModelSignatureWrapper.vue.cjs"),K=require("./lib/components/MultiSelectWrapper.vue.cjs"),J=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),E=require("./lib/components/OptgroupWrapper.vue.cjs"),Q=require("./lib/components/PaginationWrapper.vue.cjs"),U=require("./lib/components/PinCodeWrapper.vue.cjs"),V=require("./lib/components/PopoverWrapper.vue.cjs"),X=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),Y=require("./lib/components/ScrollerWrapper.vue.cjs"),Z=require("./lib/components/SegmentedControlWrapper.vue.cjs"),$=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),ee=require("./lib/components/SelectWrapper.vue.cjs"),re=require("./lib/components/SelectOptionWrapper.vue.cjs"),_e=require("./lib/components/SelectWrapperWrapper.vue.cjs"),te=require("./lib/components/SheetWrapper.vue.cjs"),pe=require("./lib/components/SpinnerWrapper.vue.cjs"),ue=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),se=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),ne=require("./lib/components/SwitchWrapper.vue.cjs"),ie=require("./lib/components/TableWrapper.vue.cjs"),ae=require("./lib/components/TableBodyWrapper.vue.cjs"),ce=require("./lib/components/TableCellWrapper.vue.cjs"),oe=require("./lib/components/TableHeadWrapper.vue.cjs"),le=require("./lib/components/TableHeadCellWrapper.vue.cjs"),ve=require("./lib/components/TableHeadRowWrapper.vue.cjs"),ge=require("./lib/components/TableRowWrapper.vue.cjs"),Pe=require("./lib/components/TabsWrapper.vue.cjs"),ye=require("./lib/components/TabsBarWrapper.vue.cjs"),We=require("./lib/components/TabsItemWrapper.vue.cjs"),qe=require("./lib/components/TagWrapper.vue.cjs"),de=require("./lib/components/TagDismissibleWrapper.vue.cjs"),Te=require("./lib/components/TextWrapper.vue.cjs"),Se=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),me=require("./lib/components/TextListWrapper.vue.cjs"),be=require("./lib/components/TextListItemWrapper.vue.cjs"),Ie=require("./lib/components/TextareaWrapper.vue.cjs"),xe=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),Ce=require("./lib/components/ToastWrapper.vue.cjs"),ke=require("./lib/components/WordmarkWrapper.vue.cjs"),e=require("./utils.cjs"),he=require("./PorscheDesignSystemProvider.vue.cjs"),r=require("./plugin.cjs");Object.defineProperty(exports,"componentsReady",{enumerable:!0,get:()=>_.componentsReady});exports.PAccordion=t;exports.PBanner=p;exports.PButton=u;exports.PButtonGroup=s;exports.PButtonPure=n;exports.PButtonTile=i;exports.PCanvas=a;exports.PCarousel=c;exports.PCheckbox=o;exports.PCheckboxWrapper=l;exports.PContentWrapper=v;exports.PCrest=g;exports.PDisplay=P;exports.PDivider=y;exports.PDrilldown=W;exports.PDrilldownItem=q;exports.PDrilldownLink=d;exports.PFieldset=T;exports.PFieldsetWrapper=S;exports.PFlex=m;exports.PFlexItem=b;exports.PFlyout=I;exports.PGrid=x;exports.PGridItem=C;exports.PHeading=k;exports.PHeadline=h;exports.PIcon=D;exports.PInlineNotification=L;exports.PInputNumber=B;exports.PInputPassword=M;exports.PInputSearch=w;exports.PInputText=H;exports.PLink=F;exports.PLinkPure=O;exports.PLinkSocial=R;exports.PLinkTile=G;exports.PLinkTileModelSignature=f;exports.PLinkTileProduct=j;exports.PMarque=z;exports.PModal=N;exports.PModelSignature=A;exports.PMultiSelect=K;exports.PMultiSelectOption=J;exports.POptgroup=E;exports.PPagination=Q;exports.PPinCode=U;exports.PPopover=V;exports.PRadioButtonWrapper=X;exports.PScroller=Y;exports.PSegmentedControl=Z;exports.PSegmentedControlItem=$;exports.PSelect=ee;exports.PSelectOption=re;exports.PSelectWrapper=_e;exports.PSheet=te;exports.PSpinner=pe;exports.PStepperHorizontal=ue;exports.PStepperHorizontalItem=se;exports.PSwitch=ne;exports.PTable=ie;exports.PTableBody=ae;exports.PTableCell=ce;exports.PTableHead=oe;exports.PTableHeadCell=le;exports.PTableHeadRow=ve;exports.PTableRow=ge;exports.PTabs=Pe;exports.PTabsBar=ye;exports.PTabsItem=We;exports.PTag=qe;exports.PTagDismissible=de;exports.PText=Te;exports.PTextFieldWrapper=Se;exports.PTextList=me;exports.PTextListItem=be;exports.PTextarea=Ie;exports.PTextareaWrapper=xe;exports.PToast=Ce;exports.PWordmark=ke;exports.themeInjectionKey=e.themeInjectionKey;exports.useToastManager=e.useToastManager;exports.PorscheDesignSystemProvider=he;exports.createPorscheDesignSystem=r.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=r.usePorscheDesignSystemPlugin;
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/BannerWrapper.vue.cjs"),u=require("./lib/components/ButtonWrapper.vue.cjs"),s=require("./lib/components/ButtonGroupWrapper.vue.cjs"),n=require("./lib/components/ButtonPureWrapper.vue.cjs"),i=require("./lib/components/ButtonTileWrapper.vue.cjs"),a=require("./lib/components/CanvasWrapper.vue.cjs"),c=require("./lib/components/CarouselWrapper.vue.cjs"),o=require("./lib/components/CheckboxWrapper.vue.cjs"),l=require("./lib/components/CheckboxWrapperWrapper.vue.cjs"),v=require("./lib/components/ContentWrapperWrapper.vue.cjs"),g=require("./lib/components/CrestWrapper.vue.cjs"),P=require("./lib/components/DisplayWrapper.vue.cjs"),y=require("./lib/components/DividerWrapper.vue.cjs"),W=require("./lib/components/DrilldownWrapper.vue.cjs"),q=require("./lib/components/DrilldownItemWrapper.vue.cjs"),d=require("./lib/components/DrilldownLinkWrapper.vue.cjs"),T=require("./lib/components/FieldsetWrapper.vue.cjs"),S=require("./lib/components/FieldsetWrapperWrapper.vue.cjs"),m=require("./lib/components/FlexWrapper.vue.cjs"),b=require("./lib/components/FlexItemWrapper.vue.cjs"),I=require("./lib/components/FlyoutWrapper.vue.cjs"),x=require("./lib/components/GridWrapper.vue.cjs"),C=require("./lib/components/GridItemWrapper.vue.cjs"),k=require("./lib/components/HeadingWrapper.vue.cjs"),h=require("./lib/components/HeadlineWrapper.vue.cjs"),D=require("./lib/components/IconWrapper.vue.cjs"),L=require("./lib/components/InlineNotificationWrapper.vue.cjs"),B=require("./lib/components/InputEmailWrapper.vue.cjs"),M=require("./lib/components/InputNumberWrapper.vue.cjs"),w=require("./lib/components/InputPasswordWrapper.vue.cjs"),H=require("./lib/components/InputSearchWrapper.vue.cjs"),F=require("./lib/components/InputTextWrapper.vue.cjs"),O=require("./lib/components/LinkWrapper.vue.cjs"),R=require("./lib/components/LinkPureWrapper.vue.cjs"),G=require("./lib/components/LinkSocialWrapper.vue.cjs"),f=require("./lib/components/LinkTileWrapper.vue.cjs"),j=require("./lib/components/LinkTileModelSignatureWrapper.vue.cjs"),z=require("./lib/components/LinkTileProductWrapper.vue.cjs"),N=require("./lib/components/MarqueWrapper.vue.cjs"),A=require("./lib/components/ModalWrapper.vue.cjs"),E=require("./lib/components/ModelSignatureWrapper.vue.cjs"),K=require("./lib/components/MultiSelectWrapper.vue.cjs"),J=require("./lib/components/MultiSelectOptionWrapper.vue.cjs"),Q=require("./lib/components/OptgroupWrapper.vue.cjs"),U=require("./lib/components/PaginationWrapper.vue.cjs"),V=require("./lib/components/PinCodeWrapper.vue.cjs"),X=require("./lib/components/PopoverWrapper.vue.cjs"),Y=require("./lib/components/RadioButtonWrapperWrapper.vue.cjs"),Z=require("./lib/components/ScrollerWrapper.vue.cjs"),$=require("./lib/components/SegmentedControlWrapper.vue.cjs"),ee=require("./lib/components/SegmentedControlItemWrapper.vue.cjs"),re=require("./lib/components/SelectWrapper.vue.cjs"),_e=require("./lib/components/SelectOptionWrapper.vue.cjs"),te=require("./lib/components/SelectWrapperWrapper.vue.cjs"),pe=require("./lib/components/SheetWrapper.vue.cjs"),ue=require("./lib/components/SpinnerWrapper.vue.cjs"),se=require("./lib/components/StepperHorizontalWrapper.vue.cjs"),ne=require("./lib/components/StepperHorizontalItemWrapper.vue.cjs"),ie=require("./lib/components/SwitchWrapper.vue.cjs"),ae=require("./lib/components/TableWrapper.vue.cjs"),ce=require("./lib/components/TableBodyWrapper.vue.cjs"),oe=require("./lib/components/TableCellWrapper.vue.cjs"),le=require("./lib/components/TableHeadWrapper.vue.cjs"),ve=require("./lib/components/TableHeadCellWrapper.vue.cjs"),ge=require("./lib/components/TableHeadRowWrapper.vue.cjs"),Pe=require("./lib/components/TableRowWrapper.vue.cjs"),ye=require("./lib/components/TabsWrapper.vue.cjs"),We=require("./lib/components/TabsBarWrapper.vue.cjs"),qe=require("./lib/components/TabsItemWrapper.vue.cjs"),de=require("./lib/components/TagWrapper.vue.cjs"),Te=require("./lib/components/TagDismissibleWrapper.vue.cjs"),Se=require("./lib/components/TextWrapper.vue.cjs"),me=require("./lib/components/TextFieldWrapperWrapper.vue.cjs"),be=require("./lib/components/TextListWrapper.vue.cjs"),Ie=require("./lib/components/TextListItemWrapper.vue.cjs"),xe=require("./lib/components/TextareaWrapper.vue.cjs"),Ce=require("./lib/components/TextareaWrapperWrapper.vue.cjs"),ke=require("./lib/components/ToastWrapper.vue.cjs"),he=require("./lib/components/WordmarkWrapper.vue.cjs"),e=require("./utils.cjs"),De=require("./PorscheDesignSystemProvider.vue.cjs"),r=require("./plugin.cjs");Object.defineProperty(exports,"componentsReady",{enumerable:!0,get:()=>_.componentsReady});exports.PAccordion=t;exports.PBanner=p;exports.PButton=u;exports.PButtonGroup=s;exports.PButtonPure=n;exports.PButtonTile=i;exports.PCanvas=a;exports.PCarousel=c;exports.PCheckbox=o;exports.PCheckboxWrapper=l;exports.PContentWrapper=v;exports.PCrest=g;exports.PDisplay=P;exports.PDivider=y;exports.PDrilldown=W;exports.PDrilldownItem=q;exports.PDrilldownLink=d;exports.PFieldset=T;exports.PFieldsetWrapper=S;exports.PFlex=m;exports.PFlexItem=b;exports.PFlyout=I;exports.PGrid=x;exports.PGridItem=C;exports.PHeading=k;exports.PHeadline=h;exports.PIcon=D;exports.PInlineNotification=L;exports.PInputEmail=B;exports.PInputNumber=M;exports.PInputPassword=w;exports.PInputSearch=H;exports.PInputText=F;exports.PLink=O;exports.PLinkPure=R;exports.PLinkSocial=G;exports.PLinkTile=f;exports.PLinkTileModelSignature=j;exports.PLinkTileProduct=z;exports.PMarque=N;exports.PModal=A;exports.PModelSignature=E;exports.PMultiSelect=K;exports.PMultiSelectOption=J;exports.POptgroup=Q;exports.PPagination=U;exports.PPinCode=V;exports.PPopover=X;exports.PRadioButtonWrapper=Y;exports.PScroller=Z;exports.PSegmentedControl=$;exports.PSegmentedControlItem=ee;exports.PSelect=re;exports.PSelectOption=_e;exports.PSelectWrapper=te;exports.PSheet=pe;exports.PSpinner=ue;exports.PStepperHorizontal=se;exports.PStepperHorizontalItem=ne;exports.PSwitch=ie;exports.PTable=ae;exports.PTableBody=ce;exports.PTableCell=oe;exports.PTableHead=le;exports.PTableHeadCell=ve;exports.PTableHeadRow=ge;exports.PTableRow=Pe;exports.PTabs=ye;exports.PTabsBar=We;exports.PTabsItem=qe;exports.PTag=de;exports.PTagDismissible=Te;exports.PText=Se;exports.PTextFieldWrapper=me;exports.PTextList=be;exports.PTextListItem=Ie;exports.PTextarea=xe;exports.PTextareaWrapper=Ce;exports.PToast=ke;exports.PWordmark=he;exports.themeInjectionKey=e.themeInjectionKey;exports.useToastManager=e.useToastManager;exports.PorscheDesignSystemProvider=De;exports.createPorscheDesignSystem=r.createPorscheDesignSystem;exports.usePorscheDesignSystemPlugin=r.usePorscheDesignSystemPlugin;
@@ -4,17 +4,17 @@ type Props = {
4
4
  cdn?: 'auto' | 'cn';
5
5
  theme?: Theme;
6
6
  };
7
- declare function __VLS_template(): {
8
- default?(_: {}): any;
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => any;
9
10
  };
10
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
12
  theme: Theme;
12
13
  prefix: string;
13
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
16
  export default _default;
16
-
17
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
18
18
  new (): {
19
19
  $slots: S;
20
20
  };
@@ -1,18 +1,21 @@
1
- import { defineComponent as i, ref as p, onUpdated as f, provide as o, renderSlot as m } from "vue";
1
+ import { defineComponent as m, ref as f, watch as i, provide as o, renderSlot as p } from "vue";
2
2
  import { load as s } from "@porsche-design-system/components-js";
3
- import { prefixInjectionKey as d, themeInjectionKey as a } from "./utils.mjs";
4
- const _ = /* @__PURE__ */ i({
3
+ import { prefixInjectionKey as a, themeInjectionKey as c } from "./utils.mjs";
4
+ const _ = /* @__PURE__ */ m({
5
5
  __name: "PorscheDesignSystemProvider",
6
6
  props: {
7
7
  prefix: { default: "" },
8
8
  cdn: {},
9
9
  theme: { default: "light" }
10
10
  },
11
- setup(r) {
12
- const t = p("light"), e = r;
13
- return f(() => {
14
- t.value = e.theme;
15
- }), s(e), o(d, e.prefix), o(a, t), (n, c) => m(n.$slots, "default");
11
+ setup(n) {
12
+ const e = n, r = f(e.theme);
13
+ return i(
14
+ () => e.theme,
15
+ (t) => {
16
+ r.value = t;
17
+ }
18
+ ), s(e), o(a, e.prefix), o(c, r), (t, d) => p(t.$slots, "default");
16
19
  }
17
20
  });
18
21
  export {
@@ -33,12 +33,13 @@ type PAccordionProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare function __VLS_template(): {
37
- default?(_: {}): any;
36
+ declare var __VLS_8: {};
37
+ type __VLS_Slots = {} & {
38
+ default?: (props: typeof __VLS_8) => any;
38
39
  };
39
- declare const __VLS_component: import("vue").DefineComponent<PAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
- accordionChange: (value: import("../types").AccordionUpdateEvent) => void;
41
- update: (value: import("../types").AccordionUpdateEvent) => void;
40
+ declare const __VLS_component: import("vue").DefineComponent<PAccordionProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ accordionChange: (value: import("../types").AccordionUpdateEvent) => any;
42
+ update: (value: import("../types").AccordionUpdateEvent) => any;
42
43
  }, string, import("vue").PublicProps, Readonly<PAccordionProps> & Readonly<{
43
44
  onAccordionChange?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
44
45
  onUpdate?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
@@ -46,9 +47,9 @@ declare const __VLS_component: import("vue").DefineComponent<PAccordionProps, {}
46
47
  headingTag: AccordionHeadingTag;
47
48
  size: BreakpointCustomizable<AccordionSize>;
48
49
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
49
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
50
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
50
51
  export default _default;
51
- type __VLS_WithTemplateSlots<T, S> = T & {
52
+ type __VLS_WithSlots<T, S> = T & {
52
53
  new (): {
53
54
  $slots: S;
54
55
  };
@@ -38,20 +38,27 @@ type PBannerProps = {
38
38
  */
39
39
  width?: BannerWidth;
40
40
  };
41
- declare function __VLS_template(): {
42
- default?(_: {}): any;
41
+ declare var __VLS_8: {};
42
+ type __VLS_Slots = {} & {
43
+ default?: (props: typeof __VLS_8) => any;
43
44
  };
44
- declare const __VLS_component: import("vue").DefineComponent<PBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
45
+ declare const __VLS_component: import("vue").DefineComponent<PBannerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
+ [x: string]: any;
47
+ } & {
48
+ [x: string]: any;
49
+ }, string, import("vue").PublicProps, Readonly<PBannerProps> & Readonly<{
50
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
51
+ }>, {
45
52
  heading: string;
46
- description: string;
47
53
  headingTag: BannerHeadingTag;
48
54
  open: boolean;
55
+ description: string;
49
56
  dismissButton: boolean;
50
57
  state: BannerState;
51
58
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
59
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
53
60
  export default _default;
54
- type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithSlots<T, S> = T & {
55
62
  new (): {
56
63
  $slots: S;
57
64
  };
@@ -5,15 +5,16 @@ type PButtonGroupProps = {
5
5
  */
6
6
  direction?: BreakpointCustomizable<ButtonGroupDirection>;
7
7
  };
8
- declare function __VLS_template(): {
9
- default?(_: {}): any;
8
+ declare var __VLS_8: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_8) => any;
10
11
  };
11
- declare const __VLS_component: import("vue").DefineComponent<PButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonGroupProps> & Readonly<{}>, {
12
+ declare const __VLS_component: import("vue").DefineComponent<PButtonGroupProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonGroupProps> & Readonly<{}>, {
12
13
  direction: BreakpointCustomizable<ButtonGroupDirection>;
13
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
16
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
17
18
  new (): {
18
19
  $slots: S;
19
20
  };
@@ -70,15 +70,16 @@ type PButtonPureProps = {
70
70
  */
71
71
  weight?: ButtonPureWeight;
72
72
  };
73
- declare function __VLS_template(): {
74
- default?(_: {}): any;
73
+ declare var __VLS_8: {};
74
+ type __VLS_Slots = {} & {
75
+ default?: (props: typeof __VLS_8) => any;
75
76
  };
76
- declare const __VLS_component: import("vue").DefineComponent<PButtonPureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonPureProps> & Readonly<{}>, {
77
+ declare const __VLS_component: import("vue").DefineComponent<PButtonPureProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonPureProps> & Readonly<{}>, {
77
78
  weight: ButtonPureWeight;
78
79
  stretch: BreakpointCustomizable<boolean>;
79
80
  type: ButtonPureType;
80
- disabled: boolean;
81
81
  size: BreakpointCustomizable<ButtonPureSize>;
82
+ disabled: boolean;
82
83
  hideLabel: BreakpointCustomizable<boolean>;
83
84
  icon: ButtonPureIcon;
84
85
  loading: boolean;
@@ -86,9 +87,9 @@ declare const __VLS_component: import("vue").DefineComponent<PButtonPureProps, {
86
87
  alignLabel: BreakpointCustomizable<ButtonPureAlignLabel>;
87
88
  underline: boolean;
88
89
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
89
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
90
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
90
91
  export default _default;
91
- type __VLS_WithTemplateSlots<T, S> = T & {
92
+ type __VLS_WithSlots<T, S> = T & {
92
93
  new (): {
93
94
  $slots: S;
94
95
  };
@@ -61,15 +61,16 @@ type PButtonTileProps = {
61
61
  */
62
62
  weight?: BreakpointCustomizable<ButtonTileWeight>;
63
63
  };
64
- declare function __VLS_template(): {
65
- default?(_: {}): any;
64
+ declare var __VLS_8: {};
65
+ type __VLS_Slots = {} & {
66
+ default?: (props: typeof __VLS_8) => any;
66
67
  };
67
- declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
68
+ declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
68
69
  weight: BreakpointCustomizable<ButtonTileWeight>;
69
70
  type: ButtonTileType;
70
- disabled: boolean;
71
71
  compact: BreakpointCustomizable<boolean>;
72
72
  size: BreakpointCustomizable<ButtonTileSize>;
73
+ disabled: boolean;
73
74
  icon: ButtonTileIcon;
74
75
  loading: boolean;
75
76
  align: ButtonTileAlign;
@@ -77,9 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, {
77
78
  background: ButtonTileBackground;
78
79
  gradient: boolean;
79
80
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
80
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
81
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
81
82
  export default _default;
82
- type __VLS_WithTemplateSlots<T, S> = T & {
83
+ type __VLS_WithSlots<T, S> = T & {
83
84
  new (): {
84
85
  $slots: S;
85
86
  };
@@ -53,21 +53,22 @@ type PButtonProps = {
53
53
  */
54
54
  variant?: ButtonVariant;
55
55
  };
56
- declare function __VLS_template(): {
57
- default?(_: {}): any;
56
+ declare var __VLS_8: {};
57
+ type __VLS_Slots = {} & {
58
+ default?: (props: typeof __VLS_8) => any;
58
59
  };
59
- declare const __VLS_component: import("vue").DefineComponent<PButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
60
+ declare const __VLS_component: import("vue").DefineComponent<PButtonProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
60
61
  type: ButtonType;
61
- disabled: boolean;
62
62
  compact: BreakpointCustomizable<boolean>;
63
+ disabled: boolean;
63
64
  hideLabel: BreakpointCustomizable<boolean>;
64
65
  icon: ButtonIcon;
65
66
  loading: boolean;
66
67
  variant: ButtonVariant;
67
68
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
68
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
69
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
69
70
  export default _default;
70
- type __VLS_WithTemplateSlots<T, S> = T & {
71
+ type __VLS_WithSlots<T, S> = T & {
71
72
  new (): {
72
73
  $slots: S;
73
74
  };
@@ -10,16 +10,23 @@ type PCanvasProps = {
10
10
  */
11
11
  theme?: Theme;
12
12
  };
13
- declare function __VLS_template(): {
14
- default?(_: {}): any;
13
+ declare var __VLS_8: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_8) => any;
15
16
  };
16
- declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
17
+ declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ [x: string]: any;
19
+ } & {
20
+ [x: string]: any;
21
+ }, string, import("vue").PublicProps, Readonly<PCanvasProps> & Readonly<{
22
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
23
+ }>, {
17
24
  sidebarEndOpen: boolean;
18
25
  sidebarStartOpen: boolean;
19
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
28
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
23
30
  new (): {
24
31
  $slots: S;
25
32
  };
@@ -78,12 +78,13 @@ type PCarouselProps = {
78
78
  */
79
79
  wrapContent?: boolean;
80
80
  };
81
- declare function __VLS_template(): {
82
- default?(_: {}): any;
81
+ declare var __VLS_8: {};
82
+ type __VLS_Slots = {} & {
83
+ default?: (props: typeof __VLS_8) => any;
83
84
  };
84
- declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
- carouselChange: (value: import("../types").CarouselUpdateEvent) => void;
86
- update: (value: import("../types").CarouselUpdateEvent) => void;
85
+ declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
86
+ update: (value: import("../types").CarouselUpdateEvent) => any;
87
+ carouselChange: (value: import("../types").CarouselUpdateEvent) => any;
87
88
  }, string, import("vue").PublicProps, Readonly<PCarouselProps> & Readonly<{
88
89
  onUpdate?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
89
90
  onCarouselChange?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
@@ -100,9 +101,9 @@ declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, {},
100
101
  slidesPerPage: BreakpointCustomizable<CarouselSlidesPerPage>;
101
102
  trimSpace: boolean;
102
103
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
103
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
104
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
104
105
  export default _default;
105
- type __VLS_WithTemplateSlots<T, S> = T & {
106
+ type __VLS_WithSlots<T, S> = T & {
106
107
  new (): {
107
108
  $slots: S;
108
109
  };
@@ -57,32 +57,33 @@ type PCheckboxProps = {
57
57
  */
58
58
  value?: string;
59
59
  };
60
- declare function __VLS_template(): {
61
- default?(_: {}): any;
60
+ declare var __VLS_8: {};
61
+ type __VLS_Slots = {} & {
62
+ default?: (props: typeof __VLS_8) => any;
62
63
  };
63
- declare const __VLS_component: import("vue").DefineComponent<PCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
- blur: (value: Event) => void;
65
- update: (value: CheckboxUpdateEventDetail) => void;
64
+ declare const __VLS_component: import("vue").DefineComponent<PCheckboxProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
+ blur: (value: Event) => any;
66
+ update: (value: CheckboxUpdateEventDetail) => any;
66
67
  }, string, import("vue").PublicProps, Readonly<PCheckboxProps> & Readonly<{
67
68
  onBlur?: ((value: Event) => any) | undefined;
68
69
  onUpdate?: ((value: CheckboxUpdateEventDetail) => any) | undefined;
69
70
  }>, {
70
71
  label: string;
71
- disabled: boolean;
72
- name: string;
73
72
  compact: boolean;
74
73
  state: CheckboxState;
75
74
  required: boolean;
75
+ disabled: boolean;
76
76
  hideLabel: BreakpointCustomizable<boolean>;
77
77
  loading: boolean;
78
+ name: string;
78
79
  value: string;
79
80
  checked: boolean;
80
81
  indeterminate: boolean;
81
82
  message: string;
82
83
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
83
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
84
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
84
85
  export default _default;
85
- type __VLS_WithTemplateSlots<T, S> = T & {
86
+ type __VLS_WithSlots<T, S> = T & {
86
87
  new (): {
87
88
  $slots: S;
88
89
  };
@@ -25,19 +25,20 @@ type PCheckboxWrapperProps = {
25
25
  */
26
26
  theme?: Theme;
27
27
  };
28
- declare function __VLS_template(): {
29
- default?(_: {}): any;
28
+ declare var __VLS_8: {};
29
+ type __VLS_Slots = {} & {
30
+ default?: (props: typeof __VLS_8) => any;
30
31
  };
31
- declare const __VLS_component: import("vue").DefineComponent<PCheckboxWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCheckboxWrapperProps> & Readonly<{}>, {
32
+ declare const __VLS_component: import("vue").DefineComponent<PCheckboxWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCheckboxWrapperProps> & Readonly<{}>, {
32
33
  label: string;
33
34
  state: CheckboxWrapperState;
34
35
  hideLabel: BreakpointCustomizable<boolean>;
35
36
  loading: boolean;
36
37
  message: string;
37
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
39
40
  export default _default;
40
- type __VLS_WithTemplateSlots<T, S> = T & {
41
+ type __VLS_WithSlots<T, S> = T & {
41
42
  new (): {
42
43
  $slots: S;
43
44
  };
@@ -15,17 +15,18 @@ type PContentWrapperProps = {
15
15
  */
16
16
  width?: ContentWrapperWidth;
17
17
  };
18
- declare function __VLS_template(): {
19
- default?(_: {}): any;
18
+ declare var __VLS_8: {};
19
+ type __VLS_Slots = {} & {
20
+ default?: (props: typeof __VLS_8) => any;
20
21
  };
21
- declare const __VLS_component: import("vue").DefineComponent<PContentWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PContentWrapperProps> & Readonly<{}>, {
22
+ declare const __VLS_component: import("vue").DefineComponent<PContentWrapperProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PContentWrapperProps> & Readonly<{}>, {
22
23
  width: ContentWrapperWidth;
23
24
  backgroundColor: ContentWrapperBackgroundColor;
24
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
26
  /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
27
28
  export default _default;
28
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
29
30
  new (): {
30
31
  $slots: S;
31
32
  };
@@ -13,7 +13,7 @@ type PCrestProps = {
13
13
  */
14
14
  target?: CrestTarget;
15
15
  };
16
- declare const _default: import("vue").DefineComponent<PCrestProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCrestProps> & Readonly<{}>, {
16
+ declare const _default: import("vue").DefineComponent<PCrestProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PCrestProps> & Readonly<{}>, {
17
17
  target: CrestTarget;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;
@@ -25,18 +25,19 @@ type PDisplayProps = {
25
25
  */
26
26
  theme?: Theme;
27
27
  };
28
- declare function __VLS_template(): {
29
- default?(_: {}): any;
28
+ declare var __VLS_8: {};
29
+ type __VLS_Slots = {} & {
30
+ default?: (props: typeof __VLS_8) => any;
30
31
  };
31
- declare const __VLS_component: import("vue").DefineComponent<PDisplayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDisplayProps> & Readonly<{}>, {
32
+ declare const __VLS_component: import("vue").DefineComponent<PDisplayProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDisplayProps> & Readonly<{}>, {
32
33
  size: BreakpointCustomizable<DisplaySize>;
33
34
  align: DisplayAlign;
34
35
  color: DisplayColor;
35
36
  ellipsis: boolean;
36
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
38
39
  export default _default;
39
- type __VLS_WithTemplateSlots<T, S> = T & {
40
+ type __VLS_WithSlots<T, S> = T & {
40
41
  new (): {
41
42
  $slots: S;
42
43
  };
@@ -17,7 +17,7 @@ type PDividerProps = {
17
17
  */
18
18
  theme?: Theme;
19
19
  };
20
- declare const _default: import("vue").DefineComponent<PDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDividerProps> & Readonly<{}>, {
20
+ declare const _default: import("vue").DefineComponent<PDividerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDividerProps> & Readonly<{}>, {
21
21
  direction: BreakpointCustomizable<DividerDirection>;
22
22
  color: DividerColor;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -20,17 +20,18 @@ type PDrilldownItemProps = {
20
20
  */
21
21
  secondary?: boolean;
22
22
  };
23
- declare function __VLS_template(): {
24
- default?(_: {}): any;
23
+ declare var __VLS_8: {};
24
+ type __VLS_Slots = {} & {
25
+ default?: (props: typeof __VLS_8) => any;
25
26
  };
26
- declare const __VLS_component: import("vue").DefineComponent<PDrilldownItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownItemProps> & Readonly<{}>, {
27
+ declare const __VLS_component: import("vue").DefineComponent<PDrilldownItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownItemProps> & Readonly<{}>, {
27
28
  primary: boolean;
28
29
  secondary: boolean;
29
30
  cascade: boolean;
30
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
33
  export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
34
+ type __VLS_WithSlots<T, S> = T & {
34
35
  new (): {
35
36
  $slots: S;
36
37
  };
@@ -25,16 +25,17 @@ type PDrilldownLinkProps = {
25
25
  */
26
26
  target?: DrilldownLinkTarget;
27
27
  };
28
- declare function __VLS_template(): {
29
- default?(_: {}): any;
28
+ declare var __VLS_8: {};
29
+ type __VLS_Slots = {} & {
30
+ default?: (props: typeof __VLS_8) => any;
30
31
  };
31
- declare const __VLS_component: import("vue").DefineComponent<PDrilldownLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownLinkProps> & Readonly<{}>, {
32
- active: boolean;
32
+ declare const __VLS_component: import("vue").DefineComponent<PDrilldownLinkProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PDrilldownLinkProps> & Readonly<{}>, {
33
33
  target: DrilldownLinkTarget;
34
+ active: boolean;
34
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
36
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
37
  export default _default;
37
- type __VLS_WithTemplateSlots<T, S> = T & {
38
+ type __VLS_WithSlots<T, S> = T & {
38
39
  new (): {
39
40
  $slots: S;
40
41
  };