@creatorsn/vfluent3 0.3.25 → 0.3.26
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/vfluent3.js +3 -2
- package/dist/vfluent3.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/vfluent3.js
CHANGED
|
@@ -15394,9 +15394,10 @@ const Op = { class: "fv-pagination-container" }, Ap = /* @__PURE__ */ u("i", { c
|
|
|
15394
15394
|
], 64))), 256)),
|
|
15395
15395
|
A(n, {
|
|
15396
15396
|
disabled: e.thisValue == i.total || e.isDisabled,
|
|
15397
|
-
class: F([{ small: i.small
|
|
15397
|
+
class: F([{ small: i.small }, "page-btn"]),
|
|
15398
15398
|
theme: e.theme,
|
|
15399
15399
|
background: i.background,
|
|
15400
|
+
"is-box-shadow": i.shadow,
|
|
15400
15401
|
borderRadius: "3",
|
|
15401
15402
|
onClick: e.next
|
|
15402
15403
|
}, {
|
|
@@ -15404,7 +15405,7 @@ const Op = { class: "fv-pagination-container" }, Ap = /* @__PURE__ */ u("i", { c
|
|
|
15404
15405
|
zp
|
|
15405
15406
|
]),
|
|
15406
15407
|
_: 1
|
|
15407
|
-
}, 8, ["disabled", "class", "theme", "background", "onClick"])
|
|
15408
|
+
}, 8, ["disabled", "class", "theme", "background", "is-box-shadow", "onClick"])
|
|
15408
15409
|
])
|
|
15409
15410
|
], 2);
|
|
15410
15411
|
};
|