vue-layout-gitcode 1.9.40 → 1.9.41
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/{GloabarSearch-CLGkvwud.js → GloabarSearch-znQCeisB.js} +3 -3
- package/{MenuItem-DAZus3jl.js → MenuItem-Dxs9PGzd.js} +1 -1
- package/{ProjectMenuList-DaBBRDc8.js → ProjectMenuList-D9QE85hq.js} +2 -2
- package/{ProjectMenuListV2-DFD0fuuJ.js → ProjectMenuListV2-C5nnEThN.js} +2 -2
- package/{ProjectSearch-Dh-HrHfE.js → ProjectSearch-C2PbyRQF.js} +1 -1
- package/{SearchHistoryList-BM-JsOt3.js → SearchHistoryList-_M-0XEZJ.js} +1 -1
- package/{SearchPrefixTag-eMoQEc4_.js → SearchPrefixTag-TLHlJsPk.js} +1 -1
- package/{SearchRecommed-D10ZeNUs.js → SearchRecommed-9zEgW3dQ.js} +2 -2
- package/{SearchScopeList-B1lD-Yfq.js → SearchScopeList-CHSuNob5.js} +1 -1
- package/{UserSearch-DoqY9xWw.js → UserSearch-CTGP9z_W.js} +1 -1
- package/{index-CIU_9hcx.js → index-BDgAr0hd.js} +1 -1
- package/{index-T4Z5OkVh.js → index-CdEPRuSl.js} +1 -1
- package/{index-CfIVby28.js → index-DhA0x031.js} +2 -2
- package/{index-DA28_nab.js → index-DmbFNzpN.js} +73 -116
- package/index.d.ts +2 -11
- package/index.js +7 -6
- package/{notice-BWDs3h0g.js → notice-BzHgFXx5.js} +1 -1
- package/package.json +2 -2
- package/{transWebUrl-Dkwb_Npa.js → transWebUrl-BHRP7AYo.js} +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, inject, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, renderList, withDirectives, createBlock, ref, watch, onMounted, createCommentVNode } from "vue";
|
|
2
2
|
import "vue-devui-lal/icon";
|
|
3
3
|
import "vue-devui-lal/icon/style.css";
|
|
4
|
-
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-
|
|
4
|
+
import { h as headRequest, R as REPO_MODULE, a as i18n, G as GIcon, v as vElementExposure, b as REPO_EVENT, _ as _export_sfc, c as REPO_TYPE, e as extractRepoInfoWithURL } from "./index-DmbFNzpN.js";
|
|
5
5
|
import "lodash/debounce";
|
|
6
|
-
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-
|
|
7
|
-
import "./transWebUrl-
|
|
6
|
+
import { u as useReportRepo, S as SearchRepoCard, f as formatNameSpace } from "./index-DhA0x031.js";
|
|
7
|
+
import "./transWebUrl-BHRP7AYo.js";
|
|
8
8
|
import "vue-devui-lal/tooltip";
|
|
9
9
|
import "vue-devui-lal/tooltip/style.css";
|
|
10
10
|
import "vue-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, useSlots, ref, computed, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, createTextVNode, createCommentVNode, toDisplayString, renderSlot } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, z as ThemeType, A as currentTheme, L as LANG_ZH, B as LANG_EN, x as getLocaleLang, G as GIcon, C as emitEvent, D as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, z as ThemeType, A as currentTheme, L as LANG_ZH, B as LANG_EN, x as getLocaleLang, G as GIcon, C as emitEvent, D as isHttps, b as REPO_EVENT, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
4
|
import { Popover } from "vue-devui-lal/popover";
|
|
5
5
|
import "vue-devui-lal/popover/style.css";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, watch, computed, createElementBlock, openBlock, createCommentVNode, createBlock, withDirectives, Fragment, createElementVNode, createVNode, toDisplayString, unref, withModifiers, normalizeClass, withCtx, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, F as _sfc_main$1, H as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, t as transformUrl, F as _sfc_main$1, H as loadAsideData, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, I as asideRequest, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-BHRP7AYo.js";
|
|
5
5
|
import { Select, Option } from "vue-devui-lal/select";
|
|
6
6
|
import { Input } from "vue-devui-lal/input";
|
|
7
7
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, reactive, computed, watch, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, withDirectives, toDisplayString, unref, withModifiers, normalizeClass, withCtx, Fragment, renderList, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, y as useLayoutConfig, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, t as transformUrl, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, y as useLayoutConfig, G as GIcon, C as emitEvent, s as setLoginTriggerSource, f as useRequestReport, t as transformUrl, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { useRouter } from "vue-router";
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-BHRP7AYo.js";
|
|
5
5
|
import { Input } from "vue-devui-lal/input";
|
|
6
6
|
import { Skeleton } from "vue-devui-lal/skeleton";
|
|
7
7
|
import { MenuItem } from "vue-devui-lal/menu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, inject, computed, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, r as reqCatch } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { useRoute, useRouter } from "vue-router";
|
|
4
4
|
import "vue-devui-lal/icon";
|
|
5
5
|
import "vue-devui-lal/icon/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, Fragment, renderList, normalizeClass, createElementVNode, createVNode, toDisplayString, withModifiers } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "history-list" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, createElementVNode, withDirectives, toDisplayString, withModifiers, createVNode, vShow } from "vue";
|
|
2
|
-
import { G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { G as GIcon, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "ellipsis" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, onMounted, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, renderSlot, createBlock, createVNode, withCtx } from "vue";
|
|
2
|
-
import { u as useReportRepo, S as SearchRepoCard } from "./index-
|
|
3
|
-
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-
|
|
2
|
+
import { u as useReportRepo, S as SearchRepoCard } from "./index-DhA0x031.js";
|
|
3
|
+
import { a as i18n, h as headRequest, R as REPO_MODULE, b as REPO_EVENT, l as localStorage, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
4
4
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
5
5
|
import { SkeletonItem } from "vue-devui-lal/skeleton";
|
|
6
6
|
import "vue-devui-lal/grid/style.css";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createElementBlock, openBlock, Fragment, renderList, createElementVNode, createVNode, createCommentVNode, toDisplayString, unref } from "vue";
|
|
2
|
-
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-
|
|
2
|
+
import { a as i18n, G as GIcon, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = ["onClick"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { inject, ref, watch, withDirectives, createElementBlock, openBlock, createElementVNode, toDisplayString, unref, Fragment, renderList, createVNode, vShow } from "vue";
|
|
2
|
-
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-
|
|
2
|
+
import { a as i18n, h as headRequest, G as GIcon, t as transformUrl } from "./index-DmbFNzpN.js";
|
|
3
3
|
import "vue-devui-lal/icon";
|
|
4
4
|
import "vue-devui-lal/icon/style.css";
|
|
5
5
|
const _hoisted_1 = { class: "px-[8px] history-list-project pl-[8px]" };
|
|
@@ -8,7 +8,7 @@ import { Message } from "vue-devui-lal/message";
|
|
|
8
8
|
import "vue-devui-lal/message/style.css";
|
|
9
9
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
10
10
|
import "vue-devui-lal/overlay/style.css";
|
|
11
|
-
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-
|
|
11
|
+
import { a as i18n, k as usePageResize, x as getLocaleLang, L as LANG_ZH, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
12
12
|
const _YunpianCaptchaManager = class _YunpianCaptchaManager {
|
|
13
13
|
constructor() {
|
|
14
14
|
__publicField(this, "ypRiddlerInstance", null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createBlock, openBlock, unref, withCtx, createElementVNode } from "vue";
|
|
2
|
-
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-
|
|
2
|
+
import { x as getLocaleLang, L as LANG_ZH, y as useLayoutConfig, _ as _export_sfc } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { FixedOverlay } from "vue-devui-lal/overlay";
|
|
4
4
|
import "vue-devui-lal/overlay/style.css";
|
|
5
5
|
const TARGET_TEXT = "Click in order:";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, watchEffect, defineComponent, toDisplayString, unref, mergeModels, useModel, watch, createElementBlock, openBlock, createVNode, withDirectives, normalizeClass, createElementVNode, vShow, inject, withModifiers, createBlock, Fragment, computed, createCommentVNode, normalizeStyle, createTextVNode, onMounted, onUnmounted, renderList, withCtx, reactive } from "vue";
|
|
2
2
|
import debounce from "lodash/debounce";
|
|
3
|
-
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-
|
|
4
|
-
import { t as transWebUrl } from "./transWebUrl-
|
|
3
|
+
import { d as transferNumber, G as GIcon, _ as _export_sfc, s as setLoginTriggerSource, f as useRequestReport, r as reqCatch, h as headRequest, a as i18n, T as TOPIC_TYPE, g as useTimeFormat, j as useCookie, k as usePageResize, L as LANG_ZH, m as isGstarRepo, n as _sfc_main$b, o as isIncubationRepo, p as highlightWords, t as transformUrl, q as _frEventTrack, E as EVENT_NAME, c as REPO_TYPE, e as extractRepoInfoWithURL, w as LANG_KEY } from "./index-DmbFNzpN.js";
|
|
4
|
+
import { t as transWebUrl } from "./transWebUrl-BHRP7AYo.js";
|
|
5
5
|
import { useRouter } from "vue-router";
|
|
6
6
|
import { Row, Col } from "vue-devui-lal/grid";
|
|
7
7
|
import { Skeleton, SkeletonItem } from "vue-devui-lal/skeleton";
|
|
@@ -539,7 +539,7 @@ const LOGO_MAP = {
|
|
|
539
539
|
aiLogoDark: "https://cdn-static.gitcode.com/static/images/gitcode-ai-logo-dark_atomgit.png"
|
|
540
540
|
}
|
|
541
541
|
};
|
|
542
|
-
/*! @license DOMPurify 3.
|
|
542
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
|
543
543
|
const {
|
|
544
544
|
entries,
|
|
545
545
|
setPrototypeOf,
|
|
@@ -567,18 +567,12 @@ if (!seal) {
|
|
|
567
567
|
};
|
|
568
568
|
}
|
|
569
569
|
if (!apply$1) {
|
|
570
|
-
apply$1 = function apply2(
|
|
571
|
-
|
|
572
|
-
args[_key - 2] = arguments[_key];
|
|
573
|
-
}
|
|
574
|
-
return func.apply(thisArg, args);
|
|
570
|
+
apply$1 = function apply2(fun, thisValue, args) {
|
|
571
|
+
return fun.apply(thisValue, args);
|
|
575
572
|
};
|
|
576
573
|
}
|
|
577
574
|
if (!construct) {
|
|
578
|
-
construct = function construct2(Func) {
|
|
579
|
-
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
580
|
-
args[_key2 - 1] = arguments[_key2];
|
|
581
|
-
}
|
|
575
|
+
construct = function construct2(Func, args) {
|
|
582
576
|
return new Func(...args);
|
|
583
577
|
};
|
|
584
578
|
}
|
|
@@ -601,18 +595,18 @@ function unapply(func) {
|
|
|
601
595
|
if (thisArg instanceof RegExp) {
|
|
602
596
|
thisArg.lastIndex = 0;
|
|
603
597
|
}
|
|
604
|
-
for (var
|
|
605
|
-
args[
|
|
598
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
599
|
+
args[_key - 1] = arguments[_key];
|
|
606
600
|
}
|
|
607
601
|
return apply$1(func, thisArg, args);
|
|
608
602
|
};
|
|
609
603
|
}
|
|
610
|
-
function unconstruct(
|
|
604
|
+
function unconstruct(func) {
|
|
611
605
|
return function() {
|
|
612
|
-
for (var
|
|
613
|
-
args[
|
|
606
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
607
|
+
args[_key2] = arguments[_key2];
|
|
614
608
|
}
|
|
615
|
-
return construct(
|
|
609
|
+
return construct(func, args);
|
|
616
610
|
};
|
|
617
611
|
}
|
|
618
612
|
function addToSet(set, array) {
|
|
@@ -679,15 +673,15 @@ function lookupGetter(object, prop) {
|
|
|
679
673
|
}
|
|
680
674
|
return fallbackValue;
|
|
681
675
|
}
|
|
682
|
-
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "
|
|
683
|
-
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "
|
|
676
|
+
const html$1 = freeze(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]);
|
|
677
|
+
const svg$1 = freeze(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]);
|
|
684
678
|
const svgFilters = freeze(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]);
|
|
685
679
|
const svgDisallowed = freeze(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]);
|
|
686
680
|
const mathMl$1 = freeze(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]);
|
|
687
681
|
const mathMlDisallowed = freeze(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]);
|
|
688
682
|
const text = freeze(["#text"]);
|
|
689
|
-
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "
|
|
690
|
-
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "
|
|
683
|
+
const html = freeze(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]);
|
|
684
|
+
const svg = freeze(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]);
|
|
691
685
|
const mathMl = freeze(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]);
|
|
692
686
|
const xml = freeze(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]);
|
|
693
687
|
const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm);
|
|
@@ -696,7 +690,7 @@ const TMPLIT_EXPR = seal(/\$\{[\w\W]*/gm);
|
|
|
696
690
|
const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]+$/);
|
|
697
691
|
const ARIA_ATTR = seal(/^aria-[\-\w]+$/);
|
|
698
692
|
const IS_ALLOWED_URI = seal(
|
|
699
|
-
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp
|
|
693
|
+
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
700
694
|
// eslint-disable-line no-useless-escape
|
|
701
695
|
);
|
|
702
696
|
const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
|
|
@@ -770,7 +764,7 @@ const _createHooksMap = function _createHooksMap2() {
|
|
|
770
764
|
function createDOMPurify() {
|
|
771
765
|
let window2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : getGlobal();
|
|
772
766
|
const DOMPurify = (root) => createDOMPurify(root);
|
|
773
|
-
DOMPurify.version = "3.
|
|
767
|
+
DOMPurify.version = "3.2.5";
|
|
774
768
|
DOMPurify.removed = [];
|
|
775
769
|
if (!window2 || !window2.document || window2.document.nodeType !== NODE_TYPE.document || !window2.Element) {
|
|
776
770
|
DOMPurify.isSupported = false;
|
|
@@ -856,20 +850,6 @@ function createDOMPurify() {
|
|
|
856
850
|
}));
|
|
857
851
|
let FORBID_TAGS = null;
|
|
858
852
|
let FORBID_ATTR = null;
|
|
859
|
-
const EXTRA_ELEMENT_HANDLING = Object.seal(create$1(null, {
|
|
860
|
-
tagCheck: {
|
|
861
|
-
writable: true,
|
|
862
|
-
configurable: false,
|
|
863
|
-
enumerable: true,
|
|
864
|
-
value: null
|
|
865
|
-
},
|
|
866
|
-
attributeCheck: {
|
|
867
|
-
writable: true,
|
|
868
|
-
configurable: false,
|
|
869
|
-
enumerable: true,
|
|
870
|
-
value: null
|
|
871
|
-
}
|
|
872
|
-
}));
|
|
873
853
|
let ALLOW_ARIA_ATTR = true;
|
|
874
854
|
let ALLOW_DATA_ATTR = true;
|
|
875
855
|
let ALLOW_UNKNOWN_PROTOCOLS = false;
|
|
@@ -931,8 +911,8 @@ function createDOMPurify() {
|
|
|
931
911
|
URI_SAFE_ATTRIBUTES = objectHasOwnProperty(cfg, "ADD_URI_SAFE_ATTR") ? addToSet(clone(DEFAULT_URI_SAFE_ATTRIBUTES), cfg.ADD_URI_SAFE_ATTR, transformCaseFunc) : DEFAULT_URI_SAFE_ATTRIBUTES;
|
|
932
912
|
DATA_URI_TAGS = objectHasOwnProperty(cfg, "ADD_DATA_URI_TAGS") ? addToSet(clone(DEFAULT_DATA_URI_TAGS), cfg.ADD_DATA_URI_TAGS, transformCaseFunc) : DEFAULT_DATA_URI_TAGS;
|
|
933
913
|
FORBID_CONTENTS = objectHasOwnProperty(cfg, "FORBID_CONTENTS") ? addToSet({}, cfg.FORBID_CONTENTS, transformCaseFunc) : DEFAULT_FORBID_CONTENTS;
|
|
934
|
-
FORBID_TAGS = objectHasOwnProperty(cfg, "FORBID_TAGS") ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) :
|
|
935
|
-
FORBID_ATTR = objectHasOwnProperty(cfg, "FORBID_ATTR") ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) :
|
|
914
|
+
FORBID_TAGS = objectHasOwnProperty(cfg, "FORBID_TAGS") ? addToSet({}, cfg.FORBID_TAGS, transformCaseFunc) : {};
|
|
915
|
+
FORBID_ATTR = objectHasOwnProperty(cfg, "FORBID_ATTR") ? addToSet({}, cfg.FORBID_ATTR, transformCaseFunc) : {};
|
|
936
916
|
USE_PROFILES = objectHasOwnProperty(cfg, "USE_PROFILES") ? cfg.USE_PROFILES : false;
|
|
937
917
|
ALLOW_ARIA_ATTR = cfg.ALLOW_ARIA_ATTR !== false;
|
|
938
918
|
ALLOW_DATA_ATTR = cfg.ALLOW_DATA_ATTR !== false;
|
|
@@ -993,24 +973,16 @@ function createDOMPurify() {
|
|
|
993
973
|
}
|
|
994
974
|
}
|
|
995
975
|
if (cfg.ADD_TAGS) {
|
|
996
|
-
if (
|
|
997
|
-
|
|
998
|
-
} else {
|
|
999
|
-
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
1000
|
-
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1001
|
-
}
|
|
1002
|
-
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
976
|
+
if (ALLOWED_TAGS === DEFAULT_ALLOWED_TAGS) {
|
|
977
|
+
ALLOWED_TAGS = clone(ALLOWED_TAGS);
|
|
1003
978
|
}
|
|
979
|
+
addToSet(ALLOWED_TAGS, cfg.ADD_TAGS, transformCaseFunc);
|
|
1004
980
|
}
|
|
1005
981
|
if (cfg.ADD_ATTR) {
|
|
1006
|
-
if (
|
|
1007
|
-
|
|
1008
|
-
} else {
|
|
1009
|
-
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
1010
|
-
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1011
|
-
}
|
|
1012
|
-
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
982
|
+
if (ALLOWED_ATTR === DEFAULT_ALLOWED_ATTR) {
|
|
983
|
+
ALLOWED_ATTR = clone(ALLOWED_ATTR);
|
|
1013
984
|
}
|
|
985
|
+
addToSet(ALLOWED_ATTR, cfg.ADD_ATTR, transformCaseFunc);
|
|
1014
986
|
}
|
|
1015
987
|
if (cfg.ADD_URI_SAFE_ATTR) {
|
|
1016
988
|
addToSet(URI_SAFE_ATTRIBUTES, cfg.ADD_URI_SAFE_ATTR, transformCaseFunc);
|
|
@@ -1204,7 +1176,7 @@ function createDOMPurify() {
|
|
|
1204
1176
|
tagName,
|
|
1205
1177
|
allowedTags: ALLOWED_TAGS
|
|
1206
1178
|
});
|
|
1207
|
-
if (
|
|
1179
|
+
if (currentNode.hasChildNodes() && !_isNode(currentNode.firstElementChild) && regExpTest(/<[/\w!]/g, currentNode.innerHTML) && regExpTest(/<[/\w!]/g, currentNode.textContent)) {
|
|
1208
1180
|
_forceRemove(currentNode);
|
|
1209
1181
|
return true;
|
|
1210
1182
|
}
|
|
@@ -1216,7 +1188,7 @@ function createDOMPurify() {
|
|
|
1216
1188
|
_forceRemove(currentNode);
|
|
1217
1189
|
return true;
|
|
1218
1190
|
}
|
|
1219
|
-
if (!
|
|
1191
|
+
if (!ALLOWED_TAGS[tagName] || FORBID_TAGS[tagName]) {
|
|
1220
1192
|
if (!FORBID_TAGS[tagName] && _isBasicCustomElement(tagName)) {
|
|
1221
1193
|
if (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, tagName)) {
|
|
1222
1194
|
return false;
|
|
@@ -1269,13 +1241,12 @@ function createDOMPurify() {
|
|
|
1269
1241
|
}
|
|
1270
1242
|
if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
|
|
1271
1243
|
else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
|
|
1272
|
-
else if (EXTRA_ELEMENT_HANDLING.attributeCheck instanceof Function && EXTRA_ELEMENT_HANDLING.attributeCheck(lcName, lcTag)) ;
|
|
1273
1244
|
else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
|
|
1274
1245
|
if (
|
|
1275
1246
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
1276
1247
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1277
1248
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
1278
|
-
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName
|
|
1249
|
+
_isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
1279
1250
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
1280
1251
|
lcName === "is" && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))
|
|
1281
1252
|
) ;
|
|
@@ -1318,8 +1289,7 @@ function createDOMPurify() {
|
|
|
1318
1289
|
value: attrValue
|
|
1319
1290
|
} = attr;
|
|
1320
1291
|
const lcName = transformCaseFunc(name);
|
|
1321
|
-
|
|
1322
|
-
let value = name === "value" ? initValue : stringTrim(initValue);
|
|
1292
|
+
let value = name === "value" ? attrValue : stringTrim(attrValue);
|
|
1323
1293
|
hookEvent.attrName = lcName;
|
|
1324
1294
|
hookEvent.attrValue = value;
|
|
1325
1295
|
hookEvent.keepAttr = true;
|
|
@@ -1330,19 +1300,15 @@ function createDOMPurify() {
|
|
|
1330
1300
|
_removeAttribute(name, currentNode);
|
|
1331
1301
|
value = SANITIZE_NAMED_PROPS_PREFIX + value;
|
|
1332
1302
|
}
|
|
1333
|
-
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title
|
|
1334
|
-
_removeAttribute(name, currentNode);
|
|
1335
|
-
continue;
|
|
1336
|
-
}
|
|
1337
|
-
if (lcName === "attributename" && stringMatch(value, "href")) {
|
|
1303
|
+
if (SAFE_FOR_XML && regExpTest(/((--!?|])>)|<\/(style|title)/i, value)) {
|
|
1338
1304
|
_removeAttribute(name, currentNode);
|
|
1339
1305
|
continue;
|
|
1340
1306
|
}
|
|
1341
1307
|
if (hookEvent.forceKeepAttr) {
|
|
1342
1308
|
continue;
|
|
1343
1309
|
}
|
|
1310
|
+
_removeAttribute(name, currentNode);
|
|
1344
1311
|
if (!hookEvent.keepAttr) {
|
|
1345
|
-
_removeAttribute(name, currentNode);
|
|
1346
1312
|
continue;
|
|
1347
1313
|
}
|
|
1348
1314
|
if (!ALLOW_SELF_CLOSE_IN_ATTR && regExpTest(/\/>/i, value)) {
|
|
@@ -1356,7 +1322,6 @@ function createDOMPurify() {
|
|
|
1356
1322
|
}
|
|
1357
1323
|
const lcTag = transformCaseFunc(currentNode.nodeName);
|
|
1358
1324
|
if (!_isValidAttribute(lcTag, lcName, value)) {
|
|
1359
|
-
_removeAttribute(name, currentNode);
|
|
1360
1325
|
continue;
|
|
1361
1326
|
}
|
|
1362
1327
|
if (trustedTypesPolicy && typeof trustedTypes === "object" && typeof trustedTypes.getAttributeType === "function") {
|
|
@@ -1374,21 +1339,18 @@ function createDOMPurify() {
|
|
|
1374
1339
|
}
|
|
1375
1340
|
}
|
|
1376
1341
|
}
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
currentNode.setAttribute(name, value);
|
|
1383
|
-
}
|
|
1384
|
-
if (_isClobbered(currentNode)) {
|
|
1385
|
-
_forceRemove(currentNode);
|
|
1386
|
-
} else {
|
|
1387
|
-
arrayPop(DOMPurify.removed);
|
|
1388
|
-
}
|
|
1389
|
-
} catch (_) {
|
|
1390
|
-
_removeAttribute(name, currentNode);
|
|
1342
|
+
try {
|
|
1343
|
+
if (namespaceURI) {
|
|
1344
|
+
currentNode.setAttributeNS(namespaceURI, name, value);
|
|
1345
|
+
} else {
|
|
1346
|
+
currentNode.setAttribute(name, value);
|
|
1391
1347
|
}
|
|
1348
|
+
if (_isClobbered(currentNode)) {
|
|
1349
|
+
_forceRemove(currentNode);
|
|
1350
|
+
} else {
|
|
1351
|
+
arrayPop(DOMPurify.removed);
|
|
1352
|
+
}
|
|
1353
|
+
} catch (_) {
|
|
1392
1354
|
}
|
|
1393
1355
|
}
|
|
1394
1356
|
_executeHooks(hooks.afterSanitizeAttributes, currentNode, null);
|
|
@@ -15798,11 +15760,15 @@ function requireCipherCore() {
|
|
|
15798
15760
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32);
|
|
15799
15761
|
* var derivedParams = CryptoJS.kdf.OpenSSL.execute('Password', 256/32, 128/32, 'saltsalt');
|
|
15800
15762
|
*/
|
|
15801
|
-
execute: function(password, keySize, ivSize, salt) {
|
|
15763
|
+
execute: function(password, keySize, ivSize, salt, hasher) {
|
|
15802
15764
|
if (!salt) {
|
|
15803
15765
|
salt = WordArray.random(64 / 8);
|
|
15804
15766
|
}
|
|
15805
|
-
|
|
15767
|
+
if (!hasher) {
|
|
15768
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize }).compute(password, salt);
|
|
15769
|
+
} else {
|
|
15770
|
+
var key = EvpKDF.create({ keySize: keySize + ivSize, hasher }).compute(password, salt);
|
|
15771
|
+
}
|
|
15806
15772
|
var iv = WordArray.create(key.words.slice(keySize), ivSize * 4);
|
|
15807
15773
|
key.sigBytes = keySize * 4;
|
|
15808
15774
|
return CipherParams.create({ key, iv, salt });
|
|
@@ -15836,7 +15802,7 @@ function requireCipherCore() {
|
|
|
15836
15802
|
*/
|
|
15837
15803
|
encrypt: function(cipher, message, password, cfg) {
|
|
15838
15804
|
cfg = this.cfg.extend(cfg);
|
|
15839
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize);
|
|
15805
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt, cfg.hasher);
|
|
15840
15806
|
cfg.iv = derivedParams.iv;
|
|
15841
15807
|
var ciphertext = SerializableCipher.encrypt.call(this, cipher, message, derivedParams.key, cfg);
|
|
15842
15808
|
ciphertext.mixIn(derivedParams);
|
|
@@ -15862,7 +15828,7 @@ function requireCipherCore() {
|
|
|
15862
15828
|
decrypt: function(cipher, ciphertext, password, cfg) {
|
|
15863
15829
|
cfg = this.cfg.extend(cfg);
|
|
15864
15830
|
ciphertext = this._parse(ciphertext, cfg.format);
|
|
15865
|
-
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt);
|
|
15831
|
+
var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, ciphertext.salt, cfg.hasher);
|
|
15866
15832
|
cfg.iv = derivedParams.iv;
|
|
15867
15833
|
var plaintext = SerializableCipher.decrypt.call(this, cipher, ciphertext, derivedParams.key, cfg);
|
|
15868
15834
|
return plaintext;
|
|
@@ -17251,13 +17217,13 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
17251
17217
|
var _a;
|
|
17252
17218
|
const layoutConfig2 = useLayoutConfig();
|
|
17253
17219
|
const { t: $t } = i18n.global;
|
|
17254
|
-
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-
|
|
17255
|
-
const UserSearch = defineAsyncComponent(() => import("./UserSearch-
|
|
17256
|
-
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-
|
|
17257
|
-
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-
|
|
17258
|
-
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-
|
|
17259
|
-
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-
|
|
17260
|
-
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-
|
|
17220
|
+
const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-C2PbyRQF.js"));
|
|
17221
|
+
const UserSearch = defineAsyncComponent(() => import("./UserSearch-CTGP9z_W.js"));
|
|
17222
|
+
const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-znQCeisB.js"));
|
|
17223
|
+
const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-_M-0XEZJ.js"));
|
|
17224
|
+
const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-CHSuNob5.js"));
|
|
17225
|
+
const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-TLHlJsPk.js"));
|
|
17226
|
+
const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-9zEgW3dQ.js"));
|
|
17261
17227
|
const props = __props;
|
|
17262
17228
|
const repoInfo = inject("repoInfo");
|
|
17263
17229
|
const orgInfo = inject("orgInfo");
|
|
@@ -17914,13 +17880,9 @@ const announcementLeft = "0";
|
|
|
17914
17880
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
17915
17881
|
...{ name: "SiteAnnouncement" },
|
|
17916
17882
|
__name: "SiteAnnouncement",
|
|
17917
|
-
props: {
|
|
17918
|
-
asideCollapseMode: { type: Boolean, default: false }
|
|
17919
|
-
},
|
|
17920
17883
|
setup(__props) {
|
|
17921
17884
|
const { t: t2 } = i18n.global;
|
|
17922
17885
|
const isShow = ref(SITE_STATUS.DISABLE);
|
|
17923
|
-
const asideShow = ref(true);
|
|
17924
17886
|
const handleClose = (type) => {
|
|
17925
17887
|
isShow.value = false;
|
|
17926
17888
|
{
|
|
@@ -17932,12 +17894,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17932
17894
|
const migrationAnnounceUrl = computed(() => {
|
|
17933
17895
|
return window.location.hostname.includes("gitcode") ? "https://gitcode.com/gitcode" : "https://atomgit.com/gitcode";
|
|
17934
17896
|
});
|
|
17935
|
-
|
|
17936
|
-
asideShow.value = value;
|
|
17937
|
-
});
|
|
17938
|
-
onMounted(() => {
|
|
17939
|
-
const asideDefaultWidth = Number(localStorage$2.getItem("asideDefaultWidth") || 0);
|
|
17940
|
-
asideShow.value = asideDefaultWidth > 0;
|
|
17897
|
+
const initShowStatus = () => {
|
|
17941
17898
|
if (!SITE_STATUS.DISABLE) {
|
|
17942
17899
|
isShow.value = false;
|
|
17943
17900
|
return;
|
|
@@ -17956,9 +17913,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
17956
17913
|
isShow.value = false;
|
|
17957
17914
|
}
|
|
17958
17915
|
}
|
|
17959
|
-
}
|
|
17960
|
-
|
|
17961
|
-
|
|
17916
|
+
};
|
|
17917
|
+
onMounted(() => {
|
|
17918
|
+
initShowStatus();
|
|
17962
17919
|
});
|
|
17963
17920
|
return (_ctx, _cache) => {
|
|
17964
17921
|
return isShow.value ? (openBlock(), createElementBlock("div", {
|
|
@@ -17998,7 +17955,7 @@ const autoAvokeLogin = ({ isLogin, loginFunc, openHarmonyGuide, loginSuccess, lo
|
|
|
17998
17955
|
loginFunc({ type: "login", triggerType: "", loginTriggerSource: "router_login_auth", ...loginFuncOpts }, loginSuccess, openHarmonyGuide);
|
|
17999
17956
|
}
|
|
18000
17957
|
};
|
|
18001
|
-
const NoticeModal = defineAsyncComponent(() => import("./notice-
|
|
17958
|
+
const NoticeModal = defineAsyncComponent(() => import("./notice-BzHgFXx5.js"));
|
|
18002
17959
|
function clearNotice() {
|
|
18003
17960
|
if (localStorage$2.getItem("validator_email")) {
|
|
18004
17961
|
localStorage$2.removeItem("validator_email");
|
|
@@ -18065,7 +18022,6 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18065
18022
|
independence: { type: Boolean, default: true },
|
|
18066
18023
|
userMenus: {},
|
|
18067
18024
|
loginChildComponents: {},
|
|
18068
|
-
asideCollapseMode: { type: Boolean, default: false },
|
|
18069
18025
|
bgConfig: { default: () => ({
|
|
18070
18026
|
index_head: "",
|
|
18071
18027
|
detail_top: "",
|
|
@@ -18446,7 +18402,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
18446
18402
|
], 4)), [
|
|
18447
18403
|
[unref(vElementExposure), { trigger: (type) => handleStickyNoticeExpo() }]
|
|
18448
18404
|
]) : createCommentVNode("", true),
|
|
18449
|
-
createVNode(SiteAnnouncement
|
|
18405
|
+
createVNode(SiteAnnouncement),
|
|
18450
18406
|
withDirectives((openBlock(), createElementBlock("div", {
|
|
18451
18407
|
class: "g-toolbar w-full overflow-hidden allow-click-stop",
|
|
18452
18408
|
onClick: withModifiers(handleToolbarClick, ["stop"])
|
|
@@ -18801,9 +18757,9 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
18801
18757
|
const layoutConfig2 = useLayoutConfig();
|
|
18802
18758
|
const { t: t2 } = i18n.global;
|
|
18803
18759
|
const route = useRoute();
|
|
18804
|
-
const MenuItem = defineAsyncComponent(() => import("./MenuItem-
|
|
18805
|
-
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-
|
|
18806
|
-
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-
|
|
18760
|
+
const MenuItem = defineAsyncComponent(() => import("./MenuItem-Dxs9PGzd.js"));
|
|
18761
|
+
const ProjectMenuListV2 = defineAsyncComponent(() => import("./ProjectMenuListV2-C5nnEThN.js"));
|
|
18762
|
+
const ProjectMenuList = defineAsyncComponent(() => import("./ProjectMenuList-D9QE85hq.js"));
|
|
18807
18763
|
const props = __props;
|
|
18808
18764
|
console.log("slotKeys", props.slotKeys);
|
|
18809
18765
|
console.log("props", props);
|
|
@@ -24648,7 +24604,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
24648
24604
|
}
|
|
24649
24605
|
});
|
|
24650
24606
|
const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-vue-layout-gitcode"]]);
|
|
24651
|
-
const SlidCaptcha = defineAsyncComponent(() => import("./index-
|
|
24607
|
+
const SlidCaptcha = defineAsyncComponent(() => import("./index-CdEPRuSl.js"));
|
|
24652
24608
|
const useSlidCaptcha = () => {
|
|
24653
24609
|
const { mount, unMount } = usePopup("slid-captcha-popup");
|
|
24654
24610
|
const open = (config) => {
|
|
@@ -24667,7 +24623,7 @@ const useSlidCaptcha = () => {
|
|
|
24667
24623
|
close: unMount
|
|
24668
24624
|
};
|
|
24669
24625
|
};
|
|
24670
|
-
const YunpianCaptcha = defineAsyncComponent(() => import("./index-
|
|
24626
|
+
const YunpianCaptcha = defineAsyncComponent(() => import("./index-BDgAr0hd.js"));
|
|
24671
24627
|
const useYunpianCaptcha = () => {
|
|
24672
24628
|
const { mount, unMount } = usePopup("yunpian-captcha-popup");
|
|
24673
24629
|
const open = (config) => {
|
|
@@ -26694,14 +26650,15 @@ export {
|
|
|
26694
26650
|
LANG_ZH as L,
|
|
26695
26651
|
GitCodeAside as M,
|
|
26696
26652
|
GitCodeHeader as N,
|
|
26697
|
-
|
|
26698
|
-
|
|
26699
|
-
|
|
26653
|
+
SiteAnnouncement as O,
|
|
26654
|
+
useLogin as P,
|
|
26655
|
+
setLayoutConfig as Q,
|
|
26700
26656
|
REPO_MODULE as R,
|
|
26701
26657
|
SceneValue as S,
|
|
26702
26658
|
TOPIC_TYPE as T,
|
|
26703
|
-
|
|
26704
|
-
|
|
26659
|
+
GitCodeLayoutEmitter as U,
|
|
26660
|
+
setTheme as V,
|
|
26661
|
+
index as W,
|
|
26705
26662
|
_export_sfc as _,
|
|
26706
26663
|
i18n as a,
|
|
26707
26664
|
REPO_EVENT as b,
|
package/index.d.ts
CHANGED
|
@@ -313,11 +313,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
313
313
|
type: PropType<any>;
|
|
314
314
|
required: true;
|
|
315
315
|
};
|
|
316
|
-
asideCollapseMode: {
|
|
317
|
-
type: PropType<boolean | undefined>;
|
|
318
|
-
required: false;
|
|
319
|
-
default: boolean;
|
|
320
|
-
};
|
|
321
316
|
bgConfig: {
|
|
322
317
|
type: PropType<{
|
|
323
318
|
index_head: string;
|
|
@@ -431,11 +426,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
431
426
|
type: PropType<any>;
|
|
432
427
|
required: true;
|
|
433
428
|
};
|
|
434
|
-
asideCollapseMode: {
|
|
435
|
-
type: PropType<boolean | undefined>;
|
|
436
|
-
required: false;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
429
|
bgConfig: {
|
|
440
430
|
type: PropType<{
|
|
441
431
|
index_head: string;
|
|
@@ -474,7 +464,6 @@ export declare const GitCodeHeader: DefineComponent<ExtractPropTypes<{
|
|
|
474
464
|
orgInfo: OrgInfo | undefined;
|
|
475
465
|
otherUserInfo: UserInfo | undefined;
|
|
476
466
|
headerBorder: boolean | undefined;
|
|
477
|
-
asideCollapseMode: boolean | undefined;
|
|
478
467
|
bgConfig: {
|
|
479
468
|
index_head: string;
|
|
480
469
|
detail_top: string;
|
|
@@ -604,6 +593,8 @@ export declare function setLayoutConfig(customConfig: BaseLayoutConfig): void;
|
|
|
604
593
|
|
|
605
594
|
export { setTheme }
|
|
606
595
|
|
|
596
|
+
export declare const SiteAnnouncement: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
597
|
+
|
|
607
598
|
export declare const ToolsFloat: DefineComponent<ExtractPropTypes<{
|
|
608
599
|
sceneValue: {
|
|
609
600
|
type: PropType<SceneValue>;
|
package/index.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { M, N,
|
|
1
|
+
import { M, N, U, K, S, O, J, A, W, Q, V, P } from "./index-DmbFNzpN.js";
|
|
2
2
|
export {
|
|
3
3
|
M as GitCodeAside,
|
|
4
4
|
N as GitCodeHeader,
|
|
5
|
-
|
|
5
|
+
U as GitCodeLayoutEmitter,
|
|
6
6
|
K as Login,
|
|
7
7
|
S as SceneValue,
|
|
8
|
+
O as SiteAnnouncement,
|
|
8
9
|
J as ToolsFloat,
|
|
9
10
|
A as currentTheme,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
W as default,
|
|
12
|
+
Q as setLayoutConfig,
|
|
13
|
+
V as setTheme,
|
|
14
|
+
P as useLogin
|
|
14
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createBlock, openBlock, unref, isRef, withCtx, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { i as isPhone, u as useModel } from "./index-
|
|
2
|
+
import { i as isPhone, u as useModel } from "./index-DmbFNzpN.js";
|
|
3
3
|
import { Notification } from "vue-devui-lal/notification";
|
|
4
4
|
import { Button } from "vue-devui-lal/button";
|
|
5
5
|
import "vue-devui-lal/notification/style.css";
|
package/package.json
CHANGED