@opendesign-plus-test/components 0.0.1-rc.26 → 0.0.1-rc.28
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +269 -197
- package/dist/components/OCookieNotice.vue.d.ts +3 -2
- package/dist/components/OFooter.vue.d.ts +22 -1
- package/dist/components/OHeaderUser.vue.d.ts +0 -2
- package/dist/components/activity/OMyActivityCalendar.vue.d.ts +6 -6
- package/dist/components/activity/index.d.ts +3 -3
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +6 -3
- package/dist/components/{OHeader.vue.d.ts → header/OHeader.vue.d.ts} +2 -1
- package/dist/components/{OHeaderMoblie.vue.d.ts → header/OHeaderMoblie.vue.d.ts} +2 -2
- package/dist/components/header/components/HeaderContent.vue.d.ts +6 -0
- package/dist/components/header/components/HeaderNav.vue.d.ts +7 -0
- package/dist/components/header/components/HeaderNavMoblie.vue.d.ts +17 -0
- package/dist/components/header/components/HeaderUbmcNav.vue.d.ts +2 -0
- package/dist/components/header/index.d.ts +22 -0
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +1 -6
- package/dist/components/meeting/OMeetingForm.vue.d.ts +3 -15
- package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +6 -6
- package/dist/components/meeting/types.d.ts +14 -5
- package/dist/components/meeting/utils.d.ts +1 -0
- package/dist/components.cjs.js +46 -46
- package/dist/components.css +1 -1
- package/dist/components.es.js +17909 -17780
- package/dist/index.d.ts +2 -3
- package/package.json +1 -1
- package/src/assets/svg-icons/icon-chevron-down.svg +1 -1
- package/src/components/OCookieNotice.vue +270 -118
- package/src/components/OFooter.vue +11 -1
- package/src/components/OHeaderUser.vue +14 -81
- package/src/components/OSourceCode.vue +1 -1
- package/src/components/activity/OActivityApproval.vue +60 -26
- package/src/components/activity/OActivityForm.vue +2 -5
- package/src/components/activity/OMyActivityCalendar.vue +80 -73
- package/src/components/common/MoreText.vue +3 -2
- package/src/components/common/ThFilter.vue +7 -3
- package/src/components/element-plus/OElCookieNotice.vue +306 -115
- package/src/components/events/OEventsApply.vue +16 -0
- package/src/components/events/OEventsList.vue +3 -0
- package/src/components/header/OHeader.vue +175 -0
- package/src/components/{OHeaderMoblie.vue → header/OHeaderMoblie.vue} +6 -3
- package/src/components/{common/HeaderEulerNav.vue → header/components/HeaderContent.vue} +375 -551
- package/src/components/header/components/HeaderNav.vue +280 -0
- package/src/components/{common → header/components}/HeaderNavMoblie.vue +20 -18
- package/src/components/{common → header/components}/HeaderUbmcNav.vue +6 -63
- package/src/components/header/index.ts +16 -0
- package/src/components/meeting/OMeetingCalendar.vue +19 -12
- package/src/components/meeting/OMeetingForm.vue +20 -27
- package/src/components/meeting/OMeetingPlayback.vue +1 -1
- package/src/components/meeting/OMyMeetingCalendar.vue +36 -36
- package/src/components/meeting/components/OMeetingCalendarList.vue +12 -9
- package/src/components/meeting/components/OMeetingDetail.vue +38 -17
- package/src/components/meeting/types.ts +13 -5
- package/src/components/meeting/utils.ts +18 -1
- package/src/i18n/en.ts +3 -1
- package/src/i18n/zh.ts +4 -2
- package/src/index.ts +2 -5
- package/dist/components/activity/data.d.ts +0 -51
- package/src/components/OHeader.vue +0 -97
- package/src/components/activity/data.ts +0 -365
- package/src/components/meeting/components/OMyCalendarWrapper.vue +0 -160
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useScreen as
|
|
3
|
-
import { isUndefined as
|
|
4
|
-
import {
|
|
5
|
-
import { useVModel as
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
for (const [
|
|
9
|
-
|
|
10
|
-
return
|
|
11
|
-
},
|
|
12
|
-
const
|
|
13
|
-
return
|
|
14
|
-
|
|
15
|
-
}), () =>
|
|
16
|
-
},
|
|
17
|
-
setup(
|
|
18
|
-
const
|
|
19
|
-
return
|
|
1
|
+
import { defineComponent as W, resolveComponent as Q, h as X, ref as _, onMounted as K, getCurrentInstance as ee, inject as te, computed as x, watch as ne, createBlock as z, openBlock as y, unref as e, withCtx as s, Teleport as ie, createElementBlock as k, createCommentVNode as G, createElementVNode as t, createVNode as c, normalizeClass as H, Fragment as L, createTextVNode as p, toDisplayString as o, renderSlot as oe, nextTick as ae } from "vue";
|
|
2
|
+
import { useScreen as me } from "@opendesign-plus/composables";
|
|
3
|
+
import { isUndefined as se, isString as le } from "@opensig/opendesign";
|
|
4
|
+
import { ElIcon as $, ElButton as S, ElDialog as ce, ElSwitch as ge, ElDivider as re } from "element-plus";
|
|
5
|
+
import { useVModel as de } from "@vueuse/core";
|
|
6
|
+
const ue = (a, m) => {
|
|
7
|
+
const g = a.__vccOpts || a;
|
|
8
|
+
for (const [v, T] of m)
|
|
9
|
+
g[v] = T;
|
|
10
|
+
return g;
|
|
11
|
+
}, ye = (a) => {
|
|
12
|
+
const m = _(!1);
|
|
13
|
+
return K(() => {
|
|
14
|
+
m.value = !0;
|
|
15
|
+
}), () => m.value && a.default ? a.default() : null;
|
|
16
|
+
}, pe = W({
|
|
17
|
+
setup(a, { slots: m }) {
|
|
18
|
+
const g = Q("ClientOnly");
|
|
19
|
+
return g && typeof g != "string" ? () => X(g, null, { default: () => m.default ? m.default() : null }) : ye(m);
|
|
20
20
|
}
|
|
21
|
-
}),
|
|
21
|
+
}), he = {
|
|
22
22
|
search: "搜索",
|
|
23
23
|
"search.hot": "热门搜索",
|
|
24
24
|
"search.placeholder": "搜索",
|
|
@@ -85,7 +85,7 @@ const ce = (i, a) => {
|
|
|
85
85
|
"meeting.meetingAgendaTooLong": "会议内容不能超过4096个字符",
|
|
86
86
|
"meeting.meetingSig": "所属SIG",
|
|
87
87
|
"meeting.selectSig": "请选择所属SIG",
|
|
88
|
-
"meeting.enterEtherpad": "
|
|
88
|
+
"meeting.enterEtherpad": "请输入会议纪要",
|
|
89
89
|
"meeting.etherpadDesc": "会议辅助工具,可以在线记录会议纪要和讨论。",
|
|
90
90
|
"meeting.selectDate": "请选择日期",
|
|
91
91
|
"meeting.finishMeetingConfig": "请完善会议配置",
|
|
@@ -99,7 +99,7 @@ const ce = (i, a) => {
|
|
|
99
99
|
"meeting.meetingAgenda": "会议内容",
|
|
100
100
|
"meeting.enterMeetingAgenda": "请输入会议内容",
|
|
101
101
|
"meeting.emailTooLong": "邮箱地址不能超过1020个字符",
|
|
102
|
-
"meeting.enterEmail": "
|
|
102
|
+
"meeting.enterEmail": "请输入电子邮件地址,多个邮件地址以“,”或“;”间隔",
|
|
103
103
|
"meeting.meetingEmail": "邮件地址",
|
|
104
104
|
"meeting.meetingEmailDesc": "默认会向已订阅SIG组成员发送会议通知也可添加其他SIG组邮件地址或个人邮件地址。",
|
|
105
105
|
"meeting.sigGroupEmail": "SIG组邮件列表",
|
|
@@ -154,6 +154,8 @@ const ce = (i, a) => {
|
|
|
154
154
|
"meeting.meetingReplay": "智能回放",
|
|
155
155
|
"meeting.searchSubtitlePlaceholder": "请输入搜索内容",
|
|
156
156
|
"meeting.detailHalfYearMeetings": "默认显示近半年的会议。",
|
|
157
|
+
"meeting.tencent": "腾讯会议",
|
|
158
|
+
"meeting.etherpad": "会议纪要",
|
|
157
159
|
"common.confirm": "确认",
|
|
158
160
|
"common.cancel": "取消",
|
|
159
161
|
"common.copySuccess": "复制成功",
|
|
@@ -171,7 +173,7 @@ const ce = (i, a) => {
|
|
|
171
173
|
"events.statusIng": "进行中",
|
|
172
174
|
"events.statusFinish": "已结束",
|
|
173
175
|
"events.searchPlaceholder": "搜索活动名称、地点"
|
|
174
|
-
},
|
|
176
|
+
}, fe = {
|
|
175
177
|
search: "Search",
|
|
176
178
|
"search.hot": "Top search",
|
|
177
179
|
"search.placeholder": "Please enter the content",
|
|
@@ -252,7 +254,7 @@ const ce = (i, a) => {
|
|
|
252
254
|
"meeting.meetingAgenda": "Content",
|
|
253
255
|
"meeting.enterMeetingAgenda": "Enter the meeting content.",
|
|
254
256
|
"meeting.emailTooLong": "Enter a maximum of 1020 characters for the email addresses.",
|
|
255
|
-
"meeting.enterEmail": "Enter email addresses, separated by commas (;).",
|
|
257
|
+
"meeting.enterEmail": "Enter email addresses, separated by commas (,) or semicolons (;).",
|
|
256
258
|
"meeting.meetingEmail": "Email",
|
|
257
259
|
"meeting.meetingEmailDesc": "The system automatically sends notifications to subscribed SIG members. You can include additional SIG or individual email addresses.",
|
|
258
260
|
"meeting.sigGroupEmail": "SIG Mailing List",
|
|
@@ -307,6 +309,8 @@ const ce = (i, a) => {
|
|
|
307
309
|
"meeting.meetingReplay": "Playback",
|
|
308
310
|
"meeting.searchSubtitlePlaceholder": "Enter",
|
|
309
311
|
"meeting.detailHalfYearMeetings": "默认显示近半年的会议。",
|
|
312
|
+
"meeting.tencent": "Tencent",
|
|
313
|
+
"meeting.etherpad": "Etherpad",
|
|
310
314
|
"common.confirm": "Confirm",
|
|
311
315
|
"common.cancel": "Cancel",
|
|
312
316
|
"common.copySuccess": "Copied Successfully",
|
|
@@ -330,239 +334,307 @@ const ce = (i, a) => {
|
|
|
330
334
|
"cookie.analyticalCookieDetail": "We will use these cookies only with your consent. These cookies help us make improvements by collecting statistics such as the number of visits and traffic sources.",
|
|
331
335
|
"cookie.saveSetting": "Save Settings",
|
|
332
336
|
"cookie.setting": "Cookie settings"
|
|
333
|
-
},
|
|
334
|
-
zh:
|
|
335
|
-
en:
|
|
337
|
+
}, ke = Symbol("provide-config-provider"), ve = _({
|
|
338
|
+
zh: he,
|
|
339
|
+
en: fe
|
|
336
340
|
});
|
|
337
|
-
var
|
|
338
|
-
function
|
|
339
|
-
const
|
|
341
|
+
var Te = /* @__PURE__ */ ((a) => (a.ZH = "zh", a.EN = "en", a))(Te || {});
|
|
342
|
+
function Ce() {
|
|
343
|
+
const m = ee() ? te(ke) : null, g = x(() => (m == null ? void 0 : m.locale) || "zh");
|
|
340
344
|
return {
|
|
341
|
-
locale:
|
|
342
|
-
t: (
|
|
343
|
-
const
|
|
344
|
-
if (
|
|
345
|
-
return console.warn(`Cannot translate the value of keypath '${
|
|
346
|
-
if (
|
|
347
|
-
if (
|
|
348
|
-
const
|
|
349
|
-
return
|
|
345
|
+
locale: g,
|
|
346
|
+
t: (T, ...r) => {
|
|
347
|
+
const h = ve.value[g.value][T];
|
|
348
|
+
if (se(h))
|
|
349
|
+
return console.warn(`Cannot translate the value of keypath '${T}'`), T;
|
|
350
|
+
if (r.length > 0 && le(h)) {
|
|
351
|
+
if (r.length === 1 && typeof r[0] == "object" && r[0] !== null) {
|
|
352
|
+
const i = r[0];
|
|
353
|
+
return h.replace(/{(\w+)}/g, (d, E) => i[E] ?? d);
|
|
350
354
|
}
|
|
351
|
-
return
|
|
355
|
+
return h.replace(/{(\d+)}/g, (i, d) => r[d] ?? i);
|
|
352
356
|
}
|
|
353
|
-
return
|
|
357
|
+
return h;
|
|
354
358
|
}
|
|
355
359
|
};
|
|
356
360
|
}
|
|
357
|
-
const
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
const Se = { class: "cookie-notice-content" }, Me = ["type"], De = { class: "cookie-title" }, be = {
|
|
362
|
+
style: { width: "1em", height: "1em" },
|
|
363
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
364
|
+
version: "1.1",
|
|
365
|
+
width: "24",
|
|
366
|
+
height: "24",
|
|
367
|
+
viewBox: "0 0 24 24"
|
|
368
|
+
}, Ee = {
|
|
369
|
+
class: "cookie-zh-title",
|
|
363
370
|
style: { "margin-top": "0" }
|
|
364
|
-
},
|
|
371
|
+
}, we = ["href"], _e = {
|
|
372
|
+
key: 1,
|
|
373
|
+
class: "cookie-en-title"
|
|
374
|
+
}, Ae = {
|
|
365
375
|
key: 0,
|
|
366
|
-
class: "cookie-
|
|
367
|
-
},
|
|
376
|
+
class: "cookie-en-content"
|
|
377
|
+
}, xe = { class: "cookie-en-desc" }, Ie = ["href"], Be = { class: "cookie-notice-right" }, Ne = { class: "dlg-title" }, Re = { class: "cookie-dlg-content" }, Ge = { class: "content-item" }, Le = { class: "item-header" }, Ue = { class: "item-title" }, Oe = { class: "item-extra" }, Pe = { class: "item-detail" }, Ve = { class: "content-item" }, je = { class: "item-header" }, ze = { class: "item-title" }, He = { class: "item-extra" }, $e = { class: "item-detail" }, Ye = "0", Y = "1", We = "2", A = "3", Ke = "agreed-cookiepolicy-zh", Fe = "agreed-cookiepolicy-en", Ze = /* @__PURE__ */ W({
|
|
368
378
|
__name: "OElCookieNotice",
|
|
369
379
|
props: {
|
|
370
380
|
visible: { type: Boolean },
|
|
371
|
-
enableGrid: { type: Boolean },
|
|
372
381
|
community: {},
|
|
373
382
|
detailUrl: {},
|
|
374
383
|
wrapper: {},
|
|
375
384
|
cookieDomain: {}
|
|
376
385
|
},
|
|
377
386
|
emits: ["update:visible"],
|
|
378
|
-
setup(
|
|
379
|
-
const
|
|
380
|
-
const
|
|
381
|
-
return
|
|
382
|
-
},
|
|
383
|
-
const
|
|
384
|
-
document.cookie = `${encodeURIComponent(
|
|
385
|
-
},
|
|
386
|
-
typeof
|
|
387
|
-
!
|
|
387
|
+
setup(a, { expose: m, emit: g }) {
|
|
388
|
+
const v = a, T = g, { lePadV: r, isPhone: F } = me(), { locale: h, t: i } = Ce(), d = x(() => h.value === "zh"), E = _(), I = x(() => E.value ? !!getComputedStyle(E.value).getPropertyValue("--grid-content-width") : !1), f = x(() => d.value ? Ke : Fe), C = _(!1), M = de(v, "visible", T, { defaultValue: !1 }), w = (l) => {
|
|
389
|
+
const n = document.cookie.split(";").find((u) => u.split("=")[0].trim() === encodeURIComponent(l));
|
|
390
|
+
return n ? decodeURIComponent(n.split("=")[1]) : null;
|
|
391
|
+
}, B = (l, n, u, q) => {
|
|
392
|
+
const J = `; max-age=${u * 24 * 60 * 60}`;
|
|
393
|
+
document.cookie = `${encodeURIComponent(l)}=${encodeURIComponent(n)}${J}; path=/; domain=${q}`;
|
|
394
|
+
}, D = (l) => {
|
|
395
|
+
typeof l == "boolean" ? M.value = l : M.value = !M.value, ae(() => {
|
|
396
|
+
!M.value && d.value && w(f.value) !== A && B(f.value, A, 180, v.cookieDomain ?? location.hostname);
|
|
388
397
|
});
|
|
389
|
-
}, b =
|
|
390
|
-
typeof
|
|
391
|
-
},
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
}),
|
|
395
|
-
|
|
398
|
+
}, b = _(!1), N = (l) => {
|
|
399
|
+
typeof l == "boolean" ? b.value = l : b.value = !b.value;
|
|
400
|
+
}, U = () => d.value ? w(f.value) !== A : (w(f.value) ?? "0") === Ye, O = () => d.value ? w(f.value) === A : w(f.value) === Y;
|
|
401
|
+
K(() => {
|
|
402
|
+
U() && D(!0);
|
|
403
|
+
}), ne(h, () => {
|
|
404
|
+
D(U());
|
|
396
405
|
});
|
|
397
|
-
const
|
|
398
|
-
|
|
399
|
-
},
|
|
400
|
-
|
|
406
|
+
const R = () => {
|
|
407
|
+
C.value = !0, B(f.value, Y, 180, v.cookieDomain ?? location.hostname), D(!1);
|
|
408
|
+
}, P = () => {
|
|
409
|
+
C.value = !1, B(f.value, We, 180, v.cookieDomain ?? location.hostname), D(!1);
|
|
410
|
+
}, V = () => {
|
|
411
|
+
C.value ? R() : P(), N(!1);
|
|
401
412
|
}, j = () => {
|
|
402
|
-
|
|
403
|
-
},
|
|
404
|
-
|
|
405
|
-
}, Y = () => {
|
|
406
|
-
r.value = N();
|
|
413
|
+
C.value = !0, R(), N(!1);
|
|
414
|
+
}, Z = () => {
|
|
415
|
+
C.value = O();
|
|
407
416
|
};
|
|
408
|
-
return
|
|
417
|
+
return m({
|
|
409
418
|
check() {
|
|
410
|
-
|
|
419
|
+
O() === M.value && D();
|
|
411
420
|
}
|
|
412
|
-
}), (
|
|
413
|
-
default:
|
|
414
|
-
(
|
|
415
|
-
to:
|
|
421
|
+
}), (l, n) => (y(), z(e(pe), null, {
|
|
422
|
+
default: s(() => [
|
|
423
|
+
(y(), z(ie, {
|
|
424
|
+
to: a.wrapper || "#app"
|
|
416
425
|
}, [
|
|
417
|
-
e(
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
426
|
+
e(M) ? (y(), k("div", {
|
|
427
|
+
key: 0,
|
|
428
|
+
ref_key: "cookieNoticeRef",
|
|
429
|
+
ref: E,
|
|
430
|
+
class: "cookie-notice"
|
|
431
|
+
}, [
|
|
432
|
+
t("div", Se, [
|
|
433
|
+
t("div", {
|
|
434
|
+
type: e(h),
|
|
435
|
+
class: H({ "cookie-notice-wrap-grid": I.value, "cookie-notice-wrap": !I.value })
|
|
422
436
|
}, [
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
+
t("div", De, [
|
|
438
|
+
d.value ? (y(), k(L, { key: 0 }, [
|
|
439
|
+
c(e($), { style: { transform: "rotate(180deg)", "font-size": "24px", "margin-right": "4px" } }, {
|
|
440
|
+
default: s(() => [
|
|
441
|
+
(y(), k("svg", be, [...n[5] || (n[5] = [
|
|
442
|
+
t("path", {
|
|
443
|
+
fill: "#002fa7",
|
|
444
|
+
d: "M21 12c0 4.971-4.029 9-9 9s-9-4.029-9-9c0-4.971 4.029-9 9-9s9 4.029 9 9z"
|
|
445
|
+
}, null, -1),
|
|
446
|
+
t("path", {
|
|
447
|
+
fill: "#fff",
|
|
448
|
+
d: "M12 9.4c0.552 0 1-0.448 1-1s-0.448-1-1-1c-0.552 0-1 0.448-1 1s0.448 1 1 1zM12.492 10.943c-0.042-0.233-0.246-0.41-0.492-0.41-0.276 0-0.5 0.224-0.5 0.5v5.5l0.008 0.090c0.042 0.233 0.246 0.41 0.492 0.41 0.276 0 0.5-0.224 0.5-0.5v-5.5l-0.008-0.090z"
|
|
449
|
+
}, null, -1)
|
|
450
|
+
])]))
|
|
451
|
+
]),
|
|
452
|
+
_: 1
|
|
453
|
+
}),
|
|
454
|
+
t("p", Ee, [
|
|
455
|
+
p(o(e(i)("cookie.desc")) + " ", 1),
|
|
456
|
+
t("a", {
|
|
457
|
+
href: a.detailUrl,
|
|
437
458
|
target: "_blank",
|
|
438
459
|
rel: "noopener noreferrer"
|
|
439
|
-
},
|
|
440
|
-
o[4] || (o[4] = h(". ", -1))
|
|
460
|
+
}, o(e(i)("cookie.about")), 9, we)
|
|
441
461
|
])
|
|
442
|
-
], 64))
|
|
462
|
+
], 64)) : (y(), k("p", _e, o(e(i)("cookie.title", [a.community])), 1)),
|
|
463
|
+
c(e($), {
|
|
464
|
+
class: "cookie-notice-close",
|
|
465
|
+
onClick: n[0] || (n[0] = (u) => D(!1))
|
|
466
|
+
}, {
|
|
467
|
+
default: s(() => [
|
|
468
|
+
oe(l.$slots, "close-icon", {}, () => [
|
|
469
|
+
n[6] || (n[6] = t("svg", {
|
|
470
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
471
|
+
viewBox: "0 0 24 24"
|
|
472
|
+
}, [
|
|
473
|
+
t("path", {
|
|
474
|
+
fill: "currentColor",
|
|
475
|
+
d: "M18.528 5.472a.7.7 0 0 1 .074.903l-.074.087L12.988 12l.006.006-.989.989-.006-.006-5.538 5.54a.7.7 0 0 1-1.064-.903l.074-.087L11.009 12 5.471 6.462l-.074-.087a.7.7 0 0 1 .977-.977l.087.074 5.538 5.539 5.539-5.539a.7.7 0 0 1 .99 0m-3.977 8.089 3.978 3.978.074.087a.7.7 0 0 1-.977.977l-.087-.074-3.978-3.978a.7.7 0 0 1 .99-.99"
|
|
476
|
+
})
|
|
477
|
+
], -1))
|
|
478
|
+
], !0)
|
|
479
|
+
]),
|
|
480
|
+
_: 3
|
|
481
|
+
})
|
|
443
482
|
]),
|
|
444
|
-
|
|
445
|
-
p
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
483
|
+
d.value ? G("", !0) : (y(), k("div", Ae, [
|
|
484
|
+
t("p", xe, [
|
|
485
|
+
p(o(e(i)("cookie.desc")) + " ", 1),
|
|
486
|
+
t("a", {
|
|
487
|
+
href: a.detailUrl,
|
|
488
|
+
target: "_blank",
|
|
489
|
+
rel: "noopener noreferrer"
|
|
490
|
+
}, o(e(i)("cookie.about")), 9, Ie),
|
|
491
|
+
n[7] || (n[7] = p(". ", -1))
|
|
492
|
+
]),
|
|
493
|
+
t("div", Be, [
|
|
494
|
+
c(e(S), {
|
|
495
|
+
round: "",
|
|
496
|
+
type: "primary",
|
|
497
|
+
onClick: R
|
|
498
|
+
}, {
|
|
499
|
+
default: s(() => [
|
|
500
|
+
p(o(e(i)("cookie.acceptAll")), 1)
|
|
501
|
+
]),
|
|
502
|
+
_: 1
|
|
503
|
+
}),
|
|
504
|
+
c(e(S), {
|
|
505
|
+
round: "",
|
|
506
|
+
type: "primary",
|
|
507
|
+
onClick: P
|
|
508
|
+
}, {
|
|
509
|
+
default: s(() => [
|
|
510
|
+
p(o(e(i)("cookie.rejectAll")), 1)
|
|
511
|
+
]),
|
|
512
|
+
_: 1
|
|
513
|
+
}),
|
|
514
|
+
c(e(S), {
|
|
515
|
+
round: "",
|
|
516
|
+
type: "primary",
|
|
517
|
+
onClick: n[1] || (n[1] = (u) => N(!0))
|
|
518
|
+
}, {
|
|
519
|
+
default: s(() => [
|
|
520
|
+
p(o(e(i)("cookie.manage")), 1)
|
|
521
|
+
]),
|
|
522
|
+
_: 1
|
|
523
|
+
})
|
|
524
|
+
])
|
|
525
|
+
]))
|
|
526
|
+
], 10, Me)
|
|
527
|
+
]),
|
|
528
|
+
c(e(ce), {
|
|
529
|
+
"show-close": !1,
|
|
530
|
+
class: H({ "cookie-dlg-bottom": e(r), "grid-width-dlg": I.value }),
|
|
531
|
+
modelValue: b.value,
|
|
532
|
+
"onUpdate:modelValue": n[4] || (n[4] = (u) => b.value = u),
|
|
533
|
+
"destroy-on-close": "",
|
|
534
|
+
onOpen: Z
|
|
535
|
+
}, {
|
|
536
|
+
header: s(() => [
|
|
537
|
+
e(r) ? G("", !0) : (y(), k("div", {
|
|
538
|
+
key: 0,
|
|
539
|
+
class: "dlg-close-icon",
|
|
540
|
+
onClick: n[2] || (n[2] = (u) => b.value = !1)
|
|
541
|
+
}, [...n[8] || (n[8] = [
|
|
542
|
+
t("svg", {
|
|
543
|
+
viewBox: "0 0 24 24",
|
|
544
|
+
class: "o-icon-close"
|
|
545
|
+
}, [
|
|
546
|
+
t("path", {
|
|
547
|
+
fill: "currentColor",
|
|
548
|
+
d: "M18.528 5.472a.7.7 0 0 1 .074.903l-.074.087L12.988 12l.006.006-.989.989-.006-.006-5.538 5.54a.7.7 0 0 1-1.064-.903l.074-.087L11.009 12 5.471 6.462l-.074-.087a.7.7 0 0 1 .977-.977l.087.074 5.538 5.539 5.539-5.539a.7.7 0 0 1 .99 0m-3.977 8.089 3.978 3.978.074.087a.7.7 0 0 1-.977.977l-.087-.074-3.978-3.978a.7.7 0 0 1 .99-.99"
|
|
549
|
+
})
|
|
550
|
+
], -1)
|
|
551
|
+
])])),
|
|
552
|
+
t("span", Ne, o(e(i)("cookie.manage")), 1)
|
|
553
|
+
]),
|
|
554
|
+
footer: s(() => [
|
|
555
|
+
e(r) ? (y(), k(L, { key: 0 }, [
|
|
556
|
+
c(e(S), {
|
|
557
|
+
type: "text",
|
|
558
|
+
onClick: V
|
|
449
559
|
}, {
|
|
450
|
-
default:
|
|
451
|
-
|
|
560
|
+
default: s(() => [
|
|
561
|
+
p(o(e(i)("cookie.saveSetting")), 1)
|
|
452
562
|
]),
|
|
453
563
|
_: 1
|
|
454
564
|
}),
|
|
455
|
-
|
|
565
|
+
c(e(re), {
|
|
566
|
+
direction: "vertical",
|
|
567
|
+
style: { margin: "0 24px" }
|
|
568
|
+
}),
|
|
569
|
+
c(e(S), {
|
|
570
|
+
type: "text",
|
|
571
|
+
onClick: j
|
|
572
|
+
}, {
|
|
573
|
+
default: s(() => [
|
|
574
|
+
p(o(e(i)("cookie.acceptAll")), 1)
|
|
575
|
+
]),
|
|
576
|
+
_: 1
|
|
577
|
+
})
|
|
578
|
+
], 64)) : (y(), k(L, { key: 1 }, [
|
|
579
|
+
c(e(S), {
|
|
456
580
|
round: "",
|
|
457
581
|
type: "primary",
|
|
458
|
-
onClick:
|
|
582
|
+
onClick: V
|
|
459
583
|
}, {
|
|
460
|
-
default:
|
|
461
|
-
|
|
584
|
+
default: s(() => [
|
|
585
|
+
p(o(e(i)("cookie.saveSetting")), 1)
|
|
462
586
|
]),
|
|
463
587
|
_: 1
|
|
464
588
|
}),
|
|
465
|
-
|
|
589
|
+
c(e(S), {
|
|
466
590
|
round: "",
|
|
467
591
|
type: "primary",
|
|
468
|
-
onClick:
|
|
592
|
+
onClick: j
|
|
469
593
|
}, {
|
|
470
|
-
default:
|
|
471
|
-
|
|
594
|
+
default: s(() => [
|
|
595
|
+
p(o(e(i)("cookie.acceptAll")), 1)
|
|
472
596
|
]),
|
|
473
597
|
_: 1
|
|
474
598
|
})
|
|
475
|
-
]))
|
|
476
|
-
p(e(me), {
|
|
477
|
-
class: "cookie-notice-close",
|
|
478
|
-
type: e(C),
|
|
479
|
-
onClick: o[1] || (o[1] = (d) => T(!1))
|
|
480
|
-
}, {
|
|
481
|
-
default: u(() => [
|
|
482
|
-
ee(g.$slots, "close-icon", {}, () => [
|
|
483
|
-
o[5] || (o[5] = n("svg", {
|
|
484
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
485
|
-
viewBox: "0 0 1024 1024"
|
|
486
|
-
}, [
|
|
487
|
-
n("path", {
|
|
488
|
-
fill: "currentColor",
|
|
489
|
-
d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
|
|
490
|
-
})
|
|
491
|
-
], -1))
|
|
492
|
-
], !0)
|
|
493
|
-
]),
|
|
494
|
-
_: 3
|
|
495
|
-
}, 8, ["type"])
|
|
496
|
-
], 10, Te)
|
|
497
|
-
]),
|
|
498
|
-
p(e(ae), {
|
|
499
|
-
modelValue: b.value,
|
|
500
|
-
"onUpdate:modelValue": o[3] || (o[3] = (d) => b.value = d),
|
|
501
|
-
width: e(y) ? "90%" : "50%",
|
|
502
|
-
title: e(t)("cookie.manage"),
|
|
503
|
-
"destroy-on-close": "",
|
|
504
|
-
onOpen: Y
|
|
505
|
-
}, {
|
|
506
|
-
footer: u(() => [
|
|
507
|
-
p(e(D), {
|
|
508
|
-
round: "",
|
|
509
|
-
type: "primary",
|
|
510
|
-
onClick: j,
|
|
511
|
-
style: { "margin-right": "16px" }
|
|
512
|
-
}, {
|
|
513
|
-
default: u(() => [
|
|
514
|
-
h(m(e(t)("cookie.saveSetting")), 1)
|
|
515
|
-
]),
|
|
516
|
-
_: 1
|
|
517
|
-
}),
|
|
518
|
-
p(e(D), {
|
|
519
|
-
round: "",
|
|
520
|
-
type: "primary",
|
|
521
|
-
onClick: H
|
|
522
|
-
}, {
|
|
523
|
-
default: u(() => [
|
|
524
|
-
h(m(e(t)("cookie.acceptAll")), 1)
|
|
525
|
-
]),
|
|
526
|
-
_: 1
|
|
527
|
-
})
|
|
599
|
+
], 64))
|
|
528
600
|
]),
|
|
529
|
-
default:
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
601
|
+
default: s(() => [
|
|
602
|
+
t("div", Re, [
|
|
603
|
+
t("div", Ge, [
|
|
604
|
+
t("div", Le, [
|
|
605
|
+
t("span", Ue, o(e(i)("cookie.necessaryCookie")), 1),
|
|
606
|
+
t("span", Oe, o(e(i)("cookie.alwaysOn")), 1)
|
|
535
607
|
]),
|
|
536
|
-
|
|
608
|
+
t("div", Pe, o(e(i)("cookie.necessaryCookieDetail")), 1)
|
|
537
609
|
]),
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
modelValue:
|
|
544
|
-
"onUpdate:modelValue":
|
|
610
|
+
t("div", Ve, [
|
|
611
|
+
t("div", je, [
|
|
612
|
+
t("span", ze, o(e(i)("cookie.analyticalCookie")), 1),
|
|
613
|
+
t("span", He, [
|
|
614
|
+
c(e(ge), {
|
|
615
|
+
modelValue: C.value,
|
|
616
|
+
"onUpdate:modelValue": n[3] || (n[3] = (u) => C.value = u)
|
|
545
617
|
}, null, 8, ["modelValue"])
|
|
546
618
|
])
|
|
547
619
|
]),
|
|
548
|
-
|
|
620
|
+
t("div", $e, o(e(i)("cookie.analyticalCookieDetail")), 1)
|
|
549
621
|
])
|
|
550
622
|
])
|
|
551
623
|
]),
|
|
552
624
|
_: 1
|
|
553
|
-
}, 8, ["
|
|
554
|
-
])) :
|
|
625
|
+
}, 8, ["class", "modelValue"])
|
|
626
|
+
], 512)) : G("", !0)
|
|
555
627
|
], 8, ["to"]))
|
|
556
628
|
]),
|
|
557
629
|
_: 3
|
|
558
630
|
}));
|
|
559
631
|
}
|
|
560
|
-
}),
|
|
632
|
+
}), tt = /* @__PURE__ */ ue(Ze, [["__scopeId", "data-v-415d4b9a"]]);
|
|
561
633
|
export {
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
634
|
+
pe as C,
|
|
635
|
+
Te as L,
|
|
636
|
+
tt as O,
|
|
637
|
+
ue as _,
|
|
638
|
+
ke as c,
|
|
639
|
+
Ce as u
|
|
568
640
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
visible?: boolean;
|
|
3
|
-
enableGrid?: boolean;
|
|
4
3
|
community: string;
|
|
5
4
|
detailUrl: string;
|
|
6
5
|
wrapper?: string | HTMLElement;
|
|
@@ -12,5 +11,7 @@ declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineCompon
|
|
|
12
11
|
"update:visible": (value: boolean) => any;
|
|
13
12
|
}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
13
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
15
|
+
cookieNoticeRef: HTMLDivElement;
|
|
16
|
+
}, any>;
|
|
16
17
|
export default _default;
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
simple: any;
|
|
3
|
+
atom: any;
|
|
4
|
+
lang: any;
|
|
5
|
+
quickNav: any;
|
|
6
|
+
friendshipLink: any;
|
|
7
|
+
footerLogo: any;
|
|
8
|
+
footerOption: any;
|
|
9
|
+
qrcode: any;
|
|
10
|
+
footerBg: any;
|
|
11
|
+
};
|
|
1
12
|
declare function __VLS_template(): {
|
|
2
13
|
attrs: Partial<{}>;
|
|
3
14
|
slots: {
|
|
@@ -15,7 +26,17 @@ declare function __VLS_template(): {
|
|
|
15
26
|
rootEl: HTMLDivElement;
|
|
16
27
|
};
|
|
17
28
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<
|
|
29
|
+
declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
30
|
+
simple: any;
|
|
31
|
+
atom: any;
|
|
32
|
+
lang: any;
|
|
33
|
+
quickNav: any;
|
|
34
|
+
friendshipLink: any;
|
|
35
|
+
footerLogo: any;
|
|
36
|
+
footerOption: any;
|
|
37
|
+
qrcode: any;
|
|
38
|
+
footerBg: any;
|
|
39
|
+
}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
40
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
41
|
export default _default;
|
|
21
42
|
type __VLS_WithTemplateSlots<T, S> = T & {
|