@magic-xpa/engine 4.1000.0-dev4100.87 → 4.1000.0-dev4100.89
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/exp/ExpressionDict.mjs +8 -8
- package/esm2020/src/exp/ExpressionEvaluator.mjs +2 -176
- package/fesm2015/magic-xpa-engine.mjs +57 -256
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +57 -229
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
- package/src/exp/ExpressionEvaluator.d.ts +0 -9
@@ -6918,7 +6918,7 @@ ExpressionDict.expDesc = [
|
|
6918
6918
|
null,
|
6919
6919
|
new ExpDesc('N', 0, 0, 0, "", false),
|
6920
6920
|
null,
|
6921
|
-
|
6921
|
+
null,
|
6922
6922
|
new ExpDesc('B', 0, 2, 2, "V ", false),
|
6923
6923
|
null,
|
6924
6924
|
null,
|
@@ -7367,12 +7367,12 @@ ExpressionDict.expDesc = [
|
|
7367
7367
|
null,
|
7368
7368
|
new ExpDesc('A', 0, 1, 1, "A", false),
|
7369
7369
|
new ExpDesc('N', 0, 2, 2, "AA", false),
|
7370
|
-
|
7371
|
-
|
7372
|
-
|
7373
|
-
|
7374
|
-
|
7375
|
-
|
7370
|
+
null,
|
7371
|
+
null,
|
7372
|
+
null,
|
7373
|
+
null,
|
7374
|
+
null,
|
7375
|
+
null,
|
7376
7376
|
new ExpDesc('N', 0, 1, 1, "N", false),
|
7377
7377
|
null,
|
7378
7378
|
null,
|
@@ -7459,48 +7459,6 @@ ExpressionDict.expDesc = [
|
|
7459
7459
|
new ExpDesc('U', 0, 0, 0, '', false),
|
7460
7460
|
];
|
7461
7461
|
|
7462
|
-
var DataViewCommandType;
|
7463
|
-
(function (DataViewCommandType) {
|
7464
|
-
DataViewCommandType[DataViewCommandType["Init"] = 0] = "Init";
|
7465
|
-
DataViewCommandType[DataViewCommandType["Clear"] = 1] = "Clear";
|
7466
|
-
DataViewCommandType[DataViewCommandType["Prepare"] = 2] = "Prepare";
|
7467
|
-
DataViewCommandType[DataViewCommandType["FirstChunk"] = 3] = "FirstChunk";
|
7468
|
-
DataViewCommandType[DataViewCommandType["RecomputeUnit"] = 4] = "RecomputeUnit";
|
7469
|
-
DataViewCommandType[DataViewCommandType["ExecuteLocalUpdates"] = 5] = "ExecuteLocalUpdates";
|
7470
|
-
DataViewCommandType[DataViewCommandType["InitDataControlViews"] = 6] = "InitDataControlViews";
|
7471
|
-
DataViewCommandType[DataViewCommandType["OpenTransaction"] = 7] = "OpenTransaction";
|
7472
|
-
DataViewCommandType[DataViewCommandType["CloseTransaction"] = 8] = "CloseTransaction";
|
7473
|
-
DataViewCommandType[DataViewCommandType["SetTransactionState"] = 9] = "SetTransactionState";
|
7474
|
-
DataViewCommandType[DataViewCommandType["AddUserRange"] = 10] = "AddUserRange";
|
7475
|
-
DataViewCommandType[DataViewCommandType["ResetUserRange"] = 11] = "ResetUserRange";
|
7476
|
-
DataViewCommandType[DataViewCommandType["DbDisconnect"] = 12] = "DbDisconnect";
|
7477
|
-
DataViewCommandType[DataViewCommandType["AddUserLocate"] = 13] = "AddUserLocate";
|
7478
|
-
DataViewCommandType[DataViewCommandType["ResetUserLocate"] = 14] = "ResetUserLocate";
|
7479
|
-
DataViewCommandType[DataViewCommandType["AddUserSort"] = 15] = "AddUserSort";
|
7480
|
-
DataViewCommandType[DataViewCommandType["ResetUserSort"] = 16] = "ResetUserSort";
|
7481
|
-
DataViewCommandType[DataViewCommandType["DataViewToDataSource"] = 17] = "DataViewToDataSource";
|
7482
|
-
DataViewCommandType[DataViewCommandType["DbDelete"] = 18] = "DbDelete";
|
7483
|
-
DataViewCommandType[DataViewCommandType["ControlItemsRefresh"] = 19] = "ControlItemsRefresh";
|
7484
|
-
DataViewCommandType[DataViewCommandType["SQLExecute"] = 20] = "SQLExecute";
|
7485
|
-
})(DataViewCommandType || (DataViewCommandType = {}));
|
7486
|
-
class DataviewCommand extends ClientOriginatedCommandTaskTag {
|
7487
|
-
constructor() {
|
7488
|
-
super();
|
7489
|
-
this.CommandType = 0;
|
7490
|
-
this.TaskTag = null;
|
7491
|
-
}
|
7492
|
-
get CommandTypeAttribute() {
|
7493
|
-
throw new NotImplementedException();
|
7494
|
-
}
|
7495
|
-
SerializeCommandData() {
|
7496
|
-
Debug.Assert(false, "Dataview commands need not be serialized");
|
7497
|
-
return null;
|
7498
|
-
}
|
7499
|
-
get ShouldSerialize() {
|
7500
|
-
return false;
|
7501
|
-
}
|
7502
|
-
}
|
7503
|
-
|
7504
7462
|
class EventHandlerPosition {
|
7505
7463
|
constructor() {
|
7506
7464
|
this._handlerIdx = 0;
|
@@ -7697,6 +7655,48 @@ EventHandlerPosition.PHASE_CONTROL_NON_SPECIFIC = 2;
|
|
7697
7655
|
EventHandlerPosition.PHASE_GLOBAL = 3;
|
7698
7656
|
EventHandlerPosition.PHASE_GLOBAL_SPECIFIC = 4;
|
7699
7657
|
|
7658
|
+
var DataViewCommandType;
|
7659
|
+
(function (DataViewCommandType) {
|
7660
|
+
DataViewCommandType[DataViewCommandType["Init"] = 0] = "Init";
|
7661
|
+
DataViewCommandType[DataViewCommandType["Clear"] = 1] = "Clear";
|
7662
|
+
DataViewCommandType[DataViewCommandType["Prepare"] = 2] = "Prepare";
|
7663
|
+
DataViewCommandType[DataViewCommandType["FirstChunk"] = 3] = "FirstChunk";
|
7664
|
+
DataViewCommandType[DataViewCommandType["RecomputeUnit"] = 4] = "RecomputeUnit";
|
7665
|
+
DataViewCommandType[DataViewCommandType["ExecuteLocalUpdates"] = 5] = "ExecuteLocalUpdates";
|
7666
|
+
DataViewCommandType[DataViewCommandType["InitDataControlViews"] = 6] = "InitDataControlViews";
|
7667
|
+
DataViewCommandType[DataViewCommandType["OpenTransaction"] = 7] = "OpenTransaction";
|
7668
|
+
DataViewCommandType[DataViewCommandType["CloseTransaction"] = 8] = "CloseTransaction";
|
7669
|
+
DataViewCommandType[DataViewCommandType["SetTransactionState"] = 9] = "SetTransactionState";
|
7670
|
+
DataViewCommandType[DataViewCommandType["AddUserRange"] = 10] = "AddUserRange";
|
7671
|
+
DataViewCommandType[DataViewCommandType["ResetUserRange"] = 11] = "ResetUserRange";
|
7672
|
+
DataViewCommandType[DataViewCommandType["DbDisconnect"] = 12] = "DbDisconnect";
|
7673
|
+
DataViewCommandType[DataViewCommandType["AddUserLocate"] = 13] = "AddUserLocate";
|
7674
|
+
DataViewCommandType[DataViewCommandType["ResetUserLocate"] = 14] = "ResetUserLocate";
|
7675
|
+
DataViewCommandType[DataViewCommandType["AddUserSort"] = 15] = "AddUserSort";
|
7676
|
+
DataViewCommandType[DataViewCommandType["ResetUserSort"] = 16] = "ResetUserSort";
|
7677
|
+
DataViewCommandType[DataViewCommandType["DataViewToDataSource"] = 17] = "DataViewToDataSource";
|
7678
|
+
DataViewCommandType[DataViewCommandType["DbDelete"] = 18] = "DbDelete";
|
7679
|
+
DataViewCommandType[DataViewCommandType["ControlItemsRefresh"] = 19] = "ControlItemsRefresh";
|
7680
|
+
DataViewCommandType[DataViewCommandType["SQLExecute"] = 20] = "SQLExecute";
|
7681
|
+
})(DataViewCommandType || (DataViewCommandType = {}));
|
7682
|
+
class DataviewCommand extends ClientOriginatedCommandTaskTag {
|
7683
|
+
constructor() {
|
7684
|
+
super();
|
7685
|
+
this.CommandType = 0;
|
7686
|
+
this.TaskTag = null;
|
7687
|
+
}
|
7688
|
+
get CommandTypeAttribute() {
|
7689
|
+
throw new NotImplementedException();
|
7690
|
+
}
|
7691
|
+
SerializeCommandData() {
|
7692
|
+
Debug.Assert(false, "Dataview commands need not be serialized");
|
7693
|
+
return null;
|
7694
|
+
}
|
7695
|
+
get ShouldSerialize() {
|
7696
|
+
return false;
|
7697
|
+
}
|
7698
|
+
}
|
7699
|
+
|
7700
7700
|
class AddUserRangeDataviewCommand extends DataviewCommand {
|
7701
7701
|
constructor() {
|
7702
7702
|
super();
|
@@ -8336,13 +8336,6 @@ class CommandFactory {
|
|
8336
8336
|
}
|
8337
8337
|
}
|
8338
8338
|
|
8339
|
-
class Sort {
|
8340
|
-
constructor() {
|
8341
|
-
this.fldIdx = 0;
|
8342
|
-
this.dir = false;
|
8343
|
-
}
|
8344
|
-
}
|
8345
|
-
|
8346
8339
|
var ParamParseResult;
|
8347
8340
|
(function (ParamParseResult) {
|
8348
8341
|
ParamParseResult[ParamParseResult["OK"] = 0] = "OK";
|
@@ -11497,11 +11490,6 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
11497
11490
|
val1 = valStack.pop();
|
11498
11491
|
this.eval_op_eoy(resVal, val1);
|
11499
11492
|
break;
|
11500
|
-
case ExpressionInterface.EXP_OP_ROLLBACK:
|
11501
|
-
val2 = valStack.pop();
|
11502
|
-
val1 = valStack.pop();
|
11503
|
-
yield this.eval_op_rollback(resVal);
|
11504
|
-
break;
|
11505
11493
|
case ExpressionInterface.EXP_OP_VARSET:
|
11506
11494
|
val2 = valStack.pop();
|
11507
11495
|
val1 = valStack.pop();
|
@@ -11866,41 +11854,6 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
11866
11854
|
val1 = valStack.pop();
|
11867
11855
|
this.eval_op_taskType(resVal, val1);
|
11868
11856
|
break;
|
11869
|
-
case ExpressionInterface.EXP_OP_RANGE_ADD:
|
11870
|
-
nArgs = valStack.pop();
|
11871
|
-
if (nArgs > 0) {
|
11872
|
-
Exp_params = new Array(nArgs);
|
11873
|
-
for (j = 0; j < nArgs; j++)
|
11874
|
-
Exp_params[nArgs - 1 - j] = valStack.pop();
|
11875
|
-
yield this.eval_op_range_add(resVal, Exp_params);
|
11876
|
-
}
|
11877
|
-
break;
|
11878
|
-
case ExpressionInterface.EXP_OP_RANGE_RESET:
|
11879
|
-
val1 = valStack.pop();
|
11880
|
-
yield this.eval_op_range_reset(resVal, val1);
|
11881
|
-
break;
|
11882
|
-
case ExpressionInterface.EXP_OP_LOCATE_ADD:
|
11883
|
-
nArgs = valStack.pop();
|
11884
|
-
if (nArgs > 0) {
|
11885
|
-
Exp_params = new Array(nArgs);
|
11886
|
-
for (j = 0; j < nArgs; j++)
|
11887
|
-
Exp_params[nArgs - 1 - j] = valStack.pop();
|
11888
|
-
yield this.eval_op_locate_add(resVal, Exp_params);
|
11889
|
-
}
|
11890
|
-
break;
|
11891
|
-
case ExpressionInterface.EXP_OP_LOCATE_RESET:
|
11892
|
-
val1 = valStack.pop();
|
11893
|
-
yield this.eval_op_locate_reset(resVal, val1);
|
11894
|
-
break;
|
11895
|
-
case ExpressionInterface.EXP_OP_SORT_ADD:
|
11896
|
-
val2 = valStack.pop();
|
11897
|
-
val1 = valStack.pop();
|
11898
|
-
yield this.eval_op_sort_add(resVal, val1, val2);
|
11899
|
-
break;
|
11900
|
-
case ExpressionInterface.EXP_OP_SORT_RESET:
|
11901
|
-
val1 = valStack.pop();
|
11902
|
-
yield this.eval_op_sort_reset(resVal, val1);
|
11903
|
-
break;
|
11904
11857
|
case ExpressionInterface.EXP_OP_TSK_INSTANCE:
|
11905
11858
|
val1 = valStack.pop();
|
11906
11859
|
this.eval_op_tsk_instance(resVal, val1);
|
@@ -13569,14 +13522,6 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
13569
13522
|
yield fld.updateDisplay();
|
13570
13523
|
});
|
13571
13524
|
}
|
13572
|
-
eval_op_rollback(resVal) {
|
13573
|
-
return __awaiter(this, void 0, void 0, function* () {
|
13574
|
-
let task = this.ExpTask.GetContextTask() || this.ExpTask;
|
13575
|
-
yield AccessHelper.eventsManager.handleInternalEventWithTask(task, InternalInterface.MG_ACT_ROLLBACK);
|
13576
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
13577
|
-
resVal.BoolVal = true;
|
13578
|
-
});
|
13579
|
-
}
|
13580
13525
|
eval_op_like(source, maskOrg, resVal) {
|
13581
13526
|
let i;
|
13582
13527
|
let j;
|
@@ -14137,75 +14082,6 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
14137
14082
|
resultStr.Replace('\\@', '@');
|
14138
14083
|
resVal.StrVal = resultStr.ToString();
|
14139
14084
|
}
|
14140
|
-
eval_op_range_add(resVal, Exp_params) {
|
14141
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14142
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14143
|
-
resVal.BoolVal = yield this.add_rt_ranges(Exp_params, false);
|
14144
|
-
});
|
14145
|
-
}
|
14146
|
-
eval_op_range_reset(resVal, parent) {
|
14147
|
-
const _super = Object.create(null, {
|
14148
|
-
GetContextTask: { get: () => super.GetContextTask }
|
14149
|
-
});
|
14150
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14151
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14152
|
-
let iParent = parent.MgNumVal.NUM_2_LONG();
|
14153
|
-
if ((iParent >= 0 && iParent < (this.ExpTask.getTaskDepth(false))) || iParent === ExpressionEvaluator.TRIGGER_TASK) {
|
14154
|
-
let task = _super.GetContextTask.call(this, iParent);
|
14155
|
-
if (task !== null) {
|
14156
|
-
let command = CommandFactory.CreateDataViewCommand(task.getTaskTag(), DataViewCommandType.ResetUserRange);
|
14157
|
-
yield task.DataviewManager.Execute(command);
|
14158
|
-
resVal.BoolVal = true;
|
14159
|
-
}
|
14160
|
-
}
|
14161
|
-
});
|
14162
|
-
}
|
14163
|
-
eval_op_locate_add(resVal, Exp_params) {
|
14164
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14165
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14166
|
-
resVal.BoolVal = yield this.add_rt_ranges(Exp_params, true);
|
14167
|
-
});
|
14168
|
-
}
|
14169
|
-
eval_op_locate_reset(resVal, parent) {
|
14170
|
-
const _super = Object.create(null, {
|
14171
|
-
GetContextTask: { get: () => super.GetContextTask }
|
14172
|
-
});
|
14173
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14174
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14175
|
-
let iParent = parent.MgNumVal.NUM_2_LONG();
|
14176
|
-
if ((iParent >= 0 && iParent < (this.ExpTask.getTaskDepth(false))) || iParent === ExpressionEvaluator.TRIGGER_TASK) {
|
14177
|
-
let task = _super.GetContextTask.call(this, iParent);
|
14178
|
-
if (task !== null) {
|
14179
|
-
let command = CommandFactory.CreateDataViewCommand(task.getTaskTag(), DataViewCommandType.ResetUserLocate);
|
14180
|
-
yield task.DataviewManager.Execute(command);
|
14181
|
-
resVal.BoolVal = true;
|
14182
|
-
}
|
14183
|
-
}
|
14184
|
-
});
|
14185
|
-
}
|
14186
|
-
eval_op_sort_add(resVal, varnum, dir) {
|
14187
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14188
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14189
|
-
resVal.BoolVal = yield this.add_sort(varnum, dir);
|
14190
|
-
});
|
14191
|
-
}
|
14192
|
-
eval_op_sort_reset(resVal, parent) {
|
14193
|
-
const _super = Object.create(null, {
|
14194
|
-
GetContextTask: { get: () => super.GetContextTask }
|
14195
|
-
});
|
14196
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14197
|
-
resVal.Attr = StorageAttribute.BOOLEAN;
|
14198
|
-
let iParent = parent.MgNumVal.NUM_2_LONG();
|
14199
|
-
if ((iParent >= 0 && iParent < (this.ExpTask.getTaskDepth(false))) || iParent === ExpressionEvaluator.TRIGGER_TASK) {
|
14200
|
-
let task = _super.GetContextTask.call(this, iParent);
|
14201
|
-
if (task !== null) {
|
14202
|
-
let command = CommandFactory.CreateDataViewCommand(task.getTaskTag(), DataViewCommandType.ResetUserSort);
|
14203
|
-
yield task.DataviewManager.Execute(command);
|
14204
|
-
resVal.BoolVal = true;
|
14205
|
-
}
|
14206
|
-
}
|
14207
|
-
});
|
14208
|
-
}
|
14209
14085
|
eval_op_tsk_instance(resVal, Parent) {
|
14210
14086
|
let tag = 0;
|
14211
14087
|
let iParent = Parent.MgNumVal.NUM_2_LONG();
|
@@ -14219,88 +14095,6 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
|
|
14219
14095
|
resVal.MgNumVal = new NUM_TYPE();
|
14220
14096
|
resVal.MgNumVal.NUM_4_LONG(tag);
|
14221
14097
|
}
|
14222
|
-
add_sort(varnum, dir) {
|
14223
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14224
|
-
if (varnum.MgNumVal === null)
|
14225
|
-
return false;
|
14226
|
-
let itm = varnum.MgNumVal.NUM_2_LONG();
|
14227
|
-
if (itm === 0)
|
14228
|
-
return false;
|
14229
|
-
let fld = this.GetFieldOfContextTask(itm);
|
14230
|
-
if (fld === null)
|
14231
|
-
return false;
|
14232
|
-
let task = fld.getTask();
|
14233
|
-
let vee_idx = fld.getId() + 1;
|
14234
|
-
let expr_64 = new Sort();
|
14235
|
-
expr_64.fldIdx = vee_idx;
|
14236
|
-
expr_64.dir = dir.BoolVal;
|
14237
|
-
let sort = expr_64;
|
14238
|
-
let command = CommandFactory.CreateAddUserSortDataviewCommand(task.getTaskTag(), sort);
|
14239
|
-
yield task.DataviewManager.Execute(command);
|
14240
|
-
return true;
|
14241
|
-
});
|
14242
|
-
}
|
14243
|
-
add_rt_ranges(Exp_params, locate) {
|
14244
|
-
return __awaiter(this, void 0, void 0, function* () {
|
14245
|
-
let varnum = Exp_params[0];
|
14246
|
-
let min = Exp_params[1];
|
14247
|
-
if (varnum.MgNumVal === null)
|
14248
|
-
return false;
|
14249
|
-
let itm = varnum.MgNumVal.NUM_2_LONG();
|
14250
|
-
if (itm === 0)
|
14251
|
-
return false;
|
14252
|
-
let fld = this.GetFieldOfContextTask(itm);
|
14253
|
-
if (fld === null)
|
14254
|
-
return false;
|
14255
|
-
let task = fld.getTask();
|
14256
|
-
let vee_idx = fld.getId() + 1;
|
14257
|
-
let expr_78 = new UserRange();
|
14258
|
-
expr_78.veeIdx = vee_idx;
|
14259
|
-
let rng = expr_78;
|
14260
|
-
if (min.IsNull)
|
14261
|
-
rng.nullMin = true;
|
14262
|
-
if (!rng.nullMin && (min.Attr === StorageAttribute.ALPHA || min.Attr === StorageAttribute.UNICODE) && min.StrVal.length === 0)
|
14263
|
-
rng.discardMin = true;
|
14264
|
-
else {
|
14265
|
-
if (!rng.nullMin) {
|
14266
|
-
if (!StorageAttributeCheck.isTheSameType(fld.getType(), min.Attr))
|
14267
|
-
return false;
|
14268
|
-
if (StorageAttributeCheck.StorageFldAlphaUnicodeOrBlob(fld.getType(), min.Attr))
|
14269
|
-
this.ConvertExpVal(min, fld.getType());
|
14270
|
-
rng.min = min.ToMgVal();
|
14271
|
-
}
|
14272
|
-
}
|
14273
|
-
if (Exp_params.length === 3) {
|
14274
|
-
let max = Exp_params[2];
|
14275
|
-
if (max.IsNull)
|
14276
|
-
rng.nullMax = true;
|
14277
|
-
if (!rng.nullMax && (max.Attr === StorageAttribute.ALPHA || max.Attr === StorageAttribute.UNICODE) && max.StrVal.length === 0)
|
14278
|
-
rng.discardMax = true;
|
14279
|
-
else {
|
14280
|
-
if (!rng.nullMax) {
|
14281
|
-
if (!StorageAttributeCheck.isTheSameType(fld.getType(), max.Attr))
|
14282
|
-
return false;
|
14283
|
-
if (StorageAttributeCheck.StorageFldAlphaUnicodeOrBlob(fld.getType(), max.Attr))
|
14284
|
-
this.ConvertExpVal(max, fld.getType());
|
14285
|
-
rng.max = max.ToMgVal();
|
14286
|
-
}
|
14287
|
-
}
|
14288
|
-
}
|
14289
|
-
else
|
14290
|
-
rng.discardMax = true;
|
14291
|
-
if (!rng.discardMin || !rng.discardMax) {
|
14292
|
-
if (locate) {
|
14293
|
-
let command = CommandFactory.CreateAddUserLocateDataviewCommand(task.getTaskTag(), rng);
|
14294
|
-
yield task.DataviewManager.Execute(command);
|
14295
|
-
}
|
14296
|
-
else {
|
14297
|
-
let command2 = CommandFactory.CreateAddUserRangeDataviewCommand(task.getTaskTag(), rng);
|
14298
|
-
yield task.DataviewManager.Execute(command2);
|
14299
|
-
}
|
14300
|
-
}
|
14301
|
-
return true;
|
14302
|
-
});
|
14303
|
-
}
|
14304
14098
|
eval_op_getParam(resVal, name) {
|
14305
14099
|
Debug.Assert(!name.IsNull && name.StrVal !== null);
|
14306
14100
|
let expVal = GlobalParams.Instance.get(name.StrVal);
|
@@ -19636,6 +19430,13 @@ class DataviewManager extends DataviewManagerBase {
|
|
19636
19430
|
}
|
19637
19431
|
}
|
19638
19432
|
|
19433
|
+
class Sort {
|
19434
|
+
constructor() {
|
19435
|
+
this.fldIdx = 0;
|
19436
|
+
this.dir = false;
|
19437
|
+
}
|
19438
|
+
}
|
19439
|
+
|
19639
19440
|
class SortCollection {
|
19640
19441
|
constructor() {
|
19641
19442
|
this._sortTab = null;
|
@@ -30432,7 +30233,7 @@ class CommandsTable {
|
|
30432
30233
|
}
|
30433
30234
|
}
|
30434
30235
|
|
30435
|
-
let CurrentClientVersion = '4.1000.0-dev4100.
|
30236
|
+
let CurrentClientVersion = '4.1000.0-dev4100.89';
|
30436
30237
|
|
30437
30238
|
class ClientManager {
|
30438
30239
|
constructor() {
|