igniteui-webcomponents-grids 4.2.2 → 4.2.3-alpha

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.
Files changed (68) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1132 -799
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +30 -14
  4. package/esm2015/lib/CheckboxListView_combined.js +1 -0
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +32 -0
  6. package/esm2015/lib/ComboEditorView.js +111 -105
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +400 -343
  8. package/esm2015/lib/DateEditorView.js +94 -87
  9. package/esm2015/lib/EditorCell.js +10 -10
  10. package/esm2015/lib/FilterCell.js +76 -60
  11. package/esm2015/lib/FilterCellPresenter.js +6 -3
  12. package/esm2015/lib/GridColumnOptionsView_combined.js +47 -22
  13. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +49 -23
  14. package/esm2015/lib/ISummaryChooserView_combined.js +1 -0
  15. package/esm2015/lib/NumericEditorView.js +3 -3
  16. package/esm2015/lib/TextEditorView.js +82 -75
  17. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +104 -59
  18. package/esm2015/lib/igc-grid-column-options-component.js +21 -1
  19. package/esm2015/lib/igc-grid-column-summary-options-component.js +16 -2
  20. package/esm5/lib/BaseEditorView.js +34 -14
  21. package/esm5/lib/CheckboxListView_combined.js +1 -0
  22. package/esm5/lib/ColumnFilterCondition_combined.js +32 -0
  23. package/esm5/lib/ComboEditorView.js +108 -102
  24. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +407 -342
  25. package/esm5/lib/DateEditorView.js +93 -86
  26. package/esm5/lib/EditorCell.js +10 -10
  27. package/esm5/lib/FilterCell.js +80 -60
  28. package/esm5/lib/FilterCellPresenter.js +6 -3
  29. package/esm5/lib/GridColumnOptionsView_combined.js +55 -22
  30. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +57 -23
  31. package/esm5/lib/ISummaryChooserView_combined.js +1 -0
  32. package/esm5/lib/NumericEditorView.js +3 -3
  33. package/esm5/lib/TextEditorView.js +82 -75
  34. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +117 -59
  35. package/esm5/lib/igc-grid-column-options-component.js +29 -1
  36. package/esm5/lib/igc-grid-column-summary-options-component.js +24 -2
  37. package/fesm2015/igniteui-webcomponents-grids.js +1076 -804
  38. package/fesm5/igniteui-webcomponents-grids.js +1132 -799
  39. package/grids/3rdpartylicenses.txt +445 -0
  40. package/grids/combined.js +44 -160
  41. package/grids/lib/igc-grid-base-directive.d.ts +14 -0
  42. package/grids/lib/igc-grid-edit-done-event-args.d.ts +5 -1
  43. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  44. package/grids/lib/igc-row-data-event-args.d.ts +4 -0
  45. package/grids/styles.css +1 -1
  46. package/grids/themes/dark/bootstrap.css +1 -1
  47. package/grids/themes/dark/fluent.css +1 -1
  48. package/grids/themes/dark/indigo.css +1 -1
  49. package/grids/themes/dark/material.css +1 -1
  50. package/grids/themes/light/bootstrap.css +1 -1
  51. package/grids/themes/light/fluent.css +1 -1
  52. package/grids/themes/light/indigo.css +1 -1
  53. package/grids/themes/light/material.css +1 -1
  54. package/lib/BaseEditorView.d.ts +12 -8
  55. package/lib/ColumnFilterCondition_combined.d.ts +2 -0
  56. package/lib/ComboEditorView.d.ts +15 -14
  57. package/lib/ComboEditorView_ComboExternal.d.ts +1 -0
  58. package/lib/ComparisonOperatorSelectorView_combined.d.ts +104 -95
  59. package/lib/DateEditorView.d.ts +13 -12
  60. package/lib/FilterCell.d.ts +23 -20
  61. package/lib/GridColumnOptionsView_combined.d.ts +10 -5
  62. package/lib/GridColumnSummaryOptionsView_combined.d.ts +13 -8
  63. package/lib/IEditorView.d.ts +2 -0
  64. package/lib/TextEditorView.d.ts +10 -9
  65. package/lib/igc-data-grid-comparison-operator-selector-component.d.ts +11 -0
  66. package/lib/igc-grid-column-options-component.d.ts +8 -0
  67. package/lib/igc-grid-column-summary-options-component.d.ts +2 -0
  68. package/package.json +4 -4
