UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

111 lines (109 loc) 4.6 kB
import { UimsUser } from 'yuang-framework-ui-common/lib/interface/uims/uimsUser'; import { UimsOrganization } from 'yuang-framework-ui-common/lib/interface/uims/uimsOrganization'; declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ param: any; /** 机构 */ organization: UimsOrganization; }>>, { selections: import('vue').Ref<{ account?: string | undefined; name?: string | undefined; gender?: string | undefined; status?: number | undefined; organizationId?: string | undefined; isRecursiveOrganization?: { valueOf: () => boolean; } | undefined; mobile?: string | undefined; email?: string | undefined; birthday?: string | undefined; idCard?: string | undefined; address?: string | undefined; avatarCode?: string | undefined; avatarUrl?: string | undefined; ssoUser?: { password?: string | undefined; surePassword?: string | undefined; rsaAesKey?: string | 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; } | 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; }[], UimsUser[] | { account?: string | undefined; name?: string | undefined; gender?: string | undefined; status?: number | undefined; organizationId?: string | undefined; isRecursiveOrganization?: { valueOf: () => boolean; } | undefined; mobile?: string | undefined; email?: string | undefined; birthday?: string | undefined; idCard?: string | undefined; address?: string | undefined; avatarCode?: string | undefined; avatarUrl?: string | undefined; ssoUser?: { password?: string | undefined; surePassword?: string | undefined; rsaAesKey?: string | 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; } | 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; /** 机构 */ organization: UimsOrganization; }>>> & 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; }; };