@citruslime/ui 4.1.0-beta.25 → 4.1.0-beta.27
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 +3 -4
- package/dist/citrus-lime-ui.umd.js +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
|
@@ -5816,18 +5816,17 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5816
5816
|
class: "cl:border-none cl:h-[2rem]! cl:lg:text-base! cl:mb-0 cl:pb-1 cl:text-xs cl:w-full readonly-filter",
|
|
5817
5817
|
readonly: _ctx.loading,
|
|
5818
5818
|
"popover-placement": "bottom-start",
|
|
5819
|
-
placeholder: "",
|
|
5820
5819
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => setFilter(null, $event ?? ""))
|
|
5821
5820
|
}, null, 8, ["id", "model-value", "time-zone", "date-format-locale", "type", "readonly"])
|
|
5822
5821
|
])) : isDateRangeColumn.value ? (openBlock(), createElementBlock("div", {
|
|
5823
5822
|
key: 2,
|
|
5824
|
-
class: "cl:w-full",
|
|
5823
|
+
class: "cl:[&_.icon]:text-base! cl:[&_.icon]:top-3.5! cl:w-full",
|
|
5825
5824
|
inert: _ctx.loading
|
|
5826
5825
|
}, [
|
|
5827
5826
|
createVNode(_sfc_main$L, {
|
|
5828
5827
|
id: `${unref(gridId)}-${_ctx.column.name}`,
|
|
5829
5828
|
"model-value": currentDateRangeFilterValue.value,
|
|
5830
|
-
class: "cl:[&_.clear-icon]:-pb-4 cl:[&_.
|
|
5829
|
+
class: "cl:[&_.clear-icon]:-pb-4 cl:[&_.range-input]:h-[2rem] cl:border-none cl:h-[2rem] cl:mb-0 cl:w-full cl:z-50",
|
|
5831
5830
|
"time-zone": _ctx.headerDisplayTimezone,
|
|
5832
5831
|
"quick-date-scope": _ctx.quickDateScope,
|
|
5833
5832
|
"manual-date-selection": true,
|
|
@@ -5916,7 +5915,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5916
5915
|
};
|
|
5917
5916
|
}
|
|
5918
5917
|
});
|
|
5919
|
-
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
5918
|
+
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d9d94110"]]);
|
|
5920
5919
|
const _hoisted_1$y = { key: 1 };
|
|
5921
5920
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
5922
5921
|
__name: "cl-ui-grid-filter",
|