@citruslime/ui 4.0.2-beta.19 → 4.0.2-beta.20
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.
|
@@ -3115,9 +3115,13 @@ const _hoisted_14 = { class: "cl:flex cl:gap-0.5" };
|
|
|
3115
3115
|
const _hoisted_15 = ["onClick"];
|
|
3116
3116
|
const _hoisted_16 = { class: "cl:flex cl:gap-1 cl:items-center" };
|
|
3117
3117
|
const _hoisted_17 = ["onClick"];
|
|
3118
|
-
const _hoisted_18 = {
|
|
3119
|
-
|
|
3120
|
-
|
|
3118
|
+
const _hoisted_18 = {
|
|
3119
|
+
key: 0,
|
|
3120
|
+
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"
|
|
3121
|
+
};
|
|
3122
|
+
const _hoisted_19 = { 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" };
|
|
3123
|
+
const _hoisted_20 = { class: "cl:flex cl:items-center" };
|
|
3124
|
+
const _hoisted_21 = { class: "cl:mr-2 cl:text-grey-3" };
|
|
3121
3125
|
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
3122
3126
|
__name: "cl-ui-grid-footer",
|
|
3123
3127
|
props: {
|
|
@@ -3286,9 +3290,12 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3286
3290
|
])
|
|
3287
3291
|
])
|
|
3288
3292
|
]),
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3293
|
+
_ctx.$slots["totals-area"] ? (openBlock(), createElementBlock("div", _hoisted_18, [
|
|
3294
|
+
renderSlot(_ctx.$slots, "totals-area")
|
|
3295
|
+
])) : createCommentVNode("", true),
|
|
3296
|
+
createElementVNode("div", _hoisted_19, [
|
|
3297
|
+
createElementVNode("div", _hoisted_20, [
|
|
3298
|
+
createElementVNode("span", _hoisted_21, toDisplayString(unref(t2)("grid.jumpToPage")), 1),
|
|
3292
3299
|
createVNode(_sfc_main$U, {
|
|
3293
3300
|
"model-value": _ctx.request.pageNumber,
|
|
3294
3301
|
min: 1,
|
|
@@ -8881,7 +8888,15 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
8881
8888
|
editMode.value = false;
|
|
8882
8889
|
currentRequest.value = $event;
|
|
8883
8890
|
})
|
|
8884
|
-
},
|
|
8891
|
+
}, createSlots({ _: 2 }, [
|
|
8892
|
+
_ctx.$slots["totals-area"] ? {
|
|
8893
|
+
name: "totals-area",
|
|
8894
|
+
fn: withCtx(() => [
|
|
8895
|
+
renderSlot(_ctx.$slots, "totals-area")
|
|
8896
|
+
]),
|
|
8897
|
+
key: "0"
|
|
8898
|
+
} : void 0
|
|
8899
|
+
]), 1032, ["request", "loading", "initial-load", "show-unsaved-changes-warning", "data", "options"])) : createCommentVNode("", true)
|
|
8885
8900
|
]);
|
|
8886
8901
|
};
|
|
8887
8902
|
}
|