ll-plus 2.4.19 → 2.5.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/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/drawer/index.d.ts +5 -5
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +3 -3
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
- 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/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 -11
- package/es/components/new-drawer/src/drawer.d.ts +0 -1
- package/es/components/new-drawer/src/drawer.vue.d.ts +7 -11
- 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/packages/components/new-drawer/src/drawer.mjs +0 -7
- package/es/packages/components/new-drawer/src/drawer.mjs.map +1 -1
- package/index.full.js +0 -7
- package/index.full.min.js +9 -9
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +1 -1
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +0 -7
- 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/drawer/index.d.ts +5 -5
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +3 -3
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
- 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/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 -11
- package/lib/components/new-drawer/src/drawer.d.ts +0 -1
- package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -11
- 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/packages/components/new-drawer/src/drawer.js +0 -7
- package/lib/packages/components/new-drawer/src/drawer.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/breadcrumb-card.css +1 -1
- package/theme-chalk/css/index.css +2 -2
- package/theme-chalk/css/new-drawer.css +1 -1
- package/theme-chalk/css/new-modal.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/drawer/index.d.ts +5 -5
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +3 -3
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +3 -3
- 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/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 -11
- package/types/packages/components/new-drawer/src/drawer.d.ts +0 -1
- package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -11
- 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
|
@@ -28,7 +28,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
28
28
|
readonly onOk?: (() => any) | undefined;
|
|
29
29
|
readonly onCancel?: (() => any) | undefined;
|
|
30
30
|
} & {}>;
|
|
31
|
-
emits: ((event: "
|
|
31
|
+
emits: ((event: "update:open") => void) & ((event: "ok") => void) & ((event: "cancel") => void);
|
|
32
32
|
attrs: {
|
|
33
33
|
[x: string]: unknown;
|
|
34
34
|
};
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
readonly onOk?: (() => any) | undefined;
|
|
29
29
|
readonly onCancel?: (() => any) | undefined;
|
|
30
30
|
} & {}>;
|
|
31
|
-
emits: ((event: "
|
|
31
|
+
emits: ((event: "update:open") => void) & ((event: "ok") => void) & ((event: "cancel") => void);
|
|
32
32
|
attrs: {
|
|
33
33
|
[x: string]: unknown;
|
|
34
34
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import Drawer from './src/drawer.vue';
|
|
2
2
|
export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
5
4
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
5
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
7
6
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -43,7 +42,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
43
42
|
readonly title: string;
|
|
44
43
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
44
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
46
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
47
45
|
readonly rootClassName: string;
|
|
48
46
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
49
47
|
readonly cancelText: string;
|
|
@@ -73,11 +71,11 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
73
71
|
readonly onConfirm?: (() => any) | undefined;
|
|
74
72
|
readonly onCancel?: (() => any) | undefined;
|
|
75
73
|
} & {}>;
|
|
76
|
-
emits: ((event: "
|
|
74
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:open") => void) & ((event: "cancel") => void);
|
|
77
75
|
attrs: {
|
|
78
76
|
[x: string]: unknown;
|
|
79
77
|
};
|
|
80
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
78
|
+
scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
|
|
81
79
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
82
80
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
83
81
|
getBindValue: import("vue").ComputedRef<Partial<import("vue").ExtractPropTypes<{
|
|
@@ -152,7 +150,7 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
152
150
|
zIndex: NumberConstructor;
|
|
153
151
|
prefixCls: StringConstructor;
|
|
154
152
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
155
|
-
placement: import("vue-types").VueTypeDef<"
|
|
153
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
156
154
|
keyboard: {
|
|
157
155
|
type: BooleanConstructor;
|
|
158
156
|
default: any;
|
|
@@ -266,7 +264,7 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
266
264
|
zIndex: NumberConstructor;
|
|
267
265
|
prefixCls: StringConstructor;
|
|
268
266
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
269
|
-
placement: import("vue-types").VueTypeDef<"
|
|
267
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
270
268
|
keyboard: {
|
|
271
269
|
type: BooleanConstructor;
|
|
272
270
|
default: any;
|
|
@@ -363,7 +361,7 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
363
361
|
zIndex: NumberConstructor;
|
|
364
362
|
prefixCls: StringConstructor;
|
|
365
363
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
366
|
-
placement: import("vue-types").VueTypeDef<"
|
|
364
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
367
365
|
keyboard: {
|
|
368
366
|
type: BooleanConstructor;
|
|
369
367
|
default: any;
|
|
@@ -492,7 +490,7 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
492
490
|
zIndex: NumberConstructor;
|
|
493
491
|
prefixCls: StringConstructor;
|
|
494
492
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
495
|
-
placement: import("vue-types").VueTypeDef<"
|
|
493
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
496
494
|
keyboard: {
|
|
497
495
|
type: BooleanConstructor;
|
|
498
496
|
default: any;
|
|
@@ -611,7 +609,7 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
611
609
|
zIndex: NumberConstructor;
|
|
612
610
|
prefixCls: StringConstructor;
|
|
613
611
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
614
|
-
placement: import("vue-types").VueTypeDef<"
|
|
612
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
615
613
|
keyboard: {
|
|
616
614
|
type: BooleanConstructor;
|
|
617
615
|
default: any;
|
|
@@ -669,7 +667,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
669
667
|
readonly 'update:open': () => boolean;
|
|
670
668
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
671
669
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
672
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
673
670
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
674
671
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
675
672
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -715,7 +712,6 @@ export declare const LlNewDrawer: import("ll-plus/es/utils").SFCWithInstall<impo
|
|
|
715
712
|
readonly title: string;
|
|
716
713
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
714
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
719
715
|
readonly rootClassName: string;
|
|
720
716
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
721
717
|
readonly cancelText: string;
|
|
@@ -2,7 +2,6 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
2
2
|
import type Drawer from './drawer.vue';
|
|
3
3
|
export declare const newDrawerProps: {
|
|
4
4
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
6
5
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7
6
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
8
7
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
3
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
4
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
6
5
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -42,7 +41,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
41
|
readonly title: string;
|
|
43
42
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
43
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
45
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
46
44
|
readonly rootClassName: string;
|
|
47
45
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
46
|
readonly cancelText: string;
|
|
@@ -72,11 +70,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
70
|
readonly onConfirm?: (() => any) | undefined;
|
|
73
71
|
readonly onCancel?: (() => any) | undefined;
|
|
74
72
|
} & {}>;
|
|
75
|
-
emits: ((event: "
|
|
73
|
+
emits: ((event: "close") => void) & ((event: "confirm") => void) & ((event: "update:open") => void) & ((event: "cancel") => void);
|
|
76
74
|
attrs: {
|
|
77
75
|
[x: string]: unknown;
|
|
78
76
|
};
|
|
79
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
77
|
+
scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
|
|
80
78
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
81
79
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
82
80
|
getBindValue: import("vue").ComputedRef<Partial<import("vue").ExtractPropTypes<{
|
|
@@ -151,7 +149,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
149
|
zIndex: NumberConstructor;
|
|
152
150
|
prefixCls: StringConstructor;
|
|
153
151
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
154
|
-
placement: import("vue-types").VueTypeDef<"
|
|
152
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
155
153
|
keyboard: {
|
|
156
154
|
type: BooleanConstructor;
|
|
157
155
|
default: any;
|
|
@@ -265,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
263
|
zIndex: NumberConstructor;
|
|
266
264
|
prefixCls: StringConstructor;
|
|
267
265
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
268
|
-
placement: import("vue-types").VueTypeDef<"
|
|
266
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
269
267
|
keyboard: {
|
|
270
268
|
type: BooleanConstructor;
|
|
271
269
|
default: any;
|
|
@@ -362,7 +360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
362
360
|
zIndex: NumberConstructor;
|
|
363
361
|
prefixCls: StringConstructor;
|
|
364
362
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
365
|
-
placement: import("vue-types").VueTypeDef<"
|
|
363
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
366
364
|
keyboard: {
|
|
367
365
|
type: BooleanConstructor;
|
|
368
366
|
default: any;
|
|
@@ -491,7 +489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
491
489
|
zIndex: NumberConstructor;
|
|
492
490
|
prefixCls: StringConstructor;
|
|
493
491
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
494
|
-
placement: import("vue-types").VueTypeDef<"
|
|
492
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
495
493
|
keyboard: {
|
|
496
494
|
type: BooleanConstructor;
|
|
497
495
|
default: any;
|
|
@@ -610,7 +608,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
610
608
|
zIndex: NumberConstructor;
|
|
611
609
|
prefixCls: StringConstructor;
|
|
612
610
|
push: import("vue-types").VueTypeDef<boolean | import("ant-design-vue/es/drawer").PushState>;
|
|
613
|
-
placement: import("vue-types").VueTypeDef<"
|
|
611
|
+
placement: import("vue-types").VueTypeDef<"left" | "right" | "top" | "bottom">;
|
|
614
612
|
keyboard: {
|
|
615
613
|
type: BooleanConstructor;
|
|
616
614
|
default: any;
|
|
@@ -668,7 +666,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
668
666
|
readonly 'update:open': () => boolean;
|
|
669
667
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
670
668
|
readonly rootClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
671
|
-
readonly width: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "560px", boolean>;
|
|
672
669
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
673
670
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "新增", boolean>;
|
|
674
671
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -714,7 +711,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
714
711
|
readonly title: string;
|
|
715
712
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
716
713
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
|
-
readonly width: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
718
714
|
readonly rootClassName: string;
|
|
719
715
|
readonly confirmLoading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
716
|
readonly cancelText: string;
|
|
@@ -72,11 +72,11 @@ export declare const LlNewModal: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
72
72
|
readonly onOk?: (() => any) | undefined;
|
|
73
73
|
readonly onCancel?: (() => any) | undefined;
|
|
74
74
|
} & {}>;
|
|
75
|
-
emits: ((event: "
|
|
75
|
+
emits: ((event: "update:open") => void) & ((event: "ok") => void) & ((event: "cancel") => void);
|
|
76
76
|
attrs: {
|
|
77
77
|
[x: string]: unknown;
|
|
78
78
|
};
|
|
79
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
79
|
+
scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
|
|
80
80
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
81
81
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
82
82
|
modal: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -71,11 +71,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
readonly onOk?: (() => any) | undefined;
|
|
72
72
|
readonly onCancel?: (() => any) | undefined;
|
|
73
73
|
} & {}>;
|
|
74
|
-
emits: ((event: "
|
|
74
|
+
emits: ((event: "update:open") => void) & ((event: "ok") => void) & ((event: "cancel") => void);
|
|
75
75
|
attrs: {
|
|
76
76
|
[x: string]: unknown;
|
|
77
77
|
};
|
|
78
|
-
scrollPosition: import("vue").Ref<("top" | "
|
|
78
|
+
scrollPosition: import("vue").Ref<("top" | "bottom" | "scrolling") | undefined>;
|
|
79
79
|
isHasScrollBar: import("vue").Ref<boolean>;
|
|
80
80
|
scrollRef: import("vue").Ref<HTMLElement | undefined>;
|
|
81
81
|
modal: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -65,7 +65,7 @@ export declare const LlRichTextEditor: import("ll-plus/es/utils").SFCWithInstall
|
|
|
65
65
|
readonly onCreated?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
66
66
|
readonly onDestroyed?: ((editor: import("@wangeditor/core").IDomEditor) => any) | undefined;
|
|
67
67
|
} & {}>;
|
|
68
|
-
emits: ((event: "
|
|
68
|
+
emits: ((event: "focus", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "change", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "created", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "destroyed", editor: import("@wangeditor/core").IDomEditor) => void) & ((event: "paste", args_0: [import("@wangeditor/core").IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
69
69
|
editorRef: import("vue").ShallowRef<any>;
|
|
70
70
|
innerValue: import("vue").Ref<string>;
|
|
71
71
|
loading: import("vue").Ref<boolean>;
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
readonly onCreated?: ((editor: IDomEditor) => any) | undefined;
|
|
68
68
|
readonly onDestroyed?: ((editor: IDomEditor) => any) | undefined;
|
|
69
69
|
} & {}>;
|
|
70
|
-
emits: ((event: "
|
|
70
|
+
emits: ((event: "focus", editor: IDomEditor) => void) & ((event: "change", editor: IDomEditor) => void) & ((event: "update:value", val: string) => void) & ((event: "blur", editor: IDomEditor) => void) & ((event: "created", editor: IDomEditor) => void) & ((event: "destroyed", editor: IDomEditor) => void) & ((event: "paste", args_0: [IDomEditor, (bool: boolean) => void]) => void) & ((event: "alert", args_0: [any, any]) => void);
|
|
71
71
|
editorRef: import("vue").ShallowRef<any>;
|
|
72
72
|
innerValue: import("vue").Ref<string>;
|
|
73
73
|
loading: import("vue").Ref<boolean>;
|
|
@@ -104,7 +104,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
104
104
|
};
|
|
105
105
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
106
106
|
showAction: {
|
|
107
|
-
type: import("vue").PropType<("
|
|
107
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
108
108
|
};
|
|
109
109
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
110
110
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -270,7 +270,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
270
270
|
};
|
|
271
271
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
272
272
|
showAction: {
|
|
273
|
-
type: import("vue").PropType<("
|
|
273
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
274
274
|
};
|
|
275
275
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
276
276
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -480,7 +480,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
480
480
|
};
|
|
481
481
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
482
482
|
showAction: {
|
|
483
|
-
type: import("vue").PropType<("
|
|
483
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
484
484
|
};
|
|
485
485
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
486
486
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -674,7 +674,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
|
|
|
674
674
|
};
|
|
675
675
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
676
676
|
showAction: {
|
|
677
|
-
type: import("vue").PropType<("
|
|
677
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
678
678
|
};
|
|
679
679
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
680
680
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
101
101
|
};
|
|
102
102
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
103
103
|
showAction: {
|
|
104
|
-
type: import("vue").PropType<("
|
|
104
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
105
105
|
};
|
|
106
106
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
107
107
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
267
267
|
};
|
|
268
268
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
269
269
|
showAction: {
|
|
270
|
-
type: import("vue").PropType<("
|
|
270
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
271
271
|
};
|
|
272
272
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
273
273
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
477
477
|
};
|
|
478
478
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
479
479
|
showAction: {
|
|
480
|
-
type: import("vue").PropType<("
|
|
480
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
481
481
|
};
|
|
482
482
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
483
483
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -671,7 +671,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
671
671
|
};
|
|
672
672
|
options: import("vue").PropType<import("ant-design-vue/es/select").DefaultOptionType[]>;
|
|
673
673
|
showAction: {
|
|
674
|
-
type: import("vue").PropType<("
|
|
674
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
675
675
|
};
|
|
676
676
|
placeholder: import("vue-types").VueTypeValidableDef<any>;
|
|
677
677
|
onDeselect: import("vue").PropType<import("ant-design-vue/es/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/es/select").LabeledValue, import("ant-design-vue/es/select").DefaultOptionType>>;
|
|
@@ -31,7 +31,7 @@ export declare const LlSelectGroup: import("ll-plus/es/utils").SFCWithInstall<im
|
|
|
31
31
|
name?: string | undefined;
|
|
32
32
|
value?: any;
|
|
33
33
|
}[] | undefined;
|
|
34
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
34
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
35
35
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
36
36
|
}[]>;
|
|
37
37
|
bem: {
|
|
@@ -26,7 +26,7 @@ export declare const selectGroupData: {
|
|
|
26
26
|
__epPropKey: true;
|
|
27
27
|
};
|
|
28
28
|
readonly showFormType: {
|
|
29
|
-
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
29
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown>>;
|
|
30
30
|
readonly required: false;
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
name?: string | undefined;
|
|
32
32
|
value?: any;
|
|
33
33
|
}[] | undefined;
|
|
34
|
-
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
34
|
+
readonly showFormType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "select" | "input" | "range-picker" | "treeSelect", unknown> | undefined;
|
|
35
35
|
readonly noFirstAddAll?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
36
36
|
}[]>;
|
|
37
37
|
bem: {
|
|
@@ -9,10 +9,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
9
9
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly scroll: any;
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
13
|
readonly dataSource: any[];
|
|
15
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
|
+
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
17
17
|
readonly settingKey: string;
|
|
18
18
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -29,10 +29,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly scroll: any;
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
33
|
readonly dataSource: any[];
|
|
35
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
|
+
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
37
37
|
readonly settingKey: string;
|
|
38
38
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -271,10 +271,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly scroll: any;
|
|
275
274
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
275
|
readonly dataSource: any[];
|
|
277
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
|
+
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
279
279
|
readonly settingKey: string;
|
|
280
280
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -478,10 +478,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly scroll: any;
|
|
482
481
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
482
|
readonly dataSource: any[];
|
|
484
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
|
+
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
486
486
|
readonly settingKey: string;
|
|
487
487
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -573,10 +573,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
573
573
|
readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
|
|
574
574
|
} & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
575
575
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
576
|
-
readonly scroll: any;
|
|
577
576
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
577
|
readonly dataSource: any[];
|
|
579
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
|
+
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
581
581
|
readonly settingKey: string;
|
|
582
582
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -593,10 +593,10 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
593
593
|
readonly resizeColumn?: Function | undefined;
|
|
594
594
|
readonly dragChange?: Function | undefined;
|
|
595
595
|
}) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
|
|
596
|
-
readonly scroll: any;
|
|
597
596
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
597
|
readonly dataSource: any[];
|
|
599
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
|
+
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
601
601
|
readonly settingKey: string;
|
|
602
602
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -74,10 +74,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
76
|
props: import("@vue/shared").LooseRequired<{
|
|
77
|
-
readonly scroll: any;
|
|
78
77
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
79
78
|
readonly dataSource: any[];
|
|
80
79
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
80
|
+
readonly scroll: any;
|
|
81
81
|
readonly operateWidth: number;
|
|
82
82
|
readonly settingKey: string;
|
|
83
83
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -281,10 +281,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
281
|
}>> & {
|
|
282
282
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
283
283
|
}, {
|
|
284
|
-
readonly scroll: any;
|
|
285
284
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
286
285
|
readonly dataSource: any[];
|
|
287
286
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
287
|
+
readonly scroll: any;
|
|
288
288
|
readonly operateWidth: number;
|
|
289
289
|
readonly settingKey: string;
|
|
290
290
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -11,10 +11,10 @@ export declare const tableProps: {
|
|
|
11
11
|
readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
|
|
12
12
|
} & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
13
13
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
14
|
-
readonly scroll: any;
|
|
15
14
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
16
15
|
readonly dataSource: any[];
|
|
17
16
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
17
|
+
readonly scroll: any;
|
|
18
18
|
readonly operateWidth: number;
|
|
19
19
|
readonly settingKey: string;
|
|
20
20
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -31,10 +31,10 @@ export declare const tableProps: {
|
|
|
31
31
|
readonly resizeColumn?: Function | undefined;
|
|
32
32
|
readonly dragChange?: Function | undefined;
|
|
33
33
|
}) | (() => MainTableProps) | ((new (...args: any[]) => {
|
|
34
|
-
readonly scroll: any;
|
|
35
34
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
36
35
|
readonly dataSource: any[];
|
|
37
36
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
37
|
+
readonly scroll: any;
|
|
38
38
|
readonly operateWidth: number;
|
|
39
39
|
readonly settingKey: string;
|
|
40
40
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,10 +9,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
10
10
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
11
11
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
12
|
-
readonly scroll: any;
|
|
13
12
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
14
13
|
readonly dataSource: any[];
|
|
15
14
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
15
|
+
readonly scroll: any;
|
|
16
16
|
readonly operateWidth: number;
|
|
17
17
|
readonly settingKey: string;
|
|
18
18
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -29,10 +29,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
readonly resizeColumn?: Function | undefined;
|
|
30
30
|
readonly dragChange?: Function | undefined;
|
|
31
31
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
32
|
-
readonly scroll: any;
|
|
33
32
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
34
33
|
readonly dataSource: any[];
|
|
35
34
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
35
|
+
readonly scroll: any;
|
|
36
36
|
readonly operateWidth: number;
|
|
37
37
|
readonly settingKey: string;
|
|
38
38
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -271,10 +271,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
271
|
};
|
|
272
272
|
}, {
|
|
273
273
|
props: import("@vue/shared").LooseRequired<{
|
|
274
|
-
readonly scroll: any;
|
|
275
274
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
276
275
|
readonly dataSource: any[];
|
|
277
276
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
277
|
+
readonly scroll: any;
|
|
278
278
|
readonly operateWidth: number;
|
|
279
279
|
readonly settingKey: string;
|
|
280
280
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -478,10 +478,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
478
|
}>> & {
|
|
479
479
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
readonly scroll: any;
|
|
482
481
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
483
482
|
readonly dataSource: any[];
|
|
484
483
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
484
|
+
readonly scroll: any;
|
|
485
485
|
readonly operateWidth: number;
|
|
486
486
|
readonly settingKey: string;
|
|
487
487
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -573,10 +573,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
573
573
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
574
574
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
575
575
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
576
|
-
readonly scroll: any;
|
|
577
576
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
578
577
|
readonly dataSource: any[];
|
|
579
578
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
579
|
+
readonly scroll: any;
|
|
580
580
|
readonly operateWidth: number;
|
|
581
581
|
readonly settingKey: string;
|
|
582
582
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -593,10 +593,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
593
593
|
readonly resizeColumn?: Function | undefined;
|
|
594
594
|
readonly dragChange?: Function | undefined;
|
|
595
595
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
596
|
-
readonly scroll: any;
|
|
597
596
|
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
598
597
|
readonly dataSource: any[];
|
|
599
598
|
readonly contentType: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "card" | "table", unknown>;
|
|
599
|
+
readonly scroll: any;
|
|
600
600
|
readonly operateWidth: number;
|
|
601
601
|
readonly settingKey: string;
|
|
602
602
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
45
45
|
};
|
|
46
46
|
name: StringConstructor;
|
|
47
47
|
type: {
|
|
48
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
49
|
-
default: "number" | "month" | "
|
|
48
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
49
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
50
50
|
};
|
|
51
51
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
52
52
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
144
144
|
};
|
|
145
145
|
name: StringConstructor;
|
|
146
146
|
type: {
|
|
147
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
148
|
-
default: "number" | "month" | "
|
|
147
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
148
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
149
149
|
};
|
|
150
150
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
151
151
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
213
213
|
};
|
|
214
214
|
}>>, {
|
|
215
215
|
value: string | number;
|
|
216
|
-
type: "number" | "month" | "
|
|
216
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
217
217
|
focused: boolean;
|
|
218
218
|
hidden: boolean;
|
|
219
219
|
disabled: boolean;
|