@fly-vue/lcdp-iview 1.8.13-3 → 1.8.13-5
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/@types/module/components/components/IvTableGrid/index.vue.d.ts +15 -0
- package/@types/module/components/components/IvTableGrid/simple-page.vue.d.ts +34 -0
- package/@types/module/components/components/entity/IvEntityExport/ts/type.d.ts +0 -7
- package/@types/module/components/components/entity/IvEntityQueryBuilder/index.vue.d.ts +1 -2
- package/@types/module/components/components/entity/IvEntityQueryBuilder/ts/type.d.ts +1 -0
- package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +0 -13
- package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +2 -58
- package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +0 -9
- package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +0 -12
- package/@types/module/components/for-renderer/excel-importer/types.d.ts +0 -22
- package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +1 -1
- package/@types/module/components/index.d.ts +0 -1
- package/bingo-builder-manifest.json +2 -2
- package/index.js +4 -4
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.404a07bb069c5a308a54.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +8 -8
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.404a07bb069c5a308a54.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.29124690785a76f689f4.js → lcdp-iview-component.404a07bb069c5a308a54.js} +1 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.404a07bb069c5a308a54.js +1 -0
- package/package.json +1 -1
- package/@types/module/action-nodes/impl/open-in-dialog-runtime.d.ts +0 -10
- package/@types/module/components/components/entity/IvEntityExcelImporter/index.vue.d.ts +0 -273
- package/@types/module/components/components/entity/IvEntityExcelImporter/ts/type.d.ts +0 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.29124690785a76f689f4.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.29124690785a76f689f4.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component~lcdp-renderer-components.29124690785a76f689f4.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.29124690785a76f689f4.js +0 -1
- package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component~lcdp-renderer-components.29124690785a76f689f4.js +0 -42
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.29124690785a76f689f4.js → lcdp-designer-components.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.29124690785a76f689f4.js → lcdp-iview-attrcomponent.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.29124690785a76f689f4.js → lcdp-iview-component-ice.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.29124690785a76f689f4.js → lcdp-iview-component-region.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.29124690785a76f689f4.js → vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.29124690785a76f689f4.js → vendors~lcdp-iview-component-ice.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.29124690785a76f689f4.js → vendors~lcdp-iview-component.404a07bb069c5a308a54.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.29124690785a76f689f4.js → vendors~lcdp-renderer-components.404a07bb069c5a308a54.js} +0 -0
|
@@ -71,6 +71,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
filterColumn: {
|
|
72
72
|
type: ArrayConstructor;
|
|
73
73
|
};
|
|
74
|
+
/**
|
|
75
|
+
* 是否无限加载
|
|
76
|
+
* 默认为false
|
|
77
|
+
*/
|
|
78
|
+
isInfinite: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
};
|
|
74
81
|
size: {
|
|
75
82
|
validator(value: any): boolean;
|
|
76
83
|
};
|
|
@@ -305,6 +312,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
312
|
filterColumn: {
|
|
306
313
|
type: ArrayConstructor;
|
|
307
314
|
};
|
|
315
|
+
/**
|
|
316
|
+
* 是否无限加载
|
|
317
|
+
* 默认为false
|
|
318
|
+
*/
|
|
319
|
+
isInfinite: {
|
|
320
|
+
type: BooleanConstructor;
|
|
321
|
+
};
|
|
308
322
|
size: {
|
|
309
323
|
validator(value: any): boolean;
|
|
310
324
|
};
|
|
@@ -428,6 +442,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
428
442
|
loadOnMounted: boolean;
|
|
429
443
|
showChildren: boolean;
|
|
430
444
|
selectRowSingle: boolean;
|
|
445
|
+
isInfinite: boolean;
|
|
431
446
|
stripe: boolean;
|
|
432
447
|
showHeader: boolean;
|
|
433
448
|
highlightRow: boolean;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
value: any;
|
|
3
|
+
size: any;
|
|
4
|
+
isLastPage: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
};
|
|
7
|
+
}, {
|
|
8
|
+
__sfc: boolean;
|
|
9
|
+
props: {
|
|
10
|
+
value: number;
|
|
11
|
+
size?: string;
|
|
12
|
+
isLastPage: boolean;
|
|
13
|
+
};
|
|
14
|
+
emit: {
|
|
15
|
+
(e: 'input', value: number): void;
|
|
16
|
+
(e: 'on-prev', value: number): void;
|
|
17
|
+
(e: 'on-next', value: number): void;
|
|
18
|
+
};
|
|
19
|
+
currentPage: import("vue").Ref<number>;
|
|
20
|
+
handleOnPageChange: (page: number) => void;
|
|
21
|
+
handleOnPrev: () => void;
|
|
22
|
+
handleOnNext: () => void;
|
|
23
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("input" | "on-prev" | "on-next")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
value: any;
|
|
25
|
+
size: any;
|
|
26
|
+
isLastPage: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
value: any;
|
|
31
|
+
size: any;
|
|
32
|
+
isLastPage: boolean;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
@@ -9,11 +9,6 @@ interface TransferQuery {
|
|
|
9
9
|
height: string;
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
|
-
interface RadioGroupQuery {
|
|
13
|
-
label: number | string;
|
|
14
|
-
title: string;
|
|
15
|
-
show: boolean;
|
|
16
|
-
}
|
|
17
12
|
export interface ComponentData {
|
|
18
13
|
exportModel: boolean;
|
|
19
14
|
exportLoading: boolean;
|
|
@@ -22,8 +17,6 @@ export interface ComponentData {
|
|
|
22
17
|
fieldGruop: ArbitraryObject[];
|
|
23
18
|
transferQuery: TransferQuery;
|
|
24
19
|
relations: ArbitraryObject;
|
|
25
|
-
radioGroupValue: number | string;
|
|
26
|
-
radioGroupList: RadioGroupQuery[];
|
|
27
20
|
}
|
|
28
21
|
export interface Item {
|
|
29
22
|
[key: string]: any;
|
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
entity: string;
|
|
9
9
|
};
|
|
10
10
|
queryBuilderData: QueryBuilderData;
|
|
11
|
+
visible: Ref<boolean>;
|
|
11
12
|
filedOption: Ref<{
|
|
12
13
|
[key: string]: any;
|
|
13
14
|
}[]>;
|
|
@@ -17,7 +18,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
18
|
relations: Ref<{
|
|
18
19
|
[key: string]: any;
|
|
19
20
|
}>;
|
|
20
|
-
IvEntityQueryBuilderPoptip: Ref<HTMLDivElement>;
|
|
21
21
|
onEntityInfo: () => void;
|
|
22
22
|
emit: {
|
|
23
23
|
(e: "on-search-reset"): void;
|
|
@@ -32,7 +32,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
onListFilters: (filters: string) => void;
|
|
33
33
|
}>;
|
|
34
34
|
onBaseClick: (type: string) => void;
|
|
35
|
-
closePoptip: () => void;
|
|
36
35
|
designerService: any;
|
|
37
36
|
FieldAnalysis: import("vue").DefineComponent<{
|
|
38
37
|
filedOption: any;
|
|
@@ -8,16 +8,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
mappings: ColumnsMapping;
|
|
9
9
|
records: ImportRecords;
|
|
10
10
|
};
|
|
11
|
-
random: any;
|
|
12
|
-
tableCloumns: import("vue").Ref<{
|
|
13
|
-
key?: string;
|
|
14
|
-
title?: string;
|
|
15
|
-
width?: number;
|
|
16
|
-
type?: string;
|
|
17
|
-
align?: string;
|
|
18
|
-
render?: unknown;
|
|
19
|
-
tooltip?: boolean;
|
|
20
|
-
}[]>;
|
|
21
11
|
emit: (event: 'change-item-field', params: {
|
|
22
12
|
uid: string;
|
|
23
13
|
fieldName: string;
|
|
@@ -33,9 +23,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
23
|
onEdit: (val: any, index: any) => void;
|
|
34
24
|
confirmEdit: (index: any, fieldName: any, fieldValue: any) => void;
|
|
35
25
|
cancelEdit: (index: any) => void;
|
|
36
|
-
onCellClick: (row: any, column: any, data: any, event: any) => void;
|
|
37
|
-
onSelect: (selection: unknown[], row: unknown) => void;
|
|
38
|
-
onRendom: () => void;
|
|
39
26
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "change-item-field"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
40
27
|
mappings: any;
|
|
41
28
|
records: any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ColumnsMapping, ImportRecords } from './types';
|
|
2
|
-
import * as ExcelJS from "exceljs";
|
|
3
2
|
declare const _default: import("vue").DefineComponent<{
|
|
4
3
|
entityName: any;
|
|
5
4
|
excelTemplateUrl: any;
|
|
@@ -14,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
13
|
__sfc: boolean;
|
|
15
14
|
props: {
|
|
16
15
|
entityName: string;
|
|
17
|
-
excelTemplateUrl
|
|
16
|
+
excelTemplateUrl: string;
|
|
18
17
|
autoImportMaxRecords: number;
|
|
19
18
|
maxFileSize: number;
|
|
20
19
|
importUrl?: string;
|
|
@@ -56,22 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
55
|
_editing_?: string;
|
|
57
56
|
_editingValue_?: string;
|
|
58
57
|
}[]>;
|
|
59
|
-
excelUpload: import("vue").Ref<{
|
|
60
|
-
clearFiles: () => void;
|
|
61
|
-
}>;
|
|
62
58
|
fileName: any;
|
|
63
|
-
importList: any;
|
|
64
|
-
failedList: any;
|
|
65
|
-
entityInfo: any;
|
|
66
|
-
designerService: any;
|
|
67
|
-
list: import("vue").WritableComputedRef<import("@fly-vue/lcdp-api").IOption[]>;
|
|
68
|
-
emit: {
|
|
69
|
-
(e: "on-select-import", string: string): any;
|
|
70
|
-
(e: "on-loading-import"): void;
|
|
71
|
-
(e: "on-complate-import"): void;
|
|
72
|
-
(e: "on-error-import"): void;
|
|
73
|
-
(e: "on-success-import"): void;
|
|
74
|
-
};
|
|
75
59
|
handleOnSuccess: (response: any, file: any) => void;
|
|
76
60
|
afterImported: (currentRecords: any, res: any) => void;
|
|
77
61
|
importing: import("vue").Ref<boolean>;
|
|
@@ -84,12 +68,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
68
|
changeToImportListItemField: (e: any) => void;
|
|
85
69
|
changeFailedListItemField: (e: any) => void;
|
|
86
70
|
handleMaxSize: () => void;
|
|
87
|
-
onUploadRevoke: () => void;
|
|
88
|
-
onDownTemplate: () => Promise<void>;
|
|
89
|
-
setupStyledHeaders: (worksheet: ExcelJS.Worksheet, fieldsArr: any) => void;
|
|
90
|
-
setupDropdownValidations: (worksheet: any, worksheet2: ExcelJS.Worksheet, fieldsArr: any) => void;
|
|
91
|
-
getColumnLetter: (columnIndex: number) => string;
|
|
92
|
-
setupVerticalData: (worksheet: ExcelJS.Worksheet, fieldsArr: any) => void;
|
|
93
71
|
ToImportList: import("vue").DefineComponent<{
|
|
94
72
|
mappings: any;
|
|
95
73
|
records: any;
|
|
@@ -99,16 +77,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
77
|
mappings: ColumnsMapping;
|
|
100
78
|
records: ImportRecords;
|
|
101
79
|
};
|
|
102
|
-
random: any;
|
|
103
|
-
tableCloumns: import("vue").Ref<{
|
|
104
|
-
key?: string;
|
|
105
|
-
title?: string;
|
|
106
|
-
width?: number;
|
|
107
|
-
type?: string;
|
|
108
|
-
align?: string;
|
|
109
|
-
render?: unknown;
|
|
110
|
-
tooltip?: boolean;
|
|
111
|
-
}[]>;
|
|
112
80
|
emit: (event: "change-item-field", params: {
|
|
113
81
|
uid: string;
|
|
114
82
|
fieldName: string;
|
|
@@ -120,8 +88,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
88
|
onPageSizeChanged: (_pageSize: any) => void;
|
|
121
89
|
currentPageAllSelected: import("vue").Ref<boolean>;
|
|
122
90
|
toggleSelectedAll: (isChecked: any) => void;
|
|
123
|
-
onSelect: (selection: unknown[], row: unknown) => void;
|
|
124
|
-
onRendom: () => void;
|
|
125
91
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "change-item-field"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
126
92
|
mappings: any;
|
|
127
93
|
records: any;
|
|
@@ -138,15 +104,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
104
|
mappings: ColumnsMapping;
|
|
139
105
|
records: ImportRecords;
|
|
140
106
|
};
|
|
141
|
-
tableCloumns: import("vue").Ref<{
|
|
142
|
-
key?: string;
|
|
143
|
-
title?: string;
|
|
144
|
-
width?: number;
|
|
145
|
-
type?: string;
|
|
146
|
-
align?: string;
|
|
147
|
-
render?: unknown;
|
|
148
|
-
tooltip?: boolean;
|
|
149
|
-
}[]>;
|
|
150
107
|
page: import("vue").Ref<number>;
|
|
151
108
|
pageSize: import("vue").Ref<number>;
|
|
152
109
|
pagedRecords: import("vue").ComputedRef<any[]>;
|
|
@@ -167,16 +124,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
124
|
mappings: ColumnsMapping;
|
|
168
125
|
records: ImportRecords;
|
|
169
126
|
};
|
|
170
|
-
random: any;
|
|
171
|
-
tableCloumns: import("vue").Ref<{
|
|
172
|
-
key?: string;
|
|
173
|
-
title?: string;
|
|
174
|
-
width?: number;
|
|
175
|
-
type?: string;
|
|
176
|
-
align?: string;
|
|
177
|
-
render?: unknown;
|
|
178
|
-
tooltip?: boolean;
|
|
179
|
-
}[]>;
|
|
180
127
|
emit: (event: "change-item-field", params: {
|
|
181
128
|
uid: string;
|
|
182
129
|
fieldName: string;
|
|
@@ -192,9 +139,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
192
139
|
onEdit: (val: any, index: any) => void;
|
|
193
140
|
confirmEdit: (index: any, fieldName: any, fieldValue: any) => void;
|
|
194
141
|
cancelEdit: (index: any) => void;
|
|
195
|
-
onCellClick: (row: any, column: any, data: any, event: any) => void;
|
|
196
|
-
onSelect: (selection: unknown[], row: unknown) => void;
|
|
197
|
-
onRendom: () => void;
|
|
198
142
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "change-item-field"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
199
143
|
mappings: any;
|
|
200
144
|
records: any;
|
|
@@ -202,7 +146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
146
|
mappings: any;
|
|
203
147
|
records: any;
|
|
204
148
|
}>;
|
|
205
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin,
|
|
149
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
206
150
|
entityName: any;
|
|
207
151
|
excelTemplateUrl: any;
|
|
208
152
|
autoImportMaxRecords: {
|
|
@@ -8,15 +8,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
mappings: ColumnsMapping;
|
|
9
9
|
records: ImportRecords;
|
|
10
10
|
};
|
|
11
|
-
tableCloumns: import("vue").Ref<{
|
|
12
|
-
key?: string;
|
|
13
|
-
title?: string;
|
|
14
|
-
width?: number;
|
|
15
|
-
type?: string;
|
|
16
|
-
align?: string;
|
|
17
|
-
render?: unknown;
|
|
18
|
-
tooltip?: boolean;
|
|
19
|
-
}[]>;
|
|
20
11
|
page: import("vue").Ref<number>;
|
|
21
12
|
pageSize: import("vue").Ref<number>;
|
|
22
13
|
pagedRecords: import("vue").ComputedRef<any[]>;
|
|
@@ -8,16 +8,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
mappings: ColumnsMapping;
|
|
9
9
|
records: ImportRecords;
|
|
10
10
|
};
|
|
11
|
-
random: any;
|
|
12
|
-
tableCloumns: import("vue").Ref<{
|
|
13
|
-
key?: string;
|
|
14
|
-
title?: string;
|
|
15
|
-
width?: number;
|
|
16
|
-
type?: string;
|
|
17
|
-
align?: string;
|
|
18
|
-
render?: unknown;
|
|
19
|
-
tooltip?: boolean;
|
|
20
|
-
}[]>;
|
|
21
11
|
emit: (event: 'change-item-field', params: {
|
|
22
12
|
uid: string;
|
|
23
13
|
fieldName: string;
|
|
@@ -29,8 +19,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
19
|
onPageSizeChanged: (_pageSize: any) => void;
|
|
30
20
|
currentPageAllSelected: import("vue").Ref<boolean>;
|
|
31
21
|
toggleSelectedAll: (isChecked: any) => void;
|
|
32
|
-
onSelect: (selection: unknown[], row: unknown) => void;
|
|
33
|
-
onRendom: () => void;
|
|
34
22
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "change-item-field"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
35
23
|
mappings: any;
|
|
36
24
|
records: any;
|
|
@@ -15,25 +15,3 @@ export declare type ImportRecord = {
|
|
|
15
15
|
[otherKey: string]: any;
|
|
16
16
|
};
|
|
17
17
|
export declare type ImportRecords = ImportRecord[];
|
|
18
|
-
export declare type TableColumns = {
|
|
19
|
-
key?: string;
|
|
20
|
-
title?: string;
|
|
21
|
-
width?: number;
|
|
22
|
-
type?: string;
|
|
23
|
-
align?: string;
|
|
24
|
-
render?: unknown;
|
|
25
|
-
tooltip?: boolean;
|
|
26
|
-
};
|
|
27
|
-
export declare type TableColumnsMapping = TableColumns[];
|
|
28
|
-
export declare type HtmlUploadRef = {
|
|
29
|
-
clearFiles(): void;
|
|
30
|
-
};
|
|
31
|
-
export interface ValidationConfig {
|
|
32
|
-
range: {
|
|
33
|
-
minRow: number;
|
|
34
|
-
maxRow: number;
|
|
35
|
-
minCol: number;
|
|
36
|
-
maxCol: number;
|
|
37
|
-
};
|
|
38
|
-
options: string[];
|
|
39
|
-
}
|
|
@@ -212,7 +212,6 @@ declare const _default: {
|
|
|
212
212
|
IvEntityFormEdit: () => Promise<typeof import("./components/entity/button/edit.vue")>;
|
|
213
213
|
IvEntityQueryBuilder: () => Promise<typeof import("./components/entity/IvEntityQueryBuilder/index.vue")>;
|
|
214
214
|
IvEntityExport: () => Promise<typeof import("./components/entity/IvEntityExport/index.vue")>;
|
|
215
|
-
IvEntityExcelImporter: () => Promise<typeof import("./components/entity/IvEntityExcelImporter/index.vue")>;
|
|
216
215
|
IvContainer: () => Promise<typeof import("./components/base/IvContainer/index.js")>;
|
|
217
216
|
IvDiv: () => Promise<typeof import("./components/base/IvDiv/index.js")>;
|
|
218
217
|
IvIframe: () => Promise<typeof import("./components/base/IvIframe/index.vue")>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"date": "
|
|
2
|
+
"date": "20251127095807",
|
|
3
3
|
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
|
4
4
|
"distModuleDirName": "modules",
|
|
5
5
|
"dll": true,
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"name": "@fly-vue/lcdp-iview",
|
|
39
39
|
"npmPacks": [
|
|
40
40
|
],
|
|
41
|
-
"version": "1.8.13-
|
|
41
|
+
"version": "1.8.13-5"
|
|
42
42
|
}
|