ninegrid2 6.1442.0 → 6.1443.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 +0 -2
- package/dist/bundle.esm.js +0 -2
- package/dist/etc/_ngCell.js +0 -2
- package/package.json +1 -1
- package/src/etc/_ngCell.js +0 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -12262,8 +12262,6 @@ class ngCellEx extends HTMLElement
|
|
|
12262
12262
|
|
|
12263
12263
|
this.shadowRoot.querySelectorAll("button,ng-expand-button").forEach(button => {
|
|
12264
12264
|
|
|
12265
|
-
console.log(button);
|
|
12266
|
-
|
|
12267
12265
|
$(button).on("click", e => {
|
|
12268
12266
|
let fn = this.getAttribute("onbuttonclick") || this.getAttribute("onButtonClick") || this.cell.getAttribute("onbuttonclick") || this.cell.getAttribute("onButtonClick");// || this.getAttribute("@onlinkclick");
|
|
12269
12267
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -12258,8 +12258,6 @@ class ngCellEx extends HTMLElement
|
|
|
12258
12258
|
|
|
12259
12259
|
this.shadowRoot.querySelectorAll("button,ng-expand-button").forEach(button => {
|
|
12260
12260
|
|
|
12261
|
-
console.log(button);
|
|
12262
|
-
|
|
12263
12261
|
$(button).on("click", e => {
|
|
12264
12262
|
let fn = this.getAttribute("onbuttonclick") || this.getAttribute("onButtonClick") || this.cell.getAttribute("onbuttonclick") || this.cell.getAttribute("onButtonClick");// || this.getAttribute("@onlinkclick");
|
|
12265
12263
|
|
package/dist/etc/_ngCell.js
CHANGED
|
@@ -185,8 +185,6 @@ export class ngCellEx extends HTMLElement
|
|
|
185
185
|
|
|
186
186
|
this.shadowRoot.querySelectorAll("button,ng-expand-button").forEach(button => {
|
|
187
187
|
|
|
188
|
-
console.log(button);
|
|
189
|
-
|
|
190
188
|
$(button).on("click", e => {
|
|
191
189
|
let fn = this.getAttribute("onbuttonclick") || this.getAttribute("onButtonClick") || this.cell.getAttribute("onbuttonclick") || this.cell.getAttribute("onButtonClick");// || this.getAttribute("@onlinkclick");
|
|
192
190
|
|
package/package.json
CHANGED
package/src/etc/_ngCell.js
CHANGED
|
@@ -185,8 +185,6 @@ export class ngCellEx extends HTMLElement
|
|
|
185
185
|
|
|
186
186
|
this.shadowRoot.querySelectorAll("button,ng-expand-button").forEach(button => {
|
|
187
187
|
|
|
188
|
-
console.log(button);
|
|
189
|
-
|
|
190
188
|
$(button).on("click", e => {
|
|
191
189
|
let fn = this.getAttribute("onbuttonclick") || this.getAttribute("onButtonClick") || this.cell.getAttribute("onbuttonclick") || this.cell.getAttribute("onButtonClick");// || this.getAttribute("@onlinkclick");
|
|
192
190
|
|