ninegrid2 6.253.0 → 6.254.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/dist/bundle.cjs.js +4 -0
- package/dist/bundle.esm.js +4 -0
- package/dist/etc/ngMaximize.js +4 -0
- package/package.json +1 -1
- package/src/etc/ngMaximize.js +4 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -19491,6 +19491,9 @@ class ngMaxPopup extends HTMLElement
|
|
|
19491
19491
|
`;
|
|
19492
19492
|
|
|
19493
19493
|
this.#grd = this.shadowRoot.querySelector("nine-grid");
|
|
19494
|
+
|
|
19495
|
+
console.log(this, this.#grd);
|
|
19496
|
+
|
|
19494
19497
|
this.#grd.removeAttribute("display-row-count");
|
|
19495
19498
|
//this.#grd.removeAttribute("onload");
|
|
19496
19499
|
//$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
|
|
@@ -19535,6 +19538,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
19535
19538
|
}
|
|
19536
19539
|
|
|
19537
19540
|
popup = () => {
|
|
19541
|
+
console.log(this.#grd, this.#grd.data);
|
|
19538
19542
|
this.#grd.data.assign(this.#owner.data.get());
|
|
19539
19543
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
19540
19544
|
};
|
package/dist/bundle.esm.js
CHANGED
|
@@ -19489,6 +19489,9 @@ class ngMaxPopup extends HTMLElement
|
|
|
19489
19489
|
`;
|
|
19490
19490
|
|
|
19491
19491
|
this.#grd = this.shadowRoot.querySelector("nine-grid");
|
|
19492
|
+
|
|
19493
|
+
console.log(this, this.#grd);
|
|
19494
|
+
|
|
19492
19495
|
this.#grd.removeAttribute("display-row-count");
|
|
19493
19496
|
//this.#grd.removeAttribute("onload");
|
|
19494
19497
|
//$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
|
|
@@ -19533,6 +19536,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
19533
19536
|
}
|
|
19534
19537
|
|
|
19535
19538
|
popup = () => {
|
|
19539
|
+
console.log(this.#grd, this.#grd.data);
|
|
19536
19540
|
this.#grd.data.assign(this.#owner.data.get());
|
|
19537
19541
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
19538
19542
|
};
|
package/dist/etc/ngMaximize.js
CHANGED
|
@@ -33,6 +33,9 @@ class ngMaxPopup extends HTMLElement
|
|
|
33
33
|
`;
|
|
34
34
|
|
|
35
35
|
this.#grd = this.shadowRoot.querySelector("nine-grid");
|
|
36
|
+
|
|
37
|
+
console.log(this, this.#grd)
|
|
38
|
+
|
|
36
39
|
this.#grd.removeAttribute("display-row-count");
|
|
37
40
|
//this.#grd.removeAttribute("onload");
|
|
38
41
|
//$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
|
|
@@ -77,6 +80,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
popup = () => {
|
|
83
|
+
console.log(this.#grd, this.#grd.data);
|
|
80
84
|
this.#grd.data.assign(this.#owner.data.get());
|
|
81
85
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
82
86
|
};
|
package/package.json
CHANGED
package/src/etc/ngMaximize.js
CHANGED
|
@@ -33,6 +33,9 @@ class ngMaxPopup extends HTMLElement
|
|
|
33
33
|
`;
|
|
34
34
|
|
|
35
35
|
this.#grd = this.shadowRoot.querySelector("nine-grid");
|
|
36
|
+
|
|
37
|
+
console.log(this, this.#grd)
|
|
38
|
+
|
|
36
39
|
this.#grd.removeAttribute("display-row-count");
|
|
37
40
|
//this.#grd.removeAttribute("onload");
|
|
38
41
|
//$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
|
|
@@ -77,6 +80,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
popup = () => {
|
|
83
|
+
console.log(this.#grd, this.#grd.data);
|
|
80
84
|
this.#grd.data.assign(this.#owner.data.get());
|
|
81
85
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
82
86
|
};
|