igniteui-webcomponents-layouts 4.0.3 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +1582 -2580
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +31 -18
- package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +130 -116
- package/{esm5/lib/Popup.js → esm2015/lib/ToolActionButton.js} +1 -1
- package/esm2015/lib/ToolPanelView_combined.js +862 -692
- package/esm2015/lib/ToolbarView_combined.js +123 -96
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +71 -34
- package/esm2015/lib/igc-tool-action-button-component.js +63 -0
- package/esm2015/lib/{igc-popup-module.js → igc-tool-action-button-module.js} +6 -9
- package/esm2015/lib/igc-tool-action-component.js +42 -31
- package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm2015/lib/igc-tool-action-performed-event-args.js +5 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
- package/esm2015/lib/igc-tool-panel-component.js +21 -10
- package/esm2015/lib/igc-toolbar-component.js +23 -12
- package/esm2015/public_api.js +3 -13
- package/esm5/lib/ListPanelView_combined.js +31 -18
- package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +134 -116
- package/esm5/lib/{PopupView.js → ToolActionButton.js} +1 -1
- package/esm5/lib/ToolPanelView_combined.js +877 -693
- package/esm5/lib/ToolbarView_combined.js +123 -92
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +75 -34
- package/esm5/lib/igc-tool-action-button-component.js +72 -0
- package/esm5/lib/igc-tool-action-button-module.js +20 -0
- package/esm5/lib/igc-tool-action-component.js +46 -31
- package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm5/lib/igc-tool-action-performed-event-args.js +5 -3
- package/esm5/lib/igc-tool-action-radio-component.js +6 -3
- package/esm5/lib/igc-tool-panel-component.js +25 -10
- package/esm5/lib/igc-toolbar-component.js +27 -12
- package/esm5/public_api.js +3 -13
- package/fesm2015/igniteui-webcomponents-layouts.js +1547 -2429
- package/fesm5/igniteui-webcomponents-layouts.js +1577 -2562
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
- package/lib/ToolActionButton.d.ts +1 -0
- package/lib/ToolPanelView_combined.d.ts +172 -146
- package/lib/ToolbarView_combined.d.ts +33 -28
- package/lib/igc-property-editor-property-description-component.d.ts +3 -0
- package/lib/igc-tool-action-button-component.d.ts +17 -0
- package/lib/igc-tool-action-button-module.d.ts +3 -0
- package/lib/igc-tool-action-component.d.ts +5 -0
- package/lib/igc-tool-action-radio-component.d.ts +4 -1
- package/lib/igc-tool-panel-component.d.ts +5 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +3 -13
- package/esm2015/lib/OnClosedEventArgs.js +0 -16
- package/esm2015/lib/OnPopupEventArgs.js +0 -16
- package/esm2015/lib/Popup.js +0 -7
- package/esm2015/lib/PopupAlignment.js +0 -29
- package/esm2015/lib/PopupDirection.js +0 -29
- package/esm2015/lib/PopupView.js +0 -7
- package/esm2015/lib/PopupView_combined.js +0 -647
- package/esm2015/lib/PopupVisualModelExport.js +0 -36
- package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
- package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
- package/esm2015/lib/igc-on-closed-event-args.js +0 -24
- package/esm2015/lib/igc-on-popup-event-args.js +0 -24
- package/esm2015/lib/igc-popup-component.js +0 -388
- package/esm5/lib/OnClosedEventArgs.js +0 -20
- package/esm5/lib/OnPopupEventArgs.js +0 -20
- package/esm5/lib/PopupAlignment.js +0 -29
- package/esm5/lib/PopupDirection.js +0 -29
- package/esm5/lib/PopupView_combined.js +0 -700
- package/esm5/lib/PopupVisualModelExport.js +0 -38
- package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
- package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
- package/esm5/lib/igc-on-closed-event-args.js +0 -30
- package/esm5/lib/igc-on-popup-event-args.js +0 -30
- package/esm5/lib/igc-popup-component.js +0 -473
- package/esm5/lib/igc-popup-module.js +0 -23
- package/lib/OnClosedEventArgs.d.ts +0 -7
- package/lib/OnPopupEventArgs.d.ts +0 -7
- package/lib/Popup.d.ts +0 -1
- package/lib/PopupAlignment.d.ts +0 -22
- package/lib/PopupDirection.d.ts +0 -22
- package/lib/PopupView.d.ts +0 -1
- package/lib/PopupView_combined.d.ts +0 -126
- package/lib/PopupVisualModelExport.d.ts +0 -14
- package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
- package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
- package/lib/igc-on-closed-event-args.d.ts +0 -12
- package/lib/igc-on-popup-event-args.d.ts +0 -12
- package/lib/igc-popup-component.d.ts +0 -110
- package/lib/igc-popup-module.d.ts +0 -3
|
@@ -80,10 +80,10 @@ export let PropertyEditorPanelView = /*@__PURE__*/ (() => {
|
|
|
80
80
|
this.e = new RenderingContext(new CanvasViewRenderer(), this.i.get2DCanvasContext(this.l));
|
|
81
81
|
this.k = this.i.createElement("div");
|
|
82
82
|
this.y();
|
|
83
|
-
NativeUIComponent.
|
|
83
|
+
NativeUIComponent.ad(this.p(), 7, (b) => {
|
|
84
84
|
let c = b;
|
|
85
85
|
this.a.dh(c, this.n);
|
|
86
|
-
this.i.append(c.
|
|
86
|
+
this.i.append(c.x);
|
|
87
87
|
});
|
|
88
88
|
let b = Math.round(a.rootWrapper.width());
|
|
89
89
|
let c = Math.round(a.rootWrapper.height());
|
|
@@ -190,7 +190,7 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
190
190
|
this.bo = 0;
|
|
191
191
|
this.bl = -1;
|
|
192
192
|
this.k = null;
|
|
193
|
-
NativeUIInputsFactory.
|
|
193
|
+
NativeUIInputsFactory.n();
|
|
194
194
|
this.ap = new ObservableCollection$1(PropertyEditorPanelColumnDefinition.$, 0);
|
|
195
195
|
let a = new PropertyEditorPanelView();
|
|
196
196
|
a.a = this;
|
|
@@ -493,11 +493,11 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
493
493
|
this.af = true;
|
|
494
494
|
let b = false;
|
|
495
495
|
for (let c of fromEnum(this.properties)) {
|
|
496
|
-
let d = c.
|
|
496
|
+
let d = c.an;
|
|
497
497
|
if (this.k != null) {
|
|
498
498
|
let e = this.k.e(d, false);
|
|
499
499
|
if (e != null) {
|
|
500
|
-
if (c.
|
|
500
|
+
if (c.r(e)) {
|
|
501
501
|
b = true;
|
|
502
502
|
}
|
|
503
503
|
}
|
|
@@ -530,11 +530,11 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
530
530
|
for (let b = 0; b < a; b++) {
|
|
531
531
|
let c = b;
|
|
532
532
|
let d = this.c.getItemAtIndex(b);
|
|
533
|
-
if (this.v.
|
|
534
|
-
this.v.
|
|
533
|
+
if (this.v.bb < c + 1) {
|
|
534
|
+
this.v.bd(c, 1, this.ar);
|
|
535
535
|
}
|
|
536
536
|
else {
|
|
537
|
-
this.v.
|
|
537
|
+
this.v.bj(c, 1, this.ar);
|
|
538
538
|
}
|
|
539
539
|
if (this.an.count < c + 1) {
|
|
540
540
|
this.an.add(new List$1(NativeUIComponent.$, 0));
|
|
@@ -543,24 +543,24 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
543
543
|
for (let f = 0; f < this.ap.count; f++) {
|
|
544
544
|
let g = this.ap._inner[f];
|
|
545
545
|
if (e.count < f + 1) {
|
|
546
|
-
NativeUIComponent.
|
|
546
|
+
NativeUIComponent.ah(this.l.p(), 0, (h) => {
|
|
547
547
|
let i = h;
|
|
548
|
-
i.
|
|
548
|
+
i.g = 1;
|
|
549
549
|
if (g.a == 0) {
|
|
550
|
-
i.
|
|
550
|
+
i.f = 2;
|
|
551
551
|
}
|
|
552
|
-
i.
|
|
553
|
-
this.v.
|
|
554
|
-
this.v.
|
|
555
|
-
this.v.
|
|
552
|
+
i.aw = new Thickness(1, 5, 5, 5, 0);
|
|
553
|
+
this.v.a1(i);
|
|
554
|
+
this.v.bh(i, c);
|
|
555
|
+
this.v.bg(i, f);
|
|
556
556
|
e.add(i);
|
|
557
557
|
});
|
|
558
558
|
}
|
|
559
|
-
if (this.v.
|
|
560
|
-
this.v.
|
|
559
|
+
if (this.v.a8 < f + 1) {
|
|
560
|
+
this.v.bc(f, 1, g.h);
|
|
561
561
|
}
|
|
562
562
|
else {
|
|
563
|
-
this.v.
|
|
563
|
+
this.v.bi(f, 1, g.h);
|
|
564
564
|
}
|
|
565
565
|
let h = e._inner[f];
|
|
566
566
|
let i = "PropertyPath";
|
|
@@ -579,23 +579,23 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
579
579
|
}
|
|
580
580
|
if (l == null) {
|
|
581
581
|
let m = h;
|
|
582
|
-
m.
|
|
582
|
+
m.a6 = null;
|
|
583
583
|
}
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
let n = new HashSet$1(NativeUIComponent.$, 0);
|
|
587
|
-
for (let o = this.v.
|
|
588
|
-
let p = this.v.
|
|
589
|
-
let q = this.v.
|
|
590
|
-
let r = this.v.
|
|
587
|
+
for (let o = this.v.a0 - 1; o >= 0; o--) {
|
|
588
|
+
let p = this.v.az(o);
|
|
589
|
+
let q = this.v.ba(p);
|
|
590
|
+
let r = this.v.a9(p);
|
|
591
591
|
if ((q + 1) > a || (r + 1) > this.ap.count) {
|
|
592
592
|
n.add_1(p);
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
-
for (let s = this.v.
|
|
596
|
-
let t = this.v.
|
|
595
|
+
for (let s = this.v.a0 - 1; s >= 0; s--) {
|
|
596
|
+
let t = this.v.az(s);
|
|
597
597
|
if (n.contains(t)) {
|
|
598
|
-
this.v.
|
|
598
|
+
this.v.a4(s);
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
for (let u = this.an.count - 1; u >= 0; u--) {
|
|
@@ -609,11 +609,11 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
609
609
|
this.an.removeAt(u);
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
|
-
while (this.v.
|
|
613
|
-
this.v.
|
|
612
|
+
while (this.v.bb > a) {
|
|
613
|
+
this.v.bf(this.v.bb - 1);
|
|
614
614
|
}
|
|
615
|
-
while (this.v.
|
|
616
|
-
this.v.
|
|
615
|
+
while (this.v.a8 > this.ap.count) {
|
|
616
|
+
this.v.be(this.v.a8 - 1);
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
dw(a, b) {
|
|
@@ -836,7 +836,7 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
836
836
|
cl(a, b) {
|
|
837
837
|
let c = a;
|
|
838
838
|
let d = this.m(c, b.a, b.c);
|
|
839
|
-
b.b = enumGetBox(PropertyEditorValueType_$type, d != null ? d.
|
|
839
|
+
b.b = enumGetBox(PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
840
840
|
}
|
|
841
841
|
dl(a, b) {
|
|
842
842
|
let c = a;
|
|
@@ -845,13 +845,13 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
845
845
|
b.b = null;
|
|
846
846
|
return;
|
|
847
847
|
}
|
|
848
|
-
b.b = d.
|
|
848
|
+
b.b = d.al != null ? d.al : d.an;
|
|
849
849
|
}
|
|
850
850
|
a5(a) {
|
|
851
|
-
if (!isNaN_(a.
|
|
852
|
-
return a.
|
|
851
|
+
if (!isNaN_(a.y)) {
|
|
852
|
+
return a.y;
|
|
853
853
|
}
|
|
854
|
-
switch (a.
|
|
854
|
+
switch (a.p) {
|
|
855
855
|
case 10: return this.as(a);
|
|
856
856
|
case 7: return this.at(a);
|
|
857
857
|
case 4: return this.av(a);
|
|
@@ -884,8 +884,8 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
884
884
|
return 175;
|
|
885
885
|
}
|
|
886
886
|
aw(a) {
|
|
887
|
-
if (a.
|
|
888
|
-
return Math.max(100, this.l.h(a.
|
|
887
|
+
if (a.af != null) {
|
|
888
|
+
return Math.max(100, this.l.h(a.af.toString()) + 30);
|
|
889
889
|
}
|
|
890
890
|
return 80;
|
|
891
891
|
}
|
|
@@ -956,13 +956,13 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
956
956
|
return this.aw(a);
|
|
957
957
|
}
|
|
958
958
|
a9(a) {
|
|
959
|
-
if (!isNaN_(a.
|
|
960
|
-
return a.
|
|
959
|
+
if (!isNaN_(a.z)) {
|
|
960
|
+
return a.z;
|
|
961
961
|
}
|
|
962
962
|
return this.l.h(this.b5(a)) + 17;
|
|
963
963
|
}
|
|
964
964
|
b5(a) {
|
|
965
|
-
return a.
|
|
965
|
+
return a.al != null ? a.al : a.an;
|
|
966
966
|
}
|
|
967
967
|
dk(a, b) {
|
|
968
968
|
let c = a;
|
|
@@ -972,7 +972,7 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
972
972
|
ck(a, b) {
|
|
973
973
|
let c = a;
|
|
974
974
|
let d = this.m(c, b.b, b.c);
|
|
975
|
-
let e = d != null ? d.
|
|
975
|
+
let e = d != null ? d.p : 0;
|
|
976
976
|
switch (e) {
|
|
977
977
|
case 10:
|
|
978
978
|
this.cs(c, b);
|
|
@@ -1062,34 +1062,34 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1062
1062
|
}
|
|
1063
1063
|
c7(a, b) {
|
|
1064
1064
|
this.cq(b, (c, d) => {
|
|
1065
|
-
c.
|
|
1066
|
-
c.
|
|
1065
|
+
c.ay = this.u();
|
|
1066
|
+
c.g = 1;
|
|
1067
1067
|
let e = this.m(a, b.b, b.c);
|
|
1068
|
-
c.
|
|
1069
|
-
c.
|
|
1068
|
+
c.y = e;
|
|
1069
|
+
c.az = this.b5(e);
|
|
1070
1070
|
});
|
|
1071
1071
|
}
|
|
1072
1072
|
c6(a, b) {
|
|
1073
1073
|
this.cp(b, (c, d) => {
|
|
1074
|
-
c.
|
|
1075
|
-
c.
|
|
1076
|
-
c.
|
|
1074
|
+
c.g = 1;
|
|
1075
|
+
c.a2 = 1;
|
|
1076
|
+
c.az = 2;
|
|
1077
1077
|
let e = this.m(a, b.b, b.c);
|
|
1078
|
-
c.
|
|
1079
|
-
c.
|
|
1078
|
+
c.y = e;
|
|
1079
|
+
c.a4 = (e.af != null ? e.af.toString() : "");
|
|
1080
1080
|
if (d) {
|
|
1081
|
-
c.
|
|
1081
|
+
c.a1 = runOn(this, this.di);
|
|
1082
1082
|
}
|
|
1083
1083
|
});
|
|
1084
1084
|
}
|
|
1085
1085
|
cq(a, b) {
|
|
1086
1086
|
let c = a.a;
|
|
1087
|
-
let d = c.
|
|
1087
|
+
let d = c.a6;
|
|
1088
1088
|
let e = false;
|
|
1089
|
-
if (d == null || d.
|
|
1089
|
+
if (d == null || d.e != 3) {
|
|
1090
1090
|
e = true;
|
|
1091
|
-
NativeUIComponent.
|
|
1092
|
-
c.
|
|
1091
|
+
NativeUIComponent.ad(this.l.p(), 3, (f) => {
|
|
1092
|
+
c.a6 = f;
|
|
1093
1093
|
b(f, e);
|
|
1094
1094
|
});
|
|
1095
1095
|
return;
|
|
@@ -1098,12 +1098,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
cp(a, b) {
|
|
1100
1100
|
let c = a.a;
|
|
1101
|
-
let d = c.
|
|
1101
|
+
let d = c.a6;
|
|
1102
1102
|
let e = false;
|
|
1103
|
-
if (d == null || d.
|
|
1103
|
+
if (d == null || d.e != 2) {
|
|
1104
1104
|
e = true;
|
|
1105
|
-
NativeUIComponent.
|
|
1106
|
-
c.
|
|
1105
|
+
NativeUIComponent.ad(this.l.p(), 2, (f) => {
|
|
1106
|
+
c.a6 = f;
|
|
1107
1107
|
b(f, e);
|
|
1108
1108
|
});
|
|
1109
1109
|
return;
|
|
@@ -1112,12 +1112,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1112
1112
|
}
|
|
1113
1113
|
cm(a, b) {
|
|
1114
1114
|
let c = a.a;
|
|
1115
|
-
let d = c.
|
|
1115
|
+
let d = c.a6;
|
|
1116
1116
|
let e = false;
|
|
1117
|
-
if (d == null || d.
|
|
1117
|
+
if (d == null || d.e != 1) {
|
|
1118
1118
|
e = true;
|
|
1119
|
-
NativeUIComponent.
|
|
1120
|
-
c.
|
|
1119
|
+
NativeUIComponent.ad(this.l.p(), 1, (f) => {
|
|
1120
|
+
c.a6 = f;
|
|
1121
1121
|
b(f, e);
|
|
1122
1122
|
});
|
|
1123
1123
|
return;
|
|
@@ -1126,12 +1126,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
cr(a, b) {
|
|
1128
1128
|
let c = a.a;
|
|
1129
|
-
let d = c.
|
|
1129
|
+
let d = c.a6;
|
|
1130
1130
|
let e = false;
|
|
1131
|
-
if (d == null || d.
|
|
1131
|
+
if (d == null || d.e != 5) {
|
|
1132
1132
|
e = true;
|
|
1133
|
-
NativeUIComponent.
|
|
1134
|
-
c.
|
|
1133
|
+
NativeUIComponent.ad(this.l.p(), 5, (f) => {
|
|
1134
|
+
c.a6 = f;
|
|
1135
1135
|
b(f, e);
|
|
1136
1136
|
});
|
|
1137
1137
|
return;
|
|
@@ -1140,12 +1140,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1140
1140
|
}
|
|
1141
1141
|
co(a, b) {
|
|
1142
1142
|
let c = a.a;
|
|
1143
|
-
let d = c.
|
|
1143
|
+
let d = c.a6;
|
|
1144
1144
|
let e = false;
|
|
1145
|
-
if (d == null || d.
|
|
1145
|
+
if (d == null || d.e != 4) {
|
|
1146
1146
|
e = true;
|
|
1147
|
-
NativeUIComponent.
|
|
1148
|
-
c.
|
|
1147
|
+
NativeUIComponent.ad(this.l.p(), 4, (f) => {
|
|
1148
|
+
c.a6 = f;
|
|
1149
1149
|
b(f, e);
|
|
1150
1150
|
});
|
|
1151
1151
|
return;
|
|
@@ -1154,12 +1154,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
cn(a, b) {
|
|
1156
1156
|
let c = a.a;
|
|
1157
|
-
let d = c.
|
|
1157
|
+
let d = c.a6;
|
|
1158
1158
|
let e = false;
|
|
1159
|
-
if (d == null || d.
|
|
1159
|
+
if (d == null || d.e != 6) {
|
|
1160
1160
|
e = true;
|
|
1161
|
-
NativeUIComponent.
|
|
1162
|
-
c.
|
|
1161
|
+
NativeUIComponent.ad(this.l.p(), 6, (f) => {
|
|
1162
|
+
c.a6 = f;
|
|
1163
1163
|
b(f, e);
|
|
1164
1164
|
});
|
|
1165
1165
|
return;
|
|
@@ -1168,32 +1168,32 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1168
1168
|
}
|
|
1169
1169
|
cw(a, b) {
|
|
1170
1170
|
this.cm(b, (c, d) => {
|
|
1171
|
-
c.
|
|
1172
|
-
if (c.
|
|
1173
|
-
c.
|
|
1171
|
+
c.g = 1;
|
|
1172
|
+
if (c.a0 != 2) {
|
|
1173
|
+
c.a0 = 2;
|
|
1174
1174
|
}
|
|
1175
1175
|
let e = this.m(a, b.b, b.c);
|
|
1176
|
-
c.
|
|
1177
|
-
let f = e.
|
|
1178
|
-
if (typeof e.
|
|
1179
|
-
f = e.
|
|
1176
|
+
c.y = e;
|
|
1177
|
+
let f = e.af;
|
|
1178
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
1179
|
+
f = e.af.toString();
|
|
1180
1180
|
}
|
|
1181
|
-
c.
|
|
1181
|
+
c.a1 = f;
|
|
1182
1182
|
if (d) {
|
|
1183
|
-
c.
|
|
1183
|
+
c.az = runOn(this, this.cd);
|
|
1184
1184
|
}
|
|
1185
1185
|
});
|
|
1186
1186
|
}
|
|
1187
1187
|
dd(a, b) {
|
|
1188
1188
|
this.cr(b, (c, d) => {
|
|
1189
|
-
c.
|
|
1189
|
+
c.g = 1;
|
|
1190
1190
|
let e = this.m(a, b.b, b.c);
|
|
1191
|
-
c.
|
|
1192
|
-
let f = e.
|
|
1193
|
-
if (typeof e.
|
|
1194
|
-
f = e.
|
|
1191
|
+
c.y = e;
|
|
1192
|
+
let f = e.af;
|
|
1193
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
1194
|
+
f = e.af;
|
|
1195
1195
|
}
|
|
1196
|
-
if (typeof e.
|
|
1196
|
+
if (typeof e.af === 'string') {
|
|
1197
1197
|
let g = 0;
|
|
1198
1198
|
let h = tryParseNumber(f, g);
|
|
1199
1199
|
g = h.p1;
|
|
@@ -1202,79 +1202,79 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1202
1202
|
if (f == null) {
|
|
1203
1203
|
f = 0;
|
|
1204
1204
|
}
|
|
1205
|
-
c.
|
|
1206
|
-
if (!isNaN_(e.
|
|
1207
|
-
c.
|
|
1205
|
+
c.a5 = f;
|
|
1206
|
+
if (!isNaN_(e.ab)) {
|
|
1207
|
+
c.a3 = e.ab;
|
|
1208
1208
|
}
|
|
1209
1209
|
else {
|
|
1210
|
-
c.
|
|
1210
|
+
c.a3 = 0;
|
|
1211
1211
|
}
|
|
1212
|
-
if (!isNaN_(e.
|
|
1213
|
-
c.
|
|
1212
|
+
if (!isNaN_(e.aa)) {
|
|
1213
|
+
c.a2 = e.aa;
|
|
1214
1214
|
}
|
|
1215
1215
|
else {
|
|
1216
|
-
c.
|
|
1216
|
+
c.a2 = 100;
|
|
1217
1217
|
}
|
|
1218
|
-
if (!isNaN_(e.
|
|
1219
|
-
c.
|
|
1218
|
+
if (!isNaN_(e.ac)) {
|
|
1219
|
+
c.a4 = e.ac;
|
|
1220
1220
|
}
|
|
1221
1221
|
else {
|
|
1222
|
-
c.
|
|
1222
|
+
c.a4 = 1;
|
|
1223
1223
|
}
|
|
1224
1224
|
if (d) {
|
|
1225
|
-
c.
|
|
1225
|
+
c.a1 = runOn(this, this.d3);
|
|
1226
1226
|
}
|
|
1227
1227
|
});
|
|
1228
1228
|
}
|
|
1229
1229
|
d3(a, b) {
|
|
1230
1230
|
let c = a;
|
|
1231
|
-
let d = c.
|
|
1231
|
+
let d = c.y;
|
|
1232
1232
|
this.af = true;
|
|
1233
|
-
d.
|
|
1233
|
+
d.af = c.a5;
|
|
1234
1234
|
this.af = false;
|
|
1235
1235
|
this.dv(d);
|
|
1236
1236
|
}
|
|
1237
1237
|
c3(a, b) {
|
|
1238
1238
|
this.co(b, (c, d) => {
|
|
1239
|
-
c.
|
|
1240
|
-
if (c.
|
|
1241
|
-
c.
|
|
1239
|
+
c.g = 1;
|
|
1240
|
+
if (c.ay != 2) {
|
|
1241
|
+
c.ay = 2;
|
|
1242
1242
|
}
|
|
1243
1243
|
let e = this.m(a, b.b, b.c);
|
|
1244
|
-
if (c.
|
|
1244
|
+
if (c.y != e) {
|
|
1245
1245
|
{
|
|
1246
|
-
c.
|
|
1246
|
+
c.a0 = null;
|
|
1247
1247
|
}
|
|
1248
|
-
c.
|
|
1249
|
-
c.
|
|
1250
|
-
c.
|
|
1251
|
-
if (e.
|
|
1252
|
-
if (typeof e.
|
|
1253
|
-
c.
|
|
1248
|
+
c.y = e;
|
|
1249
|
+
c.a2 = null;
|
|
1250
|
+
c.a1 = this.b(this.a(e));
|
|
1251
|
+
if (e.af != c.a2) {
|
|
1252
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
1253
|
+
c.a2 = e.af.toString();
|
|
1254
1254
|
}
|
|
1255
1255
|
else {
|
|
1256
|
-
c.
|
|
1256
|
+
c.a2 = e.af;
|
|
1257
1257
|
}
|
|
1258
1258
|
}
|
|
1259
1259
|
{
|
|
1260
|
-
c.
|
|
1260
|
+
c.a0 = runOn(this, this.ch);
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
1263
|
else {
|
|
1264
|
-
if (e.
|
|
1265
|
-
if (typeof e.
|
|
1266
|
-
c.
|
|
1264
|
+
if (e.af != c.a2) {
|
|
1265
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
1266
|
+
c.a2 = e.af.toString();
|
|
1267
1267
|
}
|
|
1268
1268
|
else {
|
|
1269
|
-
c.
|
|
1269
|
+
c.a2 = e.af;
|
|
1270
1270
|
}
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
1273
|
if (d) {
|
|
1274
|
-
if (c.
|
|
1275
|
-
c.
|
|
1274
|
+
if (c.a0 == null) {
|
|
1275
|
+
c.a0 = runOn(this, this.ch);
|
|
1276
1276
|
}
|
|
1277
|
-
c.
|
|
1277
|
+
c.ao = BrushUtil.g(255, 255, 255, 255);
|
|
1278
1278
|
}
|
|
1279
1279
|
});
|
|
1280
1280
|
}
|
|
@@ -1286,35 +1286,35 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
ch(a, b) {
|
|
1288
1288
|
let c = a;
|
|
1289
|
-
let d = c.
|
|
1289
|
+
let d = c.y;
|
|
1290
1290
|
this.af = true;
|
|
1291
|
-
d.
|
|
1292
|
-
d.
|
|
1291
|
+
d.af = c.a2;
|
|
1292
|
+
d.ao();
|
|
1293
1293
|
this.af = false;
|
|
1294
1294
|
this.dv(d);
|
|
1295
1295
|
}
|
|
1296
1296
|
di(a, b) {
|
|
1297
1297
|
let c = a;
|
|
1298
|
-
let d = c.
|
|
1298
|
+
let d = c.y;
|
|
1299
1299
|
this.af = true;
|
|
1300
|
-
if (d.
|
|
1300
|
+
if (d.p == 1) {
|
|
1301
1301
|
let e = 0;
|
|
1302
|
-
let f = tryParseNumber(c.
|
|
1302
|
+
let f = tryParseNumber(c.a4, e);
|
|
1303
1303
|
e = f.p1;
|
|
1304
|
-
d.
|
|
1304
|
+
d.af = e;
|
|
1305
1305
|
}
|
|
1306
1306
|
else {
|
|
1307
|
-
d.
|
|
1307
|
+
d.af = c.a4;
|
|
1308
1308
|
}
|
|
1309
|
-
d.
|
|
1309
|
+
d.ao();
|
|
1310
1310
|
this.af = false;
|
|
1311
1311
|
this.dv(d);
|
|
1312
1312
|
}
|
|
1313
1313
|
cd(a, b) {
|
|
1314
1314
|
let c = a;
|
|
1315
|
-
let d = c.
|
|
1315
|
+
let d = c.y;
|
|
1316
1316
|
this.af = true;
|
|
1317
|
-
d.
|
|
1317
|
+
d.ap();
|
|
1318
1318
|
this.af = false;
|
|
1319
1319
|
this.dv(d);
|
|
1320
1320
|
}
|
|
@@ -1340,9 +1340,9 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1340
1340
|
d = d.ae;
|
|
1341
1341
|
}
|
|
1342
1342
|
for (let e = 0; e < d.count; e++) {
|
|
1343
|
-
let f = d._inner[e].
|
|
1343
|
+
let f = d._inner[e].an;
|
|
1344
1344
|
if (this.ak(f, a)) {
|
|
1345
|
-
d._inner[e].
|
|
1345
|
+
d._inner[e].ar(a, b, c);
|
|
1346
1346
|
}
|
|
1347
1347
|
}
|
|
1348
1348
|
if (this.ah) {
|
|
@@ -1419,22 +1419,22 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1419
1419
|
c2(a, b, c, d) {
|
|
1420
1420
|
for (let e = 0; e < a.count; e++) {
|
|
1421
1421
|
let f = a._inner[e];
|
|
1422
|
-
if (f.
|
|
1422
|
+
if (f.p == 20) {
|
|
1423
1423
|
continue;
|
|
1424
1424
|
}
|
|
1425
|
-
if (f.i != null) {
|
|
1425
|
+
if (f.i != null && f.i.count > 0) {
|
|
1426
1426
|
for (let g = 0; g < f.i.count; g++) {
|
|
1427
1427
|
let h = f.i._inner[g];
|
|
1428
|
-
let i = b + f.
|
|
1428
|
+
let i = b + f.an + "[" + g + "]";
|
|
1429
1429
|
this.c2(h.a, i, c, h.b);
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
1432
|
else if (f.g != null) {
|
|
1433
|
-
let j = b + f.
|
|
1433
|
+
let j = b + f.an;
|
|
1434
1434
|
this.c2(f.g.a, j, c, f.g.b);
|
|
1435
1435
|
}
|
|
1436
1436
|
else {
|
|
1437
|
-
c.h(b + f.
|
|
1437
|
+
c.h(b + f.an, f.af, d);
|
|
1438
1438
|
}
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
@@ -1463,12 +1463,12 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1463
1463
|
}
|
|
1464
1464
|
ct(a, b) {
|
|
1465
1465
|
this.cn(b, (c, d) => {
|
|
1466
|
-
c.
|
|
1467
|
-
if (!c.
|
|
1468
|
-
c.
|
|
1466
|
+
c.g = 1;
|
|
1467
|
+
if (!c.a0) {
|
|
1468
|
+
c.a0 = true;
|
|
1469
1469
|
}
|
|
1470
1470
|
let e = this.m(a, b.b, b.c);
|
|
1471
|
-
let f = e.
|
|
1471
|
+
let f = e.af;
|
|
1472
1472
|
if (f == null) {
|
|
1473
1473
|
f = false;
|
|
1474
1474
|
}
|
|
@@ -1478,7 +1478,7 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1478
1478
|
f = g;
|
|
1479
1479
|
let h = this.af;
|
|
1480
1480
|
this.af = true;
|
|
1481
|
-
e.
|
|
1481
|
+
e.af = f;
|
|
1482
1482
|
this.af = h;
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
@@ -1487,7 +1487,7 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1487
1487
|
f = true;
|
|
1488
1488
|
let i = this.af;
|
|
1489
1489
|
this.af = true;
|
|
1490
|
-
e.
|
|
1490
|
+
e.af = f;
|
|
1491
1491
|
this.af = i;
|
|
1492
1492
|
}
|
|
1493
1493
|
}
|
|
@@ -1496,15 +1496,15 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1496
1496
|
f = true;
|
|
1497
1497
|
let j = this.af;
|
|
1498
1498
|
this.af = true;
|
|
1499
|
-
e.
|
|
1499
|
+
e.af = f;
|
|
1500
1500
|
this.af = j;
|
|
1501
1501
|
}
|
|
1502
1502
|
}
|
|
1503
1503
|
let k = f;
|
|
1504
|
-
c.
|
|
1505
|
-
c.
|
|
1504
|
+
c.a1 = k;
|
|
1505
|
+
c.y = e;
|
|
1506
1506
|
if (d) {
|
|
1507
|
-
c.
|
|
1507
|
+
c.az = runOn(this, this.cf);
|
|
1508
1508
|
}
|
|
1509
1509
|
});
|
|
1510
1510
|
}
|
|
@@ -1530,10 +1530,10 @@ export let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1530
1530
|
}
|
|
1531
1531
|
cf(a, b) {
|
|
1532
1532
|
let c = a;
|
|
1533
|
-
let d = c.
|
|
1533
|
+
let d = c.y;
|
|
1534
1534
|
this.af = true;
|
|
1535
|
-
d.
|
|
1536
|
-
d.
|
|
1535
|
+
d.af = c.a1;
|
|
1536
|
+
d.ao();
|
|
1537
1537
|
this.af = false;
|
|
1538
1538
|
this.dv(d);
|
|
1539
1539
|
}
|