igniteui-webcomponents-grids 4.0.3 → 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 +1042 -654
- 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/ColumnFilterCondition_combined.js +1 -1
- 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/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- 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/ColumnFilterCondition_combined.js +1 -1
- 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/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- 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-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -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-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- 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-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- 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-summary-result.d.ts +1 -2
- 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/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -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
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, 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, IgcHTMLElement, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, 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';
|
|
8
|
+
import { markEnum, Base, enumGetBox, markType, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, ObservableCollection$1, NotifyCollectionChangedEventArgs, Dictionary$2, Number_$type, fromEnum, RectData, JsonDictionaryItem, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, 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, IgcHTMLElement, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, 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
9
|
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';
|
|
10
|
-
import {
|
|
10
|
+
import { PropertyEditorPropertyDescriptionCollection, PropertyEditorPropertyDescription, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
|
|
11
11
|
|
|
12
12
|
/*
|
|
13
13
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -11152,7 +11152,7 @@ let Pager = /*@__PURE__*/ (() => {
|
|
|
11152
11152
|
}
|
|
11153
11153
|
let c = this.b.getItemAtIndex(b);
|
|
11154
11154
|
this.ac.add1(c);
|
|
11155
|
-
if (
|
|
11155
|
+
if (c != null) {
|
|
11156
11156
|
this.d.d7 = true;
|
|
11157
11157
|
}
|
|
11158
11158
|
}
|
|
@@ -39765,11 +39765,13 @@ class IgcGridCustomFilterRequestedEventArgs {
|
|
|
39765
39765
|
}
|
|
39766
39766
|
if (!r.externalObject) {
|
|
39767
39767
|
let e = new IgcFilterOperand();
|
|
39768
|
-
if (
|
|
39769
|
-
e.
|
|
39768
|
+
if (r.$type) {
|
|
39769
|
+
e._implementation = r;
|
|
39770
39770
|
}
|
|
39771
39771
|
else {
|
|
39772
|
-
e.
|
|
39772
|
+
if (e.i.setNativeElement) {
|
|
39773
|
+
e.i.setNativeElement(r);
|
|
39774
|
+
}
|
|
39773
39775
|
}
|
|
39774
39776
|
r.externalObject = e;
|
|
39775
39777
|
}
|
|
@@ -40165,11 +40167,13 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40165
40167
|
}
|
|
40166
40168
|
if (!r.externalObject) {
|
|
40167
40169
|
let e = new IgcGridColumnAnimationSettings();
|
|
40168
|
-
if (
|
|
40169
|
-
e.
|
|
40170
|
+
if (r.$type) {
|
|
40171
|
+
e._implementation = r;
|
|
40170
40172
|
}
|
|
40171
40173
|
else {
|
|
40172
|
-
e.
|
|
40174
|
+
if (e.i.setNativeElement) {
|
|
40175
|
+
e.i.setNativeElement(r);
|
|
40176
|
+
}
|
|
40173
40177
|
}
|
|
40174
40178
|
r.externalObject = e;
|
|
40175
40179
|
}
|
|
@@ -40188,11 +40192,13 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40188
40192
|
}
|
|
40189
40193
|
if (!r.externalObject) {
|
|
40190
40194
|
let e = new IgcColumnWidth();
|
|
40191
|
-
if (
|
|
40192
|
-
e.
|
|
40195
|
+
if (r.$type) {
|
|
40196
|
+
e._implementation = r;
|
|
40193
40197
|
}
|
|
40194
40198
|
else {
|
|
40195
|
-
e.
|
|
40199
|
+
if (e.i.setNativeElement) {
|
|
40200
|
+
e.i.setNativeElement(r);
|
|
40201
|
+
}
|
|
40196
40202
|
}
|
|
40197
40203
|
r.externalObject = e;
|
|
40198
40204
|
}
|
|
@@ -42079,11 +42085,13 @@ class IgcGridSortDescriptionsChangedEventArgs {
|
|
|
42079
42085
|
}
|
|
42080
42086
|
if (!r.externalObject) {
|
|
42081
42087
|
let e = new IgcColumnSortDescriptionCollection();
|
|
42082
|
-
if (
|
|
42083
|
-
e.
|
|
42088
|
+
if (r.$type) {
|
|
42089
|
+
e._implementation = r;
|
|
42084
42090
|
}
|
|
42085
42091
|
else {
|
|
42086
|
-
e.
|
|
42092
|
+
if (e.i.setNativeElement) {
|
|
42093
|
+
e.i.setNativeElement(r);
|
|
42094
|
+
}
|
|
42087
42095
|
}
|
|
42088
42096
|
r.externalObject = e;
|
|
42089
42097
|
}
|
|
@@ -42239,11 +42247,13 @@ class IgcGridGroupDescriptionsChangedEventArgs {
|
|
|
42239
42247
|
}
|
|
42240
42248
|
if (!r.externalObject) {
|
|
42241
42249
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
42242
|
-
if (
|
|
42243
|
-
e.
|
|
42250
|
+
if (r.$type) {
|
|
42251
|
+
e._implementation = r;
|
|
42244
42252
|
}
|
|
42245
42253
|
else {
|
|
42246
|
-
e.
|
|
42254
|
+
if (e.i.setNativeElement) {
|
|
42255
|
+
e.i.setNativeElement(r);
|
|
42256
|
+
}
|
|
42247
42257
|
}
|
|
42248
42258
|
r.externalObject = e;
|
|
42249
42259
|
}
|
|
@@ -42396,11 +42406,13 @@ class IgcGridSummaryDescriptionsChangedEventArgs {
|
|
|
42396
42406
|
}
|
|
42397
42407
|
if (!r.externalObject) {
|
|
42398
42408
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
42399
|
-
if (
|
|
42400
|
-
e.
|
|
42409
|
+
if (r.$type) {
|
|
42410
|
+
e._implementation = r;
|
|
42401
42411
|
}
|
|
42402
42412
|
else {
|
|
42403
|
-
e.
|
|
42413
|
+
if (e.i.setNativeElement) {
|
|
42414
|
+
e.i.setNativeElement(r);
|
|
42415
|
+
}
|
|
42404
42416
|
}
|
|
42405
42417
|
r.externalObject = e;
|
|
42406
42418
|
}
|
|
@@ -42726,13 +42738,13 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
42726
42738
|
af.s.modelUpdated(af);
|
|
42727
42739
|
if (ai && y.b) {
|
|
42728
42740
|
let aq = y.a;
|
|
42729
|
-
aq.
|
|
42741
|
+
aq.aa();
|
|
42730
42742
|
if (af.l.d != 0 && this.e.b2) {
|
|
42731
|
-
aq.
|
|
42743
|
+
aq.af(this.ax(af.l.d));
|
|
42732
42744
|
}
|
|
42733
42745
|
let ar = af.s.nativeCell;
|
|
42734
42746
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
42735
|
-
aq.
|
|
42747
|
+
aq.z();
|
|
42736
42748
|
}
|
|
42737
42749
|
af.jv();
|
|
42738
42750
|
if (m) {
|
|
@@ -42747,7 +42759,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
42747
42759
|
}
|
|
42748
42760
|
this.m = false;
|
|
42749
42761
|
if (y.a != null && this.q != 1) {
|
|
42750
|
-
y.a.
|
|
42762
|
+
y.a.z();
|
|
42751
42763
|
}
|
|
42752
42764
|
this.an();
|
|
42753
42765
|
}
|
|
@@ -42928,7 +42940,7 @@ let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
42928
42940
|
if (f) {
|
|
42929
42941
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
42930
42942
|
}
|
|
42931
|
-
a.a.
|
|
42943
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
42932
42944
|
this.a[b].setRawPosition(a.c, a.d);
|
|
42933
42945
|
}
|
|
42934
42946
|
}
|
|
@@ -43417,7 +43429,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43417
43429
|
this.s = true;
|
|
43418
43430
|
}
|
|
43419
43431
|
get templateContext() {
|
|
43420
|
-
return this.j.
|
|
43432
|
+
return this.j.h();
|
|
43421
43433
|
}
|
|
43422
43434
|
get w() {
|
|
43423
43435
|
return this.l;
|
|
@@ -43507,7 +43519,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43507
43519
|
return;
|
|
43508
43520
|
}
|
|
43509
43521
|
if (this.bz != 1) {
|
|
43510
|
-
a.
|
|
43522
|
+
a.ae(this.bz);
|
|
43511
43523
|
}
|
|
43512
43524
|
let j = this.j;
|
|
43513
43525
|
if (!this.v) {
|
|
@@ -43523,17 +43535,17 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43523
43535
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
43524
43536
|
this.p = false;
|
|
43525
43537
|
this.br = this.i.g;
|
|
43526
|
-
j.
|
|
43538
|
+
j.ad(this.i);
|
|
43527
43539
|
}
|
|
43528
43540
|
if (f != 1) {
|
|
43529
|
-
j.
|
|
43530
|
-
j.
|
|
43541
|
+
j.aa();
|
|
43542
|
+
j.ab(f, f);
|
|
43531
43543
|
}
|
|
43532
43544
|
if (!this.v) {
|
|
43533
|
-
j.
|
|
43545
|
+
j.aa();
|
|
43534
43546
|
let k = Math.round((d - b));
|
|
43535
43547
|
let l = Math.round((e - c));
|
|
43536
|
-
j.
|
|
43548
|
+
j.ag(k, l);
|
|
43537
43549
|
}
|
|
43538
43550
|
if (g) {
|
|
43539
43551
|
this.b8(j);
|
|
@@ -43542,24 +43554,24 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43542
43554
|
this.b9(j);
|
|
43543
43555
|
}
|
|
43544
43556
|
if (!this.v) {
|
|
43545
|
-
j.
|
|
43557
|
+
j.z();
|
|
43546
43558
|
}
|
|
43547
43559
|
if (f != 1) {
|
|
43548
|
-
j.
|
|
43560
|
+
j.z();
|
|
43549
43561
|
}
|
|
43550
43562
|
}
|
|
43551
43563
|
if (!i && this.v) {
|
|
43552
43564
|
let m = Math.round((d - b) * f);
|
|
43553
43565
|
let n = Math.round((e - c) * f);
|
|
43554
43566
|
if (this.am == this.ao && this.al == this.an) {
|
|
43555
|
-
a.
|
|
43567
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
43556
43568
|
}
|
|
43557
43569
|
else {
|
|
43558
|
-
a.
|
|
43570
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
43559
43571
|
}
|
|
43560
43572
|
}
|
|
43561
43573
|
if (this.bz != 1) {
|
|
43562
|
-
a.
|
|
43574
|
+
a.ae(1);
|
|
43563
43575
|
}
|
|
43564
43576
|
}
|
|
43565
43577
|
bu() {
|
|
@@ -43567,13 +43579,13 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43567
43579
|
}
|
|
43568
43580
|
b8(a) {
|
|
43569
43581
|
if (!this.m) {
|
|
43570
|
-
a.
|
|
43582
|
+
a.l(0, 0, this.ao, this.an);
|
|
43571
43583
|
}
|
|
43572
43584
|
this.c6.n = 0;
|
|
43573
43585
|
this.c6.o = 0;
|
|
43574
43586
|
this.c6.width = this.a5;
|
|
43575
43587
|
this.c6.height = this.as;
|
|
43576
|
-
a.
|
|
43588
|
+
a.w(this.c6);
|
|
43577
43589
|
if (this.cy != null) {
|
|
43578
43590
|
if (this.ai > 0) {
|
|
43579
43591
|
this.c2.am = 0;
|
|
@@ -43582,7 +43594,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43582
43594
|
this.c2.al = this.ai / 2;
|
|
43583
43595
|
this.c2._stroke = this.cy;
|
|
43584
43596
|
this.c2.ac = this.ai;
|
|
43585
|
-
a.
|
|
43597
|
+
a.s(this.c2);
|
|
43586
43598
|
}
|
|
43587
43599
|
if (this.aj > 0) {
|
|
43588
43600
|
this.c3.am = 0;
|
|
@@ -43591,7 +43603,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43591
43603
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
43592
43604
|
this.c3._stroke = this.cy;
|
|
43593
43605
|
this.c3.ac = this.aj;
|
|
43594
|
-
a.
|
|
43606
|
+
a.s(this.c3);
|
|
43595
43607
|
}
|
|
43596
43608
|
if (this.ak > 0) {
|
|
43597
43609
|
this.c5.am = this.ak / 2;
|
|
@@ -43600,7 +43612,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43600
43612
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
43601
43613
|
this.c5._stroke = this.cy;
|
|
43602
43614
|
this.c5.ac = this.ak;
|
|
43603
|
-
a.
|
|
43615
|
+
a.s(this.c5);
|
|
43604
43616
|
}
|
|
43605
43617
|
if (this.ah > 0) {
|
|
43606
43618
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -43609,7 +43621,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43609
43621
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
43610
43622
|
this.c1._stroke = this.cy;
|
|
43611
43623
|
this.c1.ac = this.ah;
|
|
43612
|
-
a.
|
|
43624
|
+
a.s(this.c1);
|
|
43613
43625
|
}
|
|
43614
43626
|
}
|
|
43615
43627
|
}
|
|
@@ -43630,7 +43642,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43630
43642
|
if (this.cx.al != null) {
|
|
43631
43643
|
this.cx.n = this.a0;
|
|
43632
43644
|
this.cx.o = this.a3;
|
|
43633
|
-
a.
|
|
43645
|
+
a.x(this.cx);
|
|
43634
43646
|
if (this.r) {
|
|
43635
43647
|
this.c4.ac = 1;
|
|
43636
43648
|
this.c4.ak = this.a0;
|
|
@@ -43638,7 +43650,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43638
43650
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
43639
43651
|
this.c4.an = this.a4 - 2;
|
|
43640
43652
|
this.c4._stroke = this.cx.ao;
|
|
43641
|
-
this.j.
|
|
43653
|
+
this.j.s(this.c4);
|
|
43642
43654
|
}
|
|
43643
43655
|
}
|
|
43644
43656
|
}
|
|
@@ -43846,7 +43858,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43846
43858
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
43847
43859
|
this.p = false;
|
|
43848
43860
|
this.br = this.i.g;
|
|
43849
|
-
a.
|
|
43861
|
+
a.ad(this.i);
|
|
43850
43862
|
}
|
|
43851
43863
|
let b;
|
|
43852
43864
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -43903,13 +43915,13 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43903
43915
|
let f = e.length;
|
|
43904
43916
|
let g = ("\u2026");
|
|
43905
43917
|
if (isNaN_(this.ap)) {
|
|
43906
|
-
this.ap = d.
|
|
43918
|
+
this.ap = d.g(g);
|
|
43907
43919
|
}
|
|
43908
43920
|
if (c <= this.ap) {
|
|
43909
43921
|
a.al = g;
|
|
43910
43922
|
return this.ap;
|
|
43911
43923
|
}
|
|
43912
|
-
let h = d.
|
|
43924
|
+
let h = d.g(e);
|
|
43913
43925
|
if (h <= c) {
|
|
43914
43926
|
a.al = b;
|
|
43915
43927
|
return h;
|
|
@@ -43917,14 +43929,14 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43917
43929
|
let i = c / h;
|
|
43918
43930
|
let j = truncate(Math.ceil(f * i));
|
|
43919
43931
|
let k = e.substr(0, j) + g;
|
|
43920
|
-
let l = d.
|
|
43932
|
+
let l = d.g(k);
|
|
43921
43933
|
if (l > c) {
|
|
43922
43934
|
f = j;
|
|
43923
43935
|
}
|
|
43924
43936
|
else {
|
|
43925
43937
|
j = j + 1;
|
|
43926
43938
|
k = e.substr(0, j) + g;
|
|
43927
|
-
l = d.
|
|
43939
|
+
l = d.g(k);
|
|
43928
43940
|
if (l > c) {
|
|
43929
43941
|
f = j;
|
|
43930
43942
|
}
|
|
@@ -43932,7 +43944,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
43932
43944
|
while (h > c && f > 0) {
|
|
43933
43945
|
f--;
|
|
43934
43946
|
e = e.substr(0, f) + g;
|
|
43935
|
-
h = d.
|
|
43947
|
+
h = d.g(e);
|
|
43936
43948
|
}
|
|
43937
43949
|
a.al = e;
|
|
43938
43950
|
return h;
|
|
@@ -44470,24 +44482,24 @@ let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
44470
44482
|
this.e = truncate(Math.round(b));
|
|
44471
44483
|
}
|
|
44472
44484
|
if (this.c.d && this.g != 1) {
|
|
44473
|
-
this.c.
|
|
44474
|
-
this.c.
|
|
44485
|
+
this.c.aa();
|
|
44486
|
+
this.c.ab(this.g, this.g);
|
|
44475
44487
|
}
|
|
44476
|
-
this.c.
|
|
44477
|
-
this.c.
|
|
44478
|
-
this.c.
|
|
44488
|
+
this.c.l(0, 0, this.k, this.j);
|
|
44489
|
+
this.c.aa();
|
|
44490
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
44479
44491
|
for (let c = 0; c < this.d.count; c++) {
|
|
44480
|
-
this.c.
|
|
44492
|
+
this.c.k(this.d._inner[c].j);
|
|
44481
44493
|
let d = this.y();
|
|
44482
44494
|
if (this.a.a0 != null) {
|
|
44483
44495
|
d = this.a.a0;
|
|
44484
44496
|
}
|
|
44485
44497
|
this.d._inner[c]._stroke = d;
|
|
44486
|
-
this.c.
|
|
44498
|
+
this.c.t(this.d._inner[c]);
|
|
44487
44499
|
}
|
|
44488
|
-
this.c.
|
|
44500
|
+
this.c.z();
|
|
44489
44501
|
if (this.c.d && this.g != 1) {
|
|
44490
|
-
this.c.
|
|
44502
|
+
this.c.z();
|
|
44491
44503
|
}
|
|
44492
44504
|
this.a.at();
|
|
44493
44505
|
}
|
|
@@ -45019,7 +45031,7 @@ let CanvasTextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
45019
45031
|
if (this.d == 2) {
|
|
45020
45032
|
b = this.bg - 21;
|
|
45021
45033
|
}
|
|
45022
|
-
a.
|
|
45034
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
45023
45035
|
}
|
|
45024
45036
|
get_ab() {
|
|
45025
45037
|
return true;
|
|
@@ -45637,7 +45649,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
45637
45649
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
45638
45650
|
this.c8 = false;
|
|
45639
45651
|
this.de = this.c7.g;
|
|
45640
|
-
a.
|
|
45652
|
+
a.ad(this.c7);
|
|
45641
45653
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
45642
45654
|
}
|
|
45643
45655
|
let b = this.bl;
|
|
@@ -45658,7 +45670,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
45658
45670
|
}
|
|
45659
45671
|
this.dk.n = this.db;
|
|
45660
45672
|
this.dk.o = this.dc;
|
|
45661
|
-
a.
|
|
45673
|
+
a.x(this.dk);
|
|
45662
45674
|
}
|
|
45663
45675
|
super.b9(a);
|
|
45664
45676
|
}
|
|
@@ -45852,23 +45864,23 @@ let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
|
|
|
45852
45864
|
this.d = truncate(Math.round(d));
|
|
45853
45865
|
}
|
|
45854
45866
|
if (this.b.d && this.f != 1) {
|
|
45855
|
-
this.b.
|
|
45856
|
-
this.b.
|
|
45867
|
+
this.b.aa();
|
|
45868
|
+
this.b.ab(this.f, this.f);
|
|
45857
45869
|
}
|
|
45858
|
-
this.b.
|
|
45859
|
-
this.b.
|
|
45870
|
+
this.b.l(0, 0, this.j, this.g);
|
|
45871
|
+
this.b.aa();
|
|
45860
45872
|
for (let e = 0; e < this.c.count; e++) {
|
|
45861
|
-
this.b.
|
|
45873
|
+
this.b.k(this.c._inner[e].j);
|
|
45862
45874
|
let f = this.s();
|
|
45863
45875
|
if (this.a.ae != null) {
|
|
45864
45876
|
f = this.a.ae;
|
|
45865
45877
|
}
|
|
45866
45878
|
this.c._inner[e]._stroke = f;
|
|
45867
|
-
this.b.
|
|
45879
|
+
this.b.t(this.c._inner[e]);
|
|
45868
45880
|
}
|
|
45869
|
-
this.b.
|
|
45881
|
+
this.b.z();
|
|
45870
45882
|
if (this.b.d && this.f != 1) {
|
|
45871
|
-
this.b.
|
|
45883
|
+
this.b.z();
|
|
45872
45884
|
}
|
|
45873
45885
|
}
|
|
45874
45886
|
}
|
|
@@ -46954,7 +46966,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
46954
46966
|
let h = a.getSubRenderer(g);
|
|
46955
46967
|
this.v = new XInput();
|
|
46956
46968
|
this.v.provideContainer(h);
|
|
46957
|
-
this.v.
|
|
46969
|
+
this.v.b6 = "text";
|
|
46958
46970
|
this.v.disabled = !this.isEnabled;
|
|
46959
46971
|
let i = e.getExternal(this.v, h.rootWrapper, null);
|
|
46960
46972
|
this.w.appendContentChild(g);
|
|
@@ -46962,7 +46974,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
46962
46974
|
}
|
|
46963
46975
|
setFont(a) {
|
|
46964
46976
|
if (this.v != null) {
|
|
46965
|
-
this.v.
|
|
46977
|
+
this.v.af = a;
|
|
46966
46978
|
}
|
|
46967
46979
|
}
|
|
46968
46980
|
attachEvents() {
|
|
@@ -47010,7 +47022,7 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
47010
47022
|
if (this.a.isEditRefocusDesired) {
|
|
47011
47023
|
let a = this.h.rootWrapper.getNativeElement();
|
|
47012
47024
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
47013
|
-
this.v.
|
|
47025
|
+
this.v.cp();
|
|
47014
47026
|
this.focus();
|
|
47015
47027
|
}
|
|
47016
47028
|
}
|
|
@@ -47018,8 +47030,8 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
47018
47030
|
r() {
|
|
47019
47031
|
if (this.v != null) {
|
|
47020
47032
|
this.v.focus(true);
|
|
47021
|
-
if (this.v.
|
|
47022
|
-
window.setTimeout(() => this.v.
|
|
47033
|
+
if (this.v.b6 != "date") {
|
|
47034
|
+
window.setTimeout(() => this.v.dj(), 0);
|
|
47023
47035
|
}
|
|
47024
47036
|
}
|
|
47025
47037
|
}
|
|
@@ -47027,14 +47039,14 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
47027
47039
|
if (this.v != null) {
|
|
47028
47040
|
if (this.value != null) {
|
|
47029
47041
|
this.x = null;
|
|
47030
|
-
this.v.
|
|
47031
|
-
this.v.
|
|
47042
|
+
this.v.cm = null;
|
|
47043
|
+
this.v.cm = this.value.toString();
|
|
47032
47044
|
if (this.focusOnValueChanged) {
|
|
47033
47045
|
this.r();
|
|
47034
47046
|
}
|
|
47035
47047
|
}
|
|
47036
47048
|
else {
|
|
47037
|
-
this.v.
|
|
47049
|
+
this.v.cm = null;
|
|
47038
47050
|
}
|
|
47039
47051
|
}
|
|
47040
47052
|
}
|
|
@@ -47069,13 +47081,13 @@ let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
47069
47081
|
}
|
|
47070
47082
|
getEditorValue() {
|
|
47071
47083
|
if (this.v != null) {
|
|
47072
|
-
return this.v.
|
|
47084
|
+
return this.v.cm;
|
|
47073
47085
|
}
|
|
47074
47086
|
return null;
|
|
47075
47087
|
}
|
|
47076
47088
|
setEditorValue(a) {
|
|
47077
47089
|
if (this.v != null) {
|
|
47078
|
-
this.v.
|
|
47090
|
+
this.v.cm = a;
|
|
47079
47091
|
}
|
|
47080
47092
|
}
|
|
47081
47093
|
}
|
|
@@ -47096,14 +47108,14 @@ let NumericEditorView = /*@__PURE__*/ (() => {
|
|
|
47096
47108
|
class NumericEditorView extends TextEditorView {
|
|
47097
47109
|
constructor(a, b, c) {
|
|
47098
47110
|
super(a, b, c);
|
|
47099
|
-
this.v.
|
|
47111
|
+
this.v.b6 = "number";
|
|
47100
47112
|
}
|
|
47101
47113
|
getEditorValue() {
|
|
47102
|
-
if (this.v == null || this.v.
|
|
47114
|
+
if (this.v == null || this.v.cm == null) {
|
|
47103
47115
|
return null;
|
|
47104
47116
|
}
|
|
47105
47117
|
let a = NaN;
|
|
47106
|
-
let b = tryParseNumber(this.v.
|
|
47118
|
+
let b = tryParseNumber(this.v.cm, a);
|
|
47107
47119
|
a = b.p1;
|
|
47108
47120
|
return a;
|
|
47109
47121
|
}
|
|
@@ -49375,7 +49387,7 @@ let FilterCell = /*@__PURE__*/ (() => {
|
|
|
49375
49387
|
d3(a) {
|
|
49376
49388
|
if (this.cw != null) {
|
|
49377
49389
|
this.cw.disabled = !a;
|
|
49378
|
-
this.cw.
|
|
49390
|
+
this.cw.z = a ? 1 : 0.3;
|
|
49379
49391
|
}
|
|
49380
49392
|
}
|
|
49381
49393
|
dh(a) {
|
|
@@ -50386,13 +50398,13 @@ let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
50386
50398
|
this.z();
|
|
50387
50399
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
50388
50400
|
if (this.d.d && this.h != 1) {
|
|
50389
|
-
this.d.
|
|
50390
|
-
this.d.
|
|
50401
|
+
this.d.aa();
|
|
50402
|
+
this.d.ab(this.h, this.h);
|
|
50391
50403
|
}
|
|
50392
|
-
this.d.
|
|
50393
|
-
this.d.
|
|
50404
|
+
this.d.l(0, 0, this.l, this.k);
|
|
50405
|
+
this.d.t(this.ad);
|
|
50394
50406
|
if (this.d.d && this.h != 1) {
|
|
50395
|
-
this.d.
|
|
50407
|
+
this.d.z();
|
|
50396
50408
|
}
|
|
50397
50409
|
this.b.bc();
|
|
50398
50410
|
}
|
|
@@ -53232,11 +53244,13 @@ class IgcGridFilterExpressionsEventArgs {
|
|
|
53232
53244
|
}
|
|
53233
53245
|
if (!r.externalObject) {
|
|
53234
53246
|
let e = new IgcFilterExpressionCollection();
|
|
53235
|
-
if (
|
|
53236
|
-
e.
|
|
53247
|
+
if (r.$type) {
|
|
53248
|
+
e._implementation = r;
|
|
53237
53249
|
}
|
|
53238
53250
|
else {
|
|
53239
|
-
e.
|
|
53251
|
+
if (e.i.setNativeElement) {
|
|
53252
|
+
e.i.setNativeElement(r);
|
|
53253
|
+
}
|
|
53240
53254
|
}
|
|
53241
53255
|
r.externalObject = e;
|
|
53242
53256
|
}
|
|
@@ -53926,11 +53940,13 @@ class IgcGridActiveCellChangedEventArgs {
|
|
|
53926
53940
|
}
|
|
53927
53941
|
if (!r.externalObject) {
|
|
53928
53942
|
let e = new IgcGridCellPosition();
|
|
53929
|
-
if (
|
|
53930
|
-
e.
|
|
53943
|
+
if (r.$type) {
|
|
53944
|
+
e._implementation = r;
|
|
53931
53945
|
}
|
|
53932
53946
|
else {
|
|
53933
|
-
e.
|
|
53947
|
+
if (e.i.setNativeElement) {
|
|
53948
|
+
e.i.setNativeElement(r);
|
|
53949
|
+
}
|
|
53934
53950
|
}
|
|
53935
53951
|
r.externalObject = e;
|
|
53936
53952
|
}
|
|
@@ -53949,11 +53965,13 @@ class IgcGridActiveCellChangedEventArgs {
|
|
|
53949
53965
|
}
|
|
53950
53966
|
if (!r.externalObject) {
|
|
53951
53967
|
let e = new IgcGridCellPosition();
|
|
53952
|
-
if (
|
|
53953
|
-
e.
|
|
53968
|
+
if (r.$type) {
|
|
53969
|
+
e._implementation = r;
|
|
53954
53970
|
}
|
|
53955
53971
|
else {
|
|
53956
|
-
e.
|
|
53972
|
+
if (e.i.setNativeElement) {
|
|
53973
|
+
e.i.setNativeElement(r);
|
|
53974
|
+
}
|
|
53957
53975
|
}
|
|
53958
53976
|
r.externalObject = e;
|
|
53959
53977
|
}
|
|
@@ -54604,11 +54622,13 @@ class IgcGridColumnWidthChangedEventArgs {
|
|
|
54604
54622
|
}
|
|
54605
54623
|
if (!r.externalObject) {
|
|
54606
54624
|
let e = new IgcColumnWidth();
|
|
54607
|
-
if (
|
|
54608
|
-
e.
|
|
54625
|
+
if (r.$type) {
|
|
54626
|
+
e._implementation = r;
|
|
54609
54627
|
}
|
|
54610
54628
|
else {
|
|
54611
|
-
e.
|
|
54629
|
+
if (e.i.setNativeElement) {
|
|
54630
|
+
e.i.setNativeElement(r);
|
|
54631
|
+
}
|
|
54612
54632
|
}
|
|
54613
54633
|
r.externalObject = e;
|
|
54614
54634
|
}
|
|
@@ -54627,11 +54647,13 @@ class IgcGridColumnWidthChangedEventArgs {
|
|
|
54627
54647
|
}
|
|
54628
54648
|
if (!r.externalObject) {
|
|
54629
54649
|
let e = new IgcColumnWidth();
|
|
54630
|
-
if (
|
|
54631
|
-
e.
|
|
54650
|
+
if (r.$type) {
|
|
54651
|
+
e._implementation = r;
|
|
54632
54652
|
}
|
|
54633
54653
|
else {
|
|
54634
|
-
e.
|
|
54654
|
+
if (e.i.setNativeElement) {
|
|
54655
|
+
e.i.setNativeElement(r);
|
|
54656
|
+
}
|
|
54635
54657
|
}
|
|
54636
54658
|
r.externalObject = e;
|
|
54637
54659
|
}
|
|
@@ -56261,7 +56283,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
56261
56283
|
}
|
|
56262
56284
|
let j = this.d.j;
|
|
56263
56285
|
for (let k = 0; k < j.count; k++) {
|
|
56264
|
-
let l = this.q._inner[k].
|
|
56286
|
+
let l = this.q._inner[k].ae();
|
|
56265
56287
|
let m = this.d.b(j._inner[k]);
|
|
56266
56288
|
l.h = m[0] - d;
|
|
56267
56289
|
l.f = m[1] - e;
|
|
@@ -57749,11 +57771,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
57749
57771
|
}
|
|
57750
57772
|
if (!r.externalObject) {
|
|
57751
57773
|
let e = new IgcGridAnimationSettings();
|
|
57752
|
-
if (
|
|
57753
|
-
e.
|
|
57774
|
+
if (r.$type) {
|
|
57775
|
+
e._implementation = r;
|
|
57754
57776
|
}
|
|
57755
57777
|
else {
|
|
57756
|
-
e.
|
|
57778
|
+
if (e.i.setNativeElement) {
|
|
57779
|
+
e.i.setNativeElement(r);
|
|
57780
|
+
}
|
|
57757
57781
|
}
|
|
57758
57782
|
r.externalObject = e;
|
|
57759
57783
|
}
|
|
@@ -58187,11 +58211,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58187
58211
|
}
|
|
58188
58212
|
if (!r.externalObject) {
|
|
58189
58213
|
let e = new IgcGridCellPosition();
|
|
58190
|
-
if (
|
|
58191
|
-
e.
|
|
58214
|
+
if (r.$type) {
|
|
58215
|
+
e._implementation = r;
|
|
58192
58216
|
}
|
|
58193
58217
|
else {
|
|
58194
|
-
e.
|
|
58218
|
+
if (e.i.setNativeElement) {
|
|
58219
|
+
e.i.setNativeElement(r);
|
|
58220
|
+
}
|
|
58195
58221
|
}
|
|
58196
58222
|
r.externalObject = e;
|
|
58197
58223
|
}
|
|
@@ -58833,11 +58859,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58833
58859
|
}
|
|
58834
58860
|
if (!r.externalObject) {
|
|
58835
58861
|
let e = new IgcColumnSortDescriptionCollection();
|
|
58836
|
-
if (
|
|
58837
|
-
e.
|
|
58862
|
+
if (r.$type) {
|
|
58863
|
+
e._implementation = r;
|
|
58838
58864
|
}
|
|
58839
58865
|
else {
|
|
58840
|
-
e.
|
|
58866
|
+
if (e.i.setNativeElement) {
|
|
58867
|
+
e.i.setNativeElement(r);
|
|
58868
|
+
}
|
|
58841
58869
|
}
|
|
58842
58870
|
r.externalObject = e;
|
|
58843
58871
|
}
|
|
@@ -58853,11 +58881,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58853
58881
|
}
|
|
58854
58882
|
if (!r.externalObject) {
|
|
58855
58883
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
58856
|
-
if (
|
|
58857
|
-
e.
|
|
58884
|
+
if (r.$type) {
|
|
58885
|
+
e._implementation = r;
|
|
58858
58886
|
}
|
|
58859
58887
|
else {
|
|
58860
|
-
e.
|
|
58888
|
+
if (e.i.setNativeElement) {
|
|
58889
|
+
e.i.setNativeElement(r);
|
|
58890
|
+
}
|
|
58861
58891
|
}
|
|
58862
58892
|
r.externalObject = e;
|
|
58863
58893
|
}
|
|
@@ -58873,11 +58903,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58873
58903
|
}
|
|
58874
58904
|
if (!r.externalObject) {
|
|
58875
58905
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
58876
|
-
if (
|
|
58877
|
-
e.
|
|
58906
|
+
if (r.$type) {
|
|
58907
|
+
e._implementation = r;
|
|
58878
58908
|
}
|
|
58879
58909
|
else {
|
|
58880
|
-
e.
|
|
58910
|
+
if (e.i.setNativeElement) {
|
|
58911
|
+
e.i.setNativeElement(r);
|
|
58912
|
+
}
|
|
58881
58913
|
}
|
|
58882
58914
|
r.externalObject = e;
|
|
58883
58915
|
}
|
|
@@ -58911,11 +58943,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58911
58943
|
}
|
|
58912
58944
|
if (!r.externalObject) {
|
|
58913
58945
|
let e = new IgcColumnSortDescriptionCollection();
|
|
58914
|
-
if (
|
|
58915
|
-
e.
|
|
58946
|
+
if (r.$type) {
|
|
58947
|
+
e._implementation = r;
|
|
58916
58948
|
}
|
|
58917
58949
|
else {
|
|
58918
|
-
e.
|
|
58950
|
+
if (e.i.setNativeElement) {
|
|
58951
|
+
e.i.setNativeElement(r);
|
|
58952
|
+
}
|
|
58919
58953
|
}
|
|
58920
58954
|
r.externalObject = e;
|
|
58921
58955
|
}
|
|
@@ -58931,11 +58965,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58931
58965
|
}
|
|
58932
58966
|
if (!r.externalObject) {
|
|
58933
58967
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
58934
|
-
if (
|
|
58935
|
-
e.
|
|
58968
|
+
if (r.$type) {
|
|
58969
|
+
e._implementation = r;
|
|
58936
58970
|
}
|
|
58937
58971
|
else {
|
|
58938
|
-
e.
|
|
58972
|
+
if (e.i.setNativeElement) {
|
|
58973
|
+
e.i.setNativeElement(r);
|
|
58974
|
+
}
|
|
58939
58975
|
}
|
|
58940
58976
|
r.externalObject = e;
|
|
58941
58977
|
}
|
|
@@ -58951,11 +58987,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58951
58987
|
}
|
|
58952
58988
|
if (!r.externalObject) {
|
|
58953
58989
|
let e = new IgcFilterExpressionCollection();
|
|
58954
|
-
if (
|
|
58955
|
-
e.
|
|
58990
|
+
if (r.$type) {
|
|
58991
|
+
e._implementation = r;
|
|
58956
58992
|
}
|
|
58957
58993
|
else {
|
|
58958
|
-
e.
|
|
58994
|
+
if (e.i.setNativeElement) {
|
|
58995
|
+
e.i.setNativeElement(r);
|
|
58996
|
+
}
|
|
58959
58997
|
}
|
|
58960
58998
|
r.externalObject = e;
|
|
58961
58999
|
}
|
|
@@ -58971,11 +59009,13 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
58971
59009
|
}
|
|
58972
59010
|
if (!r.externalObject) {
|
|
58973
59011
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
58974
|
-
if (
|
|
58975
|
-
e.
|
|
59012
|
+
if (r.$type) {
|
|
59013
|
+
e._implementation = r;
|
|
58976
59014
|
}
|
|
58977
59015
|
else {
|
|
58978
|
-
e.
|
|
59016
|
+
if (e.i.setNativeElement) {
|
|
59017
|
+
e.i.setNativeElement(r);
|
|
59018
|
+
}
|
|
58979
59019
|
}
|
|
58980
59020
|
r.externalObject = e;
|
|
58981
59021
|
}
|
|
@@ -61709,42 +61749,43 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61709
61749
|
class CheckboxListView extends Base {
|
|
61710
61750
|
constructor() {
|
|
61711
61751
|
super();
|
|
61712
|
-
this.
|
|
61713
|
-
this.
|
|
61752
|
+
this.e = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
|
|
61753
|
+
this.j = null;
|
|
61714
61754
|
this.a = null;
|
|
61755
|
+
this.i = null;
|
|
61715
61756
|
this.h = null;
|
|
61716
|
-
this.
|
|
61757
|
+
this.c = null;
|
|
61717
61758
|
this.b = null;
|
|
61718
|
-
this.e = null;
|
|
61719
|
-
this.c = false;
|
|
61720
61759
|
this.f = null;
|
|
61760
|
+
this.d = false;
|
|
61761
|
+
this.g = null;
|
|
61721
61762
|
}
|
|
61722
|
-
|
|
61763
|
+
n() {
|
|
61723
61764
|
}
|
|
61724
|
-
|
|
61765
|
+
m(a) {
|
|
61725
61766
|
if (a == null) {
|
|
61726
|
-
this.
|
|
61727
|
-
this.
|
|
61767
|
+
this.f = null;
|
|
61768
|
+
this.e.clear();
|
|
61728
61769
|
return;
|
|
61729
61770
|
}
|
|
61730
|
-
this.
|
|
61731
|
-
this.
|
|
61732
|
-
this.
|
|
61733
|
-
this.
|
|
61734
|
-
this.
|
|
61771
|
+
this.f = a;
|
|
61772
|
+
this.v();
|
|
61773
|
+
this.ae();
|
|
61774
|
+
this.ah();
|
|
61775
|
+
this.s();
|
|
61735
61776
|
let b = Math.round(a.rootWrapper.width());
|
|
61736
61777
|
let c = Math.round(a.rootWrapper.height());
|
|
61737
|
-
this.
|
|
61738
|
-
this.
|
|
61778
|
+
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
61779
|
+
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
61739
61780
|
}
|
|
61740
|
-
|
|
61741
|
-
if (this.
|
|
61742
|
-
this.
|
|
61781
|
+
v() {
|
|
61782
|
+
if (this.f != null) {
|
|
61783
|
+
this.w(this.f);
|
|
61743
61784
|
}
|
|
61744
61785
|
}
|
|
61745
|
-
|
|
61786
|
+
w(a) {
|
|
61746
61787
|
let b = a.rootWrapper.getChildAt(0);
|
|
61747
|
-
this.
|
|
61788
|
+
this.h = b;
|
|
61748
61789
|
this.b.r = new XInputGroup();
|
|
61749
61790
|
let c = a.getSubRenderer(b);
|
|
61750
61791
|
this.b.r.provideContainer(c);
|
|
@@ -61759,56 +61800,56 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61759
61800
|
let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
|
|
61760
61801
|
let i = a.createElement("div");
|
|
61761
61802
|
let j = a.getSubRenderer(i);
|
|
61762
|
-
|
|
61763
|
-
|
|
61764
|
-
|
|
61765
|
-
|
|
61766
|
-
let
|
|
61803
|
+
this.c = new XIcon();
|
|
61804
|
+
this.c.provideContainer(j);
|
|
61805
|
+
this.c.fill = this.b.du;
|
|
61806
|
+
this.c.svgPath = CheckboxList.bt;
|
|
61807
|
+
let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
61767
61808
|
g.appendContentChild(i);
|
|
61768
61809
|
this.b.r.appendContentChild(e);
|
|
61769
61810
|
this.b.r.inputs.add(g);
|
|
61770
|
-
let
|
|
61771
|
-
|
|
61772
|
-
let
|
|
61811
|
+
let l = a.createElement("div");
|
|
61812
|
+
l.setRawStyleProperty("flex-grow", "1");
|
|
61813
|
+
let m = a.getSubRenderer(l);
|
|
61773
61814
|
this.b.p = new XInput();
|
|
61774
|
-
this.b.p.provideContainer(
|
|
61775
|
-
this.b.p.
|
|
61776
|
-
let
|
|
61777
|
-
if (this.b.
|
|
61778
|
-
this.b.p.
|
|
61815
|
+
this.b.p.provideContainer(m);
|
|
61816
|
+
this.b.p.b6 = "text";
|
|
61817
|
+
let n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
61818
|
+
if (this.b.bg != null) {
|
|
61819
|
+
this.b.p.ce = this.b.bg;
|
|
61779
61820
|
}
|
|
61780
|
-
this.b.r.appendContentChild(
|
|
61821
|
+
this.b.r.appendContentChild(l);
|
|
61781
61822
|
this.b.r.inputs.add(this.b.p);
|
|
61782
|
-
this.b.
|
|
61823
|
+
this.b.ck();
|
|
61783
61824
|
}
|
|
61784
|
-
|
|
61785
|
-
if (this.
|
|
61786
|
-
let a = this.
|
|
61825
|
+
s() {
|
|
61826
|
+
if (this.f != null) {
|
|
61827
|
+
let a = this.f.rootWrapper.getChildAt(3);
|
|
61787
61828
|
a.setStyleProperty("width", "100%");
|
|
61788
61829
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
61789
|
-
if (this.b.
|
|
61830
|
+
if (this.b.as == false) {
|
|
61790
61831
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
61791
61832
|
}
|
|
61792
61833
|
else {
|
|
61793
61834
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
61794
61835
|
}
|
|
61795
|
-
if (!this.b.
|
|
61836
|
+
if (!this.b.aq && !this.b.as) {
|
|
61796
61837
|
a.setStyleProperty("height", "100%");
|
|
61797
61838
|
}
|
|
61798
61839
|
}
|
|
61799
61840
|
}
|
|
61800
|
-
|
|
61841
|
+
o(a, b, c) {
|
|
61801
61842
|
let d = null;
|
|
61802
61843
|
if (a.getChildCount() == 0) {
|
|
61803
61844
|
d = new XCheckbox();
|
|
61804
|
-
let e = this.
|
|
61845
|
+
let e = this.f.getSubRenderer(a);
|
|
61805
61846
|
d.provideContainer(e);
|
|
61806
|
-
let f = this.
|
|
61807
|
-
this.
|
|
61847
|
+
let f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
61848
|
+
this.e.addItem(a, d);
|
|
61808
61849
|
d.i = this.b.y;
|
|
61809
61850
|
d.t = true;
|
|
61810
|
-
d.change = delegateCombine(d.change, runOn(this, this.
|
|
61811
|
-
let g = this.
|
|
61851
|
+
d.change = delegateCombine(d.change, runOn(this, this.k));
|
|
61852
|
+
let g = this.f.createElement("div");
|
|
61812
61853
|
a.setStyleProperty("display", "flex");
|
|
61813
61854
|
a.setStyleProperty("height", "100%");
|
|
61814
61855
|
a.setStyleProperty("align-items", "center");
|
|
@@ -61826,7 +61867,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61826
61867
|
a.append(g);
|
|
61827
61868
|
}
|
|
61828
61869
|
else {
|
|
61829
|
-
d = this.
|
|
61870
|
+
d = this.e.item(a);
|
|
61830
61871
|
}
|
|
61831
61872
|
if (d != null) {
|
|
61832
61873
|
let h = d.u;
|
|
@@ -61853,11 +61894,16 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61853
61894
|
finally {
|
|
61854
61895
|
d.u = h;
|
|
61855
61896
|
}
|
|
61897
|
+
d.ds = this.b.dl;
|
|
61898
|
+
d.da = this.b.dj;
|
|
61899
|
+
d.dt = this.b.dm;
|
|
61900
|
+
d.db = this.b.dk;
|
|
61901
|
+
d.du = this.b.dn;
|
|
61856
61902
|
}
|
|
61857
61903
|
}
|
|
61858
|
-
|
|
61859
|
-
if (this.
|
|
61860
|
-
for (let a of fromEnum(this.
|
|
61904
|
+
z() {
|
|
61905
|
+
if (this.e != null) {
|
|
61906
|
+
for (let a of fromEnum(this.e)) {
|
|
61861
61907
|
let b = a.value;
|
|
61862
61908
|
b.i = this.b.y;
|
|
61863
61909
|
}
|
|
@@ -61866,109 +61912,109 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61866
61912
|
this.a.i = this.b.y;
|
|
61867
61913
|
}
|
|
61868
61914
|
}
|
|
61869
|
-
|
|
61915
|
+
x() {
|
|
61870
61916
|
}
|
|
61871
|
-
|
|
61917
|
+
k(a, b) {
|
|
61872
61918
|
let c = a;
|
|
61873
61919
|
let d = parseInt(c.a5.toString());
|
|
61874
61920
|
let e = c.checked;
|
|
61875
61921
|
if (e == true) {
|
|
61876
61922
|
if (this.b.l == 0) {
|
|
61877
|
-
this.b.
|
|
61923
|
+
this.b.cw(d);
|
|
61878
61924
|
}
|
|
61879
61925
|
else {
|
|
61880
|
-
this.b.
|
|
61926
|
+
this.b.b5(d);
|
|
61881
61927
|
}
|
|
61882
61928
|
}
|
|
61883
61929
|
else {
|
|
61884
61930
|
if (this.b.l == 0) {
|
|
61885
|
-
this.b.
|
|
61931
|
+
this.b.b5(d);
|
|
61886
61932
|
}
|
|
61887
61933
|
else {
|
|
61888
|
-
this.b.
|
|
61934
|
+
this.b.cw(d);
|
|
61889
61935
|
}
|
|
61890
61936
|
}
|
|
61891
|
-
this.b.
|
|
61892
|
-
this.
|
|
61937
|
+
this.b.ci(d, e);
|
|
61938
|
+
this.ag(false);
|
|
61893
61939
|
}
|
|
61894
|
-
|
|
61940
|
+
l() {
|
|
61895
61941
|
}
|
|
61896
|
-
|
|
61897
|
-
for (let c of fromEnum(this.
|
|
61942
|
+
t(a, b) {
|
|
61943
|
+
for (let c of fromEnum(this.e)) {
|
|
61898
61944
|
let d = c.value;
|
|
61899
61945
|
let e = parseInt(d.a5.toString());
|
|
61900
61946
|
if (e == a) {
|
|
61901
61947
|
d.checked = b;
|
|
61902
|
-
this.b.
|
|
61948
|
+
this.b.ci(e, b);
|
|
61903
61949
|
}
|
|
61904
61950
|
}
|
|
61905
|
-
this.
|
|
61951
|
+
this.ag();
|
|
61906
61952
|
}
|
|
61907
|
-
|
|
61908
|
-
for (let b of fromEnum(this.
|
|
61953
|
+
u(a) {
|
|
61954
|
+
for (let b of fromEnum(this.e)) {
|
|
61909
61955
|
let c = b.value;
|
|
61910
61956
|
c.checked = a;
|
|
61911
61957
|
}
|
|
61912
61958
|
}
|
|
61913
|
-
|
|
61914
|
-
this.
|
|
61915
|
-
if (null != this.
|
|
61916
|
-
this.
|
|
61959
|
+
q(a) {
|
|
61960
|
+
this.j = a;
|
|
61961
|
+
if (null != this.j) {
|
|
61962
|
+
this.j.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
61917
61963
|
}
|
|
61918
61964
|
}
|
|
61919
|
-
|
|
61920
|
-
let a = this.
|
|
61921
|
-
if (null == a || null == this.
|
|
61965
|
+
ah() {
|
|
61966
|
+
let a = this.f;
|
|
61967
|
+
if (null == a || null == this.j) {
|
|
61922
61968
|
return;
|
|
61923
61969
|
}
|
|
61924
61970
|
let b = a.createElement("div");
|
|
61925
61971
|
let c = a.getSubRenderer(b);
|
|
61926
61972
|
this.a = new XCheckbox();
|
|
61927
61973
|
this.a.provideContainer(c);
|
|
61928
|
-
let d = this.
|
|
61974
|
+
let d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
61929
61975
|
this.a.i = this.b.y;
|
|
61930
|
-
this.
|
|
61931
|
-
this.
|
|
61932
|
-
this.
|
|
61933
|
-
this.
|
|
61934
|
-
this.
|
|
61935
|
-
this.
|
|
61936
|
-
this.
|
|
61937
|
-
this.
|
|
61938
|
-
this.
|
|
61939
|
-
this.
|
|
61940
|
-
this.
|
|
61976
|
+
this.i = a.createElement("label");
|
|
61977
|
+
this.i.setRawText(this.b.bx);
|
|
61978
|
+
this.i.setStyleProperty("font-size", "13px");
|
|
61979
|
+
this.j.setStyleProperty("display", "flex");
|
|
61980
|
+
this.j.setStyleProperty("flex-direction", "row");
|
|
61981
|
+
this.j.setStyleProperty("font-family", "Verdana");
|
|
61982
|
+
this.j.setStyleProperty("align-items", "center");
|
|
61983
|
+
this.j.append(b);
|
|
61984
|
+
this.j.append(this.i);
|
|
61985
|
+
this.ai();
|
|
61986
|
+
this.af();
|
|
61941
61987
|
let e = this.a;
|
|
61942
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
61988
|
+
e.change = delegateCombine(e.change, runOn(this, this.r));
|
|
61943
61989
|
this.a.t = true;
|
|
61944
61990
|
}
|
|
61945
|
-
|
|
61946
|
-
if (null != this.
|
|
61947
|
-
this.
|
|
61948
|
-
NativeUI.o(this.
|
|
61991
|
+
af() {
|
|
61992
|
+
if (null != this.i) {
|
|
61993
|
+
this.i.setRawText(this.b.bx);
|
|
61994
|
+
NativeUI.o(this.i, this.b.dh);
|
|
61949
61995
|
}
|
|
61950
61996
|
}
|
|
61951
|
-
|
|
61952
|
-
if (null != this.
|
|
61953
|
-
let a = this.b.
|
|
61954
|
-
this.
|
|
61997
|
+
ai() {
|
|
61998
|
+
if (null != this.i) {
|
|
61999
|
+
let a = this.b.as ? "flex" : "none";
|
|
62000
|
+
this.j.setStyleProperty("display", a);
|
|
61955
62001
|
}
|
|
61956
62002
|
}
|
|
61957
|
-
|
|
61958
|
-
if (this.
|
|
61959
|
-
this.
|
|
62003
|
+
ae() {
|
|
62004
|
+
if (this.h != null) {
|
|
62005
|
+
this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
61960
62006
|
}
|
|
61961
|
-
if (this.
|
|
61962
|
-
this.
|
|
62007
|
+
if (this.g != null) {
|
|
62008
|
+
this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
61963
62009
|
}
|
|
61964
62010
|
}
|
|
61965
|
-
|
|
61966
|
-
let b = this.
|
|
61967
|
-
this.
|
|
62011
|
+
ag(a = true) {
|
|
62012
|
+
let b = this.d;
|
|
62013
|
+
this.d = true;
|
|
61968
62014
|
let c = this.a.u;
|
|
61969
62015
|
this.a.u = a;
|
|
61970
62016
|
try {
|
|
61971
|
-
if (this.b.
|
|
62017
|
+
if (this.b.ao) {
|
|
61972
62018
|
this.a.indeterminate = true;
|
|
61973
62019
|
return;
|
|
61974
62020
|
}
|
|
@@ -61982,40 +62028,61 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
61982
62028
|
}
|
|
61983
62029
|
finally {
|
|
61984
62030
|
this.a.u = c;
|
|
61985
|
-
this.
|
|
62031
|
+
this.d = b;
|
|
61986
62032
|
}
|
|
61987
62033
|
}
|
|
61988
|
-
|
|
61989
|
-
if (this.
|
|
62034
|
+
r(a, b) {
|
|
62035
|
+
if (this.d || b.isIndeterminate) {
|
|
61990
62036
|
return;
|
|
61991
62037
|
}
|
|
61992
62038
|
if (b.isChecked) {
|
|
61993
|
-
this.b.
|
|
61994
|
-
this.b.
|
|
62039
|
+
this.b.cy();
|
|
62040
|
+
this.b.cp(b.isChecked);
|
|
61995
62041
|
}
|
|
61996
62042
|
else {
|
|
61997
|
-
this.b.
|
|
61998
|
-
this.b.
|
|
62043
|
+
this.b.b9();
|
|
62044
|
+
this.b.cp(b.isChecked);
|
|
61999
62045
|
}
|
|
62000
62046
|
}
|
|
62001
|
-
|
|
62002
|
-
let a = this.
|
|
62047
|
+
ad() {
|
|
62048
|
+
let a = this.f;
|
|
62003
62049
|
if (null == a) {
|
|
62004
62050
|
return;
|
|
62005
62051
|
}
|
|
62006
62052
|
let b = a.rootWrapper;
|
|
62007
62053
|
if (null != b) {
|
|
62008
|
-
NativeUI.o(b, this.b.
|
|
62009
|
-
NativeUI.k(b, this.b.
|
|
62054
|
+
NativeUI.o(b, this.b.dy);
|
|
62055
|
+
NativeUI.k(b, this.b.di);
|
|
62010
62056
|
}
|
|
62011
62057
|
}
|
|
62012
|
-
|
|
62013
|
-
if (this.
|
|
62014
|
-
|
|
62058
|
+
ab() {
|
|
62059
|
+
if (this.c != null) {
|
|
62060
|
+
this.c.fill = this.b.du;
|
|
62015
62061
|
}
|
|
62016
62062
|
}
|
|
62017
|
-
|
|
62018
|
-
this.
|
|
62063
|
+
ac() {
|
|
62064
|
+
if (this.b.ae != null) {
|
|
62065
|
+
this.i.setStyleProperty("font", this.b.ae.fontString);
|
|
62066
|
+
}
|
|
62067
|
+
else {
|
|
62068
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
62069
|
+
this.i.setStyleProperty("font-size", 13 + "px");
|
|
62070
|
+
}
|
|
62071
|
+
}
|
|
62072
|
+
y() {
|
|
62073
|
+
this.a.ds = this.b.dl;
|
|
62074
|
+
this.a.da = this.b.dj;
|
|
62075
|
+
this.a.dt = this.b.dm;
|
|
62076
|
+
this.a.db = this.b.dk;
|
|
62077
|
+
this.a.du = this.b.dn;
|
|
62078
|
+
}
|
|
62079
|
+
aa(a) {
|
|
62080
|
+
if (this.g != null) {
|
|
62081
|
+
NativeUI.t(this.g, a);
|
|
62082
|
+
}
|
|
62083
|
+
}
|
|
62084
|
+
p(a) {
|
|
62085
|
+
this.g = a;
|
|
62019
62086
|
}
|
|
62020
62087
|
}
|
|
62021
62088
|
CheckboxListView.$t = /*@__PURE__*/ markType(CheckboxListView, 'CheckboxListView');
|
|
@@ -62033,45 +62100,55 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62033
62100
|
this.i = null;
|
|
62034
62101
|
this.ab = null;
|
|
62035
62102
|
this.d = null;
|
|
62036
|
-
this.
|
|
62103
|
+
this.ai = false;
|
|
62037
62104
|
this.c = null;
|
|
62038
62105
|
this.o = null;
|
|
62039
62106
|
this.q = null;
|
|
62040
|
-
this.
|
|
62041
|
-
this.
|
|
62107
|
+
this.aj = false;
|
|
62108
|
+
this.ag = null;
|
|
62042
62109
|
this.f = new GridSelectedKeysCollection();
|
|
62043
62110
|
this.a = null;
|
|
62044
62111
|
this.propertyChanged = null;
|
|
62045
62112
|
this.checkedChanged = null;
|
|
62046
|
-
this.av = null;
|
|
62047
|
-
this.ax = null;
|
|
62048
|
-
this.az = null;
|
|
62049
62113
|
this.ay = null;
|
|
62114
|
+
this.a0 = null;
|
|
62115
|
+
this.a2 = null;
|
|
62116
|
+
this.a1 = null;
|
|
62050
62117
|
this.s = 3;
|
|
62051
|
-
this.
|
|
62118
|
+
this.au = -1;
|
|
62052
62119
|
this.ac = null;
|
|
62053
62120
|
this.k = 1;
|
|
62054
62121
|
this.x = 1;
|
|
62055
62122
|
this.z = 2;
|
|
62123
|
+
this.dd = BrushUtil.g(255, 24, 29, 31);
|
|
62124
|
+
this.db = null;
|
|
62125
|
+
this.de = null;
|
|
62126
|
+
this.dc = null;
|
|
62127
|
+
this.ad = null;
|
|
62128
|
+
this.c7 = null;
|
|
62129
|
+
this.c5 = null;
|
|
62130
|
+
this.c8 = null;
|
|
62131
|
+
this.c6 = null;
|
|
62132
|
+
this.c9 = null;
|
|
62056
62133
|
this.v = 0;
|
|
62057
|
-
this.
|
|
62058
|
-
this.
|
|
62059
|
-
this.
|
|
62060
|
-
this.
|
|
62061
|
-
this.
|
|
62062
|
-
this.
|
|
62063
|
-
this.
|
|
62134
|
+
this.da = null;
|
|
62135
|
+
this.bw = null;
|
|
62136
|
+
this.df = null;
|
|
62137
|
+
this.c3 = CheckboxList.dq;
|
|
62138
|
+
this.ar = true;
|
|
62139
|
+
this.c4 = CheckboxList.dp;
|
|
62140
|
+
this.dg = CheckboxList.dq;
|
|
62064
62141
|
this.selectAllCheckboxChanged = null;
|
|
62065
|
-
this.
|
|
62066
|
-
this.
|
|
62067
|
-
this.
|
|
62142
|
+
this.aw = -1;
|
|
62143
|
+
this.ap = true;
|
|
62144
|
+
this.am = true;
|
|
62068
62145
|
let a = this.f;
|
|
62069
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
62146
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.cr));
|
|
62070
62147
|
this.d = new FilterFactory();
|
|
62071
62148
|
let b = new CheckboxListView();
|
|
62072
62149
|
b.b = this;
|
|
62073
62150
|
this.m = b;
|
|
62074
|
-
this.m.
|
|
62151
|
+
this.m.n();
|
|
62075
62152
|
}
|
|
62076
62153
|
get r() {
|
|
62077
62154
|
return this.q;
|
|
@@ -62091,12 +62168,12 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62091
62168
|
}
|
|
62092
62169
|
return this.h.actualDataSource;
|
|
62093
62170
|
}
|
|
62094
|
-
get
|
|
62095
|
-
if (this.
|
|
62096
|
-
this.
|
|
62097
|
-
this.
|
|
62171
|
+
get ah() {
|
|
62172
|
+
if (this.ag == null) {
|
|
62173
|
+
this.ag = new SRProvider(this.m.f);
|
|
62174
|
+
this.ag.cb("DataGrid");
|
|
62098
62175
|
}
|
|
62099
|
-
return this.
|
|
62176
|
+
return this.ag;
|
|
62100
62177
|
}
|
|
62101
62178
|
get g() {
|
|
62102
62179
|
return this.f;
|
|
@@ -62108,54 +62185,54 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62108
62185
|
let b = this.a;
|
|
62109
62186
|
this.a = a;
|
|
62110
62187
|
if (b != this.a) {
|
|
62111
|
-
this.
|
|
62188
|
+
this.cn("PrimaryKey", b, this.a);
|
|
62112
62189
|
}
|
|
62113
62190
|
}
|
|
62114
|
-
|
|
62115
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
62191
|
+
cr(a, b) {
|
|
62192
|
+
if (this.e == null || this.e.actualSchema == null || this.ai) {
|
|
62116
62193
|
return;
|
|
62117
62194
|
}
|
|
62118
62195
|
switch (b.action) {
|
|
62119
62196
|
case 0:
|
|
62120
62197
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
62121
|
-
this.
|
|
62198
|
+
this.cl(b.newItems.item(c));
|
|
62122
62199
|
}
|
|
62123
62200
|
break;
|
|
62124
62201
|
case 1:
|
|
62125
62202
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
62126
|
-
this.
|
|
62203
|
+
this.cm(b.oldItems.item(d));
|
|
62127
62204
|
}
|
|
62128
62205
|
break;
|
|
62129
62206
|
case 2:
|
|
62130
62207
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
62131
|
-
this.
|
|
62208
|
+
this.cm(b.oldItems.item(e));
|
|
62132
62209
|
}
|
|
62133
62210
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
62134
|
-
this.
|
|
62211
|
+
this.cl(b.newItems.item(f));
|
|
62135
62212
|
}
|
|
62136
62213
|
break;
|
|
62137
62214
|
case 4:
|
|
62138
|
-
this.m.
|
|
62215
|
+
this.m.u(this.l == 0);
|
|
62139
62216
|
for (let g = 0; g < this.g.ae.count; g++) {
|
|
62140
|
-
this.
|
|
62217
|
+
this.cl(this.g.ae._inner[g]);
|
|
62141
62218
|
}
|
|
62142
62219
|
break;
|
|
62143
62220
|
}
|
|
62144
62221
|
}
|
|
62145
|
-
|
|
62222
|
+
cl(a) {
|
|
62146
62223
|
let b = this.e.indexOfKey(a.value);
|
|
62147
62224
|
if (b >= 0) {
|
|
62148
|
-
this.m.
|
|
62225
|
+
this.m.t(b, this.l == 1);
|
|
62149
62226
|
}
|
|
62150
62227
|
}
|
|
62151
|
-
|
|
62228
|
+
cm(a) {
|
|
62152
62229
|
let b = this.e.indexOfKey(a.value);
|
|
62153
62230
|
if (b >= 0) {
|
|
62154
|
-
this.m.
|
|
62231
|
+
this.m.t(b, this.l == 0);
|
|
62155
62232
|
}
|
|
62156
62233
|
}
|
|
62157
|
-
|
|
62158
|
-
if (this.checkedChanged != null && this.
|
|
62234
|
+
ci(a, b) {
|
|
62235
|
+
if (this.checkedChanged != null && this.aj == false) {
|
|
62159
62236
|
this.checkedChanged(this, ((() => {
|
|
62160
62237
|
let $ret = new CheckedChangedEventArgs();
|
|
62161
62238
|
$ret.b = a;
|
|
@@ -62165,32 +62242,32 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62165
62242
|
}
|
|
62166
62243
|
}
|
|
62167
62244
|
notifySizeChanged() {
|
|
62168
|
-
this.m.
|
|
62245
|
+
this.m.l();
|
|
62169
62246
|
}
|
|
62170
62247
|
destroy() {
|
|
62171
62248
|
if (this.h != null) {
|
|
62172
62249
|
let a = this.h;
|
|
62173
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
62250
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
|
|
62174
62251
|
if (this.h.actualDataSource != null) {
|
|
62175
62252
|
let b = this.h.actualDataSource;
|
|
62176
|
-
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.
|
|
62253
|
+
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
|
|
62177
62254
|
}
|
|
62178
62255
|
}
|
|
62179
62256
|
if (this.o != null) {
|
|
62180
62257
|
let c = this.o;
|
|
62181
|
-
c.change = delegateRemove(c.change, runOn(this, this.
|
|
62258
|
+
c.change = delegateRemove(c.change, runOn(this, this.cc));
|
|
62182
62259
|
}
|
|
62183
62260
|
this.provideContainer(null, null, null);
|
|
62184
62261
|
if (this.i != null) {
|
|
62185
62262
|
let d = this.i;
|
|
62186
|
-
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.
|
|
62263
|
+
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
|
|
62187
62264
|
}
|
|
62188
62265
|
}
|
|
62189
62266
|
provideContainer(a, b, c) {
|
|
62190
62267
|
this.h = b;
|
|
62191
62268
|
if (null != this.h) {
|
|
62192
62269
|
this.h.gm = this.w;
|
|
62193
|
-
this.h.aae = this.
|
|
62270
|
+
this.h.aae = this.dr;
|
|
62194
62271
|
this.h.n1 = 0;
|
|
62195
62272
|
this.h.oc = 0;
|
|
62196
62273
|
this.h.md = NaN;
|
|
@@ -62198,24 +62275,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62198
62275
|
this.h.c9 = 0;
|
|
62199
62276
|
this.h.cu = 0;
|
|
62200
62277
|
let d = this.h;
|
|
62201
|
-
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.
|
|
62202
|
-
if (this.
|
|
62203
|
-
this.h.itemsSource = this.
|
|
62204
|
-
this.
|
|
62205
|
-
this.
|
|
62206
|
-
}
|
|
62207
|
-
if (this.
|
|
62208
|
-
this.
|
|
62209
|
-
this.
|
|
62278
|
+
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
|
|
62279
|
+
if (this.ay != null) {
|
|
62280
|
+
this.h.itemsSource = this.ay;
|
|
62281
|
+
this.b7();
|
|
62282
|
+
this.cq();
|
|
62283
|
+
}
|
|
62284
|
+
if (this.a0 != null) {
|
|
62285
|
+
this.cq();
|
|
62286
|
+
this.c1();
|
|
62210
62287
|
}
|
|
62211
62288
|
}
|
|
62212
|
-
this.m.
|
|
62213
|
-
this.m.
|
|
62289
|
+
this.m.q(c);
|
|
62290
|
+
this.m.m(a);
|
|
62214
62291
|
}
|
|
62215
62292
|
provideSelectAllSection(a) {
|
|
62216
|
-
this.m.
|
|
62293
|
+
this.m.q(a);
|
|
62217
62294
|
}
|
|
62218
|
-
|
|
62295
|
+
cb(a, b) {
|
|
62219
62296
|
if (b.cellInfo.l.a5 == 0) {
|
|
62220
62297
|
return;
|
|
62221
62298
|
}
|
|
@@ -62231,7 +62308,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62231
62308
|
this.g.add(d);
|
|
62232
62309
|
}
|
|
62233
62310
|
}
|
|
62234
|
-
|
|
62311
|
+
b8(a, b) {
|
|
62235
62312
|
let c = b.cellInfo.l.x;
|
|
62236
62313
|
if (-1 == c) {
|
|
62237
62314
|
return;
|
|
@@ -62243,11 +62320,11 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62243
62320
|
d = true;
|
|
62244
62321
|
}
|
|
62245
62322
|
}
|
|
62246
|
-
this.m.
|
|
62323
|
+
this.m.o(b.content.element, c, d);
|
|
62247
62324
|
}
|
|
62248
|
-
|
|
62249
|
-
if (this.
|
|
62250
|
-
let b = this.d.property(this.
|
|
62325
|
+
cj(a) {
|
|
62326
|
+
if (this.a0 != null) {
|
|
62327
|
+
let b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
62251
62328
|
let c = b.contains(a);
|
|
62252
62329
|
if (!this.h.u.k.contains(this.c)) {
|
|
62253
62330
|
this.c = c;
|
|
@@ -62260,43 +62337,43 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62260
62337
|
}
|
|
62261
62338
|
}
|
|
62262
62339
|
get itemsSource() {
|
|
62263
|
-
return this.
|
|
62340
|
+
return this.ay;
|
|
62264
62341
|
}
|
|
62265
62342
|
set itemsSource(a) {
|
|
62266
|
-
let b = this.
|
|
62267
|
-
this.
|
|
62268
|
-
if (b != this.
|
|
62269
|
-
this.
|
|
62343
|
+
let b = this.ay;
|
|
62344
|
+
this.ay = a;
|
|
62345
|
+
if (b != this.ay) {
|
|
62346
|
+
this.cn("ItemsSource", b, this.ay);
|
|
62270
62347
|
}
|
|
62271
62348
|
}
|
|
62272
|
-
get
|
|
62273
|
-
return this.
|
|
62349
|
+
get bc() {
|
|
62350
|
+
return this.a0;
|
|
62274
62351
|
}
|
|
62275
|
-
set
|
|
62276
|
-
let b = this.
|
|
62277
|
-
this.
|
|
62278
|
-
if (b != this.
|
|
62279
|
-
this.
|
|
62352
|
+
set bc(a) {
|
|
62353
|
+
let b = this.a0;
|
|
62354
|
+
this.a0 = a;
|
|
62355
|
+
if (b != this.a0) {
|
|
62356
|
+
this.cn("DataMemberPath", b, this.a0);
|
|
62280
62357
|
}
|
|
62281
62358
|
}
|
|
62282
|
-
get
|
|
62283
|
-
return this.
|
|
62359
|
+
get b0() {
|
|
62360
|
+
return this.a2;
|
|
62284
62361
|
}
|
|
62285
|
-
set
|
|
62286
|
-
let b = this.
|
|
62287
|
-
this.
|
|
62288
|
-
if (b != this.
|
|
62289
|
-
this.
|
|
62362
|
+
set b0(a) {
|
|
62363
|
+
let b = this.a2;
|
|
62364
|
+
this.a2 = a;
|
|
62365
|
+
if (b != this.a2) {
|
|
62366
|
+
this.cn("SelectedMemberPath", b, this.a2);
|
|
62290
62367
|
}
|
|
62291
62368
|
}
|
|
62292
|
-
get
|
|
62293
|
-
return this.
|
|
62369
|
+
get bg() {
|
|
62370
|
+
return this.a1;
|
|
62294
62371
|
}
|
|
62295
|
-
set
|
|
62296
|
-
let b = this.
|
|
62297
|
-
this.
|
|
62298
|
-
if (b != this.
|
|
62299
|
-
this.
|
|
62372
|
+
set bg(a) {
|
|
62373
|
+
let b = this.a1;
|
|
62374
|
+
this.a1 = a;
|
|
62375
|
+
if (b != this.a1) {
|
|
62376
|
+
this.cn("FilterPlaceholderText", b, this.a1);
|
|
62300
62377
|
}
|
|
62301
62378
|
}
|
|
62302
62379
|
get t() {
|
|
@@ -62306,33 +62383,33 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62306
62383
|
let b = this.s;
|
|
62307
62384
|
this.s = a;
|
|
62308
62385
|
if (b != this.s) {
|
|
62309
|
-
this.
|
|
62386
|
+
this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
|
|
62310
62387
|
}
|
|
62311
62388
|
}
|
|
62312
|
-
get
|
|
62313
|
-
return this.
|
|
62389
|
+
get ax() {
|
|
62390
|
+
return this.au;
|
|
62314
62391
|
}
|
|
62315
|
-
set
|
|
62316
|
-
let b = this.
|
|
62317
|
-
this.
|
|
62318
|
-
if (b != this.
|
|
62319
|
-
this.
|
|
62392
|
+
set ax(a) {
|
|
62393
|
+
let b = this.au;
|
|
62394
|
+
this.au = a;
|
|
62395
|
+
if (b != this.au) {
|
|
62396
|
+
this.cn("RowHeight", b, this.au);
|
|
62320
62397
|
}
|
|
62321
62398
|
}
|
|
62322
|
-
get
|
|
62399
|
+
get av() {
|
|
62323
62400
|
if (this.h != null) {
|
|
62324
62401
|
return this.h.nf;
|
|
62325
62402
|
}
|
|
62326
62403
|
return -1;
|
|
62327
62404
|
}
|
|
62328
|
-
get
|
|
62405
|
+
get ae() {
|
|
62329
62406
|
return this.ac;
|
|
62330
62407
|
}
|
|
62331
|
-
set
|
|
62408
|
+
set ae(a) {
|
|
62332
62409
|
let b = this.ac;
|
|
62333
62410
|
this.ac = a;
|
|
62334
62411
|
if (b != this.ac) {
|
|
62335
|
-
this.
|
|
62412
|
+
this.cn("CellTextStyle", b, this.ac);
|
|
62336
62413
|
}
|
|
62337
62414
|
}
|
|
62338
62415
|
get l() {
|
|
@@ -62342,7 +62419,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62342
62419
|
let b = this.k;
|
|
62343
62420
|
this.k = a;
|
|
62344
62421
|
if (b != this.k) {
|
|
62345
|
-
this.
|
|
62422
|
+
this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
62346
62423
|
}
|
|
62347
62424
|
}
|
|
62348
62425
|
get y() {
|
|
@@ -62352,7 +62429,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62352
62429
|
let b = this.x;
|
|
62353
62430
|
this.x = a;
|
|
62354
62431
|
if (b != this.x) {
|
|
62355
|
-
this.
|
|
62432
|
+
this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
|
|
62356
62433
|
}
|
|
62357
62434
|
}
|
|
62358
62435
|
get aa() {
|
|
@@ -62362,7 +62439,107 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62362
62439
|
let b = this.z;
|
|
62363
62440
|
this.z = a;
|
|
62364
62441
|
if (b != this.z) {
|
|
62365
|
-
this.
|
|
62442
|
+
this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
|
|
62443
|
+
}
|
|
62444
|
+
}
|
|
62445
|
+
get du() {
|
|
62446
|
+
return this.dd;
|
|
62447
|
+
}
|
|
62448
|
+
set du(a) {
|
|
62449
|
+
let b = this.dd;
|
|
62450
|
+
this.dd = a;
|
|
62451
|
+
if (b != this.dd) {
|
|
62452
|
+
this.cn("SearchIconColor", b, this.dd);
|
|
62453
|
+
}
|
|
62454
|
+
}
|
|
62455
|
+
get ds() {
|
|
62456
|
+
return this.db;
|
|
62457
|
+
}
|
|
62458
|
+
set ds(a) {
|
|
62459
|
+
let b = this.db;
|
|
62460
|
+
this.db = a;
|
|
62461
|
+
if (b != this.db) {
|
|
62462
|
+
this.cn("SearchBackgroundColor", b, this.db);
|
|
62463
|
+
}
|
|
62464
|
+
}
|
|
62465
|
+
get dv() {
|
|
62466
|
+
return this.de;
|
|
62467
|
+
}
|
|
62468
|
+
set dv(a) {
|
|
62469
|
+
let b = this.de;
|
|
62470
|
+
this.de = a;
|
|
62471
|
+
if (b != this.de) {
|
|
62472
|
+
this.cn("SearchTextColor", b, this.de);
|
|
62473
|
+
}
|
|
62474
|
+
}
|
|
62475
|
+
get dt() {
|
|
62476
|
+
return this.dc;
|
|
62477
|
+
}
|
|
62478
|
+
set dt(a) {
|
|
62479
|
+
let b = this.dc;
|
|
62480
|
+
this.dc = a;
|
|
62481
|
+
if (b != this.dc) {
|
|
62482
|
+
this.cn("SearchBorderColor", b, this.dc);
|
|
62483
|
+
}
|
|
62484
|
+
}
|
|
62485
|
+
get af() {
|
|
62486
|
+
return this.ad;
|
|
62487
|
+
}
|
|
62488
|
+
set af(a) {
|
|
62489
|
+
let b = this.ad;
|
|
62490
|
+
this.ad = a;
|
|
62491
|
+
if (b != this.ad) {
|
|
62492
|
+
this.cn("SearchTextStyle", b, this.ad);
|
|
62493
|
+
}
|
|
62494
|
+
}
|
|
62495
|
+
get dl() {
|
|
62496
|
+
return this.c7;
|
|
62497
|
+
}
|
|
62498
|
+
set dl(a) {
|
|
62499
|
+
let b = this.c7;
|
|
62500
|
+
this.c7 = a;
|
|
62501
|
+
if (b != this.c7) {
|
|
62502
|
+
this.cn("CheckboxTickColor", b, this.c7);
|
|
62503
|
+
}
|
|
62504
|
+
}
|
|
62505
|
+
get dj() {
|
|
62506
|
+
return this.c5;
|
|
62507
|
+
}
|
|
62508
|
+
set dj(a) {
|
|
62509
|
+
let b = this.c5;
|
|
62510
|
+
this.c5 = a;
|
|
62511
|
+
if (b != this.c5) {
|
|
62512
|
+
this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
|
|
62513
|
+
}
|
|
62514
|
+
}
|
|
62515
|
+
get dm() {
|
|
62516
|
+
return this.c8;
|
|
62517
|
+
}
|
|
62518
|
+
set dm(a) {
|
|
62519
|
+
let b = this.c8;
|
|
62520
|
+
this.c8 = a;
|
|
62521
|
+
if (b != this.c8) {
|
|
62522
|
+
this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
|
|
62523
|
+
}
|
|
62524
|
+
}
|
|
62525
|
+
get dk() {
|
|
62526
|
+
return this.c6;
|
|
62527
|
+
}
|
|
62528
|
+
set dk(a) {
|
|
62529
|
+
let b = this.c6;
|
|
62530
|
+
this.c6 = a;
|
|
62531
|
+
if (b != this.c6) {
|
|
62532
|
+
this.cn("CheckboxCheckedBorderColor", b, this.c6);
|
|
62533
|
+
}
|
|
62534
|
+
}
|
|
62535
|
+
get dn() {
|
|
62536
|
+
return this.c9;
|
|
62537
|
+
}
|
|
62538
|
+
set dn(a) {
|
|
62539
|
+
let b = this.c9;
|
|
62540
|
+
this.c9 = a;
|
|
62541
|
+
if (b != this.c9) {
|
|
62542
|
+
this.cn("CheckboxUncheckedBorderColor", b, this.c9);
|
|
62366
62543
|
}
|
|
62367
62544
|
}
|
|
62368
62545
|
get w() {
|
|
@@ -62372,26 +62549,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62372
62549
|
let b = this.v;
|
|
62373
62550
|
this.v = a;
|
|
62374
62551
|
if (b != this.v) {
|
|
62375
|
-
this.
|
|
62552
|
+
this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
|
|
62376
62553
|
}
|
|
62377
62554
|
}
|
|
62378
|
-
get
|
|
62379
|
-
return this.
|
|
62555
|
+
get dr() {
|
|
62556
|
+
return this.da;
|
|
62380
62557
|
}
|
|
62381
|
-
set
|
|
62382
|
-
let b = this.
|
|
62383
|
-
this.
|
|
62384
|
-
if (b != this.
|
|
62385
|
-
this.
|
|
62558
|
+
set dr(a) {
|
|
62559
|
+
let b = this.da;
|
|
62560
|
+
this.da = a;
|
|
62561
|
+
if (b != this.da) {
|
|
62562
|
+
this.cn("ScrollbarBackground", b, this.da);
|
|
62386
62563
|
}
|
|
62387
62564
|
}
|
|
62388
|
-
|
|
62565
|
+
cn(a, b, c) {
|
|
62389
62566
|
if (this.propertyChanged != null) {
|
|
62390
62567
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
62391
62568
|
}
|
|
62392
|
-
this.
|
|
62569
|
+
this.cs(a, b, c);
|
|
62393
62570
|
}
|
|
62394
|
-
|
|
62571
|
+
cs(a, b, c) {
|
|
62395
62572
|
switch (a) {
|
|
62396
62573
|
case "ItemsSource":
|
|
62397
62574
|
if (this.h != null) {
|
|
@@ -62404,26 +62581,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62404
62581
|
}
|
|
62405
62582
|
if (this.h.actualDataSource != null) {
|
|
62406
62583
|
let d = this.h.actualDataSource;
|
|
62407
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
62584
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
|
|
62408
62585
|
}
|
|
62409
|
-
this.h.itemsSource = this.
|
|
62410
|
-
this.
|
|
62586
|
+
this.h.itemsSource = this.ay;
|
|
62587
|
+
this.b7();
|
|
62411
62588
|
if (this.h.actualDataSource != null) {
|
|
62412
62589
|
let e = this.h.actualDataSource;
|
|
62413
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
62590
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
|
|
62414
62591
|
}
|
|
62415
|
-
this.
|
|
62416
|
-
this.
|
|
62417
|
-
this.
|
|
62418
|
-
this.m.
|
|
62592
|
+
this.aj = true;
|
|
62593
|
+
this.cq();
|
|
62594
|
+
this.aj = false;
|
|
62595
|
+
this.m.ag();
|
|
62419
62596
|
}
|
|
62420
62597
|
break;
|
|
62421
62598
|
case "DataMemberPath":
|
|
62422
62599
|
case "SelectedMemberPath":
|
|
62423
62600
|
if (this.h != null) {
|
|
62424
|
-
if (this.
|
|
62425
|
-
this.
|
|
62426
|
-
this.
|
|
62601
|
+
if (this.a0 != null) {
|
|
62602
|
+
this.cq();
|
|
62603
|
+
this.c1();
|
|
62427
62604
|
}
|
|
62428
62605
|
}
|
|
62429
62606
|
break;
|
|
@@ -62433,23 +62610,23 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62433
62610
|
}
|
|
62434
62611
|
break;
|
|
62435
62612
|
case "SelectAllCaptionTextColor":
|
|
62436
|
-
this.
|
|
62613
|
+
this.dh = null != this.dw ? this.dw : CheckboxList.dq;
|
|
62437
62614
|
break;
|
|
62438
62615
|
case "SelectAllCaption":
|
|
62439
62616
|
case "ActualSelectAllCaptionTextColor":
|
|
62440
|
-
this.m.
|
|
62617
|
+
this.m.af();
|
|
62441
62618
|
break;
|
|
62442
62619
|
case "showSelectAll":
|
|
62443
|
-
this.m.
|
|
62444
|
-
this.m.
|
|
62620
|
+
this.m.ai();
|
|
62621
|
+
this.m.s();
|
|
62445
62622
|
break;
|
|
62446
62623
|
case "ShowFilter":
|
|
62447
|
-
this.m.
|
|
62448
|
-
this.m.
|
|
62624
|
+
this.m.ae();
|
|
62625
|
+
this.m.s();
|
|
62449
62626
|
break;
|
|
62450
62627
|
case "FilterPlaceholderText":
|
|
62451
62628
|
if (this.o != null) {
|
|
62452
|
-
this.o.
|
|
62629
|
+
this.o.ce = this.bg;
|
|
62453
62630
|
}
|
|
62454
62631
|
break;
|
|
62455
62632
|
case "SearchInputType":
|
|
@@ -62459,32 +62636,33 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62459
62636
|
break;
|
|
62460
62637
|
case "RowHeight":
|
|
62461
62638
|
if (this.h != null) {
|
|
62462
|
-
this.h.oa = this.
|
|
62639
|
+
this.h.oa = this.ax;
|
|
62463
62640
|
}
|
|
62464
62641
|
break;
|
|
62465
62642
|
case "CellTextStyle":
|
|
62466
62643
|
if (this.h != null) {
|
|
62467
|
-
this.h.gx = this.
|
|
62644
|
+
this.h.gx = this.ae;
|
|
62468
62645
|
}
|
|
62646
|
+
this.m.ac();
|
|
62469
62647
|
break;
|
|
62470
62648
|
case "BackgroundColor":
|
|
62471
62649
|
case "TextColor":
|
|
62472
62650
|
let f = this.h;
|
|
62473
62651
|
if (null != f) {
|
|
62474
|
-
f.zv = this.
|
|
62475
|
-
f.zt = this.
|
|
62652
|
+
f.zv = this.dy;
|
|
62653
|
+
f.zt = this.di;
|
|
62476
62654
|
}
|
|
62477
|
-
this.m.
|
|
62655
|
+
this.m.ad();
|
|
62478
62656
|
break;
|
|
62479
62657
|
case "BaseTheme":
|
|
62480
|
-
this.
|
|
62658
|
+
this.c0();
|
|
62481
62659
|
break;
|
|
62482
62660
|
case "Density":
|
|
62483
|
-
this.
|
|
62661
|
+
this.cz();
|
|
62484
62662
|
break;
|
|
62485
62663
|
case "IsRowHoverEnabled":
|
|
62486
62664
|
if (this.h != null) {
|
|
62487
|
-
this.h.ka = this.
|
|
62665
|
+
this.h.ka = this.an;
|
|
62488
62666
|
}
|
|
62489
62667
|
break;
|
|
62490
62668
|
case "ScrollbarStyle":
|
|
@@ -62494,44 +62672,69 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62494
62672
|
break;
|
|
62495
62673
|
case "ScrollbarBackground":
|
|
62496
62674
|
if (this.h != null) {
|
|
62497
|
-
this.h.aae = this.
|
|
62675
|
+
this.h.aae = this.dr;
|
|
62676
|
+
}
|
|
62677
|
+
break;
|
|
62678
|
+
case "SearchIconColor":
|
|
62679
|
+
this.m.ab();
|
|
62680
|
+
break;
|
|
62681
|
+
case "SearchBackgroundColor":
|
|
62682
|
+
this.r.oz = this.ds;
|
|
62683
|
+
break;
|
|
62684
|
+
case "SearchBorderColor":
|
|
62685
|
+
this.r.o0 = this.dt;
|
|
62686
|
+
break;
|
|
62687
|
+
case "SearchTextColor":
|
|
62688
|
+
this.p.d1 = this.dv;
|
|
62689
|
+
break;
|
|
62690
|
+
case "SearchTextStyle":
|
|
62691
|
+
this.p.af = this.af;
|
|
62692
|
+
break;
|
|
62693
|
+
case "CheckboxTickColor":
|
|
62694
|
+
case "CheckboxCheckedBackgroundColor":
|
|
62695
|
+
case "CheckboxUncheckedBackgroundColor":
|
|
62696
|
+
case "CheckboxCheckedBorderColor":
|
|
62697
|
+
case "CheckboxUncheckedBorderColor":
|
|
62698
|
+
this.m.y();
|
|
62699
|
+
if (this.h != null) {
|
|
62700
|
+
this.h.w9();
|
|
62498
62701
|
}
|
|
62499
62702
|
break;
|
|
62500
62703
|
}
|
|
62501
62704
|
}
|
|
62502
|
-
|
|
62705
|
+
cz() {
|
|
62503
62706
|
if (this.h != null) {
|
|
62504
62707
|
this.h.go = this.aa;
|
|
62505
62708
|
}
|
|
62506
62709
|
if (this.q != null) {
|
|
62507
62710
|
this.q.n = this.aa;
|
|
62508
62711
|
}
|
|
62509
|
-
this.m.
|
|
62712
|
+
this.m.x();
|
|
62510
62713
|
}
|
|
62511
|
-
|
|
62714
|
+
c0() {
|
|
62512
62715
|
if (this.q != null) {
|
|
62513
62716
|
this.q.j = this.y;
|
|
62514
62717
|
}
|
|
62515
|
-
this.m.
|
|
62718
|
+
this.m.z();
|
|
62516
62719
|
}
|
|
62517
|
-
|
|
62518
|
-
this.
|
|
62519
|
-
this.
|
|
62720
|
+
co(a, b) {
|
|
62721
|
+
this.aj = true;
|
|
62722
|
+
this.b7();
|
|
62520
62723
|
if (b.schema != null) {
|
|
62521
|
-
this.
|
|
62724
|
+
this.cq();
|
|
62522
62725
|
for (let c = 0; c < this.g.count; c++) {
|
|
62523
|
-
this.
|
|
62726
|
+
this.cl(this.g._inner[c]);
|
|
62524
62727
|
}
|
|
62525
|
-
this.m.
|
|
62728
|
+
this.m.ag();
|
|
62526
62729
|
}
|
|
62527
|
-
this.
|
|
62730
|
+
this.aj = false;
|
|
62528
62731
|
}
|
|
62529
|
-
|
|
62530
|
-
if (this.ab == null && this.
|
|
62531
|
-
this.ab = new FastReflectionHelper(false, this.
|
|
62732
|
+
cq() {
|
|
62733
|
+
if (this.ab == null && this.a2 != null && this.a2 != "") {
|
|
62734
|
+
this.ab = new FastReflectionHelper(false, this.a2);
|
|
62532
62735
|
}
|
|
62533
|
-
if (this.
|
|
62534
|
-
this.ab.propertyName = this.
|
|
62736
|
+
if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
|
|
62737
|
+
this.ab.propertyName = this.a2;
|
|
62535
62738
|
let a = this.h.actualDataSource.actualCount;
|
|
62536
62739
|
for (let b = 0; b < a; b++) {
|
|
62537
62740
|
let c = this.h.actualDataSource.getItemAtIndex(b);
|
|
@@ -62545,24 +62748,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62545
62748
|
}
|
|
62546
62749
|
}
|
|
62547
62750
|
}
|
|
62548
|
-
|
|
62751
|
+
c1() {
|
|
62549
62752
|
this.h.actualColumns.clear();
|
|
62550
62753
|
this.h.l = this.b;
|
|
62551
62754
|
this.h.jy = false;
|
|
62552
|
-
this.h.oa = this.
|
|
62553
|
-
this.h.zt = this.
|
|
62554
|
-
this.h.zu = this.
|
|
62755
|
+
this.h.oa = this.ax;
|
|
62756
|
+
this.h.zt = this.di;
|
|
62757
|
+
this.h.zu = this.di;
|
|
62555
62758
|
this.h.go = this.aa;
|
|
62556
|
-
this.h.ka = this.
|
|
62759
|
+
this.h.ka = this.an;
|
|
62557
62760
|
this.h.aa0 = new Thickness(0, 0);
|
|
62558
|
-
if (this.
|
|
62559
|
-
this.h.gx = this.
|
|
62761
|
+
if (this.ae != null) {
|
|
62762
|
+
this.h.gx = this.ae;
|
|
62560
62763
|
}
|
|
62561
62764
|
let a = new TemplateColumn();
|
|
62562
|
-
if (this.
|
|
62563
|
-
this.
|
|
62765
|
+
if (this.a2 == null) {
|
|
62766
|
+
this.a2 = "";
|
|
62564
62767
|
}
|
|
62565
|
-
a.i8 = this.
|
|
62768
|
+
a.i8 = this.a2;
|
|
62566
62769
|
a.jz = "CheckboxColumn";
|
|
62567
62770
|
let b = new ColumnWidth();
|
|
62568
62771
|
b.c = false;
|
|
@@ -62570,10 +62773,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62570
62773
|
a.width = b;
|
|
62571
62774
|
a.h2 = 0;
|
|
62572
62775
|
a.h3 = 0;
|
|
62573
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
62776
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
|
|
62574
62777
|
this.h.columns.add(a);
|
|
62575
62778
|
this.i = a;
|
|
62576
|
-
let c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
62779
|
+
let c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
|
|
62577
62780
|
let d;
|
|
62578
62781
|
switch (c) {
|
|
62579
62782
|
case 8:
|
|
@@ -62596,25 +62799,25 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62596
62799
|
d = new TextColumn();
|
|
62597
62800
|
break;
|
|
62598
62801
|
}
|
|
62599
|
-
d.i8 = this.
|
|
62802
|
+
d.i8 = this.a0;
|
|
62600
62803
|
d.jz = "DataColumn";
|
|
62601
62804
|
d.h2 = 0;
|
|
62602
62805
|
d.e = 0;
|
|
62603
62806
|
this.h.columns.add(d);
|
|
62604
62807
|
}
|
|
62605
62808
|
updateHrMargin(a) {
|
|
62606
|
-
this.m.
|
|
62809
|
+
this.m.aa(a);
|
|
62607
62810
|
}
|
|
62608
62811
|
provideHrElement(a) {
|
|
62609
|
-
this.m.
|
|
62812
|
+
this.m.p(a);
|
|
62610
62813
|
}
|
|
62611
|
-
|
|
62814
|
+
ck() {
|
|
62612
62815
|
let a = this.p;
|
|
62613
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
62816
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cc));
|
|
62614
62817
|
}
|
|
62615
|
-
|
|
62818
|
+
cc(a, b) {
|
|
62616
62819
|
let c = b.value.toLowerCase();
|
|
62617
|
-
this.
|
|
62820
|
+
this.cj(c);
|
|
62618
62821
|
}
|
|
62619
62822
|
j(a) {
|
|
62620
62823
|
if (this.b == null) {
|
|
@@ -62628,55 +62831,55 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62628
62831
|
}
|
|
62629
62832
|
return new PrimaryKeyValue(b, c);
|
|
62630
62833
|
}
|
|
62631
|
-
|
|
62632
|
-
this.
|
|
62834
|
+
cw(a) {
|
|
62835
|
+
this.ai = true;
|
|
62633
62836
|
let b = this.e.getItemAtIndex(a);
|
|
62634
62837
|
let c = this.j(b);
|
|
62635
62838
|
this.g.remove(c);
|
|
62636
|
-
this.
|
|
62839
|
+
this.ai = false;
|
|
62637
62840
|
}
|
|
62638
|
-
|
|
62639
|
-
this.
|
|
62841
|
+
b5(a) {
|
|
62842
|
+
this.ai = true;
|
|
62640
62843
|
let b = this.e.getItemAtIndex(a);
|
|
62641
62844
|
let c = this.j(b);
|
|
62642
62845
|
this.g.add(c);
|
|
62643
|
-
this.
|
|
62846
|
+
this.ai = false;
|
|
62644
62847
|
}
|
|
62645
|
-
|
|
62848
|
+
cy() {
|
|
62646
62849
|
this.l = 0;
|
|
62647
62850
|
this.g.clear();
|
|
62648
|
-
this.
|
|
62649
|
-
this.m.
|
|
62851
|
+
this.cd();
|
|
62852
|
+
this.m.ag();
|
|
62650
62853
|
}
|
|
62651
|
-
|
|
62854
|
+
b9() {
|
|
62652
62855
|
this.l = 1;
|
|
62653
62856
|
this.g.clear();
|
|
62654
|
-
this.
|
|
62655
|
-
this.m.
|
|
62857
|
+
this.cd();
|
|
62858
|
+
this.m.ag();
|
|
62656
62859
|
}
|
|
62657
|
-
|
|
62860
|
+
cg(a, b, c) {
|
|
62658
62861
|
if (this.h != null) {
|
|
62659
62862
|
this.h.u5(a, b, c);
|
|
62660
62863
|
}
|
|
62661
62864
|
}
|
|
62662
|
-
|
|
62865
|
+
cd() {
|
|
62663
62866
|
if (this.h != null) {
|
|
62664
62867
|
this.h.uz();
|
|
62665
62868
|
}
|
|
62666
62869
|
}
|
|
62667
|
-
|
|
62870
|
+
ce(a, b) {
|
|
62668
62871
|
if (this.h != null) {
|
|
62669
62872
|
this.h.u1(a, b);
|
|
62670
62873
|
}
|
|
62671
62874
|
;
|
|
62672
62875
|
}
|
|
62673
|
-
|
|
62876
|
+
cf(a, b) {
|
|
62674
62877
|
if (this.h != null) {
|
|
62675
62878
|
this.h.u2(a, b);
|
|
62676
62879
|
}
|
|
62677
62880
|
;
|
|
62678
62881
|
}
|
|
62679
|
-
|
|
62882
|
+
b6(a) {
|
|
62680
62883
|
let b = null;
|
|
62681
62884
|
if (this.b == null || this.b.length == 0) {
|
|
62682
62885
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -62691,7 +62894,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62691
62894
|
this.g.add(b);
|
|
62692
62895
|
}
|
|
62693
62896
|
}
|
|
62694
|
-
|
|
62897
|
+
cx(a) {
|
|
62695
62898
|
let b = null;
|
|
62696
62899
|
if (this.b == null || this.b.length == 0) {
|
|
62697
62900
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -62706,82 +62909,82 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62706
62909
|
this.g.remove(b);
|
|
62707
62910
|
}
|
|
62708
62911
|
}
|
|
62709
|
-
get
|
|
62710
|
-
return this.
|
|
62912
|
+
get bx() {
|
|
62913
|
+
return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
|
|
62711
62914
|
}
|
|
62712
|
-
set
|
|
62713
|
-
if (a == this.
|
|
62915
|
+
set bx(a) {
|
|
62916
|
+
if (a == this.bw) {
|
|
62714
62917
|
return;
|
|
62715
62918
|
}
|
|
62716
|
-
let b = this.
|
|
62717
|
-
this.
|
|
62718
|
-
this.
|
|
62919
|
+
let b = this.bw;
|
|
62920
|
+
this.bw = a;
|
|
62921
|
+
this.cn("SelectAllCaption", b, this.bw);
|
|
62719
62922
|
}
|
|
62720
|
-
get
|
|
62721
|
-
return this.
|
|
62923
|
+
get dw() {
|
|
62924
|
+
return this.df;
|
|
62722
62925
|
}
|
|
62723
|
-
set
|
|
62724
|
-
let b = this.
|
|
62725
|
-
this.
|
|
62726
|
-
if (b != this.
|
|
62727
|
-
this.
|
|
62926
|
+
set dw(a) {
|
|
62927
|
+
let b = this.df;
|
|
62928
|
+
this.df = a;
|
|
62929
|
+
if (b != this.df) {
|
|
62930
|
+
this.cn("SelectAllCaptionTextColor", b, a);
|
|
62728
62931
|
}
|
|
62729
62932
|
}
|
|
62730
|
-
get
|
|
62731
|
-
return this.
|
|
62933
|
+
get dh() {
|
|
62934
|
+
return this.c3;
|
|
62732
62935
|
}
|
|
62733
|
-
set
|
|
62734
|
-
let b = this.
|
|
62735
|
-
this.
|
|
62736
|
-
if (b != this.
|
|
62737
|
-
this.
|
|
62936
|
+
set dh(a) {
|
|
62937
|
+
let b = this.c3;
|
|
62938
|
+
this.c3 = a;
|
|
62939
|
+
if (b != this.c3) {
|
|
62940
|
+
this.cn("ActualSelectAllCaptionTextColor", b, a);
|
|
62738
62941
|
}
|
|
62739
62942
|
}
|
|
62740
|
-
get
|
|
62741
|
-
if (-1 == this.
|
|
62943
|
+
get ao() {
|
|
62944
|
+
if (-1 == this.aw) {
|
|
62742
62945
|
return false;
|
|
62743
62946
|
}
|
|
62744
62947
|
let a = this.g.count;
|
|
62745
62948
|
if (0 == a) {
|
|
62746
62949
|
return false;
|
|
62747
62950
|
}
|
|
62748
|
-
if (a == this.
|
|
62951
|
+
if (a == this.aw) {
|
|
62749
62952
|
return false;
|
|
62750
62953
|
}
|
|
62751
62954
|
return true;
|
|
62752
62955
|
}
|
|
62753
|
-
get
|
|
62754
|
-
return this.
|
|
62956
|
+
get as() {
|
|
62957
|
+
return this.ar;
|
|
62755
62958
|
}
|
|
62756
|
-
set
|
|
62757
|
-
if (a == this.
|
|
62959
|
+
set as(a) {
|
|
62960
|
+
if (a == this.ar) {
|
|
62758
62961
|
return;
|
|
62759
62962
|
}
|
|
62760
|
-
let b = this.
|
|
62761
|
-
this.
|
|
62762
|
-
this.
|
|
62963
|
+
let b = this.ar;
|
|
62964
|
+
this.ar = a;
|
|
62965
|
+
this.cn("showSelectAll", b, this.ar);
|
|
62763
62966
|
}
|
|
62764
|
-
get
|
|
62765
|
-
return this.
|
|
62967
|
+
get di() {
|
|
62968
|
+
return this.c4;
|
|
62766
62969
|
}
|
|
62767
|
-
set
|
|
62768
|
-
let b = this.
|
|
62769
|
-
this.
|
|
62770
|
-
if (b != this.
|
|
62771
|
-
this.
|
|
62970
|
+
set di(a) {
|
|
62971
|
+
let b = this.c4;
|
|
62972
|
+
this.c4 = a;
|
|
62973
|
+
if (b != this.c4) {
|
|
62974
|
+
this.cn("BackgroundColor", b, a);
|
|
62772
62975
|
}
|
|
62773
62976
|
}
|
|
62774
|
-
get
|
|
62775
|
-
return this.
|
|
62977
|
+
get dy() {
|
|
62978
|
+
return this.dg;
|
|
62776
62979
|
}
|
|
62777
|
-
set
|
|
62778
|
-
let b = this.
|
|
62779
|
-
this.
|
|
62780
|
-
if (b != this.
|
|
62781
|
-
this.
|
|
62980
|
+
set dy(a) {
|
|
62981
|
+
let b = this.dg;
|
|
62982
|
+
this.dg = a;
|
|
62983
|
+
if (b != this.dg) {
|
|
62984
|
+
this.cn("TextColor", b, a);
|
|
62782
62985
|
}
|
|
62783
62986
|
}
|
|
62784
|
-
|
|
62987
|
+
cp(a) {
|
|
62785
62988
|
if (this.selectAllCheckboxChanged != null) {
|
|
62786
62989
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
62787
62990
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -62790,70 +62993,70 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
62790
62993
|
})()));
|
|
62791
62994
|
}
|
|
62792
62995
|
}
|
|
62793
|
-
|
|
62794
|
-
if (-1 == this.
|
|
62996
|
+
al() {
|
|
62997
|
+
if (-1 == this.aw) {
|
|
62795
62998
|
return true;
|
|
62796
62999
|
}
|
|
62797
63000
|
let a = this.g.count;
|
|
62798
63001
|
switch (this.l) {
|
|
62799
|
-
case 0: return this.
|
|
63002
|
+
case 0: return this.aw == a;
|
|
62800
63003
|
case 1: return 0 == a;
|
|
62801
63004
|
default: return false;
|
|
62802
63005
|
}
|
|
62803
63006
|
}
|
|
62804
|
-
|
|
62805
|
-
if (-1 == this.
|
|
63007
|
+
ak() {
|
|
63008
|
+
if (-1 == this.aw) {
|
|
62806
63009
|
return false;
|
|
62807
63010
|
}
|
|
62808
63011
|
let a = this.g.count;
|
|
62809
63012
|
switch (this.l) {
|
|
62810
63013
|
case 0: return 0 == a;
|
|
62811
|
-
case 1: return this.
|
|
63014
|
+
case 1: return this.aw == a;
|
|
62812
63015
|
default: return false;
|
|
62813
63016
|
}
|
|
62814
63017
|
}
|
|
62815
|
-
|
|
63018
|
+
b7() {
|
|
62816
63019
|
let a = this.h.actualDataSource;
|
|
62817
63020
|
if (null != a) {
|
|
62818
63021
|
if (null == a.actualSchema) {
|
|
62819
|
-
this.
|
|
63022
|
+
this.aw = -1;
|
|
62820
63023
|
return;
|
|
62821
63024
|
}
|
|
62822
63025
|
let b = a.actualCount;
|
|
62823
|
-
this.
|
|
63026
|
+
this.aw = b;
|
|
62824
63027
|
}
|
|
62825
63028
|
else {
|
|
62826
|
-
this.
|
|
63029
|
+
this.aw = -1;
|
|
62827
63030
|
}
|
|
62828
63031
|
}
|
|
62829
|
-
get
|
|
62830
|
-
return this.
|
|
63032
|
+
get aq() {
|
|
63033
|
+
return this.ap;
|
|
62831
63034
|
}
|
|
62832
|
-
set
|
|
62833
|
-
if (a == this.
|
|
63035
|
+
set aq(a) {
|
|
63036
|
+
if (a == this.ap) {
|
|
62834
63037
|
return;
|
|
62835
63038
|
}
|
|
62836
|
-
let b = this.
|
|
62837
|
-
this.
|
|
62838
|
-
this.
|
|
63039
|
+
let b = this.ap;
|
|
63040
|
+
this.ap = a;
|
|
63041
|
+
this.cn("ShowFilter", b, this.ap);
|
|
62839
63042
|
}
|
|
62840
|
-
get
|
|
62841
|
-
return this.
|
|
63043
|
+
get an() {
|
|
63044
|
+
return this.am;
|
|
62842
63045
|
}
|
|
62843
|
-
set
|
|
62844
|
-
if (a == this.
|
|
63046
|
+
set an(a) {
|
|
63047
|
+
if (a == this.am) {
|
|
62845
63048
|
return;
|
|
62846
63049
|
}
|
|
62847
|
-
let b = this.
|
|
62848
|
-
this.
|
|
62849
|
-
this.
|
|
63050
|
+
let b = this.am;
|
|
63051
|
+
this.am = a;
|
|
63052
|
+
this.cn("IsRowHoverEnabled", b, this.am);
|
|
62850
63053
|
}
|
|
62851
63054
|
}
|
|
62852
63055
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
62853
|
-
CheckboxList.
|
|
62854
|
-
CheckboxList.
|
|
62855
|
-
CheckboxList.
|
|
62856
|
-
CheckboxList.
|
|
63056
|
+
CheckboxList.dx = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
|
|
63057
|
+
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";
|
|
63058
|
+
CheckboxList.dp = /*@__PURE__*/ BrushUtil.g(255, 248, 248, 248);
|
|
63059
|
+
CheckboxList.dq = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
|
|
62857
63060
|
return CheckboxList;
|
|
62858
63061
|
})();
|
|
62859
63062
|
|
|
@@ -63172,28 +63375,28 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63172
63375
|
* Gets or Sets the property name that contains the values.
|
|
63173
63376
|
*/
|
|
63174
63377
|
get dataMemberPath() {
|
|
63175
|
-
return this.i.
|
|
63378
|
+
return this.i.bc;
|
|
63176
63379
|
}
|
|
63177
63380
|
set dataMemberPath(v) {
|
|
63178
|
-
this.i.
|
|
63381
|
+
this.i.bc = v;
|
|
63179
63382
|
}
|
|
63180
63383
|
/**
|
|
63181
63384
|
* Gets or Sets the property name that contains the values.
|
|
63182
63385
|
*/
|
|
63183
63386
|
get selectedMemberPath() {
|
|
63184
|
-
return this.i.
|
|
63387
|
+
return this.i.b0;
|
|
63185
63388
|
}
|
|
63186
63389
|
set selectedMemberPath(v) {
|
|
63187
|
-
this.i.
|
|
63390
|
+
this.i.b0 = v;
|
|
63188
63391
|
}
|
|
63189
63392
|
/**
|
|
63190
63393
|
* Gets or Sets the property name that contains the values.
|
|
63191
63394
|
*/
|
|
63192
63395
|
get filterPlaceholderText() {
|
|
63193
|
-
return this.i.
|
|
63396
|
+
return this.i.bg;
|
|
63194
63397
|
}
|
|
63195
63398
|
set filterPlaceholderText(v) {
|
|
63196
|
-
this.i.
|
|
63399
|
+
this.i.bg = v;
|
|
63197
63400
|
}
|
|
63198
63401
|
/**
|
|
63199
63402
|
* Gets or Sets the property name that contains the values.
|
|
@@ -63209,29 +63412,29 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63209
63412
|
* Gets or Sets the property name that contains the values.
|
|
63210
63413
|
*/
|
|
63211
63414
|
get rowHeight() {
|
|
63212
|
-
return this.i.
|
|
63415
|
+
return this.i.ax;
|
|
63213
63416
|
}
|
|
63214
63417
|
set rowHeight(v) {
|
|
63215
|
-
this.i.
|
|
63216
|
-
this._a("rowHeight", this.i.
|
|
63418
|
+
this.i.ax = +v;
|
|
63419
|
+
this._a("rowHeight", this.i.ax);
|
|
63217
63420
|
}
|
|
63218
63421
|
get actualRowHeight() {
|
|
63219
|
-
return this.i.
|
|
63422
|
+
return this.i.av;
|
|
63220
63423
|
}
|
|
63221
63424
|
/**
|
|
63222
63425
|
* Gets or Sets the property name that contains the values.
|
|
63223
63426
|
*/
|
|
63224
63427
|
get cellTextStyle() {
|
|
63225
|
-
if (this.i.
|
|
63428
|
+
if (this.i.ae == null) {
|
|
63226
63429
|
return null;
|
|
63227
63430
|
}
|
|
63228
|
-
return this.i.
|
|
63431
|
+
return this.i.ae.fontString;
|
|
63229
63432
|
}
|
|
63230
63433
|
set cellTextStyle(v) {
|
|
63231
63434
|
let fi = new FontInfo();
|
|
63232
63435
|
fi.fontString = v;
|
|
63233
|
-
this.i.
|
|
63234
|
-
this._a("cellTextStyle", this.i.
|
|
63436
|
+
this.i.ae = fi;
|
|
63437
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
63235
63438
|
}
|
|
63236
63439
|
/**
|
|
63237
63440
|
* Gets or Sets the property name that contains the values.
|
|
@@ -63263,6 +63466,111 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63263
63466
|
this.i.aa = ensureEnum(ControlDisplayDensity_$type, v);
|
|
63264
63467
|
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.aa));
|
|
63265
63468
|
}
|
|
63469
|
+
/**
|
|
63470
|
+
* Gets or sets the search icon color.
|
|
63471
|
+
*/
|
|
63472
|
+
get searchIconColor() {
|
|
63473
|
+
return brushToString(this.i.du);
|
|
63474
|
+
}
|
|
63475
|
+
set searchIconColor(v) {
|
|
63476
|
+
this.i.du = stringToBrush(v);
|
|
63477
|
+
this._a("searchIconColor", brushToString(this.i.du));
|
|
63478
|
+
}
|
|
63479
|
+
/**
|
|
63480
|
+
* Gets or sets the search background color.
|
|
63481
|
+
*/
|
|
63482
|
+
get searchBackgroundColor() {
|
|
63483
|
+
return brushToString(this.i.ds);
|
|
63484
|
+
}
|
|
63485
|
+
set searchBackgroundColor(v) {
|
|
63486
|
+
this.i.ds = stringToBrush(v);
|
|
63487
|
+
this._a("searchBackgroundColor", brushToString(this.i.ds));
|
|
63488
|
+
}
|
|
63489
|
+
/**
|
|
63490
|
+
* Gets or sets the search text color.
|
|
63491
|
+
*/
|
|
63492
|
+
get searchTextColor() {
|
|
63493
|
+
return brushToString(this.i.dv);
|
|
63494
|
+
}
|
|
63495
|
+
set searchTextColor(v) {
|
|
63496
|
+
this.i.dv = stringToBrush(v);
|
|
63497
|
+
this._a("searchTextColor", brushToString(this.i.dv));
|
|
63498
|
+
}
|
|
63499
|
+
/**
|
|
63500
|
+
* Gets or sets the search border color.
|
|
63501
|
+
*/
|
|
63502
|
+
get searchBorderColor() {
|
|
63503
|
+
return brushToString(this.i.dt);
|
|
63504
|
+
}
|
|
63505
|
+
set searchBorderColor(v) {
|
|
63506
|
+
this.i.dt = stringToBrush(v);
|
|
63507
|
+
this._a("searchBorderColor", brushToString(this.i.dt));
|
|
63508
|
+
}
|
|
63509
|
+
/**
|
|
63510
|
+
* Gets or sets the text style.
|
|
63511
|
+
*/
|
|
63512
|
+
get searchTextStyle() {
|
|
63513
|
+
if (this.i.af == null) {
|
|
63514
|
+
return null;
|
|
63515
|
+
}
|
|
63516
|
+
return this.i.af.fontString;
|
|
63517
|
+
}
|
|
63518
|
+
set searchTextStyle(v) {
|
|
63519
|
+
let fi = new FontInfo();
|
|
63520
|
+
fi.fontString = v;
|
|
63521
|
+
this.i.af = fi;
|
|
63522
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
63523
|
+
}
|
|
63524
|
+
/**
|
|
63525
|
+
* Gets or sets the checkbox tick color.
|
|
63526
|
+
*/
|
|
63527
|
+
get checkboxTickColor() {
|
|
63528
|
+
return brushToString(this.i.dl);
|
|
63529
|
+
}
|
|
63530
|
+
set checkboxTickColor(v) {
|
|
63531
|
+
this.i.dl = stringToBrush(v);
|
|
63532
|
+
this._a("checkboxTickColor", brushToString(this.i.dl));
|
|
63533
|
+
}
|
|
63534
|
+
/**
|
|
63535
|
+
* Gets or sets the checkbox background color when checked.
|
|
63536
|
+
*/
|
|
63537
|
+
get checkboxCheckedBackgroundColor() {
|
|
63538
|
+
return brushToString(this.i.dj);
|
|
63539
|
+
}
|
|
63540
|
+
set checkboxCheckedBackgroundColor(v) {
|
|
63541
|
+
this.i.dj = stringToBrush(v);
|
|
63542
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
|
|
63543
|
+
}
|
|
63544
|
+
/**
|
|
63545
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
63546
|
+
*/
|
|
63547
|
+
get checkboxUncheckedBackgroundColor() {
|
|
63548
|
+
return brushToString(this.i.dm);
|
|
63549
|
+
}
|
|
63550
|
+
set checkboxUncheckedBackgroundColor(v) {
|
|
63551
|
+
this.i.dm = stringToBrush(v);
|
|
63552
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
|
|
63553
|
+
}
|
|
63554
|
+
/**
|
|
63555
|
+
* Gets or sets the checkbox border color when checked.
|
|
63556
|
+
*/
|
|
63557
|
+
get checkboxCheckedBorderColor() {
|
|
63558
|
+
return brushToString(this.i.dk);
|
|
63559
|
+
}
|
|
63560
|
+
set checkboxCheckedBorderColor(v) {
|
|
63561
|
+
this.i.dk = stringToBrush(v);
|
|
63562
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
|
|
63563
|
+
}
|
|
63564
|
+
/**
|
|
63565
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
63566
|
+
*/
|
|
63567
|
+
get checkboxUncheckedBorderColor() {
|
|
63568
|
+
return brushToString(this.i.dn);
|
|
63569
|
+
}
|
|
63570
|
+
set checkboxUncheckedBorderColor(v) {
|
|
63571
|
+
this.i.dn = stringToBrush(v);
|
|
63572
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
|
|
63573
|
+
}
|
|
63266
63574
|
/**
|
|
63267
63575
|
* Gets or sets the style of scrollbar.
|
|
63268
63576
|
*/
|
|
@@ -63277,90 +63585,90 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63277
63585
|
* Gets or sets the scrollbar background color.
|
|
63278
63586
|
*/
|
|
63279
63587
|
get scrollbarBackground() {
|
|
63280
|
-
return brushToString(this.i.
|
|
63588
|
+
return brushToString(this.i.dr);
|
|
63281
63589
|
}
|
|
63282
63590
|
set scrollbarBackground(v) {
|
|
63283
|
-
this.i.
|
|
63284
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
63591
|
+
this.i.dr = stringToBrush(v);
|
|
63592
|
+
this._a("scrollbarBackground", brushToString(this.i.dr));
|
|
63285
63593
|
}
|
|
63286
63594
|
/**
|
|
63287
63595
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
63288
63596
|
*/
|
|
63289
63597
|
get selectAllCaption() {
|
|
63290
|
-
return this.i.
|
|
63598
|
+
return this.i.bx;
|
|
63291
63599
|
}
|
|
63292
63600
|
set selectAllCaption(v) {
|
|
63293
|
-
this.i.
|
|
63601
|
+
this.i.bx = v;
|
|
63294
63602
|
}
|
|
63295
63603
|
/**
|
|
63296
63604
|
* Gets or sets the color to use for the "Select All" label.
|
|
63297
63605
|
*/
|
|
63298
63606
|
get selectAllCaptionTextColor() {
|
|
63299
|
-
return brushToString(this.i.
|
|
63607
|
+
return brushToString(this.i.dw);
|
|
63300
63608
|
}
|
|
63301
63609
|
set selectAllCaptionTextColor(v) {
|
|
63302
|
-
this.i.
|
|
63303
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
63610
|
+
this.i.dw = stringToBrush(v);
|
|
63611
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
|
|
63304
63612
|
}
|
|
63305
63613
|
/**
|
|
63306
63614
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
63307
63615
|
*/
|
|
63308
63616
|
get actualSelectAllCaptionTextColor() {
|
|
63309
|
-
return brushToString(this.i.
|
|
63617
|
+
return brushToString(this.i.dh);
|
|
63310
63618
|
}
|
|
63311
63619
|
set actualSelectAllCaptionTextColor(v) {
|
|
63312
|
-
this.i.
|
|
63313
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
63620
|
+
this.i.dh = stringToBrush(v);
|
|
63621
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
|
|
63314
63622
|
}
|
|
63315
63623
|
/**
|
|
63316
63624
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
63317
63625
|
*/
|
|
63318
63626
|
get showSelectAll() {
|
|
63319
|
-
return this.i.
|
|
63627
|
+
return this.i.as;
|
|
63320
63628
|
}
|
|
63321
63629
|
set showSelectAll(v) {
|
|
63322
|
-
this.i.
|
|
63323
|
-
this._a("showSelectAll", this.i.
|
|
63630
|
+
this.i.as = ensureBool(v);
|
|
63631
|
+
this._a("showSelectAll", this.i.as);
|
|
63324
63632
|
}
|
|
63325
63633
|
/**
|
|
63326
63634
|
* Gets or sets the color to use for the background of the component.
|
|
63327
63635
|
*/
|
|
63328
63636
|
get backgroundColor() {
|
|
63329
|
-
return brushToString(this.i.
|
|
63637
|
+
return brushToString(this.i.di);
|
|
63330
63638
|
}
|
|
63331
63639
|
set backgroundColor(v) {
|
|
63332
|
-
this.i.
|
|
63333
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
63640
|
+
this.i.di = stringToBrush(v);
|
|
63641
|
+
this._a("backgroundColor", brushToString(this.i.di));
|
|
63334
63642
|
}
|
|
63335
63643
|
/**
|
|
63336
63644
|
* Gets or sets the color to use for the text of the component.
|
|
63337
63645
|
*/
|
|
63338
63646
|
get textColor() {
|
|
63339
|
-
return brushToString(this.i.
|
|
63647
|
+
return brushToString(this.i.dy);
|
|
63340
63648
|
}
|
|
63341
63649
|
set textColor(v) {
|
|
63342
|
-
this.i.
|
|
63343
|
-
this._a("textColor", brushToString(this.i.
|
|
63650
|
+
this.i.dy = stringToBrush(v);
|
|
63651
|
+
this._a("textColor", brushToString(this.i.dy));
|
|
63344
63652
|
}
|
|
63345
63653
|
/**
|
|
63346
63654
|
* Gets or sets whether the filter input is visible.
|
|
63347
63655
|
*/
|
|
63348
63656
|
get showFilter() {
|
|
63349
|
-
return this.i.
|
|
63657
|
+
return this.i.aq;
|
|
63350
63658
|
}
|
|
63351
63659
|
set showFilter(v) {
|
|
63352
|
-
this.i.
|
|
63353
|
-
this._a("showFilter", this.i.
|
|
63660
|
+
this.i.aq = ensureBool(v);
|
|
63661
|
+
this._a("showFilter", this.i.aq);
|
|
63354
63662
|
}
|
|
63355
63663
|
/**
|
|
63356
63664
|
* Gets or sets whether row hover highlighting is enabled.
|
|
63357
63665
|
*/
|
|
63358
63666
|
get isRowHoverEnabled() {
|
|
63359
|
-
return this.i.
|
|
63667
|
+
return this.i.an;
|
|
63360
63668
|
}
|
|
63361
63669
|
set isRowHoverEnabled(v) {
|
|
63362
|
-
this.i.
|
|
63363
|
-
this._a("isRowHoverEnabled", this.i.
|
|
63670
|
+
this.i.an = ensureBool(v);
|
|
63671
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
63364
63672
|
}
|
|
63365
63673
|
findByName(name) {
|
|
63366
63674
|
if (this.findEphemera) {
|
|
@@ -63431,17 +63739,17 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63431
63739
|
|
|
63432
63740
|
*/
|
|
63433
63741
|
selectAll() {
|
|
63434
|
-
this.i.
|
|
63742
|
+
this.i.cy();
|
|
63435
63743
|
}
|
|
63436
63744
|
/**
|
|
63437
63745
|
* Deselects all the items in the checkbox list.
|
|
63438
63746
|
|
|
63439
63747
|
*/
|
|
63440
63748
|
deselectAll() {
|
|
63441
|
-
this.i.
|
|
63749
|
+
this.i.b9();
|
|
63442
63750
|
}
|
|
63443
63751
|
notifySetItem(index, oldItem, newItem) {
|
|
63444
|
-
this.i.
|
|
63752
|
+
this.i.cg(index, oldItem, newItem);
|
|
63445
63753
|
}
|
|
63446
63754
|
/**
|
|
63447
63755
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -63449,26 +63757,26 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63449
63757
|
|
|
63450
63758
|
*/
|
|
63451
63759
|
notifyClearItems() {
|
|
63452
|
-
this.i.
|
|
63760
|
+
this.i.cd();
|
|
63453
63761
|
}
|
|
63454
63762
|
notifyInsertItem(index, newItem) {
|
|
63455
|
-
this.i.
|
|
63763
|
+
this.i.ce(index, newItem);
|
|
63456
63764
|
}
|
|
63457
63765
|
notifyRemoveItem(index, oldItem) {
|
|
63458
|
-
this.i.
|
|
63766
|
+
this.i.cf(index, oldItem);
|
|
63459
63767
|
}
|
|
63460
63768
|
addKeyValue(value) {
|
|
63461
|
-
this.i.
|
|
63769
|
+
this.i.b6(value);
|
|
63462
63770
|
}
|
|
63463
63771
|
removeKeyValue(value) {
|
|
63464
|
-
this.i.
|
|
63772
|
+
this.i.cx(value);
|
|
63465
63773
|
}
|
|
63466
63774
|
/**
|
|
63467
63775
|
* Returns true if no items are selected / checked; otherwise false.
|
|
63468
63776
|
|
|
63469
63777
|
*/
|
|
63470
63778
|
isNothingSelected() {
|
|
63471
|
-
let iv = this.i.
|
|
63779
|
+
let iv = this.i.al();
|
|
63472
63780
|
return (iv);
|
|
63473
63781
|
}
|
|
63474
63782
|
/**
|
|
@@ -63476,7 +63784,7 @@ let IgcCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
63476
63784
|
|
|
63477
63785
|
*/
|
|
63478
63786
|
isEverythingSelected() {
|
|
63479
|
-
let iv = this.i.
|
|
63787
|
+
let iv = this.i.ak();
|
|
63480
63788
|
return (iv);
|
|
63481
63789
|
}
|
|
63482
63790
|
/**
|
|
@@ -63842,7 +64150,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63842
64150
|
break;
|
|
63843
64151
|
case "FilterPlaceholderText":
|
|
63844
64152
|
if (this.d != null) {
|
|
63845
|
-
this.d.
|
|
64153
|
+
this.d.bg = this.s;
|
|
63846
64154
|
}
|
|
63847
64155
|
break;
|
|
63848
64156
|
case "BaseTheme":
|
|
@@ -63853,7 +64161,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63853
64161
|
break;
|
|
63854
64162
|
case "BackgroundColor":
|
|
63855
64163
|
if (this.d != null) {
|
|
63856
|
-
this.d.
|
|
64164
|
+
this.d.di = this.aq;
|
|
63857
64165
|
}
|
|
63858
64166
|
this.c.i();
|
|
63859
64167
|
break;
|
|
@@ -63882,7 +64190,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63882
64190
|
if (this.a != null && this.d != null) {
|
|
63883
64191
|
this.d.y = this.f;
|
|
63884
64192
|
this.d.aa = this.h;
|
|
63885
|
-
this.d.
|
|
64193
|
+
this.d.di = this.aq;
|
|
63886
64194
|
let a;
|
|
63887
64195
|
let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
63888
64196
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -63896,16 +64204,16 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63896
64204
|
b.add(a);
|
|
63897
64205
|
}
|
|
63898
64206
|
if (this.s != null) {
|
|
63899
|
-
this.d.
|
|
64207
|
+
this.d.bg = this.s;
|
|
63900
64208
|
}
|
|
63901
64209
|
this.d.itemsSource = b;
|
|
63902
64210
|
let e = "";
|
|
63903
64211
|
let f = "";
|
|
63904
64212
|
e = "columnName";
|
|
63905
64213
|
f = "isNotHidden";
|
|
63906
|
-
this.d.
|
|
63907
|
-
this.d.
|
|
63908
|
-
this.d.
|
|
64214
|
+
this.d.b0 = f;
|
|
64215
|
+
this.d.bc = e;
|
|
64216
|
+
this.d.as = true;
|
|
63909
64217
|
}
|
|
63910
64218
|
}
|
|
63911
64219
|
an(a) {
|
|
@@ -63914,7 +64222,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63914
64222
|
}
|
|
63915
64223
|
}
|
|
63916
64224
|
al() {
|
|
63917
|
-
this.d.
|
|
64225
|
+
this.d.cy();
|
|
63918
64226
|
if (this.a != null) {
|
|
63919
64227
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
63920
64228
|
this.m = true;
|
|
@@ -63923,7 +64231,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
63923
64231
|
}
|
|
63924
64232
|
}
|
|
63925
64233
|
ae() {
|
|
63926
|
-
this.d.
|
|
64234
|
+
this.d.b9();
|
|
63927
64235
|
if (this.a != null) {
|
|
63928
64236
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
63929
64237
|
this.m = true;
|
|
@@ -64978,7 +65286,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
64978
65286
|
break;
|
|
64979
65287
|
case "FilterPlaceholderText":
|
|
64980
65288
|
if (this.d != null) {
|
|
64981
|
-
this.d.
|
|
65289
|
+
this.d.bg = this.s;
|
|
64982
65290
|
}
|
|
64983
65291
|
break;
|
|
64984
65292
|
case "BaseTheme":
|
|
@@ -64989,7 +65297,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
64989
65297
|
break;
|
|
64990
65298
|
case "BackgroundColor":
|
|
64991
65299
|
if (this.d != null) {
|
|
64992
|
-
this.d.
|
|
65300
|
+
this.d.di = this.an;
|
|
64993
65301
|
}
|
|
64994
65302
|
this.c.g();
|
|
64995
65303
|
break;
|
|
@@ -65018,7 +65326,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65018
65326
|
if (this.a != null && this.d != null) {
|
|
65019
65327
|
this.d.y = this.f;
|
|
65020
65328
|
this.d.aa = this.h;
|
|
65021
|
-
this.d.
|
|
65329
|
+
this.d.di = this.an;
|
|
65022
65330
|
let a;
|
|
65023
65331
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
65024
65332
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -65036,17 +65344,17 @@ let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
65036
65344
|
}
|
|
65037
65345
|
b.add(a);
|
|
65038
65346
|
}
|
|
65039
|
-
this.d.
|
|
65347
|
+
this.d.as = false;
|
|
65040
65348
|
if (this.s != null) {
|
|
65041
|
-
this.d.
|
|
65349
|
+
this.d.bg = this.s;
|
|
65042
65350
|
}
|
|
65043
65351
|
this.d.itemsSource = b;
|
|
65044
65352
|
let e = "";
|
|
65045
65353
|
let f = "";
|
|
65046
65354
|
e = "columnName";
|
|
65047
65355
|
f = "isPinned";
|
|
65048
|
-
this.d.
|
|
65049
|
-
this.d.
|
|
65356
|
+
this.d.b0 = f;
|
|
65357
|
+
this.d.bc = e;
|
|
65050
65358
|
}
|
|
65051
65359
|
}
|
|
65052
65360
|
ae(a, b) {
|
|
@@ -69193,7 +69501,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
69193
69501
|
this.bc("TextFilterCaption", b, this.cf);
|
|
69194
69502
|
}
|
|
69195
69503
|
cu() {
|
|
69196
|
-
let a = this.bx.
|
|
69504
|
+
let a = this.bx.al();
|
|
69197
69505
|
this.bw.al(!a);
|
|
69198
69506
|
let b = this.b3();
|
|
69199
69507
|
this.bw.am(b);
|
|
@@ -69311,7 +69619,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
69311
69619
|
}
|
|
69312
69620
|
}
|
|
69313
69621
|
this.bx.itemsSource = e;
|
|
69314
|
-
this.bx.
|
|
69622
|
+
this.bx.bc = c;
|
|
69315
69623
|
this.bx.b = [c];
|
|
69316
69624
|
e.shouldEmitSectionHeaders = true;
|
|
69317
69625
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -69356,15 +69664,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
69356
69664
|
}
|
|
69357
69665
|
}
|
|
69358
69666
|
if (e.count == 0 || !c) {
|
|
69359
|
-
this.bx.
|
|
69667
|
+
this.bx.cy();
|
|
69360
69668
|
return;
|
|
69361
69669
|
}
|
|
69362
69670
|
switch (d.value) {
|
|
69363
69671
|
case 0:
|
|
69364
|
-
this.bx.
|
|
69672
|
+
this.bx.b9();
|
|
69365
69673
|
break;
|
|
69366
69674
|
case 1:
|
|
69367
|
-
this.bx.
|
|
69675
|
+
this.bx.cy();
|
|
69368
69676
|
break;
|
|
69369
69677
|
}
|
|
69370
69678
|
let h = this.bx.g;
|
|
@@ -69406,9 +69714,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
69406
69714
|
cw() {
|
|
69407
69715
|
if (null != this.bx) {
|
|
69408
69716
|
this.bx.aa = this.b0;
|
|
69409
|
-
this.bx.
|
|
69410
|
-
this.bx.
|
|
69411
|
-
this.bx.
|
|
69717
|
+
this.bx.bg = this.cc;
|
|
69718
|
+
this.bx.di = this.bo;
|
|
69719
|
+
this.bx.dy = this.br;
|
|
69412
69720
|
this.bx.y = this.i;
|
|
69413
69721
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
69414
69722
|
}
|
|
@@ -69710,8 +70018,8 @@ let SummaryChooserView = /*@__PURE__*/ (() => {
|
|
|
69710
70018
|
this.e();
|
|
69711
70019
|
}
|
|
69712
70020
|
e() {
|
|
69713
|
-
if (this.model.f.
|
|
69714
|
-
let a = this.model.r.count * this.model.f.
|
|
70021
|
+
if (this.model.f.av > -1) {
|
|
70022
|
+
let a = this.model.r.count * this.model.f.av;
|
|
69715
70023
|
a += 4;
|
|
69716
70024
|
this.d.setStyleProperty("height", a + "px");
|
|
69717
70025
|
}
|
|
@@ -69957,15 +70265,15 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
69957
70265
|
a6() {
|
|
69958
70266
|
if (this.e != null) {
|
|
69959
70267
|
this.e.aa = this.m;
|
|
69960
|
-
this.e.
|
|
70268
|
+
this.e.dy = this.ba;
|
|
69961
70269
|
this.e.y = this.i;
|
|
70270
|
+
this.e.as = false;
|
|
69962
70271
|
this.e.aq = false;
|
|
69963
|
-
this.e.
|
|
69964
|
-
this.e.al = false;
|
|
70272
|
+
this.e.an = false;
|
|
69965
70273
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
69966
70274
|
this.e.itemsSource = this.q;
|
|
69967
|
-
this.e.
|
|
69968
|
-
this.e.
|
|
70275
|
+
this.e.bc = "label";
|
|
70276
|
+
this.e.b0 = "isSelected";
|
|
69969
70277
|
this.e.b = ["label"];
|
|
69970
70278
|
}
|
|
69971
70279
|
}
|
|
@@ -70015,7 +70323,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70015
70323
|
if (d.iD == a) {
|
|
70016
70324
|
d.isSelected = b;
|
|
70017
70325
|
if (this.e != null) {
|
|
70018
|
-
this.e.
|
|
70326
|
+
this.e.cg(c, d, d);
|
|
70019
70327
|
}
|
|
70020
70328
|
break;
|
|
70021
70329
|
}
|
|
@@ -70027,7 +70335,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70027
70335
|
c.label = b;
|
|
70028
70336
|
this.q.add(c);
|
|
70029
70337
|
if (this.e != null) {
|
|
70030
|
-
this.e.
|
|
70338
|
+
this.e.ce(this.q.count - 1, c);
|
|
70031
70339
|
}
|
|
70032
70340
|
this.c.onItemInserted();
|
|
70033
70341
|
}
|
|
@@ -70037,7 +70345,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70037
70345
|
if (c.iD == a) {
|
|
70038
70346
|
this.q.removeAt(b);
|
|
70039
70347
|
if (this.e != null) {
|
|
70040
|
-
this.e.
|
|
70348
|
+
this.e.cf(b, c);
|
|
70041
70349
|
}
|
|
70042
70350
|
break;
|
|
70043
70351
|
}
|
|
@@ -70050,7 +70358,7 @@ let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
70050
70358
|
if (d.iD == a) {
|
|
70051
70359
|
d.label = b;
|
|
70052
70360
|
if (this.e != null) {
|
|
70053
|
-
this.e.
|
|
70361
|
+
this.e.cg(c, d, d);
|
|
70054
70362
|
}
|
|
70055
70363
|
break;
|
|
70056
70364
|
}
|
|
@@ -70440,7 +70748,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
70440
70748
|
if (this.by != null) {
|
|
70441
70749
|
this.by.ef = 0;
|
|
70442
70750
|
this.by.ak = false;
|
|
70443
|
-
this.by.
|
|
70751
|
+
this.by.t9 = this.br;
|
|
70444
70752
|
this.bh(this.by);
|
|
70445
70753
|
}
|
|
70446
70754
|
}
|
|
@@ -72948,8 +73256,8 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
72948
73256
|
this.j = new XInput();
|
|
72949
73257
|
this.j.provideContainer(g);
|
|
72950
73258
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
72951
|
-
this.j.
|
|
72952
|
-
this.j.
|
|
73259
|
+
this.j.b6 = "text";
|
|
73260
|
+
this.j.cm = b.text;
|
|
72953
73261
|
let h = this.j;
|
|
72954
73262
|
h.changing = delegateCombine(h.changing, runOn(this, this.bi));
|
|
72955
73263
|
let i = this.j;
|
|
@@ -73198,14 +73506,14 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73198
73506
|
this.az();
|
|
73199
73507
|
let b = this.j;
|
|
73200
73508
|
b.focus();
|
|
73201
|
-
let c = b.
|
|
73202
|
-
let d = null != c ? b.
|
|
73203
|
-
b.
|
|
73509
|
+
let c = b.cm;
|
|
73510
|
+
let d = null != c ? b.cm.length : 0;
|
|
73511
|
+
b.dl(d, d);
|
|
73204
73512
|
}
|
|
73205
73513
|
}
|
|
73206
73514
|
by() {
|
|
73207
73515
|
this.k.ah = true;
|
|
73208
|
-
this.j.
|
|
73516
|
+
this.j.dj();
|
|
73209
73517
|
let a = new GotFocusEventArgs();
|
|
73210
73518
|
this.g.f1(a);
|
|
73211
73519
|
}
|
|
@@ -73298,7 +73606,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73298
73606
|
if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
|
|
73299
73607
|
b--;
|
|
73300
73608
|
}
|
|
73301
|
-
this.j.
|
|
73609
|
+
this.j.dl(b, c);
|
|
73302
73610
|
}
|
|
73303
73611
|
b8() {
|
|
73304
73612
|
if (this.p) {
|
|
@@ -73327,7 +73635,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73327
73635
|
if (this.g.bi == false) {
|
|
73328
73636
|
this.ae.setStyleProperty("display", "none");
|
|
73329
73637
|
}
|
|
73330
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
73638
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
73331
73639
|
this.ae.show();
|
|
73332
73640
|
}
|
|
73333
73641
|
else {
|
|
@@ -73475,9 +73783,9 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73475
73783
|
this.k.h4 = a.cc;
|
|
73476
73784
|
}
|
|
73477
73785
|
if (null != this.j) {
|
|
73478
|
-
this.j.
|
|
73479
|
-
this.j.
|
|
73480
|
-
this.j.
|
|
73786
|
+
this.j.d1 = a.hg;
|
|
73787
|
+
this.j.af = a.aw;
|
|
73788
|
+
this.j.ce = a.fb;
|
|
73481
73789
|
}
|
|
73482
73790
|
if (null != this.l) {
|
|
73483
73791
|
this.l.text = a.e0;
|
|
@@ -73508,7 +73816,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73508
73816
|
if (!this.v) {
|
|
73509
73817
|
if (null != this.j) {
|
|
73510
73818
|
let a = this.f.text;
|
|
73511
|
-
this.j.
|
|
73819
|
+
this.j.cm = a;
|
|
73512
73820
|
}
|
|
73513
73821
|
}
|
|
73514
73822
|
}
|
|
@@ -73742,7 +74050,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73742
74050
|
}
|
|
73743
74051
|
ce() {
|
|
73744
74052
|
if (this.j != null) {
|
|
73745
|
-
this.j.
|
|
74053
|
+
this.j.dj();
|
|
73746
74054
|
}
|
|
73747
74055
|
}
|
|
73748
74056
|
ci(a) {
|
|
@@ -73772,7 +74080,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73772
74080
|
}
|
|
73773
74081
|
ax(a) {
|
|
73774
74082
|
this.d.ae.clear();
|
|
73775
|
-
this.j.
|
|
74083
|
+
this.j.cm = "";
|
|
73776
74084
|
this.g.text = "";
|
|
73777
74085
|
this.g.value = null;
|
|
73778
74086
|
}
|
|
@@ -73786,7 +74094,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73786
74094
|
}
|
|
73787
74095
|
if (null != this.j) {
|
|
73788
74096
|
this.j.focus();
|
|
73789
|
-
this.j.
|
|
74097
|
+
this.j.dj();
|
|
73790
74098
|
}
|
|
73791
74099
|
}
|
|
73792
74100
|
a7(a, b) {
|
|
@@ -73830,7 +74138,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73830
74138
|
this.b9(c);
|
|
73831
74139
|
}
|
|
73832
74140
|
bj(a, b) {
|
|
73833
|
-
let c = this.j.
|
|
74141
|
+
let c = this.j.cm;
|
|
73834
74142
|
this.b9(c);
|
|
73835
74143
|
}
|
|
73836
74144
|
bk(a, b) {
|
|
@@ -73851,7 +74159,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73851
74159
|
if (0 == e) {
|
|
73852
74160
|
break;
|
|
73853
74161
|
}
|
|
73854
|
-
let f = this.j.
|
|
74162
|
+
let f = this.j.cm;
|
|
73855
74163
|
if (stringIsNullOrEmpty(f)) {
|
|
73856
74164
|
break;
|
|
73857
74165
|
}
|
|
@@ -73930,7 +74238,7 @@ let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
73930
74238
|
}
|
|
73931
74239
|
bm(a, b) {
|
|
73932
74240
|
if (false == this.o()) {
|
|
73933
|
-
this.j.
|
|
74241
|
+
this.j.dj();
|
|
73934
74242
|
b.handled = true;
|
|
73935
74243
|
}
|
|
73936
74244
|
}
|
|
@@ -83408,7 +83716,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83408
83716
|
break;
|
|
83409
83717
|
case "FilterPlaceholderText":
|
|
83410
83718
|
if (this.n != null) {
|
|
83411
|
-
this.n.
|
|
83719
|
+
this.n.ce = this.b8;
|
|
83412
83720
|
}
|
|
83413
83721
|
break;
|
|
83414
83722
|
case "SearchInputType":
|
|
@@ -83448,11 +83756,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83448
83756
|
this.an = true;
|
|
83449
83757
|
let b = false;
|
|
83450
83758
|
for (let c of fromEnum(this.properties)) {
|
|
83451
|
-
let d = c.
|
|
83759
|
+
let d = c.an;
|
|
83452
83760
|
if (this.r != null) {
|
|
83453
83761
|
let e = this.r.e(d, false);
|
|
83454
83762
|
if (e != null) {
|
|
83455
|
-
if (c.
|
|
83763
|
+
if (c.r(e)) {
|
|
83456
83764
|
b = true;
|
|
83457
83765
|
}
|
|
83458
83766
|
}
|
|
@@ -83717,7 +84025,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83717
84025
|
ct(a, b) {
|
|
83718
84026
|
let c = a;
|
|
83719
84027
|
let d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
83720
|
-
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.
|
|
84028
|
+
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
83721
84029
|
}
|
|
83722
84030
|
dm(a, b) {
|
|
83723
84031
|
let c = a;
|
|
@@ -83726,10 +84034,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83726
84034
|
b.resolvedValue = null;
|
|
83727
84035
|
return;
|
|
83728
84036
|
}
|
|
83729
|
-
b.resolvedValue = d.
|
|
84037
|
+
b.resolvedValue = d.al != null ? d.al : d.an;
|
|
83730
84038
|
}
|
|
83731
84039
|
a9(a) {
|
|
83732
|
-
switch (a.
|
|
84040
|
+
switch (a.p) {
|
|
83733
84041
|
case 10: return this.aw(a);
|
|
83734
84042
|
case 7: return this.ax(a);
|
|
83735
84043
|
case 4: return this.az(a);
|
|
@@ -83830,12 +84138,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83830
84138
|
return this.m.i(this.cb(a)) + 17;
|
|
83831
84139
|
}
|
|
83832
84140
|
cb(a) {
|
|
83833
|
-
return a.
|
|
84141
|
+
return a.al != null ? a.al : a.an;
|
|
83834
84142
|
}
|
|
83835
84143
|
cs(a, b) {
|
|
83836
84144
|
let c = a;
|
|
83837
84145
|
let d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
83838
|
-
let e = d != null ? d.
|
|
84146
|
+
let e = d != null ? d.p : 0;
|
|
83839
84147
|
switch (e) {
|
|
83840
84148
|
case 10:
|
|
83841
84149
|
this.cu(c, b);
|
|
@@ -83930,8 +84238,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83930
84238
|
}
|
|
83931
84239
|
let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
83932
84240
|
let f = c.inputs._inner[0];
|
|
83933
|
-
f.
|
|
83934
|
-
f.
|
|
84241
|
+
f.bf = e;
|
|
84242
|
+
f.cm = (e.af != null ? e.af.toString() : "");
|
|
83935
84243
|
if (d) {
|
|
83936
84244
|
f.changing = delegateCombine(f.changing, runOn(this, this.dj));
|
|
83937
84245
|
}
|
|
@@ -83944,9 +84252,9 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83944
84252
|
}
|
|
83945
84253
|
let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
83946
84254
|
c.ez = e;
|
|
83947
|
-
let f = e.
|
|
83948
|
-
if (typeof e.
|
|
83949
|
-
f = e.
|
|
84255
|
+
let f = e.af;
|
|
84256
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
84257
|
+
f = e.af.toString();
|
|
83950
84258
|
}
|
|
83951
84259
|
this.m.ac(c, f);
|
|
83952
84260
|
if (d) {
|
|
@@ -83967,12 +84275,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83967
84275
|
c.c4 = e;
|
|
83968
84276
|
c.value = null;
|
|
83969
84277
|
c.itemsSource = this.b(this.a(e));
|
|
83970
|
-
if (e.
|
|
83971
|
-
if (typeof e.
|
|
83972
|
-
c.value = e.
|
|
84278
|
+
if (e.af != c.value) {
|
|
84279
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
84280
|
+
c.value = e.af.toString();
|
|
83973
84281
|
}
|
|
83974
84282
|
else {
|
|
83975
|
-
c.value = e.
|
|
84283
|
+
c.value = e.af;
|
|
83976
84284
|
}
|
|
83977
84285
|
}
|
|
83978
84286
|
if (!d) {
|
|
@@ -83980,12 +84288,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
83980
84288
|
}
|
|
83981
84289
|
}
|
|
83982
84290
|
else {
|
|
83983
|
-
if (e.
|
|
83984
|
-
if (typeof e.
|
|
83985
|
-
c.value = e.
|
|
84291
|
+
if (e.af != c.value) {
|
|
84292
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
84293
|
+
c.value = e.af.toString();
|
|
83986
84294
|
}
|
|
83987
84295
|
else {
|
|
83988
|
-
c.value = e.
|
|
84296
|
+
c.value = e.af;
|
|
83989
84297
|
}
|
|
83990
84298
|
}
|
|
83991
84299
|
}
|
|
@@ -84026,25 +84334,25 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84026
84334
|
let c = a;
|
|
84027
84335
|
let d = c.c4;
|
|
84028
84336
|
this.an = true;
|
|
84029
|
-
d.
|
|
84030
|
-
d.
|
|
84337
|
+
d.af = c.value;
|
|
84338
|
+
d.ao();
|
|
84031
84339
|
this.an = false;
|
|
84032
84340
|
this.dv(d);
|
|
84033
84341
|
}
|
|
84034
84342
|
dj(a, b) {
|
|
84035
84343
|
let c = a;
|
|
84036
|
-
let d = c.
|
|
84344
|
+
let d = c.bf;
|
|
84037
84345
|
this.an = true;
|
|
84038
|
-
if (d.
|
|
84346
|
+
if (d.p == 1) {
|
|
84039
84347
|
let e = 0;
|
|
84040
|
-
let f = tryParseNumber(c.
|
|
84348
|
+
let f = tryParseNumber(c.cm, e);
|
|
84041
84349
|
e = f.p1;
|
|
84042
|
-
d.
|
|
84350
|
+
d.af = e;
|
|
84043
84351
|
}
|
|
84044
84352
|
else {
|
|
84045
|
-
d.
|
|
84353
|
+
d.af = c.cm;
|
|
84046
84354
|
}
|
|
84047
|
-
d.
|
|
84355
|
+
d.ao();
|
|
84048
84356
|
this.an = false;
|
|
84049
84357
|
this.dv(d);
|
|
84050
84358
|
}
|
|
@@ -84052,7 +84360,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84052
84360
|
let c = a;
|
|
84053
84361
|
let d = c.ez;
|
|
84054
84362
|
this.an = true;
|
|
84055
|
-
d.
|
|
84363
|
+
d.ap();
|
|
84056
84364
|
this.an = false;
|
|
84057
84365
|
this.dv(d);
|
|
84058
84366
|
}
|
|
@@ -84078,9 +84386,9 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84078
84386
|
d = d.ae;
|
|
84079
84387
|
}
|
|
84080
84388
|
for (let e = 0; e < d.count; e++) {
|
|
84081
|
-
let f = d._inner[e].
|
|
84389
|
+
let f = d._inner[e].an;
|
|
84082
84390
|
if (this.as(f, a)) {
|
|
84083
|
-
d._inner[e].
|
|
84391
|
+
d._inner[e].ar(a, b, c);
|
|
84084
84392
|
}
|
|
84085
84393
|
}
|
|
84086
84394
|
if (this.ap) {
|
|
@@ -84157,22 +84465,22 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84157
84465
|
c4(a, b, c, d) {
|
|
84158
84466
|
for (let e = 0; e < a.count; e++) {
|
|
84159
84467
|
let f = a._inner[e];
|
|
84160
|
-
if (f.
|
|
84468
|
+
if (f.p == 20) {
|
|
84161
84469
|
continue;
|
|
84162
84470
|
}
|
|
84163
84471
|
if (f.i != null) {
|
|
84164
84472
|
for (let g = 0; g < f.i.count; g++) {
|
|
84165
84473
|
let h = f.i._inner[g];
|
|
84166
|
-
let i = b + f.
|
|
84474
|
+
let i = b + f.an + "[" + g + "]";
|
|
84167
84475
|
this.c4(h.a, i, c, h.b);
|
|
84168
84476
|
}
|
|
84169
84477
|
}
|
|
84170
84478
|
else if (f.g != null) {
|
|
84171
|
-
let j = b + f.
|
|
84479
|
+
let j = b + f.an;
|
|
84172
84480
|
this.c4(f.g.a, j, c, f.g.b);
|
|
84173
84481
|
}
|
|
84174
84482
|
else {
|
|
84175
|
-
c.h(b + f.
|
|
84483
|
+
c.h(b + f.an, f.af, d);
|
|
84176
84484
|
}
|
|
84177
84485
|
}
|
|
84178
84486
|
}
|
|
@@ -84205,7 +84513,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84205
84513
|
c.t = true;
|
|
84206
84514
|
}
|
|
84207
84515
|
let e = this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
84208
|
-
let f = e.
|
|
84516
|
+
let f = e.af;
|
|
84209
84517
|
if (f == null) {
|
|
84210
84518
|
f = false;
|
|
84211
84519
|
}
|
|
@@ -84241,8 +84549,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84241
84549
|
let c = a;
|
|
84242
84550
|
let d = c.a5;
|
|
84243
84551
|
this.an = true;
|
|
84244
|
-
d.
|
|
84245
|
-
d.
|
|
84552
|
+
d.af = c.checked;
|
|
84553
|
+
d.ao();
|
|
84246
84554
|
this.an = false;
|
|
84247
84555
|
this.dv(d);
|
|
84248
84556
|
}
|
|
@@ -84255,7 +84563,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
84255
84563
|
d = this.actualProperties._inner[b.rowNumber];
|
|
84256
84564
|
}
|
|
84257
84565
|
let e = this.s(c, b.rowNumber, d);
|
|
84258
|
-
let f = e != null ? e.
|
|
84566
|
+
let f = e != null ? e.p : 0;
|
|
84259
84567
|
b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
|
|
84260
84568
|
}
|
|
84261
84569
|
dk(a, b) {
|