igniteui-webcomponents-grids 5.2.0 → 5.2.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +440 -444
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +21194 -0
- package/esm2015/lib/CheckboxListBridge.js +15 -15
- package/esm2015/lib/CheckboxListView_combined.js +343 -350
- package/esm2015/lib/ColumnChooserView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +2 -2
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/PropertyEditorView_combined.js +2 -2
- package/esm2015/lib/igc-checkbox-list-component.js +52 -52
- package/esm5/lib/CheckboxListBridge.js +15 -15
- package/esm5/lib/CheckboxListView_combined.js +336 -343
- package/esm5/lib/ColumnChooserView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +7 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +2 -2
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnHideOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +3 -3
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/PropertyEditorView_combined.js +2 -2
- package/esm5/lib/igc-checkbox-list-component.js +52 -52
- package/fesm2015/igniteui-webcomponents-grids.js +448 -452
- package/fesm5/igniteui-webcomponents-grids.js +441 -445
- package/grids/combined.js +32901 -31637
- package/grids/index.d.ts +0 -1
- package/grids/lib/common.d.ts +11 -2
- package/grids/lib/igc-action-strip-component.d.ts +5 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-column-component.d.ts +23 -0
- package/grids/lib/igc-column-group-component.d.ts +5 -0
- package/grids/lib/igc-column-layout-component.d.ts +5 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-grid-component.d.ts +7 -1
- package/grids/lib/igc-grid-editing-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-state-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +5 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +7 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +5 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +2 -1
- package/grids/lib/igc-hierarchical-grid-component.d.ts +7 -1
- package/grids/lib/igc-paginator-component.d.ts +5 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +8 -2
- package/grids/lib/igc-pivot-grid-component.d.ts +7 -1
- package/grids/lib/igc-row-island-component.d.ts +6 -0
- package/grids/lib/igc-tree-grid-component.d.ts +7 -1
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListExternal.d.ts +1 -2
- package/lib/CheckboxListView_combined.d.ts +85 -85
- package/lib/igc-checkbox-list-component.d.ts +1 -1
- package/package.json +7 -5
- package/vscode.css-custom-data.json +6 -0
- package/vscode.html-custom-data.json +5 -0
- package/web-types.json +14 -0
- package/grids/lib/igc-grid-action-button-component.d.ts +0 -56
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Delegate_$type, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeGetValue, typeCast, Date_$type, FilterExpressionParsingHelper, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, HashSet$1, stringEmpty, SRProvider, stringIsNullOrWhiteSpace, PagedDataSource, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, FilterExpressionCollection, SortGroupParser, SummaryParser, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, DataSourceRootSummariesChangedEventArgs, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, Guid, PropertyUpdatedEventArgs, FilterExpressionEnvironment, PlatformAPIHelper, BrushCollectionUtil, FastIterationDictionary$2, IToolbarTarget_$type, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, SvgIconRegistry, ToolActionIconMenuInfo, ToolActionGroupHeaderInfo, ToolContextBindingInfo, ToolActionInfo, ToolActionIconButtonInfo, ToolActionButtonPairInfo, ToolActionLabelInfo, ToolActionCheckboxInfo, ToolActionCheckboxListInfo, ToolActionSubPanelInfo, ToolActionButtonInfo, nullableEquals, StringComparer, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, TypeRegistrar, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, enumToString, fromBrushCollection, toBrushCollection, brushCollectionToString, initializePropertiesFromCss, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, IgcPropertyUpdatedEventArgs, IgcProvideCalculatorEventArgs, SyncableObservableCollection$1, NativeUICheckboxListKeysClearedEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexType_$type, BaseControlTheme_$type, INativeUICheckboxListBridge_$type, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, TestRandomness, DefaultRandomnessSource, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, PortalManager, WebComponentRenderer, Scroller, WebComponentWrapper, fromRect, IgcDataSourceRootSummariesChangedEventArgs, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, Size,
|
|
8
|
+
import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Delegate_$type, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeGetValue, typeCast, Date_$type, FilterExpressionParsingHelper, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, HashSet$1, stringEmpty, SRProvider, stringIsNullOrWhiteSpace, PagedDataSource, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, createGuid, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, FilterExpressionCollection, SortGroupParser, SummaryParser, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, DataSourceRootSummariesChangedEventArgs, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, Guid, PropertyUpdatedEventArgs, FilterExpressionEnvironment, PlatformAPIHelper, BrushCollectionUtil, FastIterationDictionary$2, IToolbarTarget_$type, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, SvgIconRegistry, ToolActionIconMenuInfo, ToolActionGroupHeaderInfo, ToolContextBindingInfo, ToolActionInfo, ToolActionIconButtonInfo, ToolActionButtonPairInfo, ToolActionLabelInfo, ToolActionCheckboxInfo, ToolActionCheckboxListInfo, ToolActionSubPanelInfo, ToolActionButtonInfo, nullableEquals, StringComparer, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, IgcHTMLElement, TypeRegistrar, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal, RegisterElementHelper, enumToString, fromBrushCollection, toBrushCollection, brushCollectionToString, initializePropertiesFromCss, IgCollection, CollectionAdapter, NotifyCollectionChangedAction, IgcPropertyUpdatedEventArgs, IgcProvideCalculatorEventArgs, SyncableObservableCollection$1, NativeUICheckboxListKeysClearedEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexType_$type, BaseControlTheme_$type, INativeUICheckboxListBridge_$type, NativeUIComponent, NativeUICheckboxList, INativeUIElementFactory_$type, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, TestRandomness, DefaultRandomnessSource, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, PortalManager, WebComponentRenderer, Scroller, WebComponentWrapper, fromRect, IgcDataSourceRootSummariesChangedEventArgs, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, isPositiveInfinity, Size, ComponentSizeHelpers, toSize, fromSize, IgcTemplateContentModule, SizeData, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit } from 'igniteui-webcomponents-core';
|
|
9
9
|
import { XButton, XIcon, XComponentBridge, NativeUIXInputsFactory, XInputGroup, XInput, XDatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
|
|
10
10
|
import { ToolActionCollection, LayoutSelectedKeysCollection, LayoutPrimaryKeyValue, ToolActionCheckboxListIndexType_$type, NativeUILayoutFactory, IgcToolbarModule, PropertyEditorPropertyDescriptionCollection, PropertyEditorPropertyDescription, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
|
|
11
11
|
|
|
@@ -18476,7 +18476,10 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
18476
18476
|
return true;
|
|
18477
18477
|
}
|
|
18478
18478
|
kl(a, b) {
|
|
18479
|
-
if (this.
|
|
18479
|
+
if (this.cj.j) {
|
|
18480
|
+
return true;
|
|
18481
|
+
}
|
|
18482
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
18480
18483
|
return false;
|
|
18481
18484
|
}
|
|
18482
18485
|
let c = this.ad.s();
|
|
@@ -18634,6 +18637,9 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
18634
18637
|
}
|
|
18635
18638
|
kp(a, b) {
|
|
18636
18639
|
if (this.cj.j) {
|
|
18640
|
+
return true;
|
|
18641
|
+
}
|
|
18642
|
+
if (this.activationMode == 0 || this.activeCell == null) {
|
|
18637
18643
|
return false;
|
|
18638
18644
|
}
|
|
18639
18645
|
let c = this.ad.s();
|
|
@@ -46316,7 +46322,7 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
46316
46322
|
this.aa = null;
|
|
46317
46323
|
}
|
|
46318
46324
|
getDesiredSize(a, b) {
|
|
46319
|
-
return this.t.
|
|
46325
|
+
return this.t.getDesiredSize(b);
|
|
46320
46326
|
}
|
|
46321
46327
|
addHandler(a, b, c, d) {
|
|
46322
46328
|
let e = a;
|
|
@@ -46436,16 +46442,16 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
46436
46442
|
case 8:
|
|
46437
46443
|
d.itemsSource = c;
|
|
46438
46444
|
break;
|
|
46439
|
-
case
|
|
46445
|
+
case 75:
|
|
46440
46446
|
d.selectedMemberPath = c;
|
|
46441
46447
|
break;
|
|
46442
|
-
case
|
|
46448
|
+
case 76:
|
|
46443
46449
|
d.dataMemberPath = c;
|
|
46444
46450
|
break;
|
|
46445
|
-
case
|
|
46451
|
+
case 77:
|
|
46446
46452
|
d.showSelectAll = c;
|
|
46447
46453
|
break;
|
|
46448
|
-
case
|
|
46454
|
+
case 78:
|
|
46449
46455
|
d.primaryKey = c;
|
|
46450
46456
|
break;
|
|
46451
46457
|
case 1:
|
|
@@ -46460,13 +46466,13 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
46460
46466
|
case 24:
|
|
46461
46467
|
d.rowHoverBackgroundColor = c;
|
|
46462
46468
|
break;
|
|
46463
|
-
case
|
|
46469
|
+
case 79:
|
|
46464
46470
|
d.searchIconColor = c;
|
|
46465
46471
|
break;
|
|
46466
|
-
case
|
|
46472
|
+
case 80:
|
|
46467
46473
|
d.searchTextColor = c;
|
|
46468
46474
|
break;
|
|
46469
|
-
case
|
|
46475
|
+
case 97:
|
|
46470
46476
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
46471
46477
|
break;
|
|
46472
46478
|
}
|
|
@@ -46476,17 +46482,17 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
46476
46482
|
switch (b) {
|
|
46477
46483
|
case 23: return c.backgroundColor;
|
|
46478
46484
|
case 8: return c.itemsSource;
|
|
46479
|
-
case
|
|
46480
|
-
case
|
|
46481
|
-
case
|
|
46482
|
-
case
|
|
46485
|
+
case 75: return c.selectedMemberPath;
|
|
46486
|
+
case 76: return c.dataMemberPath;
|
|
46487
|
+
case 77: return c.showSelectAll;
|
|
46488
|
+
case 78: return c.primaryKey;
|
|
46483
46489
|
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
46484
46490
|
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
46485
46491
|
case 33: return c.textColor;
|
|
46486
46492
|
case 24: return c.rowHoverBackgroundColor;
|
|
46487
|
-
case
|
|
46488
|
-
case
|
|
46489
|
-
case
|
|
46493
|
+
case 79: return c.searchIconColor;
|
|
46494
|
+
case 80: return c.searchTextColor;
|
|
46495
|
+
case 97: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
46490
46496
|
}
|
|
46491
46497
|
return null;
|
|
46492
46498
|
}
|
|
@@ -55203,7 +55209,7 @@ let FilterCell = /*@__PURE__*/ (() => {
|
|
|
55203
55209
|
d7(a) {
|
|
55204
55210
|
if (this.cz != null) {
|
|
55205
55211
|
this.cz.disabled = !a;
|
|
55206
|
-
this.cz.
|
|
55212
|
+
this.cz.an = a ? 1 : 0.3;
|
|
55207
55213
|
}
|
|
55208
55214
|
}
|
|
55209
55215
|
dl(a) {
|
|
@@ -62263,7 +62269,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
62263
62269
|
}
|
|
62264
62270
|
let j = this.b.j;
|
|
62265
62271
|
for (let k = 0; k < j.count; k++) {
|
|
62266
|
-
let l = this.q._inner[k].
|
|
62272
|
+
let l = this.q._inner[k].ay();
|
|
62267
62273
|
let m = this.b.b(j._inner[k]);
|
|
62268
62274
|
l.i = m[0] - d;
|
|
62269
62275
|
l.g = m[1] - e;
|
|
@@ -67874,7 +67880,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
67874
67880
|
this.c = new XIcon();
|
|
67875
67881
|
this.c.provideContainer(j);
|
|
67876
67882
|
this.c.fill = this.b.searchIconColor;
|
|
67877
|
-
this.c.svgPath = CheckboxList.
|
|
67883
|
+
this.c.svgPath = CheckboxList.b0;
|
|
67878
67884
|
let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
67879
67885
|
g.appendContentChild(i);
|
|
67880
67886
|
this.b.v.appendContentChild(e);
|
|
@@ -67886,27 +67892,25 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
67886
67892
|
this.b.t.provideContainer(m);
|
|
67887
67893
|
this.b.t.b8 = "text";
|
|
67888
67894
|
let n = m.getExternal(this.b.t, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
67889
|
-
if (this.b.
|
|
67890
|
-
this.b.t.cg = this.b.
|
|
67895
|
+
if (this.b.bm != null) {
|
|
67896
|
+
this.b.t.cg = this.b.bm;
|
|
67891
67897
|
}
|
|
67892
67898
|
this.b.v.appendContentChild(l);
|
|
67893
67899
|
this.b.v.inputs.add(this.b.t);
|
|
67894
|
-
this.b.
|
|
67900
|
+
this.b.cx();
|
|
67895
67901
|
}
|
|
67896
67902
|
s() {
|
|
67897
67903
|
if (this.f != null) {
|
|
67898
67904
|
let a = this.f.rootWrapper.getChildAt(3);
|
|
67899
67905
|
a.setStyleProperty("width", "100%");
|
|
67900
67906
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
67901
|
-
if (this.b.showSelectAll == false) {
|
|
67902
|
-
a.setStyleProperty("height", "calc(100% - 50px");
|
|
67903
|
-
}
|
|
67904
|
-
else {
|
|
67905
|
-
a.setStyleProperty("height", "calc(100% - 75px");
|
|
67906
|
-
}
|
|
67907
67907
|
if (!this.b.au && !this.b.showSelectAll) {
|
|
67908
67908
|
a.setStyleProperty("height", "100%");
|
|
67909
67909
|
}
|
|
67910
|
+
else {
|
|
67911
|
+
let b = this.b.ay();
|
|
67912
|
+
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
67913
|
+
}
|
|
67910
67914
|
}
|
|
67911
67915
|
}
|
|
67912
67916
|
o(a, b, c) {
|
|
@@ -67966,11 +67970,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
67966
67970
|
finally {
|
|
67967
67971
|
d.z = h;
|
|
67968
67972
|
}
|
|
67969
|
-
d.dk = this.b.
|
|
67970
|
-
d.dd = this.b.
|
|
67971
|
-
d.dl = this.b.
|
|
67972
|
-
d.de = this.b.
|
|
67973
|
-
d.dm = this.b.
|
|
67973
|
+
d.dk = this.b.d2;
|
|
67974
|
+
d.dd = this.b.d0;
|
|
67975
|
+
d.dl = this.b.d3;
|
|
67976
|
+
d.de = this.b.d1;
|
|
67977
|
+
d.dm = this.b.d4;
|
|
67974
67978
|
}
|
|
67975
67979
|
}
|
|
67976
67980
|
z() {
|
|
@@ -67992,21 +67996,21 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
67992
67996
|
let e = c.checked;
|
|
67993
67997
|
if (e == true) {
|
|
67994
67998
|
if (this.b.indexType == 0) {
|
|
67995
|
-
this.b.
|
|
67999
|
+
this.b.da(d);
|
|
67996
68000
|
}
|
|
67997
68001
|
else {
|
|
67998
|
-
this.b.
|
|
68002
|
+
this.b.cc(d);
|
|
67999
68003
|
}
|
|
68000
68004
|
}
|
|
68001
68005
|
else {
|
|
68002
68006
|
if (this.b.indexType == 0) {
|
|
68003
|
-
this.b.
|
|
68007
|
+
this.b.cc(d);
|
|
68004
68008
|
}
|
|
68005
68009
|
else {
|
|
68006
|
-
this.b.
|
|
68010
|
+
this.b.da(d);
|
|
68007
68011
|
}
|
|
68008
68012
|
}
|
|
68009
|
-
this.b.
|
|
68013
|
+
this.b.cu(d, e);
|
|
68010
68014
|
this.ag(false);
|
|
68011
68015
|
}
|
|
68012
68016
|
l() {
|
|
@@ -68017,7 +68021,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68017
68021
|
let e = parseInt(d.a4.toString());
|
|
68018
68022
|
if (e == a) {
|
|
68019
68023
|
d.checked = b;
|
|
68020
|
-
this.b.
|
|
68024
|
+
this.b.cu(e, b);
|
|
68021
68025
|
}
|
|
68022
68026
|
}
|
|
68023
68027
|
this.ag();
|
|
@@ -68046,7 +68050,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68046
68050
|
let d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
68047
68051
|
this.a.n = this.b.baseTheme;
|
|
68048
68052
|
this.i = a.createElement("label");
|
|
68049
|
-
this.i.setRawText(this.b.
|
|
68053
|
+
this.i.setRawText(this.b.b4);
|
|
68050
68054
|
this.i.setStyleProperty("font-size", "13px");
|
|
68051
68055
|
this.j.setStyleProperty("display", "flex");
|
|
68052
68056
|
this.j.setStyleProperty("flex-direction", "row");
|
|
@@ -68062,8 +68066,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68062
68066
|
}
|
|
68063
68067
|
af() {
|
|
68064
68068
|
if (null != this.i) {
|
|
68065
|
-
this.i.setRawText(this.b.
|
|
68066
|
-
NativeUI.q(this.i, this.b.
|
|
68069
|
+
this.i.setRawText(this.b.b4);
|
|
68070
|
+
NativeUI.q(this.i, this.b.dy);
|
|
68067
68071
|
}
|
|
68068
68072
|
}
|
|
68069
68073
|
ai() {
|
|
@@ -68111,12 +68115,12 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68111
68115
|
return;
|
|
68112
68116
|
}
|
|
68113
68117
|
if (b.isChecked) {
|
|
68114
|
-
this.b.
|
|
68115
|
-
this.b.
|
|
68118
|
+
this.b.dd();
|
|
68119
|
+
this.b.c2(b.isChecked);
|
|
68116
68120
|
}
|
|
68117
68121
|
else {
|
|
68118
|
-
this.b.
|
|
68119
|
-
this.b.
|
|
68122
|
+
this.b.ci();
|
|
68123
|
+
this.b.c2(b.isChecked);
|
|
68120
68124
|
}
|
|
68121
68125
|
}
|
|
68122
68126
|
ad() {
|
|
@@ -68126,7 +68130,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68126
68130
|
}
|
|
68127
68131
|
let b = a.rootWrapper;
|
|
68128
68132
|
if (null != b) {
|
|
68129
|
-
NativeUI.q(b, this.b.
|
|
68133
|
+
NativeUI.q(b, this.b.eg);
|
|
68130
68134
|
NativeUI.m(b, this.b.backgroundColor);
|
|
68131
68135
|
}
|
|
68132
68136
|
}
|
|
@@ -68135,38 +68139,6 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68135
68139
|
this.c.fill = this.b.searchIconColor;
|
|
68136
68140
|
}
|
|
68137
68141
|
}
|
|
68138
|
-
getDesiredSize() {
|
|
68139
|
-
let a = 248;
|
|
68140
|
-
let b = 0;
|
|
68141
|
-
if (this.b.itemsSource == null) {
|
|
68142
|
-
return new Size(1, a, b + 158);
|
|
68143
|
-
}
|
|
68144
|
-
let c = 0;
|
|
68145
|
-
if ((this.b.itemsSource.actualCount !== undefined)) {
|
|
68146
|
-
c = (this.b.itemsSource.actualCount);
|
|
68147
|
-
}
|
|
68148
|
-
else {
|
|
68149
|
-
c = (this.b.itemsSource.length);
|
|
68150
|
-
}
|
|
68151
|
-
b += 4;
|
|
68152
|
-
b += 16;
|
|
68153
|
-
b += 38;
|
|
68154
|
-
b += 8;
|
|
68155
|
-
b += 4;
|
|
68156
|
-
let d = this.b.f != null ? this.b.f.actualRowHeight : 30;
|
|
68157
|
-
let e = d * c;
|
|
68158
|
-
if (e > 90) {
|
|
68159
|
-
b += 90;
|
|
68160
|
-
b += 15;
|
|
68161
|
-
}
|
|
68162
|
-
else {
|
|
68163
|
-
b += e;
|
|
68164
|
-
}
|
|
68165
|
-
if (this.b.showSelectAll) {
|
|
68166
|
-
b += d;
|
|
68167
|
-
}
|
|
68168
|
-
return new Size(1, a, b);
|
|
68169
|
-
}
|
|
68170
68142
|
ac() {
|
|
68171
68143
|
if (this.b.ai != null) {
|
|
68172
68144
|
this.i.setStyleProperty("font", this.b.ai.fontString);
|
|
@@ -68177,11 +68149,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
68177
68149
|
}
|
|
68178
68150
|
}
|
|
68179
68151
|
y() {
|
|
68180
|
-
this.a.dk = this.b.
|
|
68181
|
-
this.a.dd = this.b.
|
|
68182
|
-
this.a.dl = this.b.
|
|
68183
|
-
this.a.de = this.b.
|
|
68184
|
-
this.a.dm = this.b.
|
|
68152
|
+
this.a.dk = this.b.d2;
|
|
68153
|
+
this.a.dd = this.b.d0;
|
|
68154
|
+
this.a.dl = this.b.d3;
|
|
68155
|
+
this.a.de = this.b.d1;
|
|
68156
|
+
this.a.dm = this.b.d4;
|
|
68185
68157
|
}
|
|
68186
68158
|
aa(a) {
|
|
68187
68159
|
if (this.g != null) {
|
|
@@ -68241,7 +68213,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68241
68213
|
let b = this.a;
|
|
68242
68214
|
this.a = a;
|
|
68243
68215
|
if (b != this.a) {
|
|
68244
|
-
this.
|
|
68216
|
+
this.c0("PrimaryKey", b, this.a);
|
|
68245
68217
|
}
|
|
68246
68218
|
}
|
|
68247
68219
|
constructor() {
|
|
@@ -68263,44 +68235,44 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68263
68235
|
this.selectedKeyAdded = null;
|
|
68264
68236
|
this.selectedKeyRemoved = null;
|
|
68265
68237
|
this.checkedChanged = null;
|
|
68266
|
-
this.a2 = null;
|
|
68267
68238
|
this.a4 = null;
|
|
68268
68239
|
this.a6 = null;
|
|
68269
|
-
this.
|
|
68240
|
+
this.a8 = null;
|
|
68241
|
+
this.a7 = null;
|
|
68270
68242
|
this.w = 3;
|
|
68271
|
-
this.
|
|
68243
|
+
this.a0 = -1;
|
|
68272
68244
|
this.ag = null;
|
|
68273
68245
|
this.k = 1;
|
|
68274
68246
|
this.ab = 1;
|
|
68275
68247
|
this.ad = 2;
|
|
68276
|
-
this.
|
|
68277
|
-
this.
|
|
68248
|
+
this.du = BrushUtil.h(255, 24, 29, 31);
|
|
68249
|
+
this.ds = null;
|
|
68250
|
+
this.dv = null;
|
|
68278
68251
|
this.dt = null;
|
|
68279
|
-
this.dr = null;
|
|
68280
68252
|
this.ah = null;
|
|
68253
|
+
this.dm = null;
|
|
68281
68254
|
this.dk = null;
|
|
68282
|
-
this.
|
|
68255
|
+
this.dn = null;
|
|
68283
68256
|
this.dl = null;
|
|
68284
|
-
this.dj = null;
|
|
68285
|
-
this.dm = null;
|
|
68286
|
-
this.z = 0;
|
|
68287
68257
|
this.dp = null;
|
|
68258
|
+
this.z = 0;
|
|
68259
|
+
this.dr = null;
|
|
68288
68260
|
this.indexTypeChanged = null;
|
|
68289
|
-
this.
|
|
68290
|
-
this.
|
|
68291
|
-
this.
|
|
68261
|
+
this.b3 = null;
|
|
68262
|
+
this.dw = null;
|
|
68263
|
+
this.di = CheckboxList.d7;
|
|
68292
68264
|
this.av = true;
|
|
68293
|
-
this.
|
|
68294
|
-
this.
|
|
68295
|
-
this.
|
|
68265
|
+
this.dj = CheckboxList.d5;
|
|
68266
|
+
this.dq = CheckboxList.d6;
|
|
68267
|
+
this.dx = CheckboxList.d7;
|
|
68296
68268
|
this.keysCleared = null;
|
|
68297
68269
|
this.selectAllCheckboxChanged = null;
|
|
68298
|
-
this.
|
|
68270
|
+
this.a2 = -1;
|
|
68299
68271
|
this.at = true;
|
|
68300
68272
|
this.aq = true;
|
|
68301
68273
|
let a = this.g;
|
|
68302
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
68303
|
-
this.g.am(runOn(this, this.
|
|
68274
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.c5));
|
|
68275
|
+
this.g.am(runOn(this, this.c4));
|
|
68304
68276
|
this.d = new FilterFactory();
|
|
68305
68277
|
let b = new CheckboxListView();
|
|
68306
68278
|
b.b = this;
|
|
@@ -68322,44 +68294,44 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68322
68294
|
removeSelectedKeyAt(a) {
|
|
68323
68295
|
this.keys.removeAt(a);
|
|
68324
68296
|
}
|
|
68325
|
-
|
|
68326
|
-
this.
|
|
68297
|
+
c4() {
|
|
68298
|
+
this.co();
|
|
68327
68299
|
if (this.keysCleared != null) {
|
|
68328
68300
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
68329
68301
|
}
|
|
68330
68302
|
}
|
|
68331
|
-
|
|
68303
|
+
c5(a, b) {
|
|
68332
68304
|
if (this.e == null || this.e.actualSchema == null || this.am) {
|
|
68333
68305
|
return;
|
|
68334
68306
|
}
|
|
68335
68307
|
switch (b.action) {
|
|
68336
68308
|
case 0:
|
|
68337
68309
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
68338
|
-
this.
|
|
68310
|
+
this.cy(b.newItems.item(c));
|
|
68339
68311
|
}
|
|
68340
68312
|
break;
|
|
68341
68313
|
case 1:
|
|
68342
68314
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
68343
|
-
this.
|
|
68315
|
+
this.cz(b.oldItems.item(d));
|
|
68344
68316
|
}
|
|
68345
68317
|
break;
|
|
68346
68318
|
case 2:
|
|
68347
68319
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
68348
|
-
this.
|
|
68320
|
+
this.cz(b.oldItems.item(e));
|
|
68349
68321
|
}
|
|
68350
68322
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
68351
|
-
this.
|
|
68323
|
+
this.cy(b.newItems.item(f));
|
|
68352
68324
|
}
|
|
68353
68325
|
break;
|
|
68354
68326
|
case 4:
|
|
68355
68327
|
this.view.u(this.indexType == 0);
|
|
68356
68328
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
68357
|
-
this.
|
|
68329
|
+
this.cy(this.keys.ae._inner[g]);
|
|
68358
68330
|
}
|
|
68359
68331
|
break;
|
|
68360
68332
|
}
|
|
68361
68333
|
}
|
|
68362
|
-
|
|
68334
|
+
cy(a) {
|
|
68363
68335
|
let b = this.e.indexOfKey(a.value);
|
|
68364
68336
|
if (b >= 0) {
|
|
68365
68337
|
this.view.t(b, this.indexType == 1);
|
|
@@ -68375,7 +68347,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68375
68347
|
return $ret;
|
|
68376
68348
|
})()));
|
|
68377
68349
|
}
|
|
68378
|
-
|
|
68350
|
+
cz(a) {
|
|
68379
68351
|
let b = this.e.indexOfKey(a.value);
|
|
68380
68352
|
if (b >= 0) {
|
|
68381
68353
|
this.view.t(b, this.indexType == 0);
|
|
@@ -68391,7 +68363,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68391
68363
|
return $ret;
|
|
68392
68364
|
})()));
|
|
68393
68365
|
}
|
|
68394
|
-
|
|
68366
|
+
cu(a, b) {
|
|
68395
68367
|
if (this.checkedChanged != null && this.an == false) {
|
|
68396
68368
|
let c = null;
|
|
68397
68369
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -68415,22 +68387,22 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68415
68387
|
destroy() {
|
|
68416
68388
|
if (this.f != null) {
|
|
68417
68389
|
let a = this.f;
|
|
68418
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
68390
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ck));
|
|
68419
68391
|
let b = this.f;
|
|
68420
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
68392
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cl));
|
|
68421
68393
|
if (this.f.actualDataSource != null) {
|
|
68422
68394
|
let c = this.f.actualDataSource;
|
|
68423
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
68395
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.c1));
|
|
68424
68396
|
}
|
|
68425
68397
|
}
|
|
68426
68398
|
if (this.s != null) {
|
|
68427
68399
|
let d = this.s;
|
|
68428
|
-
d.change = delegateRemove(d.change, runOn(this, this.
|
|
68400
|
+
d.change = delegateRemove(d.change, runOn(this, this.cm));
|
|
68429
68401
|
}
|
|
68430
68402
|
this.provideContainer(null, null, null);
|
|
68431
68403
|
if (this.j != null) {
|
|
68432
68404
|
let e = this.j;
|
|
68433
|
-
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.
|
|
68405
|
+
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.cg));
|
|
68434
68406
|
}
|
|
68435
68407
|
}
|
|
68436
68408
|
provideContainer(a, b, c) {
|
|
@@ -68438,8 +68410,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68438
68410
|
if (null != this.f) {
|
|
68439
68411
|
this.f.scrollbarStyle = 1;
|
|
68440
68412
|
let d = this.f;
|
|
68441
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
68442
|
-
this.f.scrollbarBackground = this.
|
|
68413
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cl));
|
|
68414
|
+
this.f.scrollbarBackground = this.d9;
|
|
68443
68415
|
this.f.headerHeight = 0;
|
|
68444
68416
|
this.f.rowSeparatorHeight = 0;
|
|
68445
68417
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -68447,27 +68419,27 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68447
68419
|
this.f.activationMode = 0;
|
|
68448
68420
|
this.f.editMode = 0;
|
|
68449
68421
|
let e = this.f;
|
|
68450
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
68451
|
-
if (this.a2 != null) {
|
|
68452
|
-
this.f.itemsSource = this.a2;
|
|
68453
|
-
this.cd();
|
|
68454
|
-
this.c1();
|
|
68455
|
-
}
|
|
68422
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ck));
|
|
68456
68423
|
if (this.a4 != null) {
|
|
68457
|
-
this.
|
|
68458
|
-
this.
|
|
68424
|
+
this.f.itemsSource = this.a4;
|
|
68425
|
+
this.cf();
|
|
68426
|
+
this.c3();
|
|
68427
|
+
}
|
|
68428
|
+
if (this.a6 != null) {
|
|
68429
|
+
this.c3();
|
|
68430
|
+
this.dg();
|
|
68459
68431
|
}
|
|
68460
68432
|
}
|
|
68461
68433
|
this.view.q(c);
|
|
68462
68434
|
this.view.m(a);
|
|
68463
68435
|
}
|
|
68464
|
-
|
|
68436
|
+
cl(a, b) {
|
|
68465
68437
|
this.f.scrollbarStyle = this.aa;
|
|
68466
68438
|
}
|
|
68467
68439
|
provideSelectAllSection(a) {
|
|
68468
68440
|
this.view.q(a);
|
|
68469
68441
|
}
|
|
68470
|
-
|
|
68442
|
+
ck(a, b) {
|
|
68471
68443
|
if (b.cellInfo.l.a5 == 0) {
|
|
68472
68444
|
return;
|
|
68473
68445
|
}
|
|
@@ -68490,7 +68462,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68490
68462
|
this.keys.add(e);
|
|
68491
68463
|
}
|
|
68492
68464
|
}
|
|
68493
|
-
|
|
68465
|
+
cg(a, b) {
|
|
68494
68466
|
let c = b.cellInfo.l.x;
|
|
68495
68467
|
if (-1 == c) {
|
|
68496
68468
|
return;
|
|
@@ -68504,9 +68476,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68504
68476
|
}
|
|
68505
68477
|
this.view.o(b.content.element, c, d);
|
|
68506
68478
|
}
|
|
68507
|
-
|
|
68508
|
-
if (this.
|
|
68509
|
-
let b = this.d.property(this.
|
|
68479
|
+
cv(a) {
|
|
68480
|
+
if (this.a6 != null) {
|
|
68481
|
+
let b = this.d.property(this.a6).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
68510
68482
|
let c = b.contains(a);
|
|
68511
68483
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
68512
68484
|
this.c = c;
|
|
@@ -68519,43 +68491,43 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68519
68491
|
}
|
|
68520
68492
|
}
|
|
68521
68493
|
get itemsSource() {
|
|
68522
|
-
return this.a2;
|
|
68523
|
-
}
|
|
68524
|
-
set itemsSource(a) {
|
|
68525
|
-
let b = this.a2;
|
|
68526
|
-
this.a2 = a;
|
|
68527
|
-
if (b != this.a2) {
|
|
68528
|
-
this.cy("ItemsSource", b, this.a2);
|
|
68529
|
-
}
|
|
68530
|
-
}
|
|
68531
|
-
get dataMemberPath() {
|
|
68532
68494
|
return this.a4;
|
|
68533
68495
|
}
|
|
68534
|
-
set
|
|
68496
|
+
set itemsSource(a) {
|
|
68535
68497
|
let b = this.a4;
|
|
68536
68498
|
this.a4 = a;
|
|
68537
68499
|
if (b != this.a4) {
|
|
68538
|
-
this.
|
|
68500
|
+
this.c0("ItemsSource", b, this.a4);
|
|
68539
68501
|
}
|
|
68540
68502
|
}
|
|
68541
|
-
get
|
|
68503
|
+
get dataMemberPath() {
|
|
68542
68504
|
return this.a6;
|
|
68543
68505
|
}
|
|
68544
|
-
set
|
|
68506
|
+
set dataMemberPath(a) {
|
|
68545
68507
|
let b = this.a6;
|
|
68546
68508
|
this.a6 = a;
|
|
68547
68509
|
if (b != this.a6) {
|
|
68548
|
-
this.
|
|
68510
|
+
this.c0("DataMemberPath", b, this.a6);
|
|
68549
68511
|
}
|
|
68550
68512
|
}
|
|
68551
|
-
get
|
|
68552
|
-
return this.
|
|
68513
|
+
get selectedMemberPath() {
|
|
68514
|
+
return this.a8;
|
|
68553
68515
|
}
|
|
68554
|
-
set
|
|
68555
|
-
let b = this.
|
|
68556
|
-
this.
|
|
68557
|
-
if (b != this.
|
|
68558
|
-
this.
|
|
68516
|
+
set selectedMemberPath(a) {
|
|
68517
|
+
let b = this.a8;
|
|
68518
|
+
this.a8 = a;
|
|
68519
|
+
if (b != this.a8) {
|
|
68520
|
+
this.c0("SelectedMemberPath", b, this.a8);
|
|
68521
|
+
}
|
|
68522
|
+
}
|
|
68523
|
+
get bm() {
|
|
68524
|
+
return this.a7;
|
|
68525
|
+
}
|
|
68526
|
+
set bm(a) {
|
|
68527
|
+
let b = this.a7;
|
|
68528
|
+
this.a7 = a;
|
|
68529
|
+
if (b != this.a7) {
|
|
68530
|
+
this.c0("FilterPlaceholderText", b, this.a7);
|
|
68559
68531
|
}
|
|
68560
68532
|
}
|
|
68561
68533
|
get x() {
|
|
@@ -68565,24 +68537,36 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68565
68537
|
let b = this.w;
|
|
68566
68538
|
this.w = a;
|
|
68567
68539
|
if (b != this.w) {
|
|
68568
|
-
this.
|
|
68540
|
+
this.c0("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.w));
|
|
68569
68541
|
}
|
|
68570
68542
|
}
|
|
68571
|
-
get
|
|
68572
|
-
return this.
|
|
68543
|
+
get a3() {
|
|
68544
|
+
return this.a0;
|
|
68573
68545
|
}
|
|
68574
|
-
set
|
|
68575
|
-
let b = this.
|
|
68576
|
-
this.
|
|
68577
|
-
if (b != this.
|
|
68578
|
-
this.
|
|
68546
|
+
set a3(a) {
|
|
68547
|
+
let b = this.a0;
|
|
68548
|
+
this.a0 = a;
|
|
68549
|
+
if (b != this.a0) {
|
|
68550
|
+
this.c0("RowHeight", b, this.a0);
|
|
68579
68551
|
}
|
|
68580
68552
|
}
|
|
68581
|
-
get
|
|
68553
|
+
get a1() {
|
|
68582
68554
|
if (this.f != null) {
|
|
68583
68555
|
return this.f.actualRowHeight;
|
|
68584
68556
|
}
|
|
68585
|
-
|
|
68557
|
+
else if (this.a0 != -1) {
|
|
68558
|
+
return this.a0;
|
|
68559
|
+
}
|
|
68560
|
+
else {
|
|
68561
|
+
switch (this.density) {
|
|
68562
|
+
case 4:
|
|
68563
|
+
case 3: return GridStyleRepository.q;
|
|
68564
|
+
case 0:
|
|
68565
|
+
case 2: return GridStyleRepository.r;
|
|
68566
|
+
case 1: return GridStyleRepository.p;
|
|
68567
|
+
}
|
|
68568
|
+
return GridStyleRepository.r;
|
|
68569
|
+
}
|
|
68586
68570
|
}
|
|
68587
68571
|
get ai() {
|
|
68588
68572
|
return this.ag;
|
|
@@ -68591,7 +68575,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68591
68575
|
let b = this.ag;
|
|
68592
68576
|
this.ag = a;
|
|
68593
68577
|
if (b != this.ag) {
|
|
68594
|
-
this.
|
|
68578
|
+
this.c0("CellTextStyle", b, this.ag);
|
|
68595
68579
|
}
|
|
68596
68580
|
}
|
|
68597
68581
|
get indexType() {
|
|
@@ -68601,7 +68585,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68601
68585
|
let b = this.k;
|
|
68602
68586
|
this.k = a;
|
|
68603
68587
|
if (b != this.k) {
|
|
68604
|
-
this.
|
|
68588
|
+
this.c0("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
68605
68589
|
}
|
|
68606
68590
|
}
|
|
68607
68591
|
get baseTheme() {
|
|
@@ -68611,7 +68595,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68611
68595
|
let b = this.ab;
|
|
68612
68596
|
this.ab = a;
|
|
68613
68597
|
if (b != this.ab) {
|
|
68614
|
-
this.
|
|
68598
|
+
this.c0("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ab));
|
|
68615
68599
|
}
|
|
68616
68600
|
}
|
|
68617
68601
|
get density() {
|
|
@@ -68621,47 +68605,47 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68621
68605
|
let b = this.ad;
|
|
68622
68606
|
this.ad = a;
|
|
68623
68607
|
if (b != this.ad) {
|
|
68624
|
-
this.
|
|
68608
|
+
this.c0("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ad));
|
|
68625
68609
|
}
|
|
68626
68610
|
}
|
|
68627
68611
|
get searchIconColor() {
|
|
68628
|
-
return this.
|
|
68612
|
+
return this.du;
|
|
68629
68613
|
}
|
|
68630
68614
|
set searchIconColor(a) {
|
|
68615
|
+
let b = this.du;
|
|
68616
|
+
this.du = a;
|
|
68617
|
+
if (b != this.du) {
|
|
68618
|
+
this.c0("SearchIconColor", b, this.du);
|
|
68619
|
+
}
|
|
68620
|
+
}
|
|
68621
|
+
get ea() {
|
|
68622
|
+
return this.ds;
|
|
68623
|
+
}
|
|
68624
|
+
set ea(a) {
|
|
68631
68625
|
let b = this.ds;
|
|
68632
68626
|
this.ds = a;
|
|
68633
68627
|
if (b != this.ds) {
|
|
68634
|
-
this.
|
|
68628
|
+
this.c0("SearchBackgroundColor", b, this.ds);
|
|
68635
68629
|
}
|
|
68636
68630
|
}
|
|
68637
|
-
get
|
|
68638
|
-
return this.
|
|
68631
|
+
get searchTextColor() {
|
|
68632
|
+
return this.dv;
|
|
68639
68633
|
}
|
|
68640
|
-
set
|
|
68641
|
-
let b = this.
|
|
68642
|
-
this.
|
|
68643
|
-
if (b != this.
|
|
68644
|
-
this.
|
|
68634
|
+
set searchTextColor(a) {
|
|
68635
|
+
let b = this.dv;
|
|
68636
|
+
this.dv = a;
|
|
68637
|
+
if (b != this.dv) {
|
|
68638
|
+
this.c0("SearchTextColor", b, this.dv);
|
|
68645
68639
|
}
|
|
68646
68640
|
}
|
|
68647
|
-
get
|
|
68641
|
+
get eb() {
|
|
68648
68642
|
return this.dt;
|
|
68649
68643
|
}
|
|
68650
|
-
set
|
|
68644
|
+
set eb(a) {
|
|
68651
68645
|
let b = this.dt;
|
|
68652
68646
|
this.dt = a;
|
|
68653
68647
|
if (b != this.dt) {
|
|
68654
|
-
this.
|
|
68655
|
-
}
|
|
68656
|
-
}
|
|
68657
|
-
get d9() {
|
|
68658
|
-
return this.dr;
|
|
68659
|
-
}
|
|
68660
|
-
set d9(a) {
|
|
68661
|
-
let b = this.dr;
|
|
68662
|
-
this.dr = a;
|
|
68663
|
-
if (b != this.dr) {
|
|
68664
|
-
this.cy("SearchBorderColor", b, this.dr);
|
|
68648
|
+
this.c0("SearchBorderColor", b, this.dt);
|
|
68665
68649
|
}
|
|
68666
68650
|
}
|
|
68667
68651
|
get aj() {
|
|
@@ -68671,7 +68655,17 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68671
68655
|
let b = this.ah;
|
|
68672
68656
|
this.ah = a;
|
|
68673
68657
|
if (b != this.ah) {
|
|
68674
|
-
this.
|
|
68658
|
+
this.c0("SearchTextStyle", b, this.ah);
|
|
68659
|
+
}
|
|
68660
|
+
}
|
|
68661
|
+
get d2() {
|
|
68662
|
+
return this.dm;
|
|
68663
|
+
}
|
|
68664
|
+
set d2(a) {
|
|
68665
|
+
let b = this.dm;
|
|
68666
|
+
this.dm = a;
|
|
68667
|
+
if (b != this.dm) {
|
|
68668
|
+
this.c0("CheckboxTickColor", b, this.dm);
|
|
68675
68669
|
}
|
|
68676
68670
|
}
|
|
68677
68671
|
get d0() {
|
|
@@ -68681,17 +68675,17 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68681
68675
|
let b = this.dk;
|
|
68682
68676
|
this.dk = a;
|
|
68683
68677
|
if (b != this.dk) {
|
|
68684
|
-
this.
|
|
68678
|
+
this.c0("CheckboxCheckedBackgroundColor", b, this.dk);
|
|
68685
68679
|
}
|
|
68686
68680
|
}
|
|
68687
|
-
get
|
|
68688
|
-
return this.
|
|
68681
|
+
get d3() {
|
|
68682
|
+
return this.dn;
|
|
68689
68683
|
}
|
|
68690
|
-
set
|
|
68691
|
-
let b = this.
|
|
68692
|
-
this.
|
|
68693
|
-
if (b != this.
|
|
68694
|
-
this.
|
|
68684
|
+
set d3(a) {
|
|
68685
|
+
let b = this.dn;
|
|
68686
|
+
this.dn = a;
|
|
68687
|
+
if (b != this.dn) {
|
|
68688
|
+
this.c0("CheckboxUncheckedBackgroundColor", b, this.dn);
|
|
68695
68689
|
}
|
|
68696
68690
|
}
|
|
68697
68691
|
get d1() {
|
|
@@ -68701,27 +68695,17 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68701
68695
|
let b = this.dl;
|
|
68702
68696
|
this.dl = a;
|
|
68703
68697
|
if (b != this.dl) {
|
|
68704
|
-
this.
|
|
68705
|
-
}
|
|
68706
|
-
}
|
|
68707
|
-
get dz() {
|
|
68708
|
-
return this.dj;
|
|
68709
|
-
}
|
|
68710
|
-
set dz(a) {
|
|
68711
|
-
let b = this.dj;
|
|
68712
|
-
this.dj = a;
|
|
68713
|
-
if (b != this.dj) {
|
|
68714
|
-
this.cy("CheckboxCheckedBorderColor", b, this.dj);
|
|
68698
|
+
this.c0("CheckboxCheckedBorderColor", b, this.dl);
|
|
68715
68699
|
}
|
|
68716
68700
|
}
|
|
68717
|
-
get
|
|
68718
|
-
return this.
|
|
68701
|
+
get d4() {
|
|
68702
|
+
return this.dp;
|
|
68719
68703
|
}
|
|
68720
|
-
set
|
|
68721
|
-
let b = this.
|
|
68722
|
-
this.
|
|
68723
|
-
if (b != this.
|
|
68724
|
-
this.
|
|
68704
|
+
set d4(a) {
|
|
68705
|
+
let b = this.dp;
|
|
68706
|
+
this.dp = a;
|
|
68707
|
+
if (b != this.dp) {
|
|
68708
|
+
this.c0("CheckboxUncheckedBorderColor", b, this.dp);
|
|
68725
68709
|
}
|
|
68726
68710
|
}
|
|
68727
68711
|
get aa() {
|
|
@@ -68731,35 +68715,35 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68731
68715
|
let b = this.z;
|
|
68732
68716
|
this.z = a;
|
|
68733
68717
|
if (b != this.z) {
|
|
68734
|
-
this.
|
|
68718
|
+
this.c0("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.z));
|
|
68735
68719
|
}
|
|
68736
68720
|
}
|
|
68737
|
-
get
|
|
68738
|
-
return this.
|
|
68721
|
+
get d9() {
|
|
68722
|
+
return this.dr;
|
|
68739
68723
|
}
|
|
68740
|
-
set
|
|
68741
|
-
let b = this.
|
|
68742
|
-
this.
|
|
68743
|
-
if (b != this.
|
|
68744
|
-
this.
|
|
68724
|
+
set d9(a) {
|
|
68725
|
+
let b = this.dr;
|
|
68726
|
+
this.dr = a;
|
|
68727
|
+
if (b != this.dr) {
|
|
68728
|
+
this.c0("ScrollbarBackground", b, this.dr);
|
|
68745
68729
|
}
|
|
68746
68730
|
}
|
|
68747
|
-
|
|
68731
|
+
c0(a, b, c) {
|
|
68748
68732
|
if (this.propertyChanged != null) {
|
|
68749
68733
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
68750
68734
|
}
|
|
68751
|
-
this.
|
|
68735
|
+
this.c6(a, b, c);
|
|
68752
68736
|
}
|
|
68753
|
-
|
|
68737
|
+
c6(a, b, c) {
|
|
68754
68738
|
switch (a) {
|
|
68755
68739
|
case "IndexType":
|
|
68756
68740
|
this.keys.clear();
|
|
68757
|
-
this.
|
|
68741
|
+
this.co();
|
|
68758
68742
|
if (this.keysCleared != null) {
|
|
68759
68743
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
68760
68744
|
}
|
|
68761
68745
|
this.view.ag();
|
|
68762
|
-
this.
|
|
68746
|
+
this.cw(b, c);
|
|
68763
68747
|
break;
|
|
68764
68748
|
case "ItemsSource":
|
|
68765
68749
|
if (this.f != null) {
|
|
@@ -68772,16 +68756,16 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68772
68756
|
}
|
|
68773
68757
|
if (this.f.actualDataSource != null) {
|
|
68774
68758
|
let d = this.f.actualDataSource;
|
|
68775
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
68759
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.c1));
|
|
68776
68760
|
}
|
|
68777
|
-
this.f.itemsSource = this.
|
|
68778
|
-
this.
|
|
68761
|
+
this.f.itemsSource = this.a4;
|
|
68762
|
+
this.cf();
|
|
68779
68763
|
if (this.f.actualDataSource != null) {
|
|
68780
68764
|
let e = this.f.actualDataSource;
|
|
68781
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
68765
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.c1));
|
|
68782
68766
|
}
|
|
68783
68767
|
this.an = true;
|
|
68784
|
-
this.
|
|
68768
|
+
this.c3();
|
|
68785
68769
|
this.an = false;
|
|
68786
68770
|
this.view.ag();
|
|
68787
68771
|
}
|
|
@@ -68789,9 +68773,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68789
68773
|
case "DataMemberPath":
|
|
68790
68774
|
case "SelectedMemberPath":
|
|
68791
68775
|
if (this.f != null) {
|
|
68792
|
-
if (this.
|
|
68793
|
-
this.
|
|
68794
|
-
this.
|
|
68776
|
+
if (this.a6 != null) {
|
|
68777
|
+
this.c3();
|
|
68778
|
+
this.dg();
|
|
68795
68779
|
}
|
|
68796
68780
|
}
|
|
68797
68781
|
break;
|
|
@@ -68801,7 +68785,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68801
68785
|
}
|
|
68802
68786
|
break;
|
|
68803
68787
|
case "SelectAllCaptionTextColor":
|
|
68804
|
-
this.
|
|
68788
|
+
this.dy = null != this.ee ? this.ee : CheckboxList.d7;
|
|
68805
68789
|
break;
|
|
68806
68790
|
case "SelectAllCaption":
|
|
68807
68791
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -68817,7 +68801,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68817
68801
|
break;
|
|
68818
68802
|
case "FilterPlaceholderText":
|
|
68819
68803
|
if (this.s != null) {
|
|
68820
|
-
this.s.cg = this.
|
|
68804
|
+
this.s.cg = this.bm;
|
|
68821
68805
|
}
|
|
68822
68806
|
break;
|
|
68823
68807
|
case "SearchInputType":
|
|
@@ -68827,7 +68811,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68827
68811
|
break;
|
|
68828
68812
|
case "RowHeight":
|
|
68829
68813
|
if (this.f != null) {
|
|
68830
|
-
this.f.rowHeight = this.
|
|
68814
|
+
this.f.rowHeight = this.a3;
|
|
68831
68815
|
}
|
|
68832
68816
|
break;
|
|
68833
68817
|
case "CellTextStyle":
|
|
@@ -68841,7 +68825,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68841
68825
|
case "RowHoverBackgroundColor":
|
|
68842
68826
|
let f = this.f;
|
|
68843
68827
|
if (null != f) {
|
|
68844
|
-
f.cellTextColor = this.
|
|
68828
|
+
f.cellTextColor = this.eg;
|
|
68845
68829
|
f.cellBackground = this.backgroundColor;
|
|
68846
68830
|
f.cellSelectedBackground = this.backgroundColor;
|
|
68847
68831
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
@@ -68849,10 +68833,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68849
68833
|
this.view.ad();
|
|
68850
68834
|
break;
|
|
68851
68835
|
case "BaseTheme":
|
|
68852
|
-
this.
|
|
68836
|
+
this.df();
|
|
68853
68837
|
break;
|
|
68854
68838
|
case "Density":
|
|
68855
|
-
this.
|
|
68839
|
+
this.de();
|
|
68856
68840
|
break;
|
|
68857
68841
|
case "IsRowHoverEnabled":
|
|
68858
68842
|
if (this.f != null) {
|
|
@@ -68866,17 +68850,17 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68866
68850
|
break;
|
|
68867
68851
|
case "ScrollbarBackground":
|
|
68868
68852
|
if (this.f != null) {
|
|
68869
|
-
this.f.scrollbarBackground = this.
|
|
68853
|
+
this.f.scrollbarBackground = this.d9;
|
|
68870
68854
|
}
|
|
68871
68855
|
break;
|
|
68872
68856
|
case "SearchIconColor":
|
|
68873
68857
|
this.view.ab();
|
|
68874
68858
|
break;
|
|
68875
68859
|
case "SearchBackgroundColor":
|
|
68876
|
-
this.v.mc = this.
|
|
68860
|
+
this.v.mc = this.ea;
|
|
68877
68861
|
break;
|
|
68878
68862
|
case "SearchBorderColor":
|
|
68879
|
-
this.v.md = this.
|
|
68863
|
+
this.v.md = this.eb;
|
|
68880
68864
|
break;
|
|
68881
68865
|
case "SearchTextColor":
|
|
68882
68866
|
if (this.t != null) {
|
|
@@ -68898,7 +68882,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68898
68882
|
break;
|
|
68899
68883
|
}
|
|
68900
68884
|
}
|
|
68901
|
-
|
|
68885
|
+
cw(a, b) {
|
|
68902
68886
|
if (this.indexTypeChanged != null) {
|
|
68903
68887
|
this.indexTypeChanged(this, ((() => {
|
|
68904
68888
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -68908,7 +68892,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68908
68892
|
})()));
|
|
68909
68893
|
}
|
|
68910
68894
|
}
|
|
68911
|
-
|
|
68895
|
+
de() {
|
|
68912
68896
|
if (this.f != null) {
|
|
68913
68897
|
this.f.density = this.density;
|
|
68914
68898
|
}
|
|
@@ -68917,7 +68901,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68917
68901
|
}
|
|
68918
68902
|
this.view.x();
|
|
68919
68903
|
}
|
|
68920
|
-
|
|
68904
|
+
df() {
|
|
68921
68905
|
if (this.u != null) {
|
|
68922
68906
|
this.u.p = this.baseTheme;
|
|
68923
68907
|
}
|
|
@@ -68925,31 +68909,31 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68925
68909
|
this.t.d8 = this.searchTextColor;
|
|
68926
68910
|
}
|
|
68927
68911
|
if (this.f != null) {
|
|
68928
|
-
this.f.cellTextColor = this.
|
|
68912
|
+
this.f.cellTextColor = this.eg;
|
|
68929
68913
|
this.f.cellBackground = this.backgroundColor;
|
|
68930
68914
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
68931
68915
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
68932
68916
|
}
|
|
68933
68917
|
this.view.z();
|
|
68934
68918
|
}
|
|
68935
|
-
|
|
68919
|
+
c1(a, b) {
|
|
68936
68920
|
this.an = true;
|
|
68937
|
-
this.
|
|
68921
|
+
this.cf();
|
|
68938
68922
|
if (b.schema != null) {
|
|
68939
|
-
this.
|
|
68923
|
+
this.c3();
|
|
68940
68924
|
for (let c = 0; c < this.keys.count; c++) {
|
|
68941
|
-
this.
|
|
68925
|
+
this.cy(this.keys._inner[c]);
|
|
68942
68926
|
}
|
|
68943
68927
|
this.view.ag();
|
|
68944
68928
|
}
|
|
68945
68929
|
this.an = false;
|
|
68946
68930
|
}
|
|
68947
|
-
|
|
68948
|
-
if (this.af == null && this.
|
|
68949
|
-
this.af = new FastReflectionHelper(false, this.
|
|
68931
|
+
c3() {
|
|
68932
|
+
if (this.af == null && this.a8 != null && this.a8 != "") {
|
|
68933
|
+
this.af = new FastReflectionHelper(false, this.a8);
|
|
68950
68934
|
}
|
|
68951
|
-
if (this.
|
|
68952
|
-
this.af.propertyName = this.
|
|
68935
|
+
if (this.a4 != null && this.af != null && this.f.actualDataSource.actualSchema != null) {
|
|
68936
|
+
this.af.propertyName = this.a8;
|
|
68953
68937
|
let a = this.f.actualDataSource.actualCount;
|
|
68954
68938
|
for (let b = 0; b < a; b++) {
|
|
68955
68939
|
let c = this.f.actualDataSource.getItemAtIndex(b);
|
|
@@ -68963,11 +68947,11 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68963
68947
|
}
|
|
68964
68948
|
}
|
|
68965
68949
|
}
|
|
68966
|
-
|
|
68950
|
+
dg() {
|
|
68967
68951
|
this.f.actualColumns.clear();
|
|
68968
68952
|
this.f.primaryKey = this.primaryKey;
|
|
68969
68953
|
this.f.isGroupRowSticky = false;
|
|
68970
|
-
this.f.rowHeight = this.
|
|
68954
|
+
this.f.rowHeight = this.a3;
|
|
68971
68955
|
this.f.cellBackground = this.backgroundColor;
|
|
68972
68956
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
68973
68957
|
this.f.density = this.density;
|
|
@@ -68977,10 +68961,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68977
68961
|
this.f.cellTextStyle = this.ai;
|
|
68978
68962
|
}
|
|
68979
68963
|
let a = new TemplateColumn();
|
|
68980
|
-
if (this.
|
|
68981
|
-
this.
|
|
68964
|
+
if (this.a8 == null) {
|
|
68965
|
+
this.a8 = "";
|
|
68982
68966
|
}
|
|
68983
|
-
a.lo = this.
|
|
68967
|
+
a.lo = this.a8;
|
|
68984
68968
|
a.mf = "CheckboxColumn";
|
|
68985
68969
|
let b = new ColumnWidth();
|
|
68986
68970
|
b.c = false;
|
|
@@ -68988,10 +68972,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
68988
68972
|
a.width = b;
|
|
68989
68973
|
a.kk = 0;
|
|
68990
68974
|
a.kl = 0;
|
|
68991
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
68975
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.cg));
|
|
68992
68976
|
this.f.columns.add(a);
|
|
68993
68977
|
this.j = a;
|
|
68994
|
-
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
68978
|
+
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.a6);
|
|
68995
68979
|
let d;
|
|
68996
68980
|
switch (c) {
|
|
68997
68981
|
case 8:
|
|
@@ -69014,7 +68998,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69014
68998
|
d = new TextColumn();
|
|
69015
68999
|
break;
|
|
69016
69000
|
}
|
|
69017
|
-
d.lo = this.
|
|
69001
|
+
d.lo = this.a6;
|
|
69018
69002
|
d.mf = "DataColumn";
|
|
69019
69003
|
d.kk = 0;
|
|
69020
69004
|
d.g = 0;
|
|
@@ -69026,14 +69010,14 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69026
69010
|
provideHrElement(a) {
|
|
69027
69011
|
this.view.p(a);
|
|
69028
69012
|
}
|
|
69029
|
-
|
|
69013
|
+
cx() {
|
|
69030
69014
|
let a = this.t;
|
|
69031
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
69032
|
-
this.
|
|
69015
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cm));
|
|
69016
|
+
this.df();
|
|
69033
69017
|
}
|
|
69034
|
-
|
|
69018
|
+
cm(a, b) {
|
|
69035
69019
|
let c = b.value.toLowerCase();
|
|
69036
|
-
this.
|
|
69020
|
+
this.cv(c);
|
|
69037
69021
|
}
|
|
69038
69022
|
i(a) {
|
|
69039
69023
|
if (this.primaryKey == null) {
|
|
@@ -69047,7 +69031,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69047
69031
|
}
|
|
69048
69032
|
return new PrimaryKeyValue(b, c);
|
|
69049
69033
|
}
|
|
69050
|
-
|
|
69034
|
+
da(a) {
|
|
69051
69035
|
this.am = true;
|
|
69052
69036
|
let b = this.e.getItemAtIndex(a);
|
|
69053
69037
|
if (this.af != null) {
|
|
@@ -69057,7 +69041,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69057
69041
|
this.keys.remove(c);
|
|
69058
69042
|
this.am = false;
|
|
69059
69043
|
}
|
|
69060
|
-
|
|
69044
|
+
cc(a) {
|
|
69061
69045
|
this.am = true;
|
|
69062
69046
|
let b = this.e.getItemAtIndex(a);
|
|
69063
69047
|
if (this.af != null) {
|
|
@@ -69067,50 +69051,50 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69067
69051
|
this.keys.add(c);
|
|
69068
69052
|
this.am = false;
|
|
69069
69053
|
}
|
|
69070
|
-
|
|
69054
|
+
dd() {
|
|
69071
69055
|
this.indexType = 0;
|
|
69072
69056
|
this.keys.clear();
|
|
69073
|
-
this.
|
|
69057
|
+
this.co();
|
|
69074
69058
|
if (this.keysCleared != null) {
|
|
69075
69059
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
69076
69060
|
}
|
|
69077
69061
|
}
|
|
69078
|
-
|
|
69062
|
+
ci() {
|
|
69079
69063
|
this.indexType = 1;
|
|
69080
69064
|
this.keys.clear();
|
|
69081
|
-
this.
|
|
69065
|
+
this.co();
|
|
69082
69066
|
if (this.keysCleared != null) {
|
|
69083
69067
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
69084
69068
|
}
|
|
69085
69069
|
}
|
|
69086
|
-
|
|
69070
|
+
cs(a, b, c) {
|
|
69087
69071
|
if (this.f != null) {
|
|
69088
69072
|
this.f.notifySetItem(a, b, c);
|
|
69089
69073
|
}
|
|
69090
69074
|
}
|
|
69091
|
-
|
|
69075
|
+
cp() {
|
|
69092
69076
|
if (this.f != null) {
|
|
69093
69077
|
this.f.notifyClearItems();
|
|
69094
69078
|
}
|
|
69095
69079
|
}
|
|
69096
|
-
|
|
69080
|
+
co() {
|
|
69097
69081
|
if (this.f != null) {
|
|
69098
69082
|
this.f.invalidateVisibleRows();
|
|
69099
69083
|
}
|
|
69100
69084
|
}
|
|
69101
|
-
|
|
69085
|
+
cq(a, b) {
|
|
69102
69086
|
if (this.f != null) {
|
|
69103
69087
|
this.f.notifyInsertItem(a, b);
|
|
69104
69088
|
}
|
|
69105
69089
|
;
|
|
69106
69090
|
}
|
|
69107
|
-
|
|
69091
|
+
cr(a, b) {
|
|
69108
69092
|
if (this.f != null) {
|
|
69109
69093
|
this.f.notifyRemoveItem(a, b);
|
|
69110
69094
|
}
|
|
69111
69095
|
;
|
|
69112
69096
|
}
|
|
69113
|
-
|
|
69097
|
+
cd(a) {
|
|
69114
69098
|
let b = null;
|
|
69115
69099
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
69116
69100
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -69130,7 +69114,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69130
69114
|
this.keys.add(b);
|
|
69131
69115
|
}
|
|
69132
69116
|
}
|
|
69133
|
-
|
|
69117
|
+
db(a) {
|
|
69134
69118
|
let b = null;
|
|
69135
69119
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
69136
69120
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -69150,72 +69134,84 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69150
69134
|
this.keys.remove(b);
|
|
69151
69135
|
}
|
|
69152
69136
|
}
|
|
69153
|
-
getDesiredSize() {
|
|
69154
|
-
let
|
|
69155
|
-
let
|
|
69156
|
-
|
|
69157
|
-
|
|
69158
|
-
|
|
69159
|
-
|
|
69160
|
-
|
|
69161
|
-
|
|
69162
|
-
|
|
69163
|
-
|
|
69164
|
-
let
|
|
69165
|
-
|
|
69166
|
-
|
|
69167
|
-
if (e > 90) {
|
|
69168
|
-
b += 90;
|
|
69169
|
-
b += 15;
|
|
69137
|
+
getDesiredSize(a) {
|
|
69138
|
+
let b = 248;
|
|
69139
|
+
let c = 0;
|
|
69140
|
+
let d = this.ay();
|
|
69141
|
+
let e = 5;
|
|
69142
|
+
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
69143
|
+
e = this.f.actualDataSource.actualCount;
|
|
69144
|
+
}
|
|
69145
|
+
let f = this.a1 * e;
|
|
69146
|
+
let g = this.a1 * (this.showSelectAll ? 4 : 5);
|
|
69147
|
+
let h = f > g ? g : f;
|
|
69148
|
+
let i = d + h;
|
|
69149
|
+
if (isPositiveInfinity(a.height)) {
|
|
69150
|
+
c = i;
|
|
69170
69151
|
}
|
|
69171
69152
|
else {
|
|
69172
|
-
|
|
69153
|
+
if (a.height <= i) {
|
|
69154
|
+
c = i;
|
|
69155
|
+
}
|
|
69156
|
+
else {
|
|
69157
|
+
let j = a.height - i;
|
|
69158
|
+
c = d + j;
|
|
69159
|
+
}
|
|
69173
69160
|
}
|
|
69161
|
+
return new Size(1, b, c);
|
|
69162
|
+
}
|
|
69163
|
+
ay() {
|
|
69164
|
+
let a = 0;
|
|
69165
|
+
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
69166
|
+
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
69167
|
+
a += (0.8 + 6);
|
|
69168
|
+
a += 4;
|
|
69174
69169
|
if (this.showSelectAll) {
|
|
69175
|
-
|
|
69170
|
+
a += this.a1;
|
|
69176
69171
|
}
|
|
69177
|
-
|
|
69172
|
+
a += 4;
|
|
69173
|
+
return a;
|
|
69178
69174
|
}
|
|
69179
|
-
get
|
|
69180
|
-
return this.
|
|
69175
|
+
get b4() {
|
|
69176
|
+
return this.b3 != null ? this.b3 : !stringIsNullOrWhiteSpace(this.al.b1("Select_All")) ? this.al.b1("Select_All") : "(Select All)";
|
|
69181
69177
|
}
|
|
69182
|
-
set
|
|
69183
|
-
if (a == this.
|
|
69178
|
+
set b4(a) {
|
|
69179
|
+
if (a == this.b3) {
|
|
69184
69180
|
return;
|
|
69185
69181
|
}
|
|
69186
|
-
let b = this.
|
|
69187
|
-
this.
|
|
69188
|
-
this.
|
|
69182
|
+
let b = this.b3;
|
|
69183
|
+
this.b3 = a;
|
|
69184
|
+
this.c0("SelectAllCaption", b, this.b3);
|
|
69189
69185
|
}
|
|
69190
|
-
get
|
|
69191
|
-
return this.
|
|
69186
|
+
get ee() {
|
|
69187
|
+
return this.dw;
|
|
69192
69188
|
}
|
|
69193
|
-
set
|
|
69194
|
-
let b = this.
|
|
69195
|
-
this.
|
|
69196
|
-
if (b != this.
|
|
69197
|
-
this.
|
|
69189
|
+
set ee(a) {
|
|
69190
|
+
let b = this.dw;
|
|
69191
|
+
this.dw = a;
|
|
69192
|
+
if (b != this.dw) {
|
|
69193
|
+
this.c0("SelectAllCaptionTextColor", b, a);
|
|
69198
69194
|
}
|
|
69199
69195
|
}
|
|
69200
|
-
get
|
|
69201
|
-
return this.
|
|
69196
|
+
get dy() {
|
|
69197
|
+
return this.di;
|
|
69202
69198
|
}
|
|
69203
|
-
set
|
|
69204
|
-
let b = this.
|
|
69205
|
-
this.
|
|
69206
|
-
if (b != this.
|
|
69207
|
-
this.
|
|
69199
|
+
set dy(a) {
|
|
69200
|
+
let b = this.di;
|
|
69201
|
+
this.di = a;
|
|
69202
|
+
if (b != this.di) {
|
|
69203
|
+
this.c0("ActualSelectAllCaptionTextColor", b, a);
|
|
69208
69204
|
}
|
|
69209
69205
|
}
|
|
69210
69206
|
get as() {
|
|
69211
|
-
if (-1 == this.
|
|
69207
|
+
if (-1 == this.a2) {
|
|
69212
69208
|
return false;
|
|
69213
69209
|
}
|
|
69214
69210
|
let a = this.keys.count;
|
|
69215
69211
|
if (0 == a) {
|
|
69216
69212
|
return false;
|
|
69217
69213
|
}
|
|
69218
|
-
if (a == this.
|
|
69214
|
+
if (a == this.a2) {
|
|
69219
69215
|
return false;
|
|
69220
69216
|
}
|
|
69221
69217
|
return true;
|
|
@@ -69229,39 +69225,39 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69229
69225
|
}
|
|
69230
69226
|
let b = this.av;
|
|
69231
69227
|
this.av = a;
|
|
69232
|
-
this.
|
|
69228
|
+
this.c0("showSelectAll", b, this.av);
|
|
69233
69229
|
}
|
|
69234
69230
|
get backgroundColor() {
|
|
69235
|
-
return this.
|
|
69231
|
+
return this.dj;
|
|
69236
69232
|
}
|
|
69237
69233
|
set backgroundColor(a) {
|
|
69238
|
-
let b = this.
|
|
69239
|
-
this.
|
|
69240
|
-
if (b != this.
|
|
69241
|
-
this.
|
|
69234
|
+
let b = this.dj;
|
|
69235
|
+
this.dj = a;
|
|
69236
|
+
if (b != this.dj) {
|
|
69237
|
+
this.c0("BackgroundColor", b, a);
|
|
69242
69238
|
}
|
|
69243
69239
|
}
|
|
69244
69240
|
get rowHoverBackgroundColor() {
|
|
69245
|
-
return this.
|
|
69241
|
+
return this.dq;
|
|
69246
69242
|
}
|
|
69247
69243
|
set rowHoverBackgroundColor(a) {
|
|
69248
|
-
let b = this.
|
|
69249
|
-
this.
|
|
69250
|
-
if (b != this.
|
|
69251
|
-
this.
|
|
69244
|
+
let b = this.dq;
|
|
69245
|
+
this.dq = a;
|
|
69246
|
+
if (b != this.dq) {
|
|
69247
|
+
this.c0("RowHoverBackgroundColor", b, a);
|
|
69252
69248
|
}
|
|
69253
69249
|
}
|
|
69254
|
-
get
|
|
69255
|
-
return this.
|
|
69250
|
+
get eg() {
|
|
69251
|
+
return this.dx;
|
|
69256
69252
|
}
|
|
69257
|
-
set
|
|
69258
|
-
let b = this.
|
|
69259
|
-
this.
|
|
69260
|
-
if (b != this.
|
|
69261
|
-
this.
|
|
69253
|
+
set eg(a) {
|
|
69254
|
+
let b = this.dx;
|
|
69255
|
+
this.dx = a;
|
|
69256
|
+
if (b != this.dx) {
|
|
69257
|
+
this.c0("TextColor", b, a);
|
|
69262
69258
|
}
|
|
69263
69259
|
}
|
|
69264
|
-
|
|
69260
|
+
c2(a) {
|
|
69265
69261
|
if (this.selectAllCheckboxChanged != null) {
|
|
69266
69262
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
69267
69263
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -69271,39 +69267,39 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69271
69267
|
}
|
|
69272
69268
|
}
|
|
69273
69269
|
ap() {
|
|
69274
|
-
if (-1 == this.
|
|
69270
|
+
if (-1 == this.a2) {
|
|
69275
69271
|
return true;
|
|
69276
69272
|
}
|
|
69277
69273
|
let a = this.keys.count;
|
|
69278
69274
|
switch (this.indexType) {
|
|
69279
|
-
case 0: return this.
|
|
69275
|
+
case 0: return this.a2 == a;
|
|
69280
69276
|
case 1: return 0 == a;
|
|
69281
69277
|
default: return false;
|
|
69282
69278
|
}
|
|
69283
69279
|
}
|
|
69284
69280
|
ao() {
|
|
69285
|
-
if (-1 == this.
|
|
69281
|
+
if (-1 == this.a2) {
|
|
69286
69282
|
return false;
|
|
69287
69283
|
}
|
|
69288
69284
|
let a = this.keys.count;
|
|
69289
69285
|
switch (this.indexType) {
|
|
69290
69286
|
case 0: return 0 == a;
|
|
69291
|
-
case 1: return this.
|
|
69287
|
+
case 1: return this.a2 == a;
|
|
69292
69288
|
default: return false;
|
|
69293
69289
|
}
|
|
69294
69290
|
}
|
|
69295
|
-
|
|
69291
|
+
cf() {
|
|
69296
69292
|
let a = this.f.actualDataSource;
|
|
69297
69293
|
if (null != a) {
|
|
69298
69294
|
if (null == a.actualSchema) {
|
|
69299
|
-
this.
|
|
69295
|
+
this.a2 = -1;
|
|
69300
69296
|
return;
|
|
69301
69297
|
}
|
|
69302
69298
|
let b = a.actualCount;
|
|
69303
|
-
this.
|
|
69299
|
+
this.a2 = b;
|
|
69304
69300
|
}
|
|
69305
69301
|
else {
|
|
69306
|
-
this.
|
|
69302
|
+
this.a2 = -1;
|
|
69307
69303
|
}
|
|
69308
69304
|
}
|
|
69309
69305
|
get au() {
|
|
@@ -69315,7 +69311,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69315
69311
|
}
|
|
69316
69312
|
let b = this.at;
|
|
69317
69313
|
this.at = a;
|
|
69318
|
-
this.
|
|
69314
|
+
this.c0("ShowFilter", b, this.at);
|
|
69319
69315
|
}
|
|
69320
69316
|
get ar() {
|
|
69321
69317
|
return this.aq;
|
|
@@ -69326,15 +69322,15 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
69326
69322
|
}
|
|
69327
69323
|
let b = this.aq;
|
|
69328
69324
|
this.aq = a;
|
|
69329
|
-
this.
|
|
69325
|
+
this.c0("IsRowHoverEnabled", b, this.aq);
|
|
69330
69326
|
}
|
|
69331
69327
|
}
|
|
69332
69328
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
69333
|
-
CheckboxList.
|
|
69334
|
-
CheckboxList.
|
|
69335
|
-
CheckboxList.
|
|
69336
|
-
CheckboxList.
|
|
69337
|
-
CheckboxList.
|
|
69329
|
+
CheckboxList.ef = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
69330
|
+
CheckboxList.b0 = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
69331
|
+
CheckboxList.d5 = /*@__PURE__*/ BrushUtil.h(255, 248, 248, 248);
|
|
69332
|
+
CheckboxList.d6 = null;
|
|
69333
|
+
CheckboxList.d7 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
69338
69334
|
return CheckboxList;
|
|
69339
69335
|
})();
|
|
69340
69336
|
|
|
@@ -69773,10 +69769,10 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69773
69769
|
* Gets or Sets the property name that contains the values.
|
|
69774
69770
|
*/
|
|
69775
69771
|
get filterPlaceholderText() {
|
|
69776
|
-
return this.i.
|
|
69772
|
+
return this.i.bm;
|
|
69777
69773
|
}
|
|
69778
69774
|
set filterPlaceholderText(v) {
|
|
69779
|
-
this.i.
|
|
69775
|
+
this.i.bm = v;
|
|
69780
69776
|
}
|
|
69781
69777
|
/**
|
|
69782
69778
|
* Gets or Sets the property name that contains the values.
|
|
@@ -69792,14 +69788,14 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69792
69788
|
* Gets or Sets the property name that contains the values.
|
|
69793
69789
|
*/
|
|
69794
69790
|
get rowHeight() {
|
|
69795
|
-
return this.i.
|
|
69791
|
+
return this.i.a3;
|
|
69796
69792
|
}
|
|
69797
69793
|
set rowHeight(v) {
|
|
69798
|
-
this.i.
|
|
69799
|
-
this._a("rowHeight", this.i.
|
|
69794
|
+
this.i.a3 = +v;
|
|
69795
|
+
this._a("rowHeight", this.i.a3);
|
|
69800
69796
|
}
|
|
69801
69797
|
get actualRowHeight() {
|
|
69802
|
-
return this.i.
|
|
69798
|
+
return this.i.a1;
|
|
69803
69799
|
}
|
|
69804
69800
|
/**
|
|
69805
69801
|
* Gets or Sets the property name that contains the values.
|
|
@@ -69860,11 +69856,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69860
69856
|
* Gets or sets the search background color.
|
|
69861
69857
|
*/
|
|
69862
69858
|
get searchBackgroundColor() {
|
|
69863
|
-
return brushToString(this.i.
|
|
69859
|
+
return brushToString(this.i.ea);
|
|
69864
69860
|
}
|
|
69865
69861
|
set searchBackgroundColor(v) {
|
|
69866
|
-
this.i.
|
|
69867
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
69862
|
+
this.i.ea = stringToBrush(v);
|
|
69863
|
+
this._a("searchBackgroundColor", brushToString(this.i.ea));
|
|
69868
69864
|
}
|
|
69869
69865
|
/**
|
|
69870
69866
|
* Gets or sets the search text color.
|
|
@@ -69880,11 +69876,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69880
69876
|
* Gets or sets the search border color.
|
|
69881
69877
|
*/
|
|
69882
69878
|
get searchBorderColor() {
|
|
69883
|
-
return brushToString(this.i.
|
|
69879
|
+
return brushToString(this.i.eb);
|
|
69884
69880
|
}
|
|
69885
69881
|
set searchBorderColor(v) {
|
|
69886
|
-
this.i.
|
|
69887
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
69882
|
+
this.i.eb = stringToBrush(v);
|
|
69883
|
+
this._a("searchBorderColor", brushToString(this.i.eb));
|
|
69888
69884
|
}
|
|
69889
69885
|
/**
|
|
69890
69886
|
* Gets or sets the text style.
|
|
@@ -69905,51 +69901,51 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69905
69901
|
* Gets or sets the checkbox tick color.
|
|
69906
69902
|
*/
|
|
69907
69903
|
get checkboxTickColor() {
|
|
69908
|
-
return brushToString(this.i.
|
|
69904
|
+
return brushToString(this.i.d2);
|
|
69909
69905
|
}
|
|
69910
69906
|
set checkboxTickColor(v) {
|
|
69911
|
-
this.i.
|
|
69912
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
69907
|
+
this.i.d2 = stringToBrush(v);
|
|
69908
|
+
this._a("checkboxTickColor", brushToString(this.i.d2));
|
|
69913
69909
|
}
|
|
69914
69910
|
/**
|
|
69915
69911
|
* Gets or sets the checkbox background color when checked.
|
|
69916
69912
|
*/
|
|
69917
69913
|
get checkboxCheckedBackgroundColor() {
|
|
69918
|
-
return brushToString(this.i.
|
|
69914
|
+
return brushToString(this.i.d0);
|
|
69919
69915
|
}
|
|
69920
69916
|
set checkboxCheckedBackgroundColor(v) {
|
|
69921
|
-
this.i.
|
|
69922
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
69917
|
+
this.i.d0 = stringToBrush(v);
|
|
69918
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.d0));
|
|
69923
69919
|
}
|
|
69924
69920
|
/**
|
|
69925
69921
|
* Gets or sets the checkbox background color when unchecked.
|
|
69926
69922
|
*/
|
|
69927
69923
|
get checkboxUncheckedBackgroundColor() {
|
|
69928
|
-
return brushToString(this.i.
|
|
69924
|
+
return brushToString(this.i.d3);
|
|
69929
69925
|
}
|
|
69930
69926
|
set checkboxUncheckedBackgroundColor(v) {
|
|
69931
|
-
this.i.
|
|
69932
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
69927
|
+
this.i.d3 = stringToBrush(v);
|
|
69928
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.d3));
|
|
69933
69929
|
}
|
|
69934
69930
|
/**
|
|
69935
69931
|
* Gets or sets the checkbox border color when checked.
|
|
69936
69932
|
*/
|
|
69937
69933
|
get checkboxCheckedBorderColor() {
|
|
69938
|
-
return brushToString(this.i.
|
|
69934
|
+
return brushToString(this.i.d1);
|
|
69939
69935
|
}
|
|
69940
69936
|
set checkboxCheckedBorderColor(v) {
|
|
69941
|
-
this.i.
|
|
69942
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
69937
|
+
this.i.d1 = stringToBrush(v);
|
|
69938
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.d1));
|
|
69943
69939
|
}
|
|
69944
69940
|
/**
|
|
69945
69941
|
* Gets or sets the checkbox border color when unchecked.
|
|
69946
69942
|
*/
|
|
69947
69943
|
get checkboxUncheckedBorderColor() {
|
|
69948
|
-
return brushToString(this.i.
|
|
69944
|
+
return brushToString(this.i.d4);
|
|
69949
69945
|
}
|
|
69950
69946
|
set checkboxUncheckedBorderColor(v) {
|
|
69951
|
-
this.i.
|
|
69952
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
69947
|
+
this.i.d4 = stringToBrush(v);
|
|
69948
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.d4));
|
|
69953
69949
|
}
|
|
69954
69950
|
/**
|
|
69955
69951
|
* Gets or sets the style of scrollbar.
|
|
@@ -69965,40 +69961,40 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
69965
69961
|
* Gets or sets the scrollbar background color.
|
|
69966
69962
|
*/
|
|
69967
69963
|
get scrollbarBackground() {
|
|
69968
|
-
return brushToString(this.i.
|
|
69964
|
+
return brushToString(this.i.d9);
|
|
69969
69965
|
}
|
|
69970
69966
|
set scrollbarBackground(v) {
|
|
69971
|
-
this.i.
|
|
69972
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
69967
|
+
this.i.d9 = stringToBrush(v);
|
|
69968
|
+
this._a("scrollbarBackground", brushToString(this.i.d9));
|
|
69973
69969
|
}
|
|
69974
69970
|
/**
|
|
69975
69971
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
69976
69972
|
*/
|
|
69977
69973
|
get selectAllCaption() {
|
|
69978
|
-
return this.i.
|
|
69974
|
+
return this.i.b4;
|
|
69979
69975
|
}
|
|
69980
69976
|
set selectAllCaption(v) {
|
|
69981
|
-
this.i.
|
|
69977
|
+
this.i.b4 = v;
|
|
69982
69978
|
}
|
|
69983
69979
|
/**
|
|
69984
69980
|
* Gets or sets the color to use for the "Select All" label.
|
|
69985
69981
|
*/
|
|
69986
69982
|
get selectAllCaptionTextColor() {
|
|
69987
|
-
return brushToString(this.i.
|
|
69983
|
+
return brushToString(this.i.ee);
|
|
69988
69984
|
}
|
|
69989
69985
|
set selectAllCaptionTextColor(v) {
|
|
69990
|
-
this.i.
|
|
69991
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
69986
|
+
this.i.ee = stringToBrush(v);
|
|
69987
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.ee));
|
|
69992
69988
|
}
|
|
69993
69989
|
/**
|
|
69994
69990
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
69995
69991
|
*/
|
|
69996
69992
|
get actualSelectAllCaptionTextColor() {
|
|
69997
|
-
return brushToString(this.i.
|
|
69993
|
+
return brushToString(this.i.dy);
|
|
69998
69994
|
}
|
|
69999
69995
|
set actualSelectAllCaptionTextColor(v) {
|
|
70000
|
-
this.i.
|
|
70001
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
69996
|
+
this.i.dy = stringToBrush(v);
|
|
69997
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dy));
|
|
70002
69998
|
}
|
|
70003
69999
|
/**
|
|
70004
70000
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
@@ -70034,11 +70030,11 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
70034
70030
|
* Gets or sets the color to use for the text of the component.
|
|
70035
70031
|
*/
|
|
70036
70032
|
get textColor() {
|
|
70037
|
-
return brushToString(this.i.
|
|
70033
|
+
return brushToString(this.i.eg);
|
|
70038
70034
|
}
|
|
70039
70035
|
set textColor(v) {
|
|
70040
|
-
this.i.
|
|
70041
|
-
this._a("textColor", brushToString(this.i.
|
|
70036
|
+
this.i.eg = stringToBrush(v);
|
|
70037
|
+
this._a("textColor", brushToString(this.i.eg));
|
|
70042
70038
|
}
|
|
70043
70039
|
/**
|
|
70044
70040
|
* Gets or sets whether the filter input is visible.
|
|
@@ -70129,17 +70125,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
70129
70125
|
|
|
70130
70126
|
*/
|
|
70131
70127
|
selectAll() {
|
|
70132
|
-
this.i.
|
|
70128
|
+
this.i.dd();
|
|
70133
70129
|
}
|
|
70134
70130
|
/**
|
|
70135
70131
|
* Deselects all the items in the checkbox list.
|
|
70136
70132
|
|
|
70137
70133
|
*/
|
|
70138
70134
|
deselectAll() {
|
|
70139
|
-
this.i.
|
|
70135
|
+
this.i.ci();
|
|
70140
70136
|
}
|
|
70141
70137
|
notifySetItem(index, oldItem, newItem) {
|
|
70142
|
-
this.i.
|
|
70138
|
+
this.i.cs(index, oldItem, newItem);
|
|
70143
70139
|
}
|
|
70144
70140
|
/**
|
|
70145
70141
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -70147,22 +70143,22 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
70147
70143
|
|
|
70148
70144
|
*/
|
|
70149
70145
|
notifyClearItems() {
|
|
70150
|
-
this.i.
|
|
70146
|
+
this.i.cp();
|
|
70151
70147
|
}
|
|
70152
70148
|
notifyInsertItem(index, newItem) {
|
|
70153
|
-
this.i.
|
|
70149
|
+
this.i.cq(index, newItem);
|
|
70154
70150
|
}
|
|
70155
70151
|
notifyRemoveItem(index, oldItem) {
|
|
70156
|
-
this.i.
|
|
70152
|
+
this.i.cr(index, oldItem);
|
|
70157
70153
|
}
|
|
70158
70154
|
addKeyValue(value) {
|
|
70159
|
-
this.i.
|
|
70155
|
+
this.i.cd(value);
|
|
70160
70156
|
}
|
|
70161
70157
|
removeKeyValue(value) {
|
|
70162
|
-
this.i.
|
|
70158
|
+
this.i.db(value);
|
|
70163
70159
|
}
|
|
70164
|
-
getDesiredSize() {
|
|
70165
|
-
let iv = this.i.getDesiredSize();
|
|
70160
|
+
getDesiredSize(availableSize) {
|
|
70161
|
+
let iv = this.i.getDesiredSize(toSize(availableSize));
|
|
70166
70162
|
return fromSize(iv);
|
|
70167
70163
|
}
|
|
70168
70164
|
/**
|
|
@@ -70644,7 +70640,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
70644
70640
|
break;
|
|
70645
70641
|
case "FilterPlaceholderText":
|
|
70646
70642
|
if (this.d != null) {
|
|
70647
|
-
this.d.
|
|
70643
|
+
this.d.bm = this.s;
|
|
70648
70644
|
}
|
|
70649
70645
|
break;
|
|
70650
70646
|
case "BaseTheme":
|
|
@@ -70698,7 +70694,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
70698
70694
|
b.add(a);
|
|
70699
70695
|
}
|
|
70700
70696
|
if (this.s != null) {
|
|
70701
|
-
this.d.
|
|
70697
|
+
this.d.bm = this.s;
|
|
70702
70698
|
}
|
|
70703
70699
|
this.d.itemsSource = b;
|
|
70704
70700
|
let e = "";
|
|
@@ -70716,7 +70712,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
70716
70712
|
}
|
|
70717
70713
|
}
|
|
70718
70714
|
al() {
|
|
70719
|
-
this.d.
|
|
70715
|
+
this.d.dd();
|
|
70720
70716
|
if (this.b != null) {
|
|
70721
70717
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
70722
70718
|
this.m = true;
|
|
@@ -70725,7 +70721,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
70725
70721
|
}
|
|
70726
70722
|
}
|
|
70727
70723
|
ae() {
|
|
70728
|
-
this.d.
|
|
70724
|
+
this.d.ci();
|
|
70729
70725
|
if (this.b != null) {
|
|
70730
70726
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
70731
70727
|
this.m = true;
|
|
@@ -71780,7 +71776,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
71780
71776
|
break;
|
|
71781
71777
|
case "FilterPlaceholderText":
|
|
71782
71778
|
if (this.d != null) {
|
|
71783
|
-
this.d.
|
|
71779
|
+
this.d.bm = this.s;
|
|
71784
71780
|
}
|
|
71785
71781
|
break;
|
|
71786
71782
|
case "BaseTheme":
|
|
@@ -71840,7 +71836,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
71840
71836
|
}
|
|
71841
71837
|
this.d.showSelectAll = false;
|
|
71842
71838
|
if (this.s != null) {
|
|
71843
|
-
this.d.
|
|
71839
|
+
this.d.bm = this.s;
|
|
71844
71840
|
}
|
|
71845
71841
|
this.d.itemsSource = b;
|
|
71846
71842
|
let e = "";
|
|
@@ -73031,13 +73027,13 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
73031
73027
|
}
|
|
73032
73028
|
if (m) {
|
|
73033
73029
|
u.setStyleProperty("justify-content", "space-between");
|
|
73034
|
-
h.
|
|
73030
|
+
h.g6 = "1";
|
|
73035
73031
|
o.setStyleProperty("display", "flex");
|
|
73036
73032
|
o.setStyleProperty("flex-direction", "column");
|
|
73037
73033
|
o.setStyleProperty("align-items", "stretch");
|
|
73038
|
-
h.
|
|
73039
|
-
h.
|
|
73040
|
-
h.
|
|
73034
|
+
h.f0 = "flex";
|
|
73035
|
+
h.g4 = "column";
|
|
73036
|
+
h.fb = "stretch";
|
|
73041
73037
|
}
|
|
73042
73038
|
h.appendButtonContent(u);
|
|
73043
73039
|
return {
|
|
@@ -73616,12 +73612,12 @@ let GridColumnGroupOptionsView = /*@__PURE__*/ (() => {
|
|
|
73616
73612
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
73617
73613
|
if (b) {
|
|
73618
73614
|
this.o.e = 1;
|
|
73619
|
-
this.o.
|
|
73615
|
+
this.o.fb = "stretch";
|
|
73620
73616
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
73621
73617
|
}
|
|
73622
73618
|
else {
|
|
73623
73619
|
this.o.e = 4;
|
|
73624
|
-
this.o.
|
|
73620
|
+
this.o.fb = "center";
|
|
73625
73621
|
this.t.setStyleProperty("justify-content", "center");
|
|
73626
73622
|
}
|
|
73627
73623
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -75497,12 +75493,12 @@ let GridColumnHideOptionsView = /*@__PURE__*/ (() => {
|
|
|
75497
75493
|
GridColumnOptionsUtilities.j(this.s, b, "inline-block");
|
|
75498
75494
|
if (b) {
|
|
75499
75495
|
this.o.e = 1;
|
|
75500
|
-
this.o.
|
|
75496
|
+
this.o.fb = "stretch";
|
|
75501
75497
|
this.t.setStyleProperty("justify-content", "space-between");
|
|
75502
75498
|
}
|
|
75503
75499
|
else {
|
|
75504
75500
|
this.o.e = 4;
|
|
75505
|
-
this.o.
|
|
75501
|
+
this.o.fb = "center";
|
|
75506
75502
|
this.t.setStyleProperty("justify-content", "center");
|
|
75507
75503
|
}
|
|
75508
75504
|
this.s.setStyleProperty("font", a.aa.fontString);
|
|
@@ -76210,15 +76206,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
76210
76206
|
}
|
|
76211
76207
|
}
|
|
76212
76208
|
if (e.count == 0 || !c) {
|
|
76213
|
-
this.bx.
|
|
76209
|
+
this.bx.dd();
|
|
76214
76210
|
return;
|
|
76215
76211
|
}
|
|
76216
76212
|
switch (d.value) {
|
|
76217
76213
|
case 0:
|
|
76218
|
-
this.bx.
|
|
76214
|
+
this.bx.ci();
|
|
76219
76215
|
break;
|
|
76220
76216
|
case 1:
|
|
76221
|
-
this.bx.
|
|
76217
|
+
this.bx.dd();
|
|
76222
76218
|
break;
|
|
76223
76219
|
}
|
|
76224
76220
|
let h = this.bx.keys;
|
|
@@ -76260,9 +76256,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
76260
76256
|
cw() {
|
|
76261
76257
|
if (null != this.bx) {
|
|
76262
76258
|
this.bx.density = this.b0;
|
|
76263
|
-
this.bx.
|
|
76259
|
+
this.bx.bm = this.cc;
|
|
76264
76260
|
this.bx.backgroundColor = this.bo;
|
|
76265
|
-
this.bx.
|
|
76261
|
+
this.bx.eg = this.br;
|
|
76266
76262
|
this.bx.baseTheme = this.i;
|
|
76267
76263
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
76268
76264
|
}
|
|
@@ -76564,8 +76560,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
|
|
|
76564
76560
|
this.e();
|
|
76565
76561
|
}
|
|
76566
76562
|
e() {
|
|
76567
|
-
if (this.model.f.
|
|
76568
|
-
let a = this.model.r.count * this.model.f.
|
|
76563
|
+
if (this.model.f.a1 > -1) {
|
|
76564
|
+
let a = this.model.r.count * this.model.f.a1;
|
|
76569
76565
|
a += 4;
|
|
76570
76566
|
this.d.setStyleProperty("height", a + "px");
|
|
76571
76567
|
}
|
|
@@ -76811,7 +76807,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
76811
76807
|
a6() {
|
|
76812
76808
|
if (this.e != null) {
|
|
76813
76809
|
this.e.density = this.m;
|
|
76814
|
-
this.e.
|
|
76810
|
+
this.e.eg = this.ba;
|
|
76815
76811
|
this.e.baseTheme = this.i;
|
|
76816
76812
|
this.e.backgroundColor = this.a9;
|
|
76817
76813
|
this.e.showSelectAll = false;
|
|
@@ -76870,7 +76866,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
76870
76866
|
if (d.iD == a) {
|
|
76871
76867
|
d.isSelected = b;
|
|
76872
76868
|
if (this.e != null) {
|
|
76873
|
-
this.e.
|
|
76869
|
+
this.e.cs(c, d, d);
|
|
76874
76870
|
}
|
|
76875
76871
|
break;
|
|
76876
76872
|
}
|
|
@@ -76882,7 +76878,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
76882
76878
|
c.label = b;
|
|
76883
76879
|
this.q.add(c);
|
|
76884
76880
|
if (this.e != null) {
|
|
76885
|
-
this.e.
|
|
76881
|
+
this.e.cq(this.q.count - 1, c);
|
|
76886
76882
|
}
|
|
76887
76883
|
this.c.onItemInserted();
|
|
76888
76884
|
}
|
|
@@ -76892,7 +76888,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
76892
76888
|
if (c.iD == a) {
|
|
76893
76889
|
this.q.removeAt(b);
|
|
76894
76890
|
if (this.e != null) {
|
|
76895
|
-
this.e.
|
|
76891
|
+
this.e.cr(b, c);
|
|
76896
76892
|
}
|
|
76897
76893
|
break;
|
|
76898
76894
|
}
|
|
@@ -76905,7 +76901,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
76905
76901
|
if (d.iD == a) {
|
|
76906
76902
|
d.label = b;
|
|
76907
76903
|
if (this.e != null) {
|
|
76908
|
-
this.e.
|
|
76904
|
+
this.e.cs(c, d, d);
|
|
76909
76905
|
}
|
|
76910
76906
|
break;
|
|
76911
76907
|
}
|
|
@@ -77319,9 +77315,9 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
77319
77315
|
}
|
|
77320
77316
|
cp() {
|
|
77321
77317
|
if (this.by != null) {
|
|
77322
|
-
this.by.
|
|
77323
|
-
this.by.
|
|
77324
|
-
this.by.
|
|
77318
|
+
this.by.ds = 0;
|
|
77319
|
+
this.by.a2 = false;
|
|
77320
|
+
this.by.rg = this.br;
|
|
77325
77321
|
this.bh(this.by);
|
|
77326
77322
|
}
|
|
77327
77323
|
}
|
|
@@ -77639,12 +77635,12 @@ let GridColumnButtonOptionsView = /*@__PURE__*/ (() => {
|
|
|
77639
77635
|
f.setStyleProperty("margin-left", "1rem");
|
|
77640
77636
|
let g = this.o;
|
|
77641
77637
|
g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
|
|
77642
|
-
this.o.
|
|
77638
|
+
this.o.g6 = "1";
|
|
77643
77639
|
let h;
|
|
77644
77640
|
let i = ((() => { let j = GridColumnOptionsUtilities.g(this.n, b, null, c.p, c.j, Size.empty, this.p, h, this.u); this.p = j.p6; h = j.p7; this.u = j.p8; return j.ret; })());
|
|
77645
77641
|
let j = this.p;
|
|
77646
77642
|
j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
|
|
77647
|
-
this.p.
|
|
77643
|
+
this.p.g6 = "1";
|
|
77648
77644
|
this.p.e = 2;
|
|
77649
77645
|
let k = b.createElement("div");
|
|
77650
77646
|
k.setStyleProperty("display", "flex");
|
|
@@ -91720,7 +91716,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
91720
91716
|
c.r = 3;
|
|
91721
91717
|
}
|
|
91722
91718
|
let e = this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
91723
|
-
c.
|
|
91719
|
+
c.ed = e;
|
|
91724
91720
|
let f = e.ar;
|
|
91725
91721
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
91726
91722
|
f = e.ar.toString();
|
|
@@ -91843,7 +91839,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
91843
91839
|
}
|
|
91844
91840
|
cm(a, b) {
|
|
91845
91841
|
let c = a;
|
|
91846
|
-
let d = c.
|
|
91842
|
+
let d = c.ed;
|
|
91847
91843
|
this.an = true;
|
|
91848
91844
|
d.a6();
|
|
91849
91845
|
this.an = false;
|