@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.
Files changed (30) 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/IvTableGrid/simple-page.vue.d.ts +1 -1
  4. package/@types/module/components/components/entity/IvEntityExcelImporter/index.vue.d.ts +3 -3
  5. package/@types/module/components/components/entity/IvEntityQueryBuilder/fieldAnalysis.vue.d.ts +1 -1
  6. package/@types/module/components/components/entity/IvEntityQueryBuilder/index.vue.d.ts +1 -1
  7. package/@types/module/components/components/iam/lib/query-methods-builder.d.ts +1 -1
  8. package/@types/module/components/for-renderer/excel-importer/index.vue.d.ts +2 -2
  9. package/@types/module/components/for-renderer/layout/iv-trigger-container.vue.d.ts +1 -1
  10. package/bingo-builder-manifest.json +2 -2
  11. package/index.js +4 -4
  12. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -1
  13. package/modules/fly_vue_lcdp_iview/chunk-732b533d.076208546936be7f8c18.js +1 -0
  14. package/modules/fly_vue_lcdp_iview/dll.js +6 -6
  15. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.076208546936be7f8c18.js +1 -0
  16. package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.862205d5def41d40e22d.js → lcdp-iview-component.076208546936be7f8c18.js} +1 -1
  17. package/package.json +1 -1
  18. package/modules/fly_vue_lcdp_iview/chunk-732b533d.862205d5def41d40e22d.js +0 -1
  19. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.862205d5def41d40e22d.js +0 -1
  20. /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.862205d5def41d40e22d.js → lcdp-designer-components.076208546936be7f8c18.js} +0 -0
  21. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.862205d5def41d40e22d.js → lcdp-iview-attrcomponent.076208546936be7f8c18.js} +0 -0
  22. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.862205d5def41d40e22d.js → lcdp-iview-component-ice.076208546936be7f8c18.js} +0 -0
  23. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.862205d5def41d40e22d.js → lcdp-iview-component-region.076208546936be7f8c18.js} +0 -0
  24. /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component~lcdp-renderer-components.862205d5def41d40e22d.js → lcdp-iview-component~lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
  25. /package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.862205d5def41d40e22d.js → lcdp-renderer-components.076208546936be7f8c18.js} +0 -0
  26. /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
  27. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.862205d5def41d40e22d.js → vendors~lcdp-iview-component-ice.076208546936be7f8c18.js} +0 -0
  28. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component.862205d5def41d40e22d.js → vendors~lcdp-iview-component.076208546936be7f8c18.js} +0 -0
  29. /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
  30. /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.862205d5def41d40e22d.js → vendors~lcdp-renderer-components.076208546936be7f8c18.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: (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: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
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: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
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: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
36
+ type: (ObjectConstructor | ArrayConstructor | NumberConstructor | StringConstructor)[];
37
37
  };
38
38
  rows: {
39
39
  type: (NumberConstructor | StringConstructor)[];
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  __sfc: boolean;
9
9
  props: {
10
10
  value: number;
11
- size: string;
11
+ size?: string;
12
12
  isLastPage: boolean;
13
13
  };
14
14
  emit: {
@@ -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-select-import" | "on-loading-import" | "on-complate-import" | "on-error-import" | "on-success-import")[], string, Readonly<import("vue").ExtractPropTypes<{
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-error-import" | "on-success-import")[], string, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -47,8 +47,8 @@ declare const _default: import("vue").DefineComponent<{
47
47
  default: boolean;
48
48
  };
49
49
  }>>, {
50
- relations: any;
51
50
  filedOption: any;
51
+ relations: any;
52
52
  isCheck: boolean;
53
53
  }>;
54
54
  export default _default;
@@ -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, inboundOrgUrl?: 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-select-import" | "on-loading-import" | "on-complate-import" | "on-error-import" | "on-success-import")[], string, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "20251124102741",
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-1"
42
+ "version": "1.8.15-2"
43
43
  }