igniteui-webcomponents-grids 4.0.4 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +941 -593
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +26 -26
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  6. package/esm2015/lib/CheckboxListView_combined.js +552 -389
  7. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  8. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  9. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  10. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  11. package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
  12. package/esm2015/lib/EditorCell.js +1 -1
  13. package/esm2015/lib/FilterCell.js +1 -1
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
  15. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  16. package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
  17. package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
  18. package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
  19. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  20. package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
  21. package/esm2015/lib/NumericEditorView.js +3 -3
  22. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  23. package/esm2015/lib/TextEditorView.js +10 -10
  24. package/esm2015/lib/igc-checkbox-list-component.js +155 -50
  25. package/esm5/lib/CanvasGridCellBase.js +26 -26
  26. package/esm5/lib/CanvasSummaryCell.js +2 -2
  27. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  28. package/esm5/lib/CheckboxListView_combined.js +578 -375
  29. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  30. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  32. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
  33. package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
  34. package/esm5/lib/EditorCell.js +1 -1
  35. package/esm5/lib/FilterCell.js +1 -1
  36. package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
  37. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
  38. package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
  39. package/esm5/lib/GridFilterDialogView_combined.js +5 -5
  40. package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
  41. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  42. package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
  43. package/esm5/lib/NumericEditorView.js +3 -3
  44. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  45. package/esm5/lib/TextEditorView.js +10 -10
  46. package/esm5/lib/igc-checkbox-list-component.js +195 -50
  47. package/fesm2015/igniteui-webcomponents-grids.js +873 -605
  48. package/fesm5/igniteui-webcomponents-grids.js +939 -591
  49. package/grids/combined.js +160 -90
  50. package/grids/index.d.ts +15 -0
  51. package/grids/lib/common.d.ts +0 -4
  52. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  53. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
  54. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
  55. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  56. package/grids/lib/igc-cell-template-context.d.ts +2 -1
  57. package/grids/lib/igc-column-component.d.ts +3 -2
  58. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
  59. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  60. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  61. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  62. package/grids/lib/igc-display-density-base.d.ts +1 -1
  63. package/grids/lib/igc-exporter-options-base.d.ts +2 -0
  64. package/grids/lib/igc-filtering-expression.d.ts +33 -0
  65. package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
  66. package/grids/lib/igc-filtering-operand.d.ts +4 -2
  67. package/grids/lib/igc-filtering-operation.d.ts +4 -0
  68. package/grids/lib/igc-grid-base-directive.d.ts +9 -2
  69. package/grids/lib/igc-grid-component.d.ts +4 -4
  70. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
  71. package/grids/lib/igc-grouped-records.d.ts +1 -1
  72. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  73. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  74. package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
  75. package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
  76. package/grids/lib/igc-sorting-options.d.ts +3 -2
  77. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  78. package/grids/lib/igc-summary-operand.d.ts +61 -0
  79. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  80. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  81. package/grids/lib/sorting-options-mode.d.ts +3 -0
  82. package/grids/styles.css +1 -1
  83. package/grids/themes/dark/bootstrap.css +1 -1
  84. package/grids/themes/dark/fluent.css +1 -1
  85. package/grids/themes/dark/indigo.css +1 -1
  86. package/grids/themes/dark/material.css +1 -1
  87. package/grids/themes/light/bootstrap.css +1 -1
  88. package/grids/themes/light/fluent.css +1 -1
  89. package/grids/themes/light/indigo.css +1 -1
  90. package/grids/themes/light/material.css +1 -1
  91. package/lib/CheckboxListView_combined.d.ts +120 -96
  92. package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
  93. package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
  94. package/lib/igc-checkbox-list-component.d.ts +40 -0
  95. package/package.json +4 -4
@@ -5,9 +5,9 @@
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
 
8
- import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
8
+ import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
9
9
  import { XButton, XIcon, XInputGroup, XInput, DatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
10
- import { Popup, PropertyEditorPropertyDescriptionCollection, PropertyEditorPropertyDescription, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
10
+ import { PropertyEditorPropertyDescriptionCollection, PropertyEditorPropertyDescription, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
11
11
 
12
12
  /*
13
13
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
@@ -42738,13 +42738,13 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
42738
42738
  af.s.modelUpdated(af);
42739
42739
  if (ai && y.b) {
42740
42740
  let aq = y.a;
42741
- aq.z();
42741
+ aq.aa();
42742
42742
  if (af.l.d != 0 && this.e.b2) {
42743
- aq.ae(this.ax(af.l.d));
42743
+ aq.af(this.ax(af.l.d));
42744
42744
  }
42745
42745
  let ar = af.s.nativeCell;
42746
42746
  ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
42747
- aq.y();
42747
+ aq.z();
42748
42748
  }
42749
42749
  af.jv();
42750
42750
  if (m) {
@@ -42759,7 +42759,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
42759
42759
  }
42760
42760
  this.m = false;
42761
42761
  if (y.a != null && this.q != 1) {
42762
- y.a.y();
42762
+ y.a.z();
42763
42763
  }
42764
42764
  this.an();
42765
42765
  }
@@ -42940,7 +42940,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
42940
42940
  if (f) {
42941
42941
  this.a[b].setRawStyleProperty("z-index", e.toString());
42942
42942
  }
42943
- a.a.k(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
42943
+ a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
42944
42944
  this.a[b].setRawPosition(a.c, a.d);
42945
42945
  }
42946
42946
  }
@@ -43429,7 +43429,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43429
43429
  this.s = true;
43430
43430
  }
43431
43431
  get templateContext() {
43432
- return this.j.g();
43432
+ return this.j.h();
43433
43433
  }
43434
43434
  get w() {
43435
43435
  return this.l;
@@ -43519,7 +43519,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43519
43519
  return;
43520
43520
  }
43521
43521
  if (this.bz != 1) {
43522
- a.ad(this.bz);
43522
+ a.ae(this.bz);
43523
43523
  }
43524
43524
  let j = this.j;
43525
43525
  if (!this.v) {
@@ -43535,17 +43535,17 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43535
43535
  if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
43536
43536
  this.p = false;
43537
43537
  this.br = this.i.g;
43538
- j.ac(this.i);
43538
+ j.ad(this.i);
43539
43539
  }
43540
43540
  if (f != 1) {
43541
- j.z();
43542
- j.aa(f, f);
43541
+ j.aa();
43542
+ j.ab(f, f);
43543
43543
  }
43544
43544
  if (!this.v) {
43545
- j.z();
43545
+ j.aa();
43546
43546
  let k = Math.round((d - b));
43547
43547
  let l = Math.round((e - c));
43548
- j.af(k, l);
43548
+ j.ag(k, l);
43549
43549
  }
43550
43550
  if (g) {
43551
43551
  this.b8(j);
@@ -43554,24 +43554,24 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43554
43554
  this.b9(j);
43555
43555
  }
43556
43556
  if (!this.v) {
43557
- j.y();
43557
+ j.z();
43558
43558
  }
43559
43559
  if (f != 1) {
43560
- j.y();
43560
+ j.z();
43561
43561
  }
43562
43562
  }
43563
43563
  if (!i && this.v) {
43564
43564
  let m = Math.round((d - b) * f);
43565
43565
  let n = Math.round((e - c) * f);
43566
43566
  if (this.am == this.ao && this.al == this.an) {
43567
- a.m(this.bu(), 1, m, n, this.am, this.al);
43567
+ a.n(this.bu(), 1, m, n, this.am, this.al);
43568
43568
  }
43569
43569
  else {
43570
- a.n(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
43570
+ a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
43571
43571
  }
43572
43572
  }
43573
43573
  if (this.bz != 1) {
43574
- a.ad(1);
43574
+ a.ae(1);
43575
43575
  }
43576
43576
  }
43577
43577
  bu() {
@@ -43579,13 +43579,13 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43579
43579
  }
43580
43580
  b8(a) {
43581
43581
  if (!this.m) {
43582
- a.k(0, 0, this.ao, this.an);
43582
+ a.l(0, 0, this.ao, this.an);
43583
43583
  }
43584
43584
  this.c6.n = 0;
43585
43585
  this.c6.o = 0;
43586
43586
  this.c6.width = this.a5;
43587
43587
  this.c6.height = this.as;
43588
- a.v(this.c6);
43588
+ a.w(this.c6);
43589
43589
  if (this.cy != null) {
43590
43590
  if (this.ai > 0) {
43591
43591
  this.c2.am = 0;
@@ -43594,7 +43594,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43594
43594
  this.c2.al = this.ai / 2;
43595
43595
  this.c2._stroke = this.cy;
43596
43596
  this.c2.ac = this.ai;
43597
- a.r(this.c2);
43597
+ a.s(this.c2);
43598
43598
  }
43599
43599
  if (this.aj > 0) {
43600
43600
  this.c3.am = 0;
@@ -43603,7 +43603,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43603
43603
  this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
43604
43604
  this.c3._stroke = this.cy;
43605
43605
  this.c3.ac = this.aj;
43606
- a.r(this.c3);
43606
+ a.s(this.c3);
43607
43607
  }
43608
43608
  if (this.ak > 0) {
43609
43609
  this.c5.am = this.ak / 2;
@@ -43612,7 +43612,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43612
43612
  this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
43613
43613
  this.c5._stroke = this.cy;
43614
43614
  this.c5.ac = this.ak;
43615
- a.r(this.c5);
43615
+ a.s(this.c5);
43616
43616
  }
43617
43617
  if (this.ah > 0) {
43618
43618
  this.c1.am = Math.max(0, this.as - (this.ah / 2));
@@ -43621,7 +43621,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43621
43621
  this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
43622
43622
  this.c1._stroke = this.cy;
43623
43623
  this.c1.ac = this.ah;
43624
- a.r(this.c1);
43624
+ a.s(this.c1);
43625
43625
  }
43626
43626
  }
43627
43627
  }
@@ -43642,7 +43642,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43642
43642
  if (this.cx.al != null) {
43643
43643
  this.cx.n = this.a0;
43644
43644
  this.cx.o = this.a3;
43645
- a.w(this.cx);
43645
+ a.x(this.cx);
43646
43646
  if (this.r) {
43647
43647
  this.c4.ac = 1;
43648
43648
  this.c4.ak = this.a0;
@@ -43650,7 +43650,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43650
43650
  this.c4.al = this.a0 + (this.a2 - this.a0);
43651
43651
  this.c4.an = this.a4 - 2;
43652
43652
  this.c4._stroke = this.cx.ao;
43653
- this.j.r(this.c4);
43653
+ this.j.s(this.c4);
43654
43654
  }
43655
43655
  }
43656
43656
  }
@@ -43858,7 +43858,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43858
43858
  if (this.p || (this.i != null && this.i.g != this.br)) {
43859
43859
  this.p = false;
43860
43860
  this.br = this.i.g;
43861
- a.ac(this.i);
43861
+ a.ad(this.i);
43862
43862
  }
43863
43863
  let b;
43864
43864
  if (this.h != this.i || this.bt != this.i.g) {
@@ -43915,13 +43915,13 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43915
43915
  let f = e.length;
43916
43916
  let g = ("\u2026");
43917
43917
  if (isNaN_(this.ap)) {
43918
- this.ap = d.f(g);
43918
+ this.ap = d.g(g);
43919
43919
  }
43920
43920
  if (c <= this.ap) {
43921
43921
  a.al = g;
43922
43922
  return this.ap;
43923
43923
  }
43924
- let h = d.f(e);
43924
+ let h = d.g(e);
43925
43925
  if (h <= c) {
43926
43926
  a.al = b;
43927
43927
  return h;
@@ -43929,14 +43929,14 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43929
43929
  let i = c / h;
43930
43930
  let j = truncate(Math.ceil(f * i));
43931
43931
  let k = e.substr(0, j) + g;
43932
- let l = d.f(k);
43932
+ let l = d.g(k);
43933
43933
  if (l > c) {
43934
43934
  f = j;
43935
43935
  }
43936
43936
  else {
43937
43937
  j = j + 1;
43938
43938
  k = e.substr(0, j) + g;
43939
- l = d.f(k);
43939
+ l = d.g(k);
43940
43940
  if (l > c) {
43941
43941
  f = j;
43942
43942
  }
@@ -43944,7 +43944,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
43944
43944
  while (h > c && f > 0) {
43945
43945
  f--;
43946
43946
  e = e.substr(0, f) + g;
43947
- h = d.f(e);
43947
+ h = d.g(e);
43948
43948
  }
43949
43949
  a.al = e;
43950
43950
  return h;
@@ -44482,24 +44482,24 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
44482
44482
  this.e = truncate(Math.round(b));
44483
44483
  }
44484
44484
  if (this.c.d && this.g != 1) {
44485
- this.c.z();
44486
- this.c.aa(this.g, this.g);
44485
+ this.c.aa();
44486
+ this.c.ab(this.g, this.g);
44487
44487
  }
44488
- this.c.k(0, 0, this.k, this.j);
44489
- this.c.z();
44490
- this.c.aa(this.a.v(), this.a.v());
44488
+ this.c.l(0, 0, this.k, this.j);
44489
+ this.c.aa();
44490
+ this.c.ab(this.a.v(), this.a.v());
44491
44491
  for (let c = 0; c < this.d.count; c++) {
44492
- this.c.j(this.d._inner[c].j);
44492
+ this.c.k(this.d._inner[c].j);
44493
44493
  let d = this.y();
44494
44494
  if (this.a.a0 != null) {
44495
44495
  d = this.a.a0;
44496
44496
  }
44497
44497
  this.d._inner[c]._stroke = d;
44498
- this.c.s(this.d._inner[c]);
44498
+ this.c.t(this.d._inner[c]);
44499
44499
  }
44500
- this.c.y();
44500
+ this.c.z();
44501
44501
  if (this.c.d && this.g != 1) {
44502
- this.c.y();
44502
+ this.c.z();
44503
44503
  }
44504
44504
  this.a.at();
44505
44505
  }
@@ -45031,7 +45031,7 @@ let CanvasTextHeaderCell = /*@__PURE__*/ (() => {
45031
45031
  if (this.d == 2) {
45032
45032
  b = this.bg - 21;
45033
45033
  }
45034
- a.m(this.c9, 1, b, this.bj - 8, 16, 16);
45034
+ a.n(this.c9, 1, b, this.bj - 8, 16, 16);
45035
45035
  }
45036
45036
  get_ab() {
45037
45037
  return true;
@@ -45649,7 +45649,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
45649
45649
  if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
45650
45650
  this.c8 = false;
45651
45651
  this.de = this.c7.g;
45652
- a.ac(this.c7);
45652
+ a.ad(this.c7);
45653
45653
  this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
45654
45654
  }
45655
45655
  let b = this.bl;
@@ -45670,7 +45670,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
45670
45670
  }
45671
45671
  this.dk.n = this.db;
45672
45672
  this.dk.o = this.dc;
45673
- a.w(this.dk);
45673
+ a.x(this.dk);
45674
45674
  }
45675
45675
  super.b9(a);
45676
45676
  }
@@ -45864,23 +45864,23 @@ let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
45864
45864
  this.d = truncate(Math.round(d));
45865
45865
  }
