@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
45 lines (44 loc) • 2.29 kB
TypeScript
import { PropType } from "vue";
import { FormRule } from "./composition/form-rules.type";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
rules: {
(arrayLength: number): FormRule[];
(...items: FormRule[]): FormRule[];
new (arrayLength: number): FormRule[];
new (...items: FormRule[]): FormRule[];
isArray(arg: any): arg is any[];
readonly prototype: any[];
from<T>(arrayLike: ArrayLike<T>): T[];
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
of<T_4>(...items: T_4[]): T_4[];
readonly [Symbol.species]: ArrayConstructor;
};
designerHostService: PropType<any>;
gridPropertyData: ObjectConstructor;
viewModelId: StringConstructor;
componentId: StringConstructor;
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updateRules"[], "updateRules", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
rules: {
(arrayLength: number): FormRule[];
(...items: FormRule[]): FormRule[];
new (arrayLength: number): FormRule[];
new (...items: FormRule[]): FormRule[];
isArray(arg: any): arg is any[];
readonly prototype: any[];
from<T>(arrayLike: ArrayLike<T>): T[];
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
of<T_4>(...items: T_4[]): T_4[];
readonly [Symbol.species]: ArrayConstructor;
};
designerHostService: PropType<any>;
gridPropertyData: ObjectConstructor;
viewModelId: StringConstructor;
componentId: StringConstructor;
}>> & Readonly<{
onUpdateRules?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;