@topvisor/ui 1.5.6-topSelectorReactive.2 → 1.5.6-yandexLive.1
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/assets/project.css +1 -1
- package/package.json +1 -1
- package/project/project.amd.js +1 -1
- package/project/project.amd.js.map +1 -1
- package/project/project.js +126 -124
- package/project/project.js.map +1 -1
- package/src/components/project/regionSelector/utils/consts.d.ts +1 -0
- package/src/core/utils/searchers.d.ts +1 -0
- package/utils/searchers.amd.js +1 -1
- package/utils/searchers.amd.js.map +1 -1
- package/utils/searchers.js +2 -0
- package/utils/searchers.js.map +1 -1
package/project/project.js
CHANGED
|
@@ -98,7 +98,8 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
98
98
|
8: "AppStore",
|
|
99
99
|
9: "GoogleStore",
|
|
100
100
|
20: "Yandex.com",
|
|
101
|
-
21: "Yandex.com.tr"
|
|
101
|
+
21: "Yandex.com.tr",
|
|
102
|
+
22: "YandexLive"
|
|
102
103
|
}, Se = {
|
|
103
104
|
key: -2,
|
|
104
105
|
name: "--",
|
|
@@ -131,7 +132,7 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
131
132
|
}, Ae = (e, t = !0, n = [], r = "") => {
|
|
132
133
|
let i = /* @__PURE__ */ new Map();
|
|
133
134
|
return e.forEach((e) => {
|
|
134
|
-
if (!e.enabled || r && typeof e.key == "number" && e.key > 1) return;
|
|
135
|
+
if (r !== "project_relevant_url" && !e.enabled || r && typeof e.key == "number" && e.key > 1) return;
|
|
135
136
|
let a = { ...e };
|
|
136
137
|
a.regionByIndex = /* @__PURE__ */ new Map(), e.regions && e.regions.forEach((e) => {
|
|
137
138
|
if (t && !e.enabled) return;
|
|
@@ -195,53 +196,53 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
195
196
|
})
|
|
196
197
|
};
|
|
197
198
|
}, Fe = (t, n) => {
|
|
198
|
-
let r = e(), i = F(-2);
|
|
199
|
-
t.modelValue.length === 1 && (
|
|
200
|
-
let
|
|
199
|
+
let r = e(), i = w(() => t.forMode === "volume" || t.forMode === "cost_forecast"), a = F(-2);
|
|
200
|
+
t.modelValue.length === 1 && (a.value = t.modelValue[0]), a.value === -2 && (i.value ? a.value = n.value?.regionByIndex.values().next().value?.key ?? -2 : a.value = n.value?.regionByIndex.keys().next().value ?? -2);
|
|
201
|
+
let o = w(() => {
|
|
201
202
|
let e = /* @__PURE__ */ new Map();
|
|
202
|
-
return n.value.regionByIndex?.forEach((
|
|
203
|
-
let a =
|
|
204
|
-
if (
|
|
205
|
-
let
|
|
206
|
-
value:
|
|
203
|
+
return n.value.regionByIndex?.forEach((t) => {
|
|
204
|
+
let a = t.name;
|
|
205
|
+
if (i.value) {
|
|
206
|
+
let n = {
|
|
207
|
+
value: t.key,
|
|
207
208
|
title: a
|
|
208
209
|
};
|
|
209
|
-
e.has(
|
|
210
|
+
e.has(t.key) || e.set(t.key, n);
|
|
210
211
|
return;
|
|
211
212
|
}
|
|
212
|
-
|
|
213
|
-
let o = p(n.value.key || 0,
|
|
213
|
+
t.device && (a += " (" + r.Common["Device_" + t.device] + ")");
|
|
214
|
+
let o = p(n.value.key || 0, t.lang ?? "");
|
|
214
215
|
o && (a += " / " + o);
|
|
215
216
|
let s = {
|
|
216
|
-
value:
|
|
217
|
+
value: t.index,
|
|
217
218
|
title: a,
|
|
218
|
-
icon:
|
|
219
|
+
icon: t.device ? f(t.device) : void 0
|
|
219
220
|
};
|
|
220
|
-
e.set(
|
|
221
|
+
e.set(t.index, s);
|
|
221
222
|
}), e;
|
|
222
223
|
});
|
|
223
|
-
return B(
|
|
224
|
-
if (t.onlySearcher ||
|
|
225
|
-
let
|
|
226
|
-
if (
|
|
227
|
-
|
|
224
|
+
return B(o, (e, n) => {
|
|
225
|
+
if (t.onlySearcher || a.value !== void 0 && e.get(a.value)) return;
|
|
226
|
+
let i = e.keys().next().value;
|
|
227
|
+
if (a.value === -2 || i === -2) {
|
|
228
|
+
a.value = i;
|
|
228
229
|
return;
|
|
229
230
|
}
|
|
230
|
-
let o = n?.get(
|
|
231
|
+
let o = n?.get(a.value)?.title || "", s = -1;
|
|
231
232
|
for (let [t, n] of e.entries()) {
|
|
232
233
|
let e = n.title;
|
|
233
234
|
if (typeof e != "string" || typeof t == "string") break;
|
|
234
235
|
if (e === o) {
|
|
235
|
-
|
|
236
|
+
i = t;
|
|
236
237
|
break;
|
|
237
238
|
}
|
|
238
|
-
let
|
|
239
|
-
e.indexOf(c) === -1 && (c = o.replace(/^[^a-zа-я]/i, "").replace(
|
|
239
|
+
let a = RegExp(` \\((${r.Common.Device_1}|${r.Common.Device_2})\\)`), c = o, l = 3;
|
|
240
|
+
e.indexOf(c) === -1 && (c = o.replace(/^[^a-zа-я]/i, "").replace(a, ""), l--), e.indexOf(c) === -1 && (c = o.replace(/ \/.*/, ""), l--), e.indexOf(c) === -1 && (c = o.replace(/ \/.*/, ""), c = c.replace(/^[^a-zа-я]/i, "").replace(a, ""), l--), e.indexOf(c) !== -1 && (l <= s || (s = l, i = t));
|
|
240
241
|
}
|
|
241
|
-
|
|
242
|
+
a.value = i;
|
|
242
243
|
}), {
|
|
243
|
-
regionIndex:
|
|
244
|
-
optionByRegionIndex:
|
|
244
|
+
regionIndex: a,
|
|
245
|
+
optionByRegionIndex: o
|
|
245
246
|
};
|
|
246
247
|
}, Ie = (e, t, n) => {
|
|
247
248
|
let r = F([]), i = () => {
|
|
@@ -262,57 +263,57 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
262
263
|
a();
|
|
263
264
|
}), e.addCompare && i(), { regionsIndexes: r };
|
|
264
265
|
}, Le = (e) => {
|
|
265
|
-
let t = w(() => ke(e.forMode, e.autoRegion, e.searchers)),
|
|
266
|
+
let t = w(() => e.forMode === "volume" || e.forMode === "cost_forecast"), n = w(() => ke(e.forMode, e.autoRegion, e.searchers)), r = w(() => n.value.get(a.searcherKey.value) || Ce), i = w(() => {
|
|
266
267
|
let e = /* @__PURE__ */ new Set();
|
|
267
|
-
return
|
|
268
|
+
return n.value.forEach((t) => {
|
|
268
269
|
t.regionByIndex.forEach((t) => {
|
|
269
270
|
t.index !== -1 && t.index !== -2 && e.add(t.index);
|
|
270
271
|
});
|
|
271
272
|
}), e;
|
|
272
|
-
}),
|
|
273
|
-
B(
|
|
274
|
-
if (e.onlySearcher ?
|
|
275
|
-
let
|
|
276
|
-
|
|
277
|
-
if (e.onlySearcher &&
|
|
278
|
-
|
|
273
|
+
}), a = Pe(e, n), o = Fe(e, r), s = Ie(e, n, i);
|
|
274
|
+
B(n, () => {
|
|
275
|
+
if (e.onlySearcher ? s.regionsIndexes.value = Array.from(n.value.keys()) : s.regionsIndexes.value = s.regionsIndexes.value.filter((e) => i.value.has(e)), a.searcherKey.value === -1) return;
|
|
276
|
+
let t = n.value.keys().next().value;
|
|
277
|
+
n.value.forEach((r) => {
|
|
278
|
+
if (e.onlySearcher && r.key === a.searcherKey.value) {
|
|
279
|
+
t = a.searcherKey.value;
|
|
279
280
|
return;
|
|
280
281
|
}
|
|
281
|
-
if (
|
|
282
|
+
if (o.regionIndex.value && r.regionByIndex?.has(o.regionIndex.value) && (t = r.key), !e.onlySearcher) {
|
|
282
283
|
let e;
|
|
283
|
-
|
|
284
|
-
let
|
|
285
|
-
e?.has(-2) && !
|
|
284
|
+
t !== void 0 && (e = n.value.get(t)?.regionByIndex);
|
|
285
|
+
let i = n.value.get(r.key)?.regionByIndex;
|
|
286
|
+
e?.has(-2) && !i?.has(-2) && (t = r.key);
|
|
286
287
|
}
|
|
287
|
-
}),
|
|
288
|
+
}), t !== void 0 && (a.searcherKey.value = t), o.regionIndex.value !== void 0 && !(r.value?.regionByIndex)?.has(o.regionIndex.value) && (o.regionIndex.value = r.value?.regions?.keys().next().value);
|
|
288
289
|
}, { immediate: !0 });
|
|
289
|
-
let
|
|
290
|
-
if (!(
|
|
291
|
-
},
|
|
292
|
-
if (e.onlySearcher ||
|
|
293
|
-
let
|
|
294
|
-
if (e.forMode) {
|
|
295
|
-
let
|
|
296
|
-
|
|
297
|
-
searcher_key:
|
|
298
|
-
key:
|
|
290
|
+
let c = () => {
|
|
291
|
+
if (!(a.searcherKey.value === -1 || a.searcherKey.value === -2)) return a.searcherKey.value;
|
|
292
|
+
}, l = () => {
|
|
293
|
+
if (e.onlySearcher || o.regionIndex.value === -2) return;
|
|
294
|
+
let n = o.regionIndex.value;
|
|
295
|
+
if (t.value && e.forMode) {
|
|
296
|
+
let t = o.regionIndex.value;
|
|
297
|
+
n = Me(e.forMode, {
|
|
298
|
+
searcher_key: c(),
|
|
299
|
+
key: t
|
|
299
300
|
}, e.searchers)?.index;
|
|
300
301
|
}
|
|
301
|
-
return
|
|
302
|
-
},
|
|
303
|
-
let e =
|
|
304
|
-
if (e !== void 0) return
|
|
302
|
+
return n;
|
|
303
|
+
}, u = () => {
|
|
304
|
+
let e = c();
|
|
305
|
+
if (e !== void 0) return n.value.get(e);
|
|
305
306
|
};
|
|
306
307
|
return {
|
|
307
|
-
selectSearcher:
|
|
308
|
-
selectRegion:
|
|
309
|
-
compare:
|
|
310
|
-
searcherByKey:
|
|
311
|
-
allRegionsIndexes:
|
|
312
|
-
getSearcher:
|
|
308
|
+
selectSearcher: a,
|
|
309
|
+
selectRegion: o,
|
|
310
|
+
compare: s,
|
|
311
|
+
searcherByKey: n,
|
|
312
|
+
allRegionsIndexes: i,
|
|
313
|
+
getSearcher: u,
|
|
313
314
|
getRegion: () => {
|
|
314
|
-
let e =
|
|
315
|
-
if (e !== void 0) return
|
|
315
|
+
let e = l();
|
|
316
|
+
if (e !== void 0) return u()?.regionByIndex?.get(e);
|
|
316
317
|
}
|
|
317
318
|
};
|
|
318
319
|
}, Re = /* @__PURE__ */ j({
|
|
@@ -346,90 +347,90 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
346
347
|
}),
|
|
347
348
|
emits: ["update:modelValue", "update:modelValueSingle"],
|
|
348
349
|
setup(e, { expose: t }) {
|
|
349
|
-
let n = e, a = z(e, "modelValue"),
|
|
350
|
+
let n = e, a = w(() => n.forMode === "volume" || n.forMode === "cost_forecast"), o = z(e, "modelValue"), s = z(e, "modelValueSingle"), { selectSearcher: c, selectRegion: l, compare: u, searcherByKey: d, allRegionsIndexes: f, getSearcher: p, getRegion: m } = Le(n), h = () => {
|
|
350
351
|
let e = [];
|
|
351
|
-
|
|
352
|
-
t.enabled
|
|
353
|
-
t.enabled && e.push(t);
|
|
352
|
+
d.value.forEach((t) => {
|
|
353
|
+
n.forMode !== "project_relevant_url" && !t.enabled || t.regions.forEach((t) => {
|
|
354
|
+
n.forMode !== "project_relevant_url" && !t.enabled || t.index !== -1 && e.push(t);
|
|
354
355
|
});
|
|
355
356
|
}), Ne.open("regions", {
|
|
356
357
|
regions: e,
|
|
357
|
-
regionsIndexes:
|
|
358
|
-
"@update:regionsIndexes": (e) =>
|
|
358
|
+
regionsIndexes: u.regionsIndexes.value,
|
|
359
|
+
"@update:regionsIndexes": (e) => u.regionsIndexes.value = e
|
|
359
360
|
});
|
|
360
361
|
};
|
|
361
362
|
return B([
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
363
|
+
l.regionIndex,
|
|
364
|
+
c.searcherKey,
|
|
365
|
+
u.regionsIndexes
|
|
365
366
|
], () => {
|
|
366
|
-
if (
|
|
367
|
-
if (JSON.stringify(
|
|
368
|
-
|
|
369
|
-
} else n.onlySearcher ? (
|
|
370
|
-
!n.onlySearcher && !
|
|
371
|
-
}),
|
|
372
|
-
|
|
373
|
-
}, { immediate: !0 }), B(
|
|
374
|
-
if (
|
|
375
|
-
if (!
|
|
376
|
-
let e =
|
|
377
|
-
e === -2 && !n.autoRegion && (e = void 0,
|
|
367
|
+
if (c.searcherKey.value === -1 && u.regionsIndexes.value.length) {
|
|
368
|
+
if (JSON.stringify(o.value) === JSON.stringify(u.regionsIndexes.value)) return;
|
|
369
|
+
o.value = [...u.regionsIndexes.value];
|
|
370
|
+
} else n.onlySearcher ? (o.value = [c.searcherKey.value], c.searcherKey.value === -2 && !n.autoRegion && (o.value.length = 0)) : (o.value = [l.regionIndex.value], l.regionIndex.value === -2 && !n.autoRegion && (o.value.length = 0));
|
|
371
|
+
!n.onlySearcher && !f.value.size && (c.searcherKey.value = -2);
|
|
372
|
+
}), s.value && B(s, () => {
|
|
373
|
+
s.value && (o.value = [s.value]);
|
|
374
|
+
}, { immediate: !0 }), B(o, () => {
|
|
375
|
+
if (o.value[0] && (s.value = o.value[0]), n.onlySearcher) {
|
|
376
|
+
if (!o.value.length || o.value.length === 1 && !d.value.has(o.value[0]) || o.value.length === 1 && o.value[0] === -2 && !n.autoRegion) {
|
|
377
|
+
let e = d.value.keys().next().value;
|
|
378
|
+
e === -2 && !n.autoRegion && (e = void 0, s.value = -2), e === void 0 ? o.value.length = 0 : o.value = [e];
|
|
378
379
|
return;
|
|
379
380
|
}
|
|
380
|
-
if (
|
|
381
|
-
|
|
381
|
+
if (o.value.length > 1 && JSON.stringify(o.value) !== JSON.stringify(u.regionsIndexes.value)) {
|
|
382
|
+
o.value = [...u.regionsIndexes.value];
|
|
382
383
|
return;
|
|
383
384
|
}
|
|
384
385
|
} else {
|
|
385
|
-
let e = [...new Set(
|
|
386
|
-
if (
|
|
386
|
+
let e = [...new Set(o.value)], t = d.value.values().next().value?.regionByIndex?.keys().next().value;
|
|
387
|
+
if (a.value && (t = d.value.values().next().value?.regionByIndex?.values().next().value?.key), t === -2 && !n.autoRegion && (t = void 0, s.value = -2), !e.length) t !== void 0 && e.push(t);
|
|
387
388
|
else if (e.length === 1) {
|
|
388
|
-
let
|
|
389
|
-
|
|
389
|
+
let n = f.value;
|
|
390
|
+
a.value && (n = /* @__PURE__ */ new Set(), d.value.forEach((e) => {
|
|
390
391
|
e.regionByIndex.forEach((e) => {
|
|
391
|
-
e.index !== -1 && e.index !== -2 &&
|
|
392
|
+
e.index !== -1 && e.index !== -2 && n.add(e.key);
|
|
392
393
|
});
|
|
393
|
-
})),
|
|
394
|
-
} else e = e.filter((e) =>
|
|
395
|
-
if (JSON.stringify(
|
|
396
|
-
|
|
394
|
+
})), n.has(e[0]) || (e = [], t !== void 0 && e.push(t));
|
|
395
|
+
} else e = e.filter((e) => f.value.has(e)), !e.length && t !== void 0 && e.push(t);
|
|
396
|
+
if (JSON.stringify(o.value) !== JSON.stringify(e)) {
|
|
397
|
+
o.value = e;
|
|
397
398
|
return;
|
|
398
399
|
}
|
|
399
400
|
}
|
|
400
|
-
if (!(
|
|
401
|
-
if (
|
|
402
|
-
|
|
401
|
+
if (!(o.value.length === 1 && o.value[0] === (n.onlySearcher ? c.searcherKey.value : l.regionIndex.value))) if (n.onlySearcher) {
|
|
402
|
+
if (o.value.length === 1) {
|
|
403
|
+
c.searcherKey.value = o.value[0];
|
|
403
404
|
return;
|
|
404
405
|
}
|
|
405
|
-
|
|
406
|
+
c.searcherKey.value = -1;
|
|
406
407
|
return;
|
|
407
408
|
} else {
|
|
408
|
-
if (!
|
|
409
|
-
if (
|
|
410
|
-
|
|
409
|
+
if (!o.value.length) return;
|
|
410
|
+
if (o.value.length === 1 && c.searcherKey.value !== -1) {
|
|
411
|
+
l.regionIndex.value = o.value[0];
|
|
411
412
|
let e;
|
|
412
|
-
for (let t of
|
|
413
|
-
for (let
|
|
413
|
+
for (let t of d.value.values()) {
|
|
414
|
+
for (let n of t.regionByIndex.values()) if ((a.value ? n.key : n.index) === l.regionIndex.value) {
|
|
414
415
|
e = t.key;
|
|
415
416
|
break;
|
|
416
417
|
}
|
|
417
418
|
if (e !== void 0) break;
|
|
418
419
|
}
|
|
419
|
-
e !== void 0 && (
|
|
420
|
-
} else
|
|
420
|
+
e !== void 0 && (c.searcherKey.value = e);
|
|
421
|
+
} else c.searcherKey.value = -1, u.regionsIndexes.value = [...o.value];
|
|
421
422
|
}
|
|
422
423
|
}, { immediate: !0 }), t({
|
|
423
|
-
getSearcher:
|
|
424
|
-
getRegion:
|
|
424
|
+
getSearcher: p,
|
|
425
|
+
getRegion: m
|
|
425
426
|
}), (t, n) => (P(), D("div", { class: N({
|
|
426
427
|
"top-regionSelector": !0,
|
|
427
428
|
"top-regionSelector-onlySearcher": e.onlySearcher
|
|
428
429
|
}) }, [
|
|
429
430
|
A(i, {
|
|
430
|
-
options: R(
|
|
431
|
-
modelValue: R(
|
|
432
|
-
"onUpdate:modelValue": n[0] ||= (e) => R(
|
|
431
|
+
options: R(c).optionBySearcherKey.value,
|
|
432
|
+
modelValue: R(c).searcherKey.value,
|
|
433
|
+
"onUpdate:modelValue": n[0] ||= (e) => R(c).searcherKey.value = e,
|
|
433
434
|
name: "searcher_key",
|
|
434
435
|
addChanger: e.addChanger
|
|
435
436
|
}, null, 8, [
|
|
@@ -437,13 +438,13 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
437
438
|
"modelValue",
|
|
438
439
|
"addChanger"
|
|
439
440
|
]),
|
|
440
|
-
!e.onlySearcher && R(
|
|
441
|
+
!e.onlySearcher && R(c).searcherKey.value !== R(-1) ? (P(), T(i, {
|
|
441
442
|
key: 0,
|
|
442
443
|
class: "top-select-region",
|
|
443
|
-
options: R(
|
|
444
|
-
modelValue: R(
|
|
445
|
-
"onUpdate:modelValue": n[1] ||= (e) => R(
|
|
446
|
-
name:
|
|
444
|
+
options: R(l).optionByRegionIndex.value,
|
|
445
|
+
modelValue: R(l).regionIndex.value,
|
|
446
|
+
"onUpdate:modelValue": n[1] ||= (e) => R(l).regionIndex.value = e,
|
|
447
|
+
name: a.value ? "region_key" : "region_index",
|
|
447
448
|
addChanger: e.addChanger,
|
|
448
449
|
"data-top-icon": e.addRegionIcon ? "" : void 0
|
|
449
450
|
}, null, 8, [
|
|
@@ -453,11 +454,11 @@ var _e = { class: "top-competitorSelector" }, ve = { class: "top-ellipsis1" }, y
|
|
|
453
454
|
"addChanger",
|
|
454
455
|
"data-top-icon"
|
|
455
456
|
])) : E("", !0),
|
|
456
|
-
e.addCompare && !e.onlySearcher && R(
|
|
457
|
+
e.addCompare && !e.onlySearcher && R(c).searcherKey.value === R(-1) ? (P(), T(r, {
|
|
457
458
|
key: 1,
|
|
458
459
|
name: "compare",
|
|
459
|
-
onClick:
|
|
460
|
-
"data-count-compare-regions-indexes": R(
|
|
460
|
+
onClick: h,
|
|
461
|
+
"data-count-compare-regions-indexes": R(u).regionsIndexes.value.length
|
|
461
462
|
}, {
|
|
462
463
|
default: V(() => [k(L(t.$i18n.Common.Selected_regions), 1)]),
|
|
463
464
|
_: 1
|
|
@@ -1003,8 +1004,8 @@ var Ue = ["innerHTML"], We = /* @__PURE__ */ j({
|
|
|
1003
1004
|
a("id", "DESC")
|
|
1004
1005
|
]
|
|
1005
1006
|
}), n.options.loadingShowSpinner = !1, n.options.onApiLoaded = (e, t, n) => {
|
|
1006
|
-
let r = t.data.filters.length
|
|
1007
|
-
e.result = lt(e.result,
|
|
1007
|
+
let r = t.data.filters.length > 1, i = t.data.offset === 0, a = t.data.offset === void 0 || i && !r, o = r;
|
|
1008
|
+
e.result = lt(e.result, a, o), n?.(e, t);
|
|
1008
1009
|
}, n;
|
|
1009
1010
|
}, _t = (e) => e.gen("/add/projects_2/projects/"), vt = { class: "top-ellipsis1" }, yt = /* @__PURE__ */ j({
|
|
1010
1011
|
__name: "submenu",
|
|
@@ -1200,7 +1201,8 @@ var Ue = ["innerHTML"], We = /* @__PURE__ */ j({
|
|
|
1200
1201
|
await y();
|
|
1201
1202
|
}), (e, t) => {
|
|
1202
1203
|
let r = le("TopButton");
|
|
1203
|
-
return P(), D(C, null, [
|
|
1204
|
+
return P(), D(C, null, [h.value ? (P(), T(S, {
|
|
1205
|
+
key: 0,
|
|
1204
1206
|
ref_key: "refSelector",
|
|
1205
1207
|
ref: l,
|
|
1206
1208
|
class: "top-projectSelector",
|
|
@@ -1270,7 +1272,7 @@ var Ue = ["innerHTML"], We = /* @__PURE__ */ j({
|
|
|
1270
1272
|
"appendSearchToResultCond",
|
|
1271
1273
|
"buttonProps",
|
|
1272
1274
|
"openerShortcut"
|
|
1273
|
-
]), A(yt, { id: R(f) }, null, 8, ["id"])], 64);
|
|
1275
|
+
])) : E("", !0), A(yt, { id: R(f) }, null, 8, ["id"])], 64);
|
|
1274
1276
|
};
|
|
1275
1277
|
}
|
|
1276
1278
|
}), At = (e) => "-" + e, X = (e) => e[0] === "-" ? e.substring(1) : e, Z = (e, t) => {
|