45866
45866
  if (this.b.d && this.f != 1) {
45867
- this.b.z();
45868
- this.b.aa(this.f, this.f);
45867
+ this.b.aa();
45868
+ this.b.ab(this.f, this.f);
45869
45869
  }
45870
- this.b.k(0, 0, this.j, this.g);
45871
- this.b.z();
45870
+ this.b.l(0, 0, this.j, this.g);
45871
+ this.b.aa();
45872
45872
  for (let e = 0; e < this.c.count; e++) {
45873
- this.b.j(this.c._inner[e].j);
45873
+ this.b.k(this.c._inner[e].j);
45874
45874
  let f = this.s();
45875
45875
  if (this.a.ae != null) {
45876
45876
  f = this.a.ae;
45877
45877
  }
45878
45878
  this.c._inner[e]._stroke = f;
45879
- this.b.s(this.c._inner[e]);
45879
+ this.b.t(this.c._inner[e]);
45880
45880
  }
45881
- this.b.y();
45881
+ this.b.z();
45882
45882
  if (this.b.d && this.f != 1) {
45883
- this.b.y();
45883
+ this.b.z();
45884
45884
  }
45885
45885
  }
45886
45886
  }
@@ -46966,7 +46966,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
46966
46966
  let h = a.getSubRenderer(g);
46967
46967
  this.v = new XInput();
46968
46968
  this.v.provideContainer(h);
46969
- this.v.b3 = "text";
46969
+ this.v.b6 = "text";
46970
46970
  this.v.disabled = !this.isEnabled;
46971
46971
  let i = e.getExternal(this.v, h.rootWrapper, null);
46972
46972
  this.w.appendContentChild(g);
@@ -46974,7 +46974,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
46974
46974
  }
46975
46975
  setFont(a) {
46976
46976
  if (this.v != null) {
46977
- this.v.ad = a;
46977
+ this.v.af = a;
46978
46978
  }
46979
46979
  }
