@fly-vue/lcdp-iview 1.7.9-3 → 1.7.9-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.
- 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 +2 -2
- package/index.js +1 -1
- package/modules/fly_vue_lcdp_iview/dll.js +2 -2
- package/package.json +1 -1
- /package/modules/fly_vue_lcdp_iview/{chunk-732b533d.8181cb47793a36e93a29.js → chunk-732b533d.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-designer-components.8181cb47793a36e93a29.js → lcdp-designer-components.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-attrcomponent.8181cb47793a36e93a29.js → lcdp-iview-attrcomponent.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-basecomponent.8181cb47793a36e93a29.js → lcdp-iview-basecomponent.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-ice.8181cb47793a36e93a29.js → lcdp-iview-component-ice.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component-region.8181cb47793a36e93a29.js → lcdp-iview-component-region.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-iview-component.8181cb47793a36e93a29.js → lcdp-iview-component.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{lcdp-renderer-components.8181cb47793a36e93a29.js → lcdp-renderer-components.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-iview-component-ice.8181cb47793a36e93a29.js → vendors~lcdp-iview-component-ice.af96243a3c57105b3b80.js} +0 -0
- /package/modules/fly_vue_lcdp_iview/{vendors~lcdp-renderer-components.8181cb47793a36e93a29.js → vendors~lcdp-renderer-components.af96243a3c57105b3b80.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: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
         | 
| 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: (BooleanConstructor | NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
         | 
| 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: (NumberConstructor | StringConstructor | ObjectConstructor | 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: ( | 
| 36 | 
            +
                    type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor)[];
         | 
| 37 37 | 
             
                };
         | 
| 38 38 | 
             
                rows: {
         | 
| 39 39 | 
             
                    type: (NumberConstructor | StringConstructor)[];
         | 
| @@ -21,6 +21,19 @@ 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 | 
            +
                    } | {
         | 
| 24 37 | 
             
                        queryExternalOrg: () => any;
         | 
| 25 38 | 
             
                        queryRootOrg: () => any;
         | 
| 26 39 | 
             
                        queryRootOrgByUrl: (url: any) => Promise<{
         | 
| @@ -44,19 +57,6 @@ declare const _default: { | |
| 44 57 | 
             
                        getOrgParentField: () => any;
         | 
| 45 58 | 
             
                        userOptions: any;
         | 
| 46 59 | 
             
                        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,5 +1,5 @@ | |
| 1 1 | 
             
            {
         | 
| 2 | 
            -
              "date": " | 
| 2 | 
            +
              "date": "20240606154110",
         | 
| 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.7.9- | 
| 41 | 
            +
              "version": "1.7.9-4"
         | 
| 42 42 | 
             
            }
         |