@amirjalili1374/ui-kit 1.4.16 → 1.4.17
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/ui-kit.es.js
CHANGED
|
@@ -19183,7 +19183,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19183
19183
|
"max-width": "800"
|
|
19184
19184
|
}, {
|
|
19185
19185
|
default: withCtx(() => [
|
|
19186
|
-
createVNode(VCard,
|
|
19186
|
+
createVNode(VCard, { class: "filter-dialog-card" }, {
|
|
19187
19187
|
default: withCtx(() => [
|
|
19188
19188
|
createVNode(VCardTitle, null, {
|
|
19189
19189
|
default: withCtx(() => [..._cache[53] || (_cache[53] = [
|
|
@@ -19220,7 +19220,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19220
19220
|
density: "compact",
|
|
19221
19221
|
variant: "underlined",
|
|
19222
19222
|
"hide-details": "",
|
|
19223
|
-
class: "mb-1"
|
|
19223
|
+
class: "mb-1",
|
|
19224
|
+
"menu-props": { zIndex: 200 }
|
|
19224
19225
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
|
|
19225
19226
|
isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
|
|
19226
19227
|
key: 1,
|
|
@@ -19242,7 +19243,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19242
19243
|
"closable-chips": resolveAutocompleteMultiple(header),
|
|
19243
19244
|
disabled: isHeaderDisabled(header),
|
|
19244
19245
|
clearable: "",
|
|
19245
|
-
variant: "outlined"
|
|
19246
|
+
variant: "outlined",
|
|
19247
|
+
"menu-props": { zIndex: 200 }
|
|
19246
19248
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "label", "items", "item-title", "item-value", "return-object", "multiple", "chips", "closable-chips", "disabled"])) : isMoneyHeader(header) ? (openBlock(), createBlock(_sfc_main$i, {
|
|
19247
19249
|
key: 3,
|
|
19248
19250
|
modelValue: filterModel.value[resolveHeaderKey(header)],
|