@@ -12332,6 +12332,7 @@ let Grid = /*@__PURE__*/ (() => {
12332
12332
  this.cv = new EditorDefinition();
12333
12333
  this.cw = new EditRowDefinition();
12334
12334
  this.c5 = new FilterRowDefinition();
12335
+ this.c5.grid = this;
12335
12336
  this.aav = this.aaw;
12336
12337
  this.yn = this.yo;
12337
12338
  this.yt = GridStyleRepository.ax;
@@ -27774,6 +27775,12 @@ let FilterRowDefinition = /*@__PURE__*/ (() => {
27774
27775
  }
27775
27776
  c2(a, b) {
27776
27777
  switch (b.propertyName) {
27778
+ case "CellTextColor":
27779
+ this.dg();
27780
+ break;
27781
+ case "CellBackground":
27782
+ this.c9();
27783
+ break;
27777
27784
  }
27778
27785
  }
27779
27786
  cx(a, b, c, d) {
@@ -27796,6 +27803,31 @@ let FilterRowDefinition = /*@__PURE__*/ (() => {
27796
27803
  e.lm = f.ep;
27797
27804
  }
27798
27805
  }
27806
+ dg() {
27807
+ if (this.el == null) {
27808
+ if (this.grid != null && this.grid.zv != null) {
27809
+ this.d7 = this.grid.zv;
27810
+ return;
27811
+ }
27812
+ this.d7 = this.eh();
27813
+ }
27814
+ else {
27815
+ this.d7 = this.el;
27816
+ }
27817
+ }
27818
+ c9() {
27819
+ if (this.d8 == null) {
27820
+ if (this.grid != null && this.grid.zt != null) {
27821
+ this.d1 = this.grid.zt;
27822
+ }
27823
+ else {
27824
+ this.d1 = this.ec();
27825
+ }
27826
+ }
27827
+ else {
27828
+ this.d1 = this.d8;
27829
+ }
27830
+ }
27799
27831
  }
27800
27832
  FilterRowDefinition.$t = /*@__PURE__*/ markType(FilterRowDefinition, 'FilterRowDefinition', DefinitionBase.$);
27801
27833
  return FilterRowDefinition;
@@ -46771,6 +46803,7 @@ let BaseEditorView = /*@__PURE__*/ (() => {
46771
46803
  this.h = null;
46772
46804
  this._container = null;
46773
46805
  this.g = false;
46806
+ this.x = null;
46774
46807
  this.valueProvided = null;
46775
46808
  this.userTyping = null;
46776
46809
  this.lostFocus = null;
@@ -46791,7 +46824,7 @@ let BaseEditorView = /*@__PURE__*/ (() => {
46791
46824
  set value(a) {
46792
46825
  let b = this.i;
46793
46826
  this.i = a;
46794
- this.t("Value", b, this.i);
46827
+ this.u("Value", b, this.i);
46795
46828
  }
46796
46829
  get isEnabled() {
46797
46830
  return this.e;
@@ -46800,7 +46833,7 @@ let BaseEditorView = /*@__PURE__*/ (() => {
46800
46833
  let b = this.e;
46801
46834
  this.e = a;
46802
46835
  if (b != this.e) {
46803
- this.t("IsEnabled", b, this.e);
46836
+ this.u("IsEnabled", b, this.e);
46804
46837
  }
46805
46838
  }
46806
46839
  get focusOnValueChanged() {
@@ -46816,25 +46849,35 @@ let BaseEditorView = /*@__PURE__*/ (() => {
46816
46849
  let b = this.f;
46817
46850
  this.f = a;
46818
46851
  if (b != this.f) {
46819
- this.t("ShowClearButton", b, this.f);
46852
+ this.u("ShowClearButton", b, this.f);
46820
46853
  }
46821
46854
  }
46822
- p(a, b) {
46855
+ get textColor() {
46856
+ return this.x;
46857
+ }
46858
+ set textColor(a) {
46859
+ let b = this.x;
46860
+ this.x = a;
46861
+ if (b != this.x) {
46862
+ this.u("TextColor", b, this.x);
46863
+ }
46864
+ }
46865
+ q(a, b) {
46823
46866
  if (this.valueProvided != null) {
46824
46867
  this.valueProvided(this, a, b);
46825
46868
  }
46826
46869
  }
46827
- o() {
46870
+ p() {
46828
46871
  if (this.userTyping != null) {
46829
46872
  this.userTyping(this);
46830
46873
  }
46831
46874
  }
46832
- n() {
46875
+ o() {
46833
46876
  if (this.lostFocus != null) {
46834
46877
  this.lostFocus(this);
46835
46878
  }
46836
46879
  }
46837
- m() {
46880
+ n() {
46838
46881
  if (this.gotFocus != null) {
46839
46882
  this.gotFocus(this);
46840
46883
  }
@@ -46865,31 +46908,36 @@ let BaseEditorView = /*@__PURE__*/ (() => {
46865
46908
  this.b = this.h.getRequestAnimationFrame();
46866
46909
  }
46867
46910
  this.b(() => {
46868
- this.r();
46911
+ this.s();
46869
46912
  this.d = false;
46870
46913
  });
46871
46914
  this.d = true;
46872
46915
  }
46873
- r() {
46916
+ s() {
46874
46917
  }
46875
46918
  getEditorValue() {
46876
46919
  return null;
46877
46920
  }
46878
46921
  setEditorValue(a) {
46879
46922
  }
46880
- t(a, b, c) {
46923
+ u(a, b, c) {
46881
46924
  switch (a) {
46882
46925
  case "Value":
46883
- this.u();
46926
+ this.w();
46884
46927
  break;
46885
46928
  case "IsEnabled":
46886
- this.q();
46929
+ this.r();
46930
+ break;
46931
+ case "TextColor":
46932
+ this.v();
46887
46933
  break;
46888
46934
  }
46889
46935
  }
46890
- u() {
46936
+ w() {
46891
46937
  }
46892
- q() {
46938
+ r() {
46939
+ }
46940
+ v() {
46893
46941
  }
46894
46942
  onInputKeyDown(a, b) {
46895
46943
  if (!this.g) {
@@ -46944,9 +46992,9 @@ let TextEditorView = /*@__PURE__*/ (() => {
46944
46992
  class TextEditorView extends BaseEditorView {
46945
46993
  constructor(a, b, c) {
46946
46994
  super(a, c);
46947
- this.x = null;
46948
- this.w = null;
46949
- this.v = null;
46995
+ this.aa = null;
46996
+ this.z = null;
46997
+ this.y = null;
46950
46998
  let d = a.createElement("div");
46951
46999
  d.setRawStyleProperty("display", "flex");
46952
47000
  d.setRawStyleProperty("width", "100%");
@@ -46954,60 +47002,61 @@ let TextEditorView = /*@__PURE__*/ (() => {
46954
47002
  d.setRawStyleProperty("height", "38px");
46955
47003
  this.container = d;
46956
47004
  let e = a.getSubRenderer(d);
46957
- this.w = new XInputGroup();
46958
- this.w.provideContainer(e);
46959
- this.w.d = 0;
46960
- this.w.j = b;
46961
- this.w.n = 3;
46962
- this.w.disabled = !this.isEnabled;
46963
- let f = e.getExternal(this.w, e.rootWrapper, null);
47005
+ this.z = new XInputGroup();
47006
+ this.z.provideContainer(e);
47007
+ this.z.d = 0;
47008
+ this.z.j = b;
47009
+ this.z.n = 3;
47010
+ this.z.disabled = !this.isEnabled;
47011
+ let f = e.getExternal(this.z, e.rootWrapper, null);
46964
47012
  let g = a.createElement("div");
46965
47013
  g.setRawStyleProperty("width", "100%");
46966
47014
  let h = a.getSubRenderer(g);
46967
- this.v = new XInput();
46968
- this.v.provideContainer(h);
46969
- this.v.b6 = "text";
46970
- this.v.disabled = !this.isEnabled;
46971
- let i = e.getExternal(this.v, h.rootWrapper, null);
46972
- this.w.appendContentChild(g);
46973
- this.w.inputs.add(this.v);
47015
+ this.y = new XInput();
47016
+ this.y.provideContainer(h);
47017
+ this.y.b6 = "text";
47018
+ this.y.disabled = !this.isEnabled;
47019
+ this.y.d1 = this.textColor;
47020
+ let i = e.getExternal(this.y, h.rootWrapper, null);
47021
+ this.z.appendContentChild(g);
47022
+ this.z.inputs.add(this.y);
46974
47023
  }
46975
47024
  setFont(a) {
46976
- if (this.v != null) {
46977
- this.v.af = a;
47025
+ if (this.y != null) {
47026
+ this.y.af = a;
46978
47027
  }
46979
47028
  }
46980
47029
  attachEvents() {
46981
- if (this.v != null) {
46982
- let a = this.v;
46983
- a.changing = delegateCombine(a.changing, runOn(this, this.z));
46984
- let b = this.v;
47030
+ if (this.y != null) {
47031
+ let a = this.y;
47032
+ a.changing = delegateCombine(a.changing, runOn(this, this.ac));
47033
+ let b = this.y;
46985
47034
  b.keyDown = delegateCombine(b.keyDown, runOn(this, this.onInputKeyDown));
46986
- let c = this.v;
46987
- c.compositionEnd = delegateCombine(c.compositionEnd, runOn(this, this.y));
46988
- let d = this.v;
46989
- d.gotFocus = delegateCombine(d.gotFocus, runOn(this, this.aa));
46990
- let e = this.v;
46991
- e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.ab));
47035
+ let c = this.y;
47036
+ c.compositionEnd = delegateCombine(c.compositionEnd, runOn(this, this.ab));
47037
+ let d = this.y;
47038
+ d.gotFocus = delegateCombine(d.gotFocus, runOn(this, this.ad));
47039
+ let e = this.y;
47040
+ e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.ae));
46992
47041
  }
46993
47042
  }
46994
47043
  detachEvents() {
46995
- if (this.v != null) {
46996
- let a = this.v;
46997
- a.changing = delegateRemove(a.changing, runOn(this, this.z));
46998
- let b = this.v;
47044
+ if (this.y != null) {
47045
+ let a = this.y;
47046
+ a.changing = delegateRemove(a.changing, runOn(this, this.ac));
47047
+ let b = this.y;
46999
47048
  b.keyDown = delegateRemove(b.keyDown, runOn(this, this.onInputKeyDown));
47000
- let c = this.v;
47001
- c.compositionEnd = delegateRemove(c.compositionEnd, runOn(this, this.y));
47002
- let d = this.v;
47003
- d.gotFocus = delegateRemove(d.gotFocus, runOn(this, this.aa));
47004
- let e = this.v;
47005
- e.lostFocus = delegateRemove(e.lostFocus, runOn(this, this.ab));
47049
+ let c = this.y;
47050
+ c.compositionEnd = delegateRemove(c.compositionEnd, runOn(this, this.ab));
47051
+ let d = this.y;
47052
+ d.gotFocus = delegateRemove(d.gotFocus, runOn(this, this.ad));
47053
+ let e = this.y;
47054
+ e.lostFocus = delegateRemove(e.lostFocus, runOn(this, this.ae));
47006
47055
  }
47007
47056
  }
47008
47057
  onTargetChanged() {
47009
- this.x = null;
47010
- if (this.v != null) {
47058
+ this.aa = null;
47059
+ if (this.y != null) {
47011
47060
  this.focus();
47012
47061
  }
47013
47062
  }
@@ -47022,72 +47071,78 @@ let TextEditorView = /*@__PURE__*/ (() => {
47022
47071
  if (this.a.isEditRefocusDesired) {
47023
47072
  let a = this.h.rootWrapper.getNativeElement();
47024
47073
  if (a == document.activeElement || a.contains(document.activeElement)) {
47025
- this.v.cp();
47074
+ this.y.cp();
47026
47075
  this.focus();
47027
47076
  }
47028
47077
  }
47029
47078
  }
47030
- r() {
47031
- if (this.v != null) {
47032
- this.v.focus(true);
47033
- if (this.v.b6 != "date") {
47034
- window.setTimeout(() => this.v.dj(), 0);
47079
+ s() {
47080
+ if (this.y != null) {
47081
+ this.y.focus(true);
47082
+ if (this.y.b6 != "date") {
47083
+ window.setTimeout(() => this.y.dj(), 0);
47035
47084
  }
47036
47085
  }
47037
47086
  }
47038
- u() {
47039
- if (this.v != null) {
47087
+ w() {
47088
+ if (this.y != null) {
47040
47089
  if (this.value != null) {
47041
- this.x = null;
47042
- this.v.cm = null;
47043
- this.v.cm = this.value.toString();
47090
+ this.aa = null;
47091
+ this.y.cm = null;
47092
+ this.y.cm = this.value.toString();
47044
47093
  if (this.focusOnValueChanged) {
47045
- this.r();
47094
+ this.s();
47046
47095
  }
47047
47096
  }
47048
47097
  else {
47049
- this.v.cm = null;
47098
+ this.y.cm = null;
47050
47099
  }
47051
47100
  }
47052
47101
  }
47053
- q() {
47054
- if (this.w != null) {
47055
- this.w.disabled = !this.isEnabled;
47102
+ r() {
47103
+ if (this.z != null) {
47104
+ this.z.disabled = !this.isEnabled;
47056
47105
  }
47057
- if (this.v != null) {
47058
- this.v.disabled = !this.isEnabled;
47106
+ if (this.y != null) {
47107
+ this.y.disabled = !this.isEnabled;
47059
47108
  }
47060
47109
  }
47061
- z(a, b) {
47062
- this.o();
47110
+ v() {
47111
+ super.v();
47112
+ if (this.y != null) {
47113
+ this.y.d1 = this.textColor;
47114
+ }
47115
+ }
47116
+ ac(a, b) {
47117
+ this.p();
47063
47118
  if (b.isCompositionInProgress) {
47064
47119
  return;
47065
47120
  }
47066
- if (this.x != null && this.x != b.value) {
47067
- this.x = null;
47121
+ if (this.aa != null && this.aa != b.value) {
47122
+ this.aa = null;
47068
47123
  return;
47069
47124
  }
47070
- this.p(b.value, false);
47071
- }
47072
- y(a, b) {
47073
- this.x = b.value;
47074
- this.p(b.value, false);
47125
+ this.q(b.value, false);
47075
47126
  }
47076
47127
  ab(a, b) {
47077
- this.n();
47128
+ this.aa = b.value;
47129
+ this.q(b.value, false);
47078
47130
  }
47079
- aa(a, b) {
47080
- this.m();
47131
+ ae(a, b) {
47132
+ this.o();
47133
+ }
47134
+ ad(a, b) {
47135
+ this.n();
47081
47136
  }
47082
47137
  getEditorValue() {
47083
- if (this.v != null) {
47084
- return this.v.cm;
47138
+ if (this.y != null) {
47139
+ return this.y.cm;
47085
47140
  }
47086
47141
  return null;
47087
47142
  }
47088
47143
  setEditorValue(a) {
47089
- if (this.v != null) {
47090
- this.v.cm = a;
47144
+ if (this.y != null) {
47145
+ this.y.cm = a;
47091
47146
  }
47092
47147
  }
47093
47148
  }
@@ -47108,14 +47163,14 @@ let NumericEditorView = /*@__PURE__*/ (() => {
47108
47163
  class NumericEditorView extends TextEditorView {
47109
47164
  constructor(a, b, c) {
47110
47165
  super(a, b, c);
47111
- this.v.b6 = "number";
47166
+ this.y.b6 = "number";
47112
47167
  }
47113
47168
  getEditorValue() {
47114
- if (this.v == null || this.v.cm == null) {
47169
+ if (this.y == null || this.y.cm == null) {
47115
47170
  return null;
47116
47171
  }
47117
47172
  let a = NaN;
47118
- let b = tryParseNumber(this.v.cm, a);
47173
+ let b = tryParseNumber(this.y.cm, a);
47119
47174
  a = b.p1;
47120
47175
  return a;
47121
47176
  }
@@ -47137,11 +47192,11 @@ let DateEditorView = /*@__PURE__*/ (() => {
47137
47192
  class DateEditorView extends BaseEditorView {
47138
47193
  constructor(a, b, c) {
47139
47194
  super(a, c);
47140
- this.aa = null;
47141
- this.v = null;
47142
- this.w = null;
47143
- this.y = false;
47144
- this.x = false;
47195
+ this.ad = null;
47196
+ this.y = null;
47197
+ this.z = null;
47198
+ this.ab = false;
47199
+ this.aa = false;
47145
47200
  let d = a.createElement("div");
47146
47201
  d.setRawStyleProperty("width", "100%");
47147
47202
  d.setRawStyleProperty("margin-top", "-10px");
@@ -47152,78 +47207,79 @@ let DateEditorView = /*@__PURE__*/ (() => {
47152
47207
  e.append(f);
47153
47208
  let g = a.createElement("div");
47154
47209
  e.append(g);
47155
- this.v = new DatePicker();
47156
- this.v.ar = false;
47157
- this.v.provideContainer(e);
47158
- this.v.w = b;
47159
- this.v.y = 3;
47160
- this.v.as = this.showClearButton;
47161
- this.v.at = this.z;
47162
- let h = e.getExternal(this.v, e.rootWrapper, null);
47163
- if (this.w != null) {
47164
- this.v.ad = this.w;
47210
+ this.y = new DatePicker();
47211
+ this.y.ar = false;
47212
+ this.y.provideContainer(e);
47213
+ this.y.w = b;
47214
+ this.y.y = 3;
47215
+ this.y.as = this.showClearButton;
47216
+ this.y.at = this.ac;
47217
+ this.y.de = this.textColor;
47218
+ let h = e.getExternal(this.y, e.rootWrapper, null);
47219
+ if (this.z != null) {
47220
+ this.y.ad = this.z;
47165
47221
  }
47166
47222
  this.attachEvents();
47167
47223
  }
47168
- get ab() {
47224
+ get ae() {
47225
+ return this.ad;
47226
+ }
47227
+ set ae(a) {
47228
+ let b = this.ad;
47229
+ this.ad = a;
47230
+ if (b != this.ad) {
47231
+ this.u("FormatString", b, this.ad);
47232
+ }
47233
+ }
47234
+ get ac() {
47169
47235
  return this.aa;
47170
47236
  }
47171
- set ab(a) {
47237
+ set ac(a) {
47172
47238
  let b = this.aa;
47173
47239
  this.aa = a;
47174
47240
  if (b != this.aa) {
47175
- this.t("FormatString", b, this.aa);
47176
- }
47177
- }
47178
- get z() {
47179
- return this.x;
47180
- }
47181
- set z(a) {
47182
- let b = this.x;
47183
- this.x = a;
47184
- if (b != this.x) {
47185
- this.t("ShowTodayButton", b, this.x);
47241
+ this.u("ShowTodayButton", b, this.aa);
47186
47242
  }
47187
47243
  }
47188
47244
  setFont(a) {
47189
- this.w = a;
47190
- if (this.v != null && this.w != null) {
47191
- this.v.ad = this.w;
47245
+ this.z = a;
47246
+ if (this.y != null && this.z != null) {
47247
+ this.y.ad = this.z;
47192
47248
  }
47193
47249
  }
47194
47250
  attachEvents() {
47195
- if (this.v != null) {
47196
- let a = this.v;
47251
+ if (this.y != null) {
47252
+ let a = this.y;
47197
47253
  a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.onDatePickerValueChanged));
47198
- let b = this.v;
47254
+ let b = this.y;
47199
47255
  b.gotFocus = delegateCombine(b.gotFocus, runOn(this, this.onDatePickerGotFocus));
47200
- let c = this.v;
47256
+ let c = this.y;
47201
47257
  c.lostFocus = delegateCombine(c.lostFocus, runOn(this, this.onDatePickerLostFocus));
47202
- let d = this.v;
47258
+ let d = this.y;
47203
47259
  d.keyDown = delegateCombine(d.keyDown, runOn(this, this.onInputKeyDown));
47204
- let e = this.v;
47260
+ let e = this.y;
47205
47261
  e.changing = delegateCombine(e.changing, runOn(this, this.onInputChanging));
47206
47262
  }
47207
47263
  }
47208
47264
  detachEvents() {
47209
- if (this.v != null) {
47210
- let a = this.v;
47265
+ if (this.y != null) {
47266
+ let a = this.y;
47211
47267
  a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.onDatePickerValueChanged));
47212
- let b = this.v;
47268
+ let b = this.y;
47213
47269
  b.gotFocus = delegateRemove(b.gotFocus, runOn(this, this.onDatePickerGotFocus));
47214
- let c = this.v;
47270
+ let c = this.y;
47215
47271
  c.lostFocus = delegateRemove(c.lostFocus, runOn(this, this.onDatePickerLostFocus));
47216
- let d = this.v;
47272
+ let d = this.y;
47217
47273
  d.keyDown = delegateRemove(d.keyDown, runOn(this, this.onInputKeyDown));
47218
- let e = this.v;
47274
+ let e = this.y;
47219
47275
  e.changing = delegateRemove(e.changing, runOn(this, this.onInputChanging));
47220
47276
  }
47221
47277
  }
47222
47278
  onTargetChanged() {
47223
- if (this.v != null) {
47224
- this.y = true;
47279
+ if (this.y != null) {
47280
+ this.ab = true;
47225
47281
  this.focus();
47226
- this.y = false;
47282
+ this.ab = false;
47227
47283
  }
47228
47284
  }
47229
47285
  onEditStarted() {
@@ -47241,93 +47297,99 @@ let DateEditorView = /*@__PURE__*/ (() => {
47241
47297
  }
47242
47298
  }
47243
47299
  }
47244
- r() {
47245
- if (this.v != null) {
47246
- this.v.focus(true);
47247
- this.v.cz();
47300
+ s() {
47301
+ if (this.y != null) {
47302
+ this.y.focus(true);
47303
+ this.y.cz();
47248
47304
  }
47249
47305
  }
47250
- ad() {
47251
- if (this.v != null) {
47252
- this.v.cc();
47306
+ ag() {
47307
+ if (this.y != null) {
47308
+ this.y.cc();
47253
47309
  }
47254
47310
  }
47255
- t(a, b, c) {
47256
- super.t(a, b, c);
47311
+ u(a, b, c) {
47312
+ super.u(a, b, c);
47257
47313
  switch (a) {
47258
47314
  case "FormatString":
47259
- this.ah();
47315
+ this.ak();
47260
47316
  break;
47261
47317
  case "ShowClearButton":
47262
- if (this.v != null) {
47263
- this.v.as = this.showClearButton;
47318
+ if (this.y != null) {
47319
+ this.y.as = this.showClearButton;
47264
47320
  }
47265
47321
  break;
47266
47322
  case "ShowTodayButton":
47267
- if (this.v != null) {
47268
- this.v.at = this.z;
47323
+ if (this.y != null) {
47324
+ this.y.at = this.ac;
47269
47325
  }
47270
47326
  break;
47271
47327
  }
47272
47328
  }
47273
- ah() {
47274
- this.v.bo = this.ab;
47329
+ ak() {
47330
+ this.y.bo = this.ae;
47275
47331
  }
47276
- u() {
47277
- this.y = true;
47278
- if (this.v != null) {
47332
+ w() {
47333
+ this.ab = true;
47334
+ if (this.y != null) {
47279
47335
  if (this.value == null) {
47280
- this.v.value = dateMinValue();
47336
+ this.y.value = dateMinValue();
47281
47337
  }
47282
47338
  else {
47283
- this.v.value = this.value;
47339
+ this.y.value = this.value;
47284
47340
  }
47285
47341
  if (this.focusOnValueChanged) {
47286
- this.r();
47342
+ this.s();
47287
47343
  }
47288
47344
  }
47289
- this.y = false;
47345
+ this.ab = false;
47290
47346
  }
47291
- q() {
47292
- if (this.v != null) {
47293
- this.v.aq = !this.isEnabled;
47347
+ r() {
47348
+ if (this.y != null) {
47349
+ this.y.aq = !this.isEnabled;
47350
+ }
47351
+ }
47352
+ v() {
47353
+ super.v();
47354
+ if (this.y != null) {
47355
+ this.y.de = this.textColor;
47294
47356
  }
47295
47357
  }
47296
47358
  onDatePickerValueChanged(a, b) {
47297
- this.aj();
47359
+ this.am();
47298
47360
  }
47299
- aj() {
47300
- if (this.y) {
47361
+ am() {
47362
+ if (this.ab) {
47301
47363
  return;
47302
47364
  }
47303
- if (+(this.v.value) != +(dateMinValue())) {
47304
- this.p(this.v.value, false);
47365
+ if (+(this.y.value) != +(dateMinValue())) {
47366
+ this.q(this.y.value, false);
47305
47367
  }
47306
- else if (+(this.v.value) == +(dateMinValue())) {
47307
- this.p(null, false);
47368
+ else if (+(this.y.value) == +(dateMinValue())) {
47369
+ this.q(null, false);
47308
47370
  }
47309
47371
  else {
47310
- this.p(this.value, false);
47372
+ this.q(this.value, false);
47311
47373
  }
47312
47374
  }
47313
47375
  onInputChanging(a, b) {
47314
- this.o();
47376
+ this.p();
47315
47377
  }
47316
47378
  onDatePickerLostFocus(a, b) {
47317
- this.n();
47379
+ this.o();
47318
47380
  }
47319
47381
  onDatePickerGotFocus(a, b) {
47320
- this.m();
47382
+ this.n();
47321
47383
  }
47322
47384
  getEditorValue() {
47323
- if (this.v != null) {
47324
- return this.v.value;
47385
+ if (this.y != null) {
47386
+ return this.y.value;
47325
47387
  }
47326
47388
  return null;
47327
47389
  }
47328
47390
  setEditorValue(a) {
47329
- if (this.v != null) {
47330
- this.v.value = a != null ? a : dateMinValue();
47391
+ if (this.y != null) {
47392
+ this.y.value = a != null ? a : dateMinValue();
47331
47393
  }
47332
47394
  }
47333
47395
  }
@@ -47348,117 +47410,117 @@ let ComboEditorView = /*@__PURE__*/ (() => {
47348
47410
  class ComboEditorView extends BaseEditorView {
47349
47411
  constructor(a, b, c) {
47350
47412
  super(a, c);
47351
- this.y = null;
47352
- this.x = null;
47353
- this.aa = null;
47354
47413
  this.ab = null;
47414
+ this.aa = null;
47355
47415
  this.ad = null;
47356
- this.v = null;
47357
- this.z = false;
47416
+ this.ae = null;
47417
+ this.ag = null;
47418
+ this.y = null;
47419
+ this.ac = false;
47358
47420
  let d = a.createElement("div");
47359
47421
  d.setRawStyleProperty("margin-top", "-10px");
47360
47422
  d.setRawStyleProperty("height", "38px");
47361
47423
  d.setRawStyleProperty("width", "100%");
47362
47424
  this.container = d;
47363
47425
  a.getPortal(d, "MultiColumnComboBox", (e) => {
47364
- this.x = e.componentRef;
47365
- this.aa = this.x.i;
47366
- this.x.height = "100%";
47367
- this.x.density = 3;
47368
- this.x.baseTheme = b;
47369
- this.x.labelVisible = false;
47370
- this.x.columnHeadersVisible = false;
47371
- this.x.rowSeparatorsVisible = false;
47372
- this.al();
47373
- this.u();
47374
- if (this.y != null) {
47375
- this.x.textStyle = this.y.fontString;
47426
+ this.aa = e.componentRef;
47427
+ this.ad = this.aa.i;
47428
+ this.aa.height = "100%";
47429
+ this.aa.density = 3;
47430
+ this.aa.baseTheme = b;
47431
+ this.aa.labelVisible = false;
47432
+ this.aa.columnHeadersVisible = false;
47433
+ this.aa.rowSeparatorsVisible = false;
47434
+ this.ao();
47435
+ this.w();
47436
+ if (this.ab != null) {
47437
+ this.aa.textStyle = this.ab.fontString;
47376
47438
  }
47377
47439
  this.attachEvents();
47378
47440
  }, false);
47379
47441
  }
47380
- get ac() {
47381
- return this.ab;
47442
+ get af() {
47443
+ return this.ae;
47382
47444
  }
47383
- set ac(a) {
47384
- let b = this.ab;
47385
- this.ab = a;
47386
- if (b != this.ab) {
47387
- this.t("DataSource", b, this.ab);
47445
+ set af(a) {
47446
+ let b = this.ae;
47447
+ this.ae = a;
47448
+ if (b != this.ae) {
47449
+ this.u("DataSource", b, this.ae);
47388
47450
  }
47389
47451
  }
47390
- get af() {
47391
- return this.ad;
47452
+ get ai() {
47453
+ return this.ag;
47392
47454
  }
47393
- set af(a) {
47394
- let b = this.ad;
47395
- this.ad = a;
47396
- if (b != this.ad) {
47397
- this.t("TextField", b, this.ad);
47455
+ set ai(a) {
47456
+ let b = this.ag;
47457
+ this.ag = a;
47458
+ if (b != this.ag) {
47459
+ this.u("TextField", b, this.ag);
47398
47460
  }
47399
47461
  }
47400
- get w() {
47401
- return this.v;
47462
+ get z() {
47463
+ return this.y;
47402
47464
  }
47403
- set w(a) {
47404
- let b = this.v;
47405
- this.v = a;
47406
- if (b != this.v) {
47407
- this.t("ValueField", b, this.v);
47465
+ set z(a) {
47466
+ let b = this.y;
47467
+ this.y = a;
47468
+ if (b != this.y) {
47469
+ this.u("ValueField", b, this.y);
47408
47470
  }
47409
47471
  }
47410
47472
  setFont(a) {
47411
- this.y = a;
47412
- if (this.x != null && this.y != null) {
47413
- this.x.textStyle = this.y.fontString;
47473
+ this.ab = a;
47474
+ if (this.aa != null && this.ab != null) {
47475
+ this.aa.textStyle = this.ab.fontString;
47414
47476
  }
47415
47477
  }
47416
47478
  attachEvents() {
47417
- if (this.x != null) {
47418
- let a = this.x;
47479
+ if (this.aa != null) {
47480
+ let a = this.aa;
47419
47481
  a.selectedValueChanged = delegateCombine(a.selectedValueChanged, runOn(this, this.onComboValueChanged));
47420
- let b = this.x;
47482
+ let b = this.aa;
47421
47483
  b.textValueChanged = delegateCombine(b.textValueChanged, runOn(this, this.onComboTextChanged));
47422
- let c = this.x;
47484
+ let c = this.aa;
47423
47485
  c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.onComboGotFocus));
47424
- let d = this.x;
47486
+ let d = this.aa;
47425
47487
  d.lostFocus = delegateCombine(d.lostFocus, runOn(this, this.onComboLostFocus));
47426
- let e = this.x;
47488
+ let e = this.aa;
47427
47489
  e.keyDown = delegateCombine(e.keyDown, runOn(this, this.onInputKeyDown));
47428
- let f = this.x;
47490
+ let f = this.aa;
47429
47491
  f.changing = delegateCombine(f.changing, runOn(this, this.onInputChanging));
47430
47492
  }
47431
47493
  }
47432
47494
  detachEvents() {
47433
- if (this.x != null) {
47434
- let a = this.x;
47495
+ if (this.aa != null) {
47496
+ let a = this.aa;
47435
47497
  a.selectedValueChanged = delegateRemove(a.selectedValueChanged, runOn(this, this.onComboValueChanged));
47436
- let b = this.x;
47498
+ let b = this.aa;
47437
47499
  b.textValueChanged = delegateRemove(b.textValueChanged, runOn(this, this.onComboTextChanged));
47438
- let c = this.x;
47500
+ let c = this.aa;
47439
47501
  c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.onComboGotFocus));
47440
- let d = this.x;
47502
+ let d = this.aa;
47441
47503
  d.lostFocus = delegateRemove(d.lostFocus, runOn(this, this.onComboLostFocus));
47442
- let e = this.x;
47504
+ let e = this.aa;
47443
47505
  e.keyDown = delegateRemove(e.keyDown, runOn(this, this.onInputKeyDown));
47444
- let f = this.x;
47506
+ let f = this.aa;
47445
47507
  f.changing = delegateRemove(f.changing, runOn(this, this.onInputChanging));
47446
47508
  }
47447
47509
  }
47448
47510
  onTargetChanged() {
47449
- if (this.x != null) {
47450
- this.z = true;
47451
- if (this.x.value == null && this.x.text != "") {
47452
- this.x.text = "";
47511
+ if (this.aa != null) {
47512
+ this.ac = true;
47513
+ if (this.aa.value == null && this.aa.text != "") {
47514
+ this.aa.text = "";
47453
47515
  }
47454
47516
  this.focus();
47455
- this.z = false;
47517
+ this.ac = false;
47456
47518
  }
47457
47519
  }
47458
47520
  onEditStarted() {
47459
47521
  super.onEditStarted();
47460
47522
  let a = this.container.getNativeElement();
47461
- this.x.defaultColumnWidth = (a.clientWidth - 2).toString();
47523
+ this.aa.defaultColumnWidth = (a.clientWidth - 2).toString();
47462
47524
  if (!this.a.isEditRefocusDesired) {
47463
47525
  this.focus();
47464
47526
  }
@@ -47472,63 +47534,63 @@ let ComboEditorView = /*@__PURE__*/ (() => {
47472
47534
  }
47473
47535
  }
47474
47536
  }
47475
- r() {
47476
- if (this.x != null) {
47477
- this.aa.focus(true);
47478
- this.x.select();
47537
+ s() {
47538
+ if (this.aa != null) {
47539
+ this.ad.focus(true);
47540
+ this.aa.select();
47479
47541
  }
47480
47542
  }
47481
- ai() {
47482
- if (this.x != null) {
47483
- this.x.closeUp();
47543
+ al() {
47544
+ if (this.aa != null) {
47545
+ this.aa.closeUp();
47484
47546
  }
47485
47547
  }
47486
- t(a, b, c) {
47487
- super.t(a, b, c);
47548
+ u(a, b, c) {
47549
+ super.u(a, b, c);
47488
47550
  switch (a) {
47489
47551
  case "DataSource":
47490
47552
  case "TextField":
47491
47553
  case "ValueField":
47492
- this.al();
47554
+ this.ao();
47493
47555
  break;
47494
47556
  }
47495
47557
  }
47496
- u() {
47497
- this.z = true;
47498
- if (this.x != null) {
47558
+ w() {
47559
+ this.ac = true;
47560
+ if (this.aa != null) {
47499
47561
  if (this.value == null) {
47500
- this.x.text = " ";
47562
+ this.aa.text = " ";
47501
47563
  }
47502
- this.x.value = this.value;
47503
- this.r();
47564
+ this.aa.value = this.value;
47565
+ this.s();
47504
47566
  }
47505
- this.z = false;
47567
+ this.ac = false;
47506
47568
  }
47507
- al() {
47508
- if (this.x != null) {
47569
+ ao() {
47570
+ if (this.aa != null) {
47509
47571
  this.detachEvents();
47510
- this.x.dataSource = this.ac;
47511
- this.x.textField = this.af;
47512
- this.x.valueField = this.w;
47513
- if (this.af != null) {
47514
- this.x.fields = [this.af];
47572
+ this.aa.dataSource = this.af;
47573
+ this.aa.textField = this.ai;
47574
+ this.aa.valueField = this.z;
47575
+ if (this.ai != null) {
47576
+ this.aa.fields = [this.ai];
47515
47577
  }
47516
- else if (this.w != null && this.w.length > 0) {
47517
- this.x.fields = [this.w[0]];
47578
+ else if (this.z != null && this.z.length > 0) {
47579
+ this.aa.fields = [this.z[0]];
47518
47580
  }
47519
47581
  else {
47520
- let a = typeCast(IDataSource_$type, this.ac);
47582
+ let a = typeCast(IDataSource_$type, this.af);
47521
47583
  if (a != null && a.actualSchema != null) {
47522
- this.x.fields = [a.actualSchema.propertyNames[0]];
47584
+ this.aa.fields = [a.actualSchema.propertyNames[0]];
47523
47585
  }
47524
47586
  else {
47525
- let b = (Array.isArray(this.ac));
47587
+ let b = (Array.isArray(this.af));
47526
47588
  if (b) {
47527
- let c = (this.ac.length);
47589
+ let c = (this.af.length);
47528
47590
  if (c > 0) {
47529
- let d = (Object.keys(this.ac[0]));
47591
+ let d = (Object.keys(this.af[0]));
47530
47592
  if (d.length > 0) {
47531
- this.x.fields = [d[0]];
47593
+ this.aa.fields = [d[0]];
47532
47594
  }
47533
47595
  }
47534
47596
  }
@@ -47537,34 +47599,40 @@ let ComboEditorView = /*@__PURE__*/ (() => {
47537
47599
  this.attachEvents();
47538
47600
  }
47539
47601
  }
47602
+ v() {
47603
+ super.v();
47604
+ if (this.aa != null) {
47605
+ this.aa.textColor = this.textColor._fill;
47606
+ }
47607
+ }
47540
47608
  onComboValueChanged(a, b) {
47541
- this.ap();
47609
+ this.as();
47542
47610
  }
47543
47611
  onComboTextChanged(a, b) {
47544
- this.ap();
47612
+ this.as();
47545
47613
  }
47546
- ap() {
47547
- if (this.z) {
47614
+ as() {
47615
+ if (this.ac) {
47548
47616
  return;
47549
47617
  }
47550
- if (this.x.value != null) {
47551
- this.p(this.x.value, false);
47618
+ if (this.aa.value != null) {
47619
+ this.q(this.aa.value, false);
47552
47620
  }
47553
- else if (this.x.value == null && stringIsNullOrWhiteSpace(this.x.text)) {
47554
- this.p(null, false);
47621
+ else if (this.aa.value == null && stringIsNullOrWhiteSpace(this.aa.text)) {
47622
+ this.q(null, false);
47555
47623
  }
47556
47624
  else {
47557
- this.p(this.value, false);
47625
+ this.q(this.value, false);
47558
47626
  }
47559
47627
  }
47560
47628
  onInputChanging(a, b) {
47561
- this.o();
47629
+ this.p();
47562
47630
  }
47563
47631
  onComboLostFocus(a) {
47564
- this.n();
47632
+ this.o();
47565
47633
  }
47566
47634
  onComboGotFocus(a) {
47567
- this.m();
47635
+ this.n();
47568
47636
  }
47569
47637
  }
47570
47638
  ComboEditorView.$t = /*@__PURE__*/ markType(ComboEditorView, 'ComboEditorView', BaseEditorView.$);
@@ -47790,18 +47858,18 @@ let EditorCell = /*@__PURE__*/ (() => {
47790
47858
  }
47791
47859
  this.ct = new ComboEditorView(this.ab, this.f.getTheme(), this.b);
47792
47860
  this.ct.setFont(this.cz);
47793
- this.ct.ac = this.dh;
47794
- this.ct.af = this.dm;
47795
- this.ct.w = this.ci;
47861
+ this.ct.af = this.dh;
47862
+ this.ct.ai = this.dm;
47863
+ this.ct.z = this.ci;
47796
47864
  return this.ct;
47797
47865
  }
47798
47866
  ea(a, b) {
47799
47867
  if (b.g != b.d || b.h != b.e) {
47800
47868
  if (this.ct != null) {
47801
- this.ct.ai();
47869
+ this.ct.al();
47802
47870
  }
47803
47871
  if (this.cu != null) {
47804
- this.cu.ad();
47872
+ this.cu.ag();
47805
47873
  }
47806
47874
  this.d0();
47807
47875
  }
@@ -47874,9 +47942,9 @@ let EditorCell = /*@__PURE__*/ (() => {
47874
47942
  }
47875
47943
  d2() {
47876
47944
  if (this.ct != null) {
47877
- this.ct.ac = this.dh;
47878
- this.ct.af = this.dm;
47879
- this.ct.w = this.ci;
47945
+ this.ct.af = this.dh;
47946
+ this.ct.ai = this.dm;
47947
+ this.ct.z = this.ci;
47880
47948
  }
47881
47949
  }
47882
47950
  d8() {
@@ -47911,12 +47979,12 @@ let EditorCell = /*@__PURE__*/ (() => {
47911
47979
  }
47912
47980
  d4() {
47913
47981
  if (this.cn != null && this.cu == this.cn) {
47914
- this.cu.ab = this.dr;
47982
+ this.cu.ae = this.dr;
47915
47983
  }
47916
47984
  }
47917
47985
  ec() {
47918
47986
  if (this.cn != null && this.cu == this.cn) {
47919
- this.cu.z = this.db;
47987
+ this.cu.ac = this.db;
47920
47988
  }
47921
47989
  }
47922
47990
  eh(a, b, c, d, e) {
@@ -48400,23 +48468,27 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48400
48468
  this.a = a;
48401
48469
  this.l = 240;
48402
48470
  }
48403
- t(a) {
48471
+ u(a) {
48404
48472
  if (a == null) {
48405
48473
  let b = this.a;
48406
- b.opening = delegateRemove(b.opening, runOn(this, this.r));
48474
+ b.opening = delegateRemove(b.opening, runOn(this, this.s));
48407
48475
  let c = this.a;
48408
- c.closing = delegateRemove(c.closing, runOn(this, this.n));
48476
+ c.opened = delegateRemove(c.opened, runOn(this, this.r));
48477
+ let d = this.a;
48478
+ d.closing = delegateRemove(d.closing, runOn(this, this.n));
48409
48479
  return;
48410
48480
  }
48411
- let d = this.a;
48412
- d.opening = delegateCombine(d.opening, runOn(this, this.r));
48413
48481
  let e = this.a;
48414
- e.closing = delegateCombine(e.closing, runOn(this, this.n));
48482
+ e.opening = delegateCombine(e.opening, runOn(this, this.s));
48483
+ let f = this.a;
48484
+ f.opened = delegateCombine(f.opened, runOn(this, this.r));
48485
+ let g = this.a;
48486
+ g.closing = delegateCombine(g.closing, runOn(this, this.n));
48415
48487
  this.g = a;
48416
48488
  this.d = new Popup();
48417
48489
  this.d.provideRenderer(this.g);
48418
48490
  this.i = this.g.createElement("div");
48419
- this.i.setStyleProperty("background-color", "rgba(255,255,255,1)");
48491
+ this.i.addClass("ig-comparison-operator-selector");
48420
48492
  this.i.setStyleProperty("width", this.l + "px");
48421
48493
  this.d.appendPopupContent(this.i);
48422
48494
  this.h = this.g.createElement("div");
@@ -48426,15 +48498,15 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48426
48498
  this.h.setStyleProperty("cursor", "pointer");
48427
48499
  this.g.append(this.h);
48428
48500
  this.h.listen("mousedown", runOn(this, this.q));
48429
- this.g.getPortal(this.i, "DataGrid", (f) => {
48430
- this.m = f.componentRef;
48501
+ this.g.getPortal(this.i, "DataGrid", (h) => {
48502
+ this.m = h.componentRef;
48431
48503
  this.m.height = '100%';
48432
48504
  this.m.scrollbarStyle = 'Default';
48433
48505
  this.b = (this.m.i);
48434
- this.a.d8(this.d, this.c, this.b);
48506
+ this.a.eb(this.d, this.c, this.b);
48435
48507
  }, false);
48436
48508
  }
48437
- v() {
48509
+ w() {
48438
48510
  let rect_ = this.h.getNativeElement().getBoundingClientRect();
48439
48511
  let a = new Rect(4);
48440
48512
  a.left = (rect_.left + window.pageXOffset);
@@ -48461,7 +48533,7 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48461
48533
  }
48462
48534
  return a;
48463
48535
  }
48464
- s(a, b) {
48536
+ t(a, b) {
48465
48537
  let c = a;
48466
48538
  let d = null;
48467
48539
  if (c.element.getChildCount() == 0) {
@@ -48487,16 +48559,22 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48487
48559
  }
48488
48560
  }
48489
48561
  d.svgPath = b.Icon;
48562
+ d.fill = this.a.eq;
48490
48563
  }
48491
48564
  q(a) {
48492
- this.a.eh();
48565
+ this.a.em();
48493
48566
  }
48494
- r(a, b) {
48495
- this.i.setStyleProperty("height", stringFormat("{0}px", this.a.x()));
48567
+ s(a, b) {
48568
+ this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
48496
48569
  this.d.ar();
48497
48570
  document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
48498
48571
  document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
48499
48572
  }
48573
+ r(a, b) {
48574
+ if ((this.m.notifyDOMInsertion !== undefined)) {
48575
+ this.m.notifyDOMInsertion();
48576
+ }
48577
+ }
48500
48578
  n(a, b) {
48501
48579
  document.removeEventListener("keydown", this.onDocumentKeyDown, false);
48502
48580
  document.removeEventListener("mousedown", this.onDocumentMouseDown, false);
@@ -48504,7 +48582,7 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48504
48582
  onDocumentKeyDown(a) {
48505
48583
  let b = a;
48506
48584
  if (BaseDOMEventProxy.c0(b) == 8) {
48507
- this.a.d5();
48585
+ this.a.d8();
48508
48586
  }
48509
48587
  }
48510
48588
  onDocumentMouseDown(a) {
@@ -48513,10 +48591,10 @@ let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
48513
48591
  let d = this.g.rootWrapper.getNativeElement();
48514
48592
  let e = this.i.getNativeElement();
48515
48593
  if (!d.contains(c) && !e.contains(c)) {
48516
- this.a.d5();
48594
+ this.a.d8();
48517
48595
  }
48518
48596
  }
48519
- u(a) {
48597
+ v(a) {
48520
48598
  this.m.dataSource = a;
48521
48599
  }
48522
48600
  }
@@ -48531,50 +48609,57 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48531
48609
  constructor() {
48532
48610
  super();
48533
48611
  this.propertyChanged = null;
48534
- this.q = null;
48612
+ this.r = null;
48535
48613
  this.e = null;
48614
+ this.q = null;
48536
48615
  this.p = null;
48537
48616
  this.o = null;
48538
- this.n = null;
48539
48617
  this.f = null;
48540
- this.m = null;
48618
+ this.n = null;
48619
+ this.v = null;
48541
48620
  this.u = null;
48542
- this.t = null;
48543
48621
  this.g = null;
48544
- this.s = false;
48622
+ this.t = false;
48545
48623
  this.a = 0;
48546
- this.ac = null;
48547
- this.w = 0;
48624
+ this.ae = null;
48625
+ this.x = 0;
48548
48626
  this.c = 0;
48549
- this.v = 250;
48627
+ this.w = 250;
48628
+ this.eo = null;
48629
+ this.en = null;
48550
48630
  this.valueChanged = null;
48551
48631
  this.opening = null;
48632
+ this.opened = null;
48552
48633
  this.closing = null;
48553
48634
  this.e = new ComparisonOperatorSelectorView(this);
48554
- this.t = new List$1(OperatorModel.$, 0);
48635
+ this.u = new List$1(OperatorModel.$, 0);
48555
48636
  }
48556
- eb(a, b, c) {
48557
- this.ed(a, b, c);
48637
+ eg(a, b, c) {
48638
+ this.ei(a, b, c);
48558
48639
  if (this.propertyChanged != null) {
48559
48640
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
48560
48641
  }
48561
48642
  }
48562
- ed(a, b, c) {
48643
+ ei(a, b, c) {
48563
48644
  switch (a) {
48564
48645
  case "Value":
48565
- this.ec(EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, b), EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, c));
48646
+ this.eh(EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, b), EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, c));
48566
48647
  break;
48567
48648
  case "DataType":
48568
- this.d1();
48649
+ this.d4();
48650
+ break;
48651
+ case "TextColor":
48652
+ case "Background":
48653
+ this.ed();
48569
48654
  break;
48570
48655
  }
48571
48656
  }
48572
- get r() {
48573
- if (this.q == null) {
48574
- this.q = new SRProvider(this.e.g);
48575
- this.q.cb("DataGrid");
48657
+ get s() {
48658
+ if (this.r == null) {
48659
+ this.r = new SRProvider(this.e.g);
48660
+ this.r.cb("DataGrid");
48576
48661
  }
48577
- return this.q;
48662
+ return this.r;
48578
48663
  }
48579
48664
  get i() {
48580
48665
  return this.g;
@@ -48583,10 +48668,10 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48583
48668
  this.g = a;
48584
48669
  if (this.g != null) {
48585
48670
  if (this.g.a == 44) {
48586
- this.ac = this.g.c;
48587
- this.w = this.g.b;
48671
+ this.ae = this.g.c;
48672
+ this.x = this.g.b;
48588
48673
  }
48589
- if (!this.s) {
48674
+ if (!this.t) {
48590
48675
  this.b = this.g.a;
48591
48676
  }
48592
48677
  }
@@ -48598,7 +48683,7 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48598
48683
  let b = this.a;
48599
48684
  this.a = a;
48600
48685
  if (b != this.a || this.a == 44) {
48601
- this.eb("Value", enumGetBox(ColumnComparisonConditionOperatorType_$type, b), enumGetBox(ColumnComparisonConditionOperatorType_$type, this.a));
48686
+ this.eg("Value", enumGetBox(ColumnComparisonConditionOperatorType_$type, b), enumGetBox(ColumnComparisonConditionOperatorType_$type, this.a));
48602
48687
  }
48603
48688
  }
48604
48689
  get d() {
@@ -48608,213 +48693,234 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48608
48693
  let b = this.c;
48609
48694
  this.c = a;
48610
48695
  if (b != this.c) {
48611
- this.eb("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.c));
48696
+ this.eg("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.c));
48612
48697
  }
48613
48698
  }
48614
- get y() {
48615
- return this.v;
48699
+ get z() {
48700
+ return this.w;
48616
48701
  }
48617
- set y(a) {
48618
- this.v = a;
48702
+ set z(a) {
48703
+ this.w = a;
48619
48704
  }
48620
- get db() {
48621
- let a = this.r.b1("ComparisonOperator_True");
48705
+ get eq() {
48706
+ return this.eo;
48707
+ }
48708
+ set eq(a) {
48709
+ let b = this.eo;
48710
+ this.eo = a;
48711
+ if (b != this.eo) {
48712
+ this.eg("TextColor", b, this.eo);
48713
+ }
48714
+ }
48715
+ get ep() {
48716
+ return this.en;
48717
+ }
48718
+ set ep(a) {
48719
+ let b = this.en;
48720
+ this.en = a;
48721
+ if (b != this.en) {
48722
+ this.eg("Background", b, this.en);
48723
+ }
48724
+ }
48725
+ get dd() {
48726
+ let a = this.s.b1("ComparisonOperator_True");
48622
48727
  return !stringIsNullOrWhiteSpace(a) ? a : "True";
48623
48728
  }
48624
- get ci() {
48625
- let a = this.r.b1("ComparisonOperator_False");
48729
+ get ck() {
48730
+ let a = this.s.b1("ComparisonOperator_False");
48626
48731
  return !stringIsNullOrWhiteSpace(a) ? a : "False";
48627
48732
  }
48628
- get ch() {
48629
- let a = this.r.b1("ComparisonOperator_Equals");
48733
+ get cj() {
48734
+ let a = this.s.b1("ComparisonOperator_Equals");
48630
48735
  return !stringIsNullOrWhiteSpace(a) ? a : "Equals";
48631
48736
  }
48632
- get cx() {
48633
- let a = this.r.b1("ComparisonOperator_NotEquals");
48737
+ get cz() {
48738
+ let a = this.s.b1("ComparisonOperator_NotEquals");
48634
48739
  return !stringIsNullOrWhiteSpace(a) ? a : "Not equals";
48635
48740
  }
48636
- get cp() {
48637
- let a = this.r.b1("ComparisonOperator_LessThan");
48741
+ get cr() {
48742
+ let a = this.s.b1("ComparisonOperator_LessThan");
48638
48743
  return !stringIsNullOrWhiteSpace(a) ? a : "Less than";
48639
48744
  }
48640
- get cq() {
48641
- let a = this.r.b1("ComparisonOperator_LessThanOrEqualTo");
48745
+ get cs() {
48746
+ let a = this.s.b1("ComparisonOperator_LessThanOrEqualTo");
48642
48747
  return !stringIsNullOrWhiteSpace(a) ? a : "Less than or equal to";
48643
48748
  }
48644
- get cj() {
48645
- let a = this.r.b1("ComparisonOperator_GreaterThan");
48749
+ get cl() {
48750
+ let a = this.s.b1("ComparisonOperator_GreaterThan");
48646
48751
  return !stringIsNullOrWhiteSpace(a) ? a : "Greater than";
48647
48752
  }
48648
- get ck() {
48649
- let a = this.r.b1("ComparisonOperator_GreaterThanOrEqualTo");
48753
+ get cm() {
48754
+ let a = this.s.b1("ComparisonOperator_GreaterThanOrEqualTo");
48650
48755
  return !stringIsNullOrWhiteSpace(a) ? a : "Greater than or equal to";
48651
48756
  }
48652
- get c9() {
48653
- let a = this.r.b1("ComparisonOperator_Top");
48757
+ get db() {
48758
+ let a = this.s.b1("ComparisonOperator_Top");
48654
48759
  return !stringIsNullOrWhiteSpace(a) ? a : "Top";
48655
48760
  }
48656
- get b9() {
48657
- let a = this.r.b1("ComparisonOperator_Bottom");
48761
+ get cb() {
48762
+ let a = this.s.b1("ComparisonOperator_Bottom");
48658
48763
  return !stringIsNullOrWhiteSpace(a) ? a : "Bottom";
48659
48764
  }
48660
- get da() {
48661
- let a = this.r.b1("ComparisonOperator_TopPercentile");
48765
+ get dc() {
48766
+ let a = this.s.b1("ComparisonOperator_TopPercentile");
48662
48767
  return !stringIsNullOrWhiteSpace(a) ? a : "Top percentile";
48663
48768
  }
48664
- get ca() {
48665
- let a = this.r.b1("ComparisonOperator_BottomPercentile");
48769
+ get cc() {
48770
+ let a = this.s.b1("ComparisonOperator_BottomPercentile");
48666
48771
  return !stringIsNullOrWhiteSpace(a) ? a : "Bottom percentile";
48667
48772
  }
48668
- get c7() {
48669
- let a = this.r.b1("ComparisonOperator_Today");
48773
+ get c9() {
48774
+ let a = this.s.b1("ComparisonOperator_Today");
48670
48775
  return !stringIsNullOrWhiteSpace(a) ? a : "Today";
48671
48776
  }
48672
- get c8() {
48673
- let a = this.r.b1("ComparisonOperator_Tomorrow");
48777
+ get da() {
48778
+ let a = this.s.b1("ComparisonOperator_Tomorrow");
48674
48779
  return !stringIsNullOrWhiteSpace(a) ? a : "Tomorrow";
48675
48780
  }
48676
- get de() {
48677
- let a = this.r.b1("ComparisonOperator_Yesterday");
48781
+ get dg() {
48782
+ let a = this.s.b1("ComparisonOperator_Yesterday");
48678
48783
  return !stringIsNullOrWhiteSpace(a) ? a : "Yesterday";
48679
48784
  }
48680
- get c5() {
48681
- let a = this.r.b1("ComparisonOperator_ThisWeek");
48785
+ get c7() {
48786
+ let a = this.s.b1("ComparisonOperator_ThisWeek");
48682
48787
  return !stringIsNullOrWhiteSpace(a) ? a : "This week";
48683
48788
  }
48684
- get cu() {
48685
- let a = this.r.b1("ComparisonOperator_NextWeek");
48789
+ get cw() {
48790
+ let a = this.s.b1("ComparisonOperator_NextWeek");
48686
48791
  return !stringIsNullOrWhiteSpace(a) ? a : "Next week";
48687
48792
  }
48688
- get cn() {
48689
- let a = this.r.b1("ComparisonOperator_LastWeek");
48793
+ get cp() {
48794
+ let a = this.s.b1("ComparisonOperator_LastWeek");
48690
48795
  return !stringIsNullOrWhiteSpace(a) ? a : "Last week";
48691
48796
  }
48692
- get c3() {
48693
- let a = this.r.b1("ComparisonOperator_ThisMonth");
48797
+ get c5() {
48798
+ let a = this.s.b1("ComparisonOperator_ThisMonth");
48694
48799
  return !stringIsNullOrWhiteSpace(a) ? a : "This month";
48695
48800
  }
48696
- get cs() {
48697
- let a = this.r.b1("ComparisonOperator_NextMonth");
48801
+ get cu() {
48802
+ let a = this.s.b1("ComparisonOperator_NextMonth");
48698
48803
  return !stringIsNullOrWhiteSpace(a) ? a : "Next month";
48699
48804
  }
48700
- get cl() {
48701
- let a = this.r.b1("ComparisonOperator_LastMonth");
48805
+ get cn() {
48806
+ let a = this.s.b1("ComparisonOperator_LastMonth");
48702
48807
  return !stringIsNullOrWhiteSpace(a) ? a : "Last month";
48703
48808
  }
48704
- get c4() {
48705
- let a = this.r.b1("ComparisonOperator_ThisQuarter");
48809
+ get c6() {
48810
+ let a = this.s.b1("ComparisonOperator_ThisQuarter");
48706
48811
  return !stringIsNullOrWhiteSpace(a) ? a : "This quarter";
48707
48812
  }
48708
- get ct() {
48709
- let a = this.r.b1("ComparisonOperator_NextQuarter");
48813
+ get cv() {
48814
+ let a = this.s.b1("ComparisonOperator_NextQuarter");
48710
48815
  return !stringIsNullOrWhiteSpace(a) ? a : "Next quarter";
48711
48816
  }
48712
- get cm() {
48713
- let a = this.r.b1("ComparisonOperator_LastQuarter");
48817
+ get co() {
48818
+ let a = this.s.b1("ComparisonOperator_LastQuarter");
48714
48819
  return !stringIsNullOrWhiteSpace(a) ? a : "Last quarter";
48715
48820
  }
48716
- get c6() {
48717
- let a = this.r.b1("ComparisonOperator_ThisYear");
48821
+ get c8() {
48822
+ let a = this.s.b1("ComparisonOperator_ThisYear");
48718
48823
  return !stringIsNullOrWhiteSpace(a) ? a : "This year";
48719
48824
  }
48720
- get cv() {
48721
- let a = this.r.b1("ComparisonOperator_NextYear");
48825
+ get cx() {
48826
+ let a = this.s.b1("ComparisonOperator_NextYear");
48722
48827
  return !stringIsNullOrWhiteSpace(a) ? a : "Next year";
48723
48828
  }
48724
- get co() {
48725
- let a = this.r.b1("ComparisonOperator_LastYear");
48829
+ get cq() {
48830
+ let a = this.s.b1("ComparisonOperator_LastYear");
48726
48831
  return !stringIsNullOrWhiteSpace(a) ? a : "Last year";
48727
48832
  }
48728
- get dd() {
48729
- let a = this.r.b1("ComparisonOperator_YearToDate");
48833
+ get df() {
48834
+ let a = this.s.b1("ComparisonOperator_YearToDate");
48730
48835
  return !stringIsNullOrWhiteSpace(a) ? a : "Year to date";
48731
48836
  }
48732
- get cy() {
48733
- let a = this.r.b1("ComparisonOperator_Q1");
48837
+ get c0() {
48838
+ let a = this.s.b1("ComparisonOperator_Q1");
48734
48839
  return !stringIsNullOrWhiteSpace(a) ? a : "Quarter 1";
48735
48840
  }
48736
- get cz() {
48737
- let a = this.r.b1("ComparisonOperator_Q2");
48841
+ get c1() {
48842
+ let a = this.s.b1("ComparisonOperator_Q2");
48738
48843
  return !stringIsNullOrWhiteSpace(a) ? a : "Quarter 2";
48739
48844
  }
48740
- get c0() {
48741
- let a = this.r.b1("ComparisonOperator_Q3");
48845
+ get c2() {
48846
+ let a = this.s.b1("ComparisonOperator_Q3");
48742
48847
  return !stringIsNullOrWhiteSpace(a) ? a : "Quarter 3";
48743
48848
  }
48744
- get c1() {
48745
- let a = this.r.b1("ComparisonOperator_Q4");
48849
+ get c3() {
48850
+ let a = this.s.b1("ComparisonOperator_Q4");
48746
48851
  return !stringIsNullOrWhiteSpace(a) ? a : "Quarter 4";
48747
48852
  }
48748
- get cr() {
48749
- let a = this.r.b1("ComparisonOperator_Month");
48853
+ get ct() {
48854
+ let a = this.s.b1("ComparisonOperator_Month");
48750
48855
  return !stringIsNullOrWhiteSpace(a) ? a : "Month";
48751
48856
  }
48752
- get dc() {
48753
- let a = this.r.b1("ComparisonOperator_Year");
48857
+ get de() {
48858
+ let a = this.s.b1("ComparisonOperator_Year");
48754
48859
  return !stringIsNullOrWhiteSpace(a) ? a : "Year";
48755
48860
  }
48756
- get c2() {
48757
- let a = this.r.b1("ComparisonOperator_StartsWith");
48861
+ get c4() {
48862
+ let a = this.s.b1("ComparisonOperator_StartsWith");
48758
48863
  return !stringIsNullOrWhiteSpace(a) ? a : "Starts with";
48759
48864
  }
48760
- get ce() {
48761
- let a = this.r.b1("ComparisonOperator_DoesNotStartWith");
48865
+ get cg() {
48866
+ let a = this.s.b1("ComparisonOperator_DoesNotStartWith");
48762
48867
  return !stringIsNullOrWhiteSpace(a) ? a : "Does not start with";
48763
48868
  }
48764
- get cg() {
48765
- let a = this.r.b1("ComparisonOperator_EndsWith");
48869
+ get ci() {
48870
+ let a = this.s.b1("ComparisonOperator_EndsWith");
48766
48871
  return !stringIsNullOrWhiteSpace(a) ? a : "Ends with";
48767
48872
  }
48768
- get cd() {
48769
- let a = this.r.b1("ComparisonOperator_DoesNotEndWith");
48873
+ get cf() {
48874
+ let a = this.s.b1("ComparisonOperator_DoesNotEndWith");
48770
48875
  return !stringIsNullOrWhiteSpace(a) ? a : "Does not end with";
48771
48876
  }
48772
- get cb() {
48773
- let a = this.r.b1("ComparisonOperator_Contains");
48877
+ get cd() {
48878
+ let a = this.s.b1("ComparisonOperator_Contains");
48774
48879
  return !stringIsNullOrWhiteSpace(a) ? a : "Contains";
48775
48880
  }
48776
- get cc() {
48777
- let a = this.r.b1("ComparisonOperator_DoesNotContain");
48881
+ get ce() {
48882
+ let a = this.s.b1("ComparisonOperator_DoesNotContain");
48778
48883
  return !stringIsNullOrWhiteSpace(a) ? a : "Does not contain";
48779
48884
  }
48780
- get cf() {
48781
- let a = this.r.b1("ComparisonOperator_Empty");
48885
+ get ch() {
48886
+ let a = this.s.b1("ComparisonOperator_Empty");
48782
48887
  return !stringIsNullOrWhiteSpace(a) ? a : "Empty";
48783
48888
  }
48784
- get cw() {
48785
- let a = this.r.b1("ComparisonOperator_NotEmpty");
48889
+ get cy() {
48890
+ let a = this.s.b1("ComparisonOperator_NotEmpty");
48786
48891
  return !stringIsNullOrWhiteSpace(a) ? a : "Not empty";
48787
48892
  }
48788
- ee(a) {
48893
+ ej(a) {
48789
48894
  if (a == null) {
48790
- if (this.n != null) {
48791
- let b = this.n;
48792
- b.clicked = delegateRemove(b.clicked, runOn(this, this.d9));
48895
+ if (this.o != null) {
48896
+ let b = this.o;
48897
+ b.clicked = delegateRemove(b.clicked, runOn(this, this.ec));
48793
48898
  }
48794
48899
  if (this.f != null) {
48795
48900
  this.f.ae.clear();
48796
48901
  let c = this.f;
48797
- c.cellClicked = delegateRemove(c.cellClicked, runOn(this, this.d6));
48902
+ c.cellClicked = delegateRemove(c.cellClicked, runOn(this, this.d9));
48798
48903
  }
48799
- if (this.m != null) {
48800
- let d = this.m;
48801
- d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.eg));
48904
+ if (this.n != null) {
48905
+ let d = this.n;
48906
+ d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.el));
48802
48907
  }
48803
48908
  }
48804
- this.e.t(a);
48909
+ this.e.u(a);
48805
48910
  }
48806
- d7() {
48807
- this.ee(null);
48911
+ ea() {
48912
+ this.ej(null);
48808
48913
  if (this.f != null) {
48809
48914
  let a = this.f;
48810
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.d6));
48915
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.d9));
48811
48916
  }
48812
- this.u.clear();
48917
+ this.v.clear();
48813
48918
  }
48814
- d8(a, b, c) {
48815
- this.p = a;
48816
- this.o = b;
48817
- this.o.svgPath = this.bt(this.b);
48919
+ eb(a, b, c) {
48920
+ this.q = a;
48921
+ this.p = b;
48922
+ this.p.svgPath = this.bv(this.b);
48923
+ this.p.fill = this.eq;
48818
48924
  this.f = c;
48819
48925
  this.f.iz = false;
48820
48926
  this.f.co = 1;
@@ -48825,37 +48931,39 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48825
48931
  this.f.oc = 0;
48826
48932
  this.f.go = 3;
48827
48933
  this.f.i6 = false;
48934
+ this.f.yr = new CornerRadius(0, 0);
48935
+ this.f.aa0 = new Thickness(0, 0);
48828
48936
  let d = this.f;
48829
- d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d6));
48830
- this.m = new TemplateColumn();
48831
- this.m.width = ((() => {
48937
+ d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d9));
48938
+ this.n = new TemplateColumn();
48939
+ this.n.width = ((() => {
48832
48940
  let $ret = new ColumnWidth();
48833
48941
  $ret.f = 32;
48834
48942
  $ret.c = false;
48835
48943
  return $ret;
48836
48944
  })());
48837
- this.m.h2 = this.m.h3 = 4;
48838
- this.m.h4 = this.m.h1 = 0;
48839
- this.m.i8 = "Icon";
48840
- let e = this.m;
48841
- e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.eg));
48842
- this.f.columns.add(this.m);
48945
+ this.n.h2 = this.n.h3 = 4;
48946
+ this.n.h4 = this.n.h1 = 0;
48947
+ this.n.i8 = "Icon";
48948
+ let e = this.n;
48949
+ e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
48950
+ this.f.columns.add(this.n);
48843
48951
  let f = new TextColumn();
48844
48952
  f.i8 = "DisplayText";
48845
48953
  f.h2 = 0;
48846
48954
  f.e = 0;
48847
48955
  this.f.columns.add(f);
48848
- this.d1();
48956
+ this.d4();
48849
48957
  }
48850
- ec(a, b) {
48851
- this.s = true;
48852
- for (let c = 0; c < this.u.count; c++) {
48853
- if (this.u._inner[c].a == b && this.u._inner[c].a != 44) {
48854
- this.i = this.u._inner[c];
48958
+ eh(a, b) {
48959
+ this.t = true;
48960
+ for (let c = 0; c < this.v.count; c++) {
48961
+ if (this.v._inner[c].a == b && this.v._inner[c].a != 44) {
48962
+ this.i = this.v._inner[c];
48855
48963
  }
48856
48964
  }
48857
- this.s = false;
48858
- this.o.svgPath = this.i.Icon;
48965
+ this.t = false;
48966
+ this.p.svgPath = this.i.Icon;
48859
48967
  if (this.valueChanged != null) {
48860
48968
  this.valueChanged(this, ((() => {
48861
48969
  let $ret = new OperatorSelectorValueChangedEventArgs();
@@ -48865,110 +48973,124 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48865
48973
  })()));
48866
48974
  }
48867
48975
  }
48868
- ea() {
48976
+ ed() {
48977
+ if (this.p != null) {
48978
+ this.p.fill = this.eq;
48979
+ }
48980
+ if (this.f != null) {
48981
+ this.f.zv = this.eq;
48982
+ this.f.zt = this.ep;
48983
+ }
48984
+ }
48985
+ ef() {
48869
48986
  if (this.opening != null) {
48870
48987
  this.opening(this, new OperatorSelectorOpeningEventArgs());
48871
48988
  }
48872
48989
  }
48873
- bt(a) {
48990
+ ee() {
48991
+ if (this.opened != null) {
48992
+ this.opened(this, new OperatorSelectorOpeningEventArgs());
48993
+ }
48994
+ }
48995
+ bv(a) {
48874
48996
  switch (a) {
48875
- case 7: return ComparisonOperatorSelector.z;
48876
- case 9: return ComparisonOperatorSelector.aa;
48877
- case 12: return ComparisonOperatorSelector.ab;
48878
- case 13: return ComparisonOperatorSelector.bl;
48879
- case 17: return ComparisonOperatorSelector.bm;
48880
- case 15: return ComparisonOperatorSelector.bn;
48881
- case 40: return ComparisonOperatorSelector.bo;
48882
- case 16: return ComparisonOperatorSelector.bp;
48997
+ case 7: return ComparisonOperatorSelector.ab;
48998
+ case 9: return ComparisonOperatorSelector.ac;
48999
+ case 12: return ComparisonOperatorSelector.ad;
49000
+ case 13: return ComparisonOperatorSelector.bn;
49001
+ case 17: return ComparisonOperatorSelector.bo;
49002
+ case 15: return ComparisonOperatorSelector.bp;
49003
+ case 40: return ComparisonOperatorSelector.bq;
49004
+ case 16: return ComparisonOperatorSelector.br;
48883
49005
  case 0: return "M5 13.5h14v2H5zm0-5h14v2H5z";
48884
- case 11: return ComparisonOperatorSelector.br;
48885
- case 4: return ComparisonOperatorSelector.bu;
48886
- case 5: return ComparisonOperatorSelector.bv;
48887
- case 26: return ComparisonOperatorSelector.bw;
48888
- case 29: return ComparisonOperatorSelector.bx;
48889
- case 23: return ComparisonOperatorSelector.by;
48890
- case 32: return ComparisonOperatorSelector.bz;
48891
- case 2: return ComparisonOperatorSelector.b0;
48892
- case 3: return ComparisonOperatorSelector.b1;
48893
- case 38: return ComparisonOperatorSelector.b2;
48894
- case 24: return ComparisonOperatorSelector.b3;
48895
- case 27: return ComparisonOperatorSelector.b4;
48896
- case 21: return ComparisonOperatorSelector.b5;
48897
- case 30: return ComparisonOperatorSelector.b6;
48898
- case 41: return ComparisonOperatorSelector.b7;
48899
- case 1: return ComparisonOperatorSelector.b8;
48900
- case 34: return ComparisonOperatorSelector.df;
48901
- case 35: return ComparisonOperatorSelector.dg;
48902
- case 36: return ComparisonOperatorSelector.dh;
48903
- case 37: return ComparisonOperatorSelector.di;
48904
- case 14: return ComparisonOperatorSelector.dj;
48905
- case 25: return ComparisonOperatorSelector.dk;
48906
- case 28: return ComparisonOperatorSelector.dl;
48907
- case 22: return ComparisonOperatorSelector.dm;
48908
- case 31: return ComparisonOperatorSelector.dn;
48909
- case 18: return ComparisonOperatorSelector.dp;
48910
- case 19: return ComparisonOperatorSelector.dq;
48911
- case 6: return ComparisonOperatorSelector.dr;
48912
- case 8: return ComparisonOperatorSelector.ds;
48913
- case 10: return ComparisonOperatorSelector.dt;
48914
- case 39: return ComparisonOperatorSelector.dv;
48915
- case 33: return ComparisonOperatorSelector.dw;
48916
- case 20: return ComparisonOperatorSelector.dx;
49006
+ case 11: return ComparisonOperatorSelector.bt;
49007
+ case 4: return ComparisonOperatorSelector.bw;
49008
+ case 5: return ComparisonOperatorSelector.bx;
49009
+ case 26: return ComparisonOperatorSelector.by;
49010
+ case 29: return ComparisonOperatorSelector.bz;
49011
+ case 23: return ComparisonOperatorSelector.b0;
49012
+ case 32: return ComparisonOperatorSelector.b1;
49013
+ case 2: return ComparisonOperatorSelector.b2;
49014
+ case 3: return ComparisonOperatorSelector.b3;
49015
+ case 38: return ComparisonOperatorSelector.b4;
49016
+ case 24: return ComparisonOperatorSelector.b5;
49017
+ case 27: return ComparisonOperatorSelector.b6;
49018
+ case 21: return ComparisonOperatorSelector.b7;
49019
+ case 30: return ComparisonOperatorSelector.b8;
49020
+ case 41: return ComparisonOperatorSelector.b9;
49021
+ case 1: return ComparisonOperatorSelector.ca;
49022
+ case 34: return ComparisonOperatorSelector.dh;
49023
+ case 35: return ComparisonOperatorSelector.di;
49024
+ case 36: return ComparisonOperatorSelector.dj;
49025
+ case 37: return ComparisonOperatorSelector.dk;
49026
+ case 14: return ComparisonOperatorSelector.dl;
49027
+ case 25: return ComparisonOperatorSelector.dn;
49028
+ case 28: return ComparisonOperatorSelector.dp;
49029
+ case 22: return ComparisonOperatorSelector.dq;
49030
+ case 31: return ComparisonOperatorSelector.dr;
49031
+ case 18: return ComparisonOperatorSelector.ds;
49032
+ case 19: return ComparisonOperatorSelector.dt;
49033
+ case 6: return ComparisonOperatorSelector.du;
49034
+ case 8: return ComparisonOperatorSelector.dv;
49035
+ case 10: return ComparisonOperatorSelector.dw;
49036
+ case 39: return ComparisonOperatorSelector.dy;
49037
+ case 33: return ComparisonOperatorSelector.dz;
49038
+ case 20: return ComparisonOperatorSelector.d0;
48917
49039
  default: return "";
48918
49040
  }
48919
49041
  }
48920
- bs(a) {
49042
+ bu(a) {
48921
49043
  switch (a) {
48922
- case 7: return this.b9;
48923
- case 9: return this.ca;
48924
- case 12: return this.cb;
48925
- case 13: return this.cc;
48926
- case 17: return this.cd;
48927
- case 15: return this.ce;
48928
- case 40: return this.cf;
48929
- case 16: return this.cg;
48930
- case 0: return this.ch;
48931
- case 11: return this.ci;
48932
- case 4: return this.cj;
48933
- case 5: return this.ck;
48934
- case 26: return this.cl;
48935
- case 29: return this.cm;
48936
- case 23: return this.cn;
48937
- case 32: return this.co;
48938
- case 2: return this.cp;
48939
- case 3: return this.cq;
48940
- case 38: return this.cr;
48941
- case 24: return this.cs;
48942
- case 27: return this.ct;
48943
- case 21: return this.cu;
48944
- case 30: return this.cv;
48945
- case 41: return this.cw;
48946
- case 1: return this.cx;
48947
- case 34: return this.cy;
48948
- case 35: return this.cz;
48949
- case 36: return this.c0;
48950
- case 37: return this.c1;
48951
- case 14: return this.c2;
48952
- case 25: return this.c3;
48953
- case 28: return this.c4;
48954
- case 22: return this.c5;
48955
- case 31: return this.c6;
48956
- case 18: return this.c7;
48957
- case 19: return this.c8;
48958
- case 6: return this.c9;
48959
- case 8: return this.da;
48960
- case 10: return this.db;
48961
- case 39: return this.dc;
48962
- case 33: return this.dd;
48963
- case 20: return this.de;
49044
+ case 7: return this.cb;
49045
+ case 9: return this.cc;
49046
+ case 12: return this.cd;
49047
+ case 13: return this.ce;
49048
+ case 17: return this.cf;
49049
+ case 15: return this.cg;
49050
+ case 40: return this.ch;
49051
+ case 16: return this.ci;
49052
+ case 0: return this.cj;
49053
+ case 11: return this.ck;
49054
+ case 4: return this.cl;
49055
+ case 5: return this.cm;
49056
+ case 26: return this.cn;
49057
+ case 29: return this.co;
49058
+ case 23: return this.cp;
49059
+ case 32: return this.cq;
49060
+ case 2: return this.cr;
49061
+ case 3: return this.cs;
49062
+ case 38: return this.ct;
49063
+ case 24: return this.cu;
49064
+ case 27: return this.cv;
49065
+ case 21: return this.cw;
49066
+ case 30: return this.cx;
49067
+ case 41: return this.cy;
49068
+ case 1: return this.cz;
49069
+ case 34: return this.c0;
49070
+ case 35: return this.c1;
49071
+ case 36: return this.c2;
49072
+ case 37: return this.c3;
49073
+ case 14: return this.c4;
49074
+ case 25: return this.c5;
49075
+ case 28: return this.c6;
49076
+ case 22: return this.c7;
49077
+ case 31: return this.c8;
49078
+ case 18: return this.c9;
49079
+ case 19: return this.da;
49080
+ case 6: return this.db;
49081
+ case 8: return this.dc;
49082
+ case 10: return this.dd;
49083
+ case 39: return this.de;
49084
+ case 33: return this.df;
49085
+ case 20: return this.dg;
48964
49086
  default: return "";
48965
49087
  }
48966
49088
  }
48967
- d1() {
48968
- this.u = new List$1(OperatorModel.$, 0);
49089
+ d4() {
49090
+ this.v = new List$1(OperatorModel.$, 0);
48969
49091
  switch (this.d) {
48970
49092
  case 2:
48971
- this.dz(this.u);
49093
+ this.d2(this.v);
48972
49094
  break;
48973
49095
  case 10:
48974
49096
  case 6:
@@ -48977,38 +49099,38 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
48977
49099
  case 3:
48978
49100
  case 4:
48979
49101
  case 7:
48980
- this.d2(this.u);
49102
+ this.d5(this.v);
48981
49103
  break;
48982
49104
  case 8:
48983
- this.d0(this.u);
49105
+ this.d3(this.v);
48984
49106
  break;
48985
49107
  case 0:
48986
- this.d3(this.u);
49108
+ this.d6(this.v);
48987
49109
  break;
48988
49110
  }
48989
- this.u.o(this.t);
49111
+ this.v.o(this.u);
48990
49112
  if (this.f != null) {
48991
- this.e.u(this.u);
48992
- if (this.u.count > 0) {
48993
- this.i = this.u._inner[0];
49113
+ this.e.v(this.v);
49114
+ if (this.v.count > 0) {
49115
+ this.i = this.v._inner[0];
48994
49116
  }
48995
- this.e.k = Math.min(this.u.count * this.f.nf + 2, this.y);
49117
+ this.e.k = Math.min(this.v.count * this.f.nf + 2, this.z);
48996
49118
  }
48997
49119
  }
48998
49120
  h(a) {
48999
49121
  return ((() => {
49000
49122
  let $ret = new OperatorModel();
49001
49123
  $ret.a = a;
49002
- $ret.DisplayText = this.bs(a);
49003
- $ret.Icon = this.bt(a);
49124
+ $ret.DisplayText = this.bu(a);
49125
+ $ret.Icon = this.bv(a);
49004
49126
  return $ret;
49005
49127
  })());
49006
49128
  }
49007
- dz(a) {
49129
+ d2(a) {
49008
49130
  a.add(this.h(10));
49009
49131
  a.add(this.h(11));
49010
49132
  }
49011
- d2(a) {
49133
+ d5(a) {
49012
49134
  a.add(this.h(0));
49013
49135
  a.add(this.h(1));
49014
49136
  a.add(this.h(2));
@@ -49016,7 +49138,7 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
49016
49138
  a.add(this.h(4));
49017
49139
  a.add(this.h(5));
49018
49140
  }
49019
- d0(a) {
49141
+ d3(a) {
49020
49142
  a.add(this.h(0));
49021
49143
  a.add(this.h(1));
49022
49144
  a.add(this.h(2));
@@ -49046,7 +49168,7 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
49046
49168
  a.add(this.h(36));
49047
49169
  a.add(this.h(37));
49048
49170
  }
49049
- d3(a) {
49171
+ d6(a) {
49050
49172
  a.add(this.h(0));
49051
49173
  a.add(this.h(1));
49052
49174
  a.add(this.h(14));
@@ -49058,128 +49180,129 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
49058
49180
  a.add(this.h(40));
49059
49181
  a.add(this.h(41));
49060
49182
  }
49061
- x() {
49183
+ y() {
49062
49184
  if (this.f != null) {
49063
49185
  let a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
49064
49186
  return a * (this.f.nf + this.f.oc) + this.f.ne + 2;
49065
49187
  }
49066
49188
  return 0;
49067
49189
  }
49068
- eh() {
49069
- if (this.p != null) {
49070
- if (!this.p.t) {
49071
- this.ea();
49072
- this.p.showRelativeToExclusionRect(this.e.v(), 1, 0);
49190
+ em() {
49191
+ if (this.q != null) {
49192
+ if (!this.q.t) {
49193
+ this.ef();
49194
+ this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
49195
+ this.ee();
49073
49196
  }
49074
49197
  else {
49075
- this.p.ao();
49198
+ this.q.ao();
49076
49199
  }
49077
49200
  }
49078
49201
  }
49079
- d5() {
49080
- if (this.p != null) {
49081
- this.p.ao();
49202
+ d8() {
49203
+ if (this.q != null) {
49204
+ this.q.ao();
49082
49205
  }
49083
49206
  }
49084
- dy(a, b, c, d) {
49207
+ d1(a, b, c, d) {
49085
49208
  let e = ((() => {
49086
49209
  let $ret = new OperatorModel();
49087
49210
  $ret.DisplayText = a;
49088
- $ret.Icon = b != null ? b : ComparisonOperatorSelector.ad;
49211
+ $ret.Icon = b != null ? b : ComparisonOperatorSelector.af;
49089
49212
  $ret.a = 44;
49090
49213
  $ret.c = c;
49091
49214
  $ret.b = d;
49092
49215
  return $ret;
49093
49216
  })());
49094
- this.t.add(e);
49095
- if (this.u != null) {
49096
- this.u.add(e);
49217
+ this.u.add(e);
49218
+ if (this.v != null) {
49219
+ this.v.add(e);
49097
49220
  }
49098
49221
  if (this.f != null && this.f.actualDataSource != null) {
49099
- this.f.actualDataSource.notifyInsertItem(this.u.count, e);
49222
+ this.f.actualDataSource.notifyInsertItem(this.v.count, e);
49100
49223
  }
49101
49224
  }
49102
- d4() {
49103
- if (this.u == null) {
49225
+ d7() {
49226
+ if (this.v == null) {
49104
49227
  return;
49105
49228
  }
49106
- for (let a = 0; a < this.u.count; a++) {
49107
- if (this.u._inner[a].a == 44) {
49108
- this.u.removeAt(a);
49229
+ for (let a = 0; a < this.v.count; a++) {
49230
+ if (this.v._inner[a].a == 44) {
49231
+ this.v.removeAt(a);
49109
49232
  a--;
49110
49233
  }
49111
49234
  }
49112
- this.t.clear();
49235
+ this.u.clear();
49113
49236
  }
49114
- ef(a, b) {
49237
+ ek(a, b) {
49115
49238
  if (a != null) {
49116
- for (let c = 0; c < this.t.count; c++) {
49117
- if (this.t._inner[c].c == a) {
49118
- this.i = this.t._inner[c];
49239
+ for (let c = 0; c < this.u.count; c++) {
49240
+ if (this.u._inner[c].c == a) {
49241
+ this.i = this.u._inner[c];
49119
49242
  }
49120
49243
  }
49121
49244
  }
49122
49245
  else {
49123
- if (b >= 0 && b < this.t.count) {
49124
- this.i = this.t._inner[b];
49246
+ if (b >= 0 && b < this.u.count) {
49247
+ this.i = this.u._inner[b];
49125
49248
  }
49126
49249
  }
49127
49250
  }
49128
- d9(a, b) {
49129
- this.eh();
49251
+ ec(a, b) {
49252
+ this.em();
49130
49253
  }
49131
- d6(a, b) {
49254
+ d9(a, b) {
49132
49255
  let c = b.cellInfo.et;
49133
49256
  this.i = this.f.actualDataSource.getItemAtIndex(c);
49134
- this.d5();
49257
+ this.d8();
49135
49258
  }
49136
- eg(a, b) {
49137
- this.e.s(b.content, b.cellInfo.g4);
49259
+ el(a, b) {
49260
+ this.e.t(b.content, b.cellInfo.g4);
49138
49261
  }
49139
49262
  }
49140
49263
  ComparisonOperatorSelector.$t = /*@__PURE__*/ markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
49141
- ComparisonOperatorSelector.dt = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
49142
- ComparisonOperatorSelector.br = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 5.2109375 7.6894531 L 8 10.480469 L 10.789062 7.6894531 L 12.310547 9.2109375 L 9.5195312 12 L 12.310547 14.789062 L 10.789062 16.310547 L 8 13.519531 L 5.2109375 16.310547 L 3.6894531 14.789062 L 6.4804688 12 L 3.6894531 9.2109375 L 5.2109375 7.6894531 z M 19.650391 10.150391 L 17.519531 12.269531 L 16.349609 11.119141 L 15.970703 11.490234 L 15.560547 11.900391 L 15.980469 12.320312 L 17 13.339844 L 17.519531 13.849609 L 20.429688 10.929688 L 19.650391 10.150391 z ";
49143
- ComparisonOperatorSelector.b8 = "M17.37 4.71l-1.74-1-2.76 4.79H5v2h6.71l-1.73 3H5v2h3.82l-2.19 3.79 1.74 1 2.76-4.79H19v-2h-6.71l1.73-3H19v-2h-3.82l2.19-3.79z";
49144
- ComparisonOperatorSelector.ab = "m 3,3 v 18 h 18 v -18 z m 1.9999697,1.9999697 h 14.0000603 v 14.0000603 h -14.0000603 z m 7.2332153,2.9162292 a 3.34,3.34 0 0 0 -0.113159,0.00385 3.54,3.54 0 0 0 -2.2999882,0.7199704 1.93,1.93 0 0 0 -0.8200378,1.6499637 h 1.710023 a 0.93,0.93 0 0 1 0.289947,-0.7099915 1.5,1.5 0 0 1 1.000031,-0.2899476 1.45,1.45 0 0 1 1.00003,0.3500062 1.3,1.3 0 0 1 0.369965,0.9999389 v 0.690033 l -1.369995,-0.03003 a 4.39,4.39 0 0 0 -2.5400401,0.629974 2.07,2.07 0 0 0 -0.8999634,1.78006 2.29,2.29 0 0 0 0.6600038,1.73996 2.63,2.63 0 0 0 1.8900147,0.629974 2.39,2.39 0 0 0 1.320008,-0.369965 3.05,3.05 0 0 0 0.999939,-0.929992 3.72,3.72 0 0 0 0.08002,0.570007 c 0,0.19 0.100034,0.379987 0.160033,0.579986 h 1.789947 a 4.51,4.51 0 0 1 -0.20993,-0.880004 5.5700002,5.5700002 0 0 1 -0.07004,-0.929993 v -3.499969 a 2.44,2.44 0 0 0 -0.839996,-2.0000615 3.34,3.34 0 0 0 -2.106812,-0.7037658 z m -0.315032,4.4605411 a 1.76,1.76 0 0 1 0.08185,0.0033 h 1.400024 v 1.169953 a 1.61,1.61 0 0 1 -0.709992,0.77005 2.27,2.27 0 0 1 -1.210051,0.339935 1.18,1.18 0 0 1 -0.839996,-0.269989 0.92000002,0.92000002 0 0 1 -0.300019,-0.719971 1.16,1.16 0 0 1 0.440003,-0.900055 1.76,1.76 0 0 1 1.138184,-0.393218 z";
49145
- ComparisonOperatorSelector.bl = "M21 19.74V3H4.26L2.89 1.63 1.63 2.92 3 4.29V21h16.73l1.37 1.37 1.27-1.26zM5 19V6.28l5.28 5.27a3.19 3.19 0 00-.81.38 2.07 2.07 0 00-.9 1.78 2.29 2.29 0 00.66 1.74 2.63 2.63 0 001.89.63 2.39 2.39 0 001.32-.37 3.05 3.05 0 001-.93 3.72 3.72 0 00.08.57c0 .19.1.38.16.58h1L17.73 19zm5.79-6.23a1.31 1.31 0 01.45-.25l1.37 1.36.28.29a1.57 1.57 0 01-.19.15 2.27 2.27 0 01-1.21.34 1.18 1.18 0 01-.84-.27.92.92 0 01-.3-.72 1.16 1.16 0 01.44-.9zm2.6-1.47h-.83l-1.62-1.62.08-.1a1.5 1.5 0 011-.29 1.45 1.45 0 011 .35 1.3 1.3 0 01.37 1zM19 17.74l-3.85-3.85v-3.27a2.44 2.44 0 00-.84-2 3.34 3.34 0 00-2.22-.7 3.64 3.64 0 00-2.24.67L6.26 5H19z";
49146
- ComparisonOperatorSelector.dj = "M5.9 7.5l-3.9 9h1.7l.7-1.8h4.1l.7 1.8H11l-3.9-9H5.9zM5 13.2l1.5-4.1L8 13.2H5zm7 1.3h2v2h-2v-2zm8 0h2v2h-2v-2zm-4 0h2v2h-2v-2z";
49147
- ComparisonOperatorSelector.bn = "M3.707,21.707,2.293,20.293l18-18,1.414,1.414ZM6,11H8.757l2-2H6ZM4,3H16.757l2-2H4A2,2,0,0,0,2,3V17.757l2-2ZM6,7h6.757l2-2H6ZM20,21H7.243l-2,2H20a2,2,0,0,0,2-2V6.243l-2,2Z";
49148
- ComparisonOperatorSelector.bp = "M3 14.5h2v2H3zm8 0h2v2h-2zm-4 0h2v2H7zm13.8.3v-3A2.1 2.1 0 0020 10a3 3 0 00-2-.6 3 3 0 00-2 .6 1.7 1.7 0 00-.7 1.5h1.5a.8.8 0 01.3-.7 1.3 1.3 0 01.9-.3 1.3 1.3 0 01.9.4 1.1 1.1 0 01.3.8v.6H18a3.8 3.8 0 00-2.2.6 1.8 1.8 0 00-.8 1.5 2 2 0 00.6 1.6 2.3 2.3 0 001.6.6 2.1 2.1 0 001.2-.4 2.8 2.8 0 00.8-.8 4.3 4.3 0 00.1.5l.1.5H21a4.1 4.1 0 01-.2-.7 5.4 5.4 0 010-1zm-1.6-.5a1.5 1.5 0 01-.6.7 2 2 0 01-1 .2 1.1 1.1 0 01-.8-.2.8.8 0 01-.2-.6 1 1 0 01.3-.8 1.5 1.5 0 011.1-.3h1.2z";
49149
- ComparisonOperatorSelector.bm = "M20.293,2.293l1.414,1.414-18,18L2.293,20.293ZM18,13H15.243l-2,2H18Zm2,8H7.243l-2,2H20a2,2,0,0,0,2-2V6.242l-2,2Zm-2-4H11.243l-2,2H18ZM4,3H16.757l2-2H4A2,2,0,0,0,2,3V17.757l2-2Z";
49150
- ComparisonOperatorSelector.bu = "M6 7.11L15.09 12 6 16.89V19l12-6.46v-1.08L6 5v2.11z";
49151
- ComparisonOperatorSelector.bv = "M5.99 19h12.02v2H5.99zM18 9.47L6 3v2.11L15.09 10 6 14.9v2.11l12-6.47V9.47z";
49152
- ComparisonOperatorSelector.b0 = "M6 12.54L18 19v-2.11L8.91 12 18 7.11V5L6 11.46v1.08z";
49153
- ComparisonOperatorSelector.b1 = "M5.99 19h12.02v2H5.99zM18 14.9L8.91 10 18 5.11V3L6 9.47v1.07l12 6.47V14.9z";
49154
- ComparisonOperatorSelector.bo = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
49155
- ComparisonOperatorSelector.b7 = "M5 9h2v2H5zm4 8h2v2H9zm4 0h2v2h-2zm4-8h2v2h-2zm0-4h2v2h-2zM5 17h2v2H5zm8-12h2v2h-2zm-8 8h2v2H5zm14 2v-2h-2v.47L18.53 15H19zm-8-8V5H9v.46L10.54 7H11zM2.76 1.76L1.5 3.06 20.97 22.5l1.26-1.26-8.89-8.89L2.76 1.76z";
49156
- ComparisonOperatorSelector.dp = "m 6,1.9999695 v 2.000061 h -1.0000303 a 2,2 0 0 0 -1.9999697,1.9999695 v 13.99997 a 2,2 0 0 0 1.9999697,2.00006 h 14.0000613 a 2,2 0 0 0 1.99997,-2.00006 v -13.99997 a 2,2 0 0 0 -1.99997,-1.9999695 h -1.00003 v -2.000061 h -1.99997 v 2.000061 h -8.0000613 v -2.000061 z m -1.0000303,7.0000305 h 14.0000613 v 10.99997 h -14.0000613 z m 10.4700623,1.99997 -4.880035,4.880035 -2.1199957,-2.119995 -1.0599975,1.059998 3.1799932,3.179992 5.940033,-5.940033 z";
49157
- ComparisonOperatorSelector.dq = "m 6,1.9999695 v 2.000061 h -1.0000303 c -1.1000002,0 -1.9999697,0.8999693 -1.9999697,1.9999695 v 13.99997 c 0,1.099999 0.8999695,2.00006 1.9999697,2.00006 h 14.0000603 c 1.1,0 1.999969,-0.900061 1.999969,-2.00006 v -13.99997 c 0,-1.1000002 -0.899969,-1.9999695 -1.999969,-1.9999695 h -1.000031 v -2.000061 h -1.999969 v 2.000061 h -8.0000603 v -2.000061 z m -1.0000303,7.0000305 h 14.0000603 v 10.99997 h -14.0000603 z m 8.2999883,1.99997 v 2.600005 h -6.0999763 v 1.800019 h 6.0999763 v 2.600006 l 3.50006,-3.49997 z";
49158
- ComparisonOperatorSelector.dx = "M 6,1.9999688 V 4.0000237 H 4.9999697 A 2,1.9999939 0 0 0 3,5.9999872 V 19.999914 a 2,1.9999939 0 0 0 1.9999697,2.000055 H 19.00003 A 2,1.9999939 0 0 0 21,19.999914 V 5.9999872 A 2,1.9999939 0 0 0 19.00003,4.0000237 H 18 V 1.9999688 H 16.00003 V 4.0000237 H 7.9999697 V 1.9999688 Z M 4.9999697,8.9999779 H 19.00003 V 19.999914 H 4.9999697 Z m 5.6800223,1.9999641 -3.4899895,3.50005 3.4899895,3.499959 v -2.619957 h 6.130005 v -1.750025 h -6.130005 z";
49159
- ComparisonOperatorSelector.dk = "m 6,1.0000305 v 1.9999695 h -1.0000303 a 2,2 0 0 0 -1.9999697,1.9999697 v 15.0000003 a 2,2 0 0 0 1.9999697,2.00006 h 7.0000313 v -2.00006 h -7.0000313 v -12.0000003 h 14.0000613 v 4.0000303 h 1.99997 v -7.0000303 a 2,2 0 0 0 -1.99997,-1.9999697 h -1.00003 v -1.9999695 h -1.99997 v 1.9999695 h -8.0000613 v -1.9999695 z m 0,7.9999695 v 1.99997 h 1.9999697 v -1.99997 z m 4.99997,0 v 1.99997 h 2.000061 v -1.99997 z m 5.000061,0 v 1.99997 h 1.99997 v -1.99997 z m -10.000031,4.00003 v 1.99997 h 1.9999697 v -1.99997 z m 4.99997,0 v 1.99997 h 2.000061 v -1.99997 z m 7.039581,1.025208 a 4.5,4.5 0 1 0 4.960419,4.474732 4.47,4.47 0 0 0 -1.999969,-3.73993 4.5,4.5 0 0 0 -2.96045,-0.734802 z m 1.960419,2.804718 0.709991,0.710083 -2.649993,2.629944 -1.749939,-1.76001 0.689941,-0.709991 1.050018,1.00003 z m -13.99997,0.170014 v 2.00006 h 1.9999697 v -2.00006 z m 4.99997,0 v 2.00006 h 2.000061 v -2.00006 z";
49160
- ComparisonOperatorSelector.b3 = "m 4.9999689,1.0000305 v 1.9999695 h -0.9999391 a 2,2 0 0 0 -2.000061,1.9999697 v 15.0000003 a 2,2 0 0 0 2.000061,2.00006 h 6.9999382 v -2.00006 h -6.9999382 v -12.0000003 h 13.9999692 v 4.0000303 h 1.999969 v -7.0000303 a 2,2 0 0 0 -1.999969,-1.9999697 h -1.000031 v -1.9999695 h -1.999969 v 1.9999695 h -7.9999694 v -1.9999695 z m 0,7.9999695 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 4.999969,0 v 1.99997 h 1.999969 v -1.99997 z m -10.0000301,4.00003 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 7.039489,1.025208 a 4.5,4.5 0 1 0 4.96051,4.474732 4.47,4.47 0 0 0 -2.000061,-3.73993 4.5,4.5 0 0 0 -2.960449,-0.734802 z m 0.96048,1.474732 3,3 -3,3 v -1.99997 h -4.000031 v -1.99997 h 4.000031 z m -13.0000301,1.5 v 2.00006 h 2.0000607 v -2.00006 z m 5.0000611,0 v 2.00006 h 1.999969 v -2.00006 z";
49161
- ComparisonOperatorSelector.bw = "m 4.9999689,1.0000305 v 1.9999695 h -0.9999391 a 2,2 0 0 0 -2.000061,1.9999697 v 15.0000003 a 2,2 0 0 0 2.000061,2.00006 h 6.9999382 v -2.00006 h -6.9999382 v -12.0000003 h 13.9999692 v 4.0000303 h 1.999969 v -7.0000303 a 2,2 0 0 0 -1.999969,-1.9999697 h -1.000031 v -1.9999695 h -1.999969 v 1.9999695 h -7.9999694 v -1.9999695 z m 0,7.9999695 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 4.999969,0 v 1.99997 h 1.999969 v -1.99997 z m -10.0000301,4.00003 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 7.499999,0.99994 a 4.48,4.48 0 1 0 4.5,4.5 4.47,4.47 0 0 0 -4.5,-4.5 z m -0.500061,1.5 v 2.00006 h 4.000031 v 1.99997 h -4.000031 v 1.99997 l -3,-3 z m -11.9999991,1.5 v 2.00006 h 2.0000607 v -2.00006 z m 5.0000611,0 v 2.00006 h 1.999969 v -2.00006 z";
49162
- ComparisonOperatorSelector.dn = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 9.9200142,2.0799867 -4.0699777,4.069977 -1.7700806,-1.769989 -0.8799131,0.889984 2.6499937,2.649994 4.9499827,-4.959961 z m 8.079986,0.920013 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49163
- ComparisonOperatorSelector.b6 = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 8.1299742,1.9999697 v 2.25 h -5.25 v 1.5 h 5.25 v 2.25 l 3,-3 z m 9.870026,1.00003 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49164
- ComparisonOperatorSelector.bz = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 5.869995,1.9999697 -2.9900208,3 2.9900208,3 v -2.25 h 5.2599792 v -1.5 h -5.2599792 z m 12.1300052,1.00003 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49165
- ComparisonOperatorSelector.dl = "M12,7V17H22A10,10,0,0,0,12,7Zm-2,5L6,16V13H2V11H6V8Z";
49166
- ComparisonOperatorSelector.b4 = "M4,9.253A8.03,8.03,0,0,1,9.747,15H4V9.253M2,7V17H12A10,10,0,0,0,2,7ZM18,8v3H14v2h4v3l4-4Z";
49167
- ComparisonOperatorSelector.bx = "M12,7V17H22A10,10,0,0,0,12,7ZM2,12l4,4V13h4V11H6V8Z";
49168
- ComparisonOperatorSelector.dm = "M22,4V20a2,2,0,0,1-2,2H15V20h5V4H4V20H9v2H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2H20A2,2,0,0,1,22,4ZM18,6H6V9H18ZM8,15h3v7h2V15h3l-4-4Z";
49169
- ComparisonOperatorSelector.b5 = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM18,9H6V6H18Zm0,5-4,4V15H6V13h8V10Z";
49170
- ComparisonOperatorSelector.by = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Zm-2-2H6V15H18ZM10,6V9h8v2H10v3L6,10Z";
49171
- ComparisonOperatorSelector.dw = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM5,10H6.127L7.2,11.58,8.258,10H9.379l-1.7,2.465V14H6.677V12.442Zm5.044.74V10h3.745v.74h-1.37V14H11.414V10.74ZM16.926,10a2.667,2.667,0,0,1,.823.123,1.86,1.86,0,0,1,.659.37,1.679,1.679,0,0,1,.435.616,2.205,2.205,0,0,1,.157.868,2.456,2.456,0,0,1-.128.807,1.7,1.7,0,0,1-.387.639,1.828,1.828,0,0,1-.647.423,2.453,2.453,0,0,1-.912.154H14.954V10Zm-.07,3.26a1.46,1.46,0,0,0,.422-.061.951.951,0,0,0,.365-.205,1.007,1.007,0,0,0,.256-.372,1.453,1.453,0,0,0,.1-.56,2.054,2.054,0,0,0-.067-.547,1.046,1.046,0,0,0-.221-.417.973.973,0,0,0-.407-.266,1.818,1.818,0,0,0-.624-.092h-.717v2.52Z";
49172
- ComparisonOperatorSelector.df = "M8.5,22a6.5,6.5,0,0,1,0-13h.65v5.85H15v.65A6.508,6.508,0,0,1,8.5,22ZM7.85,10.34a5.2,5.2,0,1,0,5.81,5.81H7.85ZM11,2V13H22A11,11,0,0,0,11,2Zm5,8H15V6h1Z";
49173
- ComparisonOperatorSelector.dg = "M2,8.5a6.5,6.5,0,0,1,13,0v.65H9.15V15H8.5A6.508,6.508,0,0,1,2,8.5Zm11.66-.65a5.2,5.2,0,1,0-5.81,5.81V7.85ZM11,11V22A11,11,0,0,0,22,11Zm4,6H14V13h1Zm2,0H16V13h1Z";
49174
- ComparisonOperatorSelector.dh = "M15.5,2a6.5,6.5,0,0,1,0,13h-.65V9.15H9V8.5A6.508,6.508,0,0,1,15.5,2Zm.65,11.66a5.2,5.2,0,1,0-5.81-5.81h5.81ZM2,11A11,11,0,0,0,13,22V11Zm5,6H6V13H7Zm2,0H8V13H9Zm2,0H10V13h1Z";
49175
- ComparisonOperatorSelector.di = "M22,15.5a6.5,6.5,0,0,1-13,0v-.65h5.85V9h.65A6.508,6.508,0,0,1,22,15.5Zm-11.66.65a5.2,5.2,0,1,0,5.81-5.81v5.81ZM2,13H13V2A11,11,0,0,0,2,13Zm5-2H6V7H7Zm3,0L8,7H9l1,2,1-2h1Z";
49176
- ComparisonOperatorSelector.b2 = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM11,9H9V7h2Zm4,0H13V7h2ZM7,13H5V11H7Zm4,0H9V11h2Zm4,0H13V11h2Zm4,0H17V11h2ZM7,17H5V15H7Zm4,0H9V15h2Zm4,0H13V15h2Zm4-8H17V7h2Z";
49177
- ComparisonOperatorSelector.dv = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM7.7,11.634a1.151,1.151,0,0,0,.317-.063.618.618,0,0,0,.243-.152.367.367,0,0,0,.1-.264.429.429,0,0,0-.2-.379.79.79,0,0,0-.452-.132.689.689,0,0,0-.533.2A.668.668,0,0,0,7,11.331H6.112a1.428,1.428,0,0,1,.127-.542,1.246,1.246,0,0,1,.321-.42,1.465,1.465,0,0,1,.5-.273A2.022,2.022,0,0,1,7.7,10a2.258,2.258,0,0,1,.55.069,1.7,1.7,0,0,1,.5.206,1.21,1.21,0,0,1,.357.336.784.784,0,0,1,.137.456.8.8,0,0,1-.16.495.815.815,0,0,1-.482.292v.011a1.04,1.04,0,0,1,.6.308.813.813,0,0,1,.216.567,1.041,1.041,0,0,1-.14.539,1.238,1.238,0,0,1-.377.4,1.785,1.785,0,0,1-.544.242A2.605,2.605,0,0,1,7,13.906a1.542,1.542,0,0,1-.54-.272,1.207,1.207,0,0,1-.344-.438A1.322,1.322,0,0,1,6,12.6h.885a.931.931,0,0,0,.058.294.7.7,0,0,0,.151.243.727.727,0,0,0,.246.162.925.925,0,0,0,.35.06.86.86,0,0,0,.531-.162.524.524,0,0,0,.216-.443.5.5,0,0,0-.1-.335.59.59,0,0,0-.259-.168,1.281,1.281,0,0,0-.344-.061c-.125-.005-.244-.008-.357-.008v-.55A2.453,2.453,0,0,0,7.7,11.634Zm4.814-.9a.591.591,0,0,0-.406-.143.684.684,0,0,0-.416.123.949.949,0,0,0-.265.3,1.42,1.42,0,0,0-.144.382,1.989,1.989,0,0,0-.052.363l.012.011a1.072,1.072,0,0,1,.446-.329,1.685,1.685,0,0,1,1.166.008,1.449,1.449,0,0,1,.478.288,1.1,1.1,0,0,1,.269.4,1.306,1.306,0,0,1,.085.457,1.338,1.338,0,0,1-.115.552,1.3,1.3,0,0,1-.327.446,1.549,1.549,0,0,1-.508.3,1.915,1.915,0,0,1-.655.107,1.877,1.877,0,0,1-.858-.174,1.491,1.491,0,0,1-.544-.453,1.7,1.7,0,0,1-.281-.636,3.3,3.3,0,0,1-.079-.724,2.713,2.713,0,0,1,.1-.715,1.924,1.924,0,0,1,.315-.646,1.65,1.65,0,0,1,.556-.471A1.752,1.752,0,0,1,12.118,10a2.055,2.055,0,0,1,.55.071,1.517,1.517,0,0,1,.453.207,1.116,1.116,0,0,1,.32.333,1.177,1.177,0,0,1,.164.456h-.884A.638.638,0,0,0,12.511,10.732Zm-.782,1.257a.627.627,0,0,0-.233.157.664.664,0,0,0-.138.228.821.821,0,0,0-.045.272.732.732,0,0,0,.049.262.7.7,0,0,0,.144.231.706.706,0,0,0,.232.162.783.783,0,0,0,.315.06.692.692,0,0,0,.3-.06.72.72,0,0,0,.219-.16.67.67,0,0,0,.138-.225.773.773,0,0,0,.046-.259.828.828,0,0,0-.043-.266.683.683,0,0,0-.128-.232.624.624,0,0,0-.219-.165.726.726,0,0,0-.311-.063A.836.836,0,0,0,11.729,11.989Zm4.129-1.268-.183.875.013.01a1.2,1.2,0,0,1,.406-.228,1.783,1.783,0,0,1,1.094.036,1.326,1.326,0,0,1,.442.28,1.186,1.186,0,0,1,.275.416,1.355,1.355,0,0,1,.095.509,1.159,1.159,0,0,1-.137.553,1.456,1.456,0,0,1-.371.443,1.694,1.694,0,0,1-.54.288,1.983,1.983,0,0,1-.655.1,2.7,2.7,0,0,1-.638-.074,1.725,1.725,0,0,1-.541-.229,1.226,1.226,0,0,1-.377-.382,1.054,1.054,0,0,1-.147-.531h.93a.607.607,0,0,0,.236.421.922.922,0,0,0,.848.093.773.773,0,0,0,.249-.165.706.706,0,0,0,.157-.237.718.718,0,0,0,.056-.277.754.754,0,0,0-.052-.281.64.64,0,0,0-.158-.231.738.738,0,0,0-.248-.154.932.932,0,0,0-.334-.055.957.957,0,0,0-.406.074.91.91,0,0,0-.3.234h-.838l.452-2.129h2.561v.644Z";
49178
- ComparisonOperatorSelector.dr = "m 8.015625,15 c 0,0 0,0 0,0 8,0 8,0 8,0 -4,-6 -4,-6 -4,-6 z";
49179
- ComparisonOperatorSelector.z = "m 8.015625,9 c 0,0 0,0 0,0 8,0 8,0 8,0 -4,6 -4,6 -4,6 z";
49180
- ComparisonOperatorSelector.ds = "m 10.085911,4.8515625 c -0.514323,0 -0.9227906,0.16686 -1.2255249,0.5005187 -0.3027344,0.3336592 -0.4541016,0.7902023 -0.4541016,1.3696289 0,0.5305992 0.1431986,0.9545592 0.429657,1.2719423 0.2864583,0.3173827 0.6706034,0.4760743 1.1523742,0.4760743 0.4980473,0 0.9008793,-0.1684571 1.2084963,-0.5053711 0.307617,-0.3369141 0.461426,-0.7852885 0.461426,-1.3451846 0,-0.5598956 -0.137564,-0.9944658 -0.412629,-1.3037109 -0.275065,-0.3092446 -0.661651,-0.4638976 -1.159698,-0.4638976 z m 3.88678,0.1073913 -4.4873659,7.0508432 h 0.6982729 l 4.492218,-7.0508432 z m -3.916077,0.4297485 c 0.296224,0 0.529846,0.1098634 0.700745,0.3295899 0.170898,0.2197265 0.256347,0.5264999 0.256347,0.9203798 0,0.4036458 -0.08629,0.7194318 -0.258819,0.9472959 -0.172526,0.2278645 -0.411784,0.3417666 -0.717774,0.3417666 -0.3027341,0 -0.5419919,-0.1098633 -0.7177731,-0.3295899 -0.1757812,-0.2197265 -0.2636718,-0.5264995 -0.2636718,-0.9203798 0,-0.4003908 0.089488,-0.7153322 0.2685242,-0.9448242 0.1790362,-0.2294922 0.423177,-0.3442383 0.7324217,-0.3442383 z m 4.199249,3.0517275 c -0.507812,0 -0.914683,0.168457 -1.220672,0.5053711 -0.30599,0.336914 -0.459046,0.7950544 -0.459046,1.3744811 0,0.527344 0.14329,0.950551 0.429749,1.269562 0.286458,0.31901 0.670511,0.478546 1.152283,0.478546 0.498047,0 0.900879,-0.168457 1.208496,-0.505371 0.307617,-0.336914 0.461426,-0.783692 0.461426,-1.340332 0,-0.5631505 -0.138317,-1.0010075 -0.415009,-1.3135072 -0.276693,-0.3125002 -0.662435,-0.46875 -1.157227,-0.46875 z m -0.0293,0.5517881 c 0.296223,0 0.529754,0.107422 0.700653,0.3222656 0.170898,0.2148441 0.256347,0.5207728 0.256347,0.9179075 0,0.400391 -0.0862,0.715332 -0.258728,0.944825 -0.172526,0.229492 -0.411784,0.344238 -0.717773,0.344238 -0.302735,0 -0.541992,-0.109863 -0.717774,-0.32959 -0.175781,-0.219726 -0.263672,-0.523213 -0.263672,-0.910584 0,-0.4036449 0.08864,-0.7194305 0.266053,-0.9472955 0.177408,-0.2278646 0.422393,-0.3417666 0.734894,-0.3417666 z m -2.210907,4.1797491 -4.000031,5.999999 h 7.99997 z";
49181
- ComparisonOperatorSelector.aa = "m 8.015625,4.0546875 4.000031,6.0000005 3.999939,-6.0000005 z m 2.070282,8.6795655 c -0.514323,0 -0.9227906,0.16686 -1.2255249,0.500519 -0.3027344,0.333659 -0.4541016,0.790202 -0.4541016,1.369629 0,0.530599 0.1431986,0.954559 0.429657,1.271942 0.2864583,0.317382 0.6706034,0.476073 1.1523742,0.476073 0.4980473,0 0.9008793,-0.168457 1.2084963,-0.50537 0.307617,-0.336914 0.461426,-0.785288 0.461426,-1.345184 0,-0.559896 -0.137564,-0.994466 -0.412629,-1.303711 -0.275065,-0.309245 -0.661651,-0.463898 -1.159698,-0.463898 z m 3.88678,0.107483 -4.4873659,7.05075 h 0.6982729 l 4.492218,-7.05075 z m -3.916077,0.429657 c 0.296224,0 0.529846,0.109863 0.700745,0.32959 0.170898,0.219726 0.256347,0.5265 0.256347,0.92038 0,0.403646 -0.08629,0.719432 -0.258819,0.947296 -0.172526,0.227865 -0.411784,0.341766 -0.717774,0.341766 -0.3027341,0 -0.5419919,-0.109864 -0.7177731,-0.32959 -0.1757812,-0.219726 -0.2636718,-0.526499 -0.2636718,-0.920379 0,-0.400392 0.089488,-0.715333 0.2685242,-0.944825 0.1790362,-0.229492 0.423177,-0.344238 0.7324217,-0.344238 z m 4.199249,3.051726 c -0.507812,0 -0.914683,0.168458 -1.220672,0.505372 -0.30599,0.336914 -0.459046,0.795146 -0.459046,1.374572 0,0.527344 0.14329,0.950459 0.429749,1.269472 0.286458,0.319009 0.670511,0.478545 1.152283,0.478545 0.498047,0 0.900879,-0.168457 1.208496,-0.505371 0.307617,-0.336914 0.461426,-0.783692 0.461426,-1.340332 0,-0.563151 -0.138317,-1.001006 -0.415009,-1.313508 -0.276693,-0.312499 -0.662435,-0.46875 -1.157227,-0.46875 z m -0.0293,0.551789 c 0.296223,0 0.529754,0.107422 0.700653,0.322267 0.170898,0.214842 0.256347,0.520863 0.256347,0.917998 0,0.400392 -0.0862,0.715332 -0.258728,0.944825 -0.172526,0.229492 -0.411784,0.344238 -0.717773,0.344238 -0.302735,0 -0.541992,-0.109863 -0.717774,-0.32959 -0.175781,-0.219727 -0.263672,-0.523305 -0.263672,-0.910674 0,-0.403647 0.08864,-0.719431 0.266053,-0.947297 0.177408,-0.227865 0.422393,-0.341766 0.734894,-0.341767 z";
49182
- ComparisonOperatorSelector.ad = "M12.138 21H8.2a1.171 1.171 0 01-1.152-1.188v-5.937L2.123 4.719A1.187 1.187 0 013.153 3h14.694a1.187 1.187 0 011.03 1.719l-3.763 7a2.2 2.2 0 00-.437.642h-.3a2.206 2.206 0 00-1.922 1.11l-.9 1.553-.058.109a2.246 2.246 0 00.212 2.366 2.185 2.185 0 00-.168 2.462zm9.775-2.319a.21.21 0 01.056.281l-.9 1.564a.226.226 0 01-.27.1l-1.113-.449a3.415 3.415 0 01-.754.438l-.18 1.193a.221.221 0 01-.225.191h-1.8a.228.228 0 01-.225-.191l-.169-1.193a3.233 3.233 0 01-.765-.438l-1.114.449a.236.236 0 01-.281-.1l-.9-1.564a.213.213 0 01.056-.281l.945-.742a5.864 5.864 0 01-.022-.439 2.709 2.709 0 01.045-.439l-.956-.742a.224.224 0 01-.057-.293l.9-1.552a.222.222 0 01.27-.1l1.125.45a3.581 3.581 0 01.754-.438l.169-1.193a.228.228 0 01.225-.193h1.8a.23.23 0 01.225.191l.169 1.193a3.348 3.348 0 01.753.438l1.125-.45a.217.217 0 01.27.1l.9 1.552a.225.225 0 01-.056.293l-.956.742A1.8 1.8 0 0121 17.5c0 .146-.011.293-.023.439zM19.236 17.5a1.609 1.609 0 10-1.609 1.609 1.609 1.609 0 001.609-1.609z";
49264
+ ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
49265
+ ComparisonOperatorSelector.bt = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 5.2109375 7.6894531 L 8 10.480469 L 10.789062 7.6894531 L 12.310547 9.2109375 L 9.5195312 12 L 12.310547 14.789062 L 10.789062 16.310547 L 8 13.519531 L 5.2109375 16.310547 L 3.6894531 14.789062 L 6.4804688 12 L 3.6894531 9.2109375 L 5.2109375 7.6894531 z M 19.650391 10.150391 L 17.519531 12.269531 L 16.349609 11.119141 L 15.970703 11.490234 L 15.560547 11.900391 L 15.980469 12.320312 L 17 13.339844 L 17.519531 13.849609 L 20.429688 10.929688 L 19.650391 10.150391 z ";
49266
+ ComparisonOperatorSelector.ca = "M17.37 4.71l-1.74-1-2.76 4.79H5v2h6.71l-1.73 3H5v2h3.82l-2.19 3.79 1.74 1 2.76-4.79H19v-2h-6.71l1.73-3H19v-2h-3.82l2.19-3.79z";
49267
+ ComparisonOperatorSelector.ad = "m 3,3 v 18 h 18 v -18 z m 1.9999697,1.9999697 h 14.0000603 v 14.0000603 h -14.0000603 z m 7.2332153,2.9162292 a 3.34,3.34 0 0 0 -0.113159,0.00385 3.54,3.54 0 0 0 -2.2999882,0.7199704 1.93,1.93 0 0 0 -0.8200378,1.6499637 h 1.710023 a 0.93,0.93 0 0 1 0.289947,-0.7099915 1.5,1.5 0 0 1 1.000031,-0.2899476 1.45,1.45 0 0 1 1.00003,0.3500062 1.3,1.3 0 0 1 0.369965,0.9999389 v 0.690033 l -1.369995,-0.03003 a 4.39,4.39 0 0 0 -2.5400401,0.629974 2.07,2.07 0 0 0 -0.8999634,1.78006 2.29,2.29 0 0 0 0.6600038,1.73996 2.63,2.63 0 0 0 1.8900147,0.629974 2.39,2.39 0 0 0 1.320008,-0.369965 3.05,3.05 0 0 0 0.999939,-0.929992 3.72,3.72 0 0 0 0.08002,0.570007 c 0,0.19 0.100034,0.379987 0.160033,0.579986 h 1.789947 a 4.51,4.51 0 0 1 -0.20993,-0.880004 5.5700002,5.5700002 0 0 1 -0.07004,-0.929993 v -3.499969 a 2.44,2.44 0 0 0 -0.839996,-2.0000615 3.34,3.34 0 0 0 -2.106812,-0.7037658 z m -0.315032,4.4605411 a 1.76,1.76 0 0 1 0.08185,0.0033 h 1.400024 v 1.169953 a 1.61,1.61 0 0 1 -0.709992,0.77005 2.27,2.27 0 0 1 -1.210051,0.339935 1.18,1.18 0 0 1 -0.839996,-0.269989 0.92000002,0.92000002 0 0 1 -0.300019,-0.719971 1.16,1.16 0 0 1 0.440003,-0.900055 1.76,1.76 0 0 1 1.138184,-0.393218 z";
49268
+ ComparisonOperatorSelector.bn = "M21 19.74V3H4.26L2.89 1.63 1.63 2.92 3 4.29V21h16.73l1.37 1.37 1.27-1.26zM5 19V6.28l5.28 5.27a3.19 3.19 0 00-.81.38 2.07 2.07 0 00-.9 1.78 2.29 2.29 0 00.66 1.74 2.63 2.63 0 001.89.63 2.39 2.39 0 001.32-.37 3.05 3.05 0 001-.93 3.72 3.72 0 00.08.57c0 .19.1.38.16.58h1L17.73 19zm5.79-6.23a1.31 1.31 0 01.45-.25l1.37 1.36.28.29a1.57 1.57 0 01-.19.15 2.27 2.27 0 01-1.21.34 1.18 1.18 0 01-.84-.27.92.92 0 01-.3-.72 1.16 1.16 0 01.44-.9zm2.6-1.47h-.83l-1.62-1.62.08-.1a1.5 1.5 0 011-.29 1.45 1.45 0 011 .35 1.3 1.3 0 01.37 1zM19 17.74l-3.85-3.85v-3.27a2.44 2.44 0 00-.84-2 3.34 3.34 0 00-2.22-.7 3.64 3.64 0 00-2.24.67L6.26 5H19z";
49269
+ ComparisonOperatorSelector.dl = "M5.9 7.5l-3.9 9h1.7l.7-1.8h4.1l.7 1.8H11l-3.9-9H5.9zM5 13.2l1.5-4.1L8 13.2H5zm7 1.3h2v2h-2v-2zm8 0h2v2h-2v-2zm-4 0h2v2h-2v-2z";
49270
+ ComparisonOperatorSelector.bp = "M3.707,21.707,2.293,20.293l18-18,1.414,1.414ZM6,11H8.757l2-2H6ZM4,3H16.757l2-2H4A2,2,0,0,0,2,3V17.757l2-2ZM6,7h6.757l2-2H6ZM20,21H7.243l-2,2H20a2,2,0,0,0,2-2V6.243l-2,2Z";
49271
+ ComparisonOperatorSelector.br = "M3 14.5h2v2H3zm8 0h2v2h-2zm-4 0h2v2H7zm13.8.3v-3A2.1 2.1 0 0020 10a3 3 0 00-2-.6 3 3 0 00-2 .6 1.7 1.7 0 00-.7 1.5h1.5a.8.8 0 01.3-.7 1.3 1.3 0 01.9-.3 1.3 1.3 0 01.9.4 1.1 1.1 0 01.3.8v.6H18a3.8 3.8 0 00-2.2.6 1.8 1.8 0 00-.8 1.5 2 2 0 00.6 1.6 2.3 2.3 0 001.6.6 2.1 2.1 0 001.2-.4 2.8 2.8 0 00.8-.8 4.3 4.3 0 00.1.5l.1.5H21a4.1 4.1 0 01-.2-.7 5.4 5.4 0 010-1zm-1.6-.5a1.5 1.5 0 01-.6.7 2 2 0 01-1 .2 1.1 1.1 0 01-.8-.2.8.8 0 01-.2-.6 1 1 0 01.3-.8 1.5 1.5 0 011.1-.3h1.2z";
49272
+ ComparisonOperatorSelector.bo = "M20.293,2.293l1.414,1.414-18,18L2.293,20.293ZM18,13H15.243l-2,2H18Zm2,8H7.243l-2,2H20a2,2,0,0,0,2-2V6.242l-2,2Zm-2-4H11.243l-2,2H18ZM4,3H16.757l2-2H4A2,2,0,0,0,2,3V17.757l2-2Z";
49273
+ ComparisonOperatorSelector.bw = "M6 7.11L15.09 12 6 16.89V19l12-6.46v-1.08L6 5v2.11z";
49274
+ ComparisonOperatorSelector.bx = "M5.99 19h12.02v2H5.99zM18 9.47L6 3v2.11L15.09 10 6 14.9v2.11l12-6.47V9.47z";
49275
+ ComparisonOperatorSelector.b2 = "M6 12.54L18 19v-2.11L8.91 12 18 7.11V5L6 11.46v1.08z";
49276
+ ComparisonOperatorSelector.b3 = "M5.99 19h12.02v2H5.99zM18 14.9L8.91 10 18 5.11V3L6 9.47v1.07l12 6.47V14.9z";
49277
+ ComparisonOperatorSelector.bq = "M5 17h2v2H5zm8 0h2v2h-2zm-8-4h2v2H5zm12 4h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zm8-8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zM5 9h2v2H5zm0-4h2v2H5zm4 0h2v2H9z";
49278
+ ComparisonOperatorSelector.b9 = "M5 9h2v2H5zm4 8h2v2H9zm4 0h2v2h-2zm4-8h2v2h-2zm0-4h2v2h-2zM5 17h2v2H5zm8-12h2v2h-2zm-8 8h2v2H5zm14 2v-2h-2v.47L18.53 15H19zm-8-8V5H9v.46L10.54 7H11zM2.76 1.76L1.5 3.06 20.97 22.5l1.26-1.26-8.89-8.89L2.76 1.76z";
49279
+ ComparisonOperatorSelector.ds = "m 6,1.9999695 v 2.000061 h -1.0000303 a 2,2 0 0 0 -1.9999697,1.9999695 v 13.99997 a 2,2 0 0 0 1.9999697,2.00006 h 14.0000613 a 2,2 0 0 0 1.99997,-2.00006 v -13.99997 a 2,2 0 0 0 -1.99997,-1.9999695 h -1.00003 v -2.000061 h -1.99997 v 2.000061 h -8.0000613 v -2.000061 z m -1.0000303,7.0000305 h 14.0000613 v 10.99997 h -14.0000613 z m 10.4700623,1.99997 -4.880035,4.880035 -2.1199957,-2.119995 -1.0599975,1.059998 3.1799932,3.179992 5.940033,-5.940033 z";
49280
+ ComparisonOperatorSelector.dt = "m 6,1.9999695 v 2.000061 h -1.0000303 c -1.1000002,0 -1.9999697,0.8999693 -1.9999697,1.9999695 v 13.99997 c 0,1.099999 0.8999695,2.00006 1.9999697,2.00006 h 14.0000603 c 1.1,0 1.999969,-0.900061 1.999969,-2.00006 v -13.99997 c 0,-1.1000002 -0.899969,-1.9999695 -1.999969,-1.9999695 h -1.000031 v -2.000061 h -1.999969 v 2.000061 h -8.0000603 v -2.000061 z m -1.0000303,7.0000305 h 14.0000603 v 10.99997 h -14.0000603 z m 8.2999883,1.99997 v 2.600005 h -6.0999763 v 1.800019 h 6.0999763 v 2.600006 l 3.50006,-3.49997 z";
49281
+ ComparisonOperatorSelector.d0 = "M 6,1.9999688 V 4.0000237 H 4.9999697 A 2,1.9999939 0 0 0 3,5.9999872 V 19.999914 a 2,1.9999939 0 0 0 1.9999697,2.000055 H 19.00003 A 2,1.9999939 0 0 0 21,19.999914 V 5.9999872 A 2,1.9999939 0 0 0 19.00003,4.0000237 H 18 V 1.9999688 H 16.00003 V 4.0000237 H 7.9999697 V 1.9999688 Z M 4.9999697,8.9999779 H 19.00003 V 19.999914 H 4.9999697 Z m 5.6800223,1.9999641 -3.4899895,3.50005 3.4899895,3.499959 v -2.619957 h 6.130005 v -1.750025 h -6.130005 z";
49282
+ ComparisonOperatorSelector.dn = "m 6,1.0000305 v 1.9999695 h -1.0000303 a 2,2 0 0 0 -1.9999697,1.9999697 v 15.0000003 a 2,2 0 0 0 1.9999697,2.00006 h 7.0000313 v -2.00006 h -7.0000313 v -12.0000003 h 14.0000613 v 4.0000303 h 1.99997 v -7.0000303 a 2,2 0 0 0 -1.99997,-1.9999697 h -1.00003 v -1.9999695 h -1.99997 v 1.9999695 h -8.0000613 v -1.9999695 z m 0,7.9999695 v 1.99997 h 1.9999697 v -1.99997 z m 4.99997,0 v 1.99997 h 2.000061 v -1.99997 z m 5.000061,0 v 1.99997 h 1.99997 v -1.99997 z m -10.000031,4.00003 v 1.99997 h 1.9999697 v -1.99997 z m 4.99997,0 v 1.99997 h 2.000061 v -1.99997 z m 7.039581,1.025208 a 4.5,4.5 0 1 0 4.960419,4.474732 4.47,4.47 0 0 0 -1.999969,-3.73993 4.5,4.5 0 0 0 -2.96045,-0.734802 z m 1.960419,2.804718 0.709991,0.710083 -2.649993,2.629944 -1.749939,-1.76001 0.689941,-0.709991 1.050018,1.00003 z m -13.99997,0.170014 v 2.00006 h 1.9999697 v -2.00006 z m 4.99997,0 v 2.00006 h 2.000061 v -2.00006 z";
49283
+ ComparisonOperatorSelector.b5 = "m 4.9999689,1.0000305 v 1.9999695 h -0.9999391 a 2,2 0 0 0 -2.000061,1.9999697 v 15.0000003 a 2,2 0 0 0 2.000061,2.00006 h 6.9999382 v -2.00006 h -6.9999382 v -12.0000003 h 13.9999692 v 4.0000303 h 1.999969 v -7.0000303 a 2,2 0 0 0 -1.999969,-1.9999697 h -1.000031 v -1.9999695 h -1.999969 v 1.9999695 h -7.9999694 v -1.9999695 z m 0,7.9999695 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 4.999969,0 v 1.99997 h 1.999969 v -1.99997 z m -10.0000301,4.00003 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 7.039489,1.025208 a 4.5,4.5 0 1 0 4.96051,4.474732 4.47,4.47 0 0 0 -2.000061,-3.73993 4.5,4.5 0 0 0 -2.960449,-0.734802 z m 0.96048,1.474732 3,3 -3,3 v -1.99997 h -4.000031 v -1.99997 h 4.000031 z m -13.0000301,1.5 v 2.00006 h 2.0000607 v -2.00006 z m 5.0000611,0 v 2.00006 h 1.999969 v -2.00006 z";
49284
+ ComparisonOperatorSelector.by = "m 4.9999689,1.0000305 v 1.9999695 h -0.9999391 a 2,2 0 0 0 -2.000061,1.9999697 v 15.0000003 a 2,2 0 0 0 2.000061,2.00006 h 6.9999382 v -2.00006 h -6.9999382 v -12.0000003 h 13.9999692 v 4.0000303 h 1.999969 v -7.0000303 a 2,2 0 0 0 -1.999969,-1.9999697 h -1.000031 v -1.9999695 h -1.999969 v 1.9999695 h -7.9999694 v -1.9999695 z m 0,7.9999695 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 4.999969,0 v 1.99997 h 1.999969 v -1.99997 z m -10.0000301,4.00003 v 1.99997 h 2.0000607 v -1.99997 z m 5.0000611,0 v 1.99997 h 1.999969 v -1.99997 z m 7.499999,0.99994 a 4.48,4.48 0 1 0 4.5,4.5 4.47,4.47 0 0 0 -4.5,-4.5 z m -0.500061,1.5 v 2.00006 h 4.000031 v 1.99997 h -4.000031 v 1.99997 l -3,-3 z m -11.9999991,1.5 v 2.00006 h 2.0000607 v -2.00006 z m 5.0000611,0 v 2.00006 h 1.999969 v -2.00006 z";
49285
+ ComparisonOperatorSelector.dr = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 9.9200142,2.0799867 -4.0699777,4.069977 -1.7700806,-1.769989 -0.8799131,0.889984 2.6499937,2.649994 4.9499827,-4.959961 z m 8.079986,0.920013 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49286
+ ComparisonOperatorSelector.b8 = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 8.1299742,1.9999697 v 2.25 h -5.25 v 1.5 h 5.25 v 2.25 l 3,-3 z m 9.870026,1.00003 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49287
+ ComparisonOperatorSelector.b1 = "m 4.0000313,1.0000305 v 1.9999695 h -1.0000305 a 2,2 0 0 0 -1.9999695,1.9999697 v 12.0000003 a 2,2 0 0 0 1.9999695,2.00006 h 13.9999702 a 2,2 0 0 0 2.000061,-2.00006 v -12.0000003 a 2,2 0 0 0 -2.000061,-1.9999697 h -0.999939 v -1.9999695 h -2.000061 v 1.9999695 h -7.9999702 v -1.9999695 z m -1.0000305,5.9999998 h 13.9999702 v 9.9999397 h -13.9999702 z m 5.869995,1.9999697 -2.9900208,3 2.9900208,3 v -2.25 h 5.2599792 v -1.5 h -5.2599792 z m 12.1300052,1.00003 v 10.99997 h -13.9999699 v 1.99997 h 13.9999699 a 2,2 0 0 0 1.99997,-1.99997 v -10.99997 z";
49288
+ ComparisonOperatorSelector.dp = "M12,7V17H22A10,10,0,0,0,12,7Zm-2,5L6,16V13H2V11H6V8Z";
49289
+ ComparisonOperatorSelector.b6 = "M4,9.253A8.03,8.03,0,0,1,9.747,15H4V9.253M2,7V17H12A10,10,0,0,0,2,7ZM18,8v3H14v2h4v3l4-4Z";
49290
+ ComparisonOperatorSelector.bz = "M12,7V17H22A10,10,0,0,0,12,7ZM2,12l4,4V13h4V11H6V8Z";
49291
+ ComparisonOperatorSelector.dq = "M22,4V20a2,2,0,0,1-2,2H15V20h5V4H4V20H9v2H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2H20A2,2,0,0,1,22,4ZM18,6H6V9H18ZM8,15h3v7h2V15h3l-4-4Z";
49292
+ ComparisonOperatorSelector.b7 = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM18,9H6V6H18Zm0,5-4,4V15H6V13h8V10Z";
49293
+ ComparisonOperatorSelector.b0 = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20Zm-2-2H6V15H18ZM10,6V9h8v2H10v3L6,10Z";
49294
+ ComparisonOperatorSelector.dz = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM5,10H6.127L7.2,11.58,8.258,10H9.379l-1.7,2.465V14H6.677V12.442Zm5.044.74V10h3.745v.74h-1.37V14H11.414V10.74ZM16.926,10a2.667,2.667,0,0,1,.823.123,1.86,1.86,0,0,1,.659.37,1.679,1.679,0,0,1,.435.616,2.205,2.205,0,0,1,.157.868,2.456,2.456,0,0,1-.128.807,1.7,1.7,0,0,1-.387.639,1.828,1.828,0,0,1-.647.423,2.453,2.453,0,0,1-.912.154H14.954V10Zm-.07,3.26a1.46,1.46,0,0,0,.422-.061.951.951,0,0,0,.365-.205,1.007,1.007,0,0,0,.256-.372,1.453,1.453,0,0,0,.1-.56,2.054,2.054,0,0,0-.067-.547,1.046,1.046,0,0,0-.221-.417.973.973,0,0,0-.407-.266,1.818,1.818,0,0,0-.624-.092h-.717v2.52Z";
49295
+ ComparisonOperatorSelector.dh = "M8.5,22a6.5,6.5,0,0,1,0-13h.65v5.85H15v.65A6.508,6.508,0,0,1,8.5,22ZM7.85,10.34a5.2,5.2,0,1,0,5.81,5.81H7.85ZM11,2V13H22A11,11,0,0,0,11,2Zm5,8H15V6h1Z";
49296
+ ComparisonOperatorSelector.di = "M2,8.5a6.5,6.5,0,0,1,13,0v.65H9.15V15H8.5A6.508,6.508,0,0,1,2,8.5Zm11.66-.65a5.2,5.2,0,1,0-5.81,5.81V7.85ZM11,11V22A11,11,0,0,0,22,11Zm4,6H14V13h1Zm2,0H16V13h1Z";
49297
+ ComparisonOperatorSelector.dj = "M15.5,2a6.5,6.5,0,0,1,0,13h-.65V9.15H9V8.5A6.508,6.508,0,0,1,15.5,2Zm.65,11.66a5.2,5.2,0,1,0-5.81-5.81h5.81ZM2,11A11,11,0,0,0,13,22V11Zm5,6H6V13H7Zm2,0H8V13H9Zm2,0H10V13h1Z";
49298
+ ComparisonOperatorSelector.dk = "M22,15.5a6.5,6.5,0,0,1-13,0v-.65h5.85V9h.65A6.508,6.508,0,0,1,22,15.5Zm-11.66.65a5.2,5.2,0,1,0,5.81-5.81v5.81ZM2,13H13V2A11,11,0,0,0,2,13Zm5-2H6V7H7Zm3,0L8,7H9l1,2,1-2h1Z";
49299
+ ComparisonOperatorSelector.b4 = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM11,9H9V7h2Zm4,0H13V7h2ZM7,13H5V11H7Zm4,0H9V11h2Zm4,0H13V11h2Zm4,0H17V11h2ZM7,17H5V15H7Zm4,0H9V15h2Zm4,0H13V15h2Zm4-8H17V7h2Z";
49300
+ ComparisonOperatorSelector.dy = "M20,2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2Zm0,18H4V4H20ZM7.7,11.634a1.151,1.151,0,0,0,.317-.063.618.618,0,0,0,.243-.152.367.367,0,0,0,.1-.264.429.429,0,0,0-.2-.379.79.79,0,0,0-.452-.132.689.689,0,0,0-.533.2A.668.668,0,0,0,7,11.331H6.112a1.428,1.428,0,0,1,.127-.542,1.246,1.246,0,0,1,.321-.42,1.465,1.465,0,0,1,.5-.273A2.022,2.022,0,0,1,7.7,10a2.258,2.258,0,0,1,.55.069,1.7,1.7,0,0,1,.5.206,1.21,1.21,0,0,1,.357.336.784.784,0,0,1,.137.456.8.8,0,0,1-.16.495.815.815,0,0,1-.482.292v.011a1.04,1.04,0,0,1,.6.308.813.813,0,0,1,.216.567,1.041,1.041,0,0,1-.14.539,1.238,1.238,0,0,1-.377.4,1.785,1.785,0,0,1-.544.242A2.605,2.605,0,0,1,7,13.906a1.542,1.542,0,0,1-.54-.272,1.207,1.207,0,0,1-.344-.438A1.322,1.322,0,0,1,6,12.6h.885a.931.931,0,0,0,.058.294.7.7,0,0,0,.151.243.727.727,0,0,0,.246.162.925.925,0,0,0,.35.06.86.86,0,0,0,.531-.162.524.524,0,0,0,.216-.443.5.5,0,0,0-.1-.335.59.59,0,0,0-.259-.168,1.281,1.281,0,0,0-.344-.061c-.125-.005-.244-.008-.357-.008v-.55A2.453,2.453,0,0,0,7.7,11.634Zm4.814-.9a.591.591,0,0,0-.406-.143.684.684,0,0,0-.416.123.949.949,0,0,0-.265.3,1.42,1.42,0,0,0-.144.382,1.989,1.989,0,0,0-.052.363l.012.011a1.072,1.072,0,0,1,.446-.329,1.685,1.685,0,0,1,1.166.008,1.449,1.449,0,0,1,.478.288,1.1,1.1,0,0,1,.269.4,1.306,1.306,0,0,1,.085.457,1.338,1.338,0,0,1-.115.552,1.3,1.3,0,0,1-.327.446,1.549,1.549,0,0,1-.508.3,1.915,1.915,0,0,1-.655.107,1.877,1.877,0,0,1-.858-.174,1.491,1.491,0,0,1-.544-.453,1.7,1.7,0,0,1-.281-.636,3.3,3.3,0,0,1-.079-.724,2.713,2.713,0,0,1,.1-.715,1.924,1.924,0,0,1,.315-.646,1.65,1.65,0,0,1,.556-.471A1.752,1.752,0,0,1,12.118,10a2.055,2.055,0,0,1,.55.071,1.517,1.517,0,0,1,.453.207,1.116,1.116,0,0,1,.32.333,1.177,1.177,0,0,1,.164.456h-.884A.638.638,0,0,0,12.511,10.732Zm-.782,1.257a.627.627,0,0,0-.233.157.664.664,0,0,0-.138.228.821.821,0,0,0-.045.272.732.732,0,0,0,.049.262.7.7,0,0,0,.144.231.706.706,0,0,0,.232.162.783.783,0,0,0,.315.06.692.692,0,0,0,.3-.06.72.72,0,0,0,.219-.16.67.67,0,0,0,.138-.225.773.773,0,0,0,.046-.259.828.828,0,0,0-.043-.266.683.683,0,0,0-.128-.232.624.624,0,0,0-.219-.165.726.726,0,0,0-.311-.063A.836.836,0,0,0,11.729,11.989Zm4.129-1.268-.183.875.013.01a1.2,1.2,0,0,1,.406-.228,1.783,1.783,0,0,1,1.094.036,1.326,1.326,0,0,1,.442.28,1.186,1.186,0,0,1,.275.416,1.355,1.355,0,0,1,.095.509,1.159,1.159,0,0,1-.137.553,1.456,1.456,0,0,1-.371.443,1.694,1.694,0,0,1-.54.288,1.983,1.983,0,0,1-.655.1,2.7,2.7,0,0,1-.638-.074,1.725,1.725,0,0,1-.541-.229,1.226,1.226,0,0,1-.377-.382,1.054,1.054,0,0,1-.147-.531h.93a.607.607,0,0,0,.236.421.922.922,0,0,0,.848.093.773.773,0,0,0,.249-.165.706.706,0,0,0,.157-.237.718.718,0,0,0,.056-.277.754.754,0,0,0-.052-.281.64.64,0,0,0-.158-.231.738.738,0,0,0-.248-.154.932.932,0,0,0-.334-.055.957.957,0,0,0-.406.074.91.91,0,0,0-.3.234h-.838l.452-2.129h2.561v.644Z";
49301
+ ComparisonOperatorSelector.du = "m 8.015625,15 c 0,0 0,0 0,0 8,0 8,0 8,0 -4,-6 -4,-6 -4,-6 z";
49302
+ ComparisonOperatorSelector.ab = "m 8.015625,9 c 0,0 0,0 0,0 8,0 8,0 8,0 -4,6 -4,6 -4,6 z";
49303
+ ComparisonOperatorSelector.dv = "m 10.085911,4.8515625 c -0.514323,0 -0.9227906,0.16686 -1.2255249,0.5005187 -0.3027344,0.3336592 -0.4541016,0.7902023 -0.4541016,1.3696289 0,0.5305992 0.1431986,0.9545592 0.429657,1.2719423 0.2864583,0.3173827 0.6706034,0.4760743 1.1523742,0.4760743 0.4980473,0 0.9008793,-0.1684571 1.2084963,-0.5053711 0.307617,-0.3369141 0.461426,-0.7852885 0.461426,-1.3451846 0,-0.5598956 -0.137564,-0.9944658 -0.412629,-1.3037109 -0.275065,-0.3092446 -0.661651,-0.4638976 -1.159698,-0.4638976 z m 3.88678,0.1073913 -4.4873659,7.0508432 h 0.6982729 l 4.492218,-7.0508432 z m -3.916077,0.4297485 c 0.296224,0 0.529846,0.1098634 0.700745,0.3295899 0.170898,0.2197265 0.256347,0.5264999 0.256347,0.9203798 0,0.4036458 -0.08629,0.7194318 -0.258819,0.9472959 -0.172526,0.2278645 -0.411784,0.3417666 -0.717774,0.3417666 -0.3027341,0 -0.5419919,-0.1098633 -0.7177731,-0.3295899 -0.1757812,-0.2197265 -0.2636718,-0.5264995 -0.2636718,-0.9203798 0,-0.4003908 0.089488,-0.7153322 0.2685242,-0.9448242 0.1790362,-0.2294922 0.423177,-0.3442383 0.7324217,-0.3442383 z m 4.199249,3.0517275 c -0.507812,0 -0.914683,0.168457 -1.220672,0.5053711 -0.30599,0.336914 -0.459046,0.7950544 -0.459046,1.3744811 0,0.527344 0.14329,0.950551 0.429749,1.269562 0.286458,0.31901 0.670511,0.478546 1.152283,0.478546 0.498047,0 0.900879,-0.168457 1.208496,-0.505371 0.307617,-0.336914 0.461426,-0.783692 0.461426,-1.340332 0,-0.5631505 -0.138317,-1.0010075 -0.415009,-1.3135072 -0.276693,-0.3125002 -0.662435,-0.46875 -1.157227,-0.46875 z m -0.0293,0.5517881 c 0.296223,0 0.529754,0.107422 0.700653,0.3222656 0.170898,0.2148441 0.256347,0.5207728 0.256347,0.9179075 0,0.400391 -0.0862,0.715332 -0.258728,0.944825 -0.172526,0.229492 -0.411784,0.344238 -0.717773,0.344238 -0.302735,0 -0.541992,-0.109863 -0.717774,-0.32959 -0.175781,-0.219726 -0.263672,-0.523213 -0.263672,-0.910584 0,-0.4036449 0.08864,-0.7194305 0.266053,-0.9472955 0.177408,-0.2278646 0.422393,-0.3417666 0.734894,-0.3417666 z m -2.210907,4.1797491 -4.000031,5.999999 h 7.99997 z";
49304
+ ComparisonOperatorSelector.ac = "m 8.015625,4.0546875 4.000031,6.0000005 3.999939,-6.0000005 z m 2.070282,8.6795655 c -0.514323,0 -0.9227906,0.16686 -1.2255249,0.500519 -0.3027344,0.333659 -0.4541016,0.790202 -0.4541016,1.369629 0,0.530599 0.1431986,0.954559 0.429657,1.271942 0.2864583,0.317382 0.6706034,0.476073 1.1523742,0.476073 0.4980473,0 0.9008793,-0.168457 1.2084963,-0.50537 0.307617,-0.336914 0.461426,-0.785288 0.461426,-1.345184 0,-0.559896 -0.137564,-0.994466 -0.412629,-1.303711 -0.275065,-0.309245 -0.661651,-0.463898 -1.159698,-0.463898 z m 3.88678,0.107483 -4.4873659,7.05075 h 0.6982729 l 4.492218,-7.05075 z m -3.916077,0.429657 c 0.296224,0 0.529846,0.109863 0.700745,0.32959 0.170898,0.219726 0.256347,0.5265 0.256347,0.92038 0,0.403646 -0.08629,0.719432 -0.258819,0.947296 -0.172526,0.227865 -0.411784,0.341766 -0.717774,0.341766 -0.3027341,0 -0.5419919,-0.109864 -0.7177731,-0.32959 -0.1757812,-0.219726 -0.2636718,-0.526499 -0.2636718,-0.920379 0,-0.400392 0.089488,-0.715333 0.2685242,-0.944825 0.1790362,-0.229492 0.423177,-0.344238 0.7324217,-0.344238 z m 4.199249,3.051726 c -0.507812,0 -0.914683,0.168458 -1.220672,0.505372 -0.30599,0.336914 -0.459046,0.795146 -0.459046,1.374572 0,0.527344 0.14329,0.950459 0.429749,1.269472 0.286458,0.319009 0.670511,0.478545 1.152283,0.478545 0.498047,0 0.900879,-0.168457 1.208496,-0.505371 0.307617,-0.336914 0.461426,-0.783692 0.461426,-1.340332 0,-0.563151 -0.138317,-1.001006 -0.415009,-1.313508 -0.276693,-0.312499 -0.662435,-0.46875 -1.157227,-0.46875 z m -0.0293,0.551789 c 0.296223,0 0.529754,0.107422 0.700653,0.322267 0.170898,0.214842 0.256347,0.520863 0.256347,0.917998 0,0.400392 -0.0862,0.715332 -0.258728,0.944825 -0.172526,0.229492 -0.411784,0.344238 -0.717773,0.344238 -0.302735,0 -0.541992,-0.109863 -0.717774,-0.32959 -0.175781,-0.219727 -0.263672,-0.523305 -0.263672,-0.910674 0,-0.403647 0.08864,-0.719431 0.266053,-0.947297 0.177408,-0.227865 0.422393,-0.341766 0.734894,-0.341767 z";
49305
+ ComparisonOperatorSelector.af = "M12.138 21H8.2a1.171 1.171 0 01-1.152-1.188v-5.937L2.123 4.719A1.187 1.187 0 013.153 3h14.694a1.187 1.187 0 011.03 1.719l-3.763 7a2.2 2.2 0 00-.437.642h-.3a2.206 2.206 0 00-1.922 1.11l-.9 1.553-.058.109a2.246 2.246 0 00.212 2.366 2.185 2.185 0 00-.168 2.462zm9.775-2.319a.21.21 0 01.056.281l-.9 1.564a.226.226 0 01-.27.1l-1.113-.449a3.415 3.415 0 01-.754.438l-.18 1.193a.221.221 0 01-.225.191h-1.8a.228.228 0 01-.225-.191l-.169-1.193a3.233 3.233 0 01-.765-.438l-1.114.449a.236.236 0 01-.281-.1l-.9-1.564a.213.213 0 01.056-.281l.945-.742a5.864 5.864 0 01-.022-.439 2.709 2.709 0 01.045-.439l-.956-.742a.224.224 0 01-.057-.293l.9-1.552a.222.222 0 01.27-.1l1.125.45a3.581 3.581 0 01.754-.438l.169-1.193a.228.228 0 01.225-.193h1.8a.23.23 0 01.225.191l.169 1.193a3.348 3.348 0 01.753.438l1.125-.45a.217.217 0 01.27.1l.9 1.552a.225.225 0 01-.056.293l-.956.742A1.8 1.8 0 0121 17.5c0 .146-.011.293-.023.439zM19.236 17.5a1.609 1.609 0 10-1.609 1.609 1.609 1.609 0 001.609-1.609z";
49183
49306
  return ComparisonOperatorSelector;
49184
49307
  })();
49185
49308
 
@@ -49235,6 +49358,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49235
49358
  this.cx = null;
49236
49359
  this.c7 = null;
49237
49360
  this.ch = null;
49361
+ this.d6 = null;
49238
49362
  this.c4 = a.createElement("div");
49239
49363
  this.c4.setStyleProperty("display", "flex");
49240
49364
  this.c4.setStyleProperty("flex-direction", "row");
@@ -49244,7 +49368,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49244
49368
  this.c6 = a.createElement("div");
49245
49369
  this.c2 = a.getSubRenderer(this.c6);
49246
49370
  this.ck = new ComparisonOperatorSelector();
49247
- this.ck.ee(this.c2);
49371
+ this.ck.ej(this.c2);
49248
49372
  this.c6.setStyleProperty("width", "24px");
49249
49373
  this.c6.setStyleProperty("height", "24px");
49250
49374
  this.c4.append(this.c6);
@@ -49258,7 +49382,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49258
49382
  this.cw = new XIcon();
49259
49383
  this.cw.provideContainer(a.getSubRenderer(this.c5));
49260
49384
  this.c4.append(this.c5);
49261
- this.dn();
49385
+ this.dp();
49262
49386
  }
49263
49387
  cs(a) {
49264
49388
  switch (this.cm) {
@@ -49281,30 +49405,30 @@ let FilterCell = /*@__PURE__*/ (() => {
49281
49405
  default: return null;
49282
49406
  }
49283
49407
  }
49284
- d0() {
49408
+ d1() {
49285
49409
  this.c3.removeChildren();
49286
49410
  }
49287
- dl() {
49411
+ dm() {
49288
49412
  this.c3.append(this.cr.container);
49289
49413
  }
49290
- dt() {
49414
+ du() {
49291
49415
  if (this.ae.getChildCount() == 0) {
49292
49416
  this.ae.append(this.c4);
49293
49417
  }
49294
49418
  }
49295
- dr() {
49419
+ ds() {
49296
49420
  if (this.ae.getChildCount() > 0) {
49297
49421
  this.ae.removeChildren();
49298
49422
  }
49299
49423
  }
49300
49424
  bp(a, b, c) {
49301
49425
  super.bp(a, b, c);
49302
- this.dz(a, b, c);
49426
+ this.d0(a, b, c);
49303
49427
  }
49304
49428
  bo() {
49305
- this.dx();
49429
+ this.dy();
49306
49430
  }
49307
- d1(a, b, c, d) {
49431
+ d2(a, b, c, d) {
49308
49432
  if (this.d != null) {
49309
49433
  let e = this.c6.getNativeElement();
49310
49434
  this.d.update("SelectorTop", (e.offsetTop));
@@ -49317,17 +49441,17 @@ let FilterCell = /*@__PURE__*/ (() => {
49317
49441
  this.d.update("ClearIconLeft", (g.offsetLeft));
49318
49442
  }
49319
49443
  }
49320
- dn() {
49444
+ dp() {
49321
49445
  let a = this.ck;
49322
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.dy));
49446
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.dz));
49323
49447
  this.cw.svgPath = FilterCell.c9;
49324
- this.d3(false);
49448
+ this.d4(false);
49325
49449
  let b = this.cw;
49326
- b.clicked = delegateCombine(b.clicked, runOn(this, this.dm));
49450
+ b.clicked = delegateCombine(b.clicked, runOn(this, this.dn));
49327
49451
  }
49328
- dx() {
49452
+ dy() {
49329
49453
  if (this.cr == null) {
49330
- this.ds();
49454
+ this.dt();
49331
49455
  }
49332
49456
  }
49333
49457
  cn() {
@@ -49367,7 +49491,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49367
49491
  }
49368
49492
  if (this.ck.b == 44) {
49369
49493
  if (this.cq != null && this.cq.count > 0) {
49370
- let b = this.cq._inner[this.ck.w];
49494
+ let b = this.cq._inner[this.ck.x];
49371
49495
  switch (b.b) {
49372
49496
  case 0:
49373
49497
  case 1:
@@ -49384,26 +49508,26 @@ let FilterCell = /*@__PURE__*/ (() => {
49384
49508
  }
49385
49509
  return a;
49386
49510
  }
49387
- d3(a) {
49511
+ d4(a) {
49388
49512
  if (this.cw != null) {
49389
49513
  this.cw.disabled = !a;
49390
49514
  this.cw.z = a ? 1 : 0.3;
49391
49515
  }
49392
49516
  }
49393
- dh(a) {
49517
+ di(a) {
49394
49518
  if (!this.cz) {
49395
49519
  return;
49396
49520
  }
49397
49521
  if (this.ck.b == 44) {
49398
49522
  if (this.cq != null && this.cq.count > 0) {
49399
- this.b.applyCustomFilter(this.ck.ac, this.ck.w, a);
49523
+ this.b.applyCustomFilter(this.ck.ae, this.ck.x, a);
49400
49524
  }
49401
49525
  }
49402
49526
  else {
49403
49527
  this.b.applyFilter(this.ck.b, a);
49404
49528
  }
49405
49529
  }
49406
- di() {
49530
+ dj() {
49407
49531
  if (!this.cz) {
49408
49532
  return;
49409
49533
  }
@@ -49411,32 +49535,37 @@ let FilterCell = /*@__PURE__*/ (() => {
49411
49535
  this.b.clearFilter();
49412
49536
  }
49413
49537
  }
49414
- dz(a, b, c) {
49538
+ d0(a, b, c) {
49415
49539
  switch (a) {
49416
49540
  case "DataType":
49417
- this.dq();
49541
+ this.dr();
49418
49542
  break;
49419
49543
  case "EditorType":
49420
- this.ds();
49544
+ this.dt();
49421
49545
  break;
49422
49546
  case "FontInfo":
49423
- this.dw();
49547
+ this.dx();
49424
49548
  break;
49425
49549
  case "Filter":
49426
- this.du();
49550
+ this.dv();
49427
49551
  break;
49428
49552
  case "FilterOperands":
49429
- this.dp();
49553
+ this.dq();
49430
49554
  break;
49431
49555
  case "FilterValue":
49432
- this.dv();
49556
+ this.dw();
49433
49557
  break;
49434
49558
  case "IsEditorEnabled":
49435
49559
  this.cr.isEnabled = this.c1;
49436
49560
  break;
49561
+ case "TextColor":
49562
+ this.ck.eq = this.d7;
49563
+ this.cw.fill = this.d7;
49564
+ this.cr.textColor = this.d7;
49565
+ break;
49437
49566
  }
49438
49567
  }
49439
- du() {
49568
+ dv() {
49440
49569
  this.cz = false;
49441
49570
  if (this.cr != null) {
49442
49571
  if (this.ci != null) {
@@ -49457,7 +49586,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49457
49586
  }
49458
49587
  else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
49459
49588
  let c = typeCast(ColumnCustomFilterCondition.$, this.ci);
49460
- this.ck.ef(c.id, c.d);
49589
+ this.ck.ek(c.id, c.d);
49461
49590
  let d = this.cr.getEditorValue();
49462
49591
  if (d != null) {
49463
49592
  if (!Base.equalsStatic(d, c.e)) {
@@ -49487,37 +49616,37 @@ let FilterCell = /*@__PURE__*/ (() => {
49487
49616
  }
49488
49617
  this.cz = true;
49489
49618
  }
49490
- dp() {
49491
- this.ck.d4();
49619
+ dq() {
49620
+ this.ck.d7();
49492
49621
  for (let a = 0; a < this.cq.count; a++) {
49493
- this.ck.dy(this.cq._inner[a].e, this.cq._inner[a].f, this.cq._inner[a].g, a);
49622
+ this.ck.d1(this.cq._inner[a].e, this.cq._inner[a].f, this.cq._inner[a].g, a);
49494
49623
  }
49495
49624
  }
49496
- dq() {
49625
+ dr() {
49497
49626
  if (this.cj == 11) {
49498
49627
  this.c1 = false;
49499
49628
  }
49500
49629
  this.cm = this.cn();
49501
49630
  }
49502
- dv() {
49503
- this.d3(this.c8 != null);
49631
+ dw() {
49632
+ this.d4(this.c8 != null);
49504
49633
  if (this.c8 == null || Base.equalsStatic(this.c8, "")) {
49505
- this.di();
49634
+ this.dj();
49506
49635
  }
49507
49636
  else {
49508
- this.dh(this.c8);
49637
+ this.di(this.c8);
49509
49638
  }
49510
49639
  if (this.d != null) {
49511
49640
  this.d.update("FilterValue", this.c8);
49512
49641
  }
49513
49642
  }
49514
- ds() {
49643
+ dt() {
49515
49644
  if (this.cr != null) {
49516
49645
  this.cr.detachEvents();
49517
49646
  let a = this.cr;
49518
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.d2));
49647
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.d3));
49519
49648
  }
49520
- this.d0();
49649
+ this.d1();
49521
49650
  this.cr = this.cs(this.cm);
49522
49651
  this.cr.onEditStarted();
49523
49652
  if (this.cr != null) {
@@ -49527,19 +49656,19 @@ let FilterCell = /*@__PURE__*/ (() => {
49527
49656
  this.cr.focusOnValueChanged = false;
49528
49657
  this.cr.showClearButton = false;
49529
49658
  let b = this.cr;
49530
- b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.d2));
49531
- this.dl();
49659
+ b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.d3));
49660
+ this.dm();
49532
49661
  }
49533
- this.dm(null, null);
49662
+ this.dn(null, null);
49534
49663
  }
49535
- dw() {
49664
+ dx() {
49536
49665
  if (this.cy != null) {
49537
49666
  if (this.cr != null) {
49538
49667
  this.cr.setFont(this.cy);
49539
49668
  }
49540
49669
  }
49541
49670
  }
49542
- dy(a, b) {
49671
+ dz(a, b) {
49543
49672
  this.cm = this.cn();
49544
49673
  switch (b.newValue) {
49545
49674
  case 40:
@@ -49579,30 +49708,30 @@ let FilterCell = /*@__PURE__*/ (() => {
49579
49708
  }
49580
49709
  if (b.newValue == 44) {
49581
49710
  if (this.cq != null && this.cq.count > 0) {
49582
- let c = this.cq._inner[this.ck.w];
49711
+ let c = this.cq._inner[this.ck.x];
49583
49712
  this.c1 = c.d;
49584
49713
  }
49585
49714
  }
49586
49715
  if (!this.c1) {
49587
- this.dh(null);
49588
- this.d3(true);
49716
+ this.di(null);
49717
+ this.d4(true);
49589
49718
  }
49590
49719
  else if (this.c8 != null && !Base.equalsStatic(this.c8, "")) {
49591
- this.dh(this.c8);
49720
+ this.di(this.c8);
49592
49721
  }
49593
49722
  else {
49594
- this.di();
49595
- this.d3(false);
49723
+ this.dj();
49724
+ this.d4(false);
49596
49725
  }
49597
49726
  if (this.d != null) {
49598
49727
  this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.ck.b));
49599
49728
  }
49600
49729
  }
49601
- dm(a, b) {
49730
+ dn(a, b) {
49602
49731
  if (b != null) {
49603
49732
  if (!this.c1) {
49604
49733
  this.ck.b = 0;
49605
- this.di();
49734
+ this.dj();
49606
49735
  }
49607
49736
  }
49608
49737
  this.c8 = null;
@@ -49611,7 +49740,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49611
49740
  this.cr.value = null;
49612
49741
  }
49613
49742
  }
49614
- d2(a, b, c) {
49743
+ d3(a, b, c) {
49615
49744
  if (this.cm == 2) {
49616
49745
  if (typeof b === 'string') {
49617
49746
  let d;
@@ -49622,8 +49751,8 @@ let FilterCell = /*@__PURE__*/ (() => {
49622
49751
  }
49623
49752
  this.c8 = b;
49624
49753
  }
49625
- d4(a, b, c, d) {
49626
- this.d1(a, b, c, d);
49754
+ d5(a, b, c, d) {
49755
+ this.d2(a, b, c, d);
49627
49756
  }
49628
49757
  co(a, b) {
49629
49758
  if (a != null) {
@@ -49638,11 +49767,11 @@ let FilterCell = /*@__PURE__*/ (() => {
49638
49767
  }
49639
49768
  return null;
49640
49769
  }
49641
- dk() {
49642
- this.dt();
49770
+ dl() {
49771
+ this.du();
49643
49772
  }
49644
- dj() {
49645
- this.dr();
49773
+ dk() {
49774
+ this.ds();
49646
49775
  }
49647
49776
  get cj() {
49648
49777
  return this.ck.d;
@@ -49714,6 +49843,16 @@ let FilterCell = /*@__PURE__*/ (() => {
49714
49843
  this.bp("Filter", b, this.ch);
49715
49844
  }
49716
49845
  }
49846
+ get d7() {
49847
+ return this.d6;
49848
+ }
49849
+ set d7(a) {
49850
+ let b = this.d6;
49851
+ this.d6 = a;
49852
+ if (b != this.d6) {
49853
+ this.bp("TextColor", b, this.d6);
49854
+ }
49855
+ }
49717
49856
  }
49718
49857
  FilterCell.$t = /*@__PURE__*/ markType(FilterCell, 'FilterCell', GridCellBase.$);
49719
49858
  FilterCell.c9 = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
@@ -49758,16 +49897,19 @@ let FilterCellPresenter = /*@__PURE__*/ (() => {
49758
49897
  }
49759
49898
  if (b.a3(FilterCellModel.l5)) {
49760
49899
  if (b.lu) {
49761
- this.d.dk();
49900
+ this.d.dl();
49762
49901
  }
49763
49902
  else {
49764
- this.d.dj();
49903
+ this.d.dk();
49765
49904
  }
49766
49905
  }
49906
+ if (b.a3(FilterCellModel.eg)) {
49907
+ this.d.d7 = b.k2;
49908
+ }
49767
49909
  }
49768
49910
  if (a.be || a.bj) {
49769
49911
  if (b.a3(FilterCellModel.gw) || b.a3(FilterCellModel.gx) || b.a3(FilterCellModel.gv) || b.a3(FilterCellModel.fd)) {
49770
- this.d.d4(b.cl, b.cm, b.gu, b.fc);
49912
+ this.d.d5(b.cl, b.cm, b.gu, b.fc);
49771
49913
  }
49772
49914
  }
49773
49915
  }
@@ -62651,6 +62793,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
62651
62793
  if (null != f) {
62652
62794
  f.zv = this.dy;
62653
62795
  f.zt = this.di;
62796
+ f.zu = this.di;
62654
62797
  }
62655
62798
  this.m.ad();
62656
62799
  break;
@@ -70267,6 +70410,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
70267
70410
  this.e.aa = this.m;
70268
70411
  this.e.dy = this.ba;
70269
70412
  this.e.y = this.i;
70413
+ this.e.di = this.a9;
70270
70414
  this.e.as = false;
70271
70415
  this.e.aq = false;
70272
70416
  this.e.an = false;
@@ -70427,18 +70571,18 @@ let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
70427
70571
  this.o = ((() => { let d = GridColumnOptionsUtilities.f(this.n, this.e, GridColumnSummaryOptionsView.r, 1, this.n.p, this.n.j, new Size(1, 24, 24), a, b, this.p, c, false, true); a = d.p7; b = d.p8; this.p = d.p9; c = d.p10; return d.ret; })());
70428
70572
  c.setStyleProperty("transform", "rotate(-90deg)");
70429
70573
  this.g.append(this.o);
70430
- this.n.ci(a);
70574
+ this.n.ck(a);
70431
70575
  }
70432
70576
  if (this.n.bx == null) {
70433
70577
  let d = new SummaryChooser();
70434
70578
  d.a2(this.e);
70435
- this.n.cm(d);
70579
+ this.n.co(d);
70436
70580
  let e = this.e.createElement("div");
70437
70581
  let f = this.e.getSubRenderer(e);
70438
70582
  let g = new Popup();
70439
70583
  g.provideRenderer(f);
70440
70584
  g.appendPopupContent(d.c.container);
70441
- this.n.cj(g);
70585
+ this.n.cl(g);
70442
70586
  }
70443
70587
  document.addEventListener("mousedown", runOn(this, this.s), false);
70444
70588
  }
@@ -70482,7 +70626,7 @@ let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
70482
70626
  return (window.innerWidth);
70483
70627
  }
70484
70628
  s(e_) {
70485
- this.n.ch();
70629
+ this.n.cj();
70486
70630
  }
70487
70631
  }
70488
70632
  GridColumnSummaryOptionsView.$t = /*@__PURE__*/ markType(GridColumnSummaryOptionsView, 'GridColumnSummaryOptionsView', GridColumnOptionsViewBase.$);
@@ -70503,6 +70647,8 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70503
70647
  this.b2 = 0;
70504
70648
  this.b1 = 0;
70505
70649
  this.b6 = 0;
70650
+ this.ct = BrushUtil.g(255, 24, 29, 31);
70651
+ this.cs = BrushUtil.g(255, 248, 248, 248);
70506
70652
  }
70507
70653
  f() {
70508
70654
  return new GridColumnSummaryOptionsView();
@@ -70521,9 +70667,11 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70521
70667
  case "ActualSummaryListDensity":
70522
70668
  case "BackgroundColor":
70523
70669
  case "TextColor":
70524
- this.co();
70525
- this.cn();
70670
+ case "SummaryListTextColor":
70671
+ case "SummaryListBackground":
70672
+ this.cq();
70526
70673
  this.cp();
70674
+ this.cr();
70527
70675
  break;
70528
70676
  case "SummaryListDensity":
70529
70677
  this.b3 = this.b5 == 0 ? this.q : this.b5;
@@ -70704,47 +70852,68 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70704
70852
  this.bc("ActiveCount", b, this.b6);
70705
70853
  }
70706
70854
  }
70707
- ch() {
70855
+ get cv() {
70856
+ return this.ct;
70857
+ }
70858
+ set cv(a) {
70859
+ let b = this.ct;
70860
+ this.ct = a;
70861
+ if (b != this.ct) {
70862
+ this.bc("SummaryListTextColor", b, this.ct);
70863
+ }
70864
+ }
70865
+ get cu() {
70866
+ return this.cs;
70867
+ }
70868
+ set cu(a) {
70869
+ let b = this.cs;
70870
+ this.cs = a;
70871
+ if (b != this.cs) {
70872
+ this.bc("SummaryListBackground", b, this.cs);
70873
+ }
70874
+ }
70875
+ cj() {
70708
70876
  if (this.b0 != null && this.b0.t) {
70709
70877
  this.b0.ao();
70710
70878
  }
70711
70879
  }
70712
- ci(a) {
70880
+ ck(a) {
70713
70881
  if (this.by != null) {
70714
70882
  let b = this.by;
70715
- b.clicked = delegateRemove(b.clicked, runOn(this, this.ck));
70883
+ b.clicked = delegateRemove(b.clicked, runOn(this, this.cm));
70716
70884
  }
70717
70885
  this.by = a;
70718
70886
  if (this.by != null) {
70719
70887
  let c = this.by;
70720
- c.clicked = delegateCombine(c.clicked, runOn(this, this.ck));
70888
+ c.clicked = delegateCombine(c.clicked, runOn(this, this.cm));
70721
70889
  }
70722
- this.cn();
70890
+ this.cp();
70723
70891
  }
70724
- cj(a) {
70892
+ cl(a) {
70725
70893
  this.b0 = a;
70726
- this.cp();
70894
+ this.cr();
70727
70895
  }
70728
- cm(a) {
70896
+ co(a) {
70729
70897
  if (this.bw != null) {
70730
70898
  let b = this.bw;
70731
- b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cl));
70899
+ b.summaryChanged = delegateRemove(b.summaryChanged, runOn(this, this.cn));
70732
70900
  }
70733
70901
  this.bw = a;
70734
70902
  if (this.bw != null) {
70735
70903
  let c = this.bw;
70736
- c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cl));
70904
+ c.summaryChanged = delegateCombine(c.summaryChanged, runOn(this, this.cn));
70737
70905
  }
70738
- this.co();
70906
+ this.cq();
70739
70907
  }
70740
- co() {
70908
+ cq() {
70741
70909
  if (this.bw != null) {
70742
70910
  this.bw.j = this.i;
70743
70911
  this.bw.n = this.b3;
70744
- this.bw.ba = this.br;
70912
+ this.bw.ba = this.cv;
70913
+ this.bw.a9 = this.cu;
70745
70914
  }
70746
70915
  }
70747
- cn() {
70916
+ cp() {
70748
70917
  if (this.by != null) {
70749
70918
  this.by.ef = 0;
70750
70919
  this.by.ak = false;
@@ -70752,13 +70921,13 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70752
70921
  this.bh(this.by);
70753
70922
  }
70754
70923
  }
70755
- cp() {
70924
+ cr() {
70756
70925
  if (this.b0 != null) {
70757
70926
  this.b0.a8 = this.bo;
70758
70927
  this.b0.q = false;
70759
70928
  }
70760
70929
  }
70761
- ck(a, b) {
70930
+ cm(a, b) {
70762
70931
  if (this.b0 == null) {
70763
70932
  return;
70764
70933
  }
@@ -70781,7 +70950,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70781
70950
  this.b0.showRelativeToExclusionRect(d, 1, 0);
70782
70951
  }
70783
70952
  }
70784
- cl(a, b) {
70953
+ cn(a, b) {
70785
70954
  if (b.a) {
70786
70955
  this.b7++;
70787
70956
  }
@@ -70923,6 +71092,20 @@ let IgcGridColumnSummaryOptionsComponent = /*@__PURE__*/ (() => {
70923
71092
  this.i.b7 = +v;
70924
71093
  this._a("activeCount", this.i.b7);
70925
71094
  }
71095
+ get summaryListTextColor() {
71096
+ return brushToString(this.i.cv);
71097
+ }
71098
+ set summaryListTextColor(v) {
71099
+ this.i.cv = stringToBrush(v);
71100
+ this._a("summaryListTextColor", brushToString(this.i.cv));
71101
+ }
71102
+ get summaryListBackground() {
71103
+ return brushToString(this.i.cu);
71104
+ }
71105
+ set summaryListBackground(v) {
71106
+ this.i.cu = stringToBrush(v);
71107
+ this._a("summaryListBackground", brushToString(this.i.cu));
71108
+ }
70926
71109
  onApply() {
70927
71110
  this.i.bt();
70928
71111
  }
@@ -70930,7 +71113,7 @@ let IgcGridColumnSummaryOptionsComponent = /*@__PURE__*/ (() => {
70930
71113
  this.i.bu();
70931
71114
  }
70932
71115
  closeMenu() {
70933
- this.i.ch();
71116
+ this.i.cj();
70934
71117
  }
70935
71118
  }
70936
71119
  IgcGridColumnSummaryOptionsComponent._observedAttributesIgcGridColumnSummaryOptionsComponent = null;
@@ -71603,6 +71786,8 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
71603
71786
  this.b5 = 0;
71604
71787
  this.b3 = 0;
71605
71788
  this.d0 = null;
71789
+ this.fk = BrushUtil.g(255, 24, 29, 31);
71790
+ this.fj = BrushUtil.g(255, 248, 248, 248);
71606
71791
  this.applyButtonClick = null;
71607
71792
  this.cancelButtonClick = null;
71608
71793
  }
@@ -71633,14 +71818,14 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
71633
71818
  if (null != this.b2) {
71634
71819
  this.b2.column = a;
71635
71820
  }
71636
- this.fg();
71821
+ this.fi();
71637
71822
  }
71638
71823
  bb(a, b) {
71639
71824
  super.bb(a, b);
71640
71825
  switch (b.propertyName) {
71641
71826
  case "HeaderClickAction":
71642
71827
  case "ColumnMovingMode":
71643
- this.fg();
71828
+ this.fi();
71644
71829
  break;
71645
71830
  }
71646
71831
  }
@@ -71657,7 +71842,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
71657
71842
  case "PaddingRight":
71658
71843
  case "PaddingBottom":
71659
71844
  case "PaddingLeft":
71660
- this.fg();
71845
+ this.fi();
71661
71846
  break;
71662
71847
  case "ActualLabelTextStyle":
71663
71848
  case "ActualBaseTheme":
@@ -71668,13 +71853,13 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
71668
71853
  case "ActualSummaryListDensity":
71669
71854
  case "BackgroundColor":
71670
71855
  case "TextColor":
71671
- this.fe();
71856
+ this.fg();
71672
71857
  break;
71673
71858
  case "ColumnNameTextStyle":
71674
- this.ff();
71859
+ this.fh();
71675
71860
  break;
71676
71861
  case "ActualColumnNameTextStyle":
71677
- this.fg();
71862
+ this.fi();
71678
71863
  break;
71679
71864
  case "FilterListDensity":
71680
71865
  this.b7 = this.filterListDensity == 0 ? this.q : this.filterListDensity;
@@ -71684,7 +71869,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
71684
71869
  break;
71685
71870
  }
71686
71871
  }
71687
- fg() {
71872
+ fi() {
71688
71873
  this.bz.m();
71689
71874
  }
71690
71875
  get dx() {
@@ -72096,6 +72281,26 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
72096
72281
  }
72097
72282
  this.bc("FilterListPlaceholderText", b, this.d0);
72098
72283
  }
72284
+ get fm() {
72285
+ return this.fk;
72286
+ }
72287
+ set fm(a) {
72288
+ let b = this.fk;
72289
+ this.fk = a;
72290
+ if (b != this.fk) {
72291
+ this.bc("SummaryListTextColor", b, this.fk);
72292
+ }
72293
+ }
72294
+ get fl() {
72295
+ return this.fj;
72296
+ }
72297
+ set fl(a) {
72298
+ let b = this.fj;
72299
+ this.fj = a;
72300
+ if (b != this.fj) {
72301
+ this.bc("SummaryListBackground", b, this.fj);
72302
+ }
72303
+ }
72099
72304
  notifySizeChanged() {
72100
72305
  this.e.j();
72101
72306
  }
@@ -72121,37 +72326,37 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
72121
72326
  this.bv.b7 = this.dv;
72122
72327
  this.bv.cc = this.d1;
72123
72328
  let t = this.b1;
72124
- t.propertyChanged = delegateCombine(t.propertyChanged, runOn(this, this.e9));
72329
+ t.propertyChanged = delegateCombine(t.propertyChanged, runOn(this, this.fb));
72125
72330
  let u = this.by;
72126
- u.propertyChanged = delegateCombine(u.propertyChanged, runOn(this, this.e9));
72331
+ u.propertyChanged = delegateCombine(u.propertyChanged, runOn(this, this.fb));
72127
72332
  let v = this.b0;
72128
- v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.e9));
72333
+ v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.fb));
72129
72334
  let w = this.bx;
72130
- w.propertyChanged = delegateCombine(w.propertyChanged, runOn(this, this.e9));
72335
+ w.propertyChanged = delegateCombine(w.propertyChanged, runOn(this, this.fb));
72131
72336
  let x = this.bw;
72132
- x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.e9));
72337
+ x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.fb));
72133
72338
  let y = this.bv;
72134
- y.propertyChanged = delegateCombine(y.propertyChanged, runOn(this, this.e9));
72339
+ y.propertyChanged = delegateCombine(y.propertyChanged, runOn(this, this.fb));
72135
72340
  this.b2 = r;
72136
72341
  this.bu = s;
72137
72342
  this.bu.bz = this.dp;
72138
72343
  this.bu.b3 = this.ds;
72139
72344
  let z = this.bu;
72140
- z.applyButtonClick = delegateCombine(z.applyButtonClick, runOn(this, this.fb));
72345
+ z.applyButtonClick = delegateCombine(z.applyButtonClick, runOn(this, this.fd));
72141
72346
  let aa = this.bu;
72142
- aa.cancelButtonClick = delegateCombine(aa.cancelButtonClick, runOn(this, this.fc));
72143
- this.ff();
72347
+ aa.cancelButtonClick = delegateCombine(aa.cancelButtonClick, runOn(this, this.fe));
72348
+ this.fh();
72144
72349
  this.bl();
72145
72350
  this.bi();
72146
- this.fe();
72351
+ this.fg();
72147
72352
  }
72148
72353
  d5() {
72149
72354
  return stringFormat1("{0}px {1}px {2}px {3}px", this.dj.toString(), this.di.toString(), this.dg.toString(), this.dh.toString());
72150
72355
  }
72151
- ff() {
72356
+ fh() {
72152
72357
  this.cf = (null == this.cg) ? this.ci : this.cg;
72153
72358
  }
72154
- fe() {
72359
+ fg() {
72155
72360
  let a = [this.b1, this.by, this.b0, this.bx, this.bw, this.bv, this.b2, this.bu];
72156
72361
  for (let c = 0; c < a.length; c++) {
72157
72362
  let b = a[c];
@@ -72173,9 +72378,11 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
72173
72378
  }
72174
72379
  if (null != this.b2) {
72175
72380
  this.b2.b5 = this.b8;
72381
+ this.b2.cv = this.fm;
72382
+ this.b2.cu = this.fl;
72176
72383
  }
72177
72384
  }
72178
- fb(a, b) {
72385
+ fd(a, b) {
72179
72386
  let c = [this.b1, this.by, this.b0, this.bx, this.bw, this.bv, this.b2];
72180
72387
  for (let e = 0; e < c.length; e++) {
72181
72388
  let d = c[e];
@@ -72185,7 +72392,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
72185
72392
  this.applyButtonClick(this, b);
72186
72393
  }
72187
72394
  }
72188
- fc(a, b) {
72395
+ fe(a, b) {
72189
72396
  let c = [this.b1, this.by, this.b0, this.bx, this.bw, this.bv, this.b2];
72190
72397
  for (let e = 0; e < c.length; e++) {
72191
72398
  let d = c[e];
@@ -72195,7 +72402,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
72195
72402
  this.cancelButtonClick(this, b);
72196
72403
  }
72197
72404
  }
72198
- e9(a, b) {
72405
+ fb(a, b) {
72199
72406
  switch (b.propertyName) {
72200
72407
  }
72201
72408
  }
@@ -72634,6 +72841,26 @@ let IgcGridColumnOptionsComponent = /*@__PURE__*/ (() => {
72634
72841
  set filterListPlaceholderText(v) {
72635
72842
  this.i.d1 = v;
72636
72843
  }
72844
+ /**
72845
+ * Gets or sets the text color for the summary options menu.
72846
+ */
72847
+ get summaryListTextColor() {
72848
+ return brushToString(this.i.fm);
72849
+ }
72850
+ set summaryListTextColor(v) {
72851
+ this.i.fm = stringToBrush(v);
72852
+ this._a("summaryListTextColor", brushToString(this.i.fm));
72853
+ }
72854
+ /**
72855
+ * Gets or sets the background color for the summary options menu.
72856
+ */
72857
+ get summaryListBackground() {
72858
+ return brushToString(this.i.fl);
72859
+ }
72860
+ set summaryListBackground(v) {
72861
+ this.i.fl = stringToBrush(v);
72862
+ this._a("summaryListBackground", brushToString(this.i.fl));
72863
+ }
72637
72864
  get applyButtonClick() {
72638
72865
  return this._applyButtonClick;
72639
72866
  }
@@ -79939,6 +80166,8 @@ let IgcDataGridComparisonOperatorSelectorComponent = /*@__PURE__*/ (() => {
79939
80166
  this._valueChanged_wrapped = null;
79940
80167
  this._opening = null;
79941
80168
  this._opening_wrapped = null;
80169
+ this._opened = null;
80170
+ this._opened_wrapped = null;
79942
80171
  this._closing = null;
79943
80172
  this._closing_wrapped = null;
79944
80173
  if (this._styling) {
@@ -80064,20 +80293,20 @@ let IgcDataGridComparisonOperatorSelectorComponent = /*@__PURE__*/ (() => {
80064
80293
  * Gets the ID for the custom filter that is selected. Value must be 'Custom' for this property to be valid.
80065
80294
  */
80066
80295
  get customFilterID() {
80067
- return this.i.ac;
80296
+ return this.i.ae;
80068
80297
  }
80069
80298
  set customFilterID(v) {
80070
- this.i.ac = v;
80299
+ this.i.ae = v;
80071
80300
  }
80072
80301
  /**
80073
80302
  * Gets the index for the custom filter that is selected. Value must be 'Custom' for this property to be valid.
80074
80303
  */
80075
80304
  get customFilterIndex() {
80076
- return this.i.w;
80305
+ return this.i.x;
80077
80306
  }
80078
80307
  set customFilterIndex(v) {
80079
- this.i.w = +v;
80080
- this._a("customFilterIndex", this.i.w);
80308
+ this.i.x = +v;
80309
+ this._a("customFilterIndex", this.i.x);
80081
80310
  }
80082
80311
  /**
80083
80312
  * Gets or sets the data type. Used to determine what operators are available.
@@ -80090,137 +80319,157 @@ let IgcDataGridComparisonOperatorSelectorComponent = /*@__PURE__*/ (() => {
80090
80319
  this._a("dataType", enumToString(DataSourceSchemaPropertyType_$type, this.i.d));
80091
80320
  }
80092
80321
  get maxHeight() {
80093
- return this.i.y;
80322
+ return this.i.z;
80094
80323
  }
80095
80324
  set maxHeight(v) {
80096
- this.i.y = +v;
80097
- this._a("maxHeight", this.i.y);
80325
+ this.i.z = +v;
80326
+ this._a("maxHeight", this.i.z);
80327
+ }
80328
+ /**
80329
+ * Gets or sets the text color.
80330
+ */
80331
+ get textColor() {
80332
+ return brushToString(this.i.eq);
80333
+ }
80334
+ set textColor(v) {
80335
+ this.i.eq = stringToBrush(v);
80336
+ this._a("textColor", brushToString(this.i.eq));
80337
+ }
80338
+ /**
80339
+ * Gets or sets the background color.
80340
+ */
80341
+ get background() {
80342
+ return brushToString(this.i.ep);
80343
+ }
80344
+ set background(v) {
80345
+ this.i.ep = stringToBrush(v);
80346
+ this._a("background", brushToString(this.i.ep));
80098
80347
  }
80099
80348
  get operatorCaptionTrue() {
80100
- return this.i.db;
80349
+ return this.i.dd;
80101
80350
  }
80102
80351
  get operatorCaptionFalse() {
80103
- return this.i.ci;
80352
+ return this.i.ck;
80104
80353
  }
80105
80354
  get operatorCaptionEquals() {
80106
- return this.i.ch;
80355
+ return this.i.cj;
80107
80356
  }
80108
80357
  get operatorCaptionNotEquals() {
80109
- return this.i.cx;
80358
+ return this.i.cz;
80110
80359
  }
80111
80360
  get operatorCaptionLessThan() {
80112
- return this.i.cp;
80361
+ return this.i.cr;
80113
80362
  }
80114
80363
  get operatorCaptionLessThanOrEqual() {
80115
- return this.i.cq;
80364
+ return this.i.cs;
80116
80365
  }
80117
80366
  get operatorCaptionGreaterThan() {
80118
- return this.i.cj;
80367
+ return this.i.cl;
80119
80368
  }
80120
80369
  get operatorCaptionGreaterThanOrEqual() {
80121
- return this.i.ck;
80370
+ return this.i.cm;
80122
80371
  }
80123
80372
  get operatorCaptionTop() {
80124
- return this.i.c9;
80373
+ return this.i.db;
80125
80374
  }
80126
80375
  get operatorCaptionBottom() {
80127
- return this.i.b9;
80376
+ return this.i.cb;
80128
80377
  }
80129
80378
  get operatorCaptionTopPercentile() {
80130
- return this.i.da;
80379
+ return this.i.dc;
80131
80380
  }
80132
80381
  get operatorCaptionBottomPercentile() {
80133
- return this.i.ca;
80382
+ return this.i.cc;
80134
80383
  }
80135
80384
  get operatorCaptionToday() {
80136
- return this.i.c7;
80385
+ return this.i.c9;
80137
80386
  }
80138
80387
  get operatorCaptionTomorrow() {
80139
- return this.i.c8;
80388
+ return this.i.da;
80140
80389
  }
80141
80390
  get operatorCaptionYesterday() {
80142
- return this.i.de;
80391
+ return this.i.dg;
80143
80392
  }
80144
80393
  get operatorCaptionThisWeek() {
80145
- return this.i.c5;
80394
+ return this.i.c7;
80146
80395
  }
80147
80396
  get operatorCaptionNextWeek() {
80148
- return this.i.cu;
80397
+ return this.i.cw;
80149
80398
  }
80150
80399
  get operatorCaptionLastWeek() {
80151
- return this.i.cn;
80400
+ return this.i.cp;
80152
80401
  }
80153
80402
  get operatorCaptionThisMonth() {
80154
- return this.i.c3;
80403
+ return this.i.c5;
80155
80404
  }
80156
80405
  get operatorCaptionNextMonth() {
80157
- return this.i.cs;
80406
+ return this.i.cu;
80158
80407
  }
80159
80408
  get operatorCaptionLastMonth() {
80160
- return this.i.cl;
80409
+ return this.i.cn;
80161
80410
  }
80162
80411
  get operatorCaptionThisQuarter() {
80163
- return this.i.c4;
80412
+ return this.i.c6;
80164
80413
  }
80165
80414
  get operatorCaptionNextQuarter() {
80166
- return this.i.ct;
80415
+ return this.i.cv;
80167
80416
  }
80168
80417
  get operatorCaptionLastQuarter() {
80169
- return this.i.cm;
80418
+ return this.i.co;
80170
80419
  }
80171
80420
  get operatorCaptionThisYear() {
80172
- return this.i.c6;
80421
+ return this.i.c8;
80173
80422
  }
80174
80423
  get operatorCaptionNextYear() {
80175
- return this.i.cv;
80424
+ return this.i.cx;
80176
80425
  }
80177
80426
  get operatorCaptionLastYear() {
80178
- return this.i.co;
80427
+ return this.i.cq;
80179
80428
  }
80180
80429
  get operatorCaptionYearToDate() {
80181
- return this.i.dd;
80430
+ return this.i.df;
80182
80431
  }
80183
80432
  get operatorCaptionQ1() {
80184
- return this.i.cy;
80433
+ return this.i.c0;
80185
80434
  }
80186
80435
  get operatorCaptionQ2() {
80187
- return this.i.cz;
80436
+ return this.i.c1;
80188
80437
  }
80189
80438
  get operatorCaptionQ3() {
80190
- return this.i.c0;
80439
+ return this.i.c2;
80191
80440
  }
80192
80441
  get operatorCaptionQ4() {
80193
- return this.i.c1;
80442
+ return this.i.c3;
80194
80443
  }
80195
80444
  get operatorCaptionMonth() {
80196
- return this.i.cr;
80445
+ return this.i.ct;
80197
80446
  }
80198
80447
  get operatorCaptionYear() {
80199
- return this.i.dc;
80448
+ return this.i.de;
80200
80449
  }
80201
80450
  get operatorCaptionStartsWith() {
80202
- return this.i.c2;
80451
+ return this.i.c4;
80203
80452
  }
80204
80453
  get operatorCaptionDoesNotStartWith() {
80205
- return this.i.ce;
80454
+ return this.i.cg;
80206
80455
  }
80207
80456
  get operatorCaptionEndsWith() {
80208
- return this.i.cg;
80457
+ return this.i.ci;
80209
80458
  }
80210
80459
  get operatorCaptionDoesNotEndWith() {
80211
- return this.i.cd;
80460
+ return this.i.cf;
80212
80461
  }
80213
80462
  get operatorCaptionContains() {
80214
- return this.i.cb;
80463
+ return this.i.cd;
80215
80464
  }
80216
80465
  get operatorCaptionDoesNotContain() {
80217
- return this.i.cc;
80466
+ return this.i.ce;
80218
80467
  }
80219
80468
  get operatorCaptionEmpty() {
80220
- return this.i.cf;
80469
+ return this.i.ch;
80221
80470
  }
80222
80471
  get operatorCaptionNotEmpty() {
80223
- return this.i.cw;
80472
+ return this.i.cy;
80224
80473
  }
80225
80474
  findByName(name) {
80226
80475
  if (this.findEphemera) {
@@ -80284,29 +80533,29 @@ let IgcDataGridComparisonOperatorSelectorComponent = /*@__PURE__*/ (() => {
80284
80533
  this._inStyling = false;
80285
80534
  }
80286
80535
  provideContainer(container) {
80287
- this.i.ee(container);
80536
+ this.i.ej(container);
80288
80537
  }
80289
80538
  dispose() {
80290
- this.i.d7();
80539
+ this.i.ea();
80291
80540
  }
80292
80541
  getDropdownHeight() {
80293
- let iv = this.i.x();
80542
+ let iv = this.i.y();
80294
80543
  return (iv);
80295
80544
  }
80296
80545
  toggle() {
80297
- this.i.eh();
80546
+ this.i.em();
80298
80547
  }
80299
80548
  close() {
80300
- this.i.d5();
80549
+ this.i.d8();
80301
80550
  }
80302
80551
  addCustomOperator(name, icon, id, index) {
80303
- this.i.dy(name, icon, id, index);
80552
+ this.i.d1(name, icon, id, index);
80304
80553
  }
80305
80554
  clearCustomOperators() {
80306
- this.i.d4();
80555
+ this.i.d7();
80307
80556
  }
80308
80557
  selectCustomFilter(id, index) {
80309
- this.i.ef(id, index);
80558
+ this.i.ek(id, index);
80310
80559
  }
80311
80560
  get valueChanged() {
80312
80561
  return this._valueChanged;
@@ -80354,6 +80603,29 @@ let IgcDataGridComparisonOperatorSelectorComponent = /*@__PURE__*/ (() => {
80354
80603
  this.i.opening = delegateCombine(this.i.opening, this._opening_wrapped);
80355
80604
  ;
80356
80605
  }
80606
+ get opened() {
80607
+ return this._opened;
80608
+ }
80609
+ set opened(ev) {
80610
+ if (this._opened_wrapped !== null) {
80611
+ this.i.opened = delegateRemove(this.i.opened, this._opened_wrapped);
80612
+ this._opened_wrapped = null;
80613
+ this._opened = null;
80614
+ }
80615
+ this._opened = ev;
80616
+ this._opened_wrapped = (o, e) => {
80617
+ let outerArgs = new IgcOperatorSelectorOpeningEventArgs();
80618
+ outerArgs._provideImplementation(e);
80619
+ if (this.beforeOpened) {
80620
+ this.beforeOpened(this, outerArgs);
80621
+ }
80622
+ if (this._opened) {
80623
+ this._opened(this, outerArgs);
80624
+ }
80625
+ };
80626
+ this.i.opened = delegateCombine(this.i.opened, this._opened_wrapped);
80627
+ ;
80628
+ }
80357
80629
  get closing() {
80358
80630
  return this._closing;
80359
80631
  }