igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27166 -27890
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +1 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +1 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +1 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +1 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -846,42 +846,42 @@ let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
846
846
|
static get l() {
|
|
847
847
|
if (GridStyleRepository.g == null) {
|
|
848
848
|
GridStyleRepository.g = new FontInfo();
|
|
849
|
-
GridStyleRepository.g.
|
|
850
|
-
GridStyleRepository.g.
|
|
849
|
+
GridStyleRepository.g.e = DeviceUtils.f(13);
|
|
850
|
+
GridStyleRepository.g.p = "Verdana";
|
|
851
851
|
}
|
|
852
852
|
return GridStyleRepository.g;
|
|
853
853
|
}
|
|
854
854
|
static get k() {
|
|
855
855
|
if (GridStyleRepository.f == null) {
|
|
856
856
|
GridStyleRepository.f = new FontInfo();
|
|
857
|
-
GridStyleRepository.f.
|
|
858
|
-
GridStyleRepository.f.
|
|
859
|
-
GridStyleRepository.f.
|
|
857
|
+
GridStyleRepository.f.e = DeviceUtils.f(13);
|
|
858
|
+
GridStyleRepository.f.s = "italic";
|
|
859
|
+
GridStyleRepository.f.p = "Verdana";
|
|
860
860
|
}
|
|
861
861
|
return GridStyleRepository.f;
|
|
862
862
|
}
|
|
863
863
|
static get h() {
|
|
864
864
|
if (GridStyleRepository.c == null) {
|
|
865
865
|
GridStyleRepository.c = new FontInfo();
|
|
866
|
-
GridStyleRepository.c.
|
|
867
|
-
GridStyleRepository.c.
|
|
866
|
+
GridStyleRepository.c.e = DeviceUtils.f(14);
|
|
867
|
+
GridStyleRepository.c.p = "Verdana";
|
|
868
868
|
}
|
|
869
869
|
return GridStyleRepository.c;
|
|
870
870
|
}
|
|
871
871
|
static get j() {
|
|
872
872
|
if (GridStyleRepository.d == null) {
|
|
873
873
|
GridStyleRepository.d = new FontInfo();
|
|
874
|
-
GridStyleRepository.d.
|
|
875
|
-
GridStyleRepository.d.
|
|
876
|
-
GridStyleRepository.d.
|
|
874
|
+
GridStyleRepository.d.e = DeviceUtils.f(12);
|
|
875
|
+
GridStyleRepository.d.u = "600";
|
|
876
|
+
GridStyleRepository.d.p = "Verdana";
|
|
877
877
|
}
|
|
878
878
|
return GridStyleRepository.d;
|
|
879
879
|
}
|
|
880
880
|
static get i() {
|
|
881
881
|
if (GridStyleRepository.e == null) {
|
|
882
882
|
GridStyleRepository.e = new FontInfo();
|
|
883
|
-
GridStyleRepository.e.
|
|
884
|
-
GridStyleRepository.e.
|
|
883
|
+
GridStyleRepository.e.e = DeviceUtils.f(12);
|
|
884
|
+
GridStyleRepository.e.p = "Verdana";
|
|
885
885
|
}
|
|
886
886
|
return GridStyleRepository.e;
|
|
887
887
|
}
|
|
@@ -6494,10 +6494,10 @@ let ColumnFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6494
6494
|
super(...arguments);
|
|
6495
6495
|
this.b = null;
|
|
6496
6496
|
}
|
|
6497
|
-
|
|
6497
|
+
isGroup() {
|
|
6498
6498
|
return false;
|
|
6499
6499
|
}
|
|
6500
|
-
|
|
6500
|
+
resolveFilter(a, b) {
|
|
6501
6501
|
return null;
|
|
6502
6502
|
}
|
|
6503
6503
|
}
|
|
@@ -6511,12 +6511,12 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6511
6511
|
class ColumnComparisonFilterCondition extends ColumnFilterCondition {
|
|
6512
6512
|
constructor() {
|
|
6513
6513
|
super();
|
|
6514
|
-
this.
|
|
6515
|
-
this.
|
|
6516
|
-
this.
|
|
6517
|
-
this.
|
|
6514
|
+
this._operator = 0;
|
|
6515
|
+
this._value = null;
|
|
6516
|
+
this._isCaseSensitive = false;
|
|
6517
|
+
this.isCaseSensitive = true;
|
|
6518
6518
|
}
|
|
6519
|
-
static
|
|
6519
|
+
static getApplicableOperators(a) {
|
|
6520
6520
|
let b = new List$1(ColumnComparisonConditionOperatorType_$type, 0);
|
|
6521
6521
|
switch (a) {
|
|
6522
6522
|
case 11: break;
|
|
@@ -6559,34 +6559,52 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6559
6559
|
return false;
|
|
6560
6560
|
}
|
|
6561
6561
|
let b = a;
|
|
6562
|
-
if (b.
|
|
6562
|
+
if (b.operator != this.operator) {
|
|
6563
6563
|
return false;
|
|
6564
6564
|
}
|
|
6565
|
-
if (!Base.equalsStatic(b.
|
|
6565
|
+
if (!Base.equalsStatic(b.value, this.value)) {
|
|
6566
6566
|
return false;
|
|
6567
6567
|
}
|
|
6568
|
-
if (!Base.equalsStatic(b.
|
|
6568
|
+
if (!Base.equalsStatic(b.isCaseSensitive, this.isCaseSensitive)) {
|
|
6569
6569
|
return false;
|
|
6570
6570
|
}
|
|
6571
6571
|
return true;
|
|
6572
6572
|
}
|
|
6573
|
-
|
|
6574
|
-
return this.
|
|
6573
|
+
get operator() {
|
|
6574
|
+
return this._operator;
|
|
6575
|
+
}
|
|
6576
|
+
set operator(a) {
|
|
6577
|
+
this._operator = a;
|
|
6578
|
+
}
|
|
6579
|
+
get value() {
|
|
6580
|
+
return this._value;
|
|
6581
|
+
}
|
|
6582
|
+
set value(a) {
|
|
6583
|
+
this._value = a;
|
|
6584
|
+
}
|
|
6585
|
+
get isCaseSensitive() {
|
|
6586
|
+
return this._isCaseSensitive;
|
|
6587
|
+
}
|
|
6588
|
+
set isCaseSensitive(a) {
|
|
6589
|
+
this._isCaseSensitive = a;
|
|
6590
|
+
}
|
|
6591
|
+
resolveFilter(a, b) {
|
|
6592
|
+
return this.h(a, b, this.operator);
|
|
6575
6593
|
}
|
|
6576
6594
|
h(a, b, c) {
|
|
6577
6595
|
switch (c) {
|
|
6578
6596
|
case 12:
|
|
6579
6597
|
{
|
|
6580
|
-
if (this.
|
|
6598
|
+
if (this.value == null) {
|
|
6581
6599
|
return null;
|
|
6582
6600
|
}
|
|
6583
6601
|
let d = FilterFactory.instance.property(a);
|
|
6584
|
-
let e = FilterFactory.instance.literal(this.
|
|
6602
|
+
let e = FilterFactory.instance.literal(this.value);
|
|
6585
6603
|
d = ColumnComparisonFilterCondition.g(b, d);
|
|
6586
6604
|
if (null == d) {
|
|
6587
6605
|
return null;
|
|
6588
6606
|
}
|
|
6589
|
-
if (!this.
|
|
6607
|
+
if (!this.isCaseSensitive) {
|
|
6590
6608
|
d = d.toLower();
|
|
6591
6609
|
e = e.toLower();
|
|
6592
6610
|
}
|
|
@@ -6594,16 +6612,16 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6594
6612
|
}
|
|
6595
6613
|
case 13:
|
|
6596
6614
|
{
|
|
6597
|
-
if (this.
|
|
6615
|
+
if (this.value == null) {
|
|
6598
6616
|
return null;
|
|
6599
6617
|
}
|
|
6600
6618
|
let f = FilterFactory.instance.property(a);
|
|
6601
|
-
let g = FilterFactory.instance.literal(this.
|
|
6619
|
+
let g = FilterFactory.instance.literal(this.value);
|
|
6602
6620
|
f = ColumnComparisonFilterCondition.g(b, f);
|
|
6603
6621
|
if (null == f) {
|
|
6604
6622
|
return null;
|
|
6605
6623
|
}
|
|
6606
|
-
if (!this.
|
|
6624
|
+
if (!this.isCaseSensitive) {
|
|
6607
6625
|
f = f.toLower();
|
|
6608
6626
|
g = g.toLower();
|
|
6609
6627
|
}
|
|
@@ -6611,16 +6629,16 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6611
6629
|
}
|
|
6612
6630
|
case 17:
|
|
6613
6631
|
{
|
|
6614
|
-
if (this.
|
|
6632
|
+
if (this.value == null) {
|
|
6615
6633
|
return null;
|
|
6616
6634
|
}
|
|
6617
6635
|
let h = FilterFactory.instance.property(a);
|
|
6618
|
-
let i = FilterFactory.instance.literal(this.
|
|
6636
|
+
let i = FilterFactory.instance.literal(this.value);
|
|
6619
6637
|
h = ColumnComparisonFilterCondition.g(b, h);
|
|
6620
6638
|
if (null == h) {
|
|
6621
6639
|
return null;
|
|
6622
6640
|
}
|
|
6623
|
-
if (!this.
|
|
6641
|
+
if (!this.isCaseSensitive) {
|
|
6624
6642
|
h = h.toLower();
|
|
6625
6643
|
i = i.toLower();
|
|
6626
6644
|
}
|
|
@@ -6628,16 +6646,16 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6628
6646
|
}
|
|
6629
6647
|
case 15:
|
|
6630
6648
|
{
|
|
6631
|
-
if (this.
|
|
6649
|
+
if (this.value == null) {
|
|
6632
6650
|
return null;
|
|
6633
6651
|
}
|
|
6634
6652
|
let j = FilterFactory.instance.property(a);
|
|
6635
|
-
let k = FilterFactory.instance.literal(this.
|
|
6653
|
+
let k = FilterFactory.instance.literal(this.value);
|
|
6636
6654
|
j = ColumnComparisonFilterCondition.g(b, j);
|
|
6637
6655
|
if (null == j) {
|
|
6638
6656
|
return null;
|
|
6639
6657
|
}
|
|
6640
|
-
if (!this.
|
|
6658
|
+
if (!this.isCaseSensitive) {
|
|
6641
6659
|
j = j.toLower();
|
|
6642
6660
|
k = k.toLower();
|
|
6643
6661
|
}
|
|
@@ -6645,16 +6663,16 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6645
6663
|
}
|
|
6646
6664
|
case 16:
|
|
6647
6665
|
{
|
|
6648
|
-
if (this.
|
|
6666
|
+
if (this.value == null) {
|
|
6649
6667
|
return null;
|
|
6650
6668
|
}
|
|
6651
6669
|
let l = FilterFactory.instance.property(a);
|
|
6652
|
-
let m = FilterFactory.instance.literal(this.
|
|
6670
|
+
let m = FilterFactory.instance.literal(this.value);
|
|
6653
6671
|
l = ColumnComparisonFilterCondition.g(b, l);
|
|
6654
6672
|
if (null == l) {
|
|
6655
6673
|
return null;
|
|
6656
6674
|
}
|
|
6657
|
-
if (!this.
|
|
6675
|
+
if (!this.isCaseSensitive) {
|
|
6658
6676
|
l = l.toLower();
|
|
6659
6677
|
m = m.toLower();
|
|
6660
6678
|
}
|
|
@@ -6663,8 +6681,8 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6663
6681
|
case 0:
|
|
6664
6682
|
{
|
|
6665
6683
|
let n = FilterFactory.instance.property(a);
|
|
6666
|
-
let o = FilterFactory.instance.literal(this.k(this.
|
|
6667
|
-
if (b == 0 && !this.
|
|
6684
|
+
let o = FilterFactory.instance.literal(this.k(this.value, b));
|
|
6685
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6668
6686
|
n = n.toLower();
|
|
6669
6687
|
o = o.toLower();
|
|
6670
6688
|
}
|
|
@@ -6672,8 +6690,8 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6672
6690
|
return n.day().isEqualTo(o.day()).and(n.month().isEqualTo(o.month())).and(n.year().isEqualTo(o.year()));
|
|
6673
6691
|
}
|
|
6674
6692
|
else if (b == 2) {
|
|
6675
|
-
if (this.
|
|
6676
|
-
switch (this.
|
|
6693
|
+
if (this.value != null && typeof this.value === 'string') {
|
|
6694
|
+
switch (this.value.toString().toLowerCase()) {
|
|
6677
6695
|
case "true":
|
|
6678
6696
|
o = FilterFactory.instance.literal(true);
|
|
6679
6697
|
break;
|
|
@@ -6687,10 +6705,10 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6687
6705
|
}
|
|
6688
6706
|
case 4:
|
|
6689
6707
|
{
|
|
6690
|
-
let p = this.k(this.
|
|
6708
|
+
let p = this.k(this.value, b);
|
|
6691
6709
|
let q = FilterFactory.instance.property(a);
|
|
6692
6710
|
let r = FilterFactory.instance.literal(p);
|
|
6693
|
-
if (b == 0 && !this.
|
|
6711
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6694
6712
|
q = q.toLower();
|
|
6695
6713
|
r = r.toLower();
|
|
6696
6714
|
}
|
|
@@ -6702,10 +6720,10 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6702
6720
|
}
|
|
6703
6721
|
case 5:
|
|
6704
6722
|
{
|
|
6705
|
-
let t = this.k(this.
|
|
6723
|
+
let t = this.k(this.value, b);
|
|
6706
6724
|
let u = FilterFactory.instance.property(a);
|
|
6707
6725
|
let v = FilterFactory.instance.literal(t);
|
|
6708
|
-
if (b == 0 && !this.
|
|
6726
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6709
6727
|
u = u.toLower();
|
|
6710
6728
|
v = v.toLower();
|
|
6711
6729
|
}
|
|
@@ -6717,10 +6735,10 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6717
6735
|
}
|
|
6718
6736
|
case 2:
|
|
6719
6737
|
{
|
|
6720
|
-
let x = this.k(this.
|
|
6738
|
+
let x = this.k(this.value, b);
|
|
6721
6739
|
let y = FilterFactory.instance.property(a);
|
|
6722
6740
|
let z = FilterFactory.instance.literal(x);
|
|
6723
|
-
if (b == 0 && !this.
|
|
6741
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6724
6742
|
y = y.toLower();
|
|
6725
6743
|
z = z.toLower();
|
|
6726
6744
|
}
|
|
@@ -6732,10 +6750,10 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6732
6750
|
}
|
|
6733
6751
|
case 3:
|
|
6734
6752
|
{
|
|
6735
|
-
let ab = this.k(this.
|
|
6753
|
+
let ab = this.k(this.value, b);
|
|
6736
6754
|
let ac = FilterFactory.instance.property(a);
|
|
6737
6755
|
let ad = FilterFactory.instance.literal(ab);
|
|
6738
|
-
if (b == 0 && !this.
|
|
6756
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6739
6757
|
ac = ac.toLower();
|
|
6740
6758
|
ad = ad.toLower();
|
|
6741
6759
|
}
|
|
@@ -6748,8 +6766,8 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6748
6766
|
case 1:
|
|
6749
6767
|
{
|
|
6750
6768
|
let af = FilterFactory.instance.property(a);
|
|
6751
|
-
let ag = FilterFactory.instance.literal(this.k(this.
|
|
6752
|
-
if (b == 0 && !this.
|
|
6769
|
+
let ag = FilterFactory.instance.literal(this.k(this.value, b));
|
|
6770
|
+
if (b == 0 && !this.isCaseSensitive) {
|
|
6753
6771
|
af = af.toLower();
|
|
6754
6772
|
ag = ag.toLower();
|
|
6755
6773
|
}
|
|
@@ -6760,16 +6778,16 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6760
6778
|
}
|
|
6761
6779
|
case 14:
|
|
6762
6780
|
{
|
|
6763
|
-
if (this.
|
|
6781
|
+
if (this.value == null) {
|
|
6764
6782
|
return null;
|
|
6765
6783
|
}
|
|
6766
6784
|
let ah = FilterFactory.instance.property(a);
|
|
6767
|
-
let ai = FilterFactory.instance.literal(this.
|
|
6785
|
+
let ai = FilterFactory.instance.literal(this.value);
|
|
6768
6786
|
ah = ColumnComparisonFilterCondition.g(b, ah);
|
|
6769
6787
|
if (null == ah) {
|
|
6770
6788
|
return null;
|
|
6771
6789
|
}
|
|
6772
|
-
if (!this.
|
|
6790
|
+
if (!this.isCaseSensitive) {
|
|
6773
6791
|
ah = ah.toLower();
|
|
6774
6792
|
ai = ai.toLower();
|
|
6775
6793
|
}
|
|
@@ -6791,8 +6809,8 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6791
6809
|
{
|
|
6792
6810
|
let an = FilterFactory.instance.property(a);
|
|
6793
6811
|
let ao = 0;
|
|
6794
|
-
if (typeof this.
|
|
6795
|
-
let ap = this.
|
|
6812
|
+
if (typeof this.value === 'string') {
|
|
6813
|
+
let ap = this.value;
|
|
6796
6814
|
if (((() => { let aq = tryParseInt32_1(ap, ao); ao = aq.p1; return aq.ret; })())) {
|
|
6797
6815
|
let aq = FilterFactory.instance.literal(ao);
|
|
6798
6816
|
return an.month().isEqualTo(aq);
|
|
@@ -6815,13 +6833,13 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6815
6833
|
}
|
|
6816
6834
|
}
|
|
6817
6835
|
else {
|
|
6818
|
-
let av = FilterFactory.instance.literal(this.
|
|
6836
|
+
let av = FilterFactory.instance.literal(this.value);
|
|
6819
6837
|
return an.month().isEqualTo(av);
|
|
6820
6838
|
}
|
|
6821
6839
|
}
|
|
6822
6840
|
case 39:
|
|
6823
6841
|
{
|
|
6824
|
-
let aw = this.
|
|
6842
|
+
let aw = this.value;
|
|
6825
6843
|
if (typeof aw === 'string') {
|
|
6826
6844
|
let ax = -1;
|
|
6827
6845
|
if (((() => { let ay = tryParseInt32_1(aw, ax); ax = ay.p1; return ay.ret; })())) {
|
|
@@ -6980,7 +6998,7 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6980
6998
|
}
|
|
6981
6999
|
return b;
|
|
6982
7000
|
}
|
|
6983
|
-
static
|
|
7001
|
+
static getOperandNumber(a) {
|
|
6984
7002
|
if (a == 43 || a == 42) {
|
|
6985
7003
|
return 0;
|
|
6986
7004
|
}
|
|
@@ -6988,10 +7006,10 @@ let ColumnComparisonFilterCondition = /*@__PURE__*/ (() => {
|
|
|
6988
7006
|
return 1;
|
|
6989
7007
|
}
|
|
6990
7008
|
}
|
|
6991
|
-
static
|
|
7009
|
+
static getOperandNumbers(a) {
|
|
6992
7010
|
let b = new Array(a.length);
|
|
6993
7011
|
for (let c = 0; c < a.length; c++) {
|
|
6994
|
-
b[c] = ColumnComparisonFilterCondition.
|
|
7012
|
+
b[c] = ColumnComparisonFilterCondition.getOperandNumber(a[c]);
|
|
6995
7013
|
}
|
|
6996
7014
|
return b;
|
|
6997
7015
|
}
|
|
@@ -7038,9 +7056,15 @@ let ColumnCustomFilterCondition = /*@__PURE__*/ (() => {
|
|
|
7038
7056
|
class ColumnCustomFilterCondition extends ColumnFilterCondition {
|
|
7039
7057
|
constructor() {
|
|
7040
7058
|
super(...arguments);
|
|
7041
|
-
this.
|
|
7059
|
+
this._value = null;
|
|
7042
7060
|
this._id = null;
|
|
7043
|
-
this.
|
|
7061
|
+
this._index = 0;
|
|
7062
|
+
}
|
|
7063
|
+
get value() {
|
|
7064
|
+
return this._value;
|
|
7065
|
+
}
|
|
7066
|
+
set value(a) {
|
|
7067
|
+
this._value = a;
|
|
7044
7068
|
}
|
|
7045
7069
|
get id() {
|
|
7046
7070
|
return this._id;
|
|
@@ -7048,9 +7072,15 @@ let ColumnCustomFilterCondition = /*@__PURE__*/ (() => {
|
|
|
7048
7072
|
set id(a) {
|
|
7049
7073
|
this._id = a;
|
|
7050
7074
|
}
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
|
|
7075
|
+
get index() {
|
|
7076
|
+
return this._index;
|
|
7077
|
+
}
|
|
7078
|
+
set index(a) {
|
|
7079
|
+
this._index = a;
|
|
7080
|
+
}
|
|
7081
|
+
resolveFilter(a, b) {
|
|
7082
|
+
let c = this.b.fq(this.id, this.index);
|
|
7083
|
+
return this.b.es(c, this.value);
|
|
7054
7084
|
}
|
|
7055
7085
|
}
|
|
7056
7086
|
ColumnCustomFilterCondition.$t = /*@__PURE__*/ markType(ColumnCustomFilterCondition, 'ColumnCustomFilterCondition', ColumnFilterCondition.$);
|
|
@@ -7073,15 +7103,15 @@ let ColumnFilterConditionCollection = /*@__PURE__*/ (() => {
|
|
|
7073
7103
|
*/
|
|
7074
7104
|
let ColumnFilterConditionGroup = /*@__PURE__*/ (() => {
|
|
7075
7105
|
class ColumnFilterConditionGroup extends ColumnFilterCondition {
|
|
7076
|
-
|
|
7106
|
+
isGroup() {
|
|
7077
7107
|
return true;
|
|
7078
7108
|
}
|
|
7079
7109
|
constructor() {
|
|
7080
7110
|
super();
|
|
7081
|
-
this.
|
|
7111
|
+
this._usesOrOperator = false;
|
|
7082
7112
|
this.f = null;
|
|
7083
7113
|
this.f = new ColumnFilterConditionCollection();
|
|
7084
|
-
this.
|
|
7114
|
+
this.usesOrOperator = false;
|
|
7085
7115
|
}
|
|
7086
7116
|
equals(a) {
|
|
7087
7117
|
if (a == null) {
|
|
@@ -7091,26 +7121,32 @@ let ColumnFilterConditionGroup = /*@__PURE__*/ (() => {
|
|
|
7091
7121
|
return false;
|
|
7092
7122
|
}
|
|
7093
7123
|
let b = a;
|
|
7094
|
-
if (b.
|
|
7124
|
+
if (b.count != this.count) {
|
|
7095
7125
|
return false;
|
|
7096
7126
|
}
|
|
7097
|
-
for (let c = 0; c < this.
|
|
7127
|
+
for (let c = 0; c < this.count; c++) {
|
|
7098
7128
|
if (!Base.equalsStatic(this.item(c), b.item(c))) {
|
|
7099
7129
|
return false;
|
|
7100
7130
|
}
|
|
7101
7131
|
}
|
|
7102
7132
|
return true;
|
|
7103
7133
|
}
|
|
7104
|
-
get
|
|
7134
|
+
get count() {
|
|
7105
7135
|
return this.f.count;
|
|
7106
7136
|
}
|
|
7107
|
-
|
|
7137
|
+
get usesOrOperator() {
|
|
7138
|
+
return this._usesOrOperator;
|
|
7139
|
+
}
|
|
7140
|
+
set usesOrOperator(a) {
|
|
7141
|
+
this._usesOrOperator = a;
|
|
7142
|
+
}
|
|
7143
|
+
add(a) {
|
|
7108
7144
|
this.f.add(a);
|
|
7109
7145
|
}
|
|
7110
|
-
|
|
7146
|
+
remove(a) {
|
|
7111
7147
|
this.f.remove(a);
|
|
7112
7148
|
}
|
|
7113
|
-
|
|
7149
|
+
removeAt(a) {
|
|
7114
7150
|
this.f.removeAt(a);
|
|
7115
7151
|
}
|
|
7116
7152
|
item(a, b) {
|
|
@@ -7122,27 +7158,27 @@ let ColumnFilterConditionGroup = /*@__PURE__*/ (() => {
|
|
|
7122
7158
|
return this.f._inner[a];
|
|
7123
7159
|
}
|
|
7124
7160
|
}
|
|
7125
|
-
|
|
7161
|
+
clear() {
|
|
7126
7162
|
this.f.clear();
|
|
7127
7163
|
}
|
|
7128
|
-
|
|
7164
|
+
toArray() {
|
|
7129
7165
|
let a = new Array(this.f.count);
|
|
7130
7166
|
for (let b = 0; b < this.f.count; b++) {
|
|
7131
7167
|
a[b] = this.f._inner[b];
|
|
7132
7168
|
}
|
|
7133
7169
|
return a;
|
|
7134
7170
|
}
|
|
7135
|
-
|
|
7171
|
+
resolveFilter(a, b) {
|
|
7136
7172
|
if (this.f.count == 0) {
|
|
7137
7173
|
return null;
|
|
7138
7174
|
}
|
|
7139
|
-
let c = this.f._inner[this.f.count - 1].
|
|
7175
|
+
let c = this.f._inner[this.f.count - 1].resolveFilter(a, b);
|
|
7140
7176
|
for (let d = this.f.count - 2; d >= 0; d--) {
|
|
7141
|
-
if (this.
|
|
7142
|
-
c = FilterFactory.instance.or(this.f._inner[d].
|
|
7177
|
+
if (this.usesOrOperator) {
|
|
7178
|
+
c = FilterFactory.instance.or(this.f._inner[d].resolveFilter(a, b), c);
|
|
7143
7179
|
}
|
|
7144
7180
|
else {
|
|
7145
|
-
c = FilterFactory.instance.and(this.f._inner[d].
|
|
7181
|
+
c = FilterFactory.instance.and(this.f._inner[d].resolveFilter(a, b), c);
|
|
7146
7182
|
}
|
|
7147
7183
|
}
|
|
7148
7184
|
return c;
|
|
@@ -9073,30 +9109,30 @@ let CellModel = /*@__PURE__*/ (() => {
|
|
|
9073
9109
|
a.c = AppearanceHelper.a(this.k2);
|
|
9074
9110
|
if (this.ae != null) {
|
|
9075
9111
|
let b = this.ae;
|
|
9076
|
-
if (this.p != null && b.
|
|
9112
|
+
if (this.p != null && b.p == null) {
|
|
9077
9113
|
let c = this.p.externalGrid.renderer;
|
|
9078
9114
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
9079
|
-
b.
|
|
9080
|
-
b.
|
|
9081
|
-
b.o = d.o;
|
|
9115
|
+
b.p = d.p;
|
|
9116
|
+
b.e = d.e;
|
|
9082
9117
|
b.q = d.q;
|
|
9083
|
-
b.r = d.r;
|
|
9084
9118
|
b.s = d.s;
|
|
9119
|
+
b.t = d.t;
|
|
9120
|
+
b.u = d.u;
|
|
9121
|
+
}
|
|
9122
|
+
if (b.p != null) {
|
|
9123
|
+
a.u = b.p;
|
|
9085
9124
|
}
|
|
9086
|
-
if (b.
|
|
9087
|
-
a.
|
|
9125
|
+
if (!isNaN_(b.e)) {
|
|
9126
|
+
a.j = b.e;
|
|
9088
9127
|
}
|
|
9089
|
-
if (
|
|
9090
|
-
a.
|
|
9128
|
+
if (b.u != null) {
|
|
9129
|
+
a.y = b.u;
|
|
9091
9130
|
}
|
|
9092
9131
|
if (b.s != null) {
|
|
9093
|
-
a.
|
|
9132
|
+
a.w = b.s;
|
|
9094
9133
|
}
|
|
9095
9134
|
if (b.q != null) {
|
|
9096
|
-
a.
|
|
9097
|
-
}
|
|
9098
|
-
if (b.o != null) {
|
|
9099
|
-
a.v = b.q;
|
|
9135
|
+
a.v = b.s;
|
|
9100
9136
|
}
|
|
9101
9137
|
}
|
|
9102
9138
|
return a;
|
|
@@ -10012,58 +10048,58 @@ let SummaryCellModel = /*@__PURE__*/ (() => {
|
|
|
10012
10048
|
b.af = AppearanceHelper.a(this.lg);
|
|
10013
10049
|
if (this.lk != null) {
|
|
10014
10050
|
let c = this.lk;
|
|
10015
|
-
if (this.p != null && c.
|
|
10051
|
+
if (this.p != null && c.p == null) {
|
|
10016
10052
|
let d = this.p.externalGrid.renderer;
|
|
10017
10053
|
let e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
10018
|
-
c.
|
|
10019
|
-
c.
|
|
10020
|
-
c.o = e.o;
|
|
10054
|
+
c.p = e.p;
|
|
10055
|
+
c.e = e.e;
|
|
10021
10056
|
c.q = e.q;
|
|
10022
|
-
c.r = e.r;
|
|
10023
10057
|
c.s = e.s;
|
|
10058
|
+
c.t = e.t;
|
|
10059
|
+
c.u = e.u;
|
|
10060
|
+
}
|
|
10061
|
+
if (c.p != null) {
|
|
10062
|
+
b.aj = c.p;
|
|
10024
10063
|
}
|
|
10025
|
-
if (c.
|
|
10026
|
-
b.
|
|
10064
|
+
if (!isNaN_(c.e)) {
|
|
10065
|
+
b.ag = c.e;
|
|
10027
10066
|
}
|
|
10028
|
-
if (
|
|
10029
|
-
b.
|
|
10067
|
+
if (c.u != null) {
|
|
10068
|
+
b.an = c.u;
|
|
10030
10069
|
}
|
|
10031
10070
|
if (c.s != null) {
|
|
10032
|
-
b.
|
|
10071
|
+
b.al = c.s;
|
|
10033
10072
|
}
|
|
10034
10073
|
if (c.q != null) {
|
|
10035
|
-
b.
|
|
10036
|
-
}
|
|
10037
|
-
if (c.o != null) {
|
|
10038
|
-
b.ak = c.q;
|
|
10074
|
+
b.ak = c.s;
|
|
10039
10075
|
}
|
|
10040
10076
|
}
|
|
10041
10077
|
if (this.ag != null) {
|
|
10042
10078
|
let f = this.ag;
|
|
10043
|
-
if (this.p != null && f.
|
|
10079
|
+
if (this.p != null && f.p == null) {
|
|
10044
10080
|
let g = this.p.externalGrid.renderer;
|
|
10045
10081
|
let h = FontUtil.getFontInfoFromString(g, f.fontString);
|
|
10046
|
-
f.
|
|
10047
|
-
f.
|
|
10048
|
-
f.o = h.o;
|
|
10082
|
+
f.p = h.p;
|
|
10083
|
+
f.e = h.e;
|
|
10049
10084
|
f.q = h.q;
|
|
10050
|
-
f.r = h.r;
|
|
10051
10085
|
f.s = h.s;
|
|
10086
|
+
f.t = h.t;
|
|
10087
|
+
f.u = h.u;
|
|
10052
10088
|
}
|
|
10053
|
-
if (f.
|
|
10054
|
-
b.ap = f.
|
|
10089
|
+
if (f.p != null) {
|
|
10090
|
+
b.ap = f.p;
|
|
10055
10091
|
}
|
|
10056
|
-
if (!isNaN_(f.
|
|
10057
|
-
b.ah = f.
|
|
10092
|
+
if (!isNaN_(f.e)) {
|
|
10093
|
+
b.ah = f.e;
|
|
10094
|
+
}
|
|
10095
|
+
if (f.u != null) {
|
|
10096
|
+
b.at = f.u;
|
|
10058
10097
|
}
|
|
10059
10098
|
if (f.s != null) {
|
|
10060
|
-
b.
|
|
10099
|
+
b.ar = f.s;
|
|
10061
10100
|
}
|
|
10062
10101
|
if (f.q != null) {
|
|
10063
|
-
b.
|
|
10064
|
-
}
|
|
10065
|
-
if (f.o != null) {
|
|
10066
|
-
b.aq = f.q;
|
|
10102
|
+
b.aq = f.s;
|
|
10067
10103
|
}
|
|
10068
10104
|
}
|
|
10069
10105
|
return b;
|
|
@@ -11481,30 +11517,30 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11481
11517
|
a.d = this.n.j().b();
|
|
11482
11518
|
if (this.s != null) {
|
|
11483
11519
|
let b = this.s;
|
|
11484
|
-
if (this.n != null && b.
|
|
11520
|
+
if (this.n != null && b.p == null) {
|
|
11485
11521
|
let c = this.n.m;
|
|
11486
11522
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
11487
|
-
b.
|
|
11488
|
-
b.
|
|
11489
|
-
b.o = d.o;
|
|
11523
|
+
b.p = d.p;
|
|
11524
|
+
b.e = d.e;
|
|
11490
11525
|
b.q = d.q;
|
|
11491
|
-
b.r = d.r;
|
|
11492
11526
|
b.s = d.s;
|
|
11527
|
+
b.t = d.t;
|
|
11528
|
+
b.u = d.u;
|
|
11529
|
+
}
|
|
11530
|
+
if (b.p != null) {
|
|
11531
|
+
a.l = b.p;
|
|
11493
11532
|
}
|
|
11494
|
-
if (b.
|
|
11495
|
-
a.
|
|
11533
|
+
if (!isNaN_(b.e)) {
|
|
11534
|
+
a.g = b.e;
|
|
11496
11535
|
}
|
|
11497
|
-
if (
|
|
11498
|
-
a.
|
|
11536
|
+
if (b.u != null) {
|
|
11537
|
+
a.p = b.u;
|
|
11499
11538
|
}
|
|
11500
11539
|
if (b.s != null) {
|
|
11501
|
-
a.
|
|
11540
|
+
a.n = b.s;
|
|
11502
11541
|
}
|
|
11503
11542
|
if (b.q != null) {
|
|
11504
|
-
a.
|
|
11505
|
-
}
|
|
11506
|
-
if (b.o != null) {
|
|
11507
|
-
a.m = b.q;
|
|
11543
|
+
a.m = b.s;
|
|
11508
11544
|
}
|
|
11509
11545
|
}
|
|
11510
11546
|
return a;
|
|
@@ -18578,7 +18614,7 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
18578
18614
|
let d = this.a5.j._inner[c];
|
|
18579
18615
|
if (d != a && (d.ep != null || d.er != null)) {
|
|
18580
18616
|
let e = this.actualDataSource.resolveSchemaPropertyType(d.i8);
|
|
18581
|
-
let f = d.er != null ? d.er : d.ep.
|
|
18617
|
+
let f = d.er != null ? d.er : d.ep.resolveFilter(d.i8, e);
|
|
18582
18618
|
if (b != null) {
|
|
18583
18619
|
switch (this.filterLogicalOperator) {
|
|
18584
18620
|
case 1:
|
|
@@ -19105,10 +19141,10 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
19105
19141
|
if (i.f == null) {
|
|
19106
19142
|
i.f = new List$1(ColumnFilterCondition.$, 0);
|
|
19107
19143
|
}
|
|
19108
|
-
if (h.ep.
|
|
19144
|
+
if (h.ep.isGroup()) {
|
|
19109
19145
|
let n = h.ep;
|
|
19110
|
-
i.l = toNullable(Boolean_$type, n.
|
|
19111
|
-
let o = n.
|
|
19146
|
+
i.l = toNullable(Boolean_$type, n.usesOrOperator);
|
|
19147
|
+
let o = n.count;
|
|
19112
19148
|
for (let p = 0; p < o; p++) {
|
|
19113
19149
|
i.f.add(n.item(p));
|
|
19114
19150
|
}
|
|
@@ -19338,9 +19374,9 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
19338
19374
|
else if (u > 1) {
|
|
19339
19375
|
let w = new ColumnFilterConditionGroup();
|
|
19340
19376
|
for (let x = 0; x < u; x++) {
|
|
19341
|
-
w.
|
|
19377
|
+
w.add(i.f._inner[x]);
|
|
19342
19378
|
}
|
|
19343
|
-
w.
|
|
19379
|
+
w.usesOrOperator = i.l.value;
|
|
19344
19380
|
j.ep = w;
|
|
19345
19381
|
}
|
|
19346
19382
|
}
|
|
@@ -21349,10 +21385,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
21349
21385
|
let r = m;
|
|
21350
21386
|
let s = n;
|
|
21351
21387
|
if (r != null) {
|
|
21352
|
-
r.
|
|
21388
|
+
r.v(a.externalGrid.renderer);
|
|
21353
21389
|
}
|
|
21354
21390
|
if (s != null) {
|
|
21355
|
-
s.
|
|
21391
|
+
s.v(a.externalGrid.renderer);
|
|
21356
21392
|
}
|
|
21357
21393
|
let t = new FontInfo();
|
|
21358
21394
|
FontUtil.interpolateFont(t, l, r, s);
|
|
@@ -21535,10 +21571,10 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
21535
21571
|
let u = p;
|
|
21536
21572
|
let v = q;
|
|
21537
21573
|
if (u != null) {
|
|
21538
|
-
u.
|
|
21574
|
+
u.v(a.externalGrid.renderer);
|
|
21539
21575
|
}
|
|
21540
21576
|
if (v != null) {
|
|
21541
|
-
v.
|
|
21577
|
+
v.v(a.externalGrid.renderer);
|
|
21542
21578
|
}
|
|
21543
21579
|
let w = new FontInfo();
|
|
21544
21580
|
FontUtil.interpolateFont(w, o, u, v);
|
|
@@ -22986,7 +23022,7 @@ let DefinitionBase = /*@__PURE__*/ (() => {
|
|
|
22986
23022
|
}
|
|
22987
23023
|
if (this.grid != null) {
|
|
22988
23024
|
if (this.ad != null) {
|
|
22989
|
-
this.ad.
|
|
23025
|
+
this.ad.v(this.grid.externalGrid.renderer);
|
|
22990
23026
|
}
|
|
22991
23027
|
}
|
|
22992
23028
|
a.ag = this.ad;
|
|
@@ -24462,7 +24498,7 @@ let DataGridColumn = /*@__PURE__*/ (() => {
|
|
|
24462
24498
|
a.f1 = this.h1;
|
|
24463
24499
|
if (this.grid != null) {
|
|
24464
24500
|
if (this.gb != null) {
|
|
24465
|
-
this.gb.
|
|
24501
|
+
this.gb.v(this.grid.externalGrid.renderer);
|
|
24466
24502
|
}
|
|
24467
24503
|
}
|
|
24468
24504
|
a.af = this.gb;
|
|
@@ -25029,9 +25065,9 @@ let DataGridColumn = /*@__PURE__*/ (() => {
|
|
|
25029
25065
|
}
|
|
25030
25066
|
kf(a, b) {
|
|
25031
25067
|
let c = new ColumnComparisonFilterCondition();
|
|
25032
|
-
c.
|
|
25033
|
-
c.
|
|
25034
|
-
c.
|
|
25068
|
+
c.operator = a;
|
|
25069
|
+
c.value = b;
|
|
25070
|
+
c.isCaseSensitive = this.fo() == 2;
|
|
25035
25071
|
this.ep = c;
|
|
25036
25072
|
this.er = null;
|
|
25037
25073
|
}
|
|
@@ -25045,9 +25081,9 @@ let DataGridColumn = /*@__PURE__*/ (() => {
|
|
|
25045
25081
|
this.er = e;
|
|
25046
25082
|
this.ep = ((() => {
|
|
25047
25083
|
let $ret = new ColumnCustomFilterCondition();
|
|
25048
|
-
$ret.
|
|
25084
|
+
$ret.value = c;
|
|
25049
25085
|
$ret.id = a;
|
|
25050
|
-
$ret.
|
|
25086
|
+
$ret.index = b;
|
|
25051
25087
|
return $ret;
|
|
25052
25088
|
})());
|
|
25053
25089
|
}
|
|
@@ -28941,22 +28977,22 @@ let SaveLayoutColumn = /*@__PURE__*/ (() => {
|
|
|
28941
28977
|
let x = t.item("Value");
|
|
28942
28978
|
let y = new ColumnCustomFilterCondition();
|
|
28943
28979
|
y.id = u.value.toString();
|
|
28944
|
-
y.
|
|
28980
|
+
y.index = parseInt(v.value.toString());
|
|
28945
28981
|
if (w != null) {
|
|
28946
28982
|
switch (w.value.toString()) {
|
|
28947
28983
|
case "String":
|
|
28948
|
-
y.
|
|
28984
|
+
y.value = x.value.toString();
|
|
28949
28985
|
break;
|
|
28950
28986
|
case "Number":
|
|
28951
|
-
y.
|
|
28987
|
+
y.value = parseFloat(x.value.toString());
|
|
28952
28988
|
break;
|
|
28953
28989
|
case "Date":
|
|
28954
|
-
y.
|
|
28990
|
+
y.value = dateParse(x.value.toString());
|
|
28955
28991
|
break;
|
|
28956
28992
|
}
|
|
28957
28993
|
}
|
|
28958
28994
|
else {
|
|
28959
|
-
y.
|
|
28995
|
+
y.value = null;
|
|
28960
28996
|
}
|
|
28961
28997
|
this.f.add(y);
|
|
28962
28998
|
}
|
|
@@ -28966,159 +29002,159 @@ let SaveLayoutColumn = /*@__PURE__*/ (() => {
|
|
|
28966
29002
|
let ab = t.item("ValueType");
|
|
28967
29003
|
let ac = t.item("Value");
|
|
28968
29004
|
let ad = new ColumnComparisonFilterCondition();
|
|
28969
|
-
ad.
|
|
29005
|
+
ad.isCaseSensitive = z.value;
|
|
28970
29006
|
switch (aa.value.toString()) {
|
|
28971
29007
|
case "Equals":
|
|
28972
|
-
ad.
|
|
29008
|
+
ad.operator = 0;
|
|
28973
29009
|
break;
|
|
28974
29010
|
case "NotEquals":
|
|
28975
|
-
ad.
|
|
29011
|
+
ad.operator = 1;
|
|
28976
29012
|
break;
|
|
28977
29013
|
case "LessThan":
|
|
28978
|
-
ad.
|
|
29014
|
+
ad.operator = 2;
|
|
28979
29015
|
break;
|
|
28980
29016
|
case "LessThanOrEqualTo":
|
|
28981
|
-
ad.
|
|
29017
|
+
ad.operator = 3;
|
|
28982
29018
|
break;
|
|
28983
29019
|
case "GreaterThan":
|
|
28984
|
-
ad.
|
|
29020
|
+
ad.operator = 4;
|
|
28985
29021
|
break;
|
|
28986
29022
|
case "GreaterThanOrEqualTo":
|
|
28987
|
-
ad.
|
|
29023
|
+
ad.operator = 5;
|
|
28988
29024
|
break;
|
|
28989
29025
|
case "Top":
|
|
28990
|
-
ad.
|
|
29026
|
+
ad.operator = 6;
|
|
28991
29027
|
break;
|
|
28992
29028
|
case "Bottom":
|
|
28993
|
-
ad.
|
|
29029
|
+
ad.operator = 7;
|
|
28994
29030
|
break;
|
|
28995
29031
|
case "TopPercentile":
|
|
28996
|
-
ad.
|
|
29032
|
+
ad.operator = 8;
|
|
28997
29033
|
break;
|
|
28998
29034
|
case "BottomPercentile":
|
|
28999
|
-
ad.
|
|
29035
|
+
ad.operator = 9;
|
|
29000
29036
|
break;
|
|
29001
29037
|
case "True":
|
|
29002
|
-
ad.
|
|
29038
|
+
ad.operator = 10;
|
|
29003
29039
|
break;
|
|
29004
29040
|
case "False":
|
|
29005
|
-
ad.
|
|
29041
|
+
ad.operator = 11;
|
|
29006
29042
|
break;
|
|
29007
29043
|
case "Contains":
|
|
29008
|
-
ad.
|
|
29044
|
+
ad.operator = 12;
|
|
29009
29045
|
break;
|
|
29010
29046
|
case "DoesNotContain":
|
|
29011
|
-
ad.
|
|
29047
|
+
ad.operator = 13;
|
|
29012
29048
|
break;
|
|
29013
29049
|
case "StartsWith":
|
|
29014
|
-
ad.
|
|
29050
|
+
ad.operator = 14;
|
|
29015
29051
|
break;
|
|
29016
29052
|
case "DoesNotStartWith":
|
|
29017
|
-
ad.
|
|
29053
|
+
ad.operator = 15;
|
|
29018
29054
|
break;
|
|
29019
29055
|
case "EndsWith":
|
|
29020
|
-
ad.
|
|
29056
|
+
ad.operator = 16;
|
|
29021
29057
|
break;
|
|
29022
29058
|
case "DoesNotEndWith":
|
|
29023
|
-
ad.
|
|
29059
|
+
ad.operator = 17;
|
|
29024
29060
|
break;
|
|
29025
29061
|
case "Today":
|
|
29026
|
-
ad.
|
|
29062
|
+
ad.operator = 18;
|
|
29027
29063
|
break;
|
|
29028
29064
|
case "Tomorrow":
|
|
29029
|
-
ad.
|
|
29065
|
+
ad.operator = 19;
|
|
29030
29066
|
break;
|
|
29031
29067
|
case "Yesterday":
|
|
29032
|
-
ad.
|
|
29068
|
+
ad.operator = 20;
|
|
29033
29069
|
break;
|
|
29034
29070
|
case "NextWeek":
|
|
29035
|
-
ad.
|
|
29071
|
+
ad.operator = 21;
|
|
29036
29072
|
break;
|
|
29037
29073
|
case "ThisWeek":
|
|
29038
|
-
ad.
|
|
29074
|
+
ad.operator = 22;
|
|
29039
29075
|
break;
|
|
29040
29076
|
case "LastWeek":
|
|
29041
|
-
ad.
|
|
29077
|
+
ad.operator = 23;
|
|
29042
29078
|
break;
|
|
29043
29079
|
case "NextMonth":
|
|
29044
|
-
ad.
|
|
29080
|
+
ad.operator = 24;
|
|
29045
29081
|
break;
|
|
29046
29082
|
case "ThisMonth":
|
|
29047
|
-
ad.
|
|
29083
|
+
ad.operator = 25;
|
|
29048
29084
|
break;
|
|
29049
29085
|
case "LastMonth":
|
|
29050
|
-
ad.
|
|
29086
|
+
ad.operator = 26;
|
|
29051
29087
|
break;
|
|
29052
29088
|
case "NextQuater":
|
|
29053
|
-
ad.
|
|
29089
|
+
ad.operator = 27;
|
|
29054
29090
|
break;
|
|
29055
29091
|
case "ThisQuater":
|
|
29056
|
-
ad.
|
|
29092
|
+
ad.operator = 28;
|
|
29057
29093
|
break;
|
|
29058
29094
|
case "LastQuater":
|
|
29059
|
-
ad.
|
|
29095
|
+
ad.operator = 29;
|
|
29060
29096
|
break;
|
|
29061
29097
|
case "NextYear":
|
|
29062
|
-
ad.
|
|
29098
|
+
ad.operator = 30;
|
|
29063
29099
|
break;
|
|
29064
29100
|
case "ThisYear":
|
|
29065
|
-
ad.
|
|
29101
|
+
ad.operator = 31;
|
|
29066
29102
|
break;
|
|
29067
29103
|
case "LastYear":
|
|
29068
|
-
ad.
|
|
29104
|
+
ad.operator = 32;
|
|
29069
29105
|
break;
|
|
29070
29106
|
case "YearToDate":
|
|
29071
|
-
ad.
|
|
29107
|
+
ad.operator = 33;
|
|
29072
29108
|
break;
|
|
29073
29109
|
case "Q1":
|
|
29074
|
-
ad.
|
|
29110
|
+
ad.operator = 34;
|
|
29075
29111
|
break;
|
|
29076
29112
|
case "Q2":
|
|
29077
|
-
ad.
|
|
29113
|
+
ad.operator = 35;
|
|
29078
29114
|
break;
|
|
29079
29115
|
case "Q3":
|
|
29080
|
-
ad.
|
|
29116
|
+
ad.operator = 36;
|
|
29081
29117
|
break;
|
|
29082
29118
|
case "Q4":
|
|
29083
|
-
ad.
|
|
29119
|
+
ad.operator = 37;
|
|
29084
29120
|
break;
|
|
29085
29121
|
case "Month":
|
|
29086
|
-
ad.
|
|
29122
|
+
ad.operator = 38;
|
|
29087
29123
|
break;
|
|
29088
29124
|
case "Year":
|
|
29089
|
-
ad.
|
|
29125
|
+
ad.operator = 39;
|
|
29090
29126
|
break;
|
|
29091
29127
|
case "Empty":
|
|
29092
|
-
ad.
|
|
29128
|
+
ad.operator = 40;
|
|
29093
29129
|
break;
|
|
29094
29130
|
case "NotEmpty":
|
|
29095
|
-
ad.
|
|
29131
|
+
ad.operator = 41;
|
|
29096
29132
|
break;
|
|
29097
29133
|
case "IsNull":
|
|
29098
|
-
ad.
|
|
29134
|
+
ad.operator = 42;
|
|
29099
29135
|
break;
|
|
29100
29136
|
case "IsNotNull":
|
|
29101
|
-
ad.
|
|
29137
|
+
ad.operator = 43;
|
|
29102
29138
|
break;
|
|
29103
29139
|
case "Custom":
|
|
29104
|
-
ad.
|
|
29140
|
+
ad.operator = 44;
|
|
29105
29141
|
break;
|
|
29106
29142
|
}
|
|
29107
29143
|
if (ab != null) {
|
|
29108
29144
|
switch (ab.value.toString()) {
|
|
29109
29145
|
case "String":
|
|
29110
|
-
ad.
|
|
29146
|
+
ad.value = ac.value.toString();
|
|
29111
29147
|
break;
|
|
29112
29148
|
case "Number":
|
|
29113
|
-
ad.
|
|
29149
|
+
ad.value = parseFloat(ac.value.toString());
|
|
29114
29150
|
break;
|
|
29115
29151
|
case "Date":
|
|
29116
|
-
ad.
|
|
29152
|
+
ad.value = dateParse(ac.value.toString());
|
|
29117
29153
|
break;
|
|
29118
29154
|
}
|
|
29119
29155
|
}
|
|
29120
29156
|
else {
|
|
29121
|
-
ad.
|
|
29157
|
+
ad.value = null;
|
|
29122
29158
|
}
|
|
29123
29159
|
this.f.add(ad);
|
|
29124
29160
|
}
|
|
@@ -29208,20 +29244,20 @@ let SaveLayoutColumn = /*@__PURE__*/ (() => {
|
|
|
29208
29244
|
if (typeCast(ColumnCustomFilterCondition.$, this.f._inner[e]) !== null) {
|
|
29209
29245
|
let f = this.f._inner[e];
|
|
29210
29246
|
a.i("\"ID\": " + "\"" + f.id + "\", ");
|
|
29211
|
-
a.i("\"Index\": " + f.
|
|
29212
|
-
if (f.
|
|
29213
|
-
a.i("\"ValueType\": " + "\"" + getInstanceType(f.
|
|
29247
|
+
a.i("\"Index\": " + f.index + ", ");
|
|
29248
|
+
if (f.value != null) {
|
|
29249
|
+
a.i("\"ValueType\": " + "\"" + getInstanceType(f.value).typeName + "\", ");
|
|
29214
29250
|
}
|
|
29215
|
-
a.i("\"Value\": " + "\"" + f.
|
|
29251
|
+
a.i("\"Value\": " + "\"" + f.value + "\"");
|
|
29216
29252
|
}
|
|
29217
29253
|
else {
|
|
29218
29254
|
let g = this.f._inner[e];
|
|
29219
|
-
a.i("\"IsCaseSensitive\": " + g.
|
|
29220
|
-
a.i("\"Operator\": " + "\"" + enumGetBox(ColumnComparisonConditionOperatorType_$type, g.
|
|
29221
|
-
if (g.
|
|
29222
|
-
a.i("\"ValueType\": " + "\"" + getInstanceType(g.
|
|
29255
|
+
a.i("\"IsCaseSensitive\": " + g.isCaseSensitive + ", ");
|
|
29256
|
+
a.i("\"Operator\": " + "\"" + enumGetBox(ColumnComparisonConditionOperatorType_$type, g.operator) + "\", ");
|
|
29257
|
+
if (g.value != null) {
|
|
29258
|
+
a.i("\"ValueType\": " + "\"" + getInstanceType(g.value).typeName + "\", ");
|
|
29223
29259
|
}
|
|
29224
|
-
a.i("\"Value\": " + "\"" + g.
|
|
29260
|
+
a.i("\"Value\": " + "\"" + g.value + "\"");
|
|
29225
29261
|
}
|
|
29226
29262
|
a.i("}");
|
|
29227
29263
|
}
|
|
@@ -40068,7 +40104,12 @@ class IgcGridFilterOperandsCollection extends IgCollection {
|
|
|
40068
40104
|
if (!ext) {
|
|
40069
40105
|
ext = new IgcFilterOperand();
|
|
40070
40106
|
if (ext) {
|
|
40071
|
-
ext._implementation
|
|
40107
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
40108
|
+
ext._implementation.setNativeElement(int);
|
|
40109
|
+
}
|
|
40110
|
+
else {
|
|
40111
|
+
ext._implementation = int;
|
|
40112
|
+
}
|
|
40072
40113
|
}
|
|
40073
40114
|
}
|
|
40074
40115
|
return ext;
|
|
@@ -41274,7 +41315,12 @@ class IgcGridColumnCollection extends IgCollection {
|
|
|
41274
41315
|
if (!ext) {
|
|
41275
41316
|
ext = IgcDataGridColumnComponent._createFromInternal(int);
|
|
41276
41317
|
if (ext) {
|
|
41277
|
-
ext._implementation
|
|
41318
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
41319
|
+
ext._implementation.setNativeElement(int);
|
|
41320
|
+
}
|
|
41321
|
+
else {
|
|
41322
|
+
ext._implementation = int;
|
|
41323
|
+
}
|
|
41278
41324
|
}
|
|
41279
41325
|
}
|
|
41280
41326
|
return ext;
|
|
@@ -41555,7 +41601,12 @@ class IgcGridSelectedKeysCollection extends IgCollection {
|
|
|
41555
41601
|
if (!ext) {
|
|
41556
41602
|
ext = new IgcPrimaryKeyValue();
|
|
41557
41603
|
if (ext) {
|
|
41558
|
-
ext._implementation
|
|
41604
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
41605
|
+
ext._implementation.setNativeElement(int);
|
|
41606
|
+
}
|
|
41607
|
+
else {
|
|
41608
|
+
ext._implementation = int;
|
|
41609
|
+
}
|
|
41559
41610
|
}
|
|
41560
41611
|
}
|
|
41561
41612
|
return ext;
|
|
@@ -41731,7 +41782,12 @@ class IgcGridSelectedCellsCollection extends IgCollection {
|
|
|
41731
41782
|
if (!ext) {
|
|
41732
41783
|
ext = new IgcCellKey();
|
|
41733
41784
|
if (ext) {
|
|
41734
|
-
ext._implementation
|
|
41785
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
41786
|
+
ext._implementation.setNativeElement(int);
|
|
41787
|
+
}
|
|
41788
|
+
else {
|
|
41789
|
+
ext._implementation = int;
|
|
41790
|
+
}
|
|
41735
41791
|
}
|
|
41736
41792
|
}
|
|
41737
41793
|
return ext;
|
|
@@ -41921,7 +41977,12 @@ class IgcGridSelectedCellRangesCollection extends IgCollection {
|
|
|
41921
41977
|
if (!ext) {
|
|
41922
41978
|
ext = new IgcCellRange();
|
|
41923
41979
|
if (ext) {
|
|
41924
|
-
ext._implementation
|
|
41980
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
41981
|
+
ext._implementation.setNativeElement(int);
|
|
41982
|
+
}
|
|
41983
|
+
else {
|
|
41984
|
+
ext._implementation = int;
|
|
41985
|
+
}
|
|
41925
41986
|
}
|
|
41926
41987
|
}
|
|
41927
41988
|
return ext;
|
|
@@ -43582,8 +43643,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43582
43643
|
this.ay = 0;
|
|
43583
43644
|
this.i = ((() => {
|
|
43584
43645
|
let $ret = new FontInfo();
|
|
43585
|
-
$ret.
|
|
43586
|
-
$ret.
|
|
43646
|
+
$ret.p = "Verdana";
|
|
43647
|
+
$ret.e = 12;
|
|
43587
43648
|
return $ret;
|
|
43588
43649
|
})());
|
|
43589
43650
|
this.p = true;
|
|
@@ -43705,9 +43766,9 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43705
43766
|
}
|
|
43706
43767
|
if (this.aa || this.u || i || !this.v) {
|
|
43707
43768
|
this.aa = false;
|
|
43708
|
-
if (this.p || this.u || (this.i != null && this.i.
|
|
43769
|
+
if (this.p || this.u || (this.i != null && this.i.i != this.br)) {
|
|
43709
43770
|
this.p = false;
|
|
43710
|
-
this.br = this.i.
|
|
43771
|
+
this.br = this.i.i;
|
|
43711
43772
|
j.ad(this.i);
|
|
43712
43773
|
}
|
|
43713
43774
|
if (f != 1) {
|
|
@@ -43980,8 +44041,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43980
44041
|
}
|
|
43981
44042
|
this.o = true;
|
|
43982
44043
|
let b = DeviceUtils.f(12);
|
|
43983
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
43984
|
-
b = a.ag.
|
|
44044
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
44045
|
+
b = a.ag.e;
|
|
43985
44046
|
}
|
|
43986
44047
|
if (this.ay != b) {
|
|
43987
44048
|
this.ay = b;
|
|
@@ -44028,15 +44089,15 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
44028
44089
|
if (a == null) {
|
|
44029
44090
|
return;
|
|
44030
44091
|
}
|
|
44031
|
-
if (this.p || (this.i != null && this.i.
|
|
44092
|
+
if (this.p || (this.i != null && this.i.i != this.br)) {
|
|
44032
44093
|
this.p = false;
|
|
44033
|
-
this.br = this.i.
|
|
44094
|
+
this.br = this.i.i;
|
|
44034
44095
|
a.ad(this.i);
|
|
44035
44096
|
}
|
|
44036
44097
|
let b;
|
|
44037
|
-
if (this.h != this.i || this.bt != this.i.
|
|
44098
|
+
if (this.h != this.i || this.bt != this.i.i) {
|
|
44038
44099
|
this.h = this.i;
|
|
44039
|
-
this.bt = this.i.
|
|
44100
|
+
this.bt = this.i.i;
|
|
44040
44101
|
this.ar = FontUtil.getCurrentFontHeight(this.bm, this.i);
|
|
44041
44102
|
}
|
|
44042
44103
|
b = this.ar;
|
|
@@ -45819,9 +45880,9 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
45819
45880
|
if (a == null) {
|
|
45820
45881
|
return;
|
|
45821
45882
|
}
|
|
45822
|
-
if (this.c8 || (this.c7 != null && this.c7.
|
|
45883
|
+
if (this.c8 || (this.c7 != null && this.c7.i != this.de)) {
|
|
45823
45884
|
this.c8 = false;
|
|
45824
|
-
this.de = this.c7.
|
|
45885
|
+
this.de = this.c7.i;
|
|
45825
45886
|
a.ad(this.c7);
|
|
45826
45887
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
45827
45888
|
}
|
|
@@ -46590,8 +46651,8 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
46590
46651
|
return;
|
|
46591
46652
|
}
|
|
46592
46653
|
let b = DeviceUtils.f(12);
|
|
46593
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
46594
|
-
b = a.ag.
|
|
46654
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
46655
|
+
b = a.ag.e;
|
|
46595
46656
|
}
|
|
46596
46657
|
if (this.y != b) {
|
|
46597
46658
|
this.y = b;
|
|
@@ -48145,7 +48206,7 @@ let EditorCell = /*@__PURE__*/ (() => {
|
|
|
48145
48206
|
eh(a, b, c, d, e) {
|
|
48146
48207
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
48147
48208
|
this.dd.setRawText(a);
|
|
48148
|
-
this.cx.
|
|
48209
|
+
this.cx.b8();
|
|
48149
48210
|
this.ei();
|
|
48150
48211
|
}
|
|
48151
48212
|
}
|
|
@@ -48160,7 +48221,7 @@ let EditorCell = /*@__PURE__*/ (() => {
|
|
|
48160
48221
|
}
|
|
48161
48222
|
d0() {
|
|
48162
48223
|
if (this.cx.aw) {
|
|
48163
|
-
this.cx.
|
|
48224
|
+
this.cx.b5();
|
|
48164
48225
|
}
|
|
48165
48226
|
}
|
|
48166
48227
|
bo() {
|
|
@@ -48721,7 +48782,7 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
48721
48782
|
}
|
|
48722
48783
|
s(a, b) {
|
|
48723
48784
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
48724
|
-
this.d.
|
|
48785
|
+
this.d.b8();
|
|
48725
48786
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
48726
48787
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
48727
48788
|
}
|
|
@@ -49351,13 +49412,13 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
49351
49412
|
this.ee();
|
|
49352
49413
|
}
|
|
49353
49414
|
else {
|
|
49354
|
-
this.q.
|
|
49415
|
+
this.q.b5();
|
|
49355
49416
|
}
|
|
49356
49417
|
}
|
|
49357
49418
|
}
|
|
49358
49419
|
d8() {
|
|
49359
49420
|
if (this.q != null) {
|
|
49360
|
-
this.q.
|
|
49421
|
+
this.q.b5();
|
|
49361
49422
|
}
|
|
49362
49423
|
}
|
|
49363
49424
|
d1(a, b, c, d) {
|
|
@@ -49727,32 +49788,32 @@ let FilterCell = /*@__PURE__*/ (() => {
|
|
|
49727
49788
|
if (this.ci != null) {
|
|
49728
49789
|
if (typeCast(ColumnComparisonFilterCondition.$, this.ci) !== null) {
|
|
49729
49790
|
let a = typeCast(ColumnComparisonFilterCondition.$, this.ci);
|
|
49730
|
-
this.ck.b = a.
|
|
49791
|
+
this.ck.b = a.operator;
|
|
49731
49792
|
let b = this.cr.getEditorValue();
|
|
49732
49793
|
if (b != null) {
|
|
49733
|
-
if (!Base.equalsStatic(b, a.
|
|
49734
|
-
this.cr.value = a.
|
|
49735
|
-
this.c8 = a.
|
|
49794
|
+
if (!Base.equalsStatic(b, a.value)) {
|
|
49795
|
+
this.cr.value = a.value;
|
|
49796
|
+
this.c8 = a.value;
|
|
49736
49797
|
}
|
|
49737
49798
|
}
|
|
49738
49799
|
else {
|
|
49739
|
-
this.cr.value = a.
|
|
49740
|
-
this.c8 = a.
|
|
49800
|
+
this.cr.value = a.value;
|
|
49801
|
+
this.c8 = a.value;
|
|
49741
49802
|
}
|
|
49742
49803
|
}
|
|
49743
49804
|
else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
|
|
49744
49805
|
let c = typeCast(ColumnCustomFilterCondition.$, this.ci);
|
|
49745
|
-
this.ck.ek(c.id, c.
|
|
49806
|
+
this.ck.ek(c.id, c.index);
|
|
49746
49807
|
let d = this.cr.getEditorValue();
|
|
49747
49808
|
if (d != null) {
|
|
49748
|
-
if (!Base.equalsStatic(d, c.
|
|
49749
|
-
this.cr.value = c.
|
|
49750
|
-
this.c8 = c.
|
|
49809
|
+
if (!Base.equalsStatic(d, c.value)) {
|
|
49810
|
+
this.cr.value = c.value;
|
|
49811
|
+
this.c8 = c.value;
|
|
49751
49812
|
}
|
|
49752
49813
|
}
|
|
49753
49814
|
else {
|
|
49754
|
-
this.cr.value = c.
|
|
49755
|
-
this.c8 = c.
|
|
49815
|
+
this.cr.value = c.value;
|
|
49816
|
+
this.c8 = c.value;
|
|
49756
49817
|
}
|
|
49757
49818
|
}
|
|
49758
49819
|
else if (!(typeCast(ColumnCustomFilterCondition.$, this.ci) !== null)) {
|
|
@@ -51232,14 +51293,14 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51232
51293
|
}
|
|
51233
51294
|
e(a) {
|
|
51234
51295
|
let b = new ColumnFilterConditionGroup();
|
|
51235
|
-
b.
|
|
51296
|
+
b.usesOrOperator = a.k;
|
|
51236
51297
|
let c = new Stack$1(ColumnFilterConditionGroup.$);
|
|
51237
51298
|
let d = 0;
|
|
51238
51299
|
let e = b;
|
|
51239
51300
|
for (let f = 0; f < a.f.count; f++) {
|
|
51240
51301
|
let g = this.h(d, c, a, f);
|
|
51241
51302
|
while (g != null) {
|
|
51242
|
-
e.
|
|
51303
|
+
e.add(g);
|
|
51243
51304
|
e = g;
|
|
51244
51305
|
d++;
|
|
51245
51306
|
g = this.h(d, c, a, f);
|
|
@@ -51256,9 +51317,9 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51256
51317
|
if (this.z(a, a.f._inner[f])) {
|
|
51257
51318
|
continue;
|
|
51258
51319
|
}
|
|
51259
|
-
e.
|
|
51320
|
+
e.add(this.d(a.f._inner[f]));
|
|
51260
51321
|
}
|
|
51261
|
-
if (b.
|
|
51322
|
+
if (b.count == 0) {
|
|
51262
51323
|
return null;
|
|
51263
51324
|
}
|
|
51264
51325
|
return b;
|
|
@@ -51299,7 +51360,7 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51299
51360
|
if (a < e) {
|
|
51300
51361
|
let f = c.b(d);
|
|
51301
51362
|
let g = new ColumnFilterConditionGroup();
|
|
51302
|
-
g.
|
|
51363
|
+
g.usesOrOperator = f.a;
|
|
51303
51364
|
b.h(g);
|
|
51304
51365
|
return g;
|
|
51305
51366
|
}
|
|
@@ -51307,8 +51368,8 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51307
51368
|
}
|
|
51308
51369
|
d(a) {
|
|
51309
51370
|
let b = new ColumnComparisonFilterCondition();
|
|
51310
|
-
b.
|
|
51311
|
-
b.
|
|
51371
|
+
b.operator = this.c(a.l);
|
|
51372
|
+
b.value = a.i;
|
|
51312
51373
|
return b;
|
|
51313
51374
|
}
|
|
51314
51375
|
c(a) {
|
|
@@ -51333,9 +51394,9 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51333
51394
|
return c;
|
|
51334
51395
|
}
|
|
51335
51396
|
a1(a, b, c) {
|
|
51336
|
-
if (b.
|
|
51397
|
+
if (b.isGroup()) {
|
|
51337
51398
|
let d = b;
|
|
51338
|
-
for (let e = 0; e < d.
|
|
51399
|
+
for (let e = 0; e < d.count; e++) {
|
|
51339
51400
|
let f = d.item(e);
|
|
51340
51401
|
this.a1(a, f, c);
|
|
51341
51402
|
}
|
|
@@ -51346,28 +51407,28 @@ let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
51346
51407
|
}
|
|
51347
51408
|
t(a, b) {
|
|
51348
51409
|
let c = new GridFilterDialogViewModelRow();
|
|
51349
|
-
c.l = GridFilterDialog.au(a.
|
|
51410
|
+
c.l = GridFilterDialog.au(a.operator);
|
|
51350
51411
|
c.f = b;
|
|
51351
51412
|
c.e = GridFilterDialog.a(b);
|
|
51352
|
-
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.
|
|
51353
|
-
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.
|
|
51413
|
+
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
51414
|
+
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
51354
51415
|
c.d = GridFilterDialog.b(b);
|
|
51355
51416
|
return c;
|
|
51356
51417
|
}
|
|
51357
51418
|
static ak(a) {
|
|
51358
|
-
return ColumnComparisonFilterCondition.
|
|
51419
|
+
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
51359
51420
|
}
|
|
51360
51421
|
static ao(a, b, c) {
|
|
51361
51422
|
if (a == 0) {
|
|
51362
51423
|
return "";
|
|
51363
51424
|
}
|
|
51364
|
-
return c.
|
|
51425
|
+
return c.value != null ? c.value.toString() : "";
|
|
51365
51426
|
}
|
|
51366
51427
|
static ap(a, b, c) {
|
|
51367
51428
|
return "";
|
|
51368
51429
|
}
|
|
51369
51430
|
static b(a) {
|
|
51370
|
-
return ColumnComparisonFilterCondition.
|
|
51431
|
+
return ColumnComparisonFilterCondition.getOperandNumbers(a);
|
|
51371
51432
|
}
|
|
51372
51433
|
static a(a) {
|
|
51373
51434
|
let b = new Array(a.length);
|
|
@@ -51459,7 +51520,7 @@ let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
51459
51520
|
class GridFilterDialogViewModel extends Base {
|
|
51460
51521
|
n() {
|
|
51461
51522
|
let a = new GridFilterDialogViewModelRow();
|
|
51462
|
-
let b = ColumnComparisonFilterCondition.
|
|
51523
|
+
let b = ColumnComparisonFilterCondition.getApplicableOperators(this.a);
|
|
51463
51524
|
a.f = b;
|
|
51464
51525
|
a.e = GridFilterDialog.a(b);
|
|
51465
51526
|
a.d = GridFilterDialog.b(b);
|
|
@@ -54131,7 +54192,12 @@ class IgcResponsiveStatesCollection extends IgCollection {
|
|
|
54131
54192
|
if (!ext) {
|
|
54132
54193
|
ext = new IgcResponsiveState();
|
|
54133
54194
|
if (ext) {
|
|
54134
|
-
ext._implementation
|
|
54195
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
54196
|
+
ext._implementation.setNativeElement(int);
|
|
54197
|
+
}
|
|
54198
|
+
else {
|
|
54199
|
+
ext._implementation = int;
|
|
54200
|
+
}
|
|
54135
54201
|
}
|
|
54136
54202
|
}
|
|
54137
54203
|
return ext;
|
|
@@ -55940,7 +56006,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
55940
56006
|
aq() {
|
|
55941
56007
|
if (this.t != null) {
|
|
55942
56008
|
if (this.e.k != null) {
|
|
55943
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
56009
|
+
this.t.setStyleProperty("font", this.e.k.s);
|
|
55944
56010
|
}
|
|
55945
56011
|
else {
|
|
55946
56012
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -55952,7 +56018,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
55952
56018
|
let a = this.i.count;
|
|
55953
56019
|
for (let b = 0; b < a; b++) {
|
|
55954
56020
|
let c = this.i._inner[b];
|
|
55955
|
-
c.setStyleProperty("font", this.e.k.
|
|
56021
|
+
c.setStyleProperty("font", this.e.k.s);
|
|
55956
56022
|
}
|
|
55957
56023
|
}
|
|
55958
56024
|
}
|
|
@@ -56016,7 +56082,7 @@ let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
56016
56082
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
56017
56083
|
let g = this.n.createElement("span");
|
|
56018
56084
|
if (this.e.k != null) {
|
|
56019
|
-
g.setStyleProperty("font", this.e.k.
|
|
56085
|
+
g.setStyleProperty("font", this.e.k.s);
|
|
56020
56086
|
}
|
|
56021
56087
|
else {
|
|
56022
56088
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -56711,30 +56777,30 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
56711
56777
|
}
|
|
56712
56778
|
if (this.k != null) {
|
|
56713
56779
|
let n = this.k;
|
|
56714
|
-
if (this.d != null && n.
|
|
56780
|
+
if (this.d != null && n.p == null) {
|
|
56715
56781
|
let o = this.d.o;
|
|
56716
56782
|
let p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
56717
|
-
n.
|
|
56718
|
-
n.
|
|
56719
|
-
n.o = p.o;
|
|
56783
|
+
n.p = p.p;
|
|
56784
|
+
n.e = p.e;
|
|
56720
56785
|
n.q = p.q;
|
|
56721
|
-
n.r = p.r;
|
|
56722
56786
|
n.s = p.s;
|
|
56787
|
+
n.t = p.t;
|
|
56788
|
+
n.u = p.u;
|
|
56789
|
+
}
|
|
56790
|
+
if (n.p != null) {
|
|
56791
|
+
a.j = n.p;
|
|
56723
56792
|
}
|
|
56724
|
-
if (n.
|
|
56725
|
-
a.
|
|
56793
|
+
if (!isNaN_(n.e)) {
|
|
56794
|
+
a.g = n.e;
|
|
56726
56795
|
}
|
|
56727
|
-
if (
|
|
56728
|
-
a.
|
|
56796
|
+
if (n.u != null) {
|
|
56797
|
+
a.n = n.u;
|
|
56729
56798
|
}
|
|
56730
56799
|
if (n.s != null) {
|
|
56731
|
-
a.
|
|
56800
|
+
a.l = n.s;
|
|
56732
56801
|
}
|
|
56733
56802
|
if (n.q != null) {
|
|
56734
|
-
a.
|
|
56735
|
-
}
|
|
56736
|
-
if (n.o != null) {
|
|
56737
|
-
a.k = n.q;
|
|
56803
|
+
a.k = n.s;
|
|
56738
56804
|
}
|
|
56739
56805
|
}
|
|
56740
56806
|
return a;
|
|
@@ -67043,16 +67109,16 @@ let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
67043
67109
|
get ad() {
|
|
67044
67110
|
if (null == this.ac) {
|
|
67045
67111
|
this.ac = new FontInfo();
|
|
67046
|
-
this.ac.
|
|
67047
|
-
this.ac.
|
|
67112
|
+
this.ac.p = "Verdana";
|
|
67113
|
+
this.ac.e = 12;
|
|
67048
67114
|
}
|
|
67049
67115
|
return this.ac;
|
|
67050
67116
|
}
|
|
67051
67117
|
get af() {
|
|
67052
67118
|
if (null == this.ae) {
|
|
67053
67119
|
this.ae = new FontInfo();
|
|
67054
|
-
this.ae.
|
|
67055
|
-
this.ae.
|
|
67120
|
+
this.ae.p = "Verdana";
|
|
67121
|
+
this.ae.e = 14;
|
|
67056
67122
|
}
|
|
67057
67123
|
return this.ae;
|
|
67058
67124
|
}
|
|
@@ -69968,9 +70034,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
69968
70034
|
}
|
|
69969
70035
|
else {
|
|
69970
70036
|
let i = new ColumnFilterConditionGroup();
|
|
69971
|
-
i.
|
|
70037
|
+
i.usesOrOperator = b;
|
|
69972
70038
|
for (let j of fromEnum(c)) {
|
|
69973
|
-
i.
|
|
70039
|
+
i.add(j);
|
|
69974
70040
|
}
|
|
69975
70041
|
this.column.ep = i;
|
|
69976
70042
|
}
|
|
@@ -70002,8 +70068,8 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70002
70068
|
}
|
|
70003
70069
|
static bv(a, b) {
|
|
70004
70070
|
let c = new ColumnComparisonFilterCondition();
|
|
70005
|
-
c.
|
|
70006
|
-
c.
|
|
70071
|
+
c.operator = a;
|
|
70072
|
+
c.value = b;
|
|
70007
70073
|
return c;
|
|
70008
70074
|
}
|
|
70009
70075
|
b3() {
|
|
@@ -70082,7 +70148,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70082
70148
|
let e = this.b4();
|
|
70083
70149
|
for (let f = e.count - 1; f >= 0; f--) {
|
|
70084
70150
|
let g = e._inner[f];
|
|
70085
|
-
switch (g.
|
|
70151
|
+
switch (g.operator) {
|
|
70086
70152
|
case 0:
|
|
70087
70153
|
case 1: break;
|
|
70088
70154
|
default:
|
|
@@ -70090,9 +70156,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70090
70156
|
continue;
|
|
70091
70157
|
}
|
|
70092
70158
|
if (nullableEquals(d, null)) {
|
|
70093
|
-
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.
|
|
70159
|
+
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.operator);
|
|
70094
70160
|
}
|
|
70095
|
-
else if (d.value != g.
|
|
70161
|
+
else if (d.value != g.operator) {
|
|
70096
70162
|
c = false;
|
|
70097
70163
|
break;
|
|
70098
70164
|
}
|
|
@@ -70111,7 +70177,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70111
70177
|
}
|
|
70112
70178
|
let h = this.bx.g;
|
|
70113
70179
|
for (let i of fromEnum(e)) {
|
|
70114
|
-
h.add(new PrimaryKeyValue([b], [i.
|
|
70180
|
+
h.add(new PrimaryKeyValue([b], [i.value]));
|
|
70115
70181
|
}
|
|
70116
70182
|
this.cu();
|
|
70117
70183
|
}
|
|
@@ -70130,7 +70196,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70130
70196
|
static cm(a, b) {
|
|
70131
70197
|
let c = typeCast(ColumnFilterConditionGroup.$, a);
|
|
70132
70198
|
if (null != c) {
|
|
70133
|
-
for (let d = 0; d < c.
|
|
70199
|
+
for (let d = 0; d < c.count; d++) {
|
|
70134
70200
|
let e = c.item(d);
|
|
70135
70201
|
let f = GridColumnFilterOptions.cm(e, b);
|
|
70136
70202
|
b = f.p1;
|
|
@@ -71039,12 +71105,12 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
71039
71105
|
}
|
|
71040
71106
|
}
|
|
71041
71107
|
if (this.b0 != null && this.b0.aw) {
|
|
71042
|
-
this.b0.
|
|
71108
|
+
this.b0.b5();
|
|
71043
71109
|
}
|
|
71044
71110
|
}
|
|
71045
71111
|
bu() {
|
|
71046
71112
|
if (this.b0 != null && this.b0.aw) {
|
|
71047
|
-
this.b0.
|
|
71113
|
+
this.b0.b5();
|
|
71048
71114
|
}
|
|
71049
71115
|
}
|
|
71050
71116
|
a6() {
|
|
@@ -71165,7 +71231,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
71165
71231
|
}
|
|
71166
71232
|
cj() {
|
|
71167
71233
|
if (this.b0 != null && this.b0.aw) {
|
|
71168
|
-
this.b0.
|
|
71234
|
+
this.b0.b5();
|
|
71169
71235
|
}
|
|
71170
71236
|
}
|
|
71171
71237
|
ck(a) {
|
|
@@ -71214,7 +71280,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
71214
71280
|
}
|
|
71215
71281
|
cr() {
|
|
71216
71282
|
if (this.b0 != null) {
|
|
71217
|
-
this.b0.
|
|
71283
|
+
this.b0.cy = this.bo;
|
|
71218
71284
|
this.b0.al = false;
|
|
71219
71285
|
}
|
|
71220
71286
|
}
|
|
@@ -71223,7 +71289,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
71223
71289
|
return;
|
|
71224
71290
|
}
|
|
71225
71291
|
if (this.b0.aw) {
|
|
71226
|
-
this.b0.
|
|
71292
|
+
this.b0.b5();
|
|
71227
71293
|
}
|
|
71228
71294
|
else {
|
|
71229
71295
|
let c = this.bv.t();
|
|
@@ -72182,8 +72248,8 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
72182
72248
|
get ci() {
|
|
72183
72249
|
if (null == this.ch) {
|
|
72184
72250
|
this.ch = new FontInfo();
|
|
72185
|
-
this.ch.
|
|
72186
|
-
this.ch.
|
|
72251
|
+
this.ch.p = "Verdana";
|
|
72252
|
+
this.ch.e = 16;
|
|
72187
72253
|
}
|
|
72188
72254
|
return this.ch;
|
|
72189
72255
|
}
|
|
@@ -73736,7 +73802,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73736
73802
|
az() {
|
|
73737
73803
|
let a = this.n;
|
|
73738
73804
|
if (null != a) {
|
|
73739
|
-
a.
|
|
73805
|
+
a.b5();
|
|
73740
73806
|
}
|
|
73741
73807
|
this.co();
|
|
73742
73808
|
let b = this.g.p();
|
|
@@ -74029,7 +74095,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
74029
74095
|
a.f9(b);
|
|
74030
74096
|
}
|
|
74031
74097
|
bp() {
|
|
74032
|
-
this.n.
|
|
74098
|
+
this.n.b8();
|
|
74033
74099
|
}
|
|
74034
74100
|
br() {
|
|
74035
74101
|
let a = this.n;
|
|
@@ -74209,9 +74275,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
74209
74275
|
}
|
|
74210
74276
|
else {
|
|
74211
74277
|
let b = new ColumnComparisonFilterCondition();
|
|
74212
|
-
b.
|
|
74213
|
-
b.
|
|
74214
|
-
b.
|
|
74278
|
+
b.operator = 14;
|
|
74279
|
+
b.value = this.au;
|
|
74280
|
+
b.isCaseSensitive = false;
|
|
74215
74281
|
this.aw(b);
|
|
74216
74282
|
}
|
|
74217
74283
|
}
|
|
@@ -74532,7 +74598,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
74532
74598
|
this.a = null;
|
|
74533
74599
|
if (this.n != null && this.n.aw) {
|
|
74534
74600
|
this.cz();
|
|
74535
|
-
this.n.
|
|
74601
|
+
this.n.b8();
|
|
74536
74602
|
}
|
|
74537
74603
|
}
|
|
74538
74604
|
}
|
|
@@ -74793,7 +74859,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
74793
74859
|
return;
|
|
74794
74860
|
}
|
|
74795
74861
|
let c = this.c2();
|
|
74796
|
-
this.m.
|
|
74862
|
+
this.m.b9(c);
|
|
74797
74863
|
}
|
|
74798
74864
|
cp() {
|
|
74799
74865
|
if (this.g.disallowTabFocus) {
|
|
@@ -75125,8 +75191,8 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
75125
75191
|
get a1() {
|
|
75126
75192
|
if (null == this.a0) {
|
|
75127
75193
|
this.a0 = new FontInfo();
|
|
75128
|
-
this.a0.
|
|
75129
|
-
this.a0.
|
|
75194
|
+
this.a0.p = "Verdana";
|
|
75195
|
+
this.a0.e = DeviceUtils.f(16);
|
|
75130
75196
|
}
|
|
75131
75197
|
return this.a0;
|
|
75132
75198
|
}
|
|
@@ -76135,86 +76201,86 @@ let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
76135
76201
|
a.i = this.v.e.exportVisualModel();
|
|
76136
76202
|
if (this.av != null) {
|
|
76137
76203
|
let b = this.av;
|
|
76138
|
-
if (this.v != null && b.
|
|
76204
|
+
if (this.v != null && b.p == null) {
|
|
76139
76205
|
let c = this.v.ad;
|
|
76140
76206
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
76141
|
-
b.
|
|
76142
|
-
b.
|
|
76143
|
-
b.o = d.o;
|
|
76207
|
+
b.p = d.p;
|
|
76208
|
+
b.e = d.e;
|
|
76144
76209
|
b.q = d.q;
|
|
76145
|
-
b.r = d.r;
|
|
76146
76210
|
b.s = d.s;
|
|
76211
|
+
b.t = d.t;
|
|
76212
|
+
b.u = d.u;
|
|
76213
|
+
}
|
|
76214
|
+
if (b.p != null) {
|
|
76215
|
+
a.ab = b.p;
|
|
76147
76216
|
}
|
|
76148
|
-
if (b.
|
|
76149
|
-
a.
|
|
76217
|
+
if (!isNaN_(b.e)) {
|
|
76218
|
+
a.v = b.e;
|
|
76150
76219
|
}
|
|
76151
|
-
if (
|
|
76152
|
-
a.
|
|
76220
|
+
if (b.u != null) {
|
|
76221
|
+
a.af = b.u;
|
|
76153
76222
|
}
|
|
76154
76223
|
if (b.s != null) {
|
|
76155
|
-
a.
|
|
76224
|
+
a.ad = b.s;
|
|
76156
76225
|
}
|
|
76157
76226
|
if (b.q != null) {
|
|
76158
|
-
a.
|
|
76159
|
-
}
|
|
76160
|
-
if (b.o != null) {
|
|
76161
|
-
a.ac = b.q;
|
|
76227
|
+
a.ac = b.s;
|
|
76162
76228
|
}
|
|
76163
76229
|
}
|
|
76164
76230
|
if (this.aw != null) {
|
|
76165
76231
|
let e = this.aw;
|
|
76166
|
-
if (this.v != null && e.
|
|
76232
|
+
if (this.v != null && e.p == null) {
|
|
76167
76233
|
let f = this.v.ad;
|
|
76168
76234
|
let g = FontUtil.getFontInfoFromString(f, e.fontString);
|
|
76169
|
-
e.
|
|
76170
|
-
e.
|
|
76171
|
-
e.o = g.o;
|
|
76235
|
+
e.p = g.p;
|
|
76236
|
+
e.e = g.e;
|
|
76172
76237
|
e.q = g.q;
|
|
76173
|
-
e.r = g.r;
|
|
76174
76238
|
e.s = g.s;
|
|
76239
|
+
e.t = g.t;
|
|
76240
|
+
e.u = g.u;
|
|
76175
76241
|
}
|
|
76176
|
-
if (e.
|
|
76177
|
-
a.ag = e.
|
|
76242
|
+
if (e.p != null) {
|
|
76243
|
+
a.ag = e.p;
|
|
76178
76244
|
}
|
|
76179
|
-
if (!isNaN_(e.
|
|
76180
|
-
a.w = e.
|
|
76245
|
+
if (!isNaN_(e.e)) {
|
|
76246
|
+
a.w = e.e;
|
|
76247
|
+
}
|
|
76248
|
+
if (e.u != null) {
|
|
76249
|
+
a.ak = e.u;
|
|
76181
76250
|
}
|
|
76182
76251
|
if (e.s != null) {
|
|
76183
|
-
a.
|
|
76252
|
+
a.ai = e.s;
|
|
76184
76253
|
}
|
|
76185
76254
|
if (e.q != null) {
|
|
76186
|
-
a.
|
|
76187
|
-
}
|
|
76188
|
-
if (e.o != null) {
|
|
76189
|
-
a.ah = e.q;
|
|
76255
|
+
a.ah = e.s;
|
|
76190
76256
|
}
|
|
76191
76257
|
}
|
|
76192
76258
|
if (this.ax != null) {
|
|
76193
76259
|
let h = this.ax;
|
|
76194
|
-
if (this.v != null && h.
|
|
76260
|
+
if (this.v != null && h.p == null) {
|
|
76195
76261
|
let i = this.v.ad;
|
|
76196
76262
|
let j = FontUtil.getFontInfoFromString(i, h.fontString);
|
|
76197
|
-
h.
|
|
76198
|
-
h.
|
|
76199
|
-
h.o = j.o;
|
|
76263
|
+
h.p = j.p;
|
|
76264
|
+
h.e = j.e;
|
|
76200
76265
|
h.q = j.q;
|
|
76201
|
-
h.r = j.r;
|
|
76202
76266
|
h.s = j.s;
|
|
76267
|
+
h.t = j.t;
|
|
76268
|
+
h.u = j.u;
|
|
76269
|
+
}
|
|
76270
|
+
if (h.p != null) {
|
|
76271
|
+
a.ao = h.p;
|
|
76203
76272
|
}
|
|
76204
|
-
if (h.
|
|
76205
|
-
a.
|
|
76273
|
+
if (!isNaN_(h.e)) {
|
|
76274
|
+
a.x = h.e;
|
|
76206
76275
|
}
|
|
76207
|
-
if (
|
|
76208
|
-
a.
|
|
76276
|
+
if (h.u != null) {
|
|
76277
|
+
a.as = h.u;
|
|
76209
76278
|
}
|
|
76210
76279
|
if (h.s != null) {
|
|
76211
|
-
a.
|
|
76280
|
+
a.aq = h.s;
|
|
76212
76281
|
}
|
|
76213
76282
|
if (h.q != null) {
|
|
76214
|
-
a.
|
|
76215
|
-
}
|
|
76216
|
-
if (h.o != null) {
|
|
76217
|
-
a.ap = h.q;
|
|
76283
|
+
a.ap = h.s;
|
|
76218
76284
|
}
|
|
76219
76285
|
}
|
|
76220
76286
|
return a;
|
|
@@ -81646,7 +81712,12 @@ class IgcGridFilterDialogViewModelGroupingLevel extends IgCollection {
|
|
|
81646
81712
|
if (!ext) {
|
|
81647
81713
|
ext = new IgcGridFilterDialogViewModelGrouping();
|
|
81648
81714
|
if (ext) {
|
|
81649
|
-
ext._implementation
|
|
81715
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
81716
|
+
ext._implementation.setNativeElement(int);
|
|
81717
|
+
}
|
|
81718
|
+
else {
|
|
81719
|
+
ext._implementation = int;
|
|
81720
|
+
}
|
|
81650
81721
|
}
|
|
81651
81722
|
}
|
|
81652
81723
|
return ext;
|
|
@@ -81690,7 +81761,12 @@ class IgcGridFilterDialogViewModelGroupingLevelCollection extends IgCollection {
|
|
|
81690
81761
|
if (!ext) {
|
|
81691
81762
|
ext = new IgcGridFilterDialogViewModelGroupingLevel();
|
|
81692
81763
|
if (ext) {
|
|
81693
|
-
ext._implementation
|
|
81764
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
81765
|
+
ext._implementation.setNativeElement(int);
|
|
81766
|
+
}
|
|
81767
|
+
else {
|
|
81768
|
+
ext._implementation = int;
|
|
81769
|
+
}
|
|
81694
81770
|
}
|
|
81695
81771
|
}
|
|
81696
81772
|
return ext;
|
|
@@ -81820,7 +81896,12 @@ class IgcGridFilterDialogViewModelRowCollection extends IgCollection {
|
|
|
81820
81896
|
if (!ext) {
|
|
81821
81897
|
ext = new IgcGridFilterDialogViewModelRow();
|
|
81822
81898
|
if (ext) {
|
|
81823
|
-
ext._implementation
|
|
81899
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
81900
|
+
ext._implementation.setNativeElement(int);
|
|
81901
|
+
}
|
|
81902
|
+
else {
|
|
81903
|
+
ext._implementation = int;
|
|
81904
|
+
}
|
|
81824
81905
|
}
|
|
81825
81906
|
}
|
|
81826
81907
|
return ext;
|
|
@@ -83503,7 +83584,12 @@ class IgcColumnExchangersCollection extends IgCollection {
|
|
|
83503
83584
|
if (!ext) {
|
|
83504
83585
|
ext = new IgcColumnExchanger();
|
|
83505
83586
|
if (ext) {
|
|
83506
|
-
ext._implementation
|
|
83587
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
83588
|
+
ext._implementation.setNativeElement(int);
|
|
83589
|
+
}
|
|
83590
|
+
else {
|
|
83591
|
+
ext._implementation = int;
|
|
83592
|
+
}
|
|
83507
83593
|
}
|
|
83508
83594
|
}
|
|
83509
83595
|
return ext;
|
|
@@ -83554,7 +83640,12 @@ class IgcColumnPropertySettersCollection extends IgCollection {
|
|
|
83554
83640
|
if (!ext) {
|
|
83555
83641
|
ext = new IgcColumnPropertySetter();
|
|
83556
83642
|
if (ext) {
|
|
83557
|
-
ext._implementation
|
|
83643
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
83644
|
+
ext._implementation.setNativeElement(int);
|
|
83645
|
+
}
|
|
83646
|
+
else {
|
|
83647
|
+
ext._implementation = int;
|
|
83648
|
+
}
|
|
83558
83649
|
}
|
|
83559
83650
|
}
|
|
83560
83651
|
return ext;
|
|
@@ -83605,7 +83696,12 @@ class IgcResponsivePhasesCollection extends IgCollection {
|
|
|
83605
83696
|
if (!ext) {
|
|
83606
83697
|
ext = new IgcResponsivePhase();
|
|
83607
83698
|
if (ext) {
|
|
83608
|
-
ext._implementation
|
|
83699
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
83700
|
+
ext._implementation.setNativeElement(int);
|
|
83701
|
+
}
|
|
83702
|
+
else {
|
|
83703
|
+
ext._implementation = int;
|
|
83704
|
+
}
|
|
83609
83705
|
}
|
|
83610
83706
|
}
|
|
83611
83707
|
return ext;
|
|
@@ -83853,11 +83949,11 @@ let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
83853
83949
|
this.l = null;
|
|
83854
83950
|
this.c = ((() => {
|
|
83855
83951
|
let $ret = new FontInfo();
|
|
83856
|
-
$ret.
|
|
83857
|
-
$ret.
|
|
83858
|
-
$ret.q = "Normal";
|
|
83952
|
+
$ret.p = "Verdana";
|
|
83953
|
+
$ret.e = 13;
|
|
83859
83954
|
$ret.s = "Normal";
|
|
83860
|
-
$ret.
|
|
83955
|
+
$ret.u = "Normal";
|
|
83956
|
+
$ret.q = "Normal";
|
|
83861
83957
|
return $ret;
|
|
83862
83958
|
})());
|
|
83863
83959
|
this.af = new Size();
|
|
@@ -86000,7 +86096,12 @@ class IgcHorizontalPropertyEditorDataSource extends IgCollection {
|
|
|
86000
86096
|
if (!ext) {
|
|
86001
86097
|
ext = new IgcPropertyEditorPropertyDescriptionComponent();
|
|
86002
86098
|
if (ext) {
|
|
86003
|
-
ext._implementation
|
|
86099
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
86100
|
+
ext._implementation.setNativeElement(int);
|
|
86101
|
+
}
|
|
86102
|
+
else {
|
|
86103
|
+
ext._implementation = int;
|
|
86104
|
+
}
|
|
86004
86105
|
}
|
|
86005
86106
|
}
|
|
86006
86107
|
return ext;
|