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
@@ -22,22 +22,23 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
22
22
  tslib_1.__extends(PropertyEditorPropertyDescription, _super);
23
23
  function PropertyEditorPropertyDescription() {
24
24
  var _this = _super !== null && _super.apply(this, arguments) || this;
25
+ _this.aj = null;
25
26
  _this.ah = null;
26
- _this.af = null;
27
- _this.m = 0;
27
+ _this.o = 0;
28
+ _this.ai = null;
29
+ _this.q = false;
28
30
  _this.ag = null;
29
- _this.o = false;
30
- _this.ae = null;
31
31
  _this.a = null;
32
32
  _this.b = null;
33
- _this.ab = null;
34
- _this.u = NaN;
35
- _this.r = NaN;
36
- _this.s = NaN;
33
+ _this.ad = null;
34
+ _this.w = NaN;
37
35
  _this.t = NaN;
36
+ _this.u = NaN;
38
37
  _this.v = NaN;
38
+ _this.x = NaN;
39
39
  _this.f = null;
40
- _this.h = null;
40
+ _this.h = new PropertyEditorDescriptionObjectCollection();
41
+ _this.l = new PropertyEditorPropertyDescriptionCollection();
41
42
  _this.e = null;
42
43
  _this.propertyChanged = null;
43
44
  _this.buttonClicked = null;
@@ -45,85 +46,85 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
45
46
  _this.targetPropertyUpdating = null;
46
47
  return _this;
47
48
  }
