@gonsin/gview 2.0.146 → 2.0.147
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/index.mjs +8 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3002,7 +3002,13 @@ const Ic = We(NM), DM = /* @__PURE__ */ ae({
|
|
|
3002
3002
|
hover: !0,
|
|
3003
3003
|
bordered: !0,
|
|
3004
3004
|
tableLayout: "auto",
|
|
3005
|
-
stripe: !0
|
|
3005
|
+
stripe: !0,
|
|
3006
|
+
lazyLoad: !0,
|
|
3007
|
+
scroll: {
|
|
3008
|
+
type: "lazy",
|
|
3009
|
+
bufferSize: 10,
|
|
3010
|
+
threshold: 50
|
|
3011
|
+
}
|
|
3006
3012
|
}));
|
|
3007
3013
|
return (n, a) => {
|
|
3008
3014
|
const i = J("t-table"), M = J("t-primary-table"), l = J("t-enhanced-table");
|
|
@@ -11879,7 +11885,7 @@ const Ma = /* @__PURE__ */ nt(Ds, [["__scopeId", "data-v-75fdffa5"]]), Ac = /* @
|
|
|
11879
11885
|
u.directive(e, Mn[e]);
|
|
11880
11886
|
});
|
|
11881
11887
|
}
|
|
11882
|
-
}, ds = "@gonsin/gview", js = "2.0.
|
|
11888
|
+
}, ds = "@gonsin/gview", js = "2.0.147", Is = "dist/index.mjs", ys = "dist/types/index.d.ts", fs = [
|
|
11883
11889
|
"dist",
|
|
11884
11890
|
"README.md",
|
|
11885
11891
|
"CHANGELOG.md"
|