@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,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as d, ref as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as R,
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as d, ref as m, inject as i, onMounted as c, onUpdated as h, watch as y, createBlock as B, openBlock as b, resolveDynamicComponent as v, unref as C, withCtx as _, renderSlot as g } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as R, syncProperties as s, addEventListenerToElementRef as o } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ d({
|
|
4
4
|
__name: "InputTimeWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const T = /* @__PURE__ */ d({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
label: { default: "" },
|
|
13
13
|
loading: { type: Boolean, default: !1 },
|
|
14
14
|
max: {},
|
|
@@ -22,24 +22,26 @@ const T = /* @__PURE__ */ d({
|
|
|
22
22
|
theme: {},
|
|
23
23
|
value: { default: "" }
|
|
24
24
|
},
|
|
25
|
-
emits: ["blur", "change", "input"],
|
|
26
|
-
setup(
|
|
27
|
-
const
|
|
25
|
+
emits: ["update:value", "blur", "change", "input"],
|
|
26
|
+
setup(u, { emit: f }) {
|
|
27
|
+
const r = x("p-input-time"), n = u, e = m(), a = f, l = i(R), p = () => s(e, { ...n, theme: n.theme || l.value });
|
|
28
28
|
return c(() => {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}), (
|
|
29
|
+
p(), o(e, "blur", a), o(e, "change", a), o(e, "input", a, (t) => {
|
|
30
|
+
a("update:value", t.target.value);
|
|
31
|
+
});
|
|
32
|
+
}), h(p), y(l, (t) => {
|
|
33
|
+
s(e, { theme: n.theme || t });
|
|
34
|
+
}), (t, j) => (b(), B(v(C(r)), {
|
|
33
35
|
ref_key: "pdsComponentRef",
|
|
34
36
|
ref: e
|
|
35
37
|
}, {
|
|
36
|
-
default:
|
|
37
|
-
|
|
38
|
+
default: _(() => [
|
|
39
|
+
g(t.$slots, "default")
|
|
38
40
|
]),
|
|
39
41
|
_: 3
|
|
40
42
|
}, 512));
|
|
41
43
|
}
|
|
42
44
|
});
|
|
43
45
|
export {
|
|
44
|
-
|
|
46
|
+
P as default
|
|
45
47
|
};
|
|
@@ -85,17 +85,20 @@ declare var __VLS_8: {};
|
|
|
85
85
|
type __VLS_Slots = {} & {
|
|
86
86
|
default?: (props: typeof __VLS_8) => any;
|
|
87
87
|
};
|
|
88
|
-
declare const
|
|
88
|
+
declare const __VLS_base: import("vue").DefineComponent<PInputUrlProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
89
89
|
blur: (value: Event) => any;
|
|
90
90
|
change: (value: Event) => any;
|
|
91
91
|
input: (value: InputEvent) => any;
|
|
92
|
+
"update:value": (value: string) => any;
|
|
92
93
|
}, string, import("vue").PublicProps, Readonly<PInputUrlProps> & Readonly<{
|
|
93
94
|
onBlur?: ((value: Event) => any) | undefined;
|
|
94
95
|
onChange?: ((value: Event) => any) | undefined;
|
|
95
96
|
onInput?: ((value: InputEvent) => any) | undefined;
|
|
97
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
96
98
|
}>, {
|
|
97
99
|
label: string;
|
|
98
100
|
compact: boolean;
|
|
101
|
+
placeholder: string;
|
|
99
102
|
description: string;
|
|
100
103
|
state: InputUrlState;
|
|
101
104
|
required: boolean;
|
|
@@ -106,9 +109,9 @@ declare const __VLS_component: import("vue").DefineComponent<PInputUrlProps, voi
|
|
|
106
109
|
message: string;
|
|
107
110
|
readOnly: boolean;
|
|
108
111
|
indicator: boolean;
|
|
109
|
-
placeholder: string;
|
|
110
112
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
111
|
-
declare const
|
|
113
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
114
|
+
declare const _default: typeof __VLS_export;
|
|
112
115
|
export default _default;
|
|
113
116
|
type __VLS_WithSlots<T, S> = T & {
|
|
114
117
|
new (): {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePrefix as x, themeInjectionKey as L,
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as s, ref as m, inject as c, onMounted as i, onUpdated as h, watch as y, createBlock as B, openBlock as g, resolveDynamicComponent as b, unref as v, withCtx as C, renderSlot as _ } from "vue";
|
|
2
|
+
import { usePrefix as x, themeInjectionKey as L, syncProperties as r, addEventListenerToElementRef as o } from "../../utils.mjs";
|
|
3
|
+
const w = /* @__PURE__ */ s({
|
|
4
4
|
__name: "InputUrlWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
autoComplete: {},
|
|
@@ -8,7 +8,7 @@ const P = /* @__PURE__ */ u({
|
|
|
8
8
|
description: { default: "" },
|
|
9
9
|
disabled: { type: Boolean, default: !1 },
|
|
10
10
|
form: {},
|
|
11
|
-
hideLabel: { default: !1 },
|
|
11
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
indicator: { type: Boolean, default: !1 },
|
|
13
13
|
label: { default: "" },
|
|
14
14
|
loading: { type: Boolean, default: !1 },
|
|
@@ -24,24 +24,26 @@ const P = /* @__PURE__ */ u({
|
|
|
24
24
|
theme: {},
|
|
25
25
|
value: { default: "" }
|
|
26
26
|
},
|
|
27
|
-
emits: ["blur", "change", "input"],
|
|
28
|
-
setup(
|
|
29
|
-
const d = x("p-input-url"),
|
|
27
|
+
emits: ["update:value", "blur", "change", "input"],
|
|
28
|
+
setup(u, { emit: f }) {
|
|
29
|
+
const d = x("p-input-url"), n = u, e = m(), a = f, l = c(L), p = () => r(e, { ...n, theme: n.theme || l.value });
|
|
30
30
|
return i(() => {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}), (
|
|
31
|
+
p(), o(e, "blur", a), o(e, "change", a), o(e, "input", a, (t) => {
|
|
32
|
+
a("update:value", t.target.value);
|
|
33
|
+
});
|
|
34
|
+
}), h(p), y(l, (t) => {
|
|
35
|
+
r(e, { theme: n.theme || t });
|
|
36
|
+
}), (t, R) => (g(), B(b(v(d)), {
|
|
35
37
|
ref_key: "pdsComponentRef",
|
|
36
38
|
ref: e
|
|
37
39
|
}, {
|
|
38
|
-
default:
|
|
39
|
-
|
|
40
|
+
default: C(() => [
|
|
41
|
+
_(t.$slots, "default")
|
|
40
42
|
]),
|
|
41
43
|
_: 3
|
|
42
44
|
}, 512));
|
|
43
45
|
}
|
|
44
46
|
});
|
|
45
47
|
export {
|
|
46
|
-
|
|
48
|
+
w as default
|
|
47
49
|
};
|
|
@@ -66,7 +66,7 @@ declare var __VLS_8: {};
|
|
|
66
66
|
type __VLS_Slots = {} & {
|
|
67
67
|
default?: (props: typeof __VLS_8) => any;
|
|
68
68
|
};
|
|
69
|
-
declare const
|
|
69
|
+
declare const __VLS_base: import("vue").DefineComponent<PLinkPureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkPureProps> & Readonly<{}>, {
|
|
70
70
|
weight: LinkPureWeight;
|
|
71
71
|
stretch: BreakpointCustomizable<boolean>;
|
|
72
72
|
size: BreakpointCustomizable<LinkPureSize>;
|
|
@@ -77,7 +77,8 @@ declare const __VLS_component: import("vue").DefineComponent<PLinkPureProps, voi
|
|
|
77
77
|
alignLabel: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
78
78
|
underline: boolean;
|
|
79
79
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
80
|
-
declare const
|
|
80
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
81
|
+
declare const _default: typeof __VLS_export;
|
|
81
82
|
export default _default;
|
|
82
83
|
type __VLS_WithSlots<T, S> = T & {
|
|
83
84
|
new (): {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as s, ref as p, inject as
|
|
2
|
-
import { usePrefix as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as s, ref as p, inject as c, onMounted as d, onUpdated as u, watch as i, createBlock as m, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as g, renderSlot as w } from "vue";
|
|
2
|
+
import { usePrefix as B, themeInjectionKey as C, syncProperties as r } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ s({
|
|
4
4
|
__name: "LinkPureWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
active: { type: Boolean, default: !1 },
|
|
7
7
|
alignLabel: { default: "end" },
|
|
8
8
|
aria: {},
|
|
9
9
|
download: {},
|
|
10
|
-
hideLabel: { default: !1 },
|
|
10
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
11
11
|
href: {},
|
|
12
12
|
icon: { default: "arrow-right" },
|
|
13
13
|
iconSource: {},
|
|
14
14
|
rel: {},
|
|
15
15
|
size: { default: "small" },
|
|
16
|
-
stretch: { default: !1 },
|
|
16
|
+
stretch: { type: [Boolean, Object], default: !1 },
|
|
17
17
|
target: { default: "_self" },
|
|
18
18
|
theme: {},
|
|
19
19
|
underline: { type: Boolean, default: !1 },
|
|
20
20
|
weight: { default: "regular" }
|
|
21
21
|
},
|
|
22
22
|
setup(l) {
|
|
23
|
-
const f =
|
|
24
|
-
return
|
|
23
|
+
const f = B("p-link-pure"), e = l, t = p(), n = c(C), a = () => r(t, { ...e, theme: e.theme || n.value });
|
|
24
|
+
return d(a), u(a), i(n, (o) => {
|
|
25
25
|
r(t, { theme: e.theme || o });
|
|
26
|
-
}), (o,
|
|
26
|
+
}), (o, b) => (h(), m(y(_(f)), {
|
|
27
27
|
ref_key: "pdsComponentRef",
|
|
28
28
|
ref: t
|
|
29
29
|
}, {
|
|
@@ -35,5 +35,5 @@ const v = /* @__PURE__ */ s({
|
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
P as default
|
|
39
39
|
};
|
|
@@ -37,13 +37,14 @@ declare var __VLS_8: {};
|
|
|
37
37
|
type __VLS_Slots = {} & {
|
|
38
38
|
default?: (props: typeof __VLS_8) => any;
|
|
39
39
|
};
|
|
40
|
-
declare const
|
|
40
|
+
declare const __VLS_base: import("vue").DefineComponent<PLinkSocialProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkSocialProps> & Readonly<{}>, {
|
|
41
41
|
compact: boolean;
|
|
42
42
|
target: LinkSocialTarget;
|
|
43
43
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
44
44
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
46
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
46
|
-
declare const _default:
|
|
47
|
+
declare const _default: typeof __VLS_export;
|
|
47
48
|
export default _default;
|
|
48
49
|
type __VLS_WithSlots<T, S> = T & {
|
|
49
50
|
new (): {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePrefix as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as s, ref as f, inject as l, onMounted as m, onUpdated as i, watch as d, createBlock as u, openBlock as h, resolveDynamicComponent as _, unref as y, withCtx as C, renderSlot as k } from "vue";
|
|
2
|
+
import { usePrefix as B, themeInjectionKey as b, syncProperties as a } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ s({
|
|
4
4
|
__name: "LinkSocialWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
compact: { type: Boolean, default: !1 },
|
|
7
|
-
hideLabel: { default: !1 },
|
|
7
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
8
8
|
href: {},
|
|
9
9
|
icon: {},
|
|
10
10
|
iconSource: {},
|
|
@@ -13,10 +13,10 @@ const S = /* @__PURE__ */ p({
|
|
|
13
13
|
theme: {}
|
|
14
14
|
},
|
|
15
15
|
setup(c) {
|
|
16
|
-
const
|
|
16
|
+
const p = B("p-link-social"), e = c, t = f(), n = l(b), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
17
17
|
return m(r), i(r), d(n, (o) => {
|
|
18
18
|
a(t, { theme: e.theme || o });
|
|
19
|
-
}), (o,
|
|
19
|
+
}), (o, j) => (h(), u(_(y(p)), {
|
|
20
20
|
ref_key: "pdsComponentRef",
|
|
21
21
|
ref: t
|
|
22
22
|
}, {
|
|
@@ -28,5 +28,5 @@ const S = /* @__PURE__ */ p({
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
P as default
|
|
32
32
|
};
|
|
@@ -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<PLinkTileModelSignatureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileModelSignatureProps> & Readonly<{}>, {
|
|
37
37
|
weight: BreakpointCustomizable<LinkTileModelSignatureWeight>;
|
|
38
38
|
headingTag: LinkTileModelSignatureHeadingTag;
|
|
39
39
|
aspectRatio: BreakpointCustomizable<LinkTileModelSignatureAspectRatio>;
|
|
40
40
|
linkDirection: BreakpointCustomizable<LinkTileModelSignatureLinkDirection>;
|
|
41
41
|
model: LinkTileModelSignatureModel;
|
|
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 a, ref as i, onMounted as p, onUpdated as d,
|
|
1
|
+
import { defineComponent as a, ref as i, onMounted as p, onUpdated as d, createBlock as l, openBlock as f, resolveDynamicComponent as c, unref as u, withCtx as m, renderSlot as g } from "vue";
|
|
2
2
|
import { usePrefix as _, syncProperties as h } from "../../utils.mjs";
|
|
3
3
|
const x = /* @__PURE__ */ a({
|
|
4
4
|
__name: "LinkTileModelSignatureWrapper",
|
|
@@ -13,7 +13,7 @@ const x = /* @__PURE__ */ a({
|
|
|
13
13
|
},
|
|
14
14
|
setup(t) {
|
|
15
15
|
const n = _("p-link-tile-model-signature"), r = t, e = i(), o = () => h(e, r);
|
|
16
|
-
return p(o), d(o), (s, k) => (
|
|
16
|
+
return p(o), d(o), (s, k) => (f(), l(c(u(n)), {
|
|
17
17
|
ref_key: "pdsComponentRef",
|
|
18
18
|
ref: e
|
|
19
19
|
}, {
|
|
@@ -49,7 +49,7 @@ declare var __VLS_8: {};
|
|
|
49
49
|
type __VLS_Slots = {} & {
|
|
50
50
|
default?: (props: typeof __VLS_8) => any;
|
|
51
51
|
};
|
|
52
|
-
declare const
|
|
52
|
+
declare const __VLS_base: import("vue").DefineComponent<PLinkTileProductProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
53
53
|
like: (value: import("../types").LinkTileProductLikeEvent) => any;
|
|
54
54
|
}, string, import("vue").PublicProps, Readonly<PLinkTileProductProps> & Readonly<{
|
|
55
55
|
onLike?: ((value: import("../types").LinkTileProductLikeEvent) => any) | undefined;
|
|
@@ -59,7 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<PLinkTileProductPro
|
|
|
59
59
|
likeButton: boolean;
|
|
60
60
|
liked: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
62
|
-
declare const
|
|
62
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
63
|
+
declare const _default: typeof __VLS_export;
|
|
63
64
|
export default _default;
|
|
64
65
|
type __VLS_WithSlots<T, S> = T & {
|
|
65
66
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as c, ref as f, inject as m, onMounted as d, onUpdated as u, watch as h,
|
|
2
|
-
import { usePrefix as g, themeInjectionKey as P,
|
|
1
|
+
import { defineComponent as c, ref as f, inject as m, onMounted as d, onUpdated as u, watch as h, createBlock as k, openBlock as _, resolveDynamicComponent as y, unref as C, withCtx as B, renderSlot as R } from "vue";
|
|
2
|
+
import { usePrefix as g, themeInjectionKey as P, syncProperties as i, addEventListenerToElementRef as v } from "../../utils.mjs";
|
|
3
3
|
const j = /* @__PURE__ */ c({
|
|
4
4
|
__name: "LinkTileProductWrapper",
|
|
5
5
|
props: {
|
|
@@ -22,7 +22,7 @@ const j = /* @__PURE__ */ c({
|
|
|
22
22
|
r(), v(e, "like", l);
|
|
23
23
|
}), u(r), h(n, (o) => {
|
|
24
24
|
i(e, { theme: t.theme || o });
|
|
25
|
-
}), (o, w) => (
|
|
25
|
+
}), (o, w) => (_(), k(y(C(a)), {
|
|
26
26
|
ref_key: "pdsComponentRef",
|
|
27
27
|
ref: e
|
|
28
28
|
}, {
|
|
@@ -61,7 +61,7 @@ declare var __VLS_8: {};
|
|
|
61
61
|
type __VLS_Slots = {} & {
|
|
62
62
|
default?: (props: typeof __VLS_8) => any;
|
|
63
63
|
};
|
|
64
|
-
declare const
|
|
64
|
+
declare const __VLS_base: import("vue").DefineComponent<PLinkTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileProps> & Readonly<{}>, {
|
|
65
65
|
weight: BreakpointCustomizable<LinkTileWeight>;
|
|
66
66
|
compact: BreakpointCustomizable<boolean>;
|
|
67
67
|
size: BreakpointCustomizable<LinkTileSize>;
|
|
@@ -71,7 +71,8 @@ declare const __VLS_component: import("vue").DefineComponent<PLinkTileProps, voi
|
|
|
71
71
|
background: LinkTileBackground;
|
|
72
72
|
gradient: boolean;
|
|
73
73
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
74
|
-
declare const
|
|
74
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
75
|
+
declare const _default: typeof __VLS_export;
|
|
75
76
|
export default _default;
|
|
76
77
|
type __VLS_WithSlots<T, S> = T & {
|
|
77
78
|
new (): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as l, ref as
|
|
2
|
-
import { usePrefix as k, syncProperties as
|
|
1
|
+
import { defineComponent as l, ref as p, onMounted as d, onUpdated as s, createBlock as f, openBlock as i, resolveDynamicComponent as c, unref as u, withCtx as m, renderSlot as _ } from "vue";
|
|
2
|
+
import { usePrefix as k, syncProperties as b } from "../../utils.mjs";
|
|
3
3
|
const h = /* @__PURE__ */ l({
|
|
4
4
|
__name: "LinkTileWrapper",
|
|
5
5
|
props: {
|
|
@@ -7,7 +7,7 @@ const h = /* @__PURE__ */ l({
|
|
|
7
7
|
aria: {},
|
|
8
8
|
aspectRatio: { default: "4/3" },
|
|
9
9
|
background: { default: "dark" },
|
|
10
|
-
compact: { default: !1 },
|
|
10
|
+
compact: { type: [Boolean, Object], default: !1 },
|
|
11
11
|
description: {},
|
|
12
12
|
download: {},
|
|
13
13
|
gradient: { type: Boolean, default: !0 },
|
|
@@ -19,8 +19,8 @@ const h = /* @__PURE__ */ l({
|
|
|
19
19
|
weight: { default: "semi-bold" }
|
|
20
20
|
},
|
|
21
21
|
setup(o) {
|
|
22
|
-
const n = k("p-link-tile"), a = o, e =
|
|
23
|
-
return
|
|
22
|
+
const n = k("p-link-tile"), a = o, e = p(), t = () => b(e, a);
|
|
23
|
+
return d(t), s(t), (r, g) => (i(), f(c(u(n)), {
|
|
24
24
|
ref_key: "pdsComponentRef",
|
|
25
25
|
ref: e
|
|
26
26
|
}, {
|
|
@@ -49,14 +49,15 @@ declare var __VLS_8: {};
|
|
|
49
49
|
type __VLS_Slots = {} & {
|
|
50
50
|
default?: (props: typeof __VLS_8) => any;
|
|
51
51
|
};
|
|
52
|
-
declare const
|
|
52
|
+
declare const __VLS_base: import("vue").DefineComponent<PLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkProps> & Readonly<{}>, {
|
|
53
53
|
compact: BreakpointCustomizable<boolean>;
|
|
54
54
|
target: LinkTarget;
|
|
55
55
|
hideLabel: BreakpointCustomizable<boolean>;
|
|
56
56
|
icon: LinkIcon;
|
|
57
57
|
variant: LinkVariant;
|
|
58
58
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
|
-
declare const
|
|
59
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
60
|
+
declare const _default: typeof __VLS_export;
|
|
60
61
|
export default _default;
|
|
61
62
|
type __VLS_WithSlots<T, S> = T & {
|
|
62
63
|
new (): {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePrefix as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as f, ref as s, inject as l, onMounted as m, onUpdated as d, watch as i, createBlock as u, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as k } from "vue";
|
|
2
|
+
import { usePrefix as b, themeInjectionKey as j, syncProperties as a } from "../../utils.mjs";
|
|
3
|
+
const x = /* @__PURE__ */ f({
|
|
4
4
|
__name: "LinkWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
aria: {},
|
|
7
|
-
compact: { default: !1 },
|
|
7
|
+
compact: { type: [Boolean, Object], default: !1 },
|
|
8
8
|
download: {},
|
|
9
|
-
hideLabel: { default: !1 },
|
|
9
|
+
hideLabel: { type: [Boolean, Object], default: !1 },
|
|
10
10
|
href: {},
|
|
11
11
|
icon: { default: "none" },
|
|
12
12
|
iconSource: {},
|
|
@@ -15,11 +15,11 @@ const b = /* @__PURE__ */ s({
|
|
|
15
15
|
theme: {},
|
|
16
16
|
variant: { default: "primary" }
|
|
17
17
|
},
|
|
18
|
-
setup(
|
|
19
|
-
const
|
|
18
|
+
setup(p) {
|
|
19
|
+
const c = b("p-link"), e = p, t = s(), n = l(j), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
20
20
|
return m(r), d(r), i(n, (o) => {
|
|
21
21
|
a(t, { theme: e.theme || o });
|
|
22
|
-
}), (o,
|
|
22
|
+
}), (o, w) => (h(), u(y(_(c)), {
|
|
23
23
|
ref_key: "pdsComponentRef",
|
|
24
24
|
ref: t
|
|
25
25
|
}, {
|
|
@@ -31,5 +31,5 @@ const b = /* @__PURE__ */ s({
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
x as default
|
|
35
35
|
};
|
|
@@ -25,11 +25,12 @@ type PMarqueProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
variant?: MarqueVariant;
|
|
27
27
|
};
|
|
28
|
-
|
|
29
|
-
declare const _default: import("vue").DefineComponent<PMarqueProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMarqueProps> & Readonly<{}>, {
|
|
28
|
+
declare const __VLS_export: import("vue").DefineComponent<PMarqueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMarqueProps> & Readonly<{}>, {
|
|
30
29
|
size: MarqueSize;
|
|
31
30
|
target: MarqueTarget;
|
|
32
31
|
variant: MarqueVariant;
|
|
33
32
|
trademark: boolean;
|
|
34
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
35
36
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as a, ref as p, onMounted as s, onUpdated as f,
|
|
1
|
+
import { defineComponent as a, ref as p, onMounted as s, onUpdated as f, createBlock as u, openBlock as c, resolveDynamicComponent as m, unref as d } from "vue";
|
|
2
2
|
import { usePrefix as l, syncProperties as i } from "../../utils.mjs";
|
|
3
3
|
const v = /* @__PURE__ */ a({
|
|
4
4
|
__name: "MarqueWrapper",
|
|
@@ -12,7 +12,7 @@ const v = /* @__PURE__ */ a({
|
|
|
12
12
|
},
|
|
13
13
|
setup(r) {
|
|
14
14
|
const t = l("p-marque"), n = r, e = p(), o = () => i(e, n);
|
|
15
|
-
return s(o), f(o), (_, y) => (
|
|
15
|
+
return s(o), f(o), (_, y) => (c(), u(m(d(t)), {
|
|
16
16
|
ref_key: "pdsComponentRef",
|
|
17
17
|
ref: e
|
|
18
18
|
}, null, 512));
|
|
@@ -42,20 +42,19 @@ declare var __VLS_8: {};
|
|
|
42
42
|
type __VLS_Slots = {} & {
|
|
43
43
|
default?: (props: typeof __VLS_8) => any;
|
|
44
44
|
};
|
|
45
|
-
declare const
|
|
46
|
-
[x: string]: any;
|
|
47
|
-
} & {
|
|
45
|
+
declare const __VLS_base: import("vue").DefineComponent<PModalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
46
|
[x: string]: any;
|
|
49
47
|
}, string, import("vue").PublicProps, Readonly<PModalProps> & Readonly<{
|
|
50
48
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
51
49
|
}>, {
|
|
52
50
|
open: boolean;
|
|
53
51
|
dismissButton: boolean;
|
|
54
|
-
disableBackdropClick: boolean;
|
|
55
52
|
backdrop: ModalBackdrop;
|
|
53
|
+
disableBackdropClick: boolean;
|
|
56
54
|
fullscreen: BreakpointCustomizable<boolean>;
|
|
57
55
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
58
|
-
declare const
|
|
56
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
57
|
+
declare const _default: typeof __VLS_export;
|
|
59
58
|
export default _default;
|
|
60
59
|
type __VLS_WithSlots<T, S> = T & {
|
|
61
60
|
new (): {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as p, ref as c, inject as f, onMounted as u, onUpdated as h, watch as y,
|
|
2
|
-
import { usePrefix as R, themeInjectionKey as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as p, ref as c, inject as f, onMounted as u, onUpdated as h, watch as y, createBlock as B, openBlock as b, resolveDynamicComponent as C, unref as _, withCtx as k, renderSlot as E } from "vue";
|
|
2
|
+
import { usePrefix as R, themeInjectionKey as j, syncProperties as d, addEventListenerToElementRef as t } from "../../utils.mjs";
|
|
3
|
+
const P = /* @__PURE__ */ p({
|
|
4
4
|
__name: "ModalWrapper",
|
|
5
5
|
props: {
|
|
6
6
|
aria: {},
|
|
@@ -8,19 +8,19 @@ const g = /* @__PURE__ */ p({
|
|
|
8
8
|
disableBackdropClick: { type: Boolean, default: !1 },
|
|
9
9
|
disableCloseButton: { type: Boolean },
|
|
10
10
|
dismissButton: { type: Boolean, default: !0 },
|
|
11
|
-
fullscreen: { default: !1 },
|
|
11
|
+
fullscreen: { type: [Boolean, Object], default: !1 },
|
|
12
12
|
heading: {},
|
|
13
13
|
open: { type: Boolean, default: !1 },
|
|
14
14
|
theme: {}
|
|
15
15
|
},
|
|
16
16
|
emits: ["close", "dismiss", "motionHiddenEnd", "motionVisibleEnd"],
|
|
17
|
-
setup(
|
|
18
|
-
const m = R("p-modal"), n =
|
|
17
|
+
setup(i, { emit: r }) {
|
|
18
|
+
const m = R("p-modal"), n = i, e = c(), o = r, a = f(j), l = () => d(e, { ...n, theme: n.theme || a.value });
|
|
19
19
|
return u(() => {
|
|
20
|
-
|
|
21
|
-
}), h(
|
|
22
|
-
|
|
23
|
-
}), (s,
|
|
20
|
+
l(), t(e, "close", o), t(e, "dismiss", o), t(e, "motionHiddenEnd", o), t(e, "motionVisibleEnd", o);
|
|
21
|
+
}), h(l), y(a, (s) => {
|
|
22
|
+
d(e, { theme: n.theme || s });
|
|
23
|
+
}), (s, v) => (b(), B(C(_(m)), {
|
|
24
24
|
ref_key: "pdsComponentRef",
|
|
25
25
|
ref: e
|
|
26
26
|
}, {
|
|
@@ -32,5 +32,5 @@ const g = /* @__PURE__ */ p({
|
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
P as default
|
|
36
36
|
};
|
|
@@ -33,7 +33,7 @@ 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<PModelSignatureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PModelSignatureProps> & Readonly<{}>, {
|
|
37
37
|
size: ModelSignatureSize;
|
|
38
38
|
color: ModelSignatureColor;
|
|
39
39
|
lazy: boolean;
|
|
@@ -41,7 +41,8 @@ declare const __VLS_component: import("vue").DefineComponent<PModelSignatureProp
|
|
|
41
41
|
fetchPriority: ModelSignatureFetchPriority;
|
|
42
42
|
safeZone: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
|
-
declare const
|
|
44
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
45
|
+
declare const _default: typeof __VLS_export;
|
|
45
46
|
export default _default;
|
|
46
47
|
type __VLS_WithSlots<T, S> = T & {
|
|
47
48
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, ref as f, inject as m, onMounted as c, onUpdated as u, watch as d,
|
|
1
|
+
import { defineComponent as p, ref as f, inject as m, onMounted as c, onUpdated as u, watch as d, createBlock as i, openBlock as h, resolveDynamicComponent as y, unref as _, withCtx as C, renderSlot as B } from "vue";
|
|
2
2
|
import { usePrefix as P, themeInjectionKey as g, syncProperties as a } from "../../utils.mjs";
|
|
3
3
|
const R = /* @__PURE__ */ p({
|
|
4
4
|
__name: "ModelSignatureWrapper",
|
|
@@ -15,7 +15,7 @@ const R = /* @__PURE__ */ p({
|
|
|
15
15
|
const l = P("p-model-signature"), e = s, t = f(), n = m(g), r = () => a(t, { ...e, theme: e.theme || n.value });
|
|
16
16
|
return c(r), u(r), d(n, (o) => {
|
|
17
17
|
a(t, { theme: e.theme || o });
|
|
18
|
-
}), (o, k) => (
|
|
18
|
+
}), (o, k) => (h(), i(y(_(l)), {
|
|
19
19
|
ref_key: "pdsComponentRef",
|
|
20
20
|
ref: t
|
|
21
21
|
}, {
|
|
@@ -12,10 +12,11 @@ declare var __VLS_8: {};
|
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
13
|
default?: (props: typeof __VLS_8) => any;
|
|
14
14
|
};
|
|
15
|
-
declare const
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<PMultiSelectOptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMultiSelectOptionProps> & Readonly<{}>, {
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
19
20
|
export default _default;
|
|
20
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
21
22
|
new (): {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as s, ref as a, onMounted as l, onUpdated as c,
|
|
1
|
+
import { defineComponent as s, ref as a, onMounted as l, onUpdated as c, createBlock as f, openBlock as d, resolveDynamicComponent as i, unref as m, withCtx as u, renderSlot as _ } from "vue";
|
|
2
2
|
import { usePrefix as C, syncProperties as y } from "../../utils.mjs";
|
|
3
3
|
const P = /* @__PURE__ */ s({
|
|
4
4
|
__name: "MultiSelectOptionWrapper",
|
|
@@ -8,7 +8,7 @@ const P = /* @__PURE__ */ s({
|
|
|
8
8
|
},
|
|
9
9
|
setup(t) {
|
|
10
10
|
const n = C("p-multi-select-option"), p = t, e = a(), o = () => y(e, p);
|
|
11
|
-
return l(o), c(o), (r, k) => (
|
|
11
|
+
return l(o), c(o), (r, k) => (d(), f(i(m(n)), {
|
|
12
12
|
ref_key: "pdsComponentRef",
|
|
13
13
|
ref: e
|
|
14
14
|
}, {
|