@amirjalili1374/ui-kit 1.4.14 → 1.4.17
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
|
-
createVNode(VCard,
|
|
19186
|
+
createVNode(VCard, { class: "filter-dialog-card" }, {
|
|
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(() => [
|
|
@@ -19221,7 +19220,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19221
19220
|
density: "compact",
|
|
19222
19221
|
variant: "underlined",
|
|
19223
19222
|
"hide-details": "",
|
|
19224
|
-
class: "mb-1"
|
|
19223
|
+
class: "mb-1",
|
|
19224
|
+
"menu-props": { zIndex: 200 }
|
|
19225
19225
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
|
|
19226
19226
|
isDateHeader(header) ? (openBlock(), createBlock(ShamsiDatePicker, {
|
|
19227
19227
|
key: 1,
|
|
@@ -19243,7 +19243,8 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19243
19243
|
"closable-chips": resolveAutocompleteMultiple(header),
|
|
19244
19244
|
disabled: isHeaderDisabled(header),
|
|
19245
19245
|
clearable: "",
|
|
19246
|
-
variant: "outlined"
|
|
19246
|
+
variant: "outlined",
|
|
19247
|
+
"menu-props": { zIndex: 200 }
|
|
19247
19248
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "label", "items", "item-title", "item-value", "return-object", "multiple", "chips", "closable-chips", "disabled"])) : isMoneyHeader(header) ? (openBlock(), createBlock(_sfc_main$i, {
|
|
19248
19249
|
key: 3,
|
|
19249
19250
|
modelValue: filterModel.value[resolveHeaderKey(header)],
|
|
@@ -19296,7 +19297,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19296
19297
|
]),
|
|
19297
19298
|
_: 1
|
|
19298
19299
|
}),
|
|
19299
|
-
|
|
19300
|
+
!props.filterComponent ? (openBlock(), createBlock(VCardActions, { key: 0 }, {
|
|
19300
19301
|
default: withCtx(() => [
|
|
19301
19302
|
createVNode(VSpacer),
|
|
19302
19303
|
createVNode(VBtn, {
|
|
@@ -19304,7 +19305,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19304
19305
|
variant: "tonal",
|
|
19305
19306
|
onClick: resetFilter
|
|
19306
19307
|
}, {
|
|
19307
|
-
default: withCtx(() => [..._cache[
|
|
19308
|
+
default: withCtx(() => [..._cache[54] || (_cache[54] = [
|
|
19308
19309
|
createTextVNode("حذف فیلترها", -1)
|
|
19309
19310
|
])]),
|
|
19310
19311
|
_: 1
|
|
@@ -19313,14 +19314,14 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19313
19314
|
color: "primary",
|
|
19314
19315
|
onClick: applyFilter
|
|
19315
19316
|
}, {
|
|
19316
|
-
default: withCtx(() => [..._cache[
|
|
19317
|
+
default: withCtx(() => [..._cache[55] || (_cache[55] = [
|
|
19317
19318
|
createTextVNode("اعمال فیلتر", -1)
|
|
19318
19319
|
])]),
|
|
19319
19320
|
_: 1
|
|
19320
19321
|
})
|
|
19321
19322
|
]),
|
|
19322
19323
|
_: 1
|
|
19323
|
-
})
|
|
19324
|
+
})) : createCommentVNode("", true)
|
|
19324
19325
|
]),
|
|
19325
19326
|
_: 1
|
|
19326
19327
|
})
|
|
@@ -19329,7 +19330,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19329
19330
|
}, 8, ["modelValue"]),
|
|
19330
19331
|
createVNode(VDialog, {
|
|
19331
19332
|
modelValue: textPreviewDialog.value,
|
|
19332
|
-
"onUpdate:modelValue": _cache[
|
|
19333
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => textPreviewDialog.value = $event),
|
|
19333
19334
|
"max-width": "800"
|
|
19334
19335
|
}, {
|
|
19335
19336
|
default: withCtx(() => [
|
|
@@ -19341,11 +19342,11 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19341
19342
|
createVNode(VBtn, {
|
|
19342
19343
|
icon: "",
|
|
19343
19344
|
variant: "text",
|
|
19344
|
-
onClick: _cache[
|
|
19345
|
+
onClick: _cache[16] || (_cache[16] = ($event) => textPreviewDialog.value = false)
|
|
19345
19346
|
}, {
|
|
19346
19347
|
default: withCtx(() => [
|
|
19347
19348
|
createVNode(VIcon, null, {
|
|
19348
|
-
default: withCtx(() => [..._cache[
|
|
19349
|
+
default: withCtx(() => [..._cache[56] || (_cache[56] = [
|
|
19349
19350
|
createTextVNode("mdi-close", -1)
|
|
19350
19351
|
])]),
|
|
19351
19352
|
_: 1
|
|
@@ -19374,16 +19375,16 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19374
19375
|
createVNode(VSpacer),
|
|
19375
19376
|
createVNode(VBtn, {
|
|
19376
19377
|
color: "primary",
|
|
19377
|
-
onClick: _cache[
|
|
19378
|
+
onClick: _cache[17] || (_cache[17] = ($event) => copyToClipboard(previewText.value))
|
|
19378
19379
|
}, {
|
|
19379
19380
|
default: withCtx(() => [
|
|
19380
19381
|
createVNode(VIcon, { start: "" }, {
|
|
19381
|
-
default: withCtx(() => [..._cache[
|
|
19382
|
+
default: withCtx(() => [..._cache[57] || (_cache[57] = [
|
|
19382
19383
|
createTextVNode("mdi-content-copy", -1)
|
|
19383
19384
|
])]),
|
|
19384
19385
|
_: 1
|
|
19385
19386
|
}),
|
|
19386
|
-
_cache[
|
|
19387
|
+
_cache[58] || (_cache[58] = createTextVNode(" کپی متن ", -1))
|
|
19387
19388
|
]),
|
|
19388
19389
|
_: 1
|
|
19389
19390
|
}),
|
|
@@ -19393,20 +19394,20 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19393
19394
|
}, {
|
|
19394
19395
|
default: withCtx(() => [
|
|
19395
19396
|
createVNode(VIcon, { start: "" }, {
|
|
19396
|
-
default: withCtx(() => [..._cache[
|
|
19397
|
+
default: withCtx(() => [..._cache[59] || (_cache[59] = [
|
|
19397
19398
|
createTextVNode("mdi-content-copy", -1)
|
|
19398
19399
|
])]),
|
|
19399
19400
|
_: 1
|
|
19400
19401
|
}),
|
|
19401
|
-
_cache[
|
|
19402
|
+
_cache[60] || (_cache[60] = createTextVNode(" کپی رکورد کامل ", -1))
|
|
19402
19403
|
]),
|
|
19403
19404
|
_: 1
|
|
19404
19405
|
}),
|
|
19405
19406
|
createVNode(VBtn, {
|
|
19406
19407
|
color: "grey",
|
|
19407
|
-
onClick: _cache[
|
|
19408
|
+
onClick: _cache[18] || (_cache[18] = ($event) => textPreviewDialog.value = false)
|
|
19408
19409
|
}, {
|
|
19409
|
-
default: withCtx(() => [..._cache[
|
|
19410
|
+
default: withCtx(() => [..._cache[61] || (_cache[61] = [
|
|
19410
19411
|
createTextVNode("بستن", -1)
|
|
19411
19412
|
])]),
|
|
19412
19413
|
_: 1
|
|
@@ -19423,7 +19424,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19423
19424
|
snackbar.value ? (openBlock(), createBlock(VSnackbar, {
|
|
19424
19425
|
key: 1,
|
|
19425
19426
|
modelValue: snackbar.value,
|
|
19426
|
-
"onUpdate:modelValue": _cache[
|
|
19427
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = ($event) => snackbar.value = $event),
|
|
19427
19428
|
timeout: 3e3,
|
|
19428
19429
|
location: "top"
|
|
19429
19430
|
}, {
|
|
@@ -19431,9 +19432,9 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19431
19432
|
createVNode(VBtn, {
|
|
19432
19433
|
color: "white",
|
|
19433
19434
|
variant: "text",
|
|
19434
|
-
onClick: _cache[
|
|
19435
|
+
onClick: _cache[20] || (_cache[20] = ($event) => snackbar.value = false)
|
|
19435
19436
|
}, {
|
|
19436
|
-
default: withCtx(() => [..._cache[
|
|
19437
|
+
default: withCtx(() => [..._cache[62] || (_cache[62] = [
|
|
19437
19438
|
createTextVNode(" بستن ", -1)
|
|
19438
19439
|
])]),
|
|
19439
19440
|
_: 1
|