46980
46980
  attachEvents() {
@@ -47022,7 +47022,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
47022
47022
  if (this.a.isEditRefocusDesired) {
47023
47023
  let a = this.h.rootWrapper.getNativeElement();
47024
47024
  if (a == document.activeElement || a.contains(document.activeElement)) {
47025
- this.v.cm();
47025
+ this.v.cp();
47026
47026
  this.focus();
47027
47027
  }
47028
47028
  }
@@ -47030,8 +47030,8 @@ let TextEditorView = /*@__PURE__*/ (() => {
47030
47030
  r() {
47031
47031
  if (this.v != null) {
47032
47032
  this.v.focus(true);
47033
- if (this.v.b3 != "date") {
47034
- window.setTimeout(() => this.v.dg(), 0);
47033
+ if (this.v.b6 != "date") {
47034
+ window.setTimeout(() => this.v.dj(), 0);
47035
47035
  }
47036
47036
  }
47037
47037
  }
@@ -47039,14 +47039,14 @@ let TextEditorView = /*@__PURE__*/ (() => {
47039
47039
  if (this.v != null) {
47040
47040
  if (this.value != null) {
47041
47041
  this.x = null;
47042
- this.v.cj = null;
47043
- this.v.cj = this.value.toString();
47042
+ this.v.cm = null;
47043
+ this.v.cm = this.value.toString();
47044
47044
  if (this.focusOnValueChanged) {
47045
47045
  this.r();
47046
47046
  }
47047
47047
  }
47048
47048
  else {
47049
- this.v.cj = null;
47049
+ this.v.cm = null;
47050
47050
  }
47051
47051
  }
47052
47052
  }
@@ -47081,13 +47081,13 @@ let TextEditorView = /*@__PURE__*/ (() => {
47081
47081
  }
47082
47082
  getEditorValue() {
47083
47083
  if (this.v != null) {
47084
- return this.v.cj;
47084
+ return this.v.cm;
47085
47085
  }
47086
47086
  return null;
47087
47087
  }
47088
47088
  setEditorValue(a) {
47089
47089
  if (this.v != null) {
47090
- this.v.cj = a;
47090
+ this.v.cm = a;
47091
47091
  }
47092
47092
  }
47093
47093
  }
@@ -47108,14 +47108,14 @@ let NumericEditorView = /*@__PURE__*/ (() => {
47108
47108
  class NumericEditorView extends TextEditorView {
47109
47109
  constructor(a, b, c) {
47110
47110
  super(a, b, c);
47111
- this.v.b3 = "number";
47111
+ this.v.b6 = "number";
47112
47112
  }
47113
47113
  getEditorValue() {
47114
- if (this.v == null || this.v.cj == null) {
47114
+ if (this.v == null || this.v.cm == null) {
47115
47115
  return null;
47116
47116
  }
47117
47117
  let a = NaN;
47118
- let b = tryParseNumber(this.v.cj, a);
47118
+ let b = tryParseNumber(this.v.cm, a);
47119
47119
  a = b.p1;
47120
47120
  return a;
47121
47121
  }
@@ -49387,7 +49387,7 @@ let FilterCell = /*@__PURE__*/ (() => {
49387
49387
  d3(a) {
49388
49388
  if (this.cw != null) {
49389
49389
  this.cw.disabled = !a;
49390
- this.cw.x = a ? 1 : 0.3;
49390
+ this.cw.z = a ? 1 : 0.3;
49391
49391
  }
49392
49392
  }
49393
49393
  dh(a) {
@@ -50398,13 +50398,13 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
50398
50398
  this.z();
50399
50399
  this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
50400
50400
  if (this.d.d && this.h != 1) {
50401
- this.d.z();
50402
- this.d.aa(this.h, this.h);
50401
+ this.d.aa();
50402
+ this.d.ab(this.h, this.h);
50403
50403
  }
50404
- this.d.k(0, 0, this.l, this.k);
50405
- this.d.s(this.ad);
50404
+ this.d.l(0, 0, this.l, this.k);
50405
+ this.d.t(this.ad);
50406
50406
  if (this.d.d && this.h != 1) {
50407
- this.d.y();
50407
+ this.d.z();
50408
50408
  }
50409
50409
  this.b.bc();
50410
50410
  }
@@ -56283,7 +56283,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
56283
56283
  }
56284
56284
  let j = this.d.j;
56285
56285
  for (let k = 0; k < j.count; k++) {
56286
- let l = this.q._inner[k].ac();
56286
+ let l = this.q._inner[k].ae();
56287
56287
  let m = this.d.b(j._inner[k]);
56288
56288
  l.h = m[0] - d;
56289
56289
  l.f = m[1] - e;
@@ -61749,42 +61749,43 @@ let CheckboxListView = /*@__PURE__*/ (() => {
61749
61749
  class CheckboxListView extends Base {
61750
61750
  constructor() {
61751
61751
  super();
61752
- this.d = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
61753
- this.i = null;
61752
+ this.e = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
61753
+ this.j = null;
61754
61754
  this.a = null;
61755
+ this.i = null;
61755
61756
  this.h = null;
61756
- this.g = null;
61757
+ this.c = null;
61757
61758
  this.b = null;
61758
- this.e = null;
61759
- this.c = false;
61760
61759
  this.f = null;
61760
+ this.d = false;
61761
+ this.g = null;
61761
61762
  }
61762
- m() {
61763
+ n() {
61763
61764
  }
61764
- l(a) {
61765
+ m(a) {
61765
61766
  if (a == null) {
61766
- this.e = null;
61767
- this.d.clear();
61767
+ this.f = null;
61768
+ this.e.clear();
61768
61769
  return;
61769
61770
  }
61770
- this.e = a;
61771
- this.u();
61772
- this.aa();
61773
- this.ad();
61774
- this.r();
61771
+ this.f = a;
61772
+ this.v();
61773
+ this.ae();
61774
+ this.ah();
61775
+ this.s();
61775
61776
  let b = Math.round(a.rootWrapper.width());
61776
61777
  let c = Math.round(a.rootWrapper.height());
61777
- this.e.rootWrapper.setStyleProperty("position", "relative");
61778
- this.e.rootWrapper.setStyleProperty("padding-bottom", "4px");
61778
+ this.f.rootWrapper.setStyleProperty("position", "relative");
61779
+ this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
61779
61780
  }
61780
- u() {
61781
- if (this.e != null) {
61782
- this.v(this.e);
61781
+ v() {
61782
+ if (this.f != null) {
61783
+ this.w(this.f);
61783
61784
  }
61784
61785
  }
61785
- v(a) {
61786
+ w(a) {
61786
61787
  let b = a.rootWrapper.getChildAt(0);
61787
- this.g = b;
61788
+ this.h = b;
61788
61789
  this.b.r = new XInputGroup();
61789
61790
  let c = a.getSubRenderer(b);
61790
61791
  this.b.r.provideContainer(c);
@@ -61799,56 +61800,56 @@ let CheckboxListView = /*@__PURE__*/ (() => {
61799
61800
  let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
61800
61801
  let i = a.createElement("div");
61801
61802
  let j = a.getSubRenderer(i);
61802
- let k = new XIcon();
61803
- k.provideContainer(j);
61804
- k.fill = CheckboxList.c1;
61805
- k.svgPath = CheckboxList.bi;
61806
- let l = f.getExternal(k, j.rootWrapper, j.getExternal(this.b, null, null));
61803
+ this.c = new XIcon();
61804
+ this.c.provideContainer(j);
61805
+ this.c.fill = this.b.du;
61806
+ this.c.svgPath = CheckboxList.bt;
61807
+ let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
61807
61808
  g.appendContentChild(i);
61808
61809
  this.b.r.appendContentChild(e);
61809
61810
  this.b.r.inputs.add(g);
61810
- let m = a.createElement("div");
61811
- m.setRawStyleProperty("flex-grow", "1");
61812
- let n = a.getSubRenderer(m);
61811
+ let l = a.createElement("div");
61812
+ l.setRawStyleProperty("flex-grow", "1");
61813
+ let m = a.getSubRenderer(l);
61813
61814
  this.b.p = new XInput();
61814
- this.b.p.provideContainer(n);
61815
- this.b.p.b3 = "text";
61816
- let o = n.getExternal(this.b.p, n.rootWrapper, n.getExternal(this.b, null, null));
61817
- if (this.b.a8 != null) {
61818
- this.b.p.cb = this.b.a8;
61815
+ this.b.p.provideContainer(m);
61816
+ this.b.p.b6 = "text";
61817
+ let n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
61818
+ if (this.b.bg != null) {
61819
+ this.b.p.ce = this.b.bg;
61819
61820
  }
61820
- this.b.r.appendContentChild(m);
61821
+ this.b.r.appendContentChild(l);
61821
61822
  this.b.r.inputs.add(this.b.p);
61822
- this.b.b7();
61823
+ this.b.ck();
61823
61824
  }
61824
- r() {
61825
- if (this.e != null) {
61826
- let a = this.e.rootWrapper.getChildAt(3);
61825
+ s() {
61826
+ if (this.f != null) {
61827
+ let a = this.f.rootWrapper.getChildAt(3);
61827
61828
  a.setStyleProperty("width", "100%");
61828
61829
  a.setStyleProperty("margin", "4px 0px 0px 0px");
61829
- if (this.b.aq == false) {
61830
+ if (this.b.as == false) {
61830
61831
  a.setStyleProperty("height", "calc(100% - 50px");
61831
61832
  }
61832
61833
  else {
61833
61834
  a.setStyleProperty("height", "calc(100% - 75px");
61834
61835
  }
61835
- if (!this.b.ao && !this.b.aq) {
61836
+ if (!this.b.aq && !this.b.as) {
61836
61837
  a.setStyleProperty("height", "100%");
61837
61838
  }
61838
61839
  }
61839
61840
  }
61840
- n(a, b, c) {
61841
+ o(a, b, c) {
61841
61842
  let d = null;
61842
61843
  if (a.getChildCount() == 0) {
61843
61844
  d = new XCheckbox();
61844
- let e = this.e.getSubRenderer(a);
61845
+ let e = this.f.getSubRenderer(a);
61845
61846
  d.provideContainer(e);
61846
- let f = this.e.getExternal(d, e.rootWrapper, this.e.getExternal(this.b, null, null));
61847
- this.d.addItem(a, d);
61847
+ let f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
61848
+ this.e.addItem(a, d);
61848
61849
  d.i = this.b.y;
61849
61850
  d.t = true;
61850
- d.change = delegateCombine(d.change, runOn(this, this.j));
61851
- let g = this.e.createElement("div");
61851
+ d.change = delegateCombine(d.change, runOn(this, this.k));
61852
+ let g = this.f.createElement("div");
61852
61853
  a.setStyleProperty("display", "flex");
61853
61854
  a.setStyleProperty("height", "100%");
61854
61855
  a.setStyleProperty("align-items", "center");
@@ -61866,7 +61867,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
61866
61867
  a.append(g);
61867
61868
  }
61868
61869
  else {
61869
- d = this.d.item(a);
61870
+ d = this.e.item(a);
61870
61871
  }
61871
61872
  if (d != null) {
61872
61873
  let h = d.u;
@@ -61893,11 +61894,16 @@ let CheckboxListView = /*@__PURE__*/ (() => {
61893
61894
  finally {
61894
61895
  d.u = h;
61895
61896
  }
61897
+ d.ds = this.b.dl;
61898
+ d.da = this.b.dj;
61899
+ d.dt = this.b.dm;
61900
+ d.db = this.b.dk;
61901
+ d.du = this.b.dn;
61896
61902
  }
61897
61903
  }
61898
- x() {
61899
- if (this.d != null) {
61900
- for (let a of fromEnum(this.d)) {
61904
+ z() {
61905
+ if (this.e != null) {
61906
+ for (let a of fromEnum(this.e)) {
61901
61907
  let b = a.value;
61902
61908
  b.i = this.b.y;
61903
61909
  }
@@ -61906,109 +61912,109 @@ let CheckboxListView = /*@__PURE__*/ (() => {
61906
61912
  this.a.i = this.b.y;
61907
61913
  }
61908
61914
  }
61909
- w() {
61915
+ x() {
61910
61916
  }
61911
- j(a, b) {
61917
+ k(a, b) {
61912
61918
  let c = a;
61913
61919
  let d = parseInt(c.a5.toString());
61914
61920
  let e = c.checked;
61915
61921
  if (e == true) {
61916
61922
  if (this.b.l == 0) {
61917
- this.b.cj(d);
61923
+ this.b.cw(d);
61918
61924
  }
61919
61925
  else {
61920
- this.b.bs(d);
61926
+ this.b.b5(d);
61921
61927
  }
61922
61928
  }
61923
61929
  else {
61924
61930
  if (this.b.l == 0) {
61925
- this.b.bs(d);
61931
+ this.b.b5(d);
61926
61932
  }
61927
61933
  else {
61928
- this.b.cj(d);
61934
+ this.b.cw(d);
61929
61935
  }
61930
61936
  }
61931
- this.b.b5(d, e);
61932
- this.ac(false);
61937
+ this.b.ci(d, e);
61938
+ this.ag(false);
61933
61939
  }
61934
- k() {
61940
+ l() {
61935
61941
  }
61936
- s(a, b) {
61937
- for (let c of fromEnum(this.d)) {
61942
+ t(a, b) {
61943
+ for (let c of fromEnum(this.e)) {
61938
61944
  let d = c.value;
61939
61945
  let e = parseInt(d.a5.toString());
61940
61946
  if (e == a) {
61941
61947
  d.checked = b;
61942
- this.b.b5(e, b);
61948
+ this.b.ci(e, b);
61943
61949
  }
61944
61950
  }
61945
- this.ac();
61951
+ this.ag();
61946
61952
  }
61947
- t(a) {
61948
- for (let b of fromEnum(this.d)) {
61953
+ u(a) {
61954
+ for (let b of fromEnum(this.e)) {
61949
61955
  let c = b.value;
61950
61956
  c.checked = a;
61951
61957
  }
61952
61958
  }
61953
- p(a) {
61954
- this.i = a;
61955
- if (null != this.i) {
61956
- this.i.setStyleProperty("margin", "5px 0px 4px 0px");
61959
+ q(a) {
61960
+ this.j = a;
61961
+ if (null != this.j) {
61962
+ this.j.setStyleProperty("margin", "5px 0px 4px 0px");
61957
61963
  }
61958
61964
  }
61959
- ad() {
61960
- let a = this.e;
61961
- if (null == a || null == this.i) {
61965
+ ah() {
61966
+ let a = this.f;
61967
+ if (null == a || null == this.j) {
61962
61968
  return;
61963
61969
  }
61964
61970
  let b = a.createElement("div");
61965
61971
  let c = a.getSubRenderer(b);
61966
61972
  this.a = new XCheckbox();
61967
61973
  this.a.provideContainer(c);
61968
- let d = this.e.getExternal(this.a, c.rootWrapper, this.e.getExternal(this.b, null, null));
61974
+ let d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
61969
61975
  this.a.i = this.b.y;
61970
- this.h = a.createElement("label");
61971
- this.h.setRawText(this.b.bk);
61972
- this.h.setStyleProperty("font-size", "13px");
61973
- this.i.setStyleProperty("display", "flex");
61974
- this.i.setStyleProperty("flex-direction", "row");
61975
- this.i.setStyleProperty("font-family", "Verdana");
61976
- this.i.setStyleProperty("align-items", "center");
61977
- this.i.append(b);
61978
- this.i.append(this.h);
61979
- this.ae();
61980
- this.ab();
61976
+ this.i = a.createElement("label");
61977
+ this.i.setRawText(this.b.bx);
61978
+ this.i.setStyleProperty("font-size", "13px");
61979
+ this.j.setStyleProperty("display", "flex");
61980
+ this.j.setStyleProperty("flex-direction", "row");
61981
+ this.j.setStyleProperty("font-family", "Verdana");
61982
+ this.j.setStyleProperty("align-items", "center");
61983
+ this.j.append(b);
61984
+ this.j.append(this.i);
61985
+ this.ai();
61986
+ this.af();
61981
61987
  let e = this.a;
61982
- e.change = delegateCombine(e.change, runOn(this, this.q));
61988
+ e.change = delegateCombine(e.change, runOn(this, this.r));
61983
61989
  this.a.t = true;
61984
61990
  }
61985
- ab() {
61986
- if (null != this.h) {
61987
- this.h.setRawText(this.b.bk);
61988
- NativeUI.o(this.h, this.b.cv);
61991
+ af() {
61992
+ if (null != this.i) {
61993
+ this.i.setRawText(this.b.bx);
61994
+ NativeUI.o(this.i, this.b.dh);
61989
61995
  }
61990
61996
  }
61991
- ae() {
61992
- if (null != this.h) {
61993
- let a = this.b.aq ? "flex" : "none";
61994
- this.i.setStyleProperty("display", a);
61997
+ ai() {
61998
+ if (null != this.i) {
61999
+ let a = this.b.as ? "flex" : "none";
62000
+ this.j.setStyleProperty("display", a);
61995
62001
  }
61996
62002
  }
61997
- aa() {
61998
- if (this.g != null) {
61999
- this.g.setStyleProperty("display", this.b.ao ? "block" : "none");
62003
+ ae() {
62004
+ if (this.h != null) {
62005
+ this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
62000
62006
  }
62001
- if (this.f != null) {
62002
- this.f.setStyleProperty("display", this.b.ao ? "block" : "none");
62007
+ if (this.g != null) {
62008
+ this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
62003
62009
  }
62004
62010
  }
62005
- ac(a = true) {
62006
- let b = this.c;
62007
- this.c = true;
62011
+ ag(a = true) {
62012
+ let b = this.d;
62013
+ this.d = true;
62008
62014
  let c = this.a.u;
62009
62015
  this.a.u = a;
62010
62016
  try {
62011
- if (this.b.am) {
62017
+ if (this.b.ao) {
62012
62018
  this.a.indeterminate = true;
62013
62019
  return;
62014
62020
  }
@@ -62022,40 +62028,61 @@ let CheckboxListView = /*@__PURE__*/ (() => {
62022
62028
  }
62023
62029
  finally {
62024
62030
  this.a.u = c;
62025
- this.c = b;
62031
+ this.d = b;
62026
62032
  }
62027
62033
  }
62028
- q(a, b) {
62029
- if (this.c || b.isIndeterminate) {
62034
+ r(a, b) {
62035
+ if (this.d || b.isIndeterminate) {
62030
62036
  return;
62031
62037
  }
62032
62038
  if (b.isChecked) {
62033
- this.b.cl();
62034
- this.b.cc(b.isChecked);
62039
+ this.b.cy();
62040
+ this.b.cp(b.isChecked);
62035
62041
  }
62036
62042
  else {
62037
- this.b.bw();
62038
- this.b.cc(b.isChecked);
62043
+ this.b.b9();
62044
+ this.b.cp(b.isChecked);
62039
62045
  }
62040
62046
  }
62041
- z() {
62042
- let a = this.e;
62047
+ ad() {
62048
+ let a = this.f;
62043
62049
  if (null == a) {
62044
62050
  return;
62045
62051
  }
62046
62052
  let b = a.rootWrapper;
62047
62053
  if (null != b) {
62048
- NativeUI.o(b, this.b.c2);
62049
- NativeUI.k(b, this.b.cw);
62054
+ NativeUI.o(b, this.b.dy);
62055
+ NativeUI.k(b, this.b.di);
62050
62056
  }
62051
62057
  }
62052
- y(a) {
62053
- if (this.f != null) {
62054
- NativeUI.t(this.f, a);
62058
+ ab() {
62059
+ if (this.c != null) {
62060
+ this.c.fill = this.b.du;
62055
62061
  }
62056
62062
  }
62057
- o(a) {
62058
- this.f = a;
62063
+ ac() {
62064
+ if (this.b.ae != null) {
62065
+ this.i.setStyleProperty("font", this.b.ae.fontString);
62066
+ }
62067
+ else {
62068
+ this.i.setStyleProperty("font-family", "Verdana");
62069
+ this.i.setStyleProperty("font-size", 13 + "px");
62070
+ }
62071
+ }
62072
+ y() {
62073
+ this.a.ds = this.b.dl;
62074
+ this.a.da = this.b.dj;
62075
+ this.a.dt = this.b.dm;
62076
+ this.a.db = this.b.dk;
62077
+ this.a.du = this.b.dn;
62078
+ }
62079
+ aa(a) {
62080
+ if (this.g != null) {
62081
+ NativeUI.t(this.g, a);
62082
+ }
62083
+ }
62084
+ p(a) {
62085
+ this.g = a;
62059
62086
  }
62060
62087
  }
62061
62088
  CheckboxListView.$t = /*@__PURE__*/ markType(CheckboxListView, 'CheckboxListView');
@@ -62073,45 +62100,55 @@ let CheckboxList = /*@__PURE__*/ (() => {
62073
62100
  this.i = null;
62074
62101
  this.ab = null;
62075
62102
  this.d = null;
62076
- this.ag = false;
62103
+ this.ai = false;
62077
62104
  this.c = null;
62078
62105
  this.o = null;
62079
62106
  this.q = null;
62080
- this.ah = false;
62081
- this.ae = null;
62107
+ this.aj = false;
62108
+ this.ag = null;
62082
62109
  this.f = new GridSelectedKeysCollection();
62083
62110
  this.a = null;
62084
62111
  this.propertyChanged = null;
62085
62112
  this.checkedChanged = null;
62086
- this.av = null;
62087
- this.ax = null;
62088
- this.az = null;
62089
62113
  this.ay = null;
62114
+ this.a0 = null;
62115
+ this.a2 = null;
62116
+ this.a1 = null;
62090
62117
  this.s = 3;
62091
- this.ar = -1;
62118
+ this.au = -1;
62092
62119
  this.ac = null;
62093
62120
  this.k = 1;
62094
62121
  this.x = 1;
62095
62122
  this.z = 2;
62123
+ this.dd = BrushUtil.g(255, 24, 29, 31);
62124
+ this.db = null;
62125
+ this.de = null;
62126
+ this.dc = null;
62127
+ this.ad = null;
62128
+ this.c7 = null;
62129
+ this.c5 = null;
62130
+ this.c8 = null;
62131
+ this.c6 = null;
62132
+ this.c9 = null;
62096
62133
  this.v = 0;
62097
- this.cs = null;
62098
- this.bj = null;
62099
- this.ct = null;
62100
- this.cq = CheckboxList.cy;
62101
- this.ap = true;
62102
- this.cr = CheckboxList.cx;
62103
- this.cu = CheckboxList.cy;
62134
+ this.da = null;
62135
+ this.bw = null;
62136
+ this.df = null;
62137
+ this.c3 = CheckboxList.dq;
62138
+ this.ar = true;
62139
+ this.c4 = CheckboxList.dp;
62140
+ this.dg = CheckboxList.dq;
62104
62141
  this.selectAllCheckboxChanged = null;
62105
- this.at = -1;
62106
- this.an = true;
62107
- this.ak = true;
62142
+ this.aw = -1;
62143
+ this.ap = true;
62144
+ this.am = true;
62108
62145
  let a = this.f;
62109
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ce));
62146
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.cr));
62110
62147
  this.d = new FilterFactory();
62111
62148
  let b = new CheckboxListView();
62112
62149
  b.b = this;
62113
62150
  this.m = b;
62114
- this.m.m();
62151
+ this.m.n();
62115
62152
  }
62116
62153
  get r() {
62117
62154
  return this.q;
@@ -62131,12 +62168,12 @@ let CheckboxList = /*@__PURE__*/ (() => {
62131
62168
  }
62132
62169
  return this.h.actualDataSource;
62133
62170
  }
62134
- get af() {
62135
- if (this.ae == null) {
62136
- this.ae = new SRProvider(this.m.e);
62137
- this.ae.cb("DataGrid");
62171
+ get ah() {
62172
+ if (this.ag == null) {
62173
+ this.ag = new SRProvider(this.m.f);
62174
+ this.ag.cb("DataGrid");
62138
62175
  }
62139
- return this.ae;
62176
+ return this.ag;
62140
62177
  }
62141
62178
  get g() {
62142
62179
  return this.f;
@@ -62148,54 +62185,54 @@ let CheckboxList = /*@__PURE__*/ (() => {
62148
62185
  let b = this.a;
62149
62186
  this.a = a;
62150
62187
  if (b != this.a) {
62151
- this.ca("PrimaryKey", b, this.a);
62188
+ this.cn("PrimaryKey", b, this.a);
62152
62189
  }
62153
62190
  }
62154
- ce(a, b) {
62155
- if (this.e == null || this.e.actualSchema == null || this.ag) {
62191
+ cr(a, b) {
62192
+ if (this.e == null || this.e.actualSchema == null || this.ai) {
62156
62193
  return;
62157
62194
  }
62158
62195
  switch (b.action) {
62159
62196
  case 0:
62160
62197
  for (let c = 0; c < b.newItems.count; c++) {
62161
- this.b8(b.newItems.item(c));
62198
+ this.cl(b.newItems.item(c));
62162
62199
  }
62163
62200
  break;
62164
62201
  case 1:
62165
62202
  for (let d = 0; d < b.oldItems.count; d++) {
62166
- this.b9(b.oldItems.item(d));
62203
+ this.cm(b.oldItems.item(d));
62167
62204
  }
62168
62205
  break;
62169
62206
  case 2:
62170
62207
  for (let e = 0; e < b.oldItems.count; e++) {
62171
- this.b9(b.oldItems.item(e));
62208
+ this.cm(b.oldItems.item(e));
62172
62209
  }
62173
62210
  for (let f = 0; f < b.newItems.count; f++) {
62174
- this.b8(b.newItems.item(f));
62211
+ this.cl(b.newItems.item(f));
62175
62212
  }
62176
62213
  break;
62177
62214
  case 4:
62178
- this.m.t(this.l == 0);
62215
+ this.m.u(this.l == 0);
62179
62216
  for (let g = 0; g < this.g.ae.count; g++) {
62180
- this.b8(this.g.ae._inner[g]);
62217
+ this.cl(this.g.ae._inner[g]);
62181
62218
  }
62182
62219
  break;
62183
62220
  }
62184
62221
  }
62185
- b8(a) {
62222
+ cl(a) {
62186
62223
  let b = this.e.indexOfKey(a.value);
62187
62224
  if (b >= 0) {
62188
- this.m.s(b, this.l == 1);
62225
+ this.m.t(b, this.l == 1);
62189
62226
  }
62190
62227
  }
62191
- b9(a) {
62228
+ cm(a) {
62192
62229
  let b = this.e.indexOfKey(a.value);
62193
62230
  if (b >= 0) {
62194
- this.m.s(b, this.l == 0);
62231
+ this.m.t(b, this.l == 0);
62195
62232
  }
62196
62233
  }
62197
- b5(a, b) {
62198
- if (this.checkedChanged != null && this.ah == false) {
62234
+ ci(a, b) {
62235
+ if (this.checkedChanged != null && this.aj == false) {
62199
62236
  this.checkedChanged(this, ((() => {
62200
62237
  let $ret = new CheckedChangedEventArgs();
62201
62238
  $ret.b = a;
@@ -62205,32 +62242,32 @@ let CheckboxList = /*@__PURE__*/ (() => {
62205
62242
  }
62206
62243
  }
62207
62244
  notifySizeChanged() {
62208
- this.m.k();
62245
+ this.m.l();
62209
62246
  }
62210
62247
  destroy() {
62211
62248
  if (this.h != null) {
62212
62249
  let a = this.h;
62213
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.by));
62250
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
62214
62251
  if (this.h.actualDataSource != null) {
62215
62252
  let b = this.h.actualDataSource;
62216
- b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.cb));
62253
+ b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
62217
62254
  }
62218
62255
  }
62219
62256
  if (this.o != null) {
62220
62257
  let c = this.o;
62221
- c.change = delegateRemove(c.change, runOn(this, this.bz));
62258
+ c.change = delegateRemove(c.change, runOn(this, this.cc));
62222
62259
  }
62223
62260
  this.provideContainer(null, null, null);
62224
62261
  if (this.i != null) {
62225
62262
  let d = this.i;
62226
- d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.bv));
62263
+ d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
62227
62264
  }
62228
62265
  }
62229
62266
  provideContainer(a, b, c) {
62230
62267
  this.h = b;
62231
62268
  if (null != this.h) {
62232
62269
  this.h.gm = this.w;
62233
- this.h.aae = this.cz;
62270
+ this.h.aae = this.dr;
62234
62271
  this.h.n1 = 0;
62235
62272
  this.h.oc = 0;
62236
62273
  this.h.md = NaN;
@@ -62238,24 +62275,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
62238
62275
  this.h.c9 = 0;
62239
62276
  this.h.cu = 0;
62240
62277
  let d = this.h;
62241
- d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.by));
62242
- if (this.av != null) {
62243
- this.h.itemsSource = this.av;
62244
- this.bu();
62245
- this.cd();
62246
- }
62247
- if (this.ax != null) {
62248
- this.cd();
62249
- this.co();
62278
+ d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
62279
+ if (this.ay != null) {
62280
+ this.h.itemsSource = this.ay;
62281
+ this.b7();
62282
+ this.cq();
62283
+ }
62284
+ if (this.a0 != null) {
62285
+ this.cq();
62286
+ this.c1();
62250
62287
  }
62251
62288
  }
62252
- this.m.p(c);
62253
- this.m.l(a);
62289
+ this.m.q(c);
62290
+ this.m.m(a);
62254
62291
  }
62255
62292
  provideSelectAllSection(a) {
62256
- this.m.p(a);
62293
+ this.m.q(a);
62257
62294
  }
62258
- by(a, b) {
62295
+ cb(a, b) {
62259
62296
  if (b.cellInfo.l.a5 == 0) {
62260
62297
  return;
62261
62298
  }
@@ -62271,7 +62308,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
62271
62308
  this.g.add(d);
62272
62309
  }
62273
62310
  }
62274
- bv(a, b) {
62311
+ b8(a, b) {
62275
62312
  let c = b.cellInfo.l.x;
62276
62313
  if (-1 == c) {
62277
62314
  return;
@@ -62283,11 +62320,11 @@ let CheckboxList = /*@__PURE__*/ (() => {
62283
62320
  d = true;
62284
62321
  }
62285
62322
  }
62286
- this.m.n(b.content.element, c, d);
62323
+ this.m.o(b.content.element, c, d);
62287
62324
  }
62288
- b6(a) {
62289
- if (this.ax != null) {
62290
- let b = this.d.property(this.ax).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
62325
+ cj(a) {
62326
+ if (this.a0 != null) {
62327
+ let b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
62291
62328
  let c = b.contains(a);
62292
62329
  if (!this.h.u.k.contains(this.c)) {
62293
62330
  this.c = c;
@@ -62300,43 +62337,43 @@ let CheckboxList = /*@__PURE__*/ (() => {
62300
62337
  }
62301
62338
  }
62302
62339
  get itemsSource() {
62303
- return this.av;
62340
+ return this.ay;
62304
62341
  }
62305
62342
  set itemsSource(a) {
62306
- let b = this.av;
62307
- this.av = a;
62308
- if (b != this.av) {
62309
- this.ca("ItemsSource", b, this.av);
62343
+ let b = this.ay;
62344
+ this.ay = a;
62345
+ if (b != this.ay) {
62346
+ this.cn("ItemsSource", b, this.ay);
62310
62347
  }
62311
62348
  }
62312
- get a4() {
62313
- return this.ax;
62349
+ get bc() {
62350
+ return this.a0;
62314
62351
  }
62315
- set a4(a) {
62316
- let b = this.ax;
62317
- this.ax = a;
62318
- if (b != this.ax) {
62319
- this.ca("DataMemberPath", b, this.ax);
62352
+ set bc(a) {
62353
+ let b = this.a0;
62354
+ this.a0 = a;
62355
+ if (b != this.a0) {
62356
+ this.cn("DataMemberPath", b, this.a0);
62320
62357
  }
62321
62358
  }
62322
- get bn() {
62323
- return this.az;
62359
+ get b0() {
62360
+ return this.a2;
62324
62361
  }
62325
- set bn(a) {
62326
- let b = this.az;
62327
- this.az = a;
62328
- if (b != this.az) {
62329
- this.ca("SelectedMemberPath", b, this.az);
62362
+ set b0(a) {
62363
+ let b = this.a2;
62364
+ this.a2 = a;
62365
+ if (b != this.a2) {
62366
+ this.cn("SelectedMemberPath", b, this.a2);
62330
62367
  }
62331
62368
  }
62332
- get a8() {
62333
- return this.ay;
62369
+ get bg() {
62370
+ return this.a1;
62334
62371
  }
62335
- set a8(a) {
62336
- let b = this.ay;
62337
- this.ay = a;
62338
- if (b != this.ay) {
62339
- this.ca("FilterPlaceholderText", b, this.ay);
62372
+ set bg(a) {
62373
+ let b = this.a1;
62374
+ this.a1 = a;
62375
+ if (b != this.a1) {
62376
+ this.cn("FilterPlaceholderText", b, this.a1);
62340
62377
  }
62341
62378
  }
62342
62379
  get t() {
@@ -62346,33 +62383,33 @@ let CheckboxList = /*@__PURE__*/ (() => {
62346
62383
  let b = this.s;
62347
62384
  this.s = a;
62348
62385
  if (b != this.s) {
62349
- this.ca("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
62386
+ this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
62350
62387
  }
62351
62388
  }
62352
- get au() {
62353
- return this.ar;
62389
+ get ax() {
62390
+ return this.au;
62354
62391
  }
62355
- set au(a) {
62356
- let b = this.ar;
62357
- this.ar = a;
62358
- if (b != this.ar) {
62359
- this.ca("RowHeight", b, this.ar);
62392
+ set ax(a) {
62393
+ let b = this.au;
62394
+ this.au = a;
62395
+ if (b != this.au) {
62396
+ this.cn("RowHeight", b, this.au);
62360
62397
  }
62361
62398
  }
62362
- get as() {
62399
+ get av() {
62363
62400
  if (this.h != null) {
62364
62401
  return this.h.nf;
62365
62402
  }
62366
62403
  return -1;
62367
62404
  }
62368
- get ad() {
62405
+ get ae() {
62369
62406
  return this.ac;
62370
62407
  }
62371
- set ad(a) {
62408
+ set ae(a) {
62372
62409
  let b = this.ac;
62373
62410
  this.ac = a;
62374
62411
  if (b != this.ac) {
62375
- this.ca("CellTextStyle", b, this.ac);
62412
+ this.cn("CellTextStyle", b, this.ac);
62376
62413
  }
62377
62414
  }
62378
62415
  get l() {
@@ -62382,7 +62419,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
62382
62419
  let b = this.k;
62383
62420
  this.k = a;
62384
62421
  if (b != this.k) {
62385
- this.ca("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
62422
+ this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
62386
62423
  }
62387
62424
  }
62388
62425
  get y() {
@@ -62392,7 +62429,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
62392
62429
  let b = this.x;
62393
62430
  this.x = a;
62394
62431
  if (b != this.x) {
62395
- this.ca("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
62432
+ this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
62396
62433
  }
62397
62434
  }
62398
62435
  get aa() {
@@ -62402,7 +62439,107 @@ let CheckboxList = /*@__PURE__*/ (() => {
62402
62439
  let b = this.z;
62403
62440
  this.z = a;
62404
62441
  if (b != this.z) {
62405
- this.ca("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
62442
+ this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
62443
+ }
62444
+ }
62445
+ get du() {
62446
+ return this.dd;
62447
+ }
62448
+ set du(a) {
62449
+ let b = this.dd;
62450
+ this.dd = a;
62451
+ if (b != this.dd) {
62452
+ this.cn("SearchIconColor", b, this.dd);
62453
+ }
62454
+ }
62455
+ get ds() {
62456
+ return this.db;
62457
+ }
62458
+ set ds(a) {
62459
+ let b = this.db;
62460
+ this.db = a;
62461
+ if (b != this.db) {
62462
+ this.cn("SearchBackgroundColor", b, this.db);
62463
+ }
62464
+ }
62465
+ get dv() {
62466
+ return this.de;
62467
+ }
62468
+ set dv(a) {
62469
+ let b = this.de;
62470
+ this.de = a;
62471
+ if (b != this.de) {
62472
+ this.cn("SearchTextColor", b, this.de);
62473
+ }
62474
+ }
62475
+ get dt() {
62476
+ return this.dc;
62477
+ }
62478
+ set dt(a) {
62479
+ let b = this.dc;
62480
+ this.dc = a;
62481
+ if (b != this.dc) {
62482
+ this.cn("SearchBorderColor", b, this.dc);
62483
+ }
62484
+ }
62485
+ get af() {
62486
+ return this.ad;
62487
+ }
62488
+ set af(a) {
62489
+ let b = this.ad;
62490
+ this.ad = a;
62491
+ if (b != this.ad) {
62492
+ this.cn("SearchTextStyle", b, this.ad);
62493
+ }
62494
+ }
62495
+ get dl() {
62496
+ return this.c7;
62497
+ }
62498
+ set dl(a) {
62499
+ let b = this.c7;
62500
+ this.c7 = a;
62501
+ if (b != this.c7) {
62502
+ this.cn("CheckboxTickColor", b, this.c7);
62503
+ }
62504
+ }
62505
+ get dj() {
62506
+ return this.c5;
62507
+ }
62508
+ set dj(a) {
62509
+ let b = this.c5;
62510
+ this.c5 = a;
62511
+ if (b != this.c5) {
62512
+ this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
62513
+ }
62514
+ }
62515
+ get dm() {
62516
+ return this.c8;
62517
+ }
62518
+ set dm(a) {
62519
+ let b = this.c8;
62520
+ this.c8 = a;
62521
+ if (b != this.c8) {
62522
+ this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
62523
+ }
62524
+ }
62525
+ get dk() {
62526
+ return this.c6;
62527
+ }
62528
+ set dk(a) {
62529
+ let b = this.c6;
62530
+ this.c6 = a;
62531
+ if (b != this.c6) {
62532
+ this.cn("CheckboxCheckedBorderColor", b, this.c6);
62533
+ }
62534
+ }
62535
+ get dn() {
62536
+ return this.c9;
62537
+ }
62538
+ set dn(a) {
62539
+ let b = this.c9;
62540
+ this.c9 = a;
62541
+ if (b != this.c9) {
62542
+ this.cn("CheckboxUncheckedBorderColor", b, this.c9);
62406
62543
  }
62407
62544
  }
62408
62545
  get w() {
@@ -62412,26 +62549,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
62412
62549
  let b = this.v;
62413
62550
  this.v = a;
62414
62551
  if (b != this.v) {
62415
- this.ca("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
62552
+ this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
62416
62553
  }
62417
62554
  }
62418
- get cz() {
62419
- return this.cs;
62555
+ get dr() {
62556
+ return this.da;
62420
62557
  }
62421
- set cz(a) {
62422
- let b = this.cs;
62423
- this.cs = a;
62424
- if (b != this.cs) {
62425
- this.ca("ScrollbarBackground", b, this.cs);
62558
+ set dr(a) {
62559
+ let b = this.da;
62560
+ this.da = a;
62561
+ if (b != this.da) {
62562
+ this.cn("ScrollbarBackground", b, this.da);
62426
62563
  }
62427
62564
  }
62428
- ca(a, b, c) {
62565
+ cn(a, b, c) {
62429
62566
  if (this.propertyChanged != null) {
62430
62567
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
62431
62568
  }
62432
- this.cf(a, b, c);
62569
+ this.cs(a, b, c);
62433
62570
  }
62434
- cf(a, b, c) {
62571
+ cs(a, b, c) {
62435
62572
  switch (a) {
62436
62573
  case "ItemsSource":
62437
62574
  if (this.h != null) {
@@ -62444,26 +62581,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
62444
62581
  }
62445
62582
  if (this.h.actualDataSource != null) {
62446
62583
  let d = this.h.actualDataSource;
62447
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cb));
62584
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
62448
62585
  }
62449
- this.h.itemsSource = this.av;
62450
- this.bu();
62586
+ this.h.itemsSource = this.ay;
62587
+ this.b7();
62451
62588
  if (this.h.actualDataSource != null) {
62452
62589
  let e = this.h.actualDataSource;
62453
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cb));
62590
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
62454
62591
  }
62455
- this.ah = true;
62456
- this.cd();
62457
- this.ah = false;
62458
- this.m.ac();
62592
+ this.aj = true;
62593
+ this.cq();
62594
+ this.aj = false;
62595
+ this.m.ag();
62459
62596
  }
62460
62597
  break;
62461
62598
  case "DataMemberPath":
62462
62599
  case "SelectedMemberPath":
62463
62600
  if (this.h != null) {
62464
- if (this.ax != null) {
62465
- this.cd();
62466
- this.co();
62601
+ if (this.a0 != null) {
62602
+ this.cq();
62603
+ this.c1();
62467
62604
  }
62468
62605
  }
62469
62606
  break;
@@ -62473,23 +62610,23 @@ let CheckboxList = /*@__PURE__*/ (() => {
62473
62610
  }
62474
62611
  break;
62475
62612
  case "SelectAllCaptionTextColor":
62476
- this.cv = null != this.c0 ? this.c0 : CheckboxList.cy;
62613
+ this.dh = null != this.dw ? this.dw : CheckboxList.dq;
62477
62614
  break;
62478
62615
  case "SelectAllCaption":
62479
62616
  case "ActualSelectAllCaptionTextColor":
62480
- this.m.ab();
62617
+ this.m.af();
62481
62618
  break;
62482
62619
  case "showSelectAll":
62483
- this.m.ae();
62484
- this.m.r();
62620
+ this.m.ai();
62621
+ this.m.s();
62485
62622
  break;
62486
62623
  case "ShowFilter":
62487
- this.m.aa();
62488
- this.m.r();
62624
+ this.m.ae();
62625
+ this.m.s();
62489
62626
  break;
62490
62627
  case "FilterPlaceholderText":
62491
62628
  if (this.o != null) {
62492
- this.o.cb = this.a8;
62629
+ this.o.ce = this.bg;
62493
62630
  }
62494
62631
  break;
62495
62632
  case "SearchInputType":
@@ -62499,32 +62636,33 @@ let CheckboxList = /*@__PURE__*/ (() => {
62499
62636
  break;
62500
62637
  case "RowHeight":
62501
62638
  if (this.h != null) {
62502
- this.h.oa = this.au;
62639
+ this.h.oa = this.ax;
62503
62640
  }
62504
62641
  break;
62505
62642
  case "CellTextStyle":
62506
62643
  if (this.h != null) {
62507
- this.h.gx = this.ad;
62644
+ this.h.gx = this.ae;
62508
62645
  }
62646
+ this.m.ac();
62509
62647
  break;
62510
62648
  case "BackgroundColor":
62511
62649
  case "TextColor":
62512
62650
  let f = this.h;
62513
62651
  if (null != f) {
62514
- f.zv = this.c2;
62515
- f.zt = this.cw;
62652
+ f.zv = this.dy;
62653
+ f.zt = this.di;
62516
62654
  }
62517
- this.m.z();
62655
+ this.m.ad();
62518
62656
  break;
62519
62657
  case "BaseTheme":
62520
- this.cn();
62658
+ this.c0();
62521
62659
  break;
62522
62660
  case "Density":
62523
- this.cm();
62661
+ this.cz();
62524
62662
  break;
62525
62663
  case "IsRowHoverEnabled":
62526
62664
  if (this.h != null) {
62527
- this.h.ka = this.al;
62665
+ this.h.ka = this.an;
62528
62666
  }
62529
62667
  break;
62530
62668
  case "ScrollbarStyle":
@@ -62534,44 +62672,69 @@ let CheckboxList = /*@__PURE__*/ (() => {
62534
62672
  break;
62535
62673
  case "ScrollbarBackground":
62536
62674
  if (this.h != null) {
62537
- this.h.aae = this.cz;
62675
+ this.h.aae = this.dr;
62676
+ }
62677
+ break;
62678
+ case "SearchIconColor":
62679
+ this.m.ab();
62680
+ break;
62681
+ case "SearchBackgroundColor":
62682
+ this.r.oz = this.ds;
62683
+ break;
62684
+ case "SearchBorderColor":
62685
+ this.r.o0 = this.dt;
62686
+ break;
62687
+ case "SearchTextColor":
62688
+ this.p.d1 = this.dv;
62689
+ break;
62690
+ case "SearchTextStyle":
62691
+ this.p.af = this.af;
62692
+ break;
62693
+ case "CheckboxTickColor":
62694
+ case "CheckboxCheckedBackgroundColor":
62695
+ case "CheckboxUncheckedBackgroundColor":
62696
+ case "CheckboxCheckedBorderColor":
62697
+ case "CheckboxUncheckedBorderColor":
62698
+ this.m.y();
62699
+ if (this.h != null) {
62700
+ this.h.w9();
62538
62701
  }
62539
62702
  break;
62540
62703
  }
62541
62704
  }
62542
- cm() {
62705
+ cz() {
62543
62706
  if (this.h != null) {
62544
62707
  this.h.go = this.aa;
62545
62708
  }
62546
62709
  if (this.q != null) {
62547
62710
  this.q.n = this.aa;
62548
62711
  }
62549
- this.m.w();
62712
+ this.m.x();
62550
62713
  }
62551
- cn() {
62714
+ c0() {
62552
62715
  if (this.q != null) {
62553
62716
  this.q.j = this.y;
62554
62717
  }
62555
- this.m.x();
62718
+ this.m.z();
62556
62719
  }
62557
- cb(a, b) {
62558
- this.ah = true;
62559
- this.bu();
62720
+ co(a, b) {
62721
+ this.aj = true;
62722
+ this.b7();
62560
62723
  if (b.schema != null) {
62561
- this.cd();
62724
+ this.cq();
62562
62725
  for (let c = 0; c < this.g.count; c++) {
62563
- this.b8(this.g._inner[c]);
62726
+ this.cl(this.g._inner[c]);
62564
62727
  }
62565
- this.m.ac();
62728
+ this.m.ag();
62566
62729
  }
62567
- this.ah = false;
62730
+ this.aj = false;
62568
62731
  }
62569
- cd() {
62570
- if (this.ab == null && this.az != null && this.az != "") {
62571
- this.ab = new FastReflectionHelper(false, this.az);
62732
+ cq() {
62733
+ if (this.ab == null && this.a2 != null && this.a2 != "") {
62734
+ this.ab = new FastReflectionHelper(false, this.a2);
62572
62735
  }
62573
- if (this.av != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
62574
- this.ab.propertyName = this.az;
62736
+ if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
62737
+ this.ab.propertyName = this.a2;
62575
62738
  let a = this.h.actualDataSource.actualCount;
62576
62739
  for (let b = 0; b < a; b++) {
62577
62740
  let c = this.h.actualDataSource.getItemAtIndex(b);
@@ -62585,24 +62748,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
62585
62748
  }
62586
62749
  }
62587
62750
  }
62588
- co() {
62751
+ c1() {
62589
62752
  this.h.actualColumns.clear();
62590
62753
  this.h.l = this.b;
62591
62754
  this.h.jy = false;
62592
- this.h.oa = this.au;
62593
- this.h.zt = this.cw;
62594
- this.h.zu = this.cw;
62755
+ this.h.oa = this.ax;
62756
+ this.h.zt = this.di;
62757
+ this.h.zu = this.di;
62595
62758
  this.h.go = this.aa;
62596
- this.h.ka = this.al;
62759
+ this.h.ka = this.an;
62597
62760
  this.h.aa0 = new Thickness(0, 0);
62598
- if (this.ad != null) {
62599
- this.h.gx = this.ad;
62761
+ if (this.ae != null) {
62762
+ this.h.gx = this.ae;
62600
62763
  }
62601
62764
  let a = new TemplateColumn();
62602
- if (this.az == null) {
62603
- this.az = "";
62765
+ if (this.a2 == null) {
62766
+ this.a2 = "";
62604
62767
  }
62605
- a.i8 = this.az;
62768
+ a.i8 = this.a2;
62606
62769
  a.jz = "CheckboxColumn";
62607
62770
  let b = new ColumnWidth();
62608
62771
  b.c = false;
@@ -62610,10 +62773,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
62610
62773
  a.width = b;
62611
62774
  a.h2 = 0;
62612
62775
  a.h3 = 0;
62613
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.bv));
62776
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
62614
62777
  this.h.columns.add(a);
62615
62778
  this.i = a;
62616
- let c = this.h.actualDataSource.resolveSchemaPropertyType(this.ax);
62779
+ let c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
62617
62780
  let d;
62618
62781
  switch (c) {
62619
62782
  case 8:
@@ -62636,25 +62799,25 @@ let CheckboxList = /*@__PURE__*/ (() => {
62636
62799
  d = new TextColumn();
62637
62800
  break;
62638
62801
  }
62639
- d.i8 = this.ax;
62802
+ d.i8 = this.a0;
62640
62803
  d.jz = "DataColumn";
62641
62804
  d.h2 = 0;
62642
62805
  d.e = 0;
62643
62806
  this.h.columns.add(d);
62644
62807
  }
62645
62808
  updateHrMargin(a) {
62646
- this.m.y(a);
62809
+ this.m.aa(a);
62647
62810
  }
62648
62811
  provideHrElement(a) {
62649
- this.m.o(a);
62812
+ this.m.p(a);
62650
62813
  }
62651
- b7() {
62814
+ ck() {
62652
62815
  let a = this.p;
62653
- a.changing = delegateCombine(a.changing, runOn(this, this.bz));
62816
+ a.changing = delegateCombine(a.changing, runOn(this, this.cc));
62654
62817
  }
62655
- bz(a, b) {
62818
+ cc(a, b) {
62656
62819
  let c = b.value.toLowerCase();
62657
- this.b6(c);
62820
+ this.cj(c);
62658
62821
  }
62659
62822
  j(a) {
62660
62823
  if (this.b == null) {
@@ -62668,55 +62831,55 @@ let CheckboxList = /*@__PURE__*/ (() => {
62668
62831
  }
62669
62832
  return new PrimaryKeyValue(b, c);
62670
62833
  }
62671
- cj(a) {
62672
- this.ag = true;
62834
+ cw(a) {
62835
+ this.ai = true;
62673
62836
  let b = this.e.getItemAtIndex(a);
62674
62837
  let c = this.j(b);
62675
62838
  this.g.remove(c);
62676
- this.ag = false;
62839
+ this.ai = false;
62677
62840
  }
62678
- bs(a) {
62679
- this.ag = true;
62841
+ b5(a) {
62842
+ this.ai = true;
62680
62843
  let b = this.e.getItemAtIndex(a);
62681
62844
  let c = this.j(b);
62682
62845
  this.g.add(c);
62683
- this.ag = false;
62846
+ this.ai = false;
62684
62847
  }
62685
- cl() {
62848
+ cy() {
62686
62849
  this.l = 0;
62687
62850
  this.g.clear();
62688
- this.b0();
62689
- this.m.ac();
62851
+ this.cd();
62852
+ this.m.ag();
62690
62853
  }
62691
- bw() {
62854
+ b9() {
62692
62855
  this.l = 1;
62693
62856
  this.g.clear();
62694
- this.b0();
62695
- this.m.ac();
62857
+ this.cd();
62858
+ this.m.ag();
62696
62859
  }
62697
- b3(a, b, c) {
62860
+ cg(a, b, c) {
62698
62861
  if (this.h != null) {
62699
62862
  this.h.u5(a, b, c);
62700
62863
  }
62701
62864
  }
62702
- b0() {
62865
+ cd() {
62703
62866
  if (this.h != null) {
62704
62867
  this.h.uz();
62705
62868
  }
62706
62869
  }
62707
- b1(a, b) {
62870
+ ce(a, b) {
62708
62871
  if (this.h != null) {
62709
62872
  this.h.u1(a, b);
62710
62873
  }
62711
62874
  ;
62712
62875
  }
62713
- b2(a, b) {
62876
+ cf(a, b) {
62714
62877
  if (this.h != null) {
62715
62878
  this.h.u2(a, b);
62716
62879
  }
62717
62880
  ;
62718
62881
  }
62719
- bt(a) {
62882
+ b6(a) {
62720
62883
  let b = null;
62721
62884
  if (this.b == null || this.b.length == 0) {
62722
62885
  b = new PrimaryKeyValue(null, a);
@@ -62731,7 +62894,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
62731
62894
  this.g.add(b);
62732
62895
  }
62733
62896
  }
62734
- ck(a) {
62897
+ cx(a) {
62735
62898
  let b = null;
62736
62899
  if (this.b == null || this.b.length == 0) {
62737
62900
  b = new PrimaryKeyValue(null, a);
@@ -62746,82 +62909,82 @@ let CheckboxList = /*@__PURE__*/ (() => {
62746
62909
  this.g.remove(b);
62747
62910
  }
62748
62911
  }
62749
- get bk() {
62750
- return this.bj != null ? this.bj : !stringIsNullOrWhiteSpace(this.af.b1("Select_All")) ? this.af.b1("Select_All") : "(Select All)";
62912
+ get bx() {
62913
+ return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
62751
62914
  }
62752
- set bk(a) {
62753
- if (a == this.bj) {
62915
+ set bx(a) {
62916
+ if (a == this.bw) {
62754
62917
  return;
62755
62918
  }
62756
- let b = this.bj;
62757
- this.bj = a;
62758
- this.ca("SelectAllCaption", b, this.bj);
62919
+ let b = this.bw;
62920
+ this.bw = a;
62921
+ this.cn("SelectAllCaption", b, this.bw);
62759
62922
  }
62760
- get c0() {
62761
- return this.ct;
62923
+ get dw() {
62924
+ return this.df;
62762
62925
  }
62763
- set c0(a) {
62764
- let b = this.ct;
62765
- this.ct = a;
62766
- if (b != this.ct) {
62767
- this.ca("SelectAllCaptionTextColor", b, a);
62926
+ set dw(a) {
62927
+ let b = this.df;
62928
+ this.df = a;
62929
+ if (b != this.df) {
62930
+ this.cn("SelectAllCaptionTextColor", b, a);
62768
62931
  }
62769
62932
  }
62770
- get cv() {
62771
- return this.cq;
62933
+ get dh() {
62934
+ return this.c3;
62772
62935
  }
62773
- set cv(a) {
62774
- let b = this.cq;
62775
- this.cq = a;
62776
- if (b != this.cq) {
62777
- this.ca("ActualSelectAllCaptionTextColor", b, a);
62936
+ set dh(a) {
62937
+ let b = this.c3;
62938
+ this.c3 = a;
62939
+ if (b != this.c3) {
62940
+ this.cn("ActualSelectAllCaptionTextColor", b, a);
62778
62941
  }
62779
62942
  }
62780
- get am() {
62781
- if (-1 == this.at) {
62943
+ get ao() {
62944
+ if (-1 == this.aw) {
62782
62945
  return false;
62783
62946
  }
62784
62947
  let a = this.g.count;
62785
62948
  if (0 == a) {
62786
62949
  return false;
62787
62950
  }
62788
- if (a == this.at) {
62951
+ if (a == this.aw) {
62789
62952
  return false;
62790
62953
  }
62791
62954
  return true;
62792
62955
  }
62793
- get aq() {
62794
- return this.ap;
62956
+ get as() {
62957
+ return this.ar;
62795
62958
  }
62796
- set aq(a) {
62797
- if (a == this.ap) {
62959
+ set as(a) {
62960
+ if (a == this.ar) {
62798
62961
  return;
62799
62962
  }
62800
- let b = this.ap;
62801
- this.ap = a;
62802
- this.ca("showSelectAll", b, this.ap);
62963
+ let b = this.ar;
62964
+ this.ar = a;
62965
+ this.cn("showSelectAll", b, this.ar);
62803
62966
  }
62804
- get cw() {
62805
- return this.cr;
62967
+ get di() {
62968
+ return this.c4;
62806
62969
  }
62807
- set cw(a) {
62808
- let b = this.cr;
62809
- this.cr = a;
62810
- if (b != this.cr) {
62811
- this.ca("BackgroundColor", b, a);
62970
+ set di(a) {
62971
+ let b = this.c4;
62972
+ this.c4 = a;
62973
+ if (b != this.c4) {
62974
+ this.cn("BackgroundColor", b, a);
62812
62975
  }
62813
62976
  }
62814
- get c2() {
62815
- return this.cu;
62977
+ get dy() {
62978
+ return this.dg;
62816
62979
  }
62817
- set c2(a) {
62818
- let b = this.cu;
62819
- this.cu = a;
62820
- if (b != this.cu) {
62821
- this.ca("TextColor", b, a);
62980
+ set dy(a) {
62981
+ let b = this.dg;
62982
+ this.dg = a;
62983
+ if (b != this.dg) {
62984
+ this.cn("TextColor", b, a);
62822
62985
  }
62823
62986
  }
62824
- cc(a) {
62987
+ cp(a) {
62825
62988
  if (this.selectAllCheckboxChanged != null) {
62826
62989
  this.selectAllCheckboxChanged(this, ((() => {
62827
62990
  let $ret = new SelectAllCheckboxChangedEventArgs();
@@ -62830,70 +62993,70 @@ let CheckboxList = /*@__PURE__*/ (() => {
62830
62993
  })()));
62831
62994
  }
62832
62995
  }
62833
- aj() {
62834
- if (-1 == this.at) {
62996
+ al() {
62997
+ if (-1 == this.aw) {
62835
62998
  return true;
62836
62999
  }
62837
63000
  let a = this.g.count;
62838
63001
  switch (this.l) {
62839
- case 0: return this.at == a;
63002
+ case 0: return this.aw == a;
62840
63003
  case 1: return 0 == a;
62841
63004
  default: return false;
62842
63005
  }
62843
63006
  }
62844
- ai() {
62845
- if (-1 == this.at) {
63007
+ ak() {
63008
+ if (-1 == this.aw) {
62846
63009
  return false;
62847
63010
  }
62848
63011
  let a = this.g.count;
62849
63012
  switch (this.l) {
62850
63013
  case 0: return 0 == a;
62851
- case 1: return this.at == a;
63014
+ case 1: return this.aw == a;
62852
63015
  default: return false;
62853
63016
  }
62854
63017
  }
62855
- bu() {
63018
+ b7() {
62856
63019
  let a = this.h.actualDataSource;
62857
63020
  if (null != a) {
62858
63021
  if (null == a.actualSchema) {
62859
- this.at = -1;
63022
+ this.aw = -1;
62860
63023
  return;
62861
63024
  }
62862
63025
  let b = a.actualCount;
62863
- this.at = b;
63026
+ this.aw = b;
62864
63027
  }
62865
63028
  else {
62866
- this.at = -1;
63029
+ this.aw = -1;
62867
63030
  }
62868
63031
  }
62869
- get ao() {
62870
- return this.an;
63032
+ get aq() {
63033
+ return this.ap;
62871
63034
  }
62872
- set ao(a) {
62873
- if (a == this.an) {
63035
+ set aq(a) {
63036
+ if (a == this.ap) {
62874
63037
  return;
62875
63038
  }
62876
- let b = this.an;
62877
- this.an = a;
62878
- this.ca("ShowFilter", b, this.an);
63039
+ let b = this.ap;
63040
+ this.ap = a;
63041
+ this.cn("ShowFilter", b, this.ap);
62879
63042
  }
62880
- get al() {
62881
- return this.ak;
63043
+ get an() {
63044
+ return this.am;
62882
63045
  }
62883
- set al(a) {
62884
- if (a == this.ak) {
63046
+ set an(a) {
63047
+ if (a == this.am) {
62885
63048
  return;
62886
63049
  }
62887
- let b = this.ak;
62888
- this.ak = a;
62889
- this.ca("IsRowHoverEnabled", b, this.ak);
63050
+ let b = this.am;
63051
+ this.am = a;
63052
+ this.cn("IsRowHoverEnabled", b, this.am);
62890
63053
  }
62891
63054
  }
62892
63055
  CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
62893
- CheckboxList.c1 = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
62894
- CheckboxList.bi = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
62895
- CheckboxList.cx = /*@__PURE__*/ BrushUtil.g(255, 248, 248, 248);
62896
- CheckboxList.cy = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
63056
+ CheckboxList.dx = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
63057
+ CheckboxList.bt = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
63058
+ CheckboxList.dp = /*@__PURE__*/ BrushUtil.g(255, 248, 248, 248);
63059
+ CheckboxList.dq = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
62897
63060
  return CheckboxList;
62898
63061
  })();
62899
63062
 
@@ -63212,28 +63375,28 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63212
63375
  * Gets or Sets the property name that contains the values.
63213
63376
  */
63214
63377
  get dataMemberPath() {
63215
- return this.i.a4;
63378
+ return this.i.bc;
63216
63379
  }
63217
63380
  set dataMemberPath(v) {
63218
- this.i.a4 = v;
63381
+ this.i.bc = v;
63219
63382
  }
63220
63383
  /**
63221
63384
  * Gets or Sets the property name that contains the values.
63222
63385
  */
63223
63386
  get selectedMemberPath() {
63224
- return this.i.bn;
63387
+ return this.i.b0;
63225
63388
  }
63226
63389
  set selectedMemberPath(v) {
63227
- this.i.bn = v;
63390
+ this.i.b0 = v;
63228
63391
  }
63229
63392
  /**
63230
63393
  * Gets or Sets the property name that contains the values.
63231
63394
  */
63232
63395
  get filterPlaceholderText() {
63233
- return this.i.a8;
63396
+ return this.i.bg;
63234
63397
  }
63235
63398
  set filterPlaceholderText(v) {
63236
- this.i.a8 = v;
63399
+ this.i.bg = v;
63237
63400
  }
63238
63401
  /**
63239
63402
  * Gets or Sets the property name that contains the values.
@@ -63249,29 +63412,29 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63249
63412
  * Gets or Sets the property name that contains the values.
63250
63413
  */
63251
63414
  get rowHeight() {
63252
- return this.i.au;
63415
+ return this.i.ax;
63253
63416
  }
63254
63417
  set rowHeight(v) {
63255
- this.i.au = +v;
63256
- this._a("rowHeight", this.i.au);
63418
+ this.i.ax = +v;
63419
+ this._a("rowHeight", this.i.ax);
63257
63420
  }
63258
63421
  get actualRowHeight() {
63259
- return this.i.as;
63422
+ return this.i.av;
63260
63423
  }
63261
63424
  /**
63262
63425
  * Gets or Sets the property name that contains the values.
63263
63426
  */
63264
63427
  get cellTextStyle() {
63265
- if (this.i.ad == null) {
63428
+ if (this.i.ae == null) {
63266
63429
  return null;
63267
63430
  }
63268
- return this.i.ad.fontString;
63431
+ return this.i.ae.fontString;
63269
63432
  }
63270
63433
  set cellTextStyle(v) {
63271
63434
  let fi = new FontInfo();
63272
63435
  fi.fontString = v;
63273
- this.i.ad = fi;
63274
- this._a("cellTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
63436
+ this.i.ae = fi;
63437
+ this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
63275
63438
  }
63276
63439
  /**
63277
63440
  * Gets or Sets the property name that contains the values.
@@ -63303,6 +63466,111 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63303
63466
  this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
63304
63467
  this._a("density", enumToString(ControlDisplayDensity_$type, this.i.aa));
63305
63468
  }
63469
+ /**
63470
+ * Gets or sets the search icon color.
63471
+ */
63472
+ get searchIconColor() {
63473
+ return brushToString(this.i.du);
63474
+ }
63475
+ set searchIconColor(v) {
63476
+ this.i.du = stringToBrush(v);
63477
+ this._a("searchIconColor", brushToString(this.i.du));
63478
+ }
63479
+ /**
63480
+ * Gets or sets the search background color.
63481
+ */
63482
+ get searchBackgroundColor() {
63483
+ return brushToString(this.i.ds);
63484
+ }
63485
+ set searchBackgroundColor(v) {
63486
+ this.i.ds = stringToBrush(v);
63487
+ this._a("searchBackgroundColor", brushToString(this.i.ds));
63488
+ }
63489
+ /**
63490
+ * Gets or sets the search text color.
63491
+ */
63492
+ get searchTextColor() {
63493
+ return brushToString(this.i.dv);
63494
+ }
63495
+ set searchTextColor(v) {
63496
+ this.i.dv = stringToBrush(v);
63497
+ this._a("searchTextColor", brushToString(this.i.dv));
63498
+ }
63499
+ /**
63500
+ * Gets or sets the search border color.
63501
+ */
63502
+ get searchBorderColor() {
63503
+ return brushToString(this.i.dt);
63504
+ }
63505
+ set searchBorderColor(v) {
63506
+ this.i.dt = stringToBrush(v);
63507
+ this._a("searchBorderColor", brushToString(this.i.dt));
63508
+ }
63509
+ /**
63510
+ * Gets or sets the text style.
63511
+ */
63512
+ get searchTextStyle() {
63513
+ if (this.i.af == null) {
63514
+ return null;
63515
+ }
63516
+ return this.i.af.fontString;
63517
+ }
63518
+ set searchTextStyle(v) {
63519
+ let fi = new FontInfo();
63520
+ fi.fontString = v;
63521
+ this.i.af = fi;
63522
+ this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
63523
+ }
63524
+ /**
63525
+ * Gets or sets the checkbox tick color.
63526
+ */
63527
+ get checkboxTickColor() {
63528
+ return brushToString(this.i.dl);
63529
+ }
63530
+ set checkboxTickColor(v) {
63531
+ this.i.dl = stringToBrush(v);
63532
+ this._a("checkboxTickColor", brushToString(this.i.dl));
63533
+ }
63534
+ /**
63535
+ * Gets or sets the checkbox background color when checked.
63536
+ */
63537
+ get checkboxCheckedBackgroundColor() {
63538
+ return brushToString(this.i.dj);
63539
+ }
63540
+ set checkboxCheckedBackgroundColor(v) {
63541
+ this.i.dj = stringToBrush(v);
63542
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
63543
+ }
63544
+ /**
63545
+ * Gets or sets the checkbox background color when unchecked.
63546
+ */
63547
+ get checkboxUncheckedBackgroundColor() {
63548
+ return brushToString(this.i.dm);
63549
+ }
63550
+ set checkboxUncheckedBackgroundColor(v) {
63551
+ this.i.dm = stringToBrush(v);
63552
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
63553
+ }
63554
+ /**
63555
+ * Gets or sets the checkbox border color when checked.
63556
+ */
63557
+ get checkboxCheckedBorderColor() {
63558
+ return brushToString(this.i.dk);
63559
+ }
63560
+ set checkboxCheckedBorderColor(v) {
63561
+ this.i.dk = stringToBrush(v);
63562
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
63563
+ }
63564
+ /**
63565
+ * Gets or sets the checkbox border color when unchecked.
63566
+ */
63567
+ get checkboxUncheckedBorderColor() {
63568
+ return brushToString(this.i.dn);
63569
+ }
63570
+ set checkboxUncheckedBorderColor(v) {
63571
+ this.i.dn = stringToBrush(v);
63572
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
63573
+ }
63306
63574
  /**
63307
63575
  * Gets or sets the style of scrollbar.
63308
63576
  */
@@ -63317,90 +63585,90 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63317
63585
  * Gets or sets the scrollbar background color.
63318
63586
  */
63319
63587
  get scrollbarBackground() {
63320
- return brushToString(this.i.cz);
63588
+ return brushToString(this.i.dr);
63321
63589
  }
63322
63590
  set scrollbarBackground(v) {
63323
- this.i.cz = stringToBrush(v);
63324
- this._a("scrollbarBackground", brushToString(this.i.cz));
63591
+ this.i.dr = stringToBrush(v);
63592
+ this._a("scrollbarBackground", brushToString(this.i.dr));
63325
63593
  }
63326
63594
  /**
63327
63595
  * Gets / sets the caption of the "Select All" checkbox.
63328
63596
  */
63329
63597
  get selectAllCaption() {
63330
- return this.i.bk;
63598
+ return this.i.bx;
63331
63599
  }
63332
63600
  set selectAllCaption(v) {
63333
- this.i.bk = v;
63601
+ this.i.bx = v;
63334
63602
  }
63335
63603
  /**
63336
63604
  * Gets or sets the color to use for the "Select All" label.
63337
63605
  */
63338
63606
  get selectAllCaptionTextColor() {
63339
- return brushToString(this.i.c0);
63607
+ return brushToString(this.i.dw);
63340
63608
  }
63341
63609
  set selectAllCaptionTextColor(v) {
63342
- this.i.c0 = stringToBrush(v);
63343
- this._a("selectAllCaptionTextColor", brushToString(this.i.c0));
63610
+ this.i.dw = stringToBrush(v);
63611
+ this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
63344
63612
  }
63345
63613
  /**
63346
63614
  * Gets or sets the color to use for the actual header selectAllCaption text.
63347
63615
  */
63348
63616
  get actualSelectAllCaptionTextColor() {
63349
- return brushToString(this.i.cv);
63617
+ return brushToString(this.i.dh);
63350
63618
  }
63351
63619
  set actualSelectAllCaptionTextColor(v) {
63352
- this.i.cv = stringToBrush(v);
63353
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.cv));
63620
+ this.i.dh = stringToBrush(v);
63621
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
63354
63622
  }
63355
63623
  /**
63356
63624
  * Gets / sets whether the "Select all" checkbox is visible.
63357
63625
  */
63358
63626
  get showSelectAll() {
63359
- return this.i.aq;
63627
+ return this.i.as;
63360
63628
  }
63361
63629
  set showSelectAll(v) {
63362
- this.i.aq = ensureBool(v);
63363
- this._a("showSelectAll", this.i.aq);
63630
+ this.i.as = ensureBool(v);
63631
+ this._a("showSelectAll", this.i.as);
63364
63632
  }
63365
63633
  /**
63366
63634
  * Gets or sets the color to use for the background of the component.
63367
63635
  */
63368
63636
  get backgroundColor() {
63369
- return brushToString(this.i.cw);
63637
+ return brushToString(this.i.di);
63370
63638
  }
63371
63639
  set backgroundColor(v) {
63372
- this.i.cw = stringToBrush(v);
63373
- this._a("backgroundColor", brushToString(this.i.cw));
63640
+ this.i.di = stringToBrush(v);
63641
+ this._a("backgroundColor", brushToString(this.i.di));
63374
63642
  }
63375
63643
  /**
63376
63644
  * Gets or sets the color to use for the text of the component.
63377
63645
  */
63378
63646
  get textColor() {
63379
- return brushToString(this.i.c2);
63647
+ return brushToString(this.i.dy);
63380
63648
  }
63381
63649
  set textColor(v) {
63382
- this.i.c2 = stringToBrush(v);
63383
- this._a("textColor", brushToString(this.i.c2));
63650
+ this.i.dy = stringToBrush(v);
63651
+ this._a("textColor", brushToString(this.i.dy));
63384
63652
  }
63385
63653
  /**
63386
63654
  * Gets or sets whether the filter input is visible.
63387
63655
  */
63388
63656
  get showFilter() {
63389
- return this.i.ao;
63657
+ return this.i.aq;
63390
63658
  }
63391
63659
  set showFilter(v) {
63392
- this.i.ao = ensureBool(v);
63393
- this._a("showFilter", this.i.ao);
63660
+ this.i.aq = ensureBool(v);
63661
+ this._a("showFilter", this.i.aq);
63394
63662
  }
63395
63663
  /**
63396
63664
  * Gets or sets whether row hover highlighting is enabled.
63397
63665
  */
63398
63666
  get isRowHoverEnabled() {
63399
- return this.i.al;
63667
+ return this.i.an;
63400
63668
  }
63401
63669
  set isRowHoverEnabled(v) {
63402
- this.i.al = ensureBool(v);
63403
- this._a("isRowHoverEnabled", this.i.al);
63670
+ this.i.an = ensureBool(v);
63671
+ this._a("isRowHoverEnabled", this.i.an);
63404
63672
  }
63405
63673
  findByName(name) {
63406
63674
  if (this.findEphemera) {
@@ -63471,17 +63739,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63471
63739
 
63472
63740
  */
63473
63741
  selectAll() {
63474
- this.i.cl();
63742
+ this.i.cy();
63475
63743
  }
63476
63744
  /**
63477
63745
  * Deselects all the items in the checkbox list.
63478
63746
 
63479
63747
  */
63480
63748
  deselectAll() {
63481
- this.i.bw();
63749
+ this.i.b9();
63482
63750
  }
63483
63751
  notifySetItem(index, oldItem, newItem) {
63484
- this.i.b3(index, oldItem, newItem);
63752
+ this.i.cg(index, oldItem, newItem);
63485
63753
  }
63486
63754
  /**
63487
63755
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -63489,26 +63757,26 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63489
63757
 
63490
63758
  */
63491
63759
  notifyClearItems() {
63492
- this.i.b0();
63760
+ this.i.cd();
63493
63761
  }
63494
63762
  notifyInsertItem(index, newItem) {
63495
- this.i.b1(index, newItem);
63763
+ this.i.ce(index, newItem);
63496
63764
  }
63497
63765
  notifyRemoveItem(index, oldItem) {
63498
- this.i.b2(index, oldItem);
63766
+ this.i.cf(index, oldItem);
63499
63767
  }
63500
63768
  addKeyValue(value) {
63501
- this.i.bt(value);
63769
+ this.i.b6(value);
63502
63770
  }
63503
63771
  removeKeyValue(value) {
63504
- this.i.ck(value);
63772
+ this.i.cx(value);
63505
63773
  }
63506
63774
  /**
63507
63775
  * Returns true if no items are selected / checked; otherwise false.
63508
63776
 
63509
63777
  */
63510
63778
  isNothingSelected() {
63511
- let iv = this.i.aj();
63779
+ let iv = this.i.al();
63512
63780
  return (iv);
63513
63781
  }
63514
63782
  /**
@@ -63516,7 +63784,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
63516
63784
 
63517
63785
  */
63518
63786
  isEverythingSelected() {
63519
- let iv = this.i.ai();
63787
+ let iv = this.i.ak();
63520
63788
  return (iv);
63521
63789
  }
63522
63790
  /**
@@ -63882,7 +64150,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63882
64150
  break;
63883
64151
  case "FilterPlaceholderText":
63884
64152
  if (this.d != null) {
63885
- this.d.a8 = this.s;
64153
+ this.d.bg = this.s;
63886
64154
  }
63887
64155
  break;
63888
64156
  case "BaseTheme":
@@ -63893,7 +64161,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63893
64161
  break;
63894
64162
  case "BackgroundColor":
63895
64163
  if (this.d != null) {
63896
- this.d.cw = this.aq;
64164
+ this.d.di = this.aq;
63897
64165
  }
63898
64166
  this.c.i();
63899
64167
  break;
@@ -63922,7 +64190,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63922
64190
  if (this.a != null && this.d != null) {
63923
64191
  this.d.y = this.f;
63924
64192
  this.d.aa = this.h;
63925
- this.d.cw = this.aq;
64193
+ this.d.di = this.aq;
63926
64194
  let a;
63927
64195
  let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
63928
64196
  for (let c of fromEnum(this.a.actualColumns)) {
@@ -63936,16 +64204,16 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63936
64204
  b.add(a);
63937
64205
  }
63938
64206
  if (this.s != null) {
63939
- this.d.a8 = this.s;
64207
+ this.d.bg = this.s;
63940
64208
  }
63941
64209
  this.d.itemsSource = b;
63942
64210
  let e = "";
63943
64211
  let f = "";
63944
64212
  e = "columnName";
63945
64213
  f = "isNotHidden";
63946
- this.d.bn = f;
63947
- this.d.a4 = e;
63948
- this.d.aq = true;
64214
+ this.d.b0 = f;
64215
+ this.d.bc = e;
64216
+ this.d.as = true;
63949
64217
  }
63950
64218
  }
63951
64219
  an(a) {
@@ -63954,7 +64222,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63954
64222
  }
63955
64223
  }
63956
64224
  al() {
63957
- this.d.cl();
64225
+ this.d.cy();
63958
64226
  if (this.a != null) {
63959
64227
  for (let a of fromEnum(this.a.actualColumns)) {
63960
64228
  this.m = true;
@@ -63963,7 +64231,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
63963
64231
  }
63964
64232
  }
63965
64233
  ae() {
63966
- this.d.bw();
64234
+ this.d.b9();
63967
64235
  if (this.a != null) {
63968
64236
  for (let a of fromEnum(this.a.actualColumns)) {
63969
64237
  this.m = true;
@@ -65018,7 +65286,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
65018
65286
  break;
65019
65287
  case "FilterPlaceholderText":
65020
65288
  if (this.d != null) {
65021
- this.d.a8 = this.s;
65289
+ this.d.bg = this.s;
65022
65290
  }
65023
65291
  break;
65024
65292
  case "BaseTheme":
@@ -65029,7 +65297,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
65029
65297
  break;
65030
65298
  case "BackgroundColor":
65031
65299
  if (this.d != null) {
65032
- this.d.cw = this.an;
65300
+ this.d.di = this.an;
65033
65301
  }
65034
65302
  this.c.g();
65035
65303
  break;
@@ -65058,7 +65326,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
65058
65326
  if (this.a != null && this.d != null) {
65059
65327
  this.d.y = this.f;
65060
65328
  this.d.aa = this.h;
65061
- this.d.cw = this.an;
65329
+ this.d.di = this.an;
65062
65330
  let a;
65063
65331
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
65064
65332
  for (let c of fromEnum(this.a.actualColumns)) {
@@ -65076,17 +65344,17 @@ let ColumnPinning = /*@__PURE__*/ (() => {
65076
65344
  }
65077
65345
  b.add(a);
65078
65346
  }
65079
- this.d.aq = false;
65347
+ this.d.as = false;
65080
65348
  if (this.s != null) {
65081
- this.d.a8 = this.s;
65349
+ this.d.bg = this.s;
65082
65350
  }
65083
65351
  this.d.itemsSource = b;
65084
65352
  let e = "";
65085
65353
  let f = "";
65086
65354
  e = "columnName";
65087
65355
  f = "isPinned";
65088
- this.d.bn = f;
65089
- this.d.a4 = e;
65356
+ this.d.b0 = f;
65357
+ this.d.bc = e;
65090
65358
  }
65091
65359
  }
65092
65360
  ae(a, b) {
@@ -69233,7 +69501,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
69233
69501
  this.bc("TextFilterCaption", b, this.cf);
69234
69502
  }
69235
69503
  cu() {
69236
- let a = this.bx.aj();
69504
+ let a = this.bx.al();
69237
69505
  this.bw.al(!a);
69238
69506
  let b = this.b3();
69239
69507
  this.bw.am(b);
@@ -69351,7 +69619,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
69351
69619
  }
69352
69620
  }
69353
69621
  this.bx.itemsSource = e;
69354
- this.bx.a4 = c;
69622
+ this.bx.bc = c;
69355
69623
  this.bx.b = [c];
69356
69624
  e.shouldEmitSectionHeaders = true;
69357
69625
  e.isSectionHeaderNormalRow = true;
@@ -69396,15 +69664,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
69396
69664
  }
69397
69665
  }
69398
69666
  if (e.count == 0 || !c) {
69399
- this.bx.cl();
69667
+ this.bx.cy();
69400
69668
  return;
69401
69669
  }
69402
69670
  switch (d.value) {
69403
69671
  case 0:
69404
- this.bx.bw();
69672
+ this.bx.b9();
69405
69673
  break;
69406
69674
  case 1:
69407
- this.bx.cl();
69675
+ this.bx.cy();
69408
69676
  break;
69409
69677
  }
69410
69678
  let h = this.bx.g;
@@ -69446,9 +69714,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
69446
69714
  cw() {
69447
69715
  if (null != this.bx) {
69448
69716
  this.bx.aa = this.b0;
69449
- this.bx.a8 = this.cc;
69450
- this.bx.cw = this.bo;
69451
- this.bx.c2 = this.br;
69717
+ this.bx.bg = this.cc;
69718
+ this.bx.di = this.bo;
69719
+ this.bx.dy = this.br;
69452
69720
  this.bx.y = this.i;
69453
69721
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
69454
69722
  }
@@ -69750,8 +70018,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
69750
70018
  this.e();
69751
70019
  }
69752
70020
  e() {
69753
- if (this.model.f.as > -1) {
69754
- let a = this.model.r.count * this.model.f.as;
70021
+ if (this.model.f.av > -1) {
70022
+ let a = this.model.r.count * this.model.f.av;
69755
70023
  a += 4;
69756
70024
  this.d.setStyleProperty("height", a + "px");
69757
70025
  }
@@ -69997,15 +70265,15 @@ let SummaryChooser = /*@__PURE__*/ (() => {
69997
70265
  a6() {
69998
70266
  if (this.e != null) {
69999
70267
  this.e.aa = this.m;
70000
- this.e.c2 = this.ba;
70268
+ this.e.dy = this.ba;
70001
70269
  this.e.y = this.i;
70270
+ this.e.as = false;
70002
70271
  this.e.aq = false;
70003
- this.e.ao = false;
70004
- this.e.al = false;
70272
+ this.e.an = false;
70005
70273
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
70006
70274
  this.e.itemsSource = this.q;
70007
- this.e.a4 = "label";
70008
- this.e.bn = "isSelected";
70275
+ this.e.bc = "label";
70276
+ this.e.b0 = "isSelected";
70009
70277
  this.e.b = ["label"];
70010
70278
  }
70011
70279
  }
@@ -70055,7 +70323,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
70055
70323
  if (d.iD == a) {
70056
70324
  d.isSelected = b;
70057
70325
  if (this.e != null) {
70058
- this.e.b3(c, d, d);
70326
+ this.e.cg(c, d, d);
70059
70327
  }
70060
70328
  break;
70061
70329
  }
@@ -70067,7 +70335,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
70067
70335
  c.label = b;
70068
70336
  this.q.add(c);
70069
70337
  if (this.e != null) {
70070
- this.e.b1(this.q.count - 1, c);
70338
+ this.e.ce(this.q.count - 1, c);
70071
70339
  }
70072
70340
  this.c.onItemInserted();
70073
70341
  }
@@ -70077,7 +70345,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
70077
70345
  if (c.iD == a) {
70078
70346
  this.q.removeAt(b);
70079
70347
  if (this.e != null) {
70080
- this.e.b2(b, c);
70348
+ this.e.cf(b, c);
70081
70349
  }
70082
70350
  break;
70083
70351
  }
@@ -70090,7 +70358,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
70090
70358
  if (d.iD == a) {
70091
70359
  d.label = b;
70092
70360
  if (this.e != null) {
70093
- this.e.b3(c, d, d);
70361
+ this.e.cg(c, d, d);
70094
70362
  }
70095
70363
  break;
70096
70364
  }
@@ -70480,7 +70748,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
70480
70748
  if (this.by != null) {
70481
70749
  this.by.ef = 0;
70482
70750
  this.by.ak = false;
70483
- this.by.t8 = this.br;
70751
+ this.by.t9 = this.br;
70484
70752
  this.bh(this.by);
70485
70753
  }
70486
70754
  }
@@ -72988,8 +73256,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
72988
73256
  this.j = new XInput();
72989
73257
  this.j.provideContainer(g);
72990
73258
  a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
72991
- this.j.b3 = "text";
72992
- this.j.cj = b.text;
73259
+ this.j.b6 = "text";
73260
+ this.j.cm = b.text;
72993
73261
  let h = this.j;
72994
73262
  h.changing = delegateCombine(h.changing, runOn(this, this.bi));
72995
73263
  let i = this.j;
@@ -73238,14 +73506,14 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73238
73506
  this.az();
73239
73507
  let b = this.j;
73240
73508
  b.focus();
73241
- let c = b.cj;
73242
- let d = null != c ? b.cj.length : 0;
73243
- b.di(d, d);
73509
+ let c = b.cm;
73510
+ let d = null != c ? b.cm.length : 0;
73511
+ b.dl(d, d);
73244
73512
  }
73245
73513
  }
73246
73514
  by() {
73247
73515
  this.k.ah = true;
73248
- this.j.dg();
73516
+ this.j.dj();
73249
73517
  let a = new GotFocusEventArgs();
73250
73518
  this.g.f1(a);
73251
73519
  }
@@ -73338,7 +73606,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73338
73606
  if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
73339
73607
  b--;
73340
73608
  }
73341
- this.j.di(b, c);
73609
+ this.j.dl(b, c);
73342
73610
  }
73343
73611
  b8() {
73344
73612
  if (this.p) {
@@ -73367,7 +73635,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73367
73635
  if (this.g.bi == false) {
73368
73636
  this.ae.setStyleProperty("display", "none");
73369
73637
  }
73370
- else if ((this.g.value != null && this.g.value != "") || (this.j.cj != null && this.j.cj != "")) {
73638
+ else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
73371
73639
  this.ae.show();
73372
73640
  }
73373
73641
  else {
@@ -73515,9 +73783,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73515
73783
  this.k.h4 = a.cc;
73516
73784
  }
73517
73785
  if (null != this.j) {
73518
- this.j.dy = a.hg;
73519
- this.j.ad = a.aw;
73520
- this.j.cb = a.fb;
73786
+ this.j.d1 = a.hg;
73787
+ this.j.af = a.aw;
73788
+ this.j.ce = a.fb;
73521
73789
  }
73522
73790
  if (null != this.l) {
73523
73791
  this.l.text = a.e0;
@@ -73548,7 +73816,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73548
73816
  if (!this.v) {
73549
73817
  if (null != this.j) {
73550
73818
  let a = this.f.text;
73551
- this.j.cj = a;
73819
+ this.j.cm = a;
73552
73820
  }
73553
73821
  }
73554
73822
  }
@@ -73782,7 +74050,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73782
74050
  }
73783
74051
  ce() {
73784
74052
  if (this.j != null) {
73785
- this.j.dg();
74053
+ this.j.dj();
73786
74054
  }
73787
74055
  }
73788
74056
  ci(a) {
@@ -73812,7 +74080,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73812
74080
  }
73813
74081
  ax(a) {
73814
74082
  this.d.ae.clear();
73815
- this.j.cj = "";
74083
+ this.j.cm = "";
73816
74084
  this.g.text = "";
73817
74085
  this.g.value = null;
73818
74086
  }
@@ -73826,7 +74094,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73826
74094
  }
73827
74095
  if (null != this.j) {
73828
74096
  this.j.focus();
73829
- this.j.dg();
74097
+ this.j.dj();
73830
74098
  }
73831
74099
  }
73832
74100
  a7(a, b) {
@@ -73870,7 +74138,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73870
74138
  this.b9(c);
73871
74139
  }
73872
74140
  bj(a, b) {
73873
- let c = this.j.cj;
74141
+ let c = this.j.cm;
73874
74142
  this.b9(c);
73875
74143
  }
73876
74144
  bk(a, b) {
@@ -73891,7 +74159,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73891
74159
  if (0 == e) {
73892
74160
  break;
73893
74161
  }
73894
- let f = this.j.cj;
74162
+ let f = this.j.cm;
73895
74163
  if (stringIsNullOrEmpty(f)) {
73896
74164
  break;
73897
74165
  }
@@ -73970,7 +74238,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
73970
74238
  }
73971
74239
  bm(a, b) {
73972
74240
  if (false == this.o()) {
73973
- this.j.dg();
74241
+ this.j.dj();
73974
74242
  b.handled = true;
73975
74243
  }
73976
74244
  }
@@ -83448,7 +83716,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83448
83716
  break;
83449
83717
  case "FilterPlaceholderText":
83450
83718
  if (this.n != null) {
83451
- this.n.cb = this.b8;
83719
+ this.n.ce = this.b8;
83452
83720
  }
83453
83721
  break;
83454
83722
  case "SearchInputType":
@@ -83488,11 +83756,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83488
83756
  this.an = true;
83489
83757
  let b = false;
83490
83758
  for (let c of fromEnum(this.properties)) {
83491
- let d = c.al;
83759
+ let d = c.an;
83492
83760
  if (this.r != null) {
83493
83761
  let e = this.r.e(d, false);
83494
83762
  if (e != null) {
83495
- if (c.p(e)) {
83763
+ if (c.r(e)) {
83496
83764
  b = true;
83497
83765
  }
83498
83766
  }
@@ -83757,7 +84025,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83757
84025
  ct(a, b) {
83758
84026
  let c = a;
83759
84027
  let d = this.s(c, b.cellInfo.et, b.rowObject);
83760
- b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.n : 0);
84028
+ b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.p : 0);
83761
84029
  }
83762
84030
  dm(a, b) {
83763
84031
  let c = a;
@@ -83766,10 +84034,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83766
84034
  b.resolvedValue = null;
83767
84035
  return;
83768
84036
  }
83769
- b.resolvedValue = d.aj != null ? d.aj : d.al;
84037
+ b.resolvedValue = d.al != null ? d.al : d.an;
83770
84038
  }
83771
84039
  a9(a) {
83772
- switch (a.n) {
84040
+ switch (a.p) {
83773
84041
  case 10: return this.aw(a);
83774
84042
  case 7: return this.ax(a);
83775
84043
  case 4: return this.az(a);
@@ -83870,12 +84138,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83870
84138
  return this.m.i(this.cb(a)) + 17;
83871
84139
  }
83872
84140
  cb(a) {
83873
- return a.aj != null ? a.aj : a.al;
84141
+ return a.al != null ? a.al : a.an;
83874
84142
  }
83875
84143
  cs(a, b) {
83876
84144
  let c = a;
83877
84145
  let d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
83878
- let e = d != null ? d.n : 0;
84146
+ let e = d != null ? d.p : 0;
83879
84147
  switch (e) {
83880
84148
  case 10:
83881
84149
  this.cu(c, b);
@@ -83970,8 +84238,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83970
84238
  }
83971
84239
  let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
83972
84240
  let f = c.inputs._inner[0];
83973
- f.bd = e;
83974
- f.cj = (e.ad != null ? e.ad.toString() : "");
84241
+ f.bf = e;
84242
+ f.cm = (e.af != null ? e.af.toString() : "");
83975
84243
  if (d) {
83976
84244
  f.changing = delegateCombine(f.changing, runOn(this, this.dj));
83977
84245
  }
@@ -83984,9 +84252,9 @@ let PropertyEditor = /*@__PURE__*/ (() => {
83984
84252
  }
83985
84253
  let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
83986
84254
  c.ez = e;
83987
- let f = e.ad;
83988
- if (typeof e.ad === 'number' || typeof e.ad === 'number') {
83989
- f = e.ad.toString();
84255
+ let f = e.af;
84256
+ if (typeof e.af === 'number' || typeof e.af === 'number') {
84257
+ f = e.af.toString();
83990
84258
  }
83991
84259
  this.m.ac(c, f);
83992
84260
  if (d) {
@@ -84007,12 +84275,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84007
84275
  c.c4 = e;
84008
84276
  c.value = null;
84009
84277
  c.itemsSource = this.b(this.a(e));
84010
- if (e.ad != c.value) {
84011
- if (typeof e.ad === 'number' || typeof e.ad === 'number') {
84012
- c.value = e.ad.toString();
84278
+ if (e.af != c.value) {
84279
+ if (typeof e.af === 'number' || typeof e.af === 'number') {
84280
+ c.value = e.af.toString();
84013
84281
  }
84014
84282
  else {
84015
- c.value = e.ad;
84283
+ c.value = e.af;
84016
84284
  }
84017
84285
  }
84018
84286
  if (!d) {
@@ -84020,12 +84288,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84020
84288
  }
84021
84289
  }
84022
84290
  else {
84023
- if (e.ad != c.value) {
84024
- if (typeof e.ad === 'number' || typeof e.ad === 'number') {
84025
- c.value = e.ad.toString();
84291
+ if (e.af != c.value) {
84292
+ if (typeof e.af === 'number' || typeof e.af === 'number') {
84293
+ c.value = e.af.toString();
84026
84294
  }
84027
84295
  else {
84028
- c.value = e.ad;
84296
+ c.value = e.af;
84029
84297
  }
84030
84298
  }
84031
84299
  }
@@ -84066,25 +84334,25 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84066
84334
  let c = a;
84067
84335
  let d = c.c4;
84068
84336
  this.an = true;
84069
- d.ad = c.value;
84070
- d.am();
84337
+ d.af = c.value;
84338
+ d.ao();
84071
84339
  this.an = false;
84072
84340
  this.dv(d);
84073
84341
  }
84074
84342
  dj(a, b) {
84075
84343
  let c = a;
84076
- let d = c.bd;
84344
+ let d = c.bf;
84077
84345
  this.an = true;
84078
- if (d.n == 1) {
84346
+ if (d.p == 1) {
84079
84347
  let e = 0;
84080
- let f = tryParseNumber(c.cj, e);
84348
+ let f = tryParseNumber(c.cm, e);
84081
84349
  e = f.p1;
84082
- d.ad = e;
84350
+ d.af = e;
84083
84351
  }
84084
84352
  else {
84085
- d.ad = c.cj;
84353
+ d.af = c.cm;
84086
84354
  }
84087
- d.am();
84355
+ d.ao();
84088
84356
  this.an = false;
84089
84357
  this.dv(d);
84090
84358
  }
@@ -84092,7 +84360,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84092
84360
  let c = a;
84093
84361
  let d = c.ez;
84094
84362
  this.an = true;
84095
- d.an();
84363
+ d.ap();
84096
84364
  this.an = false;
84097
84365
  this.dv(d);
84098
84366
  }
@@ -84118,9 +84386,9 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84118
84386
  d = d.ae;
84119
84387
  }
84120
84388
  for (let e = 0; e < d.count; e++) {
84121
- let f = d._inner[e].al;
84389
+ let f = d._inner[e].an;
84122
84390
  if (this.as(f, a)) {
84123
- d._inner[e].ap(a, b, c);
84391
+ d._inner[e].ar(a, b, c);
84124
84392
  }
84125
84393
  }
84126
84394
  if (this.ap) {
@@ -84197,22 +84465,22 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84197
84465
  c4(a, b, c, d) {
84198
84466
  for (let e = 0; e < a.count; e++) {
84199
84467
  let f = a._inner[e];
84200
- if (f.n == 20) {
84468
+ if (f.p == 20) {
84201
84469
  continue;
84202
84470
  }
84203
84471
  if (f.i != null) {
84204
84472
  for (let g = 0; g < f.i.count; g++) {
84205
84473
  let h = f.i._inner[g];
84206
- let i = b + f.al + "[" + g + "]";
84474
+ let i = b + f.an + "[" + g + "]";
84207
84475
  this.c4(h.a, i, c, h.b);
84208
84476
  }
84209
84477
  }
84210
84478
  else if (f.g != null) {
84211
- let j = b + f.al;
84479
+ let j = b + f.an;
84212
84480
  this.c4(f.g.a, j, c, f.g.b);
84213
84481
  }
84214
84482
  else {
84215
- c.h(b + f.al, f.ad, d);
84483
+ c.h(b + f.an, f.af, d);
84216
84484
  }
84217
84485
  }
84218
84486
  }
@@ -84245,7 +84513,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84245
84513
  c.t = true;
84246
84514
  }
84247
84515
  let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
84248
- let f = e.ad;
84516
+ let f = e.af;
84249
84517
  if (f == null) {
84250
84518
  f = false;
84251
84519
  }
@@ -84281,8 +84549,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84281
84549
  let c = a;
84282
84550
  let d = c.a5;
84283
84551
  this.an = true;
84284
- d.ad = c.checked;
84285
- d.am();
84552
+ d.af = c.checked;
84553
+ d.ao();
84286
84554
  this.an = false;
84287
84555
  this.dv(d);
84288
84556
  }
@@ -84295,7 +84563,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
84295
84563
  d = this.actualProperties._inner[b.rowNumber];
84296
84564
  }
84297
84565
  let e = this.s(c, b.rowNumber, d);
84298
- let f = e != null ? e.n : 0;
84566
+ let f = e != null ? e.p : 0;
84299
84567
  b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
84300
84568
  }
84301
84569
  dk(a, b) {