igniteui-webcomponents-grids 4.8.1 → 5.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +36783 -38660
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. package/grids/lib/igc-toggle-directive.d.ts +0 -171
@@ -6,8 +6,8 @@
6
6
  */
7
7
 
8
8
  import { __extends, __values, __generator } from 'tslib';
9
- import { markEnum, enumGetBox, markType, Base, 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, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, 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, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, 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';
10
- 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';
9
+ import { markEnum, enumGetBox, markType, Base, 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, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, 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, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, 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, Size, FastReflectionHelper, NativeUICheckboxListChangeEventArgs, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, IgcTemplateContentModule, SizeData, StringComparer, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
10
+ import { XButton, XIcon, XInputGroup, XInput, XDatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, XComponentBridge, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
11
11
  import { PropertyEditorPropertyDescription, PropertyEditorPropertyDescriptionCollection, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
12
12
 
13
13
  /*
@@ -3603,16 +3603,16 @@ var PagerVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
3603
3603
  a.l("currentPage : " + this.h + ", ");
3604
3604
  a.l("pageCount : " + this.i + ", ");
3605
3605
  if (this.c != null) {
3606
- a.l("firstPageButton : " + this.c.ab() + ", ");
3606
+ a.l("firstPageButton : " + this.c.serialize() + ", ");
3607
3607
  }
3608
3608
  if (this.f != null) {
3609
- a.l("previousPageButton : " + this.f.ab() + ", ");
3609
+ a.l("previousPageButton : " + this.f.serialize() + ", ");
3610
3610
  }
3611
3611
  if (this.e != null) {
3612
- a.l("nextPageButton : " + this.e.ab() + ", ");
3612
+ a.l("nextPageButton : " + this.e.serialize() + ", ");
3613
3613
  }
3614
3614
  if (this.d != null) {
3615
- a.l("lastPageButton : " + this.d.ab() + ", ");
3615
+ a.l("lastPageButton : " + this.d.serialize() + ", ");
3616
3616
  }
3617
3617
  a.l("}");
3618
3618
  return a.toString();
@@ -12717,7 +12717,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
12717
12717
  if (this.b.isVirtual) {
12718
12718
  this.b.firstVisibleIndexRequested = a;
12719
12719
  this.b.lastVisibleIndexRequested = a + this.ah;
12720
- this.d.d8 = false;
12720
+ this.d.eb = false;
12721
12721
  }
12722
12722
  this.b2();
12723
12723
  this.ac.clear();
@@ -12728,7 +12728,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
12728
12728
  var c = this.b.getItemAtIndex(b);
12729
12729
  this.ac.add1(c);
12730
12730
  if (c != null) {
12731
- this.d.d8 = true;
12731
+ this.d.eb = true;
12732
12732
  }
12733
12733
  }
12734
12734
  var d = new Array(this.ac.count);
@@ -12739,7 +12739,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
12739
12739
  if (this.targetGrid != null) {
12740
12740
  this.targetGrid.actualDataSource.queueAutoRefresh();
12741
12741
  this.targetGrid.actualDataSource.flushAutoRefresh();
12742
- if (this.b.isVirtual && this.d.d8) {
12742
+ if (this.b.isVirtual && this.d.eb) {
12743
12743
  this.targetGrid.v4(0, this.ao - 1);
12744
12744
  }
12745
12745
  else {
@@ -12770,7 +12770,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
12770
12770
  this.b.summaryScope = this.p;
12771
12771
  var b = this.b;
12772
12772
  b.schemaChanged = delegateCombine(b.schemaChanged, runOn(this, this.bj));
12773
- this.d.d7 = this.b;
12773
+ this.d.ea = this.b;
12774
12774
  switch (this.l) {
12775
12775
  case 1:
12776
12776
  case 0:
@@ -13145,16 +13145,16 @@ var PagedDataProvider = /** @class */ /*@__PURE__*/ (function (_super) {
13145
13145
  __extends(PagedDataProvider, _super);
13146
13146
  function PagedDataProvider(a) {
13147
13147
  var _this = _super.call(this) || this;
13148
- _this.au = null;
13149
- _this.au = a;
13148
+ _this.av = null;
13149
+ _this.av = a;
13150
13150
  return _this;
13151
13151
  }
13152
13152
  PagedDataProvider.prototype.getItemValue = function (a, b) {
13153
13153
  if (a == null) {
13154
13154
  return null;
13155
13155
  }
13156
- if (this.au.actualDataSource.isVirtual) {
13157
- var c = this.au.actualDataSource;
13156
+ if (this.av.actualDataSource.isVirtual) {
13157
+ var c = this.av.actualDataSource;
13158
13158
  return c.actualDataProvider.getItemValue(a, b);
13159
13159
  }
13160
13160
  return _super.prototype.getItemValue.call(this, a, b);
@@ -53818,15 +53818,15 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
53818
53818
  e.append(f);
53819
53819
  var g = a.createElement("div");
53820
53820
  e.append(g);
53821
- _this.y = new DatePicker();
53821
+ _this.y = new XDatePicker();
53822
53822
  _this.y.ay = false;
53823
53823
  _this.y.provideContainer(e);
53824
53824
  _this.y.w = b;
53825
53825
  _this.y.y = 3;
53826
- _this.y.az = _this.showClearButton;
53827
- _this.y.a0 = _this.ac;
53828
- _this.y.dx = _this.textColor;
53829
- _this.y.be = -1;
53826
+ _this.y.a0 = _this.showClearButton;
53827
+ _this.y.a1 = _this.ac;
53828
+ _this.y.dy = _this.textColor;
53829
+ _this.y.bf = -1;
53830
53830
  var h = e.getExternal(_this.y, e.rootWrapper, null);
53831
53831
  if (_this.z != null) {
53832
53832
  _this.y.ad = _this.z;
@@ -53921,12 +53921,12 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
53921
53921
  DateEditorView.prototype.s = function () {
53922
53922
  if (this.y != null) {
53923
53923
  this.y.focus(true);
53924
- this.y.df();
53924
+ this.y.dg();
53925
53925
  }
53926
53926
  };
53927
53927
  DateEditorView.prototype.ag = function () {
53928
53928
  if (this.y != null) {
53929
- this.y.cq();
53929
+ this.y.cr();
53930
53930
  }
53931
53931
  };
53932
53932
  DateEditorView.prototype.u = function (a, b, c) {
@@ -53937,18 +53937,18 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
53937
53937
  break;
53938
53938
  case "ShowClearButton":
53939
53939
  if (this.y != null) {
53940
- this.y.az = this.showClearButton;
53940
+ this.y.a0 = this.showClearButton;
53941
53941
  }
53942
53942
  break;
53943
53943
  case "ShowTodayButton":
53944
53944
  if (this.y != null) {
53945
- this.y.a0 = this.ac;
53945
+ this.y.a1 = this.ac;
53946
53946
  }
53947
53947
  break;
53948
53948
  }
53949
53949
  };
53950
53950
  DateEditorView.prototype.ak = function () {
53951
- this.y.by = this.ae;
53951
+ this.y.bz = this.ae;
53952
53952
  };
53953
53953
  DateEditorView.prototype.w = function () {
53954
53954
  this.ab = true;
@@ -53973,7 +53973,7 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
53973
53973
  DateEditorView.prototype.v = function () {
53974
53974
  _super.prototype.v.call(this);
53975
53975
  if (this.y != null) {
53976
- this.y.dx = this.textColor;
53976
+ this.y.dy = this.textColor;
53977
53977
  }
53978
53978
  };
53979
53979
  DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
@@ -63068,7 +63068,7 @@ var ColumnGroupingVisualModelExport = /** @class */ /*@__PURE__*/ (function (_su
63068
63068
  if (c != 0) {
63069
63069
  a.l(",");
63070
63070
  }
63071
- a.l(this.d._inner[c].k());
63071
+ a.l(this.d._inner[c].l());
63072
63072
  }
63073
63073
  a.l("]");
63074
63074
  a.l("}");
@@ -64121,10 +64121,10 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
64121
64121
  for (var k = 0; k < j.count; k++) {
64122
64122
  var l = this.q._inner[k].au();
64123
64123
  var m = this.d.b(j._inner[k]);
64124
- l.h = m[0] - d;
64125
- l.f = m[1] - e;
64126
- l.e = NativeUI.d(j._inner[k]);
64127
- l.i = NativeUI.k(j._inner[k]);
64124
+ l.i = m[0] - d;
64125
+ l.g = m[1] - e;
64126
+ l.f = NativeUI.d(j._inner[k]);
64127
+ l.j = NativeUI.k(j._inner[k]);
64128
64128
  a.d.add(l);
64129
64129
  }
64130
64130
  if (this.k != null) {
@@ -70749,8 +70749,9 @@ var CheckedChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
70749
70749
  __extends(CheckedChangedEventArgs, _super);
70750
70750
  function CheckedChangedEventArgs() {
70751
70751
  var _this = _super !== null && _super.apply(this, arguments) || this;
70752
- _this.b = 0;
70753
- _this.a = false;
70752
+ _this.c = 0;
70753
+ _this.b = false;
70754
+ _this.a = null;
70754
70755
  return _this;
70755
70756
  }
70756
70757
  CheckedChangedEventArgs.$t = markType(CheckedChangedEventArgs, 'CheckedChangedEventArgs');
@@ -70828,13 +70829,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70828
70829
  CheckboxListView.prototype.w = function (a) {
70829
70830
  var b = a.rootWrapper.getChildAt(0);
70830
70831
  this.h = b;
70831
- this.b.r = new XInputGroup();
70832
+ this.b.t = new XInputGroup();
70832
70833
  var c = a.getSubRenderer(b);
70833
- this.b.r.provideContainer(c);
70834
- var d = c.getExternal(this.b.r, c.rootWrapper, c.getExternal(this.b, null, null));
70835
- this.b.r.d = this.b.t;
70836
- this.b.r.p = this.b.y;
70837
- this.b.r.t = this.b.aa;
70834
+ this.b.t.provideContainer(c);
70835
+ var d = c.getExternal(this.b.t, c.rootWrapper, c.getExternal(this.b, null, null));
70836
+ this.b.t.d = this.b.v;
70837
+ this.b.t.p = this.b.aa;
70838
+ this.b.t.t = this.b.ac;
70838
70839
  var e = a.createElement("div");
70839
70840
  var f = a.getSubRenderer(e);
70840
70841
  var g = new XPrefix();
@@ -70844,38 +70845,38 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70844
70845
  var j = a.getSubRenderer(i);
70845
70846
  this.c = new XIcon();
70846
70847
  this.c.provideContainer(j);
70847
- this.c.fill = this.b.du;
70848
- this.c.svgPath = CheckboxList.bt;
70848
+ this.c.fill = this.b.d1;
70849
+ this.c.svgPath = CheckboxList.bw;
70849
70850
  var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
70850
70851
  g.appendContentChild(i);
70851
- this.b.r.appendContentChild(e);
70852
- this.b.r.inputs.add(g);
70852
+ this.b.t.appendContentChild(e);
70853
+ this.b.t.inputs.add(g);
70853
70854
  var l = a.createElement("div");
70854
70855
  l.setRawStyleProperty("flex-grow", "1");
70855
70856
  var m = a.getSubRenderer(l);
70856
- this.b.p = new XInput();
70857
- this.b.p.provideContainer(m);
70858
- this.b.p.b8 = "text";
70859
- var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
70860
- if (this.b.bg != null) {
70861
- this.b.p.cg = this.b.bg;
70857
+ this.b.r = new XInput();
70858
+ this.b.r.provideContainer(m);
70859
+ this.b.r.b8 = "text";
70860
+ var n = m.getExternal(this.b.r, m.rootWrapper, m.getExternal(this.b, null, null));
70861
+ if (this.b.bi != null) {
70862
+ this.b.r.cg = this.b.bi;
70862
70863
  }
70863
- this.b.r.appendContentChild(l);
70864
- this.b.r.inputs.add(this.b.p);
70865
- this.b.ck();
70864
+ this.b.t.appendContentChild(l);
70865
+ this.b.t.inputs.add(this.b.r);
70866
+ this.b.co();
70866
70867
  };
70867
70868
  CheckboxListView.prototype.s = function () {
70868
70869
  if (this.f != null) {
70869
70870
  var a = this.f.rootWrapper.getChildAt(3);
70870
70871
  a.setStyleProperty("width", "100%");
70871
70872
  a.setStyleProperty("margin", "4px 0px 0px 0px");
70872
- if (this.b.as == false) {
70873
+ if (this.b.au == false) {
70873
70874
  a.setStyleProperty("height", "calc(100% - 50px");
70874
70875
  }
70875
70876
  else {
70876
70877
  a.setStyleProperty("height", "calc(100% - 75px");
70877
70878
  }
70878
- if (!this.b.aq && !this.b.as) {
70879
+ if (!this.b.as && !this.b.au) {
70879
70880
  a.setStyleProperty("height", "100%");
70880
70881
  }
70881
70882
  }
@@ -70888,14 +70889,14 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70888
70889
  d.provideContainer(e);
70889
70890
  var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
70890
70891
  this.e.addItem(a, d);
70891
- d.n = this.b.y;
70892
+ d.n = this.b.aa;
70892
70893
  d.y = true;
70893
70894
  d.change = delegateCombine(d.change, runOn(this, this.k));
70894
70895
  var g = this.f.createElement("div");
70895
70896
  a.setStyleProperty("display", "flex");
70896
70897
  a.setStyleProperty("height", "100%");
70897
70898
  a.setStyleProperty("align-items", "center");
70898
- switch (this.b.aa) {
70899
+ switch (this.b.ac) {
70899
70900
  case 1:
70900
70901
  a.setStyleProperty("margin-top", "-4px");
70901
70902
  break;
@@ -70936,11 +70937,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70936
70937
  finally {
70937
70938
  d.z = h;
70938
70939
  }
70939
- d.dk = this.b.dl;
70940
- d.dd = this.b.dj;
70941
- d.dl = this.b.dm;
70942
- d.de = this.b.dk;
70943
- d.dm = this.b.dn;
70940
+ d.dk = this.b.dr;
70941
+ d.dd = this.b.dp;
70942
+ d.dl = this.b.ds;
70943
+ d.de = this.b.dq;
70944
+ d.dm = this.b.dt;
70944
70945
  }
70945
70946
  };
70946
70947
  CheckboxListView.prototype.z = function () {
@@ -70950,7 +70951,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70950
70951
  for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
70951
70952
  var a = _c.value;
70952
70953
  var b = a.value;
70953
- b.n = this.b.y;
70954
+ b.n = this.b.aa;
70954
70955
  }
70955
70956
  }
70956
70957
  catch (e_1_1) {
@@ -70968,7 +70969,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70968
70969
  }
70969
70970
  }
70970
70971
  if (this.a != null) {
70971
- this.a.n = this.b.y;
70972
+ this.a.n = this.b.aa;
70972
70973
  }
70973
70974
  };
70974
70975
  CheckboxListView.prototype.x = function () {
@@ -70979,21 +70980,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
70979
70980
  var e = c.checked;
70980
70981
  if (e == true) {
70981
70982
  if (this.b.l == 0) {
70982
- this.b.cw(d);
70983
+ this.b.c0(d);
70983
70984
  }
70984
70985
  else {
70985
- this.b.b5(d);
70986
+ this.b.b8(d);
70986
70987
  }
70987
70988
  }
70988
70989
  else {
70989
70990
  if (this.b.l == 0) {
70990
- this.b.b5(d);
70991
+ this.b.b8(d);
70991
70992
  }
70992
70993
  else {
70993
- this.b.cw(d);
70994
+ this.b.c0(d);
70994
70995
  }
70995
70996
  }
70996
- this.b.ci(d, e);
70997
+ this.b.cm(d, e);
70997
70998
  this.ag(false);
70998
70999
  };
70999
71000
  CheckboxListView.prototype.l = function () {
@@ -71007,7 +71008,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71007
71008
  var e = parseInt(d.a4.toString());
71008
71009
  if (e == a) {
71009
71010
  d.checked = b;
71010
- this.b.ci(e, b);
71011
+ this.b.cm(e, b);
71011
71012
  }
71012
71013
  }
71013
71014
  }
@@ -71065,9 +71066,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71065
71066
  this.a = new XCheckbox();
71066
71067
  this.a.provideContainer(c);
71067
71068
  var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
71068
- this.a.n = this.b.y;
71069
+ this.a.n = this.b.aa;
71069
71070
  this.i = a.createElement("label");
71070
- this.i.setRawText(this.b.bx);
71071
+ this.i.setRawText(this.b.b0);
71071
71072
  this.i.setStyleProperty("font-size", "13px");
71072
71073
  this.j.setStyleProperty("display", "flex");
71073
71074
  this.j.setStyleProperty("flex-direction", "row");
@@ -71083,34 +71084,37 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71083
71084
  };
71084
71085
  CheckboxListView.prototype.af = function () {
71085
71086
  if (null != this.i) {
71086
- this.i.setRawText(this.b.bx);
71087
- NativeUI.q(this.i, this.b.dh);
71087
+ this.i.setRawText(this.b.b0);
71088
+ NativeUI.q(this.i, this.b.dm);
71088
71089
  }
71089
71090
  };
71090
71091
  CheckboxListView.prototype.ai = function () {
71091
71092
  if (null != this.i) {
71092
- var a = this.b.as ? "flex" : "none";
71093
+ var a = this.b.au ? "flex" : "none";
71093
71094
  this.j.setStyleProperty("display", a);
71094
71095
  }
71095
71096
  };
71096
71097
  CheckboxListView.prototype.ae = function () {
71097
71098
  if (this.h != null) {
71098
- this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
71099
+ this.h.setStyleProperty("display", this.b.as ? "block" : "none");
71099
71100
  }
71100
71101
  if (this.g != null) {
71101
- this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
71102
+ this.g.setStyleProperty("display", this.b.as ? "block" : "none");
71102
71103
  }
71103
71104
  };
71104
71105
  CheckboxListView.prototype.ag = function (a) {
71105
71106
  if (a === void 0) {
71106
71107
  a = true;
71107
71108
  }
71109
+ if (this.a == null) {
71110
+ return;
71111
+ }
71108
71112
  var b = this.d;
71109
71113
  this.d = true;
71110
71114
  var c = this.a.z;
71111
71115
  this.a.z = a;
71112
71116
  try {
71113
- if (this.b.ao) {
71117
+ if (this.b.aq) {
71114
71118
  this.a.indeterminate = true;
71115
71119
  return;
71116
71120
  }
@@ -71132,12 +71136,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71132
71136
  return;
71133
71137
  }
71134
71138
  if (b.isChecked) {
71135
- this.b.cy();
71136
- this.b.cp(b.isChecked);
71139
+ this.b.c2();
71140
+ this.b.ct(b.isChecked);
71137
71141
  }
71138
71142
  else {
71139
- this.b.b9();
71140
- this.b.cp(b.isChecked);
71143
+ this.b.cc();
71144
+ this.b.ct(b.isChecked);
71141
71145
  }
71142
71146
  };
71143
71147
  CheckboxListView.prototype.ad = function () {
@@ -71147,18 +71151,41 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71147
71151
  }
71148
71152
  var b = a.rootWrapper;
71149
71153
  if (null != b) {
71150
- NativeUI.q(b, this.b.dy);
71151
- NativeUI.m(b, this.b.di);
71154
+ NativeUI.q(b, this.b.d5);
71155
+ NativeUI.m(b, this.b.dn);
71152
71156
  }
71153
71157
  };
71154
71158
  CheckboxListView.prototype.ab = function () {
71155
71159
  if (this.c != null) {
71156
- this.c.fill = this.b.du;
71160
+ this.c.fill = this.b.d1;
71161
+ }
71162
+ };
71163
+ CheckboxListView.prototype.aj = function () {
71164
+ var a = 248;
71165
+ var b = 0;
71166
+ if (this.b.itemsSource == null) {
71167
+ return new Size(1, a, b + 158);
71168
+ }
71169
+ var c = (this.b.itemsSource.length);
71170
+ b += 4;
71171
+ b += 16;
71172
+ b += 38;
71173
+ b += 8;
71174
+ b += 4;
71175
+ var d = this.b.h != null ? this.b.h.actualRowHeight : 30;
71176
+ var e = d * c;
71177
+ if (e > 150) {
71178
+ b += 150;
71179
+ b += 15;
71157
71180
  }
71181
+ else {
71182
+ b += e;
71183
+ }
71184
+ return new Size(1, a, b);
71158
71185
  };
71159
71186
  CheckboxListView.prototype.ac = function () {
71160
- if (this.b.ae != null) {
71161
- this.i.setStyleProperty("font", this.b.ae.fontString);
71187
+ if (this.b.ag != null) {
71188
+ this.i.setStyleProperty("font", this.b.ag.fontString);
71162
71189
  }
71163
71190
  else {
71164
71191
  this.i.setStyleProperty("font-family", "Verdana");
@@ -71166,11 +71193,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
71166
71193
  }
71167
71194
  };
71168
71195
  CheckboxListView.prototype.y = function () {
71169
- this.a.dk = this.b.dl;
71170
- this.a.dd = this.b.dj;
71171
- this.a.dl = this.b.dm;
71172
- this.a.de = this.b.dk;
71173
- this.a.dm = this.b.dn;
71196
+ this.a.dk = this.b.dr;
71197
+ this.a.dd = this.b.dp;
71198
+ this.a.dl = this.b.ds;
71199
+ this.a.de = this.b.dq;
71200
+ this.a.dm = this.b.dt;
71174
71201
  };
71175
71202
  CheckboxListView.prototype.aa = function (a) {
71176
71203
  if (this.g != null) {
@@ -71193,52 +71220,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71193
71220
  _this.m = null;
71194
71221
  _this.h = null;
71195
71222
  _this.i = null;
71196
- _this.ab = null;
71223
+ _this.ad = null;
71197
71224
  _this.d = null;
71198
- _this.ai = false;
71225
+ _this.ak = false;
71199
71226
  _this.c = null;
71200
- _this.o = null;
71201
71227
  _this.q = null;
71202
- _this.aj = false;
71203
- _this.ag = null;
71228
+ _this.s = null;
71229
+ _this.al = false;
71230
+ _this.ai = null;
71204
71231
  _this.f = new GridSelectedKeysCollection();
71205
71232
  _this.a = null;
71206
71233
  _this.propertyChanged = null;
71234
+ _this.selectedKeyAdded = null;
71235
+ _this.selectedKeyRemoved = null;
71207
71236
  _this.checkedChanged = null;
71208
- _this.ay = null;
71209
71237
  _this.a0 = null;
71210
71238
  _this.a2 = null;
71211
- _this.a1 = null;
71212
- _this.s = 3;
71213
- _this.au = -1;
71214
- _this.ac = null;
71239
+ _this.a4 = null;
71240
+ _this.a3 = null;
71241
+ _this.u = 3;
71242
+ _this.aw = -1;
71243
+ _this.ae = null;
71215
71244
  _this.k = 1;
71216
- _this.x = 1;
71217
- _this.z = 2;
71218
- _this.dd = BrushUtil.h(255, 24, 29, 31);
71245
+ _this.z = 1;
71246
+ _this.ab = 2;
71247
+ _this.di = BrushUtil.h(255, 24, 29, 31);
71248
+ _this.dg = null;
71249
+ _this.dj = null;
71250
+ _this.dh = null;
71251
+ _this.af = null;
71219
71252
  _this.db = null;
71220
- _this.de = null;
71221
- _this.dc = null;
71222
- _this.ad = null;
71223
- _this.c7 = null;
71224
- _this.c5 = null;
71225
- _this.c8 = null;
71226
- _this.c6 = null;
71227
71253
  _this.c9 = null;
71228
- _this.v = 0;
71254
+ _this.dc = null;
71229
71255
  _this.da = null;
71230
- _this.bw = null;
71256
+ _this.dd = null;
71257
+ _this.x = 0;
71231
71258
  _this.df = null;
71232
- _this.c3 = CheckboxList.dq;
71233
- _this.ar = true;
71234
- _this.c4 = CheckboxList.dp;
71235
- _this.dg = CheckboxList.dq;
71259
+ _this.bz = null;
71260
+ _this.dk = null;
71261
+ _this.c7 = CheckboxList.dw;
71262
+ _this.at = true;
71263
+ _this.c8 = CheckboxList.du;
71264
+ _this.de = CheckboxList.dv;
71265
+ _this.dl = CheckboxList.dw;
71236
71266
  _this.selectAllCheckboxChanged = null;
71237
- _this.aw = -1;
71238
- _this.ap = true;
71239
- _this.am = true;
71267
+ _this.ay = -1;
71268
+ _this.ar = true;
71269
+ _this.ao = true;
71240
71270
  var a = _this.f;
71241
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cr));
71271
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cv));
71242
71272
  _this.d = new FilterFactory();
71243
71273
  var b = new CheckboxListView();
71244
71274
  b.b = _this;
@@ -71246,22 +71276,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71246
71276
  _this.m.n();
71247
71277
  return _this;
71248
71278
  }
71249
- Object.defineProperty(CheckboxList.prototype, "r", {
71279
+ Object.defineProperty(CheckboxList.prototype, "t", {
71250
71280
  get: function () {
71251
- return this.q;
71281
+ return this.s;
71252
71282
  },
71253
71283
  set: function (a) {
71254
- this.q = a;
71284
+ this.s = a;
71255
71285
  },
71256
71286
  enumerable: false,
71257
71287
  configurable: true
71258
71288
  });
71259
- Object.defineProperty(CheckboxList.prototype, "p", {
71289
+ Object.defineProperty(CheckboxList.prototype, "r", {
71260
71290
  get: function () {
71261
- return this.o;
71291
+ return this.q;
71262
71292
  },
71263
71293
  set: function (a) {
71264
- this.o = a;
71294
+ this.q = a;
71265
71295
  },
71266
71296
  enumerable: false,
71267
71297
  configurable: true
@@ -71276,13 +71306,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71276
71306
  enumerable: false,
71277
71307
  configurable: true
71278
71308
  });
71279
- Object.defineProperty(CheckboxList.prototype, "ah", {
71309
+ Object.defineProperty(CheckboxList.prototype, "aj", {
71280
71310
  get: function () {
71281
- if (this.ag == null) {
71282
- this.ag = new SRProvider(this.m.f);
71283
- this.ag.cb("DataGrid");
71311
+ if (this.ai == null) {
71312
+ this.ai = new SRProvider(this.m.f);
71313
+ this.ai.cb("DataGrid");
71284
71314
  }
71285
- return this.ag;
71315
+ return this.ai;
71286
71316
  },
71287
71317
  enumerable: false,
71288
71318
  configurable: true
@@ -71302,61 +71332,91 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71302
71332
  var b = this.a;
71303
71333
  this.a = a;
71304
71334
  if (b != this.a) {
71305
- this.cn("PrimaryKey", b, this.a);
71335
+ this.cr("PrimaryKey", b, this.a);
71306
71336
  }
71307
71337
  },
71308
71338
  enumerable: false,
71309
71339
  configurable: true
71310
71340
  });
71311
- CheckboxList.prototype.cr = function (a, b) {
71312
- if (this.e == null || this.e.actualSchema == null || this.ai) {
71341
+ CheckboxList.prototype.cv = function (a, b) {
71342
+ if (this.e == null || this.e.actualSchema == null || this.ak) {
71313
71343
  return;
71314
71344
  }
71315
71345
  switch (b.action) {
71316
71346
  case 0:
71317
71347
  for (var c = 0; c < b.newItems.count; c++) {
71318
- this.cl(b.newItems.item(c));
71348
+ this.cp(b.newItems.item(c));
71319
71349
  }
71320
71350
  break;
71321
71351
  case 1:
71322
71352
  for (var d = 0; d < b.oldItems.count; d++) {
71323
- this.cm(b.oldItems.item(d));
71353
+ this.cq(b.oldItems.item(d));
71324
71354
  }
71325
71355
  break;
71326
71356
  case 2:
71327
71357
  for (var e = 0; e < b.oldItems.count; e++) {
71328
- this.cm(b.oldItems.item(e));
71358
+ this.cq(b.oldItems.item(e));
71329
71359
  }
71330
71360
  for (var f = 0; f < b.newItems.count; f++) {
71331
- this.cl(b.newItems.item(f));
71361
+ this.cp(b.newItems.item(f));
71332
71362
  }
71333
71363
  break;
71334
71364
  case 4:
71335
71365
  this.m.u(this.l == 0);
71336
71366
  for (var g = 0; g < this.g.ae.count; g++) {
71337
- this.cl(this.g.ae._inner[g]);
71367
+ this.cp(this.g.ae._inner[g]);
71338
71368
  }
71339
71369
  break;
71340
71370
  }
71341
71371
  };
71342
- CheckboxList.prototype.cl = function (a) {
71372
+ CheckboxList.prototype.cp = function (a) {
71373
+ var _this = this;
71343
71374
  var b = this.e.indexOfKey(a.value);
71344
71375
  if (b >= 0) {
71345
71376
  this.m.t(b, this.l == 1);
71346
71377
  }
71378
+ if (this.selectedKeyAdded == null) {
71379
+ return;
71380
+ }
71381
+ this.selectedKeyAdded(this, ((function () {
71382
+ var $ret = new CheckedChangedEventArgs();
71383
+ $ret.c = b;
71384
+ $ret.b = _this.l == 1;
71385
+ $ret.a = a.value;
71386
+ return $ret;
71387
+ })()));
71347
71388
  };
71348
- CheckboxList.prototype.cm = function (a) {
71389
+ CheckboxList.prototype.cq = function (a) {
71390
+ var _this = this;
71349
71391
  var b = this.e.indexOfKey(a.value);
71350
71392
  if (b >= 0) {
71351
71393
  this.m.t(b, this.l == 0);
71352
71394
  }
71395
+ if (this.selectedKeyRemoved == null) {
71396
+ return;
71397
+ }
71398
+ this.selectedKeyRemoved(this, ((function () {
71399
+ var $ret = new CheckedChangedEventArgs();
71400
+ $ret.c = b;
71401
+ $ret.b = _this.l == 0;
71402
+ $ret.a = a.value;
71403
+ return $ret;
71404
+ })()));
71353
71405
  };
71354
- CheckboxList.prototype.ci = function (a, b) {
71355
- if (this.checkedChanged != null && this.aj == false) {
71406
+ CheckboxList.prototype.cm = function (a, b) {
71407
+ if (this.checkedChanged != null && this.al == false) {
71408
+ var c_1 = null;
71409
+ if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
71410
+ c_1 = new Array(this.e.actualPrimaryKey.length);
71411
+ for (var d = 0; d < this.e.actualPrimaryKey.length; d++) {
71412
+ c_1[d] = this.e.getItemPropertyAtIndex(a, this.e.actualPrimaryKey[d]);
71413
+ }
71414
+ }
71356
71415
  this.checkedChanged(this, ((function () {
71357
71416
  var $ret = new CheckedChangedEventArgs();
71358
- $ret.b = a;
71359
- $ret.a = b;
71417
+ $ret.c = a;
71418
+ $ret.b = b;
71419
+ $ret.a = c_1;
71360
71420
  return $ret;
71361
71421
  })()));
71362
71422
  }
@@ -71367,52 +71427,59 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71367
71427
  CheckboxList.prototype.destroy = function () {
71368
71428
  if (this.h != null) {
71369
71429
  var a = this.h;
71370
- a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
71430
+ a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ce));
71431
+ var b = this.h;
71432
+ b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cf));
71371
71433
  if (this.h.actualDataSource != null) {
71372
- var b = this.h.actualDataSource;
71373
- b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
71434
+ var c = this.h.actualDataSource;
71435
+ c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cs));
71374
71436
  }
71375
71437
  }
71376
- if (this.o != null) {
71377
- var c = this.o;
71378
- c.change = delegateRemove(c.change, runOn(this, this.cc));
71438
+ if (this.q != null) {
71439
+ var d = this.q;
71440
+ d.change = delegateRemove(d.change, runOn(this, this.cg));
71379
71441
  }
71380
71442
  this.provideContainer(null, null, null);
71381
71443
  if (this.i != null) {
71382
- var d = this.i;
71383
- d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
71444
+ var e = this.i;
71445
+ e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cb));
71384
71446
  }
71385
71447
  };
71386
71448
  CheckboxList.prototype.provideContainer = function (a, b, c) {
71387
71449
  this.h = b;
71388
71450
  if (null != this.h) {
71389
- this.h.scrollbarStyle = this.w;
71390
- this.h.scrollbarBackground = this.dr;
71451
+ this.h.scrollbarStyle = 1;
71452
+ var d = this.h;
71453
+ d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cf));
71454
+ this.h.scrollbarBackground = this.dy;
71391
71455
  this.h.headerHeight = 0;
71392
71456
  this.h.rowSeparatorHeight = 0;
71393
71457
  this.h.defaultColumnMinWidth = NaN;
71394
71458
  this.h.autoGenerateColumns = false;
71395
71459
  this.h.activationMode = 0;
71396
71460
  this.h.editMode = 0;
71397
- var d = this.h;
71398
- d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
71399
- if (this.ay != null) {
71400
- this.h.itemsSource = this.ay;
71401
- this.b7();
71402
- this.cq();
71403
- }
71461
+ var e = this.h;
71462
+ e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ce));
71404
71463
  if (this.a0 != null) {
71405
- this.cq();
71406
- this.c1();
71464
+ this.h.itemsSource = this.a0;
71465
+ this.ca();
71466
+ this.cu();
71467
+ }
71468
+ if (this.a2 != null) {
71469
+ this.cu();
71470
+ this.c5();
71407
71471
  }
71408
71472
  }
71409
71473
  this.m.q(c);
71410
71474
  this.m.m(a);
71411
71475
  };
71476
+ CheckboxList.prototype.cf = function (a, b) {
71477
+ this.h.scrollbarStyle = this.y;
71478
+ };
71412
71479
  CheckboxList.prototype.provideSelectAllSection = function (a) {
71413
71480
  this.m.q(a);
71414
71481
  };
71415
- CheckboxList.prototype.cb = function (a, b) {
71482
+ CheckboxList.prototype.ce = function (a, b) {
71416
71483
  if (b.cellInfo.l.a5 == 0) {
71417
71484
  return;
71418
71485
  }
@@ -71420,15 +71487,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71420
71487
  if (-1 == c) {
71421
71488
  return;
71422
71489
  }
71423
- var d = this.j(b.cellInfo.g4);
71424
- if (this.g.contains(d)) {
71425
- this.g.remove(d);
71490
+ var d = b.cellInfo.g4;
71491
+ var e = this.j(d);
71492
+ if (this.g.contains(e)) {
71493
+ if (this.ad != null) {
71494
+ this.ad.setPropertyValue(d, false);
71495
+ }
71496
+ this.g.remove(e);
71426
71497
  }
71427
71498
  else {
71428
- this.g.add(d);
71499
+ if (this.ad != null) {
71500
+ this.ad.setPropertyValue(d, true);
71501
+ }
71502
+ this.g.add(e);
71429
71503
  }
71430
71504
  };
71431
- CheckboxList.prototype.b8 = function (a, b) {
71505
+ CheckboxList.prototype.cb = function (a, b) {
71432
71506
  var c = b.cellInfo.l.x;
71433
71507
  if (-1 == c) {
71434
71508
  return;
@@ -71442,9 +71516,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71442
71516
  }
71443
71517
  this.m.o(b.content.element, c, d);
71444
71518
  };
71445
- CheckboxList.prototype.cj = function (a) {
71446
- if (this.a0 != null) {
71447
- var b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
71519
+ CheckboxList.prototype.cn = function (a) {
71520
+ if (this.a2 != null) {
71521
+ var b = this.d.property(this.a2).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
71448
71522
  var c = b.contains(a);
71449
71523
  if (!this.h.filterExpressions.k.contains(this.c)) {
71450
71524
  this.c = c;
@@ -71457,20 +71531,6 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71457
71531
  }
71458
71532
  };
71459
71533
  Object.defineProperty(CheckboxList.prototype, "itemsSource", {
71460
- get: function () {
71461
- return this.ay;
71462
- },
71463
- set: function (a) {
71464
- var b = this.ay;
71465
- this.ay = a;
71466
- if (b != this.ay) {
71467
- this.cn("ItemsSource", b, this.ay);
71468
- }
71469
- },
71470
- enumerable: false,
71471
- configurable: true
71472
- });
71473
- Object.defineProperty(CheckboxList.prototype, "bc", {
71474
71534
  get: function () {
71475
71535
  return this.a0;
71476
71536
  },
@@ -71478,13 +71538,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71478
71538
  var b = this.a0;
71479
71539
  this.a0 = a;
71480
71540
  if (b != this.a0) {
71481
- this.cn("DataMemberPath", b, this.a0);
71541
+ this.cr("ItemsSource", b, this.a0);
71482
71542
  }
71483
71543
  },
71484
71544
  enumerable: false,
71485
71545
  configurable: true
71486
71546
  });
71487
- Object.defineProperty(CheckboxList.prototype, "b0", {
71547
+ Object.defineProperty(CheckboxList.prototype, "be", {
71488
71548
  get: function () {
71489
71549
  return this.a2;
71490
71550
  },
@@ -71492,55 +71552,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71492
71552
  var b = this.a2;
71493
71553
  this.a2 = a;
71494
71554
  if (b != this.a2) {
71495
- this.cn("SelectedMemberPath", b, this.a2);
71555
+ this.cr("DataMemberPath", b, this.a2);
71496
71556
  }
71497
71557
  },
71498
71558
  enumerable: false,
71499
71559
  configurable: true
71500
71560
  });
71501
- Object.defineProperty(CheckboxList.prototype, "bg", {
71561
+ Object.defineProperty(CheckboxList.prototype, "b3", {
71502
71562
  get: function () {
71503
- return this.a1;
71563
+ return this.a4;
71504
71564
  },
71505
71565
  set: function (a) {
71506
- var b = this.a1;
71507
- this.a1 = a;
71508
- if (b != this.a1) {
71509
- this.cn("FilterPlaceholderText", b, this.a1);
71566
+ var b = this.a4;
71567
+ this.a4 = a;
71568
+ if (b != this.a4) {
71569
+ this.cr("SelectedMemberPath", b, this.a4);
71510
71570
  }
71511
71571
  },
71512
71572
  enumerable: false,
71513
71573
  configurable: true
71514
71574
  });
71515
- Object.defineProperty(CheckboxList.prototype, "t", {
71575
+ Object.defineProperty(CheckboxList.prototype, "bi", {
71516
71576
  get: function () {
71517
- return this.s;
71577
+ return this.a3;
71518
71578
  },
71519
71579
  set: function (a) {
71520
- var b = this.s;
71521
- this.s = a;
71522
- if (b != this.s) {
71523
- this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
71580
+ var b = this.a3;
71581
+ this.a3 = a;
71582
+ if (b != this.a3) {
71583
+ this.cr("FilterPlaceholderText", b, this.a3);
71524
71584
  }
71525
71585
  },
71526
71586
  enumerable: false,
71527
71587
  configurable: true
71528
71588
  });
71529
- Object.defineProperty(CheckboxList.prototype, "ax", {
71589
+ Object.defineProperty(CheckboxList.prototype, "v", {
71530
71590
  get: function () {
71531
- return this.au;
71591
+ return this.u;
71532
71592
  },
71533
71593
  set: function (a) {
71534
- var b = this.au;
71535
- this.au = a;
71536
- if (b != this.au) {
71537
- this.cn("RowHeight", b, this.au);
71594
+ var b = this.u;
71595
+ this.u = a;
71596
+ if (b != this.u) {
71597
+ this.cr("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.u));
71538
71598
  }
71539
71599
  },
71540
71600
  enumerable: false,
71541
71601
  configurable: true
71542
71602
  });
71543
- Object.defineProperty(CheckboxList.prototype, "av", {
71603
+ Object.defineProperty(CheckboxList.prototype, "az", {
71604
+ get: function () {
71605
+ return this.aw;
71606
+ },
71607
+ set: function (a) {
71608
+ var b = this.aw;
71609
+ this.aw = a;
71610
+ if (b != this.aw) {
71611
+ this.cr("RowHeight", b, this.aw);
71612
+ }
71613
+ },
71614
+ enumerable: false,
71615
+ configurable: true
71616
+ });
71617
+ Object.defineProperty(CheckboxList.prototype, "ax", {
71544
71618
  get: function () {
71545
71619
  if (this.h != null) {
71546
71620
  return this.h.actualRowHeight;
@@ -71550,15 +71624,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71550
71624
  enumerable: false,
71551
71625
  configurable: true
71552
71626
  });
71553
- Object.defineProperty(CheckboxList.prototype, "ae", {
71627
+ Object.defineProperty(CheckboxList.prototype, "ag", {
71554
71628
  get: function () {
71555
- return this.ac;
71629
+ return this.ae;
71556
71630
  },
71557
71631
  set: function (a) {
71558
- var b = this.ac;
71559
- this.ac = a;
71560
- if (b != this.ac) {
71561
- this.cn("CellTextStyle", b, this.ac);
71632
+ var b = this.ae;
71633
+ this.ae = a;
71634
+ if (b != this.ae) {
71635
+ this.cr("CellTextStyle", b, this.ae);
71562
71636
  }
71563
71637
  },
71564
71638
  enumerable: false,
@@ -71572,215 +71646,215 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71572
71646
  var b = this.k;
71573
71647
  this.k = a;
71574
71648
  if (b != this.k) {
71575
- this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
71649
+ this.cr("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
71576
71650
  }
71577
71651
  },
71578
71652
  enumerable: false,
71579
71653
  configurable: true
71580
71654
  });
71581
- Object.defineProperty(CheckboxList.prototype, "y", {
71655
+ Object.defineProperty(CheckboxList.prototype, "aa", {
71582
71656
  get: function () {
71583
- return this.x;
71657
+ return this.z;
71584
71658
  },
71585
71659
  set: function (a) {
71586
- var b = this.x;
71587
- this.x = a;
71588
- if (b != this.x) {
71589
- this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
71660
+ var b = this.z;
71661
+ this.z = a;
71662
+ if (b != this.z) {
71663
+ this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.z));
71590
71664
  }
71591
71665
  },
71592
71666
  enumerable: false,
71593
71667
  configurable: true
71594
71668
  });
71595
- Object.defineProperty(CheckboxList.prototype, "aa", {
71669
+ Object.defineProperty(CheckboxList.prototype, "ac", {
71596
71670
  get: function () {
71597
- return this.z;
71671
+ return this.ab;
71598
71672
  },
71599
71673
  set: function (a) {
71600
- var b = this.z;
71601
- this.z = a;
71602
- if (b != this.z) {
71603
- this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
71674
+ var b = this.ab;
71675
+ this.ab = a;
71676
+ if (b != this.ab) {
71677
+ this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ab));
71604
71678
  }
71605
71679
  },
71606
71680
  enumerable: false,
71607
71681
  configurable: true
71608
71682
  });
71609
- Object.defineProperty(CheckboxList.prototype, "du", {
71683
+ Object.defineProperty(CheckboxList.prototype, "d1", {
71610
71684
  get: function () {
71611
- return this.dd;
71685
+ return this.di;
71612
71686
  },
71613
71687
  set: function (a) {
71614
- var b = this.dd;
71615
- this.dd = a;
71616
- if (b != this.dd) {
71617
- this.cn("SearchIconColor", b, this.dd);
71688
+ var b = this.di;
71689
+ this.di = a;
71690
+ if (b != this.di) {
71691
+ this.cr("SearchIconColor", b, this.di);
71618
71692
  }
71619
71693
  },
71620
71694
  enumerable: false,
71621
71695
  configurable: true
71622
71696
  });
71623
- Object.defineProperty(CheckboxList.prototype, "ds", {
71697
+ Object.defineProperty(CheckboxList.prototype, "dz", {
71624
71698
  get: function () {
71625
- return this.db;
71699
+ return this.dg;
71626
71700
  },
71627
71701
  set: function (a) {
71628
- var b = this.db;
71629
- this.db = a;
71630
- if (b != this.db) {
71631
- this.cn("SearchBackgroundColor", b, this.db);
71702
+ var b = this.dg;
71703
+ this.dg = a;
71704
+ if (b != this.dg) {
71705
+ this.cr("SearchBackgroundColor", b, this.dg);
71632
71706
  }
71633
71707
  },
71634
71708
  enumerable: false,
71635
71709
  configurable: true
71636
71710
  });
71637
- Object.defineProperty(CheckboxList.prototype, "dv", {
71711
+ Object.defineProperty(CheckboxList.prototype, "d2", {
71638
71712
  get: function () {
71639
- return this.de;
71713
+ return this.dj;
71640
71714
  },
71641
71715
  set: function (a) {
71642
- var b = this.de;
71643
- this.de = a;
71644
- if (b != this.de) {
71645
- this.cn("SearchTextColor", b, this.de);
71716
+ var b = this.dj;
71717
+ this.dj = a;
71718
+ if (b != this.dj) {
71719
+ this.cr("SearchTextColor", b, this.dj);
71646
71720
  }
71647
71721
  },
71648
71722
  enumerable: false,
71649
71723
  configurable: true
71650
71724
  });
71651
- Object.defineProperty(CheckboxList.prototype, "dt", {
71725
+ Object.defineProperty(CheckboxList.prototype, "d0", {
71652
71726
  get: function () {
71653
- return this.dc;
71727
+ return this.dh;
71654
71728
  },
71655
71729
  set: function (a) {
71656
- var b = this.dc;
71657
- this.dc = a;
71658
- if (b != this.dc) {
71659
- this.cn("SearchBorderColor", b, this.dc);
71730
+ var b = this.dh;
71731
+ this.dh = a;
71732
+ if (b != this.dh) {
71733
+ this.cr("SearchBorderColor", b, this.dh);
71660
71734
  }
71661
71735
  },
71662
71736
  enumerable: false,
71663
71737
  configurable: true
71664
71738
  });
71665
- Object.defineProperty(CheckboxList.prototype, "af", {
71739
+ Object.defineProperty(CheckboxList.prototype, "ah", {
71666
71740
  get: function () {
71667
- return this.ad;
71741
+ return this.af;
71668
71742
  },
71669
71743
  set: function (a) {
71670
- var b = this.ad;
71671
- this.ad = a;
71672
- if (b != this.ad) {
71673
- this.cn("SearchTextStyle", b, this.ad);
71744
+ var b = this.af;
71745
+ this.af = a;
71746
+ if (b != this.af) {
71747
+ this.cr("SearchTextStyle", b, this.af);
71674
71748
  }
71675
71749
  },
71676
71750
  enumerable: false,
71677
71751
  configurable: true
71678
71752
  });
71679
- Object.defineProperty(CheckboxList.prototype, "dl", {
71753
+ Object.defineProperty(CheckboxList.prototype, "dr", {
71680
71754
  get: function () {
71681
- return this.c7;
71755
+ return this.db;
71682
71756
  },
71683
71757
  set: function (a) {
71684
- var b = this.c7;
71685
- this.c7 = a;
71686
- if (b != this.c7) {
71687
- this.cn("CheckboxTickColor", b, this.c7);
71758
+ var b = this.db;
71759
+ this.db = a;
71760
+ if (b != this.db) {
71761
+ this.cr("CheckboxTickColor", b, this.db);
71688
71762
  }
71689
71763
  },
71690
71764
  enumerable: false,
71691
71765
  configurable: true
71692
71766
  });
71693
- Object.defineProperty(CheckboxList.prototype, "dj", {
71767
+ Object.defineProperty(CheckboxList.prototype, "dp", {
71694
71768
  get: function () {
71695
- return this.c5;
71769
+ return this.c9;
71696
71770
  },
71697
71771
  set: function (a) {
71698
- var b = this.c5;
71699
- this.c5 = a;
71700
- if (b != this.c5) {
71701
- this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
71772
+ var b = this.c9;
71773
+ this.c9 = a;
71774
+ if (b != this.c9) {
71775
+ this.cr("CheckboxCheckedBackgroundColor", b, this.c9);
71702
71776
  }
71703
71777
  },
71704
71778
  enumerable: false,
71705
71779
  configurable: true
71706
71780
  });
71707
- Object.defineProperty(CheckboxList.prototype, "dm", {
71781
+ Object.defineProperty(CheckboxList.prototype, "ds", {
71708
71782
  get: function () {
71709
- return this.c8;
71783
+ return this.dc;
71710
71784
  },
71711
71785
  set: function (a) {
71712
- var b = this.c8;
71713
- this.c8 = a;
71714
- if (b != this.c8) {
71715
- this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
71786
+ var b = this.dc;
71787
+ this.dc = a;
71788
+ if (b != this.dc) {
71789
+ this.cr("CheckboxUncheckedBackgroundColor", b, this.dc);
71716
71790
  }
71717
71791
  },
71718
71792
  enumerable: false,
71719
71793
  configurable: true
71720
71794
  });
71721
- Object.defineProperty(CheckboxList.prototype, "dk", {
71795
+ Object.defineProperty(CheckboxList.prototype, "dq", {
71722
71796
  get: function () {
71723
- return this.c6;
71797
+ return this.da;
71724
71798
  },
71725
71799
  set: function (a) {
71726
- var b = this.c6;
71727
- this.c6 = a;
71728
- if (b != this.c6) {
71729
- this.cn("CheckboxCheckedBorderColor", b, this.c6);
71800
+ var b = this.da;
71801
+ this.da = a;
71802
+ if (b != this.da) {
71803
+ this.cr("CheckboxCheckedBorderColor", b, this.da);
71730
71804
  }
71731
71805
  },
71732
71806
  enumerable: false,
71733
71807
  configurable: true
71734
71808
  });
71735
- Object.defineProperty(CheckboxList.prototype, "dn", {
71809
+ Object.defineProperty(CheckboxList.prototype, "dt", {
71736
71810
  get: function () {
71737
- return this.c9;
71811
+ return this.dd;
71738
71812
  },
71739
71813
  set: function (a) {
71740
- var b = this.c9;
71741
- this.c9 = a;
71742
- if (b != this.c9) {
71743
- this.cn("CheckboxUncheckedBorderColor", b, this.c9);
71814
+ var b = this.dd;
71815
+ this.dd = a;
71816
+ if (b != this.dd) {
71817
+ this.cr("CheckboxUncheckedBorderColor", b, this.dd);
71744
71818
  }
71745
71819
  },
71746
71820
  enumerable: false,
71747
71821
  configurable: true
71748
71822
  });
71749
- Object.defineProperty(CheckboxList.prototype, "w", {
71823
+ Object.defineProperty(CheckboxList.prototype, "y", {
71750
71824
  get: function () {
71751
- return this.v;
71825
+ return this.x;
71752
71826
  },
71753
71827
  set: function (a) {
71754
- var b = this.v;
71755
- this.v = a;
71756
- if (b != this.v) {
71757
- this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
71828
+ var b = this.x;
71829
+ this.x = a;
71830
+ if (b != this.x) {
71831
+ this.cr("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.x));
71758
71832
  }
71759
71833
  },
71760
71834
  enumerable: false,
71761
71835
  configurable: true
71762
71836
  });
71763
- Object.defineProperty(CheckboxList.prototype, "dr", {
71837
+ Object.defineProperty(CheckboxList.prototype, "dy", {
71764
71838
  get: function () {
71765
- return this.da;
71839
+ return this.df;
71766
71840
  },
71767
71841
  set: function (a) {
71768
- var b = this.da;
71769
- this.da = a;
71770
- if (b != this.da) {
71771
- this.cn("ScrollbarBackground", b, this.da);
71842
+ var b = this.df;
71843
+ this.df = a;
71844
+ if (b != this.df) {
71845
+ this.cr("ScrollbarBackground", b, this.df);
71772
71846
  }
71773
71847
  },
71774
71848
  enumerable: false,
71775
71849
  configurable: true
71776
71850
  });
71777
- CheckboxList.prototype.cn = function (a, b, c) {
71851
+ CheckboxList.prototype.cr = function (a, b, c) {
71778
71852
  if (this.propertyChanged != null) {
71779
71853
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
71780
71854
  }
71781
- this.cs(a, b, c);
71855
+ this.cw(a, b, c);
71782
71856
  };
71783
- CheckboxList.prototype.cs = function (a, b, c) {
71857
+ CheckboxList.prototype.cw = function (a, b, c) {
71784
71858
  switch (a) {
71785
71859
  case "ItemsSource":
71786
71860
  if (this.h != null) {
@@ -71793,26 +71867,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71793
71867
  }
71794
71868
  if (this.h.actualDataSource != null) {
71795
71869
  var d = this.h.actualDataSource;
71796
- d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
71870
+ d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cs));
71797
71871
  }
71798
- this.h.itemsSource = this.ay;
71799
- this.b7();
71872
+ this.h.itemsSource = this.a0;
71873
+ this.ca();
71800
71874
  if (this.h.actualDataSource != null) {
71801
71875
  var e = this.h.actualDataSource;
71802
- e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
71876
+ e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cs));
71803
71877
  }
71804
- this.aj = true;
71805
- this.cq();
71806
- this.aj = false;
71878
+ this.al = true;
71879
+ this.cu();
71880
+ this.al = false;
71807
71881
  this.m.ag();
71808
71882
  }
71809
71883
  break;
71810
71884
  case "DataMemberPath":
71811
71885
  case "SelectedMemberPath":
71812
71886
  if (this.h != null) {
71813
- if (this.a0 != null) {
71814
- this.cq();
71815
- this.c1();
71887
+ if (this.a2 != null) {
71888
+ this.cu();
71889
+ this.c5();
71816
71890
  }
71817
71891
  }
71818
71892
  break;
@@ -71822,7 +71896,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71822
71896
  }
71823
71897
  break;
71824
71898
  case "SelectAllCaptionTextColor":
71825
- this.dh = null != this.dw ? this.dw : CheckboxList.dq;
71899
+ this.dm = null != this.d3 ? this.d3 : CheckboxList.dw;
71826
71900
  break;
71827
71901
  case "SelectAllCaption":
71828
71902
  case "ActualSelectAllCaptionTextColor":
@@ -71837,71 +71911,75 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71837
71911
  this.m.s();
71838
71912
  break;
71839
71913
  case "FilterPlaceholderText":
71840
- if (this.o != null) {
71841
- this.o.cg = this.bg;
71914
+ if (this.q != null) {
71915
+ this.q.cg = this.bi;
71842
71916
  }
71843
71917
  break;
71844
71918
  case "SearchInputType":
71845
- if (this.q != null) {
71846
- this.q.d = this.t;
71919
+ if (this.s != null) {
71920
+ this.s.d = this.v;
71847
71921
  }
71848
71922
  break;
71849
71923
  case "RowHeight":
71850
71924
  if (this.h != null) {
71851
- this.h.rowHeight = this.ax;
71925
+ this.h.rowHeight = this.az;
71852
71926
  }
71853
71927
  break;
71854
71928
  case "CellTextStyle":
71855
71929
  if (this.h != null) {
71856
- this.h.cellTextStyle = this.ae;
71930
+ this.h.cellTextStyle = this.ag;
71857
71931
  }
71858
71932
  this.m.ac();
71859
71933
  break;
71860
71934
  case "BackgroundColor":
71861
71935
  case "TextColor":
71936
+ case "RowHoverBackgroundColor":
71862
71937
  var f = this.h;
71863
71938
  if (null != f) {
71864
- f.cellTextColor = this.dy;
71865
- f.cellBackground = this.di;
71866
- f.cellSelectedBackground = this.di;
71939
+ f.cellTextColor = this.d5;
71940
+ f.cellBackground = this.dn;
71941
+ f.cellSelectedBackground = this.dn;
71942
+ f.rowHoverBackground = this.dx;
71867
71943
  }
71868
71944
  this.m.ad();
71869
71945
  break;
71870
71946
  case "BaseTheme":
71871
- this.c0();
71947
+ this.c4();
71872
71948
  break;
71873
71949
  case "Density":
71874
- this.cz();
71950
+ this.c3();
71875
71951
  break;
71876
71952
  case "IsRowHoverEnabled":
71877
71953
  if (this.h != null) {
71878
- this.h.isRowHoverEnabled = this.an;
71954
+ this.h.isRowHoverEnabled = this.ap;
71879
71955
  }
71880
71956
  break;
71881
71957
  case "ScrollbarStyle":
71882
71958
  if (this.h != null) {
71883
- this.h.scrollbarStyle = this.w;
71959
+ this.h.scrollbarStyle = this.y;
71884
71960
  }
71885
71961
  break;
71886
71962
  case "ScrollbarBackground":
71887
71963
  if (this.h != null) {
71888
- this.h.scrollbarBackground = this.dr;
71964
+ this.h.scrollbarBackground = this.dy;
71889
71965
  }
71890
71966
  break;
71891
71967
  case "SearchIconColor":
71892
71968
  this.m.ab();
71893
71969
  break;
71894
71970
  case "SearchBackgroundColor":
71895
- this.r.mc = this.ds;
71971
+ this.t.mc = this.dz;
71896
71972
  break;
71897
71973
  case "SearchBorderColor":
71898
- this.r.md = this.dt;
71974
+ this.t.md = this.d0;
71899
71975
  break;
71900
71976
  case "SearchTextColor":
71901
- this.p.d8 = this.dv;
71977
+ if (this.r != null) {
71978
+ this.r.d8 = this.d2;
71979
+ }
71902
71980
  break;
71903
71981
  case "SearchTextStyle":
71904
- this.p.af = this.af;
71982
+ this.r.af = this.ah;
71905
71983
  break;
71906
71984
  case "CheckboxTickColor":
71907
71985
  case "CheckboxCheckedBackgroundColor":
@@ -71915,43 +71993,52 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71915
71993
  break;
71916
71994
  }
71917
71995
  };
71918
- CheckboxList.prototype.cz = function () {
71996
+ CheckboxList.prototype.c3 = function () {
71919
71997
  if (this.h != null) {
71920
- this.h.density = this.aa;
71998
+ this.h.density = this.ac;
71921
71999
  }
71922
- if (this.q != null) {
71923
- this.q.t = this.aa;
72000
+ if (this.s != null) {
72001
+ this.s.t = this.ac;
71924
72002
  }
71925
72003
  this.m.x();
71926
72004
  };
71927
- CheckboxList.prototype.c0 = function () {
71928
- if (this.q != null) {
71929
- this.q.p = this.y;
72005
+ CheckboxList.prototype.c4 = function () {
72006
+ if (this.s != null) {
72007
+ this.s.p = this.aa;
72008
+ }
72009
+ if (this.r != null) {
72010
+ this.r.d8 = this.d2;
72011
+ }
72012
+ if (this.h != null) {
72013
+ this.h.cellTextColor = this.d5;
72014
+ this.h.cellBackground = this.dn;
72015
+ this.h.cellSelectedBackground = this.dn;
72016
+ this.h.rowHoverBackground = this.dx;
71930
72017
  }
71931
72018
  this.m.z();
71932
72019
  };
71933
- CheckboxList.prototype.co = function (a, b) {
71934
- this.aj = true;
71935
- this.b7();
72020
+ CheckboxList.prototype.cs = function (a, b) {
72021
+ this.al = true;
72022
+ this.ca();
71936
72023
  if (b.schema != null) {
71937
- this.cq();
72024
+ this.cu();
71938
72025
  for (var c = 0; c < this.g.count; c++) {
71939
- this.cl(this.g._inner[c]);
72026
+ this.cp(this.g._inner[c]);
71940
72027
  }
71941
72028
  this.m.ag();
71942
72029
  }
71943
- this.aj = false;
72030
+ this.al = false;
71944
72031
  };
71945
- CheckboxList.prototype.cq = function () {
71946
- if (this.ab == null && this.a2 != null && this.a2 != "") {
71947
- this.ab = new FastReflectionHelper(false, this.a2);
72032
+ CheckboxList.prototype.cu = function () {
72033
+ if (this.ad == null && this.a4 != null && this.a4 != "") {
72034
+ this.ad = new FastReflectionHelper(false, this.a4);
71948
72035
  }
71949
- if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
71950
- this.ab.propertyName = this.a2;
72036
+ if (this.a0 != null && this.ad != null && this.h.actualDataSource.actualSchema != null) {
72037
+ this.ad.propertyName = this.a4;
71951
72038
  var a = this.h.actualDataSource.actualCount;
71952
72039
  for (var b = 0; b < a; b++) {
71953
72040
  var c = this.h.actualDataSource.getItemAtIndex(b);
71954
- var d = this.ab.getPropertyValue(c);
72041
+ var d = this.ad.getPropertyValue(c);
71955
72042
  if (d == true) {
71956
72043
  var e = this.j(c);
71957
72044
  if (!this.g.contains(e)) {
@@ -71961,24 +72048,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71961
72048
  }
71962
72049
  }
71963
72050
  };
71964
- CheckboxList.prototype.c1 = function () {
72051
+ CheckboxList.prototype.c5 = function () {
71965
72052
  this.h.actualColumns.clear();
71966
72053
  this.h.primaryKey = this.b;
71967
72054
  this.h.isGroupRowSticky = false;
71968
- this.h.rowHeight = this.ax;
71969
- this.h.cellBackground = this.di;
71970
- this.h.cellSelectedBackground = this.di;
71971
- this.h.density = this.aa;
71972
- this.h.isRowHoverEnabled = this.an;
72055
+ this.h.rowHeight = this.az;
72056
+ this.h.cellBackground = this.dn;
72057
+ this.h.cellSelectedBackground = this.dn;
72058
+ this.h.density = this.ac;
72059
+ this.h.isRowHoverEnabled = this.ap;
71973
72060
  this.h.borderWidth = new Thickness(0, 0);
71974
- if (this.ae != null) {
71975
- this.h.cellTextStyle = this.ae;
72061
+ if (this.ag != null) {
72062
+ this.h.cellTextStyle = this.ag;
71976
72063
  }
71977
72064
  var a = new TemplateColumn();
71978
- if (this.a2 == null) {
71979
- this.a2 = "";
72065
+ if (this.a4 == null) {
72066
+ this.a4 = "";
71980
72067
  }
71981
- a.i8 = this.a2;
72068
+ a.i8 = this.a4;
71982
72069
  a.jz = "CheckboxColumn";
71983
72070
  var b = new ColumnWidth();
71984
72071
  b.c = false;
@@ -71986,10 +72073,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
71986
72073
  a.width = b;
71987
72074
  a.h2 = 0;
71988
72075
  a.h3 = 0;
71989
- a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
72076
+ a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cb));
71990
72077
  this.h.columns.add(a);
71991
72078
  this.i = a;
71992
- var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
72079
+ var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a2);
71993
72080
  var d;
71994
72081
  switch (c) {
71995
72082
  case 8:
@@ -72012,7 +72099,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72012
72099
  d = new TextColumn();
72013
72100
  break;
72014
72101
  }
72015
- d.i8 = this.a0;
72102
+ d.i8 = this.a2;
72016
72103
  d.jz = "DataColumn";
72017
72104
  d.h2 = 0;
72018
72105
  d.e = 0;
@@ -72024,13 +72111,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72024
72111
  CheckboxList.prototype.provideHrElement = function (a) {
72025
72112
  this.m.p(a);
72026
72113
  };
72027
- CheckboxList.prototype.ck = function () {
72028
- var a = this.p;
72029
- a.changing = delegateCombine(a.changing, runOn(this, this.cc));
72114
+ CheckboxList.prototype.co = function () {
72115
+ var a = this.r;
72116
+ a.changing = delegateCombine(a.changing, runOn(this, this.cg));
72117
+ this.c4();
72030
72118
  };
72031
- CheckboxList.prototype.cc = function (a, b) {
72119
+ CheckboxList.prototype.cg = function (a, b) {
72032
72120
  var c = b.value.toLowerCase();
72033
- this.cj(c);
72121
+ this.cn(c);
72034
72122
  };
72035
72123
  CheckboxList.prototype.j = function (a) {
72036
72124
  if (this.b == null) {
@@ -72044,55 +72132,61 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72044
72132
  }
72045
72133
  return new PrimaryKeyValue(b, c);
72046
72134
  };
72047
- CheckboxList.prototype.cw = function (a) {
72048
- this.ai = true;
72135
+ CheckboxList.prototype.c0 = function (a) {
72136
+ this.ak = true;
72049
72137
  var b = this.e.getItemAtIndex(a);
72138
+ if (this.ad != null) {
72139
+ this.ad.setPropertyValue(b, false);
72140
+ }
72050
72141
  var c = this.j(b);
72051
72142
  this.g.remove(c);
72052
- this.ai = false;
72143
+ this.ak = false;
72053
72144
  };
72054
- CheckboxList.prototype.b5 = function (a) {
72055
- this.ai = true;
72145
+ CheckboxList.prototype.b8 = function (a) {
72146
+ this.ak = true;
72056
72147
  var b = this.e.getItemAtIndex(a);
72148
+ if (this.ad != null) {
72149
+ this.ad.setPropertyValue(b, true);
72150
+ }
72057
72151
  var c = this.j(b);
72058
72152
  this.g.add(c);
72059
- this.ai = false;
72153
+ this.ak = false;
72060
72154
  };
72061
- CheckboxList.prototype.cy = function () {
72155
+ CheckboxList.prototype.c2 = function () {
72062
72156
  this.l = 0;
72063
72157
  this.g.clear();
72064
- this.cd();
72158
+ this.ch();
72065
72159
  this.m.ag();
72066
72160
  };
72067
- CheckboxList.prototype.b9 = function () {
72161
+ CheckboxList.prototype.cc = function () {
72068
72162
  this.l = 1;
72069
72163
  this.g.clear();
72070
- this.cd();
72164
+ this.ch();
72071
72165
  this.m.ag();
72072
72166
  };
72073
- CheckboxList.prototype.cg = function (a, b, c) {
72167
+ CheckboxList.prototype.ck = function (a, b, c) {
72074
72168
  if (this.h != null) {
72075
72169
  this.h.notifySetItem(a, b, c);
72076
72170
  }
72077
72171
  };
72078
- CheckboxList.prototype.cd = function () {
72172
+ CheckboxList.prototype.ch = function () {
72079
72173
  if (this.h != null) {
72080
72174
  this.h.notifyClearItems();
72081
72175
  }
72082
72176
  };
72083
- CheckboxList.prototype.ce = function (a, b) {
72177
+ CheckboxList.prototype.ci = function (a, b) {
72084
72178
  if (this.h != null) {
72085
72179
  this.h.notifyInsertItem(a, b);
72086
72180
  }
72087
72181
  ;
72088
72182
  };
72089
- CheckboxList.prototype.cf = function (a, b) {
72183
+ CheckboxList.prototype.cj = function (a, b) {
72090
72184
  if (this.h != null) {
72091
72185
  this.h.notifyRemoveItem(a, b);
72092
72186
  }
72093
72187
  ;
72094
72188
  };
72095
- CheckboxList.prototype.b6 = function (a) {
72189
+ CheckboxList.prototype.b9 = function (a) {
72096
72190
  var b = null;
72097
72191
  if (this.b == null || this.b.length == 0) {
72098
72192
  b = new PrimaryKeyValue(null, a);
@@ -72104,10 +72198,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72104
72198
  throw new ArgumentException(1, "value length must match PrimaryKey length");
72105
72199
  }
72106
72200
  if (b != null) {
72201
+ if (this.ad != null) {
72202
+ var c = this.e.indexOfKey(a);
72203
+ var d = this.e.getItemAtIndex(c);
72204
+ this.ad.setPropertyValue(d, true);
72205
+ }
72107
72206
  this.g.add(b);
72108
72207
  }
72109
72208
  };
72110
- CheckboxList.prototype.cx = function (a) {
72209
+ CheckboxList.prototype.c1 = function (a) {
72111
72210
  var b = null;
72112
72211
  if (this.b == null || this.b.length == 0) {
72113
72212
  b = new PrimaryKeyValue(null, a);
@@ -72119,62 +72218,67 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72119
72218
  throw new ArgumentException(1, "value length must match PrimaryKey length");
72120
72219
  }
72121
72220
  if (this.g.contains(b)) {
72221
+ if (this.ad != null) {
72222
+ var c = this.e.indexOfKey(a);
72223
+ var d = this.e.getItemAtIndex(c);
72224
+ this.ad.setPropertyValue(d, false);
72225
+ }
72122
72226
  this.g.remove(b);
72123
72227
  }
72124
72228
  };
72125
- Object.defineProperty(CheckboxList.prototype, "bx", {
72229
+ Object.defineProperty(CheckboxList.prototype, "b0", {
72126
72230
  get: function () {
72127
- return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
72231
+ return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
72128
72232
  },
72129
72233
  set: function (a) {
72130
- if (a == this.bw) {
72234
+ if (a == this.bz) {
72131
72235
  return;
72132
72236
  }
72133
- var b = this.bw;
72134
- this.bw = a;
72135
- this.cn("SelectAllCaption", b, this.bw);
72237
+ var b = this.bz;
72238
+ this.bz = a;
72239
+ this.cr("SelectAllCaption", b, this.bz);
72136
72240
  },
72137
72241
  enumerable: false,
72138
72242
  configurable: true
72139
72243
  });
72140
- Object.defineProperty(CheckboxList.prototype, "dw", {
72244
+ Object.defineProperty(CheckboxList.prototype, "d3", {
72141
72245
  get: function () {
72142
- return this.df;
72246
+ return this.dk;
72143
72247
  },
72144
72248
  set: function (a) {
72145
- var b = this.df;
72146
- this.df = a;
72147
- if (b != this.df) {
72148
- this.cn("SelectAllCaptionTextColor", b, a);
72249
+ var b = this.dk;
72250
+ this.dk = a;
72251
+ if (b != this.dk) {
72252
+ this.cr("SelectAllCaptionTextColor", b, a);
72149
72253
  }
72150
72254
  },
72151
72255
  enumerable: false,
72152
72256
  configurable: true
72153
72257
  });
72154
- Object.defineProperty(CheckboxList.prototype, "dh", {
72258
+ Object.defineProperty(CheckboxList.prototype, "dm", {
72155
72259
  get: function () {
72156
- return this.c3;
72260
+ return this.c7;
72157
72261
  },
72158
72262
  set: function (a) {
72159
- var b = this.c3;
72160
- this.c3 = a;
72161
- if (b != this.c3) {
72162
- this.cn("ActualSelectAllCaptionTextColor", b, a);
72263
+ var b = this.c7;
72264
+ this.c7 = a;
72265
+ if (b != this.c7) {
72266
+ this.cr("ActualSelectAllCaptionTextColor", b, a);
72163
72267
  }
72164
72268
  },
72165
72269
  enumerable: false,
72166
72270
  configurable: true
72167
72271
  });
72168
- Object.defineProperty(CheckboxList.prototype, "ao", {
72272
+ Object.defineProperty(CheckboxList.prototype, "aq", {
72169
72273
  get: function () {
72170
- if (-1 == this.aw) {
72274
+ if (-1 == this.ay) {
72171
72275
  return false;
72172
72276
  }
72173
72277
  var a = this.g.count;
72174
72278
  if (0 == a) {
72175
72279
  return false;
72176
72280
  }
72177
- if (a == this.aw) {
72281
+ if (a == this.ay) {
72178
72282
  return false;
72179
72283
  }
72180
72284
  return true;
@@ -72182,50 +72286,64 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72182
72286
  enumerable: false,
72183
72287
  configurable: true
72184
72288
  });
72185
- Object.defineProperty(CheckboxList.prototype, "as", {
72289
+ Object.defineProperty(CheckboxList.prototype, "au", {
72186
72290
  get: function () {
72187
- return this.ar;
72291
+ return this.at;
72188
72292
  },
72189
72293
  set: function (a) {
72190
- if (a == this.ar) {
72294
+ if (a == this.at) {
72191
72295
  return;
72192
72296
  }
72193
- var b = this.ar;
72194
- this.ar = a;
72195
- this.cn("showSelectAll", b, this.ar);
72297
+ var b = this.at;
72298
+ this.at = a;
72299
+ this.cr("showSelectAll", b, this.at);
72196
72300
  },
72197
72301
  enumerable: false,
72198
72302
  configurable: true
72199
72303
  });
72200
- Object.defineProperty(CheckboxList.prototype, "di", {
72304
+ Object.defineProperty(CheckboxList.prototype, "dn", {
72201
72305
  get: function () {
72202
- return this.c4;
72306
+ return this.c8;
72203
72307
  },
72204
72308
  set: function (a) {
72205
- var b = this.c4;
72206
- this.c4 = a;
72207
- if (b != this.c4) {
72208
- this.cn("BackgroundColor", b, a);
72309
+ var b = this.c8;
72310
+ this.c8 = a;
72311
+ if (b != this.c8) {
72312
+ this.cr("BackgroundColor", b, a);
72209
72313
  }
72210
72314
  },
72211
72315
  enumerable: false,
72212
72316
  configurable: true
72213
72317
  });
72214
- Object.defineProperty(CheckboxList.prototype, "dy", {
72318
+ Object.defineProperty(CheckboxList.prototype, "dx", {
72215
72319
  get: function () {
72216
- return this.dg;
72320
+ return this.de;
72217
72321
  },
72218
72322
  set: function (a) {
72219
- var b = this.dg;
72220
- this.dg = a;
72221
- if (b != this.dg) {
72222
- this.cn("TextColor", b, a);
72323
+ var b = this.de;
72324
+ this.de = a;
72325
+ if (b != this.de) {
72326
+ this.cr("RowHoverBackgroundColor", b, a);
72223
72327
  }
72224
72328
  },
72225
72329
  enumerable: false,
72226
72330
  configurable: true
72227
72331
  });
72228
- CheckboxList.prototype.cp = function (a) {
72332
+ Object.defineProperty(CheckboxList.prototype, "d5", {
72333
+ get: function () {
72334
+ return this.dl;
72335
+ },
72336
+ set: function (a) {
72337
+ var b = this.dl;
72338
+ this.dl = a;
72339
+ if (b != this.dl) {
72340
+ this.cr("TextColor", b, a);
72341
+ }
72342
+ },
72343
+ enumerable: false,
72344
+ configurable: true
72345
+ });
72346
+ CheckboxList.prototype.ct = function (a) {
72229
72347
  if (this.selectAllCheckboxChanged != null) {
72230
72348
  this.selectAllCheckboxChanged(this, ((function () {
72231
72349
  var $ret = new SelectAllCheckboxChangedEventArgs();
@@ -72234,77 +72352,78 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
72234
72352
  })()));
72235
72353
  }
72236
72354
  };
72237
- CheckboxList.prototype.al = function () {
72238
- if (-1 == this.aw) {
72355
+ CheckboxList.prototype.an = function () {
72356
+ if (-1 == this.ay) {
72239
72357
  return true;
72240
72358
  }
72241
72359
  var a = this.g.count;
72242
72360
  switch (this.l) {
72243
- case 0: return this.aw == a;
72361
+ case 0: return this.ay == a;
72244
72362
  case 1: return 0 == a;
72245
72363
  default: return false;
72246
72364
  }
72247
72365
  };
72248
- CheckboxList.prototype.ak = function () {
72249
- if (-1 == this.aw) {
72366
+ CheckboxList.prototype.am = function () {
72367
+ if (-1 == this.ay) {
72250
72368
  return false;
72251
72369
  }
72252
72370
  var a = this.g.count;
72253
72371
  switch (this.l) {
72254
72372
  case 0: return 0 == a;
72255
- case 1: return this.aw == a;
72373
+ case 1: return this.ay == a;
72256
72374
  default: return false;
72257
72375
  }
72258
72376
  };
72259
- CheckboxList.prototype.b7 = function () {
72377
+ CheckboxList.prototype.ca = function () {
72260
72378
  var a = this.h.actualDataSource;
72261
72379
  if (null != a) {
72262
72380
  if (null == a.actualSchema) {
72263
- this.aw = -1;
72381
+ this.ay = -1;
72264
72382
  return;
72265
72383
  }
72266
72384
  var b = a.actualCount;
72267
- this.aw = b;
72385
+ this.ay = b;
72268
72386
  }
72269
72387
  else {
72270
- this.aw = -1;
72388
+ this.ay = -1;
72271
72389
  }
72272
72390
  };
72273
- Object.defineProperty(CheckboxList.prototype, "aq", {
72391
+ Object.defineProperty(CheckboxList.prototype, "as", {
72274
72392
  get: function () {
72275
- return this.ap;
72393
+ return this.ar;
72276
72394
  },
72277
72395
  set: function (a) {
72278
- if (a == this.ap) {
72396
+ if (a == this.ar) {
72279
72397
  return;
72280
72398
  }
72281
- var b = this.ap;
72282
- this.ap = a;
72283
- this.cn("ShowFilter", b, this.ap);
72399
+ var b = this.ar;
72400
+ this.ar = a;
72401
+ this.cr("ShowFilter", b, this.ar);
72284
72402
  },
72285
72403
  enumerable: false,
72286
72404
  configurable: true
72287
72405
  });
72288
- Object.defineProperty(CheckboxList.prototype, "an", {
72406
+ Object.defineProperty(CheckboxList.prototype, "ap", {
72289
72407
  get: function () {
72290
- return this.am;
72408
+ return this.ao;
72291
72409
  },
72292
72410
  set: function (a) {
72293
- if (a == this.am) {
72411
+ if (a == this.ao) {
72294
72412
  return;
72295
72413
  }
72296
- var b = this.am;
72297
- this.am = a;
72298
- this.cn("IsRowHoverEnabled", b, this.am);
72414
+ var b = this.ao;
72415
+ this.ao = a;
72416
+ this.cr("IsRowHoverEnabled", b, this.ao);
72299
72417
  },
72300
72418
  enumerable: false,
72301
72419
  configurable: true
72302
72420
  });
72303
72421
  CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
72304
- CheckboxList.dx = BrushUtil.h(255, 24, 29, 31);
72305
- 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";
72306
- CheckboxList.dp = BrushUtil.h(255, 248, 248, 248);
72307
- CheckboxList.dq = BrushUtil.h(255, 24, 29, 31);
72422
+ CheckboxList.d4 = BrushUtil.h(255, 24, 29, 31);
72423
+ CheckboxList.bw = "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";
72424
+ CheckboxList.du = BrushUtil.h(255, 248, 248, 248);
72425
+ CheckboxList.dv = null;
72426
+ CheckboxList.dw = BrushUtil.h(255, 24, 29, 31);
72308
72427
  return CheckboxList;
72309
72428
  }(Base));
72310
72429
 
@@ -72349,20 +72468,34 @@ var IgcCheckedChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
72349
72468
  };
72350
72469
  Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "index", {
72351
72470
  get: function () {
72352
- return this.i.b;
72471
+ return this.i.c;
72353
72472
  },
72354
72473
  set: function (v) {
72355
- this.i.b = +v;
72474
+ this.i.c = +v;
72356
72475
  },
72357
72476
  enumerable: false,
72358
72477
  configurable: true
72359
72478
  });
72360
72479
  Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "isChecked", {
72480
+ get: function () {
72481
+ return this.i.b;
72482
+ },
72483
+ set: function (v) {
72484
+ this.i.b = ensureBool(v);
72485
+ },
72486
+ enumerable: false,
72487
+ configurable: true
72488
+ });
72489
+ Object.defineProperty(IgcCheckedChangedEventArgs.prototype, "primaryKey", {
72361
72490
  get: function () {
72362
72491
  return this.i.a;
72363
72492
  },
72364
72493
  set: function (v) {
72365
- this.i.a = ensureBool(v);
72494
+ if (v && !Array.isArray(v) && typeof (v) == "string") {
72495
+ var re = /\s*(?:,|\s|$)\s*/gm;
72496
+ v = v.split(re);
72497
+ }
72498
+ this.i.a = v;
72366
72499
  },
72367
72500
  enumerable: false,
72368
72501
  configurable: true
@@ -72431,6 +72564,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72431
72564
  _this._stylingContainer = null;
72432
72565
  _this._stylingParent = null;
72433
72566
  _this._inStyling = false;
72567
+ _this._selectedKeyAdded = null;
72568
+ _this._selectedKeyAdded_wrapped = null;
72569
+ _this._selectedKeyRemoved = null;
72570
+ _this._selectedKeyRemoved_wrapped = null;
72434
72571
  _this._checkedChanged = null;
72435
72572
  _this._checkedChanged_wrapped = null;
72436
72573
  _this._selectAllCheckboxChanged = null;
@@ -72687,10 +72824,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72687
72824
  * Gets or Sets the property name that contains the values.
72688
72825
  */
72689
72826
  get: function () {
72690
- return this.i.bc;
72827
+ return this.i.be;
72691
72828
  },
72692
72829
  set: function (v) {
72693
- this.i.bc = v;
72830
+ this.i.be = v;
72694
72831
  },
72695
72832
  enumerable: false,
72696
72833
  configurable: true
@@ -72700,10 +72837,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72700
72837
  * Gets or Sets the property name that contains the values.
72701
72838
  */
72702
72839
  get: function () {
72703
- return this.i.b0;
72840
+ return this.i.b3;
72704
72841
  },
72705
72842
  set: function (v) {
72706
- this.i.b0 = v;
72843
+ this.i.b3 = v;
72707
72844
  },
72708
72845
  enumerable: false,
72709
72846
  configurable: true
@@ -72713,10 +72850,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72713
72850
  * Gets or Sets the property name that contains the values.
72714
72851
  */
72715
72852
  get: function () {
72716
- return this.i.bg;
72853
+ return this.i.bi;
72717
72854
  },
72718
72855
  set: function (v) {
72719
- this.i.bg = v;
72856
+ this.i.bi = v;
72720
72857
  },
72721
72858
  enumerable: false,
72722
72859
  configurable: true
@@ -72726,11 +72863,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72726
72863
  * Gets or Sets the property name that contains the values.
72727
72864
  */
72728
72865
  get: function () {
72729
- return this.i.t;
72866
+ return this.i.v;
72730
72867
  },
72731
72868
  set: function (v) {
72732
- this.i.t = ensureEnum(InputGroupDisplayType_$type, v);
72733
- this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.t));
72869
+ this.i.v = ensureEnum(InputGroupDisplayType_$type, v);
72870
+ this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.v));
72734
72871
  },
72735
72872
  enumerable: false,
72736
72873
  configurable: true
@@ -72740,18 +72877,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72740
72877
  * Gets or Sets the property name that contains the values.
72741
72878
  */
72742
72879
  get: function () {
72743
- return this.i.ax;
72880
+ return this.i.az;
72744
72881
  },
72745
72882
  set: function (v) {
72746
- this.i.ax = +v;
72747
- this._a("rowHeight", this.i.ax);
72883
+ this.i.az = +v;
72884
+ this._a("rowHeight", this.i.az);
72748
72885
  },
72749
72886
  enumerable: false,
72750
72887
  configurable: true
72751
72888
  });
72752
72889
  Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
72753
72890
  get: function () {
72754
- return this.i.av;
72891
+ return this.i.ax;
72755
72892
  },
72756
72893
  enumerable: false,
72757
72894
  configurable: true
@@ -72761,16 +72898,16 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72761
72898
  * Gets or Sets the property name that contains the values.
72762
72899
  */
72763
72900
  get: function () {
72764
- if (this.i.ae == null) {
72901
+ if (this.i.ag == null) {
72765
72902
  return null;
72766
72903
  }
72767
- return this.i.ae.fontString;
72904
+ return this.i.ag.fontString;
72768
72905
  },
72769
72906
  set: function (v) {
72770
72907
  var fi = new FontInfo();
72771
72908
  fi.fontString = v;
72772
- this.i.ae = fi;
72773
- this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
72909
+ this.i.ag = fi;
72910
+ this._a("cellTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
72774
72911
  },
72775
72912
  enumerable: false,
72776
72913
  configurable: true
@@ -72794,11 +72931,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72794
72931
  * Gets or Sets the property name that contains the values.
72795
72932
  */
72796
72933
  get: function () {
72797
- return this.i.y;
72934
+ return this.i.aa;
72798
72935
  },
72799
72936
  set: function (v) {
72800
- this.i.y = ensureEnum(BaseControlTheme_$type, v);
72801
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.y));
72937
+ this.i.aa = ensureEnum(BaseControlTheme_$type, v);
72938
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.aa));
72802
72939
  },
72803
72940
  enumerable: false,
72804
72941
  configurable: true
@@ -72808,11 +72945,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72808
72945
  * Gets or Sets the property name that contains the values.
72809
72946
  */
72810
72947
  get: function () {
72811
- return this.i.aa;
72948
+ return this.i.ac;
72812
72949
  },
72813
72950
  set: function (v) {
72814
- this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
72815
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.aa));
72951
+ this.i.ac = ensureEnum(ControlDisplayDensity_$type, v);
72952
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ac));
72816
72953
  },
72817
72954
  enumerable: false,
72818
72955
  configurable: true
@@ -72822,11 +72959,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72822
72959
  * Gets or sets the search icon color.
72823
72960
  */
72824
72961
  get: function () {
72825
- return brushToString(this.i.du);
72962
+ return brushToString(this.i.d1);
72826
72963
  },
72827
72964
  set: function (v) {
72828
- this.i.du = stringToBrush(v);
72829
- this._a("searchIconColor", brushToString(this.i.du));
72965
+ this.i.d1 = stringToBrush(v);
72966
+ this._a("searchIconColor", brushToString(this.i.d1));
72830
72967
  },
72831
72968
  enumerable: false,
72832
72969
  configurable: true
@@ -72836,11 +72973,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72836
72973
  * Gets or sets the search background color.
72837
72974
  */
72838
72975
  get: function () {
72839
- return brushToString(this.i.ds);
72976
+ return brushToString(this.i.dz);
72840
72977
  },
72841
72978
  set: function (v) {
72842
- this.i.ds = stringToBrush(v);
72843
- this._a("searchBackgroundColor", brushToString(this.i.ds));
72979
+ this.i.dz = stringToBrush(v);
72980
+ this._a("searchBackgroundColor", brushToString(this.i.dz));
72844
72981
  },
72845
72982
  enumerable: false,
72846
72983
  configurable: true
@@ -72850,11 +72987,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72850
72987
  * Gets or sets the search text color.
72851
72988
  */
72852
72989
  get: function () {
72853
- return brushToString(this.i.dv);
72990
+ return brushToString(this.i.d2);
72854
72991
  },
72855
72992
  set: function (v) {
72856
- this.i.dv = stringToBrush(v);
72857
- this._a("searchTextColor", brushToString(this.i.dv));
72993
+ this.i.d2 = stringToBrush(v);
72994
+ this._a("searchTextColor", brushToString(this.i.d2));
72858
72995
  },
72859
72996
  enumerable: false,
72860
72997
  configurable: true
@@ -72864,11 +73001,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72864
73001
  * Gets or sets the search border color.
72865
73002
  */
72866
73003
  get: function () {
72867
- return brushToString(this.i.dt);
73004
+ return brushToString(this.i.d0);
72868
73005
  },
72869
73006
  set: function (v) {
72870
- this.i.dt = stringToBrush(v);
72871
- this._a("searchBorderColor", brushToString(this.i.dt));
73007
+ this.i.d0 = stringToBrush(v);
73008
+ this._a("searchBorderColor", brushToString(this.i.d0));
72872
73009
  },
72873
73010
  enumerable: false,
72874
73011
  configurable: true
@@ -72878,16 +73015,16 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72878
73015
  * Gets or sets the text style.
72879
73016
  */
72880
73017
  get: function () {
72881
- if (this.i.af == null) {
73018
+ if (this.i.ah == null) {
72882
73019
  return null;
72883
73020
  }
72884
- return this.i.af.fontString;
73021
+ return this.i.ah.fontString;
72885
73022
  },
72886
73023
  set: function (v) {
72887
73024
  var fi = new FontInfo();
72888
73025
  fi.fontString = v;
72889
- this.i.af = fi;
72890
- this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
73026
+ this.i.ah = fi;
73027
+ this._a("searchTextStyle", this.i.ah != null ? this.i.ah.fontString : "");
72891
73028
  },
72892
73029
  enumerable: false,
72893
73030
  configurable: true
@@ -72897,11 +73034,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72897
73034
  * Gets or sets the checkbox tick color.
72898
73035
  */
72899
73036
  get: function () {
72900
- return brushToString(this.i.dl);
73037
+ return brushToString(this.i.dr);
72901
73038
  },
72902
73039
  set: function (v) {
72903
- this.i.dl = stringToBrush(v);
72904
- this._a("checkboxTickColor", brushToString(this.i.dl));
73040
+ this.i.dr = stringToBrush(v);
73041
+ this._a("checkboxTickColor", brushToString(this.i.dr));
72905
73042
  },
72906
73043
  enumerable: false,
72907
73044
  configurable: true
@@ -72911,11 +73048,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72911
73048
  * Gets or sets the checkbox background color when checked.
72912
73049
  */
72913
73050
  get: function () {
72914
- return brushToString(this.i.dj);
73051
+ return brushToString(this.i.dp);
72915
73052
  },
72916
73053
  set: function (v) {
72917
- this.i.dj = stringToBrush(v);
72918
- this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
73054
+ this.i.dp = stringToBrush(v);
73055
+ this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dp));
72919
73056
  },
72920
73057
  enumerable: false,
72921
73058
  configurable: true
@@ -72925,11 +73062,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72925
73062
  * Gets or sets the checkbox background color when unchecked.
72926
73063
  */
72927
73064
  get: function () {
72928
- return brushToString(this.i.dm);
73065
+ return brushToString(this.i.ds);
72929
73066
  },
72930
73067
  set: function (v) {
72931
- this.i.dm = stringToBrush(v);
72932
- this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
73068
+ this.i.ds = stringToBrush(v);
73069
+ this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.ds));
72933
73070
  },
72934
73071
  enumerable: false,
72935
73072
  configurable: true
@@ -72939,11 +73076,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72939
73076
  * Gets or sets the checkbox border color when checked.
72940
73077
  */
72941
73078
  get: function () {
72942
- return brushToString(this.i.dk);
73079
+ return brushToString(this.i.dq);
72943
73080
  },
72944
73081
  set: function (v) {
72945
- this.i.dk = stringToBrush(v);
72946
- this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
73082
+ this.i.dq = stringToBrush(v);
73083
+ this._a("checkboxCheckedBorderColor", brushToString(this.i.dq));
72947
73084
  },
72948
73085
  enumerable: false,
72949
73086
  configurable: true
@@ -72953,11 +73090,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72953
73090
  * Gets or sets the checkbox border color when unchecked.
72954
73091
  */
72955
73092
  get: function () {
72956
- return brushToString(this.i.dn);
73093
+ return brushToString(this.i.dt);
72957
73094
  },
72958
73095
  set: function (v) {
72959
- this.i.dn = stringToBrush(v);
72960
- this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
73096
+ this.i.dt = stringToBrush(v);
73097
+ this._a("checkboxUncheckedBorderColor", brushToString(this.i.dt));
72961
73098
  },
72962
73099
  enumerable: false,
72963
73100
  configurable: true
@@ -72967,11 +73104,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72967
73104
  * Gets or sets the style of scrollbar.
72968
73105
  */
72969
73106
  get: function () {
72970
- return this.i.w;
73107
+ return this.i.y;
72971
73108
  },
72972
73109
  set: function (v) {
72973
- this.i.w = ensureEnum(ScrollbarStyle_$type, v);
72974
- this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.w));
73110
+ this.i.y = ensureEnum(ScrollbarStyle_$type, v);
73111
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.y));
72975
73112
  },
72976
73113
  enumerable: false,
72977
73114
  configurable: true
@@ -72981,11 +73118,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72981
73118
  * Gets or sets the scrollbar background color.
72982
73119
  */
72983
73120
  get: function () {
72984
- return brushToString(this.i.dr);
73121
+ return brushToString(this.i.dy);
72985
73122
  },
72986
73123
  set: function (v) {
72987
- this.i.dr = stringToBrush(v);
72988
- this._a("scrollbarBackground", brushToString(this.i.dr));
73124
+ this.i.dy = stringToBrush(v);
73125
+ this._a("scrollbarBackground", brushToString(this.i.dy));
72989
73126
  },
72990
73127
  enumerable: false,
72991
73128
  configurable: true
@@ -72995,10 +73132,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72995
73132
  * Gets / sets the caption of the "Select All" checkbox.
72996
73133
  */
72997
73134
  get: function () {
72998
- return this.i.bx;
73135
+ return this.i.b0;
72999
73136
  },
73000
73137
  set: function (v) {
73001
- this.i.bx = v;
73138
+ this.i.b0 = v;
73002
73139
  },
73003
73140
  enumerable: false,
73004
73141
  configurable: true
@@ -73008,11 +73145,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73008
73145
  * Gets or sets the color to use for the "Select All" label.
73009
73146
  */
73010
73147
  get: function () {
73011
- return brushToString(this.i.dw);
73148
+ return brushToString(this.i.d3);
73012
73149
  },
73013
73150
  set: function (v) {
73014
- this.i.dw = stringToBrush(v);
73015
- this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
73151
+ this.i.d3 = stringToBrush(v);
73152
+ this._a("selectAllCaptionTextColor", brushToString(this.i.d3));
73016
73153
  },
73017
73154
  enumerable: false,
73018
73155
  configurable: true
@@ -73022,11 +73159,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73022
73159
  * Gets or sets the color to use for the actual header selectAllCaption text.
73023
73160
  */
73024
73161
  get: function () {
73025
- return brushToString(this.i.dh);
73162
+ return brushToString(this.i.dm);
73026
73163
  },
73027
73164
  set: function (v) {
73028
- this.i.dh = stringToBrush(v);
73029
- this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
73165
+ this.i.dm = stringToBrush(v);
73166
+ this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dm));
73030
73167
  },
73031
73168
  enumerable: false,
73032
73169
  configurable: true
@@ -73036,11 +73173,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73036
73173
  * Gets / sets whether the "Select all" checkbox is visible.
73037
73174
  */
73038
73175
  get: function () {
73039
- return this.i.as;
73176
+ return this.i.au;
73040
73177
  },
73041
73178
  set: function (v) {
73042
- this.i.as = ensureBool(v);
73043
- this._a("showSelectAll", this.i.as);
73179
+ this.i.au = ensureBool(v);
73180
+ this._a("showSelectAll", this.i.au);
73044
73181
  },
73045
73182
  enumerable: false,
73046
73183
  configurable: true
@@ -73050,11 +73187,25 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73050
73187
  * Gets or sets the color to use for the background of the component.
73051
73188
  */
73052
73189
  get: function () {
73053
- return brushToString(this.i.di);
73190
+ return brushToString(this.i.dn);
73191
+ },
73192
+ set: function (v) {
73193
+ this.i.dn = stringToBrush(v);
73194
+ this._a("backgroundColor", brushToString(this.i.dn));
73195
+ },
73196
+ enumerable: false,
73197
+ configurable: true
73198
+ });
73199
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "rowHoverBackgroundColor", {
73200
+ /**
73201
+ * Gets or sets the color to use when hovering over a grid row.
73202
+ */
73203
+ get: function () {
73204
+ return brushToString(this.i.dx);
73054
73205
  },
73055
73206
  set: function (v) {
73056
- this.i.di = stringToBrush(v);
73057
- this._a("backgroundColor", brushToString(this.i.di));
73207
+ this.i.dx = stringToBrush(v);
73208
+ this._a("rowHoverBackgroundColor", brushToString(this.i.dx));
73058
73209
  },
73059
73210
  enumerable: false,
73060
73211
  configurable: true
@@ -73064,11 +73215,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73064
73215
  * Gets or sets the color to use for the text of the component.
73065
73216
  */
73066
73217
  get: function () {
73067
- return brushToString(this.i.dy);
73218
+ return brushToString(this.i.d5);
73068
73219
  },
73069
73220
  set: function (v) {
73070
- this.i.dy = stringToBrush(v);
73071
- this._a("textColor", brushToString(this.i.dy));
73221
+ this.i.d5 = stringToBrush(v);
73222
+ this._a("textColor", brushToString(this.i.d5));
73072
73223
  },
73073
73224
  enumerable: false,
73074
73225
  configurable: true
@@ -73078,11 +73229,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73078
73229
  * Gets or sets whether the filter input is visible.
73079
73230
  */
73080
73231
  get: function () {
73081
- return this.i.aq;
73232
+ return this.i.as;
73082
73233
  },
73083
73234
  set: function (v) {
73084
- this.i.aq = ensureBool(v);
73085
- this._a("showFilter", this.i.aq);
73235
+ this.i.as = ensureBool(v);
73236
+ this._a("showFilter", this.i.as);
73086
73237
  },
73087
73238
  enumerable: false,
73088
73239
  configurable: true
@@ -73092,11 +73243,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73092
73243
  * Gets or sets whether row hover highlighting is enabled.
73093
73244
  */
73094
73245
  get: function () {
73095
- return this.i.an;
73246
+ return this.i.ap;
73096
73247
  },
73097
73248
  set: function (v) {
73098
- this.i.an = ensureBool(v);
73099
- this._a("isRowHoverEnabled", this.i.an);
73249
+ this.i.ap = ensureBool(v);
73250
+ this._a("isRowHoverEnabled", this.i.ap);
73100
73251
  },
73101
73252
  enumerable: false,
73102
73253
  configurable: true
@@ -73174,17 +73325,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73174
73325
 
73175
73326
  */
73176
73327
  IgcCheckboxListComponent.prototype.selectAll = function () {
73177
- this.i.cy();
73328
+ this.i.c2();
73178
73329
  };
73179
73330
  /**
73180
73331
  * Deselects all the items in the checkbox list.
73181
73332
 
73182
73333
  */
73183
73334
  IgcCheckboxListComponent.prototype.deselectAll = function () {
73184
- this.i.b9();
73335
+ this.i.cc();
73185
73336
  };
73186
73337
  IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
73187
- this.i.cg(index, oldItem, newItem);
73338
+ this.i.ck(index, oldItem, newItem);
73188
73339
  };
73189
73340
  /**
73190
73341
  * Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
@@ -73192,26 +73343,26 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73192
73343
 
73193
73344
  */
73194
73345
  IgcCheckboxListComponent.prototype.notifyClearItems = function () {
73195
- this.i.cd();
73346
+ this.i.ch();
73196
73347
  };
73197
73348
  IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
73198
- this.i.ce(index, newItem);
73349
+ this.i.ci(index, newItem);
73199
73350
  };
73200
73351
  IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
73201
- this.i.cf(index, oldItem);
73352
+ this.i.cj(index, oldItem);
73202
73353
  };
73203
73354
  IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
73204
- this.i.b6(value);
73355
+ this.i.b9(value);
73205
73356
  };
73206
73357
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
73207
- this.i.cx(value);
73358
+ this.i.c1(value);
73208
73359
  };
73209
73360
  /**
73210
73361
  * Returns true if no items are selected / checked; otherwise false.
73211
73362
 
73212
73363
  */
73213
73364
  IgcCheckboxListComponent.prototype.isNothingSelected = function () {
73214
- var iv = this.i.al();
73365
+ var iv = this.i.an();
73215
73366
  return (iv);
73216
73367
  };
73217
73368
  /**
@@ -73219,9 +73370,71 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73219
73370
 
73220
73371
  */
73221
73372
  IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
73222
- var iv = this.i.ak();
73373
+ var iv = this.i.am();
73223
73374
  return (iv);
73224
73375
  };
73376
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
73377
+ /**
73378
+ * Called when an item is added.
73379
+ */
73380
+ get: function () {
73381
+ return this._selectedKeyAdded;
73382
+ },
73383
+ set: function (ev) {
73384
+ var _this = this;
73385
+ if (this._selectedKeyAdded_wrapped !== null) {
73386
+ this.i.selectedKeyAdded = delegateRemove(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
73387
+ this._selectedKeyAdded_wrapped = null;
73388
+ this._selectedKeyAdded = null;
73389
+ }
73390
+ this._selectedKeyAdded = ev;
73391
+ this._selectedKeyAdded_wrapped = function (o, e) {
73392
+ var outerArgs = new IgcCheckedChangedEventArgs();
73393
+ outerArgs._provideImplementation(e);
73394
+ if (_this.beforeSelectedKeyAdded) {
73395
+ _this.beforeSelectedKeyAdded(_this, outerArgs);
73396
+ }
73397
+ if (_this._selectedKeyAdded) {
73398
+ _this._selectedKeyAdded(_this, outerArgs);
73399
+ }
73400
+ };
73401
+ this.i.selectedKeyAdded = delegateCombine(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
73402
+ ;
73403
+ },
73404
+ enumerable: false,
73405
+ configurable: true
73406
+ });
73407
+ Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyRemoved", {
73408
+ /**
73409
+ * Called when an item is removed.
73410
+ */
73411
+ get: function () {
73412
+ return this._selectedKeyRemoved;
73413
+ },
73414
+ set: function (ev) {
73415
+ var _this = this;
73416
+ if (this._selectedKeyRemoved_wrapped !== null) {
73417
+ this.i.selectedKeyRemoved = delegateRemove(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
73418
+ this._selectedKeyRemoved_wrapped = null;
73419
+ this._selectedKeyRemoved = null;
73420
+ }
73421
+ this._selectedKeyRemoved = ev;
73422
+ this._selectedKeyRemoved_wrapped = function (o, e) {
73423
+ var outerArgs = new IgcCheckedChangedEventArgs();
73424
+ outerArgs._provideImplementation(e);
73425
+ if (_this.beforeSelectedKeyRemoved) {
73426
+ _this.beforeSelectedKeyRemoved(_this, outerArgs);
73427
+ }
73428
+ if (_this._selectedKeyRemoved) {
73429
+ _this._selectedKeyRemoved(_this, outerArgs);
73430
+ }
73431
+ };
73432
+ this.i.selectedKeyRemoved = delegateCombine(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
73433
+ ;
73434
+ },
73435
+ enumerable: false,
73436
+ configurable: true
73437
+ });
73225
73438
  Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
73226
73439
  /**
73227
73440
  * Called when a checkbox is checked or unchecked.
@@ -73290,6 +73503,243 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73290
73503
  return IgcCheckboxListComponent;
73291
73504
  }(IgcHTMLElement));
73292
73505
 
73506
+ /*
73507
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73508
+ https://www.infragistics.com/legal/license/igultimate-la
73509
+ https://www.infragistics.com/legal/license/igultimate-eula
73510
+ 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.
73511
+ */
73512
+ /**
73513
+ * @hidden
73514
+ */
73515
+ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
73516
+ __extends(CheckboxListBridge, _super);
73517
+ function CheckboxListBridge(a) {
73518
+ var _this = _super.call(this, a) || this;
73519
+ _this.x = null;
73520
+ _this.y = null;
73521
+ _this.z = null;
73522
+ _this.u = null;
73523
+ _this.v = null;
73524
+ _this.w = null;
73525
+ return _this;
73526
+ }
73527
+ CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
73528
+ return this.t.view.getDesiredSize();
73529
+ };
73530
+ CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
73531
+ var e = a;
73532
+ switch (c) {
73533
+ case 2:
73534
+ e.checkedChanged = delegateCombine(e.checkedChanged, runOn(this, this.aa));
73535
+ this.u = d;
73536
+ this.x = b;
73537
+ break;
73538
+ case 18:
73539
+ e.selectedKeyAdded = delegateCombine(e.selectedKeyAdded, runOn(this, this.ab));
73540
+ this.v = d;
73541
+ this.y = b;
73542
+ break;
73543
+ case 19:
73544
+ e.selectedKeyRemoved = delegateCombine(e.selectedKeyRemoved, runOn(this, this.ac));
73545
+ this.w = d;
73546
+ this.z = b;
73547
+ break;
73548
+ }
73549
+ };
73550
+ CheckboxListBridge.prototype.removeHandler = function (a, b, c, d) {
73551
+ var e = a;
73552
+ switch (c) {
73553
+ case 2:
73554
+ e.checkedChanged = delegateRemove(e.checkedChanged, runOn(this, this.aa));
73555
+ this.u = null;
73556
+ this.x = null;
73557
+ break;
73558
+ case 18:
73559
+ e.selectedKeyAdded = delegateRemove(e.selectedKeyAdded, runOn(this, this.ab));
73560
+ this.v = null;
73561
+ this.y = null;
73562
+ break;
73563
+ case 19:
73564
+ e.selectedKeyRemoved = delegateRemove(e.selectedKeyRemoved, runOn(this, this.ac));
73565
+ this.w = null;
73566
+ this.z = null;
73567
+ break;
73568
+ }
73569
+ };
73570
+ CheckboxListBridge.prototype.aa = function (a, b) {
73571
+ var c = a;
73572
+ if (this.u != null) {
73573
+ this.u(this.x, ((function () {
73574
+ var $ret = new NativeUICheckboxListChangeEventArgs();
73575
+ $ret.c = b.c;
73576
+ $ret.b = b.b;
73577
+ $ret.a = b.a;
73578
+ return $ret;
73579
+ })()));
73580
+ }
73581
+ };
73582
+ CheckboxListBridge.prototype.ab = function (a, b) {
73583
+ var c = a;
73584
+ if (this.v != null) {
73585
+ this.v(this.y, ((function () {
73586
+ var $ret = new NativeUICheckboxListChangeEventArgs();
73587
+ $ret.c = b.c;
73588
+ $ret.b = b.b;
73589
+ $ret.a = b.a;
73590
+ return $ret;
73591
+ })()));
73592
+ }
73593
+ };
73594
+ CheckboxListBridge.prototype.ac = function (a, b) {
73595
+ var c = a;
73596
+ if (this.w != null) {
73597
+ this.w(this.z, ((function () {
73598
+ var $ret = new NativeUICheckboxListChangeEventArgs();
73599
+ $ret.c = b.c;
73600
+ $ret.b = b.b;
73601
+ $ret.a = b.a;
73602
+ return $ret;
73603
+ })()));
73604
+ }
73605
+ };
73606
+ CheckboxListBridge.prototype.setValue = function (a, b, c) {
73607
+ var d = a;
73608
+ switch (b) {
73609
+ case 23:
73610
+ d.backgroundColor = c;
73611
+ break;
73612
+ case 8:
73613
+ d.itemsSource = c;
73614
+ break;
73615
+ case 74:
73616
+ d.selectedMemberPath = c;
73617
+ break;
73618
+ case 75:
73619
+ d.dataMemberPath = c;
73620
+ break;
73621
+ case 76:
73622
+ d.showSelectAll = c;
73623
+ break;
73624
+ case 77:
73625
+ d.primaryKey = c;
73626
+ break;
73627
+ case 1:
73628
+ d.density = EnumUtil.getEnumValue(ControlDisplayDensity_$type, c);
73629
+ break;
73630
+ case 18:
73631
+ d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
73632
+ break;
73633
+ case 33:
73634
+ d.textColor = c;
73635
+ break;
73636
+ case 24:
73637
+ d.rowHoverBackgroundColor = c;
73638
+ break;
73639
+ case 78:
73640
+ d.searchIconColor = c;
73641
+ break;
73642
+ case 79:
73643
+ d.searchTextColor = c;
73644
+ break;
73645
+ }
73646
+ };
73647
+ CheckboxListBridge.prototype.getValue = function (a, b) {
73648
+ var c = a;
73649
+ switch (b) {
73650
+ case 23: return c.backgroundColor;
73651
+ case 8: return c.itemsSource;
73652
+ case 74: return c.selectedMemberPath;
73653
+ case 75: return c.dataMemberPath;
73654
+ case 76: return c.showSelectAll;
73655
+ case 77: return c.primaryKey;
73656
+ case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
73657
+ case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
73658
+ case 33: return c.textColor;
73659
+ case 24: return c.rowHoverBackgroundColor;
73660
+ case 78: return c.searchIconColor;
73661
+ case 79: return c.searchTextColor;
73662
+ }
73663
+ return null;
73664
+ };
73665
+ CheckboxListBridge.prototype.ae = function (a) {
73666
+ };
73667
+ CheckboxListBridge.prototype.ad = function (a, b) {
73668
+ };
73669
+ CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$);
73670
+ return CheckboxListBridge;
73671
+ }(XComponentBridge));
73672
+
73673
+ /*
73674
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73675
+ https://www.infragistics.com/legal/license/igultimate-la
73676
+ https://www.infragistics.com/legal/license/igultimate-eula
73677
+ 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.
73678
+ */
73679
+ /**
73680
+ * @hidden
73681
+ */
73682
+ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
73683
+ __extends(NativeUIGridFactory, _super);
73684
+ function NativeUIGridFactory() {
73685
+ var _this = _super !== null && _super.apply(this, arguments) || this;
73686
+ _this.c = 2;
73687
+ return _this;
73688
+ }
73689
+ Object.defineProperty(NativeUIGridFactory, "instance", {
73690
+ get: function () {
73691
+ if (NativeUIGridFactory.a == null) {
73692
+ NativeUIGridFactory.a = new NativeUIGridFactory();
73693
+ }
73694
+ return NativeUIGridFactory.a;
73695
+ },
73696
+ enumerable: false,
73697
+ configurable: true
73698
+ });
73699
+ NativeUIGridFactory.register = function () {
73700
+ NativeUIComponent.ar(NativeUIGridFactory.instance);
73701
+ };
73702
+ Object.defineProperty(NativeUIGridFactory.prototype, "flavor", {
73703
+ get: function () {
73704
+ return this.c;
73705
+ },
73706
+ enumerable: false,
73707
+ configurable: true
73708
+ });
73709
+ NativeUIGridFactory.prototype.createComponent = function (a, b, c) {
73710
+ switch (b) {
73711
+ case 16:
73712
+ this.d(a, c);
73713
+ break;
73714
+ }
73715
+ };
73716
+ NativeUIGridFactory.prototype.createComponentSync = function (a, b, c) {
73717
+ this.createComponent(a, b, c);
73718
+ };
73719
+ NativeUIGridFactory.prototype.supportsComponent = function (a) {
73720
+ switch (a) {
73721
+ case 16: return true;
73722
+ }
73723
+ return false;
73724
+ };
73725
+ NativeUIGridFactory.prototype.d = function (a, b) {
73726
+ var c = a;
73727
+ var d = c.createElement("div");
73728
+ c.getPortal(d, "CheckboxList", function (e) {
73729
+ var comp_ = e.componentRef;
73730
+ var f = (comp_.i);
73731
+ var g = new CheckboxListBridge(f);
73732
+ var h = new NativeUICheckboxList();
73733
+ h.an = d.getChildAt(0);
73734
+ h.d = g;
73735
+ b(h);
73736
+ }, false);
73737
+ };
73738
+ NativeUIGridFactory.$t = markType(NativeUIGridFactory, 'NativeUIGridFactory', Base.$, [INativeUIElementFactory_$type]);
73739
+ NativeUIGridFactory.a = null;
73740
+ return NativeUIGridFactory;
73741
+ }(Base));
73742
+
73293
73743
  /*
73294
73744
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
73295
73745
  https://www.infragistics.com/legal/license/igultimate-la
@@ -73310,6 +73760,8 @@ var IgcCheckboxListModule = /** @class */ /*@__PURE__*/ (function () {
73310
73760
  IgcCheckboxListComponent.register();
73311
73761
  TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
73312
73762
  TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
73763
+ TypeRegistrar.register('NativeUIGridFactory', NativeUIGridFactory.$type);
73764
+ NativeUIGridFactory.register();
73313
73765
  TypeRegistrar.register('CheckboxList', CheckboxList.$type);
73314
73766
  };
73315
73767
  return IgcCheckboxListModule;
@@ -73634,7 +74086,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73634
74086
  break;
73635
74087
  case "FilterPlaceholderText":
73636
74088
  if (this.d != null) {
73637
- this.d.bg = this.s;
74089
+ this.d.bi = this.s;
73638
74090
  }
73639
74091
  break;
73640
74092
  case "BaseTheme":
@@ -73645,7 +74097,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73645
74097
  break;
73646
74098
  case "BackgroundColor":
73647
74099
  if (this.d != null) {
73648
- this.d.di = this.aq;
74100
+ this.d.dn = this.aq;
73649
74101
  }
73650
74102
  this.c.i();
73651
74103
  break;
@@ -73653,12 +74105,12 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73653
74105
  };
73654
74106
  ColumnChooser.prototype.ak = function () {
73655
74107
  if (this.d != null) {
73656
- this.d.y = this.f;
74108
+ this.d.aa = this.f;
73657
74109
  }
73658
74110
  };
73659
74111
  ColumnChooser.prototype.aj = function () {
73660
74112
  if (this.d != null) {
73661
- this.d.aa = this.h;
74113
+ this.d.ac = this.h;
73662
74114
  }
73663
74115
  };
73664
74116
  ColumnChooser.prototype.am = function (a, b) {
@@ -73673,9 +74125,9 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73673
74125
  ColumnChooser.prototype.aa = function () {
73674
74126
  var e_1, _a;
73675
74127
  if (this.a != null && this.d != null) {
73676
- this.d.y = this.f;
73677
- this.d.aa = this.h;
73678
- this.d.di = this.aq;
74128
+ this.d.aa = this.f;
74129
+ this.d.ac = this.h;
74130
+ this.d.dn = this.aq;
73679
74131
  var a = void 0;
73680
74132
  var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
73681
74133
  try {
@@ -73705,16 +74157,16 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73705
74157
  }
73706
74158
  }
73707
74159
  if (this.s != null) {
73708
- this.d.bg = this.s;
74160
+ this.d.bi = this.s;
73709
74161
  }
73710
74162
  this.d.itemsSource = b;
73711
74163
  var e = "";
73712
74164
  var f = "";
73713
74165
  e = "columnName";
73714
74166
  f = "isNotHidden";
73715
- this.d.b0 = f;
73716
- this.d.bc = e;
73717
- this.d.as = true;
74167
+ this.d.b3 = f;
74168
+ this.d.be = e;
74169
+ this.d.au = true;
73718
74170
  }
73719
74171
  };
73720
74172
  ColumnChooser.prototype.an = function (a) {
@@ -73724,7 +74176,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73724
74176
  };
73725
74177
  ColumnChooser.prototype.al = function () {
73726
74178
  var e_2, _a;
73727
- this.d.cy();
74179
+ this.d.c2();
73728
74180
  if (this.a != null) {
73729
74181
  try {
73730
74182
  for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -73750,7 +74202,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73750
74202
  };
73751
74203
  ColumnChooser.prototype.ae = function () {
73752
74204
  var e_3, _a;
73753
- this.d.b9();
74205
+ this.d.cc();
73754
74206
  if (this.a != null) {
73755
74207
  try {
73756
74208
  for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -73785,11 +74237,11 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
73785
74237
  };
73786
74238
  ColumnChooser.prototype.ac = function (a, b) {
73787
74239
  this.m = true;
73788
- var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
74240
+ var c = this.d.h.actualDataSource.getItemAtIndex(b.c);
73789
74241
  var d = this.a.actualColumns.count;
73790
74242
  for (var e = 0; e < d; e++) {
73791
74243
  if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
73792
- this.a.actualColumns._inner[e].g7 = !b.a;
74244
+ this.a.actualColumns._inner[e].g7 = !b.b;
73793
74245
  this.a.actualColumns._inner[e].ki("Hidden");
73794
74246
  }
73795
74247
  }
@@ -74979,7 +75431,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
74979
75431
  break;
74980
75432
  case "FilterPlaceholderText":
74981
75433
  if (this.d != null) {
74982
- this.d.bg = this.s;
75434
+ this.d.bi = this.s;
74983
75435
  }
74984
75436
  break;
74985
75437
  case "BaseTheme":
@@ -74990,7 +75442,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
74990
75442
  break;
74991
75443
  case "BackgroundColor":
74992
75444
  if (this.d != null) {
74993
- this.d.di = this.an;
75445
+ this.d.dn = this.an;
74994
75446
  }
74995
75447
  this.c.g();
74996
75448
  break;
@@ -74998,12 +75450,12 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
74998
75450
  };
74999
75451
  ColumnPinning.prototype.ai = function () {
75000
75452
  if (this.d != null) {
75001
- this.d.y = this.f;
75453
+ this.d.aa = this.f;
75002
75454
  }
75003
75455
  };
75004
75456
  ColumnPinning.prototype.ah = function () {
75005
75457
  if (this.d != null) {
75006
- this.d.aa = this.h;
75458
+ this.d.ac = this.h;
75007
75459
  }
75008
75460
  };
75009
75461
  ColumnPinning.prototype.aj = function (a, b) {
@@ -75018,9 +75470,9 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
75018
75470
  ColumnPinning.prototype.aa = function () {
75019
75471
  var e_1, _a;
75020
75472
  if (this.a != null && this.d != null) {
75021
- this.d.y = this.f;
75022
- this.d.aa = this.h;
75023
- this.d.di = this.an;
75473
+ this.d.aa = this.f;
75474
+ this.d.ac = this.h;
75475
+ this.d.dn = this.an;
75024
75476
  var a = void 0;
75025
75477
  var b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
75026
75478
  try {
@@ -75054,22 +75506,22 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
75054
75506
  throw e_1.error;
75055
75507
  }
75056
75508
  }
75057
- this.d.as = false;
75509
+ this.d.au = false;
75058
75510
  if (this.s != null) {
75059
- this.d.bg = this.s;
75511
+ this.d.bi = this.s;
75060
75512
  }
75061
75513
  this.d.itemsSource = b;
75062
75514
  var e = "";
75063
75515
  var f = "";
75064
75516
  e = "columnName";
75065
75517
  f = "isPinned";
75066
- this.d.b0 = f;
75067
- this.d.bc = e;
75518
+ this.d.b3 = f;
75519
+ this.d.be = e;
75068
75520
  }
75069
75521
  };
75070
75522
  ColumnPinning.prototype.ae = function (a, b) {
75071
75523
  this.m = true;
75072
- var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
75524
+ var c = this.d.h.actualDataSource.getItemAtIndex(b.c);
75073
75525
  var d = this.a.actualColumns.count;
75074
75526
  for (var e = 0; e < d; e++) {
75075
75527
  if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
@@ -79864,7 +80316,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
79864
80316
  configurable: true
79865
80317
  });
79866
80318
  GridColumnFilterOptions.prototype.cu = function () {
79867
- var a = this.bx.al();
80319
+ var a = this.bx.an();
79868
80320
  this.bw.al(!a);
79869
80321
  var b = this.b3();
79870
80322
  this.bw.am(b);
@@ -79999,7 +80451,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
79999
80451
  }
80000
80452
  }
80001
80453
  this.bx.itemsSource = e;
80002
- this.bx.bc = c;
80454
+ this.bx.be = c;
80003
80455
  this.bx.b = [c];
80004
80456
  e.shouldEmitSectionHeaders = true;
80005
80457
  e.isSectionHeaderNormalRow = true;
@@ -80045,15 +80497,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
80045
80497
  }
80046
80498
  }
80047
80499
  if (e.count == 0 || !c) {
80048
- this.bx.cy();
80500
+ this.bx.c2();
80049
80501
  return;
80050
80502
  }
80051
80503
  switch (d.value) {
80052
80504
  case 0:
80053
- this.bx.b9();
80505
+ this.bx.cc();
80054
80506
  break;
80055
80507
  case 1:
80056
- this.bx.cy();
80508
+ this.bx.c2();
80057
80509
  break;
80058
80510
  }
80059
80511
  var h = this.bx.g;
@@ -80110,11 +80562,11 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
80110
80562
  };
80111
80563
  GridColumnFilterOptions.prototype.cw = function () {
80112
80564
  if (null != this.bx) {
80113
- this.bx.aa = this.b0;
80114
- this.bx.bg = this.cc;
80115
- this.bx.di = this.bo;
80116
- this.bx.dy = this.br;
80117
- this.bx.y = this.i;
80565
+ this.bx.ac = this.b0;
80566
+ this.bx.bi = this.cc;
80567
+ this.bx.dn = this.bo;
80568
+ this.bx.d5 = this.br;
80569
+ this.bx.aa = this.i;
80118
80570
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
80119
80571
  }
80120
80572
  };
@@ -80467,8 +80919,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
80467
80919
  this.e();
80468
80920
  };
80469
80921
  SummaryChooserView.prototype.e = function () {
80470
- if (this.model.f.av > -1) {
80471
- var a = this.model.r.count * this.model.f.av;
80922
+ if (this.model.f.ax > -1) {
80923
+ var a = this.model.r.count * this.model.f.ax;
80472
80924
  a += 4;
80473
80925
  this.d.setStyleProperty("height", a + "px");
80474
80926
  }
@@ -80757,30 +81209,30 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
80757
81209
  this.a6();
80758
81210
  };
80759
81211
  SummaryChooser.prototype.az = function (a, b) {
80760
- var c = this.q._inner[b.b];
80761
- c.isSelected = b.a;
81212
+ var c = this.q._inner[b.c];
81213
+ c.isSelected = b.b;
80762
81214
  if (this.summaryChanged != null) {
80763
81215
  this.summaryChanged(this, ((function () {
80764
81216
  var $ret = new SummaryChangedEventArgs();
80765
81217
  $ret.b = c.iD;
80766
- $ret.a = b.a;
81218
+ $ret.a = b.b;
80767
81219
  return $ret;
80768
81220
  })()));
80769
81221
  }
80770
81222
  };
80771
81223
  SummaryChooser.prototype.a6 = function () {
80772
81224
  if (this.e != null) {
80773
- this.e.aa = this.m;
80774
- this.e.dy = this.ba;
80775
- this.e.y = this.i;
80776
- this.e.di = this.a9;
81225
+ this.e.ac = this.m;
81226
+ this.e.d5 = this.ba;
81227
+ this.e.aa = this.i;
81228
+ this.e.dn = this.a9;
81229
+ this.e.au = false;
80777
81230
  this.e.as = false;
80778
- this.e.aq = false;
80779
- this.e.an = false;
81231
+ this.e.ap = false;
80780
81232
  this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
80781
81233
  this.e.itemsSource = this.q;
80782
- this.e.bc = "label";
80783
- this.e.b0 = "isSelected";
81234
+ this.e.be = "label";
81235
+ this.e.b3 = "isSelected";
80784
81236
  this.e.b = ["label"];
80785
81237
  }
80786
81238
  };
@@ -80830,7 +81282,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
80830
81282
  if (d.iD == a) {
80831
81283
  d.isSelected = b;
80832
81284
  if (this.e != null) {
80833
- this.e.cg(c, d, d);
81285
+ this.e.ck(c, d, d);
80834
81286
  }
80835
81287
  break;
80836
81288
  }
@@ -80842,7 +81294,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
80842
81294
  c.label = b;
80843
81295
  this.q.add(c);
80844
81296
  if (this.e != null) {
80845
- this.e.ce(this.q.count - 1, c);
81297
+ this.e.ci(this.q.count - 1, c);
80846
81298
  }
80847
81299
  this.c.onItemInserted();
80848
81300
  };
@@ -80852,7 +81304,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
80852
81304
  if (c.iD == a) {
80853
81305
  this.q.removeAt(b);
80854
81306
  if (this.e != null) {
80855
- this.e.cf(b, c);
81307
+ this.e.cj(b, c);
80856
81308
  }
80857
81309
  break;
80858
81310
  }
@@ -80865,7 +81317,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
80865
81317
  if (d.iD == a) {
80866
81318
  d.label = b;
80867
81319
  if (this.e != null) {
80868
- this.e.cg(c, d, d);
81320
+ this.e.ck(c, d, d);
80869
81321
  }
80870
81322
  break;
80871
81323
  }
@@ -91730,6 +92182,28 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
91730
92182
  */
91731
92183
  var ComboEditorView_ComboExternal_$type = /*@__PURE__*/ new Type(null, 'ComboEditorView_ComboExternal');
91732
92184
 
92185
+ /*
92186
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
92187
+ https://www.infragistics.com/legal/license/igultimate-la
92188
+ https://www.infragistics.com/legal/license/igultimate-eula
92189
+ 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.
92190
+ */
92191
+ /**
92192
+ * @hidden
92193
+ */
92194
+ var CheckboxListExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListExternal');
92195
+
92196
+ /*
92197
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
92198
+ https://www.infragistics.com/legal/license/igultimate-la
92199
+ https://www.infragistics.com/legal/license/igultimate-eula
92200
+ 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.
92201
+ */
92202
+ /**
92203
+ * @hidden
92204
+ */
92205
+ var CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
92206
+
91733
92207
  /*
91734
92208
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
91735
92209
  https://www.infragistics.com/legal/license/igultimate-la
@@ -99027,4 +99501,4 @@ https://www.infragistics.com/legal/license/igultimate-eula
99027
99501
  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.
99028
99502
  */
99029
99503
 
99030
- export { AccessibilityRow, ActivationManager, ApplyButtonClickEventArgs, BaseEditorView, BrowserExecutionContext, BrowserPixelConverter, BrowserTickProvider, CalculationParameters, CancelButtonClickEventArgs, CanvasCellPresenterBase, CanvasContentCellModelHelper, CanvasDateTimeCell, CanvasDateTimeCellPresenter, CanvasGridCellBase, CanvasImageCell, CanvasImageCellPresenter, CanvasNumericCell, CanvasNumericCellPresenter, CanvasPlaceholderView, CanvasRowSeparatorCell, CanvasRowSeparatorCellPresenter, CanvasSectionHeaderCell, CanvasSectionHeaderCellPresenter, CanvasSummaryCell, CanvasSummaryCellPresenter, CanvasTemplateCell, CanvasTemplateCellContainer, CanvasTemplateCellPresenter, CanvasTemplateHeaderCell, CanvasTemplateHeaderCellPresenter, CanvasTextCell, CanvasTextCellPresenter, CanvasTextHeaderCell, CanvasTextHeaderCellPresenter, CanvasVerticalSeparatorCell, CanvasVerticalSeparatorCellPresenter, CellContentHorizontalAlignment, CellContentHorizontalAlignment_$type, CellContentVerticalAlignment, CellContentVerticalAlignment_$type, CellDataLoadedAnimationMode, CellDataLoadedAnimationMode_$type, CellEffect, CellKey, CellModel, CellModelExport, CellPath, CellPositionEffect, CellPresenterBase, CellPropertyAnimationType, CellPropertyAnimationType_$type, CellRange, CellSelectionAnimationMode, CellSelectionAnimationMode_$type, CellStyleRequestedEventArgs, CheckboxList, CheckboxListIndexType, CheckboxListIndexType_$type, CheckboxListView, CheckedChangedEventArgs, CloneDataSourceFilterOperation, CloneDataSourceFilterOperation_$type, ColumnCellsEffect, ColumnChooser, ColumnChooserInfo, ColumnChooserView, ColumnComparisonConditionOperatorType, ColumnComparisonConditionOperatorType_$type, ColumnComparisonFilterCondition, ColumnController, ColumnCustomFilterCondition, ColumnEffect, ColumnExchanger, ColumnExchangersCollection, ColumnExchangingAnimationMode, ColumnExchangingAnimationMode_$type, ColumnFilterCondition, ColumnFilterConditionCollection, ColumnFilterConditionGroup, ColumnGroupDescription, ColumnGroupDescriptionCollection, ColumnGrouping, ColumnGroupingView, ColumnGroupingVisualModelExport, ColumnHiddenChangedEventArgs, ColumnHidingAnimationMode, ColumnHidingAnimationMode_$type, ColumnInfo, ColumnMovingAnimationMode, ColumnMovingAnimationMode_$type, ColumnMovingMode, ColumnMovingMode_$type, ColumnMovingSeparator, ColumnOptionsIconAlignment, ColumnOptionsIconAlignment_$type, ColumnOptionsIconBehavior, ColumnOptionsIconBehavior_$type, ColumnPinnedChangedEventArgs, ColumnPinning, ColumnPinningInfo, ColumnPinningView, ColumnPropertySetter, ColumnPropertySettersCollection, ColumnPropertyUpdatingAnimationMode, ColumnPropertyUpdatingAnimationMode_$type, ColumnResizingAnimationMode, ColumnResizingAnimationMode_$type, ColumnResizingMode, ColumnResizingMode_$type, ColumnResizingSeparator, ColumnShowingAnimationMode, ColumnShowingAnimationMode_$type, ColumnSortDescription, ColumnSortDescriptionCollection, ColumnSortDirection, ColumnSortDirection_$type, ColumnStates_$type, ColumnSummaryDescription, ColumnSummaryDescriptionCollection, ColumnWidth, ComboBoxColumn, ComboEditorView, ComboEditorView_ComboExternal_$type, ComparisonOperatorSelector, ComparisonOperatorSelectorView, ContentCellModelHelper, CurrentRendererSettings, DataAdapter, DataBindingEventArgs, DataGrid, DataGridAccessibilityLayoutPanel, DataGridCellEventArgs, DataGridCellLayoutPanel, DataGridColumn, DataGridDelayedExecutionManager, DataGridLocaleEn, DataGridPresenterManager, DataGridPropertySetter, DataGridScrollerKeyboardListener, DataGridSelectionMode, DataGridSelectionMode_$type, DataGridStylingDefaults, DataGridToolbar, DataGridToolbarView, DataGridViewportManager, DataSourceNotificationBridge, DateEditorView, DateOperatorTypes_$type, DateTimeCell, DateTimeCellModel, DateTimeCellModelExport, DateTimeCellPresenter, DateTimeColumn, DateTimeColumnValueFormatter, DateTimeFormats, DateTimeFormats_$type, DefaultCellActionManager, DefaultCellModelExportUpdater, DefaultGridInfoRequestor, DefaultPlatformPixelConverter, DefinitionBase, DefinitionPropertyUpdatedEventArgs, DragSelectEventArgs, DragType_$type, Dragger, DraggerView, DropDownDataListItem, EditModeClickAction, EditModeClickAction_$type, EditModeType, EditModeType_$type, EditRowDefinition, EditingManager, EditorCell, EditorCellModel, EditorCellModelExport, EditorCellPresenter, EditorDefinition, EditorRowCell, EditorRowCellModel, EditorRowCellPresenter, EditorType, EditorType_$type, EnterKeyBehaviorAfterEdit, EnterKeyBehaviorAfterEdit_$type, EnterKeyBehaviors, EnterKeyBehaviors_$type, FilterCell, FilterCellModel, FilterCellModelExport, FilterCellPresenter, FilterComparisonType, FilterComparisonType_$type, FilterDialogRenderCompletedEventArgs, FilterLogicalOperator, FilterLogicalOperator_$type, FilterOperand, FilterRowDefinition, FilterUIType, FilterUIType_$type, FixedCellPositions_$type, FormatGroupTextEventArgs, FormatSummaryTextEventArgs, GotFocusEventArgs, GridActivationMode, GridActivationMode_$type, GridActiveCellChangedEventArgs, GridAnimationManager, GridAnimationManagerAnimationCanceledEventArgs, GridAnimationManagerAnimationCompletedEventArgs, GridAnimationManagerAnimationCreatedEventArgs, GridAnimationPhaseSettings, GridAnimationSettings, GridCellBase, GridCellEditEndedEventArgs, GridCellEditStartedEventArgs, GridCellPosition, GridCellType, GridCellType_$type, GridCellValueChangingEventArgs, GridColumnAnimationSettings, GridColumnButtonOptions, GridColumnButtonOptionsView, GridColumnCollection, GridColumnFilterOptions, GridColumnFilterOptionsView, GridColumnGroupOptions, GridColumnGroupOptionsView, GridColumnHideOptions, GridColumnHideOptionsView, GridColumnMoveOptions, GridColumnMoveOptionsView, GridColumnOptions, GridColumnOptionsBase, GridColumnOptionsSectionBase, GridColumnOptionsSimpleSectionBase, GridColumnOptionsUtilities, GridColumnOptionsView, GridColumnOptionsViewBase, GridColumnPinOptions, GridColumnPinOptionsView, GridColumnSortOptions, GridColumnSortOptionsView, GridColumnSpacer, GridColumnSpacerCollection, GridColumnSummaryOptions, GridColumnSummaryOptionsView, GridColumnWidthChangedEventArgs, GridColumnsAutoGeneratedEventArgs, GridColumnsChangedEventArgs, GridCustomFilterRequestedEventArgs, GridDataCommittedEventArgs, GridDataCommittingEventArgs, GridEasingFunctionType, GridEasingFunctionType_$type, GridEffect, GridEffectGroup, GridEffectMainIntent_$type, GridEffectManager, GridEffectSubIntent_$type, GridExpansionIndicator, GridExpansionIndicatorView, GridExternalWrapper, GridFilterDialog, GridFilterDialogFilterChangeEventArgs, GridFilterDialogOpeningEventArgs, GridFilterDialogPanel, GridFilterDialogView, GridFilterDialogViewModel, GridFilterDialogViewModelGrouping, GridFilterDialogViewModelGroupingLevel, GridFilterDialogViewModelGroupingLevelCollection, GridFilterDialogViewModelRow, GridFilterDialogViewModelRowCollection, GridFilterExpressionsEventArgs, GridFilterOperandsCollection, GridGroupDescriptionsChangedEventArgs, GridLayer, GridLayerController, GridLayerExport, GridRowEditEndedEventArgs, GridRowEditStartedEventArgs, GridSelectedCellRangesChangedEventArgs, GridSelectedCellRangesCollection, GridSelectedCellsChangedEventArgs, GridSelectedCellsCollection, GridSelectedItemsChangedEventArgs, GridSelectedItemsCollection, GridSelectedKeysChangedEventArgs, GridSelectedKeysCollection, GridSelectionBehavior, GridSelectionBehavior_$type, GridSelectionChangedEventArgs, GridSizeChangedEventArgs, GridSortDescriptionsChangedEventArgs, GridSortIndicator, GridSortIndicatorView, GridStyleRepository, GridSummaryDescriptionsChangedEventArgs, GridViewportChangedEventArgs, GroupData, GroupHeaderDisplayMode, GroupHeaderDisplayMode_$type, GroupInfo, GroupSummaryDisplayMode, GroupSummaryDisplayMode_$type, Header, HeaderClickAction, HeaderClickAction_$type, HeaderRowSeparator, HeaderSeparator, HorizontalPropertyEditorDataSource, HoverManager, ICellActionManager_$type, ICellModelExportUpdater_$type, ICellPresenter_$type, ICellRenderingEngine_$type, IColumnGroupingVisualModelExport_$type, IColumnGrouping_$type, IDataAdapter_$type, IDataGridComponent_$type, IDelayedExecutionManager_$type, IDraggerView_$type, IDragger_$type, IEditorView_$type, IExternalDefinitionBase_$type, IExternalGrid_$type, IExternalTemplateColumn_$type, IExternalTemplateHeaderColumn_$type, IExternalTemplateSectionHeader_$type, IGridInfoRequestor_$type, INativeCell_$type, IPlatformPixelConverter_$type, IPropertySetter_$type, ISummaryChooserView_$type, IToolbarVisualModelExport_$type, IViewportManager_$type, IgcApplyButtonClickEventArgs, IgcCancelButtonClickEventArgs, IgcCellInfo, IgcCellKey, IgcCellKeyModule, IgcCellRange, IgcCellRangeModule, IgcCellStyleRequestedEventArgs, IgcCheckboxListComponent, IgcCheckboxListModule, IgcCheckedChangedEventArgs, IgcColumnChooserComponent, IgcColumnChooserModule, IgcColumnExchanger, IgcColumnExchangersCollection, IgcColumnGroupDescription, IgcColumnGroupDescriptionCollection, IgcColumnGroupDescriptionModule, IgcColumnGroupingComponent, IgcColumnGroupingModule, IgcColumnHiddenChangedEventArgs, IgcColumnMovingSeparatorComponent, IgcColumnMovingSeparatorModule, IgcColumnPinnedChangedEventArgs, IgcColumnPinningComponent, IgcColumnPinningModule, IgcColumnPropertySetter, IgcColumnPropertySettersCollection, IgcColumnResizingSeparatorComponent, IgcColumnResizingSeparatorModule, IgcColumnSortDescription, IgcColumnSortDescriptionCollection, IgcColumnSortDescriptionModule, IgcColumnSummaryDescription, IgcColumnSummaryDescriptionCollection, IgcColumnSummaryDescriptionModule, IgcColumnWidth, IgcColumnWidthModule, IgcComboBoxColumnComponent, IgcComboBoxColumnModule, IgcDataBindingEventArgs, IgcDataGridAllColumnsModule, IgcDataGridCellEventArgs, IgcDataGridColumnComponent, IgcDataGridComparisonOperatorSelectorComponent, IgcDataGridComponent, IgcDataGridCoreModule, IgcDataGridExpansionIndicatorComponent, IgcDataGridFilterDialogComponent, IgcDataGridLocaleEnModule, IgcDataGridModule, IgcDataGridPagerComponent, IgcDataGridPagerModule, IgcDataGridSortIndicatorComponent, IgcDataGridToolbarComponent, IgcDataGridToolbarModule, IgcDateTimeCellInfo, IgcDateTimeColumnComponent, IgcDateTimeColumnModule, IgcDefinitionBaseComponent, IgcEditRowDefinitionComponent, IgcEditRowDefinitionModule, IgcEditorCellInfo, IgcEditorDefinitionComponent, IgcEditorDefinitionModule, IgcEditorRowCellInfo, IgcFilterCellInfo, IgcFilterDialogRenderCompletedEventArgs, IgcFilterOperand, IgcFilterOperandModule, IgcFilterRowDefinitionComponent, IgcFilterRowDefinitionModule, IgcFormatGroupTextEventArgs, IgcFormatSummaryTextEventArgs, IgcGotFocusEventArgs, IgcGridActiveCellChangedEventArgs, IgcGridAnimationPhaseSettings, IgcGridAnimationSettings, IgcGridCellEditEndedEventArgs, IgcGridCellEditStartedEventArgs, IgcGridCellPosition, IgcGridCellPositionModule, IgcGridCellValueChangingEventArgs, IgcGridColumnAnimationSettings, IgcGridColumnButtonOptionsComponent, IgcGridColumnButtonOptionsModule, IgcGridColumnCollection, IgcGridColumnFilterOptionsComponent, IgcGridColumnFilterOptionsModule, IgcGridColumnGroupOptionsComponent, IgcGridColumnGroupOptionsModule, IgcGridColumnHideOptionsComponent, IgcGridColumnHideOptionsModule, IgcGridColumnMoveOptionsComponent, IgcGridColumnMoveOptionsModule, IgcGridColumnOptionsBaseComponent, IgcGridColumnOptionsComponent, IgcGridColumnOptionsModule, IgcGridColumnOptionsSectionBaseComponent, IgcGridColumnOptionsSimpleSectionBaseComponent, IgcGridColumnPinOptionsComponent, IgcGridColumnPinOptionsModule, IgcGridColumnSortOptionsComponent, IgcGridColumnSortOptionsModule, IgcGridColumnSummaryOptionsComponent, IgcGridColumnSummaryOptionsModule, IgcGridColumnWidthChangedEventArgs, IgcGridColumnsAutoGeneratedEventArgs, IgcGridColumnsChangedEventArgs, IgcGridCustomFilterRequestedEventArgs, IgcGridDataCommittedEventArgs, IgcGridDataCommittingEventArgs, IgcGridFilterDialogFilterChangeEventArgs, IgcGridFilterDialogOpeningEventArgs, IgcGridFilterDialogViewModel, IgcGridFilterDialogViewModelGrouping, IgcGridFilterDialogViewModelGroupingLevel, IgcGridFilterDialogViewModelGroupingLevelCollection, IgcGridFilterDialogViewModelRow, IgcGridFilterDialogViewModelRowCollection, IgcGridFilterExpressionsEventArgs, IgcGridFilterOperandsCollection, IgcGridGroupDescriptionsChangedEventArgs, IgcGridRowEditEndedEventArgs, IgcGridRowEditStartedEventArgs, IgcGridSelectedCellRangesChangedEventArgs, IgcGridSelectedCellRangesCollection, IgcGridSelectedCellsChangedEventArgs, IgcGridSelectedCellsCollection, IgcGridSelectedItemsChangedEventArgs, IgcGridSelectedItemsCollection, IgcGridSelectedKeysChangedEventArgs, IgcGridSelectedKeysCollection, IgcGridSelectionChangedEventArgs, IgcGridSizeChangedEventArgs, IgcGridSortDescriptionsChangedEventArgs, IgcGridSummaryDescriptionsChangedEventArgs, IgcGroupData, IgcHeaderComponent, IgcHeaderRowSeparatorComponent, IgcHeaderRowSeparatorModule, IgcHeaderSeparatorComponent, IgcHeaderSeparatorModule, IgcHorizontalPropertyEditorDataSource, IgcImageCellInfo, IgcImageColumnComponent, IgcImageColumnModule, IgcLostFocusEventArgs, IgcMultiColumnComboBoxComponent, IgcMultiColumnComboBoxModule, IgcMultiColumnComboBoxTextChangedEventArgs, IgcMultiColumnComboBoxValueChangedEventArgs, IgcNumericCellInfo, IgcNumericColumnComponent, IgcNumericColumnModule, IgcOperatorSelectorClosingEventArgs, IgcOperatorSelectorOpeningEventArgs, IgcOperatorSelectorValueChangedEventArgs, IgcPageChangedEventArgs, IgcPinnedAreaSeparatorComponent, IgcPinnedAreaSeparatorModule, IgcPrimaryKeyValue, IgcPrimaryKeyValueModule, IgcPropertyEditorComponent, IgcPropertyEditorModule, IgcResponsivePhase, IgcResponsivePhasesCollection, IgcResponsiveState, IgcResponsiveStateEnteredEventArgs, IgcResponsiveStateEnteringEventArgs, IgcResponsiveStateExitedEventArgs, IgcResponsiveStatesCollection, IgcRowSeparatorComponent, IgcRowSeparatorInfo, IgcRowSeparatorModule, IgcSectionFooterComponent, IgcSectionFooterModule, IgcSectionHeaderCellInfo, IgcSectionHeaderComponent, IgcSectionHeaderModule, IgcSelectAllCheckboxChangedEventArgs, IgcSortIndicatorRenderCompletedEventArgs, IgcSummaryCellInfo, IgcSummaryChangedEventArgs, IgcSummaryChooserModule, IgcSummaryData, IgcSummaryRowComponent, IgcSummaryRowRootComponent, IgcSummaryRowRootModule, IgcSummaryRowSectionComponent, IgcSummaryRowSectionModule, IgcTemplateCellInfo, IgcTemplateCellUpdatingEventArgs, IgcTemplateColumnComponent, IgcTemplateColumnModule, IgcTemplateHeaderCellInfo, IgcTemplateHeaderCellUpdatingEventArgs, IgcTemplateHeaderComponent, IgcTemplateHeaderModule, IgcTemplateSectionHeaderCellInfo, IgcTemplateSectionHeaderCellUpdatingEventArgs, IgcTemplateSectionHeaderComponent, IgcTemplateSectionHeaderModule, IgcTextCellInfo, IgcTextColumnComponent, IgcTextColumnModule, IgcTextHeaderCellInfo, IgcTextHeaderComponent, IgcTextHeaderModule, IgcVerticalSeparatorCellInfo, ImageCell, ImageCellModel, ImageCellModelExport, ImageCellPresenter, ImageColumn, ImageResourceType, ImageResourceType_$type, ImageStretchOptions, ImageStretchOptions_$type, LayoutAction, LayoutAction_$type, LostFocusEventArgs, MergedCellEvaluationCriteria, MergedCellEvaluationCriteria_$type, MergedCellInfo, MergedCellMode, MergedCellMode_$type, ModelStates_$type, ModelTypes_$type, MultiColumnComboBox, MultiColumnComboBoxDataSourceNotificationHandler, MultiColumnComboBoxSelectedItemChangeType, MultiColumnComboBoxSelectedItemChangeType_$type, MultiColumnComboBoxTextChangedEventArgs, MultiColumnComboBoxUtilities, MultiColumnComboBoxValueChangedEventArgs, MultiColumnComboBoxView, MultiColumnComboVisualModelExport, MultipleDataSourceNotifier, NumericCell, NumericCellFormatter, NumericCellModel, NumericCellModelExport, NumericCellPresenter, NumericColumn, NumericEditorView, OperatorModel, OperatorSelectorClosingEventArgs, OperatorSelectorOpeningEventArgs, OperatorSelectorValueChangedEventArgs, PageChangedEventArgs, PagedDataProvider, Pager, PagerDataSourceNotificationBridge, PagerGridDataSourceNotificationBridge, PagerView, PagerVisualModelExport, PinnedAreaSeparator, PinnedPositions, PinnedPositions_$type, PinnedRowInfo, PlaceholderView, PrimaryKeyValue, PropertyEditor, PropertyEditorView, PushRowResult, PushRowSettings, RecyclingManager, ResponsiveEngine, ResponsivePhase, ResponsivePhasesCollection, ResponsiveState, ResponsiveStateEnteredEventArgs, ResponsiveStateEnteringEventArgs, ResponsiveStateExitedEventArgs, ResponsiveStatesCollection, RowCellsEffect, RowEffect, RowHoverAnimationMode, RowHoverAnimationMode_$type, RowPath, RowRange, RowSelectionAnimationMode, RowSelectionAnimationMode_$type, RowSeparator, RowSeparatorCell, RowSeparatorCellPresenter, RowSeparatorModel, RowSeparatorModelExport, SaveLayoutColumn, SaveLayoutFilterInfo, SaveLayoutGroupInfo, SaveLayoutSortInfo, SectionFooter, SectionHeader, SectionHeaderCell, SectionHeaderCellModel, SectionHeaderCellModelExport, SectionHeaderCellPresenter, SectionInfo, SelectAllCheckboxChangedEventArgs, SelectionManager, SortIndicatorRenderCompletedEventArgs, SortIndicatorStyle, SortIndicatorStyle_$type, SortManager, SortMode, SortMode_$type, SpacerEffect, SpatialEngine, StringOperatorTypes_$type, SummaryCell, SummaryCellModel, SummaryCellModelExport, SummaryCellPresenter, SummaryChangedEventArgs, SummaryChooser, SummaryChooserItem, SummaryChooserView, SummaryData, SummaryRow, SummaryRowRoot, SummaryRowSection, SummaryScope, SummaryScope_$type, TemplateCell, TemplateCellContainer, TemplateCellModel, TemplateCellModelExport, TemplateCellPresenter, TemplateCellUpdatingEventArgs, TemplateColumn, TemplateHeader, TemplateHeaderCell, TemplateHeaderCellModel, TemplateHeaderCellModelExport, TemplateHeaderCellPresenter, TemplateHeaderCellUpdatingEventArgs, TemplateSectionHeader, TemplateSectionHeaderCellModel, TemplateSectionHeaderCellModelExport, TemplateSectionHeaderCellUpdatingEventArgs, TextCell, TextCellLineBreakMode, TextCellLineBreakMode_$type, TextCellModel, TextCellModelExport, TextCellPresenter, TextColumn, TextEditorView, TextHeader, TextHeaderCell, TextHeaderCellModel, TextHeaderCellModelExport, TextHeaderCellPresenter, TextVisualModelExport, ToolbarVisualModelExport, VerticalSeparatorCell, VerticalSeparatorCellModel, VerticalSeparatorCellPresenter, VisibilityEngine, VisualModel, VisualModelExport };
99504
+ export { AccessibilityRow, ActivationManager, ApplyButtonClickEventArgs, BaseEditorView, BrowserExecutionContext, BrowserPixelConverter, BrowserTickProvider, CalculationParameters, CancelButtonClickEventArgs, CanvasCellPresenterBase, CanvasContentCellModelHelper, CanvasDateTimeCell, CanvasDateTimeCellPresenter, CanvasGridCellBase, CanvasImageCell, CanvasImageCellPresenter, CanvasNumericCell, CanvasNumericCellPresenter, CanvasPlaceholderView, CanvasRowSeparatorCell, CanvasRowSeparatorCellPresenter, CanvasSectionHeaderCell, CanvasSectionHeaderCellPresenter, CanvasSummaryCell, CanvasSummaryCellPresenter, CanvasTemplateCell, CanvasTemplateCellContainer, CanvasTemplateCellPresenter, CanvasTemplateHeaderCell, CanvasTemplateHeaderCellPresenter, CanvasTextCell, CanvasTextCellPresenter, CanvasTextHeaderCell, CanvasTextHeaderCellPresenter, CanvasVerticalSeparatorCell, CanvasVerticalSeparatorCellPresenter, CellContentHorizontalAlignment, CellContentHorizontalAlignment_$type, CellContentVerticalAlignment, CellContentVerticalAlignment_$type, CellDataLoadedAnimationMode, CellDataLoadedAnimationMode_$type, CellEffect, CellKey, CellModel, CellModelExport, CellPath, CellPositionEffect, CellPresenterBase, CellPropertyAnimationType, CellPropertyAnimationType_$type, CellRange, CellSelectionAnimationMode, CellSelectionAnimationMode_$type, CellStyleRequestedEventArgs, CheckboxList, CheckboxListBridge, CheckboxListExternal_$type, CheckboxListIndexType, CheckboxListIndexType_$type, CheckboxListView, CheckboxListViewExternal_$type, CheckedChangedEventArgs, CloneDataSourceFilterOperation, CloneDataSourceFilterOperation_$type, ColumnCellsEffect, ColumnChooser, ColumnChooserInfo, ColumnChooserView, ColumnComparisonConditionOperatorType, ColumnComparisonConditionOperatorType_$type, ColumnComparisonFilterCondition, ColumnController, ColumnCustomFilterCondition, ColumnEffect, ColumnExchanger, ColumnExchangersCollection, ColumnExchangingAnimationMode, ColumnExchangingAnimationMode_$type, ColumnFilterCondition, ColumnFilterConditionCollection, ColumnFilterConditionGroup, ColumnGroupDescription, ColumnGroupDescriptionCollection, ColumnGrouping, ColumnGroupingView, ColumnGroupingVisualModelExport, ColumnHiddenChangedEventArgs, ColumnHidingAnimationMode, ColumnHidingAnimationMode_$type, ColumnInfo, ColumnMovingAnimationMode, ColumnMovingAnimationMode_$type, ColumnMovingMode, ColumnMovingMode_$type, ColumnMovingSeparator, ColumnOptionsIconAlignment, ColumnOptionsIconAlignment_$type, ColumnOptionsIconBehavior, ColumnOptionsIconBehavior_$type, ColumnPinnedChangedEventArgs, ColumnPinning, ColumnPinningInfo, ColumnPinningView, ColumnPropertySetter, ColumnPropertySettersCollection, ColumnPropertyUpdatingAnimationMode, ColumnPropertyUpdatingAnimationMode_$type, ColumnResizingAnimationMode, ColumnResizingAnimationMode_$type, ColumnResizingMode, ColumnResizingMode_$type, ColumnResizingSeparator, ColumnShowingAnimationMode, ColumnShowingAnimationMode_$type, ColumnSortDescription, ColumnSortDescriptionCollection, ColumnSortDirection, ColumnSortDirection_$type, ColumnStates_$type, ColumnSummaryDescription, ColumnSummaryDescriptionCollection, ColumnWidth, ComboBoxColumn, ComboEditorView, ComboEditorView_ComboExternal_$type, ComparisonOperatorSelector, ComparisonOperatorSelectorView, ContentCellModelHelper, CurrentRendererSettings, DataAdapter, DataBindingEventArgs, DataGrid, DataGridAccessibilityLayoutPanel, DataGridCellEventArgs, DataGridCellLayoutPanel, DataGridColumn, DataGridDelayedExecutionManager, DataGridLocaleEn, DataGridPresenterManager, DataGridPropertySetter, DataGridScrollerKeyboardListener, DataGridSelectionMode, DataGridSelectionMode_$type, DataGridStylingDefaults, DataGridToolbar, DataGridToolbarView, DataGridViewportManager, DataSourceNotificationBridge, DateEditorView, DateOperatorTypes_$type, DateTimeCell, DateTimeCellModel, DateTimeCellModelExport, DateTimeCellPresenter, DateTimeColumn, DateTimeColumnValueFormatter, DateTimeFormats, DateTimeFormats_$type, DefaultCellActionManager, DefaultCellModelExportUpdater, DefaultGridInfoRequestor, DefaultPlatformPixelConverter, DefinitionBase, DefinitionPropertyUpdatedEventArgs, DragSelectEventArgs, DragType_$type, Dragger, DraggerView, DropDownDataListItem, EditModeClickAction, EditModeClickAction_$type, EditModeType, EditModeType_$type, EditRowDefinition, EditingManager, EditorCell, EditorCellModel, EditorCellModelExport, EditorCellPresenter, EditorDefinition, EditorRowCell, EditorRowCellModel, EditorRowCellPresenter, EditorType, EditorType_$type, EnterKeyBehaviorAfterEdit, EnterKeyBehaviorAfterEdit_$type, EnterKeyBehaviors, EnterKeyBehaviors_$type, FilterCell, FilterCellModel, FilterCellModelExport, FilterCellPresenter, FilterComparisonType, FilterComparisonType_$type, FilterDialogRenderCompletedEventArgs, FilterLogicalOperator, FilterLogicalOperator_$type, FilterOperand, FilterRowDefinition, FilterUIType, FilterUIType_$type, FixedCellPositions_$type, FormatGroupTextEventArgs, FormatSummaryTextEventArgs, GotFocusEventArgs, GridActivationMode, GridActivationMode_$type, GridActiveCellChangedEventArgs, GridAnimationManager, GridAnimationManagerAnimationCanceledEventArgs, GridAnimationManagerAnimationCompletedEventArgs, GridAnimationManagerAnimationCreatedEventArgs, GridAnimationPhaseSettings, GridAnimationSettings, GridCellBase, GridCellEditEndedEventArgs, GridCellEditStartedEventArgs, GridCellPosition, GridCellType, GridCellType_$type, GridCellValueChangingEventArgs, GridColumnAnimationSettings, GridColumnButtonOptions, GridColumnButtonOptionsView, GridColumnCollection, GridColumnFilterOptions, GridColumnFilterOptionsView, GridColumnGroupOptions, GridColumnGroupOptionsView, GridColumnHideOptions, GridColumnHideOptionsView, GridColumnMoveOptions, GridColumnMoveOptionsView, GridColumnOptions, GridColumnOptionsBase, GridColumnOptionsSectionBase, GridColumnOptionsSimpleSectionBase, GridColumnOptionsUtilities, GridColumnOptionsView, GridColumnOptionsViewBase, GridColumnPinOptions, GridColumnPinOptionsView, GridColumnSortOptions, GridColumnSortOptionsView, GridColumnSpacer, GridColumnSpacerCollection, GridColumnSummaryOptions, GridColumnSummaryOptionsView, GridColumnWidthChangedEventArgs, GridColumnsAutoGeneratedEventArgs, GridColumnsChangedEventArgs, GridCustomFilterRequestedEventArgs, GridDataCommittedEventArgs, GridDataCommittingEventArgs, GridEasingFunctionType, GridEasingFunctionType_$type, GridEffect, GridEffectGroup, GridEffectMainIntent_$type, GridEffectManager, GridEffectSubIntent_$type, GridExpansionIndicator, GridExpansionIndicatorView, GridExternalWrapper, GridFilterDialog, GridFilterDialogFilterChangeEventArgs, GridFilterDialogOpeningEventArgs, GridFilterDialogPanel, GridFilterDialogView, GridFilterDialogViewModel, GridFilterDialogViewModelGrouping, GridFilterDialogViewModelGroupingLevel, GridFilterDialogViewModelGroupingLevelCollection, GridFilterDialogViewModelRow, GridFilterDialogViewModelRowCollection, GridFilterExpressionsEventArgs, GridFilterOperandsCollection, GridGroupDescriptionsChangedEventArgs, GridLayer, GridLayerController, GridLayerExport, GridRowEditEndedEventArgs, GridRowEditStartedEventArgs, GridSelectedCellRangesChangedEventArgs, GridSelectedCellRangesCollection, GridSelectedCellsChangedEventArgs, GridSelectedCellsCollection, GridSelectedItemsChangedEventArgs, GridSelectedItemsCollection, GridSelectedKeysChangedEventArgs, GridSelectedKeysCollection, GridSelectionBehavior, GridSelectionBehavior_$type, GridSelectionChangedEventArgs, GridSizeChangedEventArgs, GridSortDescriptionsChangedEventArgs, GridSortIndicator, GridSortIndicatorView, GridStyleRepository, GridSummaryDescriptionsChangedEventArgs, GridViewportChangedEventArgs, GroupData, GroupHeaderDisplayMode, GroupHeaderDisplayMode_$type, GroupInfo, GroupSummaryDisplayMode, GroupSummaryDisplayMode_$type, Header, HeaderClickAction, HeaderClickAction_$type, HeaderRowSeparator, HeaderSeparator, HorizontalPropertyEditorDataSource, HoverManager, ICellActionManager_$type, ICellModelExportUpdater_$type, ICellPresenter_$type, ICellRenderingEngine_$type, IColumnGroupingVisualModelExport_$type, IColumnGrouping_$type, IDataAdapter_$type, IDataGridComponent_$type, IDelayedExecutionManager_$type, IDraggerView_$type, IDragger_$type, IEditorView_$type, IExternalDefinitionBase_$type, IExternalGrid_$type, IExternalTemplateColumn_$type, IExternalTemplateHeaderColumn_$type, IExternalTemplateSectionHeader_$type, IGridInfoRequestor_$type, INativeCell_$type, IPlatformPixelConverter_$type, IPropertySetter_$type, ISummaryChooserView_$type, IToolbarVisualModelExport_$type, IViewportManager_$type, IgcApplyButtonClickEventArgs, IgcCancelButtonClickEventArgs, IgcCellInfo, IgcCellKey, IgcCellKeyModule, IgcCellRange, IgcCellRangeModule, IgcCellStyleRequestedEventArgs, IgcCheckboxListComponent, IgcCheckboxListModule, IgcCheckedChangedEventArgs, IgcColumnChooserComponent, IgcColumnChooserModule, IgcColumnExchanger, IgcColumnExchangersCollection, IgcColumnGroupDescription, IgcColumnGroupDescriptionCollection, IgcColumnGroupDescriptionModule, IgcColumnGroupingComponent, IgcColumnGroupingModule, IgcColumnHiddenChangedEventArgs, IgcColumnMovingSeparatorComponent, IgcColumnMovingSeparatorModule, IgcColumnPinnedChangedEventArgs, IgcColumnPinningComponent, IgcColumnPinningModule, IgcColumnPropertySetter, IgcColumnPropertySettersCollection, IgcColumnResizingSeparatorComponent, IgcColumnResizingSeparatorModule, IgcColumnSortDescription, IgcColumnSortDescriptionCollection, IgcColumnSortDescriptionModule, IgcColumnSummaryDescription, IgcColumnSummaryDescriptionCollection, IgcColumnSummaryDescriptionModule, IgcColumnWidth, IgcColumnWidthModule, IgcComboBoxColumnComponent, IgcComboBoxColumnModule, IgcDataBindingEventArgs, IgcDataGridAllColumnsModule, IgcDataGridCellEventArgs, IgcDataGridColumnComponent, IgcDataGridComparisonOperatorSelectorComponent, IgcDataGridComponent, IgcDataGridCoreModule, IgcDataGridExpansionIndicatorComponent, IgcDataGridFilterDialogComponent, IgcDataGridLocaleEnModule, IgcDataGridModule, IgcDataGridPagerComponent, IgcDataGridPagerModule, IgcDataGridSortIndicatorComponent, IgcDataGridToolbarComponent, IgcDataGridToolbarModule, IgcDateTimeCellInfo, IgcDateTimeColumnComponent, IgcDateTimeColumnModule, IgcDefinitionBaseComponent, IgcEditRowDefinitionComponent, IgcEditRowDefinitionModule, IgcEditorCellInfo, IgcEditorDefinitionComponent, IgcEditorDefinitionModule, IgcEditorRowCellInfo, IgcFilterCellInfo, IgcFilterDialogRenderCompletedEventArgs, IgcFilterOperand, IgcFilterOperandModule, IgcFilterRowDefinitionComponent, IgcFilterRowDefinitionModule, IgcFormatGroupTextEventArgs, IgcFormatSummaryTextEventArgs, IgcGotFocusEventArgs, IgcGridActiveCellChangedEventArgs, IgcGridAnimationPhaseSettings, IgcGridAnimationSettings, IgcGridCellEditEndedEventArgs, IgcGridCellEditStartedEventArgs, IgcGridCellPosition, IgcGridCellPositionModule, IgcGridCellValueChangingEventArgs, IgcGridColumnAnimationSettings, IgcGridColumnButtonOptionsComponent, IgcGridColumnButtonOptionsModule, IgcGridColumnCollection, IgcGridColumnFilterOptionsComponent, IgcGridColumnFilterOptionsModule, IgcGridColumnGroupOptionsComponent, IgcGridColumnGroupOptionsModule, IgcGridColumnHideOptionsComponent, IgcGridColumnHideOptionsModule, IgcGridColumnMoveOptionsComponent, IgcGridColumnMoveOptionsModule, IgcGridColumnOptionsBaseComponent, IgcGridColumnOptionsComponent, IgcGridColumnOptionsModule, IgcGridColumnOptionsSectionBaseComponent, IgcGridColumnOptionsSimpleSectionBaseComponent, IgcGridColumnPinOptionsComponent, IgcGridColumnPinOptionsModule, IgcGridColumnSortOptionsComponent, IgcGridColumnSortOptionsModule, IgcGridColumnSummaryOptionsComponent, IgcGridColumnSummaryOptionsModule, IgcGridColumnWidthChangedEventArgs, IgcGridColumnsAutoGeneratedEventArgs, IgcGridColumnsChangedEventArgs, IgcGridCustomFilterRequestedEventArgs, IgcGridDataCommittedEventArgs, IgcGridDataCommittingEventArgs, IgcGridFilterDialogFilterChangeEventArgs, IgcGridFilterDialogOpeningEventArgs, IgcGridFilterDialogViewModel, IgcGridFilterDialogViewModelGrouping, IgcGridFilterDialogViewModelGroupingLevel, IgcGridFilterDialogViewModelGroupingLevelCollection, IgcGridFilterDialogViewModelRow, IgcGridFilterDialogViewModelRowCollection, IgcGridFilterExpressionsEventArgs, IgcGridFilterOperandsCollection, IgcGridGroupDescriptionsChangedEventArgs, IgcGridRowEditEndedEventArgs, IgcGridRowEditStartedEventArgs, IgcGridSelectedCellRangesChangedEventArgs, IgcGridSelectedCellRangesCollection, IgcGridSelectedCellsChangedEventArgs, IgcGridSelectedCellsCollection, IgcGridSelectedItemsChangedEventArgs, IgcGridSelectedItemsCollection, IgcGridSelectedKeysChangedEventArgs, IgcGridSelectedKeysCollection, IgcGridSelectionChangedEventArgs, IgcGridSizeChangedEventArgs, IgcGridSortDescriptionsChangedEventArgs, IgcGridSummaryDescriptionsChangedEventArgs, IgcGroupData, IgcHeaderComponent, IgcHeaderRowSeparatorComponent, IgcHeaderRowSeparatorModule, IgcHeaderSeparatorComponent, IgcHeaderSeparatorModule, IgcHorizontalPropertyEditorDataSource, IgcImageCellInfo, IgcImageColumnComponent, IgcImageColumnModule, IgcLostFocusEventArgs, IgcMultiColumnComboBoxComponent, IgcMultiColumnComboBoxModule, IgcMultiColumnComboBoxTextChangedEventArgs, IgcMultiColumnComboBoxValueChangedEventArgs, IgcNumericCellInfo, IgcNumericColumnComponent, IgcNumericColumnModule, IgcOperatorSelectorClosingEventArgs, IgcOperatorSelectorOpeningEventArgs, IgcOperatorSelectorValueChangedEventArgs, IgcPageChangedEventArgs, IgcPinnedAreaSeparatorComponent, IgcPinnedAreaSeparatorModule, IgcPrimaryKeyValue, IgcPrimaryKeyValueModule, IgcPropertyEditorComponent, IgcPropertyEditorModule, IgcResponsivePhase, IgcResponsivePhasesCollection, IgcResponsiveState, IgcResponsiveStateEnteredEventArgs, IgcResponsiveStateEnteringEventArgs, IgcResponsiveStateExitedEventArgs, IgcResponsiveStatesCollection, IgcRowSeparatorComponent, IgcRowSeparatorInfo, IgcRowSeparatorModule, IgcSectionFooterComponent, IgcSectionFooterModule, IgcSectionHeaderCellInfo, IgcSectionHeaderComponent, IgcSectionHeaderModule, IgcSelectAllCheckboxChangedEventArgs, IgcSortIndicatorRenderCompletedEventArgs, IgcSummaryCellInfo, IgcSummaryChangedEventArgs, IgcSummaryChooserModule, IgcSummaryData, IgcSummaryRowComponent, IgcSummaryRowRootComponent, IgcSummaryRowRootModule, IgcSummaryRowSectionComponent, IgcSummaryRowSectionModule, IgcTemplateCellInfo, IgcTemplateCellUpdatingEventArgs, IgcTemplateColumnComponent, IgcTemplateColumnModule, IgcTemplateHeaderCellInfo, IgcTemplateHeaderCellUpdatingEventArgs, IgcTemplateHeaderComponent, IgcTemplateHeaderModule, IgcTemplateSectionHeaderCellInfo, IgcTemplateSectionHeaderCellUpdatingEventArgs, IgcTemplateSectionHeaderComponent, IgcTemplateSectionHeaderModule, IgcTextCellInfo, IgcTextColumnComponent, IgcTextColumnModule, IgcTextHeaderCellInfo, IgcTextHeaderComponent, IgcTextHeaderModule, IgcVerticalSeparatorCellInfo, ImageCell, ImageCellModel, ImageCellModelExport, ImageCellPresenter, ImageColumn, ImageResourceType, ImageResourceType_$type, ImageStretchOptions, ImageStretchOptions_$type, LayoutAction, LayoutAction_$type, LostFocusEventArgs, MergedCellEvaluationCriteria, MergedCellEvaluationCriteria_$type, MergedCellInfo, MergedCellMode, MergedCellMode_$type, ModelStates_$type, ModelTypes_$type, MultiColumnComboBox, MultiColumnComboBoxDataSourceNotificationHandler, MultiColumnComboBoxSelectedItemChangeType, MultiColumnComboBoxSelectedItemChangeType_$type, MultiColumnComboBoxTextChangedEventArgs, MultiColumnComboBoxUtilities, MultiColumnComboBoxValueChangedEventArgs, MultiColumnComboBoxView, MultiColumnComboVisualModelExport, MultipleDataSourceNotifier, NativeUIGridFactory, NumericCell, NumericCellFormatter, NumericCellModel, NumericCellModelExport, NumericCellPresenter, NumericColumn, NumericEditorView, OperatorModel, OperatorSelectorClosingEventArgs, OperatorSelectorOpeningEventArgs, OperatorSelectorValueChangedEventArgs, PageChangedEventArgs, PagedDataProvider, Pager, PagerDataSourceNotificationBridge, PagerGridDataSourceNotificationBridge, PagerView, PagerVisualModelExport, PinnedAreaSeparator, PinnedPositions, PinnedPositions_$type, PinnedRowInfo, PlaceholderView, PrimaryKeyValue, PropertyEditor, PropertyEditorView, PushRowResult, PushRowSettings, RecyclingManager, ResponsiveEngine, ResponsivePhase, ResponsivePhasesCollection, ResponsiveState, ResponsiveStateEnteredEventArgs, ResponsiveStateEnteringEventArgs, ResponsiveStateExitedEventArgs, ResponsiveStatesCollection, RowCellsEffect, RowEffect, RowHoverAnimationMode, RowHoverAnimationMode_$type, RowPath, RowRange, RowSelectionAnimationMode, RowSelectionAnimationMode_$type, RowSeparator, RowSeparatorCell, RowSeparatorCellPresenter, RowSeparatorModel, RowSeparatorModelExport, SaveLayoutColumn, SaveLayoutFilterInfo, SaveLayoutGroupInfo, SaveLayoutSortInfo, SectionFooter, SectionHeader, SectionHeaderCell, SectionHeaderCellModel, SectionHeaderCellModelExport, SectionHeaderCellPresenter, SectionInfo, SelectAllCheckboxChangedEventArgs, SelectionManager, SortIndicatorRenderCompletedEventArgs, SortIndicatorStyle, SortIndicatorStyle_$type, SortManager, SortMode, SortMode_$type, SpacerEffect, SpatialEngine, StringOperatorTypes_$type, SummaryCell, SummaryCellModel, SummaryCellModelExport, SummaryCellPresenter, SummaryChangedEventArgs, SummaryChooser, SummaryChooserItem, SummaryChooserView, SummaryData, SummaryRow, SummaryRowRoot, SummaryRowSection, SummaryScope, SummaryScope_$type, TemplateCell, TemplateCellContainer, TemplateCellModel, TemplateCellModelExport, TemplateCellPresenter, TemplateCellUpdatingEventArgs, TemplateColumn, TemplateHeader, TemplateHeaderCell, TemplateHeaderCellModel, TemplateHeaderCellModelExport, TemplateHeaderCellPresenter, TemplateHeaderCellUpdatingEventArgs, TemplateSectionHeader, TemplateSectionHeaderCellModel, TemplateSectionHeaderCellModelExport, TemplateSectionHeaderCellUpdatingEventArgs, TextCell, TextCellLineBreakMode, TextCellLineBreakMode_$type, TextCellModel, TextCellModelExport, TextCellPresenter, TextColumn, TextEditorView, TextHeader, TextHeaderCell, TextHeaderCellModel, TextHeaderCellModelExport, TextHeaderCellPresenter, TextVisualModelExport, ToolbarVisualModelExport, VerticalSeparatorCell, VerticalSeparatorCellModel, VerticalSeparatorCellPresenter, VisibilityEngine, VisualModel, VisualModelExport };