igniteui-webcomponents-layouts 4.7.0-beta.0 → 4.7.1
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 +408 -379
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +321 -300
- package/esm2015/lib/igc-toolbar-component.js +69 -69
- package/esm5/lib/NativeUILayoutFactory_combined.js +325 -296
- package/esm5/lib/igc-toolbar-component.js +69 -69
- package/fesm2015/igniteui-webcomponents-layouts.js +404 -383
- package/fesm5/igniteui-webcomponents-layouts.js +408 -379
- package/lib/NativeUILayoutFactory_combined.d.ts +92 -85
- package/package.json +3 -3
|
@@ -8166,6 +8166,22 @@
|
|
|
8166
8166
|
*/
|
|
8167
8167
|
var ToolPanelOrientation_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('ToolPanelOrientation', 'Vertical,0|Horizontal,1');
|
|
8168
8168
|
|
|
8169
|
+
/*
|
|
8170
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
8171
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
8172
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8173
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8174
|
+
*/
|
|
8175
|
+
var ToolbarOrientation = /*@__PURE__*/ (function (ToolbarOrientation) {
|
|
8176
|
+
ToolbarOrientation[ToolbarOrientation["Vertical"] = 0] = "Vertical";
|
|
8177
|
+
ToolbarOrientation[ToolbarOrientation["Horizontal"] = 1] = "Horizontal";
|
|
8178
|
+
return ToolbarOrientation;
|
|
8179
|
+
})({});
|
|
8180
|
+
/**
|
|
8181
|
+
* @hidden
|
|
8182
|
+
*/
|
|
8183
|
+
var ToolbarOrientation_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('ToolbarOrientation', 'Vertical,0|Horizontal,1');
|
|
8184
|
+
|
|
8169
8185
|
/*
|
|
8170
8186
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
8171
8187
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -8465,22 +8481,6 @@
|
|
|
8465
8481
|
return TooltipTextPresenter;
|
|
8466
8482
|
}(igniteuiWebcomponentsCore.Base));
|
|
8467
8483
|
|
|
8468
|
-
/*
|
|
8469
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
8470
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
8471
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
8472
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
8473
|
-
*/
|
|
8474
|
-
var ToolbarOrientation = /*@__PURE__*/ (function (ToolbarOrientation) {
|
|
8475
|
-
ToolbarOrientation[ToolbarOrientation["Vertical"] = 0] = "Vertical";
|
|
8476
|
-
ToolbarOrientation[ToolbarOrientation["Horizontal"] = 1] = "Horizontal";
|
|
8477
|
-
return ToolbarOrientation;
|
|
8478
|
-
})({});
|
|
8479
|
-
/**
|
|
8480
|
-
* @hidden
|
|
8481
|
-
*/
|
|
8482
|
-
var ToolbarOrientation_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('ToolbarOrientation', 'Vertical,0|Horizontal,1');
|
|
8483
|
-
|
|
8484
8484
|
/*
|
|
8485
8485
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
8486
8486
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -8684,13 +8684,14 @@
|
|
|
8684
8684
|
tslib.__extends(ToolbarView, _super);
|
|
8685
8685
|
function ToolbarView() {
|
|
8686
8686
|
var _this = _super.call(this) || this;
|
|
8687
|
+
_this.o = null;
|
|
8687
8688
|
_this.n = null;
|
|
8688
|
-
_this.
|
|
8689
|
+
_this.g = igniteuiWebcomponentsCore.DeviceUtils.g(44);
|
|
8689
8690
|
_this.a = null;
|
|
8690
|
-
_this.
|
|
8691
|
-
_this.
|
|
8691
|
+
_this.j = null;
|
|
8692
|
+
_this.m = null;
|
|
8692
8693
|
_this.e = null;
|
|
8693
|
-
_this.
|
|
8694
|
+
_this.l = null;
|
|
8694
8695
|
_this.b = ((function () {
|
|
8695
8696
|
var $ret = new igniteuiWebcomponentsCore.FontInfo();
|
|
8696
8697
|
$ret.n = "Verdana";
|
|
@@ -8700,89 +8701,93 @@
|
|
|
8700
8701
|
$ret.o = "Normal";
|
|
8701
8702
|
return $ret;
|
|
8702
8703
|
})());
|
|
8703
|
-
_this.
|
|
8704
|
+
_this.ab = new igniteuiWebcomponentsCore.Size();
|
|
8704
8705
|
_this.c = null;
|
|
8705
8706
|
_this._gridExternal = null;
|
|
8706
8707
|
_this.f = false;
|
|
8707
|
-
_this.
|
|
8708
|
+
_this.k = null;
|
|
8708
8709
|
return _this;
|
|
8709
8710
|
}
|
|
8710
|
-
ToolbarView.prototype.
|
|
8711
|
-
return this.
|
|
8711
|
+
ToolbarView.prototype.q = function () {
|
|
8712
|
+
return this.j;
|
|
8712
8713
|
};
|
|
8713
|
-
ToolbarView.prototype.
|
|
8714
|
+
ToolbarView.prototype.w = function () {
|
|
8714
8715
|
};
|
|
8715
|
-
ToolbarView.prototype.
|
|
8716
|
+
ToolbarView.prototype.u = function (a) {
|
|
8716
8717
|
if (a == null) {
|
|
8717
|
-
this.
|
|
8718
|
+
this.j = null;
|
|
8718
8719
|
return;
|
|
8719
8720
|
}
|
|
8720
8721
|
this.a.b = new igniteuiWebcomponentsCore.DOMExecutionContext(a);
|
|
8721
|
-
this.
|
|
8722
|
-
this.
|
|
8723
|
-
this.e = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), this.
|
|
8724
|
-
this.
|
|
8725
|
-
this.
|
|
8722
|
+
this.j = a;
|
|
8723
|
+
this.m = this.j.createElement("canvas");
|
|
8724
|
+
this.e = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), this.j.get2DCanvasContext(this.m));
|
|
8725
|
+
this.l = this.j.createElement("div");
|
|
8726
|
+
this.z();
|
|
8726
8727
|
var b = new ToolPanel();
|
|
8727
|
-
var c = this.
|
|
8728
|
+
var c = this.j.createElement("div");
|
|
8728
8729
|
c.setStyleProperty("width", "100%");
|
|
8729
8730
|
c.setStyleProperty("height", "100%");
|
|
8730
|
-
this.
|
|
8731
|
-
var d = this.
|
|
8731
|
+
this.j.append(c);
|
|
8732
|
+
var d = this.j.getSubRenderer(c);
|
|
8732
8733
|
b.provideContainer(d);
|
|
8733
|
-
var e = this.
|
|
8734
|
-
this.a.
|
|
8734
|
+
var e = this.j.getExternal(b, this.j.rootWrapper, this.j.getExternal(this.a, null, null));
|
|
8735
|
+
this.a.b9(b);
|
|
8735
8736
|
var f = Math.round(a.rootWrapper.width());
|
|
8736
8737
|
var g = Math.round(a.rootWrapper.height());
|
|
8737
|
-
this.
|
|
8738
|
+
this.j.rootWrapper.setStyleProperty("position", "relative");
|
|
8738
8739
|
};
|
|
8739
|
-
ToolbarView.prototype.
|
|
8740
|
+
ToolbarView.prototype.z = function () {
|
|
8740
8741
|
};
|
|
8741
|
-
ToolbarView.prototype.
|
|
8742
|
-
if (this.
|
|
8742
|
+
ToolbarView.prototype.y = function () {
|
|
8743
|
+
if (this.j != null) {
|
|
8743
8744
|
}
|
|
8744
8745
|
};
|
|
8745
|
-
ToolbarView.prototype.
|
|
8746
|
-
if (this.
|
|
8746
|
+
ToolbarView.prototype.t = function () {
|
|
8747
|
+
if (this.j == null) {
|
|
8747
8748
|
return;
|
|
8748
8749
|
}
|
|
8749
|
-
var a = this.
|
|
8750
|
-
var b = this.
|
|
8751
|
-
this.
|
|
8752
|
-
|
|
8750
|
+
var a = this.j.rootWrapper.width();
|
|
8751
|
+
var b = this.j.rootWrapper.height();
|
|
8752
|
+
if (!this.a.userSetWidth && this.a.k == 0) {
|
|
8753
|
+
this.j.rootWrapper.setStyleProperty("width", this.g + "px");
|
|
8754
|
+
a = this.g;
|
|
8755
|
+
}
|
|
8756
|
+
this.ab = new igniteuiWebcomponentsCore.Size(1, a, b);
|
|
8757
|
+
this.a.cc(this.ab);
|
|
8753
8758
|
};
|
|
8754
|
-
ToolbarView.prototype.
|
|
8755
|
-
var a = this.
|
|
8759
|
+
ToolbarView.prototype.aa = function () {
|
|
8760
|
+
var a = this.j;
|
|
8756
8761
|
if (null == a) {
|
|
8757
8762
|
return;
|
|
8758
8763
|
}
|
|
8759
8764
|
var b = a.rootWrapper;
|
|
8760
8765
|
if (null != b) {
|
|
8761
|
-
igniteuiWebcomponentsCore.NativeUI.q(b, this.a.
|
|
8762
|
-
igniteuiWebcomponentsCore.NativeUI.m(b, this.a.
|
|
8766
|
+
igniteuiWebcomponentsCore.NativeUI.q(b, this.a.da);
|
|
8767
|
+
igniteuiWebcomponentsCore.NativeUI.m(b, this.a.c1);
|
|
8763
8768
|
}
|
|
8764
8769
|
};
|
|
8765
8770
|
ToolbarView.prototype.d = function () {
|
|
8766
8771
|
return this.b;
|
|
8767
8772
|
};
|
|
8768
|
-
ToolbarView.prototype.
|
|
8773
|
+
ToolbarView.prototype.v = function () {
|
|
8769
8774
|
};
|
|
8770
|
-
ToolbarView.prototype.
|
|
8775
|
+
ToolbarView.prototype.x = function () {
|
|
8771
8776
|
};
|
|
8772
|
-
ToolbarView.prototype.
|
|
8777
|
+
ToolbarView.prototype.s = function () {
|
|
8773
8778
|
};
|
|
8774
|
-
ToolbarView.prototype.
|
|
8775
|
-
return this.
|
|
8779
|
+
ToolbarView.prototype.h = function () {
|
|
8780
|
+
return this.ab.width;
|
|
8776
8781
|
};
|
|
8777
|
-
ToolbarView.prototype.
|
|
8782
|
+
ToolbarView.prototype.i = function (a) {
|
|
8778
8783
|
this.c = this.a.u();
|
|
8779
8784
|
return igniteuiWebcomponentsCore.FontUtil.measureStringWidth(a, this.c, this.e);
|
|
8780
8785
|
};
|
|
8781
|
-
ToolbarView.prototype.
|
|
8782
|
-
if (this.
|
|
8783
|
-
this.
|
|
8786
|
+
ToolbarView.prototype.r = function (a, b) {
|
|
8787
|
+
if (this.k == null) {
|
|
8788
|
+
this.k = this.j.createElement("div");
|
|
8784
8789
|
}
|
|
8785
|
-
b(this.
|
|
8790
|
+
b(this.k.getNativeElement());
|
|
8786
8791
|
};
|
|
8787
8792
|
ToolbarView.$t = igniteuiWebcomponentsCore.markType(ToolbarView, 'ToolbarView');
|
|
8788
8793
|
return ToolbarView;
|
|
@@ -11132,6 +11137,7 @@
|
|
|
11132
11137
|
c.bk = 2;
|
|
11133
11138
|
c.bi = 4;
|
|
11134
11139
|
c.bp = true;
|
|
11140
|
+
c.f = 1;
|
|
11135
11141
|
f.ad = igniteuiWebcomponentsCore.DeviceUtils.g(28);
|
|
11136
11142
|
f.x = igniteuiWebcomponentsCore.DeviceUtils.g(28);
|
|
11137
11143
|
}
|
|
@@ -11678,6 +11684,7 @@
|
|
|
11678
11684
|
b.bk = 2;
|
|
11679
11685
|
b.bi = 4;
|
|
11680
11686
|
b.bp = true;
|
|
11687
|
+
b.f = 1;
|
|
11681
11688
|
d.ad = igniteuiWebcomponentsCore.DeviceUtils.g(28);
|
|
11682
11689
|
d.x = igniteuiWebcomponentsCore.DeviceUtils.g(28);
|
|
11683
11690
|
d.h = 1;
|
|
@@ -12036,54 +12043,56 @@
|
|
|
12036
12043
|
_this.d = new ToolActionCollection();
|
|
12037
12044
|
_this.i = Toolbar.j;
|
|
12038
12045
|
_this.r = null;
|
|
12039
|
-
_this.
|
|
12040
|
-
_this.cn = null;
|
|
12041
|
-
_this.cv = null;
|
|
12046
|
+
_this.a0 = Toolbar.a1;
|
|
12042
12047
|
_this.cp = null;
|
|
12043
|
-
_this.
|
|
12048
|
+
_this.cx = null;
|
|
12044
12049
|
_this.cr = null;
|
|
12045
12050
|
_this.cw = null;
|
|
12046
|
-
_this.
|
|
12047
|
-
_this.cq = null;
|
|
12051
|
+
_this.ct = null;
|
|
12048
12052
|
_this.cy = null;
|
|
12049
|
-
_this.
|
|
12050
|
-
_this.am = NaN;
|
|
12051
|
-
_this.an = NaN;
|
|
12053
|
+
_this.cq = null;
|
|
12052
12054
|
_this.cs = null;
|
|
12053
|
-
_this.
|
|
12055
|
+
_this.c0 = null;
|
|
12056
|
+
_this.cz = null;
|
|
12057
|
+
_this.ao = NaN;
|
|
12058
|
+
_this.ap = NaN;
|
|
12059
|
+
_this.cu = null;
|
|
12060
|
+
_this.cv = null;
|
|
12054
12061
|
_this.s = null;
|
|
12055
|
-
_this.aj = NaN;
|
|
12056
|
-
_this.ak = NaN;
|
|
12057
12062
|
_this.al = NaN;
|
|
12063
|
+
_this.am = NaN;
|
|
12064
|
+
_this.an = NaN;
|
|
12065
|
+
_this.ak = NaN;
|
|
12066
|
+
_this.ah = NaN;
|
|
12058
12067
|
_this.ai = NaN;
|
|
12059
|
-
_this.
|
|
12068
|
+
_this.aj = NaN;
|
|
12060
12069
|
_this.ag = NaN;
|
|
12061
|
-
_this.ah = NaN;
|
|
12062
|
-
_this.ae = NaN;
|
|
12063
12070
|
_this.aa = true;
|
|
12071
|
+
_this._userSetWidth = false;
|
|
12072
|
+
_this._userSetHeight = false;
|
|
12064
12073
|
_this.z = false;
|
|
12065
12074
|
_this.y = false;
|
|
12066
12075
|
_this.propertyChanged = null;
|
|
12067
12076
|
_this.a = null;
|
|
12068
12077
|
_this.onCommand = null;
|
|
12069
12078
|
var a = _this.actions;
|
|
12070
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
12079
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.b1));
|
|
12071
12080
|
var b = _this.actualActions;
|
|
12072
|
-
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
12081
|
+
b.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(b.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.b3));
|
|
12073
12082
|
var c = _this.actualActions;
|
|
12074
|
-
c.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(c.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
12083
|
+
c.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(c.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.b4));
|
|
12075
12084
|
igniteuiWebcomponentsCore.NativeUIInputsFactory.n();
|
|
12076
12085
|
igniteuiWebcomponentsInputs.NativeUIXInputsFactory.j();
|
|
12077
12086
|
var d = new ToolbarView();
|
|
12078
12087
|
d.a = _this;
|
|
12079
12088
|
_this.l = d;
|
|
12080
|
-
_this.l.
|
|
12089
|
+
_this.l.w();
|
|
12081
12090
|
return _this;
|
|
12082
12091
|
}
|
|
12083
12092
|
Object.defineProperty(Toolbar.prototype, "w", {
|
|
12084
12093
|
get: function () {
|
|
12085
12094
|
if (this.v == null) {
|
|
12086
|
-
this.v = new igniteuiWebcomponentsCore.SRProvider(this.l.
|
|
12095
|
+
this.v = new igniteuiWebcomponentsCore.SRProvider(this.l.j);
|
|
12087
12096
|
this.v.cb("Layouts");
|
|
12088
12097
|
}
|
|
12089
12098
|
return this.v;
|
|
@@ -12091,38 +12100,38 @@
|
|
|
12091
12100
|
enumerable: false,
|
|
12092
12101
|
configurable: true
|
|
12093
12102
|
});
|
|
12094
|
-
Toolbar.prototype.
|
|
12103
|
+
Toolbar.prototype.b9 = function (a) {
|
|
12095
12104
|
this.o = a;
|
|
12096
12105
|
this.o.bo = this;
|
|
12097
12106
|
this.o.r = this.p == 0 ? 1 : this.p;
|
|
12098
12107
|
var b = this.o;
|
|
12099
|
-
b.onCommand = igniteuiWebcomponentsCore.delegateCombine(b.onCommand, igniteuiWebcomponentsCore.runOn(this, this.
|
|
12108
|
+
b.onCommand = igniteuiWebcomponentsCore.delegateCombine(b.onCommand, igniteuiWebcomponentsCore.runOn(this, this.b0));
|
|
12100
12109
|
this.o.o = this.k;
|
|
12101
12110
|
this.o.ac = this.ad;
|
|
12102
|
-
this.o.fi = this.
|
|
12103
|
-
this.o.e9 = this.
|
|
12104
|
-
this.o.e8 = this.
|
|
12105
|
-
this.o.fh = this.
|
|
12106
|
-
this.o.fa = this.
|
|
12107
|
-
this.o.fc = this.
|
|
12108
|
-
this.o.fg = this.
|
|
12109
|
-
this.o.fd = this.
|
|
12110
|
-
this.o.fk = this.
|
|
12111
|
-
this.o.fj = this.
|
|
12112
|
-
this.o.bl = this.
|
|
12113
|
-
this.o.bm = this.
|
|
12114
|
-
this.o.fe = this.
|
|
12115
|
-
this.o.ff = this.
|
|
12116
|
-
this.o.be = this.
|
|
12117
|
-
this.o.bf = this.
|
|
12118
|
-
this.o.bg = this.
|
|
12119
|
-
this.o.bd = this.
|
|
12120
|
-
this.o.bi = this.
|
|
12121
|
-
this.o.bj = this.
|
|
12122
|
-
this.o.bk = this.
|
|
12123
|
-
this.o.bh = this.
|
|
12124
|
-
};
|
|
12125
|
-
Toolbar.prototype.
|
|
12111
|
+
this.o.fi = this.da;
|
|
12112
|
+
this.o.e9 = this.c2;
|
|
12113
|
+
this.o.e8 = this.c1;
|
|
12114
|
+
this.o.fh = this.c9;
|
|
12115
|
+
this.o.fa = this.c3;
|
|
12116
|
+
this.o.fc = this.c4;
|
|
12117
|
+
this.o.fg = this.c8;
|
|
12118
|
+
this.o.fd = this.c5;
|
|
12119
|
+
this.o.fk = this.dc;
|
|
12120
|
+
this.o.fj = this.db;
|
|
12121
|
+
this.o.bl = this.ay;
|
|
12122
|
+
this.o.bm = this.az;
|
|
12123
|
+
this.o.fe = this.c6;
|
|
12124
|
+
this.o.ff = this.c7;
|
|
12125
|
+
this.o.be = this.ar;
|
|
12126
|
+
this.o.bf = this.as;
|
|
12127
|
+
this.o.bg = this.at;
|
|
12128
|
+
this.o.bd = this.aq;
|
|
12129
|
+
this.o.bi = this.av;
|
|
12130
|
+
this.o.bj = this.aw;
|
|
12131
|
+
this.o.bk = this.ax;
|
|
12132
|
+
this.o.bh = this.au;
|
|
12133
|
+
};
|
|
12134
|
+
Toolbar.prototype.b0 = function (a, b) {
|
|
12126
12135
|
var c = false;
|
|
12127
12136
|
if (this.r != null) {
|
|
12128
12137
|
if (this.r.onToolCommandExecuting(b.a) == 2) {
|
|
@@ -12134,17 +12143,17 @@
|
|
|
12134
12143
|
this.onCommand(this, b);
|
|
12135
12144
|
}
|
|
12136
12145
|
};
|
|
12137
|
-
Toolbar.prototype.
|
|
12146
|
+
Toolbar.prototype.cg = function (a) {
|
|
12138
12147
|
if (this.onCommand != null) {
|
|
12139
12148
|
this.onCommand(this, this.m);
|
|
12140
12149
|
this.m = null;
|
|
12141
12150
|
}
|
|
12142
12151
|
};
|
|
12143
|
-
Toolbar.prototype.
|
|
12152
|
+
Toolbar.prototype.ce = function () {
|
|
12144
12153
|
var a = this.target;
|
|
12145
|
-
this.
|
|
12154
|
+
this.cf(a, a);
|
|
12146
12155
|
};
|
|
12147
|
-
Toolbar.prototype.
|
|
12156
|
+
Toolbar.prototype.cc = function (a) {
|
|
12148
12157
|
this.o.notifySizeChanged();
|
|
12149
12158
|
};
|
|
12150
12159
|
Object.defineProperty(Toolbar.prototype, "q", {
|
|
@@ -12155,7 +12164,7 @@
|
|
|
12155
12164
|
var b = this.p;
|
|
12156
12165
|
this.p = a;
|
|
12157
12166
|
if (b != this.p) {
|
|
12158
|
-
this.
|
|
12167
|
+
this.cd("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
12159
12168
|
}
|
|
12160
12169
|
},
|
|
12161
12170
|
enumerable: false,
|
|
@@ -12169,7 +12178,7 @@
|
|
|
12169
12178
|
var b = this.e;
|
|
12170
12179
|
this.e = a;
|
|
12171
12180
|
if (b != this.e) {
|
|
12172
|
-
this.
|
|
12181
|
+
this.cd("AutoGeneratedActions", b, this.e);
|
|
12173
12182
|
}
|
|
12174
12183
|
},
|
|
12175
12184
|
enumerable: false,
|
|
@@ -12183,7 +12192,7 @@
|
|
|
12183
12192
|
var b = this.c;
|
|
12184
12193
|
this.c = a;
|
|
12185
12194
|
if (b != this.c) {
|
|
12186
|
-
this.
|
|
12195
|
+
this.cd("Actions", b, this.c);
|
|
12187
12196
|
}
|
|
12188
12197
|
},
|
|
12189
12198
|
enumerable: false,
|
|
@@ -12197,7 +12206,7 @@
|
|
|
12197
12206
|
var b = this.d;
|
|
12198
12207
|
this.d = a;
|
|
12199
12208
|
if (b != this.d) {
|
|
12200
|
-
this.
|
|
12209
|
+
this.cd("ActualActions", b, this.d);
|
|
12201
12210
|
}
|
|
12202
12211
|
},
|
|
12203
12212
|
enumerable: false,
|
|
@@ -12211,7 +12220,7 @@
|
|
|
12211
12220
|
var b = this.i;
|
|
12212
12221
|
this.i = a;
|
|
12213
12222
|
if (b != this.i) {
|
|
12214
|
-
this.
|
|
12223
|
+
this.cd("Orientation", igniteuiWebcomponentsCore.enumGetBox(ToolbarOrientation_$type, b), igniteuiWebcomponentsCore.enumGetBox(ToolbarOrientation_$type, a));
|
|
12215
12224
|
}
|
|
12216
12225
|
},
|
|
12217
12226
|
enumerable: false,
|
|
@@ -12219,41 +12228,13 @@
|
|
|
12219
12228
|
});
|
|
12220
12229
|
Object.defineProperty(Toolbar.prototype, "target", {
|
|
12221
12230
|
get: function () {
|
|
12222
|
-
return this.
|
|
12223
|
-
},
|
|
12224
|
-
set: function (a) {
|
|
12225
|
-
var b = this.ay;
|
|
12226
|
-
this.ay = a;
|
|
12227
|
-
if (b != this.ay) {
|
|
12228
|
-
this.cb("Target", b, a);
|
|
12229
|
-
}
|
|
12230
|
-
},
|
|
12231
|
-
enumerable: false,
|
|
12232
|
-
configurable: true
|
|
12233
|
-
});
|
|
12234
|
-
Object.defineProperty(Toolbar.prototype, "cz", {
|
|
12235
|
-
get: function () {
|
|
12236
|
-
return this.cn;
|
|
12237
|
-
},
|
|
12238
|
-
set: function (a) {
|
|
12239
|
-
var b = this.cn;
|
|
12240
|
-
this.cn = a;
|
|
12241
|
-
if (b != this.cn) {
|
|
12242
|
-
this.cb("BackgroundColor", b, a);
|
|
12243
|
-
}
|
|
12244
|
-
},
|
|
12245
|
-
enumerable: false,
|
|
12246
|
-
configurable: true
|
|
12247
|
-
});
|
|
12248
|
-
Object.defineProperty(Toolbar.prototype, "c7", {
|
|
12249
|
-
get: function () {
|
|
12250
|
-
return this.cv;
|
|
12231
|
+
return this.a0;
|
|
12251
12232
|
},
|
|
12252
12233
|
set: function (a) {
|
|
12253
|
-
var b = this.
|
|
12254
|
-
this.
|
|
12255
|
-
if (b != this.
|
|
12256
|
-
this.
|
|
12234
|
+
var b = this.a0;
|
|
12235
|
+
this.a0 = a;
|
|
12236
|
+
if (b != this.a0) {
|
|
12237
|
+
this.cd("Target", b, a);
|
|
12257
12238
|
}
|
|
12258
12239
|
},
|
|
12259
12240
|
enumerable: false,
|
|
@@ -12267,21 +12248,21 @@
|
|
|
12267
12248
|
var b = this.cp;
|
|
12268
12249
|
this.cp = a;
|
|
12269
12250
|
if (b != this.cp) {
|
|
12270
|
-
this.
|
|
12251
|
+
this.cd("BackgroundColor", b, a);
|
|
12271
12252
|
}
|
|
12272
12253
|
},
|
|
12273
12254
|
enumerable: false,
|
|
12274
12255
|
configurable: true
|
|
12275
12256
|
});
|
|
12276
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12257
|
+
Object.defineProperty(Toolbar.prototype, "c9", {
|
|
12277
12258
|
get: function () {
|
|
12278
|
-
return this.
|
|
12259
|
+
return this.cx;
|
|
12279
12260
|
},
|
|
12280
12261
|
set: function (a) {
|
|
12281
|
-
var b = this.
|
|
12282
|
-
this.
|
|
12283
|
-
if (b != this.
|
|
12284
|
-
this.
|
|
12262
|
+
var b = this.cx;
|
|
12263
|
+
this.cx = a;
|
|
12264
|
+
if (b != this.cx) {
|
|
12265
|
+
this.cd("SubmenuBackgroundColor", b, this.cx);
|
|
12285
12266
|
}
|
|
12286
12267
|
},
|
|
12287
12268
|
enumerable: false,
|
|
@@ -12295,7 +12276,7 @@
|
|
|
12295
12276
|
var b = this.cr;
|
|
12296
12277
|
this.cr = a;
|
|
12297
12278
|
if (b != this.cr) {
|
|
12298
|
-
this.
|
|
12279
|
+
this.cd("GroupHeaderBackgroundColorPropertyName", b, this.cr);
|
|
12299
12280
|
}
|
|
12300
12281
|
},
|
|
12301
12282
|
enumerable: false,
|
|
@@ -12309,21 +12290,35 @@
|
|
|
12309
12290
|
var b = this.cw;
|
|
12310
12291
|
this.cw = a;
|
|
12311
12292
|
if (b != this.cw) {
|
|
12312
|
-
this.
|
|
12293
|
+
this.cd("SeparatorBackgroundColor", b, this.cw);
|
|
12294
|
+
}
|
|
12295
|
+
},
|
|
12296
|
+
enumerable: false,
|
|
12297
|
+
configurable: true
|
|
12298
|
+
});
|
|
12299
|
+
Object.defineProperty(Toolbar.prototype, "c5", {
|
|
12300
|
+
get: function () {
|
|
12301
|
+
return this.ct;
|
|
12302
|
+
},
|
|
12303
|
+
set: function (a) {
|
|
12304
|
+
var b = this.ct;
|
|
12305
|
+
this.ct = a;
|
|
12306
|
+
if (b != this.ct) {
|
|
12307
|
+
this.cd("HoverBackgroundColor", b, this.ct);
|
|
12313
12308
|
}
|
|
12314
12309
|
},
|
|
12315
12310
|
enumerable: false,
|
|
12316
12311
|
configurable: true
|
|
12317
12312
|
});
|
|
12318
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12313
|
+
Object.defineProperty(Toolbar.prototype, "da", {
|
|
12319
12314
|
get: function () {
|
|
12320
|
-
return this.
|
|
12315
|
+
return this.cy;
|
|
12321
12316
|
},
|
|
12322
12317
|
set: function (a) {
|
|
12323
|
-
var b = this.
|
|
12324
|
-
this.
|
|
12325
|
-
if (b != this.
|
|
12326
|
-
this.
|
|
12318
|
+
var b = this.cy;
|
|
12319
|
+
this.cy = a;
|
|
12320
|
+
if (b != this.cy) {
|
|
12321
|
+
this.cd("TextColor", b, this.cy);
|
|
12327
12322
|
}
|
|
12328
12323
|
},
|
|
12329
12324
|
enumerable: false,
|
|
@@ -12337,91 +12332,105 @@
|
|
|
12337
12332
|
var b = this.cq;
|
|
12338
12333
|
this.cq = a;
|
|
12339
12334
|
if (b != this.cq) {
|
|
12340
|
-
this.
|
|
12335
|
+
this.cd("DisabledTextColor", b, this.cq);
|
|
12341
12336
|
}
|
|
12342
12337
|
},
|
|
12343
12338
|
enumerable: false,
|
|
12344
12339
|
configurable: true
|
|
12345
12340
|
});
|
|
12346
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12341
|
+
Object.defineProperty(Toolbar.prototype, "c4", {
|
|
12347
12342
|
get: function () {
|
|
12348
|
-
return this.
|
|
12343
|
+
return this.cs;
|
|
12349
12344
|
},
|
|
12350
12345
|
set: function (a) {
|
|
12351
|
-
var b = this.
|
|
12352
|
-
this.
|
|
12353
|
-
if (b != this.
|
|
12354
|
-
this.
|
|
12346
|
+
var b = this.cs;
|
|
12347
|
+
this.cs = a;
|
|
12348
|
+
if (b != this.cs) {
|
|
12349
|
+
this.cd("GroupHeaderTextColor", b, this.cs);
|
|
12355
12350
|
}
|
|
12356
12351
|
},
|
|
12357
12352
|
enumerable: false,
|
|
12358
12353
|
configurable: true
|
|
12359
12354
|
});
|
|
12360
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12355
|
+
Object.defineProperty(Toolbar.prototype, "dc", {
|
|
12361
12356
|
get: function () {
|
|
12362
|
-
return this.
|
|
12357
|
+
return this.c0;
|
|
12363
12358
|
},
|
|
12364
12359
|
set: function (a) {
|
|
12365
|
-
var b = this.
|
|
12366
|
-
this.
|
|
12367
|
-
if (b != this.
|
|
12368
|
-
this.
|
|
12360
|
+
var b = this.c0;
|
|
12361
|
+
this.c0 = a;
|
|
12362
|
+
if (b != this.c0) {
|
|
12363
|
+
this.cd("ToolTipTextColor", b, this.c0);
|
|
12369
12364
|
}
|
|
12370
12365
|
},
|
|
12371
12366
|
enumerable: false,
|
|
12372
12367
|
configurable: true
|
|
12373
12368
|
});
|
|
12374
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12369
|
+
Object.defineProperty(Toolbar.prototype, "db", {
|
|
12375
12370
|
get: function () {
|
|
12376
|
-
return this.
|
|
12371
|
+
return this.cz;
|
|
12377
12372
|
},
|
|
12378
12373
|
set: function (a) {
|
|
12379
|
-
var b = this.
|
|
12380
|
-
this.
|
|
12381
|
-
if (b != this.
|
|
12382
|
-
this.
|
|
12374
|
+
var b = this.cz;
|
|
12375
|
+
this.cz = a;
|
|
12376
|
+
if (b != this.cz) {
|
|
12377
|
+
this.cd("ToolTipBackgroundColor", b, this.cz);
|
|
12383
12378
|
}
|
|
12384
12379
|
},
|
|
12385
12380
|
enumerable: false,
|
|
12386
12381
|
configurable: true
|
|
12387
12382
|
});
|
|
12388
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12383
|
+
Object.defineProperty(Toolbar.prototype, "ay", {
|
|
12389
12384
|
get: function () {
|
|
12390
|
-
return this.
|
|
12385
|
+
return this.ao;
|
|
12391
12386
|
},
|
|
12392
12387
|
set: function (a) {
|
|
12393
|
-
var b = this.
|
|
12394
|
-
this.
|
|
12395
|
-
if (b != this.
|
|
12396
|
-
this.
|
|
12388
|
+
var b = this.ao;
|
|
12389
|
+
this.ao = a;
|
|
12390
|
+
if (b != this.ao) {
|
|
12391
|
+
this.cd("ToolTipCornerRadius", b, this.ao);
|
|
12397
12392
|
}
|
|
12398
12393
|
},
|
|
12399
12394
|
enumerable: false,
|
|
12400
12395
|
configurable: true
|
|
12401
12396
|
});
|
|
12402
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12397
|
+
Object.defineProperty(Toolbar.prototype, "az", {
|
|
12403
12398
|
get: function () {
|
|
12404
|
-
return this.
|
|
12399
|
+
return this.ap;
|
|
12405
12400
|
},
|
|
12406
12401
|
set: function (a) {
|
|
12407
|
-
var b = this.
|
|
12408
|
-
this.
|
|
12409
|
-
if (b != this.
|
|
12410
|
-
this.
|
|
12402
|
+
var b = this.ap;
|
|
12403
|
+
this.ap = a;
|
|
12404
|
+
if (b != this.ap) {
|
|
12405
|
+
this.cd("ToolTipElevation", b, this.ap);
|
|
12411
12406
|
}
|
|
12412
12407
|
},
|
|
12413
12408
|
enumerable: false,
|
|
12414
12409
|
configurable: true
|
|
12415
12410
|
});
|
|
12416
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12411
|
+
Object.defineProperty(Toolbar.prototype, "c6", {
|
|
12417
12412
|
get: function () {
|
|
12418
|
-
return this.
|
|
12413
|
+
return this.cu;
|
|
12419
12414
|
},
|
|
12420
12415
|
set: function (a) {
|
|
12421
|
-
var b = this.
|
|
12422
|
-
this.
|
|
12423
|
-
if (b != this.
|
|
12424
|
-
this.
|
|
12416
|
+
var b = this.cu;
|
|
12417
|
+
this.cu = a;
|
|
12418
|
+
if (b != this.cu) {
|
|
12419
|
+
this.cd("IconFill", b, this.cu);
|
|
12420
|
+
}
|
|
12421
|
+
},
|
|
12422
|
+
enumerable: false,
|
|
12423
|
+
configurable: true
|
|
12424
|
+
});
|
|
12425
|
+
Object.defineProperty(Toolbar.prototype, "c7", {
|
|
12426
|
+
get: function () {
|
|
12427
|
+
return this.cv;
|
|
12428
|
+
},
|
|
12429
|
+
set: function (a) {
|
|
12430
|
+
var b = this.cv;
|
|
12431
|
+
this.cv = a;
|
|
12432
|
+
if (b != this.cv) {
|
|
12433
|
+
this.cd("IconStroke", b, this.cv);
|
|
12425
12434
|
}
|
|
12426
12435
|
},
|
|
12427
12436
|
enumerable: false,
|
|
@@ -12435,7 +12444,7 @@
|
|
|
12435
12444
|
var b = this.s;
|
|
12436
12445
|
this.s = a;
|
|
12437
12446
|
if (b != this.s) {
|
|
12438
|
-
this.
|
|
12447
|
+
this.cd("CellTextStyle", b, this.s);
|
|
12439
12448
|
}
|
|
12440
12449
|
},
|
|
12441
12450
|
enumerable: false,
|
|
@@ -12447,15 +12456,43 @@
|
|
|
12447
12456
|
}
|
|
12448
12457
|
return this.t;
|
|
12449
12458
|
};
|
|
12450
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12459
|
+
Object.defineProperty(Toolbar.prototype, "av", {
|
|
12451
12460
|
get: function () {
|
|
12452
|
-
return this.
|
|
12461
|
+
return this.al;
|
|
12453
12462
|
},
|
|
12454
12463
|
set: function (a) {
|
|
12455
|
-
var b = this.
|
|
12456
|
-
this.
|
|
12457
|
-
if (b != this.
|
|
12458
|
-
this.
|
|
12464
|
+
var b = this.al;
|
|
12465
|
+
this.al = a;
|
|
12466
|
+
if (b != this.al) {
|
|
12467
|
+
this.cd("SeparatorVerticalPaddingLeft", b, this.al);
|
|
12468
|
+
}
|
|
12469
|
+
},
|
|
12470
|
+
enumerable: false,
|
|
12471
|
+
configurable: true
|
|
12472
|
+
});
|
|
12473
|
+
Object.defineProperty(Toolbar.prototype, "aw", {
|
|
12474
|
+
get: function () {
|
|
12475
|
+
return this.am;
|
|
12476
|
+
},
|
|
12477
|
+
set: function (a) {
|
|
12478
|
+
var b = this.am;
|
|
12479
|
+
this.am = a;
|
|
12480
|
+
if (b != this.am) {
|
|
12481
|
+
this.cd("SeparatorVerticalPaddingRight", b, this.am);
|
|
12482
|
+
}
|
|
12483
|
+
},
|
|
12484
|
+
enumerable: false,
|
|
12485
|
+
configurable: true
|
|
12486
|
+
});
|
|
12487
|
+
Object.defineProperty(Toolbar.prototype, "ax", {
|
|
12488
|
+
get: function () {
|
|
12489
|
+
return this.an;
|
|
12490
|
+
},
|
|
12491
|
+
set: function (a) {
|
|
12492
|
+
var b = this.an;
|
|
12493
|
+
this.an = a;
|
|
12494
|
+
if (b != this.an) {
|
|
12495
|
+
this.cd("SeparatorVerticalPaddingTop", b, this.an);
|
|
12459
12496
|
}
|
|
12460
12497
|
},
|
|
12461
12498
|
enumerable: false,
|
|
@@ -12469,21 +12506,21 @@
|
|
|
12469
12506
|
var b = this.ak;
|
|
12470
12507
|
this.ak = a;
|
|
12471
12508
|
if (b != this.ak) {
|
|
12472
|
-
this.
|
|
12509
|
+
this.cd("SeparatorVerticalPaddingBottom", b, this.ak);
|
|
12473
12510
|
}
|
|
12474
12511
|
},
|
|
12475
12512
|
enumerable: false,
|
|
12476
12513
|
configurable: true
|
|
12477
12514
|
});
|
|
12478
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12515
|
+
Object.defineProperty(Toolbar.prototype, "ar", {
|
|
12479
12516
|
get: function () {
|
|
12480
|
-
return this.
|
|
12517
|
+
return this.ah;
|
|
12481
12518
|
},
|
|
12482
12519
|
set: function (a) {
|
|
12483
|
-
var b = this.
|
|
12484
|
-
this.
|
|
12485
|
-
if (b != this.
|
|
12486
|
-
this.
|
|
12520
|
+
var b = this.ah;
|
|
12521
|
+
this.ah = a;
|
|
12522
|
+
if (b != this.ah) {
|
|
12523
|
+
this.cd("SeparatorHorizontalPaddingLeft", b, this.ah);
|
|
12487
12524
|
}
|
|
12488
12525
|
},
|
|
12489
12526
|
enumerable: false,
|
|
@@ -12497,21 +12534,21 @@
|
|
|
12497
12534
|
var b = this.ai;
|
|
12498
12535
|
this.ai = a;
|
|
12499
12536
|
if (b != this.ai) {
|
|
12500
|
-
this.
|
|
12537
|
+
this.cd("SeparatorHorizontalPaddingRight", b, this.ai);
|
|
12501
12538
|
}
|
|
12502
12539
|
},
|
|
12503
12540
|
enumerable: false,
|
|
12504
12541
|
configurable: true
|
|
12505
12542
|
});
|
|
12506
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12543
|
+
Object.defineProperty(Toolbar.prototype, "at", {
|
|
12507
12544
|
get: function () {
|
|
12508
|
-
return this.
|
|
12545
|
+
return this.aj;
|
|
12509
12546
|
},
|
|
12510
12547
|
set: function (a) {
|
|
12511
|
-
var b = this.
|
|
12512
|
-
this.
|
|
12513
|
-
if (b != this.
|
|
12514
|
-
this.
|
|
12548
|
+
var b = this.aj;
|
|
12549
|
+
this.aj = a;
|
|
12550
|
+
if (b != this.aj) {
|
|
12551
|
+
this.cd("SeparatorHorizontalPaddingTop", b, this.aj);
|
|
12515
12552
|
}
|
|
12516
12553
|
},
|
|
12517
12554
|
enumerable: false,
|
|
@@ -12525,55 +12562,47 @@
|
|
|
12525
12562
|
var b = this.ag;
|
|
12526
12563
|
this.ag = a;
|
|
12527
12564
|
if (b != this.ag) {
|
|
12528
|
-
this.
|
|
12565
|
+
this.cd("SeparatorHorizontalPaddingBottom", b, this.ag);
|
|
12529
12566
|
}
|
|
12530
12567
|
},
|
|
12531
12568
|
enumerable: false,
|
|
12532
12569
|
configurable: true
|
|
12533
12570
|
});
|
|
12534
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12571
|
+
Object.defineProperty(Toolbar.prototype, "ad", {
|
|
12535
12572
|
get: function () {
|
|
12536
|
-
return this.
|
|
12573
|
+
return this.aa;
|
|
12537
12574
|
},
|
|
12538
12575
|
set: function (a) {
|
|
12539
|
-
var b = this.
|
|
12540
|
-
this.
|
|
12541
|
-
if (b != this.
|
|
12542
|
-
this.
|
|
12576
|
+
var b = this.aa;
|
|
12577
|
+
this.aa = a;
|
|
12578
|
+
if (b != this.aa) {
|
|
12579
|
+
this.cd("ShowOnHover", b, this.aa);
|
|
12543
12580
|
}
|
|
12544
12581
|
},
|
|
12545
12582
|
enumerable: false,
|
|
12546
12583
|
configurable: true
|
|
12547
12584
|
});
|
|
12548
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12585
|
+
Object.defineProperty(Toolbar.prototype, "userSetWidth", {
|
|
12549
12586
|
get: function () {
|
|
12550
|
-
return this.
|
|
12587
|
+
return this._userSetWidth;
|
|
12551
12588
|
},
|
|
12552
12589
|
set: function (a) {
|
|
12553
|
-
|
|
12554
|
-
this.ae = a;
|
|
12555
|
-
if (b != this.ae) {
|
|
12556
|
-
this.cb("SeparatorHorizontalPaddingBottom", b, this.ae);
|
|
12557
|
-
}
|
|
12590
|
+
this._userSetWidth = a;
|
|
12558
12591
|
},
|
|
12559
12592
|
enumerable: false,
|
|
12560
12593
|
configurable: true
|
|
12561
12594
|
});
|
|
12562
|
-
Object.defineProperty(Toolbar.prototype, "
|
|
12595
|
+
Object.defineProperty(Toolbar.prototype, "userSetHeight", {
|
|
12563
12596
|
get: function () {
|
|
12564
|
-
return this.
|
|
12597
|
+
return this._userSetHeight;
|
|
12565
12598
|
},
|
|
12566
12599
|
set: function (a) {
|
|
12567
|
-
|
|
12568
|
-
this.aa = a;
|
|
12569
|
-
if (b != this.aa) {
|
|
12570
|
-
this.cb("ShowOnHover", b, this.aa);
|
|
12571
|
-
}
|
|
12600
|
+
this._userSetHeight = a;
|
|
12572
12601
|
},
|
|
12573
12602
|
enumerable: false,
|
|
12574
12603
|
configurable: true
|
|
12575
12604
|
});
|
|
12576
|
-
Toolbar.prototype.
|
|
12605
|
+
Toolbar.prototype.b1 = function (a, b) {
|
|
12577
12606
|
var e_4, _a, e_5, _b;
|
|
12578
12607
|
if (b.oldItems != null) {
|
|
12579
12608
|
try {
|
|
@@ -12581,7 +12610,7 @@
|
|
|
12581
12610
|
var c = _d.value;
|
|
12582
12611
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, c) !== null) {
|
|
12583
12612
|
var d = c;
|
|
12584
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
12613
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b2));
|
|
12585
12614
|
}
|
|
12586
12615
|
}
|
|
12587
12616
|
}
|
|
@@ -12605,7 +12634,7 @@
|
|
|
12605
12634
|
var e = _f.value;
|
|
12606
12635
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, e) !== null) {
|
|
12607
12636
|
var f = e;
|
|
12608
|
-
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
12637
|
+
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b2));
|
|
12609
12638
|
}
|
|
12610
12639
|
}
|
|
12611
12640
|
}
|
|
@@ -12623,21 +12652,21 @@
|
|
|
12623
12652
|
}
|
|
12624
12653
|
}
|
|
12625
12654
|
}
|
|
12626
|
-
this.
|
|
12655
|
+
this.cb();
|
|
12627
12656
|
};
|
|
12628
|
-
Toolbar.prototype.
|
|
12629
|
-
this.
|
|
12657
|
+
Toolbar.prototype.b3 = function (a, b) {
|
|
12658
|
+
this.co();
|
|
12630
12659
|
};
|
|
12631
|
-
Toolbar.prototype.
|
|
12660
|
+
Toolbar.prototype.b4 = function (a, b) {
|
|
12632
12661
|
for (var c = 0; c < this.actualActions.count; c++) {
|
|
12633
12662
|
if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, this.actualActions._inner[c]) !== null) {
|
|
12634
12663
|
var d = this.actualActions._inner[c];
|
|
12635
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
12664
|
+
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b2));
|
|
12636
12665
|
}
|
|
12637
12666
|
this.actualActions._inner[c].b = null;
|
|
12638
12667
|
}
|
|
12639
12668
|
};
|
|
12640
|
-
Toolbar.prototype.
|
|
12669
|
+
Toolbar.prototype.co = function () {
|
|
12641
12670
|
var a = this.q == 0 ? 1 : this.q;
|
|
12642
12671
|
if (this.o != null) {
|
|
12643
12672
|
this.o.r = a;
|
|
@@ -12646,34 +12675,34 @@
|
|
|
12646
12675
|
this.actualActions._inner[b].l = a;
|
|
12647
12676
|
}
|
|
12648
12677
|
};
|
|
12649
|
-
Toolbar.prototype.
|
|
12678
|
+
Toolbar.prototype.b2 = function (a, b) {
|
|
12650
12679
|
};
|
|
12651
|
-
Toolbar.prototype.
|
|
12652
|
-
this.
|
|
12680
|
+
Toolbar.prototype.cb = function () {
|
|
12681
|
+
this.cj();
|
|
12653
12682
|
};
|
|
12654
|
-
Toolbar.prototype.
|
|
12683
|
+
Toolbar.prototype.cj = function () {
|
|
12655
12684
|
if (this.y) {
|
|
12656
12685
|
return;
|
|
12657
12686
|
}
|
|
12658
12687
|
if (this.b != null) {
|
|
12659
12688
|
this.y = true;
|
|
12660
|
-
this.b.enqueueAction(igniteuiWebcomponentsCore.runOn(this, this.
|
|
12689
|
+
this.b.enqueueAction(igniteuiWebcomponentsCore.runOn(this, this.b7));
|
|
12661
12690
|
}
|
|
12662
12691
|
else {
|
|
12663
12692
|
this.z = true;
|
|
12664
12693
|
}
|
|
12665
12694
|
};
|
|
12666
|
-
Toolbar.prototype.
|
|
12695
|
+
Toolbar.prototype.b7 = function () {
|
|
12667
12696
|
if (!this.y) {
|
|
12668
12697
|
return;
|
|
12669
12698
|
}
|
|
12670
12699
|
this.y = false;
|
|
12671
|
-
this.
|
|
12700
|
+
this.ck();
|
|
12672
12701
|
if (this.o.actions != this.actualActions) {
|
|
12673
12702
|
this.o.actions = this.actualActions;
|
|
12674
12703
|
}
|
|
12675
12704
|
};
|
|
12676
|
-
Toolbar.prototype.
|
|
12705
|
+
Toolbar.prototype.ck = function () {
|
|
12677
12706
|
var _this = this;
|
|
12678
12707
|
this.actualActions.clear();
|
|
12679
12708
|
for (var a = 0; a < this.autoGeneratedActions.count; a++) {
|
|
@@ -12817,30 +12846,30 @@
|
|
|
12817
12846
|
p3: d
|
|
12818
12847
|
};
|
|
12819
12848
|
};
|
|
12820
|
-
Toolbar.prototype.
|
|
12849
|
+
Toolbar.prototype.b8 = function () {
|
|
12821
12850
|
if (this.y) {
|
|
12822
|
-
this.
|
|
12851
|
+
this.b7();
|
|
12823
12852
|
}
|
|
12824
12853
|
};
|
|
12825
12854
|
Toolbar.prototype.notifySizeChanged = function () {
|
|
12826
|
-
this.l.
|
|
12855
|
+
this.l.t();
|
|
12827
12856
|
};
|
|
12828
12857
|
Toolbar.prototype.destroy = function () {
|
|
12829
12858
|
this.provideContainer(null);
|
|
12830
12859
|
};
|
|
12831
12860
|
Toolbar.prototype.provideContainer = function (a) {
|
|
12832
|
-
this.l.
|
|
12861
|
+
this.l.u(a);
|
|
12833
12862
|
};
|
|
12834
|
-
Toolbar.prototype.
|
|
12863
|
+
Toolbar.prototype.cd = function (a, b, c) {
|
|
12835
12864
|
if (this.propertyChanged != null) {
|
|
12836
12865
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
12837
12866
|
}
|
|
12838
|
-
this.
|
|
12867
|
+
this.ch(a, b, c);
|
|
12839
12868
|
};
|
|
12840
|
-
Toolbar.prototype.
|
|
12869
|
+
Toolbar.prototype.ch = function (a, b, c) {
|
|
12841
12870
|
switch (a) {
|
|
12842
12871
|
case "CellTextStyle":
|
|
12843
|
-
this.
|
|
12872
|
+
this.cj();
|
|
12844
12873
|
break;
|
|
12845
12874
|
case "BackgroundColor":
|
|
12846
12875
|
case "TextColor":
|
|
@@ -12857,63 +12886,63 @@
|
|
|
12857
12886
|
case "ToolTipElevation":
|
|
12858
12887
|
case "Orientation":
|
|
12859
12888
|
case "ShowOnHover":
|
|
12860
|
-
this.
|
|
12889
|
+
this.cn();
|
|
12861
12890
|
break;
|
|
12862
12891
|
case "Target":
|
|
12863
12892
|
var d = c;
|
|
12864
12893
|
var e = b;
|
|
12865
|
-
this.
|
|
12894
|
+
this.cf(e, d);
|
|
12866
12895
|
break;
|
|
12867
12896
|
case "BaseTheme":
|
|
12868
|
-
this.
|
|
12897
|
+
this.co();
|
|
12869
12898
|
break;
|
|
12870
12899
|
case "ExecutionContext":
|
|
12871
12900
|
if (this.b != null && this.z) {
|
|
12872
|
-
this.
|
|
12901
|
+
this.cj();
|
|
12873
12902
|
this.z = false;
|
|
12874
12903
|
}
|
|
12875
12904
|
break;
|
|
12876
12905
|
}
|
|
12877
12906
|
};
|
|
12878
|
-
Toolbar.prototype.
|
|
12907
|
+
Toolbar.prototype.cn = function () {
|
|
12879
12908
|
if (this.o != null) {
|
|
12880
12909
|
this.o.ac = this.ad;
|
|
12881
|
-
this.o.e8 = this.
|
|
12882
|
-
this.o.fi = this.
|
|
12883
|
-
this.o.e9 = this.
|
|
12884
|
-
this.o.fh = this.
|
|
12885
|
-
this.o.fa = this.
|
|
12886
|
-
this.o.fc = this.
|
|
12887
|
-
this.o.fg = this.
|
|
12888
|
-
this.o.fd = this.
|
|
12910
|
+
this.o.e8 = this.c1;
|
|
12911
|
+
this.o.fi = this.da;
|
|
12912
|
+
this.o.e9 = this.c2;
|
|
12913
|
+
this.o.fh = this.c9;
|
|
12914
|
+
this.o.fa = this.c3;
|
|
12915
|
+
this.o.fc = this.c4;
|
|
12916
|
+
this.o.fg = this.c8;
|
|
12917
|
+
this.o.fd = this.c5;
|
|
12889
12918
|
this.o.o = this.k;
|
|
12890
|
-
this.o.fk = this.
|
|
12891
|
-
this.o.fj = this.
|
|
12892
|
-
this.o.bl = this.
|
|
12893
|
-
this.o.bm = this.
|
|
12894
|
-
this.o.fe = this.
|
|
12895
|
-
this.o.ff = this.
|
|
12896
|
-
this.o.be = this.
|
|
12897
|
-
this.o.bf = this.
|
|
12898
|
-
this.o.bg = this.
|
|
12899
|
-
this.o.bd = this.
|
|
12900
|
-
this.o.bi = this.
|
|
12901
|
-
this.o.bj = this.
|
|
12902
|
-
this.o.bk = this.
|
|
12903
|
-
this.o.bh = this.
|
|
12904
|
-
}
|
|
12905
|
-
};
|
|
12906
|
-
Toolbar.prototype.
|
|
12919
|
+
this.o.fk = this.dc;
|
|
12920
|
+
this.o.fj = this.db;
|
|
12921
|
+
this.o.bl = this.ay;
|
|
12922
|
+
this.o.bm = this.az;
|
|
12923
|
+
this.o.fe = this.c6;
|
|
12924
|
+
this.o.ff = this.c7;
|
|
12925
|
+
this.o.be = this.ar;
|
|
12926
|
+
this.o.bf = this.as;
|
|
12927
|
+
this.o.bg = this.at;
|
|
12928
|
+
this.o.bd = this.aq;
|
|
12929
|
+
this.o.bi = this.av;
|
|
12930
|
+
this.o.bj = this.aw;
|
|
12931
|
+
this.o.bk = this.ax;
|
|
12932
|
+
this.o.bh = this.au;
|
|
12933
|
+
}
|
|
12934
|
+
};
|
|
12935
|
+
Toolbar.prototype.cf = function (a, b) {
|
|
12907
12936
|
this.r = b;
|
|
12908
12937
|
if (a != null) {
|
|
12909
12938
|
a.commandCompleted = null;
|
|
12910
12939
|
this.autoGeneratedActions.clear();
|
|
12911
12940
|
a.removeCommandStateChangedListener(this);
|
|
12912
|
-
this.
|
|
12941
|
+
this.cj();
|
|
12913
12942
|
}
|
|
12914
12943
|
if (b != null) {
|
|
12915
|
-
b.commandCompleted = igniteuiWebcomponentsCore.runOn(this, this.
|
|
12916
|
-
b.invalidateActions = igniteuiWebcomponentsCore.runOn(this, this.
|
|
12944
|
+
b.commandCompleted = igniteuiWebcomponentsCore.runOn(this, this.cg);
|
|
12945
|
+
b.invalidateActions = igniteuiWebcomponentsCore.runOn(this, this.ce);
|
|
12917
12946
|
this.autoGeneratedActions.clear();
|
|
12918
12947
|
var c = b.getDesiredToolbarActions();
|
|
12919
12948
|
if (c != null) {
|
|
@@ -12923,7 +12952,7 @@
|
|
|
12923
12952
|
}
|
|
12924
12953
|
}
|
|
12925
12954
|
b.addCommandStateChangedListener(this);
|
|
12926
|
-
this.
|
|
12955
|
+
this.cj();
|
|
12927
12956
|
}
|
|
12928
12957
|
};
|
|
12929
12958
|
Object.defineProperty(Toolbar.prototype, "b", {
|
|
@@ -12934,13 +12963,13 @@
|
|
|
12934
12963
|
var b = this.a;
|
|
12935
12964
|
this.a = a;
|
|
12936
12965
|
if (b != this.a) {
|
|
12937
|
-
this.
|
|
12966
|
+
this.cd("ExecutionContext", b, this.a);
|
|
12938
12967
|
}
|
|
12939
12968
|
},
|
|
12940
12969
|
enumerable: false,
|
|
12941
12970
|
configurable: true
|
|
12942
12971
|
});
|
|
12943
|
-
Toolbar.prototype.
|
|
12972
|
+
Toolbar.prototype.b5 = function () {
|
|
12944
12973
|
if (this.o != null) {
|
|
12945
12974
|
this.o.dd();
|
|
12946
12975
|
}
|
|
@@ -12974,7 +13003,7 @@
|
|
|
12974
13003
|
}
|
|
12975
13004
|
}
|
|
12976
13005
|
};
|
|
12977
|
-
Toolbar.prototype.
|
|
13006
|
+
Toolbar.prototype.cl = function (a, b) {
|
|
12978
13007
|
for (var c = 0; c < a.count; c++) {
|
|
12979
13008
|
var d = a._inner[c];
|
|
12980
13009
|
if (d.cp == b) {
|
|
@@ -12982,20 +13011,20 @@
|
|
|
12982
13011
|
d.cp = b;
|
|
12983
13012
|
}
|
|
12984
13013
|
if (d.actions != null && d.actions.count > 0) {
|
|
12985
|
-
this.
|
|
13014
|
+
this.cl(d.actions, b);
|
|
12986
13015
|
}
|
|
12987
13016
|
}
|
|
12988
13017
|
};
|
|
12989
|
-
Toolbar.prototype.
|
|
13018
|
+
Toolbar.prototype.cm = function (a, b, c) {
|
|
12990
13019
|
igniteuiWebcomponentsCore.SvgIconRegistry.instance.addSvgPathString(a, b, c);
|
|
12991
|
-
this.
|
|
13020
|
+
this.cl(this.actualActions, b);
|
|
12992
13021
|
};
|
|
12993
|
-
Toolbar.prototype.
|
|
13022
|
+
Toolbar.prototype.bc = function (a, b) {
|
|
12994
13023
|
return igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(a, b);
|
|
12995
13024
|
};
|
|
12996
13025
|
Toolbar.$t = igniteuiWebcomponentsCore.markType(Toolbar, 'Toolbar', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.ICommandStateChangedListener_$type]);
|
|
12997
13026
|
Toolbar.j = 1;
|
|
12998
|
-
Toolbar.
|
|
13027
|
+
Toolbar.a1 = null;
|
|
12999
13028
|
return Toolbar;
|
|
13000
13029
|
}(igniteuiWebcomponentsCore.Base));
|
|
13001
13030
|
/**
|
|
@@ -17620,11 +17649,11 @@
|
|
|
17620
17649
|
* Gets or sets the color to use for the background of the component.
|
|
17621
17650
|
*/
|
|
17622
17651
|
get: function () {
|
|
17623
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17652
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c1);
|
|
17624
17653
|
},
|
|
17625
17654
|
set: function (v) {
|
|
17626
|
-
this.i.
|
|
17627
|
-
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17655
|
+
this.i.c1 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17656
|
+
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.c1));
|
|
17628
17657
|
},
|
|
17629
17658
|
enumerable: false,
|
|
17630
17659
|
configurable: true
|
|
@@ -17634,11 +17663,11 @@
|
|
|
17634
17663
|
* Gets or sets the background color for submenus.
|
|
17635
17664
|
*/
|
|
17636
17665
|
get: function () {
|
|
17637
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17666
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c9);
|
|
17638
17667
|
},
|
|
17639
17668
|
set: function (v) {
|
|
17640
|
-
this.i.
|
|
17641
|
-
this._a("submenuBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17669
|
+
this.i.c9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17670
|
+
this._a("submenuBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.c9));
|
|
17642
17671
|
},
|
|
17643
17672
|
enumerable: false,
|
|
17644
17673
|
configurable: true
|
|
@@ -17648,11 +17677,11 @@
|
|
|
17648
17677
|
* Gets or sets the group header background color.
|
|
17649
17678
|
*/
|
|
17650
17679
|
get: function () {
|
|
17651
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17680
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c3);
|
|
17652
17681
|
},
|
|
17653
17682
|
set: function (v) {
|
|
17654
|
-
this.i.
|
|
17655
|
-
this._a("groupHeaderBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17683
|
+
this.i.c3 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17684
|
+
this._a("groupHeaderBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.c3));
|
|
17656
17685
|
},
|
|
17657
17686
|
enumerable: false,
|
|
17658
17687
|
configurable: true
|
|
@@ -17662,11 +17691,11 @@
|
|
|
17662
17691
|
* Gets or sets the separator background color.
|
|
17663
17692
|
*/
|
|
17664
17693
|
get: function () {
|
|
17665
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17694
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c8);
|
|
17666
17695
|
},
|
|
17667
17696
|
set: function (v) {
|
|
17668
|
-
this.i.
|
|
17669
|
-
this._a("separatorBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17697
|
+
this.i.c8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17698
|
+
this._a("separatorBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.c8));
|
|
17670
17699
|
},
|
|
17671
17700
|
enumerable: false,
|
|
17672
17701
|
configurable: true
|
|
@@ -17676,11 +17705,11 @@
|
|
|
17676
17705
|
* Gets or sets the hover background color.
|
|
17677
17706
|
*/
|
|
17678
17707
|
get: function () {
|
|
17679
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17708
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c5);
|
|
17680
17709
|
},
|
|
17681
17710
|
set: function (v) {
|
|
17682
|
-
this.i.
|
|
17683
|
-
this._a("hoverBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17711
|
+
this.i.c5 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17712
|
+
this._a("hoverBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.c5));
|
|
17684
17713
|
},
|
|
17685
17714
|
enumerable: false,
|
|
17686
17715
|
configurable: true
|
|
@@ -17690,11 +17719,11 @@
|
|
|
17690
17719
|
* Gets or sets the color to use for the text of the component.
|
|
17691
17720
|
*/
|
|
17692
17721
|
get: function () {
|
|
17693
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17722
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.da);
|
|
17694
17723
|
},
|
|
17695
17724
|
set: function (v) {
|
|
17696
|
-
this.i.
|
|
17697
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17725
|
+
this.i.da = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17726
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.da));
|
|
17698
17727
|
},
|
|
17699
17728
|
enumerable: false,
|
|
17700
17729
|
configurable: true
|
|
@@ -17704,11 +17733,11 @@
|
|
|
17704
17733
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
17705
17734
|
*/
|
|
17706
17735
|
get: function () {
|
|
17707
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17736
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c2);
|
|
17708
17737
|
},
|
|
17709
17738
|
set: function (v) {
|
|
17710
|
-
this.i.
|
|
17711
|
-
this._a("disabledTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17739
|
+
this.i.c2 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17740
|
+
this._a("disabledTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c2));
|
|
17712
17741
|
},
|
|
17713
17742
|
enumerable: false,
|
|
17714
17743
|
configurable: true
|
|
@@ -17718,11 +17747,11 @@
|
|
|
17718
17747
|
* Gets or sets the text color for group header tool actions.
|
|
17719
17748
|
*/
|
|
17720
17749
|
get: function () {
|
|
17721
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17750
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c4);
|
|
17722
17751
|
},
|
|
17723
17752
|
set: function (v) {
|
|
17724
|
-
this.i.
|
|
17725
|
-
this._a("groupHeaderTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17753
|
+
this.i.c4 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17754
|
+
this._a("groupHeaderTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c4));
|
|
17726
17755
|
},
|
|
17727
17756
|
enumerable: false,
|
|
17728
17757
|
configurable: true
|
|
@@ -17732,11 +17761,11 @@
|
|
|
17732
17761
|
* Gets or sets the tooltip text color.
|
|
17733
17762
|
*/
|
|
17734
17763
|
get: function () {
|
|
17735
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17764
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dc);
|
|
17736
17765
|
},
|
|
17737
17766
|
set: function (v) {
|
|
17738
|
-
this.i.
|
|
17739
|
-
this._a("toolTipTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17767
|
+
this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17768
|
+
this._a("toolTipTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
|
|
17740
17769
|
},
|
|
17741
17770
|
enumerable: false,
|
|
17742
17771
|
configurable: true
|
|
@@ -17746,11 +17775,11 @@
|
|
|
17746
17775
|
* Gets or sets the tooltip background color.
|
|
17747
17776
|
*/
|
|
17748
17777
|
get: function () {
|
|
17749
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17778
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.db);
|
|
17750
17779
|
},
|
|
17751
17780
|
set: function (v) {
|
|
17752
|
-
this.i.
|
|
17753
|
-
this._a("toolTipBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17781
|
+
this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17782
|
+
this._a("toolTipBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.db));
|
|
17754
17783
|
},
|
|
17755
17784
|
enumerable: false,
|
|
17756
17785
|
configurable: true
|
|
@@ -17760,11 +17789,11 @@
|
|
|
17760
17789
|
* Gets or sets the tooltip corner radius.
|
|
17761
17790
|
*/
|
|
17762
17791
|
get: function () {
|
|
17763
|
-
return this.i.
|
|
17792
|
+
return this.i.ay;
|
|
17764
17793
|
},
|
|
17765
17794
|
set: function (v) {
|
|
17766
|
-
this.i.
|
|
17767
|
-
this._a("toolTipCornerRadius", this.i.
|
|
17795
|
+
this.i.ay = +v;
|
|
17796
|
+
this._a("toolTipCornerRadius", this.i.ay);
|
|
17768
17797
|
},
|
|
17769
17798
|
enumerable: false,
|
|
17770
17799
|
configurable: true
|
|
@@ -17774,11 +17803,11 @@
|
|
|
17774
17803
|
* Gets or sets the shadow elevation for the tooltip.
|
|
17775
17804
|
*/
|
|
17776
17805
|
get: function () {
|
|
17777
|
-
return this.i.
|
|
17806
|
+
return this.i.az;
|
|
17778
17807
|
},
|
|
17779
17808
|
set: function (v) {
|
|
17780
|
-
this.i.
|
|
17781
|
-
this._a("toolTipElevation", this.i.
|
|
17809
|
+
this.i.az = +v;
|
|
17810
|
+
this._a("toolTipElevation", this.i.az);
|
|
17782
17811
|
},
|
|
17783
17812
|
enumerable: false,
|
|
17784
17813
|
configurable: true
|
|
@@ -17788,11 +17817,11 @@
|
|
|
17788
17817
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
17789
17818
|
*/
|
|
17790
17819
|
get: function () {
|
|
17791
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17820
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c6);
|
|
17792
17821
|
},
|
|
17793
17822
|
set: function (v) {
|
|
17794
|
-
this.i.
|
|
17795
|
-
this._a("iconFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17823
|
+
this.i.c6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17824
|
+
this._a("iconFill", igniteuiWebcomponentsCore.brushToString(this.i.c6));
|
|
17796
17825
|
},
|
|
17797
17826
|
enumerable: false,
|
|
17798
17827
|
configurable: true
|
|
@@ -17802,11 +17831,11 @@
|
|
|
17802
17831
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
17803
17832
|
*/
|
|
17804
17833
|
get: function () {
|
|
17805
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17834
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c7);
|
|
17806
17835
|
},
|
|
17807
17836
|
set: function (v) {
|
|
17808
|
-
this.i.
|
|
17809
|
-
this._a("iconStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
17837
|
+
this.i.c7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
17838
|
+
this._a("iconStroke", igniteuiWebcomponentsCore.brushToString(this.i.c7));
|
|
17810
17839
|
},
|
|
17811
17840
|
enumerable: false,
|
|
17812
17841
|
configurable: true
|
|
@@ -17835,11 +17864,11 @@
|
|
|
17835
17864
|
* Gets or sets the left padding for separators in the vertical orientation.
|
|
17836
17865
|
*/
|
|
17837
17866
|
get: function () {
|
|
17838
|
-
return this.i.
|
|
17867
|
+
return this.i.av;
|
|
17839
17868
|
},
|
|
17840
17869
|
set: function (v) {
|
|
17841
|
-
this.i.
|
|
17842
|
-
this._a("separatorVerticalPaddingLeft", this.i.
|
|
17870
|
+
this.i.av = +v;
|
|
17871
|
+
this._a("separatorVerticalPaddingLeft", this.i.av);
|
|
17843
17872
|
},
|
|
17844
17873
|
enumerable: false,
|
|
17845
17874
|
configurable: true
|
|
@@ -17849,11 +17878,11 @@
|
|
|
17849
17878
|
* Gets or sets the right padding for separators in the vertical orientation.
|
|
17850
17879
|
*/
|
|
17851
17880
|
get: function () {
|
|
17852
|
-
return this.i.
|
|
17881
|
+
return this.i.aw;
|
|
17853
17882
|
},
|
|
17854
17883
|
set: function (v) {
|
|
17855
|
-
this.i.
|
|
17856
|
-
this._a("separatorVerticalPaddingRight", this.i.
|
|
17884
|
+
this.i.aw = +v;
|
|
17885
|
+
this._a("separatorVerticalPaddingRight", this.i.aw);
|
|
17857
17886
|
},
|
|
17858
17887
|
enumerable: false,
|
|
17859
17888
|
configurable: true
|
|
@@ -17863,11 +17892,11 @@
|
|
|
17863
17892
|
* Gets or sets the top padding for separators in the vertical orientation.
|
|
17864
17893
|
*/
|
|
17865
17894
|
get: function () {
|
|
17866
|
-
return this.i.
|
|
17895
|
+
return this.i.ax;
|
|
17867
17896
|
},
|
|
17868
17897
|
set: function (v) {
|
|
17869
|
-
this.i.
|
|
17870
|
-
this._a("separatorVerticalPaddingTop", this.i.
|
|
17898
|
+
this.i.ax = +v;
|
|
17899
|
+
this._a("separatorVerticalPaddingTop", this.i.ax);
|
|
17871
17900
|
},
|
|
17872
17901
|
enumerable: false,
|
|
17873
17902
|
configurable: true
|
|
@@ -17877,11 +17906,11 @@
|
|
|
17877
17906
|
* Gets or sets the bottom padding for separators in the vertical orientation.
|
|
17878
17907
|
*/
|
|
17879
17908
|
get: function () {
|
|
17880
|
-
return this.i.
|
|
17909
|
+
return this.i.au;
|
|
17881
17910
|
},
|
|
17882
17911
|
set: function (v) {
|
|
17883
|
-
this.i.
|
|
17884
|
-
this._a("separatorVerticalPaddingBottom", this.i.
|
|
17912
|
+
this.i.au = +v;
|
|
17913
|
+
this._a("separatorVerticalPaddingBottom", this.i.au);
|
|
17885
17914
|
},
|
|
17886
17915
|
enumerable: false,
|
|
17887
17916
|
configurable: true
|
|
@@ -17891,11 +17920,11 @@
|
|
|
17891
17920
|
* Gets or sets the left padding for separators in the horizontal orientation.
|
|
17892
17921
|
*/
|
|
17893
17922
|
get: function () {
|
|
17894
|
-
return this.i.
|
|
17923
|
+
return this.i.ar;
|
|
17895
17924
|
},
|
|
17896
17925
|
set: function (v) {
|
|
17897
|
-
this.i.
|
|
17898
|
-
this._a("separatorHorizontalPaddingLeft", this.i.
|
|
17926
|
+
this.i.ar = +v;
|
|
17927
|
+
this._a("separatorHorizontalPaddingLeft", this.i.ar);
|
|
17899
17928
|
},
|
|
17900
17929
|
enumerable: false,
|
|
17901
17930
|
configurable: true
|
|
@@ -17905,11 +17934,11 @@
|
|
|
17905
17934
|
* Gets or sets the right padding for separators in the horizontal orientation.
|
|
17906
17935
|
*/
|
|
17907
17936
|
get: function () {
|
|
17908
|
-
return this.i.
|
|
17937
|
+
return this.i.as;
|
|
17909
17938
|
},
|
|
17910
17939
|
set: function (v) {
|
|
17911
|
-
this.i.
|
|
17912
|
-
this._a("separatorHorizontalPaddingRight", this.i.
|
|
17940
|
+
this.i.as = +v;
|
|
17941
|
+
this._a("separatorHorizontalPaddingRight", this.i.as);
|
|
17913
17942
|
},
|
|
17914
17943
|
enumerable: false,
|
|
17915
17944
|
configurable: true
|
|
@@ -17919,11 +17948,11 @@
|
|
|
17919
17948
|
* Gets or sets the top padding for separators in the horizontal orientation.
|
|
17920
17949
|
*/
|
|
17921
17950
|
get: function () {
|
|
17922
|
-
return this.i.
|
|
17951
|
+
return this.i.at;
|
|
17923
17952
|
},
|
|
17924
17953
|
set: function (v) {
|
|
17925
|
-
this.i.
|
|
17926
|
-
this._a("separatorHorizontalPaddingTop", this.i.
|
|
17954
|
+
this.i.at = +v;
|
|
17955
|
+
this._a("separatorHorizontalPaddingTop", this.i.at);
|
|
17927
17956
|
},
|
|
17928
17957
|
enumerable: false,
|
|
17929
17958
|
configurable: true
|
|
@@ -17933,11 +17962,11 @@
|
|
|
17933
17962
|
* Gets or sets the bottom padding for separators in the horizontal orientation.
|
|
17934
17963
|
*/
|
|
17935
17964
|
get: function () {
|
|
17936
|
-
return this.i.
|
|
17965
|
+
return this.i.aq;
|
|
17937
17966
|
},
|
|
17938
17967
|
set: function (v) {
|
|
17939
|
-
this.i.
|
|
17940
|
-
this._a("separatorHorizontalPaddingBottom", this.i.
|
|
17968
|
+
this.i.aq = +v;
|
|
17969
|
+
this._a("separatorHorizontalPaddingBottom", this.i.aq);
|
|
17941
17970
|
},
|
|
17942
17971
|
enumerable: false,
|
|
17943
17972
|
configurable: true
|
|
@@ -18035,16 +18064,16 @@
|
|
|
18035
18064
|
|
|
18036
18065
|
*/
|
|
18037
18066
|
IgcToolbarComponent.prototype.closeSubmenus = function () {
|
|
18038
|
-
this.i.
|
|
18067
|
+
this.i.b5();
|
|
18039
18068
|
};
|
|
18040
18069
|
IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
|
|
18041
18070
|
this.i.onCommandStateChanged(id, (type == null ? null : type), value);
|
|
18042
18071
|
};
|
|
18043
18072
|
IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
|
|
18044
|
-
this.i.
|
|
18073
|
+
this.i.cm(iconCollection, iconName, iconText);
|
|
18045
18074
|
};
|
|
18046
18075
|
IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
|
|
18047
|
-
var iv = this.i.
|
|
18076
|
+
var iv = this.i.bc(iconCollection, iconName);
|
|
18048
18077
|
return (iv);
|
|
18049
18078
|
};
|
|
18050
18079
|
Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {
|