igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.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-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
|
@@ -63,10 +63,10 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
y() {
|
|
65
65
|
this.x();
|
|
66
|
-
this.b.
|
|
66
|
+
this.b.b8();
|
|
67
67
|
}
|
|
68
68
|
t() {
|
|
69
|
-
this.b.
|
|
69
|
+
this.b.b0(this.l, this.k, this.aa);
|
|
70
70
|
}
|
|
71
71
|
s() {
|
|
72
72
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -187,7 +187,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
187
187
|
e.setStyleProperty("background-color", "#fff");
|
|
188
188
|
e.setStyleProperty("border-radius", "3px");
|
|
189
189
|
e.setStyleProperty("overflow", "auto");
|
|
190
|
-
let g = ElevationHelper.e(12, this.b.
|
|
190
|
+
let g = ElevationHelper.e(12, this.b.ct, this.b.cs, this.b.cr);
|
|
191
191
|
e.setStyleProperty("boxShadow", g);
|
|
192
192
|
e.listen("mousedown", runOn(this, this.o));
|
|
193
193
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -319,24 +319,25 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
319
319
|
this.i = 0;
|
|
320
320
|
this.as = 0;
|
|
321
321
|
this.at = 0;
|
|
322
|
-
this.
|
|
322
|
+
this.cq = null;
|
|
323
323
|
this.ao = DeviceUtils.g(24);
|
|
324
324
|
this.w = 1;
|
|
325
|
-
this.
|
|
326
|
-
this.cm = null;
|
|
327
|
-
this.z = null;
|
|
328
|
-
this.ck = null;
|
|
325
|
+
this.ch = null;
|
|
329
326
|
this.cn = null;
|
|
330
|
-
this.
|
|
327
|
+
this.z = null;
|
|
331
328
|
this.cl = null;
|
|
332
|
-
this.
|
|
329
|
+
this.co = null;
|
|
330
|
+
this.cp = null;
|
|
331
|
+
this.ck = null;
|
|
332
|
+
this.cm = null;
|
|
333
333
|
this.ci = null;
|
|
334
|
+
this.cj = null;
|
|
334
335
|
this.y = null;
|
|
335
|
-
this.
|
|
336
|
+
this.cg = null;
|
|
336
337
|
this.au = -1;
|
|
338
|
+
this.ct = null;
|
|
339
|
+
this.cs = null;
|
|
337
340
|
this.cr = null;
|
|
338
|
-
this.cq = null;
|
|
339
|
-
this.cp = null;
|
|
340
341
|
this.ac = null;
|
|
341
342
|
this.ae = false;
|
|
342
343
|
this.m = null;
|
|
@@ -352,9 +353,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
352
353
|
this.renderCompleted = null;
|
|
353
354
|
this.s = new GridFilterDialogView(this);
|
|
354
355
|
this.x = 1;
|
|
355
|
-
this.
|
|
356
|
-
this.
|
|
357
|
-
this.
|
|
356
|
+
this.ct = BrushUtil.l(66, 0, 0, 0);
|
|
357
|
+
this.cs = BrushUtil.l(30, 0, 0, 0);
|
|
358
|
+
this.cr = BrushUtil.l(20, 0, 0, 0);
|
|
358
359
|
}
|
|
359
360
|
get a1() {
|
|
360
361
|
return this.a0;
|
|
@@ -369,7 +370,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
369
370
|
let b = this.af;
|
|
370
371
|
this.af = a;
|
|
371
372
|
if (b != this.af) {
|
|
372
|
-
this.
|
|
373
|
+
this.b7("IsAnimationEnabled", b, this.af);
|
|
373
374
|
}
|
|
374
375
|
}
|
|
375
376
|
get aq() {
|
|
@@ -378,7 +379,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
378
379
|
set aq(a) {
|
|
379
380
|
let b = this.an;
|
|
380
381
|
this.an = a;
|
|
381
|
-
this.
|
|
382
|
+
this.b7("PixelScalingRatio", b, this.an);
|
|
382
383
|
}
|
|
383
384
|
get ap() {
|
|
384
385
|
return this.am;
|
|
@@ -386,7 +387,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
386
387
|
set ap(a) {
|
|
387
388
|
let b = this.am;
|
|
388
389
|
this.am = a;
|
|
389
|
-
this.
|
|
390
|
+
this.b7("ActualPixelScalingRatio", b, this.am);
|
|
390
391
|
}
|
|
391
392
|
get l() {
|
|
392
393
|
return this.j;
|
|
@@ -395,7 +396,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
395
396
|
let b = this.j;
|
|
396
397
|
this.j = a;
|
|
397
398
|
if (b != this.j) {
|
|
398
|
-
this.
|
|
399
|
+
this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
399
400
|
}
|
|
400
401
|
}
|
|
401
402
|
get k() {
|
|
@@ -405,7 +406,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
405
406
|
let b = this.i;
|
|
406
407
|
this.i = a;
|
|
407
408
|
if (b != this.i) {
|
|
408
|
-
this.
|
|
409
|
+
this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
409
410
|
}
|
|
410
411
|
}
|
|
411
412
|
get av() {
|
|
@@ -415,7 +416,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
415
416
|
let b = this.as;
|
|
416
417
|
this.as = a;
|
|
417
418
|
if (b != this.as) {
|
|
418
|
-
this.
|
|
419
|
+
this.b7("CellPaddingLeft", b, this.as);
|
|
419
420
|
}
|
|
420
421
|
}
|
|
421
422
|
get aw() {
|
|
@@ -425,17 +426,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
425
426
|
let b = this.at;
|
|
426
427
|
this.at = a;
|
|
427
428
|
if (b != this.at) {
|
|
428
|
-
this.
|
|
429
|
+
this.b7("CellPaddingRight", b, this.at);
|
|
429
430
|
}
|
|
430
431
|
}
|
|
431
|
-
get
|
|
432
|
-
return this.
|
|
432
|
+
get c4() {
|
|
433
|
+
return this.cq;
|
|
433
434
|
}
|
|
434
|
-
set
|
|
435
|
-
let b = this.
|
|
436
|
-
this.
|
|
437
|
-
if (b != this.
|
|
438
|
-
this.
|
|
435
|
+
set c4(a) {
|
|
436
|
+
let b = this.cq;
|
|
437
|
+
this.cq = a;
|
|
438
|
+
if (b != this.cq) {
|
|
439
|
+
this.b7("IconColor", b, this.cq);
|
|
439
440
|
}
|
|
440
441
|
}
|
|
441
442
|
get ar() {
|
|
@@ -445,7 +446,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
445
446
|
let b = this.ao;
|
|
446
447
|
this.ao = a;
|
|
447
448
|
if (b != this.ao) {
|
|
448
|
-
this.
|
|
449
|
+
this.b7("ViewSize", b, this.ao);
|
|
449
450
|
}
|
|
450
451
|
}
|
|
451
452
|
get x() {
|
|
@@ -455,27 +456,27 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
455
456
|
let b = this.w;
|
|
456
457
|
this.w = a;
|
|
457
458
|
if (this.w != b) {
|
|
458
|
-
this.
|
|
459
|
+
this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
459
460
|
}
|
|
460
461
|
}
|
|
461
|
-
get
|
|
462
|
-
return this.
|
|
462
|
+
get cv() {
|
|
463
|
+
return this.ch;
|
|
463
464
|
}
|
|
464
|
-
set
|
|
465
|
-
let b = this.
|
|
466
|
-
this.
|
|
467
|
-
if (b != this.
|
|
468
|
-
this.
|
|
465
|
+
set cv(a) {
|
|
466
|
+
let b = this.ch;
|
|
467
|
+
this.ch = a;
|
|
468
|
+
if (b != this.ch) {
|
|
469
|
+
this.b7("ColumnOptionsBackground", b, this.ch);
|
|
469
470
|
}
|
|
470
471
|
}
|
|
471
|
-
get
|
|
472
|
-
return this.
|
|
472
|
+
get c1() {
|
|
473
|
+
return this.cn;
|
|
473
474
|
}
|
|
474
|
-
set
|
|
475
|
-
let b = this.
|
|
476
|
-
this.
|
|
477
|
-
if (b != this.
|
|
478
|
-
this.
|
|
475
|
+
set c1(a) {
|
|
476
|
+
let b = this.cn;
|
|
477
|
+
this.cn = a;
|
|
478
|
+
if (b != this.cn) {
|
|
479
|
+
this.b7("ColumnOptionsTextColor", b, this.cn);
|
|
479
480
|
}
|
|
480
481
|
}
|
|
481
482
|
get ab() {
|
|
@@ -485,67 +486,77 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
485
486
|
let b = this.z;
|
|
486
487
|
this.z = a;
|
|
487
488
|
if (b != this.z) {
|
|
488
|
-
this.
|
|
489
|
+
this.b7("ColumnOptionsTextStyle", b, this.z);
|
|
489
490
|
}
|
|
490
491
|
}
|
|
491
|
-
get
|
|
492
|
-
return this.
|
|
492
|
+
get cz() {
|
|
493
|
+
return this.cl;
|
|
493
494
|
}
|
|
494
|
-
set
|
|
495
|
-
let b = this.
|
|
496
|
-
this.
|
|
497
|
-
if (b != this.
|
|
498
|
-
this.
|
|
495
|
+
set cz(a) {
|
|
496
|
+
let b = this.cl;
|
|
497
|
+
this.cl = a;
|
|
498
|
+
if (b != this.cl) {
|
|
499
|
+
this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
|
-
get
|
|
502
|
-
return this.
|
|
502
|
+
get c2() {
|
|
503
|
+
return this.co;
|
|
503
504
|
}
|
|
504
|
-
set
|
|
505
|
-
let b = this.
|
|
506
|
-
this.
|
|
507
|
-
if (b != this.
|
|
508
|
-
this.
|
|
505
|
+
set c2(a) {
|
|
506
|
+
let b = this.co;
|
|
507
|
+
this.co = a;
|
|
508
|
+
if (b != this.co) {
|
|
509
|
+
this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
|
|
509
510
|
}
|
|
510
511
|
}
|
|
511
|
-
get
|
|
512
|
-
return this.
|
|
512
|
+
get c3() {
|
|
513
|
+
return this.cp;
|
|
513
514
|
}
|
|
514
|
-
set
|
|
515
|
-
let b = this.
|
|
516
|
-
this.
|
|
517
|
-
if (b != this.
|
|
518
|
-
this.
|
|
515
|
+
set c3(a) {
|
|
516
|
+
let b = this.cp;
|
|
517
|
+
this.cp = a;
|
|
518
|
+
if (b != this.cp) {
|
|
519
|
+
this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
|
|
519
520
|
}
|
|
520
521
|
}
|
|
521
522
|
get cy() {
|
|
522
|
-
return this.
|
|
523
|
+
return this.ck;
|
|
523
524
|
}
|
|
524
525
|
set cy(a) {
|
|
525
|
-
let b = this.
|
|
526
|
-
this.
|
|
527
|
-
if (b != this.
|
|
528
|
-
this.
|
|
526
|
+
let b = this.ck;
|
|
527
|
+
this.ck = a;
|
|
528
|
+
if (b != this.ck) {
|
|
529
|
+
this.b7("ColumnOptionsHighlightColor", b, this.ck);
|
|
529
530
|
}
|
|
530
531
|
}
|
|
531
|
-
get
|
|
532
|
-
return this.
|
|
532
|
+
get c0() {
|
|
533
|
+
return this.cm;
|
|
533
534
|
}
|
|
534
|
-
set
|
|
535
|
-
let b = this.
|
|
536
|
-
this.
|
|
537
|
-
if (b != this.
|
|
538
|
-
this.
|
|
535
|
+
set c0(a) {
|
|
536
|
+
let b = this.cm;
|
|
537
|
+
this.cm = a;
|
|
538
|
+
if (b != this.cm) {
|
|
539
|
+
this.b7("ColumnOptionsSeparatorColor", b, this.cm);
|
|
539
540
|
}
|
|
540
541
|
}
|
|
541
|
-
get
|
|
542
|
+
get cw() {
|
|
542
543
|
return this.ci;
|
|
543
544
|
}
|
|
544
|
-
set
|
|
545
|
+
set cw(a) {
|
|
545
546
|
let b = this.ci;
|
|
546
547
|
this.ci = a;
|
|
547
548
|
if (b != this.ci) {
|
|
548
|
-
this.
|
|
549
|
+
this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
get cx() {
|
|
553
|
+
return this.cj;
|
|
554
|
+
}
|
|
555
|
+
set cx(a) {
|
|
556
|
+
let b = this.cj;
|
|
557
|
+
this.cj = a;
|
|
558
|
+
if (b != this.cj) {
|
|
559
|
+
this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
|
|
549
560
|
}
|
|
550
561
|
}
|
|
551
562
|
get aa() {
|
|
@@ -555,17 +566,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
555
566
|
let b = this.y;
|
|
556
567
|
this.y = a;
|
|
557
568
|
if (b != this.y) {
|
|
558
|
-
this.
|
|
569
|
+
this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
559
570
|
}
|
|
560
571
|
}
|
|
561
|
-
get
|
|
562
|
-
return this.
|
|
572
|
+
get cu() {
|
|
573
|
+
return this.cg;
|
|
563
574
|
}
|
|
564
|
-
set
|
|
565
|
-
let b = this.
|
|
566
|
-
this.
|
|
567
|
-
if (b != this.
|
|
568
|
-
this.
|
|
575
|
+
set cu(a) {
|
|
576
|
+
let b = this.cg;
|
|
577
|
+
this.cg = a;
|
|
578
|
+
if (b != this.cg) {
|
|
579
|
+
this.b7("ColumnOptionsAccentColor", b, this.cg);
|
|
569
580
|
}
|
|
570
581
|
}
|
|
571
582
|
get ax() {
|
|
@@ -575,19 +586,19 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
575
586
|
let b = this.au;
|
|
576
587
|
this.au = a;
|
|
577
588
|
if (b != this.au) {
|
|
578
|
-
this.
|
|
589
|
+
this.b7("ColumnOptionsRowHeight", b, this.au);
|
|
579
590
|
}
|
|
580
591
|
}
|
|
581
592
|
get aj() {
|
|
582
593
|
return this.v != null ? this.v.bz : false;
|
|
583
594
|
}
|
|
584
|
-
|
|
585
|
-
this.
|
|
595
|
+
b7(a, b, c) {
|
|
596
|
+
this.ca(a, b, c);
|
|
586
597
|
if (this.propertyChanged != null) {
|
|
587
598
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
588
599
|
}
|
|
589
600
|
}
|
|
590
|
-
|
|
601
|
+
ca(a, b, c) {
|
|
591
602
|
switch (a) {
|
|
592
603
|
case "PixelScalingRatio":
|
|
593
604
|
this.ap = this.aq;
|
|
@@ -610,18 +621,17 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
610
621
|
break;
|
|
611
622
|
case "ColumnOptionsBackground":
|
|
612
623
|
if (this.v != null) {
|
|
613
|
-
this.v.cl = this.
|
|
614
|
-
this.v.cq = this.
|
|
624
|
+
this.v.cl = this.cv;
|
|
625
|
+
this.v.cq = this.cv;
|
|
615
626
|
}
|
|
616
627
|
break;
|
|
617
628
|
case "ColumnOptionsTextColor":
|
|
618
629
|
if (this.v != null) {
|
|
619
|
-
this.v.cn = this.
|
|
620
|
-
this.v.
|
|
621
|
-
this.v.
|
|
622
|
-
this.v.
|
|
623
|
-
this.v.
|
|
624
|
-
this.v.cj = this.cz;
|
|
630
|
+
this.v.cn = this.c1;
|
|
631
|
+
this.v.cb = this.c1;
|
|
632
|
+
this.v.ch = this.c1;
|
|
633
|
+
this.v.ci = this.c1;
|
|
634
|
+
this.v.cj = this.c1;
|
|
625
635
|
}
|
|
626
636
|
break;
|
|
627
637
|
case "ColumnOptionsTextStyle":
|
|
@@ -631,32 +641,37 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
631
641
|
break;
|
|
632
642
|
case "ColumnOptionsHoverBackgroundColor":
|
|
633
643
|
if (this.v != null) {
|
|
634
|
-
this.v.cg = this.
|
|
644
|
+
this.v.cg = this.cz;
|
|
635
645
|
}
|
|
636
646
|
break;
|
|
637
647
|
case "ColumnOptionsToolTipBackgroundColor":
|
|
638
648
|
if (this.v != null) {
|
|
639
|
-
this.v.co = this.
|
|
649
|
+
this.v.co = this.c2;
|
|
650
|
+
}
|
|
651
|
+
break;
|
|
652
|
+
case "ColumnOptionsToolTipTextColor":
|
|
653
|
+
if (this.v != null) {
|
|
654
|
+
this.v.cp = this.c3;
|
|
640
655
|
}
|
|
641
656
|
break;
|
|
642
657
|
case "ColumnOptionsHighlightColor":
|
|
643
658
|
if (this.v != null) {
|
|
644
|
-
this.v.cf = this.
|
|
659
|
+
this.v.cf = this.cy;
|
|
645
660
|
}
|
|
646
661
|
break;
|
|
647
662
|
case "ColumnOptionsSeparatorColor":
|
|
648
663
|
if (this.v != null) {
|
|
649
|
-
this.v.ck = this.
|
|
664
|
+
this.v.ck = this.c0;
|
|
650
665
|
}
|
|
651
666
|
break;
|
|
652
667
|
case "ColumnOptionsGroupHeaderBackground":
|
|
653
668
|
if (this.v != null) {
|
|
654
|
-
this.v.cc = this.
|
|
669
|
+
this.v.cc = this.cw;
|
|
655
670
|
}
|
|
656
671
|
break;
|
|
657
672
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
658
673
|
if (this.v != null) {
|
|
659
|
-
this.v.ce = this.
|
|
674
|
+
this.v.ce = this.cx;
|
|
660
675
|
}
|
|
661
676
|
break;
|
|
662
677
|
case "ColumnOptionsGroupHeaderTextStyle":
|
|
@@ -666,10 +681,10 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
666
681
|
break;
|
|
667
682
|
case "ColumnOptionsAccentColor":
|
|
668
683
|
if (this.v != null) {
|
|
669
|
-
this.v.b7 = this.
|
|
670
|
-
this.v.b9 = this.
|
|
671
|
-
this.v.ca = this.
|
|
672
|
-
this.v.cr = this.
|
|
684
|
+
this.v.b7 = this.cu;
|
|
685
|
+
this.v.b9 = this.cu;
|
|
686
|
+
this.v.ca = this.cu;
|
|
687
|
+
this.v.cr = this.cu;
|
|
673
688
|
}
|
|
674
689
|
break;
|
|
675
690
|
case "ColumnOptionsRowHeight":
|
|
@@ -679,9 +694,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
679
694
|
break;
|
|
680
695
|
}
|
|
681
696
|
}
|
|
682
|
-
|
|
697
|
+
cb(a, b, c) {
|
|
683
698
|
this.s.v(a, b, c);
|
|
684
|
-
this.
|
|
699
|
+
this.b4();
|
|
685
700
|
}
|
|
686
701
|
get n() {
|
|
687
702
|
return this.m;
|
|
@@ -690,87 +705,87 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
690
705
|
let b = this.m;
|
|
691
706
|
this.m = a;
|
|
692
707
|
if (this.m != b) {
|
|
693
|
-
this.
|
|
708
|
+
this.b3(b, this.m);
|
|
694
709
|
}
|
|
695
710
|
}
|
|
696
|
-
|
|
711
|
+
b3(a, b) {
|
|
697
712
|
this.ad = true;
|
|
698
713
|
}
|
|
699
|
-
|
|
714
|
+
b4() {
|
|
700
715
|
NativeUIComponent.av(this.s.p(), 18, (a) => {
|
|
701
716
|
let b = a;
|
|
702
717
|
this.v = b;
|
|
703
718
|
this.v.b2 = 16;
|
|
704
719
|
this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
705
720
|
this.v.v = false;
|
|
706
|
-
this.v.br = runOn(this, this.
|
|
707
|
-
this.v.bp = runOn(this, this.
|
|
721
|
+
this.v.br = runOn(this, this.bu);
|
|
722
|
+
this.v.bp = runOn(this, this.bt);
|
|
708
723
|
this.v.b0 = false;
|
|
709
724
|
this.s.r(this.v);
|
|
710
725
|
this.v.c = this.x;
|
|
711
|
-
this.v.cl = this.
|
|
712
|
-
this.v.cq = this.
|
|
713
|
-
this.v.cn = this.
|
|
714
|
-
this.v.ce = this.
|
|
715
|
-
this.v.
|
|
716
|
-
this.v.
|
|
717
|
-
this.v.
|
|
718
|
-
this.v.
|
|
719
|
-
this.v.cj = this.cz;
|
|
726
|
+
this.v.cl = this.cv;
|
|
727
|
+
this.v.cq = this.cv;
|
|
728
|
+
this.v.cn = this.c1;
|
|
729
|
+
this.v.ce = this.cx;
|
|
730
|
+
this.v.cb = this.c1;
|
|
731
|
+
this.v.ch = this.c1;
|
|
732
|
+
this.v.ci = this.c1;
|
|
733
|
+
this.v.cj = this.c1;
|
|
720
734
|
this.v.bw = this.ab;
|
|
721
|
-
this.v.cg = this.
|
|
722
|
-
this.v.co = this.
|
|
723
|
-
this.v.
|
|
724
|
-
this.v.
|
|
725
|
-
this.v.
|
|
735
|
+
this.v.cg = this.cz;
|
|
736
|
+
this.v.co = this.c2;
|
|
737
|
+
this.v.cp = this.c3;
|
|
738
|
+
this.v.cf = this.cy;
|
|
739
|
+
this.v.ck = this.c0;
|
|
740
|
+
this.v.cc = this.cw;
|
|
726
741
|
this.v.bx = this.aa;
|
|
727
|
-
this.v.b7 = this.
|
|
728
|
-
this.v.b9 = this.
|
|
729
|
-
this.v.ca = this.
|
|
730
|
-
this.v.cr = this.
|
|
742
|
+
this.v.b7 = this.cu;
|
|
743
|
+
this.v.b9 = this.cu;
|
|
744
|
+
this.v.ca = this.cu;
|
|
745
|
+
this.v.cr = this.cu;
|
|
731
746
|
this.v.b3 = this.ax;
|
|
732
747
|
this.v.b4 = this.n;
|
|
733
748
|
});
|
|
734
749
|
}
|
|
735
|
-
|
|
750
|
+
bu(a, b) {
|
|
736
751
|
if (this.ad) {
|
|
737
752
|
this.ad = false;
|
|
738
753
|
this.v.b4 = this.n;
|
|
739
754
|
}
|
|
740
755
|
if (this.n != null) {
|
|
741
756
|
if (this.n.grid != null) {
|
|
742
|
-
this.n.grid.
|
|
757
|
+
this.n.grid.wk();
|
|
743
758
|
}
|
|
744
|
-
this.n.
|
|
759
|
+
this.n.pd();
|
|
745
760
|
}
|
|
746
761
|
if (this.dialogOpening != null) {
|
|
747
762
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
748
763
|
this.dialogOpening(this, c);
|
|
749
764
|
}
|
|
750
765
|
}
|
|
751
|
-
|
|
766
|
+
bt(a, b) {
|
|
752
767
|
if (this.ae) {
|
|
753
|
-
this.
|
|
768
|
+
this.bz();
|
|
754
769
|
}
|
|
755
770
|
}
|
|
756
|
-
|
|
771
|
+
bw(a, b) {
|
|
757
772
|
switch (b.propertyName) {
|
|
758
773
|
case "IsHidden": break;
|
|
759
774
|
}
|
|
760
775
|
}
|
|
761
|
-
|
|
776
|
+
b5() {
|
|
762
777
|
}
|
|
763
|
-
|
|
764
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
778
|
+
b6(a, b) {
|
|
779
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
|
|
765
780
|
if (b) {
|
|
766
|
-
this.
|
|
781
|
+
this.cd();
|
|
767
782
|
}
|
|
768
783
|
else {
|
|
769
|
-
this.
|
|
784
|
+
this.cc(a, true);
|
|
770
785
|
}
|
|
771
786
|
this.f = null;
|
|
772
787
|
}
|
|
773
|
-
|
|
788
|
+
bx() {
|
|
774
789
|
this.s.s();
|
|
775
790
|
if (this.ac == null) {
|
|
776
791
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -779,7 +794,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
779
794
|
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
780
795
|
}
|
|
781
796
|
}
|
|
782
|
-
|
|
797
|
+
ce() {
|
|
783
798
|
if (this.filterChanged != null) {
|
|
784
799
|
this.filterChanged(this, ((() => {
|
|
785
800
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -788,7 +803,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
788
803
|
})()));
|
|
789
804
|
}
|
|
790
805
|
}
|
|
791
|
-
|
|
806
|
+
cd() {
|
|
792
807
|
if (this.filterChanged != null) {
|
|
793
808
|
this.filterChanged(this, ((() => {
|
|
794
809
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -797,7 +812,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
797
812
|
})()));
|
|
798
813
|
}
|
|
799
814
|
}
|
|
800
|
-
|
|
815
|
+
cc(a, b) {
|
|
801
816
|
let c = this.e(a);
|
|
802
817
|
if (b) {
|
|
803
818
|
if (this.filterChanged != null) {
|
|
@@ -902,30 +917,30 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
902
917
|
c(a) {
|
|
903
918
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
904
919
|
}
|
|
905
|
-
|
|
906
|
-
this.
|
|
920
|
+
b9(a) {
|
|
921
|
+
this.cc(a, false);
|
|
907
922
|
}
|
|
908
923
|
t(a, b) {
|
|
909
924
|
let c = new GridFilterDialogViewModel();
|
|
910
925
|
if (a != null) {
|
|
911
|
-
this.
|
|
926
|
+
this.bv(c, a, b);
|
|
912
927
|
}
|
|
913
928
|
else {
|
|
914
929
|
let d = new GridFilterDialogViewModelRow();
|
|
915
930
|
d.f = b;
|
|
916
931
|
d.e = GridFilterDialog.a(b);
|
|
917
932
|
d.d = GridFilterDialog.b(b);
|
|
918
|
-
d.l = GridFilterDialog.
|
|
933
|
+
d.l = GridFilterDialog.bl(b[0]);
|
|
919
934
|
c.f.add(d);
|
|
920
935
|
}
|
|
921
936
|
return c;
|
|
922
937
|
}
|
|
923
|
-
|
|
938
|
+
bv(a, b, c) {
|
|
924
939
|
if (b.isGroup()) {
|
|
925
940
|
let d = b;
|
|
926
941
|
for (let e = 0; e < d.count; e++) {
|
|
927
942
|
let f = d.item(e);
|
|
928
|
-
this.
|
|
943
|
+
this.bv(a, f, c);
|
|
929
944
|
}
|
|
930
945
|
}
|
|
931
946
|
else {
|
|
@@ -934,7 +949,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
934
949
|
}
|
|
935
950
|
u(a, b) {
|
|
936
951
|
let c = new GridFilterDialogViewModelRow();
|
|
937
|
-
c.l = GridFilterDialog.
|
|
952
|
+
c.l = GridFilterDialog.bl(a.operator);
|
|
938
953
|
c.f = b;
|
|
939
954
|
c.e = GridFilterDialog.a(b);
|
|
940
955
|
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
@@ -964,24 +979,24 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
964
979
|
}
|
|
965
980
|
return b;
|
|
966
981
|
}
|
|
967
|
-
static
|
|
982
|
+
static bl(a) {
|
|
968
983
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
969
984
|
}
|
|
970
|
-
|
|
985
|
+
b2(a, b) {
|
|
971
986
|
this.s.w(a, b);
|
|
972
987
|
}
|
|
973
|
-
|
|
988
|
+
b1() {
|
|
974
989
|
this.s.u();
|
|
975
990
|
}
|
|
976
|
-
|
|
991
|
+
b0(a, b, c) {
|
|
977
992
|
}
|
|
978
|
-
|
|
993
|
+
cf() {
|
|
979
994
|
this.ae = false;
|
|
980
995
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
981
996
|
return;
|
|
982
997
|
}
|
|
983
998
|
if (this.ai) {
|
|
984
|
-
this.
|
|
999
|
+
this.bx();
|
|
985
1000
|
if (this.ac.playbackRate < 0) {
|
|
986
1001
|
this.ac.reverse();
|
|
987
1002
|
}
|
|
@@ -994,14 +1009,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
994
1009
|
NativeUI.ab(this.s.q, 1);
|
|
995
1010
|
}
|
|
996
1011
|
}
|
|
997
|
-
|
|
1012
|
+
bz() {
|
|
998
1013
|
this.ae = true;
|
|
999
1014
|
if (!this.aj) {
|
|
1000
1015
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
1001
1016
|
return;
|
|
1002
1017
|
}
|
|
1003
1018
|
if (this.ai) {
|
|
1004
|
-
this.
|
|
1019
|
+
this.bx();
|
|
1005
1020
|
if (this.ac.playbackRate < 0) {
|
|
1006
1021
|
this.ac.play();
|
|
1007
1022
|
}
|
|
@@ -1028,12 +1043,12 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1028
1043
|
set invalidateActions(a) {
|
|
1029
1044
|
this._invalidateActions = a;
|
|
1030
1045
|
}
|
|
1031
|
-
|
|
1046
|
+
b8() {
|
|
1032
1047
|
if (this.renderCompleted != null) {
|
|
1033
1048
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1034
1049
|
}
|
|
1035
1050
|
}
|
|
1036
|
-
|
|
1051
|
+
by() {
|
|
1037
1052
|
if (this.v != null) {
|
|
1038
1053
|
if (this.n != null && this.v.b4 != this.n) {
|
|
1039
1054
|
this.v.b4 = this.n;
|
|
@@ -1046,7 +1061,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1046
1061
|
getDesiredToolbarActions() {
|
|
1047
1062
|
if (!GridFilterDialog.ag) {
|
|
1048
1063
|
GridFilterDialog.ag = true;
|
|
1049
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1064
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
|
|
1050
1065
|
}
|
|
1051
1066
|
let a = new ToolActionIconMenuInfo();
|
|
1052
1067
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1092,7 +1107,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1092
1107
|
}
|
|
1093
1108
|
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1094
1109
|
GridFilterDialog.ag = false;
|
|
1095
|
-
GridFilterDialog.
|
|
1110
|
+
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";
|
|
1096
1111
|
return GridFilterDialog;
|
|
1097
1112
|
})();
|
|
1098
1113
|
/**
|
|
@@ -1122,7 +1137,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
1122
1137
|
a.f = b;
|
|
1123
1138
|
a.e = GridFilterDialog.a(b);
|
|
1124
1139
|
a.d = GridFilterDialog.b(b);
|
|
1125
|
-
a.l = GridFilterDialog.
|
|
1140
|
+
a.l = GridFilterDialog.bl(b[0]);
|
|
1126
1141
|
this.f.add(a);
|
|
1127
1142
|
}
|
|
1128
1143
|
u(a) {
|