@citruslime/ui 4.0.2-beta.12 → 4.0.2-beta.14
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/citrus-lime-ui.es.js +459 -347
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +1 -0
- package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +1 -0
- package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +2 -0
- package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +2 -0
- package/dist/ui.css +1 -1
- package/dist/utils/i18n/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Icon } from "@iconify/vue";
|
|
2
2
|
import { defineComponent, ref, createElementBlock, openBlock, renderSlot, normalizeProps, guardReactiveProps, Fragment, createElementVNode, normalizeClass, createVNode, unref, Transition, withCtx, withDirectives, mergeProps, vShow, createBlock, Teleport, renderList, toDisplayString, createCommentVNode, computed, createTextVNode, mergeModels, useModel, watch, createSlots, vModelDynamic, shallowRef, toValue, toRefs, withKeys, onMounted, onUnmounted, withModifiers, nextTick, useAttrs, resolveComponent, inject, vModelCheckbox, watchEffect, vModelText, useCssVars, toHandlers, normalizeStyle, isRef, useSlots, provide } from "vue";
|
|
3
3
|
import { generateStringId, highlightText, isTouchDevice, validateEmail as validateEmail$1, escapeStringForRegExp } from "@citruslime/utils";
|
|
4
|
-
import { useFocusWithin, onKeyDown, toArray, unrefElement, tryOnScopeDispose, onClickOutside, useBreakpoints, breakpointsTailwind, useTimeoutFn, useMouseInElement,
|
|
4
|
+
import { useFocusWithin, onKeyDown, toArray, unrefElement, tryOnScopeDispose, onClickOutside, useBreakpoints, breakpointsTailwind, useTimeoutFn, useMouseInElement, useThrottle, useMediaQuery, useDebounceFn, useMouse, useDraggable, defaultDocument, tryOnMounted, useThrottleFn, useWindowSize, useElementSize, useElementBounding } from "@vueuse/core";
|
|
5
5
|
import { useI18n, createI18n } from "vue-i18n";
|
|
6
6
|
import { createFocusTrap } from "focus-trap";
|
|
7
7
|
import { copy } from "@citruslime/vue-utils";
|
|
8
8
|
import { DateTime } from "luxon";
|
|
9
9
|
import { DatePicker } from "v-calendar";
|
|
10
10
|
import { useCurrencyInput } from "vue-currency-input";
|
|
11
|
-
const _hoisted_1$
|
|
11
|
+
const _hoisted_1$13 = { class: "cl:overflow-hidden" };
|
|
12
12
|
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
13
13
|
__name: "cl-ui-accordion",
|
|
14
14
|
props: {
|
|
@@ -42,15 +42,15 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
return (_ctx, _cache) => {
|
|
45
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
45
|
+
return openBlock(), createElementBlock("div", _hoisted_1$13, [
|
|
46
46
|
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ isItemOpen, toggleItem })))
|
|
47
47
|
]);
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
|
-
const _hoisted_1$
|
|
51
|
+
const _hoisted_1$12 = { class: "cl:absolute cl:left-5 cl:top-5" };
|
|
52
52
|
const _hoisted_2$L = { class: "cl:font-semibold cl:ml-10 cl:p-4 cl:select-none cl:text-grey-5" };
|
|
53
|
-
const _hoisted_3$
|
|
53
|
+
const _hoisted_3$t = { class: "cl:overflow-hidden" };
|
|
54
54
|
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
55
55
|
...{
|
|
56
56
|
inheritAttrs: false
|
|
@@ -78,7 +78,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
78
78
|
}]),
|
|
79
79
|
onClick: toggle
|
|
80
80
|
}, [
|
|
81
|
-
createElementVNode("div", _hoisted_1$
|
|
81
|
+
createElementVNode("div", _hoisted_1$12, [
|
|
82
82
|
createVNode(unref(Icon), {
|
|
83
83
|
class: normalizeClass(["cl:duration-300 cl:ease-in-out cl:text-grey-3 cl:transform-gpu cl:transition-transform", {
|
|
84
84
|
"cl:rotate-180": _ctx.open
|
|
@@ -91,7 +91,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
91
91
|
renderSlot(_ctx.$slots, "title")
|
|
92
92
|
])
|
|
93
93
|
], 2),
|
|
94
|
-
createElementVNode("div", _hoisted_3$
|
|
94
|
+
createElementVNode("div", _hoisted_3$t, [
|
|
95
95
|
createVNode(Transition, { name: "grow-down" }, {
|
|
96
96
|
default: withCtx(() => [
|
|
97
97
|
withDirectives(createElementVNode("div", mergeProps(_ctx.$attrs, { class: "cl:ml-10 cl:p-4" }), [
|
|
@@ -115,9 +115,9 @@ const _export_sfc = (sfc, props) => {
|
|
|
115
115
|
return target;
|
|
116
116
|
};
|
|
117
117
|
const _sfc_main$1f = {};
|
|
118
|
-
const _hoisted_1$
|
|
118
|
+
const _hoisted_1$11 = { class: "cl:border-b cl:border-grey-1 cl:font-semibold cl:pl-14 cl:pr-4 cl:py-2 cl:text-grey-3 cl:text-sm" };
|
|
119
119
|
function _sfc_render$7(_ctx, _cache) {
|
|
120
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
120
|
+
return openBlock(), createElementBlock("div", _hoisted_1$11, [
|
|
121
121
|
renderSlot(_ctx.$slots, "default")
|
|
122
122
|
]);
|
|
123
123
|
}
|
|
@@ -134,7 +134,7 @@ function showNotification(notification) {
|
|
|
134
134
|
function removeNotification(notification) {
|
|
135
135
|
notifications.value = notifications.value.filter((n) => n.id !== notification.id);
|
|
136
136
|
}
|
|
137
|
-
const _hoisted_1
|
|
137
|
+
const _hoisted_1$10 = ["onClick"];
|
|
138
138
|
const _hoisted_2$K = { class: "cl:flex-1 cl:select-none cl:text-ellipsis cl:w-64" };
|
|
139
139
|
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
140
140
|
...{
|
|
@@ -181,14 +181,14 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
181
181
|
size: 16,
|
|
182
182
|
weight: "bold"
|
|
183
183
|
})
|
|
184
|
-
], 16, _hoisted_1
|
|
184
|
+
], 16, _hoisted_1$10);
|
|
185
185
|
}), 128))
|
|
186
186
|
], 2)
|
|
187
187
|
], 8, ["to"]);
|
|
188
188
|
};
|
|
189
189
|
}
|
|
190
190
|
});
|
|
191
|
-
const _hoisted_1
|
|
191
|
+
const _hoisted_1$$ = { class: "cl:absolute cl:flex cl:flex-wrap cl:h-full cl:max-h-full cl:max-w-full cl:min-h-full cl:min-w-full cl:w-full cl:xl:h-screen cl:xl:max-h-screen cl:xl:min-h-screen" };
|
|
192
192
|
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
193
193
|
__name: "cl-ui-app",
|
|
194
194
|
props: {
|
|
@@ -200,7 +200,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
200
200
|
createVNode(_sfc_main$1e, {
|
|
201
201
|
"header-visible": _ctx.$slots.header ? true : false
|
|
202
202
|
}, null, 8, ["header-visible"]),
|
|
203
|
-
createElementVNode("div", _hoisted_1
|
|
203
|
+
createElementVNode("div", _hoisted_1$$, [
|
|
204
204
|
renderSlot(_ctx.$slots, "header"),
|
|
205
205
|
createElementVNode("div", {
|
|
206
206
|
class: normalizeClass(["cl:content-start cl:flex cl:flex-nowrap cl:h-dscreen cl:items-stretch cl:max-h-full cl:relative cl:w-full cl:xl:max-h-screen", {
|
|
@@ -224,12 +224,12 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
224
224
|
}
|
|
225
225
|
});
|
|
226
226
|
const _sfc_main$1c = {};
|
|
227
|
-
const _hoisted_1$
|
|
227
|
+
const _hoisted_1$_ = { class: "loading-spinner" };
|
|
228
228
|
function _sfc_render$6(_ctx, _cache) {
|
|
229
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
229
|
+
return openBlock(), createElementBlock("div", _hoisted_1$_);
|
|
230
230
|
}
|
|
231
231
|
const clUiLoadingSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$6], ["__scopeId", "data-v-1eee625a"]]);
|
|
232
|
-
const _hoisted_1$
|
|
232
|
+
const _hoisted_1$Z = ["disabled"];
|
|
233
233
|
const _hoisted_2$J = {
|
|
234
234
|
key: 0,
|
|
235
235
|
class: "cl:absolute cl:bg-secondary-default/40 cl:flex cl:h-full cl:items-center cl:justify-center cl:left-0 cl:rounded-sm cl:top-0 cl:w-full"
|
|
@@ -283,7 +283,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
283
283
|
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_2$J, [
|
|
284
284
|
createVNode(clUiLoadingSpinner, { class: "cl:-translate-x-1/2 cl:after:h-6! cl:after:w-6! cl:h-6! cl:w-6!" })
|
|
285
285
|
])) : createCommentVNode("", true)
|
|
286
|
-
], 16, _hoisted_1$
|
|
286
|
+
], 16, _hoisted_1$Z);
|
|
287
287
|
};
|
|
288
288
|
}
|
|
289
289
|
});
|
|
@@ -300,7 +300,7 @@ const buttonSizes = [
|
|
|
300
300
|
"medium",
|
|
301
301
|
"large"
|
|
302
302
|
];
|
|
303
|
-
const _hoisted_1$
|
|
303
|
+
const _hoisted_1$Y = { key: 0 };
|
|
304
304
|
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
305
305
|
__name: "cl-ui-card",
|
|
306
306
|
props: {
|
|
@@ -314,7 +314,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
314
314
|
"cl:cursor-pointer cl:hover:shadow-xl cl:hover:border-grey-0": _ctx.hover
|
|
315
315
|
}])
|
|
316
316
|
}, [
|
|
317
|
-
_ctx.$slots.image ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
317
|
+
_ctx.$slots.image ? (openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
318
318
|
renderSlot(_ctx.$slots, "image")
|
|
319
319
|
])) : createCommentVNode("", true),
|
|
320
320
|
_ctx.$slots.title ? (openBlock(), createElementBlock("div", {
|
|
@@ -357,9 +357,9 @@ const cardSizes = [
|
|
|
357
357
|
"medium",
|
|
358
358
|
"large"
|
|
359
359
|
];
|
|
360
|
-
const _hoisted_1$
|
|
360
|
+
const _hoisted_1$X = { class: "cl:sm:w-auto cl:w-full" };
|
|
361
361
|
const _hoisted_2$I = { class: "cl:flex cl:flex-nowrap cl:gap-2 cl:text-grey-4 cl:text-xs cl:tracking-widest" };
|
|
362
|
-
const _hoisted_3$
|
|
362
|
+
const _hoisted_3$s = {
|
|
363
363
|
key: 0,
|
|
364
364
|
class: "cl:self-center"
|
|
365
365
|
};
|
|
@@ -367,7 +367,7 @@ const _hoisted_4$n = {
|
|
|
367
367
|
key: 1,
|
|
368
368
|
class: "cl:text-danger-dark"
|
|
369
369
|
};
|
|
370
|
-
const _hoisted_5$
|
|
370
|
+
const _hoisted_5$h = {
|
|
371
371
|
key: 0,
|
|
372
372
|
class: "cl:pt-1 cl:w-full"
|
|
373
373
|
};
|
|
@@ -388,12 +388,12 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
388
388
|
const props = __props;
|
|
389
389
|
const hasErrors = computed(() => Object.keys(props.errors ?? []).length > 0);
|
|
390
390
|
return (_ctx, _cache) => {
|
|
391
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
391
|
+
return openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
392
392
|
createElementVNode("div", {
|
|
393
393
|
class: normalizeClass(["cl:flex", { "cl:flex-col": _ctx.labelPosition === "above", "cl:flex-row-reverse cl:gap-2 cl:items-center cl:justify-end": _ctx.labelPosition === "right" }])
|
|
394
394
|
}, [
|
|
395
395
|
createElementVNode("div", _hoisted_2$I, [
|
|
396
|
-
_ctx.$slots.label ? (openBlock(), createElementBlock("span", _hoisted_3$
|
|
396
|
+
_ctx.$slots.label ? (openBlock(), createElementBlock("span", _hoisted_3$s, [
|
|
397
397
|
renderSlot(_ctx.$slots, "label")
|
|
398
398
|
])) : createCommentVNode("", true),
|
|
399
399
|
_ctx.showRequiredAsterisk ? (openBlock(), createElementBlock("span", _hoisted_4$n, "*")) : createCommentVNode("", true)
|
|
@@ -402,7 +402,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
402
402
|
renderSlot(_ctx.$slots, "default")
|
|
403
403
|
])
|
|
404
404
|
], 2),
|
|
405
|
-
hasErrors.value ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
405
|
+
hasErrors.value ? (openBlock(), createElementBlock("div", _hoisted_5$h, [
|
|
406
406
|
createElementVNode("div", _hoisted_6$b, [
|
|
407
407
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.errors, (error, index2) => {
|
|
408
408
|
return openBlock(), createElementBlock("div", {
|
|
@@ -422,7 +422,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
424
|
});
|
|
425
|
-
const _hoisted_1$
|
|
425
|
+
const _hoisted_1$W = ["type", "maxlength", "disabled", "placeholder"];
|
|
426
426
|
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
427
427
|
...{
|
|
428
428
|
inheritAttrs: false
|
|
@@ -488,7 +488,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
488
488
|
placeholder: _ctx.placeholder ?? void 0,
|
|
489
489
|
onFocus: _cache[1] || (_cache[1] = ($event) => emit("focus")),
|
|
490
490
|
onBlur: _cache[2] || (_cache[2] = ($event) => emit("blur"))
|
|
491
|
-
}), null, 16, _hoisted_1$
|
|
491
|
+
}), null, 16, _hoisted_1$W), [
|
|
492
492
|
[vModelDynamic, value.value]
|
|
493
493
|
])
|
|
494
494
|
]),
|
|
@@ -573,7 +573,7 @@ function useFocusTrap(target, options = {}) {
|
|
|
573
573
|
unpause
|
|
574
574
|
};
|
|
575
575
|
}
|
|
576
|
-
const _hoisted_1$
|
|
576
|
+
const _hoisted_1$V = {
|
|
577
577
|
key: 0,
|
|
578
578
|
class: "cl:mt-1 cl:opacity-60 cl:text-primary-default"
|
|
579
579
|
};
|
|
@@ -673,7 +673,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
673
673
|
}])
|
|
674
674
|
}, [
|
|
675
675
|
renderSlot(_ctx.$slots, "title"),
|
|
676
|
-
_ctx.headerColour === "white" ? (openBlock(), createElementBlock("hr", _hoisted_1$
|
|
676
|
+
_ctx.headerColour === "white" ? (openBlock(), createElementBlock("hr", _hoisted_1$V)) : createCommentVNode("", true)
|
|
677
677
|
], 2),
|
|
678
678
|
createElementVNode("div", _hoisted_2$H, [
|
|
679
679
|
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ close })))
|
|
@@ -691,7 +691,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
|
691
691
|
};
|
|
692
692
|
}
|
|
693
693
|
});
|
|
694
|
-
const _hoisted_1$
|
|
694
|
+
const _hoisted_1$U = { class: "cl:bg-grey-0 cl:flex cl:p-1 cl:text-left" };
|
|
695
695
|
const _hoisted_2$G = {
|
|
696
696
|
key: 0,
|
|
697
697
|
class: "cl:w-1/2"
|
|
@@ -706,7 +706,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
706
706
|
emits: ["clear-object"],
|
|
707
707
|
setup(__props) {
|
|
708
708
|
return (_ctx, _cache) => {
|
|
709
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
709
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
710
710
|
_ctx.additionalText !== "" ? (openBlock(), createElementBlock("div", _hoisted_2$G, toDisplayString(_ctx.additionalText), 1)) : createCommentVNode("", true),
|
|
711
711
|
createElementVNode("div", {
|
|
712
712
|
class: normalizeClass({
|
|
@@ -729,7 +729,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
729
729
|
};
|
|
730
730
|
}
|
|
731
731
|
});
|
|
732
|
-
const _hoisted_1$
|
|
732
|
+
const _hoisted_1$T = {
|
|
733
733
|
key: 0,
|
|
734
734
|
class: "cl:w-1/2"
|
|
735
735
|
};
|
|
@@ -794,7 +794,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
794
794
|
onMousemove: _cache[0] || (_cache[0] = ($event) => onHover(true)),
|
|
795
795
|
onMouseleave: _cache[1] || (_cache[1] = ($event) => onHover(false))
|
|
796
796
|
}, [
|
|
797
|
-
_ctx.option !== null && ((_a = _ctx.option) == null ? void 0 : _a.parentId) !== 0 && ((_b = _ctx.option) == null ? void 0 : _b.parentId) !== void 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
797
|
+
_ctx.option !== null && ((_a = _ctx.option) == null ? void 0 : _a.parentId) !== 0 && ((_b = _ctx.option) == null ? void 0 : _b.parentId) !== void 0 ? (openBlock(), createElementBlock("div", _hoisted_1$T, toDisplayString(displayedParent.value), 1)) : createCommentVNode("", true),
|
|
798
798
|
createElementVNode("div", {
|
|
799
799
|
class: normalizeClass({
|
|
800
800
|
"cl:w-1/2": displayedParent.value !== "",
|
|
@@ -813,14 +813,14 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
813
813
|
};
|
|
814
814
|
}
|
|
815
815
|
});
|
|
816
|
-
const _hoisted_1$
|
|
816
|
+
const _hoisted_1$S = ["onKeyup"];
|
|
817
817
|
const _hoisted_2$E = {
|
|
818
818
|
key: 0,
|
|
819
819
|
class: "cl:absolute cl:bg-off-white cl:flex cl:h-full cl:items-center cl:justify-center cl:top-0 cl:w-full cl:z-20"
|
|
820
820
|
};
|
|
821
|
-
const _hoisted_3$
|
|
821
|
+
const _hoisted_3$r = { class: "cl:bg-white cl:flex cl:p-2 cl:pb-1 cl:sticky cl:top-0 cl:w-full cl:z-10" };
|
|
822
822
|
const _hoisted_4$m = { class: "cl:inline-block cl:w-full" };
|
|
823
|
-
const _hoisted_5$
|
|
823
|
+
const _hoisted_5$g = { key: 6 };
|
|
824
824
|
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
825
825
|
__name: "cl-ui-combo-box-search",
|
|
826
826
|
props: {
|
|
@@ -958,7 +958,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
958
958
|
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_2$E, [
|
|
959
959
|
createVNode(clUiLoadingSpinner)
|
|
960
960
|
])) : createCommentVNode("", true),
|
|
961
|
-
createElementVNode("div", _hoisted_3$
|
|
961
|
+
createElementVNode("div", _hoisted_3$r, [
|
|
962
962
|
createElementVNode("div", _hoisted_4$m, [
|
|
963
963
|
createVNode(_sfc_main$18, {
|
|
964
964
|
id: `cl-ui-combo-box-search-input-${_ctx.objectType}`,
|
|
@@ -1008,7 +1008,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
1008
1008
|
onCreateObject: createObject,
|
|
1009
1009
|
onOptionHighlighted: updateSelectedObjectIndex
|
|
1010
1010
|
}, null, 8, ["text", "selected-index"])) : createCommentVNode("", true),
|
|
1011
|
-
_ctx.errorMessage === "" && _ctx.results !== null ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
1011
|
+
_ctx.errorMessage === "" && _ctx.results !== null ? (openBlock(), createElementBlock("div", _hoisted_5$g, [
|
|
1012
1012
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.results, (result, index2) => {
|
|
1013
1013
|
return openBlock(), createBlock(_sfc_main$15, {
|
|
1014
1014
|
key: index2,
|
|
@@ -1021,15 +1021,15 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
1021
1021
|
}, null, 8, ["option", "index", "selected-index"]);
|
|
1022
1022
|
}), 128))
|
|
1023
1023
|
])) : createCommentVNode("", true)
|
|
1024
|
-
], 42, _hoisted_1$
|
|
1024
|
+
], 42, _hoisted_1$S)) : createCommentVNode("", true);
|
|
1025
1025
|
};
|
|
1026
1026
|
}
|
|
1027
1027
|
});
|
|
1028
|
-
const _hoisted_1$
|
|
1028
|
+
const _hoisted_1$R = { class: "cl:flex cl:rounded-lg" };
|
|
1029
1029
|
const _hoisted_2$D = { class: "cl:inline-block cl:w-full" };
|
|
1030
|
-
const _hoisted_3$
|
|
1030
|
+
const _hoisted_3$q = { class: "cl:pointer-events-none cl:relative cl:top-0.5" };
|
|
1031
1031
|
const _hoisted_4$l = { class: "cl:absolute cl:flex cl:float-right cl:font-semibold cl:mt-[5px] cl:right-2 cl:text-danger-default cl:text-sm cl:z-10" };
|
|
1032
|
-
const _hoisted_5$
|
|
1032
|
+
const _hoisted_5$f = ["disabled"];
|
|
1033
1033
|
const _hoisted_6$a = ["disabled"];
|
|
1034
1034
|
const _hoisted_7$8 = { class: "cl:min-h-[16rem] cl:mx-4" };
|
|
1035
1035
|
const _hoisted_8$7 = { class: "cl:p-2 cl:text-right cl:w-full" };
|
|
@@ -1240,7 +1240,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
1240
1240
|
ref_key: "outsideRef",
|
|
1241
1241
|
ref: outsideRef
|
|
1242
1242
|
}, attrs, { class: "cl:relative" }), [
|
|
1243
|
-
createElementVNode("div", _hoisted_1$
|
|
1243
|
+
createElementVNode("div", _hoisted_1$R, [
|
|
1244
1244
|
createElementVNode("div", _hoisted_2$D, [
|
|
1245
1245
|
createVNode(_sfc_main$18, {
|
|
1246
1246
|
id: unref(id),
|
|
@@ -1264,7 +1264,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
1264
1264
|
_: 1
|
|
1265
1265
|
}, 8, ["id", "modelValue", "class", "placeholder", "disabled"])
|
|
1266
1266
|
]),
|
|
1267
|
-
withDirectives(createElementVNode("div", _hoisted_3$
|
|
1267
|
+
withDirectives(createElementVNode("div", _hoisted_3$q, [
|
|
1268
1268
|
createElementVNode("div", _hoisted_4$l, [
|
|
1269
1269
|
createTextVNode(toDisplayString(unref(t2)("comboBox.required")) + " ", 1),
|
|
1270
1270
|
createVNode(unref(Icon), {
|
|
@@ -1288,7 +1288,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
1288
1288
|
icon: "ph:caret-down-bold",
|
|
1289
1289
|
class: "cl:ml-[4px] cl:mt-[9px]"
|
|
1290
1290
|
})
|
|
1291
|
-
], 10, _hoisted_5$
|
|
1291
|
+
], 10, _hoisted_5$f)) : (openBlock(), createElementBlock("div", {
|
|
1292
1292
|
key: 1,
|
|
1293
1293
|
class: normalizeClass(["cl:border cl:border-grey-2 cl:border-l-0 cl:float-right cl:rounded-l-none cl:rounded-lg cl:text-grey-3 cl:transition-colors cl:w-[27px]", {
|
|
1294
1294
|
"cl:cursor-default cl:bg-off-white": _ctx.disabled,
|
|
@@ -1403,27 +1403,27 @@ function isComboBoxCreateRequest(objectToTest) {
|
|
|
1403
1403
|
return typeof objectToTest.name === "string";
|
|
1404
1404
|
}
|
|
1405
1405
|
const _sfc_main$12 = {};
|
|
1406
|
-
const _hoisted_1$
|
|
1406
|
+
const _hoisted_1$Q = { class: "cl:flex cl:flex-wrap cl:left-0 cl:mt-4 cl:w-full" };
|
|
1407
1407
|
const _hoisted_2$C = {
|
|
1408
1408
|
key: 0,
|
|
1409
1409
|
class: "cl:w-full"
|
|
1410
1410
|
};
|
|
1411
|
-
const _hoisted_3$
|
|
1411
|
+
const _hoisted_3$p = {
|
|
1412
1412
|
key: 1,
|
|
1413
1413
|
class: "cl:leading-10 cl:text-sm cl:w-full"
|
|
1414
1414
|
};
|
|
1415
1415
|
const _hoisted_4$k = { class: "cl:float-left" };
|
|
1416
|
-
const _hoisted_5$
|
|
1416
|
+
const _hoisted_5$e = { class: "cl:float-right" };
|
|
1417
1417
|
function _sfc_render$5(_ctx, _cache) {
|
|
1418
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1418
|
+
return openBlock(), createElementBlock("div", _hoisted_1$Q, [
|
|
1419
1419
|
_ctx.$slots.default ? (openBlock(), createElementBlock("div", _hoisted_2$C, [
|
|
1420
1420
|
renderSlot(_ctx.$slots, "default")
|
|
1421
1421
|
])) : createCommentVNode("", true),
|
|
1422
|
-
_ctx.$slots.left || _ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
1422
|
+
_ctx.$slots.left || _ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_3$p, [
|
|
1423
1423
|
createElementVNode("span", _hoisted_4$k, [
|
|
1424
1424
|
renderSlot(_ctx.$slots, "left")
|
|
1425
1425
|
]),
|
|
1426
|
-
createElementVNode("span", _hoisted_5$
|
|
1426
|
+
createElementVNode("span", _hoisted_5$e, [
|
|
1427
1427
|
renderSlot(_ctx.$slots, "right")
|
|
1428
1428
|
])
|
|
1429
1429
|
])) : createCommentVNode("", true)
|
|
@@ -1432,15 +1432,15 @@ function _sfc_render$5(_ctx, _cache) {
|
|
|
1432
1432
|
const clUiFooter = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$5]]);
|
|
1433
1433
|
const gridDateFormatLocaleOverride = Symbol();
|
|
1434
1434
|
const _sfc_main$11 = {};
|
|
1435
|
-
const _hoisted_1$
|
|
1435
|
+
const _hoisted_1$P = { class: "cl:h-[33px] cl:px-20 cl:rounded-md skeleton-loader-background" };
|
|
1436
1436
|
function _sfc_render$4(_ctx, _cache) {
|
|
1437
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1437
|
+
return openBlock(), createElementBlock("div", _hoisted_1$P);
|
|
1438
1438
|
}
|
|
1439
1439
|
const clUiSkeletonButton = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$4]]);
|
|
1440
1440
|
const _sfc_main$10 = {};
|
|
1441
|
-
const _hoisted_1$
|
|
1441
|
+
const _hoisted_1$O = { class: "cl:h-8 cl:rounded-md skeleton-loader-background" };
|
|
1442
1442
|
function _sfc_render$3(_ctx, _cache) {
|
|
1443
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
1443
|
+
return openBlock(), createElementBlock("div", _hoisted_1$O);
|
|
1444
1444
|
}
|
|
1445
1445
|
const clUiSkeletonInput = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$3]]);
|
|
1446
1446
|
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
@@ -1462,7 +1462,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
1462
1462
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.words, (word) => {
|
|
1463
1463
|
return openBlock(), createElementBlock("span", {
|
|
1464
1464
|
key: word,
|
|
1465
|
-
class: "cl:
|
|
1465
|
+
class: "cl:rounded-full cl:w-16 skeleton-loader-background"
|
|
1466
1466
|
}, [
|
|
1467
1467
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
1468
1468
|
_cache[0] || (_cache[0] = createTextVNode(" "))
|
|
@@ -1494,14 +1494,14 @@ function anySortableColumns(options, columns) {
|
|
|
1494
1494
|
function anyFilterableColumns(columns) {
|
|
1495
1495
|
return columns.some((c) => isFilterable(c));
|
|
1496
1496
|
}
|
|
1497
|
-
const _hoisted_1$
|
|
1497
|
+
const _hoisted_1$N = {
|
|
1498
1498
|
key: 0,
|
|
1499
1499
|
class: "cl:flex cl:gap-2 cl:justify-between cl:mb-2 cl:w-full"
|
|
1500
1500
|
};
|
|
1501
1501
|
const _hoisted_2$B = { key: 1 };
|
|
1502
|
-
const _hoisted_3$
|
|
1502
|
+
const _hoisted_3$o = { class: "cl:flex cl:flex-wrap cl:gap-1 cl:lg:flex-nowrap cl:lg:gap-2 cl:md:justify-end cl:pb-2" };
|
|
1503
1503
|
const _hoisted_4$j = { class: "cl:basis-full cl:col-span-2 cl:grow cl:lg:basis-0" };
|
|
1504
|
-
const _hoisted_5$
|
|
1504
|
+
const _hoisted_5$d = {
|
|
1505
1505
|
key: 2,
|
|
1506
1506
|
class: "cl:flex-1 cl:lg:block cl:lg:flex-none"
|
|
1507
1507
|
};
|
|
@@ -1525,7 +1525,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1525
1525
|
const hasFilters = computed(() => props.request.filters.some((f) => f.filterValue !== ""));
|
|
1526
1526
|
const gridId = inject("cl-ui-grid-id") ?? "cl-ui-grid-filter";
|
|
1527
1527
|
return (_ctx, _cache) => {
|
|
1528
|
-
return _ctx.initialLoad && (_ctx.$slots["additional-grid-actions"] || unref(anyFilterableColumns)(_ctx.columns) || unref(anySortableColumns)(_ctx.options, _ctx.columns)) ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
1528
|
+
return _ctx.initialLoad && (_ctx.$slots["additional-grid-actions"] || unref(anyFilterableColumns)(_ctx.columns) || unref(anySortableColumns)(_ctx.options, _ctx.columns)) ? (openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
1529
1529
|
(openBlock(), createElementBlock(Fragment, null, renderList(2, (n) => {
|
|
1530
1530
|
return createVNode(unref(clUiSkeletonButton), {
|
|
1531
1531
|
key: n,
|
|
@@ -1540,7 +1540,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1540
1540
|
}, [
|
|
1541
1541
|
createElementVNode("strong", null, toDisplayString(unref(t2)("grid.gridTools")), 1)
|
|
1542
1542
|
], 2),
|
|
1543
|
-
createElementVNode("div", _hoisted_3$
|
|
1543
|
+
createElementVNode("div", _hoisted_3$o, [
|
|
1544
1544
|
createElementVNode("div", _hoisted_4$j, [
|
|
1545
1545
|
renderSlot(_ctx.$slots, "additional-grid-actions", normalizeProps(guardReactiveProps({
|
|
1546
1546
|
loading: _ctx.loading,
|
|
@@ -1582,7 +1582,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1582
1582
|
]),
|
|
1583
1583
|
_: 1
|
|
1584
1584
|
}, 8, ["disabled"])) : createCommentVNode("", true),
|
|
1585
|
-
_ctx.options.hideViewManager === false ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
1585
|
+
_ctx.options.hideViewManager === false ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
|
|
1586
1586
|
renderSlot(_ctx.$slots, "view-manager")
|
|
1587
1587
|
])) : createCommentVNode("", true),
|
|
1588
1588
|
unref(anyFilterableColumns)(_ctx.columns) || unref(anySortableColumns)(_ctx.options, _ctx.columns) ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
@@ -1623,7 +1623,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
1623
1623
|
};
|
|
1624
1624
|
}
|
|
1625
1625
|
});
|
|
1626
|
-
const _hoisted_1$
|
|
1626
|
+
const _hoisted_1$M = ["for"];
|
|
1627
1627
|
const _hoisted_2$A = ["required", "disabled"];
|
|
1628
1628
|
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
1629
1629
|
...{
|
|
@@ -1694,7 +1694,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
|
1694
1694
|
for: _ctx.$attrs.id ? _ctx.$attrs.id.toString() : ""
|
|
1695
1695
|
}, [
|
|
1696
1696
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
1697
|
-
], 8, _hoisted_1$
|
|
1697
|
+
], 8, _hoisted_1$M)
|
|
1698
1698
|
]),
|
|
1699
1699
|
key: "0"
|
|
1700
1700
|
} : void 0,
|
|
@@ -1837,7 +1837,9 @@ const messages = {
|
|
|
1837
1837
|
invalidFileType: "{filename} is not a valid file type."
|
|
1838
1838
|
},
|
|
1839
1839
|
datetime: {
|
|
1840
|
-
today: "Today"
|
|
1840
|
+
today: "Today",
|
|
1841
|
+
startDate: "Start Date",
|
|
1842
|
+
endDate: "End Date"
|
|
1841
1843
|
}
|
|
1842
1844
|
}
|
|
1843
1845
|
};
|
|
@@ -2307,7 +2309,7 @@ function getValidatedInputState(validationCheck, message) {
|
|
|
2307
2309
|
};
|
|
2308
2310
|
return validation;
|
|
2309
2311
|
}
|
|
2310
|
-
const _hoisted_1$
|
|
2312
|
+
const _hoisted_1$L = {
|
|
2311
2313
|
key: 3,
|
|
2312
2314
|
class: "cl:inline-block cl:whitespace-nowrap"
|
|
2313
2315
|
};
|
|
@@ -2315,7 +2317,7 @@ const _hoisted_2$z = {
|
|
|
2315
2317
|
key: 4,
|
|
2316
2318
|
class: "cl:inline-block cl:whitespace-nowrap"
|
|
2317
2319
|
};
|
|
2318
|
-
const _hoisted_3$
|
|
2320
|
+
const _hoisted_3$n = {
|
|
2319
2321
|
key: 5,
|
|
2320
2322
|
class: "cl:inline-block cl:whitespace-nowrap"
|
|
2321
2323
|
};
|
|
@@ -2423,7 +2425,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
2423
2425
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
2424
2426
|
createTextVNode(toDisplayString(formatDate(_ctx.data[_ctx.column.field], unref(DateFormat).DATETIME)), 1)
|
|
2425
2427
|
], 64))
|
|
2426
|
-
], 64)) : _ctx.column.type === "list" && _ctx.column.field !== void 0 && _ctx.column.listEntries !== void 0 ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
2428
|
+
], 64)) : _ctx.column.type === "list" && _ctx.column.field !== void 0 && _ctx.column.listEntries !== void 0 ? (openBlock(), createElementBlock("span", _hoisted_1$L, toDisplayString(unref(t2)(((_a = _ctx.column.listEntries.find((entry) => entry.value === _ctx.data[_ctx.column.field])) == null ? void 0 : _a.translationKey) ?? "")), 1)) : _ctx.column.type === "number" && _ctx.column.field !== void 0 ? (openBlock(), createElementBlock("span", _hoisted_2$z, toDisplayString(formatNumberToString(_ctx.data[_ctx.column.field], unref(locale2))), 1)) : _ctx.column.field !== void 0 ? (openBlock(), createElementBlock("span", _hoisted_3$n, [
|
|
2427
2429
|
createElementVNode("span", {
|
|
2428
2430
|
title: showUntruncatedStringValue.value ? _ctx.data[_ctx.column.field] : void 0,
|
|
2429
2431
|
innerHTML: formatString()
|
|
@@ -2591,11 +2593,11 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
2591
2593
|
};
|
|
2592
2594
|
}
|
|
2593
2595
|
});
|
|
2594
|
-
const _hoisted_1$
|
|
2596
|
+
const _hoisted_1$K = ["colspan"];
|
|
2595
2597
|
const _hoisted_2$y = ["colspan"];
|
|
2596
|
-
const _hoisted_3$
|
|
2598
|
+
const _hoisted_3$m = { key: 2 };
|
|
2597
2599
|
const _hoisted_4$h = ["colspan"];
|
|
2598
|
-
const _hoisted_5$
|
|
2600
|
+
const _hoisted_5$c = { class: "cl:flex cl:flex-wrap cl:justify-center cl:text-center cl:text-sm cl:w-full" };
|
|
2599
2601
|
const _hoisted_6$9 = { key: 0 };
|
|
2600
2602
|
const _hoisted_7$7 = {
|
|
2601
2603
|
key: 1,
|
|
@@ -2756,12 +2758,13 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
2756
2758
|
return openBlock(), createElementBlock("tr", { key: row }, [
|
|
2757
2759
|
createElementVNode("td", {
|
|
2758
2760
|
colspan: _ctx.columns.length,
|
|
2759
|
-
class: normalizeClass(
|
|
2761
|
+
class: normalizeClass([
|
|
2762
|
+
"cl:h-7",
|
|
2760
2763
|
{
|
|
2761
|
-
"cl:
|
|
2764
|
+
"cl:bg-white/60 skeleton-loader-background": row % 2 === 0
|
|
2762
2765
|
}
|
|
2763
|
-
)
|
|
2764
|
-
}, " ", 10, _hoisted_1$
|
|
2766
|
+
])
|
|
2767
|
+
}, " ", 10, _hoisted_1$K)
|
|
2765
2768
|
]);
|
|
2766
2769
|
}), 128)) : createCommentVNode("", true),
|
|
2767
2770
|
_ctx.data && ((_a = _ctx.data.results) == null ? void 0 : _a.length) && !_ctx.initialLoad ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
@@ -2821,11 +2824,11 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
2821
2824
|
}, " ", 8, _hoisted_2$y)
|
|
2822
2825
|
], 2);
|
|
2823
2826
|
}), 128)) : createCommentVNode("", true)
|
|
2824
|
-
], 64)) : !_ctx.loading ? (openBlock(), createElementBlock("tr", _hoisted_3$
|
|
2827
|
+
], 64)) : !_ctx.loading ? (openBlock(), createElementBlock("tr", _hoisted_3$m, [
|
|
2825
2828
|
createElementVNode("td", {
|
|
2826
2829
|
colspan: _ctx.columns.length
|
|
2827
2830
|
}, [
|
|
2828
|
-
createElementVNode("div", _hoisted_5$
|
|
2831
|
+
createElementVNode("div", _hoisted_5$c, [
|
|
2829
2832
|
_ctx.$slots.noData && _ctx.request.filters.some((f) => f.filterValue !== "") === false ? (openBlock(), createElementBlock("div", _hoisted_6$9, [
|
|
2830
2833
|
renderSlot(_ctx.$slots, "noData")
|
|
2831
2834
|
])) : (openBlock(), createElementBlock("strong", _hoisted_7$7, toDisplayString(unref(t2)("grid.noData")), 1)),
|
|
@@ -2849,9 +2852,9 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
2849
2852
|
};
|
|
2850
2853
|
}
|
|
2851
2854
|
});
|
|
2852
|
-
const _hoisted_1$
|
|
2855
|
+
const _hoisted_1$J = ["value", "inputmode", "disabled", "placeholder"];
|
|
2853
2856
|
const _hoisted_2$x = { class: "cl:absolute cl:flex-col cl:flex-nowrap cl:h-full cl:hidden cl:justify-between cl:py-0.5 cl:right-1 cl:text-xs cl:top-0 cl:xl:flex" };
|
|
2854
|
-
const _hoisted_3$
|
|
2857
|
+
const _hoisted_3$l = ["disabled"];
|
|
2855
2858
|
const _hoisted_4$g = ["disabled"];
|
|
2856
2859
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
2857
2860
|
...{
|
|
@@ -3029,7 +3032,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
3029
3032
|
_cache[2] || (_cache[2] = withKeys(withModifiers(($event) => incrementOrDecrement(true), ["prevent"]), ["down"])),
|
|
3030
3033
|
_cache[3] || (_cache[3] = withKeys(withModifiers(($event) => incrementOrDecrement(false), ["prevent"]), ["up"]))
|
|
3031
3034
|
]
|
|
3032
|
-
}), null, 16, _hoisted_1$
|
|
3035
|
+
}), null, 16, _hoisted_1$J)),
|
|
3033
3036
|
withDirectives(createElementVNode("div", _hoisted_2$x, [
|
|
3034
3037
|
createElementVNode("button", {
|
|
3035
3038
|
class: "cl:bg-secondary-light/30 cl:border cl:border-grey-3 cl:hover:bg-secondary-light/20 cl:px-1 cl:rounded",
|
|
@@ -3041,7 +3044,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
3041
3044
|
]
|
|
3042
3045
|
}, [
|
|
3043
3046
|
createVNode(_component_icon, { icon: "ph:caret-up-bold" })
|
|
3044
|
-
], 40, _hoisted_3$
|
|
3047
|
+
], 40, _hoisted_3$l),
|
|
3045
3048
|
createElementVNode("button", {
|
|
3046
3049
|
class: "cl:bg-secondary-light/30 cl:border cl:border-grey-3 cl:hover:bg-secondary-light/20 cl:px-1 cl:rounded",
|
|
3047
3050
|
disabled: _ctx.disabled,
|
|
@@ -3078,14 +3081,14 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
3078
3081
|
};
|
|
3079
3082
|
}
|
|
3080
3083
|
});
|
|
3081
|
-
const _hoisted_1$
|
|
3084
|
+
const _hoisted_1$I = {
|
|
3082
3085
|
key: 0,
|
|
3083
3086
|
class: "cl:flex cl:flex-col cl:lg:flex-row cl:lg:gap-2"
|
|
3084
3087
|
};
|
|
3085
3088
|
const _hoisted_2$w = { class: "cl:border cl:border-off-white cl:flex cl:items-center cl:lg:px-4 cl:lg:py-3 cl:mt-2 cl:p-2 cl:rounded-lg cl:w-full" };
|
|
3086
|
-
const _hoisted_3$
|
|
3089
|
+
const _hoisted_3$k = { class: "cl:border cl:border-off-white cl:lg:px-4 cl:lg:py-3 cl:mt-2 cl:p-2 cl:rounded-lg" };
|
|
3087
3090
|
const _hoisted_4$f = ["inert"];
|
|
3088
|
-
const _hoisted_5$
|
|
3091
|
+
const _hoisted_5$b = { class: "cl:basis-full cl:bg-off-white cl:border cl:border-grey-1 cl:flex cl:flex-1 cl:items-center cl:justify-between cl:lg:basis-0 cl:lg:px-4 cl:lg:py-3 cl:mt-2 cl:p-2 cl:rounded-lg cl:shadow cl:text-sm" };
|
|
3089
3092
|
const _hoisted_6$8 = { class: "cl:flex cl:flex-wrap cl:gap-x-4 cl:gap-y-2 cl:items-center cl:justify-between cl:w-full" };
|
|
3090
3093
|
const _hoisted_7$6 = { class: "cl:flex cl:flex-wrap cl:gap-x-4" };
|
|
3091
3094
|
const _hoisted_8$5 = { class: "cl:flex cl:flex-col cl:lg:flex-row" };
|
|
@@ -3162,7 +3165,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3162
3165
|
}
|
|
3163
3166
|
return (_ctx, _cache) => {
|
|
3164
3167
|
var _a, _b, _c;
|
|
3165
|
-
return _ctx.initialLoad ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
3168
|
+
return _ctx.initialLoad ? (openBlock(), createElementBlock("div", _hoisted_1$I, [
|
|
3166
3169
|
createElementVNode("div", _hoisted_2$w, [
|
|
3167
3170
|
createVNode(unref(_sfc_main$$), { words: 3 }),
|
|
3168
3171
|
createVNode(unref(_sfc_main$$), {
|
|
@@ -3170,7 +3173,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3170
3173
|
words: 2
|
|
3171
3174
|
})
|
|
3172
3175
|
]),
|
|
3173
|
-
createElementVNode("div", _hoisted_3$
|
|
3176
|
+
createElementVNode("div", _hoisted_3$k, [
|
|
3174
3177
|
createVNode(unref(clUiSkeletonInput), { class: "cl:w-64" })
|
|
3175
3178
|
])
|
|
3176
3179
|
])) : _ctx.loading || ((_b = (_a = _ctx.data) == null ? void 0 : _a.results) == null ? void 0 : _b.length) && _ctx.request ? (openBlock(), createElementBlock("div", {
|
|
@@ -3180,7 +3183,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
3180
3183
|
}]),
|
|
3181
3184
|
inert: _ctx.loading
|
|
3182
3185
|
}, [
|
|
3183
|
-
createElementVNode("div", _hoisted_5$
|
|
3186
|
+
createElementVNode("div", _hoisted_5$b, [
|
|
3184
3187
|
createElementVNode("div", _hoisted_6$8, [
|
|
3185
3188
|
createElementVNode("div", _hoisted_7$6, [
|
|
3186
3189
|
createElementVNode("div", _hoisted_8$5, [
|
|
@@ -3456,7 +3459,7 @@ function getMaxDateValue(max, timeZone, currentValue, calendarType) {
|
|
|
3456
3459
|
}
|
|
3457
3460
|
return currentValue;
|
|
3458
3461
|
}
|
|
3459
|
-
const _hoisted_1$
|
|
3462
|
+
const _hoisted_1$H = { class: "cl:gap-1 cl:grid cl:grid-cols-2" };
|
|
3460
3463
|
const _hoisted_2$v = ["onClick"];
|
|
3461
3464
|
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
3462
3465
|
__name: "cl-ui-quick-dates-group",
|
|
@@ -3469,7 +3472,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
|
3469
3472
|
const emit = __emit;
|
|
3470
3473
|
const { t: t2 } = useI18n();
|
|
3471
3474
|
return (_ctx, _cache) => {
|
|
3472
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3475
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
3473
3476
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dates, (date, index2) => {
|
|
3474
3477
|
var _a, _b;
|
|
3475
3478
|
return openBlock(), createElementBlock("button", {
|
|
@@ -3584,7 +3587,7 @@ const allQuickDates = [
|
|
|
3584
3587
|
...futureQuickDates,
|
|
3585
3588
|
...currentQuickDates
|
|
3586
3589
|
];
|
|
3587
|
-
const _hoisted_1$
|
|
3590
|
+
const _hoisted_1$G = { class: "cl:p-2 cl:pt-0" };
|
|
3588
3591
|
const _hoisted_2$u = {
|
|
3589
3592
|
key: 0,
|
|
3590
3593
|
class: "cl:mt-2 cl:opacity-20"
|
|
@@ -3631,7 +3634,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
3631
3634
|
return groups;
|
|
3632
3635
|
});
|
|
3633
3636
|
return (_ctx, _cache) => {
|
|
3634
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
3637
|
+
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
3635
3638
|
createElementVNode("div", null, toDisplayString(unref(t2)("quickDates.quickDatesHeader")), 1),
|
|
3636
3639
|
(openBlock(true), createElementBlock(Fragment, null, renderList(quickDateGroups.value, (group, index2) => {
|
|
3637
3640
|
return openBlock(), createElementBlock("div", {
|
|
@@ -3650,208 +3653,6 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
3650
3653
|
};
|
|
3651
3654
|
}
|
|
3652
3655
|
});
|
|
3653
|
-
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
3654
|
-
...{
|
|
3655
|
-
inheritAttrs: false
|
|
3656
|
-
},
|
|
3657
|
-
__name: "cl-ui-input-date-range-input",
|
|
3658
|
-
props: {
|
|
3659
|
-
required: { type: Boolean },
|
|
3660
|
-
disabled: { type: Boolean },
|
|
3661
|
-
dateRangeSelected: { type: Boolean }
|
|
3662
|
-
},
|
|
3663
|
-
emits: ["togglePopover", "clear"],
|
|
3664
|
-
setup(__props) {
|
|
3665
|
-
const { t: t2 } = useI18n();
|
|
3666
|
-
const togglePopoverButtonAttrs = computed(() => {
|
|
3667
|
-
const { class: _, ...result } = useAttrs();
|
|
3668
|
-
return result;
|
|
3669
|
-
});
|
|
3670
|
-
return (_ctx, _cache) => {
|
|
3671
|
-
const _component_icon = resolveComponent("icon");
|
|
3672
|
-
return openBlock(), createElementBlock("div", {
|
|
3673
|
-
class: normalizeClass(["cl:border cl:border-grey-1 cl:flex cl:flex-nowrap cl:flex-row cl:overflow-hidden cl:rounded-md range-input", [
|
|
3674
|
-
_ctx.$attrs.class,
|
|
3675
|
-
{
|
|
3676
|
-
"cl:bg-grey-3": _ctx.disabled
|
|
3677
|
-
}
|
|
3678
|
-
]])
|
|
3679
|
-
}, [
|
|
3680
|
-
createVNode(_sfc_main$1b, mergeProps(togglePopoverButtonAttrs.value, {
|
|
3681
|
-
class: ["cl:basis-full cl:border-transparent cl:flex! cl:hover:border-transparent cl:items-center cl:justify-center cl:rounded-l-md cl:rounded-r-none", {
|
|
3682
|
-
"cl:text-grey-4 cl:hover:text-grey-3": !_ctx.dateRangeSelected && !_ctx.disabled,
|
|
3683
|
-
"cl:text-primary-darker cl:hover:text-primary-dark": _ctx.dateRangeSelected && !_ctx.disabled
|
|
3684
|
-
}],
|
|
3685
|
-
disabled: _ctx.disabled,
|
|
3686
|
-
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("togglePopover"))
|
|
3687
|
-
}), {
|
|
3688
|
-
default: withCtx(() => [
|
|
3689
|
-
createVNode(_component_icon, {
|
|
3690
|
-
icon: "bi:calendar3",
|
|
3691
|
-
class: "cl:text-xl icon"
|
|
3692
|
-
})
|
|
3693
|
-
]),
|
|
3694
|
-
_: 1
|
|
3695
|
-
}, 16, ["disabled", "class"]),
|
|
3696
|
-
!_ctx.required ? (openBlock(), createBlock(_sfc_main$1b, {
|
|
3697
|
-
key: 0,
|
|
3698
|
-
id: _ctx.$attrs.id ? _ctx.$attrs.id + "Clear" : "clUiDateRangeInputClear",
|
|
3699
|
-
title: unref(t2)("input.clearDateRange"),
|
|
3700
|
-
size: "small",
|
|
3701
|
-
class: normalizeClass(["cl:basis-0 cl:border-transparent cl:flex cl:hover:border-transparent cl:items-center cl:justify-center cl:rounded-l-none cl:rounded-r-md", {
|
|
3702
|
-
"cl:text-grey-4 cl:hover:text-grey-3": !_ctx.dateRangeSelected && !_ctx.disabled,
|
|
3703
|
-
"cl:text-danger-dark cl:hover:text-danger-default": _ctx.dateRangeSelected && !_ctx.disabled
|
|
3704
|
-
}]),
|
|
3705
|
-
disabled: _ctx.disabled,
|
|
3706
|
-
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("clear"))
|
|
3707
|
-
}, {
|
|
3708
|
-
default: withCtx(() => [
|
|
3709
|
-
createVNode(_component_icon, {
|
|
3710
|
-
icon: "ph:x",
|
|
3711
|
-
class: "cl:text-sm clear-icon"
|
|
3712
|
-
})
|
|
3713
|
-
]),
|
|
3714
|
-
_: 1
|
|
3715
|
-
}, 8, ["id", "title", "disabled", "class"])) : createCommentVNode("", true)
|
|
3716
|
-
], 2);
|
|
3717
|
-
};
|
|
3718
|
-
}
|
|
3719
|
-
});
|
|
3720
|
-
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
3721
|
-
...{
|
|
3722
|
-
inheritAttrs: false
|
|
3723
|
-
},
|
|
3724
|
-
__name: "cl-ui-input-date-range",
|
|
3725
|
-
props: /* @__PURE__ */ mergeModels({
|
|
3726
|
-
minDate: { default: null },
|
|
3727
|
-
maxDate: { default: null },
|
|
3728
|
-
initialCalendarDate: { default: null },
|
|
3729
|
-
dateFormatLocale: { default: null },
|
|
3730
|
-
timeZone: { default: null },
|
|
3731
|
-
disabled: { type: Boolean, default: false },
|
|
3732
|
-
required: { type: Boolean, default: false },
|
|
3733
|
-
quickDateScope: { default: null },
|
|
3734
|
-
popoverPlacement: { default: "auto" }
|
|
3735
|
-
}, {
|
|
3736
|
-
"modelValue": { required: true },
|
|
3737
|
-
"modelModifiers": {}
|
|
3738
|
-
}),
|
|
3739
|
-
emits: ["update:modelValue"],
|
|
3740
|
-
setup(__props) {
|
|
3741
|
-
const props = __props;
|
|
3742
|
-
const model = useModel(__props, "modelValue");
|
|
3743
|
-
const internalTimeZone = computed(() => props.timeZone ?? "UTC");
|
|
3744
|
-
const internalCurrentDateRange = computed({
|
|
3745
|
-
get() {
|
|
3746
|
-
let result = null;
|
|
3747
|
-
if (model.value !== null) {
|
|
3748
|
-
result = {
|
|
3749
|
-
start: DateTime.fromISO(model.value.start, {
|
|
3750
|
-
zone: internalTimeZone.value
|
|
3751
|
-
}).toJSDate(),
|
|
3752
|
-
end: DateTime.fromISO(model.value.end ?? "", {
|
|
3753
|
-
zone: internalTimeZone.value
|
|
3754
|
-
}).toJSDate()
|
|
3755
|
-
};
|
|
3756
|
-
}
|
|
3757
|
-
return result;
|
|
3758
|
-
},
|
|
3759
|
-
set(value) {
|
|
3760
|
-
if (value !== null) {
|
|
3761
|
-
const rangeValue = value;
|
|
3762
|
-
model.value = {
|
|
3763
|
-
start: convertDateToIsoString(rangeValue.start, "start", false, props.timeZone) ?? "",
|
|
3764
|
-
end: convertDateToIsoString(rangeValue.end, "end", false, props.timeZone) ?? ""
|
|
3765
|
-
};
|
|
3766
|
-
} else {
|
|
3767
|
-
model.value = null;
|
|
3768
|
-
}
|
|
3769
|
-
}
|
|
3770
|
-
});
|
|
3771
|
-
const { locale: locale2 } = useI18n();
|
|
3772
|
-
const internalLocale = computed(() => props.dateFormatLocale ?? locale2.value);
|
|
3773
|
-
const popover = computed(() => getPopoverOptions(props.disabled, props.popoverPlacement));
|
|
3774
|
-
const currentInitialDate = computed(() => {
|
|
3775
|
-
return getInitialCalendarDate(model.value, props.initialCalendarDate, internalTimeZone.value, "dateRange");
|
|
3776
|
-
});
|
|
3777
|
-
const dateRangeTooltipText = computed(() => {
|
|
3778
|
-
return generateDateRangeTooltip(internalCurrentDateRange.value, internalTimeZone.value, internalLocale.value);
|
|
3779
|
-
});
|
|
3780
|
-
const currentQuickDate = ref(null);
|
|
3781
|
-
const calendar = ref(null);
|
|
3782
|
-
function handleQuickDateSelection(selectedQuickDate) {
|
|
3783
|
-
const newDateRange = getDateRangeForQuickDateSelection(selectedQuickDate, internalTimeZone.value);
|
|
3784
|
-
internalCurrentDateRange.value = newDateRange;
|
|
3785
|
-
currentQuickDate.value = selectedQuickDate;
|
|
3786
|
-
calendar.value.move(newDateRange.start);
|
|
3787
|
-
calendar.value.hidePopover();
|
|
3788
|
-
}
|
|
3789
|
-
const isMediumScreen = useMediaQuery("(min-width: 768px)");
|
|
3790
|
-
const dateRangeColumnCount = computed(() => isMediumScreen.value ? 2 : 1);
|
|
3791
|
-
const showQuickDates = useMediaQuery("(min-height: 800px)");
|
|
3792
|
-
return (_ctx, _cache) => {
|
|
3793
|
-
return openBlock(), createBlock(_sfc_main$19, { "show-required-asterisk": _ctx.required }, createSlots({
|
|
3794
|
-
label: withCtx(() => [
|
|
3795
|
-
renderSlot(_ctx.$slots, "default")
|
|
3796
|
-
]),
|
|
3797
|
-
default: withCtx(() => [
|
|
3798
|
-
createVNode(unref(DatePicker), {
|
|
3799
|
-
ref_key: "calendar",
|
|
3800
|
-
ref: calendar,
|
|
3801
|
-
modelValue: internalCurrentDateRange.value,
|
|
3802
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => internalCurrentDateRange.value = $event),
|
|
3803
|
-
modelModifiers: { range: true },
|
|
3804
|
-
mode: "date",
|
|
3805
|
-
color: "primary",
|
|
3806
|
-
"title-position": "left",
|
|
3807
|
-
locale: internalLocale.value,
|
|
3808
|
-
timezone: internalTimeZone.value,
|
|
3809
|
-
columns: dateRangeColumnCount.value,
|
|
3810
|
-
popover: popover.value,
|
|
3811
|
-
"min-date": _ctx.minDate,
|
|
3812
|
-
"max-date": _ctx.maxDate,
|
|
3813
|
-
"initial-page": currentInitialDate.value,
|
|
3814
|
-
onDayclick: _cache[2] || (_cache[2] = ($event) => currentQuickDate.value = null)
|
|
3815
|
-
}, {
|
|
3816
|
-
default: withCtx(({ togglePopover }) => [
|
|
3817
|
-
createVNode(_sfc_main$Q, mergeProps(_ctx.$attrs, {
|
|
3818
|
-
required: _ctx.required,
|
|
3819
|
-
disabled: _ctx.disabled,
|
|
3820
|
-
"date-range-selected": !!internalCurrentDateRange.value,
|
|
3821
|
-
title: dateRangeTooltipText.value,
|
|
3822
|
-
onTogglePopover: togglePopover,
|
|
3823
|
-
onClear: _cache[0] || (_cache[0] = ($event) => {
|
|
3824
|
-
internalCurrentDateRange.value = null;
|
|
3825
|
-
currentQuickDate.value = null;
|
|
3826
|
-
calendar.value.hidePopover();
|
|
3827
|
-
})
|
|
3828
|
-
}), null, 16, ["required", "disabled", "date-range-selected", "title", "onTogglePopover"])
|
|
3829
|
-
]),
|
|
3830
|
-
footer: withCtx(() => [
|
|
3831
|
-
_ctx.quickDateScope !== "none" && unref(showQuickDates) ? (openBlock(), createBlock(_sfc_main$R, {
|
|
3832
|
-
key: 0,
|
|
3833
|
-
scope: _ctx.quickDateScope,
|
|
3834
|
-
"selected-quick-date": currentQuickDate.value,
|
|
3835
|
-
"current-date-range": model.value,
|
|
3836
|
-
onQuickDateSelected: handleQuickDateSelection
|
|
3837
|
-
}, null, 8, ["scope", "selected-quick-date", "current-date-range"])) : createCommentVNode("", true)
|
|
3838
|
-
]),
|
|
3839
|
-
_: 1
|
|
3840
|
-
}, 8, ["modelValue", "locale", "timezone", "columns", "popover", "min-date", "max-date", "initial-page"])
|
|
3841
|
-
]),
|
|
3842
|
-
_: 2
|
|
3843
|
-
}, [
|
|
3844
|
-
_ctx.$slots[`help-text`] ? {
|
|
3845
|
-
name: "helpText",
|
|
3846
|
-
fn: withCtx(() => [
|
|
3847
|
-
renderSlot(_ctx.$slots, "help-text")
|
|
3848
|
-
]),
|
|
3849
|
-
key: "0"
|
|
3850
|
-
} : void 0
|
|
3851
|
-
]), 1032, ["show-required-asterisk"]);
|
|
3852
|
-
};
|
|
3853
|
-
}
|
|
3854
|
-
});
|
|
3855
3656
|
const inputTextTypes = [
|
|
3856
3657
|
"text",
|
|
3857
3658
|
"email",
|
|
@@ -3859,7 +3660,7 @@ const inputTextTypes = [
|
|
|
3859
3660
|
"password",
|
|
3860
3661
|
"search"
|
|
3861
3662
|
];
|
|
3862
|
-
const _sfc_main$
|
|
3663
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
3863
3664
|
...{
|
|
3864
3665
|
inheritAttrs: false
|
|
3865
3666
|
},
|
|
@@ -3963,15 +3764,15 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
3963
3764
|
};
|
|
3964
3765
|
}
|
|
3965
3766
|
});
|
|
3966
|
-
const _hoisted_1$
|
|
3767
|
+
const _hoisted_1$F = { class: "cl:gap-1 cl:grid cl:grid-cols-[auto_1fr_auto_auto] cl:pt-0.5 cl:w-full" };
|
|
3967
3768
|
const _hoisted_2$t = ["disabled"];
|
|
3968
|
-
const _hoisted_3$
|
|
3769
|
+
const _hoisted_3$j = { class: "cl:max-w-max" };
|
|
3969
3770
|
const _hoisted_4$e = { class: "cl:flex cl:flex-col cl:gap-1 cl:w-full" };
|
|
3970
|
-
const _hoisted_5$
|
|
3771
|
+
const _hoisted_5$a = ["min", "disabled", "required", "step", "max"];
|
|
3971
3772
|
const _hoisted_6$7 = { class: "cl:bg-white cl:border cl:border-grey-2 cl:leading-none cl:rounded-full cl:text-center cl:text-xs" };
|
|
3972
3773
|
const _hoisted_7$5 = ["disabled"];
|
|
3973
3774
|
const _hoisted_8$4 = ["disabled", "title"];
|
|
3974
|
-
const _sfc_main$
|
|
3775
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
3975
3776
|
...{
|
|
3976
3777
|
inheritAttrs: false
|
|
3977
3778
|
},
|
|
@@ -4026,13 +3827,13 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
4026
3827
|
"show-required-asterisk": _ctx.required
|
|
4027
3828
|
}, createSlots({
|
|
4028
3829
|
default: withCtx(() => [
|
|
4029
|
-
createElementVNode("div", _hoisted_1$
|
|
3830
|
+
createElementVNode("div", _hoisted_1$F, [
|
|
4030
3831
|
createElementVNode("button", {
|
|
4031
3832
|
disabled: _ctx.disabled,
|
|
4032
3833
|
class: "cl:active:bg-grey-0 cl:bg-white cl:border cl:border-grey-2 cl:disabled:bg-grey-1 cl:hover:bg-off-white cl:leading-none cl:min-w-[26px] cl:p-[5px] cl:rounded-full cl:shadow cl:text-xs cl:transition-colors",
|
|
4033
3834
|
onClick: _cache[0] || (_cache[0] = ($event) => setValueAndFocus(_ctx.min))
|
|
4034
3835
|
}, toDisplayString(unref(formatNumberAsDecimal)(_ctx.min, _ctx.precision)), 9, _hoisted_2$t),
|
|
4035
|
-
createElementVNode("div", _hoisted_3$
|
|
3836
|
+
createElementVNode("div", _hoisted_3$j, [
|
|
4036
3837
|
withDirectives(createElementVNode("div", _hoisted_4$e, [
|
|
4037
3838
|
withDirectives(createElementVNode("input", mergeProps({
|
|
4038
3839
|
ref_key: "sliderRef",
|
|
@@ -4046,7 +3847,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
4046
3847
|
required: _ctx.required,
|
|
4047
3848
|
step: 1 / Math.pow(10, _ctx.precision),
|
|
4048
3849
|
max: _ctx.max
|
|
4049
|
-
}), null, 16, _hoisted_5$
|
|
3850
|
+
}), null, 16, _hoisted_5$a), [
|
|
4050
3851
|
[
|
|
4051
3852
|
vModelText,
|
|
4052
3853
|
value.value,
|
|
@@ -4109,12 +3910,79 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
4109
3910
|
};
|
|
4110
3911
|
}
|
|
4111
3912
|
});
|
|
4112
|
-
const clUiInputRange = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3913
|
+
const clUiInputRange = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-82275076"]]);
|
|
4113
3914
|
const dateTimeCalendarTypes = [
|
|
4114
3915
|
"date",
|
|
4115
3916
|
"datetime",
|
|
4116
3917
|
"time"
|
|
4117
3918
|
];
|
|
3919
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
3920
|
+
...{
|
|
3921
|
+
inheritAttrs: false
|
|
3922
|
+
},
|
|
3923
|
+
__name: "cl-ui-input-date-range-input",
|
|
3924
|
+
props: {
|
|
3925
|
+
required: { type: Boolean },
|
|
3926
|
+
disabled: { type: Boolean },
|
|
3927
|
+
dateRangeSelected: { type: Boolean }
|
|
3928
|
+
},
|
|
3929
|
+
emits: ["togglePopover", "clear"],
|
|
3930
|
+
setup(__props) {
|
|
3931
|
+
const { t: t2 } = useI18n();
|
|
3932
|
+
const togglePopoverButtonAttrs = computed(() => {
|
|
3933
|
+
const { class: _, ...result } = useAttrs();
|
|
3934
|
+
return result;
|
|
3935
|
+
});
|
|
3936
|
+
return (_ctx, _cache) => {
|
|
3937
|
+
const _component_icon = resolveComponent("icon");
|
|
3938
|
+
return openBlock(), createElementBlock("div", {
|
|
3939
|
+
class: normalizeClass(["cl:border cl:border-grey-1 cl:flex cl:flex-nowrap cl:flex-row cl:overflow-hidden cl:rounded-md range-input", [
|
|
3940
|
+
_ctx.$attrs.class,
|
|
3941
|
+
{
|
|
3942
|
+
"cl:bg-grey-3": _ctx.disabled
|
|
3943
|
+
}
|
|
3944
|
+
]])
|
|
3945
|
+
}, [
|
|
3946
|
+
createVNode(_sfc_main$1b, mergeProps(togglePopoverButtonAttrs.value, {
|
|
3947
|
+
class: ["cl:basis-full cl:border-transparent cl:flex! cl:hover:border-transparent cl:items-center cl:justify-center cl:rounded-l-md cl:rounded-r-none", {
|
|
3948
|
+
"cl:text-grey-4 cl:hover:text-grey-3": !_ctx.dateRangeSelected && !_ctx.disabled,
|
|
3949
|
+
"cl:text-primary-darker cl:hover:text-primary-dark": _ctx.dateRangeSelected && !_ctx.disabled
|
|
3950
|
+
}],
|
|
3951
|
+
disabled: _ctx.disabled,
|
|
3952
|
+
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("togglePopover"))
|
|
3953
|
+
}), {
|
|
3954
|
+
default: withCtx(() => [
|
|
3955
|
+
createVNode(_component_icon, {
|
|
3956
|
+
icon: "bi:calendar3",
|
|
3957
|
+
class: "cl:text-xl icon"
|
|
3958
|
+
})
|
|
3959
|
+
]),
|
|
3960
|
+
_: 1
|
|
3961
|
+
}, 16, ["disabled", "class"]),
|
|
3962
|
+
!_ctx.required ? (openBlock(), createBlock(_sfc_main$1b, {
|
|
3963
|
+
key: 0,
|
|
3964
|
+
id: _ctx.$attrs.id ? _ctx.$attrs.id + "Clear" : "clUiDateRangeInputClear",
|
|
3965
|
+
title: unref(t2)("input.clearDateRange"),
|
|
3966
|
+
size: "small",
|
|
3967
|
+
class: normalizeClass(["cl:basis-0 cl:border-transparent cl:flex cl:hover:border-transparent cl:items-center cl:justify-center cl:rounded-l-none cl:rounded-r-md", {
|
|
3968
|
+
"cl:text-grey-4 cl:hover:text-grey-3": !_ctx.dateRangeSelected && !_ctx.disabled,
|
|
3969
|
+
"cl:text-danger-dark cl:hover:text-danger-default": _ctx.dateRangeSelected && !_ctx.disabled
|
|
3970
|
+
}]),
|
|
3971
|
+
disabled: _ctx.disabled,
|
|
3972
|
+
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("clear"))
|
|
3973
|
+
}, {
|
|
3974
|
+
default: withCtx(() => [
|
|
3975
|
+
createVNode(_component_icon, {
|
|
3976
|
+
icon: "ph:x",
|
|
3977
|
+
class: "cl:text-sm clear-icon"
|
|
3978
|
+
})
|
|
3979
|
+
]),
|
|
3980
|
+
_: 1
|
|
3981
|
+
}, 8, ["id", "title", "disabled", "class"])) : createCommentVNode("", true)
|
|
3982
|
+
], 2);
|
|
3983
|
+
};
|
|
3984
|
+
}
|
|
3985
|
+
});
|
|
4118
3986
|
const popoverPlacements = [
|
|
4119
3987
|
"auto",
|
|
4120
3988
|
"auto-start",
|
|
@@ -4128,16 +3996,12 @@ const popoverPlacements = [
|
|
|
4128
3996
|
"left-start",
|
|
4129
3997
|
"left-end"
|
|
4130
3998
|
];
|
|
4131
|
-
const _hoisted_1$
|
|
3999
|
+
const _hoisted_1$E = {
|
|
4132
4000
|
key: 1,
|
|
4133
4001
|
class: "cl:relative"
|
|
4134
4002
|
};
|
|
4135
4003
|
const _hoisted_2$s = ["value", "disabled", "placeholder"];
|
|
4136
|
-
const
|
|
4137
|
-
key: 0,
|
|
4138
|
-
class: "action-icon cl:absolute cl:bg-transparent cl:flex cl:right-2 cl:text-grey-4 cl:top-3.5"
|
|
4139
|
-
};
|
|
4140
|
-
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
4004
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
4141
4005
|
...{
|
|
4142
4006
|
inheritAttrs: false
|
|
4143
4007
|
},
|
|
@@ -4149,7 +4013,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
4149
4013
|
placeholder: {},
|
|
4150
4014
|
required: { type: Boolean },
|
|
4151
4015
|
disabled: { type: Boolean },
|
|
4152
|
-
rangeSelected: { type: Boolean }
|
|
4016
|
+
rangeSelected: { type: Boolean },
|
|
4017
|
+
forceIconDisplay: { type: Boolean }
|
|
4153
4018
|
},
|
|
4154
4019
|
emits: ["clear", "reset", "togglePopover", "focus", "blur"],
|
|
4155
4020
|
setup(__props, { expose: __expose }) {
|
|
@@ -4179,13 +4044,13 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
4179
4044
|
focus
|
|
4180
4045
|
});
|
|
4181
4046
|
return (_ctx, _cache) => {
|
|
4182
|
-
return _ctx.type === "dateRange" ? (openBlock(), createBlock(unref(_sfc_main$
|
|
4047
|
+
return _ctx.type === "dateRange" ? (openBlock(), createBlock(unref(_sfc_main$O), mergeProps({ key: 0 }, _ctx.$attrs, {
|
|
4183
4048
|
disabled: !!_ctx.disabled,
|
|
4184
4049
|
required: _ctx.required,
|
|
4185
4050
|
"date-range-selected": !!_ctx.rangeSelected,
|
|
4186
4051
|
onTogglePopover: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("togglePopover")),
|
|
4187
4052
|
onClear: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("clear"))
|
|
4188
|
-
}), null, 16, ["disabled", "required", "date-range-selected"])) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4053
|
+
}), null, 16, ["disabled", "required", "date-range-selected"])) : (openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
4189
4054
|
createElementVNode("input", mergeProps({
|
|
4190
4055
|
ref_key: "element",
|
|
4191
4056
|
ref: element
|
|
@@ -4202,7 +4067,10 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
4202
4067
|
icon: _ctx.type === "time" ? "ph-clock" : "ph:calendar",
|
|
4203
4068
|
onClick: focus
|
|
4204
4069
|
}, null, 8, ["icon"]),
|
|
4205
|
-
!_ctx.disabled ? (openBlock(), createElementBlock("div",
|
|
4070
|
+
!_ctx.disabled ? (openBlock(), createElementBlock("div", {
|
|
4071
|
+
key: 0,
|
|
4072
|
+
class: normalizeClass(["action-icon cl:absolute cl:bg-transparent cl:flex cl:right-2 cl:text-grey-4 cl:top-3.5", { "show-icons": _ctx.forceIconDisplay }])
|
|
4073
|
+
}, [
|
|
4206
4074
|
_ctx.type !== "time" ? (openBlock(), createBlock(unref(Icon), {
|
|
4207
4075
|
key: 0,
|
|
4208
4076
|
class: "cl:cursor-pointer cl:hover:text-link-light",
|
|
@@ -4215,13 +4083,13 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
4215
4083
|
icon: "ph:x",
|
|
4216
4084
|
onClick: _cache[5] || (_cache[5] = withModifiers(($event) => _ctx.$emit("clear"), ["prevent"]))
|
|
4217
4085
|
})) : createCommentVNode("", true)
|
|
4218
|
-
])) : createCommentVNode("", true)
|
|
4086
|
+
], 2)) : createCommentVNode("", true)
|
|
4219
4087
|
]));
|
|
4220
4088
|
};
|
|
4221
4089
|
}
|
|
4222
4090
|
});
|
|
4223
|
-
const clUiCalendarInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4224
|
-
const _hoisted_1$
|
|
4091
|
+
const clUiCalendarInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-8d0a0dc4"]]);
|
|
4092
|
+
const _hoisted_1$D = {
|
|
4225
4093
|
key: 0,
|
|
4226
4094
|
class: "cl:px-3 cl:py-3 cl:w-full"
|
|
4227
4095
|
};
|
|
@@ -4229,7 +4097,7 @@ const _hoisted_2$r = {
|
|
|
4229
4097
|
key: 0,
|
|
4230
4098
|
class: "cl:px-3 cl:py-3 cl:w-full"
|
|
4231
4099
|
};
|
|
4232
|
-
const _sfc_main$
|
|
4100
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
4233
4101
|
...{
|
|
4234
4102
|
inheritAttrs: false
|
|
4235
4103
|
},
|
|
@@ -4245,7 +4113,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
4245
4113
|
required: { type: Boolean, default: false },
|
|
4246
4114
|
placeholder: { default: null },
|
|
4247
4115
|
popoverPlacement: { default: "auto" },
|
|
4248
|
-
showPopover: { type: Boolean, default: void 0 }
|
|
4116
|
+
showPopover: { type: Boolean, default: void 0 },
|
|
4117
|
+
forceIconDisplay: { type: Boolean, default: false }
|
|
4249
4118
|
}, {
|
|
4250
4119
|
"modelValue": { required: true },
|
|
4251
4120
|
"modelModifiers": {}
|
|
@@ -4368,14 +4237,15 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
4368
4237
|
type: _ctx.type,
|
|
4369
4238
|
placeholder: _ctx.placeholder,
|
|
4370
4239
|
required: _ctx.required,
|
|
4240
|
+
"force-icon-display": _ctx.forceIconDisplay,
|
|
4371
4241
|
disabled: _ctx.disabled,
|
|
4372
4242
|
onFocus: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("focus")),
|
|
4373
4243
|
onBlur: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("blur")),
|
|
4374
4244
|
onClear: _cache[2] || (_cache[2] = ($event) => internalCurrentDateTime.value = null)
|
|
4375
|
-
}), null, 16, ["date", "events", "type", "placeholder", "required", "disabled"])
|
|
4245
|
+
}), null, 16, ["date", "events", "type", "placeholder", "required", "force-icon-display", "disabled"])
|
|
4376
4246
|
]),
|
|
4377
4247
|
footer: withCtx(() => [
|
|
4378
|
-
todayButtonVisible.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4248
|
+
todayButtonVisible.value ? (openBlock(), createElementBlock("div", _hoisted_1$D, [
|
|
4379
4249
|
createElementVNode("button", {
|
|
4380
4250
|
class: "cl:bg-primary-default cl:hover:primary-light cl:px-3 cl:py-1 cl:rounded-md cl:text-black cl:w-full",
|
|
4381
4251
|
onClick: setToday
|
|
@@ -4414,11 +4284,12 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
4414
4284
|
placeholder: _ctx.placeholder,
|
|
4415
4285
|
required: _ctx.required,
|
|
4416
4286
|
disabled: _ctx.disabled,
|
|
4287
|
+
"force-icon-display": _ctx.forceIconDisplay,
|
|
4417
4288
|
onFocus: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("focus")),
|
|
4418
4289
|
onBlur: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("blur")),
|
|
4419
4290
|
onClear: _cache[6] || (_cache[6] = ($event) => internalCurrentDateTime.value = null),
|
|
4420
4291
|
onReset: _cache[7] || (_cache[7] = ($event) => internalCurrentDateTime.value = unref(getDefaultDate)(_ctx.minDate, _ctx.maxDate, internalTimeZone.value, _ctx.type))
|
|
4421
|
-
}), null, 16, ["date", "events", "type", "placeholder", "required", "disabled"])
|
|
4292
|
+
}), null, 16, ["date", "events", "type", "placeholder", "required", "disabled", "force-icon-display"])
|
|
4422
4293
|
]),
|
|
4423
4294
|
footer: withCtx(() => [
|
|
4424
4295
|
todayButtonVisible.value ? (openBlock(), createElementBlock("div", _hoisted_2$r, [
|
|
@@ -4444,6 +4315,244 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
4444
4315
|
};
|
|
4445
4316
|
}
|
|
4446
4317
|
});
|
|
4318
|
+
const _hoisted_1$C = {
|
|
4319
|
+
key: 1,
|
|
4320
|
+
class: "cl:flex cl:flex-col cl:gap-2 cl:p-2 cl:w-full"
|
|
4321
|
+
};
|
|
4322
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
4323
|
+
...{
|
|
4324
|
+
inheritAttrs: false
|
|
4325
|
+
},
|
|
4326
|
+
__name: "cl-ui-input-date-range",
|
|
4327
|
+
props: /* @__PURE__ */ mergeModels({
|
|
4328
|
+
minDate: { default: null },
|
|
4329
|
+
maxDate: { default: null },
|
|
4330
|
+
initialCalendarDate: { default: null },
|
|
4331
|
+
dateFormatLocale: { default: null },
|
|
4332
|
+
timeZone: { default: null },
|
|
4333
|
+
disabled: { type: Boolean, default: false },
|
|
4334
|
+
required: { type: Boolean, default: false },
|
|
4335
|
+
quickDateScope: { default: null },
|
|
4336
|
+
popoverPlacement: { default: "auto" },
|
|
4337
|
+
manualDateSelection: { type: Boolean, default: true }
|
|
4338
|
+
}, {
|
|
4339
|
+
"modelValue": { required: true },
|
|
4340
|
+
"modelModifiers": {}
|
|
4341
|
+
}),
|
|
4342
|
+
emits: ["update:modelValue"],
|
|
4343
|
+
setup(__props) {
|
|
4344
|
+
const props = __props;
|
|
4345
|
+
const model = useModel(__props, "modelValue");
|
|
4346
|
+
const internalTimeZone = computed(() => props.timeZone ?? "UTC");
|
|
4347
|
+
const internalCurrentDateRange = computed({
|
|
4348
|
+
get() {
|
|
4349
|
+
let result = null;
|
|
4350
|
+
if (model.value !== null) {
|
|
4351
|
+
result = {
|
|
4352
|
+
start: DateTime.fromISO(model.value.start, {
|
|
4353
|
+
zone: internalTimeZone.value
|
|
4354
|
+
}).toJSDate(),
|
|
4355
|
+
end: DateTime.fromISO(model.value.end ?? "", {
|
|
4356
|
+
zone: internalTimeZone.value
|
|
4357
|
+
}).toJSDate()
|
|
4358
|
+
};
|
|
4359
|
+
}
|
|
4360
|
+
return result;
|
|
4361
|
+
},
|
|
4362
|
+
set(value) {
|
|
4363
|
+
if (value !== null) {
|
|
4364
|
+
const rangeValue = value;
|
|
4365
|
+
model.value = {
|
|
4366
|
+
start: convertDateToIsoString(rangeValue.start, "start", false, props.timeZone) ?? "",
|
|
4367
|
+
end: convertDateToIsoString(rangeValue.end, "end", false, props.timeZone) ?? ""
|
|
4368
|
+
};
|
|
4369
|
+
internalEntrySelectStartDate.value = convertDateToIsoString(rangeValue.start, "start", false, props.timeZone) ?? "";
|
|
4370
|
+
internalEntrySelectEndDate.value = convertDateToIsoString(rangeValue.end, "end", false, props.timeZone) ?? "";
|
|
4371
|
+
} else {
|
|
4372
|
+
model.value = null;
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
});
|
|
4376
|
+
watch(() => internalCurrentDateRange.value, (newVal) => {
|
|
4377
|
+
if (!newVal) {
|
|
4378
|
+
internalEntrySelectStartDate.value = null;
|
|
4379
|
+
internalEntrySelectEndDate.value = null;
|
|
4380
|
+
}
|
|
4381
|
+
});
|
|
4382
|
+
const { locale: locale2, t: t2 } = useI18n();
|
|
4383
|
+
const internalLocale = computed(() => props.dateFormatLocale ?? locale2.value);
|
|
4384
|
+
const popover = computed(() => getPopoverOptions(props.disabled, props.popoverPlacement));
|
|
4385
|
+
const currentInitialDate = computed(() => {
|
|
4386
|
+
return getInitialCalendarDate(model.value, props.initialCalendarDate, internalTimeZone.value, "dateRange");
|
|
4387
|
+
});
|
|
4388
|
+
const dateRangeTooltipText = computed(() => {
|
|
4389
|
+
return generateDateRangeTooltip(internalCurrentDateRange.value, internalTimeZone.value, internalLocale.value);
|
|
4390
|
+
});
|
|
4391
|
+
const currentQuickDate = ref(null);
|
|
4392
|
+
const calendar = ref(null);
|
|
4393
|
+
function handleQuickDateSelection(selectedQuickDate) {
|
|
4394
|
+
const newDateRange = getDateRangeForQuickDateSelection(selectedQuickDate, internalTimeZone.value);
|
|
4395
|
+
internalCurrentDateRange.value = newDateRange;
|
|
4396
|
+
currentQuickDate.value = selectedQuickDate;
|
|
4397
|
+
calendar.value.move(newDateRange.start);
|
|
4398
|
+
calendar.value.hidePopover();
|
|
4399
|
+
}
|
|
4400
|
+
const isMediumScreen = useMediaQuery("(min-width: 768px)");
|
|
4401
|
+
const dateRangeColumnCount = computed(() => isMediumScreen.value ? 2 : 1);
|
|
4402
|
+
const showQuickDates = useMediaQuery("(min-height: 800px)");
|
|
4403
|
+
const internalEntrySelectStartDate = ref(null);
|
|
4404
|
+
const internalEntrySelectEndDate = ref(null);
|
|
4405
|
+
function handleEntrySelectDateRangeUpdate() {
|
|
4406
|
+
let startDate = internalEntrySelectStartDate.value ? internalEntrySelectStartDate.value : "";
|
|
4407
|
+
let endDate = internalEntrySelectEndDate.value ? internalEntrySelectEndDate.value : "";
|
|
4408
|
+
let startDateTime = DateTime.fromISO(startDate, { zone: internalTimeZone.value });
|
|
4409
|
+
let endDateTime = DateTime.fromISO(endDate, { zone: internalTimeZone.value });
|
|
4410
|
+
if (!internalEntrySelectStartDate.value && internalEntrySelectEndDate.value || startDateTime.startOf("day") > endDateTime.startOf("day")) {
|
|
4411
|
+
startDateTime = DateTime.fromISO(endDate, { zone: internalTimeZone.value }).minus({ days: 1 });
|
|
4412
|
+
startDate = startDateTime.toISO() ?? "";
|
|
4413
|
+
nextTick(() => {
|
|
4414
|
+
internalEntrySelectStartDate.value = startDate;
|
|
4415
|
+
});
|
|
4416
|
+
} else if (internalEntrySelectStartDate.value && !internalEntrySelectEndDate.value) {
|
|
4417
|
+
const todaysDate = DateTime.now().setZone(internalTimeZone.value).startOf("day");
|
|
4418
|
+
if (startDateTime.startOf("day") > todaysDate) {
|
|
4419
|
+
endDateTime = startDateTime.plus({ days: 1 });
|
|
4420
|
+
endDate = endDateTime.toISO() ?? "";
|
|
4421
|
+
} else {
|
|
4422
|
+
endDate = todaysDate.toISO() ?? "";
|
|
4423
|
+
endDateTime = DateTime.fromISO(endDate, { zone: internalTimeZone.value });
|
|
4424
|
+
}
|
|
4425
|
+
nextTick(() => {
|
|
4426
|
+
internalEntrySelectEndDate.value = endDate;
|
|
4427
|
+
});
|
|
4428
|
+
}
|
|
4429
|
+
if (!internalEntrySelectStartDate.value && !internalEntrySelectEndDate.value) {
|
|
4430
|
+
internalCurrentDateRange.value = null;
|
|
4431
|
+
} else {
|
|
4432
|
+
const formattedStartDate = DateTime.fromISO(startDate, { zone: internalTimeZone.value });
|
|
4433
|
+
const formattedEndDate = DateTime.fromISO(endDate, { zone: internalTimeZone.value });
|
|
4434
|
+
internalCurrentDateRange.value = {
|
|
4435
|
+
start: formattedStartDate.toJSDate(),
|
|
4436
|
+
end: formattedEndDate.toJSDate()
|
|
4437
|
+
};
|
|
4438
|
+
}
|
|
4439
|
+
if (internalCurrentDateRange.value) {
|
|
4440
|
+
calendar.value.move(internalCurrentDateRange.value.start);
|
|
4441
|
+
}
|
|
4442
|
+
}
|
|
4443
|
+
return (_ctx, _cache) => {
|
|
4444
|
+
return openBlock(), createBlock(_sfc_main$19, { "show-required-asterisk": _ctx.required }, createSlots({
|
|
4445
|
+
label: withCtx(() => [
|
|
4446
|
+
renderSlot(_ctx.$slots, "default")
|
|
4447
|
+
]),
|
|
4448
|
+
default: withCtx(() => [
|
|
4449
|
+
createVNode(unref(DatePicker), {
|
|
4450
|
+
ref_key: "calendar",
|
|
4451
|
+
ref: calendar,
|
|
4452
|
+
modelValue: internalCurrentDateRange.value,
|
|
4453
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => internalCurrentDateRange.value = $event),
|
|
4454
|
+
modelModifiers: { range: true },
|
|
4455
|
+
mode: "date",
|
|
4456
|
+
color: "primary",
|
|
4457
|
+
"title-position": "left",
|
|
4458
|
+
locale: internalLocale.value,
|
|
4459
|
+
timezone: internalTimeZone.value,
|
|
4460
|
+
columns: dateRangeColumnCount.value,
|
|
4461
|
+
popover: popover.value,
|
|
4462
|
+
"min-date": _ctx.minDate,
|
|
4463
|
+
"max-date": _ctx.maxDate,
|
|
4464
|
+
"initial-page": currentInitialDate.value,
|
|
4465
|
+
onDayclick: _cache[4] || (_cache[4] = ($event) => currentQuickDate.value = null)
|
|
4466
|
+
}, {
|
|
4467
|
+
default: withCtx(({ togglePopover }) => [
|
|
4468
|
+
createVNode(_sfc_main$O, mergeProps(_ctx.$attrs, {
|
|
4469
|
+
required: _ctx.required,
|
|
4470
|
+
disabled: _ctx.disabled,
|
|
4471
|
+
"date-range-selected": !!internalCurrentDateRange.value,
|
|
4472
|
+
title: dateRangeTooltipText.value,
|
|
4473
|
+
onTogglePopover: togglePopover,
|
|
4474
|
+
onClear: _cache[0] || (_cache[0] = ($event) => {
|
|
4475
|
+
internalCurrentDateRange.value = null;
|
|
4476
|
+
currentQuickDate.value = null;
|
|
4477
|
+
calendar.value.hidePopover();
|
|
4478
|
+
internalEntrySelectStartDate.value = null;
|
|
4479
|
+
internalEntrySelectEndDate.value = null;
|
|
4480
|
+
})
|
|
4481
|
+
}), null, 16, ["required", "disabled", "date-range-selected", "title", "onTogglePopover"])
|
|
4482
|
+
]),
|
|
4483
|
+
footer: withCtx(() => [
|
|
4484
|
+
_ctx.quickDateScope !== "none" && unref(showQuickDates) ? (openBlock(), createBlock(_sfc_main$R, {
|
|
4485
|
+
key: 0,
|
|
4486
|
+
scope: _ctx.quickDateScope,
|
|
4487
|
+
"selected-quick-date": currentQuickDate.value,
|
|
4488
|
+
"current-date-range": model.value,
|
|
4489
|
+
onQuickDateSelected: handleQuickDateSelection
|
|
4490
|
+
}, null, 8, ["scope", "selected-quick-date", "current-date-range"])) : createCommentVNode("", true),
|
|
4491
|
+
_ctx.manualDateSelection ? (openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
4492
|
+
createVNode(_sfc_main$M, {
|
|
4493
|
+
id: "dateInputStart",
|
|
4494
|
+
modelValue: internalEntrySelectStartDate.value,
|
|
4495
|
+
"onUpdate:modelValue": [
|
|
4496
|
+
_cache[1] || (_cache[1] = ($event) => internalEntrySelectStartDate.value = $event),
|
|
4497
|
+
handleEntrySelectDateRangeUpdate
|
|
4498
|
+
],
|
|
4499
|
+
type: "date",
|
|
4500
|
+
"date-format-locale": _ctx.dateFormatLocale,
|
|
4501
|
+
disabled: _ctx.disabled,
|
|
4502
|
+
"time-zone": _ctx.timeZone,
|
|
4503
|
+
"min-date": _ctx.minDate,
|
|
4504
|
+
"max-date": _ctx.maxDate,
|
|
4505
|
+
required: true,
|
|
4506
|
+
"force-icon-display": true,
|
|
4507
|
+
"popover-placement": _ctx.popoverPlacement,
|
|
4508
|
+
"show-popover": true
|
|
4509
|
+
}, {
|
|
4510
|
+
default: withCtx(() => [
|
|
4511
|
+
createTextVNode(toDisplayString(unref(t2)("datetime.startDate")), 1)
|
|
4512
|
+
]),
|
|
4513
|
+
_: 1
|
|
4514
|
+
}, 8, ["modelValue", "date-format-locale", "disabled", "time-zone", "min-date", "max-date", "popover-placement"]),
|
|
4515
|
+
createVNode(_sfc_main$M, {
|
|
4516
|
+
id: "dateInputEnd",
|
|
4517
|
+
modelValue: internalEntrySelectEndDate.value,
|
|
4518
|
+
"onUpdate:modelValue": [
|
|
4519
|
+
_cache[2] || (_cache[2] = ($event) => internalEntrySelectEndDate.value = $event),
|
|
4520
|
+
handleEntrySelectDateRangeUpdate
|
|
4521
|
+
],
|
|
4522
|
+
type: "date",
|
|
4523
|
+
"date-format-locale": _ctx.dateFormatLocale,
|
|
4524
|
+
disabled: _ctx.disabled,
|
|
4525
|
+
"time-zone": _ctx.timeZone,
|
|
4526
|
+
"min-date": _ctx.minDate,
|
|
4527
|
+
"max-date": _ctx.maxDate,
|
|
4528
|
+
required: true,
|
|
4529
|
+
"force-icon-display": true,
|
|
4530
|
+
"popover-placement": _ctx.popoverPlacement,
|
|
4531
|
+
"show-popover": true
|
|
4532
|
+
}, {
|
|
4533
|
+
default: withCtx(() => [
|
|
4534
|
+
createTextVNode(toDisplayString(unref(t2)("datetime.endDate")), 1)
|
|
4535
|
+
]),
|
|
4536
|
+
_: 1
|
|
4537
|
+
}, 8, ["modelValue", "date-format-locale", "disabled", "time-zone", "min-date", "max-date", "popover-placement"])
|
|
4538
|
+
])) : createCommentVNode("", true)
|
|
4539
|
+
]),
|
|
4540
|
+
_: 1
|
|
4541
|
+
}, 8, ["modelValue", "locale", "timezone", "columns", "popover", "min-date", "max-date", "initial-page"])
|
|
4542
|
+
]),
|
|
4543
|
+
_: 2
|
|
4544
|
+
}, [
|
|
4545
|
+
_ctx.$slots[`help-text`] ? {
|
|
4546
|
+
name: "helpText",
|
|
4547
|
+
fn: withCtx(() => [
|
|
4548
|
+
renderSlot(_ctx.$slots, "help-text")
|
|
4549
|
+
]),
|
|
4550
|
+
key: "0"
|
|
4551
|
+
} : void 0
|
|
4552
|
+
]), 1032, ["show-required-asterisk"]);
|
|
4553
|
+
};
|
|
4554
|
+
}
|
|
4555
|
+
});
|
|
4447
4556
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
4448
4557
|
...{
|
|
4449
4558
|
inheritAttrs: false
|
|
@@ -5153,7 +5262,7 @@ const _hoisted_4$d = {
|
|
|
5153
5262
|
key: 3,
|
|
5154
5263
|
class: "cl:w-full"
|
|
5155
5264
|
};
|
|
5156
|
-
const _hoisted_5$
|
|
5265
|
+
const _hoisted_5$9 = {
|
|
5157
5266
|
key: 4,
|
|
5158
5267
|
class: "cl:w-full"
|
|
5159
5268
|
};
|
|
@@ -5514,7 +5623,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5514
5623
|
]),
|
|
5515
5624
|
_: 1
|
|
5516
5625
|
}, 8, ["id", "list", "model-value"])) : isDateColumn.value ? (openBlock(), createElementBlock("div", _hoisted_2$o, [
|
|
5517
|
-
createVNode(_sfc_main$
|
|
5626
|
+
createVNode(_sfc_main$M, {
|
|
5518
5627
|
id: `${unref(gridId)}-${_ctx.column.name}`,
|
|
5519
5628
|
"model-value": currentDateFilterValue.value,
|
|
5520
5629
|
"time-zone": _ctx.timeZone,
|
|
@@ -5524,12 +5633,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5524
5633
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => setFilter(null, $event ?? ""))
|
|
5525
5634
|
}, null, 8, ["id", "model-value", "time-zone", "type"])
|
|
5526
5635
|
])) : isDateRangeColumn.value ? (openBlock(), createElementBlock("div", _hoisted_3$g, [
|
|
5527
|
-
createVNode(_sfc_main$
|
|
5636
|
+
createVNode(_sfc_main$L, {
|
|
5528
5637
|
id: `${unref(gridId)}-${_ctx.column.name}`,
|
|
5529
5638
|
"model-value": currentDateRangeFilterValue.value,
|
|
5530
5639
|
class: "cl:[&_.clear-icon]:-pb-4 cl:[&_.icon]:text-sm cl:[&_.range-input]:h-[2rem] cl:border-none cl:h-[2rem] cl:mb-0 cl:w-full cl:z-50",
|
|
5531
5640
|
"time-zone": _ctx.headerDisplayTimezone,
|
|
5532
5641
|
"quick-date-scope": _ctx.quickDateScope,
|
|
5642
|
+
"manual-date-selection": true,
|
|
5533
5643
|
"popover-placement": "bottom-start",
|
|
5534
5644
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => setDateRangeFilter($event))
|
|
5535
5645
|
}, null, 8, ["id", "model-value", "time-zone", "quick-date-scope"])
|
|
@@ -5549,7 +5659,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5549
5659
|
])),
|
|
5550
5660
|
_: 1
|
|
5551
5661
|
}, 8, ["id", "model-value", "format", "precision"])
|
|
5552
|
-
])) : _ctx.column.type === "string" || _ctx.column.type === "slot" && _ctx.column.slotType === "string" ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
5662
|
+
])) : _ctx.column.type === "string" || _ctx.column.type === "slot" && _ctx.column.slotType === "string" ? (openBlock(), createElementBlock("div", _hoisted_5$9, [
|
|
5553
5663
|
createVNode(_sfc_main$18, {
|
|
5554
5664
|
id: `${unref(gridId)}-${_ctx.column.name}`,
|
|
5555
5665
|
modelValue: internalTextInputValue.value,
|
|
@@ -5606,7 +5716,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5606
5716
|
};
|
|
5607
5717
|
}
|
|
5608
5718
|
});
|
|
5609
|
-
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
5719
|
+
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-0147943d"]]);
|
|
5610
5720
|
const _hoisted_1$y = { key: 1 };
|
|
5611
5721
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
5612
5722
|
__name: "cl-ui-grid-filter",
|
|
@@ -5665,10 +5775,9 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
5665
5775
|
}
|
|
5666
5776
|
});
|
|
5667
5777
|
const _hoisted_1$x = ["onClick"];
|
|
5668
|
-
const _hoisted_2$n =
|
|
5669
|
-
const _hoisted_3$f =
|
|
5670
|
-
const _hoisted_4$c =
|
|
5671
|
-
const _hoisted_5$9 = ["id"];
|
|
5778
|
+
const _hoisted_2$n = ["onClick"];
|
|
5779
|
+
const _hoisted_3$f = { class: "cl:font-normal cl:mr-1" };
|
|
5780
|
+
const _hoisted_4$c = ["id"];
|
|
5672
5781
|
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
5673
5782
|
__name: "cl-ui-grid-header",
|
|
5674
5783
|
props: {
|
|
@@ -5835,21 +5944,21 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
5835
5944
|
onClick: ($event) => unref(isSortable$1)(_ctx.options, column) && _ctx.loading === false ? setSort(column.field) : () => {
|
|
5836
5945
|
}
|
|
5837
5946
|
}, [
|
|
5838
|
-
|
|
5947
|
+
createElementVNode("div", null, [
|
|
5839
5948
|
createTextVNode(toDisplayString(unref(t2)(column.caption)) + " ", 1),
|
|
5840
5949
|
withDirectives(createVNode(unref(Icon), {
|
|
5841
5950
|
class: "cl:inline-block",
|
|
5842
5951
|
icon: "ph:caret-up"
|
|
5843
5952
|
}, null, 512), [
|
|
5844
|
-
[vShow, isActiveSort(column, true)]
|
|
5953
|
+
[vShow, !_ctx.initialLoad && isActiveSort(column, true)]
|
|
5845
5954
|
]),
|
|
5846
5955
|
withDirectives(createVNode(unref(Icon), {
|
|
5847
5956
|
class: "cl:inline-block",
|
|
5848
5957
|
icon: "ph:caret-down"
|
|
5849
5958
|
}, null, 512), [
|
|
5850
|
-
[vShow, isActiveSort(column, false)]
|
|
5959
|
+
[vShow, !_ctx.initialLoad && isActiveSort(column, false)]
|
|
5851
5960
|
])
|
|
5852
|
-
])
|
|
5961
|
+
])
|
|
5853
5962
|
], 10, _hoisted_1$x);
|
|
5854
5963
|
}), 128))
|
|
5855
5964
|
], 2),
|
|
@@ -5893,7 +6002,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
5893
6002
|
}]),
|
|
5894
6003
|
onClick: ($event) => _ctx.loading === false ? setSort(column.field) : void 0
|
|
5895
6004
|
}, [
|
|
5896
|
-
createElementVNode("span",
|
|
6005
|
+
createElementVNode("span", _hoisted_3$f, toDisplayString(unref(t2)("grid.sortBy")), 1),
|
|
5897
6006
|
isActiveSort(column, true) ? (openBlock(), createBlock(unref(Icon), {
|
|
5898
6007
|
key: 0,
|
|
5899
6008
|
class: "cl:cursor-pointer cl:inline-block",
|
|
@@ -5907,7 +6016,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
5907
6016
|
class: "cl:cursor-pointer cl:inline-block",
|
|
5908
6017
|
icon: "ph:minus"
|
|
5909
6018
|
}))
|
|
5910
|
-
], 10,
|
|
6019
|
+
], 10, _hoisted_2$n)) : createCommentVNode("", true),
|
|
5911
6020
|
createVNode(_sfc_main$F, {
|
|
5912
6021
|
class: "cl:col-span-4 cl:min-w-[100px]",
|
|
5913
6022
|
loading: _ctx.loading,
|
|
@@ -5940,7 +6049,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
5940
6049
|
class: normalizeClass(["cl:-right-1 cl:absolute cl:cursor-ew-resize cl:h-[34px] cl:top-[calc(50%-17px)] cl:w-2 cl:z-10", {
|
|
5941
6050
|
"cl:right-0 cl:w-1": columnIndex === visibleColumns.value.length - 1
|
|
5942
6051
|
}])
|
|
5943
|
-
}, null, 10,
|
|
6052
|
+
}, null, 10, _hoisted_4$c)) : createCommentVNode("", true)
|
|
5944
6053
|
], 2);
|
|
5945
6054
|
}), 128))
|
|
5946
6055
|
], 2)
|
|
@@ -5965,7 +6074,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
5965
6074
|
__name: "cl-ui-grid-search",
|
|
5966
6075
|
props: /* @__PURE__ */ mergeModels({
|
|
5967
6076
|
columns: {},
|
|
5968
|
-
request: {}
|
|
6077
|
+
request: {},
|
|
6078
|
+
loading: { type: Boolean }
|
|
5969
6079
|
}, {
|
|
5970
6080
|
"searchValue": { required: true },
|
|
5971
6081
|
"searchValueModifiers": {}
|
|
@@ -6030,6 +6140,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
6030
6140
|
],
|
|
6031
6141
|
class: "cl:box-border cl:font-light cl:p-2 cl:pr-9 cl:text-sm",
|
|
6032
6142
|
type: "search",
|
|
6143
|
+
inert: _ctx.loading,
|
|
6033
6144
|
placeholder: _ctx.columns.length > 4 ? unref(t2)("grid.search") : unref(t2)("grid.searchSpecific", { columns: _ctx.columns.map((c) => unref(t2)(c.caption)).join(", ") }),
|
|
6034
6145
|
onKeypress: _cache[2] || (_cache[2] = withKeys(($event) => performSearch(searchValue.value), ["enter"]))
|
|
6035
6146
|
}, {
|
|
@@ -6037,7 +6148,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
6037
6148
|
createElementVNode("span", null, null, -1)
|
|
6038
6149
|
])),
|
|
6039
6150
|
_: 1
|
|
6040
|
-
}, 8, ["modelValue", "placeholder"])
|
|
6151
|
+
}, 8, ["modelValue", "inert", "placeholder"])
|
|
6041
6152
|
]),
|
|
6042
6153
|
searchValue.value ? (openBlock(), createBlock(_component_icon, {
|
|
6043
6154
|
key: 0,
|
|
@@ -8618,13 +8729,14 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
8618
8729
|
"onUpdate:searchValue": _cache[0] || (_cache[0] = ($event) => searchValue.value = $event),
|
|
8619
8730
|
request: currentRequest.value,
|
|
8620
8731
|
"onUpdate:request": _cache[1] || (_cache[1] = ($event) => currentRequest.value = $event),
|
|
8732
|
+
loading: _ctx.loading,
|
|
8621
8733
|
columns: searchableColumns.value
|
|
8622
8734
|
}, {
|
|
8623
8735
|
search: withCtx((scope) => [
|
|
8624
8736
|
renderSlot(_ctx.$slots, "search", normalizeProps(guardReactiveProps(scope)))
|
|
8625
8737
|
]),
|
|
8626
8738
|
_: 3
|
|
8627
|
-
}, 8, ["search-value", "request", "columns"])) : createCommentVNode("", true),
|
|
8739
|
+
}, 8, ["search-value", "request", "loading", "columns"])) : createCommentVNode("", true),
|
|
8628
8740
|
createVNode(Transition, { name: "fade" }, {
|
|
8629
8741
|
default: withCtx(() => [
|
|
8630
8742
|
_ctx.loading && isInitialLoad.value === false ? (openBlock(), createElementBlock("div", _hoisted_2$k, [
|
|
@@ -12048,13 +12160,13 @@ const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePr
|
|
|
12048
12160
|
clUiHeaderMenu: _sfc_main$r,
|
|
12049
12161
|
clUiInput,
|
|
12050
12162
|
clUiInputCheckbox,
|
|
12051
|
-
clUiInputDateRange: _sfc_main$
|
|
12052
|
-
clUiInputDateRangeInput: _sfc_main$
|
|
12053
|
-
clUiInputDateTime: _sfc_main$
|
|
12163
|
+
clUiInputDateRange: _sfc_main$L,
|
|
12164
|
+
clUiInputDateRangeInput: _sfc_main$O,
|
|
12165
|
+
clUiInputDateTime: _sfc_main$M,
|
|
12054
12166
|
clUiInputNumber: _sfc_main$U,
|
|
12055
12167
|
clUiInputRange,
|
|
12056
12168
|
clUiInputText: _sfc_main$18,
|
|
12057
|
-
clUiInputTextArea: _sfc_main$
|
|
12169
|
+
clUiInputTextArea: _sfc_main$Q,
|
|
12058
12170
|
clUiLanguageSwitcher: _sfc_main$m,
|
|
12059
12171
|
clUiLoadingSpinner,
|
|
12060
12172
|
clUiLogin: _sfc_main$l,
|
|
@@ -12147,13 +12259,13 @@ export {
|
|
|
12147
12259
|
_sfc_main$r as clUiHeaderMenu,
|
|
12148
12260
|
clUiInput,
|
|
12149
12261
|
clUiInputCheckbox,
|
|
12150
|
-
_sfc_main$
|
|
12151
|
-
_sfc_main$
|
|
12152
|
-
_sfc_main$
|
|
12262
|
+
_sfc_main$L as clUiInputDateRange,
|
|
12263
|
+
_sfc_main$O as clUiInputDateRangeInput,
|
|
12264
|
+
_sfc_main$M as clUiInputDateTime,
|
|
12153
12265
|
_sfc_main$U as clUiInputNumber,
|
|
12154
12266
|
clUiInputRange,
|
|
12155
12267
|
_sfc_main$18 as clUiInputText,
|
|
12156
|
-
_sfc_main$
|
|
12268
|
+
_sfc_main$Q as clUiInputTextArea,
|
|
12157
12269
|
_sfc_main$m as clUiLanguageSwitcher,
|
|
12158
12270
|
clUiLoadingSpinner,
|
|
12159
12271
|
_sfc_main$l as clUiLogin,
|