@opendesign-plus-test/components 0.0.1-rc.41 → 0.0.1-rc.43
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 +111 -111
- package/dist/components/OHeaderSearch.vue.d.ts +6 -10
- package/dist/components/OSourceCode.vue.d.ts +4 -6
- package/dist/components/activity/OActivityApproval.vue.d.ts +6 -10
- package/dist/components/activity/OActivityForm.vue.d.ts +3 -5
- package/dist/components/activity/OMyActivityCalendar.vue.d.ts +18 -26
- package/dist/components/activity/index.d.ts +15 -23
- package/dist/components/activity/types.d.ts +8 -1
- package/dist/components/events/config.d.ts +5 -18
- package/dist/components/events/types.d.ts +4 -1
- package/dist/components/header/OHeaderMobile.vue.d.ts +18 -11
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +4 -1
- package/dist/components/header/index.d.ts +12 -5
- package/dist/components/header/types.d.ts +4 -0
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +10 -14
- package/dist/components/meeting/OMeetingForm.vue.d.ts +3 -5
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +45 -0
- package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +18 -26
- package/dist/components/meeting/components/OMeetingCalendarList.vue.d.ts +1 -1
- package/dist/components/meeting/components/OMeetingDetail.vue.d.ts +2 -1
- package/dist/components/meeting/index.d.ts +786 -0
- package/dist/components/meeting/types.d.ts +83 -18
- package/dist/components/meeting/utils.d.ts +1 -1
- package/dist/components.cjs.js +38 -38
- package/dist/components.css +1 -1
- package/dist/components.es.js +12466 -12392
- package/package.json +3 -3
- package/src/components/OSourceCode.vue +8 -10
- package/src/components/activity/OActivityApproval.vue +35 -34
- package/src/components/activity/OActivityForm.vue +4 -4
- package/src/components/activity/OMyActivityCalendar.vue +44 -27
- package/src/components/activity/types.ts +8 -1
- package/src/components/common/MoreText.vue +1 -1
- package/src/components/common/ThFilter.vue +7 -7
- package/src/components/element-plus/OElCookieNotice.vue +1 -1
- package/src/components/events/OEventsList.vue +45 -10
- package/src/components/events/config.ts +1 -1
- package/src/components/events/types.ts +4 -1
- package/src/components/header/OHeaderMobile.vue +8 -1
- package/src/components/header/components/HeaderContent.vue +7 -3
- package/src/components/header/components/HeaderNavMobile.vue +5 -2
- package/src/components/header/types.ts +4 -0
- package/src/components/meeting/OMeetingCalendar.vue +42 -48
- package/src/components/meeting/OMeetingForm.vue +75 -37
- package/src/components/meeting/OMeetingPlayback.vue +4 -4
- package/src/components/meeting/OMyMeetingCalendar.vue +33 -27
- package/src/components/meeting/OSigMeetingCalendar.vue +29 -26
- package/src/components/meeting/components/OMeetingCalendarList.vue +107 -88
- package/src/components/meeting/components/OMeetingCalendarSelector.vue +10 -6
- package/src/components/meeting/components/OMeetingDetail.vue +32 -16
- package/src/components/meeting/components/OMeetingPlaybackVideo.vue +7 -7
- package/src/components/meeting/components/OSigMeetingAside.vue +2 -3
- package/src/components/meeting/config.ts +1 -12
- package/src/components/meeting/types.ts +89 -18
- package/vite.config.ts +3 -2
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as $, resolveComponent as
|
|
2
|
-
import { useScreen as
|
|
3
|
-
import { isUndefined as
|
|
4
|
-
import { ElIcon as W, ElButton as T, ElDialog as
|
|
5
|
-
import { useVModel as
|
|
6
|
-
const
|
|
1
|
+
import { defineComponent as $, resolveComponent as J, h as Q, ref as b, onMounted as Y, getCurrentInstance as X, inject as ee, computed as _, watch as te, openBlock as u, createBlock as z, unref as e, withCtx as s, Teleport as ie, createElementBlock as f, createElementVNode as t, normalizeClass as F, Fragment as B, createVNode as g, createTextVNode as y, toDisplayString as o, renderSlot as ne, createCommentVNode as L, nextTick as oe } from "vue";
|
|
2
|
+
import { useScreen as ae } from "@opendesign-plus/composables";
|
|
3
|
+
import { isUndefined as me, isString as se } from "@opensig/opendesign";
|
|
4
|
+
import { ElIcon as W, ElButton as T, ElDialog as ce, ElSwitch as ge, ElDivider as le } from "element-plus";
|
|
5
|
+
import { useVModel as re } from "@vueuse/core";
|
|
6
|
+
const de = (a, m) => {
|
|
7
7
|
const l = a.__vccOpts || a;
|
|
8
|
-
for (const [
|
|
9
|
-
l[
|
|
8
|
+
for (const [h, k] of m)
|
|
9
|
+
l[h] = k;
|
|
10
10
|
return l;
|
|
11
|
-
},
|
|
11
|
+
}, ve = (a) => {
|
|
12
12
|
const m = b(!1);
|
|
13
13
|
return Y(() => {
|
|
14
14
|
m.value = !0;
|
|
15
15
|
}), () => m.value && a.default ? a.default() : null;
|
|
16
|
-
},
|
|
16
|
+
}, ue = $({
|
|
17
17
|
setup(a, { slots: m }) {
|
|
18
|
-
const l =
|
|
19
|
-
return l && typeof l != "string" ? () =>
|
|
18
|
+
const l = J("ClientOnly");
|
|
19
|
+
return l && typeof l != "string" ? () => Q(l, null, { default: () => m.default ? m.default() : null }) : ve(m);
|
|
20
20
|
}
|
|
21
|
-
}),
|
|
21
|
+
}), ye = {
|
|
22
22
|
search: "搜索",
|
|
23
23
|
"search.hot": "热门搜索",
|
|
24
24
|
"search.placeholder": "搜索",
|
|
@@ -270,7 +270,7 @@ const ve = (a, m) => {
|
|
|
270
270
|
"events.searchPlaceholder": "搜索活动名称、地点",
|
|
271
271
|
"common.collapse": "收起",
|
|
272
272
|
"common.expand": "展开"
|
|
273
|
-
},
|
|
273
|
+
}, pe = {
|
|
274
274
|
search: "Search",
|
|
275
275
|
"search.hot": "Top search",
|
|
276
276
|
"search.placeholder": "Please enter the content",
|
|
@@ -533,47 +533,47 @@ const ve = (a, m) => {
|
|
|
533
533
|
"events.searchPlaceholder": "Enter search...",
|
|
534
534
|
"common.collapse": "Collapse",
|
|
535
535
|
"common.expand": "Expand"
|
|
536
|
-
},
|
|
537
|
-
zh:
|
|
538
|
-
en:
|
|
536
|
+
}, fe = Symbol("provide-config-provider"), he = b({
|
|
537
|
+
zh: ye,
|
|
538
|
+
en: pe
|
|
539
539
|
});
|
|
540
|
-
var
|
|
541
|
-
function
|
|
542
|
-
const m =
|
|
540
|
+
var ke = /* @__PURE__ */ ((a) => (a.ZH = "zh", a.EN = "en", a))(ke || {});
|
|
541
|
+
function Ae() {
|
|
542
|
+
const m = X() ? ee(fe) : null, l = _(() => (m == null ? void 0 : m.locale) || "zh");
|
|
543
543
|
return {
|
|
544
544
|
locale: l,
|
|
545
|
-
t: (
|
|
546
|
-
const
|
|
547
|
-
if (
|
|
548
|
-
return console.warn(`Cannot translate the value of keypath '${
|
|
549
|
-
if (r.length > 0 &&
|
|
545
|
+
t: (k, ...r) => {
|
|
546
|
+
const i = he.value[l.value][k];
|
|
547
|
+
if (me(i))
|
|
548
|
+
return console.warn(`Cannot translate the value of keypath '${k}'`), k;
|
|
549
|
+
if (r.length > 0 && se(i)) {
|
|
550
550
|
if (r.length === 1 && typeof r[0] == "object" && r[0] !== null) {
|
|
551
|
-
const
|
|
552
|
-
return
|
|
551
|
+
const d = r[0];
|
|
552
|
+
return i.replace(/{(\w+)}/g, (A, E) => d[E] ?? A);
|
|
553
553
|
}
|
|
554
|
-
return
|
|
554
|
+
return i.replace(/{(\d+)}/g, (d, A) => r[A] ?? d);
|
|
555
555
|
}
|
|
556
|
-
return
|
|
556
|
+
return i;
|
|
557
557
|
}
|
|
558
558
|
};
|
|
559
559
|
}
|
|
560
|
-
const
|
|
560
|
+
const we = { class: "cookie-notice-content" }, Te = ["type"], Se = { class: "cookie-title" }, De = {
|
|
561
561
|
style: { width: "1em", height: "1em" },
|
|
562
562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
563
563
|
version: "1.1",
|
|
564
564
|
width: "24",
|
|
565
565
|
height: "24",
|
|
566
566
|
viewBox: "0 0 24 24"
|
|
567
|
-
},
|
|
567
|
+
}, Ce = {
|
|
568
568
|
class: "cookie-zh-title",
|
|
569
569
|
style: { "margin-top": "0" }
|
|
570
|
-
},
|
|
570
|
+
}, Ee = ["href"], Me = {
|
|
571
571
|
key: 1,
|
|
572
572
|
class: "cookie-en-title"
|
|
573
|
-
},
|
|
573
|
+
}, be = {
|
|
574
574
|
key: 0,
|
|
575
575
|
class: "cookie-en-content"
|
|
576
|
-
},
|
|
576
|
+
}, Re = { class: "cookie-en-desc" }, xe = ["href"], _e = { class: "cookie-notice-right" }, Ne = { class: "dlg-title" }, Ie = { class: "cookie-dlg-content" }, Ue = { class: "content-item" }, Be = { class: "item-header" }, Le = { class: "item-title" }, Ge = { class: "item-extra" }, Pe = { class: "item-detail" }, Oe = { class: "content-item" }, je = { class: "item-header" }, Ve = { class: "item-title" }, ze = { class: "item-extra" }, Fe = { class: "item-detail" }, We = "0", H = "1", He = "2", x = "3", $e = "agreed-cookiepolicy-zh", Ye = "agreed-cookiepolicy-en", Ke = /* @__PURE__ */ $({
|
|
577
577
|
__name: "OElCookieNotice",
|
|
578
578
|
props: {
|
|
579
579
|
visible: { type: Boolean },
|
|
@@ -584,60 +584,60 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
584
584
|
},
|
|
585
585
|
emits: ["update:visible"],
|
|
586
586
|
setup(a, { expose: m, emit: l }) {
|
|
587
|
-
const
|
|
588
|
-
const
|
|
589
|
-
return
|
|
590
|
-
}, N = (c,
|
|
591
|
-
const
|
|
592
|
-
document.cookie = `${encodeURIComponent(c)}=${encodeURIComponent(
|
|
587
|
+
const h = a, k = l, { lePadV: r } = ae(), { locale: R, t: i } = Ae(), d = _(() => R.value === "zh"), A = b(), E = _(() => A.value ? !!getComputedStyle(A.value).getPropertyValue("--grid-content-width") : !1), p = _(() => d.value ? $e : Ye), w = b(!1), S = re(h, "visible", k, { defaultValue: !1 }), M = (c) => {
|
|
588
|
+
const n = document.cookie.split(";").find((v) => v.split("=")[0].trim() === encodeURIComponent(c));
|
|
589
|
+
return n ? decodeURIComponent(n.split("=")[1]) : null;
|
|
590
|
+
}, N = (c, n, v, q) => {
|
|
591
|
+
const Z = `; max-age=${v * 24 * 60 * 60}`;
|
|
592
|
+
document.cookie = `${encodeURIComponent(c)}=${encodeURIComponent(n)}${Z}; path=/; domain=${q}`;
|
|
593
593
|
}, D = (c) => {
|
|
594
|
-
typeof c == "boolean" ? S.value = c : S.value = !S.value,
|
|
595
|
-
!S.value && d.value && M(
|
|
594
|
+
typeof c == "boolean" ? S.value = c : S.value = !S.value, oe(() => {
|
|
595
|
+
!S.value && d.value && M(p.value) !== x && N(p.value, x, 180, h.cookieDomain ?? location.hostname);
|
|
596
596
|
});
|
|
597
597
|
}, C = b(!1), I = (c) => {
|
|
598
598
|
typeof c == "boolean" ? C.value = c : C.value = !C.value;
|
|
599
|
-
}, G = () => d.value ? M(
|
|
599
|
+
}, G = () => d.value ? M(p.value) !== x : (M(p.value) ?? "0") === We, P = () => d.value ? M(p.value) === x : M(p.value) === H;
|
|
600
600
|
Y(() => {
|
|
601
601
|
G() && D(!0);
|
|
602
|
-
}),
|
|
602
|
+
}), te(R, () => {
|
|
603
603
|
D(G());
|
|
604
604
|
});
|
|
605
605
|
const U = () => {
|
|
606
|
-
w.value = !0, N(
|
|
606
|
+
w.value = !0, N(p.value, H, 180, h.cookieDomain ?? location.hostname), D(!1);
|
|
607
607
|
}, O = () => {
|
|
608
|
-
w.value = !1, N(
|
|
608
|
+
w.value = !1, N(p.value, He, 180, h.cookieDomain ?? location.hostname), D(!1);
|
|
609
609
|
}, j = () => {
|
|
610
610
|
w.value ? U() : O(), I(!1);
|
|
611
611
|
}, V = () => {
|
|
612
612
|
w.value = !0, U(), I(!1);
|
|
613
|
-
},
|
|
613
|
+
}, K = () => {
|
|
614
614
|
w.value = P();
|
|
615
615
|
};
|
|
616
616
|
return m({
|
|
617
617
|
check() {
|
|
618
618
|
P() === S.value && D();
|
|
619
619
|
}
|
|
620
|
-
}), (c,
|
|
620
|
+
}), (c, n) => (u(), z(e(ue), null, {
|
|
621
621
|
default: s(() => [
|
|
622
|
-
(u(), z(
|
|
622
|
+
(u(), z(ie, {
|
|
623
623
|
to: a.wrapper || "#app"
|
|
624
624
|
}, [
|
|
625
|
-
e(S) ? (u(),
|
|
625
|
+
e(S) ? (u(), f("div", {
|
|
626
626
|
key: 0,
|
|
627
627
|
ref_key: "cookieNoticeRef",
|
|
628
|
-
ref:
|
|
628
|
+
ref: A,
|
|
629
629
|
class: "cookie-notice"
|
|
630
630
|
}, [
|
|
631
|
-
t("div",
|
|
631
|
+
t("div", we, [
|
|
632
632
|
t("div", {
|
|
633
|
-
type: e(
|
|
634
|
-
class: F({ "cookie-notice-wrap-grid":
|
|
633
|
+
type: e(R),
|
|
634
|
+
class: F({ "cookie-notice-wrap-grid": E.value, "cookie-notice-wrap": !E.value })
|
|
635
635
|
}, [
|
|
636
|
-
t("div",
|
|
637
|
-
d.value ? (u(),
|
|
636
|
+
t("div", Se, [
|
|
637
|
+
d.value ? (u(), f(B, { key: 0 }, [
|
|
638
638
|
g(e(W), { style: { transform: "rotate(180deg)", "font-size": "24px", "margin-right": "4px" } }, {
|
|
639
639
|
default: s(() => [
|
|
640
|
-
(u(),
|
|
640
|
+
(u(), f("svg", De, [...n[5] || (n[5] = [
|
|
641
641
|
t("path", {
|
|
642
642
|
fill: "#002fa7",
|
|
643
643
|
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"
|
|
@@ -650,22 +650,22 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
650
650
|
]),
|
|
651
651
|
_: 1
|
|
652
652
|
}),
|
|
653
|
-
t("p",
|
|
654
|
-
y(o(e(
|
|
653
|
+
t("p", Ce, [
|
|
654
|
+
y(o(e(i)("cookie.desc")) + " ", 1),
|
|
655
655
|
t("a", {
|
|
656
656
|
href: a.detailUrl,
|
|
657
657
|
target: "_blank",
|
|
658
658
|
rel: "noopener noreferrer"
|
|
659
|
-
}, o(e(
|
|
659
|
+
}, o(e(i)("cookie.about")), 9, Ee)
|
|
660
660
|
])
|
|
661
|
-
], 64)) : (u(),
|
|
661
|
+
], 64)) : (u(), f("p", Me, o(e(i)("cookie.title", [a.community])), 1)),
|
|
662
662
|
g(e(W), {
|
|
663
663
|
class: "cookie-notice-close",
|
|
664
|
-
onClick:
|
|
664
|
+
onClick: n[0] || (n[0] = (v) => D(!1))
|
|
665
665
|
}, {
|
|
666
666
|
default: s(() => [
|
|
667
|
-
|
|
668
|
-
|
|
667
|
+
ne(c.$slots, "close-icon", {}, () => [
|
|
668
|
+
n[6] || (n[6] = t("svg", {
|
|
669
669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
670
670
|
viewBox: "0 0 24 24"
|
|
671
671
|
}, [
|
|
@@ -679,24 +679,24 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
679
679
|
_: 3
|
|
680
680
|
})
|
|
681
681
|
]),
|
|
682
|
-
d.value ?
|
|
683
|
-
t("p",
|
|
684
|
-
y(o(e(
|
|
682
|
+
d.value ? L("", !0) : (u(), f("div", be, [
|
|
683
|
+
t("p", Re, [
|
|
684
|
+
y(o(e(i)("cookie.desc")) + " ", 1),
|
|
685
685
|
t("a", {
|
|
686
686
|
href: a.detailUrl,
|
|
687
687
|
target: "_blank",
|
|
688
688
|
rel: "noopener noreferrer"
|
|
689
|
-
}, o(e(
|
|
690
|
-
|
|
689
|
+
}, o(e(i)("cookie.about")), 9, xe),
|
|
690
|
+
n[7] || (n[7] = y(". ", -1))
|
|
691
691
|
]),
|
|
692
|
-
t("div",
|
|
692
|
+
t("div", _e, [
|
|
693
693
|
g(e(T), {
|
|
694
694
|
round: "",
|
|
695
695
|
type: "primary",
|
|
696
696
|
onClick: U
|
|
697
697
|
}, {
|
|
698
698
|
default: s(() => [
|
|
699
|
-
y(o(e(
|
|
699
|
+
y(o(e(i)("cookie.acceptAll")), 1)
|
|
700
700
|
]),
|
|
701
701
|
_: 1
|
|
702
702
|
}),
|
|
@@ -706,38 +706,38 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
706
706
|
onClick: O
|
|
707
707
|
}, {
|
|
708
708
|
default: s(() => [
|
|
709
|
-
y(o(e(
|
|
709
|
+
y(o(e(i)("cookie.rejectAll")), 1)
|
|
710
710
|
]),
|
|
711
711
|
_: 1
|
|
712
712
|
}),
|
|
713
713
|
g(e(T), {
|
|
714
714
|
round: "",
|
|
715
715
|
type: "primary",
|
|
716
|
-
onClick:
|
|
716
|
+
onClick: n[1] || (n[1] = (v) => I(!0))
|
|
717
717
|
}, {
|
|
718
718
|
default: s(() => [
|
|
719
|
-
y(o(e(
|
|
719
|
+
y(o(e(i)("cookie.manage")), 1)
|
|
720
720
|
]),
|
|
721
721
|
_: 1
|
|
722
722
|
})
|
|
723
723
|
])
|
|
724
724
|
]))
|
|
725
|
-
], 10,
|
|
725
|
+
], 10, Te)
|
|
726
726
|
]),
|
|
727
|
-
g(e(
|
|
727
|
+
g(e(ce), {
|
|
728
728
|
"show-close": !1,
|
|
729
|
-
class: F({ "cookie-dlg-bottom": e(r), "grid-width-dlg":
|
|
729
|
+
class: F({ "cookie-dlg-bottom": e(r), "grid-width-dlg": E.value }),
|
|
730
730
|
modelValue: C.value,
|
|
731
|
-
"onUpdate:modelValue":
|
|
731
|
+
"onUpdate:modelValue": n[4] || (n[4] = (v) => C.value = v),
|
|
732
732
|
"destroy-on-close": "",
|
|
733
|
-
onOpen:
|
|
733
|
+
onOpen: K
|
|
734
734
|
}, {
|
|
735
735
|
header: s(() => [
|
|
736
|
-
e(r) ?
|
|
736
|
+
e(r) ? L("", !0) : (u(), f("div", {
|
|
737
737
|
key: 0,
|
|
738
738
|
class: "dlg-close-icon",
|
|
739
|
-
onClick:
|
|
740
|
-
}, [...
|
|
739
|
+
onClick: n[2] || (n[2] = (v) => C.value = !1)
|
|
740
|
+
}, [...n[8] || (n[8] = [
|
|
741
741
|
t("svg", {
|
|
742
742
|
viewBox: "0 0 24 24",
|
|
743
743
|
class: "o-icon-close"
|
|
@@ -748,20 +748,20 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
748
748
|
})
|
|
749
749
|
], -1)
|
|
750
750
|
])])),
|
|
751
|
-
t("span",
|
|
751
|
+
t("span", Ne, o(e(i)("cookie.manage")), 1)
|
|
752
752
|
]),
|
|
753
753
|
footer: s(() => [
|
|
754
|
-
e(r) ? (u(),
|
|
754
|
+
e(r) ? (u(), f(B, { key: 0 }, [
|
|
755
755
|
g(e(T), {
|
|
756
756
|
type: "text",
|
|
757
757
|
onClick: j
|
|
758
758
|
}, {
|
|
759
759
|
default: s(() => [
|
|
760
|
-
y(o(e(
|
|
760
|
+
y(o(e(i)("cookie.saveSetting")), 1)
|
|
761
761
|
]),
|
|
762
762
|
_: 1
|
|
763
763
|
}),
|
|
764
|
-
g(e(
|
|
764
|
+
g(e(le), {
|
|
765
765
|
direction: "vertical",
|
|
766
766
|
style: { margin: "0 24px" }
|
|
767
767
|
}),
|
|
@@ -770,18 +770,18 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
770
770
|
onClick: V
|
|
771
771
|
}, {
|
|
772
772
|
default: s(() => [
|
|
773
|
-
y(o(e(
|
|
773
|
+
y(o(e(i)("cookie.acceptAll")), 1)
|
|
774
774
|
]),
|
|
775
775
|
_: 1
|
|
776
776
|
})
|
|
777
|
-
], 64)) : (u(),
|
|
777
|
+
], 64)) : (u(), f(B, { key: 1 }, [
|
|
778
778
|
g(e(T), {
|
|
779
779
|
round: "",
|
|
780
780
|
type: "primary",
|
|
781
781
|
onClick: j
|
|
782
782
|
}, {
|
|
783
783
|
default: s(() => [
|
|
784
|
-
y(o(e(
|
|
784
|
+
y(o(e(i)("cookie.saveSetting")), 1)
|
|
785
785
|
]),
|
|
786
786
|
_: 1
|
|
787
787
|
}),
|
|
@@ -791,49 +791,49 @@ const Te = { class: "cookie-notice-content" }, Se = ["type"], De = { class: "coo
|
|
|
791
791
|
onClick: V
|
|
792
792
|
}, {
|
|
793
793
|
default: s(() => [
|
|
794
|
-
y(o(e(
|
|
794
|
+
y(o(e(i)("cookie.acceptAll")), 1)
|
|
795
795
|
]),
|
|
796
796
|
_: 1
|
|
797
797
|
})
|
|
798
798
|
], 64))
|
|
799
799
|
]),
|
|
800
800
|
default: s(() => [
|
|
801
|
-
t("div",
|
|
802
|
-
t("div",
|
|
803
|
-
t("div",
|
|
804
|
-
t("span",
|
|
805
|
-
t("span",
|
|
801
|
+
t("div", Ie, [
|
|
802
|
+
t("div", Ue, [
|
|
803
|
+
t("div", Be, [
|
|
804
|
+
t("span", Le, o(e(i)("cookie.necessaryCookie")), 1),
|
|
805
|
+
t("span", Ge, o(e(i)("cookie.alwaysOn")), 1)
|
|
806
806
|
]),
|
|
807
|
-
t("div",
|
|
807
|
+
t("div", Pe, o(e(i)("cookie.necessaryCookieDetail")), 1)
|
|
808
808
|
]),
|
|
809
|
-
t("div",
|
|
810
|
-
t("div",
|
|
811
|
-
t("span",
|
|
812
|
-
t("span",
|
|
813
|
-
g(e(
|
|
809
|
+
t("div", Oe, [
|
|
810
|
+
t("div", je, [
|
|
811
|
+
t("span", Ve, o(e(i)("cookie.analyticalCookie")), 1),
|
|
812
|
+
t("span", ze, [
|
|
813
|
+
g(e(ge), {
|
|
814
814
|
modelValue: w.value,
|
|
815
|
-
"onUpdate:modelValue":
|
|
815
|
+
"onUpdate:modelValue": n[3] || (n[3] = (v) => w.value = v)
|
|
816
816
|
}, null, 8, ["modelValue"])
|
|
817
817
|
])
|
|
818
818
|
]),
|
|
819
|
-
t("div",
|
|
819
|
+
t("div", Fe, o(e(i)("cookie.analyticalCookieDetail")), 1)
|
|
820
820
|
])
|
|
821
821
|
])
|
|
822
822
|
]),
|
|
823
823
|
_: 1
|
|
824
824
|
}, 8, ["class", "modelValue"])
|
|
825
|
-
], 512)) :
|
|
825
|
+
], 512)) : L("", !0)
|
|
826
826
|
], 8, ["to"]))
|
|
827
827
|
]),
|
|
828
828
|
_: 3
|
|
829
829
|
}));
|
|
830
830
|
}
|
|
831
|
-
}),
|
|
831
|
+
}), et = /* @__PURE__ */ de(Ke, [["__scopeId", "data-v-29a694be"]]);
|
|
832
832
|
export {
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
833
|
+
ue as C,
|
|
834
|
+
ke as L,
|
|
835
|
+
et as O,
|
|
836
|
+
de as _,
|
|
837
|
+
fe as c,
|
|
838
|
+
Ae as u
|
|
839
839
|
};
|
|
@@ -100,9 +100,7 @@ declare function __VLS_template(): {
|
|
|
100
100
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
101
101
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
102
102
|
} & import('../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder">;
|
|
103
|
-
$attrs:
|
|
104
|
-
[x: string]: unknown;
|
|
105
|
-
};
|
|
103
|
+
$attrs: import('../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
106
104
|
$refs: {
|
|
107
105
|
[x: string]: unknown;
|
|
108
106
|
};
|
|
@@ -332,13 +330,13 @@ declare function __VLS_template(): {
|
|
|
332
330
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
333
331
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
334
332
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
335
|
-
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> &
|
|
333
|
+
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> & {
|
|
336
334
|
focus: () => void | undefined;
|
|
337
335
|
blur: () => void | undefined;
|
|
338
336
|
clear: () => void | undefined;
|
|
339
337
|
inputEl: () => HTMLInputElement | undefined;
|
|
340
338
|
togglePassword: () => void | undefined;
|
|
341
|
-
}
|
|
339
|
+
} & {} & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
342
340
|
$slots: Readonly<{
|
|
343
341
|
default(): any;
|
|
344
342
|
prepend(): any;
|
|
@@ -429,9 +427,7 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
429
427
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
430
428
|
readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
|
|
431
429
|
} & import('../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder">;
|
|
432
|
-
$attrs:
|
|
433
|
-
[x: string]: unknown;
|
|
434
|
-
};
|
|
430
|
+
$attrs: import('../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
435
431
|
$refs: {
|
|
436
432
|
[x: string]: unknown;
|
|
437
433
|
};
|
|
@@ -661,13 +657,13 @@ declare const __VLS_component: import('../../vue/dist/vue.esm-bundler.js').Defin
|
|
|
661
657
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
662
658
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
663
659
|
onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
|
|
664
|
-
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> &
|
|
660
|
+
}>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "inputEl" | "togglePassword"> & {
|
|
665
661
|
focus: () => void | undefined;
|
|
666
662
|
blur: () => void | undefined;
|
|
667
663
|
clear: () => void | undefined;
|
|
668
664
|
inputEl: () => HTMLInputElement | undefined;
|
|
669
665
|
togglePassword: () => void | undefined;
|
|
670
|
-
}
|
|
666
|
+
} & {} & import('../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
671
667
|
$slots: Readonly<{
|
|
672
668
|
default(): any;
|
|
673
669
|
prepend(): any;
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
interface CodeItemT {
|
|
2
2
|
label: string;
|
|
3
|
-
|
|
3
|
+
href: string;
|
|
4
4
|
icon?: string;
|
|
5
|
+
target?: string;
|
|
5
6
|
}
|
|
6
7
|
interface CodePropsT {
|
|
7
8
|
title?: string;
|
|
8
9
|
options?: CodeItemT[];
|
|
9
|
-
|
|
10
|
+
href?: string;
|
|
11
|
+
target?: string;
|
|
10
12
|
icon?: string;
|
|
11
13
|
justify?: string;
|
|
12
14
|
}
|
|
13
15
|
declare const _default: import('../../vue/dist/vue.esm-bundler.js').DefineComponent<CodePropsT, {}, {}, {}, {}, 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<CodePropsT> & Readonly<{}>, {
|
|
14
|
-
title: string;
|
|
15
|
-
options: CodeItemT[];
|
|
16
|
-
icon: string;
|
|
17
|
-
url: string;
|
|
18
16
|
justify: string;
|
|
19
17
|
}, {}, {}, {}, string, import('../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
18
|
export default _default;
|
|
@@ -24,9 +24,7 @@ declare function __VLS_template(): {
|
|
|
24
24
|
readonly onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
25
25
|
readonly onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
26
26
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "hasRequired" | "layout">;
|
|
27
|
-
$attrs:
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
30
28
|
$refs: {
|
|
31
29
|
[x: string]: unknown;
|
|
32
30
|
};
|
|
@@ -125,11 +123,11 @@ declare function __VLS_template(): {
|
|
|
125
123
|
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
126
124
|
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
127
125
|
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
128
|
-
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> &
|
|
126
|
+
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> & {
|
|
129
127
|
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
130
128
|
resetFields: (filed?: string | string[]) => void;
|
|
131
129
|
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
132
|
-
}
|
|
130
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
133
131
|
$slots: {
|
|
134
132
|
default?(_: {}): any;
|
|
135
133
|
};
|
|
@@ -157,9 +155,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
157
155
|
readonly onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
158
156
|
readonly onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
159
157
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "hasRequired" | "layout">;
|
|
160
|
-
$attrs:
|
|
161
|
-
[x: string]: unknown;
|
|
162
|
-
};
|
|
158
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
163
159
|
$refs: {
|
|
164
160
|
[x: string]: unknown;
|
|
165
161
|
};
|
|
@@ -258,11 +254,11 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
258
254
|
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
259
255
|
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
260
256
|
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
261
|
-
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> &
|
|
257
|
+
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> & {
|
|
262
258
|
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
263
259
|
resetFields: (filed?: string | string[]) => void;
|
|
264
260
|
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
265
|
-
}
|
|
261
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
266
262
|
$slots: {
|
|
267
263
|
default?(_: {}): any;
|
|
268
264
|
};
|
|
@@ -26,9 +26,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
26
26
|
readonly onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
27
27
|
readonly onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
28
28
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "hasRequired" | "layout">;
|
|
29
|
-
$attrs:
|
|
30
|
-
[x: string]: unknown;
|
|
31
|
-
};
|
|
29
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
32
30
|
$refs: {
|
|
33
31
|
[x: string]: unknown;
|
|
34
32
|
};
|
|
@@ -127,11 +125,11 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
127
125
|
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
128
126
|
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
129
127
|
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
130
|
-
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> &
|
|
128
|
+
}>, "validate" | "hasRequired" | "layout" | "resetFields" | "clearValidate"> & {
|
|
131
129
|
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
132
130
|
resetFields: (filed?: string | string[]) => void;
|
|
133
131
|
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
134
|
-
}
|
|
132
|
+
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
135
133
|
$slots: {
|
|
136
134
|
default?(_: {}): any;
|
|
137
135
|
};
|