igniteui-webcomponents-layouts 5.1.1 → 5.2.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.
- package/bundles/igniteui-webcomponents-layouts.umd.js +548 -365
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +308 -305
- package/esm2015/lib/igc-tool-action-button-component.js +6 -0
- package/esm2015/lib/igc-tool-action-button-pair-component.js +6 -0
- package/esm2015/lib/igc-tool-action-checkbox-component.js +6 -0
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +6 -0
- package/esm2015/lib/igc-tool-action-color-editor-component.js +6 -0
- package/esm2015/lib/igc-tool-action-combo-component.js +6 -0
- package/esm2015/lib/igc-tool-action-component.js +86 -24
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -0
- package/esm2015/lib/igc-tool-action-icon-button-component.js +36 -30
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +15 -9
- package/esm2015/lib/igc-tool-action-label-component.js +6 -0
- package/esm2015/lib/igc-tool-action-number-input-component.js +6 -0
- package/esm2015/lib/igc-tool-action-radio-component.js +6 -0
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -0
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +6 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +6 -0
- package/esm5/lib/NativeUILayoutFactory_combined.js +301 -298
- package/esm5/lib/igc-tool-action-button-component.js +6 -0
- package/esm5/lib/igc-tool-action-button-pair-component.js +6 -0
- package/esm5/lib/igc-tool-action-checkbox-component.js +6 -0
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +6 -0
- package/esm5/lib/igc-tool-action-color-editor-component.js +6 -0
- package/esm5/lib/igc-tool-action-combo-component.js +6 -0
- package/esm5/lib/igc-tool-action-component.js +114 -25
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -0
- package/esm5/lib/igc-tool-action-icon-button-component.js +36 -30
- package/esm5/lib/igc-tool-action-icon-menu-component.js +15 -9
- package/esm5/lib/igc-tool-action-label-component.js +6 -0
- package/esm5/lib/igc-tool-action-number-input-component.js +6 -0
- package/esm5/lib/igc-tool-action-radio-component.js +6 -0
- package/esm5/lib/igc-tool-action-separator-component.js +6 -0
- package/esm5/lib/igc-tool-action-sub-panel-component.js +6 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +6 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +529 -373
- package/fesm5/igniteui-webcomponents-layouts.js +549 -366
- package/lib/NativeUILayoutFactory_combined.d.ts +67 -66
- package/lib/igc-tool-action-component.d.ts +7 -1
- package/package.json +3 -3
|
@@ -19823,9 +19823,9 @@
|
|
|
19823
19823
|
_this.bq = 30;
|
|
19824
19824
|
_this.bo = NaN;
|
|
19825
19825
|
_this.bp = NaN;
|
|
19826
|
-
_this.bm =
|
|
19826
|
+
_this.bm = 24;
|
|
19827
19827
|
_this.bn = NaN;
|
|
19828
|
-
_this.bl =
|
|
19828
|
+
_this.bl = 24;
|
|
19829
19829
|
_this.propertyChanged = null;
|
|
19830
19830
|
_this.bi = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Number_$type, 0);
|
|
19831
19831
|
_this.ab = ((function () {
|
|
@@ -21613,10 +21613,10 @@
|
|
|
21613
21613
|
case 0:
|
|
21614
21614
|
case 3:
|
|
21615
21615
|
case 1:
|
|
21616
|
-
case 2: return igniteuiWebcomponentsCore.DeviceUtils.g(
|
|
21616
|
+
case 2: return igniteuiWebcomponentsCore.DeviceUtils.g(24);
|
|
21617
21617
|
case 4: return igniteuiWebcomponentsCore.DeviceUtils.g(16);
|
|
21618
21618
|
}
|
|
21619
|
-
return igniteuiWebcomponentsCore.DeviceUtils.g(
|
|
21619
|
+
return igniteuiWebcomponentsCore.DeviceUtils.g(24);
|
|
21620
21620
|
};
|
|
21621
21621
|
ToolAction.prototype.go = function () {
|
|
21622
21622
|
};
|
|
@@ -25254,27 +25254,28 @@
|
|
|
25254
25254
|
_this.hc = null;
|
|
25255
25255
|
_this.g9 = null;
|
|
25256
25256
|
_this.g7 = null;
|
|
25257
|
-
_this.h9 = -1;
|
|
25258
25257
|
_this.ia = -1;
|
|
25259
|
-
_this.
|
|
25258
|
+
_this.ib = -1;
|
|
25259
|
+
_this.h1 = -1;
|
|
25260
25260
|
_this.hj = false;
|
|
25261
25261
|
_this.hg = false;
|
|
25262
25262
|
_this.hf = false;
|
|
25263
25263
|
_this.hk = false;
|
|
25264
25264
|
_this.hi = false;
|
|
25265
|
-
_this.
|
|
25265
|
+
_this.ic = -1;
|
|
25266
25266
|
_this.hl = false;
|
|
25267
|
-
_this.hx = NaN;
|
|
25268
|
-
_this.ht = NaN;
|
|
25269
|
-
_this.hz = NaN;
|
|
25270
|
-
_this.hv = NaN;
|
|
25271
25267
|
_this.hy = NaN;
|
|
25272
25268
|
_this.hu = NaN;
|
|
25269
|
+
_this.h0 = NaN;
|
|
25273
25270
|
_this.hw = NaN;
|
|
25274
|
-
_this.
|
|
25271
|
+
_this.hz = NaN;
|
|
25272
|
+
_this.hv = NaN;
|
|
25273
|
+
_this.hx = NaN;
|
|
25274
|
+
_this.ht = NaN;
|
|
25275
25275
|
_this.ha = null;
|
|
25276
25276
|
_this.hb = null;
|
|
25277
25277
|
_this.hm = false;
|
|
25278
|
+
_this.ho = false;
|
|
25278
25279
|
_this.popupOpening = null;
|
|
25279
25280
|
_this.he = false;
|
|
25280
25281
|
_this.hh = false;
|
|
@@ -25294,32 +25295,32 @@
|
|
|
25294
25295
|
enumerable: false,
|
|
25295
25296
|
configurable: true
|
|
25296
25297
|
});
|
|
25297
|
-
ToolActionIconButton.prototype.
|
|
25298
|
+
ToolActionIconButton.prototype.get_hs = function () {
|
|
25298
25299
|
return this.g9 != null;
|
|
25299
25300
|
};
|
|
25300
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25301
|
+
Object.defineProperty(ToolActionIconButton.prototype, "hs", {
|
|
25301
25302
|
get: function () {
|
|
25302
|
-
return this.
|
|
25303
|
+
return this.get_hs();
|
|
25303
25304
|
},
|
|
25304
25305
|
enumerable: false,
|
|
25305
25306
|
configurable: true
|
|
25306
25307
|
});
|
|
25307
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25308
|
+
Object.defineProperty(ToolActionIconButton.prototype, "ie", {
|
|
25308
25309
|
get: function () {
|
|
25309
|
-
return this.
|
|
25310
|
+
return this.ic;
|
|
25310
25311
|
},
|
|
25311
25312
|
set: function (a) {
|
|
25312
|
-
this.
|
|
25313
|
+
this.ic = a;
|
|
25313
25314
|
},
|
|
25314
25315
|
enumerable: false,
|
|
25315
25316
|
configurable: true
|
|
25316
25317
|
});
|
|
25317
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25318
|
+
Object.defineProperty(ToolActionIconButton.prototype, "id", {
|
|
25318
25319
|
get: function () {
|
|
25319
25320
|
return igniteuiWebcomponentsCore.typeGetValue(this.cq("ActualTooltipDelay", 500));
|
|
25320
25321
|
},
|
|
25321
25322
|
set: function (a) {
|
|
25322
|
-
var b = this.
|
|
25323
|
+
var b = this.id;
|
|
25323
25324
|
if (b != a) {
|
|
25324
25325
|
this.gd("ActualTooltipDelay", a);
|
|
25325
25326
|
this.fx("ActualTooltipDelay", b, a);
|
|
@@ -25328,113 +25329,113 @@
|
|
|
25328
25329
|
enumerable: false,
|
|
25329
25330
|
configurable: true
|
|
25330
25331
|
});
|
|
25331
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25332
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h7", {
|
|
25332
25333
|
get: function () {
|
|
25333
|
-
return this.
|
|
25334
|
+
return this.hy;
|
|
25334
25335
|
},
|
|
25335
25336
|
set: function (a) {
|
|
25336
|
-
var b = this.
|
|
25337
|
-
this.
|
|
25338
|
-
if (b != this.
|
|
25339
|
-
this.fx("ContentPaddingLeft", b, this.
|
|
25337
|
+
var b = this.hy;
|
|
25338
|
+
this.hy = a;
|
|
25339
|
+
if (b != this.hy) {
|
|
25340
|
+
this.fx("ContentPaddingLeft", b, this.hy);
|
|
25340
25341
|
}
|
|
25341
25342
|
},
|
|
25342
25343
|
enumerable: false,
|
|
25343
25344
|
configurable: true
|
|
25344
25345
|
});
|
|
25345
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25346
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h3", {
|
|
25346
25347
|
get: function () {
|
|
25347
|
-
return this.
|
|
25348
|
+
return this.hu;
|
|
25348
25349
|
},
|
|
25349
25350
|
set: function (a) {
|
|
25350
|
-
var b = this.
|
|
25351
|
-
this.
|
|
25352
|
-
if (b != this.
|
|
25353
|
-
this.fx("ActualContentPaddingLeft", b, this.
|
|
25351
|
+
var b = this.hu;
|
|
25352
|
+
this.hu = a;
|
|
25353
|
+
if (b != this.hu) {
|
|
25354
|
+
this.fx("ActualContentPaddingLeft", b, this.hu);
|
|
25354
25355
|
}
|
|
25355
25356
|
},
|
|
25356
25357
|
enumerable: false,
|
|
25357
25358
|
configurable: true
|
|
25358
25359
|
});
|
|
25359
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25360
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h9", {
|
|
25360
25361
|
get: function () {
|
|
25361
|
-
return this.
|
|
25362
|
+
return this.h0;
|
|
25362
25363
|
},
|
|
25363
25364
|
set: function (a) {
|
|
25364
|
-
var b = this.
|
|
25365
|
-
this.
|
|
25366
|
-
if (b != this.
|
|
25367
|
-
this.fx("ContentPaddingTop", b, this.
|
|
25365
|
+
var b = this.h0;
|
|
25366
|
+
this.h0 = a;
|
|
25367
|
+
if (b != this.h0) {
|
|
25368
|
+
this.fx("ContentPaddingTop", b, this.h0);
|
|
25368
25369
|
}
|
|
25369
25370
|
},
|
|
25370
25371
|
enumerable: false,
|
|
25371
25372
|
configurable: true
|
|
25372
25373
|
});
|
|
25373
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25374
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h5", {
|
|
25374
25375
|
get: function () {
|
|
25375
|
-
return this.
|
|
25376
|
+
return this.hw;
|
|
25376
25377
|
},
|
|
25377
25378
|
set: function (a) {
|
|
25378
|
-
var b = this.
|
|
25379
|
-
this.
|
|
25380
|
-
if (b != this.
|
|
25381
|
-
this.fx("ActualContentPaddingTop", b, this.
|
|
25379
|
+
var b = this.hw;
|
|
25380
|
+
this.hw = a;
|
|
25381
|
+
if (b != this.hw) {
|
|
25382
|
+
this.fx("ActualContentPaddingTop", b, this.hw);
|
|
25382
25383
|
}
|
|
25383
25384
|
},
|
|
25384
25385
|
enumerable: false,
|
|
25385
25386
|
configurable: true
|
|
25386
25387
|
});
|
|
25387
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25388
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h8", {
|
|
25388
25389
|
get: function () {
|
|
25389
|
-
return this.
|
|
25390
|
+
return this.hz;
|
|
25390
25391
|
},
|
|
25391
25392
|
set: function (a) {
|
|
25392
|
-
var b = this.
|
|
25393
|
-
this.
|
|
25394
|
-
if (b != this.
|
|
25395
|
-
this.fx("ContentPaddingRight", b, this.
|
|
25393
|
+
var b = this.hz;
|
|
25394
|
+
this.hz = a;
|
|
25395
|
+
if (b != this.hz) {
|
|
25396
|
+
this.fx("ContentPaddingRight", b, this.hz);
|
|
25396
25397
|
}
|
|
25397
25398
|
},
|
|
25398
25399
|
enumerable: false,
|
|
25399
25400
|
configurable: true
|
|
25400
25401
|
});
|
|
25401
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25402
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h4", {
|
|
25402
25403
|
get: function () {
|
|
25403
|
-
return this.
|
|
25404
|
+
return this.hv;
|
|
25404
25405
|
},
|
|
25405
25406
|
set: function (a) {
|
|
25406
|
-
var b = this.
|
|
25407
|
-
this.
|
|
25408
|
-
if (b != this.
|
|
25409
|
-
this.fx("ActualContentPaddingRight", b, this.
|
|
25407
|
+
var b = this.hv;
|
|
25408
|
+
this.hv = a;
|
|
25409
|
+
if (b != this.hv) {
|
|
25410
|
+
this.fx("ActualContentPaddingRight", b, this.hv);
|
|
25410
25411
|
}
|
|
25411
25412
|
},
|
|
25412
25413
|
enumerable: false,
|
|
25413
25414
|
configurable: true
|
|
25414
25415
|
});
|
|
25415
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25416
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h6", {
|
|
25416
25417
|
get: function () {
|
|
25417
|
-
return this.
|
|
25418
|
+
return this.hx;
|
|
25418
25419
|
},
|
|
25419
25420
|
set: function (a) {
|
|
25420
|
-
var b = this.
|
|
25421
|
-
this.
|
|
25422
|
-
if (b != this.
|
|
25423
|
-
this.fx("ContentPaddingBottom", b, this.
|
|
25421
|
+
var b = this.hx;
|
|
25422
|
+
this.hx = a;
|
|
25423
|
+
if (b != this.hx) {
|
|
25424
|
+
this.fx("ContentPaddingBottom", b, this.hx);
|
|
25424
25425
|
}
|
|
25425
25426
|
},
|
|
25426
25427
|
enumerable: false,
|
|
25427
25428
|
configurable: true
|
|
25428
25429
|
});
|
|
25429
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25430
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h2", {
|
|
25430
25431
|
get: function () {
|
|
25431
|
-
return this.
|
|
25432
|
+
return this.ht;
|
|
25432
25433
|
},
|
|
25433
25434
|
set: function (a) {
|
|
25434
|
-
var b = this.
|
|
25435
|
-
this.
|
|
25436
|
-
if (b != this.
|
|
25437
|
-
this.fx("ActualContentPaddingBottom", b, this.
|
|
25435
|
+
var b = this.ht;
|
|
25436
|
+
this.ht = a;
|
|
25437
|
+
if (b != this.ht) {
|
|
25438
|
+
this.fx("ActualContentPaddingBottom", b, this.ht);
|
|
25438
25439
|
}
|
|
25439
25440
|
},
|
|
25440
25441
|
enumerable: false,
|
|
@@ -25442,8 +25443,8 @@
|
|
|
25442
25443
|
});
|
|
25443
25444
|
ToolActionIconButton.prototype.e2 = function () {
|
|
25444
25445
|
_super.prototype.e2.call(this);
|
|
25445
|
-
igniteuiWebcomponentsCore.NativeUIWindow.i(15, igniteuiWebcomponentsCore.runOn(this, this.
|
|
25446
|
-
igniteuiWebcomponentsCore.NativeUIWindow.i(9, igniteuiWebcomponentsCore.runOn(this, this.
|
|
25446
|
+
igniteuiWebcomponentsCore.NativeUIWindow.i(15, igniteuiWebcomponentsCore.runOn(this, this.i9));
|
|
25447
|
+
igniteuiWebcomponentsCore.NativeUIWindow.i(9, igniteuiWebcomponentsCore.runOn(this, this.i8));
|
|
25447
25448
|
this.hf = false;
|
|
25448
25449
|
};
|
|
25449
25450
|
ToolActionIconButton.prototype.k = function (a) {
|
|
@@ -25459,12 +25460,12 @@
|
|
|
25459
25460
|
c = 18;
|
|
25460
25461
|
}
|
|
25461
25462
|
var d = 0;
|
|
25462
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.h2)) {
|
|
25463
|
-
d = d + this.h2;
|
|
25464
|
-
}
|
|
25465
25463
|
if (!igniteuiWebcomponentsCore.isNaN_(this.h3)) {
|
|
25466
25464
|
d = d + this.h3;
|
|
25467
25465
|
}
|
|
25466
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.h4)) {
|
|
25467
|
+
d = d + this.h4;
|
|
25468
|
+
}
|
|
25468
25469
|
return igniteuiWebcomponentsCore.DeviceUtils.g(c) + d;
|
|
25469
25470
|
};
|
|
25470
25471
|
ToolActionIconButton.prototype.b2 = function (a, b) {
|
|
@@ -25478,12 +25479,13 @@
|
|
|
25478
25479
|
ToolActionIconButton.prototype.e3 = function (a) {
|
|
25479
25480
|
_super.prototype.e3.call(this, a);
|
|
25480
25481
|
};
|
|
25481
|
-
ToolActionIconButton.prototype.
|
|
25482
|
+
ToolActionIconButton.prototype.jd = function (a) {
|
|
25482
25483
|
this.bu = !igniteuiWebcomponentsCore.isNaN_(this.cd) ? this.cd : this.b3();
|
|
25483
25484
|
this.bt = !igniteuiWebcomponentsCore.isNaN_(this.b7) ? this.b7 : this.b3();
|
|
25484
25485
|
};
|
|
25485
|
-
ToolActionIconButton.prototype.
|
|
25486
|
+
ToolActionIconButton.prototype.jc = function (a, b, c, d, e) {
|
|
25486
25487
|
var f = c.bo;
|
|
25488
|
+
this.ho = true;
|
|
25487
25489
|
if (e) {
|
|
25488
25490
|
b.b8(2);
|
|
25489
25491
|
b.b8(1);
|
|
@@ -25501,12 +25503,12 @@
|
|
|
25501
25503
|
c.bn = 4;
|
|
25502
25504
|
c.bu = true;
|
|
25503
25505
|
c.f = 1;
|
|
25504
|
-
this.
|
|
25506
|
+
this.jd(f);
|
|
25505
25507
|
}
|
|
25506
25508
|
b.bv = 1;
|
|
25507
25509
|
b.bw = false;
|
|
25508
25510
|
b.bi = new igniteuiWebcomponentsCore.Thickness(1, this.bw, this.by, this.bx, this.bv);
|
|
25509
|
-
c.b1 = new igniteuiWebcomponentsCore.Thickness(1, this.
|
|
25511
|
+
c.b1 = new igniteuiWebcomponentsCore.Thickness(1, this.h3, this.h5, this.h4, this.h2);
|
|
25510
25512
|
f.br = this.d3;
|
|
25511
25513
|
f.bq = this.dy;
|
|
25512
25514
|
f.bn = this.ca;
|
|
@@ -25521,12 +25523,12 @@
|
|
|
25521
25523
|
f.ae = igniteuiWebcomponentsCore.DeviceUtils.g(this.bu);
|
|
25522
25524
|
f.y = igniteuiWebcomponentsCore.DeviceUtils.g(this.bt);
|
|
25523
25525
|
c.c = this.s;
|
|
25524
|
-
c.bm = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25525
|
-
c.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25526
|
-
c.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25527
|
-
c.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25526
|
+
c.bm = igniteuiWebcomponentsCore.runOn(this, this.iy);
|
|
25527
|
+
c.q = igniteuiWebcomponentsCore.runOn(this, this.i0);
|
|
25528
|
+
c.s = igniteuiWebcomponentsCore.runOn(this, this.i1);
|
|
25529
|
+
c.o = igniteuiWebcomponentsCore.runOn(this, this.iz);
|
|
25528
25530
|
if (this.ha != c) {
|
|
25529
|
-
if (this.ha != null && this.ha.bm == igniteuiWebcomponentsCore.runOn(this, this.
|
|
25531
|
+
if (this.ha != null && this.ha.bm == igniteuiWebcomponentsCore.runOn(this, this.iy)) {
|
|
25530
25532
|
this.ha.bm = null;
|
|
25531
25533
|
this.ha.q = null;
|
|
25532
25534
|
this.ha.s = null;
|
|
@@ -25537,10 +25539,11 @@
|
|
|
25537
25539
|
if (this.hb != f) {
|
|
25538
25540
|
this.hb = f;
|
|
25539
25541
|
}
|
|
25542
|
+
this.ho = false;
|
|
25540
25543
|
};
|
|
25541
|
-
ToolActionIconButton.prototype.
|
|
25544
|
+
ToolActionIconButton.prototype.je = function (a, b) {
|
|
25542
25545
|
if (this.hc != b) {
|
|
25543
|
-
if (this.hc != null && this.hc.q == igniteuiWebcomponentsCore.runOn(this, this.
|
|
25546
|
+
if (this.hc != null && this.hc.q == igniteuiWebcomponentsCore.runOn(this, this.i6)) {
|
|
25544
25547
|
this.hc.q = null;
|
|
25545
25548
|
this.hc.s = null;
|
|
25546
25549
|
this.hc.n = null;
|
|
@@ -25559,16 +25562,16 @@
|
|
|
25559
25562
|
a.bn(this.hc);
|
|
25560
25563
|
}
|
|
25561
25564
|
if (!this.hf) {
|
|
25562
|
-
igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.
|
|
25563
|
-
igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.
|
|
25565
|
+
igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.i9), this.q.v.p);
|
|
25566
|
+
igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.i8), this.q.v.p);
|
|
25564
25567
|
this.hf = true;
|
|
25565
25568
|
}
|
|
25566
25569
|
}
|
|
25567
|
-
this.hc.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25568
|
-
this.hc.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25569
|
-
this.hc.n = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25570
|
-
this.hc.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25571
|
-
this.hc.bu = igniteuiWebcomponentsCore.runOn(this, this.
|
|
25570
|
+
this.hc.q = igniteuiWebcomponentsCore.runOn(this, this.i6);
|
|
25571
|
+
this.hc.s = igniteuiWebcomponentsCore.runOn(this, this.i7);
|
|
25572
|
+
this.hc.n = igniteuiWebcomponentsCore.runOn(this, this.i4);
|
|
25573
|
+
this.hc.o = igniteuiWebcomponentsCore.runOn(this, this.i5);
|
|
25574
|
+
this.hc.bu = igniteuiWebcomponentsCore.runOn(this, this.i3);
|
|
25572
25575
|
if (this.hc.bm == 0) {
|
|
25573
25576
|
this.hk = false;
|
|
25574
25577
|
}
|
|
@@ -25579,18 +25582,18 @@
|
|
|
25579
25582
|
this.hc.u = false;
|
|
25580
25583
|
}
|
|
25581
25584
|
};
|
|
25582
|
-
ToolActionIconButton.prototype.
|
|
25583
|
-
this.
|
|
25585
|
+
ToolActionIconButton.prototype.is = function () {
|
|
25586
|
+
this.it(this.hi, this.hj);
|
|
25584
25587
|
this.hk = true;
|
|
25585
25588
|
};
|
|
25586
|
-
ToolActionIconButton.prototype.
|
|
25589
|
+
ToolActionIconButton.prototype.it = function (a, b) {
|
|
25587
25590
|
var _this = this;
|
|
25588
25591
|
if (this.hc.bm == 0) {
|
|
25589
25592
|
this.g9 = new TooltipTextPresenter(this.q.v.x());
|
|
25590
25593
|
this.g9.t(function () {
|
|
25591
25594
|
_this.hc.bn(_this.g9.e);
|
|
25592
25595
|
if (a) {
|
|
25593
|
-
_this.d.executeDelayed(function () { return _this.
|
|
25596
|
+
_this.d.executeDelayed(function () { return _this.ja(b); }, 100);
|
|
25594
25597
|
}
|
|
25595
25598
|
});
|
|
25596
25599
|
}
|
|
@@ -25603,11 +25606,11 @@
|
|
|
25603
25606
|
this.g9.p = this.ex;
|
|
25604
25607
|
this.hc.cg = this.g9.y;
|
|
25605
25608
|
};
|
|
25606
|
-
ToolActionIconButton.prototype.
|
|
25609
|
+
ToolActionIconButton.prototype.iv = function () {
|
|
25607
25610
|
};
|
|
25608
|
-
ToolActionIconButton.prototype.
|
|
25611
|
+
ToolActionIconButton.prototype.iu = function () {
|
|
25609
25612
|
};
|
|
25610
|
-
ToolActionIconButton.prototype.
|
|
25613
|
+
ToolActionIconButton.prototype.iw = function () {
|
|
25611
25614
|
if (this.g9 != null) {
|
|
25612
25615
|
this.hc.cg = this.q.iq;
|
|
25613
25616
|
this.g9.y = this.q.iq;
|
|
@@ -25616,22 +25619,22 @@
|
|
|
25616
25619
|
this.hc.ca = igniteuiWebcomponentsCore.truncate(this.q.b5);
|
|
25617
25620
|
}
|
|
25618
25621
|
};
|
|
25619
|
-
ToolActionIconButton.prototype.
|
|
25622
|
+
ToolActionIconButton.prototype.jf = function () {
|
|
25620
25623
|
if (this.g9 != null) {
|
|
25621
25624
|
return this.g9.aa();
|
|
25622
25625
|
}
|
|
25623
25626
|
return igniteuiWebcomponentsCore.Size.empty;
|
|
25624
25627
|
};
|
|
25625
|
-
ToolActionIconButton.prototype.
|
|
25628
|
+
ToolActionIconButton.prototype.i9 = function (a) {
|
|
25626
25629
|
if (this.ha != null) {
|
|
25627
25630
|
var b = this.ha.be();
|
|
25628
25631
|
this.hc.cd(b);
|
|
25629
25632
|
}
|
|
25630
25633
|
};
|
|
25631
|
-
ToolActionIconButton.prototype.
|
|
25634
|
+
ToolActionIconButton.prototype.i8 = function (a) {
|
|
25632
25635
|
var b = a;
|
|
25633
25636
|
if (this.hl && !this.hc.t(b.b) && !this.ha.t(b.b)) {
|
|
25634
|
-
this.
|
|
25637
|
+
this.ir();
|
|
25635
25638
|
}
|
|
25636
25639
|
};
|
|
25637
25640
|
ToolActionIconButton.prototype.f1 = function (a, b, c) {
|
|
@@ -25643,8 +25646,8 @@
|
|
|
25643
25646
|
if (d.bs == null || d.ao == null || igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.ToolActionType_$type, d.ao) != this.z || a.bm == 0) {
|
|
25644
25647
|
this.hm = true;
|
|
25645
25648
|
igniteuiWebcomponentsCore.NativeUIComponent.av(this.q.v.x(), [10, 12], [this.aj(10), this.aj(12)], function (e) {
|
|
25646
|
-
_this.
|
|
25647
|
-
_this.
|
|
25649
|
+
_this.jc(d, a, e[0], c, true);
|
|
25650
|
+
_this.je(a, e[1]);
|
|
25648
25651
|
_this.hm = false;
|
|
25649
25652
|
});
|
|
25650
25653
|
d.ao = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ToolActionType_$type, this.z);
|
|
@@ -25652,8 +25655,8 @@
|
|
|
25652
25655
|
else {
|
|
25653
25656
|
var e = a.bl(0);
|
|
25654
25657
|
var f = a.bl(1);
|
|
25655
|
-
this.
|
|
25656
|
-
this.
|
|
25658
|
+
this.jc(d, a, e, c, false);
|
|
25659
|
+
this.je(a, f);
|
|
25657
25660
|
}
|
|
25658
25661
|
};
|
|
25659
25662
|
ToolActionIconButton.prototype.gh = function () {
|
|
@@ -25662,7 +25665,7 @@
|
|
|
25662
25665
|
this.ha.bp = this.ai(this.u);
|
|
25663
25666
|
}
|
|
25664
25667
|
if (this.hb != null) {
|
|
25665
|
-
this.
|
|
25668
|
+
this.jd(this.hb);
|
|
25666
25669
|
}
|
|
25667
25670
|
};
|
|
25668
25671
|
ToolActionIconButton.prototype.go = function () {
|
|
@@ -25680,15 +25683,11 @@
|
|
|
25680
25683
|
this.bx = !igniteuiWebcomponentsCore.isNaN_(this.cg) ? this.cg : igniteuiWebcomponentsCore.DeviceUtils.g(4);
|
|
25681
25684
|
break;
|
|
25682
25685
|
}
|
|
25683
|
-
this.
|
|
25684
|
-
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : NaN;
|
|
25686
|
+
this.id = this.ie != -1 ? this.ie : this.q.co;
|
|
25685
25687
|
this.h3 = !igniteuiWebcomponentsCore.isNaN_(this.h7) ? this.h7 : NaN;
|
|
25686
25688
|
this.h4 = !igniteuiWebcomponentsCore.isNaN_(this.h8) ? this.h8 : NaN;
|
|
25687
|
-
this.
|
|
25688
|
-
|
|
25689
|
-
var b = Math.floor(a / 1.414);
|
|
25690
|
-
this.bu = !igniteuiWebcomponentsCore.isNaN_(this.cd) ? this.cd : b;
|
|
25691
|
-
this.bt = !igniteuiWebcomponentsCore.isNaN_(this.b7) ? this.b7 : b;
|
|
25689
|
+
this.h5 = !igniteuiWebcomponentsCore.isNaN_(this.h9) ? this.h9 : NaN;
|
|
25690
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : NaN;
|
|
25692
25691
|
if (this.ha != null) {
|
|
25693
25692
|
this.ha.c = this.s;
|
|
25694
25693
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIIconButton.$, this.ha) !== null) {
|
|
@@ -25702,39 +25701,44 @@
|
|
|
25702
25701
|
this.hb.bk = this.a;
|
|
25703
25702
|
this.hb.bl = this.b;
|
|
25704
25703
|
}
|
|
25705
|
-
this.
|
|
25704
|
+
this.iw();
|
|
25706
25705
|
};
|
|
25707
25706
|
ToolActionIconButton.prototype.fv = function () {
|
|
25707
|
+
if (this.ho) {
|
|
25708
|
+
return;
|
|
25709
|
+
}
|
|
25708
25710
|
if (this.hb != null) {
|
|
25709
25711
|
this.hb.br = this.d3;
|
|
25710
25712
|
this.hb.bq = this.dy;
|
|
25713
|
+
this.hb.ae = igniteuiWebcomponentsCore.DeviceUtils.g(this.bu);
|
|
25714
|
+
this.hb.y = igniteuiWebcomponentsCore.DeviceUtils.g(this.bt);
|
|
25711
25715
|
}
|
|
25712
25716
|
};
|
|
25713
25717
|
ToolActionIconButton.prototype.f2 = function () {
|
|
25714
25718
|
if (this.actions.count > 0) {
|
|
25715
|
-
if (this.hc == null || !this.
|
|
25719
|
+
if (this.hc == null || !this.hs) {
|
|
25716
25720
|
this.hi = true;
|
|
25717
25721
|
}
|
|
25718
25722
|
else {
|
|
25719
|
-
this.
|
|
25723
|
+
this.ja();
|
|
25720
25724
|
this.hj = true;
|
|
25721
25725
|
}
|
|
25722
25726
|
}
|
|
25723
25727
|
};
|
|
25724
25728
|
ToolActionIconButton.prototype.e4 = function () {
|
|
25725
25729
|
if (this.actions.count > 0) {
|
|
25726
|
-
if (this.hc == null || !this.
|
|
25730
|
+
if (this.hc == null || !this.hs) {
|
|
25727
25731
|
this.hi = false;
|
|
25728
25732
|
}
|
|
25729
25733
|
else {
|
|
25730
|
-
this.
|
|
25734
|
+
this.ir();
|
|
25731
25735
|
}
|
|
25732
25736
|
}
|
|
25733
25737
|
};
|
|
25734
25738
|
ToolActionIconButton.prototype.get_a7 = function () {
|
|
25735
|
-
return this.hl || this.
|
|
25739
|
+
return this.hl || this.hp;
|
|
25736
25740
|
};
|
|
25737
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
25741
|
+
Object.defineProperty(ToolActionIconButton.prototype, "hp", {
|
|
25738
25742
|
get: function () {
|
|
25739
25743
|
for (var a = 0; a < this.actions.count; a++) {
|
|
25740
25744
|
if (this.actions._inner[a].a7) {
|
|
@@ -25746,14 +25750,14 @@
|
|
|
25746
25750
|
enumerable: false,
|
|
25747
25751
|
configurable: true
|
|
25748
25752
|
});
|
|
25749
|
-
ToolActionIconButton.prototype.
|
|
25753
|
+
ToolActionIconButton.prototype.ja = function (a) {
|
|
25750
25754
|
if (a === void 0) {
|
|
25751
25755
|
a = false;
|
|
25752
25756
|
}
|
|
25753
25757
|
if (!this.hk) {
|
|
25754
25758
|
this.hi = true;
|
|
25755
25759
|
this.hj = a;
|
|
25756
|
-
this.
|
|
25760
|
+
this.is();
|
|
25757
25761
|
return;
|
|
25758
25762
|
}
|
|
25759
25763
|
if (!this.hl) {
|
|
@@ -25778,7 +25782,7 @@
|
|
|
25778
25782
|
d.left = c.left + (window.scrollX);
|
|
25779
25783
|
if (this.q.u == 1 || this.q.u == 2) {
|
|
25780
25784
|
var e = igniteuiWebcomponentsCore.NativeUIWindow.d(this.q.v.p);
|
|
25781
|
-
var f = this.
|
|
25785
|
+
var f = this.jf();
|
|
25782
25786
|
f.height += this.hc.b8;
|
|
25783
25787
|
if (c.bottom + f.height > e) {
|
|
25784
25788
|
if (c.top - f.height < 0) {
|
|
@@ -25794,7 +25798,7 @@
|
|
|
25794
25798
|
}
|
|
25795
25799
|
else {
|
|
25796
25800
|
var g = igniteuiWebcomponentsCore.NativeUIWindow.f(this.q.v.p);
|
|
25797
|
-
var h = this.
|
|
25801
|
+
var h = this.jf();
|
|
25798
25802
|
h.width += this.hc.b8;
|
|
25799
25803
|
if (c.right + h.width > g) {
|
|
25800
25804
|
if (c.left - h.width < 0) {
|
|
@@ -25809,17 +25813,17 @@
|
|
|
25809
25813
|
}
|
|
25810
25814
|
}
|
|
25811
25815
|
this.hl = true;
|
|
25812
|
-
this.
|
|
25816
|
+
this.iv();
|
|
25813
25817
|
}
|
|
25814
25818
|
this.hj = a;
|
|
25815
25819
|
this.hi = false;
|
|
25816
25820
|
};
|
|
25817
|
-
ToolActionIconButton.prototype.
|
|
25821
|
+
ToolActionIconButton.prototype.jb = function () {
|
|
25818
25822
|
if (this.hl) {
|
|
25819
25823
|
this.hj = true;
|
|
25820
25824
|
}
|
|
25821
25825
|
};
|
|
25822
|
-
ToolActionIconButton.prototype.
|
|
25826
|
+
ToolActionIconButton.prototype.ir = function () {
|
|
25823
25827
|
var _this = this;
|
|
25824
25828
|
if (this.hl) {
|
|
25825
25829
|
if (!this.he) {
|
|
@@ -25831,59 +25835,59 @@
|
|
|
25831
25835
|
}
|
|
25832
25836
|
}
|
|
25833
25837
|
};
|
|
25834
|
-
ToolActionIconButton.prototype.
|
|
25835
|
-
this.
|
|
25836
|
-
this.
|
|
25837
|
-
this.
|
|
25838
|
+
ToolActionIconButton.prototype.i2 = function () {
|
|
25839
|
+
this.ja();
|
|
25840
|
+
this.ib = -1;
|
|
25841
|
+
this.h1 = igniteuiWebcomponentsCore.timeSpanTotalMilliseconds(igniteuiWebcomponentsCore.dateGetTimeOfDay(igniteuiWebcomponentsCore.dateNow()));
|
|
25838
25842
|
};
|
|
25839
|
-
ToolActionIconButton.prototype.
|
|
25840
|
-
this.
|
|
25841
|
-
this.
|
|
25843
|
+
ToolActionIconButton.prototype.ix = function () {
|
|
25844
|
+
this.ir();
|
|
25845
|
+
this.ia = -1;
|
|
25842
25846
|
};
|
|
25843
25847
|
ToolActionIconButton.prototype.hn = function () {
|
|
25844
25848
|
return this.q.az && !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ex);
|
|
25845
25849
|
};
|
|
25846
|
-
ToolActionIconButton.prototype.
|
|
25850
|
+
ToolActionIconButton.prototype.i0 = function (a, b) {
|
|
25847
25851
|
this.hg = true;
|
|
25848
|
-
if (this.
|
|
25849
|
-
this.g7.g(this.
|
|
25850
|
-
this.
|
|
25852
|
+
if (this.ia != -1) {
|
|
25853
|
+
this.g7.g(this.ia);
|
|
25854
|
+
this.ia = -1;
|
|
25851
25855
|
}
|
|
25852
25856
|
if (!this.hl) {
|
|
25853
25857
|
if (!this.hn()) {
|
|
25854
25858
|
return;
|
|
25855
25859
|
}
|
|
25856
|
-
this.
|
|
25860
|
+
this.ib = this.g7.f(igniteuiWebcomponentsCore.runOn(this, this.i2), this.id);
|
|
25857
25861
|
}
|
|
25858
25862
|
};
|
|
25859
|
-
ToolActionIconButton.prototype.
|
|
25860
|
-
if (this.
|
|
25861
|
-
this.g7.g(this.
|
|
25862
|
-
this.
|
|
25863
|
+
ToolActionIconButton.prototype.i1 = function (a, b) {
|
|
25864
|
+
if (this.ib != -1) {
|
|
25865
|
+
this.g7.g(this.ib);
|
|
25866
|
+
this.ib = -1;
|
|
25863
25867
|
}
|
|
25864
25868
|
if (this.hl && !this.hj) {
|
|
25865
|
-
this.
|
|
25869
|
+
this.ia = this.g7.f(igniteuiWebcomponentsCore.runOn(this, this.ix), 50);
|
|
25866
25870
|
}
|
|
25867
|
-
this.
|
|
25871
|
+
this.h1 = -1;
|
|
25868
25872
|
this.hg = false;
|
|
25869
25873
|
};
|
|
25870
|
-
ToolActionIconButton.prototype.
|
|
25874
|
+
ToolActionIconButton.prototype.iy = function (a, b) {
|
|
25871
25875
|
if (this.actions.count > 0) {
|
|
25872
25876
|
if (!this.hl) {
|
|
25873
|
-
if (this.
|
|
25874
|
-
this.g7.g(this.
|
|
25875
|
-
this.
|
|
25877
|
+
if (this.ib != -1) {
|
|
25878
|
+
this.g7.g(this.ib);
|
|
25879
|
+
this.ib = -1;
|
|
25876
25880
|
}
|
|
25877
|
-
this.
|
|
25881
|
+
this.ja(true);
|
|
25878
25882
|
}
|
|
25879
25883
|
else {
|
|
25880
|
-
if (this.hj || this.
|
|
25881
|
-
this.
|
|
25884
|
+
if (this.hj || this.h1 == -1) {
|
|
25885
|
+
this.ir();
|
|
25882
25886
|
}
|
|
25883
25887
|
else {
|
|
25884
25888
|
var c = igniteuiWebcomponentsCore.timeSpanTotalMilliseconds(igniteuiWebcomponentsCore.dateGetTimeOfDay(igniteuiWebcomponentsCore.dateNow()));
|
|
25885
|
-
if (this.
|
|
25886
|
-
this.
|
|
25889
|
+
if (this.hq(c - this.h1)) {
|
|
25890
|
+
this.ir();
|
|
25887
25891
|
}
|
|
25888
25892
|
}
|
|
25889
25893
|
}
|
|
@@ -25892,34 +25896,34 @@
|
|
|
25892
25896
|
this.fy(this.k(true), this);
|
|
25893
25897
|
}
|
|
25894
25898
|
};
|
|
25895
|
-
ToolActionIconButton.prototype.
|
|
25899
|
+
ToolActionIconButton.prototype.hq = function (a) {
|
|
25896
25900
|
return true;
|
|
25897
25901
|
};
|
|
25898
|
-
ToolActionIconButton.prototype.
|
|
25902
|
+
ToolActionIconButton.prototype.i6 = function (a, b) {
|
|
25899
25903
|
this.hh = true;
|
|
25900
|
-
if (this.
|
|
25901
|
-
this.g7.g(this.
|
|
25902
|
-
this.
|
|
25904
|
+
if (this.ia != -1) {
|
|
25905
|
+
this.g7.g(this.ia);
|
|
25906
|
+
this.ia = -1;
|
|
25903
25907
|
}
|
|
25904
25908
|
};
|
|
25905
|
-
ToolActionIconButton.prototype.
|
|
25909
|
+
ToolActionIconButton.prototype.i7 = function (a, b) {
|
|
25906
25910
|
if (!this.hj) {
|
|
25907
|
-
this.
|
|
25911
|
+
this.ia = this.g7.f(igniteuiWebcomponentsCore.runOn(this, this.ix), 50);
|
|
25908
25912
|
}
|
|
25909
25913
|
this.hh = false;
|
|
25910
25914
|
};
|
|
25911
|
-
ToolActionIconButton.prototype.
|
|
25915
|
+
ToolActionIconButton.prototype.i4 = function (a, b) {
|
|
25912
25916
|
this.hj = true;
|
|
25913
25917
|
};
|
|
25914
|
-
ToolActionIconButton.prototype.
|
|
25915
|
-
if (b.b == null && this.
|
|
25918
|
+
ToolActionIconButton.prototype.i5 = function (a, b) {
|
|
25919
|
+
if (b.b == null && this.hr(b)) {
|
|
25916
25920
|
return;
|
|
25917
25921
|
}
|
|
25918
25922
|
if (!this.hc.t(b.b) && !this.ha.t(b.b)) {
|
|
25919
|
-
this.
|
|
25923
|
+
this.ir();
|
|
25920
25924
|
}
|
|
25921
25925
|
};
|
|
25922
|
-
ToolActionIconButton.prototype.
|
|
25926
|
+
ToolActionIconButton.prototype.hr = function (a) {
|
|
25923
25927
|
if (a.a != null) {
|
|
25924
25928
|
var targ_ = a.a;
|
|
25925
25929
|
if ((targ_.disabled !== undefined && targ_.disabled == true)) {
|
|
@@ -25928,21 +25932,21 @@
|
|
|
25928
25932
|
}
|
|
25929
25933
|
return false;
|
|
25930
25934
|
};
|
|
25931
|
-
ToolActionIconButton.prototype.
|
|
25935
|
+
ToolActionIconButton.prototype.i3 = function (a, b) {
|
|
25932
25936
|
if (this.q != null) {
|
|
25933
25937
|
this.q.f0();
|
|
25934
25938
|
}
|
|
25935
25939
|
this.hl = false;
|
|
25936
25940
|
this.he = false;
|
|
25937
|
-
this.
|
|
25941
|
+
this.iu();
|
|
25938
25942
|
};
|
|
25939
|
-
ToolActionIconButton.prototype.
|
|
25943
|
+
ToolActionIconButton.prototype.iz = function (a, b) {
|
|
25940
25944
|
if (this.hl) {
|
|
25941
|
-
if (b.b == null && this.
|
|
25945
|
+
if (b.b == null && this.hr(b)) {
|
|
25942
25946
|
return;
|
|
25943
25947
|
}
|
|
25944
25948
|
if (!this.hc.t(b.b) && !this.ha.t(b.b)) {
|
|
25945
|
-
this.
|
|
25949
|
+
this.ir();
|
|
25946
25950
|
}
|
|
25947
25951
|
}
|
|
25948
25952
|
};
|
|
@@ -25969,7 +25973,7 @@
|
|
|
25969
25973
|
}
|
|
25970
25974
|
break;
|
|
25971
25975
|
case "TooltipDelay":
|
|
25972
|
-
this.
|
|
25976
|
+
this.id = this.ie != -1 ? this.ie : this.q.co;
|
|
25973
25977
|
break;
|
|
25974
25978
|
case "ActualIconWidth":
|
|
25975
25979
|
case "ActualIconHeight":
|
|
@@ -25983,7 +25987,7 @@
|
|
|
25983
25987
|
ToolActionIconButton.prototype.ff = function () {
|
|
25984
25988
|
_super.prototype.ff.call(this);
|
|
25985
25989
|
var a = this.y;
|
|
25986
|
-
this.
|
|
25990
|
+
this.ie = a.tooltipDelay;
|
|
25987
25991
|
if (a.isMenuOpenOnStart) {
|
|
25988
25992
|
this.f2();
|
|
25989
25993
|
}
|
|
@@ -26253,29 +26257,29 @@
|
|
|
26253
26257
|
tslib.__extends(ToolActionIconMenu, _super);
|
|
26254
26258
|
function ToolActionIconMenu() {
|
|
26255
26259
|
var _this = _super.call(this) || this;
|
|
26256
|
-
_this.
|
|
26257
|
-
_this.
|
|
26258
|
-
_this.
|
|
26259
|
-
_this.jf = null;
|
|
26260
|
-
_this.ji = false;
|
|
26261
|
-
_this.jh = null;
|
|
26262
|
-
_this.jj = false;
|
|
26260
|
+
_this.jo = igniteuiWebcomponentsCore.DeviceUtils.g(24);
|
|
26261
|
+
_this.jn = igniteuiWebcomponentsCore.DeviceUtils.g(15);
|
|
26262
|
+
_this.jm = 0;
|
|
26263
26263
|
_this.jg = null;
|
|
26264
|
+
_this.jj = false;
|
|
26265
|
+
_this.ji = null;
|
|
26266
|
+
_this.jk = false;
|
|
26267
|
+
_this.jh = null;
|
|
26264
26268
|
if (igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString("IG_Default", "igDropDownArrow") == null) {
|
|
26265
|
-
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("IG_Default", "igDropDownArrow", ToolActionIconMenu.
|
|
26269
|
+
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("IG_Default", "igDropDownArrow", ToolActionIconMenu.jq);
|
|
26266
26270
|
}
|
|
26267
|
-
_this.
|
|
26271
|
+
_this.jm = _this.jo - _this.jn;
|
|
26268
26272
|
return _this;
|
|
26269
26273
|
}
|
|
26270
26274
|
ToolActionIconMenu.prototype.get_z = function () {
|
|
26271
26275
|
return 8;
|
|
26272
26276
|
};
|
|
26273
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
26277
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "jx", {
|
|
26274
26278
|
get: function () {
|
|
26275
26279
|
return this.cq("ArrowStroke", null);
|
|
26276
26280
|
},
|
|
26277
26281
|
set: function (a) {
|
|
26278
|
-
var b = this.
|
|
26282
|
+
var b = this.jx;
|
|
26279
26283
|
if (b != a) {
|
|
26280
26284
|
this.gd("ArrowStroke", a);
|
|
26281
26285
|
this.fx("ArrowStroke", b, a);
|
|
@@ -26284,12 +26288,12 @@
|
|
|
26284
26288
|
enumerable: false,
|
|
26285
26289
|
configurable: true
|
|
26286
26290
|
});
|
|
26287
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
26291
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "jw", {
|
|
26288
26292
|
get: function () {
|
|
26289
26293
|
return this.cq("ActualArrowStroke", null);
|
|
26290
26294
|
},
|
|
26291
26295
|
set: function (a) {
|
|
26292
|
-
var b = this.
|
|
26296
|
+
var b = this.jw;
|
|
26293
26297
|
if (b != a) {
|
|
26294
26298
|
this.gd("ActualArrowStroke", a);
|
|
26295
26299
|
this.fx("ActualArrowStroke", b, a);
|
|
@@ -26298,12 +26302,12 @@
|
|
|
26298
26302
|
enumerable: false,
|
|
26299
26303
|
configurable: true
|
|
26300
26304
|
});
|
|
26301
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
26305
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "jl", {
|
|
26302
26306
|
get: function () {
|
|
26303
26307
|
return this.cq("ShowArrowIcon", true);
|
|
26304
26308
|
},
|
|
26305
26309
|
set: function (a) {
|
|
26306
|
-
var b = this.
|
|
26310
|
+
var b = this.jl;
|
|
26307
26311
|
if (b != a) {
|
|
26308
26312
|
this.gd("ShowArrowIcon", a);
|
|
26309
26313
|
this.fx("ShowArrowIcon", b, a);
|
|
@@ -26312,28 +26316,28 @@
|
|
|
26312
26316
|
enumerable: false,
|
|
26313
26317
|
configurable: true
|
|
26314
26318
|
});
|
|
26315
|
-
ToolActionIconMenu.prototype.
|
|
26316
|
-
return this.
|
|
26319
|
+
ToolActionIconMenu.prototype.get_hs = function () {
|
|
26320
|
+
return this.jg != null;
|
|
26317
26321
|
};
|
|
26318
|
-
ToolActionIconMenu.prototype.
|
|
26322
|
+
ToolActionIconMenu.prototype.it = function (a, b) {
|
|
26319
26323
|
var _this = this;
|
|
26320
|
-
this.
|
|
26324
|
+
this.jj = false;
|
|
26321
26325
|
if (this.hd.bm > 0) {
|
|
26322
26326
|
while (this.hd.bm > 0) {
|
|
26323
26327
|
this.hd.bq(0);
|
|
26324
26328
|
}
|
|
26325
26329
|
}
|
|
26326
|
-
if (this.
|
|
26327
|
-
this.
|
|
26330
|
+
if (this.jg != null) {
|
|
26331
|
+
this.jg.t = null;
|
|
26328
26332
|
}
|
|
26329
|
-
this.
|
|
26330
|
-
this.
|
|
26331
|
-
this.
|
|
26332
|
-
_this.
|
|
26333
|
+
this.jg = new ToolPanelsPresenter(this.q.v.x(), this.d);
|
|
26334
|
+
this.jg.o = this.s;
|
|
26335
|
+
this.jg.ak(function () {
|
|
26336
|
+
_this.jg.ag(_this, function (c) {
|
|
26333
26337
|
if (_this.ef != null) {
|
|
26334
26338
|
c.ap = _this.ef + "SubPanel";
|
|
26335
26339
|
}
|
|
26336
|
-
_this.
|
|
26340
|
+
_this.jg.al(c);
|
|
26337
26341
|
if (_this.actions.count > 0 && _this.actions._inner[0].gq != null && !igniteuiWebcomponentsCore.BrushUtilCore.a(_this.actions._inner[0].gq)) {
|
|
26338
26342
|
_this.hd.cg = _this.actions._inner[0].gq;
|
|
26339
26343
|
}
|
|
@@ -26341,33 +26345,33 @@
|
|
|
26341
26345
|
_this.hd.cg = _this.q.im;
|
|
26342
26346
|
}
|
|
26343
26347
|
if (a) {
|
|
26344
|
-
_this.d.executeDelayed(function () { return _this.
|
|
26348
|
+
_this.d.executeDelayed(function () { return _this.ja(b); }, 100);
|
|
26345
26349
|
}
|
|
26346
26350
|
});
|
|
26347
|
-
_this.
|
|
26348
|
-
_this.
|
|
26349
|
-
_this.hd.bn(_this.
|
|
26351
|
+
_this.jg.s.a7 = new igniteuiWebcomponentsCore.CornerRadius(0, 8);
|
|
26352
|
+
_this.jg.s.a8 = _this.q.im;
|
|
26353
|
+
_this.hd.bn(_this.jg.s);
|
|
26350
26354
|
});
|
|
26351
|
-
this.
|
|
26355
|
+
this.jg.t = igniteuiWebcomponentsCore.runOn(this, this.jt);
|
|
26352
26356
|
};
|
|
26353
26357
|
ToolActionIconMenu.prototype.fn = function () {
|
|
26354
26358
|
_super.prototype.fn.call(this);
|
|
26355
|
-
this.
|
|
26359
|
+
this.jj = true;
|
|
26356
26360
|
};
|
|
26357
|
-
ToolActionIconMenu.prototype.
|
|
26358
|
-
if (this.
|
|
26359
|
-
this.
|
|
26361
|
+
ToolActionIconMenu.prototype.iv = function () {
|
|
26362
|
+
if (this.jg != null) {
|
|
26363
|
+
this.jg.ao();
|
|
26360
26364
|
}
|
|
26361
26365
|
};
|
|
26362
|
-
ToolActionIconMenu.prototype.
|
|
26363
|
-
if (this.
|
|
26364
|
-
this.
|
|
26366
|
+
ToolActionIconMenu.prototype.iu = function () {
|
|
26367
|
+
if (this.jg != null) {
|
|
26368
|
+
this.jg.ay();
|
|
26365
26369
|
this.hd.cc();
|
|
26366
26370
|
}
|
|
26367
26371
|
};
|
|
26368
|
-
ToolActionIconMenu.prototype.
|
|
26369
|
-
if (this.
|
|
26370
|
-
this.
|
|
26372
|
+
ToolActionIconMenu.prototype.iw = function () {
|
|
26373
|
+
if (this.jg != null) {
|
|
26374
|
+
this.jg.az(this.s, this.q);
|
|
26371
26375
|
if (this.actions.count > 0 && this.actions._inner[0].gq != null && !igniteuiWebcomponentsCore.BrushUtilCore.a(this.actions._inner[0].gq)) {
|
|
26372
26376
|
this.hd.cg = this.actions._inner[0].gq;
|
|
26373
26377
|
}
|
|
@@ -26384,89 +26388,86 @@
|
|
|
26384
26388
|
this.ha.bp = this.ai(this.u);
|
|
26385
26389
|
}
|
|
26386
26390
|
if (this.hb != null) {
|
|
26387
|
-
this.
|
|
26391
|
+
this.jd(this.hb);
|
|
26388
26392
|
}
|
|
26389
26393
|
};
|
|
26390
26394
|
ToolActionIconMenu.prototype.ff = function () {
|
|
26391
26395
|
_super.prototype.ff.call(this);
|
|
26392
26396
|
var a = this.y;
|
|
26393
|
-
this.
|
|
26397
|
+
this.jl = a.showArrowIcon;
|
|
26394
26398
|
};
|
|
26395
26399
|
ToolActionIconMenu.prototype.go = function () {
|
|
26396
26400
|
_super.prototype.go.call(this);
|
|
26397
|
-
this.
|
|
26398
|
-
var a = this.
|
|
26399
|
-
var b = this.
|
|
26400
|
-
var c = this.
|
|
26401
|
-
var d = this.
|
|
26401
|
+
this.jw = this.jx != null ? this.jx : this.q.ik;
|
|
26402
|
+
var a = this.jl ? igniteuiWebcomponentsCore.DeviceUtils.g(8) : 0;
|
|
26403
|
+
var b = this.jl ? igniteuiWebcomponentsCore.DeviceUtils.g(4) : 0;
|
|
26404
|
+
var c = this.jl ? igniteuiWebcomponentsCore.DeviceUtils.g(5) : 0;
|
|
26405
|
+
var d = this.jl ? igniteuiWebcomponentsCore.DeviceUtils.g(5) : 0;
|
|
26402
26406
|
switch (this.s) {
|
|
26403
26407
|
case 6:
|
|
26404
26408
|
case 5:
|
|
26405
26409
|
case 4:
|
|
26406
26410
|
case 3:
|
|
26407
|
-
this.
|
|
26408
|
-
this.
|
|
26409
|
-
this.
|
|
26410
|
-
this.
|
|
26411
|
+
this.h3 = !igniteuiWebcomponentsCore.isNaN_(this.h7) ? this.h7 : a;
|
|
26412
|
+
this.h4 = !igniteuiWebcomponentsCore.isNaN_(this.h8) ? this.h8 : b;
|
|
26413
|
+
this.h5 = !igniteuiWebcomponentsCore.isNaN_(this.h9) ? this.h9 : c;
|
|
26414
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : d;
|
|
26411
26415
|
break;
|
|
26412
26416
|
default:
|
|
26413
|
-
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : 0;
|
|
26414
26417
|
this.h3 = !igniteuiWebcomponentsCore.isNaN_(this.h7) ? this.h7 : 0;
|
|
26415
26418
|
this.h4 = !igniteuiWebcomponentsCore.isNaN_(this.h8) ? this.h8 : 0;
|
|
26416
|
-
this.
|
|
26419
|
+
this.h5 = !igniteuiWebcomponentsCore.isNaN_(this.h9) ? this.h9 : 0;
|
|
26420
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : 0;
|
|
26417
26421
|
break;
|
|
26418
26422
|
}
|
|
26419
|
-
|
|
26420
|
-
|
|
26421
|
-
this.bu = !igniteuiWebcomponentsCore.isNaN_(this.cd) ? this.cd : f;
|
|
26422
|
-
this.bt = !igniteuiWebcomponentsCore.isNaN_(this.b7) ? this.b7 : f;
|
|
26423
|
-
if (this.jh != null) {
|
|
26424
|
-
this.jh.bc = this.jv;
|
|
26423
|
+
if (this.ji != null) {
|
|
26424
|
+
this.ji.bc = this.jw;
|
|
26425
26425
|
}
|
|
26426
|
-
if (this.
|
|
26427
|
-
this.
|
|
26426
|
+
if (this.jh != null) {
|
|
26427
|
+
this.jh.cd(0, 1, this.bu);
|
|
26428
26428
|
}
|
|
26429
26429
|
};
|
|
26430
|
-
ToolActionIconMenu.prototype.
|
|
26431
|
-
if (this.
|
|
26432
|
-
this.
|
|
26430
|
+
ToolActionIconMenu.prototype.jf = function () {
|
|
26431
|
+
if (this.jj) {
|
|
26432
|
+
this.is();
|
|
26433
26433
|
}
|
|
26434
|
-
return this.
|
|
26434
|
+
return this.jg.a4();
|
|
26435
26435
|
};
|
|
26436
|
-
ToolActionIconMenu.prototype.
|
|
26436
|
+
ToolActionIconMenu.prototype.ja = function (a) {
|
|
26437
26437
|
if (a === void 0) {
|
|
26438
26438
|
a = false;
|
|
26439
26439
|
}
|
|
26440
|
-
if (this.
|
|
26441
|
-
this.
|
|
26440
|
+
if (this.jg != null) {
|
|
26441
|
+
this.jg.ay();
|
|
26442
26442
|
}
|
|
26443
|
-
_super.prototype.
|
|
26443
|
+
_super.prototype.ja.call(this, a);
|
|
26444
26444
|
};
|
|
26445
26445
|
ToolActionIconMenu.prototype.b0 = function (a, b) {
|
|
26446
|
-
if (!this.
|
|
26446
|
+
if (!this.jl) {
|
|
26447
26447
|
return _super.prototype.b0.call(this, a, b);
|
|
26448
26448
|
}
|
|
26449
26449
|
var c = 0;
|
|
26450
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.h2)) {
|
|
26451
|
-
c = c + this.h2;
|
|
26452
|
-
}
|
|
26453
26450
|
if (!igniteuiWebcomponentsCore.isNaN_(this.h3)) {
|
|
26454
26451
|
c = c + this.h3;
|
|
26455
26452
|
}
|
|
26456
|
-
|
|
26453
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.h4)) {
|
|
26454
|
+
c = c + this.h4;
|
|
26455
|
+
}
|
|
26456
|
+
return Math.max(igniteuiWebcomponentsCore.DeviceUtils.g(36), this.bu + this.jm + c);
|
|
26457
26457
|
};
|
|
26458
|
-
ToolActionIconMenu.prototype.
|
|
26458
|
+
ToolActionIconMenu.prototype.jv = function (a, b, c, d, e, f, g) {
|
|
26459
|
+
this.ho = true;
|
|
26459
26460
|
if (g) {
|
|
26460
26461
|
a.b8(2);
|
|
26461
26462
|
a.b8(1);
|
|
26462
26463
|
if (a.bm == 0) {
|
|
26463
26464
|
c.b2(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bu));
|
|
26464
|
-
c.b2(1, 1, this.
|
|
26465
|
+
c.b2(1, 1, this.jm);
|
|
26465
26466
|
c.bn(d);
|
|
26466
26467
|
c.bn(e);
|
|
26467
26468
|
c.ca(d, 0);
|
|
26468
26469
|
c.ca(e, 1);
|
|
26469
|
-
this.
|
|
26470
|
+
this.jh = c;
|
|
26470
26471
|
b.bo = c;
|
|
26471
26472
|
a.bn(b);
|
|
26472
26473
|
}
|
|
@@ -26478,22 +26479,22 @@
|
|
|
26478
26479
|
else {
|
|
26479
26480
|
b.bp = this.ai(this.u);
|
|
26480
26481
|
}
|
|
26481
|
-
c.bi = new igniteuiWebcomponentsCore.Thickness(1, this.
|
|
26482
|
+
c.bi = new igniteuiWebcomponentsCore.Thickness(1, this.h3, this.h5, this.h4, this.h2);
|
|
26482
26483
|
b.bn = 4;
|
|
26483
26484
|
b.bu = true;
|
|
26484
26485
|
b.f = 1;
|
|
26485
|
-
var h = this.bu + this.
|
|
26486
|
-
if (this.
|
|
26487
|
-
h = h + this.
|
|
26486
|
+
var h = this.bu + this.h3 + this.h4;
|
|
26487
|
+
if (this.jl) {
|
|
26488
|
+
h = h + this.jo - this.jn;
|
|
26488
26489
|
}
|
|
26489
26490
|
b.bx = h;
|
|
26490
26491
|
b.bz = new igniteuiWebcomponentsCore.CornerRadius(0, 18);
|
|
26491
|
-
this.
|
|
26492
|
+
this.jd(d);
|
|
26492
26493
|
d.h = 1;
|
|
26493
|
-
e.ae = this.
|
|
26494
|
-
e.y = this.
|
|
26494
|
+
e.ae = this.jo;
|
|
26495
|
+
e.y = this.jo;
|
|
26495
26496
|
e.h = 1;
|
|
26496
|
-
e.bh = new igniteuiWebcomponentsCore.Thickness(1, -this.
|
|
26497
|
+
e.bh = new igniteuiWebcomponentsCore.Thickness(1, -this.jn, 0, 0, 0);
|
|
26497
26498
|
e.br = "igDropDownArrow";
|
|
26498
26499
|
e.bq = "IG_Default";
|
|
26499
26500
|
e.bb = igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0);
|
|
@@ -26511,14 +26512,14 @@
|
|
|
26511
26512
|
d.bc = this.gv;
|
|
26512
26513
|
d.ae = this.bu;
|
|
26513
26514
|
d.y = this.bt;
|
|
26514
|
-
e.bc = this.
|
|
26515
|
+
e.bc = this.jw;
|
|
26515
26516
|
b.c = this.s;
|
|
26516
|
-
b.bm = igniteuiWebcomponentsCore.runOn(this, this.
|
|
26517
|
-
b.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
26518
|
-
b.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
26519
|
-
b.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
26517
|
+
b.bm = igniteuiWebcomponentsCore.runOn(this, this.iy);
|
|
26518
|
+
b.q = igniteuiWebcomponentsCore.runOn(this, this.i0);
|
|
26519
|
+
b.s = igniteuiWebcomponentsCore.runOn(this, this.i1);
|
|
26520
|
+
b.o = igniteuiWebcomponentsCore.runOn(this, this.iz);
|
|
26520
26521
|
if (this.ha != b) {
|
|
26521
|
-
if (this.ha != null && this.ha.bm == igniteuiWebcomponentsCore.runOn(this, this.
|
|
26522
|
+
if (this.ha != null && this.ha.bm == igniteuiWebcomponentsCore.runOn(this, this.iy)) {
|
|
26522
26523
|
this.ha.bm = null;
|
|
26523
26524
|
this.ha.q = null;
|
|
26524
26525
|
this.ha.s = null;
|
|
@@ -26529,25 +26530,26 @@
|
|
|
26529
26530
|
if (this.hb != d) {
|
|
26530
26531
|
this.hb = d;
|
|
26531
26532
|
}
|
|
26532
|
-
if (this.
|
|
26533
|
-
this.
|
|
26533
|
+
if (this.ji != e) {
|
|
26534
|
+
this.ji = e;
|
|
26534
26535
|
}
|
|
26535
|
-
this.
|
|
26536
|
+
this.ju();
|
|
26537
|
+
this.ho = false;
|
|
26536
26538
|
};
|
|
26537
26539
|
ToolActionIconMenu.prototype.f1 = function (a, b, c) {
|
|
26538
26540
|
var _this = this;
|
|
26539
|
-
if (this.
|
|
26541
|
+
if (this.jk) {
|
|
26540
26542
|
return;
|
|
26541
26543
|
}
|
|
26542
26544
|
var d = b.b;
|
|
26543
26545
|
if (d.bs == null || d.ao == null || igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.ToolActionType_$type, d.ao) != this.z || a.bm == 0) {
|
|
26544
26546
|
var e = [1, 7, 11, 11, 12];
|
|
26545
26547
|
var f = [this.aj(1), this.aj(7), this.aj(11), this.aj(11), this.aj(12)];
|
|
26546
|
-
this.
|
|
26548
|
+
this.jk = true;
|
|
26547
26549
|
igniteuiWebcomponentsCore.NativeUIComponent.av(this.q.v.x(), e, f, function (g) {
|
|
26548
|
-
_this.
|
|
26549
|
-
_this.
|
|
26550
|
-
_this.
|
|
26550
|
+
_this.jv(a, g[0], g[1], g[2], g[3], c, true);
|
|
26551
|
+
_this.je(a, g[4]);
|
|
26552
|
+
_this.jk = false;
|
|
26551
26553
|
});
|
|
26552
26554
|
d.ao = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ToolActionType_$type, this.z);
|
|
26553
26555
|
}
|
|
@@ -26557,11 +26559,11 @@
|
|
|
26557
26559
|
var i = h.bl(0);
|
|
26558
26560
|
var j = h.bl(1);
|
|
26559
26561
|
var k = a.bl(1);
|
|
26560
|
-
this.
|
|
26561
|
-
this.
|
|
26562
|
+
this.jv(a, g, h, i, j, c, false);
|
|
26563
|
+
this.je(a, k);
|
|
26562
26564
|
}
|
|
26563
26565
|
};
|
|
26564
|
-
ToolActionIconMenu.prototype.
|
|
26566
|
+
ToolActionIconMenu.prototype.jt = function (a) {
|
|
26565
26567
|
this.f9(a.a, a.b);
|
|
26566
26568
|
if (a.b) {
|
|
26567
26569
|
this.e4();
|
|
@@ -26571,40 +26573,41 @@
|
|
|
26571
26573
|
_super.prototype.f5.call(this, a, b, c);
|
|
26572
26574
|
switch (a) {
|
|
26573
26575
|
case "ShowArrowIcon":
|
|
26574
|
-
this.
|
|
26576
|
+
this.ju();
|
|
26575
26577
|
break;
|
|
26576
26578
|
}
|
|
26577
26579
|
};
|
|
26578
|
-
ToolActionIconMenu.prototype.
|
|
26579
|
-
if (this.ha == null || this.hb == null || this.
|
|
26580
|
+
ToolActionIconMenu.prototype.ju = function () {
|
|
26581
|
+
if (this.ha == null || this.hb == null || this.ji == null) {
|
|
26580
26582
|
return;
|
|
26581
26583
|
}
|
|
26582
|
-
if (this.
|
|
26584
|
+
if (this.jl) {
|
|
26583
26585
|
var a = this.ha.bo;
|
|
26584
26586
|
if (a.bx == 2) {
|
|
26585
26587
|
a.cd(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bu));
|
|
26586
|
-
a.cd(1, 1, this.
|
|
26588
|
+
a.cd(1, 1, this.jm);
|
|
26587
26589
|
}
|
|
26588
26590
|
else {
|
|
26589
26591
|
a.b2(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bu));
|
|
26590
|
-
a.b2(1, 1, this.
|
|
26592
|
+
a.b2(1, 1, this.jm);
|
|
26591
26593
|
}
|
|
26592
26594
|
a.ca(this.hb, 0);
|
|
26593
|
-
a.ca(this.
|
|
26594
|
-
this.
|
|
26595
|
+
a.ca(this.ji, 1);
|
|
26596
|
+
this.ji.bj = 0;
|
|
26595
26597
|
}
|
|
26596
26598
|
else {
|
|
26597
26599
|
var b = this.ha.bo;
|
|
26598
26600
|
b.cd(1, 1, igniteuiWebcomponentsCore.DeviceUtils.g(0));
|
|
26599
|
-
this.
|
|
26601
|
+
this.ji.bj = 1;
|
|
26600
26602
|
}
|
|
26603
|
+
this.go();
|
|
26601
26604
|
};
|
|
26602
26605
|
ToolActionIconMenu.prototype.e1 = function (a, b) {
|
|
26603
26606
|
_super.prototype.e1.call(this, a, b);
|
|
26604
26607
|
switch (b) {
|
|
26605
26608
|
case "Visibility":
|
|
26606
|
-
if (this.
|
|
26607
|
-
this.
|
|
26609
|
+
if (this.jg != null) {
|
|
26610
|
+
this.jg.ax();
|
|
26608
26611
|
}
|
|
26609
26612
|
break;
|
|
26610
26613
|
}
|
|
@@ -26613,17 +26616,17 @@
|
|
|
26613
26616
|
_super.prototype.f3.call(this, a);
|
|
26614
26617
|
if (a.z == 8) {
|
|
26615
26618
|
var b = a;
|
|
26616
|
-
if (this.
|
|
26617
|
-
this.
|
|
26619
|
+
if (this.jl != b.jl) {
|
|
26620
|
+
this.jl = b.jl;
|
|
26618
26621
|
}
|
|
26619
|
-
if (this.
|
|
26620
|
-
this.
|
|
26622
|
+
if (this.jx != b.jx) {
|
|
26623
|
+
this.jx = b.jx;
|
|
26621
26624
|
}
|
|
26622
26625
|
}
|
|
26623
26626
|
};
|
|
26624
26627
|
ToolActionIconMenu.prototype.e = function () {
|
|
26625
26628
|
if (this.hd.b6) {
|
|
26626
|
-
return this.
|
|
26629
|
+
return this.jg.k().a;
|
|
26627
26630
|
}
|
|
26628
26631
|
return null;
|
|
26629
26632
|
};
|
|
@@ -26639,23 +26642,23 @@
|
|
|
26639
26642
|
if (this.hb != null) {
|
|
26640
26643
|
a.b = this.hb.af();
|
|
26641
26644
|
}
|
|
26642
|
-
if (this.
|
|
26643
|
-
a.j = this.
|
|
26645
|
+
if (this.ji != null) {
|
|
26646
|
+
a.j = this.ji.af();
|
|
26644
26647
|
}
|
|
26645
26648
|
return a;
|
|
26646
26649
|
};
|
|
26647
26650
|
ToolActionIconMenu.prototype.hn = function () {
|
|
26648
26651
|
return this.q.ay && this.actions.count > 0;
|
|
26649
26652
|
};
|
|
26650
|
-
ToolActionIconMenu.prototype.
|
|
26653
|
+
ToolActionIconMenu.prototype.hq = function (a) {
|
|
26651
26654
|
if (this.q.cp < 0 || a < this.q.cp) {
|
|
26652
|
-
this.
|
|
26655
|
+
this.jb();
|
|
26653
26656
|
return false;
|
|
26654
26657
|
}
|
|
26655
26658
|
return true;
|
|
26656
26659
|
};
|
|
26657
26660
|
ToolActionIconMenu.$t = igniteuiWebcomponentsCore.markType(ToolActionIconMenu, 'ToolActionIconMenu', ToolActionIconButton.$);
|
|
26658
|
-
ToolActionIconMenu.
|
|
26661
|
+
ToolActionIconMenu.jq = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n" + "<path d=\"M20 11.1205L16.2166 14.8795L12.4575 11.1205\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n" + "</svg>\r\n";
|
|
26659
26662
|
return ToolActionIconMenu;
|
|
26660
26663
|
}(ToolActionIconButton));
|
|
26661
26664
|
/**
|
|
@@ -31922,13 +31925,6 @@
|
|
|
31922
31925
|
return IgcToolActionPerformedEventArgs;
|
|
31923
31926
|
}());
|
|
31924
31927
|
|
|
31925
|
-
/*
|
|
31926
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
31927
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
31928
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
31929
|
-
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.
|
|
31930
|
-
*/
|
|
31931
|
-
|
|
31932
31928
|
/**
|
|
31933
31929
|
* Represents base class for all tool actions in toolbar
|
|
31934
31930
|
*/
|
|
@@ -31993,6 +31989,70 @@
|
|
|
31993
31989
|
};
|
|
31994
31990
|
IgcToolActionComponent.prototype.onImplementationCreated = function () {
|
|
31995
31991
|
};
|
|
31992
|
+
IgcToolActionComponent.prototype._initializeAdapters = function () {
|
|
31993
|
+
var _this = this;
|
|
31994
|
+
if (!this.__observingChildren) {
|
|
31995
|
+
this.__observingChildren = true;
|
|
31996
|
+
var mut = new MutationObserver(function (list) {
|
|
31997
|
+
var e_1, _b;
|
|
31998
|
+
try {
|
|
31999
|
+
for (var list_1 = tslib.__values(list), list_1_1 = list_1.next(); !list_1_1.done; list_1_1 = list_1.next()) {
|
|
32000
|
+
var mutation = list_1_1.value;
|
|
32001
|
+
if (mutation.type == 'childList') {
|
|
32002
|
+
if (_this.updateContentChildren) {
|
|
32003
|
+
_this.updateContentChildren();
|
|
32004
|
+
}
|
|
32005
|
+
else if (_this._initializeAdapters) {
|
|
32006
|
+
_this.initializeAdapters();
|
|
32007
|
+
}
|
|
32008
|
+
}
|
|
32009
|
+
}
|
|
32010
|
+
}
|
|
32011
|
+
catch (e_1_1) {
|
|
32012
|
+
e_1 = { error: e_1_1 };
|
|
32013
|
+
}
|
|
32014
|
+
finally {
|
|
32015
|
+
try {
|
|
32016
|
+
if (list_1_1 && !list_1_1.done && (_b = list_1.return))
|
|
32017
|
+
_b.call(list_1);
|
|
32018
|
+
}
|
|
32019
|
+
finally {
|
|
32020
|
+
if (e_1)
|
|
32021
|
+
throw e_1.error;
|
|
32022
|
+
}
|
|
32023
|
+
}
|
|
32024
|
+
});
|
|
32025
|
+
mut.observe(this, {
|
|
32026
|
+
childList: true
|
|
32027
|
+
});
|
|
32028
|
+
}
|
|
32029
|
+
this._actionsAdapter = new igniteuiWebcomponentsCore.CollectionAdapter(this.contentActions, this.i.actions, this.actualActions, function (c) { return c.i; }, function (i) {
|
|
32030
|
+
if (_this._initializeElement) {
|
|
32031
|
+
_this._initializeElement(i);
|
|
32032
|
+
}
|
|
32033
|
+
}, function (i) {
|
|
32034
|
+
if (_this._destroyElement) {
|
|
32035
|
+
_this._destroyElement(i);
|
|
32036
|
+
}
|
|
32037
|
+
});
|
|
32038
|
+
if (_super.prototype["_initializeAdapters"]) {
|
|
32039
|
+
_super.prototype["_initializeAdapters"].call(this);
|
|
32040
|
+
}
|
|
32041
|
+
};
|
|
32042
|
+
IgcToolActionComponent.prototype._updateAdapters = function () {
|
|
32043
|
+
if (_super.prototype["_updateAdapters"]) {
|
|
32044
|
+
_super.prototype["_updateAdapters"].call(this);
|
|
32045
|
+
}
|
|
32046
|
+
this.contentActions.length = 0;
|
|
32047
|
+
for (var i = 0; i < this.children.length; i++) {
|
|
32048
|
+
if (this.children[i] instanceof IgcToolActionComponent) {
|
|
32049
|
+
this.contentActions.push(this.children[i]);
|
|
32050
|
+
}
|
|
32051
|
+
}
|
|
32052
|
+
if (this._actionsAdapter != null) {
|
|
32053
|
+
this._actionsAdapter.notifyContentChanged();
|
|
32054
|
+
}
|
|
32055
|
+
};
|
|
31996
32056
|
IgcToolActionComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
31997
32057
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
31998
32058
|
};
|
|
@@ -32028,6 +32088,12 @@
|
|
|
32028
32088
|
if (this.i.connectedCallback) {
|
|
32029
32089
|
this.i.connectedCallback();
|
|
32030
32090
|
}
|
|
32091
|
+
if (this.updateContentChildren) {
|
|
32092
|
+
this.updateContentChildren();
|
|
32093
|
+
}
|
|
32094
|
+
else if (this._updateAdapters) {
|
|
32095
|
+
this._updateAdapters();
|
|
32096
|
+
}
|
|
32031
32097
|
if (!this._attached) {
|
|
32032
32098
|
this._attached = true;
|
|
32033
32099
|
this._flushQueuedAttributes();
|
|
@@ -32117,37 +32183,57 @@
|
|
|
32117
32183
|
enumerable: false,
|
|
32118
32184
|
configurable: true
|
|
32119
32185
|
});
|
|
32186
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "actualActions", {
|
|
32187
|
+
get: function () {
|
|
32188
|
+
if (!this._actualActions) {
|
|
32189
|
+
this._actualActions = [];
|
|
32190
|
+
}
|
|
32191
|
+
return this._actualActions;
|
|
32192
|
+
},
|
|
32193
|
+
enumerable: false,
|
|
32194
|
+
configurable: true
|
|
32195
|
+
});
|
|
32196
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "contentActions", {
|
|
32197
|
+
get: function () {
|
|
32198
|
+
if (!this._contentActions) {
|
|
32199
|
+
this._contentActions = [];
|
|
32200
|
+
}
|
|
32201
|
+
return this._contentActions;
|
|
32202
|
+
},
|
|
32203
|
+
enumerable: false,
|
|
32204
|
+
configurable: true
|
|
32205
|
+
});
|
|
32120
32206
|
Object.defineProperty(IgcToolActionComponent.prototype, "actions", {
|
|
32121
32207
|
/**
|
|
32122
32208
|
* Gets the sub actions associated with this tool action.
|
|
32123
32209
|
*/
|
|
32124
32210
|
get: function () {
|
|
32211
|
+
var _this = this;
|
|
32125
32212
|
if (this._actions === null) {
|
|
32126
32213
|
var coll = new IgcToolActionCollection();
|
|
32127
|
-
var
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
|
|
32131
|
-
|
|
32214
|
+
var inner = coll._innerColl;
|
|
32215
|
+
this._actions = coll;
|
|
32216
|
+
inner.addListener(function (sender, e) {
|
|
32217
|
+
switch (e.action) {
|
|
32218
|
+
case igniteuiWebcomponentsCore.NotifyCollectionChangedAction.Add:
|
|
32219
|
+
_this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
32220
|
+
break;
|
|
32221
|
+
case igniteuiWebcomponentsCore.NotifyCollectionChangedAction.Remove:
|
|
32222
|
+
_this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
32223
|
+
break;
|
|
32224
|
+
case igniteuiWebcomponentsCore.NotifyCollectionChangedAction.Replace:
|
|
32225
|
+
_this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
32226
|
+
_this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
32227
|
+
break;
|
|
32228
|
+
case igniteuiWebcomponentsCore.NotifyCollectionChangedAction.Reset:
|
|
32229
|
+
_this._actionsAdapter.clearManualItems();
|
|
32230
|
+
break;
|
|
32231
|
+
}
|
|
32232
|
+
});
|
|
32233
|
+
;
|
|
32132
32234
|
}
|
|
32133
32235
|
return this._actions;
|
|
32134
32236
|
},
|
|
32135
|
-
set: function (v) {
|
|
32136
|
-
if (this._actions !== null) {
|
|
32137
|
-
this._actions._setSyncTarget(null);
|
|
32138
|
-
this._actions = null;
|
|
32139
|
-
}
|
|
32140
|
-
var coll = new IgcToolActionCollection();
|
|
32141
|
-
this._actions = coll._fromOuter(v);
|
|
32142
|
-
var syncColl = new igniteuiWebcomponentsCore.SyncableObservableCollection$1(ToolAction.$type);
|
|
32143
|
-
var innerColl = this.i.actions;
|
|
32144
|
-
if (!innerColl) {
|
|
32145
|
-
innerColl = new ToolActionCollection();
|
|
32146
|
-
}
|
|
32147
|
-
syncColl._inner = innerColl;
|
|
32148
|
-
syncColl.clear();
|
|
32149
|
-
this._actions._setSyncTarget(syncColl);
|
|
32150
|
-
},
|
|
32151
32237
|
enumerable: false,
|
|
32152
32238
|
configurable: true
|
|
32153
32239
|
});
|
|
@@ -33171,6 +33257,12 @@
|
|
|
33171
33257
|
if (this.i.connectedCallback) {
|
|
33172
33258
|
this.i.connectedCallback();
|
|
33173
33259
|
}
|
|
33260
|
+
if (this.updateContentChildren) {
|
|
33261
|
+
this.updateContentChildren();
|
|
33262
|
+
}
|
|
33263
|
+
else if (this._updateAdapters) {
|
|
33264
|
+
this._updateAdapters();
|
|
33265
|
+
}
|
|
33174
33266
|
if (!this._attached) {
|
|
33175
33267
|
this._attached = true;
|
|
33176
33268
|
this._flushQueuedAttributes();
|
|
@@ -33262,6 +33354,12 @@
|
|
|
33262
33354
|
if (this.i.connectedCallback) {
|
|
33263
33355
|
this.i.connectedCallback();
|
|
33264
33356
|
}
|
|
33357
|
+
if (this.updateContentChildren) {
|
|
33358
|
+
this.updateContentChildren();
|
|
33359
|
+
}
|
|
33360
|
+
else if (this._updateAdapters) {
|
|
33361
|
+
this._updateAdapters();
|
|
33362
|
+
}
|
|
33265
33363
|
if (!this._attached) {
|
|
33266
33364
|
this._attached = true;
|
|
33267
33365
|
this._flushQueuedAttributes();
|
|
@@ -33613,6 +33711,12 @@
|
|
|
33613
33711
|
if (this.i.connectedCallback) {
|
|
33614
33712
|
this.i.connectedCallback();
|
|
33615
33713
|
}
|
|
33714
|
+
if (this.updateContentChildren) {
|
|
33715
|
+
this.updateContentChildren();
|
|
33716
|
+
}
|
|
33717
|
+
else if (this._updateAdapters) {
|
|
33718
|
+
this._updateAdapters();
|
|
33719
|
+
}
|
|
33616
33720
|
if (!this._attached) {
|
|
33617
33721
|
this._attached = true;
|
|
33618
33722
|
this._flushQueuedAttributes();
|
|
@@ -33834,6 +33938,12 @@
|
|
|
33834
33938
|
if (this.i.connectedCallback) {
|
|
33835
33939
|
this.i.connectedCallback();
|
|
33836
33940
|
}
|
|
33941
|
+
if (this.updateContentChildren) {
|
|
33942
|
+
this.updateContentChildren();
|
|
33943
|
+
}
|
|
33944
|
+
else if (this._updateAdapters) {
|
|
33945
|
+
this._updateAdapters();
|
|
33946
|
+
}
|
|
33837
33947
|
if (!this._attached) {
|
|
33838
33948
|
this._attached = true;
|
|
33839
33949
|
this._flushQueuedAttributes();
|
|
@@ -33953,6 +34063,12 @@
|
|
|
33953
34063
|
if (this.i.connectedCallback) {
|
|
33954
34064
|
this.i.connectedCallback();
|
|
33955
34065
|
}
|
|
34066
|
+
if (this.updateContentChildren) {
|
|
34067
|
+
this.updateContentChildren();
|
|
34068
|
+
}
|
|
34069
|
+
else if (this._updateAdapters) {
|
|
34070
|
+
this._updateAdapters();
|
|
34071
|
+
}
|
|
33956
34072
|
if (!this._attached) {
|
|
33957
34073
|
this._attached = true;
|
|
33958
34074
|
this._flushQueuedAttributes();
|
|
@@ -34134,6 +34250,12 @@
|
|
|
34134
34250
|
if (this.i.connectedCallback) {
|
|
34135
34251
|
this.i.connectedCallback();
|
|
34136
34252
|
}
|
|
34253
|
+
if (this.updateContentChildren) {
|
|
34254
|
+
this.updateContentChildren();
|
|
34255
|
+
}
|
|
34256
|
+
else if (this._updateAdapters) {
|
|
34257
|
+
this._updateAdapters();
|
|
34258
|
+
}
|
|
34137
34259
|
if (!this._attached) {
|
|
34138
34260
|
this._attached = true;
|
|
34139
34261
|
this._flushQueuedAttributes();
|
|
@@ -34175,11 +34297,11 @@
|
|
|
34175
34297
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
34176
34298
|
*/
|
|
34177
34299
|
get: function () {
|
|
34178
|
-
return this.i.
|
|
34300
|
+
return this.i.ie;
|
|
34179
34301
|
},
|
|
34180
34302
|
set: function (v) {
|
|
34181
|
-
this.i.
|
|
34182
|
-
this._a("tooltipDelay", this.i.
|
|
34303
|
+
this.i.ie = +v;
|
|
34304
|
+
this._a("tooltipDelay", this.i.ie);
|
|
34183
34305
|
},
|
|
34184
34306
|
enumerable: false,
|
|
34185
34307
|
configurable: true
|
|
@@ -34189,99 +34311,99 @@
|
|
|
34189
34311
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
34190
34312
|
*/
|
|
34191
34313
|
get: function () {
|
|
34192
|
-
return this.i.
|
|
34314
|
+
return this.i.id;
|
|
34193
34315
|
},
|
|
34194
34316
|
set: function (v) {
|
|
34195
|
-
this.i.
|
|
34196
|
-
this._a("actualTooltipDelay", this.i.
|
|
34317
|
+
this.i.id = +v;
|
|
34318
|
+
this._a("actualTooltipDelay", this.i.id);
|
|
34197
34319
|
},
|
|
34198
34320
|
enumerable: false,
|
|
34199
34321
|
configurable: true
|
|
34200
34322
|
});
|
|
34201
34323
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingLeft", {
|
|
34202
34324
|
get: function () {
|
|
34203
|
-
return this.i.
|
|
34325
|
+
return this.i.h7;
|
|
34204
34326
|
},
|
|
34205
34327
|
set: function (v) {
|
|
34206
|
-
this.i.
|
|
34207
|
-
this._a("contentPaddingLeft", this.i.
|
|
34328
|
+
this.i.h7 = +v;
|
|
34329
|
+
this._a("contentPaddingLeft", this.i.h7);
|
|
34208
34330
|
},
|
|
34209
34331
|
enumerable: false,
|
|
34210
34332
|
configurable: true
|
|
34211
34333
|
});
|
|
34212
34334
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingLeft", {
|
|
34213
34335
|
get: function () {
|
|
34214
|
-
return this.i.
|
|
34336
|
+
return this.i.h3;
|
|
34215
34337
|
},
|
|
34216
34338
|
set: function (v) {
|
|
34217
|
-
this.i.
|
|
34218
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
34339
|
+
this.i.h3 = +v;
|
|
34340
|
+
this._a("actualContentPaddingLeft", this.i.h3);
|
|
34219
34341
|
},
|
|
34220
34342
|
enumerable: false,
|
|
34221
34343
|
configurable: true
|
|
34222
34344
|
});
|
|
34223
34345
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingTop", {
|
|
34224
34346
|
get: function () {
|
|
34225
|
-
return this.i.
|
|
34347
|
+
return this.i.h9;
|
|
34226
34348
|
},
|
|
34227
34349
|
set: function (v) {
|
|
34228
|
-
this.i.
|
|
34229
|
-
this._a("contentPaddingTop", this.i.
|
|
34350
|
+
this.i.h9 = +v;
|
|
34351
|
+
this._a("contentPaddingTop", this.i.h9);
|
|
34230
34352
|
},
|
|
34231
34353
|
enumerable: false,
|
|
34232
34354
|
configurable: true
|
|
34233
34355
|
});
|
|
34234
34356
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingTop", {
|
|
34235
34357
|
get: function () {
|
|
34236
|
-
return this.i.
|
|
34358
|
+
return this.i.h5;
|
|
34237
34359
|
},
|
|
34238
34360
|
set: function (v) {
|
|
34239
|
-
this.i.
|
|
34240
|
-
this._a("actualContentPaddingTop", this.i.
|
|
34361
|
+
this.i.h5 = +v;
|
|
34362
|
+
this._a("actualContentPaddingTop", this.i.h5);
|
|
34241
34363
|
},
|
|
34242
34364
|
enumerable: false,
|
|
34243
34365
|
configurable: true
|
|
34244
34366
|
});
|
|
34245
34367
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingRight", {
|
|
34246
34368
|
get: function () {
|
|
34247
|
-
return this.i.
|
|
34369
|
+
return this.i.h8;
|
|
34248
34370
|
},
|
|
34249
34371
|
set: function (v) {
|
|
34250
|
-
this.i.
|
|
34251
|
-
this._a("contentPaddingRight", this.i.
|
|
34372
|
+
this.i.h8 = +v;
|
|
34373
|
+
this._a("contentPaddingRight", this.i.h8);
|
|
34252
34374
|
},
|
|
34253
34375
|
enumerable: false,
|
|
34254
34376
|
configurable: true
|
|
34255
34377
|
});
|
|
34256
34378
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingRight", {
|
|
34257
34379
|
get: function () {
|
|
34258
|
-
return this.i.
|
|
34380
|
+
return this.i.h4;
|
|
34259
34381
|
},
|
|
34260
34382
|
set: function (v) {
|
|
34261
|
-
this.i.
|
|
34262
|
-
this._a("actualContentPaddingRight", this.i.
|
|
34383
|
+
this.i.h4 = +v;
|
|
34384
|
+
this._a("actualContentPaddingRight", this.i.h4);
|
|
34263
34385
|
},
|
|
34264
34386
|
enumerable: false,
|
|
34265
34387
|
configurable: true
|
|
34266
34388
|
});
|
|
34267
34389
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingBottom", {
|
|
34268
34390
|
get: function () {
|
|
34269
|
-
return this.i.
|
|
34391
|
+
return this.i.h6;
|
|
34270
34392
|
},
|
|
34271
34393
|
set: function (v) {
|
|
34272
|
-
this.i.
|
|
34273
|
-
this._a("contentPaddingBottom", this.i.
|
|
34394
|
+
this.i.h6 = +v;
|
|
34395
|
+
this._a("contentPaddingBottom", this.i.h6);
|
|
34274
34396
|
},
|
|
34275
34397
|
enumerable: false,
|
|
34276
34398
|
configurable: true
|
|
34277
34399
|
});
|
|
34278
34400
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingBottom", {
|
|
34279
34401
|
get: function () {
|
|
34280
|
-
return this.i.
|
|
34402
|
+
return this.i.h2;
|
|
34281
34403
|
},
|
|
34282
34404
|
set: function (v) {
|
|
34283
|
-
this.i.
|
|
34284
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
34405
|
+
this.i.h2 = +v;
|
|
34406
|
+
this._a("actualContentPaddingBottom", this.i.h2);
|
|
34285
34407
|
},
|
|
34286
34408
|
enumerable: false,
|
|
34287
34409
|
configurable: true
|
|
@@ -34389,6 +34511,12 @@
|
|
|
34389
34511
|
if (this.i.connectedCallback) {
|
|
34390
34512
|
this.i.connectedCallback();
|
|
34391
34513
|
}
|
|
34514
|
+
if (this.updateContentChildren) {
|
|
34515
|
+
this.updateContentChildren();
|
|
34516
|
+
}
|
|
34517
|
+
else if (this._updateAdapters) {
|
|
34518
|
+
this._updateAdapters();
|
|
34519
|
+
}
|
|
34392
34520
|
if (!this._attached) {
|
|
34393
34521
|
this._attached = true;
|
|
34394
34522
|
this._flushQueuedAttributes();
|
|
@@ -34430,11 +34558,11 @@
|
|
|
34430
34558
|
* Gets or sets the stroke color of the arrow icon.
|
|
34431
34559
|
*/
|
|
34432
34560
|
get: function () {
|
|
34433
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
34561
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jx);
|
|
34434
34562
|
},
|
|
34435
34563
|
set: function (v) {
|
|
34436
|
-
this.i.
|
|
34437
|
-
this._a("arrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
34564
|
+
this.i.jx = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
34565
|
+
this._a("arrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.jx));
|
|
34438
34566
|
},
|
|
34439
34567
|
enumerable: false,
|
|
34440
34568
|
configurable: true
|
|
@@ -34444,11 +34572,11 @@
|
|
|
34444
34572
|
* Gets the actual stroke color of the arrow icon.
|
|
34445
34573
|
*/
|
|
34446
34574
|
get: function () {
|
|
34447
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
34575
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jw);
|
|
34448
34576
|
},
|
|
34449
34577
|
set: function (v) {
|
|
34450
|
-
this.i.
|
|
34451
|
-
this._a("actualArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
34578
|
+
this.i.jw = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
34579
|
+
this._a("actualArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.jw));
|
|
34452
34580
|
},
|
|
34453
34581
|
enumerable: false,
|
|
34454
34582
|
configurable: true
|
|
@@ -34458,11 +34586,11 @@
|
|
|
34458
34586
|
* Gets or sets whether the arrow icon should be shown.
|
|
34459
34587
|
*/
|
|
34460
34588
|
get: function () {
|
|
34461
|
-
return this.i.
|
|
34589
|
+
return this.i.jl;
|
|
34462
34590
|
},
|
|
34463
34591
|
set: function (v) {
|
|
34464
|
-
this.i.
|
|
34465
|
-
this._a("showArrowIcon", this.i.
|
|
34592
|
+
this.i.jl = igniteuiWebcomponentsCore.ensureBool(v);
|
|
34593
|
+
this._a("showArrowIcon", this.i.jl);
|
|
34466
34594
|
},
|
|
34467
34595
|
enumerable: false,
|
|
34468
34596
|
configurable: true
|
|
@@ -34526,6 +34654,12 @@
|
|
|
34526
34654
|
if (this.i.connectedCallback) {
|
|
34527
34655
|
this.i.connectedCallback();
|
|
34528
34656
|
}
|
|
34657
|
+
if (this.updateContentChildren) {
|
|
34658
|
+
this.updateContentChildren();
|
|
34659
|
+
}
|
|
34660
|
+
else if (this._updateAdapters) {
|
|
34661
|
+
this._updateAdapters();
|
|
34662
|
+
}
|
|
34529
34663
|
if (!this._attached) {
|
|
34530
34664
|
this._attached = true;
|
|
34531
34665
|
this._flushQueuedAttributes();
|
|
@@ -34645,6 +34779,12 @@
|
|
|
34645
34779
|
if (this.i.connectedCallback) {
|
|
34646
34780
|
this.i.connectedCallback();
|
|
34647
34781
|
}
|
|
34782
|
+
if (this.updateContentChildren) {
|
|
34783
|
+
this.updateContentChildren();
|
|
34784
|
+
}
|
|
34785
|
+
else if (this._updateAdapters) {
|
|
34786
|
+
this._updateAdapters();
|
|
34787
|
+
}
|
|
34648
34788
|
if (!this._attached) {
|
|
34649
34789
|
this._attached = true;
|
|
34650
34790
|
this._flushQueuedAttributes();
|
|
@@ -34736,6 +34876,12 @@
|
|
|
34736
34876
|
if (this.i.connectedCallback) {
|
|
34737
34877
|
this.i.connectedCallback();
|
|
34738
34878
|
}
|
|
34879
|
+
if (this.updateContentChildren) {
|
|
34880
|
+
this.updateContentChildren();
|
|
34881
|
+
}
|
|
34882
|
+
else if (this._updateAdapters) {
|
|
34883
|
+
this._updateAdapters();
|
|
34884
|
+
}
|
|
34739
34885
|
if (!this._attached) {
|
|
34740
34886
|
this._attached = true;
|
|
34741
34887
|
this._flushQueuedAttributes();
|
|
@@ -34981,6 +35127,12 @@
|
|
|
34981
35127
|
if (this.i.connectedCallback) {
|
|
34982
35128
|
this.i.connectedCallback();
|
|
34983
35129
|
}
|
|
35130
|
+
if (this.updateContentChildren) {
|
|
35131
|
+
this.updateContentChildren();
|
|
35132
|
+
}
|
|
35133
|
+
else if (this._updateAdapters) {
|
|
35134
|
+
this._updateAdapters();
|
|
35135
|
+
}
|
|
34984
35136
|
if (!this._attached) {
|
|
34985
35137
|
this._attached = true;
|
|
34986
35138
|
this._flushQueuedAttributes();
|
|
@@ -36693,6 +36845,13 @@
|
|
|
36693
36845
|
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.
|
|
36694
36846
|
*/
|
|
36695
36847
|
|
|
36848
|
+
/*
|
|
36849
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
36850
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
36851
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
36852
|
+
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.
|
|
36853
|
+
*/
|
|
36854
|
+
|
|
36696
36855
|
var IgcToolbarSubMenuOpeningEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
36697
36856
|
function IgcToolbarSubMenuOpeningEventArgs() {
|
|
36698
36857
|
this._implementation = this.createImplementation();
|
|
@@ -40447,6 +40606,12 @@
|
|
|
40447
40606
|
if (this.i.connectedCallback) {
|
|
40448
40607
|
this.i.connectedCallback();
|
|
40449
40608
|
}
|
|
40609
|
+
if (this.updateContentChildren) {
|
|
40610
|
+
this.updateContentChildren();
|
|
40611
|
+
}
|
|
40612
|
+
else if (this._updateAdapters) {
|
|
40613
|
+
this._updateAdapters();
|
|
40614
|
+
}
|
|
40450
40615
|
if (!this._attached) {
|
|
40451
40616
|
this._attached = true;
|
|
40452
40617
|
this._flushQueuedAttributes();
|
|
@@ -40547,6 +40712,12 @@
|
|
|
40547
40712
|
if (this.i.connectedCallback) {
|
|
40548
40713
|
this.i.connectedCallback();
|
|
40549
40714
|
}
|
|
40715
|
+
if (this.updateContentChildren) {
|
|
40716
|
+
this.updateContentChildren();
|
|
40717
|
+
}
|
|
40718
|
+
else if (this._updateAdapters) {
|
|
40719
|
+
this._updateAdapters();
|
|
40720
|
+
}
|
|
40550
40721
|
if (!this._attached) {
|
|
40551
40722
|
this._attached = true;
|
|
40552
40723
|
this._flushQueuedAttributes();
|
|
@@ -40713,6 +40884,12 @@
|
|
|
40713
40884
|
if (this.i.connectedCallback) {
|
|
40714
40885
|
this.i.connectedCallback();
|
|
40715
40886
|
}
|
|
40887
|
+
if (this.updateContentChildren) {
|
|
40888
|
+
this.updateContentChildren();
|
|
40889
|
+
}
|
|
40890
|
+
else if (this._updateAdapters) {
|
|
40891
|
+
this._updateAdapters();
|
|
40892
|
+
}
|
|
40716
40893
|
if (!this._attached) {
|
|
40717
40894
|
this._attached = true;
|
|
40718
40895
|
this._flushQueuedAttributes();
|
|
@@ -41274,6 +41451,12 @@
|
|
|
41274
41451
|
if (this.i.connectedCallback) {
|
|
41275
41452
|
this.i.connectedCallback();
|
|
41276
41453
|
}
|
|
41454
|
+
if (this.updateContentChildren) {
|
|
41455
|
+
this.updateContentChildren();
|
|
41456
|
+
}
|
|
41457
|
+
else if (this._updateAdapters) {
|
|
41458
|
+
this._updateAdapters();
|
|
41459
|
+
}
|
|
41277
41460
|
if (!this._attached) {
|
|
41278
41461
|
this._attached = true;
|
|
41279
41462
|
this._flushQueuedAttributes();
|