igniteui-webcomponents-layouts 4.0.4 → 4.2.3-alpha

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 (83) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +1495 -2681
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ListPanelView_combined.js +31 -18
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
  5. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +127 -116
  6. package/esm2015/lib/ToolActionButton.js +1 -91
  7. package/esm2015/lib/ToolPanelView_combined.js +862 -692
  8. package/esm2015/lib/ToolbarView_combined.js +123 -96
  9. package/esm2015/lib/igc-property-editor-property-description-component.js +66 -31
  10. package/esm2015/lib/igc-tool-action-component.js +42 -31
  11. package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
  12. package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
  13. package/esm2015/lib/igc-tool-panel-component.js +21 -10
  14. package/esm2015/lib/igc-toolbar-component.js +23 -12
  15. package/esm2015/public_api.js +0 -13
  16. package/esm5/lib/ListPanelView_combined.js +31 -18
  17. package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
  18. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +131 -116
  19. package/esm5/lib/ToolActionButton.js +1 -94
  20. package/esm5/lib/ToolPanelView_combined.js +877 -693
  21. package/esm5/lib/ToolbarView_combined.js +123 -92
  22. package/esm5/lib/igc-property-editor-property-description-component.js +70 -31
  23. package/esm5/lib/igc-tool-action-component.js +46 -31
  24. package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
  25. package/esm5/lib/igc-tool-action-radio-component.js +6 -3
  26. package/esm5/lib/igc-tool-panel-component.js +25 -10
  27. package/esm5/lib/igc-toolbar-component.js +27 -12
  28. package/esm5/public_api.js +0 -13
  29. package/fesm2015/igniteui-webcomponents-layouts.js +1460 -2516
  30. package/fesm5/igniteui-webcomponents-layouts.js +1493 -2663
  31. package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
  32. package/lib/ToolActionButton.d.ts +1 -23
  33. package/lib/ToolPanelView_combined.d.ts +172 -146
  34. package/lib/ToolbarView_combined.d.ts +33 -28
  35. package/lib/igc-property-editor-property-description-component.d.ts +3 -0
  36. package/lib/igc-tool-action-component.d.ts +5 -0
  37. package/lib/igc-tool-action-radio-component.d.ts +4 -1
  38. package/lib/igc-tool-panel-component.d.ts +5 -0
  39. package/lib/igc-toolbar-component.d.ts +5 -0
  40. package/package.json +3 -3
  41. package/public_api.d.ts +0 -13
  42. package/esm2015/lib/OnClosedEventArgs.js +0 -16
  43. package/esm2015/lib/OnPopupEventArgs.js +0 -16
  44. package/esm2015/lib/Popup.js +0 -7
  45. package/esm2015/lib/PopupAlignment.js +0 -29
  46. package/esm2015/lib/PopupDirection.js +0 -29
  47. package/esm2015/lib/PopupView.js +0 -7
  48. package/esm2015/lib/PopupView_combined.js +0 -647
  49. package/esm2015/lib/PopupVisualModelExport.js +0 -36
  50. package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
  51. package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
  52. package/esm2015/lib/igc-on-closed-event-args.js +0 -24
  53. package/esm2015/lib/igc-on-popup-event-args.js +0 -24
  54. package/esm2015/lib/igc-popup-component.js +0 -388
  55. package/esm2015/lib/igc-popup-module.js +0 -19
  56. package/esm5/lib/OnClosedEventArgs.js +0 -20
  57. package/esm5/lib/OnPopupEventArgs.js +0 -20
  58. package/esm5/lib/Popup.js +0 -7
  59. package/esm5/lib/PopupAlignment.js +0 -29
  60. package/esm5/lib/PopupDirection.js +0 -29
  61. package/esm5/lib/PopupView.js +0 -7
  62. package/esm5/lib/PopupView_combined.js +0 -700
  63. package/esm5/lib/PopupVisualModelExport.js +0 -38
  64. package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
  65. package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
  66. package/esm5/lib/igc-on-closed-event-args.js +0 -30
  67. package/esm5/lib/igc-on-popup-event-args.js +0 -30
  68. package/esm5/lib/igc-popup-component.js +0 -473
  69. package/esm5/lib/igc-popup-module.js +0 -23
  70. package/lib/OnClosedEventArgs.d.ts +0 -7
  71. package/lib/OnPopupEventArgs.d.ts +0 -7
  72. package/lib/Popup.d.ts +0 -1
  73. package/lib/PopupAlignment.d.ts +0 -22
  74. package/lib/PopupDirection.d.ts +0 -22
  75. package/lib/PopupView.d.ts +0 -1
  76. package/lib/PopupView_combined.d.ts +0 -126
  77. package/lib/PopupVisualModelExport.d.ts +0 -14
  78. package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
  79. package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
  80. package/lib/igc-on-closed-event-args.d.ts +0 -12
  81. package/lib/igc-on-popup-event-args.d.ts +0 -12
  82. package/lib/igc-popup-component.d.ts +0 -110
  83. package/lib/igc-popup-module.d.ts +0 -3
