yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
55 lines (53 loc) • 2.31 kB
TypeScript
import { UimsApplication } from 'yuang-framework-ui-common/lib/interface/uims/uimsApplication';
import { UimsRole } from 'yuang-framework-ui-common/lib/interface/uims/uimsRole';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
param: any;
/** 应用 */
application: UimsApplication;
}>>, {
selections: import('vue').Ref<{
code?: string | undefined;
name?: string | undefined;
status?: number | undefined;
id?: string | undefined;
parentId?: string | undefined;
uimsApplicationId?: string | undefined;
sequence?: number | undefined;
remark?: string | undefined;
createUserAccount?: string | undefined;
createUserName?: string | undefined;
createTime?: string | undefined;
lastUpdateUserAccount?: string | undefined;
lastUpdateUserName?: string | undefined;
lastUpdateTime?: Date | undefined;
}[], UimsRole[] | {
code?: string | undefined;
name?: string | undefined;
status?: number | undefined;
id?: string | undefined;
parentId?: string | undefined;
uimsApplicationId?: string | undefined;
sequence?: number | undefined;
remark?: string | undefined;
createUserAccount?: string | undefined;
createUserName?: string | undefined;
createTime?: string | undefined;
lastUpdateUserAccount?: string | undefined;
lastUpdateUserName?: string | undefined;
lastUpdateTime?: Date | undefined;
}[]>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
param: any;
/** 应用 */
application: UimsApplication;
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};