@amirjalili1374/ui-kit 1.5.11 → 1.5.13
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$e = { 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$e, 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$d = {
|
|
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$d, 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$c = { 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$c, [
|
|
12839
12839
|
createTextVNode(toDisplayString(resolveTitle(item.raw ?? item)) + " ", 1),
|
|
12840
12840
|
createVNode(VChip, {
|
|
12841
12841
|
size: "small",
|
|
@@ -13095,6 +13095,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent$1({
|
|
|
13095
13095
|
};
|
|
13096
13096
|
}
|
|
13097
13097
|
});
|
|
13098
|
+
const _hoisted_1$b = { class: "shamsi-date-picker" };
|
|
13098
13099
|
const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
13099
13100
|
__name: "ShamsiDatePicker",
|
|
13100
13101
|
props: {
|
|
@@ -13183,7 +13184,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13183
13184
|
const isRangeMode = computed(() => props.mode === "range");
|
|
13184
13185
|
return (_ctx, _cache) => {
|
|
13185
13186
|
const _component_Vue3PersianDatetimePicker = resolveComponent("Vue3PersianDatetimePicker");
|
|
13186
|
-
return openBlock(), createElementBlock("div",
|
|
13187
|
+
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
13187
13188
|
createVNode(_component_Vue3PersianDatetimePicker, {
|
|
13188
13189
|
label: __props.label,
|
|
13189
13190
|
modelValue: selectedDate.value,
|
|
@@ -13206,6 +13207,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13206
13207
|
};
|
|
13207
13208
|
}
|
|
13208
13209
|
});
|
|
13210
|
+
const ShamsiDatePicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-de71dfe6"]]);
|
|
13209
13211
|
const _hoisted_1$a = { class: "mb-6" };
|
|
13210
13212
|
const _hoisted_2$6 = { class: "text-subtitle-1 font-weight-medium mb-3" };
|
|
13211
13213
|
const _hoisted_3$4 = { class: "theme-toggle-container" };
|
|
@@ -19199,7 +19201,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19199
19201
|
}, {
|
|
19200
19202
|
default: withCtx(() => [
|
|
19201
19203
|
!header.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19202
|
-
isDateHeader(header) ? (openBlock(), createBlock(
|
|
19204
|
+
isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
|
|
19203
19205
|
key: 0,
|
|
19204
19206
|
modelValue: formModel.value[resolveHeaderKey(header)],
|
|
19205
19207
|
"onUpdate:modelValue": ($event) => formModel.value[resolveHeaderKey(header)] = $event,
|
|
@@ -19512,7 +19514,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19512
19514
|
attach: "",
|
|
19513
19515
|
"menu-props": { zIndex: 2e4 }
|
|
19514
19516
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
|
|
19515
|
-
isDateHeader(header) ? (openBlock(), createBlock(
|
|
19517
|
+
isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
|
|
19516
19518
|
key: 1,
|
|
19517
19519
|
modelValue: filterModel.value[resolveHeaderKey(header)],
|
|
19518
19520
|
"onUpdate:modelValue": ($event) => filterModel.value[resolveHeaderKey(header)] = $event,
|
|
@@ -40091,7 +40093,7 @@ export {
|
|
|
40091
40093
|
_sfc_main$i as MoneyInput,
|
|
40092
40094
|
NationalCodeValidator,
|
|
40093
40095
|
PdfViewer,
|
|
40094
|
-
|
|
40096
|
+
ShamsiDatePicker,
|
|
40095
40097
|
ToggleSwitch,
|
|
40096
40098
|
_sfc_main$b as UiChildCard,
|
|
40097
40099
|
_sfc_main$a as UiParentCard,
|