igniteui-webcomponents-layouts 5.0.3-beta.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +690 -623
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +584 -531
- package/esm2015/lib/igc-tool-action-icon-button-component.js +30 -30
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-toolbar-component.js +81 -67
- package/esm5/lib/NativeUILayoutFactory_combined.js +570 -517
- package/esm5/lib/igc-tool-action-icon-button-component.js +30 -30
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-toolbar-component.js +81 -67
- package/fesm2015/igniteui-webcomponents-layouts.js +704 -637
- package/fesm5/igniteui-webcomponents-layouts.js +690 -623
- package/lib/NativeUILayoutFactory_combined.d.ts +140 -134
- package/lib/igc-toolbar-component.d.ts +4 -0
- package/package.json +3 -3
|
@@ -9544,7 +9544,7 @@
|
|
|
9544
9544
|
var d = this.j.getSubRenderer(c);
|
|
9545
9545
|
b.provideContainer(d);
|
|
9546
9546
|
var e = this.j.getExternal(b, this.j.rootWrapper, this.j.getExternal(this.a, null, null));
|
|
9547
|
-
this.a.
|
|
9547
|
+
this.a.c2(b);
|
|
9548
9548
|
var f = Math.round(a.rootWrapper.width());
|
|
9549
9549
|
var g = Math.round(a.rootWrapper.height());
|
|
9550
9550
|
this.j.rootWrapper.setStyleProperty("position", "relative");
|
|
@@ -9566,7 +9566,7 @@
|
|
|
9566
9566
|
a = this.g;
|
|
9567
9567
|
}
|
|
9568
9568
|
this.ab = new igniteuiWebcomponentsCore.Size(1, a, b);
|
|
9569
|
-
this.a.
|
|
9569
|
+
this.a.c5(this.ab);
|
|
9570
9570
|
};
|
|
9571
9571
|
ToolbarView.prototype.aa = function () {
|
|
9572
9572
|
var a = this.j;
|
|
@@ -9575,8 +9575,8 @@
|
|
|
9575
9575
|
}
|
|
9576
9576
|
var b = a.rootWrapper;
|
|
9577
9577
|
if (null != b) {
|
|
9578
|
-
igniteuiWebcomponentsCore.NativeUI.q(b, this.a.
|
|
9579
|
-
igniteuiWebcomponentsCore.NativeUI.m(b, this.a.
|
|
9578
|
+
igniteuiWebcomponentsCore.NativeUI.q(b, this.a.en);
|
|
9579
|
+
igniteuiWebcomponentsCore.NativeUI.m(b, this.a.d8);
|
|
9580
9580
|
}
|
|
9581
9581
|
};
|
|
9582
9582
|
ToolbarView.prototype.d = function () {
|
|
@@ -11863,6 +11863,19 @@
|
|
|
11863
11863
|
a.bk = igniteuiWebcomponentsCore.runOn(this, this.fk);
|
|
11864
11864
|
c.h = 1;
|
|
11865
11865
|
c.f = 1;
|
|
11866
|
+
c.bp = this.d4;
|
|
11867
|
+
c.bo = this.dz;
|
|
11868
|
+
c.bl = this.cb;
|
|
11869
|
+
c.bm = this.cc;
|
|
11870
|
+
c.bn = this.cd;
|
|
11871
|
+
c.bk = this.ca;
|
|
11872
|
+
c.a9 = this.gw;
|
|
11873
|
+
c.bi = this.c;
|
|
11874
|
+
c.ba = this.gx;
|
|
11875
|
+
c.bj = this.d;
|
|
11876
|
+
c.ac = this.b9;
|
|
11877
|
+
c.ae = igniteuiWebcomponentsCore.DeviceUtils.g(this.bx);
|
|
11878
|
+
c.y = igniteuiWebcomponentsCore.DeviceUtils.g(this.bw);
|
|
11866
11879
|
d.bj = false;
|
|
11867
11880
|
d.h = this.au() ? 2 : 1;
|
|
11868
11881
|
d.f = 0;
|
|
@@ -11991,6 +12004,18 @@
|
|
|
11991
12004
|
if (!igniteuiWebcomponentsCore.isNaN_(a.b9)) {
|
|
11992
12005
|
this.b9 = a.b9;
|
|
11993
12006
|
}
|
|
12007
|
+
if (!igniteuiWebcomponentsCore.isNaN_(a.cd)) {
|
|
12008
|
+
this.cd = a.cd;
|
|
12009
|
+
}
|
|
12010
|
+
if (!igniteuiWebcomponentsCore.isNaN_(a.ca)) {
|
|
12011
|
+
this.ca = a.ca;
|
|
12012
|
+
}
|
|
12013
|
+
if (!igniteuiWebcomponentsCore.isNaN_(a.cb)) {
|
|
12014
|
+
this.cb = a.cb;
|
|
12015
|
+
}
|
|
12016
|
+
if (!igniteuiWebcomponentsCore.isNaN_(a.cc)) {
|
|
12017
|
+
this.cc = a.cc;
|
|
12018
|
+
}
|
|
11994
12019
|
if (!igniteuiWebcomponentsCore.isNaN_(a.cg)) {
|
|
11995
12020
|
this.cg = a.cg;
|
|
11996
12021
|
}
|
|
@@ -13163,24 +13188,24 @@
|
|
|
13163
13188
|
_this.he = null;
|
|
13164
13189
|
_this.hb = null;
|
|
13165
13190
|
_this.ha = null;
|
|
13166
|
-
_this.h7 = -1;
|
|
13167
13191
|
_this.h8 = -1;
|
|
13192
|
+
_this.h9 = -1;
|
|
13168
13193
|
_this.hl = false;
|
|
13169
13194
|
_this.hi = false;
|
|
13170
13195
|
_this.hh = false;
|
|
13171
13196
|
_this.hm = false;
|
|
13172
13197
|
_this.hk = false;
|
|
13173
|
-
_this.
|
|
13174
|
-
_this.
|
|
13198
|
+
_this.ia = -1;
|
|
13199
|
+
_this.h7 = 500;
|
|
13175
13200
|
_this.hn = false;
|
|
13176
|
-
_this.hv = NaN;
|
|
13177
|
-
_this.hr = NaN;
|
|
13178
|
-
_this.hx = NaN;
|
|
13179
|
-
_this.ht = NaN;
|
|
13180
13201
|
_this.hw = NaN;
|
|
13181
13202
|
_this.hs = NaN;
|
|
13203
|
+
_this.hy = NaN;
|
|
13182
13204
|
_this.hu = NaN;
|
|
13183
|
-
_this.
|
|
13205
|
+
_this.hx = NaN;
|
|
13206
|
+
_this.ht = NaN;
|
|
13207
|
+
_this.hv = NaN;
|
|
13208
|
+
_this.hr = NaN;
|
|
13184
13209
|
_this.hc = null;
|
|
13185
13210
|
_this.hd = null;
|
|
13186
13211
|
_this.ho = false;
|
|
@@ -13202,147 +13227,147 @@
|
|
|
13202
13227
|
enumerable: false,
|
|
13203
13228
|
configurable: true
|
|
13204
13229
|
});
|
|
13205
|
-
ToolActionIconButton.prototype.
|
|
13230
|
+
ToolActionIconButton.prototype.get_hq = function () {
|
|
13206
13231
|
return this.hb != null;
|
|
13207
13232
|
};
|
|
13208
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13233
|
+
Object.defineProperty(ToolActionIconButton.prototype, "hq", {
|
|
13209
13234
|
get: function () {
|
|
13210
|
-
return this.
|
|
13235
|
+
return this.get_hq();
|
|
13211
13236
|
},
|
|
13212
13237
|
enumerable: false,
|
|
13213
13238
|
configurable: true
|
|
13214
13239
|
});
|
|
13215
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13240
|
+
Object.defineProperty(ToolActionIconButton.prototype, "ic", {
|
|
13216
13241
|
get: function () {
|
|
13217
|
-
return this.
|
|
13242
|
+
return this.ia;
|
|
13218
13243
|
},
|
|
13219
13244
|
set: function (a) {
|
|
13220
|
-
this.
|
|
13245
|
+
this.ia = a;
|
|
13221
13246
|
},
|
|
13222
13247
|
enumerable: false,
|
|
13223
13248
|
configurable: true
|
|
13224
13249
|
});
|
|
13225
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13250
|
+
Object.defineProperty(ToolActionIconButton.prototype, "ib", {
|
|
13226
13251
|
get: function () {
|
|
13227
|
-
return this.
|
|
13252
|
+
return this.h7;
|
|
13228
13253
|
},
|
|
13229
13254
|
set: function (a) {
|
|
13230
|
-
var b = this.
|
|
13231
|
-
this.
|
|
13232
|
-
if (b != this.
|
|
13255
|
+
var b = this.h7;
|
|
13256
|
+
this.h7 = a;
|
|
13257
|
+
if (b != this.h7) {
|
|
13233
13258
|
this.ft("ActualTooltipDelay", b, a);
|
|
13234
13259
|
}
|
|
13235
13260
|
},
|
|
13236
13261
|
enumerable: false,
|
|
13237
13262
|
configurable: true
|
|
13238
13263
|
});
|
|
13239
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13264
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h4", {
|
|
13240
13265
|
get: function () {
|
|
13241
|
-
return this.
|
|
13266
|
+
return this.hw;
|
|
13242
13267
|
},
|
|
13243
13268
|
set: function (a) {
|
|
13244
|
-
var b = this.
|
|
13245
|
-
this.
|
|
13246
|
-
if (b != this.
|
|
13247
|
-
this.ft("ContentPaddingLeft", b, this.
|
|
13269
|
+
var b = this.hw;
|
|
13270
|
+
this.hw = a;
|
|
13271
|
+
if (b != this.hw) {
|
|
13272
|
+
this.ft("ContentPaddingLeft", b, this.hw);
|
|
13248
13273
|
}
|
|
13249
13274
|
},
|
|
13250
13275
|
enumerable: false,
|
|
13251
13276
|
configurable: true
|
|
13252
13277
|
});
|
|
13253
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13278
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h0", {
|
|
13254
13279
|
get: function () {
|
|
13255
|
-
return this.
|
|
13280
|
+
return this.hs;
|
|
13256
13281
|
},
|
|
13257
13282
|
set: function (a) {
|
|
13258
|
-
var b = this.
|
|
13259
|
-
this.
|
|
13260
|
-
if (b != this.
|
|
13261
|
-
this.ft("ActualContentPaddingLeft", b, this.
|
|
13283
|
+
var b = this.hs;
|
|
13284
|
+
this.hs = a;
|
|
13285
|
+
if (b != this.hs) {
|
|
13286
|
+
this.ft("ActualContentPaddingLeft", b, this.hs);
|
|
13262
13287
|
}
|
|
13263
13288
|
},
|
|
13264
13289
|
enumerable: false,
|
|
13265
13290
|
configurable: true
|
|
13266
13291
|
});
|
|
13267
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13292
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h6", {
|
|
13268
13293
|
get: function () {
|
|
13269
|
-
return this.
|
|
13294
|
+
return this.hy;
|
|
13270
13295
|
},
|
|
13271
13296
|
set: function (a) {
|
|
13272
|
-
var b = this.
|
|
13273
|
-
this.
|
|
13274
|
-
if (b != this.
|
|
13275
|
-
this.ft("ContentPaddingTop", b, this.
|
|
13297
|
+
var b = this.hy;
|
|
13298
|
+
this.hy = a;
|
|
13299
|
+
if (b != this.hy) {
|
|
13300
|
+
this.ft("ContentPaddingTop", b, this.hy);
|
|
13276
13301
|
}
|
|
13277
13302
|
},
|
|
13278
13303
|
enumerable: false,
|
|
13279
13304
|
configurable: true
|
|
13280
13305
|
});
|
|
13281
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13306
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h2", {
|
|
13282
13307
|
get: function () {
|
|
13283
|
-
return this.
|
|
13308
|
+
return this.hu;
|
|
13284
13309
|
},
|
|
13285
13310
|
set: function (a) {
|
|
13286
|
-
var b = this.
|
|
13287
|
-
this.
|
|
13288
|
-
if (b != this.
|
|
13289
|
-
this.ft("ActualContentPaddingTop", b, this.
|
|
13311
|
+
var b = this.hu;
|
|
13312
|
+
this.hu = a;
|
|
13313
|
+
if (b != this.hu) {
|
|
13314
|
+
this.ft("ActualContentPaddingTop", b, this.hu);
|
|
13290
13315
|
}
|
|
13291
13316
|
},
|
|
13292
13317
|
enumerable: false,
|
|
13293
13318
|
configurable: true
|
|
13294
13319
|
});
|
|
13295
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13320
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h5", {
|
|
13296
13321
|
get: function () {
|
|
13297
|
-
return this.
|
|
13322
|
+
return this.hx;
|
|
13298
13323
|
},
|
|
13299
13324
|
set: function (a) {
|
|
13300
|
-
var b = this.
|
|
13301
|
-
this.
|
|
13302
|
-
if (b != this.
|
|
13303
|
-
this.ft("ContentPaddingRight", b, this.
|
|
13325
|
+
var b = this.hx;
|
|
13326
|
+
this.hx = a;
|
|
13327
|
+
if (b != this.hx) {
|
|
13328
|
+
this.ft("ContentPaddingRight", b, this.hx);
|
|
13304
13329
|
}
|
|
13305
13330
|
},
|
|
13306
13331
|
enumerable: false,
|
|
13307
13332
|
configurable: true
|
|
13308
13333
|
});
|
|
13309
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13334
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h1", {
|
|
13310
13335
|
get: function () {
|
|
13311
|
-
return this.
|
|
13336
|
+
return this.ht;
|
|
13312
13337
|
},
|
|
13313
13338
|
set: function (a) {
|
|
13314
|
-
var b = this.
|
|
13315
|
-
this.
|
|
13316
|
-
if (b != this.
|
|
13317
|
-
this.ft("ActualContentPaddingRight", b, this.
|
|
13339
|
+
var b = this.ht;
|
|
13340
|
+
this.ht = a;
|
|
13341
|
+
if (b != this.ht) {
|
|
13342
|
+
this.ft("ActualContentPaddingRight", b, this.ht);
|
|
13318
13343
|
}
|
|
13319
13344
|
},
|
|
13320
13345
|
enumerable: false,
|
|
13321
13346
|
configurable: true
|
|
13322
13347
|
});
|
|
13323
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13348
|
+
Object.defineProperty(ToolActionIconButton.prototype, "h3", {
|
|
13324
13349
|
get: function () {
|
|
13325
|
-
return this.
|
|
13350
|
+
return this.hv;
|
|
13326
13351
|
},
|
|
13327
13352
|
set: function (a) {
|
|
13328
|
-
var b = this.
|
|
13329
|
-
this.
|
|
13330
|
-
if (b != this.
|
|
13331
|
-
this.ft("ContentPaddingBottom", b, this.
|
|
13353
|
+
var b = this.hv;
|
|
13354
|
+
this.hv = a;
|
|
13355
|
+
if (b != this.hv) {
|
|
13356
|
+
this.ft("ContentPaddingBottom", b, this.hv);
|
|
13332
13357
|
}
|
|
13333
13358
|
},
|
|
13334
13359
|
enumerable: false,
|
|
13335
13360
|
configurable: true
|
|
13336
13361
|
});
|
|
13337
|
-
Object.defineProperty(ToolActionIconButton.prototype, "
|
|
13362
|
+
Object.defineProperty(ToolActionIconButton.prototype, "hz", {
|
|
13338
13363
|
get: function () {
|
|
13339
|
-
return this.
|
|
13364
|
+
return this.hr;
|
|
13340
13365
|
},
|
|
13341
13366
|
set: function (a) {
|
|
13342
|
-
var b = this.
|
|
13343
|
-
this.
|
|
13344
|
-
if (b != this.
|
|
13345
|
-
this.ft("ActualContentPaddingBottom", b, this.
|
|
13367
|
+
var b = this.hr;
|
|
13368
|
+
this.hr = a;
|
|
13369
|
+
if (b != this.hr) {
|
|
13370
|
+
this.ft("ActualContentPaddingBottom", b, this.hr);
|
|
13346
13371
|
}
|
|
13347
13372
|
},
|
|
13348
13373
|
enumerable: false,
|
|
@@ -13350,8 +13375,8 @@
|
|
|
13350
13375
|
});
|
|
13351
13376
|
ToolActionIconButton.prototype.e3 = function () {
|
|
13352
13377
|
_super.prototype.e3.call(this);
|
|
13353
|
-
igniteuiWebcomponentsCore.NativeUIWindow.i(15, igniteuiWebcomponentsCore.runOn(this, this.
|
|
13354
|
-
igniteuiWebcomponentsCore.NativeUIWindow.i(9, igniteuiWebcomponentsCore.runOn(this, this.
|
|
13378
|
+
igniteuiWebcomponentsCore.NativeUIWindow.i(15, igniteuiWebcomponentsCore.runOn(this, this.i7));
|
|
13379
|
+
igniteuiWebcomponentsCore.NativeUIWindow.i(9, igniteuiWebcomponentsCore.runOn(this, this.i6));
|
|
13355
13380
|
this.hh = false;
|
|
13356
13381
|
};
|
|
13357
13382
|
ToolActionIconButton.prototype.m = function (a) {
|
|
@@ -13363,12 +13388,12 @@
|
|
|
13363
13388
|
};
|
|
13364
13389
|
ToolActionIconButton.prototype.b3 = function (a, b) {
|
|
13365
13390
|
var c = 0;
|
|
13366
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.hz)) {
|
|
13367
|
-
c = c + this.hz;
|
|
13368
|
-
}
|
|
13369
13391
|
if (!igniteuiWebcomponentsCore.isNaN_(this.h0)) {
|
|
13370
13392
|
c = c + this.h0;
|
|
13371
13393
|
}
|
|
13394
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.h1)) {
|
|
13395
|
+
c = c + this.h1;
|
|
13396
|
+
}
|
|
13372
13397
|
return igniteuiWebcomponentsCore.DeviceUtils.g(36) + c;
|
|
13373
13398
|
};
|
|
13374
13399
|
ToolActionIconButton.prototype.b5 = function (a, b) {
|
|
@@ -13382,7 +13407,7 @@
|
|
|
13382
13407
|
ToolActionIconButton.prototype.e4 = function (a) {
|
|
13383
13408
|
_super.prototype.e4.call(this, a);
|
|
13384
13409
|
};
|
|
13385
|
-
ToolActionIconButton.prototype.
|
|
13410
|
+
ToolActionIconButton.prototype.i9 = function (a, b, c, d, e) {
|
|
13386
13411
|
var f = c.bm;
|
|
13387
13412
|
if (e) {
|
|
13388
13413
|
b.b4(2);
|
|
@@ -13400,7 +13425,7 @@
|
|
|
13400
13425
|
b.bt = 1;
|
|
13401
13426
|
b.bu = false;
|
|
13402
13427
|
b.bg = new igniteuiWebcomponentsCore.Thickness(1, this.bz, this.b1, this.b0, this.by);
|
|
13403
|
-
c.bz = new igniteuiWebcomponentsCore.Thickness(1, this.
|
|
13428
|
+
c.bz = new igniteuiWebcomponentsCore.Thickness(1, this.h0, this.h2, this.h1, this.hz);
|
|
13404
13429
|
f.bp = this.d4;
|
|
13405
13430
|
f.bo = this.dz;
|
|
13406
13431
|
f.bl = this.cb;
|
|
@@ -13415,10 +13440,10 @@
|
|
|
13415
13440
|
f.ae = igniteuiWebcomponentsCore.DeviceUtils.g(this.bx);
|
|
13416
13441
|
f.y = igniteuiWebcomponentsCore.DeviceUtils.g(this.bw);
|
|
13417
13442
|
c.c = this.s;
|
|
13418
|
-
c.bk = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13419
|
-
c.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13420
|
-
c.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13421
|
-
c.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13443
|
+
c.bk = igniteuiWebcomponentsCore.runOn(this, this.iw);
|
|
13444
|
+
c.q = igniteuiWebcomponentsCore.runOn(this, this.iy);
|
|
13445
|
+
c.s = igniteuiWebcomponentsCore.runOn(this, this.iz);
|
|
13446
|
+
c.o = igniteuiWebcomponentsCore.runOn(this, this.ix);
|
|
13422
13447
|
if (this.hc != c) {
|
|
13423
13448
|
if (this.hc != null) {
|
|
13424
13449
|
this.hc.bk = null;
|
|
@@ -13432,7 +13457,7 @@
|
|
|
13432
13457
|
this.hd = f;
|
|
13433
13458
|
}
|
|
13434
13459
|
};
|
|
13435
|
-
ToolActionIconButton.prototype.
|
|
13460
|
+
ToolActionIconButton.prototype.ja = function (a, b) {
|
|
13436
13461
|
if (this.he != b) {
|
|
13437
13462
|
if (this.he != null) {
|
|
13438
13463
|
this.he.q = null;
|
|
@@ -13453,16 +13478,16 @@
|
|
|
13453
13478
|
a.bl(this.he);
|
|
13454
13479
|
}
|
|
13455
13480
|
if (!this.hh) {
|
|
13456
|
-
igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.
|
|
13457
|
-
igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.
|
|
13481
|
+
igniteuiWebcomponentsCore.NativeUIWindow.h(15, igniteuiWebcomponentsCore.runOn(this, this.i7), this.p.s.p);
|
|
13482
|
+
igniteuiWebcomponentsCore.NativeUIWindow.h(9, igniteuiWebcomponentsCore.runOn(this, this.i6), this.p.s.p);
|
|
13458
13483
|
this.hh = true;
|
|
13459
13484
|
}
|
|
13460
13485
|
}
|
|
13461
|
-
this.he.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13462
|
-
this.he.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13463
|
-
this.he.n = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13464
|
-
this.he.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13465
|
-
this.he.bs = igniteuiWebcomponentsCore.runOn(this, this.
|
|
13486
|
+
this.he.q = igniteuiWebcomponentsCore.runOn(this, this.i4);
|
|
13487
|
+
this.he.s = igniteuiWebcomponentsCore.runOn(this, this.i5);
|
|
13488
|
+
this.he.n = igniteuiWebcomponentsCore.runOn(this, this.i2);
|
|
13489
|
+
this.he.o = igniteuiWebcomponentsCore.runOn(this, this.i3);
|
|
13490
|
+
this.he.bs = igniteuiWebcomponentsCore.runOn(this, this.i1);
|
|
13466
13491
|
if (this.he.bk == 0) {
|
|
13467
13492
|
this.hm = false;
|
|
13468
13493
|
}
|
|
@@ -13473,18 +13498,18 @@
|
|
|
13473
13498
|
this.he.u = false;
|
|
13474
13499
|
}
|
|
13475
13500
|
};
|
|
13476
|
-
ToolActionIconButton.prototype.
|
|
13477
|
-
this.
|
|
13501
|
+
ToolActionIconButton.prototype.iq = function () {
|
|
13502
|
+
this.ir(this.hk, this.hl);
|
|
13478
13503
|
this.hm = true;
|
|
13479
13504
|
};
|
|
13480
|
-
ToolActionIconButton.prototype.
|
|
13505
|
+
ToolActionIconButton.prototype.ir = function (a, b) {
|
|
13481
13506
|
var _this = this;
|
|
13482
13507
|
if (this.he.bk == 0) {
|
|
13483
13508
|
this.hb = new TooltipTextPresenter(this.p.s.x());
|
|
13484
13509
|
this.hb.t(function () {
|
|
13485
13510
|
_this.he.bl(_this.hb.e);
|
|
13486
13511
|
if (a) {
|
|
13487
|
-
_this.f.executeDelayed(function () { return _this.
|
|
13512
|
+
_this.f.executeDelayed(function () { return _this.i8(b); }, 100);
|
|
13488
13513
|
}
|
|
13489
13514
|
});
|
|
13490
13515
|
}
|
|
@@ -13497,11 +13522,11 @@
|
|
|
13497
13522
|
this.hb.p = this.ez;
|
|
13498
13523
|
this.he.cc = this.hb.y;
|
|
13499
13524
|
};
|
|
13500
|
-
ToolActionIconButton.prototype.
|
|
13525
|
+
ToolActionIconButton.prototype.it = function () {
|
|
13501
13526
|
};
|
|
13502
|
-
ToolActionIconButton.prototype.
|
|
13527
|
+
ToolActionIconButton.prototype.is = function () {
|
|
13503
13528
|
};
|
|
13504
|
-
ToolActionIconButton.prototype.
|
|
13529
|
+
ToolActionIconButton.prototype.iu = function () {
|
|
13505
13530
|
if (this.hb != null) {
|
|
13506
13531
|
this.he.cc = this.p.g6;
|
|
13507
13532
|
this.hb.y = this.p.g6;
|
|
@@ -13510,22 +13535,22 @@
|
|
|
13510
13535
|
this.he.b6 = igniteuiWebcomponentsCore.truncate(this.p.br);
|
|
13511
13536
|
}
|
|
13512
13537
|
};
|
|
13513
|
-
ToolActionIconButton.prototype.
|
|
13538
|
+
ToolActionIconButton.prototype.jb = function () {
|
|
13514
13539
|
if (this.hb != null) {
|
|
13515
13540
|
return this.hb.aa();
|
|
13516
13541
|
}
|
|
13517
13542
|
return igniteuiWebcomponentsCore.Size.empty;
|
|
13518
13543
|
};
|
|
13519
|
-
ToolActionIconButton.prototype.
|
|
13544
|
+
ToolActionIconButton.prototype.i7 = function (a) {
|
|
13520
13545
|
if (this.hc != null) {
|
|
13521
13546
|
var b = this.hc.bc();
|
|
13522
13547
|
this.he.b9(b);
|
|
13523
13548
|
}
|
|
13524
13549
|
};
|
|
13525
|
-
ToolActionIconButton.prototype.
|
|
13550
|
+
ToolActionIconButton.prototype.i6 = function (a) {
|
|
13526
13551
|
var b = a;
|
|
13527
13552
|
if (this.hn && !this.he.t(b.a) && !this.hc.t(b.a)) {
|
|
13528
|
-
this.
|
|
13553
|
+
this.ip();
|
|
13529
13554
|
}
|
|
13530
13555
|
};
|
|
13531
13556
|
ToolActionIconButton.prototype.fx = function (a, b, c) {
|
|
@@ -13537,8 +13562,8 @@
|
|
|
13537
13562
|
if (d.bq == null || d.ao == null || igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.ToolActionType_$type, d.ao) != this.u || a.bk == 0) {
|
|
13538
13563
|
this.ho = true;
|
|
13539
13564
|
igniteuiWebcomponentsCore.NativeUIComponent.au(this.p.s.x(), [10, 12], [this.ag(10), this.ag(12)], function (e) {
|
|
13540
|
-
_this.
|
|
13541
|
-
_this.
|
|
13565
|
+
_this.i9(d, a, e[0], c, true);
|
|
13566
|
+
_this.ja(a, e[1]);
|
|
13542
13567
|
_this.ho = false;
|
|
13543
13568
|
});
|
|
13544
13569
|
d.ao = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ToolActionType_$type, this.u);
|
|
@@ -13546,8 +13571,8 @@
|
|
|
13546
13571
|
else {
|
|
13547
13572
|
var e = a.bj(0);
|
|
13548
13573
|
var f = a.bj(1);
|
|
13549
|
-
this.
|
|
13550
|
-
this.
|
|
13574
|
+
this.i9(d, a, e, c, false);
|
|
13575
|
+
this.ja(a, f);
|
|
13551
13576
|
}
|
|
13552
13577
|
};
|
|
13553
13578
|
ToolActionIconButton.prototype.ga = function () {
|
|
@@ -13565,11 +13590,15 @@
|
|
|
13565
13590
|
this.b0 = !igniteuiWebcomponentsCore.isNaN_(this.ch) ? this.ch : igniteuiWebcomponentsCore.DeviceUtils.g(4);
|
|
13566
13591
|
break;
|
|
13567
13592
|
}
|
|
13568
|
-
this.
|
|
13569
|
-
this.hz = !igniteuiWebcomponentsCore.isNaN_(this.h3) ? this.h3 : NaN;
|
|
13593
|
+
this.ib = this.ic != -1 ? this.ic : this.p.b6;
|
|
13570
13594
|
this.h0 = !igniteuiWebcomponentsCore.isNaN_(this.h4) ? this.h4 : NaN;
|
|
13571
13595
|
this.h1 = !igniteuiWebcomponentsCore.isNaN_(this.h5) ? this.h5 : NaN;
|
|
13572
|
-
this.
|
|
13596
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : NaN;
|
|
13597
|
+
this.hz = !igniteuiWebcomponentsCore.isNaN_(this.h3) ? this.h3 : NaN;
|
|
13598
|
+
var a = igniteuiWebcomponentsCore.DeviceUtils.g(36);
|
|
13599
|
+
var b = Math.floor(a / 1.414);
|
|
13600
|
+
this.bx = !igniteuiWebcomponentsCore.isNaN_(this.ce) ? this.ce : b;
|
|
13601
|
+
this.bw = !igniteuiWebcomponentsCore.isNaN_(this.b8) ? this.b8 : b;
|
|
13573
13602
|
if (this.hc != null) {
|
|
13574
13603
|
this.hc.c = this.s;
|
|
13575
13604
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIIconButton.$, this.hc) !== null) {
|
|
@@ -13583,7 +13612,7 @@
|
|
|
13583
13612
|
this.hd.bi = this.c;
|
|
13584
13613
|
this.hd.bj = this.d;
|
|
13585
13614
|
}
|
|
13586
|
-
this.
|
|
13615
|
+
this.iu();
|
|
13587
13616
|
};
|
|
13588
13617
|
ToolActionIconButton.prototype.fr = function () {
|
|
13589
13618
|
if (this.hd != null) {
|
|
@@ -13593,33 +13622,33 @@
|
|
|
13593
13622
|
};
|
|
13594
13623
|
ToolActionIconButton.prototype.fy = function () {
|
|
13595
13624
|
if (this.actions.count > 0) {
|
|
13596
|
-
if (this.he == null || !this.
|
|
13625
|
+
if (this.he == null || !this.hq) {
|
|
13597
13626
|
this.hk = true;
|
|
13598
13627
|
}
|
|
13599
13628
|
else {
|
|
13600
|
-
this.
|
|
13629
|
+
this.i8();
|
|
13601
13630
|
this.hl = true;
|
|
13602
13631
|
}
|
|
13603
13632
|
}
|
|
13604
13633
|
};
|
|
13605
13634
|
ToolActionIconButton.prototype.e5 = function () {
|
|
13606
13635
|
if (this.actions.count > 0) {
|
|
13607
|
-
if (this.he == null || !this.
|
|
13636
|
+
if (this.he == null || !this.hq) {
|
|
13608
13637
|
this.hk = false;
|
|
13609
13638
|
}
|
|
13610
13639
|
else {
|
|
13611
|
-
this.
|
|
13640
|
+
this.ip();
|
|
13612
13641
|
}
|
|
13613
13642
|
}
|
|
13614
13643
|
};
|
|
13615
|
-
ToolActionIconButton.prototype.
|
|
13644
|
+
ToolActionIconButton.prototype.i8 = function (a) {
|
|
13616
13645
|
if (a === void 0) {
|
|
13617
13646
|
a = false;
|
|
13618
13647
|
}
|
|
13619
13648
|
if (!this.hm) {
|
|
13620
13649
|
this.hk = true;
|
|
13621
13650
|
this.hl = a;
|
|
13622
|
-
this.
|
|
13651
|
+
this.iq();
|
|
13623
13652
|
return;
|
|
13624
13653
|
}
|
|
13625
13654
|
if (!this.hn) {
|
|
@@ -13633,7 +13662,7 @@
|
|
|
13633
13662
|
c.left = b.left + (window.scrollX);
|
|
13634
13663
|
if (this.p.r == 1) {
|
|
13635
13664
|
var d = igniteuiWebcomponentsCore.NativeUIWindow.d(this.p.s.p);
|
|
13636
|
-
var e = this.
|
|
13665
|
+
var e = this.jb();
|
|
13637
13666
|
e.height += this.he.b4;
|
|
13638
13667
|
if (b.bottom + e.height > d) {
|
|
13639
13668
|
if (b.top - e.height < 0) {
|
|
@@ -13649,7 +13678,7 @@
|
|
|
13649
13678
|
}
|
|
13650
13679
|
else {
|
|
13651
13680
|
var f = igniteuiWebcomponentsCore.NativeUIWindow.f(this.p.s.p);
|
|
13652
|
-
var g = this.
|
|
13681
|
+
var g = this.jb();
|
|
13653
13682
|
g.width += this.he.b4;
|
|
13654
13683
|
if (b.right + g.width > f) {
|
|
13655
13684
|
if (b.left - g.width < 0) {
|
|
@@ -13664,12 +13693,12 @@
|
|
|
13664
13693
|
}
|
|
13665
13694
|
}
|
|
13666
13695
|
this.hn = true;
|
|
13667
|
-
this.
|
|
13696
|
+
this.it();
|
|
13668
13697
|
}
|
|
13669
13698
|
this.hl = a;
|
|
13670
13699
|
this.hk = false;
|
|
13671
13700
|
};
|
|
13672
|
-
ToolActionIconButton.prototype.
|
|
13701
|
+
ToolActionIconButton.prototype.ip = function () {
|
|
13673
13702
|
var _this = this;
|
|
13674
13703
|
if (this.hn) {
|
|
13675
13704
|
if (!this.hg) {
|
|
@@ -13681,84 +13710,87 @@
|
|
|
13681
13710
|
}
|
|
13682
13711
|
}
|
|
13683
13712
|
};
|
|
13684
|
-
ToolActionIconButton.prototype.
|
|
13685
|
-
this.
|
|
13713
|
+
ToolActionIconButton.prototype.i0 = function () {
|
|
13714
|
+
this.i8();
|
|
13715
|
+
this.h9 = -1;
|
|
13716
|
+
};
|
|
13717
|
+
ToolActionIconButton.prototype.iv = function () {
|
|
13718
|
+
this.ip();
|
|
13686
13719
|
this.h8 = -1;
|
|
13687
13720
|
};
|
|
13688
|
-
ToolActionIconButton.prototype.
|
|
13689
|
-
this.
|
|
13690
|
-
this.h7 = -1;
|
|
13721
|
+
ToolActionIconButton.prototype.hp = function () {
|
|
13722
|
+
return !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.ez);
|
|
13691
13723
|
};
|
|
13692
|
-
ToolActionIconButton.prototype.
|
|
13724
|
+
ToolActionIconButton.prototype.iy = function (a, b) {
|
|
13693
13725
|
this.hi = true;
|
|
13694
|
-
if (this.
|
|
13695
|
-
this.ha.g(this.
|
|
13696
|
-
this.
|
|
13726
|
+
if (this.h8 != -1) {
|
|
13727
|
+
this.ha.g(this.h8);
|
|
13728
|
+
this.h8 = -1;
|
|
13697
13729
|
}
|
|
13698
13730
|
if (!this.hn) {
|
|
13699
|
-
if (
|
|
13731
|
+
if (!this.p.al || !this.hp()) {
|
|
13700
13732
|
return;
|
|
13701
13733
|
}
|
|
13702
|
-
this.
|
|
13734
|
+
this.h9 = this.ha.f(igniteuiWebcomponentsCore.runOn(this, this.i0), this.ib);
|
|
13703
13735
|
}
|
|
13704
13736
|
};
|
|
13705
|
-
ToolActionIconButton.prototype.
|
|
13706
|
-
if (this.
|
|
13707
|
-
this.ha.g(this.
|
|
13708
|
-
this.
|
|
13737
|
+
ToolActionIconButton.prototype.iz = function (a, b) {
|
|
13738
|
+
if (this.h9 != -1) {
|
|
13739
|
+
this.ha.g(this.h9);
|
|
13740
|
+
this.h9 = -1;
|
|
13709
13741
|
}
|
|
13710
13742
|
if (this.hn && !this.hl) {
|
|
13711
|
-
this.
|
|
13743
|
+
this.h8 = this.ha.f(igniteuiWebcomponentsCore.runOn(this, this.iv), 50);
|
|
13712
13744
|
}
|
|
13713
13745
|
this.hi = false;
|
|
13714
13746
|
};
|
|
13715
|
-
ToolActionIconButton.prototype.
|
|
13747
|
+
ToolActionIconButton.prototype.iw = function (a, b) {
|
|
13716
13748
|
if (this.actions.count > 0) {
|
|
13717
13749
|
if (!this.hn) {
|
|
13718
|
-
if (this.
|
|
13719
|
-
this.ha.g(this.
|
|
13720
|
-
this.
|
|
13750
|
+
if (this.h9 != -1) {
|
|
13751
|
+
this.ha.g(this.h9);
|
|
13752
|
+
this.h9 = -1;
|
|
13721
13753
|
}
|
|
13722
|
-
this.
|
|
13754
|
+
this.i8(true);
|
|
13723
13755
|
}
|
|
13724
13756
|
else {
|
|
13725
|
-
this.
|
|
13757
|
+
this.ip();
|
|
13726
13758
|
}
|
|
13727
13759
|
}
|
|
13728
13760
|
else {
|
|
13729
13761
|
this.fu(this.m(true), this);
|
|
13730
13762
|
}
|
|
13731
13763
|
};
|
|
13732
|
-
ToolActionIconButton.prototype.
|
|
13764
|
+
ToolActionIconButton.prototype.i4 = function (a, b) {
|
|
13733
13765
|
this.hj = true;
|
|
13734
|
-
if (this.
|
|
13735
|
-
this.ha.g(this.
|
|
13736
|
-
this.
|
|
13766
|
+
if (this.h8 != -1) {
|
|
13767
|
+
this.ha.g(this.h8);
|
|
13768
|
+
this.h8 = -1;
|
|
13737
13769
|
}
|
|
13738
13770
|
};
|
|
13739
|
-
ToolActionIconButton.prototype.
|
|
13771
|
+
ToolActionIconButton.prototype.i5 = function (a, b) {
|
|
13740
13772
|
if (!this.hl) {
|
|
13741
|
-
this.
|
|
13773
|
+
this.h8 = this.ha.f(igniteuiWebcomponentsCore.runOn(this, this.iv), 50);
|
|
13742
13774
|
}
|
|
13743
13775
|
this.hj = false;
|
|
13744
13776
|
};
|
|
13745
|
-
ToolActionIconButton.prototype.
|
|
13777
|
+
ToolActionIconButton.prototype.i2 = function (a, b) {
|
|
13746
13778
|
this.hl = true;
|
|
13747
13779
|
};
|
|
13748
|
-
ToolActionIconButton.prototype.
|
|
13780
|
+
ToolActionIconButton.prototype.i3 = function (a, b) {
|
|
13749
13781
|
if (!this.he.t(b.a) && !this.hc.t(b.a)) {
|
|
13750
|
-
this.
|
|
13782
|
+
this.ip();
|
|
13751
13783
|
}
|
|
13752
13784
|
};
|
|
13753
|
-
ToolActionIconButton.prototype.
|
|
13785
|
+
ToolActionIconButton.prototype.i1 = function (a, b) {
|
|
13754
13786
|
this.hn = false;
|
|
13755
13787
|
this.hg = false;
|
|
13756
|
-
this.
|
|
13788
|
+
this.is();
|
|
13757
13789
|
};
|
|
13758
|
-
ToolActionIconButton.prototype.
|
|
13790
|
+
ToolActionIconButton.prototype.ix = function (a, b) {
|
|
13759
13791
|
if (this.hn) {
|
|
13760
13792
|
if (!this.he.t(b.a) && !this.hc.t(b.a)) {
|
|
13761
|
-
this.
|
|
13793
|
+
this.ip();
|
|
13762
13794
|
}
|
|
13763
13795
|
}
|
|
13764
13796
|
};
|
|
@@ -13785,7 +13817,7 @@
|
|
|
13785
13817
|
}
|
|
13786
13818
|
break;
|
|
13787
13819
|
case "TooltipDelay":
|
|
13788
|
-
this.
|
|
13820
|
+
this.ib = this.ic != -1 ? this.ic : this.p.b6;
|
|
13789
13821
|
break;
|
|
13790
13822
|
case "ActualIconWidth":
|
|
13791
13823
|
case "ActualIconHeight":
|
|
@@ -13799,7 +13831,7 @@
|
|
|
13799
13831
|
ToolActionIconButton.prototype.ff = function () {
|
|
13800
13832
|
_super.prototype.ff.call(this);
|
|
13801
13833
|
var a = this.t;
|
|
13802
|
-
this.
|
|
13834
|
+
this.ic = a.tooltipDelay;
|
|
13803
13835
|
if (a.isMenuOpenOnStart) {
|
|
13804
13836
|
this.fy();
|
|
13805
13837
|
}
|
|
@@ -13982,86 +14014,86 @@
|
|
|
13982
14014
|
tslib.__extends(ToolActionIconMenu, _super);
|
|
13983
14015
|
function ToolActionIconMenu() {
|
|
13984
14016
|
var _this = _super.call(this) || this;
|
|
13985
|
-
_this.
|
|
13986
|
-
_this.
|
|
13987
|
-
_this.
|
|
13988
|
-
_this.jb = null;
|
|
13989
|
-
_this.jd = false;
|
|
14017
|
+
_this.jk = igniteuiWebcomponentsCore.DeviceUtils.g(24);
|
|
14018
|
+
_this.jj = igniteuiWebcomponentsCore.DeviceUtils.g(15);
|
|
14019
|
+
_this.ji = 0;
|
|
13990
14020
|
_this.jc = null;
|
|
14021
|
+
_this.je = false;
|
|
14022
|
+
_this.jd = null;
|
|
14023
|
+
_this.jt = null;
|
|
13991
14024
|
_this.js = null;
|
|
13992
|
-
_this.
|
|
13993
|
-
_this.
|
|
13994
|
-
_this.jf = false;
|
|
14025
|
+
_this.jf = true;
|
|
14026
|
+
_this.jg = false;
|
|
13995
14027
|
if (igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString("IG_Default", "igDropDownArrow") == null) {
|
|
13996
|
-
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("IG_Default", "igDropDownArrow", ToolActionIconMenu.
|
|
14028
|
+
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString("IG_Default", "igDropDownArrow", ToolActionIconMenu.jm);
|
|
13997
14029
|
}
|
|
13998
|
-
_this.
|
|
14030
|
+
_this.ji = _this.jk - _this.jj;
|
|
13999
14031
|
return _this;
|
|
14000
14032
|
}
|
|
14001
14033
|
ToolActionIconMenu.prototype.get_u = function () {
|
|
14002
14034
|
return 8;
|
|
14003
14035
|
};
|
|
14004
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
14036
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "jv", {
|
|
14005
14037
|
get: function () {
|
|
14006
|
-
return this.
|
|
14038
|
+
return this.jt;
|
|
14007
14039
|
},
|
|
14008
14040
|
set: function (a) {
|
|
14009
|
-
var b = this.
|
|
14010
|
-
this.
|
|
14011
|
-
if (b != this.
|
|
14012
|
-
this.ft("ArrowStroke", b, this.
|
|
14041
|
+
var b = this.jt;
|
|
14042
|
+
this.jt = a;
|
|
14043
|
+
if (b != this.jt) {
|
|
14044
|
+
this.ft("ArrowStroke", b, this.jt);
|
|
14013
14045
|
}
|
|
14014
14046
|
},
|
|
14015
14047
|
enumerable: false,
|
|
14016
14048
|
configurable: true
|
|
14017
14049
|
});
|
|
14018
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
14050
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "ju", {
|
|
14019
14051
|
get: function () {
|
|
14020
|
-
return this.
|
|
14052
|
+
return this.js;
|
|
14021
14053
|
},
|
|
14022
14054
|
set: function (a) {
|
|
14023
|
-
var b = this.
|
|
14024
|
-
this.
|
|
14025
|
-
if (b != this.
|
|
14026
|
-
this.ft("ActualIconStroke", b, this.
|
|
14055
|
+
var b = this.js;
|
|
14056
|
+
this.js = a;
|
|
14057
|
+
if (b != this.js) {
|
|
14058
|
+
this.ft("ActualIconStroke", b, this.js);
|
|
14027
14059
|
}
|
|
14028
14060
|
},
|
|
14029
14061
|
enumerable: false,
|
|
14030
14062
|
configurable: true
|
|
14031
14063
|
});
|
|
14032
|
-
Object.defineProperty(ToolActionIconMenu.prototype, "
|
|
14064
|
+
Object.defineProperty(ToolActionIconMenu.prototype, "jh", {
|
|
14033
14065
|
get: function () {
|
|
14034
|
-
return this.
|
|
14066
|
+
return this.jf;
|
|
14035
14067
|
},
|
|
14036
14068
|
set: function (a) {
|
|
14037
|
-
var b = this.
|
|
14038
|
-
this.
|
|
14039
|
-
if (b != this.
|
|
14040
|
-
this.ft("ShowArrowIcon", b, this.
|
|
14069
|
+
var b = this.jf;
|
|
14070
|
+
this.jf = a;
|
|
14071
|
+
if (b != this.jf) {
|
|
14072
|
+
this.ft("ShowArrowIcon", b, this.jf);
|
|
14041
14073
|
}
|
|
14042
14074
|
},
|
|
14043
14075
|
enumerable: false,
|
|
14044
14076
|
configurable: true
|
|
14045
14077
|
});
|
|
14046
|
-
ToolActionIconMenu.prototype.
|
|
14047
|
-
return this.
|
|
14078
|
+
ToolActionIconMenu.prototype.get_hq = function () {
|
|
14079
|
+
return this.jc != null;
|
|
14048
14080
|
};
|
|
14049
|
-
ToolActionIconMenu.prototype.
|
|
14081
|
+
ToolActionIconMenu.prototype.ir = function (a, b) {
|
|
14050
14082
|
var _this = this;
|
|
14051
|
-
this.
|
|
14083
|
+
this.je = false;
|
|
14052
14084
|
if (this.hf.bk > 0) {
|
|
14053
14085
|
while (this.hf.bk > 0) {
|
|
14054
14086
|
this.hf.bo(0);
|
|
14055
14087
|
}
|
|
14056
14088
|
}
|
|
14057
|
-
if (this.
|
|
14058
|
-
this.
|
|
14089
|
+
if (this.jc != null) {
|
|
14090
|
+
this.jc.t = null;
|
|
14059
14091
|
}
|
|
14060
|
-
this.
|
|
14061
|
-
this.
|
|
14062
|
-
this.
|
|
14063
|
-
_this.
|
|
14064
|
-
_this.
|
|
14092
|
+
this.jc = new ToolPanelsPresenter(this.p.s.x(), this.f);
|
|
14093
|
+
this.jc.o = this.s;
|
|
14094
|
+
this.jc.ak(function () {
|
|
14095
|
+
_this.jc.ag(_this, function (c) {
|
|
14096
|
+
_this.jc.al(c);
|
|
14065
14097
|
if (_this.actions.count > 0 && _this.actions._inner[0].gs != null && !igniteuiWebcomponentsCore.BrushUtilCore.a(_this.actions._inner[0].gs)) {
|
|
14066
14098
|
_this.hf.cc = _this.actions._inner[0].gs;
|
|
14067
14099
|
}
|
|
@@ -14069,33 +14101,33 @@
|
|
|
14069
14101
|
_this.hf.cc = _this.p.g3;
|
|
14070
14102
|
}
|
|
14071
14103
|
if (a) {
|
|
14072
|
-
_this.f.executeDelayed(function () { return _this.
|
|
14104
|
+
_this.f.executeDelayed(function () { return _this.i8(b); }, 100);
|
|
14073
14105
|
}
|
|
14074
14106
|
});
|
|
14075
|
-
_this.
|
|
14076
|
-
_this.
|
|
14077
|
-
_this.hf.bl(_this.
|
|
14107
|
+
_this.jc.s.a5 = new igniteuiWebcomponentsCore.CornerRadius(0, 8);
|
|
14108
|
+
_this.jc.s.a6 = _this.p.g3;
|
|
14109
|
+
_this.hf.bl(_this.jc.s);
|
|
14078
14110
|
});
|
|
14079
|
-
this.
|
|
14111
|
+
this.jc.t = igniteuiWebcomponentsCore.runOn(this, this.jp);
|
|
14080
14112
|
};
|
|
14081
14113
|
ToolActionIconMenu.prototype.fm = function () {
|
|
14082
14114
|
_super.prototype.fm.call(this);
|
|
14083
|
-
this.
|
|
14115
|
+
this.je = true;
|
|
14084
14116
|
};
|
|
14085
|
-
ToolActionIconMenu.prototype.
|
|
14086
|
-
if (this.
|
|
14087
|
-
this.
|
|
14117
|
+
ToolActionIconMenu.prototype.it = function () {
|
|
14118
|
+
if (this.jc != null) {
|
|
14119
|
+
this.jc.ao();
|
|
14088
14120
|
}
|
|
14089
14121
|
};
|
|
14090
|
-
ToolActionIconMenu.prototype.
|
|
14091
|
-
if (this.
|
|
14092
|
-
this.
|
|
14122
|
+
ToolActionIconMenu.prototype.is = function () {
|
|
14123
|
+
if (this.jc != null) {
|
|
14124
|
+
this.jc.ay();
|
|
14093
14125
|
this.hf.b8();
|
|
14094
14126
|
}
|
|
14095
14127
|
};
|
|
14096
|
-
ToolActionIconMenu.prototype.
|
|
14097
|
-
if (this.
|
|
14098
|
-
this.
|
|
14128
|
+
ToolActionIconMenu.prototype.iu = function () {
|
|
14129
|
+
if (this.jc != null) {
|
|
14130
|
+
this.jc.az(this.s, this.p);
|
|
14099
14131
|
if (this.actions.count > 0 && this.actions._inner[0].gs != null && !igniteuiWebcomponentsCore.BrushUtilCore.a(this.actions._inner[0].gs)) {
|
|
14100
14132
|
this.hf.cc = this.actions._inner[0].gs;
|
|
14101
14133
|
}
|
|
@@ -14108,67 +14140,71 @@
|
|
|
14108
14140
|
};
|
|
14109
14141
|
ToolActionIconMenu.prototype.ga = function () {
|
|
14110
14142
|
_super.prototype.ga.call(this);
|
|
14111
|
-
this.
|
|
14112
|
-
var a = this.
|
|
14113
|
-
var b = this.
|
|
14114
|
-
var c = this.
|
|
14115
|
-
var d = this.
|
|
14143
|
+
this.ju = this.jv != null ? this.jv : this.p.g1;
|
|
14144
|
+
var a = this.jh ? igniteuiWebcomponentsCore.DeviceUtils.g(8) : 0;
|
|
14145
|
+
var b = this.jh ? igniteuiWebcomponentsCore.DeviceUtils.g(4) : 0;
|
|
14146
|
+
var c = this.jh ? igniteuiWebcomponentsCore.DeviceUtils.g(5) : 0;
|
|
14147
|
+
var d = this.jh ? igniteuiWebcomponentsCore.DeviceUtils.g(5) : 0;
|
|
14116
14148
|
switch (this.s) {
|
|
14117
14149
|
case 6:
|
|
14118
14150
|
case 5:
|
|
14119
14151
|
case 4:
|
|
14120
14152
|
case 3:
|
|
14121
|
-
this.
|
|
14122
|
-
this.
|
|
14123
|
-
this.
|
|
14124
|
-
this.
|
|
14153
|
+
this.h0 = !igniteuiWebcomponentsCore.isNaN_(this.h4) ? this.h4 : a;
|
|
14154
|
+
this.h1 = !igniteuiWebcomponentsCore.isNaN_(this.h5) ? this.h5 : b;
|
|
14155
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : c;
|
|
14156
|
+
this.hz = !igniteuiWebcomponentsCore.isNaN_(this.h3) ? this.h3 : d;
|
|
14125
14157
|
break;
|
|
14126
14158
|
default:
|
|
14127
|
-
this.hz = !igniteuiWebcomponentsCore.isNaN_(this.h3) ? this.h3 : 0;
|
|
14128
14159
|
this.h0 = !igniteuiWebcomponentsCore.isNaN_(this.h4) ? this.h4 : 0;
|
|
14129
14160
|
this.h1 = !igniteuiWebcomponentsCore.isNaN_(this.h5) ? this.h5 : 0;
|
|
14130
|
-
this.
|
|
14161
|
+
this.h2 = !igniteuiWebcomponentsCore.isNaN_(this.h6) ? this.h6 : 0;
|
|
14162
|
+
this.hz = !igniteuiWebcomponentsCore.isNaN_(this.h3) ? this.h3 : 0;
|
|
14131
14163
|
break;
|
|
14132
14164
|
}
|
|
14133
|
-
|
|
14134
|
-
|
|
14165
|
+
var e = igniteuiWebcomponentsCore.DeviceUtils.g(36) - this.ji;
|
|
14166
|
+
var f = Math.floor(e / 1.414);
|
|
14167
|
+
this.bx = !igniteuiWebcomponentsCore.isNaN_(this.ce) ? this.ce : f;
|
|
14168
|
+
this.bw = !igniteuiWebcomponentsCore.isNaN_(this.b8) ? this.b8 : f;
|
|
14169
|
+
if (this.jd != null) {
|
|
14170
|
+
this.jd.ba = this.ju;
|
|
14135
14171
|
}
|
|
14136
14172
|
};
|
|
14137
|
-
ToolActionIconMenu.prototype.
|
|
14138
|
-
if (this.
|
|
14139
|
-
this.
|
|
14173
|
+
ToolActionIconMenu.prototype.jb = function () {
|
|
14174
|
+
if (this.je) {
|
|
14175
|
+
this.iq();
|
|
14140
14176
|
}
|
|
14141
|
-
return this.
|
|
14177
|
+
return this.jc.a4();
|
|
14142
14178
|
};
|
|
14143
|
-
ToolActionIconMenu.prototype.
|
|
14179
|
+
ToolActionIconMenu.prototype.i8 = function (a) {
|
|
14144
14180
|
if (a === void 0) {
|
|
14145
14181
|
a = false;
|
|
14146
14182
|
}
|
|
14147
|
-
if (this.
|
|
14148
|
-
this.
|
|
14183
|
+
if (this.jc != null) {
|
|
14184
|
+
this.jc.ay();
|
|
14149
14185
|
}
|
|
14150
|
-
_super.prototype.
|
|
14186
|
+
_super.prototype.i8.call(this, a);
|
|
14151
14187
|
};
|
|
14152
14188
|
ToolActionIconMenu.prototype.b3 = function (a, b) {
|
|
14153
|
-
if (!this.
|
|
14189
|
+
if (!this.jh) {
|
|
14154
14190
|
return _super.prototype.b3.call(this, a, b);
|
|
14155
14191
|
}
|
|
14156
14192
|
var c = 0;
|
|
14157
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.hz)) {
|
|
14158
|
-
c = c + this.hz;
|
|
14159
|
-
}
|
|
14160
14193
|
if (!igniteuiWebcomponentsCore.isNaN_(this.h0)) {
|
|
14161
14194
|
c = c + this.h0;
|
|
14162
14195
|
}
|
|
14163
|
-
|
|
14196
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.h1)) {
|
|
14197
|
+
c = c + this.h1;
|
|
14198
|
+
}
|
|
14199
|
+
return Math.max(igniteuiWebcomponentsCore.DeviceUtils.g(36), this.bx + this.ji + c);
|
|
14164
14200
|
};
|
|
14165
|
-
ToolActionIconMenu.prototype.
|
|
14201
|
+
ToolActionIconMenu.prototype.jr = function (a, b, c, d, e, f, g) {
|
|
14166
14202
|
if (g) {
|
|
14167
14203
|
a.b4(2);
|
|
14168
14204
|
a.b4(1);
|
|
14169
14205
|
if (a.bk == 0) {
|
|
14170
14206
|
c.bz(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bx));
|
|
14171
|
-
c.bz(1, 1, this.
|
|
14207
|
+
c.bz(1, 1, this.ji);
|
|
14172
14208
|
c.bl(d);
|
|
14173
14209
|
c.bl(e);
|
|
14174
14210
|
c.b6(d, 0);
|
|
@@ -14178,22 +14214,22 @@
|
|
|
14178
14214
|
}
|
|
14179
14215
|
a.b7(b, 0);
|
|
14180
14216
|
a.b6(b, 0);
|
|
14181
|
-
c.bg = new igniteuiWebcomponentsCore.Thickness(1, this.
|
|
14217
|
+
c.bg = new igniteuiWebcomponentsCore.Thickness(1, this.h0, this.h2, this.h1, this.hz);
|
|
14182
14218
|
b.bn = 2;
|
|
14183
14219
|
b.bl = 4;
|
|
14184
14220
|
b.bs = true;
|
|
14185
14221
|
b.f = 1;
|
|
14186
|
-
var h = this.bx + this.
|
|
14187
|
-
if (this.
|
|
14188
|
-
h = h + this.
|
|
14222
|
+
var h = this.bx + this.h0 + this.h1;
|
|
14223
|
+
if (this.jh) {
|
|
14224
|
+
h = h + this.jk - this.jj;
|
|
14189
14225
|
}
|
|
14190
14226
|
b.bv = h;
|
|
14191
14227
|
b.bx = new igniteuiWebcomponentsCore.CornerRadius(0, 18);
|
|
14192
14228
|
d.h = 1;
|
|
14193
|
-
e.ae = this.
|
|
14194
|
-
e.y = this.
|
|
14229
|
+
e.ae = this.jk;
|
|
14230
|
+
e.y = this.jk;
|
|
14195
14231
|
e.h = 1;
|
|
14196
|
-
e.bf = new igniteuiWebcomponentsCore.Thickness(1, -this.
|
|
14232
|
+
e.bf = new igniteuiWebcomponentsCore.Thickness(1, -this.jj, 0, 0, 0);
|
|
14197
14233
|
e.bp = "igDropDownArrow";
|
|
14198
14234
|
e.bo = "IG_Default";
|
|
14199
14235
|
e.a9 = igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0);
|
|
@@ -14211,12 +14247,12 @@
|
|
|
14211
14247
|
d.ba = this.gx;
|
|
14212
14248
|
d.ae = this.bx;
|
|
14213
14249
|
d.y = this.bw;
|
|
14214
|
-
e.ba = this.
|
|
14250
|
+
e.ba = this.ju;
|
|
14215
14251
|
b.c = this.s;
|
|
14216
|
-
b.bk = igniteuiWebcomponentsCore.runOn(this, this.
|
|
14217
|
-
b.q = igniteuiWebcomponentsCore.runOn(this, this.
|
|
14218
|
-
b.s = igniteuiWebcomponentsCore.runOn(this, this.
|
|
14219
|
-
b.o = igniteuiWebcomponentsCore.runOn(this, this.
|
|
14252
|
+
b.bk = igniteuiWebcomponentsCore.runOn(this, this.iw);
|
|
14253
|
+
b.q = igniteuiWebcomponentsCore.runOn(this, this.iy);
|
|
14254
|
+
b.s = igniteuiWebcomponentsCore.runOn(this, this.iz);
|
|
14255
|
+
b.o = igniteuiWebcomponentsCore.runOn(this, this.ix);
|
|
14220
14256
|
if (this.hc != b) {
|
|
14221
14257
|
if (this.hc != null) {
|
|
14222
14258
|
this.hc.bk = null;
|
|
@@ -14229,25 +14265,25 @@
|
|
|
14229
14265
|
if (this.hd != d) {
|
|
14230
14266
|
this.hd = d;
|
|
14231
14267
|
}
|
|
14232
|
-
if (this.
|
|
14233
|
-
this.
|
|
14268
|
+
if (this.jd != e) {
|
|
14269
|
+
this.jd = e;
|
|
14234
14270
|
}
|
|
14235
|
-
this.
|
|
14271
|
+
this.jq();
|
|
14236
14272
|
};
|
|
14237
14273
|
ToolActionIconMenu.prototype.fx = function (a, b, c) {
|
|
14238
14274
|
var _this = this;
|
|
14239
|
-
if (this.
|
|
14275
|
+
if (this.jg) {
|
|
14240
14276
|
return;
|
|
14241
14277
|
}
|
|
14242
14278
|
var d = b.b;
|
|
14243
14279
|
if (d.bq == null || d.ao == null || igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.ToolActionType_$type, d.ao) != this.u || a.bk == 0) {
|
|
14244
14280
|
var e = [1, 7, 11, 11, 12];
|
|
14245
14281
|
var f = [this.ag(1), this.ag(7), this.ag(11), this.ag(11), this.ag(12)];
|
|
14246
|
-
this.
|
|
14282
|
+
this.jg = true;
|
|
14247
14283
|
igniteuiWebcomponentsCore.NativeUIComponent.au(this.p.s.x(), e, f, function (g) {
|
|
14248
|
-
_this.
|
|
14249
|
-
_this.
|
|
14250
|
-
_this.
|
|
14284
|
+
_this.jr(a, g[0], g[1], g[2], g[3], c, true);
|
|
14285
|
+
_this.ja(a, g[4]);
|
|
14286
|
+
_this.jg = false;
|
|
14251
14287
|
});
|
|
14252
14288
|
d.ao = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ToolActionType_$type, this.u);
|
|
14253
14289
|
}
|
|
@@ -14257,11 +14293,11 @@
|
|
|
14257
14293
|
var i = h.bj(0);
|
|
14258
14294
|
var j = h.bj(1);
|
|
14259
14295
|
var k = a.bj(1);
|
|
14260
|
-
this.
|
|
14261
|
-
this.
|
|
14296
|
+
this.jr(a, g, h, i, j, c, false);
|
|
14297
|
+
this.ja(a, k);
|
|
14262
14298
|
}
|
|
14263
14299
|
};
|
|
14264
|
-
ToolActionIconMenu.prototype.
|
|
14300
|
+
ToolActionIconMenu.prototype.jp = function (a) {
|
|
14265
14301
|
this.f3(a.a);
|
|
14266
14302
|
if (a.b) {
|
|
14267
14303
|
this.e5();
|
|
@@ -14271,40 +14307,40 @@
|
|
|
14271
14307
|
_super.prototype.f0.call(this, a, b, c);
|
|
14272
14308
|
switch (a) {
|
|
14273
14309
|
case "ShowArrowIcon":
|
|
14274
|
-
this.
|
|
14310
|
+
this.jq();
|
|
14275
14311
|
break;
|
|
14276
14312
|
}
|
|
14277
14313
|
};
|
|
14278
|
-
ToolActionIconMenu.prototype.
|
|
14279
|
-
if (this.hc == null || this.hd == null || this.
|
|
14314
|
+
ToolActionIconMenu.prototype.jq = function () {
|
|
14315
|
+
if (this.hc == null || this.hd == null || this.jd == null) {
|
|
14280
14316
|
return;
|
|
14281
14317
|
}
|
|
14282
|
-
if (this.
|
|
14318
|
+
if (this.jh) {
|
|
14283
14319
|
var a = this.hc.bm;
|
|
14284
14320
|
if (a.bv == 2) {
|
|
14285
14321
|
a.b8(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bx));
|
|
14286
|
-
a.b8(1, 1, this.
|
|
14322
|
+
a.b8(1, 1, this.ji);
|
|
14287
14323
|
}
|
|
14288
14324
|
else {
|
|
14289
14325
|
a.bz(0, 1, igniteuiWebcomponentsCore.DeviceUtils.g(this.bx));
|
|
14290
|
-
a.bz(1, 1, this.
|
|
14326
|
+
a.bz(1, 1, this.ji);
|
|
14291
14327
|
}
|
|
14292
14328
|
a.b6(this.hd, 0);
|
|
14293
|
-
a.b6(this.
|
|
14294
|
-
this.
|
|
14329
|
+
a.b6(this.jd, 1);
|
|
14330
|
+
this.jd.bh = 0;
|
|
14295
14331
|
}
|
|
14296
14332
|
else {
|
|
14297
14333
|
var b = this.hc.bm;
|
|
14298
14334
|
b.b8(1, 1, igniteuiWebcomponentsCore.DeviceUtils.g(0));
|
|
14299
|
-
this.
|
|
14335
|
+
this.jd.bh = 1;
|
|
14300
14336
|
}
|
|
14301
14337
|
};
|
|
14302
14338
|
ToolActionIconMenu.prototype.e2 = function (a, b) {
|
|
14303
14339
|
_super.prototype.e2.call(this, a, b);
|
|
14304
14340
|
switch (b) {
|
|
14305
14341
|
case "Visibility":
|
|
14306
|
-
if (this.
|
|
14307
|
-
this.
|
|
14342
|
+
if (this.jc != null) {
|
|
14343
|
+
this.jc.ax();
|
|
14308
14344
|
}
|
|
14309
14345
|
break;
|
|
14310
14346
|
}
|
|
@@ -14313,17 +14349,17 @@
|
|
|
14313
14349
|
_super.prototype.fz.call(this, a);
|
|
14314
14350
|
if (a.u == 8) {
|
|
14315
14351
|
var b = a;
|
|
14316
|
-
if (this.
|
|
14317
|
-
this.
|
|
14352
|
+
if (this.jh != b.jh) {
|
|
14353
|
+
this.jh = b.jh;
|
|
14318
14354
|
}
|
|
14319
|
-
if (this.
|
|
14320
|
-
this.
|
|
14355
|
+
if (this.jv != b.jv) {
|
|
14356
|
+
this.jv = b.jv;
|
|
14321
14357
|
}
|
|
14322
14358
|
}
|
|
14323
14359
|
};
|
|
14324
14360
|
ToolActionIconMenu.prototype.g = function () {
|
|
14325
14361
|
if (this.hf.b2) {
|
|
14326
|
-
return this.
|
|
14362
|
+
return this.jc.k().a;
|
|
14327
14363
|
}
|
|
14328
14364
|
return null;
|
|
14329
14365
|
};
|
|
@@ -14339,13 +14375,16 @@
|
|
|
14339
14375
|
if (this.hd != null) {
|
|
14340
14376
|
a.b = this.hd.af();
|
|
14341
14377
|
}
|
|
14342
|
-
if (this.
|
|
14343
|
-
a.j = this.
|
|
14378
|
+
if (this.jd != null) {
|
|
14379
|
+
a.j = this.jd.af();
|
|
14344
14380
|
}
|
|
14345
14381
|
return a;
|
|
14346
14382
|
};
|
|
14383
|
+
ToolActionIconMenu.prototype.hp = function () {
|
|
14384
|
+
return this.actions.count > 0;
|
|
14385
|
+
};
|
|
14347
14386
|
ToolActionIconMenu.$t = igniteuiWebcomponentsCore.markType(ToolActionIconMenu, 'ToolActionIconMenu', ToolActionIconButton.$);
|
|
14348
|
-
ToolActionIconMenu.
|
|
14387
|
+
ToolActionIconMenu.jm = "<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";
|
|
14349
14388
|
return ToolActionIconMenu;
|
|
14350
14389
|
}(ToolActionIconButton));
|
|
14351
14390
|
/**
|
|
@@ -14808,20 +14847,20 @@
|
|
|
14808
14847
|
_this.j = Toolbar.k;
|
|
14809
14848
|
_this.s = null;
|
|
14810
14849
|
_this.bb = Toolbar.bc;
|
|
14811
|
-
_this.dj = null;
|
|
14812
|
-
_this.dx = null;
|
|
14813
14850
|
_this.dn = null;
|
|
14814
|
-
_this.dw = null;
|
|
14815
|
-
_this.ds = null;
|
|
14816
|
-
_this.dz = null;
|
|
14817
|
-
_this.dm = null;
|
|
14818
|
-
_this.dq = null;
|
|
14819
14851
|
_this.d1 = null;
|
|
14852
|
+
_this.ds = null;
|
|
14820
14853
|
_this.d0 = null;
|
|
14854
|
+
_this.dw = null;
|
|
14855
|
+
_this.d3 = null;
|
|
14856
|
+
_this.dr = null;
|
|
14857
|
+
_this.du = null;
|
|
14858
|
+
_this.d5 = null;
|
|
14859
|
+
_this.d4 = null;
|
|
14821
14860
|
_this.at = NaN;
|
|
14822
14861
|
_this.au = NaN;
|
|
14823
|
-
_this.
|
|
14824
|
-
_this.
|
|
14862
|
+
_this.dx = null;
|
|
14863
|
+
_this.dy = null;
|
|
14825
14864
|
_this.t = null;
|
|
14826
14865
|
_this.u = null;
|
|
14827
14866
|
_this.aq = NaN;
|
|
@@ -14835,15 +14874,15 @@
|
|
|
14835
14874
|
_this.ad = true;
|
|
14836
14875
|
_this.ak = NaN;
|
|
14837
14876
|
_this.aj = NaN;
|
|
14838
|
-
_this.dr = null;
|
|
14839
14877
|
_this.dv = null;
|
|
14840
|
-
_this.
|
|
14841
|
-
_this.
|
|
14842
|
-
_this.d3 = null;
|
|
14843
|
-
_this.dl = null;
|
|
14844
|
-
_this.a8 = -1;
|
|
14845
|
-
_this.dy = null;
|
|
14878
|
+
_this.dz = null;
|
|
14879
|
+
_this.d6 = null;
|
|
14846
14880
|
_this.dp = null;
|
|
14881
|
+
_this.d7 = null;
|
|
14882
|
+
_this.dq = null;
|
|
14883
|
+
_this.a8 = -1;
|
|
14884
|
+
_this.d2 = null;
|
|
14885
|
+
_this.dt = null;
|
|
14847
14886
|
_this.a7 = -1;
|
|
14848
14887
|
_this._userSetWidth = false;
|
|
14849
14888
|
_this._userSetHeight = false;
|
|
@@ -14853,11 +14892,11 @@
|
|
|
14853
14892
|
_this.b = null;
|
|
14854
14893
|
_this.onCommand = null;
|
|
14855
14894
|
var a = _this.actions;
|
|
14856
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
14895
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cu));
|
|
14857
14896
|
var b = _this.actualActions;
|
|
14858
|
-
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
14897
|
+
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cw));
|
|
14859
14898
|
var c = _this.actualActions;
|
|
14860
|
-
c.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(c.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
14899
|
+
c.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(c.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.cx));
|
|
14861
14900
|
igniteuiWebcomponentsCore.NativeUIInputsFactory.n();
|
|
14862
14901
|
igniteuiWebcomponentsInputs.NativeUIXInputsFactory.j();
|
|
14863
14902
|
var d = new ToolbarView();
|
|
@@ -14877,16 +14916,16 @@
|
|
|
14877
14916
|
enumerable: false,
|
|
14878
14917
|
configurable: true
|
|
14879
14918
|
});
|
|
14880
|
-
Toolbar.prototype.
|
|
14919
|
+
Toolbar.prototype.c2 = function (a) {
|
|
14881
14920
|
this.p = a;
|
|
14882
14921
|
this.p.ca = this;
|
|
14883
14922
|
this.p.u = this.q == 0 ? 1 : this.q;
|
|
14884
14923
|
var b = this.p;
|
|
14885
|
-
b.onCommand = igniteuiWebcomponentsCore.delegateCombine(b.onCommand, igniteuiWebcomponentsCore.runOn(this, this.
|
|
14924
|
+
b.onCommand = igniteuiWebcomponentsCore.delegateCombine(b.onCommand, igniteuiWebcomponentsCore.runOn(this, this.ct));
|
|
14886
14925
|
this.p.n = new ToolPanelContext();
|
|
14887
|
-
this.
|
|
14926
|
+
this.dk();
|
|
14888
14927
|
};
|
|
14889
|
-
Toolbar.prototype.
|
|
14928
|
+
Toolbar.prototype.ct = function (a, b) {
|
|
14890
14929
|
var c = false;
|
|
14891
14930
|
if (this.s != null) {
|
|
14892
14931
|
if (this.s.onToolCommandExecuting(b.a) == 2) {
|
|
@@ -14898,17 +14937,17 @@
|
|
|
14898
14937
|
this.onCommand(this, b);
|
|
14899
14938
|
}
|
|
14900
14939
|
};
|
|
14901
|
-
Toolbar.prototype.
|
|
14940
|
+
Toolbar.prototype.c9 = function (a) {
|
|
14902
14941
|
if (this.onCommand != null) {
|
|
14903
14942
|
this.onCommand(this, this.n);
|
|
14904
14943
|
this.n = null;
|
|
14905
14944
|
}
|
|
14906
14945
|
};
|
|
14907
|
-
Toolbar.prototype.
|
|
14946
|
+
Toolbar.prototype.c7 = function () {
|
|
14908
14947
|
var a = this.target;
|
|
14909
|
-
this.
|
|
14948
|
+
this.c8(a, a);
|
|
14910
14949
|
};
|
|
14911
|
-
Toolbar.prototype.
|
|
14950
|
+
Toolbar.prototype.c5 = function (a) {
|
|
14912
14951
|
this.p.notifySizeChanged();
|
|
14913
14952
|
};
|
|
14914
14953
|
Object.defineProperty(Toolbar.prototype, "r", {
|
|
@@ -14919,7 +14958,7 @@
|
|
|
14919
14958
|
var b = this.q;
|
|
14920
14959
|
this.q = a;
|
|
14921
14960
|
if (b != this.q) {
|
|
14922
|
-
this.
|
|
14961
|
+
this.c6("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
14923
14962
|
}
|
|
14924
14963
|
},
|
|
14925
14964
|
enumerable: false,
|
|
@@ -14933,7 +14972,7 @@
|
|
|
14933
14972
|
var b = this.f;
|
|
14934
14973
|
this.f = a;
|
|
14935
14974
|
if (b != this.f) {
|
|
14936
|
-
this.
|
|
14975
|
+
this.c6("AutoGeneratedActions", b, this.f);
|
|
14937
14976
|
}
|
|
14938
14977
|
},
|
|
14939
14978
|
enumerable: false,
|
|
@@ -14947,7 +14986,7 @@
|
|
|
14947
14986
|
var b = this.d;
|
|
14948
14987
|
this.d = a;
|
|
14949
14988
|
if (b != this.d) {
|
|
14950
|
-
this.
|
|
14989
|
+
this.c6("Actions", b, this.d);
|
|
14951
14990
|
}
|
|
14952
14991
|
},
|
|
14953
14992
|
enumerable: false,
|
|
@@ -14961,7 +15000,7 @@
|
|
|
14961
15000
|
var b = this.e;
|
|
14962
15001
|
this.e = a;
|
|
14963
15002
|
if (b != this.e) {
|
|
14964
|
-
this.
|
|
15003
|
+
this.c6("ActualActions", b, this.e);
|
|
14965
15004
|
}
|
|
14966
15005
|
},
|
|
14967
15006
|
enumerable: false,
|
|
@@ -14975,7 +15014,7 @@
|
|
|
14975
15014
|
var b = this.j;
|
|
14976
15015
|
this.j = a;
|
|
14977
15016
|
if (b != this.j) {
|
|
14978
|
-
this.
|
|
15017
|
+
this.c6("Orientation", igniteuiWebcomponentsCore.enumGetBox(ToolbarOrientation_$type, b), igniteuiWebcomponentsCore.enumGetBox(ToolbarOrientation_$type, a));
|
|
14979
15018
|
}
|
|
14980
15019
|
},
|
|
14981
15020
|
enumerable: false,
|
|
@@ -14989,147 +15028,147 @@
|
|
|
14989
15028
|
var b = this.bb;
|
|
14990
15029
|
this.bb = a;
|
|
14991
15030
|
if (b != this.bb) {
|
|
14992
|
-
this.
|
|
15031
|
+
this.c6("Target", b, a);
|
|
14993
15032
|
}
|
|
14994
15033
|
},
|
|
14995
15034
|
enumerable: false,
|
|
14996
15035
|
configurable: true
|
|
14997
15036
|
});
|
|
14998
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15037
|
+
Object.defineProperty(Toolbar.prototype, "d8", {
|
|
14999
15038
|
get: function () {
|
|
15000
|
-
return this.
|
|
15039
|
+
return this.dn;
|
|
15001
15040
|
},
|
|
15002
15041
|
set: function (a) {
|
|
15003
|
-
var b = this.
|
|
15004
|
-
this.
|
|
15005
|
-
if (b != this.
|
|
15006
|
-
this.
|
|
15042
|
+
var b = this.dn;
|
|
15043
|
+
this.dn = a;
|
|
15044
|
+
if (b != this.dn) {
|
|
15045
|
+
this.c6("BackgroundColor", b, a);
|
|
15007
15046
|
}
|
|
15008
15047
|
},
|
|
15009
15048
|
enumerable: false,
|
|
15010
15049
|
configurable: true
|
|
15011
15050
|
});
|
|
15012
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15051
|
+
Object.defineProperty(Toolbar.prototype, "el", {
|
|
15013
15052
|
get: function () {
|
|
15014
|
-
return this.
|
|
15053
|
+
return this.d1;
|
|
15015
15054
|
},
|
|
15016
15055
|
set: function (a) {
|
|
15017
|
-
var b = this.
|
|
15018
|
-
this.
|
|
15019
|
-
if (b != this.
|
|
15020
|
-
this.
|
|
15056
|
+
var b = this.d1;
|
|
15057
|
+
this.d1 = a;
|
|
15058
|
+
if (b != this.d1) {
|
|
15059
|
+
this.c6("SubmenuBackgroundColor", b, this.d1);
|
|
15021
15060
|
}
|
|
15022
15061
|
},
|
|
15023
15062
|
enumerable: false,
|
|
15024
15063
|
configurable: true
|
|
15025
15064
|
});
|
|
15026
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15065
|
+
Object.defineProperty(Toolbar.prototype, "ec", {
|
|
15027
15066
|
get: function () {
|
|
15028
|
-
return this.
|
|
15067
|
+
return this.ds;
|
|
15029
15068
|
},
|
|
15030
15069
|
set: function (a) {
|
|
15031
|
-
var b = this.
|
|
15032
|
-
this.
|
|
15033
|
-
if (b != this.
|
|
15034
|
-
this.
|
|
15070
|
+
var b = this.ds;
|
|
15071
|
+
this.ds = a;
|
|
15072
|
+
if (b != this.ds) {
|
|
15073
|
+
this.c6("GroupHeaderBackgroundColorPropertyName", b, this.ds);
|
|
15035
15074
|
}
|
|
15036
15075
|
},
|
|
15037
15076
|
enumerable: false,
|
|
15038
15077
|
configurable: true
|
|
15039
15078
|
});
|
|
15040
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15079
|
+
Object.defineProperty(Toolbar.prototype, "ek", {
|
|
15041
15080
|
get: function () {
|
|
15042
|
-
return this.
|
|
15081
|
+
return this.d0;
|
|
15043
15082
|
},
|
|
15044
15083
|
set: function (a) {
|
|
15045
|
-
var b = this.
|
|
15046
|
-
this.
|
|
15047
|
-
if (b != this.
|
|
15048
|
-
this.
|
|
15084
|
+
var b = this.d0;
|
|
15085
|
+
this.d0 = a;
|
|
15086
|
+
if (b != this.d0) {
|
|
15087
|
+
this.c6("SeparatorBackgroundColor", b, this.d0);
|
|
15049
15088
|
}
|
|
15050
15089
|
},
|
|
15051
15090
|
enumerable: false,
|
|
15052
15091
|
configurable: true
|
|
15053
15092
|
});
|
|
15054
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15093
|
+
Object.defineProperty(Toolbar.prototype, "eg", {
|
|
15055
15094
|
get: function () {
|
|
15056
|
-
return this.
|
|
15095
|
+
return this.dw;
|
|
15057
15096
|
},
|
|
15058
15097
|
set: function (a) {
|
|
15059
|
-
var b = this.
|
|
15060
|
-
this.
|
|
15061
|
-
if (b != this.
|
|
15062
|
-
this.
|
|
15098
|
+
var b = this.dw;
|
|
15099
|
+
this.dw = a;
|
|
15100
|
+
if (b != this.dw) {
|
|
15101
|
+
this.c6("HoverBackgroundColor", b, this.dw);
|
|
15063
15102
|
}
|
|
15064
15103
|
},
|
|
15065
15104
|
enumerable: false,
|
|
15066
15105
|
configurable: true
|
|
15067
15106
|
});
|
|
15068
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15107
|
+
Object.defineProperty(Toolbar.prototype, "en", {
|
|
15069
15108
|
get: function () {
|
|
15070
|
-
return this.
|
|
15109
|
+
return this.d3;
|
|
15071
15110
|
},
|
|
15072
15111
|
set: function (a) {
|
|
15073
|
-
var b = this.
|
|
15074
|
-
this.
|
|
15075
|
-
if (b != this.
|
|
15076
|
-
this.
|
|
15112
|
+
var b = this.d3;
|
|
15113
|
+
this.d3 = a;
|
|
15114
|
+
if (b != this.d3) {
|
|
15115
|
+
this.c6("TextColor", b, this.d3);
|
|
15077
15116
|
}
|
|
15078
15117
|
},
|
|
15079
15118
|
enumerable: false,
|
|
15080
15119
|
configurable: true
|
|
15081
15120
|
});
|
|
15082
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15121
|
+
Object.defineProperty(Toolbar.prototype, "eb", {
|
|
15083
15122
|
get: function () {
|
|
15084
|
-
return this.
|
|
15123
|
+
return this.dr;
|
|
15085
15124
|
},
|
|
15086
15125
|
set: function (a) {
|
|
15087
|
-
var b = this.
|
|
15088
|
-
this.
|
|
15089
|
-
if (b != this.
|
|
15090
|
-
this.
|
|
15126
|
+
var b = this.dr;
|
|
15127
|
+
this.dr = a;
|
|
15128
|
+
if (b != this.dr) {
|
|
15129
|
+
this.c6("DisabledTextColor", b, this.dr);
|
|
15091
15130
|
}
|
|
15092
15131
|
},
|
|
15093
15132
|
enumerable: false,
|
|
15094
15133
|
configurable: true
|
|
15095
15134
|
});
|
|
15096
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15135
|
+
Object.defineProperty(Toolbar.prototype, "ee", {
|
|
15097
15136
|
get: function () {
|
|
15098
|
-
return this.
|
|
15137
|
+
return this.du;
|
|
15099
15138
|
},
|
|
15100
15139
|
set: function (a) {
|
|
15101
|
-
var b = this.
|
|
15102
|
-
this.
|
|
15103
|
-
if (b != this.
|
|
15104
|
-
this.
|
|
15140
|
+
var b = this.du;
|
|
15141
|
+
this.du = a;
|
|
15142
|
+
if (b != this.du) {
|
|
15143
|
+
this.c6("GroupHeaderTextColor", b, this.du);
|
|
15105
15144
|
}
|
|
15106
15145
|
},
|
|
15107
15146
|
enumerable: false,
|
|
15108
15147
|
configurable: true
|
|
15109
15148
|
});
|
|
15110
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15149
|
+
Object.defineProperty(Toolbar.prototype, "ep", {
|
|
15111
15150
|
get: function () {
|
|
15112
|
-
return this.
|
|
15151
|
+
return this.d5;
|
|
15113
15152
|
},
|
|
15114
15153
|
set: function (a) {
|
|
15115
|
-
var b = this.
|
|
15116
|
-
this.
|
|
15117
|
-
if (b != this.
|
|
15118
|
-
this.
|
|
15154
|
+
var b = this.d5;
|
|
15155
|
+
this.d5 = a;
|
|
15156
|
+
if (b != this.d5) {
|
|
15157
|
+
this.c6("ToolTipTextColor", b, this.d5);
|
|
15119
15158
|
}
|
|
15120
15159
|
},
|
|
15121
15160
|
enumerable: false,
|
|
15122
15161
|
configurable: true
|
|
15123
15162
|
});
|
|
15124
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15163
|
+
Object.defineProperty(Toolbar.prototype, "eo", {
|
|
15125
15164
|
get: function () {
|
|
15126
|
-
return this.
|
|
15165
|
+
return this.d4;
|
|
15127
15166
|
},
|
|
15128
15167
|
set: function (a) {
|
|
15129
|
-
var b = this.
|
|
15130
|
-
this.
|
|
15131
|
-
if (b != this.
|
|
15132
|
-
this.
|
|
15168
|
+
var b = this.d4;
|
|
15169
|
+
this.d4 = a;
|
|
15170
|
+
if (b != this.d4) {
|
|
15171
|
+
this.c6("ToolTipBackgroundColor", b, this.d4);
|
|
15133
15172
|
}
|
|
15134
15173
|
},
|
|
15135
15174
|
enumerable: false,
|
|
@@ -15143,7 +15182,7 @@
|
|
|
15143
15182
|
var b = this.at;
|
|
15144
15183
|
this.at = a;
|
|
15145
15184
|
if (b != this.at) {
|
|
15146
|
-
this.
|
|
15185
|
+
this.c6("ToolTipCornerRadius", b, this.at);
|
|
15147
15186
|
}
|
|
15148
15187
|
},
|
|
15149
15188
|
enumerable: false,
|
|
@@ -15157,35 +15196,35 @@
|
|
|
15157
15196
|
var b = this.au;
|
|
15158
15197
|
this.au = a;
|
|
15159
15198
|
if (b != this.au) {
|
|
15160
|
-
this.
|
|
15199
|
+
this.c6("ToolTipElevation", b, this.au);
|
|
15161
15200
|
}
|
|
15162
15201
|
},
|
|
15163
15202
|
enumerable: false,
|
|
15164
15203
|
configurable: true
|
|
15165
15204
|
});
|
|
15166
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15205
|
+
Object.defineProperty(Toolbar.prototype, "eh", {
|
|
15167
15206
|
get: function () {
|
|
15168
|
-
return this.
|
|
15207
|
+
return this.dx;
|
|
15169
15208
|
},
|
|
15170
15209
|
set: function (a) {
|
|
15171
|
-
var b = this.
|
|
15172
|
-
this.
|
|
15173
|
-
if (b != this.
|
|
15174
|
-
this.
|
|
15210
|
+
var b = this.dx;
|
|
15211
|
+
this.dx = a;
|
|
15212
|
+
if (b != this.dx) {
|
|
15213
|
+
this.c6("IconFill", b, this.dx);
|
|
15175
15214
|
}
|
|
15176
15215
|
},
|
|
15177
15216
|
enumerable: false,
|
|
15178
15217
|
configurable: true
|
|
15179
15218
|
});
|
|
15180
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15219
|
+
Object.defineProperty(Toolbar.prototype, "ei", {
|
|
15181
15220
|
get: function () {
|
|
15182
|
-
return this.
|
|
15221
|
+
return this.dy;
|
|
15183
15222
|
},
|
|
15184
15223
|
set: function (a) {
|
|
15185
|
-
var b = this.
|
|
15186
|
-
this.
|
|
15187
|
-
if (b != this.
|
|
15188
|
-
this.
|
|
15224
|
+
var b = this.dy;
|
|
15225
|
+
this.dy = a;
|
|
15226
|
+
if (b != this.dy) {
|
|
15227
|
+
this.c6("IconStroke", b, this.dy);
|
|
15189
15228
|
}
|
|
15190
15229
|
},
|
|
15191
15230
|
enumerable: false,
|
|
@@ -15199,7 +15238,7 @@
|
|
|
15199
15238
|
var b = this.t;
|
|
15200
15239
|
this.t = a;
|
|
15201
15240
|
if (b != this.t) {
|
|
15202
|
-
this.
|
|
15241
|
+
this.c6("CellTextStyle", b, this.t);
|
|
15203
15242
|
}
|
|
15204
15243
|
},
|
|
15205
15244
|
enumerable: false,
|
|
@@ -15213,7 +15252,7 @@
|
|
|
15213
15252
|
var b = this.u;
|
|
15214
15253
|
this.u = a;
|
|
15215
15254
|
if (b != this.u) {
|
|
15216
|
-
this.
|
|
15255
|
+
this.c6("SubtitleTextStyle", b, this.u);
|
|
15217
15256
|
}
|
|
15218
15257
|
},
|
|
15219
15258
|
enumerable: false,
|
|
@@ -15233,7 +15272,7 @@
|
|
|
15233
15272
|
var b = this.aq;
|
|
15234
15273
|
this.aq = a;
|
|
15235
15274
|
if (b != this.aq) {
|
|
15236
|
-
this.
|
|
15275
|
+
this.c6("SeparatorVerticalPaddingLeft", b, this.aq);
|
|
15237
15276
|
}
|
|
15238
15277
|
},
|
|
15239
15278
|
enumerable: false,
|
|
@@ -15247,7 +15286,7 @@
|
|
|
15247
15286
|
var b = this.ar;
|
|
15248
15287
|
this.ar = a;
|
|
15249
15288
|
if (b != this.ar) {
|
|
15250
|
-
this.
|
|
15289
|
+
this.c6("SeparatorVerticalPaddingRight", b, this.ar);
|
|
15251
15290
|
}
|
|
15252
15291
|
},
|
|
15253
15292
|
enumerable: false,
|
|
@@ -15261,7 +15300,7 @@
|
|
|
15261
15300
|
var b = this.as;
|
|
15262
15301
|
this.as = a;
|
|
15263
15302
|
if (b != this.as) {
|
|
15264
|
-
this.
|
|
15303
|
+
this.c6("SeparatorVerticalPaddingTop", b, this.as);
|
|
15265
15304
|
}
|
|
15266
15305
|
},
|
|
15267
15306
|
enumerable: false,
|
|
@@ -15275,7 +15314,7 @@
|
|
|
15275
15314
|
var b = this.ap;
|
|
15276
15315
|
this.ap = a;
|
|
15277
15316
|
if (b != this.ap) {
|
|
15278
|
-
this.
|
|
15317
|
+
this.c6("SeparatorVerticalPaddingBottom", b, this.ap);
|
|
15279
15318
|
}
|
|
15280
15319
|
},
|
|
15281
15320
|
enumerable: false,
|
|
@@ -15289,7 +15328,7 @@
|
|
|
15289
15328
|
var b = this.am;
|
|
15290
15329
|
this.am = a;
|
|
15291
15330
|
if (b != this.am) {
|
|
15292
|
-
this.
|
|
15331
|
+
this.c6("SeparatorHorizontalPaddingLeft", b, this.am);
|
|
15293
15332
|
}
|
|
15294
15333
|
},
|
|
15295
15334
|
enumerable: false,
|
|
@@ -15303,7 +15342,7 @@
|
|
|
15303
15342
|
var b = this.an;
|
|
15304
15343
|
this.an = a;
|
|
15305
15344
|
if (b != this.an) {
|
|
15306
|
-
this.
|
|
15345
|
+
this.c6("SeparatorHorizontalPaddingRight", b, this.an);
|
|
15307
15346
|
}
|
|
15308
15347
|
},
|
|
15309
15348
|
enumerable: false,
|
|
@@ -15317,7 +15356,7 @@
|
|
|
15317
15356
|
var b = this.ao;
|
|
15318
15357
|
this.ao = a;
|
|
15319
15358
|
if (b != this.ao) {
|
|
15320
|
-
this.
|
|
15359
|
+
this.c6("SeparatorHorizontalPaddingTop", b, this.ao);
|
|
15321
15360
|
}
|
|
15322
15361
|
},
|
|
15323
15362
|
enumerable: false,
|
|
@@ -15331,7 +15370,7 @@
|
|
|
15331
15370
|
var b = this.al;
|
|
15332
15371
|
this.al = a;
|
|
15333
15372
|
if (b != this.al) {
|
|
15334
|
-
this.
|
|
15373
|
+
this.c6("SeparatorHorizontalPaddingBottom", b, this.al);
|
|
15335
15374
|
}
|
|
15336
15375
|
},
|
|
15337
15376
|
enumerable: false,
|
|
@@ -15345,7 +15384,7 @@
|
|
|
15345
15384
|
var b = this.ad;
|
|
15346
15385
|
this.ad = a;
|
|
15347
15386
|
if (b != this.ad) {
|
|
15348
|
-
this.
|
|
15387
|
+
this.c6("ShowOnHover", b, this.ad);
|
|
15349
15388
|
}
|
|
15350
15389
|
},
|
|
15351
15390
|
enumerable: false,
|
|
@@ -15359,7 +15398,7 @@
|
|
|
15359
15398
|
var b = this.ak;
|
|
15360
15399
|
this.ak = a;
|
|
15361
15400
|
if (b != this.ak) {
|
|
15362
|
-
this.
|
|
15401
|
+
this.c6("HighlightWidth", b, this.ak);
|
|
15363
15402
|
}
|
|
15364
15403
|
},
|
|
15365
15404
|
enumerable: false,
|
|
@@ -15373,91 +15412,91 @@
|
|
|
15373
15412
|
var b = this.aj;
|
|
15374
15413
|
this.aj = a;
|
|
15375
15414
|
if (b != this.aj) {
|
|
15376
|
-
this.
|
|
15415
|
+
this.c6("HighlightRadius", b, this.aj);
|
|
15377
15416
|
}
|
|
15378
15417
|
},
|
|
15379
15418
|
enumerable: false,
|
|
15380
15419
|
configurable: true
|
|
15381
15420
|
});
|
|
15382
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15421
|
+
Object.defineProperty(Toolbar.prototype, "ef", {
|
|
15383
15422
|
get: function () {
|
|
15384
|
-
return this.
|
|
15423
|
+
return this.dv;
|
|
15385
15424
|
},
|
|
15386
15425
|
set: function (a) {
|
|
15387
|
-
var b = this.
|
|
15388
|
-
this.
|
|
15389
|
-
if (b != this.
|
|
15390
|
-
this.
|
|
15426
|
+
var b = this.dv;
|
|
15427
|
+
this.dv = a;
|
|
15428
|
+
if (b != this.dv) {
|
|
15429
|
+
this.c6("HighlightColor", b, this.dv);
|
|
15391
15430
|
}
|
|
15392
15431
|
},
|
|
15393
15432
|
enumerable: false,
|
|
15394
15433
|
configurable: true
|
|
15395
15434
|
});
|
|
15396
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15435
|
+
Object.defineProperty(Toolbar.prototype, "ej", {
|
|
15397
15436
|
get: function () {
|
|
15398
|
-
return this.
|
|
15437
|
+
return this.dz;
|
|
15399
15438
|
},
|
|
15400
15439
|
set: function (a) {
|
|
15401
|
-
var b = this.
|
|
15402
|
-
this.
|
|
15403
|
-
if (b != this.
|
|
15404
|
-
this.
|
|
15440
|
+
var b = this.dz;
|
|
15441
|
+
this.dz = a;
|
|
15442
|
+
if (b != this.dz) {
|
|
15443
|
+
this.c6("MenuArrowStroke", b, this.dz);
|
|
15405
15444
|
}
|
|
15406
15445
|
},
|
|
15407
15446
|
enumerable: false,
|
|
15408
15447
|
configurable: true
|
|
15409
15448
|
});
|
|
15410
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15449
|
+
Object.defineProperty(Toolbar.prototype, "eq", {
|
|
15411
15450
|
get: function () {
|
|
15412
|
-
return this.
|
|
15451
|
+
return this.d6;
|
|
15413
15452
|
},
|
|
15414
15453
|
set: function (a) {
|
|
15415
|
-
var b = this.
|
|
15416
|
-
this.
|
|
15417
|
-
if (b != this.
|
|
15418
|
-
this.
|
|
15454
|
+
var b = this.d6;
|
|
15455
|
+
this.d6 = a;
|
|
15456
|
+
if (b != this.d6) {
|
|
15457
|
+
this.c6("UncheckedBackgroundColor", b, this.d6);
|
|
15419
15458
|
}
|
|
15420
15459
|
},
|
|
15421
15460
|
enumerable: false,
|
|
15422
15461
|
configurable: true
|
|
15423
15462
|
});
|
|
15424
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15463
|
+
Object.defineProperty(Toolbar.prototype, "d9", {
|
|
15425
15464
|
get: function () {
|
|
15426
|
-
return this.
|
|
15465
|
+
return this.dp;
|
|
15427
15466
|
},
|
|
15428
15467
|
set: function (a) {
|
|
15429
|
-
var b = this.
|
|
15430
|
-
this.
|
|
15431
|
-
if (b != this.
|
|
15432
|
-
this.
|
|
15468
|
+
var b = this.dp;
|
|
15469
|
+
this.dp = a;
|
|
15470
|
+
if (b != this.dp) {
|
|
15471
|
+
this.c6("CheckedBackgroundColor", b, this.dp);
|
|
15433
15472
|
}
|
|
15434
15473
|
},
|
|
15435
15474
|
enumerable: false,
|
|
15436
15475
|
configurable: true
|
|
15437
15476
|
});
|
|
15438
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15477
|
+
Object.defineProperty(Toolbar.prototype, "er", {
|
|
15439
15478
|
get: function () {
|
|
15440
|
-
return this.
|
|
15479
|
+
return this.d7;
|
|
15441
15480
|
},
|
|
15442
15481
|
set: function (a) {
|
|
15443
|
-
var b = this.
|
|
15444
|
-
this.
|
|
15445
|
-
if (b != this.
|
|
15446
|
-
this.
|
|
15482
|
+
var b = this.d7;
|
|
15483
|
+
this.d7 = a;
|
|
15484
|
+
if (b != this.d7) {
|
|
15485
|
+
this.c6("UncheckedBorderColor", b, this.d7);
|
|
15447
15486
|
}
|
|
15448
15487
|
},
|
|
15449
15488
|
enumerable: false,
|
|
15450
15489
|
configurable: true
|
|
15451
15490
|
});
|
|
15452
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15491
|
+
Object.defineProperty(Toolbar.prototype, "ea", {
|
|
15453
15492
|
get: function () {
|
|
15454
|
-
return this.
|
|
15493
|
+
return this.dq;
|
|
15455
15494
|
},
|
|
15456
15495
|
set: function (a) {
|
|
15457
|
-
var b = this.
|
|
15458
|
-
this.
|
|
15459
|
-
if (b != this.
|
|
15460
|
-
this.
|
|
15496
|
+
var b = this.dq;
|
|
15497
|
+
this.dq = a;
|
|
15498
|
+
if (b != this.dq) {
|
|
15499
|
+
this.c6("CheckedBorderColor", b, this.dq);
|
|
15461
15500
|
}
|
|
15462
15501
|
},
|
|
15463
15502
|
enumerable: false,
|
|
@@ -15476,29 +15515,29 @@
|
|
|
15476
15515
|
enumerable: false,
|
|
15477
15516
|
configurable: true
|
|
15478
15517
|
});
|
|
15479
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15518
|
+
Object.defineProperty(Toolbar.prototype, "em", {
|
|
15480
15519
|
get: function () {
|
|
15481
|
-
return this.
|
|
15520
|
+
return this.d2;
|
|
15482
15521
|
},
|
|
15483
15522
|
set: function (a) {
|
|
15484
|
-
var b = this.
|
|
15485
|
-
this.
|
|
15486
|
-
if (b != this.
|
|
15487
|
-
this.
|
|
15523
|
+
var b = this.d2;
|
|
15524
|
+
this.d2 = a;
|
|
15525
|
+
if (b != this.d2) {
|
|
15526
|
+
this.c6("SubtitleTextColor", b, this.d2);
|
|
15488
15527
|
}
|
|
15489
15528
|
},
|
|
15490
15529
|
enumerable: false,
|
|
15491
15530
|
configurable: true
|
|
15492
15531
|
});
|
|
15493
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
15532
|
+
Object.defineProperty(Toolbar.prototype, "ed", {
|
|
15494
15533
|
get: function () {
|
|
15495
|
-
return this.
|
|
15534
|
+
return this.dt;
|
|
15496
15535
|
},
|
|
15497
15536
|
set: function (a) {
|
|
15498
|
-
var b = this.
|
|
15499
|
-
this.
|
|
15500
|
-
if (b != this.
|
|
15501
|
-
this.
|
|
15537
|
+
var b = this.dt;
|
|
15538
|
+
this.dt = a;
|
|
15539
|
+
if (b != this.dt) {
|
|
15540
|
+
this.c6("GroupHeaderSubtitleTextColor", b, this.dt);
|
|
15502
15541
|
}
|
|
15503
15542
|
},
|
|
15504
15543
|
enumerable: false,
|
|
@@ -15512,7 +15551,7 @@
|
|
|
15512
15551
|
var b = this.a7;
|
|
15513
15552
|
this.a7 = a;
|
|
15514
15553
|
if (b != this.a7) {
|
|
15515
|
-
this.
|
|
15554
|
+
this.c6("DropdownDelay", b, this.a7);
|
|
15516
15555
|
}
|
|
15517
15556
|
},
|
|
15518
15557
|
enumerable: false,
|
|
@@ -15538,7 +15577,7 @@
|
|
|
15538
15577
|
enumerable: false,
|
|
15539
15578
|
configurable: true
|
|
15540
15579
|
});
|
|
15541
|
-
Toolbar.prototype.
|
|
15580
|
+
Toolbar.prototype.cu = function (a, b) {
|
|
15542
15581
|
var e_4, _a, e_5, _b;
|
|
15543
15582
|
if (b.oldItems != null) {
|
|
15544
15583
|
try {
|
|
@@ -15546,7 +15585,7 @@
|
|
|
15546
15585
|
var c = _d.value;
|
|
15547
15586
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, c) !== null) {
|
|
15548
15587
|
var d = c;
|
|
15549
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
15588
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.cv));
|
|
15550
15589
|
}
|
|
15551
15590
|
}
|
|
15552
15591
|
}
|
|
@@ -15570,7 +15609,7 @@
|
|
|
15570
15609
|
var e = _f.value;
|
|
15571
15610
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, e) !== null) {
|
|
15572
15611
|
var f = e;
|
|
15573
|
-
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
15612
|
+
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.cv));
|
|
15574
15613
|
}
|
|
15575
15614
|
}
|
|
15576
15615
|
}
|
|
@@ -15588,21 +15627,21 @@
|
|
|
15588
15627
|
}
|
|
15589
15628
|
}
|
|
15590
15629
|
}
|
|
15591
|
-
this.
|
|
15630
|
+
this.c4();
|
|
15592
15631
|
};
|
|
15593
|
-
Toolbar.prototype.
|
|
15594
|
-
this.
|
|
15632
|
+
Toolbar.prototype.cw = function (a, b) {
|
|
15633
|
+
this.dm();
|
|
15595
15634
|
};
|
|
15596
|
-
Toolbar.prototype.
|
|
15635
|
+
Toolbar.prototype.cx = function (a, b) {
|
|
15597
15636
|
for (var c = 0; c < this.actualActions.count; c++) {
|
|
15598
15637
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, this.actualActions._inner[c]) !== null) {
|
|
15599
15638
|
var d = this.actualActions._inner[c];
|
|
15600
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
15639
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.cv));
|
|
15601
15640
|
}
|
|
15602
15641
|
this.actualActions._inner[c].f = null;
|
|
15603
15642
|
}
|
|
15604
15643
|
};
|
|
15605
|
-
Toolbar.prototype.
|
|
15644
|
+
Toolbar.prototype.dm = function () {
|
|
15606
15645
|
var a = this.r == 0 ? 1 : this.r;
|
|
15607
15646
|
if (this.p != null) {
|
|
15608
15647
|
this.p.u = a;
|
|
@@ -15611,34 +15650,34 @@
|
|
|
15611
15650
|
this.actualActions._inner[b].s = a;
|
|
15612
15651
|
}
|
|
15613
15652
|
};
|
|
15614
|
-
Toolbar.prototype.
|
|
15653
|
+
Toolbar.prototype.cv = function (a, b) {
|
|
15615
15654
|
};
|
|
15616
|
-
Toolbar.prototype.
|
|
15617
|
-
this.
|
|
15655
|
+
Toolbar.prototype.c4 = function () {
|
|
15656
|
+
this.dc();
|
|
15618
15657
|
};
|
|
15619
|
-
Toolbar.prototype.
|
|
15658
|
+
Toolbar.prototype.dc = function () {
|
|
15620
15659
|
if (this.ab) {
|
|
15621
15660
|
return;
|
|
15622
15661
|
}
|
|
15623
15662
|
if (this.c != null) {
|
|
15624
15663
|
this.ab = true;
|
|
15625
|
-
this.c.enqueueAction(igniteuiWebcomponentsCore.runOn(this, this.
|
|
15664
|
+
this.c.enqueueAction(igniteuiWebcomponentsCore.runOn(this, this.c0));
|
|
15626
15665
|
}
|
|
15627
15666
|
else {
|
|
15628
15667
|
this.ac = true;
|
|
15629
15668
|
}
|
|
15630
15669
|
};
|
|
15631
|
-
Toolbar.prototype.
|
|
15670
|
+
Toolbar.prototype.c0 = function () {
|
|
15632
15671
|
if (!this.ab) {
|
|
15633
15672
|
return;
|
|
15634
15673
|
}
|
|
15635
15674
|
this.ab = false;
|
|
15636
|
-
this.
|
|
15675
|
+
this.dd();
|
|
15637
15676
|
if (this.p.actions != this.actualActions) {
|
|
15638
15677
|
this.p.actions = this.actualActions;
|
|
15639
15678
|
}
|
|
15640
15679
|
};
|
|
15641
|
-
Toolbar.prototype.
|
|
15680
|
+
Toolbar.prototype.dd = function () {
|
|
15642
15681
|
var _this = this;
|
|
15643
15682
|
this.actualActions.clear();
|
|
15644
15683
|
for (var a = 0; a < this.autoGeneratedActions.count; a++) {
|
|
@@ -15782,9 +15821,9 @@
|
|
|
15782
15821
|
p3: d
|
|
15783
15822
|
};
|
|
15784
15823
|
};
|
|
15785
|
-
Toolbar.prototype.
|
|
15824
|
+
Toolbar.prototype.c1 = function () {
|
|
15786
15825
|
if (this.ab) {
|
|
15787
|
-
this.
|
|
15826
|
+
this.c0();
|
|
15788
15827
|
}
|
|
15789
15828
|
};
|
|
15790
15829
|
Toolbar.prototype.notifySizeChanged = function () {
|
|
@@ -15799,19 +15838,19 @@
|
|
|
15799
15838
|
this.v.w(this.m.j);
|
|
15800
15839
|
}
|
|
15801
15840
|
};
|
|
15802
|
-
Toolbar.prototype.
|
|
15841
|
+
Toolbar.prototype.c6 = function (a, b, c) {
|
|
15803
15842
|
if (this.propertyChanged != null) {
|
|
15804
15843
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
15805
15844
|
}
|
|
15806
|
-
this.
|
|
15845
|
+
this.da(a, b, c);
|
|
15807
15846
|
};
|
|
15808
|
-
Toolbar.prototype.
|
|
15847
|
+
Toolbar.prototype.da = function (a, b, c) {
|
|
15809
15848
|
switch (a) {
|
|
15810
15849
|
case "CellTextStyle":
|
|
15811
15850
|
if (this.v != null && this.m.j != null) {
|
|
15812
15851
|
this.v.w(this.m.j);
|
|
15813
15852
|
}
|
|
15814
|
-
this.
|
|
15853
|
+
this.dk();
|
|
15815
15854
|
break;
|
|
15816
15855
|
case "BackgroundColor":
|
|
15817
15856
|
case "TextColor":
|
|
@@ -15840,42 +15879,42 @@
|
|
|
15840
15879
|
case "GroupHeaderSubtitleTextColor":
|
|
15841
15880
|
case "SubtitleTextStyle":
|
|
15842
15881
|
case "DropdownDelay":
|
|
15843
|
-
this.
|
|
15882
|
+
this.dk();
|
|
15844
15883
|
break;
|
|
15845
15884
|
case "Target":
|
|
15846
15885
|
var d = c;
|
|
15847
15886
|
var e = b;
|
|
15848
|
-
this.
|
|
15887
|
+
this.c8(e, d);
|
|
15849
15888
|
break;
|
|
15850
15889
|
case "BaseTheme":
|
|
15851
|
-
this.
|
|
15890
|
+
this.dm();
|
|
15852
15891
|
break;
|
|
15853
15892
|
case "ExecutionContext":
|
|
15854
15893
|
if (this.c != null && this.ac) {
|
|
15855
|
-
this.
|
|
15894
|
+
this.dc();
|
|
15856
15895
|
this.ac = false;
|
|
15857
15896
|
}
|
|
15858
15897
|
break;
|
|
15859
15898
|
}
|
|
15860
15899
|
};
|
|
15861
|
-
Toolbar.prototype.
|
|
15900
|
+
Toolbar.prototype.dk = function () {
|
|
15862
15901
|
if (this.p != null) {
|
|
15863
15902
|
this.p.al = this.ag;
|
|
15864
|
-
this.p.ha = this.
|
|
15865
|
-
this.p.hq = this.
|
|
15866
|
-
this.p.hd = this.
|
|
15867
|
-
this.p.ho = this.
|
|
15868
|
-
this.p.he = this.
|
|
15869
|
-
this.p.hh = this.
|
|
15870
|
-
this.p.hn = this.
|
|
15871
|
-
this.p.hj = this.
|
|
15903
|
+
this.p.ha = this.d8;
|
|
15904
|
+
this.p.hq = this.en;
|
|
15905
|
+
this.p.hd = this.eb;
|
|
15906
|
+
this.p.ho = this.el;
|
|
15907
|
+
this.p.he = this.ec;
|
|
15908
|
+
this.p.hh = this.ee;
|
|
15909
|
+
this.p.hn = this.ek;
|
|
15910
|
+
this.p.hj = this.eg;
|
|
15872
15911
|
this.p.r = this.l;
|
|
15873
|
-
this.p.hs = this.
|
|
15874
|
-
this.p.hr = this.
|
|
15912
|
+
this.p.hs = this.ep;
|
|
15913
|
+
this.p.hr = this.eo;
|
|
15875
15914
|
this.p.b2 = this.a5;
|
|
15876
15915
|
this.p.b3 = this.a6;
|
|
15877
|
-
this.p.hk = this.
|
|
15878
|
-
this.p.hl = this.
|
|
15916
|
+
this.p.hk = this.eh;
|
|
15917
|
+
this.p.hl = this.ei;
|
|
15879
15918
|
this.p.ab = this.v;
|
|
15880
15919
|
this.p.ad = this.x;
|
|
15881
15920
|
this.p.bv = this.ay;
|
|
@@ -15886,30 +15925,30 @@
|
|
|
15886
15925
|
this.p.b0 = this.a3;
|
|
15887
15926
|
this.p.b1 = this.a4;
|
|
15888
15927
|
this.p.by = this.a1;
|
|
15889
|
-
this.p.hi = this.
|
|
15928
|
+
this.p.hi = this.ef;
|
|
15890
15929
|
this.p.bs = this.av;
|
|
15891
15930
|
this.p.bt = this.aw;
|
|
15892
|
-
this.p.hm = this.
|
|
15893
|
-
this.p.ht = this.
|
|
15894
|
-
this.p.hu = this.
|
|
15895
|
-
this.p.hb = this.
|
|
15896
|
-
this.p.hc = this.
|
|
15897
|
-
this.p.hp = this.
|
|
15898
|
-
this.p.hg = this.
|
|
15931
|
+
this.p.hm = this.ej;
|
|
15932
|
+
this.p.ht = this.eq;
|
|
15933
|
+
this.p.hu = this.er;
|
|
15934
|
+
this.p.hb = this.d9;
|
|
15935
|
+
this.p.hc = this.ea;
|
|
15936
|
+
this.p.hp = this.em;
|
|
15937
|
+
this.p.hg = this.ed;
|
|
15899
15938
|
this.p.b7 = this.a9;
|
|
15900
15939
|
if (this.a8 != -1) {
|
|
15901
15940
|
this.p.b8 = this.a8;
|
|
15902
15941
|
}
|
|
15903
15942
|
}
|
|
15904
15943
|
};
|
|
15905
|
-
Toolbar.prototype.
|
|
15944
|
+
Toolbar.prototype.es = function () {
|
|
15906
15945
|
if (this.p != null) {
|
|
15907
15946
|
return this.p.hv();
|
|
15908
15947
|
}
|
|
15909
15948
|
return igniteuiWebcomponentsCore.Size.empty;
|
|
15910
15949
|
};
|
|
15911
|
-
Toolbar.prototype.
|
|
15912
|
-
this.
|
|
15950
|
+
Toolbar.prototype.c8 = function (a, b) {
|
|
15951
|
+
this.cy();
|
|
15913
15952
|
this.s = b;
|
|
15914
15953
|
if (a != null) {
|
|
15915
15954
|
a.commandCompleted = null;
|
|
@@ -15917,17 +15956,17 @@
|
|
|
15917
15956
|
this.autoGeneratedActions.clear();
|
|
15918
15957
|
}
|
|
15919
15958
|
a.removeCommandStateChangedListener(this);
|
|
15920
|
-
this.
|
|
15959
|
+
this.dc();
|
|
15921
15960
|
}
|
|
15922
15961
|
if (b != null) {
|
|
15923
|
-
b.commandCompleted = igniteuiWebcomponentsCore.runOn(this, this.
|
|
15924
|
-
b.invalidateActions = igniteuiWebcomponentsCore.runOn(this, this.
|
|
15925
|
-
this.
|
|
15962
|
+
b.commandCompleted = igniteuiWebcomponentsCore.runOn(this, this.c9);
|
|
15963
|
+
b.invalidateActions = igniteuiWebcomponentsCore.runOn(this, this.c7);
|
|
15964
|
+
this.dl();
|
|
15926
15965
|
b.addCommandStateChangedListener(this);
|
|
15927
|
-
this.
|
|
15966
|
+
this.dc();
|
|
15928
15967
|
}
|
|
15929
15968
|
};
|
|
15930
|
-
Toolbar.prototype.
|
|
15969
|
+
Toolbar.prototype.dl = function () {
|
|
15931
15970
|
var a = this.s.getDesiredToolbarActions();
|
|
15932
15971
|
if (a == null) {
|
|
15933
15972
|
this.autoGeneratedActions.clear();
|
|
@@ -15963,13 +16002,13 @@
|
|
|
15963
16002
|
var b = this.b;
|
|
15964
16003
|
this.b = a;
|
|
15965
16004
|
if (b != this.b) {
|
|
15966
|
-
this.
|
|
16005
|
+
this.c6("ExecutionContext", b, this.b);
|
|
15967
16006
|
}
|
|
15968
16007
|
},
|
|
15969
16008
|
enumerable: false,
|
|
15970
16009
|
configurable: true
|
|
15971
16010
|
});
|
|
15972
|
-
Toolbar.prototype.
|
|
16011
|
+
Toolbar.prototype.cy = function () {
|
|
15973
16012
|
if (this.p != null) {
|
|
15974
16013
|
this.p.er();
|
|
15975
16014
|
}
|
|
@@ -16003,7 +16042,7 @@
|
|
|
16003
16042
|
}
|
|
16004
16043
|
}
|
|
16005
16044
|
};
|
|
16006
|
-
Toolbar.prototype.
|
|
16045
|
+
Toolbar.prototype.de = function (a, b) {
|
|
16007
16046
|
for (var c = 0; c < a.count; c++) {
|
|
16008
16047
|
var d = a._inner[c];
|
|
16009
16048
|
if (d.d4 == b) {
|
|
@@ -16011,25 +16050,39 @@
|
|
|
16011
16050
|
d.d4 = b;
|
|
16012
16051
|
}
|
|
16013
16052
|
if (d.actions != null && d.actions.count > 0) {
|
|
16014
|
-
this.
|
|
16053
|
+
this.de(d.actions, b);
|
|
16015
16054
|
}
|
|
16016
16055
|
}
|
|
16017
16056
|
};
|
|
16018
|
-
Toolbar.prototype.
|
|
16057
|
+
Toolbar.prototype.dg = function (a, b, c) {
|
|
16019
16058
|
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString(a, b, c);
|
|
16020
|
-
this.
|
|
16059
|
+
this.de(this.actualActions, b);
|
|
16021
16060
|
};
|
|
16022
|
-
Toolbar.prototype.
|
|
16061
|
+
Toolbar.prototype.bv = function (a, b) {
|
|
16023
16062
|
return igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(a, b);
|
|
16024
16063
|
};
|
|
16025
|
-
Toolbar.prototype.
|
|
16064
|
+
Toolbar.prototype.di = function (a, b, c) {
|
|
16026
16065
|
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathsString(a, b, c);
|
|
16027
|
-
this.
|
|
16066
|
+
this.de(this.actualActions, b);
|
|
16028
16067
|
};
|
|
16029
16068
|
Toolbar.prototype.a = function (a, b) {
|
|
16030
16069
|
return igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathsString(a, b);
|
|
16031
16070
|
};
|
|
16032
|
-
Toolbar.prototype.df = function (a, b) {
|
|
16071
|
+
Toolbar.prototype.df = function (a, b, c) {
|
|
16072
|
+
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addDataURLString(a, b, c);
|
|
16073
|
+
this.de(this.actualActions, b);
|
|
16074
|
+
};
|
|
16075
|
+
Toolbar.prototype.bu = function (a, b) {
|
|
16076
|
+
return igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(a, b);
|
|
16077
|
+
};
|
|
16078
|
+
Toolbar.prototype.dh = function (a, b, c) {
|
|
16079
|
+
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addIconSource(a, b, c);
|
|
16080
|
+
this.de(this.actualActions, b);
|
|
16081
|
+
};
|
|
16082
|
+
Toolbar.prototype.bf = function (a, b) {
|
|
16083
|
+
return igniteuiWebcomponentsCore.SvgIconRegistry.instance.getIconSource(a, b);
|
|
16084
|
+
};
|
|
16085
|
+
Toolbar.prototype.dj = function (a, b) {
|
|
16033
16086
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(a)) {
|
|
16034
16087
|
return;
|
|
16035
16088
|
}
|
|
@@ -16047,7 +16100,7 @@
|
|
|
16047
16100
|
}
|
|
16048
16101
|
return this.p.b9();
|
|
16049
16102
|
};
|
|
16050
|
-
Toolbar.prototype.
|
|
16103
|
+
Toolbar.prototype.bt = function () {
|
|
16051
16104
|
var a = this.bd();
|
|
16052
16105
|
return a.serialize();
|
|
16053
16106
|
};
|
|
@@ -21803,11 +21856,11 @@
|
|
|
21803
21856
|
* Gets or sets the color to use for the background of the component.
|
|
21804
21857
|
*/
|
|
21805
21858
|
get: function () {
|
|
21806
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21859
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d8);
|
|
21807
21860
|
},
|
|
21808
21861
|
set: function (v) {
|
|
21809
|
-
this.i.
|
|
21810
|
-
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21862
|
+
this.i.d8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21863
|
+
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.d8));
|
|
21811
21864
|
},
|
|
21812
21865
|
enumerable: false,
|
|
21813
21866
|
configurable: true
|
|
@@ -21817,11 +21870,11 @@
|
|
|
21817
21870
|
* Gets or sets the background color for submenus.
|
|
21818
21871
|
*/
|
|
21819
21872
|
get: function () {
|
|
21820
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21873
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.el);
|
|
21821
21874
|
},
|
|
21822
21875
|
set: function (v) {
|
|
21823
|
-
this.i.
|
|
21824
|
-
this._a("submenuBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21876
|
+
this.i.el = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21877
|
+
this._a("submenuBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.el));
|
|
21825
21878
|
},
|
|
21826
21879
|
enumerable: false,
|
|
21827
21880
|
configurable: true
|
|
@@ -21831,11 +21884,11 @@
|
|
|
21831
21884
|
* Gets or sets the group header background color.
|
|
21832
21885
|
*/
|
|
21833
21886
|
get: function () {
|
|
21834
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21887
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ec);
|
|
21835
21888
|
},
|
|
21836
21889
|
set: function (v) {
|
|
21837
|
-
this.i.
|
|
21838
|
-
this._a("groupHeaderBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21890
|
+
this.i.ec = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21891
|
+
this._a("groupHeaderBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ec));
|
|
21839
21892
|
},
|
|
21840
21893
|
enumerable: false,
|
|
21841
21894
|
configurable: true
|
|
@@ -21845,11 +21898,11 @@
|
|
|
21845
21898
|
* Gets or sets the separator background color.
|
|
21846
21899
|
*/
|
|
21847
21900
|
get: function () {
|
|
21848
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21901
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ek);
|
|
21849
21902
|
},
|
|
21850
21903
|
set: function (v) {
|
|
21851
|
-
this.i.
|
|
21852
|
-
this._a("separatorBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21904
|
+
this.i.ek = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21905
|
+
this._a("separatorBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ek));
|
|
21853
21906
|
},
|
|
21854
21907
|
enumerable: false,
|
|
21855
21908
|
configurable: true
|
|
@@ -21859,11 +21912,11 @@
|
|
|
21859
21912
|
* Gets or sets the hover background color.
|
|
21860
21913
|
*/
|
|
21861
21914
|
get: function () {
|
|
21862
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21915
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eg);
|
|
21863
21916
|
},
|
|
21864
21917
|
set: function (v) {
|
|
21865
|
-
this.i.
|
|
21866
|
-
this._a("hoverBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21918
|
+
this.i.eg = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21919
|
+
this._a("hoverBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.eg));
|
|
21867
21920
|
},
|
|
21868
21921
|
enumerable: false,
|
|
21869
21922
|
configurable: true
|
|
@@ -21873,11 +21926,11 @@
|
|
|
21873
21926
|
* Gets or sets the color to use for the text of the component.
|
|
21874
21927
|
*/
|
|
21875
21928
|
get: function () {
|
|
21876
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21929
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.en);
|
|
21877
21930
|
},
|
|
21878
21931
|
set: function (v) {
|
|
21879
|
-
this.i.
|
|
21880
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21932
|
+
this.i.en = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21933
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.en));
|
|
21881
21934
|
},
|
|
21882
21935
|
enumerable: false,
|
|
21883
21936
|
configurable: true
|
|
@@ -21887,11 +21940,11 @@
|
|
|
21887
21940
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
21888
21941
|
*/
|
|
21889
21942
|
get: function () {
|
|
21890
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21943
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eb);
|
|
21891
21944
|
},
|
|
21892
21945
|
set: function (v) {
|
|
21893
|
-
this.i.
|
|
21894
|
-
this._a("disabledTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21946
|
+
this.i.eb = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21947
|
+
this._a("disabledTextColor", igniteuiWebcomponentsCore.brushToString(this.i.eb));
|
|
21895
21948
|
},
|
|
21896
21949
|
enumerable: false,
|
|
21897
21950
|
configurable: true
|
|
@@ -21901,11 +21954,11 @@
|
|
|
21901
21954
|
* Gets or sets the text color for group header tool actions.
|
|
21902
21955
|
*/
|
|
21903
21956
|
get: function () {
|
|
21904
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21957
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ee);
|
|
21905
21958
|
},
|
|
21906
21959
|
set: function (v) {
|
|
21907
|
-
this.i.
|
|
21908
|
-
this._a("groupHeaderTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21960
|
+
this.i.ee = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21961
|
+
this._a("groupHeaderTextColor", igniteuiWebcomponentsCore.brushToString(this.i.ee));
|
|
21909
21962
|
},
|
|
21910
21963
|
enumerable: false,
|
|
21911
21964
|
configurable: true
|
|
@@ -21915,11 +21968,11 @@
|
|
|
21915
21968
|
* Gets or sets the tooltip text color.
|
|
21916
21969
|
*/
|
|
21917
21970
|
get: function () {
|
|
21918
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21971
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ep);
|
|
21919
21972
|
},
|
|
21920
21973
|
set: function (v) {
|
|
21921
|
-
this.i.
|
|
21922
|
-
this._a("toolTipTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21974
|
+
this.i.ep = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21975
|
+
this._a("toolTipTextColor", igniteuiWebcomponentsCore.brushToString(this.i.ep));
|
|
21923
21976
|
},
|
|
21924
21977
|
enumerable: false,
|
|
21925
21978
|
configurable: true
|
|
@@ -21929,11 +21982,11 @@
|
|
|
21929
21982
|
* Gets or sets the tooltip background color.
|
|
21930
21983
|
*/
|
|
21931
21984
|
get: function () {
|
|
21932
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21985
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eo);
|
|
21933
21986
|
},
|
|
21934
21987
|
set: function (v) {
|
|
21935
|
-
this.i.
|
|
21936
|
-
this._a("toolTipBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
21988
|
+
this.i.eo = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
21989
|
+
this._a("toolTipBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.eo));
|
|
21937
21990
|
},
|
|
21938
21991
|
enumerable: false,
|
|
21939
21992
|
configurable: true
|
|
@@ -21971,11 +22024,11 @@
|
|
|
21971
22024
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
21972
22025
|
*/
|
|
21973
22026
|
get: function () {
|
|
21974
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22027
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eh);
|
|
21975
22028
|
},
|
|
21976
22029
|
set: function (v) {
|
|
21977
|
-
this.i.
|
|
21978
|
-
this._a("iconFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22030
|
+
this.i.eh = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22031
|
+
this._a("iconFill", igniteuiWebcomponentsCore.brushToString(this.i.eh));
|
|
21979
22032
|
},
|
|
21980
22033
|
enumerable: false,
|
|
21981
22034
|
configurable: true
|
|
@@ -21985,11 +22038,11 @@
|
|
|
21985
22038
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
21986
22039
|
*/
|
|
21987
22040
|
get: function () {
|
|
21988
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22041
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ei);
|
|
21989
22042
|
},
|
|
21990
22043
|
set: function (v) {
|
|
21991
|
-
this.i.
|
|
21992
|
-
this._a("iconStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22044
|
+
this.i.ei = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22045
|
+
this._a("iconStroke", igniteuiWebcomponentsCore.brushToString(this.i.ei));
|
|
21993
22046
|
},
|
|
21994
22047
|
enumerable: false,
|
|
21995
22048
|
configurable: true
|
|
@@ -22182,11 +22235,11 @@
|
|
|
22182
22235
|
});
|
|
22183
22236
|
Object.defineProperty(IgcToolbarComponent.prototype, "highlightColor", {
|
|
22184
22237
|
get: function () {
|
|
22185
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22238
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ef);
|
|
22186
22239
|
},
|
|
22187
22240
|
set: function (v) {
|
|
22188
|
-
this.i.
|
|
22189
|
-
this._a("highlightColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22241
|
+
this.i.ef = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22242
|
+
this._a("highlightColor", igniteuiWebcomponentsCore.brushToString(this.i.ef));
|
|
22190
22243
|
},
|
|
22191
22244
|
enumerable: false,
|
|
22192
22245
|
configurable: true
|
|
@@ -22196,11 +22249,11 @@
|
|
|
22196
22249
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
22197
22250
|
*/
|
|
22198
22251
|
get: function () {
|
|
22199
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22252
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ej);
|
|
22200
22253
|
},
|
|
22201
22254
|
set: function (v) {
|
|
22202
|
-
this.i.
|
|
22203
|
-
this._a("menuArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22255
|
+
this.i.ej = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22256
|
+
this._a("menuArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.ej));
|
|
22204
22257
|
},
|
|
22205
22258
|
enumerable: false,
|
|
22206
22259
|
configurable: true
|
|
@@ -22210,11 +22263,11 @@
|
|
|
22210
22263
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
22211
22264
|
*/
|
|
22212
22265
|
get: function () {
|
|
22213
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22266
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eq);
|
|
22214
22267
|
},
|
|
22215
22268
|
set: function (v) {
|
|
22216
|
-
this.i.
|
|
22217
|
-
this._a("uncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22269
|
+
this.i.eq = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22270
|
+
this._a("uncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.eq));
|
|
22218
22271
|
},
|
|
22219
22272
|
enumerable: false,
|
|
22220
22273
|
configurable: true
|
|
@@ -22224,11 +22277,11 @@
|
|
|
22224
22277
|
* Gets or sets the background color of the radio when in the checked state.
|
|
22225
22278
|
*/
|
|
22226
22279
|
get: function () {
|
|
22227
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22280
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d9);
|
|
22228
22281
|
},
|
|
22229
22282
|
set: function (v) {
|
|
22230
|
-
this.i.
|
|
22231
|
-
this._a("checkedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22283
|
+
this.i.d9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22284
|
+
this._a("checkedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.d9));
|
|
22232
22285
|
},
|
|
22233
22286
|
enumerable: false,
|
|
22234
22287
|
configurable: true
|
|
@@ -22238,11 +22291,11 @@
|
|
|
22238
22291
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
22239
22292
|
*/
|
|
22240
22293
|
get: function () {
|
|
22241
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22294
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.er);
|
|
22242
22295
|
},
|
|
22243
22296
|
set: function (v) {
|
|
22244
|
-
this.i.
|
|
22245
|
-
this._a("uncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22297
|
+
this.i.er = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22298
|
+
this._a("uncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.er));
|
|
22246
22299
|
},
|
|
22247
22300
|
enumerable: false,
|
|
22248
22301
|
configurable: true
|
|
@@ -22252,11 +22305,11 @@
|
|
|
22252
22305
|
* Gets or sets the border color of the radio when in the checked state.
|
|
22253
22306
|
*/
|
|
22254
22307
|
get: function () {
|
|
22255
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22308
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ea);
|
|
22256
22309
|
},
|
|
22257
22310
|
set: function (v) {
|
|
22258
|
-
this.i.
|
|
22259
|
-
this._a("checkedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22311
|
+
this.i.ea = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22312
|
+
this._a("checkedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.ea));
|
|
22260
22313
|
},
|
|
22261
22314
|
enumerable: false,
|
|
22262
22315
|
configurable: true
|
|
@@ -22280,11 +22333,11 @@
|
|
|
22280
22333
|
* Gets or sets the text color for subtitles.
|
|
22281
22334
|
*/
|
|
22282
22335
|
get: function () {
|
|
22283
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22336
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.em);
|
|
22284
22337
|
},
|
|
22285
22338
|
set: function (v) {
|
|
22286
|
-
this.i.
|
|
22287
|
-
this._a("subtitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22339
|
+
this.i.em = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22340
|
+
this._a("subtitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.em));
|
|
22288
22341
|
},
|
|
22289
22342
|
enumerable: false,
|
|
22290
22343
|
configurable: true
|
|
@@ -22294,11 +22347,11 @@
|
|
|
22294
22347
|
* Gets or sets the text color for group header subtitles.
|
|
22295
22348
|
*/
|
|
22296
22349
|
get: function () {
|
|
22297
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22350
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ed);
|
|
22298
22351
|
},
|
|
22299
22352
|
set: function (v) {
|
|
22300
|
-
this.i.
|
|
22301
|
-
this._a("groupHeaderSubtitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
22353
|
+
this.i.ed = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
22354
|
+
this._a("groupHeaderSubtitleTextColor", igniteuiWebcomponentsCore.brushToString(this.i.ed));
|
|
22302
22355
|
},
|
|
22303
22356
|
enumerable: false,
|
|
22304
22357
|
configurable: true
|
|
@@ -22396,7 +22449,7 @@
|
|
|
22396
22449
|
|
|
22397
22450
|
*/
|
|
22398
22451
|
IgcToolbarComponent.prototype.getDesiredSize = function () {
|
|
22399
|
-
var iv = this.i.
|
|
22452
|
+
var iv = this.i.es();
|
|
22400
22453
|
return igniteuiWebcomponentsCore.fromSize(iv);
|
|
22401
22454
|
};
|
|
22402
22455
|
/**
|
|
@@ -22404,27 +22457,41 @@
|
|
|
22404
22457
|
|
|
22405
22458
|
*/
|
|
22406
22459
|
IgcToolbarComponent.prototype.closeSubmenus = function () {
|
|
22407
|
-
this.i.
|
|
22460
|
+
this.i.cy();
|
|
22408
22461
|
};
|
|
22409
22462
|
IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
|
|
22410
22463
|
this.i.onCommandStateChanged(id, (type == null ? null : type), value);
|
|
22411
22464
|
};
|
|
22412
22465
|
IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
|
|
22413
|
-
this.i.
|
|
22466
|
+
this.i.dg(iconCollection, iconName, iconText);
|
|
22414
22467
|
};
|
|
22415
22468
|
IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
|
|
22416
|
-
var iv = this.i.
|
|
22469
|
+
var iv = this.i.bv(iconCollection, iconName);
|
|
22417
22470
|
return (iv);
|
|
22418
22471
|
};
|
|
22419
22472
|
IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
|
|
22420
|
-
this.i.
|
|
22473
|
+
this.i.di(iconCollection, iconName, multiPathSVG);
|
|
22421
22474
|
};
|
|
22422
22475
|
IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
|
|
22423
22476
|
var iv = this.i.a(iconCollection, iconName);
|
|
22424
22477
|
return (iv);
|
|
22425
22478
|
};
|
|
22479
|
+
IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
|
|
22480
|
+
this.i.df(iconCollection, iconName, dataURL);
|
|
22481
|
+
};
|
|
22482
|
+
IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
|
|
22483
|
+
var iv = this.i.bu(iconCollection, iconName);
|
|
22484
|
+
return (iv);
|
|
22485
|
+
};
|
|
22486
|
+
IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
|
|
22487
|
+
this.i.dh(iconCollection, iconName, source);
|
|
22488
|
+
};
|
|
22489
|
+
IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
|
|
22490
|
+
var iv = this.i.bf(iconCollection, iconName);
|
|
22491
|
+
return (iv);
|
|
22492
|
+
};
|
|
22426
22493
|
IgcToolbarComponent.prototype.setContextItem = function (key, value) {
|
|
22427
|
-
this.i.
|
|
22494
|
+
this.i.dj(key, value);
|
|
22428
22495
|
};
|
|
22429
22496
|
IgcToolbarComponent.prototype.getContextItem = function (key) {
|
|
22430
22497
|
var iv = this.i.be(key);
|
|
@@ -22443,7 +22510,7 @@
|
|
|
22443
22510
|
|
|
22444
22511
|
*/
|
|
22445
22512
|
IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
|
|
22446
|
-
var iv = this.i.
|
|
22513
|
+
var iv = this.i.bt();
|
|
22447
22514
|
return (iv);
|
|
22448
22515
|
};
|
|
22449
22516
|
Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {
|
|
@@ -23415,11 +23482,11 @@
|
|
|
23415
23482
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
23416
23483
|
*/
|
|
23417
23484
|
get: function () {
|
|
23418
|
-
return this.i.
|
|
23485
|
+
return this.i.ic;
|
|
23419
23486
|
},
|
|
23420
23487
|
set: function (v) {
|
|
23421
|
-
this.i.
|
|
23422
|
-
this._a("tooltipDelay", this.i.
|
|
23488
|
+
this.i.ic = +v;
|
|
23489
|
+
this._a("tooltipDelay", this.i.ic);
|
|
23423
23490
|
},
|
|
23424
23491
|
enumerable: false,
|
|
23425
23492
|
configurable: true
|
|
@@ -23429,99 +23496,99 @@
|
|
|
23429
23496
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
23430
23497
|
*/
|
|
23431
23498
|
get: function () {
|
|
23432
|
-
return this.i.
|
|
23499
|
+
return this.i.ib;
|
|
23433
23500
|
},
|
|
23434
23501
|
set: function (v) {
|
|
23435
|
-
this.i.
|
|
23436
|
-
this._a("actualTooltipDelay", this.i.
|
|
23502
|
+
this.i.ib = +v;
|
|
23503
|
+
this._a("actualTooltipDelay", this.i.ib);
|
|
23437
23504
|
},
|
|
23438
23505
|
enumerable: false,
|
|
23439
23506
|
configurable: true
|
|
23440
23507
|
});
|
|
23441
23508
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingLeft", {
|
|
23442
23509
|
get: function () {
|
|
23443
|
-
return this.i.
|
|
23510
|
+
return this.i.h4;
|
|
23444
23511
|
},
|
|
23445
23512
|
set: function (v) {
|
|
23446
|
-
this.i.
|
|
23447
|
-
this._a("contentPaddingLeft", this.i.
|
|
23513
|
+
this.i.h4 = +v;
|
|
23514
|
+
this._a("contentPaddingLeft", this.i.h4);
|
|
23448
23515
|
},
|
|
23449
23516
|
enumerable: false,
|
|
23450
23517
|
configurable: true
|
|
23451
23518
|
});
|
|
23452
23519
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingLeft", {
|
|
23453
23520
|
get: function () {
|
|
23454
|
-
return this.i.
|
|
23521
|
+
return this.i.h0;
|
|
23455
23522
|
},
|
|
23456
23523
|
set: function (v) {
|
|
23457
|
-
this.i.
|
|
23458
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
23524
|
+
this.i.h0 = +v;
|
|
23525
|
+
this._a("actualContentPaddingLeft", this.i.h0);
|
|
23459
23526
|
},
|
|
23460
23527
|
enumerable: false,
|
|
23461
23528
|
configurable: true
|
|
23462
23529
|
});
|
|
23463
23530
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingTop", {
|
|
23464
23531
|
get: function () {
|
|
23465
|
-
return this.i.
|
|
23532
|
+
return this.i.h6;
|
|
23466
23533
|
},
|
|
23467
23534
|
set: function (v) {
|
|
23468
|
-
this.i.
|
|
23469
|
-
this._a("contentPaddingTop", this.i.
|
|
23535
|
+
this.i.h6 = +v;
|
|
23536
|
+
this._a("contentPaddingTop", this.i.h6);
|
|
23470
23537
|
},
|
|
23471
23538
|
enumerable: false,
|
|
23472
23539
|
configurable: true
|
|
23473
23540
|
});
|
|
23474
23541
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingTop", {
|
|
23475
23542
|
get: function () {
|
|
23476
|
-
return this.i.
|
|
23543
|
+
return this.i.h2;
|
|
23477
23544
|
},
|
|
23478
23545
|
set: function (v) {
|
|
23479
|
-
this.i.
|
|
23480
|
-
this._a("actualContentPaddingTop", this.i.
|
|
23546
|
+
this.i.h2 = +v;
|
|
23547
|
+
this._a("actualContentPaddingTop", this.i.h2);
|
|
23481
23548
|
},
|
|
23482
23549
|
enumerable: false,
|
|
23483
23550
|
configurable: true
|
|
23484
23551
|
});
|
|
23485
23552
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingRight", {
|
|
23486
23553
|
get: function () {
|
|
23487
|
-
return this.i.
|
|
23554
|
+
return this.i.h5;
|
|
23488
23555
|
},
|
|
23489
23556
|
set: function (v) {
|
|
23490
|
-
this.i.
|
|
23491
|
-
this._a("contentPaddingRight", this.i.
|
|
23557
|
+
this.i.h5 = +v;
|
|
23558
|
+
this._a("contentPaddingRight", this.i.h5);
|
|
23492
23559
|
},
|
|
23493
23560
|
enumerable: false,
|
|
23494
23561
|
configurable: true
|
|
23495
23562
|
});
|
|
23496
23563
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingRight", {
|
|
23497
23564
|
get: function () {
|
|
23498
|
-
return this.i.
|
|
23565
|
+
return this.i.h1;
|
|
23499
23566
|
},
|
|
23500
23567
|
set: function (v) {
|
|
23501
|
-
this.i.
|
|
23502
|
-
this._a("actualContentPaddingRight", this.i.
|
|
23568
|
+
this.i.h1 = +v;
|
|
23569
|
+
this._a("actualContentPaddingRight", this.i.h1);
|
|
23503
23570
|
},
|
|
23504
23571
|
enumerable: false,
|
|
23505
23572
|
configurable: true
|
|
23506
23573
|
});
|
|
23507
23574
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingBottom", {
|
|
23508
23575
|
get: function () {
|
|
23509
|
-
return this.i.
|
|
23576
|
+
return this.i.h3;
|
|
23510
23577
|
},
|
|
23511
23578
|
set: function (v) {
|
|
23512
|
-
this.i.
|
|
23513
|
-
this._a("contentPaddingBottom", this.i.
|
|
23579
|
+
this.i.h3 = +v;
|
|
23580
|
+
this._a("contentPaddingBottom", this.i.h3);
|
|
23514
23581
|
},
|
|
23515
23582
|
enumerable: false,
|
|
23516
23583
|
configurable: true
|
|
23517
23584
|
});
|
|
23518
23585
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingBottom", {
|
|
23519
23586
|
get: function () {
|
|
23520
|
-
return this.i.
|
|
23587
|
+
return this.i.hz;
|
|
23521
23588
|
},
|
|
23522
23589
|
set: function (v) {
|
|
23523
|
-
this.i.
|
|
23524
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
23590
|
+
this.i.hz = +v;
|
|
23591
|
+
this._a("actualContentPaddingBottom", this.i.hz);
|
|
23525
23592
|
},
|
|
23526
23593
|
enumerable: false,
|
|
23527
23594
|
configurable: true
|
|
@@ -23635,11 +23702,11 @@
|
|
|
23635
23702
|
* Gets or sets the stroke color of the arrow icon.
|
|
23636
23703
|
*/
|
|
23637
23704
|
get: function () {
|
|
23638
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
23705
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.jv);
|
|
23639
23706
|
},
|
|
23640
23707
|
set: function (v) {
|
|
23641
|
-
this.i.
|
|
23642
|
-
this._a("arrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
23708
|
+
this.i.jv = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
23709
|
+
this._a("arrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.jv));
|
|
23643
23710
|
},
|
|
23644
23711
|
enumerable: false,
|
|
23645
23712
|
configurable: true
|
|
@@ -23649,11 +23716,11 @@
|
|
|
23649
23716
|
* Gets the actual stroke color of the arrow icon.
|
|
23650
23717
|
*/
|
|
23651
23718
|
get: function () {
|
|
23652
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
23719
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ju);
|
|
23653
23720
|
},
|
|
23654
23721
|
set: function (v) {
|
|
23655
|
-
this.i.
|
|
23656
|
-
this._a("actualArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
23722
|
+
this.i.ju = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
23723
|
+
this._a("actualArrowStroke", igniteuiWebcomponentsCore.brushToString(this.i.ju));
|
|
23657
23724
|
},
|
|
23658
23725
|
enumerable: false,
|
|
23659
23726
|
configurable: true
|
|
@@ -23663,11 +23730,11 @@
|
|
|
23663
23730
|
* Gets or sets whether the arrow icon should be shown.
|
|
23664
23731
|
*/
|
|
23665
23732
|
get: function () {
|
|
23666
|
-
return this.i.
|
|
23733
|
+
return this.i.jh;
|
|
23667
23734
|
},
|
|
23668
23735
|
set: function (v) {
|
|
23669
|
-
this.i.
|
|
23670
|
-
this._a("showArrowIcon", this.i.
|
|
23736
|
+
this.i.jh = igniteuiWebcomponentsCore.ensureBool(v);
|
|
23737
|
+
this._a("showArrowIcon", this.i.jh);
|
|
23671
23738
|
},
|
|
23672
23739
|
enumerable: false,
|
|
23673
23740
|
configurable: true
|