/// /// /// /// /// /// /// /// /// /// /// /// declare module "copyright" { export class FramePluginSchemeCopyright { static toString(): string; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeList" { import { TypeDictionary } from 'cross/runtime/lang/collection/TypeDictionary'; import { UiControl } from 'foundation/editor/ui/core/UiControl'; import { CodeService } from 'sk/frame/logic/design/storage/system/code/CodeService'; export class CommunitySchemeList extends UiControl { protected _codeCaches: TypeDictionary; protected _codeService: CodeService; constructor(props?: any, context?: any); componentDidMount(): void; onSchemeDetail: (layoutCode: any, id: any) => void; pageChange: (pageNumber: any) => void; loadCodeData: () => Promise; getDataFormDictionary(code: string): any; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeSearch" { import { UiControl } from 'foundation/editor/ui/core/UiControl'; import { ExcellentService } from 'sk/frame/logic/design/storage/scheme/excellent/ExcellentService'; import { CodeService } from 'sk/frame/logic/design/storage/system/code/CodeService'; export class CommunitySchemeSearch extends UiControl { protected _codeService: CodeService; protected _excellentService: ExcellentService; constructor(props: any, context?: any); goWelcomePage: () => void; onSearch: (option: any) => void; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/CommunitySchemePanel" { import { UiContainer } from 'foundation/editor/ui/core/UiContainer'; export class CommunitySchemePanel extends UiContainer { constructor(props: any, context?: any); componentDidMount(): void; loadCommunitySchemeGetListRequestAsync(): Promise; onSearch: (option: any) => void; changePage: (current: any) => void; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeChange" { import { TypeDictionary } from 'cross/runtime/lang/collection/TypeDictionary'; import { UiContainer } from 'foundation/editor/ui/core/UiContainer'; import { CodeService } from 'sk/frame/logic/design/storage/system/code/CodeService'; export class CommunitySchemeChange extends UiContainer { protected _codeService: CodeService; protected _codeCaches: TypeDictionary; constructor(props: any, context?: any); onBackList: () => void; componentDidMount(): void; loadCodeData: () => Promise; getCommunitySchemeGetInfoRequestAsync(): Promise; private getCommunityLayoutGetInfoRequestAsync; getDataFormDictionary(code: string): any; openPano: (data: any) => void; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeDetail" { import { TypeDictionary } from 'cross/runtime/lang/collection/TypeDictionary'; import { UiContainer } from 'foundation/editor/ui/core/UiContainer'; import { CodeService } from 'sk/frame/logic/design/storage/system/code/CodeService'; export class CommunitySchemeDetail extends UiContainer { protected _codeCaches: TypeDictionary; protected _codeService: CodeService; constructor(props: any, context?: any); componentDidMount(): void; loadCodeData: () => Promise; getDataFormDictionary(code: string): any; private getCommunityLayoutGetInfoRequestAsync; private loadCommunitySchemeGetPageRequestAsync; onSearch: (option: any) => void; onBackList: () => void; pageChange: (current: any) => void; openPano: (data: any) => void; open3d(item: any): void; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeQuote" { import { TypeDictionary } from 'cross/runtime/lang/collection/TypeDictionary'; import { UiContainer } from 'foundation/editor/ui/core/UiContainer'; import { CodeService } from 'sk/frame/logic/design/storage/system/code/CodeService'; export class CommunitySchemeQuote extends UiContainer { protected _codeService: CodeService; protected _codeCaches: TypeDictionary; constructor(props: any, context?: any); onBackList: () => void; componentDidMount(): void; lo(): void; loadCodeData: () => Promise; getCommunitySchemeGetInfoRequestAsync(): Promise; private getCommunityLayoutGetInfoRequestAsync; getDataFormDictionary(code: string): string; getEnvironment(): string; render(): JSX.Element; } } declare module "sk/frame/plugin/community/scheme/CommunitySchemePlugin" { import { EventObject } from 'cross/runtime/lang/EventObject'; import { ListenerContext } from 'cross/runtime/lang/ListenerContext'; import { PluginBase } from 'cross/runtime/framework/plugin/PluginBase'; import { PluginContext } from 'cross/runtime/framework/plugin/PluginContext'; import { PluginResult } from 'cross/runtime/framework/plugin/PluginResult'; import { PluginService } from 'cross/runtime/framework/plugin/PluginService'; import { UiDesktopService } from 'foundation/editor/ui/desktop/UiDesktopService'; export class CommunitySchemePlugin extends PluginBase { protected _pluginService: PluginService; protected _desktopService: UiDesktopService; onDesktopActive(sender: ListenerContext, event: EventObject): void; activeAsync(context: PluginContext): Promise; static get instance(): CommunitySchemePlugin; } } declare module "sk/frame/plugin/community/scheme/IndexSpace" { export class IndexSpace { static namespaces(): string[]; } } declare module "sk/frame/plugin/community/scheme/ui/CommunitySchemeQuery" { import { Types } from 'cross/runtime/lang/collection/Types'; export class SortFieldQuery { fieldName: string; ifAsc: boolean; } export class CommunitySchemeQuery { pageSize: number; page: number; houseTypeValue: string; houseStyleValue: string; spaceTypeValue: string; schemeColourValue: string; schemeLevelValue: string; sorts: Types; constructor(); } } declare module "sk/frame/plugin/community/scheme/ui/HeaderPanel" { import { UiControl } from 'foundation/editor/ui/core/UiControl'; export class HeaderPanel extends UiControl { private onHomeClick; render(): JSX.Element; } }