@amirjalili1374/ui-kit 1.5.8 → 1.5.9
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
|
@@ -3890,7 +3890,7 @@ const VRow = genericComponent()({
|
|
|
3890
3890
|
});
|
|
3891
3891
|
const VSpacer = createSimpleFunctional("v-spacer", "div", "VSpacer");
|
|
3892
3892
|
const _hoisted_1$e = { class: "text-h3" };
|
|
3893
|
-
const _hoisted_2$
|
|
3893
|
+
const _hoisted_2$9 = { 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",
|
|
@@ -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$9, [
|
|
3940
3940
|
createVNode(unref(IconArrowBadgeLeft), { stroke: "{2}" })
|
|
3941
3941
|
])
|
|
3942
3942
|
]),
|
|
@@ -12596,7 +12596,7 @@ const VTooltip = genericComponent()({
|
|
|
12596
12596
|
}
|
|
12597
12597
|
});
|
|
12598
12598
|
const _hoisted_1$c = { class: "ca-item-title" };
|
|
12599
|
-
const _hoisted_2$
|
|
12599
|
+
const _hoisted_2$8 = { 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" };
|
|
@@ -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$8, toDisplayString(resolveSubtitle(item.raw ?? item)), 1)
|
|
12876
12876
|
]),
|
|
12877
12877
|
key: "0"
|
|
12878
12878
|
} : void 0
|
|
@@ -13096,6 +13096,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent$1({
|
|
|
13096
13096
|
}
|
|
13097
13097
|
});
|
|
13098
13098
|
const _hoisted_1$b = { class: "vpdp" };
|
|
13099
|
+
const _hoisted_2$7 = { class: "shamsi-date-picker" };
|
|
13099
13100
|
const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
13100
13101
|
__name: "ShamsiDatePicker",
|
|
13101
13102
|
props: {
|
|
@@ -13185,24 +13186,26 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13185
13186
|
return (_ctx, _cache) => {
|
|
13186
13187
|
const _component_Vue3PersianDatetimePicker = resolveComponent("Vue3PersianDatetimePicker");
|
|
13187
13188
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13189
|
+
createElementVNode("div", _hoisted_2$7, [
|
|
13190
|
+
createVNode(_component_Vue3PersianDatetimePicker, {
|
|
13191
|
+
label: __props.label,
|
|
13192
|
+
modelValue: selectedDate.value,
|
|
13193
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => selectedDate.value = $event),
|
|
13194
|
+
format: __props.format,
|
|
13195
|
+
"display-format": __props.displayFormat,
|
|
13196
|
+
editable: false,
|
|
13197
|
+
clearable: __props.clearable,
|
|
13198
|
+
disabled: __props.disabled,
|
|
13199
|
+
min: __props.minDate,
|
|
13200
|
+
max: __props.maxDate,
|
|
13201
|
+
placeholder: __props.placeholder,
|
|
13202
|
+
"input-class": inputClass.value,
|
|
13203
|
+
"wrapper-class": wrapperClass.value,
|
|
13204
|
+
range: isRangeMode.value,
|
|
13205
|
+
color: __props.color,
|
|
13206
|
+
onChange: onDateChange
|
|
13207
|
+
}, null, 8, ["label", "modelValue", "format", "display-format", "clearable", "disabled", "min", "max", "placeholder", "input-class", "wrapper-class", "range", "color"])
|
|
13208
|
+
])
|
|
13206
13209
|
]);
|
|
13207
13210
|
};
|
|
13208
13211
|
}
|