@amirjalili1374/ui-kit 1.4.44 → 1.4.46

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
@@ -7,7 +7,6 @@ import axios from "axios";
7
7
  import { useDebounceFn } from "@vueuse/core";
8
8
  import { useRouter as useRouter$1 } from "vue-router";
9
9
  import { defineStore } from "pinia";
10
- import "yup";
11
10
  import VueKeycloakJs from "@dsb-norge/vue-keycloak-js";
12
11
  function propsFactory(props, source) {
13
12
  return (defaults) => {
@@ -17212,7 +17211,7 @@ const _hoisted_1$9 = {
17212
17211
  const _hoisted_2$5 = { class: "title-text" };
17213
17212
  const _hoisted_3$3 = { class: "action-buttons" };
17214
17213
  const _hoisted_4$1 = {
17215
- key: 3,
17214
+ key: 4,
17216
17215
  class: "selection-actions"
17217
17216
  };
17218
17217
  const _hoisted_5$1 = {
@@ -18381,7 +18380,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18381
18380
  }
18382
18381
  );
18383
18382
  return (_ctx, _cache) => {
18384
- var _a, _b;
18383
+ var _a, _b, _c;
18385
18384
  return openBlock(), createElementBlock(Fragment, null, [
18386
18385
  props.title ? (openBlock(), createElementBlock("div", _hoisted_1$9, [
18387
18386
  createElementVNode("h3", _hoisted_2$5, toDisplayString(props.title), 1)
@@ -18408,13 +18407,24 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18408
18407
  ])]),
18409
18408
  _: 1
18410
18409
  })) : createCommentVNode("", true),
18411
- props.showRefreshButton ? (openBlock(), createBlock(VBtn, {
18410
+ ((_c = props.actions) == null ? void 0 : _c.includes("manual")) ? (openBlock(), createBlock(VBtn, {
18412
18411
  key: 2,
18412
+ color: "primary",
18413
+ class: "me-2",
18414
+ onClick: fetchData
18415
+ }, {
18416
+ default: withCtx(() => [..._cache[24] || (_cache[24] = [
18417
+ createTextVNode("جستجو 🔍", -1)
18418
+ ])]),
18419
+ _: 1
18420
+ })) : createCommentVNode("", true),
18421
+ props.showRefreshButton ? (openBlock(), createBlock(VBtn, {
18422
+ key: 3,
18413
18423
  color: "blue",
18414
18424
  onClick: unref(debouncedFetchData),
18415
18425
  loading: loading.value
18416
18426
  }, {
18417
- default: withCtx(() => [..._cache[24] || (_cache[24] = [
18427
+ default: withCtx(() => [..._cache[25] || (_cache[25] = [
18418
18428
  createTextVNode("بروزرسانی 🔄", -1)
18419
18429
  ])]),
18420
18430
  _: 1
@@ -18435,7 +18445,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18435
18445
  class: "me-2",
18436
18446
  onClick: clearSelection
18437
18447
  }, {
18438
- default: withCtx(() => [..._cache[25] || (_cache[25] = [
18448
+ default: withCtx(() => [..._cache[26] || (_cache[26] = [
18439
18449
  createTextVNode(" پاک کردن انتخاب ", -1)
18440
18450
  ])]),
18441
18451
  _: 1
@@ -18455,13 +18465,13 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18455
18465
  onClick: openGroupDeleteDialog
18456
18466
  }, {
18457
18467
  default: withCtx(() => [
18458
- _cache[26] || (_cache[26] = createElementVNode("span", { class: "me-1" }, "🗑️", -1)),
18468
+ _cache[27] || (_cache[27] = createElementVNode("span", { class: "me-1" }, "🗑️", -1)),
18459
18469
  createTextVNode(" حذف گروهی (" + toDisplayString(selectedCount.value) + ") ", 1)
18460
18470
  ]),
18461
18471
  _: 1
18462
18472
  })) : createCommentVNode("", true),
18463
18473
  props.bulkMode ? (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(validSelectedItems.value, (item) => {
18464
- var _a2, _b2, _c;
18474
+ var _a2, _b2, _c2;
18465
18475
  return openBlock(), createElementBlock(Fragment, {
18466
18476
  key: getUniqueValue(item)
18467
18477
  }, [
@@ -18472,7 +18482,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18472
18482
  class: "me-2",
18473
18483
  onClick: ($event) => openDialog(item)
18474
18484
  }, {
18475
- default: withCtx(() => [..._cache[27] || (_cache[27] = [
18485
+ default: withCtx(() => [..._cache[28] || (_cache[28] = [
18476
18486
  createElementVNode("span", { class: "me-1" }, "✏️", -1),
18477
18487
  createTextVNode(" ویرایش ", -1)
18478
18488
  ])]),
@@ -18485,20 +18495,20 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18485
18495
  class: "me-2",
18486
18496
  onClick: ($event) => openDeleteDialog(item)
18487
18497
  }, {
18488
- default: withCtx(() => [..._cache[28] || (_cache[28] = [
18498
+ default: withCtx(() => [..._cache[29] || (_cache[29] = [
18489
18499
  createElementVNode("span", { class: "me-1" }, "🗑️", -1),
18490
18500
  createTextVNode(" حذف ", -1)
18491
18501
  ])]),
18492
18502
  _: 1
18493
18503
  }, 8, ["onClick"])) : createCommentVNode("", true),
18494
- ((_c = props.actions) == null ? void 0 : _c.includes("view")) ? (openBlock(), createBlock(VBtn, {
18504
+ ((_c2 = props.actions) == null ? void 0 : _c2.includes("view")) ? (openBlock(), createBlock(VBtn, {
18495
18505
  key: 2,
18496
18506
  color: "purple",
18497
18507
  size: "small",
18498
18508
  class: "me-2",
18499
18509
  onClick: ($event) => goToRoute("view", item)
18500
18510
  }, {
18501
- default: withCtx(() => [..._cache[29] || (_cache[29] = [
18511
+ default: withCtx(() => [..._cache[30] || (_cache[30] = [
18502
18512
  createElementVNode("span", { class: "me-1" }, "👁️", -1),
18503
18513
  createTextVNode(" نمایش ", -1)
18504
18514
  ])]),
@@ -18513,7 +18523,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18513
18523
  onClick: ($event) => goToRoute(routeKey, item)
18514
18524
  }, {
18515
18525
  default: withCtx(() => [
18516
- _cache[30] || (_cache[30] = createElementVNode("span", { class: "me-1" }, "➡️", -1)),
18526
+ _cache[31] || (_cache[31] = createElementVNode("span", { class: "me-1" }, "➡️", -1)),
18517
18527
  createTextVNode(" " + toDisplayString(String(routeKey)), 1)
18518
18528
  ]),
18519
18529
  _: 2
@@ -18527,7 +18537,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18527
18537
  onClick: ($event) => download(key2, item)
18528
18538
  }, {
18529
18539
  default: withCtx(() => [
18530
- _cache[31] || (_cache[31] = createElementVNode("span", { class: "me-1" }, "⬇️", -1)),
18540
+ _cache[32] || (_cache[32] = createElementVNode("span", { class: "me-1" }, "⬇️", -1)),
18531
18541
  createTextVNode(" " + toDisplayString(key2), 1)
18532
18542
  ]),
18533
18543
  _: 2
@@ -18614,7 +18624,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18614
18624
  onClick: expandAllGroups,
18615
18625
  class: "me-2"
18616
18626
  }, {
18617
- default: withCtx(() => [..._cache[32] || (_cache[32] = [
18627
+ default: withCtx(() => [..._cache[33] || (_cache[33] = [
18618
18628
  createTextVNode(" گسترش همه ", -1)
18619
18629
  ])]),
18620
18630
  _: 1
@@ -18625,7 +18635,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18625
18635
  onClick: collapseAllGroups,
18626
18636
  class: "me-2"
18627
18637
  }, {
18628
- default: withCtx(() => [..._cache[33] || (_cache[33] = [
18638
+ default: withCtx(() => [..._cache[34] || (_cache[34] = [
18629
18639
  createTextVNode(" جمع کردن همه ", -1)
18630
18640
  ])]),
18631
18641
  _: 1
@@ -18719,7 +18729,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18719
18729
  onClick: ($event) => props.bulkMode && props.selectable && selectSingleItem(item)
18720
18730
  }, [
18721
18731
  (openBlock(true), createElementBlock(Fragment, null, renderList(columns, (column) => {
18722
- var _a2, _b2, _c;
18732
+ var _a2, _b2, _c2;
18723
18733
  return openBlock(), createElementBlock("td", {
18724
18734
  key: column.key || "unknown",
18725
18735
  style: normalizeStyle({
@@ -18753,7 +18763,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18753
18763
  class: "mr-2",
18754
18764
  onClick: ($event) => openDialog(item)
18755
18765
  }, {
18756
- default: withCtx(() => [..._cache[34] || (_cache[34] = [
18766
+ default: withCtx(() => [..._cache[35] || (_cache[35] = [
18757
18767
  createTextVNode(" ویرایش ✏️ ", -1)
18758
18768
  ])]),
18759
18769
  _: 1
@@ -18765,19 +18775,19 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18765
18775
  class: "mr-2",
18766
18776
  onClick: ($event) => openDeleteDialog(item)
18767
18777
  }, {
18768
- default: withCtx(() => [..._cache[35] || (_cache[35] = [
18778
+ default: withCtx(() => [..._cache[36] || (_cache[36] = [
18769
18779
  createTextVNode("حذف ❌ ", -1)
18770
18780
  ])]),
18771
18781
  _: 1
18772
18782
  }, 8, ["onClick"])) : createCommentVNode("", true),
18773
- ((_c = props.actions) == null ? void 0 : _c.includes("view")) ? (openBlock(), createBlock(VBtn, {
18783
+ ((_c2 = props.actions) == null ? void 0 : _c2.includes("view")) ? (openBlock(), createBlock(VBtn, {
18774
18784
  key: 2,
18775
18785
  color: "purple",
18776
18786
  size: "small",
18777
18787
  class: "mr-2",
18778
18788
  onClick: ($event) => goToRoute("view", item)
18779
18789
  }, {
18780
- default: withCtx(() => [..._cache[36] || (_cache[36] = [
18790
+ default: withCtx(() => [..._cache[37] || (_cache[37] = [
18781
18791
  createTextVNode("🔍 نمایش ", -1)
18782
18792
  ])]),
18783
18793
  _: 1
@@ -18892,7 +18902,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18892
18902
  }, {
18893
18903
  default: withCtx(() => [
18894
18904
  createVNode(VIcon, { size: "16" }, {
18895
- default: withCtx(() => [..._cache[37] || (_cache[37] = [
18905
+ default: withCtx(() => [..._cache[38] || (_cache[38] = [
18896
18906
  createTextVNode("mdi-content-copy", -1)
18897
18907
  ])]),
18898
18908
  _: 1
@@ -18949,7 +18959,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18949
18959
  onClick: ($event) => props.bulkMode && props.selectable && selectSingleItem(item)
18950
18960
  }, [
18951
18961
  (openBlock(true), createElementBlock(Fragment, null, renderList(columns, (column) => {
18952
- var _a2, _b2, _c;
18962
+ var _a2, _b2, _c2;
18953
18963
  return openBlock(), createElementBlock("td", {
18954
18964
  key: column.key || "unknown",
18955
18965
  style: normalizeStyle({
@@ -18983,7 +18993,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18983
18993
  class: "mr-2",
18984
18994
  onClick: ($event) => openDialog(item)
18985
18995
  }, {
18986
- default: withCtx(() => [..._cache[38] || (_cache[38] = [
18996
+ default: withCtx(() => [..._cache[39] || (_cache[39] = [
18987
18997
  createTextVNode(" ویرایش ✏️ ", -1)
18988
18998
  ])]),
18989
18999
  _: 1
@@ -18995,19 +19005,19 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
18995
19005
  class: "mr-2",
18996
19006
  onClick: ($event) => openDeleteDialog(item)
18997
19007
  }, {
18998
- default: withCtx(() => [..._cache[39] || (_cache[39] = [
19008
+ default: withCtx(() => [..._cache[40] || (_cache[40] = [
18999
19009
  createTextVNode("حذف ❌ ", -1)
19000
19010
  ])]),
19001
19011
  _: 1
19002
19012
  }, 8, ["onClick"])) : createCommentVNode("", true),
19003
- ((_c = props.actions) == null ? void 0 : _c.includes("view")) ? (openBlock(), createBlock(VBtn, {
19013
+ ((_c2 = props.actions) == null ? void 0 : _c2.includes("view")) ? (openBlock(), createBlock(VBtn, {
19004
19014
  key: 2,
19005
19015
  color: "purple",
19006
19016
  size: "small",
19007
19017
  class: "mr-2",
19008
19018
  onClick: ($event) => goToRoute("view", item)
19009
19019
  }, {
19010
- default: withCtx(() => [..._cache[40] || (_cache[40] = [
19020
+ default: withCtx(() => [..._cache[41] || (_cache[41] = [
19011
19021
  createTextVNode("🔍 نمایش ", -1)
19012
19022
  ])]),
19013
19023
  _: 1
@@ -19122,7 +19132,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19122
19132
  }, {
19123
19133
  default: withCtx(() => [
19124
19134
  createVNode(VIcon, { size: "16" }, {
19125
- default: withCtx(() => [..._cache[41] || (_cache[41] = [
19135
+ default: withCtx(() => [..._cache[42] || (_cache[42] = [
19126
19136
  createTextVNode("mdi-content-copy", -1)
19127
19137
  ])]),
19128
19138
  _: 1
@@ -19275,7 +19285,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19275
19285
  color: "error",
19276
19286
  onClick: _cache[5] || (_cache[5] = ($event) => dialog.value = false)
19277
19287
  }, {
19278
- default: withCtx(() => [..._cache[42] || (_cache[42] = [
19288
+ default: withCtx(() => [..._cache[43] || (_cache[43] = [
19279
19289
  createTextVNode("انصراف", -1)
19280
19290
  ])]),
19281
19291
  _: 1
@@ -19308,13 +19318,13 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19308
19318
  createVNode(VCard, null, {
19309
19319
  default: withCtx(() => [
19310
19320
  createVNode(VCardTitle, null, {
19311
- default: withCtx(() => [..._cache[43] || (_cache[43] = [
19321
+ default: withCtx(() => [..._cache[44] || (_cache[44] = [
19312
19322
  createTextVNode("حذف آیتم", -1)
19313
19323
  ])]),
19314
19324
  _: 1
19315
19325
  }),
19316
19326
  createVNode(VCardText, null, {
19317
- default: withCtx(() => [..._cache[44] || (_cache[44] = [
19327
+ default: withCtx(() => [..._cache[45] || (_cache[45] = [
19318
19328
  createTextVNode(" آیا مایل به حذف این رکورد هستید ?", -1)
19319
19329
  ])]),
19320
19330
  _: 1
@@ -19325,7 +19335,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19325
19335
  color: "grey",
19326
19336
  onClick: _cache[7] || (_cache[7] = ($event) => deleteDialog.value = false)
19327
19337
  }, {
19328
- default: withCtx(() => [..._cache[45] || (_cache[45] = [
19338
+ default: withCtx(() => [..._cache[46] || (_cache[46] = [
19329
19339
  createTextVNode("انصراف", -1)
19330
19340
  ])]),
19331
19341
  _: 1
@@ -19337,7 +19347,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19337
19347
  return deleteItem(String(((_a2 = itemToDelete.value) == null ? void 0 : _a2.id) || ""));
19338
19348
  })
19339
19349
  }, {
19340
- default: withCtx(() => [..._cache[46] || (_cache[46] = [
19350
+ default: withCtx(() => [..._cache[47] || (_cache[47] = [
19341
19351
  createTextVNode("حذف", -1)
19342
19352
  ])]),
19343
19353
  _: 1
@@ -19365,28 +19375,28 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19365
19375
  color: "red",
19366
19376
  class: "me-2"
19367
19377
  }, {
19368
- default: withCtx(() => [..._cache[47] || (_cache[47] = [
19378
+ default: withCtx(() => [..._cache[48] || (_cache[48] = [
19369
19379
  createTextVNode("🗑️", -1)
19370
19380
  ])]),
19371
19381
  _: 1
19372
19382
  }),
19373
- _cache[48] || (_cache[48] = createTextVNode(" حذف گروهی ", -1))
19383
+ _cache[49] || (_cache[49] = createTextVNode(" حذف گروهی ", -1))
19374
19384
  ]),
19375
19385
  _: 1
19376
19386
  }),
19377
19387
  createVNode(VCardText, null, {
19378
19388
  default: withCtx(() => [
19379
19389
  createElementVNode("p", null, [
19380
- _cache[49] || (_cache[49] = createTextVNode(" آیا مایل به حذف ", -1)),
19390
+ _cache[50] || (_cache[50] = createTextVNode(" آیا مایل به حذف ", -1)),
19381
19391
  createElementVNode("strong", null, toDisplayString(selectedCount.value), 1),
19382
- _cache[50] || (_cache[50] = createTextVNode(" آیتم انتخاب شده هستید؟ ", -1))
19392
+ _cache[51] || (_cache[51] = createTextVNode(" آیتم انتخاب شده هستید؟ ", -1))
19383
19393
  ]),
19384
19394
  createVNode(VAlert, {
19385
19395
  type: "warning",
19386
19396
  variant: "tonal",
19387
19397
  class: "mt-3"
19388
19398
  }, {
19389
- default: withCtx(() => [..._cache[51] || (_cache[51] = [
19399
+ default: withCtx(() => [..._cache[52] || (_cache[52] = [
19390
19400
  createTextVNode(" این عمل قابل بازگشت نیست! ", -1)
19391
19401
  ])]),
19392
19402
  _: 1
@@ -19401,7 +19411,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19401
19411
  color: "grey",
19402
19412
  onClick: _cache[10] || (_cache[10] = ($event) => groupDeleteDialog.value = false)
19403
19413
  }, {
19404
- default: withCtx(() => [..._cache[52] || (_cache[52] = [
19414
+ default: withCtx(() => [..._cache[53] || (_cache[53] = [
19405
19415
  createTextVNode("انصراف", -1)
19406
19416
  ])]),
19407
19417
  _: 1
@@ -19467,7 +19477,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19467
19477
  createVNode(VCard, null, {
19468
19478
  default: withCtx(() => [
19469
19479
  createVNode(VCardTitle, null, {
19470
- default: withCtx(() => [..._cache[53] || (_cache[53] = [
19480
+ default: withCtx(() => [..._cache[54] || (_cache[54] = [
19471
19481
  createTextVNode("فیلتر", -1)
19472
19482
  ])]),
19473
19483
  _: 1
@@ -19589,7 +19599,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19589
19599
  variant: "tonal",
19590
19600
  onClick: resetFilter
19591
19601
  }, {
19592
- default: withCtx(() => [..._cache[54] || (_cache[54] = [
19602
+ default: withCtx(() => [..._cache[55] || (_cache[55] = [
19593
19603
  createTextVNode("حذف فیلترها", -1)
19594
19604
  ])]),
19595
19605
  _: 1
@@ -19598,7 +19608,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19598
19608
  color: "primary",
19599
19609
  onClick: applyFilter
19600
19610
  }, {
19601
- default: withCtx(() => [..._cache[55] || (_cache[55] = [
19611
+ default: withCtx(() => [..._cache[56] || (_cache[56] = [
19602
19612
  createTextVNode("اعمال فیلتر", -1)
19603
19613
  ])]),
19604
19614
  _: 1
@@ -19630,7 +19640,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19630
19640
  }, {
19631
19641
  default: withCtx(() => [
19632
19642
  createVNode(VIcon, null, {
19633
- default: withCtx(() => [..._cache[56] || (_cache[56] = [
19643
+ default: withCtx(() => [..._cache[57] || (_cache[57] = [
19634
19644
  createTextVNode("mdi-close", -1)
19635
19645
  ])]),
19636
19646
  _: 1
@@ -19663,12 +19673,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19663
19673
  }, {
19664
19674
  default: withCtx(() => [
19665
19675
  createVNode(VIcon, { start: "" }, {
19666
- default: withCtx(() => [..._cache[57] || (_cache[57] = [
19676
+ default: withCtx(() => [..._cache[58] || (_cache[58] = [
19667
19677
  createTextVNode("mdi-content-copy", -1)
19668
19678
  ])]),
19669
19679
  _: 1
19670
19680
  }),
19671
- _cache[58] || (_cache[58] = createTextVNode(" کپی متن ", -1))
19681
+ _cache[59] || (_cache[59] = createTextVNode(" کپی متن ", -1))
19672
19682
  ]),
19673
19683
  _: 1
19674
19684
  }),
@@ -19678,12 +19688,12 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19678
19688
  }, {
19679
19689
  default: withCtx(() => [
19680
19690
  createVNode(VIcon, { start: "" }, {
19681
- default: withCtx(() => [..._cache[59] || (_cache[59] = [
19691
+ default: withCtx(() => [..._cache[60] || (_cache[60] = [
19682
19692
  createTextVNode("mdi-content-copy", -1)
19683
19693
  ])]),
19684
19694
  _: 1
19685
19695
  }),
19686
- _cache[60] || (_cache[60] = createTextVNode(" کپی رکورد کامل ", -1))
19696
+ _cache[61] || (_cache[61] = createTextVNode(" کپی رکورد کامل ", -1))
19687
19697
  ]),
19688
19698
  _: 1
19689
19699
  }),
@@ -19691,7 +19701,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19691
19701
  color: "grey",
19692
19702
  onClick: _cache[18] || (_cache[18] = ($event) => textPreviewDialog.value = false)
19693
19703
  }, {
19694
- default: withCtx(() => [..._cache[61] || (_cache[61] = [
19704
+ default: withCtx(() => [..._cache[62] || (_cache[62] = [
19695
19705
  createTextVNode("بستن", -1)
19696
19706
  ])]),
19697
19707
  _: 1
@@ -19718,7 +19728,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19718
19728
  variant: "text",
19719
19729
  onClick: _cache[20] || (_cache[20] = ($event) => snackbar.value = false)
19720
19730
  }, {
19721
- default: withCtx(() => [..._cache[62] || (_cache[62] = [
19731
+ default: withCtx(() => [..._cache[63] || (_cache[63] = [
19722
19732
  createTextVNode(" بستن ", -1)
19723
19733
  ])]),
19724
19734
  _: 1
@@ -38400,7 +38410,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
38400
38410
  };
38401
38411
  }
38402
38412
  });
38403
- const AppSidebar = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["__scopeId", "data-v-7366086a"]]);
38413
+ const AppSidebar = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["__scopeId", "data-v-3e3fe433"]]);
38404
38414
  const makeVToolbarTitleProps = propsFactory({
38405
38415
  text: String,
38406
38416
  ...makeComponentProps(),