@citruslime/ui 4.1.0-beta.26 → 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 -3
- package/dist/citrus-lime-ui.umd.js +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
|
@@ -5820,13 +5820,13 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5820
5820
|
}, null, 8, ["id", "model-value", "time-zone", "date-format-locale", "type", "readonly"])
|
|
5821
5821
|
])) : isDateRangeColumn.value ? (openBlock(), createElementBlock("div", {
|
|
5822
5822
|
key: 2,
|
|
5823
|
-
class: "cl:w-full",
|
|
5823
|
+
class: "cl:[&_.icon]:text-base! cl:[&_.icon]:top-3.5! cl:w-full",
|
|
5824
5824
|
inert: _ctx.loading
|
|
5825
5825
|
}, [
|
|
5826
5826
|
createVNode(_sfc_main$L, {
|
|
5827
5827
|
id: `${unref(gridId)}-${_ctx.column.name}`,
|
|
5828
5828
|
"model-value": currentDateRangeFilterValue.value,
|
|
5829
|
-
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",
|
|
5830
5830
|
"time-zone": _ctx.headerDisplayTimezone,
|
|
5831
5831
|
"quick-date-scope": _ctx.quickDateScope,
|
|
5832
5832
|
"manual-date-selection": true,
|
|
@@ -5915,7 +5915,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5915
5915
|
};
|
|
5916
5916
|
}
|
|
5917
5917
|
});
|
|
5918
|
-
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
5918
|
+
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-d9d94110"]]);
|
|
5919
5919
|
const _hoisted_1$y = { key: 1 };
|
|
5920
5920
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
5921
5921
|
__name: "cl-ui-grid-filter",
|