igniteui-webcomponents-layouts 3.2.0 → 3.2.1
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-layouts.umd.js +243 -240
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/PropertyEditorPanelView_combined.js +229 -226
- package/esm2015/lib/igc-property-editor-panel-component.js +18 -18
- package/esm5/lib/PropertyEditorPanelView_combined.js +225 -222
- package/esm5/lib/igc-property-editor-panel-component.js +18 -18
- package/fesm2015/igniteui-webcomponents-layouts.js +247 -244
- package/fesm5/igniteui-webcomponents-layouts.js +243 -240
- package/lib/PropertyEditorPanelView_combined.d.ts +65 -64
- package/package.json +3 -3
|
@@ -85,7 +85,7 @@ var PropertyEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
this.y();
|
|
86
86
|
NativeUIComponent.z(this.p(), 7, function (b) {
|
|
87
87
|
var c = b;
|
|
88
|
-
_this.a.
|
|
88
|
+
_this.a.dh(c, _this.n);
|
|
89
89
|
_this.i.append(c.u);
|
|
90
90
|
});
|
|
91
91
|
var b = Math.round(a.rootWrapper.width());
|
|
@@ -106,7 +106,7 @@ var PropertyEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
106
|
var b = this.i.rootWrapper.height();
|
|
107
107
|
this.aa = new Size(1, a, b);
|
|
108
108
|
if (this.a.v != null) {
|
|
109
|
-
this.a.
|
|
109
|
+
this.a.d2();
|
|
110
110
|
}
|
|
111
111
|
};
|
|
112
112
|
PropertyEditorPanelView.prototype.z = function () {
|
|
@@ -116,8 +116,8 @@ var PropertyEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
116
116
|
}
|
|
117
117
|
var b = a.rootWrapper;
|
|
118
118
|
if (null != b) {
|
|
119
|
-
NativeUI.o(b, this.a.
|
|
120
|
-
NativeUI.k(b, this.a.
|
|
119
|
+
NativeUI.o(b, this.a.d9);
|
|
120
|
+
NativeUI.k(b, this.a.d6);
|
|
121
121
|
}
|
|
122
122
|
};
|
|
123
123
|
PropertyEditorPanelView.prototype.d = function () {
|
|
@@ -128,7 +128,7 @@ var PropertyEditorPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
128
128
|
PropertyEditorPanelView.prototype.w = function () {
|
|
129
129
|
};
|
|
130
130
|
PropertyEditorPanelView.prototype.r = function () {
|
|
131
|
-
var a = this.a.
|
|
131
|
+
var a = this.a.ea();
|
|
132
132
|
if (a.height > 0) {
|
|
133
133
|
this.i.rootWrapper.setStyleProperty("min-height", a.height + "px");
|
|
134
134
|
}
|
|
@@ -167,37 +167,38 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167
167
|
_this.af = false;
|
|
168
168
|
_this.n = null;
|
|
169
169
|
_this.o = new PropertyEditorPropertyDescriptionCollection();
|
|
170
|
-
_this.
|
|
170
|
+
_this.bk = -1;
|
|
171
171
|
_this.aq = DeviceUtils.g(38);
|
|
172
172
|
_this.s = null;
|
|
173
|
-
_this.
|
|
173
|
+
_this.br = null;
|
|
174
174
|
_this.c = null;
|
|
175
175
|
_this.an = null;
|
|
176
176
|
_this.j = null;
|
|
177
177
|
_this.ae = false;
|
|
178
178
|
_this.ap = null;
|
|
179
|
-
_this.
|
|
179
|
+
_this.bj = -1;
|
|
180
|
+
_this.bt = null;
|
|
180
181
|
_this.ad = true;
|
|
181
182
|
_this.am = new Dictionary$2(PropertyEditorPanelColumnDefinition.$, Number_$type, 0);
|
|
182
183
|
_this.f = null;
|
|
183
184
|
_this.g = null;
|
|
184
185
|
_this.d = null;
|
|
185
|
-
_this.
|
|
186
|
-
_this.
|
|
186
|
+
_this.bq = null;
|
|
187
|
+
_this.bu = null;
|
|
187
188
|
_this.aa = false;
|
|
188
189
|
_this.ac = false;
|
|
189
190
|
_this.ab = false;
|
|
190
|
-
_this.d3 = PropertyEditorPanel.d6;
|
|
191
191
|
_this.d4 = PropertyEditorPanel.d7;
|
|
192
|
-
_this.
|
|
193
|
-
_this.
|
|
192
|
+
_this.d5 = PropertyEditorPanel.d8;
|
|
193
|
+
_this.bo = 0;
|
|
194
|
+
_this.bl = -1;
|
|
194
195
|
_this.k = null;
|
|
195
196
|
NativeUIInputsFactory.k();
|
|
196
197
|
_this.ap = new ObservableCollection$1(PropertyEditorPanelColumnDefinition.$, 0);
|
|
197
198
|
var a = new PropertyEditorPanelView();
|
|
198
199
|
a.a = _this;
|
|
199
200
|
var b = _this.properties;
|
|
200
|
-
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.
|
|
201
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.dx));
|
|
201
202
|
_this.l = a;
|
|
202
203
|
_this.l.v();
|
|
203
204
|
return _this;
|
|
@@ -213,7 +214,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
213
214
|
enumerable: true,
|
|
214
215
|
configurable: true
|
|
215
216
|
});
|
|
216
|
-
PropertyEditorPanel.prototype.
|
|
217
|
+
PropertyEditorPanel.prototype.dx = function (a, b) {
|
|
217
218
|
var e_1, _a, e_2, _b;
|
|
218
219
|
if (b.oldItems != null) {
|
|
219
220
|
try {
|
|
@@ -221,7 +222,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
221
222
|
var c = _d.value;
|
|
222
223
|
if (typeCast(INotifyPropertyChanged_$type, c) !== null) {
|
|
223
224
|
var d = c;
|
|
224
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
225
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.dj));
|
|
225
226
|
}
|
|
226
227
|
}
|
|
227
228
|
}
|
|
@@ -245,7 +246,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
245
246
|
var e = _f.value;
|
|
246
247
|
if (typeCast(INotifyPropertyChanged_$type, e) !== null) {
|
|
247
248
|
var f = e;
|
|
248
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
249
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.dj));
|
|
249
250
|
}
|
|
250
251
|
}
|
|
251
252
|
}
|
|
@@ -267,27 +268,27 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
267
268
|
if (this.properties.count > 0 && this.actualProperties != this.properties) {
|
|
268
269
|
this.actualProperties = this.properties;
|
|
269
270
|
}
|
|
270
|
-
this.
|
|
271
|
+
this.dt();
|
|
271
272
|
};
|
|
272
|
-
PropertyEditorPanel.prototype.
|
|
273
|
+
PropertyEditorPanel.prototype.dt = function () {
|
|
273
274
|
if (!this.af) {
|
|
274
275
|
if (this.v != null) {
|
|
275
|
-
this.
|
|
276
|
+
this.d2();
|
|
276
277
|
}
|
|
277
278
|
}
|
|
278
279
|
};
|
|
279
|
-
PropertyEditorPanel.prototype.
|
|
280
|
+
PropertyEditorPanel.prototype.dj = function (a, b) {
|
|
280
281
|
if (!this.af) {
|
|
281
282
|
this.aj();
|
|
282
283
|
if (this.v != null) {
|
|
283
|
-
this.
|
|
284
|
+
this.d2();
|
|
284
285
|
}
|
|
285
286
|
}
|
|
286
287
|
};
|
|
287
288
|
PropertyEditorPanel.prototype.notifySizeChanged = function () {
|
|
288
289
|
this.l.s();
|
|
289
290
|
};
|
|
290
|
-
PropertyEditorPanel.prototype.
|
|
291
|
+
PropertyEditorPanel.prototype.dh = function (a, b) {
|
|
291
292
|
this.v = a;
|
|
292
293
|
if (null != this.v) {
|
|
293
294
|
if (this.actualProperties != null) {
|
|
@@ -302,16 +303,16 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
302
303
|
this.actualProperties = c.ae;
|
|
303
304
|
}
|
|
304
305
|
}
|
|
305
|
-
this.
|
|
306
|
+
this.br = this.actualProperties;
|
|
306
307
|
var d = this.actualProperties;
|
|
307
308
|
d = this.actualProperties.toArray();
|
|
308
309
|
var e = new LocalDataSource();
|
|
309
310
|
e.dataSource = d;
|
|
310
311
|
this.c = e;
|
|
311
|
-
this.
|
|
312
|
+
this.ce();
|
|
312
313
|
}
|
|
313
314
|
if (this.actualProperties != null) {
|
|
314
|
-
this.
|
|
315
|
+
this.d2();
|
|
315
316
|
}
|
|
316
317
|
}
|
|
317
318
|
};
|
|
@@ -321,7 +322,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
322
|
PropertyEditorPanel.prototype.provideContainer = function (a) {
|
|
322
323
|
this.l.t(a);
|
|
323
324
|
};
|
|
324
|
-
PropertyEditorPanel.prototype.
|
|
325
|
+
PropertyEditorPanel.prototype.ds = function (a) {
|
|
325
326
|
};
|
|
326
327
|
Object.defineProperty(PropertyEditorPanel.prototype, "actualProperties", {
|
|
327
328
|
get: function () {
|
|
@@ -331,7 +332,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
332
|
var b = this.n;
|
|
332
333
|
this.n = a;
|
|
333
334
|
if (b != this.n) {
|
|
334
|
-
this.
|
|
335
|
+
this.du("ActualProperties", b, this.n);
|
|
335
336
|
}
|
|
336
337
|
},
|
|
337
338
|
enumerable: true,
|
|
@@ -345,21 +346,21 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
345
346
|
var b = this.o;
|
|
346
347
|
this.o = a;
|
|
347
348
|
if (b != this.o) {
|
|
348
|
-
this.
|
|
349
|
+
this.du("Properties", b, this.o);
|
|
349
350
|
}
|
|
350
351
|
},
|
|
351
352
|
enumerable: true,
|
|
352
353
|
configurable: true
|
|
353
354
|
});
|
|
354
|
-
Object.defineProperty(PropertyEditorPanel.prototype, "
|
|
355
|
+
Object.defineProperty(PropertyEditorPanel.prototype, "bp", {
|
|
355
356
|
get: function () {
|
|
356
|
-
return this.
|
|
357
|
+
return this.bk;
|
|
357
358
|
},
|
|
358
359
|
set: function (a) {
|
|
359
|
-
var b = this.
|
|
360
|
-
this.
|
|
361
|
-
if (b != this.
|
|
362
|
-
this.
|
|
360
|
+
var b = this.bk;
|
|
361
|
+
this.bk = a;
|
|
362
|
+
if (b != this.bk) {
|
|
363
|
+
this.du("RowHeight", b, this.bk);
|
|
363
364
|
}
|
|
364
365
|
},
|
|
365
366
|
enumerable: true,
|
|
@@ -383,7 +384,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
384
|
var b = this.s;
|
|
384
385
|
this.s = a;
|
|
385
386
|
if (b != this.s) {
|
|
386
|
-
this.
|
|
387
|
+
this.du("CellTextStyle", b, this.s);
|
|
387
388
|
}
|
|
388
389
|
},
|
|
389
390
|
enumerable: true,
|
|
@@ -395,25 +396,25 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
395
396
|
}
|
|
396
397
|
return this.t;
|
|
397
398
|
};
|
|
398
|
-
PropertyEditorPanel.prototype.
|
|
399
|
+
PropertyEditorPanel.prototype.du = function (a, b, c) {
|
|
399
400
|
if (this.propertyChanged != null) {
|
|
400
401
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
401
402
|
}
|
|
402
|
-
this.
|
|
403
|
+
this.dy(a, b, c);
|
|
403
404
|
};
|
|
404
|
-
PropertyEditorPanel.prototype.
|
|
405
|
+
PropertyEditorPanel.prototype.dy = function (a, b, c) {
|
|
405
406
|
switch (a) {
|
|
406
407
|
case "DescriptionType":
|
|
407
|
-
if (this.
|
|
408
|
+
if (this.b2 == null) {
|
|
408
409
|
if (this.properties == null) {
|
|
409
410
|
this.actualProperties = null;
|
|
410
411
|
}
|
|
411
412
|
}
|
|
412
|
-
if (this.
|
|
413
|
+
if (this.b2 != null) {
|
|
413
414
|
if (this.k == null) {
|
|
414
415
|
this.k = new PropertyEditorDataSource();
|
|
415
416
|
}
|
|
416
|
-
this.k.l = this.
|
|
417
|
+
this.k.l = this.b2;
|
|
417
418
|
}
|
|
418
419
|
if (this.properties == null || this.properties.count == 0) {
|
|
419
420
|
if (this.k.g != null) {
|
|
@@ -477,10 +478,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
478
|
this.actualProperties = this.properties;
|
|
478
479
|
break;
|
|
479
480
|
case "IsWrappingEnabled":
|
|
480
|
-
this.
|
|
481
|
+
this.d2();
|
|
481
482
|
break;
|
|
482
483
|
case "IsHorizontal":
|
|
483
484
|
if (this.ag) {
|
|
485
|
+
this.bj = -1;
|
|
484
486
|
if (this.actualProperties != null && !(typeCast(HorizontalPropertyEditorPanelDataSource.$, this.actualProperties) !== null)) {
|
|
485
487
|
this.actualProperties = new HorizontalPropertyEditorPanelDataSource(this.actualProperties);
|
|
486
488
|
}
|
|
@@ -505,7 +507,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
if (this.v != null) {
|
|
508
|
-
var f = this.
|
|
510
|
+
var f = this.br != this.actualProperties;
|
|
509
511
|
if (this.ag) {
|
|
510
512
|
if (this.actualProperties != null && !(typeCast(HorizontalPropertyEditorPanelDataSource.$, this.actualProperties) !== null)) {
|
|
511
513
|
this.actualProperties = new HorizontalPropertyEditorPanelDataSource(this.actualProperties);
|
|
@@ -517,33 +519,33 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
517
519
|
this.actualProperties = g.ae;
|
|
518
520
|
}
|
|
519
521
|
}
|
|
520
|
-
this.
|
|
522
|
+
this.br = this.actualProperties;
|
|
521
523
|
var h = this.actualProperties;
|
|
522
524
|
h = this.actualProperties.toArray();
|
|
523
525
|
var i = new LocalDataSource();
|
|
524
526
|
i.dataSource = h;
|
|
525
527
|
this.c = i;
|
|
526
|
-
this.
|
|
528
|
+
this.ce();
|
|
527
529
|
if (this.c != null) {
|
|
528
530
|
var j = this.c;
|
|
529
|
-
j.schemaChanged = delegateCombine(j.schemaChanged, runOn(this, this.
|
|
531
|
+
j.schemaChanged = delegateCombine(j.schemaChanged, runOn(this, this.dw));
|
|
530
532
|
}
|
|
531
533
|
if (f) {
|
|
532
|
-
this.
|
|
534
|
+
this.d2();
|
|
533
535
|
}
|
|
534
536
|
}
|
|
535
537
|
break;
|
|
536
538
|
case "RowHeight":
|
|
537
539
|
if (this.v != null) {
|
|
538
|
-
this.ar = this.
|
|
540
|
+
this.ar = this.bp;
|
|
539
541
|
}
|
|
540
542
|
break;
|
|
541
543
|
case "CellTextStyle":
|
|
542
|
-
this.
|
|
544
|
+
this.d0();
|
|
543
545
|
break;
|
|
544
546
|
case "BackgroundColor":
|
|
545
547
|
case "TextColor":
|
|
546
|
-
this.
|
|
548
|
+
this.d0();
|
|
547
549
|
break;
|
|
548
550
|
}
|
|
549
551
|
};
|
|
@@ -580,21 +582,21 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
582
|
}
|
|
581
583
|
}
|
|
582
584
|
if (b) {
|
|
583
|
-
this.
|
|
585
|
+
this.d2();
|
|
584
586
|
}
|
|
585
587
|
else if (this.v != null) {
|
|
586
|
-
this.
|
|
588
|
+
this.d0();
|
|
587
589
|
}
|
|
588
590
|
this.af = a;
|
|
589
591
|
return b;
|
|
590
592
|
};
|
|
591
|
-
PropertyEditorPanel.prototype.
|
|
593
|
+
PropertyEditorPanel.prototype.d0 = function () {
|
|
592
594
|
if (!this.ae && this.j != null) {
|
|
593
595
|
this.ae = true;
|
|
594
|
-
this.j.enqueueAction(runOn(this, this.
|
|
596
|
+
this.j.enqueueAction(runOn(this, this.cj));
|
|
595
597
|
}
|
|
596
598
|
};
|
|
597
|
-
PropertyEditorPanel.prototype.
|
|
599
|
+
PropertyEditorPanel.prototype.cj = function () {
|
|
598
600
|
var _this = this;
|
|
599
601
|
this.ae = false;
|
|
600
602
|
if (this.an == null) {
|
|
@@ -700,22 +702,22 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
700
702
|
this.v.a2(this.v.aw - 1);
|
|
701
703
|
}
|
|
702
704
|
};
|
|
703
|
-
PropertyEditorPanel.prototype.
|
|
705
|
+
PropertyEditorPanel.prototype.dw = function (a, b) {
|
|
704
706
|
this.z = true;
|
|
705
|
-
this.
|
|
707
|
+
this.ce();
|
|
706
708
|
this.z = false;
|
|
707
709
|
};
|
|
708
|
-
PropertyEditorPanel.prototype.
|
|
710
|
+
PropertyEditorPanel.prototype.d2 = function () {
|
|
709
711
|
if (this.v == null) {
|
|
710
712
|
return;
|
|
711
713
|
}
|
|
712
714
|
this.am.clear();
|
|
713
715
|
this.ap.clear();
|
|
714
|
-
var a = this.
|
|
715
|
-
var b = this.
|
|
716
|
+
var a = this.bp == -1 ? 38 : this.bp;
|
|
717
|
+
var b = this.d6;
|
|
716
718
|
var c = this.u();
|
|
717
719
|
if (this.ag) {
|
|
718
|
-
this.
|
|
720
|
+
this.cg();
|
|
719
721
|
}
|
|
720
722
|
else {
|
|
721
723
|
var d = new PropertyEditorPanelColumnDefinition();
|
|
@@ -723,8 +725,8 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
723
725
|
d.f = 10;
|
|
724
726
|
d.g = 5;
|
|
725
727
|
d.a = 0;
|
|
726
|
-
d.dataBinding = delegateCombine(d.dataBinding, runOn(this, this.
|
|
727
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
728
|
+
d.dataBinding = delegateCombine(d.dataBinding, runOn(this, this.dl));
|
|
729
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.dk));
|
|
728
730
|
d.j = "PropertyPath";
|
|
729
731
|
this.ap.add(d);
|
|
730
732
|
var e = new PropertyEditorPanelColumnDefinition();
|
|
@@ -732,29 +734,29 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
732
734
|
e.a = 1;
|
|
733
735
|
e.f = 5;
|
|
734
736
|
e.g = 5;
|
|
735
|
-
e.dataBinding = delegateCombine(e.dataBinding, runOn(this, this.
|
|
736
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
737
|
+
e.dataBinding = delegateCombine(e.dataBinding, runOn(this, this.cl));
|
|
738
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.ck));
|
|
737
739
|
e.j = "ValueType";
|
|
738
740
|
this.ap.add(e);
|
|
739
741
|
}
|
|
740
|
-
this.
|
|
742
|
+
this.d0();
|
|
741
743
|
};
|
|
742
|
-
PropertyEditorPanel.prototype.
|
|
744
|
+
PropertyEditorPanel.prototype.cg = function () {
|
|
743
745
|
if (this.actualProperties == null) {
|
|
744
746
|
return;
|
|
745
747
|
}
|
|
746
748
|
var a = this.actualProperties.ae;
|
|
747
749
|
var b = a.count;
|
|
748
750
|
var c = new List$1(PropertyEditorPanelColumnDefinition.$, 0);
|
|
749
|
-
var d = this.
|
|
751
|
+
var d = this.bm(a, b, c, 0x7FFFFFFF);
|
|
750
752
|
for (var e = 0; e < c.count; e++) {
|
|
751
753
|
this.ap.add(c._inner[e]);
|
|
752
754
|
}
|
|
753
|
-
this.
|
|
755
|
+
this.bo = d;
|
|
754
756
|
var f = this.actualProperties;
|
|
755
|
-
var g =
|
|
757
|
+
var g = this.bj;
|
|
756
758
|
f.clear();
|
|
757
|
-
for (var h = 0; h < this.
|
|
759
|
+
for (var h = 0; h < this.bo; h++) {
|
|
758
760
|
f.add(new PropertyEditorPropertyDescription());
|
|
759
761
|
}
|
|
760
762
|
var i = this.actualProperties.toArray();
|
|
@@ -762,11 +764,12 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
762
764
|
j.dataSource = i;
|
|
763
765
|
this.c = j;
|
|
764
766
|
if (f.count != g) {
|
|
765
|
-
this.
|
|
767
|
+
this.bj = f.count;
|
|
768
|
+
this.d0();
|
|
766
769
|
this.l.r();
|
|
767
770
|
}
|
|
768
771
|
};
|
|
769
|
-
PropertyEditorPanel.prototype.
|
|
772
|
+
PropertyEditorPanel.prototype.ea = function () {
|
|
770
773
|
if (this.ag && this.v != null && this.c != null) {
|
|
771
774
|
var a = this.ar;
|
|
772
775
|
var b = this.actualProperties;
|
|
@@ -776,7 +779,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
776
779
|
return new Size(1, 0, 0);
|
|
777
780
|
}
|
|
778
781
|
};
|
|
779
|
-
PropertyEditorPanel.prototype.
|
|
782
|
+
PropertyEditorPanel.prototype.bm = function (a, b, c, d) {
|
|
780
783
|
var e = 0;
|
|
781
784
|
var f = 0;
|
|
782
785
|
var g = 0;
|
|
@@ -797,11 +800,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
797
800
|
var p = c._inner[g + 1];
|
|
798
801
|
o.h = m;
|
|
799
802
|
p.h = n;
|
|
800
|
-
this.
|
|
803
|
+
this.d1(h, c);
|
|
801
804
|
if (c.count == 0) {
|
|
802
805
|
return 0;
|
|
803
806
|
}
|
|
804
|
-
return this.
|
|
807
|
+
return this.bm(a, b, c, c.count);
|
|
805
808
|
}
|
|
806
809
|
d = Math.max(Math.min(d, g), 2);
|
|
807
810
|
f++;
|
|
@@ -812,7 +815,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
815
|
i = 0;
|
|
813
816
|
g = 0;
|
|
814
817
|
}
|
|
815
|
-
var r = this.
|
|
818
|
+
var r = this.b5(l);
|
|
816
819
|
if (c.count <= g) {
|
|
817
820
|
var s = new PropertyEditorPanelColumnDefinition();
|
|
818
821
|
s.b = 0;
|
|
@@ -820,8 +823,8 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
820
823
|
s.f = 10;
|
|
821
824
|
s.g = 5;
|
|
822
825
|
s.h = m;
|
|
823
|
-
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.
|
|
824
|
-
s.cellUpdating = delegateCombine(s.cellUpdating, runOn(this, this.
|
|
826
|
+
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dl));
|
|
827
|
+
s.cellUpdating = delegateCombine(s.cellUpdating, runOn(this, this.dk));
|
|
825
828
|
s.j = "PropertyName_" + k;
|
|
826
829
|
c.add(s);
|
|
827
830
|
this.am.item(s, c.count - 1);
|
|
@@ -833,11 +836,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
833
836
|
var u = m - t.h;
|
|
834
837
|
t.h = m;
|
|
835
838
|
if (u > j && d > 2) {
|
|
836
|
-
this.
|
|
839
|
+
this.d1(h, c);
|
|
837
840
|
if (c.count == 0) {
|
|
838
841
|
return 0;
|
|
839
842
|
}
|
|
840
|
-
return this.
|
|
843
|
+
return this.bm(a, b, c, c.count);
|
|
841
844
|
}
|
|
842
845
|
else {
|
|
843
846
|
j -= u;
|
|
@@ -859,9 +862,9 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
859
862
|
v.j = "ValueType_" + k;
|
|
860
863
|
v.f = 5;
|
|
861
864
|
v.g = 5;
|
|
862
|
-
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.
|
|
865
|
+
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cl));
|
|
863
866
|
v.h = n;
|
|
864
|
-
v.cellUpdating = delegateCombine(v.cellUpdating, runOn(this, this.
|
|
867
|
+
v.cellUpdating = delegateCombine(v.cellUpdating, runOn(this, this.ck));
|
|
865
868
|
c.add(v);
|
|
866
869
|
this.am.item(v, c.count - 1);
|
|
867
870
|
g++;
|
|
@@ -872,11 +875,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
872
875
|
var x = n - w.h;
|
|
873
876
|
w.h = n;
|
|
874
877
|
if (x > j && d > 2) {
|
|
875
|
-
this.
|
|
878
|
+
this.d1(h, c);
|
|
876
879
|
if (c.count == 0) {
|
|
877
880
|
return 0;
|
|
878
881
|
}
|
|
879
|
-
return this.
|
|
882
|
+
return this.bm(a, b, c, c.count);
|
|
880
883
|
}
|
|
881
884
|
else {
|
|
882
885
|
j -= x;
|
|
@@ -895,7 +898,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
895
898
|
}
|
|
896
899
|
return f + 1;
|
|
897
900
|
};
|
|
898
|
-
PropertyEditorPanel.prototype.
|
|
901
|
+
PropertyEditorPanel.prototype.d1 = function (a, b) {
|
|
899
902
|
var e_4, _a;
|
|
900
903
|
var c = 0;
|
|
901
904
|
try {
|
|
@@ -933,12 +936,12 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
933
936
|
}
|
|
934
937
|
}
|
|
935
938
|
};
|
|
936
|
-
PropertyEditorPanel.prototype.
|
|
939
|
+
PropertyEditorPanel.prototype.cl = function (a, b) {
|
|
937
940
|
var c = a;
|
|
938
941
|
var d = this.m(c, b.a, b.c);
|
|
939
942
|
b.b = enumGetBox(PropertyEditorValueType_$type, d != null ? d.n : 0);
|
|
940
943
|
};
|
|
941
|
-
PropertyEditorPanel.prototype.
|
|
944
|
+
PropertyEditorPanel.prototype.dl = function (a, b) {
|
|
942
945
|
var c = a;
|
|
943
946
|
var d = this.m(c, b.a, b.c);
|
|
944
947
|
if (d == null) {
|
|
@@ -1059,120 +1062,120 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1059
1062
|
if (!isNaN_(a.x)) {
|
|
1060
1063
|
return a.x;
|
|
1061
1064
|
}
|
|
1062
|
-
return this.l.h(this.
|
|
1065
|
+
return this.l.h(this.b5(a)) + 17;
|
|
1063
1066
|
};
|
|
1064
|
-
PropertyEditorPanel.prototype.
|
|
1067
|
+
PropertyEditorPanel.prototype.b5 = function (a) {
|
|
1065
1068
|
return a.aj != null ? a.aj : a.al;
|
|
1066
1069
|
};
|
|
1067
|
-
PropertyEditorPanel.prototype.
|
|
1070
|
+
PropertyEditorPanel.prototype.dk = function (a, b) {
|
|
1068
1071
|
var c = a;
|
|
1069
1072
|
var d = this.m(c, b.b, b.c);
|
|
1070
|
-
this.
|
|
1073
|
+
this.c7(c, b);
|
|
1071
1074
|
};
|
|
1072
|
-
PropertyEditorPanel.prototype.
|
|
1075
|
+
PropertyEditorPanel.prototype.ck = function (a, b) {
|
|
1073
1076
|
var c = a;
|
|
1074
1077
|
var d = this.m(c, b.b, b.c);
|
|
1075
1078
|
var e = d != null ? d.n : 0;
|
|
1076
1079
|
switch (e) {
|
|
1077
1080
|
case 10:
|
|
1078
|
-
this.
|
|
1081
|
+
this.cs(c, b);
|
|
1079
1082
|
break;
|
|
1080
1083
|
case 7:
|
|
1081
|
-
this.
|
|
1084
|
+
this.ct(c, b);
|
|
1082
1085
|
break;
|
|
1083
1086
|
case 4:
|
|
1084
|
-
this.
|
|
1087
|
+
this.cv(c, b);
|
|
1085
1088
|
break;
|
|
1086
1089
|
case 6:
|
|
1087
|
-
this.
|
|
1090
|
+
this.cu(c, b);
|
|
1088
1091
|
break;
|
|
1089
1092
|
case 9:
|
|
1090
|
-
this.
|
|
1093
|
+
this.cx(c, b);
|
|
1091
1094
|
break;
|
|
1092
1095
|
case 5:
|
|
1093
|
-
this.
|
|
1096
|
+
this.cz(c, b);
|
|
1094
1097
|
break;
|
|
1095
1098
|
case 14:
|
|
1096
|
-
this.
|
|
1099
|
+
this.cy(c, b);
|
|
1097
1100
|
break;
|
|
1098
1101
|
case 18:
|
|
1099
|
-
this.
|
|
1102
|
+
this.c0(c, b);
|
|
1100
1103
|
break;
|
|
1101
1104
|
case 3:
|
|
1102
|
-
this.
|
|
1105
|
+
this.c1(c, b);
|
|
1103
1106
|
break;
|
|
1104
1107
|
case 15:
|
|
1105
|
-
this.
|
|
1108
|
+
this.c4(c, b);
|
|
1106
1109
|
break;
|
|
1107
1110
|
case 17:
|
|
1108
|
-
this.
|
|
1111
|
+
this.c5(c, b);
|
|
1109
1112
|
break;
|
|
1110
1113
|
case 16:
|
|
1111
|
-
this.
|
|
1114
|
+
this.c8(c, b);
|
|
1112
1115
|
break;
|
|
1113
1116
|
case 1:
|
|
1114
|
-
this.
|
|
1117
|
+
this.c9(c, b);
|
|
1115
1118
|
break;
|
|
1116
1119
|
case 11:
|
|
1117
|
-
this.
|
|
1120
|
+
this.da(c, b);
|
|
1118
1121
|
break;
|
|
1119
1122
|
case 13:
|
|
1120
|
-
this.
|
|
1123
|
+
this.db(c, b);
|
|
1121
1124
|
break;
|
|
1122
1125
|
case 12:
|
|
1123
|
-
this.
|
|
1126
|
+
this.dc(c, b);
|
|
1124
1127
|
break;
|
|
1125
1128
|
case 2:
|
|
1126
|
-
this.
|
|
1129
|
+
this.de(c, b);
|
|
1127
1130
|
break;
|
|
1128
1131
|
case 8:
|
|
1129
|
-
this.
|
|
1132
|
+
this.df(c, b);
|
|
1130
1133
|
break;
|
|
1131
1134
|
case 19:
|
|
1132
|
-
this.
|
|
1135
|
+
this.dg(c, b);
|
|
1133
1136
|
break;
|
|
1134
1137
|
case 20:
|
|
1135
|
-
this.
|
|
1138
|
+
this.cw(c, b);
|
|
1136
1139
|
break;
|
|
1137
1140
|
case 21:
|
|
1138
|
-
this.
|
|
1141
|
+
this.dd(c, b);
|
|
1139
1142
|
break;
|
|
1140
1143
|
case 0: break;
|
|
1141
1144
|
}
|
|
1142
1145
|
};
|
|
1146
|
+
PropertyEditorPanel.prototype.dg = function (a, b) {
|
|
1147
|
+
this.c6(a, b);
|
|
1148
|
+
};
|
|
1143
1149
|
PropertyEditorPanel.prototype.df = function (a, b) {
|
|
1144
|
-
this.c5(a, b);
|
|
1145
1150
|
};
|
|
1146
1151
|
PropertyEditorPanel.prototype.de = function (a, b) {
|
|
1152
|
+
this.c6(a, b);
|
|
1147
1153
|
};
|
|
1148
|
-
PropertyEditorPanel.prototype.
|
|
1149
|
-
this.
|
|
1154
|
+
PropertyEditorPanel.prototype.dc = function (a, b) {
|
|
1155
|
+
this.c6(a, b);
|
|
1150
1156
|
};
|
|
1151
1157
|
PropertyEditorPanel.prototype.db = function (a, b) {
|
|
1152
|
-
this.
|
|
1158
|
+
this.c6(a, b);
|
|
1153
1159
|
};
|
|
1154
1160
|
PropertyEditorPanel.prototype.da = function (a, b) {
|
|
1155
|
-
this.
|
|
1161
|
+
this.c6(a, b);
|
|
1156
1162
|
};
|
|
1157
1163
|
PropertyEditorPanel.prototype.c9 = function (a, b) {
|
|
1158
|
-
this.
|
|
1159
|
-
};
|
|
1160
|
-
PropertyEditorPanel.prototype.c8 = function (a, b) {
|
|
1161
|
-
this.c5(a, b);
|
|
1164
|
+
this.c6(a, b);
|
|
1162
1165
|
};
|
|
1163
|
-
PropertyEditorPanel.prototype.
|
|
1166
|
+
PropertyEditorPanel.prototype.c7 = function (a, b) {
|
|
1164
1167
|
var _this = this;
|
|
1165
|
-
this.
|
|
1168
|
+
this.cq(b, function (c, d) {
|
|
1166
1169
|
c.ap = _this.u();
|
|
1167
1170
|
c.e = 1;
|
|
1168
1171
|
var e = _this.m(a, b.b, b.c);
|
|
1169
1172
|
c.v = e;
|
|
1170
|
-
c.aq = _this.
|
|
1173
|
+
c.aq = _this.b5(e);
|
|
1171
1174
|
});
|
|
1172
1175
|
};
|
|
1173
|
-
PropertyEditorPanel.prototype.
|
|
1176
|
+
PropertyEditorPanel.prototype.c6 = function (a, b) {
|
|
1174
1177
|
var _this = this;
|
|
1175
|
-
this.
|
|
1178
|
+
this.cp(b, function (c, d) {
|
|
1176
1179
|
c.e = 1;
|
|
1177
1180
|
c.at = 1;
|
|
1178
1181
|
c.aq = 2;
|
|
@@ -1180,11 +1183,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1180
1183
|
c.v = e;
|
|
1181
1184
|
c.au = (e.ad != null ? e.ad.toString() : "");
|
|
1182
1185
|
if (d) {
|
|
1183
|
-
c.as = runOn(_this, _this.
|
|
1186
|
+
c.as = runOn(_this, _this.di);
|
|
1184
1187
|
}
|
|
1185
1188
|
});
|
|
1186
1189
|
};
|
|
1187
|
-
PropertyEditorPanel.prototype.
|
|
1190
|
+
PropertyEditorPanel.prototype.cq = function (a, b) {
|
|
1188
1191
|
var c = a.a;
|
|
1189
1192
|
var d = c.aw;
|
|
1190
1193
|
var e = false;
|
|
@@ -1198,7 +1201,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1198
1201
|
}
|
|
1199
1202
|
b(d, e);
|
|
1200
1203
|
};
|
|
1201
|
-
PropertyEditorPanel.prototype.
|
|
1204
|
+
PropertyEditorPanel.prototype.cp = function (a, b) {
|
|
1202
1205
|
var c = a.a;
|
|
1203
1206
|
var d = c.aw;
|
|
1204
1207
|
var e = false;
|
|
@@ -1212,7 +1215,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1212
1215
|
}
|
|
1213
1216
|
b(d, e);
|
|
1214
1217
|
};
|
|
1215
|
-
PropertyEditorPanel.prototype.
|
|
1218
|
+
PropertyEditorPanel.prototype.cm = function (a, b) {
|
|
1216
1219
|
var c = a.a;
|
|
1217
1220
|
var d = c.aw;
|
|
1218
1221
|
var e = false;
|
|
@@ -1226,7 +1229,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1226
1229
|
}
|
|
1227
1230
|
b(d, e);
|
|
1228
1231
|
};
|
|
1229
|
-
PropertyEditorPanel.prototype.
|
|
1232
|
+
PropertyEditorPanel.prototype.cr = function (a, b) {
|
|
1230
1233
|
var c = a.a;
|
|
1231
1234
|
var d = c.aw;
|
|
1232
1235
|
var e = false;
|
|
@@ -1240,7 +1243,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1240
1243
|
}
|
|
1241
1244
|
b(d, e);
|
|
1242
1245
|
};
|
|
1243
|
-
PropertyEditorPanel.prototype.
|
|
1246
|
+
PropertyEditorPanel.prototype.co = function (a, b) {
|
|
1244
1247
|
var c = a.a;
|
|
1245
1248
|
var d = c.aw;
|
|
1246
1249
|
var e = false;
|
|
@@ -1254,7 +1257,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1254
1257
|
}
|
|
1255
1258
|
b(d, e);
|
|
1256
1259
|
};
|
|
1257
|
-
PropertyEditorPanel.prototype.
|
|
1260
|
+
PropertyEditorPanel.prototype.cn = function (a, b) {
|
|
1258
1261
|
var c = a.a;
|
|
1259
1262
|
var d = c.aw;
|
|
1260
1263
|
var e = false;
|
|
@@ -1268,9 +1271,9 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1268
1271
|
}
|
|
1269
1272
|
b(d, e);
|
|
1270
1273
|
};
|
|
1271
|
-
PropertyEditorPanel.prototype.
|
|
1274
|
+
PropertyEditorPanel.prototype.cw = function (a, b) {
|
|
1272
1275
|
var _this = this;
|
|
1273
|
-
this.
|
|
1276
|
+
this.cm(b, function (c, d) {
|
|
1274
1277
|
c.e = 1;
|
|
1275
1278
|
if (c.ar != 2) {
|
|
1276
1279
|
c.ar = 2;
|
|
@@ -1283,13 +1286,13 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1283
1286
|
}
|
|
1284
1287
|
c.as = f;
|
|
1285
1288
|
if (d) {
|
|
1286
|
-
c.aq = runOn(_this, _this.
|
|
1289
|
+
c.aq = runOn(_this, _this.cd);
|
|
1287
1290
|
}
|
|
1288
1291
|
});
|
|
1289
1292
|
};
|
|
1290
|
-
PropertyEditorPanel.prototype.
|
|
1293
|
+
PropertyEditorPanel.prototype.dd = function (a, b) {
|
|
1291
1294
|
var _this = this;
|
|
1292
|
-
this.
|
|
1295
|
+
this.cr(b, function (c, d) {
|
|
1293
1296
|
c.e = 1;
|
|
1294
1297
|
var e = _this.m(a, b.b, b.c);
|
|
1295
1298
|
c.v = e;
|
|
@@ -1326,21 +1329,21 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1326
1329
|
c.av = 1;
|
|
1327
1330
|
}
|
|
1328
1331
|
if (d) {
|
|
1329
|
-
c.as = runOn(_this, _this.
|
|
1332
|
+
c.as = runOn(_this, _this.d3);
|
|
1330
1333
|
}
|
|
1331
1334
|
});
|
|
1332
1335
|
};
|
|
1333
|
-
PropertyEditorPanel.prototype.
|
|
1336
|
+
PropertyEditorPanel.prototype.d3 = function (a, b) {
|
|
1334
1337
|
var c = a;
|
|
1335
1338
|
var d = c.v;
|
|
1336
1339
|
this.af = true;
|
|
1337
1340
|
d.ad = c.aw;
|
|
1338
1341
|
this.af = false;
|
|
1339
|
-
this.
|
|
1342
|
+
this.dv(d);
|
|
1340
1343
|
};
|
|
1341
|
-
PropertyEditorPanel.prototype.
|
|
1344
|
+
PropertyEditorPanel.prototype.c3 = function (a, b) {
|
|
1342
1345
|
var _this = this;
|
|
1343
|
-
this.
|
|
1346
|
+
this.co(b, function (c, d) {
|
|
1344
1347
|
c.e = 1;
|
|
1345
1348
|
if (c.ap != 2) {
|
|
1346
1349
|
c.ap = 2;
|
|
@@ -1362,7 +1365,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1362
1365
|
}
|
|
1363
1366
|
}
|
|
1364
1367
|
{
|
|
1365
|
-
c.ar = runOn(_this, _this.
|
|
1368
|
+
c.ar = runOn(_this, _this.ch);
|
|
1366
1369
|
}
|
|
1367
1370
|
}
|
|
1368
1371
|
else {
|
|
@@ -1377,7 +1380,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1377
1380
|
}
|
|
1378
1381
|
if (d) {
|
|
1379
1382
|
if (c.ar == null) {
|
|
1380
|
-
c.ar = runOn(_this, _this.
|
|
1383
|
+
c.ar = runOn(_this, _this.ch);
|
|
1381
1384
|
}
|
|
1382
1385
|
c.ah = BrushUtil.g(255, 255, 255, 255);
|
|
1383
1386
|
}
|
|
@@ -1389,16 +1392,16 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1389
1392
|
PropertyEditorPanel.prototype.a = function (a) {
|
|
1390
1393
|
return a.c;
|
|
1391
1394
|
};
|
|
1392
|
-
PropertyEditorPanel.prototype.
|
|
1395
|
+
PropertyEditorPanel.prototype.ch = function (a, b) {
|
|
1393
1396
|
var c = a;
|
|
1394
1397
|
var d = c.v;
|
|
1395
1398
|
this.af = true;
|
|
1396
1399
|
d.ad = c.at;
|
|
1397
1400
|
d.am();
|
|
1398
1401
|
this.af = false;
|
|
1399
|
-
this.
|
|
1402
|
+
this.dv(d);
|
|
1400
1403
|
};
|
|
1401
|
-
PropertyEditorPanel.prototype.
|
|
1404
|
+
PropertyEditorPanel.prototype.di = function (a, b) {
|
|
1402
1405
|
var c = a;
|
|
1403
1406
|
var d = c.v;
|
|
1404
1407
|
this.af = true;
|
|
@@ -1413,30 +1416,30 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1413
1416
|
}
|
|
1414
1417
|
d.am();
|
|
1415
1418
|
this.af = false;
|
|
1416
|
-
this.
|
|
1419
|
+
this.dv(d);
|
|
1417
1420
|
};
|
|
1418
|
-
PropertyEditorPanel.prototype.
|
|
1421
|
+
PropertyEditorPanel.prototype.cd = function (a, b) {
|
|
1419
1422
|
var c = a;
|
|
1420
1423
|
var d = c.v;
|
|
1421
1424
|
this.af = true;
|
|
1422
1425
|
d.an();
|
|
1423
1426
|
this.af = false;
|
|
1424
|
-
this.
|
|
1427
|
+
this.dv(d);
|
|
1425
1428
|
};
|
|
1426
|
-
PropertyEditorPanel.prototype.
|
|
1429
|
+
PropertyEditorPanel.prototype.dv = function (a) {
|
|
1427
1430
|
var _this = this;
|
|
1428
|
-
if (this.
|
|
1431
|
+
if (this.bs != null && this.e != null) {
|
|
1429
1432
|
if (this.ad) {
|
|
1430
1433
|
this.ad = false;
|
|
1431
1434
|
this.e.addTargetPropertyUpdatingListener(runOn(this, this.al));
|
|
1432
1435
|
}
|
|
1433
|
-
var b = this.
|
|
1434
|
-
this.
|
|
1436
|
+
var b = this.bt == null;
|
|
1437
|
+
this.bt = this.b4();
|
|
1435
1438
|
if (b) {
|
|
1436
|
-
this.l.q(this.
|
|
1439
|
+
this.l.q(this.bs, function (c) { return _this.e.loadJsonOverlay(_this.bt, function (d) { return c; }, function (d) { return _this.bs; }); });
|
|
1437
1440
|
}
|
|
1438
1441
|
else {
|
|
1439
|
-
this.l.q(this.
|
|
1442
|
+
this.l.q(this.bs, function (c) { return _this.e.loadJsonDelta(_this.bt, function (d) { return c; }, false); });
|
|
1440
1443
|
}
|
|
1441
1444
|
}
|
|
1442
1445
|
};
|
|
@@ -1510,7 +1513,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1510
1513
|
b.add(a);
|
|
1511
1514
|
return b;
|
|
1512
1515
|
};
|
|
1513
|
-
PropertyEditorPanel.prototype.
|
|
1516
|
+
PropertyEditorPanel.prototype.b4 = function () {
|
|
1514
1517
|
if (this.actualProperties == null) {
|
|
1515
1518
|
return null;
|
|
1516
1519
|
}
|
|
@@ -1518,11 +1521,11 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1518
1521
|
if (typeCast(HorizontalPropertyEditorPanelDataSource.$, a) !== null) {
|
|
1519
1522
|
a = a.ae;
|
|
1520
1523
|
}
|
|
1521
|
-
var b = new PropertyEditorTreeTransformer(this.h, this.
|
|
1522
|
-
this.
|
|
1524
|
+
var b = new PropertyEditorTreeTransformer(this.h, this.b2);
|
|
1525
|
+
this.c2(a, "", b, this.b2);
|
|
1523
1526
|
return b.g();
|
|
1524
1527
|
};
|
|
1525
|
-
PropertyEditorPanel.prototype.
|
|
1528
|
+
PropertyEditorPanel.prototype.c2 = function (a, b, c, d) {
|
|
1526
1529
|
for (var e = 0; e < a.count; e++) {
|
|
1527
1530
|
var f = a._inner[e];
|
|
1528
1531
|
if (f.n == 20) {
|
|
@@ -1532,44 +1535,44 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1532
1535
|
for (var g = 0; g < f.i.count; g++) {
|
|
1533
1536
|
var h = f.i._inner[g];
|
|
1534
1537
|
var i = b + f.al + "[" + g + "]";
|
|
1535
|
-
this.
|
|
1538
|
+
this.c2(h.a, i, c, h.b);
|
|
1536
1539
|
}
|
|
1537
1540
|
}
|
|
1538
1541
|
else if (f.g != null) {
|
|
1539
1542
|
var j = b + f.al;
|
|
1540
|
-
this.
|
|
1543
|
+
this.c2(f.g.a, j, c, f.g.b);
|
|
1541
1544
|
}
|
|
1542
1545
|
else {
|
|
1543
1546
|
c.h(b + f.al, f.ad, d);
|
|
1544
1547
|
}
|
|
1545
1548
|
}
|
|
1546
1549
|
};
|
|
1547
|
-
PropertyEditorPanel.prototype.
|
|
1550
|
+
PropertyEditorPanel.prototype.c8 = function (a, b) {
|
|
1551
|
+
};
|
|
1552
|
+
PropertyEditorPanel.prototype.c5 = function (a, b) {
|
|
1548
1553
|
};
|
|
1549
1554
|
PropertyEditorPanel.prototype.c4 = function (a, b) {
|
|
1555
|
+
this.c3(a, b);
|
|
1550
1556
|
};
|
|
1551
|
-
PropertyEditorPanel.prototype.
|
|
1552
|
-
this.c2(a, b);
|
|
1557
|
+
PropertyEditorPanel.prototype.c1 = function (a, b) {
|
|
1553
1558
|
};
|
|
1554
1559
|
PropertyEditorPanel.prototype.c0 = function (a, b) {
|
|
1555
1560
|
};
|
|
1561
|
+
PropertyEditorPanel.prototype.cy = function (a, b) {
|
|
1562
|
+
};
|
|
1556
1563
|
PropertyEditorPanel.prototype.cz = function (a, b) {
|
|
1564
|
+
this.c6(a, b);
|
|
1557
1565
|
};
|
|
1558
1566
|
PropertyEditorPanel.prototype.cx = function (a, b) {
|
|
1559
1567
|
};
|
|
1560
|
-
PropertyEditorPanel.prototype.
|
|
1561
|
-
this.c5(a, b);
|
|
1568
|
+
PropertyEditorPanel.prototype.cu = function (a, b) {
|
|
1562
1569
|
};
|
|
1563
|
-
PropertyEditorPanel.prototype.
|
|
1570
|
+
PropertyEditorPanel.prototype.cv = function (a, b) {
|
|
1571
|
+
this.c6(a, b);
|
|
1564
1572
|
};
|
|
1565
1573
|
PropertyEditorPanel.prototype.ct = function (a, b) {
|
|
1566
|
-
};
|
|
1567
|
-
PropertyEditorPanel.prototype.cu = function (a, b) {
|
|
1568
|
-
this.c5(a, b);
|
|
1569
|
-
};
|
|
1570
|
-
PropertyEditorPanel.prototype.cs = function (a, b) {
|
|
1571
1574
|
var _this = this;
|
|
1572
|
-
this.
|
|
1575
|
+
this.cn(b, function (c, d) {
|
|
1573
1576
|
c.e = 1;
|
|
1574
1577
|
if (!c.ar) {
|
|
1575
1578
|
c.ar = true;
|
|
@@ -1611,7 +1614,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1611
1614
|
c.as = k;
|
|
1612
1615
|
c.v = e;
|
|
1613
1616
|
if (d) {
|
|
1614
|
-
c.aq = runOn(_this, _this.
|
|
1617
|
+
c.aq = runOn(_this, _this.cf);
|
|
1615
1618
|
}
|
|
1616
1619
|
});
|
|
1617
1620
|
};
|
|
@@ -1621,7 +1624,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1621
1624
|
var e = d;
|
|
1622
1625
|
var f = truncate((this.ap.count / 2));
|
|
1623
1626
|
var g = b * f;
|
|
1624
|
-
var h = this.
|
|
1627
|
+
var h = this.bn(a);
|
|
1625
1628
|
h = truncate(Math.floor(h / 2)) + g;
|
|
1626
1629
|
if (h > e.count - 1) {
|
|
1627
1630
|
return null;
|
|
@@ -1632,37 +1635,37 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1632
1635
|
return c;
|
|
1633
1636
|
}
|
|
1634
1637
|
};
|
|
1635
|
-
PropertyEditorPanel.prototype.
|
|
1638
|
+
PropertyEditorPanel.prototype.bn = function (a) {
|
|
1636
1639
|
return this.am.item(a);
|
|
1637
1640
|
};
|
|
1638
|
-
PropertyEditorPanel.prototype.
|
|
1641
|
+
PropertyEditorPanel.prototype.cf = function (a, b) {
|
|
1639
1642
|
var c = a;
|
|
1640
1643
|
var d = c.v;
|
|
1641
1644
|
this.af = true;
|
|
1642
1645
|
d.ad = c.as;
|
|
1643
1646
|
d.am();
|
|
1644
1647
|
this.af = false;
|
|
1645
|
-
this.
|
|
1648
|
+
this.dv(d);
|
|
1646
1649
|
};
|
|
1647
|
-
PropertyEditorPanel.prototype.
|
|
1650
|
+
PropertyEditorPanel.prototype.cs = function (a, b) {
|
|
1648
1651
|
};
|
|
1649
|
-
PropertyEditorPanel.prototype.
|
|
1652
|
+
PropertyEditorPanel.prototype.dq = function (a, b, c) {
|
|
1650
1653
|
if (this.v != null) {
|
|
1651
1654
|
this.c.notifySetItem(a, b, c);
|
|
1652
1655
|
}
|
|
1653
1656
|
};
|
|
1654
|
-
PropertyEditorPanel.prototype.
|
|
1657
|
+
PropertyEditorPanel.prototype.dm = function () {
|
|
1655
1658
|
if (this.v != null) {
|
|
1656
1659
|
this.c.notifyClearItems();
|
|
1657
1660
|
}
|
|
1658
1661
|
};
|
|
1659
|
-
PropertyEditorPanel.prototype.
|
|
1662
|
+
PropertyEditorPanel.prototype.dn = function (a, b) {
|
|
1660
1663
|
if (this.v != null) {
|
|
1661
1664
|
this.c.notifyInsertItem(a, b);
|
|
1662
1665
|
}
|
|
1663
1666
|
;
|
|
1664
1667
|
};
|
|
1665
|
-
PropertyEditorPanel.prototype.
|
|
1668
|
+
PropertyEditorPanel.prototype.dp = function (a, b) {
|
|
1666
1669
|
if (this.v != null) {
|
|
1667
1670
|
this.c.notifyRemoveItem(a, b);
|
|
1668
1671
|
}
|
|
@@ -1675,7 +1678,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1675
1678
|
set: function (a) {
|
|
1676
1679
|
var b = this.f;
|
|
1677
1680
|
this.f = a;
|
|
1678
|
-
this.
|
|
1681
|
+
this.du("ActualContext", b, this.f);
|
|
1679
1682
|
},
|
|
1680
1683
|
enumerable: true,
|
|
1681
1684
|
configurable: true
|
|
@@ -1687,7 +1690,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1687
1690
|
set: function (a) {
|
|
1688
1691
|
var b = this.g;
|
|
1689
1692
|
this.g = a;
|
|
1690
|
-
this.
|
|
1693
|
+
this.du("DescriptionContext", b, this.g);
|
|
1691
1694
|
},
|
|
1692
1695
|
enumerable: true,
|
|
1693
1696
|
configurable: true
|
|
@@ -1699,31 +1702,31 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1699
1702
|
set: function (a) {
|
|
1700
1703
|
var b = this.d;
|
|
1701
1704
|
this.d = a;
|
|
1702
|
-
this.
|
|
1705
|
+
this.du("ComponentRenderer", b, this.d);
|
|
1703
1706
|
},
|
|
1704
1707
|
enumerable: true,
|
|
1705
1708
|
configurable: true
|
|
1706
1709
|
});
|
|
1707
|
-
Object.defineProperty(PropertyEditorPanel.prototype, "
|
|
1710
|
+
Object.defineProperty(PropertyEditorPanel.prototype, "bs", {
|
|
1708
1711
|
get: function () {
|
|
1709
|
-
return this.
|
|
1712
|
+
return this.bq;
|
|
1710
1713
|
},
|
|
1711
1714
|
set: function (a) {
|
|
1712
|
-
var b = this.
|
|
1713
|
-
this.
|
|
1714
|
-
this.
|
|
1715
|
+
var b = this.bq;
|
|
1716
|
+
this.bq = a;
|
|
1717
|
+
this.du("Target", b, this.bq);
|
|
1715
1718
|
},
|
|
1716
1719
|
enumerable: true,
|
|
1717
1720
|
configurable: true
|
|
1718
1721
|
});
|
|
1719
|
-
Object.defineProperty(PropertyEditorPanel.prototype, "
|
|
1722
|
+
Object.defineProperty(PropertyEditorPanel.prototype, "b2", {
|
|
1720
1723
|
get: function () {
|
|
1721
|
-
return this.
|
|
1724
|
+
return this.bu;
|
|
1722
1725
|
},
|
|
1723
1726
|
set: function (a) {
|
|
1724
|
-
var b = this.
|
|
1725
|
-
this.
|
|
1726
|
-
this.
|
|
1727
|
+
var b = this.bu;
|
|
1728
|
+
this.bu = a;
|
|
1729
|
+
this.du("DescriptionType", b, this.bu);
|
|
1727
1730
|
},
|
|
1728
1731
|
enumerable: true,
|
|
1729
1732
|
configurable: true
|
|
@@ -1735,7 +1738,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1735
1738
|
set: function (a) {
|
|
1736
1739
|
var b = this.aa;
|
|
1737
1740
|
this.aa = a;
|
|
1738
|
-
this.
|
|
1741
|
+
this.du("IsHorizontal", b, this.aa);
|
|
1739
1742
|
},
|
|
1740
1743
|
enumerable: true,
|
|
1741
1744
|
configurable: true
|
|
@@ -1747,7 +1750,7 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1747
1750
|
set: function (a) {
|
|
1748
1751
|
var b = this.ac;
|
|
1749
1752
|
this.ac = a;
|
|
1750
|
-
this.
|
|
1753
|
+
this.du("IsWrappingEnabled", b, this.ac);
|
|
1751
1754
|
},
|
|
1752
1755
|
enumerable: true,
|
|
1753
1756
|
configurable: true
|
|
@@ -1759,56 +1762,56 @@ var PropertyEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1759
1762
|
set: function (a) {
|
|
1760
1763
|
var b = this.ab;
|
|
1761
1764
|
this.ab = a;
|
|
1762
|
-
this.
|
|
1765
|
+
this.du("IsIndirectModeEnabled", b, this.ab);
|
|
1763
1766
|
},
|
|
1764
1767
|
enumerable: true,
|
|
1765
1768
|
configurable: true
|
|
1766
1769
|
});
|
|
1767
|
-
Object.defineProperty(PropertyEditorPanel.prototype, "
|
|
1770
|
+
Object.defineProperty(PropertyEditorPanel.prototype, "d6", {
|
|
1768
1771
|
get: function () {
|
|
1769
|
-
return this.
|
|
1772
|
+
return this.d4;
|
|
1770
1773
|
},
|
|
1771
1774
|
set: function (a) {
|
|
1772
|
-
var b = this.
|
|
1773
|
-
this.
|
|
1774
|
-
if (b != this.
|
|
1775
|
-
this.
|
|
1775
|
+
var b = this.d4;
|
|
1776
|
+
this.d4 = a;
|
|
1777
|
+
if (b != this.d4) {
|
|
1778
|
+
this.du("BackgroundColor", b, a);
|
|
1776
1779
|
}
|
|
1777
1780
|
},
|
|
1778
1781
|
enumerable: true,
|
|
1779
1782
|
configurable: true
|
|
1780
1783
|
});
|
|
1781
|
-
Object.defineProperty(PropertyEditorPanel.prototype, "
|
|
1784
|
+
Object.defineProperty(PropertyEditorPanel.prototype, "d9", {
|
|
1782
1785
|
get: function () {
|
|
1783
|
-
return this.
|
|
1786
|
+
return this.d5;
|
|
1784
1787
|
},
|
|
1785
1788
|
set: function (a) {
|
|
1786
|
-
var b = this.
|
|
1787
|
-
this.
|
|
1788
|
-
if (b != this.
|
|
1789
|
-
this.
|
|
1789
|
+
var b = this.d5;
|
|
1790
|
+
this.d5 = a;
|
|
1791
|
+
if (b != this.d5) {
|
|
1792
|
+
this.du("TextColor", b, a);
|
|
1790
1793
|
}
|
|
1791
1794
|
},
|
|
1792
1795
|
enumerable: true,
|
|
1793
1796
|
configurable: true
|
|
1794
1797
|
});
|
|
1795
|
-
PropertyEditorPanel.prototype.
|
|
1798
|
+
PropertyEditorPanel.prototype.ce = function () {
|
|
1796
1799
|
var a = this.c;
|
|
1797
1800
|
if (null != a) {
|
|
1798
1801
|
if (null == a.actualSchema) {
|
|
1799
|
-
this.
|
|
1802
|
+
this.bl = -1;
|
|
1800
1803
|
return;
|
|
1801
1804
|
}
|
|
1802
1805
|
var b = a.actualCount;
|
|
1803
|
-
this.
|
|
1806
|
+
this.bl = b;
|
|
1804
1807
|
}
|
|
1805
1808
|
else {
|
|
1806
|
-
this.
|
|
1809
|
+
this.bl = -1;
|
|
1807
1810
|
}
|
|
1808
1811
|
};
|
|
1809
1812
|
PropertyEditorPanel.$t = markType(PropertyEditorPanel, 'PropertyEditorPanel', Base.$, [INotifyPropertyChanged_$type]);
|
|
1810
|
-
PropertyEditorPanel.
|
|
1811
|
-
PropertyEditorPanel.
|
|
1813
|
+
PropertyEditorPanel.d7 = BrushUtil.g(255, 248, 248, 248);
|
|
1814
|
+
PropertyEditorPanel.d8 = BrushUtil.g(255, 24, 29, 31);
|
|
1812
1815
|
return PropertyEditorPanel;
|
|
1813
1816
|
}(Base));
|
|
1814
1817
|
export { PropertyEditorPanel };
|