igniteui-webcomponents-grids 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
24
24
  this.w = null;
25
25
  }
26
26
  getDesiredSize(a, b) {
27
- return this.t.view.getDesiredSize();
27
+ return this.t.getDesiredSize();
28
28
  }
29
29
  addHandler(a, b, c, d) {
30
30
  let e = a;
@@ -67,7 +67,6 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
67
67
  }
68
68
  }
69
69
  aa(a, b) {
70
- let c = a;
71
70
  if (this.u != null) {
72
71
  this.u(this.x, ((() => {
73
72
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -79,7 +78,6 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
79
78
  }
80
79
  }
81
80
  ab(a, b) {
82
- let c = a;
83
81
  if (this.v != null) {
84
82
  this.v(this.y, ((() => {
85
83
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -91,7 +89,6 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
91
89
  }
92
90
  }
93
91
  ac(a, b) {
94
- let c = a;
95
92
  if (this.w != null) {
96
93
  this.w(this.z, ((() => {
97
94
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -15,7 +15,6 @@ import { XInput } from "igniteui-webcomponents-inputs";
15
15
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
16
16
  import { NativeUI } from "igniteui-webcomponents-core";
17
17
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
18
- import { Size } from "igniteui-webcomponents-core";
19
18
  import { Thickness } from "igniteui-webcomponents-core";
20
19
  import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
21
20
  import { SRProvider } from "igniteui-webcomponents-core";
@@ -34,6 +33,7 @@ import { DateTimeColumn } from "./DateTimeColumn";
34
33
  import { NumericColumn } from "./NumericColumn";
35
34
  import { TextColumn } from "./TextColumn";
36
35
  import { ArgumentException } from "igniteui-webcomponents-core";
36
+ import { Size } from "igniteui-webcomponents-core";
37
37
  import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
38
38
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
39
39
  /**
@@ -357,29 +357,6 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
357
357
  this.c.fill = this.b.d1;
358
358
  }
359
359
  }
360
- aj() {
361
- let a = 248;
362
- let b = 0;
363
- if (this.b.itemsSource == null) {
364
- return new Size(1, a, b + 158);
365
- }
366
- let c = (this.b.itemsSource.length);
367
- b += 4;
368
- b += 16;
369
- b += 38;
370
- b += 8;
371
- b += 4;
372
- let d = this.b.h != null ? this.b.h.actualRowHeight : 30;
373
- let e = d * c;
374
- if (e > 150) {
375
- b += 150;
376
- b += 15;
377
- }
378
- else {
379
- b += e;
380
- }
381
- return new Size(1, a, b);
382
- }
383
360
  ac() {
384
361
  if (this.b.ag != null) {
385
362
  this.i.setStyleProperty("font", this.b.ag.fontString);
@@ -1305,6 +1282,29 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1305
1282
  this.g.remove(b);
1306
1283
  }
1307
1284
  }
1285
+ getDesiredSize() {
1286
+ let a = 248;
1287
+ let b = 0;
1288
+ if (this.itemsSource == null) {
1289
+ return new Size(1, a, b + 158);
1290
+ }
1291
+ b += 4;
1292
+ b += 16;
1293
+ b += 38;
1294
+ b += 8;
1295
+ b += 4;
1296
+ let c = this.h != null ? this.h.actualRowHeight : 30;
1297
+ let d = (this.itemsSource.length);
1298
+ let e = c * d;
1299
+ if (e > 150) {
1300
+ b += 150;
1301
+ b += 15;
1302
+ }
1303
+ else {
1304
+ b += e;
1305
+ }
1306
+ return new Size(1, a, b);
1307
+ }
1308
1308
  get b0() {
1309
1309
  return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
1310
1310
  }
@@ -1,4 +1,4 @@
1
- import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
1
+ import { fromSize, ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
2
2
  import { FontInfo } from "igniteui-webcomponents-core";
3
3
  import { WebComponentRenderer } from "igniteui-webcomponents-core";
4
4
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
@@ -669,6 +669,10 @@ export let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
669
669
  removeKeyValue(value) {
670
670
  this.i.c1(value);
671
671
  }
672
+ getDesiredSize() {
673
+ let iv = this.i.getDesiredSize();
674
+ return fromSize(iv);
675
+ }
672
676
  /**
673
677
  * Returns true if no items are selected / checked; otherwise false.
674
678
 
@@ -137,7 +137,6 @@ export * from './lib/NativeUIGridFactory';
137
137
  export * from './lib/CheckboxListBridge';
138
138
  export * from './lib/CheckboxListExternal';
139
139
  export * from './lib/CheckedChangedEventArgs';
140
- export * from './lib/CheckboxListViewExternal';
141
140
  export * from './lib/DraggerView';
142
141
  export * from './lib/igc-grid-selected-keys-collection';
143
142
  export * from './lib/GridSelectedKeysCollection';
@@ -26,7 +26,7 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
26
26
  return _this;
27
27
  }
28
28
  CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
29
- return this.t.view.getDesiredSize();
29
+ return this.t.getDesiredSize();
30
30
  };
31
31
  CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
32
32
  var e = a;
@@ -69,7 +69,6 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  }
70
70
  };
71
71
  CheckboxListBridge.prototype.aa = function (a, b) {
72
- var c = a;
73
72
  if (this.u != null) {
74
73
  this.u(this.x, ((function () {
75
74
  var $ret = new NativeUICheckboxListChangeEventArgs();
@@ -81,7 +80,6 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
81
80
  }
82
81
  };
83
82
  CheckboxListBridge.prototype.ab = function (a, b) {
84
- var c = a;
85
83
  if (this.v != null) {
86
84
  this.v(this.y, ((function () {
87
85
  var $ret = new NativeUICheckboxListChangeEventArgs();
@@ -93,7 +91,6 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
93
91
  }
94
92
  };
95
93
  CheckboxListBridge.prototype.ac = function (a, b) {
96
- var c = a;
97
94
  if (this.w != null) {
98
95
  this.w(this.z, ((function () {
99
96
  var $ret = new NativeUICheckboxListChangeEventArgs();
@@ -16,7 +16,6 @@ import { XInput } from "igniteui-webcomponents-inputs";
16
16
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
17
17
  import { NativeUI } from "igniteui-webcomponents-core";
18
18
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
19
- import { Size } from "igniteui-webcomponents-core";
20
19
  import { Thickness } from "igniteui-webcomponents-core";
21
20
  import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
22
21
  import { SRProvider } from "igniteui-webcomponents-core";
@@ -35,6 +34,7 @@ import { DateTimeColumn } from "./DateTimeColumn";
35
34
  import { NumericColumn } from "./NumericColumn";
36
35
  import { TextColumn } from "./TextColumn";
37
36
  import { ArgumentException } from "igniteui-webcomponents-core";
37
+ import { Size } from "igniteui-webcomponents-core";
38
38
  import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
39
39
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
40
40
  /**
@@ -413,29 +413,6 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
413
413
  this.c.fill = this.b.d1;
414
414
  }
415
415
  };
416
- CheckboxListView.prototype.aj = function () {
417
- var a = 248;
418
- var b = 0;
419
- if (this.b.itemsSource == null) {
420
- return new Size(1, a, b + 158);
421
- }
422
- var c = (this.b.itemsSource.length);
423
- b += 4;
424
- b += 16;
425
- b += 38;
426
- b += 8;
427
- b += 4;
428
- var d = this.b.h != null ? this.b.h.actualRowHeight : 30;
429
- var e = d * c;
430
- if (e > 150) {
431
- b += 150;
432
- b += 15;
433
- }
434
- else {
435
- b += e;
436
- }
437
- return new Size(1, a, b);
438
- };
439
416
  CheckboxListView.prototype.ac = function () {
440
417
  if (this.b.ag != null) {
441
418
  this.i.setStyleProperty("font", this.b.ag.fontString);
@@ -1480,6 +1457,29 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1480
1457
  this.g.remove(b);
1481
1458
  }
1482
1459
  };
1460
+ CheckboxList.prototype.getDesiredSize = function () {
1461
+ var a = 248;
1462
+ var b = 0;
1463
+ if (this.itemsSource == null) {
1464
+ return new Size(1, a, b + 158);
1465
+ }
1466
+ b += 4;
1467
+ b += 16;
1468
+ b += 38;
1469
+ b += 8;
1470
+ b += 4;
1471
+ var c = this.h != null ? this.h.actualRowHeight : 30;
1472
+ var d = (this.itemsSource.length);
1473
+ var e = c * d;
1474
+ if (e > 150) {
1475
+ b += 150;
1476
+ b += 15;
1477
+ }
1478
+ else {
1479
+ b += e;
1480
+ }
1481
+ return new Size(1, a, b);
1482
+ };
1483
1483
  Object.defineProperty(CheckboxList.prototype, "b0", {
1484
1484
  get: function () {
1485
1485
  return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
@@ -1,5 +1,5 @@
1
1
  import { __extends } from "tslib";
2
- import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
2
+ import { fromSize, ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
3
3
  import { FontInfo } from "igniteui-webcomponents-core";
4
4
  import { WebComponentRenderer } from "igniteui-webcomponents-core";
5
5
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
@@ -827,6 +827,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
827
827
  IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
828
828
  this.i.c1(value);
829
829
  };
830
+ IgcCheckboxListComponent.prototype.getDesiredSize = function () {
831
+ var iv = this.i.getDesiredSize();
832
+ return fromSize(iv);
833
+ };
830
834
  /**
831
835
  * Returns true if no items are selected / checked; otherwise false.
832
836
 
@@ -137,7 +137,6 @@ export * from './lib/NativeUIGridFactory';
137
137
  export * from './lib/CheckboxListBridge';
138
138
  export * from './lib/CheckboxListExternal';
139
139
  export * from './lib/CheckedChangedEventArgs';
140
- export * from './lib/CheckboxListViewExternal';
141
140
  export * from './lib/DraggerView';
142
141
  export * from './lib/igc-grid-selected-keys-collection';
143
142
  export * from './lib/GridSelectedKeysCollection';
@@ -5,7 +5,7 @@
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
 
8
- import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, SRProvider, stringIsNullOrWhiteSpace, PagedDataSource, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, HashSet$1, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, FilterExpressionCollection, SortGroupParser, SummaryParser, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, TypeRegistrar, NamePatcher, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, NotifyCollectionChangedAction, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, 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';
8
+ import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, SRProvider, stringIsNullOrWhiteSpace, PagedDataSource, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, HashSet$1, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, FilterExpressionCollection, SortGroupParser, SummaryParser, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, TypeRegistrar, NamePatcher, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, NotifyCollectionChangedAction, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, Size, fromSize, NativeUICheckboxListChangeEventArgs, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, IgcTemplateContentModule, SizeData, StringComparer, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit } from 'igniteui-webcomponents-core';
9
9
  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';
10
10
  import { PropertyEditorPropertyDescriptionCollection, PropertyEditorPropertyDescription, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
11
11
 
@@ -62548,29 +62548,6 @@ let CheckboxListView = /*@__PURE__*/ (() => {
62548
62548
  this.c.fill = this.b.d1;
62549
62549
  }
62550
62550
  }
62551
- aj() {
62552
- let a = 248;
62553
- let b = 0;
62554
- if (this.b.itemsSource == null) {
62555
- return new Size(1, a, b + 158);
62556
- }
62557
- let c = (this.b.itemsSource.length);
62558
- b += 4;
62559
- b += 16;
62560
- b += 38;
62561
- b += 8;
62562
- b += 4;
62563
- let d = this.b.h != null ? this.b.h.actualRowHeight : 30;
62564
- let e = d * c;
62565
- if (e > 150) {
62566
- b += 150;
62567
- b += 15;
62568
- }
62569
- else {
62570
- b += e;
62571
- }
62572
- return new Size(1, a, b);
62573
- }
62574
62551
  ac() {
62575
62552
  if (this.b.ag != null) {
62576
62553
  this.i.setStyleProperty("font", this.b.ag.fontString);
@@ -63496,6 +63473,29 @@ let CheckboxList = /*@__PURE__*/ (() => {
63496
63473
  this.g.remove(b);
63497
63474
  }
63498
63475
  }
63476
+ getDesiredSize() {
63477
+ let a = 248;
63478
+ let b = 0;
63479
+ if (this.itemsSource == null) {
63480
+ return new Size(1, a, b + 158);
63481
+ }
63482
+ b += 4;
63483
+ b += 16;
63484
+ b += 38;
63485
+ b += 8;
63486
+ b += 4;
63487
+ let c = this.h != null ? this.h.actualRowHeight : 30;
63488
+ let d = (this.itemsSource.length);
63489
+ let e = c * d;
63490
+ if (e > 150) {
63491
+ b += 150;
63492
+ b += 15;
63493
+ }
63494
+ else {
63495
+ b += e;
63496
+ }
63497
+ return new Size(1, a, b);
63498
+ }
63499
63499
  get b0() {
63500
63500
  return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
63501
63501
  }
@@ -64405,6 +64405,10 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
64405
64405
  removeKeyValue(value) {
64406
64406
  this.i.c1(value);
64407
64407
  }
64408
+ getDesiredSize() {
64409
+ let iv = this.i.getDesiredSize();
64410
+ return fromSize(iv);
64411
+ }
64408
64412
  /**
64409
64413
  * Returns true if no items are selected / checked; otherwise false.
64410
64414
 
@@ -64553,7 +64557,7 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
64553
64557
  this.w = null;
64554
64558
  }
64555
64559
  getDesiredSize(a, b) {
64556
- return this.t.view.getDesiredSize();
64560
+ return this.t.getDesiredSize();
64557
64561
  }
64558
64562
  addHandler(a, b, c, d) {
64559
64563
  let e = a;
@@ -64596,7 +64600,6 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
64596
64600
  }
64597
64601
  }
64598
64602
  aa(a, b) {
64599
- let c = a;
64600
64603
  if (this.u != null) {
64601
64604
  this.u(this.x, ((() => {
64602
64605
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -64608,7 +64611,6 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
64608
64611
  }
64609
64612
  }
64610
64613
  ab(a, b) {
64611
- let c = a;
64612
64614
  if (this.v != null) {
64613
64615
  this.v(this.y, ((() => {
64614
64616
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -64620,7 +64622,6 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
64620
64622
  }
64621
64623
  }
64622
64624
  ac(a, b) {
64623
- let c = a;
64624
64625
  if (this.w != null) {
64625
64626
  this.w(this.z, ((() => {
64626
64627
  let $ret = new NativeUICheckboxListChangeEventArgs();
@@ -80454,17 +80455,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
80454
80455
  */
80455
80456
  let CheckboxListExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListExternal');
80456
80457
 
80457
- /*
80458
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
80459
- https://www.infragistics.com/legal/license/igultimate-la
80460
- https://www.infragistics.com/legal/license/igultimate-eula
80461
- 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.
80462
- */
80463
- /**
80464
- * @hidden
80465
- */
80466
- let CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
80467
-
80468
80458
  /*
80469
80459
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
80470
80460
  https://www.infragistics.com/legal/license/igultimate-la
@@ -86712,4 +86702,4 @@ https://www.infragistics.com/legal/license/igultimate-eula
86712
86702
  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.
86713
86703
  */
86714
86704
 
86715
- 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 };
86705
+ 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, 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 };