igniteui-webcomponents-grids 4.0.4 → 4.2.2
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 +941 -593
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/fesm2015/igniteui-webcomponents-grids.js +873 -605
- package/fesm5/igniteui-webcomponents-grids.js +939 -591
- package/grids/combined.js +160 -90
- package/grids/index.d.ts +15 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-template-context.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +3 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +2 -0
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +9 -2
- package/grids/lib/igc-grid-component.d.ts +4 -4
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
- package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- 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/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -299,7 +299,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
299
|
break;
|
|
300
300
|
case "FilterPlaceholderText":
|
|
301
301
|
if (this.d != null) {
|
|
302
|
-
this.d.
|
|
302
|
+
this.d.bg = this.s;
|
|
303
303
|
}
|
|
304
304
|
break;
|
|
305
305
|
case "BaseTheme":
|
|
@@ -310,7 +310,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
310
|
break;
|
|
311
311
|
case "BackgroundColor":
|
|
312
312
|
if (this.d != null) {
|
|
313
|
-
this.d.
|
|
313
|
+
this.d.di = this.aq;
|
|
314
314
|
}
|
|
315
315
|
this.c.i();
|
|
316
316
|
break;
|
|
@@ -340,7 +340,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
340
|
if (this.a != null && this.d != null) {
|
|
341
341
|
this.d.y = this.f;
|
|
342
342
|
this.d.aa = this.h;
|
|
343
|
-
this.d.
|
|
343
|
+
this.d.di = this.aq;
|
|
344
344
|
var a = void 0;
|
|
345
345
|
var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
346
346
|
try {
|
|
@@ -370,16 +370,16 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
if (this.s != null) {
|
|
373
|
-
this.d.
|
|
373
|
+
this.d.bg = this.s;
|
|
374
374
|
}
|
|
375
375
|
this.d.itemsSource = b;
|
|
376
376
|
var e = "";
|
|
377
377
|
var f = "";
|
|
378
378
|
e = "columnName";
|
|
379
379
|
f = "isNotHidden";
|
|
380
|
-
this.d.
|
|
381
|
-
this.d.
|
|
382
|
-
this.d.
|
|
380
|
+
this.d.b0 = f;
|
|
381
|
+
this.d.bc = e;
|
|
382
|
+
this.d.as = true;
|
|
383
383
|
}
|
|
384
384
|
};
|
|
385
385
|
ColumnChooser.prototype.an = function (a) {
|
|
@@ -389,7 +389,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
389
389
|
};
|
|
390
390
|
ColumnChooser.prototype.al = function () {
|
|
391
391
|
var e_2, _a;
|
|
392
|
-
this.d.
|
|
392
|
+
this.d.cy();
|
|
393
393
|
if (this.a != null) {
|
|
394
394
|
try {
|
|
395
395
|
for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -415,7 +415,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
415
415
|
};
|
|
416
416
|
ColumnChooser.prototype.ae = function () {
|
|
417
417
|
var e_3, _a;
|
|
418
|
-
this.d.
|
|
418
|
+
this.d.b9();
|
|
419
419
|
if (this.a != null) {
|
|
420
420
|
try {
|
|
421
421
|
for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -1019,7 +1019,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1019
1019
|
}
|
|
1020
1020
|
var j = this.d.j;
|
|
1021
1021
|
for (var k = 0; k < j.count; k++) {
|
|
1022
|
-
var l = this.q._inner[k].
|
|
1022
|
+
var l = this.q._inner[k].ae();
|
|
1023
1023
|
var m = this.d.b(j._inner[k]);
|
|
1024
1024
|
l.h = m[0] - d;
|
|
1025
1025
|
l.f = m[1] - e;
|
|
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
298
298
|
break;
|
|
299
299
|
case "FilterPlaceholderText":
|
|
300
300
|
if (this.d != null) {
|
|
301
|
-
this.d.
|
|
301
|
+
this.d.bg = this.s;
|
|
302
302
|
}
|
|
303
303
|
break;
|
|
304
304
|
case "BaseTheme":
|
|
@@ -309,7 +309,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
309
309
|
break;
|
|
310
310
|
case "BackgroundColor":
|
|
311
311
|
if (this.d != null) {
|
|
312
|
-
this.d.
|
|
312
|
+
this.d.di = this.an;
|
|
313
313
|
}
|
|
314
314
|
this.c.g();
|
|
315
315
|
break;
|
|
@@ -339,7 +339,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
339
339
|
if (this.a != null && this.d != null) {
|
|
340
340
|
this.d.y = this.f;
|
|
341
341
|
this.d.aa = this.h;
|
|
342
|
-
this.d.
|
|
342
|
+
this.d.di = this.an;
|
|
343
343
|
var a = void 0;
|
|
344
344
|
var b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
345
345
|
try {
|
|
@@ -373,17 +373,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
373
373
|
throw e_1.error;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
this.d.
|
|
376
|
+
this.d.as = false;
|
|
377
377
|
if (this.s != null) {
|
|
378
|
-
this.d.
|
|
378
|
+
this.d.bg = this.s;
|
|
379
379
|
}
|
|
380
380
|
this.d.itemsSource = b;
|
|
381
381
|
var e = "";
|
|
382
382
|
var f = "";
|
|
383
383
|
e = "columnName";
|
|
384
384
|
f = "isPinned";
|
|
385
|
-
this.d.
|
|
386
|
-
this.d.
|
|
385
|
+
this.d.b0 = f;
|
|
386
|
+
this.d.bc = e;
|
|
387
387
|
}
|
|
388
388
|
};
|
|
389
389
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
@@ -9,7 +9,7 @@ import { Base, String_$type, runOn, delegateRemove, delegateCombine, markType, I
|
|
|
9
9
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
10
10
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
11
11
|
import { OperatorSelectorOpeningEventArgs } from "./OperatorSelectorOpeningEventArgs";
|
|
12
|
-
import { Popup } from "igniteui-webcomponents-
|
|
12
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
13
13
|
import { Rect } from "igniteui-webcomponents-core";
|
|
14
14
|
import { OperatorModel } from "./OperatorModel";
|
|
15
15
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
@@ -310,13 +310,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
310
|
af.s.modelUpdated(af);
|
|
311
311
|
if (ai && y.b) {
|
|
312
312
|
var aq = y.a;
|
|
313
|
-
aq.
|
|
313
|
+
aq.aa();
|
|
314
314
|
if (af.l.d != 0 && this.e.b2) {
|
|
315
|
-
aq.
|
|
315
|
+
aq.af(this.ax(af.l.d));
|
|
316
316
|
}
|
|
317
317
|
var ar = af.s.nativeCell;
|
|
318
318
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
319
|
-
aq.
|
|
319
|
+
aq.z();
|
|
320
320
|
}
|
|
321
321
|
af.jv();
|
|
322
322
|
if (m) {
|
|
@@ -331,7 +331,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
331
|
}
|
|
332
332
|
this.m = false;
|
|
333
333
|
if (y.a != null && this.q != 1) {
|
|
334
|
-
y.a.
|
|
334
|
+
y.a.z();
|
|
335
335
|
}
|
|
336
336
|
this.an();
|
|
337
337
|
};
|
|
@@ -512,7 +512,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
512
512
|
if (f) {
|
|
513
513
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
514
514
|
}
|
|
515
|
-
a.a.
|
|
515
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
516
516
|
this.a[b].setRawPosition(a.c, a.d);
|
|
517
517
|
}
|
|
518
518
|
};
|
package/esm5/lib/EditorCell.js
CHANGED
|
@@ -9,7 +9,7 @@ import { GridCellBase } from "./GridCellBase";
|
|
|
9
9
|
import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
|
|
10
10
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType } from "igniteui-webcomponents-core";
|
|
11
11
|
import { EditorType_$type } from "./EditorType";
|
|
12
|
-
import { Popup } from "igniteui-webcomponents-
|
|
12
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
13
13
|
import { TextEditorView } from "./TextEditorView";
|
|
14
14
|
import { NumericEditorView } from "./NumericEditorView";
|
|
15
15
|
import { DateEditorView } from "./DateEditorView";
|
package/esm5/lib/FilterCell.js
CHANGED
|
@@ -196,7 +196,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196
196
|
FilterCell.prototype.d3 = function (a) {
|
|
197
197
|
if (this.cw != null) {
|
|
198
198
|
this.cw.disabled = !a;
|
|
199
|
-
this.cw.
|
|
199
|
+
this.cw.z = a ? 1 : 0.3;
|
|
200
200
|
}
|
|
201
201
|
};
|
|
202
202
|
FilterCell.prototype.dh = function (a) {
|
|
@@ -293,7 +293,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
293
|
configurable: true
|
|
294
294
|
});
|
|
295
295
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
296
|
-
var a = this.bx.
|
|
296
|
+
var a = this.bx.al();
|
|
297
297
|
this.bw.al(!a);
|
|
298
298
|
var b = this.b3();
|
|
299
299
|
this.bw.am(b);
|
|
@@ -428,7 +428,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
this.bx.itemsSource = e;
|
|
431
|
-
this.bx.
|
|
431
|
+
this.bx.bc = c;
|
|
432
432
|
this.bx.b = [c];
|
|
433
433
|
e.shouldEmitSectionHeaders = true;
|
|
434
434
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -474,15 +474,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
if (e.count == 0 || !c) {
|
|
477
|
-
this.bx.
|
|
477
|
+
this.bx.cy();
|
|
478
478
|
return;
|
|
479
479
|
}
|
|
480
480
|
switch (d.value) {
|
|
481
481
|
case 0:
|
|
482
|
-
this.bx.
|
|
482
|
+
this.bx.b9();
|
|
483
483
|
break;
|
|
484
484
|
case 1:
|
|
485
|
-
this.bx.
|
|
485
|
+
this.bx.cy();
|
|
486
486
|
break;
|
|
487
487
|
}
|
|
488
488
|
var h = this.bx.g;
|
|
@@ -540,9 +540,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
540
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
541
541
|
if (null != this.bx) {
|
|
542
542
|
this.bx.aa = this.b0;
|
|
543
|
-
this.bx.
|
|
544
|
-
this.bx.
|
|
545
|
-
this.bx.
|
|
543
|
+
this.bx.bg = this.cc;
|
|
544
|
+
this.bx.di = this.bo;
|
|
545
|
+
this.bx.dy = this.br;
|
|
546
546
|
this.bx.y = this.i;
|
|
547
547
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
548
548
|
}
|
|
@@ -7,7 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import * as tslib_1 from "tslib";
|
|
8
8
|
import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
|
|
9
9
|
import { SummaryChooser } from "./SummaryChooser";
|
|
10
|
-
import { Popup } from "igniteui-webcomponents-
|
|
10
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
11
11
|
import { Size } from "igniteui-webcomponents-core";
|
|
12
12
|
import { GridColumnOptionsUtilities } from "./GridColumnOptionsUtilities";
|
|
13
13
|
import { runOn, markType, enumGetBox, delegateRemove, delegateCombine } from "igniteui-webcomponents-core";
|
|
@@ -402,7 +402,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
402
|
if (this.by != null) {
|
|
403
403
|
this.by.ef = 0;
|
|
404
404
|
this.by.ak = false;
|
|
405
|
-
this.by.
|
|
405
|
+
this.by.t9 = this.br;
|
|
406
406
|
this.bh(this.by);
|
|
407
407
|
}
|
|
408
408
|
};
|
|
@@ -150,23 +150,23 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
150
150
|
this.d = truncate(Math.round(d));
|
|
151
151
|
}
|
|
152
152
|
if (this.b.d && this.f != 1) {
|
|
153
|
-
this.b.
|
|
154
|
-
this.b.
|
|
153
|
+
this.b.aa();
|
|
154
|
+
this.b.ab(this.f, this.f);
|
|
155
155
|
}
|
|
156
|
-
this.b.
|
|
157
|
-
this.b.
|
|
156
|
+
this.b.l(0, 0, this.j, this.g);
|
|
157
|
+
this.b.aa();
|
|
158
158
|
for (var e = 0; e < this.c.count; e++) {
|
|
159
|
-
this.b.
|
|
159
|
+
this.b.k(this.c._inner[e].j);
|
|
160
160
|
var f = this.s();
|
|
161
161
|
if (this.a.ae != null) {
|
|
162
162
|
f = this.a.ae;
|
|
163
163
|
}
|
|
164
164
|
this.c._inner[e]._stroke = f;
|
|
165
|
-
this.b.
|
|
165
|
+
this.b.t(this.c._inner[e]);
|
|
166
166
|
}
|
|
167
|
-
this.b.
|
|
167
|
+
this.b.z();
|
|
168
168
|
if (this.b.d && this.f != 1) {
|
|
169
|
-
this.b.
|
|
169
|
+
this.b.z();
|
|
170
170
|
}
|
|
171
171
|
};
|
|
172
172
|
GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -82,13 +82,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
this.z();
|
|
83
83
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
84
84
|
if (this.d.d && this.h != 1) {
|
|
85
|
-
this.d.
|
|
86
|
-
this.d.
|
|
85
|
+
this.d.aa();
|
|
86
|
+
this.d.ab(this.h, this.h);
|
|
87
87
|
}
|
|
88
|
-
this.d.
|
|
89
|
-
this.d.
|
|
88
|
+
this.d.l(0, 0, this.l, this.k);
|
|
89
|
+
this.d.t(this.ad);
|
|
90
90
|
if (this.d.d && this.h != 1) {
|
|
91
|
-
this.d.
|
|
91
|
+
this.d.z();
|
|
92
92
|
}
|
|
93
93
|
this.b.bc();
|
|
94
94
|
};
|
|
@@ -92,24 +92,24 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
this.e = truncate(Math.round(b));
|
|
93
93
|
}
|
|
94
94
|
if (this.c.d && this.g != 1) {
|
|
95
|
-
this.c.
|
|
96
|
-
this.c.
|
|
95
|
+
this.c.aa();
|
|
96
|
+
this.c.ab(this.g, this.g);
|
|
97
97
|
}
|
|
98
|
-
this.c.
|
|
99
|
-
this.c.
|
|
100
|
-
this.c.
|
|
98
|
+
this.c.l(0, 0, this.k, this.j);
|
|
99
|
+
this.c.aa();
|
|
100
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
101
101
|
for (var c = 0; c < this.d.count; c++) {
|
|
102
|
-
this.c.
|
|
102
|
+
this.c.k(this.d._inner[c].j);
|
|
103
103
|
var d = this.y();
|
|
104
104
|
if (this.a.a0 != null) {
|
|
105
105
|
d = this.a.a0;
|
|
106
106
|
}
|
|
107
107
|
this.d._inner[c]._stroke = d;
|
|
108
|
-
this.c.
|
|
108
|
+
this.c.t(this.d._inner[c]);
|
|
109
109
|
}
|
|
110
|
-
this.c.
|
|
110
|
+
this.c.z();
|
|
111
111
|
if (this.c.d && this.g != 1) {
|
|
112
|
-
this.c.
|
|
112
|
+
this.c.z();
|
|
113
113
|
}
|
|
114
114
|
this.a.at();
|
|
115
115
|
};
|
|
@@ -90,8 +90,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
this.e();
|
|
91
91
|
};
|
|
92
92
|
SummaryChooserView.prototype.e = function () {
|
|
93
|
-
if (this.model.f.
|
|
94
|
-
var a = this.model.r.count * this.model.f.
|
|
93
|
+
if (this.model.f.av > -1) {
|
|
94
|
+
var a = this.model.r.count * this.model.f.av;
|
|
95
95
|
a += 4;
|
|
96
96
|
this.d.setStyleProperty("height", a + "px");
|
|
97
97
|
}
|
|
@@ -395,15 +395,15 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
395
395
|
SummaryChooser.prototype.a6 = function () {
|
|
396
396
|
if (this.e != null) {
|
|
397
397
|
this.e.aa = this.m;
|
|
398
|
-
this.e.
|
|
398
|
+
this.e.dy = this.ba;
|
|
399
399
|
this.e.y = this.i;
|
|
400
|
+
this.e.as = false;
|
|
400
401
|
this.e.aq = false;
|
|
401
|
-
this.e.
|
|
402
|
-
this.e.al = false;
|
|
402
|
+
this.e.an = false;
|
|
403
403
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
404
404
|
this.e.itemsSource = this.q;
|
|
405
|
-
this.e.
|
|
406
|
-
this.e.
|
|
405
|
+
this.e.bc = "label";
|
|
406
|
+
this.e.b0 = "isSelected";
|
|
407
407
|
this.e.b = ["label"];
|
|
408
408
|
}
|
|
409
409
|
};
|
|
@@ -453,7 +453,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
if (d.iD == a) {
|
|
454
454
|
d.isSelected = b;
|
|
455
455
|
if (this.e != null) {
|
|
456
|
-
this.e.
|
|
456
|
+
this.e.cg(c, d, d);
|
|
457
457
|
}
|
|
458
458
|
break;
|
|
459
459
|
}
|
|
@@ -465,7 +465,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
465
465
|
c.label = b;
|
|
466
466
|
this.q.add(c);
|
|
467
467
|
if (this.e != null) {
|
|
468
|
-
this.e.
|
|
468
|
+
this.e.ce(this.q.count - 1, c);
|
|
469
469
|
}
|
|
470
470
|
this.c.onItemInserted();
|
|
471
471
|
};
|
|
@@ -475,7 +475,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
if (c.iD == a) {
|
|
476
476
|
this.q.removeAt(b);
|
|
477
477
|
if (this.e != null) {
|
|
478
|
-
this.e.
|
|
478
|
+
this.e.cf(b, c);
|
|
479
479
|
}
|
|
480
480
|
break;
|
|
481
481
|
}
|
|
@@ -488,7 +488,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
if (d.iD == a) {
|
|
489
489
|
d.label = b;
|
|
490
490
|
if (this.e != null) {
|
|
491
|
-
this.e.
|
|
491
|
+
this.e.cg(c, d, d);
|
|
492
492
|
}
|
|
493
493
|
break;
|
|
494
494
|
}
|
|
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import * as tslib_1 from "tslib";
|
|
8
8
|
import { Base, Delegate_$type, runOn, delegateCombine, fromEnum, typeCast, Array_$type, delegateRemove, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-webcomponents-core";
|
|
9
|
-
import { Popup } from "igniteui-webcomponents-
|
|
9
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
10
10
|
import { XSuffix } from "igniteui-webcomponents-inputs";
|
|
11
11
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
12
12
|
import { XLabel } from "igniteui-webcomponents-inputs";
|
|
@@ -201,8 +201,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
201
201
|
this.j = new XInput();
|
|
202
202
|
this.j.provideContainer(g);
|
|
203
203
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
204
|
-
this.j.
|
|
205
|
-
this.j.
|
|
204
|
+
this.j.b6 = "text";
|
|
205
|
+
this.j.cm = b.text;
|
|
206
206
|
var h = this.j;
|
|
207
207
|
h.changing = delegateCombine(h.changing, runOn(this, this.bi));
|
|
208
208
|
var i = this.j;
|
|
@@ -452,14 +452,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
452
|
this.az();
|
|
453
453
|
var b = this.j;
|
|
454
454
|
b.focus();
|
|
455
|
-
var c = b.
|
|
456
|
-
var d = null != c ? b.
|
|
457
|
-
b.
|
|
455
|
+
var c = b.cm;
|
|
456
|
+
var d = null != c ? b.cm.length : 0;
|
|
457
|
+
b.dl(d, d);
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
460
|
MultiColumnComboBoxView.prototype.by = function () {
|
|
461
461
|
this.k.ah = true;
|
|
462
|
-
this.j.
|
|
462
|
+
this.j.dj();
|
|
463
463
|
var a = new GotFocusEventArgs();
|
|
464
464
|
this.g.f1(a);
|
|
465
465
|
};
|
|
@@ -569,7 +569,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
569
569
|
if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
|
|
570
570
|
b--;
|
|
571
571
|
}
|
|
572
|
-
this.j.
|
|
572
|
+
this.j.dl(b, c);
|
|
573
573
|
};
|
|
574
574
|
MultiColumnComboBoxView.prototype.b8 = function () {
|
|
575
575
|
if (this.p) {
|
|
@@ -598,7 +598,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
598
598
|
if (this.g.bi == false) {
|
|
599
599
|
this.ae.setStyleProperty("display", "none");
|
|
600
600
|
}
|
|
601
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
601
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
602
602
|
this.ae.show();
|
|
603
603
|
}
|
|
604
604
|
else {
|
|
@@ -746,9 +746,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
746
|
this.k.h4 = a.cc;
|
|
747
747
|
}
|
|
748
748
|
if (null != this.j) {
|
|
749
|
-
this.j.
|
|
750
|
-
this.j.
|
|
751
|
-
this.j.
|
|
749
|
+
this.j.d1 = a.hg;
|
|
750
|
+
this.j.af = a.aw;
|
|
751
|
+
this.j.ce = a.fb;
|
|
752
752
|
}
|
|
753
753
|
if (null != this.l) {
|
|
754
754
|
this.l.text = a.e0;
|
|
@@ -779,7 +779,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
779
779
|
if (!this.v) {
|
|
780
780
|
if (null != this.j) {
|
|
781
781
|
var a = this.f.text;
|
|
782
|
-
this.j.
|
|
782
|
+
this.j.cm = a;
|
|
783
783
|
}
|
|
784
784
|
}
|
|
785
785
|
};
|
|
@@ -1014,7 +1014,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1014
1014
|
};
|
|
1015
1015
|
MultiColumnComboBoxView.prototype.ce = function () {
|
|
1016
1016
|
if (this.j != null) {
|
|
1017
|
-
this.j.
|
|
1017
|
+
this.j.dj();
|
|
1018
1018
|
}
|
|
1019
1019
|
};
|
|
1020
1020
|
MultiColumnComboBoxView.prototype.ci = function (a) {
|
|
@@ -1056,7 +1056,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
MultiColumnComboBoxView.prototype.ax = function (a) {
|
|
1058
1058
|
this.d.ae.clear();
|
|
1059
|
-
this.j.
|
|
1059
|
+
this.j.cm = "";
|
|
1060
1060
|
this.g.text = "";
|
|
1061
1061
|
this.g.value = null;
|
|
1062
1062
|
};
|
|
@@ -1070,7 +1070,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1070
1070
|
}
|
|
1071
1071
|
if (null != this.j) {
|
|
1072
1072
|
this.j.focus();
|
|
1073
|
-
this.j.
|
|
1073
|
+
this.j.dj();
|
|
1074
1074
|
}
|
|
1075
1075
|
};
|
|
1076
1076
|
MultiColumnComboBoxView.prototype.a7 = function (a, b) {
|
|
@@ -1114,7 +1114,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1114
1114
|
this.b9(c);
|
|
1115
1115
|
};
|
|
1116
1116
|
MultiColumnComboBoxView.prototype.bj = function (a, b) {
|
|
1117
|
-
var c = this.j.
|
|
1117
|
+
var c = this.j.cm;
|
|
1118
1118
|
this.b9(c);
|
|
1119
1119
|
};
|
|
1120
1120
|
MultiColumnComboBoxView.prototype.bk = function (a, b) {
|
|
@@ -1135,7 +1135,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1135
1135
|
if (0 == e) {
|
|
1136
1136
|
break;
|
|
1137
1137
|
}
|
|
1138
|
-
var f = this.j.
|
|
1138
|
+
var f = this.j.cm;
|
|
1139
1139
|
if (stringIsNullOrEmpty(f)) {
|
|
1140
1140
|
break;
|
|
1141
1141
|
}
|
|
@@ -1214,7 +1214,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1214
1214
|
};
|
|
1215
1215
|
MultiColumnComboBoxView.prototype.bm = function (a, b) {
|
|
1216
1216
|
if (false == this.o()) {
|
|
1217
|
-
this.j.
|
|
1217
|
+
this.j.dj();
|
|
1218
1218
|
b.handled = true;
|
|
1219
1219
|
}
|
|
1220
1220
|
};
|
|
@@ -15,15 +15,15 @@ var NumericEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
tslib_1.__extends(NumericEditorView, _super);
|
|
16
16
|
function NumericEditorView(a, b, c) {
|
|
17
17
|
var _this = _super.call(this, a, b, c) || this;
|
|
18
|
-
_this.v.
|
|
18
|
+
_this.v.b6 = "number";
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
NumericEditorView.prototype.getEditorValue = function () {
|
|
22
|
-
if (this.v == null || this.v.
|
|
22
|
+
if (this.v == null || this.v.cm == null) {
|
|
23
23
|
return null;
|
|
24
24
|
}
|
|
25
25
|
var a = NaN;
|
|
26
|
-
var b = tryParseNumber(this.v.
|
|
26
|
+
var b = tryParseNumber(this.v.cm, a);
|
|
27
27
|
a = b.p1;
|
|
28
28
|
return a;
|
|
29
29
|
};
|