required-doc 0.0.5 → 0.0.6
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/index.js +329 -298
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
import { Fragment as e, computed as t, createApp as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createTextVNode as s, createVNode as c, defineComponent as l, nextTick as u, normalizeClass as d, normalizeStyle as f, onBeforeUnmount as p, onMounted as ee, openBlock as m, ref as h, renderList as g, renderSlot as _, resolveDynamicComponent as te, toDisplayString as v, unref as y, watch as ne, withCtx as b } from "vue";
|
|
2
|
-
import { RouterLink as x, RouterView as re, createRouter as ie, createWebHistory as
|
|
2
|
+
import { RouterLink as x, RouterView as re, createRouter as ie, createWebHistory as ae, useRouter as S } from "vue-router";
|
|
3
3
|
//#endregion
|
|
4
4
|
//#region src/App.vue
|
|
5
|
-
var
|
|
5
|
+
var C = /* @__PURE__ */ l({
|
|
6
6
|
__name: "App",
|
|
7
7
|
setup(e) {
|
|
8
8
|
return (e, t) => (m(), r(y(re)));
|
|
9
9
|
}
|
|
10
|
-
}),
|
|
11
|
-
function
|
|
12
|
-
|
|
10
|
+
}), w = [], T = [], E = [], D = !0, O = [], k;
|
|
11
|
+
function oe(e) {
|
|
12
|
+
w = e.components, T = e.pages, E = e.colors, D = e.options?.showThemeToggle ?? !0, O = e.options?.devices ?? [], k = e.options?.baseColors;
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function se() {
|
|
15
|
+
return D;
|
|
16
|
+
}
|
|
17
|
+
function ce() {
|
|
15
18
|
return O;
|
|
16
19
|
}
|
|
17
|
-
function
|
|
20
|
+
function le() {
|
|
18
21
|
return k;
|
|
19
22
|
}
|
|
20
|
-
function
|
|
21
|
-
return
|
|
23
|
+
function A() {
|
|
24
|
+
return w;
|
|
22
25
|
}
|
|
23
|
-
function
|
|
26
|
+
function ue() {
|
|
24
27
|
return T;
|
|
25
28
|
}
|
|
26
|
-
function
|
|
29
|
+
function de() {
|
|
27
30
|
return E;
|
|
28
31
|
}
|
|
29
|
-
function
|
|
30
|
-
return
|
|
31
|
-
}
|
|
32
|
-
function ue(e, t) {
|
|
33
|
-
return [...T, ...E].find((n) => n.kind === e && n.name === t);
|
|
32
|
+
function fe(e, t) {
|
|
33
|
+
return [...w, ...T].find((n) => n.kind === e && n.name === t);
|
|
34
34
|
}
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/lib/theme.ts
|
|
37
|
-
var
|
|
38
|
-
ne(
|
|
37
|
+
var j = h(!1);
|
|
38
|
+
ne(j, (e) => {
|
|
39
39
|
document.documentElement.classList.toggle("dark", e);
|
|
40
40
|
}, { immediate: !0 });
|
|
41
|
-
function
|
|
41
|
+
function pe() {
|
|
42
42
|
return {
|
|
43
|
-
isDark:
|
|
43
|
+
isDark: j,
|
|
44
44
|
toggle: () => {
|
|
45
|
-
|
|
45
|
+
j.value = !j.value;
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
//#endregion
|
|
50
50
|
//#region src/catalog/CatalogView.vue?vue&type=script&setup=true&lang.ts
|
|
51
|
-
var
|
|
51
|
+
var M = { class: "mx-auto min-h-screen max-w-3xl p-8" }, N = { class: "mb-8 flex items-center" }, me = { class: "mb-10" }, he = { class: "space-y-2" }, ge = { class: "font-bold dark:text-gray-100" }, P = { class: "ml-1 text-xs text-gray-400" }, _e = { class: "text-sm text-gray-500 dark:text-gray-400" }, ve = { class: "mb-10" }, ye = { class: "space-y-2" }, be = { class: "font-bold dark:text-gray-100" }, xe = { class: "ml-1 text-xs text-gray-400" }, Se = { class: "text-sm text-gray-500 dark:text-gray-400" }, F = { class: "mb-2 rounded-lg border border-gray-300 bg-white p-4 dark:border-gray-700 dark:bg-gray-800" }, I = { class: "space-y-2 text-sm" }, Ce = { class: "flex gap-3" }, we = { class: "font-bold dark:text-gray-100" }, Te = { class: "flex gap-3" }, Ee = { class: "flex-1" }, De = { class: "space-y-1" }, Oe = { class: "space-y-2" }, ke = "block rounded-lg border border-gray-300 bg-white p-4 transition hover:border-blue-500 dark:border-gray-700 dark:bg-gray-800 dark:hover:border-blue-400", Ae = /* @__PURE__ */ l({
|
|
52
52
|
__name: "CatalogView",
|
|
53
53
|
setup(t) {
|
|
54
|
-
let { isDark: n, toggle: r } =
|
|
54
|
+
let { isDark: n, toggle: r } = pe(), l = se(), u = ce(), f = A(), p = ue();
|
|
55
55
|
function ee(e) {
|
|
56
56
|
return e.minWidth === e.maxWidth ? `${e.maxWidth}px` : `${e.minWidth}–${e.maxWidth}px`;
|
|
57
57
|
}
|
|
58
|
-
return (t, h) => (m(), a("div",
|
|
59
|
-
o("div",
|
|
58
|
+
return (t, h) => (m(), a("div", M, [
|
|
59
|
+
o("div", N, [h[1] ||= o("h1", { class: "text-2xl font-bold dark:text-gray-100" }, "要件書カタログ", -1), y(l) ? (m(), a("button", {
|
|
60
60
|
key: 0,
|
|
61
61
|
type: "button",
|
|
62
62
|
class: "ml-auto rounded-md border border-gray-300 px-3 py-1 text-xs font-bold text-gray-600 transition hover:bg-gray-100 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-800",
|
|
63
63
|
onClick: h[0] ||= (...e) => y(r) && y(r)(...e)
|
|
64
64
|
}, v(y(n) ? "ライトモード" : "ダークモード"), 1)) : i("", !0)]),
|
|
65
|
-
o("section",
|
|
65
|
+
o("section", me, [h[2] ||= o("h2", { class: "mb-3 text-lg font-bold text-gray-700 dark:text-gray-300" }, "ページ", -1), o("ul", he, [(m(!0), a(e, null, g(y(p), (e) => (m(), a("li", { key: e.name }, [c(y(x), {
|
|
66
66
|
to: `/pages/${e.name}`,
|
|
67
|
-
class: d(
|
|
67
|
+
class: d(ke)
|
|
68
68
|
}, {
|
|
69
|
-
default: b(() => [o("div",
|
|
69
|
+
default: b(() => [o("div", ge, [s(v(e.title) + " ", 1), o("span", P, "(" + v(e.latest) + ")", 1)]), o("div", _e, v(e.desc), 1)]),
|
|
70
70
|
_: 2
|
|
71
71
|
}, 1032, ["to"])]))), 128))])]),
|
|
72
|
-
o("section",
|
|
72
|
+
o("section", ve, [h[3] ||= o("h2", { class: "mb-3 text-lg font-bold text-gray-700 dark:text-gray-300" }, "コンポーネント", -1), o("ul", ye, [(m(!0), a(e, null, g(y(f), (e) => (m(), a("li", { key: e.name }, [c(y(x), {
|
|
73
73
|
to: `/components/${e.name}`,
|
|
74
|
-
class: d(
|
|
74
|
+
class: d(ke)
|
|
75
75
|
}, {
|
|
76
|
-
default: b(() => [o("div",
|
|
76
|
+
default: b(() => [o("div", be, [s(v(e.title) + " ", 1), o("span", xe, "(" + v(e.latest) + ")", 1)]), o("div", Se, v(e.desc), 1)]),
|
|
77
77
|
_: 2
|
|
78
78
|
}, 1032, ["to"])]))), 128))])]),
|
|
79
79
|
o("section", null, [
|
|
80
80
|
h[8] ||= o("h2", { class: "mb-3 text-lg font-bold text-gray-700 dark:text-gray-300" }, "デザイン", -1),
|
|
81
|
-
o("div",
|
|
81
|
+
o("div", F, [h[6] ||= o("div", { class: "mb-2 text-xs font-bold uppercase tracking-wide text-gray-400" }, "表示設定", -1), o("dl", I, [o("div", Ce, [h[4] ||= o("dt", { class: "w-28 shrink-0 text-gray-500 dark:text-gray-400" }, "ダークモード切替", -1), o("dd", we, v(y(l) ? "表示" : "非表示"), 1)]), o("div", Te, [h[5] ||= o("dt", { class: "w-28 shrink-0 text-gray-500 dark:text-gray-400" }, "端末", -1), o("dd", Ee, [o("ul", De, [(m(!0), a(e, null, g(y(u), (e) => (m(), a("li", {
|
|
82
82
|
key: e.id,
|
|
83
83
|
class: "font-mono text-xs text-gray-700 dark:text-gray-200"
|
|
84
84
|
}, v(e.label) + "(" + v(e.frame) + ") / 幅: " + v(ee(e)), 1))), 128))])])])])]),
|
|
85
|
-
o("ul",
|
|
85
|
+
o("ul", Oe, [o("li", null, [c(y(x), {
|
|
86
86
|
to: "/colors",
|
|
87
|
-
class: d(
|
|
87
|
+
class: d(ke)
|
|
88
88
|
}, {
|
|
89
89
|
default: b(() => [...h[7] ||= [o("div", { class: "font-bold dark:text-gray-100" }, "カラー", -1), o("div", { class: "text-sm text-gray-500 dark:text-gray-400" }, "accentColor 等の色定義一覧", -1)]]),
|
|
90
90
|
_: 1
|
|
@@ -95,7 +95,7 @@ var P = { class: "mx-auto min-h-screen max-w-3xl p-8" }, F = { class: "mb-8 flex
|
|
|
95
95
|
});
|
|
96
96
|
//#endregion
|
|
97
97
|
//#region node_modules/marked/lib/marked.esm.js
|
|
98
|
-
function
|
|
98
|
+
function je() {
|
|
99
99
|
return {
|
|
100
100
|
async: !1,
|
|
101
101
|
breaks: !1,
|
|
@@ -109,22 +109,22 @@ function ke() {
|
|
|
109
109
|
walkTokens: null
|
|
110
110
|
};
|
|
111
111
|
}
|
|
112
|
-
var
|
|
113
|
-
function
|
|
114
|
-
|
|
112
|
+
var L = je();
|
|
113
|
+
function Me(e) {
|
|
114
|
+
L = e;
|
|
115
115
|
}
|
|
116
|
-
var
|
|
117
|
-
function
|
|
116
|
+
var R = { exec: () => null };
|
|
117
|
+
function z(e, t = "") {
|
|
118
118
|
let n = typeof e == "string" ? e : e.source, r = {
|
|
119
119
|
replace: (e, t) => {
|
|
120
120
|
let i = typeof t == "string" ? t : t.source;
|
|
121
|
-
return i = i.replace(
|
|
121
|
+
return i = i.replace(B.caret, "$1"), n = n.replace(e, i), r;
|
|
122
122
|
},
|
|
123
123
|
getRegex: () => new RegExp(n, t)
|
|
124
124
|
};
|
|
125
125
|
return r;
|
|
126
126
|
}
|
|
127
|
-
var
|
|
127
|
+
var B = {
|
|
128
128
|
codeRemoveIndent: /^(?: {1,4}| {0,3}\t)/gm,
|
|
129
129
|
outputLinkReplace: /\\([\[\]])/g,
|
|
130
130
|
indentCodeCompensation: /^(\s+)(?:```)/,
|
|
@@ -181,111 +181,111 @@ var H = {
|
|
|
181
181
|
fencesBeginRegex: (e) => RegExp(`^ {0,${Math.min(3, e - 1)}}(?:\`\`\`|~~~)`),
|
|
182
182
|
headingBeginRegex: (e) => RegExp(`^ {0,${Math.min(3, e - 1)}}#`),
|
|
183
183
|
htmlBeginRegex: (e) => RegExp(`^ {0,${Math.min(3, e - 1)}}<(?:[a-z].*>|!--)`, "i")
|
|
184
|
-
},
|
|
185
|
-
blockquote:
|
|
186
|
-
code:
|
|
187
|
-
def:
|
|
188
|
-
fences:
|
|
189
|
-
heading:
|
|
190
|
-
hr:
|
|
191
|
-
html:
|
|
192
|
-
lheading:
|
|
193
|
-
list:
|
|
194
|
-
newline:
|
|
195
|
-
paragraph:
|
|
196
|
-
table:
|
|
197
|
-
text:
|
|
198
|
-
},
|
|
199
|
-
...
|
|
200
|
-
lheading:
|
|
201
|
-
table:
|
|
202
|
-
paragraph:
|
|
203
|
-
},
|
|
204
|
-
...
|
|
205
|
-
html:
|
|
184
|
+
}, Ne = /^(?:[ \t]*(?:\n|$))+/, Pe = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/, Fe = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, V = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, Ie = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, Le = /(?:[*+-]|\d{1,9}[.)])/, Re = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, ze = z(Re).replace(/bull/g, Le).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/\|table/g, "").getRegex(), Be = z(Re).replace(/bull/g, Le).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/table/g, / {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(), Ve = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, He = /^[^\n]+/, Ue = /(?!\s*\])(?:\\.|[^\[\]\\])+/, We = z(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label", Ue).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), Ge = z(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, Le).getRegex(), H = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", Ke = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, qe = z("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))", "i").replace("comment", Ke).replace("tag", H).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), Je = z(Ve).replace("hr", V).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", H).getRegex(), Ye = {
|
|
185
|
+
blockquote: z(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", Je).getRegex(),
|
|
186
|
+
code: Pe,
|
|
187
|
+
def: We,
|
|
188
|
+
fences: Fe,
|
|
189
|
+
heading: Ie,
|
|
190
|
+
hr: V,
|
|
191
|
+
html: qe,
|
|
192
|
+
lheading: ze,
|
|
193
|
+
list: Ge,
|
|
194
|
+
newline: Ne,
|
|
195
|
+
paragraph: Je,
|
|
196
|
+
table: R,
|
|
197
|
+
text: He
|
|
198
|
+
}, Xe = z("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", V).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", "(?: {4}| {0,3} )[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", H).getRegex(), Ze = {
|
|
199
|
+
...Ye,
|
|
200
|
+
lheading: Be,
|
|
201
|
+
table: Xe,
|
|
202
|
+
paragraph: z(Ve).replace("hr", V).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", Xe).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", H).getRegex()
|
|
203
|
+
}, Qe = {
|
|
204
|
+
...Ye,
|
|
205
|
+
html: z("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment", Ke).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),
|
|
206
206
|
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,
|
|
207
207
|
heading: /^(#{1,6})(.*)(?:\n+|$)/,
|
|
208
|
-
fences:
|
|
208
|
+
fences: R,
|
|
209
209
|
lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
210
|
-
paragraph:
|
|
211
|
-
},
|
|
212
|
-
_backpedal:
|
|
213
|
-
anyPunctuation:
|
|
214
|
-
autolink:
|
|
215
|
-
blockSkip:
|
|
216
|
-
br:
|
|
217
|
-
code:
|
|
218
|
-
del:
|
|
219
|
-
emStrongLDelim:
|
|
220
|
-
emStrongRDelimAst:
|
|
221
|
-
emStrongRDelimUnd:
|
|
222
|
-
escape:
|
|
223
|
-
link:
|
|
224
|
-
nolink:
|
|
225
|
-
punctuation:
|
|
226
|
-
reflink:
|
|
227
|
-
reflinkSearch:
|
|
228
|
-
tag:
|
|
229
|
-
text:
|
|
230
|
-
url:
|
|
231
|
-
}, Ct = {
|
|
232
|
-
...St,
|
|
233
|
-
link: V(/^!?\[(label)\]\((.*?)\)/).replace("label", K).getRegex(),
|
|
234
|
-
reflink: V(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", K).getRegex()
|
|
235
|
-
}, wt = {
|
|
236
|
-
...St,
|
|
237
|
-
emStrongRDelimAst: pt,
|
|
238
|
-
emStrongLDelim: ut,
|
|
239
|
-
url: V(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, "i").replace("email", /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),
|
|
240
|
-
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
241
|
-
del: /^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,
|
|
242
|
-
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
210
|
+
paragraph: z(Ve).replace("hr", V).replace("heading", " *#{1,6} *[^\n]").replace("lheading", ze).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
211
|
+
}, $e = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, et = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, tt = /^( {2,}|\\)\n(?!\s*$)/, nt = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, U = /[\p{P}\p{S}]/u, rt = /[\s\p{P}\p{S}]/u, it = /[^\s\p{P}\p{S}]/u, at = z(/^((?![*_])punctSpace)/, "u").replace(/punctSpace/g, rt).getRegex(), ot = /(?!~)[\p{P}\p{S}]/u, st = /(?!~)[\s\p{P}\p{S}]/u, ct = /(?:[^\s\p{P}\p{S}]|~)/u, lt = /\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g, ut = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/, dt = z(ut, "u").replace(/punct/g, U).getRegex(), ft = z(ut, "u").replace(/punct/g, ot).getRegex(), pt = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)", mt = z(pt, "gu").replace(/notPunctSpace/g, it).replace(/punctSpace/g, rt).replace(/punct/g, U).getRegex(), ht = z(pt, "gu").replace(/notPunctSpace/g, ct).replace(/punctSpace/g, st).replace(/punct/g, ot).getRegex(), gt = z("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)", "gu").replace(/notPunctSpace/g, it).replace(/punctSpace/g, rt).replace(/punct/g, U).getRegex(), _t = z(/\\(punct)/, "gu").replace(/punct/g, U).getRegex(), vt = z(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), yt = z(Ke).replace("(?:-->|$)", "-->").getRegex(), bt = z("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment", yt).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), W = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, xt = z(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label", W).replace("href", /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), St = z(/^!?\[(label)\]\[(ref)\]/).replace("label", W).replace("ref", Ue).getRegex(), Ct = z(/^!?\[(ref)\](?:\[\])?/).replace("ref", Ue).getRegex(), wt = {
|
|
212
|
+
_backpedal: R,
|
|
213
|
+
anyPunctuation: _t,
|
|
214
|
+
autolink: vt,
|
|
215
|
+
blockSkip: lt,
|
|
216
|
+
br: tt,
|
|
217
|
+
code: et,
|
|
218
|
+
del: R,
|
|
219
|
+
emStrongLDelim: dt,
|
|
220
|
+
emStrongRDelimAst: mt,
|
|
221
|
+
emStrongRDelimUnd: gt,
|
|
222
|
+
escape: $e,
|
|
223
|
+
link: xt,
|
|
224
|
+
nolink: Ct,
|
|
225
|
+
punctuation: at,
|
|
226
|
+
reflink: St,
|
|
227
|
+
reflinkSearch: z("reflink|nolink(?!\\()", "g").replace("reflink", St).replace("nolink", Ct).getRegex(),
|
|
228
|
+
tag: bt,
|
|
229
|
+
text: nt,
|
|
230
|
+
url: R
|
|
243
231
|
}, Tt = {
|
|
244
232
|
...wt,
|
|
245
|
-
|
|
246
|
-
|
|
233
|
+
link: z(/^!?\[(label)\]\((.*?)\)/).replace("label", W).getRegex(),
|
|
234
|
+
reflink: z(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", W).getRegex()
|
|
247
235
|
}, Et = {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
pedantic: Ct
|
|
236
|
+
...wt,
|
|
237
|
+
emStrongRDelimAst: ht,
|
|
238
|
+
emStrongLDelim: ft,
|
|
239
|
+
url: z(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, "i").replace("email", /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),
|
|
240
|
+
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
241
|
+
del: /^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,
|
|
242
|
+
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
256
243
|
}, Dt = {
|
|
244
|
+
...Et,
|
|
245
|
+
br: z(tt).replace("{2,}", "*").getRegex(),
|
|
246
|
+
text: z(Et.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
247
|
+
}, G = {
|
|
248
|
+
normal: Ye,
|
|
249
|
+
gfm: Ze,
|
|
250
|
+
pedantic: Qe
|
|
251
|
+
}, K = {
|
|
252
|
+
normal: wt,
|
|
253
|
+
gfm: Et,
|
|
254
|
+
breaks: Dt,
|
|
255
|
+
pedantic: Tt
|
|
256
|
+
}, Ot = {
|
|
257
257
|
"&": "&",
|
|
258
258
|
"<": "<",
|
|
259
259
|
">": ">",
|
|
260
260
|
"\"": """,
|
|
261
261
|
"'": "'"
|
|
262
|
-
},
|
|
263
|
-
function
|
|
262
|
+
}, kt = (e) => Ot[e];
|
|
263
|
+
function q(e, t) {
|
|
264
264
|
if (t) {
|
|
265
|
-
if (
|
|
266
|
-
} else if (
|
|
265
|
+
if (B.escapeTest.test(e)) return e.replace(B.escapeReplace, kt);
|
|
266
|
+
} else if (B.escapeTestNoEncode.test(e)) return e.replace(B.escapeReplaceNoEncode, kt);
|
|
267
267
|
return e;
|
|
268
268
|
}
|
|
269
|
-
function
|
|
269
|
+
function At(e) {
|
|
270
270
|
try {
|
|
271
|
-
e = encodeURI(e).replace(
|
|
271
|
+
e = encodeURI(e).replace(B.percentDecode, "%");
|
|
272
272
|
} catch {
|
|
273
273
|
return null;
|
|
274
274
|
}
|
|
275
275
|
return e;
|
|
276
276
|
}
|
|
277
|
-
function
|
|
278
|
-
let n = e.replace(
|
|
277
|
+
function jt(e, t) {
|
|
278
|
+
let n = e.replace(B.findPipe, (e, t, n) => {
|
|
279
279
|
let r = !1, i = t;
|
|
280
280
|
for (; --i >= 0 && n[i] === "\\";) r = !r;
|
|
281
281
|
return r ? "|" : " |";
|
|
282
|
-
}).split(
|
|
282
|
+
}).split(B.splitPipe), r = 0;
|
|
283
283
|
if (n[0].trim() || n.shift(), n.length > 0 && !n.at(-1)?.trim() && n.pop(), t) if (n.length > t) n.splice(t);
|
|
284
284
|
else for (; n.length < t;) n.push("");
|
|
285
|
-
for (; r < n.length; r++) n[r] = n[r].trim().replace(
|
|
285
|
+
for (; r < n.length; r++) n[r] = n[r].trim().replace(B.slashPipe, "|");
|
|
286
286
|
return n;
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function J(e, t, n) {
|
|
289
289
|
let r = e.length;
|
|
290
290
|
if (r === 0) return "";
|
|
291
291
|
let i = 0;
|
|
@@ -297,7 +297,7 @@ function Y(e, t, n) {
|
|
|
297
297
|
}
|
|
298
298
|
return e.slice(0, r - i);
|
|
299
299
|
}
|
|
300
|
-
function
|
|
300
|
+
function Mt(e, t) {
|
|
301
301
|
if (e.indexOf(t[1]) === -1) return -1;
|
|
302
302
|
let n = 0;
|
|
303
303
|
for (let r = 0; r < e.length; r++) if (e[r] === "\\") r++;
|
|
@@ -305,7 +305,7 @@ function jt(e, t) {
|
|
|
305
305
|
else if (e[r] === t[1] && (n--, n < 0)) return r;
|
|
306
306
|
return n > 0 ? -2 : -1;
|
|
307
307
|
}
|
|
308
|
-
function
|
|
308
|
+
function Nt(e, t, n, r, i) {
|
|
309
309
|
let a = t.href, o = t.title || null, s = e[1].replace(i.other.outputLinkReplace, "$1");
|
|
310
310
|
r.state.inLink = !0;
|
|
311
311
|
let c = {
|
|
@@ -318,7 +318,7 @@ function Mt(e, t, n, r, i) {
|
|
|
318
318
|
};
|
|
319
319
|
return r.state.inLink = !1, c;
|
|
320
320
|
}
|
|
321
|
-
function
|
|
321
|
+
function Pt(e, t, n) {
|
|
322
322
|
let r = e.match(n.other.indentCodeCompensation);
|
|
323
323
|
if (r === null) return t;
|
|
324
324
|
let i = r[1];
|
|
@@ -329,12 +329,12 @@ function Nt(e, t, n) {
|
|
|
329
329
|
return r.length >= i.length ? e.slice(i.length) : e;
|
|
330
330
|
}).join("\n");
|
|
331
331
|
}
|
|
332
|
-
var
|
|
332
|
+
var Y = class {
|
|
333
333
|
options;
|
|
334
334
|
rules;
|
|
335
335
|
lexer;
|
|
336
336
|
constructor(e) {
|
|
337
|
-
this.options = e ||
|
|
337
|
+
this.options = e || L;
|
|
338
338
|
}
|
|
339
339
|
space(e) {
|
|
340
340
|
let t = this.rules.block.newline.exec(e);
|
|
@@ -351,14 +351,14 @@ var Pt = class {
|
|
|
351
351
|
type: "code",
|
|
352
352
|
raw: t[0],
|
|
353
353
|
codeBlockStyle: "indented",
|
|
354
|
-
text: this.options.pedantic ? e :
|
|
354
|
+
text: this.options.pedantic ? e : J(e, "\n")
|
|
355
355
|
};
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
fences(e) {
|
|
359
359
|
let t = this.rules.block.fences.exec(e);
|
|
360
360
|
if (t) {
|
|
361
|
-
let e = t[0], n =
|
|
361
|
+
let e = t[0], n = Pt(e, t[3] || "", this.rules);
|
|
362
362
|
return {
|
|
363
363
|
type: "code",
|
|
364
364
|
raw: e,
|
|
@@ -372,7 +372,7 @@ var Pt = class {
|
|
|
372
372
|
if (t) {
|
|
373
373
|
let e = t[2].trim();
|
|
374
374
|
if (this.rules.other.endingHash.test(e)) {
|
|
375
|
-
let t =
|
|
375
|
+
let t = J(e, "#");
|
|
376
376
|
(this.options.pedantic || !t || this.rules.other.endingSpaceChar.test(t)) && (e = t.trim());
|
|
377
377
|
}
|
|
378
378
|
return {
|
|
@@ -388,13 +388,13 @@ var Pt = class {
|
|
|
388
388
|
let t = this.rules.block.hr.exec(e);
|
|
389
389
|
if (t) return {
|
|
390
390
|
type: "hr",
|
|
391
|
-
raw:
|
|
391
|
+
raw: J(t[0], "\n")
|
|
392
392
|
};
|
|
393
393
|
}
|
|
394
394
|
blockquote(e) {
|
|
395
395
|
let t = this.rules.block.blockquote.exec(e);
|
|
396
396
|
if (t) {
|
|
397
|
-
let e =
|
|
397
|
+
let e = J(t[0], "\n").split("\n"), n = "", r = "", i = [];
|
|
398
398
|
for (; e.length > 0;) {
|
|
399
399
|
let t = !1, a = [], o;
|
|
400
400
|
for (o = 0; o < e.length; o++) if (this.rules.other.blockquoteStart.test(e[o])) a.push(e[o]), t = !0;
|
|
@@ -508,7 +508,7 @@ ${c}` : c;
|
|
|
508
508
|
table(e) {
|
|
509
509
|
let t = this.rules.block.table.exec(e);
|
|
510
510
|
if (!t || !this.rules.other.tableDelimiter.test(t[2])) return;
|
|
511
|
-
let n =
|
|
511
|
+
let n = jt(t[1]), r = t[2].replace(this.rules.other.tableAlignChars, "").split("|"), i = t[3]?.trim() ? t[3].replace(this.rules.other.tableRowBlankLine, "").split("\n") : [], a = {
|
|
512
512
|
type: "table",
|
|
513
513
|
raw: t[0],
|
|
514
514
|
header: [],
|
|
@@ -523,7 +523,7 @@ ${c}` : c;
|
|
|
523
523
|
header: !0,
|
|
524
524
|
align: a.align[e]
|
|
525
525
|
});
|
|
526
|
-
for (let e of i) a.rows.push(
|
|
526
|
+
for (let e of i) a.rows.push(jt(e, a.header.length).map((e, t) => ({
|
|
527
527
|
text: e,
|
|
528
528
|
tokens: this.lexer.inline(e),
|
|
529
529
|
header: !1,
|
|
@@ -588,10 +588,10 @@ ${c}` : c;
|
|
|
588
588
|
let e = t[2].trim();
|
|
589
589
|
if (!this.options.pedantic && this.rules.other.startAngleBracket.test(e)) {
|
|
590
590
|
if (!this.rules.other.endAngleBracket.test(e)) return;
|
|
591
|
-
let t =
|
|
591
|
+
let t = J(e.slice(0, -1), "\\");
|
|
592
592
|
if ((e.length - t.length) % 2 == 0) return;
|
|
593
593
|
} else {
|
|
594
|
-
let e =
|
|
594
|
+
let e = Mt(t[2], "()");
|
|
595
595
|
if (e === -2) return;
|
|
596
596
|
if (e > -1) {
|
|
597
597
|
let n = (t[0].indexOf("!") === 0 ? 5 : 4) + t[1].length + e;
|
|
@@ -603,7 +603,7 @@ ${c}` : c;
|
|
|
603
603
|
let e = this.rules.other.pedanticHrefTitle.exec(n);
|
|
604
604
|
e && (n = e[1], r = e[3]);
|
|
605
605
|
} else r = t[3] ? t[3].slice(1, -1) : "";
|
|
606
|
-
return n = n.trim(), this.rules.other.startAngleBracket.test(n) && (n = this.options.pedantic && !this.rules.other.endAngleBracket.test(e) ? n.slice(1) : n.slice(1, -1)),
|
|
606
|
+
return n = n.trim(), this.rules.other.startAngleBracket.test(n) && (n = this.options.pedantic && !this.rules.other.endAngleBracket.test(e) ? n.slice(1) : n.slice(1, -1)), Nt(t, {
|
|
607
607
|
href: n && n.replace(this.rules.inline.anyPunctuation, "$1"),
|
|
608
608
|
title: r && r.replace(this.rules.inline.anyPunctuation, "$1")
|
|
609
609
|
}, t[0], this.lexer, this.rules);
|
|
@@ -621,7 +621,7 @@ ${c}` : c;
|
|
|
621
621
|
text: e
|
|
622
622
|
};
|
|
623
623
|
}
|
|
624
|
-
return
|
|
624
|
+
return Nt(n, e, n[0], this.lexer, this.rules);
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
emStrong(e, t, n = "") {
|
|
@@ -747,22 +747,22 @@ ${c}` : c;
|
|
|
747
747
|
tokenizer;
|
|
748
748
|
inlineQueue;
|
|
749
749
|
constructor(e) {
|
|
750
|
-
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e ||
|
|
750
|
+
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || L, this.options.tokenizer = this.options.tokenizer || new Y(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
751
751
|
inLink: !1,
|
|
752
752
|
inRawBlock: !1,
|
|
753
753
|
top: !0
|
|
754
754
|
};
|
|
755
755
|
let t = {
|
|
756
|
-
other:
|
|
757
|
-
block:
|
|
758
|
-
inline:
|
|
756
|
+
other: B,
|
|
757
|
+
block: G.normal,
|
|
758
|
+
inline: K.normal
|
|
759
759
|
};
|
|
760
|
-
this.options.pedantic ? (t.block =
|
|
760
|
+
this.options.pedantic ? (t.block = G.pedantic, t.inline = K.pedantic) : this.options.gfm && (t.block = G.gfm, this.options.breaks ? t.inline = K.breaks : t.inline = K.gfm), this.tokenizer.rules = t;
|
|
761
761
|
}
|
|
762
762
|
static get rules() {
|
|
763
763
|
return {
|
|
764
|
-
block:
|
|
765
|
-
inline:
|
|
764
|
+
block: G,
|
|
765
|
+
inline: K
|
|
766
766
|
};
|
|
767
767
|
}
|
|
768
768
|
static lex(t, n) {
|
|
@@ -772,7 +772,7 @@ ${c}` : c;
|
|
|
772
772
|
return new e(n).inlineTokens(t);
|
|
773
773
|
}
|
|
774
774
|
lex(e) {
|
|
775
|
-
e = e.replace(
|
|
775
|
+
e = e.replace(B.carriageReturn, "\n"), this.blockTokens(e, this.tokens);
|
|
776
776
|
for (let e = 0; e < this.inlineQueue.length; e++) {
|
|
777
777
|
let t = this.inlineQueue[e];
|
|
778
778
|
this.inlineTokens(t.src, t.tokens);
|
|
@@ -780,7 +780,7 @@ ${c}` : c;
|
|
|
780
780
|
return this.inlineQueue = [], this.tokens;
|
|
781
781
|
}
|
|
782
782
|
blockTokens(e, t = [], n = !1) {
|
|
783
|
-
for (this.options.pedantic && (e = e.replace(
|
|
783
|
+
for (this.options.pedantic && (e = e.replace(B.tabCharGlobal, " ").replace(B.spaceLine, "")); e;) {
|
|
784
784
|
let r;
|
|
785
785
|
if (this.options.extensions?.block?.some((n) => (r = n.call({ lexer: this }, e, t)) ? (e = e.substring(r.raw.length), t.push(r), !0) : !1)) continue;
|
|
786
786
|
if (r = this.tokenizer.space(e)) {
|
|
@@ -952,14 +952,14 @@ ${c}` : c;
|
|
|
952
952
|
options;
|
|
953
953
|
parser;
|
|
954
954
|
constructor(e) {
|
|
955
|
-
this.options = e ||
|
|
955
|
+
this.options = e || L;
|
|
956
956
|
}
|
|
957
957
|
space(e) {
|
|
958
958
|
return "";
|
|
959
959
|
}
|
|
960
960
|
code({ text: e, lang: t, escaped: n }) {
|
|
961
|
-
let r = (t || "").match(
|
|
962
|
-
return r ? "<pre><code class=\"language-" +
|
|
961
|
+
let r = (t || "").match(B.notSpaceStart)?.[0], i = e.replace(B.endingNewline, "") + "\n";
|
|
962
|
+
return r ? "<pre><code class=\"language-" + q(r) + "\">" + (n ? i : q(i, !0)) + "</code></pre>\n" : "<pre><code>" + (n ? i : q(i, !0)) + "</code></pre>\n";
|
|
963
963
|
}
|
|
964
964
|
blockquote({ tokens: e }) {
|
|
965
965
|
return `<blockquote>
|
|
@@ -989,7 +989,7 @@ ${this.parser.parse(e)}</blockquote>
|
|
|
989
989
|
let t = "";
|
|
990
990
|
if (e.task) {
|
|
991
991
|
let n = this.checkbox({ checked: !!e.checked });
|
|
992
|
-
e.loose ? e.tokens[0]?.type === "paragraph" ? (e.tokens[0].text = n + " " + e.tokens[0].text, e.tokens[0].tokens && e.tokens[0].tokens.length > 0 && e.tokens[0].tokens[0].type === "text" && (e.tokens[0].tokens[0].text = n + " " +
|
|
992
|
+
e.loose ? e.tokens[0]?.type === "paragraph" ? (e.tokens[0].text = n + " " + e.tokens[0].text, e.tokens[0].tokens && e.tokens[0].tokens.length > 0 && e.tokens[0].tokens[0].type === "text" && (e.tokens[0].tokens[0].text = n + " " + q(e.tokens[0].tokens[0].text), e.tokens[0].tokens[0].escaped = !0)) : e.tokens.unshift({
|
|
993
993
|
type: "text",
|
|
994
994
|
raw: n + " ",
|
|
995
995
|
text: n + " ",
|
|
@@ -1036,7 +1036,7 @@ ${e}</tr>
|
|
|
1036
1036
|
return `<em>${this.parser.parseInline(e)}</em>`;
|
|
1037
1037
|
}
|
|
1038
1038
|
codespan({ text: e }) {
|
|
1039
|
-
return `<code>${
|
|
1039
|
+
return `<code>${q(e, !0)}</code>`;
|
|
1040
1040
|
}
|
|
1041
1041
|
br(e) {
|
|
1042
1042
|
return "<br>";
|
|
@@ -1045,22 +1045,22 @@ ${e}</tr>
|
|
|
1045
1045
|
return `<del>${this.parser.parseInline(e)}</del>`;
|
|
1046
1046
|
}
|
|
1047
1047
|
link({ href: e, title: t, tokens: n }) {
|
|
1048
|
-
let r = this.parser.parseInline(n), i =
|
|
1048
|
+
let r = this.parser.parseInline(n), i = At(e);
|
|
1049
1049
|
if (i === null) return r;
|
|
1050
1050
|
e = i;
|
|
1051
1051
|
let a = "<a href=\"" + e + "\"";
|
|
1052
|
-
return t && (a += " title=\"" +
|
|
1052
|
+
return t && (a += " title=\"" + q(t) + "\""), a += ">" + r + "</a>", a;
|
|
1053
1053
|
}
|
|
1054
1054
|
image({ href: e, title: t, text: n, tokens: r }) {
|
|
1055
1055
|
r && (n = this.parser.parseInline(r, this.parser.textRenderer));
|
|
1056
|
-
let i =
|
|
1057
|
-
if (i === null) return
|
|
1056
|
+
let i = At(e);
|
|
1057
|
+
if (i === null) return q(n);
|
|
1058
1058
|
e = i;
|
|
1059
1059
|
let a = `<img src="${e}" alt="${n}"`;
|
|
1060
|
-
return t && (a += ` title="${
|
|
1060
|
+
return t && (a += ` title="${q(t)}"`), a += ">", a;
|
|
1061
1061
|
}
|
|
1062
1062
|
text(e) {
|
|
1063
|
-
return "tokens" in e && e.tokens ? this.parser.parseInline(e.tokens) : "escaped" in e && e.escaped ? e.text :
|
|
1063
|
+
return "tokens" in e && e.tokens ? this.parser.parseInline(e.tokens) : "escaped" in e && e.escaped ? e.text : q(e.text);
|
|
1064
1064
|
}
|
|
1065
1065
|
}, It = class {
|
|
1066
1066
|
strong({ text: e }) {
|
|
@@ -1095,7 +1095,7 @@ ${e}</tr>
|
|
|
1095
1095
|
renderer;
|
|
1096
1096
|
textRenderer;
|
|
1097
1097
|
constructor(e) {
|
|
1098
|
-
this.options = e ||
|
|
1098
|
+
this.options = e || L, this.options.renderer = this.options.renderer || new Ft(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.renderer.parser = this, this.textRenderer = new It();
|
|
1099
1099
|
}
|
|
1100
1100
|
static parse(t, n) {
|
|
1101
1101
|
return new e(n).parse(t);
|
|
@@ -1246,7 +1246,7 @@ ${e}</tr>
|
|
|
1246
1246
|
options;
|
|
1247
1247
|
block;
|
|
1248
1248
|
constructor(e) {
|
|
1249
|
-
this.options = e ||
|
|
1249
|
+
this.options = e || L;
|
|
1250
1250
|
}
|
|
1251
1251
|
static passThroughHooks = /* @__PURE__ */ new Set([
|
|
1252
1252
|
"preprocess",
|
|
@@ -1269,7 +1269,7 @@ ${e}</tr>
|
|
|
1269
1269
|
return this.block ? Z.parse : Z.parseInline;
|
|
1270
1270
|
}
|
|
1271
1271
|
}, Q = new class {
|
|
1272
|
-
defaults =
|
|
1272
|
+
defaults = je();
|
|
1273
1273
|
options = this.setOptions;
|
|
1274
1274
|
parse = this.parseMarkdown(!0);
|
|
1275
1275
|
parseInline = this.parseMarkdown(!1);
|
|
@@ -1277,7 +1277,7 @@ ${e}</tr>
|
|
|
1277
1277
|
Renderer = Ft;
|
|
1278
1278
|
TextRenderer = It;
|
|
1279
1279
|
Lexer = X;
|
|
1280
|
-
Tokenizer =
|
|
1280
|
+
Tokenizer = Y;
|
|
1281
1281
|
Hooks = Lt;
|
|
1282
1282
|
constructor(...e) {
|
|
1283
1283
|
this.use(...e);
|
|
@@ -1342,7 +1342,7 @@ ${e}</tr>
|
|
|
1342
1342
|
n.renderer = t;
|
|
1343
1343
|
}
|
|
1344
1344
|
if (e.tokenizer) {
|
|
1345
|
-
let t = this.defaults.tokenizer || new
|
|
1345
|
+
let t = this.defaults.tokenizer || new Y(this.defaults);
|
|
1346
1346
|
for (let n in e.tokenizer) {
|
|
1347
1347
|
if (!(n in t)) throw Error(`tokenizer '${n}' does not exist`);
|
|
1348
1348
|
if ([
|
|
@@ -1426,7 +1426,7 @@ ${e}</tr>
|
|
|
1426
1426
|
onError(e, t) {
|
|
1427
1427
|
return (n) => {
|
|
1428
1428
|
if (n.message += "\nPlease report this to https://github.com/markedjs/marked.", e) {
|
|
1429
|
-
let e = "<p>An error occurred:</p><pre>" +
|
|
1429
|
+
let e = "<p>An error occurred:</p><pre>" + q(n.message + "", !0) + "</pre>";
|
|
1430
1430
|
return t ? Promise.resolve(e) : e;
|
|
1431
1431
|
}
|
|
1432
1432
|
if (t) return Promise.reject(n);
|
|
@@ -1440,12 +1440,12 @@ function $(e, t) {
|
|
|
1440
1440
|
//#endregion
|
|
1441
1441
|
//#region src/lib/markdown.ts
|
|
1442
1442
|
$.options = $.setOptions = function(e) {
|
|
1443
|
-
return Q.setOptions(e), $.defaults = Q.defaults,
|
|
1444
|
-
}, $.getDefaults =
|
|
1445
|
-
return Q.use(...e), $.defaults = Q.defaults,
|
|
1443
|
+
return Q.setOptions(e), $.defaults = Q.defaults, Me($.defaults), $;
|
|
1444
|
+
}, $.getDefaults = je, $.defaults = L, $.use = function(...e) {
|
|
1445
|
+
return Q.use(...e), $.defaults = Q.defaults, Me($.defaults), $;
|
|
1446
1446
|
}, $.walkTokens = function(e, t) {
|
|
1447
1447
|
return Q.walkTokens(e, t);
|
|
1448
|
-
}, $.parseInline = Q.parseInline, $.Parser = Z, $.parser = Z.parse, $.Renderer = Ft, $.TextRenderer = It, $.Lexer = X, $.lexer = X.lex, $.Tokenizer =
|
|
1448
|
+
}, $.parseInline = Q.parseInline, $.Parser = Z, $.parser = Z.parse, $.Renderer = Ft, $.TextRenderer = It, $.Lexer = X, $.lexer = X.lex, $.Tokenizer = Y, $.Hooks = Lt, $.parse = $, $.options, $.setOptions, $.use, $.walkTokens, $.parseInline, Z.parse, X.lex, $.setOptions({
|
|
1449
1449
|
gfm: !0,
|
|
1450
1450
|
breaks: !1
|
|
1451
1451
|
});
|
|
@@ -1453,47 +1453,71 @@ function Rt(e) {
|
|
|
1453
1453
|
return $.parse(e, { async: !1 });
|
|
1454
1454
|
}
|
|
1455
1455
|
//#endregion
|
|
1456
|
-
//#region src/
|
|
1456
|
+
//#region src/MockDeviceFrame.vue?vue&type=script&setup=true&lang.ts
|
|
1457
1457
|
var zt = {
|
|
1458
|
+
key: 0,
|
|
1459
|
+
class: "inline-block"
|
|
1460
|
+
}, Bt = { class: "rounded-[2.5rem] bg-black p-3 shadow-xl" }, Vt = {
|
|
1461
|
+
key: 0,
|
|
1462
|
+
class: "pointer-events-none absolute left-1/2 top-0 z-10 h-6 w-28 -translate-x-1/2 rounded-b-2xl bg-black"
|
|
1463
|
+
}, Ht = /* @__PURE__ */ l({
|
|
1464
|
+
__name: "MockDeviceFrame",
|
|
1465
|
+
props: {
|
|
1466
|
+
frame: {},
|
|
1467
|
+
screenWidth: {},
|
|
1468
|
+
baseStyle: {}
|
|
1469
|
+
},
|
|
1470
|
+
setup(e) {
|
|
1471
|
+
function t(e) {
|
|
1472
|
+
return `${e}px`;
|
|
1473
|
+
}
|
|
1474
|
+
return (n, r) => e.frame === "phone" || e.frame === "tablet" ? (m(), a("div", zt, [o("div", Bt, [o("div", {
|
|
1475
|
+
class: "relative overflow-hidden rounded-[1.8rem]",
|
|
1476
|
+
style: f({
|
|
1477
|
+
width: t(e.screenWidth),
|
|
1478
|
+
...e.baseStyle
|
|
1479
|
+
})
|
|
1480
|
+
}, [
|
|
1481
|
+
e.frame === "phone" ? (m(), a("div", Vt)) : i("", !0),
|
|
1482
|
+
_(n.$slots, "default"),
|
|
1483
|
+
r[0] ||= o("div", { class: "pointer-events-none absolute bottom-2 left-1/2 z-10 h-1 w-24 -translate-x-1/2 rounded-full bg-gray-300 dark:bg-gray-600" }, null, -1)
|
|
1484
|
+
], 4)])])) : (m(), a("div", {
|
|
1485
|
+
key: 1,
|
|
1486
|
+
class: "inline-block overflow-hidden rounded-xl border-2 border-gray-300 shadow-sm dark:border-gray-700",
|
|
1487
|
+
style: f({ width: t(e.screenWidth) })
|
|
1488
|
+
}, [r[1] ||= o("div", { class: "flex items-center gap-2 border-b border-gray-300 bg-gray-800 px-3 py-2 dark:border-gray-700" }, [
|
|
1489
|
+
o("span", { class: "h-3 w-3 rounded-full bg-red-400" }),
|
|
1490
|
+
o("span", { class: "h-3 w-3 rounded-full bg-yellow-400" }),
|
|
1491
|
+
o("span", { class: "h-3 w-3 rounded-full bg-green-400" })
|
|
1492
|
+
], -1), o("div", { style: f(e.baseStyle) }, [_(n.$slots, "default")], 4)], 4));
|
|
1493
|
+
}
|
|
1494
|
+
}), Ut = {
|
|
1458
1495
|
key: 0,
|
|
1459
1496
|
class: "min-h-screen p-6"
|
|
1460
|
-
},
|
|
1497
|
+
}, Wt = { class: "mb-5 flex items-center gap-4 rounded-lg border border-gray-200 bg-white px-5 py-3 text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-100" }, Gt = { class: "text-lg font-bold" }, Kt = { class: "ml-auto flex items-center gap-3" }, qt = { class: "grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-6" }, Jt = { class: "rounded-lg border border-gray-300 bg-white p-6 dark:border-gray-700 dark:bg-gray-800" }, Yt = { class: "mb-3 flex items-center justify-between" }, Xt = { class: "flex items-center gap-3" }, Zt = {
|
|
1461
1498
|
key: 0,
|
|
1462
1499
|
class: "font-mono text-xs text-gray-500 dark:text-gray-400"
|
|
1463
|
-
},
|
|
1500
|
+
}, Qt = {
|
|
1464
1501
|
key: 0,
|
|
1465
1502
|
class: "text-gray-400"
|
|
1466
|
-
},
|
|
1467
|
-
key: 0,
|
|
1468
|
-
class: "w-full"
|
|
1469
|
-
}, Qt = { class: "rounded-[2.5rem] bg-black p-3 shadow-xl" }, $t = { class: "relative overflow-hidden rounded-[1.8rem]" }, en = {
|
|
1470
|
-
key: 0,
|
|
1471
|
-
class: "pointer-events-none absolute left-1/2 top-0 z-10 h-6 w-28 -translate-x-1/2 rounded-b-2xl bg-black"
|
|
1472
|
-
}, tn = {
|
|
1473
|
-
key: 1,
|
|
1474
|
-
class: "w-full overflow-hidden rounded-xl border-2 border-gray-300 shadow-sm dark:border-gray-700"
|
|
1475
|
-
}, nn = { class: "rounded-lg border border-gray-300 bg-white p-6 dark:border-gray-700 dark:bg-gray-800" }, rn = ["innerHTML"], an = {
|
|
1503
|
+
}, $t = ["onClick"], en = { class: "rounded-md bg-white p-4 transition-colors dark:bg-gray-800" }, tn = { class: "rounded-lg border border-gray-300 bg-white p-6 dark:border-gray-700 dark:bg-gray-800" }, nn = ["innerHTML"], rn = {
|
|
1476
1504
|
key: 1,
|
|
1477
1505
|
class: "fixed inset-0 z-50 overflow-auto bg-[#e8eaed] dark:bg-[#141414]"
|
|
1478
|
-
},
|
|
1506
|
+
}, an = /* @__PURE__ */ l({
|
|
1479
1507
|
__name: "ReqScreen",
|
|
1480
1508
|
props: {
|
|
1481
1509
|
title: {},
|
|
1482
1510
|
doc: {}
|
|
1483
1511
|
},
|
|
1484
1512
|
setup(n) {
|
|
1485
|
-
let
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
}
|
|
1489
|
-
let E = se(), D = t(() => {
|
|
1490
|
-
if (!E) return {};
|
|
1491
|
-
let e = te.value ? E.dark : E.light;
|
|
1513
|
+
let l = n, te = t(() => Rt(l.doc)), { isDark: re, toggle: ie } = pe(), ae = se(), S = ce(), C = h(S[0]?.id ?? ""), w = t(() => S.find((e) => e.id === C.value) ?? S[0]), T = le(), E = t(() => {
|
|
1514
|
+
if (!T) return {};
|
|
1515
|
+
let e = re.value ? T.dark : T.light;
|
|
1492
1516
|
return {
|
|
1493
1517
|
background: e.bg,
|
|
1494
1518
|
color: e.font
|
|
1495
1519
|
};
|
|
1496
|
-
}),
|
|
1520
|
+
}), D = h(null), O = h(null), k = h(0), oe = h(0), A = h(!1), ue = h(null), de = t(() => {
|
|
1497
1521
|
let e = w.value;
|
|
1498
1522
|
return e ? {
|
|
1499
1523
|
min: e.minWidth,
|
|
@@ -1503,158 +1527,165 @@ var zt = {
|
|
|
1503
1527
|
max: 0
|
|
1504
1528
|
};
|
|
1505
1529
|
});
|
|
1506
|
-
function
|
|
1530
|
+
function fe() {
|
|
1507
1531
|
let e = w.value;
|
|
1508
1532
|
if (!e) return 0;
|
|
1509
|
-
let t =
|
|
1533
|
+
let t = ue.value ?? e.minWidth;
|
|
1510
1534
|
return Math.min(e.maxWidth, Math.max(e.minWidth, t));
|
|
1511
1535
|
}
|
|
1512
|
-
let
|
|
1536
|
+
let j = t(() => fe()), M = t(() => {
|
|
1513
1537
|
let e = w.value;
|
|
1514
1538
|
return !!e && e.minWidth < e.maxWidth;
|
|
1515
|
-
}),
|
|
1516
|
-
if (
|
|
1517
|
-
let e =
|
|
1518
|
-
return !e ||
|
|
1519
|
-
}),
|
|
1520
|
-
function
|
|
1539
|
+
}), N = t(() => {
|
|
1540
|
+
if (A.value) return 1;
|
|
1541
|
+
let e = j.value;
|
|
1542
|
+
return !e || k.value === 0 ? 1 : Math.min(1, k.value / e);
|
|
1543
|
+
}), me = t(() => j.value ? j.value * N.value : 0), he = t(() => oe.value * N.value), ge = t(() => A.value && j.value > 0 && k.value > 0 && j.value < k.value), P = h(!1), _e = 0, ve = 0, ye = 1;
|
|
1544
|
+
function be(e) {
|
|
1521
1545
|
let t = w.value;
|
|
1522
|
-
t && (
|
|
1546
|
+
t && (ue.value = Math.min(t.maxWidth, Math.max(t.minWidth, e)));
|
|
1523
1547
|
}
|
|
1524
|
-
function
|
|
1525
|
-
let t =
|
|
1526
|
-
C.value = e,
|
|
1548
|
+
function xe(e) {
|
|
1549
|
+
let t = j.value;
|
|
1550
|
+
C.value = e, be(t);
|
|
1527
1551
|
}
|
|
1528
|
-
function
|
|
1529
|
-
if (!w.value || !
|
|
1552
|
+
function Se(e) {
|
|
1553
|
+
if (!w.value || !M.value) return;
|
|
1530
1554
|
e.preventDefault(), e.stopPropagation();
|
|
1531
1555
|
let t = e.currentTarget;
|
|
1532
|
-
t.setPointerCapture(e.pointerId),
|
|
1556
|
+
t.setPointerCapture(e.pointerId), P.value = !0, _e = e.clientX, ve = j.value, ye = N.value, document.body.style.userSelect = "none", document.body.style.cursor = "ew-resize";
|
|
1533
1557
|
function n(e) {
|
|
1534
1558
|
if (!e.isPrimary) return;
|
|
1535
|
-
let t = (e.clientX -
|
|
1536
|
-
ve
|
|
1559
|
+
let t = (e.clientX - _e) / ye;
|
|
1560
|
+
be(ve + t);
|
|
1537
1561
|
}
|
|
1538
1562
|
function r(e) {
|
|
1539
|
-
e.isPrimary && (t.releasePointerCapture(e.pointerId),
|
|
1563
|
+
e.isPrimary && (t.releasePointerCapture(e.pointerId), P.value = !1, document.body.style.userSelect = "", document.body.style.cursor = "", t.removeEventListener("pointermove", n), t.removeEventListener("pointerup", r), t.removeEventListener("pointercancel", r), u(I));
|
|
1540
1564
|
}
|
|
1541
1565
|
t.addEventListener("pointermove", n), t.addEventListener("pointerup", r), t.addEventListener("pointercancel", r);
|
|
1542
1566
|
}
|
|
1543
|
-
let
|
|
1544
|
-
function
|
|
1545
|
-
|
|
1567
|
+
let F = null;
|
|
1568
|
+
function I() {
|
|
1569
|
+
D.value && (k.value = D.value.clientWidth), O.value && (oe.value = O.value.offsetHeight);
|
|
1546
1570
|
}
|
|
1547
|
-
function
|
|
1548
|
-
|
|
1571
|
+
function Ce() {
|
|
1572
|
+
F?.disconnect(), D.value && F?.observe(D.value), O.value && F?.observe(O.value);
|
|
1549
1573
|
}
|
|
1550
|
-
function
|
|
1551
|
-
e.key === "Escape" && (
|
|
1574
|
+
function we(e) {
|
|
1575
|
+
e.key === "Escape" && (A.value = !1);
|
|
1552
1576
|
}
|
|
1553
1577
|
return ee(() => {
|
|
1554
|
-
|
|
1578
|
+
F = new ResizeObserver(() => I()), Ce(), I(), window.addEventListener("keydown", we);
|
|
1555
1579
|
}), p(() => {
|
|
1556
|
-
|
|
1580
|
+
F?.disconnect(), window.removeEventListener("keydown", we);
|
|
1557
1581
|
}), ne([
|
|
1558
1582
|
C,
|
|
1559
|
-
|
|
1560
|
-
|
|
1583
|
+
A,
|
|
1584
|
+
j
|
|
1561
1585
|
], () => u(() => {
|
|
1562
|
-
|
|
1563
|
-
})), (t,
|
|
1586
|
+
Ce(), I();
|
|
1587
|
+
})), (t, l) => A.value ? (m(), a("div", rn, [o("button", {
|
|
1564
1588
|
type: "button",
|
|
1565
1589
|
class: "fixed right-4 top-4 z-10 rounded-md border border-gray-300 bg-white px-3 py-1 text-xs font-bold text-gray-700 shadow-sm transition hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-gray-700",
|
|
1566
|
-
onClick:
|
|
1590
|
+
onClick: l[2] ||= (e) => A.value = !1
|
|
1567
1591
|
}, " 閉じる(Esc) "), o("div", {
|
|
1568
1592
|
ref_key: "areaRef",
|
|
1569
|
-
ref:
|
|
1593
|
+
ref: D,
|
|
1570
1594
|
class: "flex min-h-full w-full justify-center"
|
|
1571
1595
|
}, [w.value ? (m(), a("div", {
|
|
1572
1596
|
key: 0,
|
|
1573
|
-
class: d(["relative shrink-0",
|
|
1574
|
-
style: f({ width: T(N.value) })
|
|
1597
|
+
class: d(["relative w-fit shrink-0", ge.value ? "border border-gray-300 shadow-lg dark:border-gray-600" : ""])
|
|
1575
1598
|
}, [o("div", {
|
|
1576
1599
|
ref_key: "contentRef",
|
|
1577
|
-
ref:
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1600
|
+
ref: O,
|
|
1601
|
+
class: "w-fit"
|
|
1602
|
+
}, [w.value ? (m(), r(Ht, {
|
|
1603
|
+
key: 0,
|
|
1604
|
+
frame: w.value.frame,
|
|
1605
|
+
"screen-width": j.value,
|
|
1606
|
+
"base-style": E.value
|
|
1607
|
+
}, {
|
|
1608
|
+
default: b(() => [_(t.$slots, "mock")]),
|
|
1609
|
+
_: 3
|
|
1610
|
+
}, 8, [
|
|
1611
|
+
"frame",
|
|
1612
|
+
"screen-width",
|
|
1613
|
+
"base-style"
|
|
1614
|
+
])) : i("", !0)], 512), M.value ? (m(), a("div", {
|
|
1583
1615
|
key: 0,
|
|
1584
|
-
class: d(["absolute inset-y-0 -right-1 z-20 flex w-3 cursor-ew-resize touch-none items-center justify-center opacity-60 hover:opacity-100",
|
|
1585
|
-
onPointerdown:
|
|
1586
|
-
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500",
|
|
1616
|
+
class: d(["absolute inset-y-0 -right-1 z-20 flex w-3 cursor-ew-resize touch-none items-center justify-center opacity-60 hover:opacity-100", P.value ? "opacity-100" : ""]),
|
|
1617
|
+
onPointerdown: Se
|
|
1618
|
+
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500", P.value ? "bg-blue-500 dark:bg-blue-400" : ""]) }, null, 2)], 34)) : i("", !0)], 2)) : i("", !0)], 512)])) : (m(), a("div", Ut, [o("header", Wt, [
|
|
1587
1619
|
c(y(x), {
|
|
1588
1620
|
to: "/catalog",
|
|
1589
1621
|
class: "text-sm text-gray-500 underline hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-100"
|
|
1590
1622
|
}, {
|
|
1591
|
-
default: b(() => [...
|
|
1623
|
+
default: b(() => [...l[3] ||= [s(" ← 一覧 ", -1)]]),
|
|
1592
1624
|
_: 1
|
|
1593
1625
|
}),
|
|
1594
|
-
o("h1",
|
|
1595
|
-
o("div",
|
|
1626
|
+
o("h1", Gt, v(n.title), 1),
|
|
1627
|
+
o("div", Kt, [
|
|
1596
1628
|
_(t.$slots, "toolbar"),
|
|
1597
1629
|
o("button", {
|
|
1598
1630
|
type: "button",
|
|
1599
1631
|
class: "rounded-md border border-gray-300 px-3 py-1 text-xs font-bold text-gray-600 transition hover:bg-gray-100 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-700",
|
|
1600
|
-
onClick:
|
|
1601
|
-
}, v(
|
|
1602
|
-
y(
|
|
1632
|
+
onClick: l[0] ||= (e) => A.value = !A.value
|
|
1633
|
+
}, v(A.value ? "要件を表示" : "プレビュー"), 1),
|
|
1634
|
+
y(ae) ? (m(), a("button", {
|
|
1603
1635
|
key: 0,
|
|
1604
1636
|
type: "button",
|
|
1605
1637
|
class: "rounded-md border border-gray-300 px-3 py-1 text-xs font-bold text-gray-600 transition hover:bg-gray-100 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-700",
|
|
1606
|
-
onClick:
|
|
1607
|
-
}, v(y(
|
|
1638
|
+
onClick: l[1] ||= (...e) => y(ie) && y(ie)(...e)
|
|
1639
|
+
}, v(y(re) ? "ライトモード" : "ダークモード"), 1)) : i("", !0)
|
|
1608
1640
|
])
|
|
1609
|
-
]), o("div",
|
|
1641
|
+
]), o("div", qt, [o("section", Jt, [o("div", Yt, [l[4] ||= o("span", { class: "text-xs font-bold uppercase tracking-wide text-gray-400" }, " 画面 mock ", -1), o("div", Xt, [w.value ? (m(), a("span", Zt, [s(v(j.value) + "px ", 1), M.value ? (m(), a("span", Qt, " (" + v(de.value.min) + "–" + v(de.value.max) + ") ", 1)) : i("", !0)])) : i("", !0), y(S).length > 1 ? (m(), a("div", {
|
|
1610
1642
|
key: 1,
|
|
1611
|
-
class: d(["inline-flex overflow-hidden rounded-md border border-gray-300 text-xs font-bold dark:border-gray-600",
|
|
1643
|
+
class: d(["inline-flex overflow-hidden rounded-md border border-gray-300 text-xs font-bold dark:border-gray-600", P.value ? "pointer-events-none" : ""])
|
|
1612
1644
|
}, [(m(!0), a(e, null, g(y(S), (e) => (m(), a("button", {
|
|
1613
1645
|
key: e.id,
|
|
1614
1646
|
type: "button",
|
|
1615
1647
|
class: d(["px-3 py-1 transition", C.value === e.id ? "bg-gray-800 text-white dark:bg-gray-200 dark:text-gray-900" : "text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700"]),
|
|
1616
|
-
onClick: (t) =>
|
|
1617
|
-
}, v(e.label), 11,
|
|
1648
|
+
onClick: (t) => xe(e.id)
|
|
1649
|
+
}, v(e.label), 11, $t))), 128))], 2)) : i("", !0)])]), o("div", en, [o("div", {
|
|
1618
1650
|
ref_key: "areaRef",
|
|
1619
|
-
ref:
|
|
1651
|
+
ref: D
|
|
1620
1652
|
}, [w.value ? (m(), a("div", {
|
|
1621
1653
|
key: 0,
|
|
1622
1654
|
class: "relative mx-auto overflow-hidden",
|
|
1623
1655
|
style: f({
|
|
1624
|
-
width:
|
|
1625
|
-
height:
|
|
1656
|
+
width: me.value ? `${me.value}px` : "",
|
|
1657
|
+
height: oe.value ? `${he.value}px` : "auto"
|
|
1626
1658
|
})
|
|
1627
1659
|
}, [o("div", {
|
|
1628
1660
|
ref_key: "contentRef",
|
|
1629
|
-
ref:
|
|
1630
|
-
class: "origin-top-left",
|
|
1631
|
-
style: f({
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
}, [_(t.$slots, "mock")], 4)]))], 4), P.value ? (m(), a("div", {
|
|
1661
|
+
ref: O,
|
|
1662
|
+
class: "origin-top-left w-fit",
|
|
1663
|
+
style: f({ transform: `scale(${N.value})` })
|
|
1664
|
+
}, [w.value ? (m(), r(Ht, {
|
|
1665
|
+
key: 0,
|
|
1666
|
+
frame: w.value.frame,
|
|
1667
|
+
"screen-width": j.value,
|
|
1668
|
+
"base-style": E.value
|
|
1669
|
+
}, {
|
|
1670
|
+
default: b(() => [_(t.$slots, "mock")]),
|
|
1671
|
+
_: 3
|
|
1672
|
+
}, 8, [
|
|
1673
|
+
"frame",
|
|
1674
|
+
"screen-width",
|
|
1675
|
+
"base-style"
|
|
1676
|
+
])) : i("", !0)], 4), M.value ? (m(), a("div", {
|
|
1646
1677
|
key: 0,
|
|
1647
|
-
class: d(["absolute inset-y-0 -right-1 z-20 flex w-3 cursor-ew-resize touch-none items-center justify-center",
|
|
1648
|
-
onPointerdown:
|
|
1649
|
-
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500",
|
|
1678
|
+
class: d(["absolute inset-y-0 -right-1 z-20 flex w-3 cursor-ew-resize touch-none items-center justify-center", P.value ? "opacity-100" : "opacity-60 hover:opacity-100"]),
|
|
1679
|
+
onPointerdown: Se
|
|
1680
|
+
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500", P.value ? "bg-blue-500 dark:bg-blue-400" : ""]) }, null, 2)], 34)) : i("", !0)], 4)) : i("", !0)], 512)])]), o("section", tn, [l[5] ||= o("div", { class: "mb-3 text-xs font-bold uppercase tracking-wide text-gray-400" }, " 要件 ", -1), o("div", {
|
|
1650
1681
|
class: "req-md",
|
|
1651
|
-
innerHTML:
|
|
1652
|
-
}, null, 8,
|
|
1682
|
+
innerHTML: te.value
|
|
1683
|
+
}, null, 8, nn)])])]));
|
|
1653
1684
|
}
|
|
1654
|
-
}),
|
|
1685
|
+
}), on = { class: "flex items-center gap-2 text-sm" }, sn = ["value"], cn = ["value"], ln = ["innerHTML"], un = {
|
|
1655
1686
|
key: 1,
|
|
1656
1687
|
class: "p-8"
|
|
1657
|
-
},
|
|
1688
|
+
}, dn = { class: "text-gray-600" }, fn = /* @__PURE__ */ l({
|
|
1658
1689
|
__name: "ReqPageView",
|
|
1659
1690
|
props: {
|
|
1660
1691
|
kind: {},
|
|
@@ -1662,30 +1693,30 @@ var zt = {
|
|
|
1662
1693
|
ver: {}
|
|
1663
1694
|
},
|
|
1664
1695
|
setup(n) {
|
|
1665
|
-
let i = n, l =
|
|
1696
|
+
let i = n, l = S(), u = t(() => fe(i.kind, i.name)), d = t(() => i.ver || u.value?.latest || ""), f = t(() => u.value?.versions[d.value]), p = t(() => u.value ? Object.keys(u.value.versions) : []);
|
|
1666
1697
|
function ee(e) {
|
|
1667
1698
|
let t = e.target.value;
|
|
1668
1699
|
l.push(`/${i.kind}s/${i.name}/${t}`);
|
|
1669
1700
|
}
|
|
1670
|
-
return (t, i) => u.value && f.value ? (m(), r(
|
|
1701
|
+
return (t, i) => u.value && f.value ? (m(), r(an, {
|
|
1671
1702
|
key: 0,
|
|
1672
1703
|
title: u.value.title,
|
|
1673
1704
|
doc: f.value.req
|
|
1674
1705
|
}, {
|
|
1675
|
-
toolbar: b(() => [o("label",
|
|
1706
|
+
toolbar: b(() => [o("label", on, [i[0] ||= o("span", { class: "text-gray-500 dark:text-gray-400" }, "バージョン", -1), o("select", {
|
|
1676
1707
|
value: d.value,
|
|
1677
1708
|
class: "rounded border border-gray-300 bg-white px-2 py-1 text-gray-800 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100",
|
|
1678
1709
|
onChange: ee
|
|
1679
1710
|
}, [(m(!0), a(e, null, g(p.value, (e) => (m(), a("option", {
|
|
1680
1711
|
key: e,
|
|
1681
1712
|
value: e
|
|
1682
|
-
}, v(e), 9,
|
|
1713
|
+
}, v(e), 9, cn))), 128))], 40, sn)])]),
|
|
1683
1714
|
mock: b(() => [typeof f.value.view == "string" ? (m(), a("div", {
|
|
1684
1715
|
key: 0,
|
|
1685
1716
|
innerHTML: f.value.view
|
|
1686
|
-
}, null, 8,
|
|
1717
|
+
}, null, 8, ln)) : (m(), r(te(f.value.view), { key: 1 }))]),
|
|
1687
1718
|
_: 1
|
|
1688
|
-
}, 8, ["title", "doc"])) : (m(), a("div",
|
|
1719
|
+
}, 8, ["title", "doc"])) : (m(), a("div", un, [o("p", dn, "該当するアイテムが見つかりません: " + v(n.kind) + " / " + v(n.name), 1), c(y(x), {
|
|
1689
1720
|
to: "/catalog",
|
|
1690
1721
|
class: "text-blue-600 underline"
|
|
1691
1722
|
}, {
|
|
@@ -1693,13 +1724,13 @@ var zt = {
|
|
|
1693
1724
|
_: 1
|
|
1694
1725
|
})]));
|
|
1695
1726
|
}
|
|
1696
|
-
}),
|
|
1727
|
+
}), pn = { class: "min-h-screen p-6" }, mn = { class: "mb-5 flex items-center gap-4 rounded-lg border border-gray-200 bg-white px-5 py-3 text-gray-800 dark:border-gray-700 dark:bg-gray-800 dark:text-gray-100" }, hn = { class: "rounded-lg bg-gray-50 p-5 transition-colors dark:bg-gray-900" }, gn = { class: "grid grid-cols-2 gap-4 sm:grid-cols-3 lg:grid-cols-4" }, _n = { class: "p-3" }, vn = { class: "font-mono text-sm font-bold dark:text-gray-100" }, yn = { class: "mt-1 space-y-0.5 font-mono text-xs" }, bn = {
|
|
1697
1728
|
key: 0,
|
|
1698
1729
|
class: "mt-1 text-xs text-gray-600 dark:text-gray-400"
|
|
1699
|
-
},
|
|
1730
|
+
}, xn = /* @__PURE__ */ l({
|
|
1700
1731
|
__name: "ColorsView",
|
|
1701
1732
|
setup(t) {
|
|
1702
|
-
let { isDark: n, toggle: r } =
|
|
1733
|
+
let { isDark: n, toggle: r } = pe(), l = se(), u = le(), p = [...u ? [{
|
|
1703
1734
|
name: "baseBg",
|
|
1704
1735
|
light: u.light.bg,
|
|
1705
1736
|
dark: u.dark.bg,
|
|
@@ -1709,8 +1740,8 @@ var zt = {
|
|
|
1709
1740
|
light: u.light.font,
|
|
1710
1741
|
dark: u.dark.font,
|
|
1711
1742
|
desc: "モックの基本文字色"
|
|
1712
|
-
}] : [], ...
|
|
1713
|
-
return (t, u) => (m(), a("div",
|
|
1743
|
+
}] : [], ...de()];
|
|
1744
|
+
return (t, u) => (m(), a("div", pn, [o("header", mn, [
|
|
1714
1745
|
c(y(x), {
|
|
1715
1746
|
to: "/catalog",
|
|
1716
1747
|
class: "text-sm text-gray-500 underline hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-100"
|
|
@@ -1725,24 +1756,24 @@ var zt = {
|
|
|
1725
1756
|
class: "ml-auto rounded-md border border-gray-300 px-3 py-1 text-xs font-bold text-gray-600 transition hover:bg-gray-100 dark:border-gray-600 dark:text-gray-300 dark:hover:bg-gray-700",
|
|
1726
1757
|
onClick: u[0] ||= (...e) => y(r) && y(r)(...e)
|
|
1727
1758
|
}, v(y(n) ? "ライトモード" : "ダークモード"), 1)) : i("", !0)
|
|
1728
|
-
]), o("div",
|
|
1759
|
+
]), o("div", hn, [o("div", gn, [(m(), a(e, null, g(p, (e) => o("div", {
|
|
1729
1760
|
key: e.name,
|
|
1730
1761
|
class: "overflow-hidden rounded-lg border border-gray-300 bg-white dark:border-gray-700 dark:bg-gray-800"
|
|
1731
1762
|
}, [o("div", {
|
|
1732
1763
|
class: "h-24 w-full border-b border-gray-200 dark:border-gray-700",
|
|
1733
1764
|
style: f({ background: y(n) ? e.dark : e.light })
|
|
1734
|
-
}, null, 4), o("div",
|
|
1735
|
-
o("div",
|
|
1736
|
-
o("div",
|
|
1737
|
-
e.desc ? (m(), a("div",
|
|
1765
|
+
}, null, 4), o("div", _n, [
|
|
1766
|
+
o("div", vn, v(e.name), 1),
|
|
1767
|
+
o("div", yn, [o("div", { class: d(y(n) ? "text-gray-500" : "font-bold text-gray-700") }, " light: " + v(e.light), 3), o("div", { class: d(y(n) ? "font-bold text-gray-200" : "text-gray-500") }, " dark: " + v(e.dark), 3)]),
|
|
1768
|
+
e.desc ? (m(), a("div", bn, v(e.desc), 1)) : i("", !0)
|
|
1738
1769
|
])])), 64))])])]));
|
|
1739
1770
|
}
|
|
1740
1771
|
});
|
|
1741
1772
|
//#endregion
|
|
1742
1773
|
//#region src/router.ts
|
|
1743
|
-
function
|
|
1774
|
+
function Sn() {
|
|
1744
1775
|
return ie({
|
|
1745
|
-
history:
|
|
1776
|
+
history: ae(),
|
|
1746
1777
|
routes: [
|
|
1747
1778
|
{
|
|
1748
1779
|
path: "/",
|
|
@@ -1751,17 +1782,17 @@ function Cn() {
|
|
|
1751
1782
|
{
|
|
1752
1783
|
path: "/catalog",
|
|
1753
1784
|
name: "catalog",
|
|
1754
|
-
component:
|
|
1785
|
+
component: Ae
|
|
1755
1786
|
},
|
|
1756
1787
|
{
|
|
1757
1788
|
path: "/colors",
|
|
1758
1789
|
name: "colors",
|
|
1759
|
-
component:
|
|
1790
|
+
component: xn
|
|
1760
1791
|
},
|
|
1761
1792
|
{
|
|
1762
1793
|
path: "/components/:name/:ver?",
|
|
1763
1794
|
name: "component",
|
|
1764
|
-
component:
|
|
1795
|
+
component: fn,
|
|
1765
1796
|
props: (e) => ({
|
|
1766
1797
|
kind: "component",
|
|
1767
1798
|
name: e.params.name,
|
|
@@ -1771,7 +1802,7 @@ function Cn() {
|
|
|
1771
1802
|
{
|
|
1772
1803
|
path: "/pages/:name/:ver?",
|
|
1773
1804
|
name: "page",
|
|
1774
|
-
component:
|
|
1805
|
+
component: fn,
|
|
1775
1806
|
props: (e) => ({
|
|
1776
1807
|
kind: "page",
|
|
1777
1808
|
name: e.params.name,
|
|
@@ -1783,10 +1814,10 @@ function Cn() {
|
|
|
1783
1814
|
}
|
|
1784
1815
|
//#endregion
|
|
1785
1816
|
//#region src/createSpecViewer.ts
|
|
1786
|
-
function
|
|
1787
|
-
|
|
1788
|
-
let t = n(
|
|
1789
|
-
return t.use(
|
|
1817
|
+
function Cn(e) {
|
|
1818
|
+
oe(e);
|
|
1819
|
+
let t = n(C);
|
|
1820
|
+
return t.use(Sn()), t;
|
|
1790
1821
|
}
|
|
1791
1822
|
//#endregion
|
|
1792
|
-
export {
|
|
1823
|
+
export { Cn as createSpecViewer };
|