igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1
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-angular-data-grids.umd.js +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -65,10 +65,10 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
65
65
|
}
|
|
66
66
|
GridFilterDialogView.prototype.y = function () {
|
|
67
67
|
this.x();
|
|
68
|
-
this.b.
|
|
68
|
+
this.b.b8();
|
|
69
69
|
};
|
|
70
70
|
GridFilterDialogView.prototype.t = function () {
|
|
71
|
-
this.b.
|
|
71
|
+
this.b.b0(this.l, this.k, this.aa);
|
|
72
72
|
};
|
|
73
73
|
GridFilterDialogView.prototype.s = function () {
|
|
74
74
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -189,7 +189,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
189
189
|
e.setStyleProperty("background-color", "#fff");
|
|
190
190
|
e.setStyleProperty("border-radius", "3px");
|
|
191
191
|
e.setStyleProperty("overflow", "auto");
|
|
192
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
192
|
+
var g = ElevationHelper.e(12, _this.b.ct, _this.b.cs, _this.b.cr);
|
|
193
193
|
e.setStyleProperty("boxShadow", g);
|
|
194
194
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
195
195
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -323,24 +323,25 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
323
|
_this.i = 0;
|
|
324
324
|
_this.as = 0;
|
|
325
325
|
_this.at = 0;
|
|
326
|
-
_this.
|
|
326
|
+
_this.cq = null;
|
|
327
327
|
_this.ao = DeviceUtils.g(24);
|
|
328
328
|
_this.w = 1;
|
|
329
|
-
_this.
|
|
330
|
-
_this.cm = null;
|
|
331
|
-
_this.z = null;
|
|
332
|
-
_this.ck = null;
|
|
329
|
+
_this.ch = null;
|
|
333
330
|
_this.cn = null;
|
|
334
|
-
_this.
|
|
331
|
+
_this.z = null;
|
|
335
332
|
_this.cl = null;
|
|
336
|
-
_this.
|
|
333
|
+
_this.co = null;
|
|
334
|
+
_this.cp = null;
|
|
335
|
+
_this.ck = null;
|
|
336
|
+
_this.cm = null;
|
|
337
337
|
_this.ci = null;
|
|
338
|
+
_this.cj = null;
|
|
338
339
|
_this.y = null;
|
|
339
|
-
_this.
|
|
340
|
+
_this.cg = null;
|
|
340
341
|
_this.au = -1;
|
|
342
|
+
_this.ct = null;
|
|
343
|
+
_this.cs = null;
|
|
341
344
|
_this.cr = null;
|
|
342
|
-
_this.cq = null;
|
|
343
|
-
_this.cp = null;
|
|
344
345
|
_this.ac = null;
|
|
345
346
|
_this.ae = false;
|
|
346
347
|
_this.m = null;
|
|
@@ -356,9 +357,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
356
357
|
_this.renderCompleted = null;
|
|
357
358
|
_this.s = new GridFilterDialogView(_this);
|
|
358
359
|
_this.x = 1;
|
|
359
|
-
_this.
|
|
360
|
-
_this.
|
|
361
|
-
_this.
|
|
360
|
+
_this.ct = BrushUtil.l(66, 0, 0, 0);
|
|
361
|
+
_this.cs = BrushUtil.l(30, 0, 0, 0);
|
|
362
|
+
_this.cr = BrushUtil.l(20, 0, 0, 0);
|
|
362
363
|
return _this;
|
|
363
364
|
}
|
|
364
365
|
Object.defineProperty(GridFilterDialog.prototype, "a1", {
|
|
@@ -379,7 +380,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
380
|
var b = this.af;
|
|
380
381
|
this.af = a;
|
|
381
382
|
if (b != this.af) {
|
|
382
|
-
this.
|
|
383
|
+
this.b7("IsAnimationEnabled", b, this.af);
|
|
383
384
|
}
|
|
384
385
|
},
|
|
385
386
|
enumerable: false,
|
|
@@ -392,7 +393,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
392
393
|
set: function (a) {
|
|
393
394
|
var b = this.an;
|
|
394
395
|
this.an = a;
|
|
395
|
-
this.
|
|
396
|
+
this.b7("PixelScalingRatio", b, this.an);
|
|
396
397
|
},
|
|
397
398
|
enumerable: false,
|
|
398
399
|
configurable: true
|
|
@@ -404,7 +405,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
404
405
|
set: function (a) {
|
|
405
406
|
var b = this.am;
|
|
406
407
|
this.am = a;
|
|
407
|
-
this.
|
|
408
|
+
this.b7("ActualPixelScalingRatio", b, this.am);
|
|
408
409
|
},
|
|
409
410
|
enumerable: false,
|
|
410
411
|
configurable: true
|
|
@@ -417,7 +418,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
417
418
|
var b = this.j;
|
|
418
419
|
this.j = a;
|
|
419
420
|
if (b != this.j) {
|
|
420
|
-
this.
|
|
421
|
+
this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
421
422
|
}
|
|
422
423
|
},
|
|
423
424
|
enumerable: false,
|
|
@@ -431,7 +432,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
431
432
|
var b = this.i;
|
|
432
433
|
this.i = a;
|
|
433
434
|
if (b != this.i) {
|
|
434
|
-
this.
|
|
435
|
+
this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
435
436
|
}
|
|
436
437
|
},
|
|
437
438
|
enumerable: false,
|
|
@@ -445,7 +446,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
446
|
var b = this.as;
|
|
446
447
|
this.as = a;
|
|
447
448
|
if (b != this.as) {
|
|
448
|
-
this.
|
|
449
|
+
this.b7("CellPaddingLeft", b, this.as);
|
|
449
450
|
}
|
|
450
451
|
},
|
|
451
452
|
enumerable: false,
|
|
@@ -459,21 +460,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
459
460
|
var b = this.at;
|
|
460
461
|
this.at = a;
|
|
461
462
|
if (b != this.at) {
|
|
462
|
-
this.
|
|
463
|
+
this.b7("CellPaddingRight", b, this.at);
|
|
463
464
|
}
|
|
464
465
|
},
|
|
465
466
|
enumerable: false,
|
|
466
467
|
configurable: true
|
|
467
468
|
});
|
|
468
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
469
|
+
Object.defineProperty(GridFilterDialog.prototype, "c4", {
|
|
469
470
|
get: function () {
|
|
470
|
-
return this.
|
|
471
|
+
return this.cq;
|
|
471
472
|
},
|
|
472
473
|
set: function (a) {
|
|
473
|
-
var b = this.
|
|
474
|
-
this.
|
|
475
|
-
if (b != this.
|
|
476
|
-
this.
|
|
474
|
+
var b = this.cq;
|
|
475
|
+
this.cq = a;
|
|
476
|
+
if (b != this.cq) {
|
|
477
|
+
this.b7("IconColor", b, this.cq);
|
|
477
478
|
}
|
|
478
479
|
},
|
|
479
480
|
enumerable: false,
|
|
@@ -487,7 +488,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
487
488
|
var b = this.ao;
|
|
488
489
|
this.ao = a;
|
|
489
490
|
if (b != this.ao) {
|
|
490
|
-
this.
|
|
491
|
+
this.b7("ViewSize", b, this.ao);
|
|
491
492
|
}
|
|
492
493
|
},
|
|
493
494
|
enumerable: false,
|
|
@@ -501,35 +502,35 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
501
502
|
var b = this.w;
|
|
502
503
|
this.w = a;
|
|
503
504
|
if (this.w != b) {
|
|
504
|
-
this.
|
|
505
|
+
this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
505
506
|
}
|
|
506
507
|
},
|
|
507
508
|
enumerable: false,
|
|
508
509
|
configurable: true
|
|
509
510
|
});
|
|
510
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
511
|
+
Object.defineProperty(GridFilterDialog.prototype, "cv", {
|
|
511
512
|
get: function () {
|
|
512
|
-
return this.
|
|
513
|
+
return this.ch;
|
|
513
514
|
},
|
|
514
515
|
set: function (a) {
|
|
515
|
-
var b = this.
|
|
516
|
-
this.
|
|
517
|
-
if (b != this.
|
|
518
|
-
this.
|
|
516
|
+
var b = this.ch;
|
|
517
|
+
this.ch = a;
|
|
518
|
+
if (b != this.ch) {
|
|
519
|
+
this.b7("ColumnOptionsBackground", b, this.ch);
|
|
519
520
|
}
|
|
520
521
|
},
|
|
521
522
|
enumerable: false,
|
|
522
523
|
configurable: true
|
|
523
524
|
});
|
|
524
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
525
|
+
Object.defineProperty(GridFilterDialog.prototype, "c1", {
|
|
525
526
|
get: function () {
|
|
526
|
-
return this.
|
|
527
|
+
return this.cn;
|
|
527
528
|
},
|
|
528
529
|
set: function (a) {
|
|
529
|
-
var b = this.
|
|
530
|
-
this.
|
|
531
|
-
if (b != this.
|
|
532
|
-
this.
|
|
530
|
+
var b = this.cn;
|
|
531
|
+
this.cn = a;
|
|
532
|
+
if (b != this.cn) {
|
|
533
|
+
this.b7("ColumnOptionsTextColor", b, this.cn);
|
|
533
534
|
}
|
|
534
535
|
},
|
|
535
536
|
enumerable: false,
|
|
@@ -543,49 +544,49 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
543
544
|
var b = this.z;
|
|
544
545
|
this.z = a;
|
|
545
546
|
if (b != this.z) {
|
|
546
|
-
this.
|
|
547
|
+
this.b7("ColumnOptionsTextStyle", b, this.z);
|
|
547
548
|
}
|
|
548
549
|
},
|
|
549
550
|
enumerable: false,
|
|
550
551
|
configurable: true
|
|
551
552
|
});
|
|
552
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
553
|
+
Object.defineProperty(GridFilterDialog.prototype, "cz", {
|
|
553
554
|
get: function () {
|
|
554
|
-
return this.
|
|
555
|
+
return this.cl;
|
|
555
556
|
},
|
|
556
557
|
set: function (a) {
|
|
557
|
-
var b = this.
|
|
558
|
-
this.
|
|
559
|
-
if (b != this.
|
|
560
|
-
this.
|
|
558
|
+
var b = this.cl;
|
|
559
|
+
this.cl = a;
|
|
560
|
+
if (b != this.cl) {
|
|
561
|
+
this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
|
|
561
562
|
}
|
|
562
563
|
},
|
|
563
564
|
enumerable: false,
|
|
564
565
|
configurable: true
|
|
565
566
|
});
|
|
566
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
567
|
+
Object.defineProperty(GridFilterDialog.prototype, "c2", {
|
|
567
568
|
get: function () {
|
|
568
|
-
return this.
|
|
569
|
+
return this.co;
|
|
569
570
|
},
|
|
570
571
|
set: function (a) {
|
|
571
|
-
var b = this.
|
|
572
|
-
this.
|
|
573
|
-
if (b != this.
|
|
574
|
-
this.
|
|
572
|
+
var b = this.co;
|
|
573
|
+
this.co = a;
|
|
574
|
+
if (b != this.co) {
|
|
575
|
+
this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
|
|
575
576
|
}
|
|
576
577
|
},
|
|
577
578
|
enumerable: false,
|
|
578
579
|
configurable: true
|
|
579
580
|
});
|
|
580
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
581
|
+
Object.defineProperty(GridFilterDialog.prototype, "c3", {
|
|
581
582
|
get: function () {
|
|
582
|
-
return this.
|
|
583
|
+
return this.cp;
|
|
583
584
|
},
|
|
584
585
|
set: function (a) {
|
|
585
|
-
var b = this.
|
|
586
|
-
this.
|
|
587
|
-
if (b != this.
|
|
588
|
-
this.
|
|
586
|
+
var b = this.cp;
|
|
587
|
+
this.cp = a;
|
|
588
|
+
if (b != this.cp) {
|
|
589
|
+
this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
|
|
589
590
|
}
|
|
590
591
|
},
|
|
591
592
|
enumerable: false,
|
|
@@ -593,33 +594,33 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
594
|
});
|
|
594
595
|
Object.defineProperty(GridFilterDialog.prototype, "cy", {
|
|
595
596
|
get: function () {
|
|
596
|
-
return this.
|
|
597
|
+
return this.ck;
|
|
597
598
|
},
|
|
598
599
|
set: function (a) {
|
|
599
|
-
var b = this.
|
|
600
|
-
this.
|
|
601
|
-
if (b != this.
|
|
602
|
-
this.
|
|
600
|
+
var b = this.ck;
|
|
601
|
+
this.ck = a;
|
|
602
|
+
if (b != this.ck) {
|
|
603
|
+
this.b7("ColumnOptionsHighlightColor", b, this.ck);
|
|
603
604
|
}
|
|
604
605
|
},
|
|
605
606
|
enumerable: false,
|
|
606
607
|
configurable: true
|
|
607
608
|
});
|
|
608
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
609
|
+
Object.defineProperty(GridFilterDialog.prototype, "c0", {
|
|
609
610
|
get: function () {
|
|
610
|
-
return this.
|
|
611
|
+
return this.cm;
|
|
611
612
|
},
|
|
612
613
|
set: function (a) {
|
|
613
|
-
var b = this.
|
|
614
|
-
this.
|
|
615
|
-
if (b != this.
|
|
616
|
-
this.
|
|
614
|
+
var b = this.cm;
|
|
615
|
+
this.cm = a;
|
|
616
|
+
if (b != this.cm) {
|
|
617
|
+
this.b7("ColumnOptionsSeparatorColor", b, this.cm);
|
|
617
618
|
}
|
|
618
619
|
},
|
|
619
620
|
enumerable: false,
|
|
620
621
|
configurable: true
|
|
621
622
|
});
|
|
622
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
623
|
+
Object.defineProperty(GridFilterDialog.prototype, "cw", {
|
|
623
624
|
get: function () {
|
|
624
625
|
return this.ci;
|
|
625
626
|
},
|
|
@@ -627,7 +628,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
627
628
|
var b = this.ci;
|
|
628
629
|
this.ci = a;
|
|
629
630
|
if (b != this.ci) {
|
|
630
|
-
this.
|
|
631
|
+
this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
enumerable: false,
|
|
635
|
+
configurable: true
|
|
636
|
+
});
|
|
637
|
+
Object.defineProperty(GridFilterDialog.prototype, "cx", {
|
|
638
|
+
get: function () {
|
|
639
|
+
return this.cj;
|
|
640
|
+
},
|
|
641
|
+
set: function (a) {
|
|
642
|
+
var b = this.cj;
|
|
643
|
+
this.cj = a;
|
|
644
|
+
if (b != this.cj) {
|
|
645
|
+
this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
|
|
631
646
|
}
|
|
632
647
|
},
|
|
633
648
|
enumerable: false,
|
|
@@ -641,21 +656,21 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
656
|
var b = this.y;
|
|
642
657
|
this.y = a;
|
|
643
658
|
if (b != this.y) {
|
|
644
|
-
this.
|
|
659
|
+
this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
645
660
|
}
|
|
646
661
|
},
|
|
647
662
|
enumerable: false,
|
|
648
663
|
configurable: true
|
|
649
664
|
});
|
|
650
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
665
|
+
Object.defineProperty(GridFilterDialog.prototype, "cu", {
|
|
651
666
|
get: function () {
|
|
652
|
-
return this.
|
|
667
|
+
return this.cg;
|
|
653
668
|
},
|
|
654
669
|
set: function (a) {
|
|
655
|
-
var b = this.
|
|
656
|
-
this.
|
|
657
|
-
if (b != this.
|
|
658
|
-
this.
|
|
670
|
+
var b = this.cg;
|
|
671
|
+
this.cg = a;
|
|
672
|
+
if (b != this.cg) {
|
|
673
|
+
this.b7("ColumnOptionsAccentColor", b, this.cg);
|
|
659
674
|
}
|
|
660
675
|
},
|
|
661
676
|
enumerable: false,
|
|
@@ -669,7 +684,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
684
|
var b = this.au;
|
|
670
685
|
this.au = a;
|
|
671
686
|
if (b != this.au) {
|
|
672
|
-
this.
|
|
687
|
+
this.b7("ColumnOptionsRowHeight", b, this.au);
|
|
673
688
|
}
|
|
674
689
|
},
|
|
675
690
|
enumerable: false,
|
|
@@ -682,13 +697,13 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
682
697
|
enumerable: false,
|
|
683
698
|
configurable: true
|
|
684
699
|
});
|
|
685
|
-
GridFilterDialog.prototype.
|
|
686
|
-
this.
|
|
700
|
+
GridFilterDialog.prototype.b7 = function (a, b, c) {
|
|
701
|
+
this.ca(a, b, c);
|
|
687
702
|
if (this.propertyChanged != null) {
|
|
688
703
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
689
704
|
}
|
|
690
705
|
};
|
|
691
|
-
GridFilterDialog.prototype.
|
|
706
|
+
GridFilterDialog.prototype.ca = function (a, b, c) {
|
|
692
707
|
switch (a) {
|
|
693
708
|
case "PixelScalingRatio":
|
|
694
709
|
this.ap = this.aq;
|
|
@@ -711,18 +726,17 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
711
726
|
break;
|
|
712
727
|
case "ColumnOptionsBackground":
|
|
713
728
|
if (this.v != null) {
|
|
714
|
-
this.v.cl = this.
|
|
715
|
-
this.v.cq = this.
|
|
729
|
+
this.v.cl = this.cv;
|
|
730
|
+
this.v.cq = this.cv;
|
|
716
731
|
}
|
|
717
732
|
break;
|
|
718
733
|
case "ColumnOptionsTextColor":
|
|
719
734
|
if (this.v != null) {
|
|
720
|
-
this.v.cn = this.
|
|
721
|
-
this.v.
|
|
722
|
-
this.v.
|
|
723
|
-
this.v.
|
|
724
|
-
this.v.
|
|
725
|
-
this.v.cj = this.cz;
|
|
735
|
+
this.v.cn = this.c1;
|
|
736
|
+
this.v.cb = this.c1;
|
|
737
|
+
this.v.ch = this.c1;
|
|
738
|
+
this.v.ci = this.c1;
|
|
739
|
+
this.v.cj = this.c1;
|
|
726
740
|
}
|
|
727
741
|
break;
|
|
728
742
|
case "ColumnOptionsTextStyle":
|
|
@@ -732,32 +746,37 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
732
746
|
break;
|
|
733
747
|
case "ColumnOptionsHoverBackgroundColor":
|
|
734
748
|
if (this.v != null) {
|
|
735
|
-
this.v.cg = this.
|
|
749
|
+
this.v.cg = this.cz;
|
|
736
750
|
}
|
|
737
751
|
break;
|
|
738
752
|
case "ColumnOptionsToolTipBackgroundColor":
|
|
739
753
|
if (this.v != null) {
|
|
740
|
-
this.v.co = this.
|
|
754
|
+
this.v.co = this.c2;
|
|
755
|
+
}
|
|
756
|
+
break;
|
|
757
|
+
case "ColumnOptionsToolTipTextColor":
|
|
758
|
+
if (this.v != null) {
|
|
759
|
+
this.v.cp = this.c3;
|
|
741
760
|
}
|
|
742
761
|
break;
|
|
743
762
|
case "ColumnOptionsHighlightColor":
|
|
744
763
|
if (this.v != null) {
|
|
745
|
-
this.v.cf = this.
|
|
764
|
+
this.v.cf = this.cy;
|
|
746
765
|
}
|
|
747
766
|
break;
|
|
748
767
|
case "ColumnOptionsSeparatorColor":
|
|
749
768
|
if (this.v != null) {
|
|
750
|
-
this.v.ck = this.
|
|
769
|
+
this.v.ck = this.c0;
|
|
751
770
|
}
|
|
752
771
|
break;
|
|
753
772
|
case "ColumnOptionsGroupHeaderBackground":
|
|
754
773
|
if (this.v != null) {
|
|
755
|
-
this.v.cc = this.
|
|
774
|
+
this.v.cc = this.cw;
|
|
756
775
|
}
|
|
757
776
|
break;
|
|
758
777
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
759
778
|
if (this.v != null) {
|
|
760
|
-
this.v.ce = this.
|
|
779
|
+
this.v.ce = this.cx;
|
|
761
780
|
}
|
|
762
781
|
break;
|
|
763
782
|
case "ColumnOptionsGroupHeaderTextStyle":
|
|
@@ -767,10 +786,10 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
767
786
|
break;
|
|
768
787
|
case "ColumnOptionsAccentColor":
|
|
769
788
|
if (this.v != null) {
|
|
770
|
-
this.v.b7 = this.
|
|
771
|
-
this.v.b9 = this.
|
|
772
|
-
this.v.ca = this.
|
|
773
|
-
this.v.cr = this.
|
|
789
|
+
this.v.b7 = this.cu;
|
|
790
|
+
this.v.b9 = this.cu;
|
|
791
|
+
this.v.ca = this.cu;
|
|
792
|
+
this.v.cr = this.cu;
|
|
774
793
|
}
|
|
775
794
|
break;
|
|
776
795
|
case "ColumnOptionsRowHeight":
|
|
@@ -780,9 +799,9 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
780
799
|
break;
|
|
781
800
|
}
|
|
782
801
|
};
|
|
783
|
-
GridFilterDialog.prototype.
|
|
802
|
+
GridFilterDialog.prototype.cb = function (a, b, c) {
|
|
784
803
|
this.s.v(a, b, c);
|
|
785
|
-
this.
|
|
804
|
+
this.b4();
|
|
786
805
|
};
|
|
787
806
|
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
788
807
|
get: function () {
|
|
@@ -792,16 +811,16 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
811
|
var b = this.m;
|
|
793
812
|
this.m = a;
|
|
794
813
|
if (this.m != b) {
|
|
795
|
-
this.
|
|
814
|
+
this.b3(b, this.m);
|
|
796
815
|
}
|
|
797
816
|
},
|
|
798
817
|
enumerable: false,
|
|
799
818
|
configurable: true
|
|
800
819
|
});
|
|
801
|
-
GridFilterDialog.prototype.
|
|
820
|
+
GridFilterDialog.prototype.b3 = function (a, b) {
|
|
802
821
|
this.ad = true;
|
|
803
822
|
};
|
|
804
|
-
GridFilterDialog.prototype.
|
|
823
|
+
GridFilterDialog.prototype.b4 = function () {
|
|
805
824
|
var _this = this;
|
|
806
825
|
NativeUIComponent.av(this.s.p(), 18, function (a) {
|
|
807
826
|
var b = a;
|
|
@@ -809,74 +828,74 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
828
|
_this.v.b2 = 16;
|
|
810
829
|
_this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
811
830
|
_this.v.v = false;
|
|
812
|
-
_this.v.br = runOn(_this, _this.
|
|
813
|
-
_this.v.bp = runOn(_this, _this.
|
|
831
|
+
_this.v.br = runOn(_this, _this.bu);
|
|
832
|
+
_this.v.bp = runOn(_this, _this.bt);
|
|
814
833
|
_this.v.b0 = false;
|
|
815
834
|
_this.s.r(_this.v);
|
|
816
835
|
_this.v.c = _this.x;
|
|
817
|
-
_this.v.cl = _this.
|
|
818
|
-
_this.v.cq = _this.
|
|
819
|
-
_this.v.cn = _this.
|
|
820
|
-
_this.v.ce = _this.
|
|
821
|
-
_this.v.
|
|
822
|
-
_this.v.
|
|
823
|
-
_this.v.
|
|
824
|
-
_this.v.
|
|
825
|
-
_this.v.cj = _this.cz;
|
|
836
|
+
_this.v.cl = _this.cv;
|
|
837
|
+
_this.v.cq = _this.cv;
|
|
838
|
+
_this.v.cn = _this.c1;
|
|
839
|
+
_this.v.ce = _this.cx;
|
|
840
|
+
_this.v.cb = _this.c1;
|
|
841
|
+
_this.v.ch = _this.c1;
|
|
842
|
+
_this.v.ci = _this.c1;
|
|
843
|
+
_this.v.cj = _this.c1;
|
|
826
844
|
_this.v.bw = _this.ab;
|
|
827
|
-
_this.v.cg = _this.
|
|
828
|
-
_this.v.co = _this.
|
|
829
|
-
_this.v.
|
|
830
|
-
_this.v.
|
|
831
|
-
_this.v.
|
|
845
|
+
_this.v.cg = _this.cz;
|
|
846
|
+
_this.v.co = _this.c2;
|
|
847
|
+
_this.v.cp = _this.c3;
|
|
848
|
+
_this.v.cf = _this.cy;
|
|
849
|
+
_this.v.ck = _this.c0;
|
|
850
|
+
_this.v.cc = _this.cw;
|
|
832
851
|
_this.v.bx = _this.aa;
|
|
833
|
-
_this.v.b7 = _this.
|
|
834
|
-
_this.v.b9 = _this.
|
|
835
|
-
_this.v.ca = _this.
|
|
836
|
-
_this.v.cr = _this.
|
|
852
|
+
_this.v.b7 = _this.cu;
|
|
853
|
+
_this.v.b9 = _this.cu;
|
|
854
|
+
_this.v.ca = _this.cu;
|
|
855
|
+
_this.v.cr = _this.cu;
|
|
837
856
|
_this.v.b3 = _this.ax;
|
|
838
857
|
_this.v.b4 = _this.n;
|
|
839
858
|
});
|
|
840
859
|
};
|
|
841
|
-
GridFilterDialog.prototype.
|
|
860
|
+
GridFilterDialog.prototype.bu = function (a, b) {
|
|
842
861
|
if (this.ad) {
|
|
843
862
|
this.ad = false;
|
|
844
863
|
this.v.b4 = this.n;
|
|
845
864
|
}
|
|
846
865
|
if (this.n != null) {
|
|
847
866
|
if (this.n.grid != null) {
|
|
848
|
-
this.n.grid.
|
|
867
|
+
this.n.grid.wk();
|
|
849
868
|
}
|
|
850
|
-
this.n.
|
|
869
|
+
this.n.pd();
|
|
851
870
|
}
|
|
852
871
|
if (this.dialogOpening != null) {
|
|
853
872
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
854
873
|
this.dialogOpening(this, c);
|
|
855
874
|
}
|
|
856
875
|
};
|
|
857
|
-
GridFilterDialog.prototype.
|
|
876
|
+
GridFilterDialog.prototype.bt = function (a, b) {
|
|
858
877
|
if (this.ae) {
|
|
859
|
-
this.
|
|
878
|
+
this.bz();
|
|
860
879
|
}
|
|
861
880
|
};
|
|
862
|
-
GridFilterDialog.prototype.
|
|
881
|
+
GridFilterDialog.prototype.bw = function (a, b) {
|
|
863
882
|
switch (b.propertyName) {
|
|
864
883
|
case "IsHidden": break;
|
|
865
884
|
}
|
|
866
885
|
};
|
|
867
|
-
GridFilterDialog.prototype.
|
|
886
|
+
GridFilterDialog.prototype.b5 = function () {
|
|
868
887
|
};
|
|
869
|
-
GridFilterDialog.prototype.
|
|
870
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
888
|
+
GridFilterDialog.prototype.b6 = function (a, b) {
|
|
889
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
|
|
871
890
|
if (b) {
|
|
872
|
-
this.
|
|
891
|
+
this.cd();
|
|
873
892
|
}
|
|
874
893
|
else {
|
|
875
|
-
this.
|
|
894
|
+
this.cc(a, true);
|
|
876
895
|
}
|
|
877
896
|
this.f = null;
|
|
878
897
|
};
|
|
879
|
-
GridFilterDialog.prototype.
|
|
898
|
+
GridFilterDialog.prototype.bx = function () {
|
|
880
899
|
this.s.s();
|
|
881
900
|
if (this.ac == null) {
|
|
882
901
|
var a = new AnimationKeyFrameEffectTiming();
|
|
@@ -885,7 +904,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
904
|
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
886
905
|
}
|
|
887
906
|
};
|
|
888
|
-
GridFilterDialog.prototype.
|
|
907
|
+
GridFilterDialog.prototype.ce = function () {
|
|
889
908
|
var _this = this;
|
|
890
909
|
if (this.filterChanged != null) {
|
|
891
910
|
this.filterChanged(this, ((function () {
|
|
@@ -895,7 +914,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
895
914
|
})()));
|
|
896
915
|
}
|
|
897
916
|
};
|
|
898
|
-
GridFilterDialog.prototype.
|
|
917
|
+
GridFilterDialog.prototype.cd = function () {
|
|
899
918
|
if (this.filterChanged != null) {
|
|
900
919
|
this.filterChanged(this, ((function () {
|
|
901
920
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -904,7 +923,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
904
923
|
})()));
|
|
905
924
|
}
|
|
906
925
|
};
|
|
907
|
-
GridFilterDialog.prototype.
|
|
926
|
+
GridFilterDialog.prototype.cc = function (a, b) {
|
|
908
927
|
var c = this.e(a);
|
|
909
928
|
if (b) {
|
|
910
929
|
if (this.filterChanged != null) {
|
|
@@ -1009,30 +1028,30 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1009
1028
|
GridFilterDialog.prototype.c = function (a) {
|
|
1010
1029
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
1011
1030
|
};
|
|
1012
|
-
GridFilterDialog.prototype.
|
|
1013
|
-
this.
|
|
1031
|
+
GridFilterDialog.prototype.b9 = function (a) {
|
|
1032
|
+
this.cc(a, false);
|
|
1014
1033
|
};
|
|
1015
1034
|
GridFilterDialog.prototype.t = function (a, b) {
|
|
1016
1035
|
var c = new GridFilterDialogViewModel();
|
|
1017
1036
|
if (a != null) {
|
|
1018
|
-
this.
|
|
1037
|
+
this.bv(c, a, b);
|
|
1019
1038
|
}
|
|
1020
1039
|
else {
|
|
1021
1040
|
var d = new GridFilterDialogViewModelRow();
|
|
1022
1041
|
d.f = b;
|
|
1023
1042
|
d.e = GridFilterDialog.a(b);
|
|
1024
1043
|
d.d = GridFilterDialog.b(b);
|
|
1025
|
-
d.l = GridFilterDialog.
|
|
1044
|
+
d.l = GridFilterDialog.bl(b[0]);
|
|
1026
1045
|
c.f.add(d);
|
|
1027
1046
|
}
|
|
1028
1047
|
return c;
|
|
1029
1048
|
};
|
|
1030
|
-
GridFilterDialog.prototype.
|
|
1049
|
+
GridFilterDialog.prototype.bv = function (a, b, c) {
|
|
1031
1050
|
if (b.isGroup()) {
|
|
1032
1051
|
var d = b;
|
|
1033
1052
|
for (var e = 0; e < d.count; e++) {
|
|
1034
1053
|
var f = d.item(e);
|
|
1035
|
-
this.
|
|
1054
|
+
this.bv(a, f, c);
|
|
1036
1055
|
}
|
|
1037
1056
|
}
|
|
1038
1057
|
else {
|
|
@@ -1041,7 +1060,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1041
1060
|
};
|
|
1042
1061
|
GridFilterDialog.prototype.u = function (a, b) {
|
|
1043
1062
|
var c = new GridFilterDialogViewModelRow();
|
|
1044
|
-
c.l = GridFilterDialog.
|
|
1063
|
+
c.l = GridFilterDialog.bl(a.operator);
|
|
1045
1064
|
c.f = b;
|
|
1046
1065
|
c.e = GridFilterDialog.a(b);
|
|
1047
1066
|
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
@@ -1071,25 +1090,25 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1071
1090
|
}
|
|
1072
1091
|
return b;
|
|
1073
1092
|
};
|
|
1074
|
-
GridFilterDialog.
|
|
1093
|
+
GridFilterDialog.bl = function (a) {
|
|
1075
1094
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
1076
1095
|
};
|
|
1077
|
-
GridFilterDialog.prototype.
|
|
1096
|
+
GridFilterDialog.prototype.b2 = function (a, b) {
|
|
1078
1097
|
this.s.w(a, b);
|
|
1079
1098
|
};
|
|
1080
|
-
GridFilterDialog.prototype.
|
|
1099
|
+
GridFilterDialog.prototype.b1 = function () {
|
|
1081
1100
|
this.s.u();
|
|
1082
1101
|
};
|
|
1083
|
-
GridFilterDialog.prototype.
|
|
1102
|
+
GridFilterDialog.prototype.b0 = function (a, b, c) {
|
|
1084
1103
|
};
|
|
1085
|
-
GridFilterDialog.prototype.
|
|
1104
|
+
GridFilterDialog.prototype.cf = function () {
|
|
1086
1105
|
var _this = this;
|
|
1087
1106
|
this.ae = false;
|
|
1088
1107
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
1089
1108
|
return;
|
|
1090
1109
|
}
|
|
1091
1110
|
if (this.ai) {
|
|
1092
|
-
this.
|
|
1111
|
+
this.bx();
|
|
1093
1112
|
if (this.ac.playbackRate < 0) {
|
|
1094
1113
|
this.ac.reverse();
|
|
1095
1114
|
}
|
|
@@ -1102,7 +1121,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1102
1121
|
NativeUI.ab(this.s.q, 1);
|
|
1103
1122
|
}
|
|
1104
1123
|
};
|
|
1105
|
-
GridFilterDialog.prototype.
|
|
1124
|
+
GridFilterDialog.prototype.bz = function () {
|
|
1106
1125
|
var _this = this;
|
|
1107
1126
|
this.ae = true;
|
|
1108
1127
|
if (!this.aj) {
|
|
@@ -1110,7 +1129,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1110
1129
|
return;
|
|
1111
1130
|
}
|
|
1112
1131
|
if (this.ai) {
|
|
1113
|
-
this.
|
|
1132
|
+
this.bx();
|
|
1114
1133
|
if (this.ac.playbackRate < 0) {
|
|
1115
1134
|
this.ac.play();
|
|
1116
1135
|
}
|
|
@@ -1145,12 +1164,12 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1145
1164
|
enumerable: false,
|
|
1146
1165
|
configurable: true
|
|
1147
1166
|
});
|
|
1148
|
-
GridFilterDialog.prototype.
|
|
1167
|
+
GridFilterDialog.prototype.b8 = function () {
|
|
1149
1168
|
if (this.renderCompleted != null) {
|
|
1150
1169
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1151
1170
|
}
|
|
1152
1171
|
};
|
|
1153
|
-
GridFilterDialog.prototype.
|
|
1172
|
+
GridFilterDialog.prototype.by = function () {
|
|
1154
1173
|
if (this.v != null) {
|
|
1155
1174
|
if (this.n != null && this.v.b4 != this.n) {
|
|
1156
1175
|
this.v.b4 = this.n;
|
|
@@ -1167,7 +1186,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1167
1186
|
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
1168
1187
|
if (!GridFilterDialog.ag) {
|
|
1169
1188
|
GridFilterDialog.ag = true;
|
|
1170
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1189
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
|
|
1171
1190
|
}
|
|
1172
1191
|
var a = new ToolActionIconMenuInfo();
|
|
1173
1192
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1212,7 +1231,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1212
1231
|
};
|
|
1213
1232
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1214
1233
|
GridFilterDialog.ag = false;
|
|
1215
|
-
GridFilterDialog.
|
|
1234
|
+
GridFilterDialog.bk = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
|
|
1216
1235
|
return GridFilterDialog;
|
|
1217
1236
|
}(Base));
|
|
1218
1237
|
export { GridFilterDialog };
|
|
@@ -1244,7 +1263,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1244
1263
|
a.f = b;
|
|
1245
1264
|
a.e = GridFilterDialog.a(b);
|
|
1246
1265
|
a.d = GridFilterDialog.b(b);
|
|
1247
|
-
a.l = GridFilterDialog.
|
|
1266
|
+
a.l = GridFilterDialog.bl(b[0]);
|
|
1248
1267
|
this.f.add(a);
|
|
1249
1268
|
};
|
|
1250
1269
|
GridFilterDialogViewModel.prototype.u = function (a) {
|