iv-npm 1.7.92 → 1.7.94
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/shared/dist/utils/index.mjs +3 -0
- package/packages/ui/dist/business-ui/component/IVContractSelector.d.ts +6 -6
- package/packages/ui/dist/business-ui/component/IVProdBaseDropdown.d.ts +19 -0
- package/packages/ui/dist/index.cjs.js +2 -2
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +5 -5
- package/packages/ui/dist/index.esm.js.map +1 -1
- package/packages/ui/dist/index.umd.js +2 -2
- package/packages/ui/dist/index.umd.js.map +1 -1
- package/packages/ui/dist/ui/src/business-ui/component/{IVPostDropdown.d.ts → IVPayContractSelector.d.ts} +76 -79
- package/packages/ui/package.json +77 -77
- package/pnpm-lock.yaml +6126 -6126
- package/packages/ui/dist/ui/src/business-ui/component/IVAdjustAmount.d.ts +0 -177
- package/packages/ui/dist/ui/src/business-ui/component/IVApproval.d.ts +0 -25
- package/packages/ui/dist/ui/src/business-ui/component/IVSetofbookDropdown.d.ts +0 -186
- package/packages/ui/dist/ui/src/function-ui/component/IVTableControl.d.ts +0 -17
- /package/packages/ui/dist/{ui/src/business-ui → business-ui}/component/IVProjectTree.d.ts +0 -0
package/package.json
CHANGED
|
@@ -217,6 +217,9 @@ function apiConfiger(config) {
|
|
|
217
217
|
if (config.requestBase == "POS_URL") {
|
|
218
218
|
config.baseURL = process.env.NODE_ENV == "development" ? "/pos" : `${protocol}//pos.${hostname[1]}.${hostname[2]}`;
|
|
219
219
|
}
|
|
220
|
+
if (config.requestBase == "WDM_URL") {
|
|
221
|
+
config.baseURL = process.env.NODE_ENV == "development" ? "/wdm" : `${protocol}//wdm.${hostname[1]}.${hostname[2]}`;
|
|
222
|
+
}
|
|
220
223
|
return config;
|
|
221
224
|
}
|
|
222
225
|
|
|
@@ -32,12 +32,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
type: NumberConstructor;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
type:
|
|
35
|
+
businessTypeItems: {
|
|
36
|
+
type: ArrayConstructor;
|
|
37
37
|
required: false;
|
|
38
38
|
};
|
|
39
39
|
notInBusinessTypeItems: {
|
|
40
|
-
type:
|
|
40
|
+
type: ArrayConstructor;
|
|
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
|
+
businessTypeItems: {
|
|
103
|
+
type: ArrayConstructor;
|
|
104
104
|
required: false;
|
|
105
105
|
};
|
|
106
106
|
notInBusinessTypeItems: {
|
|
107
|
-
type:
|
|
107
|
+
type: ArrayConstructor;
|
|
108
108
|
required: false;
|
|
109
109
|
};
|
|
110
110
|
mainContractId: {
|
|
@@ -74,6 +74,15 @@ 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
|
+
setOfBookId: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
required: false;
|
|
85
|
+
};
|
|
77
86
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
78
87
|
[key: string]: any;
|
|
79
88
|
}>, 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<{
|
|
@@ -149,6 +158,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
158
|
required: false;
|
|
150
159
|
default: string;
|
|
151
160
|
};
|
|
161
|
+
isSetOfBookId: {
|
|
162
|
+
type: BooleanConstructor;
|
|
163
|
+
required: false;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
166
|
+
setOfBookId: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
required: false;
|
|
169
|
+
};
|
|
152
170
|
}>> & {
|
|
153
171
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
154
172
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -161,5 +179,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
161
179
|
isTitle: boolean;
|
|
162
180
|
placeholder: string;
|
|
163
181
|
title: string;
|
|
182
|
+
isSetOfBookId: boolean;
|
|
164
183
|
}>;
|
|
165
184
|
export default _default;
|