iv-npm
Version:
公共通用包
190 lines (189 loc) • 5.86 kB
TypeScript
export interface PropsTypeParams {
untaxedAmount: number;
taxAmount: number;
taxIncludedAmount: number;
tailUntaxedAmount: number;
tailTaxAmount: number;
tailTaxIncludedAmount: number;
untaxedAmountDisabled?: boolean;
taxAmountDisabled?: boolean;
taxIncludedAmountDisabled?: boolean;
tailUntaxedAmountDisabled?: boolean;
tailTaxAmountDisabled?: boolean;
tailTaxIncludedAmountDisabled?: boolean;
WCControl?: boolean;
labelCol?: any;
wrapperCol?: any;
}
declare const _default: import("vue").DefineComponent<{
untaxedAmount: {
type: NumberConstructor;
required: true;
};
taxAmount: {
type: NumberConstructor;
required: true;
};
taxIncludedAmount: {
type: NumberConstructor;
required: true;
};
tailUntaxedAmount: {
type: NumberConstructor;
required: true;
};
tailTaxAmount: {
type: NumberConstructor;
required: true;
};
tailTaxIncludedAmount: {
type: NumberConstructor;
required: true;
};
untaxedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
taxAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
taxIncludedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailUntaxedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailTaxAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailTaxIncludedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
WCControl: {
type: BooleanConstructor;
required: false;
default: boolean;
};
labelCol: {
type: null;
required: false;
default: {
span: number;
};
};
wrapperCol: {
type: null;
required: false;
default: {
span: number;
};
};
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, 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<{
untaxedAmount: {
type: NumberConstructor;
required: true;
};
taxAmount: {
type: NumberConstructor;
required: true;
};
taxIncludedAmount: {
type: NumberConstructor;
required: true;
};
tailUntaxedAmount: {
type: NumberConstructor;
required: true;
};
tailTaxAmount: {
type: NumberConstructor;
required: true;
};
tailTaxIncludedAmount: {
type: NumberConstructor;
required: true;
};
untaxedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
taxAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
taxIncludedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailUntaxedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailTaxAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
tailTaxIncludedAmountDisabled: {
type: BooleanConstructor;
required: false;
default: boolean;
};
WCControl: {
type: BooleanConstructor;
required: false;
default: boolean;
};
labelCol: {
type: null;
required: false;
default: {
span: number;
};
};
wrapperCol: {
type: null;
required: false;
default: {
span: number;
};
};
}>> & {
"onUpdate:untaxedAmount"?: ((...args: any[]) => any) | undefined;
"onUpdate:taxAmount"?: ((...args: any[]) => any) | undefined;
"onUpdate:taxIncludedAmount"?: ((...args: any[]) => any) | undefined;
"onUpdate:tailUntaxedAmount"?: ((...args: any[]) => any) | undefined;
"onUpdate:tailTaxAmount"?: ((...args: any[]) => any) | undefined;
"onUpdate:tailTaxIncludedAmount"?: ((...args: any[]) => any) | undefined;
onChangeAdjustUntaxedAmount?: ((...args: any[]) => any) | undefined;
onChangeAdjustTaxAmount?: ((...args: any[]) => any) | undefined;
onChangeAdjustTaxIncludedAmount?: ((...args: any[]) => any) | undefined;
}, {
untaxedAmountDisabled: boolean;
taxAmountDisabled: boolean;
taxIncludedAmountDisabled: boolean;
tailUntaxedAmountDisabled: boolean;
tailTaxAmountDisabled: boolean;
tailTaxIncludedAmountDisabled: boolean;
WCControl: boolean;
labelCol: any;
wrapperCol: any;
}>;
export default _default;