igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0
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/bundles/igniteui-webcomponents-grids.umd.js +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27166 -27890
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +1 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +1 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +1 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1012,8 +1012,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1012
1012
|
get: function () {
|
|
1013
1013
|
if (GridStyleRepository.g == null) {
|
|
1014
1014
|
GridStyleRepository.g = new FontInfo();
|
|
1015
|
-
GridStyleRepository.g.
|
|
1016
|
-
GridStyleRepository.g.
|
|
1015
|
+
GridStyleRepository.g.e = DeviceUtils.f(13);
|
|
1016
|
+
GridStyleRepository.g.p = "Verdana";
|
|
1017
1017
|
}
|
|
1018
1018
|
return GridStyleRepository.g;
|
|
1019
1019
|
},
|
|
@@ -1024,9 +1024,9 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1024
1024
|
get: function () {
|
|
1025
1025
|
if (GridStyleRepository.f == null) {
|
|
1026
1026
|
GridStyleRepository.f = new FontInfo();
|
|
1027
|
-
GridStyleRepository.f.
|
|
1028
|
-
GridStyleRepository.f.
|
|
1029
|
-
GridStyleRepository.f.
|
|
1027
|
+
GridStyleRepository.f.e = DeviceUtils.f(13);
|
|
1028
|
+
GridStyleRepository.f.s = "italic";
|
|
1029
|
+
GridStyleRepository.f.p = "Verdana";
|
|
1030
1030
|
}
|
|
1031
1031
|
return GridStyleRepository.f;
|
|
1032
1032
|
},
|
|
@@ -1037,8 +1037,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1037
1037
|
get: function () {
|
|
1038
1038
|
if (GridStyleRepository.c == null) {
|
|
1039
1039
|
GridStyleRepository.c = new FontInfo();
|
|
1040
|
-
GridStyleRepository.c.
|
|
1041
|
-
GridStyleRepository.c.
|
|
1040
|
+
GridStyleRepository.c.e = DeviceUtils.f(14);
|
|
1041
|
+
GridStyleRepository.c.p = "Verdana";
|
|
1042
1042
|
}
|
|
1043
1043
|
return GridStyleRepository.c;
|
|
1044
1044
|
},
|
|
@@ -1049,9 +1049,9 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1049
1049
|
get: function () {
|
|
1050
1050
|
if (GridStyleRepository.d == null) {
|
|
1051
1051
|
GridStyleRepository.d = new FontInfo();
|
|
1052
|
-
GridStyleRepository.d.
|
|
1053
|
-
GridStyleRepository.d.
|
|
1054
|
-
GridStyleRepository.d.
|
|
1052
|
+
GridStyleRepository.d.e = DeviceUtils.f(12);
|
|
1053
|
+
GridStyleRepository.d.u = "600";
|
|
1054
|
+
GridStyleRepository.d.p = "Verdana";
|
|
1055
1055
|
}
|
|
1056
1056
|
return GridStyleRepository.d;
|
|
1057
1057
|
},
|
|
@@ -1062,8 +1062,8 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1062
1062
|
get: function () {
|
|
1063
1063
|
if (GridStyleRepository.e == null) {
|
|
1064
1064
|
GridStyleRepository.e = new FontInfo();
|
|
1065
|
-
GridStyleRepository.e.
|
|
1066
|
-
GridStyleRepository.e.
|
|
1065
|
+
GridStyleRepository.e.e = DeviceUtils.f(12);
|
|
1066
|
+
GridStyleRepository.e.p = "Verdana";
|
|
1067
1067
|
}
|
|
1068
1068
|
return GridStyleRepository.e;
|
|
1069
1069
|
},
|
|
@@ -7247,10 +7247,10 @@ var ColumnFilterCondition = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7247
7247
|
_this.b = null;
|
|
7248
7248
|
return _this;
|
|
7249
7249
|
}
|
|
7250
|
-
ColumnFilterCondition.prototype.
|
|
7250
|
+
ColumnFilterCondition.prototype.isGroup = function () {
|
|
7251
7251
|
return false;
|
|
7252
7252
|
};
|
|
7253
|
-
ColumnFilterCondition.prototype.
|
|
7253
|
+
ColumnFilterCondition.prototype.resolveFilter = function (a, b) {
|
|
7254
7254
|
return null;
|
|
7255
7255
|
};
|
|
7256
7256
|
ColumnFilterCondition.$t = markType(ColumnFilterCondition, 'ColumnFilterCondition');
|
|
@@ -7263,13 +7263,13 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7263
7263
|
__extends(ColumnComparisonFilterCondition, _super);
|
|
7264
7264
|
function ColumnComparisonFilterCondition() {
|
|
7265
7265
|
var _this = _super.call(this) || this;
|
|
7266
|
-
_this.
|
|
7267
|
-
_this.
|
|
7268
|
-
_this.
|
|
7269
|
-
_this.
|
|
7266
|
+
_this._operator = 0;
|
|
7267
|
+
_this._value = null;
|
|
7268
|
+
_this._isCaseSensitive = false;
|
|
7269
|
+
_this.isCaseSensitive = true;
|
|
7270
7270
|
return _this;
|
|
7271
7271
|
}
|
|
7272
|
-
ColumnComparisonFilterCondition.
|
|
7272
|
+
ColumnComparisonFilterCondition.getApplicableOperators = function (a) {
|
|
7273
7273
|
var b = new List$1(ColumnComparisonConditionOperatorType_$type, 0);
|
|
7274
7274
|
switch (a) {
|
|
7275
7275
|
case 11: break;
|
|
@@ -7312,34 +7312,64 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7312
7312
|
return false;
|
|
7313
7313
|
}
|
|
7314
7314
|
var b = a;
|
|
7315
|
-
if (b.
|
|
7315
|
+
if (b.operator != this.operator) {
|
|
7316
7316
|
return false;
|
|
7317
7317
|
}
|
|
7318
|
-
if (!Base.equalsStatic(b.
|
|
7318
|
+
if (!Base.equalsStatic(b.value, this.value)) {
|
|
7319
7319
|
return false;
|
|
7320
7320
|
}
|
|
7321
|
-
if (!Base.equalsStatic(b.
|
|
7321
|
+
if (!Base.equalsStatic(b.isCaseSensitive, this.isCaseSensitive)) {
|
|
7322
7322
|
return false;
|
|
7323
7323
|
}
|
|
7324
7324
|
return true;
|
|
7325
7325
|
};
|
|
7326
|
-
ColumnComparisonFilterCondition.prototype
|
|
7327
|
-
|
|
7326
|
+
Object.defineProperty(ColumnComparisonFilterCondition.prototype, "operator", {
|
|
7327
|
+
get: function () {
|
|
7328
|
+
return this._operator;
|
|
7329
|
+
},
|
|
7330
|
+
set: function (a) {
|
|
7331
|
+
this._operator = a;
|
|
7332
|
+
},
|
|
7333
|
+
enumerable: false,
|
|
7334
|
+
configurable: true
|
|
7335
|
+
});
|
|
7336
|
+
Object.defineProperty(ColumnComparisonFilterCondition.prototype, "value", {
|
|
7337
|
+
get: function () {
|
|
7338
|
+
return this._value;
|
|
7339
|
+
},
|
|
7340
|
+
set: function (a) {
|
|
7341
|
+
this._value = a;
|
|
7342
|
+
},
|
|
7343
|
+
enumerable: false,
|
|
7344
|
+
configurable: true
|
|
7345
|
+
});
|
|
7346
|
+
Object.defineProperty(ColumnComparisonFilterCondition.prototype, "isCaseSensitive", {
|
|
7347
|
+
get: function () {
|
|
7348
|
+
return this._isCaseSensitive;
|
|
7349
|
+
},
|
|
7350
|
+
set: function (a) {
|
|
7351
|
+
this._isCaseSensitive = a;
|
|
7352
|
+
},
|
|
7353
|
+
enumerable: false,
|
|
7354
|
+
configurable: true
|
|
7355
|
+
});
|
|
7356
|
+
ColumnComparisonFilterCondition.prototype.resolveFilter = function (a, b) {
|
|
7357
|
+
return this.h(a, b, this.operator);
|
|
7328
7358
|
};
|
|
7329
7359
|
ColumnComparisonFilterCondition.prototype.h = function (a, b, c) {
|
|
7330
7360
|
switch (c) {
|
|
7331
7361
|
case 12:
|
|
7332
7362
|
{
|
|
7333
|
-
if (this.
|
|
7363
|
+
if (this.value == null) {
|
|
7334
7364
|
return null;
|
|
7335
7365
|
}
|
|
7336
7366
|
var d = FilterFactory.instance.property(a);
|
|
7337
|
-
var e = FilterFactory.instance.literal(this.
|
|
7367
|
+
var e = FilterFactory.instance.literal(this.value);
|
|
7338
7368
|
d = ColumnComparisonFilterCondition.g(b, d);
|
|
7339
7369
|
if (null == d) {
|
|
7340
7370
|
return null;
|
|
7341
7371
|
}
|
|
7342
|
-
if (!this.
|
|
7372
|
+
if (!this.isCaseSensitive) {
|
|
7343
7373
|
d = d.toLower();
|
|
7344
7374
|
e = e.toLower();
|
|
7345
7375
|
}
|
|
@@ -7347,16 +7377,16 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7347
7377
|
}
|
|
7348
7378
|
case 13:
|
|
7349
7379
|
{
|
|
7350
|
-
if (this.
|
|
7380
|
+
if (this.value == null) {
|
|
7351
7381
|
return null;
|
|
7352
7382
|
}
|
|
7353
7383
|
var f = FilterFactory.instance.property(a);
|
|
7354
|
-
var g = FilterFactory.instance.literal(this.
|
|
7384
|
+
var g = FilterFactory.instance.literal(this.value);
|
|
7355
7385
|
f = ColumnComparisonFilterCondition.g(b, f);
|
|
7356
7386
|
if (null == f) {
|
|
7357
7387
|
return null;
|
|
7358
7388
|
}
|
|
7359
|
-
if (!this.
|
|
7389
|
+
if (!this.isCaseSensitive) {
|
|
7360
7390
|
f = f.toLower();
|
|
7361
7391
|
g = g.toLower();
|
|
7362
7392
|
}
|
|
@@ -7364,16 +7394,16 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7364
7394
|
}
|
|
7365
7395
|
case 17:
|
|
7366
7396
|
{
|
|
7367
|
-
if (this.
|
|
7397
|
+
if (this.value == null) {
|
|
7368
7398
|
return null;
|
|
7369
7399
|
}
|
|
7370
7400
|
var h = FilterFactory.instance.property(a);
|
|
7371
|
-
var i = FilterFactory.instance.literal(this.
|
|
7401
|
+
var i = FilterFactory.instance.literal(this.value);
|
|
7372
7402
|
h = ColumnComparisonFilterCondition.g(b, h);
|
|
7373
7403
|
if (null == h) {
|
|
7374
7404
|
return null;
|
|
7375
7405
|
}
|
|
7376
|
-
if (!this.
|
|
7406
|
+
if (!this.isCaseSensitive) {
|
|
7377
7407
|
h = h.toLower();
|
|
7378
7408
|
i = i.toLower();
|
|
7379
7409
|
}
|
|
@@ -7381,16 +7411,16 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7381
7411
|
}
|
|
7382
7412
|
case 15:
|
|
7383
7413
|
{
|
|
7384
|
-
if (this.
|
|
7414
|
+
if (this.value == null) {
|
|
7385
7415
|
return null;
|
|
7386
7416
|
}
|
|
7387
7417
|
var j = FilterFactory.instance.property(a);
|
|
7388
|
-
var k = FilterFactory.instance.literal(this.
|
|
7418
|
+
var k = FilterFactory.instance.literal(this.value);
|
|
7389
7419
|
j = ColumnComparisonFilterCondition.g(b, j);
|
|
7390
7420
|
if (null == j) {
|
|
7391
7421
|
return null;
|
|
7392
7422
|
}
|
|
7393
|
-
if (!this.
|
|
7423
|
+
if (!this.isCaseSensitive) {
|
|
7394
7424
|
j = j.toLower();
|
|
7395
7425
|
k = k.toLower();
|
|
7396
7426
|
}
|
|
@@ -7398,16 +7428,16 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7398
7428
|
}
|
|
7399
7429
|
case 16:
|
|
7400
7430
|
{
|
|
7401
|
-
if (this.
|
|
7431
|
+
if (this.value == null) {
|
|
7402
7432
|
return null;
|
|
7403
7433
|
}
|
|
7404
7434
|
var l = FilterFactory.instance.property(a);
|
|
7405
|
-
var m = FilterFactory.instance.literal(this.
|
|
7435
|
+
var m = FilterFactory.instance.literal(this.value);
|
|
7406
7436
|
l = ColumnComparisonFilterCondition.g(b, l);
|
|
7407
7437
|
if (null == l) {
|
|
7408
7438
|
return null;
|
|
7409
7439
|
}
|
|
7410
|
-
if (!this.
|
|
7440
|
+
if (!this.isCaseSensitive) {
|
|
7411
7441
|
l = l.toLower();
|
|
7412
7442
|
m = m.toLower();
|
|
7413
7443
|
}
|
|
@@ -7416,8 +7446,8 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7416
7446
|
case 0:
|
|
7417
7447
|
{
|
|
7418
7448
|
var n = FilterFactory.instance.property(a);
|
|
7419
|
-
var o = FilterFactory.instance.literal(this.k(this.
|
|
7420
|
-
if (b == 0 && !this.
|
|
7449
|
+
var o = FilterFactory.instance.literal(this.k(this.value, b));
|
|
7450
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7421
7451
|
n = n.toLower();
|
|
7422
7452
|
o = o.toLower();
|
|
7423
7453
|
}
|
|
@@ -7425,8 +7455,8 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7425
7455
|
return n.day().isEqualTo(o.day()).and(n.month().isEqualTo(o.month())).and(n.year().isEqualTo(o.year()));
|
|
7426
7456
|
}
|
|
7427
7457
|
else if (b == 2) {
|
|
7428
|
-
if (this.
|
|
7429
|
-
switch (this.
|
|
7458
|
+
if (this.value != null && typeof this.value === 'string') {
|
|
7459
|
+
switch (this.value.toString().toLowerCase()) {
|
|
7430
7460
|
case "true":
|
|
7431
7461
|
o = FilterFactory.instance.literal(true);
|
|
7432
7462
|
break;
|
|
@@ -7440,10 +7470,10 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7440
7470
|
}
|
|
7441
7471
|
case 4:
|
|
7442
7472
|
{
|
|
7443
|
-
var p = this.k(this.
|
|
7473
|
+
var p = this.k(this.value, b);
|
|
7444
7474
|
var q = FilterFactory.instance.property(a);
|
|
7445
7475
|
var r = FilterFactory.instance.literal(p);
|
|
7446
|
-
if (b == 0 && !this.
|
|
7476
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7447
7477
|
q = q.toLower();
|
|
7448
7478
|
r = r.toLower();
|
|
7449
7479
|
}
|
|
@@ -7455,10 +7485,10 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7455
7485
|
}
|
|
7456
7486
|
case 5:
|
|
7457
7487
|
{
|
|
7458
|
-
var t = this.k(this.
|
|
7488
|
+
var t = this.k(this.value, b);
|
|
7459
7489
|
var u = FilterFactory.instance.property(a);
|
|
7460
7490
|
var v = FilterFactory.instance.literal(t);
|
|
7461
|
-
if (b == 0 && !this.
|
|
7491
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7462
7492
|
u = u.toLower();
|
|
7463
7493
|
v = v.toLower();
|
|
7464
7494
|
}
|
|
@@ -7470,10 +7500,10 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7470
7500
|
}
|
|
7471
7501
|
case 2:
|
|
7472
7502
|
{
|
|
7473
|
-
var x = this.k(this.
|
|
7503
|
+
var x = this.k(this.value, b);
|
|
7474
7504
|
var y = FilterFactory.instance.property(a);
|
|
7475
7505
|
var z = FilterFactory.instance.literal(x);
|
|
7476
|
-
if (b == 0 && !this.
|
|
7506
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7477
7507
|
y = y.toLower();
|
|
7478
7508
|
z = z.toLower();
|
|
7479
7509
|
}
|
|
@@ -7485,10 +7515,10 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7485
7515
|
}
|
|
7486
7516
|
case 3:
|
|
7487
7517
|
{
|
|
7488
|
-
var ab = this.k(this.
|
|
7518
|
+
var ab = this.k(this.value, b);
|
|
7489
7519
|
var ac = FilterFactory.instance.property(a);
|
|
7490
7520
|
var ad = FilterFactory.instance.literal(ab);
|
|
7491
|
-
if (b == 0 && !this.
|
|
7521
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7492
7522
|
ac = ac.toLower();
|
|
7493
7523
|
ad = ad.toLower();
|
|
7494
7524
|
}
|
|
@@ -7501,8 +7531,8 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7501
7531
|
case 1:
|
|
7502
7532
|
{
|
|
7503
7533
|
var af = FilterFactory.instance.property(a);
|
|
7504
|
-
var ag = FilterFactory.instance.literal(this.k(this.
|
|
7505
|
-
if (b == 0 && !this.
|
|
7534
|
+
var ag = FilterFactory.instance.literal(this.k(this.value, b));
|
|
7535
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
7506
7536
|
af = af.toLower();
|
|
7507
7537
|
ag = ag.toLower();
|
|
7508
7538
|
}
|
|
@@ -7513,16 +7543,16 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7513
7543
|
}
|
|
7514
7544
|
case 14:
|
|
7515
7545
|
{
|
|
7516
|
-
if (this.
|
|
7546
|
+
if (this.value == null) {
|
|
7517
7547
|
return null;
|
|
7518
7548
|
}
|
|
7519
7549
|
var ah = FilterFactory.instance.property(a);
|
|
7520
|
-
var ai = FilterFactory.instance.literal(this.
|
|
7550
|
+
var ai = FilterFactory.instance.literal(this.value);
|
|
7521
7551
|
ah = ColumnComparisonFilterCondition.g(b, ah);
|
|
7522
7552
|
if (null == ah) {
|
|
7523
7553
|
return null;
|
|
7524
7554
|
}
|
|
7525
|
-
if (!this.
|
|
7555
|
+
if (!this.isCaseSensitive) {
|
|
7526
7556
|
ah = ah.toLower();
|
|
7527
7557
|
ai = ai.toLower();
|
|
7528
7558
|
}
|
|
@@ -7544,8 +7574,8 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7544
7574
|
{
|
|
7545
7575
|
var an = FilterFactory.instance.property(a);
|
|
7546
7576
|
var ao_1 = 0;
|
|
7547
|
-
if (typeof this.
|
|
7548
|
-
var ap_1 = this.
|
|
7577
|
+
if (typeof this.value === 'string') {
|
|
7578
|
+
var ap_1 = this.value;
|
|
7549
7579
|
if (((function () { var aq = tryParseInt32_1(ap_1, ao_1); ao_1 = aq.p1; return aq.ret; })())) {
|
|
7550
7580
|
var aq = FilterFactory.instance.literal(ao_1);
|
|
7551
7581
|
return an.month().isEqualTo(aq);
|
|
@@ -7568,13 +7598,13 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7568
7598
|
}
|
|
7569
7599
|
}
|
|
7570
7600
|
else {
|
|
7571
|
-
var av = FilterFactory.instance.literal(this.
|
|
7601
|
+
var av = FilterFactory.instance.literal(this.value);
|
|
7572
7602
|
return an.month().isEqualTo(av);
|
|
7573
7603
|
}
|
|
7574
7604
|
}
|
|
7575
7605
|
case 39:
|
|
7576
7606
|
{
|
|
7577
|
-
var aw_1 = this.
|
|
7607
|
+
var aw_1 = this.value;
|
|
7578
7608
|
if (typeof aw_1 === 'string') {
|
|
7579
7609
|
var ax_1 = -1;
|
|
7580
7610
|
if (((function () { var ay = tryParseInt32_1(aw_1, ax_1); ax_1 = ay.p1; return ay.ret; })())) {
|
|
@@ -7733,7 +7763,7 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7733
7763
|
}
|
|
7734
7764
|
return b;
|
|
7735
7765
|
};
|
|
7736
|
-
ColumnComparisonFilterCondition.
|
|
7766
|
+
ColumnComparisonFilterCondition.getOperandNumber = function (a) {
|
|
7737
7767
|
if (a == 43 || a == 42) {
|
|
7738
7768
|
return 0;
|
|
7739
7769
|
}
|
|
@@ -7741,10 +7771,10 @@ var ColumnComparisonFilterCondition = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
7741
7771
|
return 1;
|
|
7742
7772
|
}
|
|
7743
7773
|
};
|
|
7744
|
-
ColumnComparisonFilterCondition.
|
|
7774
|
+
ColumnComparisonFilterCondition.getOperandNumbers = function (a) {
|
|
7745
7775
|
var b = new Array(a.length);
|
|
7746
7776
|
for (var c = 0; c < a.length; c++) {
|
|
7747
|
-
b[c] = ColumnComparisonFilterCondition.
|
|
7777
|
+
b[c] = ColumnComparisonFilterCondition.getOperandNumber(a[c]);
|
|
7748
7778
|
}
|
|
7749
7779
|
return b;
|
|
7750
7780
|
};
|
|
@@ -7790,11 +7820,21 @@ var ColumnCustomFilterCondition = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7790
7820
|
__extends(ColumnCustomFilterCondition, _super);
|
|
7791
7821
|
function ColumnCustomFilterCondition() {
|
|
7792
7822
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
7793
|
-
_this.
|
|
7823
|
+
_this._value = null;
|
|
7794
7824
|
_this._id = null;
|
|
7795
|
-
_this.
|
|
7825
|
+
_this._index = 0;
|
|
7796
7826
|
return _this;
|
|
7797
7827
|
}
|
|
7828
|
+
Object.defineProperty(ColumnCustomFilterCondition.prototype, "value", {
|
|
7829
|
+
get: function () {
|
|
7830
|
+
return this._value;
|
|
7831
|
+
},
|
|
7832
|
+
set: function (a) {
|
|
7833
|
+
this._value = a;
|
|
7834
|
+
},
|
|
7835
|
+
enumerable: false,
|
|
7836
|
+
configurable: true
|
|
7837
|
+
});
|
|
7798
7838
|
Object.defineProperty(ColumnCustomFilterCondition.prototype, "id", {
|
|
7799
7839
|
get: function () {
|
|
7800
7840
|
return this._id;
|
|
@@ -7805,9 +7845,19 @@ var ColumnCustomFilterCondition = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7805
7845
|
enumerable: false,
|
|
7806
7846
|
configurable: true
|
|
7807
7847
|
});
|
|
7808
|
-
ColumnCustomFilterCondition.prototype
|
|
7809
|
-
|
|
7810
|
-
|
|
7848
|
+
Object.defineProperty(ColumnCustomFilterCondition.prototype, "index", {
|
|
7849
|
+
get: function () {
|
|
7850
|
+
return this._index;
|
|
7851
|
+
},
|
|
7852
|
+
set: function (a) {
|
|
7853
|
+
this._index = a;
|
|
7854
|
+
},
|
|
7855
|
+
enumerable: false,
|
|
7856
|
+
configurable: true
|
|
7857
|
+
});
|
|
7858
|
+
ColumnCustomFilterCondition.prototype.resolveFilter = function (a, b) {
|
|
7859
|
+
var c = this.b.fq(this.id, this.index);
|
|
7860
|
+
return this.b.es(c, this.value);
|
|
7811
7861
|
};
|
|
7812
7862
|
ColumnCustomFilterCondition.$t = markType(ColumnCustomFilterCondition, 'ColumnCustomFilterCondition', ColumnFilterCondition.$);
|
|
7813
7863
|
return ColumnCustomFilterCondition;
|
|
@@ -7830,13 +7880,13 @@ var ColumnFilterConditionGroup = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7830
7880
|
__extends(ColumnFilterConditionGroup, _super);
|
|
7831
7881
|
function ColumnFilterConditionGroup() {
|
|
7832
7882
|
var _this = _super.call(this) || this;
|
|
7833
|
-
_this.
|
|
7883
|
+
_this._usesOrOperator = false;
|
|
7834
7884
|
_this.f = null;
|
|
7835
7885
|
_this.f = new ColumnFilterConditionCollection();
|
|
7836
|
-
_this.
|
|
7886
|
+
_this.usesOrOperator = false;
|
|
7837
7887
|
return _this;
|
|
7838
7888
|
}
|
|
7839
|
-
ColumnFilterConditionGroup.prototype.
|
|
7889
|
+
ColumnFilterConditionGroup.prototype.isGroup = function () {
|
|
7840
7890
|
return true;
|
|
7841
7891
|
};
|
|
7842
7892
|
ColumnFilterConditionGroup.prototype.equals = function (a) {
|
|
@@ -7847,30 +7897,40 @@ var ColumnFilterConditionGroup = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7847
7897
|
return false;
|
|
7848
7898
|
}
|
|
7849
7899
|
var b = a;
|
|
7850
|
-
if (b.
|
|
7900
|
+
if (b.count != this.count) {
|
|
7851
7901
|
return false;
|
|
7852
7902
|
}
|
|
7853
|
-
for (var c = 0; c < this.
|
|
7903
|
+
for (var c = 0; c < this.count; c++) {
|
|
7854
7904
|
if (!Base.equalsStatic(this.item(c), b.item(c))) {
|
|
7855
7905
|
return false;
|
|
7856
7906
|
}
|
|
7857
7907
|
}
|
|
7858
7908
|
return true;
|
|
7859
7909
|
};
|
|
7860
|
-
Object.defineProperty(ColumnFilterConditionGroup.prototype, "
|
|
7910
|
+
Object.defineProperty(ColumnFilterConditionGroup.prototype, "count", {
|
|
7861
7911
|
get: function () {
|
|
7862
7912
|
return this.f.count;
|
|
7863
7913
|
},
|
|
7864
7914
|
enumerable: false,
|
|
7865
7915
|
configurable: true
|
|
7866
7916
|
});
|
|
7867
|
-
ColumnFilterConditionGroup.prototype
|
|
7917
|
+
Object.defineProperty(ColumnFilterConditionGroup.prototype, "usesOrOperator", {
|
|
7918
|
+
get: function () {
|
|
7919
|
+
return this._usesOrOperator;
|
|
7920
|
+
},
|
|
7921
|
+
set: function (a) {
|
|
7922
|
+
this._usesOrOperator = a;
|
|
7923
|
+
},
|
|
7924
|
+
enumerable: false,
|
|
7925
|
+
configurable: true
|
|
7926
|
+
});
|
|
7927
|
+
ColumnFilterConditionGroup.prototype.add = function (a) {
|
|
7868
7928
|
this.f.add(a);
|
|
7869
7929
|
};
|
|
7870
|
-
ColumnFilterConditionGroup.prototype.
|
|
7930
|
+
ColumnFilterConditionGroup.prototype.remove = function (a) {
|
|
7871
7931
|
this.f.remove(a);
|
|
7872
7932
|
};
|
|
7873
|
-
ColumnFilterConditionGroup.prototype.
|
|
7933
|
+
ColumnFilterConditionGroup.prototype.removeAt = function (a) {
|
|
7874
7934
|
this.f.removeAt(a);
|
|
7875
7935
|
};
|
|
7876
7936
|
ColumnFilterConditionGroup.prototype.item = function (a, b) {
|
|
@@ -7882,27 +7942,27 @@ var ColumnFilterConditionGroup = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7882
7942
|
return this.f._inner[a];
|
|
7883
7943
|
}
|
|
7884
7944
|
};
|
|
7885
|
-
ColumnFilterConditionGroup.prototype.
|
|
7945
|
+
ColumnFilterConditionGroup.prototype.clear = function () {
|
|
7886
7946
|
this.f.clear();
|
|
7887
7947
|
};
|
|
7888
|
-
ColumnFilterConditionGroup.prototype.
|
|
7948
|
+
ColumnFilterConditionGroup.prototype.toArray = function () {
|
|
7889
7949
|
var a = new Array(this.f.count);
|
|
7890
7950
|
for (var b = 0; b < this.f.count; b++) {
|
|
7891
7951
|
a[b] = this.f._inner[b];
|
|
7892
7952
|
}
|
|
7893
7953
|
return a;
|
|
7894
7954
|
};
|
|
7895
|
-
ColumnFilterConditionGroup.prototype.
|
|
7955
|
+
ColumnFilterConditionGroup.prototype.resolveFilter = function (a, b) {
|
|
7896
7956
|
if (this.f.count == 0) {
|
|
7897
7957
|
return null;
|
|
7898
7958
|
}
|
|
7899
|
-
var c = this.f._inner[this.f.count - 1].
|
|
7959
|
+
var c = this.f._inner[this.f.count - 1].resolveFilter(a, b);
|
|
7900
7960
|
for (var d = this.f.count - 2; d >= 0; d--) {
|
|
7901
|
-
if (this.
|
|
7902
|
-
c = FilterFactory.instance.or(this.f._inner[d].
|
|
7961
|
+
if (this.usesOrOperator) {
|
|
7962
|
+
c = FilterFactory.instance.or(this.f._inner[d].resolveFilter(a, b), c);
|
|
7903
7963
|
}
|
|
7904
7964
|
else {
|
|
7905
|
-
c = FilterFactory.instance.and(this.f._inner[d].
|
|
7965
|
+
c = FilterFactory.instance.and(this.f._inner[d].resolveFilter(a, b), c);
|
|
7906
7966
|
}
|
|
7907
7967
|
}
|
|
7908
7968
|
return c;
|
|
@@ -10269,30 +10329,30 @@ var CellModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10269
10329
|
a.c = AppearanceHelper.a(this.k2);
|
|
10270
10330
|
if (this.ae != null) {
|
|
10271
10331
|
var b = this.ae;
|
|
10272
|
-
if (this.p != null && b.
|
|
10332
|
+
if (this.p != null && b.p == null) {
|
|
10273
10333
|
var c = this.p.externalGrid.renderer;
|
|
10274
10334
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
10275
|
-
b.
|
|
10276
|
-
b.
|
|
10277
|
-
b.o = d.o;
|
|
10335
|
+
b.p = d.p;
|
|
10336
|
+
b.e = d.e;
|
|
10278
10337
|
b.q = d.q;
|
|
10279
|
-
b.r = d.r;
|
|
10280
10338
|
b.s = d.s;
|
|
10339
|
+
b.t = d.t;
|
|
10340
|
+
b.u = d.u;
|
|
10341
|
+
}
|
|
10342
|
+
if (b.p != null) {
|
|
10343
|
+
a.u = b.p;
|
|
10281
10344
|
}
|
|
10282
|
-
if (b.
|
|
10283
|
-
a.
|
|
10345
|
+
if (!isNaN_(b.e)) {
|
|
10346
|
+
a.j = b.e;
|
|
10284
10347
|
}
|
|
10285
|
-
if (
|
|
10286
|
-
a.
|
|
10348
|
+
if (b.u != null) {
|
|
10349
|
+
a.y = b.u;
|
|
10287
10350
|
}
|
|
10288
10351
|
if (b.s != null) {
|
|
10289
|
-
a.
|
|
10352
|
+
a.w = b.s;
|
|
10290
10353
|
}
|
|
10291
10354
|
if (b.q != null) {
|
|
10292
|
-
a.
|
|
10293
|
-
}
|
|
10294
|
-
if (b.o != null) {
|
|
10295
|
-
a.v = b.q;
|
|
10355
|
+
a.v = b.s;
|
|
10296
10356
|
}
|
|
10297
10357
|
}
|
|
10298
10358
|
return a;
|
|
@@ -11328,58 +11388,58 @@ var SummaryCellModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11328
11388
|
b.af = AppearanceHelper.a(this.lg);
|
|
11329
11389
|
if (this.lk != null) {
|
|
11330
11390
|
var c = this.lk;
|
|
11331
|
-
if (this.p != null && c.
|
|
11391
|
+
if (this.p != null && c.p == null) {
|
|
11332
11392
|
var d = this.p.externalGrid.renderer;
|
|
11333
11393
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
11334
|
-
c.
|
|
11335
|
-
c.
|
|
11336
|
-
c.o = e.o;
|
|
11394
|
+
c.p = e.p;
|
|
11395
|
+
c.e = e.e;
|
|
11337
11396
|
c.q = e.q;
|
|
11338
|
-
c.r = e.r;
|
|
11339
11397
|
c.s = e.s;
|
|
11398
|
+
c.t = e.t;
|
|
11399
|
+
c.u = e.u;
|
|
11400
|
+
}
|
|
11401
|
+
if (c.p != null) {
|
|
11402
|
+
b.aj = c.p;
|
|
11340
11403
|
}
|
|
11341
|
-
if (c.
|
|
11342
|
-
b.
|
|
11404
|
+
if (!isNaN_(c.e)) {
|
|
11405
|
+
b.ag = c.e;
|
|
11343
11406
|
}
|
|
11344
|
-
if (
|
|
11345
|
-
b.
|
|
11407
|
+
if (c.u != null) {
|
|
11408
|
+
b.an = c.u;
|
|
11346
11409
|
}
|
|
11347
11410
|
if (c.s != null) {
|
|
11348
|
-
b.
|
|
11411
|
+
b.al = c.s;
|
|
11349
11412
|
}
|
|
11350
11413
|
if (c.q != null) {
|
|
11351
|
-
b.
|
|
11352
|
-
}
|
|
11353
|
-
if (c.o != null) {
|
|
11354
|
-
b.ak = c.q;
|
|
11414
|
+
b.ak = c.s;
|
|
11355
11415
|
}
|
|
11356
11416
|
}
|
|
11357
11417
|
if (this.ag != null) {
|
|
11358
11418
|
var f = this.ag;
|
|
11359
|
-
if (this.p != null && f.
|
|
11419
|
+
if (this.p != null && f.p == null) {
|
|
11360
11420
|
var g = this.p.externalGrid.renderer;
|
|
11361
11421
|
var h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
11362
|
-
f.
|
|
11363
|
-
f.
|
|
11364
|
-
f.o = h.o;
|
|
11422
|
+
f.p = h.p;
|
|
11423
|
+
f.e = h.e;
|
|
11365
11424
|
f.q = h.q;
|
|
11366
|
-
f.r = h.r;
|
|
11367
11425
|
f.s = h.s;
|
|
11426
|
+
f.t = h.t;
|
|
11427
|
+
f.u = h.u;
|
|
11368
11428
|
}
|
|
11369
|
-
if (f.
|
|
11370
|
-
b.ap = f.
|
|
11429
|
+
if (f.p != null) {
|
|
11430
|
+
b.ap = f.p;
|
|
11371
11431
|
}
|
|
11372
|
-
if (!isNaN_(f.
|
|
11373
|
-
b.ah = f.
|
|
11432
|
+
if (!isNaN_(f.e)) {
|
|
11433
|
+
b.ah = f.e;
|
|
11434
|
+
}
|
|
11435
|
+
if (f.u != null) {
|
|
11436
|
+
b.at = f.u;
|
|
11374
11437
|
}
|
|
11375
11438
|
if (f.s != null) {
|
|
11376
|
-
b.
|
|
11439
|
+
b.ar = f.s;
|
|
11377
11440
|
}
|
|
11378
11441
|
if (f.q != null) {
|
|
11379
|
-
b.
|
|
11380
|
-
}
|
|
11381
|
-
if (f.o != null) {
|
|
11382
|
-
b.aq = f.q;
|
|
11442
|
+
b.aq = f.s;
|
|
11383
11443
|
}
|
|
11384
11444
|
}
|
|
11385
11445
|
return b;
|
|
@@ -12984,30 +13044,30 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12984
13044
|
a.d = this.n.j().b();
|
|
12985
13045
|
if (this.s != null) {
|
|
12986
13046
|
var b = this.s;
|
|
12987
|
-
if (this.n != null && b.
|
|
13047
|
+
if (this.n != null && b.p == null) {
|
|
12988
13048
|
var c = this.n.m;
|
|
12989
13049
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
12990
|
-
b.
|
|
12991
|
-
b.
|
|
12992
|
-
b.o = d.o;
|
|
13050
|
+
b.p = d.p;
|
|
13051
|
+
b.e = d.e;
|
|
12993
13052
|
b.q = d.q;
|
|
12994
|
-
b.r = d.r;
|
|
12995
13053
|
b.s = d.s;
|
|
13054
|
+
b.t = d.t;
|
|
13055
|
+
b.u = d.u;
|
|
12996
13056
|
}
|
|
12997
|
-
if (b.
|
|
12998
|
-
a.l = b.
|
|
13057
|
+
if (b.p != null) {
|
|
13058
|
+
a.l = b.p;
|
|
12999
13059
|
}
|
|
13000
|
-
if (!isNaN_(b.
|
|
13001
|
-
a.g = b.
|
|
13060
|
+
if (!isNaN_(b.e)) {
|
|
13061
|
+
a.g = b.e;
|
|
13062
|
+
}
|
|
13063
|
+
if (b.u != null) {
|
|
13064
|
+
a.p = b.u;
|
|
13002
13065
|
}
|
|
13003
13066
|
if (b.s != null) {
|
|
13004
|
-
a.
|
|
13067
|
+
a.n = b.s;
|
|
13005
13068
|
}
|
|
13006
13069
|
if (b.q != null) {
|
|
13007
|
-
a.
|
|
13008
|
-
}
|
|
13009
|
-
if (b.o != null) {
|
|
13010
|
-
a.m = b.q;
|
|
13070
|
+
a.m = b.s;
|
|
13011
13071
|
}
|
|
13012
13072
|
}
|
|
13013
13073
|
return a;
|
|
@@ -21221,7 +21281,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21221
21281
|
var d = this.a5.j._inner[c];
|
|
21222
21282
|
if (d != a && (d.ep != null || d.er != null)) {
|
|
21223
21283
|
var e = this.actualDataSource.resolveSchemaPropertyType(d.i8);
|
|
21224
|
-
var f = d.er != null ? d.er : d.ep.
|
|
21284
|
+
var f = d.er != null ? d.er : d.ep.resolveFilter(d.i8, e);
|
|
21225
21285
|
if (b != null) {
|
|
21226
21286
|
switch (this.filterLogicalOperator) {
|
|
21227
21287
|
case 1:
|
|
@@ -21792,10 +21852,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21792
21852
|
if (i.f == null) {
|
|
21793
21853
|
i.f = new List$1(ColumnFilterCondition.$, 0);
|
|
21794
21854
|
}
|
|
21795
|
-
if (h.ep.
|
|
21855
|
+
if (h.ep.isGroup()) {
|
|
21796
21856
|
var n = h.ep;
|
|
21797
|
-
i.l = toNullable(Boolean_$type, n.
|
|
21798
|
-
var o = n.
|
|
21857
|
+
i.l = toNullable(Boolean_$type, n.usesOrOperator);
|
|
21858
|
+
var o = n.count;
|
|
21799
21859
|
for (var p = 0; p < o; p++) {
|
|
21800
21860
|
i.f.add(n.item(p));
|
|
21801
21861
|
}
|
|
@@ -22025,9 +22085,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22025
22085
|
else if (u > 1) {
|
|
22026
22086
|
var w = new ColumnFilterConditionGroup();
|
|
22027
22087
|
for (var x = 0; x < u; x++) {
|
|
22028
|
-
w.
|
|
22088
|
+
w.add(i.f._inner[x]);
|
|
22029
22089
|
}
|
|
22030
|
-
w.
|
|
22090
|
+
w.usesOrOperator = i.l.value;
|
|
22031
22091
|
j.ep = w;
|
|
22032
22092
|
}
|
|
22033
22093
|
}
|
|
@@ -24181,10 +24241,10 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24181
24241
|
var r = m;
|
|
24182
24242
|
var s = n;
|
|
24183
24243
|
if (r != null) {
|
|
24184
|
-
r.
|
|
24244
|
+
r.v(a.externalGrid.renderer);
|
|
24185
24245
|
}
|
|
24186
24246
|
if (s != null) {
|
|
24187
|
-
s.
|
|
24247
|
+
s.v(a.externalGrid.renderer);
|
|
24188
24248
|
}
|
|
24189
24249
|
var t = new FontInfo();
|
|
24190
24250
|
FontUtil.interpolateFont(t, l, r, s);
|
|
@@ -24368,10 +24428,10 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24368
24428
|
var u = p;
|
|
24369
24429
|
var v = q;
|
|
24370
24430
|
if (u != null) {
|
|
24371
|
-
u.
|
|
24431
|
+
u.v(a.externalGrid.renderer);
|
|
24372
24432
|
}
|
|
24373
24433
|
if (v != null) {
|
|
24374
|
-
v.
|
|
24434
|
+
v.v(a.externalGrid.renderer);
|
|
24375
24435
|
}
|
|
24376
24436
|
var w = new FontInfo();
|
|
24377
24437
|
FontUtil.interpolateFont(w, o, u, v);
|
|
@@ -26027,7 +26087,7 @@ var DefinitionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26027
26087
|
}
|
|
26028
26088
|
if (this.grid != null) {
|
|
26029
26089
|
if (this.ad != null) {
|
|
26030
|
-
this.ad.
|
|
26090
|
+
this.ad.v(this.grid.externalGrid.renderer);
|
|
26031
26091
|
}
|
|
26032
26092
|
}
|
|
26033
26093
|
a.ag = this.ad;
|
|
@@ -27791,7 +27851,7 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27791
27851
|
a.f1 = this.h1;
|
|
27792
27852
|
if (this.grid != null) {
|
|
27793
27853
|
if (this.gb != null) {
|
|
27794
|
-
this.gb.
|
|
27854
|
+
this.gb.v(this.grid.externalGrid.renderer);
|
|
27795
27855
|
}
|
|
27796
27856
|
}
|
|
27797
27857
|
a.af = this.gb;
|
|
@@ -28362,9 +28422,9 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28362
28422
|
};
|
|
28363
28423
|
DataGridColumn.prototype.kf = function (a, b) {
|
|
28364
28424
|
var c = new ColumnComparisonFilterCondition();
|
|
28365
|
-
c.
|
|
28366
|
-
c.
|
|
28367
|
-
c.
|
|
28425
|
+
c.operator = a;
|
|
28426
|
+
c.value = b;
|
|
28427
|
+
c.isCaseSensitive = this.fo() == 2;
|
|
28368
28428
|
this.ep = c;
|
|
28369
28429
|
this.er = null;
|
|
28370
28430
|
};
|
|
@@ -28378,9 +28438,9 @@ var DataGridColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28378
28438
|
this.er = e;
|
|
28379
28439
|
this.ep = ((function () {
|
|
28380
28440
|
var $ret = new ColumnCustomFilterCondition();
|
|
28381
|
-
$ret.
|
|
28441
|
+
$ret.value = c;
|
|
28382
28442
|
$ret.id = a;
|
|
28383
|
-
$ret.
|
|
28443
|
+
$ret.index = b;
|
|
28384
28444
|
return $ret;
|
|
28385
28445
|
})());
|
|
28386
28446
|
}
|
|
@@ -32597,22 +32657,22 @@ var SaveLayoutColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32597
32657
|
var x = t.item("Value");
|
|
32598
32658
|
var y = new ColumnCustomFilterCondition();
|
|
32599
32659
|
y.id = u.value.toString();
|
|
32600
|
-
y.
|
|
32660
|
+
y.index = parseInt(v.value.toString());
|
|
32601
32661
|
if (w != null) {
|
|
32602
32662
|
switch (w.value.toString()) {
|
|
32603
32663
|
case "String":
|
|
32604
|
-
y.
|
|
32664
|
+
y.value = x.value.toString();
|
|
32605
32665
|
break;
|
|
32606
32666
|
case "Number":
|
|
32607
|
-
y.
|
|
32667
|
+
y.value = parseFloat(x.value.toString());
|
|
32608
32668
|
break;
|
|
32609
32669
|
case "Date":
|
|
32610
|
-
y.
|
|
32670
|
+
y.value = dateParse(x.value.toString());
|
|
32611
32671
|
break;
|
|
32612
32672
|
}
|
|
32613
32673
|
}
|
|
32614
32674
|
else {
|
|
32615
|
-
y.
|
|
32675
|
+
y.value = null;
|
|
32616
32676
|
}
|
|
32617
32677
|
this.f.add(y);
|
|
32618
32678
|
}
|
|
@@ -32622,159 +32682,159 @@ var SaveLayoutColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32622
32682
|
var ab = t.item("ValueType");
|
|
32623
32683
|
var ac = t.item("Value");
|
|
32624
32684
|
var ad = new ColumnComparisonFilterCondition();
|
|
32625
|
-
ad.
|
|
32685
|
+
ad.isCaseSensitive = z.value;
|
|
32626
32686
|
switch (aa.value.toString()) {
|
|
32627
32687
|
case "Equals":
|
|
32628
|
-
ad.
|
|
32688
|
+
ad.operator = 0;
|
|
32629
32689
|
break;
|
|
32630
32690
|
case "NotEquals":
|
|
32631
|
-
ad.
|
|
32691
|
+
ad.operator = 1;
|
|
32632
32692
|
break;
|
|
32633
32693
|
case "LessThan":
|
|
32634
|
-
ad.
|
|
32694
|
+
ad.operator = 2;
|
|
32635
32695
|
break;
|
|
32636
32696
|
case "LessThanOrEqualTo":
|
|
32637
|
-
ad.
|
|
32697
|
+
ad.operator = 3;
|
|
32638
32698
|
break;
|
|
32639
32699
|
case "GreaterThan":
|
|
32640
|
-
ad.
|
|
32700
|
+
ad.operator = 4;
|
|
32641
32701
|
break;
|
|
32642
32702
|
case "GreaterThanOrEqualTo":
|
|
32643
|
-
ad.
|
|
32703
|
+
ad.operator = 5;
|
|
32644
32704
|
break;
|
|
32645
32705
|
case "Top":
|
|
32646
|
-
ad.
|
|
32706
|
+
ad.operator = 6;
|
|
32647
32707
|
break;
|
|
32648
32708
|
case "Bottom":
|
|
32649
|
-
ad.
|
|
32709
|
+
ad.operator = 7;
|
|
32650
32710
|
break;
|
|
32651
32711
|
case "TopPercentile":
|
|
32652
|
-
ad.
|
|
32712
|
+
ad.operator = 8;
|
|
32653
32713
|
break;
|
|
32654
32714
|
case "BottomPercentile":
|
|
32655
|
-
ad.
|
|
32715
|
+
ad.operator = 9;
|
|
32656
32716
|
break;
|
|
32657
32717
|
case "True":
|
|
32658
|
-
ad.
|
|
32718
|
+
ad.operator = 10;
|
|
32659
32719
|
break;
|
|
32660
32720
|
case "False":
|
|
32661
|
-
ad.
|
|
32721
|
+
ad.operator = 11;
|
|
32662
32722
|
break;
|
|
32663
32723
|
case "Contains":
|
|
32664
|
-
ad.
|
|
32724
|
+
ad.operator = 12;
|
|
32665
32725
|
break;
|
|
32666
32726
|
case "DoesNotContain":
|
|
32667
|
-
ad.
|
|
32727
|
+
ad.operator = 13;
|
|
32668
32728
|
break;
|
|
32669
32729
|
case "StartsWith":
|
|
32670
|
-
ad.
|
|
32730
|
+
ad.operator = 14;
|
|
32671
32731
|
break;
|
|
32672
32732
|
case "DoesNotStartWith":
|
|
32673
|
-
ad.
|
|
32733
|
+
ad.operator = 15;
|
|
32674
32734
|
break;
|
|
32675
32735
|
case "EndsWith":
|
|
32676
|
-
ad.
|
|
32736
|
+
ad.operator = 16;
|
|
32677
32737
|
break;
|
|
32678
32738
|
case "DoesNotEndWith":
|
|
32679
|
-
ad.
|
|
32739
|
+
ad.operator = 17;
|
|
32680
32740
|
break;
|
|
32681
32741
|
case "Today":
|
|
32682
|
-
ad.
|
|
32742
|
+
ad.operator = 18;
|
|
32683
32743
|
break;
|
|
32684
32744
|
case "Tomorrow":
|
|
32685
|
-
ad.
|
|
32745
|
+
ad.operator = 19;
|
|
32686
32746
|
break;
|
|
32687
32747
|
case "Yesterday":
|
|
32688
|
-
ad.
|
|
32748
|
+
ad.operator = 20;
|
|
32689
32749
|
break;
|
|
32690
32750
|
case "NextWeek":
|
|
32691
|
-
ad.
|
|
32751
|
+
ad.operator = 21;
|
|
32692
32752
|
break;
|
|
32693
32753
|
case "ThisWeek":
|
|
32694
|
-
ad.
|
|
32754
|
+
ad.operator = 22;
|
|
32695
32755
|
break;
|
|
32696
32756
|
case "LastWeek":
|
|
32697
|
-
ad.
|
|
32757
|
+
ad.operator = 23;
|
|
32698
32758
|
break;
|
|
32699
32759
|
case "NextMonth":
|
|
32700
|
-
ad.
|
|
32760
|
+
ad.operator = 24;
|
|
32701
32761
|
break;
|
|
32702
32762
|
case "ThisMonth":
|
|
32703
|
-
ad.
|
|
32763
|
+
ad.operator = 25;
|
|
32704
32764
|
break;
|
|
32705
32765
|
case "LastMonth":
|
|
32706
|
-
ad.
|
|
32766
|
+
ad.operator = 26;
|
|
32707
32767
|
break;
|
|
32708
32768
|
case "NextQuater":
|
|
32709
|
-
ad.
|
|
32769
|
+
ad.operator = 27;
|
|
32710
32770
|
break;
|
|
32711
32771
|
case "ThisQuater":
|
|
32712
|
-
ad.
|
|
32772
|
+
ad.operator = 28;
|
|
32713
32773
|
break;
|
|
32714
32774
|
case "LastQuater":
|
|
32715
|
-
ad.
|
|
32775
|
+
ad.operator = 29;
|
|
32716
32776
|
break;
|
|
32717
32777
|
case "NextYear":
|
|
32718
|
-
ad.
|
|
32778
|
+
ad.operator = 30;
|
|
32719
32779
|
break;
|
|
32720
32780
|
case "ThisYear":
|
|
32721
|
-
ad.
|
|
32781
|
+
ad.operator = 31;
|
|
32722
32782
|
break;
|
|
32723
32783
|
case "LastYear":
|
|
32724
|
-
ad.
|
|
32784
|
+
ad.operator = 32;
|
|
32725
32785
|
break;
|
|
32726
32786
|
case "YearToDate":
|
|
32727
|
-
ad.
|
|
32787
|
+
ad.operator = 33;
|
|
32728
32788
|
break;
|
|
32729
32789
|
case "Q1":
|
|
32730
|
-
ad.
|
|
32790
|
+
ad.operator = 34;
|
|
32731
32791
|
break;
|
|
32732
32792
|
case "Q2":
|
|
32733
|
-
ad.
|
|
32793
|
+
ad.operator = 35;
|
|
32734
32794
|
break;
|
|
32735
32795
|
case "Q3":
|
|
32736
|
-
ad.
|
|
32796
|
+
ad.operator = 36;
|
|
32737
32797
|
break;
|
|
32738
32798
|
case "Q4":
|
|
32739
|
-
ad.
|
|
32799
|
+
ad.operator = 37;
|
|
32740
32800
|
break;
|
|
32741
32801
|
case "Month":
|
|
32742
|
-
ad.
|
|
32802
|
+
ad.operator = 38;
|
|
32743
32803
|
break;
|
|
32744
32804
|
case "Year":
|
|
32745
|
-
ad.
|
|
32805
|
+
ad.operator = 39;
|
|
32746
32806
|
break;
|
|
32747
32807
|
case "Empty":
|
|
32748
|
-
ad.
|
|
32808
|
+
ad.operator = 40;
|
|
32749
32809
|
break;
|
|
32750
32810
|
case "NotEmpty":
|
|
32751
|
-
ad.
|
|
32811
|
+
ad.operator = 41;
|
|
32752
32812
|
break;
|
|
32753
32813
|
case "IsNull":
|
|
32754
|
-
ad.
|
|
32814
|
+
ad.operator = 42;
|
|
32755
32815
|
break;
|
|
32756
32816
|
case "IsNotNull":
|
|
32757
|
-
ad.
|
|
32817
|
+
ad.operator = 43;
|
|
32758
32818
|
break;
|
|
32759
32819
|
case "Custom":
|
|
32760
|
-
ad.
|
|
32820
|
+
ad.operator = 44;
|
|
32761
32821
|
break;
|
|
32762
32822
|
}
|
|
32763
32823
|
if (ab != null) {
|
|
32764
32824
|
switch (ab.value.toString()) {
|
|
32765
32825
|
case "String":
|
|
32766
|
-
ad.
|
|
32826
|
+
ad.value = ac.value.toString();
|
|
32767
32827
|
break;
|
|
32768
32828
|
case "Number":
|
|
32769
|
-
ad.
|
|
32829
|
+
ad.value = parseFloat(ac.value.toString());
|
|
32770
32830
|
break;
|
|
32771
32831
|
case "Date":
|
|
32772
|
-
ad.
|
|
32832
|
+
ad.value = dateParse(ac.value.toString());
|
|
32773
32833
|
break;
|
|
32774
32834
|
}
|
|
32775
32835
|
}
|
|
32776
32836
|
else {
|
|
32777
|
-
ad.
|
|
32837
|
+
ad.value = null;
|
|
32778
32838
|
}
|
|
32779
32839
|
this.f.add(ad);
|
|
32780
32840
|
}
|
|
@@ -32864,20 +32924,20 @@ var SaveLayoutColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32864
32924
|
if (typeCast(ColumnCustomFilterCondition.$, this.f._inner[e]) !== null) {
|
|
32865
32925
|
var f = this.f._inner[e];
|
|
32866
32926
|
a.i("\"ID\": " + "\"" + f.id + "\", ");
|
|
32867
|
-
a.i("\"Index\": " + f.
|
|
32868
|
-
if (f.
|
|
32869
|
-
a.i("\"ValueType\": " + "\"" + getInstanceType(f.
|
|
32927
|
+
a.i("\"Index\": " + f.index + ", ");
|
|
32928
|
+
if (f.value != null) {
|
|
32929
|
+
a.i("\"ValueType\": " + "\"" + getInstanceType(f.value).typeName + "\", ");
|
|
32870
32930
|
}
|
|
32871
|
-
a.i("\"Value\": " + "\"" + f.
|
|
32931
|
+
a.i("\"Value\": " + "\"" + f.value + "\"");
|
|
32872
32932
|
}
|
|
32873
32933
|
else {
|
|
32874
32934
|
var g = this.f._inner[e];
|
|
32875
|
-
a.i("\"IsCaseSensitive\": " + g.
|
|
32876
|
-
a.i("\"Operator\": " + "\"" + enumGetBox(ColumnComparisonConditionOperatorType_$type, g.
|
|
32877
|
-
if (g.
|
|
32878
|
-
a.i("\"ValueType\": " + "\"" + getInstanceType(g.
|
|
32935
|
+
a.i("\"IsCaseSensitive\": " + g.isCaseSensitive + ", ");
|
|
32936
|
+
a.i("\"Operator\": " + "\"" + enumGetBox(ColumnComparisonConditionOperatorType_$type, g.operator) + "\", ");
|
|
32937
|
+
if (g.value != null) {
|
|
32938
|
+
a.i("\"ValueType\": " + "\"" + getInstanceType(g.value).typeName + "\", ");
|
|
32879
32939
|
}
|
|
32880
|
-
a.i("\"Value\": " + "\"" + g.
|
|
32940
|
+
a.i("\"Value\": " + "\"" + g.value + "\"");
|
|
32881
32941
|
}
|
|
32882
32942
|
a.i("}");
|
|
32883
32943
|
}
|
|
@@ -45498,7 +45558,12 @@ var IgcGridFilterOperandsCollection = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
45498
45558
|
if (!ext) {
|
|
45499
45559
|
ext = new IgcFilterOperand();
|
|
45500
45560
|
if (ext) {
|
|
45501
|
-
ext._implementation
|
|
45561
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45562
|
+
ext._implementation.setNativeElement(int);
|
|
45563
|
+
}
|
|
45564
|
+
else {
|
|
45565
|
+
ext._implementation = int;
|
|
45566
|
+
}
|
|
45502
45567
|
}
|
|
45503
45568
|
}
|
|
45504
45569
|
return ext;
|
|
@@ -47029,7 +47094,12 @@ var IgcGridColumnCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47029
47094
|
if (!ext) {
|
|
47030
47095
|
ext = IgcDataGridColumnComponent._createFromInternal(int);
|
|
47031
47096
|
if (ext) {
|
|
47032
|
-
ext._implementation
|
|
47097
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
47098
|
+
ext._implementation.setNativeElement(int);
|
|
47099
|
+
}
|
|
47100
|
+
else {
|
|
47101
|
+
ext._implementation = int;
|
|
47102
|
+
}
|
|
47033
47103
|
}
|
|
47034
47104
|
}
|
|
47035
47105
|
return ext;
|
|
@@ -47342,7 +47412,12 @@ var IgcGridSelectedKeysCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
47342
47412
|
if (!ext) {
|
|
47343
47413
|
ext = new IgcPrimaryKeyValue();
|
|
47344
47414
|
if (ext) {
|
|
47345
|
-
ext._implementation
|
|
47415
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
47416
|
+
ext._implementation.setNativeElement(int);
|
|
47417
|
+
}
|
|
47418
|
+
else {
|
|
47419
|
+
ext._implementation = int;
|
|
47420
|
+
}
|
|
47346
47421
|
}
|
|
47347
47422
|
}
|
|
47348
47423
|
return ext;
|
|
@@ -47538,7 +47613,12 @@ var IgcGridSelectedCellsCollection = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
47538
47613
|
if (!ext) {
|
|
47539
47614
|
ext = new IgcCellKey();
|
|
47540
47615
|
if (ext) {
|
|
47541
|
-
ext._implementation
|
|
47616
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
47617
|
+
ext._implementation.setNativeElement(int);
|
|
47618
|
+
}
|
|
47619
|
+
else {
|
|
47620
|
+
ext._implementation = int;
|
|
47621
|
+
}
|
|
47542
47622
|
}
|
|
47543
47623
|
}
|
|
47544
47624
|
return ext;
|
|
@@ -47748,7 +47828,12 @@ var IgcGridSelectedCellRangesCollection = /** @class */ /*@__PURE__*/ (function
|
|
|
47748
47828
|
if (!ext) {
|
|
47749
47829
|
ext = new IgcCellRange();
|
|
47750
47830
|
if (ext) {
|
|
47751
|
-
ext._implementation
|
|
47831
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
47832
|
+
ext._implementation.setNativeElement(int);
|
|
47833
|
+
}
|
|
47834
|
+
else {
|
|
47835
|
+
ext._implementation = int;
|
|
47836
|
+
}
|
|
47752
47837
|
}
|
|
47753
47838
|
}
|
|
47754
47839
|
return ext;
|
|
@@ -49580,8 +49665,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49580
49665
|
_this.ay = 0;
|
|
49581
49666
|
_this.i = ((function () {
|
|
49582
49667
|
var $ret = new FontInfo();
|
|
49583
|
-
$ret.
|
|
49584
|
-
$ret.
|
|
49668
|
+
$ret.p = "Verdana";
|
|
49669
|
+
$ret.e = 12;
|
|
49585
49670
|
return $ret;
|
|
49586
49671
|
})());
|
|
49587
49672
|
_this.p = true;
|
|
@@ -49816,9 +49901,9 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49816
49901
|
}
|
|
49817
49902
|
if (this.aa || this.u || i || !this.v) {
|
|
49818
49903
|
this.aa = false;
|
|
49819
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
49904
|
+
if (this.p || this.u || (this.i != null && this.i.i != this.br)) {
|
|
49820
49905
|
this.p = false;
|
|
49821
|
-
this.br = this.i.
|
|
49906
|
+
this.br = this.i.i;
|
|
49822
49907
|
j.ad(this.i);
|
|
49823
49908
|
}
|
|
49824
49909
|
if (f != 1) {
|
|
@@ -50113,8 +50198,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50113
50198
|
}
|
|
50114
50199
|
this.o = true;
|
|
50115
50200
|
var b = DeviceUtils.f(12);
|
|
50116
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
50117
|
-
b = a.ag.
|
|
50201
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
50202
|
+
b = a.ag.e;
|
|
50118
50203
|
}
|
|
50119
50204
|
if (this.ay != b) {
|
|
50120
50205
|
this.ay = b;
|
|
@@ -50165,15 +50250,15 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50165
50250
|
if (a == null) {
|
|
50166
50251
|
return;
|
|
50167
50252
|
}
|
|
50168
|
-
if (this.p || (this.i != null && this.i.
|
|
50253
|
+
if (this.p || (this.i != null && this.i.i != this.br)) {
|
|
50169
50254
|
this.p = false;
|
|
50170
|
-
this.br = this.i.
|
|
50255
|
+
this.br = this.i.i;
|
|
50171
50256
|
a.ad(this.i);
|
|
50172
50257
|
}
|
|
50173
50258
|
var b;
|
|
50174
|
-
if (this.h != this.i || this.bt != this.i.
|
|
50259
|
+
if (this.h != this.i || this.bt != this.i.i) {
|
|
50175
50260
|
this.h = this.i;
|
|
50176
|
-
this.bt = this.i.
|
|
50261
|
+
this.bt = this.i.i;
|
|
50177
50262
|
this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
50178
50263
|
}
|
|
50179
50264
|
b = this.ar;
|
|
@@ -52065,9 +52150,9 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52065
52150
|
if (a == null) {
|
|
52066
52151
|
return;
|
|
52067
52152
|
}
|
|
52068
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
52153
|
+
if (this.c8 || (this.c7 != null && this.c7.i != this.de)) {
|
|
52069
52154
|
this.c8 = false;
|
|
52070
|
-
this.de = this.c7.
|
|
52155
|
+
this.de = this.c7.i;
|
|
52071
52156
|
a.ad(this.c7);
|
|
52072
52157
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
52073
52158
|
}
|
|
@@ -52949,8 +53034,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52949
53034
|
return;
|
|
52950
53035
|
}
|
|
52951
53036
|
var b = DeviceUtils.f(12);
|
|
52952
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
52953
|
-
b = a.ag.
|
|
53037
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
53038
|
+
b = a.ag.e;
|
|
52954
53039
|
}
|
|
52955
53040
|
if (this.y != b) {
|
|
52956
53041
|
this.y = b;
|
|
@@ -54591,7 +54676,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54591
54676
|
EditorCell.prototype.eh = function (a, b, c, d, e) {
|
|
54592
54677
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
54593
54678
|
this.dd.setRawText(a);
|
|
54594
|
-
this.cx.
|
|
54679
|
+
this.cx.b8();
|
|
54595
54680
|
this.ei();
|
|
54596
54681
|
}
|
|
54597
54682
|
};
|
|
@@ -54606,7 +54691,7 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54606
54691
|
};
|
|
54607
54692
|
EditorCell.prototype.d0 = function () {
|
|
54608
54693
|
if (this.cx.aw) {
|
|
54609
|
-
this.cx.
|
|
54694
|
+
this.cx.b5();
|
|
54610
54695
|
}
|
|
54611
54696
|
};
|
|
54612
54697
|
EditorCell.prototype.bo = function () {
|
|
@@ -55193,7 +55278,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
55193
55278
|
};
|
|
55194
55279
|
ComparisonOperatorSelectorView.prototype.s = function (a, b) {
|
|
55195
55280
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
55196
|
-
this.d.
|
|
55281
|
+
this.d.b8();
|
|
55197
55282
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
55198
55283
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
55199
55284
|
};
|
|
@@ -56021,13 +56106,13 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
56021
56106
|
this.ee();
|
|
56022
56107
|
}
|
|
56023
56108
|
else {
|
|
56024
|
-
this.q.
|
|
56109
|
+
this.q.b5();
|
|
56025
56110
|
}
|
|
56026
56111
|
}
|
|
56027
56112
|
};
|
|
56028
56113
|
ComparisonOperatorSelector.prototype.d8 = function () {
|
|
56029
56114
|
if (this.q != null) {
|
|
56030
|
-
this.q.
|
|
56115
|
+
this.q.b5();
|
|
56031
56116
|
}
|
|
56032
56117
|
};
|
|
56033
56118
|
ComparisonOperatorSelector.prototype.d1 = function (a, b, c, d) {
|
|
@@ -56397,32 +56482,32 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56397
56482
|
if (this.ci != null) {
|
|
56398
56483
|
if (typeCast(ColumnComparisonFilterCondition.$, this.ci) !== null) {
|
|
56399
56484
|
var a = typeCast(ColumnComparisonFilterCondition.$, this.ci);
|
|
56400
|
-
this.ck.b = a.
|
|
56485
|
+
this.ck.b = a.operator;
|
|
56401
56486
|
var b = this.cr.getEditorValue();
|
|
56402
56487
|
if (b != null) {
|
|
56403
|
-
if (!Base.equalsStatic(b, a.
|
|
56404
|
-
this.cr.value = a.
|
|
56405
|
-
this.c8 = a.
|
|
56488
|
+
if (!Base.equalsStatic(b, a.value)) {
|
|
56489
|
+
this.cr.value = a.value;
|
|
56490
|
+
this.c8 = a.value;
|
|
56406
56491
|
}
|
|
56407
56492
|
}
|
|
56408
56493
|
else {
|
|
56409
|
-
this.cr.value = a.
|
|
56410
|
-
this.c8 = a.
|
|
56494
|
+
this.cr.value = a.value;
|
|
56495
|
+
this.c8 = a.value;
|
|
56411
56496
|
}
|
|
56412
56497
|
}
|
|
56413
56498
|
else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
|
|
56414
56499
|
var c = typeCast(ColumnCustomFilterCondition.$, this.ci);
|
|
56415
|
-
this.ck.ek(c.id, c.
|
|
56500
|
+
this.ck.ek(c.id, c.index);
|
|
56416
56501
|
var d = this.cr.getEditorValue();
|
|
56417
56502
|
if (d != null) {
|
|
56418
|
-
if (!Base.equalsStatic(d, c.
|
|
56419
|
-
this.cr.value = c.
|
|
56420
|
-
this.c8 = c.
|
|
56503
|
+
if (!Base.equalsStatic(d, c.value)) {
|
|
56504
|
+
this.cr.value = c.value;
|
|
56505
|
+
this.c8 = c.value;
|
|
56421
56506
|
}
|
|
56422
56507
|
}
|
|
56423
56508
|
else {
|
|
56424
|
-
this.cr.value = c.
|
|
56425
|
-
this.c8 = c.
|
|
56509
|
+
this.cr.value = c.value;
|
|
56510
|
+
this.c8 = c.value;
|
|
56426
56511
|
}
|
|
56427
56512
|
}
|
|
56428
56513
|
else if (!(typeCast(ColumnCustomFilterCondition.$, this.ci) !== null)) {
|
|
@@ -58021,14 +58106,14 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58021
58106
|
};
|
|
58022
58107
|
GridFilterDialog.prototype.e = function (a) {
|
|
58023
58108
|
var b = new ColumnFilterConditionGroup();
|
|
58024
|
-
b.
|
|
58109
|
+
b.usesOrOperator = a.k;
|
|
58025
58110
|
var c = new Stack$1(ColumnFilterConditionGroup.$);
|
|
58026
58111
|
var d = 0;
|
|
58027
58112
|
var e = b;
|
|
58028
58113
|
for (var f = 0; f < a.f.count; f++) {
|
|
58029
58114
|
var g = this.h(d, c, a, f);
|
|
58030
58115
|
while (g != null) {
|
|
58031
|
-
e.
|
|
58116
|
+
e.add(g);
|
|
58032
58117
|
e = g;
|
|
58033
58118
|
d++;
|
|
58034
58119
|
g = this.h(d, c, a, f);
|
|
@@ -58045,9 +58130,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58045
58130
|
if (this.z(a, a.f._inner[f])) {
|
|
58046
58131
|
continue;
|
|
58047
58132
|
}
|
|
58048
|
-
e.
|
|
58133
|
+
e.add(this.d(a.f._inner[f]));
|
|
58049
58134
|
}
|
|
58050
|
-
if (b.
|
|
58135
|
+
if (b.count == 0) {
|
|
58051
58136
|
return null;
|
|
58052
58137
|
}
|
|
58053
58138
|
return b;
|
|
@@ -58088,7 +58173,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58088
58173
|
if (a < e) {
|
|
58089
58174
|
var f = c.b(d);
|
|
58090
58175
|
var g = new ColumnFilterConditionGroup();
|
|
58091
|
-
g.
|
|
58176
|
+
g.usesOrOperator = f.a;
|
|
58092
58177
|
b.h(g);
|
|
58093
58178
|
return g;
|
|
58094
58179
|
}
|
|
@@ -58096,8 +58181,8 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58096
58181
|
};
|
|
58097
58182
|
GridFilterDialog.prototype.d = function (a) {
|
|
58098
58183
|
var b = new ColumnComparisonFilterCondition();
|
|
58099
|
-
b.
|
|
58100
|
-
b.
|
|
58184
|
+
b.operator = this.c(a.l);
|
|
58185
|
+
b.value = a.i;
|
|
58101
58186
|
return b;
|
|
58102
58187
|
};
|
|
58103
58188
|
GridFilterDialog.prototype.c = function (a) {
|
|
@@ -58122,9 +58207,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58122
58207
|
return c;
|
|
58123
58208
|
};
|
|
58124
58209
|
GridFilterDialog.prototype.a1 = function (a, b, c) {
|
|
58125
|
-
if (b.
|
|
58210
|
+
if (b.isGroup()) {
|
|
58126
58211
|
var d = b;
|
|
58127
|
-
for (var e = 0; e < d.
|
|
58212
|
+
for (var e = 0; e < d.count; e++) {
|
|
58128
58213
|
var f = d.item(e);
|
|
58129
58214
|
this.a1(a, f, c);
|
|
58130
58215
|
}
|
|
@@ -58135,28 +58220,28 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58135
58220
|
};
|
|
58136
58221
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
58137
58222
|
var c = new GridFilterDialogViewModelRow();
|
|
58138
|
-
c.l = GridFilterDialog.au(a.
|
|
58223
|
+
c.l = GridFilterDialog.au(a.operator);
|
|
58139
58224
|
c.f = b;
|
|
58140
58225
|
c.e = GridFilterDialog.a(b);
|
|
58141
|
-
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.
|
|
58142
|
-
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.
|
|
58226
|
+
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
58227
|
+
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
58143
58228
|
c.d = GridFilterDialog.b(b);
|
|
58144
58229
|
return c;
|
|
58145
58230
|
};
|
|
58146
58231
|
GridFilterDialog.ak = function (a) {
|
|
58147
|
-
return ColumnComparisonFilterCondition.
|
|
58232
|
+
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
58148
58233
|
};
|
|
58149
58234
|
GridFilterDialog.ao = function (a, b, c) {
|
|
58150
58235
|
if (a == 0) {
|
|
58151
58236
|
return "";
|
|
58152
58237
|
}
|
|
58153
|
-
return c.
|
|
58238
|
+
return c.value != null ? c.value.toString() : "";
|
|
58154
58239
|
};
|
|
58155
58240
|
GridFilterDialog.ap = function (a, b, c) {
|
|
58156
58241
|
return "";
|
|
58157
58242
|
};
|
|
58158
58243
|
GridFilterDialog.b = function (a) {
|
|
58159
|
-
return ColumnComparisonFilterCondition.
|
|
58244
|
+
return ColumnComparisonFilterCondition.getOperandNumbers(a);
|
|
58160
58245
|
};
|
|
58161
58246
|
GridFilterDialog.a = function (a) {
|
|
58162
58247
|
var b = new Array(a.length);
|
|
@@ -58266,7 +58351,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58266
58351
|
}
|
|
58267
58352
|
GridFilterDialogViewModel.prototype.n = function () {
|
|
58268
58353
|
var a = new GridFilterDialogViewModelRow();
|
|
58269
|
-
var b = ColumnComparisonFilterCondition.
|
|
58354
|
+
var b = ColumnComparisonFilterCondition.getApplicableOperators(this.a);
|
|
58270
58355
|
a.f = b;
|
|
58271
58356
|
a.e = GridFilterDialog.a(b);
|
|
58272
58357
|
a.d = GridFilterDialog.b(b);
|
|
@@ -61153,7 +61238,12 @@ var IgcResponsiveStatesCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
61153
61238
|
if (!ext) {
|
|
61154
61239
|
ext = new IgcResponsiveState();
|
|
61155
61240
|
if (ext) {
|
|
61156
|
-
ext._implementation
|
|
61241
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
61242
|
+
ext._implementation.setNativeElement(int);
|
|
61243
|
+
}
|
|
61244
|
+
else {
|
|
61245
|
+
ext._implementation = int;
|
|
61246
|
+
}
|
|
61157
61247
|
}
|
|
61158
61248
|
}
|
|
61159
61249
|
return ext;
|
|
@@ -63217,7 +63307,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63217
63307
|
ColumnGroupingView.prototype.aq = function () {
|
|
63218
63308
|
if (this.t != null) {
|
|
63219
63309
|
if (this.e.k != null) {
|
|
63220
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
63310
|
+
this.t.setStyleProperty("font", this.e.k.s);
|
|
63221
63311
|
}
|
|
63222
63312
|
else {
|
|
63223
63313
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -63229,7 +63319,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63229
63319
|
var a = this.i.count;
|
|
63230
63320
|
for (var b = 0; b < a; b++) {
|
|
63231
63321
|
var c = this.i._inner[b];
|
|
63232
|
-
c.setStyleProperty("font", this.e.k.
|
|
63322
|
+
c.setStyleProperty("font", this.e.k.s);
|
|
63233
63323
|
}
|
|
63234
63324
|
}
|
|
63235
63325
|
};
|
|
@@ -63293,7 +63383,7 @@ var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63293
63383
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
63294
63384
|
var g = this.n.createElement("span");
|
|
63295
63385
|
if (this.e.k != null) {
|
|
63296
|
-
g.setStyleProperty("font", this.e.k.
|
|
63386
|
+
g.setStyleProperty("font", this.e.k.s);
|
|
63297
63387
|
}
|
|
63298
63388
|
else {
|
|
63299
63389
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -64039,30 +64129,30 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64039
64129
|
}
|
|
64040
64130
|
if (this.k != null) {
|
|
64041
64131
|
var n = this.k;
|
|
64042
|
-
if (this.d != null && n.
|
|
64132
|
+
if (this.d != null && n.p == null) {
|
|
64043
64133
|
var o = this.d.o;
|
|
64044
64134
|
var p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
64045
|
-
n.
|
|
64046
|
-
n.
|
|
64047
|
-
n.o = p.o;
|
|
64135
|
+
n.p = p.p;
|
|
64136
|
+
n.e = p.e;
|
|
64048
64137
|
n.q = p.q;
|
|
64049
|
-
n.r = p.r;
|
|
64050
64138
|
n.s = p.s;
|
|
64139
|
+
n.t = p.t;
|
|
64140
|
+
n.u = p.u;
|
|
64141
|
+
}
|
|
64142
|
+
if (n.p != null) {
|
|
64143
|
+
a.j = n.p;
|
|
64051
64144
|
}
|
|
64052
|
-
if (n.
|
|
64053
|
-
a.
|
|
64145
|
+
if (!isNaN_(n.e)) {
|
|
64146
|
+
a.g = n.e;
|
|
64054
64147
|
}
|
|
64055
|
-
if (
|
|
64056
|
-
a.
|
|
64148
|
+
if (n.u != null) {
|
|
64149
|
+
a.n = n.u;
|
|
64057
64150
|
}
|
|
64058
64151
|
if (n.s != null) {
|
|
64059
|
-
a.
|
|
64152
|
+
a.l = n.s;
|
|
64060
64153
|
}
|
|
64061
64154
|
if (n.q != null) {
|
|
64062
|
-
a.
|
|
64063
|
-
}
|
|
64064
|
-
if (n.o != null) {
|
|
64065
|
-
a.k = n.q;
|
|
64155
|
+
a.k = n.s;
|
|
64066
64156
|
}
|
|
64067
64157
|
}
|
|
64068
64158
|
return a;
|
|
@@ -76464,8 +76554,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76464
76554
|
get: function () {
|
|
76465
76555
|
if (null == this.ac) {
|
|
76466
76556
|
this.ac = new FontInfo();
|
|
76467
|
-
this.ac.
|
|
76468
|
-
this.ac.
|
|
76557
|
+
this.ac.p = "Verdana";
|
|
76558
|
+
this.ac.e = 12;
|
|
76469
76559
|
}
|
|
76470
76560
|
return this.ac;
|
|
76471
76561
|
},
|
|
@@ -76476,8 +76566,8 @@ var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76476
76566
|
get: function () {
|
|
76477
76567
|
if (null == this.ae) {
|
|
76478
76568
|
this.ae = new FontInfo();
|
|
76479
|
-
this.ae.
|
|
76480
|
-
this.ae.
|
|
76569
|
+
this.ae.p = "Verdana";
|
|
76570
|
+
this.ae.e = 14;
|
|
76481
76571
|
}
|
|
76482
76572
|
return this.ae;
|
|
76483
76573
|
},
|
|
@@ -79808,11 +79898,11 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79808
79898
|
}
|
|
79809
79899
|
else {
|
|
79810
79900
|
var i = new ColumnFilterConditionGroup();
|
|
79811
|
-
i.
|
|
79901
|
+
i.usesOrOperator = b;
|
|
79812
79902
|
try {
|
|
79813
79903
|
for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
79814
79904
|
var j = _c.value;
|
|
79815
|
-
i.
|
|
79905
|
+
i.add(j);
|
|
79816
79906
|
}
|
|
79817
79907
|
}
|
|
79818
79908
|
catch (e_1_1) {
|
|
@@ -79858,8 +79948,8 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79858
79948
|
};
|
|
79859
79949
|
GridColumnFilterOptions.bv = function (a, b) {
|
|
79860
79950
|
var c = new ColumnComparisonFilterCondition();
|
|
79861
|
-
c.
|
|
79862
|
-
c.
|
|
79951
|
+
c.operator = a;
|
|
79952
|
+
c.value = b;
|
|
79863
79953
|
return c;
|
|
79864
79954
|
};
|
|
79865
79955
|
GridColumnFilterOptions.prototype.b3 = function () {
|
|
@@ -79939,7 +80029,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79939
80029
|
var e = this.b4();
|
|
79940
80030
|
for (var f = e.count - 1; f >= 0; f--) {
|
|
79941
80031
|
var g = e._inner[f];
|
|
79942
|
-
switch (g.
|
|
80032
|
+
switch (g.operator) {
|
|
79943
80033
|
case 0:
|
|
79944
80034
|
case 1: break;
|
|
79945
80035
|
default:
|
|
@@ -79947,9 +80037,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79947
80037
|
continue;
|
|
79948
80038
|
}
|
|
79949
80039
|
if (nullableEquals(d, null)) {
|
|
79950
|
-
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.
|
|
80040
|
+
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.operator);
|
|
79951
80041
|
}
|
|
79952
|
-
else if (d.value != g.
|
|
80042
|
+
else if (d.value != g.operator) {
|
|
79953
80043
|
c = false;
|
|
79954
80044
|
break;
|
|
79955
80045
|
}
|
|
@@ -79970,7 +80060,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79970
80060
|
try {
|
|
79971
80061
|
for (var _b = __values(fromEnum(e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
79972
80062
|
var i = _c.value;
|
|
79973
|
-
h.add(new PrimaryKeyValue([b], [i.
|
|
80063
|
+
h.add(new PrimaryKeyValue([b], [i.value]));
|
|
79974
80064
|
}
|
|
79975
80065
|
}
|
|
79976
80066
|
catch (e_2_1) {
|
|
@@ -80003,7 +80093,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80003
80093
|
GridColumnFilterOptions.cm = function (a, b) {
|
|
80004
80094
|
var c = typeCast(ColumnFilterConditionGroup.$, a);
|
|
80005
80095
|
if (null != c) {
|
|
80006
|
-
for (var d = 0; d < c.
|
|
80096
|
+
for (var d = 0; d < c.count; d++) {
|
|
80007
80097
|
var e = c.item(d);
|
|
80008
80098
|
var f = GridColumnFilterOptions.cm(e, b);
|
|
80009
80099
|
b = f.p1;
|
|
@@ -81026,12 +81116,12 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81026
81116
|
}
|
|
81027
81117
|
}
|
|
81028
81118
|
if (this.b0 != null && this.b0.aw) {
|
|
81029
|
-
this.b0.
|
|
81119
|
+
this.b0.b5();
|
|
81030
81120
|
}
|
|
81031
81121
|
};
|
|
81032
81122
|
GridColumnSummaryOptions.prototype.bu = function () {
|
|
81033
81123
|
if (this.b0 != null && this.b0.aw) {
|
|
81034
|
-
this.b0.
|
|
81124
|
+
this.b0.b5();
|
|
81035
81125
|
}
|
|
81036
81126
|
};
|
|
81037
81127
|
GridColumnSummaryOptions.prototype.a6 = function () {
|
|
@@ -81192,7 +81282,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81192
81282
|
});
|
|
81193
81283
|
GridColumnSummaryOptions.prototype.cj = function () {
|
|
81194
81284
|
if (this.b0 != null && this.b0.aw) {
|
|
81195
|
-
this.b0.
|
|
81285
|
+
this.b0.b5();
|
|
81196
81286
|
}
|
|
81197
81287
|
};
|
|
81198
81288
|
GridColumnSummaryOptions.prototype.ck = function (a) {
|
|
@@ -81241,7 +81331,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81241
81331
|
};
|
|
81242
81332
|
GridColumnSummaryOptions.prototype.cr = function () {
|
|
81243
81333
|
if (this.b0 != null) {
|
|
81244
|
-
this.b0.
|
|
81334
|
+
this.b0.cy = this.bo;
|
|
81245
81335
|
this.b0.al = false;
|
|
81246
81336
|
}
|
|
81247
81337
|
};
|
|
@@ -81250,7 +81340,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81250
81340
|
return;
|
|
81251
81341
|
}
|
|
81252
81342
|
if (this.b0.aw) {
|
|
81253
|
-
this.b0.
|
|
81343
|
+
this.b0.b5();
|
|
81254
81344
|
}
|
|
81255
81345
|
else {
|
|
81256
81346
|
var c = this.bv.t();
|
|
@@ -82332,8 +82422,8 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82332
82422
|
get: function () {
|
|
82333
82423
|
if (null == this.ch) {
|
|
82334
82424
|
this.ch = new FontInfo();
|
|
82335
|
-
this.ch.
|
|
82336
|
-
this.ch.
|
|
82425
|
+
this.ch.p = "Verdana";
|
|
82426
|
+
this.ch.e = 16;
|
|
82337
82427
|
}
|
|
82338
82428
|
return this.ch;
|
|
82339
82429
|
},
|
|
@@ -84303,7 +84393,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84303
84393
|
MultiColumnComboBoxView.prototype.az = function () {
|
|
84304
84394
|
var a = this.n;
|
|
84305
84395
|
if (null != a) {
|
|
84306
|
-
a.
|
|
84396
|
+
a.b5();
|
|
84307
84397
|
}
|
|
84308
84398
|
this.co();
|
|
84309
84399
|
var b = this.g.p();
|
|
@@ -84597,7 +84687,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84597
84687
|
a.f9(b);
|
|
84598
84688
|
};
|
|
84599
84689
|
MultiColumnComboBoxView.prototype.bp = function () {
|
|
84600
|
-
this.n.
|
|
84690
|
+
this.n.b8();
|
|
84601
84691
|
};
|
|
84602
84692
|
MultiColumnComboBoxView.prototype.br = function () {
|
|
84603
84693
|
var a = this.n;
|
|
@@ -84794,9 +84884,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84794
84884
|
}
|
|
84795
84885
|
else {
|
|
84796
84886
|
var b = new ColumnComparisonFilterCondition();
|
|
84797
|
-
b.
|
|
84798
|
-
b.
|
|
84799
|
-
b.
|
|
84887
|
+
b.operator = 14;
|
|
84888
|
+
b.value = this.au;
|
|
84889
|
+
b.isCaseSensitive = false;
|
|
84800
84890
|
this.aw(b);
|
|
84801
84891
|
}
|
|
84802
84892
|
};
|
|
@@ -85118,7 +85208,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85118
85208
|
this.a = null;
|
|
85119
85209
|
if (this.n != null && this.n.aw) {
|
|
85120
85210
|
this.cz();
|
|
85121
|
-
this.n.
|
|
85211
|
+
this.n.b8();
|
|
85122
85212
|
}
|
|
85123
85213
|
}
|
|
85124
85214
|
};
|
|
@@ -85391,7 +85481,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85391
85481
|
return;
|
|
85392
85482
|
}
|
|
85393
85483
|
var c = this.c2();
|
|
85394
|
-
this.m.
|
|
85484
|
+
this.m.b9(c);
|
|
85395
85485
|
};
|
|
85396
85486
|
MultiColumnComboBoxView.prototype.cp = function () {
|
|
85397
85487
|
if (this.g.disallowTabFocus) {
|
|
@@ -85728,8 +85818,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85728
85818
|
get: function () {
|
|
85729
85819
|
if (null == this.a0) {
|
|
85730
85820
|
this.a0 = new FontInfo();
|
|
85731
|
-
this.a0.
|
|
85732
|
-
this.a0.
|
|
85821
|
+
this.a0.p = "Verdana";
|
|
85822
|
+
this.a0.e = DeviceUtils.f(16);
|
|
85733
85823
|
}
|
|
85734
85824
|
return this.a0;
|
|
85735
85825
|
},
|
|
@@ -87074,86 +87164,86 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87074
87164
|
a.i = this.v.e.exportVisualModel();
|
|
87075
87165
|
if (this.av != null) {
|
|
87076
87166
|
var b = this.av;
|
|
87077
|
-
if (this.v != null && b.
|
|
87167
|
+
if (this.v != null && b.p == null) {
|
|
87078
87168
|
var c = this.v.ad;
|
|
87079
87169
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
87080
|
-
b.
|
|
87081
|
-
b.
|
|
87082
|
-
b.o = d.o;
|
|
87170
|
+
b.p = d.p;
|
|
87171
|
+
b.e = d.e;
|
|
87083
87172
|
b.q = d.q;
|
|
87084
|
-
b.r = d.r;
|
|
87085
87173
|
b.s = d.s;
|
|
87174
|
+
b.t = d.t;
|
|
87175
|
+
b.u = d.u;
|
|
87086
87176
|
}
|
|
87087
|
-
if (b.
|
|
87088
|
-
a.ab = b.
|
|
87177
|
+
if (b.p != null) {
|
|
87178
|
+
a.ab = b.p;
|
|
87089
87179
|
}
|
|
87090
|
-
if (!isNaN_(b.
|
|
87091
|
-
a.v = b.
|
|
87180
|
+
if (!isNaN_(b.e)) {
|
|
87181
|
+
a.v = b.e;
|
|
87182
|
+
}
|
|
87183
|
+
if (b.u != null) {
|
|
87184
|
+
a.af = b.u;
|
|
87092
87185
|
}
|
|
87093
87186
|
if (b.s != null) {
|
|
87094
|
-
a.
|
|
87187
|
+
a.ad = b.s;
|
|
87095
87188
|
}
|
|
87096
87189
|
if (b.q != null) {
|
|
87097
|
-
a.
|
|
87098
|
-
}
|
|
87099
|
-
if (b.o != null) {
|
|
87100
|
-
a.ac = b.q;
|
|
87190
|
+
a.ac = b.s;
|
|
87101
87191
|
}
|
|
87102
87192
|
}
|
|
87103
87193
|
if (this.aw != null) {
|
|
87104
87194
|
var e = this.aw;
|
|
87105
|
-
if (this.v != null && e.
|
|
87195
|
+
if (this.v != null && e.p == null) {
|
|
87106
87196
|
var f = this.v.ad;
|
|
87107
87197
|
var g = FontUtil.getFontInfoFromString(f, e.fontString);
|
|
87108
|
-
e.
|
|
87109
|
-
e.
|
|
87110
|
-
e.o = g.o;
|
|
87198
|
+
e.p = g.p;
|
|
87199
|
+
e.e = g.e;
|
|
87111
87200
|
e.q = g.q;
|
|
87112
|
-
e.r = g.r;
|
|
87113
87201
|
e.s = g.s;
|
|
87202
|
+
e.t = g.t;
|
|
87203
|
+
e.u = g.u;
|
|
87204
|
+
}
|
|
87205
|
+
if (e.p != null) {
|
|
87206
|
+
a.ag = e.p;
|
|
87114
87207
|
}
|
|
87115
|
-
if (e.
|
|
87116
|
-
a.
|
|
87208
|
+
if (!isNaN_(e.e)) {
|
|
87209
|
+
a.w = e.e;
|
|
87117
87210
|
}
|
|
87118
|
-
if (
|
|
87119
|
-
a.
|
|
87211
|
+
if (e.u != null) {
|
|
87212
|
+
a.ak = e.u;
|
|
87120
87213
|
}
|
|
87121
87214
|
if (e.s != null) {
|
|
87122
|
-
a.
|
|
87215
|
+
a.ai = e.s;
|
|
87123
87216
|
}
|
|
87124
87217
|
if (e.q != null) {
|
|
87125
|
-
a.
|
|
87126
|
-
}
|
|
87127
|
-
if (e.o != null) {
|
|
87128
|
-
a.ah = e.q;
|
|
87218
|
+
a.ah = e.s;
|
|
87129
87219
|
}
|
|
87130
87220
|
}
|
|
87131
87221
|
if (this.ax != null) {
|
|
87132
87222
|
var h = this.ax;
|
|
87133
|
-
if (this.v != null && h.
|
|
87223
|
+
if (this.v != null && h.p == null) {
|
|
87134
87224
|
var i = this.v.ad;
|
|
87135
87225
|
var j = FontUtil.getFontInfoFromString(i, h.fontString);
|
|
87136
|
-
h.
|
|
87137
|
-
h.
|
|
87138
|
-
h.o = j.o;
|
|
87226
|
+
h.p = j.p;
|
|
87227
|
+
h.e = j.e;
|
|
87139
87228
|
h.q = j.q;
|
|
87140
|
-
h.r = j.r;
|
|
87141
87229
|
h.s = j.s;
|
|
87230
|
+
h.t = j.t;
|
|
87231
|
+
h.u = j.u;
|
|
87232
|
+
}
|
|
87233
|
+
if (h.p != null) {
|
|
87234
|
+
a.ao = h.p;
|
|
87142
87235
|
}
|
|
87143
|
-
if (h.
|
|
87144
|
-
a.
|
|
87236
|
+
if (!isNaN_(h.e)) {
|
|
87237
|
+
a.x = h.e;
|
|
87145
87238
|
}
|
|
87146
|
-
if (
|
|
87147
|
-
a.
|
|
87239
|
+
if (h.u != null) {
|
|
87240
|
+
a.as = h.u;
|
|
87148
87241
|
}
|
|
87149
87242
|
if (h.s != null) {
|
|
87150
|
-
a.
|
|
87243
|
+
a.aq = h.s;
|
|
87151
87244
|
}
|
|
87152
87245
|
if (h.q != null) {
|
|
87153
|
-
a.
|
|
87154
|
-
}
|
|
87155
|
-
if (h.o != null) {
|
|
87156
|
-
a.ap = h.q;
|
|
87246
|
+
a.ap = h.s;
|
|
87157
87247
|
}
|
|
87158
87248
|
}
|
|
87159
87249
|
return a;
|
|
@@ -93823,7 +93913,12 @@ var IgcGridFilterDialogViewModelGroupingLevel = /** @class */ /*@__PURE__*/ (fun
|
|
|
93823
93913
|
if (!ext) {
|
|
93824
93914
|
ext = new IgcGridFilterDialogViewModelGrouping();
|
|
93825
93915
|
if (ext) {
|
|
93826
|
-
ext._implementation
|
|
93916
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
93917
|
+
ext._implementation.setNativeElement(int);
|
|
93918
|
+
}
|
|
93919
|
+
else {
|
|
93920
|
+
ext._implementation = int;
|
|
93921
|
+
}
|
|
93827
93922
|
}
|
|
93828
93923
|
}
|
|
93829
93924
|
return ext;
|
|
@@ -93870,7 +93965,12 @@ var IgcGridFilterDialogViewModelGroupingLevelCollection = /** @class */ /*@__PUR
|
|
|
93870
93965
|
if (!ext) {
|
|
93871
93966
|
ext = new IgcGridFilterDialogViewModelGroupingLevel();
|
|
93872
93967
|
if (ext) {
|
|
93873
|
-
ext._implementation
|
|
93968
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
93969
|
+
ext._implementation.setNativeElement(int);
|
|
93970
|
+
}
|
|
93971
|
+
else {
|
|
93972
|
+
ext._implementation = int;
|
|
93973
|
+
}
|
|
93874
93974
|
}
|
|
93875
93975
|
}
|
|
93876
93976
|
return ext;
|
|
@@ -94032,7 +94132,12 @@ var IgcGridFilterDialogViewModelRowCollection = /** @class */ /*@__PURE__*/ (fun
|
|
|
94032
94132
|
if (!ext) {
|
|
94033
94133
|
ext = new IgcGridFilterDialogViewModelRow();
|
|
94034
94134
|
if (ext) {
|
|
94035
|
-
ext._implementation
|
|
94135
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
94136
|
+
ext._implementation.setNativeElement(int);
|
|
94137
|
+
}
|
|
94138
|
+
else {
|
|
94139
|
+
ext._implementation = int;
|
|
94140
|
+
}
|
|
94036
94141
|
}
|
|
94037
94142
|
}
|
|
94038
94143
|
return ext;
|
|
@@ -95908,7 +96013,12 @@ var IgcColumnExchangersCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
95908
96013
|
if (!ext) {
|
|
95909
96014
|
ext = new IgcColumnExchanger();
|
|
95910
96015
|
if (ext) {
|
|
95911
|
-
ext._implementation
|
|
96016
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
96017
|
+
ext._implementation.setNativeElement(int);
|
|
96018
|
+
}
|
|
96019
|
+
else {
|
|
96020
|
+
ext._implementation = int;
|
|
96021
|
+
}
|
|
95912
96022
|
}
|
|
95913
96023
|
}
|
|
95914
96024
|
return ext;
|
|
@@ -95962,7 +96072,12 @@ var IgcColumnPropertySettersCollection = /** @class */ /*@__PURE__*/ (function (
|
|
|
95962
96072
|
if (!ext) {
|
|
95963
96073
|
ext = new IgcColumnPropertySetter();
|
|
95964
96074
|
if (ext) {
|
|
95965
|
-
ext._implementation
|
|
96075
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
96076
|
+
ext._implementation.setNativeElement(int);
|
|
96077
|
+
}
|
|
96078
|
+
else {
|
|
96079
|
+
ext._implementation = int;
|
|
96080
|
+
}
|
|
95966
96081
|
}
|
|
95967
96082
|
}
|
|
95968
96083
|
return ext;
|
|
@@ -96016,7 +96131,12 @@ var IgcResponsivePhasesCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
96016
96131
|
if (!ext) {
|
|
96017
96132
|
ext = new IgcResponsivePhase();
|
|
96018
96133
|
if (ext) {
|
|
96019
|
-
ext._implementation
|
|
96134
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
96135
|
+
ext._implementation.setNativeElement(int);
|
|
96136
|
+
}
|
|
96137
|
+
else {
|
|
96138
|
+
ext._implementation = int;
|
|
96139
|
+
}
|
|
96020
96140
|
}
|
|
96021
96141
|
}
|
|
96022
96142
|
return ext;
|
|
@@ -96267,11 +96387,11 @@ var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96267
96387
|
_this.l = null;
|
|
96268
96388
|
_this.c = ((function () {
|
|
96269
96389
|
var $ret = new FontInfo();
|
|
96270
|
-
$ret.
|
|
96271
|
-
$ret.
|
|
96272
|
-
$ret.q = "Normal";
|
|
96390
|
+
$ret.p = "Verdana";
|
|
96391
|
+
$ret.e = 13;
|
|
96273
96392
|
$ret.s = "Normal";
|
|
96274
|
-
$ret.
|
|
96393
|
+
$ret.u = "Normal";
|
|
96394
|
+
$ret.q = "Normal";
|
|
96275
96395
|
return $ret;
|
|
96276
96396
|
})());
|
|
96277
96397
|
_this.af = new Size();
|
|
@@ -98695,7 +98815,12 @@ var IgcHorizontalPropertyEditorDataSource = /** @class */ /*@__PURE__*/ (functio
|
|
|
98695
98815
|
if (!ext) {
|
|
98696
98816
|
ext = new IgcPropertyEditorPropertyDescriptionComponent();
|
|
98697
98817
|
if (ext) {
|
|
98698
|
-
ext._implementation
|
|
98818
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
98819
|
+
ext._implementation.setNativeElement(int);
|
|
98820
|
+
}
|
|
98821
|
+
else {
|
|
98822
|
+
ext._implementation = int;
|
|
98823
|
+
}
|
|
98699
98824
|
}
|
|
98700
98825
|
}
|
|
98701
98826
|
return ext;
|