@fly-vue/lcdp-iview 1.7.9-1 → 1.7.9-3
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/iam/mixins/build-query-methods.d.ts +13 -13
 - package/bingo-builder-manifest.json +5 -5
 - package/index.js +4 -4
 - package/modules/fly_vue_lcdp_iview/chunk-732b533d.8181cb47793a36e93a29.js +1 -0
 - package/modules/fly_vue_lcdp_iview/dll.js +8 -8
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.8181cb47793a36e93a29.js +1 -0
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.8181cb47793a36e93a29.js +1 -0
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-component.8181cb47793a36e93a29.js +1 -0
 - package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.8181cb47793a36e93a29.js +1 -0
 - package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.8181cb47793a36e93a29.js +7 -0
 - package/package.json +1 -1
 - package/modules/fly_vue_lcdp_iview/chunk-732b533d.1df0b8569ce8c058e044.js +0 -1
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.1df0b8569ce8c058e044.js +0 -1
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-component-ice.1df0b8569ce8c058e044.js +0 -1
 - package/modules/fly_vue_lcdp_iview/lcdp-iview-component.1df0b8569ce8c058e044.js +0 -1
 - package/modules/fly_vue_lcdp_iview/lcdp-renderer-components.1df0b8569ce8c058e044.js +0 -1
 - package/modules/fly_vue_lcdp_iview/vendors~lcdp-renderer-components.1df0b8569ce8c058e044.js +0 -7
 - /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.1df0b8569ce8c058e044.js → lcdp-designer-components.8181cb47793a36e93a29.js} +0 -0
 - /package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.1df0b8569ce8c058e044.js → lcdp-iview-basecomponent.8181cb47793a36e93a29.js} +0 -0
 - /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.1df0b8569ce8c058e044.js → lcdp-iview-component-region.8181cb47793a36e93a29.js} +0 -0
 - /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.1df0b8569ce8c058e044.js → vendors~lcdp-iview-component-ice.8181cb47793a36e93a29.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;
         
     | 
| 
         @@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{ 
     | 
|
| 
       33 
33 
     | 
    
         
             
                isValueExpr(value: any): any;
         
     | 
| 
       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 | BooleanConstructor | NumberConstructor | StringConstructor)[];
         
     | 
| 
       37 
37 
     | 
    
         
             
                };
         
     | 
| 
       38 
38 
     | 
    
         
             
                showBindInput: {
         
     | 
| 
       39 
39 
     | 
    
         
             
                    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)[];
         
     | 
| 
         @@ -21,19 +21,6 @@ declare const _default: { 
     | 
|
| 
       21 
21 
     | 
    
         
             
                };
         
     | 
| 
       22 
22 
     | 
    
         
             
                methods: {
         
     | 
| 
       23 
23 
     | 
    
         
             
                    buildQueryMethods(globalQueryOptions?: any, globalConfig?: any): {
         
     | 
| 
       24 
     | 
    
         
            -
                        queryRootOrg: () => any;
         
     | 
| 
       25 
     | 
    
         
            -
                        queryOrgByParent: (parentId: any) => any;
         
     | 
| 
       26 
     | 
    
         
            -
                        queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
         
     | 
| 
       27 
     | 
    
         
            -
                        queryOrgByIds: (orgIds: any) => any;
         
     | 
| 
       28 
     | 
    
         
            -
                        queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
         
     | 
| 
       29 
     | 
    
         
            -
                        queryUserByIds: (userIds: any) => any;
         
     | 
| 
       30 
     | 
    
         
            -
                        pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any) => Promise<unknown>;
         
     | 
| 
       31 
     | 
    
         
            -
                        pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
         
     | 
| 
       32 
     | 
    
         
            -
                        getOrgIdField: () => any;
         
     | 
| 
       33 
     | 
    
         
            -
                        getOrgParentField: () => any;
         
     | 
| 
       34 
     | 
    
         
            -
                        userOptions: any;
         
     | 
| 
       35 
     | 
    
         
            -
                        orgOptions: any;
         
     | 
| 
       36 
     | 
    
         
            -
                    } | {
         
     | 
| 
       37 
24 
     | 
    
         
             
                        queryExternalOrg: () => any;
         
     | 
| 
       38 
25 
     | 
    
         
             
                        queryRootOrg: () => any;
         
     | 
| 
       39 
26 
     | 
    
         
             
                        queryRootOrgByUrl: (url: any) => Promise<{
         
     | 
| 
         @@ -57,6 +44,19 @@ declare const _default: { 
     | 
|
| 
       57 
44 
     | 
    
         
             
                        getOrgParentField: () => any;
         
     | 
| 
       58 
45 
     | 
    
         
             
                        userOptions: any;
         
     | 
| 
       59 
46 
     | 
    
         
             
                        orgOptions: any;
         
     | 
| 
      
 47 
     | 
    
         
            +
                    } | {
         
     | 
| 
      
 48 
     | 
    
         
            +
                        queryRootOrg: () => any;
         
     | 
| 
      
 49 
     | 
    
         
            +
                        queryOrgByParent: (parentId: any) => any;
         
     | 
| 
      
 50 
     | 
    
         
            +
                        queryOrgByKeyword: (keyword: any, orgIds: any) => Promise<unknown>;
         
     | 
| 
      
 51 
     | 
    
         
            +
                        queryOrgByIds: (orgIds: any) => any;
         
     | 
| 
      
 52 
     | 
    
         
            +
                        queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
         
     | 
| 
      
 53 
     | 
    
         
            +
                        queryUserByIds: (userIds: any) => any;
         
     | 
| 
      
 54 
     | 
    
         
            +
                        pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any) => Promise<unknown>;
         
     | 
| 
      
 55 
     | 
    
         
            +
                        pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
         
     | 
| 
      
 56 
     | 
    
         
            +
                        getOrgIdField: () => any;
         
     | 
| 
      
 57 
     | 
    
         
            +
                        getOrgParentField: () => any;
         
     | 
| 
      
 58 
     | 
    
         
            +
                        userOptions: any;
         
     | 
| 
      
 59 
     | 
    
         
            +
                        orgOptions: any;
         
     | 
| 
       60 
60 
     | 
    
         
             
                    };
         
     | 
| 
       61 
61 
     | 
    
         
             
                    validateProps(queryMethods: any): void;
         
     | 
| 
       62 
62 
     | 
    
         
             
                };
         
     | 
