igniteui-webcomponents-grids 4.8.1 → 5.0.0-beta.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.
- package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +37327 -39208
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
|
@@ -5,8 +5,8 @@
|
|
|
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, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer,
|
|
9
|
-
import { XButton, XIcon, XInputGroup, XInput,
|
|
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';
|
|
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
|
|
|
12
12
|
/*
|
|
@@ -3139,16 +3139,16 @@ let PagerVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
3139
3139
|
a.l("currentPage : " + this.h + ", ");
|
|
3140
3140
|
a.l("pageCount : " + this.i + ", ");
|
|
3141
3141
|
if (this.c != null) {
|
|
3142
|
-
a.l("firstPageButton : " + this.c.
|
|
3142
|
+
a.l("firstPageButton : " + this.c.serialize() + ", ");
|
|
3143
3143
|
}
|
|
3144
3144
|
if (this.f != null) {
|
|
3145
|
-
a.l("previousPageButton : " + this.f.
|
|
3145
|
+
a.l("previousPageButton : " + this.f.serialize() + ", ");
|
|
3146
3146
|
}
|
|
3147
3147
|
if (this.e != null) {
|
|
3148
|
-
a.l("nextPageButton : " + this.e.
|
|
3148
|
+
a.l("nextPageButton : " + this.e.serialize() + ", ");
|
|
3149
3149
|
}
|
|
3150
3150
|
if (this.d != null) {
|
|
3151
|
-
a.l("lastPageButton : " + this.d.
|
|
3151
|
+
a.l("lastPageButton : " + this.d.serialize() + ", ");
|
|
3152
3152
|
}
|
|
3153
3153
|
a.l("}");
|
|
3154
3154
|
return a.toString();
|
|
@@ -11190,7 +11190,7 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11190
11190
|
if (this.b.isVirtual) {
|
|
11191
11191
|
this.b.firstVisibleIndexRequested = a;
|
|
11192
11192
|
this.b.lastVisibleIndexRequested = a + this.ah;
|
|
11193
|
-
this.d.
|
|
11193
|
+
this.d.eb = false;
|
|
11194
11194
|
}
|
|
11195
11195
|
this.b2();
|
|
11196
11196
|
this.ac.clear();
|
|
@@ -11201,7 +11201,7 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11201
11201
|
let c = this.b.getItemAtIndex(b);
|
|
11202
11202
|
this.ac.add1(c);
|
|
11203
11203
|
if (c != null) {
|
|
11204
|
-
this.d.
|
|
11204
|
+
this.d.eb = true;
|
|
11205
11205
|
}
|
|
11206
11206
|
}
|
|
11207
11207
|
let d = new Array(this.ac.count);
|
|
@@ -11212,7 +11212,7 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11212
11212
|
if (this.targetGrid != null) {
|
|
11213
11213
|
this.targetGrid.actualDataSource.queueAutoRefresh();
|
|
11214
11214
|
this.targetGrid.actualDataSource.flushAutoRefresh();
|
|
11215
|
-
if (this.b.isVirtual && this.d.
|
|
11215
|
+
if (this.b.isVirtual && this.d.eb) {
|
|
11216
11216
|
this.targetGrid.v4(0, this.ao - 1);
|
|
11217
11217
|
}
|
|
11218
11218
|
else {
|
|
@@ -11243,7 +11243,7 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11243
11243
|
this.b.summaryScope = this.p;
|
|
11244
11244
|
let b = this.b;
|
|
11245
11245
|
b.schemaChanged = delegateCombine(b.schemaChanged, runOn(this, this.bj));
|
|
11246
|
-
this.d.
|
|
11246
|
+
this.d.ea = this.b;
|
|
11247
11247
|
switch (this.l) {
|
|
11248
11248
|
case 1:
|
|
11249
11249
|
case 0:
|
|
@@ -11619,15 +11619,15 @@ let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
11619
11619
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
11620
11620
|
constructor(a) {
|
|
11621
11621
|
super();
|
|
11622
|
-
this.
|
|
11623
|
-
this.
|
|
11622
|
+
this.av = null;
|
|
11623
|
+
this.av = a;
|
|
11624
11624
|
}
|
|
11625
11625
|
getItemValue(a, b) {
|
|
11626
11626
|
if (a == null) {
|
|
11627
11627
|
return null;
|
|
11628
11628
|
}
|
|
11629
|
-
if (this.
|
|
11630
|
-
let c = this.
|
|
11629
|
+
if (this.av.actualDataSource.isVirtual) {
|
|
11630
|
+
let c = this.av.actualDataSource;
|
|
11631
11631
|
return c.actualDataProvider.getItemValue(a, b);
|
|
11632
11632
|
}
|
|
11633
11633
|
return super.getItemValue(a, b);
|
|
@@ -47429,15 +47429,15 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47429
47429
|
e.append(f);
|
|
47430
47430
|
let g = a.createElement("div");
|
|
47431
47431
|
e.append(g);
|
|
47432
|
-
this.y = new
|
|
47432
|
+
this.y = new XDatePicker();
|
|
47433
47433
|
this.y.ay = false;
|
|
47434
47434
|
this.y.provideContainer(e);
|
|
47435
47435
|
this.y.w = b;
|
|
47436
47436
|
this.y.y = 3;
|
|
47437
|
-
this.y.
|
|
47438
|
-
this.y.
|
|
47439
|
-
this.y.
|
|
47440
|
-
this.y.
|
|
47437
|
+
this.y.a0 = this.showClearButton;
|
|
47438
|
+
this.y.a1 = this.ac;
|
|
47439
|
+
this.y.dy = this.textColor;
|
|
47440
|
+
this.y.bf = -1;
|
|
47441
47441
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
47442
47442
|
if (this.z != null) {
|
|
47443
47443
|
this.y.ad = this.z;
|
|
@@ -47503,12 +47503,12 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47503
47503
|
s() {
|
|
47504
47504
|
if (this.y != null) {
|
|
47505
47505
|
this.y.focus(true);
|
|
47506
|
-
this.y.
|
|
47506
|
+
this.y.dg();
|
|
47507
47507
|
}
|
|
47508
47508
|
}
|
|
47509
47509
|
ag() {
|
|
47510
47510
|
if (this.y != null) {
|
|
47511
|
-
this.y.
|
|
47511
|
+
this.y.cr();
|
|
47512
47512
|
}
|
|
47513
47513
|
}
|
|
47514
47514
|
u(a, b, c) {
|
|
@@ -47519,18 +47519,18 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47519
47519
|
break;
|
|
47520
47520
|
case "ShowClearButton":
|
|
47521
47521
|
if (this.y != null) {
|
|
47522
|
-
this.y.
|
|
47522
|
+
this.y.a0 = this.showClearButton;
|
|
47523
47523
|
}
|
|
47524
47524
|
break;
|
|
47525
47525
|
case "ShowTodayButton":
|
|
47526
47526
|
if (this.y != null) {
|
|
47527
|
-
this.y.
|
|
47527
|
+
this.y.a1 = this.ac;
|
|
47528
47528
|
}
|
|
47529
47529
|
break;
|
|
47530
47530
|
}
|
|
47531
47531
|
}
|
|
47532
47532
|
ak() {
|
|
47533
|
-
this.y.
|
|
47533
|
+
this.y.bz = this.ae;
|
|
47534
47534
|
}
|
|
47535
47535
|
w() {
|
|
47536
47536
|
this.ab = true;
|
|
@@ -47555,7 +47555,7 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47555
47555
|
v() {
|
|
47556
47556
|
super.v();
|
|
47557
47557
|
if (this.y != null) {
|
|
47558
|
-
this.y.
|
|
47558
|
+
this.y.dy = this.textColor;
|
|
47559
47559
|
}
|
|
47560
47560
|
}
|
|
47561
47561
|
onDatePickerValueChanged(a, b) {
|
|
@@ -55795,7 +55795,7 @@ let ColumnGroupingVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
55795
55795
|
if (c != 0) {
|
|
55796
55796
|
a.l(",");
|
|
55797
55797
|
}
|
|
55798
|
-
a.l(this.d._inner[c].
|
|
55798
|
+
a.l(this.d._inner[c].l());
|
|
55799
55799
|
}
|
|
55800
55800
|
a.l("]");
|
|
55801
55801
|
a.l("}");
|
|
@@ -56769,10 +56769,10 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
56769
56769
|
for (let k = 0; k < j.count; k++) {
|
|
56770
56770
|
let l = this.q._inner[k].au();
|
|
56771
56771
|
let m = this.d.b(j._inner[k]);
|
|
56772
|
-
l.
|
|
56773
|
-
l.
|
|
56774
|
-
l.
|
|
56775
|
-
l.
|
|
56772
|
+
l.i = m[0] - d;
|
|
56773
|
+
l.g = m[1] - e;
|
|
56774
|
+
l.f = NativeUI.d(j._inner[k]);
|
|
56775
|
+
l.j = NativeUI.k(j._inner[k]);
|
|
56776
56776
|
a.d.add(l);
|
|
56777
56777
|
}
|
|
56778
56778
|
if (this.k != null) {
|
|
@@ -62192,8 +62192,9 @@ let CheckedChangedEventArgs = /*@__PURE__*/ (() => {
|
|
|
62192
62192
|
class CheckedChangedEventArgs extends Base {
|
|
62193
62193
|
constructor() {
|
|
62194
62194
|
super(...arguments);
|
|
62195
|
-
this.
|
|
62196
|
-
this.
|
|
62195
|
+
this.c = 0;
|
|
62196
|
+
this.b = false;
|
|
62197
|
+
this.a = null;
|
|
62197
62198
|
}
|
|
62198
62199
|
}
|
|
62199
62200
|
CheckedChangedEventArgs.$t = /*@__PURE__*/ markType(CheckedChangedEventArgs, 'CheckedChangedEventArgs');
|
|
@@ -62270,13 +62271,13 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62270
62271
|
w(a) {
|
|
62271
62272
|
let b = a.rootWrapper.getChildAt(0);
|
|
62272
62273
|
this.h = b;
|
|
62273
|
-
this.b.
|
|
62274
|
+
this.b.t = new XInputGroup();
|
|
62274
62275
|
let c = a.getSubRenderer(b);
|
|
62275
|
-
this.b.
|
|
62276
|
-
let d = c.getExternal(this.b.
|
|
62277
|
-
this.b.
|
|
62278
|
-
this.b.
|
|
62279
|
-
this.b.
|
|
62276
|
+
this.b.t.provideContainer(c);
|
|
62277
|
+
let d = c.getExternal(this.b.t, c.rootWrapper, c.getExternal(this.b, null, null));
|
|
62278
|
+
this.b.t.d = this.b.v;
|
|
62279
|
+
this.b.t.p = this.b.aa;
|
|
62280
|
+
this.b.t.t = this.b.ac;
|
|
62280
62281
|
let e = a.createElement("div");
|
|
62281
62282
|
let f = a.getSubRenderer(e);
|
|
62282
62283
|
let g = new XPrefix();
|
|
@@ -62286,38 +62287,38 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62286
62287
|
let j = a.getSubRenderer(i);
|
|
62287
62288
|
this.c = new XIcon();
|
|
62288
62289
|
this.c.provideContainer(j);
|
|
62289
|
-
this.c.fill = this.b.
|
|
62290
|
-
this.c.svgPath = CheckboxList.
|
|
62290
|
+
this.c.fill = this.b.d1;
|
|
62291
|
+
this.c.svgPath = CheckboxList.bw;
|
|
62291
62292
|
let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
62292
62293
|
g.appendContentChild(i);
|
|
62293
|
-
this.b.
|
|
62294
|
-
this.b.
|
|
62294
|
+
this.b.t.appendContentChild(e);
|
|
62295
|
+
this.b.t.inputs.add(g);
|
|
62295
62296
|
let l = a.createElement("div");
|
|
62296
62297
|
l.setRawStyleProperty("flex-grow", "1");
|
|
62297
62298
|
let m = a.getSubRenderer(l);
|
|
62298
|
-
this.b.
|
|
62299
|
-
this.b.
|
|
62300
|
-
this.b.
|
|
62301
|
-
let n = m.getExternal(this.b.
|
|
62302
|
-
if (this.b.
|
|
62303
|
-
this.b.
|
|
62299
|
+
this.b.r = new XInput();
|
|
62300
|
+
this.b.r.provideContainer(m);
|
|
62301
|
+
this.b.r.b8 = "text";
|
|
62302
|
+
let n = m.getExternal(this.b.r, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
62303
|
+
if (this.b.bi != null) {
|
|
62304
|
+
this.b.r.cg = this.b.bi;
|
|
62304
62305
|
}
|
|
62305
|
-
this.b.
|
|
62306
|
-
this.b.
|
|
62307
|
-
this.b.
|
|
62306
|
+
this.b.t.appendContentChild(l);
|
|
62307
|
+
this.b.t.inputs.add(this.b.r);
|
|
62308
|
+
this.b.co();
|
|
62308
62309
|
}
|
|
62309
62310
|
s() {
|
|
62310
62311
|
if (this.f != null) {
|
|
62311
62312
|
let a = this.f.rootWrapper.getChildAt(3);
|
|
62312
62313
|
a.setStyleProperty("width", "100%");
|
|
62313
62314
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
62314
|
-
if (this.b.
|
|
62315
|
+
if (this.b.au == false) {
|
|
62315
62316
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
62316
62317
|
}
|
|
62317
62318
|
else {
|
|
62318
62319
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
62319
62320
|
}
|
|
62320
|
-
if (!this.b.
|
|
62321
|
+
if (!this.b.as && !this.b.au) {
|
|
62321
62322
|
a.setStyleProperty("height", "100%");
|
|
62322
62323
|
}
|
|
62323
62324
|
}
|
|
@@ -62330,14 +62331,14 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62330
62331
|
d.provideContainer(e);
|
|
62331
62332
|
let f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
62332
62333
|
this.e.addItem(a, d);
|
|
62333
|
-
d.n = this.b.
|
|
62334
|
+
d.n = this.b.aa;
|
|
62334
62335
|
d.y = true;
|
|
62335
62336
|
d.change = delegateCombine(d.change, runOn(this, this.k));
|
|
62336
62337
|
let g = this.f.createElement("div");
|
|
62337
62338
|
a.setStyleProperty("display", "flex");
|
|
62338
62339
|
a.setStyleProperty("height", "100%");
|
|
62339
62340
|
a.setStyleProperty("align-items", "center");
|
|
62340
|
-
switch (this.b.
|
|
62341
|
+
switch (this.b.ac) {
|
|
62341
62342
|
case 1:
|
|
62342
62343
|
a.setStyleProperty("margin-top", "-4px");
|
|
62343
62344
|
break;
|
|
@@ -62378,22 +62379,22 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62378
62379
|
finally {
|
|
62379
62380
|
d.z = h;
|
|
62380
62381
|
}
|
|
62381
|
-
d.dk = this.b.
|
|
62382
|
-
d.dd = this.b.
|
|
62383
|
-
d.dl = this.b.
|
|
62384
|
-
d.de = this.b.
|
|
62385
|
-
d.dm = this.b.
|
|
62382
|
+
d.dk = this.b.dr;
|
|
62383
|
+
d.dd = this.b.dp;
|
|
62384
|
+
d.dl = this.b.ds;
|
|
62385
|
+
d.de = this.b.dq;
|
|
62386
|
+
d.dm = this.b.dt;
|
|
62386
62387
|
}
|
|
62387
62388
|
}
|
|
62388
62389
|
z() {
|
|
62389
62390
|
if (this.e != null) {
|
|
62390
62391
|
for (let a of fromEnum(this.e)) {
|
|
62391
62392
|
let b = a.value;
|
|
62392
|
-
b.n = this.b.
|
|
62393
|
+
b.n = this.b.aa;
|
|
62393
62394
|
}
|
|
62394
62395
|
}
|
|
62395
62396
|
if (this.a != null) {
|
|
62396
|
-
this.a.n = this.b.
|
|
62397
|
+
this.a.n = this.b.aa;
|
|
62397
62398
|
}
|
|
62398
62399
|
}
|
|
62399
62400
|
x() {
|
|
@@ -62404,21 +62405,21 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62404
62405
|
let e = c.checked;
|
|
62405
62406
|
if (e == true) {
|
|
62406
62407
|
if (this.b.l == 0) {
|
|
62407
|
-
this.b.
|
|
62408
|
+
this.b.c0(d);
|
|
62408
62409
|
}
|
|
62409
62410
|
else {
|
|
62410
|
-
this.b.
|
|
62411
|
+
this.b.b8(d);
|
|
62411
62412
|
}
|
|
62412
62413
|
}
|
|
62413
62414
|
else {
|
|
62414
62415
|
if (this.b.l == 0) {
|
|
62415
|
-
this.b.
|
|
62416
|
+
this.b.b8(d);
|
|
62416
62417
|
}
|
|
62417
62418
|
else {
|
|
62418
|
-
this.b.
|
|
62419
|
+
this.b.c0(d);
|
|
62419
62420
|
}
|
|
62420
62421
|
}
|
|
62421
|
-
this.b.
|
|
62422
|
+
this.b.cm(d, e);
|
|
62422
62423
|
this.ag(false);
|
|
62423
62424
|
}
|
|
62424
62425
|
l() {
|
|
@@ -62429,7 +62430,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62429
62430
|
let e = parseInt(d.a4.toString());
|
|
62430
62431
|
if (e == a) {
|
|
62431
62432
|
d.checked = b;
|
|
62432
|
-
this.b.
|
|
62433
|
+
this.b.cm(e, b);
|
|
62433
62434
|
}
|
|
62434
62435
|
}
|
|
62435
62436
|
this.ag();
|
|
@@ -62456,9 +62457,9 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62456
62457
|
this.a = new XCheckbox();
|
|
62457
62458
|
this.a.provideContainer(c);
|
|
62458
62459
|
let d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
62459
|
-
this.a.n = this.b.
|
|
62460
|
+
this.a.n = this.b.aa;
|
|
62460
62461
|
this.i = a.createElement("label");
|
|
62461
|
-
this.i.setRawText(this.b.
|
|
62462
|
+
this.i.setRawText(this.b.b0);
|
|
62462
62463
|
this.i.setStyleProperty("font-size", "13px");
|
|
62463
62464
|
this.j.setStyleProperty("display", "flex");
|
|
62464
62465
|
this.j.setStyleProperty("flex-direction", "row");
|
|
@@ -62474,31 +62475,34 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62474
62475
|
}
|
|
62475
62476
|
af() {
|
|
62476
62477
|
if (null != this.i) {
|
|
62477
|
-
this.i.setRawText(this.b.
|
|
62478
|
-
NativeUI.q(this.i, this.b.
|
|
62478
|
+
this.i.setRawText(this.b.b0);
|
|
62479
|
+
NativeUI.q(this.i, this.b.dm);
|
|
62479
62480
|
}
|
|
62480
62481
|
}
|
|
62481
62482
|
ai() {
|
|
62482
62483
|
if (null != this.i) {
|
|
62483
|
-
let a = this.b.
|
|
62484
|
+
let a = this.b.au ? "flex" : "none";
|
|
62484
62485
|
this.j.setStyleProperty("display", a);
|
|
62485
62486
|
}
|
|
62486
62487
|
}
|
|
62487
62488
|
ae() {
|
|
62488
62489
|
if (this.h != null) {
|
|
62489
|
-
this.h.setStyleProperty("display", this.b.
|
|
62490
|
+
this.h.setStyleProperty("display", this.b.as ? "block" : "none");
|
|
62490
62491
|
}
|
|
62491
62492
|
if (this.g != null) {
|
|
62492
|
-
this.g.setStyleProperty("display", this.b.
|
|
62493
|
+
this.g.setStyleProperty("display", this.b.as ? "block" : "none");
|
|
62493
62494
|
}
|
|
62494
62495
|
}
|
|
62495
62496
|
ag(a = true) {
|
|
62497
|
+
if (this.a == null) {
|
|
62498
|
+
return;
|
|
62499
|
+
}
|
|
62496
62500
|
let b = this.d;
|
|
62497
62501
|
this.d = true;
|
|
62498
62502
|
let c = this.a.z;
|
|
62499
62503
|
this.a.z = a;
|
|
62500
62504
|
try {
|
|
62501
|
-
if (this.b.
|
|
62505
|
+
if (this.b.aq) {
|
|
62502
62506
|
this.a.indeterminate = true;
|
|
62503
62507
|
return;
|
|
62504
62508
|
}
|
|
@@ -62520,12 +62524,12 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62520
62524
|
return;
|
|
62521
62525
|
}
|
|
62522
62526
|
if (b.isChecked) {
|
|
62523
|
-
this.b.
|
|
62524
|
-
this.b.
|
|
62527
|
+
this.b.c2();
|
|
62528
|
+
this.b.ct(b.isChecked);
|
|
62525
62529
|
}
|
|
62526
62530
|
else {
|
|
62527
|
-
this.b.
|
|
62528
|
-
this.b.
|
|
62531
|
+
this.b.cc();
|
|
62532
|
+
this.b.ct(b.isChecked);
|
|
62529
62533
|
}
|
|
62530
62534
|
}
|
|
62531
62535
|
ad() {
|
|
@@ -62535,18 +62539,41 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62535
62539
|
}
|
|
62536
62540
|
let b = a.rootWrapper;
|
|
62537
62541
|
if (null != b) {
|
|
62538
|
-
NativeUI.q(b, this.b.
|
|
62539
|
-
NativeUI.m(b, this.b.
|
|
62542
|
+
NativeUI.q(b, this.b.d5);
|
|
62543
|
+
NativeUI.m(b, this.b.dn);
|
|
62540
62544
|
}
|
|
62541
62545
|
}
|
|
62542
62546
|
ab() {
|
|
62543
62547
|
if (this.c != null) {
|
|
62544
|
-
this.c.fill = this.b.
|
|
62548
|
+
this.c.fill = this.b.d1;
|
|
62549
|
+
}
|
|
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;
|
|
62545
62571
|
}
|
|
62572
|
+
return new Size(1, a, b);
|
|
62546
62573
|
}
|
|
62547
62574
|
ac() {
|
|
62548
|
-
if (this.b.
|
|
62549
|
-
this.i.setStyleProperty("font", this.b.
|
|
62575
|
+
if (this.b.ag != null) {
|
|
62576
|
+
this.i.setStyleProperty("font", this.b.ag.fontString);
|
|
62550
62577
|
}
|
|
62551
62578
|
else {
|
|
62552
62579
|
this.i.setStyleProperty("font-family", "Verdana");
|
|
@@ -62554,11 +62581,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62554
62581
|
}
|
|
62555
62582
|
}
|
|
62556
62583
|
y() {
|
|
62557
|
-
this.a.dk = this.b.
|
|
62558
|
-
this.a.dd = this.b.
|
|
62559
|
-
this.a.dl = this.b.
|
|
62560
|
-
this.a.de = this.b.
|
|
62561
|
-
this.a.dm = this.b.
|
|
62584
|
+
this.a.dk = this.b.dr;
|
|
62585
|
+
this.a.dd = this.b.dp;
|
|
62586
|
+
this.a.dl = this.b.ds;
|
|
62587
|
+
this.a.de = this.b.dq;
|
|
62588
|
+
this.a.dm = this.b.dt;
|
|
62562
62589
|
}
|
|
62563
62590
|
aa(a) {
|
|
62564
62591
|
if (this.g != null) {
|
|
@@ -62577,30 +62604,30 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
62577
62604
|
*/
|
|
62578
62605
|
let CheckboxList = /*@__PURE__*/ (() => {
|
|
62579
62606
|
class CheckboxList extends Base {
|
|
62607
|
+
get t() {
|
|
62608
|
+
return this.s;
|
|
62609
|
+
}
|
|
62610
|
+
set t(a) {
|
|
62611
|
+
this.s = a;
|
|
62612
|
+
}
|
|
62580
62613
|
get r() {
|
|
62581
62614
|
return this.q;
|
|
62582
62615
|
}
|
|
62583
62616
|
set r(a) {
|
|
62584
62617
|
this.q = a;
|
|
62585
62618
|
}
|
|
62586
|
-
get p() {
|
|
62587
|
-
return this.o;
|
|
62588
|
-
}
|
|
62589
|
-
set p(a) {
|
|
62590
|
-
this.o = a;
|
|
62591
|
-
}
|
|
62592
62619
|
get e() {
|
|
62593
62620
|
if (this.h == null) {
|
|
62594
62621
|
return null;
|
|
62595
62622
|
}
|
|
62596
62623
|
return this.h.actualDataSource;
|
|
62597
62624
|
}
|
|
62598
|
-
get
|
|
62599
|
-
if (this.
|
|
62600
|
-
this.
|
|
62601
|
-
this.
|
|
62625
|
+
get aj() {
|
|
62626
|
+
if (this.ai == null) {
|
|
62627
|
+
this.ai = new SRProvider(this.m.f);
|
|
62628
|
+
this.ai.cb("DataGrid");
|
|
62602
62629
|
}
|
|
62603
|
-
return this.
|
|
62630
|
+
return this.ai;
|
|
62604
62631
|
}
|
|
62605
62632
|
get g() {
|
|
62606
62633
|
return this.f;
|
|
@@ -62612,7 +62639,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62612
62639
|
let b = this.a;
|
|
62613
62640
|
this.a = a;
|
|
62614
62641
|
if (b != this.a) {
|
|
62615
|
-
this.
|
|
62642
|
+
this.cr("PrimaryKey", b, this.a);
|
|
62616
62643
|
}
|
|
62617
62644
|
}
|
|
62618
62645
|
constructor() {
|
|
@@ -62620,107 +62647,138 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62620
62647
|
this.m = null;
|
|
62621
62648
|
this.h = null;
|
|
62622
62649
|
this.i = null;
|
|
62623
|
-
this.
|
|
62650
|
+
this.ad = null;
|
|
62624
62651
|
this.d = null;
|
|
62625
|
-
this.
|
|
62652
|
+
this.ak = false;
|
|
62626
62653
|
this.c = null;
|
|
62627
|
-
this.o = null;
|
|
62628
62654
|
this.q = null;
|
|
62629
|
-
this.
|
|
62630
|
-
this.
|
|
62655
|
+
this.s = null;
|
|
62656
|
+
this.al = false;
|
|
62657
|
+
this.ai = null;
|
|
62631
62658
|
this.f = new GridSelectedKeysCollection();
|
|
62632
62659
|
this.a = null;
|
|
62633
62660
|
this.propertyChanged = null;
|
|
62661
|
+
this.selectedKeyAdded = null;
|
|
62662
|
+
this.selectedKeyRemoved = null;
|
|
62634
62663
|
this.checkedChanged = null;
|
|
62635
|
-
this.ay = null;
|
|
62636
62664
|
this.a0 = null;
|
|
62637
62665
|
this.a2 = null;
|
|
62638
|
-
this.
|
|
62639
|
-
this.
|
|
62640
|
-
this.
|
|
62641
|
-
this.
|
|
62666
|
+
this.a4 = null;
|
|
62667
|
+
this.a3 = null;
|
|
62668
|
+
this.u = 3;
|
|
62669
|
+
this.aw = -1;
|
|
62670
|
+
this.ae = null;
|
|
62642
62671
|
this.k = 1;
|
|
62643
|
-
this.
|
|
62644
|
-
this.
|
|
62645
|
-
this.
|
|
62672
|
+
this.z = 1;
|
|
62673
|
+
this.ab = 2;
|
|
62674
|
+
this.di = BrushUtil.h(255, 24, 29, 31);
|
|
62675
|
+
this.dg = null;
|
|
62676
|
+
this.dj = null;
|
|
62677
|
+
this.dh = null;
|
|
62678
|
+
this.af = null;
|
|
62646
62679
|
this.db = null;
|
|
62647
|
-
this.de = null;
|
|
62648
|
-
this.dc = null;
|
|
62649
|
-
this.ad = null;
|
|
62650
|
-
this.c7 = null;
|
|
62651
|
-
this.c5 = null;
|
|
62652
|
-
this.c8 = null;
|
|
62653
|
-
this.c6 = null;
|
|
62654
62680
|
this.c9 = null;
|
|
62655
|
-
this.
|
|
62681
|
+
this.dc = null;
|
|
62656
62682
|
this.da = null;
|
|
62657
|
-
this.
|
|
62683
|
+
this.dd = null;
|
|
62684
|
+
this.x = 0;
|
|
62658
62685
|
this.df = null;
|
|
62659
|
-
this.
|
|
62660
|
-
this.
|
|
62661
|
-
this.
|
|
62662
|
-
this.
|
|
62686
|
+
this.bz = null;
|
|
62687
|
+
this.dk = null;
|
|
62688
|
+
this.c7 = CheckboxList.dw;
|
|
62689
|
+
this.at = true;
|
|
62690
|
+
this.c8 = CheckboxList.du;
|
|
62691
|
+
this.de = CheckboxList.dv;
|
|
62692
|
+
this.dl = CheckboxList.dw;
|
|
62663
62693
|
this.selectAllCheckboxChanged = null;
|
|
62664
|
-
this.
|
|
62665
|
-
this.
|
|
62666
|
-
this.
|
|
62694
|
+
this.ay = -1;
|
|
62695
|
+
this.ar = true;
|
|
62696
|
+
this.ao = true;
|
|
62667
62697
|
let a = this.f;
|
|
62668
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
62698
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.cv));
|
|
62669
62699
|
this.d = new FilterFactory();
|
|
62670
62700
|
let b = new CheckboxListView();
|
|
62671
62701
|
b.b = this;
|
|
62672
62702
|
this.m = b;
|
|
62673
62703
|
this.m.n();
|
|
62674
62704
|
}
|
|
62675
|
-
|
|
62676
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
62705
|
+
cv(a, b) {
|
|
62706
|
+
if (this.e == null || this.e.actualSchema == null || this.ak) {
|
|
62677
62707
|
return;
|
|
62678
62708
|
}
|
|
62679
62709
|
switch (b.action) {
|
|
62680
62710
|
case 0:
|
|
62681
62711
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
62682
|
-
this.
|
|
62712
|
+
this.cp(b.newItems.item(c));
|
|
62683
62713
|
}
|
|
62684
62714
|
break;
|
|
62685
62715
|
case 1:
|
|
62686
62716
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
62687
|
-
this.
|
|
62717
|
+
this.cq(b.oldItems.item(d));
|
|
62688
62718
|
}
|
|
62689
62719
|
break;
|
|
62690
62720
|
case 2:
|
|
62691
62721
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
62692
|
-
this.
|
|
62722
|
+
this.cq(b.oldItems.item(e));
|
|
62693
62723
|
}
|
|
62694
62724
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
62695
|
-
this.
|
|
62725
|
+
this.cp(b.newItems.item(f));
|
|
62696
62726
|
}
|
|
62697
62727
|
break;
|
|
62698
62728
|
case 4:
|
|
62699
62729
|
this.m.u(this.l == 0);
|
|
62700
62730
|
for (let g = 0; g < this.g.ae.count; g++) {
|
|
62701
|
-
this.
|
|
62731
|
+
this.cp(this.g.ae._inner[g]);
|
|
62702
62732
|
}
|
|
62703
62733
|
break;
|
|
62704
62734
|
}
|
|
62705
62735
|
}
|
|
62706
|
-
|
|
62736
|
+
cp(a) {
|
|
62707
62737
|
let b = this.e.indexOfKey(a.value);
|
|
62708
62738
|
if (b >= 0) {
|
|
62709
62739
|
this.m.t(b, this.l == 1);
|
|
62710
62740
|
}
|
|
62741
|
+
if (this.selectedKeyAdded == null) {
|
|
62742
|
+
return;
|
|
62743
|
+
}
|
|
62744
|
+
this.selectedKeyAdded(this, ((() => {
|
|
62745
|
+
let $ret = new CheckedChangedEventArgs();
|
|
62746
|
+
$ret.c = b;
|
|
62747
|
+
$ret.b = this.l == 1;
|
|
62748
|
+
$ret.a = a.value;
|
|
62749
|
+
return $ret;
|
|
62750
|
+
})()));
|
|
62711
62751
|
}
|
|
62712
|
-
|
|
62752
|
+
cq(a) {
|
|
62713
62753
|
let b = this.e.indexOfKey(a.value);
|
|
62714
62754
|
if (b >= 0) {
|
|
62715
62755
|
this.m.t(b, this.l == 0);
|
|
62716
62756
|
}
|
|
62757
|
+
if (this.selectedKeyRemoved == null) {
|
|
62758
|
+
return;
|
|
62759
|
+
}
|
|
62760
|
+
this.selectedKeyRemoved(this, ((() => {
|
|
62761
|
+
let $ret = new CheckedChangedEventArgs();
|
|
62762
|
+
$ret.c = b;
|
|
62763
|
+
$ret.b = this.l == 0;
|
|
62764
|
+
$ret.a = a.value;
|
|
62765
|
+
return $ret;
|
|
62766
|
+
})()));
|
|
62717
62767
|
}
|
|
62718
|
-
|
|
62719
|
-
if (this.checkedChanged != null && this.
|
|
62768
|
+
cm(a, b) {
|
|
62769
|
+
if (this.checkedChanged != null && this.al == false) {
|
|
62770
|
+
let c = null;
|
|
62771
|
+
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
62772
|
+
c = new Array(this.e.actualPrimaryKey.length);
|
|
62773
|
+
for (let d = 0; d < this.e.actualPrimaryKey.length; d++) {
|
|
62774
|
+
c[d] = this.e.getItemPropertyAtIndex(a, this.e.actualPrimaryKey[d]);
|
|
62775
|
+
}
|
|
62776
|
+
}
|
|
62720
62777
|
this.checkedChanged(this, ((() => {
|
|
62721
62778
|
let $ret = new CheckedChangedEventArgs();
|
|
62722
|
-
$ret.
|
|
62723
|
-
$ret.
|
|
62779
|
+
$ret.c = a;
|
|
62780
|
+
$ret.b = b;
|
|
62781
|
+
$ret.a = c;
|
|
62724
62782
|
return $ret;
|
|
62725
62783
|
})()));
|
|
62726
62784
|
}
|
|
@@ -62731,52 +62789,59 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62731
62789
|
destroy() {
|
|
62732
62790
|
if (this.h != null) {
|
|
62733
62791
|
let a = this.h;
|
|
62734
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
62792
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ce));
|
|
62793
|
+
let b = this.h;
|
|
62794
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cf));
|
|
62735
62795
|
if (this.h.actualDataSource != null) {
|
|
62736
|
-
let
|
|
62737
|
-
|
|
62796
|
+
let c = this.h.actualDataSource;
|
|
62797
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cs));
|
|
62738
62798
|
}
|
|
62739
62799
|
}
|
|
62740
|
-
if (this.
|
|
62741
|
-
let
|
|
62742
|
-
|
|
62800
|
+
if (this.q != null) {
|
|
62801
|
+
let d = this.q;
|
|
62802
|
+
d.change = delegateRemove(d.change, runOn(this, this.cg));
|
|
62743
62803
|
}
|
|
62744
62804
|
this.provideContainer(null, null, null);
|
|
62745
62805
|
if (this.i != null) {
|
|
62746
|
-
let
|
|
62747
|
-
|
|
62806
|
+
let e = this.i;
|
|
62807
|
+
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cb));
|
|
62748
62808
|
}
|
|
62749
62809
|
}
|
|
62750
62810
|
provideContainer(a, b, c) {
|
|
62751
62811
|
this.h = b;
|
|
62752
62812
|
if (null != this.h) {
|
|
62753
|
-
this.h.scrollbarStyle =
|
|
62754
|
-
|
|
62813
|
+
this.h.scrollbarStyle = 1;
|
|
62814
|
+
let d = this.h;
|
|
62815
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cf));
|
|
62816
|
+
this.h.scrollbarBackground = this.dy;
|
|
62755
62817
|
this.h.headerHeight = 0;
|
|
62756
62818
|
this.h.rowSeparatorHeight = 0;
|
|
62757
62819
|
this.h.defaultColumnMinWidth = NaN;
|
|
62758
62820
|
this.h.autoGenerateColumns = false;
|
|
62759
62821
|
this.h.activationMode = 0;
|
|
62760
62822
|
this.h.editMode = 0;
|
|
62761
|
-
let
|
|
62762
|
-
|
|
62763
|
-
if (this.ay != null) {
|
|
62764
|
-
this.h.itemsSource = this.ay;
|
|
62765
|
-
this.b7();
|
|
62766
|
-
this.cq();
|
|
62767
|
-
}
|
|
62823
|
+
let e = this.h;
|
|
62824
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ce));
|
|
62768
62825
|
if (this.a0 != null) {
|
|
62769
|
-
this.
|
|
62770
|
-
this.
|
|
62826
|
+
this.h.itemsSource = this.a0;
|
|
62827
|
+
this.ca();
|
|
62828
|
+
this.cu();
|
|
62829
|
+
}
|
|
62830
|
+
if (this.a2 != null) {
|
|
62831
|
+
this.cu();
|
|
62832
|
+
this.c5();
|
|
62771
62833
|
}
|
|
62772
62834
|
}
|
|
62773
62835
|
this.m.q(c);
|
|
62774
62836
|
this.m.m(a);
|
|
62775
62837
|
}
|
|
62838
|
+
cf(a, b) {
|
|
62839
|
+
this.h.scrollbarStyle = this.y;
|
|
62840
|
+
}
|
|
62776
62841
|
provideSelectAllSection(a) {
|
|
62777
62842
|
this.m.q(a);
|
|
62778
62843
|
}
|
|
62779
|
-
|
|
62844
|
+
ce(a, b) {
|
|
62780
62845
|
if (b.cellInfo.l.a5 == 0) {
|
|
62781
62846
|
return;
|
|
62782
62847
|
}
|
|
@@ -62784,15 +62849,22 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62784
62849
|
if (-1 == c) {
|
|
62785
62850
|
return;
|
|
62786
62851
|
}
|
|
62787
|
-
let d =
|
|
62788
|
-
|
|
62789
|
-
|
|
62852
|
+
let d = b.cellInfo.g4;
|
|
62853
|
+
let e = this.j(d);
|
|
62854
|
+
if (this.g.contains(e)) {
|
|
62855
|
+
if (this.ad != null) {
|
|
62856
|
+
this.ad.setPropertyValue(d, false);
|
|
62857
|
+
}
|
|
62858
|
+
this.g.remove(e);
|
|
62790
62859
|
}
|
|
62791
62860
|
else {
|
|
62792
|
-
this.
|
|
62861
|
+
if (this.ad != null) {
|
|
62862
|
+
this.ad.setPropertyValue(d, true);
|
|
62863
|
+
}
|
|
62864
|
+
this.g.add(e);
|
|
62793
62865
|
}
|
|
62794
62866
|
}
|
|
62795
|
-
|
|
62867
|
+
cb(a, b) {
|
|
62796
62868
|
let c = b.cellInfo.l.x;
|
|
62797
62869
|
if (-1 == c) {
|
|
62798
62870
|
return;
|
|
@@ -62806,9 +62878,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62806
62878
|
}
|
|
62807
62879
|
this.m.o(b.content.element, c, d);
|
|
62808
62880
|
}
|
|
62809
|
-
|
|
62810
|
-
if (this.
|
|
62811
|
-
let b = this.d.property(this.
|
|
62881
|
+
cn(a) {
|
|
62882
|
+
if (this.a2 != null) {
|
|
62883
|
+
let b = this.d.property(this.a2).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
62812
62884
|
let c = b.contains(a);
|
|
62813
62885
|
if (!this.h.filterExpressions.k.contains(this.c)) {
|
|
62814
62886
|
this.c = c;
|
|
@@ -62821,79 +62893,79 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62821
62893
|
}
|
|
62822
62894
|
}
|
|
62823
62895
|
get itemsSource() {
|
|
62824
|
-
return this.ay;
|
|
62825
|
-
}
|
|
62826
|
-
set itemsSource(a) {
|
|
62827
|
-
let b = this.ay;
|
|
62828
|
-
this.ay = a;
|
|
62829
|
-
if (b != this.ay) {
|
|
62830
|
-
this.cn("ItemsSource", b, this.ay);
|
|
62831
|
-
}
|
|
62832
|
-
}
|
|
62833
|
-
get bc() {
|
|
62834
62896
|
return this.a0;
|
|
62835
62897
|
}
|
|
62836
|
-
set
|
|
62898
|
+
set itemsSource(a) {
|
|
62837
62899
|
let b = this.a0;
|
|
62838
62900
|
this.a0 = a;
|
|
62839
62901
|
if (b != this.a0) {
|
|
62840
|
-
this.
|
|
62902
|
+
this.cr("ItemsSource", b, this.a0);
|
|
62841
62903
|
}
|
|
62842
62904
|
}
|
|
62843
|
-
get
|
|
62905
|
+
get be() {
|
|
62844
62906
|
return this.a2;
|
|
62845
62907
|
}
|
|
62846
|
-
set
|
|
62908
|
+
set be(a) {
|
|
62847
62909
|
let b = this.a2;
|
|
62848
62910
|
this.a2 = a;
|
|
62849
62911
|
if (b != this.a2) {
|
|
62850
|
-
this.
|
|
62912
|
+
this.cr("DataMemberPath", b, this.a2);
|
|
62851
62913
|
}
|
|
62852
62914
|
}
|
|
62853
|
-
get
|
|
62854
|
-
return this.
|
|
62915
|
+
get b3() {
|
|
62916
|
+
return this.a4;
|
|
62855
62917
|
}
|
|
62856
|
-
set
|
|
62857
|
-
let b = this.
|
|
62858
|
-
this.
|
|
62859
|
-
if (b != this.
|
|
62860
|
-
this.
|
|
62918
|
+
set b3(a) {
|
|
62919
|
+
let b = this.a4;
|
|
62920
|
+
this.a4 = a;
|
|
62921
|
+
if (b != this.a4) {
|
|
62922
|
+
this.cr("SelectedMemberPath", b, this.a4);
|
|
62861
62923
|
}
|
|
62862
62924
|
}
|
|
62863
|
-
get
|
|
62864
|
-
return this.
|
|
62925
|
+
get bi() {
|
|
62926
|
+
return this.a3;
|
|
62865
62927
|
}
|
|
62866
|
-
set
|
|
62867
|
-
let b = this.
|
|
62868
|
-
this.
|
|
62869
|
-
if (b != this.
|
|
62870
|
-
this.
|
|
62928
|
+
set bi(a) {
|
|
62929
|
+
let b = this.a3;
|
|
62930
|
+
this.a3 = a;
|
|
62931
|
+
if (b != this.a3) {
|
|
62932
|
+
this.cr("FilterPlaceholderText", b, this.a3);
|
|
62871
62933
|
}
|
|
62872
62934
|
}
|
|
62873
|
-
get
|
|
62874
|
-
return this.
|
|
62935
|
+
get v() {
|
|
62936
|
+
return this.u;
|
|
62875
62937
|
}
|
|
62876
|
-
set
|
|
62877
|
-
let b = this.
|
|
62878
|
-
this.
|
|
62879
|
-
if (b != this.
|
|
62880
|
-
this.
|
|
62938
|
+
set v(a) {
|
|
62939
|
+
let b = this.u;
|
|
62940
|
+
this.u = a;
|
|
62941
|
+
if (b != this.u) {
|
|
62942
|
+
this.cr("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.u));
|
|
62881
62943
|
}
|
|
62882
62944
|
}
|
|
62883
|
-
get
|
|
62945
|
+
get az() {
|
|
62946
|
+
return this.aw;
|
|
62947
|
+
}
|
|
62948
|
+
set az(a) {
|
|
62949
|
+
let b = this.aw;
|
|
62950
|
+
this.aw = a;
|
|
62951
|
+
if (b != this.aw) {
|
|
62952
|
+
this.cr("RowHeight", b, this.aw);
|
|
62953
|
+
}
|
|
62954
|
+
}
|
|
62955
|
+
get ax() {
|
|
62884
62956
|
if (this.h != null) {
|
|
62885
62957
|
return this.h.actualRowHeight;
|
|
62886
62958
|
}
|
|
62887
62959
|
return -1;
|
|
62888
62960
|
}
|
|
62889
|
-
get
|
|
62890
|
-
return this.
|
|
62961
|
+
get ag() {
|
|
62962
|
+
return this.ae;
|
|
62891
62963
|
}
|
|
62892
|
-
set
|
|
62893
|
-
let b = this.
|
|
62894
|
-
this.
|
|
62895
|
-
if (b != this.
|
|
62896
|
-
this.
|
|
62964
|
+
set ag(a) {
|
|
62965
|
+
let b = this.ae;
|
|
62966
|
+
this.ae = a;
|
|
62967
|
+
if (b != this.ae) {
|
|
62968
|
+
this.cr("CellTextStyle", b, this.ae);
|
|
62897
62969
|
}
|
|
62898
62970
|
}
|
|
62899
62971
|
get l() {
|
|
@@ -62903,17 +62975,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62903
62975
|
let b = this.k;
|
|
62904
62976
|
this.k = a;
|
|
62905
62977
|
if (b != this.k) {
|
|
62906
|
-
this.
|
|
62907
|
-
}
|
|
62908
|
-
}
|
|
62909
|
-
get y() {
|
|
62910
|
-
return this.x;
|
|
62911
|
-
}
|
|
62912
|
-
set y(a) {
|
|
62913
|
-
let b = this.x;
|
|
62914
|
-
this.x = a;
|
|
62915
|
-
if (b != this.x) {
|
|
62916
|
-
this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
|
|
62978
|
+
this.cr("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
62917
62979
|
}
|
|
62918
62980
|
}
|
|
62919
62981
|
get aa() {
|
|
@@ -62923,136 +62985,146 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62923
62985
|
let b = this.z;
|
|
62924
62986
|
this.z = a;
|
|
62925
62987
|
if (b != this.z) {
|
|
62926
|
-
this.
|
|
62927
|
-
}
|
|
62928
|
-
}
|
|
62929
|
-
get du() {
|
|
62930
|
-
return this.dd;
|
|
62931
|
-
}
|
|
62932
|
-
set du(a) {
|
|
62933
|
-
let b = this.dd;
|
|
62934
|
-
this.dd = a;
|
|
62935
|
-
if (b != this.dd) {
|
|
62936
|
-
this.cn("SearchIconColor", b, this.dd);
|
|
62988
|
+
this.cr("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.z));
|
|
62937
62989
|
}
|
|
62938
62990
|
}
|
|
62939
|
-
get
|
|
62940
|
-
return this.
|
|
62941
|
-
}
|
|
62942
|
-
set ds(a) {
|
|
62943
|
-
let b = this.db;
|
|
62944
|
-
this.db = a;
|
|
62945
|
-
if (b != this.db) {
|
|
62946
|
-
this.cn("SearchBackgroundColor", b, this.db);
|
|
62947
|
-
}
|
|
62948
|
-
}
|
|
62949
|
-
get dv() {
|
|
62950
|
-
return this.de;
|
|
62991
|
+
get ac() {
|
|
62992
|
+
return this.ab;
|
|
62951
62993
|
}
|
|
62952
|
-
set
|
|
62953
|
-
let b = this.
|
|
62954
|
-
this.
|
|
62955
|
-
if (b != this.
|
|
62956
|
-
this.
|
|
62994
|
+
set ac(a) {
|
|
62995
|
+
let b = this.ab;
|
|
62996
|
+
this.ab = a;
|
|
62997
|
+
if (b != this.ab) {
|
|
62998
|
+
this.cr("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ab));
|
|
62957
62999
|
}
|
|
62958
63000
|
}
|
|
62959
|
-
get
|
|
62960
|
-
return this.
|
|
63001
|
+
get d1() {
|
|
63002
|
+
return this.di;
|
|
62961
63003
|
}
|
|
62962
|
-
set
|
|
62963
|
-
let b = this.
|
|
62964
|
-
this.
|
|
62965
|
-
if (b != this.
|
|
62966
|
-
this.
|
|
63004
|
+
set d1(a) {
|
|
63005
|
+
let b = this.di;
|
|
63006
|
+
this.di = a;
|
|
63007
|
+
if (b != this.di) {
|
|
63008
|
+
this.cr("SearchIconColor", b, this.di);
|
|
62967
63009
|
}
|
|
62968
63010
|
}
|
|
62969
|
-
get
|
|
62970
|
-
return this.
|
|
63011
|
+
get dz() {
|
|
63012
|
+
return this.dg;
|
|
62971
63013
|
}
|
|
62972
|
-
set
|
|
62973
|
-
let b = this.
|
|
62974
|
-
this.
|
|
62975
|
-
if (b != this.
|
|
62976
|
-
this.
|
|
63014
|
+
set dz(a) {
|
|
63015
|
+
let b = this.dg;
|
|
63016
|
+
this.dg = a;
|
|
63017
|
+
if (b != this.dg) {
|
|
63018
|
+
this.cr("SearchBackgroundColor", b, this.dg);
|
|
62977
63019
|
}
|
|
62978
63020
|
}
|
|
62979
|
-
get
|
|
62980
|
-
return this.
|
|
63021
|
+
get d2() {
|
|
63022
|
+
return this.dj;
|
|
62981
63023
|
}
|
|
62982
|
-
set
|
|
62983
|
-
let b = this.
|
|
62984
|
-
this.
|
|
62985
|
-
if (b != this.
|
|
62986
|
-
this.
|
|
63024
|
+
set d2(a) {
|
|
63025
|
+
let b = this.dj;
|
|
63026
|
+
this.dj = a;
|
|
63027
|
+
if (b != this.dj) {
|
|
63028
|
+
this.cr("SearchTextColor", b, this.dj);
|
|
62987
63029
|
}
|
|
62988
63030
|
}
|
|
62989
|
-
get
|
|
62990
|
-
return this.
|
|
63031
|
+
get d0() {
|
|
63032
|
+
return this.dh;
|
|
62991
63033
|
}
|
|
62992
|
-
set
|
|
62993
|
-
let b = this.
|
|
62994
|
-
this.
|
|
62995
|
-
if (b != this.
|
|
62996
|
-
this.
|
|
63034
|
+
set d0(a) {
|
|
63035
|
+
let b = this.dh;
|
|
63036
|
+
this.dh = a;
|
|
63037
|
+
if (b != this.dh) {
|
|
63038
|
+
this.cr("SearchBorderColor", b, this.dh);
|
|
62997
63039
|
}
|
|
62998
63040
|
}
|
|
62999
|
-
get
|
|
63000
|
-
return this.
|
|
63041
|
+
get ah() {
|
|
63042
|
+
return this.af;
|
|
63001
63043
|
}
|
|
63002
|
-
set
|
|
63003
|
-
let b = this.
|
|
63004
|
-
this.
|
|
63005
|
-
if (b != this.
|
|
63006
|
-
this.
|
|
63044
|
+
set ah(a) {
|
|
63045
|
+
let b = this.af;
|
|
63046
|
+
this.af = a;
|
|
63047
|
+
if (b != this.af) {
|
|
63048
|
+
this.cr("SearchTextStyle", b, this.af);
|
|
63007
63049
|
}
|
|
63008
63050
|
}
|
|
63009
|
-
get
|
|
63010
|
-
return this.
|
|
63051
|
+
get dr() {
|
|
63052
|
+
return this.db;
|
|
63011
63053
|
}
|
|
63012
|
-
set
|
|
63013
|
-
let b = this.
|
|
63014
|
-
this.
|
|
63015
|
-
if (b != this.
|
|
63016
|
-
this.
|
|
63054
|
+
set dr(a) {
|
|
63055
|
+
let b = this.db;
|
|
63056
|
+
this.db = a;
|
|
63057
|
+
if (b != this.db) {
|
|
63058
|
+
this.cr("CheckboxTickColor", b, this.db);
|
|
63017
63059
|
}
|
|
63018
63060
|
}
|
|
63019
|
-
get
|
|
63061
|
+
get dp() {
|
|
63020
63062
|
return this.c9;
|
|
63021
63063
|
}
|
|
63022
|
-
set
|
|
63064
|
+
set dp(a) {
|
|
63023
63065
|
let b = this.c9;
|
|
63024
63066
|
this.c9 = a;
|
|
63025
63067
|
if (b != this.c9) {
|
|
63026
|
-
this.
|
|
63068
|
+
this.cr("CheckboxCheckedBackgroundColor", b, this.c9);
|
|
63027
63069
|
}
|
|
63028
63070
|
}
|
|
63029
|
-
get
|
|
63030
|
-
return this.
|
|
63071
|
+
get ds() {
|
|
63072
|
+
return this.dc;
|
|
63031
63073
|
}
|
|
63032
|
-
set
|
|
63033
|
-
let b = this.
|
|
63034
|
-
this.
|
|
63035
|
-
if (b != this.
|
|
63036
|
-
this.
|
|
63074
|
+
set ds(a) {
|
|
63075
|
+
let b = this.dc;
|
|
63076
|
+
this.dc = a;
|
|
63077
|
+
if (b != this.dc) {
|
|
63078
|
+
this.cr("CheckboxUncheckedBackgroundColor", b, this.dc);
|
|
63037
63079
|
}
|
|
63038
63080
|
}
|
|
63039
|
-
get
|
|
63081
|
+
get dq() {
|
|
63040
63082
|
return this.da;
|
|
63041
63083
|
}
|
|
63042
|
-
set
|
|
63084
|
+
set dq(a) {
|
|
63043
63085
|
let b = this.da;
|
|
63044
63086
|
this.da = a;
|
|
63045
63087
|
if (b != this.da) {
|
|
63046
|
-
this.
|
|
63088
|
+
this.cr("CheckboxCheckedBorderColor", b, this.da);
|
|
63047
63089
|
}
|
|
63048
63090
|
}
|
|
63049
|
-
|
|
63091
|
+
get dt() {
|
|
63092
|
+
return this.dd;
|
|
63093
|
+
}
|
|
63094
|
+
set dt(a) {
|
|
63095
|
+
let b = this.dd;
|
|
63096
|
+
this.dd = a;
|
|
63097
|
+
if (b != this.dd) {
|
|
63098
|
+
this.cr("CheckboxUncheckedBorderColor", b, this.dd);
|
|
63099
|
+
}
|
|
63100
|
+
}
|
|
63101
|
+
get y() {
|
|
63102
|
+
return this.x;
|
|
63103
|
+
}
|
|
63104
|
+
set y(a) {
|
|
63105
|
+
let b = this.x;
|
|
63106
|
+
this.x = a;
|
|
63107
|
+
if (b != this.x) {
|
|
63108
|
+
this.cr("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.x));
|
|
63109
|
+
}
|
|
63110
|
+
}
|
|
63111
|
+
get dy() {
|
|
63112
|
+
return this.df;
|
|
63113
|
+
}
|
|
63114
|
+
set dy(a) {
|
|
63115
|
+
let b = this.df;
|
|
63116
|
+
this.df = a;
|
|
63117
|
+
if (b != this.df) {
|
|
63118
|
+
this.cr("ScrollbarBackground", b, this.df);
|
|
63119
|
+
}
|
|
63120
|
+
}
|
|
63121
|
+
cr(a, b, c) {
|
|
63050
63122
|
if (this.propertyChanged != null) {
|
|
63051
63123
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
63052
63124
|
}
|
|
63053
|
-
this.
|
|
63125
|
+
this.cw(a, b, c);
|
|
63054
63126
|
}
|
|
63055
|
-
|
|
63127
|
+
cw(a, b, c) {
|
|
63056
63128
|
switch (a) {
|
|
63057
63129
|
case "ItemsSource":
|
|
63058
63130
|
if (this.h != null) {
|
|
@@ -63065,26 +63137,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63065
63137
|
}
|
|
63066
63138
|
if (this.h.actualDataSource != null) {
|
|
63067
63139
|
let d = this.h.actualDataSource;
|
|
63068
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
63140
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cs));
|
|
63069
63141
|
}
|
|
63070
|
-
this.h.itemsSource = this.
|
|
63071
|
-
this.
|
|
63142
|
+
this.h.itemsSource = this.a0;
|
|
63143
|
+
this.ca();
|
|
63072
63144
|
if (this.h.actualDataSource != null) {
|
|
63073
63145
|
let e = this.h.actualDataSource;
|
|
63074
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
63146
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cs));
|
|
63075
63147
|
}
|
|
63076
|
-
this.
|
|
63077
|
-
this.
|
|
63078
|
-
this.
|
|
63148
|
+
this.al = true;
|
|
63149
|
+
this.cu();
|
|
63150
|
+
this.al = false;
|
|
63079
63151
|
this.m.ag();
|
|
63080
63152
|
}
|
|
63081
63153
|
break;
|
|
63082
63154
|
case "DataMemberPath":
|
|
63083
63155
|
case "SelectedMemberPath":
|
|
63084
63156
|
if (this.h != null) {
|
|
63085
|
-
if (this.
|
|
63086
|
-
this.
|
|
63087
|
-
this.
|
|
63157
|
+
if (this.a2 != null) {
|
|
63158
|
+
this.cu();
|
|
63159
|
+
this.c5();
|
|
63088
63160
|
}
|
|
63089
63161
|
}
|
|
63090
63162
|
break;
|
|
@@ -63094,7 +63166,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63094
63166
|
}
|
|
63095
63167
|
break;
|
|
63096
63168
|
case "SelectAllCaptionTextColor":
|
|
63097
|
-
this.
|
|
63169
|
+
this.dm = null != this.d3 ? this.d3 : CheckboxList.dw;
|
|
63098
63170
|
break;
|
|
63099
63171
|
case "SelectAllCaption":
|
|
63100
63172
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -63109,71 +63181,75 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63109
63181
|
this.m.s();
|
|
63110
63182
|
break;
|
|
63111
63183
|
case "FilterPlaceholderText":
|
|
63112
|
-
if (this.
|
|
63113
|
-
this.
|
|
63184
|
+
if (this.q != null) {
|
|
63185
|
+
this.q.cg = this.bi;
|
|
63114
63186
|
}
|
|
63115
63187
|
break;
|
|
63116
63188
|
case "SearchInputType":
|
|
63117
|
-
if (this.
|
|
63118
|
-
this.
|
|
63189
|
+
if (this.s != null) {
|
|
63190
|
+
this.s.d = this.v;
|
|
63119
63191
|
}
|
|
63120
63192
|
break;
|
|
63121
63193
|
case "RowHeight":
|
|
63122
63194
|
if (this.h != null) {
|
|
63123
|
-
this.h.rowHeight = this.
|
|
63195
|
+
this.h.rowHeight = this.az;
|
|
63124
63196
|
}
|
|
63125
63197
|
break;
|
|
63126
63198
|
case "CellTextStyle":
|
|
63127
63199
|
if (this.h != null) {
|
|
63128
|
-
this.h.cellTextStyle = this.
|
|
63200
|
+
this.h.cellTextStyle = this.ag;
|
|
63129
63201
|
}
|
|
63130
63202
|
this.m.ac();
|
|
63131
63203
|
break;
|
|
63132
63204
|
case "BackgroundColor":
|
|
63133
63205
|
case "TextColor":
|
|
63206
|
+
case "RowHoverBackgroundColor":
|
|
63134
63207
|
let f = this.h;
|
|
63135
63208
|
if (null != f) {
|
|
63136
|
-
f.cellTextColor = this.
|
|
63137
|
-
f.cellBackground = this.
|
|
63138
|
-
f.cellSelectedBackground = this.
|
|
63209
|
+
f.cellTextColor = this.d5;
|
|
63210
|
+
f.cellBackground = this.dn;
|
|
63211
|
+
f.cellSelectedBackground = this.dn;
|
|
63212
|
+
f.rowHoverBackground = this.dx;
|
|
63139
63213
|
}
|
|
63140
63214
|
this.m.ad();
|
|
63141
63215
|
break;
|
|
63142
63216
|
case "BaseTheme":
|
|
63143
|
-
this.
|
|
63217
|
+
this.c4();
|
|
63144
63218
|
break;
|
|
63145
63219
|
case "Density":
|
|
63146
|
-
this.
|
|
63220
|
+
this.c3();
|
|
63147
63221
|
break;
|
|
63148
63222
|
case "IsRowHoverEnabled":
|
|
63149
63223
|
if (this.h != null) {
|
|
63150
|
-
this.h.isRowHoverEnabled = this.
|
|
63224
|
+
this.h.isRowHoverEnabled = this.ap;
|
|
63151
63225
|
}
|
|
63152
63226
|
break;
|
|
63153
63227
|
case "ScrollbarStyle":
|
|
63154
63228
|
if (this.h != null) {
|
|
63155
|
-
this.h.scrollbarStyle = this.
|
|
63229
|
+
this.h.scrollbarStyle = this.y;
|
|
63156
63230
|
}
|
|
63157
63231
|
break;
|
|
63158
63232
|
case "ScrollbarBackground":
|
|
63159
63233
|
if (this.h != null) {
|
|
63160
|
-
this.h.scrollbarBackground = this.
|
|
63234
|
+
this.h.scrollbarBackground = this.dy;
|
|
63161
63235
|
}
|
|
63162
63236
|
break;
|
|
63163
63237
|
case "SearchIconColor":
|
|
63164
63238
|
this.m.ab();
|
|
63165
63239
|
break;
|
|
63166
63240
|
case "SearchBackgroundColor":
|
|
63167
|
-
this.
|
|
63241
|
+
this.t.mc = this.dz;
|
|
63168
63242
|
break;
|
|
63169
63243
|
case "SearchBorderColor":
|
|
63170
|
-
this.
|
|
63244
|
+
this.t.md = this.d0;
|
|
63171
63245
|
break;
|
|
63172
63246
|
case "SearchTextColor":
|
|
63173
|
-
this.
|
|
63247
|
+
if (this.r != null) {
|
|
63248
|
+
this.r.d8 = this.d2;
|
|
63249
|
+
}
|
|
63174
63250
|
break;
|
|
63175
63251
|
case "SearchTextStyle":
|
|
63176
|
-
this.
|
|
63252
|
+
this.r.af = this.ah;
|
|
63177
63253
|
break;
|
|
63178
63254
|
case "CheckboxTickColor":
|
|
63179
63255
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -63187,43 +63263,52 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63187
63263
|
break;
|
|
63188
63264
|
}
|
|
63189
63265
|
}
|
|
63190
|
-
|
|
63266
|
+
c3() {
|
|
63191
63267
|
if (this.h != null) {
|
|
63192
|
-
this.h.density = this.
|
|
63268
|
+
this.h.density = this.ac;
|
|
63193
63269
|
}
|
|
63194
|
-
if (this.
|
|
63195
|
-
this.
|
|
63270
|
+
if (this.s != null) {
|
|
63271
|
+
this.s.t = this.ac;
|
|
63196
63272
|
}
|
|
63197
63273
|
this.m.x();
|
|
63198
63274
|
}
|
|
63199
|
-
|
|
63200
|
-
if (this.
|
|
63201
|
-
this.
|
|
63275
|
+
c4() {
|
|
63276
|
+
if (this.s != null) {
|
|
63277
|
+
this.s.p = this.aa;
|
|
63278
|
+
}
|
|
63279
|
+
if (this.r != null) {
|
|
63280
|
+
this.r.d8 = this.d2;
|
|
63281
|
+
}
|
|
63282
|
+
if (this.h != null) {
|
|
63283
|
+
this.h.cellTextColor = this.d5;
|
|
63284
|
+
this.h.cellBackground = this.dn;
|
|
63285
|
+
this.h.cellSelectedBackground = this.dn;
|
|
63286
|
+
this.h.rowHoverBackground = this.dx;
|
|
63202
63287
|
}
|
|
63203
63288
|
this.m.z();
|
|
63204
63289
|
}
|
|
63205
|
-
|
|
63206
|
-
this.
|
|
63207
|
-
this.
|
|
63290
|
+
cs(a, b) {
|
|
63291
|
+
this.al = true;
|
|
63292
|
+
this.ca();
|
|
63208
63293
|
if (b.schema != null) {
|
|
63209
|
-
this.
|
|
63294
|
+
this.cu();
|
|
63210
63295
|
for (let c = 0; c < this.g.count; c++) {
|
|
63211
|
-
this.
|
|
63296
|
+
this.cp(this.g._inner[c]);
|
|
63212
63297
|
}
|
|
63213
63298
|
this.m.ag();
|
|
63214
63299
|
}
|
|
63215
|
-
this.
|
|
63300
|
+
this.al = false;
|
|
63216
63301
|
}
|
|
63217
|
-
|
|
63218
|
-
if (this.
|
|
63219
|
-
this.
|
|
63302
|
+
cu() {
|
|
63303
|
+
if (this.ad == null && this.a4 != null && this.a4 != "") {
|
|
63304
|
+
this.ad = new FastReflectionHelper(false, this.a4);
|
|
63220
63305
|
}
|
|
63221
|
-
if (this.
|
|
63222
|
-
this.
|
|
63306
|
+
if (this.a0 != null && this.ad != null && this.h.actualDataSource.actualSchema != null) {
|
|
63307
|
+
this.ad.propertyName = this.a4;
|
|
63223
63308
|
let a = this.h.actualDataSource.actualCount;
|
|
63224
63309
|
for (let b = 0; b < a; b++) {
|
|
63225
63310
|
let c = this.h.actualDataSource.getItemAtIndex(b);
|
|
63226
|
-
let d = this.
|
|
63311
|
+
let d = this.ad.getPropertyValue(c);
|
|
63227
63312
|
if (d == true) {
|
|
63228
63313
|
let e = this.j(c);
|
|
63229
63314
|
if (!this.g.contains(e)) {
|
|
@@ -63233,24 +63318,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63233
63318
|
}
|
|
63234
63319
|
}
|
|
63235
63320
|
}
|
|
63236
|
-
|
|
63321
|
+
c5() {
|
|
63237
63322
|
this.h.actualColumns.clear();
|
|
63238
63323
|
this.h.primaryKey = this.b;
|
|
63239
63324
|
this.h.isGroupRowSticky = false;
|
|
63240
|
-
this.h.rowHeight = this.
|
|
63241
|
-
this.h.cellBackground = this.
|
|
63242
|
-
this.h.cellSelectedBackground = this.
|
|
63243
|
-
this.h.density = this.
|
|
63244
|
-
this.h.isRowHoverEnabled = this.
|
|
63325
|
+
this.h.rowHeight = this.az;
|
|
63326
|
+
this.h.cellBackground = this.dn;
|
|
63327
|
+
this.h.cellSelectedBackground = this.dn;
|
|
63328
|
+
this.h.density = this.ac;
|
|
63329
|
+
this.h.isRowHoverEnabled = this.ap;
|
|
63245
63330
|
this.h.borderWidth = new Thickness(0, 0);
|
|
63246
|
-
if (this.
|
|
63247
|
-
this.h.cellTextStyle = this.
|
|
63331
|
+
if (this.ag != null) {
|
|
63332
|
+
this.h.cellTextStyle = this.ag;
|
|
63248
63333
|
}
|
|
63249
63334
|
let a = new TemplateColumn();
|
|
63250
|
-
if (this.
|
|
63251
|
-
this.
|
|
63335
|
+
if (this.a4 == null) {
|
|
63336
|
+
this.a4 = "";
|
|
63252
63337
|
}
|
|
63253
|
-
a.i8 = this.
|
|
63338
|
+
a.i8 = this.a4;
|
|
63254
63339
|
a.jz = "CheckboxColumn";
|
|
63255
63340
|
let b = new ColumnWidth();
|
|
63256
63341
|
b.c = false;
|
|
@@ -63258,10 +63343,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63258
63343
|
a.width = b;
|
|
63259
63344
|
a.h2 = 0;
|
|
63260
63345
|
a.h3 = 0;
|
|
63261
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
63346
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cb));
|
|
63262
63347
|
this.h.columns.add(a);
|
|
63263
63348
|
this.i = a;
|
|
63264
|
-
let c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
63349
|
+
let c = this.h.actualDataSource.resolveSchemaPropertyType(this.a2);
|
|
63265
63350
|
let d;
|
|
63266
63351
|
switch (c) {
|
|
63267
63352
|
case 8:
|
|
@@ -63284,7 +63369,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63284
63369
|
d = new TextColumn();
|
|
63285
63370
|
break;
|
|
63286
63371
|
}
|
|
63287
|
-
d.i8 = this.
|
|
63372
|
+
d.i8 = this.a2;
|
|
63288
63373
|
d.jz = "DataColumn";
|
|
63289
63374
|
d.h2 = 0;
|
|
63290
63375
|
d.e = 0;
|
|
@@ -63296,13 +63381,14 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63296
63381
|
provideHrElement(a) {
|
|
63297
63382
|
this.m.p(a);
|
|
63298
63383
|
}
|
|
63299
|
-
|
|
63300
|
-
let a = this.
|
|
63301
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
63384
|
+
co() {
|
|
63385
|
+
let a = this.r;
|
|
63386
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cg));
|
|
63387
|
+
this.c4();
|
|
63302
63388
|
}
|
|
63303
|
-
|
|
63389
|
+
cg(a, b) {
|
|
63304
63390
|
let c = b.value.toLowerCase();
|
|
63305
|
-
this.
|
|
63391
|
+
this.cn(c);
|
|
63306
63392
|
}
|
|
63307
63393
|
j(a) {
|
|
63308
63394
|
if (this.b == null) {
|
|
@@ -63316,55 +63402,61 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63316
63402
|
}
|
|
63317
63403
|
return new PrimaryKeyValue(b, c);
|
|
63318
63404
|
}
|
|
63319
|
-
|
|
63320
|
-
this.
|
|
63405
|
+
c0(a) {
|
|
63406
|
+
this.ak = true;
|
|
63321
63407
|
let b = this.e.getItemAtIndex(a);
|
|
63408
|
+
if (this.ad != null) {
|
|
63409
|
+
this.ad.setPropertyValue(b, false);
|
|
63410
|
+
}
|
|
63322
63411
|
let c = this.j(b);
|
|
63323
63412
|
this.g.remove(c);
|
|
63324
|
-
this.
|
|
63413
|
+
this.ak = false;
|
|
63325
63414
|
}
|
|
63326
|
-
|
|
63327
|
-
this.
|
|
63415
|
+
b8(a) {
|
|
63416
|
+
this.ak = true;
|
|
63328
63417
|
let b = this.e.getItemAtIndex(a);
|
|
63418
|
+
if (this.ad != null) {
|
|
63419
|
+
this.ad.setPropertyValue(b, true);
|
|
63420
|
+
}
|
|
63329
63421
|
let c = this.j(b);
|
|
63330
63422
|
this.g.add(c);
|
|
63331
|
-
this.
|
|
63423
|
+
this.ak = false;
|
|
63332
63424
|
}
|
|
63333
|
-
|
|
63425
|
+
c2() {
|
|
63334
63426
|
this.l = 0;
|
|
63335
63427
|
this.g.clear();
|
|
63336
|
-
this.
|
|
63428
|
+
this.ch();
|
|
63337
63429
|
this.m.ag();
|
|
63338
63430
|
}
|
|
63339
|
-
|
|
63431
|
+
cc() {
|
|
63340
63432
|
this.l = 1;
|
|
63341
63433
|
this.g.clear();
|
|
63342
|
-
this.
|
|
63434
|
+
this.ch();
|
|
63343
63435
|
this.m.ag();
|
|
63344
63436
|
}
|
|
63345
|
-
|
|
63437
|
+
ck(a, b, c) {
|
|
63346
63438
|
if (this.h != null) {
|
|
63347
63439
|
this.h.notifySetItem(a, b, c);
|
|
63348
63440
|
}
|
|
63349
63441
|
}
|
|
63350
|
-
|
|
63442
|
+
ch() {
|
|
63351
63443
|
if (this.h != null) {
|
|
63352
63444
|
this.h.notifyClearItems();
|
|
63353
63445
|
}
|
|
63354
63446
|
}
|
|
63355
|
-
|
|
63447
|
+
ci(a, b) {
|
|
63356
63448
|
if (this.h != null) {
|
|
63357
63449
|
this.h.notifyInsertItem(a, b);
|
|
63358
63450
|
}
|
|
63359
63451
|
;
|
|
63360
63452
|
}
|
|
63361
|
-
|
|
63453
|
+
cj(a, b) {
|
|
63362
63454
|
if (this.h != null) {
|
|
63363
63455
|
this.h.notifyRemoveItem(a, b);
|
|
63364
63456
|
}
|
|
63365
63457
|
;
|
|
63366
63458
|
}
|
|
63367
|
-
|
|
63459
|
+
b9(a) {
|
|
63368
63460
|
let b = null;
|
|
63369
63461
|
if (this.b == null || this.b.length == 0) {
|
|
63370
63462
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -63376,10 +63468,15 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63376
63468
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
63377
63469
|
}
|
|
63378
63470
|
if (b != null) {
|
|
63471
|
+
if (this.ad != null) {
|
|
63472
|
+
let c = this.e.indexOfKey(a);
|
|
63473
|
+
let d = this.e.getItemAtIndex(c);
|
|
63474
|
+
this.ad.setPropertyValue(d, true);
|
|
63475
|
+
}
|
|
63379
63476
|
this.g.add(b);
|
|
63380
63477
|
}
|
|
63381
63478
|
}
|
|
63382
|
-
|
|
63479
|
+
c1(a) {
|
|
63383
63480
|
let b = null;
|
|
63384
63481
|
if (this.b == null || this.b.length == 0) {
|
|
63385
63482
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -63391,85 +63488,100 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63391
63488
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
63392
63489
|
}
|
|
63393
63490
|
if (this.g.contains(b)) {
|
|
63491
|
+
if (this.ad != null) {
|
|
63492
|
+
let c = this.e.indexOfKey(a);
|
|
63493
|
+
let d = this.e.getItemAtIndex(c);
|
|
63494
|
+
this.ad.setPropertyValue(d, false);
|
|
63495
|
+
}
|
|
63394
63496
|
this.g.remove(b);
|
|
63395
63497
|
}
|
|
63396
63498
|
}
|
|
63397
|
-
get
|
|
63398
|
-
return this.
|
|
63499
|
+
get b0() {
|
|
63500
|
+
return this.bz != null ? this.bz : !stringIsNullOrWhiteSpace(this.aj.b1("Select_All")) ? this.aj.b1("Select_All") : "(Select All)";
|
|
63399
63501
|
}
|
|
63400
|
-
set
|
|
63401
|
-
if (a == this.
|
|
63502
|
+
set b0(a) {
|
|
63503
|
+
if (a == this.bz) {
|
|
63402
63504
|
return;
|
|
63403
63505
|
}
|
|
63404
|
-
let b = this.
|
|
63405
|
-
this.
|
|
63406
|
-
this.
|
|
63506
|
+
let b = this.bz;
|
|
63507
|
+
this.bz = a;
|
|
63508
|
+
this.cr("SelectAllCaption", b, this.bz);
|
|
63407
63509
|
}
|
|
63408
|
-
get
|
|
63409
|
-
return this.
|
|
63510
|
+
get d3() {
|
|
63511
|
+
return this.dk;
|
|
63410
63512
|
}
|
|
63411
|
-
set
|
|
63412
|
-
let b = this.
|
|
63413
|
-
this.
|
|
63414
|
-
if (b != this.
|
|
63415
|
-
this.
|
|
63513
|
+
set d3(a) {
|
|
63514
|
+
let b = this.dk;
|
|
63515
|
+
this.dk = a;
|
|
63516
|
+
if (b != this.dk) {
|
|
63517
|
+
this.cr("SelectAllCaptionTextColor", b, a);
|
|
63416
63518
|
}
|
|
63417
63519
|
}
|
|
63418
|
-
get
|
|
63419
|
-
return this.
|
|
63520
|
+
get dm() {
|
|
63521
|
+
return this.c7;
|
|
63420
63522
|
}
|
|
63421
|
-
set
|
|
63422
|
-
let b = this.
|
|
63423
|
-
this.
|
|
63424
|
-
if (b != this.
|
|
63425
|
-
this.
|
|
63523
|
+
set dm(a) {
|
|
63524
|
+
let b = this.c7;
|
|
63525
|
+
this.c7 = a;
|
|
63526
|
+
if (b != this.c7) {
|
|
63527
|
+
this.cr("ActualSelectAllCaptionTextColor", b, a);
|
|
63426
63528
|
}
|
|
63427
63529
|
}
|
|
63428
|
-
get
|
|
63429
|
-
if (-1 == this.
|
|
63530
|
+
get aq() {
|
|
63531
|
+
if (-1 == this.ay) {
|
|
63430
63532
|
return false;
|
|
63431
63533
|
}
|
|
63432
63534
|
let a = this.g.count;
|
|
63433
63535
|
if (0 == a) {
|
|
63434
63536
|
return false;
|
|
63435
63537
|
}
|
|
63436
|
-
if (a == this.
|
|
63538
|
+
if (a == this.ay) {
|
|
63437
63539
|
return false;
|
|
63438
63540
|
}
|
|
63439
63541
|
return true;
|
|
63440
63542
|
}
|
|
63441
|
-
get
|
|
63442
|
-
return this.
|
|
63543
|
+
get au() {
|
|
63544
|
+
return this.at;
|
|
63443
63545
|
}
|
|
63444
|
-
set
|
|
63445
|
-
if (a == this.
|
|
63546
|
+
set au(a) {
|
|
63547
|
+
if (a == this.at) {
|
|
63446
63548
|
return;
|
|
63447
63549
|
}
|
|
63448
|
-
let b = this.
|
|
63449
|
-
this.
|
|
63450
|
-
this.
|
|
63550
|
+
let b = this.at;
|
|
63551
|
+
this.at = a;
|
|
63552
|
+
this.cr("showSelectAll", b, this.at);
|
|
63451
63553
|
}
|
|
63452
|
-
get
|
|
63453
|
-
return this.
|
|
63554
|
+
get dn() {
|
|
63555
|
+
return this.c8;
|
|
63454
63556
|
}
|
|
63455
|
-
set
|
|
63456
|
-
let b = this.
|
|
63457
|
-
this.
|
|
63458
|
-
if (b != this.
|
|
63459
|
-
this.
|
|
63557
|
+
set dn(a) {
|
|
63558
|
+
let b = this.c8;
|
|
63559
|
+
this.c8 = a;
|
|
63560
|
+
if (b != this.c8) {
|
|
63561
|
+
this.cr("BackgroundColor", b, a);
|
|
63460
63562
|
}
|
|
63461
63563
|
}
|
|
63462
|
-
get
|
|
63463
|
-
return this.
|
|
63564
|
+
get dx() {
|
|
63565
|
+
return this.de;
|
|
63464
63566
|
}
|
|
63465
|
-
set
|
|
63466
|
-
let b = this.
|
|
63467
|
-
this.
|
|
63468
|
-
if (b != this.
|
|
63469
|
-
this.
|
|
63567
|
+
set dx(a) {
|
|
63568
|
+
let b = this.de;
|
|
63569
|
+
this.de = a;
|
|
63570
|
+
if (b != this.de) {
|
|
63571
|
+
this.cr("RowHoverBackgroundColor", b, a);
|
|
63470
63572
|
}
|
|
63471
63573
|
}
|
|
63472
|
-
|
|
63574
|
+
get d5() {
|
|
63575
|
+
return this.dl;
|
|
63576
|
+
}
|
|
63577
|
+
set d5(a) {
|
|
63578
|
+
let b = this.dl;
|
|
63579
|
+
this.dl = a;
|
|
63580
|
+
if (b != this.dl) {
|
|
63581
|
+
this.cr("TextColor", b, a);
|
|
63582
|
+
}
|
|
63583
|
+
}
|
|
63584
|
+
ct(a) {
|
|
63473
63585
|
if (this.selectAllCheckboxChanged != null) {
|
|
63474
63586
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
63475
63587
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -63478,70 +63590,71 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
63478
63590
|
})()));
|
|
63479
63591
|
}
|
|
63480
63592
|
}
|
|
63481
|
-
|
|
63482
|
-
if (-1 == this.
|
|
63593
|
+
an() {
|
|
63594
|
+
if (-1 == this.ay) {
|
|
63483
63595
|
return true;
|
|
63484
63596
|
}
|
|
63485
63597
|
let a = this.g.count;
|
|
63486
63598
|
switch (this.l) {
|
|
63487
|
-
case 0: return this.
|
|
63599
|
+
case 0: return this.ay == a;
|
|
63488
63600
|
case 1: return 0 == a;
|
|
63489
63601
|
default: return false;
|
|
63490
63602
|
}
|
|
63491
63603
|
}
|
|
63492
|
-
|
|
63493
|
-
if (-1 == this.
|
|
63604
|
+
am() {
|
|
63605
|
+
if (-1 == this.ay) {
|
|
63494
63606
|
return false;
|
|
63495
63607
|
}
|
|
63496
63608
|
let a = this.g.count;
|
|
63497
63609
|
switch (this.l) {
|
|
63498
63610
|
case 0: return 0 == a;
|
|
63499
|
-
case 1: return this.
|
|
63611
|
+
case 1: return this.ay == a;
|
|
63500
63612
|
default: return false;
|
|
63501
63613
|
}
|
|
63502
63614
|
}
|
|
63503
|
-
|
|
63615
|
+
ca() {
|
|
63504
63616
|
let a = this.h.actualDataSource;
|
|
63505
63617
|
if (null != a) {
|
|
63506
63618
|
if (null == a.actualSchema) {
|
|
63507
|
-
this.
|
|
63619
|
+
this.ay = -1;
|
|
63508
63620
|
return;
|
|
63509
63621
|
}
|
|
63510
63622
|
let b = a.actualCount;
|
|
63511
|
-
this.
|
|
63623
|
+
this.ay = b;
|
|
63512
63624
|
}
|
|
63513
63625
|
else {
|
|
63514
|
-
this.
|
|
63626
|
+
this.ay = -1;
|
|
63515
63627
|
}
|
|
63516
63628
|
}
|
|
63517
|
-
get
|
|
63518
|
-
return this.
|
|
63629
|
+
get as() {
|
|
63630
|
+
return this.ar;
|
|
63519
63631
|
}
|
|
63520
|
-
set
|
|
63521
|
-
if (a == this.
|
|
63632
|
+
set as(a) {
|
|
63633
|
+
if (a == this.ar) {
|
|
63522
63634
|
return;
|
|
63523
63635
|
}
|
|
63524
|
-
let b = this.
|
|
63525
|
-
this.
|
|
63526
|
-
this.
|
|
63636
|
+
let b = this.ar;
|
|
63637
|
+
this.ar = a;
|
|
63638
|
+
this.cr("ShowFilter", b, this.ar);
|
|
63527
63639
|
}
|
|
63528
|
-
get
|
|
63529
|
-
return this.
|
|
63640
|
+
get ap() {
|
|
63641
|
+
return this.ao;
|
|
63530
63642
|
}
|
|
63531
|
-
set
|
|
63532
|
-
if (a == this.
|
|
63643
|
+
set ap(a) {
|
|
63644
|
+
if (a == this.ao) {
|
|
63533
63645
|
return;
|
|
63534
63646
|
}
|
|
63535
|
-
let b = this.
|
|
63536
|
-
this.
|
|
63537
|
-
this.
|
|
63647
|
+
let b = this.ao;
|
|
63648
|
+
this.ao = a;
|
|
63649
|
+
this.cr("IsRowHoverEnabled", b, this.ao);
|
|
63538
63650
|
}
|
|
63539
63651
|
}
|
|
63540
63652
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
63541
|
-
CheckboxList.
|
|
63542
|
-
CheckboxList.
|
|
63543
|
-
CheckboxList.
|
|
63544
|
-
CheckboxList.
|
|
63653
|
+
CheckboxList.d4 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
63654
|
+
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";
|
|
63655
|
+
CheckboxList.du = /*@__PURE__*/ BrushUtil.h(255, 248, 248, 248);
|
|
63656
|
+
CheckboxList.dv = null;
|
|
63657
|
+
CheckboxList.dw = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
63545
63658
|
return CheckboxList;
|
|
63546
63659
|
})();
|
|
63547
63660
|
|
|
@@ -63581,16 +63694,26 @@ class IgcCheckedChangedEventArgs {
|
|
|
63581
63694
|
}
|
|
63582
63695
|
}
|
|
63583
63696
|
get index() {
|
|
63584
|
-
return this.i.
|
|
63697
|
+
return this.i.c;
|
|
63585
63698
|
}
|
|
63586
63699
|
set index(v) {
|
|
63587
|
-
this.i.
|
|
63700
|
+
this.i.c = +v;
|
|
63588
63701
|
}
|
|
63589
63702
|
get isChecked() {
|
|
63590
|
-
return this.i.
|
|
63703
|
+
return this.i.b;
|
|
63591
63704
|
}
|
|
63592
63705
|
set isChecked(v) {
|
|
63593
|
-
this.i.
|
|
63706
|
+
this.i.b = ensureBool(v);
|
|
63707
|
+
}
|
|
63708
|
+
get primaryKey() {
|
|
63709
|
+
return this.i.a;
|
|
63710
|
+
}
|
|
63711
|
+
set primaryKey(v) {
|
|
63712
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
63713
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
63714
|
+
v = v.split(re);
|
|
63715
|
+
}
|
|
63716
|
+
this.i.a = v;
|
|
63594
63717
|
}
|
|
63595
63718
|
}
|
|
63596
63719
|
|
|
@@ -63671,6 +63794,10 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63671
63794
|
this._stylingContainer = null;
|
|
63672
63795
|
this._stylingParent = null;
|
|
63673
63796
|
this._inStyling = false;
|
|
63797
|
+
this._selectedKeyAdded = null;
|
|
63798
|
+
this._selectedKeyAdded_wrapped = null;
|
|
63799
|
+
this._selectedKeyRemoved = null;
|
|
63800
|
+
this._selectedKeyRemoved_wrapped = null;
|
|
63674
63801
|
this._checkedChanged = null;
|
|
63675
63802
|
this._checkedChanged_wrapped = null;
|
|
63676
63803
|
this._selectAllCheckboxChanged = null;
|
|
@@ -63872,66 +63999,66 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63872
63999
|
* Gets or Sets the property name that contains the values.
|
|
63873
64000
|
*/
|
|
63874
64001
|
get dataMemberPath() {
|
|
63875
|
-
return this.i.
|
|
64002
|
+
return this.i.be;
|
|
63876
64003
|
}
|
|
63877
64004
|
set dataMemberPath(v) {
|
|
63878
|
-
this.i.
|
|
64005
|
+
this.i.be = v;
|
|
63879
64006
|
}
|
|
63880
64007
|
/**
|
|
63881
64008
|
* Gets or Sets the property name that contains the values.
|
|
63882
64009
|
*/
|
|
63883
64010
|
get selectedMemberPath() {
|
|
63884
|
-
return this.i.
|
|
64011
|
+
return this.i.b3;
|
|
63885
64012
|
}
|
|
63886
64013
|
set selectedMemberPath(v) {
|
|
63887
|
-
this.i.
|
|
64014
|
+
this.i.b3 = v;
|
|
63888
64015
|
}
|
|
63889
64016
|
/**
|
|
63890
64017
|
* Gets or Sets the property name that contains the values.
|
|
63891
64018
|
*/
|
|
63892
64019
|
get filterPlaceholderText() {
|
|
63893
|
-
return this.i.
|
|
64020
|
+
return this.i.bi;
|
|
63894
64021
|
}
|
|
63895
64022
|
set filterPlaceholderText(v) {
|
|
63896
|
-
this.i.
|
|
64023
|
+
this.i.bi = v;
|
|
63897
64024
|
}
|
|
63898
64025
|
/**
|
|
63899
64026
|
* Gets or Sets the property name that contains the values.
|
|
63900
64027
|
*/
|
|
63901
64028
|
get searchInputType() {
|
|
63902
|
-
return this.i.
|
|
64029
|
+
return this.i.v;
|
|
63903
64030
|
}
|
|
63904
64031
|
set searchInputType(v) {
|
|
63905
|
-
this.i.
|
|
63906
|
-
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
64032
|
+
this.i.v = ensureEnum(InputGroupDisplayType_$type, v);
|
|
64033
|
+
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.v));
|
|
63907
64034
|
}
|
|
63908
64035
|
/**
|
|
63909
64036
|
* Gets or Sets the property name that contains the values.
|
|
63910
64037
|
*/
|
|
63911
64038
|
get rowHeight() {
|
|
63912
|
-
return this.i.
|
|
64039
|
+
return this.i.az;
|
|
63913
64040
|
}
|
|
63914
64041
|
set rowHeight(v) {
|
|
63915
|
-
this.i.
|
|
63916
|
-
this._a("rowHeight", this.i.
|
|
64042
|
+
this.i.az = +v;
|
|
64043
|
+
this._a("rowHeight", this.i.az);
|
|
63917
64044
|
}
|
|
63918
64045
|
get actualRowHeight() {
|
|
63919
|
-
return this.i.
|
|
64046
|
+
return this.i.ax;
|
|
63920
64047
|
}
|
|
63921
64048
|
/**
|
|
63922
64049
|
* Gets or Sets the property name that contains the values.
|
|
63923
64050
|
*/
|
|
63924
64051
|
get cellTextStyle() {
|
|
63925
|
-
if (this.i.
|
|
64052
|
+
if (this.i.ag == null) {
|
|
63926
64053
|
return null;
|
|
63927
64054
|
}
|
|
63928
|
-
return this.i.
|
|
64055
|
+
return this.i.ag.fontString;
|
|
63929
64056
|
}
|
|
63930
64057
|
set cellTextStyle(v) {
|
|
63931
64058
|
let fi = new FontInfo();
|
|
63932
64059
|
fi.fontString = v;
|
|
63933
|
-
this.i.
|
|
63934
|
-
this._a("cellTextStyle", this.i.
|
|
64060
|
+
this.i.ag = fi;
|
|
64061
|
+
this._a("cellTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
|
|
63935
64062
|
}
|
|
63936
64063
|
/**
|
|
63937
64064
|
* Gets or Sets the property name that contains the values.
|
|
@@ -63947,225 +64074,235 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63947
64074
|
* Gets or Sets the property name that contains the values.
|
|
63948
64075
|
*/
|
|
63949
64076
|
get baseTheme() {
|
|
63950
|
-
return this.i.
|
|
64077
|
+
return this.i.aa;
|
|
63951
64078
|
}
|
|
63952
64079
|
set baseTheme(v) {
|
|
63953
|
-
this.i.
|
|
63954
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
64080
|
+
this.i.aa = ensureEnum(BaseControlTheme_$type, v);
|
|
64081
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.aa));
|
|
63955
64082
|
}
|
|
63956
64083
|
/**
|
|
63957
64084
|
* Gets or Sets the property name that contains the values.
|
|
63958
64085
|
*/
|
|
63959
64086
|
get density() {
|
|
63960
|
-
return this.i.
|
|
64087
|
+
return this.i.ac;
|
|
63961
64088
|
}
|
|
63962
64089
|
set density(v) {
|
|
63963
|
-
this.i.
|
|
63964
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
64090
|
+
this.i.ac = ensureEnum(ControlDisplayDensity_$type, v);
|
|
64091
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ac));
|
|
63965
64092
|
}
|
|
63966
64093
|
/**
|
|
63967
64094
|
* Gets or sets the search icon color.
|
|
63968
64095
|
*/
|
|
63969
64096
|
get searchIconColor() {
|
|
63970
|
-
return brushToString(this.i.
|
|
64097
|
+
return brushToString(this.i.d1);
|
|
63971
64098
|
}
|
|
63972
64099
|
set searchIconColor(v) {
|
|
63973
|
-
this.i.
|
|
63974
|
-
this._a("searchIconColor", brushToString(this.i.
|
|
64100
|
+
this.i.d1 = stringToBrush(v);
|
|
64101
|
+
this._a("searchIconColor", brushToString(this.i.d1));
|
|
63975
64102
|
}
|
|
63976
64103
|
/**
|
|
63977
64104
|
* Gets or sets the search background color.
|
|
63978
64105
|
*/
|
|
63979
64106
|
get searchBackgroundColor() {
|
|
63980
|
-
return brushToString(this.i.
|
|
64107
|
+
return brushToString(this.i.dz);
|
|
63981
64108
|
}
|
|
63982
64109
|
set searchBackgroundColor(v) {
|
|
63983
|
-
this.i.
|
|
63984
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
64110
|
+
this.i.dz = stringToBrush(v);
|
|
64111
|
+
this._a("searchBackgroundColor", brushToString(this.i.dz));
|
|
63985
64112
|
}
|
|
63986
64113
|
/**
|
|
63987
64114
|
* Gets or sets the search text color.
|
|
63988
64115
|
*/
|
|
63989
64116
|
get searchTextColor() {
|
|
63990
|
-
return brushToString(this.i.
|
|
64117
|
+
return brushToString(this.i.d2);
|
|
63991
64118
|
}
|
|
63992
64119
|
set searchTextColor(v) {
|
|
63993
|
-
this.i.
|
|
63994
|
-
this._a("searchTextColor", brushToString(this.i.
|
|
64120
|
+
this.i.d2 = stringToBrush(v);
|
|
64121
|
+
this._a("searchTextColor", brushToString(this.i.d2));
|
|
63995
64122
|
}
|
|
63996
64123
|
/**
|
|
63997
64124
|
* Gets or sets the search border color.
|
|
63998
64125
|
*/
|
|
63999
64126
|
get searchBorderColor() {
|
|
64000
|
-
return brushToString(this.i.
|
|
64127
|
+
return brushToString(this.i.d0);
|
|
64001
64128
|
}
|
|
64002
64129
|
set searchBorderColor(v) {
|
|
64003
|
-
this.i.
|
|
64004
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
64130
|
+
this.i.d0 = stringToBrush(v);
|
|
64131
|
+
this._a("searchBorderColor", brushToString(this.i.d0));
|
|
64005
64132
|
}
|
|
64006
64133
|
/**
|
|
64007
64134
|
* Gets or sets the text style.
|
|
64008
64135
|
*/
|
|
64009
64136
|
get searchTextStyle() {
|
|
64010
|
-
if (this.i.
|
|
64137
|
+
if (this.i.ah == null) {
|
|
64011
64138
|
return null;
|
|
64012
64139
|
}
|
|
64013
|
-
return this.i.
|
|
64140
|
+
return this.i.ah.fontString;
|
|
64014
64141
|
}
|
|
64015
64142
|
set searchTextStyle(v) {
|
|
64016
64143
|
let fi = new FontInfo();
|
|
64017
64144
|
fi.fontString = v;
|
|
64018
|
-
this.i.
|
|
64019
|
-
this._a("searchTextStyle", this.i.
|
|
64145
|
+
this.i.ah = fi;
|
|
64146
|
+
this._a("searchTextStyle", this.i.ah != null ? this.i.ah.fontString : "");
|
|
64020
64147
|
}
|
|
64021
64148
|
/**
|
|
64022
64149
|
* Gets or sets the checkbox tick color.
|
|
64023
64150
|
*/
|
|
64024
64151
|
get checkboxTickColor() {
|
|
64025
|
-
return brushToString(this.i.
|
|
64152
|
+
return brushToString(this.i.dr);
|
|
64026
64153
|
}
|
|
64027
64154
|
set checkboxTickColor(v) {
|
|
64028
|
-
this.i.
|
|
64029
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
64155
|
+
this.i.dr = stringToBrush(v);
|
|
64156
|
+
this._a("checkboxTickColor", brushToString(this.i.dr));
|
|
64030
64157
|
}
|
|
64031
64158
|
/**
|
|
64032
64159
|
* Gets or sets the checkbox background color when checked.
|
|
64033
64160
|
*/
|
|
64034
64161
|
get checkboxCheckedBackgroundColor() {
|
|
64035
|
-
return brushToString(this.i.
|
|
64162
|
+
return brushToString(this.i.dp);
|
|
64036
64163
|
}
|
|
64037
64164
|
set checkboxCheckedBackgroundColor(v) {
|
|
64038
|
-
this.i.
|
|
64039
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
64165
|
+
this.i.dp = stringToBrush(v);
|
|
64166
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dp));
|
|
64040
64167
|
}
|
|
64041
64168
|
/**
|
|
64042
64169
|
* Gets or sets the checkbox background color when unchecked.
|
|
64043
64170
|
*/
|
|
64044
64171
|
get checkboxUncheckedBackgroundColor() {
|
|
64045
|
-
return brushToString(this.i.
|
|
64172
|
+
return brushToString(this.i.ds);
|
|
64046
64173
|
}
|
|
64047
64174
|
set checkboxUncheckedBackgroundColor(v) {
|
|
64048
|
-
this.i.
|
|
64049
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
64175
|
+
this.i.ds = stringToBrush(v);
|
|
64176
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.ds));
|
|
64050
64177
|
}
|
|
64051
64178
|
/**
|
|
64052
64179
|
* Gets or sets the checkbox border color when checked.
|
|
64053
64180
|
*/
|
|
64054
64181
|
get checkboxCheckedBorderColor() {
|
|
64055
|
-
return brushToString(this.i.
|
|
64182
|
+
return brushToString(this.i.dq);
|
|
64056
64183
|
}
|
|
64057
64184
|
set checkboxCheckedBorderColor(v) {
|
|
64058
|
-
this.i.
|
|
64059
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
64185
|
+
this.i.dq = stringToBrush(v);
|
|
64186
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.dq));
|
|
64060
64187
|
}
|
|
64061
64188
|
/**
|
|
64062
64189
|
* Gets or sets the checkbox border color when unchecked.
|
|
64063
64190
|
*/
|
|
64064
64191
|
get checkboxUncheckedBorderColor() {
|
|
64065
|
-
return brushToString(this.i.
|
|
64192
|
+
return brushToString(this.i.dt);
|
|
64066
64193
|
}
|
|
64067
64194
|
set checkboxUncheckedBorderColor(v) {
|
|
64068
|
-
this.i.
|
|
64069
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
64195
|
+
this.i.dt = stringToBrush(v);
|
|
64196
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.dt));
|
|
64070
64197
|
}
|
|
64071
64198
|
/**
|
|
64072
64199
|
* Gets or sets the style of scrollbar.
|
|
64073
64200
|
*/
|
|
64074
64201
|
get scrollbarStyle() {
|
|
64075
|
-
return this.i.
|
|
64202
|
+
return this.i.y;
|
|
64076
64203
|
}
|
|
64077
64204
|
set scrollbarStyle(v) {
|
|
64078
|
-
this.i.
|
|
64079
|
-
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.
|
|
64205
|
+
this.i.y = ensureEnum(ScrollbarStyle_$type, v);
|
|
64206
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.y));
|
|
64080
64207
|
}
|
|
64081
64208
|
/**
|
|
64082
64209
|
* Gets or sets the scrollbar background color.
|
|
64083
64210
|
*/
|
|
64084
64211
|
get scrollbarBackground() {
|
|
64085
|
-
return brushToString(this.i.
|
|
64212
|
+
return brushToString(this.i.dy);
|
|
64086
64213
|
}
|
|
64087
64214
|
set scrollbarBackground(v) {
|
|
64088
|
-
this.i.
|
|
64089
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
64215
|
+
this.i.dy = stringToBrush(v);
|
|
64216
|
+
this._a("scrollbarBackground", brushToString(this.i.dy));
|
|
64090
64217
|
}
|
|
64091
64218
|
/**
|
|
64092
64219
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
64093
64220
|
*/
|
|
64094
64221
|
get selectAllCaption() {
|
|
64095
|
-
return this.i.
|
|
64222
|
+
return this.i.b0;
|
|
64096
64223
|
}
|
|
64097
64224
|
set selectAllCaption(v) {
|
|
64098
|
-
this.i.
|
|
64225
|
+
this.i.b0 = v;
|
|
64099
64226
|
}
|
|
64100
64227
|
/**
|
|
64101
64228
|
* Gets or sets the color to use for the "Select All" label.
|
|
64102
64229
|
*/
|
|
64103
64230
|
get selectAllCaptionTextColor() {
|
|
64104
|
-
return brushToString(this.i.
|
|
64231
|
+
return brushToString(this.i.d3);
|
|
64105
64232
|
}
|
|
64106
64233
|
set selectAllCaptionTextColor(v) {
|
|
64107
|
-
this.i.
|
|
64108
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
64234
|
+
this.i.d3 = stringToBrush(v);
|
|
64235
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.d3));
|
|
64109
64236
|
}
|
|
64110
64237
|
/**
|
|
64111
64238
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
64112
64239
|
*/
|
|
64113
64240
|
get actualSelectAllCaptionTextColor() {
|
|
64114
|
-
return brushToString(this.i.
|
|
64241
|
+
return brushToString(this.i.dm);
|
|
64115
64242
|
}
|
|
64116
64243
|
set actualSelectAllCaptionTextColor(v) {
|
|
64117
|
-
this.i.
|
|
64118
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
64244
|
+
this.i.dm = stringToBrush(v);
|
|
64245
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dm));
|
|
64119
64246
|
}
|
|
64120
64247
|
/**
|
|
64121
64248
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
64122
64249
|
*/
|
|
64123
64250
|
get showSelectAll() {
|
|
64124
|
-
return this.i.
|
|
64251
|
+
return this.i.au;
|
|
64125
64252
|
}
|
|
64126
64253
|
set showSelectAll(v) {
|
|
64127
|
-
this.i.
|
|
64128
|
-
this._a("showSelectAll", this.i.
|
|
64254
|
+
this.i.au = ensureBool(v);
|
|
64255
|
+
this._a("showSelectAll", this.i.au);
|
|
64129
64256
|
}
|
|
64130
64257
|
/**
|
|
64131
64258
|
* Gets or sets the color to use for the background of the component.
|
|
64132
64259
|
*/
|
|
64133
64260
|
get backgroundColor() {
|
|
64134
|
-
return brushToString(this.i.
|
|
64261
|
+
return brushToString(this.i.dn);
|
|
64135
64262
|
}
|
|
64136
64263
|
set backgroundColor(v) {
|
|
64137
|
-
this.i.
|
|
64138
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
64264
|
+
this.i.dn = stringToBrush(v);
|
|
64265
|
+
this._a("backgroundColor", brushToString(this.i.dn));
|
|
64266
|
+
}
|
|
64267
|
+
/**
|
|
64268
|
+
* Gets or sets the color to use when hovering over a grid row.
|
|
64269
|
+
*/
|
|
64270
|
+
get rowHoverBackgroundColor() {
|
|
64271
|
+
return brushToString(this.i.dx);
|
|
64272
|
+
}
|
|
64273
|
+
set rowHoverBackgroundColor(v) {
|
|
64274
|
+
this.i.dx = stringToBrush(v);
|
|
64275
|
+
this._a("rowHoverBackgroundColor", brushToString(this.i.dx));
|
|
64139
64276
|
}
|
|
64140
64277
|
/**
|
|
64141
64278
|
* Gets or sets the color to use for the text of the component.
|
|
64142
64279
|
*/
|
|
64143
64280
|
get textColor() {
|
|
64144
|
-
return brushToString(this.i.
|
|
64281
|
+
return brushToString(this.i.d5);
|
|
64145
64282
|
}
|
|
64146
64283
|
set textColor(v) {
|
|
64147
|
-
this.i.
|
|
64148
|
-
this._a("textColor", brushToString(this.i.
|
|
64284
|
+
this.i.d5 = stringToBrush(v);
|
|
64285
|
+
this._a("textColor", brushToString(this.i.d5));
|
|
64149
64286
|
}
|
|
64150
64287
|
/**
|
|
64151
64288
|
* Gets or sets whether the filter input is visible.
|
|
64152
64289
|
*/
|
|
64153
64290
|
get showFilter() {
|
|
64154
|
-
return this.i.
|
|
64291
|
+
return this.i.as;
|
|
64155
64292
|
}
|
|
64156
64293
|
set showFilter(v) {
|
|
64157
|
-
this.i.
|
|
64158
|
-
this._a("showFilter", this.i.
|
|
64294
|
+
this.i.as = ensureBool(v);
|
|
64295
|
+
this._a("showFilter", this.i.as);
|
|
64159
64296
|
}
|
|
64160
64297
|
/**
|
|
64161
64298
|
* Gets or sets whether row hover highlighting is enabled.
|
|
64162
64299
|
*/
|
|
64163
64300
|
get isRowHoverEnabled() {
|
|
64164
|
-
return this.i.
|
|
64301
|
+
return this.i.ap;
|
|
64165
64302
|
}
|
|
64166
64303
|
set isRowHoverEnabled(v) {
|
|
64167
|
-
this.i.
|
|
64168
|
-
this._a("isRowHoverEnabled", this.i.
|
|
64304
|
+
this.i.ap = ensureBool(v);
|
|
64305
|
+
this._a("isRowHoverEnabled", this.i.ap);
|
|
64169
64306
|
}
|
|
64170
64307
|
findByName(name) {
|
|
64171
64308
|
if (this.findEphemera) {
|
|
@@ -64236,17 +64373,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
64236
64373
|
|
|
64237
64374
|
*/
|
|
64238
64375
|
selectAll() {
|
|
64239
|
-
this.i.
|
|
64376
|
+
this.i.c2();
|
|
64240
64377
|
}
|
|
64241
64378
|
/**
|
|
64242
64379
|
* Deselects all the items in the checkbox list.
|
|
64243
64380
|
|
|
64244
64381
|
*/
|
|
64245
64382
|
deselectAll() {
|
|
64246
|
-
this.i.
|
|
64383
|
+
this.i.cc();
|
|
64247
64384
|
}
|
|
64248
64385
|
notifySetItem(index, oldItem, newItem) {
|
|
64249
|
-
this.i.
|
|
64386
|
+
this.i.ck(index, oldItem, newItem);
|
|
64250
64387
|
}
|
|
64251
64388
|
/**
|
|
64252
64389
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -64254,26 +64391,26 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
64254
64391
|
|
|
64255
64392
|
*/
|
|
64256
64393
|
notifyClearItems() {
|
|
64257
|
-
this.i.
|
|
64394
|
+
this.i.ch();
|
|
64258
64395
|
}
|
|
64259
64396
|
notifyInsertItem(index, newItem) {
|
|
64260
|
-
this.i.
|
|
64397
|
+
this.i.ci(index, newItem);
|
|
64261
64398
|
}
|
|
64262
64399
|
notifyRemoveItem(index, oldItem) {
|
|
64263
|
-
this.i.
|
|
64400
|
+
this.i.cj(index, oldItem);
|
|
64264
64401
|
}
|
|
64265
64402
|
addKeyValue(value) {
|
|
64266
|
-
this.i.
|
|
64403
|
+
this.i.b9(value);
|
|
64267
64404
|
}
|
|
64268
64405
|
removeKeyValue(value) {
|
|
64269
|
-
this.i.
|
|
64406
|
+
this.i.c1(value);
|
|
64270
64407
|
}
|
|
64271
64408
|
/**
|
|
64272
64409
|
* Returns true if no items are selected / checked; otherwise false.
|
|
64273
64410
|
|
|
64274
64411
|
*/
|
|
64275
64412
|
isNothingSelected() {
|
|
64276
|
-
let iv = this.i.
|
|
64413
|
+
let iv = this.i.an();
|
|
64277
64414
|
return (iv);
|
|
64278
64415
|
}
|
|
64279
64416
|
/**
|
|
@@ -64281,9 +64418,61 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
64281
64418
|
|
|
64282
64419
|
*/
|
|
64283
64420
|
isEverythingSelected() {
|
|
64284
|
-
let iv = this.i.
|
|
64421
|
+
let iv = this.i.am();
|
|
64285
64422
|
return (iv);
|
|
64286
64423
|
}
|
|
64424
|
+
/**
|
|
64425
|
+
* Called when an item is added.
|
|
64426
|
+
*/
|
|
64427
|
+
get selectedKeyAdded() {
|
|
64428
|
+
return this._selectedKeyAdded;
|
|
64429
|
+
}
|
|
64430
|
+
set selectedKeyAdded(ev) {
|
|
64431
|
+
if (this._selectedKeyAdded_wrapped !== null) {
|
|
64432
|
+
this.i.selectedKeyAdded = delegateRemove(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
|
|
64433
|
+
this._selectedKeyAdded_wrapped = null;
|
|
64434
|
+
this._selectedKeyAdded = null;
|
|
64435
|
+
}
|
|
64436
|
+
this._selectedKeyAdded = ev;
|
|
64437
|
+
this._selectedKeyAdded_wrapped = (o, e) => {
|
|
64438
|
+
let outerArgs = new IgcCheckedChangedEventArgs();
|
|
64439
|
+
outerArgs._provideImplementation(e);
|
|
64440
|
+
if (this.beforeSelectedKeyAdded) {
|
|
64441
|
+
this.beforeSelectedKeyAdded(this, outerArgs);
|
|
64442
|
+
}
|
|
64443
|
+
if (this._selectedKeyAdded) {
|
|
64444
|
+
this._selectedKeyAdded(this, outerArgs);
|
|
64445
|
+
}
|
|
64446
|
+
};
|
|
64447
|
+
this.i.selectedKeyAdded = delegateCombine(this.i.selectedKeyAdded, this._selectedKeyAdded_wrapped);
|
|
64448
|
+
;
|
|
64449
|
+
}
|
|
64450
|
+
/**
|
|
64451
|
+
* Called when an item is removed.
|
|
64452
|
+
*/
|
|
64453
|
+
get selectedKeyRemoved() {
|
|
64454
|
+
return this._selectedKeyRemoved;
|
|
64455
|
+
}
|
|
64456
|
+
set selectedKeyRemoved(ev) {
|
|
64457
|
+
if (this._selectedKeyRemoved_wrapped !== null) {
|
|
64458
|
+
this.i.selectedKeyRemoved = delegateRemove(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
|
|
64459
|
+
this._selectedKeyRemoved_wrapped = null;
|
|
64460
|
+
this._selectedKeyRemoved = null;
|
|
64461
|
+
}
|
|
64462
|
+
this._selectedKeyRemoved = ev;
|
|
64463
|
+
this._selectedKeyRemoved_wrapped = (o, e) => {
|
|
64464
|
+
let outerArgs = new IgcCheckedChangedEventArgs();
|
|
64465
|
+
outerArgs._provideImplementation(e);
|
|
64466
|
+
if (this.beforeSelectedKeyRemoved) {
|
|
64467
|
+
this.beforeSelectedKeyRemoved(this, outerArgs);
|
|
64468
|
+
}
|
|
64469
|
+
if (this._selectedKeyRemoved) {
|
|
64470
|
+
this._selectedKeyRemoved(this, outerArgs);
|
|
64471
|
+
}
|
|
64472
|
+
};
|
|
64473
|
+
this.i.selectedKeyRemoved = delegateCombine(this.i.selectedKeyRemoved, this._selectedKeyRemoved_wrapped);
|
|
64474
|
+
;
|
|
64475
|
+
}
|
|
64287
64476
|
/**
|
|
64288
64477
|
* Called when a checkbox is checked or unchecked.
|
|
64289
64478
|
*/
|
|
@@ -64343,6 +64532,235 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
64343
64532
|
return IgcCheckboxListComponent;
|
|
64344
64533
|
})();
|
|
64345
64534
|
|
|
64535
|
+
/*
|
|
64536
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
64537
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
64538
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
64539
|
+
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.
|
|
64540
|
+
*/
|
|
64541
|
+
/**
|
|
64542
|
+
* @hidden
|
|
64543
|
+
*/
|
|
64544
|
+
let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
64545
|
+
class CheckboxListBridge extends XComponentBridge {
|
|
64546
|
+
constructor(a) {
|
|
64547
|
+
super(a);
|
|
64548
|
+
this.x = null;
|
|
64549
|
+
this.y = null;
|
|
64550
|
+
this.z = null;
|
|
64551
|
+
this.u = null;
|
|
64552
|
+
this.v = null;
|
|
64553
|
+
this.w = null;
|
|
64554
|
+
}
|
|
64555
|
+
getDesiredSize(a, b) {
|
|
64556
|
+
return this.t.view.getDesiredSize();
|
|
64557
|
+
}
|
|
64558
|
+
addHandler(a, b, c, d) {
|
|
64559
|
+
let e = a;
|
|
64560
|
+
switch (c) {
|
|
64561
|
+
case 2:
|
|
64562
|
+
e.checkedChanged = delegateCombine(e.checkedChanged, runOn(this, this.aa));
|
|
64563
|
+
this.u = d;
|
|
64564
|
+
this.x = b;
|
|
64565
|
+
break;
|
|
64566
|
+
case 18:
|
|
64567
|
+
e.selectedKeyAdded = delegateCombine(e.selectedKeyAdded, runOn(this, this.ab));
|
|
64568
|
+
this.v = d;
|
|
64569
|
+
this.y = b;
|
|
64570
|
+
break;
|
|
64571
|
+
case 19:
|
|
64572
|
+
e.selectedKeyRemoved = delegateCombine(e.selectedKeyRemoved, runOn(this, this.ac));
|
|
64573
|
+
this.w = d;
|
|
64574
|
+
this.z = b;
|
|
64575
|
+
break;
|
|
64576
|
+
}
|
|
64577
|
+
}
|
|
64578
|
+
removeHandler(a, b, c, d) {
|
|
64579
|
+
let e = a;
|
|
64580
|
+
switch (c) {
|
|
64581
|
+
case 2:
|
|
64582
|
+
e.checkedChanged = delegateRemove(e.checkedChanged, runOn(this, this.aa));
|
|
64583
|
+
this.u = null;
|
|
64584
|
+
this.x = null;
|
|
64585
|
+
break;
|
|
64586
|
+
case 18:
|
|
64587
|
+
e.selectedKeyAdded = delegateRemove(e.selectedKeyAdded, runOn(this, this.ab));
|
|
64588
|
+
this.v = null;
|
|
64589
|
+
this.y = null;
|
|
64590
|
+
break;
|
|
64591
|
+
case 19:
|
|
64592
|
+
e.selectedKeyRemoved = delegateRemove(e.selectedKeyRemoved, runOn(this, this.ac));
|
|
64593
|
+
this.w = null;
|
|
64594
|
+
this.z = null;
|
|
64595
|
+
break;
|
|
64596
|
+
}
|
|
64597
|
+
}
|
|
64598
|
+
aa(a, b) {
|
|
64599
|
+
let c = a;
|
|
64600
|
+
if (this.u != null) {
|
|
64601
|
+
this.u(this.x, ((() => {
|
|
64602
|
+
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
64603
|
+
$ret.c = b.c;
|
|
64604
|
+
$ret.b = b.b;
|
|
64605
|
+
$ret.a = b.a;
|
|
64606
|
+
return $ret;
|
|
64607
|
+
})()));
|
|
64608
|
+
}
|
|
64609
|
+
}
|
|
64610
|
+
ab(a, b) {
|
|
64611
|
+
let c = a;
|
|
64612
|
+
if (this.v != null) {
|
|
64613
|
+
this.v(this.y, ((() => {
|
|
64614
|
+
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
64615
|
+
$ret.c = b.c;
|
|
64616
|
+
$ret.b = b.b;
|
|
64617
|
+
$ret.a = b.a;
|
|
64618
|
+
return $ret;
|
|
64619
|
+
})()));
|
|
64620
|
+
}
|
|
64621
|
+
}
|
|
64622
|
+
ac(a, b) {
|
|
64623
|
+
let c = a;
|
|
64624
|
+
if (this.w != null) {
|
|
64625
|
+
this.w(this.z, ((() => {
|
|
64626
|
+
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
64627
|
+
$ret.c = b.c;
|
|
64628
|
+
$ret.b = b.b;
|
|
64629
|
+
$ret.a = b.a;
|
|
64630
|
+
return $ret;
|
|
64631
|
+
})()));
|
|
64632
|
+
}
|
|
64633
|
+
}
|
|
64634
|
+
setValue(a, b, c) {
|
|
64635
|
+
let d = a;
|
|
64636
|
+
switch (b) {
|
|
64637
|
+
case 23:
|
|
64638
|
+
d.backgroundColor = c;
|
|
64639
|
+
break;
|
|
64640
|
+
case 8:
|
|
64641
|
+
d.itemsSource = c;
|
|
64642
|
+
break;
|
|
64643
|
+
case 74:
|
|
64644
|
+
d.selectedMemberPath = c;
|
|
64645
|
+
break;
|
|
64646
|
+
case 75:
|
|
64647
|
+
d.dataMemberPath = c;
|
|
64648
|
+
break;
|
|
64649
|
+
case 76:
|
|
64650
|
+
d.showSelectAll = c;
|
|
64651
|
+
break;
|
|
64652
|
+
case 77:
|
|
64653
|
+
d.primaryKey = c;
|
|
64654
|
+
break;
|
|
64655
|
+
case 1:
|
|
64656
|
+
d.density = EnumUtil.getEnumValue(ControlDisplayDensity_$type, c);
|
|
64657
|
+
break;
|
|
64658
|
+
case 18:
|
|
64659
|
+
d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
64660
|
+
break;
|
|
64661
|
+
case 33:
|
|
64662
|
+
d.textColor = c;
|
|
64663
|
+
break;
|
|
64664
|
+
case 24:
|
|
64665
|
+
d.rowHoverBackgroundColor = c;
|
|
64666
|
+
break;
|
|
64667
|
+
case 78:
|
|
64668
|
+
d.searchIconColor = c;
|
|
64669
|
+
break;
|
|
64670
|
+
case 79:
|
|
64671
|
+
d.searchTextColor = c;
|
|
64672
|
+
break;
|
|
64673
|
+
}
|
|
64674
|
+
}
|
|
64675
|
+
getValue(a, b) {
|
|
64676
|
+
let c = a;
|
|
64677
|
+
switch (b) {
|
|
64678
|
+
case 23: return c.backgroundColor;
|
|
64679
|
+
case 8: return c.itemsSource;
|
|
64680
|
+
case 74: return c.selectedMemberPath;
|
|
64681
|
+
case 75: return c.dataMemberPath;
|
|
64682
|
+
case 76: return c.showSelectAll;
|
|
64683
|
+
case 77: return c.primaryKey;
|
|
64684
|
+
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
64685
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
64686
|
+
case 33: return c.textColor;
|
|
64687
|
+
case 24: return c.rowHoverBackgroundColor;
|
|
64688
|
+
case 78: return c.searchIconColor;
|
|
64689
|
+
case 79: return c.searchTextColor;
|
|
64690
|
+
}
|
|
64691
|
+
return null;
|
|
64692
|
+
}
|
|
64693
|
+
ae(a) {
|
|
64694
|
+
}
|
|
64695
|
+
ad(a, b) {
|
|
64696
|
+
}
|
|
64697
|
+
}
|
|
64698
|
+
CheckboxListBridge.$t = /*@__PURE__*/ markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$);
|
|
64699
|
+
return CheckboxListBridge;
|
|
64700
|
+
})();
|
|
64701
|
+
|
|
64702
|
+
/*
|
|
64703
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
64704
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
64705
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
64706
|
+
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.
|
|
64707
|
+
*/
|
|
64708
|
+
/**
|
|
64709
|
+
* @hidden
|
|
64710
|
+
*/
|
|
64711
|
+
let NativeUIGridFactory = /*@__PURE__*/ (() => {
|
|
64712
|
+
class NativeUIGridFactory extends Base {
|
|
64713
|
+
constructor() {
|
|
64714
|
+
super(...arguments);
|
|
64715
|
+
this.c = 2;
|
|
64716
|
+
}
|
|
64717
|
+
static get instance() {
|
|
64718
|
+
if (NativeUIGridFactory.a == null) {
|
|
64719
|
+
NativeUIGridFactory.a = new NativeUIGridFactory();
|
|
64720
|
+
}
|
|
64721
|
+
return NativeUIGridFactory.a;
|
|
64722
|
+
}
|
|
64723
|
+
static register() {
|
|
64724
|
+
NativeUIComponent.ar(NativeUIGridFactory.instance);
|
|
64725
|
+
}
|
|
64726
|
+
get flavor() {
|
|
64727
|
+
return this.c;
|
|
64728
|
+
}
|
|
64729
|
+
createComponent(a, b, c) {
|
|
64730
|
+
switch (b) {
|
|
64731
|
+
case 16:
|
|
64732
|
+
this.d(a, c);
|
|
64733
|
+
break;
|
|
64734
|
+
}
|
|
64735
|
+
}
|
|
64736
|
+
createComponentSync(a, b, c) {
|
|
64737
|
+
this.createComponent(a, b, c);
|
|
64738
|
+
}
|
|
64739
|
+
supportsComponent(a) {
|
|
64740
|
+
switch (a) {
|
|
64741
|
+
case 16: return true;
|
|
64742
|
+
}
|
|
64743
|
+
return false;
|
|
64744
|
+
}
|
|
64745
|
+
d(a, b) {
|
|
64746
|
+
let c = a;
|
|
64747
|
+
let d = c.createElement("div");
|
|
64748
|
+
c.getPortal(d, "CheckboxList", (e) => {
|
|
64749
|
+
let comp_ = e.componentRef;
|
|
64750
|
+
let f = (comp_.i);
|
|
64751
|
+
let g = new CheckboxListBridge(f);
|
|
64752
|
+
let h = new NativeUICheckboxList();
|
|
64753
|
+
h.an = d.getChildAt(0);
|
|
64754
|
+
h.d = g;
|
|
64755
|
+
b(h);
|
|
64756
|
+
}, false);
|
|
64757
|
+
}
|
|
64758
|
+
}
|
|
64759
|
+
NativeUIGridFactory.$t = /*@__PURE__*/ markType(NativeUIGridFactory, 'NativeUIGridFactory', Base.$, [INativeUIElementFactory_$type]);
|
|
64760
|
+
NativeUIGridFactory.a = null;
|
|
64761
|
+
return NativeUIGridFactory;
|
|
64762
|
+
})();
|
|
64763
|
+
|
|
64346
64764
|
/*
|
|
64347
64765
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
64348
64766
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -64361,6 +64779,8 @@ class IgcCheckboxListModule {
|
|
|
64361
64779
|
IgcCheckboxListComponent.register();
|
|
64362
64780
|
TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
|
|
64363
64781
|
TypeRegistrar.registerCons('IgcCheckboxListComponent', IgcCheckboxListComponent);
|
|
64782
|
+
TypeRegistrar.register('NativeUIGridFactory', NativeUIGridFactory.$type);
|
|
64783
|
+
NativeUIGridFactory.register();
|
|
64364
64784
|
TypeRegistrar.register('CheckboxList', CheckboxList.$type);
|
|
64365
64785
|
}
|
|
64366
64786
|
}
|
|
@@ -64647,7 +65067,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64647
65067
|
break;
|
|
64648
65068
|
case "FilterPlaceholderText":
|
|
64649
65069
|
if (this.d != null) {
|
|
64650
|
-
this.d.
|
|
65070
|
+
this.d.bi = this.s;
|
|
64651
65071
|
}
|
|
64652
65072
|
break;
|
|
64653
65073
|
case "BaseTheme":
|
|
@@ -64658,7 +65078,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64658
65078
|
break;
|
|
64659
65079
|
case "BackgroundColor":
|
|
64660
65080
|
if (this.d != null) {
|
|
64661
|
-
this.d.
|
|
65081
|
+
this.d.dn = this.aq;
|
|
64662
65082
|
}
|
|
64663
65083
|
this.c.i();
|
|
64664
65084
|
break;
|
|
@@ -64666,12 +65086,12 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64666
65086
|
}
|
|
64667
65087
|
ak() {
|
|
64668
65088
|
if (this.d != null) {
|
|
64669
|
-
this.d.
|
|
65089
|
+
this.d.aa = this.f;
|
|
64670
65090
|
}
|
|
64671
65091
|
}
|
|
64672
65092
|
aj() {
|
|
64673
65093
|
if (this.d != null) {
|
|
64674
|
-
this.d.
|
|
65094
|
+
this.d.ac = this.h;
|
|
64675
65095
|
}
|
|
64676
65096
|
}
|
|
64677
65097
|
am(a, b) {
|
|
@@ -64685,9 +65105,9 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64685
65105
|
}
|
|
64686
65106
|
aa() {
|
|
64687
65107
|
if (this.a != null && this.d != null) {
|
|
64688
|
-
this.d.
|
|
64689
|
-
this.d.
|
|
64690
|
-
this.d.
|
|
65108
|
+
this.d.aa = this.f;
|
|
65109
|
+
this.d.ac = this.h;
|
|
65110
|
+
this.d.dn = this.aq;
|
|
64691
65111
|
let a;
|
|
64692
65112
|
let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
64693
65113
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -64701,16 +65121,16 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64701
65121
|
b.add(a);
|
|
64702
65122
|
}
|
|
64703
65123
|
if (this.s != null) {
|
|
64704
|
-
this.d.
|
|
65124
|
+
this.d.bi = this.s;
|
|
64705
65125
|
}
|
|
64706
65126
|
this.d.itemsSource = b;
|
|
64707
65127
|
let e = "";
|
|
64708
65128
|
let f = "";
|
|
64709
65129
|
e = "columnName";
|
|
64710
65130
|
f = "isNotHidden";
|
|
64711
|
-
this.d.
|
|
64712
|
-
this.d.
|
|
64713
|
-
this.d.
|
|
65131
|
+
this.d.b3 = f;
|
|
65132
|
+
this.d.be = e;
|
|
65133
|
+
this.d.au = true;
|
|
64714
65134
|
}
|
|
64715
65135
|
}
|
|
64716
65136
|
an(a) {
|
|
@@ -64719,7 +65139,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64719
65139
|
}
|
|
64720
65140
|
}
|
|
64721
65141
|
al() {
|
|
64722
|
-
this.d.
|
|
65142
|
+
this.d.c2();
|
|
64723
65143
|
if (this.a != null) {
|
|
64724
65144
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
64725
65145
|
this.m = true;
|
|
@@ -64728,7 +65148,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64728
65148
|
}
|
|
64729
65149
|
}
|
|
64730
65150
|
ae() {
|
|
64731
|
-
this.d.
|
|
65151
|
+
this.d.cc();
|
|
64732
65152
|
if (this.a != null) {
|
|
64733
65153
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
64734
65154
|
this.m = true;
|
|
@@ -64747,11 +65167,11 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
64747
65167
|
}
|
|
64748
65168
|
ac(a, b) {
|
|
64749
65169
|
this.m = true;
|
|
64750
|
-
let c = this.d.h.actualDataSource.getItemAtIndex(b.
|
|
65170
|
+
let c = this.d.h.actualDataSource.getItemAtIndex(b.c);
|
|
64751
65171
|
let d = this.a.actualColumns.count;
|
|
64752
65172
|
for (let e = 0; e < d; e++) {
|
|
64753
65173
|
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) {
|
|
64754
|
-
this.a.actualColumns._inner[e].g7 = !b.
|
|
65174
|
+
this.a.actualColumns._inner[e].g7 = !b.b;
|
|
64755
65175
|
this.a.actualColumns._inner[e].ki("Hidden");
|
|
64756
65176
|
}
|
|
64757
65177
|
}
|
|
@@ -65783,7 +66203,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65783
66203
|
break;
|
|
65784
66204
|
case "FilterPlaceholderText":
|
|
65785
66205
|
if (this.d != null) {
|
|
65786
|
-
this.d.
|
|
66206
|
+
this.d.bi = this.s;
|
|
65787
66207
|
}
|
|
65788
66208
|
break;
|
|
65789
66209
|
case "BaseTheme":
|
|
@@ -65794,7 +66214,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65794
66214
|
break;
|
|
65795
66215
|
case "BackgroundColor":
|
|
65796
66216
|
if (this.d != null) {
|
|
65797
|
-
this.d.
|
|
66217
|
+
this.d.dn = this.an;
|
|
65798
66218
|
}
|
|
65799
66219
|
this.c.g();
|
|
65800
66220
|
break;
|
|
@@ -65802,12 +66222,12 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65802
66222
|
}
|
|
65803
66223
|
ai() {
|
|
65804
66224
|
if (this.d != null) {
|
|
65805
|
-
this.d.
|
|
66225
|
+
this.d.aa = this.f;
|
|
65806
66226
|
}
|
|
65807
66227
|
}
|
|
65808
66228
|
ah() {
|
|
65809
66229
|
if (this.d != null) {
|
|
65810
|
-
this.d.
|
|
66230
|
+
this.d.ac = this.h;
|
|
65811
66231
|
}
|
|
65812
66232
|
}
|
|
65813
66233
|
aj(a, b) {
|
|
@@ -65821,9 +66241,9 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65821
66241
|
}
|
|
65822
66242
|
aa() {
|
|
65823
66243
|
if (this.a != null && this.d != null) {
|
|
65824
|
-
this.d.
|
|
65825
|
-
this.d.
|
|
65826
|
-
this.d.
|
|
66244
|
+
this.d.aa = this.f;
|
|
66245
|
+
this.d.ac = this.h;
|
|
66246
|
+
this.d.dn = this.an;
|
|
65827
66247
|
let a;
|
|
65828
66248
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
65829
66249
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -65841,22 +66261,22 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65841
66261
|
}
|
|
65842
66262
|
b.add(a);
|
|
65843
66263
|
}
|
|
65844
|
-
this.d.
|
|
66264
|
+
this.d.au = false;
|
|
65845
66265
|
if (this.s != null) {
|
|
65846
|
-
this.d.
|
|
66266
|
+
this.d.bi = this.s;
|
|
65847
66267
|
}
|
|
65848
66268
|
this.d.itemsSource = b;
|
|
65849
66269
|
let e = "";
|
|
65850
66270
|
let f = "";
|
|
65851
66271
|
e = "columnName";
|
|
65852
66272
|
f = "isPinned";
|
|
65853
|
-
this.d.
|
|
65854
|
-
this.d.
|
|
66273
|
+
this.d.b3 = f;
|
|
66274
|
+
this.d.be = e;
|
|
65855
66275
|
}
|
|
65856
66276
|
}
|
|
65857
66277
|
ae(a, b) {
|
|
65858
66278
|
this.m = true;
|
|
65859
|
-
let c = this.d.h.actualDataSource.getItemAtIndex(b.
|
|
66279
|
+
let c = this.d.h.actualDataSource.getItemAtIndex(b.c);
|
|
65860
66280
|
let d = this.a.actualColumns.count;
|
|
65861
66281
|
for (let e = 0; e < d; e++) {
|
|
65862
66282
|
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) {
|
|
@@ -70001,7 +70421,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70001
70421
|
this.bc("TextFilterCaption", b, this.cf);
|
|
70002
70422
|
}
|
|
70003
70423
|
cu() {
|
|
70004
|
-
let a = this.bx.
|
|
70424
|
+
let a = this.bx.an();
|
|
70005
70425
|
this.bw.al(!a);
|
|
70006
70426
|
let b = this.b3();
|
|
70007
70427
|
this.bw.am(b);
|
|
@@ -70119,7 +70539,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70119
70539
|
}
|
|
70120
70540
|
}
|
|
70121
70541
|
this.bx.itemsSource = e;
|
|
70122
|
-
this.bx.
|
|
70542
|
+
this.bx.be = c;
|
|
70123
70543
|
this.bx.b = [c];
|
|
70124
70544
|
e.shouldEmitSectionHeaders = true;
|
|
70125
70545
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -70164,15 +70584,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70164
70584
|
}
|
|
70165
70585
|
}
|
|
70166
70586
|
if (e.count == 0 || !c) {
|
|
70167
|
-
this.bx.
|
|
70587
|
+
this.bx.c2();
|
|
70168
70588
|
return;
|
|
70169
70589
|
}
|
|
70170
70590
|
switch (d.value) {
|
|
70171
70591
|
case 0:
|
|
70172
|
-
this.bx.
|
|
70592
|
+
this.bx.cc();
|
|
70173
70593
|
break;
|
|
70174
70594
|
case 1:
|
|
70175
|
-
this.bx.
|
|
70595
|
+
this.bx.c2();
|
|
70176
70596
|
break;
|
|
70177
70597
|
}
|
|
70178
70598
|
let h = this.bx.g;
|
|
@@ -70213,11 +70633,11 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
70213
70633
|
}
|
|
70214
70634
|
cw() {
|
|
70215
70635
|
if (null != this.bx) {
|
|
70216
|
-
this.bx.
|
|
70217
|
-
this.bx.
|
|
70218
|
-
this.bx.
|
|
70219
|
-
this.bx.
|
|
70220
|
-
this.bx.
|
|
70636
|
+
this.bx.ac = this.b0;
|
|
70637
|
+
this.bx.bi = this.cc;
|
|
70638
|
+
this.bx.dn = this.bo;
|
|
70639
|
+
this.bx.d5 = this.br;
|
|
70640
|
+
this.bx.aa = this.i;
|
|
70221
70641
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
70222
70642
|
}
|
|
70223
70643
|
}
|
|
@@ -70518,8 +70938,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
|
|
|
70518
70938
|
this.e();
|
|
70519
70939
|
}
|
|
70520
70940
|
e() {
|
|
70521
|
-
if (this.model.f.
|
|
70522
|
-
let a = this.model.r.count * this.model.f.
|
|
70941
|
+
if (this.model.f.ax > -1) {
|
|
70942
|
+
let a = this.model.r.count * this.model.f.ax;
|
|
70523
70943
|
a += 4;
|
|
70524
70944
|
this.d.setStyleProperty("height", a + "px");
|
|
70525
70945
|
}
|
|
@@ -70751,30 +71171,30 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70751
71171
|
this.a6();
|
|
70752
71172
|
}
|
|
70753
71173
|
az(a, b) {
|
|
70754
|
-
let c = this.q._inner[b.
|
|
70755
|
-
c.isSelected = b.
|
|
71174
|
+
let c = this.q._inner[b.c];
|
|
71175
|
+
c.isSelected = b.b;
|
|
70756
71176
|
if (this.summaryChanged != null) {
|
|
70757
71177
|
this.summaryChanged(this, ((() => {
|
|
70758
71178
|
let $ret = new SummaryChangedEventArgs();
|
|
70759
71179
|
$ret.b = c.iD;
|
|
70760
|
-
$ret.a = b.
|
|
71180
|
+
$ret.a = b.b;
|
|
70761
71181
|
return $ret;
|
|
70762
71182
|
})()));
|
|
70763
71183
|
}
|
|
70764
71184
|
}
|
|
70765
71185
|
a6() {
|
|
70766
71186
|
if (this.e != null) {
|
|
70767
|
-
this.e.
|
|
70768
|
-
this.e.
|
|
70769
|
-
this.e.
|
|
70770
|
-
this.e.
|
|
71187
|
+
this.e.ac = this.m;
|
|
71188
|
+
this.e.d5 = this.ba;
|
|
71189
|
+
this.e.aa = this.i;
|
|
71190
|
+
this.e.dn = this.a9;
|
|
71191
|
+
this.e.au = false;
|
|
70771
71192
|
this.e.as = false;
|
|
70772
|
-
this.e.
|
|
70773
|
-
this.e.an = false;
|
|
71193
|
+
this.e.ap = false;
|
|
70774
71194
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
70775
71195
|
this.e.itemsSource = this.q;
|
|
70776
|
-
this.e.
|
|
70777
|
-
this.e.
|
|
71196
|
+
this.e.be = "label";
|
|
71197
|
+
this.e.b3 = "isSelected";
|
|
70778
71198
|
this.e.b = ["label"];
|
|
70779
71199
|
}
|
|
70780
71200
|
}
|
|
@@ -70824,7 +71244,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70824
71244
|
if (d.iD == a) {
|
|
70825
71245
|
d.isSelected = b;
|
|
70826
71246
|
if (this.e != null) {
|
|
70827
|
-
this.e.
|
|
71247
|
+
this.e.ck(c, d, d);
|
|
70828
71248
|
}
|
|
70829
71249
|
break;
|
|
70830
71250
|
}
|
|
@@ -70836,7 +71256,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70836
71256
|
c.label = b;
|
|
70837
71257
|
this.q.add(c);
|
|
70838
71258
|
if (this.e != null) {
|
|
70839
|
-
this.e.
|
|
71259
|
+
this.e.ci(this.q.count - 1, c);
|
|
70840
71260
|
}
|
|
70841
71261
|
this.c.onItemInserted();
|
|
70842
71262
|
}
|
|
@@ -70846,7 +71266,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70846
71266
|
if (c.iD == a) {
|
|
70847
71267
|
this.q.removeAt(b);
|
|
70848
71268
|
if (this.e != null) {
|
|
70849
|
-
this.e.
|
|
71269
|
+
this.e.cj(b, c);
|
|
70850
71270
|
}
|
|
70851
71271
|
break;
|
|
70852
71272
|
}
|
|
@@ -70859,7 +71279,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70859
71279
|
if (d.iD == a) {
|
|
70860
71280
|
d.label = b;
|
|
70861
71281
|
if (this.e != null) {
|
|
70862
|
-
this.e.
|
|
71282
|
+
this.e.ck(c, d, d);
|
|
70863
71283
|
}
|
|
70864
71284
|
break;
|
|
70865
71285
|
}
|
|
@@ -80023,6 +80443,28 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
80023
80443
|
*/
|
|
80024
80444
|
let ComboEditorView_ComboExternal_$type = /*@__PURE__*/ new Type(null, 'ComboEditorView_ComboExternal');
|
|
80025
80445
|
|
|
80446
|
+
/*
|
|
80447
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
80448
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
80449
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
80450
|
+
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.
|
|
80451
|
+
*/
|
|
80452
|
+
/**
|
|
80453
|
+
* @hidden
|
|
80454
|
+
*/
|
|
80455
|
+
let CheckboxListExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListExternal');
|
|
80456
|
+
|
|
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
|
+
|
|
80026
80468
|
/*
|
|
80027
80469
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
80028
80470
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -86270,4 +86712,4 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
86270
86712
|
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.
|
|
86271
86713
|
*/
|
|
86272
86714
|
|
|
86273
|
-
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 };
|
|
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 };
|