tsv2-library 1.0.61-alpha.115 → 1.0.61-alpha.117
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/src/components/v2/CustomColumn/CustomColumn.vue.d.ts +2 -0
- package/dist/src/presets/paginator/index.js +1 -1
- package/dist/src/types/assets.type.d.ts +1 -0
- package/dist/src/utils/index.d.ts +2 -2
- package/dist/src/utils/textFormater.util.d.ts +3 -0
- package/dist/style.css +1 -1
- package/dist/tsv2-library.es.js +117 -119
- package/dist/tsv2-library.umd.js +7 -7
- package/package.json +1 -1
- package/src/components/v2/CustomColumn/CustomColumn.vue.d.ts +2 -0
- package/src/presets/paginator/index.js +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -2248,6 +2248,20 @@ const formatTagCode = (tagCode) => {
|
|
|
2248
2248
|
}
|
|
2249
2249
|
return "-";
|
|
2250
2250
|
};
|
|
2251
|
+
const formatDisplayAssetName = (asset) => {
|
|
2252
|
+
var _a, _b, _c, _d;
|
|
2253
|
+
if ((_a = asset.aliasName) == null ? void 0 : _a.length) {
|
|
2254
|
+
return `${(_b = asset.name) == null ? void 0 : _b.name} (${asset.aliasName}) - ${(_c = asset.name) == null ? void 0 : _c.sequence}`;
|
|
2255
|
+
}
|
|
2256
|
+
return ((_d = asset.name) == null ? void 0 : _d.nameWithSequence) ?? "-";
|
|
2257
|
+
};
|
|
2258
|
+
const formatDisplayAssetId = (asset) => {
|
|
2259
|
+
var _a, _b, _c, _d;
|
|
2260
|
+
if (((_b = (_a = asset.name) == null ? void 0 : _a.aliasCode) == null ? void 0 : _b.length) && ((_c = asset.registeredAssetId) == null ? void 0 : _c.length)) {
|
|
2261
|
+
return `${asset.registeredAssetId} (${(_d = asset.name) == null ? void 0 : _d.aliasCode})`;
|
|
2262
|
+
}
|
|
2263
|
+
return asset.assetId ?? "-";
|
|
2264
|
+
};
|
|
2251
2265
|
const clearStorage = () => {
|
|
2252
2266
|
localStorage.clear();
|
|
2253
2267
|
sessionStorage.clear();
|
|
@@ -21861,7 +21875,7 @@ const paginator = {
|
|
|
21861
21875
|
class: [
|
|
21862
21876
|
// Position
|
|
21863
21877
|
"absolute top-0 left-0",
|
|
21864
|
-
"mt-1",
|
|
21878
|
+
"mt-1 !z-[1111]",
|
|
21865
21879
|
// Shape
|
|
21866
21880
|
"border-0",
|
|
21867
21881
|
"rounded-md",
|
|
@@ -27270,13 +27284,13 @@ const _hoisted_1$29 = { class: "w-full flex items-center justify-between pr-4" }
|
|
|
27270
27284
|
const _hoisted_2$1H = { class: "flex gap-3 items-center" };
|
|
27271
27285
|
const _hoisted_3$K = /* @__PURE__ */ createElementVNode("span", { class: "text-sm font-bold" }, "Transfer Log", -1);
|
|
27272
27286
|
const _hoisted_4$x = { class: "flex gap-1 items-center" };
|
|
27273
|
-
const _hoisted_5$
|
|
27274
|
-
const _hoisted_6$
|
|
27275
|
-
const _hoisted_7$
|
|
27287
|
+
const _hoisted_5$p = { class: "text-xs font-medium" };
|
|
27288
|
+
const _hoisted_6$k = { class: "flex items-center gap-2" };
|
|
27289
|
+
const _hoisted_7$g = {
|
|
27276
27290
|
key: 0,
|
|
27277
27291
|
class: "flex flex-col gap-3 dark:text-general-100"
|
|
27278
27292
|
};
|
|
27279
|
-
const _hoisted_8$
|
|
27293
|
+
const _hoisted_8$c = { class: "flex justify-between items-center" };
|
|
27280
27294
|
const _hoisted_9$9 = { class: "flex items-center gap-1" };
|
|
27281
27295
|
const _hoisted_10$9 = { class: "flex items-center gap-0.5" };
|
|
27282
27296
|
const _hoisted_11$9 = /* @__PURE__ */ createElementVNode("span", null, "Origin:", -1);
|
|
@@ -27464,13 +27478,13 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
27464
27478
|
createElementVNode("div", _hoisted_2$1H, [
|
|
27465
27479
|
_hoisted_3$K,
|
|
27466
27480
|
createElementVNode("div", _hoisted_4$x, [
|
|
27467
|
-
createElementVNode("span", _hoisted_5$
|
|
27481
|
+
createElementVNode("span", _hoisted_5$p, toDisplayString$1(((_a = detail.value) == null ? void 0 : _a.transactionId) ?? "-"), 1),
|
|
27468
27482
|
createVNode(unref(_sfc_main$1o), {
|
|
27469
27483
|
text: ((_b = detail.value) == null ? void 0 : _b.transactionId) ?? ""
|
|
27470
27484
|
}, null, 8, ["text"])
|
|
27471
27485
|
])
|
|
27472
27486
|
]),
|
|
27473
|
-
createElementVNode("div", _hoisted_6$
|
|
27487
|
+
createElementVNode("div", _hoisted_6$k, [
|
|
27474
27488
|
createVNode(unref(_sfc_main$1x), {
|
|
27475
27489
|
disabled: isFirst.value,
|
|
27476
27490
|
onClick: _cache[0] || (_cache[0] = ($event) => navigateData("prev")),
|
|
@@ -27492,13 +27506,13 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
|
27492
27506
|
default: withCtx(() => {
|
|
27493
27507
|
var _a, _b;
|
|
27494
27508
|
return [
|
|
27495
|
-
detail.value ? (openBlock(), createElementBlock("div", _hoisted_7$
|
|
27509
|
+
detail.value ? (openBlock(), createElementBlock("div", _hoisted_7$g, [
|
|
27496
27510
|
(openBlock(), createBlock(unref(_sfc_main$1C), {
|
|
27497
27511
|
id: detail.value.asset,
|
|
27498
27512
|
key: detail.value.asset,
|
|
27499
27513
|
fields: ["brand", "model"]
|
|
27500
27514
|
}, null, 8, ["id"])),
|
|
27501
|
-
createElementVNode("div", _hoisted_8$
|
|
27515
|
+
createElementVNode("div", _hoisted_8$c, [
|
|
27502
27516
|
createElementVNode("div", _hoisted_9$9, [
|
|
27503
27517
|
createElementVNode("div", _hoisted_10$9, [
|
|
27504
27518
|
_hoisted_11$9,
|
|
@@ -27600,10 +27614,10 @@ const _hoisted_1$28 = { class: "w-full flex items-center justify-between" };
|
|
|
27600
27614
|
const _hoisted_2$1G = /* @__PURE__ */ createElementVNode("h1", { class: "text-sm font-bold" }, "Damage Log", -1);
|
|
27601
27615
|
const _hoisted_3$J = { class: "flex items-center gap-2" };
|
|
27602
27616
|
const _hoisted_4$w = ["disabled"];
|
|
27603
|
-
const _hoisted_5$
|
|
27604
|
-
const _hoisted_6$
|
|
27605
|
-
const _hoisted_7$
|
|
27606
|
-
const _hoisted_8$
|
|
27617
|
+
const _hoisted_5$o = ["disabled"];
|
|
27618
|
+
const _hoisted_6$j = { class: "flex items-start gap-[18px]" };
|
|
27619
|
+
const _hoisted_7$f = { class: "flex flex-col w-full" };
|
|
27620
|
+
const _hoisted_8$b = { class: "w-full flex items-center justify-between" };
|
|
27607
27621
|
const _hoisted_9$8 = { class: "text-sm font-bold" };
|
|
27608
27622
|
const _hoisted_10$8 = { class: "flex items-center gap-[6px]" };
|
|
27609
27623
|
const _hoisted_11$8 = /* @__PURE__ */ createElementVNode("div", { class: "w-[6px] h-[6px] bg-general-100 rounded" }, null, -1);
|
|
@@ -27790,20 +27804,20 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
27790
27804
|
disabled: currentIdIndex.value === ids.value.length - 1 || ids.value.length === 1,
|
|
27791
27805
|
onClick: increaseIndex,
|
|
27792
27806
|
"data-ts-section": "next-button"
|
|
27793
|
-
}, " Next> ", 10, _hoisted_5$
|
|
27807
|
+
}, " Next> ", 10, _hoisted_5$o)
|
|
27794
27808
|
])
|
|
27795
27809
|
])
|
|
27796
27810
|
]),
|
|
27797
27811
|
default: withCtx(() => {
|
|
27798
27812
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t2, _u, _v;
|
|
27799
27813
|
return [
|
|
27800
|
-
createElementVNode("div", _hoisted_6$
|
|
27814
|
+
createElementVNode("div", _hoisted_6$j, [
|
|
27801
27815
|
createVNode(unref(_sfc_main$_), {
|
|
27802
27816
|
thumbnail: (_b = (_a = damageDetail.value) == null ? void 0 : _a.request) == null ? void 0 : _b.assetImageMedium,
|
|
27803
27817
|
class: "w-[125px] h-[125px]"
|
|
27804
27818
|
}, null, 8, ["thumbnail"]),
|
|
27805
|
-
createElementVNode("div", _hoisted_7$
|
|
27806
|
-
createElementVNode("div", _hoisted_8$
|
|
27819
|
+
createElementVNode("div", _hoisted_7$f, [
|
|
27820
|
+
createElementVNode("div", _hoisted_8$b, [
|
|
27807
27821
|
createElementVNode("p", _hoisted_9$8, toDisplayString$1((_e = (_d = (_c = damageDetail.value) == null ? void 0 : _c.request) == null ? void 0 : _d.assetName) == null ? void 0 : _e.nameWithSequence), 1),
|
|
27808
27822
|
createElementVNode("button", {
|
|
27809
27823
|
onClick: navigateToDetail,
|
|
@@ -27919,10 +27933,10 @@ const _hoisted_1$27 = { class: "w-full flex items-center justify-between" };
|
|
|
27919
27933
|
const _hoisted_2$1F = /* @__PURE__ */ createElementVNode("h1", { class: "text-sm font-bold" }, "Missing Log", -1);
|
|
27920
27934
|
const _hoisted_3$I = { class: "flex items-center gap-2" };
|
|
27921
27935
|
const _hoisted_4$v = ["disabled"];
|
|
27922
|
-
const _hoisted_5$
|
|
27923
|
-
const _hoisted_6$
|
|
27924
|
-
const _hoisted_7$
|
|
27925
|
-
const _hoisted_8$
|
|
27936
|
+
const _hoisted_5$n = ["disabled"];
|
|
27937
|
+
const _hoisted_6$i = { class: "flex items-start gap-[18px]" };
|
|
27938
|
+
const _hoisted_7$e = { class: "flex flex-col w-full" };
|
|
27939
|
+
const _hoisted_8$a = { class: "w-full flex items-center justify-between" };
|
|
27926
27940
|
const _hoisted_9$7 = { class: "text-sm font-bold" };
|
|
27927
27941
|
const _hoisted_10$7 = { class: "flex items-center gap-[6px]" };
|
|
27928
27942
|
const _hoisted_11$7 = /* @__PURE__ */ createElementVNode("div", { class: "w-[6px] h-[6px] bg-general-100 rounded" }, null, -1);
|
|
@@ -28099,20 +28113,20 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
|
28099
28113
|
disabled: currentIdIndex.value === ids.value.length - 1 || ids.value.length === 1,
|
|
28100
28114
|
onClick: increaseIndex,
|
|
28101
28115
|
"data-ts-section": "next-button"
|
|
28102
|
-
}, " Next> ", 10, _hoisted_5$
|
|
28116
|
+
}, " Next> ", 10, _hoisted_5$n)
|
|
28103
28117
|
])
|
|
28104
28118
|
])
|
|
28105
28119
|
]),
|
|
28106
28120
|
default: withCtx(() => {
|
|
28107
28121
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t2, _u, _v;
|
|
28108
28122
|
return [
|
|
28109
|
-
createElementVNode("div", _hoisted_6$
|
|
28123
|
+
createElementVNode("div", _hoisted_6$i, [
|
|
28110
28124
|
createVNode(unref(_sfc_main$_), {
|
|
28111
28125
|
thumbnail: (_b = (_a = missingDetail.value) == null ? void 0 : _a.request) == null ? void 0 : _b.assetImageMedium,
|
|
28112
28126
|
class: "w-[125px] h-[125px]"
|
|
28113
28127
|
}, null, 8, ["thumbnail"]),
|
|
28114
|
-
createElementVNode("div", _hoisted_7$
|
|
28115
|
-
createElementVNode("div", _hoisted_8$
|
|
28128
|
+
createElementVNode("div", _hoisted_7$e, [
|
|
28129
|
+
createElementVNode("div", _hoisted_8$a, [
|
|
28116
28130
|
createElementVNode("p", _hoisted_9$7, toDisplayString$1((_e = (_d = (_c = missingDetail.value) == null ? void 0 : _c.request) == null ? void 0 : _d.assetName) == null ? void 0 : _e.nameWithSequence), 1),
|
|
28117
28131
|
createElementVNode("button", {
|
|
28118
28132
|
onClick: navigateToDetail,
|
|
@@ -28182,10 +28196,10 @@ const _hoisted_1$26 = { class: "flex justify-between gap-[18px] dark:text-genera
|
|
|
28182
28196
|
const _hoisted_2$1E = { class: "w-full flex flex-col gap-[6px]" };
|
|
28183
28197
|
const _hoisted_3$H = { class: "" };
|
|
28184
28198
|
const _hoisted_4$u = { class: "flex justify-between" };
|
|
28185
|
-
const _hoisted_5$
|
|
28186
|
-
const _hoisted_6$
|
|
28187
|
-
const _hoisted_7$
|
|
28188
|
-
const _hoisted_8$
|
|
28199
|
+
const _hoisted_5$m = { class: "text-[16px] font-bold leading-[19.12px]" };
|
|
28200
|
+
const _hoisted_6$h = ["href"];
|
|
28201
|
+
const _hoisted_7$d = { class: "flex items-center gap-[6px]" };
|
|
28202
|
+
const _hoisted_8$9 = { class: "text-general-400 leading-[16.39px]" };
|
|
28189
28203
|
const _hoisted_9$6 = /* @__PURE__ */ createElementVNode("div", { class: "w-[6px] h-[6px] rounded-full bg-general-100" }, null, -1);
|
|
28190
28204
|
const _hoisted_10$6 = { class: "flex flex-col gap-1" };
|
|
28191
28205
|
const _hoisted_11$6 = {
|
|
@@ -28342,16 +28356,16 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
|
28342
28356
|
createElementVNode("div", _hoisted_2$1E, [
|
|
28343
28357
|
createElementVNode("div", _hoisted_3$H, [
|
|
28344
28358
|
createElementVNode("div", _hoisted_4$u, [
|
|
28345
|
-
createElementVNode("div", _hoisted_5$
|
|
28359
|
+
createElementVNode("div", _hoisted_5$m, toDisplayString$1(nameWithSequence.value), 1),
|
|
28346
28360
|
unref(hasAccessToAssetDetail)() ? (openBlock(), createElementBlock("a", {
|
|
28347
28361
|
key: 0,
|
|
28348
28362
|
href: `/assets/detail/${((_a = asset.value) == null ? void 0 : _a.asset) ?? ((_b = asset.value) == null ? void 0 : _b._id)}`,
|
|
28349
28363
|
class: "text-primary-500",
|
|
28350
28364
|
target: "_blank"
|
|
28351
|
-
}, " Asset Detail > ", 8, _hoisted_6$
|
|
28365
|
+
}, " Asset Detail > ", 8, _hoisted_6$h)) : createCommentVNode("", true)
|
|
28352
28366
|
]),
|
|
28353
|
-
createElementVNode("div", _hoisted_7$
|
|
28354
|
-
createElementVNode("span", _hoisted_8$
|
|
28367
|
+
createElementVNode("div", _hoisted_7$d, [
|
|
28368
|
+
createElementVNode("span", _hoisted_8$9, toDisplayString$1(assetId.value) + " " + toDisplayString$1(aliasCode.value), 1),
|
|
28355
28369
|
_hoisted_9$6,
|
|
28356
28370
|
createVNode(unref(TSTagType), {
|
|
28357
28371
|
qr: (_c = assetTagType.value) == null ? void 0 : _c.includes("QR"),
|
|
@@ -35375,9 +35389,9 @@ var _hoisted_1$1I = ["id"];
|
|
|
35375
35389
|
var _hoisted_2$1i = ["id", "value", "placeholder", "tabindex", "disabled", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-invalid"];
|
|
35376
35390
|
var _hoisted_3$A = ["id", "tabindex", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-disabled"];
|
|
35377
35391
|
var _hoisted_4$q = ["value", "placeholder", "aria-owns", "aria-activedescendant"];
|
|
35378
|
-
var _hoisted_5$
|
|
35379
|
-
var _hoisted_6$
|
|
35380
|
-
var _hoisted_7$
|
|
35392
|
+
var _hoisted_5$l = ["id", "aria-label"];
|
|
35393
|
+
var _hoisted_6$g = ["id"];
|
|
35394
|
+
var _hoisted_7$c = ["id", "aria-label", "aria-selected", "aria-disabled", "aria-setsize", "aria-posinset", "onClick", "onMousemove", "data-p-highlight", "data-p-focused", "data-p-disabled"];
|
|
35381
35395
|
function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35382
35396
|
var _component_SpinnerIcon = resolveComponent("SpinnerIcon");
|
|
35383
35397
|
var _component_CheckIcon = resolveComponent("CheckIcon");
|
|
@@ -35615,7 +35629,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35615
35629
|
return [createElementVNode("span", mergeProps({
|
|
35616
35630
|
"class": _ctx.cx("itemGroupLabel")
|
|
35617
35631
|
}, _ctx.ptm("itemGroupLabel")), toDisplayString$1($options.getOptionGroupLabel(option.optionGroup)), 17)];
|
|
35618
|
-
})], 16, _hoisted_6$
|
|
35632
|
+
})], 16, _hoisted_6$g)) : withDirectives((openBlock(), createElementBlock("li", mergeProps({
|
|
35619
35633
|
key: 1,
|
|
35620
35634
|
id: $data.id + "_" + $options.getOptionIndex(i, getItemOptions),
|
|
35621
35635
|
"class": _ctx.cx("item", {
|
|
@@ -35655,7 +35669,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35655
35669
|
return [createElementVNode("span", mergeProps({
|
|
35656
35670
|
"class": _ctx.cx("itemLabel")
|
|
35657
35671
|
}, _ctx.ptm("itemLabel")), toDisplayString$1($options.getOptionLabel(option)), 17)];
|
|
35658
|
-
})], 16, _hoisted_7$
|
|
35672
|
+
})], 16, _hoisted_7$c)), [[_directive_ripple]])], 64);
|
|
35659
35673
|
}), 128)), $data.filterValue && (!items2 || items2 && items2.length === 0) ? (openBlock(), createElementBlock("li", mergeProps({
|
|
35660
35674
|
key: 0,
|
|
35661
35675
|
"class": _ctx.cx("emptyMessage"),
|
|
@@ -35672,7 +35686,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35672
35686
|
"data-p-hidden-accessible": true
|
|
35673
35687
|
}), [renderSlot(_ctx.$slots, "empty", {}, function() {
|
|
35674
35688
|
return [createTextVNode(toDisplayString$1($options.emptyMessageText), 1)];
|
|
35675
|
-
})], 16)) : createCommentVNode("", true)], 16, _hoisted_5$
|
|
35689
|
+
})], 16)) : createCommentVNode("", true)], 16, _hoisted_5$l)];
|
|
35676
35690
|
}),
|
|
35677
35691
|
_: 2
|
|
35678
35692
|
}, [_ctx.$slots.loader ? {
|
|
@@ -36169,7 +36183,7 @@ const _hoisted_3$z = {
|
|
|
36169
36183
|
"data-ts-section": "title"
|
|
36170
36184
|
};
|
|
36171
36185
|
const _hoisted_4$p = { "data-ts-section": "message" };
|
|
36172
|
-
const _hoisted_5$
|
|
36186
|
+
const _hoisted_5$k = {
|
|
36173
36187
|
key: 0,
|
|
36174
36188
|
class: "flex flex-col gap-3 overflow-auto max-h-[71px]",
|
|
36175
36189
|
"data-ts-section": "list"
|
|
@@ -36247,7 +36261,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
|
36247
36261
|
}, null, 8, ["severity"])) : createCommentVNode("", true)
|
|
36248
36262
|
])
|
|
36249
36263
|
]),
|
|
36250
|
-
props.lists ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
36264
|
+
props.lists ? (openBlock(), createElementBlock("div", _hoisted_5$k, [
|
|
36251
36265
|
(openBlock(true), createElementBlock(Fragment, null, renderList(props.lists, (item3, index2) => {
|
|
36252
36266
|
return openBlock(), createElementBlock("div", {
|
|
36253
36267
|
key: index2,
|
|
@@ -43519,7 +43533,7 @@ var _hoisted_4$n = /* @__PURE__ */ createElementVNode("path", {
|
|
|
43519
43533
|
d: "M10.6129 14C10.2426 14 9.93552 13.6929 9.93552 13.3226V0.677419C9.93552 0.307097 10.2426 0 10.6129 0C10.9833 0 11.2904 0.307097 11.2904 0.677419V13.3226C11.2904 13.6929 10.9832 14 10.6129 14Z",
|
|
43520
43534
|
fill: "currentColor"
|
|
43521
43535
|
}, null, -1);
|
|
43522
|
-
var _hoisted_5$
|
|
43536
|
+
var _hoisted_5$j = [_hoisted_1$19, _hoisted_2$R, _hoisted_3$v, _hoisted_4$n];
|
|
43523
43537
|
function render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
43524
43538
|
return openBlock(), createElementBlock("svg", mergeProps({
|
|
43525
43539
|
width: "14",
|
|
@@ -43527,7 +43541,7 @@ function render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
43527
43541
|
viewBox: "0 0 14 14",
|
|
43528
43542
|
fill: "none",
|
|
43529
43543
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43530
|
-
}, _ctx.pti()), _hoisted_5$
|
|
43544
|
+
}, _ctx.pti()), _hoisted_5$j, 16);
|
|
43531
43545
|
}
|
|
43532
43546
|
script$s.render = render$q;
|
|
43533
43547
|
var script$r = {
|
|
@@ -45363,8 +45377,8 @@ var _hoisted_1$3$1 = ["colspan"];
|
|
|
45363
45377
|
var _hoisted_2$1$1 = ["tabindex", "aria-selected", "data-p-index", "data-p-selectable-row", "data-p-highlight", "data-p-highlight-contextmenu"];
|
|
45364
45378
|
var _hoisted_3$1$1 = ["id"];
|
|
45365
45379
|
var _hoisted_4$m = ["colspan"];
|
|
45366
|
-
var _hoisted_5$
|
|
45367
|
-
var _hoisted_6$
|
|
45380
|
+
var _hoisted_5$i = ["colspan"];
|
|
45381
|
+
var _hoisted_6$f = ["colspan"];
|
|
45368
45382
|
function render$8$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
45369
45383
|
var _component_ChevronDownIcon = resolveComponent("ChevronDownIcon");
|
|
45370
45384
|
var _component_ChevronRightIcon = resolveComponent("ChevronRightIcon");
|
|
@@ -45502,7 +45516,7 @@ function render$8$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45502
45516
|
}, _objectSpread$8(_objectSpread$8({}, $options.getColumnPT("bodycell")), _ctx.ptm("rowGroupFooterCell"))), [(openBlock(), createBlock(resolveDynamicComponent($props.templates["groupfooter"]), {
|
|
45503
45517
|
data: $props.rowData,
|
|
45504
45518
|
index: $options.rowIndex
|
|
45505
|
-
}, null, 8, ["data", "index"]))], 16, _hoisted_5$
|
|
45519
|
+
}, null, 8, ["data", "index"]))], 16, _hoisted_5$i)], 16)) : createCommentVNode("", true)], 64)) : (openBlock(), createElementBlock("tr", mergeProps({
|
|
45506
45520
|
key: 1,
|
|
45507
45521
|
"class": _ctx.cx("emptyMessage"),
|
|
45508
45522
|
role: "row"
|
|
@@ -45510,7 +45524,7 @@ function render$8$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45510
45524
|
colspan: $options.columnsLength
|
|
45511
45525
|
}, _objectSpread$8(_objectSpread$8({}, $options.getColumnPT("bodycell")), _ctx.ptm("emptyMessageCell"))), [$props.templates.empty ? (openBlock(), createBlock(resolveDynamicComponent($props.templates.empty), {
|
|
45512
45526
|
key: 0
|
|
45513
|
-
})) : createCommentVNode("", true)], 16, _hoisted_6$
|
|
45527
|
+
})) : createCommentVNode("", true)], 16, _hoisted_6$f)], 16));
|
|
45514
45528
|
}
|
|
45515
45529
|
script$8$1.render = render$8$1;
|
|
45516
45530
|
var script$7$1 = {
|
|
@@ -51808,18 +51822,10 @@ const _hoisted_3$t = {
|
|
|
51808
51822
|
"data-ts-section": "tablepreview"
|
|
51809
51823
|
};
|
|
51810
51824
|
const _hoisted_4$l = /* @__PURE__ */ createElementVNode("h3", { class: "text-xs font-semibold leading-4 tracking-tight" }, "Preview", -1);
|
|
51811
|
-
const _hoisted_5$i = { class: "table-wrapper overflow-auto w-full" };
|
|
51812
|
-
const _hoisted_6$f = { class: "min-w-max w-full" };
|
|
51813
|
-
const _hoisted_7$c = { class: "border-b border-general-100" };
|
|
51814
|
-
const _hoisted_8$9 = {
|
|
51815
|
-
key: 0,
|
|
51816
|
-
class: "border-b border-general-100"
|
|
51817
|
-
};
|
|
51818
51825
|
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
51819
51826
|
__name: "DialogColumnSetup",
|
|
51820
51827
|
props: /* @__PURE__ */ mergeModels({
|
|
51821
|
-
customColumnProps: {}
|
|
51822
|
-
data: {}
|
|
51828
|
+
customColumnProps: {}
|
|
51823
51829
|
}, {
|
|
51824
51830
|
"visible": { type: Boolean, ...{ required: true } },
|
|
51825
51831
|
"visibleModifiers": {}
|
|
@@ -51839,14 +51845,16 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
51839
51845
|
visibleColumns: void 0
|
|
51840
51846
|
})
|
|
51841
51847
|
);
|
|
51848
|
+
const data30 = computed(() => {
|
|
51849
|
+
const { tableData } = props.customColumnProps;
|
|
51850
|
+
if (tableData && tableData.length > 0) {
|
|
51851
|
+
return [tableData[0]];
|
|
51852
|
+
}
|
|
51853
|
+
return [];
|
|
51854
|
+
});
|
|
51842
51855
|
const setCustomColumn = () => {
|
|
51843
51856
|
visibleColumns.value = props.customColumnProps.visibleColumns;
|
|
51844
51857
|
};
|
|
51845
|
-
const getNestedPropertyValue = (path) => {
|
|
51846
|
-
var _a;
|
|
51847
|
-
const firstRow = (_a = props.data) == null ? void 0 : _a[0];
|
|
51848
|
-
return path.split(".").reduce((o, p2) => o ? o[p2] : void 0, firstRow);
|
|
51849
|
-
};
|
|
51850
51858
|
const saveColumns = () => {
|
|
51851
51859
|
emit("save", visibleColumns.value);
|
|
51852
51860
|
visible4.value = false;
|
|
@@ -51893,30 +51901,16 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
51893
51901
|
}), null, 16, ["visible-columns"]),
|
|
51894
51902
|
createElementVNode("div", _hoisted_3$t, [
|
|
51895
51903
|
_hoisted_4$l,
|
|
51896
|
-
|
|
51897
|
-
|
|
51898
|
-
|
|
51899
|
-
|
|
51900
|
-
|
|
51901
|
-
|
|
51902
|
-
|
|
51903
|
-
|
|
51904
|
-
|
|
51905
|
-
|
|
51906
|
-
])
|
|
51907
|
-
]),
|
|
51908
|
-
createElementVNode("tbody", null, [
|
|
51909
|
-
_ctx.data ? (openBlock(), createElementBlock("tr", _hoisted_8$9, [
|
|
51910
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(visibleColumns.value, (column) => {
|
|
51911
|
-
return openBlock(), createElementBlock("td", {
|
|
51912
|
-
key: column.field,
|
|
51913
|
-
class: "text-body-small px-2 py-1.5"
|
|
51914
|
-
}, toDisplayString$1(getNestedPropertyValue(column.field)), 1);
|
|
51915
|
-
}), 128))
|
|
51916
|
-
])) : createCommentVNode("", true)
|
|
51917
|
-
])
|
|
51918
|
-
])
|
|
51919
|
-
])
|
|
51904
|
+
data30.value ? (openBlock(), createBlock(_sfc_main$12, {
|
|
51905
|
+
key: 0,
|
|
51906
|
+
columns: visibleColumns.value,
|
|
51907
|
+
"custom-column": false,
|
|
51908
|
+
data: data30.value,
|
|
51909
|
+
"data-key": _ctx.customColumnProps.tableKey,
|
|
51910
|
+
"table-name": `${_ctx.customColumnProps.tableName}-setup`,
|
|
51911
|
+
"use-option": false,
|
|
51912
|
+
"selection-type": "none"
|
|
51913
|
+
}, null, 8, ["columns", "data", "data-key", "table-name"])) : createCommentVNode("", true)
|
|
51920
51914
|
])
|
|
51921
51915
|
])
|
|
51922
51916
|
]),
|
|
@@ -51930,6 +51924,8 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
51930
51924
|
__name: "CustomColumn",
|
|
51931
51925
|
props: {
|
|
51932
51926
|
tableId: {},
|
|
51927
|
+
tableKey: {},
|
|
51928
|
+
tableName: {},
|
|
51933
51929
|
tableData: {},
|
|
51934
51930
|
defaultColumns: {},
|
|
51935
51931
|
visibleColumns: {},
|
|
@@ -53203,8 +53199,10 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
53203
53199
|
"onUpdate:visibleColumns": _cache[6] || (_cache[6] = ($event) => visibleColumns.value = $event),
|
|
53204
53200
|
"default-columns": _ctx.columns.filter((col) => col.visible !== false),
|
|
53205
53201
|
"table-data": props.data ?? currentPageTableData.value,
|
|
53206
|
-
"table-id": dataTableID.value
|
|
53207
|
-
|
|
53202
|
+
"table-id": dataTableID.value,
|
|
53203
|
+
"table-key": props.dataKey,
|
|
53204
|
+
"table-name": props.tableName
|
|
53205
|
+
}, null, 8, ["visible-columns", "default-columns", "table-data", "table-id", "table-key", "table-name"])) : createCommentVNode("", true),
|
|
53208
53206
|
createVNode(_sfc_main$1p, { group: "download" })
|
|
53209
53207
|
], 64);
|
|
53210
53208
|
};
|
|
@@ -62846,7 +62844,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
62846
62844
|
}
|
|
62847
62845
|
};
|
|
62848
62846
|
return (_ctx, _cache) => {
|
|
62849
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i
|
|
62847
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
62850
62848
|
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
62851
62849
|
isLoading.value ? (openBlock(), createElementBlock("div", _hoisted_2$q, [
|
|
62852
62850
|
createVNode(_sfc_main$1y, {
|
|
@@ -62856,33 +62854,33 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
62856
62854
|
])) : createCommentVNode("", true),
|
|
62857
62855
|
!!asset.value && !isLoading.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
62858
62856
|
createElementVNode("div", _hoisted_3$h, [
|
|
62859
|
-
createElementVNode("div", _hoisted_4$c, toDisplayString$1((
|
|
62860
|
-
createElementVNode("div", _hoisted_5$a, toDisplayString$1((
|
|
62857
|
+
createElementVNode("div", _hoisted_4$c, toDisplayString$1(unref(formatDisplayAssetName)(asset.value)), 1),
|
|
62858
|
+
createElementVNode("div", _hoisted_5$a, toDisplayString$1(unref(formatDisplayAssetId)(asset.value)), 1)
|
|
62861
62859
|
]),
|
|
62862
62860
|
createElementVNode("img", {
|
|
62863
62861
|
src: unref(imagePreview),
|
|
62864
62862
|
class: "w-[100px] h-[100px] rounded-xl"
|
|
62865
62863
|
}, null, 8, _hoisted_6$8),
|
|
62866
62864
|
createElementVNode("a", {
|
|
62867
|
-
href: `/assets/detail/${(
|
|
62865
|
+
href: `/assets/detail/${(_a = asset.value) == null ? void 0 : _a._id}`,
|
|
62868
62866
|
class: "text-primary-500 text-xs",
|
|
62869
62867
|
target: "_blank"
|
|
62870
62868
|
}, " Asset Detail > ", 8, _hoisted_7$6),
|
|
62871
62869
|
createElementVNode("div", _hoisted_8$5, [
|
|
62872
62870
|
_hoisted_9$4,
|
|
62873
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62871
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_c = (_b = asset.value) == null ? void 0 : _b.brand) == null ? void 0 : _c.name) ?? "-"), 1),
|
|
62874
62872
|
_hoisted_10$4,
|
|
62875
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62873
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_e = (_d = asset.value) == null ? void 0 : _d.model) == null ? void 0 : _e.name) ?? "-"), 1),
|
|
62876
62874
|
_hoisted_11$4,
|
|
62877
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62875
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_f = asset.value) == null ? void 0 : _f.formattedAssetValue) ?? "-"), 1),
|
|
62878
62876
|
_hoisted_12$3,
|
|
62879
62877
|
_hoisted_13$3,
|
|
62880
62878
|
_hoisted_14$3,
|
|
62881
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62879
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_g = asset.value) == null ? void 0 : _g.latitude) ?? "-"), 1),
|
|
62882
62880
|
_hoisted_15$3,
|
|
62883
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62881
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_h = asset.value) == null ? void 0 : _h.longitude) ?? "-"), 1),
|
|
62884
62882
|
_hoisted_16$2,
|
|
62885
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
62883
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_i = asset.value) == null ? void 0 : _i.address) ?? "-"), 1)
|
|
62886
62884
|
])
|
|
62887
62885
|
], 64)) : createCommentVNode("", true)
|
|
62888
62886
|
]);
|
|
@@ -64991,7 +64989,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
64991
64989
|
});
|
|
64992
64990
|
const AssetListFilter_vue_vue_type_style_index_0_scoped_76eba6a3_lang = "";
|
|
64993
64991
|
const AssetListFilter = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-76eba6a3"]]);
|
|
64994
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
64992
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-926c4fe4"), n = n(), popScopeId(), n);
|
|
64995
64993
|
const _hoisted_1$z = { class: "w-full flex-1 p-6 gap-3 overflow-auto" };
|
|
64996
64994
|
const _hoisted_2$o = { class: "flex flex-col gap-3" };
|
|
64997
64995
|
const _hoisted_3$g = { class: "flex items-center justify-between" };
|
|
@@ -65003,7 +65001,7 @@ const _hoisted_8$4 = { class: "flex gap-1" };
|
|
|
65003
65001
|
const _hoisted_9$3 = { class: "w-full flex flex-col gap-1" };
|
|
65004
65002
|
const _hoisted_10$3 = { class: "font-bold text-[9px]" };
|
|
65005
65003
|
const _hoisted_11$3 = { class: "flex justify-between items-center" };
|
|
65006
|
-
const _hoisted_12$2 = { class: "text-[9px]" };
|
|
65004
|
+
const _hoisted_12$2 = { class: "text-[9px] text-center" };
|
|
65007
65005
|
const _hoisted_13$2 = ["href"];
|
|
65008
65006
|
const _hoisted_14$2 = { class: "grid grid-cols-[auto_1fr] gap-x-1.5 gap-y-0.5 text-[9px]" };
|
|
65009
65007
|
const _hoisted_15$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", null, "Group", -1));
|
|
@@ -65017,8 +65015,8 @@ const _hoisted_21$1 = {
|
|
|
65017
65015
|
class: "grid gap-1 grid-auto justify-start"
|
|
65018
65016
|
};
|
|
65019
65017
|
const _hoisted_22$1 = { class: "flex flex-col gap-1 items-center" };
|
|
65020
|
-
const _hoisted_23$1 = { class: "font-bold text-[9px]" };
|
|
65021
|
-
const _hoisted_24$1 = { class: "text-[9px]" };
|
|
65018
|
+
const _hoisted_23$1 = { class: "font-bold text-[9px] text-center" };
|
|
65019
|
+
const _hoisted_24$1 = { class: "text-[9px] text-center" };
|
|
65022
65020
|
const _hoisted_25$1 = ["href"];
|
|
65023
65021
|
const _hoisted_26 = { class: "text-[9px] text-center" };
|
|
65024
65022
|
const _hoisted_27 = { key: 0 };
|
|
@@ -65026,7 +65024,7 @@ const _hoisted_28 = {
|
|
|
65026
65024
|
key: 0,
|
|
65027
65025
|
class: "flex flex-col items-center justify-center"
|
|
65028
65026
|
};
|
|
65029
|
-
const MIN_WIDTH =
|
|
65027
|
+
const MIN_WIDTH = 450;
|
|
65030
65028
|
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
65031
65029
|
__name: "AssetList",
|
|
65032
65030
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -65044,7 +65042,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65044
65042
|
const emit = __emit;
|
|
65045
65043
|
const visible4 = useModel(__props, "visible");
|
|
65046
65044
|
let isResizing = false;
|
|
65047
|
-
const sidebarWidth = shallowRef(
|
|
65045
|
+
const sidebarWidth = shallowRef(450);
|
|
65048
65046
|
const selectedLayoutView = shallowRef("list");
|
|
65049
65047
|
const isLoading = shallowRef(false);
|
|
65050
65048
|
const searchModel = shallowRef();
|
|
@@ -65391,19 +65389,19 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65391
65389
|
onClick: ($event) => onSelect(asset)
|
|
65392
65390
|
}, {
|
|
65393
65391
|
content: withCtx(() => {
|
|
65394
|
-
var _a3, _b, _c, _d
|
|
65392
|
+
var _a3, _b, _c, _d;
|
|
65395
65393
|
return [
|
|
65396
65394
|
createElementVNode("div", _hoisted_7$5, [
|
|
65397
65395
|
createElementVNode("div", _hoisted_8$4, [
|
|
65398
65396
|
createVNode(_sfc_main$_, {
|
|
65399
65397
|
preview: asset.assetImage,
|
|
65400
65398
|
thumbnail: asset.assetImage,
|
|
65401
|
-
class: "w-[38px] h-[38px]"
|
|
65399
|
+
class: "!w-[38px] !h-[38px]"
|
|
65402
65400
|
}, null, 8, ["preview", "thumbnail"]),
|
|
65403
65401
|
createElementVNode("div", _hoisted_9$3, [
|
|
65404
|
-
createElementVNode("div", _hoisted_10$3, toDisplayString$1((
|
|
65402
|
+
createElementVNode("div", _hoisted_10$3, toDisplayString$1(unref(formatDisplayAssetName)(asset)), 1),
|
|
65405
65403
|
createElementVNode("div", _hoisted_11$3, [
|
|
65406
|
-
createElementVNode("div", _hoisted_12$2, toDisplayString$1(asset
|
|
65404
|
+
createElementVNode("div", _hoisted_12$2, toDisplayString$1(unref(formatDisplayAssetId)(asset)), 1),
|
|
65407
65405
|
unref(hasAccessToAssetDetail)() ? (openBlock(), createElementBlock("a", {
|
|
65408
65406
|
key: 0,
|
|
65409
65407
|
href: `/assets/detail/${(asset == null ? void 0 : asset.asset) ?? (asset == null ? void 0 : asset._id)}`,
|
|
@@ -65415,13 +65413,13 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65415
65413
|
]),
|
|
65416
65414
|
createElementVNode("div", _hoisted_14$2, [
|
|
65417
65415
|
_hoisted_15$2,
|
|
65418
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
65416
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_a3 = asset.group) == null ? void 0 : _a3.name) ?? "-"), 1),
|
|
65419
65417
|
_hoisted_16$1,
|
|
65420
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
65418
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_b = asset.category) == null ? void 0 : _b.name) ?? "-"), 1),
|
|
65421
65419
|
_hoisted_17$1,
|
|
65422
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
65420
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_c = asset.brand) == null ? void 0 : _c.name) ?? "-"), 1),
|
|
65423
65421
|
_hoisted_18$1,
|
|
65424
|
-
createElementVNode("span", null, ": " + toDisplayString$1(((
|
|
65422
|
+
createElementVNode("span", null, ": " + toDisplayString$1(((_d = asset.model) == null ? void 0 : _d.name) ?? "-"), 1),
|
|
65425
65423
|
_hoisted_19$1,
|
|
65426
65424
|
createElementVNode("span", null, ": " + toDisplayString$1(asset.formattedAssetValue ?? "-"), 1),
|
|
65427
65425
|
_hoisted_20$1,
|
|
@@ -65446,11 +65444,11 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65446
65444
|
onClick: ($event) => onSelect(asset)
|
|
65447
65445
|
}, {
|
|
65448
65446
|
content: withCtx(() => {
|
|
65449
|
-
var _a3
|
|
65447
|
+
var _a3;
|
|
65450
65448
|
return [
|
|
65451
65449
|
createElementVNode("div", _hoisted_22$1, [
|
|
65452
|
-
createElementVNode("div", _hoisted_23$1, toDisplayString$1((
|
|
65453
|
-
createElementVNode("div", _hoisted_24$1, toDisplayString$1(asset
|
|
65450
|
+
createElementVNode("div", _hoisted_23$1, toDisplayString$1(unref(formatDisplayAssetName)(asset)), 1),
|
|
65451
|
+
createElementVNode("div", _hoisted_24$1, toDisplayString$1(unref(formatDisplayAssetId)(asset)), 1),
|
|
65454
65452
|
createVNode(_sfc_main$_, {
|
|
65455
65453
|
preview: asset.assetImage,
|
|
65456
65454
|
thumbnail: asset.assetImage,
|
|
@@ -65462,7 +65460,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65462
65460
|
class: "text-primary-500 text-[9px]",
|
|
65463
65461
|
target: "_blank"
|
|
65464
65462
|
}, " Asset Detail > ", 8, _hoisted_25$1)) : createCommentVNode("", true),
|
|
65465
|
-
createElementVNode("div", _hoisted_26, toDisplayString$1(((
|
|
65463
|
+
createElementVNode("div", _hoisted_26, toDisplayString$1(((_a3 = asset.address) == null ? void 0 : _a3.length) ? asset.address : "-"), 1)
|
|
65466
65464
|
])
|
|
65467
65465
|
];
|
|
65468
65466
|
}),
|
|
@@ -65477,6 +65475,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65477
65475
|
"onUpdate:selectedData": _cache[5] || (_cache[5] = ($event) => selectedAsset.value = $event),
|
|
65478
65476
|
columns: columns2,
|
|
65479
65477
|
"fetch-function": getAssetList,
|
|
65478
|
+
filters: filters.value,
|
|
65480
65479
|
options: tableOptions.value,
|
|
65481
65480
|
rows: 10,
|
|
65482
65481
|
search: searchModel.value,
|
|
@@ -65485,10 +65484,9 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65485
65484
|
"data-key": "_id",
|
|
65486
65485
|
lazy: "",
|
|
65487
65486
|
"selection-type": "single",
|
|
65488
|
-
"table-name": "asset-list",
|
|
65489
65487
|
"use-option": "",
|
|
65490
65488
|
"use-paginator": ""
|
|
65491
|
-
}, null, 8, ["selected-data", "options", "search"])) : createCommentVNode("", true)
|
|
65489
|
+
}, null, 8, ["selected-data", "filters", "options", "search"])) : createCommentVNode("", true)
|
|
65492
65490
|
]),
|
|
65493
65491
|
createVNode(_sfc_main$E, { onVisible: setAssetList }),
|
|
65494
65492
|
isLoading.value ? (openBlock(), createElementBlock("div", _hoisted_28, [
|
|
@@ -65507,8 +65505,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
65507
65505
|
};
|
|
65508
65506
|
}
|
|
65509
65507
|
});
|
|
65510
|
-
const
|
|
65511
|
-
const AssetList = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-
|
|
65508
|
+
const AssetList_vue_vue_type_style_index_0_scoped_926c4fe4_lang = "";
|
|
65509
|
+
const AssetList = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-926c4fe4"]]);
|
|
65512
65510
|
const AssetPinpoint = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNjQ5XzEwODEwNSkiPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzEwNjQ5XzEwODEwNSkiPgo8ZWxsaXBzZSBjeD0iMTIiIGN5PSIyOSIgcng9IjQiIHJ5PSIyIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjEyIi8+CjwvZz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTA2NDlfMTA4MTA1IiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxIiB5PSIxIiB3aWR0aD0iMjIiIGhlaWdodD0iMjgiIGZpbGw9ImJsYWNrIj4KPHJlY3QgZmlsbD0id2hpdGUiIHg9IjEiIHk9IjEiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyOCIvPgo8cGF0aCBkPSJNMTIgMkMxNy41MjI4IDIgMjIgNi40NzcxNSAyMiAxMkMyMiAxNS4yODU4IDIwLjQxNDYgMTguMjAwNSAxNy45Njc4IDIwLjAyMzRDMTYuMDgzIDIxLjQzOTQgMTMuMzg3IDIzLjY4NSAxMi43NzE1IDI3LjMxOTNDMTIuNzA2OSAyNy43MDA4IDEyLjM4NjkgMjcuOTk3MSAxMiAyNy45OTcxQzExLjYxMzEgMjcuOTk3MSAxMS4yOTMxIDI3LjcwMDggMTEuMjI4NSAyNy4zMTkzQzEwLjYxMjkgMjMuNjg0NiA3LjkxNjA0IDIxLjQzOTQgNi4wMzEyNSAyMC4wMjM0QzMuNTg0NzcgMTguMjAwNSAyIDE1LjI4NTUgMiAxMkMyIDYuNDc3MTUgNi40NzcxNSAyIDEyIDJaIi8+CjwvbWFzaz4KPHBhdGggZD0iTTEyIDJDMTcuNTIyOCAyIDIyIDYuNDc3MTUgMjIgMTJDMjIgMTUuMjg1OCAyMC40MTQ2IDE4LjIwMDUgMTcuOTY3OCAyMC4wMjM0QzE2LjA4MyAyMS40Mzk0IDEzLjM4NyAyMy42ODUgMTIuNzcxNSAyNy4zMTkzQzEyLjcwNjkgMjcuNzAwOCAxMi4zODY5IDI3Ljk5NzEgMTIgMjcuOTk3MUMxMS42MTMxIDI3Ljk5NzEgMTEuMjkzMSAyNy43MDA4IDExLjIyODUgMjcuMzE5M0MxMC42MTI5IDIzLjY4NDYgNy45MTYwNCAyMS40Mzk0IDYuMDMxMjUgMjAuMDIzNEMzLjU4NDc3IDE4LjIwMDUgMiAxNS4yODU1IDIgMTJDMiA2LjQ3NzE1IDYuNDc3MTUgMiAxMiAyWiIgZmlsbD0iIzAwNjNGNyIvPgo8cGF0aCBkPSJNMTcuOTY3OCAyMC4wMjM0TDE3LjM3MDMgMTkuMjIxNUwxNy4zNjcxIDE5LjIyMzlMMTcuOTY3OCAyMC4wMjM0Wk0xMi43NzE1IDI3LjMxOTNMMTEuNzg1NSAyNy4xNTIzTDExLjc4NTUgMjcuMTUyNEwxMi43NzE1IDI3LjMxOTNaTTExLjIyODUgMjcuMzE5M0wxMi4yMTQ1IDI3LjE1MjRMMTIuMjE0NSAyNy4xNTIzTDExLjIyODUgMjcuMzE5M1pNNi4wMzEyNSAyMC4wMjM0TDYuNjMxODkgMTkuMjIzOUw2LjYyODc1IDE5LjIyMTZMNi4wMzEyNSAyMC4wMjM0Wk0xMiAyVjNDMTYuOTcwNiAzIDIxIDcuMDI5NDQgMjEgMTJIMjJIMjNDMjMgNS45MjQ4NyAxOC4wNzUxIDEgMTIgMVYyWk0yMiAxMkgyMUMyMSAxNC45NTYzIDE5LjU3NSAxNy41NzkxIDE3LjM3MDMgMTkuMjIxNUwxNy45Njc4IDIwLjAyMzRMMTguNTY1MiAyMC44MjU0QzIxLjI1NDIgMTguODIyIDIzIDE1LjYxNTMgMjMgMTJIMjJaTTE3Ljk2NzggMjAuMDIzNEwxNy4zNjcxIDE5LjIyMzlDMTUuNDcyMSAyMC42NDc2IDEyLjQ3MiAyMy4wOTkzIDExLjc4NTUgMjcuMTUyM0wxMi43NzE1IDI3LjMxOTNMMTMuNzU3NCAyNy40ODYzQzE0LjMwMjEgMjQuMjcwNyAxNi42OTM5IDIyLjIzMTIgMTguNTY4NCAyMC44MjI5TDE3Ljk2NzggMjAuMDIzNFpNMTIuNzcxNSAyNy4zMTkzTDExLjc4NTUgMjcuMTUyNEMxMS43OTE0IDI3LjExNzcgMTEuODA5MSAyNy4wODM0IDExLjg0MDggMjcuMDU1MUMxMS44NzQ3IDI3LjAyNDggMTEuOTMxMiAyNi45OTcxIDEyIDI2Ljk5NzFWMjcuOTk3MVYyOC45OTcxQzEyLjkyMTIgMjguOTk3MSAxMy42MTk0IDI4LjMwMTQgMTMuNzU3NCAyNy40ODYzTDEyLjc3MTUgMjcuMzE5M1pNMTIgMjcuOTk3MVYyNi45OTcxQzEyLjA2ODggMjYuOTk3MSAxMi4xMjUzIDI3LjAyNDggMTIuMTU5MiAyNy4wNTUxQzEyLjE5MDkgMjcuMDgzNCAxMi4yMDg2IDI3LjExNzcgMTIuMjE0NSAyNy4xNTI0TDExLjIyODUgMjcuMzE5M0wxMC4yNDI2IDI3LjQ4NjNDMTAuMzgwNiAyOC4zMDE0IDExLjA3ODggMjguOTk3MSAxMiAyOC45OTcxVjI3Ljk5NzFaTTExLjIyODUgMjcuMzE5M0wxMi4yMTQ1IDI3LjE1MjNDMTEuNTI3OSAyMy4wOTg4IDguNTI2NzUgMjAuNjQ3NCA2LjYzMTg5IDE5LjIyMzlMNi4wMzEyNSAyMC4wMjM0TDUuNDMwNjEgMjAuODIzQzcuMzA1MzQgMjIuMjMxMyA5LjY5Nzg4IDI0LjI3MDQgMTAuMjQyNiAyNy40ODYzTDExLjIyODUgMjcuMzE5M1pNNi4wMzEyNSAyMC4wMjM0TDYuNjI4NzUgMTkuMjIxNkM0LjQyNDU0IDE3LjU3OTIgMyAxNC45NTYyIDMgMTJIMkgxQzEgMTUuNjE0OCAyLjc0NTAxIDE4LjgyMTggNS40MzM3NSAyMC44MjUzTDYuMDMxMjUgMjAuMDIzNFpNMiAxMkgzQzMgNy4wMjk0NCA3LjAyOTQ0IDMgMTIgM1YyVjFDNS45MjQ4NyAxIDEgNS45MjQ4NyAxIDEySDJaIiBmaWxsPSIjOTRCRkZGIiBtYXNrPSJ1cmwoI3BhdGgtMi1vdXRzaWRlLTFfMTA2NDlfMTA4MTA1KSIvPgo8L2c+CjxyZWN0IHg9IjQiIHk9IjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03LjUgOS4zODA0OUwxMi4xMjUgNy41TDE0LjQzNzUgOC40NDAyNU03LjUgOS4zODA0OVYxNC44Njk1TDEyLjEyNSAxNi43NU03LjUgOS4zODA0OUw5LjgxMjUgMTAuMzQ2Mk0xNi43NSA5LjM4MDQ5VjE0Ljg2OTVMMTIuMTI1IDE2Ljc1TTE2Ljc1IDkuMzgwNDlMMTIuMTI1IDExLjMxMThNMTYuNzUgOS4zODA0OUwxNC40Mzc1IDguNDQwMjVNMTIuMTI1IDE2Ljc1VjExLjMxMThNMTIuMTI1IDExLjMxMThMOS44MTI1IDEwLjM0NjJNOS44MTI1IDEwLjM0NjJMMTQuNDM3NSA4LjQ0MDI1TTkuODEyNSAxMC4zNDYyVjEyLjUiIHN0cm9rZT0iIzE0MTQyQiIvPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzEwNjQ5XzEwODEwNSIgeD0iNiIgeT0iMjUiIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMDY0OV8xMDgxMDUiLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTA2NDlfMTA4MTA1Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=";
|
|
65513
65511
|
const SetPinPoint = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyMiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfMTE2NTRfNTMwMDciIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyOCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjIyIiBoZWlnaHQ9IjI4Ii8+CjxwYXRoIGQ9Ik0xMSAxQzE2LjUyMjggMSAyMSA1LjQ3NzE1IDIxIDExQzIxIDE0LjI4NTggMTkuNDE0NiAxNy4yMDA1IDE2Ljk2NzggMTkuMDIzNEMxNS4wODMgMjAuNDM5NCAxMi4zODcgMjIuNjg1IDExLjc3MTUgMjYuMzE5M0MxMS43MDY5IDI2LjcwMDggMTEuMzg2OSAyNi45OTcxIDExIDI2Ljk5NzFDMTAuNjEzMSAyNi45OTcxIDEwLjI5MzEgMjYuNzAwOCAxMC4yMjg1IDI2LjMxOTNDOS42MTI5IDIyLjY4NDYgNi45MTYwNCAyMC40Mzk0IDUuMDMxMjUgMTkuMDIzNEMyLjU4NDc3IDE3LjIwMDUgMSAxNC4yODU1IDEgMTFDMSA1LjQ3NzE1IDUuNDc3MTUgMSAxMSAxWiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0xMSAxQzE2LjUyMjggMSAyMSA1LjQ3NzE1IDIxIDExQzIxIDE0LjI4NTggMTkuNDE0NiAxNy4yMDA1IDE2Ljk2NzggMTkuMDIzNEMxNS4wODMgMjAuNDM5NCAxMi4zODcgMjIuNjg1IDExLjc3MTUgMjYuMzE5M0MxMS43MDY5IDI2LjcwMDggMTEuMzg2OSAyNi45OTcxIDExIDI2Ljk5NzFDMTAuNjEzMSAyNi45OTcxIDEwLjI5MzEgMjYuNzAwOCAxMC4yMjg1IDI2LjMxOTNDOS42MTI5IDIyLjY4NDYgNi45MTYwNCAyMC40Mzk0IDUuMDMxMjUgMTkuMDIzNEMyLjU4NDc3IDE3LjIwMDUgMSAxNC4yODU1IDEgMTFDMSA1LjQ3NzE1IDUuNDc3MTUgMSAxMSAxWiIgZmlsbD0iIzAwNjNGNyIvPgo8cGF0aCBkPSJNMTYuOTY3OCAxOS4wMjM0TDE2LjM3MDMgMTguMjIxNUwxNi4zNjcxIDE4LjIyMzlMMTYuOTY3OCAxOS4wMjM0Wk0xMS43NzE1IDI2LjMxOTNMMTAuNzg1NSAyNi4xNTIzTDEwLjc4NTUgMjYuMTUyNEwxMS43NzE1IDI2LjMxOTNaTTEwLjIyODUgMjYuMzE5M0wxMS4yMTQ1IDI2LjE1MjRMMTEuMjE0NSAyNi4xNTIzTDEwLjIyODUgMjYuMzE5M1pNNS4wMzEyNSAxOS4wMjM0TDUuNjMxODkgMTguMjIzOUw1LjYyODc1IDE4LjIyMTZMNS4wMzEyNSAxOS4wMjM0Wk0xMSAxVjJDMTUuOTcwNiAyIDIwIDYuMDI5NDQgMjAgMTFIMjFIMjJDMjIgNC45MjQ4NyAxNy4wNzUxIDAgMTEgMFYxWk0yMSAxMUgyMEMyMCAxMy45NTYzIDE4LjU3NSAxNi41NzkxIDE2LjM3MDMgMTguMjIxNUwxNi45Njc4IDE5LjAyMzRMMTcuNTY1MiAxOS44MjU0QzIwLjI1NDIgMTcuODIyIDIyIDE0LjYxNTMgMjIgMTFIMjFaTTE2Ljk2NzggMTkuMDIzNEwxNi4zNjcxIDE4LjIyMzlDMTQuNDcyMSAxOS42NDc2IDExLjQ3MiAyMi4wOTkzIDEwLjc4NTUgMjYuMTUyM0wxMS43NzE1IDI2LjMxOTNMMTIuNzU3NCAyNi40ODYzQzEzLjMwMjEgMjMuMjcwNyAxNS42OTM5IDIxLjIzMTIgMTcuNTY4NCAxOS44MjI5TDE2Ljk2NzggMTkuMDIzNFpNMTEuNzcxNSAyNi4zMTkzTDEwLjc4NTUgMjYuMTUyNEMxMC43OTE0IDI2LjExNzcgMTAuODA5MSAyNi4wODM0IDEwLjg0MDggMjYuMDU1MUMxMC44NzQ3IDI2LjAyNDggMTAuOTMxMiAyNS45OTcxIDExIDI1Ljk5NzFWMjYuOTk3MVYyNy45OTcxQzExLjkyMTIgMjcuOTk3MSAxMi42MTk0IDI3LjMwMTQgMTIuNzU3NCAyNi40ODYzTDExLjc3MTUgMjYuMzE5M1pNMTEgMjYuOTk3MVYyNS45OTcxQzExLjA2ODggMjUuOTk3MSAxMS4xMjUzIDI2LjAyNDggMTEuMTU5MiAyNi4wNTUxQzExLjE5MDkgMjYuMDgzNCAxMS4yMDg2IDI2LjExNzcgMTEuMjE0NSAyNi4xNTI0TDEwLjIyODUgMjYuMzE5M0w5LjI0MjU1IDI2LjQ4NjNDOS4zODA1OSAyNy4zMDE0IDEwLjA3ODggMjcuOTk3MSAxMSAyNy45OTcxVjI2Ljk5NzFaTTEwLjIyODUgMjYuMzE5M0wxMS4yMTQ1IDI2LjE1MjNDMTAuNTI3OSAyMi4wOTg4IDcuNTI2NzUgMTkuNjQ3NCA1LjYzMTg5IDE4LjIyMzlMNS4wMzEyNSAxOS4wMjM0TDQuNDMwNjEgMTkuODIzQzYuMzA1MzQgMjEuMjMxMyA4LjY5Nzg4IDIzLjI3MDQgOS4yNDI1NiAyNi40ODYzTDEwLjIyODUgMjYuMzE5M1pNNS4wMzEyNSAxOS4wMjM0TDUuNjI4NzUgMTguMjIxNkMzLjQyNDU0IDE2LjU3OTIgMiAxMy45NTYyIDIgMTFIMUgwQzAgMTQuNjE0OCAxLjc0NTAxIDE3LjgyMTggNC40MzM3NSAxOS44MjUzTDUuMDMxMjUgMTkuMDIzNFpNMSAxMUgyQzIgNi4wMjk0NCA2LjAyOTQ0IDIgMTEgMlYxVjBDNC45MjQ4NyAwIDAgNC45MjQ4NyAwIDExSDFaIiBmaWxsPSIjOTRCRkZGIiBtYXNrPSJ1cmwoI3BhdGgtMS1vdXRzaWRlLTFfMTE2NTRfNTMwMDcpIi8+Cjwvc3ZnPgo=";
|
|
65514
65512
|
const _hoisted_1$y = { class: "marker-pin" };
|