igniteui-webcomponents-layouts 4.6.0 → 4.7.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 +43 -43
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
- package/esm2015/lib/ListPanelView_combined.js +2 -2
- package/esm2015/lib/NativeUILayoutFactory_combined.js +29 -29
- package/esm2015/lib/PropertyEditorPanelView_combined.js +3 -3
- package/esm2015/lib/TooltipTextPresenter.js +2 -2
- package/esm5/lib/ExpansionPanelView_combined.js +7 -7
- package/esm5/lib/ListPanelView_combined.js +2 -2
- package/esm5/lib/NativeUILayoutFactory_combined.js +29 -29
- package/esm5/lib/PropertyEditorPanelView_combined.js +3 -3
- package/esm5/lib/TooltipTextPresenter.js +2 -2
- package/fesm2015/igniteui-webcomponents-layouts.js +43 -43
- package/fesm5/igniteui-webcomponents-layouts.js +43 -43
- package/package.json +3 -3
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
}
|
|
309
309
|
};
|
|
310
310
|
ExpansionPanelView.$t = igniteuiWebcomponentsCore.markType(ExpansionPanelView, 'ExpansionPanelView');
|
|
311
|
-
ExpansionPanelView.al = igniteuiWebcomponentsCore.BrushUtil.
|
|
311
|
+
ExpansionPanelView.al = igniteuiWebcomponentsCore.BrushUtil.h(255, 33, 150, 243);
|
|
312
312
|
ExpansionPanelView.t = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z";
|
|
313
313
|
ExpansionPanelView.s = "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z";
|
|
314
314
|
return ExpansionPanelView;
|
|
@@ -869,13 +869,13 @@
|
|
|
869
869
|
this.n = !this.n;
|
|
870
870
|
};
|
|
871
871
|
XExpansionPanel.$t = igniteuiWebcomponentsCore.markType(XExpansionPanel, 'XExpansionPanel', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
872
|
-
XExpansionPanel.bs = igniteuiWebcomponentsCore.BrushUtil.
|
|
873
|
-
XExpansionPanel.bt = igniteuiWebcomponentsCore.BrushUtil.
|
|
872
|
+
XExpansionPanel.bs = igniteuiWebcomponentsCore.BrushUtil.h(188, 0, 0, 0);
|
|
873
|
+
XExpansionPanel.bt = igniteuiWebcomponentsCore.BrushUtil.h(188, 0, 0, 0);
|
|
874
874
|
XExpansionPanel.r = 2;
|
|
875
|
-
XExpansionPanel.bu = igniteuiWebcomponentsCore.BrushUtil.
|
|
876
|
-
XExpansionPanel.bw = igniteuiWebcomponentsCore.BrushUtil.
|
|
877
|
-
XExpansionPanel.bv = igniteuiWebcomponentsCore.BrushUtil.
|
|
878
|
-
XExpansionPanel.br = igniteuiWebcomponentsCore.BrushUtil.
|
|
875
|
+
XExpansionPanel.bu = igniteuiWebcomponentsCore.BrushUtil.h(255, 245, 245, 245);
|
|
876
|
+
XExpansionPanel.bw = igniteuiWebcomponentsCore.BrushUtil.h(66, 0, 0, 0);
|
|
877
|
+
XExpansionPanel.bv = igniteuiWebcomponentsCore.BrushUtil.h(30, 0, 0, 0);
|
|
878
|
+
XExpansionPanel.br = igniteuiWebcomponentsCore.BrushUtil.h(20, 0, 0, 0);
|
|
879
879
|
return XExpansionPanel;
|
|
880
880
|
}(igniteuiWebcomponentsCore.Base));
|
|
881
881
|
|
|
@@ -4990,7 +4990,7 @@
|
|
|
4990
4990
|
if (c.bi == null) {
|
|
4991
4991
|
c.bi = igniteuiWebcomponentsCore.runOn(_this, _this.ci);
|
|
4992
4992
|
}
|
|
4993
|
-
c.a4 = igniteuiWebcomponentsCore.BrushUtil.
|
|
4993
|
+
c.a4 = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
4994
4994
|
}
|
|
4995
4995
|
});
|
|
4996
4996
|
};
|
|
@@ -5440,8 +5440,8 @@
|
|
|
5440
5440
|
}
|
|
5441
5441
|
};
|
|
5442
5442
|
PropertyEditorPanel.$t = igniteuiWebcomponentsCore.markType(PropertyEditorPanel, 'PropertyEditorPanel', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
5443
|
-
PropertyEditorPanel.d9 = igniteuiWebcomponentsCore.BrushUtil.
|
|
5444
|
-
PropertyEditorPanel.ea = igniteuiWebcomponentsCore.BrushUtil.
|
|
5443
|
+
PropertyEditorPanel.d9 = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
|
|
5444
|
+
PropertyEditorPanel.ea = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
5445
5445
|
return PropertyEditorPanel;
|
|
5446
5446
|
}(igniteuiWebcomponentsCore.Base));
|
|
5447
5447
|
|
|
@@ -7167,10 +7167,10 @@
|
|
|
7167
7167
|
configurable: true
|
|
7168
7168
|
});
|
|
7169
7169
|
ListPanel.$t = igniteuiWebcomponentsCore.markType(ListPanel, 'ListPanel', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
7170
|
-
ListPanel.ct = igniteuiWebcomponentsCore.BrushUtil.
|
|
7170
|
+
ListPanel.ct = igniteuiWebcomponentsCore.BrushUtil.h(255, 248, 248, 248);
|
|
7171
7171
|
ListPanel.j = 0;
|
|
7172
7172
|
ListPanel.af = false;
|
|
7173
|
-
ListPanel.cu = igniteuiWebcomponentsCore.BrushUtil.
|
|
7173
|
+
ListPanel.cu = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
7174
7174
|
return ListPanel;
|
|
7175
7175
|
}(igniteuiWebcomponentsCore.Base));
|
|
7176
7176
|
/**
|
|
@@ -8283,8 +8283,8 @@
|
|
|
8283
8283
|
_this.d = null;
|
|
8284
8284
|
_this.h = igniteuiWebcomponentsCore.DeviceUtils.g(42);
|
|
8285
8285
|
_this.ab = new igniteuiWebcomponentsCore.Thickness(1, 20, 0, 20, 0);
|
|
8286
|
-
_this.w = igniteuiWebcomponentsCore.BrushUtil.
|
|
8287
|
-
_this.x = igniteuiWebcomponentsCore.BrushUtil.
|
|
8286
|
+
_this.w = igniteuiWebcomponentsCore.BrushUtil.h(255, 237, 239, 245);
|
|
8287
|
+
_this.x = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 0, 0);
|
|
8288
8288
|
_this.k = "";
|
|
8289
8289
|
_this.a = TooltipTextPresenter.c();
|
|
8290
8290
|
_this.g = NaN;
|
|
@@ -9182,7 +9182,7 @@
|
|
|
9182
9182
|
_this.at = NaN;
|
|
9183
9183
|
_this.eh = null;
|
|
9184
9184
|
_this.eo = null;
|
|
9185
|
-
_this.em = igniteuiWebcomponentsCore.BrushUtil.
|
|
9185
|
+
_this.em = igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0);
|
|
9186
9186
|
_this.ef = null;
|
|
9187
9187
|
_this.el = null;
|
|
9188
9188
|
_this.ek = null;
|
|
@@ -11160,7 +11160,7 @@
|
|
|
11160
11160
|
if (this.fb != b) {
|
|
11161
11161
|
this.fb = b;
|
|
11162
11162
|
this.fb.b1 = this.j.bb;
|
|
11163
|
-
this.fb.b9 = igniteuiWebcomponentsCore.BrushUtil.
|
|
11163
|
+
this.fb.b9 = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
11164
11164
|
this.fb.bo = 1;
|
|
11165
11165
|
this.fb.bx = true;
|
|
11166
11166
|
this.fb.b3 = 100;
|
|
@@ -11691,7 +11691,7 @@
|
|
|
11691
11691
|
e.bi = 0;
|
|
11692
11692
|
e.bj = 6;
|
|
11693
11693
|
e.bg = 3;
|
|
11694
|
-
e.a7 = igniteuiWebcomponentsCore.BrushUtil.
|
|
11694
|
+
e.a7 = igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0);
|
|
11695
11695
|
e.ab = igniteuiWebcomponentsCore.DeviceUtils.g(1);
|
|
11696
11696
|
}
|
|
11697
11697
|
a.br = false;
|
|
@@ -13610,19 +13610,19 @@
|
|
|
13610
13610
|
case 2:
|
|
13611
13611
|
case 5:
|
|
13612
13612
|
case 3:
|
|
13613
|
-
this.e5 = this.fi != null ? this.fi : igniteuiWebcomponentsCore.BrushUtil.
|
|
13614
|
-
this.ew = this.e9 != null ? this.e9 : igniteuiWebcomponentsCore.BrushUtil.
|
|
13615
|
-
this.ev = this.e8 != null ? this.e8 : igniteuiWebcomponentsCore.BrushUtil.
|
|
13616
|
-
this.e4 = this.fh != null ? this.fh : igniteuiWebcomponentsCore.BrushUtil.
|
|
13617
|
-
this.ex = this.fa != null ? this.fa : igniteuiWebcomponentsCore.BrushUtil.
|
|
13618
|
-
this.ez = this.fc != null ? this.fc : igniteuiWebcomponentsCore.BrushUtil.
|
|
13619
|
-
this.e3 = this.fg != null ? this.fg : igniteuiWebcomponentsCore.BrushUtil.
|
|
13620
|
-
this.ey = this.fb != null ? this.fb : igniteuiWebcomponentsCore.BrushUtil.
|
|
13621
|
-
this.e0 = this.fd != null ? this.fd : igniteuiWebcomponentsCore.BrushUtil.
|
|
13622
|
-
this.e7 = this.fk != null ? this.fk : igniteuiWebcomponentsCore.BrushUtil.
|
|
13623
|
-
this.e1 = this.fe != null ? this.fe : igniteuiWebcomponentsCore.BrushUtil.
|
|
13624
|
-
this.e2 = this.ff != null ? this.ff : igniteuiWebcomponentsCore.BrushUtil.
|
|
13625
|
-
this.e6 = this.fj != null ? this.fj : igniteuiWebcomponentsCore.BrushUtil.
|
|
13613
|
+
this.e5 = this.fi != null ? this.fi : igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
|
|
13614
|
+
this.ew = this.e9 != null ? this.e9 : igniteuiWebcomponentsCore.BrushUtil.h(102, 0, 0, 0);
|
|
13615
|
+
this.ev = this.e8 != null ? this.e8 : igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
13616
|
+
this.e4 = this.fh != null ? this.fh : igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
13617
|
+
this.ex = this.fa != null ? this.fa : igniteuiWebcomponentsCore.BrushUtil.h(255, 237, 239, 245);
|
|
13618
|
+
this.ez = this.fc != null ? this.fc : igniteuiWebcomponentsCore.BrushUtil.h(255, 142, 143, 147);
|
|
13619
|
+
this.e3 = this.fg != null ? this.fg : igniteuiWebcomponentsCore.BrushUtil.h(255, 237, 239, 245);
|
|
13620
|
+
this.ey = this.fb != null ? this.fb : igniteuiWebcomponentsCore.BrushUtil.h(25, 0, 0, 0);
|
|
13621
|
+
this.e0 = this.fd != null ? this.fd : igniteuiWebcomponentsCore.BrushUtil.h(51, 178, 191, 220);
|
|
13622
|
+
this.e7 = this.fk != null ? this.fk : igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 0, 0);
|
|
13623
|
+
this.e1 = this.fe != null ? this.fe : igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 0, 0);
|
|
13624
|
+
this.e2 = this.ff != null ? this.ff : igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 0, 0);
|
|
13625
|
+
this.e6 = this.fj != null ? this.fj : igniteuiWebcomponentsCore.BrushUtil.h(255, 237, 239, 245);
|
|
13626
13626
|
this.bb = !igniteuiWebcomponentsCore.isNaN_(this.bl) ? this.bl : 8;
|
|
13627
13627
|
this.bc = !igniteuiWebcomponentsCore.isNaN_(this.bm) ? this.bm : 4;
|
|
13628
13628
|
this.a8 = !igniteuiWebcomponentsCore.isNaN_(this.bi) ? this.bi : 0;
|
|
@@ -13636,19 +13636,19 @@
|
|
|
13636
13636
|
break;
|
|
13637
13637
|
case 6:
|
|
13638
13638
|
case 4:
|
|
13639
|
-
this.e5 = this.fi != null ? this.fi : igniteuiWebcomponentsCore.BrushUtil.
|
|
13640
|
-
this.ew = this.e9 != null ? this.e9 : igniteuiWebcomponentsCore.BrushUtil.
|
|
13641
|
-
this.ev = this.e8 != null ? this.e8 : igniteuiWebcomponentsCore.BrushUtil.
|
|
13642
|
-
this.e4 = this.fh != null ? this.fh : igniteuiWebcomponentsCore.BrushUtil.
|
|
13643
|
-
this.ex = this.fa != null ? this.fa : igniteuiWebcomponentsCore.BrushUtil.
|
|
13644
|
-
this.ez = this.fc != null ? this.fc : igniteuiWebcomponentsCore.BrushUtil.
|
|
13645
|
-
this.e3 = this.fg != null ? this.fg : igniteuiWebcomponentsCore.BrushUtil.
|
|
13646
|
-
this.ey = this.fb != null ? this.fb : igniteuiWebcomponentsCore.BrushUtil.
|
|
13647
|
-
this.e0 = this.fd != null ? this.fd : igniteuiWebcomponentsCore.BrushUtil.
|
|
13648
|
-
this.e7 = this.fk != null ? this.fk : igniteuiWebcomponentsCore.BrushUtil.
|
|
13649
|
-
this.e1 = this.fe != null ? this.fe : igniteuiWebcomponentsCore.BrushUtil.
|
|
13650
|
-
this.e2 = this.ff != null ? this.ff : igniteuiWebcomponentsCore.BrushUtil.
|
|
13651
|
-
this.e6 = this.fj != null ? this.fj : igniteuiWebcomponentsCore.BrushUtil.
|
|
13639
|
+
this.e5 = this.fi != null ? this.fi : igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
13640
|
+
this.ew = this.e9 != null ? this.e9 : igniteuiWebcomponentsCore.BrushUtil.h(102, 255, 255, 255);
|
|
13641
|
+
this.ev = this.e8 != null ? this.e8 : igniteuiWebcomponentsCore.BrushUtil.h(255, 55, 63, 86);
|
|
13642
|
+
this.e4 = this.fh != null ? this.fh : igniteuiWebcomponentsCore.BrushUtil.h(255, 55, 63, 86);
|
|
13643
|
+
this.ex = this.fa != null ? this.fa : igniteuiWebcomponentsCore.BrushUtil.h(255, 44, 50, 70);
|
|
13644
|
+
this.ez = this.fc != null ? this.fc : igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
13645
|
+
this.e3 = this.fg != null ? this.fg : igniteuiWebcomponentsCore.BrushUtil.h(255, 44, 50, 70);
|
|
13646
|
+
this.ey = this.fb != null ? this.fb : igniteuiWebcomponentsCore.BrushUtil.h(25, 0, 0, 0);
|
|
13647
|
+
this.e0 = this.fd != null ? this.fd : igniteuiWebcomponentsCore.BrushUtil.h(25, 105, 136, 255);
|
|
13648
|
+
this.e7 = this.fk != null ? this.fk : igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
13649
|
+
this.e1 = this.fe != null ? this.fe : igniteuiWebcomponentsCore.BrushUtil.h(255, 210, 212, 216);
|
|
13650
|
+
this.e2 = this.ff != null ? this.ff : igniteuiWebcomponentsCore.BrushUtil.h(255, 210, 212, 216);
|
|
13651
|
+
this.e6 = this.fj != null ? this.fj : igniteuiWebcomponentsCore.BrushUtil.h(255, 44, 50, 70);
|
|
13652
13652
|
this.bb = !igniteuiWebcomponentsCore.isNaN_(this.bl) ? this.bl : 8;
|
|
13653
13653
|
this.bc = !igniteuiWebcomponentsCore.isNaN_(this.bm) ? this.bm : 4;
|
|
13654
13654
|
this.a8 = !igniteuiWebcomponentsCore.isNaN_(this.bi) ? this.bi : 0;
|