iv-npm 1.7.53 → 1.7.55
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/package.json +1 -1
- package/packages/ui/dist/business-ui/component/IVContractSelector.d.ts +6 -6
- package/packages/ui/dist/business-ui/component/IVProdBaseDropdown.d.ts +0 -11
- package/packages/ui/dist/index.cjs.js +5 -5
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +2 -2
- package/packages/ui/dist/index.esm.js.map +1 -1
- package/packages/ui/dist/index.umd.js +5 -5
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/dist/ui/src/api/api.config.d.ts +10 -0
- package/packages/ui/dist/ui/src/business-ui/component/IVAdjustAmount.d.ts +177 -0
- package/packages/ui/dist/ui/src/business-ui/component/IVApproval.d.ts +25 -0
- package/packages/ui/dist/ui/src/business-ui/component/IVPostDropdown.d.ts +148 -0
- package/packages/ui/dist/ui/src/business-ui/component/IVSetofbookDropdown.d.ts +186 -0
- package/packages/ui/dist/ui/src/function-ui/component/IVTableControl.d.ts +17 -0
- package/packages/ui/package.json +77 -77
- package/pnpm-lock.yaml +6126 -6126
- /package/packages/ui/dist/{business-ui → ui/src/business-ui}/component/IVProjectTree.d.ts +0 -0
package/package.json
CHANGED
|
@@ -32,12 +32,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
type: NumberConstructor;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
type:
|
|
35
|
+
businessTypeItem: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
37
|
required: false;
|
|
38
38
|
};
|
|
39
39
|
notInBusinessTypeItems: {
|
|
40
|
-
type:
|
|
40
|
+
type: NumberConstructor;
|
|
41
41
|
required: false;
|
|
42
42
|
};
|
|
43
43
|
mainContractId: {
|
|
@@ -99,12 +99,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
type: NumberConstructor;
|
|
100
100
|
required: false;
|
|
101
101
|
};
|
|
102
|
-
|
|
103
|
-
type:
|
|
102
|
+
businessTypeItem: {
|
|
103
|
+
type: NumberConstructor;
|
|
104
104
|
required: false;
|
|
105
105
|
};
|
|
106
106
|
notInBusinessTypeItems: {
|
|
107
|
-
type:
|
|
107
|
+
type: NumberConstructor;
|
|
108
108
|
required: false;
|
|
109
109
|
};
|
|
110
110
|
mainContractId: {
|
|
@@ -74,11 +74,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
required: false;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
|
-
isSetOfBookId: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
required: false;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
77
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
83
78
|
[key: string]: any;
|
|
84
79
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "change")[], "update:value" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -154,11 +149,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
149
|
required: false;
|
|
155
150
|
default: string;
|
|
156
151
|
};
|
|
157
|
-
isSetOfBookId: {
|
|
158
|
-
type: BooleanConstructor;
|
|
159
|
-
required: false;
|
|
160
|
-
default: boolean;
|
|
161
|
-
};
|
|
162
152
|
}>> & {
|
|
163
153
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
164
154
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -171,6 +161,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
161
|
isTitle: boolean;
|
|
172
162
|
placeholder: string;
|
|
173
163
|
title: string;
|
|
174
|
-
isSetOfBookId: boolean;
|
|
175
164
|
}>;
|
|
176
165
|
export default _default;
|