@fly-vue/lcdp-iview 1.8.15-1 → 1.8.15-2
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/attribute/designer/prop-value-editor/var-input/index.vue.d.ts +2 -2
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +2 -2
- package/@types/module/components/components/IvTableGrid/simple-page.vue.d.ts +1 -1
- package/@types/module/components/components/entity/IvEntityExcelImporter/index.vue.d.ts +3 -3
- package/@types/module/components/components/entity/IvEntityQueryBuilder/fieldAnalysis.vue.d.ts +1 -1
- package/@types/module/components/components/entity/IvEntityQueryBuilder/index.vue.d.ts +1 -1
- package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +1 -1
- package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +2 -2
- package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +1 -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.076208546936be7f8c18.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll.js +6 -6
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.076208546936be7f8c18.js +1 -0
- package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.862205d5def41d40e22d.js → lcdp-iview-component.076208546936be7f8c18.js} +1 -1
- package/package.json +1 -1
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.862205d5def41d40e22d.js +0 -1
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.862205d5def41d40e22d.js +0 -1
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.862205d5def41d40e22d.js → lcdp-designer-components.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.862205d5def41d40e22d.js → lcdp-iview-attrcomponent.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.862205d5def41d40e22d.js → lcdp-iview-component-ice.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.862205d5def41d40e22d.js → lcdp-iview-component-region.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component~lcdp-renderer-components.862205d5def41d40e22d.js → lcdp-iview-component~lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.862205d5def41d40e22d.js → lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.862205d5def41d40e22d.js → vendors~lcdp-iview-attrcomponent~lcdp-iview-basecomponent.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.862205d5def41d40e22d.js → vendors~lcdp-iview-component-ice.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.862205d5def41d40e22d.js → vendors~lcdp-iview-component.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component~lcdp-renderer-components.862205d5def41d40e22d.js → vendors~lcdp-iview-component~lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.862205d5def41d40e22d.js → vendors~lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
package/@types/module/components/attribute/designer/prop-value-editor/var-input/index.vue.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
value: {
|
|
4
|
-
type: (
|
|
4
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
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: (
|
|
40
|
+
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
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: (
|
|
3
|
+
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
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: (
|
|
36
|
+
type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
37
37
|
};
|
|
38
38
|
rows: {
|
|
39
39
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -245,7 +245,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
245
|
mappings: any;
|
|
246
246
|
records: any;
|
|
247
247
|
}>;
|
|
248
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-
|
|
248
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-success-import" | "on-error-import" | "on-select-import" | "on-loading-import" | "on-complate-import")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
249
249
|
entityName: any;
|
|
250
250
|
excelTemplateUrl: any;
|
|
251
251
|
excludeField: any;
|
|
@@ -257,14 +257,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
257
|
};
|
|
258
258
|
importUrl: any;
|
|
259
259
|
}>>, {
|
|
260
|
-
entityName: any;
|
|
261
260
|
excelTemplateUrl: any;
|
|
262
261
|
excludeField: any;
|
|
263
262
|
autoImportMaxRecords: number;
|
|
264
263
|
maxFileSize: number;
|
|
265
264
|
importUrl: any;
|
|
265
|
+
entityName: any;
|
|
266
266
|
}>;
|
|
267
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-
|
|
267
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-success-import" | "on-error-import")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
268
268
|
entity: any;
|
|
269
269
|
excelTemplateUrl: any;
|
|
270
270
|
excludeField: any;
|
|
@@ -73,8 +73,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
75
|
}>>, {
|
|
76
|
-
relations: any;
|
|
77
76
|
filedOption: any;
|
|
77
|
+
relations: any;
|
|
78
78
|
isCheck: boolean;
|
|
79
79
|
}>;
|
|
80
80
|
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-search-reset" | "on-search-filters")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any,
|
|
1
|
+
declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any, orgSelectOptions?: any, globalQueryOptions?: any, globalConfig?: any, extraOptions?: any): {
|
|
2
2
|
queryExternalOrg: () => any;
|
|
3
3
|
queryRootOrg: () => any;
|
|
4
4
|
queryRootOrgByUrl: (url: any, rebuildOptions?: boolean, filters?: string) => Promise<{
|
|
@@ -209,7 +209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
209
|
mappings: any;
|
|
210
210
|
records: any;
|
|
211
211
|
}>;
|
|
212
|
-
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-
|
|
212
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("on-success-import" | "on-error-import" | "on-select-import" | "on-loading-import" | "on-complate-import")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
213
213
|
entityName: any;
|
|
214
214
|
excelTemplateUrl: any;
|
|
215
215
|
excludeField: any;
|
|
@@ -221,11 +221,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
221
|
};
|
|
222
222
|
importUrl: any;
|
|
223
223
|
}>>, {
|
|
224
|
-
entityName: any;
|
|
225
224
|
excelTemplateUrl: any;
|
|
226
225
|
excludeField: any;
|
|
227
226
|
autoImportMaxRecords: number;
|
|
228
227
|
maxFileSize: number;
|
|
229
228
|
importUrl: any;
|
|
229
|
+
entityName: any;
|
|
230
230
|
}>;
|
|
231
231
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"date": "
|
|
2
|
+
"date": "20251202153712",
|
|
3
3
|
"distModuleDir": "modules/fly_vue_lcdp_iview",
|
|
4
4
|
"distModuleDirName": "modules",
|
|
5
5
|
"dll": true,
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"npmPacks": [
|
|
40
40
|
"vue-cropper"
|
|
41
41
|
],
|
|
42
|
-
"version": "1.8.15-
|
|
42
|
+
"version": "1.8.15-2"
|
|
43
43
|
}
|