@@ -1,10 +1,11 @@
1
1
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
2
2
  import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
3
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
3
4
  import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
4
5
  import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
5
6
  import { ToolAction } from "./ToolAction";
6
7
  import { TypeRegistrar } from "igniteui-webcomponents-core";
7
- import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, initializePropertiesFromCss } from "igniteui-webcomponents-core";
8
+ import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
8
9
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
9
10
  /**
10
11
  * Represents base class for all tool actions in toolbar
@@ -137,83 +138,93 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
137
138
  }
138
139
  }
139
140
  get id() {
140
- return this.i.ao;
141
+ return this.i.ar;
141
142
  }
142
143
  get parentId() {
143
- return this.i.ax;
144
+ return this.i.a0;
144
145
  }
145
146
  set parentId(v) {
146
- this.i.ax = v;
147
+ this.i.a0 = v;
147
148
  }
148
149
  get commandId() {
149
- return this.i.ai;
150
+ return this.i.al;
150
151
  }
151
152
  set commandId(v) {
152
- this.i.ai = v;
153
+ this.i.al = v;
153
154
  }
154
155
  get commandArgument() {
155
- return this.i.af;
156
+ return this.i.ai;
156
157
  }
157
158
  set commandArgument(v) {
158
- this.i.af = v;
159
+ this.i.ai = v;
159
160
  }
160
161
  get commandArgumentValue() {
161
- return this.i.v;
162
+ return this.i.x;
162
163
  }
163
164
  set commandArgumentValue(v) {
164
- this.i.v = v;
165
+ this.i.x = v;
166
+ }
167
+ /**
168
+ * Gets or sets the base built in theme to use for the checkbox.
169
+ */
170
+ get baseTheme() {
171
+ return this.i.g;
172
+ }
173
+ set baseTheme(v) {
174
+ this.i.g = ensureEnum(BaseControlTheme_$type, v);
175
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.g));
165
176
  }
166
177
  get paddingLeft() {
167
- return this.i.r;
178
+ return this.i.t;
168
179
  }
169
180
  set paddingLeft(v) {
170
- this.i.r = +v;
171
- this._a("paddingLeft", this.i.r);
181
+ this.i.t = +v;
182
+ this._a("paddingLeft", this.i.t);
172
183
  }
173
184
  get paddingRight() {
174
- return this.i.s;
185
+ return this.i.u;
175
186
  }
176
187
  set paddingRight(v) {
177
- this.i.s = +v;
178
- this._a("paddingRight", this.i.s);
188
+ this.i.u = +v;
189
+ this._a("paddingRight", this.i.u);
179
190
  }
180
191
  get paddingBottom() {
181
- return this.i.q;
192
+ return this.i.s;
182
193
  }
183
194
  set paddingBottom(v) {
184
- this.i.q = +v;
185
- this._a("paddingBottom", this.i.q);
195
+ this.i.s = +v;
196
+ this._a("paddingBottom", this.i.s);
186
197
  }
187
198
  get paddingTop() {
188
- return this.i.t;
199
+ return this.i.v;
189
200
  }
190
201
  set paddingTop(v) {
191
- this.i.t = +v;
192
- this._a("paddingTop", this.i.t);
202
+ this.i.v = +v;
203
+ this._a("paddingTop", this.i.v);
193
204
  }
194
205
  get name() {
195
- return this.i.ar;
206
+ return this.i.au;
196
207
  }
197
208
  set name(v) {
198
- this.i.ar = v;
209
+ this.i.au = v;
199
210
  }
200
211
  get label() {
201
- return this.i.ap;
212
+ return this.i.as;
202
213
  }
