|
|
|
|
@ -92,6 +92,7 @@ export class Command {
|
|
|
|
|
public executeSetControlProperties: CommandAdapt['setControlProperties']
|
|
|
|
|
public executeSetControlHighlight: CommandAdapt['setControlHighlight']
|
|
|
|
|
public executeLocationControl: CommandAdapt['locationControl']
|
|
|
|
|
public executeInsertControl: CommandAdapt['insertControl']
|
|
|
|
|
public executeUpdateOptions: CommandAdapt['updateOptions']
|
|
|
|
|
public executeInsertTitle: CommandAdapt['insertTitle']
|
|
|
|
|
public getCatalog: CommandAdapt['getCatalog']
|
|
|
|
|
@ -242,5 +243,6 @@ export class Command {
|
|
|
|
|
this.getControlValue = adapt.getControlValue.bind(adapt)
|
|
|
|
|
this.getControlList = adapt.getControlList.bind(adapt)
|
|
|
|
|
this.executeLocationControl = adapt.locationControl.bind(adapt)
|
|
|
|
|
this.executeInsertControl = adapt.insertControl.bind(adapt)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|