igniteui-webcomponents-grids 5.1.1-beta.0 → 5.1.1-beta.2
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-grids.umd.js +5 -1
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +5 -1
- package/esm5/lib/NativeUIGridFactory.js +5 -1
- package/fesm2015/igniteui-webcomponents-grids.js +5 -1
- package/fesm5/igniteui-webcomponents-grids.js +5 -1
- package/grids/combined.js +8624 -8608
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/package.json +4 -4
|
@@ -49,12 +49,16 @@ export let NativeUIGridFactory = /*@__PURE__*/ (() => {
|
|
|
49
49
|
d(a, b) {
|
|
50
50
|
let c = a;
|
|
51
51
|
let d = c.createElement("div");
|
|
52
|
+
d.setStyleProperty("width", "100%");
|
|
53
|
+
d.setStyleProperty("height", "100%");
|
|
52
54
|
c.getPortal(d, "CheckboxList", (e) => {
|
|
53
55
|
let comp_ = e.componentRef;
|
|
56
|
+
comp_.width = '100%';
|
|
57
|
+
comp_.height = '100%';
|
|
54
58
|
let f = (comp_.i);
|
|
55
59
|
let g = new CheckboxListBridge(f);
|
|
56
60
|
let h = new NativeUICheckboxList();
|
|
57
|
-
h.an = d
|
|
61
|
+
h.an = d;
|
|
58
62
|
h.d = g;
|
|
59
63
|
b(h);
|
|
60
64
|
}, false);
|
|
@@ -59,12 +59,16 @@ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
NativeUIGridFactory.prototype.d = function (a, b) {
|
|
60
60
|
var c = a;
|
|
61
61
|
var d = c.createElement("div");
|
|
62
|
+
d.setStyleProperty("width", "100%");
|
|
63
|
+
d.setStyleProperty("height", "100%");
|
|
62
64
|
c.getPortal(d, "CheckboxList", function (e) {
|
|
63
65
|
var comp_ = e.componentRef;
|
|
66
|
+
comp_.width = '100%';
|
|
67
|
+
comp_.height = '100%';
|
|
64
68
|
var f = (comp_.i);
|
|
65
69
|
var g = new CheckboxListBridge(f);
|
|
66
70
|
var h = new NativeUICheckboxList();
|
|
67
|
-
h.an = d
|
|
71
|
+
h.an = d;
|
|
68
72
|
h.d = g;
|
|
69
73
|
b(h);
|
|
70
74
|
}, false);
|
|
@@ -46557,12 +46557,16 @@ let NativeUIGridFactory = /*@__PURE__*/ (() => {
|
|
|
46557
46557
|
d(a, b) {
|
|
46558
46558
|
let c = a;
|
|
46559
46559
|
let d = c.createElement("div");
|
|
46560
|
+
d.setStyleProperty("width", "100%");
|
|
46561
|
+
d.setStyleProperty("height", "100%");
|
|
46560
46562
|
c.getPortal(d, "CheckboxList", (e) => {
|
|
46561
46563
|
let comp_ = e.componentRef;
|
|
46564
|
+
comp_.width = '100%';
|
|
46565
|
+
comp_.height = '100%';
|
|
46562
46566
|
let f = (comp_.i);
|
|
46563
46567
|
let g = new CheckboxListBridge(f);
|
|
46564
46568
|
let h = new NativeUICheckboxList();
|
|
46565
|
-
h.an = d
|
|
46569
|
+
h.an = d;
|
|
46566
46570
|
h.d = g;
|
|
46567
46571
|
b(h);
|
|
46568
46572
|
}, false);
|
|
@@ -53094,12 +53094,16 @@ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53094
53094
|
NativeUIGridFactory.prototype.d = function (a, b) {
|
|
53095
53095
|
var c = a;
|
|
53096
53096
|
var d = c.createElement("div");
|
|
53097
|
+
d.setStyleProperty("width", "100%");
|
|
53098
|
+
d.setStyleProperty("height", "100%");
|
|
53097
53099
|
c.getPortal(d, "CheckboxList", function (e) {
|
|
53098
53100
|
var comp_ = e.componentRef;
|
|
53101
|
+
comp_.width = '100%';
|
|
53102
|
+
comp_.height = '100%';
|
|
53099
53103
|
var f = (comp_.i);
|
|
53100
53104
|
var g = new CheckboxListBridge(f);
|
|
53101
53105
|
var h = new NativeUICheckboxList();
|
|
53102
|
-
h.an = d
|
|
53106
|
+
h.an = d;
|
|
53103
53107
|
h.d = g;
|
|
53104
53108
|
b(h);
|
|
53105
53109
|
}, false);
|