203
214
  set label(v) {
204
- this.i.ap = v;
215
+ this.i.as = v;
205
216
  }
206
217
  get iconName() {
207
- return this.i.am;
218
+ return this.i.ap;
208
219
  }
209
220
  set iconName(v) {
210
- this.i.am = v;
221
+ this.i.ap = v;
211
222
  }
212
223
  get iconCollectionName() {
213
- return this.i.ak;
224
+ return this.i.an;
214
225
  }
215
226
  set iconCollectionName(v) {
216
- this.i.ak = v;
227
+ this.i.an = v;
217
228
  }
218
229
  findByName(name) {
219
230
  if (this.findEphemera) {
@@ -277,7 +288,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
277
288
  this._inStyling = false;
278
289
  }
279
290
  fromInfo(info) {
280
- this.i.a6(info);
291
+ this.i.a9(info);
281
292
  }
282
293
  get onCommand() {
283
294
  return this._onCommand;
@@ -95,7 +95,7 @@ export let IgcToolActionMenuBaseComponent = /*@__PURE__*/ (() => {
95
95
  return null;
96
96
  }
97
97
  fromInfo(info) {
98
- this.i.a6(info);
98
+ this.i.a9(info);
99
99
  }
100
100
  }
101
101
  IgcToolActionMenuBaseComponent._observedAttributesIgcToolActionMenuBaseComponent = null;
@@ -55,11 +55,14 @@ export let IgcToolActionRadioComponent = /*@__PURE__*/ (() => {
55
55
  RegisterElementHelper.registerElement(IgcToolActionRadioComponent.htmlTagName, IgcToolActionRadioComponent);
56
56
  }
57
57
  }
58
- get radioGroup() {
59
- return this.i.bf;
58
+ /**
59
+ * Gets or sets the channel this radio button belongs to.
60
+ */
61
+ get channel() {
62
+ return this.i.bk;
60
63
  }
61
- set radioGroup(v) {
62
- this.i.bf = v;
64
+ set channel(v) {
65
+ this.i.bk = v;
63
66
  }
64
67
  }
65
68
  IgcToolActionRadioComponent._observedAttributesIgcToolActionRadioComponent = null;
@@ -6,6 +6,7 @@ import { CollectionAdapter } from "igniteui-webcomponents-core";
6
6
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
8
  import { ToolPanel } from "./ToolPanel";
9
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
9
10
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
10
11
  import { ToolPanelOrientation_$type } from './ToolPanelOrientation';
11
12
  import { IgcToolActionComponent } from "./igc-tool-action-component";
@@ -227,36 +228,46 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
227
228
  * Gets or Sets the property name that contains the values.
228
229
  */
229
230
  get cellTextStyle() {
230
- if (this.i.n == null) {
231
+ if (this.i.p == null) {
231
232
  return null;
232
233
  }
233
- return this.i.n.fontString;
234
+ return this.i.p.fontString;
234
235
  }
235
236
  set cellTextStyle(v) {
236
237
  let fi = new FontInfo();
237
238
  fi.fontString = v;
238
- this.i.n = fi;
239
- this._a("cellTextStyle", this.i.n != null ? this.i.n.fontString : "");
239
+ this.i.p = fi;
240
+ this._a("cellTextStyle", this.i.p != null ? this.i.p.fontString : "");
241
+ }
242
+ /**
243
+ * Gets or sets the base built in theme to use for the checkbox.
244
+ */
245
+ get baseTheme() {
246
+ return this.i.n;
247
+ }
248
+ set baseTheme(v) {
249
+ this.i.n = ensureEnum(BaseControlTheme_$type, v);
250
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.n));
240
251
  }
241
252
  /**
242
253
  * Gets or sets the color to use for the background of the component.
243
254
  */
244
255
  get backgroundColor() {
245
- return brushToString(this.i.a7);
256
+ return brushToString(this.i.bb);
246
257
  }
247
258
  set backgroundColor(v) {
248
- this.i.a7 = stringToBrush(v);
249
- this._a("backgroundColor", brushToString(this.i.a7));
259
+ this.i.bb = stringToBrush(v);
260
+ this._a("backgroundColor", brushToString(this.i.bb));
250
261
  }
251
262
  /**
252
263
  * Gets or sets the color to use for the text of the component.
253
264
  */
254
265
  get textColor() {
255
- return brushToString(this.i.ba);
266
+ return brushToString(this.i.be);
256
267
  }
257
268
  set textColor(v) {
258
- this.i.ba = stringToBrush(v);
259
- this._a("textColor", brushToString(this.i.ba));
269
+ this.i.be = stringToBrush(v);
270
+ this._a("textColor", brushToString(this.i.be));
260
271
  }
261
272
  /**
262
273
  * Gets or sets the color to use for the background of the component.
@@ -5,6 +5,7 @@ import { CollectionAdapter } from "igniteui-webcomponents-core";
5
5
  import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
6
6
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
7
7
  import { Toolbar } from "./Toolbar";
8
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
8
9
  import { IgcHTMLElement } from "igniteui-webcomponents-core";
9
10
  import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
10
11
  import { ToolbarOrientation_$type } from './ToolbarOrientation';
@@ -222,6 +223,16 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
222
223
  }
223
224
  }
224
225
  /**
226
+ * Gets or sets the base built in theme to use for the checkbox.
227
+ */
228
+ get baseTheme() {
229
+ return this.i.n;
230
+ }
231
+ set baseTheme(v) {
232
+ this.i.n = ensureEnum(BaseControlTheme_$type, v);
233
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.n));
234
+ }
235
+ /**
225
236
  * Gets or sets the data or data source instance to which to bind the grid.
226
237
  */
