@porsche-design-system/components-vue 3.21.0 → 3.22.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +54 -2
  2. package/ag-grid/theme.css +17 -8
  3. package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
  6. package/esm/PorscheDesignSystemProvider.vue.d.ts +2 -25
  7. package/esm/lib/components/AccordionWrapper.vue.d.ts +4 -27
  8. package/esm/lib/components/BannerWrapper.vue.d.ts +2 -26
  9. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +2 -29
  10. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -44
  11. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -44
  12. package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -36
  13. package/esm/lib/components/CanvasWrapper.vue.d.ts +2 -22
  14. package/esm/lib/components/CarouselWrapper.vue.d.ts +4 -43
  15. package/esm/lib/components/CheckboxWrapper.vue.d.ts +7 -50
  16. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -31
  17. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +2 -25
  18. package/esm/lib/components/CrestWrapper.vue.d.ts +2 -23
  19. package/esm/lib/components/DisplayWrapper.vue.d.ts +2 -29
  20. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -25
  21. package/esm/lib/components/FieldsetWrapper.vue.d.ts +2 -31
  22. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +2 -31
  23. package/esm/lib/components/FlexItemWrapper.vue.d.ts +2 -33
  24. package/esm/lib/components/FlexWrapper.vue.d.ts +2 -33
  25. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +17 -10
  26. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.mjs +12 -9
  27. package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +2 -21
  28. package/esm/lib/components/FlyoutWrapper.vue.d.ts +2 -24
  29. package/esm/lib/components/GridItemWrapper.vue.d.ts +2 -25
  30. package/esm/lib/components/GridWrapper.vue.d.ts +2 -35
  31. package/esm/lib/components/HeadingWrapper.vue.d.ts +2 -29
  32. package/esm/lib/components/HeadlineWrapper.vue.d.ts +2 -29
  33. package/esm/lib/components/IconWrapper.vue.d.ts +3 -28
  34. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +2 -27
  35. package/esm/lib/components/LinkPureWrapper.vue.d.ts +2 -39
  36. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +2 -27
  37. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +2 -37
  38. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +4 -31
  39. package/esm/lib/components/LinkTileWrapper.vue.d.ts +2 -37
  40. package/esm/lib/components/LinkWrapper.vue.d.ts +2 -31
  41. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -29
  42. package/esm/lib/components/ModalWrapper.vue.d.ts +2 -25
  43. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +2 -33
  44. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +2 -23
  45. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -42
  46. package/esm/lib/components/OptgroupWrapper.vue.d.ts +2 -23
  47. package/esm/lib/components/PaginationWrapper.vue.d.ts +4 -43
  48. package/esm/lib/components/PinCodeWrapper.vue.d.ts +9 -46
  49. package/esm/lib/components/PinCodeWrapper.vue.mjs +5 -4
  50. package/esm/lib/components/PopoverWrapper.vue.d.ts +2 -23
  51. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +2 -31
  52. package/esm/lib/components/ScrollerWrapper.vue.d.ts +2 -27
  53. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +2 -23
  54. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +17 -25
  55. package/esm/lib/components/SegmentedControlWrapper.vue.mjs +10 -7
  56. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +2 -23
  57. package/esm/lib/components/SelectWrapper.vue.d.ts +6 -41
  58. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +2 -37
  59. package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -23
  60. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +2 -23
  61. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +4 -25
  62. package/esm/lib/components/SwitchWrapper.vue.d.ts +4 -35
  63. package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
  64. package/esm/lib/components/TableCellWrapper.vue.d.ts +2 -23
  65. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +2 -25
  66. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
  67. package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
  68. package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
  69. package/esm/lib/components/TableWrapper.vue.d.ts +3 -12
  70. package/esm/lib/components/TabsBarWrapper.vue.d.ts +4 -29
  71. package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -10
  72. package/esm/lib/components/TabsWrapper.vue.d.ts +4 -31
  73. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +2 -23
  74. package/esm/lib/components/TagWrapper.vue.d.ts +2 -25
  75. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +2 -31
  76. package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
  77. package/esm/lib/components/TextListWrapper.vue.d.ts +2 -23
  78. package/esm/lib/components/TextWrapper.vue.d.ts +3 -34
  79. package/esm/lib/components/TextareaWrapper.vue.d.ts +5 -54
  80. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +2 -33
  81. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -10
  82. package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -25
  83. package/esm/lib/types.d.ts +36 -35
  84. package/package.json +2 -2
  85. package/styles/_index.scss +1 -1
