///
///
///
///
///
///
///
///
///
declare module "copyright" {
export class FramePluginLogicCopyright {
static toString(): string;
}
}
declare module "sk/frame/plugin/logic/IndexSpace" {
export class IndexSpace {
static namespaces(): string[];
}
}
declare module "sk/frame/plugin/logic/auth/EditableCell" {
import * as React from 'react';
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class EditableCell extends UiContainer {
state: {
value: any;
showModal: boolean;
selectedRowKeys: any[];
treeData: any[];
defaultActiveKey: string;
};
componentStatusChange(state: any, props: any): void;
check: () => void;
edit: () => void;
changeSource: (key: any) => void;
handleCancel: () => void;
makeTable: (treeData: any) => React.JSX.Element;
selectRow: (record: any) => void;
onSelectedRowKeysChange: (selectedRowKeys: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/EditableTable" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class EditableTable extends UiContainer {
private _onDataChange;
private _columns;
private _getRowData;
private _setRowData;
private _buttons;
constructor(props?: any, context?: any);
state: {
dataSource: any[];
treeData: any[];
treeDataOnline: any[];
currentTreeData: any[];
defaultActiveKey: string;
};
componentStatusChange(state: any, props: any): void;
private getColumns;
private getRowData;
protected onCellChange: (index: any, key: any) => (configId: any) => void;
protected onDelete: (index: any) => void;
protected handleAdd: () => void;
protected handleAddOnline: () => void;
protected handleAddLocation: () => void;
protected makeButtons: () => any[];
protected onTreeType: (treeType: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/ModuleActionEditForm" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class ModuleActionEditForm extends UiContainer {
private _columns;
private _currentRole;
private _dataSource;
private _moduleTypeId;
componentStatusChange(state: any, props: any): void;
loadModuleTypeActionData: (moduleTypeId: any) => Promise;
getColumns: () => any[];
getGColumns: () => any[];
private checkedModuleGAction;
private checkedkey;
private checkedModuleAction;
private onModuleActionChange;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/ModuleActionEditTable" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class ModuleActionEditTable extends UiContainer {
private _onDataChange;
private _columns;
private _getRowData;
private _setRowData;
private _buttons;
private _currentRole;
private _moduleTypeId;
state: {
dataSource: any[];
operModuleTypeActListResponseVo: any;
defaultActiveKey: string;
};
componentStatusChange(state: any, props: any): void;
loadModuleTypeActionData: (moduleTypeId: any) => Promise;
private onModuleActionChange;
private makeModuleActionColumn;
private checkedModuleAction;
private makeModuleActionColumns;
private makeModuleActionGColumn;
private checkboxKey;
private checkedModuleGAction;
private makeModuleActionGColumns;
private getColumns;
protected onCellChange: (index: any, key: any) => (configId: any) => void;
protected onDelete: (index: any) => void;
protected handleAdd: () => void;
protected makeButtons: () => any[];
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/ModuleCategoryTree" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class ModuleCategoryTree extends UiContainer {
onNodeSelect: Function;
onNodeSelectChange: Function;
dataDic: any;
state: {
currentKey: string;
formFields: any;
isMenuNeedShow: boolean;
data: any[];
infoDialogVisible: boolean;
deleteDialogVisible: boolean;
status: string;
selectedCheckKeys: any[];
defaultSelectedNode: any;
selectedKeys: string[];
expandedKeys: any[];
searchValue: string;
autoExpandParent: boolean;
searchVisible: boolean;
};
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
makeCatalogTree(data: any): any;
onNodeClick: ({ event, node }: {
event: any;
node: any;
}) => void;
onSelectChange: (selectedKeys: any) => void;
generateList: (treeData: any) => void;
onSearch: (keyOrValue: any) => void;
getParentKey: (key: any, treeData: any) => any;
getNodyByNodeId: (id: any, nodes: any) => any;
onExpand: (expandedKeys: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/ModuleTableUpdateAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { EnvironmentService } from 'cross/runtime/module/environment/EnvironmentService';
import { JsonService } from 'cross/core/module/json/JsonService';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ModuleTableUpdateAction extends FrameAction {
protected _environmentService: EnvironmentService;
protected _jsonService: JsonService;
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/auth/PermissionManage" {
import * as React from 'react';
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { CategoryService } from 'sk/frame/logic/storage/resource/category/CategoryService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class PermissionManage extends UiContainer {
private history;
protected _resourceCategoryService: CategoryService;
protected _resourceService: ResourceService;
constructor(props: any, context?: any);
loadModuleCategoryDataAsync: () => Promise;
loadRolesData: () => Promise;
loadModuleAndActionData: () => Promise;
onCategorySelectChange: (node: any) => void;
handleRolesSelectChange: (roleId: string) => void;
roleSelectRender: () => React.JSX.Element;
moduleActionFormRender: () => React.JSX.Element;
moduleActionRender: () => React.JSX.Element;
categoryRender: () => React.JSX.Element;
moduleRender: () => React.JSX.Element;
getPageRouter(): JSX.Element;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/auth/PermissionQuery" {
import { Types } from 'cross/runtime/lang/collection/Types';
export class SortFieldQuery {
fieldName: string;
ifAsc: boolean;
}
export class PermissionQuery {
optionTotal: boolean;
pageSize: number;
page: number;
sorts: Types;
searchValue: string;
auditCd: number;
name: string;
typeId: string;
statusCd: number;
objectVersion: number;
libraryId: string;
id: string;
label: string;
code: string;
categoryIdCeq: string;
constructor();
}
}
declare module "sk/frame/plugin/logic/business/attribute/FieldsSet" {
export class FieldSet {
fields: any;
constructor();
setField(name: string, value: any): void;
getField(name: string): any;
}
}
declare module "sk/frame/plugin/logic/business/attribute/AttributeCategory" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class AttributeCategory extends UiContainer {
draggleAble: boolean;
checkAble: boolean;
treeLine: boolean;
onNodeSelect: Function;
onNodeSelectChange: Function;
onNodeRightClick: Function;
onInsert: Function;
onDelete: Function;
onUpdate: Function;
onPositionUpdate: Function;
onCategoryDropUpdate: Function;
dataDic: any;
infoForm: any;
state: {
currentKey: string;
menuData: any[];
formFields: any;
isMenuNeedShow: boolean;
isPopNeedShow: boolean;
data: any[];
infoDialogVisible: boolean;
deleteDialogVisible: boolean;
status: string;
treeLine: boolean;
selectedCheckKeys: any[];
defaultSelectedNode: any;
selectedKeys: string[];
categoryName: string;
searchVisible: boolean;
};
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
onMenuClick(func: any): any;
onMenuInsert: () => void;
onMenuUpdate: () => void;
onMenuDelete: () => void;
showInfoModal(): void;
showDeleteModal(): void;
hideInfoModal(): void;
hideDeleteModal(): void;
handlePopoverVisibleChange: (alertShow: any) => void;
makeCatalogTree(data: any): any;
onRightClick: ({ event, node }: {
event: any;
node: any;
}) => void;
onNodeClick: ({ event, node }: {
event: any;
node: any;
}) => void;
onDrag: (info: any) => void;
onDrop: (info: any) => void;
getCategoryUnitByKey(key: any, data: any): any;
firstBit(dragKey: any, defaultParent: any): void;
secondBit(dragKey: any, dropPosition: any, dropPos: any, parent: any): any;
thirdBit(dragKey: any, currentSortNum: any, parent: any): void;
bitSpecial(dragKey: any, dropPosition: any, dropPos: any, parent: any, defaultUnit: any): void;
onNodeInfoOk: () => void;
onNodeInfoCancel: () => void;
onNodeDeleteCancel: () => void;
onNodeDeleteOk: () => void;
onNodePositionUpdate(parentKey: any, nodeKey: any): void;
onFieldsChange: (changedFields: any) => void;
onSelectChange: (selectedKeys: any) => void;
onClearSelectedKeys(): void;
onCheckChange: (selectedKeys: any, e: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/business/attribute/FeatureContainer" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class FeatureContainer extends UiContainer {
state: {
size: string;
closeIcon: string;
dataSource: any[];
};
componentStatusChange(state: any, props: any): void;
onClickHeader: (selectId: any) => void;
onClickCloseFirst: (selectId: any) => void;
onClickCloseSecond: (firstId: any, secondId: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/business/attribute/FeatureSetting" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { AttributeCategoryService } from 'sk/frame/logic/storage/module/attribute/category/AttributeCategoryService';
class FeatureState {
visible: boolean;
menuData: Array;
featureData: Array;
attributeVisible: boolean;
attributeId: string;
attributeName: string;
attributeCode: string;
attributeLabel: string;
featureVisible: boolean;
featureName: string;
featureCode: string;
featureLabel: string;
targetFirstId: string;
}
export class FeatureSetting extends UiContainer {
state: FeatureState;
private afterClose;
private afterSubmit;
protected _attributeCategoryService: AttributeCategoryService;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
componentDidMount(): void;
resolve(node: any): any;
loadCategoryAsync(): Promise;
onCategorySelectChange: (selectNodes: any) => void;
onClickInsert: () => void;
onClickAttribute: () => void;
onClickHeader: (selectId: any) => void;
onClickCloseFirst: (newDataSource: any) => void;
onClickCloseSecond: (newDataSource: any) => void;
onClickValue: (e: any) => void;
randomString(): string;
onClickSave: () => void;
onClickCancel: () => void;
onEditorOK: () => void;
onUpdateFeatureAsync(featureData: any): Promise;
onEditorCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/business/attribute/AttributeManage" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { FeatureService } from 'sk/frame/logic/storage/module/feature/FeatureService';
export class AttributeManage extends UiContainer {
state: {
dataSource: any[];
featureVisible: boolean;
};
protected _featureService: FeatureService;
constructor(props: any, context?: any);
componentDidMount(): void;
loadFeatureDataAsync(): Promise;
onClick: (type: any) => () => void;
afterClose: () => void;
afterSubmit: (fatureData: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/business/productshow/ProductShowCategoryItemCustomControl" {
import { CustomizedControlNode } from 'sk/editor/frame/service/frame/node/CustomizedControlNode';
import { UiDefineEditControl } from 'sk/editor/frame/ui/base/UiDefineEditControl';
export class ProductShowCategoryItemCustomControl extends UiDefineEditControl {
declare: CustomizedControlNode;
state: {
value: any;
showModal: boolean;
record: any;
formData: any;
declare: any;
linkCd: any;
valid: any;
};
componentStatusChange(state: any, props: any): void;
onChangeRow: (record: any) => void;
onPickOk: () => void;
private getFrameName;
private onPickCancel;
private makePickerFrame;
validate(): boolean;
buildFormItemOptions(): any;
private onClick;
buildEditInput(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/TaskComputeModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class TaskComputeModal extends UiContainer {
private _frame;
constructor(props: any, context?: any);
protected onCancel: () => void;
protected onOk: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/TaskStopModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class TaskStopModal extends UiContainer {
private _frame;
constructor(props: any, context?: any);
protected onCancel: () => void;
protected onOk: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/OpenSubtaskTableAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class OpenSubtaskTableAction extends FrameAction {
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/RenderSubtaskAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class RenderSubtaskAction extends FrameAction {
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/ResourceDeleteAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ResourceDeleteAllAction extends FrameAction {
constructor(typeName?: string);
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/TaskComputeAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TaskComputeAction extends FrameAction {
private _toolbar;
process(args: FrameActionArgs): void;
private addFrame;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/TaskDeteleAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TaskDeleteAllAction extends FrameAction {
constructor(typeName?: string);
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/TaskStopAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TaskStopAction extends FrameAction {
private _toolbar;
process(args: FrameActionArgs): void;
private addFrame;
}
}
declare module "sk/frame/plugin/logic/calculate/subtask/action/TaskStopAllAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TaskStopAllAction extends FrameAction {
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/control/action/HistoryUpdateAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class HistoryUpdateAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/LoggerEventCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class LoggerEventCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/LoggerFailEventCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class LoggerFailEventCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/LoggerHistoryCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class LoggerHistoryCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/LoggerMessageCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class LoggerMessageCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/MachineCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class MachineCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/MessageServerCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class MessageServerCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/OpenExamineAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class OpenExamineAction extends FrameAction {
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/control/action/ParameterServerCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ParameterServerCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/ProcessInfoCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ProcessInfoCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/ServerInfoCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ServerInfoCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/StatisticsMessageLoggerCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class StatisticsMessageLoggerCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/TestCleanAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TestCleanAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/TestFiltrationAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TestFiltrationAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/TestStatisticAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TestStatisticAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/TestUpdateAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TestUpdateAllAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/action/TestUpdateSingleAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class TestUpdateSingleAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/control/ui/MessageContentCustomizedPanel" {
import { UiDefineEditControl } from 'sk/editor/frame/ui/base/UiDefineEditControl';
export class MessageContentCustomizedPanel extends UiDefineEditControl {
buildEditInput(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/control/ui/MessageStackCustomizedPanel" {
import { UiDefineEditControl } from 'sk/editor/frame/ui/base/UiDefineEditControl';
export class MessageStackCustomizedPanel extends UiDefineEditControl {
buildEditInput(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/BatchComputeAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class BatchComputeAction extends FrameAction {
constructor(typeName?: string);
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/BatchDeteleAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class BatchDeleteAllAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/BatchItemDeteleAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class BatchItemDeteleAllAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/BatchStopAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class BatchStopAction extends FrameAction {
constructor(typeName?: string);
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/BatchStopAllAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class BatchStopAllAction extends FrameAction {
constructor(typeName?: string);
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/OpenBatchItemTableAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class OpenBatchItemTableAction extends FrameAction {
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/digitization/batch/action/SubTaskDeteleAllAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class SubTaskDeteleAllAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/digitization/perspective/action/SyncDigitizationProductShowAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class SyncModuleProductShowAction extends FrameAction {
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/message/ui/MessageEditorModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class MessageEditorModal extends UiContainer {
constructor(props: any, context?: any);
private init;
private sendLanguageRequestAsync;
componentPropsChange(nextProps: any, nextContext: any): void;
protected onCancel: () => void;
protected onPublish: () => Promise;
private insertMessageResourceAsync;
handleChange: (value: any, record: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/message/action/MessageResourceEditorAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class MessageResourceEditorAction extends FrameAction {
private _toolbar;
private _table;
private readonly _frameName;
process(args: FrameActionArgs): void;
private addFrame;
}
}
declare module "sk/frame/plugin/logic/perspective/action/SyncModuleDecorateItemAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
import { PerspectiveConfigDecorateItemService } from 'sk/frame/logic/storage/perspective/config/decorate/item/PerspectiveConfigDecorateItemService';
export class SyncModuleDecorateItemAction extends FrameAction {
protected _perspectiveConfigDecorateItemService: PerspectiveConfigDecorateItemService;
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/perspective/action/SyncModuleProductShowAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
import { PerspectiveProductShowProductService } from 'sk/frame/logic/storage/perspective/product/show/product/PerspectiveProductShowProductService';
export class SyncModuleProductShowAction extends FrameAction {
protected _perspectiveProductShowProductService: PerspectiveProductShowProductService;
processAsync(args: FrameActionArgs): Promise;
}
}
declare module "sk/frame/plugin/logic/resource/manage/UploadTypeEnum" {
export class UploadTypeEnum {
static picPicType: string;
static materialPicType: string;
static FileType: string;
}
}
declare module "sk/frame/plugin/logic/resource/manage/CurveUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class CurveUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforeCurveUpload: (file: any) => boolean;
onCurveUpload: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/DrawingGraphUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class DrawingGraphUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeContentUpload: (file: any) => boolean;
handleFileChange: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/DrawingTemplateUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class DrawingTemplateUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeContentUpload: (file: any) => boolean;
handleFileChange: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/EffectUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class EffectUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeVRayUpload: (file: any) => boolean;
handleVRayChange: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/IesUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class IesUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeContentUpload: (file: any) => boolean;
handleFileChange: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/MaterialUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceMaterialService } from 'sk/frame/logic/storage/resource/resource/material/ResourceMaterialService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class MaterialUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _resourceMaterialService: ResourceMaterialService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private selectRecord;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeDiffuseUpload: (file: any) => boolean;
handleDiffuseChange: (options: any) => void;
beforeNormalUpload: (file: any) => boolean;
handleNormalChange: ({ onSuccess, onError, file }: {
onSuccess: any;
onError: any;
file: any;
}) => void;
beforeSpecularUpload: (file: any) => boolean;
handleSpecularChange: ({ onSuccess, onError, file }: {
onSuccess: any;
onError: any;
file: any;
}) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
private onPickOk;
private makeResourceEffectPick;
private onAddResourceEffect;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ModelUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ModelUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforeModelUpload: (file: any) => boolean;
onModelUpload: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/PictureUploadModal" {
import * as React from 'react';
import { FormInstance } from 'antd/lib/form';
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourcePictureService } from 'sk/frame/logic/storage/resource/resource/picture/ResourcePictureService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class PictureUploadForm extends UiContainer {
private afterClose;
private afterSubmit;
formRef: React.RefObject>;
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
protected _resourcePictureService: ResourcePictureService;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforePreviewUpload: (file: any) => boolean;
handlePreviewChange: (options: any) => void;
beforeContentUpload: (file: any) => boolean;
handleContentChange: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceCategoryTree" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class ResourceCategoryTree extends UiContainer {
onNodeSelect: Function;
onNodeSelectChange: Function;
dataDic: any;
state: {
currentKey: string;
formFields: any;
isMenuNeedShow: boolean;
data: any[];
infoDialogVisible: boolean;
deleteDialogVisible: boolean;
status: string;
selectedCheckKeys: any[];
defaultSelectedNode: any;
selectedKeys: string[];
expandedKeys: any[];
searchValue: string;
autoExpandParent: boolean;
searchVisible: boolean;
};
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
makeCatalogTree(data: any): any;
onNodeClick: ({ event, node }: {
event: any;
node: any;
}) => void;
onSelectChange: (selectedKeys: any) => void;
generateList: (treeData: any) => void;
onSearch: (keyOrValue: any) => void;
getParentKey: (key: any, treeData: any) => any;
onExpand: (expandedKeys: any) => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceEditValue" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceEditForm extends UiContainer {
protected _resourceService: ResourceService;
private afterClose;
private afterSubmit;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
handleOK: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceInsertModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceInsertForm extends UiContainer {
protected _resourceService: ResourceService;
private afterClose;
private afterSubmit;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
handleOK: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceQuery" {
import { Types } from 'cross/runtime/lang/collection/Types';
export class SortFieldQuery {
fieldName: string;
ifAsc: boolean;
}
export class ResourceQuery {
optionTotal: boolean;
pageSize: number;
page: number;
sorts: Types;
searchValue: string;
auditCd: number;
name: string;
typeId: string;
statusCd: number;
objectVersion: number;
libraryId: string;
id: string;
label: string;
code: string;
categoryIdCeq: string;
constructor();
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceManageModal" {
import { EnvironmentService } from 'cross/runtime/module/environment/EnvironmentService';
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { CategoryService } from 'sk/frame/logic/storage/resource/category/CategoryService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceManageForm extends UiContainer {
protected _resourceCategoryService: CategoryService;
protected _resourceService: ResourceService;
protected _environmentService: EnvironmentService;
private afterClose;
private afterSubmit;
private _resourceListTable;
constructor(props: any, context?: any);
loadResourceCategoryData: () => Promise;
loadData: () => Promise;
componentStatusChange(state: any, props: any): void;
onCategorySelectChange: (nodeId: any) => void;
onRowKeysChange: (selectedRowKeys: any) => void;
onPaginationChange: () => (pageNumber: any) => void;
showSizeChange: () => (pageNumber: any, pageSize: any) => void;
private onSelectedRowKeysChange;
private onRowSelect;
handleOK: () => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceManage" {
import * as React from 'react';
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { CategoryService } from 'sk/frame/logic/storage/resource/category/CategoryService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceManage extends UiContainer {
private navigate;
protected _resourceCategoryService: CategoryService;
protected _resourceService: ResourceService;
constructor(props: any, context?: any);
loadResourceCategoryData: () => Promise;
loadData: () => Promise;
onPaginationChange: () => (pageNumber: any) => void;
showSizeChange: () => (pageNumber: any, pageSize: any) => void;
onInsertResource: () => void;
afterClose: () => void;
afterSubmit: () => void;
onResourceEdit: (dataSource: any) => void;
editData: (dataSource: any) => void;
onResourceUpload: (dataSource: any) => void;
onAddResource: (typeId: any) => void;
onCardDelete: (dataSource: any) => void;
deleteData: (dataSource: any) => Promise;
onValueEdit: (dataSource: any) => void;
onCategorySelectChange: (nodeId: any) => void;
toolRender: () => React.JSX.Element;
resourceRender: () => React.JSX.Element;
paginationRender: () => React.JSX.Element;
categoryRender: () => React.JSX.Element;
getPageRouter(): JSX.Element;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/ResourceUploadModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
import { UiFrameService } from 'sk/editor/frame/ui/UiFrameService';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceUploadForm extends UiContainer {
protected _resourceService: ResourceService;
protected _uiFrameService: UiFrameService;
private afterClose;
private afterSubmit;
private formRef;
constructor(props: any, context?: any);
componentStatusChange(state: any, props: any): void;
beforeModelUpload: (file: any) => boolean;
onModelUpload: (options: any) => void;
confirmUpload: (e: any) => void;
handleCancel: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUpgradeAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
import { ResourceService } from 'sk/frame/logic/storage/resource/resource/ResourceService';
export class ResourceUpgradeAction extends FrameAction {
protected _resourceService: ResourceService;
private upgradeAsync;
process(args: FrameActionArgs): void;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class ResourceUploadAction extends FrameAction {
protected _frameName: string;
protected _modalClass: any;
private _toolbar;
private _listview;
process(args: FrameActionArgs): void;
private afterSubmit;
private afterClose;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadCurveAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadCurveAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadDrawingGraphAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadDrawingGraphAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadDrawingTemplateAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadDrawingTemplateAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadEffectAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadEffectAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadIesAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadIesAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadMaterialAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadMaterialAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadModelAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadModelAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadPictureAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadPictureAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/resource/manage/action/ResourceUploadResourceAction" {
import { ResourceUploadAction } from "sk/frame/plugin/logic/resource/manage/action/ResourceUploadAction";
export class ResourceUploadResourceAction extends ResourceUploadAction {
protected _frameName: string;
protected _modalClass: any;
}
}
declare module "sk/frame/plugin/logic/statistics/LibraryDatasetCheckModal" {
import { UiContainer } from 'foundation/editor/ui/core/UiContainer';
export class LibraryDatasetCheckModal extends UiContainer {
constructor(props: any, context?: any);
componentPropsChange(nextProps: any, nextContext: any): void;
protected onCancel: () => void;
protected onOk: () => void;
render(): JSX.Element;
}
}
declare module "sk/frame/plugin/logic/statistics/AllLibraryDatasetCheckAction" {
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class AllLibraryDatasetCheckAction extends FrameAction {
private _toolbar;
private _frameName;
constructor(typeName?: string);
process(args: FrameActionArgs): any;
private addFrame;
}
}
declare module "sk/frame/plugin/logic/system/LogicUtil" {
export class LogicUtil {
}
}
declare module "sk/frame/plugin/logic/system/MessageUploadJsonAction" {
import { ResultObject } from 'cross/runtime/lang/ResultObject';
import { FrameAction, FrameActionArgs } from 'sk/editor/frame/service/frame/FrameAction';
export class MessageUploadJsonAction extends FrameAction {
constructor(typeName?: string);
processAsync(args: FrameActionArgs): Promise;
}
}