prizm-ui-vue 2.3.6 → 2.3.8
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.
|
@@ -181,7 +181,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
181
181
|
}): any;
|
|
182
182
|
};
|
|
183
183
|
}) | null>>;
|
|
184
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
184
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
185
|
+
showMessage: FormItemProps["showMessage"];
|
|
186
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
185
187
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
186
188
|
export default _default;
|
|
187
189
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -11,7 +11,7 @@ type Slots = {
|
|
|
11
11
|
append?: unknown;
|
|
12
12
|
};
|
|
13
13
|
type ElTableProps = InstanceType<typeof ElInput>["$props"];
|
|
14
|
-
type PickedProps = Pick<ElTableProps, "disabled" | "maxlength" | "minlength" | "type" | "autosize" | "autocomplete" | "placeholder" | "suffixIcon" | "prefixIcon" | "autofocus" | "formatter" | "parser" | "modelValue" | "size" | "id">;
|
|
14
|
+
type PickedProps = Pick<ElTableProps, "disabled" | "maxlength" | "minlength" | "type" | "autosize" | "autocomplete" | "placeholder" | "suffixIcon" | "prefixIcon" | "autofocus" | "formatter" | "parser" | "modelValue" | "size" | "id" | "showPassword">;
|
|
15
15
|
type Props = {
|
|
16
16
|
disabled?: PickedProps["disabled"];
|
|
17
17
|
maxlength?: PickedProps["maxlength"];
|