@amirjalili1374/ui-kit 1.5.9 → 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,8 +3889,8 @@ const VRow = genericComponent()({
|
|
|
3889
3889
|
}
|
|
3890
3890
|
});
|
|
3891
3891
|
const VSpacer = createSimpleFunctional("v-spacer", "div", "VSpacer");
|
|
3892
|
-
const _hoisted_1$
|
|
3893
|
-
const _hoisted_2$
|
|
3892
|
+
const _hoisted_1$d = { class: "text-h3" };
|
|
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({
|
|
3896
3896
|
__name: "BaseBreadcrumb",
|
|
@@ -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
|
}),
|
|
@@ -3936,7 +3936,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent$1({
|
|
|
3936
3936
|
class: "text-h5 justify-md-end pa-1"
|
|
3937
3937
|
}, {
|
|
3938
3938
|
divider: withCtx(() => [
|
|
3939
|
-
createElementVNode("div", _hoisted_2$
|
|
3939
|
+
createElementVNode("div", _hoisted_2$8, [
|
|
3940
3940
|
createVNode(unref(IconArrowBadgeLeft), { stroke: "{2}" })
|
|
3941
3941
|
])
|
|
3942
3942
|
]),
|
|
@@ -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,8 +12595,8 @@ const VTooltip = genericComponent()({
|
|
|
12595
12595
|
return forwardRefs({}, overlay);
|
|
12596
12596
|
}
|
|
12597
12597
|
});
|
|
12598
|
-
const _hoisted_1$
|
|
12599
|
-
const _hoisted_2$
|
|
12598
|
+
const _hoisted_1$b = { class: "ca-item-title" };
|
|
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" };
|
|
12602
12602
|
const _hoisted_5$3 = { class: "ca-group-count" };
|
|
@@ -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",
|
|
@@ -12872,7 +12872,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent$1({
|
|
|
12872
12872
|
__props.displayStyle === "detailed" && resolveSubtitle(item.raw ?? item) ? {
|
|
12873
12873
|
name: "subtitle",
|
|
12874
12874
|
fn: withCtx(() => [
|
|
12875
|
-
createElementVNode("div", _hoisted_2$
|
|
12875
|
+
createElementVNode("div", _hoisted_2$7, toDisplayString(resolveSubtitle(item.raw ?? item)), 1)
|
|
12876
12876
|
]),
|
|
12877
12877
|
key: "0"
|
|
12878
12878
|
} : void 0
|
|
@@ -13095,8 +13095,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent$1({
|
|
|
13095
13095
|
};
|
|
13096
13096
|
}
|
|
13097
13097
|
});
|
|
13098
|
-
const _hoisted_1$b = { class: "vpdp" };
|
|
13099
|
-
const _hoisted_2$7 = { class: "shamsi-date-picker" };
|
|
13100
13098
|
const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
13101
13099
|
__name: "ShamsiDatePicker",
|
|
13102
13100
|
props: {
|
|
@@ -13185,27 +13183,25 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13185
13183
|
const isRangeMode = computed(() => props.mode === "range");
|
|
13186
13184
|
return (_ctx, _cache) => {
|
|
13187
13185
|
const _component_Vue3PersianDatetimePicker = resolveComponent("Vue3PersianDatetimePicker");
|
|
13188
|
-
return openBlock(), createElementBlock("div",
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
}, null, 8, ["label", "modelValue", "format", "display-format", "clearable", "disabled", "min", "max", "placeholder", "input-class", "wrapper-class", "range", "color"])
|
|
13208
|
-
])
|
|
13186
|
+
return openBlock(), createElementBlock("div", null, [
|
|
13187
|
+
createVNode(_component_Vue3PersianDatetimePicker, {
|
|
13188
|
+
label: __props.label,
|
|
13189
|
+
modelValue: selectedDate.value,
|
|
13190
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
13191
|
+
format: __props.format,
|
|
13192
|
+
"display-format": __props.displayFormat,
|
|
13193
|
+
editable: false,
|
|
13194
|
+
clearable: __props.clearable,
|
|
13195
|
+
disabled: __props.disabled,
|
|
13196
|
+
min: __props.minDate,
|
|
13197
|
+
max: __props.maxDate,
|
|
13198
|
+
placeholder: __props.placeholder,
|
|
13199
|
+
"input-class": inputClass.value,
|
|
13200
|
+
"wrapper-class": wrapperClass.value,
|
|
13201
|
+
range: isRangeMode.value,
|
|
13202
|
+
color: __props.color,
|
|
13203
|
+
onChange: onDateChange
|
|
13204
|
+
}, null, 8, ["label", "modelValue", "format", "display-format", "clearable", "disabled", "min", "max", "placeholder", "input-class", "wrapper-class", "range", "color"])
|
|
13209
13205
|
]);
|
|
13210
13206
|
};
|
|
13211
13207
|
}
|