igniteui-angular-core 17.0.0-beta.0 → 17.1.0

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 (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3388 -1605
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  4. package/esm2015/lib/PopupView_combined.js +743 -607
  5. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  6. package/esm2015/lib/WebColumnStateDescription.js +202 -0
  7. package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
  8. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
  9. package/esm2015/lib/WebGridDescription.js +44 -44
  10. package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
  11. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  12. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
  13. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
  14. package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
  15. package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
  16. package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
  17. package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebGridStateDescription.js +23 -0
  19. package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
  21. package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
  22. package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
  23. package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
  24. package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
  25. package/esm2015/lib/WebGroupingStateDescription.js +50 -0
  26. package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
  27. package/esm2015/lib/WebPagingStateDescription.js +42 -0
  28. package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
  29. package/esm2015/lib/WebPivotGridDescription.js +35 -35
  30. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  31. package/esm2015/lib/igx-popup-component.js +59 -37
  32. package/esm2015/public_api.js +20 -0
  33. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  34. package/esm5/lib/PopupView_combined.js +738 -590
  35. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  36. package/esm5/lib/WebColumnStateDescription.js +296 -0
  37. package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
  38. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
  39. package/esm5/lib/WebGridDescription.js +44 -44
  40. package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
  41. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  42. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
  43. package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
  44. package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
  45. package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
  46. package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
  47. package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  48. package/esm5/lib/WebGridStateDescription.js +24 -0
  49. package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
  50. package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
  51. package/esm5/lib/WebGridStateInfoDescription.js +226 -0
  52. package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
  53. package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
  54. package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
  55. package/esm5/lib/WebGroupingStateDescription.js +68 -0
  56. package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
  57. package/esm5/lib/WebPagingStateDescription.js +56 -0
  58. package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
  59. package/esm5/lib/WebPivotGridDescription.js +35 -35
  60. package/esm5/lib/WebTreeGridDescription.js +27 -27
  61. package/esm5/lib/igx-popup-component.js +67 -37
  62. package/esm5/public_api.js +20 -0
  63. package/fesm2015/igniteui-angular-core.js +2951 -1525
  64. package/fesm5/igniteui-angular-core.js +3369 -1606
  65. package/lib/IDataLegendSeries.d.ts +2 -0
  66. package/lib/IDataLegendTarget.d.ts +1 -0
  67. package/lib/PopupView_combined.d.ts +161 -144
  68. package/lib/WebColumnStateDescription.d.ts +77 -0
  69. package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
  70. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
  71. package/lib/WebGridDescription.d.ts +16 -16
  72. package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
  73. package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
  74. package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
  75. package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
  76. package/lib/WebGridStateCollectionDescription.d.ts +21 -0
  77. package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
  78. package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
  79. package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
  80. package/lib/WebGridStateDescription.d.ts +10 -0
  81. package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
  82. package/lib/WebGridStateDescriptionModule.d.ts +9 -0
  83. package/lib/WebGridStateInfoDescription.d.ts +70 -0
  84. package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
  85. package/lib/WebGridStateOptionsDescription.d.ts +56 -0
  86. package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
  87. package/lib/WebGroupingStateDescription.d.ts +22 -0
  88. package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebPagingStateDescription.d.ts +17 -0
  90. package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebPivotGridDescription.d.ts +13 -13
  92. package/lib/WebTreeGridDescription.d.ts +10 -10
  93. package/lib/igx-popup-component.d.ts +13 -1
  94. package/package.json +4 -4
  95. package/public_api.d.ts +20 -0
@@ -23,11 +23,12 @@ import { stringEmpty } from "./string";
23
23
  import { OnClosedEventArgs } from "./OnClosedEventArgs";
24
24
  import { MouseEventArgs } from "./MouseEventArgs";
25
25
  import { FocusEventArgs } from "./FocusEventArgs";
26
+ import { PopupAnimation } from "./PopupAnimation";
26
27
  import { List$1 } from "./List$1";
28
+ import { IKeyFrameAnimation_$type } from "./IKeyFrameAnimation";
27
29
  import { AnimationKeyFrameProperty } from "./AnimationKeyFrameProperty";
28
30
  import { TranslateTransform } from "./TranslateTransform";
29
31
  import { OnPopupEventArgs } from "./OnPopupEventArgs";
30
- import { PopupAnimation } from "./PopupAnimation";
31
32
  import { DeviceUtils } from "./DeviceUtils";
32
33
  import { PopupVisualModelExport } from "./PopupVisualModelExport";
33
34
  import { AppearanceHelper } from "./AppearanceHelper";
@@ -39,265 +40,275 @@ export let PopupView = /*@__PURE__*/ (() => {
39
40
  class PopupView extends Base {
40
41
  constructor() {
41
42
  super(...arguments);
42
- this.ad = null;
43
+ this.ag = null;
43
44
  this.f = null;
45
+ this.ao = null;
46
+ this.an = null;
47
+ this.am = null;
48
+ this.aj = null;
44
49
  this.al = null;
45
50
  this.ak = null;
46
- this.aj = null;
47
- this.ag = null;
48
- this.ai = null;
49
- this.ah = null;
50
- this.an = null;
51
+ this.aq = null;
52
+ this.v = 0;
53
+ this.w = 0;
54
+ this.u = 0;
55
+ this.m = false;
56
+ this.x = 0;
51
57
  this.s = 0;
52
58
  this.t = 0;
53
- this.r = 0;
54
- this.l = false;
55
- this.u = 0;
56
- this.p = 0;
57
59
  this.q = 0;
58
- this.n = 0;
59
- this.o = 0;
60
- this.af = null;
61
- this.am = null;
62
- this.bk = new Size(1, 0, 0);
60
+ this.r = 0;
61
+ this.ai = null;
62
+ this.ap = null;
63
+ this.br = new Size(1, 0, 0);
63
64
  this.k = true;
64
- this.m = false;
65
- }
66
- get ac() {
67
- return this.g.a1;
65
+ this.p = false;
68
66
  }
69
- get z() {
70
- return this.ac / 2;
67
+ get af() {
68
+ return this.g.a3;
71
69
  }
72
- get y() {
73
- return this.ac * 1.414;
70
+ get ac() {
71
+ return this.af / 2;
74
72
  }
75
- get x() {
76
- return this.y / 2;
73
+ get ab() {
74
+ return this.af * 1.414;
77
75
  }
78
76
  get aa() {
79
- return (this.bl.width / 2 - this.z);
77
+ return this.ab / 2;
80
78
  }
81
- get ab() {
82
- return (this.bl.height / 2 - this.z);
79
+ get ad() {
80
+ return (this.bs.width / 2 - this.ac);
81
+ }
82
+ get ae() {
83
+ return (this.bs.height / 2 - this.ac);
83
84
  }
84
85
  get g() {
85
86
  return this.f;
86
87
  }
87
- get ae() {
88
- return this.ad;
88
+ get ah() {
89
+ return this.ag;
89
90
  }
90
- a3() {
91
- this.al.setStyleProperty("height", "0%");
92
- this.al.setStyleProperty("width", "0%");
93
- this.ag = this.ad.createElement("div");
94
- this.ag.setStyleProperty("position", "absolute");
95
- this.ag.setStyleProperty("z-index", "10000");
96
- this.ai = this.ad.createElement("div");
97
- this.ai.setStyleProperty("height", 20 * 1.414 / 2 + "px");
98
- this.ah = this.ad.createElement("div");
99
- this.ah.setStyleProperty("position", "relative");
100
- this.ah.setStyleProperty("width", this.ac + "px");
101
- this.ah.setStyleProperty("height", this.ac + "px");
102
- this.ah.setStyleProperty("z-index", "1");
103
- this.ah.setStyleProperty("clip-path", stringFormat("path(\"M0,0l{0},{0}l0,-{0}l-{0},0Z\")", this.ac));
104
- this.ai.append(this.ah);
105
- this.ak = this.ad.createElement("div");
91
+ a6() {
92
+ this.ao.setStyleProperty("height", "0%");
93
+ this.ao.setStyleProperty("width", "0%");
94
+ this.aj = this.ag.createElement("div");
95
+ this.be(this.g.aq);
96
+ this.aj.setStyleProperty("z-index", "10000");
97
+ this.aj.setStyleProperty("inset", "unset");
98
+ this.aj.setStyleProperty("padding", "0px");
99
+ this.aj.setStyleProperty("border-width", "0px");
100
+ this.al = this.ag.createElement("div");
101
+ this.al.setStyleProperty("height", 20 * 1.414 / 2 + "px");
102
+ this.ak = this.ag.createElement("div");
106
103
  this.ak.setStyleProperty("position", "relative");
107
- this.ak.setStyleProperty("overflow", "hidden");
108
- this.ak.setAttribute("key", "popupContentAreaOuter");
109
- this.bb(this.g.aq);
110
- this.ag.listen("mouseenter", runOn(this, this.a4));
111
- this.ag.listen("mouseleave", runOn(this, this.a5));
112
- this.ag.listen("focusin", runOn(this, this.a1));
113
- this.ag.listen("focusout", runOn(this, this.a2));
114
- this.aj = this.ad.createElement("div");
115
- this.aj.setAttribute("key", "popupContentAreaInner");
116
- this.ak.append(this.aj);
117
- this.ag.append(this.ak);
118
- }
119
- bh() {
104
+ this.ak.setStyleProperty("width", this.af + "px");
105
+ this.ak.setStyleProperty("height", this.af + "px");
106
+ this.ak.setStyleProperty("z-index", "1");
107
+ this.ak.setStyleProperty("clip-path", stringFormat("path(\"M0,0l{0},{0}l0,-{0}l-{0},0Z\")", this.af));
108
+ this.al.append(this.ak);
109
+ this.an = this.ag.createElement("div");
110
+ this.an.setStyleProperty("position", "relative");
111
+ this.an.setStyleProperty("overflow", "hidden");
112
+ this.an.setAttribute("key", "popupContentAreaOuter");
113
+ this.bf(this.g.ar);
114
+ this.aj.listen("mouseenter", runOn(this, this.a7));
115
+ this.aj.listen("mouseleave", runOn(this, this.a8));
116
+ this.aj.listen("focusin", runOn(this, this.a4));
117
+ this.aj.listen("focusout", runOn(this, this.a5));
118
+ this.am = this.ag.createElement("div");
119
+ this.am.setAttribute("key", "popupContentAreaInner");
120
+ this.an.append(this.am);
121
+ this.aj.append(this.an);
122
+ }
123
+ bn() {
120
124
  let a = this.g;
121
- let b = ElevationHelper.e(a.a4, a.cm, a.cl, a.ck);
122
- this.ak.setStyleProperty("box-shadow", b);
125
+ let b = ElevationHelper.e(a.a6, a.cv, a.cu, a.ct);
126
+ if (this.l()) {
127
+ this.aj.setStyleProperty("box-shadow", b);
128
+ }
129
+ else {
130
+ this.an.setStyleProperty("box-shadow", b);
131
+ }
123
132
  }
124
- bf() {
125
- if (this.g.cn != null) {
126
- this.ak.setStyleProperty("background-color", this.g.cn._fill);
127
- this.ah.setStyleProperty("background-color", this.g.cn._fill);
133
+ bl() {
134
+ if (this.g.cw != null) {
135
+ this.an.setStyleProperty("background-color", this.g.cw._fill);
136
+ this.ak.setStyleProperty("background-color", this.g.cw._fill);
128
137
  }
129
- if (this.g.cr != null) {
130
- this.ah.setStyleProperty("background-color", this.g.cr._fill);
138
+ if (this.g.c0 != null) {
139
+ this.ak.setStyleProperty("background-color", this.g.c0._fill);
131
140
  }
132
141
  }
133
- bg() {
134
- if (!isNaN_(this.g.ay)) {
135
- NativeUI.o(this.ak, new CornerRadius(0, this.g.ay));
142
+ bm() {
143
+ if (!isNaN_(this.g.a0)) {
144
+ NativeUI.o(this.an, new CornerRadius(0, this.g.a0));
136
145
  }
137
146
  }
138
- bi() {
139
- if (null == this.al) {
147
+ bo() {
148
+ if (null == this.ao) {
140
149
  return;
141
150
  }
142
- this.bh();
143
- this.bf();
144
- this.bg();
151
+ this.be(this.g.aq);
152
+ this.bn();
153
+ this.bl();
154
+ this.bm();
155
+ }
156
+ a7(a) {
157
+ this.g.cb();
158
+ }
159
+ a8(a) {
160
+ this.g.cc();
145
161
  }
146
162
  a4(a) {
147
- this.g.b5();
163
+ this.g.b9();
148
164
  }
149
165
  a5(a) {
150
- this.g.b6();
151
- }
152
- a1(a) {
153
- this.g.b3();
154
- }
155
- a2(a) {
156
- this.g.b4(a.originalEvent.relatedTarget);
157
- }
158
- aq() {
159
- if (null != this.ag) {
160
- this.bi();
161
- this.ak.setStyleProperty("height", "0px");
162
- let a = this.ag.getNativeElement();
163
- if (false == this.l) {
164
- this.ai.remove();
165
- if (this.g.as) {
166
- let b = this.g.s();
166
+ this.g.ca(a.originalEvent.relatedTarget);
167
+ }
168
+ o() {
169
+ return (HTMLElement.prototype.hasOwnProperty("popover"));
170
+ }
171
+ l() {
172
+ return this.o() && this.g.ax;
173
+ }
174
+ at() {
175
+ if (null != this.aj) {
176
+ this.bo();
177
+ this.an.setStyleProperty("height", "0px");
178
+ let a = this.aj.getNativeElement();
179
+ if (false == this.m) {
180
+ this.al.remove();
181
+ if (this.g.at) {
182
+ let b = this.g.t();
167
183
  if (b == 1) {
168
- this.ag.setStyleProperty("display", "block");
169
- let c = this.ag.getNativeElement();
170
- let d = this.ai.getNativeElement();
171
- let e = this.ak.getNativeElement();
184
+ this.aj.setStyleProperty("display", "block");
185
+ let c = this.aj.getNativeElement();
186
+ let d = this.al.getNativeElement();
187
+ let e = this.an.getNativeElement();
172
188
  c.insertBefore(d, e);
173
189
  }
174
190
  else if (b == 2) {
175
- this.ag.setStyleProperty("display", "block");
176
- this.ag.append(this.ai);
191
+ this.aj.setStyleProperty("display", "block");
192
+ this.aj.append(this.al);
177
193
  }
178
194
  else if (b == 3) {
179
- this.ag.setStyleProperty("display", "flex");
180
- let f = this.ag.getNativeElement();
181
- let g = this.ai.getNativeElement();
182
- let h = this.ak.getNativeElement();
195
+ this.aj.setStyleProperty("display", "flex");
196
+ let f = this.aj.getNativeElement();
197
+ let g = this.al.getNativeElement();
198
+ let h = this.an.getNativeElement();
183
199
  f.insertBefore(g, h);
184
- this.ai.setStyleProperty("height", "unset");
185
- this.ai.setStyleProperty("width", 20 * 1.414 / 2 + "px");
200
+ this.al.setStyleProperty("height", "unset");
201
+ this.al.setStyleProperty("width", 20 * 1.414 / 2 + "px");
186
202
  }
187
203
  else if (b == 4) {
188
- this.ag.setStyleProperty("display", "flex");
189
- this.ag.append(this.ai);
190
- this.ai.setStyleProperty("height", "unset");
191
- this.ai.setStyleProperty("width", 20 * 1.414 / 2 + "px");
204
+ this.aj.setStyleProperty("display", "flex");
205
+ this.aj.append(this.al);
206
+ this.al.setStyleProperty("height", "unset");
207
+ this.al.setStyleProperty("width", 20 * 1.414 / 2 + "px");
192
208
  }
193
209
  }
194
- document.body.appendChild(a);
195
- this.l = true;
210
+ if (this.g.bd != null) {
211
+ this.g.bd.appendChild(a);
212
+ }
213
+ else {
214
+ document.body.appendChild(a);
215
+ }
216
+ this.m = true;
196
217
  if (this.k) {
197
- this.ay();
218
+ this.a1();
219
+ }
220
+ this.bh(this.g.ax);
221
+ if (this.l()) {
222
+ a.showPopover();
198
223
  }
199
224
  }
200
225
  }
201
226
  }
202
- ar(a, b) {
203
- this.ag.setStyleProperty("top", PopupView.ao(a.f));
204
- this.ak.setStyleProperty("height", PopupView.ap(a.h));
205
- this.ag.setStyleProperty("top", PopupView.ap(b.b));
206
- this.aj.setStyleProperty("opacity", "1");
207
- this.aj.setStyleProperty("transform", stringEmpty());
208
- this.u = 0;
209
- if (this.m) {
210
- this.be();
227
+ au(a, b) {
228
+ this.aj.setStyleProperty("top", PopupView.ar(a.f));
229
+ this.an.setStyleProperty("height", PopupView.as(a.h));
230
+ this.am.setStyleProperty("top", PopupView.as(b.b));
231
+ this.am.setStyleProperty("opacity", "1");
232
+ this.am.setStyleProperty("transform", stringEmpty());
233
+ this.x = 0;
234
+ if (this.p) {
235
+ this.bk();
211
236
  }
212
- if (this.g.av) {
213
- this.am.observe(this.af.getNativeElement());
237
+ if (this.g.aw) {
238
+ this.ap.observe(this.ai.getNativeElement());
214
239
  }
215
240
  else {
216
- this.am.disconnect();
241
+ this.ap.disconnect();
217
242
  }
218
243
  if (this.g.an) {
219
- this.bc(this.g.ar);
244
+ this.bg(this.g.as);
220
245
  }
221
246
  return {
222
247
  p0: a,
223
248
  p1: b
224
249
  };
225
250
  }
226
- as(a) {
227
- this.u = a;
251
+ av(a) {
252
+ this.x = a;
228
253
  if (this.g.an) {
229
- this.bc(false);
230
- }
231
- if (this.g.as) {
232
- let b = 0;
233
- let c = 0;
234
- switch (this.g.s()) {
235
- case 3:
236
- b = -135;
237
- c = this.z;
238
- this.s = c;
239
- this.t = a / 2 - this.z;
240
- break;
241
- case 4:
242
- b = 45;
243
- c = -this.z;
244
- this.s = c;
245
- this.t = a / 2 - this.z;
246
- break;
247
- }
248
- this.r = b;
249
- this.ah.setStyleProperty("transform", "translate(" + this.s + "px, " + this.t + "px) rotate(" + this.r + "deg)");
254
+ this.bg(false);
250
255
  }
256
+ this.bi(this.bs.width, a);
251
257
  }
252
- a9() {
253
- if (null != this.ag && this.l) {
254
- let a = this.ag.getNativeElement();
255
- document.body.removeChild(a);
256
- this.l = false;
258
+ bc() {
259
+ if (null != this.aj && this.m) {
260
+ let a = this.aj.getNativeElement();
261
+ if (this.g.bd != null) {
262
+ this.g.bd.removeChild(a);
263
+ }
264
+ else {
265
+ document.body.removeChild(a);
266
+ }
267
+ this.m = false;
257
268
  }
258
269
  }
259
- at(a) {
260
- this.af = a;
261
- this.aj.append(this.af);
262
- this.am = new ResizeObserver(runOn(this, this.a0));
270
+ aw(a) {
271
+ this.ai = a;
272
+ this.am.append(this.ai);
273
+ this.ap = new ResizeObserver(runOn(this, this.a3));
263
274
  }
264
- a0(a) {
265
- if (this.l) {
266
- if (this.g.ao() && this.g.o == 0) {
275
+ a3(a) {
276
+ if (this.m) {
277
+ if (this.g.ao() && this.g.p == 0) {
267
278
  return;
268
279
  }
269
- this.g.b0();
280
+ this.g.b6();
270
281
  }
271
282
  }
272
283
  j(a) {
273
- let b = this.ag.getNativeElement();
284
+ let b = this.aj.getNativeElement();
274
285
  return b.contains(a);
275
286
  }
276
- a8(a) {
277
- this.af = null;
278
- this.am.disconnect();
279
- this.am = null;
287
+ bb(a) {
288
+ this.ai = null;
289
+ this.ap.disconnect();
290
+ this.ap = null;
280
291
  a.remove();
281
292
  }
282
293
  d(a) {
283
- return new AnimationKeyFrameEffect(0, this.aj, 0, null, a);
294
+ return new AnimationKeyFrameEffect(0, this.am, 0, null, a);
284
295
  }
285
296
  e(a) {
286
- return new AnimationKeyFrameEffect(0, this.ak, 0, null, a);
297
+ return new AnimationKeyFrameEffect(0, this.an, 0, null, a);
287
298
  }
288
- av() {
299
+ ay() {
289
300
  if (KeyFrameAnimationFactory.h == null) {
290
- KeyFrameAnimationFactory.h = this.ae;
301
+ KeyFrameAnimationFactory.h = this.ah;
291
302
  }
292
303
  }
293
304
  c(a) {
294
- return new AnimationKeyFrameEffect(0, this.ag, 0, null, a);
305
+ return new AnimationKeyFrameEffect(0, this.aj, 0, null, a);
295
306
  }
296
307
  b(a) {
297
- return new AnimationKeyFrameEffect(0, this.ak, 0, null, a);
308
+ return new AnimationKeyFrameEffect(0, this.an, 0, null, a);
298
309
  }
299
310
  a(a) {
300
- return new AnimationKeyFrameEffect(0, this.ag, 0, null, a);
311
+ return new AnimationKeyFrameEffect(0, this.aj, 0, null, a);
301
312
  }
302
313
  i() {
303
314
  return 12;
@@ -305,20 +316,23 @@ export let PopupView = /*@__PURE__*/ (() => {
305
316
  h() {
306
317
  return 11;
307
318
  }
308
- get bl() {
319
+ n() {
320
+ return this.g.bd != null && !this.g.aq && !this.l();
321
+ }
322
+ get bs() {
309
323
  if (this.k) {
310
- this.ay();
324
+ this.a1();
311
325
  }
312
- return this.bk;
326
+ return this.br;
313
327
  }
314
- v(a, b, c) {
328
+ y(a, b, c) {
315
329
  let d;
316
330
  switch (b) {
317
331
  case 3:
318
- d = a.left - (this.bl.width + (this.g.as ? this.x : 0));
332
+ d = (!this.n() ? a.left : 0) - (this.bs.width + (this.g.at ? this.aa : 0));
319
333
  break;
320
334
  case 4:
321
- d = a.right;
335
+ d = !this.n() ? a.right : a.width;
322
336
  break;
323
337
  case 0:
324
338
  case 2:
@@ -326,78 +340,78 @@ export let PopupView = /*@__PURE__*/ (() => {
326
340
  default:
327
341
  switch (c) {
328
342
  case 2:
329
- d = a.right - this.bl.width;
343
+ d = (!this.n() ? a.right : a.width) - this.bs.width;
330
344
  break;
331
345
  case 3:
332
- d = a.right - (a.width / 2) - (this.bl.width / 2);
346
+ d = (!this.n() ? a.right : a.width) - (a.width / 2) - (this.bs.width / 2);
333
347
  break;
334
348
  case 0:
335
349
  case 1:
336
350
  default:
337
- d = a.left;
351
+ d = !this.n() ? a.left : 0;
338
352
  break;
339
353
  }
340
354
  break;
341
355
  }
342
356
  return d;
343
357
  }
344
- w(a, b, c) {
358
+ z(a, b, c) {
345
359
  let d;
346
360
  switch (b) {
347
361
  case 3:
348
362
  case 4:
349
363
  switch (c) {
350
364
  case 2:
351
- d = a.bottom - this.bl.height;
365
+ d = (!this.n() ? a.bottom : 0) - this.bs.height;
352
366
  break;
353
367
  case 3:
354
- d = a.top - (this.bl.height / 2) + (a.height / 2);
368
+ d = (!this.n() ? a.top : -a.height) - (this.bs.height / 2) + (a.height / 2);
355
369
  break;
356
370
  case 0:
357
371
  case 1:
358
372
  default:
359
- d = a.top;
373
+ d = !this.n() ? a.top : -a.height;
360
374
  break;
361
375
  }
362
376
  break;
363
377
  case 2:
364
- d = a.top - (this.bl.height + (this.g.as ? this.x : 0));
378
+ d = (!this.n() ? a.top : -a.height) - (this.bs.height + (this.g.at ? this.aa : 0));
365
379
  break;
366
380
  case 0:
367
381
  case 1:
368
382
  default:
369
- d = a.bottom;
383
+ d = !this.n() ? a.bottom : 0;
370
384
  break;
371
385
  }
372
386
  return d;
373
387
  }
374
- static ap(a) {
388
+ static as(a) {
375
389
  return stringFormat("{0}px", a);
376
390
  }
377
- static ao(a) {
391
+ static ar(a) {
378
392
  return stringFormat("{0}px", a);
379
393
  }
380
- bd() {
381
- if (this.g.q == 1 || this.g.q == 2) {
382
- switch (this.g.i) {
394
+ bj() {
395
+ if (this.g.r == 1 || this.g.r == 2) {
396
+ switch (this.g.j) {
383
397
  case 3:
384
- this.s = this.aa + (this.p - this.n);
398
+ this.v = this.ad + (this.s - this.q);
385
399
  break;
386
400
  }
387
401
  }
388
- else if (this.g.q == 3 || this.g.q == 4) {
389
- switch (this.g.i) {
402
+ else if (this.g.r == 3 || this.g.r == 4) {
403
+ switch (this.g.j) {
390
404
  case 3:
391
- this.t = this.ab + (this.q - this.o);
405
+ this.w = this.ae + (this.t - this.r);
392
406
  break;
393
407
  }
394
408
  }
395
- this.ah.setStyleProperty("transform", "translate(" + this.s + "px, " + this.t + "px) rotate(" + this.r + "deg)");
409
+ this.ak.setStyleProperty("transform", "translate(" + this.v + "px, " + this.w + "px) rotate(" + this.u + "deg)");
396
410
  }
397
- au(a, b, c, d) {
398
- this.p = a;
399
- this.q = b;
400
- if (this.g.q == 1 || this.g.q == 2) {
411
+ ax(a, b, c, d) {
412
+ this.s = a;
413
+ this.t = b;
414
+ if (this.g.r == 1 || this.g.r == 2) {
401
415
  let e = (window.innerWidth);
402
416
  let f = a;
403
417
  let g = f + c;
@@ -408,7 +422,7 @@ export let PopupView = /*@__PURE__*/ (() => {
408
422
  a = f - (g - (e - 5));
409
423
  }
410
424
  }
411
- else if (this.g.q == 3 || this.g.q == 4) {
425
+ else if (this.g.r == 3 || this.g.r == 4) {
412
426
  let h = (window.innerHeight);
413
427
  let i = b;
414
428
  let j = i + d;
@@ -424,161 +438,216 @@ export let PopupView = /*@__PURE__*/ (() => {
424
438
  p1: b
425
439
  };
426
440
  }
427
- bj(a, b, c) {
428
- let d = this.w(a, b, c);
429
- let e = this.v(a, b, c);
430
- let f = this.au(e, d, this.bl.width, this.bl.height);
431
- e = f.p0;
432
- d = f.p1;
433
- this.ba(e, d);
441
+ bq(a, b, c) {
442
+ let d = this.z(a, b, c);
443
+ let e = this.y(a, b, c);
444
+ if (this.g.bd == null) {
445
+ let f = this.ax(e, d, this.bs.width, this.bs.height);
446
+ e = f.p0;
447
+ d = f.p1;
448
+ }
449
+ this.bd(e, d);
434
450
  if (b == 2 || c == 2) {
435
451
  let g = 10;
436
452
  while (g > 0) {
437
- let h = this.w(a, b, c);
438
- let i = this.v(a, b, c);
439
- let j = this.au(i, h, this.bl.width, this.bl.height);
440
- i = j.p0;
441
- h = j.p1;
453
+ let h = this.z(a, b, c);
454
+ let i = this.y(a, b, c);
455
+ if (this.g.bd == null) {
456
+ let j = this.ax(i, h, this.bs.width, this.bs.height);
457
+ i = j.p0;
458
+ h = j.p1;
459
+ }
442
460
  if (h == d && i == e) {
443
461
  g = 0;
444
462
  break;
445
463
  }
446
464
  d = h;
447
465
  e = i;
448
- this.ba(e, d);
466
+ this.bd(e, d);
449
467
  g--;
450
468
  }
451
469
  }
452
- this.bd();
453
- return new Rect(0, e, d, this.bl.width, this.bl.height);
470
+ this.bj();
471
+ return new Rect(0, e, d, this.bs.width, this.bs.height);
454
472
  }
455
- ay() {
456
- if (this.l) {
457
- this.ak.setStyleProperty("width", stringEmpty());
458
- this.ak.setStyleProperty("height", stringEmpty());
459
- this.ag.setStyleProperty("width", stringEmpty());
460
- this.ag.setStyleProperty("height", stringEmpty());
461
- this.bk = new Size(1, this.aj.outerWidth(), this.aj.outerHeight());
473
+ bp(a, b, c) {
474
+ let d = new Rect(4);
475
+ let target_ = a;
476
+ if ((target_.getBoundingClientRect)) {
477
+ let bRect_ = target_.getBoundingClientRect();
478
+ d.left = (bRect_.left);
479
+ d.top = (bRect_.top);
480
+ d.width = (bRect_.width);
481
+ d.height = (bRect_.height);
482
+ }
483
+ let e = this.bq(d, b, c);
484
+ return e;
485
+ }
486
+ a1() {
487
+ if (this.m) {
488
+ this.an.setStyleProperty("width", stringEmpty());
489
+ this.an.setStyleProperty("height", stringEmpty());
490
+ this.aj.setStyleProperty("width", stringEmpty());
491
+ this.aj.setStyleProperty("height", stringEmpty());
492
+ this.aj.setStyleProperty("position", "absolute");
493
+ this.br = new Size(1, this.am.outerWidth(), this.am.outerHeight());
462
494
  this.k = false;
463
- this.be();
495
+ this.bk();
464
496
  }
465
497
  else {
466
498
  this.k = true;
467
499
  }
468
500
  }
469
- ba(a, b) {
501
+ bd(a, b) {
470
502
  let c = stringFormat("{0}px", a);
471
503
  let d = stringFormat("{0}px", b);
472
- this.ag.setStyleProperty("left", c);
473
- this.ag.setStyleProperty("top", d);
474
- this.n = a;
475
- this.o = b;
504
+ this.aj.setStyleProperty("left", c);
505
+ this.aj.setStyleProperty("top", d);
506
+ this.q = a;
507
+ this.r = b;
476
508
  }
477
- a6(a) {
509
+ a9(a) {
478
510
  if (a == null) {
479
- this.ad = null;
480
- if (this.ag != null) {
481
- this.ag.unlistenAll();
511
+ this.ag = null;
512
+ if (this.aj != null) {
513
+ this.aj.unlistenAll();
482
514
  }
483
515
  return;
484
516
  }
485
- this.ad = a;
517
+ this.ag = a;
486
518
  let b = a.rootWrapper;
487
- this.aw(b);
488
- this.ad.getPortal(this.aj, "ChildContent", (c) => {
519
+ this.az(b);
520
+ this.ag.getPortal(this.am, "ChildContent", (c) => {
489
521
  let comp_ = c.componentRef;
490
- this.an = comp_;
522
+ this.aq = comp_;
491
523
  }, true);
492
524
  }
493
- be() {
494
- let a = new Size(1, this.bl.width, this.bl.height);
495
- if (!this.l || !this.g.av) {
525
+ bk() {
526
+ let a = new Size(1, this.bs.width, this.bs.height);
527
+ if (!this.m || !this.g.aw) {
496
528
  a.height = 0;
497
529
  }
498
530
  let b = a.width;
499
531
  let c = a.height;
500
532
  let d = stringFormat("{0}px", b);
501
533
  let e = stringFormat("{0}px", c);
502
- if (this.g.as) {
503
- let f = 0;
504
- let g = 0;
505
- switch (this.g.s()) {
534
+ this.bi(b, c);
535
+ if (this.g.at) {
536
+ switch (this.g.t()) {
506
537
  case 2:
507
- f = 135;
508
- g = -this.z;
509
- this.s = b / 2 - this.z;
510
- this.t = g;
511
538
  d = stringFormat("{0}px", b);
512
- e = stringFormat("{0}px", this.x + c);
539
+ e = stringFormat("{0}px", this.aa + c);
513
540
  break;
514
541
  case 1:
515
- f = -45;
516
- g = this.x - this.z;
517
- this.s = b / 2 - this.z;
518
- this.t = g;
519
542
  d = stringFormat("{0}px", b);
520
- e = stringFormat("{0}px", this.x + c);
543
+ e = stringFormat("{0}px", this.aa + c);
521
544
  break;
522
545
  case 3:
523
- f = -135;
524
- g = this.x - this.z;
525
- this.s = g;
526
- this.t = c / 2 - this.z;
527
- d = stringFormat("{0}px", this.x + b);
546
+ d = stringFormat("{0}px", this.aa + b);
528
547
  e = stringFormat("{0}px", c);
529
548
  break;
530
549
  case 4:
531
- f = 45;
532
- g = -this.z;
533
- this.s = g;
534
- this.t = c / 2 - this.z;
535
- d = stringFormat("{0}px", this.x + b);
550
+ d = stringFormat("{0}px", this.aa + b);
536
551
  e = stringFormat("{0}px", c);
537
552
  break;
538
553
  }
539
- this.r = f;
540
- this.ah.setStyleProperty("transform", "translate(" + this.s + "px, " + this.t + "px) rotate(" + this.r + "deg)");
541
554
  }
542
555
  if (this.f.ao()) {
543
- if (this.u == c) {
556
+ if (this.x == c) {
544
557
  return;
545
558
  }
546
- this.f.bw();
547
- this.m = true;
559
+ this.f.b2();
560
+ this.p = true;
548
561
  return;
549
562
  }
550
- this.m = false;
551
- let h = stringFormat("{0}px", b);
552
- let i = stringFormat("{0}px", c);
553
- this.ak.setStyleProperty("width", h);
554
- this.ak.setStyleProperty("height", i);
555
- this.ag.setStyleProperty("width", d);
556
- this.ag.setStyleProperty("height", e);
563
+ this.p = false;
564
+ let f = stringFormat("{0}px", b);
565
+ let g = stringFormat("{0}px", c);
566
+ this.an.setStyleProperty("width", f);
567
+ this.an.setStyleProperty("height", g);
568
+ if (!this.l()) {
569
+ if (this.g.bd != null) {
570
+ e = "0px";
571
+ }
572
+ this.aj.setStyleProperty("width", d);
573
+ this.aj.setStyleProperty("height", e);
574
+ }
575
+ this.be(this.g.aq);
557
576
  }
558
- aw(a) {
559
- this.al = a;
560
- this.a3();
577
+ bi(a, b) {
578
+ if (this.g.at) {
579
+ let c = 0;
580
+ let d = 0;
581
+ switch (this.g.t()) {
582
+ case 2:
583
+ c = 135;
584
+ d = -this.ac;
585
+ this.v = a / 2 - this.ac;
586
+ this.w = d;
587
+ break;
588
+ case 1:
589
+ c = -45;
590
+ d = this.aa - this.ac;
591
+ this.v = a / 2 - this.ac;
592
+ this.w = d;
593
+ break;
594
+ case 3:
595
+ c = -135;
596
+ d = this.aa - this.ac;
597
+ this.v = d;
598
+ this.w = b / 2 - this.ac;
599
+ break;
600
+ case 4:
601
+ c = 45;
602
+ d = -this.ac;
603
+ this.v = d;
604
+ this.w = b / 2 - this.ac;
605
+ break;
606
+ }
607
+ this.u = c;
608
+ this.ak.setStyleProperty("transform", "translate(" + this.v + "px, " + this.w + "px) rotate(" + this.u + "deg)");
609
+ }
610
+ }
611
+ az(a) {
612
+ this.ao = a;
613
+ this.a6();
561
614
  }
562
- ax(a) {
615
+ a0(a) {
563
616
  this.f = a;
564
617
  }
565
- az() {
618
+ a2() {
566
619
  }
567
- a7() {
568
- this.aq();
569
- if (this.g.av) {
620
+ ba() {
621
+ this.at();
622
+ if (this.g.aw) {
570
623
  return;
571
624
  }
572
- this.be();
625
+ this.bk();
573
626
  }
574
- bc(a) {
575
- if (this.ag != null) {
576
- this.ag.setStyleProperty("pointer-events", a ? "auto" : "none");
627
+ bg(a) {
628
+ if (this.aj != null) {
629
+ this.aj.setStyleProperty("pointer-events", a ? "auto" : "none");
577
630
  }
578
631
  }
579
- bb(a) {
580
- if (this.ag != null) {
581
- this.ag.setAttribute("tabindex", a ? "-1" : "");
632
+ bf(a) {
633
+ if (this.aj != null) {
634
+ this.aj.setAttribute("tabindex", a ? "-1" : "");
635
+ }
636
+ }
637
+ be(a) {
638
+ if (this.aj != null) {
639
+ this.aj.setStyleProperty("position", a ? "fixed" : this.g.bd != null ? "relative" : "absolute");
640
+ }
641
+ }
642
+ bh(a) {
643
+ if (this.aj != null && this.o()) {
644
+ let b = this.aj.getNativeElement();
645
+ if (a) {
646
+ b.popover = "manual";
647
+ }
648
+ else {
649
+ b.popover = undefined;
650
+ }
582
651
  }
583
652
  }
584
653
  }
@@ -592,13 +661,12 @@ export let Popup = /*@__PURE__*/ (() => {
592
661
  class Popup extends Base {
593
662
  constructor() {
594
663
  super();
595
- this.p = 0;
596
- this.h = 0;
597
- this.az = 0;
598
- this.cu = null;
599
- this.cs = null;
600
- this.aa = null;
601
- this.ab = null;
664
+ this.q = 0;
665
+ this.i = 0;
666
+ this.a1 = 0;
667
+ this.c3 = null;
668
+ this.c1 = null;
669
+ this.bb = null;
602
670
  this.onClosed = null;
603
671
  this.onPopup = null;
604
672
  this.propertyChanged = null;
@@ -606,69 +674,77 @@ export let Popup = /*@__PURE__*/ (() => {
606
674
  this.popupMouseLeave = null;
607
675
  this.popupGotFocus = null;
608
676
  this.popupLostFocus = null;
609
- this.v = null;
610
- this.ag = false;
611
- this.a5 = 50;
677
+ this.w = null;
678
+ this.af = false;
679
+ this.a7 = 50;
612
680
  this.ak = true;
613
- this.n = 0;
614
- this.a3 = -1;
615
- this.a2 = Popup.a7;
616
- this.au = false;
617
- this.ch = Popup.cq;
618
- this.cg = Popup.cp;
619
- this.cf = Popup.co;
620
- this.ci = null;
621
- this.aw = 0;
622
- this.ah = true;
623
- this.ae = false;
681
+ this.o = 0;
682
+ this.a5 = -1;
683
+ this.a4 = Popup.a9;
684
+ this.av = false;
685
+ this.cq = Popup.cz;
686
+ this.cp = Popup.cy;
687
+ this.co = Popup.cx;
688
+ this.cr = null;
689
+ this.ay = 0;
690
+ this.ag = true;
691
+ this.ac = false;
692
+ this.ah = false;
693
+ this.s = 0;
694
+ this.cs = null;
695
+ this.az = 20;
624
696
  this.ai = false;
625
- this.r = 0;
626
- this.cj = null;
627
- this.ax = 20;
697
+ this.ad = false;
698
+ this.ae = false;
628
699
  this.aj = false;
629
- this.af = false;
630
- this.j = null;
631
- let a = this.u();
632
- this.v = a;
633
- a.ax(this);
700
+ this.k = null;
701
+ let a = this.v();
702
+ this.w = a;
703
+ a.a0(this);
634
704
  }
635
- get cv() {
636
- return this.cu;
705
+ get c4() {
706
+ return this.c3;
637
707
  }
638
- get ct() {
639
- return this.cs;
708
+ get c2() {
709
+ return this.c1;
640
710
  }
641
- get q() {
642
- return this.p;
711
+ get r() {
712
+ return this.q;
643
713
  }
644
- get i() {
645
- return this.h;
714
+ set r(a) {
715
+ this.q = a;
646
716
  }
647
- get a0() {
648
- return this.az;
717
+ get j() {
718
+ return this.i;
719
+ }
720
+ get a2() {
721
+ return this.a1;
649
722
  }
650
- b7(a, b, c) {
723
+ get bd() {
724
+ return this.bb;
725
+ }
726
+ cd(a, b, c) {
651
727
  if (this.propertyChanged != null) {
652
728
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
653
729
  }
654
- this.b9(a, b, c);
730
+ this.cg(a, b, c);
655
731
  }
656
- b5() {
732
+ cb() {
657
733
  if (this.popupMouseEnter != null) {
658
734
  this.popupMouseEnter(this, new MouseEventArgs());
659
735
  }
660
736
  }
661
- b6() {
737
+ cc() {
662
738
  if (this.popupMouseLeave != null) {
663
739
  this.popupMouseLeave(this, new MouseEventArgs());
664
740
  }
665
741
  }
666
- b3() {
742
+ b9() {
667
743
  if (this.popupGotFocus != null) {
668
744
  this.popupGotFocus(this, new FocusEventArgs());
669
745
  }
670
746
  }
671
- b4(a) {
747
+ ca(a) {
672
748
  if (this.popupLostFocus != null) {
673
749
  this.popupLostFocus(this, ((() => {
674
750
  let $ret = new FocusEventArgs();
@@ -677,24 +753,24 @@ export let Popup = /*@__PURE__*/ (() => {
677
753
  })()));
678
754
  }
679
755
  }
680
- get aq() {
681
- return this.ag;
756
+ get ar() {
757
+ return this.af;
682
758
  }
683
- set aq(a) {
684
- let b = this.ag;
685
- this.ag = a;
686
- if (b != this.ag) {
687
- this.b7("IsFocusable", b, this.ag);
759
+ set ar(a) {
760
+ let b = this.af;
761
+ this.af = a;
762
+ if (b != this.af) {
763
+ this.cd("IsFocusable", b, this.af);
688
764
  }
689
765
  }
690
- get a6() {
691
- return this.a5;
766
+ get a8() {
767
+ return this.a7;
692
768
  }
693
- set a6(a) {
694
- let b = this.a5;
695
- this.a5 = a;
696
- if (b != this.a5) {
697
- this.b7("AnimationDuration", b, a);
769
+ set a8(a) {
770
+ let b = this.a7;
771
+ this.a7 = a;
772
+ if (b != this.a7) {
773
+ this.cd("AnimationDuration", b, a);
698
774
  }
699
775
  }
700
776
  get al() {
@@ -704,176 +780,197 @@ export let Popup = /*@__PURE__*/ (() => {
704
780
  let b = this.ak;
705
781
  this.ak = a;
706
782
  if (b != this.ak) {
707
- this.b7("AnimationEnabled", b, a);
783
+ this.cd("AnimationEnabled", b, a);
708
784
  }
709
785
  }
710
- get o() {
711
- return this.n;
786
+ get p() {
787
+ return this.o;
712
788
  }
713
- set o(a) {
714
- let b = this.n;
715
- this.n = a;
716
- if (b != this.n) {
717
- this.b7("AnimationType", enumGetBox(PopupAnimationType_$type, b), enumGetBox(PopupAnimationType_$type, this.n));
789
+ set p(a) {
790
+ let b = this.o;
791
+ this.o = a;
792
+ if (b != this.o) {
793
+ this.cd("AnimationType", enumGetBox(PopupAnimationType_$type, b), enumGetBox(PopupAnimationType_$type, this.o));
718
794
  }
719
795
  }
720
- get a8() {
721
- return this.a3;
796
+ get ba() {
797
+ return this.a5;
722
798
  }
723
- set a8(a) {
724
- let b = this.a3;
725
- this.a3 = a;
726
- if (b != this.a3) {
727
- this.b7("Elevation", b, a);
799
+ set ba(a) {
800
+ let b = this.a5;
801
+ this.a5 = a;
802
+ if (b != this.a5) {
803
+ this.cd("Elevation", b, a);
728
804
  }
729
805
  }
730
- get a4() {
731
- return this.a2;
806
+ get a6() {
807
+ return this.a4;
732
808
  }
733
- set a4(a) {
734
- let b = this.a2;
735
- this.a2 = a;
736
- if (b != this.a2) {
737
- this.b7("ActualElevation", b, a);
809
+ set a6(a) {
810
+ let b = this.a4;
811
+ this.a4 = a;
812
+ if (b != this.a4) {
813
+ this.cd("ActualElevation", b, a);
738
814
  }
739
815
  }
740
- get av() {
741
- return this.au;
816
+ get aw() {
817
+ return this.av;
742
818
  }
743
- get cm() {
744
- return this.ch;
819
+ get cv() {
820
+ return this.cq;
745
821
  }
746
- set cm(a) {
747
- let b = this.ch;
748
- this.ch = a;
749
- if (b != this.ch) {
750
- this.b7("ActualUmbraShadowColor", b, a);
822
+ set cv(a) {
823
+ let b = this.cq;
824
+ this.cq = a;
825
+ if (b != this.cq) {
826
+ this.cd("ActualUmbraShadowColor", b, a);
751
827
  }
752
828
  }
753
- get cl() {
754
- return this.cg;
829
+ get cu() {
830
+ return this.cp;
755
831
  }
756
- set cl(a) {
757
- let b = this.cg;
758
- this.cg = a;
759
- if (b != this.cg) {
760
- this.b7("ActualPenumbraShadowColor", b, a);
832
+ set cu(a) {
833
+ let b = this.cp;
834
+ this.cp = a;
835
+ if (b != this.cp) {
836
+ this.cd("ActualPenumbraShadowColor", b, a);
761
837
  }
762
838
  }
763
- get ck() {
764
- return this.cf;
839
+ get ct() {
840
+ return this.co;
765
841
  }
766
- set ck(a) {
767
- let b = this.cf;
768
- this.cf = a;
769
- if (b != this.cf) {
770
- this.b7("ActualAmbientShadowColor", b, a);
842
+ set ct(a) {
843
+ let b = this.co;
844
+ this.co = a;
845
+ if (b != this.co) {
846
+ this.cd("ActualAmbientShadowColor", b, a);
771
847
  }
772
848
  }
773
- get cn() {
774
- return this.ci;
849
+ get cw() {
850
+ return this.cr;
775
851
  }
776
- set cn(a) {
777
- let b = this.ci;
778
- this.ci = a;
779
- if (b != this.ci) {
780
- this.b7("Background", b, this.ci);
852
+ set cw(a) {
853
+ let b = this.cr;
854
+ this.cr = a;
855
+ if (b != this.cr) {
856
+ this.cd("Background", b, this.cr);
781
857
  }
782
858
  }
783
- get ay() {
784
- return this.aw;
859
+ get a0() {
860
+ return this.ay;
785
861
  }
786
- set ay(a) {
787
- let b = this.aw;
788
- this.aw = a;
789
- if (b != this.aw) {
790
- this.b7("CornerRadius", b, this.aw);
862
+ set a0(a) {
863
+ let b = this.ay;
864
+ this.ay = a;
865
+ if (b != this.ay) {
866
+ this.cd("CornerRadius", b, this.ay);
791
867
  }
792
868
  }
793
- get ar() {
794
- return this.ah;
869
+ get as() {
870
+ return this.ag;
795
871
  }
796
- set ar(a) {
797
- let b = this.ah;
798
- this.ah = a;
799
- if (b != this.ah) {
800
- this.b7("IsHitTestVisible", b, this.ah);
872
+ set as(a) {
873
+ let b = this.ag;
874
+ this.ag = a;
875
+ if (b != this.ag) {
876
+ this.cd("IsHitTestVisible", b, this.ag);
801
877
  }
802
878
  }
803
879
  get an() {
804
- return this.ae;
880
+ return this.ac;
805
881
  }
806
882
  set an(a) {
807
- let b = this.ae;
808
- this.ae = a;
809
- if (b != this.ae) {
810
- this.b7("DisableHitTestDuringAnimation", b, this.ae);
883
+ let b = this.ac;
884
+ this.ac = a;
885
+ if (b != this.ac) {
886
+ this.cd("DisableHitTestDuringAnimation", b, this.ac);
811
887
  }
812
888
  }
813
- get as() {
814
- return this.ai;
889
+ get at() {
890
+ return this.ah;
815
891
  }
816
- set as(a) {
817
- let b = this.ai;
818
- this.ai = a;
819
- if (b != this.ai) {
820
- this.b7("IsPointerEnabled", b, this.ai);
892
+ set at(a) {
893
+ let b = this.ah;
894
+ this.ah = a;
895
+ if (b != this.ah) {
896
+ this.cd("IsPointerEnabled", b, this.ah);
821
897
  }
822
898
  }
823
- get t() {
824
- return this.r;
899
+ get u() {
900
+ return this.s;
825
901
  }
826
- set t(a) {
827
- let b = this.r;
828
- this.r = a;
829
- if (b != this.r) {
830
- this.b7("PointerPosition", enumGetBox(PopupPointerPosition_$type, b), enumGetBox(PopupPointerPosition_$type, this.r));
902
+ set u(a) {
903
+ let b = this.s;
904
+ this.s = a;
905
+ if (b != this.s) {
906
+ this.cd("PointerPosition", enumGetBox(PopupPointerPosition_$type, b), enumGetBox(PopupPointerPosition_$type, this.s));
831
907
  }
832
908
  }
833
- get cr() {
834
- return this.cj;
909
+ get c0() {
910
+ return this.cs;
835
911
  }
836
- set cr(a) {
837
- let b = this.cj;
838
- this.cj = a;
839
- if (b != this.cj) {
840
- this.b7("PointerBackground", b, this.cj);
912
+ set c0(a) {
913
+ let b = this.cs;
914
+ this.cs = a;
915
+ if (b != this.cs) {
916
+ this.cd("PointerBackground", b, this.cs);
841
917
  }
842
918
  }
843
- get a1() {
844
- return this.ax;
919
+ get a3() {
920
+ return this.az;
845
921
  }
846
- set a1(a) {
847
- let b = this.ax;
848
- this.ax = a;
849
- if (b != this.ax) {
850
- this.b7("PointerSize", b, this.ax);
922
+ set a3(a) {
923
+ let b = this.az;
924
+ this.az = a;
925
+ if (b != this.az) {
926
+ this.cd("PointerSize", b, this.az);
851
927
  }
852
928
  }
853
- get at() {
854
- return this.aj;
929
+ get au() {
930
+ return this.ai;
855
931
  }
856
- set at(a) {
857
- this.aj = a;
932
+ set au(a) {
933
+ this.ai = a;
858
934
  }
859
935
  get ap() {
860
- return this.af;
936
+ return this.ad;
861
937
  }
862
938
  set ap(a) {
863
- this.af = a;
939
+ this.ad = a;
940
+ }
941
+ get aq() {
942
+ return this.ae;
943
+ }
944
+ set aq(a) {
945
+ let b = this.ae;
946
+ this.ae = a;
947
+ if (b != this.ae) {
948
+ this.cd("IsFixed", b, this.ae);
949
+ }
864
950
  }
865
- u() {
951
+ get ax() {
952
+ return this.aj;
953
+ }
954
+ set ax(a) {
955
+ let b = this.aj;
956
+ this.aj = a;
957
+ if (b != this.aj) {
958
+ this.cd("UseTopLayer", b, this.aj);
959
+ }
960
+ }
961
+ v() {
866
962
  return new PopupView();
867
963
  }
868
- b9(a, b, c) {
964
+ cg(a, b, c) {
869
965
  switch (a) {
870
966
  case "IsShown":
871
- if (false == this.av) {
872
- this.v.a9();
967
+ if (false == this.aw) {
968
+ this.w.bc();
969
+ this.bb = null;
873
970
  }
874
971
  break;
875
972
  case "Elevation":
876
- this.a4 = this.a8 == -1 ? Popup.a7 : this.a8;
973
+ this.a6 = this.ba == -1 ? Popup.a9 : this.ba;
877
974
  break;
878
975
  case "ActualElevation":
879
976
  case "ActualUmbraShadowColor":
@@ -881,35 +978,40 @@ export let Popup = /*@__PURE__*/ (() => {
881
978
  case "ActualAmbientShadowColor":
882
979
  case "Background":
883
980
  case "CornerRadius":
884
- this.v.bi();
981
+ this.w.bo();
885
982
  break;
886
983
  case "AnimationEnabled":
887
984
  if (false == this.al) {
888
- this.bw();
985
+ this.b2();
889
986
  }
890
987
  break;
891
988
  case "IsHitTestVisible":
892
- this.v.bc(this.ar);
989
+ this.w.bg(this.as);
893
990
  break;
894
991
  case "IsFocusable":
895
- this.v.bb(this.aq);
992
+ this.w.bf(this.ar);
993
+ break;
994
+ case "IsFixed":
995
+ this.w.be(this.aq);
996
+ break;
997
+ case "UseTopLayer":
998
+ this.w.bh(this.ax);
896
999
  break;
897
1000
  }
898
1001
  }
899
- bw() {
1002
+ b2() {
900
1003
  if (this.ao()) {
901
- if (null != this.ab && this.ab.playState == 1) {
902
- this.ab.cancel();
903
- }
904
- if (null != this.aa && this.aa.playState == 1) {
905
- this.aa.cancel();
1004
+ for (let a = 0; a < this.k.a.count; a++) {
1005
+ if (this.k.a._inner[a].playState == 1) {
1006
+ this.k.a._inner[a].cancel();
1007
+ }
906
1008
  }
907
1009
  }
908
1010
  }
909
- y(a) {
910
- let b = this.f(a);
911
- let c = a ? this.b() : this.a();
912
- let d = this.v.d(c);
1011
+ z(a) {
1012
+ let b = this.g(a);
1013
+ let c = a ? this.c() : this.b();
1014
+ let d = this.w.d(c);
913
1015
  let e = new List$1(AnimationKeyFrameProperty.$, 0);
914
1016
  let f = new List$1(AnimationKeyFrameProperty.$, 0);
915
1017
  let g = new TranslateTransform();
@@ -924,52 +1026,60 @@ export let Popup = /*@__PURE__*/ (() => {
924
1026
  d.m(...f.toArray());
925
1027
  return KeyFrameAnimationFactory.f.c(d);
926
1028
  }
927
- z(a) {
928
- let b = this.g(a);
929
- this.v.as(b.h);
930
- let c = a ? this.b() : this.a();
931
- let d = this.v.e(c);
932
- let e = new List$1(AnimationKeyFrameProperty.$, 0);
1029
+ a(a) {
1030
+ let b = new List$1(IKeyFrameAnimation_$type, 0);
1031
+ let c = this.h(a);
1032
+ this.w.av(c.h);
1033
+ let d = a ? this.c() : this.b();
1034
+ let e = this.w.e(d);
933
1035
  let f = new List$1(AnimationKeyFrameProperty.$, 0);
934
- let g = new AnimationKeyFrameProperty(10, b.g);
935
- let h = new AnimationKeyFrameProperty(10, b.h);
936
- e.add(g);
1036
+ let g = new List$1(AnimationKeyFrameProperty.$, 0);
1037
+ let h = new AnimationKeyFrameProperty(10, c.g);
1038
+ let i = new AnimationKeyFrameProperty(10, c.h);
937
1039
  f.add(h);
938
- if (this.p == 2) {
939
- let i = b.c;
940
- let j = b.f;
941
- let k = new AnimationKeyFrameProperty(12, i);
942
- let l = new AnimationKeyFrameProperty(12, j);
943
- e.add(k);
944
- f.add(l);
945
- }
946
- d.m(...e.toArray());
947
- d.m(...f.toArray());
948
- return KeyFrameAnimationFactory.f.c(d);
1040
+ g.add(i);
1041
+ e.m(...f.toArray());
1042
+ e.m(...g.toArray());
1043
+ b.add(KeyFrameAnimationFactory.f.c(e));
1044
+ if (this.q == 2) {
1045
+ let j = c.c;
1046
+ let k = c.f;
1047
+ let l = this.w.c(d);
1048
+ let m = new List$1(AnimationKeyFrameProperty.$, 0);
1049
+ let n = new List$1(AnimationKeyFrameProperty.$, 0);
1050
+ let o = new AnimationKeyFrameProperty(12, j);
1051
+ let p = new AnimationKeyFrameProperty(12, k);
1052
+ m.add(o);
1053
+ n.add(p);
1054
+ l.m(...m.toArray());
1055
+ l.m(...n.toArray());
1056
+ b.add(KeyFrameAnimationFactory.f.c(l));
1057
+ }
1058
+ return b.toArray();
949
1059
  }
950
- a() {
1060
+ b() {
951
1061
  let a = new AnimationKeyFrameEffectTiming();
952
- a.g = this.a6;
1062
+ a.g = this.a8;
953
1063
  a.b = 3;
954
1064
  return a;
955
1065
  }
956
- b() {
1066
+ c() {
957
1067
  let a = new AnimationKeyFrameEffectTiming();
958
- a.g = this.a6;
1068
+ a.g = this.a8;
959
1069
  a.b = 3;
960
1070
  return a;
961
1071
  }
962
- bz() {
963
- this.v.av();
1072
+ b5() {
1073
+ this.w.ay();
964
1074
  }
965
- f(a) {
966
- let b = truncate(this.v.bl.height);
1075
+ g(a) {
1076
+ let b = truncate(this.w.bs.height);
967
1077
  if (b <= 0) {
968
1078
  b = 500;
969
1079
  }
970
1080
  let c = a ? -b : 0;
971
1081
  let d = a ? 0 : -b;
972
- if (this.p == 2) {
1082
+ if (this.q == 2) {
973
1083
  c = 0;
974
1084
  d = 0;
975
1085
  }
@@ -981,35 +1091,35 @@ export let Popup = /*@__PURE__*/ (() => {
981
1091
  })());
982
1092
  return e;
983
1093
  }
984
- g(a) {
985
- let b = truncate(this.v.bl.height);
1094
+ h(a) {
1095
+ let b = truncate(this.w.bs.height);
986
1096
  if (b <= 0) {
987
1097
  b = 500;
988
1098
  }
989
1099
  let c = a ? 0 : b;
990
1100
  let d = a ? b : 0;
991
- let e = this.cu.top;
992
- let f = this.cu.top;
993
- let g = this.cu.left;
1101
+ let e = this.c3.top;
1102
+ let f = this.c3.top;
1103
+ let g = this.c3.left;
994
1104
  let h = g;
995
- switch (this.p) {
1105
+ switch (this.q) {
996
1106
  case 2:
997
- e = a ? this.cu.bottom : this.cu.top;
998
- f = a ? this.cu.top : this.cu.bottom;
999
- g = this.cu.left;
1107
+ e = a ? this.c3.bottom : this.c3.top;
1108
+ f = a ? this.c3.top : this.c3.bottom;
1109
+ g = this.c3.left;
1000
1110
  h = g;
1001
1111
  break;
1002
1112
  case 1:
1003
- e = this.cu.top;
1004
- f = this.cu.top;
1005
- g = this.cu.left;
1113
+ e = this.c3.top;
1114
+ f = this.c3.top;
1115
+ g = this.c3.left;
1006
1116
  h = g;
1007
1117
  break;
1008
1118
  case 3:
1009
1119
  case 4:
1010
- e = this.cu.top;
1120
+ e = this.c3.top;
1011
1121
  f = e;
1012
- g = this.cu.left;
1122
+ g = this.c3.left;
1013
1123
  h = g;
1014
1124
  break;
1015
1125
  }
@@ -1026,59 +1136,79 @@ export let Popup = /*@__PURE__*/ (() => {
1026
1136
  return i;
1027
1137
  }
1028
1138
  ao() {
1029
- if (null == this.ab && null == this.aa) {
1139
+ if (this.k == null) {
1030
1140
  return false;
1031
1141
  }
1032
- if (null != this.ab && this.ab.playState == 1) {
1033
- return true;
1034
- }
1035
- if (null != this.aa && this.aa.playState == 1) {
1036
- return true;
1142
+ for (let a = 0; a < this.k.a.count; a++) {
1143
+ if (this.k.a._inner[a].playState == 1) {
1144
+ return true;
1145
+ }
1037
1146
  }
1038
1147
  return false;
1039
1148
  }
1040
- b0() {
1041
- this.v.ay();
1149
+ b6() {
1150
+ this.w.a1();
1151
+ if (this.aw) {
1152
+ if (this.bd != null) {
1153
+ this.c3 = this.w.bp(this.bd, this.q, this.i);
1154
+ }
1155
+ else {
1156
+ this.c3 = this.w.bq(this.c1, this.q, this.i);
1157
+ }
1158
+ }
1159
+ }
1160
+ cf(a, b, c) {
1161
+ this.c1 = a;
1162
+ this.q = b;
1163
+ this.i = c;
1164
+ this.a1 = 0;
1165
+ this.w.ba();
1166
+ this.c3 = this.w.bq(a, b, c);
1167
+ }
1168
+ ce(a, b, c) {
1169
+ this.bb = a;
1170
+ this.q = b;
1171
+ this.i = c;
1172
+ this.a1 = 0;
1173
+ this.w.ba();
1174
+ this.c3 = this.w.bp(a, b, c);
1175
+ }
1176
+ ck(a, b, c) {
1042
1177
  if (this.av) {
1043
- this.cu = this.v.bj(this.cs, this.p, this.h);
1178
+ this.av = false;
1179
+ this.cd("IsShown", true, this.av);
1044
1180
  }
1181
+ this.cf(a, b, c);
1182
+ this.cl(true);
1045
1183
  }
1046
- b8(a, b, c) {
1047
- this.cs = a;
1048
- this.p = b;
1049
- this.h = c;
1050
- this.az = 0;
1051
- this.v.a7();
1052
- this.cu = this.v.bj(a, b, c);
1053
- }
1054
- cc(a, b, c) {
1055
- if (this.au) {
1056
- this.au = false;
1057
- this.b7("IsShown", true, this.au);
1184
+ cj(a, b, c) {
1185
+ if (this.av) {
1186
+ this.av = false;
1187
+ this.cd("IsShown", true, this.av);
1058
1188
  }
1059
- this.b8(a, b, c);
1060
- this.cd(true);
1189
+ this.ce(a, b, c);
1190
+ this.cl(true);
1061
1191
  }
1062
- cd(a) {
1063
- this.bw();
1064
- let b = this.au;
1192
+ cl(a) {
1193
+ this.b2();
1194
+ let b = this.av;
1195
+ this.av = a;
1065
1196
  this.au = a;
1066
- this.at = a;
1067
1197
  this.ap = !a;
1068
- let c = this.g(a);
1069
- let d = this.f(a);
1198
+ let c = this.h(a);
1199
+ let d = this.g(a);
1070
1200
  if (false == this.al) {
1071
- let e = this.v.ar(c, d);
1201
+ let e = this.w.au(c, d);
1072
1202
  c = e.p0;
1073
1203
  d = e.p1;
1074
1204
  return;
1075
1205
  }
1076
- this.bz();
1077
- this.j = this.k(this.o, this.au);
1078
- this.j.d(() => {
1079
- this.j.c();
1080
- this.b7("IsShown", b, this.au);
1081
- if (this.au) {
1206
+ this.b5();
1207
+ this.k = this.l(this.p, this.av);
1208
+ this.k.d(() => {
1209
+ this.k.c();
1210
+ this.cd("IsShown", b, this.av);
1211
+ if (this.av) {
1082
1212
  if (this.onPopup != null) {
1083
1213
  this.onPopup(this, new OnPopupEventArgs());
1084
1214
  }
@@ -1088,65 +1218,68 @@ export let Popup = /*@__PURE__*/ (() => {
1088
1218
  this.onClosed(this, new OnClosedEventArgs());
1089
1219
  }
1090
1220
  }
1091
- this.at = false;
1221
+ this.au = false;
1092
1222
  this.ap = false;
1093
- let f = this.v.ar(c, d);
1223
+ let f = this.w.au(c, d);
1094
1224
  c = f.p0;
1095
1225
  d = f.p1;
1096
1226
  });
1097
1227
  }
1098
- k(a, b) {
1228
+ l(a, b) {
1099
1229
  switch (a) {
1100
- case 0: return this.m(b);
1101
- case 1: return this.l(b);
1102
- default: return this.m(b);
1230
+ case 0: return this.n(b);
1231
+ case 1: return this.m(b);
1232
+ default: return this.n(b);
1103
1233
  }
1104
1234
  }
1105
- m(a) {
1106
- let b = this.y(a);
1107
- let c = this.z(a);
1235
+ n(a) {
1236
+ let b = this.z(a);
1237
+ let c = this.a(a);
1108
1238
  let d = new PopupAnimation();
1109
1239
  d.a.add(b);
1110
- d.a.add(c);
1240
+ for (let f = 0; f < c.length; f++) {
1241
+ let e = c[f];
1242
+ d.a.add(e);
1243
+ }
1111
1244
  return d;
1112
1245
  }
1113
- l(a) {
1114
- let b = this.g(a);
1115
- this.v.as(a ? b.h : b.g);
1116
- let c = this.b();
1117
- let d = this.v.c(c);
1246
+ m(a) {
1247
+ let b = this.h(a);
1248
+ this.w.av(a ? b.h : b.g);
1249
+ let c = this.c();
1250
+ let d = this.w.c(c);
1118
1251
  let e = DeviceUtils.g(30);
1119
- let f = this.v.i();
1252
+ let f = this.w.i();
1120
1253
  let g = b.f - e;
1121
1254
  let h = b.f;
1122
- switch (this.p) {
1255
+ switch (this.q) {
1123
1256
  case 2:
1124
1257
  g = a ? b.f + e : b.c + e;
1125
1258
  h = a ? b.f : b.c;
1126
- f = this.v.i();
1259
+ f = this.w.i();
1127
1260
  break;
1128
1261
  case 1:
1129
1262
  g = b.f - e;
1130
1263
  h = b.f;
1131
- f = this.v.i();
1264
+ f = this.w.i();
1132
1265
  break;
1133
1266
  case 3:
1134
1267
  g = b.d + e;
1135
1268
  h = b.d;
1136
- f = this.v.h();
1269
+ f = this.w.h();
1137
1270
  break;
1138
1271
  case 4:
1139
1272
  g = b.d - e;
1140
1273
  h = b.d;
1141
- f = this.v.h();
1274
+ f = this.w.h();
1142
1275
  break;
1143
1276
  }
1144
1277
  d.m(new AnimationKeyFrameProperty(f, a ? g : h));
1145
1278
  d.m(new AnimationKeyFrameProperty(f, a ? h : g));
1146
- let i = this.v.a(c);
1279
+ let i = this.w.a(c);
1147
1280
  i.m(new AnimationKeyFrameProperty(1, a ? 0 : 1));
1148
1281
  i.m(new AnimationKeyFrameProperty(1, a ? 1 : 0));
1149
- let j = this.v.b(c);
1282
+ let j = this.w.b(c);
1150
1283
  j.m(new AnimationKeyFrameProperty(10, (a ? b.h : b.g)));
1151
1284
  j.m(new AnimationKeyFrameProperty(10, (a ? b.h : b.g)));
1152
1285
  let k = new PopupAnimation();
@@ -1156,55 +1289,58 @@ export let Popup = /*@__PURE__*/ (() => {
1156
1289
  return k;
1157
1290
  }
1158
1291
  contains(a) {
1159
- return this.v.j(a);
1292
+ return this.w.j(a);
1160
1293
  }
1161
1294
  appendPopupContent(a) {
1162
- this.v.at(a);
1295
+ this.w.aw(a);
1163
1296
  }
1164
1297
  removePopupContent(a) {
1165
- this.v.a8(a);
1298
+ this.w.bb(a);
1166
1299
  }
1167
- bx() {
1168
- if (!this.au) {
1300
+ b3() {
1301
+ if (!this.av) {
1169
1302
  return;
1170
1303
  }
1171
- this.cd(false);
1304
+ this.cl(false);
1172
1305
  }
1173
1306
  destroy() {
1174
1307
  this.provideRenderer(null);
1175
1308
  }
1176
1309
  showRelativeToExclusionRect(a, b, c) {
1177
- this.cc(a, b, c);
1310
+ this.ck(a, b, c);
1178
1311
  }
1179
- b1(a) {
1180
- this.cs = a;
1181
- this.cu = this.v.bj(a, this.p, this.h);
1312
+ cn(a, b, c) {
1313
+ this.cj(a, b, c);
1314
+ }
1315
+ b7(a) {
1316
+ this.c1 = a;
1317
+ this.c3 = this.w.bq(a, this.q, this.i);
1182
1318
  }
1183
1319
  notifySizeChanged() {
1184
1320
  }
1185
1321
  provideRenderer(a) {
1186
- this.v.a6(a);
1322
+ this.w.a9(a);
1187
1323
  }
1188
- a9() {
1189
- return this.c();
1324
+ bc() {
1325
+ return this.d();
1190
1326
  }
1191
- bl() {
1192
- let a = this.c();
1327
+ bp() {
1328
+ let a = this.d();
1193
1329
  return a.f();
1194
1330
  }
1195
- c() {
1331
+ d() {
1196
1332
  let a = new PopupVisualModelExport();
1197
- a.e = this.a4;
1198
- a.d = this.av;
1199
- a.c = AppearanceHelper.a(this.cm);
1200
- a.b = AppearanceHelper.a(this.cl);
1201
- a.a = AppearanceHelper.a(this.ck);
1333
+ a.e = this.a6;
1334
+ a.d = this.aw;
1335
+ a.c = AppearanceHelper.a(this.cv);
1336
+ a.b = AppearanceHelper.a(this.cu);
1337
+ a.a = AppearanceHelper.a(this.ct);
1202
1338
  return a;
1203
1339
  }
1204
- s() {
1205
- let a = this.t;
1340
+ t() {
1341
+ let a = this.u;
1206
1342
  if (a == 0) {
1207
- switch (this.q) {
1343
+ switch (this.r) {
1208
1344
  case 4:
1209
1345
  a = 3;
1210
1346
  break;
@@ -1223,9 +1359,9 @@ export let Popup = /*@__PURE__*/ (() => {
1223
1359
  }
1224
1360
  }
1225
1361
  Popup.$t = markType(Popup, 'Popup', Base.$, [INotifyPropertyChanged_$type]);
1226
- Popup.a7 = 2;
1227
- Popup.cq = BrushUtil.g(66, 0, 0, 0);
1228
- Popup.cp = BrushUtil.g(30, 0, 0, 0);
1229
- Popup.co = BrushUtil.g(20, 0, 0, 0);
1362
+ Popup.a9 = 2;
1363
+ Popup.cz = BrushUtil.g(66, 0, 0, 0);
1364
+ Popup.cy = BrushUtil.g(30, 0, 0, 0);
1365
+ Popup.cx = BrushUtil.g(20, 0, 0, 0);
1230
1366
  return Popup;
1231
1367
  })();