iv-npm 1.5.96 → 1.5.97
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
CHANGED
|
@@ -11,6 +11,8 @@ export interface PropsTypeParams {
|
|
|
11
11
|
tailUntaxedAmountDisabled?: boolean;
|
|
12
12
|
tailTaxAmountDisabled?: boolean;
|
|
13
13
|
tailTaxIncludedAmountDisabled?: boolean;
|
|
14
|
+
labelCol?: any;
|
|
15
|
+
wrapperCol?: any;
|
|
14
16
|
}
|
|
15
17
|
declare const _default: import("vue").DefineComponent<{
|
|
16
18
|
untaxedAmount: {
|
|
@@ -67,6 +69,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
69
|
required: false;
|
|
68
70
|
default: boolean;
|
|
69
71
|
};
|
|
72
|
+
labelCol: {
|
|
73
|
+
type: null;
|
|
74
|
+
required: false;
|
|
75
|
+
default: {
|
|
76
|
+
span: number;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
wrapperCol: {
|
|
80
|
+
type: null;
|
|
81
|
+
required: false;
|
|
82
|
+
default: {
|
|
83
|
+
span: number;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
70
86
|
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
71
87
|
[key: string]: any;
|
|
72
88
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:untaxedAmount" | "update:taxAmount" | "update:taxIncludedAmount" | "update:tailUntaxedAmount" | "update:tailTaxAmount" | "update:tailTaxIncludedAmount" | "changeAdjustUntaxedAmount" | "changeAdjustTaxAmount" | "changeAdjustTaxIncludedAmount")[], "update:untaxedAmount" | "update:taxAmount" | "update:taxIncludedAmount" | "update:tailUntaxedAmount" | "update:tailTaxAmount" | "update:tailTaxIncludedAmount" | "changeAdjustUntaxedAmount" | "changeAdjustTaxAmount" | "changeAdjustTaxIncludedAmount", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -124,6 +140,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
140
|
required: false;
|
|
125
141
|
default: boolean;
|
|
126
142
|
};
|
|
143
|
+
labelCol: {
|
|
144
|
+
type: null;
|
|
145
|
+
required: false;
|
|
146
|
+
default: {
|
|
147
|
+
span: number;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
wrapperCol: {
|
|
151
|
+
type: null;
|
|
152
|
+
required: false;
|
|
153
|
+
default: {
|
|
154
|
+
span: number;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
127
157
|
}>> & {
|
|
128
158
|
"onUpdate:untaxedAmount"?: ((...args: any[]) => any) | undefined;
|
|
129
159
|
"onUpdate:taxAmount"?: ((...args: any[]) => any) | undefined;
|
|
@@ -141,5 +171,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
171
|
tailUntaxedAmountDisabled: boolean;
|
|
142
172
|
tailTaxAmountDisabled: boolean;
|
|
143
173
|
tailTaxIncludedAmountDisabled: boolean;
|
|
174
|
+
labelCol: any;
|
|
175
|
+
wrapperCol: any;
|
|
144
176
|
}>;
|
|
145
177
|
export default _default;
|