ll-plus 2.1.21 → 2.2.0
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 +312 -312
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/es/components/api-component/index.d.ts +30 -30
- package/es/components/api-component/src/api-component.vue.d.ts +30 -30
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- 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/code-editor/index.d.ts +3 -3
- package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/src/input-number.vue.d.ts +3 -3
- package/es/components/key-value/index.d.ts +6 -6
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/es/components/key-value/src/key-value.vue.d.ts +6 -6
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/number-range/index.d.ts +6 -6
- package/es/components/number-range/src/number-range.vue.d.ts +6 -6
- package/es/components/operate-icon/index.d.ts +6 -6
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- 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/components/main-table.vue2.mjs +13 -8
- package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
- 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/table/src/table.vue2.mjs +15 -10
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/tag-group/index.d.ts +3 -3
- package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
- 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/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/index.full.js +26 -16
- package/index.full.min.js +10 -10
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +10 -10
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +26 -16
- package/lib/components/advanced-filtering/index.d.ts +312 -312
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/lib/components/api-component/index.d.ts +30 -30
- package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- 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/code-editor/index.d.ts +3 -3
- package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
- package/lib/components/key-value/index.d.ts +6 -6
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/number-range/index.d.ts +6 -6
- package/lib/components/number-range/src/number-range.vue.d.ts +6 -6
- package/lib/components/operate-icon/index.d.ts +6 -6
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- 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/components/main-table.vue2.js +12 -7
- package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
- 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/table/src/table.vue2.js +14 -9
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/tag-group/index.d.ts +3 -3
- package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
- 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/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +312 -312
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
- package/types/packages/components/api-component/index.d.ts +30 -30
- package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- 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/code-editor/index.d.ts +3 -3
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/input-number/index.d.ts +3 -3
- package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
- package/types/packages/components/key-value/index.d.ts +6 -6
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
- package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/number-range/index.d.ts +6 -6
- package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -6
- package/types/packages/components/operate-icon/index.d.ts +6 -6
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- 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/tag-group/index.d.ts +3 -3
- package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
- 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/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
8
8
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
9
9
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
10
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
11
10
|
readonly dataSource: any[];
|
|
11
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
12
12
|
readonly settingKey: string;
|
|
13
13
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14
14
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
readonly resizeColumn?: Function | undefined;
|
|
26
26
|
readonly dragChange?: Function | undefined;
|
|
27
27
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
28
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
29
28
|
readonly dataSource: any[];
|
|
29
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
30
30
|
readonly settingKey: string;
|
|
31
31
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
32
32
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
245
|
};
|
|
246
246
|
}, {
|
|
247
247
|
props: import("@vue/shared").LooseRequired<{
|
|
248
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
249
248
|
readonly dataSource: any[];
|
|
249
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
250
250
|
readonly settingKey: string;
|
|
251
251
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
252
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -442,8 +442,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
442
|
}>> & {
|
|
443
443
|
onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
446
445
|
readonly dataSource: any[];
|
|
446
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
447
447
|
readonly settingKey: string;
|
|
448
448
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
449
449
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -529,8 +529,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
529
529
|
readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
|
|
530
530
|
} & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
|
|
531
531
|
readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
|
|
532
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
533
532
|
readonly dataSource: any[];
|
|
533
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
534
534
|
readonly settingKey: string;
|
|
535
535
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
536
536
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -547,8 +547,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
547
|
readonly resizeColumn?: Function | undefined;
|
|
548
548
|
readonly dragChange?: Function | undefined;
|
|
549
549
|
}) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
|
|
550
|
-
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
551
550
|
readonly dataSource: any[];
|
|
551
|
+
readonly columns: import("ant-design-vue").TableColumnProps[];
|
|
552
552
|
readonly settingKey: string;
|
|
553
553
|
readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
554
554
|
readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6,11 +6,11 @@ export declare const LlTagGroup: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6
6
|
props: import("@vue/shared").LooseRequired<{
|
|
7
7
|
readonly value: string;
|
|
8
8
|
readonly options: string[];
|
|
9
|
-
readonly onChange?: ((value: string) => any) | undefined;
|
|
10
9
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
10
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
11
11
|
readonly "onUpdate:options"?: ((value: any) => any) | undefined;
|
|
12
12
|
} & {}>;
|
|
13
|
-
emits: ((event: "
|
|
13
|
+
emits: ((event: "update:value", value: string) => void) & ((event: "change", value: string) => void) & ((event: "update:options", value: any) => void);
|
|
14
14
|
bem: {
|
|
15
15
|
b: (blockSuffix?: string) => string;
|
|
16
16
|
e: (element?: string) => string;
|
|
@@ -378,8 +378,8 @@ export declare const LlTagGroup: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
378
378
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
379
379
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, readonly [], boolean>;
|
|
380
380
|
}>> & {
|
|
381
|
-
onChange?: ((value: string) => any) | undefined;
|
|
382
381
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
|
+
onChange?: ((value: string) => any) | undefined;
|
|
383
383
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
384
384
|
}, {
|
|
385
385
|
readonly value: string;
|
|
@@ -6,11 +6,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
props: import("@vue/shared").LooseRequired<{
|
|
7
7
|
readonly value: string;
|
|
8
8
|
readonly options: string[];
|
|
9
|
-
readonly onChange?: ((value: string) => any) | undefined;
|
|
10
9
|
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
10
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
11
11
|
readonly "onUpdate:options"?: ((value: any) => any) | undefined;
|
|
12
12
|
} & {}>;
|
|
13
|
-
emits: ((event: "
|
|
13
|
+
emits: ((event: "update:value", value: string) => void) & ((event: "change", value: string) => void) & ((event: "update:options", value: any) => void);
|
|
14
14
|
bem: {
|
|
15
15
|
b: (blockSuffix?: string) => string;
|
|
16
16
|
e: (element?: string) => string;
|
|
@@ -378,8 +378,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
378
378
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
379
379
|
readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, readonly [], boolean>;
|
|
380
380
|
}>> & {
|
|
381
|
-
onChange?: ((value: string) => any) | undefined;
|
|
382
381
|
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
382
|
+
onChange?: ((value: string) => any) | undefined;
|
|
383
383
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
384
384
|
}, {
|
|
385
385
|
readonly value: string;
|
|
@@ -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" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
49
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "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" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
148
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "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" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "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;
|
|
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
44
44
|
};
|
|
45
45
|
name: StringConstructor;
|
|
46
46
|
type: {
|
|
47
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
48
|
-
default: "number" | "month" | "
|
|
47
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
48
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
49
49
|
};
|
|
50
50
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
51
51
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
143
143
|
};
|
|
144
144
|
name: StringConstructor;
|
|
145
145
|
type: {
|
|
146
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
147
|
-
default: "number" | "month" | "
|
|
146
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
147
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
148
148
|
};
|
|
149
149
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
150
150
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
212
212
|
};
|
|
213
213
|
}>>, {
|
|
214
214
|
value: string | number;
|
|
215
|
-
type: "number" | "month" | "
|
|
215
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
216
216
|
focused: boolean;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
disabled: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
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, "bottom" | "left" | "right" | "top" | "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
|
}, {
|
|
7
7
|
props: import("@vue/shared").LooseRequired<{
|
|
8
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
9
8
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
9
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
10
10
|
readonly tip: string;
|
|
11
11
|
} & {}>;
|
|
12
12
|
attrs: {
|
|
@@ -25,11 +25,11 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
|
|
|
25
25
|
};
|
|
26
26
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
28
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
28
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
29
29
|
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>;
|
|
30
30
|
}>>, {
|
|
31
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
32
31
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
32
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
33
33
|
readonly tip: string;
|
|
34
34
|
}, {}>>;
|
|
35
35
|
export default LlTooltip;
|
|
@@ -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, "bottom" | "left" | "right" | "top" | "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
|
};
|
|
9
9
|
export type TooltipProps = ExtractPropTypes<typeof tooltipProps>;
|
|
@@ -1,11 +1,11 @@
|
|
|
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, "bottom" | "left" | "right" | "top" | "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
|
}, {
|
|
6
6
|
props: import("@vue/shared").LooseRequired<{
|
|
7
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
8
7
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
8
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
9
9
|
readonly tip: string;
|
|
10
10
|
} & {}>;
|
|
11
11
|
attrs: {
|
|
@@ -24,11 +24,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
27
|
-
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
27
|
+
readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
|
|
28
28
|
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>;
|
|
29
29
|
}>>, {
|
|
30
|
-
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
31
30
|
readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
31
|
+
readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
|
|
32
32
|
readonly tip: string;
|
|
33
33
|
}, {}>;
|
|
34
34
|
export default _default;
|
|
@@ -9,8 +9,8 @@ export declare const LlTree: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
9
9
|
props: import("@vue/shared").LooseRequired<{
|
|
10
10
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown>;
|
|
11
11
|
readonly treeData: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown>;
|
|
12
|
-
readonly onSelect?: ((value: any) => any) | undefined;
|
|
13
12
|
readonly "onUpdate:selectedKeys"?: ((value: any) => any) | undefined;
|
|
13
|
+
readonly onSelect?: ((value: any) => any) | undefined;
|
|
14
14
|
} & {}>;
|
|
15
15
|
emits: ((event: "select", value: any) => void) & ((event: "update:selectedKeys", value: any) => void);
|
|
16
16
|
bem: {
|
|
@@ -1789,8 +1789,8 @@ export declare const LlTree: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1789
1789
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown, () => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined, boolean>;
|
|
1790
1790
|
readonly treeData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown, () => import("ant-design-vue/es/tree").DataNode[] | undefined, boolean>;
|
|
1791
1791
|
}>> & {
|
|
1792
|
-
onSelect?: ((value: any) => any) | undefined;
|
|
1793
1792
|
"onUpdate:selectedKeys"?: ((value: any) => any) | undefined;
|
|
1793
|
+
onSelect?: ((value: any) => any) | undefined;
|
|
1794
1794
|
}, {
|
|
1795
1795
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown>;
|
|
1796
1796
|
readonly treeData: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown>;
|
|
@@ -8,8 +8,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
props: import("@vue/shared").LooseRequired<{
|
|
9
9
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown>;
|
|
10
10
|
readonly treeData: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown>;
|
|
11
|
-
readonly onSelect?: ((value: any) => any) | undefined;
|
|
12
11
|
readonly "onUpdate:selectedKeys"?: ((value: any) => any) | undefined;
|
|
12
|
+
readonly onSelect?: ((value: any) => any) | undefined;
|
|
13
13
|
} & {}>;
|
|
14
14
|
emits: ((event: "select", value: any) => void) & ((event: "update:selectedKeys", value: any) => void);
|
|
15
15
|
bem: {
|
|
@@ -1788,8 +1788,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1788
1788
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown, () => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined, boolean>;
|
|
1789
1789
|
readonly treeData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown, () => import("ant-design-vue/es/tree").DataNode[] | undefined, boolean>;
|
|
1790
1790
|
}>> & {
|
|
1791
|
-
onSelect?: ((value: any) => any) | undefined;
|
|
1792
1791
|
"onUpdate:selectedKeys"?: ((value: any) => any) | undefined;
|
|
1792
|
+
onSelect?: ((value: any) => any) | undefined;
|
|
1793
1793
|
}, {
|
|
1794
1794
|
readonly selectedKeys: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/vc-tree/interface").Key[]) | (() => import("ant-design-vue/es/vc-tree/interface").Key[] | undefined))[], unknown, unknown>;
|
|
1795
1795
|
readonly treeData: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined) | ((new (...args: any[]) => import("ant-design-vue/es/tree").DataNode[]) | (() => import("ant-design-vue/es/tree").DataNode[] | undefined))[], unknown, unknown>;
|
|
@@ -14,14 +14,14 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
14
14
|
readonly modalConfigProps: {
|
|
15
15
|
readonly type: import("vue").PropType<{
|
|
16
16
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
17
|
-
readonly title: string;
|
|
18
17
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
|
-
readonly
|
|
18
|
+
readonly title: string;
|
|
20
19
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
21
20
|
readonly wrapClassName: string;
|
|
22
21
|
readonly class: string;
|
|
23
22
|
readonly cancelText: string;
|
|
24
23
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
25
25
|
readonly confirmText: string;
|
|
26
26
|
}>;
|
|
27
27
|
readonly required: false;
|
|
@@ -30,12 +30,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
30
30
|
};
|
|
31
31
|
readonly drawerConfigProps: {
|
|
32
32
|
readonly type: import("vue").PropType<{
|
|
33
|
-
readonly title: string;
|
|
34
33
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
35
|
-
readonly
|
|
34
|
+
readonly title: string;
|
|
36
35
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
36
|
readonly cancelText: string;
|
|
38
37
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
39
39
|
readonly confirmText: string;
|
|
40
40
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
41
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -65,36 +65,36 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
65
65
|
readonly expandedKeys?: string[] | undefined;
|
|
66
66
|
readonly modalConfigProps?: {
|
|
67
67
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
68
|
-
readonly title: string;
|
|
69
68
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
|
-
readonly
|
|
69
|
+
readonly title: string;
|
|
71
70
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
71
|
readonly wrapClassName: string;
|
|
73
72
|
readonly class: string;
|
|
74
73
|
readonly cancelText: string;
|
|
75
74
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
75
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
76
76
|
readonly confirmText: string;
|
|
77
77
|
} | undefined;
|
|
78
78
|
readonly drawerConfigProps?: {
|
|
79
|
-
readonly title: string;
|
|
80
79
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
-
readonly
|
|
80
|
+
readonly title: string;
|
|
82
81
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
82
|
readonly cancelText: string;
|
|
84
83
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
85
|
readonly confirmText: string;
|
|
86
86
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
87
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
88
88
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
89
89
|
} | undefined;
|
|
90
|
-
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
91
|
-
readonly onClose?: (() => any) | undefined;
|
|
92
90
|
readonly onOk?: (() => any) | undefined;
|
|
91
|
+
readonly onClose?: (() => any) | undefined;
|
|
92
|
+
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
93
93
|
readonly onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
94
94
|
readonly onCancel?: (() => any) | undefined;
|
|
95
95
|
readonly onClickAdd?: (() => any) | undefined;
|
|
96
96
|
} & {}>;
|
|
97
|
-
emits: ((event: "
|
|
97
|
+
emits: ((event: "ok") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "close") => void) & ((event: "cancel") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
98
98
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
99
99
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
100
100
|
searchValue: import("vue").Ref<string>;
|
|
@@ -322,14 +322,14 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
322
322
|
readonly modalConfigProps: {
|
|
323
323
|
readonly type: import("vue").PropType<{
|
|
324
324
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
325
|
-
readonly title: string;
|
|
326
325
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
327
|
-
readonly
|
|
326
|
+
readonly title: string;
|
|
328
327
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
329
328
|
readonly wrapClassName: string;
|
|
330
329
|
readonly class: string;
|
|
331
330
|
readonly cancelText: string;
|
|
332
331
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
332
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
333
333
|
readonly confirmText: string;
|
|
334
334
|
}>;
|
|
335
335
|
readonly required: false;
|
|
@@ -338,12 +338,12 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
338
338
|
};
|
|
339
339
|
readonly drawerConfigProps: {
|
|
340
340
|
readonly type: import("vue").PropType<{
|
|
341
|
-
readonly title: string;
|
|
342
341
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
343
|
-
readonly
|
|
342
|
+
readonly title: string;
|
|
344
343
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
344
|
readonly cancelText: string;
|
|
346
345
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
347
347
|
readonly confirmText: string;
|
|
348
348
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
349
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -361,9 +361,9 @@ export declare const LlTreeSearch: import("ll-plus/es/utils").SFCWithInstall<imp
|
|
|
361
361
|
};
|
|
362
362
|
readonly onSearchInputChange: import("ll-plus/es/utils").EpPropFinalized<FunctionConstructor, unknown, unknown, (v: string) => boolean, boolean>;
|
|
363
363
|
}>> & {
|
|
364
|
-
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
365
|
-
onClose?: (() => any) | undefined;
|
|
366
364
|
onOk?: (() => any) | undefined;
|
|
365
|
+
onClose?: (() => any) | undefined;
|
|
366
|
+
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
367
367
|
onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
368
368
|
onCancel?: (() => any) | undefined;
|
|
369
369
|
onClickAdd?: (() => any) | undefined;
|
|
@@ -17,14 +17,14 @@ export declare const treeSearchProps: {
|
|
|
17
17
|
readonly modalConfigProps: {
|
|
18
18
|
readonly type: import("vue").PropType<{
|
|
19
19
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
20
|
-
readonly title: string;
|
|
21
20
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
|
-
readonly
|
|
21
|
+
readonly title: string;
|
|
23
22
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
23
|
readonly wrapClassName: string;
|
|
25
24
|
readonly class: string;
|
|
26
25
|
readonly cancelText: string;
|
|
27
26
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
27
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
28
|
readonly confirmText: string;
|
|
29
29
|
}>;
|
|
30
30
|
readonly required: false;
|
|
@@ -33,12 +33,12 @@ export declare const treeSearchProps: {
|
|
|
33
33
|
};
|
|
34
34
|
readonly drawerConfigProps: {
|
|
35
35
|
readonly type: import("vue").PropType<{
|
|
36
|
-
readonly title: string;
|
|
37
36
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
|
-
readonly
|
|
37
|
+
readonly title: string;
|
|
39
38
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
39
|
readonly cancelText: string;
|
|
41
40
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
41
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
42
42
|
readonly confirmText: string;
|
|
43
43
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
44
44
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
readonly modalConfigProps: {
|
|
14
14
|
readonly type: import("vue").PropType<{
|
|
15
15
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
16
|
-
readonly title: string;
|
|
17
16
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18
|
-
readonly
|
|
17
|
+
readonly title: string;
|
|
19
18
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
20
19
|
readonly wrapClassName: string;
|
|
21
20
|
readonly class: string;
|
|
22
21
|
readonly cancelText: string;
|
|
23
22
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
24
|
readonly confirmText: string;
|
|
25
25
|
}>;
|
|
26
26
|
readonly required: false;
|
|
@@ -29,12 +29,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
};
|
|
30
30
|
readonly drawerConfigProps: {
|
|
31
31
|
readonly type: import("vue").PropType<{
|
|
32
|
-
readonly title: string;
|
|
33
32
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
34
|
-
readonly
|
|
33
|
+
readonly title: string;
|
|
35
34
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
35
|
readonly cancelText: string;
|
|
37
36
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
37
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
38
38
|
readonly confirmText: string;
|
|
39
39
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
40
40
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -64,36 +64,36 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
readonly expandedKeys?: string[] | undefined;
|
|
65
65
|
readonly modalConfigProps?: {
|
|
66
66
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
67
|
-
readonly title: string;
|
|
68
67
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
|
-
readonly
|
|
68
|
+
readonly title: string;
|
|
70
69
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
70
|
readonly wrapClassName: string;
|
|
72
71
|
readonly class: string;
|
|
73
72
|
readonly cancelText: string;
|
|
74
73
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
74
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
75
75
|
readonly confirmText: string;
|
|
76
76
|
} | undefined;
|
|
77
77
|
readonly drawerConfigProps?: {
|
|
78
|
-
readonly title: string;
|
|
79
78
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
-
readonly
|
|
79
|
+
readonly title: string;
|
|
81
80
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
81
|
readonly cancelText: string;
|
|
83
82
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
84
84
|
readonly confirmText: string;
|
|
85
85
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
86
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
87
|
readonly cancelConfirmOptions: Record<string, any>;
|
|
88
88
|
} | undefined;
|
|
89
|
-
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
90
|
-
readonly onClose?: (() => any) | undefined;
|
|
91
89
|
readonly onOk?: (() => any) | undefined;
|
|
90
|
+
readonly onClose?: (() => any) | undefined;
|
|
91
|
+
readonly onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
92
92
|
readonly onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
93
93
|
readonly onCancel?: (() => any) | undefined;
|
|
94
94
|
readonly onClickAdd?: (() => any) | undefined;
|
|
95
95
|
} & {}>;
|
|
96
|
-
emits: ((event: "
|
|
96
|
+
emits: ((event: "ok") => void) & ((event: "select", selectedKeys: string[], e: Event) => void) & ((event: "close") => void) & ((event: "cancel") => void) & ((event: "expand", expandedKeys: string[], data: any) => void) & ((event: "clickAdd") => void);
|
|
97
97
|
isCollapseMenu: import("vue").Ref<boolean>;
|
|
98
98
|
newExpandedKeys: import("vue").Ref<string[]>;
|
|
99
99
|
searchValue: import("vue").Ref<string>;
|
|
@@ -321,14 +321,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
321
|
readonly modalConfigProps: {
|
|
322
322
|
readonly type: import("vue").PropType<{
|
|
323
323
|
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
|
|
324
|
-
readonly title: string;
|
|
325
324
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
326
|
-
readonly
|
|
325
|
+
readonly title: string;
|
|
327
326
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
327
|
readonly wrapClassName: string;
|
|
329
328
|
readonly class: string;
|
|
330
329
|
readonly cancelText: string;
|
|
331
330
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
332
332
|
readonly confirmText: string;
|
|
333
333
|
}>;
|
|
334
334
|
readonly required: false;
|
|
@@ -337,12 +337,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
337
337
|
};
|
|
338
338
|
readonly drawerConfigProps: {
|
|
339
339
|
readonly type: import("vue").PropType<{
|
|
340
|
-
readonly title: string;
|
|
341
340
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
342
|
-
readonly
|
|
341
|
+
readonly title: string;
|
|
343
342
|
readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
343
|
readonly cancelText: string;
|
|
345
344
|
readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
|
+
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
346
|
readonly confirmText: string;
|
|
347
347
|
readonly useClose: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
348
348
|
readonly cancelConfirm: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -360,9 +360,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
360
360
|
};
|
|
361
361
|
readonly onSearchInputChange: import("ll-plus/es/utils").EpPropFinalized<FunctionConstructor, unknown, unknown, (v: string) => boolean, boolean>;
|
|
362
362
|
}>> & {
|
|
363
|
-
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
364
|
-
onClose?: (() => any) | undefined;
|
|
365
363
|
onOk?: (() => any) | undefined;
|
|
364
|
+
onClose?: (() => any) | undefined;
|
|
365
|
+
onSelect?: ((selectedKeys: string[], e: Event) => any) | undefined;
|
|
366
366
|
onExpand?: ((expandedKeys: string[], data: any) => any) | undefined;
|
|
367
367
|
onCancel?: (() => any) | undefined;
|
|
368
368
|
onClickAdd?: (() => any) | undefined;
|