@web-utils/form-ui 1.0.0-beta30 → 1.0.0-beta32
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.
|
@@ -289,7 +289,7 @@ var ae = {
|
|
|
289
289
|
disabledRowKeys: Array,
|
|
290
290
|
selectExport: Boolean,
|
|
291
291
|
useVisibilityChange: Boolean
|
|
292
|
-
}, P = {
|
|
292
|
+
}, P = { data: !0 }, se = [
|
|
293
293
|
"change",
|
|
294
294
|
"expand-change",
|
|
295
295
|
"blur",
|
|
@@ -537,14 +537,13 @@ var I = {
|
|
|
537
537
|
});
|
|
538
538
|
return f("div", { class: ["pageable-table", { "auto-height": a.autoHeight }] }, [f("div", { class: "pageable-table-wrapper" }, [
|
|
539
539
|
m.toolbar && m.toolbar({ selectedRows: N.value }),
|
|
540
|
-
f(j, g({
|
|
540
|
+
f(j, g(ge.value, {
|
|
541
541
|
ref: v,
|
|
542
542
|
data: T.value,
|
|
543
543
|
class: ["flex-item", { "header-bold": a.headerBold }],
|
|
544
544
|
border: a.border,
|
|
545
545
|
stripe: !0,
|
|
546
|
-
size: "default"
|
|
547
|
-
}, ge.value, {
|
|
546
|
+
size: "default",
|
|
548
547
|
height: a.autoHeight ? null : "auto",
|
|
549
548
|
onScroll: W,
|
|
550
549
|
onSortChange: de,
|
package/index.mjs
CHANGED
|
@@ -36,7 +36,7 @@ import { t as P } from "./chunks/CugRu2Ka.mjs";
|
|
|
36
36
|
import F from "./form-view/index.mjs";
|
|
37
37
|
import I from "./iframe-window/index.mjs";
|
|
38
38
|
import L from "./resize-observer/index.mjs";
|
|
39
|
-
import { t as R } from "./chunks/
|
|
39
|
+
import { t as R } from "./chunks/C44-CFi-.mjs";
|
|
40
40
|
import { t as z } from "./chunks/BV_P9a8o.mjs";
|
|
41
41
|
import B from "./table-column-def/index.mjs";
|
|
42
42
|
import V from "./table-view/index.mjs";
|
package/package.json
CHANGED
package/pageable-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/C44-CFi-.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -25,7 +25,7 @@ var r = {
|
|
|
25
25
|
this._resizeObject.contentDocument.defaultView.addEventListener("resize", this.compareAndNotify), this.compareAndNotify();
|
|
26
26
|
},
|
|
27
27
|
removeResizeHandlers() {
|
|
28
|
-
this._resizeObject && this._resizeObject.onload && (
|
|
28
|
+
this._resizeObject && this._resizeObject.onload && (this._resizeObject.contentDocument && this._resizeObject.contentDocument.defaultView.removeEventListener("resize", this.compareAndNotify), this.$el.removeChild(this._resizeObject), this._resizeObject.onload = null, this._resizeObject = null);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}, i = {
|