required-doc 0.0.5 → 0.0.7
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 +293 -259
- 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 ue() {
|
|
24
|
+
return w;
|
|
22
25
|
}
|
|
23
|
-
function
|
|
26
|
+
function A() {
|
|
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" }, P = { class: "mb-10" }, me = { class: "space-y-2" }, he = { class: "font-bold dark:text-gray-100" }, ge = { class: "ml-1 text-xs text-gray-400" }, F = { class: "text-sm text-gray-500 dark:text-gray-400" }, _e = { class: "mb-10" }, ve = { class: "space-y-2" }, ye = { class: "font-bold dark:text-gray-100" }, be = { class: "ml-1 text-xs text-gray-400" }, xe = { class: "text-sm text-gray-500 dark:text-gray-400" }, Se = { 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" }, L = { class: "flex gap-3" }, Ce = { class: "font-bold dark:text-gray-100" }, we = { class: "flex gap-3" }, Te = { class: "flex-1" }, Ee = { class: "space-y-1" }, De = { class: "space-y-2" }, Oe = "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", ke = /* @__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 = ue(), p = A();
|
|
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", P, [h[2] ||= o("h2", { class: "mb-3 text-lg font-bold text-gray-700 dark:text-gray-300" }, "ページ", -1), o("ul", me, [(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(Oe)
|
|
68
68
|
}, {
|
|
69
|
-
default: b(() => [o("div",
|
|
69
|
+
default: b(() => [o("div", he, [s(v(e.title) + " ", 1), o("span", ge, "(" + v(e.latest) + ")", 1)]), o("div", F, v(e.desc), 1)]),
|
|
70
70
|
_: 2
|
|
71
71
|
}, 1032, ["to"])]))), 128))])]),
|
|
72
|
-
o("section",
|
|
72
|
+
o("section", _e, [h[3] ||= o("h2", { class: "mb-3 text-lg font-bold text-gray-700 dark:text-gray-300" }, "コンポーネント", -1), o("ul", ve, [(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(Oe)
|
|
75
75
|
}, {
|
|
76
|
-
default: b(() => [o("div",
|
|
76
|
+
default: b(() => [o("div", ye, [s(v(e.title) + " ", 1), o("span", be, "(" + v(e.latest) + ")", 1)]), o("div", xe, 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", Se, [h[6] ||= o("div", { class: "mb-2 text-xs font-bold uppercase tracking-wide text-gray-400" }, "表示設定", -1), o("dl", I, [o("div", L, [h[4] ||= o("dt", { class: "w-28 shrink-0 text-gray-500 dark:text-gray-400" }, "ダークモード切替", -1), o("dd", Ce, v(y(l) ? "表示" : "非表示"), 1)]), o("div", we, [h[5] ||= o("dt", { class: "w-28 shrink-0 text-gray-500 dark:text-gray-400" }, "端末", -1), o("dd", Te, [o("ul", Ee, [(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", De, [o("li", null, [c(y(x), {
|
|
86
86
|
to: "/colors",
|
|
87
|
-
class: d(
|
|
87
|
+
class: d(Oe)
|
|
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 Ae() {
|
|
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 R = Ae();
|
|
113
|
+
function je(e) {
|
|
114
|
+
R = e;
|
|
115
115
|
}
|
|
116
|
-
var
|
|
117
|
-
function
|
|
116
|
+
var z = { exec: () => null };
|
|
117
|
+
function B(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(V.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 V = {
|
|
128
128
|
codeRemoveIndent: /^(?: {1,4}| {0,3}\t)/gm,
|
|
129
129
|
outputLinkReplace: /\\([\[\]])/g,
|
|
130
130
|
indentCodeCompensation: /^(\s+)(?:```)/,
|
|
@@ -181,78 +181,78 @@ 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: Le,
|
|
193
|
-
list: Ue,
|
|
194
|
-
newline: je,
|
|
195
|
-
paragraph: Ke,
|
|
196
|
-
table: B,
|
|
197
|
-
text: Be
|
|
198
|
-
}, Je = V("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", U).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", W).getRegex(), Ye = {
|
|
199
|
-
...qe,
|
|
184
|
+
}, Me = /^(?:[ \t]*(?:\n|$))+/, Ne = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/, Pe = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, H = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, Fe = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, Ie = /(?:[*+-]|\d{1,9}[.)])/, Le = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, Re = B(Le).replace(/bull/g, Ie).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(), ze = B(Le).replace(/bull/g, Ie).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(), Be = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, Ve = /^[^\n]+/, He = /(?!\s*\])(?:\\.|[^\[\]\\])+/, Ue = B(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label", He).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), We = B(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, Ie).getRegex(), U = "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", Ge = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, Ke = B("^ {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", Ge).replace("tag", U).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), qe = B(Be).replace("hr", H).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", U).getRegex(), Je = {
|
|
185
|
+
blockquote: B(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", qe).getRegex(),
|
|
186
|
+
code: Ne,
|
|
187
|
+
def: Ue,
|
|
188
|
+
fences: Pe,
|
|
189
|
+
heading: Fe,
|
|
190
|
+
hr: H,
|
|
191
|
+
html: Ke,
|
|
200
192
|
lheading: Re,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
193
|
+
list: We,
|
|
194
|
+
newline: Me,
|
|
195
|
+
paragraph: qe,
|
|
196
|
+
table: z,
|
|
197
|
+
text: Ve
|
|
198
|
+
}, Ye = B("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", H).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", U).getRegex(), Xe = {
|
|
199
|
+
...Je,
|
|
200
|
+
lheading: ze,
|
|
201
|
+
table: Ye,
|
|
202
|
+
paragraph: B(Be).replace("hr", H).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", Ye).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", U).getRegex()
|
|
203
|
+
}, Ze = {
|
|
204
|
+
...Je,
|
|
205
|
+
html: B("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment", Ge).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: z,
|
|
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: lt,
|
|
220
|
-
emStrongRDelimAst: ft,
|
|
221
|
-
emStrongRDelimUnd: mt,
|
|
222
|
-
escape: Ze,
|
|
223
|
-
link: yt,
|
|
224
|
-
nolink: xt,
|
|
225
|
-
punctuation: rt,
|
|
226
|
-
reflink: bt,
|
|
227
|
-
reflinkSearch: V("reflink|nolink(?!\\()", "g").replace("reflink", bt).replace("nolink", xt).getRegex(),
|
|
228
|
-
tag: vt,
|
|
229
|
-
text: et,
|
|
230
|
-
url: B
|
|
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,
|
|
210
|
+
paragraph: B(Be).replace("hr", H).replace("heading", " *#{1,6} *[^\n]").replace("lheading", Re).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
211
|
+
}, Qe = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, $e = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, et = /^( {2,}|\\)\n(?!\s*$)/, tt = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, W = /[\p{P}\p{S}]/u, nt = /[\s\p{P}\p{S}]/u, rt = /[^\s\p{P}\p{S}]/u, it = B(/^((?![*_])punctSpace)/, "u").replace(/punctSpace/g, nt).getRegex(), at = /(?!~)[\p{P}\p{S}]/u, ot = /(?!~)[\s\p{P}\p{S}]/u, st = /(?:[^\s\p{P}\p{S}]|~)/u, ct = /\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g, lt = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/, ut = B(lt, "u").replace(/punct/g, W).getRegex(), dt = B(lt, "u").replace(/punct/g, at).getRegex(), ft = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)", pt = B(ft, "gu").replace(/notPunctSpace/g, rt).replace(/punctSpace/g, nt).replace(/punct/g, W).getRegex(), mt = B(ft, "gu").replace(/notPunctSpace/g, st).replace(/punctSpace/g, ot).replace(/punct/g, at).getRegex(), ht = B("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)", "gu").replace(/notPunctSpace/g, rt).replace(/punctSpace/g, nt).replace(/punct/g, W).getRegex(), gt = B(/\\(punct)/, "gu").replace(/punct/g, W).getRegex(), _t = B(/^<(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(), vt = B(Ge).replace("(?:-->|$)", "-->").getRegex(), yt = B("^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", vt).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), G = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, bt = B(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label", G).replace("href", /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), xt = B(/^!?\[(label)\]\[(ref)\]/).replace("label", G).replace("ref", He).getRegex(), St = B(/^!?\[(ref)\](?:\[\])?/).replace("ref", He).getRegex(), Ct = {
|
|
212
|
+
_backpedal: z,
|
|
213
|
+
anyPunctuation: gt,
|
|
214
|
+
autolink: _t,
|
|
215
|
+
blockSkip: ct,
|
|
216
|
+
br: et,
|
|
217
|
+
code: $e,
|
|
218
|
+
del: z,
|
|
238
219
|
emStrongLDelim: ut,
|
|
239
|
-
|
|
220
|
+
emStrongRDelimAst: pt,
|
|
221
|
+
emStrongRDelimUnd: ht,
|
|
222
|
+
escape: Qe,
|
|
223
|
+
link: bt,
|
|
224
|
+
nolink: St,
|
|
225
|
+
punctuation: it,
|
|
226
|
+
reflink: xt,
|
|
227
|
+
reflinkSearch: B("reflink|nolink(?!\\()", "g").replace("reflink", xt).replace("nolink", St).getRegex(),
|
|
228
|
+
tag: yt,
|
|
229
|
+
text: tt,
|
|
230
|
+
url: z
|
|
231
|
+
}, wt = {
|
|
232
|
+
...Ct,
|
|
233
|
+
link: B(/^!?\[(label)\]\((.*?)\)/).replace("label", G).getRegex(),
|
|
234
|
+
reflink: B(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", G).getRegex()
|
|
235
|
+
}, Tt = {
|
|
236
|
+
...Ct,
|
|
237
|
+
emStrongRDelimAst: mt,
|
|
238
|
+
emStrongLDelim: dt,
|
|
239
|
+
url: B(/^((?: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
240
|
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
241
241
|
del: /^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,
|
|
242
242
|
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
243
|
-
}, Tt = {
|
|
244
|
-
...wt,
|
|
245
|
-
br: V($e).replace("{2,}", "*").getRegex(),
|
|
246
|
-
text: V(wt.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
247
243
|
}, Et = {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
244
|
+
...Tt,
|
|
245
|
+
br: B(et).replace("{2,}", "*").getRegex(),
|
|
246
|
+
text: B(Tt.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
247
|
+
}, K = {
|
|
248
|
+
normal: Je,
|
|
249
|
+
gfm: Xe,
|
|
250
|
+
pedantic: Ze
|
|
251
251
|
}, q = {
|
|
252
|
-
normal:
|
|
253
|
-
gfm:
|
|
254
|
-
breaks:
|
|
255
|
-
pedantic:
|
|
252
|
+
normal: Ct,
|
|
253
|
+
gfm: Tt,
|
|
254
|
+
breaks: Et,
|
|
255
|
+
pedantic: wt
|
|
256
256
|
}, Dt = {
|
|
257
257
|
"&": "&",
|
|
258
258
|
"<": "<",
|
|
@@ -262,27 +262,27 @@ var H = {
|
|
|
262
262
|
}, Ot = (e) => Dt[e];
|
|
263
263
|
function J(e, t) {
|
|
264
264
|
if (t) {
|
|
265
|
-
if (
|
|
266
|
-
} else if (
|
|
265
|
+
if (V.escapeTest.test(e)) return e.replace(V.escapeReplace, Ot);
|
|
266
|
+
} else if (V.escapeTestNoEncode.test(e)) return e.replace(V.escapeReplaceNoEncode, Ot);
|
|
267
267
|
return e;
|
|
268
268
|
}
|
|
269
269
|
function kt(e) {
|
|
270
270
|
try {
|
|
271
|
-
e = encodeURI(e).replace(
|
|
271
|
+
e = encodeURI(e).replace(V.percentDecode, "%");
|
|
272
272
|
} catch {
|
|
273
273
|
return null;
|
|
274
274
|
}
|
|
275
275
|
return e;
|
|
276
276
|
}
|
|
277
277
|
function At(e, t) {
|
|
278
|
-
let n = e.replace(
|
|
278
|
+
let n = e.replace(V.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(V.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(V.slashPipe, "|");
|
|
286
286
|
return n;
|
|
287
287
|
}
|
|
288
288
|
function Y(e, t, n) {
|
|
@@ -334,7 +334,7 @@ var Pt = class {
|
|
|
334
334
|
rules;
|
|
335
335
|
lexer;
|
|
336
336
|
constructor(e) {
|
|
337
|
-
this.options = e ||
|
|
337
|
+
this.options = e || R;
|
|
338
338
|
}
|
|
339
339
|
space(e) {
|
|
340
340
|
let t = this.rules.block.newline.exec(e);
|
|
@@ -747,21 +747,21 @@ ${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 || R, this.options.tokenizer = this.options.tokenizer || new Pt(), 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:
|
|
756
|
+
other: V,
|
|
757
|
+
block: K.normal,
|
|
758
758
|
inline: q.normal
|
|
759
759
|
};
|
|
760
|
-
this.options.pedantic ? (t.block =
|
|
760
|
+
this.options.pedantic ? (t.block = K.pedantic, t.inline = q.pedantic) : this.options.gfm && (t.block = K.gfm, this.options.breaks ? t.inline = q.breaks : t.inline = q.gfm), this.tokenizer.rules = t;
|
|
761
761
|
}
|
|
762
762
|
static get rules() {
|
|
763
763
|
return {
|
|
764
|
-
block:
|
|
764
|
+
block: K,
|
|
765
765
|
inline: q
|
|
766
766
|
};
|
|
767
767
|
}
|
|
@@ -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(V.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(V.tabCharGlobal, " ").replace(V.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,13 +952,13 @@ ${c}` : c;
|
|
|
952
952
|
options;
|
|
953
953
|
parser;
|
|
954
954
|
constructor(e) {
|
|
955
|
-
this.options = e ||
|
|
955
|
+
this.options = e || R;
|
|
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(
|
|
961
|
+
let r = (t || "").match(V.notSpaceStart)?.[0], i = e.replace(V.endingNewline, "") + "\n";
|
|
962
962
|
return r ? "<pre><code class=\"language-" + J(r) + "\">" + (n ? i : J(i, !0)) + "</code></pre>\n" : "<pre><code>" + (n ? i : J(i, !0)) + "</code></pre>\n";
|
|
963
963
|
}
|
|
964
964
|
blockquote({ tokens: 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 || R, 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 || R;
|
|
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 = Ae();
|
|
1273
1273
|
options = this.setOptions;
|
|
1274
1274
|
parse = this.parseMarkdown(!0);
|
|
1275
1275
|
parseInline = this.parseMarkdown(!1);
|
|
@@ -1440,9 +1440,9 @@ 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, je($.defaults), $;
|
|
1444
|
+
}, $.getDefaults = Ae, $.defaults = R, $.use = function(...e) {
|
|
1445
|
+
return Q.use(...e), $.defaults = Q.defaults, je($.defaults), $;
|
|
1446
1446
|
}, $.walkTokens = function(e, t) {
|
|
1447
1447
|
return Q.walkTokens(e, t);
|
|
1448
1448
|
}, $.parseInline = Q.parseInline, $.Parser = Z, $.parser = Z.parse, $.Renderer = Ft, $.TextRenderer = It, $.Lexer = X, $.lexer = X.lex, $.Tokenizer = Pt, $.Hooks = Lt, $.parse = $, $.options, $.setOptions, $.use, $.walkTokens, $.parseInline, Z.parse, X.lex, $.setOptions({
|
|
@@ -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
|
-
}), O = h(null), k = h(
|
|
1520
|
+
}), D = h(null), O = h(null), k = h(0), oe = h(0), ue = h(0), A = h(!1), de = h(null), fe = t(() => {
|
|
1497
1521
|
let e = w.value;
|
|
1498
1522
|
return e ? {
|
|
1499
1523
|
min: e.minWidth,
|
|
@@ -1503,158 +1527,168 @@ var zt = {
|
|
|
1503
1527
|
max: 0
|
|
1504
1528
|
};
|
|
1505
1529
|
});
|
|
1506
|
-
function
|
|
1530
|
+
function j() {
|
|
1507
1531
|
let e = w.value;
|
|
1508
1532
|
if (!e) return 0;
|
|
1509
|
-
let t =
|
|
1533
|
+
let t = de.value ?? e.minWidth;
|
|
1510
1534
|
return Math.min(e.maxWidth, Math.max(e.minWidth, t));
|
|
1511
1535
|
}
|
|
1512
|
-
let
|
|
1536
|
+
let M = t(() => j()), N = 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
|
-
|
|
1539
|
+
}), P = t(() => {
|
|
1540
|
+
if (A.value) return 1;
|
|
1541
|
+
let e = ue.value || M.value;
|
|
1542
|
+
return !e || k.value === 0 ? 1 : Math.min(1, k.value / e);
|
|
1543
|
+
}), me = t(() => {
|
|
1544
|
+
let e = ue.value || M.value;
|
|
1545
|
+
return e ? e * P.value : 0;
|
|
1546
|
+
}), he = t(() => oe.value * P.value), ge = t(() => A.value && M.value > 0 && k.value > 0 && M.value < k.value), F = h(!1), _e = 0, ve = 0, ye = 1;
|
|
1547
|
+
function be(e) {
|
|
1521
1548
|
let t = w.value;
|
|
1522
|
-
t && (
|
|
1549
|
+
t && (de.value = Math.min(t.maxWidth, Math.max(t.minWidth, e)));
|
|
1523
1550
|
}
|
|
1524
|
-
function
|
|
1525
|
-
let t =
|
|
1526
|
-
C.value = e,
|
|
1551
|
+
function xe(e) {
|
|
1552
|
+
let t = M.value;
|
|
1553
|
+
C.value = e, be(t);
|
|
1527
1554
|
}
|
|
1528
|
-
function
|
|
1529
|
-
if (!w.value || !
|
|
1555
|
+
function Se(e) {
|
|
1556
|
+
if (!w.value || !N.value) return;
|
|
1530
1557
|
e.preventDefault(), e.stopPropagation();
|
|
1531
1558
|
let t = e.currentTarget;
|
|
1532
|
-
t.setPointerCapture(e.pointerId),
|
|
1559
|
+
t.setPointerCapture(e.pointerId), F.value = !0, _e = e.clientX, ve = M.value, ye = P.value, document.body.style.userSelect = "none", document.body.style.cursor = "ew-resize";
|
|
1533
1560
|
function n(e) {
|
|
1534
1561
|
if (!e.isPrimary) return;
|
|
1535
|
-
let t = (e.clientX -
|
|
1536
|
-
ve
|
|
1562
|
+
let t = (e.clientX - _e) / ye;
|
|
1563
|
+
be(ve + t);
|
|
1537
1564
|
}
|
|
1538
1565
|
function r(e) {
|
|
1539
|
-
e.isPrimary && (t.releasePointerCapture(e.pointerId),
|
|
1566
|
+
e.isPrimary && (t.releasePointerCapture(e.pointerId), F.value = !1, document.body.style.userSelect = "", document.body.style.cursor = "", t.removeEventListener("pointermove", n), t.removeEventListener("pointerup", r), t.removeEventListener("pointercancel", r), u(L));
|
|
1540
1567
|
}
|
|
1541
1568
|
t.addEventListener("pointermove", n), t.addEventListener("pointerup", r), t.addEventListener("pointercancel", r);
|
|
1542
1569
|
}
|
|
1543
|
-
let
|
|
1544
|
-
function
|
|
1545
|
-
|
|
1570
|
+
let I = null;
|
|
1571
|
+
function L() {
|
|
1572
|
+
D.value && (k.value = D.value.clientWidth), O.value && (oe.value = O.value.offsetHeight, ue.value = O.value.offsetWidth);
|
|
1546
1573
|
}
|
|
1547
|
-
function
|
|
1548
|
-
|
|
1574
|
+
function Ce() {
|
|
1575
|
+
I?.disconnect(), D.value && I?.observe(D.value), O.value && I?.observe(O.value);
|
|
1549
1576
|
}
|
|
1550
|
-
function
|
|
1551
|
-
e.key === "Escape" && (
|
|
1577
|
+
function we(e) {
|
|
1578
|
+
e.key === "Escape" && (A.value = !1);
|
|
1552
1579
|
}
|
|
1553
1580
|
return ee(() => {
|
|
1554
|
-
|
|
1581
|
+
I = new ResizeObserver(() => L()), Ce(), L(), window.addEventListener("keydown", we);
|
|
1555
1582
|
}), p(() => {
|
|
1556
|
-
|
|
1583
|
+
I?.disconnect(), window.removeEventListener("keydown", we);
|
|
1557
1584
|
}), ne([
|
|
1558
1585
|
C,
|
|
1559
|
-
|
|
1560
|
-
|
|
1586
|
+
A,
|
|
1587
|
+
M
|
|
1561
1588
|
], () => u(() => {
|
|
1562
|
-
|
|
1563
|
-
})), (t,
|
|
1589
|
+
Ce(), L();
|
|
1590
|
+
})), (t, l) => A.value ? (m(), a("div", rn, [o("button", {
|
|
1564
1591
|
type: "button",
|
|
1565
1592
|
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:
|
|
1593
|
+
onClick: l[2] ||= (e) => A.value = !1
|
|
1567
1594
|
}, " 閉じる(Esc) "), o("div", {
|
|
1568
1595
|
ref_key: "areaRef",
|
|
1569
|
-
ref:
|
|
1596
|
+
ref: D,
|
|
1570
1597
|
class: "flex min-h-full w-full justify-center"
|
|
1571
1598
|
}, [w.value ? (m(), a("div", {
|
|
1572
1599
|
key: 0,
|
|
1573
|
-
class: d(["relative shrink-0",
|
|
1574
|
-
style: f({ width: T(N.value) })
|
|
1600
|
+
class: d(["relative w-fit shrink-0", ge.value ? "border border-gray-300 shadow-lg dark:border-gray-600" : ""])
|
|
1575
1601
|
}, [o("div", {
|
|
1576
1602
|
ref_key: "contentRef",
|
|
1577
|
-
ref:
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
...D.value
|
|
1581
|
-
})
|
|
1582
|
-
}, [_(t.$slots, "mock")], 4), P.value ? (m(), a("div", {
|
|
1603
|
+
ref: O,
|
|
1604
|
+
class: "w-fit"
|
|
1605
|
+
}, [w.value ? (m(), r(Ht, {
|
|
1583
1606
|
key: 0,
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1607
|
+
frame: w.value.frame,
|
|
1608
|
+
"screen-width": M.value,
|
|
1609
|
+
"base-style": E.value
|
|
1610
|
+
}, {
|
|
1611
|
+
default: b(() => [_(t.$slots, "mock")]),
|
|
1612
|
+
_: 3
|
|
1613
|
+
}, 8, [
|
|
1614
|
+
"frame",
|
|
1615
|
+
"screen-width",
|
|
1616
|
+
"base-style"
|
|
1617
|
+
])) : i("", !0)], 512), N.value ? (m(), a("div", {
|
|
1618
|
+
key: 0,
|
|
1619
|
+
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", F.value ? "opacity-100" : ""]),
|
|
1620
|
+
onPointerdown: Se
|
|
1621
|
+
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500", F.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
1622
|
c(y(x), {
|
|
1588
1623
|
to: "/catalog",
|
|
1589
1624
|
class: "text-sm text-gray-500 underline hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-100"
|
|
1590
1625
|
}, {
|
|
1591
|
-
default: b(() => [...
|
|
1626
|
+
default: b(() => [...l[3] ||= [s(" ← 一覧 ", -1)]]),
|
|
1592
1627
|
_: 1
|
|
1593
1628
|
}),
|
|
1594
|
-
o("h1",
|
|
1595
|
-
o("div",
|
|
1629
|
+
o("h1", Gt, v(n.title), 1),
|
|
1630
|
+
o("div", Kt, [
|
|
1596
1631
|
_(t.$slots, "toolbar"),
|
|
1597
1632
|
o("button", {
|
|
1598
1633
|
type: "button",
|
|
1599
1634
|
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(
|
|
1635
|
+
onClick: l[0] ||= (e) => A.value = !A.value
|
|
1636
|
+
}, v(A.value ? "要件を表示" : "プレビュー"), 1),
|
|
1637
|
+
y(ae) ? (m(), a("button", {
|
|
1603
1638
|
key: 0,
|
|
1604
1639
|
type: "button",
|
|
1605
1640
|
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(
|
|
1641
|
+
onClick: l[1] ||= (...e) => y(ie) && y(ie)(...e)
|
|
1642
|
+
}, v(y(re) ? "ライトモード" : "ダークモード"), 1)) : i("", !0)
|
|
1608
1643
|
])
|
|
1609
|
-
]), o("div",
|
|
1644
|
+
]), 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(M.value) + "px ", 1), N.value ? (m(), a("span", Qt, " (" + v(fe.value.min) + "–" + v(fe.value.max) + ") ", 1)) : i("", !0)])) : i("", !0), y(S).length > 1 ? (m(), a("div", {
|
|
1610
1645
|
key: 1,
|
|
1611
|
-
class: d(["inline-flex overflow-hidden rounded-md border border-gray-300 text-xs font-bold dark:border-gray-600",
|
|
1646
|
+
class: d(["inline-flex overflow-hidden rounded-md border border-gray-300 text-xs font-bold dark:border-gray-600", F.value ? "pointer-events-none" : ""])
|
|
1612
1647
|
}, [(m(!0), a(e, null, g(y(S), (e) => (m(), a("button", {
|
|
1613
1648
|
key: e.id,
|
|
1614
1649
|
type: "button",
|
|
1615
1650
|
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,
|
|
1651
|
+
onClick: (t) => xe(e.id)
|
|
1652
|
+
}, v(e.label), 11, $t))), 128))], 2)) : i("", !0)])]), o("div", en, [o("div", {
|
|
1618
1653
|
ref_key: "areaRef",
|
|
1619
|
-
ref:
|
|
1654
|
+
ref: D
|
|
1620
1655
|
}, [w.value ? (m(), a("div", {
|
|
1621
1656
|
key: 0,
|
|
1622
1657
|
class: "relative mx-auto overflow-hidden",
|
|
1623
1658
|
style: f({
|
|
1624
|
-
width:
|
|
1625
|
-
height:
|
|
1659
|
+
width: me.value ? `${me.value}px` : "",
|
|
1660
|
+
height: oe.value ? `${he.value}px` : "auto"
|
|
1626
1661
|
})
|
|
1627
1662
|
}, [o("div", {
|
|
1628
1663
|
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", {
|
|
1664
|
+
ref: O,
|
|
1665
|
+
class: "origin-top-left w-fit",
|
|
1666
|
+
style: f({ transform: `scale(${P.value})` })
|
|
1667
|
+
}, [w.value ? (m(), r(Ht, {
|
|
1668
|
+
key: 0,
|
|
1669
|
+
frame: w.value.frame,
|
|
1670
|
+
"screen-width": M.value,
|
|
1671
|
+
"base-style": E.value
|
|
1672
|
+
}, {
|
|
1673
|
+
default: b(() => [_(t.$slots, "mock")]),
|
|
1674
|
+
_: 3
|
|
1675
|
+
}, 8, [
|
|
1676
|
+
"frame",
|
|
1677
|
+
"screen-width",
|
|
1678
|
+
"base-style"
|
|
1679
|
+
])) : i("", !0)], 4), N.value ? (m(), a("div", {
|
|
1646
1680
|
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",
|
|
1681
|
+
class: d(["absolute inset-y-0 -right-1 z-20 flex w-3 cursor-ew-resize touch-none items-center justify-center", F.value ? "opacity-100" : "opacity-60 hover:opacity-100"]),
|
|
1682
|
+
onPointerdown: Se
|
|
1683
|
+
}, [o("div", { class: d(["h-10 w-1 rounded-full bg-gray-400 dark:bg-gray-500", F.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
1684
|
class: "req-md",
|
|
1651
|
-
innerHTML:
|
|
1652
|
-
}, null, 8,
|
|
1685
|
+
innerHTML: te.value
|
|
1686
|
+
}, null, 8, nn)])])]));
|
|
1653
1687
|
}
|
|
1654
|
-
}),
|
|
1688
|
+
}), on = { class: "flex items-center gap-2 text-sm" }, sn = ["value"], cn = ["value"], ln = ["innerHTML"], un = {
|
|
1655
1689
|
key: 1,
|
|
1656
1690
|
class: "p-8"
|
|
1657
|
-
},
|
|
1691
|
+
}, dn = { class: "text-gray-600" }, fn = /* @__PURE__ */ l({
|
|
1658
1692
|
__name: "ReqPageView",
|
|
1659
1693
|
props: {
|
|
1660
1694
|
kind: {},
|
|
@@ -1662,30 +1696,30 @@ var zt = {
|
|
|
1662
1696
|
ver: {}
|
|
1663
1697
|
},
|
|
1664
1698
|
setup(n) {
|
|
1665
|
-
let i = n, l =
|
|
1699
|
+
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
1700
|
function ee(e) {
|
|
1667
1701
|
let t = e.target.value;
|
|
1668
1702
|
l.push(`/${i.kind}s/${i.name}/${t}`);
|
|
1669
1703
|
}
|
|
1670
|
-
return (t, i) => u.value && f.value ? (m(), r(
|
|
1704
|
+
return (t, i) => u.value && f.value ? (m(), r(an, {
|
|
1671
1705
|
key: 0,
|
|
1672
1706
|
title: u.value.title,
|
|
1673
1707
|
doc: f.value.req
|
|
1674
1708
|
}, {
|
|
1675
|
-
toolbar: b(() => [o("label",
|
|
1709
|
+
toolbar: b(() => [o("label", on, [i[0] ||= o("span", { class: "text-gray-500 dark:text-gray-400" }, "バージョン", -1), o("select", {
|
|
1676
1710
|
value: d.value,
|
|
1677
1711
|
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
1712
|
onChange: ee
|
|
1679
1713
|
}, [(m(!0), a(e, null, g(p.value, (e) => (m(), a("option", {
|
|
1680
1714
|
key: e,
|
|
1681
1715
|
value: e
|
|
1682
|
-
}, v(e), 9,
|
|
1716
|
+
}, v(e), 9, cn))), 128))], 40, sn)])]),
|
|
1683
1717
|
mock: b(() => [typeof f.value.view == "string" ? (m(), a("div", {
|
|
1684
1718
|
key: 0,
|
|
1685
1719
|
innerHTML: f.value.view
|
|
1686
|
-
}, null, 8,
|
|
1720
|
+
}, null, 8, ln)) : (m(), r(te(f.value.view), { key: 1 }))]),
|
|
1687
1721
|
_: 1
|
|
1688
|
-
}, 8, ["title", "doc"])) : (m(), a("div",
|
|
1722
|
+
}, 8, ["title", "doc"])) : (m(), a("div", un, [o("p", dn, "該当するアイテムが見つかりません: " + v(n.kind) + " / " + v(n.name), 1), c(y(x), {
|
|
1689
1723
|
to: "/catalog",
|
|
1690
1724
|
class: "text-blue-600 underline"
|
|
1691
1725
|
}, {
|
|
@@ -1693,13 +1727,13 @@ var zt = {
|
|
|
1693
1727
|
_: 1
|
|
1694
1728
|
})]));
|
|
1695
1729
|
}
|
|
1696
|
-
}),
|
|
1730
|
+
}), 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
1731
|
key: 0,
|
|
1698
1732
|
class: "mt-1 text-xs text-gray-600 dark:text-gray-400"
|
|
1699
|
-
},
|
|
1733
|
+
}, xn = /* @__PURE__ */ l({
|
|
1700
1734
|
__name: "ColorsView",
|
|
1701
1735
|
setup(t) {
|
|
1702
|
-
let { isDark: n, toggle: r } =
|
|
1736
|
+
let { isDark: n, toggle: r } = pe(), l = se(), u = le(), p = [...u ? [{
|
|
1703
1737
|
name: "baseBg",
|
|
1704
1738
|
light: u.light.bg,
|
|
1705
1739
|
dark: u.dark.bg,
|
|
@@ -1709,8 +1743,8 @@ var zt = {
|
|
|
1709
1743
|
light: u.light.font,
|
|
1710
1744
|
dark: u.dark.font,
|
|
1711
1745
|
desc: "モックの基本文字色"
|
|
1712
|
-
}] : [], ...
|
|
1713
|
-
return (t, u) => (m(), a("div",
|
|
1746
|
+
}] : [], ...de()];
|
|
1747
|
+
return (t, u) => (m(), a("div", pn, [o("header", mn, [
|
|
1714
1748
|
c(y(x), {
|
|
1715
1749
|
to: "/catalog",
|
|
1716
1750
|
class: "text-sm text-gray-500 underline hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-100"
|
|
@@ -1725,24 +1759,24 @@ var zt = {
|
|
|
1725
1759
|
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
1760
|
onClick: u[0] ||= (...e) => y(r) && y(r)(...e)
|
|
1727
1761
|
}, v(y(n) ? "ライトモード" : "ダークモード"), 1)) : i("", !0)
|
|
1728
|
-
]), o("div",
|
|
1762
|
+
]), o("div", hn, [o("div", gn, [(m(), a(e, null, g(p, (e) => o("div", {
|
|
1729
1763
|
key: e.name,
|
|
1730
1764
|
class: "overflow-hidden rounded-lg border border-gray-300 bg-white dark:border-gray-700 dark:bg-gray-800"
|
|
1731
1765
|
}, [o("div", {
|
|
1732
1766
|
class: "h-24 w-full border-b border-gray-200 dark:border-gray-700",
|
|
1733
1767
|
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",
|
|
1768
|
+
}, null, 4), o("div", _n, [
|
|
1769
|
+
o("div", vn, v(e.name), 1),
|
|
1770
|
+
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)]),
|
|
1771
|
+
e.desc ? (m(), a("div", bn, v(e.desc), 1)) : i("", !0)
|
|
1738
1772
|
])])), 64))])])]));
|
|
1739
1773
|
}
|
|
1740
1774
|
});
|
|
1741
1775
|
//#endregion
|
|
1742
1776
|
//#region src/router.ts
|
|
1743
|
-
function
|
|
1777
|
+
function Sn() {
|
|
1744
1778
|
return ie({
|
|
1745
|
-
history:
|
|
1779
|
+
history: ae(),
|
|
1746
1780
|
routes: [
|
|
1747
1781
|
{
|
|
1748
1782
|
path: "/",
|
|
@@ -1751,17 +1785,17 @@ function Cn() {
|
|
|
1751
1785
|
{
|
|
1752
1786
|
path: "/catalog",
|
|
1753
1787
|
name: "catalog",
|
|
1754
|
-
component:
|
|
1788
|
+
component: ke
|
|
1755
1789
|
},
|
|
1756
1790
|
{
|
|
1757
1791
|
path: "/colors",
|
|
1758
1792
|
name: "colors",
|
|
1759
|
-
component:
|
|
1793
|
+
component: xn
|
|
1760
1794
|
},
|
|
1761
1795
|
{
|
|
1762
1796
|
path: "/components/:name/:ver?",
|
|
1763
1797
|
name: "component",
|
|
1764
|
-
component:
|
|
1798
|
+
component: fn,
|
|
1765
1799
|
props: (e) => ({
|
|
1766
1800
|
kind: "component",
|
|
1767
1801
|
name: e.params.name,
|
|
@@ -1771,7 +1805,7 @@ function Cn() {
|
|
|
1771
1805
|
{
|
|
1772
1806
|
path: "/pages/:name/:ver?",
|
|
1773
1807
|
name: "page",
|
|
1774
|
-
component:
|
|
1808
|
+
component: fn,
|
|
1775
1809
|
props: (e) => ({
|
|
1776
1810
|
kind: "page",
|
|
1777
1811
|
name: e.params.name,
|
|
@@ -1783,10 +1817,10 @@ function Cn() {
|
|
|
1783
1817
|
}
|
|
1784
1818
|
//#endregion
|
|
1785
1819
|
//#region src/createSpecViewer.ts
|
|
1786
|
-
function
|
|
1787
|
-
|
|
1788
|
-
let t = n(
|
|
1789
|
-
return t.use(
|
|
1820
|
+
function Cn(e) {
|
|
1821
|
+
oe(e);
|
|
1822
|
+
let t = n(C);
|
|
1823
|
+
return t.use(Sn()), t;
|
|
1790
1824
|
}
|
|
1791
1825
|
//#endregion
|
|
1792
|
-
export {
|
|
1826
|
+
export { Cn as createSpecViewer };
|