@citruslime/ui 4.1.0-beta.6 → 4.1.0-beta.7
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 +4 -4
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/ui.css +1 -1
- package/package.json +1 -1
|
@@ -5612,7 +5612,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5612
5612
|
if (filtersOrCancel !== false) {
|
|
5613
5613
|
currentFilters.value = filtersOrCancel;
|
|
5614
5614
|
}
|
|
5615
|
-
},
|
|
5615
|
+
}, 3e3);
|
|
5616
5616
|
const currentFilter = computed({
|
|
5617
5617
|
get: () => internalFilter.value,
|
|
5618
5618
|
set(value) {
|
|
@@ -5880,7 +5880,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
5880
5880
|
};
|
|
5881
5881
|
}
|
|
5882
5882
|
});
|
|
5883
|
-
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-
|
|
5883
|
+
const clUiGridFilterInput = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-5893ac3e"]]);
|
|
5884
5884
|
const _hoisted_1$y = { key: 1 };
|
|
5885
5885
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
5886
5886
|
__name: "cl-ui-grid-filter",
|
|
@@ -6300,7 +6300,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
6300
6300
|
if (valueOrCancel !== false) {
|
|
6301
6301
|
performSearch(valueOrCancel);
|
|
6302
6302
|
}
|
|
6303
|
-
},
|
|
6303
|
+
}, 3e3);
|
|
6304
6304
|
const { t: t2 } = useI18n();
|
|
6305
6305
|
const gridSearchInputRef = ref();
|
|
6306
6306
|
__expose({
|
|
@@ -8831,7 +8831,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
8831
8831
|
immediate: true
|
|
8832
8832
|
});
|
|
8833
8833
|
const gridData = computed(() => props.data);
|
|
8834
|
-
const internalEditMode = ref(false);
|
|
8834
|
+
const internalEditMode = ref(props.options.forceEditMode ?? false);
|
|
8835
8835
|
const editMode = computed({
|
|
8836
8836
|
get: () => props.options.forceEditMode || internalEditMode.value,
|
|
8837
8837
|
set(value) {
|