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