@amirjalili1374/ui-kit 1.4.14 → 1.4.16
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
|
@@ -17596,7 +17596,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
17596
17596
|
watch(
|
|
17597
17597
|
[cleanFilterModel],
|
|
17598
17598
|
() => {
|
|
17599
|
-
|
|
17599
|
+
if (!props.filterComponent) {
|
|
17600
|
+
debouncedFetchData();
|
|
17601
|
+
}
|
|
17600
17602
|
},
|
|
17601
17603
|
{ deep: true }
|
|
17602
17604
|
);
|
|
@@ -18083,7 +18085,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18083
18085
|
const handleFilterApply = (filterData) => {
|
|
18084
18086
|
filterModel.value = filterData;
|
|
18085
18087
|
currentPage.value = 1;
|
|
18086
|
-
|
|
18088
|
+
fetchData();
|
|
18087
18089
|
filterDialog.value = false;
|
|
18088
18090
|
};
|
|
18089
18091
|
watch(
|
|
@@ -18113,7 +18115,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18113
18115
|
class: "me-2",
|
|
18114
18116
|
onClick: _cache[0] || (_cache[0] = ($event) => openDialog())
|
|
18115
18117
|
}, {
|
|
18116
|
-
default: withCtx(() => [..._cache[
|
|
18118
|
+
default: withCtx(() => [..._cache[22] || (_cache[22] = [
|
|
18117
18119
|
createTextVNode("ایجاد ✅", -1)
|
|
18118
18120
|
])]),
|
|
18119
18121
|
_: 1
|
|
@@ -18123,7 +18125,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18123
18125
|
class: "me-2",
|
|
18124
18126
|
onClick: _cache[1] || (_cache[1] = ($event) => filterDialog.value = true)
|
|
18125
18127
|
}, {
|
|
18126
|
-
default: withCtx(() => [..._cache[
|
|
18128
|
+
default: withCtx(() => [..._cache[23] || (_cache[23] = [
|
|
18127
18129
|
createTextVNode("فیلتر 🔍", -1)
|
|
18128
18130
|
])]),
|
|
18129
18131
|
_: 1
|
|
@@ -18134,7 +18136,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18134
18136
|
onClick: unref(debouncedFetchData),
|
|
18135
18137
|
loading: loading.value
|
|
18136
18138
|
}, {
|
|
18137
|
-
default: withCtx(() => [..._cache[
|
|
18139
|
+
default: withCtx(() => [..._cache[24] || (_cache[24] = [
|
|
18138
18140
|
createTextVNode("بروزرسانی 🔄", -1)
|
|
18139
18141
|
])]),
|
|
18140
18142
|
_: 1
|
|
@@ -18155,7 +18157,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18155
18157
|
class: "me-2",
|
|
18156
18158
|
onClick: clearSelection
|
|
18157
18159
|
}, {
|
|
18158
|
-
default: withCtx(() => [..._cache[
|
|
18160
|
+
default: withCtx(() => [..._cache[25] || (_cache[25] = [
|
|
18159
18161
|
createTextVNode(" پاک کردن انتخاب ", -1)
|
|
18160
18162
|
])]),
|
|
18161
18163
|
_: 1
|
|
@@ -18175,7 +18177,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18175
18177
|
onClick: openGroupDeleteDialog
|
|
18176
18178
|
}, {
|
|
18177
18179
|
default: withCtx(() => [
|
|
18178
|
-
_cache[
|
|
18180
|
+
_cache[26] || (_cache[26] = createElementVNode("span", { class: "me-1" }, "🗑️", -1)),
|
|
18179
18181
|
createTextVNode(" حذف گروهی (" + toDisplayString(selectedCount.value) + ") ", 1)
|
|
18180
18182
|
]),
|
|
18181
18183
|
_: 1
|
|
@@ -18192,7 +18194,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18192
18194
|
class: "me-2",
|
|
18193
18195
|
onClick: ($event) => openDialog(item)
|
|
18194
18196
|
}, {
|
|
18195
|
-
default: withCtx(() => [..._cache[
|
|
18197
|
+
default: withCtx(() => [..._cache[27] || (_cache[27] = [
|
|
18196
18198
|
createElementVNode("span", { class: "me-1" }, "✏️", -1),
|
|
18197
18199
|
createTextVNode(" ویرایش ", -1)
|
|
18198
18200
|
])]),
|
|
@@ -18205,7 +18207,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18205
18207
|
class: "me-2",
|
|
18206
18208
|
onClick: ($event) => openDeleteDialog(item)
|
|
18207
18209
|
}, {
|
|
18208
|
-
default: withCtx(() => [..._cache[
|
|
18210
|
+
default: withCtx(() => [..._cache[28] || (_cache[28] = [
|
|
18209
18211
|
createElementVNode("span", { class: "me-1" }, "🗑️", -1),
|
|
18210
18212
|
createTextVNode(" حذف ", -1)
|
|
18211
18213
|
])]),
|
|
@@ -18218,7 +18220,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18218
18220
|
class: "me-2",
|
|
18219
18221
|
onClick: ($event) => goToRoute("view", item)
|
|
18220
18222
|
}, {
|
|
18221
|
-
default: withCtx(() => [..._cache[
|
|
18223
|
+
default: withCtx(() => [..._cache[29] || (_cache[29] = [
|
|
18222
18224
|
createElementVNode("span", { class: "me-1" }, "👁️", -1),
|
|
18223
18225
|
createTextVNode(" نمایش ", -1)
|
|
18224
18226
|
])]),
|
|
@@ -18233,7 +18235,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18233
18235
|
onClick: ($event) => goToRoute(routeKey, item)
|
|
18234
18236
|
}, {
|
|
18235
18237
|
default: withCtx(() => [
|
|
18236
|
-
_cache[
|
|
18238
|
+
_cache[30] || (_cache[30] = createElementVNode("span", { class: "me-1" }, "➡️", -1)),
|
|
18237
18239
|
createTextVNode(" " + toDisplayString(String(routeKey)), 1)
|
|
18238
18240
|
]),
|
|
18239
18241
|
_: 2
|
|
@@ -18247,7 +18249,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18247
18249
|
onClick: ($event) => download(key2, item)
|
|
18248
18250
|
}, {
|
|
18249
18251
|
default: withCtx(() => [
|
|
18250
|
-
_cache[
|
|
18252
|
+
_cache[31] || (_cache[31] = createElementVNode("span", { class: "me-1" }, "⬇️", -1)),
|
|
18251
18253
|
createTextVNode(" " + toDisplayString(key2), 1)
|
|
18252
18254
|
]),
|
|
18253
18255
|
_: 2
|
|
@@ -18334,7 +18336,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18334
18336
|
onClick: expandAllGroups,
|
|
18335
18337
|
class: "me-2"
|
|
18336
18338
|
}, {
|
|
18337
|
-
default: withCtx(() => [..._cache[
|
|
18339
|
+
default: withCtx(() => [..._cache[32] || (_cache[32] = [
|
|
18338
18340
|
createTextVNode(" گسترش همه ", -1)
|
|
18339
18341
|
])]),
|
|
18340
18342
|
_: 1
|
|
@@ -18345,7 +18347,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18345
18347
|
onClick: collapseAllGroups,
|
|
18346
18348
|
class: "me-2"
|
|
18347
18349
|
}, {
|
|
18348
|
-
default: withCtx(() => [..._cache[
|
|
18350
|
+
default: withCtx(() => [..._cache[33] || (_cache[33] = [
|
|
18349
18351
|
createTextVNode(" جمع کردن همه ", -1)
|
|
18350
18352
|
])]),
|
|
18351
18353
|
_: 1
|
|
@@ -18473,7 +18475,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18473
18475
|
class: "mr-2",
|
|
18474
18476
|
onClick: ($event) => openDialog(item)
|
|
18475
18477
|
}, {
|
|
18476
|
-
default: withCtx(() => [..._cache[
|
|
18478
|
+
default: withCtx(() => [..._cache[34] || (_cache[34] = [
|
|
18477
18479
|
createTextVNode(" ویرایش ✏️ ", -1)
|
|
18478
18480
|
])]),
|
|
18479
18481
|
_: 1
|
|
@@ -18485,7 +18487,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18485
18487
|
class: "mr-2",
|
|
18486
18488
|
onClick: ($event) => openDeleteDialog(item)
|
|
18487
18489
|
}, {
|
|
18488
|
-
default: withCtx(() => [..._cache[
|
|
18490
|
+
default: withCtx(() => [..._cache[35] || (_cache[35] = [
|
|
18489
18491
|
createTextVNode("حذف ❌ ", -1)
|
|
18490
18492
|
])]),
|
|
18491
18493
|
_: 1
|
|
@@ -18497,7 +18499,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18497
18499
|
class: "mr-2",
|
|
18498
18500
|
onClick: ($event) => goToRoute("view", item)
|
|
18499
18501
|
}, {
|
|
18500
|
-
default: withCtx(() => [..._cache[
|
|
18502
|
+
default: withCtx(() => [..._cache[36] || (_cache[36] = [
|
|
18501
18503
|
createTextVNode("🔍 نمایش ", -1)
|
|
18502
18504
|
])]),
|
|
18503
18505
|
_: 1
|
|
@@ -18612,7 +18614,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18612
18614
|
}, {
|
|
18613
18615
|
default: withCtx(() => [
|
|
18614
18616
|
createVNode(VIcon, { size: "16" }, {
|
|
18615
|
-
default: withCtx(() => [..._cache[
|
|
18617
|
+
default: withCtx(() => [..._cache[37] || (_cache[37] = [
|
|
18616
18618
|
createTextVNode("mdi-content-copy", -1)
|
|
18617
18619
|
])]),
|
|
18618
18620
|
_: 1
|
|
@@ -18703,7 +18705,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18703
18705
|
class: "mr-2",
|
|
18704
18706
|
onClick: ($event) => openDialog(item)
|
|
18705
18707
|
}, {
|
|
18706
|
-
default: withCtx(() => [..._cache[
|
|
18708
|
+
default: withCtx(() => [..._cache[38] || (_cache[38] = [
|
|
18707
18709
|
createTextVNode(" ویرایش ✏️ ", -1)
|
|
18708
18710
|
])]),
|
|
18709
18711
|
_: 1
|
|
@@ -18715,7 +18717,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18715
18717
|
class: "mr-2",
|
|
18716
18718
|
onClick: ($event) => openDeleteDialog(item)
|
|
18717
18719
|
}, {
|
|
18718
|
-
default: withCtx(() => [..._cache[
|
|
18720
|
+
default: withCtx(() => [..._cache[39] || (_cache[39] = [
|
|
18719
18721
|
createTextVNode("حذف ❌ ", -1)
|
|
18720
18722
|
])]),
|
|
18721
18723
|
_: 1
|
|
@@ -18727,7 +18729,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18727
18729
|
class: "mr-2",
|
|
18728
18730
|
onClick: ($event) => goToRoute("view", item)
|
|
18729
18731
|
}, {
|
|
18730
|
-
default: withCtx(() => [..._cache[
|
|
18732
|
+
default: withCtx(() => [..._cache[40] || (_cache[40] = [
|
|
18731
18733
|
createTextVNode("🔍 نمایش ", -1)
|
|
18732
18734
|
])]),
|
|
18733
18735
|
_: 1
|
|
@@ -18842,7 +18844,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18842
18844
|
}, {
|
|
18843
18845
|
default: withCtx(() => [
|
|
18844
18846
|
createVNode(VIcon, { size: "16" }, {
|
|
18845
|
-
default: withCtx(() => [..._cache[
|
|
18847
|
+
default: withCtx(() => [..._cache[41] || (_cache[41] = [
|
|
18846
18848
|
createTextVNode("mdi-content-copy", -1)
|
|
18847
18849
|
])]),
|
|
18848
18850
|
_: 1
|
|
@@ -18992,7 +18994,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18992
18994
|
color: "error",
|
|
18993
18995
|
onClick: _cache[5] || (_cache[5] = ($event) => dialog.value = false)
|
|
18994
18996
|
}, {
|
|
18995
|
-
default: withCtx(() => [..._cache[
|
|
18997
|
+
default: withCtx(() => [..._cache[42] || (_cache[42] = [
|
|
18996
18998
|
createTextVNode("انصراف", -1)
|
|
18997
18999
|
])]),
|
|
18998
19000
|
_: 1
|
|
@@ -19025,13 +19027,13 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19025
19027
|
createVNode(VCard, null, {
|
|
19026
19028
|
default: withCtx(() => [
|
|
19027
19029
|
createVNode(VCardTitle, null, {
|
|
19028
|
-
default: withCtx(() => [..._cache[
|
|
19030
|
+
default: withCtx(() => [..._cache[43] || (_cache[43] = [
|
|
19029
19031
|
createTextVNode("حذف آیتم", -1)
|
|
19030
19032
|
])]),
|
|
19031
19033
|
_: 1
|
|
19032
19034
|
}),
|
|
19033
19035
|
createVNode(VCardText, null, {
|
|
19034
|
-
default: withCtx(() => [..._cache[
|
|
19036
|
+
default: withCtx(() => [..._cache[44] || (_cache[44] = [
|
|
19035
19037
|
createTextVNode(" آیا مایل به حذف این رکورد هستید ?", -1)
|
|
19036
19038
|
])]),
|
|
19037
19039
|
_: 1
|
|
@@ -19042,7 +19044,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19042
19044
|
color: "grey",
|
|
19043
19045
|
onClick: _cache[7] || (_cache[7] = ($event) => deleteDialog.value = false)
|
|
19044
19046
|
}, {
|
|
19045
|
-
default: withCtx(() => [..._cache[
|
|
19047
|
+
default: withCtx(() => [..._cache[45] || (_cache[45] = [
|
|
19046
19048
|
createTextVNode("انصراف", -1)
|
|
19047
19049
|
])]),
|
|
19048
19050
|
_: 1
|
|
@@ -19054,7 +19056,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19054
19056
|
return deleteItem(String(((_a2 = itemToDelete.value) == null ? void 0 : _a2.id) || ""));
|
|
19055
19057
|
})
|
|
19056
19058
|
}, {
|
|
19057
|
-
default: withCtx(() => [..._cache[
|
|
19059
|
+
default: withCtx(() => [..._cache[46] || (_cache[46] = [
|
|
19058
19060
|
createTextVNode("حذف", -1)
|
|
19059
19061
|
])]),
|
|
19060
19062
|
_: 1
|
|
@@ -19082,28 +19084,28 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19082
19084
|
color: "red",
|
|
19083
19085
|
class: "me-2"
|
|
19084
19086
|
}, {
|
|
19085
|
-
default: withCtx(() => [..._cache[
|
|
19087
|
+
default: withCtx(() => [..._cache[47] || (_cache[47] = [
|
|
19086
19088
|
createTextVNode("🗑️", -1)
|
|
19087
19089
|
])]),
|
|
19088
19090
|
_: 1
|
|
19089
19091
|
}),
|
|
19090
|
-
_cache[
|
|
19092
|
+
_cache[48] || (_cache[48] = createTextVNode(" حذف گروهی ", -1))
|
|
19091
19093
|
]),
|
|
19092
19094
|
_: 1
|
|
19093
19095
|
}),
|
|
19094
19096
|
createVNode(VCardText, null, {
|
|
19095
19097
|
default: withCtx(() => [
|
|
19096
19098
|
createElementVNode("p", null, [
|
|
19097
|
-
_cache[
|
|
19099
|
+
_cache[49] || (_cache[49] = createTextVNode(" آیا مایل به حذف ", -1)),
|
|
19098
19100
|
createElementVNode("strong", null, toDisplayString(selectedCount.value), 1),
|
|
19099
|
-
_cache[
|
|
19101
|
+
_cache[50] || (_cache[50] = createTextVNode(" آیتم انتخاب شده هستید؟ ", -1))
|
|
19100
19102
|
]),
|
|
19101
19103
|
createVNode(VAlert, {
|
|
19102
19104
|
type: "warning",
|
|
19103
19105
|
variant: "tonal",
|
|
19104
19106
|
class: "mt-3"
|
|
19105
19107
|
}, {
|
|
19106
|
-
default: withCtx(() => [..._cache[
|
|
19108
|
+
default: withCtx(() => [..._cache[51] || (_cache[51] = [
|
|
19107
19109
|
createTextVNode(" این عمل قابل بازگشت نیست! ", -1)
|
|
19108
19110
|
])]),
|
|
19109
19111
|
_: 1
|
|
@@ -19118,7 +19120,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19118
19120
|
color: "grey",
|
|
19119
19121
|
onClick: _cache[10] || (_cache[10] = ($event) => groupDeleteDialog.value = false)
|
|
19120
19122
|
}, {
|
|
19121
|
-
default: withCtx(() => [..._cache[
|
|
19123
|
+
default: withCtx(() => [..._cache[52] || (_cache[52] = [
|
|
19122
19124
|
createTextVNode("انصراف", -1)
|
|
19123
19125
|
])]),
|
|
19124
19126
|
_: 1
|
|
@@ -19177,14 +19179,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19177
19179
|
}, 8, ["modelValue"]),
|
|
19178
19180
|
createVNode(VDialog, {
|
|
19179
19181
|
modelValue: filterDialog.value,
|
|
19180
|
-
"onUpdate:modelValue": _cache[
|
|
19182
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => filterDialog.value = $event),
|
|
19181
19183
|
"max-width": "800"
|
|
19182
19184
|
}, {
|
|
19183
19185
|
default: withCtx(() => [
|
|
19184
19186
|
createVNode(VCard, null, {
|
|
19185
19187
|
default: withCtx(() => [
|
|
19186
19188
|
createVNode(VCardTitle, null, {
|
|
19187
|
-
default: withCtx(() => [..._cache[
|
|
19189
|
+
default: withCtx(() => [..._cache[53] || (_cache[53] = [
|
|
19188
19190
|
createTextVNode("فیلتر", -1)
|
|
19189
19191
|
])]),
|
|
19190
19192
|
_: 1
|
|
@@ -19193,13 +19195,10 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19193
19195
|
default: withCtx(() => [
|
|
19194
19196
|
props.filterComponent ? (openBlock(), createBlock(resolveDynamicComponent(props.filterComponent), {
|
|
19195
19197
|
key: 0,
|
|
19196
|
-
|
|
19197
|
-
"onUpdate:modelValue": [
|
|
19198
|
-
_cache[14] || (_cache[14] = ($event) => filterModel.value = $event),
|
|
19199
|
-
_cache[15] || (_cache[15] = ($event) => filterModel.value = $event)
|
|
19200
|
-
],
|
|
19198
|
+
"model-value": filterModel.value,
|
|
19199
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => filterModel.value = $event),
|
|
19201
19200
|
onApply: handleFilterApply
|
|
19202
|
-
}, null, 40, ["
|
|
19201
|
+
}, null, 40, ["model-value"])) : (openBlock(), createBlock(VContainer, { key: 1 }, {
|
|
19203
19202
|
default: withCtx(() => [
|
|
19204
19203
|
createVNode(VRow, null, {
|
|
19205
19204
|
default: withCtx(() => [
|
|
@@ -19296,7 +19295,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19296
19295
|
]),
|
|
19297
19296
|
_: 1
|
|
19298
19297
|
}),
|
|
19299
|
-
|
|
19298
|
+
!props.filterComponent ? (openBlock(), createBlock(VCardActions, { key: 0 }, {
|
|
19300
19299
|
default: withCtx(() => [
|
|
19301
19300
|
createVNode(VSpacer),
|
|
19302
19301
|
createVNode(VBtn, {
|
|
@@ -19304,7 +19303,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19304
19303
|
variant: "tonal",
|
|
19305
19304
|
onClick: resetFilter
|
|
19306
19305
|
}, {
|
|
19307
|
-
default: withCtx(() => [..._cache[
|
|
19306
|
+
default: withCtx(() => [..._cache[54] || (_cache[54] = [
|
|
19308
19307
|
createTextVNode("حذف فیلترها", -1)
|
|
19309
19308
|
])]),
|
|
19310
19309
|
_: 1
|
|
@@ -19313,14 +19312,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19313
19312
|
color: "primary",
|
|
19314
19313
|
onClick: applyFilter
|
|
19315
19314
|
}, {
|
|
19316
|
-
default: withCtx(() => [..._cache[
|
|
19315
|
+
default: withCtx(() => [..._cache[55] || (_cache[55] = [
|
|
19317
19316
|
createTextVNode("اعمال فیلتر", -1)
|
|
19318
19317
|
])]),
|
|
19319
19318
|
_: 1
|
|
19320
19319
|
})
|
|
19321
19320
|
]),
|
|
19322
19321
|
_: 1
|
|
19323
|
-
})
|
|
19322
|
+
})) : createCommentVNode("", true)
|
|
19324
19323
|
]),
|
|
19325
19324
|
_: 1
|
|
19326
19325
|
})
|
|
@@ -19329,7 +19328,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19329
19328
|
}, 8, ["modelValue"]),
|
|
19330
19329
|
createVNode(VDialog, {
|
|
19331
19330
|
modelValue: textPreviewDialog.value,
|
|
19332
|
-
"onUpdate:modelValue": _cache[
|
|
19331
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => textPreviewDialog.value = $event),
|
|
19333
19332
|
"max-width": "800"
|
|
19334
19333
|
}, {
|
|
19335
19334
|
default: withCtx(() => [
|
|
@@ -19341,11 +19340,11 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19341
19340
|
createVNode(VBtn, {
|
|
19342
19341
|
icon: "",
|
|
19343
19342
|
variant: "text",
|
|
19344
|
-
onClick: _cache[
|
|
19343
|
+
onClick: _cache[16] || (_cache[16] = ($event) => textPreviewDialog.value = false)
|
|
19345
19344
|
}, {
|
|
19346
19345
|
default: withCtx(() => [
|
|
19347
19346
|
createVNode(VIcon, null, {
|
|
19348
|
-
default: withCtx(() => [..._cache[
|
|
19347
|
+
default: withCtx(() => [..._cache[56] || (_cache[56] = [
|
|
19349
19348
|
createTextVNode("mdi-close", -1)
|
|
19350
19349
|
])]),
|
|
19351
19350
|
_: 1
|
|
@@ -19374,16 +19373,16 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19374
19373
|
createVNode(VSpacer),
|
|
19375
19374
|
createVNode(VBtn, {
|
|
19376
19375
|
color: "primary",
|
|
19377
|
-
onClick: _cache[
|
|
19376
|
+
onClick: _cache[17] || (_cache[17] = ($event) => copyToClipboard(previewText.value))
|
|
19378
19377
|
}, {
|
|
19379
19378
|
default: withCtx(() => [
|
|
19380
19379
|
createVNode(VIcon, { start: "" }, {
|
|
19381
|
-
default: withCtx(() => [..._cache[
|
|
19380
|
+
default: withCtx(() => [..._cache[57] || (_cache[57] = [
|
|
19382
19381
|
createTextVNode("mdi-content-copy", -1)
|
|
19383
19382
|
])]),
|
|
19384
19383
|
_: 1
|
|
19385
19384
|
}),
|
|
19386
|
-
_cache[
|
|
19385
|
+
_cache[58] || (_cache[58] = createTextVNode(" کپی متن ", -1))
|
|
19387
19386
|
]),
|
|
19388
19387
|
_: 1
|
|
19389
19388
|
}),
|
|
@@ -19393,20 +19392,20 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19393
19392
|
}, {
|
|
19394
19393
|
default: withCtx(() => [
|
|
19395
19394
|
createVNode(VIcon, { start: "" }, {
|
|
19396
|
-
default: withCtx(() => [..._cache[
|
|
19395
|
+
default: withCtx(() => [..._cache[59] || (_cache[59] = [
|
|
19397
19396
|
createTextVNode("mdi-content-copy", -1)
|
|
19398
19397
|
])]),
|
|
19399
19398
|
_: 1
|
|
19400
19399
|
}),
|
|
19401
|
-
_cache[
|
|
19400
|
+
_cache[60] || (_cache[60] = createTextVNode(" کپی رکورد کامل ", -1))
|
|
19402
19401
|
]),
|
|
19403
19402
|
_: 1
|
|
19404
19403
|
}),
|
|
19405
19404
|
createVNode(VBtn, {
|
|
19406
19405
|
color: "grey",
|
|
19407
|
-
onClick: _cache[
|
|
19406
|
+
onClick: _cache[18] || (_cache[18] = ($event) => textPreviewDialog.value = false)
|
|
19408
19407
|
}, {
|
|
19409
|
-
default: withCtx(() => [..._cache[
|
|
19408
|
+
default: withCtx(() => [..._cache[61] || (_cache[61] = [
|
|
19410
19409
|
createTextVNode("بستن", -1)
|
|
19411
19410
|
])]),
|
|
19412
19411
|
_: 1
|
|
@@ -19423,7 +19422,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19423
19422
|
snackbar.value ? (openBlock(), createBlock(VSnackbar, {
|
|
19424
19423
|
key: 1,
|
|
19425
19424
|
modelValue: snackbar.value,
|
|
19426
|
-
"onUpdate:modelValue": _cache[
|
|
19425
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => snackbar.value = $event),
|
|
19427
19426
|
timeout: 3e3,
|
|
19428
19427
|
location: "top"
|
|
19429
19428
|
}, {
|
|
@@ -19431,9 +19430,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19431
19430
|
createVNode(VBtn, {
|
|
19432
19431
|
color: "white",
|
|
19433
19432
|
variant: "text",
|
|
19434
|
-
onClick: _cache[
|
|
19433
|
+
onClick: _cache[20] || (_cache[20] = ($event) => snackbar.value = false)
|
|
19435
19434
|
}, {
|
|
19436
|
-
default: withCtx(() => [..._cache[
|
|
19435
|
+
default: withCtx(() => [..._cache[62] || (_cache[62] = [
|
|
19437
19436
|
createTextVNode(" بستن ", -1)
|
|
19438
19437
|
])]),
|
|
19439
19438
|
_: 1
|