@magic-xpa/engine 4.1000.0-dev4100.259 → 4.1000.0-dev4100.260
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/CurrentClientVersion.mjs +2 -2
- package/esm2020/src/gui/MgControl.mjs +1 -4
- package/fesm2015/magic-xpa-engine.mjs +1 -9
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +1 -4
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
- package/src/gui/MgControl.d.ts +0 -1
@@ -1460,9 +1460,6 @@ class MgControl extends MgControlBase {
|
|
1460
1460
|
this.KeyStrokeOn = false;
|
1461
1461
|
}
|
1462
1462
|
}
|
1463
|
-
async refreshAndSetItemsListForRadioButton(line, execComputeChoice) {
|
1464
|
-
await super.refreshAndSetItemsListForRadioButton(line, execComputeChoice);
|
1465
|
-
}
|
1466
1463
|
getSubformTask() {
|
1467
1464
|
return this._subformTask;
|
1468
1465
|
}
|
@@ -29516,7 +29513,7 @@ class CommandsTable {
|
|
29516
29513
|
}
|
29517
29514
|
}
|
29518
29515
|
|
29519
|
-
let CurrentClientVersion = '4.1000.0-dev4100.
|
29516
|
+
let CurrentClientVersion = '4.1000.0-dev4100.260';
|
29520
29517
|
|
29521
29518
|
class ClientManager {
|
29522
29519
|
static get Instance() {
|