igniteui-webcomponents-grids 5.2.0 → 5.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32901 -31637
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- 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/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { __extends, __values, __generator } from 'tslib';
|
|
9
|
-
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Delegate_$type, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeGetValue, typeCast, Date_$type, FilterExpressionParsingHelper, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, HashSet$1, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, DataSourceRootSummariesChangedEventArgs, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, Guid, PropertyUpdatedEventArgs, FilterExpressionEnvironment, PlatformAPIHelper, BrushCollectionUtil, FastIterationDictionary$2, IToolbarTarget_$type, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, SvgIconRegistry, ToolActionIconMenuInfo, ToolActionGroupHeaderInfo, ToolContextBindingInfo, ToolActionInfo, ToolActionIconButtonInfo, ToolActionButtonPairInfo, ToolActionLabelInfo, ToolActionCheckboxInfo, ToolActionCheckboxListInfo, ToolActionSubPanelInfo, ToolActionButtonInfo, nullableEquals, StringComparer, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, enumToString, fromBrushCollection, toBrushCollection, brushCollectionToString, initializePropertiesFromCss, IgcHTMLElement, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, IgcPropertyUpdatedEventArgs, IgcProvideCalculatorEventArgs, SyncableObservableCollection$1, NativeUICheckboxListKeysClearedEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexType_$type, BaseControlTheme_$type, INativeUICheckboxListBridge_$type, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, TestRandomness, DefaultRandomnessSource, 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, PortalManager, WebComponentRenderer, Scroller, WebComponentWrapper, fromRect, IgcDataSourceRootSummariesChangedEventArgs, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, Size,
|
|
9
|
+
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Delegate_$type, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeGetValue, typeCast, Date_$type, FilterExpressionParsingHelper, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, HashSet$1, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, DataSourceRootSummariesChangedEventArgs, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, Guid, PropertyUpdatedEventArgs, FilterExpressionEnvironment, PlatformAPIHelper, BrushCollectionUtil, FastIterationDictionary$2, IToolbarTarget_$type, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, SvgIconRegistry, ToolActionIconMenuInfo, ToolActionGroupHeaderInfo, ToolContextBindingInfo, ToolActionInfo, ToolActionIconButtonInfo, ToolActionButtonPairInfo, ToolActionLabelInfo, ToolActionCheckboxInfo, ToolActionCheckboxListInfo, ToolActionSubPanelInfo, ToolActionButtonInfo, nullableEquals, StringComparer, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, enumToString, fromBrushCollection, toBrushCollection, brushCollectionToString, initializePropertiesFromCss, IgcHTMLElement, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, IgcPropertyUpdatedEventArgs, IgcProvideCalculatorEventArgs, SyncableObservableCollection$1, NativeUICheckboxListKeysClearedEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexType_$type, BaseControlTheme_$type, INativeUICheckboxListBridge_$type, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, TestRandomness, DefaultRandomnessSource, 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, PortalManager, WebComponentRenderer, Scroller, WebComponentWrapper, fromRect, IgcDataSourceRootSummariesChangedEventArgs, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, isPositiveInfinity, Size, ComponentSizeHelpers, toSize, fromSize, IgcTemplateContentModule, SizeData, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit } from 'igniteui-webcomponents-core';
|
|
10
10
|
import { XButton, XIcon, XComponentBridge, NativeUIXInputsFactory, XInputGroup, XInput, XDatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
|
|
11
11
|
import { ToolActionCollection, LayoutSelectedKeysCollection, LayoutPrimaryKeyValue, ToolActionCheckboxListIndexType_$type, NativeUILayoutFactory, IgcToolbarModule, PropertyEditorPropertyDescription, PropertyEditorPropertyDescriptionCollection, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
|
|
12
12
|
|
|
@@ -21344,7 +21344,10 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21344
21344
|
return true;
|
|
21345
21345
|
};
|
|
21346
21346
|
DataGrid.prototype.kl = function (a, b) {
|
|
21347
|
-
if (this.
|
|
21347
|
+
if (this.cj.j) {
|
|
21348
|
+
return true;
|
|
21349
|
+
}
|
|
21350
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
21348
21351
|
return false;
|
|
21349
21352
|
}
|
|
21350
21353
|
var c = this.ad.s();
|
|
@@ -21517,6 +21520,9 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21517
21520
|
};
|
|
21518
21521
|
DataGrid.prototype.kp = function (a, b) {
|
|
21519
21522
|
if (this.cj.j) {
|
|
21523
|
+
return true;
|
|
21524
|
+
}
|
|
21525
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
21520
21526
|
return false;
|
|
21521
21527
|
}
|
|
21522
21528
|
var c = this.ad.s();
|
|
@@ -52845,7 +52851,7 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52845
52851
|
return _this;
|
|
52846
52852
|
}
|
|
52847
52853
|
CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
|
|
52848
|
-
return this.t.
|
|
52854
|
+
return this.t.getDesiredSize(b);
|
|
52849
52855
|
};
|
|
52850
52856
|
CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
|
|
52851
52857
|
var e = a;
|
|
@@ -52965,16 +52971,16 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52965
52971
|
case 8:
|
|
52966
52972
|
d.itemsSource = c;
|
|
52967
52973
|
break;
|
|
52968
|
-
case
|
|
52974
|
+
case 75:
|
|
52969
52975
|
d.selectedMemberPath = c;
|
|
52970
52976
|
break;
|
|
52971
|
-
case
|
|
52977
|
+
case 76:
|
|
52972
52978
|
d.dataMemberPath = c;
|
|
52973
52979
|
break;
|
|
52974
|
-
case
|
|
52980
|
+
case 77:
|
|
52975
52981
|
d.showSelectAll = c;
|
|
52976
52982
|
break;
|
|
52977
|
-
case
|
|
52983
|
+
case 78:
|
|
52978
52984
|
d.primaryKey = c;
|
|
52979
52985
|
break;
|
|
52980
52986
|
case 1:
|
|
@@ -52989,13 +52995,13 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52989
52995
|
case 24:
|
|
52990
52996
|
d.rowHoverBackgroundColor = c;
|
|
52991
52997
|
break;
|
|
52992
|
-
case
|
|
52998
|
+
case 79:
|
|
52993
52999
|
d.searchIconColor = c;
|
|
52994
53000
|
break;
|
|
52995
|
-
case
|
|
53001
|
+
case 80:
|
|
52996
53002
|
d.searchTextColor = c;
|
|
52997
53003
|
break;
|
|
52998
|
-
case
|
|
53004
|
+
case 97:
|
|
52999
53005
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
53000
53006
|
break;
|
|
53001
53007
|
}
|
|
@@ -53005,17 +53011,17 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53005
53011
|
switch (b) {
|
|
53006
53012
|
case 23: return c.backgroundColor;
|
|
53007
53013
|
case 8: return c.itemsSource;
|
|
53008
|
-
case
|
|
53009
|
-
case
|
|
53010
|
-
case
|
|
53011
|
-
case
|
|
53014
|
+
case 75: return c.selectedMemberPath;
|
|
53015
|
+
case 76: return c.dataMemberPath;
|
|
53016
|
+
case 77: return c.showSelectAll;
|
|
53017
|
+
case 78: return c.primaryKey;
|
|
53012
53018
|
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
53013
53019
|
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
53014
53020
|
case 33: return c.textColor;
|
|
53015
53021
|
case 24: return c.rowHoverBackgroundColor;
|
|
53016
|
-
case
|
|
53017
|
-
case
|
|
53018
|
-
case
|
|
53022
|
+
case 79: return c.searchIconColor;
|
|
53023
|
+
case 80: return c.searchTextColor;
|
|
53024
|
+
case 97: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
53019
53025
|
}
|
|
53020
53026
|
return null;
|
|
53021
53027
|
};
|
|
@@ -62679,7 +62685,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
62679
62685
|
FilterCell.prototype.d7 = function (a) {
|
|
62680
62686
|
if (this.cz != null) {
|
|
62681
62687
|
this.cz.disabled = !a;
|
|
62682
|
-
this.cz.
|
|
62688
|
+
this.cz.an = a ? 1 : 0.3;
|
|
62683
62689
|
}
|
|
62684
62690
|
};
|
|
62685
62691
|
FilterCell.prototype.dl = function (a) {
|
|
@@ -70410,7 +70416,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70410
70416
|
}
|
|
70411
70417
|
var j = this.b.j;
|
|
70412
70418
|
for (var k = 0; k < j.count; k++) {
|
|
70413
|
-
var l = this.q._inner[k].
|
|
70419
|
+
var l = this.q._inner[k].ay();
|
|
70414
70420
|
var m = this.b.b(j._inner[k]);
|
|
70415
70421
|
l.i = m[0] - d;
|
|
70416
70422
|
l.g = m[1] - e;
|
|
@@ -77234,7 +77240,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77234
77240
|
this.c = new XIcon();
|
|
77235
77241
|
this.c.provideContainer(j);
|
|
77236
77242
|
this.c.fill = this.b.searchIconColor;
|
|
77237
|
-
this.c.svgPath = CheckboxList.
|
|
77243
|
+
this.c.svgPath = CheckboxList.b0;
|
|
77238
77244
|
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
77239
77245
|
g.appendContentChild(i);
|
|
77240
77246
|
this.b.v.appendContentChild(e);
|
|
@@ -77246,27 +77252,25 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77246
77252
|
this.b.t.provideContainer(m);
|
|
77247
77253
|
this.b.t.b8 = "text";
|
|
77248
77254
|
var n = m.getExternal(this.b.t, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
77249
|
-
if (this.b.
|
|
77250
|
-
this.b.t.cg = this.b.
|
|
77255
|
+
if (this.b.bm != null) {
|
|
77256
|
+
this.b.t.cg = this.b.bm;
|
|
77251
77257
|
}
|
|
77252
77258
|
this.b.v.appendContentChild(l);
|
|
77253
77259
|
this.b.v.inputs.add(this.b.t);
|
|
77254
|
-
this.b.
|
|
77260
|
+
this.b.cx();
|
|
77255
77261
|
};
|
|
77256
77262
|
CheckboxListView.prototype.s = function () {
|
|
77257
77263
|
if (this.f != null) {
|
|
77258
77264
|
var a = this.f.rootWrapper.getChildAt(3);
|
|
77259
77265
|
a.setStyleProperty("width", "100%");
|
|
77260
77266
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
77261
|
-
if (this.b.showSelectAll == false) {
|
|
77262
|
-
a.setStyleProperty("height", "calc(100% - 50px");
|
|
77263
|
-
}
|
|
77264
|
-
else {
|
|
77265
|
-
a.setStyleProperty("height", "calc(100% - 75px");
|
|
77266
|
-
}
|
|
77267
77267
|
if (!this.b.au && !this.b.showSelectAll) {
|
|
77268
77268
|
a.setStyleProperty("height", "100%");
|
|
77269
77269
|
}
|
|
77270
|
+
else {
|
|
77271
|
+
var b = this.b.ay();
|
|
77272
|
+
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
77273
|
+
}
|
|
77270
77274
|
}
|
|
77271
77275
|
};
|
|
77272
77276
|
CheckboxListView.prototype.o = function (a, b, c) {
|
|
@@ -77326,11 +77330,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77326
77330
|
finally {
|
|
77327
77331
|
d.z = h;
|
|
77328
77332
|
}
|
|
77329
|
-
d.dk = this.b.
|
|
77330
|
-
d.dd = this.b.
|
|
77331
|
-
d.dl = this.b.
|
|
77332
|
-
d.de = this.b.
|
|
77333
|
-
d.dm = this.b.
|
|
77333
|
+
d.dk = this.b.d2;
|
|
77334
|
+
d.dd = this.b.d0;
|
|
77335
|
+
d.dl = this.b.d3;
|
|
77336
|
+
d.de = this.b.d1;
|
|
77337
|
+
d.dm = this.b.d4;
|
|
77334
77338
|
}
|
|
77335
77339
|
};
|
|
77336
77340
|
CheckboxListView.prototype.z = function () {
|
|
@@ -77369,21 +77373,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77369
77373
|
var e = c.checked;
|
|
77370
77374
|
if (e == true) {
|
|
77371
77375
|
if (this.b.indexType == 0) {
|
|
77372
|
-
this.b.
|
|
77376
|
+
this.b.da(d);
|
|
77373
77377
|
}
|
|
77374
77378
|
else {
|
|
77375
|
-
this.b.
|
|
77379
|
+
this.b.cc(d);
|
|
77376
77380
|
}
|
|
77377
77381
|
}
|
|
77378
77382
|
else {
|
|
77379
77383
|
if (this.b.indexType == 0) {
|
|
77380
|
-
this.b.
|
|
77384
|
+
this.b.cc(d);
|
|
77381
77385
|
}
|
|
77382
77386
|
else {
|
|
77383
|
-
this.b.
|
|
77387
|
+
this.b.da(d);
|
|
77384
77388
|
}
|
|
77385
77389
|
}
|
|
77386
|
-
this.b.
|
|
77390
|
+
this.b.cu(d, e);
|
|
77387
77391
|
this.ag(false);
|
|
77388
77392
|
};
|
|
77389
77393
|
CheckboxListView.prototype.l = function () {
|
|
@@ -77397,7 +77401,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77397
77401
|
var e = parseInt(d.a4.toString());
|
|
77398
77402
|
if (e == a) {
|
|
77399
77403
|
d.checked = b;
|
|
77400
|
-
this.b.
|
|
77404
|
+
this.b.cu(e, b);
|
|
77401
77405
|
}
|
|
77402
77406
|
}
|
|
77403
77407
|
}
|
|
@@ -77457,7 +77461,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77457
77461
|
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
77458
77462
|
this.a.n = this.b.baseTheme;
|
|
77459
77463
|
this.i = a.createElement("label");
|
|
77460
|
-
this.i.setRawText(this.b.
|
|
77464
|
+
this.i.setRawText(this.b.b4);
|
|
77461
77465
|
this.i.setStyleProperty("font-size", "13px");
|
|
77462
77466
|
this.j.setStyleProperty("display", "flex");
|
|
77463
77467
|
this.j.setStyleProperty("flex-direction", "row");
|
|
@@ -77473,8 +77477,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77473
77477
|
};
|
|
77474
77478
|
CheckboxListView.prototype.af = function () {
|
|
77475
77479
|
if (null != this.i) {
|
|
77476
|
-
this.i.setRawText(this.b.
|
|
77477
|
-
NativeUI.q(this.i, this.b.
|
|
77480
|
+
this.i.setRawText(this.b.b4);
|
|
77481
|
+
NativeUI.q(this.i, this.b.dy);
|
|
77478
77482
|
}
|
|
77479
77483
|
};
|
|
77480
77484
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -77525,12 +77529,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77525
77529
|
return;
|
|
77526
77530
|
}
|
|
77527
77531
|
if (b.isChecked) {
|
|
77528
|
-
this.b.
|
|
77529
|
-
this.b.
|
|
77532
|
+
this.b.dd();
|
|
77533
|
+
this.b.c2(b.isChecked);
|
|
77530
77534
|
}
|
|
77531
77535
|
else {
|
|
77532
|
-
this.b.
|
|
77533
|
-
this.b.
|
|
77536
|
+
this.b.ci();
|
|
77537
|
+
this.b.c2(b.isChecked);
|
|
77534
77538
|
}
|
|
77535
77539
|
};
|
|
77536
77540
|
CheckboxListView.prototype.ad = function () {
|
|
@@ -77540,7 +77544,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77540
77544
|
}
|
|
77541
77545
|
var b = a.rootWrapper;
|
|
77542
77546
|
if (null != b) {
|
|
77543
|
-
NativeUI.q(b, this.b.
|
|
77547
|
+
NativeUI.q(b, this.b.eg);
|
|
77544
77548
|
NativeUI.m(b, this.b.backgroundColor);
|
|
77545
77549
|
}
|
|
77546
77550
|
};
|
|
@@ -77549,38 +77553,6 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77549
77553
|
this.c.fill = this.b.searchIconColor;
|
|
77550
77554
|
}
|
|
77551
77555
|
};
|
|
77552
|
-
CheckboxListView.prototype.getDesiredSize = function () {
|
|
77553
|
-
var a = 248;
|
|
77554
|
-
var b = 0;
|
|
77555
|
-
if (this.b.itemsSource == null) {
|
|
77556
|
-
return new Size(1, a, b + 158);
|
|
77557
|
-
}
|
|
77558
|
-
var c = 0;
|
|
77559
|
-
if ((this.b.itemsSource.actualCount !== undefined)) {
|
|
77560
|
-
c = (this.b.itemsSource.actualCount);
|
|
77561
|
-
}
|
|
77562
|
-
else {
|
|
77563
|
-
c = (this.b.itemsSource.length);
|
|
77564
|
-
}
|
|
77565
|
-
b += 4;
|
|
77566
|
-
b += 16;
|
|
77567
|
-
b += 38;
|
|
77568
|
-
b += 8;
|
|
77569
|
-
b += 4;
|
|
77570
|
-
var d = this.b.f != null ? this.b.f.actualRowHeight : 30;
|
|
77571
|
-
var e = d * c;
|
|
77572
|
-
if (e > 90) {
|
|
77573
|
-
b += 90;
|
|
77574
|
-
b += 15;
|
|
77575
|
-
}
|
|
77576
|
-
else {
|
|
77577
|
-
b += e;
|
|
77578
|
-
}
|
|
77579
|
-
if (this.b.showSelectAll) {
|
|
77580
|
-
b += d;
|
|
77581
|
-
}
|
|
77582
|
-
return new Size(1, a, b);
|
|
77583
|
-
};
|
|
77584
77556
|
CheckboxListView.prototype.ac = function () {
|
|
77585
77557
|
if (this.b.ai != null) {
|
|
77586
77558
|
this.i.setStyleProperty("font", this.b.ai.fontString);
|
|
@@ -77591,11 +77563,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77591
77563
|
}
|
|
77592
77564
|
};
|
|
77593
77565
|
CheckboxListView.prototype.y = function () {
|
|
77594
|
-
this.a.dk = this.b.
|
|
77595
|
-
this.a.dd = this.b.
|
|
77596
|
-
this.a.dl = this.b.
|
|
77597
|
-
this.a.de = this.b.
|
|
77598
|
-
this.a.dm = this.b.
|
|
77566
|
+
this.a.dk = this.b.d2;
|
|
77567
|
+
this.a.dd = this.b.d0;
|
|
77568
|
+
this.a.dl = this.b.d3;
|
|
77569
|
+
this.a.de = this.b.d1;
|
|
77570
|
+
this.a.dm = this.b.d4;
|
|
77599
77571
|
};
|
|
77600
77572
|
CheckboxListView.prototype.aa = function (a) {
|
|
77601
77573
|
if (this.g != null) {
|
|
@@ -77632,44 +77604,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77632
77604
|
_this.selectedKeyAdded = null;
|
|
77633
77605
|
_this.selectedKeyRemoved = null;
|
|
77634
77606
|
_this.checkedChanged = null;
|
|
77635
|
-
_this.a2 = null;
|
|
77636
77607
|
_this.a4 = null;
|
|
77637
77608
|
_this.a6 = null;
|
|
77638
|
-
_this.
|
|
77609
|
+
_this.a8 = null;
|
|
77610
|
+
_this.a7 = null;
|
|
77639
77611
|
_this.w = 3;
|
|
77640
|
-
_this.
|
|
77612
|
+
_this.a0 = -1;
|
|
77641
77613
|
_this.ag = null;
|
|
77642
77614
|
_this.k = 1;
|
|
77643
77615
|
_this.ab = 1;
|
|
77644
77616
|
_this.ad = 2;
|
|
77645
|
-
_this.
|
|
77646
|
-
_this.
|
|
77617
|
+
_this.du = BrushUtil.h(255, 24, 29, 31);
|
|
77618
|
+
_this.ds = null;
|
|
77619
|
+
_this.dv = null;
|
|
77647
77620
|
_this.dt = null;
|
|
77648
|
-
_this.dr = null;
|
|
77649
77621
|
_this.ah = null;
|
|
77622
|
+
_this.dm = null;
|
|
77650
77623
|
_this.dk = null;
|
|
77651
|
-
_this.
|
|
77624
|
+
_this.dn = null;
|
|
77652
77625
|
_this.dl = null;
|
|
77653
|
-
_this.dj = null;
|
|
77654
|
-
_this.dm = null;
|
|
77655
|
-
_this.z = 0;
|
|
77656
77626
|
_this.dp = null;
|
|
77627
|
+
_this.z = 0;
|
|
77628
|
+
_this.dr = null;
|
|
77657
77629
|
_this.indexTypeChanged = null;
|
|
77658
|
-
_this.
|
|
77659
|
-
_this.
|
|
77660
|
-
_this.
|
|
77630
|
+
_this.b3 = null;
|
|
77631
|
+
_this.dw = null;
|
|
77632
|
+
_this.di = CheckboxList.d7;
|
|
77661
77633
|
_this.av = true;
|
|
77662
|
-
_this.
|
|
77663
|
-
_this.
|
|
77664
|
-
_this.
|
|
77634
|
+
_this.dj = CheckboxList.d5;
|
|
77635
|
+
_this.dq = CheckboxList.d6;
|
|
77636
|
+
_this.dx = CheckboxList.d7;
|
|
77665
77637
|
_this.keysCleared = null;
|
|
77666
77638
|
_this.selectAllCheckboxChanged = null;
|
|
77667
|
-
_this.
|
|
77639
|
+
_this.a2 = -1;
|
|
77668
77640
|
_this.at = true;
|
|
77669
77641
|
_this.aq = true;
|
|
77670
77642
|
var a = _this.g;
|
|
77671
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
77672
|
-
_this.g.am(runOn(_this, _this.
|
|
77643
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.c5));
|
|
77644
|
+
_this.g.am(runOn(_this, _this.c4));
|
|
77673
77645
|
_this.d = new FilterFactory();
|
|
77674
77646
|
var b = new CheckboxListView();
|
|
77675
77647
|
b.b = _this;
|
|
@@ -77743,7 +77715,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77743
77715
|
var b = this.a;
|
|
77744
77716
|
this.a = a;
|
|
77745
77717
|
if (b != this.a) {
|
|
77746
|
-
this.
|
|
77718
|
+
this.c0("PrimaryKey", b, this.a);
|
|
77747
77719
|
}
|
|
77748
77720
|
},
|
|
77749
77721
|
enumerable: false,
|
|
@@ -77764,44 +77736,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77764
77736
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
77765
77737
|
this.keys.removeAt(a);
|
|
77766
77738
|
};
|
|
77767
|
-
CheckboxList.prototype.
|
|
77768
|
-
this.
|
|
77739
|
+
CheckboxList.prototype.c4 = function () {
|
|
77740
|
+
this.co();
|
|
77769
77741
|
if (this.keysCleared != null) {
|
|
77770
77742
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
77771
77743
|
}
|
|
77772
77744
|
};
|
|
77773
|
-
CheckboxList.prototype.
|
|
77745
|
+
CheckboxList.prototype.c5 = function (a, b) {
|
|
77774
77746
|
if (this.e == null || this.e.actualSchema == null || this.am) {
|
|
77775
77747
|
return;
|
|
77776
77748
|
}
|
|
77777
77749
|
switch (b.action) {
|
|
77778
77750
|
case 0:
|
|
77779
77751
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
77780
|
-
this.
|
|
77752
|
+
this.cy(b.newItems.item(c));
|
|
77781
77753
|
}
|
|
77782
77754
|
break;
|
|
77783
77755
|
case 1:
|
|
77784
77756
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
77785
|
-
this.
|
|
77757
|
+
this.cz(b.oldItems.item(d));
|
|
77786
77758
|
}
|
|
77787
77759
|
break;
|
|
77788
77760
|
case 2:
|
|
77789
77761
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
77790
|
-
this.
|
|
77762
|
+
this.cz(b.oldItems.item(e));
|
|
77791
77763
|
}
|
|
77792
77764
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
77793
|
-
this.
|
|
77765
|
+
this.cy(b.newItems.item(f));
|
|
77794
77766
|
}
|
|
77795
77767
|
break;
|
|
77796
77768
|
case 4:
|
|
77797
77769
|
this.view.u(this.indexType == 0);
|
|
77798
77770
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
77799
|
-
this.
|
|
77771
|
+
this.cy(this.keys.ae._inner[g]);
|
|
77800
77772
|
}
|
|
77801
77773
|
break;
|
|
77802
77774
|
}
|
|
77803
77775
|
};
|
|
77804
|
-
CheckboxList.prototype.
|
|
77776
|
+
CheckboxList.prototype.cy = function (a) {
|
|
77805
77777
|
var _this = this;
|
|
77806
77778
|
var b = this.e.indexOfKey(a.value);
|
|
77807
77779
|
if (b >= 0) {
|
|
@@ -77818,7 +77790,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77818
77790
|
return $ret;
|
|
77819
77791
|
})()));
|
|
77820
77792
|
};
|
|
77821
|
-
CheckboxList.prototype.
|
|
77793
|
+
CheckboxList.prototype.cz = function (a) {
|
|
77822
77794
|
var _this = this;
|
|
77823
77795
|
var b = this.e.indexOfKey(a.value);
|
|
77824
77796
|
if (b >= 0) {
|
|
@@ -77835,7 +77807,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77835
77807
|
return $ret;
|
|
77836
77808
|
})()));
|
|
77837
77809
|
};
|
|
77838
|
-
CheckboxList.prototype.
|
|
77810
|
+
CheckboxList.prototype.cu = function (a, b) {
|
|
77839
77811
|
if (this.checkedChanged != null && this.an == false) {
|
|
77840
77812
|
var c_1 = null;
|
|
77841
77813
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -77859,22 +77831,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77859
77831
|
CheckboxList.prototype.destroy = function () {
|
|
77860
77832
|
if (this.f != null) {
|
|
77861
77833
|
var a = this.f;
|
|
77862
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
77834
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ck));
|
|
77863
77835
|
var b = this.f;
|
|
77864
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
77836
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cl));
|
|
77865
77837
|
if (this.f.actualDataSource != null) {
|
|
77866
77838
|
var c = this.f.actualDataSource;
|
|
77867
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
77839
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.c1));
|
|
77868
77840
|
}
|
|
77869
77841
|
}
|
|
77870
77842
|
if (this.s != null) {
|
|
77871
77843
|
var d = this.s;
|
|
77872
|
-
d.change = delegateRemove(d.change, runOn(this, this.
|
|
77844
|
+
d.change = delegateRemove(d.change, runOn(this, this.cm));
|
|
77873
77845
|
}
|
|
77874
77846
|
this.provideContainer(null, null, null);
|
|
77875
77847
|
if (this.j != null) {
|
|
77876
77848
|
var e = this.j;
|
|
77877
|
-
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.
|
|
77849
|
+
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cg));
|
|
77878
77850
|
}
|
|
77879
77851
|
};
|
|
77880
77852
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
@@ -77882,8 +77854,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77882
77854
|
if (null != this.f) {
|
|
77883
77855
|
this.f.scrollbarStyle = 1;
|
|
77884
77856
|
var d = this.f;
|
|
77885
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
77886
|
-
this.f.scrollbarBackground = this.
|
|
77857
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cl));
|
|
77858
|
+
this.f.scrollbarBackground = this.d9;
|
|
77887
77859
|
this.f.headerHeight = 0;
|
|
77888
77860
|
this.f.rowSeparatorHeight = 0;
|
|
77889
77861
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -77891,27 +77863,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77891
77863
|
this.f.activationMode = 0;
|
|
77892
77864
|
this.f.editMode = 0;
|
|
77893
77865
|
var e = this.f;
|
|
77894
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
77895
|
-
if (this.a2 != null) {
|
|
77896
|
-
this.f.itemsSource = this.a2;
|
|
77897
|
-
this.cd();
|
|
77898
|
-
this.c1();
|
|
77899
|
-
}
|
|
77866
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ck));
|
|
77900
77867
|
if (this.a4 != null) {
|
|
77901
|
-
this.
|
|
77902
|
-
this.
|
|
77868
|
+
this.f.itemsSource = this.a4;
|
|
77869
|
+
this.cf();
|
|
77870
|
+
this.c3();
|
|
77871
|
+
}
|
|
77872
|
+
if (this.a6 != null) {
|
|
77873
|
+
this.c3();
|
|
77874
|
+
this.dg();
|
|
77903
77875
|
}
|
|
77904
77876
|
}
|
|
77905
77877
|
this.view.q(c);
|
|
77906
77878
|
this.view.m(a);
|
|
77907
77879
|
};
|
|
77908
|
-
CheckboxList.prototype.
|
|
77880
|
+
CheckboxList.prototype.cl = function (a, b) {
|
|
77909
77881
|
this.f.scrollbarStyle = this.aa;
|
|
77910
77882
|
};
|
|
77911
77883
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
77912
77884
|
this.view.q(a);
|
|
77913
77885
|
};
|
|
77914
|
-
CheckboxList.prototype.
|
|
77886
|
+
CheckboxList.prototype.ck = function (a, b) {
|
|
77915
77887
|
if (b.cellInfo.l.a5 == 0) {
|
|
77916
77888
|
return;
|
|
77917
77889
|
}
|
|
@@ -77934,7 +77906,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77934
77906
|
this.keys.add(e);
|
|
77935
77907
|
}
|
|
77936
77908
|
};
|
|
77937
|
-
CheckboxList.prototype.
|
|
77909
|
+
CheckboxList.prototype.cg = function (a, b) {
|
|
77938
77910
|
var c = b.cellInfo.l.x;
|
|
77939
77911
|
if (-1 == c) {
|
|
77940
77912
|
return;
|
|
@@ -77948,9 +77920,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77948
77920
|
}
|
|
77949
77921
|
this.view.o(b.content.element, c, d);
|
|
77950
77922
|
};
|
|
77951
|
-
CheckboxList.prototype.
|
|
77952
|
-
if (this.
|
|
77953
|
-
var b = this.d.property(this.
|
|
77923
|
+
CheckboxList.prototype.cv = function (a) {
|
|
77924
|
+
if (this.a6 != null) {
|
|
77925
|
+
var b = this.d.property(this.a6).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
77954
77926
|
var c = b.contains(a);
|
|
77955
77927
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
77956
77928
|
this.c = c;
|
|
@@ -77964,13 +77936,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77964
77936
|
};
|
|
77965
77937
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
77966
77938
|
get: function () {
|
|
77967
|
-
return this.
|
|
77939
|
+
return this.a4;
|
|
77968
77940
|
},
|
|
77969
77941
|
set: function (a) {
|
|
77970
|
-
var b = this.
|
|
77971
|
-
this.
|
|
77972
|
-
if (b != this.
|
|
77973
|
-
this.
|
|
77942
|
+
var b = this.a4;
|
|
77943
|
+
this.a4 = a;
|
|
77944
|
+
if (b != this.a4) {
|
|
77945
|
+
this.c0("ItemsSource", b, this.a4);
|
|
77974
77946
|
}
|
|
77975
77947
|
},
|
|
77976
77948
|
enumerable: false,
|
|
@@ -77978,13 +77950,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77978
77950
|
});
|
|
77979
77951
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
77980
77952
|
get: function () {
|
|
77981
|
-
return this.
|
|
77953
|
+
return this.a6;
|
|
77982
77954
|
},
|
|
77983
77955
|
set: function (a) {
|
|
77984
|
-
var b = this.
|
|
77985
|
-
this.
|
|
77986
|
-
if (b != this.
|
|
77987
|
-
this.
|
|
77956
|
+
var b = this.a6;
|
|
77957
|
+
this.a6 = a;
|
|
77958
|
+
if (b != this.a6) {
|
|
77959
|
+
this.c0("DataMemberPath", b, this.a6);
|
|
77988
77960
|
}
|
|
77989
77961
|
},
|
|
77990
77962
|
enumerable: false,
|
|
@@ -77992,27 +77964,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77992
77964
|
});
|
|
77993
77965
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
77994
77966
|
get: function () {
|
|
77995
|
-
return this.
|
|
77967
|
+
return this.a8;
|
|
77996
77968
|
},
|
|
77997
77969
|
set: function (a) {
|
|
77998
|
-
var b = this.
|
|
77999
|
-
this.
|
|
78000
|
-
if (b != this.
|
|
78001
|
-
this.
|
|
77970
|
+
var b = this.a8;
|
|
77971
|
+
this.a8 = a;
|
|
77972
|
+
if (b != this.a8) {
|
|
77973
|
+
this.c0("SelectedMemberPath", b, this.a8);
|
|
78002
77974
|
}
|
|
78003
77975
|
},
|
|
78004
77976
|
enumerable: false,
|
|
78005
77977
|
configurable: true
|
|
78006
77978
|
});
|
|
78007
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
77979
|
+
Object.defineProperty(CheckboxList.prototype, "bm", {
|
|
78008
77980
|
get: function () {
|
|
78009
|
-
return this.
|
|
77981
|
+
return this.a7;
|
|
78010
77982
|
},
|
|
78011
77983
|
set: function (a) {
|
|
78012
|
-
var b = this.
|
|
78013
|
-
this.
|
|
78014
|
-
if (b != this.
|
|
78015
|
-
this.
|
|
77984
|
+
var b = this.a7;
|
|
77985
|
+
this.a7 = a;
|
|
77986
|
+
if (b != this.a7) {
|
|
77987
|
+
this.c0("FilterPlaceholderText", b, this.a7);
|
|
78016
77988
|
}
|
|
78017
77989
|
},
|
|
78018
77990
|
enumerable: false,
|
|
@@ -78026,32 +77998,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78026
77998
|
var b = this.w;
|
|
78027
77999
|
this.w = a;
|
|
78028
78000
|
if (b != this.w) {
|
|
78029
|
-
this.
|
|
78001
|
+
this.c0("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.w));
|
|
78030
78002
|
}
|
|
78031
78003
|
},
|
|
78032
78004
|
enumerable: false,
|
|
78033
78005
|
configurable: true
|
|
78034
78006
|
});
|
|
78035
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78007
|
+
Object.defineProperty(CheckboxList.prototype, "a3", {
|
|
78036
78008
|
get: function () {
|
|
78037
|
-
return this.
|
|
78009
|
+
return this.a0;
|
|
78038
78010
|
},
|
|
78039
78011
|
set: function (a) {
|
|
78040
|
-
var b = this.
|
|
78041
|
-
this.
|
|
78042
|
-
if (b != this.
|
|
78043
|
-
this.
|
|
78012
|
+
var b = this.a0;
|
|
78013
|
+
this.a0 = a;
|
|
78014
|
+
if (b != this.a0) {
|
|
78015
|
+
this.c0("RowHeight", b, this.a0);
|
|
78044
78016
|
}
|
|
78045
78017
|
},
|
|
78046
78018
|
enumerable: false,
|
|
78047
78019
|
configurable: true
|
|
78048
78020
|
});
|
|
78049
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78021
|
+
Object.defineProperty(CheckboxList.prototype, "a1", {
|
|
78050
78022
|
get: function () {
|
|
78051
78023
|
if (this.f != null) {
|
|
78052
78024
|
return this.f.actualRowHeight;
|
|
78053
78025
|
}
|
|
78054
|
-
|
|
78026
|
+
else if (this.a0 != -1) {
|
|
78027
|
+
return this.a0;
|
|
78028
|
+
}
|
|
78029
|
+
else {
|
|
78030
|
+
switch (this.density) {
|
|
78031
|
+
case 4:
|
|
78032
|
+
case 3: return GridStyleRepository.q;
|
|
78033
|
+
case 0:
|
|
78034
|
+
case 2: return GridStyleRepository.r;
|
|
78035
|
+
case 1: return GridStyleRepository.p;
|
|
78036
|
+
}
|
|
78037
|
+
return GridStyleRepository.r;
|
|
78038
|
+
}
|
|
78055
78039
|
},
|
|
78056
78040
|
enumerable: false,
|
|
78057
78041
|
configurable: true
|
|
@@ -78064,7 +78048,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78064
78048
|
var b = this.ag;
|
|
78065
78049
|
this.ag = a;
|
|
78066
78050
|
if (b != this.ag) {
|
|
78067
|
-
this.
|
|
78051
|
+
this.c0("CellTextStyle", b, this.ag);
|
|
78068
78052
|
}
|
|
78069
78053
|
},
|
|
78070
78054
|
enumerable: false,
|
|
@@ -78078,7 +78062,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78078
78062
|
var b = this.k;
|
|
78079
78063
|
this.k = a;
|
|
78080
78064
|
if (b != this.k) {
|
|
78081
|
-
this.
|
|
78065
|
+
this.c0("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
78082
78066
|
}
|
|
78083
78067
|
},
|
|
78084
78068
|
enumerable: false,
|
|
@@ -78092,7 +78076,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78092
78076
|
var b = this.ab;
|
|
78093
78077
|
this.ab = a;
|
|
78094
78078
|
if (b != this.ab) {
|
|
78095
|
-
this.
|
|
78079
|
+
this.c0("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ab));
|
|
78096
78080
|
}
|
|
78097
78081
|
},
|
|
78098
78082
|
enumerable: false,
|
|
@@ -78106,13 +78090,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78106
78090
|
var b = this.ad;
|
|
78107
78091
|
this.ad = a;
|
|
78108
78092
|
if (b != this.ad) {
|
|
78109
|
-
this.
|
|
78093
|
+
this.c0("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ad));
|
|
78110
78094
|
}
|
|
78111
78095
|
},
|
|
78112
78096
|
enumerable: false,
|
|
78113
78097
|
configurable: true
|
|
78114
78098
|
});
|
|
78115
78099
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
78100
|
+
get: function () {
|
|
78101
|
+
return this.du;
|
|
78102
|
+
},
|
|
78103
|
+
set: function (a) {
|
|
78104
|
+
var b = this.du;
|
|
78105
|
+
this.du = a;
|
|
78106
|
+
if (b != this.du) {
|
|
78107
|
+
this.c0("SearchIconColor", b, this.du);
|
|
78108
|
+
}
|
|
78109
|
+
},
|
|
78110
|
+
enumerable: false,
|
|
78111
|
+
configurable: true
|
|
78112
|
+
});
|
|
78113
|
+
Object.defineProperty(CheckboxList.prototype, "ea", {
|
|
78116
78114
|
get: function () {
|
|
78117
78115
|
return this.ds;
|
|
78118
78116
|
},
|
|
@@ -78120,27 +78118,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78120
78118
|
var b = this.ds;
|
|
78121
78119
|
this.ds = a;
|
|
78122
78120
|
if (b != this.ds) {
|
|
78123
|
-
this.
|
|
78121
|
+
this.c0("SearchBackgroundColor", b, this.ds);
|
|
78124
78122
|
}
|
|
78125
78123
|
},
|
|
78126
78124
|
enumerable: false,
|
|
78127
78125
|
configurable: true
|
|
78128
78126
|
});
|
|
78129
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78127
|
+
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
78130
78128
|
get: function () {
|
|
78131
|
-
return this.
|
|
78129
|
+
return this.dv;
|
|
78132
78130
|
},
|
|
78133
78131
|
set: function (a) {
|
|
78134
|
-
var b = this.
|
|
78135
|
-
this.
|
|
78136
|
-
if (b != this.
|
|
78137
|
-
this.
|
|
78132
|
+
var b = this.dv;
|
|
78133
|
+
this.dv = a;
|
|
78134
|
+
if (b != this.dv) {
|
|
78135
|
+
this.c0("SearchTextColor", b, this.dv);
|
|
78138
78136
|
}
|
|
78139
78137
|
},
|
|
78140
78138
|
enumerable: false,
|
|
78141
78139
|
configurable: true
|
|
78142
78140
|
});
|
|
78143
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78141
|
+
Object.defineProperty(CheckboxList.prototype, "eb", {
|
|
78144
78142
|
get: function () {
|
|
78145
78143
|
return this.dt;
|
|
78146
78144
|
},
|
|
@@ -78148,35 +78146,35 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78148
78146
|
var b = this.dt;
|
|
78149
78147
|
this.dt = a;
|
|
78150
78148
|
if (b != this.dt) {
|
|
78151
|
-
this.
|
|
78149
|
+
this.c0("SearchBorderColor", b, this.dt);
|
|
78152
78150
|
}
|
|
78153
78151
|
},
|
|
78154
78152
|
enumerable: false,
|
|
78155
78153
|
configurable: true
|
|
78156
78154
|
});
|
|
78157
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78155
|
+
Object.defineProperty(CheckboxList.prototype, "aj", {
|
|
78158
78156
|
get: function () {
|
|
78159
|
-
return this.
|
|
78157
|
+
return this.ah;
|
|
78160
78158
|
},
|
|
78161
78159
|
set: function (a) {
|
|
78162
|
-
var b = this.
|
|
78163
|
-
this.
|
|
78164
|
-
if (b != this.
|
|
78165
|
-
this.
|
|
78160
|
+
var b = this.ah;
|
|
78161
|
+
this.ah = a;
|
|
78162
|
+
if (b != this.ah) {
|
|
78163
|
+
this.c0("SearchTextStyle", b, this.ah);
|
|
78166
78164
|
}
|
|
78167
78165
|
},
|
|
78168
78166
|
enumerable: false,
|
|
78169
78167
|
configurable: true
|
|
78170
78168
|
});
|
|
78171
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78169
|
+
Object.defineProperty(CheckboxList.prototype, "d2", {
|
|
78172
78170
|
get: function () {
|
|
78173
|
-
return this.
|
|
78171
|
+
return this.dm;
|
|
78174
78172
|
},
|
|
78175
78173
|
set: function (a) {
|
|
78176
|
-
var b = this.
|
|
78177
|
-
this.
|
|
78178
|
-
if (b != this.
|
|
78179
|
-
this.
|
|
78174
|
+
var b = this.dm;
|
|
78175
|
+
this.dm = a;
|
|
78176
|
+
if (b != this.dm) {
|
|
78177
|
+
this.c0("CheckboxTickColor", b, this.dm);
|
|
78180
78178
|
}
|
|
78181
78179
|
},
|
|
78182
78180
|
enumerable: false,
|
|
@@ -78190,21 +78188,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78190
78188
|
var b = this.dk;
|
|
78191
78189
|
this.dk = a;
|
|
78192
78190
|
if (b != this.dk) {
|
|
78193
|
-
this.
|
|
78191
|
+
this.c0("CheckboxCheckedBackgroundColor", b, this.dk);
|
|
78194
78192
|
}
|
|
78195
78193
|
},
|
|
78196
78194
|
enumerable: false,
|
|
78197
78195
|
configurable: true
|
|
78198
78196
|
});
|
|
78199
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78197
|
+
Object.defineProperty(CheckboxList.prototype, "d3", {
|
|
78200
78198
|
get: function () {
|
|
78201
|
-
return this.
|
|
78199
|
+
return this.dn;
|
|
78202
78200
|
},
|
|
78203
78201
|
set: function (a) {
|
|
78204
|
-
var b = this.
|
|
78205
|
-
this.
|
|
78206
|
-
if (b != this.
|
|
78207
|
-
this.
|
|
78202
|
+
var b = this.dn;
|
|
78203
|
+
this.dn = a;
|
|
78204
|
+
if (b != this.dn) {
|
|
78205
|
+
this.c0("CheckboxUncheckedBackgroundColor", b, this.dn);
|
|
78208
78206
|
}
|
|
78209
78207
|
},
|
|
78210
78208
|
enumerable: false,
|
|
@@ -78218,35 +78216,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78218
78216
|
var b = this.dl;
|
|
78219
78217
|
this.dl = a;
|
|
78220
78218
|
if (b != this.dl) {
|
|
78221
|
-
this.
|
|
78219
|
+
this.c0("CheckboxCheckedBorderColor", b, this.dl);
|
|
78222
78220
|
}
|
|
78223
78221
|
},
|
|
78224
78222
|
enumerable: false,
|
|
78225
78223
|
configurable: true
|
|
78226
78224
|
});
|
|
78227
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78225
|
+
Object.defineProperty(CheckboxList.prototype, "d4", {
|
|
78228
78226
|
get: function () {
|
|
78229
|
-
return this.
|
|
78230
|
-
},
|
|
78231
|
-
set: function (a) {
|
|
78232
|
-
var b = this.dj;
|
|
78233
|
-
this.dj = a;
|
|
78234
|
-
if (b != this.dj) {
|
|
78235
|
-
this.cy("CheckboxCheckedBorderColor", b, this.dj);
|
|
78236
|
-
}
|
|
78237
|
-
},
|
|
78238
|
-
enumerable: false,
|
|
78239
|
-
configurable: true
|
|
78240
|
-
});
|
|
78241
|
-
Object.defineProperty(CheckboxList.prototype, "d2", {
|
|
78242
|
-
get: function () {
|
|
78243
|
-
return this.dm;
|
|
78227
|
+
return this.dp;
|
|
78244
78228
|
},
|
|
78245
78229
|
set: function (a) {
|
|
78246
|
-
var b = this.
|
|
78247
|
-
this.
|
|
78248
|
-
if (b != this.
|
|
78249
|
-
this.
|
|
78230
|
+
var b = this.dp;
|
|
78231
|
+
this.dp = a;
|
|
78232
|
+
if (b != this.dp) {
|
|
78233
|
+
this.c0("CheckboxUncheckedBorderColor", b, this.dp);
|
|
78250
78234
|
}
|
|
78251
78235
|
},
|
|
78252
78236
|
enumerable: false,
|
|
@@ -78260,42 +78244,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78260
78244
|
var b = this.z;
|
|
78261
78245
|
this.z = a;
|
|
78262
78246
|
if (b != this.z) {
|
|
78263
|
-
this.
|
|
78247
|
+
this.c0("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.z));
|
|
78264
78248
|
}
|
|
78265
78249
|
},
|
|
78266
78250
|
enumerable: false,
|
|
78267
78251
|
configurable: true
|
|
78268
78252
|
});
|
|
78269
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78253
|
+
Object.defineProperty(CheckboxList.prototype, "d9", {
|
|
78270
78254
|
get: function () {
|
|
78271
|
-
return this.
|
|
78255
|
+
return this.dr;
|
|
78272
78256
|
},
|
|
78273
78257
|
set: function (a) {
|
|
78274
|
-
var b = this.
|
|
78275
|
-
this.
|
|
78276
|
-
if (b != this.
|
|
78277
|
-
this.
|
|
78258
|
+
var b = this.dr;
|
|
78259
|
+
this.dr = a;
|
|
78260
|
+
if (b != this.dr) {
|
|
78261
|
+
this.c0("ScrollbarBackground", b, this.dr);
|
|
78278
78262
|
}
|
|
78279
78263
|
},
|
|
78280
78264
|
enumerable: false,
|
|
78281
78265
|
configurable: true
|
|
78282
78266
|
});
|
|
78283
|
-
CheckboxList.prototype.
|
|
78267
|
+
CheckboxList.prototype.c0 = function (a, b, c) {
|
|
78284
78268
|
if (this.propertyChanged != null) {
|
|
78285
78269
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
78286
78270
|
}
|
|
78287
|
-
this.
|
|
78271
|
+
this.c6(a, b, c);
|
|
78288
78272
|
};
|
|
78289
|
-
CheckboxList.prototype.
|
|
78273
|
+
CheckboxList.prototype.c6 = function (a, b, c) {
|
|
78290
78274
|
switch (a) {
|
|
78291
78275
|
case "IndexType":
|
|
78292
78276
|
this.keys.clear();
|
|
78293
|
-
this.
|
|
78277
|
+
this.co();
|
|
78294
78278
|
if (this.keysCleared != null) {
|
|
78295
78279
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78296
78280
|
}
|
|
78297
78281
|
this.view.ag();
|
|
78298
|
-
this.
|
|
78282
|
+
this.cw(b, c);
|
|
78299
78283
|
break;
|
|
78300
78284
|
case "ItemsSource":
|
|
78301
78285
|
if (this.f != null) {
|
|
@@ -78308,16 +78292,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78308
78292
|
}
|
|
78309
78293
|
if (this.f.actualDataSource != null) {
|
|
78310
78294
|
var d = this.f.actualDataSource;
|
|
78311
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
78295
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.c1));
|
|
78312
78296
|
}
|
|
78313
|
-
this.f.itemsSource = this.
|
|
78314
|
-
this.
|
|
78297
|
+
this.f.itemsSource = this.a4;
|
|
78298
|
+
this.cf();
|
|
78315
78299
|
if (this.f.actualDataSource != null) {
|
|
78316
78300
|
var e = this.f.actualDataSource;
|
|
78317
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
78301
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.c1));
|
|
78318
78302
|
}
|
|
78319
78303
|
this.an = true;
|
|
78320
|
-
this.
|
|
78304
|
+
this.c3();
|
|
78321
78305
|
this.an = false;
|
|
78322
78306
|
this.view.ag();
|
|
78323
78307
|
}
|
|
@@ -78325,9 +78309,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78325
78309
|
case "DataMemberPath":
|
|
78326
78310
|
case "SelectedMemberPath":
|
|
78327
78311
|
if (this.f != null) {
|
|
78328
|
-
if (this.
|
|
78329
|
-
this.
|
|
78330
|
-
this.
|
|
78312
|
+
if (this.a6 != null) {
|
|
78313
|
+
this.c3();
|
|
78314
|
+
this.dg();
|
|
78331
78315
|
}
|
|
78332
78316
|
}
|
|
78333
78317
|
break;
|
|
@@ -78337,7 +78321,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78337
78321
|
}
|
|
78338
78322
|
break;
|
|
78339
78323
|
case "SelectAllCaptionTextColor":
|
|
78340
|
-
this.
|
|
78324
|
+
this.dy = null != this.ee ? this.ee : CheckboxList.d7;
|
|
78341
78325
|
break;
|
|
78342
78326
|
case "SelectAllCaption":
|
|
78343
78327
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -78353,7 +78337,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78353
78337
|
break;
|
|
78354
78338
|
case "FilterPlaceholderText":
|
|
78355
78339
|
if (this.s != null) {
|
|
78356
|
-
this.s.cg = this.
|
|
78340
|
+
this.s.cg = this.bm;
|
|
78357
78341
|
}
|
|
78358
78342
|
break;
|
|
78359
78343
|
case "SearchInputType":
|
|
@@ -78363,7 +78347,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78363
78347
|
break;
|
|
78364
78348
|
case "RowHeight":
|
|
78365
78349
|
if (this.f != null) {
|
|
78366
|
-
this.f.rowHeight = this.
|
|
78350
|
+
this.f.rowHeight = this.a3;
|
|
78367
78351
|
}
|
|
78368
78352
|
break;
|
|
78369
78353
|
case "CellTextStyle":
|
|
@@ -78377,7 +78361,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78377
78361
|
case "RowHoverBackgroundColor":
|
|
78378
78362
|
var f = this.f;
|
|
78379
78363
|
if (null != f) {
|
|
78380
|
-
f.cellTextColor = this.
|
|
78364
|
+
f.cellTextColor = this.eg;
|
|
78381
78365
|
f.cellBackground = this.backgroundColor;
|
|
78382
78366
|
f.cellSelectedBackground = this.backgroundColor;
|
|
78383
78367
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
@@ -78385,10 +78369,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78385
78369
|
this.view.ad();
|
|
78386
78370
|
break;
|
|
78387
78371
|
case "BaseTheme":
|
|
78388
|
-
this.
|
|
78372
|
+
this.df();
|
|
78389
78373
|
break;
|
|
78390
78374
|
case "Density":
|
|
78391
|
-
this.
|
|
78375
|
+
this.de();
|
|
78392
78376
|
break;
|
|
78393
78377
|
case "IsRowHoverEnabled":
|
|
78394
78378
|
if (this.f != null) {
|
|
@@ -78402,17 +78386,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78402
78386
|
break;
|
|
78403
78387
|
case "ScrollbarBackground":
|
|
78404
78388
|
if (this.f != null) {
|
|
78405
|
-
this.f.scrollbarBackground = this.
|
|
78389
|
+
this.f.scrollbarBackground = this.d9;
|
|
78406
78390
|
}
|
|
78407
78391
|
break;
|
|
78408
78392
|
case "SearchIconColor":
|
|
78409
78393
|
this.view.ab();
|
|
78410
78394
|
break;
|
|
78411
78395
|
case "SearchBackgroundColor":
|
|
78412
|
-
this.v.mc = this.
|
|
78396
|
+
this.v.mc = this.ea;
|
|
78413
78397
|
break;
|
|
78414
78398
|
case "SearchBorderColor":
|
|
78415
|
-
this.v.md = this.
|
|
78399
|
+
this.v.md = this.eb;
|
|
78416
78400
|
break;
|
|
78417
78401
|
case "SearchTextColor":
|
|
78418
78402
|
if (this.t != null) {
|
|
@@ -78434,7 +78418,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78434
78418
|
break;
|
|
78435
78419
|
}
|
|
78436
78420
|
};
|
|
78437
|
-
CheckboxList.prototype.
|
|
78421
|
+
CheckboxList.prototype.cw = function (a, b) {
|
|
78438
78422
|
if (this.indexTypeChanged != null) {
|
|
78439
78423
|
this.indexTypeChanged(this, ((function () {
|
|
78440
78424
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -78444,7 +78428,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78444
78428
|
})()));
|
|
78445
78429
|
}
|
|
78446
78430
|
};
|
|
78447
|
-
CheckboxList.prototype.
|
|
78431
|
+
CheckboxList.prototype.de = function () {
|
|
78448
78432
|
if (this.f != null) {
|
|
78449
78433
|
this.f.density = this.density;
|
|
78450
78434
|
}
|
|
@@ -78453,7 +78437,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78453
78437
|
}
|
|
78454
78438
|
this.view.x();
|
|
78455
78439
|
};
|
|
78456
|
-
CheckboxList.prototype.
|
|
78440
|
+
CheckboxList.prototype.df = function () {
|
|
78457
78441
|
if (this.u != null) {
|
|
78458
78442
|
this.u.p = this.baseTheme;
|
|
78459
78443
|
}
|
|
@@ -78461,31 +78445,31 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78461
78445
|
this.t.d8 = this.searchTextColor;
|
|
78462
78446
|
}
|
|
78463
78447
|
if (this.f != null) {
|
|
78464
|
-
this.f.cellTextColor = this.
|
|
78448
|
+
this.f.cellTextColor = this.eg;
|
|
78465
78449
|
this.f.cellBackground = this.backgroundColor;
|
|
78466
78450
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
78467
78451
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
78468
78452
|
}
|
|
78469
78453
|
this.view.z();
|
|
78470
78454
|
};
|
|
78471
|
-
CheckboxList.prototype.
|
|
78455
|
+
CheckboxList.prototype.c1 = function (a, b) {
|
|
78472
78456
|
this.an = true;
|
|
78473
|
-
this.
|
|
78457
|
+
this.cf();
|
|
78474
78458
|
if (b.schema != null) {
|
|
78475
|
-
this.
|
|
78459
|
+
this.c3();
|
|
78476
78460
|
for (var c = 0; c < this.keys.count; c++) {
|
|
78477
|
-
this.
|
|
78461
|
+
this.cy(this.keys._inner[c]);
|
|
78478
78462
|
}
|
|
78479
78463
|
this.view.ag();
|
|
78480
78464
|
}
|
|
78481
78465
|
this.an = false;
|
|
78482
78466
|
};
|
|
78483
|
-
CheckboxList.prototype.
|
|
78484
|
-
if (this.af == null && this.
|
|
78485
|
-
this.af = new FastReflectionHelper(false, this.
|
|
78467
|
+
CheckboxList.prototype.c3 = function () {
|
|
78468
|
+
if (this.af == null && this.a8 != null && this.a8 != "") {
|
|
78469
|
+
this.af = new FastReflectionHelper(false, this.a8);
|
|
78486
78470
|
}
|
|
78487
|
-
if (this.
|
|
78488
|
-
this.af.propertyName = this.
|
|
78471
|
+
if (this.a4 != null && this.af != null && this.f.actualDataSource.actualSchema != null) {
|
|
78472
|
+
this.af.propertyName = this.a8;
|
|
78489
78473
|
var a = this.f.actualDataSource.actualCount;
|
|
78490
78474
|
for (var b = 0; b < a; b++) {
|
|
78491
78475
|
var c = this.f.actualDataSource.getItemAtIndex(b);
|
|
@@ -78499,11 +78483,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78499
78483
|
}
|
|
78500
78484
|
}
|
|
78501
78485
|
};
|
|
78502
|
-
CheckboxList.prototype.
|
|
78486
|
+
CheckboxList.prototype.dg = function () {
|
|
78503
78487
|
this.f.actualColumns.clear();
|
|
78504
78488
|
this.f.primaryKey = this.primaryKey;
|
|
78505
78489
|
this.f.isGroupRowSticky = false;
|
|
78506
|
-
this.f.rowHeight = this.
|
|
78490
|
+
this.f.rowHeight = this.a3;
|
|
78507
78491
|
this.f.cellBackground = this.backgroundColor;
|
|
78508
78492
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
78509
78493
|
this.f.density = this.density;
|
|
@@ -78513,10 +78497,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78513
78497
|
this.f.cellTextStyle = this.ai;
|
|
78514
78498
|
}
|
|
78515
78499
|
var a = new TemplateColumn();
|
|
78516
|
-
if (this.
|
|
78517
|
-
this.
|
|
78500
|
+
if (this.a8 == null) {
|
|
78501
|
+
this.a8 = "";
|
|
78518
78502
|
}
|
|
78519
|
-
a.lo = this.
|
|
78503
|
+
a.lo = this.a8;
|
|
78520
78504
|
a.mf = "CheckboxColumn";
|
|
78521
78505
|
var b = new ColumnWidth();
|
|
78522
78506
|
b.c = false;
|
|
@@ -78524,10 +78508,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78524
78508
|
a.width = b;
|
|
78525
78509
|
a.kk = 0;
|
|
78526
78510
|
a.kl = 0;
|
|
78527
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
78511
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cg));
|
|
78528
78512
|
this.f.columns.add(a);
|
|
78529
78513
|
this.j = a;
|
|
78530
|
-
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
78514
|
+
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.a6);
|
|
78531
78515
|
var d;
|
|
78532
78516
|
switch (c) {
|
|
78533
78517
|
case 8:
|
|
@@ -78550,7 +78534,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78550
78534
|
d = new TextColumn();
|
|
78551
78535
|
break;
|
|
78552
78536
|
}
|
|
78553
|
-
d.lo = this.
|
|
78537
|
+
d.lo = this.a6;
|
|
78554
78538
|
d.mf = "DataColumn";
|
|
78555
78539
|
d.kk = 0;
|
|
78556
78540
|
d.g = 0;
|
|
@@ -78562,14 +78546,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78562
78546
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
78563
78547
|
this.view.p(a);
|
|
78564
78548
|
};
|
|
78565
|
-
CheckboxList.prototype.
|
|
78549
|
+
CheckboxList.prototype.cx = function () {
|
|
78566
78550
|
var a = this.t;
|
|
78567
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
78568
|
-
this.
|
|
78551
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cm));
|
|
78552
|
+
this.df();
|
|
78569
78553
|
};
|
|
78570
|
-
CheckboxList.prototype.
|
|
78554
|
+
CheckboxList.prototype.cm = function (a, b) {
|
|
78571
78555
|
var c = b.value.toLowerCase();
|
|
78572
|
-
this.
|
|
78556
|
+
this.cv(c);
|
|
78573
78557
|
};
|
|
78574
78558
|
CheckboxList.prototype.i = function (a) {
|
|
78575
78559
|
if (this.primaryKey == null) {
|
|
@@ -78583,7 +78567,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78583
78567
|
}
|
|
78584
78568
|
return new PrimaryKeyValue(b, c);
|
|
78585
78569
|
};
|
|
78586
|
-
CheckboxList.prototype.
|
|
78570
|
+
CheckboxList.prototype.da = function (a) {
|
|
78587
78571
|
this.am = true;
|
|
78588
78572
|
var b = this.e.getItemAtIndex(a);
|
|
78589
78573
|
if (this.af != null) {
|
|
@@ -78593,7 +78577,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78593
78577
|
this.keys.remove(c);
|
|
78594
78578
|
this.am = false;
|
|
78595
78579
|
};
|
|
78596
|
-
CheckboxList.prototype.
|
|
78580
|
+
CheckboxList.prototype.cc = function (a) {
|
|
78597
78581
|
this.am = true;
|
|
78598
78582
|
var b = this.e.getItemAtIndex(a);
|
|
78599
78583
|
if (this.af != null) {
|
|
@@ -78603,50 +78587,50 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78603
78587
|
this.keys.add(c);
|
|
78604
78588
|
this.am = false;
|
|
78605
78589
|
};
|
|
78606
|
-
CheckboxList.prototype.
|
|
78590
|
+
CheckboxList.prototype.dd = function () {
|
|
78607
78591
|
this.indexType = 0;
|
|
78608
78592
|
this.keys.clear();
|
|
78609
|
-
this.
|
|
78593
|
+
this.co();
|
|
78610
78594
|
if (this.keysCleared != null) {
|
|
78611
78595
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78612
78596
|
}
|
|
78613
78597
|
};
|
|
78614
|
-
CheckboxList.prototype.
|
|
78598
|
+
CheckboxList.prototype.ci = function () {
|
|
78615
78599
|
this.indexType = 1;
|
|
78616
78600
|
this.keys.clear();
|
|
78617
|
-
this.
|
|
78601
|
+
this.co();
|
|
78618
78602
|
if (this.keysCleared != null) {
|
|
78619
78603
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
78620
78604
|
}
|
|
78621
78605
|
};
|
|
78622
|
-
CheckboxList.prototype.
|
|
78606
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
78623
78607
|
if (this.f != null) {
|
|
78624
78608
|
this.f.notifySetItem(a, b, c);
|
|
78625
78609
|
}
|
|
78626
78610
|
};
|
|
78627
|
-
CheckboxList.prototype.
|
|
78611
|
+
CheckboxList.prototype.cp = function () {
|
|
78628
78612
|
if (this.f != null) {
|
|
78629
78613
|
this.f.notifyClearItems();
|
|
78630
78614
|
}
|
|
78631
78615
|
};
|
|
78632
|
-
CheckboxList.prototype.
|
|
78616
|
+
CheckboxList.prototype.co = function () {
|
|
78633
78617
|
if (this.f != null) {
|
|
78634
78618
|
this.f.invalidateVisibleRows();
|
|
78635
78619
|
}
|
|
78636
78620
|
};
|
|
78637
|
-
CheckboxList.prototype.
|
|
78621
|
+
CheckboxList.prototype.cq = function (a, b) {
|
|
78638
78622
|
if (this.f != null) {
|
|
78639
78623
|
this.f.notifyInsertItem(a, b);
|
|
78640
78624
|
}
|
|
78641
78625
|
;
|
|
78642
78626
|
};
|
|
78643
|
-
CheckboxList.prototype.
|
|
78627
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
78644
78628
|
if (this.f != null) {
|
|
78645
78629
|
this.f.notifyRemoveItem(a, b);
|
|
78646
78630
|
}
|
|
78647
78631
|
;
|
|
78648
78632
|
};
|
|
78649
|
-
CheckboxList.prototype.
|
|
78633
|
+
CheckboxList.prototype.cd = function (a) {
|
|
78650
78634
|
var b = null;
|
|
78651
78635
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
78652
78636
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -78666,7 +78650,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78666
78650
|
this.keys.add(b);
|
|
78667
78651
|
}
|
|
78668
78652
|
};
|
|
78669
|
-
CheckboxList.prototype.
|
|
78653
|
+
CheckboxList.prototype.db = function (a) {
|
|
78670
78654
|
var b = null;
|
|
78671
78655
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
78672
78656
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -78686,70 +78670,82 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78686
78670
|
this.keys.remove(b);
|
|
78687
78671
|
}
|
|
78688
78672
|
};
|
|
78689
|
-
CheckboxList.prototype.getDesiredSize = function () {
|
|
78690
|
-
var
|
|
78691
|
-
var
|
|
78692
|
-
|
|
78693
|
-
|
|
78694
|
-
|
|
78695
|
-
|
|
78696
|
-
|
|
78697
|
-
|
|
78698
|
-
|
|
78699
|
-
|
|
78700
|
-
var
|
|
78701
|
-
|
|
78702
|
-
|
|
78703
|
-
if (e > 90) {
|
|
78704
|
-
b += 90;
|
|
78705
|
-
b += 15;
|
|
78673
|
+
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
78674
|
+
var b = 248;
|
|
78675
|
+
var c = 0;
|
|
78676
|
+
var d = this.ay();
|
|
78677
|
+
var e = 5;
|
|
78678
|
+
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
78679
|
+
e = this.f.actualDataSource.actualCount;
|
|
78680
|
+
}
|
|
78681
|
+
var f = this.a1 * e;
|
|
78682
|
+
var g = this.a1 * (this.showSelectAll ? 4 : 5);
|
|
78683
|
+
var h = f > g ? g : f;
|
|
78684
|
+
var i = d + h;
|
|
78685
|
+
if (isPositiveInfinity(a.height)) {
|
|
78686
|
+
c = i;
|
|
78706
78687
|
}
|
|
78707
78688
|
else {
|
|
78708
|
-
|
|
78689
|
+
if (a.height <= i) {
|
|
78690
|
+
c = i;
|
|
78691
|
+
}
|
|
78692
|
+
else {
|
|
78693
|
+
var j = a.height - i;
|
|
78694
|
+
c = d + j;
|
|
78695
|
+
}
|
|
78709
78696
|
}
|
|
78697
|
+
return new Size(1, b, c);
|
|
78698
|
+
};
|
|
78699
|
+
CheckboxList.prototype.ay = function () {
|
|
78700
|
+
var a = 0;
|
|
78701
|
+
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
78702
|
+
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
78703
|
+
a += (0.8 + 6);
|
|
78704
|
+
a += 4;
|
|
78710
78705
|
if (this.showSelectAll) {
|
|
78711
|
-
|
|
78706
|
+
a += this.a1;
|
|
78712
78707
|
}
|
|
78713
|
-
|
|
78708
|
+
a += 4;
|
|
78709
|
+
return a;
|
|
78714
78710
|
};
|
|
78715
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78711
|
+
Object.defineProperty(CheckboxList.prototype, "b4", {
|
|
78716
78712
|
get: function () {
|
|
78717
|
-
return this.
|
|
78713
|
+
return this.b3 != null ? this.b3 : !stringIsNullOrWhiteSpace(this.al.b1("Select_All")) ? this.al.b1("Select_All") : "(Select All)";
|
|
78718
78714
|
},
|
|
78719
78715
|
set: function (a) {
|
|
78720
|
-
if (a == this.
|
|
78716
|
+
if (a == this.b3) {
|
|
78721
78717
|
return;
|
|
78722
78718
|
}
|
|
78723
|
-
var b = this.
|
|
78724
|
-
this.
|
|
78725
|
-
this.
|
|
78719
|
+
var b = this.b3;
|
|
78720
|
+
this.b3 = a;
|
|
78721
|
+
this.c0("SelectAllCaption", b, this.b3);
|
|
78726
78722
|
},
|
|
78727
78723
|
enumerable: false,
|
|
78728
78724
|
configurable: true
|
|
78729
78725
|
});
|
|
78730
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78726
|
+
Object.defineProperty(CheckboxList.prototype, "ee", {
|
|
78731
78727
|
get: function () {
|
|
78732
|
-
return this.
|
|
78728
|
+
return this.dw;
|
|
78733
78729
|
},
|
|
78734
78730
|
set: function (a) {
|
|
78735
|
-
var b = this.
|
|
78736
|
-
this.
|
|
78737
|
-
if (b != this.
|
|
78738
|
-
this.
|
|
78731
|
+
var b = this.dw;
|
|
78732
|
+
this.dw = a;
|
|
78733
|
+
if (b != this.dw) {
|
|
78734
|
+
this.c0("SelectAllCaptionTextColor", b, a);
|
|
78739
78735
|
}
|
|
78740
78736
|
},
|
|
78741
78737
|
enumerable: false,
|
|
78742
78738
|
configurable: true
|
|
78743
78739
|
});
|
|
78744
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78740
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
78745
78741
|
get: function () {
|
|
78746
|
-
return this.
|
|
78742
|
+
return this.di;
|
|
78747
78743
|
},
|
|
78748
78744
|
set: function (a) {
|
|
78749
|
-
var b = this.
|
|
78750
|
-
this.
|
|
78751
|
-
if (b != this.
|
|
78752
|
-
this.
|
|
78745
|
+
var b = this.di;
|
|
78746
|
+
this.di = a;
|
|
78747
|
+
if (b != this.di) {
|
|
78748
|
+
this.c0("ActualSelectAllCaptionTextColor", b, a);
|
|
78753
78749
|
}
|
|
78754
78750
|
},
|
|
78755
78751
|
enumerable: false,
|
|
@@ -78757,14 +78753,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78757
78753
|
});
|
|
78758
78754
|
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
78759
78755
|
get: function () {
|
|
78760
|
-
if (-1 == this.
|
|
78756
|
+
if (-1 == this.a2) {
|
|
78761
78757
|
return false;
|
|
78762
78758
|
}
|
|
78763
78759
|
var a = this.keys.count;
|
|
78764
78760
|
if (0 == a) {
|
|
78765
78761
|
return false;
|
|
78766
78762
|
}
|
|
78767
|
-
if (a == this.
|
|
78763
|
+
if (a == this.a2) {
|
|
78768
78764
|
return false;
|
|
78769
78765
|
}
|
|
78770
78766
|
return true;
|
|
@@ -78782,20 +78778,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78782
78778
|
}
|
|
78783
78779
|
var b = this.av;
|
|
78784
78780
|
this.av = a;
|
|
78785
|
-
this.
|
|
78781
|
+
this.c0("showSelectAll", b, this.av);
|
|
78786
78782
|
},
|
|
78787
78783
|
enumerable: false,
|
|
78788
78784
|
configurable: true
|
|
78789
78785
|
});
|
|
78790
78786
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
78791
78787
|
get: function () {
|
|
78792
|
-
return this.
|
|
78788
|
+
return this.dj;
|
|
78793
78789
|
},
|
|
78794
78790
|
set: function (a) {
|
|
78795
|
-
var b = this.
|
|
78796
|
-
this.
|
|
78797
|
-
if (b != this.
|
|
78798
|
-
this.
|
|
78791
|
+
var b = this.dj;
|
|
78792
|
+
this.dj = a;
|
|
78793
|
+
if (b != this.dj) {
|
|
78794
|
+
this.c0("BackgroundColor", b, a);
|
|
78799
78795
|
}
|
|
78800
78796
|
},
|
|
78801
78797
|
enumerable: false,
|
|
@@ -78803,33 +78799,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78803
78799
|
});
|
|
78804
78800
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
78805
78801
|
get: function () {
|
|
78806
|
-
return this.
|
|
78802
|
+
return this.dq;
|
|
78807
78803
|
},
|
|
78808
78804
|
set: function (a) {
|
|
78809
|
-
var b = this.
|
|
78810
|
-
this.
|
|
78811
|
-
if (b != this.
|
|
78812
|
-
this.
|
|
78805
|
+
var b = this.dq;
|
|
78806
|
+
this.dq = a;
|
|
78807
|
+
if (b != this.dq) {
|
|
78808
|
+
this.c0("RowHoverBackgroundColor", b, a);
|
|
78813
78809
|
}
|
|
78814
78810
|
},
|
|
78815
78811
|
enumerable: false,
|
|
78816
78812
|
configurable: true
|
|
78817
78813
|
});
|
|
78818
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
78814
|
+
Object.defineProperty(CheckboxList.prototype, "eg", {
|
|
78819
78815
|
get: function () {
|
|
78820
|
-
return this.
|
|
78816
|
+
return this.dx;
|
|
78821
78817
|
},
|
|
78822
78818
|
set: function (a) {
|
|
78823
|
-
var b = this.
|
|
78824
|
-
this.
|
|
78825
|
-
if (b != this.
|
|
78826
|
-
this.
|
|
78819
|
+
var b = this.dx;
|
|
78820
|
+
this.dx = a;
|
|
78821
|
+
if (b != this.dx) {
|
|
78822
|
+
this.c0("TextColor", b, a);
|
|
78827
78823
|
}
|
|
78828
78824
|
},
|
|
78829
78825
|
enumerable: false,
|
|
78830
78826
|
configurable: true
|
|
78831
78827
|
});
|
|
78832
|
-
CheckboxList.prototype.
|
|
78828
|
+
CheckboxList.prototype.c2 = function (a) {
|
|
78833
78829
|
if (this.selectAllCheckboxChanged != null) {
|
|
78834
78830
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
78835
78831
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -78839,39 +78835,39 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78839
78835
|
}
|
|
78840
78836
|
};
|
|
78841
78837
|
CheckboxList.prototype.ap = function () {
|
|
78842
|
-
if (-1 == this.
|
|
78838
|
+
if (-1 == this.a2) {
|
|
78843
78839
|
return true;
|
|
78844
78840
|
}
|
|
78845
78841
|
var a = this.keys.count;
|
|
78846
78842
|
switch (this.indexType) {
|
|
78847
|
-
case 0: return this.
|
|
78843
|
+
case 0: return this.a2 == a;
|
|
78848
78844
|
case 1: return 0 == a;
|
|
78849
78845
|
default: return false;
|
|
78850
78846
|
}
|
|
78851
78847
|
};
|
|
78852
78848
|
CheckboxList.prototype.ao = function () {
|
|
78853
|
-
if (-1 == this.
|
|
78849
|
+
if (-1 == this.a2) {
|
|
78854
78850
|
return false;
|
|
78855
78851
|
}
|
|
78856
78852
|
var a = this.keys.count;
|
|
78857
78853
|
switch (this.indexType) {
|
|
78858
78854
|
case 0: return 0 == a;
|
|
78859
|
-
case 1: return this.
|
|
78855
|
+
case 1: return this.a2 == a;
|
|
78860
78856
|
default: return false;
|
|
78861
78857
|
}
|
|
78862
78858
|
};
|
|
78863
|
-
CheckboxList.prototype.
|
|
78859
|
+
CheckboxList.prototype.cf = function () {
|
|
78864
78860
|
var a = this.f.actualDataSource;
|
|
78865
78861
|
if (null != a) {
|
|
78866
78862
|
if (null == a.actualSchema) {
|
|
78867
|
-
this.
|
|
78863
|
+
this.a2 = -1;
|
|
78868
78864
|
return;
|
|
78869
78865
|
}
|
|
78870
78866
|
var b = a.actualCount;
|
|
78871
|
-
this.
|
|
78867
|
+
this.a2 = b;
|
|
78872
78868
|
}
|
|
78873
78869
|
else {
|
|
78874
|
-
this.
|
|
78870
|
+
this.a2 = -1;
|
|
78875
78871
|
}
|
|
78876
78872
|
};
|
|
78877
78873
|
Object.defineProperty(CheckboxList.prototype, "au", {
|
|
@@ -78884,7 +78880,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78884
78880
|
}
|
|
78885
78881
|
var b = this.at;
|
|
78886
78882
|
this.at = a;
|
|
78887
|
-
this.
|
|
78883
|
+
this.c0("ShowFilter", b, this.at);
|
|
78888
78884
|
},
|
|
78889
78885
|
enumerable: false,
|
|
78890
78886
|
configurable: true
|
|
@@ -78899,17 +78895,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78899
78895
|
}
|
|
78900
78896
|
var b = this.aq;
|
|
78901
78897
|
this.aq = a;
|
|
78902
|
-
this.
|
|
78898
|
+
this.c0("IsRowHoverEnabled", b, this.aq);
|
|
78903
78899
|
},
|
|
78904
78900
|
enumerable: false,
|
|
78905
78901
|
configurable: true
|
|
78906
78902
|
});
|
|
78907
78903
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
78908
|
-
CheckboxList.
|
|
78909
|
-
CheckboxList.
|
|
78910
|
-
CheckboxList.
|
|
78911
|
-
CheckboxList.
|
|
78912
|
-
CheckboxList.
|
|
78904
|
+
CheckboxList.ef = BrushUtil.h(255, 24, 29, 31);
|
|
78905
|
+
CheckboxList.b0 = "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";
|
|
78906
|
+
CheckboxList.d5 = BrushUtil.h(255, 248, 248, 248);
|
|
78907
|
+
CheckboxList.d6 = null;
|
|
78908
|
+
CheckboxList.d7 = BrushUtil.h(255, 24, 29, 31);
|
|
78913
78909
|
return CheckboxList;
|
|
78914
78910
|
}(Base));
|
|
78915
78911
|
|
|
@@ -79430,10 +79426,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79430
79426
|
* Gets or Sets the property name that contains the values.
|
|
79431
79427
|
*/
|
|
79432
79428
|
get: function () {
|
|
79433
|
-
return this.i.
|
|
79429
|
+
return this.i.bm;
|
|
79434
79430
|
},
|
|
79435
79431
|
set: function (v) {
|
|
79436
|
-
this.i.
|
|
79432
|
+
this.i.bm = v;
|
|
79437
79433
|
},
|
|
79438
79434
|
enumerable: false,
|
|
79439
79435
|
configurable: true
|
|
@@ -79457,18 +79453,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79457
79453
|
* Gets or Sets the property name that contains the values.
|
|
79458
79454
|
*/
|
|
79459
79455
|
get: function () {
|
|
79460
|
-
return this.i.
|
|
79456
|
+
return this.i.a3;
|
|
79461
79457
|
},
|
|
79462
79458
|
set: function (v) {
|
|
79463
|
-
this.i.
|
|
79464
|
-
this._a("rowHeight", this.i.
|
|
79459
|
+
this.i.a3 = +v;
|
|
79460
|
+
this._a("rowHeight", this.i.a3);
|
|
79465
79461
|
},
|
|
79466
79462
|
enumerable: false,
|
|
79467
79463
|
configurable: true
|
|
79468
79464
|
});
|
|
79469
79465
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
79470
79466
|
get: function () {
|
|
79471
|
-
return this.i.
|
|
79467
|
+
return this.i.a1;
|
|
79472
79468
|
},
|
|
79473
79469
|
enumerable: false,
|
|
79474
79470
|
configurable: true
|
|
@@ -79553,11 +79549,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79553
79549
|
* Gets or sets the search background color.
|
|
79554
79550
|
*/
|
|
79555
79551
|
get: function () {
|
|
79556
|
-
return brushToString(this.i.
|
|
79552
|
+
return brushToString(this.i.ea);
|
|
79557
79553
|
},
|
|
79558
79554
|
set: function (v) {
|
|
79559
|
-
this.i.
|
|
79560
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
79555
|
+
this.i.ea = stringToBrush(v);
|
|
79556
|
+
this._a("searchBackgroundColor", brushToString(this.i.ea));
|
|
79561
79557
|
},
|
|
79562
79558
|
enumerable: false,
|
|
79563
79559
|
configurable: true
|
|
@@ -79581,11 +79577,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79581
79577
|
* Gets or sets the search border color.
|
|
79582
79578
|
*/
|
|
79583
79579
|
get: function () {
|
|
79584
|
-
return brushToString(this.i.
|
|
79580
|
+
return brushToString(this.i.eb);
|
|
79585
79581
|
},
|
|
79586
79582
|
set: function (v) {
|
|
79587
|
-
this.i.
|
|
79588
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
79583
|
+
this.i.eb = stringToBrush(v);
|
|
79584
|
+
this._a("searchBorderColor", brushToString(this.i.eb));
|
|
79589
79585
|
},
|
|
79590
79586
|
enumerable: false,
|
|
79591
79587
|
configurable: true
|
|
@@ -79614,11 +79610,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79614
79610
|
* Gets or sets the checkbox tick color.
|
|
79615
79611
|
*/
|
|
79616
79612
|
get: function () {
|
|
79617
|
-
return brushToString(this.i.
|
|
79613
|
+
return brushToString(this.i.d2);
|
|
79618
79614
|
},
|
|
79619
79615
|
set: function (v) {
|
|
79620
|
-
this.i.
|
|
79621
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
79616
|
+
this.i.d2 = stringToBrush(v);
|
|
79617
|
+
this._a("checkboxTickColor", brushToString(this.i.d2));
|
|
79622
79618
|
},
|
|
79623
79619
|
enumerable: false,
|
|
79624
79620
|
configurable: true
|
|
@@ -79628,11 +79624,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79628
79624
|
* Gets or sets the checkbox background color when checked.
|
|
79629
79625
|
*/
|
|
79630
79626
|
get: function () {
|
|
79631
|
-
return brushToString(this.i.
|
|
79627
|
+
return brushToString(this.i.d0);
|
|
79632
79628
|
},
|
|
79633
79629
|
set: function (v) {
|
|
79634
|
-
this.i.
|
|
79635
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
79630
|
+
this.i.d0 = stringToBrush(v);
|
|
79631
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.d0));
|
|
79636
79632
|
},
|
|
79637
79633
|
enumerable: false,
|
|
79638
79634
|
configurable: true
|
|
@@ -79642,11 +79638,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79642
79638
|
* Gets or sets the checkbox background color when unchecked.
|
|
79643
79639
|
*/
|
|
79644
79640
|
get: function () {
|
|
79645
|
-
return brushToString(this.i.
|
|
79641
|
+
return brushToString(this.i.d3);
|
|
79646
79642
|
},
|
|
79647
79643
|
set: function (v) {
|
|
79648
|
-
this.i.
|
|
79649
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
79644
|
+
this.i.d3 = stringToBrush(v);
|
|
79645
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.d3));
|
|
79650
79646
|
},
|
|
79651
79647
|
enumerable: false,
|
|
79652
79648
|
configurable: true
|
|
@@ -79656,11 +79652,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79656
79652
|
* Gets or sets the checkbox border color when checked.
|
|
79657
79653
|
*/
|
|
79658
79654
|
get: function () {
|
|
79659
|
-
return brushToString(this.i.
|
|
79655
|
+
return brushToString(this.i.d1);
|
|
79660
79656
|
},
|
|
79661
79657
|
set: function (v) {
|
|
79662
|
-
this.i.
|
|
79663
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
79658
|
+
this.i.d1 = stringToBrush(v);
|
|
79659
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.d1));
|
|
79664
79660
|
},
|
|
79665
79661
|
enumerable: false,
|
|
79666
79662
|
configurable: true
|
|
@@ -79670,11 +79666,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79670
79666
|
* Gets or sets the checkbox border color when unchecked.
|
|
79671
79667
|
*/
|
|
79672
79668
|
get: function () {
|
|
79673
|
-
return brushToString(this.i.
|
|
79669
|
+
return brushToString(this.i.d4);
|
|
79674
79670
|
},
|
|
79675
79671
|
set: function (v) {
|
|
79676
|
-
this.i.
|
|
79677
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
79672
|
+
this.i.d4 = stringToBrush(v);
|
|
79673
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.d4));
|
|
79678
79674
|
},
|
|
79679
79675
|
enumerable: false,
|
|
79680
79676
|
configurable: true
|
|
@@ -79698,11 +79694,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79698
79694
|
* Gets or sets the scrollbar background color.
|
|
79699
79695
|
*/
|
|
79700
79696
|
get: function () {
|
|
79701
|
-
return brushToString(this.i.
|
|
79697
|
+
return brushToString(this.i.d9);
|
|
79702
79698
|
},
|
|
79703
79699
|
set: function (v) {
|
|
79704
|
-
this.i.
|
|
79705
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
79700
|
+
this.i.d9 = stringToBrush(v);
|
|
79701
|
+
this._a("scrollbarBackground", brushToString(this.i.d9));
|
|
79706
79702
|
},
|
|
79707
79703
|
enumerable: false,
|
|
79708
79704
|
configurable: true
|
|
@@ -79712,10 +79708,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79712
79708
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
79713
79709
|
*/
|
|
79714
79710
|
get: function () {
|
|
79715
|
-
return this.i.
|
|
79711
|
+
return this.i.b4;
|
|
79716
79712
|
},
|
|
79717
79713
|
set: function (v) {
|
|
79718
|
-
this.i.
|
|
79714
|
+
this.i.b4 = v;
|
|
79719
79715
|
},
|
|
79720
79716
|
enumerable: false,
|
|
79721
79717
|
configurable: true
|
|
@@ -79725,11 +79721,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79725
79721
|
* Gets or sets the color to use for the "Select All" label.
|
|
79726
79722
|
*/
|
|
79727
79723
|
get: function () {
|
|
79728
|
-
return brushToString(this.i.
|
|
79724
|
+
return brushToString(this.i.ee);
|
|
79729
79725
|
},
|
|
79730
79726
|
set: function (v) {
|
|
79731
|
-
this.i.
|
|
79732
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
79727
|
+
this.i.ee = stringToBrush(v);
|
|
79728
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.ee));
|
|
79733
79729
|
},
|
|
79734
79730
|
enumerable: false,
|
|
79735
79731
|
configurable: true
|
|
@@ -79739,11 +79735,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79739
79735
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
79740
79736
|
*/
|
|
79741
79737
|
get: function () {
|
|
79742
|
-
return brushToString(this.i.
|
|
79738
|
+
return brushToString(this.i.dy);
|
|
79743
79739
|
},
|
|
79744
79740
|
set: function (v) {
|
|
79745
|
-
this.i.
|
|
79746
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
79741
|
+
this.i.dy = stringToBrush(v);
|
|
79742
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dy));
|
|
79747
79743
|
},
|
|
79748
79744
|
enumerable: false,
|
|
79749
79745
|
configurable: true
|
|
@@ -79795,11 +79791,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79795
79791
|
* Gets or sets the color to use for the text of the component.
|
|
79796
79792
|
*/
|
|
79797
79793
|
get: function () {
|
|
79798
|
-
return brushToString(this.i.
|
|
79794
|
+
return brushToString(this.i.eg);
|
|
79799
79795
|
},
|
|
79800
79796
|
set: function (v) {
|
|
79801
|
-
this.i.
|
|
79802
|
-
this._a("textColor", brushToString(this.i.
|
|
79797
|
+
this.i.eg = stringToBrush(v);
|
|
79798
|
+
this._a("textColor", brushToString(this.i.eg));
|
|
79803
79799
|
},
|
|
79804
79800
|
enumerable: false,
|
|
79805
79801
|
configurable: true
|
|
@@ -79905,17 +79901,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79905
79901
|
|
|
79906
79902
|
*/
|
|
79907
79903
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
79908
|
-
this.i.
|
|
79904
|
+
this.i.dd();
|
|
79909
79905
|
};
|
|
79910
79906
|
/**
|
|
79911
79907
|
* Deselects all the items in the checkbox list.
|
|
79912
79908
|
|
|
79913
79909
|
*/
|
|
79914
79910
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
79915
|
-
this.i.
|
|
79911
|
+
this.i.ci();
|
|
79916
79912
|
};
|
|
79917
79913
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
79918
|
-
this.i.
|
|
79914
|
+
this.i.cs(index, oldItem, newItem);
|
|
79919
79915
|
};
|
|
79920
79916
|
/**
|
|
79921
79917
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -79923,22 +79919,22 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79923
79919
|
|
|
79924
79920
|
*/
|
|
79925
79921
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
79926
|
-
this.i.
|
|
79922
|
+
this.i.cp();
|
|
79927
79923
|
};
|
|
79928
79924
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
79929
|
-
this.i.
|
|
79925
|
+
this.i.cq(index, newItem);
|
|
79930
79926
|
};
|
|
79931
79927
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
79932
|
-
this.i.
|
|
79928
|
+
this.i.cr(index, oldItem);
|
|
79933
79929
|
};
|
|
79934
79930
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
79935
|
-
this.i.
|
|
79931
|
+
this.i.cd(value);
|
|
79936
79932
|
};
|
|
79937
79933
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
79938
|
-
this.i.
|
|
79934
|
+
this.i.db(value);
|
|
79939
79935
|
};
|
|
79940
|
-
IgcCheckboxListComponent.prototype.getDesiredSize = function () {
|
|
79941
|
-
var iv = this.i.getDesiredSize();
|
|
79936
|
+
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
79937
|
+
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
79942
79938
|
return fromSize(iv);
|
|
79943
79939
|
};
|
|
79944
79940
|
/**
|
|
@@ -80489,7 +80485,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80489
80485
|
break;
|
|
80490
80486
|
case "FilterPlaceholderText":
|
|
80491
80487
|
if (this.d != null) {
|
|
80492
|
-
this.d.
|
|
80488
|
+
this.d.bm = this.s;
|
|
80493
80489
|
}
|
|
80494
80490
|
break;
|
|
80495
80491
|
case "BaseTheme":
|
|
@@ -80560,7 +80556,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80560
80556
|
}
|
|
80561
80557
|
}
|
|
80562
80558
|
if (this.s != null) {
|
|
80563
|
-
this.d.
|
|
80559
|
+
this.d.bm = this.s;
|
|
80564
80560
|
}
|
|
80565
80561
|
this.d.itemsSource = b;
|
|
80566
80562
|
var e = "";
|
|
@@ -80579,7 +80575,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80579
80575
|
};
|
|
80580
80576
|
ColumnChooser.prototype.al = function () {
|
|
80581
80577
|
var e_2, _a;
|
|
80582
|
-
this.d.
|
|
80578
|
+
this.d.dd();
|
|
80583
80579
|
if (this.b != null) {
|
|
80584
80580
|
try {
|
|
80585
80581
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -80605,7 +80601,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80605
80601
|
};
|
|
80606
80602
|
ColumnChooser.prototype.ae = function () {
|
|
80607
80603
|
var e_3, _a;
|
|
80608
|
-
this.d.
|
|
80604
|
+
this.d.ci();
|
|
80609
80605
|
if (this.b != null) {
|
|
80610
80606
|
try {
|
|
80611
80607
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -81834,7 +81830,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81834
81830
|
break;
|
|
81835
81831
|
case "FilterPlaceholderText":
|
|
81836
81832
|
if (this.d != null) {
|
|
81837
|
-
this.d.
|
|
81833
|
+
this.d.bm = this.s;
|
|
81838
81834
|
}
|
|
81839
81835
|
break;
|
|
81840
81836
|
case "BaseTheme":
|
|
@@ -81911,7 +81907,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81911
81907
|
}
|
|
81912
81908
|
this.d.showSelectAll = false;
|
|
81913
81909
|
if (this.s != null) {
|
|
81914
|
-
this.d.
|
|
81910
|
+
this.d.bm = this.s;
|
|
81915
81911
|
}
|
|
81916
81912
|
this.d.itemsSource = b;
|
|
81917
81913
|
var e = "";
|
|
@@ -83303,13 +83299,13 @@ var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
83303
83299
|
}
|
|
83304
83300
|
if (m) {
|
|
83305
83301
|
u.setStyleProperty("justify-content", "space-between");
|
|
83306
|
-
h.
|
|
83302
|
+
h.g6 = "1";
|
|
83307
83303
|
o.setStyleProperty("display", "flex");
|
|
83308
83304
|
o.setStyleProperty("flex-direction", "column");
|
|
83309
83305
|
o.setStyleProperty("align-items", "stretch");
|
|
83310
|
-
h.
|
|
83311
|
-
h.
|
|
83312
|
-
h.
|
|
83306
|
+
h.f0 = "flex";
|
|
83307
|
+
h.g4 = "column";
|
|
83308
|
+
h.fb = "stretch";
|
|
83313
83309
|
}
|
|
83314
83310
|
h.appendButtonContent(u);
|
|
83315
83311
|
return {
|
|
@@ -84009,12 +84005,12 @@ var GridColumnGroupOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
84009
84005
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
84010
84006
|
if (b) {
|
|
84011
84007
|
this.o.e = 1;
|
|
84012
|
-
this.o.
|
|
84008
|
+
this.o.fb = "stretch";
|
|
84013
84009
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
84014
84010
|
}
|
|
84015
84011
|
else {
|
|
84016
84012
|
this.o.e = 4;
|
|
84017
|
-
this.o.
|
|
84013
|
+
this.o.fb = "center";
|
|
84018
84014
|
this.t.setStyleProperty("justify-content", "center");
|
|
84019
84015
|
}
|
|
84020
84016
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -86146,12 +86142,12 @@ var GridColumnHideOptionsView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86146
86142
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
86147
86143
|
if (b) {
|
|
86148
86144
|
this.o.e = 1;
|
|
86149
|
-
this.o.
|
|
86145
|
+
this.o.fb = "stretch";
|
|
86150
86146
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
86151
86147
|
}
|
|
86152
86148
|
else {
|
|
86153
86149
|
this.o.e = 4;
|
|
86154
|
-
this.o.
|
|
86150
|
+
this.o.fb = "center";
|
|
86155
86151
|
this.t.setStyleProperty("justify-content", "center");
|
|
86156
86152
|
}
|
|
86157
86153
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -86955,15 +86951,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86955
86951
|
}
|
|
86956
86952
|
}
|
|
86957
86953
|
if (e.count == 0 || !c) {
|
|
86958
|
-
this.bx.
|
|
86954
|
+
this.bx.dd();
|
|
86959
86955
|
return;
|
|
86960
86956
|
}
|
|
86961
86957
|
switch (d.value) {
|
|
86962
86958
|
case 0:
|
|
86963
|
-
this.bx.
|
|
86959
|
+
this.bx.ci();
|
|
86964
86960
|
break;
|
|
86965
86961
|
case 1:
|
|
86966
|
-
this.bx.
|
|
86962
|
+
this.bx.dd();
|
|
86967
86963
|
break;
|
|
86968
86964
|
}
|
|
86969
86965
|
var h = this.bx.keys;
|
|
@@ -87021,9 +87017,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87021
87017
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
87022
87018
|
if (null != this.bx) {
|
|
87023
87019
|
this.bx.density = this.b0;
|
|
87024
|
-
this.bx.
|
|
87020
|
+
this.bx.bm = this.cc;
|
|
87025
87021
|
this.bx.backgroundColor = this.bo;
|
|
87026
|
-
this.bx.
|
|
87022
|
+
this.bx.eg = this.br;
|
|
87027
87023
|
this.bx.baseTheme = this.i;
|
|
87028
87024
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
87029
87025
|
}
|
|
@@ -87377,8 +87373,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87377
87373
|
this.e();
|
|
87378
87374
|
};
|
|
87379
87375
|
SummaryChooserView.prototype.e = function () {
|
|
87380
|
-
if (this.model.f.
|
|
87381
|
-
var a = this.model.r.count * this.model.f.
|
|
87376
|
+
if (this.model.f.a1 > -1) {
|
|
87377
|
+
var a = this.model.r.count * this.model.f.a1;
|
|
87382
87378
|
a += 4;
|
|
87383
87379
|
this.d.setStyleProperty("height", a + "px");
|
|
87384
87380
|
}
|
|
@@ -87681,7 +87677,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87681
87677
|
SummaryChooser.prototype.a6 = function () {
|
|
87682
87678
|
if (this.e != null) {
|
|
87683
87679
|
this.e.density = this.m;
|
|
87684
|
-
this.e.
|
|
87680
|
+
this.e.eg = this.ba;
|
|
87685
87681
|
this.e.baseTheme = this.i;
|
|
87686
87682
|
this.e.backgroundColor = this.a9;
|
|
87687
87683
|
this.e.showSelectAll = false;
|
|
@@ -87740,7 +87736,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87740
87736
|
if (d.iD == a) {
|
|
87741
87737
|
d.isSelected = b;
|
|
87742
87738
|
if (this.e != null) {
|
|
87743
|
-
this.e.
|
|
87739
|
+
this.e.cs(c, d, d);
|
|
87744
87740
|
}
|
|
87745
87741
|
break;
|
|
87746
87742
|
}
|
|
@@ -87752,7 +87748,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87752
87748
|
c.label = b;
|
|
87753
87749
|
this.q.add(c);
|
|
87754
87750
|
if (this.e != null) {
|
|
87755
|
-
this.e.
|
|
87751
|
+
this.e.cq(this.q.count - 1, c);
|
|
87756
87752
|
}
|
|
87757
87753
|
this.c.onItemInserted();
|
|
87758
87754
|
};
|
|
@@ -87762,7 +87758,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87762
87758
|
if (c.iD == a) {
|
|
87763
87759
|
this.q.removeAt(b);
|
|
87764
87760
|
if (this.e != null) {
|
|
87765
|
-
this.e.
|
|
87761
|
+
this.e.cr(b, c);
|
|
87766
87762
|
}
|
|
87767
87763
|
break;
|
|
87768
87764
|
}
|
|
@@ -87775,7 +87771,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87775
87771
|
if (d.iD == a) {
|
|
87776
87772
|
d.label = b;
|
|
87777
87773
|
if (this.e != null) {
|
|
87778
|
-
this.e.
|
|
87774
|
+
this.e.cs(c, d, d);
|
|
87779
87775
|
}
|
|
87780
87776
|
break;
|
|
87781
87777
|
}
|
|
@@ -88234,9 +88230,9 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88234
88230
|
};
|
|
88235
88231
|
GridColumnSummaryOptions.prototype.cp = function () {
|
|
88236
88232
|
if (this.by != null) {
|
|
88237
|
-
this.by.
|
|
88238
|
-
this.by.
|
|
88239
|
-
this.by.
|
|
88233
|
+
this.by.ds = 0;
|
|
88234
|
+
this.by.a2 = false;
|
|
88235
|
+
this.by.rg = this.br;
|
|
88240
88236
|
this.bh(this.by);
|
|
88241
88237
|
}
|
|
88242
88238
|
};
|
|
@@ -88609,12 +88605,12 @@ var GridColumnButtonOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
88609
88605
|
f.setStyleProperty("margin-left", "1rem");
|
|
88610
88606
|
var g = this.o;
|
|
88611
88607
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
88612
|
-
this.o.
|
|
88608
|
+
this.o.g6 = "1";
|
|
88613
88609
|
var h;
|
|
88614
88610
|
var i = ((function () { var j = GridColumnOptionsUtilities.g(_this.n, b, null, c.p, c.j, Size.empty, _this.p, h, _this.u); _this.p = j.p6; h = j.p7; _this.u = j.p8; return j.ret; })());
|
|
88615
88611
|
var j = this.p;
|
|
88616
88612
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
88617
|
-
this.p.
|
|
88613
|
+
this.p.g6 = "1";
|
|
88618
88614
|
this.p.e = 2;
|
|
88619
88615
|
var k = b.createElement("div");
|
|
88620
88616
|
k.setStyleProperty("display", "flex");
|
|
@@ -105213,7 +105209,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105213
105209
|
c.r = 3;
|
|
105214
105210
|
}
|
|
105215
105211
|
var e = _this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
105216
|
-
c.
|
|
105212
|
+
c.ed = e;
|
|
105217
105213
|
var f = e.ar;
|
|
105218
105214
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
105219
105215
|
f = e.ar.toString();
|
|
@@ -105343,7 +105339,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
105343
105339
|
};
|
|
105344
105340
|
PropertyEditor.prototype.cm = function (a, b) {
|
|
105345
105341
|
var c = a;
|
|
105346
|
-
var d = c.
|
|
105342
|
+
var d = c.ed;
|
|
105347
105343
|
this.an = true;
|
|
105348
105344
|
d.a6();
|
|
105349
105345
|
this.an = false;
|