@porsche-design-system/components-vue 3.29.0 → 3.30.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.
- package/CHANGELOG.md +60 -0
- package/OSS_NOTICE +1635 -2257
- package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ButtonWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CarouselWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapper.vue.cjs +1 -1
- package/cjs/lib/components/CheckboxWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/FlexWrapper.vue.cjs +1 -1
- package/cjs/lib/components/FlyoutWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputDateWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputNumberWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputPasswordWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputSearchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTelWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTextWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputTimeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/InputUrlWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkSocialWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkTileWrapper.vue.cjs +1 -1
- package/cjs/lib/components/LinkWrapper.vue.cjs +1 -1
- package/cjs/lib/components/ModalWrapper.vue.cjs +1 -1
- package/cjs/lib/components/MultiSelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/PinCodeWrapper.vue.cjs +1 -1
- package/cjs/lib/components/RadioButtonWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/RadioGroupOptionWrapper.vue.cjs +1 -0
- package/cjs/lib/components/RadioGroupOptionWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/RadioGroupWrapper.vue.cjs +1 -0
- package/cjs/lib/components/RadioGroupWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SelectWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/SwitchWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextFieldWrapperWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapper.vue.cjs +1 -1
- package/cjs/lib/components/TextareaWrapperWrapper.vue.cjs +1 -1
- package/cjs/public-api.cjs +1 -1
- package/cjs/utils.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +3 -2
- package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/AccordionWrapper.vue.mjs +6 -6
- package/esm/lib/components/BannerWrapper.vue.d.ts +3 -4
- package/esm/lib/components/BannerWrapper.vue.mjs +3 -3
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonGroupWrapper.vue.mjs +2 -2
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonPureWrapper.vue.mjs +9 -9
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonTileWrapper.vue.mjs +5 -5
- package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ButtonWrapper.vue.mjs +12 -12
- package/esm/lib/components/CanvasWrapper.vue.d.ts +3 -4
- package/esm/lib/components/CanvasWrapper.vue.mjs +6 -6
- package/esm/lib/components/CarouselWrapper.vue.d.ts +3 -2
- package/esm/lib/components/CarouselWrapper.vue.mjs +12 -12
- package/esm/lib/components/CheckboxWrapper.vue.d.ts +9 -4
- package/esm/lib/components/CheckboxWrapper.vue.mjs +16 -14
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/CheckboxWrapperWrapper.vue.mjs +7 -7
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ContentWrapperWrapper.vue.mjs +2 -2
- package/esm/lib/components/CrestWrapper.vue.d.ts +2 -1
- package/esm/lib/components/CrestWrapper.vue.mjs +2 -2
- package/esm/lib/components/DisplayWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DisplayWrapper.vue.mjs +2 -2
- package/esm/lib/components/DividerWrapper.vue.d.ts +2 -1
- package/esm/lib/components/DividerWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DrilldownItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +3 -2
- package/esm/lib/components/DrilldownLinkWrapper.vue.mjs +2 -2
- package/esm/lib/components/DrilldownWrapper.vue.d.ts +3 -4
- package/esm/lib/components/DrilldownWrapper.vue.mjs +6 -6
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FieldsetWrapper.vue.mjs +2 -2
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FieldsetWrapperWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlagWrapper.vue.d.ts +2 -1
- package/esm/lib/components/FlagWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FlexItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/FlexWrapper.vue.d.ts +3 -2
- package/esm/lib/components/FlexWrapper.vue.mjs +4 -4
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +9 -5
- package/esm/lib/components/FlyoutWrapper.vue.mjs +9 -8
- package/esm/lib/components/GridItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/GridItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/GridWrapper.vue.d.ts +3 -2
- package/esm/lib/components/GridWrapper.vue.mjs +2 -2
- package/esm/lib/components/HeadingWrapper.vue.d.ts +3 -2
- package/esm/lib/components/HeadingWrapper.vue.mjs +2 -2
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +3 -2
- package/esm/lib/components/HeadlineWrapper.vue.mjs +2 -2
- package/esm/lib/components/IconWrapper.vue.d.ts +2 -1
- package/esm/lib/components/IconWrapper.vue.mjs +2 -2
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +3 -4
- package/esm/lib/components/InlineNotificationWrapper.vue.mjs +6 -6
- package/esm/lib/components/InputDateWrapper.vue.d.ts +5 -2
- package/esm/lib/components/InputDateWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputEmailWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputEmailWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputNumberWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputNumberWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputPasswordWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputPasswordWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputSearchWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputSearchWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTelWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputTelWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTextWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputTextWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputTimeWrapper.vue.d.ts +5 -2
- package/esm/lib/components/InputTimeWrapper.vue.mjs +16 -14
- package/esm/lib/components/InputUrlWrapper.vue.d.ts +6 -3
- package/esm/lib/components/InputUrlWrapper.vue.mjs +16 -14
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkPureWrapper.vue.mjs +9 -9
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkSocialWrapper.vue.mjs +7 -7
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.mjs +2 -2
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileProductWrapper.vue.mjs +3 -3
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkTileWrapper.vue.mjs +5 -5
- package/esm/lib/components/LinkWrapper.vue.d.ts +3 -2
- package/esm/lib/components/LinkWrapper.vue.mjs +9 -9
- package/esm/lib/components/MarqueWrapper.vue.d.ts +3 -2
- package/esm/lib/components/MarqueWrapper.vue.mjs +2 -2
- package/esm/lib/components/ModalWrapper.vue.d.ts +4 -5
- package/esm/lib/components/ModalWrapper.vue.mjs +11 -11
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ModelSignatureWrapper.vue.mjs +2 -2
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/MultiSelectOptionWrapper.vue.mjs +2 -2
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -4
- package/esm/lib/components/MultiSelectWrapper.vue.mjs +17 -15
- package/esm/lib/components/OptgroupWrapper.vue.d.ts +3 -2
- package/esm/lib/components/OptgroupWrapper.vue.mjs +2 -2
- package/esm/lib/components/PaginationWrapper.vue.d.ts +2 -1
- package/esm/lib/components/PaginationWrapper.vue.mjs +6 -6
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +10 -4
- package/esm/lib/components/PinCodeWrapper.vue.mjs +17 -14
- package/esm/lib/components/PopoverWrapper.vue.d.ts +3 -2
- package/esm/lib/components/PopoverWrapper.vue.mjs +2 -2
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +4 -2
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/RadioGroupOptionWrapper.vue.d.ts +24 -0
- package/esm/lib/components/RadioGroupOptionWrapper.vue.mjs +21 -0
- package/esm/lib/components/RadioGroupOptionWrapper.vue2.mjs +4 -0
- package/esm/lib/components/RadioGroupWrapper.vue.d.ts +88 -0
- package/esm/lib/components/RadioGroupWrapper.vue.mjs +43 -0
- package/esm/lib/components/RadioGroupWrapper.vue2.mjs +4 -0
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +3 -2
- package/esm/lib/components/ScrollerWrapper.vue.mjs +2 -2
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SegmentedControlItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +5 -6
- package/esm/lib/components/SegmentedControlWrapper.vue.mjs +14 -12
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SelectOptionWrapper.vue.mjs +2 -2
- package/esm/lib/components/SelectWrapper.vue.d.ts +6 -5
- package/esm/lib/components/SelectWrapper.vue.mjs +17 -15
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SelectWrapperWrapper.vue.mjs +6 -6
- package/esm/lib/components/SheetWrapper.vue.d.ts +3 -4
- package/esm/lib/components/SheetWrapper.vue.mjs +3 -3
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -1
- package/esm/lib/components/SpinnerWrapper.vue.mjs +2 -2
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +3 -2
- package/esm/lib/components/StepperHorizontalWrapper.vue.mjs +6 -6
- package/esm/lib/components/SwitchWrapper.vue.d.ts +3 -2
- package/esm/lib/components/SwitchWrapper.vue.mjs +13 -13
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableBodyWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableCellWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableCellWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadCellWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadRowWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableHeadWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableRowWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableRowWrapper.vue.mjs +2 -2
- package/esm/lib/components/TableWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TableWrapper.vue.mjs +6 -6
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsBarWrapper.vue.mjs +6 -6
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/TabsWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TabsWrapper.vue.mjs +6 -6
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TagDismissibleWrapper.vue.mjs +2 -2
- package/esm/lib/components/TagWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TagWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +3 -4
- package/esm/lib/components/TextFieldWrapperWrapper.vue.mjs +8 -8
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextListItemWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextListWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextListWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextWrapper.vue.mjs +2 -2
- package/esm/lib/components/TextareaWrapper.vue.d.ts +6 -3
- package/esm/lib/components/TextareaWrapper.vue.mjs +14 -12
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +3 -2
- package/esm/lib/components/TextareaWrapperWrapper.vue.mjs +9 -9
- package/esm/lib/components/ToastWrapper.vue.d.ts +2 -1
- package/esm/lib/components/ToastWrapper.vue.mjs +2 -2
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -1
- package/esm/lib/components/WordmarkWrapper.vue.mjs +2 -2
- package/esm/lib/components/index.d.ts +2 -0
- package/esm/lib/types.d.ts +46 -5
- package/esm/plugin.mjs +3 -3
- package/esm/public-api.mjs +96 -92
- package/esm/utils.d.ts +1 -1
- package/esm/utils.mjs +15 -15
- package/package.json +2 -2
- package/tailwindcss/index.css +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s, ref as a, onMounted as l, onUpdated as f,
|
|
1
|
+
import { defineComponent as s, ref as a, onMounted as l, onUpdated as f, createBlock as d, openBlock as c, resolveDynamicComponent as i, unref as m, withCtx as u, renderSlot as _ } from "vue";
|
|
2
2
|
import { usePrefix as C, syncProperties as k } from "../../utils.mjs";
|
|
3
3
|
const x = /* @__PURE__ */ s({
|
|
4
4
|
__name: "DrilldownLinkWrapper",
|
|
@@ -12,7 +12,7 @@ const x = /* @__PURE__ */ s({
|
|
|
12
12
|
},
|
|
13
13
|
setup(n) {
|
|
14
14
|
const t = C("p-drilldown-link"), r = n, e = a(), o = () => k(e, r);
|
|
15
|
-
return l(o), f(o), (p, w) => (
|
|
15
|
+
return l(o), f(o), (p, w) => (c(), d(i(m(t)), {
|
|
16
16
|
ref_key: "pdsComponentRef",
|
|
17
17
|
ref: e
|
|
18
18
|
}, {
|
|
@@ -21,16 +21,15 @@ declare var __VLS_8: {};
|
|
|
21
21
|
type __VLS_Slots = {} & {
|
|
22
22
|
default?: (props: typeof __VLS_8) => any;
|
|
23
23
|
};
|
|
24
|
-
declare const
|
|
25
|
-
[x: string]: any;
|
|
26
|
-
} & {
|
|
24
|
+
declare const __VLS_base: import("vue").DefineComponent<PDrilldownProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
27
25
|
[x: string]: any;
|
|
28
26
|
}, string, import("vue").PublicProps, Readonly<PDrilldownProps> & Readonly<{
|
|
29
27
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
30
28
|
}>, {
|
|
31
29
|
open: boolean;
|
|
32
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const
|
|
31
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
34
33
|
export default _default;
|
|
35
34
|
type __VLS_WithSlots<T, S> = T & {
|
|
36
35
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as c, ref as f, inject as l, onMounted as u, onUpdated as h, watch as _,
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as B,
|
|
1
|
+
import { defineComponent as c, ref as f, inject as l, onMounted as u, onUpdated as h, watch as _, createBlock as y, openBlock as C, resolveDynamicComponent as w, unref as v, withCtx as R, renderSlot as k } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as B, syncProperties as p, addEventListenerToElementRef as m } from "../../utils.mjs";
|
|
3
3
|
const E = /* @__PURE__ */ c({
|
|
4
4
|
__name: "DrilldownWrapper",
|
|
5
5
|
props: {
|
|
@@ -10,12 +10,12 @@ const E = /* @__PURE__ */ c({
|
|
|
10
10
|
},
|
|
11
11
|
emits: ["dismiss", "update"],
|
|
12
12
|
setup(i, { emit: a }) {
|
|
13
|
-
const d = x("p-drilldown"), t = i, e = f(), o = a, s = l(B), r = () =>
|
|
13
|
+
const d = x("p-drilldown"), t = i, e = f(), o = a, s = l(B), r = () => p(e, { ...t, theme: t.theme || s.value });
|
|
14
14
|
return u(() => {
|
|
15
|
-
r(),
|
|
15
|
+
r(), m(e, "dismiss", o), m(e, "update", o);
|
|
16
16
|
}), h(r), _(s, (n) => {
|
|
17
|
-
|
|
18
|
-
}), (n, P) => (
|
|
17
|
+
p(e, { theme: t.theme || n });
|
|
18
|
+
}), (n, P) => (C(), y(w(v(d)), {
|
|
19
19
|
ref_key: "pdsComponentRef",
|
|
20
20
|
ref: e
|
|
21
21
|
}, {
|
|
@@ -33,14 +33,15 @@ declare var __VLS_8: {};
|
|
|
33
33
|
type __VLS_Slots = {} & {
|
|
34
34
|
default?: (props: typeof __VLS_8) => any;
|
|
35
35
|
};
|
|
36
|
-
declare const
|
|
36
|
+
declare const __VLS_base: import("vue").DefineComponent<PFieldsetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PFieldsetProps> & Readonly<{}>, {
|
|
37
37
|
label: string;
|
|
38
38
|
state: FieldsetState;
|
|
39
39
|
required: boolean;
|
|
40
40
|
message: string;
|
|
41
41
|
labelSize: FieldsetLabelSize;
|
|
42
42
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
-
declare const
|
|
43
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
44
45
|
export default _default;
|
|
45
46
|
type __VLS_WithSlots<T, S> = T & {
|
|
46
47
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, ref as l, inject as m, onMounted as d, onUpdated as c, watch as u,
|
|
1
|
+
import { defineComponent as f, ref as l, inject as m, onMounted as d, onUpdated as c, watch as u, createBlock as i, openBlock as h, resolveDynamicComponent as _, unref as y, withCtx as C, renderSlot as b } from "vue";
|
|
2
2
|
import { usePrefix as k, themeInjectionKey as w, syncProperties as a } from "../../utils.mjs";
|
|
3
3
|
const R = /* @__PURE__ */ f({
|
|
4
4
|
__name: "FieldsetWrapper",
|
|
@@ -15,7 +15,7 @@ const R = /* @__PURE__ */ f({
|
|
|
15
15
|
const p = k("p-fieldset"), e = s, t = l(), n = m(w), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
16
16
|
return d(r), c(r), u(n, (o) => {
|
|
17
17
|
a(t, { theme: e.theme || o });
|
|
18
|
-
}), (o, x) => (
|
|
18
|
+
}), (o, x) => (h(), i(_(y(p)), {
|
|
19
19
|
ref_key: "pdsComponentRef",
|
|
20
20
|
ref: t
|
|
21
21
|
}, {
|
|
@@ -29,15 +29,16 @@ declare var __VLS_8: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<PFieldsetWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PFieldsetWrapperProps> & Readonly<{}>, {
|
|
33
33
|
label: string;
|
|
34
34
|
state: FieldsetWrapperState;
|
|
35
35
|
required: boolean;
|
|
36
36
|
message: string;
|
|
37
37
|
labelSize: FieldsetWrapperLabelSize;
|
|
38
38
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
40
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use `p-fieldset` instead. */
|
|
40
|
-
declare const _default:
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
41
42
|
export default _default;
|
|
42
43
|
type __VLS_WithSlots<T, S> = T & {
|
|
43
44
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, ref as l, inject as m, onMounted as d, onUpdated as c, watch as u,
|
|
1
|
+
import { defineComponent as f, ref as l, inject as m, onMounted as d, onUpdated as c, watch as u, createBlock as i, openBlock as h, resolveDynamicComponent as _, unref as y, withCtx as C, renderSlot as w } from "vue";
|
|
2
2
|
import { usePrefix as b, themeInjectionKey as k, syncProperties as a } from "../../utils.mjs";
|
|
3
3
|
const R = /* @__PURE__ */ f({
|
|
4
4
|
__name: "FieldsetWrapperWrapper",
|
|
@@ -14,7 +14,7 @@ const R = /* @__PURE__ */ f({
|
|
|
14
14
|
const s = b("p-fieldset-wrapper"), e = p, t = l(), n = m(k), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
15
15
|
return d(r), c(r), u(n, (o) => {
|
|
16
16
|
a(t, { theme: e.theme || o });
|
|
17
|
-
}), (o, x) => (
|
|
17
|
+
}), (o, x) => (h(), i(_(y(s)), {
|
|
18
18
|
ref_key: "pdsComponentRef",
|
|
19
19
|
ref: t
|
|
20
20
|
}, {
|
|
@@ -13,8 +13,9 @@ type PFlagProps = {
|
|
|
13
13
|
*/
|
|
14
14
|
size?: FlagSize;
|
|
15
15
|
};
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<PFlagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PFlagProps> & Readonly<{}>, {
|
|
17
17
|
size: FlagSize;
|
|
18
18
|
name: FlagName;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
20
21
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, ref as s, onMounted as a, onUpdated as c,
|
|
1
|
+
import { defineComponent as p, ref as s, onMounted as a, onUpdated as c, createBlock as f, openBlock as m, resolveDynamicComponent as l, unref as d } from "vue";
|
|
2
2
|
import { usePrefix as u, syncProperties as i } from "../../utils.mjs";
|
|
3
3
|
const k = /* @__PURE__ */ p({
|
|
4
4
|
__name: "FlagWrapper",
|
|
@@ -9,7 +9,7 @@ const k = /* @__PURE__ */ p({
|
|
|
9
9
|
},
|
|
10
10
|
setup(n) {
|
|
11
11
|
const r = u("p-flag"), t = n, e = s(), o = () => i(e, t);
|
|
12
|
-
return a(o), c(o), (_, C) => (
|
|
12
|
+
return a(o), c(o), (_, C) => (m(), f(l(d(r)), {
|
|
13
13
|
ref_key: "pdsComponentRef",
|
|
14
14
|
ref: e
|
|
15
15
|
}, null, 512));
|
|
@@ -29,7 +29,7 @@ declare var __VLS_8: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<PFlexItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PFlexItemProps> & Readonly<{}>, {
|
|
33
33
|
width: BreakpointCustomizable<FlexItemWidth>;
|
|
34
34
|
alignSelf: BreakpointCustomizable<FlexItemAlignSelf>;
|
|
35
35
|
flex: BreakpointCustomizable<FlexItemFlex>;
|
|
@@ -37,8 +37,9 @@ declare const __VLS_component: import("vue").DefineComponent<PFlexItemProps, voi
|
|
|
37
37
|
offset: BreakpointCustomizable<FlexItemOffset>;
|
|
38
38
|
shrink: BreakpointCustomizable<FlexItemShrink>;
|
|
39
39
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
40
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
40
41
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
41
|
-
declare const _default:
|
|
42
|
+
declare const _default: typeof __VLS_export;
|
|
42
43
|
export default _default;
|
|
43
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
44
45
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, ref as p, onMounted as s, onUpdated as l,
|
|
1
|
+
import { defineComponent as a, ref as p, onMounted as s, onUpdated as l, createBlock as d, openBlock as u, resolveDynamicComponent as i, unref as c, withCtx as m, renderSlot as _ } from "vue";
|
|
2
2
|
import { usePrefix as x, syncProperties as C } from "../../utils.mjs";
|
|
3
3
|
const y = /* @__PURE__ */ a({
|
|
4
4
|
__name: "FlexItemWrapper",
|
|
@@ -12,7 +12,7 @@ const y = /* @__PURE__ */ a({
|
|
|
12
12
|
},
|
|
13
13
|
setup(o) {
|
|
14
14
|
const n = x("p-flex-item"), r = o, e = p(), t = () => C(e, r);
|
|
15
|
-
return s(t), l(t), (f, h) => (
|
|
15
|
+
return s(t), l(t), (f, h) => (u(), d(i(c(n)), {
|
|
16
16
|
ref_key: "pdsComponentRef",
|
|
17
17
|
ref: e
|
|
18
18
|
}, {
|
|
@@ -29,7 +29,7 @@ declare var __VLS_8: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<PFlexProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PFlexProps> & Readonly<{}>, {
|
|
33
33
|
inline: BreakpointCustomizable<FlexInline>;
|
|
34
34
|
wrap: BreakpointCustomizable<FlexWrap>;
|
|
35
35
|
direction: BreakpointCustomizable<FlexDirection>;
|
|
@@ -37,8 +37,9 @@ declare const __VLS_component: import("vue").DefineComponent<PFlexProps, void, {
|
|
|
37
37
|
alignItems: BreakpointCustomizable<FlexAlignItems>;
|
|
38
38
|
justifyContent: BreakpointCustomizable<FlexJustifyContent>;
|
|
39
39
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
40
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
40
41
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */
|
|
41
|
-
declare const _default:
|
|
42
|
+
declare const _default: typeof __VLS_export;
|
|
42
43
|
export default _default;
|
|
43
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
44
45
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, ref as
|
|
1
|
+
import { defineComponent as a, ref as p, onMounted as f, onUpdated as l, createBlock as c, openBlock as d, resolveDynamicComponent as u, unref as i, withCtx as m, renderSlot as C } from "vue";
|
|
2
2
|
import { usePrefix as _, syncProperties as x } from "../../utils.mjs";
|
|
3
3
|
const g = /* @__PURE__ */ a({
|
|
4
4
|
__name: "FlexWrapper",
|
|
@@ -6,13 +6,13 @@ const g = /* @__PURE__ */ a({
|
|
|
6
6
|
alignContent: { default: "stretch" },
|
|
7
7
|
alignItems: { default: "stretch" },
|
|
8
8
|
direction: { default: "row" },
|
|
9
|
-
inline: { default: !1 },
|
|
9
|
+
inline: { type: [Boolean, Object], default: !1 },
|
|
10
10
|
justifyContent: { default: "flex-start" },
|
|
11
11
|
wrap: { default: "nowrap" }
|
|
12
12
|
},
|
|
13
13
|
setup(n) {
|
|
14
|
-
const o = _("p-flex"), r = n, e =
|
|
15
|
-
return
|
|
14
|
+
const o = _("p-flex"), r = n, e = p(), t = () => x(e, r);
|
|
15
|
+
return f(t), l(t), (s, y) => (d(), c(u(i(o)), {
|
|
16
16
|
ref_key: "pdsComponentRef",
|
|
17
17
|
ref: e
|
|
18
18
|
}, {
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import type { SelectedAriaAttributes, FlyoutAriaAttribute, FlyoutFooterBehavior, FlyoutPosition, Theme } from '../types';
|
|
1
|
+
import type { SelectedAriaAttributes, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutFooterBehavior, FlyoutPosition, Theme } from '../types';
|
|
2
2
|
type PFlyoutProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Add ARIA attributes.
|
|
5
5
|
*/
|
|
6
6
|
aria?: SelectedAriaAttributes<FlyoutAriaAttribute>;
|
|
7
|
+
/**
|
|
8
|
+
* Defines the backdrop, 'blur' (should be used when the underlying content is not relevant for users) and 'shading' (should be used when the user still needs a visual connection to the underlying content).
|
|
9
|
+
*/
|
|
10
|
+
backdrop?: FlyoutBackdrop;
|
|
7
11
|
/**
|
|
8
12
|
* If true, the flyout will not be closable via backdrop click.
|
|
9
13
|
*/
|
|
@@ -29,19 +33,19 @@ declare var __VLS_8: {};
|
|
|
29
33
|
type __VLS_Slots = {} & {
|
|
30
34
|
default?: (props: typeof __VLS_8) => any;
|
|
31
35
|
};
|
|
32
|
-
declare const
|
|
33
|
-
[x: string]: any;
|
|
34
|
-
} & {
|
|
36
|
+
declare const __VLS_base: import("vue").DefineComponent<PFlyoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
35
37
|
[x: string]: any;
|
|
36
38
|
}, string, import("vue").PublicProps, Readonly<PFlyoutProps> & Readonly<{
|
|
37
39
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
38
40
|
}>, {
|
|
39
41
|
open: boolean;
|
|
42
|
+
backdrop: FlyoutBackdrop;
|
|
40
43
|
disableBackdropClick: boolean;
|
|
41
44
|
footerBehavior: FlyoutFooterBehavior;
|
|
42
45
|
position: FlyoutPosition;
|
|
43
46
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
|
-
declare const
|
|
47
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
48
|
+
declare const _default: typeof __VLS_export;
|
|
45
49
|
export default _default;
|
|
46
50
|
type __VLS_WithSlots<T, S> = T & {
|
|
47
51
|
new (): {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePrefix as v, themeInjectionKey as R,
|
|
3
|
-
const j = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as l, ref as f, inject as c, onMounted as u, onUpdated as h, watch as y, createBlock as k, openBlock as C, resolveDynamicComponent as _, unref as b, withCtx as B, renderSlot as E } from "vue";
|
|
2
|
+
import { usePrefix as v, themeInjectionKey as R, syncProperties as d, addEventListenerToElementRef as s } from "../../utils.mjs";
|
|
3
|
+
const j = /* @__PURE__ */ l({
|
|
4
4
|
__name: "FlyoutWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
aria: {},
|
|
7
|
+
backdrop: { default: "blur" },
|
|
7
8
|
disableBackdropClick: { type: Boolean, default: !1 },
|
|
8
9
|
footerBehavior: { default: "sticky" },
|
|
9
10
|
open: { type: Boolean, default: !1 },
|
|
@@ -11,18 +12,18 @@ const j = /* @__PURE__ */ f({
|
|
|
11
12
|
theme: {}
|
|
12
13
|
},
|
|
13
14
|
emits: ["dismiss", "motionHiddenEnd", "motionVisibleEnd"],
|
|
14
|
-
setup(
|
|
15
|
-
const p = v("p-flyout"), t =
|
|
15
|
+
setup(a, { emit: m }) {
|
|
16
|
+
const p = v("p-flyout"), t = a, e = f(), o = m, i = c(R), r = () => d(e, { ...t, theme: t.theme || i.value });
|
|
16
17
|
return u(() => {
|
|
17
18
|
r(), s(e, "dismiss", o), s(e, "motionHiddenEnd", o), s(e, "motionVisibleEnd", o);
|
|
18
19
|
}), h(r), y(i, (n) => {
|
|
19
20
|
d(e, { theme: t.theme || n });
|
|
20
|
-
}), (n, w) => (C(), _(
|
|
21
|
+
}), (n, w) => (C(), k(_(b(p)), {
|
|
21
22
|
ref_key: "pdsComponentRef",
|
|
22
23
|
ref: e
|
|
23
24
|
}, {
|
|
24
|
-
default:
|
|
25
|
-
|
|
25
|
+
default: B(() => [
|
|
26
|
+
E(n.$slots, "default")
|
|
26
27
|
]),
|
|
27
28
|
_: 3
|
|
28
29
|
}, 512));
|
|
@@ -13,12 +13,13 @@ declare var __VLS_8: {};
|
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
14
|
default?: (props: typeof __VLS_8) => any;
|
|
15
15
|
};
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<PGridItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PGridItemProps> & Readonly<{}>, {
|
|
17
17
|
size: BreakpointCustomizable<GridItemSize>;
|
|
18
18
|
offset: BreakpointCustomizable<GridItemOffset>;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
21
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
21
|
-
declare const _default:
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
22
23
|
export default _default;
|
|
23
24
|
type __VLS_WithSlots<T, S> = T & {
|
|
24
25
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s, ref as f, onMounted as a, onUpdated as c,
|
|
1
|
+
import { defineComponent as s, ref as f, onMounted as a, onUpdated as c, createBlock as d, openBlock as m, resolveDynamicComponent as i, unref as u, withCtx as l, renderSlot as _ } from "vue";
|
|
2
2
|
import { usePrefix as C, syncProperties as y } from "../../utils.mjs";
|
|
3
3
|
const g = /* @__PURE__ */ s({
|
|
4
4
|
__name: "GridItemWrapper",
|
|
@@ -8,7 +8,7 @@ const g = /* @__PURE__ */ s({
|
|
|
8
8
|
},
|
|
9
9
|
setup(t) {
|
|
10
10
|
const n = C("p-grid-item"), r = t, e = f(), o = () => y(e, r);
|
|
11
|
-
return a(o), c(o), (p, k) => (
|
|
11
|
+
return a(o), c(o), (p, k) => (m(), d(i(u(n)), {
|
|
12
12
|
ref_key: "pdsComponentRef",
|
|
13
13
|
ref: e
|
|
14
14
|
}, {
|
|
@@ -18,13 +18,14 @@ declare var __VLS_8: {};
|
|
|
18
18
|
type __VLS_Slots = {} & {
|
|
19
19
|
default?: (props: typeof __VLS_8) => any;
|
|
20
20
|
};
|
|
21
|
-
declare const
|
|
21
|
+
declare const __VLS_base: import("vue").DefineComponent<PGridProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PGridProps> & Readonly<{}>, {
|
|
22
22
|
wrap: BreakpointCustomizable<GridWrap>;
|
|
23
23
|
direction: BreakpointCustomizable<GridDirection>;
|
|
24
24
|
gutter: BreakpointCustomizable<GridGutter>;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
27
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
27
|
-
declare const _default:
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
28
29
|
export default _default;
|
|
29
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
31
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s, ref as a, onMounted as f, onUpdated as d,
|
|
1
|
+
import { defineComponent as s, ref as a, onMounted as f, onUpdated as d, createBlock as c, openBlock as m, resolveDynamicComponent as u, unref as i, withCtx as l, renderSlot as _ } from "vue";
|
|
2
2
|
import { usePrefix as C, syncProperties as w } from "../../utils.mjs";
|
|
3
3
|
const x = /* @__PURE__ */ s({
|
|
4
4
|
__name: "GridWrapper",
|
|
@@ -9,7 +9,7 @@ const x = /* @__PURE__ */ s({
|
|
|
9
9
|
},
|
|
10
10
|
setup(t) {
|
|
11
11
|
const r = C("p-grid"), n = t, e = a(), o = () => w(e, n);
|
|
12
|
-
return f(o), d(o), (p, y) => (
|
|
12
|
+
return f(o), d(o), (p, y) => (m(), c(u(i(r)), {
|
|
13
13
|
ref_key: "pdsComponentRef",
|
|
14
14
|
ref: e
|
|
15
15
|
}, {
|
|
@@ -29,13 +29,14 @@ declare var __VLS_8: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<PHeadingProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PHeadingProps> & Readonly<{}>, {
|
|
33
33
|
size: BreakpointCustomizable<HeadingSize>;
|
|
34
34
|
align: HeadingAlign;
|
|
35
35
|
color: HeadingColor;
|
|
36
36
|
ellipsis: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
39
40
|
export default _default;
|
|
40
41
|
type __VLS_WithSlots<T, S> = T & {
|
|
41
42
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, ref as l, inject as m, onMounted as c, onUpdated as i, watch as d,
|
|
1
|
+
import { defineComponent as f, ref as l, inject as m, onMounted as c, onUpdated as i, watch as d, createBlock as u, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as g, renderSlot as C } from "vue";
|
|
2
2
|
import { usePrefix as x, themeInjectionKey as k, syncProperties as a } from "../../utils.mjs";
|
|
3
3
|
const R = /* @__PURE__ */ f({
|
|
4
4
|
__name: "HeadingWrapper",
|
|
@@ -14,7 +14,7 @@ const R = /* @__PURE__ */ f({
|
|
|
14
14
|
const p = x("p-heading"), e = s, t = l(), n = m(k), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
15
15
|
return c(r), i(r), d(n, (o) => {
|
|
16
16
|
a(t, { theme: e.theme || o });
|
|
17
|
-
}), (o, w) => (
|
|
17
|
+
}), (o, w) => (h(), u(y(_(p)), {
|
|
18
18
|
ref_key: "pdsComponentRef",
|
|
19
19
|
ref: t
|
|
20
20
|
}, {
|
|
@@ -29,14 +29,15 @@ declare var __VLS_8: {};
|
|
|
29
29
|
type __VLS_Slots = {} & {
|
|
30
30
|
default?: (props: typeof __VLS_8) => any;
|
|
31
31
|
};
|
|
32
|
-
declare const
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<PHeadlineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PHeadlineProps> & Readonly<{}>, {
|
|
33
33
|
variant: HeadlineVariant;
|
|
34
34
|
align: HeadlineAlign;
|
|
35
35
|
color: HeadlineColor;
|
|
36
36
|
ellipsis: boolean;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
39
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-heading" instead. */
|
|
39
|
-
declare const _default:
|
|
40
|
+
declare const _default: typeof __VLS_export;
|
|
40
41
|
export default _default;
|
|
41
42
|
type __VLS_WithSlots<T, S> = T & {
|
|
42
43
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as l, ref as f, inject as m, onMounted as c, onUpdated as i, watch as d,
|
|
1
|
+
import { defineComponent as l, ref as f, inject as m, onMounted as c, onUpdated as i, watch as d, createBlock as u, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as g } from "vue";
|
|
2
2
|
import { usePrefix as k, themeInjectionKey as v, syncProperties as a } from "../../utils.mjs";
|
|
3
3
|
const P = /* @__PURE__ */ l({
|
|
4
4
|
__name: "HeadlineWrapper",
|
|
@@ -14,7 +14,7 @@ const P = /* @__PURE__ */ l({
|
|
|
14
14
|
const s = k("p-headline"), e = p, t = f(), o = m(v), r = () => a(t, { ...e, theme: e.theme || o.value });
|
|
15
15
|
return c(r), i(r), d(o, (n) => {
|
|
16
16
|
a(t, { theme: e.theme || n });
|
|
17
|
-
}), (n, w) => (
|
|
17
|
+
}), (n, w) => (h(), u(y(_(s)), {
|
|
18
18
|
ref_key: "pdsComponentRef",
|
|
19
19
|
ref: t
|
|
20
20
|
}, {
|
|
@@ -30,9 +30,10 @@ type PIconProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
theme?: Theme;
|
|
32
32
|
};
|
|
33
|
-
declare const
|
|
33
|
+
declare const __VLS_export: import("vue").DefineComponent<PIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PIconProps> & Readonly<{}>, {
|
|
34
34
|
size: IconSize;
|
|
35
35
|
name: IconName;
|
|
36
36
|
color: IconColor;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
38
39
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as m, ref as s, inject as f, onMounted as l, onUpdated as i, watch as u,
|
|
1
|
+
import { defineComponent as m, ref as s, inject as f, onMounted as l, onUpdated as i, watch as u, createBlock as d, openBlock as h, resolveDynamicComponent as y, unref as _ } from "vue";
|
|
2
2
|
import { usePrefix as C, themeInjectionKey as k, syncProperties as p } from "../../utils.mjs";
|
|
3
3
|
const P = /* @__PURE__ */ m({
|
|
4
4
|
__name: "IconWrapper",
|
|
@@ -15,7 +15,7 @@ const P = /* @__PURE__ */ m({
|
|
|
15
15
|
const c = C("p-icon"), e = a, o = s(), t = f(k), n = () => p(o, { ...e, theme: e.theme || t.value });
|
|
16
16
|
return l(n), i(n), u(t, (r) => {
|
|
17
17
|
p(o, { theme: e.theme || r });
|
|
18
|
-
}), (r, w) => (
|
|
18
|
+
}), (r, w) => (h(), d(y(_(c)), {
|
|
19
19
|
ref_key: "pdsComponentRef",
|
|
20
20
|
ref: o
|
|
21
21
|
}, null, 512));
|
|
@@ -45,9 +45,7 @@ declare var __VLS_8: {};
|
|
|
45
45
|
type __VLS_Slots = {} & {
|
|
46
46
|
default?: (props: typeof __VLS_8) => any;
|
|
47
47
|
};
|
|
48
|
-
declare const
|
|
49
|
-
[x: string]: any;
|
|
50
|
-
} & {
|
|
48
|
+
declare const __VLS_base: import("vue").DefineComponent<PInlineNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
51
49
|
[x: string]: any;
|
|
52
50
|
}, string, import("vue").PublicProps, Readonly<PInlineNotificationProps> & Readonly<{
|
|
53
51
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
@@ -60,7 +58,8 @@ declare const __VLS_component: import("vue").DefineComponent<PInlineNotification
|
|
|
60
58
|
actionIcon: InlineNotificationActionIcon;
|
|
61
59
|
actionLoading: boolean;
|
|
62
60
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
|
-
declare const
|
|
61
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
64
63
|
export default _default;
|
|
65
64
|
type __VLS_WithSlots<T, S> = T & {
|
|
66
65
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as d, ref as m, inject as l, onMounted as u, onUpdated as h, watch as y,
|
|
2
|
-
import { usePrefix as k, themeInjectionKey as v,
|
|
1
|
+
import { defineComponent as d, ref as m, inject as l, onMounted as u, onUpdated as h, watch as y, createBlock as _, openBlock as g, resolveDynamicComponent as B, unref as C, withCtx as w, renderSlot as R } from "vue";
|
|
2
|
+
import { usePrefix as k, themeInjectionKey as v, syncProperties as s, addEventListenerToElementRef as r } from "../../utils.mjs";
|
|
3
3
|
const P = /* @__PURE__ */ d({
|
|
4
4
|
__name: "InlineNotificationWrapper",
|
|
5
5
|
props: {
|
|
@@ -16,12 +16,12 @@ const P = /* @__PURE__ */ d({
|
|
|
16
16
|
},
|
|
17
17
|
emits: ["action", "dismiss"],
|
|
18
18
|
setup(c, { emit: f }) {
|
|
19
|
-
const p = k("p-inline-notification"), t = c, e = m(), o = f, i = l(v), a = () =>
|
|
19
|
+
const p = k("p-inline-notification"), t = c, e = m(), o = f, i = l(v), a = () => s(e, { ...t, theme: t.theme || i.value });
|
|
20
20
|
return u(() => {
|
|
21
|
-
a(),
|
|
21
|
+
a(), r(e, "action", o), r(e, "dismiss", o);
|
|
22
22
|
}), h(a), y(i, (n) => {
|
|
23
|
-
|
|
24
|
-
}), (n, x) => (
|
|
23
|
+
s(e, { theme: t.theme || n });
|
|
24
|
+
}), (n, x) => (g(), _(B(C(p)), {
|
|
25
25
|
ref_key: "pdsComponentRef",
|
|
26
26
|
ref: e
|
|
27
27
|
}, {
|
|
@@ -77,14 +77,16 @@ declare var __VLS_8: {};
|
|
|
77
77
|
type __VLS_Slots = {} & {
|
|
78
78
|
default?: (props: typeof __VLS_8) => any;
|
|
79
79
|
};
|
|
80
|
-
declare const
|
|
80
|
+
declare const __VLS_base: import("vue").DefineComponent<PInputDateProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
81
81
|
blur: (value: Event) => any;
|
|
82
82
|
change: (value: Event) => any;
|
|
83
83
|
input: (value: InputEvent) => any;
|
|
84
|
+
"update:value": (value: string) => any;
|
|
84
85
|
}, string, import("vue").PublicProps, Readonly<PInputDateProps> & Readonly<{
|
|
85
86
|
onBlur?: ((value: Event) => any) | undefined;
|
|
86
87
|
onChange?: ((value: Event) => any) | undefined;
|
|
87
88
|
onInput?: ((value: InputEvent) => any) | undefined;
|
|
89
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
88
90
|
}>, {
|
|
89
91
|
step: number;
|
|
90
92
|
label: string;
|
|
@@ -99,7 +101,8 @@ declare const __VLS_component: import("vue").DefineComponent<PInputDateProps, vo
|
|
|
99
101
|
message: string;
|
|
100
102
|
readOnly: boolean;
|
|
101
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
102
|
-
declare const
|
|
104
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
105
|
+
declare const _default: typeof __VLS_export;
|
|
103
106
|
export default _default;
|
|
104
107
|
type __VLS_WithSlots<T, S> = T & {
|
|
105
108
|
new (): {
|