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.
Files changed (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. 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 "./PropertyEditorPropertyDescriptionCollection";
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 "./PropertyEditorPropertyDescription";
24
+ import { PropertyEditorPropertyDescription } from "igniteui-webcomponents-layouts";
25
25
  import { HorizontalPropertyEditorDataSource } from "./HorizontalPropertyEditorDataSource";
26
- import { PropertyEditorDataSource } from "./PropertyEditorDataSource";
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 "./PropertyEditorValueType";
31
+ import { PropertyEditorValueType_$type } from "igniteui-webcomponents-layouts";
32
32
  import { DropDownDataListItem } from "./DropDownDataListItem";
33
- import { PropertyEditorTreeTransformer } from "./PropertyEditorTreeTransformer";
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.s = null;
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.t = null;
308
- _this.u = null;
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.o = null;
314
- _this.p = new PropertyEditorPropertyDescriptionCollection();
313
+ _this.t = null;
314
+ _this.u = new PropertyEditorPropertyDescriptionCollection();
315
315
  _this.bw = null;
316
- _this.v = 3;
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.m = null;
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.s = a;
343
- _this.s.z();
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.s.j);
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.s0();
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.s.w();
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.m0 = 0;
440
- this.l.na = 0;
441
- this.l.h6 = false;
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.t != null) {
461
- var b = this.t;
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.s.x(a);
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.o;
475
+ return this.t;
476
476
  },