| 
         @@ -1,21 +1,21 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "date": " 
     | 
| 
      
 2 
     | 
    
         
            +
              "date": "20240606141045",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "distModuleDir": "modules/fly_vue_lcdp_iview",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "distModuleDirName": "modules",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "dll": true,
         
     | 
| 
       6 
6 
     | 
    
         
             
              "moduleDependencieVer": {
         
     | 
| 
       7 
7 
     | 
    
         
             
                "@fly-vue/components": "1.7.9",
         
     | 
| 
       8 
8 
     | 
    
         
             
                "@fly-vue/core": "1.7.9",
         
     | 
| 
       9 
     | 
    
         
            -
                "@fly-vue/fuse-ui-codemirror": "1. 
     | 
| 
      
 9 
     | 
    
         
            +
                "@fly-vue/fuse-ui-codemirror": "1.8.0-snapshot",
         
     | 
| 
       10 
10 
     | 
    
         
             
                "@fly-vue/iview-pro": "1.7.9",
         
     | 
| 
       11 
     | 
    
         
            -
                "@fly-vue/lcdp-api": "1. 
     | 
| 
      
 11 
     | 
    
         
            +
                "@fly-vue/lcdp-api": "1.8.0-snapshot",
         
     | 
| 
       12 
12 
     | 
    
         
             
                "@fly-vue/lcdp-designer": "1.7.9",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "@fly-vue/lcdp-designer-extra": "1.7.9",
         
     | 
| 
       14 
14 
     | 
    
         
             
                "@fly-vue/lcdp-engine": "1.7.9",
         
     | 
| 
       15 
15 
     | 
    
         
             
                "@fly-vue/lcdp-micro": "1.7.9",
         
     | 
| 
       16 
16 
     | 
    
         
             
                "@fly-vue/lcdp-orch": "1.7.9",
         
     | 
| 
       17 
17 
     | 
    
         
             
                "@fly-vue/lcdp-schema": "1.7.9",
         
     | 
| 
       18 
     | 
    
         
            -
                "@fly-vue/loader": "1. 
     | 
| 
      
 18 
     | 
    
         
            +
                "@fly-vue/loader": "1.8.0-snapshot",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "@fly-vue/ufs": "1.7.9",
         
     | 
| 
       20 
20 
     | 
    
         
             
                "@fly-vue/use": "1.7.9"
         
     | 
| 
       21 
21 
     | 
    
         
             
              },
         
     | 
| 
         @@ -38,5 +38,5 @@ 
     | 
|
| 
       38 
38 
     | 
    
         
             
              "name": "@fly-vue/lcdp-iview",
         
     | 
| 
       39 
39 
     | 
    
         
             
              "npmPacks": [
         
     | 
| 
       40 
40 
     | 
    
         
             
              ],
         
     | 
| 
       41 
     | 
    
         
            -
              "version": "1.7.9- 
     | 
| 
      
 41 
     | 
    
         
            +
              "version": "1.7.9-3"
         
     | 
| 
       42 
42 
     | 
    
         
             
            }
         
     |