同步源码
This commit is contained in:
7
types/Add-on/BoardFindModify.d.ts
vendored
7
types/Add-on/BoardFindModify.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
import { ECompareType } from "../UI/Store/BoardFindInterface";
|
||||
export declare class BoardFindModify implements Command {
|
||||
private isModifyHwMatrial;
|
||||
exec(): Promise<void>;
|
||||
@@ -7,8 +8,6 @@ export declare class BoardFindModify implements Command {
|
||||
private FindBrs;
|
||||
private FilterBr;
|
||||
private FilterBrSize;
|
||||
private CompareIsEqual;
|
||||
regExpEscape(s: any): any;
|
||||
private ModifyBrs;
|
||||
private ModifyBr;
|
||||
private FindMaxSizeBrs;
|
||||
@@ -20,4 +19,8 @@ export declare class BoardFindModify implements Command {
|
||||
private ModifyHardware;
|
||||
private FilterHardware;
|
||||
}
|
||||
/**
|
||||
* @param {(string[] | number[])} [values] 多个匹配项 目前只用在模糊匹配
|
||||
*/
|
||||
export declare function CompareIsEqual(brValue: string | number, value: string | number, type: ECompareType, values?: string[]): boolean;
|
||||
//# sourceMappingURL=BoardFindModify.d.ts.map
|
Reference in New Issue
Block a user