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
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { __extends, __values, __generator } from 'tslib';
|
|
9
|
-
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
|
|
9
|
+
import { markEnum, enumGetBox, markType, Base, Type, Brush, Color, FontInfo, DeviceUtils, truncate, Thickness, CornerRadius, StringBuilder, stringIsNullOrEmpty, isNaN_, stringEndsWith, dateMinValue, DataSourceSchemaPropertyType_$type, DataSourceSummaryOperand_$type, EventArgs, CountSummaryCalculator, AverageSummaryCalculator, SumSummaryCalculator, MaxSummaryCalculator, MinSummaryCalculator, BindingFormatter, delegateRemove, runOn, delegateCombine, SyncableObservableCollection$2, SummaryDescription, List$1, IDataSourceUpdateNotifier_$type, SortDescription, stringContains, stringReplace, String_$type, tryParseNumber, PropertyChangedEventArgs, INotifyPropertyChanged_$type, NotifyCollectionChangedEventArgs, ObservableCollection$1, Dictionary$2, Number_$type, fromEnum, RectData, toNullable, ListSortDirection_$type, nullableNotEquals, nullableConcat, unwrapNullable, JsonDictionaryItem, typeCast, FilterFactory, tryParseInt32_1, CultureInfo, stringStartsWith, dateGetMonth, Date_$type, dateTryParse, stringFormat, AppearanceHelper, Rect, Boolean_$type, BrushUtil, EnumUtil, FontUtil, Delegate_$type, typeGetValue, stringEmpty, PagedDataSource, SRProvider, stringIsNullOrWhiteSpace, IDataSource_$type, VirtualDataSource, LocalDataSource, DataSourceLocalDataProvider, HashSet$1, createGuid, FilterExpressionCollection, SortGroupParser, SummaryParser, Point_$type, intDivide, dateNow, timeSpanTotalSeconds, fromEn, ControlDisplayDensity_$type, ArgumentException, IEditableDataSource_$type, DataSourceSectionHeaderDisplayMode_$type, DataSourceSummaryScope_$type, InvalidOperationException, stringRemove, NotSupportedException, Convert, JsonDictionaryObject, JsonDictionaryArray, JsonDictionaryValue, JsonDictionaryParser, FunctionFilterExpression, OperationFilterExpression, LiteralFilterExpression, PropertyReferenceFilterExpression, ScrollbarStyle_$type, FastIterationDictionary$2, Stack$1, DataSourceSpecialRow, IList$1_$type, DefaultSectionInformation, getInstanceType, Array_$type, isDigit, dateParse, EasingFunctions, DataSourceRowType_$type, timeSpanFromMilliseconds, timeSpanTotalMilliseconds, ensureBool, ensureEnum, brushToString, stringToBrush, arrayFindByName, NamePatcher, TypeRegistrar, toSpinal, initializePropertiesFromCss, getAllPropertyNames, fromSpinal, enumToString, IgcHTMLElement, RegisterElementHelper, IgcProvideCalculatorEventArgs, IgCollection, SyncableObservableCollection$1, MouseButton_$type, CanvasViewRenderer, RenderingContext, stringFormat1, ITickProvider_$type, Rectangle, Line, TextBlock, PointUtil, Random, Path, TransformGroup, TranslateTransform, RotateTransform, DoubleAnimator, PathFigure, LineSegment, PathGeometry, Geometry, Popup, BaseDOMEventProxy, KeyFrameAnimationFactory, AnimationKeyFrameEffect, ElevationHelper, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, NativeUI, CanvasGestureDOMEventProxy, IgcFilterExpressionCollection, IScrollerKeyboardListener_$type, DomWrapper_$type, BaseControlTheme_$type, PortalManager, WebComponentRenderer, CollectionAdapter, Scroller, NotifyCollectionChangedAction, WebComponentWrapper, fromRect, IgcLocalDataSourceModule, IgcNumberFormatSpecifierModule, IgcDateTimeFormatSpecifierModule, FastReflectionHelper, IgcTemplateContentModule, SizeData, StringComparer, Size, nullableEquals, IgcKeyEventArgs, IExecutionContext_$type, Localization, stringSplit, fromSize } from 'igniteui-webcomponents-core';
|
|
10
10
|
import { XButton, XIcon, XInputGroup, XInput, DatePicker, IconVisualModelExport, XCheckbox, XPrefix, InputGroupDisplayType_$type, IgcXCheckboxModule, IgcXInputGroupModule, IgcXButtonModule, XButtonGroup, XLabel, XSuffix, ThemeResolver, IgcInputChangeEventArgs, ElevationHelper as ElevationHelper$1, IgcXIconModule } from 'igniteui-webcomponents-inputs';
|
|
11
|
-
import {
|
|
11
|
+
import { PropertyEditorPropertyDescription, PropertyEditorPropertyDescriptionCollection, PropertyEditorDataSource, PropertyEditorValueType_$type, PropertyEditorTreeTransformer, IgcPropertyEditorPropertyDescriptionCollection, IgcPropertyEditorPropertyDescriptionComponent, IgcPropertyEditorPropertyDescriptionModule } from 'igniteui-webcomponents-layouts';
|
|
12
12
|
|
|
13
13
|
/*
|
|
14
14
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -12655,7 +12655,7 @@ var Pager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12655
12655
|
}
|
|
12656
12656
|
var c = this.b.getItemAtIndex(b);
|
|
12657
12657
|
this.ac.add1(c);
|
|
12658
|
-
if (
|
|
12658
|
+
if (c != null) {
|
|
12659
12659
|
this.d.d7 = true;
|
|
12660
12660
|
}
|
|
12661
12661
|
}
|
|
@@ -45143,11 +45143,13 @@ var IgcGridCustomFilterRequestedEventArgs = /** @class */ /*@__PURE__*/ (functio
|
|
|
45143
45143
|
}
|
|
45144
45144
|
if (!r.externalObject) {
|
|
45145
45145
|
var e = new IgcFilterOperand();
|
|
45146
|
-
if (
|
|
45147
|
-
e.
|
|
45146
|
+
if (r.$type) {
|
|
45147
|
+
e._implementation = r;
|
|
45148
45148
|
}
|
|
45149
45149
|
else {
|
|
45150
|
-
e.
|
|
45150
|
+
if (e.i.setNativeElement) {
|
|
45151
|
+
e.i.setNativeElement(r);
|
|
45152
|
+
}
|
|
45151
45153
|
}
|
|
45152
45154
|
r.externalObject = e;
|
|
45153
45155
|
}
|
|
@@ -45662,11 +45664,13 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
45662
45664
|
}
|
|
45663
45665
|
if (!r.externalObject) {
|
|
45664
45666
|
var e = new IgcGridColumnAnimationSettings();
|
|
45665
|
-
if (
|
|
45666
|
-
e.
|
|
45667
|
+
if (r.$type) {
|
|
45668
|
+
e._implementation = r;
|
|
45667
45669
|
}
|
|
45668
45670
|
else {
|
|
45669
|
-
e.
|
|
45671
|
+
if (e.i.setNativeElement) {
|
|
45672
|
+
e.i.setNativeElement(r);
|
|
45673
|
+
}
|
|
45670
45674
|
}
|
|
45671
45675
|
r.externalObject = e;
|
|
45672
45676
|
}
|
|
@@ -45689,11 +45693,13 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
45689
45693
|
}
|
|
45690
45694
|
if (!r.externalObject) {
|
|
45691
45695
|
var e = new IgcColumnWidth();
|
|
45692
|
-
if (
|
|
45693
|
-
e.
|
|
45696
|
+
if (r.$type) {
|
|
45697
|
+
e._implementation = r;
|
|
45694
45698
|
}
|
|
45695
45699
|
else {
|
|
45696
|
-
e.
|
|
45700
|
+
if (e.i.setNativeElement) {
|
|
45701
|
+
e.i.setNativeElement(r);
|
|
45702
|
+
}
|
|
45697
45703
|
}
|
|
45698
45704
|
r.externalObject = e;
|
|
45699
45705
|
}
|
|
@@ -47962,11 +47968,13 @@ var IgcGridSortDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
47962
47968
|
}
|
|
47963
47969
|
if (!r.externalObject) {
|
|
47964
47970
|
var e = new IgcColumnSortDescriptionCollection();
|
|
47965
|
-
if (
|
|
47966
|
-
e.
|
|
47971
|
+
if (r.$type) {
|
|
47972
|
+
e._implementation = r;
|
|
47967
47973
|
}
|
|
47968
47974
|
else {
|
|
47969
|
-
e.
|
|
47975
|
+
if (e.i.setNativeElement) {
|
|
47976
|
+
e.i.setNativeElement(r);
|
|
47977
|
+
}
|
|
47970
47978
|
}
|
|
47971
47979
|
r.externalObject = e;
|
|
47972
47980
|
}
|
|
@@ -48160,11 +48168,13 @@ var IgcGridGroupDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
48160
48168
|
}
|
|
48161
48169
|
if (!r.externalObject) {
|
|
48162
48170
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
48163
|
-
if (
|
|
48164
|
-
e.
|
|
48171
|
+
if (r.$type) {
|
|
48172
|
+
e._implementation = r;
|
|
48165
48173
|
}
|
|
48166
48174
|
else {
|
|
48167
|
-
e.
|
|
48175
|
+
if (e.i.setNativeElement) {
|
|
48176
|
+
e.i.setNativeElement(r);
|
|
48177
|
+
}
|
|
48168
48178
|
}
|
|
48169
48179
|
r.externalObject = e;
|
|
48170
48180
|
}
|
|
@@ -48355,11 +48365,13 @@ var IgcGridSummaryDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (fu
|
|
|
48355
48365
|
}
|
|
48356
48366
|
if (!r.externalObject) {
|
|
48357
48367
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
48358
|
-
if (
|
|
48359
|
-
e.
|
|
48368
|
+
if (r.$type) {
|
|
48369
|
+
e._implementation = r;
|
|
48360
48370
|
}
|
|
48361
48371
|
else {
|
|
48362
|
-
e.
|
|
48372
|
+
if (e.i.setNativeElement) {
|
|
48373
|
+
e.i.setNativeElement(r);
|
|
48374
|
+
}
|
|
48363
48375
|
}
|
|
48364
48376
|
r.externalObject = e;
|
|
48365
48377
|
}
|
|
@@ -48714,13 +48726,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48714
48726
|
af.s.modelUpdated(af);
|
|
48715
48727
|
if (ai && y.b) {
|
|
48716
48728
|
var aq = y.a;
|
|
48717
|
-
aq.
|
|
48729
|
+
aq.aa();
|
|
48718
48730
|
if (af.l.d != 0 && this.e.b2) {
|
|
48719
|
-
aq.
|
|
48731
|
+
aq.af(this.ax(af.l.d));
|
|
48720
48732
|
}
|
|
48721
48733
|
var ar = af.s.nativeCell;
|
|
48722
48734
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
48723
|
-
aq.
|
|
48735
|
+
aq.z();
|
|
48724
48736
|
}
|
|
48725
48737
|
af.jv();
|
|
48726
48738
|
if (m) {
|
|
@@ -48735,7 +48747,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48735
48747
|
}
|
|
48736
48748
|
this.m = false;
|
|
48737
48749
|
if (y.a != null && this.q != 1) {
|
|
48738
|
-
y.a.
|
|
48750
|
+
y.a.z();
|
|
48739
48751
|
}
|
|
48740
48752
|
this.an();
|
|
48741
48753
|
};
|
|
@@ -48916,7 +48928,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48916
48928
|
if (f) {
|
|
48917
48929
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
48918
48930
|
}
|
|
48919
|
-
a.a.
|
|
48931
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
48920
48932
|
this.a[b].setRawPosition(a.c, a.d);
|
|
48921
48933
|
}
|
|
48922
48934
|
};
|
|
@@ -49465,7 +49477,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49465
49477
|
};
|
|
49466
49478
|
Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
|
|
49467
49479
|
get: function () {
|
|
49468
|
-
return this.j.
|
|
49480
|
+
return this.j.h();
|
|
49469
49481
|
},
|
|
49470
49482
|
enumerable: true,
|
|
49471
49483
|
configurable: true
|
|
@@ -49618,7 +49630,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49618
49630
|
return;
|
|
49619
49631
|
}
|
|
49620
49632
|
if (this.bz != 1) {
|
|
49621
|
-
a.
|
|
49633
|
+
a.ae(this.bz);
|
|
49622
49634
|
}
|
|
49623
49635
|
var j = this.j;
|
|
49624
49636
|
if (!this.v) {
|
|
@@ -49634,17 +49646,17 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49634
49646
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
49635
49647
|
this.p = false;
|
|
49636
49648
|
this.br = this.i.g;
|
|
49637
|
-
j.
|
|
49649
|
+
j.ad(this.i);
|
|
49638
49650
|
}
|
|
49639
49651
|
if (f != 1) {
|
|
49640
|
-
j.
|
|
49641
|
-
j.
|
|
49652
|
+
j.aa();
|
|
49653
|
+
j.ab(f, f);
|
|
49642
49654
|
}
|
|
49643
49655
|
if (!this.v) {
|
|
49644
|
-
j.
|
|
49656
|
+
j.aa();
|
|
49645
49657
|
var k = Math.round((d - b));
|
|
49646
49658
|
var l = Math.round((e - c));
|
|
49647
|
-
j.
|
|
49659
|
+
j.ag(k, l);
|
|
49648
49660
|
}
|
|
49649
49661
|
if (g) {
|
|
49650
49662
|
this.b8(j);
|
|
@@ -49653,24 +49665,24 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49653
49665
|
this.b9(j);
|
|
49654
49666
|
}
|
|
49655
49667
|
if (!this.v) {
|
|
49656
|
-
j.
|
|
49668
|
+
j.z();
|
|
49657
49669
|
}
|
|
49658
49670
|
if (f != 1) {
|
|
49659
|
-
j.
|
|
49671
|
+
j.z();
|
|
49660
49672
|
}
|
|
49661
49673
|
}
|
|
49662
49674
|
if (!i && this.v) {
|
|
49663
49675
|
var m = Math.round((d - b) * f);
|
|
49664
49676
|
var n = Math.round((e - c) * f);
|
|
49665
49677
|
if (this.am == this.ao && this.al == this.an) {
|
|
49666
|
-
a.
|
|
49678
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
49667
49679
|
}
|
|
49668
49680
|
else {
|
|
49669
|
-
a.
|
|
49681
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
49670
49682
|
}
|
|
49671
49683
|
}
|
|
49672
49684
|
if (this.bz != 1) {
|
|
49673
|
-
a.
|
|
49685
|
+
a.ae(1);
|
|
49674
49686
|
}
|
|
49675
49687
|
};
|
|
49676
49688
|
CanvasGridCellBase.prototype.bu = function () {
|
|
@@ -49678,13 +49690,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49678
49690
|
};
|
|
49679
49691
|
CanvasGridCellBase.prototype.b8 = function (a) {
|
|
49680
49692
|
if (!this.m) {
|
|
49681
|
-
a.
|
|
49693
|
+
a.l(0, 0, this.ao, this.an);
|
|
49682
49694
|
}
|
|
49683
49695
|
this.c6.n = 0;
|
|
49684
49696
|
this.c6.o = 0;
|
|
49685
49697
|
this.c6.width = this.a5;
|
|
49686
49698
|
this.c6.height = this.as;
|
|
49687
|
-
a.
|
|
49699
|
+
a.w(this.c6);
|
|
49688
49700
|
if (this.cy != null) {
|
|
49689
49701
|
if (this.ai > 0) {
|
|
49690
49702
|
this.c2.am = 0;
|
|
@@ -49693,7 +49705,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49693
49705
|
this.c2.al = this.ai / 2;
|
|
49694
49706
|
this.c2._stroke = this.cy;
|
|
49695
49707
|
this.c2.ac = this.ai;
|
|
49696
|
-
a.
|
|
49708
|
+
a.s(this.c2);
|
|
49697
49709
|
}
|
|
49698
49710
|
if (this.aj > 0) {
|
|
49699
49711
|
this.c3.am = 0;
|
|
@@ -49702,7 +49714,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49702
49714
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49703
49715
|
this.c3._stroke = this.cy;
|
|
49704
49716
|
this.c3.ac = this.aj;
|
|
49705
|
-
a.
|
|
49717
|
+
a.s(this.c3);
|
|
49706
49718
|
}
|
|
49707
49719
|
if (this.ak > 0) {
|
|
49708
49720
|
this.c5.am = this.ak / 2;
|
|
@@ -49711,7 +49723,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49711
49723
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49712
49724
|
this.c5._stroke = this.cy;
|
|
49713
49725
|
this.c5.ac = this.ak;
|
|
49714
|
-
a.
|
|
49726
|
+
a.s(this.c5);
|
|
49715
49727
|
}
|
|
49716
49728
|
if (this.ah > 0) {
|
|
49717
49729
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -49720,7 +49732,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49720
49732
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49721
49733
|
this.c1._stroke = this.cy;
|
|
49722
49734
|
this.c1.ac = this.ah;
|
|
49723
|
-
a.
|
|
49735
|
+
a.s(this.c1);
|
|
49724
49736
|
}
|
|
49725
49737
|
}
|
|
49726
49738
|
};
|
|
@@ -49741,7 +49753,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49741
49753
|
if (this.cx.al != null) {
|
|
49742
49754
|
this.cx.n = this.a0;
|
|
49743
49755
|
this.cx.o = this.a3;
|
|
49744
|
-
a.
|
|
49756
|
+
a.x(this.cx);
|
|
49745
49757
|
if (this.r) {
|
|
49746
49758
|
this.c4.ac = 1;
|
|
49747
49759
|
this.c4.ak = this.a0;
|
|
@@ -49749,7 +49761,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49749
49761
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
49750
49762
|
this.c4.an = this.a4 - 2;
|
|
49751
49763
|
this.c4._stroke = this.cx.ao;
|
|
49752
|
-
this.j.
|
|
49764
|
+
this.j.s(this.c4);
|
|
49753
49765
|
}
|
|
49754
49766
|
}
|
|
49755
49767
|
};
|
|
@@ -49983,7 +49995,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49983
49995
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
49984
49996
|
this.p = false;
|
|
49985
49997
|
this.br = this.i.g;
|
|
49986
|
-
a.
|
|
49998
|
+
a.ad(this.i);
|
|
49987
49999
|
}
|
|
49988
50000
|
var b;
|
|
49989
50001
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -50040,13 +50052,13 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50040
50052
|
var f = e.length;
|
|
50041
50053
|
var g = ("\u2026");
|
|
50042
50054
|
if (isNaN_(this.ap)) {
|
|
50043
|
-
this.ap = d.
|
|
50055
|
+
this.ap = d.g(g);
|
|
50044
50056
|
}
|
|
50045
50057
|
if (c <= this.ap) {
|
|
50046
50058
|
a.al = g;
|
|
50047
50059
|
return this.ap;
|
|
50048
50060
|
}
|
|
50049
|
-
var h = d.
|
|
50061
|
+
var h = d.g(e);
|
|
50050
50062
|
if (h <= c) {
|
|
50051
50063
|
a.al = b;
|
|
50052
50064
|
return h;
|
|
@@ -50054,14 +50066,14 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50054
50066
|
var i = c / h;
|
|
50055
50067
|
var j = truncate(Math.ceil(f * i));
|
|
50056
50068
|
var k = e.substr(0, j) + g;
|
|
50057
|
-
var l = d.
|
|
50069
|
+
var l = d.g(k);
|
|
50058
50070
|
if (l > c) {
|
|
50059
50071
|
f = j;
|
|
50060
50072
|
}
|
|
50061
50073
|
else {
|
|
50062
50074
|
j = j + 1;
|
|
50063
50075
|
k = e.substr(0, j) + g;
|
|
50064
|
-
l = d.
|
|
50076
|
+
l = d.g(k);
|
|
50065
50077
|
if (l > c) {
|
|
50066
50078
|
f = j;
|
|
50067
50079
|
}
|
|
@@ -50069,7 +50081,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50069
50081
|
while (h > c && f > 0) {
|
|
50070
50082
|
f--;
|
|
50071
50083
|
e = e.substr(0, f) + g;
|
|
50072
|
-
h = d.
|
|
50084
|
+
h = d.g(e);
|
|
50073
50085
|
}
|
|
50074
50086
|
a.al = e;
|
|
50075
50087
|
return h;
|
|
@@ -50627,24 +50639,24 @@ var GridSortIndicatorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50627
50639
|
this.e = truncate(Math.round(b));
|
|
50628
50640
|
}
|
|
50629
50641
|
if (this.c.d && this.g != 1) {
|
|
50630
|
-
this.c.
|
|
50631
|
-
this.c.
|
|
50642
|
+
this.c.aa();
|
|
50643
|
+
this.c.ab(this.g, this.g);
|
|
50632
50644
|
}
|
|
50633
|
-
this.c.
|
|
50634
|
-
this.c.
|
|
50635
|
-
this.c.
|
|
50645
|
+
this.c.l(0, 0, this.k, this.j);
|
|
50646
|
+
this.c.aa();
|
|
50647
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
50636
50648
|
for (var c = 0; c < this.d.count; c++) {
|
|
50637
|
-
this.c.
|
|
50649
|
+
this.c.k(this.d._inner[c].j);
|
|
50638
50650
|
var d = this.y();
|
|
50639
50651
|
if (this.a.a0 != null) {
|
|
50640
50652
|
d = this.a.a0;
|
|
50641
50653
|
}
|
|
50642
50654
|
this.d._inner[c]._stroke = d;
|
|
50643
|
-
this.c.
|
|
50655
|
+
this.c.t(this.d._inner[c]);
|
|
50644
50656
|
}
|
|
50645
|
-
this.c.
|
|
50657
|
+
this.c.z();
|
|
50646
50658
|
if (this.c.d && this.g != 1) {
|
|
50647
|
-
this.c.
|
|
50659
|
+
this.c.z();
|
|
50648
50660
|
}
|
|
50649
50661
|
this.a.at();
|
|
50650
50662
|
};
|
|
@@ -51223,7 +51235,7 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51223
51235
|
if (this.d == 2) {
|
|
51224
51236
|
b = this.bg - 21;
|
|
51225
51237
|
}
|
|
51226
|
-
a.
|
|
51238
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
51227
51239
|
};
|
|
51228
51240
|
CanvasTextHeaderCell.prototype.get_ab = function () {
|
|
51229
51241
|
return true;
|
|
@@ -51883,7 +51895,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51883
51895
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
51884
51896
|
this.c8 = false;
|
|
51885
51897
|
this.de = this.c7.g;
|
|
51886
|
-
a.
|
|
51898
|
+
a.ad(this.c7);
|
|
51887
51899
|
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
51888
51900
|
}
|
|
51889
51901
|
var b = this.bl;
|
|
@@ -51904,7 +51916,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51904
51916
|
}
|
|
51905
51917
|
this.dk.n = this.db;
|
|
51906
51918
|
this.dk.o = this.dc;
|
|
51907
|
-
a.
|
|
51919
|
+
a.x(this.dk);
|
|
51908
51920
|
}
|
|
51909
51921
|
_super.prototype.b9.call(this, a);
|
|
51910
51922
|
};
|
|
@@ -52102,23 +52114,23 @@ var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
52102
52114
|
this.d = truncate(Math.round(d));
|
|
52103
52115
|
}
|
|
52104
52116
|
if (this.b.d && this.f != 1) {
|
|
52105
|
-
this.b.
|
|
52106
|
-
this.b.
|
|
52117
|
+
this.b.aa();
|
|
52118
|
+
this.b.ab(this.f, this.f);
|
|
52107
52119
|
}
|
|
52108
|
-
this.b.
|
|
52109
|
-
this.b.
|
|
52120
|
+
this.b.l(0, 0, this.j, this.g);
|
|
52121
|
+
this.b.aa();
|
|
52110
52122
|
for (var e = 0; e < this.c.count; e++) {
|
|
52111
|
-
this.b.
|
|
52123
|
+
this.b.k(this.c._inner[e].j);
|
|
52112
52124
|
var f = this.s();
|
|
52113
52125
|
if (this.a.ae != null) {
|
|
52114
52126
|
f = this.a.ae;
|
|
52115
52127
|
}
|
|
52116
52128
|
this.c._inner[e]._stroke = f;
|
|
52117
|
-
this.b.
|
|
52129
|
+
this.b.t(this.c._inner[e]);
|
|
52118
52130
|
}
|
|
52119
|
-
this.b.
|
|
52131
|
+
this.b.z();
|
|
52120
52132
|
if (this.b.d && this.f != 1) {
|
|
52121
|
-
this.b.
|
|
52133
|
+
this.b.z();
|
|
52122
52134
|
}
|
|
52123
52135
|
};
|
|
52124
52136
|
GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -53334,7 +53346,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53334
53346
|
var h = a.getSubRenderer(g);
|
|
53335
53347
|
_this.v = new XInput();
|
|
53336
53348
|
_this.v.provideContainer(h);
|
|
53337
|
-
_this.v.
|
|
53349
|
+
_this.v.b6 = "text";
|
|
53338
53350
|
_this.v.disabled = !_this.isEnabled;
|
|
53339
53351
|
var i = e.getExternal(_this.v, h.rootWrapper, null);
|
|
53340
53352
|
_this.w.appendContentChild(g);
|
|
@@ -53343,7 +53355,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53343
53355
|
}
|
|
53344
53356
|
TextEditorView.prototype.setFont = function (a) {
|
|
53345
53357
|
if (this.v != null) {
|
|
53346
|
-
this.v.
|
|
53358
|
+
this.v.af = a;
|
|
53347
53359
|
}
|
|
53348
53360
|
};
|
|
53349
53361
|
TextEditorView.prototype.attachEvents = function () {
|
|
@@ -53391,7 +53403,7 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53391
53403
|
if (this.a.isEditRefocusDesired) {
|
|
53392
53404
|
var a = this.h.rootWrapper.getNativeElement();
|
|
53393
53405
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
53394
|
-
this.v.
|
|
53406
|
+
this.v.cp();
|
|
53395
53407
|
this.focus();
|
|
53396
53408
|
}
|
|
53397
53409
|
}
|
|
@@ -53400,8 +53412,8 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53400
53412
|
var _this = this;
|
|
53401
53413
|
if (this.v != null) {
|
|
53402
53414
|
this.v.focus(true);
|
|
53403
|
-
if (this.v.
|
|
53404
|
-
window.setTimeout(function () { return _this.v.
|
|
53415
|
+
if (this.v.b6 != "date") {
|
|
53416
|
+
window.setTimeout(function () { return _this.v.dj(); }, 0);
|
|
53405
53417
|
}
|
|
53406
53418
|
}
|
|
53407
53419
|
};
|
|
@@ -53409,14 +53421,14 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53409
53421
|
if (this.v != null) {
|
|
53410
53422
|
if (this.value != null) {
|
|
53411
53423
|
this.x = null;
|
|
53412
|
-
this.v.
|
|
53413
|
-
this.v.
|
|
53424
|
+
this.v.cm = null;
|
|
53425
|
+
this.v.cm = this.value.toString();
|
|
53414
53426
|
if (this.focusOnValueChanged) {
|
|
53415
53427
|
this.r();
|
|
53416
53428
|
}
|
|
53417
53429
|
}
|
|
53418
53430
|
else {
|
|
53419
|
-
this.v.
|
|
53431
|
+
this.v.cm = null;
|
|
53420
53432
|
}
|
|
53421
53433
|
}
|
|
53422
53434
|
};
|
|
@@ -53451,13 +53463,13 @@ var TextEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53451
53463
|
};
|
|
53452
53464
|
TextEditorView.prototype.getEditorValue = function () {
|
|
53453
53465
|
if (this.v != null) {
|
|
53454
|
-
return this.v.
|
|
53466
|
+
return this.v.cm;
|
|
53455
53467
|
}
|
|
53456
53468
|
return null;
|
|
53457
53469
|
};
|
|
53458
53470
|
TextEditorView.prototype.setEditorValue = function (a) {
|
|
53459
53471
|
if (this.v != null) {
|
|
53460
|
-
this.v.
|
|
53472
|
+
this.v.cm = a;
|
|
53461
53473
|
}
|
|
53462
53474
|
};
|
|
53463
53475
|
TextEditorView.$t = markType(TextEditorView, 'TextEditorView', BaseEditorView.$);
|
|
@@ -53477,15 +53489,15 @@ var NumericEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53477
53489
|
__extends(NumericEditorView, _super);
|
|
53478
53490
|
function NumericEditorView(a, b, c) {
|
|
53479
53491
|
var _this = _super.call(this, a, b, c) || this;
|
|
53480
|
-
_this.v.
|
|
53492
|
+
_this.v.b6 = "number";
|
|
53481
53493
|
return _this;
|
|
53482
53494
|
}
|
|
53483
53495
|
NumericEditorView.prototype.getEditorValue = function () {
|
|
53484
|
-
if (this.v == null || this.v.
|
|
53496
|
+
if (this.v == null || this.v.cm == null) {
|
|
53485
53497
|
return null;
|
|
53486
53498
|
}
|
|
53487
53499
|
var a = NaN;
|
|
53488
|
-
var b = tryParseNumber(this.v.
|
|
53500
|
+
var b = tryParseNumber(this.v.cm, a);
|
|
53489
53501
|
a = b.p1;
|
|
53490
53502
|
return a;
|
|
53491
53503
|
};
|
|
@@ -56033,7 +56045,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56033
56045
|
FilterCell.prototype.d3 = function (a) {
|
|
56034
56046
|
if (this.cw != null) {
|
|
56035
56047
|
this.cw.disabled = !a;
|
|
56036
|
-
this.cw.
|
|
56048
|
+
this.cw.z = a ? 1 : 0.3;
|
|
56037
56049
|
}
|
|
56038
56050
|
};
|
|
56039
56051
|
FilterCell.prototype.dh = function (a) {
|
|
@@ -57113,13 +57125,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57113
57125
|
this.z();
|
|
57114
57126
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
57115
57127
|
if (this.d.d && this.h != 1) {
|
|
57116
|
-
this.d.
|
|
57117
|
-
this.d.
|
|
57128
|
+
this.d.aa();
|
|
57129
|
+
this.d.ab(this.h, this.h);
|
|
57118
57130
|
}
|
|
57119
|
-
this.d.
|
|
57120
|
-
this.d.
|
|
57131
|
+
this.d.l(0, 0, this.l, this.k);
|
|
57132
|
+
this.d.t(this.ad);
|
|
57121
57133
|
if (this.d.d && this.h != 1) {
|
|
57122
|
-
this.d.
|
|
57134
|
+
this.d.z();
|
|
57123
57135
|
}
|
|
57124
57136
|
this.b.bc();
|
|
57125
57137
|
};
|
|
@@ -60151,11 +60163,13 @@ var IgcGridFilterExpressionsEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
60151
60163
|
}
|
|
60152
60164
|
if (!r.externalObject) {
|
|
60153
60165
|
var e = new IgcFilterExpressionCollection();
|
|
60154
|
-
if (
|
|
60155
|
-
e.
|
|
60166
|
+
if (r.$type) {
|
|
60167
|
+
e._implementation = r;
|
|
60156
60168
|
}
|
|
60157
60169
|
else {
|
|
60158
|
-
e.
|
|
60170
|
+
if (e.i.setNativeElement) {
|
|
60171
|
+
e.i.setNativeElement(r);
|
|
60172
|
+
}
|
|
60159
60173
|
}
|
|
60160
60174
|
r.externalObject = e;
|
|
60161
60175
|
}
|
|
@@ -60950,11 +60964,13 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
60950
60964
|
}
|
|
60951
60965
|
if (!r.externalObject) {
|
|
60952
60966
|
var e = new IgcGridCellPosition();
|
|
60953
|
-
if (
|
|
60954
|
-
e.
|
|
60967
|
+
if (r.$type) {
|
|
60968
|
+
e._implementation = r;
|
|
60955
60969
|
}
|
|
60956
60970
|
else {
|
|
60957
|
-
e.
|
|
60971
|
+
if (e.i.setNativeElement) {
|
|
60972
|
+
e.i.setNativeElement(r);
|
|
60973
|
+
}
|
|
60958
60974
|
}
|
|
60959
60975
|
r.externalObject = e;
|
|
60960
60976
|
}
|
|
@@ -60977,11 +60993,13 @@ var IgcGridActiveCellChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
60977
60993
|
}
|
|
60978
60994
|
if (!r.externalObject) {
|
|
60979
60995
|
var e = new IgcGridCellPosition();
|
|
60980
|
-
if (
|
|
60981
|
-
e.
|
|
60996
|
+
if (r.$type) {
|
|
60997
|
+
e._implementation = r;
|
|
60982
60998
|
}
|
|
60983
60999
|
else {
|
|
60984
|
-
e.
|
|
61000
|
+
if (e.i.setNativeElement) {
|
|
61001
|
+
e.i.setNativeElement(r);
|
|
61002
|
+
}
|
|
60985
61003
|
}
|
|
60986
61004
|
r.externalObject = e;
|
|
60987
61005
|
}
|
|
@@ -61755,11 +61773,13 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
61755
61773
|
}
|
|
61756
61774
|
if (!r.externalObject) {
|
|
61757
61775
|
var e = new IgcColumnWidth();
|
|
61758
|
-
if (
|
|
61759
|
-
e.
|
|
61776
|
+
if (r.$type) {
|
|
61777
|
+
e._implementation = r;
|
|
61760
61778
|
}
|
|
61761
61779
|
else {
|
|
61762
|
-
e.
|
|
61780
|
+
if (e.i.setNativeElement) {
|
|
61781
|
+
e.i.setNativeElement(r);
|
|
61782
|
+
}
|
|
61763
61783
|
}
|
|
61764
61784
|
r.externalObject = e;
|
|
61765
61785
|
}
|
|
@@ -61782,11 +61802,13 @@ var IgcGridColumnWidthChangedEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
61782
61802
|
}
|
|
61783
61803
|
if (!r.externalObject) {
|
|
61784
61804
|
var e = new IgcColumnWidth();
|
|
61785
|
-
if (
|
|
61786
|
-
e.
|
|
61805
|
+
if (r.$type) {
|
|
61806
|
+
e._implementation = r;
|
|
61787
61807
|
}
|
|
61788
61808
|
else {
|
|
61789
|
-
e.
|
|
61809
|
+
if (e.i.setNativeElement) {
|
|
61810
|
+
e.i.setNativeElement(r);
|
|
61811
|
+
}
|
|
61790
61812
|
}
|
|
61791
61813
|
r.externalObject = e;
|
|
61792
61814
|
}
|
|
@@ -63573,7 +63595,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63573
63595
|
}
|
|
63574
63596
|
var j = this.d.j;
|
|
63575
63597
|
for (var k = 0; k < j.count; k++) {
|
|
63576
|
-
var l = this.q._inner[k].
|
|
63598
|
+
var l = this.q._inner[k].ae();
|
|
63577
63599
|
var m = this.d.b(j._inner[k]);
|
|
63578
63600
|
l.h = m[0] - d;
|
|
63579
63601
|
l.f = m[1] - e;
|
|
@@ -65363,11 +65385,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
65363
65385
|
}
|
|
65364
65386
|
if (!r.externalObject) {
|
|
65365
65387
|
var e = new IgcGridAnimationSettings();
|
|
65366
|
-
if (
|
|
65367
|
-
e.
|
|
65388
|
+
if (r.$type) {
|
|
65389
|
+
e._implementation = r;
|
|
65368
65390
|
}
|
|
65369
65391
|
else {
|
|
65370
|
-
e.
|
|
65392
|
+
if (e.i.setNativeElement) {
|
|
65393
|
+
e.i.setNativeElement(r);
|
|
65394
|
+
}
|
|
65371
65395
|
}
|
|
65372
65396
|
r.externalObject = e;
|
|
65373
65397
|
}
|
|
@@ -65921,11 +65945,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
65921
65945
|
}
|
|
65922
65946
|
if (!r.externalObject) {
|
|
65923
65947
|
var e = new IgcGridCellPosition();
|
|
65924
|
-
if (
|
|
65925
|
-
e.
|
|
65948
|
+
if (r.$type) {
|
|
65949
|
+
e._implementation = r;
|
|
65926
65950
|
}
|
|
65927
65951
|
else {
|
|
65928
|
-
e.
|
|
65952
|
+
if (e.i.setNativeElement) {
|
|
65953
|
+
e.i.setNativeElement(r);
|
|
65954
|
+
}
|
|
65929
65955
|
}
|
|
65930
65956
|
r.externalObject = e;
|
|
65931
65957
|
}
|
|
@@ -66799,11 +66825,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66799
66825
|
}
|
|
66800
66826
|
if (!r.externalObject) {
|
|
66801
66827
|
var e = new IgcColumnSortDescriptionCollection();
|
|
66802
|
-
if (
|
|
66803
|
-
e.
|
|
66828
|
+
if (r.$type) {
|
|
66829
|
+
e._implementation = r;
|
|
66804
66830
|
}
|
|
66805
66831
|
else {
|
|
66806
|
-
e.
|
|
66832
|
+
if (e.i.setNativeElement) {
|
|
66833
|
+
e.i.setNativeElement(r);
|
|
66834
|
+
}
|
|
66807
66835
|
}
|
|
66808
66836
|
r.externalObject = e;
|
|
66809
66837
|
}
|
|
@@ -66823,11 +66851,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66823
66851
|
}
|
|
66824
66852
|
if (!r.externalObject) {
|
|
66825
66853
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
66826
|
-
if (
|
|
66827
|
-
e.
|
|
66854
|
+
if (r.$type) {
|
|
66855
|
+
e._implementation = r;
|
|
66828
66856
|
}
|
|
66829
66857
|
else {
|
|
66830
|
-
e.
|
|
66858
|
+
if (e.i.setNativeElement) {
|
|
66859
|
+
e.i.setNativeElement(r);
|
|
66860
|
+
}
|
|
66831
66861
|
}
|
|
66832
66862
|
r.externalObject = e;
|
|
66833
66863
|
}
|
|
@@ -66847,11 +66877,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66847
66877
|
}
|
|
66848
66878
|
if (!r.externalObject) {
|
|
66849
66879
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
66850
|
-
if (
|
|
66851
|
-
e.
|
|
66880
|
+
if (r.$type) {
|
|
66881
|
+
e._implementation = r;
|
|
66852
66882
|
}
|
|
66853
66883
|
else {
|
|
66854
|
-
e.
|
|
66884
|
+
if (e.i.setNativeElement) {
|
|
66885
|
+
e.i.setNativeElement(r);
|
|
66886
|
+
}
|
|
66855
66887
|
}
|
|
66856
66888
|
r.externalObject = e;
|
|
66857
66889
|
}
|
|
@@ -66901,11 +66933,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66901
66933
|
}
|
|
66902
66934
|
if (!r.externalObject) {
|
|
66903
66935
|
var e = new IgcColumnSortDescriptionCollection();
|
|
66904
|
-
if (
|
|
66905
|
-
e.
|
|
66936
|
+
if (r.$type) {
|
|
66937
|
+
e._implementation = r;
|
|
66906
66938
|
}
|
|
66907
66939
|
else {
|
|
66908
|
-
e.
|
|
66940
|
+
if (e.i.setNativeElement) {
|
|
66941
|
+
e.i.setNativeElement(r);
|
|
66942
|
+
}
|
|
66909
66943
|
}
|
|
66910
66944
|
r.externalObject = e;
|
|
66911
66945
|
}
|
|
@@ -66925,11 +66959,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66925
66959
|
}
|
|
66926
66960
|
if (!r.externalObject) {
|
|
66927
66961
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
66928
|
-
if (
|
|
66929
|
-
e.
|
|
66962
|
+
if (r.$type) {
|
|
66963
|
+
e._implementation = r;
|
|
66930
66964
|
}
|
|
66931
66965
|
else {
|
|
66932
|
-
e.
|
|
66966
|
+
if (e.i.setNativeElement) {
|
|
66967
|
+
e.i.setNativeElement(r);
|
|
66968
|
+
}
|
|
66933
66969
|
}
|
|
66934
66970
|
r.externalObject = e;
|
|
66935
66971
|
}
|
|
@@ -66949,11 +66985,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66949
66985
|
}
|
|
66950
66986
|
if (!r.externalObject) {
|
|
66951
66987
|
var e = new IgcFilterExpressionCollection();
|
|
66952
|
-
if (
|
|
66953
|
-
e.
|
|
66988
|
+
if (r.$type) {
|
|
66989
|
+
e._implementation = r;
|
|
66954
66990
|
}
|
|
66955
66991
|
else {
|
|
66956
|
-
e.
|
|
66992
|
+
if (e.i.setNativeElement) {
|
|
66993
|
+
e.i.setNativeElement(r);
|
|
66994
|
+
}
|
|
66957
66995
|
}
|
|
66958
66996
|
r.externalObject = e;
|
|
66959
66997
|
}
|
|
@@ -66973,11 +67011,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66973
67011
|
}
|
|
66974
67012
|
if (!r.externalObject) {
|
|
66975
67013
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
66976
|
-
if (
|
|
66977
|
-
e.
|
|
67014
|
+
if (r.$type) {
|
|
67015
|
+
e._implementation = r;
|
|
66978
67016
|
}
|
|
66979
67017
|
else {
|
|
66980
|
-
e.
|
|
67018
|
+
if (e.i.setNativeElement) {
|
|
67019
|
+
e.i.setNativeElement(r);
|
|
67020
|
+
}
|
|
66981
67021
|
}
|
|
66982
67022
|
r.externalObject = e;
|
|
66983
67023
|
}
|
|
@@ -70226,43 +70266,44 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70226
70266
|
__extends(CheckboxListView, _super);
|
|
70227
70267
|
function CheckboxListView() {
|
|
70228
70268
|
var _this = _super.call(this) || this;
|
|
70229
|
-
_this.
|
|
70230
|
-
_this.
|
|
70269
|
+
_this.e = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
|
|
70270
|
+
_this.j = null;
|
|
70231
70271
|
_this.a = null;
|
|
70272
|
+
_this.i = null;
|
|
70232
70273
|
_this.h = null;
|
|
70233
|
-
_this.
|
|
70274
|
+
_this.c = null;
|
|
70234
70275
|
_this.b = null;
|
|
70235
|
-
_this.e = null;
|
|
70236
|
-
_this.c = false;
|
|
70237
70276
|
_this.f = null;
|
|
70277
|
+
_this.d = false;
|
|
70278
|
+
_this.g = null;
|
|
70238
70279
|
return _this;
|
|
70239
70280
|
}
|
|
70240
|
-
CheckboxListView.prototype.
|
|
70281
|
+
CheckboxListView.prototype.n = function () {
|
|
70241
70282
|
};
|
|
70242
|
-
CheckboxListView.prototype.
|
|
70283
|
+
CheckboxListView.prototype.m = function (a) {
|
|
70243
70284
|
if (a == null) {
|
|
70244
|
-
this.
|
|
70245
|
-
this.
|
|
70285
|
+
this.f = null;
|
|
70286
|
+
this.e.clear();
|
|
70246
70287
|
return;
|
|
70247
70288
|
}
|
|
70248
|
-
this.
|
|
70249
|
-
this.
|
|
70250
|
-
this.
|
|
70251
|
-
this.
|
|
70252
|
-
this.
|
|
70289
|
+
this.f = a;
|
|
70290
|
+
this.v();
|
|
70291
|
+
this.ae();
|
|
70292
|
+
this.ah();
|
|
70293
|
+
this.s();
|
|
70253
70294
|
var b = Math.round(a.rootWrapper.width());
|
|
70254
70295
|
var c = Math.round(a.rootWrapper.height());
|
|
70255
|
-
this.
|
|
70256
|
-
this.
|
|
70296
|
+
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
70297
|
+
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
70257
70298
|
};
|
|
70258
|
-
CheckboxListView.prototype.
|
|
70259
|
-
if (this.
|
|
70260
|
-
this.
|
|
70299
|
+
CheckboxListView.prototype.v = function () {
|
|
70300
|
+
if (this.f != null) {
|
|
70301
|
+
this.w(this.f);
|
|
70261
70302
|
}
|
|
70262
70303
|
};
|
|
70263
|
-
CheckboxListView.prototype.
|
|
70304
|
+
CheckboxListView.prototype.w = function (a) {
|
|
70264
70305
|
var b = a.rootWrapper.getChildAt(0);
|
|
70265
|
-
this.
|
|
70306
|
+
this.h = b;
|
|
70266
70307
|
this.b.r = new XInputGroup();
|
|
70267
70308
|
var c = a.getSubRenderer(b);
|
|
70268
70309
|
this.b.r.provideContainer(c);
|
|
@@ -70277,56 +70318,56 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70277
70318
|
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
|
|
70278
70319
|
var i = a.createElement("div");
|
|
70279
70320
|
var j = a.getSubRenderer(i);
|
|
70280
|
-
|
|
70281
|
-
|
|
70282
|
-
|
|
70283
|
-
|
|
70284
|
-
var
|
|
70321
|
+
this.c = new XIcon();
|
|
70322
|
+
this.c.provideContainer(j);
|
|
70323
|
+
this.c.fill = this.b.du;
|
|
70324
|
+
this.c.svgPath = CheckboxList.bt;
|
|
70325
|
+
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
70285
70326
|
g.appendContentChild(i);
|
|
70286
70327
|
this.b.r.appendContentChild(e);
|
|
70287
70328
|
this.b.r.inputs.add(g);
|
|
70288
|
-
var
|
|
70289
|
-
|
|
70290
|
-
var
|
|
70329
|
+
var l = a.createElement("div");
|
|
70330
|
+
l.setRawStyleProperty("flex-grow", "1");
|
|
70331
|
+
var m = a.getSubRenderer(l);
|
|
70291
70332
|
this.b.p = new XInput();
|
|
70292
|
-
this.b.p.provideContainer(
|
|
70293
|
-
this.b.p.
|
|
70294
|
-
var
|
|
70295
|
-
if (this.b.
|
|
70296
|
-
this.b.p.
|
|
70333
|
+
this.b.p.provideContainer(m);
|
|
70334
|
+
this.b.p.b6 = "text";
|
|
70335
|
+
var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
70336
|
+
if (this.b.bg != null) {
|
|
70337
|
+
this.b.p.ce = this.b.bg;
|
|
70297
70338
|
}
|
|
70298
|
-
this.b.r.appendContentChild(
|
|
70339
|
+
this.b.r.appendContentChild(l);
|
|
70299
70340
|
this.b.r.inputs.add(this.b.p);
|
|
70300
|
-
this.b.
|
|
70341
|
+
this.b.ck();
|
|
70301
70342
|
};
|
|
70302
|
-
CheckboxListView.prototype.
|
|
70303
|
-
if (this.
|
|
70304
|
-
var a = this.
|
|
70343
|
+
CheckboxListView.prototype.s = function () {
|
|
70344
|
+
if (this.f != null) {
|
|
70345
|
+
var a = this.f.rootWrapper.getChildAt(3);
|
|
70305
70346
|
a.setStyleProperty("width", "100%");
|
|
70306
70347
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
70307
|
-
if (this.b.
|
|
70348
|
+
if (this.b.as == false) {
|
|
70308
70349
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
70309
70350
|
}
|
|
70310
70351
|
else {
|
|
70311
70352
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
70312
70353
|
}
|
|
70313
|
-
if (!this.b.
|
|
70354
|
+
if (!this.b.aq && !this.b.as) {
|
|
70314
70355
|
a.setStyleProperty("height", "100%");
|
|
70315
70356
|
}
|
|
70316
70357
|
}
|
|
70317
70358
|
};
|
|
70318
|
-
CheckboxListView.prototype.
|
|
70359
|
+
CheckboxListView.prototype.o = function (a, b, c) {
|
|
70319
70360
|
var d = null;
|
|
70320
70361
|
if (a.getChildCount() == 0) {
|
|
70321
70362
|
d = new XCheckbox();
|
|
70322
|
-
var e = this.
|
|
70363
|
+
var e = this.f.getSubRenderer(a);
|
|
70323
70364
|
d.provideContainer(e);
|
|
70324
|
-
var f = this.
|
|
70325
|
-
this.
|
|
70365
|
+
var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70366
|
+
this.e.addItem(a, d);
|
|
70326
70367
|
d.i = this.b.y;
|
|
70327
70368
|
d.t = true;
|
|
70328
|
-
d.change = delegateCombine(d.change, runOn(this, this.
|
|
70329
|
-
var g = this.
|
|
70369
|
+
d.change = delegateCombine(d.change, runOn(this, this.k));
|
|
70370
|
+
var g = this.f.createElement("div");
|
|
70330
70371
|
a.setStyleProperty("display", "flex");
|
|
70331
70372
|
a.setStyleProperty("height", "100%");
|
|
70332
70373
|
a.setStyleProperty("align-items", "center");
|
|
@@ -70344,7 +70385,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70344
70385
|
a.append(g);
|
|
70345
70386
|
}
|
|
70346
70387
|
else {
|
|
70347
|
-
d = this.
|
|
70388
|
+
d = this.e.item(a);
|
|
70348
70389
|
}
|
|
70349
70390
|
if (d != null) {
|
|
70350
70391
|
var h = d.u;
|
|
@@ -70371,13 +70412,18 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70371
70412
|
finally {
|
|
70372
70413
|
d.u = h;
|
|
70373
70414
|
}
|
|
70415
|
+
d.ds = this.b.dl;
|
|
70416
|
+
d.da = this.b.dj;
|
|
70417
|
+
d.dt = this.b.dm;
|
|
70418
|
+
d.db = this.b.dk;
|
|
70419
|
+
d.du = this.b.dn;
|
|
70374
70420
|
}
|
|
70375
70421
|
};
|
|
70376
|
-
CheckboxListView.prototype.
|
|
70422
|
+
CheckboxListView.prototype.z = function () {
|
|
70377
70423
|
var e_1, _a;
|
|
70378
|
-
if (this.
|
|
70424
|
+
if (this.e != null) {
|
|
70379
70425
|
try {
|
|
70380
|
-
for (var _b = __values(fromEnum(this.
|
|
70426
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70381
70427
|
var a = _c.value;
|
|
70382
70428
|
var b = a.value;
|
|
70383
70429
|
b.i = this.b.y;
|
|
@@ -70401,43 +70447,43 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70401
70447
|
this.a.i = this.b.y;
|
|
70402
70448
|
}
|
|
70403
70449
|
};
|
|
70404
|
-
CheckboxListView.prototype.
|
|
70450
|
+
CheckboxListView.prototype.x = function () {
|
|
70405
70451
|
};
|
|
70406
|
-
CheckboxListView.prototype.
|
|
70452
|
+
CheckboxListView.prototype.k = function (a, b) {
|
|
70407
70453
|
var c = a;
|
|
70408
70454
|
var d = parseInt(c.a5.toString());
|
|
70409
70455
|
var e = c.checked;
|
|
70410
70456
|
if (e == true) {
|
|
70411
70457
|
if (this.b.l == 0) {
|
|
70412
|
-
this.b.
|
|
70458
|
+
this.b.cw(d);
|
|
70413
70459
|
}
|
|
70414
70460
|
else {
|
|
70415
|
-
this.b.
|
|
70461
|
+
this.b.b5(d);
|
|
70416
70462
|
}
|
|
70417
70463
|
}
|
|
70418
70464
|
else {
|
|
70419
70465
|
if (this.b.l == 0) {
|
|
70420
|
-
this.b.
|
|
70466
|
+
this.b.b5(d);
|
|
70421
70467
|
}
|
|
70422
70468
|
else {
|
|
70423
|
-
this.b.
|
|
70469
|
+
this.b.cw(d);
|
|
70424
70470
|
}
|
|
70425
70471
|
}
|
|
70426
|
-
this.b.
|
|
70427
|
-
this.
|
|
70472
|
+
this.b.ci(d, e);
|
|
70473
|
+
this.ag(false);
|
|
70428
70474
|
};
|
|
70429
|
-
CheckboxListView.prototype.
|
|
70475
|
+
CheckboxListView.prototype.l = function () {
|
|
70430
70476
|
};
|
|
70431
|
-
CheckboxListView.prototype.
|
|
70477
|
+
CheckboxListView.prototype.t = function (a, b) {
|
|
70432
70478
|
var e_2, _a;
|
|
70433
70479
|
try {
|
|
70434
|
-
for (var _b = __values(fromEnum(this.
|
|
70480
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70435
70481
|
var c = _c.value;
|
|
70436
70482
|
var d = c.value;
|
|
70437
70483
|
var e = parseInt(d.a5.toString());
|
|
70438
70484
|
if (e == a) {
|
|
70439
70485
|
d.checked = b;
|
|
70440
|
-
this.b.
|
|
70486
|
+
this.b.ci(e, b);
|
|
70441
70487
|
}
|
|
70442
70488
|
}
|
|
70443
70489
|
}
|
|
@@ -70454,12 +70500,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70454
70500
|
throw e_2.error;
|
|
70455
70501
|
}
|
|
70456
70502
|
}
|
|
70457
|
-
this.
|
|
70503
|
+
this.ag();
|
|
70458
70504
|
};
|
|
70459
|
-
CheckboxListView.prototype.
|
|
70505
|
+
CheckboxListView.prototype.u = function (a) {
|
|
70460
70506
|
var e_3, _a;
|
|
70461
70507
|
try {
|
|
70462
|
-
for (var _b = __values(fromEnum(this.
|
|
70508
|
+
for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70463
70509
|
var b = _c.value;
|
|
70464
70510
|
var c = b.value;
|
|
70465
70511
|
c.checked = a;
|
|
@@ -70479,68 +70525,68 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70479
70525
|
}
|
|
70480
70526
|
}
|
|
70481
70527
|
};
|
|
70482
|
-
CheckboxListView.prototype.
|
|
70483
|
-
this.
|
|
70484
|
-
if (null != this.
|
|
70485
|
-
this.
|
|
70528
|
+
CheckboxListView.prototype.q = function (a) {
|
|
70529
|
+
this.j = a;
|
|
70530
|
+
if (null != this.j) {
|
|
70531
|
+
this.j.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
70486
70532
|
}
|
|
70487
70533
|
};
|
|
70488
|
-
CheckboxListView.prototype.
|
|
70489
|
-
var a = this.
|
|
70490
|
-
if (null == a || null == this.
|
|
70534
|
+
CheckboxListView.prototype.ah = function () {
|
|
70535
|
+
var a = this.f;
|
|
70536
|
+
if (null == a || null == this.j) {
|
|
70491
70537
|
return;
|
|
70492
70538
|
}
|
|
70493
70539
|
var b = a.createElement("div");
|
|
70494
70540
|
var c = a.getSubRenderer(b);
|
|
70495
70541
|
this.a = new XCheckbox();
|
|
70496
70542
|
this.a.provideContainer(c);
|
|
70497
|
-
var d = this.
|
|
70543
|
+
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70498
70544
|
this.a.i = this.b.y;
|
|
70499
|
-
this.
|
|
70500
|
-
this.
|
|
70501
|
-
this.
|
|
70502
|
-
this.
|
|
70503
|
-
this.
|
|
70504
|
-
this.
|
|
70505
|
-
this.
|
|
70506
|
-
this.
|
|
70507
|
-
this.
|
|
70508
|
-
this.
|
|
70509
|
-
this.
|
|
70545
|
+
this.i = a.createElement("label");
|
|
70546
|
+
this.i.setRawText(this.b.bx);
|
|
70547
|
+
this.i.setStyleProperty("font-size", "13px");
|
|
70548
|
+
this.j.setStyleProperty("display", "flex");
|
|
70549
|
+
this.j.setStyleProperty("flex-direction", "row");
|
|
70550
|
+
this.j.setStyleProperty("font-family", "Verdana");
|
|
70551
|
+
this.j.setStyleProperty("align-items", "center");
|
|
70552
|
+
this.j.append(b);
|
|
70553
|
+
this.j.append(this.i);
|
|
70554
|
+
this.ai();
|
|
70555
|
+
this.af();
|
|
70510
70556
|
var e = this.a;
|
|
70511
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
70557
|
+
e.change = delegateCombine(e.change, runOn(this, this.r));
|
|
70512
70558
|
this.a.t = true;
|
|
70513
70559
|
};
|
|
70514
|
-
CheckboxListView.prototype.
|
|
70515
|
-
if (null != this.
|
|
70516
|
-
this.
|
|
70517
|
-
NativeUI.o(this.
|
|
70560
|
+
CheckboxListView.prototype.af = function () {
|
|
70561
|
+
if (null != this.i) {
|
|
70562
|
+
this.i.setRawText(this.b.bx);
|
|
70563
|
+
NativeUI.o(this.i, this.b.dh);
|
|
70518
70564
|
}
|
|
70519
70565
|
};
|
|
70520
|
-
CheckboxListView.prototype.
|
|
70521
|
-
if (null != this.
|
|
70522
|
-
var a = this.b.
|
|
70523
|
-
this.
|
|
70566
|
+
CheckboxListView.prototype.ai = function () {
|
|
70567
|
+
if (null != this.i) {
|
|
70568
|
+
var a = this.b.as ? "flex" : "none";
|
|
70569
|
+
this.j.setStyleProperty("display", a);
|
|
70524
70570
|
}
|
|
70525
70571
|
};
|
|
70526
|
-
CheckboxListView.prototype.
|
|
70527
|
-
if (this.
|
|
70528
|
-
this.
|
|
70572
|
+
CheckboxListView.prototype.ae = function () {
|
|
70573
|
+
if (this.h != null) {
|
|
70574
|
+
this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70529
70575
|
}
|
|
70530
|
-
if (this.
|
|
70531
|
-
this.
|
|
70576
|
+
if (this.g != null) {
|
|
70577
|
+
this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70532
70578
|
}
|
|
70533
70579
|
};
|
|
70534
|
-
CheckboxListView.prototype.
|
|
70580
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
70535
70581
|
if (a === void 0) {
|
|
70536
70582
|
a = true;
|
|
70537
70583
|
}
|
|
70538
|
-
var b = this.
|
|
70539
|
-
this.
|
|
70584
|
+
var b = this.d;
|
|
70585
|
+
this.d = true;
|
|
70540
70586
|
var c = this.a.u;
|
|
70541
70587
|
this.a.u = a;
|
|
70542
70588
|
try {
|
|
70543
|
-
if (this.b.
|
|
70589
|
+
if (this.b.ao) {
|
|
70544
70590
|
this.a.indeterminate = true;
|
|
70545
70591
|
return;
|
|
70546
70592
|
}
|
|
@@ -70554,40 +70600,61 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70554
70600
|
}
|
|
70555
70601
|
finally {
|
|
70556
70602
|
this.a.u = c;
|
|
70557
|
-
this.
|
|
70603
|
+
this.d = b;
|
|
70558
70604
|
}
|
|
70559
70605
|
};
|
|
70560
|
-
CheckboxListView.prototype.
|
|
70561
|
-
if (this.
|
|
70606
|
+
CheckboxListView.prototype.r = function (a, b) {
|
|
70607
|
+
if (this.d || b.isIndeterminate) {
|
|
70562
70608
|
return;
|
|
70563
70609
|
}
|
|
70564
70610
|
if (b.isChecked) {
|
|
70565
|
-
this.b.
|
|
70566
|
-
this.b.
|
|
70611
|
+
this.b.cy();
|
|
70612
|
+
this.b.cp(b.isChecked);
|
|
70567
70613
|
}
|
|
70568
70614
|
else {
|
|
70569
|
-
this.b.
|
|
70570
|
-
this.b.
|
|
70615
|
+
this.b.b9();
|
|
70616
|
+
this.b.cp(b.isChecked);
|
|
70571
70617
|
}
|
|
70572
70618
|
};
|
|
70573
|
-
CheckboxListView.prototype.
|
|
70574
|
-
var a = this.
|
|
70619
|
+
CheckboxListView.prototype.ad = function () {
|
|
70620
|
+
var a = this.f;
|
|
70575
70621
|
if (null == a) {
|
|
70576
70622
|
return;
|
|
70577
70623
|
}
|
|
70578
70624
|
var b = a.rootWrapper;
|
|
70579
70625
|
if (null != b) {
|
|
70580
|
-
NativeUI.o(b, this.b.
|
|
70581
|
-
NativeUI.k(b, this.b.
|
|
70626
|
+
NativeUI.o(b, this.b.dy);
|
|
70627
|
+
NativeUI.k(b, this.b.di);
|
|
70582
70628
|
}
|
|
70583
70629
|
};
|
|
70584
|
-
CheckboxListView.prototype.
|
|
70585
|
-
if (this.
|
|
70586
|
-
|
|
70630
|
+
CheckboxListView.prototype.ab = function () {
|
|
70631
|
+
if (this.c != null) {
|
|
70632
|
+
this.c.fill = this.b.du;
|
|
70587
70633
|
}
|
|
70588
70634
|
};
|
|
70589
|
-
CheckboxListView.prototype.
|
|
70590
|
-
this.
|
|
70635
|
+
CheckboxListView.prototype.ac = function () {
|
|
70636
|
+
if (this.b.ae != null) {
|
|
70637
|
+
this.i.setStyleProperty("font", this.b.ae.fontString);
|
|
70638
|
+
}
|
|
70639
|
+
else {
|
|
70640
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
70641
|
+
this.i.setStyleProperty("font-size", 13 + "px");
|
|
70642
|
+
}
|
|
70643
|
+
};
|
|
70644
|
+
CheckboxListView.prototype.y = function () {
|
|
70645
|
+
this.a.ds = this.b.dl;
|
|
70646
|
+
this.a.da = this.b.dj;
|
|
70647
|
+
this.a.dt = this.b.dm;
|
|
70648
|
+
this.a.db = this.b.dk;
|
|
70649
|
+
this.a.du = this.b.dn;
|
|
70650
|
+
};
|
|
70651
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
70652
|
+
if (this.g != null) {
|
|
70653
|
+
NativeUI.t(this.g, a);
|
|
70654
|
+
}
|
|
70655
|
+
};
|
|
70656
|
+
CheckboxListView.prototype.p = function (a) {
|
|
70657
|
+
this.g = a;
|
|
70591
70658
|
};
|
|
70592
70659
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
70593
70660
|
return CheckboxListView;
|
|
@@ -70604,45 +70671,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70604
70671
|
_this.i = null;
|
|
70605
70672
|
_this.ab = null;
|
|
70606
70673
|
_this.d = null;
|
|
70607
|
-
_this.
|
|
70674
|
+
_this.ai = false;
|
|
70608
70675
|
_this.c = null;
|
|
70609
70676
|
_this.o = null;
|
|
70610
70677
|
_this.q = null;
|
|
70611
|
-
_this.
|
|
70612
|
-
_this.
|
|
70678
|
+
_this.aj = false;
|
|
70679
|
+
_this.ag = null;
|
|
70613
70680
|
_this.f = new GridSelectedKeysCollection();
|
|
70614
70681
|
_this.a = null;
|
|
70615
70682
|
_this.propertyChanged = null;
|
|
70616
70683
|
_this.checkedChanged = null;
|
|
70617
|
-
_this.av = null;
|
|
70618
|
-
_this.ax = null;
|
|
70619
|
-
_this.az = null;
|
|
70620
70684
|
_this.ay = null;
|
|
70685
|
+
_this.a0 = null;
|
|
70686
|
+
_this.a2 = null;
|
|
70687
|
+
_this.a1 = null;
|
|
70621
70688
|
_this.s = 3;
|
|
70622
|
-
_this.
|
|
70689
|
+
_this.au = -1;
|
|
70623
70690
|
_this.ac = null;
|
|
70624
70691
|
_this.k = 1;
|
|
70625
70692
|
_this.x = 1;
|
|
70626
70693
|
_this.z = 2;
|
|
70694
|
+
_this.dd = BrushUtil.g(255, 24, 29, 31);
|
|
70695
|
+
_this.db = null;
|
|
70696
|
+
_this.de = null;
|
|
70697
|
+
_this.dc = null;
|
|
70698
|
+
_this.ad = null;
|
|
70699
|
+
_this.c7 = null;
|
|
70700
|
+
_this.c5 = null;
|
|
70701
|
+
_this.c8 = null;
|
|
70702
|
+
_this.c6 = null;
|
|
70703
|
+
_this.c9 = null;
|
|
70627
70704
|
_this.v = 0;
|
|
70628
|
-
_this.
|
|
70629
|
-
_this.
|
|
70630
|
-
_this.
|
|
70631
|
-
_this.
|
|
70632
|
-
_this.
|
|
70633
|
-
_this.
|
|
70634
|
-
_this.
|
|
70705
|
+
_this.da = null;
|
|
70706
|
+
_this.bw = null;
|
|
70707
|
+
_this.df = null;
|
|
70708
|
+
_this.c3 = CheckboxList.dq;
|
|
70709
|
+
_this.ar = true;
|
|
70710
|
+
_this.c4 = CheckboxList.dp;
|
|
70711
|
+
_this.dg = CheckboxList.dq;
|
|
70635
70712
|
_this.selectAllCheckboxChanged = null;
|
|
70636
|
-
_this.
|
|
70637
|
-
_this.
|
|
70638
|
-
_this.
|
|
70713
|
+
_this.aw = -1;
|
|
70714
|
+
_this.ap = true;
|
|
70715
|
+
_this.am = true;
|
|
70639
70716
|
var a = _this.f;
|
|
70640
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
70717
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.cr));
|
|
70641
70718
|
_this.d = new FilterFactory();
|
|
70642
70719
|
var b = new CheckboxListView();
|
|
70643
70720
|
b.b = _this;
|
|
70644
70721
|
_this.m = b;
|
|
70645
|
-
_this.m.
|
|
70722
|
+
_this.m.n();
|
|
70646
70723
|
return _this;
|
|
70647
70724
|
}
|
|
70648
70725
|
Object.defineProperty(CheckboxList.prototype, "r", {
|
|
@@ -70675,13 +70752,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70675
70752
|
enumerable: true,
|
|
70676
70753
|
configurable: true
|
|
70677
70754
|
});
|
|
70678
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70755
|
+
Object.defineProperty(CheckboxList.prototype, "ah", {
|
|
70679
70756
|
get: function () {
|
|
70680
|
-
if (this.
|
|
70681
|
-
this.
|
|
70682
|
-
this.
|
|
70757
|
+
if (this.ag == null) {
|
|
70758
|
+
this.ag = new SRProvider(this.m.f);
|
|
70759
|
+
this.ag.cb("DataGrid");
|
|
70683
70760
|
}
|
|
70684
|
-
return this.
|
|
70761
|
+
return this.ag;
|
|
70685
70762
|
},
|
|
70686
70763
|
enumerable: true,
|
|
70687
70764
|
configurable: true
|
|
@@ -70701,57 +70778,57 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70701
70778
|
var b = this.a;
|
|
70702
70779
|
this.a = a;
|
|
70703
70780
|
if (b != this.a) {
|
|
70704
|
-
this.
|
|
70781
|
+
this.cn("PrimaryKey", b, this.a);
|
|
70705
70782
|
}
|
|
70706
70783
|
},
|
|
70707
70784
|
enumerable: true,
|
|
70708
70785
|
configurable: true
|
|
70709
70786
|
});
|
|
70710
|
-
CheckboxList.prototype.
|
|
70711
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
70787
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
70788
|
+
if (this.e == null || this.e.actualSchema == null || this.ai) {
|
|
70712
70789
|
return;
|
|
70713
70790
|
}
|
|
70714
70791
|
switch (b.action) {
|
|
70715
70792
|
case 0:
|
|
70716
70793
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
70717
|
-
this.
|
|
70794
|
+
this.cl(b.newItems.item(c));
|
|
70718
70795
|
}
|
|
70719
70796
|
break;
|
|
70720
70797
|
case 1:
|
|
70721
70798
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
70722
|
-
this.
|
|
70799
|
+
this.cm(b.oldItems.item(d));
|
|
70723
70800
|
}
|
|
70724
70801
|
break;
|
|
70725
70802
|
case 2:
|
|
70726
70803
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
70727
|
-
this.
|
|
70804
|
+
this.cm(b.oldItems.item(e));
|
|
70728
70805
|
}
|
|
70729
70806
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
70730
|
-
this.
|
|
70807
|
+
this.cl(b.newItems.item(f));
|
|
70731
70808
|
}
|
|
70732
70809
|
break;
|
|
70733
70810
|
case 4:
|
|
70734
|
-
this.m.
|
|
70811
|
+
this.m.u(this.l == 0);
|
|
70735
70812
|
for (var g = 0; g < this.g.ae.count; g++) {
|
|
70736
|
-
this.
|
|
70813
|
+
this.cl(this.g.ae._inner[g]);
|
|
70737
70814
|
}
|
|
70738
70815
|
break;
|
|
70739
70816
|
}
|
|
70740
70817
|
};
|
|
70741
|
-
CheckboxList.prototype.
|
|
70818
|
+
CheckboxList.prototype.cl = function (a) {
|
|
70742
70819
|
var b = this.e.indexOfKey(a.value);
|
|
70743
70820
|
if (b >= 0) {
|
|
70744
|
-
this.m.
|
|
70821
|
+
this.m.t(b, this.l == 1);
|
|
70745
70822
|
}
|
|
70746
70823
|
};
|
|
70747
|
-
CheckboxList.prototype.
|
|
70824
|
+
CheckboxList.prototype.cm = function (a) {
|
|
70748
70825
|
var b = this.e.indexOfKey(a.value);
|
|
70749
70826
|
if (b >= 0) {
|
|
70750
|
-
this.m.
|
|
70827
|
+
this.m.t(b, this.l == 0);
|
|
70751
70828
|
}
|
|
70752
70829
|
};
|
|
70753
|
-
CheckboxList.prototype.
|
|
70754
|
-
if (this.checkedChanged != null && this.
|
|
70830
|
+
CheckboxList.prototype.ci = function (a, b) {
|
|
70831
|
+
if (this.checkedChanged != null && this.aj == false) {
|
|
70755
70832
|
this.checkedChanged(this, ((function () {
|
|
70756
70833
|
var $ret = new CheckedChangedEventArgs();
|
|
70757
70834
|
$ret.b = a;
|
|
@@ -70761,32 +70838,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70761
70838
|
}
|
|
70762
70839
|
};
|
|
70763
70840
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
70764
|
-
this.m.
|
|
70841
|
+
this.m.l();
|
|
70765
70842
|
};
|
|
70766
70843
|
CheckboxList.prototype.destroy = function () {
|
|
70767
70844
|
if (this.h != null) {
|
|
70768
70845
|
var a = this.h;
|
|
70769
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
70846
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.cb));
|
|
70770
70847
|
if (this.h.actualDataSource != null) {
|
|
70771
70848
|
var b = this.h.actualDataSource;
|
|
70772
|
-
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.
|
|
70849
|
+
b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.co));
|
|
70773
70850
|
}
|
|
70774
70851
|
}
|
|
70775
70852
|
if (this.o != null) {
|
|
70776
70853
|
var c = this.o;
|
|
70777
|
-
c.change = delegateRemove(c.change, runOn(this, this.
|
|
70854
|
+
c.change = delegateRemove(c.change, runOn(this, this.cc));
|
|
70778
70855
|
}
|
|
70779
70856
|
this.provideContainer(null, null, null);
|
|
70780
70857
|
if (this.i != null) {
|
|
70781
70858
|
var d = this.i;
|
|
70782
|
-
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.
|
|
70859
|
+
d.cellUpdating = delegateRemove(d.cellUpdating, runOn(this, this.b8));
|
|
70783
70860
|
}
|
|
70784
70861
|
};
|
|
70785
70862
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
70786
70863
|
this.h = b;
|
|
70787
70864
|
if (null != this.h) {
|
|
70788
70865
|
this.h.gm = this.w;
|
|
70789
|
-
this.h.aae = this.
|
|
70866
|
+
this.h.aae = this.dr;
|
|
70790
70867
|
this.h.n1 = 0;
|
|
70791
70868
|
this.h.oc = 0;
|
|
70792
70869
|
this.h.md = NaN;
|
|
@@ -70794,24 +70871,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70794
70871
|
this.h.c9 = 0;
|
|
70795
70872
|
this.h.cu = 0;
|
|
70796
70873
|
var d = this.h;
|
|
70797
|
-
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.
|
|
70798
|
-
if (this.
|
|
70799
|
-
this.h.itemsSource = this.
|
|
70800
|
-
this.
|
|
70801
|
-
this.
|
|
70802
|
-
}
|
|
70803
|
-
if (this.
|
|
70804
|
-
this.
|
|
70805
|
-
this.
|
|
70874
|
+
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
|
|
70875
|
+
if (this.ay != null) {
|
|
70876
|
+
this.h.itemsSource = this.ay;
|
|
70877
|
+
this.b7();
|
|
70878
|
+
this.cq();
|
|
70879
|
+
}
|
|
70880
|
+
if (this.a0 != null) {
|
|
70881
|
+
this.cq();
|
|
70882
|
+
this.c1();
|
|
70806
70883
|
}
|
|
70807
70884
|
}
|
|
70808
|
-
this.m.
|
|
70809
|
-
this.m.
|
|
70885
|
+
this.m.q(c);
|
|
70886
|
+
this.m.m(a);
|
|
70810
70887
|
};
|
|
70811
70888
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
70812
|
-
this.m.
|
|
70889
|
+
this.m.q(a);
|
|
70813
70890
|
};
|
|
70814
|
-
CheckboxList.prototype.
|
|
70891
|
+
CheckboxList.prototype.cb = function (a, b) {
|
|
70815
70892
|
if (b.cellInfo.l.a5 == 0) {
|
|
70816
70893
|
return;
|
|
70817
70894
|
}
|
|
@@ -70827,7 +70904,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70827
70904
|
this.g.add(d);
|
|
70828
70905
|
}
|
|
70829
70906
|
};
|
|
70830
|
-
CheckboxList.prototype.
|
|
70907
|
+
CheckboxList.prototype.b8 = function (a, b) {
|
|
70831
70908
|
var c = b.cellInfo.l.x;
|
|
70832
70909
|
if (-1 == c) {
|
|
70833
70910
|
return;
|
|
@@ -70839,11 +70916,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70839
70916
|
d = true;
|
|
70840
70917
|
}
|
|
70841
70918
|
}
|
|
70842
|
-
this.m.
|
|
70919
|
+
this.m.o(b.content.element, c, d);
|
|
70843
70920
|
};
|
|
70844
|
-
CheckboxList.prototype.
|
|
70845
|
-
if (this.
|
|
70846
|
-
var b = this.d.property(this.
|
|
70921
|
+
CheckboxList.prototype.cj = function (a) {
|
|
70922
|
+
if (this.a0 != null) {
|
|
70923
|
+
var b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
70847
70924
|
var c = b.contains(a);
|
|
70848
70925
|
if (!this.h.u.k.contains(this.c)) {
|
|
70849
70926
|
this.c = c;
|
|
@@ -70857,55 +70934,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70857
70934
|
};
|
|
70858
70935
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
70859
70936
|
get: function () {
|
|
70860
|
-
return this.
|
|
70937
|
+
return this.ay;
|
|
70861
70938
|
},
|
|
70862
70939
|
set: function (a) {
|
|
70863
|
-
var b = this.
|
|
70864
|
-
this.
|
|
70865
|
-
if (b != this.
|
|
70866
|
-
this.
|
|
70940
|
+
var b = this.ay;
|
|
70941
|
+
this.ay = a;
|
|
70942
|
+
if (b != this.ay) {
|
|
70943
|
+
this.cn("ItemsSource", b, this.ay);
|
|
70867
70944
|
}
|
|
70868
70945
|
},
|
|
70869
70946
|
enumerable: true,
|
|
70870
70947
|
configurable: true
|
|
70871
70948
|
});
|
|
70872
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70949
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
70873
70950
|
get: function () {
|
|
70874
|
-
return this.
|
|
70951
|
+
return this.a0;
|
|
70875
70952
|
},
|
|
70876
70953
|
set: function (a) {
|
|
70877
|
-
var b = this.
|
|
70878
|
-
this.
|
|
70879
|
-
if (b != this.
|
|
70880
|
-
this.
|
|
70954
|
+
var b = this.a0;
|
|
70955
|
+
this.a0 = a;
|
|
70956
|
+
if (b != this.a0) {
|
|
70957
|
+
this.cn("DataMemberPath", b, this.a0);
|
|
70881
70958
|
}
|
|
70882
70959
|
},
|
|
70883
70960
|
enumerable: true,
|
|
70884
70961
|
configurable: true
|
|
70885
70962
|
});
|
|
70886
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70963
|
+
Object.defineProperty(CheckboxList.prototype, "b0", {
|
|
70887
70964
|
get: function () {
|
|
70888
|
-
return this.
|
|
70965
|
+
return this.a2;
|
|
70889
70966
|
},
|
|
70890
70967
|
set: function (a) {
|
|
70891
|
-
var b = this.
|
|
70892
|
-
this.
|
|
70893
|
-
if (b != this.
|
|
70894
|
-
this.
|
|
70968
|
+
var b = this.a2;
|
|
70969
|
+
this.a2 = a;
|
|
70970
|
+
if (b != this.a2) {
|
|
70971
|
+
this.cn("SelectedMemberPath", b, this.a2);
|
|
70895
70972
|
}
|
|
70896
70973
|
},
|
|
70897
70974
|
enumerable: true,
|
|
70898
70975
|
configurable: true
|
|
70899
70976
|
});
|
|
70900
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70977
|
+
Object.defineProperty(CheckboxList.prototype, "bg", {
|
|
70901
70978
|
get: function () {
|
|
70902
|
-
return this.
|
|
70979
|
+
return this.a1;
|
|
70903
70980
|
},
|
|
70904
70981
|
set: function (a) {
|
|
70905
|
-
var b = this.
|
|
70906
|
-
this.
|
|
70907
|
-
if (b != this.
|
|
70908
|
-
this.
|
|
70982
|
+
var b = this.a1;
|
|
70983
|
+
this.a1 = a;
|
|
70984
|
+
if (b != this.a1) {
|
|
70985
|
+
this.cn("FilterPlaceholderText", b, this.a1);
|
|
70909
70986
|
}
|
|
70910
70987
|
},
|
|
70911
70988
|
enumerable: true,
|
|
@@ -70919,27 +70996,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70919
70996
|
var b = this.s;
|
|
70920
70997
|
this.s = a;
|
|
70921
70998
|
if (b != this.s) {
|
|
70922
|
-
this.
|
|
70999
|
+
this.cn("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.s));
|
|
70923
71000
|
}
|
|
70924
71001
|
},
|
|
70925
71002
|
enumerable: true,
|
|
70926
71003
|
configurable: true
|
|
70927
71004
|
});
|
|
70928
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71005
|
+
Object.defineProperty(CheckboxList.prototype, "ax", {
|
|
70929
71006
|
get: function () {
|
|
70930
|
-
return this.
|
|
71007
|
+
return this.au;
|
|
70931
71008
|
},
|
|
70932
71009
|
set: function (a) {
|
|
70933
|
-
var b = this.
|
|
70934
|
-
this.
|
|
70935
|
-
if (b != this.
|
|
70936
|
-
this.
|
|
71010
|
+
var b = this.au;
|
|
71011
|
+
this.au = a;
|
|
71012
|
+
if (b != this.au) {
|
|
71013
|
+
this.cn("RowHeight", b, this.au);
|
|
70937
71014
|
}
|
|
70938
71015
|
},
|
|
70939
71016
|
enumerable: true,
|
|
70940
71017
|
configurable: true
|
|
70941
71018
|
});
|
|
70942
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71019
|
+
Object.defineProperty(CheckboxList.prototype, "av", {
|
|
70943
71020
|
get: function () {
|
|
70944
71021
|
if (this.h != null) {
|
|
70945
71022
|
return this.h.nf;
|
|
@@ -70949,7 +71026,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70949
71026
|
enumerable: true,
|
|
70950
71027
|
configurable: true
|
|
70951
71028
|
});
|
|
70952
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71029
|
+
Object.defineProperty(CheckboxList.prototype, "ae", {
|
|
70953
71030
|
get: function () {
|
|
70954
71031
|
return this.ac;
|
|
70955
71032
|
},
|
|
@@ -70957,7 +71034,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70957
71034
|
var b = this.ac;
|
|
70958
71035
|
this.ac = a;
|
|
70959
71036
|
if (b != this.ac) {
|
|
70960
|
-
this.
|
|
71037
|
+
this.cn("CellTextStyle", b, this.ac);
|
|
70961
71038
|
}
|
|
70962
71039
|
},
|
|
70963
71040
|
enumerable: true,
|
|
@@ -70971,7 +71048,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70971
71048
|
var b = this.k;
|
|
70972
71049
|
this.k = a;
|
|
70973
71050
|
if (b != this.k) {
|
|
70974
|
-
this.
|
|
71051
|
+
this.cn("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
70975
71052
|
}
|
|
70976
71053
|
},
|
|
70977
71054
|
enumerable: true,
|
|
@@ -70985,7 +71062,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70985
71062
|
var b = this.x;
|
|
70986
71063
|
this.x = a;
|
|
70987
71064
|
if (b != this.x) {
|
|
70988
|
-
this.
|
|
71065
|
+
this.cn("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
|
|
70989
71066
|
}
|
|
70990
71067
|
},
|
|
70991
71068
|
enumerable: true,
|
|
@@ -70999,7 +71076,147 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70999
71076
|
var b = this.z;
|
|
71000
71077
|
this.z = a;
|
|
71001
71078
|
if (b != this.z) {
|
|
71002
|
-
this.
|
|
71079
|
+
this.cn("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
|
|
71080
|
+
}
|
|
71081
|
+
},
|
|
71082
|
+
enumerable: true,
|
|
71083
|
+
configurable: true
|
|
71084
|
+
});
|
|
71085
|
+
Object.defineProperty(CheckboxList.prototype, "du", {
|
|
71086
|
+
get: function () {
|
|
71087
|
+
return this.dd;
|
|
71088
|
+
},
|
|
71089
|
+
set: function (a) {
|
|
71090
|
+
var b = this.dd;
|
|
71091
|
+
this.dd = a;
|
|
71092
|
+
if (b != this.dd) {
|
|
71093
|
+
this.cn("SearchIconColor", b, this.dd);
|
|
71094
|
+
}
|
|
71095
|
+
},
|
|
71096
|
+
enumerable: true,
|
|
71097
|
+
configurable: true
|
|
71098
|
+
});
|
|
71099
|
+
Object.defineProperty(CheckboxList.prototype, "ds", {
|
|
71100
|
+
get: function () {
|
|
71101
|
+
return this.db;
|
|
71102
|
+
},
|
|
71103
|
+
set: function (a) {
|
|
71104
|
+
var b = this.db;
|
|
71105
|
+
this.db = a;
|
|
71106
|
+
if (b != this.db) {
|
|
71107
|
+
this.cn("SearchBackgroundColor", b, this.db);
|
|
71108
|
+
}
|
|
71109
|
+
},
|
|
71110
|
+
enumerable: true,
|
|
71111
|
+
configurable: true
|
|
71112
|
+
});
|
|
71113
|
+
Object.defineProperty(CheckboxList.prototype, "dv", {
|
|
71114
|
+
get: function () {
|
|
71115
|
+
return this.de;
|
|
71116
|
+
},
|
|
71117
|
+
set: function (a) {
|
|
71118
|
+
var b = this.de;
|
|
71119
|
+
this.de = a;
|
|
71120
|
+
if (b != this.de) {
|
|
71121
|
+
this.cn("SearchTextColor", b, this.de);
|
|
71122
|
+
}
|
|
71123
|
+
},
|
|
71124
|
+
enumerable: true,
|
|
71125
|
+
configurable: true
|
|
71126
|
+
});
|
|
71127
|
+
Object.defineProperty(CheckboxList.prototype, "dt", {
|
|
71128
|
+
get: function () {
|
|
71129
|
+
return this.dc;
|
|
71130
|
+
},
|
|
71131
|
+
set: function (a) {
|
|
71132
|
+
var b = this.dc;
|
|
71133
|
+
this.dc = a;
|
|
71134
|
+
if (b != this.dc) {
|
|
71135
|
+
this.cn("SearchBorderColor", b, this.dc);
|
|
71136
|
+
}
|
|
71137
|
+
},
|
|
71138
|
+
enumerable: true,
|
|
71139
|
+
configurable: true
|
|
71140
|
+
});
|
|
71141
|
+
Object.defineProperty(CheckboxList.prototype, "af", {
|
|
71142
|
+
get: function () {
|
|
71143
|
+
return this.ad;
|
|
71144
|
+
},
|
|
71145
|
+
set: function (a) {
|
|
71146
|
+
var b = this.ad;
|
|
71147
|
+
this.ad = a;
|
|
71148
|
+
if (b != this.ad) {
|
|
71149
|
+
this.cn("SearchTextStyle", b, this.ad);
|
|
71150
|
+
}
|
|
71151
|
+
},
|
|
71152
|
+
enumerable: true,
|
|
71153
|
+
configurable: true
|
|
71154
|
+
});
|
|
71155
|
+
Object.defineProperty(CheckboxList.prototype, "dl", {
|
|
71156
|
+
get: function () {
|
|
71157
|
+
return this.c7;
|
|
71158
|
+
},
|
|
71159
|
+
set: function (a) {
|
|
71160
|
+
var b = this.c7;
|
|
71161
|
+
this.c7 = a;
|
|
71162
|
+
if (b != this.c7) {
|
|
71163
|
+
this.cn("CheckboxTickColor", b, this.c7);
|
|
71164
|
+
}
|
|
71165
|
+
},
|
|
71166
|
+
enumerable: true,
|
|
71167
|
+
configurable: true
|
|
71168
|
+
});
|
|
71169
|
+
Object.defineProperty(CheckboxList.prototype, "dj", {
|
|
71170
|
+
get: function () {
|
|
71171
|
+
return this.c5;
|
|
71172
|
+
},
|
|
71173
|
+
set: function (a) {
|
|
71174
|
+
var b = this.c5;
|
|
71175
|
+
this.c5 = a;
|
|
71176
|
+
if (b != this.c5) {
|
|
71177
|
+
this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
|
|
71178
|
+
}
|
|
71179
|
+
},
|
|
71180
|
+
enumerable: true,
|
|
71181
|
+
configurable: true
|
|
71182
|
+
});
|
|
71183
|
+
Object.defineProperty(CheckboxList.prototype, "dm", {
|
|
71184
|
+
get: function () {
|
|
71185
|
+
return this.c8;
|
|
71186
|
+
},
|
|
71187
|
+
set: function (a) {
|
|
71188
|
+
var b = this.c8;
|
|
71189
|
+
this.c8 = a;
|
|
71190
|
+
if (b != this.c8) {
|
|
71191
|
+
this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
|
|
71192
|
+
}
|
|
71193
|
+
},
|
|
71194
|
+
enumerable: true,
|
|
71195
|
+
configurable: true
|
|
71196
|
+
});
|
|
71197
|
+
Object.defineProperty(CheckboxList.prototype, "dk", {
|
|
71198
|
+
get: function () {
|
|
71199
|
+
return this.c6;
|
|
71200
|
+
},
|
|
71201
|
+
set: function (a) {
|
|
71202
|
+
var b = this.c6;
|
|
71203
|
+
this.c6 = a;
|
|
71204
|
+
if (b != this.c6) {
|
|
71205
|
+
this.cn("CheckboxCheckedBorderColor", b, this.c6);
|
|
71206
|
+
}
|
|
71207
|
+
},
|
|
71208
|
+
enumerable: true,
|
|
71209
|
+
configurable: true
|
|
71210
|
+
});
|
|
71211
|
+
Object.defineProperty(CheckboxList.prototype, "dn", {
|
|
71212
|
+
get: function () {
|
|
71213
|
+
return this.c9;
|
|
71214
|
+
},
|
|
71215
|
+
set: function (a) {
|
|
71216
|
+
var b = this.c9;
|
|
71217
|
+
this.c9 = a;
|
|
71218
|
+
if (b != this.c9) {
|
|
71219
|
+
this.cn("CheckboxUncheckedBorderColor", b, this.c9);
|
|
71003
71220
|
}
|
|
71004
71221
|
},
|
|
71005
71222
|
enumerable: true,
|
|
@@ -71013,33 +71230,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71013
71230
|
var b = this.v;
|
|
71014
71231
|
this.v = a;
|
|
71015
71232
|
if (b != this.v) {
|
|
71016
|
-
this.
|
|
71233
|
+
this.cn("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.v));
|
|
71017
71234
|
}
|
|
71018
71235
|
},
|
|
71019
71236
|
enumerable: true,
|
|
71020
71237
|
configurable: true
|
|
71021
71238
|
});
|
|
71022
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71239
|
+
Object.defineProperty(CheckboxList.prototype, "dr", {
|
|
71023
71240
|
get: function () {
|
|
71024
|
-
return this.
|
|
71241
|
+
return this.da;
|
|
71025
71242
|
},
|
|
71026
71243
|
set: function (a) {
|
|
71027
|
-
var b = this.
|
|
71028
|
-
this.
|
|
71029
|
-
if (b != this.
|
|
71030
|
-
this.
|
|
71244
|
+
var b = this.da;
|
|
71245
|
+
this.da = a;
|
|
71246
|
+
if (b != this.da) {
|
|
71247
|
+
this.cn("ScrollbarBackground", b, this.da);
|
|
71031
71248
|
}
|
|
71032
71249
|
},
|
|
71033
71250
|
enumerable: true,
|
|
71034
71251
|
configurable: true
|
|
71035
71252
|
});
|
|
71036
|
-
CheckboxList.prototype.
|
|
71253
|
+
CheckboxList.prototype.cn = function (a, b, c) {
|
|
71037
71254
|
if (this.propertyChanged != null) {
|
|
71038
71255
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
71039
71256
|
}
|
|
71040
|
-
this.
|
|
71257
|
+
this.cs(a, b, c);
|
|
71041
71258
|
};
|
|
71042
|
-
CheckboxList.prototype.
|
|
71259
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
71043
71260
|
switch (a) {
|
|
71044
71261
|
case "ItemsSource":
|
|
71045
71262
|
if (this.h != null) {
|
|
@@ -71052,26 +71269,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71052
71269
|
}
|
|
71053
71270
|
if (this.h.actualDataSource != null) {
|
|
71054
71271
|
var d = this.h.actualDataSource;
|
|
71055
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
71272
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.co));
|
|
71056
71273
|
}
|
|
71057
|
-
this.h.itemsSource = this.
|
|
71058
|
-
this.
|
|
71274
|
+
this.h.itemsSource = this.ay;
|
|
71275
|
+
this.b7();
|
|
71059
71276
|
if (this.h.actualDataSource != null) {
|
|
71060
71277
|
var e = this.h.actualDataSource;
|
|
71061
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
71278
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.co));
|
|
71062
71279
|
}
|
|
71063
|
-
this.
|
|
71064
|
-
this.
|
|
71065
|
-
this.
|
|
71066
|
-
this.m.
|
|
71280
|
+
this.aj = true;
|
|
71281
|
+
this.cq();
|
|
71282
|
+
this.aj = false;
|
|
71283
|
+
this.m.ag();
|
|
71067
71284
|
}
|
|
71068
71285
|
break;
|
|
71069
71286
|
case "DataMemberPath":
|
|
71070
71287
|
case "SelectedMemberPath":
|
|
71071
71288
|
if (this.h != null) {
|
|
71072
|
-
if (this.
|
|
71073
|
-
this.
|
|
71074
|
-
this.
|
|
71289
|
+
if (this.a0 != null) {
|
|
71290
|
+
this.cq();
|
|
71291
|
+
this.c1();
|
|
71075
71292
|
}
|
|
71076
71293
|
}
|
|
71077
71294
|
break;
|
|
@@ -71081,23 +71298,23 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71081
71298
|
}
|
|
71082
71299
|
break;
|
|
71083
71300
|
case "SelectAllCaptionTextColor":
|
|
71084
|
-
this.
|
|
71301
|
+
this.dh = null != this.dw ? this.dw : CheckboxList.dq;
|
|
71085
71302
|
break;
|
|
71086
71303
|
case "SelectAllCaption":
|
|
71087
71304
|
case "ActualSelectAllCaptionTextColor":
|
|
71088
|
-
this.m.
|
|
71305
|
+
this.m.af();
|
|
71089
71306
|
break;
|
|
71090
71307
|
case "showSelectAll":
|
|
71091
|
-
this.m.
|
|
71092
|
-
this.m.
|
|
71308
|
+
this.m.ai();
|
|
71309
|
+
this.m.s();
|
|
71093
71310
|
break;
|
|
71094
71311
|
case "ShowFilter":
|
|
71095
|
-
this.m.
|
|
71096
|
-
this.m.
|
|
71312
|
+
this.m.ae();
|
|
71313
|
+
this.m.s();
|
|
71097
71314
|
break;
|
|
71098
71315
|
case "FilterPlaceholderText":
|
|
71099
71316
|
if (this.o != null) {
|
|
71100
|
-
this.o.
|
|
71317
|
+
this.o.ce = this.bg;
|
|
71101
71318
|
}
|
|
71102
71319
|
break;
|
|
71103
71320
|
case "SearchInputType":
|
|
@@ -71107,32 +71324,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71107
71324
|
break;
|
|
71108
71325
|
case "RowHeight":
|
|
71109
71326
|
if (this.h != null) {
|
|
71110
|
-
this.h.oa = this.
|
|
71327
|
+
this.h.oa = this.ax;
|
|
71111
71328
|
}
|
|
71112
71329
|
break;
|
|
71113
71330
|
case "CellTextStyle":
|
|
71114
71331
|
if (this.h != null) {
|
|
71115
|
-
this.h.gx = this.
|
|
71332
|
+
this.h.gx = this.ae;
|
|
71116
71333
|
}
|
|
71334
|
+
this.m.ac();
|
|
71117
71335
|
break;
|
|
71118
71336
|
case "BackgroundColor":
|
|
71119
71337
|
case "TextColor":
|
|
71120
71338
|
var f = this.h;
|
|
71121
71339
|
if (null != f) {
|
|
71122
|
-
f.zv = this.
|
|
71123
|
-
f.zt = this.
|
|
71340
|
+
f.zv = this.dy;
|
|
71341
|
+
f.zt = this.di;
|
|
71124
71342
|
}
|
|
71125
|
-
this.m.
|
|
71343
|
+
this.m.ad();
|
|
71126
71344
|
break;
|
|
71127
71345
|
case "BaseTheme":
|
|
71128
|
-
this.
|
|
71346
|
+
this.c0();
|
|
71129
71347
|
break;
|
|
71130
71348
|
case "Density":
|
|
71131
|
-
this.
|
|
71349
|
+
this.cz();
|
|
71132
71350
|
break;
|
|
71133
71351
|
case "IsRowHoverEnabled":
|
|
71134
71352
|
if (this.h != null) {
|
|
71135
|
-
this.h.ka = this.
|
|
71353
|
+
this.h.ka = this.an;
|
|
71136
71354
|
}
|
|
71137
71355
|
break;
|
|
71138
71356
|
case "ScrollbarStyle":
|
|
@@ -71142,44 +71360,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71142
71360
|
break;
|
|
71143
71361
|
case "ScrollbarBackground":
|
|
71144
71362
|
if (this.h != null) {
|
|
71145
|
-
this.h.aae = this.
|
|
71363
|
+
this.h.aae = this.dr;
|
|
71364
|
+
}
|
|
71365
|
+
break;
|
|
71366
|
+
case "SearchIconColor":
|
|
71367
|
+
this.m.ab();
|
|
71368
|
+
break;
|
|
71369
|
+
case "SearchBackgroundColor":
|
|
71370
|
+
this.r.oz = this.ds;
|
|
71371
|
+
break;
|
|
71372
|
+
case "SearchBorderColor":
|
|
71373
|
+
this.r.o0 = this.dt;
|
|
71374
|
+
break;
|
|
71375
|
+
case "SearchTextColor":
|
|
71376
|
+
this.p.d1 = this.dv;
|
|
71377
|
+
break;
|
|
71378
|
+
case "SearchTextStyle":
|
|
71379
|
+
this.p.af = this.af;
|
|
71380
|
+
break;
|
|
71381
|
+
case "CheckboxTickColor":
|
|
71382
|
+
case "CheckboxCheckedBackgroundColor":
|
|
71383
|
+
case "CheckboxUncheckedBackgroundColor":
|
|
71384
|
+
case "CheckboxCheckedBorderColor":
|
|
71385
|
+
case "CheckboxUncheckedBorderColor":
|
|
71386
|
+
this.m.y();
|
|
71387
|
+
if (this.h != null) {
|
|
71388
|
+
this.h.w9();
|
|
71146
71389
|
}
|
|
71147
71390
|
break;
|
|
71148
71391
|
}
|
|
71149
71392
|
};
|
|
71150
|
-
CheckboxList.prototype.
|
|
71393
|
+
CheckboxList.prototype.cz = function () {
|
|
71151
71394
|
if (this.h != null) {
|
|
71152
71395
|
this.h.go = this.aa;
|
|
71153
71396
|
}
|
|
71154
71397
|
if (this.q != null) {
|
|
71155
71398
|
this.q.n = this.aa;
|
|
71156
71399
|
}
|
|
71157
|
-
this.m.
|
|
71400
|
+
this.m.x();
|
|
71158
71401
|
};
|
|
71159
|
-
CheckboxList.prototype.
|
|
71402
|
+
CheckboxList.prototype.c0 = function () {
|
|
71160
71403
|
if (this.q != null) {
|
|
71161
71404
|
this.q.j = this.y;
|
|
71162
71405
|
}
|
|
71163
|
-
this.m.
|
|
71406
|
+
this.m.z();
|
|
71164
71407
|
};
|
|
71165
|
-
CheckboxList.prototype.
|
|
71166
|
-
this.
|
|
71167
|
-
this.
|
|
71408
|
+
CheckboxList.prototype.co = function (a, b) {
|
|
71409
|
+
this.aj = true;
|
|
71410
|
+
this.b7();
|
|
71168
71411
|
if (b.schema != null) {
|
|
71169
|
-
this.
|
|
71412
|
+
this.cq();
|
|
71170
71413
|
for (var c = 0; c < this.g.count; c++) {
|
|
71171
|
-
this.
|
|
71414
|
+
this.cl(this.g._inner[c]);
|
|
71172
71415
|
}
|
|
71173
|
-
this.m.
|
|
71416
|
+
this.m.ag();
|
|
71174
71417
|
}
|
|
71175
|
-
this.
|
|
71418
|
+
this.aj = false;
|
|
71176
71419
|
};
|
|
71177
|
-
CheckboxList.prototype.
|
|
71178
|
-
if (this.ab == null && this.
|
|
71179
|
-
this.ab = new FastReflectionHelper(false, this.
|
|
71420
|
+
CheckboxList.prototype.cq = function () {
|
|
71421
|
+
if (this.ab == null && this.a2 != null && this.a2 != "") {
|
|
71422
|
+
this.ab = new FastReflectionHelper(false, this.a2);
|
|
71180
71423
|
}
|
|
71181
|
-
if (this.
|
|
71182
|
-
this.ab.propertyName = this.
|
|
71424
|
+
if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
|
|
71425
|
+
this.ab.propertyName = this.a2;
|
|
71183
71426
|
var a = this.h.actualDataSource.actualCount;
|
|
71184
71427
|
for (var b = 0; b < a; b++) {
|
|
71185
71428
|
var c = this.h.actualDataSource.getItemAtIndex(b);
|
|
@@ -71193,24 +71436,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71193
71436
|
}
|
|
71194
71437
|
}
|
|
71195
71438
|
};
|
|
71196
|
-
CheckboxList.prototype.
|
|
71439
|
+
CheckboxList.prototype.c1 = function () {
|
|
71197
71440
|
this.h.actualColumns.clear();
|
|
71198
71441
|
this.h.l = this.b;
|
|
71199
71442
|
this.h.jy = false;
|
|
71200
|
-
this.h.oa = this.
|
|
71201
|
-
this.h.zt = this.
|
|
71202
|
-
this.h.zu = this.
|
|
71443
|
+
this.h.oa = this.ax;
|
|
71444
|
+
this.h.zt = this.di;
|
|
71445
|
+
this.h.zu = this.di;
|
|
71203
71446
|
this.h.go = this.aa;
|
|
71204
|
-
this.h.ka = this.
|
|
71447
|
+
this.h.ka = this.an;
|
|
71205
71448
|
this.h.aa0 = new Thickness(0, 0);
|
|
71206
|
-
if (this.
|
|
71207
|
-
this.h.gx = this.
|
|
71449
|
+
if (this.ae != null) {
|
|
71450
|
+
this.h.gx = this.ae;
|
|
71208
71451
|
}
|
|
71209
71452
|
var a = new TemplateColumn();
|
|
71210
|
-
if (this.
|
|
71211
|
-
this.
|
|
71453
|
+
if (this.a2 == null) {
|
|
71454
|
+
this.a2 = "";
|
|
71212
71455
|
}
|
|
71213
|
-
a.i8 = this.
|
|
71456
|
+
a.i8 = this.a2;
|
|
71214
71457
|
a.jz = "CheckboxColumn";
|
|
71215
71458
|
var b = new ColumnWidth();
|
|
71216
71459
|
b.c = false;
|
|
@@ -71218,10 +71461,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71218
71461
|
a.width = b;
|
|
71219
71462
|
a.h2 = 0;
|
|
71220
71463
|
a.h3 = 0;
|
|
71221
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
71464
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.b8));
|
|
71222
71465
|
this.h.columns.add(a);
|
|
71223
71466
|
this.i = a;
|
|
71224
|
-
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
71467
|
+
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
|
|
71225
71468
|
var d;
|
|
71226
71469
|
switch (c) {
|
|
71227
71470
|
case 8:
|
|
@@ -71244,25 +71487,25 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71244
71487
|
d = new TextColumn();
|
|
71245
71488
|
break;
|
|
71246
71489
|
}
|
|
71247
|
-
d.i8 = this.
|
|
71490
|
+
d.i8 = this.a0;
|
|
71248
71491
|
d.jz = "DataColumn";
|
|
71249
71492
|
d.h2 = 0;
|
|
71250
71493
|
d.e = 0;
|
|
71251
71494
|
this.h.columns.add(d);
|
|
71252
71495
|
};
|
|
71253
71496
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
71254
|
-
this.m.
|
|
71497
|
+
this.m.aa(a);
|
|
71255
71498
|
};
|
|
71256
71499
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
71257
|
-
this.m.
|
|
71500
|
+
this.m.p(a);
|
|
71258
71501
|
};
|
|
71259
|
-
CheckboxList.prototype.
|
|
71502
|
+
CheckboxList.prototype.ck = function () {
|
|
71260
71503
|
var a = this.p;
|
|
71261
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
71504
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.cc));
|
|
71262
71505
|
};
|
|
71263
|
-
CheckboxList.prototype.
|
|
71506
|
+
CheckboxList.prototype.cc = function (a, b) {
|
|
71264
71507
|
var c = b.value.toLowerCase();
|
|
71265
|
-
this.
|
|
71508
|
+
this.cj(c);
|
|
71266
71509
|
};
|
|
71267
71510
|
CheckboxList.prototype.j = function (a) {
|
|
71268
71511
|
if (this.b == null) {
|
|
@@ -71276,55 +71519,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71276
71519
|
}
|
|
71277
71520
|
return new PrimaryKeyValue(b, c);
|
|
71278
71521
|
};
|
|
71279
|
-
CheckboxList.prototype.
|
|
71280
|
-
this.
|
|
71522
|
+
CheckboxList.prototype.cw = function (a) {
|
|
71523
|
+
this.ai = true;
|
|
71281
71524
|
var b = this.e.getItemAtIndex(a);
|
|
71282
71525
|
var c = this.j(b);
|
|
71283
71526
|
this.g.remove(c);
|
|
71284
|
-
this.
|
|
71527
|
+
this.ai = false;
|
|
71285
71528
|
};
|
|
71286
|
-
CheckboxList.prototype.
|
|
71287
|
-
this.
|
|
71529
|
+
CheckboxList.prototype.b5 = function (a) {
|
|
71530
|
+
this.ai = true;
|
|
71288
71531
|
var b = this.e.getItemAtIndex(a);
|
|
71289
71532
|
var c = this.j(b);
|
|
71290
71533
|
this.g.add(c);
|
|
71291
|
-
this.
|
|
71534
|
+
this.ai = false;
|
|
71292
71535
|
};
|
|
71293
|
-
CheckboxList.prototype.
|
|
71536
|
+
CheckboxList.prototype.cy = function () {
|
|
71294
71537
|
this.l = 0;
|
|
71295
71538
|
this.g.clear();
|
|
71296
|
-
this.
|
|
71297
|
-
this.m.
|
|
71539
|
+
this.cd();
|
|
71540
|
+
this.m.ag();
|
|
71298
71541
|
};
|
|
71299
|
-
CheckboxList.prototype.
|
|
71542
|
+
CheckboxList.prototype.b9 = function () {
|
|
71300
71543
|
this.l = 1;
|
|
71301
71544
|
this.g.clear();
|
|
71302
|
-
this.
|
|
71303
|
-
this.m.
|
|
71545
|
+
this.cd();
|
|
71546
|
+
this.m.ag();
|
|
71304
71547
|
};
|
|
71305
|
-
CheckboxList.prototype.
|
|
71548
|
+
CheckboxList.prototype.cg = function (a, b, c) {
|
|
71306
71549
|
if (this.h != null) {
|
|
71307
71550
|
this.h.u5(a, b, c);
|
|
71308
71551
|
}
|
|
71309
71552
|
};
|
|
71310
|
-
CheckboxList.prototype.
|
|
71553
|
+
CheckboxList.prototype.cd = function () {
|
|
71311
71554
|
if (this.h != null) {
|
|
71312
71555
|
this.h.uz();
|
|
71313
71556
|
}
|
|
71314
71557
|
};
|
|
71315
|
-
CheckboxList.prototype.
|
|
71558
|
+
CheckboxList.prototype.ce = function (a, b) {
|
|
71316
71559
|
if (this.h != null) {
|
|
71317
71560
|
this.h.u1(a, b);
|
|
71318
71561
|
}
|
|
71319
71562
|
;
|
|
71320
71563
|
};
|
|
71321
|
-
CheckboxList.prototype.
|
|
71564
|
+
CheckboxList.prototype.cf = function (a, b) {
|
|
71322
71565
|
if (this.h != null) {
|
|
71323
71566
|
this.h.u2(a, b);
|
|
71324
71567
|
}
|
|
71325
71568
|
;
|
|
71326
71569
|
};
|
|
71327
|
-
CheckboxList.prototype.
|
|
71570
|
+
CheckboxList.prototype.b6 = function (a) {
|
|
71328
71571
|
var b = null;
|
|
71329
71572
|
if (this.b == null || this.b.length == 0) {
|
|
71330
71573
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71339,7 +71582,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71339
71582
|
this.g.add(b);
|
|
71340
71583
|
}
|
|
71341
71584
|
};
|
|
71342
|
-
CheckboxList.prototype.
|
|
71585
|
+
CheckboxList.prototype.cx = function (a) {
|
|
71343
71586
|
var b = null;
|
|
71344
71587
|
if (this.b == null || this.b.length == 0) {
|
|
71345
71588
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71354,59 +71597,59 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71354
71597
|
this.g.remove(b);
|
|
71355
71598
|
}
|
|
71356
71599
|
};
|
|
71357
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71600
|
+
Object.defineProperty(CheckboxList.prototype, "bx", {
|
|
71358
71601
|
get: function () {
|
|
71359
|
-
return this.
|
|
71602
|
+
return this.bw != null ? this.bw : !stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
|
|
71360
71603
|
},
|
|
71361
71604
|
set: function (a) {
|
|
71362
|
-
if (a == this.
|
|
71605
|
+
if (a == this.bw) {
|
|
71363
71606
|
return;
|
|
71364
71607
|
}
|
|
71365
|
-
var b = this.
|
|
71366
|
-
this.
|
|
71367
|
-
this.
|
|
71608
|
+
var b = this.bw;
|
|
71609
|
+
this.bw = a;
|
|
71610
|
+
this.cn("SelectAllCaption", b, this.bw);
|
|
71368
71611
|
},
|
|
71369
71612
|
enumerable: true,
|
|
71370
71613
|
configurable: true
|
|
71371
71614
|
});
|
|
71372
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71615
|
+
Object.defineProperty(CheckboxList.prototype, "dw", {
|
|
71373
71616
|
get: function () {
|
|
71374
|
-
return this.
|
|
71617
|
+
return this.df;
|
|
71375
71618
|
},
|
|
71376
71619
|
set: function (a) {
|
|
71377
|
-
var b = this.
|
|
71378
|
-
this.
|
|
71379
|
-
if (b != this.
|
|
71380
|
-
this.
|
|
71620
|
+
var b = this.df;
|
|
71621
|
+
this.df = a;
|
|
71622
|
+
if (b != this.df) {
|
|
71623
|
+
this.cn("SelectAllCaptionTextColor", b, a);
|
|
71381
71624
|
}
|
|
71382
71625
|
},
|
|
71383
71626
|
enumerable: true,
|
|
71384
71627
|
configurable: true
|
|
71385
71628
|
});
|
|
71386
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71629
|
+
Object.defineProperty(CheckboxList.prototype, "dh", {
|
|
71387
71630
|
get: function () {
|
|
71388
|
-
return this.
|
|
71631
|
+
return this.c3;
|
|
71389
71632
|
},
|
|
71390
71633
|
set: function (a) {
|
|
71391
|
-
var b = this.
|
|
71392
|
-
this.
|
|
71393
|
-
if (b != this.
|
|
71394
|
-
this.
|
|
71634
|
+
var b = this.c3;
|
|
71635
|
+
this.c3 = a;
|
|
71636
|
+
if (b != this.c3) {
|
|
71637
|
+
this.cn("ActualSelectAllCaptionTextColor", b, a);
|
|
71395
71638
|
}
|
|
71396
71639
|
},
|
|
71397
71640
|
enumerable: true,
|
|
71398
71641
|
configurable: true
|
|
71399
71642
|
});
|
|
71400
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71643
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
71401
71644
|
get: function () {
|
|
71402
|
-
if (-1 == this.
|
|
71645
|
+
if (-1 == this.aw) {
|
|
71403
71646
|
return false;
|
|
71404
71647
|
}
|
|
71405
71648
|
var a = this.g.count;
|
|
71406
71649
|
if (0 == a) {
|
|
71407
71650
|
return false;
|
|
71408
71651
|
}
|
|
71409
|
-
if (a == this.
|
|
71652
|
+
if (a == this.aw) {
|
|
71410
71653
|
return false;
|
|
71411
71654
|
}
|
|
71412
71655
|
return true;
|
|
@@ -71414,50 +71657,50 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71414
71657
|
enumerable: true,
|
|
71415
71658
|
configurable: true
|
|
71416
71659
|
});
|
|
71417
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71660
|
+
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
71418
71661
|
get: function () {
|
|
71419
|
-
return this.
|
|
71662
|
+
return this.ar;
|
|
71420
71663
|
},
|
|
71421
71664
|
set: function (a) {
|
|
71422
|
-
if (a == this.
|
|
71665
|
+
if (a == this.ar) {
|
|
71423
71666
|
return;
|
|
71424
71667
|
}
|
|
71425
|
-
var b = this.
|
|
71426
|
-
this.
|
|
71427
|
-
this.
|
|
71668
|
+
var b = this.ar;
|
|
71669
|
+
this.ar = a;
|
|
71670
|
+
this.cn("showSelectAll", b, this.ar);
|
|
71428
71671
|
},
|
|
71429
71672
|
enumerable: true,
|
|
71430
71673
|
configurable: true
|
|
71431
71674
|
});
|
|
71432
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71675
|
+
Object.defineProperty(CheckboxList.prototype, "di", {
|
|
71433
71676
|
get: function () {
|
|
71434
|
-
return this.
|
|
71677
|
+
return this.c4;
|
|
71435
71678
|
},
|
|
71436
71679
|
set: function (a) {
|
|
71437
|
-
var b = this.
|
|
71438
|
-
this.
|
|
71439
|
-
if (b != this.
|
|
71440
|
-
this.
|
|
71680
|
+
var b = this.c4;
|
|
71681
|
+
this.c4 = a;
|
|
71682
|
+
if (b != this.c4) {
|
|
71683
|
+
this.cn("BackgroundColor", b, a);
|
|
71441
71684
|
}
|
|
71442
71685
|
},
|
|
71443
71686
|
enumerable: true,
|
|
71444
71687
|
configurable: true
|
|
71445
71688
|
});
|
|
71446
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71689
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
71447
71690
|
get: function () {
|
|
71448
|
-
return this.
|
|
71691
|
+
return this.dg;
|
|
71449
71692
|
},
|
|
71450
71693
|
set: function (a) {
|
|
71451
|
-
var b = this.
|
|
71452
|
-
this.
|
|
71453
|
-
if (b != this.
|
|
71454
|
-
this.
|
|
71694
|
+
var b = this.dg;
|
|
71695
|
+
this.dg = a;
|
|
71696
|
+
if (b != this.dg) {
|
|
71697
|
+
this.cn("TextColor", b, a);
|
|
71455
71698
|
}
|
|
71456
71699
|
},
|
|
71457
71700
|
enumerable: true,
|
|
71458
71701
|
configurable: true
|
|
71459
71702
|
});
|
|
71460
|
-
CheckboxList.prototype.
|
|
71703
|
+
CheckboxList.prototype.cp = function (a) {
|
|
71461
71704
|
if (this.selectAllCheckboxChanged != null) {
|
|
71462
71705
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
71463
71706
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -71466,77 +71709,77 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71466
71709
|
})()));
|
|
71467
71710
|
}
|
|
71468
71711
|
};
|
|
71469
|
-
CheckboxList.prototype.
|
|
71470
|
-
if (-1 == this.
|
|
71712
|
+
CheckboxList.prototype.al = function () {
|
|
71713
|
+
if (-1 == this.aw) {
|
|
71471
71714
|
return true;
|
|
71472
71715
|
}
|
|
71473
71716
|
var a = this.g.count;
|
|
71474
71717
|
switch (this.l) {
|
|
71475
|
-
case 0: return this.
|
|
71718
|
+
case 0: return this.aw == a;
|
|
71476
71719
|
case 1: return 0 == a;
|
|
71477
71720
|
default: return false;
|
|
71478
71721
|
}
|
|
71479
71722
|
};
|
|
71480
|
-
CheckboxList.prototype.
|
|
71481
|
-
if (-1 == this.
|
|
71723
|
+
CheckboxList.prototype.ak = function () {
|
|
71724
|
+
if (-1 == this.aw) {
|
|
71482
71725
|
return false;
|
|
71483
71726
|
}
|
|
71484
71727
|
var a = this.g.count;
|
|
71485
71728
|
switch (this.l) {
|
|
71486
71729
|
case 0: return 0 == a;
|
|
71487
|
-
case 1: return this.
|
|
71730
|
+
case 1: return this.aw == a;
|
|
71488
71731
|
default: return false;
|
|
71489
71732
|
}
|
|
71490
71733
|
};
|
|
71491
|
-
CheckboxList.prototype.
|
|
71734
|
+
CheckboxList.prototype.b7 = function () {
|
|
71492
71735
|
var a = this.h.actualDataSource;
|
|
71493
71736
|
if (null != a) {
|
|
71494
71737
|
if (null == a.actualSchema) {
|
|
71495
|
-
this.
|
|
71738
|
+
this.aw = -1;
|
|
71496
71739
|
return;
|
|
71497
71740
|
}
|
|
71498
71741
|
var b = a.actualCount;
|
|
71499
|
-
this.
|
|
71742
|
+
this.aw = b;
|
|
71500
71743
|
}
|
|
71501
71744
|
else {
|
|
71502
|
-
this.
|
|
71745
|
+
this.aw = -1;
|
|
71503
71746
|
}
|
|
71504
71747
|
};
|
|
71505
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71748
|
+
Object.defineProperty(CheckboxList.prototype, "aq", {
|
|
71506
71749
|
get: function () {
|
|
71507
|
-
return this.
|
|
71750
|
+
return this.ap;
|
|
71508
71751
|
},
|
|
71509
71752
|
set: function (a) {
|
|
71510
|
-
if (a == this.
|
|
71753
|
+
if (a == this.ap) {
|
|
71511
71754
|
return;
|
|
71512
71755
|
}
|
|
71513
|
-
var b = this.
|
|
71514
|
-
this.
|
|
71515
|
-
this.
|
|
71756
|
+
var b = this.ap;
|
|
71757
|
+
this.ap = a;
|
|
71758
|
+
this.cn("ShowFilter", b, this.ap);
|
|
71516
71759
|
},
|
|
71517
71760
|
enumerable: true,
|
|
71518
71761
|
configurable: true
|
|
71519
71762
|
});
|
|
71520
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71763
|
+
Object.defineProperty(CheckboxList.prototype, "an", {
|
|
71521
71764
|
get: function () {
|
|
71522
|
-
return this.
|
|
71765
|
+
return this.am;
|
|
71523
71766
|
},
|
|
71524
71767
|
set: function (a) {
|
|
71525
|
-
if (a == this.
|
|
71768
|
+
if (a == this.am) {
|
|
71526
71769
|
return;
|
|
71527
71770
|
}
|
|
71528
|
-
var b = this.
|
|
71529
|
-
this.
|
|
71530
|
-
this.
|
|
71771
|
+
var b = this.am;
|
|
71772
|
+
this.am = a;
|
|
71773
|
+
this.cn("IsRowHoverEnabled", b, this.am);
|
|
71531
71774
|
},
|
|
71532
71775
|
enumerable: true,
|
|
71533
71776
|
configurable: true
|
|
71534
71777
|
});
|
|
71535
71778
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
71536
|
-
CheckboxList.
|
|
71537
|
-
CheckboxList.
|
|
71538
|
-
CheckboxList.
|
|
71539
|
-
CheckboxList.
|
|
71779
|
+
CheckboxList.dx = BrushUtil.g(255, 24, 29, 31);
|
|
71780
|
+
CheckboxList.bt = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
71781
|
+
CheckboxList.dp = BrushUtil.g(255, 248, 248, 248);
|
|
71782
|
+
CheckboxList.dq = BrushUtil.g(255, 24, 29, 31);
|
|
71540
71783
|
return CheckboxList;
|
|
71541
71784
|
}(Base));
|
|
71542
71785
|
|
|
@@ -71907,10 +72150,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71907
72150
|
* Gets or Sets the property name that contains the values.
|
|
71908
72151
|
*/
|
|
71909
72152
|
get: function () {
|
|
71910
|
-
return this.i.
|
|
72153
|
+
return this.i.bc;
|
|
71911
72154
|
},
|
|
71912
72155
|
set: function (v) {
|
|
71913
|
-
this.i.
|
|
72156
|
+
this.i.bc = v;
|
|
71914
72157
|
},
|
|
71915
72158
|
enumerable: true,
|
|
71916
72159
|
configurable: true
|
|
@@ -71920,10 +72163,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71920
72163
|
* Gets or Sets the property name that contains the values.
|
|
71921
72164
|
*/
|
|
71922
72165
|
get: function () {
|
|
71923
|
-
return this.i.
|
|
72166
|
+
return this.i.b0;
|
|
71924
72167
|
},
|
|
71925
72168
|
set: function (v) {
|
|
71926
|
-
this.i.
|
|
72169
|
+
this.i.b0 = v;
|
|
71927
72170
|
},
|
|
71928
72171
|
enumerable: true,
|
|
71929
72172
|
configurable: true
|
|
@@ -71933,10 +72176,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71933
72176
|
* Gets or Sets the property name that contains the values.
|
|
71934
72177
|
*/
|
|
71935
72178
|
get: function () {
|
|
71936
|
-
return this.i.
|
|
72179
|
+
return this.i.bg;
|
|
71937
72180
|
},
|
|
71938
72181
|
set: function (v) {
|
|
71939
|
-
this.i.
|
|
72182
|
+
this.i.bg = v;
|
|
71940
72183
|
},
|
|
71941
72184
|
enumerable: true,
|
|
71942
72185
|
configurable: true
|
|
@@ -71960,18 +72203,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71960
72203
|
* Gets or Sets the property name that contains the values.
|
|
71961
72204
|
*/
|
|
71962
72205
|
get: function () {
|
|
71963
|
-
return this.i.
|
|
72206
|
+
return this.i.ax;
|
|
71964
72207
|
},
|
|
71965
72208
|
set: function (v) {
|
|
71966
|
-
this.i.
|
|
71967
|
-
this._a("rowHeight", this.i.
|
|
72209
|
+
this.i.ax = +v;
|
|
72210
|
+
this._a("rowHeight", this.i.ax);
|
|
71968
72211
|
},
|
|
71969
72212
|
enumerable: true,
|
|
71970
72213
|
configurable: true
|
|
71971
72214
|
});
|
|
71972
72215
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
71973
72216
|
get: function () {
|
|
71974
|
-
return this.i.
|
|
72217
|
+
return this.i.av;
|
|
71975
72218
|
},
|
|
71976
72219
|
enumerable: true,
|
|
71977
72220
|
configurable: true
|
|
@@ -71981,16 +72224,16 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71981
72224
|
* Gets or Sets the property name that contains the values.
|
|
71982
72225
|
*/
|
|
71983
72226
|
get: function () {
|
|
71984
|
-
if (this.i.
|
|
72227
|
+
if (this.i.ae == null) {
|
|
71985
72228
|
return null;
|
|
71986
72229
|
}
|
|
71987
|
-
return this.i.
|
|
72230
|
+
return this.i.ae.fontString;
|
|
71988
72231
|
},
|
|
71989
72232
|
set: function (v) {
|
|
71990
72233
|
var fi = new FontInfo();
|
|
71991
72234
|
fi.fontString = v;
|
|
71992
|
-
this.i.
|
|
71993
|
-
this._a("cellTextStyle", this.i.
|
|
72235
|
+
this.i.ae = fi;
|
|
72236
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
71994
72237
|
},
|
|
71995
72238
|
enumerable: true,
|
|
71996
72239
|
configurable: true
|
|
@@ -72037,6 +72280,151 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72037
72280
|
enumerable: true,
|
|
72038
72281
|
configurable: true
|
|
72039
72282
|
});
|
|
72283
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchIconColor", {
|
|
72284
|
+
/**
|
|
72285
|
+
* Gets or sets the search icon color.
|
|
72286
|
+
*/
|
|
72287
|
+
get: function () {
|
|
72288
|
+
return brushToString(this.i.du);
|
|
72289
|
+
},
|
|
72290
|
+
set: function (v) {
|
|
72291
|
+
this.i.du = stringToBrush(v);
|
|
72292
|
+
this._a("searchIconColor", brushToString(this.i.du));
|
|
72293
|
+
},
|
|
72294
|
+
enumerable: true,
|
|
72295
|
+
configurable: true
|
|
72296
|
+
});
|
|
72297
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBackgroundColor", {
|
|
72298
|
+
/**
|
|
72299
|
+
* Gets or sets the search background color.
|
|
72300
|
+
*/
|
|
72301
|
+
get: function () {
|
|
72302
|
+
return brushToString(this.i.ds);
|
|
72303
|
+
},
|
|
72304
|
+
set: function (v) {
|
|
72305
|
+
this.i.ds = stringToBrush(v);
|
|
72306
|
+
this._a("searchBackgroundColor", brushToString(this.i.ds));
|
|
72307
|
+
},
|
|
72308
|
+
enumerable: true,
|
|
72309
|
+
configurable: true
|
|
72310
|
+
});
|
|
72311
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextColor", {
|
|
72312
|
+
/**
|
|
72313
|
+
* Gets or sets the search text color.
|
|
72314
|
+
*/
|
|
72315
|
+
get: function () {
|
|
72316
|
+
return brushToString(this.i.dv);
|
|
72317
|
+
},
|
|
72318
|
+
set: function (v) {
|
|
72319
|
+
this.i.dv = stringToBrush(v);
|
|
72320
|
+
this._a("searchTextColor", brushToString(this.i.dv));
|
|
72321
|
+
},
|
|
72322
|
+
enumerable: true,
|
|
72323
|
+
configurable: true
|
|
72324
|
+
});
|
|
72325
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBorderColor", {
|
|
72326
|
+
/**
|
|
72327
|
+
* Gets or sets the search border color.
|
|
72328
|
+
*/
|
|
72329
|
+
get: function () {
|
|
72330
|
+
return brushToString(this.i.dt);
|
|
72331
|
+
},
|
|
72332
|
+
set: function (v) {
|
|
72333
|
+
this.i.dt = stringToBrush(v);
|
|
72334
|
+
this._a("searchBorderColor", brushToString(this.i.dt));
|
|
72335
|
+
},
|
|
72336
|
+
enumerable: true,
|
|
72337
|
+
configurable: true
|
|
72338
|
+
});
|
|
72339
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextStyle", {
|
|
72340
|
+
/**
|
|
72341
|
+
* Gets or sets the text style.
|
|
72342
|
+
*/
|
|
72343
|
+
get: function () {
|
|
72344
|
+
if (this.i.af == null) {
|
|
72345
|
+
return null;
|
|
72346
|
+
}
|
|
72347
|
+
return this.i.af.fontString;
|
|
72348
|
+
},
|
|
72349
|
+
set: function (v) {
|
|
72350
|
+
var fi = new FontInfo();
|
|
72351
|
+
fi.fontString = v;
|
|
72352
|
+
this.i.af = fi;
|
|
72353
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
72354
|
+
},
|
|
72355
|
+
enumerable: true,
|
|
72356
|
+
configurable: true
|
|
72357
|
+
});
|
|
72358
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxTickColor", {
|
|
72359
|
+
/**
|
|
72360
|
+
* Gets or sets the checkbox tick color.
|
|
72361
|
+
*/
|
|
72362
|
+
get: function () {
|
|
72363
|
+
return brushToString(this.i.dl);
|
|
72364
|
+
},
|
|
72365
|
+
set: function (v) {
|
|
72366
|
+
this.i.dl = stringToBrush(v);
|
|
72367
|
+
this._a("checkboxTickColor", brushToString(this.i.dl));
|
|
72368
|
+
},
|
|
72369
|
+
enumerable: true,
|
|
72370
|
+
configurable: true
|
|
72371
|
+
});
|
|
72372
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBackgroundColor", {
|
|
72373
|
+
/**
|
|
72374
|
+
* Gets or sets the checkbox background color when checked.
|
|
72375
|
+
*/
|
|
72376
|
+
get: function () {
|
|
72377
|
+
return brushToString(this.i.dj);
|
|
72378
|
+
},
|
|
72379
|
+
set: function (v) {
|
|
72380
|
+
this.i.dj = stringToBrush(v);
|
|
72381
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.dj));
|
|
72382
|
+
},
|
|
72383
|
+
enumerable: true,
|
|
72384
|
+
configurable: true
|
|
72385
|
+
});
|
|
72386
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBackgroundColor", {
|
|
72387
|
+
/**
|
|
72388
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
72389
|
+
*/
|
|
72390
|
+
get: function () {
|
|
72391
|
+
return brushToString(this.i.dm);
|
|
72392
|
+
},
|
|
72393
|
+
set: function (v) {
|
|
72394
|
+
this.i.dm = stringToBrush(v);
|
|
72395
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.dm));
|
|
72396
|
+
},
|
|
72397
|
+
enumerable: true,
|
|
72398
|
+
configurable: true
|
|
72399
|
+
});
|
|
72400
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBorderColor", {
|
|
72401
|
+
/**
|
|
72402
|
+
* Gets or sets the checkbox border color when checked.
|
|
72403
|
+
*/
|
|
72404
|
+
get: function () {
|
|
72405
|
+
return brushToString(this.i.dk);
|
|
72406
|
+
},
|
|
72407
|
+
set: function (v) {
|
|
72408
|
+
this.i.dk = stringToBrush(v);
|
|
72409
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.dk));
|
|
72410
|
+
},
|
|
72411
|
+
enumerable: true,
|
|
72412
|
+
configurable: true
|
|
72413
|
+
});
|
|
72414
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBorderColor", {
|
|
72415
|
+
/**
|
|
72416
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
72417
|
+
*/
|
|
72418
|
+
get: function () {
|
|
72419
|
+
return brushToString(this.i.dn);
|
|
72420
|
+
},
|
|
72421
|
+
set: function (v) {
|
|
72422
|
+
this.i.dn = stringToBrush(v);
|
|
72423
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.dn));
|
|
72424
|
+
},
|
|
72425
|
+
enumerable: true,
|
|
72426
|
+
configurable: true
|
|
72427
|
+
});
|
|
72040
72428
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "scrollbarStyle", {
|
|
72041
72429
|
/**
|
|
72042
72430
|
* Gets or sets the style of scrollbar.
|
|
@@ -72056,11 +72444,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72056
72444
|
* Gets or sets the scrollbar background color.
|
|
72057
72445
|
*/
|
|
72058
72446
|
get: function () {
|
|
72059
|
-
return brushToString(this.i.
|
|
72447
|
+
return brushToString(this.i.dr);
|
|
72060
72448
|
},
|
|
72061
72449
|
set: function (v) {
|
|
72062
|
-
this.i.
|
|
72063
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
72450
|
+
this.i.dr = stringToBrush(v);
|
|
72451
|
+
this._a("scrollbarBackground", brushToString(this.i.dr));
|
|
72064
72452
|
},
|
|
72065
72453
|
enumerable: true,
|
|
72066
72454
|
configurable: true
|
|
@@ -72070,10 +72458,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72070
72458
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
72071
72459
|
*/
|
|
72072
72460
|
get: function () {
|
|
72073
|
-
return this.i.
|
|
72461
|
+
return this.i.bx;
|
|
72074
72462
|
},
|
|
72075
72463
|
set: function (v) {
|
|
72076
|
-
this.i.
|
|
72464
|
+
this.i.bx = v;
|
|
72077
72465
|
},
|
|
72078
72466
|
enumerable: true,
|
|
72079
72467
|
configurable: true
|
|
@@ -72083,11 +72471,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72083
72471
|
* Gets or sets the color to use for the "Select All" label.
|
|
72084
72472
|
*/
|
|
72085
72473
|
get: function () {
|
|
72086
|
-
return brushToString(this.i.
|
|
72474
|
+
return brushToString(this.i.dw);
|
|
72087
72475
|
},
|
|
72088
72476
|
set: function (v) {
|
|
72089
|
-
this.i.
|
|
72090
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
72477
|
+
this.i.dw = stringToBrush(v);
|
|
72478
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.dw));
|
|
72091
72479
|
},
|
|
72092
72480
|
enumerable: true,
|
|
72093
72481
|
configurable: true
|
|
@@ -72097,11 +72485,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72097
72485
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
72098
72486
|
*/
|
|
72099
72487
|
get: function () {
|
|
72100
|
-
return brushToString(this.i.
|
|
72488
|
+
return brushToString(this.i.dh);
|
|
72101
72489
|
},
|
|
72102
72490
|
set: function (v) {
|
|
72103
|
-
this.i.
|
|
72104
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
72491
|
+
this.i.dh = stringToBrush(v);
|
|
72492
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.dh));
|
|
72105
72493
|
},
|
|
72106
72494
|
enumerable: true,
|
|
72107
72495
|
configurable: true
|
|
@@ -72111,11 +72499,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72111
72499
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
72112
72500
|
*/
|
|
72113
72501
|
get: function () {
|
|
72114
|
-
return this.i.
|
|
72502
|
+
return this.i.as;
|
|
72115
72503
|
},
|
|
72116
72504
|
set: function (v) {
|
|
72117
|
-
this.i.
|
|
72118
|
-
this._a("showSelectAll", this.i.
|
|
72505
|
+
this.i.as = ensureBool(v);
|
|
72506
|
+
this._a("showSelectAll", this.i.as);
|
|
72119
72507
|
},
|
|
72120
72508
|
enumerable: true,
|
|
72121
72509
|
configurable: true
|
|
@@ -72125,11 +72513,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72125
72513
|
* Gets or sets the color to use for the background of the component.
|
|
72126
72514
|
*/
|
|
72127
72515
|
get: function () {
|
|
72128
|
-
return brushToString(this.i.
|
|
72516
|
+
return brushToString(this.i.di);
|
|
72129
72517
|
},
|
|
72130
72518
|
set: function (v) {
|
|
72131
|
-
this.i.
|
|
72132
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
72519
|
+
this.i.di = stringToBrush(v);
|
|
72520
|
+
this._a("backgroundColor", brushToString(this.i.di));
|
|
72133
72521
|
},
|
|
72134
72522
|
enumerable: true,
|
|
72135
72523
|
configurable: true
|
|
@@ -72139,11 +72527,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72139
72527
|
* Gets or sets the color to use for the text of the component.
|
|
72140
72528
|
*/
|
|
72141
72529
|
get: function () {
|
|
72142
|
-
return brushToString(this.i.
|
|
72530
|
+
return brushToString(this.i.dy);
|
|
72143
72531
|
},
|
|
72144
72532
|
set: function (v) {
|
|
72145
|
-
this.i.
|
|
72146
|
-
this._a("textColor", brushToString(this.i.
|
|
72533
|
+
this.i.dy = stringToBrush(v);
|
|
72534
|
+
this._a("textColor", brushToString(this.i.dy));
|
|
72147
72535
|
},
|
|
72148
72536
|
enumerable: true,
|
|
72149
72537
|
configurable: true
|
|
@@ -72153,11 +72541,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72153
72541
|
* Gets or sets whether the filter input is visible.
|
|
72154
72542
|
*/
|
|
72155
72543
|
get: function () {
|
|
72156
|
-
return this.i.
|
|
72544
|
+
return this.i.aq;
|
|
72157
72545
|
},
|
|
72158
72546
|
set: function (v) {
|
|
72159
|
-
this.i.
|
|
72160
|
-
this._a("showFilter", this.i.
|
|
72547
|
+
this.i.aq = ensureBool(v);
|
|
72548
|
+
this._a("showFilter", this.i.aq);
|
|
72161
72549
|
},
|
|
72162
72550
|
enumerable: true,
|
|
72163
72551
|
configurable: true
|
|
@@ -72167,11 +72555,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72167
72555
|
* Gets or sets whether row hover highlighting is enabled.
|
|
72168
72556
|
*/
|
|
72169
72557
|
get: function () {
|
|
72170
|
-
return this.i.
|
|
72558
|
+
return this.i.an;
|
|
72171
72559
|
},
|
|
72172
72560
|
set: function (v) {
|
|
72173
|
-
this.i.
|
|
72174
|
-
this._a("isRowHoverEnabled", this.i.
|
|
72561
|
+
this.i.an = ensureBool(v);
|
|
72562
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
72175
72563
|
},
|
|
72176
72564
|
enumerable: true,
|
|
72177
72565
|
configurable: true
|
|
@@ -72249,17 +72637,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72249
72637
|
|
|
72250
72638
|
*/
|
|
72251
72639
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
72252
|
-
this.i.
|
|
72640
|
+
this.i.cy();
|
|
72253
72641
|
};
|
|
72254
72642
|
/**
|
|
72255
72643
|
* Deselects all the items in the checkbox list.
|
|
72256
72644
|
|
|
72257
72645
|
*/
|
|
72258
72646
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
72259
|
-
this.i.
|
|
72647
|
+
this.i.b9();
|
|
72260
72648
|
};
|
|
72261
72649
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
72262
|
-
this.i.
|
|
72650
|
+
this.i.cg(index, oldItem, newItem);
|
|
72263
72651
|
};
|
|
72264
72652
|
/**
|
|
72265
72653
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -72267,26 +72655,26 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72267
72655
|
|
|
72268
72656
|
*/
|
|
72269
72657
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
72270
|
-
this.i.
|
|
72658
|
+
this.i.cd();
|
|
72271
72659
|
};
|
|
72272
72660
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
72273
|
-
this.i.
|
|
72661
|
+
this.i.ce(index, newItem);
|
|
72274
72662
|
};
|
|
72275
72663
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
72276
|
-
this.i.
|
|
72664
|
+
this.i.cf(index, oldItem);
|
|
72277
72665
|
};
|
|
72278
72666
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
72279
|
-
this.i.
|
|
72667
|
+
this.i.b6(value);
|
|
72280
72668
|
};
|
|
72281
72669
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
72282
|
-
this.i.
|
|
72670
|
+
this.i.cx(value);
|
|
72283
72671
|
};
|
|
72284
72672
|
/**
|
|
72285
72673
|
* Returns true if no items are selected / checked; otherwise false.
|
|
72286
72674
|
|
|
72287
72675
|
*/
|
|
72288
72676
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
72289
|
-
var iv = this.i.
|
|
72677
|
+
var iv = this.i.al();
|
|
72290
72678
|
return (iv);
|
|
72291
72679
|
};
|
|
72292
72680
|
/**
|
|
@@ -72294,7 +72682,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72294
72682
|
|
|
72295
72683
|
*/
|
|
72296
72684
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
72297
|
-
var iv = this.i.
|
|
72685
|
+
var iv = this.i.ak();
|
|
72298
72686
|
return (iv);
|
|
72299
72687
|
};
|
|
72300
72688
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
|
|
@@ -72709,7 +73097,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72709
73097
|
break;
|
|
72710
73098
|
case "FilterPlaceholderText":
|
|
72711
73099
|
if (this.d != null) {
|
|
72712
|
-
this.d.
|
|
73100
|
+
this.d.bg = this.s;
|
|
72713
73101
|
}
|
|
72714
73102
|
break;
|
|
72715
73103
|
case "BaseTheme":
|
|
@@ -72720,7 +73108,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72720
73108
|
break;
|
|
72721
73109
|
case "BackgroundColor":
|
|
72722
73110
|
if (this.d != null) {
|
|
72723
|
-
this.d.
|
|
73111
|
+
this.d.di = this.aq;
|
|
72724
73112
|
}
|
|
72725
73113
|
this.c.i();
|
|
72726
73114
|
break;
|
|
@@ -72750,7 +73138,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72750
73138
|
if (this.a != null && this.d != null) {
|
|
72751
73139
|
this.d.y = this.f;
|
|
72752
73140
|
this.d.aa = this.h;
|
|
72753
|
-
this.d.
|
|
73141
|
+
this.d.di = this.aq;
|
|
72754
73142
|
var a = void 0;
|
|
72755
73143
|
var b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
72756
73144
|
try {
|
|
@@ -72780,16 +73168,16 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72780
73168
|
}
|
|
72781
73169
|
}
|
|
72782
73170
|
if (this.s != null) {
|
|
72783
|
-
this.d.
|
|
73171
|
+
this.d.bg = this.s;
|
|
72784
73172
|
}
|
|
72785
73173
|
this.d.itemsSource = b;
|
|
72786
73174
|
var e = "";
|
|
72787
73175
|
var f = "";
|
|
72788
73176
|
e = "columnName";
|
|
72789
73177
|
f = "isNotHidden";
|
|
72790
|
-
this.d.
|
|
72791
|
-
this.d.
|
|
72792
|
-
this.d.
|
|
73178
|
+
this.d.b0 = f;
|
|
73179
|
+
this.d.bc = e;
|
|
73180
|
+
this.d.as = true;
|
|
72793
73181
|
}
|
|
72794
73182
|
};
|
|
72795
73183
|
ColumnChooser.prototype.an = function (a) {
|
|
@@ -72799,7 +73187,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72799
73187
|
};
|
|
72800
73188
|
ColumnChooser.prototype.al = function () {
|
|
72801
73189
|
var e_2, _a;
|
|
72802
|
-
this.d.
|
|
73190
|
+
this.d.cy();
|
|
72803
73191
|
if (this.a != null) {
|
|
72804
73192
|
try {
|
|
72805
73193
|
for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -72825,7 +73213,7 @@ var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72825
73213
|
};
|
|
72826
73214
|
ColumnChooser.prototype.ae = function () {
|
|
72827
73215
|
var e_3, _a;
|
|
72828
|
-
this.d.
|
|
73216
|
+
this.d.b9();
|
|
72829
73217
|
if (this.a != null) {
|
|
72830
73218
|
try {
|
|
72831
73219
|
for (var _b = __values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -74054,7 +74442,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74054
74442
|
break;
|
|
74055
74443
|
case "FilterPlaceholderText":
|
|
74056
74444
|
if (this.d != null) {
|
|
74057
|
-
this.d.
|
|
74445
|
+
this.d.bg = this.s;
|
|
74058
74446
|
}
|
|
74059
74447
|
break;
|
|
74060
74448
|
case "BaseTheme":
|
|
@@ -74065,7 +74453,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74065
74453
|
break;
|
|
74066
74454
|
case "BackgroundColor":
|
|
74067
74455
|
if (this.d != null) {
|
|
74068
|
-
this.d.
|
|
74456
|
+
this.d.di = this.an;
|
|
74069
74457
|
}
|
|
74070
74458
|
this.c.g();
|
|
74071
74459
|
break;
|
|
@@ -74095,7 +74483,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74095
74483
|
if (this.a != null && this.d != null) {
|
|
74096
74484
|
this.d.y = this.f;
|
|
74097
74485
|
this.d.aa = this.h;
|
|
74098
|
-
this.d.
|
|
74486
|
+
this.d.di = this.an;
|
|
74099
74487
|
var a = void 0;
|
|
74100
74488
|
var b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
74101
74489
|
try {
|
|
@@ -74129,17 +74517,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74129
74517
|
throw e_1.error;
|
|
74130
74518
|
}
|
|
74131
74519
|
}
|
|
74132
|
-
this.d.
|
|
74520
|
+
this.d.as = false;
|
|
74133
74521
|
if (this.s != null) {
|
|
74134
|
-
this.d.
|
|
74522
|
+
this.d.bg = this.s;
|
|
74135
74523
|
}
|
|
74136
74524
|
this.d.itemsSource = b;
|
|
74137
74525
|
var e = "";
|
|
74138
74526
|
var f = "";
|
|
74139
74527
|
e = "columnName";
|
|
74140
74528
|
f = "isPinned";
|
|
74141
|
-
this.d.
|
|
74142
|
-
this.d.
|
|
74529
|
+
this.d.b0 = f;
|
|
74530
|
+
this.d.bc = e;
|
|
74143
74531
|
}
|
|
74144
74532
|
};
|
|
74145
74533
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
@@ -78936,7 +79324,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78936
79324
|
configurable: true
|
|
78937
79325
|
});
|
|
78938
79326
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
78939
|
-
var a = this.bx.
|
|
79327
|
+
var a = this.bx.al();
|
|
78940
79328
|
this.bw.al(!a);
|
|
78941
79329
|
var b = this.b3();
|
|
78942
79330
|
this.bw.am(b);
|
|
@@ -79071,7 +79459,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79071
79459
|
}
|
|
79072
79460
|
}
|
|
79073
79461
|
this.bx.itemsSource = e;
|
|
79074
|
-
this.bx.
|
|
79462
|
+
this.bx.bc = c;
|
|
79075
79463
|
this.bx.b = [c];
|
|
79076
79464
|
e.shouldEmitSectionHeaders = true;
|
|
79077
79465
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -79117,15 +79505,15 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79117
79505
|
}
|
|
79118
79506
|
}
|
|
79119
79507
|
if (e.count == 0 || !c) {
|
|
79120
|
-
this.bx.
|
|
79508
|
+
this.bx.cy();
|
|
79121
79509
|
return;
|
|
79122
79510
|
}
|
|
79123
79511
|
switch (d.value) {
|
|
79124
79512
|
case 0:
|
|
79125
|
-
this.bx.
|
|
79513
|
+
this.bx.b9();
|
|
79126
79514
|
break;
|
|
79127
79515
|
case 1:
|
|
79128
|
-
this.bx.
|
|
79516
|
+
this.bx.cy();
|
|
79129
79517
|
break;
|
|
79130
79518
|
}
|
|
79131
79519
|
var h = this.bx.g;
|
|
@@ -79183,9 +79571,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79183
79571
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
79184
79572
|
if (null != this.bx) {
|
|
79185
79573
|
this.bx.aa = this.b0;
|
|
79186
|
-
this.bx.
|
|
79187
|
-
this.bx.
|
|
79188
|
-
this.bx.
|
|
79574
|
+
this.bx.bg = this.cc;
|
|
79575
|
+
this.bx.di = this.bo;
|
|
79576
|
+
this.bx.dy = this.br;
|
|
79189
79577
|
this.bx.y = this.i;
|
|
79190
79578
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
79191
79579
|
}
|
|
@@ -79539,8 +79927,8 @@ var SummaryChooserView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79539
79927
|
this.e();
|
|
79540
79928
|
};
|
|
79541
79929
|
SummaryChooserView.prototype.e = function () {
|
|
79542
|
-
if (this.model.f.
|
|
79543
|
-
var a = this.model.r.count * this.model.f.
|
|
79930
|
+
if (this.model.f.av > -1) {
|
|
79931
|
+
var a = this.model.r.count * this.model.f.av;
|
|
79544
79932
|
a += 4;
|
|
79545
79933
|
this.d.setStyleProperty("height", a + "px");
|
|
79546
79934
|
}
|
|
@@ -79843,15 +80231,15 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79843
80231
|
SummaryChooser.prototype.a6 = function () {
|
|
79844
80232
|
if (this.e != null) {
|
|
79845
80233
|
this.e.aa = this.m;
|
|
79846
|
-
this.e.
|
|
80234
|
+
this.e.dy = this.ba;
|
|
79847
80235
|
this.e.y = this.i;
|
|
80236
|
+
this.e.as = false;
|
|
79848
80237
|
this.e.aq = false;
|
|
79849
|
-
this.e.
|
|
79850
|
-
this.e.al = false;
|
|
80238
|
+
this.e.an = false;
|
|
79851
80239
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
79852
80240
|
this.e.itemsSource = this.q;
|
|
79853
|
-
this.e.
|
|
79854
|
-
this.e.
|
|
80241
|
+
this.e.bc = "label";
|
|
80242
|
+
this.e.b0 = "isSelected";
|
|
79855
80243
|
this.e.b = ["label"];
|
|
79856
80244
|
}
|
|
79857
80245
|
};
|
|
@@ -79901,7 +80289,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79901
80289
|
if (d.iD == a) {
|
|
79902
80290
|
d.isSelected = b;
|
|
79903
80291
|
if (this.e != null) {
|
|
79904
|
-
this.e.
|
|
80292
|
+
this.e.cg(c, d, d);
|
|
79905
80293
|
}
|
|
79906
80294
|
break;
|
|
79907
80295
|
}
|
|
@@ -79913,7 +80301,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79913
80301
|
c.label = b;
|
|
79914
80302
|
this.q.add(c);
|
|
79915
80303
|
if (this.e != null) {
|
|
79916
|
-
this.e.
|
|
80304
|
+
this.e.ce(this.q.count - 1, c);
|
|
79917
80305
|
}
|
|
79918
80306
|
this.c.onItemInserted();
|
|
79919
80307
|
};
|
|
@@ -79923,7 +80311,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79923
80311
|
if (c.iD == a) {
|
|
79924
80312
|
this.q.removeAt(b);
|
|
79925
80313
|
if (this.e != null) {
|
|
79926
|
-
this.e.
|
|
80314
|
+
this.e.cf(b, c);
|
|
79927
80315
|
}
|
|
79928
80316
|
break;
|
|
79929
80317
|
}
|
|
@@ -79936,7 +80324,7 @@ var SummaryChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79936
80324
|
if (d.iD == a) {
|
|
79937
80325
|
d.label = b;
|
|
79938
80326
|
if (this.e != null) {
|
|
79939
|
-
this.e.
|
|
80327
|
+
this.e.cg(c, d, d);
|
|
79940
80328
|
}
|
|
79941
80329
|
break;
|
|
79942
80330
|
}
|
|
@@ -80363,7 +80751,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80363
80751
|
if (this.by != null) {
|
|
80364
80752
|
this.by.ef = 0;
|
|
80365
80753
|
this.by.ak = false;
|
|
80366
|
-
this.by.
|
|
80754
|
+
this.by.t9 = this.br;
|
|
80367
80755
|
this.bh(this.by);
|
|
80368
80756
|
}
|
|
80369
80757
|
};
|
|
@@ -83387,8 +83775,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83387
83775
|
this.j = new XInput();
|
|
83388
83776
|
this.j.provideContainer(g);
|
|
83389
83777
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
83390
|
-
this.j.
|
|
83391
|
-
this.j.
|
|
83778
|
+
this.j.b6 = "text";
|
|
83779
|
+
this.j.cm = b.text;
|
|
83392
83780
|
var h = this.j;
|
|
83393
83781
|
h.changing = delegateCombine(h.changing, runOn(this, this.bi));
|
|
83394
83782
|
var i = this.j;
|
|
@@ -83638,14 +84026,14 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83638
84026
|
this.az();
|
|
83639
84027
|
var b = this.j;
|
|
83640
84028
|
b.focus();
|
|
83641
|
-
var c = b.
|
|
83642
|
-
var d = null != c ? b.
|
|
83643
|
-
b.
|
|
84029
|
+
var c = b.cm;
|
|
84030
|
+
var d = null != c ? b.cm.length : 0;
|
|
84031
|
+
b.dl(d, d);
|
|
83644
84032
|
}
|
|
83645
84033
|
};
|
|
83646
84034
|
MultiColumnComboBoxView.prototype.by = function () {
|
|
83647
84035
|
this.k.ah = true;
|
|
83648
|
-
this.j.
|
|
84036
|
+
this.j.dj();
|
|
83649
84037
|
var a = new GotFocusEventArgs();
|
|
83650
84038
|
this.g.f1(a);
|
|
83651
84039
|
};
|
|
@@ -83755,7 +84143,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83755
84143
|
if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
|
|
83756
84144
|
b--;
|
|
83757
84145
|
}
|
|
83758
|
-
this.j.
|
|
84146
|
+
this.j.dl(b, c);
|
|
83759
84147
|
};
|
|
83760
84148
|
MultiColumnComboBoxView.prototype.b8 = function () {
|
|
83761
84149
|
if (this.p) {
|
|
@@ -83784,7 +84172,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83784
84172
|
if (this.g.bi == false) {
|
|
83785
84173
|
this.ae.setStyleProperty("display", "none");
|
|
83786
84174
|
}
|
|
83787
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
84175
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
83788
84176
|
this.ae.show();
|
|
83789
84177
|
}
|
|
83790
84178
|
else {
|
|
@@ -83932,9 +84320,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83932
84320
|
this.k.h4 = a.cc;
|
|
83933
84321
|
}
|
|
83934
84322
|
if (null != this.j) {
|
|
83935
|
-
this.j.
|
|
83936
|
-
this.j.
|
|
83937
|
-
this.j.
|
|
84323
|
+
this.j.d1 = a.hg;
|
|
84324
|
+
this.j.af = a.aw;
|
|
84325
|
+
this.j.ce = a.fb;
|
|
83938
84326
|
}
|
|
83939
84327
|
if (null != this.l) {
|
|
83940
84328
|
this.l.text = a.e0;
|
|
@@ -83965,7 +84353,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83965
84353
|
if (!this.v) {
|
|
83966
84354
|
if (null != this.j) {
|
|
83967
84355
|
var a = this.f.text;
|
|
83968
|
-
this.j.
|
|
84356
|
+
this.j.cm = a;
|
|
83969
84357
|
}
|
|
83970
84358
|
}
|
|
83971
84359
|
};
|
|
@@ -84200,7 +84588,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84200
84588
|
};
|
|
84201
84589
|
MultiColumnComboBoxView.prototype.ce = function () {
|
|
84202
84590
|
if (this.j != null) {
|
|
84203
|
-
this.j.
|
|
84591
|
+
this.j.dj();
|
|
84204
84592
|
}
|
|
84205
84593
|
};
|
|
84206
84594
|
MultiColumnComboBoxView.prototype.ci = function (a) {
|
|
@@ -84242,7 +84630,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84242
84630
|
};
|
|
84243
84631
|
MultiColumnComboBoxView.prototype.ax = function (a) {
|
|
84244
84632
|
this.d.ae.clear();
|
|
84245
|
-
this.j.
|
|
84633
|
+
this.j.cm = "";
|
|
84246
84634
|
this.g.text = "";
|
|
84247
84635
|
this.g.value = null;
|
|
84248
84636
|
};
|
|
@@ -84256,7 +84644,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84256
84644
|
}
|
|
84257
84645
|
if (null != this.j) {
|
|
84258
84646
|
this.j.focus();
|
|
84259
|
-
this.j.
|
|
84647
|
+
this.j.dj();
|
|
84260
84648
|
}
|
|
84261
84649
|
};
|
|
84262
84650
|
MultiColumnComboBoxView.prototype.a7 = function (a, b) {
|
|
@@ -84300,7 +84688,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84300
84688
|
this.b9(c);
|
|
84301
84689
|
};
|
|
84302
84690
|
MultiColumnComboBoxView.prototype.bj = function (a, b) {
|
|
84303
|
-
var c = this.j.
|
|
84691
|
+
var c = this.j.cm;
|
|
84304
84692
|
this.b9(c);
|
|
84305
84693
|
};
|
|
84306
84694
|
MultiColumnComboBoxView.prototype.bk = function (a, b) {
|
|
@@ -84321,7 +84709,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84321
84709
|
if (0 == e) {
|
|
84322
84710
|
break;
|
|
84323
84711
|
}
|
|
84324
|
-
var f = this.j.
|
|
84712
|
+
var f = this.j.cm;
|
|
84325
84713
|
if (stringIsNullOrEmpty(f)) {
|
|
84326
84714
|
break;
|
|
84327
84715
|
}
|
|
@@ -84400,7 +84788,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84400
84788
|
};
|
|
84401
84789
|
MultiColumnComboBoxView.prototype.bm = function (a, b) {
|
|
84402
84790
|
if (false == this.o()) {
|
|
84403
|
-
this.j.
|
|
84791
|
+
this.j.dj();
|
|
84404
84792
|
b.handled = true;
|
|
84405
84793
|
}
|
|
84406
84794
|
};
|
|
@@ -95753,7 +96141,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95753
96141
|
break;
|
|
95754
96142
|
case "FilterPlaceholderText":
|
|
95755
96143
|
if (this.n != null) {
|
|
95756
|
-
this.n.
|
|
96144
|
+
this.n.ce = this.b8;
|
|
95757
96145
|
}
|
|
95758
96146
|
break;
|
|
95759
96147
|
case "SearchInputType":
|
|
@@ -95796,11 +96184,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95796
96184
|
try {
|
|
95797
96185
|
for (var _b = __values(fromEnum(this.properties)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
95798
96186
|
var c = _c.value;
|
|
95799
|
-
var d = c.
|
|
96187
|
+
var d = c.an;
|
|
95800
96188
|
if (this.r != null) {
|
|
95801
96189
|
var e = this.r.e(d, false);
|
|
95802
96190
|
if (e != null) {
|
|
95803
|
-
if (c.
|
|
96191
|
+
if (c.r(e)) {
|
|
95804
96192
|
b = true;
|
|
95805
96193
|
}
|
|
95806
96194
|
}
|
|
@@ -96102,7 +96490,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96102
96490
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
96103
96491
|
var c = a;
|
|
96104
96492
|
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
96105
|
-
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.
|
|
96493
|
+
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
96106
96494
|
};
|
|
96107
96495
|
PropertyEditor.prototype.dm = function (a, b) {
|
|
96108
96496
|
var c = a;
|
|
@@ -96111,10 +96499,10 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96111
96499
|
b.resolvedValue = null;
|
|
96112
96500
|
return;
|
|
96113
96501
|
}
|
|
96114
|
-
b.resolvedValue = d.
|
|
96502
|
+
b.resolvedValue = d.al != null ? d.al : d.an;
|
|
96115
96503
|
};
|
|
96116
96504
|
PropertyEditor.prototype.a9 = function (a) {
|
|
96117
|
-
switch (a.
|
|
96505
|
+
switch (a.p) {
|
|
96118
96506
|
case 10: return this.aw(a);
|
|
96119
96507
|
case 7: return this.ax(a);
|
|
96120
96508
|
case 4: return this.az(a);
|
|
@@ -96215,12 +96603,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96215
96603
|
return this.m.i(this.cb(a)) + 17;
|
|
96216
96604
|
};
|
|
96217
96605
|
PropertyEditor.prototype.cb = function (a) {
|
|
96218
|
-
return a.
|
|
96606
|
+
return a.al != null ? a.al : a.an;
|
|
96219
96607
|
};
|
|
96220
96608
|
PropertyEditor.prototype.cs = function (a, b) {
|
|
96221
96609
|
var c = a;
|
|
96222
96610
|
var d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
96223
|
-
var e = d != null ? d.
|
|
96611
|
+
var e = d != null ? d.p : 0;
|
|
96224
96612
|
switch (e) {
|
|
96225
96613
|
case 10:
|
|
96226
96614
|
this.cu(c, b);
|
|
@@ -96316,8 +96704,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96316
96704
|
}
|
|
96317
96705
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96318
96706
|
var f = c.inputs._inner[0];
|
|
96319
|
-
f.
|
|
96320
|
-
f.
|
|
96707
|
+
f.bf = e;
|
|
96708
|
+
f.cm = (e.af != null ? e.af.toString() : "");
|
|
96321
96709
|
if (d) {
|
|
96322
96710
|
f.changing = delegateCombine(f.changing, runOn(_this, _this.dj));
|
|
96323
96711
|
}
|
|
@@ -96331,9 +96719,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96331
96719
|
}
|
|
96332
96720
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96333
96721
|
c.ez = e;
|
|
96334
|
-
var f = e.
|
|
96335
|
-
if (typeof e.
|
|
96336
|
-
f = e.
|
|
96722
|
+
var f = e.af;
|
|
96723
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96724
|
+
f = e.af.toString();
|
|
96337
96725
|
}
|
|
96338
96726
|
_this.m.ac(c, f);
|
|
96339
96727
|
if (d) {
|
|
@@ -96355,12 +96743,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96355
96743
|
c.c4 = e;
|
|
96356
96744
|
c.value = null;
|
|
96357
96745
|
c.itemsSource = _this.b(_this.a(e));
|
|
96358
|
-
if (e.
|
|
96359
|
-
if (typeof e.
|
|
96360
|
-
c.value = e.
|
|
96746
|
+
if (e.af != c.value) {
|
|
96747
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96748
|
+
c.value = e.af.toString();
|
|
96361
96749
|
}
|
|
96362
96750
|
else {
|
|
96363
|
-
c.value = e.
|
|
96751
|
+
c.value = e.af;
|
|
96364
96752
|
}
|
|
96365
96753
|
}
|
|
96366
96754
|
if (!d) {
|
|
@@ -96368,12 +96756,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96368
96756
|
}
|
|
96369
96757
|
}
|
|
96370
96758
|
else {
|
|
96371
|
-
if (e.
|
|
96372
|
-
if (typeof e.
|
|
96373
|
-
c.value = e.
|
|
96759
|
+
if (e.af != c.value) {
|
|
96760
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96761
|
+
c.value = e.af.toString();
|
|
96374
96762
|
}
|
|
96375
96763
|
else {
|
|
96376
|
-
c.value = e.
|
|
96764
|
+
c.value = e.af;
|
|
96377
96765
|
}
|
|
96378
96766
|
}
|
|
96379
96767
|
}
|
|
@@ -96417,25 +96805,25 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96417
96805
|
var c = a;
|
|
96418
96806
|
var d = c.c4;
|
|
96419
96807
|
this.an = true;
|
|
96420
|
-
d.
|
|
96421
|
-
d.
|
|
96808
|
+
d.af = c.value;
|
|
96809
|
+
d.ao();
|
|
96422
96810
|
this.an = false;
|
|
96423
96811
|
this.dv(d);
|
|
96424
96812
|
};
|
|
96425
96813
|
PropertyEditor.prototype.dj = function (a, b) {
|
|
96426
96814
|
var c = a;
|
|
96427
|
-
var d = c.
|
|
96815
|
+
var d = c.bf;
|
|
96428
96816
|
this.an = true;
|
|
96429
|
-
if (d.
|
|
96817
|
+
if (d.p == 1) {
|
|
96430
96818
|
var e = 0;
|
|
96431
|
-
var f = tryParseNumber(c.
|
|
96819
|
+
var f = tryParseNumber(c.cm, e);
|
|
96432
96820
|
e = f.p1;
|
|
96433
|
-
d.
|
|
96821
|
+
d.af = e;
|
|
96434
96822
|
}
|
|
96435
96823
|
else {
|
|
96436
|
-
d.
|
|
96824
|
+
d.af = c.cm;
|
|
96437
96825
|
}
|
|
96438
|
-
d.
|
|
96826
|
+
d.ao();
|
|
96439
96827
|
this.an = false;
|
|
96440
96828
|
this.dv(d);
|
|
96441
96829
|
};
|
|
@@ -96443,7 +96831,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96443
96831
|
var c = a;
|
|
96444
96832
|
var d = c.ez;
|
|
96445
96833
|
this.an = true;
|
|
96446
|
-
d.
|
|
96834
|
+
d.ap();
|
|
96447
96835
|
this.an = false;
|
|
96448
96836
|
this.dv(d);
|
|
96449
96837
|
};
|
|
@@ -96470,9 +96858,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96470
96858
|
d = d.ae;
|
|
96471
96859
|
}
|
|
96472
96860
|
for (var e = 0; e < d.count; e++) {
|
|
96473
|
-
var f = d._inner[e].
|
|
96861
|
+
var f = d._inner[e].an;
|
|
96474
96862
|
if (this.as(f, a)) {
|
|
96475
|
-
d._inner[e].
|
|
96863
|
+
d._inner[e].ar(a, b, c);
|
|
96476
96864
|
}
|
|
96477
96865
|
}
|
|
96478
96866
|
if (this.ap) {
|
|
@@ -96549,22 +96937,22 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96549
96937
|
PropertyEditor.prototype.c4 = function (a, b, c, d) {
|
|
96550
96938
|
for (var e = 0; e < a.count; e++) {
|
|
96551
96939
|
var f = a._inner[e];
|
|
96552
|
-
if (f.
|
|
96940
|
+
if (f.p == 20) {
|
|
96553
96941
|
continue;
|
|
96554
96942
|
}
|
|
96555
96943
|
if (f.i != null) {
|
|
96556
96944
|
for (var g = 0; g < f.i.count; g++) {
|
|
96557
96945
|
var h = f.i._inner[g];
|
|
96558
|
-
var i = b + f.
|
|
96946
|
+
var i = b + f.an + "[" + g + "]";
|
|
96559
96947
|
this.c4(h.a, i, c, h.b);
|
|
96560
96948
|
}
|
|
96561
96949
|
}
|
|
96562
96950
|
else if (f.g != null) {
|
|
96563
|
-
var j = b + f.
|
|
96951
|
+
var j = b + f.an;
|
|
96564
96952
|
this.c4(f.g.a, j, c, f.g.b);
|
|
96565
96953
|
}
|
|
96566
96954
|
else {
|
|
96567
|
-
c.h(b + f.
|
|
96955
|
+
c.h(b + f.an, f.af, d);
|
|
96568
96956
|
}
|
|
96569
96957
|
}
|
|
96570
96958
|
};
|
|
@@ -96598,7 +96986,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96598
96986
|
c.t = true;
|
|
96599
96987
|
}
|
|
96600
96988
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96601
|
-
var f = e.
|
|
96989
|
+
var f = e.af;
|
|
96602
96990
|
if (f == null) {
|
|
96603
96991
|
f = false;
|
|
96604
96992
|
}
|
|
@@ -96634,8 +97022,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96634
97022
|
var c = a;
|
|
96635
97023
|
var d = c.a5;
|
|
96636
97024
|
this.an = true;
|
|
96637
|
-
d.
|
|
96638
|
-
d.
|
|
97025
|
+
d.af = c.checked;
|
|
97026
|
+
d.ao();
|
|
96639
97027
|
this.an = false;
|
|
96640
97028
|
this.dv(d);
|
|
96641
97029
|
};
|
|
@@ -96648,7 +97036,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96648
97036
|
d = this.actualProperties._inner[b.rowNumber];
|
|
96649
97037
|
}
|
|
96650
97038
|
var e = this.s(c, b.rowNumber, d);
|
|
96651
|
-
var f = e != null ? e.
|
|
97039
|
+
var f = e != null ? e.p : 0;
|
|
96652
97040
|
b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
|
|
96653
97041
|
};
|
|
96654
97042
|
PropertyEditor.prototype.dk = function (a, b) {
|