@fly-vue/lcdp-iview 1.8.13-3 → 1.8.13-4

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.
Files changed (37) hide show
  1. package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +2 -2
  2. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +2 -2
  3. package/@types/module/components/components/entity/IvEntityExport/ts/type.d.ts +0 -7
  4. package/@types/module/components/components/entity/IvEntityQueryBuilder/index.vue.d.ts +1 -2
  5. package/@types/module/components/components/entity/IvEntityQueryBuilder/ts/type.d.ts +1 -0
  6. package/@types/module/components/for-renderer/excel-importer/failed-list.vue.d.ts +0 -13
  7. package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +2 -58
  8. package/@types/module/components/for-renderer/excel-importer/successful-list.vue.d.ts +0 -9
  9. package/@types/module/components/for-renderer/excel-importer/to-import-list.vue.d.ts +0 -12
  10. package/@types/module/components/for-renderer/excel-importer/types.d.ts +0 -22
  11. package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +1 -1
  12. package/@types/module/components/index.d.ts +0 -1
  13. package/bingo-builder-manifest.json +2 -2
  14. package/index.js +4 -4
  15. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
  16. package/modules/fly_vue_lcdp_iview/chunk-732b533d.a8b6989aacd5920b5859.js +1 -0
  17. package/modules/fly_vue_lcdp_iview/dll.js +8 -8
  18. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.a8b6989aacd5920b5859.js +1 -0
  19. package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.29124690785a76f689f4.js → lcdp-iview-component.a8b6989aacd5920b5859.js} +1 -1
  20. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.a8b6989aacd5920b5859.js +1 -0
  21. package/package.json +1 -1
  22. package/@types/module/action-nodes/impl/open-in-dialog-runtime.d.ts +0 -10
  23. package/@types/module/components/components/entity/IvEntityExcelImporter/index.vue.d.ts +0 -273
  24. package/@types/module/components/components/entity/IvEntityExcelImporter/ts/type.d.ts +0 -1
  25. package/modules/fly_vue_lcdp_iview/chunk-732b533d.29124690785a76f689f4.js +0 -1
  26. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.29124690785a76f689f4.js +0 -1
  27. package/modules/fly_vue_lcdp_iview/lcdp-iview-component~lcdp-renderer-components.29124690785a76f689f4.js +0 -1
  28. package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.29124690785a76f689f4.js +0 -1
  29. package/modules/fly_vue_lcdp_iview/vendors~lcdp-iview-component~lcdp-renderer-components.29124690785a76f689f4.js +0 -42
  30. /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.29124690785a76f689f4.js → lcdp-designer-components.a8b6989aacd5920b5859.js} +0 -0
  31. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.29124690785a76f689f4.js → lcdp-iview-attrcomponent.a8b6989aacd5920b5859.js} +0 -0
  32. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.29124690785a76f689f4.js → lcdp-iview-component-ice.a8b6989aacd5920b5859.js} +0 -0
  33. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.29124690785a76f689f4.js → lcdp-iview-component-region.a8b6989aacd5920b5859.js} +0 -0
  34. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.29124690785a76f689f4.js → vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.a8b6989aacd5920b5859.js} +0 -0
  35. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.29124690785a76f689f4.js → vendors~lcdp-iview-component-ice.a8b6989aacd5920b5859.js} +0 -0
  36. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.29124690785a76f689f4.js → vendors~lcdp-iview-component.a8b6989aacd5920b5859.js} +0 -0
  37. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.29124690785a76f689f4.js → vendors~lcdp-renderer-components.a8b6989aacd5920b5859.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  value: {
4
- type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
4
+ type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
5
5
  };
6
6
  showBindInput: {
7
7
  type: BooleanConstructor;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  isValueExpr(value: any): any;
38
38
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
39
39
  value: {
40
- type: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
40
+ type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
41
41
  };
42
42
  showBindInput: {
43
43
  type: BooleanConstructor;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  value: {
3
- type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
3
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
4
4
  };
5
5
  rows: {
6
6
  type: (NumberConstructor | StringConstructor)[];
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
33
33
  hasError: import("vue").Ref<boolean>;
34
34
  }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
35
35
  value: {
36
- type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
36
+ type: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
37
37
  };
38
38
  rows: {
39
39
  type: (NumberConstructor | StringConstructor)[];
@@ -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;
@@ -24,6 +24,7 @@ declare type ArbitraryObject = {
24
24
  [key: string]: any;
25
25
  };
26
26
  export interface QueryBuilderData {
27
+ visible: boolean;
27
28
  filedOption: ArbitraryObject[];
28
29
  entityInfo: ArbitraryObject;
29
30
  relations: ArbitraryObject;
@@ -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?: string;
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, ("on-select-import" | "on-loading-import" | "on-complate-import" | "on-error-import" | "on-success-import")[], string, Readonly<import("vue").ExtractPropTypes<{
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
- }
@@ -37,8 +37,8 @@ declare const _default: import("vue").DefineComponent<{
37
37
  default: boolean;
38
38
  };
39
39
  }>>, {
40
- highlight: boolean;
41
40
  darkMode: boolean;
41
+ highlight: boolean;
42
42
  dense: boolean;
43
43
  }>;
44
44
  export default _default;
@@ -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": "20251125093357",
2
+ "date": "20251126100929",
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-3"
41
+ "version": "1.8.13-4"
42
42
  }