227
238
  get autoGeneratedActions() {
@@ -299,45 +310,45 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
299
310
  * Gets or sets the color to use for the background of the component.
300
311
  */
301
312
  get target() {
302
- return this.i.w;
313
+ return this.i.y;
303
314
  }
304
315
  set target(v) {
305
- this.i.w = v;
316
+ this.i.y = v;
306
317
  }
307
318
  /**
308
319
  * Gets or sets the color to use for the background of the component.
309
320
  */
310
321
  get backgroundColor() {
311
- return brushToString(this.i.ay);
322
+ return brushToString(this.i.a3);
312
323
  }
313
324
  set backgroundColor(v) {
314
- this.i.ay = stringToBrush(v);
315
- this._a("backgroundColor", brushToString(this.i.ay));
325
+ this.i.a3 = stringToBrush(v);
326
+ this._a("backgroundColor", brushToString(this.i.a3));
316
327
  }
317
328
  /**
318
329
  * Gets or sets the color to use for the text of the component.
319
330
  */
320
331
  get textColor() {
321
- return brushToString(this.i.a1);
332
+ return brushToString(this.i.a6);
322
333
  }
323
334
  set textColor(v) {
324
- this.i.a1 = stringToBrush(v);
325
- this._a("textColor", brushToString(this.i.a1));
335
+ this.i.a6 = stringToBrush(v);
336
+ this._a("textColor", brushToString(this.i.a6));
326
337
  }
327
338
  /**
328
339
  * Gets or Sets the property name that contains the values.
329
340
  */
330
341
  get cellTextStyle() {
331
- if (this.i.o == null) {
342
+ if (this.i.q == null) {
332
343
  return null;
333
344
  }
334
- return this.i.o.fontString;
345
+ return this.i.q.fontString;
335
346
  }
336
347
  set cellTextStyle(v) {
337
348
  let fi = new FontInfo();
338
349
  fi.fontString = v;
339
- this.i.o = fi;
340
- this._a("cellTextStyle", this.i.o != null ? this.i.o.fontString : "");
350
+ this.i.q = fi;
351
+ this._a("cellTextStyle", this.i.q != null ? this.i.q.fontString : "");
341
352
  }
342
353
  findByName(name) {
343
354
  if (this.findEphemera) {
@@ -1,7 +1,5 @@
1
1
  export * from './lib/igc-x-expansion-panel-module';
2
2
  export * from './lib/igc-x-expansion-panel-component';
3
- export * from './lib/igc-popup-module';
4
- export * from './lib/igc-popup-component';
5
3
  export * from './lib/igc-property-editor-panel-module';
6
4
  export * from './lib/igc-property-editor-panel-component';
7
5
  export * from './lib/igc-list-panel-component';
@@ -12,21 +10,14 @@ export * from './lib/igc-tool-panel-module';
12
10
  export * from './lib/igc-toolbar-module';
13
11
  export * from './lib/ToolbarView';
14
12
  export * from './lib/ToolPanelView';
15
- export * from './lib/PopupView';
16
13
  export * from './lib/ExpansionPanelView';
17
14
  export * from './lib/ExpansionPanelUtilities';
18
15
  export * from './lib/ListPanelView';
19
16
  export * from './lib/PropertyEditorPanelView';
20
- export * from './lib/PopupAlignment';
21
- export * from './lib/PopupDirection';
22
17
  export * from './lib/OnExpandedEventArgs';
23
18
  export * from './lib/igc-on-expanded-event-args';
24
19
  export * from './lib/OnCollapsedEventArgs';
25
20
  export * from './lib/igc-on-collapsed-event-args';
26
- export * from './lib/OnPopupEventArgs';
27
- export * from './lib/igc-on-popup-event-args';
28
- export * from './lib/OnClosedEventArgs';
29
- export * from './lib/igc-on-closed-event-args';
30
21
  export * from './lib/ToolActionButton';
31
22
  export * from './lib/igc-tool-action-button-component';
32
23
  export * from './lib/igc-tool-action-button-module';
@@ -81,9 +72,6 @@ export * from './lib/IExternalToolPanel';
81
72
  export * from './lib/IToolPanelView';
82
73
  export * from './lib/ToolPanel';
83
74
  export * from './lib/ToolActionMeasurementContext';
84
- export * from './lib/Popup';
85
- export * from './lib/Popup_OuterAnimationInfo';
86
- export * from './lib/Popup_InnerAnimationInfo';
87
75
  export * from './lib/XExpansionPanel';
88
76
  export * from './lib/IExternalListPanel';
89
77
  export * from './lib/IListPanelView';
@@ -132,4 +120,3 @@ export * from './lib/igc-property-editor-property-description-collection';
132
120
  export * from './lib/PropertyEditorPropertyDescriptionCollection';
133
121
  export * from './lib/PropertyEditorValueType';
134
122
  export * from './lib/PropertyEditorTreeTransformer';
135
- export * from './lib/PopupVisualModelExport';
@@ -78,10 +78,10 @@ var ListPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
78
78
  this.e = new RenderingContext(new CanvasViewRenderer(), this.i.get2DCanvasContext(this.l));
79
79
  this.k = this.i.createElement("div");
80
80
  this.y();
81
- NativeUIComponent.aa(this.p(), 9, function (b) {
81
+ NativeUIComponent.ad(this.p(), 9, function (b) {
82
82
  var c = b;
83
83
  _this.a.bv(c);
84
- _this.i.append(c.v);
84
+ _this.i.append(c.x);
85
85
  });
86
86
  var b = Math.round(a.rootWrapper.width());
87
87
  var c = Math.round(a.rootWrapper.height());
@@ -100,6 +100,7 @@ var ListPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
100
100
  var a = this.i.rootWrapper.width();
101
101
  var b = this.i.rootWrapper.height();
102
102
  this.aa = new Size(1, a, b);
103
+ this.a.cd(this.aa);
103
104
  if (this.a.u != null) {
104
105
  this.a.cp();
105
106
  }
@@ -189,7 +190,7 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
189
190
  _this.i = ListPanel.j;
190
191
  _this.aa = ListPanel.af;
191
192
  _this.cr = ListPanel.cu;
192
- NativeUIInputsFactory.m();
193
+ NativeUIInputsFactory.n();
193
194
  var a = new ListPanelView();
194
195
  a.a = _this;
195
196
  _this.o = a;
@@ -336,6 +337,9 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
336
337
  }
337
338
  };
338
339
  ListPanel.prototype.cl = function () {
340
+ if (this.actualDataSource == null) {
341
+ return;
342
+ }
339
343
  for (var a = 0; a < this.p.o.count; a++) {
340
344
  if (this.p.p._inner[a]) {
341
345
  continue;
@@ -370,7 +374,7 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
370
374
  var $ret = new ListPanelTemplateItemUpdatingEventArgs();
371
375
  $ret.a = a;
372
376
  $ret.b = a.a.a;
373
- $ret.c = a.a.a.v;
377
+ $ret.c = a.a.a.x;
374
378
  return $ret;
375
379
  })()));
376
380
  }
@@ -381,13 +385,13 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
381
385
  return;
382
386
  }
383
387
  a.a = new ListPanelItemPresenter();
384
- NativeUIComponent.ac(this.o.p(), 0, function (b) {
388
+ NativeUIComponent.ah(this.o.p(), 0, function (b) {
385
389
  var c = b;
386
390
  if (_this.k == 0) {
387
- c.d = 3;
391
+ c.f = 3;
388
392
  }
389
393
  else {
390
- c.d = 0;
394
+ c.f = 0;
391
395
  }
392
396
  a.a.a = c;
393
397
  });
@@ -400,6 +404,9 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
400
404
  this.bu();
401
405
  this.ay = this.a5();
402
406
  this.az = this.a6();
407
+ if (this.ay == -1 || this.az == -1) {
408
+ return;
409
+ }
403
410
  var a = new List$1(Number_$type, 0);
404
411
  for (var b = 0; b < this.q.o.count; b++) {
405
412
  if (this.q.p._inner[b]) {
@@ -490,7 +497,7 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
490
497
  this.al.clear();
491
498
  this.am.clear();
492
499
  this.an.clear();
493
- if (this.actualDataSource != null || this.actualDataSource.actualSchema != null) {
500
+ if (this.actualDataSource != null && this.actualDataSource.actualSchema != null) {
494
501
  var a = this.ap;
495
502
  var b = isNaN_(this.aq) ? 0 : this.aq;
496
503
  if (this.k == 0) {
@@ -632,6 +639,9 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
632
639
  this.cn();
633
640
  };
634
641
  ListPanel.prototype.ci = function () {
642
+ if (this.actualDataSource == null) {
643
+ return;
644
+ }
635
645
  for (var a = 0; a < this.q.q.count; a++) {
636
646
  if (this.q.p._inner[a]) {
637
647
  continue;
@@ -642,6 +652,9 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
642
652
  }
643
653
  };
644
654
  ListPanel.prototype.cj = function (a) {
655
+ if (this.actualDataSource == null) {
656
+ return;
657
+ }
645
658
  if (this.q.d(a)) {
646
659
  var b = this.q.item(a);
647
660
  b.n = this.actualDataSource.getItemAtIndex(b.l);
@@ -743,7 +756,7 @@ var ListPanel = /** @class */ /*@__PURE__*/ (function (_super) {
743
756
  }
744
757
  var f = this.q.o._inner[e];
745
758
  var g = this.q.q._inner[e];
746
- var h = g.a.a.ap(c);
759
+ var h = g.a.a.au(c);
747
760
  d = Math.max(d, h.width);
748
761
  }
749
762
  }
@@ -1013,31 +1026,31 @@ var ListPanelLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1013
1026
  return _this;
1014
1027
  }
1015
1028
  ListPanelLayoutPanel.prototype.d = function (a) {
1016
- this.a.n = a.width;
1017
- this.a.h = a.height;
1029
+ this.a.p = a.width;
1030
+ this.a.j = a.height;
1018
1031
  };
1019
1032
  ListPanelLayoutPanel.prototype.b = function (a, b) {
1020
1033
  if (!b.d) {
1021
1034
  b.d = true;
1022
- this.a.aw(b.a.a);
1035
+ this.a.a1(b.a.a);
1023
1036
  }
1024
1037
  if (a.k == 0) {
1025
1038
  if (!isNaN_(a.au)) {
1026
- b.a.a.n = a.au;
1039
+ b.a.a.p = a.au;
1027
1040
  }
1028
1041
  }
1029
1042
  else {
1030
- b.a.a.h = a.at;
1043
+ b.a.a.j = a.at;
1031
1044
  }
1032
1045
  if (b.f) {
1033
1046
  b.f = false;
1034
- this.a.a2(b.a.a, b.i);
1035
- this.a.a3(b.a.a, b.k);
1047
+ this.a.a8(b.a.a, b.i);
1048
+ this.a.a9(b.a.a, b.k);
1036
1049
  }
1037
1050
  };
1038
1051
  ListPanelLayoutPanel.prototype.c = function (a) {
1039
- this.a.a3(a, -1000);
1040
- this.a.a2(a, -1000);
1052
+ this.a.a9(a, -1000);
1053
+ this.a.a8(a, -1000);
1041
1054
  };
1042
1055
  ListPanelLayoutPanel.$t = markType(ListPanelLayoutPanel, 'ListPanelLayoutPanel');
1043
1056
  return ListPanelLayoutPanel;