@citruslime/ui 4.1.0-beta.27 → 4.1.0-beta.29
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/README.md
CHANGED
|
@@ -3066,7 +3066,10 @@ const _hoisted_18 = {
|
|
|
3066
3066
|
key: 0,
|
|
3067
3067
|
class: "cl:basis-full cl:bg-off-white cl:border cl:border-grey-1 cl:flex cl:gap-2 cl:items-center cl:justify-between cl:lg:basis-auto cl:lg:px-4 cl:lg:py-3 cl:mt-2 cl:px-2 cl:py-1 cl:rounded-lg cl:shadow cl:text-sm"
|
|
3068
3068
|
};
|
|
3069
|
-
const _hoisted_19 = {
|
|
3069
|
+
const _hoisted_19 = {
|
|
3070
|
+
key: 1,
|
|
3071
|
+
class: "cl:basis-full cl:bg-off-white cl:border cl:border-grey-1 cl:flex cl:gap-2 cl:items-center cl:justify-between cl:lg:basis-auto cl:lg:px-4 cl:lg:py-3 cl:mt-2 cl:px-2 cl:py-1 cl:rounded-lg cl:shadow cl:text-sm"
|
|
3072
|
+
};
|
|
3070
3073
|
const _hoisted_20 = { class: "cl:flex cl:items-center" };
|
|
3071
3074
|
const _hoisted_21 = { class: "cl:mr-2 cl:text-grey-3" };
|
|
3072
3075
|
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
@@ -3236,7 +3239,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3236
3239
|
_ctx.$slots["totals-area"] ? (openBlock(), createElementBlock("div", _hoisted_18, [
|
|
3237
3240
|
renderSlot(_ctx.$slots, "totals-area")
|
|
3238
3241
|
])) : createCommentVNode("", true),
|
|
3239
|
-
|
|
3242
|
+
_ctx.options.hidePageJumpToSection === false ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
3240
3243
|
createElementVNode("div", _hoisted_20, [
|
|
3241
3244
|
createElementVNode("span", _hoisted_21, toDisplayString(unref(t2)("grid.jumpToPage")), 1),
|
|
3242
3245
|
createVNode(_sfc_main$U, {
|
|
@@ -3254,7 +3257,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3254
3257
|
_: 1
|
|
3255
3258
|
}, 8, ["model-value", "max", "disabled"])
|
|
3256
3259
|
])
|
|
3257
|
-
])
|
|
3260
|
+
])) : createCommentVNode("", true)
|
|
3258
3261
|
], 10, _hoisted_4$f)) : createCommentVNode("", true);
|
|
3259
3262
|
};
|
|
3260
3263
|
}
|
|
@@ -8784,6 +8787,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
8784
8787
|
forceEditMode: false,
|
|
8785
8788
|
textSize: "small",
|
|
8786
8789
|
hidePageSizeOptions: false,
|
|
8790
|
+
hidePageJumpToSection: false,
|
|
8787
8791
|
groupByField: "",
|
|
8788
8792
|
allowColumnResizing: true,
|
|
8789
8793
|
...props.options
|