@authup/client-web-kit
Version:
This package contains vue components.
56 lines • 2.1 kB
TypeScript
import type { ClientScope } from '@authup/core-kit';
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
clientId: {
type: StringConstructor;
required: true;
};
scopeId: {
type: StringConstructor;
required: true;
};
}>, {
manager: import("../../index.ts").EntityManager<ClientScope>;
handleChanged: (value: boolean) => Promise<void>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../index.ts").EntityVEmitOptions<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
clientId: {
type: StringConstructor;
required: true;
};
scopeId: {
type: StringConstructor;
required: true;
};
}>> & Readonly<{
onUpdated?: (item: ClientScope) => any;
onDeleted?: (item: ClientScope) => any;
onCreated?: (item: ClientScope) => any;
onResolved?: (item?: ClientScope) => any;
onFailed?: (item: Error) => any;
}>, {}, {}, {
AToggleButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
value: {
type: BooleanConstructor;
required: true;
};
isBusy: {
type: BooleanConstructor;
required: true;
};
}>, {
handleClick: (e: Event) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
value: {
type: BooleanConstructor;
required: true;
};
isBusy: {
type: BooleanConstructor;
required: true;
};
}>> & Readonly<{
onChanged?: (...args: any[]) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=AClientScopeAssignment.vue.d.ts.map