ninegrid2 6.253.0 → 6.255.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 +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/etc/ngMaximize.js +1 -0
- package/package.json +1 -1
- package/src/etc/ngMaximize.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -19535,6 +19535,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
19535
19535
|
}
|
|
19536
19536
|
|
|
19537
19537
|
popup = () => {
|
|
19538
|
+
console.log(this.#owner.data);
|
|
19538
19539
|
this.#grd.data.assign(this.#owner.data.get());
|
|
19539
19540
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
19540
19541
|
};
|
package/dist/bundle.esm.js
CHANGED
|
@@ -19533,6 +19533,7 @@ class ngMaxPopup extends HTMLElement
|
|
|
19533
19533
|
}
|
|
19534
19534
|
|
|
19535
19535
|
popup = () => {
|
|
19536
|
+
console.log(this.#owner.data);
|
|
19536
19537
|
this.#grd.data.assign(this.#owner.data.get());
|
|
19537
19538
|
this.shadowRoot.querySelector('dialog').showModal();
|
|
19538
19539
|
};
|
package/dist/etc/ngMaximize.js
CHANGED
package/package.json
CHANGED