igniteui-webcomponents-grids 4.0.4 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +941 -593
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/fesm2015/igniteui-webcomponents-grids.js +873 -605
- package/fesm5/igniteui-webcomponents-grids.js +939 -591
- package/grids/combined.js +160 -90
- package/grids/index.d.ts +15 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-template-context.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +3 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +2 -0
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +9 -2
- package/grids/lib/igc-grid-component.d.ts +4 -4
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
- package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { __extends, __values, __generator } from 'tslib';
|
|
9
|
-
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
|
|
9
|
+
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
|
|
10
10
|
import { XButton, XIcon, XInputGroup, XInput, DatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
|
|
11
|
-
import {
|
|
11
|
+
import { PropertyEditorPropertyDescription, PropertyEditorPropertyDescriptionCollection, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
|
|
12
12
|
|
|
13
13
|
/*
|
|
14
14
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -48726,13 +48726,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48726
48726
|
af.s.modelUpdated(af);
|
|
48727
48727
|
if (ai && y.b) {
|
|
48728
48728
|
var aq = y.a;
|
|
48729
|
-
aq.
|
|
48729
|
+
aq.aa();
|
|
48730
48730
|
if (af.l.d != 0 && this.e.b2) {
|
|
48731
|
-
aq.
|
|
48731
|
+
aq.af(this.ax(af.l.d));
|
|
48732
48732
|
}
|
|
48733
48733
|
var ar = af.s.nativeCell;
|
|
48734
48734
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
48735
|
-
aq.
|
|
48735
|
+
aq.z();
|
|
48736
48736
|
}
|
|
48737
48737
|
af.jv();
|
|
48738
48738
|
if (m) {
|
|
@@ -48747,7 +48747,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48747
48747
|
}
|
|
48748
48748
|
this.m = false;
|
|
48749
48749
|
if (y.a != null && this.q != 1) {
|
|
48750
|
-
y.a.
|
|
48750
|
+
y.a.z();
|
|
48751
48751
|
}
|
|
48752
48752
|
this.an();
|
|
48753
48753
|
};
|
|
@@ -48928,7 +48928,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48928
48928
|
if (f) {
|
|
48929
48929
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
48930
48930
|
}
|
|
48931
|
-
a.a.
|
|
48931
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
48932
48932
|
this.a[b].setRawPosition(a.c, a.d);
|
|
48933
48933
|
}
|
|
48934
48934
|
};
|
|
@@ -49477,7 +49477,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49477
49477
|
};
|
|
49478
49478
|
Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
|
|
49479
49479
|
get: function () {
|
|
49480
|
-
return this.j.
|
|
49480
|
+
return this.j.h();
|
|
49481
49481
|
},
|
|
49482
49482
|
enumerable: true,
|
|
49483
49483
|
configurable: true
|
|
@@ -49630,7 +49630,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49630
49630
|
return;
|
|
49631
49631
|
}
|
|
49632
49632
|
if (this.bz != 1) {
|
|
49633
|
-
a.
|
|
49633
|
+
a.ae(this.bz);
|
|
49634
49634
|
}
|
|
49635
49635
|
var j = this.j;
|
|
49636
49636
|
if (!this.v) {
|
|
@@ -49646,17 +49646,17 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49646
49646
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
49647
49647
|
this.p = false;
|
|
49648
49648
|
this.br = this.i.g;
|
|
49649
|
-
j.
|
|
49649
|
+
j.ad(this.i);
|
|
49650
49650
|
}
|
|
49651
49651
|
if (f != 1) {
|
|
49652
|
-
j.
|
|
49653
|
-
j.
|
|
49652
|
+
j.aa();
|
|
49653
|
+
j.ab(f, f);
|
|
49654
49654
|
}
|
|
49655
49655
|
if (!this.v) {
|
|
49656
|
-
j.
|
|
49656
|
+
j.aa();
|
|
49657
49657
|
var k = Math.round((d - b));
|
|
49658
49658
|
var l = Math.round((e - c));
|
|
49659
|
-
j.
|
|
49659
|
+
j.ag(k, l);
|
|
49660
49660
|
}
|
|
49661
49661
|
if (g) {
|
|
49662
49662
|
this.b8(j);
|
|
@@ -49665,24 +49665,24 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49665
49665
|
this.b9(j);
|
|
49666
49666
|
}
|
|
49667
49667
|
if (!this.v) {
|
|
49668
|
-
j.
|
|
49668
|
+
j.z();
|
|
49669
49669
|
}
|
|
49670
49670
|
if (f != 1) {
|
|
49671
|
-
j.
|
|
49671
|
+
j.z();
|
|
49672
49672
|
}
|
|
49673
49673
|
}
|
|
49674
49674
|
if (!i && this.v) {
|
|
49675
49675
|
var m = Math.round((d - b) * f);
|
|
49676
49676
|
var n = Math.round((e - c) * f);
|
|
49677
49677
|
if (this.am == this.ao && this.al == this.an) {
|
|
49678
|
-
a.
|
|
49678
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
49679
49679
|
}
|
|
49680
49680
|
else {
|
|
49681
|
-
a.
|
|
49681
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
49682
49682
|
}
|
|
49683
49683
|
}
|
|
49684
49684
|
if (this.bz != 1) {
|
|
49685
|
-
a.
|
|
49685
|
+
a.ae(1);
|
|
49686
49686
|
}
|
|
49687
49687
|
};
|
|
49688
49688
|
CanvasGridCellBase.prototype.bu = function () {
|
|
@@ -49690,13 +49690,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49690
49690
|
};
|
|
49691
49691
|
CanvasGridCellBase.prototype.b8 = function (a) {
|
|
49692
49692
|
if (!this.m) {
|
|
49693
|
-
a.
|
|
49693
|
+
a.l(0, 0, this.ao, this.an);
|
|
49694
49694
|
}
|
|
49695
49695
|
this.c6.n = 0;
|
|
49696
49696
|
this.c6.o = 0;
|
|
49697
49697
|
this.c6.width = this.a5;
|
|
49698
49698
|
this.c6.height = this.as;
|
|
49699
|
-
a.
|
|
49699
|
+
a.w(this.c6);
|
|
49700
49700
|
if (this.cy != null) {
|
|
49701
49701
|
if (this.ai > 0) {
|
|
49702
49702
|
this.c2.am = 0;
|
|
@@ -49705,7 +49705,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49705
49705
|
this.c2.al = this.ai / 2;
|
|
49706
49706
|
this.c2._stroke = this.cy;
|
|
49707
49707
|
this.c2.ac = this.ai;
|
|
49708
|
-
a.
|
|
49708
|
+
a.s(this.c2);
|
|
49709
49709
|
}
|
|
49710
49710
|
if (this.aj > 0) {
|
|
49711
49711
|
this.c3.am = 0;
|
|
@@ -49714,7 +49714,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49714
49714
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49715
49715
|
this.c3._stroke = this.cy;
|
|
49716
49716
|
this.c3.ac = this.aj;
|
|
49717
|
-
a.
|
|
49717
|
+
a.s(this.c3);
|
|
49718
49718
|
}
|
|
49719
49719
|
if (this.ak > 0) {
|
|
49720
49720
|
this.c5.am = this.ak / 2;
|
|
@@ -49723,7 +49723,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49723
49723
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49724
49724
|
this.c5._stroke = this.cy;
|
|
49725
49725
|
this.c5.ac = this.ak;
|
|
49726
|
-
a.
|
|
49726
|
+
a.s(this.c5);
|
|
49727
49727
|
}
|
|
49728
49728
|
if (this.ah > 0) {
|
|
49729
49729
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -49732,7 +49732,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49732
49732
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49733
49733
|
this.c1._stroke = this.cy;
|
|
49734
49734
|
this.c1.ac = this.ah;
|
|
49735
|
-
a.
|
|
49735
|
+
a.s(this.c1);
|
|
49736
49736
|
}
|
|
49737
49737
|
}
|
|
49738
49738
|
};
|
|
@@ -49753,7 +49753,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49753
49753
|
if (this.cx.al != null) {
|
|
49754
49754
|
this.cx.n = this.a0;
|
|
49755
49755
|
this.cx.o = this.a3;
|
|
49756
|
-
a.
|
|
49756
|
+
a.x(this.cx);
|
|
49757
49757
|
if (this.r) {
|
|
49758
49758
|
this.c4.ac = 1;
|
|
49759
49759
|
this.c4.ak = this.a0;
|
|
@@ -49761,7 +49761,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49761
49761
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
49762
49762
|
this.c4.an = this.a4 - 2;
|
|
49763
49763
|
this.c4._stroke = this.cx.ao;
|
|
49764
|
-
this.j.
|
|
49764
|
+
this.j.s(this.c4);
|
|
49765
49765
|
}
|
|
49766
49766
|
}
|
|
49767
49767
|
};
|
|
@@ -49995,7 +49995,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49995
49995
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
49996
49996
|
this.p = false;
|
|
49997
49997
|
this.br = this.i.g;
|
|
49998
|
-
a.
|
|
49998
|
+
a.ad(this.i);
|
|
49999
49999
|
}
|
|
50000
50000
|
var b;
|
|
50001
50001
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -50052,13 +50052,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50052
50052
|
var f = e.length;
|
|
50053
50053
|
var g = ("\u2026");
|
|
50054
50054
|
if (isNaN_(this.ap)) {
|
|
50055
|
-
this.ap = d.
|
|
50055
|
+
this.ap = d.g(g);
|
|
50056
50056
|
}
|
|
50057
50057
|
if (c <= this.ap) {
|
|
50058
50058
|
a.al = g;
|
|
50059
50059
|
return this.ap;
|
|
50060
50060
|
}
|
|
50061
|
-
var h = d.
|
|
50061
|
+
var h = d.g(e);
|
|
50062
50062
|
if (h <= c) {
|
|
50063
50063
|
a.al = b;
|
|
50064
50064
|
return h;
|
|
@@ -50066,14 +50066,14 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50066
50066
|
var i = c / h;
|
|
50067
50067
|
var j = truncate(Math.ceil(f * i));
|
|
50068
50068
|
var k = e.substr(0, j) + g;
|
|
50069
|
-
var l = d.
|
|
50069
|
+
var l = d.g(k);
|
|
50070
50070
|
if (l > c) {
|
|
50071
50071
|
f = j;
|
|
50072
50072
|
}
|
|
50073
50073
|
else {
|
|
50074
50074
|
j = j + 1;
|
|
50075
50075
|
k = e.substr(0, j) + g;
|
|
50076
|
-
l = d.
|
|
50076
|
+
l = d.g(k);
|
|
50077
50077
|
if (l > c) {
|
|
50078
50078
|
f = j;
|
|
50079
50079
|
}
|
|
@@ -50081,7 +50081,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50081
50081
|
while (h > c && f > 0) {
|
|
50082
50082
|
f--;
|
|
50083
50083
|
e = e.substr(0, f) + g;
|
|
50084
|
-
h = d.
|
|
50084
|
+
h = d.g(e);
|
|
50085
50085
|
}
|
|
50086
50086
|
a.al = e;
|
|
50087
50087
|
return h;
|
|
@@ -50639,24 +50639,24 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50639
50639
|
this.e = truncate(Math.round(b));
|
|
50640
50640
|
}
|
|
50641
50641
|
if (this.c.d && this.g != 1) {
|
|
50642
|
-
this.c.
|
|
50643
|
-
this.c.
|
|
50642
|
+
this.c.aa();
|
|
50643
|
+
this.c.ab(this.g, this.g);
|
|
50644
50644
|
}
|
|
50645
|
-
this.c.
|
|
50646
|
-
this.c.
|
|
50647
|
-
this.c.
|
|
50645
|
+
this.c.l(0, 0, this.k, this.j);
|
|
50646
|
+
this.c.aa();
|
|
50647
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
50648
50648
|
for (var c = 0; c < this.d.count; c++) {
|
|
50649
|
-
this.c.
|
|
50649
|
+
this.c.k(this.d._inner[c].j);
|
|
50650
50650
|
var d = this.y();
|
|
50651
50651
|
if (this.a.a0 != null) {
|
|
50652
50652
|
d = this.a.a0;
|
|
50653
50653
|
}
|
|
50654
50654
|
this.d._inner[c]._stroke = d;
|
|
50655
|
-
this.c.
|
|
50655
|
+
this.c.t(this.d._inner[c]);
|
|
50656
50656
|
}
|
|
50657
|
-
this.c.
|
|
50657
|
+
this.c.z();
|
|
50658
50658
|
if (this.c.d && this.g != 1) {
|
|
50659
|
-
this.c.
|
|
50659
|
+
this.c.z();
|
|
50660
50660
|
}
|
|
50661
50661
|
this.a.at();
|
|
50662
50662
|
};
|
|
@@ -51235,7 +51235,7 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51235
51235
|
if (this.d == 2) {
|
|
51236
51236
|
b = this.bg - 21;
|
|
51237
51237
|
}
|
|
51238
|
-
a.
|
|
51238
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
51239
51239
|
};
|
|
51240
51240
|
CanvasTextHeaderCell.prototype.get_ab = function () {
|
|
51241
51241
|
return true;
|
|
@@ -51895,7 +51895,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51895
51895
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
51896
51896
|
this.c8 = false;
|
|
51897
51897
|
this.de = this.c7.g;
|
|
51898
|
-
a.
|
|
51898
|
+
a.ad(this.c7);
|
|
51899
51899
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
51900
51900
|
}
|
|
51901
51901
|
var b = this.bl;
|
|
@@ -51916,7 +51916,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51916
51916
|
}
|
|
51917
51917
|
this.dk.n = this.db;
|
|
51918
51918
|
this.dk.o = this.dc;
|
|
51919
|
-
a.
|
|
51919
|
+
a.x(this.dk);
|
|
51920
51920
|
}
|
|
51921
51921
|
_super.prototype.b9.call(this, a);
|
|
51922
51922
|
};
|
|
@@ -52114,23 +52114,23 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
52114
52114
|
this.d = truncate(Math.round(d));
|
|
52115
52115
|
}
|
|
52116
52116
|
if (this.b.d && this.f != 1) {
|
|
52117
|
-
this.b.
|
|
52118
|
-
this.b.
|
|
52117
|
+
this.b.aa();
|
|
52118
|
+
this.b.ab(this.f, this.f);
|
|
52119
52119
|
}
|
|
52120
|
-
this.b.
|
|
52121
|
-
this.b.
|
|
52120
|
+
this.b.l(0, 0, this.j, this.g);
|
|
52121
|
+
this.b.aa();
|
|
52122
52122
|
for (var e = 0; e < this.c.count; e++) {
|
|
52123
|
-
this.b.
|
|
52123
|
+
this.b.k(this.c._inner[e].j);
|
|
52124
52124
|
var f = this.s();
|
|
52125
52125
|
if (this.a.ae != null) {
|
|
52126
52126
|
f = this.a.ae;
|
|
52127
52127
|
}
|
|
52128
52128
|
this.c._inner[e]._stroke = f;
|
|
52129
|
-
this.b.
|
|
52129
|
+
this.b.t(this.c._inner[e]);
|
|
52130
52130
|
}
|
|
52131
|
-
this.b.
|
|
52131
|
+
this.b.z();
|
|
52132
52132
|
if (this.b.d && this.f != 1) {
|
|
52133
|
-
this.b.
|
|
52133
|
+
this.b.z();
|
|
52134
52134
|
}
|
|
52135
52135
|
};
|
|
52136
52136
|
GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -53346,7 +53346,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53346
53346
|
var h = a.getSubRenderer(g);
|
|
53347
53347
|
_this.v = new XInput();
|
|
53348
53348
|
_this.v.provideContainer(h);
|
|
53349
|
-
_this.v.
|
|
53349
|
+
_this.v.b6 = "text";
|
|
53350
53350
|
_this.v.disabled = !_this.isEnabled;
|
|
53351
53351
|
var i = e.getExternal(_this.v, h.rootWrapper, null);
|
|
53352
53352
|
_this.w.appendContentChild(g);
|
|
@@ -53355,7 +53355,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53355
53355
|
}
|
|
53356
53356
|
TextEditorView.prototype.setFont = function (a) {
|
|
53357
53357
|
if (this.v != null) {
|
|
53358
|
-
this.v.
|
|
53358
|
+
this.v.af = a;
|
|
53359
53359
|
}
|
|
53360
53360
|
};
|
|
53361
53361
|
TextEditorView.prototype.attachEvents = function () {
|
|
@@ -53403,7 +53403,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53403
53403
|
if (this.a.isEditRefocusDesired) {
|
|
53404
53404
|
var a = this.h.rootWrapper.getNativeElement();
|
|
53405
53405
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
53406
|
-
this.v.
|
|
53406
|
+
this.v.cp();
|
|
53407
53407
|
this.focus();
|
|
53408
53408
|
}
|
|
53409
53409
|
}
|
|
@@ -53412,8 +53412,8 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53412
53412
|
var _this = this;
|
|
53413
53413
|
if (this.v != null) {
|
|
53414
53414
|
this.v.focus(true);
|
|
53415
|
-
if (this.v.
|
|
53416
|
-
window.setTimeout(function () { return _this.v.
|
|
53415
|
+
if (this.v.b6 != "date") {
|
|
53416
|
+
window.setTimeout(function () { return _this.v.dj(); }, 0);
|
|
53417
53417
|
}
|
|
53418
53418
|
}
|
|
53419
53419
|
};
|
|
@@ -53421,14 +53421,14 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53421
53421
|
if (this.v != null) {
|
|
53422
53422
|
if (this.value != null) {
|
|
53423
53423
|
this.x = null;
|
|
53424
|
-
this.v.
|
|
53425
|
-
this.v.
|
|
53424
|
+
this.v.cm = null;
|
|
53425
|
+
this.v.cm = this.value.toString();
|
|
53426
53426
|
if (this.focusOnValueChanged) {
|
|
53427
53427
|
this.r();
|
|
53428
53428
|
}
|
|
53429
53429
|
}
|
|
53430
53430
|
else {
|
|
53431
|
-
this.v.
|
|
53431
|
+
this.v.cm = null;
|
|
53432
53432
|
}
|
|
53433
53433
|
}
|
|
53434
53434
|
};
|
|
@@ -53463,13 +53463,13 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53463
53463
|
};
|
|
53464
53464
|
TextEditorView.prototype.getEditorValue = function () {
|
|
53465
53465
|
if (this.v != null) {
|
|
53466
|
-
return this.v.
|
|
53466
|
+
return this.v.cm;
|
|
53467
53467
|
}
|
|
53468
53468
|
return null;
|
|
53469
53469
|
};
|
|
53470
53470
|
TextEditorView.prototype.setEditorValue = function (a) {
|
|
53471
53471
|
if (this.v != null) {
|
|
53472
|
-
this.v.
|
|
53472
|
+
this.v.cm = a;
|
|
53473
53473
|
}
|
|
53474
53474
|
};
|
|
53475
53475
|
TextEditorView.$t = markType(TextEditorView, 'TextEditorView', BaseEditorView.$);
|
|
@@ -53489,15 +53489,15 @@ var NumericEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53489
53489
|
__extends(NumericEditorView, _super);
|
|
53490
53490
|
function NumericEditorView(a, b, c) {
|
|
53491
53491
|
var _this = _super.call(this, a, b, c) || this;
|
|
53492
|
-
_this.v.
|
|
53492
|
+
_this.v.b6 = "number";
|
|
53493
53493
|
return _this;
|
|
53494
53494
|
}
|
|
53495
53495
|
NumericEditorView.prototype.getEditorValue = function () {
|
|
53496
|
-
if (this.v == null || this.v.
|
|
53496
|
+
if (this.v == null || this.v.cm == null) {
|
|
53497
53497
|
return null;
|
|
53498
53498
|
}
|
|
53499
53499
|
var a = NaN;
|
|
53500
|
-
var b = tryParseNumber(this.v.
|
|
53500
|
+
var b = tryParseNumber(this.v.cm, a);
|
|
53501
53501
|
a = b.p1;
|
|
53502
53502
|
return a;
|
|
53503
53503
|
};
|
|
@@ -56045,7 +56045,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56045
56045
|
FilterCell.prototype.d3 = function (a) {
|
|
56046
56046
|
if (this.cw != null) {
|
|
56047
56047
|
this.cw.disabled = !a;
|
|
56048
|
-
this.cw.
|
|
56048
|
+
this.cw.z = a ? 1 : 0.3;
|
|
56049
56049
|
}
|
|
56050
56050
|
};
|
|
56051
56051
|
FilterCell.prototype.dh = function (a) {
|
|
@@ -57125,13 +57125,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57125
57125
|
this.z();
|
|
57126
57126
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
57127
57127
|
if (this.d.d && this.h != 1) {
|
|
57128
|
-
this.d.
|
|
57129
|
-
this.d.
|
|
57128
|
+
this.d.aa();
|
|
57129
|
+
this.d.ab(this.h, this.h);
|
|
57130
57130
|
}
|
|
57131
|
-
this.d.
|
|
57132
|
-
this.d.
|
|
57131
|
+
this.d.l(0, 0, this.l, this.k);
|
|
57132
|
+
this.d.t(this.ad);
|
|
57133
57133
|
if (this.d.d && this.h != 1) {
|
|
57134
|
-
this.d.
|
|
57134
|
+
this.d.z();
|
|
57135
57135
|
}
|
|
57136
57136
|
this.b.bc();
|
|
57137
57137
|
};
|
|
@@ -63595,7 +63595,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63595
63595
|
}
|
|
63596
63596
|
var j = this.d.j;
|
|
63597
63597
|
for (var k = 0; k < j.count; k++) {
|
|
63598
|
-
var l = this.q._inner[k].
|
|
63598
|
+
var l = this.q._inner[k].ae();
|
|
63599
63599
|
var m = this.d.b(j._inner[k]);
|
|
63600
63600
|
l.h = m[0] - d;
|
|
63601
63601
|
l.f = m[1] - e;
|
|
@@ -70266,43 +70266,44 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70266
70266
|
__extends(CheckboxListView, _super);
|
|
70267
70267
|
function CheckboxListView() {
|
|
70268
70268
|
var _this = _super.call(this) || this;
|
|
70269
|
-
_this.
|
|
70270
|
-
_this.
|
|
70269
|
+
_this.e = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
|
|
70270
|
+
_this.j = null;
|
|
70271
70271
|
_this.a = null;
|
|
70272
|
+
_this.i = null;
|
|
70272
70273
|
_this.h = null;
|
|
70273
|
-
_this.
|
|
70274
|
+
_this.c = null;
|
|
70274
70275
|
_this.b = null;
|
|
70275
|
-
_this.e = null;
|
|
70276
|
-
_this.c = false;
|
|
70277
70276
|
_this.f = null;
|
|
70277
|
+
_this.d = false;
|
|
70278
|
+
_this.g = null;
|
|
70278
70279
|
return _this;
|
|
70279
70280
|
}
|
|
70280
|
-
CheckboxListView.prototype.
|
|
70281
|
+
CheckboxListView.prototype.n = function () {
|
|
70281
70282
|
};
|
|
70282
|
-
CheckboxListView.prototype.
|
|
70283
|
+
CheckboxListView.prototype.m = function (a) {
|
|
70283
70284
|
if (a == null) {
|
|
70284
|
-
this.
|
|
70285
|
-
this.
|
|
70285
|
+
this.f = null;
|
|
70286
|
+
this.e.clear();
|
|
70286
70287
|
return;
|
|
70287
70288
|
}
|
|
70288
|
-
this.
|
|
70289
|
-
this.
|
|
70290
|
-
this.
|
|
70291
|
-
this.
|
|
70292
|
-
this.
|
|
70289
|
+
this.f = a;
|
|
70290
|
+
this.v();
|
|
70291
|
+
this.ae();
|
|
70292
|
+
this.ah();
|
|
70293
|
+
this.s();
|
|
70293
70294
|
var b = Math.round(a.rootWrapper.width());
|
|
70294
70295
|
var c = Math.round(a.rootWrapper.height());
|
|
70295
|
-
this.
|
|
70296
|
-
this.
|
|
70296
|
+
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
70297
|
+
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
70297
70298
|
};
|
|
70298
|
-
CheckboxListView.prototype.
|
|
70299
|
-
if (this.
|
|
70300
|
-
this.
|
|
70299
|
+
CheckboxListView.prototype.v = function () {
|
|
70300
|
+
if (this.f != null) {
|
|
70301
|
+
this.w(this.f);
|
|
70301
70302
|
}
|
|
70302
70303
|
};
|
|
70303
|
-
CheckboxListView.prototype.
|
|
70304
|
+
CheckboxListView.prototype.w = function (a) {
|
|
70304
70305
|
var b = a.rootWrapper.getChildAt(0);
|
|
70305
|
-
this.
|
|
70306
|
+
this.h = b;
|
|
70306
70307
|
this.b.r = new XInputGroup();
|
|
70307
70308
|
var c = a.getSubRenderer(b);
|
|
70308
70309
|
this.b.r.provideContainer(c);
|
|
@@ -70317,56 +70318,56 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70317
70318
|
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
|
|
70318
70319
|
var i = a.createElement("div");
|
|
70319
70320
|
var j = a.getSubRenderer(i);
|
|
70320
|
-
|
|
70321
|
-
|
|
70322
|
-
|
|
70323
|
-
|
|
70324
|
-
var
|
|
70321
|
+
this.c = new XIcon();
|
|
70322
|
+
this.c.provideContainer(j);
|
|
70323
|
+
this.c.fill = this.b.du;
|
|
70324
|
+
this.c.svgPath = CheckboxList.bt;
|
|
70325
|
+
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
70325
70326
|
g.appendContentChild(i);
|
|
70326
70327
|
this.b.r.appendContentChild(e);
|
|
70327
70328
|
this.b.r.inputs.add(g);
|
|
70328
|
-
var
|
|
70329
|
-
|
|
70330
|
-
var
|
|
70329
|
+
var l = a.createElement("div");
|
|
70330
|
+
l.setRawStyleProperty("flex-grow", "1");
|
|
70331
|
+
var m = a.getSubRenderer(l);
|
|
70331
70332
|
this.b.p = new XInput();
|
|
70332
|
-
this.b.p.provideContainer(
|
|
70333
|
-
this.b.p.
|
|
70334
|
-
var
|
|
70335
|
-
if (this.b.
|
|
70336
|
-
this.b.p.
|
|
70333
|
+
this.b.p.provideContainer(m);
|
|
70334
|
+
this.b.p.b6 = "text";
|
|
70335
|
+
var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
70336
|
+
if (this.b.bg != null) {
|
|
70337
|
+
this.b.p.ce = this.b.bg;
|
|
70337
70338
|
}
|
|
70338
|
-
this.b.r.appendContentChild(
|
|
70339
|
+
this.b.r.appendContentChild(l);
|
|
70339
70340
|
this.b.r.inputs.add(this.b.p);
|
|
70340
|
-
this.b.
|
|
70341
|
+
this.b.ck();
|
|
70341
70342
|
};
|
|
70342
|
-
CheckboxListView.prototype.
|
|
70343
|
-
if (this.
|
|
70344
|
-
var a = this.
|
|
70343
|
+
CheckboxListView.prototype.s = function () {
|
|
70344
|
+
if (this.f != null) {
|
|
70345
|
+
var a = this.f.rootWrapper.getChildAt(3);
|
|
70345
70346
|
a.setStyleProperty("width", "100%");
|
|
70346
70347
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
70347
|
-
if (this.b.
|
|
70348
|
+
if (this.b.as == false) {
|
|
70348
70349
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
70349
70350
|
}
|
|
70350
70351
|
else {
|
|
70351
70352
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
70352
70353
|
}
|
|
70353
|
-
if (!this.b.
|
|
70354
|
+
if (!this.b.aq && !this.b.as) {
|
|
70354
70355
|
a.setStyleProperty("height", "100%");
|
|
70355
70356
|
}
|
|
70356
70357
|
}
|
|
70357
70358
|
};
|
|
70358
|
-
CheckboxListView.prototype.
|
|
70359
|
+
CheckboxListView.prototype.o = function (a, b, c) {
|
|
70359
70360
|
var d = null;
|
|
70360
70361
|
if (a.getChildCount() == 0) {
|
|
70361
70362
|
d = new XCheckbox();
|
|
70362
|
-
var e = this.
|
|
70363
|
+
var e = this.f.getSubRenderer(a);
|
|
70363
70364
|
d.provideContainer(e);
|
|
70364
|
-
var f = this.
|
|
70365
|
-
this.
|
|
70365
|
+
var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70366
|
+
this.e.addItem(a, d);
|
|
70366
70367
|
d.i = this.b.y;
|
|
70367
70368
|
d.t = true;
|
|
70368
|
-
d.change = delegateCombine(d.change, runOn(this, this.
|
|
70369
|
-
var g = this.
|
|
70369
|
+
d.change = delegateCombine(d.change, runOn(this, this.k));
|
|
70370
|
+
var g = this.f.createElement("div");
|
|
70370
70371
|
a.setStyleProperty("display", "flex");
|
|
70371
70372
|
a.setStyleProperty("height", "100%");
|
|
70372
70373
|
a.setStyleProperty("align-items", "center");
|
|
@@ -70384,7 +70385,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70384
70385
|
a.append(g);
|
|
70385
70386
|
}
|
|
70386
70387
|
else {
|
|
70387
|
-
d = this.
|
|
70388
|
+
d = this.e.item(a);
|
|
70388
70389
|
}
|
|
70389
70390
|
if (d != null) {
|
|
70390
70391
|
var h = d.u;
|
|
@@ -70411,13 +70412,18 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70411
70412
|
finally {
|
|
70412
70413
|
d.u = h;
|
|
70413
70414
|
}
|
|
70415
|
+
d.ds = this.b.dl;
|
|
70416
|
+
d.da = this.b.dj;
|
|
70417
|
+
d.dt = this.b.dm;
|
|
70418
|
+
d.db = this.b.dk;
|
|
70419
|
+
d.du = this.b.dn;
|
|
70414
70420
|
}
|
|
70415
70421
|
};
|
|
70416
|
-
CheckboxListView.prototype.
|
|
70422
|
+
CheckboxListView.prototype.z = function () {
|
|
70417
70423
|
var e_1, _a;
|
|
70418
|
-
if (this.
|
|
70424
|
+
if (this.e != null) {
|
|
70419
70425
|
try {
|
|
70420
|
-
for (var _b = __values(fromEnum(this.
|
|
70426
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70421
70427
|
var a = _c.value;
|
|
70422
70428
|
var b = a.value;
|
|
70423
70429
|
b.i = this.b.y;
|
|
@@ -70441,43 +70447,43 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70441
70447
|
this.a.i = this.b.y;
|
|
70442
70448
|
}
|
|
70443
70449
|
};
|
|
70444
|
-
CheckboxListView.prototype.
|
|
70450
|
+
CheckboxListView.prototype.x = function () {
|
|
70445
70451
|
};
|
|
70446
|
-
CheckboxListView.prototype.
|
|
70452
|
+
CheckboxListView.prototype.k = function (a, b) {
|
|
70447
70453
|
var c = a;
|
|
70448
70454
|
var d = parseInt(c.a5.toString());
|
|
70449
70455
|
var e = c.checked;
|
|
70450
70456
|
if (e == true) {
|
|
70451
70457
|
if (this.b.l == 0) {
|
|
70452
|
-
this.b.
|
|
70458
|
+
this.b.cw(d);
|
|
70453
70459
|
}
|
|
70454
70460
|
else {
|
|
70455
|
-
this.b.
|
|
70461
|
+
this.b.b5(d);
|
|
70456
70462
|
}
|
|
70457
70463
|
}
|
|
70458
70464
|
else {
|
|
70459
70465
|
if (this.b.l == 0) {
|
|
70460
|
-
this.b.
|
|
70466
|
+
this.b.b5(d);
|
|
70461
70467
|
}
|
|
70462
70468
|
else {
|
|
70463
|
-
this.b.
|
|
70469
|
+
this.b.cw(d);
|
|
70464
70470
|
}
|
|
70465
70471
|
}
|
|
70466
|
-
this.b.
|
|
70467
|
-
this.
|
|
70472
|
+
this.b.ci(d, e);
|
|
70473
|
+
this.ag(false);
|
|
70468
70474
|
};
|
|
70469
|
-
CheckboxListView.prototype.
|
|
70475
|
+
CheckboxListView.prototype.l = function () {
|
|
70470
70476
|
};
|
|
70471
|
-
CheckboxListView.prototype.
|
|
70477
|
+
CheckboxListView.prototype.t = function (a, b) {
|
|
70472
70478
|
var e_2, _a;
|
|
70473
70479
|
try {
|
|
70474
|
-
for (var _b = __values(fromEnum(this.
|
|
70480
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70475
70481
|
var c = _c.value;
|
|
70476
70482
|
var d = c.value;
|
|
70477
70483
|
var e = parseInt(d.a5.toString());
|
|
70478
70484
|
if (e == a) {
|
|
70479
70485
|
d.checked = b;
|
|
70480
|
-
this.b.
|
|
70486
|
+
this.b.ci(e, b);
|
|
70481
70487
|
}
|
|
70482
70488
|
}
|
|
70483
70489
|
}
|
|
@@ -70494,12 +70500,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70494
70500
|
throw e_2.error;
|
|
70495
70501
|
}
|
|
70496
70502
|
}
|
|
70497
|
-
this.
|
|
70503
|
+
this.ag();
|
|
70498
70504
|
};
|
|
70499
|
-
CheckboxListView.prototype.
|
|
70505
|
+
CheckboxListView.prototype.u = function (a) {
|
|
70500
70506
|
var e_3, _a;
|
|
70501
70507
|
try {
|
|
70502
|
-
for (var _b = __values(fromEnum(this.
|
|
70508
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70503
70509
|
var b = _c.value;
|
|
70504
70510
|
var c = b.value;
|
|
70505
70511
|
c.checked = a;
|
|
@@ -70519,68 +70525,68 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70519
70525
|
}
|
|
70520
70526
|
}
|
|
70521
70527
|
};
|
|
70522
|
-
CheckboxListView.prototype.
|
|
70523
|
-
this.
|
|
70524
|
-
if (null != this.
|
|
70525
|
-
this.
|
|
70528
|
+
CheckboxListView.prototype.q = function (a) {
|
|
70529
|
+
this.j = a;
|
|
70530
|
+
if (null != this.j) {
|
|
70531
|
+
this.j.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
70526
70532
|
}
|
|
70527
70533
|
};
|
|
70528
|
-
CheckboxListView.prototype.
|
|
70529
|
-
var a = this.
|
|
70530
|
-
if (null == a || null == this.
|
|
70534
|
+
CheckboxListView.prototype.ah = function () {
|
|
70535
|
+
var a = this.f;
|
|
70536
|
+
if (null == a || null == this.j) {
|
|
70531
70537
|
return;
|
|
70532
70538
|
}
|
|
70533
70539
|
var b = a.createElement("div");
|
|
70534
70540
|
var c = a.getSubRenderer(b);
|
|
70535
70541
|
this.a = new XCheckbox();
|
|
70536
70542
|
this.a.provideContainer(c);
|
|
70537
|
-
var d = this.
|
|
70543
|
+
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70538
70544
|
this.a.i = this.b.y;
|
|
70539
|
-
this.
|
|
70540
|
-
this.
|
|
70541
|
-
this.
|
|
70542
|
-
this.
|
|
70543
|
-
this.
|
|
70544
|
-
this.
|
|
70545
|
-
this.
|
|
70546
|
-
this.
|
|
70547
|
-
this.
|
|
70548
|
-
this.
|
|
70549
|
-
this.
|
|
70545
|
+
this.i = a.createElement("label");
|
|
70546
|
+
this.i.setRawText(this.b.bx);
|
|
70547
|
+
this.i.setStyleProperty("font-size", "13px");
|
|
70548
|
+
this.j.setStyleProperty("display", "flex");
|
|
70549
|
+
this.j.setStyleProperty("flex-direction", "row");
|
|
70550
|
+
this.j.setStyleProperty("font-family", "Verdana");
|
|
70551
|
+
this.j.setStyleProperty("align-items", "center");
|
|
70552
|
+
this.j.append(b);
|
|
70553
|
+
this.j.append(this.i);
|
|
70554
|
+
this.ai();
|
|
70555
|
+
this.af();
|
|
70550
70556
|
var e = this.a;
|
|
70551
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
70557
|
+
e.change = delegateCombine(e.change, runOn(this, this.r));
|
|
70552
70558
|
this.a.t = true;
|
|
70553
70559
|
};
|
|
70554
|
-
CheckboxListView.prototype.
|
|
70555
|
-
if (null != this.
|
|
70556
|
-
this.
|
|
70557
|
-
NativeUI.o(this.
|
|
70560
|
+
CheckboxListView.prototype.af = function () {
|
|
70561
|
+
if (null != this.i) {
|
|
70562
|
+
this.i.setRawText(this.b.bx);
|
|
70563
|
+
NativeUI.o(this.i, this.b.dh);
|
|
70558
70564
|
}
|
|
70559
70565
|
};
|
|
70560
|
-
CheckboxListView.prototype.
|
|
70561
|
-
if (null != this.
|
|
70562
|
-
var a = this.b.
|
|
70563
|
-
this.
|
|
70566
|
+
CheckboxListView.prototype.ai = function () {
|
|
70567
|
+
if (null != this.i) {
|
|
70568
|
+
var a = this.b.as ? "flex" : "none";
|
|
70569
|
+
this.j.setStyleProperty("display", a);
|
|
70564
70570
|
}
|
|
70565
70571
|
};
|
|
70566
|
-
CheckboxListView.prototype.
|
|
70567
|
-
if (this.
|
|
70568
|
-
this.
|
|
70572
|
+
CheckboxListView.prototype.ae = function () {
|
|
70573
|
+
if (this.h != null) {
|
|
70574
|
+
this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70569
70575
|
}
|
|
70570
|
-
if (this.
|
|
70571
|
-
this.
|
|
70576
|
+
if (this.g != null) {
|
|
70577
|
+
this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70572
70578
|
}
|
|
70573
70579
|
};
|
|
70574
|
-
CheckboxListView.prototype.
|
|
70580
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
70575
70581
|
if (a === void 0) {
|
|
70576
70582
|
a = true;
|
|
70577
70583
|
}
|
|
70578
|
-
var b = this.
|
|
70579
|
-
this.
|
|
70584
|
+
var b = this.d;
|
|
70585
|
+
this.d = true;
|
|
70580
70586
|
var c = this.a.u;
|
|
70581
70587
|
this.a.u = a;
|
|
70582
70588
|
try {
|
|
70583
|
-
if (this.b.
|
|
70589
|
+
if (this.b.ao) {
|
|
70584
70590
|
this.a.indeterminate = true;
|
|
70585
70591
|
return;
|
|
70586
70592
|
}
|
|
@@ -70594,40 +70600,61 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70594
70600
|
}
|
|
70595
70601
|
finally {
|
|
70596
70602
|
this.a.u = c;
|
|
70597
|
-
this.
|
|
70603
|
+
this.d = b;
|
|
70598
70604
|
}
|
|
70599
70605
|
};
|
|
70600
|
-
CheckboxListView.prototype.
|
|
70601
|
-
if (this.
|
|
70606
|
+
CheckboxListView.prototype.r = function (a, b) {
|
|
70607
|
+
if (this.d || b.isIndeterminate) {
|
|
70602
70608
|
return;
|
|
70603
70609
|
}
|
|
70604
70610
|
if (b.isChecked) {
|
|
70605
|
-
this.b.
|
|
70606
|
-
this.b.
|
|
70611
|
+
this.b.cy();
|
|
70612
|
+
this.b.cp(b.isChecked);
|
|
70607
70613
|
}
|
|
70608
70614
|
else {
|
|
70609
|
-
this.b.
|
|
70610
|
-
this.b.
|
|
70615
|
+
this.b.b9();
|
|
70616
|
+
this.b.cp(b.isChecked);
|
|
70611
70617
|
}
|
|
70612
70618
|
};
|
|
70613
|
-
CheckboxListView.prototype.
|
|
70614
|
-
var a = this.
|
|
70619
|
+
CheckboxListView.prototype.ad = function () {
|
|
70620
|
+
var a = this.f;
|
|
70615
70621
|
if (null == a) {
|
|
70616
70622
|
return;
|
|
70617
70623
|
}
|
|
70618
70624
|
var b = a.rootWrapper;
|
|
70619
70625
|
if (null != b) {
|
|
70620
|
-
NativeUI.o(b, this.b.
|
|
70621
|
-
NativeUI.k(b, this.b.
|
|
70626
|
+
NativeUI.o(b, this.b.dy);
|
|
70627
|
+
NativeUI.k(b, this.b.di);
|
|
70622
70628
|
}
|
|
70623
70629
|
};
|
|
70624
|
-
CheckboxListView.prototype.
|
|
70625
|
-
if (this.
|
|
70626
|
-
|
|
70630
|
+
CheckboxListView.prototype.ab = function () {
|
|
70631
|
+
if (this.c != null) {
|
|
70632
|
+
this.c.fill = this.b.du;
|
|
70627
70633
|
}
|
|
70628
70634
|
};
|
|
70629
|
-
CheckboxListView.prototype.
|
|
70630
|
-
this.
|
|
70635
|
+
CheckboxListView.prototype.ac = function () {
|
|
70636
|
+
if (this.b.ae != null) {
|
|
70637
|
+
this.i.setStyleProperty("font", this.b.ae.fontString);
|
|
70638
|
+
}
|
|
70639
|
+
else {
|
|
70640
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
70641
|
+
this.i.setStyleProperty("font-size", 13 + "px");
|
|
70642
|
+
}
|
|
70643
|
+
};
|
|
70644
|
+
CheckboxListView.prototype.y = function () {
|
|
70645
|
+
this.a.ds = this.b.dl;
|
|
70646
|
+
this.a.da = this.b.dj;
|
|
70647
|
+
this.a.dt = this.b.dm;
|
|
70648
|
+
this.a.db = this.b.dk;
|
|
70649
|
+
this.a.du = this.b.dn;
|
|
70650
|
+
};
|
|
70651
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
70652
|
+
if (this.g != null) {
|
|
70653
|
+
NativeUI.t(this.g, a);
|
|
70654
|
+
}
|
|
70655
|
+
};
|
|
70656
|
+
CheckboxListView.prototype.p = function (a) {
|
|
70657
|
+
this.g = a;
|
|
70631
70658
|
};
|
|
70632
70659
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
70633
70660
|
return CheckboxListView;
|
|
@@ -70644,45 +70671,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70644
70671
|
_this.i = null;
|
|
70645
70672
|
_this.ab = null;
|
|
70646
70673
|
_this.d = null;
|
|
70647
|
-
_this.
|
|
70674
|
+
_this.ai = false;
|
|
70648
70675
|
_this.c = null;
|
|
70649
70676
|
_this.o = null;
|
|
70650
70677
|
_this.q = null;
|
|
70651
|
-
_this.
|
|
70652
|
-
_this.
|
|
70678
|
+
_this.aj = false;
|
|
70679
|
+
_this.ag = null;
|
|
70653
70680
|
_this.f = new GridSelectedKeysCollection();
|
|
70654
70681
|
_this.a = null;
|
|
70655
70682
|
_this.propertyChanged = null;
|
|
70656
70683
|
_this.checkedChanged = null;
|
|
70657
|
-
_this.av = null;
|
|
70658
|
-
_this.ax = null;
|
|
70659
|
-
_this.az = null;
|
|
70660
70684
|
_this.ay = null;
|
|
70685
|
+
_this.a0 = null;
|
|
70686
|
+
_this.a2 = null;
|
|
70687
|
+
_this.a1 = null;
|
|
70661
70688
|
_this.s = 3;
|
|
70662
|
-
_this.
|
|
70689
|
+
_this.au = -1;
|
|
70663
70690
|
_this.ac = null;
|
|
70664
70691
|
_this.k = 1;
|
|
70665
70692
|
_this.x = 1;
|
|
70666
70693
|
_this.z = 2;
|
|
70694
|
+
_this.dd = BrushUtil.g(255, 24, 29, 31);
|
|
70695
|
+
_this.db = null;
|
|
70696
|
+
_this.de = null;
|
|
70697
|
+
_this.dc = null;
|
|
70698
|
+
_this.ad = null;
|
|
70699
|
+
_this.c7 = null;
|
|
70700
|
+
_this.c5 = null;
|
|
70701
|
+
_this.c8 = null;
|
|
70702
|
+
_this.c6 = null;
|
|
70703
|
+
_this.c9 = null;
|
|
70667
70704
|
_this.v = 0;
|
|
70668
|
-
_this.
|
|
70669
|
-
_this.
|
|
70670
|
-
_this.
|
|
70671
|
-
_this.
|
|
70672
|
-
_this.
|
|
70673
|
-
_this.
|
|
70674
|
-
_this.
|
|
70705
|
+
_this.da = null;
|
|
70706
|
+
_this.bw = null;
|
|
70707
|
+
_this.df = null;
|
|
70708
|
+
_this.c3 = CheckboxList.dq;
|
|
70709
|
+
_this.ar = true;
|
|
70710
|
+
_this.c4 = CheckboxList.dp;
|
|
70711
|
+
_this.dg = CheckboxList.dq;
|
|
70675
70712
|
_this.selectAllCheckboxChanged = null;
|
|
70676
|
-
_this.
|
|
70677
|
-
_this.
|
|
70678
|
-
_this.
|
|
70713
|
+
_this.aw = -1;
|
|
70714
|
+
_this.ap = true;
|
|
70715
|
+
_this.am = true;
|
|
70679
70716
|
var a = _this.f;
|
|
70680
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
70717
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cr));
|
|
70681
70718
|
_this.d = new FilterFactory();
|
|
70682
70719
|
var b = new CheckboxListView();
|
|
70683
70720
|
b.b = _this;
|
|
70684
70721
|
_this.m = b;
|
|
70685
|
-
_this.m.
|
|
70722
|
+
_this.m.n();
|
|
70686
70723
|
return _this;
|
|
70687
70724
|
}
|
|
70688
70725
|
Object.defineProperty(CheckboxList.prototype, "r", {
|
|
@@ -70715,13 +70752,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70715
70752
|
enumerable: true,
|
|
70716
70753
|
configurable: true
|
|
70717
70754
|
});
|
|
70718
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70755
|
+
Object.defineProperty(CheckboxList.prototype, "ah", {
|
|
70719
70756
|
get: function () {
|
|
70720
|
-
if (this.
|
|
70721
|
-
this.
|
|
70722
|
-
this.
|
|
70757
|
+
if (this.ag == null) {
|
|
70758
|
+
this.ag = new SRProvider(this.m.f);
|
|
70759
|
+
this.ag.cb("DataGrid");
|
|
70723
70760
|
}
|
|
70724
|
-
return this.
|
|
70761
|
+
return this.ag;
|
|
70725
70762
|
},
|
|
70726
70763
|
enumerable: true,
|
|
70727
70764
|
configurable: true
|
|
@@ -70741,57 +70778,57 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70741
70778
|
var b = this.a;
|
|
70742
70779
|
this.a = a;
|
|
70743
70780
|
if (b != this.a) {
|
|
70744
|
-
this.
|
|
70781
|
+
this.cn("PrimaryKey", b, this.a);
|
|
70745
70782
|
}
|
|
70746
70783
|
},
|
|
70747
70784
|
enumerable: true,
|
|
70748
70785
|
configurable: true
|
|
70749
70786
|
});
|
|
70750
|
-
CheckboxList.prototype.
|
|
70751
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
70787
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
70788
|
+
if (this.e == null || this.e.actualSchema == null || this.ai) {
|
|
70752
70789
|
return;
|
|
70753
70790
|
}
|
|
70754
70791
|
switch (b.action) {
|
|
70755
70792
|
case 0:
|
|
70756
70793
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
70757
|
-
this.
|
|
70794
|
+
this.cl(b.newItems.item(c));
|
|
70758
70795
|
}
|
|
70759
70796
|
break;
|
|
70760
70797
|
case 1:
|
|
70761
70798
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
70762
|
-
this.
|
|
70799
|
+
this.cm(b.oldItems.item(d));
|
|
70763
70800
|
}
|
|
70764
70801
|
break;
|
|
70765
70802
|
case 2:
|
|
70766
70803
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
70767
|
-
this.
|
|
70804
|
+
this.cm(b.oldItems.item(e));
|
|
70768
70805
|
}
|
|
70769
70806
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
70770
|
-
this.
|
|
70807
|
+
this.cl(b.newItems.item(f));
|
|
70771
70808
|
}
|
|
70772
70809
|
break;
|
|
70773
70810
|
case 4:
|
|
70774
|
-
this.m.
|
|
70811
|
+
this.m.u(this.l == 0);
|
|
70775
70812
|
for (var g = 0; g < this.g.ae.count; g++) {
|
|
70776
|
-
this.
|
|
70813
|
+
this.cl(this.g.ae._inner[g]);
|
|
70777
70814
|
}
|
|
70778
70815
|
break;
|
|
70779
70816
|
}
|
|
70780
70817
|
};
|
|
70781
|
-
CheckboxList.prototype.
|
|
70818
|
+
CheckboxList.prototype.cl = function (a) {
|
|
70782
70819
|
var b = this.e.indexOfKey(a.value);
|
|
70783
70820
|
if (b >= 0) {
|
|
70784
|
-
this.m.
|
|
70821
|
+
this.m.t(b, this.l == 1);
|
|
70785
70822
|
}
|
|
70786
70823
|
};
|
|
70787
|
-
CheckboxList.prototype.
|
|
70824
|
+
CheckboxList.prototype.cm = function (a) {
|
|
70788
70825
|
var b = this.e.indexOfKey(a.value);
|
|
70789
70826
|
if (b >= 0) {
|
|
70790
|
-
this.m.
|
|
70827
|
+
this.m.t(b, this.l == 0);
|
|
70791
70828
|
}
|
|
70792
70829
|
};
|
|
70793
|
-
CheckboxList.prototype.
|
|
70794
|
-
if (this.checkedChanged != null && this.
|
|
70830
|
+
CheckboxList.prototype.ci = function (a, b) {
|
|
70831
|
+
if (this.checkedChanged != null && this.aj == false) {
|
|
70795
70832
|
this.checkedChanged(this, ((function () {
|
|
70796
70833
|
var $ret = new CheckedChangedEventArgs();
|
|
70797
70834
|
$ret.b = a;
|
|
@@ -70801,32 +70838,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70801
70838
|
}
|
|
70802
70839
|
};
|
|
70803
70840
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
70804
|
-
this.m.
|
|
70841
|
+
this.m.l();
|
|
70805
70842
|
};
|
|
70806
70843
|
CheckboxList.prototype.destroy = function () {
|
|
70807
70844
|
if (this.h != null) {
|
|
70808
70845
|
var a = this.h;
|
|
70809
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
70846
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
|
|
70810
70847
|
if (this.h.actualDataSource != null) {
|
|
70811
70848
|
var b = this.h.actualDataSource;
|
|
70812
|
-
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.
|
|
70849
|
+
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
|
|
70813
70850
|
}
|
|
70814
70851
|
}
|
|
70815
70852
|
if (this.o != null) {
|
|
70816
70853
|
var c = this.o;
|
|
70817
|
-
c.change = delegateRemove(c.change, runOn(this, this.
|
|
70854
|
+
c.change = delegateRemove(c.change, runOn(this, this.cc));
|
|
70818
70855
|
}
|
|
70819
70856
|
this.provideContainer(null, null, null);
|
|
70820
70857
|
if (this.i != null) {
|
|
70821
70858
|
var d = this.i;
|
|
70822
|
-
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.
|
|
70859
|
+
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
|
|
70823
70860
|
}
|
|
70824
70861
|
};
|
|
70825
70862
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
70826
70863
|
this.h = b;
|
|
70827
70864
|
if (null != this.h) {
|
|
70828
70865
|
this.h.gm = this.w;
|
|
70829
|
-
this.h.aae = this.
|
|
70866
|
+
this.h.aae = this.dr;
|
|
70830
70867
|
this.h.n1 = 0;
|
|
70831
70868
|
this.h.oc = 0;
|
|
70832
70869
|
this.h.md = NaN;
|
|
@@ -70834,24 +70871,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70834
70871
|
this.h.c9 = 0;
|
|
70835
70872
|
this.h.cu = 0;
|
|
70836
70873
|
var d = this.h;
|
|
70837
|
-
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.
|
|
70838
|
-
if (this.
|
|
70839
|
-
this.h.itemsSource = this.
|
|
70840
|
-
this.
|
|
70841
|
-
this.
|
|
70842
|
-
}
|
|
70843
|
-
if (this.
|
|
70844
|
-
this.
|
|
70845
|
-
this.
|
|
70874
|
+
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
|
|
70875
|
+
if (this.ay != null) {
|
|
70876
|
+
this.h.itemsSource = this.ay;
|
|
70877
|
+
this.b7();
|
|
70878
|
+
this.cq();
|
|
70879
|
+
}
|
|
70880
|
+
if (this.a0 != null) {
|
|
70881
|
+
this.cq();
|
|
70882
|
+
this.c1();
|
|
70846
70883
|
}
|
|
70847
70884
|
}
|
|
70848
|
-
this.m.
|
|
70849
|
-
this.m.
|
|
70885
|
+
this.m.q(c);
|
|
70886
|
+
this.m.m(a);
|
|
70850
70887
|
};
|
|
70851
70888
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
70852
|
-
this.m.
|
|
70889
|
+
this.m.q(a);
|
|
70853
70890
|
};
|
|
70854
|
-
CheckboxList.prototype.
|
|
70891
|
+
CheckboxList.prototype.cb = function (a, b) {
|
|
70855
70892
|
if (b.cellInfo.l.a5 == 0) {
|
|
70856
70893
|
return;
|
|
70857
70894
|
}
|
|
@@ -70867,7 +70904,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70867
70904
|
this.g.add(d);
|
|
70868
70905
|
}
|
|
70869
70906
|
};
|
|
70870
|
-
CheckboxList.prototype.
|
|
70907
|
+
CheckboxList.prototype.b8 = function (a, b) {
|
|
70871
70908
|
var c = b.cellInfo.l.x;
|
|
70872
70909
|
if (-1 == c) {
|
|
70873
70910
|
return;
|
|
@@ -70879,11 +70916,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70879
70916
|
d = true;
|
|
70880
70917
|
}
|
|
70881
70918
|
}
|
|
70882
|
-
this.m.
|
|
70919
|
+
this.m.o(b.content.element, c, d);
|
|
70883
70920
|
};
|
|
70884
|
-
CheckboxList.prototype.
|
|
70885
|
-
if (this.
|
|
70886
|
-
var b = this.d.property(this.
|
|
70921
|
+
CheckboxList.prototype.cj = function (a) {
|
|
70922
|
+
if (this.a0 != null) {
|
|
70923
|
+
var b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
70887
70924
|
var c = b.contains(a);
|
|
70888
70925
|
if (!this.h.u.k.contains(this.c)) {
|
|
70889
70926
|
this.c = c;
|
|
@@ -70897,55 +70934,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70897
70934
|
};
|
|
70898
70935
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
70899
70936
|
get: function () {
|
|
70900
|
-
return this.
|
|
70937
|
+
return this.ay;
|
|
70901
70938
|
},
|
|
70902
70939
|
set: function (a) {
|
|
70903
|
-
var b = this.
|
|
70904
|
-
this.
|
|
70905
|
-
if (b != this.
|
|
70906
|
-
this.
|
|
70940
|
+
var b = this.ay;
|
|
70941
|
+
this.ay = a;
|
|
70942
|
+
if (b != this.ay) {
|
|
70943
|
+
this.cn("ItemsSource", b, this.ay);
|
|
70907
70944
|
}
|
|
70908
70945
|
},
|
|
70909
70946
|
enumerable: true,
|
|
70910
70947
|
configurable: true
|
|
70911
70948
|
});
|
|
70912
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70949
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
70913
70950
|
get: function () {
|
|
70914
|
-
return this.
|
|
70951
|
+
return this.a0;
|
|
70915
70952
|
},
|
|
70916
70953
|
set: function (a) {
|
|
70917
|
-
var b = this.
|
|
70918
|
-
this.
|
|
70919
|
-
if (b != this.
|
|
70920
|
-
this.
|
|
70954
|
+
var b = this.a0;
|
|
70955
|
+
this.a0 = a;
|
|
70956
|
+
if (b != this.a0) {
|
|
70957
|
+
this.cn("DataMemberPath", b, this.a0);
|
|
70921
70958
|
}
|
|
70922
70959
|
},
|
|
70923
70960
|
enumerable: true,
|
|
70924
70961
|
configurable: true
|
|
70925
70962
|
});
|
|
70926
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70963
|
+
Object.defineProperty(CheckboxList.prototype, "b0", {
|
|
70927
70964
|
get: function () {
|
|
70928
|
-
return this.
|
|
70965
|
+
return this.a2;
|
|
70929
70966
|
},
|
|
70930
70967
|
set: function (a) {
|
|
70931
|
-
var b = this.
|
|
70932
|
-
this.
|
|
70933
|
-
if (b != this.
|
|
70934
|
-
this.
|
|
70968
|
+
var b = this.a2;
|
|
70969
|
+
this.a2 = a;
|
|
70970
|
+
if (b != this.a2) {
|
|
70971
|
+
this.cn("SelectedMemberPath", b, this.a2);
|
|
70935
70972
|
}
|
|
70936
70973
|
},
|
|
70937
70974
|
enumerable: true,
|
|
70938
70975
|
configurable: true
|
|
70939
70976
|
});
|
|
70940
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70977
|
+
Object.defineProperty(CheckboxList.prototype, "bg", {
|
|
70941
70978
|
get: function () {
|
|
70942
|
-
return this.
|
|
70979
|
+
return this.a1;
|
|
70943
70980
|
},
|
|
70944
70981
|
set: function (a) {
|
|
70945
|
-
var b = this.
|
|
70946
|
-
this.
|
|
70947
|
-
if (b != this.
|
|
70948
|
-
this.
|
|
70982
|
+
var b = this.a1;
|
|
70983
|
+
this.a1 = a;
|
|
70984
|
+
if (b != this.a1) {
|
|
70985
|
+
this.cn("FilterPlaceholderText", b, this.a1);
|
|
70949
70986
|
}
|
|
70950
70987
|
},
|
|
70951
70988
|
enumerable: true,
|
|
@@ -70959,27 +70996,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70959
70996
|
var b = this.s;
|
|
70960
70997
|
this.s = a;
|
|
70961
70998
|
if (b != this.s) {
|
|
70962
|
-
this.
|
|
70999
|
+
this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
|
|
70963
71000
|
}
|
|
70964
71001
|
},
|
|
70965
71002
|
enumerable: true,
|
|
70966
71003
|
configurable: true
|
|
70967
71004
|
});
|
|
70968
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71005
|
+
Object.defineProperty(CheckboxList.prototype, "ax", {
|
|
70969
71006
|
get: function () {
|
|
70970
|
-
return this.
|
|
71007
|
+
return this.au;
|
|
70971
71008
|
},
|
|
70972
71009
|
set: function (a) {
|
|
70973
|
-
var b = this.
|
|
70974
|
-
this.
|
|
70975
|
-
if (b != this.
|
|
70976
|
-
this.
|
|
71010
|
+
var b = this.au;
|
|
71011
|
+
this.au = a;
|
|
71012
|
+
if (b != this.au) {
|
|
71013
|
+
this.cn("RowHeight", b, this.au);
|
|
70977
71014
|
}
|
|
70978
71015
|
},
|
|
70979
71016
|
enumerable: true,
|
|
70980
71017
|
configurable: true
|
|
70981
71018
|
});
|
|
70982
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71019
|
+
Object.defineProperty(CheckboxList.prototype, "av", {
|
|
70983
71020
|
get: function () {
|
|
70984
71021
|
if (this.h != null) {
|
|
70985
71022
|
return this.h.nf;
|
|
@@ -70989,7 +71026,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70989
71026
|
enumerable: true,
|
|
70990
71027
|
configurable: true
|
|
70991
71028
|
});
|
|
70992
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71029
|
+
Object.defineProperty(CheckboxList.prototype, "ae", {
|
|
70993
71030
|
get: function () {
|
|
70994
71031
|
return this.ac;
|
|
70995
71032
|
},
|
|
@@ -70997,7 +71034,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70997
71034
|
var b = this.ac;
|
|
70998
71035
|
this.ac = a;
|
|
70999
71036
|
if (b != this.ac) {
|
|
71000
|
-
this.
|
|
71037
|
+
this.cn("CellTextStyle", b, this.ac);
|
|
71001
71038
|
}
|
|
71002
71039
|
},
|
|
71003
71040
|
enumerable: true,
|
|
@@ -71011,7 +71048,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71011
71048
|
var b = this.k;
|
|
71012
71049
|
this.k = a;
|
|
71013
71050
|
if (b != this.k) {
|
|
71014
|
-
this.
|
|
71051
|
+
this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
71015
71052
|
}
|
|
71016
71053
|
},
|
|
71017
71054
|
enumerable: true,
|
|
@@ -71025,7 +71062,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71025
71062
|
var b = this.x;
|
|
71026
71063
|
this.x = a;
|
|
71027
71064
|
if (b != this.x) {
|
|
71028
|
-
this.
|
|
71065
|
+
this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
|
|
71029
71066
|
}
|
|
71030
71067
|
},
|
|
71031
71068
|
enumerable: true,
|
|
@@ -71039,7 +71076,147 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71039
71076
|
var b = this.z;
|
|
71040
71077
|
this.z = a;
|
|
71041
71078
|
if (b != this.z) {
|
|
71042
|
-
this.
|
|
71079
|
+
this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
|
|
71080
|
+
}
|
|
71081
|
+
},
|
|
71082
|
+
enumerable: true,
|
|
71083
|
+
configurable: true
|
|
71084
|
+
});
|
|
71085
|
+
Object.defineProperty(CheckboxList.prototype, "du", {
|
|
71086
|
+
get: function () {
|
|
71087
|
+
return this.dd;
|
|
71088
|
+
},
|
|
71089
|
+
set: function (a) {
|
|
71090
|
+
var b = this.dd;
|
|
71091
|
+
this.dd = a;
|
|
71092
|
+
if (b != this.dd) {
|
|
71093
|
+
this.cn("SearchIconColor", b, this.dd);
|
|
71094
|
+
}
|
|
71095
|
+
},
|
|
71096
|
+
enumerable: true,
|
|
71097
|
+
configurable: true
|
|
71098
|
+
});
|
|
71099
|
+
Object.defineProperty(CheckboxList.prototype, "ds", {
|
|
71100
|
+
get: function () {
|
|
71101
|
+
return this.db;
|
|
71102
|
+
},
|
|
71103
|
+
set: function (a) {
|
|
71104
|
+
var b = this.db;
|
|
71105
|
+
this.db = a;
|
|
71106
|
+
if (b != this.db) {
|
|
71107
|
+
this.cn("SearchBackgroundColor", b, this.db);
|
|
71108
|
+
}
|
|
71109
|
+
},
|
|
71110
|
+
enumerable: true,
|
|
71111
|
+
configurable: true
|
|
71112
|
+
});
|
|
71113
|
+
Object.defineProperty(CheckboxList.prototype, "dv", {
|
|
71114
|
+
get: function () {
|
|
71115
|
+
return this.de;
|
|
71116
|
+
},
|
|
71117
|
+
set: function (a) {
|
|
71118
|
+
var b = this.de;
|
|
71119
|
+
this.de = a;
|
|
71120
|
+
if (b != this.de) {
|
|
71121
|
+
this.cn("SearchTextColor", b, this.de);
|
|
71122
|
+
}
|
|
71123
|
+
},
|
|
71124
|
+
enumerable: true,
|
|
71125
|
+
configurable: true
|
|
71126
|
+
});
|
|
71127
|
+
Object.defineProperty(CheckboxList.prototype, "dt", {
|
|
71128
|
+
get: function () {
|
|
71129
|
+
return this.dc;
|
|
71130
|
+
},
|
|
71131
|
+
set: function (a) {
|
|
71132
|
+
var b = this.dc;
|
|
71133
|
+
this.dc = a;
|
|
71134
|
+
if (b != this.dc) {
|
|
71135
|
+
this.cn("SearchBorderColor", b, this.dc);
|
|
71136
|
+
}
|
|
71137
|
+
},
|
|
71138
|
+
enumerable: true,
|
|
71139
|
+
configurable: true
|
|
71140
|
+
});
|
|
71141
|
+
Object.defineProperty(CheckboxList.prototype, "af", {
|
|
71142
|
+
get: function () {
|
|
71143
|
+
return this.ad;
|
|
71144
|
+
},
|
|
71145
|
+
set: function (a) {
|
|
71146
|
+
var b = this.ad;
|
|
71147
|
+
this.ad = a;
|
|
71148
|
+
if (b != this.ad) {
|
|
71149
|
+
this.cn("SearchTextStyle", b, this.ad);
|
|
71150
|
+
}
|
|
71151
|
+
},
|
|
71152
|
+
enumerable: true,
|
|
71153
|
+
configurable: true
|
|
71154
|
+
});
|
|
71155
|
+
Object.defineProperty(CheckboxList.prototype, "dl", {
|
|
71156
|
+
get: function () {
|
|
71157
|
+
return this.c7;
|
|
71158
|
+
},
|
|
71159
|
+
set: function (a) {
|
|
71160
|
+
var b = this.c7;
|
|
71161
|
+
this.c7 = a;
|
|
71162
|
+
if (b != this.c7) {
|
|
71163
|
+
this.cn("CheckboxTickColor", b, this.c7);
|
|
71164
|
+
}
|
|
71165
|
+
},
|
|
71166
|
+
enumerable: true,
|
|
71167
|
+
configurable: true
|
|
71168
|
+
});
|
|
71169
|
+
Object.defineProperty(CheckboxList.prototype, "dj", {
|
|
71170
|
+
get: function () {
|
|
71171
|
+
return this.c5;
|
|
71172
|
+
},
|
|
71173
|
+
set: function (a) {
|
|
71174
|
+
var b = this.c5;
|
|
71175
|
+
this.c5 = a;
|
|
71176
|
+
if (b != this.c5) {
|
|
71177
|
+
this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
|
|
71178
|
+
}
|
|
71179
|
+
},
|
|
71180
|
+
enumerable: true,
|
|
71181
|
+
configurable: true
|
|
71182
|
+
});
|
|
71183
|
+
Object.defineProperty(CheckboxList.prototype, "dm", {
|
|
71184
|
+
get: function () {
|
|
71185
|
+
return this.c8;
|
|
71186
|
+
},
|
|
71187
|
+
set: function (a) {
|
|
71188
|
+
var b = this.c8;
|
|
71189
|
+
this.c8 = a;
|
|
71190
|
+
if (b != this.c8) {
|
|
71191
|
+
this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
|
|
71192
|
+
}
|
|
71193
|
+
},
|
|
71194
|
+
enumerable: true,
|
|
71195
|
+
configurable: true
|
|
71196
|
+
});
|
|
71197
|
+
Object.defineProperty(CheckboxList.prototype, "dk", {
|
|
71198
|
+
get: function () {
|
|
71199
|
+
return this.c6;
|
|
71200
|
+
},
|
|
71201
|
+
set: function (a) {
|
|
71202
|
+
var b = this.c6;
|
|
71203
|
+
this.c6 = a;
|
|
71204
|
+
if (b != this.c6) {
|
|
71205
|
+
this.cn("CheckboxCheckedBorderColor", b, this.c6);
|
|
71206
|
+
}
|
|
71207
|
+
},
|
|
71208
|
+
enumerable: true,
|
|
71209
|
+
configurable: true
|
|
71210
|
+
});
|
|
71211
|
+
Object.defineProperty(CheckboxList.prototype, "dn", {
|
|
71212
|
+
get: function () {
|
|
71213
|
+
return this.c9;
|
|
71214
|
+
},
|
|
71215
|
+
set: function (a) {
|
|
71216
|
+
var b = this.c9;
|
|
71217
|
+
this.c9 = a;
|
|
71218
|
+
if (b != this.c9) {
|
|
71219
|
+
this.cn("CheckboxUncheckedBorderColor", b, this.c9);
|
|
71043
71220
|
}
|
|
71044
71221
|
},
|
|
71045
71222
|
enumerable: true,
|
|
@@ -71053,33 +71230,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71053
71230
|
var b = this.v;
|
|
71054
71231
|
this.v = a;
|
|
71055
71232
|
if (b != this.v) {
|
|
71056
|
-
this.
|
|
71233
|
+
this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
|
|
71057
71234
|
}
|
|
71058
71235
|
},
|
|
71059
71236
|
enumerable: true,
|
|
71060
71237
|
configurable: true
|
|
71061
71238
|
});
|
|
71062
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71239
|
+
Object.defineProperty(CheckboxList.prototype, "dr", {
|
|
71063
71240
|
get: function () {
|
|
71064
|
-
return this.
|
|
71241
|
+
return this.da;
|
|
71065
71242
|
},
|
|
71066
71243
|
set: function (a) {
|
|
71067
|
-
var b = this.
|
|
71068
|
-
this.
|
|
71069
|
-
if (b != this.
|
|
71070
|
-
this.
|
|
71244
|
+
var b = this.da;
|
|
71245
|
+
this.da = a;
|
|
71246
|
+
if (b != this.da) {
|
|
71247
|
+
this.cn("ScrollbarBackground", b, this.da);
|
|
71071
71248
|
}
|
|
71072
71249
|
},
|
|
71073
71250
|
enumerable: true,
|
|
71074
71251
|
configurable: true
|
|
71075
71252
|
});
|
|
71076
|
-
CheckboxList.prototype.
|
|
71253
|
+
CheckboxList.prototype.cn = function (a, b, c) {
|
|
71077
71254
|
if (this.propertyChanged != null) {
|
|
71078
71255
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
71079
71256
|
}
|
|
71080
|
-
this.
|
|
71257
|
+
this.cs(a, b, c);
|
|
71081
71258
|
};
|
|
71082
|
-
CheckboxList.prototype.
|
|
71259
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
71083
71260
|
switch (a) {
|
|
71084
71261
|
case "ItemsSource":
|
|
71085
71262
|
if (this.h != null) {
|
|
@@ -71092,26 +71269,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71092
71269
|
}
|
|
71093
71270
|
if (this.h.actualDataSource != null) {
|
|
71094
71271
|
var d = this.h.actualDataSource;
|
|
71095
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
71272
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
|
|
71096
71273
|
}
|
|
71097
|
-
this.h.itemsSource = this.
|
|
71098
|
-
this.
|
|
71274
|
+
this.h.itemsSource = this.ay;
|
|
71275
|
+
this.b7();
|
|
71099
71276
|
if (this.h.actualDataSource != null) {
|
|
71100
71277
|
var e = this.h.actualDataSource;
|
|
71101
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
71278
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
|
|
71102
71279
|
}
|
|
71103
|
-
this.
|
|
71104
|
-
this.
|
|
71105
|
-
this.
|
|
71106
|
-
this.m.
|
|
71280
|
+
this.aj = true;
|
|
71281
|
+
this.cq();
|
|
71282
|
+
this.aj = false;
|
|
71283
|
+
this.m.ag();
|
|
71107
71284
|
}
|
|
71108
71285
|
break;
|
|
71109
71286
|
case "DataMemberPath":
|
|
71110
71287
|
case "SelectedMemberPath":
|
|
71111
71288
|
if (this.h != null) {
|
|
71112
|
-
if (this.
|
|
71113
|
-
this.
|
|
71114
|
-
this.
|
|
71289
|
+
if (this.a0 != null) {
|
|
71290
|
+
this.cq();
|
|
71291
|
+
this.c1();
|
|
71115
71292
|
}
|
|
71116
71293
|
}
|
|
71117
71294
|
break;
|
|
@@ -71121,23 +71298,23 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71121
71298
|
}
|
|
71122
71299
|
break;
|
|
71123
71300
|
case "SelectAllCaptionTextColor":
|
|
71124
|
-
this.
|
|
71301
|
+
this.dh = null != this.dw ? this.dw : CheckboxList.dq;
|
|
71125
71302
|
break;
|
|
71126
71303
|
case "SelectAllCaption":
|
|
71127
71304
|
case "ActualSelectAllCaptionTextColor":
|
|
71128
|
-
this.m.
|
|
71305
|
+
this.m.af();
|
|
71129
71306
|
break;
|
|
71130
71307
|
case "showSelectAll":
|
|
71131
|
-
this.m.
|
|
71132
|
-
this.m.
|
|
71308
|
+
this.m.ai();
|
|
71309
|
+
this.m.s();
|
|
71133
71310
|
break;
|
|
71134
71311
|
case "ShowFilter":
|
|
71135
|
-
this.m.
|
|
71136
|
-
this.m.
|
|
71312
|
+
this.m.ae();
|
|
71313
|
+
this.m.s();
|
|
71137
71314
|
break;
|
|
71138
71315
|
case "FilterPlaceholderText":
|
|
71139
71316
|
if (this.o != null) {
|
|
71140
|
-
this.o.
|
|
71317
|
+
this.o.ce = this.bg;
|
|
71141
71318
|
}
|
|
71142
71319
|
break;
|
|
71143
71320
|
case "SearchInputType":
|
|
@@ -71147,32 +71324,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71147
71324
|
break;
|
|
71148
71325
|
case "RowHeight":
|
|
71149
71326
|
if (this.h != null) {
|
|
71150
|
-
this.h.oa = this.
|
|
71327
|
+
this.h.oa = this.ax;
|
|
71151
71328
|
}
|
|
71152
71329
|
break;
|
|
71153
71330
|
case "CellTextStyle":
|
|
71154
71331
|
if (this.h != null) {
|
|
71155
|
-
this.h.gx = this.
|
|
71332
|
+
this.h.gx = this.ae;
|
|
71156
71333
|
}
|
|
71334
|
+
this.m.ac();
|
|
71157
71335
|
break;
|
|
71158
71336
|
case "BackgroundColor":
|
|
71159
71337
|
case "TextColor":
|
|
71160
71338
|
var f = this.h;
|
|
71161
71339
|
if (null != f) {
|
|
71162
|
-
f.zv = this.
|
|
71163
|
-
f.zt = this.
|
|
71340
|
+
f.zv = this.dy;
|
|
71341
|
+
f.zt = this.di;
|
|
71164
71342
|
}
|
|
71165
|
-
this.m.
|
|
71343
|
+
this.m.ad();
|
|
71166
71344
|
break;
|
|
71167
71345
|
case "BaseTheme":
|
|
71168
|
-
this.
|
|
71346
|
+
this.c0();
|
|
71169
71347
|
break;
|
|
71170
71348
|
case "Density":
|
|
71171
|
-
this.
|
|
71349
|
+
this.cz();
|
|
71172
71350
|
break;
|
|
71173
71351
|
case "IsRowHoverEnabled":
|
|
71174
71352
|
if (this.h != null) {
|
|
71175
|
-
this.h.ka = this.
|
|
71353
|
+
this.h.ka = this.an;
|
|
71176
71354
|
}
|
|
71177
71355
|
break;
|
|
71178
71356
|
case "ScrollbarStyle":
|
|
@@ -71182,44 +71360,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71182
71360
|
break;
|
|
71183
71361
|
case "ScrollbarBackground":
|
|
71184
71362
|
if (this.h != null) {
|
|
71185
|
-
this.h.aae = this.
|
|
71363
|
+
this.h.aae = this.dr;
|
|
71364
|
+
}
|
|
71365
|
+
break;
|
|
71366
|
+
case "SearchIconColor":
|
|
71367
|
+
this.m.ab();
|
|
71368
|
+
break;
|
|
71369
|
+
case "SearchBackgroundColor":
|
|
71370
|
+
this.r.oz = this.ds;
|
|
71371
|
+
break;
|
|
71372
|
+
case "SearchBorderColor":
|
|
71373
|
+
this.r.o0 = this.dt;
|
|
71374
|
+
break;
|
|
71375
|
+
case "SearchTextColor":
|
|
71376
|
+
this.p.d1 = this.dv;
|
|
71377
|
+
break;
|
|
71378
|
+
case "SearchTextStyle":
|
|
71379
|
+
this.p.af = this.af;
|
|
71380
|
+
break;
|
|
71381
|
+
case "CheckboxTickColor":
|
|
71382
|
+
case "CheckboxCheckedBackgroundColor":
|
|
71383
|
+
case "CheckboxUncheckedBackgroundColor":
|
|
71384
|
+
case "CheckboxCheckedBorderColor":
|
|
71385
|
+
case "CheckboxUncheckedBorderColor":
|
|
71386
|
+
this.m.y();
|
|
71387
|
+
if (this.h != null) {
|
|
71388
|
+
this.h.w9();
|
|
71186
71389
|
}
|
|
71187
71390
|
break;
|
|
71188
71391
|
}
|
|
71189
71392
|
};
|
|
71190
|
-
CheckboxList.prototype.
|
|
71393
|
+
CheckboxList.prototype.cz = function () {
|
|
71191
71394
|
if (this.h != null) {
|
|
71192
71395
|
this.h.go = this.aa;
|
|
71193
71396
|
}
|
|
71194
71397
|
if (this.q != null) {
|
|
71195
71398
|
this.q.n = this.aa;
|
|
71196
71399
|
}
|
|
71197
|
-
this.m.
|
|
71400
|
+
this.m.x();
|
|
71198
71401
|
};
|
|
71199
|
-
CheckboxList.prototype.
|
|
71402
|
+
CheckboxList.prototype.c0 = function () {
|
|
71200
71403
|
if (this.q != null) {
|
|
71201
71404
|
this.q.j = this.y;
|
|
71202
71405
|
}
|
|
71203
|
-
this.m.
|
|
71406
|
+
this.m.z();
|
|
71204
71407
|
};
|
|
71205
|
-
CheckboxList.prototype.
|
|
71206
|
-
this.
|
|
71207
|
-
this.
|
|
71408
|
+
CheckboxList.prototype.co = function (a, b) {
|
|
71409
|
+
this.aj = true;
|
|
71410
|
+
this.b7();
|
|
71208
71411
|
if (b.schema != null) {
|
|
71209
|
-
this.
|
|
71412
|
+
this.cq();
|
|
71210
71413
|
for (var c = 0; c < this.g.count; c++) {
|
|
71211
|
-
this.
|
|
71414
|
+
this.cl(this.g._inner[c]);
|
|
71212
71415
|
}
|
|
71213
|
-
this.m.
|
|
71416
|
+
this.m.ag();
|
|
71214
71417
|
}
|
|
71215
|
-
this.
|
|
71418
|
+
this.aj = false;
|
|
71216
71419
|
};
|
|
71217
|
-
CheckboxList.prototype.
|
|
71218
|
-
if (this.ab == null && this.
|
|
71219
|
-
this.ab = new FastReflectionHelper(false, this.
|
|
71420
|
+
CheckboxList.prototype.cq = function () {
|
|
71421
|
+
if (this.ab == null && this.a2 != null && this.a2 != "") {
|
|
71422
|
+
this.ab = new FastReflectionHelper(false, this.a2);
|
|
71220
71423
|
}
|
|
71221
|
-
if (this.
|
|
71222
|
-
this.ab.propertyName = this.
|
|
71424
|
+
if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
|
|
71425
|
+
this.ab.propertyName = this.a2;
|
|
71223
71426
|
var a = this.h.actualDataSource.actualCount;
|
|
71224
71427
|
for (var b = 0; b < a; b++) {
|
|
71225
71428
|
var c = this.h.actualDataSource.getItemAtIndex(b);
|
|
@@ -71233,24 +71436,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71233
71436
|
}
|
|
71234
71437
|
}
|
|
71235
71438
|
};
|
|
71236
|
-
CheckboxList.prototype.
|
|
71439
|
+
CheckboxList.prototype.c1 = function () {
|
|
71237
71440
|
this.h.actualColumns.clear();
|
|
71238
71441
|
this.h.l = this.b;
|
|
71239
71442
|
this.h.jy = false;
|
|
71240
|
-
this.h.oa = this.
|
|
71241
|
-
this.h.zt = this.
|
|
71242
|
-
this.h.zu = this.
|
|
71443
|
+
this.h.oa = this.ax;
|
|
71444
|
+
this.h.zt = this.di;
|
|
71445
|
+
this.h.zu = this.di;
|
|
71243
71446
|
this.h.go = this.aa;
|
|
71244
|
-
this.h.ka = this.
|
|
71447
|
+
this.h.ka = this.an;
|
|
71245
71448
|
this.h.aa0 = new Thickness(0, 0);
|
|
71246
|
-
if (this.
|
|
71247
|
-
this.h.gx = this.
|
|
71449
|
+
if (this.ae != null) {
|
|
71450
|
+
this.h.gx = this.ae;
|
|
71248
71451
|
}
|
|
71249
71452
|
var a = new TemplateColumn();
|
|
71250
|
-
if (this.
|
|
71251
|
-
this.
|
|
71453
|
+
if (this.a2 == null) {
|
|
71454
|
+
this.a2 = "";
|
|
71252
71455
|
}
|
|
71253
|
-
a.i8 = this.
|
|
71456
|
+
a.i8 = this.a2;
|
|
71254
71457
|
a.jz = "CheckboxColumn";
|
|
71255
71458
|
var b = new ColumnWidth();
|
|
71256
71459
|
b.c = false;
|
|
@@ -71258,10 +71461,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71258
71461
|
a.width = b;
|
|
71259
71462
|
a.h2 = 0;
|
|
71260
71463
|
a.h3 = 0;
|
|
71261
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
71464
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
|
|
71262
71465
|
this.h.columns.add(a);
|
|
71263
71466
|
this.i = a;
|
|
71264
|
-
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
71467
|
+
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
|
|
71265
71468
|
var d;
|
|
71266
71469
|
switch (c) {
|
|
71267
71470
|
case 8:
|
|
@@ -71284,25 +71487,25 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71284
71487
|
d = new TextColumn();
|
|
71285
71488
|
break;
|
|
71286
71489
|
}
|
|
71287
|
-
d.i8 = this.
|
|
71490
|
+
d.i8 = this.a0;
|
|
71288
71491
|
d.jz = "DataColumn";
|
|
71289
71492
|
d.h2 = 0;
|
|
71290
71493
|
d.e = 0;
|
|
71291
71494
|
this.h.columns.add(d);
|
|
71292
71495
|
};
|
|
71293
71496
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
71294
|
-
this.m.
|
|
71497
|
+
this.m.aa(a);
|
|
71295
71498
|
};
|
|
71296
71499
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
71297
|
-
this.m.
|
|
71500
|
+
this.m.p(a);
|
|
71298
71501
|
};
|
|
71299
|
-
CheckboxList.prototype.
|
|
71502
|
+
CheckboxList.prototype.ck = function () {
|
|
71300
71503
|
var a = this.p;
|
|
71301
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
71504
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cc));
|
|
71302
71505
|
};
|
|
71303
|
-
CheckboxList.prototype.
|
|
71506
|
+
CheckboxList.prototype.cc = function (a, b) {
|
|
71304
71507
|
var c = b.value.toLowerCase();
|
|
71305
|
-
this.
|
|
71508
|
+
this.cj(c);
|
|
71306
71509
|
};
|
|
71307
71510
|
CheckboxList.prototype.j = function (a) {
|
|
71308
71511
|
if (this.b == null) {
|
|
@@ -71316,55 +71519,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71316
71519
|
}
|
|
71317
71520
|
return new PrimaryKeyValue(b, c);
|
|
71318
71521
|
};
|
|
71319
|
-
CheckboxList.prototype.
|
|
71320
|
-
this.
|
|
71522
|
+
CheckboxList.prototype.cw = function (a) {
|
|
71523
|
+
this.ai = true;
|
|
71321
71524
|
var b = this.e.getItemAtIndex(a);
|
|
71322
71525
|
var c = this.j(b);
|
|
71323
71526
|
this.g.remove(c);
|
|
71324
|
-
this.
|
|
71527
|
+
this.ai = false;
|
|
71325
71528
|
};
|
|
71326
|
-
CheckboxList.prototype.
|
|
71327
|
-
this.
|
|
71529
|
+
CheckboxList.prototype.b5 = function (a) {
|
|
71530
|
+
this.ai = true;
|
|
71328
71531
|
var b = this.e.getItemAtIndex(a);
|
|
71329
71532
|
var c = this.j(b);
|
|
71330
71533
|
this.g.add(c);
|
|
71331
|
-
this.
|
|
71534
|
+
this.ai = false;
|
|
71332
71535
|
};
|
|
71333
|
-
CheckboxList.prototype.
|
|
71536
|
+
CheckboxList.prototype.cy = function () {
|
|
71334
71537
|
this.l = 0;
|
|
71335
71538
|
this.g.clear();
|
|
71336
|
-
this.
|
|
71337
|
-
this.m.
|
|
71539
|
+
this.cd();
|
|
71540
|
+
this.m.ag();
|
|
71338
71541
|
};
|
|
71339
|
-
CheckboxList.prototype.
|
|
71542
|
+
CheckboxList.prototype.b9 = function () {
|
|
71340
71543
|
this.l = 1;
|
|
71341
71544
|
this.g.clear();
|
|
71342
|
-
this.
|
|
71343
|
-
this.m.
|
|
71545
|
+
this.cd();
|
|
71546
|
+
this.m.ag();
|
|
71344
71547
|
};
|
|
71345
|
-
CheckboxList.prototype.
|
|
71548
|
+
CheckboxList.prototype.cg = function (a, b, c) {
|
|
71346
71549
|
if (this.h != null) {
|
|
71347
71550
|
this.h.u5(a, b, c);
|
|
71348
71551
|
}
|
|
71349
71552
|
};
|
|
71350
|
-
CheckboxList.prototype.
|
|
71553
|
+
CheckboxList.prototype.cd = function () {
|
|
71351
71554
|
if (this.h != null) {
|
|
71352
71555
|
this.h.uz();
|
|
71353
71556
|
}
|
|
71354
71557
|
};
|
|
71355
|
-
CheckboxList.prototype.
|
|
71558
|
+
CheckboxList.prototype.ce = function (a, b) {
|
|
71356
71559
|
if (this.h != null) {
|
|
71357
71560
|
this.h.u1(a, b);
|
|
71358
71561
|
}
|
|
71359
71562
|
;
|
|
71360
71563
|
};
|
|
71361
|
-
CheckboxList.prototype.
|
|
71564
|
+
CheckboxList.prototype.cf = function (a, b) {
|
|
71362
71565
|
if (this.h != null) {
|
|
71363
71566
|
this.h.u2(a, b);
|
|
71364
71567
|
}
|
|
71365
71568
|
;
|
|
71366
71569
|
};
|
|
71367
|
-
CheckboxList.prototype.
|
|
71570
|
+
CheckboxList.prototype.b6 = function (a) {
|
|
71368
71571
|
var b = null;
|
|
71369
71572
|
if (this.b == null || this.b.length == 0) {
|
|
71370
71573
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71379,7 +71582,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71379
71582
|
this.g.add(b);
|
|
71380
71583
|
}
|
|
71381
71584
|
};
|
|
71382
|
-
CheckboxList.prototype.
|
|
71585
|
+
CheckboxList.prototype.cx = function (a) {
|
|
71383
71586
|
var b = null;
|
|
71384
71587
|
if (this.b == null || this.b.length == 0) {
|
|
71385
71588
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71394,59 +71597,59 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71394
71597
|
this.g.remove(b);
|
|
71395
71598
|
}
|
|
71396
71599
|
};
|
|
71397
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71600
|
+
Object.defineProperty(CheckboxList.prototype, "bx", {
|
|
71398
71601
|
get: function () {
|
|
71399
|
-
return this.
|
|
71602
|
+
return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
|
|
71400
71603
|
},
|
|
71401
71604
|
set: function (a) {
|
|
71402
|
-
if (a == this.
|
|
71605
|
+
if (a == this.bw) {
|
|
71403
71606
|
return;
|
|
71404
71607
|
}
|
|
71405
|
-
var b = this.
|
|
71406
|
-
this.
|
|
71407
|
-
this.
|
|
71608
|
+
var b = this.bw;
|
|
71609
|
+
this.bw = a;
|
|
71610
|
+
this.cn("SelectAllCaption", b, this.bw);
|
|
71408
71611
|
},
|
|
71409
71612
|
enumerable: true,
|
|
71410
71613
|
configurable: true
|
|
71411
71614
|
});
|
|
71412
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71615
|
+
Object.defineProperty(CheckboxList.prototype, "dw", {
|
|
71413
71616
|
get: function () {
|
|
71414
|
-
return this.
|
|
71617
|
+
return this.df;
|
|
71415
71618
|
},
|
|
71416
71619
|
set: function (a) {
|
|
71417
|
-
var b = this.
|
|
71418
|
-
this.
|
|
71419
|
-
if (b != this.
|
|
71420
|
-
this.
|
|
71620
|
+
var b = this.df;
|
|
71621
|
+
this.df = a;
|
|
71622
|
+
if (b != this.df) {
|
|
71623
|
+
this.cn("SelectAllCaptionTextColor", b, a);
|
|
71421
71624
|
}
|
|
71422
71625
|
},
|
|
71423
71626
|
enumerable: true,
|
|
71424
71627
|
configurable: true
|
|
71425
71628
|
});
|
|
71426
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71629
|
+
Object.defineProperty(CheckboxList.prototype, "dh", {
|
|
71427
71630
|
get: function () {
|
|
71428
|
-
return this.
|
|
71631
|
+
return this.c3;
|
|
71429
71632
|
},
|
|
71430
71633
|
set: function (a) {
|
|
71431
|
-
var b = this.
|
|
71432
|
-
this.
|
|
71433
|
-
if (b != this.
|
|
71434
|
-
this.
|
|
71634
|
+
var b = this.c3;
|
|
71635
|
+
this.c3 = a;
|
|
71636
|
+
if (b != this.c3) {
|
|
71637
|
+
this.cn("ActualSelectAllCaptionTextColor", b, a);
|
|
71435
71638
|
}
|
|
71436
71639
|
},
|
|
71437
71640
|
enumerable: true,
|
|
71438
71641
|
configurable: true
|
|
71439
71642
|
});
|
|
71440
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71643
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
71441
71644
|
get: function () {
|
|
71442
|
-
if (-1 == this.
|
|
71645
|
+
if (-1 == this.aw) {
|
|
71443
71646
|
return false;
|
|
71444
71647
|
}
|
|
71445
71648
|
var a = this.g.count;
|
|
71446
71649
|
if (0 == a) {
|
|
71447
71650
|
return false;
|
|
71448
71651
|
}
|
|
71449
|
-
if (a == this.
|
|
71652
|
+
if (a == this.aw) {
|
|
71450
71653
|
return false;
|
|
71451
71654
|
}
|
|
71452
71655
|
return true;
|
|
@@ -71454,50 +71657,50 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71454
71657
|
enumerable: true,
|
|
71455
71658
|
configurable: true
|
|
71456
71659
|
});
|
|
71457
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71660
|
+
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
71458
71661
|
get: function () {
|
|
71459
|
-
return this.
|
|
71662
|
+
return this.ar;
|
|
71460
71663
|
},
|
|
71461
71664
|
set: function (a) {
|
|
71462
|
-
if (a == this.
|
|
71665
|
+
if (a == this.ar) {
|
|
71463
71666
|
return;
|
|
71464
71667
|
}
|
|
71465
|
-
var b = this.
|
|
71466
|
-
this.
|
|
71467
|
-
this.
|
|
71668
|
+
var b = this.ar;
|
|
71669
|
+
this.ar = a;
|
|
71670
|
+
this.cn("showSelectAll", b, this.ar);
|
|
71468
71671
|
},
|
|
71469
71672
|
enumerable: true,
|
|
71470
71673
|
configurable: true
|
|
71471
71674
|
});
|
|
71472
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71675
|
+
Object.defineProperty(CheckboxList.prototype, "di", {
|
|
71473
71676
|
get: function () {
|
|
71474
|
-
return this.
|
|
71677
|
+
return this.c4;
|
|
71475
71678
|
},
|
|
71476
71679
|
set: function (a) {
|
|
71477
|
-
var b = this.
|
|
71478
|
-
this.
|
|
71479
|
-
if (b != this.
|
|
71480
|
-
this.
|
|
71680
|
+
var b = this.c4;
|
|
71681
|
+
this.c4 = a;
|
|
71682
|
+
if (b != this.c4) {
|
|
71683
|
+
this.cn("BackgroundColor", b, a);
|
|
71481
71684
|
}
|
|
71482
71685
|
},
|
|
71483
71686
|
enumerable: true,
|
|
71484
71687
|
configurable: true
|
|
71485
71688
|
});
|
|
71486
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71689
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
71487
71690
|
get: function () {
|
|
71488
|
-
return this.
|
|
71691
|
+
return this.dg;
|
|
71489
71692
|
},
|
|
71490
71693
|
set: function (a) {
|
|
71491
|
-
var b = this.
|
|
71492
|
-
this.
|
|
71493
|
-
if (b != this.
|
|
71494
|
-
this.
|
|
71694
|
+
var b = this.dg;
|
|
71695
|
+
this.dg = a;
|
|
71696
|
+
if (b != this.dg) {
|
|
71697
|
+
this.cn("TextColor", b, a);
|
|
71495
71698
|
}
|
|
71496
71699
|
},
|
|
71497
71700
|
enumerable: true,
|
|
71498
71701
|
configurable: true
|
|
71499
71702
|
});
|
|
71500
|
-
CheckboxList.prototype.
|
|
71703
|
+
CheckboxList.prototype.cp = function (a) {
|
|
71501
71704
|
if (this.selectAllCheckboxChanged != null) {
|
|
71502
71705
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
71503
71706
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -71506,77 +71709,77 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71506
71709
|
})()));
|
|
71507
71710
|
}
|
|
71508
71711
|
};
|
|
71509
|
-
CheckboxList.prototype.
|
|
71510
|
-
if (-1 == this.
|
|
71712
|
+
CheckboxList.prototype.al = function () {
|
|
71713
|
+
if (-1 == this.aw) {
|
|
71511
71714
|
return true;
|
|
71512
71715
|
}
|
|
71513
71716
|
var a = this.g.count;
|
|
71514
71717
|
switch (this.l) {
|
|
71515
|
-
case 0: return this.
|
|
71718
|
+
case 0: return this.aw == a;
|
|
71516
71719
|
case 1: return 0 == a;
|
|
71517
71720
|
default: return false;
|
|
71518
71721
|
}
|
|
71519
71722
|
};
|
|
71520
|
-
CheckboxList.prototype.
|
|
71521
|
-
if (-1 == this.
|
|
71723
|
+
CheckboxList.prototype.ak = function () {
|
|
71724
|
+
if (-1 == this.aw) {
|
|
71522
71725
|
return false;
|
|
71523
71726
|
}
|
|
71524
71727
|
var a = this.g.count;
|
|
71525
71728
|
switch (this.l) {
|
|
71526
71729
|
case 0: return 0 == a;
|
|
71527
|
-
case 1: return this.
|
|
71730
|
+
case 1: return this.aw == a;
|
|
71528
71731
|
default: return false;
|
|
71529
71732
|
}
|
|
71530
71733
|
};
|
|
71531
|
-
CheckboxList.prototype.
|
|
71734
|
+
CheckboxList.prototype.b7 = function () {
|
|
71532
71735
|
var a = this.h.actualDataSource;
|
|
71533
71736
|
if (null != a) {
|
|
71534
71737
|
if (null == a.actualSchema) {
|
|
71535
|
-
this.
|
|
71738
|
+
this.aw = -1;
|
|
71536
71739
|
return;
|
|
71537
71740
|
}
|
|
71538
71741
|
var b = a.actualCount;
|
|
71539
|
-
this.
|
|
71742
|
+
this.aw = b;
|
|
71540
71743
|
}
|
|
71541
71744
|
else {
|
|
71542
|
-
this.
|
|
71745
|
+
this.aw = -1;
|
|
71543
71746
|
}
|
|
71544
71747
|
};
|
|
71545
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71748
|
+
Object.defineProperty(CheckboxList.prototype, "aq", {
|
|
71546
71749
|
get: function () {
|
|
71547
|
-
return this.
|
|
71750
|
+
return this.ap;
|
|
71548
71751
|
},
|
|
71549
71752
|
set: function (a) {
|
|
71550
|
-
if (a == this.
|
|
71753
|
+
if (a == this.ap) {
|
|
71551
71754
|
return;
|
|
71552
71755
|
}
|
|
71553
|
-
var b = this.
|
|
71554
|
-
this.
|
|
71555
|
-
this.
|
|
71756
|
+
var b = this.ap;
|
|
71757
|
+
this.ap = a;
|
|
71758
|
+
this.cn("ShowFilter", b, this.ap);
|
|
71556
71759
|
},
|
|
71557
71760
|
enumerable: true,
|
|
71558
71761
|
configurable: true
|
|
71559
71762
|
});
|
|
71560
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71763
|
+
Object.defineProperty(CheckboxList.prototype, "an", {
|
|
71561
71764
|
get: function () {
|
|
71562
|
-
return this.
|
|
71765
|
+
return this.am;
|
|
71563
71766
|
},
|
|
71564
71767
|
set: function (a) {
|
|
71565
|
-
if (a == this.
|
|
71768
|
+
if (a == this.am) {
|
|
71566
71769
|
return;
|
|
71567
71770
|
}
|
|
71568
|
-
var b = this.
|
|
71569
|
-
this.
|
|
71570
|
-
this.
|
|
71771
|
+
var b = this.am;
|
|
71772
|
+
this.am = a;
|
|
71773
|
+
this.cn("IsRowHoverEnabled", b, this.am);
|
|
71571
71774
|
},
|
|
71572
71775
|
enumerable: true,
|
|
71573
71776
|
configurable: true
|
|
71574
71777
|
});
|
|
71575
71778
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
71576
|
-
CheckboxList.
|
|
71577
|
-
CheckboxList.
|
|
71578
|
-
CheckboxList.
|
|
71579
|
-
CheckboxList.
|
|
71779
|
+
CheckboxList.dx = BrushUtil.g(255, 24, 29, 31);
|
|
71780
|
+
CheckboxList.bt = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
71781
|
+
CheckboxList.dp = BrushUtil.g(255, 248, 248, 248);
|
|
71782
|
+
CheckboxList.dq = BrushUtil.g(255, 24, 29, 31);
|
|
71580
71783
|
return CheckboxList;
|
|
71581
71784
|
}(Base));
|
|
71582
71785
|
|
|
@@ -71947,10 +72150,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71947
72150
|
* Gets or Sets the property name that contains the values.
|
|
71948
72151
|
*/
|
|
71949
72152
|
get: function () {
|
|
71950
|
-
return this.i.
|
|
72153
|
+
return this.i.bc;
|
|
71951
72154
|
},
|
|
71952
72155
|
set: function (v) {
|
|
71953
|
-
this.i.
|
|
72156
|
+
this.i.bc = v;
|
|
71954
72157
|
},
|
|
71955
72158
|
enumerable: true,
|
|
71956
72159
|
configurable: true
|
|
@@ -71960,10 +72163,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71960
72163
|
* Gets or Sets the property name that contains the values.
|
|
71961
72164
|
*/
|
|
71962
72165
|
get: function () {
|
|
71963
|
-
return this.i.
|
|
72166
|
+
return this.i.b0;
|
|
71964
72167
|
},
|
|
71965
72168
|
set: function (v) {
|
|
71966
|
-
this.i.
|
|
72169
|
+
this.i.b0 = v;
|
|
71967
72170
|
},
|
|
71968
72171
|
enumerable: true,
|
|
71969
72172
|
configurable: true
|
|
@@ -71973,10 +72176,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71973
72176
|
* Gets or Sets the property name that contains the values.
|
|
71974
72177
|
*/
|
|
71975
72178
|
get: function () {
|
|
71976
|
-
return this.i.
|
|
72179
|
+
return this.i.bg;
|
|
71977
72180
|
},
|
|
71978
72181
|
set: function (v) {
|
|
71979
|
-
this.i.
|
|
72182
|
+
this.i.bg = v;
|
|
71980
72183
|
},
|
|
71981
72184
|
enumerable: true,
|
|
71982
72185
|
configurable: true
|
|
@@ -72000,18 +72203,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72000
72203
|
* Gets or Sets the property name that contains the values.
|
|
72001
72204
|
*/
|
|
72002
72205
|
get: function () {
|
|
72003
|
-
return this.i.
|
|
72206
|
+
return this.i.ax;
|
|
72004
72207
|
},
|
|
72005
72208
|
set: function (v) {
|
|
72006
|
-
this.i.
|
|
72007
|
-
this._a("rowHeight", this.i.
|
|
72209
|
+
this.i.ax = +v;
|
|
72210
|
+
this._a("rowHeight", this.i.ax);
|
|
72008
72211
|
},
|
|
72009
72212
|
enumerable: true,
|
|
72010
72213
|
configurable: true
|
|
72011
72214
|
});
|
|
72012
72215
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
72013
72216
|
get: function () {
|
|
72014
|
-
return this.i.
|
|
72217
|
+
return this.i.av;
|
|
72015
72218
|
},
|
|
72016
72219
|
enumerable: true,
|
|
72017
72220
|
configurable: true
|
|
@@ -72021,16 +72224,16 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72021
72224
|
* Gets or Sets the property name that contains the values.
|
|
72022
72225
|
*/
|
|
72023
72226
|
get: function () {
|
|
72024
|
-
if (this.i.
|
|
72227
|
+
if (this.i.ae == null) {
|
|
72025
72228
|
return null;
|
|
72026
72229
|
}
|
|
72027
|
-
return this.i.
|
|
72230
|
+
return this.i.ae.fontString;
|
|
72028
72231
|
},
|
|
72029
72232
|
set: function (v) {
|
|
72030
72233
|
var fi = new FontInfo();
|
|
72031
72234
|
fi.fontString = v;
|
|
72032
|
-
this.i.
|
|
72033
|
-
this._a("cellTextStyle", this.i.
|
|
72235
|
+
this.i.ae = fi;
|
|
72236
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
72034
72237
|
},
|
|
72035
72238
|
enumerable: true,
|
|
72036
72239
|
configurable: true
|
|
@@ -72077,6 +72280,151 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72077
72280
|
enumerable: true,
|
|
72078
72281
|
configurable: true
|
|
72079
72282
|
});
|
|
72283
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchIconColor", {
|
|
72284
|
+
/**
|
|
72285
|
+
* Gets or sets the search icon color.
|
|
72286
|
+
*/
|
|
72287
|
+
get: function () {
|
|
72288
|
+
return brushToString(this.i.du);
|
|
72289
|
+
},
|
|
72290
|
+
set: function (v) {
|
|
72291
|
+
this.i.du = stringToBrush(v);
|
|
72292
|
+
this._a("searchIconColor", brushToString(this.i.du));
|
|
72293
|
+
},
|
|
72294
|
+
enumerable: true,
|
|
72295
|
+
configurable: true
|
|
72296
|
+
});
|
|
72297
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBackgroundColor", {
|
|
72298
|
+
/**
|
|
72299
|
+
* Gets or sets the search background color.
|
|
72300
|
+
*/
|
|
72301
|
+
get: function () {
|
|
72302
|
+
return brushToString(this.i.ds);
|
|
72303
|
+
},
|
|
72304
|
+
set: function (v) {
|
|
72305
|
+
this.i.ds = stringToBrush(v);
|
|
72306
|
+
this._a("searchBackgroundColor", brushToString(this.i.ds));
|
|
72307
|
+
},
|
|
72308
|
+
enumerable: true,
|
|
72309
|
+
configurable: true
|
|
72310
|
+
});
|
|
72311
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextColor", {
|
|
72312
|
+
/**
|
|
72313
|
+
* Gets or sets the search text color.
|
|
72314
|
+
*/
|
|
72315
|
+
get: function () {
|
|
72316
|
+
return brushToString(this.i.dv);
|
|
72317
|
+
},
|
|
72318
|
+
set: function (v) {
|
|
72319
|
+
this.i.dv = stringToBrush(v);
|
|
72320
|
+
this._a("searchTextColor", brushToString(this.i.dv));
|
|
72321
|
+
},
|
|
72322
|
+
enumerable: true,
|
|
72323
|
+
configurable: true
|
|
72324
|
+
});
|
|
72325
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBorderColor", {
|
|
72326
|
+
/**
|
|
72327
|
+
* Gets or sets the search border color.
|
|
72328
|
+
*/
|
|
72329
|
+
get: function () {
|
|
72330
|
+
return brushToString(this.i.dt);
|
|
72331
|
+
},
|
|
72332
|
+
set: function (v) {
|
|
72333
|
+
this.i.dt = stringToBrush(v);
|
|
72334
|
+
this._a("searchBorderColor", brushToString(this.i.dt));
|
|
72335
|
+
},
|
|
72336
|
+
enumerable: true,
|
|
72337
|
+
configurable: true
|
|
72338
|
+
});
|
|
72339
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextStyle", {
|
|
72340
|
+
/**
|
|
72341
|
+
* Gets or sets the text style.
|
|
72342
|
+
*/
|
|
72343
|
+
get: function () {
|
|
72344
|
+
if (this.i.af == null) {
|
|
72345
|
+
return null;
|
|
72346
|
+
}
|
|
72347
|
+
return this.i.af.fontString;
|
|
72348
|
+
},
|
|
72349
|
+
set: function (v) {
|
|
72350
|
+
var fi = new FontInfo();
|
|
72351
|
+
fi.fontString = v;
|
|
72352
|
+
this.i.af = fi;
|
|
72353
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
72354
|
+
},
|
|
72355
|
+
enumerable: true,
|
|
72356
|
+
configurable: true
|
|
72357
|
+
});
|
|
72358
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxTickColor", {
|
|
72359
|
+
/**
|
|
72360
|
+
* Gets or sets the checkbox tick color.
|
|
72361
|
+
*/
|
|
72362
|
+
get: function () {
|
|
72363
|
+
return brushToString(this.i.dl);
|
|
72364
|
+
},
|
|
72365
|
+
set: function (v) {
|
|
72366
|
+
this.i.dl = stringToBrush(v);
|
|
72367
|
+
this._a("checkboxTickColor", brushToString(this.i.dl));
|
|
72368
|
+
},
|
|
72369
|
+
enumerable: true,
|
|
72370
|
+
configurable: true
|
|
72371
|
+
});
|
|
72372
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBackgroundColor", {
|
|
72373
|
+
/**
|
|
72374
|
+
* Gets or sets the checkbox background color when checked.
|
|
72375
|
+
*/
|
|
72376
|
+
get: function () {
|
|
72377
|
+
return brushToString(this.i.dj);
|
|
72378
|
+
},
|
|
72379
|
+
set: function (v) {
|
|
72380
|
+
this.i.dj = stringToBrush(v);
|
|
72381
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
|
|
72382
|
+
},
|
|
72383
|
+
enumerable: true,
|
|
72384
|
+
configurable: true
|
|
72385
|
+
});
|
|
72386
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBackgroundColor", {
|
|
72387
|
+
/**
|
|
72388
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
72389
|
+
*/
|
|
72390
|
+
get: function () {
|
|
72391
|
+
return brushToString(this.i.dm);
|
|
72392
|
+
},
|
|
72393
|
+
set: function (v) {
|
|
72394
|
+
this.i.dm = stringToBrush(v);
|
|
72395
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
|
|
72396
|
+
},
|
|
72397
|
+
enumerable: true,
|
|
72398
|
+
configurable: true
|
|
72399
|
+
});
|
|
72400
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBorderColor", {
|
|
72401
|
+
/**
|
|
72402
|
+
* Gets or sets the checkbox border color when checked.
|
|
72403
|
+
*/
|
|
72404
|
+
get: function () {
|
|
72405
|
+
return brushToString(this.i.dk);
|
|
72406
|
+
},
|
|
72407
|
+
set: function (v) {
|
|
72408
|
+
this.i.dk = stringToBrush(v);
|
|
72409
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
|
|
72410
|
+
},
|
|
72411
|
+
enumerable: true,
|
|
72412
|
+
configurable: true
|
|
72413
|
+
});
|
|
72414
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBorderColor", {
|
|
72415
|
+
/**
|
|
72416
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
72417
|
+
*/
|
|
72418
|
+
get: function () {
|
|
72419
|
+
return brushToString(this.i.dn);
|
|
72420
|
+
},
|
|
72421
|
+
set: function (v) {
|
|
72422
|
+
this.i.dn = stringToBrush(v);
|
|
72423
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
|
|
72424
|
+
},
|
|
72425
|
+
enumerable: true,
|
|
72426
|
+
configurable: true
|
|
72427
|
+
});
|
|
72080
72428
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "scrollbarStyle", {
|
|
72081
72429
|
/**
|
|
72082
72430
|
* Gets or sets the style of scrollbar.
|
|
@@ -72096,11 +72444,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72096
72444
|
* Gets or sets the scrollbar background color.
|
|
72097
72445
|
*/
|
|
72098
72446
|
get: function () {
|
|
72099
|
-
return brushToString(this.i.
|
|
72447
|
+
return brushToString(this.i.dr);
|
|
72100
72448
|
},
|
|
72101
72449
|
set: function (v) {
|
|
72102
|
-
this.i.
|
|
72103
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
72450
|
+
this.i.dr = stringToBrush(v);
|
|
72451
|
+
this._a("scrollbarBackground", brushToString(this.i.dr));
|
|
72104
72452
|
},
|
|
72105
72453
|
enumerable: true,
|
|
72106
72454
|
configurable: true
|
|
@@ -72110,10 +72458,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72110
72458
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
72111
72459
|
*/
|
|
72112
72460
|
get: function () {
|
|
72113
|
-
return this.i.
|
|
72461
|
+
return this.i.bx;
|
|
72114
72462
|
},
|
|
72115
72463
|
set: function (v) {
|
|
72116
|
-
this.i.
|
|
72464
|
+
this.i.bx = v;
|
|
72117
72465
|
},
|
|
72118
72466
|
enumerable: true,
|
|
72119
72467
|
configurable: true
|
|
@@ -72123,11 +72471,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72123
72471
|
* Gets or sets the color to use for the "Select All" label.
|
|
72124
72472
|
*/
|
|
72125
72473
|
get: function () {
|
|
72126
|
-
return brushToString(this.i.
|
|
72474
|
+
return brushToString(this.i.dw);
|
|
72127
72475
|
},
|
|
72128
72476
|
set: function (v) {
|
|
72129
|
-
this.i.
|
|
72130
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
72477
|
+
this.i.dw = stringToBrush(v);
|
|
72478
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
|
|
72131
72479
|
},
|
|
72132
72480
|
enumerable: true,
|
|
72133
72481
|
configurable: true
|
|
@@ -72137,11 +72485,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72137
72485
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
72138
72486
|
*/
|
|
72139
72487
|
get: function () {
|
|
72140
|
-
return brushToString(this.i.
|
|
72488
|
+
return brushToString(this.i.dh);
|
|
72141
72489
|
},
|
|
72142
72490
|
set: function (v) {
|
|
72143
|
-
this.i.
|
|
72144
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
72491
|
+
this.i.dh = stringToBrush(v);
|
|
72492
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
|
|
72145
72493
|
},
|
|
72146
72494
|
enumerable: true,
|
|
72147
72495
|
configurable: true
|
|
@@ -72151,11 +72499,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72151
72499
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
72152
72500
|
*/
|
|
72153
72501
|
get: function () {
|
|
72154
|
-
return this.i.
|
|
72502
|
+
return this.i.as;
|
|
72155
72503
|
},
|
|
72156
72504
|
set: function (v) {
|
|
72157
|
-
this.i.
|
|
72158
|
-
this._a("showSelectAll", this.i.
|
|
72505
|
+
this.i.as = ensureBool(v);
|
|
72506
|
+
this._a("showSelectAll", this.i.as);
|
|
72159
72507
|
},
|
|
72160
72508
|
enumerable: true,
|
|
72161
72509
|
configurable: true
|
|
@@ -72165,11 +72513,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72165
72513
|
* Gets or sets the color to use for the background of the component.
|
|
72166
72514
|
*/
|
|
72167
72515
|
get: function () {
|
|
72168
|
-
return brushToString(this.i.
|
|
72516
|
+
return brushToString(this.i.di);
|
|
72169
72517
|
},
|
|
72170
72518
|
set: function (v) {
|
|
72171
|
-
this.i.
|
|
72172
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
72519
|
+
this.i.di = stringToBrush(v);
|
|
72520
|
+
this._a("backgroundColor", brushToString(this.i.di));
|
|
72173
72521
|
},
|
|
72174
72522
|
enumerable: true,
|
|
72175
72523
|
configurable: true
|
|
@@ -72179,11 +72527,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72179
72527
|
* Gets or sets the color to use for the text of the component.
|
|
72180
72528
|
*/
|
|
72181
72529
|
get: function () {
|
|
72182
|
-
return brushToString(this.i.
|
|
72530
|
+
return brushToString(this.i.dy);
|
|
72183
72531
|
},
|
|
72184
72532
|
set: function (v) {
|
|
72185
|
-
this.i.
|
|
72186
|
-
this._a("textColor", brushToString(this.i.
|
|
72533
|
+
this.i.dy = stringToBrush(v);
|
|
72534
|
+
this._a("textColor", brushToString(this.i.dy));
|
|
72187
72535
|
},
|
|
72188
72536
|
enumerable: true,
|
|
72189
72537
|
configurable: true
|
|
@@ -72193,11 +72541,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72193
72541
|
* Gets or sets whether the filter input is visible.
|
|
72194
72542
|
*/
|
|
72195
72543
|
get: function () {
|
|
72196
|
-
return this.i.
|
|
72544
|
+
return this.i.aq;
|
|
72197
72545
|
},
|
|
72198
72546
|
set: function (v) {
|
|
72199
|
-
this.i.
|
|
72200
|
-
this._a("showFilter", this.i.
|
|
72547
|
+
this.i.aq = ensureBool(v);
|
|
72548
|
+
this._a("showFilter", this.i.aq);
|
|
72201
72549
|
},
|
|
72202
72550
|
enumerable: true,
|
|
72203
72551
|
configurable: true
|
|
@@ -72207,11 +72555,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72207
72555
|
* Gets or sets whether row hover highlighting is enabled.
|
|
72208
72556
|
*/
|
|
72209
72557
|
get: function () {
|
|
72210
|
-
return this.i.
|
|
72558
|
+
return this.i.an;
|
|
72211
72559
|
},
|
|
72212
72560
|
set: function (v) {
|
|
72213
|
-
this.i.
|
|
72214
|
-
this._a("isRowHoverEnabled", this.i.
|
|
72561
|
+
this.i.an = ensureBool(v);
|
|
72562
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
72215
72563
|
},
|
|
72216
72564
|
enumerable: true,
|
|
72217
72565
|
configurable: true
|
|
@@ -72289,17 +72637,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72289
72637
|
|
|
72290
72638
|
*/
|
|
72291
72639
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
72292
|
-
this.i.
|
|
72640
|
+
this.i.cy();
|
|
72293
72641
|
};
|
|
72294
72642
|
/**
|
|
72295
72643
|
* Deselects all the items in the checkbox list.
|
|
72296
72644
|
|
|
72297
72645
|
*/
|
|
72298
72646
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
72299
|
-
this.i.
|
|
72647
|
+
this.i.b9();
|
|
72300
72648
|
};
|
|
72301
72649
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
72302
|
-
this.i.
|
|
72650
|
+
this.i.cg(index, oldItem, newItem);
|
|
72303
72651
|
};
|
|
72304
72652
|
/**
|
|
72305
72653
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -72307,26 +72655,26 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72307
72655
|
|
|
72308
72656
|
*/
|
|
72309
72657
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
72310
|
-
this.i.
|
|
72658
|
+
this.i.cd();
|
|
72311
72659
|
};
|
|
72312
72660
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
72313
|
-
this.i.
|
|
72661
|
+
this.i.ce(index, newItem);
|
|
72314
72662
|
};
|
|
72315
72663
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
72316
|
-
this.i.
|
|
72664
|
+
this.i.cf(index, oldItem);
|
|
72317
72665
|
};
|
|
72318
72666
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
72319
|
-
this.i.
|
|
72667
|
+
this.i.b6(value);
|
|
72320
72668
|
};
|
|
72321
72669
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
72322
|
-
this.i.
|
|
72670
|
+
this.i.cx(value);
|
|
72323
72671
|
};
|
|
72324
72672
|
/**
|
|
72325
72673
|
* Returns true if no items are selected / checked; otherwise false.
|
|
72326
72674
|
|
|
72327
72675
|
*/
|
|
72328
72676
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
72329
|
-
var iv = this.i.
|
|
72677
|
+
var iv = this.i.al();
|
|
72330
72678
|
return (iv);
|
|
72331
72679
|
};
|
|
72332
72680
|
/**
|
|
@@ -72334,7 +72682,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72334
72682
|
|
|
72335
72683
|
*/
|
|
72336
72684
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
72337
|
-
var iv = this.i.
|
|
72685
|
+
var iv = this.i.ak();
|
|
72338
72686
|
return (iv);
|
|
72339
72687
|
};
|
|
72340
72688
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
|
|
@@ -72749,7 +73097,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72749
73097
|
break;
|
|
72750
73098
|
case "FilterPlaceholderText":
|
|
72751
73099
|
if (this.d != null) {
|
|
72752
|
-
this.d.
|
|
73100
|
+
this.d.bg = this.s;
|
|
72753
73101
|
}
|
|
72754
73102
|
break;
|
|
72755
73103
|
case "BaseTheme":
|
|
@@ -72760,7 +73108,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72760
73108
|
break;
|
|
72761
73109
|
case "BackgroundColor":
|
|
72762
73110
|
if (this.d != null) {
|
|
72763
|
-
this.d.
|
|
73111
|
+
this.d.di = this.aq;
|
|
72764
73112
|
}
|
|
72765
73113
|
this.c.i();
|
|
72766
73114
|
break;
|
|
@@ -72790,7 +73138,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72790
73138
|
if (this.a != null && this.d != null) {
|
|
72791
73139
|
this.d.y = this.f;
|
|
72792
73140
|
this.d.aa = this.h;
|
|
72793
|
-
this.d.
|
|
73141
|
+
this.d.di = this.aq;
|
|
72794
73142
|
var a = void 0;
|
|
72795
73143
|
var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
72796
73144
|
try {
|
|
@@ -72820,16 +73168,16 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72820
73168
|
}
|
|
72821
73169
|
}
|
|
72822
73170
|
if (this.s != null) {
|
|
72823
|
-
this.d.
|
|
73171
|
+
this.d.bg = this.s;
|
|
72824
73172
|
}
|
|
72825
73173
|
this.d.itemsSource = b;
|
|
72826
73174
|
var e = "";
|
|
72827
73175
|
var f = "";
|
|
72828
73176
|
e = "columnName";
|
|
72829
73177
|
f = "isNotHidden";
|
|
72830
|
-
this.d.
|
|
72831
|
-
this.d.
|
|
72832
|
-
this.d.
|
|
73178
|
+
this.d.b0 = f;
|
|
73179
|
+
this.d.bc = e;
|
|
73180
|
+
this.d.as = true;
|
|
72833
73181
|
}
|
|
72834
73182
|
};
|
|
72835
73183
|
ColumnChooser.prototype.an = function (a) {
|
|
@@ -72839,7 +73187,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72839
73187
|
};
|
|
72840
73188
|
ColumnChooser.prototype.al = function () {
|
|
72841
73189
|
var e_2, _a;
|
|
72842
|
-
this.d.
|
|
73190
|
+
this.d.cy();
|
|
72843
73191
|
if (this.a != null) {
|
|
72844
73192
|
try {
|
|
72845
73193
|
for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -72865,7 +73213,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72865
73213
|
};
|
|
72866
73214
|
ColumnChooser.prototype.ae = function () {
|
|
72867
73215
|
var e_3, _a;
|
|
72868
|
-
this.d.
|
|
73216
|
+
this.d.b9();
|
|
72869
73217
|
if (this.a != null) {
|
|
72870
73218
|
try {
|
|
72871
73219
|
for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -74094,7 +74442,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74094
74442
|
break;
|
|
74095
74443
|
case "FilterPlaceholderText":
|
|
74096
74444
|
if (this.d != null) {
|
|
74097
|
-
this.d.
|
|
74445
|
+
this.d.bg = this.s;
|
|
74098
74446
|
}
|
|
74099
74447
|
break;
|
|
74100
74448
|
case "BaseTheme":
|
|
@@ -74105,7 +74453,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74105
74453
|
break;
|
|
74106
74454
|
case "BackgroundColor":
|
|
74107
74455
|
if (this.d != null) {
|
|
74108
|
-
this.d.
|
|
74456
|
+
this.d.di = this.an;
|
|
74109
74457
|
}
|
|
74110
74458
|
this.c.g();
|
|
74111
74459
|
break;
|
|
@@ -74135,7 +74483,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74135
74483
|
if (this.a != null && this.d != null) {
|
|
74136
74484
|
this.d.y = this.f;
|
|
74137
74485
|
this.d.aa = this.h;
|
|
74138
|
-
this.d.
|
|
74486
|
+
this.d.di = this.an;
|
|
74139
74487
|
var a = void 0;
|
|
74140
74488
|
var b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
74141
74489
|
try {
|
|
@@ -74169,17 +74517,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74169
74517
|
throw e_1.error;
|
|
74170
74518
|
}
|
|
74171
74519
|
}
|
|
74172
|
-
this.d.
|
|
74520
|
+
this.d.as = false;
|
|
74173
74521
|
if (this.s != null) {
|
|
74174
|
-
this.d.
|
|
74522
|
+
this.d.bg = this.s;
|
|
74175
74523
|
}
|
|
74176
74524
|
this.d.itemsSource = b;
|
|
74177
74525
|
var e = "";
|
|
74178
74526
|
var f = "";
|
|
74179
74527
|
e = "columnName";
|
|
74180
74528
|
f = "isPinned";
|
|
74181
|
-
this.d.
|
|
74182
|
-
this.d.
|
|
74529
|
+
this.d.b0 = f;
|
|
74530
|
+
this.d.bc = e;
|
|
74183
74531
|
}
|
|
74184
74532
|
};
|
|
74185
74533
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
@@ -78976,7 +79324,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78976
79324
|
configurable: true
|
|
78977
79325
|
});
|
|
78978
79326
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
78979
|
-
var a = this.bx.
|
|
79327
|
+
var a = this.bx.al();
|
|
78980
79328
|
this.bw.al(!a);
|
|
78981
79329
|
var b = this.b3();
|
|
78982
79330
|
this.bw.am(b);
|
|
@@ -79111,7 +79459,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79111
79459
|
}
|
|
79112
79460
|
}
|
|
79113
79461
|
this.bx.itemsSource = e;
|
|
79114
|
-
this.bx.
|
|
79462
|
+
this.bx.bc = c;
|
|
79115
79463
|
this.bx.b = [c];
|
|
79116
79464
|
e.shouldEmitSectionHeaders = true;
|
|
79117
79465
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -79157,15 +79505,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79157
79505
|
}
|
|
79158
79506
|
}
|
|
79159
79507
|
if (e.count == 0 || !c) {
|
|
79160
|
-
this.bx.
|
|
79508
|
+
this.bx.cy();
|
|
79161
79509
|
return;
|
|
79162
79510
|
}
|
|
79163
79511
|
switch (d.value) {
|
|
79164
79512
|
case 0:
|
|
79165
|
-
this.bx.
|
|
79513
|
+
this.bx.b9();
|
|
79166
79514
|
break;
|
|
79167
79515
|
case 1:
|
|
79168
|
-
this.bx.
|
|
79516
|
+
this.bx.cy();
|
|
79169
79517
|
break;
|
|
79170
79518
|
}
|
|
79171
79519
|
var h = this.bx.g;
|
|
@@ -79223,9 +79571,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79223
79571
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
79224
79572
|
if (null != this.bx) {
|
|
79225
79573
|
this.bx.aa = this.b0;
|
|
79226
|
-
this.bx.
|
|
79227
|
-
this.bx.
|
|
79228
|
-
this.bx.
|
|
79574
|
+
this.bx.bg = this.cc;
|
|
79575
|
+
this.bx.di = this.bo;
|
|
79576
|
+
this.bx.dy = this.br;
|
|
79229
79577
|
this.bx.y = this.i;
|
|
79230
79578
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
79231
79579
|
}
|
|
@@ -79579,8 +79927,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79579
79927
|
this.e();
|
|
79580
79928
|
};
|
|
79581
79929
|
SummaryChooserView.prototype.e = function () {
|
|
79582
|
-
if (this.model.f.
|
|
79583
|
-
var a = this.model.r.count * this.model.f.
|
|
79930
|
+
if (this.model.f.av > -1) {
|
|
79931
|
+
var a = this.model.r.count * this.model.f.av;
|
|
79584
79932
|
a += 4;
|
|
79585
79933
|
this.d.setStyleProperty("height", a + "px");
|
|
79586
79934
|
}
|
|
@@ -79883,15 +80231,15 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79883
80231
|
SummaryChooser.prototype.a6 = function () {
|
|
79884
80232
|
if (this.e != null) {
|
|
79885
80233
|
this.e.aa = this.m;
|
|
79886
|
-
this.e.
|
|
80234
|
+
this.e.dy = this.ba;
|
|
79887
80235
|
this.e.y = this.i;
|
|
80236
|
+
this.e.as = false;
|
|
79888
80237
|
this.e.aq = false;
|
|
79889
|
-
this.e.
|
|
79890
|
-
this.e.al = false;
|
|
80238
|
+
this.e.an = false;
|
|
79891
80239
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
79892
80240
|
this.e.itemsSource = this.q;
|
|
79893
|
-
this.e.
|
|
79894
|
-
this.e.
|
|
80241
|
+
this.e.bc = "label";
|
|
80242
|
+
this.e.b0 = "isSelected";
|
|
79895
80243
|
this.e.b = ["label"];
|
|
79896
80244
|
}
|
|
79897
80245
|
};
|
|
@@ -79941,7 +80289,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79941
80289
|
if (d.iD == a) {
|
|
79942
80290
|
d.isSelected = b;
|
|
79943
80291
|
if (this.e != null) {
|
|
79944
|
-
this.e.
|
|
80292
|
+
this.e.cg(c, d, d);
|
|
79945
80293
|
}
|
|
79946
80294
|
break;
|
|
79947
80295
|
}
|
|
@@ -79953,7 +80301,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79953
80301
|
c.label = b;
|
|
79954
80302
|
this.q.add(c);
|
|
79955
80303
|
if (this.e != null) {
|
|
79956
|
-
this.e.
|
|
80304
|
+
this.e.ce(this.q.count - 1, c);
|
|
79957
80305
|
}
|
|
79958
80306
|
this.c.onItemInserted();
|
|
79959
80307
|
};
|
|
@@ -79963,7 +80311,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79963
80311
|
if (c.iD == a) {
|
|
79964
80312
|
this.q.removeAt(b);
|
|
79965
80313
|
if (this.e != null) {
|
|
79966
|
-
this.e.
|
|
80314
|
+
this.e.cf(b, c);
|
|
79967
80315
|
}
|
|
79968
80316
|
break;
|
|
79969
80317
|
}
|
|
@@ -79976,7 +80324,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79976
80324
|
if (d.iD == a) {
|
|
79977
80325
|
d.label = b;
|
|
79978
80326
|
if (this.e != null) {
|
|
79979
|
-
this.e.
|
|
80327
|
+
this.e.cg(c, d, d);
|
|
79980
80328
|
}
|
|
79981
80329
|
break;
|
|
79982
80330
|
}
|
|
@@ -80403,7 +80751,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80403
80751
|
if (this.by != null) {
|
|
80404
80752
|
this.by.ef = 0;
|
|
80405
80753
|
this.by.ak = false;
|
|
80406
|
-
this.by.
|
|
80754
|
+
this.by.t9 = this.br;
|
|
80407
80755
|
this.bh(this.by);
|
|
80408
80756
|
}
|
|
80409
80757
|
};
|
|
@@ -83427,8 +83775,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83427
83775
|
this.j = new XInput();
|
|
83428
83776
|
this.j.provideContainer(g);
|
|
83429
83777
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
83430
|
-
this.j.
|
|
83431
|
-
this.j.
|
|
83778
|
+
this.j.b6 = "text";
|
|
83779
|
+
this.j.cm = b.text;
|
|
83432
83780
|
var h = this.j;
|
|
83433
83781
|
h.changing = delegateCombine(h.changing, runOn(this, this.bi));
|
|
83434
83782
|
var i = this.j;
|
|
@@ -83678,14 +84026,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83678
84026
|
this.az();
|
|
83679
84027
|
var b = this.j;
|
|
83680
84028
|
b.focus();
|
|
83681
|
-
var c = b.
|
|
83682
|
-
var d = null != c ? b.
|
|
83683
|
-
b.
|
|
84029
|
+
var c = b.cm;
|
|
84030
|
+
var d = null != c ? b.cm.length : 0;
|
|
84031
|
+
b.dl(d, d);
|
|
83684
84032
|
}
|
|
83685
84033
|
};
|
|
83686
84034
|
MultiColumnComboBoxView.prototype.by = function () {
|
|
83687
84035
|
this.k.ah = true;
|
|
83688
|
-
this.j.
|
|
84036
|
+
this.j.dj();
|
|
83689
84037
|
var a = new GotFocusEventArgs();
|
|
83690
84038
|
this.g.f1(a);
|
|
83691
84039
|
};
|
|
@@ -83795,7 +84143,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83795
84143
|
if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
|
|
83796
84144
|
b--;
|
|
83797
84145
|
}
|
|
83798
|
-
this.j.
|
|
84146
|
+
this.j.dl(b, c);
|
|
83799
84147
|
};
|
|
83800
84148
|
MultiColumnComboBoxView.prototype.b8 = function () {
|
|
83801
84149
|
if (this.p) {
|
|
@@ -83824,7 +84172,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83824
84172
|
if (this.g.bi == false) {
|
|
83825
84173
|
this.ae.setStyleProperty("display", "none");
|
|
83826
84174
|
}
|
|
83827
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
84175
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
83828
84176
|
this.ae.show();
|
|
83829
84177
|
}
|
|
83830
84178
|
else {
|
|
@@ -83972,9 +84320,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83972
84320
|
this.k.h4 = a.cc;
|
|
83973
84321
|
}
|
|
83974
84322
|
if (null != this.j) {
|
|
83975
|
-
this.j.
|
|
83976
|
-
this.j.
|
|
83977
|
-
this.j.
|
|
84323
|
+
this.j.d1 = a.hg;
|
|
84324
|
+
this.j.af = a.aw;
|
|
84325
|
+
this.j.ce = a.fb;
|
|
83978
84326
|
}
|
|
83979
84327
|
if (null != this.l) {
|
|
83980
84328
|
this.l.text = a.e0;
|
|
@@ -84005,7 +84353,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84005
84353
|
if (!this.v) {
|
|
84006
84354
|
if (null != this.j) {
|
|
84007
84355
|
var a = this.f.text;
|
|
84008
|
-
this.j.
|
|
84356
|
+
this.j.cm = a;
|
|
84009
84357
|
}
|
|
84010
84358
|
}
|
|
84011
84359
|
};
|
|
@@ -84240,7 +84588,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84240
84588
|
};
|
|
84241
84589
|
MultiColumnComboBoxView.prototype.ce = function () {
|
|
84242
84590
|
if (this.j != null) {
|
|
84243
|
-
this.j.
|
|
84591
|
+
this.j.dj();
|
|
84244
84592
|
}
|
|
84245
84593
|
};
|
|
84246
84594
|
MultiColumnComboBoxView.prototype.ci = function (a) {
|
|
@@ -84282,7 +84630,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84282
84630
|
};
|
|
84283
84631
|
MultiColumnComboBoxView.prototype.ax = function (a) {
|
|
84284
84632
|
this.d.ae.clear();
|
|
84285
|
-
this.j.
|
|
84633
|
+
this.j.cm = "";
|
|
84286
84634
|
this.g.text = "";
|
|
84287
84635
|
this.g.value = null;
|
|
84288
84636
|
};
|
|
@@ -84296,7 +84644,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84296
84644
|
}
|
|
84297
84645
|
if (null != this.j) {
|
|
84298
84646
|
this.j.focus();
|
|
84299
|
-
this.j.
|
|
84647
|
+
this.j.dj();
|
|
84300
84648
|
}
|
|
84301
84649
|
};
|
|
84302
84650
|
MultiColumnComboBoxView.prototype.a7 = function (a, b) {
|
|
@@ -84340,7 +84688,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84340
84688
|
this.b9(c);
|
|
84341
84689
|
};
|
|
84342
84690
|
MultiColumnComboBoxView.prototype.bj = function (a, b) {
|
|
84343
|
-
var c = this.j.
|
|
84691
|
+
var c = this.j.cm;
|
|
84344
84692
|
this.b9(c);
|
|
84345
84693
|
};
|
|
84346
84694
|
MultiColumnComboBoxView.prototype.bk = function (a, b) {
|
|
@@ -84361,7 +84709,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84361
84709
|
if (0 == e) {
|
|
84362
84710
|
break;
|
|
84363
84711
|
}
|
|
84364
|
-
var f = this.j.
|
|
84712
|
+
var f = this.j.cm;
|
|
84365
84713
|
if (stringIsNullOrEmpty(f)) {
|
|
84366
84714
|
break;
|
|
84367
84715
|
}
|
|
@@ -84440,7 +84788,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84440
84788
|
};
|
|
84441
84789
|
MultiColumnComboBoxView.prototype.bm = function (a, b) {
|
|
84442
84790
|
if (false == this.o()) {
|
|
84443
|
-
this.j.
|
|
84791
|
+
this.j.dj();
|
|
84444
84792
|
b.handled = true;
|
|
84445
84793
|
}
|
|
84446
84794
|
};
|
|
@@ -95793,7 +96141,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95793
96141
|
break;
|
|
95794
96142
|
case "FilterPlaceholderText":
|
|
95795
96143
|
if (this.n != null) {
|
|
95796
|
-
this.n.
|
|
96144
|
+
this.n.ce = this.b8;
|
|
95797
96145
|
}
|
|
95798
96146
|
break;
|
|
95799
96147
|
case "SearchInputType":
|
|
@@ -95836,11 +96184,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95836
96184
|
try {
|
|
95837
96185
|
for (var _b = __values(fromEnum(this.properties)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
95838
96186
|
var c = _c.value;
|
|
95839
|
-
var d = c.
|
|
96187
|
+
var d = c.an;
|
|
95840
96188
|
if (this.r != null) {
|
|
95841
96189
|
var e = this.r.e(d, false);
|
|
95842
96190
|
if (e != null) {
|
|
95843
|
-
if (c.
|
|
96191
|
+
if (c.r(e)) {
|
|
95844
96192
|
b = true;
|
|
95845
96193
|
}
|
|
95846
96194
|
}
|
|
@@ -96142,7 +96490,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96142
96490
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
96143
96491
|
var c = a;
|
|
96144
96492
|
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
96145
|
-
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.
|
|
96493
|
+
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
96146
96494
|
};
|
|
96147
96495
|
PropertyEditor.prototype.dm = function (a, b) {
|
|
96148
96496
|
var c = a;
|
|
@@ -96151,10 +96499,10 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96151
96499
|
b.resolvedValue = null;
|
|
96152
96500
|
return;
|
|
96153
96501
|
}
|
|
96154
|
-
b.resolvedValue = d.
|
|
96502
|
+
b.resolvedValue = d.al != null ? d.al : d.an;
|
|
96155
96503
|
};
|
|
96156
96504
|
PropertyEditor.prototype.a9 = function (a) {
|
|
96157
|
-
switch (a.
|
|
96505
|
+
switch (a.p) {
|
|
96158
96506
|
case 10: return this.aw(a);
|
|
96159
96507
|
case 7: return this.ax(a);
|
|
96160
96508
|
case 4: return this.az(a);
|
|
@@ -96255,12 +96603,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96255
96603
|
return this.m.i(this.cb(a)) + 17;
|
|
96256
96604
|
};
|
|
96257
96605
|
PropertyEditor.prototype.cb = function (a) {
|
|
96258
|
-
return a.
|
|
96606
|
+
return a.al != null ? a.al : a.an;
|
|
96259
96607
|
};
|
|
96260
96608
|
PropertyEditor.prototype.cs = function (a, b) {
|
|
96261
96609
|
var c = a;
|
|
96262
96610
|
var d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
96263
|
-
var e = d != null ? d.
|
|
96611
|
+
var e = d != null ? d.p : 0;
|
|
96264
96612
|
switch (e) {
|
|
96265
96613
|
case 10:
|
|
96266
96614
|
this.cu(c, b);
|
|
@@ -96356,8 +96704,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96356
96704
|
}
|
|
96357
96705
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96358
96706
|
var f = c.inputs._inner[0];
|
|
96359
|
-
f.
|
|
96360
|
-
f.
|
|
96707
|
+
f.bf = e;
|
|
96708
|
+
f.cm = (e.af != null ? e.af.toString() : "");
|
|
96361
96709
|
if (d) {
|
|
96362
96710
|
f.changing = delegateCombine(f.changing, runOn(_this, _this.dj));
|
|
96363
96711
|
}
|
|
@@ -96371,9 +96719,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96371
96719
|
}
|
|
96372
96720
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96373
96721
|
c.ez = e;
|
|
96374
|
-
var f = e.
|
|
96375
|
-
if (typeof e.
|
|
96376
|
-
f = e.
|
|
96722
|
+
var f = e.af;
|
|
96723
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96724
|
+
f = e.af.toString();
|
|
96377
96725
|
}
|
|
96378
96726
|
_this.m.ac(c, f);
|
|
96379
96727
|
if (d) {
|
|
@@ -96395,12 +96743,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96395
96743
|
c.c4 = e;
|
|
96396
96744
|
c.value = null;
|
|
96397
96745
|
c.itemsSource = _this.b(_this.a(e));
|
|
96398
|
-
if (e.
|
|
96399
|
-
if (typeof e.
|
|
96400
|
-
c.value = e.
|
|
96746
|
+
if (e.af != c.value) {
|
|
96747
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96748
|
+
c.value = e.af.toString();
|
|
96401
96749
|
}
|
|
96402
96750
|
else {
|
|
96403
|
-
c.value = e.
|
|
96751
|
+
c.value = e.af;
|
|
96404
96752
|
}
|
|
96405
96753
|
}
|
|
96406
96754
|
if (!d) {
|
|
@@ -96408,12 +96756,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96408
96756
|
}
|
|
96409
96757
|
}
|
|
96410
96758
|
else {
|
|
96411
|
-
if (e.
|
|
96412
|
-
if (typeof e.
|
|
96413
|
-
c.value = e.
|
|
96759
|
+
if (e.af != c.value) {
|
|
96760
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96761
|
+
c.value = e.af.toString();
|
|
96414
96762
|
}
|
|
96415
96763
|
else {
|
|
96416
|
-
c.value = e.
|
|
96764
|
+
c.value = e.af;
|
|
96417
96765
|
}
|
|
96418
96766
|
}
|
|
96419
96767
|
}
|
|
@@ -96457,25 +96805,25 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96457
96805
|
var c = a;
|
|
96458
96806
|
var d = c.c4;
|
|
96459
96807
|
this.an = true;
|
|
96460
|
-
d.
|
|
96461
|
-
d.
|
|
96808
|
+
d.af = c.value;
|
|
96809
|
+
d.ao();
|
|
96462
96810
|
this.an = false;
|
|
96463
96811
|
this.dv(d);
|
|
96464
96812
|
};
|
|
96465
96813
|
PropertyEditor.prototype.dj = function (a, b) {
|
|
96466
96814
|
var c = a;
|
|
96467
|
-
var d = c.
|
|
96815
|
+
var d = c.bf;
|
|
96468
96816
|
this.an = true;
|
|
96469
|
-
if (d.
|
|
96817
|
+
if (d.p == 1) {
|
|
96470
96818
|
var e = 0;
|
|
96471
|
-
var f = tryParseNumber(c.
|
|
96819
|
+
var f = tryParseNumber(c.cm, e);
|
|
96472
96820
|
e = f.p1;
|
|
96473
|
-
d.
|
|
96821
|
+
d.af = e;
|
|
96474
96822
|
}
|
|
96475
96823
|
else {
|
|
96476
|
-
d.
|
|
96824
|
+
d.af = c.cm;
|
|
96477
96825
|
}
|
|
96478
|
-
d.
|
|
96826
|
+
d.ao();
|
|
96479
96827
|
this.an = false;
|
|
96480
96828
|
this.dv(d);
|
|
96481
96829
|
};
|
|
@@ -96483,7 +96831,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96483
96831
|
var c = a;
|
|
96484
96832
|
var d = c.ez;
|
|
96485
96833
|
this.an = true;
|
|
96486
|
-
d.
|
|
96834
|
+
d.ap();
|
|
96487
96835
|
this.an = false;
|
|
96488
96836
|
this.dv(d);
|
|
96489
96837
|
};
|
|
@@ -96510,9 +96858,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96510
96858
|
d = d.ae;
|
|
96511
96859
|
}
|
|
96512
96860
|
for (var e = 0; e < d.count; e++) {
|
|
96513
|
-
var f = d._inner[e].
|
|
96861
|
+
var f = d._inner[e].an;
|
|
96514
96862
|
if (this.as(f, a)) {
|
|
96515
|
-
d._inner[e].
|
|
96863
|
+
d._inner[e].ar(a, b, c);
|
|
96516
96864
|
}
|
|
96517
96865
|
}
|
|
96518
96866
|
if (this.ap) {
|
|
@@ -96589,22 +96937,22 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96589
96937
|
PropertyEditor.prototype.c4 = function (a, b, c, d) {
|
|
96590
96938
|
for (var e = 0; e < a.count; e++) {
|
|
96591
96939
|
var f = a._inner[e];
|
|
96592
|
-
if (f.
|
|
96940
|
+
if (f.p == 20) {
|
|
96593
96941
|
continue;
|
|
96594
96942
|
}
|
|
96595
96943
|
if (f.i != null) {
|
|
96596
96944
|
for (var g = 0; g < f.i.count; g++) {
|
|
96597
96945
|
var h = f.i._inner[g];
|
|
96598
|
-
var i = b + f.
|
|
96946
|
+
var i = b + f.an + "[" + g + "]";
|
|
96599
96947
|
this.c4(h.a, i, c, h.b);
|
|
96600
96948
|
}
|
|
96601
96949
|
}
|
|
96602
96950
|
else if (f.g != null) {
|
|
96603
|
-
var j = b + f.
|
|
96951
|
+
var j = b + f.an;
|
|
96604
96952
|
this.c4(f.g.a, j, c, f.g.b);
|
|
96605
96953
|
}
|
|
96606
96954
|
else {
|
|
96607
|
-
c.h(b + f.
|
|
96955
|
+
c.h(b + f.an, f.af, d);
|
|
96608
96956
|
}
|
|
96609
96957
|
}
|
|
96610
96958
|
};
|
|
@@ -96638,7 +96986,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96638
96986
|
c.t = true;
|
|
96639
96987
|
}
|
|
96640
96988
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96641
|
-
var f = e.
|
|
96989
|
+
var f = e.af;
|
|
96642
96990
|
if (f == null) {
|
|
96643
96991
|
f = false;
|
|
96644
96992
|
}
|
|
@@ -96674,8 +97022,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96674
97022
|
var c = a;
|
|
96675
97023
|
var d = c.a5;
|
|
96676
97024
|
this.an = true;
|
|
96677
|
-
d.
|
|
96678
|
-
d.
|
|
97025
|
+
d.af = c.checked;
|
|
97026
|
+
d.ao();
|
|
96679
97027
|
this.an = false;
|
|
96680
97028
|
this.dv(d);
|
|
96681
97029
|
};
|
|
@@ -96688,7 +97036,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96688
97036
|
d = this.actualProperties._inner[b.rowNumber];
|
|
96689
97037
|
}
|
|
96690
97038
|
var e = this.s(c, b.rowNumber, d);
|
|
96691
|
-
var f = e != null ? e.
|
|
97039
|
+
var f = e != null ? e.p : 0;
|
|
96692
97040
|
b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
|
|
96693
97041
|
};
|
|
96694
97042
|
PropertyEditor.prototype.dk = function (a, b) {
|