ll-plus 2.5.8 → 2.5.9
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/es/component.mjs +3 -1
- package/es/component.mjs.map +1 -1
- package/es/components/advanced-filtering/index.d.ts +284 -284
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/es/components/breadcrumb-card/index.d.ts +1 -1
- package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +8 -8
- package/es/components/cascader/src/cascader.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/cropper/index.d.ts +0 -1237
- package/es/components/cropper/src/cropper-modal.vue.d.ts +0 -1237
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/easy-cron/index.d.ts +95 -95
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/components/form-component.vue.d.ts +1 -1
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +141 -141
- package/es/components/index.d.ts +1 -0
- package/es/components/input/index.d.ts +33 -33
- package/es/components/input/src/input.vue.d.ts +33 -33
- package/es/components/key-value/index.d.ts +678 -678
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/es/components/key-value/src/key-value.vue.d.ts +678 -678
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/new-drawer/index.d.ts +7 -7
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/new-modal/index.d.ts +2 -2
- package/es/components/new-modal/src/modal.vue.d.ts +2 -2
- package/es/components/rich-text-editor/index.d.ts +1 -1
- package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/src/select.vue.d.ts +4 -4
- package/es/components/select-group/index.d.ts +1 -1
- package/es/components/select-group/src/select-group.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree-search/index.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/es/components/upload-drag/index.d.ts +2 -2
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/es/components/watermark/index.d.ts +143 -0
- package/es/components/watermark/src/watermark.d.ts +4 -0
- package/es/components/watermark/src/watermark.vue.d.ts +136 -0
- package/es/index.mjs +1 -0
- package/es/index.mjs.map +1 -1
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs +22 -13
- package/es/packages/components/cropper/src/cropper-modal.vue2.mjs.map +1 -1
- package/es/packages/components/index.mjs +1 -0
- package/es/packages/components/index.mjs.map +1 -1
- package/es/packages/components/watermark/index.mjs +10 -0
- package/es/packages/components/watermark/index.mjs.map +1 -0
- package/es/packages/components/watermark/src/watermark.mjs +2 -0
- package/es/packages/components/watermark/src/watermark.mjs.map +1 -0
- package/es/packages/components/watermark/src/watermark.vue.mjs +8 -0
- package/es/packages/components/watermark/src/watermark.vue.mjs.map +1 -0
- package/es/packages/components/watermark/src/watermark.vue2.mjs +34 -0
- package/es/packages/components/watermark/src/watermark.vue2.mjs.map +1 -0
- package/es/packages/hooks/use-scroll/index.mjs +27 -1
- package/es/packages/hooks/use-scroll/index.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/global.d.ts +1 -0
- package/index.full.js +269 -201
- package/index.full.min.js +23 -23
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +23 -23
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +271 -204
- package/lib/component.js +3 -1
- package/lib/component.js.map +1 -1
- package/lib/components/advanced-filtering/index.d.ts +284 -284
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/lib/components/breadcrumb-card/index.d.ts +1 -1
- package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +8 -8
- package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/cropper/index.d.ts +0 -1237
- package/lib/components/cropper/src/cropper-modal.vue.d.ts +0 -1237
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/easy-cron/index.d.ts +95 -95
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +141 -141
- package/lib/components/index.d.ts +1 -0
- package/lib/components/input/index.d.ts +33 -33
- package/lib/components/input/src/input.vue.d.ts +33 -33
- package/lib/components/key-value/index.d.ts +678 -678
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/new-drawer/index.d.ts +7 -7
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/new-modal/index.d.ts +2 -2
- package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
- package/lib/components/rich-text-editor/index.d.ts +1 -1
- package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/src/select.vue.d.ts +4 -4
- package/lib/components/select-group/index.d.ts +1 -1
- package/lib/components/select-group/src/select-group.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree-search/index.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/lib/components/upload-drag/index.d.ts +2 -2
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/lib/components/watermark/index.d.ts +143 -0
- package/lib/components/watermark/src/watermark.d.ts +4 -0
- package/lib/components/watermark/src/watermark.vue.d.ts +136 -0
- package/lib/index.js +6 -4
- package/lib/index.js.map +1 -1
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js +22 -13
- package/lib/packages/components/cropper/src/cropper-modal.vue2.js.map +1 -1
- package/lib/packages/components/index.js +2 -0
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/watermark/index.js +15 -0
- package/lib/packages/components/watermark/index.js.map +1 -0
- package/lib/packages/components/watermark/src/watermark.js +4 -0
- package/lib/packages/components/watermark/src/watermark.js.map +1 -0
- package/lib/packages/components/watermark/src/watermark.vue.js +12 -0
- package/lib/packages/components/watermark/src/watermark.vue.js.map +1 -0
- package/lib/packages/components/watermark/src/watermark.vue2.js +38 -0
- package/lib/packages/components/watermark/src/watermark.vue2.js.map +1 -0
- package/lib/packages/hooks/use-scroll/index.js +26 -0
- package/lib/packages/hooks/use-scroll/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/cropper.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +284 -284
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
- package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
- package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +8 -8
- package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/cropper/index.d.ts +0 -1237
- package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +0 -1237
- package/types/packages/components/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
- package/types/packages/components/easy-cron/index.d.ts +95 -95
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +141 -141
- package/types/packages/components/index.d.ts +1 -0
- package/types/packages/components/input/index.d.ts +33 -33
- package/types/packages/components/input/src/input.vue.d.ts +33 -33
- package/types/packages/components/key-value/index.d.ts +678 -678
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
- package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/new-drawer/index.d.ts +7 -7
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
- package/types/packages/components/new-modal/index.d.ts +2 -2
- package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
- package/types/packages/components/rich-text-editor/index.d.ts +1 -1
- package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
- package/types/packages/components/select/index.d.ts +4 -4
- package/types/packages/components/select/src/select.vue.d.ts +4 -4
- package/types/packages/components/select-group/index.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree-search/index.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
- package/types/packages/components/upload-drag/index.d.ts +2 -2
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
- package/types/packages/components/watermark/index.d.ts +143 -0
- package/types/packages/components/watermark/src/watermark.d.ts +4 -0
- package/types/packages/components/watermark/src/watermark.vue.d.ts +136 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Tooltip from './src/tooltip.vue';
|
|
2
2
|
export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
4
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
4
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
5
5
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
6
6
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7
7
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -21,7 +21,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
21
21
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
22
22
|
}, {
|
|
23
23
|
props: import("@vue/shared").LooseRequired<{
|
|
24
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
24
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
25
25
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
26
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
27
27
|
readonly tip: string;
|
|
@@ -65,7 +65,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
65
65
|
}>;
|
|
66
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
68
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
68
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
69
69
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
70
70
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
71
71
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -84,7 +84,7 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
84
84
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
85
85
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
86
86
|
}>>, {
|
|
87
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
87
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
88
88
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
89
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
90
90
|
readonly tip: string;
|
|
@@ -3,7 +3,7 @@ import type Tooltip from './tooltip.vue';
|
|
|
3
3
|
export declare const placement: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
|
|
4
4
|
export declare const tooltipProps: {
|
|
5
5
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
6
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
7
7
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
8
8
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
9
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
3
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
3
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
4
4
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
5
5
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
6
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
21
21
|
}, {
|
|
22
22
|
props: import("@vue/shared").LooseRequired<{
|
|
23
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
23
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
24
24
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
25
25
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
26
26
|
readonly tip: string;
|
|
@@ -64,7 +64,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
}>;
|
|
65
65
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
66
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
67
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
67
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
68
68
|
readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
69
69
|
readonly tipEllipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
70
70
|
readonly tipEllipsisLine: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
readonly ellipsis: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
84
84
|
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
85
85
|
}>>, {
|
|
86
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
86
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
87
87
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
88
88
|
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
89
89
|
readonly tip: string;
|
|
@@ -103,7 +103,7 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
103
103
|
readonly onCancel?: (() => any) | undefined;
|
|
104
104
|
readonly onClickAdd?: (() => any) | undefined;
|
|
105
105
|
} & {}>;
|
|
106
|
-
emits: ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "
|
|
106
|
+
emits: ((event: "cancel") => void) & ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
107
107
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
108
108
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
109
109
|
bem: {
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
readonly onCancel?: (() => any) | undefined;
|
|
103
103
|
readonly onClickAdd?: (() => any) | undefined;
|
|
104
104
|
} & {}>;
|
|
105
|
-
emits: ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "
|
|
105
|
+
emits: ((event: "cancel") => void) & ((event: "close") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "ok") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
106
106
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
107
107
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
108
108
|
bem: {
|
|
@@ -39,7 +39,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
39
39
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "update:value" | "confirm" | "customRequest"
|
|
42
|
+
emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ export declare const LlUploadDrag: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "confirm" | "customRequest"
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
readonly onCustomRequest?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
} & {}>;
|
|
42
|
-
emits: (event: "update:value" | "confirm" | "customRequest"
|
|
42
|
+
emits: (event: "cancel" | "update:value" | "confirm" | "customRequest", ...args: any[]) => void;
|
|
43
43
|
bem: {
|
|
44
44
|
b: (blockSuffix?: string) => string;
|
|
45
45
|
e: (element?: string) => string;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
handleDragReject: () => void;
|
|
62
62
|
handleClickCancelBtn: () => void;
|
|
63
63
|
handleClickOkBtn: () => void;
|
|
64
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "confirm" | "customRequest"
|
|
64
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "update:value" | "confirm" | "customRequest")[], "cancel" | "update:value" | "confirm" | "customRequest", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
value: {
|
|
66
66
|
type: ArrayConstructor;
|
|
67
67
|
default: () => never[];
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import Watermark from './src/watermark.vue';
|
|
2
|
+
export declare const LlWatermark: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
3
|
+
attrs: {
|
|
4
|
+
[x: string]: unknown;
|
|
5
|
+
};
|
|
6
|
+
bem: {
|
|
7
|
+
b: (blockSuffix?: string) => string;
|
|
8
|
+
e: (element?: string) => string;
|
|
9
|
+
m: (modifier?: string) => string;
|
|
10
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
11
|
+
em: (element: string, modifier: string) => string;
|
|
12
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
13
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
14
|
+
is: (name?: string) => string;
|
|
15
|
+
};
|
|
16
|
+
readonly Watermark: {
|
|
17
|
+
new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
zIndex: NumberConstructor;
|
|
19
|
+
rotate: NumberConstructor;
|
|
20
|
+
width: NumberConstructor;
|
|
21
|
+
height: NumberConstructor;
|
|
22
|
+
image: StringConstructor;
|
|
23
|
+
content: {
|
|
24
|
+
type: import("vue").PropType<string | string[]>;
|
|
25
|
+
default: string | string[];
|
|
26
|
+
};
|
|
27
|
+
font: {
|
|
28
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
29
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
30
|
+
};
|
|
31
|
+
rootClassName: StringConstructor;
|
|
32
|
+
gap: {
|
|
33
|
+
type: import("vue").PropType<[number, number]>;
|
|
34
|
+
default: [number, number];
|
|
35
|
+
};
|
|
36
|
+
offset: {
|
|
37
|
+
type: import("vue").PropType<[number, number]>;
|
|
38
|
+
default: [number, number];
|
|
39
|
+
};
|
|
40
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
41
|
+
zIndex: NumberConstructor;
|
|
42
|
+
rotate: NumberConstructor;
|
|
43
|
+
width: NumberConstructor;
|
|
44
|
+
height: NumberConstructor;
|
|
45
|
+
image: StringConstructor;
|
|
46
|
+
content: {
|
|
47
|
+
type: import("vue").PropType<string | string[]>;
|
|
48
|
+
default: string | string[];
|
|
49
|
+
};
|
|
50
|
+
font: {
|
|
51
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
52
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
53
|
+
};
|
|
54
|
+
rootClassName: StringConstructor;
|
|
55
|
+
gap: {
|
|
56
|
+
type: import("vue").PropType<[number, number]>;
|
|
57
|
+
default: [number, number];
|
|
58
|
+
};
|
|
59
|
+
offset: {
|
|
60
|
+
type: import("vue").PropType<[number, number]>;
|
|
61
|
+
default: [number, number];
|
|
62
|
+
};
|
|
63
|
+
}>>, {
|
|
64
|
+
content: string | string[];
|
|
65
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
66
|
+
gap: [number, number];
|
|
67
|
+
offset: [number, number];
|
|
68
|
+
}, true, {}, {}, {
|
|
69
|
+
P: {};
|
|
70
|
+
B: {};
|
|
71
|
+
D: {};
|
|
72
|
+
C: {};
|
|
73
|
+
M: {};
|
|
74
|
+
Defaults: {};
|
|
75
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
+
zIndex: NumberConstructor;
|
|
77
|
+
rotate: NumberConstructor;
|
|
78
|
+
width: NumberConstructor;
|
|
79
|
+
height: NumberConstructor;
|
|
80
|
+
image: StringConstructor;
|
|
81
|
+
content: {
|
|
82
|
+
type: import("vue").PropType<string | string[]>;
|
|
83
|
+
default: string | string[];
|
|
84
|
+
};
|
|
85
|
+
font: {
|
|
86
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
87
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
88
|
+
};
|
|
89
|
+
rootClassName: StringConstructor;
|
|
90
|
+
gap: {
|
|
91
|
+
type: import("vue").PropType<[number, number]>;
|
|
92
|
+
default: [number, number];
|
|
93
|
+
};
|
|
94
|
+
offset: {
|
|
95
|
+
type: import("vue").PropType<[number, number]>;
|
|
96
|
+
default: [number, number];
|
|
97
|
+
};
|
|
98
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
99
|
+
content: string | string[];
|
|
100
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
101
|
+
gap: [number, number];
|
|
102
|
+
offset: [number, number];
|
|
103
|
+
}>;
|
|
104
|
+
__isFragment?: undefined;
|
|
105
|
+
__isTeleport?: undefined;
|
|
106
|
+
__isSuspense?: undefined;
|
|
107
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
zIndex: NumberConstructor;
|
|
109
|
+
rotate: NumberConstructor;
|
|
110
|
+
width: NumberConstructor;
|
|
111
|
+
height: NumberConstructor;
|
|
112
|
+
image: StringConstructor;
|
|
113
|
+
content: {
|
|
114
|
+
type: import("vue").PropType<string | string[]>;
|
|
115
|
+
default: string | string[];
|
|
116
|
+
};
|
|
117
|
+
font: {
|
|
118
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
119
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
120
|
+
};
|
|
121
|
+
rootClassName: StringConstructor;
|
|
122
|
+
gap: {
|
|
123
|
+
type: import("vue").PropType<[number, number]>;
|
|
124
|
+
default: [number, number];
|
|
125
|
+
};
|
|
126
|
+
offset: {
|
|
127
|
+
type: import("vue").PropType<[number, number]>;
|
|
128
|
+
default: [number, number];
|
|
129
|
+
};
|
|
130
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
131
|
+
content: string | string[];
|
|
132
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
133
|
+
gap: [number, number];
|
|
134
|
+
offset: [number, number];
|
|
135
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
136
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
137
|
+
export default LlWatermark;
|
|
138
|
+
export * from './src/watermark';
|
|
139
|
+
declare module 'vue' {
|
|
140
|
+
interface GlobalComponents {
|
|
141
|
+
LlWatermark: typeof Watermark;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
attrs: {
|
|
3
|
+
[x: string]: unknown;
|
|
4
|
+
};
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
15
|
+
readonly Watermark: {
|
|
16
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
zIndex: NumberConstructor;
|
|
18
|
+
rotate: NumberConstructor;
|
|
19
|
+
width: NumberConstructor;
|
|
20
|
+
height: NumberConstructor;
|
|
21
|
+
image: StringConstructor;
|
|
22
|
+
content: {
|
|
23
|
+
type: import("vue").PropType<string | string[]>;
|
|
24
|
+
default: string | string[];
|
|
25
|
+
};
|
|
26
|
+
font: {
|
|
27
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
28
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
29
|
+
};
|
|
30
|
+
rootClassName: StringConstructor;
|
|
31
|
+
gap: {
|
|
32
|
+
type: import("vue").PropType<[number, number]>;
|
|
33
|
+
default: [number, number];
|
|
34
|
+
};
|
|
35
|
+
offset: {
|
|
36
|
+
type: import("vue").PropType<[number, number]>;
|
|
37
|
+
default: [number, number];
|
|
38
|
+
};
|
|
39
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
zIndex: NumberConstructor;
|
|
41
|
+
rotate: NumberConstructor;
|
|
42
|
+
width: NumberConstructor;
|
|
43
|
+
height: NumberConstructor;
|
|
44
|
+
image: StringConstructor;
|
|
45
|
+
content: {
|
|
46
|
+
type: import("vue").PropType<string | string[]>;
|
|
47
|
+
default: string | string[];
|
|
48
|
+
};
|
|
49
|
+
font: {
|
|
50
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
51
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
52
|
+
};
|
|
53
|
+
rootClassName: StringConstructor;
|
|
54
|
+
gap: {
|
|
55
|
+
type: import("vue").PropType<[number, number]>;
|
|
56
|
+
default: [number, number];
|
|
57
|
+
};
|
|
58
|
+
offset: {
|
|
59
|
+
type: import("vue").PropType<[number, number]>;
|
|
60
|
+
default: [number, number];
|
|
61
|
+
};
|
|
62
|
+
}>>, {
|
|
63
|
+
content: string | string[];
|
|
64
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
65
|
+
gap: [number, number];
|
|
66
|
+
offset: [number, number];
|
|
67
|
+
}, true, {}, {}, {
|
|
68
|
+
P: {};
|
|
69
|
+
B: {};
|
|
70
|
+
D: {};
|
|
71
|
+
C: {};
|
|
72
|
+
M: {};
|
|
73
|
+
Defaults: {};
|
|
74
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
+
zIndex: NumberConstructor;
|
|
76
|
+
rotate: NumberConstructor;
|
|
77
|
+
width: NumberConstructor;
|
|
78
|
+
height: NumberConstructor;
|
|
79
|
+
image: StringConstructor;
|
|
80
|
+
content: {
|
|
81
|
+
type: import("vue").PropType<string | string[]>;
|
|
82
|
+
default: string | string[];
|
|
83
|
+
};
|
|
84
|
+
font: {
|
|
85
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
86
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
87
|
+
};
|
|
88
|
+
rootClassName: StringConstructor;
|
|
89
|
+
gap: {
|
|
90
|
+
type: import("vue").PropType<[number, number]>;
|
|
91
|
+
default: [number, number];
|
|
92
|
+
};
|
|
93
|
+
offset: {
|
|
94
|
+
type: import("vue").PropType<[number, number]>;
|
|
95
|
+
default: [number, number];
|
|
96
|
+
};
|
|
97
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
98
|
+
content: string | string[];
|
|
99
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
100
|
+
gap: [number, number];
|
|
101
|
+
offset: [number, number];
|
|
102
|
+
}>;
|
|
103
|
+
__isFragment?: undefined;
|
|
104
|
+
__isTeleport?: undefined;
|
|
105
|
+
__isSuspense?: undefined;
|
|
106
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
zIndex: NumberConstructor;
|
|
108
|
+
rotate: NumberConstructor;
|
|
109
|
+
width: NumberConstructor;
|
|
110
|
+
height: NumberConstructor;
|
|
111
|
+
image: StringConstructor;
|
|
112
|
+
content: {
|
|
113
|
+
type: import("vue").PropType<string | string[]>;
|
|
114
|
+
default: string | string[];
|
|
115
|
+
};
|
|
116
|
+
font: {
|
|
117
|
+
type: import("vue").PropType<import("ant-design-vue/es/watermark").WatermarkFontType>;
|
|
118
|
+
default: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
119
|
+
};
|
|
120
|
+
rootClassName: StringConstructor;
|
|
121
|
+
gap: {
|
|
122
|
+
type: import("vue").PropType<[number, number]>;
|
|
123
|
+
default: [number, number];
|
|
124
|
+
};
|
|
125
|
+
offset: {
|
|
126
|
+
type: import("vue").PropType<[number, number]>;
|
|
127
|
+
default: [number, number];
|
|
128
|
+
};
|
|
129
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
130
|
+
content: string | string[];
|
|
131
|
+
font: import("ant-design-vue/es/watermark").WatermarkFontType;
|
|
132
|
+
gap: [number, number];
|
|
133
|
+
offset: [number, number];
|
|
134
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
135
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
136
|
+
export default _default;
|
|
@@ -27,6 +27,6 @@ export declare const buildProp: <Type = never, Value = never, Validator = never,
|
|
|
27
27
|
export type TestProps = Record<string, {
|
|
28
28
|
[epPropKey]: true;
|
|
29
29
|
} | NativePropType | EpPropInput<any, any, any, any, any>>;
|
|
30
|
-
export declare const buildProps: <Props extends Record<string, {
|
|
30
|
+
export declare const buildProps: <Props extends Record<string, NativePropType | EpPropInput<any, any, any, any, any> | {
|
|
31
31
|
__epPropKey: true;
|
|
32
|
-
}
|
|
32
|
+
}>>(props: Props) => { [K in keyof Props]: IfEpProp<Props[K], Props[K], IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>>; };
|