@amirjalili1374/ui-kit 1.5.10 → 1.5.11
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
|
@@ -3889,7 +3889,7 @@ const VRow = genericComponent()({
|
|
|
3889
3889
|
}
|
|
3890
3890
|
});
|
|
3891
3891
|
const VSpacer = createSimpleFunctional("v-spacer", "div", "VSpacer");
|
|
3892
|
-
const _hoisted_1$
|
|
3892
|
+
const _hoisted_1$d = { class: "text-h3" };
|
|
3893
3893
|
const _hoisted_2$8 = { class: "d-flex align-center gap-2" };
|
|
3894
3894
|
const _hoisted_3$6 = { class: "d-flex align-center gap-2" };
|
|
3895
3895
|
const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
|
|
@@ -3921,7 +3921,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
|
|
|
3921
3921
|
default: withCtx(() => [
|
|
3922
3922
|
createVNode(VCol, { md: "5" }, {
|
|
3923
3923
|
default: withCtx(() => [
|
|
3924
|
-
createElementVNode("h3", _hoisted_1$
|
|
3924
|
+
createElementVNode("h3", _hoisted_1$d, toDisplayString(props.title), 1)
|
|
3925
3925
|
]),
|
|
3926
3926
|
_: 1
|
|
3927
3927
|
}),
|
|
@@ -6584,7 +6584,7 @@ const VDialog = genericComponent()({
|
|
|
6584
6584
|
return forwardRefs({}, overlay);
|
|
6585
6585
|
}
|
|
6586
6586
|
});
|
|
6587
|
-
const _hoisted_1$
|
|
6587
|
+
const _hoisted_1$c = {
|
|
6588
6588
|
key: 0,
|
|
6589
6589
|
class: "mb-2"
|
|
6590
6590
|
};
|
|
@@ -6634,7 +6634,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent$1({
|
|
|
6634
6634
|
}),
|
|
6635
6635
|
createVNode(VCardText, null, {
|
|
6636
6636
|
default: withCtx(() => [
|
|
6637
|
-
__props.message ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6637
|
+
__props.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString(__props.message), 1)) : createCommentVNode("", true),
|
|
6638
6638
|
renderSlot(_ctx.$slots, "default")
|
|
6639
6639
|
]),
|
|
6640
6640
|
_: 3
|
|
@@ -12595,7 +12595,7 @@ const VTooltip = genericComponent()({
|
|
|
12595
12595
|
return forwardRefs({}, overlay);
|
|
12596
12596
|
}
|
|
12597
12597
|
});
|
|
12598
|
-
const _hoisted_1$
|
|
12598
|
+
const _hoisted_1$b = { class: "ca-item-title" };
|
|
12599
12599
|
const _hoisted_2$7 = { class: "ca-item-subtitle" };
|
|
12600
12600
|
const _hoisted_3$5 = { class: "ca-group-tooltip" };
|
|
12601
12601
|
const _hoisted_4$3 = { class: "ca-group-tooltip-header" };
|
|
@@ -12835,7 +12835,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
12835
12835
|
disabled: isItemDisabled(item.raw ?? item)
|
|
12836
12836
|
}), createSlots({
|
|
12837
12837
|
title: withCtx(() => [
|
|
12838
|
-
createElementVNode("div", _hoisted_1$
|
|
12838
|
+
createElementVNode("div", _hoisted_1$b, [
|
|
12839
12839
|
createTextVNode(toDisplayString(resolveTitle(item.raw ?? item)) + " ", 1),
|
|
12840
12840
|
createVNode(VChip, {
|
|
12841
12841
|
size: "small",
|
|
@@ -13095,7 +13095,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent$1({
|
|
|
13095
13095
|
};
|
|
13096
13096
|
}
|
|
13097
13097
|
});
|
|
13098
|
-
const _hoisted_1$b = { class: "shamsi-date-picker" };
|
|
13099
13098
|
const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
13100
13099
|
__name: "ShamsiDatePicker",
|
|
13101
13100
|
props: {
|
|
@@ -13184,7 +13183,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13184
13183
|
const isRangeMode = computed(() => props.mode === "range");
|
|
13185
13184
|
return (_ctx, _cache) => {
|
|
13186
13185
|
const _component_Vue3PersianDatetimePicker = resolveComponent("Vue3PersianDatetimePicker");
|
|
13187
|
-
return openBlock(), createElementBlock("div",
|
|
13186
|
+
return openBlock(), createElementBlock("div", null, [
|
|
13188
13187
|
createVNode(_component_Vue3PersianDatetimePicker, {
|
|
13189
13188
|
label: __props.label,
|
|
13190
13189
|
modelValue: selectedDate.value,
|