@ninebone/grid 0.0.25 → 0.0.27
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/nine-grid.js +1 -1
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +1 -1
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -30034,7 +30034,7 @@ class Jc extends HTMLElement {
|
|
|
30034
30034
|
["columns"].includes(c) && (this[c] = this.tableUtils[c]);
|
|
30035
30035
|
for (var c in this.cell)
|
|
30036
30036
|
this.cell[c] instanceof Function && !["refresh"].includes(c) || ["xx"].includes(c) && (this[c] = this.cell[c]);
|
|
30037
|
-
H.j.querySelectorAll(this).hasClass("simple") || (this.filtering = new af(this)), !H.j.querySelectorAll(this).hasClass("combo") && !H.j.querySelectorAll(this).hasClass("filter") && $(this.shadowRoot).append($("<ng-combo-panel></ng-combo-panel").hide()), this.sorting = new Qd(this), this.matrix = new $d(this), tt(this, yi, new td(this)), tt(this, Ga, new Qu(this)), H.j.querySelectorAll(this).hasClass("simple") || tt(this, An, new Ud(this)), f(this, Ja).call(this), this.refresh(), this.body.querySelector(".ng-container-body .nodata") && new ResizeObserver((r, n) => {
|
|
30037
|
+
H.j.querySelectorAll(this).hasClass("simple") || (this.filtering = new af(this)), !H.j.querySelectorAll(this).hasClass("combo") && !H.j.querySelectorAll(this).hasClass("filter") && $(this.shadowRoot).append($("<ng-combo-panel></ng-combo-panel").hide()), this.sorting = new Qd(this), this.matrix = new $d(this), console.log(this.matrix), tt(this, yi, new td(this)), tt(this, Ga, new Qu(this)), H.j.querySelectorAll(this).hasClass("simple") || tt(this, An, new Ud(this)), f(this, Ja).call(this), this.refresh(), this.body.querySelector(".ng-container-body .nodata") && new ResizeObserver((r, n) => {
|
|
30038
30038
|
this.body.querySelector("ng-vscrollbar").refresh();
|
|
30039
30039
|
}).observe(this.body.querySelector(".ng-container-body .nodata")), !H.j.querySelectorAll(this).hasClass("filter") && !H.j.querySelectorAll(this).hasClass("combo") && ($(this.body).on("mousedown", (r) => {
|
|
30040
30040
|
this.shadowRoot.querySelectorAll("ng-combo-panel,ng-filter-panel,ng-context-menu-panel").forEach((n) => {
|