48
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "al", {
49
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "an", {
49
50
  get: function () {
50
- return this.ah;
51
+ return this.aj;
51
52
  },
52
53
  set: function (a) {
53
- var b = this.ah;
54
- this.ah = a;
55
- if (this.ah != b) {
56
- this.ao("PropertyPath", b, a);
54
+ var b = this.aj;
55
+ this.aj = a;
56
+ if (this.aj != b) {
57
+ this.aq("PropertyPath", b, a);
57
58
  }
58
59
  },
59
60
  enumerable: true,
60
61
  configurable: true
61
62
  });
62
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "aj", {
63
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "al", {
63
64
  get: function () {
64
- return this.af;
65
+ return this.ah;
65
66
  },
66
67
  set: function (a) {
67
- var b = this.af;
68
- this.af = a;
69
- if (this.af != b) {
70
- this.ao("Label", b, a);
68
+ var b = this.ah;
69
+ this.ah = a;
70
+ if (this.ah != b) {
71
+ this.aq("Label", b, a);
71
72
  }
72
73
  },
73
74
  enumerable: true,
74
75
  configurable: true
75
76
  });
76
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "n", {
77
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "p", {
77
78
  get: function () {
78
- return this.m;
79
+ return this.o;
79
80
  },
80
81
  set: function (a) {
81
- var b = this.m;
82
- this.m = a;
83
- if (this.m != b) {
84
- this.ao("ValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
82
+ var b = this.o;
83
+ this.o = a;
84
+ if (this.o != b) {
85
+ this.aq("ValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
85
86
  }
86
87
  },
87
88
  enumerable: true,
88
89
  configurable: true
89
90
  });
90
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ak", {
91
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "am", {
91
92
  get: function () {
92
- return this.ag;
93
+ return this.ai;
93
94
  },
94
95
  set: function (a) {
95
- var b = this.ag;
96
- this.ag = a;
97
- if (this.ag != b) {
98
- this.ao("PropertyDescriptionType", b, a);
96
+ var b = this.ai;
97
+ this.ai = a;
98
+ if (this.ai != b) {
99
+ this.aq("PropertyDescriptionType", b, a);
99
100
  }
100
101
  },
101
102
  enumerable: true,
102
103
  configurable: true
103
104
  });
104
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "q", {
105
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "s", {
105
106
  get: function () {
106
- return this.o;
107
+ return this.q;
107
108
  },
108
109
  set: function (a) {
109
- var b = this.o;
110
- this.o = a;
111
- if (this.o != b) {
112
- this.ao("ShouldOverrideDefaultEditor", b, a);
110
+ var b = this.q;
111
+ this.q = a;
112
+ if (this.q != b) {
113
+ this.aq("ShouldOverrideDefaultEditor", b, a);
113
114
  }
114
115
  },
115
116
  enumerable: true,
116
117
  configurable: true
117
118
  });
118
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ai", {
119
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ak", {
119
120
  get: function () {
120
- return this.ae;
121
+ return this.ag;
121
122
  },
122
123
  set: function (a) {
123
- var b = this.ae;
124
- this.ae = a;
125
- if (this.ae != b) {
126
- this.ao("ElementDescriptionType", b, a);
124
+ var b = this.ag;
125
+ this.ag = a;
126
+ if (this.ag != b) {
127
+ this.aq("ElementDescriptionType", b, a);
127
128
  }
128
129
  },
129
130
  enumerable: true,
@@ -137,7 +138,7 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
137
138
  var b = this.a;
138
139
  this.a = a;
139
140
  if (this.a != b) {
140
- this.ao("DropDownNames", b, a);
141
+ this.aq("DropDownNames", b, a);
141
142
  }
142
143
  },
143
144
  enumerable: true,
@@ -151,91 +152,91 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
151
152
  var b = this.b;
152
153
  this.b = a;
153
154
  if (this.b != b) {
154
- this.ao("DropDownValues", b, a);
155
+ this.aq("DropDownValues", b, a);
155
156
  }
156
157
  },
157
158
  enumerable: true,
158
159
  configurable: true
159
160
  });
160
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ad", {
161
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "af", {
161
162
  get: function () {
162
- return this.ab;
163
+ return this.ad;
163
164
  },
164
165
  set: function (a) {
165
- var b = this.ab;
166
- this.ab = a;
167
- if (this.ab != b) {
168
- this.ao("PrimitiveValue", b, a);
166
+ var b = this.ad;
167
+ this.ad = a;
168
+ if (this.ad != b) {
169
+ this.aq("PrimitiveValue", b, a);
169
170
  }
170
171
  },
171
172
  enumerable: true,
172
173
  configurable: true
173
174
  });
174
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "z", {
175
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ab", {
175
176
  get: function () {
176
- return this.u;
177
+ return this.w;
177
178
  },
178
179
  set: function (a) {
179
- var b = this.u;
180
- this.u = a;
181
- if (this.u != b) {
182
- this.ao("Min", b, a);
180
+ var b = this.w;
181
+ this.w = a;
182
+ if (this.w != b) {
183
+ this.aq("Min", b, a);
183
184
  }
184
185
  },
185
186
  enumerable: true,
186
187
  configurable: true
187
188
  });
188
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "w", {
189
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "y", {
189
190
  get: function () {
190
- return this.r;
191
+ return this.t;
191
192
  },
192
193
  set: function (a) {
193
- var b = this.r;
194
- this.r = a;
195
- if (this.r != b) {
196
- this.ao("EditorWidth", b, a);
194
+ var b = this.t;
195
+ this.t = a;
196
+ if (this.t != b) {
197
+ this.aq("EditorWidth", b, a);
197
198
  }
198
199
  },
199
200
  enumerable: true,
200
201
  configurable: true
201
202
  });
202
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "x", {
203
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "z", {
203
204
  get: function () {
204
- return this.s;
205
+ return this.u;
205
206
  },
206
207
  set: function (a) {
207
- var b = this.s;
208
- this.s = a;
209
- if (this.s != b) {
210
- this.ao("LabelWidth", b, a);
208
+ var b = this.u;
209
+ this.u = a;
210
+ if (this.u != b) {
211
+ this.aq("LabelWidth", b, a);
211
212
  }
212
213
  },
213
214
  enumerable: true,
214
215
  configurable: true
215
216
  });
216
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "y", {
217
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "aa", {
217
218
  get: function () {
218
- return this.t;
219
+ return this.v;
219
220
  },
220
221
  set: function (a) {
221
- var b = this.t;
222
- this.t = a;
223
- if (this.t != b) {
224
- this.ao("Max", b, a);
222
+ var b = this.v;
223
+ this.v = a;
224
+ if (this.v != b) {
225
+ this.aq("Max", b, a);
225
226
  }
226
227
  },
227
228
  enumerable: true,
228
229
  configurable: true
229
230
  });
230
- Object.defineProperty(PropertyEditorPropertyDescription.prototype, "aa", {
231
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "ac", {
231
232
  get: function () {
232
- return this.v;
233
+ return this.x;
233
234
  },
234
235
  set: function (a) {
235
- var b = this.v;
236
- this.v = a;
237
- if (this.v != b) {
238
- this.ao("Step", b, a);
236
+ var b = this.x;
237
+ this.x = a;
238
+ if (this.x != b) {
239
+ this.aq("Step", b, a);
239
240
  }
240
241
  },
241
242
  enumerable: true,
@@ -249,7 +250,7 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
249
250
  var b = this.f;
250
251
  this.f = a;
251
252
  if (this.f != b) {
252
- this.ao("ComplexValue", b, a);
253
+ this.aq("ComplexValue", b, a);
253
254
  }
254
255
  },
255
256
  enumerable: true,
@@ -263,41 +264,55 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
263
264
  var b = this.h;
264
265
  this.h = a;
265
266
  if (this.h != b) {
266
- this.ao("ComplexValues", b, a);
267
+ this.aq("ComplexValues", b, a);
267
268
  }
268
269
  },
269
270
  enumerable: true,
270
271
  configurable: true
271
272
  });
272
- PropertyEditorPropertyDescription.prototype.ao = function (a, b, c) {
273
+ Object.defineProperty(PropertyEditorPropertyDescription.prototype, "m", {
274
+ get: function () {
275
+ return this.l;
276
+ },
277
+ set: function (a) {
278
+ var b = this.l;
279
+ this.l = a;
280
+ if (this.l != b) {
281
+ this.aq("Properties", b, a);
282
+ }
283
+ },
284
+ enumerable: true,
285
+ configurable: true
286
+ });
287
+ PropertyEditorPropertyDescription.prototype.aq = function (a, b, c) {
273
288
  if (this.propertyChanged != null) {
274
289
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
275
290
  }
276
291
  };
277
- PropertyEditorPropertyDescription.prototype.p = function (a) {
292
+ PropertyEditorPropertyDescription.prototype.r = function (a) {
278
293
  var b = false;
279
294
  if (a == null) {
280
295
  return false;
281
296
  }
282
- if (a.c != null && (this.c == null || !this.q)) {
297
+ if (a.c != null && (this.c == null || !this.s)) {
283
298
  this.c = a.c;
284
299
  }
285
- if (a.d != null && (this.d == null || !this.q)) {
300
+ if (a.d != null && (this.d == null || !this.s)) {
286
301
  this.d = a.d;
287
302
  }
288
- if (a.ai != null && (this.ai == null || !this.q)) {
289
- this.ai = a.ai;
290
- }
291
- if (a.ak != null && (this.ak == null || !this.q)) {
303
+ if (a.ak != null && (this.ak == null || !this.s)) {
292
304
  this.ak = a.ak;
293
305
  }
294
- if (a.n != 0 && (this.n == 0 || !this.q)) {
295
- this.n = a.n;
306
+ if (a.am != null && (this.am == null || !this.s)) {
307
+ this.am = a.am;
308
+ }
309
+ if (a.p != 0 && (this.p == 0 || !this.s)) {
310
+ this.p = a.p;
296
311
  b = true;
297
312
  }
298
313
  return true;
299
314
  };
300
- PropertyEditorPropertyDescription.prototype.ac = function (a, b) {
315
+ PropertyEditorPropertyDescription.prototype.ae = function (a, b) {
301
316
  if (b) {
302
317
  return this.e;
303
318
  }
@@ -306,22 +321,22 @@ var PropertyEditorPropertyDescription = /** @class */ /*@__PURE__*/ (function (_
306
321
  }
307
322
  return null;
308
323
  };
309
- PropertyEditorPropertyDescription.prototype.an = function () {
324
+ PropertyEditorPropertyDescription.prototype.ap = function () {
310
325
  if (this.buttonClicked != null) {
311
326
  this.buttonClicked(this, new PropertyEditorPropertyDescriptionButtonClickEventArgs());
312
327
  }
313
328
  };
314
- PropertyEditorPropertyDescription.prototype.am = function () {
329
+ PropertyEditorPropertyDescription.prototype.ao = function () {
315
330
  var _this = this;
316
331
  if (this.changed != null) {
317
332
  this.changed(this, ((function () {
318
333
  var $ret = new PropertyEditorPropertyDescriptionChangedEventArgs();
319
- $ret.newValue = _this.ad;
334
+ $ret.newValue = _this.af;
320
335
  return $ret;
321
336
  })()));
322
337
  }
323
338
  };
324
- PropertyEditorPropertyDescription.prototype.ap = function (a, b, c) {
339
+ PropertyEditorPropertyDescription.prototype.ar = function (a, b, c) {
325
340
  if (this.targetPropertyUpdating != null) {
326
341
  this.targetPropertyUpdating(this, ((function () {
327
342
  var $ret = new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
@@ -424,28 +439,28 @@ var PropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
424
439
  };
425
440
  PropertyEditorDataSource.prototype.f = function (a) {
426
441
  var b = new PropertyEditorPropertyDescription();
427
- b.al = a.propertyName;
428
- b.n = this.i(a);
429
- b.ak = a.specificExternalType != null ? a.specificExternalType : a.specificType;
442
+ b.an = a.propertyName;
443
+ b.p = this.i(a);
444
+ b.am = a.specificExternalType != null ? a.specificExternalType : a.specificType;
430
445
  if (a.knownType == 9) {
431
- b.ai = a.collectionElementType;
432
- if (this.j != null && this.j.containsKey(b.ai)) {
433
- b.e = this.j.item(b.ai);
446
+ b.ak = a.collectionElementType;
447
+ if (this.j != null && this.j.containsKey(b.ak)) {
448
+ b.e = this.j.item(b.ak);
434
449
  }
435
450
  else {
436
- b.e = PropertyEditorDataSource.d(this.a, b.ai, this.j);
451
+ b.e = PropertyEditorDataSource.d(this.a, b.ak, this.j);
437
452
  }
438
453
  }
439
- if (b.n == 8) {
440
- if (this.j != null && this.j.containsKey(b.ak)) {
441
- b.e = this.j.item(b.ak);
454
+ if (b.p == 8) {
455
+ if (this.j != null && this.j.containsKey(b.am)) {
456
+ b.e = this.j.item(b.am);
442
457
  }
443
458
  else {
444
- b.e = PropertyEditorDataSource.d(this.a, b.ak, this.j);
459
+ b.e = PropertyEditorDataSource.d(this.a, b.am, this.j);
445
460
  }
446
461
  }
447
- if (b.n == 15) {
448
- b.c = this.a.c(this.n, b.al);
462
+ if (b.p == 15) {
463
+ b.c = this.a.c(this.n, b.an);
449
464
  b.d = b.d;
450
465
  }
451
466
  return b;
@@ -513,7 +528,7 @@ var PropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
513
528
  }
514
529
  var e = this.b.getMetadata(this.n, c[d]);
515
530
  var f = this.f(e);
516
- if (f.n == 0) {
531
+ if (f.p == 0) {
517
532
  continue;
518
533
  }
519
534
  a.add(f);
@@ -558,7 +573,7 @@ var PropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
558
573
  i = true;
559
574
  }
560
575
  if (e != null && typeCast(PropertyEditorPropertyDescription.$, e) !== null) {
561
- var m = e.ac(h, i);
576
+ var m = e.ae(h, i);
562
577
  if (m == null) {
563
578
  return null;
564
579
  }
@@ -578,7 +593,7 @@ var PropertyEditorDataSource = /** @class */ /*@__PURE__*/ (function (_super) {
578
593
  return null;
579
594
  }
580
595
  for (var p = 0; p < this.h.count; p++) {
581
- if (Base.equalsStatic(this.h._inner[p].al, h)) {
596
+ if (Base.equalsStatic(this.h._inner[p].an, h)) {
582
597
  e = this.h._inner[p];
583
598
  break;
584
599
  }
@@ -4,97 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import * as tslib_1 from "tslib";
8
- import { ToolAction } from "./ToolAction";
9
- import { ToolActionType_$type } from "igniteui-webcomponents-core";
10
- import { ToolActionEventDetail } from "./ToolActionEventDetail";
11
- import { Size } from "igniteui-webcomponents-core";
12
- import { NativeUIComponent } from "igniteui-webcomponents-core";
13
- import { Thickness } from "igniteui-webcomponents-core";
14
- import { EnumUtil, runOn, markType } from "igniteui-webcomponents-core";
15
- /**
16
- * @hidden
17
- */
18
- var ToolActionButton = /** @class */ /*@__PURE__*/ (function (_super) {
19
- tslib_1.__extends(ToolActionButton, _super);
20
- function ToolActionButton() {
21
- var _this = _super !== null && _super.apply(this, arguments) || this;
22
- _this.be = null;
23
- return _this;
24
- }
25
- ToolActionButton.prototype.get_f = function () {
26
- return 9;
27
- };
28
- ToolActionButton.prototype.g = function () {
29
- return null;
30
- };
31
- ToolActionButton.prototype.b = function (a) {
32
- var b = new ToolActionEventDetail();
33
- b.a = this;
34
- b.b = this.f;
35
- b.d = a;
36
- return b;
37
- };
38
- ToolActionButton.prototype.p = function (a, b) {
39
- if (this.ap == null) {
40
- return NaN;
41
- }
42
- var c = 88;
43
- if (this.be != null) {
44
- var d = new Size(0);
45
- d.width = Number.POSITIVE_INFINITY;
46
- d.height = Number.POSITIVE_INFINITY;
47
- var e = this.be.ap(d);
48
- c = e.width;
49
- }
50
- return c;
51
- };
52
- ToolActionButton.prototype.bg = function (a, b, c, d, e, f, g) {
53
- if (a.w == null || EnumUtil.getEnumValue(ToolActionType_$type, a.w) != this.f) {
54
- a.a0 = b;
55
- if (g.a == 1) {
56
- b.d = 0;
57
- }
58
- else {
59
- b.d = 3;
60
- }
61
- b.a7(0, 2, 1);
62
- b.a6(0, 0, 1);
63
- b.as = new Thickness(1, this.r, this.t, this.s, this.q);
64
- if (b.av == 0) {
65
- b.aw(c);
66
- }
67
- b.bb(c, 0);
68
- b.ba(c, 0);
69
- this.be = c;
70
- this.be.av = 2;
71
- this.be.au = runOn(this, this.bf);
72
- }
73
- c.aw = this.ap;
74
- b.h = f.a.j;
75
- };
76
- ToolActionButton.prototype.bf = function (a, b) {
77
- this.a9(this.b(true), this);
78
- };
79
- ToolActionButton.prototype.bb = function (a, b, c, d) {
80
- var _this = this;
81
- _super.prototype.bb.call(this, a, b, c, d);
82
- var e = c.b;
83
- if (e.a0 == null || (e.w == null || EnumUtil.getEnumValue(ToolActionType_$type, e.w) != this.f)) {
84
- NativeUIComponent.ab(b.l.r(), [7, 1], function (f) {
85
- var g = f[0];
86
- var h = f[1];
87
- e.a0 = g;
88
- _this.bg(e, g, h, a, b, c, d);
89
- });
90
- }
91
- else {
92
- var f = e.a0;
93
- var g = f.au(0);
94
- this.bg(e, f, g, a, b, c, d);
95
- }
96
- };
97
- ToolActionButton.$t = markType(ToolActionButton, 'ToolActionButton', ToolAction.$);
98
- return ToolActionButton;
99
- }(ToolAction));
100
- export { ToolActionButton };
7
+ export { ToolActionButton } from "./ToolPanelView_combined";