igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.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-webcomponents-data-grids.umd.js +3962 -3669
- package/bundles/igniteui-webcomponents-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 +2986 -2878
- 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/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +132 -118
- package/esm2015/lib/igc-data-grid-component.js +21 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-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/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +140 -118
- package/esm5/lib/igc-data-grid-component.js +29 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
- package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
- 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/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +11 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -60,10 +60,10 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
60
60
|
}
|
|
61
61
|
y() {
|
|
62
62
|
this.x();
|
|
63
|
-
this.b.
|
|
63
|
+
this.b.b8();
|
|
64
64
|
}
|
|
65
65
|
t() {
|
|
66
|
-
this.b.
|
|
66
|
+
this.b.b0(this.l, this.k, this.aa);
|
|
67
67
|
}
|
|
68
68
|
s() {
|
|
69
69
|
if (KeyFrameAnimationFactory.h == null) {
|
|
@@ -182,7 +182,7 @@ let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
182
182
|
e.setStyleProperty("background-color", "#fff");
|
|
183
183
|
e.setStyleProperty("border-radius", "3px");
|
|
184
184
|
e.setStyleProperty("overflow", "auto");
|
|
185
|
-
let g = ElevationHelper.e(12, this.b.
|
|
185
|
+
let g = ElevationHelper.e(12, this.b.ct, this.b.cs, this.b.cr);
|
|
186
186
|
e.setStyleProperty("boxShadow", g);
|
|
187
187
|
e.listen("mousedown", runOn(this, this.o));
|
|
188
188
|
this.onDocumentKeyDown = this.onDocumentKeyDown.bind(this);
|
|
@@ -314,7 +314,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
314
314
|
let b = this.af;
|
|
315
315
|
this.af = a;
|
|
316
316
|
if (b != this.af) {
|
|
317
|
-
this.
|
|
317
|
+
this.b7("IsAnimationEnabled", b, this.af);
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
get aq() {
|
|
@@ -323,7 +323,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
323
323
|
set aq(a) {
|
|
324
324
|
let b = this.an;
|
|
325
325
|
this.an = a;
|
|
326
|
-
this.
|
|
326
|
+
this.b7("PixelScalingRatio", b, this.an);
|
|
327
327
|
}
|
|
328
328
|
get ap() {
|
|
329
329
|
return this.am;
|
|
@@ -331,7 +331,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
331
331
|
set ap(a) {
|
|
332
332
|
let b = this.am;
|
|
333
333
|
this.am = a;
|
|
334
|
-
this.
|
|
334
|
+
this.b7("ActualPixelScalingRatio", b, this.am);
|
|
335
335
|
}
|
|
336
336
|
get l() {
|
|
337
337
|
return this.j;
|
|
@@ -340,7 +340,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
340
340
|
let b = this.j;
|
|
341
341
|
this.j = a;
|
|
342
342
|
if (b != this.j) {
|
|
343
|
-
this.
|
|
343
|
+
this.b7("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
get k() {
|
|
@@ -350,7 +350,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
350
350
|
let b = this.i;
|
|
351
351
|
this.i = a;
|
|
352
352
|
if (b != this.i) {
|
|
353
|
-
this.
|
|
353
|
+
this.b7("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
get av() {
|
|
@@ -360,7 +360,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
360
360
|
let b = this.as;
|
|
361
361
|
this.as = a;
|
|
362
362
|
if (b != this.as) {
|
|
363
|
-
this.
|
|
363
|
+
this.b7("CellPaddingLeft", b, this.as);
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
get aw() {
|
|
@@ -370,17 +370,17 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
370
370
|
let b = this.at;
|
|
371
371
|
this.at = a;
|
|
372
372
|
if (b != this.at) {
|
|
373
|
-
this.
|
|
373
|
+
this.b7("CellPaddingRight", b, this.at);
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
get
|
|
377
|
-
return this.
|
|
376
|
+
get c4() {
|
|
377
|
+
return this.cq;
|
|
378
378
|
}
|
|
379
|
-
set
|
|
380
|
-
let b = this.
|
|
381
|
-
this.
|
|
382
|
-
if (b != this.
|
|
383
|
-
this.
|
|
379
|
+
set c4(a) {
|
|
380
|
+
let b = this.cq;
|
|
381
|
+
this.cq = a;
|
|
382
|
+
if (b != this.cq) {
|
|
383
|
+
this.b7("IconColor", b, this.cq);
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
get ar() {
|
|
@@ -390,7 +390,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
390
390
|
let b = this.ao;
|
|
391
391
|
this.ao = a;
|
|
392
392
|
if (b != this.ao) {
|
|
393
|
-
this.
|
|
393
|
+
this.b7("ViewSize", b, this.ao);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
get x() {
|
|
@@ -400,27 +400,27 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
400
400
|
let b = this.w;
|
|
401
401
|
this.w = a;
|
|
402
402
|
if (this.w != b) {
|
|
403
|
-
this.
|
|
403
|
+
this.b7("Theme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.w));
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
get
|
|
407
|
-
return this.
|
|
406
|
+
get cv() {
|
|
407
|
+
return this.ch;
|
|
408
408
|
}
|
|
409
|
-
set
|
|
410
|
-
let b = this.
|
|
411
|
-
this.
|
|
412
|
-
if (b != this.
|
|
413
|
-
this.
|
|
409
|
+
set cv(a) {
|
|
410
|
+
let b = this.ch;
|
|
411
|
+
this.ch = a;
|
|
412
|
+
if (b != this.ch) {
|
|
413
|
+
this.b7("ColumnOptionsBackground", b, this.ch);
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
get
|
|
417
|
-
return this.
|
|
416
|
+
get c1() {
|
|
417
|
+
return this.cn;
|
|
418
418
|
}
|
|
419
|
-
set
|
|
420
|
-
let b = this.
|
|
421
|
-
this.
|
|
422
|
-
if (b != this.
|
|
423
|
-
this.
|
|
419
|
+
set c1(a) {
|
|
420
|
+
let b = this.cn;
|
|
421
|
+
this.cn = a;
|
|
422
|
+
if (b != this.cn) {
|
|
423
|
+
this.b7("ColumnOptionsTextColor", b, this.cn);
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
get ab() {
|
|
@@ -430,67 +430,77 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
430
430
|
let b = this.z;
|
|
431
431
|
this.z = a;
|
|
432
432
|
if (b != this.z) {
|
|
433
|
-
this.
|
|
433
|
+
this.b7("ColumnOptionsTextStyle", b, this.z);
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
get
|
|
437
|
-
return this.
|
|
436
|
+
get cz() {
|
|
437
|
+
return this.cl;
|
|
438
438
|
}
|
|
439
|
-
set
|
|
440
|
-
let b = this.
|
|
441
|
-
this.
|
|
442
|
-
if (b != this.
|
|
443
|
-
this.
|
|
439
|
+
set cz(a) {
|
|
440
|
+
let b = this.cl;
|
|
441
|
+
this.cl = a;
|
|
442
|
+
if (b != this.cl) {
|
|
443
|
+
this.b7("ColumnOptionsHoverBackgroundColor", b, this.cl);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
get
|
|
447
|
-
return this.
|
|
446
|
+
get c2() {
|
|
447
|
+
return this.co;
|
|
448
448
|
}
|
|
449
|
-
set
|
|
450
|
-
let b = this.
|
|
451
|
-
this.
|
|
452
|
-
if (b != this.
|
|
453
|
-
this.
|
|
449
|
+
set c2(a) {
|
|
450
|
+
let b = this.co;
|
|
451
|
+
this.co = a;
|
|
452
|
+
if (b != this.co) {
|
|
453
|
+
this.b7("ColumnOptionsToolTipBackgroundColor", b, this.co);
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
-
get
|
|
457
|
-
return this.
|
|
456
|
+
get c3() {
|
|
457
|
+
return this.cp;
|
|
458
458
|
}
|
|
459
|
-
set
|
|
460
|
-
let b = this.
|
|
461
|
-
this.
|
|
462
|
-
if (b != this.
|
|
463
|
-
this.
|
|
459
|
+
set c3(a) {
|
|
460
|
+
let b = this.cp;
|
|
461
|
+
this.cp = a;
|
|
462
|
+
if (b != this.cp) {
|
|
463
|
+
this.b7("ColumnOptionsToolTipTextColor", b, this.cp);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
get cy() {
|
|
467
|
-
return this.
|
|
467
|
+
return this.ck;
|
|
468
468
|
}
|
|
469
469
|
set cy(a) {
|
|
470
|
-
let b = this.
|
|
471
|
-
this.
|
|
472
|
-
if (b != this.
|
|
473
|
-
this.
|
|
470
|
+
let b = this.ck;
|
|
471
|
+
this.ck = a;
|
|
472
|
+
if (b != this.ck) {
|
|
473
|
+
this.b7("ColumnOptionsHighlightColor", b, this.ck);
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
get
|
|
477
|
-
return this.
|
|
476
|
+
get c0() {
|
|
477
|
+
return this.cm;
|
|
478
478
|
}
|
|
479
|
-
set
|
|
480
|
-
let b = this.
|
|
481
|
-
this.
|
|
482
|
-
if (b != this.
|
|
483
|
-
this.
|
|
479
|
+
set c0(a) {
|
|
480
|
+
let b = this.cm;
|
|
481
|
+
this.cm = a;
|
|
482
|
+
if (b != this.cm) {
|
|
483
|
+
this.b7("ColumnOptionsSeparatorColor", b, this.cm);
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
-
get
|
|
486
|
+
get cw() {
|
|
487
487
|
return this.ci;
|
|
488
488
|
}
|
|
489
|
-
set
|
|
489
|
+
set cw(a) {
|
|
490
490
|
let b = this.ci;
|
|
491
491
|
this.ci = a;
|
|
492
492
|
if (b != this.ci) {
|
|
493
|
-
this.
|
|
493
|
+
this.b7("ColumnOptionsGroupHeaderBackground", b, this.ci);
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
get cx() {
|
|
497
|
+
return this.cj;
|
|
498
|
+
}
|
|
499
|
+
set cx(a) {
|
|
500
|
+
let b = this.cj;
|
|
501
|
+
this.cj = a;
|
|
502
|
+
if (b != this.cj) {
|
|
503
|
+
this.b7("ColumnOptionsGroupHeaderTextColor", b, this.cj);
|
|
494
504
|
}
|
|
495
505
|
}
|
|
496
506
|
get aa() {
|
|
@@ -500,17 +510,17 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
500
510
|
let b = this.y;
|
|
501
511
|
this.y = a;
|
|
502
512
|
if (b != this.y) {
|
|
503
|
-
this.
|
|
513
|
+
this.b7("ColumnOptionsGroupHeaderTextStyle", b, this.y);
|
|
504
514
|
}
|
|
505
515
|
}
|
|
506
|
-
get
|
|
507
|
-
return this.
|
|
516
|
+
get cu() {
|
|
517
|
+
return this.cg;
|
|
508
518
|
}
|
|
509
|
-
set
|
|
510
|
-
let b = this.
|
|
511
|
-
this.
|
|
512
|
-
if (b != this.
|
|
513
|
-
this.
|
|
519
|
+
set cu(a) {
|
|
520
|
+
let b = this.cg;
|
|
521
|
+
this.cg = a;
|
|
522
|
+
if (b != this.cg) {
|
|
523
|
+
this.b7("ColumnOptionsAccentColor", b, this.cg);
|
|
514
524
|
}
|
|
515
525
|
}
|
|
516
526
|
get ax() {
|
|
@@ -520,19 +530,19 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
520
530
|
let b = this.au;
|
|
521
531
|
this.au = a;
|
|
522
532
|
if (b != this.au) {
|
|
523
|
-
this.
|
|
533
|
+
this.b7("ColumnOptionsRowHeight", b, this.au);
|
|
524
534
|
}
|
|
525
535
|
}
|
|
526
536
|
get aj() {
|
|
527
537
|
return this.v != null ? this.v.bz : false;
|
|
528
538
|
}
|
|
529
|
-
|
|
530
|
-
this.
|
|
539
|
+
b7(a, b, c) {
|
|
540
|
+
this.ca(a, b, c);
|
|
531
541
|
if (this.propertyChanged != null) {
|
|
532
542
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
533
543
|
}
|
|
534
544
|
}
|
|
535
|
-
|
|
545
|
+
ca(a, b, c) {
|
|
536
546
|
switch (a) {
|
|
537
547
|
case "PixelScalingRatio":
|
|
538
548
|
this.ap = this.aq;
|
|
@@ -555,18 +565,17 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
555
565
|
break;
|
|
556
566
|
case "ColumnOptionsBackground":
|
|
557
567
|
if (this.v != null) {
|
|
558
|
-
this.v.cl = this.
|
|
559
|
-
this.v.cq = this.
|
|
568
|
+
this.v.cl = this.cv;
|
|
569
|
+
this.v.cq = this.cv;
|
|
560
570
|
}
|
|
561
571
|
break;
|
|
562
572
|
case "ColumnOptionsTextColor":
|
|
563
573
|
if (this.v != null) {
|
|
564
|
-
this.v.cn = this.
|
|
565
|
-
this.v.
|
|
566
|
-
this.v.
|
|
567
|
-
this.v.
|
|
568
|
-
this.v.
|
|
569
|
-
this.v.cj = this.cz;
|
|
574
|
+
this.v.cn = this.c1;
|
|
575
|
+
this.v.cb = this.c1;
|
|
576
|
+
this.v.ch = this.c1;
|
|
577
|
+
this.v.ci = this.c1;
|
|
578
|
+
this.v.cj = this.c1;
|
|
570
579
|
}
|
|
571
580
|
break;
|
|
572
581
|
case "ColumnOptionsTextStyle":
|
|
@@ -576,32 +585,37 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
576
585
|
break;
|
|
577
586
|
case "ColumnOptionsHoverBackgroundColor":
|
|
578
587
|
if (this.v != null) {
|
|
579
|
-
this.v.cg = this.
|
|
588
|
+
this.v.cg = this.cz;
|
|
580
589
|
}
|
|
581
590
|
break;
|
|
582
591
|
case "ColumnOptionsToolTipBackgroundColor":
|
|
583
592
|
if (this.v != null) {
|
|
584
|
-
this.v.co = this.
|
|
593
|
+
this.v.co = this.c2;
|
|
594
|
+
}
|
|
595
|
+
break;
|
|
596
|
+
case "ColumnOptionsToolTipTextColor":
|
|
597
|
+
if (this.v != null) {
|
|
598
|
+
this.v.cp = this.c3;
|
|
585
599
|
}
|
|
586
600
|
break;
|
|
587
601
|
case "ColumnOptionsHighlightColor":
|
|
588
602
|
if (this.v != null) {
|
|
589
|
-
this.v.cf = this.
|
|
603
|
+
this.v.cf = this.cy;
|
|
590
604
|
}
|
|
591
605
|
break;
|
|
592
606
|
case "ColumnOptionsSeparatorColor":
|
|
593
607
|
if (this.v != null) {
|
|
594
|
-
this.v.ck = this.
|
|
608
|
+
this.v.ck = this.c0;
|
|
595
609
|
}
|
|
596
610
|
break;
|
|
597
611
|
case "ColumnOptionsGroupHeaderBackground":
|
|
598
612
|
if (this.v != null) {
|
|
599
|
-
this.v.cc = this.
|
|
613
|
+
this.v.cc = this.cw;
|
|
600
614
|
}
|
|
601
615
|
break;
|
|
602
616
|
case "ColumnOptionsGroupHeaderTextColor":
|
|
603
617
|
if (this.v != null) {
|
|
604
|
-
this.v.ce = this.
|
|
618
|
+
this.v.ce = this.cx;
|
|
605
619
|
}
|
|
606
620
|
break;
|
|
607
621
|
case "ColumnOptionsGroupHeaderTextStyle":
|
|
@@ -611,10 +625,10 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
611
625
|
break;
|
|
612
626
|
case "ColumnOptionsAccentColor":
|
|
613
627
|
if (this.v != null) {
|
|
614
|
-
this.v.b7 = this.
|
|
615
|
-
this.v.b9 = this.
|
|
616
|
-
this.v.ca = this.
|
|
617
|
-
this.v.cr = this.
|
|
628
|
+
this.v.b7 = this.cu;
|
|
629
|
+
this.v.b9 = this.cu;
|
|
630
|
+
this.v.ca = this.cu;
|
|
631
|
+
this.v.cr = this.cu;
|
|
618
632
|
}
|
|
619
633
|
break;
|
|
620
634
|
case "ColumnOptionsRowHeight":
|
|
@@ -635,24 +649,25 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
635
649
|
this.i = 0;
|
|
636
650
|
this.as = 0;
|
|
637
651
|
this.at = 0;
|
|
638
|
-
this.
|
|
652
|
+
this.cq = null;
|
|
639
653
|
this.ao = DeviceUtils.g(24);
|
|
640
654
|
this.w = 1;
|
|
641
|
-
this.
|
|
642
|
-
this.cm = null;
|
|
643
|
-
this.z = null;
|
|
644
|
-
this.ck = null;
|
|
655
|
+
this.ch = null;
|
|
645
656
|
this.cn = null;
|
|
646
|
-
this.
|
|
657
|
+
this.z = null;
|
|
647
658
|
this.cl = null;
|
|
648
|
-
this.
|
|
659
|
+
this.co = null;
|
|
660
|
+
this.cp = null;
|
|
661
|
+
this.ck = null;
|
|
662
|
+
this.cm = null;
|
|
649
663
|
this.ci = null;
|
|
664
|
+
this.cj = null;
|
|
650
665
|
this.y = null;
|
|
651
|
-
this.
|
|
666
|
+
this.cg = null;
|
|
652
667
|
this.au = -1;
|
|
668
|
+
this.ct = null;
|
|
669
|
+
this.cs = null;
|
|
653
670
|
this.cr = null;
|
|
654
|
-
this.cq = null;
|
|
655
|
-
this.cp = null;
|
|
656
671
|
this.ac = null;
|
|
657
672
|
this.ae = false;
|
|
658
673
|
this.m = null;
|
|
@@ -668,13 +683,13 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
668
683
|
this.renderCompleted = null;
|
|
669
684
|
this.s = new GridFilterDialogView(this);
|
|
670
685
|
this.x = 1;
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
673
|
-
this.
|
|
686
|
+
this.ct = BrushUtil.l(66, 0, 0, 0);
|
|
687
|
+
this.cs = BrushUtil.l(30, 0, 0, 0);
|
|
688
|
+
this.cr = BrushUtil.l(20, 0, 0, 0);
|
|
674
689
|
}
|
|
675
|
-
|
|
690
|
+
cb(a, b, c) {
|
|
676
691
|
this.s.v(a, b, c);
|
|
677
|
-
this.
|
|
692
|
+
this.b4();
|
|
678
693
|
}
|
|
679
694
|
get n() {
|
|
680
695
|
return this.m;
|
|
@@ -683,87 +698,87 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
683
698
|
let b = this.m;
|
|
684
699
|
this.m = a;
|
|
685
700
|
if (this.m != b) {
|
|
686
|
-
this.
|
|
701
|
+
this.b3(b, this.m);
|
|
687
702
|
}
|
|
688
703
|
}
|
|
689
|
-
|
|
704
|
+
b3(a, b) {
|
|
690
705
|
this.ad = true;
|
|
691
706
|
}
|
|
692
|
-
|
|
707
|
+
b4() {
|
|
693
708
|
NativeUIComponent.av(this.s.p(), 18, (a) => {
|
|
694
709
|
let b = a;
|
|
695
710
|
this.v = b;
|
|
696
711
|
this.v.b2 = 16;
|
|
697
712
|
this.v.b8 = BrushUtil.l(0, 0, 0, 0);
|
|
698
713
|
this.v.v = false;
|
|
699
|
-
this.v.br = runOn(this, this.
|
|
700
|
-
this.v.bp = runOn(this, this.
|
|
714
|
+
this.v.br = runOn(this, this.bu);
|
|
715
|
+
this.v.bp = runOn(this, this.bt);
|
|
701
716
|
this.v.b0 = false;
|
|
702
717
|
this.s.r(this.v);
|
|
703
718
|
this.v.c = this.x;
|
|
704
|
-
this.v.cl = this.
|
|
705
|
-
this.v.cq = this.
|
|
706
|
-
this.v.cn = this.
|
|
707
|
-
this.v.ce = this.
|
|
708
|
-
this.v.
|
|
709
|
-
this.v.
|
|
710
|
-
this.v.
|
|
711
|
-
this.v.
|
|
712
|
-
this.v.cj = this.cz;
|
|
719
|
+
this.v.cl = this.cv;
|
|
720
|
+
this.v.cq = this.cv;
|
|
721
|
+
this.v.cn = this.c1;
|
|
722
|
+
this.v.ce = this.cx;
|
|
723
|
+
this.v.cb = this.c1;
|
|
724
|
+
this.v.ch = this.c1;
|
|
725
|
+
this.v.ci = this.c1;
|
|
726
|
+
this.v.cj = this.c1;
|
|
713
727
|
this.v.bw = this.ab;
|
|
714
|
-
this.v.cg = this.
|
|
715
|
-
this.v.co = this.
|
|
716
|
-
this.v.
|
|
717
|
-
this.v.
|
|
718
|
-
this.v.
|
|
728
|
+
this.v.cg = this.cz;
|
|
729
|
+
this.v.co = this.c2;
|
|
730
|
+
this.v.cp = this.c3;
|
|
731
|
+
this.v.cf = this.cy;
|
|
732
|
+
this.v.ck = this.c0;
|
|
733
|
+
this.v.cc = this.cw;
|
|
719
734
|
this.v.bx = this.aa;
|
|
720
|
-
this.v.b7 = this.
|
|
721
|
-
this.v.b9 = this.
|
|
722
|
-
this.v.ca = this.
|
|
723
|
-
this.v.cr = this.
|
|
735
|
+
this.v.b7 = this.cu;
|
|
736
|
+
this.v.b9 = this.cu;
|
|
737
|
+
this.v.ca = this.cu;
|
|
738
|
+
this.v.cr = this.cu;
|
|
724
739
|
this.v.b3 = this.ax;
|
|
725
740
|
this.v.b4 = this.n;
|
|
726
741
|
});
|
|
727
742
|
}
|
|
728
|
-
|
|
743
|
+
bu(a, b) {
|
|
729
744
|
if (this.ad) {
|
|
730
745
|
this.ad = false;
|
|
731
746
|
this.v.b4 = this.n;
|
|
732
747
|
}
|
|
733
748
|
if (this.n != null) {
|
|
734
749
|
if (this.n.grid != null) {
|
|
735
|
-
this.n.grid.
|
|
750
|
+
this.n.grid.wk();
|
|
736
751
|
}
|
|
737
|
-
this.n.
|
|
752
|
+
this.n.pd();
|
|
738
753
|
}
|
|
739
754
|
if (this.dialogOpening != null) {
|
|
740
755
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
741
756
|
this.dialogOpening(this, c);
|
|
742
757
|
}
|
|
743
758
|
}
|
|
744
|
-
|
|
759
|
+
bt(a, b) {
|
|
745
760
|
if (this.ae) {
|
|
746
|
-
this.
|
|
761
|
+
this.bz();
|
|
747
762
|
}
|
|
748
763
|
}
|
|
749
|
-
|
|
764
|
+
bw(a, b) {
|
|
750
765
|
switch (b.propertyName) {
|
|
751
766
|
case "IsHidden": break;
|
|
752
767
|
}
|
|
753
768
|
}
|
|
754
|
-
|
|
769
|
+
b5() {
|
|
755
770
|
}
|
|
756
|
-
|
|
757
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
771
|
+
b6(a, b) {
|
|
772
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.b9));
|
|
758
773
|
if (b) {
|
|
759
|
-
this.
|
|
774
|
+
this.cd();
|
|
760
775
|
}
|
|
761
776
|
else {
|
|
762
|
-
this.
|
|
777
|
+
this.cc(a, true);
|
|
763
778
|
}
|
|
764
779
|
this.f = null;
|
|
765
780
|
}
|
|
766
|
-
|
|
781
|
+
bx() {
|
|
767
782
|
this.s.s();
|
|
768
783
|
if (this.ac == null) {
|
|
769
784
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -772,7 +787,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
772
787
|
this.ac = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
773
788
|
}
|
|
774
789
|
}
|
|
775
|
-
|
|
790
|
+
ce() {
|
|
776
791
|
if (this.filterChanged != null) {
|
|
777
792
|
this.filterChanged(this, ((() => {
|
|
778
793
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -781,7 +796,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
781
796
|
})()));
|
|
782
797
|
}
|
|
783
798
|
}
|
|
784
|
-
|
|
799
|
+
cd() {
|
|
785
800
|
if (this.filterChanged != null) {
|
|
786
801
|
this.filterChanged(this, ((() => {
|
|
787
802
|
let $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -790,7 +805,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
790
805
|
})()));
|
|
791
806
|
}
|
|
792
807
|
}
|
|
793
|
-
|
|
808
|
+
cc(a, b) {
|
|
794
809
|
let c = this.e(a);
|
|
795
810
|
if (b) {
|
|
796
811
|
if (this.filterChanged != null) {
|
|
@@ -895,30 +910,30 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
895
910
|
c(a) {
|
|
896
911
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
897
912
|
}
|
|
898
|
-
|
|
899
|
-
this.
|
|
913
|
+
b9(a) {
|
|
914
|
+
this.cc(a, false);
|
|
900
915
|
}
|
|
901
916
|
t(a, b) {
|
|
902
917
|
let c = new GridFilterDialogViewModel();
|
|
903
918
|
if (a != null) {
|
|
904
|
-
this.
|
|
919
|
+
this.bv(c, a, b);
|
|
905
920
|
}
|
|
906
921
|
else {
|
|
907
922
|
let d = new GridFilterDialogViewModelRow();
|
|
908
923
|
d.f = b;
|
|
909
924
|
d.e = GridFilterDialog.a(b);
|
|
910
925
|
d.d = GridFilterDialog.b(b);
|
|
911
|
-
d.l = GridFilterDialog.
|
|
926
|
+
d.l = GridFilterDialog.bl(b[0]);
|
|
912
927
|
c.f.add(d);
|
|
913
928
|
}
|
|
914
929
|
return c;
|
|
915
930
|
}
|
|
916
|
-
|
|
931
|
+
bv(a, b, c) {
|
|
917
932
|
if (b.isGroup()) {
|
|
918
933
|
let d = b;
|
|
919
934
|
for (let e = 0; e < d.count; e++) {
|
|
920
935
|
let f = d.item(e);
|
|
921
|
-
this.
|
|
936
|
+
this.bv(a, f, c);
|
|
922
937
|
}
|
|
923
938
|
}
|
|
924
939
|
else {
|
|
@@ -927,7 +942,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
927
942
|
}
|
|
928
943
|
u(a, b) {
|
|
929
944
|
let c = new GridFilterDialogViewModelRow();
|
|
930
|
-
c.l = GridFilterDialog.
|
|
945
|
+
c.l = GridFilterDialog.bl(a.operator);
|
|
931
946
|
c.f = b;
|
|
932
947
|
c.e = GridFilterDialog.a(b);
|
|
933
948
|
c.i = GridFilterDialog.a2(GridFilterDialog.ay(a.operator), a.operator, a);
|
|
@@ -957,24 +972,24 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
957
972
|
}
|
|
958
973
|
return b;
|
|
959
974
|
}
|
|
960
|
-
static
|
|
975
|
+
static bl(a) {
|
|
961
976
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
962
977
|
}
|
|
963
|
-
|
|
978
|
+
b2(a, b) {
|
|
964
979
|
this.s.w(a, b);
|
|
965
980
|
}
|
|
966
|
-
|
|
981
|
+
b1() {
|
|
967
982
|
this.s.u();
|
|
968
983
|
}
|
|
969
|
-
|
|
984
|
+
b0(a, b, c) {
|
|
970
985
|
}
|
|
971
|
-
|
|
986
|
+
cf() {
|
|
972
987
|
this.ae = false;
|
|
973
988
|
if (this.s.q == null || NativeUI.g(this.s.q) == 1) {
|
|
974
989
|
return;
|
|
975
990
|
}
|
|
976
991
|
if (this.ai) {
|
|
977
|
-
this.
|
|
992
|
+
this.bx();
|
|
978
993
|
if (this.ac.playbackRate < 0) {
|
|
979
994
|
this.ac.reverse();
|
|
980
995
|
}
|
|
@@ -987,14 +1002,14 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
987
1002
|
NativeUI.ab(this.s.q, 1);
|
|
988
1003
|
}
|
|
989
1004
|
}
|
|
990
|
-
|
|
1005
|
+
bz() {
|
|
991
1006
|
this.ae = true;
|
|
992
1007
|
if (!this.aj) {
|
|
993
1008
|
if (this.s.q == null || NativeUI.g(this.s.q) == 0) {
|
|
994
1009
|
return;
|
|
995
1010
|
}
|
|
996
1011
|
if (this.ai) {
|
|
997
|
-
this.
|
|
1012
|
+
this.bx();
|
|
998
1013
|
if (this.ac.playbackRate < 0) {
|
|
999
1014
|
this.ac.play();
|
|
1000
1015
|
}
|
|
@@ -1021,12 +1036,12 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1021
1036
|
set invalidateActions(a) {
|
|
1022
1037
|
this._invalidateActions = a;
|
|
1023
1038
|
}
|
|
1024
|
-
|
|
1039
|
+
b8() {
|
|
1025
1040
|
if (this.renderCompleted != null) {
|
|
1026
1041
|
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
1027
1042
|
}
|
|
1028
1043
|
}
|
|
1029
|
-
|
|
1044
|
+
by() {
|
|
1030
1045
|
if (this.v != null) {
|
|
1031
1046
|
if (this.n != null && this.v.b4 != this.n) {
|
|
1032
1047
|
this.v.b4 = this.n;
|
|
@@ -1039,7 +1054,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1039
1054
|
getDesiredToolbarActions() {
|
|
1040
1055
|
if (!GridFilterDialog.ag) {
|
|
1041
1056
|
GridFilterDialog.ag = true;
|
|
1042
|
-
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.
|
|
1057
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.bk);
|
|
1043
1058
|
}
|
|
1044
1059
|
let a = new ToolActionIconMenuInfo();
|
|
1045
1060
|
a.name = "DataGridColumnOptionsPlaceholder";
|
|
@@ -1085,7 +1100,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
1085
1100
|
}
|
|
1086
1101
|
GridFilterDialog.$t = /*@__PURE__*/ markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
1087
1102
|
GridFilterDialog.ag = false;
|
|
1088
|
-
GridFilterDialog.
|
|
1103
|
+
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";
|
|
1089
1104
|
return GridFilterDialog;
|
|
1090
1105
|
})();
|
|
1091
1106
|
export { GridFilterDialog };
|
|
@@ -1097,7 +1112,7 @@ let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
1097
1112
|
a.f = b;
|
|
1098
1113
|
a.e = GridFilterDialog.a(b);
|
|
1099
1114
|
a.d = GridFilterDialog.b(b);
|
|
1100
|
-
a.l = GridFilterDialog.
|
|
1115
|
+
a.l = GridFilterDialog.bl(b[0]);
|
|
1101
1116
|
this.f.add(a);
|
|
1102
1117
|
}
|
|
1103
1118
|
constructor() {
|