package/CHANGELOG.md CHANGED
@@ -14,6 +14,58 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ### [Unreleased]
16
16
 
17
+ ### [3.22.0-rc.1] - 2024-12-06
18
+
19
+ #### Added
20
+
21
+ - `Flyout Multilevel`: Supports infinite layers
22
+ ([3647](https://github.com/porsche-design-system/porsche-design-system/pull/3647))
23
+
24
+ #### Fixed
25
+
26
+ - Partials: error when using in projects without `react/jsx-runtime` as dependency
27
+ ([#3660](https://github.com/porsche-design-system/porsche-design-system/pull/3660))
28
+ - `Textfield Wrapper`: text alignment of type `email` and `tel` values in RTL mode
29
+ ([3655](https://github.com/porsche-design-system/porsche-design-system/pull/3655))
30
+ - `Popover`:
31
+ - Rendering bug of drop-shadow in Safari 18.x
32
+ ([3622](https://github.com/porsche-design-system/porsche-design-system/pull/3622))
33
+ - Positioning in RTL mode if rendered inside a table (in #top-layer)
34
+ ([3658](https://github.com/porsche-design-system/porsche-design-system/pull/3658))
35
+
36
+ ### [3.22.0-rc.0] - 2024-11-19
37
+
38
+ #### Added
39
+
40
+ - `Modal`, `Flyout`:
41
+ - `aria-label` is generated from slotted header contents if `aria` prop is not provided
42
+ - ARIA `role` to `aria` prop of `Modal` component to support setting `alertdialog` role
43
+ ([3618](https://github.com/porsche-design-system/porsche-design-system/pull/3618))
44
+ - `Pin-Code`: Add `form` prop to explicitly associate the component with a form, even when it's not directly nested
45
+ within it. ([#3588](https://github.com/porsche-design-system/porsche-design-system/pull/3588))
46
+ - `Segmented-Control`: Use ElementInternals API and add `form` prop to explicitly associate the component with a form,
47
+ even when it's not directly nested within it.
48
+ ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
49
+
50
+ #### Changed
51
+
52
+ - Angular: updated peer dependency to `>=19.0.0 <20.0.0`
53
+ - `Pin-Code`:
54
+ - Remove native input and use ElementInternals API
55
+ - **Breaking Change**: `Pin-Code` component no longer support native validation due to the removal of the underlying
56
+ native `<input>` element. ([#3588](https://github.com/porsche-design-system/porsche-design-system/pull/3588))
57
+ - `Styles`: `SCSS` variant uses `@forward/@use` internally to replace deprecated `@import`
58
+ ([#3623](https://github.com/porsche-design-system/porsche-design-system/pull/3623))
59
+
60
+ #### Fixed
61
+
62
+ - Partials: removed bundled `react/jsx-runtime` due to React 18/19 incompatibilities. When using `jsx` in the `format`
63
+ option, it is necessary to have `react/jsx-runtime` as a dependency in the project included.
64
+ ([#3613](https://github.com/porsche-design-system/porsche-design-system/pull/3613))
65
+ - `Select`, `Multi-Select`: Ensure that dynamically changing the `disabled` property via `optgroups` persists the
66
+ `disabled` state for individual options within the group.
67
+ ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
68
+
17
69
  ### [3.21.0] - 2024-11-12
18
70
 
19
71
  ### [3.21.0-rc.0] - 2024-11-11
@@ -28,8 +80,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
28
80
  ([#3589](https://github.com/porsche-design-system/porsche-design-system/pull/3589))
29
81
  - `Button`, `Link`: `compact` prop is breakpoint customizable
30
82
  ([#3580](https://github.com/porsche-design-system/porsche-design-system/pull/3580))
31
- - `Select`, `Multi-Select`: Added `form` prop to explicitly associate these components with a specific form when they
32
- are not directly nested within it. ([#3542](https://github.com/porsche-design-system/porsche-design-system/pull/3542))
83
+ - `Select`, `Multi-Select`: Add `form` prop to explicitly associate these components with a specific form when they are
84
+ not directly nested within it. ([#3542](https://github.com/porsche-design-system/porsche-design-system/pull/3542))
33
85
 
34
86
  #### Changed
35
87
 
package/ag-grid/theme.css CHANGED
@@ -1630,10 +1630,10 @@ ag-grid-aurelia {
1630
1630
  flex: 1 1 auto;
1631
1631
  align-self: stretch;
1632
1632
  align-items: center;
1633
+ overflow: hidden;
1633
1634
  }
1634
1635
 
1635
1636
  .ag-header-cell-label {
1636
- overflow: hidden;
1637
1637
  text-overflow: ellipsis;
1638
1638
  }
1639
1639
 
@@ -1641,6 +1641,7 @@ ag-grid-aurelia {
1641
1641
  position: sticky;
1642
1642
  flex: none;
1643
1643
  max-width: 100%;
1644
+ overflow: visible;
1644
1645
  }
1645
1646
 
1646
1647
  .ag-header-group-text {
@@ -1672,6 +1673,10 @@ ag-grid-aurelia {
1672
1673
  white-space: normal;
1673
1674
  }
1674
1675
 
1676
+ .ag-header-cell-comp-wrapper-limited-height > div {
1677
+ overflow: hidden;
1678
+ }
1679
+
1675
1680
  .ag-right-aligned-header .ag-header-cell-label {
1676
1681
  flex-direction: row-reverse;
1677
1682
  }
@@ -2590,7 +2595,7 @@ ag-grid-aurelia {
2590
2595
  position: absolute;
2591
2596
  }
2592
2597
 
2593
- .ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
2598
+ .ag-header-group-cell-no-group.ag-header-span-height {
2594
2599
  display: none;
2595
2600
  }
2596
2601
 
@@ -3945,11 +3950,7 @@ button[class^=ag-]:focus {
3945
3950
  }
3946
3951
 
3947
3952
  .ag-row-highlight-above::after {
3948
- top: -1px;
3949
- }
3950
-
3951
- .ag-row-highlight-above.ag-row-first::after {
3952
- top: 0;
3953
+ top: 0px;
3953
3954
  }
3954
3955
 
3955
3956
  .ag-row-highlight-below::after {
@@ -5065,7 +5066,7 @@ button.ag-side-button-button:focus {
5065
5066
  margin-right: 4px;
5066
5067
  }
5067
5068
 
5068
- .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
5069
+ .ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total, .ag-header-parent-hidden),
5069
5070
  .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
5070
5071
  border-top: var(--ag-borders-critical) var(--ag-border-color);
5071
5072
  }
@@ -5936,6 +5937,14 @@ button.ag-side-button-button:focus {
5936
5937
  --ag-charts-justify: none !important;
5937
5938
  }
5938
5939
 
5940
+ .ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus {
5941
+ box-shadow: none;
5942
+ }
5943
+
5944
+ .ag-charts-wrapper .ag-charts-proxy-legend-toolbar button:focus-visible {
5945
+ box-shadow: var(--ag-input-focus-box-shadow);
5946
+ }
5947
+
5939
5948
  .ag-date-time-list-page-title-bar {
5940
5949
  display: flex;
5941
5950
  }
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),c=e.defineComponent({__name:"FlyoutMultilevelItemWrapper",props:{identifier:{},label:{}},setup(r){const s=n.usePrefix("p-flyout-multilevel-item"),p=r,t=e.ref(),o=()=>n.syncProperties(t,p);return e.onMounted(o),e.onUpdated(o),(l,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=c;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),p=e.defineComponent({__name:"FlyoutMultilevelItemWrapper",props:{cascade:{type:Boolean,default:!1},identifier:{},label:{},primary:{type:Boolean,default:!1},secondary:{type:Boolean,default:!1}},setup(r){const s=n.usePrefix("p-flyout-multilevel-item"),l=r,t=e.ref(),o=()=>n.syncProperties(t,l);return e.onMounted(o),e.onUpdated(o),(a,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=p;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),t=require("../../utils.cjs"),f=e.defineComponent({__name:"PinCodeWrapper",props:{description:{default:""},disabled:{type:Boolean,default:!1},hideLabel:{default:!1},label:{default:""},length:{default:4},loading:{type:Boolean,default:!1},message:{default:""},name:{},required:{type:Boolean,default:!1},state:{default:"none"},theme:{},type:{default:"number"},value:{default:""}},emits:["update"],setup(r,{emit:d}){const u=t.usePrefix("p-pin-code"),o=r,n=e.ref(),p=d,s=e.inject(t.themeInjectionKey),l=()=>t.syncProperties(n,{...o,theme:o.theme||s.value});return e.onMounted(()=>{l(),t.addEventListenerToElementRef(n,"update",p)}),e.onUpdated(l),e.watch(s,a=>{t.syncProperties(n,{theme:o.theme||a})}),(a,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(u)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=f;
1
+ "use strict";const e=require("vue"),t=require("../../utils.cjs"),p=e.defineComponent({__name:"PinCodeWrapper",props:{description:{default:""},disabled:{type:Boolean,default:!1},form:{},hideLabel:{default:!1},label:{default:""},length:{default:4},loading:{type:Boolean,default:!1},message:{default:""},name:{},required:{type:Boolean,default:!1},state:{default:"none"},theme:{},type:{default:"number"},value:{default:""}},emits:["update"],setup(r,{emit:d}){const u=t.usePrefix("p-pin-code"),o=r,n=e.ref(),f=d,s=e.inject(t.themeInjectionKey),l=()=>t.syncProperties(n,{...o,theme:o.theme||s.value});return e.onMounted(()=>{l(),t.addEventListenerToElementRef(n,"update",f)}),e.onUpdated(l),e.watch(s,a=>{t.syncProperties(n,{theme:o.theme||a})}),(a,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(u)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=p;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),t=require("../../utils.cjs"),u=e.defineComponent({__name:"SegmentedControlWrapper",props:{backgroundColor:{},columns:{default:"auto"},theme:{},value:{}},emits:["segmentedControlChange","update"],setup(p,{emit:a}){const d=t.usePrefix("p-segmented-control"),o=p,n=e.ref(),s=a,c=e.inject(t.themeInjectionKey),m=()=>t.syncProperties(n,{...o,theme:o.theme||c.value});return e.onMounted(()=>{m(),t.addEventListenerToElementRef(n,"segmentedControlChange",s),t.addEventListenerToElementRef(n,"update",s)}),e.onUpdated(m),e.watch(c,r=>{t.syncProperties(n,{theme:o.theme||r})}),(r,l)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(d)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},512))}});module.exports=u;
1
+ "use strict";const e=require("vue"),t=require("../../utils.cjs"),l=e.defineComponent({__name:"SegmentedControlWrapper",props:{backgroundColor:{},columns:{default:"auto"},disabled:{type:Boolean,default:!1},form:{},name:{},theme:{},value:{}},emits:["segmentedControlChange","update"],setup(c,{emit:d}){const p=t.usePrefix("p-segmented-control"),o=c,n=e.ref(),r=d,a=e.inject(t.themeInjectionKey),m=()=>t.syncProperties(n,{...o,theme:o.theme||a.value});return e.onMounted(()=>{m(),t.addEventListenerToElementRef(n,"segmentedControlChange",r),t.addEventListenerToElementRef(n,"update",r)}),e.onUpdated(m),e.watch(a,s=>{t.syncProperties(n,{theme:o.theme||s})}),(s,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),{ref_key:"pdsComponentRef",ref:n},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=l;
@@ -7,38 +7,15 @@ type Props = {
7
7
  declare function __VLS_template(): {
8
8
  default?(_: {}): any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
11
- prefix: string;
12
- theme: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
14
- prefix: string;
15
- theme: string;
16
- }>>>, {
10
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
17
11
  prefix: string;
18
12
  theme: Theme;
19
- }, {}>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
15
  export default _default;
22
16
 
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
17
  type __VLS_WithTemplateSlots<T, S> = T & {
32
18
  new (): {
33
19
  $slots: S;
34
20
  };
35
21
  };
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToOption<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: import('vue').PropType<T[K]>;
42
- required: true;
43
- };
44
- };
@@ -36,43 +36,20 @@ type PAccordionProps = {
36
36
  declare function __VLS_template(): {
37
37
  default?(_: {}): any;
38
38
  };
39
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
40
- headingTag: string;
41
- size: string;
42
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
+ declare const __VLS_component: import("vue").DefineComponent<PAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
40
  accordionChange: (value: import("../types").AccordionUpdateEvent) => void;
44
41
  update: (value: import("../types").AccordionUpdateEvent) => void;
45
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
46
- headingTag: string;
47
- size: string;
48
- }>>> & {
42
+ }, string, import("vue").PublicProps, Readonly<PAccordionProps> & Readonly<{
49
43
  onAccordionChange?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
50
44
  onUpdate?: ((value: import("../types").AccordionUpdateEvent) => any) | undefined;
51
- }, {
45
+ }>, {
52
46
  headingTag: AccordionHeadingTag;
53
47
  size: BreakpointCustomizable<AccordionSize>;
54
- }, {}>;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
55
49
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
56
50
  export default _default;
57
- type __VLS_WithDefaults<P, D> = {
58
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
- default: D[K];
60
- }> : P[K];
61
- };
62
- type __VLS_Prettify<T> = {
63
- [K in keyof T]: T[K];
64
- } & {};
65
51
  type __VLS_WithTemplateSlots<T, S> = T & {
66
52
  new (): {
67
53
  $slots: S;
68
54
  };
69
55
  };
70
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
- type __VLS_TypePropsToOption<T> = {
72
- [K in keyof T]-?: {} extends Pick<T, K> ? {
73
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
- } : {
75
- type: import('vue').PropType<T[K]>;
76
- required: true;
77
- };
78
- };
@@ -41,42 +41,18 @@ type PBannerProps = {
41
41
  declare function __VLS_template(): {
42
42
  default?(_: {}): any;
43
43
  };
44
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PBannerProps>, {
45
- description: string;
46
- dismissButton: boolean;
47
- heading: string;
48
- headingTag: string;
49
- open: boolean;
50
- state: string;
51
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
44
+ declare const __VLS_component: import("vue").DefineComponent<PBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
52
45
  heading: string;
53
46
  description: string;
54
47
  headingTag: BannerHeadingTag;
55
48
  open: boolean;
56
49
  dismissButton: boolean;
57
50
  state: BannerState;
58
- }, {}>;
51
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
59
52
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
60
53
  export default _default;
61
- type __VLS_WithDefaults<P, D> = {
62
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
- default: D[K];
64
- }> : P[K];
65
- };
66
- type __VLS_Prettify<T> = {
67
- [K in keyof T]: T[K];
68
- } & {};
69
54
  type __VLS_WithTemplateSlots<T, S> = T & {
70
55
  new (): {
71
56
  $slots: S;
72
57
  };
73
58
  };
74
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
- type __VLS_TypePropsToOption<T> = {
76
- [K in keyof T]-?: {} extends Pick<T, K> ? {
77
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
- } : {
79
- type: import('vue').PropType<T[K]>;
80
- required: true;
81
- };
82
- };
@@ -8,40 +8,13 @@ type PButtonGroupProps = {
8
8
  declare function __VLS_template(): {
9
9
  default?(_: {}): any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
12
- direction: () => {
13
- base: string;
14
- xs: string;
15
- };
16
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
17
- direction: () => {
18
- base: string;
19
- xs: string;
20
- };
21
- }>>>, {
11
+ declare const __VLS_component: import("vue").DefineComponent<PButtonGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonGroupProps> & Readonly<{}>, {
22
12
  direction: BreakpointCustomizable<ButtonGroupDirection>;
23
- }, {}>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
15
  export default _default;
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_Prettify<T> = {
32
- [K in keyof T]: T[K];
33
- } & {};
34
16
  type __VLS_WithTemplateSlots<T, S> = T & {
35
17
  new (): {
36
18
  $slots: S;
37
19
  };
38
20
  };
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToOption<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: import('vue').PropType<T[K]>;
45
- required: true;
46
- };
47
- };
@@ -69,64 +69,23 @@ type PButtonPureProps = {
69
69
  declare function __VLS_template(): {
70
70
  default?(_: {}): any;
71
71
  };
72
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
73
- active: boolean;
74
- alignLabel: string;
75
- disabled: boolean;
76
- hideLabel: boolean;
77
- icon: string;
78
- loading: boolean;
79
- size: string;
80
- stretch: boolean;
81
- type: string;
82
- underline: boolean;
83
- weight: string;
84
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
85
- active: boolean;
86
- alignLabel: string;
87
- disabled: boolean;
88
- hideLabel: boolean;
89
- icon: string;
90
- loading: boolean;
91
- size: string;
92
- stretch: boolean;
93
- type: string;
94
- underline: boolean;
95
- weight: string;
96
- }>>>, {
72
+ declare const __VLS_component: import("vue").DefineComponent<PButtonPureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonPureProps> & Readonly<{}>, {
97
73
  weight: ButtonPureWeight;
98
74
  stretch: BreakpointCustomizable<boolean>;
99
75
  type: ButtonPureType;
100
- size: BreakpointCustomizable<ButtonPureSize>;
101
76
  disabled: boolean;
77
+ size: BreakpointCustomizable<ButtonPureSize>;
102
78
  hideLabel: BreakpointCustomizable<boolean>;
103
79
  icon: ButtonPureIcon;
104
80
  loading: boolean;
105
81
  active: boolean;
106
82
  alignLabel: BreakpointCustomizable<ButtonPureAlignLabel>;
107
83
  underline: boolean;
108
- }, {}>;
84
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
109
85
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
110
86
  export default _default;
111
- type __VLS_WithDefaults<P, D> = {
112
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
113
- default: D[K];
114
- }> : P[K];
115
- };
116
- type __VLS_Prettify<T> = {
117
- [K in keyof T]: T[K];
118
- } & {};
119
87
  type __VLS_WithTemplateSlots<T, S> = T & {
120
88
  new (): {
121
89
  $slots: S;
122
90
  };
123
91
  };
124
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
125
- type __VLS_TypePropsToOption<T> = {
126
- [K in keyof T]-?: {} extends Pick<T, K> ? {
127
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
128
- } : {
129
- type: import('vue').PropType<T[K]>;
130
- required: true;
131
- };
132
- };
@@ -64,64 +64,23 @@ type PButtonTileProps = {
64
64
  declare function __VLS_template(): {
65
65
  default?(_: {}): any;
66
66
  };
67
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
68
- align: string;
69
- aspectRatio: string;
70
- background: string;
71
- compact: boolean;
72
- disabled: boolean;
73
- gradient: boolean;
74
- icon: string;
75
- loading: boolean;
76
- size: string;
77
- type: string;
78
- weight: string;
79
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
80
- align: string;
81
- aspectRatio: string;
82
- background: string;
83
- compact: boolean;
84
- disabled: boolean;
85
- gradient: boolean;
86
- icon: string;
87
- loading: boolean;
88
- size: string;
89
- type: string;
90
- weight: string;
91
- }>>>, {
67
+ declare const __VLS_component: import("vue").DefineComponent<PButtonTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonTileProps> & Readonly<{}>, {
92
68
  weight: BreakpointCustomizable<ButtonTileWeight>;
93
69
  type: ButtonTileType;
70
+ disabled: boolean;
94
71
  compact: BreakpointCustomizable<boolean>;
95
72
  size: BreakpointCustomizable<ButtonTileSize>;
96
- disabled: boolean;
97
73
  icon: ButtonTileIcon;
98
74
  loading: boolean;
99
75
  align: ButtonTileAlign;
100
76
  aspectRatio: BreakpointCustomizable<ButtonTileAspectRatio>;
101
77
  background: ButtonTileBackground;
102
78
  gradient: boolean;
103
- }, {}>;
79
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
104
80
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
105
81
  export default _default;
106
- type __VLS_WithDefaults<P, D> = {
107
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
108
- default: D[K];
109
- }> : P[K];
110
- };
111
- type __VLS_Prettify<T> = {
112
- [K in keyof T]: T[K];
113
- } & {};
114
82
  type __VLS_WithTemplateSlots<T, S> = T & {
115
83
  new (): {
116
84
  $slots: S;
117
85
  };
118
86
  };
119
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
120
- type __VLS_TypePropsToOption<T> = {
121
- [K in keyof T]-?: {} extends Pick<T, K> ? {
122
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
123
- } : {
124
- type: import('vue').PropType<T[K]>;
125
- required: true;
126
- };
127
- };
@@ -52,52 +52,19 @@ type PButtonProps = {
52
52
  declare function __VLS_template(): {
53
53
  default?(_: {}): any;
54
54
  };
55
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
56
- compact: boolean;
57
- disabled: boolean;
58
- hideLabel: boolean;
59
- icon: string;
60
- loading: boolean;
61
- type: string;
62
- variant: string;
63
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
64
- compact: boolean;
65
- disabled: boolean;
66
- hideLabel: boolean;
67
- icon: string;
68
- loading: boolean;
69
- type: string;
70
- variant: string;
71
- }>>>, {
55
+ declare const __VLS_component: import("vue").DefineComponent<PButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PButtonProps> & Readonly<{}>, {
72
56
  type: ButtonType;
73
- compact: BreakpointCustomizable<boolean>;
74
57
  disabled: boolean;
58
+ compact: BreakpointCustomizable<boolean>;
75
59
  hideLabel: BreakpointCustomizable<boolean>;
76
60
  icon: ButtonIcon;
77
61
  loading: boolean;
78
62
  variant: ButtonVariant;
79
- }, {}>;
63
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
80
64
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
81
65
  export default _default;
82
- type __VLS_WithDefaults<P, D> = {
83
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
84
- default: D[K];
85
- }> : P[K];
86
- };
87
- type __VLS_Prettify<T> = {
88
- [K in keyof T]: T[K];
89
- } & {};
90
66
  type __VLS_WithTemplateSlots<T, S> = T & {
91
67
  new (): {
92
68
  $slots: S;
93
69
  };
94
70
  };
95
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
96
- type __VLS_TypePropsToOption<T> = {
97
- [K in keyof T]-?: {} extends Pick<T, K> ? {
98
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
99
- } : {
100
- type: import('vue').PropType<T[K]>;
101
- required: true;
102
- };
103
- };
@@ -13,34 +13,14 @@ type PCanvasProps = {
13
13
  declare function __VLS_template(): {
14
14
  default?(_: {}): any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCanvasProps>, {
16
+ declare const __VLS_component: import("vue").DefineComponent<PCanvasProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
17
17
  sidebarEndOpen: boolean;
18
18
  sidebarStartOpen: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
20
- sidebarEndOpen: boolean;
21
- sidebarStartOpen: boolean;
22
- }, {}>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
21
  export default _default;
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
33
22
  type __VLS_WithTemplateSlots<T, S> = T & {
34
23
  new (): {
35
24
  $slots: S;
36
25
  };
37
26
  };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
@@ -77,35 +77,13 @@ type PCarouselProps = {
77
77
  declare function __VLS_template(): {
78
78
  default?(_: {}): any;
79
79
  };
80
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
81
- activeSlideIndex: number;
82
- alignHeader: string;
83
- focusOnCenterSlide: boolean;
84
- gradientColor: string;
85
- headingSize: string;
86
- pagination: boolean;
87
- rewind: boolean;
88
- slidesPerPage: number;
89
- trimSpace: boolean;
90
- width: string;
91
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
+ declare const __VLS_component: import("vue").DefineComponent<PCarouselProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
81
  carouselChange: (value: import("../types").CarouselUpdateEvent) => void;
93
82
  update: (value: import("../types").CarouselUpdateEvent) => void;
94
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
95
- activeSlideIndex: number;
96
- alignHeader: string;
97
- focusOnCenterSlide: boolean;
98
- gradientColor: string;
99
- headingSize: string;
100
- pagination: boolean;
101
- rewind: boolean;
102
- slidesPerPage: number;
103
- trimSpace: boolean;
104
- width: string;
105
- }>>> & {
83
+ }, string, import("vue").PublicProps, Readonly<PCarouselProps> & Readonly<{
106
84
  onUpdate?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
107
85
  onCarouselChange?: ((value: import("../types").CarouselUpdateEvent) => any) | undefined;
108
- }, {
86
+ }>, {
109
87
  width: CarouselWidth;
110
88
  activeSlideIndex: number;
111
89
  alignHeader: CarouselAlignHeader;
@@ -116,28 +94,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
116
94
  rewind: boolean;
117
95
  slidesPerPage: BreakpointCustomizable<number> | "auto";
118
96
  trimSpace: boolean;
119
- }, {}>;
97
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
120
98
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
121
99
  export default _default;
122
- type __VLS_WithDefaults<P, D> = {
123
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
124
- default: D[K];
125
- }> : P[K];
126
- };
127
- type __VLS_Prettify<T> = {
128
- [K in keyof T]: T[K];
129
- } & {};
130
100
  type __VLS_WithTemplateSlots<T, S> = T & {
131
101
  new (): {
132
102
  $slots: S;
133
103
  };
134
104
  };
135
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
136
- type __VLS_TypePropsToOption<T> = {
137
- [K in keyof T]-?: {} extends Pick<T, K> ? {
138
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
139
- } : {
140
- type: import('vue').PropType<T[K]>;
141
- required: true;
142
- };
143
- };