@authup/client-web-kit
Version:
This package contains vue components.
104 lines • 3.45 kB
TypeScript
import type { Policy } from '@authup/core-kit';
import type { SlotsType } from 'vue';
import type { EntityPickerVSlots } from '../../utility';
export declare const APolicyPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
query: {
type: import("vue").PropType<import("rapiq").BuildInput<Policy>>;
default(): {};
};
realmId: {
type: StringConstructor;
default: any;
};
loadOnSetup: {
type: BooleanConstructor;
default: boolean;
};
loading: {
type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<Policy>>;
default: boolean;
};
noMore: {
type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<Policy>>;
default: boolean;
};
footer: {
type: import("vue").PropType<boolean | import("../..").ListFooterOptions<Policy>>;
default: boolean;
};
header: {
type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<Policy>>;
default: boolean;
};
body: {
type: import("vue").PropType<import("../..").ListBodyOptions<Policy>>;
};
value: {
type: import("vue").PropType<string[] | string | null>;
};
multiple: {
type: import("vue").PropType<boolean | undefined>;
};
parentId: {
type: StringConstructor;
};
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
change: (values: string[]) => true;
} & import("../..").EntityCollectionVEmitOptions<Policy>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
query: {
type: import("vue").PropType<import("rapiq").BuildInput<Policy>>;
default(): {};
};
realmId: {
type: StringConstructor;
default: any;
};
loadOnSetup: {
type: BooleanConstructor;
default: boolean;
};
loading: {
type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<Policy>>;
default: boolean;
};
noMore: {
type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<Policy>>;
default: boolean;
};
footer: {
type: import("vue").PropType<boolean | import("../..").ListFooterOptions<Policy>>;
default: boolean;
};
header: {
type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<Policy>>;
default: boolean;
};
body: {
type: import("vue").PropType<import("../..").ListBodyOptions<Policy>>;
};
value: {
type: import("vue").PropType<string[] | string | null>;
};
multiple: {
type: import("vue").PropType<boolean | undefined>;
};
parentId: {
type: StringConstructor;
};
}>> & Readonly<{
onUpdated?: (item: Policy) => any;
onDeleted?: (item: Policy) => any;
onCreated?: (item: Policy) => any;
onChange?: (values: string[]) => any;
}>, {
footer: boolean;
header: boolean;
query: import("rapiq").BuildInput<Policy>;
realmId: string;
loadOnSetup: boolean;
loading: boolean;
noMore: boolean;
}, SlotsType<EntityPickerVSlots<Policy>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=APolicyPicker.d.ts.map