igniteui-webcomponents-grids 1.4.2 → 3.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 +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -14,23 +14,23 @@ import { NativeUI } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { FontUtil } from "igniteui-webcomponents-core";
|
|
15
15
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
16
16
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
17
|
-
import { PropertyEditorPropertyDescriptionCollection } from "
|
|
17
|
+
import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
|
|
18
18
|
import { InputGroupDisplayType_$type } from "igniteui-webcomponents-inputs";
|
|
19
19
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
20
20
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
21
21
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
22
22
|
import { Column } from "./Column";
|
|
23
23
|
import { FilterFactory } from "igniteui-webcomponents-core";
|
|
24
|
-
import { PropertyEditorPropertyDescription } from "
|
|
24
|
+
import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
|
|
25
25
|
import { HorizontalPropertyEditorDataSource } from "./HorizontalPropertyEditorDataSource";
|
|
26
|
-
import { PropertyEditorDataSource } from "
|
|
26
|
+
import { PropertyEditorDataSource } from "igniteui-webcomponents-layouts";
|
|
27
27
|
import { TextColumn } from "./TextColumn";
|
|
28
28
|
import { TemplateColumn } from "./TemplateColumn";
|
|
29
29
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
30
30
|
import { ColumnWidth } from "./ColumnWidth";
|
|
31
|
-
import { PropertyEditorValueType_$type } from "
|
|
31
|
+
import { PropertyEditorValueType_$type } from "igniteui-webcomponents-layouts";
|
|
32
32
|
import { DropDownDataListItem } from "./DropDownDataListItem";
|
|
33
|
-
import { PropertyEditorTreeTransformer } from "
|
|
33
|
+
import { PropertyEditorTreeTransformer } from "igniteui-webcomponents-layouts";
|
|
34
34
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
35
35
|
import { truncate, tryParseNumber } from "igniteui-webcomponents-core";
|
|
36
36
|
import { stringSplit } from "igniteui-webcomponents-core";
|
|
@@ -298,22 +298,22 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
298
298
|
tslib_1.__extends(PropertyEditor, _super);
|
|
299
299
|
function PropertyEditor() {
|
|
300
300
|
var _this = _super.call(this) || this;
|
|
301
|
-
_this.
|
|
301
|
+
_this.m = null;
|
|
302
302
|
_this.l = null;
|
|
303
303
|
_this.ab = null;
|
|
304
304
|
_this.d = null;
|
|
305
305
|
_this.ah = false;
|
|
306
306
|
_this.c = null;
|
|
307
|
-
_this.
|
|
308
|
-
_this.
|
|
307
|
+
_this.n = null;
|
|
308
|
+
_this.o = null;
|
|
309
309
|
_this.ai = false;
|
|
310
310
|
_this.af = null;
|
|
311
311
|
_this.propertyChanged = null;
|
|
312
312
|
_this.an = false;
|
|
313
|
-
_this.
|
|
314
|
-
_this.
|
|
313
|
+
_this.t = null;
|
|
314
|
+
_this.u = new PropertyEditorPropertyDescriptionCollection();
|
|
315
315
|
_this.bw = null;
|
|
316
|
-
_this.
|
|
316
|
+
_this.p = 3;
|
|
317
317
|
_this.bm = -1;
|
|
318
318
|
_this.ac = null;
|
|
319
319
|
_this.x = 1;
|
|
@@ -333,14 +333,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
333
333
|
_this.d5 = PropertyEditor.d8;
|
|
334
334
|
_this.bq = 0;
|
|
335
335
|
_this.bn = -1;
|
|
336
|
-
_this.
|
|
336
|
+
_this.r = null;
|
|
337
337
|
_this.d = new FilterFactory();
|
|
338
338
|
var a = new PropertyEditorView();
|
|
339
339
|
a.b = _this;
|
|
340
340
|
var b = _this.properties;
|
|
341
341
|
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.dx));
|
|
342
|
-
_this.
|
|
343
|
-
_this.
|
|
342
|
+
_this.m = a;
|
|
343
|
+
_this.m.z();
|
|
344
344
|
return _this;
|
|
345
345
|
}
|
|
346
346
|
Object.defineProperty(PropertyEditor.prototype, "e", {
|
|
@@ -356,7 +356,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
356
356
|
Object.defineProperty(PropertyEditor.prototype, "ag", {
|
|
357
357
|
get: function () {
|
|
358
358
|
if (this.af == null) {
|
|
359
|
-
this.af = new SRProvider(this.
|
|
359
|
+
this.af = new SRProvider(this.m.j);
|
|
360
360
|
this.af.cb("DataGrid");
|
|
361
361
|
}
|
|
362
362
|
return this.af;
|
|
@@ -419,7 +419,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
419
419
|
this.actualProperties = this.properties;
|
|
420
420
|
}
|
|
421
421
|
if (this.l != null) {
|
|
422
|
-
this.l.
|
|
422
|
+
this.l.t2();
|
|
423
423
|
}
|
|
424
424
|
};
|
|
425
425
|
PropertyEditor.prototype.dl = function (a, b) {
|
|
@@ -431,14 +431,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
431
431
|
}
|
|
432
432
|
};
|
|
433
433
|
PropertyEditor.prototype.notifySizeChanged = function () {
|
|
434
|
-
this.
|
|
434
|
+
this.m.w();
|
|
435
435
|
};
|
|
436
436
|
PropertyEditor.prototype.di = function (a, b) {
|
|
437
437
|
this.l = a;
|
|
438
438
|
if (null != this.l) {
|
|
439
|
-
this.l.
|
|
440
|
-
this.l.
|
|
441
|
-
this.l.
|
|
439
|
+
this.l.ng = 0;
|
|
440
|
+
this.l.nr = 0;
|
|
441
|
+
this.l.ie = false;
|
|
442
442
|
this.l.cy = 0;
|
|
443
443
|
this.l.cj = 0;
|
|
444
444
|
var c = this.l;
|
|
@@ -457,14 +457,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
457
457
|
var a = this.l;
|
|
458
458
|
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dh));
|
|
459
459
|
}
|
|
460
|
-
if (this.
|
|
461
|
-
var b = this.
|
|
460
|
+
if (this.n != null) {
|
|
461
|
+
var b = this.n;
|
|
462
462
|
b.change = delegateRemove(b.change, runOn(this, this.dk));
|
|
463
463
|
}
|
|
464
464
|
this.provideContainer(null);
|
|
465
465
|
};
|
|
466
466
|
PropertyEditor.prototype.provideContainer = function (a) {
|
|
467
|
-
this.
|
|
467
|
+
this.m.x(a);
|
|
468
468
|
};
|
|
469
469
|
PropertyEditor.prototype.dh = function (a, b) {
|
|
470
470
|
};
|
|
@@ -472,13 +472,13 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
472
472
|
};
|
|
473
473
|
Object.defineProperty(PropertyEditor.prototype, "actualProperties", {
|
|
474
474
|
get: function () {
|
|
475
|
-
return this.
|
|
475
|
+
return this.t;
|
|
476
476
|
},
|
|
477
477
|
set: function (a) {
|
|
478
|
-
var b = this.
|
|
479
|
-
this.
|
|
480
|
-
if (b != this.
|
|
481
|
-
this.du("ActualProperties", b, this.
|
|
478
|
+
var b = this.t;
|
|
479
|
+
this.t = a;
|
|
480
|
+
if (b != this.t) {
|
|
481
|
+
this.du("ActualProperties", b, this.t);
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
enumerable: true,
|
|
@@ -486,13 +486,13 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
486
486
|
});
|
|
487
487
|
Object.defineProperty(PropertyEditor.prototype, "properties", {
|
|
488
488
|
get: function () {
|
|
489
|
-
return this.
|
|
489
|
+
return this.u;
|
|
490
490
|
},
|
|
491
491
|
set: function (a) {
|
|
492
|
-
var b = this.
|
|
493
|
-
this.
|
|
494
|
-
if (b != this.
|
|
495
|
-
this.du("Properties", b, this.
|
|
492
|
+
var b = this.u;
|
|
493
|
+
this.u = a;
|
|
494
|
+
if (b != this.u) {
|
|
495
|
+
this.du("Properties", b, this.u);
|
|
496
496
|
}
|
|
497
497
|
},
|
|
498
498
|
enumerable: true,
|
|
@@ -512,15 +512,15 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
512
512
|
enumerable: true,
|
|
513
513
|
configurable: true
|
|
514
514
|
});
|
|
515
|
-
Object.defineProperty(PropertyEditor.prototype, "
|
|
515
|
+
Object.defineProperty(PropertyEditor.prototype, "q", {
|
|
516
516
|
get: function () {
|
|
517
|
-
return this.
|
|
517
|
+
return this.p;
|
|
518
518
|
},
|
|
519
519
|
set: function (a) {
|
|
520
|
-
var b = this.
|
|
521
|
-
this.
|
|
522
|
-
if (b != this.
|
|
523
|
-
this.du("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.
|
|
520
|
+
var b = this.p;
|
|
521
|
+
this.p = a;
|
|
522
|
+
if (b != this.p) {
|
|
523
|
+
this.du("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.p));
|
|
524
524
|
}
|
|
525
525
|
},
|
|
526
526
|
enumerable: true,
|
|
@@ -556,7 +556,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
556
556
|
});
|
|
557
557
|
PropertyEditor.prototype.ae = function () {
|
|
558
558
|
if (this.ad == null) {
|
|
559
|
-
return this.
|
|
559
|
+
return this.m.e();
|
|
560
560
|
}
|
|
561
561
|
return this.ad;
|
|
562
562
|
};
|
|
@@ -603,14 +603,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
603
603
|
}
|
|
604
604
|
}
|
|
605
605
|
if (this.b6 != null) {
|
|
606
|
-
if (this.
|
|
607
|
-
this.
|
|
606
|
+
if (this.r == null) {
|
|
607
|
+
this.r = new PropertyEditorDataSource();
|
|
608
608
|
}
|
|
609
|
-
this.
|
|
609
|
+
this.r.l = this.b6;
|
|
610
610
|
}
|
|
611
611
|
if (this.properties == null || this.properties.count == 0) {
|
|
612
|
-
if (this.
|
|
613
|
-
this.actualProperties = this.
|
|
612
|
+
if (this.r.g != null) {
|
|
613
|
+
this.actualProperties = this.r.g;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
616
|
else {
|
|
@@ -646,14 +646,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
if (this.j != null) {
|
|
649
|
-
if (this.
|
|
650
|
-
this.
|
|
649
|
+
if (this.r == null) {
|
|
650
|
+
this.r = new PropertyEditorDataSource();
|
|
651
651
|
}
|
|
652
|
-
this.
|
|
652
|
+
this.r.b = this.j;
|
|
653
653
|
}
|
|
654
654
|
if (this.properties == null || this.properties.count == 0) {
|
|
655
|
-
if (this.
|
|
656
|
-
this.actualProperties = this.
|
|
655
|
+
if (this.r.g != null) {
|
|
656
|
+
this.actualProperties = this.r.g;
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
else {
|
|
@@ -719,33 +719,33 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
719
719
|
}
|
|
720
720
|
break;
|
|
721
721
|
case "FilterPlaceholderText":
|
|
722
|
-
if (this.
|
|
723
|
-
this.
|
|
722
|
+
if (this.n != null) {
|
|
723
|
+
this.n.cb = this.b8;
|
|
724
724
|
}
|
|
725
725
|
break;
|
|
726
726
|
case "SearchInputType":
|
|
727
|
-
if (this.
|
|
728
|
-
this.
|
|
727
|
+
if (this.o != null) {
|
|
728
|
+
this.o.d = this.q;
|
|
729
729
|
}
|
|
730
730
|
break;
|
|
731
731
|
case "RowHeight":
|
|
732
732
|
if (this.l != null) {
|
|
733
|
-
this.l.
|
|
733
|
+
this.l.np = this.br;
|
|
734
734
|
}
|
|
735
735
|
break;
|
|
736
736
|
case "CellTextStyle":
|
|
737
737
|
if (this.l != null) {
|
|
738
|
-
this.l.
|
|
738
|
+
this.l.gm = this.ad;
|
|
739
739
|
}
|
|
740
740
|
break;
|
|
741
741
|
case "BackgroundColor":
|
|
742
742
|
case "TextColor":
|
|
743
743
|
var j = this.l;
|
|
744
744
|
if (null != j) {
|
|
745
|
-
j.
|
|
746
|
-
j.
|
|
745
|
+
j.yx = this.ea;
|
|
746
|
+
j.yv = this.d6;
|
|
747
747
|
}
|
|
748
|
-
this.
|
|
748
|
+
this.m.ae();
|
|
749
749
|
break;
|
|
750
750
|
case "BaseTheme":
|
|
751
751
|
this.d2();
|
|
@@ -763,9 +763,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
763
763
|
try {
|
|
764
764
|
for (var _b = tslib_1.__values(fromEnum(this.properties)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
765
765
|
var c = _c.value;
|
|
766
|
-
var d = c.
|
|
767
|
-
if (this.
|
|
768
|
-
var e = this.
|
|
766
|
+
var d = c.al;
|
|
767
|
+
if (this.r != null) {
|
|
768
|
+
var e = this.r.d(d, false);
|
|
769
769
|
if (e != null) {
|
|
770
770
|
if (c.p(e)) {
|
|
771
771
|
b = true;
|
|
@@ -791,25 +791,25 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
791
791
|
this.d3();
|
|
792
792
|
}
|
|
793
793
|
else if (this.l != null) {
|
|
794
|
-
this.l.
|
|
794
|
+
this.l.t2();
|
|
795
795
|
}
|
|
796
796
|
this.an = a;
|
|
797
797
|
return b;
|
|
798
798
|
};
|
|
799
799
|
PropertyEditor.prototype.d1 = function () {
|
|
800
800
|
if (this.l != null) {
|
|
801
|
-
this.l.
|
|
801
|
+
this.l.gd = this.aa;
|
|
802
802
|
}
|
|
803
|
-
if (this.
|
|
804
|
-
this.
|
|
803
|
+
if (this.o != null) {
|
|
804
|
+
this.o.n = this.aa;
|
|
805
805
|
}
|
|
806
|
-
this.
|
|
806
|
+
this.m.y();
|
|
807
807
|
};
|
|
808
808
|
PropertyEditor.prototype.d2 = function () {
|
|
809
|
-
if (this.
|
|
810
|
-
this.
|
|
809
|
+
if (this.o != null) {
|
|
810
|
+
this.o.j = this.y;
|
|
811
811
|
}
|
|
812
|
-
this.
|
|
812
|
+
this.m.aa();
|
|
813
813
|
};
|
|
814
814
|
PropertyEditor.prototype.dw = function (a, b) {
|
|
815
815
|
this.ai = true;
|
|
@@ -822,29 +822,29 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
822
|
}
|
|
823
823
|
this.au.clear();
|
|
824
824
|
this.l.actualColumns.clear();
|
|
825
|
-
this.l.
|
|
826
|
-
this.l.
|
|
827
|
-
this.l.
|
|
828
|
-
this.l.
|
|
829
|
-
this.l.
|
|
830
|
-
this.l.
|
|
825
|
+
this.l.jd = false;
|
|
826
|
+
this.l.np = this.br == -1 ? 38 : this.br;
|
|
827
|
+
this.l.yv = this.d6;
|
|
828
|
+
this.l.yw = this.d6;
|
|
829
|
+
this.l.gd = this.aa;
|
|
830
|
+
this.l.z1 = new Thickness(0, 0);
|
|
831
831
|
if (this.ad != null) {
|
|
832
|
-
this.l.
|
|
832
|
+
this.l.gm = this.ad;
|
|
833
833
|
}
|
|
834
834
|
if (this.ao) {
|
|
835
835
|
this.co();
|
|
836
836
|
}
|
|
837
837
|
else {
|
|
838
838
|
var a = new TextColumn();
|
|
839
|
-
a.
|
|
840
|
-
a.
|
|
841
|
-
a.
|
|
839
|
+
a.h1 = 10;
|
|
840
|
+
a.h2 = 5;
|
|
841
|
+
a.i7 = "PropertyPath";
|
|
842
842
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dm));
|
|
843
843
|
this.l.columns.add(a);
|
|
844
844
|
var b = new TemplateColumn();
|
|
845
|
-
b.
|
|
846
|
-
b.
|
|
847
|
-
b.
|
|
845
|
+
b.i7 = "ValueType";
|
|
846
|
+
b.h1 = 5;
|
|
847
|
+
b.h2 = 5;
|
|
848
848
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.ct));
|
|
849
849
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cr));
|
|
850
850
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.cs));
|
|
@@ -872,12 +872,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
872
872
|
if (f.count != g) {
|
|
873
873
|
var i = f.toArray();
|
|
874
874
|
this.l.itemsSource = i;
|
|
875
|
-
this.
|
|
875
|
+
this.m.v();
|
|
876
876
|
}
|
|
877
877
|
};
|
|
878
878
|
PropertyEditor.prototype.eb = function () {
|
|
879
879
|
if (this.ao && this.l != null && this.l.itemsSource != null) {
|
|
880
|
-
var a = this.l.
|
|
880
|
+
var a = this.l.mu;
|
|
881
881
|
var b = this.l.itemsSource;
|
|
882
882
|
return new Size(1, 0, b.count * a);
|
|
883
883
|
}
|
|
@@ -889,7 +889,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
889
889
|
var e = 0;
|
|
890
890
|
var f = 0;
|
|
891
891
|
var g = 0;
|
|
892
|
-
var h = this.
|
|
892
|
+
var h = this.m.h();
|
|
893
893
|
h -= 5;
|
|
894
894
|
if (!this.aq) {
|
|
895
895
|
h = 1.7976931348623157E+308;
|
|
@@ -924,8 +924,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
924
924
|
var r = this_1.cb(l);
|
|
925
925
|
if (c.count <= g) {
|
|
926
926
|
var s = new TextColumn();
|
|
927
|
-
s.
|
|
928
|
-
s.
|
|
927
|
+
s.h1 = 10;
|
|
928
|
+
s.h2 = 5;
|
|
929
929
|
s.width = ((function () {
|
|
930
930
|
var $ret = new ColumnWidth();
|
|
931
931
|
$ret.c = false;
|
|
@@ -933,8 +933,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
933
|
return $ret;
|
|
934
934
|
})());
|
|
935
935
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dm));
|
|
936
|
-
s.
|
|
937
|
-
s.
|
|
936
|
+
s.jy = "PropertyName_" + k;
|
|
937
|
+
s.i7 = "PropertyName";
|
|
938
938
|
c.add(s);
|
|
939
939
|
this_1.au.item(s, c.count - 1);
|
|
940
940
|
g++;
|
|
@@ -971,10 +971,10 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
971
971
|
}
|
|
972
972
|
if (c.count <= g) {
|
|
973
973
|
var v = new TemplateColumn();
|
|
974
|
-
v.
|
|
975
|
-
v.
|
|
976
|
-
v.
|
|
977
|
-
v.
|
|
974
|
+
v.jy = "ValueType_" + k;
|
|
975
|
+
v.i7 = "ValueType";
|
|
976
|
+
v.h1 = 5;
|
|
977
|
+
v.h2 = 5;
|
|
978
978
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.ct));
|
|
979
979
|
v.width = ((function () {
|
|
980
980
|
var $ret = new ColumnWidth();
|
|
@@ -1068,17 +1068,17 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1068
1068
|
};
|
|
1069
1069
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
1070
1070
|
var c = a;
|
|
1071
|
-
var d = this.
|
|
1071
|
+
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
1072
1072
|
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.n : 0);
|
|
1073
1073
|
};
|
|
1074
1074
|
PropertyEditor.prototype.dm = function (a, b) {
|
|
1075
1075
|
var c = a;
|
|
1076
|
-
var d = this.
|
|
1076
|
+
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
1077
1077
|
if (d == null) {
|
|
1078
1078
|
b.resolvedValue = null;
|
|
1079
1079
|
return;
|
|
1080
1080
|
}
|
|
1081
|
-
b.resolvedValue = d.
|
|
1081
|
+
b.resolvedValue = d.aj != null ? d.aj : d.al;
|
|
1082
1082
|
};
|
|
1083
1083
|
PropertyEditor.prototype.a9 = function (a) {
|
|
1084
1084
|
switch (a.n) {
|
|
@@ -1179,14 +1179,14 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1179
1179
|
return this.a0(a);
|
|
1180
1180
|
};
|
|
1181
1181
|
PropertyEditor.prototype.bd = function (a) {
|
|
1182
|
-
return this.
|
|
1182
|
+
return this.m.i(this.cb(a)) + 17;
|
|
1183
1183
|
};
|
|
1184
1184
|
PropertyEditor.prototype.cb = function (a) {
|
|
1185
|
-
return a.
|
|
1185
|
+
return a.aj != null ? a.aj : a.al;
|
|
1186
1186
|
};
|
|
1187
1187
|
PropertyEditor.prototype.cs = function (a, b) {
|
|
1188
1188
|
var c = a;
|
|
1189
|
-
var d = this.
|
|
1189
|
+
var d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
1190
1190
|
var e = d != null ? d.n : 0;
|
|
1191
1191
|
switch (e) {
|
|
1192
1192
|
case 10:
|
|
@@ -1274,17 +1274,17 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1274
1274
|
};
|
|
1275
1275
|
PropertyEditor.prototype.c8 = function (a, b) {
|
|
1276
1276
|
var _this = this;
|
|
1277
|
-
this.
|
|
1277
|
+
this.m.t(b, function (c, d) {
|
|
1278
1278
|
if (c.d != 2) {
|
|
1279
1279
|
c.d = 2;
|
|
1280
1280
|
}
|
|
1281
1281
|
if (c.n != 3) {
|
|
1282
1282
|
c.n = 3;
|
|
1283
1283
|
}
|
|
1284
|
-
var e = _this.
|
|
1284
|
+
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
1285
1285
|
var f = c.inputs._inner[0];
|
|
1286
1286
|
f.bd = e;
|
|
1287
|
-
f.cj = (e.
|
|
1287
|
+
f.cj = (e.ad != null ? e.ad.toString() : "");
|
|
1288
1288
|
if (d) {
|
|
1289
1289
|
f.changing = delegateCombine(f.changing, runOn(_this, _this.dj));
|
|
1290
1290
|
}
|
|
@@ -1292,17 +1292,17 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1292
1292
|
};
|
|
1293
1293
|
PropertyEditor.prototype.cy = function (a, b) {
|
|
1294
1294
|
var _this = this;
|
|
1295
|
-
this.
|
|
1295
|
+
this.m.q(b, function (c, d) {
|
|
1296
1296
|
if (c.m != 3) {
|
|
1297
1297
|
c.m = 3;
|
|
1298
1298
|
}
|
|
1299
|
-
var e = _this.
|
|
1299
|
+
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
1300
1300
|
c.ez = e;
|
|
1301
|
-
var f = e.
|
|
1302
|
-
if (typeof e.
|
|
1303
|
-
f = e.
|
|
1301
|
+
var f = e.ad;
|
|
1302
|
+
if (typeof e.ad === 'number' || typeof e.ad === 'number') {
|
|
1303
|
+
f = e.ad.toString();
|
|
1304
1304
|
}
|
|
1305
|
-
_this.
|
|
1305
|
+
_this.m.ac(c, f);
|
|
1306
1306
|
if (d) {
|
|
1307
1307
|
c.clicked = delegateCombine(c.clicked, runOn(_this, _this.cl));
|
|
1308
1308
|
}
|
|
@@ -1310,11 +1310,11 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1310
1310
|
};
|
|
1311
1311
|
PropertyEditor.prototype.c5 = function (a, b) {
|
|
1312
1312
|
var _this = this;
|
|
1313
|
-
this.
|
|
1313
|
+
this.m.s(b, function (c, d) {
|
|
1314
1314
|
if (c.density != 3) {
|
|
1315
1315
|
c.density = 3;
|
|
1316
1316
|
}
|
|
1317
|
-
var e = _this.
|
|
1317
|
+
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
1318
1318
|
if (c.c4 != e) {
|
|
1319
1319
|
if (!d) {
|
|
1320
1320
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cp));
|
|
@@ -1322,12 +1322,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1322
1322
|
c.c4 = e;
|
|
1323
1323
|
c.value = null;
|
|
1324
1324
|
c.itemsSource = _this.b(_this.a(e));
|
|
1325
|
-
if (e.
|
|
1326
|
-
if (typeof e.
|
|
1327
|
-
c.value = e.
|
|
1325
|
+
if (e.ad != c.value) {
|
|
1326
|
+
if (typeof e.ad === 'number' || typeof e.ad === 'number') {
|
|
1327
|
+
c.value = e.ad.toString();
|
|
1328
1328
|
}
|
|
1329
1329
|
else {
|
|
1330
|
-
c.value = e.
|
|
1330
|
+
c.value = e.ad;
|
|
1331
1331
|
}
|
|
1332
1332
|
}
|
|
1333
1333
|
if (!d) {
|
|
@@ -1335,18 +1335,18 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1335
1335
|
}
|
|
1336
1336
|
}
|
|
1337
1337
|
else {
|
|
1338
|
-
if (e.
|
|
1339
|
-
if (typeof e.
|
|
1340
|
-
c.value = e.
|
|
1338
|
+
if (e.ad != c.value) {
|
|
1339
|
+
if (typeof e.ad === 'number' || typeof e.ad === 'number') {
|
|
1340
|
+
c.value = e.ad.toString();
|
|
1341
1341
|
}
|
|
1342
1342
|
else {
|
|
1343
|
-
c.value = e.
|
|
1343
|
+
c.value = e.ad;
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
}
|
|
1347
1347
|
if (d) {
|
|
1348
1348
|
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(_this, _this.cp));
|
|
1349
|
-
c.
|
|
1349
|
+
c.hj = BrushUtil.g(255, 255, 255, 255);
|
|
1350
1350
|
c.g = ["Name"];
|
|
1351
1351
|
c.columnHeadersVisible = false;
|
|
1352
1352
|
c.defaultColumnWidth = ((function () {
|
|
@@ -1384,8 +1384,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1384
1384
|
var c = a;
|
|
1385
1385
|
var d = c.c4;
|
|
1386
1386
|
this.an = true;
|
|
1387
|
-
d.
|
|
1388
|
-
d.
|
|
1387
|
+
d.ad = c.value;
|
|
1388
|
+
d.am();
|
|
1389
1389
|
this.an = false;
|
|
1390
1390
|
this.dv(d);
|
|
1391
1391
|
};
|
|
@@ -1397,12 +1397,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1397
1397
|
var e = 0;
|
|
1398
1398
|
var f = tryParseNumber(c.cj, e);
|
|
1399
1399
|
e = f.p1;
|
|
1400
|
-
d.
|
|
1400
|
+
d.ad = e;
|
|
1401
1401
|
}
|
|
1402
1402
|
else {
|
|
1403
|
-
d.
|
|
1403
|
+
d.ad = c.cj;
|
|
1404
1404
|
}
|
|
1405
|
-
d.
|
|
1405
|
+
d.am();
|
|
1406
1406
|
this.an = false;
|
|
1407
1407
|
this.dv(d);
|
|
1408
1408
|
};
|
|
@@ -1410,7 +1410,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1410
1410
|
var c = a;
|
|
1411
1411
|
var d = c.ez;
|
|
1412
1412
|
this.an = true;
|
|
1413
|
-
d.
|
|
1413
|
+
d.an();
|
|
1414
1414
|
this.an = false;
|
|
1415
1415
|
this.dv(d);
|
|
1416
1416
|
};
|
|
@@ -1424,10 +1424,10 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1424
1424
|
var b = this.bu == null;
|
|
1425
1425
|
this.bu = this.ca();
|
|
1426
1426
|
if (b) {
|
|
1427
|
-
this.
|
|
1427
|
+
this.m.u(this.bt, function (c) { return _this.g.loadJsonOverlay(_this.bu, function (d) { return c; }, function (d) { return _this.bt; }); });
|
|
1428
1428
|
}
|
|
1429
1429
|
else {
|
|
1430
|
-
this.
|
|
1430
|
+
this.m.u(this.bt, function (c) { return _this.g.loadJsonDelta(_this.bu, function (d) { return c; }, false); });
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
1433
|
};
|
|
@@ -1437,9 +1437,9 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1437
1437
|
d = d.ae;
|
|
1438
1438
|
}
|
|
1439
1439
|
for (var e = 0; e < d.count; e++) {
|
|
1440
|
-
var f = d._inner[e].
|
|
1440
|
+
var f = d._inner[e].al;
|
|
1441
1441
|
if (this.as(f, a)) {
|
|
1442
|
-
d._inner[e].
|
|
1442
|
+
d._inner[e].ap(a, b, c);
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
1445
|
if (this.ap) {
|
|
@@ -1522,16 +1522,16 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1522
1522
|
if (f.i != null) {
|
|
1523
1523
|
for (var g = 0; g < f.i.count; g++) {
|
|
1524
1524
|
var h = f.i._inner[g];
|
|
1525
|
-
var i = b + f.
|
|
1525
|
+
var i = b + f.al + "[" + g + "]";
|
|
1526
1526
|
this.c4(h.a, i, c, h.b);
|
|
1527
1527
|
}
|
|
1528
1528
|
}
|
|
1529
1529
|
else if (f.g != null) {
|
|
1530
|
-
var j = b + f.
|
|
1530
|
+
var j = b + f.al;
|
|
1531
1531
|
this.c4(f.g.a, j, c, f.g.b);
|
|
1532
1532
|
}
|
|
1533
1533
|
else {
|
|
1534
|
-
c.h(b + f.
|
|
1534
|
+
c.h(b + f.al, f.ad, d);
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
1537
1537
|
};
|
|
@@ -1560,12 +1560,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1560
1560
|
};
|
|
1561
1561
|
PropertyEditor.prototype.cv = function (a, b) {
|
|
1562
1562
|
var _this = this;
|
|
1563
|
-
this.
|
|
1563
|
+
this.m.r(b, function (c, d) {
|
|
1564
1564
|
if (!c.t) {
|
|
1565
1565
|
c.t = true;
|
|
1566
1566
|
}
|
|
1567
|
-
var e = _this.
|
|
1568
|
-
var f = e.
|
|
1567
|
+
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
1568
|
+
var f = e.ad;
|
|
1569
1569
|
if (f == null) {
|
|
1570
1570
|
f = false;
|
|
1571
1571
|
}
|
|
@@ -1577,7 +1577,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1577
1577
|
}
|
|
1578
1578
|
});
|
|
1579
1579
|
};
|
|
1580
|
-
PropertyEditor.prototype.
|
|
1580
|
+
PropertyEditor.prototype.s = function (a, b, c) {
|
|
1581
1581
|
if (this.ao) {
|
|
1582
1582
|
var d = this.actualProperties.ae;
|
|
1583
1583
|
var e = d;
|
|
@@ -1601,8 +1601,8 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1601
1601
|
var c = a;
|
|
1602
1602
|
var d = c.a5;
|
|
1603
1603
|
this.an = true;
|
|
1604
|
-
d.
|
|
1605
|
-
d.
|
|
1604
|
+
d.ad = c.checked;
|
|
1605
|
+
d.am();
|
|
1606
1606
|
this.an = false;
|
|
1607
1607
|
this.dv(d);
|
|
1608
1608
|
};
|
|
@@ -1614,7 +1614,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1614
1614
|
if (!this.ao) {
|
|
1615
1615
|
d = this.actualProperties._inner[b.rowNumber];
|
|
1616
1616
|
}
|
|
1617
|
-
var e = this.
|
|
1617
|
+
var e = this.s(c, b.rowNumber, d);
|
|
1618
1618
|
var f = e != null ? e.n : 0;
|
|
1619
1619
|
b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
|
|
1620
1620
|
};
|
|
@@ -1624,23 +1624,23 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1624
1624
|
};
|
|
1625
1625
|
PropertyEditor.prototype.dr = function (a, b, c) {
|
|
1626
1626
|
if (this.l != null) {
|
|
1627
|
-
this.l.
|
|
1627
|
+
this.l.t8(a, b, c);
|
|
1628
1628
|
}
|
|
1629
1629
|
};
|
|
1630
1630
|
PropertyEditor.prototype.dn = function () {
|
|
1631
1631
|
if (this.l != null) {
|
|
1632
|
-
this.l.
|
|
1632
|
+
this.l.t2();
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
1635
|
PropertyEditor.prototype.dp = function (a, b) {
|
|
1636
1636
|
if (this.l != null) {
|
|
1637
|
-
this.l.
|
|
1637
|
+
this.l.t4(a, b);
|
|
1638
1638
|
}
|
|
1639
1639
|
;
|
|
1640
1640
|
};
|
|
1641
1641
|
PropertyEditor.prototype.dq = function (a, b) {
|
|
1642
1642
|
if (this.l != null) {
|
|
1643
|
-
this.l.
|
|
1643
|
+
this.l.t5(a, b);
|
|
1644
1644
|
}
|
|
1645
1645
|
;
|
|
1646
1646
|
};
|