477
477
  set: function (a) {
478
- var b = this.o;
479
- this.o = a;
480
- if (b != this.o) {
481
- this.du("ActualProperties", b, this.o);
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.p;
489
+ return this.u;
490
490
  },
491
491
  set: function (a) {
492
- var b = this.p;
493
- this.p = a;
494
- if (b != this.p) {
495
- this.du("Properties", b, this.p);
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, "w", {
515
+ Object.defineProperty(PropertyEditor.prototype, "q", {
516
516
  get: function () {
517
- return this.v;
517
+ return this.p;
518
518
  },
519
519
  set: function (a) {
520
- var b = this.v;
521
- this.v = a;
522
- if (b != this.v) {
523
- this.du("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.v));
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.s.e();
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.m == null) {
607
- this.m = new PropertyEditorDataSource();
606
+ if (this.r == null) {
607
+ this.r = new PropertyEditorDataSource();
608
608
  }
609
- this.m.l = this.b6;
609
+ this.r.l = this.b6;
610
610
  }
611
611
  if (this.properties == null || this.properties.count == 0) {
612
- if (this.m.g != null) {
613
- this.actualProperties = this.m.g;
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.m == null) {
650
- this.m = new PropertyEditorDataSource();
649
+ if (this.r == null) {
650
+ this.r = new PropertyEditorDataSource();
651
651
  }
652
- this.m.b = this.j;
652
+ this.r.b = this.j;
653
653
  }
654
654
  if (this.properties == null || this.properties.count == 0) {
655
- if (this.m.g != null) {
656
- this.actualProperties = this.m.g;
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.t != null) {
723
- this.t.cb = this.b8;
722
+ if (this.n != null) {
723
+ this.n.cb = this.b8;
724
724
  }
725
725
  break;
726
726
  case "SearchInputType":
727
- if (this.u != null) {
728
- this.u.d = this.w;
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.m8 = this.br;
733
+ this.l.np = this.br;
734
734
  }
735
735
  break;
736
736
  case "CellTextStyle":
737
737
  if (this.l != null) {
738
- this.l.gk = this.ad;
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.xv = this.ea;
746
- j.xt = this.d6;
745
+ j.yx = this.ea;
746
+ j.yv = this.d6;
747
747
  }
748
- this.s.ae();
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.ab;
767
- if (this.m != null) {
768
- var e = this.m.d(d, false);
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.s0();
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.gb = this.aa;
801
+ this.l.gd = this.aa;
802
802
  }
803
- if (this.u != null) {
804
- this.u.n = this.aa;
803
+ if (this.o != null) {
804
+ this.o.n = this.aa;
805
805
  }
806
- this.s.y();
806
+ this.m.y();
807
807
  };
808
808
  PropertyEditor.prototype.d2 = function () {
809
- if (this.u != null) {
810
- this.u.j = this.y;
809
+ if (this.o != null) {
810
+ this.o.j = this.y;
811
811
  }
812
- this.s.aa();
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.i4 = false;
826
- this.l.m8 = this.br == -1 ? 38 : this.br;
827
- this.l.xt = this.d6;
828
- this.l.xu = this.d6;
829
- this.l.gb = this.aa;
830
- this.l.yz = new Thickness(0, 0);
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.gk = this.ad;
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.hx = 10;
840
- a.hy = 5;
841
- a.i2 = "PropertyPath";
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.i2 = "ValueType";
846
- b.hx = 5;
847
- b.hy = 5;
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.s.v();
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.me;
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.s.h();
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.hx = 10;
928
- s.hy = 5;
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.js = "PropertyName_" + k;
937
- s.i2 = "PropertyName";
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.js = "ValueType_" + k;
975
- v.i2 = "ValueType";
976
- v.hx = 5;
977
- v.hy = 5;
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.n(c, b.cellInfo.et, b.rowObject);
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.n(c, b.cellInfo.et, b.rowObject);
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.z != null ? d.z : d.ab;
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.s.i(this.cb(a)) + 17;
1182
+ return this.m.i(this.cb(a)) + 17;
1183
1183
  };
1184
1184
  PropertyEditor.prototype.cb = function (a) {
1185
- return a.z != null ? a.z : a.ab;
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.n(c, b.cellInfo.et, b.cellInfo.g4);
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.s.t(b, function (c, d) {
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.n(a, b.cellInfo.et, b.cellInfo.g4);
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.t != null ? e.t.toString() : "");
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.s.q(b, function (c, d) {
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.n(a, b.cellInfo.et, b.cellInfo.g4);
1299
+ var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
1300
1300
  c.ez = e;
1301
- var f = e.t;
1302
- if (typeof e.t === 'number' || typeof e.t === 'number') {
1303
- f = e.t.toString();
1301
+ var f = e.ad;
1302
+ if (typeof e.ad === 'number' || typeof e.ad === 'number') {
1303
+ f = e.ad.toString();
1304
1304
  }
1305
- _this.s.ac(c, f);
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.s.s(b, function (c, d) {
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.n(a, b.cellInfo.et, b.cellInfo.g4);
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.t != c.value) {
1326
- if (typeof e.t === 'number' || typeof e.t === 'number') {
1327
- c.value = e.t.toString();
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.t;
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.t != c.value) {
1339
- if (typeof e.t === 'number' || typeof e.t === 'number') {
1340
- c.value = e.t.toString();
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.t;
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.hi = BrushUtil.g(255, 255, 255, 255);
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.t = c.value;
1388
- d.ac();
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.t = e;
1400
+ d.ad = e;
1401
1401
  }
1402
1402
  else {
1403
- d.t = c.cj;
1403
+ d.ad = c.cj;
1404
1404
  }
1405
- d.ac();
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.ad();
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.s.u(this.bt, function (c) { return _this.g.loadJsonOverlay(_this.bu, function (d) { return c; }, function (d) { return _this.bt; }); });
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.s.u(this.bt, function (c) { return _this.g.loadJsonDelta(_this.bu, function (d) { return c; }, false); });
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].ab;
1440
+ var f = d._inner[e].al;
1441
1441
  if (this.as(f, a)) {
1442
- d._inner[e].af(a, b, c);
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.ab + "[" + g + "]";
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.ab;
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.ab, f.t, d);
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.s.r(b, function (c, d) {
1563
+ this.m.r(b, function (c, d) {
1564
1564
  if (!c.t) {
1565
1565
  c.t = true;
1566
1566
  }
1567
- var e = _this.n(a, b.cellInfo.et, b.cellInfo.g4);
1568
- var f = e.t;
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.n = function (a, b, c) {
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.t = c.checked;
1605
- d.ac();
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.n(c, b.rowNumber, d);
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.s6(a, b, c);
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.s0();
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.s2(a, b);
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.s3(a, b);
1643
+ this.l.t5(a, b);
1644
1644
  }
1645
1645
  ;
1646
1646
  };