@amirjalili1374/ui-kit 1.4.19 → 1.4.21
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/components/shared/CustomAutocomplete.vue.d.ts.map +1 -1
- package/dist/components/shared/CustomDataTable.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +10 -6
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -12697,7 +12697,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
12697
12697
|
"return-object": __props.returnObject,
|
|
12698
12698
|
chips: __props.chips,
|
|
12699
12699
|
style: __props.maxWidth ? { maxWidth: typeof __props.maxWidth === "number" ? `${__props.maxWidth}px` : __props.maxWidth } : void 0
|
|
12700
|
-
}, _ctx.$attrs, {
|
|
12700
|
+
}, _ctx.$attrs, {
|
|
12701
|
+
variant: "outlined",
|
|
12702
|
+
"menu-props": { attach: "body", zIndex: 1e4 }
|
|
12703
|
+
}), {
|
|
12701
12704
|
item: withCtx(({ props: itemProps, item }) => [
|
|
12702
12705
|
isMainGroup(item.raw ?? item) ? (openBlock(), createBlock(VTooltip, {
|
|
12703
12706
|
key: 0,
|
|
@@ -12816,7 +12819,7 @@ const _export_sfc$1 = (sfc, props) => {
|
|
|
12816
12819
|
}
|
|
12817
12820
|
return target;
|
|
12818
12821
|
};
|
|
12819
|
-
const CustomAutocomplete = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["__scopeId", "data-v-
|
|
12822
|
+
const CustomAutocomplete = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["__scopeId", "data-v-07fe671e"]]);
|
|
12820
12823
|
const _sfc_main$i = /* @__PURE__ */ defineComponent$1({
|
|
12821
12824
|
__name: "MoneyInput",
|
|
12822
12825
|
props: {
|
|
@@ -18934,7 +18937,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18934
18937
|
"closable-chips": resolveAutocompleteMultiple(header),
|
|
18935
18938
|
disabled: isHeaderDisabled(header),
|
|
18936
18939
|
clearable: "",
|
|
18937
|
-
variant: "outlined"
|
|
18940
|
+
variant: "outlined",
|
|
18941
|
+
"menu-props": { attach: "body", zIndex: 1e4 }
|
|
18938
18942
|
}, 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, {
|
|
18939
18943
|
key: 2,
|
|
18940
18944
|
modelValue: formModel.value[resolveHeaderKey(header)],
|
|
@@ -19183,7 +19187,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19183
19187
|
"max-width": "800"
|
|
19184
19188
|
}, {
|
|
19185
19189
|
default: withCtx(() => [
|
|
19186
|
-
createVNode(VCard,
|
|
19190
|
+
createVNode(VCard, null, {
|
|
19187
19191
|
default: withCtx(() => [
|
|
19188
19192
|
createVNode(VCardTitle, null, {
|
|
19189
19193
|
default: withCtx(() => [..._cache[53] || (_cache[53] = [
|
|
@@ -19221,7 +19225,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19221
19225
|
variant: "underlined",
|
|
19222
19226
|
"hide-details": "",
|
|
19223
19227
|
class: "mb-1",
|
|
19224
|
-
"menu-props": { attach:
|
|
19228
|
+
"menu-props": { attach: "body", zIndex: 1e4 }
|
|
19225
19229
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
|
|
19226
19230
|
isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
|
|
19227
19231
|
key: 1,
|
|
@@ -19244,7 +19248,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19244
19248
|
disabled: isHeaderDisabled(header),
|
|
19245
19249
|
clearable: "",
|
|
19246
19250
|
variant: "outlined",
|
|
19247
|
-
"menu-props": { attach:
|
|
19251
|
+
"menu-props": { attach: "body", zIndex: 1e4 }
|
|
19248
19252
|
}, 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, {
|
|
19249
19253
|
key: 3,
|
|
19250
19254
|
modelValue: filterModel.value[resolveHeaderKey(header)],
|