st-comp 0.0.178 → 0.0.180
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/es/ChartLayout.cjs +1 -1
- package/es/ChartLayout.js +3 -3
- package/es/FactorWarning.cjs +1 -1
- package/es/FactorWarning.js +29 -33
- package/es/Kline.cjs +1 -1
- package/es/Kline.js +14 -18
- package/es/KlineBasic.cjs +1 -1
- package/es/KlineBasic.js +25 -30
- package/es/KlineConfig.cjs +1 -1
- package/es/KlineConfig.js +457 -419
- package/es/KlineNew.cjs +1 -1
- package/es/KlineNew.js +13 -16
- package/es/KlinePlus.cjs +3 -3
- package/es/KlinePlus.js +140 -142
- package/es/Pagination.cjs +1 -1
- package/es/Pagination.js +274 -276
- package/es/PasswordPrompt.cjs +1 -1
- package/es/PasswordPrompt.js +3 -3
- package/es/Table.cjs +1 -1
- package/es/Table.js +21 -23
- package/es/User.cjs +1 -1
- package/es/User.js +472 -482
- package/es/VarSelectDialog.cjs +3 -3
- package/es/VarSelectDialog.js +440 -2878
- package/es/VarietySearch.cjs +12 -12
- package/es/VarietySearch.js +1199 -1176
- package/es/VirtualTable.cjs +1 -13
- package/es/VirtualTable.js +1547 -1567
- package/es/{_initCloneObject-da90eef0.js → _initCloneObject-346b7ee2.js} +25 -26
- package/es/_initCloneObject-e2f0deb9.cjs +1 -0
- package/es/base-62a70f61.js +288 -0
- package/es/base-ef747d02.cjs +5 -0
- package/es/config-provider-178bb43c.cjs +1 -0
- package/es/config-provider-2e733cae.js +58 -0
- package/es/dayjs.min-2c20abe6.cjs +1 -0
- package/es/{dayjs.min-54a4e095.js → dayjs.min-8313b006.js} +96 -93
- package/es/{debounce-9e323221.cjs → debounce-0b77a317.cjs} +1 -1
- package/es/{debounce-3cec4646.js → debounce-5f2ec4be.js} +19 -19
- package/es/{dropdown-82b80e8b.js → dropdown-d06edf54.js} +49 -39
- package/es/dropdown-f2fec683.cjs +1 -0
- package/es/el-button-5b08c08a.js +272 -0
- package/es/el-button-fc46a173.cjs +1 -0
- package/es/el-dialog-0b7166c9.cjs +1 -0
- package/es/el-dialog-d8d0da7a.js +276 -0
- package/es/{el-divider-fd2b4e2e.js → el-divider-2f300113.js} +1 -1
- package/es/{el-divider-40c50ce7.cjs → el-divider-4713d74c.cjs} +1 -1
- package/es/{el-empty-412fc297.js → el-empty-87a86f30.js} +57 -80
- package/es/el-empty-bb2b0235.cjs +1 -0
- package/es/el-form-item-caffd133.cjs +12 -0
- package/es/el-form-item-ff9c7d98.js +1267 -0
- package/es/el-input-6db30c8c.js +531 -0
- package/es/el-input-9c912678.cjs +1 -0
- package/es/el-input-number-05f150e5.js +311 -0
- package/es/el-input-number-6fe73563.cjs +1 -0
- package/es/el-loading-8514feaa.cjs +1 -0
- package/es/el-loading-93842445.js +203 -0
- package/es/el-menu-item-7a57c1be.cjs +1 -0
- package/es/el-menu-item-a886fbdd.js +768 -0
- package/es/el-message-8aa674f2.js +406 -0
- package/es/el-message-aad5b42b.cjs +1 -0
- package/es/el-message-box-2b6b2b68.js +550 -0
- package/es/el-message-box-53f355d7.cjs +1 -0
- package/es/el-overlay-540b2a02.js +324 -0
- package/es/el-overlay-96630a2e.cjs +1 -0
- package/es/el-popconfirm-2afdf6fb.cjs +1 -0
- package/es/el-popconfirm-c18d8035.js +162 -0
- package/es/el-popper-544fd77e.js +2412 -0
- package/es/el-popper-73466d7a.cjs +1 -0
- package/es/el-scrollbar-691cfc11.cjs +1 -0
- package/es/el-scrollbar-fae984e3.js +763 -0
- package/es/el-segmented-a7493831.js +142 -0
- package/es/el-segmented-b6bd3c0e.cjs +1 -0
- package/es/el-select-5959e837.cjs +1 -0
- package/es/el-select-ea8feecf.js +1251 -0
- package/es/el-table-column-9ef52443.js +3878 -0
- package/es/el-table-column-b824ac5c.cjs +14 -0
- package/es/el-tag-2fc9b9eb.js +116 -0
- package/es/el-tag-ecad6d02.cjs +1 -0
- package/es/index-2e331d74.js +10 -0
- package/es/{index-a8e9ec0f.js → index-34592e82.js} +176 -182
- package/es/index-3a74eae4.cjs +1 -0
- package/es/{index-1c41bd56.js → index-5d4e5c51.js} +3 -3
- package/es/{index-e348d5e8.cjs → index-694bb944.cjs} +1 -1
- package/es/{index-ee1cebbc.js → index-74fb90c7.js} +5 -5
- package/es/{index-d577b81b.js → index-8d7ae5dc.js} +2 -2
- package/es/index-a9095b4a.js +163 -0
- package/es/index-a93dd9c4.cjs +1 -0
- package/es/index-ebd2fd7e.cjs +1 -0
- package/es/index-f1c702f6.cjs +1 -0
- package/es/{index-19fa1fcf.cjs → index-f6afafaa.cjs} +1 -1
- package/es/{raf-bfbf42e4.js → raf-41aed4d4.js} +1 -1
- package/es/{raf-07cb6953.cjs → raf-8249652f.cjs} +1 -1
- package/es/{scroll-e3cb691f.js → scroll-7d352c1f.js} +2 -2
- package/es/{scroll-4769a65d.cjs → scroll-b108dabd.cjs} +1 -1
- package/es/style.css +1 -1
- package/es/use-global-config-03735617.cjs +1 -0
- package/es/use-global-config-4b185eb5.js +71 -0
- package/es/validator-0e688e4e.cjs +1 -0
- package/es/validator-d12a8f8c.js +5 -0
- package/es/vnode-4db20540.cjs +1 -0
- package/es/vnode-a0795a4b.js +70 -0
- package/es/{zh-cn-d883afa8.js → zh-cn-0ff32188.js} +5 -4
- package/es/{zh-cn-b24a7dc9.cjs → zh-cn-adf19c4b.cjs} +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +226 -245
- package/lib/{index-0f16f8b0.js → index-9341884f.js} +44358 -46367
- package/lib/{python-e9c32bc9.js → python-5c9b3e4e.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
- package/packages/KlinePlus/index.vue +2 -1
- package/packages/VarSelectDialog/index.vue +43 -67
- package/packages/VarietySearch/components/FactorScreen/FactorDescription.vue +4 -2
- package/packages/VarietySearch/components/FactorScreen/index.vue +6 -4
- package/packages/index.ts +0 -2
- package/src/pages/VarSelectDialog/index.vue +1 -1
- package/src/router/routes.ts +0 -5
- package/es/Dialog.cjs +0 -1
- package/es/Dialog.js +0 -95
- package/es/_commonjsHelpers-10dfc225.js +0 -8
- package/es/_commonjsHelpers-87b0abe8.cjs +0 -1
- package/es/_initCloneObject-9ccbb113.cjs +0 -1
- package/es/base-bdc10baa.cjs +0 -5
- package/es/base-d9284bf0.js +0 -304
- package/es/castArray-37eb9980.cjs +0 -1
- package/es/castArray-b0ab0165.js +0 -10
- package/es/config-provider-ec6b09df.cjs +0 -1
- package/es/config-provider-f0151e9f.js +0 -47
- package/es/dayjs.min-19fb125f.cjs +0 -1
- package/es/dropdown-b2dab5bb.cjs +0 -1
- package/es/el-button-34665425.js +0 -237
- package/es/el-button-960edd49.cjs +0 -1
- package/es/el-dialog-a412484e.js +0 -267
- package/es/el-dialog-cd484c1f.cjs +0 -1
- package/es/el-empty-627ec09e.cjs +0 -1
- package/es/el-form-item-668ba024.js +0 -1263
- package/es/el-form-item-e1c3104b.cjs +0 -12
- package/es/el-input-22e66e37.js +0 -523
- package/es/el-input-5163bda3.cjs +0 -1
- package/es/el-input-number-481e21c5.js +0 -284
- package/es/el-input-number-eb54cde4.cjs +0 -1
- package/es/el-loading-15a5501c.cjs +0 -1
- package/es/el-loading-d4e403ab.js +0 -187
- package/es/el-menu-item-404c10e5.js +0 -772
- package/es/el-menu-item-ac89e804.cjs +0 -1
- package/es/el-message-ad87b9dd.cjs +0 -1
- package/es/el-message-box-41f39f6d.js +0 -558
- package/es/el-message-box-6694f827.cjs +0 -1
- package/es/el-message-ef506caa.js +0 -375
- package/es/el-overlay-4a9fa4e1.js +0 -269
- package/es/el-overlay-e5d318c3.cjs +0 -1
- package/es/el-popconfirm-7b9183aa.js +0 -140
- package/es/el-popconfirm-a497b279.cjs +0 -1
- package/es/el-popper-14a9d493.cjs +0 -1
- package/es/el-popper-e73466eb.js +0 -2263
- package/es/el-scrollbar-45318df0.js +0 -201
- package/es/el-scrollbar-8bf765f2.cjs +0 -1
- package/es/el-segmented-3ba6d664.cjs +0 -1
- package/es/el-segmented-41820018.js +0 -135
- package/es/el-select-1d2309a1.cjs +0 -1
- package/es/el-select-d7a00294.js +0 -1130
- package/es/el-table-column-a2d0c635.js +0 -3805
- package/es/el-table-column-be9a76bb.cjs +0 -14
- package/es/el-tag-7f391090.js +0 -280
- package/es/el-tag-8d49d4d2.cjs +0 -1
- package/es/index-02ca0096.cjs +0 -5
- package/es/index-3120be08.js +0 -14
- package/es/index-5b81f4da.cjs +0 -1
- package/es/index-85a32a00.js +0 -59
- package/es/index-8d3c5e96.cjs +0 -3
- package/es/index-94f38460.js +0 -306
- package/es/index-a99a5307.cjs +0 -1
- package/es/index-b90c746b.cjs +0 -1
- package/es/index-d94bae37.cjs +0 -1
- package/es/index-d99fdc6d.js +0 -159
- package/es/use-form-common-props-592797e2.cjs +0 -2
- package/es/use-form-common-props-cc347a83.js +0 -171
- package/es/use-global-config-584b62f1.cjs +0 -1
- package/es/use-global-config-c7f0a7e3.js +0 -73
- package/es/validator-10fa54fe.js +0 -5
- package/es/validator-af488a9a.cjs +0 -1
- package/es/vnode-1b827c99.cjs +0 -1
- package/es/vnode-6be33bb1.js +0 -14
- package/packages/Dialog/index.ts +0 -8
- package/packages/Dialog/index.vue +0 -54
- package/src/pages/Dialog/index.vue +0 -16
package/es/VarietySearch.js
CHANGED
|
@@ -1,47 +1,43 @@
|
|
|
1
|
-
import { b as Uu,
|
|
2
|
-
import "./el-tag-
|
|
3
|
-
import { E as se, a as de } from "./el-select-
|
|
4
|
-
import "./el-scrollbar-
|
|
5
|
-
import { u as
|
|
6
|
-
import { E as
|
|
7
|
-
import {
|
|
8
|
-
import { ref as uu, inject as
|
|
9
|
-
import { E as
|
|
10
|
-
import "./el-overlay-
|
|
11
|
-
import { E as
|
|
12
|
-
import { E as
|
|
13
|
-
import { E as
|
|
1
|
+
import { b as Uu, c as Ie, p as Oe, o as $e, k as Re, u as ie, _ as ce, e as Ve, w as W0, l as t0 } from "./base-62a70f61.js";
|
|
2
|
+
import "./el-tag-2fc9b9eb.js";
|
|
3
|
+
import { E as se, a as de } from "./el-select-ea8feecf.js";
|
|
4
|
+
import { h as n0, e as Q0, g as Y0, d as K0, f as X0, l as ut } from "./el-scrollbar-fae984e3.js";
|
|
5
|
+
import { U as fe, C as pe, u as et, d as tt, g as r0, E as nt } from "./el-popper-544fd77e.js";
|
|
6
|
+
import { b as rt, c as at, E as ot, a as lt } from "./el-table-column-9ef52443.js";
|
|
7
|
+
import { E as it, a as ct } from "./el-message-box-2b6b2b68.js";
|
|
8
|
+
import { ref as uu, inject as a0, computed as G, defineComponent as yu, openBlock as D, createElementBlock as T, normalizeClass as ou, unref as S, createElementVNode as I, withDirectives as be, isRef as o0, withModifiers as Bu, vModelRadio as l0, renderSlot as he, createTextVNode as B, toDisplayString as X, nextTick as me, normalizeStyle as i0, onMounted as c0, provide as st, reactive as dt, toRefs as ft, watch as Eu, Fragment as q, renderList as j, createBlock as P, mergeProps as pt, mergeModels as Nu, useModel as ju, withCtx as E, createVNode as k, createCommentVNode as U, resolveComponent as bt, pushScopeId as xe, popScopeId as _e, createSlots as Qu, vShow as ht } from "vue";
|
|
9
|
+
import { E as ge } from "./el-dialog-d8d0da7a.js";
|
|
10
|
+
import "./el-overlay-540b2a02.js";
|
|
11
|
+
import { E as mt, a as xt } from "./el-form-item-ff9c7d98.js";
|
|
12
|
+
import { E as s0 } from "./el-input-6db30c8c.js";
|
|
13
|
+
import { E as d0 } from "./el-input-number-05f150e5.js";
|
|
14
14
|
import "./el-tooltip-4ed993c7.js";
|
|
15
|
-
import { E as
|
|
16
|
-
import { p as Yu, i as
|
|
17
|
-
import { _ as
|
|
18
|
-
import { E as
|
|
19
|
-
import { _ as
|
|
20
|
-
import { E as
|
|
21
|
-
import { E as
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import "./
|
|
27
|
-
import "./
|
|
28
|
-
import "./
|
|
29
|
-
import "./
|
|
30
|
-
import "./validator-
|
|
31
|
-
import "./use-global-config-c7f0a7e3.js";
|
|
32
|
-
import "./_initCloneObject-da90eef0.js";
|
|
33
|
-
import "./raf-bfbf42e4.js";
|
|
34
|
-
import "./vnode-6be33bb1.js";
|
|
15
|
+
import { E as f0 } from "./el-button-5b08c08a.js";
|
|
16
|
+
import { p as Yu, i as _t, c as gt, j as kt, E as yt } from "./index-74fb90c7.js";
|
|
17
|
+
import { _ as vt } from "./index.vue_vue_type_script_setup_true_lang-745718ff.js";
|
|
18
|
+
import { E as K } from "./el-message-8aa674f2.js";
|
|
19
|
+
import { _ as ke } from "./_plugin-vue_export-helper-dad06003.js";
|
|
20
|
+
import { E as p0 } from "./index-5d4e5c51.js";
|
|
21
|
+
import { E as Ct } from "./index-a9095b4a.js";
|
|
22
|
+
import { u as Dt } from "./index-2e331d74.js";
|
|
23
|
+
import { a as Et } from "./index-34592e82.js";
|
|
24
|
+
import "./vnode-a0795a4b.js";
|
|
25
|
+
import "./scroll-7d352c1f.js";
|
|
26
|
+
import "./debounce-5f2ec4be.js";
|
|
27
|
+
import "./use-global-config-4b185eb5.js";
|
|
28
|
+
import "./_initCloneObject-346b7ee2.js";
|
|
29
|
+
import "./raf-41aed4d4.js";
|
|
30
|
+
import "./validator-d12a8f8c.js";
|
|
35
31
|
import "./typescript-7ae59c4c.js";
|
|
36
32
|
import "./index-657047bb.js";
|
|
37
|
-
import "./config-provider-
|
|
38
|
-
import "./dropdown-
|
|
39
|
-
const
|
|
33
|
+
import "./config-provider-2e733cae.js";
|
|
34
|
+
import "./dropdown-d06edf54.js";
|
|
35
|
+
const b0 = Uu({
|
|
40
36
|
modelValue: {
|
|
41
37
|
type: [String, Number, Boolean],
|
|
42
38
|
default: void 0
|
|
43
39
|
},
|
|
44
|
-
size:
|
|
40
|
+
size: n0,
|
|
45
41
|
disabled: Boolean,
|
|
46
42
|
label: {
|
|
47
43
|
type: [String, Number, Boolean],
|
|
@@ -55,58 +51,58 @@ const f0 = Uu({
|
|
|
55
51
|
type: String,
|
|
56
52
|
default: void 0
|
|
57
53
|
}
|
|
58
|
-
}),
|
|
59
|
-
...
|
|
54
|
+
}), Ft = Uu({
|
|
55
|
+
...b0,
|
|
60
56
|
border: Boolean
|
|
61
|
-
}),
|
|
62
|
-
[
|
|
63
|
-
[
|
|
64
|
-
},
|
|
65
|
-
const t = uu(), n =
|
|
57
|
+
}), h0 = {
|
|
58
|
+
[fe]: (u) => Ie(u) || Oe(u) || $e(u),
|
|
59
|
+
[pe]: (u) => Ie(u) || Oe(u) || $e(u)
|
|
60
|
+
}, m0 = Symbol("radioGroupKey"), x0 = (u, e) => {
|
|
61
|
+
const t = uu(), n = a0(m0, void 0), r = G(() => !!n), a = G(() => Re(u.value) ? u.label : u.value), l = G({
|
|
66
62
|
get() {
|
|
67
63
|
return r.value ? n.modelValue : u.modelValue;
|
|
68
64
|
},
|
|
69
65
|
set(s) {
|
|
70
|
-
r.value ? n.changeEvent(s) : e && e(
|
|
66
|
+
r.value ? n.changeEvent(s) : e && e(fe, s), t.value.checked = u.modelValue === a.value;
|
|
71
67
|
}
|
|
72
|
-
}), o =
|
|
73
|
-
return
|
|
68
|
+
}), o = Q0(G(() => n == null ? void 0 : n.size)), c = Y0(G(() => n == null ? void 0 : n.disabled)), i = uu(!1), p = G(() => c.value || r.value && l.value !== a.value ? -1 : 0);
|
|
69
|
+
return Dt({
|
|
74
70
|
from: "label act as value",
|
|
75
71
|
replacement: "value",
|
|
76
72
|
version: "3.0.0",
|
|
77
73
|
scope: "el-radio",
|
|
78
74
|
ref: "https://element-plus.org/en-US/component/radio.html"
|
|
79
|
-
},
|
|
75
|
+
}, G(() => r.value && Re(u.value))), {
|
|
80
76
|
radioRef: t,
|
|
81
77
|
isGroup: r,
|
|
82
78
|
radioGroup: n,
|
|
83
79
|
focus: i,
|
|
84
80
|
size: o,
|
|
85
81
|
disabled: c,
|
|
86
|
-
tabIndex:
|
|
82
|
+
tabIndex: p,
|
|
87
83
|
modelValue: l,
|
|
88
84
|
actualValue: a
|
|
89
85
|
};
|
|
90
|
-
},
|
|
86
|
+
}, At = yu({
|
|
91
87
|
name: "ElRadio"
|
|
92
|
-
}),
|
|
93
|
-
...
|
|
94
|
-
props:
|
|
95
|
-
emits:
|
|
88
|
+
}), wt = /* @__PURE__ */ yu({
|
|
89
|
+
...At,
|
|
90
|
+
props: Ft,
|
|
91
|
+
emits: h0,
|
|
96
92
|
setup(u, { emit: e }) {
|
|
97
|
-
const t = u, n = ie("radio"), { radioRef: r, radioGroup: a, focus: l, size: o, disabled: c, modelValue: i, actualValue:
|
|
93
|
+
const t = u, n = ie("radio"), { radioRef: r, radioGroup: a, focus: l, size: o, disabled: c, modelValue: i, actualValue: p } = x0(t, e);
|
|
98
94
|
function s() {
|
|
99
|
-
|
|
95
|
+
me(() => e(pe, i.value));
|
|
100
96
|
}
|
|
101
|
-
return (
|
|
102
|
-
var
|
|
97
|
+
return (b, h) => {
|
|
98
|
+
var d;
|
|
103
99
|
return D(), T("label", {
|
|
104
100
|
class: ou([
|
|
105
101
|
S(n).b(),
|
|
106
102
|
S(n).is("disabled", S(c)),
|
|
107
103
|
S(n).is("focus", S(l)),
|
|
108
|
-
S(n).is("bordered",
|
|
109
|
-
S(n).is("checked", S(i) === S(
|
|
104
|
+
S(n).is("bordered", b.border),
|
|
105
|
+
S(n).is("checked", S(i) === S(p)),
|
|
110
106
|
S(n).m(S(o))
|
|
111
107
|
])
|
|
112
108
|
}, [
|
|
@@ -114,18 +110,18 @@ const f0 = Uu({
|
|
|
114
110
|
class: ou([
|
|
115
111
|
S(n).e("input"),
|
|
116
112
|
S(n).is("disabled", S(c)),
|
|
117
|
-
S(n).is("checked", S(i) === S(
|
|
113
|
+
S(n).is("checked", S(i) === S(p))
|
|
118
114
|
])
|
|
119
115
|
}, [
|
|
120
|
-
|
|
116
|
+
be(I("input", {
|
|
121
117
|
ref_key: "radioRef",
|
|
122
118
|
ref: r,
|
|
123
|
-
"onUpdate:modelValue": (w) =>
|
|
119
|
+
"onUpdate:modelValue": (w) => o0(i) ? i.value = w : null,
|
|
124
120
|
class: ou(S(n).e("original")),
|
|
125
|
-
value: S(
|
|
126
|
-
name:
|
|
121
|
+
value: S(p),
|
|
122
|
+
name: b.name || ((d = S(a)) == null ? void 0 : d.name),
|
|
127
123
|
disabled: S(c),
|
|
128
|
-
checked: S(i) === S(
|
|
124
|
+
checked: S(i) === S(p),
|
|
129
125
|
type: "radio",
|
|
130
126
|
onFocus: (w) => l.value = !0,
|
|
131
127
|
onBlur: (w) => l.value = !1,
|
|
@@ -133,7 +129,7 @@ const f0 = Uu({
|
|
|
133
129
|
onClick: Bu(() => {
|
|
134
130
|
}, ["stop"])
|
|
135
131
|
}, null, 42, ["onUpdate:modelValue", "value", "name", "disabled", "checked", "onFocus", "onBlur", "onClick"]), [
|
|
136
|
-
[
|
|
132
|
+
[l0, S(i)]
|
|
137
133
|
]),
|
|
138
134
|
I("span", {
|
|
139
135
|
class: ou(S(n).e("inner"))
|
|
@@ -144,31 +140,31 @@ const f0 = Uu({
|
|
|
144
140
|
onKeydown: Bu(() => {
|
|
145
141
|
}, ["stop"])
|
|
146
142
|
}, [
|
|
147
|
-
|
|
148
|
-
|
|
143
|
+
he(b.$slots, "default", {}, () => [
|
|
144
|
+
B(X(b.label), 1)
|
|
149
145
|
])
|
|
150
146
|
], 42, ["onKeydown"])
|
|
151
147
|
], 2);
|
|
152
148
|
};
|
|
153
149
|
}
|
|
154
150
|
});
|
|
155
|
-
var
|
|
156
|
-
const
|
|
157
|
-
...
|
|
158
|
-
}),
|
|
151
|
+
var _0 = /* @__PURE__ */ ce(wt, [["__file", "radio.vue"]]);
|
|
152
|
+
const Tt = Uu({
|
|
153
|
+
...b0
|
|
154
|
+
}), St = yu({
|
|
159
155
|
name: "ElRadioButton"
|
|
160
|
-
}),
|
|
161
|
-
...
|
|
162
|
-
props:
|
|
156
|
+
}), It = /* @__PURE__ */ yu({
|
|
157
|
+
...St,
|
|
158
|
+
props: Tt,
|
|
163
159
|
setup(u) {
|
|
164
|
-
const e = u, t = ie("radio"), { radioRef: n, focus: r, size: a, disabled: l, modelValue: o, radioGroup: c, actualValue: i } =
|
|
160
|
+
const e = u, t = ie("radio"), { radioRef: n, focus: r, size: a, disabled: l, modelValue: o, radioGroup: c, actualValue: i } = x0(e), p = G(() => ({
|
|
165
161
|
backgroundColor: (c == null ? void 0 : c.fill) || "",
|
|
166
162
|
borderColor: (c == null ? void 0 : c.fill) || "",
|
|
167
163
|
boxShadow: c != null && c.fill ? `-1px 0 0 0 ${c.fill}` : "",
|
|
168
164
|
color: (c == null ? void 0 : c.textColor) || ""
|
|
169
165
|
}));
|
|
170
|
-
return (s,
|
|
171
|
-
var
|
|
166
|
+
return (s, b) => {
|
|
167
|
+
var h;
|
|
172
168
|
return D(), T("label", {
|
|
173
169
|
class: ou([
|
|
174
170
|
S(t).b("button"),
|
|
@@ -178,43 +174,43 @@ const Et = Uu({
|
|
|
178
174
|
S(t).bm("button", S(a))
|
|
179
175
|
])
|
|
180
176
|
}, [
|
|
181
|
-
|
|
177
|
+
be(I("input", {
|
|
182
178
|
ref_key: "radioRef",
|
|
183
179
|
ref: n,
|
|
184
|
-
"onUpdate:modelValue": (
|
|
180
|
+
"onUpdate:modelValue": (d) => o0(o) ? o.value = d : null,
|
|
185
181
|
class: ou(S(t).be("button", "original-radio")),
|
|
186
182
|
value: S(i),
|
|
187
183
|
type: "radio",
|
|
188
|
-
name: s.name || ((
|
|
184
|
+
name: s.name || ((h = S(c)) == null ? void 0 : h.name),
|
|
189
185
|
disabled: S(l),
|
|
190
|
-
onFocus: (
|
|
191
|
-
onBlur: (
|
|
186
|
+
onFocus: (d) => r.value = !0,
|
|
187
|
+
onBlur: (d) => r.value = !1,
|
|
192
188
|
onClick: Bu(() => {
|
|
193
189
|
}, ["stop"])
|
|
194
190
|
}, null, 42, ["onUpdate:modelValue", "value", "name", "disabled", "onFocus", "onBlur", "onClick"]), [
|
|
195
|
-
[
|
|
191
|
+
[l0, S(o)]
|
|
196
192
|
]),
|
|
197
193
|
I("span", {
|
|
198
194
|
class: ou(S(t).be("button", "inner")),
|
|
199
|
-
style:
|
|
195
|
+
style: i0(S(o) === S(i) ? S(p) : {}),
|
|
200
196
|
onKeydown: Bu(() => {
|
|
201
197
|
}, ["stop"])
|
|
202
198
|
}, [
|
|
203
|
-
|
|
204
|
-
|
|
199
|
+
he(s.$slots, "default", {}, () => [
|
|
200
|
+
B(X(s.label), 1)
|
|
205
201
|
])
|
|
206
202
|
], 46, ["onKeydown"])
|
|
207
203
|
], 2);
|
|
208
204
|
};
|
|
209
205
|
}
|
|
210
206
|
});
|
|
211
|
-
var
|
|
212
|
-
const
|
|
207
|
+
var g0 = /* @__PURE__ */ ce(It, [["__file", "radio-button.vue"]]);
|
|
208
|
+
const Ot = Uu({
|
|
213
209
|
id: {
|
|
214
210
|
type: String,
|
|
215
211
|
default: void 0
|
|
216
212
|
},
|
|
217
|
-
size:
|
|
213
|
+
size: n0,
|
|
218
214
|
disabled: Boolean,
|
|
219
215
|
modelValue: {
|
|
220
216
|
type: [String, Number, Boolean],
|
|
@@ -236,49 +232,72 @@ const wt = Uu({
|
|
|
236
232
|
type: Boolean,
|
|
237
233
|
default: !0
|
|
238
234
|
},
|
|
239
|
-
|
|
240
|
-
|
|
235
|
+
options: {
|
|
236
|
+
type: Ve(Array)
|
|
237
|
+
},
|
|
238
|
+
props: {
|
|
239
|
+
type: Ve(Object),
|
|
240
|
+
default: () => k0
|
|
241
|
+
},
|
|
242
|
+
...et(["ariaLabel"])
|
|
243
|
+
}), $t = h0, k0 = {
|
|
244
|
+
label: "label",
|
|
245
|
+
value: "value",
|
|
246
|
+
disabled: "disabled"
|
|
247
|
+
}, Rt = yu({
|
|
241
248
|
name: "ElRadioGroup"
|
|
242
|
-
}),
|
|
243
|
-
...
|
|
244
|
-
props:
|
|
245
|
-
emits:
|
|
249
|
+
}), Vt = /* @__PURE__ */ yu({
|
|
250
|
+
...Rt,
|
|
251
|
+
props: Ot,
|
|
252
|
+
emits: $t,
|
|
246
253
|
setup(u, { emit: e }) {
|
|
247
|
-
const t = u, n = ie("radio"), r =
|
|
254
|
+
const t = u, n = ie("radio"), r = Et(), a = uu(), { formItem: l } = K0(), { inputId: o, isLabeledByFormItem: c } = X0(t, {
|
|
248
255
|
formItemContext: l
|
|
249
|
-
}), i = (
|
|
250
|
-
e(
|
|
256
|
+
}), i = (h) => {
|
|
257
|
+
e(fe, h), me(() => e(pe, h));
|
|
251
258
|
};
|
|
252
|
-
|
|
253
|
-
const
|
|
254
|
-
!Array.from(
|
|
259
|
+
c0(() => {
|
|
260
|
+
const h = a.value.querySelectorAll("[type=radio]"), d = h[0];
|
|
261
|
+
!Array.from(h).some((w) => w.checked) && d && (d.tabIndex = 0);
|
|
255
262
|
});
|
|
256
|
-
const
|
|
257
|
-
|
|
258
|
-
...
|
|
263
|
+
const p = G(() => t.name || r.value), s = G(() => ({
|
|
264
|
+
...k0,
|
|
265
|
+
...t.props
|
|
266
|
+
})), b = (h) => {
|
|
267
|
+
const d = {
|
|
268
|
+
label: h[s.value.label],
|
|
269
|
+
value: h[s.value.value],
|
|
270
|
+
disabled: h[s.value.disabled]
|
|
271
|
+
};
|
|
272
|
+
return { ...h, ...d };
|
|
273
|
+
};
|
|
274
|
+
return st(m0, dt({
|
|
275
|
+
...ft(t),
|
|
259
276
|
changeEvent: i,
|
|
260
|
-
name:
|
|
261
|
-
})), Eu(() => t.modelValue, () => {
|
|
262
|
-
t.validateEvent && (l == null || l.validate("change").catch((
|
|
263
|
-
}), (
|
|
277
|
+
name: p
|
|
278
|
+
})), Eu(() => t.modelValue, (h, d) => {
|
|
279
|
+
t.validateEvent && !ut(h, d) && (l == null || l.validate("change").catch((w) => tt()));
|
|
280
|
+
}), (h, d) => (D(), T("div", {
|
|
264
281
|
id: S(o),
|
|
265
282
|
ref_key: "radioGroupRef",
|
|
266
283
|
ref: a,
|
|
267
284
|
class: ou(S(n).b("group")),
|
|
268
285
|
role: "radiogroup",
|
|
269
|
-
"aria-label": S(c) ? void 0 :
|
|
286
|
+
"aria-label": S(c) ? void 0 : h.ariaLabel || "radio-group",
|
|
270
287
|
"aria-labelledby": S(c) ? S(l).labelId : void 0
|
|
271
288
|
}, [
|
|
272
|
-
|
|
289
|
+
he(h.$slots, "default", {}, () => [
|
|
290
|
+
(D(!0), T(q, null, j(t.options, (w, O) => (D(), P(_0, pt({ key: O }, b(w)), null, 16))), 128))
|
|
291
|
+
])
|
|
273
292
|
], 10, ["id", "aria-label", "aria-labelledby"]));
|
|
274
293
|
}
|
|
275
294
|
});
|
|
276
|
-
var
|
|
277
|
-
const
|
|
278
|
-
RadioButton:
|
|
279
|
-
RadioGroup:
|
|
280
|
-
}),
|
|
281
|
-
const
|
|
295
|
+
var y0 = /* @__PURE__ */ ce(Vt, [["__file", "radio-group.vue"]]);
|
|
296
|
+
const ye = W0(_0, {
|
|
297
|
+
RadioButton: g0,
|
|
298
|
+
RadioGroup: y0
|
|
299
|
+
}), ve = t0(y0), v0 = t0(g0);
|
|
300
|
+
const Me = {
|
|
282
301
|
// 品种市场 [选项: 预警字典1000]
|
|
283
302
|
varietyMarket: {
|
|
284
303
|
show: !0,
|
|
@@ -885,17 +904,17 @@ const Re = {
|
|
|
885
904
|
]
|
|
886
905
|
}
|
|
887
906
|
};
|
|
888
|
-
const
|
|
907
|
+
const Mt = (u, e, t) => {
|
|
889
908
|
!e[0] && e[0] !== 0 && !e[1] && e[1] !== 0 ? t(new Error("至少填写一个分数")) : t();
|
|
890
|
-
},
|
|
909
|
+
}, qe = (u) => {
|
|
891
910
|
const e = /(条件(\d+))/g;
|
|
892
911
|
return u.match(e) || [];
|
|
893
|
-
},
|
|
894
|
-
function
|
|
895
|
-
let e =
|
|
912
|
+
}, Be = {};
|
|
913
|
+
function qt(u) {
|
|
914
|
+
let e = Be[u];
|
|
896
915
|
if (e)
|
|
897
916
|
return e;
|
|
898
|
-
e =
|
|
917
|
+
e = Be[u] = [];
|
|
899
918
|
for (let t = 0; t < 128; t++) {
|
|
900
919
|
const n = String.fromCharCode(t);
|
|
901
920
|
e.push(n);
|
|
@@ -908,7 +927,7 @@ function $t(u) {
|
|
|
908
927
|
}
|
|
909
928
|
function gu(u, e) {
|
|
910
929
|
typeof e != "string" && (e = gu.defaultChars);
|
|
911
|
-
const t =
|
|
930
|
+
const t = qt(e);
|
|
912
931
|
return u.replace(/(%[a-f0-9]{2})+/gi, function(n) {
|
|
913
932
|
let r = "";
|
|
914
933
|
for (let a = 0, l = n.length; a < l; a += 3) {
|
|
@@ -928,15 +947,15 @@ function gu(u, e) {
|
|
|
928
947
|
if ((o & 240) === 224 && a + 6 < l) {
|
|
929
948
|
const c = parseInt(n.slice(a + 4, a + 6), 16), i = parseInt(n.slice(a + 7, a + 9), 16);
|
|
930
949
|
if ((c & 192) === 128 && (i & 192) === 128) {
|
|
931
|
-
const
|
|
932
|
-
|
|
950
|
+
const p = o << 12 & 61440 | c << 6 & 4032 | i & 63;
|
|
951
|
+
p < 2048 || p >= 55296 && p <= 57343 ? r += "���" : r += String.fromCharCode(p), a += 6;
|
|
933
952
|
continue;
|
|
934
953
|
}
|
|
935
954
|
}
|
|
936
955
|
if ((o & 248) === 240 && a + 9 < l) {
|
|
937
|
-
const c = parseInt(n.slice(a + 4, a + 6), 16), i = parseInt(n.slice(a + 7, a + 9), 16),
|
|
938
|
-
if ((c & 192) === 128 && (i & 192) === 128 && (
|
|
939
|
-
let s = o << 18 & 1835008 | c << 12 & 258048 | i << 6 & 4032 |
|
|
956
|
+
const c = parseInt(n.slice(a + 4, a + 6), 16), i = parseInt(n.slice(a + 7, a + 9), 16), p = parseInt(n.slice(a + 10, a + 12), 16);
|
|
957
|
+
if ((c & 192) === 128 && (i & 192) === 128 && (p & 192) === 128) {
|
|
958
|
+
let s = o << 18 & 1835008 | c << 12 & 258048 | i << 6 & 4032 | p & 63;
|
|
940
959
|
s < 65536 || s > 1114111 ? r += "����" : (s -= 65536, r += String.fromCharCode(55296 + (s >> 10), 56320 + (s & 1023))), a += 9;
|
|
941
960
|
continue;
|
|
942
961
|
}
|
|
@@ -948,12 +967,12 @@ function gu(u, e) {
|
|
|
948
967
|
}
|
|
949
968
|
gu.defaultChars = ";/?:@&=+$,#";
|
|
950
969
|
gu.componentChars = "";
|
|
951
|
-
const
|
|
952
|
-
function
|
|
953
|
-
let e =
|
|
970
|
+
const ze = {};
|
|
971
|
+
function Bt(u) {
|
|
972
|
+
let e = ze[u];
|
|
954
973
|
if (e)
|
|
955
974
|
return e;
|
|
956
|
-
e =
|
|
975
|
+
e = ze[u] = [];
|
|
957
976
|
for (let t = 0; t < 128; t++) {
|
|
958
977
|
const n = String.fromCharCode(t);
|
|
959
978
|
/^[0-9a-z]$/i.test(n) ? e.push(n) : e.push("%" + ("0" + t.toString(16).toUpperCase()).slice(-2));
|
|
@@ -964,7 +983,7 @@ function Rt(u) {
|
|
|
964
983
|
}
|
|
965
984
|
function Su(u, e, t) {
|
|
966
985
|
typeof e != "string" && (t = e, e = Su.defaultChars), typeof t > "u" && (t = !0);
|
|
967
|
-
const n =
|
|
986
|
+
const n = Bt(e);
|
|
968
987
|
let r = "";
|
|
969
988
|
for (let a = 0, l = u.length; a < l; a++) {
|
|
970
989
|
const o = u.charCodeAt(a);
|
|
@@ -993,18 +1012,18 @@ function Su(u, e, t) {
|
|
|
993
1012
|
}
|
|
994
1013
|
Su.defaultChars = ";/?:@&=+$,-_.!~*'()#";
|
|
995
1014
|
Su.componentChars = "-_.!~*'()";
|
|
996
|
-
function
|
|
1015
|
+
function Ce(u) {
|
|
997
1016
|
let e = "";
|
|
998
1017
|
return e += u.protocol || "", e += u.slashes ? "//" : "", e += u.auth ? u.auth + "@" : "", u.hostname && u.hostname.indexOf(":") !== -1 ? e += "[" + u.hostname + "]" : e += u.hostname || "", e += u.port ? ":" + u.port : "", e += u.pathname || "", e += u.search || "", e += u.hash || "", e;
|
|
999
1018
|
}
|
|
1000
1019
|
function zu() {
|
|
1001
1020
|
this.protocol = null, this.slashes = null, this.auth = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.pathname = null;
|
|
1002
1021
|
}
|
|
1003
|
-
const
|
|
1004
|
-
`, " "],
|
|
1022
|
+
const zt = /^([a-z0-9.+-]+:)/i, Lt = /:[0-9]*$/, Pt = /^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/, Ut = ["<", ">", '"', "`", " ", "\r", `
|
|
1023
|
+
`, " "], Nt = ["{", "}", "|", "\\", "^", "`"].concat(Ut), jt = ["'"].concat(Nt), Le = ["%", "/", "?", ";", "#"].concat(jt), Pe = ["/", "?", "#"], Zt = 255, Ue = /^[+a-z0-9A-Z_-]{0,63}$/, Ht = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, Ne = {
|
|
1005
1024
|
javascript: !0,
|
|
1006
1025
|
"javascript:": !0
|
|
1007
|
-
},
|
|
1026
|
+
}, je = {
|
|
1008
1027
|
http: !0,
|
|
1009
1028
|
https: !0,
|
|
1010
1029
|
ftp: !0,
|
|
@@ -1016,7 +1035,7 @@ const Vt = /^([a-z0-9.+-]+:)/i, Mt = /:[0-9]*$/, qt = /^(\/\/?(?!\/)[^\?\s]*)(\?
|
|
|
1016
1035
|
"gopher:": !0,
|
|
1017
1036
|
"file:": !0
|
|
1018
1037
|
};
|
|
1019
|
-
function
|
|
1038
|
+
function De(u, e) {
|
|
1020
1039
|
if (u && u instanceof zu)
|
|
1021
1040
|
return u;
|
|
1022
1041
|
const t = new zu();
|
|
@@ -1025,73 +1044,73 @@ function Ce(u, e) {
|
|
|
1025
1044
|
zu.prototype.parse = function(u, e) {
|
|
1026
1045
|
let t, n, r, a = u;
|
|
1027
1046
|
if (a = a.trim(), !e && u.split("#").length === 1) {
|
|
1028
|
-
const i =
|
|
1047
|
+
const i = Pt.exec(a);
|
|
1029
1048
|
if (i)
|
|
1030
1049
|
return this.pathname = i[1], i[2] && (this.search = i[2]), this;
|
|
1031
1050
|
}
|
|
1032
|
-
let l =
|
|
1033
|
-
if (l && (l = l[0], t = l.toLowerCase(), this.protocol = l, a = a.substr(l.length)), (e || l || a.match(/^\/\/[^@\/]+@[^@\/]+/)) && (r = a.substr(0, 2) === "//", r && !(l &&
|
|
1051
|
+
let l = zt.exec(a);
|
|
1052
|
+
if (l && (l = l[0], t = l.toLowerCase(), this.protocol = l, a = a.substr(l.length)), (e || l || a.match(/^\/\/[^@\/]+@[^@\/]+/)) && (r = a.substr(0, 2) === "//", r && !(l && Ne[l]) && (a = a.substr(2), this.slashes = !0)), !Ne[l] && (r || l && !je[l])) {
|
|
1034
1053
|
let i = -1;
|
|
1035
|
-
for (let
|
|
1036
|
-
n = a.indexOf(
|
|
1037
|
-
let
|
|
1038
|
-
i === -1 ? s = a.lastIndexOf("@") : s = a.lastIndexOf("@", i), s !== -1 && (
|
|
1039
|
-
for (let
|
|
1040
|
-
n = a.indexOf(
|
|
1054
|
+
for (let d = 0; d < Pe.length; d++)
|
|
1055
|
+
n = a.indexOf(Pe[d]), n !== -1 && (i === -1 || n < i) && (i = n);
|
|
1056
|
+
let p, s;
|
|
1057
|
+
i === -1 ? s = a.lastIndexOf("@") : s = a.lastIndexOf("@", i), s !== -1 && (p = a.slice(0, s), a = a.slice(s + 1), this.auth = p), i = -1;
|
|
1058
|
+
for (let d = 0; d < Le.length; d++)
|
|
1059
|
+
n = a.indexOf(Le[d]), n !== -1 && (i === -1 || n < i) && (i = n);
|
|
1041
1060
|
i === -1 && (i = a.length), a[i - 1] === ":" && i--;
|
|
1042
|
-
const
|
|
1043
|
-
a = a.slice(i), this.parseHost(
|
|
1044
|
-
const
|
|
1045
|
-
if (!
|
|
1046
|
-
const
|
|
1047
|
-
for (let w = 0, O =
|
|
1048
|
-
const F =
|
|
1049
|
-
if (F && !F.match(
|
|
1050
|
-
let
|
|
1051
|
-
for (let _ = 0,
|
|
1052
|
-
F.charCodeAt(_) > 127 ?
|
|
1053
|
-
if (!
|
|
1054
|
-
const _ =
|
|
1055
|
-
|
|
1061
|
+
const b = a.slice(0, i);
|
|
1062
|
+
a = a.slice(i), this.parseHost(b), this.hostname = this.hostname || "";
|
|
1063
|
+
const h = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
1064
|
+
if (!h) {
|
|
1065
|
+
const d = this.hostname.split(/\./);
|
|
1066
|
+
for (let w = 0, O = d.length; w < O; w++) {
|
|
1067
|
+
const F = d[w];
|
|
1068
|
+
if (F && !F.match(Ue)) {
|
|
1069
|
+
let f = "";
|
|
1070
|
+
for (let _ = 0, x = F.length; _ < x; _++)
|
|
1071
|
+
F.charCodeAt(_) > 127 ? f += "x" : f += F[_];
|
|
1072
|
+
if (!f.match(Ue)) {
|
|
1073
|
+
const _ = d.slice(0, w), x = d.slice(w + 1), m = F.match(Ht);
|
|
1074
|
+
m && (_.push(m[1]), x.unshift(m[2])), x.length && (a = x.join(".") + a), this.hostname = _.join(".");
|
|
1056
1075
|
break;
|
|
1057
1076
|
}
|
|
1058
1077
|
}
|
|
1059
1078
|
}
|
|
1060
1079
|
}
|
|
1061
|
-
this.hostname.length >
|
|
1080
|
+
this.hostname.length > Zt && (this.hostname = ""), h && (this.hostname = this.hostname.substr(1, this.hostname.length - 2));
|
|
1062
1081
|
}
|
|
1063
1082
|
const o = a.indexOf("#");
|
|
1064
1083
|
o !== -1 && (this.hash = a.substr(o), a = a.slice(0, o));
|
|
1065
1084
|
const c = a.indexOf("?");
|
|
1066
|
-
return c !== -1 && (this.search = a.substr(c), a = a.slice(0, c)), a && (this.pathname = a),
|
|
1085
|
+
return c !== -1 && (this.search = a.substr(c), a = a.slice(0, c)), a && (this.pathname = a), je[t] && this.hostname && !this.pathname && (this.pathname = ""), this;
|
|
1067
1086
|
};
|
|
1068
1087
|
zu.prototype.parseHost = function(u) {
|
|
1069
|
-
let e =
|
|
1088
|
+
let e = Lt.exec(u);
|
|
1070
1089
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), u = u.substr(0, u.length - e.length)), u && (this.hostname = u);
|
|
1071
1090
|
};
|
|
1072
|
-
const
|
|
1091
|
+
const Gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1073
1092
|
__proto__: null,
|
|
1074
1093
|
decode: gu,
|
|
1075
1094
|
encode: Su,
|
|
1076
|
-
format:
|
|
1077
|
-
parse:
|
|
1078
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1095
|
+
format: Ce,
|
|
1096
|
+
parse: De
|
|
1097
|
+
}, Symbol.toStringTag, { value: "Module" })), C0 = /[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, D0 = /[\0-\x1F\x7F-\x9F]/, Jt = /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/, Ee = /[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/, E0 = /[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/, F0 = /[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/, Wt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1079
1098
|
__proto__: null,
|
|
1080
|
-
Any:
|
|
1081
|
-
Cc:
|
|
1082
|
-
Cf:
|
|
1083
|
-
P:
|
|
1084
|
-
S:
|
|
1085
|
-
Z:
|
|
1086
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1099
|
+
Any: C0,
|
|
1100
|
+
Cc: D0,
|
|
1101
|
+
Cf: Jt,
|
|
1102
|
+
P: Ee,
|
|
1103
|
+
S: E0,
|
|
1104
|
+
Z: F0
|
|
1105
|
+
}, Symbol.toStringTag, { value: "Module" })), Qt = new Uint16Array(
|
|
1087
1106
|
// prettier-ignore
|
|
1088
1107
|
'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((u) => u.charCodeAt(0))
|
|
1089
|
-
),
|
|
1108
|
+
), Yt = new Uint16Array(
|
|
1090
1109
|
// prettier-ignore
|
|
1091
1110
|
"Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((u) => u.charCodeAt(0))
|
|
1092
1111
|
);
|
|
1093
1112
|
var Ku;
|
|
1094
|
-
const
|
|
1113
|
+
const Kt = /* @__PURE__ */ new Map([
|
|
1095
1114
|
[0, 65533],
|
|
1096
1115
|
// C1 Unicode control character reference replacements
|
|
1097
1116
|
[128, 8364],
|
|
@@ -1121,37 +1140,37 @@ const Jt = /* @__PURE__ */ new Map([
|
|
|
1121
1140
|
[156, 339],
|
|
1122
1141
|
[158, 382],
|
|
1123
1142
|
[159, 376]
|
|
1124
|
-
]),
|
|
1143
|
+
]), Xt = (
|
|
1125
1144
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
1126
1145
|
(Ku = String.fromCodePoint) !== null && Ku !== void 0 ? Ku : function(u) {
|
|
1127
1146
|
let e = "";
|
|
1128
1147
|
return u > 65535 && (u -= 65536, e += String.fromCharCode(u >>> 10 & 1023 | 55296), u = 56320 | u & 1023), e += String.fromCharCode(u), e;
|
|
1129
1148
|
}
|
|
1130
1149
|
);
|
|
1131
|
-
function
|
|
1150
|
+
function un(u) {
|
|
1132
1151
|
var e;
|
|
1133
|
-
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e =
|
|
1152
|
+
return u >= 55296 && u <= 57343 || u > 1114111 ? 65533 : (e = Kt.get(u)) !== null && e !== void 0 ? e : u;
|
|
1134
1153
|
}
|
|
1135
|
-
var
|
|
1154
|
+
var J;
|
|
1136
1155
|
(function(u) {
|
|
1137
1156
|
u[u.NUM = 35] = "NUM", u[u.SEMI = 59] = "SEMI", u[u.EQUALS = 61] = "EQUALS", u[u.ZERO = 48] = "ZERO", u[u.NINE = 57] = "NINE", u[u.LOWER_A = 97] = "LOWER_A", u[u.LOWER_F = 102] = "LOWER_F", u[u.LOWER_X = 120] = "LOWER_X", u[u.LOWER_Z = 122] = "LOWER_Z", u[u.UPPER_A = 65] = "UPPER_A", u[u.UPPER_F = 70] = "UPPER_F", u[u.UPPER_Z = 90] = "UPPER_Z";
|
|
1138
|
-
})(
|
|
1139
|
-
const
|
|
1157
|
+
})(J || (J = {}));
|
|
1158
|
+
const en = 32;
|
|
1140
1159
|
var bu;
|
|
1141
1160
|
(function(u) {
|
|
1142
1161
|
u[u.VALUE_LENGTH = 49152] = "VALUE_LENGTH", u[u.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", u[u.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
1143
1162
|
})(bu || (bu = {}));
|
|
1144
1163
|
function ae(u) {
|
|
1145
|
-
return u >=
|
|
1164
|
+
return u >= J.ZERO && u <= J.NINE;
|
|
1146
1165
|
}
|
|
1147
|
-
function
|
|
1148
|
-
return u >=
|
|
1166
|
+
function tn(u) {
|
|
1167
|
+
return u >= J.UPPER_A && u <= J.UPPER_F || u >= J.LOWER_A && u <= J.LOWER_F;
|
|
1149
1168
|
}
|
|
1150
|
-
function
|
|
1151
|
-
return u >=
|
|
1169
|
+
function nn(u) {
|
|
1170
|
+
return u >= J.UPPER_A && u <= J.UPPER_Z || u >= J.LOWER_A && u <= J.LOWER_Z || ae(u);
|
|
1152
1171
|
}
|
|
1153
|
-
function
|
|
1154
|
-
return u ===
|
|
1172
|
+
function rn(u) {
|
|
1173
|
+
return u === J.EQUALS || nn(u);
|
|
1155
1174
|
}
|
|
1156
1175
|
var H;
|
|
1157
1176
|
(function(u) {
|
|
@@ -1161,7 +1180,7 @@ var pu;
|
|
|
1161
1180
|
(function(u) {
|
|
1162
1181
|
u[u.Legacy = 0] = "Legacy", u[u.Strict = 1] = "Strict", u[u.Attribute = 2] = "Attribute";
|
|
1163
1182
|
})(pu || (pu = {}));
|
|
1164
|
-
class
|
|
1183
|
+
class an {
|
|
1165
1184
|
constructor(e, t, n) {
|
|
1166
1185
|
this.decodeTree = e, this.emitCodePoint = t, this.errors = n, this.state = H.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = pu.Strict;
|
|
1167
1186
|
}
|
|
@@ -1183,7 +1202,7 @@ class en {
|
|
|
1183
1202
|
write(e, t) {
|
|
1184
1203
|
switch (this.state) {
|
|
1185
1204
|
case H.EntityStart:
|
|
1186
|
-
return e.charCodeAt(t) ===
|
|
1205
|
+
return e.charCodeAt(t) === J.NUM ? (this.state = H.NumericStart, this.consumed += 1, this.stateNumericStart(e, t + 1)) : (this.state = H.NamedEntity, this.stateNamedEntity(e, t));
|
|
1187
1206
|
case H.NumericStart:
|
|
1188
1207
|
return this.stateNumericStart(e, t);
|
|
1189
1208
|
case H.NumericDecimal:
|
|
@@ -1204,7 +1223,7 @@ class en {
|
|
|
1204
1223
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
1205
1224
|
*/
|
|
1206
1225
|
stateNumericStart(e, t) {
|
|
1207
|
-
return t >= e.length ? -1 : (e.charCodeAt(t) |
|
|
1226
|
+
return t >= e.length ? -1 : (e.charCodeAt(t) | en) === J.LOWER_X ? (this.state = H.NumericHex, this.consumed += 1, this.stateNumericHex(e, t + 1)) : (this.state = H.NumericDecimal, this.stateNumericDecimal(e, t));
|
|
1208
1227
|
}
|
|
1209
1228
|
addToNumericResult(e, t, n, r) {
|
|
1210
1229
|
if (t !== n) {
|
|
@@ -1225,7 +1244,7 @@ class en {
|
|
|
1225
1244
|
const n = t;
|
|
1226
1245
|
for (; t < e.length; ) {
|
|
1227
1246
|
const r = e.charCodeAt(t);
|
|
1228
|
-
if (ae(r) ||
|
|
1247
|
+
if (ae(r) || tn(r))
|
|
1229
1248
|
t += 1;
|
|
1230
1249
|
else
|
|
1231
1250
|
return this.addToNumericResult(e, n, t, 16), this.emitNumericEntity(r, 3);
|
|
@@ -1269,11 +1288,11 @@ class en {
|
|
|
1269
1288
|
var n;
|
|
1270
1289
|
if (this.consumed <= t)
|
|
1271
1290
|
return (n = this.errors) === null || n === void 0 || n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
1272
|
-
if (e ===
|
|
1291
|
+
if (e === J.SEMI)
|
|
1273
1292
|
this.consumed += 1;
|
|
1274
1293
|
else if (this.decodeMode === pu.Strict)
|
|
1275
1294
|
return 0;
|
|
1276
|
-
return this.emitCodePoint(
|
|
1295
|
+
return this.emitCodePoint(un(this.result), this.consumed), this.errors && (e !== J.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
1277
1296
|
}
|
|
1278
1297
|
/**
|
|
1279
1298
|
* Parses a named entity.
|
|
@@ -1289,13 +1308,13 @@ class en {
|
|
|
1289
1308
|
let r = n[this.treeIndex], a = (r & bu.VALUE_LENGTH) >> 14;
|
|
1290
1309
|
for (; t < e.length; t++, this.excess++) {
|
|
1291
1310
|
const l = e.charCodeAt(t);
|
|
1292
|
-
if (this.treeIndex =
|
|
1311
|
+
if (this.treeIndex = on(n, r, this.treeIndex + Math.max(1, a), l), this.treeIndex < 0)
|
|
1293
1312
|
return this.result === 0 || // If we are parsing an attribute
|
|
1294
1313
|
this.decodeMode === pu.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
1295
1314
|
(a === 0 || // And there should be no invalid characters.
|
|
1296
|
-
|
|
1315
|
+
rn(l)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
1297
1316
|
if (r = n[this.treeIndex], a = (r & bu.VALUE_LENGTH) >> 14, a !== 0) {
|
|
1298
|
-
if (l ===
|
|
1317
|
+
if (l === J.SEMI)
|
|
1299
1318
|
return this.emitNamedEntityData(this.treeIndex, a, this.consumed + this.excess);
|
|
1300
1319
|
this.decodeMode !== pu.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
1301
1320
|
}
|
|
@@ -1348,9 +1367,9 @@ class en {
|
|
|
1348
1367
|
}
|
|
1349
1368
|
}
|
|
1350
1369
|
}
|
|
1351
|
-
function
|
|
1370
|
+
function A0(u) {
|
|
1352
1371
|
let e = "";
|
|
1353
|
-
const t = new
|
|
1372
|
+
const t = new an(u, (n) => e += Xt(n));
|
|
1354
1373
|
return function(r, a) {
|
|
1355
1374
|
let l = 0, o = 0;
|
|
1356
1375
|
for (; (o = r.indexOf("&", o)) >= 0; ) {
|
|
@@ -1370,7 +1389,7 @@ function C0(u) {
|
|
|
1370
1389
|
return e = "", c;
|
|
1371
1390
|
};
|
|
1372
1391
|
}
|
|
1373
|
-
function
|
|
1392
|
+
function on(u, e, t, n) {
|
|
1374
1393
|
const r = (e & bu.BRANCH_LENGTH) >> 7, a = e & bu.JUMP_TABLE;
|
|
1375
1394
|
if (r === 0)
|
|
1376
1395
|
return a !== 0 && n === a ? t : -1;
|
|
@@ -1390,20 +1409,20 @@ function tn(u, e, t, n) {
|
|
|
1390
1409
|
}
|
|
1391
1410
|
return -1;
|
|
1392
1411
|
}
|
|
1393
|
-
const
|
|
1394
|
-
|
|
1395
|
-
function
|
|
1396
|
-
return
|
|
1412
|
+
const ln = A0(Qt);
|
|
1413
|
+
A0(Yt);
|
|
1414
|
+
function w0(u, e = pu.Legacy) {
|
|
1415
|
+
return ln(u, e);
|
|
1397
1416
|
}
|
|
1398
|
-
function
|
|
1417
|
+
function cn(u) {
|
|
1399
1418
|
return Object.prototype.toString.call(u);
|
|
1400
1419
|
}
|
|
1401
|
-
function
|
|
1402
|
-
return
|
|
1420
|
+
function Fe(u) {
|
|
1421
|
+
return cn(u) === "[object String]";
|
|
1403
1422
|
}
|
|
1404
|
-
const
|
|
1405
|
-
function
|
|
1406
|
-
return
|
|
1423
|
+
const sn = Object.prototype.hasOwnProperty;
|
|
1424
|
+
function dn(u, e) {
|
|
1425
|
+
return sn.call(u, e);
|
|
1407
1426
|
}
|
|
1408
1427
|
function Zu(u) {
|
|
1409
1428
|
return Array.prototype.slice.call(arguments, 1).forEach(function(t) {
|
|
@@ -1416,10 +1435,10 @@ function Zu(u) {
|
|
|
1416
1435
|
}
|
|
1417
1436
|
}), u;
|
|
1418
1437
|
}
|
|
1419
|
-
function
|
|
1438
|
+
function T0(u, e, t) {
|
|
1420
1439
|
return [].concat(u.slice(0, e), t, u.slice(e + 1));
|
|
1421
1440
|
}
|
|
1422
|
-
function
|
|
1441
|
+
function Ae(u) {
|
|
1423
1442
|
return !(u >= 55296 && u <= 57343 || u >= 64976 && u <= 65007 || (u & 65535) === 65535 || (u & 65535) === 65534 || u >= 0 && u <= 8 || u === 11 || u >= 14 && u <= 31 || u >= 127 && u <= 159 || u > 1114111);
|
|
1424
1443
|
}
|
|
1425
1444
|
function Lu(u) {
|
|
@@ -1430,38 +1449,38 @@ function Lu(u) {
|
|
|
1430
1449
|
}
|
|
1431
1450
|
return String.fromCharCode(u);
|
|
1432
1451
|
}
|
|
1433
|
-
const
|
|
1434
|
-
function
|
|
1435
|
-
if (e.charCodeAt(0) === 35 &&
|
|
1452
|
+
const S0 = /\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g, fn = /&([a-z#][a-z0-9]{1,31});/gi, pn = new RegExp(S0.source + "|" + fn.source, "gi"), bn = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;
|
|
1453
|
+
function hn(u, e) {
|
|
1454
|
+
if (e.charCodeAt(0) === 35 && bn.test(e)) {
|
|
1436
1455
|
const n = e[1].toLowerCase() === "x" ? parseInt(e.slice(2), 16) : parseInt(e.slice(1), 10);
|
|
1437
|
-
return
|
|
1456
|
+
return Ae(n) ? Lu(n) : u;
|
|
1438
1457
|
}
|
|
1439
|
-
const t =
|
|
1458
|
+
const t = w0(u);
|
|
1440
1459
|
return t !== u ? t : u;
|
|
1441
1460
|
}
|
|
1442
|
-
function
|
|
1443
|
-
return u.indexOf("\\") < 0 ? u : u.replace(
|
|
1461
|
+
function mn(u) {
|
|
1462
|
+
return u.indexOf("\\") < 0 ? u : u.replace(S0, "$1");
|
|
1444
1463
|
}
|
|
1445
1464
|
function ku(u) {
|
|
1446
|
-
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(
|
|
1447
|
-
return t ||
|
|
1465
|
+
return u.indexOf("\\") < 0 && u.indexOf("&") < 0 ? u : u.replace(pn, function(e, t, n) {
|
|
1466
|
+
return t || hn(e, n);
|
|
1448
1467
|
});
|
|
1449
1468
|
}
|
|
1450
|
-
const
|
|
1469
|
+
const xn = /[&<>"]/, _n = /[&<>"]/g, gn = {
|
|
1451
1470
|
"&": "&",
|
|
1452
1471
|
"<": "<",
|
|
1453
1472
|
">": ">",
|
|
1454
1473
|
'"': """
|
|
1455
1474
|
};
|
|
1456
|
-
function
|
|
1457
|
-
return
|
|
1475
|
+
function kn(u) {
|
|
1476
|
+
return gn[u];
|
|
1458
1477
|
}
|
|
1459
1478
|
function hu(u) {
|
|
1460
|
-
return
|
|
1479
|
+
return xn.test(u) ? u.replace(_n, kn) : u;
|
|
1461
1480
|
}
|
|
1462
|
-
const
|
|
1463
|
-
function
|
|
1464
|
-
return u.replace(
|
|
1481
|
+
const yn = /[.?*+^$[\]\\(){}|-]/g;
|
|
1482
|
+
function vn(u) {
|
|
1483
|
+
return u.replace(yn, "\\$&");
|
|
1465
1484
|
}
|
|
1466
1485
|
function N(u) {
|
|
1467
1486
|
switch (u) {
|
|
@@ -1491,7 +1510,7 @@ function Fu(u) {
|
|
|
1491
1510
|
return !1;
|
|
1492
1511
|
}
|
|
1493
1512
|
function Au(u) {
|
|
1494
|
-
return
|
|
1513
|
+
return Ee.test(u) || E0.test(u);
|
|
1495
1514
|
}
|
|
1496
1515
|
function wu(u) {
|
|
1497
1516
|
switch (u) {
|
|
@@ -1535,26 +1554,26 @@ function wu(u) {
|
|
|
1535
1554
|
function Hu(u) {
|
|
1536
1555
|
return u = u.trim().replace(/\s+/g, " "), "ẞ".toLowerCase() === "Ṿ" && (u = u.replace(/ẞ/g, "ß")), u.toLowerCase().toUpperCase();
|
|
1537
1556
|
}
|
|
1538
|
-
const
|
|
1557
|
+
const Cn = { mdurl: Gt, ucmicro: Wt }, Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1539
1558
|
__proto__: null,
|
|
1540
|
-
arrayReplaceAt:
|
|
1559
|
+
arrayReplaceAt: T0,
|
|
1541
1560
|
assign: Zu,
|
|
1542
1561
|
escapeHtml: hu,
|
|
1543
|
-
escapeRE:
|
|
1562
|
+
escapeRE: vn,
|
|
1544
1563
|
fromCodePoint: Lu,
|
|
1545
|
-
has:
|
|
1564
|
+
has: dn,
|
|
1546
1565
|
isMdAsciiPunct: wu,
|
|
1547
1566
|
isPunctChar: Au,
|
|
1548
1567
|
isSpace: N,
|
|
1549
|
-
isString:
|
|
1550
|
-
isValidEntityCode:
|
|
1568
|
+
isString: Fe,
|
|
1569
|
+
isValidEntityCode: Ae,
|
|
1551
1570
|
isWhiteSpace: Fu,
|
|
1552
|
-
lib:
|
|
1571
|
+
lib: Cn,
|
|
1553
1572
|
normalizeReference: Hu,
|
|
1554
1573
|
unescapeAll: ku,
|
|
1555
|
-
unescapeMd:
|
|
1574
|
+
unescapeMd: mn
|
|
1556
1575
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1557
|
-
function
|
|
1576
|
+
function En(u, e, t) {
|
|
1558
1577
|
let n, r, a, l;
|
|
1559
1578
|
const o = u.posMax, c = u.pos;
|
|
1560
1579
|
for (u.pos = e + 1, n = 1; u.pos < o; ) {
|
|
@@ -1572,7 +1591,7 @@ function yn(u, e, t) {
|
|
|
1572
1591
|
let i = -1;
|
|
1573
1592
|
return r && (i = u.pos), u.pos = c, i;
|
|
1574
1593
|
}
|
|
1575
|
-
function
|
|
1594
|
+
function Fn(u, e, t) {
|
|
1576
1595
|
let n, r = e;
|
|
1577
1596
|
const a = {
|
|
1578
1597
|
ok: !1,
|
|
@@ -1612,7 +1631,7 @@ function vn(u, e, t) {
|
|
|
1612
1631
|
}
|
|
1613
1632
|
return e === r || l !== 0 || (a.str = ku(u.slice(e, r)), a.pos = r, a.ok = !0), a;
|
|
1614
1633
|
}
|
|
1615
|
-
function
|
|
1634
|
+
function An(u, e, t, n) {
|
|
1616
1635
|
let r, a = e;
|
|
1617
1636
|
const l = {
|
|
1618
1637
|
// if `true`, this is a valid link title
|
|
@@ -1645,11 +1664,11 @@ function Cn(u, e, t, n) {
|
|
|
1645
1664
|
}
|
|
1646
1665
|
return l.can_continue = !0, l.str += ku(u.slice(e, a)), l;
|
|
1647
1666
|
}
|
|
1648
|
-
const
|
|
1667
|
+
const wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1649
1668
|
__proto__: null,
|
|
1650
|
-
parseLinkDestination:
|
|
1651
|
-
parseLinkLabel:
|
|
1652
|
-
parseLinkTitle:
|
|
1669
|
+
parseLinkDestination: Fn,
|
|
1670
|
+
parseLinkLabel: En,
|
|
1671
|
+
parseLinkTitle: An
|
|
1653
1672
|
}, Symbol.toStringTag, { value: "Module" })), cu = {};
|
|
1654
1673
|
cu.code_inline = function(u, e, t, n, r) {
|
|
1655
1674
|
const a = u[e];
|
|
@@ -1664,20 +1683,20 @@ cu.fence = function(u, e, t, n, r) {
|
|
|
1664
1683
|
const a = u[e], l = a.info ? ku(a.info).trim() : "";
|
|
1665
1684
|
let o = "", c = "";
|
|
1666
1685
|
if (l) {
|
|
1667
|
-
const
|
|
1668
|
-
o =
|
|
1686
|
+
const p = l.split(/(\s+)/g);
|
|
1687
|
+
o = p[0], c = p.slice(2).join("");
|
|
1669
1688
|
}
|
|
1670
1689
|
let i;
|
|
1671
1690
|
if (t.highlight ? i = t.highlight(a.content, o, c) || hu(a.content) : i = hu(a.content), i.indexOf("<pre") === 0)
|
|
1672
1691
|
return i + `
|
|
1673
1692
|
`;
|
|
1674
1693
|
if (l) {
|
|
1675
|
-
const
|
|
1676
|
-
|
|
1677
|
-
const
|
|
1694
|
+
const p = a.attrIndex("class"), s = a.attrs ? a.attrs.slice() : [];
|
|
1695
|
+
p < 0 ? s.push(["class", t.langPrefix + o]) : (s[p] = s[p].slice(), s[p][1] += " " + t.langPrefix + o);
|
|
1696
|
+
const b = {
|
|
1678
1697
|
attrs: s
|
|
1679
1698
|
};
|
|
1680
|
-
return `<pre><code${r.renderAttrs(
|
|
1699
|
+
return `<pre><code${r.renderAttrs(b)}>${i}</code></pre>
|
|
1681
1700
|
`;
|
|
1682
1701
|
}
|
|
1683
1702
|
return `<pre><code${r.renderAttrs(a)}>${i}</code></pre>
|
|
@@ -1893,34 +1912,34 @@ au.prototype.attrJoin = function(e, t) {
|
|
|
1893
1912
|
const n = this.attrIndex(e);
|
|
1894
1913
|
n < 0 ? this.attrPush([e, t]) : this.attrs[n][1] = this.attrs[n][1] + " " + t;
|
|
1895
1914
|
};
|
|
1896
|
-
function
|
|
1915
|
+
function I0(u, e, t) {
|
|
1897
1916
|
this.src = u, this.env = t, this.tokens = [], this.inlineMode = !1, this.md = e;
|
|
1898
1917
|
}
|
|
1899
|
-
|
|
1900
|
-
const
|
|
1901
|
-
function
|
|
1918
|
+
I0.prototype.Token = au;
|
|
1919
|
+
const Tn = /\r\n?|\n/g, Sn = /\0/g;
|
|
1920
|
+
function In(u) {
|
|
1902
1921
|
let e;
|
|
1903
|
-
e = u.src.replace(
|
|
1904
|
-
`), e = e.replace(
|
|
1922
|
+
e = u.src.replace(Tn, `
|
|
1923
|
+
`), e = e.replace(Sn, "�"), u.src = e;
|
|
1905
1924
|
}
|
|
1906
|
-
function
|
|
1925
|
+
function On(u) {
|
|
1907
1926
|
let e;
|
|
1908
1927
|
u.inlineMode ? (e = new u.Token("inline", "", 0), e.content = u.src, e.map = [0, 1], e.children = [], u.tokens.push(e)) : u.md.block.parse(u.src, u.md, u.env, u.tokens);
|
|
1909
1928
|
}
|
|
1910
|
-
function
|
|
1929
|
+
function $n(u) {
|
|
1911
1930
|
const e = u.tokens;
|
|
1912
1931
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
1913
1932
|
const r = e[t];
|
|
1914
1933
|
r.type === "inline" && u.md.inline.parse(r.content, u.md, u.env, r.children);
|
|
1915
1934
|
}
|
|
1916
1935
|
}
|
|
1917
|
-
function
|
|
1936
|
+
function Rn(u) {
|
|
1918
1937
|
return /^<a[>\s]/i.test(u);
|
|
1919
1938
|
}
|
|
1920
|
-
function
|
|
1939
|
+
function Vn(u) {
|
|
1921
1940
|
return /^<\/a\s*>/i.test(u);
|
|
1922
1941
|
}
|
|
1923
|
-
function
|
|
1942
|
+
function Mn(u) {
|
|
1924
1943
|
const e = u.tokens;
|
|
1925
1944
|
if (u.md.options.linkify)
|
|
1926
1945
|
for (let t = 0, n = e.length; t < n; t++) {
|
|
@@ -1934,72 +1953,72 @@ function On(u) {
|
|
|
1934
1953
|
l--;
|
|
1935
1954
|
continue;
|
|
1936
1955
|
}
|
|
1937
|
-
if (o.type === "html_inline" && (
|
|
1956
|
+
if (o.type === "html_inline" && (Rn(o.content) && a > 0 && a--, Vn(o.content) && a++), !(a > 0) && o.type === "text" && u.md.linkify.test(o.content)) {
|
|
1938
1957
|
const c = o.content;
|
|
1939
1958
|
let i = u.md.linkify.match(c);
|
|
1940
|
-
const
|
|
1941
|
-
let s = o.level,
|
|
1959
|
+
const p = [];
|
|
1960
|
+
let s = o.level, b = 0;
|
|
1942
1961
|
i.length > 0 && i[0].index === 0 && l > 0 && r[l - 1].type === "text_special" && (i = i.slice(1));
|
|
1943
|
-
for (let
|
|
1944
|
-
const
|
|
1962
|
+
for (let h = 0; h < i.length; h++) {
|
|
1963
|
+
const d = i[h].url, w = u.md.normalizeLink(d);
|
|
1945
1964
|
if (!u.md.validateLink(w))
|
|
1946
1965
|
continue;
|
|
1947
|
-
let O = i[
|
|
1948
|
-
i[
|
|
1949
|
-
const F = i[
|
|
1950
|
-
if (F >
|
|
1951
|
-
const
|
|
1952
|
-
|
|
1966
|
+
let O = i[h].text;
|
|
1967
|
+
i[h].schema ? i[h].schema === "mailto:" && !/^mailto:/i.test(O) ? O = u.md.normalizeLinkText("mailto:" + O).replace(/^mailto:/, "") : O = u.md.normalizeLinkText(O) : O = u.md.normalizeLinkText("http://" + O).replace(/^http:\/\//, "");
|
|
1968
|
+
const F = i[h].index;
|
|
1969
|
+
if (F > b) {
|
|
1970
|
+
const m = new u.Token("text", "", 0);
|
|
1971
|
+
m.content = c.slice(b, F), m.level = s, p.push(m);
|
|
1953
1972
|
}
|
|
1954
|
-
const
|
|
1955
|
-
|
|
1973
|
+
const f = new u.Token("link_open", "a", 1);
|
|
1974
|
+
f.attrs = [["href", w]], f.level = s++, f.markup = "linkify", f.info = "auto", p.push(f);
|
|
1956
1975
|
const _ = new u.Token("text", "", 0);
|
|
1957
|
-
_.content = O, _.level = s,
|
|
1958
|
-
const
|
|
1959
|
-
|
|
1976
|
+
_.content = O, _.level = s, p.push(_);
|
|
1977
|
+
const x = new u.Token("link_close", "a", -1);
|
|
1978
|
+
x.level = --s, x.markup = "linkify", x.info = "auto", p.push(x), b = i[h].lastIndex;
|
|
1960
1979
|
}
|
|
1961
|
-
if (
|
|
1962
|
-
const
|
|
1963
|
-
|
|
1980
|
+
if (b < c.length) {
|
|
1981
|
+
const h = new u.Token("text", "", 0);
|
|
1982
|
+
h.content = c.slice(b), h.level = s, p.push(h);
|
|
1964
1983
|
}
|
|
1965
|
-
e[t].children = r =
|
|
1984
|
+
e[t].children = r = T0(r, l, p);
|
|
1966
1985
|
}
|
|
1967
1986
|
}
|
|
1968
1987
|
}
|
|
1969
1988
|
}
|
|
1970
|
-
const
|
|
1989
|
+
const O0 = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/, qn = /\((c|tm|r)\)/i, Bn = /\((c|tm|r)\)/ig, zn = {
|
|
1971
1990
|
c: "©",
|
|
1972
1991
|
r: "®",
|
|
1973
1992
|
tm: "™"
|
|
1974
1993
|
};
|
|
1975
|
-
function
|
|
1976
|
-
return
|
|
1994
|
+
function Ln(u, e) {
|
|
1995
|
+
return zn[e.toLowerCase()];
|
|
1977
1996
|
}
|
|
1978
|
-
function
|
|
1997
|
+
function Pn(u) {
|
|
1979
1998
|
let e = 0;
|
|
1980
1999
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1981
2000
|
const n = u[t];
|
|
1982
|
-
n.type === "text" && !e && (n.content = n.content.replace(
|
|
2001
|
+
n.type === "text" && !e && (n.content = n.content.replace(Bn, Ln)), n.type === "link_open" && n.info === "auto" && e--, n.type === "link_close" && n.info === "auto" && e++;
|
|
1983
2002
|
}
|
|
1984
2003
|
}
|
|
1985
|
-
function
|
|
2004
|
+
function Un(u) {
|
|
1986
2005
|
let e = 0;
|
|
1987
2006
|
for (let t = u.length - 1; t >= 0; t--) {
|
|
1988
2007
|
const n = u[t];
|
|
1989
|
-
n.type === "text" && !e &&
|
|
2008
|
+
n.type === "text" && !e && O0.test(n.content) && (n.content = n.content.replace(/\+-/g, "±").replace(/\.{2,}/g, "…").replace(/([?!])…/g, "$1..").replace(/([?!]){4,}/g, "$1$1$1").replace(/,{2,}/g, ",").replace(/(^|[^-])---(?=[^-]|$)/mg, "$1—").replace(/(^|\s)--(?=\s|$)/mg, "$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg, "$1–")), n.type === "link_open" && n.info === "auto" && e--, n.type === "link_close" && n.info === "auto" && e++;
|
|
1990
2009
|
}
|
|
1991
2010
|
}
|
|
1992
|
-
function
|
|
2011
|
+
function Nn(u) {
|
|
1993
2012
|
let e;
|
|
1994
2013
|
if (u.md.options.typographer)
|
|
1995
2014
|
for (e = u.tokens.length - 1; e >= 0; e--)
|
|
1996
|
-
u.tokens[e].type === "inline" && (
|
|
2015
|
+
u.tokens[e].type === "inline" && (qn.test(u.tokens[e].content) && Pn(u.tokens[e].children), O0.test(u.tokens[e].content) && Un(u.tokens[e].children));
|
|
1997
2016
|
}
|
|
1998
|
-
const
|
|
2017
|
+
const jn = /['"]/, Ze = /['"]/g, He = "’";
|
|
1999
2018
|
function Mu(u, e, t) {
|
|
2000
2019
|
return u.slice(0, e) + t + u.slice(e + 1);
|
|
2001
2020
|
}
|
|
2002
|
-
function
|
|
2021
|
+
function Zn(u, e) {
|
|
2003
2022
|
let t;
|
|
2004
2023
|
const n = [];
|
|
2005
2024
|
for (let r = 0; r < u.length; r++) {
|
|
@@ -2011,20 +2030,20 @@ function Pn(u, e) {
|
|
|
2011
2030
|
let o = a.content, c = 0, i = o.length;
|
|
2012
2031
|
u:
|
|
2013
2032
|
for (; c < i; ) {
|
|
2014
|
-
|
|
2015
|
-
const
|
|
2016
|
-
if (!
|
|
2033
|
+
Ze.lastIndex = c;
|
|
2034
|
+
const p = Ze.exec(o);
|
|
2035
|
+
if (!p)
|
|
2017
2036
|
break;
|
|
2018
|
-
let s = !0,
|
|
2019
|
-
c =
|
|
2020
|
-
const
|
|
2021
|
-
let
|
|
2022
|
-
if (
|
|
2023
|
-
|
|
2037
|
+
let s = !0, b = !0;
|
|
2038
|
+
c = p.index + 1;
|
|
2039
|
+
const h = p[0] === "'";
|
|
2040
|
+
let d = 32;
|
|
2041
|
+
if (p.index - 1 >= 0)
|
|
2042
|
+
d = o.charCodeAt(p.index - 1);
|
|
2024
2043
|
else
|
|
2025
2044
|
for (t = r - 1; t >= 0 && !(u[t].type === "softbreak" || u[t].type === "hardbreak"); t--)
|
|
2026
2045
|
if (u[t].content) {
|
|
2027
|
-
|
|
2046
|
+
d = u[t].content.charCodeAt(u[t].content.length - 1);
|
|
2028
2047
|
break;
|
|
2029
2048
|
}
|
|
2030
2049
|
let w = 32;
|
|
@@ -2036,42 +2055,42 @@ function Pn(u, e) {
|
|
|
2036
2055
|
w = u[t].content.charCodeAt(0);
|
|
2037
2056
|
break;
|
|
2038
2057
|
}
|
|
2039
|
-
const O = wu(
|
|
2040
|
-
if (_ ? s = !1 : F && (
|
|
2041
|
-
|
|
2058
|
+
const O = wu(d) || Au(String.fromCharCode(d)), F = wu(w) || Au(String.fromCharCode(w)), f = Fu(d), _ = Fu(w);
|
|
2059
|
+
if (_ ? s = !1 : F && (f || O || (s = !1)), f ? b = !1 : O && (_ || F || (b = !1)), w === 34 && p[0] === '"' && d >= 48 && d <= 57 && (b = s = !1), s && b && (s = O, b = F), !s && !b) {
|
|
2060
|
+
h && (a.content = Mu(a.content, p.index, He));
|
|
2042
2061
|
continue;
|
|
2043
2062
|
}
|
|
2044
|
-
if (
|
|
2063
|
+
if (b)
|
|
2045
2064
|
for (t = n.length - 1; t >= 0; t--) {
|
|
2046
|
-
let
|
|
2065
|
+
let x = n[t];
|
|
2047
2066
|
if (n[t].level < l)
|
|
2048
2067
|
break;
|
|
2049
|
-
if (
|
|
2050
|
-
|
|
2051
|
-
let
|
|
2052
|
-
|
|
2053
|
-
u[
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
), c += v.length - 1,
|
|
2068
|
+
if (x.single === h && n[t].level === l) {
|
|
2069
|
+
x = n[t];
|
|
2070
|
+
let m, v;
|
|
2071
|
+
h ? (m = e.md.options.quotes[2], v = e.md.options.quotes[3]) : (m = e.md.options.quotes[0], v = e.md.options.quotes[1]), a.content = Mu(a.content, p.index, v), u[x.token].content = Mu(
|
|
2072
|
+
u[x.token].content,
|
|
2073
|
+
x.pos,
|
|
2074
|
+
m
|
|
2075
|
+
), c += v.length - 1, x.token === r && (c += m.length - 1), o = a.content, i = o.length, n.length = t;
|
|
2057
2076
|
continue u;
|
|
2058
2077
|
}
|
|
2059
2078
|
}
|
|
2060
2079
|
s ? n.push({
|
|
2061
2080
|
token: r,
|
|
2062
|
-
pos:
|
|
2063
|
-
single:
|
|
2081
|
+
pos: p.index,
|
|
2082
|
+
single: h,
|
|
2064
2083
|
level: l
|
|
2065
|
-
}) :
|
|
2084
|
+
}) : b && h && (a.content = Mu(a.content, p.index, He));
|
|
2066
2085
|
}
|
|
2067
2086
|
}
|
|
2068
2087
|
}
|
|
2069
|
-
function
|
|
2088
|
+
function Hn(u) {
|
|
2070
2089
|
if (u.md.options.typographer)
|
|
2071
2090
|
for (let e = u.tokens.length - 1; e >= 0; e--)
|
|
2072
|
-
u.tokens[e].type !== "inline" || !
|
|
2091
|
+
u.tokens[e].type !== "inline" || !jn.test(u.tokens[e].content) || Zn(u.tokens[e].children, u);
|
|
2073
2092
|
}
|
|
2074
|
-
function
|
|
2093
|
+
function Gn(u) {
|
|
2075
2094
|
let e, t;
|
|
2076
2095
|
const n = u.tokens, r = n.length;
|
|
2077
2096
|
for (let a = 0; a < r; a++) {
|
|
@@ -2086,39 +2105,39 @@ function Nn(u) {
|
|
|
2086
2105
|
}
|
|
2087
2106
|
}
|
|
2088
2107
|
const Xu = [
|
|
2089
|
-
["normalize",
|
|
2090
|
-
["block",
|
|
2091
|
-
["inline",
|
|
2092
|
-
["linkify",
|
|
2093
|
-
["replacements",
|
|
2094
|
-
["smartquotes",
|
|
2108
|
+
["normalize", In],
|
|
2109
|
+
["block", On],
|
|
2110
|
+
["inline", $n],
|
|
2111
|
+
["linkify", Mn],
|
|
2112
|
+
["replacements", Nn],
|
|
2113
|
+
["smartquotes", Hn],
|
|
2095
2114
|
// `text_join` finds `text_special` tokens (for escape sequences)
|
|
2096
2115
|
// and joins them with the rest of the text
|
|
2097
|
-
["text_join",
|
|
2116
|
+
["text_join", Gn]
|
|
2098
2117
|
];
|
|
2099
|
-
function
|
|
2118
|
+
function we() {
|
|
2100
2119
|
this.ruler = new eu();
|
|
2101
2120
|
for (let u = 0; u < Xu.length; u++)
|
|
2102
2121
|
this.ruler.push(Xu[u][0], Xu[u][1]);
|
|
2103
2122
|
}
|
|
2104
|
-
|
|
2123
|
+
we.prototype.process = function(u) {
|
|
2105
2124
|
const e = this.ruler.getRules("");
|
|
2106
2125
|
for (let t = 0, n = e.length; t < n; t++)
|
|
2107
2126
|
e[t](u);
|
|
2108
2127
|
};
|
|
2109
|
-
|
|
2128
|
+
we.prototype.State = I0;
|
|
2110
2129
|
function su(u, e, t, n) {
|
|
2111
2130
|
this.src = u, this.md = e, this.env = t, this.tokens = n, this.bMarks = [], this.eMarks = [], this.tShift = [], this.sCount = [], this.bsCount = [], this.blkIndent = 0, this.line = 0, this.lineMax = 0, this.tight = !1, this.ddIndent = -1, this.listIndent = -1, this.parentType = "root", this.level = 0;
|
|
2112
2131
|
const r = this.src;
|
|
2113
|
-
for (let a = 0, l = 0, o = 0, c = 0, i = r.length,
|
|
2132
|
+
for (let a = 0, l = 0, o = 0, c = 0, i = r.length, p = !1; l < i; l++) {
|
|
2114
2133
|
const s = r.charCodeAt(l);
|
|
2115
|
-
if (!
|
|
2134
|
+
if (!p)
|
|
2116
2135
|
if (N(s)) {
|
|
2117
2136
|
o++, s === 9 ? c += 4 - c % 4 : c++;
|
|
2118
2137
|
continue;
|
|
2119
2138
|
} else
|
|
2120
|
-
|
|
2121
|
-
(s === 10 || l === i - 1) && (s !== 10 && l++, this.bMarks.push(a), this.eMarks.push(l), this.tShift.push(o), this.sCount.push(c), this.bsCount.push(0),
|
|
2139
|
+
p = !0;
|
|
2140
|
+
(s === 10 || l === i - 1) && (s !== 10 && l++, this.bMarks.push(a), this.eMarks.push(l), this.tShift.push(o), this.sCount.push(c), this.bsCount.push(0), p = !1, o = 0, c = 0, a = l + 1);
|
|
2122
2141
|
}
|
|
2123
2142
|
this.bMarks.push(r.length), this.eMarks.push(r.length), this.tShift.push(0), this.sCount.push(0), this.bsCount.push(0), this.lineMax = this.bMarks.length - 1;
|
|
2124
2143
|
}
|
|
@@ -2170,35 +2189,35 @@ su.prototype.getLines = function(e, t, n, r) {
|
|
|
2170
2189
|
for (let l = 0, o = e; o < t; o++, l++) {
|
|
2171
2190
|
let c = 0;
|
|
2172
2191
|
const i = this.bMarks[o];
|
|
2173
|
-
let
|
|
2174
|
-
for (o + 1 < t || r ? s = this.eMarks[o] + 1 : s = this.eMarks[o];
|
|
2175
|
-
const
|
|
2176
|
-
if (N(
|
|
2177
|
-
|
|
2178
|
-
else if (
|
|
2192
|
+
let p = i, s;
|
|
2193
|
+
for (o + 1 < t || r ? s = this.eMarks[o] + 1 : s = this.eMarks[o]; p < s && c < n; ) {
|
|
2194
|
+
const b = this.src.charCodeAt(p);
|
|
2195
|
+
if (N(b))
|
|
2196
|
+
b === 9 ? c += 4 - (c + this.bsCount[o]) % 4 : c++;
|
|
2197
|
+
else if (p - i < this.tShift[o])
|
|
2179
2198
|
c++;
|
|
2180
2199
|
else
|
|
2181
2200
|
break;
|
|
2182
|
-
|
|
2201
|
+
p++;
|
|
2183
2202
|
}
|
|
2184
|
-
c > n ? a[l] = new Array(c - n + 1).join(" ") + this.src.slice(
|
|
2203
|
+
c > n ? a[l] = new Array(c - n + 1).join(" ") + this.src.slice(p, s) : a[l] = this.src.slice(p, s);
|
|
2185
2204
|
}
|
|
2186
2205
|
return a.join("");
|
|
2187
2206
|
};
|
|
2188
2207
|
su.prototype.Token = au;
|
|
2189
|
-
const
|
|
2208
|
+
const Jn = 65536;
|
|
2190
2209
|
function ue(u, e) {
|
|
2191
2210
|
const t = u.bMarks[e] + u.tShift[e], n = u.eMarks[e];
|
|
2192
2211
|
return u.src.slice(t, n);
|
|
2193
2212
|
}
|
|
2194
|
-
function
|
|
2213
|
+
function Ge(u) {
|
|
2195
2214
|
const e = [], t = u.length;
|
|
2196
2215
|
let n = 0, r = u.charCodeAt(n), a = !1, l = 0, o = "";
|
|
2197
2216
|
for (; n < t; )
|
|
2198
2217
|
r === 124 && (a ? (o += u.substring(l, n - 1), l = n) : (e.push(o + u.substring(l, n)), o = "", l = n + 1)), a = r === 92, n++, r = u.charCodeAt(n);
|
|
2199
2218
|
return e.push(o + u.substring(l)), e;
|
|
2200
2219
|
}
|
|
2201
|
-
function
|
|
2220
|
+
function Wn(u, e, t, n) {
|
|
2202
2221
|
if (e + 2 > t)
|
|
2203
2222
|
return !1;
|
|
2204
2223
|
let r = e + 1;
|
|
@@ -2214,74 +2233,74 @@ function Zn(u, e, t, n) {
|
|
|
2214
2233
|
if (o !== 124 && o !== 45 && o !== 58 && !N(o) || l === 45 && N(o))
|
|
2215
2234
|
return !1;
|
|
2216
2235
|
for (; a < u.eMarks[r]; ) {
|
|
2217
|
-
const
|
|
2218
|
-
if (
|
|
2236
|
+
const x = u.src.charCodeAt(a);
|
|
2237
|
+
if (x !== 124 && x !== 45 && x !== 58 && !N(x))
|
|
2219
2238
|
return !1;
|
|
2220
2239
|
a++;
|
|
2221
2240
|
}
|
|
2222
2241
|
let c = ue(u, e + 1), i = c.split("|");
|
|
2223
|
-
const
|
|
2224
|
-
for (let
|
|
2225
|
-
const
|
|
2226
|
-
if (!
|
|
2227
|
-
if (
|
|
2242
|
+
const p = [];
|
|
2243
|
+
for (let x = 0; x < i.length; x++) {
|
|
2244
|
+
const m = i[x].trim();
|
|
2245
|
+
if (!m) {
|
|
2246
|
+
if (x === 0 || x === i.length - 1)
|
|
2228
2247
|
continue;
|
|
2229
2248
|
return !1;
|
|
2230
2249
|
}
|
|
2231
|
-
if (!/^:?-+:?$/.test(
|
|
2250
|
+
if (!/^:?-+:?$/.test(m))
|
|
2232
2251
|
return !1;
|
|
2233
|
-
|
|
2252
|
+
m.charCodeAt(m.length - 1) === 58 ? p.push(m.charCodeAt(0) === 58 ? "center" : "right") : m.charCodeAt(0) === 58 ? p.push("left") : p.push("");
|
|
2234
2253
|
}
|
|
2235
2254
|
if (c = ue(u, e).trim(), c.indexOf("|") === -1 || u.sCount[e] - u.blkIndent >= 4)
|
|
2236
2255
|
return !1;
|
|
2237
|
-
i =
|
|
2256
|
+
i = Ge(c), i.length && i[0] === "" && i.shift(), i.length && i[i.length - 1] === "" && i.pop();
|
|
2238
2257
|
const s = i.length;
|
|
2239
|
-
if (s === 0 || s !==
|
|
2258
|
+
if (s === 0 || s !== p.length)
|
|
2240
2259
|
return !1;
|
|
2241
2260
|
if (n)
|
|
2242
2261
|
return !0;
|
|
2243
|
-
const
|
|
2262
|
+
const b = u.parentType;
|
|
2244
2263
|
u.parentType = "table";
|
|
2245
|
-
const
|
|
2246
|
-
|
|
2264
|
+
const h = u.md.block.ruler.getRules("blockquote"), d = u.push("table_open", "table", 1), w = [e, 0];
|
|
2265
|
+
d.map = w;
|
|
2247
2266
|
const O = u.push("thead_open", "thead", 1);
|
|
2248
2267
|
O.map = [e, e + 1];
|
|
2249
2268
|
const F = u.push("tr_open", "tr", 1);
|
|
2250
2269
|
F.map = [e, e + 1];
|
|
2251
|
-
for (let
|
|
2252
|
-
const
|
|
2253
|
-
|
|
2270
|
+
for (let x = 0; x < i.length; x++) {
|
|
2271
|
+
const m = u.push("th_open", "th", 1);
|
|
2272
|
+
p[x] && (m.attrs = [["style", "text-align:" + p[x]]]);
|
|
2254
2273
|
const v = u.push("inline", "", 0);
|
|
2255
|
-
v.content = i[
|
|
2274
|
+
v.content = i[x].trim(), v.children = [], u.push("th_close", "th", -1);
|
|
2256
2275
|
}
|
|
2257
2276
|
u.push("tr_close", "tr", -1), u.push("thead_close", "thead", -1);
|
|
2258
|
-
let
|
|
2277
|
+
let f, _ = 0;
|
|
2259
2278
|
for (r = e + 2; r < t && !(u.sCount[r] < u.blkIndent); r++) {
|
|
2260
|
-
let
|
|
2261
|
-
for (let v = 0, g =
|
|
2262
|
-
if (
|
|
2263
|
-
|
|
2279
|
+
let x = !1;
|
|
2280
|
+
for (let v = 0, g = h.length; v < g; v++)
|
|
2281
|
+
if (h[v](u, r, t, !0)) {
|
|
2282
|
+
x = !0;
|
|
2264
2283
|
break;
|
|
2265
2284
|
}
|
|
2266
|
-
if (
|
|
2285
|
+
if (x || (c = ue(u, r).trim(), !c) || u.sCount[r] - u.blkIndent >= 4 || (i = Ge(c), i.length && i[0] === "" && i.shift(), i.length && i[i.length - 1] === "" && i.pop(), _ += s - i.length, _ > Jn))
|
|
2267
2286
|
break;
|
|
2268
2287
|
if (r === e + 2) {
|
|
2269
2288
|
const v = u.push("tbody_open", "tbody", 1);
|
|
2270
|
-
v.map =
|
|
2289
|
+
v.map = f = [e + 2, 0];
|
|
2271
2290
|
}
|
|
2272
|
-
const
|
|
2273
|
-
|
|
2291
|
+
const m = u.push("tr_open", "tr", 1);
|
|
2292
|
+
m.map = [r, r + 1];
|
|
2274
2293
|
for (let v = 0; v < s; v++) {
|
|
2275
2294
|
const g = u.push("td_open", "td", 1);
|
|
2276
|
-
|
|
2295
|
+
p[v] && (g.attrs = [["style", "text-align:" + p[v]]]);
|
|
2277
2296
|
const $ = u.push("inline", "", 0);
|
|
2278
2297
|
$.content = i[v] ? i[v].trim() : "", $.children = [], u.push("td_close", "td", -1);
|
|
2279
2298
|
}
|
|
2280
2299
|
u.push("tr_close", "tr", -1);
|
|
2281
2300
|
}
|
|
2282
|
-
return
|
|
2301
|
+
return f && (u.push("tbody_close", "tbody", -1), f[1] = r), u.push("table_close", "table", -1), w[1] = r, u.parentType = b, u.line = r, !0;
|
|
2283
2302
|
}
|
|
2284
|
-
function
|
|
2303
|
+
function Qn(u, e, t) {
|
|
2285
2304
|
if (u.sCount[e] - u.blkIndent < 4)
|
|
2286
2305
|
return !1;
|
|
2287
2306
|
let n = e + 1, r = n;
|
|
@@ -2301,7 +2320,7 @@ function Hn(u, e, t) {
|
|
|
2301
2320
|
return a.content = u.getLines(e, r, 4 + u.blkIndent, !1) + `
|
|
2302
2321
|
`, a.map = [e, u.line], !0;
|
|
2303
2322
|
}
|
|
2304
|
-
function
|
|
2323
|
+
function Yn(u, e, t, n) {
|
|
2305
2324
|
let r = u.bMarks[e] + u.tShift[e], a = u.eMarks[e];
|
|
2306
2325
|
if (u.sCount[e] - u.blkIndent >= 4 || r + 3 > a)
|
|
2307
2326
|
return !1;
|
|
@@ -2313,77 +2332,77 @@ function Gn(u, e, t, n) {
|
|
|
2313
2332
|
let c = r - o;
|
|
2314
2333
|
if (c < 3)
|
|
2315
2334
|
return !1;
|
|
2316
|
-
const i = u.src.slice(o, r),
|
|
2317
|
-
if (l === 96 &&
|
|
2335
|
+
const i = u.src.slice(o, r), p = u.src.slice(r, a);
|
|
2336
|
+
if (l === 96 && p.indexOf(String.fromCharCode(l)) >= 0)
|
|
2318
2337
|
return !1;
|
|
2319
2338
|
if (n)
|
|
2320
2339
|
return !0;
|
|
2321
|
-
let s = e,
|
|
2340
|
+
let s = e, b = !1;
|
|
2322
2341
|
for (; s++, !(s >= t || (r = o = u.bMarks[s] + u.tShift[s], a = u.eMarks[s], r < a && u.sCount[s] < u.blkIndent)); )
|
|
2323
2342
|
if (u.src.charCodeAt(r) === l && !(u.sCount[s] - u.blkIndent >= 4) && (r = u.skipChars(r, l), !(r - o < c) && (r = u.skipSpaces(r), !(r < a)))) {
|
|
2324
|
-
|
|
2343
|
+
b = !0;
|
|
2325
2344
|
break;
|
|
2326
2345
|
}
|
|
2327
|
-
c = u.sCount[e], u.line = s + (
|
|
2328
|
-
const
|
|
2329
|
-
return
|
|
2346
|
+
c = u.sCount[e], u.line = s + (b ? 1 : 0);
|
|
2347
|
+
const h = u.push("fence", "code", 0);
|
|
2348
|
+
return h.info = p, h.content = u.getLines(e + 1, s, c, !0), h.markup = i, h.map = [e, u.line], !0;
|
|
2330
2349
|
}
|
|
2331
|
-
function
|
|
2350
|
+
function Kn(u, e, t, n) {
|
|
2332
2351
|
let r = u.bMarks[e] + u.tShift[e], a = u.eMarks[e];
|
|
2333
2352
|
const l = u.lineMax;
|
|
2334
2353
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 62)
|
|
2335
2354
|
return !1;
|
|
2336
2355
|
if (n)
|
|
2337
2356
|
return !0;
|
|
2338
|
-
const o = [], c = [], i = [],
|
|
2357
|
+
const o = [], c = [], i = [], p = [], s = u.md.block.ruler.getRules("blockquote"), b = u.parentType;
|
|
2339
2358
|
u.parentType = "blockquote";
|
|
2340
|
-
let
|
|
2341
|
-
for (
|
|
2342
|
-
const _ = u.sCount[
|
|
2343
|
-
if (r = u.bMarks[
|
|
2359
|
+
let h = !1, d;
|
|
2360
|
+
for (d = e; d < t; d++) {
|
|
2361
|
+
const _ = u.sCount[d] < u.blkIndent;
|
|
2362
|
+
if (r = u.bMarks[d] + u.tShift[d], a = u.eMarks[d], r >= a)
|
|
2344
2363
|
break;
|
|
2345
2364
|
if (u.src.charCodeAt(r++) === 62 && !_) {
|
|
2346
|
-
let
|
|
2347
|
-
u.src.charCodeAt(r) === 32 ? (r++,
|
|
2348
|
-
let $ =
|
|
2349
|
-
for (o.push(u.bMarks[
|
|
2365
|
+
let m = u.sCount[d] + 1, v, g;
|
|
2366
|
+
u.src.charCodeAt(r) === 32 ? (r++, m++, g = !1, v = !0) : u.src.charCodeAt(r) === 9 ? (v = !0, (u.bsCount[d] + m) % 4 === 3 ? (r++, m++, g = !1) : g = !0) : v = !1;
|
|
2367
|
+
let $ = m;
|
|
2368
|
+
for (o.push(u.bMarks[d]), u.bMarks[d] = r; r < a; ) {
|
|
2350
2369
|
const y = u.src.charCodeAt(r);
|
|
2351
2370
|
if (N(y))
|
|
2352
|
-
y === 9 ? $ += 4 - ($ + u.bsCount[
|
|
2371
|
+
y === 9 ? $ += 4 - ($ + u.bsCount[d] + (g ? 1 : 0)) % 4 : $++;
|
|
2353
2372
|
else
|
|
2354
2373
|
break;
|
|
2355
2374
|
r++;
|
|
2356
2375
|
}
|
|
2357
|
-
|
|
2376
|
+
h = r >= a, c.push(u.bsCount[d]), u.bsCount[d] = u.sCount[d] + 1 + (v ? 1 : 0), i.push(u.sCount[d]), u.sCount[d] = $ - m, p.push(u.tShift[d]), u.tShift[d] = r - u.bMarks[d];
|
|
2358
2377
|
continue;
|
|
2359
2378
|
}
|
|
2360
|
-
if (
|
|
2379
|
+
if (h)
|
|
2361
2380
|
break;
|
|
2362
|
-
let
|
|
2363
|
-
for (let
|
|
2364
|
-
if (s[
|
|
2365
|
-
|
|
2381
|
+
let x = !1;
|
|
2382
|
+
for (let m = 0, v = s.length; m < v; m++)
|
|
2383
|
+
if (s[m](u, d, t, !0)) {
|
|
2384
|
+
x = !0;
|
|
2366
2385
|
break;
|
|
2367
2386
|
}
|
|
2368
|
-
if (
|
|
2369
|
-
u.lineMax =
|
|
2387
|
+
if (x) {
|
|
2388
|
+
u.lineMax = d, u.blkIndent !== 0 && (o.push(u.bMarks[d]), c.push(u.bsCount[d]), p.push(u.tShift[d]), i.push(u.sCount[d]), u.sCount[d] -= u.blkIndent);
|
|
2370
2389
|
break;
|
|
2371
2390
|
}
|
|
2372
|
-
o.push(u.bMarks[
|
|
2391
|
+
o.push(u.bMarks[d]), c.push(u.bsCount[d]), p.push(u.tShift[d]), i.push(u.sCount[d]), u.sCount[d] = -1;
|
|
2373
2392
|
}
|
|
2374
2393
|
const w = u.blkIndent;
|
|
2375
2394
|
u.blkIndent = 0;
|
|
2376
2395
|
const O = u.push("blockquote_open", "blockquote", 1);
|
|
2377
2396
|
O.markup = ">";
|
|
2378
2397
|
const F = [e, 0];
|
|
2379
|
-
O.map = F, u.md.block.tokenize(u, e,
|
|
2380
|
-
const
|
|
2381
|
-
|
|
2382
|
-
for (let _ = 0; _ <
|
|
2383
|
-
u.bMarks[_ + e] = o[_], u.tShift[_ + e] =
|
|
2398
|
+
O.map = F, u.md.block.tokenize(u, e, d);
|
|
2399
|
+
const f = u.push("blockquote_close", "blockquote", -1);
|
|
2400
|
+
f.markup = ">", u.lineMax = l, u.parentType = b, F[1] = u.line;
|
|
2401
|
+
for (let _ = 0; _ < p.length; _++)
|
|
2402
|
+
u.bMarks[_ + e] = o[_], u.tShift[_ + e] = p[_], u.sCount[_ + e] = i[_], u.bsCount[_ + e] = c[_];
|
|
2384
2403
|
return u.blkIndent = w, !0;
|
|
2385
2404
|
}
|
|
2386
|
-
function
|
|
2405
|
+
function Xn(u, e, t, n) {
|
|
2387
2406
|
const r = u.eMarks[e];
|
|
2388
2407
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2389
2408
|
return !1;
|
|
@@ -2406,7 +2425,7 @@ function Wn(u, e, t, n) {
|
|
|
2406
2425
|
const c = u.push("hr", "hr", 0);
|
|
2407
2426
|
return c.map = [e, u.line], c.markup = Array(o + 1).join(String.fromCharCode(l)), !0;
|
|
2408
2427
|
}
|
|
2409
|
-
function
|
|
2428
|
+
function Je(u, e) {
|
|
2410
2429
|
const t = u.eMarks[e];
|
|
2411
2430
|
let n = u.bMarks[e] + u.tShift[e];
|
|
2412
2431
|
const r = u.src.charCodeAt(n++);
|
|
@@ -2419,7 +2438,7 @@ function He(u, e) {
|
|
|
2419
2438
|
}
|
|
2420
2439
|
return n;
|
|
2421
2440
|
}
|
|
2422
|
-
function
|
|
2441
|
+
function We(u, e) {
|
|
2423
2442
|
const t = u.bMarks[e] + u.tShift[e], n = u.eMarks[e];
|
|
2424
2443
|
let r = t;
|
|
2425
2444
|
if (r + 1 >= n)
|
|
@@ -2441,116 +2460,116 @@ function Ge(u, e) {
|
|
|
2441
2460
|
}
|
|
2442
2461
|
return r < n && (a = u.src.charCodeAt(r), !N(a)) ? -1 : r;
|
|
2443
2462
|
}
|
|
2444
|
-
function
|
|
2463
|
+
function ur(u, e) {
|
|
2445
2464
|
const t = u.level + 2;
|
|
2446
2465
|
for (let n = e + 2, r = u.tokens.length - 2; n < r; n++)
|
|
2447
2466
|
u.tokens[n].level === t && u.tokens[n].type === "paragraph_open" && (u.tokens[n + 2].hidden = !0, u.tokens[n].hidden = !0, n += 2);
|
|
2448
2467
|
}
|
|
2449
|
-
function
|
|
2468
|
+
function er(u, e, t, n) {
|
|
2450
2469
|
let r, a, l, o, c = e, i = !0;
|
|
2451
2470
|
if (u.sCount[c] - u.blkIndent >= 4 || u.listIndent >= 0 && u.sCount[c] - u.listIndent >= 4 && u.sCount[c] < u.blkIndent)
|
|
2452
2471
|
return !1;
|
|
2453
|
-
let
|
|
2454
|
-
n && u.parentType === "paragraph" && u.sCount[c] >= u.blkIndent && (
|
|
2455
|
-
let s,
|
|
2456
|
-
if ((
|
|
2457
|
-
if (s = !0, l = u.bMarks[c] + u.tShift[c],
|
|
2472
|
+
let p = !1;
|
|
2473
|
+
n && u.parentType === "paragraph" && u.sCount[c] >= u.blkIndent && (p = !0);
|
|
2474
|
+
let s, b, h;
|
|
2475
|
+
if ((h = We(u, c)) >= 0) {
|
|
2476
|
+
if (s = !0, l = u.bMarks[c] + u.tShift[c], b = Number(u.src.slice(l, h - 1)), p && b !== 1)
|
|
2458
2477
|
return !1;
|
|
2459
|
-
} else if ((
|
|
2478
|
+
} else if ((h = Je(u, c)) >= 0)
|
|
2460
2479
|
s = !1;
|
|
2461
2480
|
else
|
|
2462
2481
|
return !1;
|
|
2463
|
-
if (
|
|
2482
|
+
if (p && u.skipSpaces(h) >= u.eMarks[c])
|
|
2464
2483
|
return !1;
|
|
2465
2484
|
if (n)
|
|
2466
2485
|
return !0;
|
|
2467
|
-
const
|
|
2468
|
-
s ? (o = u.push("ordered_list_open", "ol", 1),
|
|
2486
|
+
const d = u.src.charCodeAt(h - 1), w = u.tokens.length;
|
|
2487
|
+
s ? (o = u.push("ordered_list_open", "ol", 1), b !== 1 && (o.attrs = [["start", b]])) : o = u.push("bullet_list_open", "ul", 1);
|
|
2469
2488
|
const O = [c, 0];
|
|
2470
|
-
o.map = O, o.markup = String.fromCharCode(
|
|
2489
|
+
o.map = O, o.markup = String.fromCharCode(d);
|
|
2471
2490
|
let F = !1;
|
|
2472
|
-
const
|
|
2491
|
+
const f = u.md.block.ruler.getRules("list"), _ = u.parentType;
|
|
2473
2492
|
for (u.parentType = "list"; c < t; ) {
|
|
2474
|
-
a =
|
|
2475
|
-
const
|
|
2476
|
-
let
|
|
2493
|
+
a = h, r = u.eMarks[c];
|
|
2494
|
+
const x = u.sCount[c] + h - (u.bMarks[c] + u.tShift[c]);
|
|
2495
|
+
let m = x;
|
|
2477
2496
|
for (; a < r; ) {
|
|
2478
|
-
const
|
|
2479
|
-
if (
|
|
2480
|
-
|
|
2481
|
-
else if (
|
|
2482
|
-
|
|
2497
|
+
const W = u.src.charCodeAt(a);
|
|
2498
|
+
if (W === 9)
|
|
2499
|
+
m += 4 - (m + u.bsCount[c]) % 4;
|
|
2500
|
+
else if (W === 32)
|
|
2501
|
+
m++;
|
|
2483
2502
|
else
|
|
2484
2503
|
break;
|
|
2485
2504
|
a++;
|
|
2486
2505
|
}
|
|
2487
2506
|
const v = a;
|
|
2488
2507
|
let g;
|
|
2489
|
-
v >= r ? g = 1 : g =
|
|
2490
|
-
const $ =
|
|
2491
|
-
o = u.push("list_item_open", "li", 1), o.markup = String.fromCharCode(
|
|
2508
|
+
v >= r ? g = 1 : g = m - x, g > 4 && (g = 1);
|
|
2509
|
+
const $ = x + g;
|
|
2510
|
+
o = u.push("list_item_open", "li", 1), o.markup = String.fromCharCode(d);
|
|
2492
2511
|
const y = [c, 0];
|
|
2493
|
-
o.map = y, s && (o.info = u.src.slice(l,
|
|
2512
|
+
o.map = y, s && (o.info = u.src.slice(l, h - 1));
|
|
2494
2513
|
const R = u.tight, A = u.tShift[c], z = u.sCount[c], L = u.listIndent;
|
|
2495
|
-
if (u.listIndent = u.blkIndent, u.blkIndent = $, u.tight = !0, u.tShift[c] = v - u.bMarks[c], u.sCount[c] =
|
|
2514
|
+
if (u.listIndent = u.blkIndent, u.blkIndent = $, u.tight = !0, u.tShift[c] = v - u.bMarks[c], u.sCount[c] = m, v >= r && u.isEmpty(c + 1) ? u.line = Math.min(u.line + 2, t) : u.md.block.tokenize(u, c, t, !0), (!u.tight || F) && (i = !1), F = u.line - c > 1 && u.isEmpty(u.line - 1), u.blkIndent = u.listIndent, u.listIndent = L, u.tShift[c] = A, u.sCount[c] = z, u.tight = R, o = u.push("list_item_close", "li", -1), o.markup = String.fromCharCode(d), c = u.line, y[1] = c, c >= t || u.sCount[c] < u.blkIndent || u.sCount[c] - u.blkIndent >= 4)
|
|
2496
2515
|
break;
|
|
2497
2516
|
let C = !1;
|
|
2498
|
-
for (let
|
|
2499
|
-
if (
|
|
2517
|
+
for (let W = 0, mu = f.length; W < mu; W++)
|
|
2518
|
+
if (f[W](u, c, t, !0)) {
|
|
2500
2519
|
C = !0;
|
|
2501
2520
|
break;
|
|
2502
2521
|
}
|
|
2503
2522
|
if (C)
|
|
2504
2523
|
break;
|
|
2505
2524
|
if (s) {
|
|
2506
|
-
if (
|
|
2525
|
+
if (h = We(u, c), h < 0)
|
|
2507
2526
|
break;
|
|
2508
2527
|
l = u.bMarks[c] + u.tShift[c];
|
|
2509
|
-
} else if (
|
|
2528
|
+
} else if (h = Je(u, c), h < 0)
|
|
2510
2529
|
break;
|
|
2511
|
-
if (
|
|
2530
|
+
if (d !== u.src.charCodeAt(h - 1))
|
|
2512
2531
|
break;
|
|
2513
2532
|
}
|
|
2514
|
-
return s ? o = u.push("ordered_list_close", "ol", -1) : o = u.push("bullet_list_close", "ul", -1), o.markup = String.fromCharCode(
|
|
2533
|
+
return s ? o = u.push("ordered_list_close", "ol", -1) : o = u.push("bullet_list_close", "ul", -1), o.markup = String.fromCharCode(d), O[1] = c, u.line = c, u.parentType = _, i && ur(u, w), !0;
|
|
2515
2534
|
}
|
|
2516
|
-
function
|
|
2535
|
+
function tr(u, e, t, n) {
|
|
2517
2536
|
let r = u.bMarks[e] + u.tShift[e], a = u.eMarks[e], l = e + 1;
|
|
2518
2537
|
if (u.sCount[e] - u.blkIndent >= 4 || u.src.charCodeAt(r) !== 91)
|
|
2519
2538
|
return !1;
|
|
2520
|
-
function o(
|
|
2539
|
+
function o(f) {
|
|
2521
2540
|
const _ = u.lineMax;
|
|
2522
|
-
if (
|
|
2541
|
+
if (f >= _ || u.isEmpty(f))
|
|
2523
2542
|
return null;
|
|
2524
|
-
let
|
|
2525
|
-
if (u.sCount[
|
|
2543
|
+
let x = !1;
|
|
2544
|
+
if (u.sCount[f] - u.blkIndent > 3 && (x = !0), u.sCount[f] < 0 && (x = !0), !x) {
|
|
2526
2545
|
const g = u.md.block.ruler.getRules("reference"), $ = u.parentType;
|
|
2527
2546
|
u.parentType = "reference";
|
|
2528
2547
|
let y = !1;
|
|
2529
2548
|
for (let R = 0, A = g.length; R < A; R++)
|
|
2530
|
-
if (g[R](u,
|
|
2549
|
+
if (g[R](u, f, _, !0)) {
|
|
2531
2550
|
y = !0;
|
|
2532
2551
|
break;
|
|
2533
2552
|
}
|
|
2534
2553
|
if (u.parentType = $, y)
|
|
2535
2554
|
return null;
|
|
2536
2555
|
}
|
|
2537
|
-
const
|
|
2538
|
-
return u.src.slice(
|
|
2556
|
+
const m = u.bMarks[f] + u.tShift[f], v = u.eMarks[f];
|
|
2557
|
+
return u.src.slice(m, v + 1);
|
|
2539
2558
|
}
|
|
2540
2559
|
let c = u.src.slice(r, a + 1);
|
|
2541
2560
|
a = c.length;
|
|
2542
2561
|
let i = -1;
|
|
2543
2562
|
for (r = 1; r < a; r++) {
|
|
2544
|
-
const
|
|
2545
|
-
if (
|
|
2563
|
+
const f = c.charCodeAt(r);
|
|
2564
|
+
if (f === 91)
|
|
2546
2565
|
return !1;
|
|
2547
|
-
if (
|
|
2566
|
+
if (f === 93) {
|
|
2548
2567
|
i = r;
|
|
2549
2568
|
break;
|
|
2550
|
-
} else if (
|
|
2569
|
+
} else if (f === 10) {
|
|
2551
2570
|
const _ = o(l);
|
|
2552
2571
|
_ !== null && (c += _, a = c.length, l++);
|
|
2553
|
-
} else if (
|
|
2572
|
+
} else if (f === 92 && (r++, r < a && c.charCodeAt(r) === 10)) {
|
|
2554
2573
|
const _ = o(l);
|
|
2555
2574
|
_ !== null && (c += _, a = c.length, l++);
|
|
2556
2575
|
}
|
|
@@ -2558,47 +2577,47 @@ function Kn(u, e, t, n) {
|
|
|
2558
2577
|
if (i < 0 || c.charCodeAt(i + 1) !== 58)
|
|
2559
2578
|
return !1;
|
|
2560
2579
|
for (r = i + 2; r < a; r++) {
|
|
2561
|
-
const
|
|
2562
|
-
if (
|
|
2580
|
+
const f = c.charCodeAt(r);
|
|
2581
|
+
if (f === 10) {
|
|
2563
2582
|
const _ = o(l);
|
|
2564
2583
|
_ !== null && (c += _, a = c.length, l++);
|
|
2565
|
-
} else if (!N(
|
|
2584
|
+
} else if (!N(f))
|
|
2566
2585
|
break;
|
|
2567
2586
|
}
|
|
2568
|
-
const
|
|
2569
|
-
if (!
|
|
2587
|
+
const p = u.md.helpers.parseLinkDestination(c, r, a);
|
|
2588
|
+
if (!p.ok)
|
|
2570
2589
|
return !1;
|
|
2571
|
-
const s = u.md.normalizeLink(
|
|
2590
|
+
const s = u.md.normalizeLink(p.str);
|
|
2572
2591
|
if (!u.md.validateLink(s))
|
|
2573
2592
|
return !1;
|
|
2574
|
-
r =
|
|
2575
|
-
const
|
|
2593
|
+
r = p.pos;
|
|
2594
|
+
const b = r, h = l, d = r;
|
|
2576
2595
|
for (; r < a; r++) {
|
|
2577
|
-
const
|
|
2578
|
-
if (
|
|
2596
|
+
const f = c.charCodeAt(r);
|
|
2597
|
+
if (f === 10) {
|
|
2579
2598
|
const _ = o(l);
|
|
2580
2599
|
_ !== null && (c += _, a = c.length, l++);
|
|
2581
|
-
} else if (!N(
|
|
2600
|
+
} else if (!N(f))
|
|
2582
2601
|
break;
|
|
2583
2602
|
}
|
|
2584
2603
|
let w = u.md.helpers.parseLinkTitle(c, r, a);
|
|
2585
2604
|
for (; w.can_continue; ) {
|
|
2586
|
-
const
|
|
2587
|
-
if (
|
|
2605
|
+
const f = o(l);
|
|
2606
|
+
if (f === null)
|
|
2588
2607
|
break;
|
|
2589
|
-
c +=
|
|
2608
|
+
c += f, r = a, a = c.length, l++, w = u.md.helpers.parseLinkTitle(c, r, a, w);
|
|
2590
2609
|
}
|
|
2591
2610
|
let O;
|
|
2592
|
-
for (r < a &&
|
|
2593
|
-
const
|
|
2594
|
-
if (!N(
|
|
2611
|
+
for (r < a && d !== r && w.ok ? (O = w.str, r = w.pos) : (O = "", r = b, l = h); r < a; ) {
|
|
2612
|
+
const f = c.charCodeAt(r);
|
|
2613
|
+
if (!N(f))
|
|
2595
2614
|
break;
|
|
2596
2615
|
r++;
|
|
2597
2616
|
}
|
|
2598
2617
|
if (r < a && c.charCodeAt(r) !== 10 && O)
|
|
2599
|
-
for (O = "", r =
|
|
2600
|
-
const
|
|
2601
|
-
if (!N(
|
|
2618
|
+
for (O = "", r = b, l = h; r < a; ) {
|
|
2619
|
+
const f = c.charCodeAt(r);
|
|
2620
|
+
if (!N(f))
|
|
2602
2621
|
break;
|
|
2603
2622
|
r++;
|
|
2604
2623
|
}
|
|
@@ -2607,7 +2626,7 @@ function Kn(u, e, t, n) {
|
|
|
2607
2626
|
const F = Hu(c.slice(1, i));
|
|
2608
2627
|
return F ? (n || (typeof u.env.references > "u" && (u.env.references = {}), typeof u.env.references[F] > "u" && (u.env.references[F] = { title: O, href: s }), u.line = l), !0) : !1;
|
|
2609
2628
|
}
|
|
2610
|
-
const
|
|
2629
|
+
const nr = [
|
|
2611
2630
|
"address",
|
|
2612
2631
|
"article",
|
|
2613
2632
|
"aside",
|
|
@@ -2670,16 +2689,16 @@ const Xn = [
|
|
|
2670
2689
|
"tr",
|
|
2671
2690
|
"track",
|
|
2672
2691
|
"ul"
|
|
2673
|
-
],
|
|
2692
|
+
], rr = "[a-zA-Z_:][a-zA-Z0-9:._-]*", ar = "[^\"'=<>`\\x00-\\x20]+", or = "'[^']*'", lr = '"[^"]*"', ir = "(?:" + ar + "|" + or + "|" + lr + ")", cr = "(?:\\s+" + rr + "(?:\\s*=\\s*" + ir + ")?)", $0 = "<[A-Za-z][A-Za-z0-9\\-]*" + cr + "*\\s*\\/?>", R0 = "<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>", sr = "<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->", dr = "<[?][\\s\\S]*?[?]>", fr = "<![A-Za-z][^>]*>", pr = "<!\\[CDATA\\[[\\s\\S]*?\\]\\]>", br = new RegExp("^(?:" + $0 + "|" + R0 + "|" + sr + "|" + dr + "|" + fr + "|" + pr + ")"), hr = new RegExp("^(?:" + $0 + "|" + R0 + ")"), xu = [
|
|
2674
2693
|
[/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
|
|
2675
2694
|
[/^<!--/, /-->/, !0],
|
|
2676
2695
|
[/^<\?/, /\?>/, !0],
|
|
2677
2696
|
[/^<![A-Z]/, />/, !0],
|
|
2678
2697
|
[/^<!\[CDATA\[/, /\]\]>/, !0],
|
|
2679
|
-
[new RegExp("^</?(" +
|
|
2680
|
-
[new RegExp(
|
|
2698
|
+
[new RegExp("^</?(" + nr.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
|
|
2699
|
+
[new RegExp(hr.source + "\\s*$"), /^$/, !1]
|
|
2681
2700
|
];
|
|
2682
|
-
function
|
|
2701
|
+
function mr(u, e, t, n) {
|
|
2683
2702
|
let r = u.bMarks[e] + u.tShift[e], a = u.eMarks[e];
|
|
2684
2703
|
if (u.sCount[e] - u.blkIndent >= 4 || !u.md.options.html || u.src.charCodeAt(r) !== 60)
|
|
2685
2704
|
return !1;
|
|
@@ -2702,7 +2721,7 @@ function fr(u, e, t, n) {
|
|
|
2702
2721
|
const i = u.push("html_block", "", 0);
|
|
2703
2722
|
return i.map = [e, c], i.content = u.getLines(e, c, u.blkIndent, !0), !0;
|
|
2704
2723
|
}
|
|
2705
|
-
function
|
|
2724
|
+
function xr(u, e, t, n) {
|
|
2706
2725
|
let r = u.bMarks[e] + u.tShift[e], a = u.eMarks[e];
|
|
2707
2726
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2708
2727
|
return !1;
|
|
@@ -2721,12 +2740,12 @@ function pr(u, e, t, n) {
|
|
|
2721
2740
|
c > r && N(u.src.charCodeAt(c - 1)) && (a = c), u.line = e + 1;
|
|
2722
2741
|
const i = u.push("heading_open", "h" + String(o), 1);
|
|
2723
2742
|
i.markup = "########".slice(0, o), i.map = [e, u.line];
|
|
2724
|
-
const
|
|
2725
|
-
|
|
2743
|
+
const p = u.push("inline", "", 0);
|
|
2744
|
+
p.content = u.src.slice(r, a).trim(), p.map = [e, u.line], p.children = [];
|
|
2726
2745
|
const s = u.push("heading_close", "h" + String(o), -1);
|
|
2727
2746
|
return s.markup = "########".slice(0, o), !0;
|
|
2728
2747
|
}
|
|
2729
|
-
function
|
|
2748
|
+
function _r(u, e, t) {
|
|
2730
2749
|
const n = u.md.block.ruler.getRules("paragraph");
|
|
2731
2750
|
if (u.sCount[e] - u.blkIndent >= 4)
|
|
2732
2751
|
return !1;
|
|
@@ -2737,22 +2756,22 @@ function br(u, e, t) {
|
|
|
2737
2756
|
if (u.sCount[o] - u.blkIndent > 3)
|
|
2738
2757
|
continue;
|
|
2739
2758
|
if (u.sCount[o] >= u.blkIndent) {
|
|
2740
|
-
let
|
|
2741
|
-
const
|
|
2742
|
-
if (
|
|
2759
|
+
let h = u.bMarks[o] + u.tShift[o];
|
|
2760
|
+
const d = u.eMarks[o];
|
|
2761
|
+
if (h < d && (l = u.src.charCodeAt(h), (l === 45 || l === 61) && (h = u.skipChars(h, l), h = u.skipSpaces(h), h >= d))) {
|
|
2743
2762
|
a = l === 61 ? 1 : 2;
|
|
2744
2763
|
break;
|
|
2745
2764
|
}
|
|
2746
2765
|
}
|
|
2747
2766
|
if (u.sCount[o] < 0)
|
|
2748
2767
|
continue;
|
|
2749
|
-
let
|
|
2750
|
-
for (let
|
|
2751
|
-
if (n[
|
|
2752
|
-
|
|
2768
|
+
let b = !1;
|
|
2769
|
+
for (let h = 0, d = n.length; h < d; h++)
|
|
2770
|
+
if (n[h](u, o, t, !0)) {
|
|
2771
|
+
b = !0;
|
|
2753
2772
|
break;
|
|
2754
2773
|
}
|
|
2755
|
-
if (
|
|
2774
|
+
if (b)
|
|
2756
2775
|
break;
|
|
2757
2776
|
}
|
|
2758
2777
|
if (!a)
|
|
@@ -2761,20 +2780,20 @@ function br(u, e, t) {
|
|
|
2761
2780
|
u.line = o + 1;
|
|
2762
2781
|
const i = u.push("heading_open", "h" + String(a), 1);
|
|
2763
2782
|
i.markup = String.fromCharCode(l), i.map = [e, u.line];
|
|
2764
|
-
const
|
|
2765
|
-
|
|
2783
|
+
const p = u.push("inline", "", 0);
|
|
2784
|
+
p.content = c, p.map = [e, u.line - 1], p.children = [];
|
|
2766
2785
|
const s = u.push("heading_close", "h" + String(a), -1);
|
|
2767
2786
|
return s.markup = String.fromCharCode(l), u.parentType = r, !0;
|
|
2768
2787
|
}
|
|
2769
|
-
function
|
|
2788
|
+
function gr(u, e, t) {
|
|
2770
2789
|
const n = u.md.block.ruler.getRules("paragraph"), r = u.parentType;
|
|
2771
2790
|
let a = e + 1;
|
|
2772
2791
|
for (u.parentType = "paragraph"; a < t && !u.isEmpty(a); a++) {
|
|
2773
2792
|
if (u.sCount[a] - u.blkIndent > 3 || u.sCount[a] < 0)
|
|
2774
2793
|
continue;
|
|
2775
2794
|
let i = !1;
|
|
2776
|
-
for (let
|
|
2777
|
-
if (n[
|
|
2795
|
+
for (let p = 0, s = n.length; p < s; p++)
|
|
2796
|
+
if (n[p](u, a, t, !0)) {
|
|
2778
2797
|
i = !0;
|
|
2779
2798
|
break;
|
|
2780
2799
|
}
|
|
@@ -2791,17 +2810,17 @@ function hr(u, e, t) {
|
|
|
2791
2810
|
const qu = [
|
|
2792
2811
|
// First 2 params - rule name & source. Secondary array - list of rules,
|
|
2793
2812
|
// which can be terminated by this one.
|
|
2794
|
-
["table",
|
|
2795
|
-
["code",
|
|
2796
|
-
["fence",
|
|
2797
|
-
["blockquote",
|
|
2798
|
-
["hr",
|
|
2799
|
-
["list",
|
|
2800
|
-
["reference",
|
|
2801
|
-
["html_block",
|
|
2802
|
-
["heading",
|
|
2803
|
-
["lheading",
|
|
2804
|
-
["paragraph",
|
|
2813
|
+
["table", Wn, ["paragraph", "reference"]],
|
|
2814
|
+
["code", Qn],
|
|
2815
|
+
["fence", Yn, ["paragraph", "reference", "blockquote", "list"]],
|
|
2816
|
+
["blockquote", Kn, ["paragraph", "reference", "blockquote", "list"]],
|
|
2817
|
+
["hr", Xn, ["paragraph", "reference", "blockquote", "list"]],
|
|
2818
|
+
["list", er, ["paragraph", "reference", "blockquote"]],
|
|
2819
|
+
["reference", tr],
|
|
2820
|
+
["html_block", mr, ["paragraph", "reference", "blockquote"]],
|
|
2821
|
+
["heading", xr, ["paragraph", "reference", "blockquote"]],
|
|
2822
|
+
["lheading", _r],
|
|
2823
|
+
["paragraph", gr]
|
|
2805
2824
|
];
|
|
2806
2825
|
function Gu() {
|
|
2807
2826
|
this.ruler = new eu();
|
|
@@ -2818,8 +2837,8 @@ Gu.prototype.tokenize = function(u, e, t) {
|
|
|
2818
2837
|
}
|
|
2819
2838
|
const c = u.line;
|
|
2820
2839
|
let i = !1;
|
|
2821
|
-
for (let
|
|
2822
|
-
if (i = n[
|
|
2840
|
+
for (let p = 0; p < r; p++)
|
|
2841
|
+
if (i = n[p](u, l, t, !1), i) {
|
|
2823
2842
|
if (c >= u.line)
|
|
2824
2843
|
throw new Error("block rule didn't increment state.line");
|
|
2825
2844
|
break;
|
|
@@ -2854,11 +2873,11 @@ Iu.prototype.scanDelims = function(u, e) {
|
|
|
2854
2873
|
let a = u;
|
|
2855
2874
|
for (; a < t && this.src.charCodeAt(a) === n; )
|
|
2856
2875
|
a++;
|
|
2857
|
-
const l = a - u, o = a < t ? this.src.charCodeAt(a) : 32, c = wu(r) || Au(String.fromCharCode(r)), i = wu(o) || Au(String.fromCharCode(o)),
|
|
2858
|
-
return { can_open:
|
|
2876
|
+
const l = a - u, o = a < t ? this.src.charCodeAt(a) : 32, c = wu(r) || Au(String.fromCharCode(r)), i = wu(o) || Au(String.fromCharCode(o)), p = Fu(r), s = Fu(o), b = !s && (!i || p || c), h = !p && (!c || s || i);
|
|
2877
|
+
return { can_open: b && (e || !h || c), can_close: h && (e || !b || i), length: l };
|
|
2859
2878
|
};
|
|
2860
2879
|
Iu.prototype.Token = au;
|
|
2861
|
-
function
|
|
2880
|
+
function kr(u) {
|
|
2862
2881
|
switch (u) {
|
|
2863
2882
|
case 10:
|
|
2864
2883
|
case 33:
|
|
@@ -2888,20 +2907,20 @@ function mr(u) {
|
|
|
2888
2907
|
return !1;
|
|
2889
2908
|
}
|
|
2890
2909
|
}
|
|
2891
|
-
function
|
|
2910
|
+
function yr(u, e) {
|
|
2892
2911
|
let t = u.pos;
|
|
2893
|
-
for (; t < u.posMax && !
|
|
2912
|
+
for (; t < u.posMax && !kr(u.src.charCodeAt(t)); )
|
|
2894
2913
|
t++;
|
|
2895
2914
|
return t === u.pos ? !1 : (e || (u.pending += u.src.slice(u.pos, t)), u.pos = t, !0);
|
|
2896
2915
|
}
|
|
2897
|
-
const
|
|
2898
|
-
function
|
|
2916
|
+
const vr = /(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;
|
|
2917
|
+
function Cr(u, e) {
|
|
2899
2918
|
if (!u.md.options.linkify || u.linkLevel > 0)
|
|
2900
2919
|
return !1;
|
|
2901
2920
|
const t = u.pos, n = u.posMax;
|
|
2902
2921
|
if (t + 3 > n || u.src.charCodeAt(t) !== 58 || u.src.charCodeAt(t + 1) !== 47 || u.src.charCodeAt(t + 2) !== 47)
|
|
2903
2922
|
return !1;
|
|
2904
|
-
const r = u.pending.match(
|
|
2923
|
+
const r = u.pending.match(vr);
|
|
2905
2924
|
if (!r)
|
|
2906
2925
|
return !1;
|
|
2907
2926
|
const a = r[1], l = u.md.linkify.matchAtStart(u.src.slice(t - a.length));
|
|
@@ -2918,14 +2937,14 @@ function gr(u, e) {
|
|
|
2918
2937
|
u.pending = u.pending.slice(0, -a.length);
|
|
2919
2938
|
const i = u.push("link_open", "a", 1);
|
|
2920
2939
|
i.attrs = [["href", c]], i.markup = "linkify", i.info = "auto";
|
|
2921
|
-
const
|
|
2922
|
-
|
|
2940
|
+
const p = u.push("text", "", 0);
|
|
2941
|
+
p.content = u.md.normalizeLinkText(o);
|
|
2923
2942
|
const s = u.push("link_close", "a", -1);
|
|
2924
2943
|
s.markup = "linkify", s.info = "auto";
|
|
2925
2944
|
}
|
|
2926
2945
|
return u.pos += o.length - a.length, !0;
|
|
2927
2946
|
}
|
|
2928
|
-
function
|
|
2947
|
+
function Dr(u, e) {
|
|
2929
2948
|
let t = u.pos;
|
|
2930
2949
|
if (u.src.charCodeAt(t) !== 10)
|
|
2931
2950
|
return !1;
|
|
@@ -2945,13 +2964,13 @@ function kr(u, e) {
|
|
|
2945
2964
|
t++;
|
|
2946
2965
|
return u.pos = t, !0;
|
|
2947
2966
|
}
|
|
2948
|
-
const
|
|
2967
|
+
const Te = [];
|
|
2949
2968
|
for (let u = 0; u < 256; u++)
|
|
2950
|
-
|
|
2969
|
+
Te.push(0);
|
|
2951
2970
|
"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(u) {
|
|
2952
|
-
|
|
2971
|
+
Te[u.charCodeAt(0)] = 1;
|
|
2953
2972
|
});
|
|
2954
|
-
function
|
|
2973
|
+
function Er(u, e) {
|
|
2955
2974
|
let t = u.pos;
|
|
2956
2975
|
const n = u.posMax;
|
|
2957
2976
|
if (u.src.charCodeAt(t) !== 92 || (t++, t >= n))
|
|
@@ -2970,11 +2989,11 @@ function yr(u, e) {
|
|
|
2970
2989
|
const l = "\\" + a;
|
|
2971
2990
|
if (!e) {
|
|
2972
2991
|
const o = u.push("text_special", "", 0);
|
|
2973
|
-
r < 256 &&
|
|
2992
|
+
r < 256 && Te[r] !== 0 ? o.content = a : o.content = l, o.markup = l, o.info = "escape";
|
|
2974
2993
|
}
|
|
2975
2994
|
return u.pos = t + 1, !0;
|
|
2976
2995
|
}
|
|
2977
|
-
function
|
|
2996
|
+
function Fr(u, e) {
|
|
2978
2997
|
let t = u.pos;
|
|
2979
2998
|
if (u.src.charCodeAt(t) !== 96)
|
|
2980
2999
|
return !1;
|
|
@@ -2990,19 +3009,19 @@ function vr(u, e) {
|
|
|
2990
3009
|
for (; (i = u.src.indexOf("`", c)) !== -1; ) {
|
|
2991
3010
|
for (c = i + 1; c < a && u.src.charCodeAt(c) === 96; )
|
|
2992
3011
|
c++;
|
|
2993
|
-
const
|
|
2994
|
-
if (
|
|
3012
|
+
const p = c - i;
|
|
3013
|
+
if (p === o) {
|
|
2995
3014
|
if (!e) {
|
|
2996
3015
|
const s = u.push("code_inline", "code", 0);
|
|
2997
3016
|
s.markup = l, s.content = u.src.slice(t, i).replace(/\n/g, " ").replace(/^ (.+) $/, "$1");
|
|
2998
3017
|
}
|
|
2999
3018
|
return u.pos = c, !0;
|
|
3000
3019
|
}
|
|
3001
|
-
u.backticks[
|
|
3020
|
+
u.backticks[p] = i;
|
|
3002
3021
|
}
|
|
3003
3022
|
return u.backticksScanned = !0, e || (u.pending += l), u.pos += o, !0;
|
|
3004
3023
|
}
|
|
3005
|
-
function
|
|
3024
|
+
function Ar(u, e) {
|
|
3006
3025
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
3007
3026
|
if (e || n !== 126)
|
|
3008
3027
|
return !1;
|
|
@@ -3025,7 +3044,7 @@ function Cr(u, e) {
|
|
|
3025
3044
|
});
|
|
3026
3045
|
return u.pos += r.length, !0;
|
|
3027
3046
|
}
|
|
3028
|
-
function
|
|
3047
|
+
function Qe(u, e) {
|
|
3029
3048
|
let t;
|
|
3030
3049
|
const n = [], r = e.length;
|
|
3031
3050
|
for (let a = 0; a < r; a++) {
|
|
@@ -3043,17 +3062,17 @@ function Je(u, e) {
|
|
|
3043
3062
|
l--, a !== l && (t = u.tokens[l], u.tokens[l] = u.tokens[a], u.tokens[a] = t);
|
|
3044
3063
|
}
|
|
3045
3064
|
}
|
|
3046
|
-
function
|
|
3065
|
+
function wr(u) {
|
|
3047
3066
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3048
|
-
|
|
3067
|
+
Qe(u, u.delimiters);
|
|
3049
3068
|
for (let n = 0; n < t; n++)
|
|
3050
|
-
e[n] && e[n].delimiters &&
|
|
3069
|
+
e[n] && e[n].delimiters && Qe(u, e[n].delimiters);
|
|
3051
3070
|
}
|
|
3052
|
-
const
|
|
3053
|
-
tokenize:
|
|
3054
|
-
postProcess:
|
|
3071
|
+
const V0 = {
|
|
3072
|
+
tokenize: Ar,
|
|
3073
|
+
postProcess: wr
|
|
3055
3074
|
};
|
|
3056
|
-
function
|
|
3075
|
+
function Tr(u, e) {
|
|
3057
3076
|
const t = u.pos, n = u.src.charCodeAt(t);
|
|
3058
3077
|
if (e || n !== 95 && n !== 42)
|
|
3059
3078
|
return !1;
|
|
@@ -3083,7 +3102,7 @@ function Er(u, e) {
|
|
|
3083
3102
|
}
|
|
3084
3103
|
return u.pos += r.length, !0;
|
|
3085
3104
|
}
|
|
3086
|
-
function
|
|
3105
|
+
function Ye(u, e) {
|
|
3087
3106
|
const t = e.length;
|
|
3088
3107
|
for (let n = t - 1; n >= 0; n--) {
|
|
3089
3108
|
const r = e[n];
|
|
@@ -3097,84 +3116,84 @@ function We(u, e) {
|
|
|
3097
3116
|
i.type = l ? "strong_close" : "em_close", i.tag = l ? "strong" : "em", i.nesting = -1, i.markup = l ? o + o : o, i.content = "", l && (u.tokens[e[n - 1].token].content = "", u.tokens[e[r.end + 1].token].content = "", n--);
|
|
3098
3117
|
}
|
|
3099
3118
|
}
|
|
3100
|
-
function
|
|
3119
|
+
function Sr(u) {
|
|
3101
3120
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3102
|
-
|
|
3121
|
+
Ye(u, u.delimiters);
|
|
3103
3122
|
for (let n = 0; n < t; n++)
|
|
3104
|
-
e[n] && e[n].delimiters &&
|
|
3123
|
+
e[n] && e[n].delimiters && Ye(u, e[n].delimiters);
|
|
3105
3124
|
}
|
|
3106
|
-
const
|
|
3107
|
-
tokenize:
|
|
3108
|
-
postProcess:
|
|
3125
|
+
const M0 = {
|
|
3126
|
+
tokenize: Tr,
|
|
3127
|
+
postProcess: Sr
|
|
3109
3128
|
};
|
|
3110
|
-
function
|
|
3129
|
+
function Ir(u, e) {
|
|
3111
3130
|
let t, n, r, a, l = "", o = "", c = u.pos, i = !0;
|
|
3112
3131
|
if (u.src.charCodeAt(u.pos) !== 91)
|
|
3113
3132
|
return !1;
|
|
3114
|
-
const
|
|
3115
|
-
if (
|
|
3133
|
+
const p = u.pos, s = u.posMax, b = u.pos + 1, h = u.md.helpers.parseLinkLabel(u, u.pos, !0);
|
|
3134
|
+
if (h < 0)
|
|
3116
3135
|
return !1;
|
|
3117
|
-
let
|
|
3118
|
-
if (
|
|
3119
|
-
for (i = !1,
|
|
3136
|
+
let d = h + 1;
|
|
3137
|
+
if (d < s && u.src.charCodeAt(d) === 40) {
|
|
3138
|
+
for (i = !1, d++; d < s && (t = u.src.charCodeAt(d), !(!N(t) && t !== 10)); d++)
|
|
3120
3139
|
;
|
|
3121
|
-
if (
|
|
3140
|
+
if (d >= s)
|
|
3122
3141
|
return !1;
|
|
3123
|
-
if (c =
|
|
3124
|
-
for (l = u.md.normalizeLink(r.str), u.md.validateLink(l) ?
|
|
3142
|
+
if (c = d, r = u.md.helpers.parseLinkDestination(u.src, d, u.posMax), r.ok) {
|
|
3143
|
+
for (l = u.md.normalizeLink(r.str), u.md.validateLink(l) ? d = r.pos : l = "", c = d; d < s && (t = u.src.charCodeAt(d), !(!N(t) && t !== 10)); d++)
|
|
3125
3144
|
;
|
|
3126
|
-
if (r = u.md.helpers.parseLinkTitle(u.src,
|
|
3127
|
-
for (o = r.str,
|
|
3145
|
+
if (r = u.md.helpers.parseLinkTitle(u.src, d, u.posMax), d < s && c !== d && r.ok)
|
|
3146
|
+
for (o = r.str, d = r.pos; d < s && (t = u.src.charCodeAt(d), !(!N(t) && t !== 10)); d++)
|
|
3128
3147
|
;
|
|
3129
3148
|
}
|
|
3130
|
-
(
|
|
3149
|
+
(d >= s || u.src.charCodeAt(d) !== 41) && (i = !0), d++;
|
|
3131
3150
|
}
|
|
3132
3151
|
if (i) {
|
|
3133
3152
|
if (typeof u.env.references > "u")
|
|
3134
3153
|
return !1;
|
|
3135
|
-
if (
|
|
3136
|
-
return u.pos =
|
|
3154
|
+
if (d < s && u.src.charCodeAt(d) === 91 ? (c = d + 1, d = u.md.helpers.parseLinkLabel(u, d), d >= 0 ? n = u.src.slice(c, d++) : d = h + 1) : d = h + 1, n || (n = u.src.slice(b, h)), a = u.env.references[Hu(n)], !a)
|
|
3155
|
+
return u.pos = p, !1;
|
|
3137
3156
|
l = a.href, o = a.title;
|
|
3138
3157
|
}
|
|
3139
3158
|
if (!e) {
|
|
3140
|
-
u.pos =
|
|
3159
|
+
u.pos = b, u.posMax = h;
|
|
3141
3160
|
const w = u.push("link_open", "a", 1), O = [["href", l]];
|
|
3142
3161
|
w.attrs = O, o && O.push(["title", o]), u.linkLevel++, u.md.inline.tokenize(u), u.linkLevel--, u.push("link_close", "a", -1);
|
|
3143
3162
|
}
|
|
3144
|
-
return u.pos =
|
|
3163
|
+
return u.pos = d, u.posMax = s, !0;
|
|
3145
3164
|
}
|
|
3146
|
-
function
|
|
3147
|
-
let t, n, r, a, l, o, c, i,
|
|
3148
|
-
const s = u.pos,
|
|
3165
|
+
function Or(u, e) {
|
|
3166
|
+
let t, n, r, a, l, o, c, i, p = "";
|
|
3167
|
+
const s = u.pos, b = u.posMax;
|
|
3149
3168
|
if (u.src.charCodeAt(u.pos) !== 33 || u.src.charCodeAt(u.pos + 1) !== 91)
|
|
3150
3169
|
return !1;
|
|
3151
|
-
const
|
|
3152
|
-
if (
|
|
3170
|
+
const h = u.pos + 2, d = u.md.helpers.parseLinkLabel(u, u.pos + 1, !1);
|
|
3171
|
+
if (d < 0)
|
|
3153
3172
|
return !1;
|
|
3154
|
-
if (a =
|
|
3155
|
-
for (a++; a <
|
|
3173
|
+
if (a = d + 1, a < b && u.src.charCodeAt(a) === 40) {
|
|
3174
|
+
for (a++; a < b && (t = u.src.charCodeAt(a), !(!N(t) && t !== 10)); a++)
|
|
3156
3175
|
;
|
|
3157
|
-
if (a >=
|
|
3176
|
+
if (a >= b)
|
|
3158
3177
|
return !1;
|
|
3159
|
-
for (i = a, o = u.md.helpers.parseLinkDestination(u.src, a, u.posMax), o.ok && (
|
|
3178
|
+
for (i = a, o = u.md.helpers.parseLinkDestination(u.src, a, u.posMax), o.ok && (p = u.md.normalizeLink(o.str), u.md.validateLink(p) ? a = o.pos : p = ""), i = a; a < b && (t = u.src.charCodeAt(a), !(!N(t) && t !== 10)); a++)
|
|
3160
3179
|
;
|
|
3161
|
-
if (o = u.md.helpers.parseLinkTitle(u.src, a, u.posMax), a <
|
|
3162
|
-
for (c = o.str, a = o.pos; a <
|
|
3180
|
+
if (o = u.md.helpers.parseLinkTitle(u.src, a, u.posMax), a < b && i !== a && o.ok)
|
|
3181
|
+
for (c = o.str, a = o.pos; a < b && (t = u.src.charCodeAt(a), !(!N(t) && t !== 10)); a++)
|
|
3163
3182
|
;
|
|
3164
3183
|
else
|
|
3165
3184
|
c = "";
|
|
3166
|
-
if (a >=
|
|
3185
|
+
if (a >= b || u.src.charCodeAt(a) !== 41)
|
|
3167
3186
|
return u.pos = s, !1;
|
|
3168
3187
|
a++;
|
|
3169
3188
|
} else {
|
|
3170
3189
|
if (typeof u.env.references > "u")
|
|
3171
3190
|
return !1;
|
|
3172
|
-
if (a <
|
|
3191
|
+
if (a < b && u.src.charCodeAt(a) === 91 ? (i = a + 1, a = u.md.helpers.parseLinkLabel(u, a), a >= 0 ? r = u.src.slice(i, a++) : a = d + 1) : a = d + 1, r || (r = u.src.slice(h, d)), l = u.env.references[Hu(r)], !l)
|
|
3173
3192
|
return u.pos = s, !1;
|
|
3174
|
-
|
|
3193
|
+
p = l.href, c = l.title;
|
|
3175
3194
|
}
|
|
3176
3195
|
if (!e) {
|
|
3177
|
-
n = u.src.slice(
|
|
3196
|
+
n = u.src.slice(h, d);
|
|
3178
3197
|
const w = [];
|
|
3179
3198
|
u.md.inline.parse(
|
|
3180
3199
|
n,
|
|
@@ -3182,13 +3201,13 @@ function wr(u, e) {
|
|
|
3182
3201
|
u.env,
|
|
3183
3202
|
w
|
|
3184
3203
|
);
|
|
3185
|
-
const O = u.push("image", "img", 0), F = [["src",
|
|
3204
|
+
const O = u.push("image", "img", 0), F = [["src", p], ["alt", ""]];
|
|
3186
3205
|
O.attrs = F, O.children = w, O.content = n, c && F.push(["title", c]);
|
|
3187
3206
|
}
|
|
3188
|
-
return u.pos = a, u.posMax =
|
|
3207
|
+
return u.pos = a, u.posMax = b, !0;
|
|
3189
3208
|
}
|
|
3190
|
-
const
|
|
3191
|
-
function
|
|
3209
|
+
const $r = /^([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])?)*)$/, Rr = /^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;
|
|
3210
|
+
function Vr(u, e) {
|
|
3192
3211
|
let t = u.pos;
|
|
3193
3212
|
if (u.src.charCodeAt(t) !== 60)
|
|
3194
3213
|
return !1;
|
|
@@ -3203,7 +3222,7 @@ function Ir(u, e) {
|
|
|
3203
3222
|
break;
|
|
3204
3223
|
}
|
|
3205
3224
|
const a = u.src.slice(n + 1, t);
|
|
3206
|
-
if (
|
|
3225
|
+
if (Rr.test(a)) {
|
|
3207
3226
|
const l = u.md.normalizeLink(a);
|
|
3208
3227
|
if (!u.md.validateLink(l))
|
|
3209
3228
|
return !1;
|
|
@@ -3217,7 +3236,7 @@ function Ir(u, e) {
|
|
|
3217
3236
|
}
|
|
3218
3237
|
return u.pos += a.length + 2, !0;
|
|
3219
3238
|
}
|
|
3220
|
-
if (
|
|
3239
|
+
if ($r.test(a)) {
|
|
3221
3240
|
const l = u.md.normalizeLink("mailto:" + a);
|
|
3222
3241
|
if (!u.md.validateLink(l))
|
|
3223
3242
|
return !1;
|
|
@@ -3233,52 +3252,52 @@ function Ir(u, e) {
|
|
|
3233
3252
|
}
|
|
3234
3253
|
return !1;
|
|
3235
3254
|
}
|
|
3236
|
-
function
|
|
3255
|
+
function Mr(u) {
|
|
3237
3256
|
return /^<a[>\s]/i.test(u);
|
|
3238
3257
|
}
|
|
3239
|
-
function
|
|
3258
|
+
function qr(u) {
|
|
3240
3259
|
return /^<\/a\s*>/i.test(u);
|
|
3241
3260
|
}
|
|
3242
|
-
function
|
|
3261
|
+
function Br(u) {
|
|
3243
3262
|
const e = u | 32;
|
|
3244
3263
|
return e >= 97 && e <= 122;
|
|
3245
3264
|
}
|
|
3246
|
-
function
|
|
3265
|
+
function zr(u, e) {
|
|
3247
3266
|
if (!u.md.options.html)
|
|
3248
3267
|
return !1;
|
|
3249
3268
|
const t = u.posMax, n = u.pos;
|
|
3250
3269
|
if (u.src.charCodeAt(n) !== 60 || n + 2 >= t)
|
|
3251
3270
|
return !1;
|
|
3252
3271
|
const r = u.src.charCodeAt(n + 1);
|
|
3253
|
-
if (r !== 33 && r !== 63 && r !== 47 && !
|
|
3272
|
+
if (r !== 33 && r !== 63 && r !== 47 && !Br(r))
|
|
3254
3273
|
return !1;
|
|
3255
|
-
const a = u.src.slice(n).match(
|
|
3274
|
+
const a = u.src.slice(n).match(br);
|
|
3256
3275
|
if (!a)
|
|
3257
3276
|
return !1;
|
|
3258
3277
|
if (!e) {
|
|
3259
3278
|
const l = u.push("html_inline", "", 0);
|
|
3260
|
-
l.content = a[0],
|
|
3279
|
+
l.content = a[0], Mr(l.content) && u.linkLevel++, qr(l.content) && u.linkLevel--;
|
|
3261
3280
|
}
|
|
3262
3281
|
return u.pos += a[0].length, !0;
|
|
3263
3282
|
}
|
|
3264
|
-
const
|
|
3265
|
-
function
|
|
3283
|
+
const Lr = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, Pr = /^&([a-z][a-z0-9]{1,31});/i;
|
|
3284
|
+
function Ur(u, e) {
|
|
3266
3285
|
const t = u.pos, n = u.posMax;
|
|
3267
3286
|
if (u.src.charCodeAt(t) !== 38 || t + 1 >= n)
|
|
3268
3287
|
return !1;
|
|
3269
3288
|
if (u.src.charCodeAt(t + 1) === 35) {
|
|
3270
|
-
const a = u.src.slice(t).match(
|
|
3289
|
+
const a = u.src.slice(t).match(Lr);
|
|
3271
3290
|
if (a) {
|
|
3272
3291
|
if (!e) {
|
|
3273
3292
|
const l = a[1][0].toLowerCase() === "x" ? parseInt(a[1].slice(1), 16) : parseInt(a[1], 10), o = u.push("text_special", "", 0);
|
|
3274
|
-
o.content =
|
|
3293
|
+
o.content = Ae(l) ? Lu(l) : Lu(65533), o.markup = a[0], o.info = "entity";
|
|
3275
3294
|
}
|
|
3276
3295
|
return u.pos += a[0].length, !0;
|
|
3277
3296
|
}
|
|
3278
3297
|
} else {
|
|
3279
|
-
const a = u.src.slice(t).match(
|
|
3298
|
+
const a = u.src.slice(t).match(Pr);
|
|
3280
3299
|
if (a) {
|
|
3281
|
-
const l =
|
|
3300
|
+
const l = w0(a[0]);
|
|
3282
3301
|
if (l !== a[0]) {
|
|
3283
3302
|
if (!e) {
|
|
3284
3303
|
const o = u.push("text_special", "", 0);
|
|
@@ -3290,7 +3309,7 @@ function Br(u, e) {
|
|
|
3290
3309
|
}
|
|
3291
3310
|
return !1;
|
|
3292
3311
|
}
|
|
3293
|
-
function
|
|
3312
|
+
function Ke(u) {
|
|
3294
3313
|
const e = {}, t = u.length;
|
|
3295
3314
|
if (!t)
|
|
3296
3315
|
return;
|
|
@@ -3302,28 +3321,28 @@ function Qe(u) {
|
|
|
3302
3321
|
continue;
|
|
3303
3322
|
e.hasOwnProperty(o.marker) || (e[o.marker] = [-1, -1, -1, -1, -1, -1]);
|
|
3304
3323
|
const c = e[o.marker][(o.open ? 3 : 0) + o.length % 3];
|
|
3305
|
-
let i = n - a[n] - 1,
|
|
3324
|
+
let i = n - a[n] - 1, p = i;
|
|
3306
3325
|
for (; i > c; i -= a[i] + 1) {
|
|
3307
3326
|
const s = u[i];
|
|
3308
3327
|
if (s.marker === o.marker && s.open && s.end < 0) {
|
|
3309
|
-
let
|
|
3310
|
-
if ((s.close || o.open) && (s.length + o.length) % 3 === 0 && (s.length % 3 !== 0 || o.length % 3 !== 0) && (
|
|
3311
|
-
const
|
|
3312
|
-
a[l] = l - i +
|
|
3328
|
+
let b = !1;
|
|
3329
|
+
if ((s.close || o.open) && (s.length + o.length) % 3 === 0 && (s.length % 3 !== 0 || o.length % 3 !== 0) && (b = !0), !b) {
|
|
3330
|
+
const h = i > 0 && !u[i - 1].open ? a[i - 1] + 1 : 0;
|
|
3331
|
+
a[l] = l - i + h, a[i] = h, o.open = !1, s.end = l, s.close = !1, p = -1, r = -2;
|
|
3313
3332
|
break;
|
|
3314
3333
|
}
|
|
3315
3334
|
}
|
|
3316
3335
|
}
|
|
3317
|
-
|
|
3336
|
+
p !== -1 && (e[o.marker][(o.open ? 3 : 0) + (o.length || 0) % 3] = p);
|
|
3318
3337
|
}
|
|
3319
3338
|
}
|
|
3320
|
-
function
|
|
3339
|
+
function Nr(u) {
|
|
3321
3340
|
const e = u.tokens_meta, t = u.tokens_meta.length;
|
|
3322
|
-
|
|
3341
|
+
Ke(u.delimiters);
|
|
3323
3342
|
for (let n = 0; n < t; n++)
|
|
3324
|
-
e[n] && e[n].delimiters &&
|
|
3343
|
+
e[n] && e[n].delimiters && Ke(e[n].delimiters);
|
|
3325
3344
|
}
|
|
3326
|
-
function
|
|
3345
|
+
function jr(u) {
|
|
3327
3346
|
let e, t, n = 0;
|
|
3328
3347
|
const r = u.tokens, a = u.tokens.length;
|
|
3329
3348
|
for (e = t = 0; e < a; e++)
|
|
@@ -3331,25 +3350,25 @@ function Lr(u) {
|
|
|
3331
3350
|
e !== t && (r.length = t);
|
|
3332
3351
|
}
|
|
3333
3352
|
const ee = [
|
|
3334
|
-
["text",
|
|
3335
|
-
["linkify",
|
|
3336
|
-
["newline",
|
|
3337
|
-
["escape",
|
|
3338
|
-
["backticks",
|
|
3339
|
-
["strikethrough",
|
|
3340
|
-
["emphasis",
|
|
3341
|
-
["link",
|
|
3342
|
-
["image",
|
|
3343
|
-
["autolink",
|
|
3344
|
-
["html_inline",
|
|
3345
|
-
["entity",
|
|
3353
|
+
["text", yr],
|
|
3354
|
+
["linkify", Cr],
|
|
3355
|
+
["newline", Dr],
|
|
3356
|
+
["escape", Er],
|
|
3357
|
+
["backticks", Fr],
|
|
3358
|
+
["strikethrough", V0.tokenize],
|
|
3359
|
+
["emphasis", M0.tokenize],
|
|
3360
|
+
["link", Ir],
|
|
3361
|
+
["image", Or],
|
|
3362
|
+
["autolink", Vr],
|
|
3363
|
+
["html_inline", zr],
|
|
3364
|
+
["entity", Ur]
|
|
3346
3365
|
], te = [
|
|
3347
|
-
["balance_pairs",
|
|
3348
|
-
["strikethrough",
|
|
3349
|
-
["emphasis",
|
|
3366
|
+
["balance_pairs", Nr],
|
|
3367
|
+
["strikethrough", V0.postProcess],
|
|
3368
|
+
["emphasis", M0.postProcess],
|
|
3350
3369
|
// rules for pairs separate '**' into its own text tokens, which may be left unused,
|
|
3351
3370
|
// rule below merges unused segments back with the rest of the text
|
|
3352
|
-
["fragments_join",
|
|
3371
|
+
["fragments_join", jr]
|
|
3353
3372
|
];
|
|
3354
3373
|
function Ou() {
|
|
3355
3374
|
this.ruler = new eu();
|
|
@@ -3407,9 +3426,9 @@ Ou.prototype.parse = function(u, e, t, n) {
|
|
|
3407
3426
|
a[o](r);
|
|
3408
3427
|
};
|
|
3409
3428
|
Ou.prototype.State = Iu;
|
|
3410
|
-
function
|
|
3429
|
+
function Zr(u) {
|
|
3411
3430
|
const e = {};
|
|
3412
|
-
u = u || {}, e.src_Any =
|
|
3431
|
+
u = u || {}, e.src_Any = C0.source, e.src_Cc = D0.source, e.src_Z = F0.source, e.src_P = Ee.source, e.src_ZPCc = [e.src_Z, e.src_P, e.src_Cc].join("|"), e.src_ZCc = [e.src_Z, e.src_Cc].join("|");
|
|
3413
3432
|
const t = "[><|]";
|
|
3414
3433
|
return e.src_pseudo_letter = "(?:(?!" + t + "|" + e.src_ZPCc + ")" + e.src_Any + ")", e.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)", e.src_auth = "(?:(?:(?!" + e.src_ZCc + "|[@/\\[\\]()]).)+@)?", e.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?", e.src_host_terminator = "(?=$|" + t + "|" + e.src_ZPCc + ")(?!" + (u["---"] ? "-(?!--)|" : "-|") + "_|:\\d|\\.-|\\.(?!$|" + e.src_ZPCc + "))", e.src_path = "(?:[/?#](?:(?!" + e.src_ZCc + "|" + t + `|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!` + e.src_ZCc + "|\\]).)*\\]|\\((?:(?!" + e.src_ZCc + "|[)]).)*\\)|\\{(?:(?!" + e.src_ZCc + '|[}]).)*\\}|\\"(?:(?!' + e.src_ZCc + `|["]).)+\\"|\\'(?:(?!` + e.src_ZCc + "|[']).)+\\'|\\'(?=" + e.src_pseudo_letter + "|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!" + e.src_ZCc + "|[.]|$)|" + (u["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + // allow `,,,` in paths
|
|
3415
3434
|
",(?!" + e.src_ZCc + "|$)|;(?!" + e.src_ZCc + "|$)|\\!+(?!" + e.src_ZCc + "|[!]|$)|\\?(?!" + e.src_ZCc + "|[?]|$))+|\\/)?", e.src_email_name = '[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*', e.src_xn = "xn--[a-z0-9\\-]{1,59}", e.src_domain_root = // Allow letters & digits (http://test1)
|
|
@@ -3429,32 +3448,32 @@ function oe(u) {
|
|
|
3429
3448
|
function Ju(u) {
|
|
3430
3449
|
return Object.prototype.toString.call(u);
|
|
3431
3450
|
}
|
|
3432
|
-
function
|
|
3451
|
+
function Hr(u) {
|
|
3433
3452
|
return Ju(u) === "[object String]";
|
|
3434
3453
|
}
|
|
3435
|
-
function
|
|
3454
|
+
function Gr(u) {
|
|
3436
3455
|
return Ju(u) === "[object Object]";
|
|
3437
3456
|
}
|
|
3438
|
-
function
|
|
3457
|
+
function Jr(u) {
|
|
3439
3458
|
return Ju(u) === "[object RegExp]";
|
|
3440
3459
|
}
|
|
3441
|
-
function
|
|
3460
|
+
function Xe(u) {
|
|
3442
3461
|
return Ju(u) === "[object Function]";
|
|
3443
3462
|
}
|
|
3444
|
-
function
|
|
3463
|
+
function Wr(u) {
|
|
3445
3464
|
return u.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
3446
3465
|
}
|
|
3447
|
-
const
|
|
3466
|
+
const q0 = {
|
|
3448
3467
|
fuzzyLink: !0,
|
|
3449
3468
|
fuzzyEmail: !0,
|
|
3450
3469
|
fuzzyIP: !1
|
|
3451
3470
|
};
|
|
3452
|
-
function
|
|
3471
|
+
function Qr(u) {
|
|
3453
3472
|
return Object.keys(u || {}).reduce(function(e, t) {
|
|
3454
|
-
return e ||
|
|
3473
|
+
return e || q0.hasOwnProperty(t);
|
|
3455
3474
|
}, !1);
|
|
3456
3475
|
}
|
|
3457
|
-
const
|
|
3476
|
+
const Yr = {
|
|
3458
3477
|
"http:": {
|
|
3459
3478
|
validate: function(u, e, t) {
|
|
3460
3479
|
const n = u.slice(e);
|
|
@@ -3486,24 +3505,24 @@ const Gr = {
|
|
|
3486
3505
|
)), t.re.mailto.test(n) ? n.match(t.re.mailto)[0].length : 0;
|
|
3487
3506
|
}
|
|
3488
3507
|
}
|
|
3489
|
-
},
|
|
3490
|
-
function
|
|
3508
|
+
}, Kr = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]", Xr = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
3509
|
+
function ua(u) {
|
|
3491
3510
|
u.__index__ = -1, u.__text_cache__ = "";
|
|
3492
3511
|
}
|
|
3493
|
-
function
|
|
3512
|
+
function ea(u) {
|
|
3494
3513
|
return function(e, t) {
|
|
3495
3514
|
const n = e.slice(t);
|
|
3496
3515
|
return u.test(n) ? n.match(u)[0].length : 0;
|
|
3497
3516
|
};
|
|
3498
3517
|
}
|
|
3499
|
-
function
|
|
3518
|
+
function u0() {
|
|
3500
3519
|
return function(u, e) {
|
|
3501
3520
|
e.normalize(u);
|
|
3502
3521
|
};
|
|
3503
3522
|
}
|
|
3504
3523
|
function Pu(u) {
|
|
3505
|
-
const e = u.re =
|
|
3506
|
-
u.onCompile(), u.__tlds_replaced__ || t.push(
|
|
3524
|
+
const e = u.re = Zr(u.__opts__), t = u.__tlds__.slice();
|
|
3525
|
+
u.onCompile(), u.__tlds_replaced__ || t.push(Kr), t.push(e.src_xn), e.src_tlds = t.join("|");
|
|
3507
3526
|
function n(o) {
|
|
3508
3527
|
return o.replace("%TLDS%", e.src_tlds);
|
|
3509
3528
|
}
|
|
@@ -3518,38 +3537,38 @@ function Pu(u) {
|
|
|
3518
3537
|
if (c === null)
|
|
3519
3538
|
return;
|
|
3520
3539
|
const i = { validate: null, link: null };
|
|
3521
|
-
if (u.__compiled__[o] = i,
|
|
3522
|
-
|
|
3540
|
+
if (u.__compiled__[o] = i, Gr(c)) {
|
|
3541
|
+
Jr(c.validate) ? i.validate = ea(c.validate) : Xe(c.validate) ? i.validate = c.validate : a(o, c), Xe(c.normalize) ? i.normalize = c.normalize : c.normalize ? a(o, c) : i.normalize = u0();
|
|
3523
3542
|
return;
|
|
3524
3543
|
}
|
|
3525
|
-
if (
|
|
3544
|
+
if (Hr(c)) {
|
|
3526
3545
|
r.push(o);
|
|
3527
3546
|
return;
|
|
3528
3547
|
}
|
|
3529
3548
|
a(o, c);
|
|
3530
3549
|
}), r.forEach(function(o) {
|
|
3531
3550
|
u.__compiled__[u.__schemas__[o]] && (u.__compiled__[o].validate = u.__compiled__[u.__schemas__[o]].validate, u.__compiled__[o].normalize = u.__compiled__[u.__schemas__[o]].normalize);
|
|
3532
|
-
}), u.__compiled__[""] = { validate: null, normalize:
|
|
3551
|
+
}), u.__compiled__[""] = { validate: null, normalize: u0() };
|
|
3533
3552
|
const l = Object.keys(u.__compiled__).filter(function(o) {
|
|
3534
3553
|
return o.length > 0 && u.__compiled__[o];
|
|
3535
|
-
}).map(
|
|
3554
|
+
}).map(Wr).join("|");
|
|
3536
3555
|
u.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + l + ")", "i"), u.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + e.src_ZPCc + "))(" + l + ")", "ig"), u.re.schema_at_start = RegExp("^" + u.re.schema_search.source, "i"), u.re.pretest = RegExp(
|
|
3537
3556
|
"(" + u.re.schema_test.source + ")|(" + u.re.host_fuzzy_test.source + ")|@",
|
|
3538
3557
|
"i"
|
|
3539
|
-
),
|
|
3558
|
+
), ua(u);
|
|
3540
3559
|
}
|
|
3541
|
-
function
|
|
3560
|
+
function ta(u, e) {
|
|
3542
3561
|
const t = u.__index__, n = u.__last_index__, r = u.__text_cache__.slice(t, n);
|
|
3543
3562
|
this.schema = u.__schema__.toLowerCase(), this.index = t + e, this.lastIndex = n + e, this.raw = r, this.text = r, this.url = r;
|
|
3544
3563
|
}
|
|
3545
3564
|
function le(u, e) {
|
|
3546
|
-
const t = new
|
|
3565
|
+
const t = new ta(u, e);
|
|
3547
3566
|
return u.__compiled__[t.schema].normalize(t, u), t;
|
|
3548
3567
|
}
|
|
3549
3568
|
function nu(u, e) {
|
|
3550
3569
|
if (!(this instanceof nu))
|
|
3551
3570
|
return new nu(u, e);
|
|
3552
|
-
e ||
|
|
3571
|
+
e || Qr(u) && (e = u, u = {}), this.__opts__ = oe({}, q0, e), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = oe({}, Yr, u), this.__compiled__ = {}, this.__tlds__ = Xr, this.__tlds_replaced__ = !1, this.re = {}, Pu(this);
|
|
3553
3572
|
}
|
|
3554
3573
|
nu.prototype.add = function(e, t) {
|
|
3555
3574
|
return this.__schemas__[e] = t, Pu(this), this;
|
|
@@ -3560,7 +3579,7 @@ nu.prototype.set = function(e) {
|
|
|
3560
3579
|
nu.prototype.test = function(e) {
|
|
3561
3580
|
if (this.__text_cache__ = e, this.__index__ = -1, !e.length)
|
|
3562
3581
|
return !1;
|
|
3563
|
-
let t, n, r, a, l, o, c, i,
|
|
3582
|
+
let t, n, r, a, l, o, c, i, p;
|
|
3564
3583
|
if (this.re.schema_test.test(e)) {
|
|
3565
3584
|
for (c = this.re.schema_search, c.lastIndex = 0; (t = c.exec(e)) !== null; )
|
|
3566
3585
|
if (a = this.testSchemaAt(e, t[2], c.lastIndex), a) {
|
|
@@ -3568,7 +3587,7 @@ nu.prototype.test = function(e) {
|
|
|
3568
3587
|
break;
|
|
3569
3588
|
}
|
|
3570
3589
|
}
|
|
3571
|
-
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (i = e.search(this.re.host_fuzzy_test), i >= 0 && (this.__index__ < 0 || i < this.__index__) && (n = e.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (l = n.index + n[1].length, (this.__index__ < 0 || l < this.__index__) && (this.__schema__ = "", this.__index__ = l, this.__last_index__ = n.index + n[0].length))), this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && (
|
|
3590
|
+
return this.__opts__.fuzzyLink && this.__compiled__["http:"] && (i = e.search(this.re.host_fuzzy_test), i >= 0 && (this.__index__ < 0 || i < this.__index__) && (n = e.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null && (l = n.index + n[1].length, (this.__index__ < 0 || l < this.__index__) && (this.__schema__ = "", this.__index__ = l, this.__last_index__ = n.index + n[0].length))), this.__opts__.fuzzyEmail && this.__compiled__["mailto:"] && (p = e.indexOf("@"), p >= 0 && (r = e.match(this.re.email_fuzzy)) !== null && (l = r.index + r[1].length, o = r.index + r[0].length, (this.__index__ < 0 || l < this.__index__ || l === this.__index__ && o > this.__last_index__) && (this.__schema__ = "mailto:", this.__index__ = l, this.__last_index__ = o))), this.__index__ >= 0;
|
|
3572
3591
|
};
|
|
3573
3592
|
nu.prototype.pretest = function(e) {
|
|
3574
3593
|
return this.re.pretest.test(e);
|
|
@@ -3604,29 +3623,29 @@ nu.prototype.normalize = function(e) {
|
|
|
3604
3623
|
};
|
|
3605
3624
|
nu.prototype.onCompile = function() {
|
|
3606
3625
|
};
|
|
3607
|
-
const _u = 2147483647, lu = 36,
|
|
3626
|
+
const _u = 2147483647, lu = 36, Se = 1, Tu = 26, na = 38, ra = 700, B0 = 72, z0 = 128, L0 = "-", aa = /^xn--/, oa = /[^\0-\x7F]/, la = /[\x2E\u3002\uFF0E\uFF61]/g, ia = {
|
|
3608
3627
|
overflow: "Overflow: input needs wider integers to process",
|
|
3609
3628
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3610
3629
|
"invalid-input": "Invalid input"
|
|
3611
|
-
}, ne = lu -
|
|
3630
|
+
}, ne = lu - Se, iu = Math.floor, re = String.fromCharCode;
|
|
3612
3631
|
function fu(u) {
|
|
3613
|
-
throw new RangeError(
|
|
3632
|
+
throw new RangeError(ia[u]);
|
|
3614
3633
|
}
|
|
3615
|
-
function
|
|
3634
|
+
function ca(u, e) {
|
|
3616
3635
|
const t = [];
|
|
3617
3636
|
let n = u.length;
|
|
3618
3637
|
for (; n--; )
|
|
3619
3638
|
t[n] = e(u[n]);
|
|
3620
3639
|
return t;
|
|
3621
3640
|
}
|
|
3622
|
-
function
|
|
3641
|
+
function P0(u, e) {
|
|
3623
3642
|
const t = u.split("@");
|
|
3624
3643
|
let n = "";
|
|
3625
|
-
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(
|
|
3626
|
-
const r = u.split("."), a =
|
|
3644
|
+
t.length > 1 && (n = t[0] + "@", u = t[1]), u = u.replace(la, ".");
|
|
3645
|
+
const r = u.split("."), a = ca(r, e).join(".");
|
|
3627
3646
|
return n + a;
|
|
3628
3647
|
}
|
|
3629
|
-
function
|
|
3648
|
+
function U0(u) {
|
|
3630
3649
|
const e = [];
|
|
3631
3650
|
let t = 0;
|
|
3632
3651
|
const n = u.length;
|
|
@@ -3640,78 +3659,78 @@ function B0(u) {
|
|
|
3640
3659
|
}
|
|
3641
3660
|
return e;
|
|
3642
3661
|
}
|
|
3643
|
-
const
|
|
3662
|
+
const sa = (u) => String.fromCodePoint(...u), da = function(u) {
|
|
3644
3663
|
return u >= 48 && u < 58 ? 26 + (u - 48) : u >= 65 && u < 91 ? u - 65 : u >= 97 && u < 123 ? u - 97 : lu;
|
|
3645
|
-
},
|
|
3664
|
+
}, e0 = function(u, e) {
|
|
3646
3665
|
return u + 22 + 75 * (u < 26) - ((e != 0) << 5);
|
|
3647
|
-
},
|
|
3666
|
+
}, N0 = function(u, e, t) {
|
|
3648
3667
|
let n = 0;
|
|
3649
|
-
for (u = t ? iu(u /
|
|
3668
|
+
for (u = t ? iu(u / ra) : u >> 1, u += iu(u / e); u > ne * Tu >> 1; n += lu)
|
|
3650
3669
|
u = iu(u / ne);
|
|
3651
|
-
return iu(n + (ne + 1) * u / (u +
|
|
3652
|
-
},
|
|
3670
|
+
return iu(n + (ne + 1) * u / (u + na));
|
|
3671
|
+
}, j0 = function(u) {
|
|
3653
3672
|
const e = [], t = u.length;
|
|
3654
|
-
let n = 0, r =
|
|
3673
|
+
let n = 0, r = z0, a = B0, l = u.lastIndexOf(L0);
|
|
3655
3674
|
l < 0 && (l = 0);
|
|
3656
3675
|
for (let o = 0; o < l; ++o)
|
|
3657
3676
|
u.charCodeAt(o) >= 128 && fu("not-basic"), e.push(u.charCodeAt(o));
|
|
3658
3677
|
for (let o = l > 0 ? l + 1 : 0; o < t; ) {
|
|
3659
3678
|
const c = n;
|
|
3660
|
-
for (let
|
|
3679
|
+
for (let p = 1, s = lu; ; s += lu) {
|
|
3661
3680
|
o >= t && fu("invalid-input");
|
|
3662
|
-
const
|
|
3663
|
-
|
|
3664
|
-
const
|
|
3665
|
-
if (
|
|
3681
|
+
const b = da(u.charCodeAt(o++));
|
|
3682
|
+
b >= lu && fu("invalid-input"), b > iu((_u - n) / p) && fu("overflow"), n += b * p;
|
|
3683
|
+
const h = s <= a ? Se : s >= a + Tu ? Tu : s - a;
|
|
3684
|
+
if (b < h)
|
|
3666
3685
|
break;
|
|
3667
|
-
const
|
|
3668
|
-
|
|
3686
|
+
const d = lu - h;
|
|
3687
|
+
p > iu(_u / d) && fu("overflow"), p *= d;
|
|
3669
3688
|
}
|
|
3670
3689
|
const i = e.length + 1;
|
|
3671
|
-
a =
|
|
3690
|
+
a = N0(n - c, i, c == 0), iu(n / i) > _u - r && fu("overflow"), r += iu(n / i), n %= i, e.splice(n++, 0, r);
|
|
3672
3691
|
}
|
|
3673
3692
|
return String.fromCodePoint(...e);
|
|
3674
|
-
},
|
|
3693
|
+
}, Z0 = function(u) {
|
|
3675
3694
|
const e = [];
|
|
3676
|
-
u =
|
|
3695
|
+
u = U0(u);
|
|
3677
3696
|
const t = u.length;
|
|
3678
|
-
let n =
|
|
3697
|
+
let n = z0, r = 0, a = B0;
|
|
3679
3698
|
for (const c of u)
|
|
3680
3699
|
c < 128 && e.push(re(c));
|
|
3681
3700
|
const l = e.length;
|
|
3682
3701
|
let o = l;
|
|
3683
|
-
for (l && e.push(
|
|
3702
|
+
for (l && e.push(L0); o < t; ) {
|
|
3684
3703
|
let c = _u;
|
|
3685
|
-
for (const
|
|
3686
|
-
|
|
3704
|
+
for (const p of u)
|
|
3705
|
+
p >= n && p < c && (c = p);
|
|
3687
3706
|
const i = o + 1;
|
|
3688
3707
|
c - n > iu((_u - r) / i) && fu("overflow"), r += (c - n) * i, n = c;
|
|
3689
|
-
for (const
|
|
3690
|
-
if (
|
|
3708
|
+
for (const p of u)
|
|
3709
|
+
if (p < n && ++r > _u && fu("overflow"), p === n) {
|
|
3691
3710
|
let s = r;
|
|
3692
|
-
for (let
|
|
3693
|
-
const
|
|
3694
|
-
if (s <
|
|
3711
|
+
for (let b = lu; ; b += lu) {
|
|
3712
|
+
const h = b <= a ? Se : b >= a + Tu ? Tu : b - a;
|
|
3713
|
+
if (s < h)
|
|
3695
3714
|
break;
|
|
3696
|
-
const
|
|
3715
|
+
const d = s - h, w = lu - h;
|
|
3697
3716
|
e.push(
|
|
3698
|
-
re(
|
|
3699
|
-
), s = iu(
|
|
3717
|
+
re(e0(h + d % w, 0))
|
|
3718
|
+
), s = iu(d / w);
|
|
3700
3719
|
}
|
|
3701
|
-
e.push(re(
|
|
3720
|
+
e.push(re(e0(s, 0))), a = N0(r, i, o === l), r = 0, ++o;
|
|
3702
3721
|
}
|
|
3703
3722
|
++r, ++n;
|
|
3704
3723
|
}
|
|
3705
3724
|
return e.join("");
|
|
3706
|
-
},
|
|
3707
|
-
return
|
|
3708
|
-
return
|
|
3725
|
+
}, fa = function(u) {
|
|
3726
|
+
return P0(u, function(e) {
|
|
3727
|
+
return aa.test(e) ? j0(e.slice(4).toLowerCase()) : e;
|
|
3709
3728
|
});
|
|
3710
|
-
},
|
|
3711
|
-
return
|
|
3712
|
-
return
|
|
3729
|
+
}, pa = function(u) {
|
|
3730
|
+
return P0(u, function(e) {
|
|
3731
|
+
return oa.test(e) ? "xn--" + Z0(e) : e;
|
|
3713
3732
|
});
|
|
3714
|
-
},
|
|
3733
|
+
}, H0 = {
|
|
3715
3734
|
/**
|
|
3716
3735
|
* A string representing the current Punycode.js version number.
|
|
3717
3736
|
* @memberOf punycode
|
|
@@ -3726,14 +3745,14 @@ const oa = (u) => String.fromCodePoint(...u), la = function(u) {
|
|
|
3726
3745
|
* @type Object
|
|
3727
3746
|
*/
|
|
3728
3747
|
ucs2: {
|
|
3729
|
-
decode:
|
|
3730
|
-
encode:
|
|
3748
|
+
decode: U0,
|
|
3749
|
+
encode: sa
|
|
3731
3750
|
},
|
|
3732
|
-
decode:
|
|
3733
|
-
encode:
|
|
3734
|
-
toASCII:
|
|
3735
|
-
toUnicode:
|
|
3736
|
-
},
|
|
3751
|
+
decode: j0,
|
|
3752
|
+
encode: Z0,
|
|
3753
|
+
toASCII: pa,
|
|
3754
|
+
toUnicode: fa
|
|
3755
|
+
}, ba = {
|
|
3737
3756
|
options: {
|
|
3738
3757
|
// Enable HTML tags in source
|
|
3739
3758
|
html: !1,
|
|
@@ -3769,7 +3788,7 @@ const oa = (u) => String.fromCodePoint(...u), la = function(u) {
|
|
|
3769
3788
|
block: {},
|
|
3770
3789
|
inline: {}
|
|
3771
3790
|
}
|
|
3772
|
-
},
|
|
3791
|
+
}, ha = {
|
|
3773
3792
|
options: {
|
|
3774
3793
|
// Enable HTML tags in source
|
|
3775
3794
|
html: !1,
|
|
@@ -3824,7 +3843,7 @@ const oa = (u) => String.fromCodePoint(...u), la = function(u) {
|
|
|
3824
3843
|
]
|
|
3825
3844
|
}
|
|
3826
3845
|
}
|
|
3827
|
-
},
|
|
3846
|
+
}, ma = {
|
|
3828
3847
|
options: {
|
|
3829
3848
|
// Enable HTML tags in source
|
|
3830
3849
|
html: !0,
|
|
@@ -3898,47 +3917,47 @@ const oa = (u) => String.fromCodePoint(...u), la = function(u) {
|
|
|
3898
3917
|
]
|
|
3899
3918
|
}
|
|
3900
3919
|
}
|
|
3901
|
-
},
|
|
3902
|
-
default:
|
|
3903
|
-
zero:
|
|
3904
|
-
commonmark:
|
|
3905
|
-
},
|
|
3906
|
-
function
|
|
3920
|
+
}, xa = {
|
|
3921
|
+
default: ba,
|
|
3922
|
+
zero: ha,
|
|
3923
|
+
commonmark: ma
|
|
3924
|
+
}, _a = /^(vbscript|javascript|file|data):/, ga = /^data:image\/(gif|png|jpeg|webp);/;
|
|
3925
|
+
function ka(u) {
|
|
3907
3926
|
const e = u.trim().toLowerCase();
|
|
3908
|
-
return
|
|
3927
|
+
return _a.test(e) ? ga.test(e) : !0;
|
|
3909
3928
|
}
|
|
3910
|
-
const
|
|
3911
|
-
function
|
|
3912
|
-
const e =
|
|
3913
|
-
if (e.hostname && (!e.protocol ||
|
|
3929
|
+
const G0 = ["http:", "https:", "mailto:"];
|
|
3930
|
+
function ya(u) {
|
|
3931
|
+
const e = De(u, !0);
|
|
3932
|
+
if (e.hostname && (!e.protocol || G0.indexOf(e.protocol) >= 0))
|
|
3914
3933
|
try {
|
|
3915
|
-
e.hostname =
|
|
3934
|
+
e.hostname = H0.toASCII(e.hostname);
|
|
3916
3935
|
} catch {
|
|
3917
3936
|
}
|
|
3918
|
-
return Su(
|
|
3937
|
+
return Su(Ce(e));
|
|
3919
3938
|
}
|
|
3920
|
-
function
|
|
3921
|
-
const e =
|
|
3922
|
-
if (e.hostname && (!e.protocol ||
|
|
3939
|
+
function va(u) {
|
|
3940
|
+
const e = De(u, !0);
|
|
3941
|
+
if (e.hostname && (!e.protocol || G0.indexOf(e.protocol) >= 0))
|
|
3923
3942
|
try {
|
|
3924
|
-
e.hostname =
|
|
3943
|
+
e.hostname = H0.toUnicode(e.hostname);
|
|
3925
3944
|
} catch {
|
|
3926
3945
|
}
|
|
3927
|
-
return gu(
|
|
3946
|
+
return gu(Ce(e), gu.defaultChars + "%");
|
|
3928
3947
|
}
|
|
3929
3948
|
function ru(u, e) {
|
|
3930
3949
|
if (!(this instanceof ru))
|
|
3931
3950
|
return new ru(u, e);
|
|
3932
|
-
e ||
|
|
3951
|
+
e || Fe(u) || (e = u || {}, u = "default"), this.inline = new Ou(), this.block = new Gu(), this.core = new we(), this.renderer = new vu(), this.linkify = new nu(), this.validateLink = ka, this.normalizeLink = ya, this.normalizeLinkText = va, this.utils = Dn, this.helpers = Zu({}, wn), this.options = {}, this.configure(u), e && this.set(e);
|
|
3933
3952
|
}
|
|
3934
3953
|
ru.prototype.set = function(u) {
|
|
3935
3954
|
return Zu(this.options, u), this;
|
|
3936
3955
|
};
|
|
3937
3956
|
ru.prototype.configure = function(u) {
|
|
3938
3957
|
const e = this;
|
|
3939
|
-
if (
|
|
3958
|
+
if (Fe(u)) {
|
|
3940
3959
|
const t = u;
|
|
3941
|
-
if (u =
|
|
3960
|
+
if (u = xa[t], !u)
|
|
3942
3961
|
throw new Error('Wrong `markdown-it` preset "' + t + '", check name');
|
|
3943
3962
|
}
|
|
3944
3963
|
if (!u)
|
|
@@ -3991,7 +4010,7 @@ ru.prototype.parseInline = function(u, e) {
|
|
|
3991
4010
|
ru.prototype.renderInline = function(u, e) {
|
|
3992
4011
|
return e = e || {}, this.renderer.render(this.parseInline(u, e), this.options, e);
|
|
3993
4012
|
};
|
|
3994
|
-
const
|
|
4013
|
+
const Ca = ["innerHTML"], Da = {
|
|
3995
4014
|
__name: "FactorDescription",
|
|
3996
4015
|
props: /* @__PURE__ */ Nu({
|
|
3997
4016
|
factorType: { type: String, default: "模版" },
|
|
@@ -4002,29 +4021,31 @@ const ga = ["innerHTML"], ka = {
|
|
|
4002
4021
|
}),
|
|
4003
4022
|
emits: ["update:visible"],
|
|
4004
4023
|
setup(u) {
|
|
4005
|
-
const { env: e } =
|
|
4006
|
-
return
|
|
4024
|
+
const { env: e } = a0("stConfig"), t = new ru(), n = uu(""), r = ju(u, "visible");
|
|
4025
|
+
return c0(async () => {
|
|
4007
4026
|
let a = "";
|
|
4008
4027
|
e.MODE === "production" ? a = await fetch("//47.99.165.133/factor_select.md") : a = await fetch("//192.168.12.38/factor_select.md");
|
|
4009
4028
|
const l = await a.text();
|
|
4010
4029
|
n.value = t.render(l);
|
|
4011
4030
|
}), (a, l) => {
|
|
4012
|
-
const o =
|
|
4013
|
-
return D(),
|
|
4031
|
+
const o = rt, c = at, i = r0, p = ge;
|
|
4032
|
+
return D(), P(p, {
|
|
4014
4033
|
modelValue: r.value,
|
|
4015
4034
|
"onUpdate:modelValue": l[0] || (l[0] = (s) => r.value = s),
|
|
4016
4035
|
title: u.factorType === "模版" ? "因子说明" : "脚本编写说明",
|
|
4017
4036
|
width: "1000",
|
|
4018
4037
|
"align-center": "",
|
|
4038
|
+
"append-to-body": "",
|
|
4039
|
+
"destroy-on-close": "",
|
|
4019
4040
|
draggable: "",
|
|
4020
4041
|
overflow: "",
|
|
4021
|
-
|
|
4022
|
-
"
|
|
4042
|
+
modal: !1,
|
|
4043
|
+
"modal-penetrable": !0
|
|
4023
4044
|
}, {
|
|
4024
4045
|
default: E(() => [
|
|
4025
4046
|
k(i, { height: "500px" }, {
|
|
4026
4047
|
default: E(() => [
|
|
4027
|
-
u.factorType === "模版" ? (D(),
|
|
4048
|
+
u.factorType === "模版" ? (D(), P(c, {
|
|
4028
4049
|
key: 0,
|
|
4029
4050
|
data: u.data,
|
|
4030
4051
|
border: "",
|
|
@@ -4046,12 +4067,12 @@ const ga = ["innerHTML"], ka = {
|
|
|
4046
4067
|
})
|
|
4047
4068
|
]),
|
|
4048
4069
|
_: 1
|
|
4049
|
-
}, 8, ["data"])) :
|
|
4070
|
+
}, 8, ["data"])) : U("", !0),
|
|
4050
4071
|
u.factorType === "脚本" ? (D(), T("div", {
|
|
4051
4072
|
key: 1,
|
|
4052
4073
|
class: "markdown-body",
|
|
4053
4074
|
innerHTML: n.value
|
|
4054
|
-
}, null, 8,
|
|
4075
|
+
}, null, 8, Ca)) : U("", !0)
|
|
4055
4076
|
]),
|
|
4056
4077
|
_: 1
|
|
4057
4078
|
})
|
|
@@ -4061,7 +4082,7 @@ const ga = ["innerHTML"], ka = {
|
|
|
4061
4082
|
};
|
|
4062
4083
|
}
|
|
4063
4084
|
};
|
|
4064
|
-
const
|
|
4085
|
+
const J0 = (u) => (xe("data-v-43e95fba"), u = u(), _e(), u), Ea = { class: "factor-screen" }, Fa = { style: { "white-space": "pre-line" } }, Aa = { class: "custom-header" }, wa = { class: "left" }, Ta = ["id"], Sa = { class: "right" }, Ia = { class: "form-row" }, Oa = { class: "index" }, $a = { style: { display: "flex", "align-items": "center", width: "100%", height: "24px" } }, Ra = /* @__PURE__ */ J0(() => /* @__PURE__ */ I("span", null, "~", -1)), Va = /* @__PURE__ */ J0(() => /* @__PURE__ */ I("span", null, "&&代表and,||代表or", -1)), Ma = { class: "dialog-footer" }, qa = {
|
|
4065
4086
|
__name: "index",
|
|
4066
4087
|
props: /* @__PURE__ */ Nu({
|
|
4067
4088
|
config: {
|
|
@@ -4119,51 +4140,51 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4119
4140
|
},
|
|
4120
4141
|
{ deep: !0 }
|
|
4121
4142
|
);
|
|
4122
|
-
const
|
|
4123
|
-
const { list:
|
|
4143
|
+
const p = () => {
|
|
4144
|
+
const { list: f, sqlEnable: _, sqlValue: x, factorSelectExpr: m } = t.value;
|
|
4124
4145
|
i.value = {
|
|
4125
|
-
list: JSON.parse(JSON.stringify(
|
|
4146
|
+
list: JSON.parse(JSON.stringify(f)),
|
|
4126
4147
|
sqlEnable: _,
|
|
4127
|
-
sqlValue:
|
|
4128
|
-
factorSelectExpr:
|
|
4129
|
-
}, i.value.list.length ||
|
|
4130
|
-
|
|
4148
|
+
sqlValue: x,
|
|
4149
|
+
factorSelectExpr: m
|
|
4150
|
+
}, i.value.list.length || h(), a.value = !0, me(() => {
|
|
4151
|
+
m ? (o.value = "脚本", n.value.setValue(m)) : o.value = "模版", n.value.resize();
|
|
4131
4152
|
});
|
|
4132
4153
|
}, s = () => {
|
|
4133
4154
|
if (o.value === "模版")
|
|
4134
|
-
c.value.validate((
|
|
4135
|
-
const { list: _, sqlEnable:
|
|
4136
|
-
if (
|
|
4137
|
-
if (
|
|
4138
|
-
if (!
|
|
4139
|
-
return
|
|
4140
|
-
const v =
|
|
4155
|
+
c.value.validate((f) => {
|
|
4156
|
+
const { list: _, sqlEnable: x, sqlValue: m } = i.value;
|
|
4157
|
+
if (f) {
|
|
4158
|
+
if (x) {
|
|
4159
|
+
if (!m)
|
|
4160
|
+
return K.error("SQL语句不能为空");
|
|
4161
|
+
const v = qe(m), g = _.map((y, R) => `条件${R + 1}`), $ = v.filter((y) => !g.includes(y));
|
|
4141
4162
|
if ($.length)
|
|
4142
|
-
return
|
|
4163
|
+
return K.error(`请检查SQL语句, 不存在[${$}]`);
|
|
4143
4164
|
}
|
|
4144
4165
|
t.value = {
|
|
4145
4166
|
list: JSON.parse(JSON.stringify(_)),
|
|
4146
|
-
sqlEnable:
|
|
4147
|
-
sqlValue:
|
|
4167
|
+
sqlEnable: x,
|
|
4168
|
+
sqlValue: m,
|
|
4148
4169
|
factorSelectExpr: ""
|
|
4149
4170
|
}, a.value = !1;
|
|
4150
4171
|
}
|
|
4151
4172
|
});
|
|
4152
4173
|
else {
|
|
4153
|
-
const
|
|
4154
|
-
if (!
|
|
4155
|
-
return
|
|
4174
|
+
const f = n.value.getValue();
|
|
4175
|
+
if (!f)
|
|
4176
|
+
return K.error("请输入脚本语句");
|
|
4156
4177
|
t.value = {
|
|
4157
4178
|
list: [],
|
|
4158
4179
|
sqlEnable: 0,
|
|
4159
4180
|
sqlValue: null,
|
|
4160
|
-
factorSelectExpr:
|
|
4181
|
+
factorSelectExpr: f
|
|
4161
4182
|
}, a.value = !1;
|
|
4162
4183
|
}
|
|
4163
|
-
},
|
|
4164
|
-
i.value.list.splice(
|
|
4165
|
-
},
|
|
4166
|
-
switch (
|
|
4184
|
+
}, b = (f) => {
|
|
4185
|
+
i.value.list.splice(f, 1);
|
|
4186
|
+
}, h = (f) => {
|
|
4187
|
+
switch (f) {
|
|
4167
4188
|
case "compare": {
|
|
4168
4189
|
i.value.list.push({
|
|
4169
4190
|
key: "compare",
|
|
@@ -4184,30 +4205,30 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4184
4205
|
break;
|
|
4185
4206
|
}
|
|
4186
4207
|
}
|
|
4187
|
-
},
|
|
4188
|
-
c.value.validate((
|
|
4189
|
-
if (
|
|
4208
|
+
}, d = () => {
|
|
4209
|
+
c.value.validate((f) => {
|
|
4210
|
+
if (f)
|
|
4190
4211
|
if (i.value.sqlValue) {
|
|
4191
|
-
const _ =
|
|
4192
|
-
i.value.sqlValue = i.value.list.reduce((
|
|
4212
|
+
const _ = qe(i.value.sqlValue);
|
|
4213
|
+
i.value.sqlValue = i.value.list.reduce((x, m, v) => (_.includes(`条件${v + 1}`) || (x += `&& 条件${v + 1} `), x), i.value.sqlValue);
|
|
4193
4214
|
} else
|
|
4194
|
-
i.value.sqlValue = i.value.list.reduce((_,
|
|
4215
|
+
i.value.sqlValue = i.value.list.reduce((_, x, m) => (m === 0 ? _ += `条件${m + 1} ` : _ += `&& 条件${m + 1} `, _), "");
|
|
4195
4216
|
});
|
|
4196
|
-
}, w = (
|
|
4197
|
-
switch (
|
|
4217
|
+
}, w = (f) => {
|
|
4218
|
+
switch (f.key) {
|
|
4198
4219
|
case "compare": {
|
|
4199
|
-
const { cycle: _, factor:
|
|
4220
|
+
const { cycle: _, factor: x, compareType: m, cycle2: v, factor2: g } = f;
|
|
4200
4221
|
let $ = "";
|
|
4201
|
-
return $ += ` ${e.config.cycleOptions.find(({ value: y }) => y === _).label}`, $ += ` ${e.config.factorOptions.find(({ value: y }) => y ===
|
|
4222
|
+
return $ += ` ${e.config.cycleOptions.find(({ value: y }) => y === _).label}`, $ += ` ${e.config.factorOptions.find(({ value: y }) => y === x).label}`, $ += ` ${m}`, $ += ` ${e.config.cycleOptions.find(({ value: y }) => y === v).label}`, $ += ` ${e.config.factorOptions.find(({ value: y }) => y === g).label}`, $;
|
|
4202
4223
|
}
|
|
4203
4224
|
default: {
|
|
4204
|
-
const { cycle: _, factor:
|
|
4225
|
+
const { cycle: _, factor: x, score: m } = f;
|
|
4205
4226
|
let v = "";
|
|
4206
|
-
return v += ` ${e.config.cycleOptions.find(({ value: g }) => g === _).label}`, v += ` ${e.config.factorOptions.find(({ value: g }) => g ===
|
|
4227
|
+
return v += ` ${e.config.cycleOptions.find(({ value: g }) => g === _).label}`, v += ` ${e.config.factorOptions.find(({ value: g }) => g === x).label}`, v += ` ${m[0] || m[0] === 0 ? `${m[0]}分` : "∞"}`, v += " ~", v += ` ${m[1] || m[1] === 0 ? `${m[1]}分` : "∞"}`, v;
|
|
4207
4228
|
}
|
|
4208
4229
|
}
|
|
4209
|
-
}, O = (
|
|
4210
|
-
switch (
|
|
4230
|
+
}, O = (f, _) => {
|
|
4231
|
+
switch (f) {
|
|
4211
4232
|
case "sqlTag": {
|
|
4212
4233
|
t.value = {
|
|
4213
4234
|
list: [],
|
|
@@ -4221,7 +4242,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4221
4242
|
break;
|
|
4222
4243
|
}
|
|
4223
4244
|
case "scriptTag": {
|
|
4224
|
-
|
|
4245
|
+
it.confirm("是否确认删除因子筛选: 脚本模式", "删除操作", {
|
|
4225
4246
|
confirmButtonText: "确认",
|
|
4226
4247
|
cancelButtonText: "取消",
|
|
4227
4248
|
type: "warning"
|
|
@@ -4237,17 +4258,15 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4237
4258
|
}
|
|
4238
4259
|
}
|
|
4239
4260
|
}, F = () => {
|
|
4240
|
-
|
|
4241
|
-
const d = (h = (m = (_ = document.getElementsByClassName("factor-dialog")) == null ? void 0 : _[0]) == null ? void 0 : m.style) == null ? void 0 : h.zIndex;
|
|
4242
|
-
console.log(d), r.value.open(n.value, d);
|
|
4261
|
+
r.value.open(n.value);
|
|
4243
4262
|
};
|
|
4244
|
-
return (
|
|
4263
|
+
return (f, _) => {
|
|
4245
4264
|
var Vu;
|
|
4246
|
-
const
|
|
4247
|
-
return D(), T(
|
|
4248
|
-
I("div",
|
|
4265
|
+
const x = ct, m = p0, v = Ct, g = f0, $ = yt, y = nt, R = v0, A = ve, z = se, L = de, C = mt, W = d0, mu = ye, $u = s0, Ru = xt, Du = r0, Q = ge, Y = bt("st-varSelectDialog");
|
|
4266
|
+
return D(), T(q, null, [
|
|
4267
|
+
I("div", Ea, [
|
|
4249
4268
|
I("div", null, [
|
|
4250
|
-
t.value.sqlEnable && t.value.sqlValue ? (D(),
|
|
4269
|
+
t.value.sqlEnable && t.value.sqlValue ? (D(), P(m, {
|
|
4251
4270
|
key: 0,
|
|
4252
4271
|
closable: "",
|
|
4253
4272
|
type: "info",
|
|
@@ -4255,81 +4274,85 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4255
4274
|
onClose: _[0] || (_[0] = (M) => O("sqlTag"))
|
|
4256
4275
|
}, {
|
|
4257
4276
|
default: E(() => [
|
|
4258
|
-
k(
|
|
4277
|
+
k(x, {
|
|
4259
4278
|
type: "info",
|
|
4260
4279
|
truncated: "",
|
|
4261
4280
|
style: { "max-width": "500px" }
|
|
4262
4281
|
}, {
|
|
4263
4282
|
default: E(() => [
|
|
4264
|
-
|
|
4283
|
+
B(X(t.value.sqlValue), 1)
|
|
4265
4284
|
]),
|
|
4266
4285
|
_: 1
|
|
4267
4286
|
})
|
|
4268
4287
|
]),
|
|
4269
4288
|
_: 1
|
|
4270
|
-
}, 8, ["title"])) :
|
|
4271
|
-
!t.value.sqlEnable && t.value.list.length ? (D(!0), T(
|
|
4289
|
+
}, 8, ["title"])) : U("", !0),
|
|
4290
|
+
!t.value.sqlEnable && t.value.list.length ? (D(!0), T(q, { key: 1 }, j(t.value.list, (M, tu) => (D(), P(m, {
|
|
4272
4291
|
closable: "",
|
|
4273
4292
|
type: "info",
|
|
4274
4293
|
onClose: (V) => O("factorTag", tu)
|
|
4275
4294
|
}, {
|
|
4276
4295
|
default: E(() => [
|
|
4277
|
-
|
|
4296
|
+
B(X(w(M)), 1)
|
|
4278
4297
|
]),
|
|
4279
4298
|
_: 2
|
|
4280
|
-
}, 1032, ["onClose"]))), 256)) :
|
|
4281
|
-
t.value.factorSelectExpr ? (D(),
|
|
4299
|
+
}, 1032, ["onClose"]))), 256)) : U("", !0),
|
|
4300
|
+
t.value.factorSelectExpr ? (D(), P(v, {
|
|
4282
4301
|
key: 2,
|
|
4283
4302
|
width: "500",
|
|
4284
4303
|
placement: "bottom-start"
|
|
4285
4304
|
}, {
|
|
4286
4305
|
reference: E(() => [
|
|
4287
|
-
k(
|
|
4306
|
+
k(m, {
|
|
4288
4307
|
closable: "",
|
|
4289
4308
|
type: "info",
|
|
4290
4309
|
onClose: _[1] || (_[1] = (M) => O("scriptTag"))
|
|
4291
4310
|
}, {
|
|
4292
4311
|
default: E(() => [
|
|
4293
|
-
|
|
4312
|
+
B(" 脚本模式 ")
|
|
4294
4313
|
]),
|
|
4295
4314
|
_: 1
|
|
4296
4315
|
})
|
|
4297
4316
|
]),
|
|
4298
4317
|
default: E(() => [
|
|
4299
|
-
I("div",
|
|
4318
|
+
I("div", Fa, X(t.value.factorSelectExpr), 1)
|
|
4300
4319
|
]),
|
|
4301
4320
|
_: 1
|
|
4302
|
-
})) :
|
|
4321
|
+
})) : U("", !0),
|
|
4303
4322
|
k(g, {
|
|
4304
4323
|
class: "screen-btn",
|
|
4305
4324
|
type: "primary",
|
|
4306
4325
|
plain: "",
|
|
4307
4326
|
size: "small",
|
|
4308
4327
|
icon: S(Yu),
|
|
4309
|
-
onClick:
|
|
4328
|
+
onClick: p
|
|
4310
4329
|
}, {
|
|
4311
4330
|
default: E(() => [
|
|
4312
|
-
|
|
4331
|
+
B(" 添加因子 ")
|
|
4313
4332
|
]),
|
|
4314
4333
|
_: 1
|
|
4315
4334
|
}, 8, ["icon"])
|
|
4316
4335
|
]),
|
|
4317
|
-
k(
|
|
4336
|
+
k(Q, {
|
|
4318
4337
|
"modal-class": "factor-dialog",
|
|
4319
4338
|
modelValue: a.value,
|
|
4320
4339
|
"onUpdate:modelValue": _[8] || (_[8] = (M) => a.value = M),
|
|
4321
4340
|
width: "1000",
|
|
4322
4341
|
"align-center": "",
|
|
4323
4342
|
"destroy-on-close": "",
|
|
4343
|
+
draggable: "",
|
|
4344
|
+
overflow: "",
|
|
4345
|
+
modal: !1,
|
|
4346
|
+
"modal-penetrable": !0,
|
|
4324
4347
|
"show-close": !1
|
|
4325
4348
|
}, {
|
|
4326
4349
|
header: E(({ titleId: M, titleClass: tu }) => [
|
|
4327
|
-
I("div",
|
|
4328
|
-
I("div",
|
|
4350
|
+
I("div", Aa, [
|
|
4351
|
+
I("div", wa, [
|
|
4329
4352
|
I("span", {
|
|
4330
4353
|
id: M,
|
|
4331
4354
|
class: ou(tu)
|
|
4332
|
-
}, " 因子筛选 ", 10,
|
|
4355
|
+
}, " 因子筛选 ", 10, Ta),
|
|
4333
4356
|
k(y, {
|
|
4334
4357
|
effect: "dark",
|
|
4335
4358
|
content: "点击查看: 因子使用说明",
|
|
@@ -4340,7 +4363,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4340
4363
|
onClick: _[2] || (_[2] = (V) => l.value = !0)
|
|
4341
4364
|
}, {
|
|
4342
4365
|
default: E(() => [
|
|
4343
|
-
k(S(
|
|
4366
|
+
k(S(_t))
|
|
4344
4367
|
]),
|
|
4345
4368
|
_: 1
|
|
4346
4369
|
})
|
|
@@ -4365,23 +4388,23 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4365
4388
|
_: 1
|
|
4366
4389
|
}, 8, ["modelValue"])
|
|
4367
4390
|
]),
|
|
4368
|
-
I("div",
|
|
4369
|
-
o.value === "脚本" ? (D(),
|
|
4391
|
+
I("div", Sa, [
|
|
4392
|
+
o.value === "脚本" ? (D(), P(g, {
|
|
4370
4393
|
key: 0,
|
|
4371
4394
|
size: "small",
|
|
4372
4395
|
type: "primary",
|
|
4373
4396
|
onClick: F
|
|
4374
4397
|
}, {
|
|
4375
4398
|
default: E(() => [
|
|
4376
|
-
|
|
4399
|
+
B("变量选择器")
|
|
4377
4400
|
]),
|
|
4378
4401
|
_: 1
|
|
4379
|
-
})) :
|
|
4402
|
+
})) : U("", !0),
|
|
4380
4403
|
k($, {
|
|
4381
4404
|
onClick: _[4] || (_[4] = (V) => a.value = !1)
|
|
4382
4405
|
}, {
|
|
4383
4406
|
default: E(() => [
|
|
4384
|
-
k(S(
|
|
4407
|
+
k(S(gt))
|
|
4385
4408
|
]),
|
|
4386
4409
|
_: 1
|
|
4387
4410
|
})
|
|
@@ -4389,20 +4412,20 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4389
4412
|
])
|
|
4390
4413
|
]),
|
|
4391
4414
|
footer: E(() => [
|
|
4392
|
-
I("div",
|
|
4415
|
+
I("div", Ma, [
|
|
4393
4416
|
k(g, {
|
|
4394
4417
|
type: "primary",
|
|
4395
4418
|
onClick: s
|
|
4396
4419
|
}, {
|
|
4397
4420
|
default: E(() => [
|
|
4398
|
-
|
|
4421
|
+
B("确定")
|
|
4399
4422
|
]),
|
|
4400
4423
|
_: 1
|
|
4401
4424
|
})
|
|
4402
4425
|
])
|
|
4403
4426
|
]),
|
|
4404
4427
|
default: E(() => [
|
|
4405
|
-
o.value === "模版" ? (D(),
|
|
4428
|
+
o.value === "模版" ? (D(), P(Du, {
|
|
4406
4429
|
key: 0,
|
|
4407
4430
|
height: "400px"
|
|
4408
4431
|
}, {
|
|
@@ -4413,10 +4436,10 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4413
4436
|
model: i.value
|
|
4414
4437
|
}, {
|
|
4415
4438
|
default: E(() => [
|
|
4416
|
-
(D(!0), T(
|
|
4417
|
-
I("span",
|
|
4418
|
-
M.key === "compare" ? (D(), T(
|
|
4419
|
-
u.config.cycleShow ? (D(),
|
|
4439
|
+
(D(!0), T(q, null, j(i.value.list, (M, tu) => (D(), T("div", Ia, [
|
|
4440
|
+
I("span", Oa, X(`条件${tu + 1}`), 1),
|
|
4441
|
+
M.key === "compare" ? (D(), T(q, { key: 0 }, [
|
|
4442
|
+
u.config.cycleShow ? (D(), P(C, {
|
|
4420
4443
|
key: 0,
|
|
4421
4444
|
prop: "list." + tu + ".cycle",
|
|
4422
4445
|
rules: { required: !0, message: "周期不能为空", trigger: "blur" },
|
|
@@ -4430,7 +4453,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4430
4453
|
size: "small"
|
|
4431
4454
|
}, {
|
|
4432
4455
|
default: E(() => [
|
|
4433
|
-
(D(!0), T(
|
|
4456
|
+
(D(!0), T(q, null, j(u.config.cycleOptions, ({ label: V, value: Z }) => (D(), P(z, {
|
|
4434
4457
|
label: V,
|
|
4435
4458
|
value: Z,
|
|
4436
4459
|
key: Z
|
|
@@ -4440,7 +4463,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4440
4463
|
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
4441
4464
|
]),
|
|
4442
4465
|
_: 2
|
|
4443
|
-
}, 1032, ["prop"])) :
|
|
4466
|
+
}, 1032, ["prop"])) : U("", !0),
|
|
4444
4467
|
k(C, {
|
|
4445
4468
|
prop: "list." + tu + ".factor",
|
|
4446
4469
|
rules: { required: !0, message: "因子不能为空", trigger: "blur" },
|
|
@@ -4458,7 +4481,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4458
4481
|
default: E(() => {
|
|
4459
4482
|
var V;
|
|
4460
4483
|
return [
|
|
4461
|
-
(D(!0), T(
|
|
4484
|
+
(D(!0), T(q, null, j((V = u.config.factorOptions) == null ? void 0 : V.filter((Z) => [4].includes(Z.type)), ({ label: Z, value: du }) => (D(), P(z, {
|
|
4462
4485
|
label: Z,
|
|
4463
4486
|
value: du,
|
|
4464
4487
|
key: du
|
|
@@ -4478,7 +4501,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4478
4501
|
size: "small"
|
|
4479
4502
|
}, {
|
|
4480
4503
|
default: E(() => [
|
|
4481
|
-
(D(), T(
|
|
4504
|
+
(D(), T(q, null, j([">", ">=", "<", "<="], (V) => k(z, {
|
|
4482
4505
|
label: V,
|
|
4483
4506
|
value: V,
|
|
4484
4507
|
key: V
|
|
@@ -4489,7 +4512,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4489
4512
|
]),
|
|
4490
4513
|
_: 2
|
|
4491
4514
|
}, 1024),
|
|
4492
|
-
u.config.cycleShow ? (D(),
|
|
4515
|
+
u.config.cycleShow ? (D(), P(C, {
|
|
4493
4516
|
key: 1,
|
|
4494
4517
|
prop: "list." + tu + ".cycle2",
|
|
4495
4518
|
rules: { required: !0, message: "周期不能为空", trigger: "blur" },
|
|
@@ -4503,7 +4526,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4503
4526
|
size: "small"
|
|
4504
4527
|
}, {
|
|
4505
4528
|
default: E(() => [
|
|
4506
|
-
(D(!0), T(
|
|
4529
|
+
(D(!0), T(q, null, j(u.config.cycleOptions, ({ label: V, value: Z }) => (D(), P(z, {
|
|
4507
4530
|
label: V,
|
|
4508
4531
|
value: Z,
|
|
4509
4532
|
key: Z
|
|
@@ -4513,7 +4536,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4513
4536
|
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
4514
4537
|
]),
|
|
4515
4538
|
_: 2
|
|
4516
|
-
}, 1032, ["prop"])) :
|
|
4539
|
+
}, 1032, ["prop"])) : U("", !0),
|
|
4517
4540
|
k(C, {
|
|
4518
4541
|
prop: "list." + tu + ".factor2",
|
|
4519
4542
|
rules: { required: !0, message: "因子不能为空", trigger: "blur" },
|
|
@@ -4531,7 +4554,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4531
4554
|
default: E(() => {
|
|
4532
4555
|
var V;
|
|
4533
4556
|
return [
|
|
4534
|
-
(D(!0), T(
|
|
4557
|
+
(D(!0), T(q, null, j((V = u.config.factorOptions) == null ? void 0 : V.filter((Z) => [4].includes(Z.type)), ({ label: Z, value: du }) => (D(), P(z, {
|
|
4535
4558
|
label: Z,
|
|
4536
4559
|
value: du,
|
|
4537
4560
|
key: du
|
|
@@ -4543,8 +4566,8 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4543
4566
|
]),
|
|
4544
4567
|
_: 2
|
|
4545
4568
|
}, 1032, ["prop"])
|
|
4546
|
-
], 64)) : (D(), T(
|
|
4547
|
-
u.config.cycleShow ? (D(),
|
|
4569
|
+
], 64)) : (D(), T(q, { key: 1 }, [
|
|
4570
|
+
u.config.cycleShow ? (D(), P(C, {
|
|
4548
4571
|
key: 0,
|
|
4549
4572
|
prop: "list." + tu + ".cycle",
|
|
4550
4573
|
rules: { required: !0, message: "周期不能为空", trigger: "blur" },
|
|
@@ -4558,7 +4581,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4558
4581
|
size: "small"
|
|
4559
4582
|
}, {
|
|
4560
4583
|
default: E(() => [
|
|
4561
|
-
(D(!0), T(
|
|
4584
|
+
(D(!0), T(q, null, j(u.config.cycleOptions, ({ label: V, value: Z }) => (D(), P(z, {
|
|
4562
4585
|
label: V,
|
|
4563
4586
|
value: Z,
|
|
4564
4587
|
key: Z
|
|
@@ -4568,7 +4591,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4568
4591
|
}, 1032, ["modelValue", "onUpdate:modelValue"])
|
|
4569
4592
|
]),
|
|
4570
4593
|
_: 2
|
|
4571
|
-
}, 1032, ["prop"])) :
|
|
4594
|
+
}, 1032, ["prop"])) : U("", !0),
|
|
4572
4595
|
k(C, {
|
|
4573
4596
|
prop: "list." + tu + ".factor",
|
|
4574
4597
|
rules: { required: !0, message: "因子不能为空", trigger: "blur" },
|
|
@@ -4586,7 +4609,7 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4586
4609
|
default: E(() => {
|
|
4587
4610
|
var V;
|
|
4588
4611
|
return [
|
|
4589
|
-
(D(!0), T(
|
|
4612
|
+
(D(!0), T(q, null, j((V = u.config.factorOptions) == null ? void 0 : V.filter((Z) => [1, 3].includes(Z.type)), ({ label: Z, value: du }) => (D(), P(z, {
|
|
4590
4613
|
label: Z,
|
|
4591
4614
|
value: du,
|
|
4592
4615
|
key: du
|
|
@@ -4600,19 +4623,19 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4600
4623
|
}, 1032, ["prop"]),
|
|
4601
4624
|
k(C, {
|
|
4602
4625
|
prop: "list." + tu + ".score",
|
|
4603
|
-
rules: { validator: S(
|
|
4626
|
+
rules: { validator: S(Mt), trigger: "blur" },
|
|
4604
4627
|
style: { width: "200px", "margin-right": "10px" }
|
|
4605
4628
|
}, {
|
|
4606
4629
|
default: E(() => [
|
|
4607
|
-
I("div",
|
|
4608
|
-
k(
|
|
4630
|
+
I("div", $a, [
|
|
4631
|
+
k(W, {
|
|
4609
4632
|
modelValue: M.score[0],
|
|
4610
4633
|
"onUpdate:modelValue": (V) => M.score[0] = V,
|
|
4611
4634
|
size: "small",
|
|
4612
4635
|
"controls-position": "right"
|
|
4613
4636
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
4614
|
-
|
|
4615
|
-
k(
|
|
4637
|
+
Ra,
|
|
4638
|
+
k(W, {
|
|
4616
4639
|
modelValue: M.score[1],
|
|
4617
4640
|
"onUpdate:modelValue": (V) => M.score[1] = V,
|
|
4618
4641
|
size: "small",
|
|
@@ -4624,10 +4647,10 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4624
4647
|
}, 1032, ["prop", "rules"])
|
|
4625
4648
|
], 64)),
|
|
4626
4649
|
k($, {
|
|
4627
|
-
onClick: (V) =>
|
|
4650
|
+
onClick: (V) => b(tu)
|
|
4628
4651
|
}, {
|
|
4629
4652
|
default: E(() => [
|
|
4630
|
-
k(S(
|
|
4653
|
+
k(S(kt))
|
|
4631
4654
|
]),
|
|
4632
4655
|
_: 2
|
|
4633
4656
|
}, 1032, ["onClick"])
|
|
@@ -4637,11 +4660,11 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4637
4660
|
plain: "",
|
|
4638
4661
|
size: "small",
|
|
4639
4662
|
icon: S(Yu),
|
|
4640
|
-
onClick:
|
|
4663
|
+
onClick: h,
|
|
4641
4664
|
style: { "margin-bottom": "10px" }
|
|
4642
4665
|
}, {
|
|
4643
4666
|
default: E(() => [
|
|
4644
|
-
|
|
4667
|
+
B("添加因子")
|
|
4645
4668
|
]),
|
|
4646
4669
|
_: 1
|
|
4647
4670
|
}, 8, ["icon"]),
|
|
@@ -4650,15 +4673,15 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4650
4673
|
plain: "",
|
|
4651
4674
|
size: "small",
|
|
4652
4675
|
icon: S(Yu),
|
|
4653
|
-
onClick: _[5] || (_[5] = (M) =>
|
|
4676
|
+
onClick: _[5] || (_[5] = (M) => h("compare")),
|
|
4654
4677
|
style: { "margin-bottom": "10px" }
|
|
4655
4678
|
}, {
|
|
4656
4679
|
default: E(() => [
|
|
4657
|
-
|
|
4680
|
+
B("添加因子对比")
|
|
4658
4681
|
]),
|
|
4659
4682
|
_: 1
|
|
4660
4683
|
}, 8, ["icon"]),
|
|
4661
|
-
u.config.sqlShow ? (D(), T(
|
|
4684
|
+
u.config.sqlShow ? (D(), T(q, { key: 0 }, [
|
|
4662
4685
|
k(C, { label: "SQL功能: " }, {
|
|
4663
4686
|
default: E(() => [
|
|
4664
4687
|
k(A, {
|
|
@@ -4677,22 +4700,22 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4677
4700
|
]),
|
|
4678
4701
|
_: 1
|
|
4679
4702
|
}, 8, ["modelValue"]),
|
|
4680
|
-
i.value.sqlEnable ? (D(),
|
|
4703
|
+
i.value.sqlEnable ? (D(), P(g, {
|
|
4681
4704
|
key: 0,
|
|
4682
4705
|
type: "primary",
|
|
4683
4706
|
size: "small",
|
|
4684
|
-
onClick:
|
|
4707
|
+
onClick: d,
|
|
4685
4708
|
style: { "margin-left": "auto" }
|
|
4686
4709
|
}, {
|
|
4687
4710
|
default: E(() => [
|
|
4688
|
-
|
|
4711
|
+
B("生成SQL")
|
|
4689
4712
|
]),
|
|
4690
4713
|
_: 1
|
|
4691
|
-
})) :
|
|
4714
|
+
})) : U("", !0)
|
|
4692
4715
|
]),
|
|
4693
4716
|
_: 1
|
|
4694
4717
|
}),
|
|
4695
|
-
i.value.sqlEnable ? (D(), T(
|
|
4718
|
+
i.value.sqlEnable ? (D(), T(q, { key: 0 }, [
|
|
4696
4719
|
k($u, {
|
|
4697
4720
|
modelValue: i.value.sqlValue,
|
|
4698
4721
|
"onUpdate:modelValue": _[7] || (_[7] = (M) => i.value.sqlValue = M),
|
|
@@ -4700,19 +4723,19 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4700
4723
|
type: "textarea",
|
|
4701
4724
|
style: { "margin-bottom": "10px" }
|
|
4702
4725
|
}, null, 8, ["modelValue"]),
|
|
4703
|
-
|
|
4704
|
-
], 64)) :
|
|
4705
|
-
], 64)) :
|
|
4726
|
+
Va
|
|
4727
|
+
], 64)) : U("", !0)
|
|
4728
|
+
], 64)) : U("", !0)
|
|
4706
4729
|
]),
|
|
4707
4730
|
_: 1
|
|
4708
4731
|
}, 8, ["model"])
|
|
4709
4732
|
]),
|
|
4710
4733
|
_: 1
|
|
4711
|
-
})) :
|
|
4734
|
+
})) : U("", !0),
|
|
4712
4735
|
I("div", {
|
|
4713
|
-
style:
|
|
4736
|
+
style: i0([{ width: "968px", height: "400px" }, o.value === "脚本" ? null : { position: "fixed", top: "-400px", zIndex: -1, visibility: "hidden", pointerEvents: "none" }])
|
|
4714
4737
|
}, [
|
|
4715
|
-
k(
|
|
4738
|
+
k(vt, {
|
|
4716
4739
|
ref_key: "monacoEditorRef",
|
|
4717
4740
|
ref: n,
|
|
4718
4741
|
language: "lua"
|
|
@@ -4722,33 +4745,33 @@ const j0 = (u) => (he("data-v-88932ff5"), u = u(), me(), u), ya = { class: "fact
|
|
|
4722
4745
|
_: 1
|
|
4723
4746
|
}, 8, ["modelValue"])
|
|
4724
4747
|
]),
|
|
4725
|
-
k(
|
|
4748
|
+
k(Da, {
|
|
4726
4749
|
visible: l.value,
|
|
4727
4750
|
"onUpdate:visible": _[9] || (_[9] = (M) => l.value = M),
|
|
4728
4751
|
factorType: o.value,
|
|
4729
4752
|
data: (Vu = u.config.factorDescriptions) == null ? void 0 : Vu.filter((M) => [1, 3].includes(M.type))
|
|
4730
4753
|
}, null, 8, ["visible", "factorType", "data"]),
|
|
4731
|
-
k(
|
|
4754
|
+
k(Y, {
|
|
4732
4755
|
ref_key: "stVarSelectDialogRef",
|
|
4733
4756
|
ref: r
|
|
4734
4757
|
}, null, 512)
|
|
4735
4758
|
], 64);
|
|
4736
4759
|
};
|
|
4737
4760
|
}
|
|
4738
|
-
},
|
|
4739
|
-
const Wu = (u) => (
|
|
4761
|
+
}, Ba = /* @__PURE__ */ ke(qa, [["__scopeId", "data-v-43e95fba"]]);
|
|
4762
|
+
const Wu = (u) => (xe("data-v-3e69da40"), u = u(), _e(), u), za = {
|
|
4740
4763
|
key: 0,
|
|
4741
4764
|
class: "common-indicator"
|
|
4742
|
-
},
|
|
4765
|
+
}, La = { class: "indicator" }, Pa = /* @__PURE__ */ Wu(() => /* @__PURE__ */ I("div", { class: "title" }, [
|
|
4743
4766
|
/* @__PURE__ */ I("span", null, "常用指标: "),
|
|
4744
4767
|
/* @__PURE__ */ I("span", null, "不限")
|
|
4745
|
-
], -1)),
|
|
4768
|
+
], -1)), Ua = { class: "options" }, Na = ["onClick"], ja = { class: "tags" }, Za = ["onClick"], Ha = { style: { "font-size": "18px" } }, Ga = {
|
|
4746
4769
|
key: 0,
|
|
4747
4770
|
class: "out-box"
|
|
4748
|
-
},
|
|
4771
|
+
}, Ja = /* @__PURE__ */ Wu(() => /* @__PURE__ */ I("span", null, "自定义: ", -1)), Wa = {
|
|
4749
4772
|
key: 0,
|
|
4750
4773
|
class: "convenient-option-box"
|
|
4751
|
-
},
|
|
4774
|
+
}, Qa = { class: "out-box" }, Ya = /* @__PURE__ */ Wu(() => /* @__PURE__ */ I("span", null, "自定义: ", -1)), Ka = { key: 0 }, Xa = { key: 0 }, uo = { key: 0 }, eo = { key: 1 }, to = { class: "tFeaturelncomes-option-box" }, no = { class: "tFeaturelncomes-out-box" }, ro = /* @__PURE__ */ Wu(() => /* @__PURE__ */ I("span", null, "自定义: ", -1)), ao = { key: 2 }, oo = { key: 3 }, lo = { key: 4 }, io = { key: 5 }, co = { key: 6 }, so = { style: { display: "flex", "align-items": "center" } }, fo = { key: 7 }, po = { class: "dialog-footer" }, bo = {
|
|
4752
4775
|
__name: "index",
|
|
4753
4776
|
props: /* @__PURE__ */ Nu({
|
|
4754
4777
|
config: { type: Object, default: () => {
|
|
@@ -4774,30 +4797,30 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4774
4797
|
{ label: "保留意见", value: 2 },
|
|
4775
4798
|
{ label: "否定意见", value: 3 },
|
|
4776
4799
|
{ label: "无法表示意见", value: 4 }
|
|
4777
|
-
], n = ju(u, "data"), r = u, a = uu(!1), l =
|
|
4800
|
+
], n = ju(u, "data"), r = u, a = uu(!1), l = G(() => {
|
|
4778
4801
|
var F;
|
|
4779
|
-
return (F = r.data.find((
|
|
4780
|
-
}), o =
|
|
4802
|
+
return (F = r.data.find((f) => f.radioType === "1")) == null ? void 0 : F.key;
|
|
4803
|
+
}), o = G(() => {
|
|
4781
4804
|
let F = [];
|
|
4782
|
-
return r.varietyMarket === null && !r.commonOption.length ? F = r.config.options : (F = r.config.options, r.varietyMarket && (F = F.filter(({ parent:
|
|
4783
|
-
const { commonOptionIds: _ } =
|
|
4805
|
+
return r.varietyMarket === null && !r.commonOption.length ? F = r.config.options : (F = r.config.options, r.varietyMarket && (F = F.filter(({ parent: f }) => f.varietyMarketIds.includes(r.varietyMarket))), r.commonOption.length && (F = F.filter(({ parent: f }) => {
|
|
4806
|
+
const { commonOptionIds: _ } = f;
|
|
4784
4807
|
return [.../* @__PURE__ */ new Set([..._, ...r.commonOption])].length !== [..._, ...r.commonOption].length;
|
|
4785
4808
|
}))), F;
|
|
4786
|
-
}), c = uu({}), i = uu({}),
|
|
4809
|
+
}), c = uu({}), i = uu({}), p = (F) => {
|
|
4787
4810
|
c.value = F;
|
|
4788
|
-
const
|
|
4811
|
+
const f = {
|
|
4789
4812
|
key: F.key,
|
|
4790
4813
|
type: F.type,
|
|
4791
4814
|
label: F.label
|
|
4792
4815
|
};
|
|
4793
4816
|
switch (F.key) {
|
|
4794
4817
|
case "st": {
|
|
4795
|
-
i.value = { ...
|
|
4818
|
+
i.value = { ...f, st: null };
|
|
4796
4819
|
break;
|
|
4797
4820
|
}
|
|
4798
4821
|
case "tFeaturelncomes": {
|
|
4799
4822
|
i.value = {
|
|
4800
|
-
...
|
|
4823
|
+
...f,
|
|
4801
4824
|
rule: 1,
|
|
4802
4825
|
// 1超 2跌
|
|
4803
4826
|
withFewYears: null,
|
|
@@ -4807,16 +4830,16 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4807
4830
|
break;
|
|
4808
4831
|
}
|
|
4809
4832
|
case "priceLevels": {
|
|
4810
|
-
i.value = { ...
|
|
4833
|
+
i.value = { ...f, priceLevels: null };
|
|
4811
4834
|
break;
|
|
4812
4835
|
}
|
|
4813
4836
|
case "peTtmLevels": {
|
|
4814
|
-
i.value = { ...
|
|
4837
|
+
i.value = { ...f, peTtmLevels: null };
|
|
4815
4838
|
break;
|
|
4816
4839
|
}
|
|
4817
4840
|
case "optionsCpType": {
|
|
4818
4841
|
i.value = {
|
|
4819
|
-
...
|
|
4842
|
+
...f,
|
|
4820
4843
|
optionsCpType: null
|
|
4821
4844
|
// 1看涨 2看跌
|
|
4822
4845
|
};
|
|
@@ -4824,7 +4847,7 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4824
4847
|
}
|
|
4825
4848
|
case "perVolumn": {
|
|
4826
4849
|
i.value = {
|
|
4827
|
-
...
|
|
4850
|
+
...f,
|
|
4828
4851
|
radio: null,
|
|
4829
4852
|
levels: []
|
|
4830
4853
|
};
|
|
@@ -4832,19 +4855,19 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4832
4855
|
}
|
|
4833
4856
|
case "mainFlow": {
|
|
4834
4857
|
i.value = {
|
|
4835
|
-
...
|
|
4858
|
+
...f,
|
|
4836
4859
|
radioType: "0",
|
|
4837
4860
|
rankRange: [null, null]
|
|
4838
4861
|
};
|
|
4839
4862
|
break;
|
|
4840
4863
|
}
|
|
4841
4864
|
case "auditOpinionType": {
|
|
4842
|
-
i.value = { ...
|
|
4865
|
+
i.value = { ...f, enumType: null };
|
|
4843
4866
|
break;
|
|
4844
4867
|
}
|
|
4845
4868
|
default:
|
|
4846
4869
|
i.value = {
|
|
4847
|
-
...
|
|
4870
|
+
...f,
|
|
4848
4871
|
range: [null, null],
|
|
4849
4872
|
unit: F.defaultUnit.length ? [...F.defaultUnit] : [null, null],
|
|
4850
4873
|
radioType: l.value && l.value !== F.key ? "0" : F.defaultRadioType,
|
|
@@ -4855,97 +4878,97 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4855
4878
|
}
|
|
4856
4879
|
a.value = !0;
|
|
4857
4880
|
}, s = () => {
|
|
4858
|
-
var
|
|
4881
|
+
var f, _;
|
|
4859
4882
|
switch (i.value.key) {
|
|
4860
4883
|
case "st": {
|
|
4861
|
-
const { label:
|
|
4862
|
-
if (
|
|
4863
|
-
return
|
|
4864
|
-
i.value.tagText = `${
|
|
4884
|
+
const { label: x, st: m } = i.value;
|
|
4885
|
+
if (m === null)
|
|
4886
|
+
return K.warning("格式错误: 请至少选择一个值");
|
|
4887
|
+
i.value.tagText = `${x}: ${m ? "是" : "否"}`;
|
|
4865
4888
|
break;
|
|
4866
4889
|
}
|
|
4867
4890
|
case "tFeaturelncomes": {
|
|
4868
|
-
const { label:
|
|
4891
|
+
const { label: x, rule: m, withFewYears: v, yearsCount: g, netProfit: $ } = i.value;
|
|
4869
4892
|
if (["", null].includes(v) || ["", null].includes(g) || ["", null].includes($))
|
|
4870
|
-
return
|
|
4871
|
-
i.value.tagText = `${
|
|
4893
|
+
return K.warning("格式错误: 请填写完整");
|
|
4894
|
+
i.value.tagText = `${x}: ${v}年内${g}年以上盈利${m === 1 ? "超" : "跌"}过${$}亿`;
|
|
4872
4895
|
break;
|
|
4873
4896
|
}
|
|
4874
4897
|
case "priceLevels": {
|
|
4875
|
-
const { label:
|
|
4876
|
-
if (!
|
|
4877
|
-
return
|
|
4878
|
-
i.value.tagText = `${
|
|
4898
|
+
const { label: x, priceLevels: m } = i.value;
|
|
4899
|
+
if (!m || m.length === 0)
|
|
4900
|
+
return K.warning("格式错误: 请至少选择一个值");
|
|
4901
|
+
i.value.tagText = `${x}: 已选${m}分位`;
|
|
4879
4902
|
break;
|
|
4880
4903
|
}
|
|
4881
4904
|
case "peTtmLevels": {
|
|
4882
|
-
const { label:
|
|
4883
|
-
if (!
|
|
4884
|
-
return
|
|
4885
|
-
i.value.tagText = `${
|
|
4905
|
+
const { label: x, peTtmLevels: m } = i.value;
|
|
4906
|
+
if (!m || m.length === 0)
|
|
4907
|
+
return K.warning("格式错误: 请至少选择一个值");
|
|
4908
|
+
i.value.tagText = `${x}: 已选${m}分位`;
|
|
4886
4909
|
break;
|
|
4887
4910
|
}
|
|
4888
4911
|
case "optionsCpType": {
|
|
4889
|
-
const { label:
|
|
4890
|
-
if (
|
|
4891
|
-
return
|
|
4892
|
-
i.value.tagText = `${
|
|
4912
|
+
const { label: x, optionsCpType: m } = i.value;
|
|
4913
|
+
if (m === null)
|
|
4914
|
+
return K.warning("格式错误: 请至少选择一个值");
|
|
4915
|
+
i.value.tagText = `${x}: ${m === 1 ? "看涨" : "看跌"}`;
|
|
4893
4916
|
break;
|
|
4894
4917
|
}
|
|
4895
4918
|
case "perVolumn": {
|
|
4896
|
-
const { label:
|
|
4897
|
-
if (!
|
|
4898
|
-
return
|
|
4919
|
+
const { label: x, radio: m, levels: v } = i.value;
|
|
4920
|
+
if (!m)
|
|
4921
|
+
return K.warning("格式错误: 请选择时间");
|
|
4899
4922
|
if (!(v != null && v.length))
|
|
4900
|
-
return
|
|
4901
|
-
i.value.tagText = `${
|
|
4923
|
+
return K.warning("格式错误: 请选择分位");
|
|
4924
|
+
i.value.tagText = `${x}: ${(f = e.find((g) => g.value === m)) == null ? void 0 : f.label}${v.map((g) => `${g}分位`).join("、")}`;
|
|
4902
4925
|
break;
|
|
4903
4926
|
}
|
|
4904
4927
|
case "mainFlow": {
|
|
4905
|
-
const { label:
|
|
4928
|
+
const { label: x, radioType: m, radio: v, rankRange: g } = i.value, $ = (y) => {
|
|
4906
4929
|
if (y === "" || y === null || y === void 0)
|
|
4907
4930
|
return !1;
|
|
4908
4931
|
const R = Number(y);
|
|
4909
4932
|
return !isNaN(R);
|
|
4910
4933
|
};
|
|
4911
4934
|
if (!v)
|
|
4912
|
-
return
|
|
4935
|
+
return K.warning("格式错误: 请选择时间");
|
|
4913
4936
|
if (!$(g[0]) && !$(g[1]))
|
|
4914
|
-
return
|
|
4915
|
-
!["", null].includes(g[0]) && !["", null].includes(g[1]) ? i.value.tagText = `${
|
|
4937
|
+
return K.warning(`格式错误: 请填写${m === "0" ? "涨幅范围" : "排名范围"}`);
|
|
4938
|
+
!["", null].includes(g[0]) && !["", null].includes(g[1]) ? i.value.tagText = `${x}: ${v}日${m === "0" ? "涨幅范围" : "排名范围"}: ${g[0]}${m === "0" ? "%" : ""} ~ ${g[1]}${m === "0" ? "%" : ""}` : ["", null].includes(g[0]) ? i.value.tagText = `${x}: ${v}日${m === "0" ? "涨幅范围" : "排名范围"}: ≤${g[1]}${m === "0" ? "%" : ""}` : i.value.tagText = `${x}: ${v}日${m === "0" ? "涨幅范围" : "排名范围"}: ≥${g[0]}${m === "0" ? "%" : ""}`;
|
|
4916
4939
|
break;
|
|
4917
4940
|
}
|
|
4918
4941
|
case "auditOpinionType": {
|
|
4919
|
-
const { label:
|
|
4920
|
-
if (
|
|
4921
|
-
return
|
|
4922
|
-
i.value.tagText = `${
|
|
4942
|
+
const { label: x, enumType: m } = i.value;
|
|
4943
|
+
if (m === null)
|
|
4944
|
+
return K.warning("格式错误: 请至少选择一个值");
|
|
4945
|
+
i.value.tagText = `${x}: ${(_ = t.find((v) => v.value === m)) == null ? void 0 : _.label}`;
|
|
4923
4946
|
break;
|
|
4924
4947
|
}
|
|
4925
4948
|
default: {
|
|
4926
|
-
const { label:
|
|
4949
|
+
const { label: x, unit: m, radioType: v } = i.value, g = v === "1" ? i.value.rankRange : i.value.range;
|
|
4927
4950
|
if (["", null].includes(g[0]) && ["", null].includes(g[1]))
|
|
4928
|
-
return
|
|
4951
|
+
return K.warning("格式错误: 请至少填写一个值");
|
|
4929
4952
|
if (v === "1") {
|
|
4930
4953
|
const R = Number(g[0]), A = Number(g[1]);
|
|
4931
4954
|
if (isNaN(R) || isNaN(A))
|
|
4932
|
-
return
|
|
4955
|
+
return K.warning("格式错误: 请填写数字");
|
|
4933
4956
|
if (R < 0 || A < 0)
|
|
4934
|
-
return
|
|
4957
|
+
return K.warning("格式错误: 请填写大于0的数字");
|
|
4935
4958
|
if (R > A)
|
|
4936
|
-
return
|
|
4959
|
+
return K.warning("格式错误: 请填写正确的排名范围");
|
|
4937
4960
|
}
|
|
4938
|
-
const $ = v === "1" ? "" :
|
|
4939
|
-
!["", null].includes(g[0]) && !["", null].includes(g[1]) ? i.value.tagText = `${
|
|
4961
|
+
const $ = v === "1" ? "" : m[0] ?? "", y = v === "1" ? "" : m[1] ?? "";
|
|
4962
|
+
!["", null].includes(g[0]) && !["", null].includes(g[1]) ? i.value.tagText = `${x}${v === "1" ? "排名" : ""}: ${g[0]}${$} ~ ${g[1]}${y}` : ["", null].includes(g[0]) ? i.value.tagText = `${x}${v === "1" ? "排名" : ""}: ≤${g[1]}${y}` : i.value.tagText = `${x}${v === "1" ? "排名" : ""}: ≥${g[0]}${$}`;
|
|
4940
4963
|
}
|
|
4941
4964
|
}
|
|
4942
|
-
const F = n.value.findIndex(({ key:
|
|
4965
|
+
const F = n.value.findIndex(({ key: x }) => x === i.value.key);
|
|
4943
4966
|
F === -1 ? n.value.push(i.value) : n.value.splice(F, 1, i.value), a.value = !1;
|
|
4944
|
-
}, p = (F) => {
|
|
4945
|
-
c.value = o.value.find(({ key: d }) => d === F.key), i.value = JSON.parse(JSON.stringify(F)), a.value = !0;
|
|
4946
|
-
}, x = (F) => {
|
|
4947
|
-
n.value.splice(F, 1);
|
|
4948
4967
|
}, b = (F) => {
|
|
4968
|
+
c.value = o.value.find(({ key: f }) => f === F.key), i.value = JSON.parse(JSON.stringify(F)), a.value = !0;
|
|
4969
|
+
}, h = (F) => {
|
|
4970
|
+
n.value.splice(F, 1);
|
|
4971
|
+
}, d = (F) => {
|
|
4949
4972
|
i.value.range = [...F.range], i.value.unit = [...F.unit];
|
|
4950
4973
|
}, w = (F) => {
|
|
4951
4974
|
switch (F) {
|
|
@@ -4995,56 +5018,56 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
4995
5018
|
Eu(
|
|
4996
5019
|
() => o.value,
|
|
4997
5020
|
() => {
|
|
4998
|
-
n.value.length && (n.value = n.value.filter(({ key: F }) => o.value.find((
|
|
5021
|
+
n.value.length && (n.value = n.value.filter(({ key: F }) => o.value.find((f) => f.key === F)));
|
|
4999
5022
|
}
|
|
5000
5023
|
);
|
|
5001
5024
|
const O = () => {
|
|
5002
5025
|
i.value.radio = null, i.value.rankRange = [null, null];
|
|
5003
5026
|
};
|
|
5004
|
-
return (F,
|
|
5005
|
-
const _ =
|
|
5006
|
-
return u.config.show && o.value.length ? (D(), T("div",
|
|
5007
|
-
I("div",
|
|
5008
|
-
|
|
5009
|
-
I("div",
|
|
5010
|
-
(D(!0), T(
|
|
5027
|
+
return (F, f) => {
|
|
5028
|
+
const _ = p0, x = v0, m = ve, v = s0, g = f0, $ = se, y = de, R = ye, A = d0, z = ge;
|
|
5029
|
+
return u.config.show && o.value.length ? (D(), T("div", za, [
|
|
5030
|
+
I("div", La, [
|
|
5031
|
+
Pa,
|
|
5032
|
+
I("div", Ua, [
|
|
5033
|
+
(D(!0), T(q, null, j(o.value, (L) => (D(), T("span", {
|
|
5011
5034
|
key: L.key,
|
|
5012
|
-
onClick: (C) =>
|
|
5013
|
-
}, X(L.label), 9,
|
|
5035
|
+
onClick: (C) => p(L)
|
|
5036
|
+
}, X(L.label), 9, Na))), 128))
|
|
5014
5037
|
])
|
|
5015
5038
|
]),
|
|
5016
|
-
I("div",
|
|
5017
|
-
(D(!0), T(
|
|
5039
|
+
I("div", ja, [
|
|
5040
|
+
(D(!0), T(q, null, j(n.value, (L, C) => (D(), P(_, {
|
|
5018
5041
|
closable: "",
|
|
5019
5042
|
type: "info",
|
|
5020
|
-
onClose: (
|
|
5043
|
+
onClose: (W) => h(C)
|
|
5021
5044
|
}, {
|
|
5022
5045
|
default: E(() => [
|
|
5023
5046
|
I("span", null, X(L.tagText), 1),
|
|
5024
5047
|
I("span", {
|
|
5025
5048
|
class: "edit",
|
|
5026
|
-
onClick: (
|
|
5027
|
-
}, "编辑", 8,
|
|
5049
|
+
onClick: (W) => b(L)
|
|
5050
|
+
}, "编辑", 8, Za)
|
|
5028
5051
|
]),
|
|
5029
5052
|
_: 2
|
|
5030
5053
|
}, 1032, ["onClose"]))), 256))
|
|
5031
5054
|
]),
|
|
5032
5055
|
k(z, {
|
|
5033
5056
|
modelValue: a.value,
|
|
5034
|
-
"onUpdate:modelValue":
|
|
5057
|
+
"onUpdate:modelValue": f[26] || (f[26] = (L) => a.value = L),
|
|
5035
5058
|
title: c.value.label,
|
|
5036
5059
|
width: "600",
|
|
5037
5060
|
"align-center": "",
|
|
5038
5061
|
"destroy-on-close": ""
|
|
5039
5062
|
}, Qu({
|
|
5040
5063
|
footer: E(() => [
|
|
5041
|
-
I("div",
|
|
5064
|
+
I("div", po, [
|
|
5042
5065
|
k(g, {
|
|
5043
5066
|
type: "primary",
|
|
5044
5067
|
onClick: s
|
|
5045
5068
|
}, {
|
|
5046
5069
|
default: E(() => [
|
|
5047
|
-
|
|
5070
|
+
B("确定")
|
|
5048
5071
|
]),
|
|
5049
5072
|
_: 1
|
|
5050
5073
|
})
|
|
@@ -5053,49 +5076,49 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5053
5076
|
default: E(() => {
|
|
5054
5077
|
var L;
|
|
5055
5078
|
return [
|
|
5056
|
-
c.value.type === void 0 && i.value.radioType === "1" ? (D(), T("div",
|
|
5057
|
-
|
|
5079
|
+
c.value.type === void 0 && i.value.radioType === "1" ? (D(), T("div", Ga, [
|
|
5080
|
+
Ja,
|
|
5058
5081
|
k(v, {
|
|
5059
5082
|
modelValue: i.value.rankRange[0],
|
|
5060
|
-
"onUpdate:modelValue":
|
|
5083
|
+
"onUpdate:modelValue": f[2] || (f[2] = (C) => i.value.rankRange[0] = C),
|
|
5061
5084
|
style: { flex: "1" }
|
|
5062
5085
|
}, null, 8, ["modelValue"]),
|
|
5063
|
-
|
|
5086
|
+
B(" ~ "),
|
|
5064
5087
|
k(v, {
|
|
5065
5088
|
modelValue: i.value.rankRange[1],
|
|
5066
|
-
"onUpdate:modelValue":
|
|
5089
|
+
"onUpdate:modelValue": f[3] || (f[3] = (C) => i.value.rankRange[1] = C),
|
|
5067
5090
|
style: { flex: "1" }
|
|
5068
5091
|
}, null, 8, ["modelValue"])
|
|
5069
|
-
])) : c.value.type === void 0 ? (D(), T(
|
|
5070
|
-
(L = c.value.convenientOptions) != null && L.length ? (D(), T("div",
|
|
5071
|
-
(D(!0), T(
|
|
5092
|
+
])) : c.value.type === void 0 ? (D(), T(q, { key: 1 }, [
|
|
5093
|
+
(L = c.value.convenientOptions) != null && L.length ? (D(), T("div", Wa, [
|
|
5094
|
+
(D(!0), T(q, null, j(c.value.convenientOptions, (C) => (D(), P(g, {
|
|
5072
5095
|
key: C.text,
|
|
5073
|
-
onClick: (
|
|
5096
|
+
onClick: (W) => d(C)
|
|
5074
5097
|
}, {
|
|
5075
5098
|
default: E(() => [
|
|
5076
|
-
|
|
5099
|
+
B(X(C.text), 1)
|
|
5077
5100
|
]),
|
|
5078
5101
|
_: 2
|
|
5079
5102
|
}, 1032, ["onClick"]))), 128))
|
|
5080
|
-
])) :
|
|
5081
|
-
I("div",
|
|
5082
|
-
|
|
5103
|
+
])) : U("", !0),
|
|
5104
|
+
I("div", Qa, [
|
|
5105
|
+
Ya,
|
|
5083
5106
|
k(v, {
|
|
5084
5107
|
modelValue: i.value.range[0],
|
|
5085
|
-
"onUpdate:modelValue":
|
|
5108
|
+
"onUpdate:modelValue": f[5] || (f[5] = (C) => i.value.range[0] = C),
|
|
5086
5109
|
style: { flex: "1" }
|
|
5087
5110
|
}, Qu({ _: 2 }, [
|
|
5088
5111
|
c.value.unitOptions.length ? {
|
|
5089
5112
|
name: "append",
|
|
5090
5113
|
fn: E(() => [
|
|
5091
|
-
c.value.unitOptions.length === 1 ? (D(), T("span",
|
|
5114
|
+
c.value.unitOptions.length === 1 ? (D(), T("span", Ka, X(i.value.unit[0]), 1)) : (D(), P(y, {
|
|
5092
5115
|
key: 1,
|
|
5093
5116
|
modelValue: i.value.unit[0],
|
|
5094
|
-
"onUpdate:modelValue":
|
|
5117
|
+
"onUpdate:modelValue": f[4] || (f[4] = (C) => i.value.unit[0] = C),
|
|
5095
5118
|
style: { width: "72px" }
|
|
5096
5119
|
}, {
|
|
5097
5120
|
default: E(() => [
|
|
5098
|
-
(D(!0), T(
|
|
5121
|
+
(D(!0), T(q, null, j(c.value.unitOptions, (C) => (D(), P($, {
|
|
5099
5122
|
label: C,
|
|
5100
5123
|
value: C
|
|
5101
5124
|
}, null, 8, ["label", "value"]))), 256))
|
|
@@ -5106,23 +5129,23 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5106
5129
|
key: "0"
|
|
5107
5130
|
} : void 0
|
|
5108
5131
|
]), 1032, ["modelValue"]),
|
|
5109
|
-
|
|
5132
|
+
B(" ~ "),
|
|
5110
5133
|
k(v, {
|
|
5111
5134
|
modelValue: i.value.range[1],
|
|
5112
|
-
"onUpdate:modelValue":
|
|
5135
|
+
"onUpdate:modelValue": f[7] || (f[7] = (C) => i.value.range[1] = C),
|
|
5113
5136
|
style: { flex: "1" }
|
|
5114
5137
|
}, Qu({ _: 2 }, [
|
|
5115
5138
|
c.value.unitOptions.length ? {
|
|
5116
5139
|
name: "append",
|
|
5117
5140
|
fn: E(() => [
|
|
5118
|
-
c.value.unitOptions.length === 1 ? (D(), T("span",
|
|
5141
|
+
c.value.unitOptions.length === 1 ? (D(), T("span", Xa, X(i.value.unit[1]), 1)) : (D(), P(y, {
|
|
5119
5142
|
key: 1,
|
|
5120
5143
|
modelValue: i.value.unit[1],
|
|
5121
|
-
"onUpdate:modelValue":
|
|
5144
|
+
"onUpdate:modelValue": f[6] || (f[6] = (C) => i.value.unit[1] = C),
|
|
5122
5145
|
style: { width: "72px" }
|
|
5123
5146
|
}, {
|
|
5124
5147
|
default: E(() => [
|
|
5125
|
-
(D(!0), T(
|
|
5148
|
+
(D(!0), T(q, null, j(c.value.unitOptions, (C) => (D(), P($, {
|
|
5126
5149
|
label: C,
|
|
5127
5150
|
value: C
|
|
5128
5151
|
}, null, 8, ["label", "value"]))), 256))
|
|
@@ -5134,11 +5157,11 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5134
5157
|
} : void 0
|
|
5135
5158
|
]), 1032, ["modelValue"])
|
|
5136
5159
|
])
|
|
5137
|
-
], 64)) : (D(), T(
|
|
5138
|
-
c.value.key === "st" ? (D(), T("div",
|
|
5139
|
-
k(
|
|
5160
|
+
], 64)) : (D(), T(q, { key: 2 }, [
|
|
5161
|
+
c.value.key === "st" ? (D(), T("div", uo, [
|
|
5162
|
+
k(m, {
|
|
5140
5163
|
modelValue: i.value.st,
|
|
5141
|
-
"onUpdate:modelValue":
|
|
5164
|
+
"onUpdate:modelValue": f[8] || (f[8] = (C) => i.value.st = C)
|
|
5142
5165
|
}, {
|
|
5143
5166
|
default: E(() => [
|
|
5144
5167
|
k(R, {
|
|
@@ -5152,85 +5175,85 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5152
5175
|
]),
|
|
5153
5176
|
_: 1
|
|
5154
5177
|
}, 8, ["modelValue"])
|
|
5155
|
-
])) :
|
|
5156
|
-
c.value.key === "tFeaturelncomes" ? (D(), T("div",
|
|
5157
|
-
I("div",
|
|
5178
|
+
])) : U("", !0),
|
|
5179
|
+
c.value.key === "tFeaturelncomes" ? (D(), T("div", eo, [
|
|
5180
|
+
I("div", to, [
|
|
5158
5181
|
k(g, {
|
|
5159
|
-
onClick:
|
|
5182
|
+
onClick: f[9] || (f[9] = (C) => w("≤0"))
|
|
5160
5183
|
}, {
|
|
5161
5184
|
default: E(() => [
|
|
5162
|
-
|
|
5185
|
+
B("≤0")
|
|
5163
5186
|
]),
|
|
5164
5187
|
_: 1
|
|
5165
5188
|
}),
|
|
5166
5189
|
k(g, {
|
|
5167
|
-
onClick:
|
|
5190
|
+
onClick: f[10] || (f[10] = (C) => w("≥0"))
|
|
5168
5191
|
}, {
|
|
5169
5192
|
default: E(() => [
|
|
5170
|
-
|
|
5193
|
+
B("≥0")
|
|
5171
5194
|
]),
|
|
5172
5195
|
_: 1
|
|
5173
5196
|
}),
|
|
5174
5197
|
k(g, {
|
|
5175
|
-
onClick:
|
|
5198
|
+
onClick: f[11] || (f[11] = (C) => w("五年内有四年以上盈利超过5千万"))
|
|
5176
5199
|
}, {
|
|
5177
5200
|
default: E(() => [
|
|
5178
|
-
|
|
5201
|
+
B("五年内有四年以上盈利超过5千万")
|
|
5179
5202
|
]),
|
|
5180
5203
|
_: 1
|
|
5181
5204
|
}),
|
|
5182
5205
|
k(g, {
|
|
5183
|
-
onClick:
|
|
5206
|
+
onClick: f[12] || (f[12] = (C) => w("≥10亿"))
|
|
5184
5207
|
}, {
|
|
5185
5208
|
default: E(() => [
|
|
5186
|
-
|
|
5209
|
+
B("≥10亿")
|
|
5187
5210
|
]),
|
|
5188
5211
|
_: 1
|
|
5189
5212
|
}),
|
|
5190
5213
|
k(g, {
|
|
5191
|
-
onClick:
|
|
5214
|
+
onClick: f[13] || (f[13] = (C) => w("≥20亿"))
|
|
5192
5215
|
}, {
|
|
5193
5216
|
default: E(() => [
|
|
5194
|
-
|
|
5217
|
+
B("≥20亿")
|
|
5195
5218
|
]),
|
|
5196
5219
|
_: 1
|
|
5197
5220
|
})
|
|
5198
5221
|
]),
|
|
5199
|
-
I("div",
|
|
5200
|
-
|
|
5222
|
+
I("div", no, [
|
|
5223
|
+
ro,
|
|
5201
5224
|
I("div", null, [
|
|
5202
5225
|
k(A, {
|
|
5203
5226
|
modelValue: i.value.withFewYears,
|
|
5204
|
-
"onUpdate:modelValue":
|
|
5227
|
+
"onUpdate:modelValue": f[14] || (f[14] = (C) => i.value.withFewYears = C),
|
|
5205
5228
|
"controls-position": "right"
|
|
5206
5229
|
}, null, 8, ["modelValue"]),
|
|
5207
|
-
|
|
5230
|
+
B(" 年内 "),
|
|
5208
5231
|
k(A, {
|
|
5209
5232
|
modelValue: i.value.yearsCount,
|
|
5210
|
-
"onUpdate:modelValue":
|
|
5233
|
+
"onUpdate:modelValue": f[15] || (f[15] = (C) => i.value.yearsCount = C),
|
|
5211
5234
|
"controls-position": "right"
|
|
5212
5235
|
}, null, 8, ["modelValue"]),
|
|
5213
|
-
|
|
5236
|
+
B(" 年以上盈利" + X(i.value.rule === 1 ? "超" : "跌") + "过 ", 1),
|
|
5214
5237
|
k(A, {
|
|
5215
5238
|
modelValue: i.value.netProfit,
|
|
5216
|
-
"onUpdate:modelValue":
|
|
5239
|
+
"onUpdate:modelValue": f[16] || (f[16] = (C) => i.value.netProfit = C),
|
|
5217
5240
|
"controls-position": "right"
|
|
5218
5241
|
}, null, 8, ["modelValue"]),
|
|
5219
|
-
|
|
5242
|
+
B(" 亿 ")
|
|
5220
5243
|
])
|
|
5221
5244
|
])
|
|
5222
|
-
])) :
|
|
5223
|
-
c.value.key === "priceLevels" ? (D(), T("div",
|
|
5245
|
+
])) : U("", !0),
|
|
5246
|
+
c.value.key === "priceLevels" ? (D(), T("div", ao, [
|
|
5224
5247
|
k(y, {
|
|
5225
5248
|
modelValue: i.value.priceLevels,
|
|
5226
|
-
"onUpdate:modelValue":
|
|
5249
|
+
"onUpdate:modelValue": f[17] || (f[17] = (C) => i.value.priceLevels = C),
|
|
5227
5250
|
multiple: "",
|
|
5228
5251
|
clearable: "",
|
|
5229
5252
|
placeholder: "请选择",
|
|
5230
5253
|
style: { width: "420px" }
|
|
5231
5254
|
}, {
|
|
5232
5255
|
default: E(() => [
|
|
5233
|
-
(D(), T(
|
|
5256
|
+
(D(), T(q, null, j([1, 2, 3, 4, 5], (C) => k($, {
|
|
5234
5257
|
key: C,
|
|
5235
5258
|
label: `${C}分位`,
|
|
5236
5259
|
value: C
|
|
@@ -5238,18 +5261,18 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5238
5261
|
]),
|
|
5239
5262
|
_: 1
|
|
5240
5263
|
}, 8, ["modelValue"])
|
|
5241
|
-
])) :
|
|
5242
|
-
c.value.key === "peTtmLevels" ? (D(), T("div",
|
|
5264
|
+
])) : U("", !0),
|
|
5265
|
+
c.value.key === "peTtmLevels" ? (D(), T("div", oo, [
|
|
5243
5266
|
k(y, {
|
|
5244
5267
|
modelValue: i.value.peTtmLevels,
|
|
5245
|
-
"onUpdate:modelValue":
|
|
5268
|
+
"onUpdate:modelValue": f[18] || (f[18] = (C) => i.value.peTtmLevels = C),
|
|
5246
5269
|
multiple: "",
|
|
5247
5270
|
clearable: "",
|
|
5248
5271
|
placeholder: "请选择",
|
|
5249
5272
|
style: { width: "420px" }
|
|
5250
5273
|
}, {
|
|
5251
5274
|
default: E(() => [
|
|
5252
|
-
(D(), T(
|
|
5275
|
+
(D(), T(q, null, j([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], (C) => k($, {
|
|
5253
5276
|
key: C,
|
|
5254
5277
|
label: `${C}分位`,
|
|
5255
5278
|
value: C
|
|
@@ -5257,11 +5280,11 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5257
5280
|
]),
|
|
5258
5281
|
_: 1
|
|
5259
5282
|
}, 8, ["modelValue"])
|
|
5260
|
-
])) :
|
|
5261
|
-
c.value.key === "optionsCpType" ? (D(), T("div",
|
|
5262
|
-
k(
|
|
5283
|
+
])) : U("", !0),
|
|
5284
|
+
c.value.key === "optionsCpType" ? (D(), T("div", lo, [
|
|
5285
|
+
k(m, {
|
|
5263
5286
|
modelValue: i.value.optionsCpType,
|
|
5264
|
-
"onUpdate:modelValue":
|
|
5287
|
+
"onUpdate:modelValue": f[19] || (f[19] = (C) => i.value.optionsCpType = C)
|
|
5265
5288
|
}, {
|
|
5266
5289
|
default: E(() => [
|
|
5267
5290
|
k(R, {
|
|
@@ -5275,19 +5298,19 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5275
5298
|
]),
|
|
5276
5299
|
_: 1
|
|
5277
5300
|
}, 8, ["modelValue"])
|
|
5278
|
-
])) :
|
|
5279
|
-
c.value.key === "perVolumn" ? (D(), T("div",
|
|
5280
|
-
k(
|
|
5301
|
+
])) : U("", !0),
|
|
5302
|
+
c.value.key === "perVolumn" ? (D(), T("div", io, [
|
|
5303
|
+
k(m, {
|
|
5281
5304
|
modelValue: i.value.radio,
|
|
5282
|
-
"onUpdate:modelValue":
|
|
5305
|
+
"onUpdate:modelValue": f[20] || (f[20] = (C) => i.value.radio = C)
|
|
5283
5306
|
}, {
|
|
5284
5307
|
default: E(() => [
|
|
5285
|
-
(D(), T(
|
|
5308
|
+
(D(), T(q, null, j(e, (C) => k(R, {
|
|
5286
5309
|
key: C.value,
|
|
5287
5310
|
value: C.value
|
|
5288
5311
|
}, {
|
|
5289
5312
|
default: E(() => [
|
|
5290
|
-
|
|
5313
|
+
B(X(C.label), 1)
|
|
5291
5314
|
]),
|
|
5292
5315
|
_: 2
|
|
5293
5316
|
}, 1032, ["value"])), 64))
|
|
@@ -5296,14 +5319,14 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5296
5319
|
}, 8, ["modelValue"]),
|
|
5297
5320
|
k(y, {
|
|
5298
5321
|
modelValue: i.value.levels,
|
|
5299
|
-
"onUpdate:modelValue":
|
|
5322
|
+
"onUpdate:modelValue": f[21] || (f[21] = (C) => i.value.levels = C),
|
|
5300
5323
|
multiple: "",
|
|
5301
5324
|
clearable: "",
|
|
5302
5325
|
placeholder: "请选择",
|
|
5303
5326
|
style: { width: "420px" }
|
|
5304
5327
|
}, {
|
|
5305
5328
|
default: E(() => [
|
|
5306
|
-
(D(), T(
|
|
5329
|
+
(D(), T(q, null, j([1, 2, 3, 4, 5], (C) => k($, {
|
|
5307
5330
|
key: C,
|
|
5308
5331
|
label: `${C}分位`,
|
|
5309
5332
|
value: C
|
|
@@ -5311,70 +5334,70 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5311
5334
|
]),
|
|
5312
5335
|
_: 1
|
|
5313
5336
|
}, 8, ["modelValue"])
|
|
5314
|
-
])) :
|
|
5315
|
-
c.value.key === "mainFlow" ? (D(), T("div",
|
|
5316
|
-
k(
|
|
5337
|
+
])) : U("", !0),
|
|
5338
|
+
c.value.key === "mainFlow" ? (D(), T("div", co, [
|
|
5339
|
+
k(m, {
|
|
5317
5340
|
modelValue: i.value.radio,
|
|
5318
|
-
"onUpdate:modelValue":
|
|
5341
|
+
"onUpdate:modelValue": f[22] || (f[22] = (C) => i.value.radio = C)
|
|
5319
5342
|
}, {
|
|
5320
5343
|
default: E(() => [
|
|
5321
5344
|
k(R, { value: "3" }, {
|
|
5322
5345
|
default: E(() => [
|
|
5323
|
-
|
|
5346
|
+
B("3日")
|
|
5324
5347
|
]),
|
|
5325
5348
|
_: 1
|
|
5326
5349
|
}),
|
|
5327
5350
|
k(R, { value: "5" }, {
|
|
5328
5351
|
default: E(() => [
|
|
5329
|
-
|
|
5352
|
+
B("5日")
|
|
5330
5353
|
]),
|
|
5331
5354
|
_: 1
|
|
5332
5355
|
}),
|
|
5333
5356
|
k(R, { value: "10" }, {
|
|
5334
5357
|
default: E(() => [
|
|
5335
|
-
|
|
5358
|
+
B("10日")
|
|
5336
5359
|
]),
|
|
5337
5360
|
_: 1
|
|
5338
5361
|
}),
|
|
5339
5362
|
k(R, { value: "20" }, {
|
|
5340
5363
|
default: E(() => [
|
|
5341
|
-
|
|
5364
|
+
B("20日")
|
|
5342
5365
|
]),
|
|
5343
5366
|
_: 1
|
|
5344
5367
|
})
|
|
5345
5368
|
]),
|
|
5346
5369
|
_: 1
|
|
5347
5370
|
}, 8, ["modelValue"]),
|
|
5348
|
-
I("div",
|
|
5371
|
+
I("div", so, [
|
|
5349
5372
|
I("span", null, X(i.value.radioType === "0" ? "涨幅范围" : "排名范围") + ": ", 1),
|
|
5350
5373
|
k(v, {
|
|
5351
5374
|
modelValue: i.value.rankRange[0],
|
|
5352
|
-
"onUpdate:modelValue":
|
|
5375
|
+
"onUpdate:modelValue": f[23] || (f[23] = (C) => i.value.rankRange[0] = C),
|
|
5353
5376
|
style: { flex: "1" }
|
|
5354
5377
|
}, null, 8, ["modelValue"]),
|
|
5355
|
-
|
|
5378
|
+
B(" ~ "),
|
|
5356
5379
|
k(v, {
|
|
5357
5380
|
modelValue: i.value.rankRange[1],
|
|
5358
|
-
"onUpdate:modelValue":
|
|
5381
|
+
"onUpdate:modelValue": f[24] || (f[24] = (C) => i.value.rankRange[1] = C),
|
|
5359
5382
|
style: { flex: "1" }
|
|
5360
5383
|
}, null, 8, ["modelValue"])
|
|
5361
5384
|
])
|
|
5362
|
-
])) :
|
|
5363
|
-
c.value.key === "auditOpinionType" ? (D(), T("div",
|
|
5364
|
-
k(
|
|
5385
|
+
])) : U("", !0),
|
|
5386
|
+
c.value.key === "auditOpinionType" ? (D(), T("div", fo, [
|
|
5387
|
+
k(m, {
|
|
5365
5388
|
modelValue: i.value.enumType,
|
|
5366
|
-
"onUpdate:modelValue":
|
|
5389
|
+
"onUpdate:modelValue": f[25] || (f[25] = (C) => i.value.enumType = C)
|
|
5367
5390
|
}, {
|
|
5368
5391
|
default: E(() => [
|
|
5369
|
-
(D(), T(
|
|
5370
|
-
key:
|
|
5392
|
+
(D(), T(q, null, j(t, (C, W) => k(R, {
|
|
5393
|
+
key: W,
|
|
5371
5394
|
label: C.label,
|
|
5372
5395
|
value: C.value
|
|
5373
5396
|
}, null, 8, ["label", "value"])), 64))
|
|
5374
5397
|
]),
|
|
5375
5398
|
_: 1
|
|
5376
5399
|
}, 8, ["modelValue"])
|
|
5377
|
-
])) :
|
|
5400
|
+
])) : U("", !0)
|
|
5378
5401
|
], 64))
|
|
5379
5402
|
];
|
|
5380
5403
|
}),
|
|
@@ -5383,18 +5406,18 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5383
5406
|
c.value.showRankType ? {
|
|
5384
5407
|
name: "header",
|
|
5385
5408
|
fn: E(() => [
|
|
5386
|
-
I("span",
|
|
5387
|
-
k(
|
|
5409
|
+
I("span", Ha, X(c.value.label), 1),
|
|
5410
|
+
k(m, {
|
|
5388
5411
|
modelValue: i.value.radioType,
|
|
5389
|
-
"onUpdate:modelValue":
|
|
5412
|
+
"onUpdate:modelValue": f[0] || (f[0] = (L) => i.value.radioType = L),
|
|
5390
5413
|
style: { "vertical-align": "4px", "margin-left": "12px" }
|
|
5391
5414
|
}, {
|
|
5392
5415
|
default: E(() => [
|
|
5393
|
-
k(
|
|
5416
|
+
k(x, {
|
|
5394
5417
|
label: "数值",
|
|
5395
5418
|
value: "0"
|
|
5396
5419
|
}),
|
|
5397
|
-
k(
|
|
5420
|
+
k(x, {
|
|
5398
5421
|
disabled: l.value && l.value !== c.value.key,
|
|
5399
5422
|
label: "排名",
|
|
5400
5423
|
value: "1"
|
|
@@ -5408,18 +5431,18 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5408
5431
|
name: "header",
|
|
5409
5432
|
fn: E(() => [
|
|
5410
5433
|
I("span", { style: { "font-size": "18px" } }, X(c.value.label), 1),
|
|
5411
|
-
k(
|
|
5434
|
+
k(m, {
|
|
5412
5435
|
modelValue: i.value.radioType,
|
|
5413
|
-
"onUpdate:modelValue":
|
|
5436
|
+
"onUpdate:modelValue": f[1] || (f[1] = (L) => i.value.radioType = L),
|
|
5414
5437
|
style: { "vertical-align": "4px", "margin-left": "12px" },
|
|
5415
5438
|
onChange: O
|
|
5416
5439
|
}, {
|
|
5417
5440
|
default: E(() => [
|
|
5418
|
-
k(
|
|
5441
|
+
k(x, {
|
|
5419
5442
|
label: "涨幅范围",
|
|
5420
5443
|
value: "0"
|
|
5421
5444
|
}),
|
|
5422
|
-
k(
|
|
5445
|
+
k(x, {
|
|
5423
5446
|
disabled: l.value && l.value !== c.value.key,
|
|
5424
5447
|
label: "排名范围",
|
|
5425
5448
|
value: "1"
|
|
@@ -5431,29 +5454,29 @@ const Wu = (u) => (he("data-v-3e69da40"), u = u(), me(), u), Va = {
|
|
|
5431
5454
|
key: "1"
|
|
5432
5455
|
} : void 0
|
|
5433
5456
|
]), 1032, ["modelValue", "title"])
|
|
5434
|
-
])) :
|
|
5457
|
+
])) : U("", !0);
|
|
5435
5458
|
};
|
|
5436
5459
|
}
|
|
5437
|
-
},
|
|
5438
|
-
const Cu = (u) => (
|
|
5460
|
+
}, ho = /* @__PURE__ */ ke(bo, [["__scopeId", "data-v-3e69da40"]]);
|
|
5461
|
+
const Cu = (u) => (xe("data-v-efd872de"), u = u(), _e(), u), mo = { class: "variety-search" }, xo = {
|
|
5439
5462
|
key: 0,
|
|
5440
5463
|
class: "variety-search-row"
|
|
5441
|
-
},
|
|
5464
|
+
}, _o = { class: "title" }, go = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "品种市场: ", -1)), ko = {
|
|
5442
5465
|
key: 1,
|
|
5443
5466
|
class: "variety-search-row"
|
|
5444
|
-
},
|
|
5467
|
+
}, yo = { class: "title" }, vo = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "常用选项: ", -1)), Co = {
|
|
5445
5468
|
key: 2,
|
|
5446
5469
|
class: "variety-search-row"
|
|
5447
|
-
},
|
|
5470
|
+
}, Do = { class: "title" }, Eo = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "上市板块: ", -1)), Fo = {
|
|
5448
5471
|
key: 3,
|
|
5449
5472
|
class: "variety-search-row"
|
|
5450
|
-
},
|
|
5473
|
+
}, Ao = { class: "title" }, wo = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "自定标签: ", -1)), To = {
|
|
5451
5474
|
key: 4,
|
|
5452
5475
|
class: "variety-search-row"
|
|
5453
|
-
},
|
|
5476
|
+
}, So = { class: "title" }, Io = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "价差转换: ", -1)), Oo = {
|
|
5454
5477
|
key: 5,
|
|
5455
5478
|
class: "variety-search-row"
|
|
5456
|
-
},
|
|
5479
|
+
}, $o = { class: "title" }, Ro = /* @__PURE__ */ Cu(() => /* @__PURE__ */ I("span", null, "因子筛选: ", -1)), Vo = {
|
|
5457
5480
|
__name: "index",
|
|
5458
5481
|
props: /* @__PURE__ */ Nu({ config: { type: Object, default: {} } }, {
|
|
5459
5482
|
searchData: {},
|
|
@@ -5486,22 +5509,22 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5486
5509
|
// 常用指标
|
|
5487
5510
|
commonIndicator: []
|
|
5488
5511
|
});
|
|
5489
|
-
const r =
|
|
5512
|
+
const r = G(() => {
|
|
5490
5513
|
const s = {};
|
|
5491
|
-
return Object.keys(
|
|
5492
|
-
const
|
|
5493
|
-
s[
|
|
5514
|
+
return Object.keys(Me).forEach((b) => {
|
|
5515
|
+
const h = Me[b], d = t.config[b] ?? {}, w = { ...h, ...d };
|
|
5516
|
+
s[b] = w;
|
|
5494
5517
|
}), s;
|
|
5495
|
-
}), a =
|
|
5518
|
+
}), a = G(() => r.value.varietyMarket.options), l = G(() => {
|
|
5496
5519
|
const { varietyMarket: s } = n.value;
|
|
5497
|
-
return s ? a.value.find(({ value:
|
|
5498
|
-
const w = r.value.commonOption.options.find((O) => O.value ===
|
|
5499
|
-
return w &&
|
|
5520
|
+
return s ? a.value.find(({ value: h }) => h === s).memo.reduce((h, d) => {
|
|
5521
|
+
const w = r.value.commonOption.options.find((O) => O.value === d);
|
|
5522
|
+
return w && h.push(w), h;
|
|
5500
5523
|
}, []) : r.value.commonOption.options;
|
|
5501
|
-
}), o =
|
|
5524
|
+
}), o = G(() => {
|
|
5502
5525
|
const { varietyMarket: s } = n.value;
|
|
5503
|
-
return s ? r.value.marketIds.options.filter((
|
|
5504
|
-
}), c =
|
|
5526
|
+
return s ? r.value.marketIds.options.filter((b) => b.varietyMarketIds.includes(s)) : r.value.marketIds.options;
|
|
5527
|
+
}), c = G(() => r.value.customTag.options), i = G(() => r.value.jcTranslate.jcOptions), p = (s) => {
|
|
5505
5528
|
switch (s) {
|
|
5506
5529
|
case "commonOption": {
|
|
5507
5530
|
n.value[s] = [];
|
|
@@ -5544,54 +5567,54 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5544
5567
|
return Eu(
|
|
5545
5568
|
() => l.value,
|
|
5546
5569
|
(s) => {
|
|
5547
|
-
var
|
|
5548
|
-
(
|
|
5570
|
+
var b;
|
|
5571
|
+
(b = n.value.commonOption) != null && b.length && (n.value.commonOption = n.value.commonOption.filter((h) => s.find(({ value: d }) => d === h)));
|
|
5549
5572
|
}
|
|
5550
5573
|
), Eu(
|
|
5551
5574
|
() => o.value,
|
|
5552
5575
|
(s) => {
|
|
5553
|
-
var
|
|
5554
|
-
(
|
|
5576
|
+
var b;
|
|
5577
|
+
(b = n.value.marketIds) != null && b.length && (n.value.marketIds = n.value.marketIds.filter((h) => s.find(({ value: d }) => d === h)));
|
|
5555
5578
|
}
|
|
5556
5579
|
), e({
|
|
5557
5580
|
// 生成接口传参结构的数据
|
|
5558
5581
|
formatData: (s) => {
|
|
5559
|
-
var
|
|
5582
|
+
var h, d, w, O, F, f;
|
|
5560
5583
|
console.log("%c[st-varietySearch]: 正在生成接口传参...", "color: tomato");
|
|
5561
|
-
const
|
|
5562
|
-
if (s.varietyMarket && (
|
|
5563
|
-
const { jcTranslate: _ } = s, { type:
|
|
5564
|
-
switch (
|
|
5584
|
+
const b = {};
|
|
5585
|
+
if (s.varietyMarket && (b.exchangeId = String(s.varietyMarket)), (h = s.commonOption) != null && h.length && (b.optionId = s.commonOption.join(",")), (d = s.marketIds) != null && d.length && (b.marketIds = s.marketIds), (w = s.customTag) != null && w.length && (b.tagIds = s.customTag), (O = r.value.jcTranslate) != null && O.show) {
|
|
5586
|
+
const { jcTranslate: _ } = s, { type: x, jcList: m } = _;
|
|
5587
|
+
switch (x) {
|
|
5565
5588
|
case 1: {
|
|
5566
|
-
|
|
5589
|
+
b.translateType = 1, b.jcType = m.join(",");
|
|
5567
5590
|
break;
|
|
5568
5591
|
}
|
|
5569
5592
|
case 2:
|
|
5570
|
-
|
|
5593
|
+
b.translateType = 2;
|
|
5571
5594
|
}
|
|
5572
5595
|
}
|
|
5573
5596
|
if ((F = r.value.factorScreen) != null && F.show) {
|
|
5574
5597
|
const { factorScreen: _ } = s;
|
|
5575
|
-
if ((
|
|
5576
|
-
switch (
|
|
5598
|
+
if ((f = _ == null ? void 0 : _.list) != null && f.length && (b.tbFeatureFactorScores = _.list.map((x) => {
|
|
5599
|
+
switch (x.key) {
|
|
5577
5600
|
case "compare":
|
|
5578
5601
|
return {
|
|
5579
|
-
freqId:
|
|
5580
|
-
factorId:
|
|
5581
|
-
compareType:
|
|
5582
|
-
freqId2:
|
|
5583
|
-
factorId2:
|
|
5602
|
+
freqId: x.cycle,
|
|
5603
|
+
factorId: x.factor,
|
|
5604
|
+
compareType: x.compareType,
|
|
5605
|
+
freqId2: x.cycle2,
|
|
5606
|
+
factorId2: x.factor2
|
|
5584
5607
|
};
|
|
5585
5608
|
default:
|
|
5586
5609
|
return {
|
|
5587
|
-
freqId:
|
|
5588
|
-
factorId:
|
|
5589
|
-
startScore:
|
|
5590
|
-
endScore:
|
|
5610
|
+
freqId: x.cycle,
|
|
5611
|
+
factorId: x.factor,
|
|
5612
|
+
startScore: x.score[0],
|
|
5613
|
+
endScore: x.score[1]
|
|
5591
5614
|
};
|
|
5592
5615
|
}
|
|
5593
5616
|
})), _.sqlEnable) {
|
|
5594
|
-
const
|
|
5617
|
+
const x = _.list.reduce((v, g, $) => {
|
|
5595
5618
|
var R, A;
|
|
5596
5619
|
const y = `条件${$ + 1}`;
|
|
5597
5620
|
switch (g.key) {
|
|
@@ -5607,80 +5630,80 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5607
5630
|
}
|
|
5608
5631
|
return v;
|
|
5609
5632
|
}, /* @__PURE__ */ new Map([]));
|
|
5610
|
-
let
|
|
5611
|
-
for (const [v, g] of
|
|
5633
|
+
let m = _.sqlValue;
|
|
5634
|
+
for (const [v, g] of x) {
|
|
5612
5635
|
const $ = new RegExp(v, "g");
|
|
5613
|
-
|
|
5636
|
+
m = m.replace($, g);
|
|
5614
5637
|
}
|
|
5615
|
-
|
|
5638
|
+
b.sql = m, b.sqlExpression = _.sqlValue;
|
|
5616
5639
|
}
|
|
5617
|
-
|
|
5640
|
+
b.enableSql = _.sqlEnable === 1 ? 2 : 1, _.factorSelectExpr && (b.factorSelectExpr = _.factorSelectExpr);
|
|
5618
5641
|
}
|
|
5619
5642
|
{
|
|
5620
|
-
const _ = ["expireDays", "virtualRealDegree", "yearProfitRate", "impliedVolatility", "levelMultiplier", "turnover", "volume", "openInterest", "optionsCpType", "optionGear"],
|
|
5621
|
-
const { key: L, type: C, range:
|
|
5643
|
+
const _ = ["expireDays", "virtualRealDegree", "yearProfitRate", "impliedVolatility", "levelMultiplier", "turnover", "volume", "openInterest", "optionsCpType", "optionGear"], x = s.commonIndicator.reduce((A, z) => {
|
|
5644
|
+
const { key: L, type: C, range: W, unit: mu, radioType: $u, radio: Ru, rankRange: Du } = z;
|
|
5622
5645
|
if (L === "mainFlow") {
|
|
5623
|
-
let [
|
|
5624
|
-
A.push({ column: Vu, start:
|
|
5646
|
+
let [Q, Y] = Du, Vu = $u === "0" ? `netInfow${Ru}d` : `last${Ru}DayMainFlowRank`;
|
|
5647
|
+
A.push({ column: Vu, start: Q, end: Y });
|
|
5625
5648
|
}
|
|
5626
5649
|
if (L === "auditOpinionType")
|
|
5627
5650
|
A.push({ column: z.key, enumType: z.enumType });
|
|
5628
5651
|
else if ($u === "1")
|
|
5629
|
-
|
|
5652
|
+
b.sortBy = {
|
|
5630
5653
|
column: z.key,
|
|
5631
5654
|
start: Du[0] || null,
|
|
5632
5655
|
end: Du[1] || null
|
|
5633
5656
|
};
|
|
5634
5657
|
else if (["dividendYield", "incrementRevenueLyr", "netProfitGrowthRatioLyr", "fiveYearRoe"].includes(L)) {
|
|
5635
|
-
let [
|
|
5636
|
-
["", null].includes(
|
|
5658
|
+
let [Q, Y] = W;
|
|
5659
|
+
["", null].includes(Q) || (Q = Q / 100), ["", null].includes(Y) || (Y = Y / 100), A.push({
|
|
5637
5660
|
column: z.key,
|
|
5638
|
-
start:
|
|
5639
|
-
end:
|
|
5661
|
+
start: Q,
|
|
5662
|
+
end: Y
|
|
5640
5663
|
});
|
|
5641
5664
|
} else if (C === void 0 && !_.includes(L)) {
|
|
5642
|
-
let [
|
|
5643
|
-
if (!["", null].includes(
|
|
5665
|
+
let [Q, Y] = W;
|
|
5666
|
+
if (!["", null].includes(Q))
|
|
5644
5667
|
switch (mu[0]) {
|
|
5645
5668
|
case "亿":
|
|
5646
|
-
|
|
5669
|
+
Q = Q * 1e8;
|
|
5647
5670
|
break;
|
|
5648
5671
|
case "千万":
|
|
5649
|
-
|
|
5672
|
+
Q = Q * 1e7;
|
|
5650
5673
|
break;
|
|
5651
5674
|
default:
|
|
5652
|
-
|
|
5675
|
+
Q = Q;
|
|
5653
5676
|
break;
|
|
5654
5677
|
}
|
|
5655
|
-
if (!["", null].includes(
|
|
5678
|
+
if (!["", null].includes(Y))
|
|
5656
5679
|
switch (mu[1]) {
|
|
5657
5680
|
case "亿":
|
|
5658
|
-
|
|
5681
|
+
Y = Y * 1e8;
|
|
5659
5682
|
break;
|
|
5660
5683
|
case "千万":
|
|
5661
|
-
|
|
5684
|
+
Y = Y * 1e7;
|
|
5662
5685
|
break;
|
|
5663
5686
|
default:
|
|
5664
|
-
|
|
5687
|
+
Y = Y;
|
|
5665
5688
|
break;
|
|
5666
5689
|
}
|
|
5667
5690
|
A.push({
|
|
5668
5691
|
column: z.key,
|
|
5669
|
-
start:
|
|
5670
|
-
end:
|
|
5692
|
+
start: Q,
|
|
5693
|
+
end: Y
|
|
5671
5694
|
});
|
|
5672
5695
|
}
|
|
5673
5696
|
return A;
|
|
5674
5697
|
}, []);
|
|
5675
|
-
|
|
5676
|
-
const
|
|
5677
|
-
|
|
5698
|
+
x.length && (b.query = x);
|
|
5699
|
+
const m = s.commonIndicator.find(({ key: A }) => A === "st");
|
|
5700
|
+
m && (b.st = m.st);
|
|
5678
5701
|
const v = s.commonIndicator.find(({ key: A }) => A === "tFeaturelncomes");
|
|
5679
|
-
v && (
|
|
5702
|
+
v && (b.netProfitQueryDto = { ...v, netProfit: v.netProfit * 1e8 });
|
|
5680
5703
|
const g = s.commonIndicator.find(({ key: A }) => A === "priceLevels");
|
|
5681
|
-
g && (
|
|
5704
|
+
g && (b.priceLevels = g.priceLevels);
|
|
5682
5705
|
const $ = s.commonIndicator.find(({ key: A }) => A === "peTtmLevels");
|
|
5683
|
-
$ && (
|
|
5706
|
+
$ && (b.peTtmLevels = $.peTtmLevels);
|
|
5684
5707
|
const y = {};
|
|
5685
5708
|
s.commonIndicator.forEach((A) => {
|
|
5686
5709
|
const { key: z } = A;
|
|
@@ -5718,15 +5741,15 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5718
5741
|
}
|
|
5719
5742
|
});
|
|
5720
5743
|
const R = s.commonIndicator.find(({ key: A }) => A === "perVolumn");
|
|
5721
|
-
R && (
|
|
5744
|
+
R && (b.perVolumn = {
|
|
5722
5745
|
type: R.radio,
|
|
5723
5746
|
value: R.levels
|
|
5724
|
-
}), Object.keys(y).length && (
|
|
5725
|
-
...
|
|
5747
|
+
}), Object.keys(y).length && (b.searchOptionDto = {
|
|
5748
|
+
...b.searchOptionDto,
|
|
5726
5749
|
...y
|
|
5727
5750
|
});
|
|
5728
5751
|
}
|
|
5729
|
-
return console.log("%c[st-varietySearch]: 接口传参数据生成完毕", "color: green",
|
|
5752
|
+
return console.log("%c[st-varietySearch]: 接口传参数据生成完毕", "color: green", b), b;
|
|
5730
5753
|
},
|
|
5731
5754
|
// 重置函数
|
|
5732
5755
|
reset: () => {
|
|
@@ -5755,24 +5778,24 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5755
5778
|
commonIndicator: []
|
|
5756
5779
|
};
|
|
5757
5780
|
}
|
|
5758
|
-
}), (s,
|
|
5759
|
-
var _,
|
|
5760
|
-
const
|
|
5761
|
-
return D(), T("div",
|
|
5762
|
-
(_ = r.value.varietyMarket) != null && _.show ? (D(), T("div",
|
|
5763
|
-
I("div",
|
|
5764
|
-
|
|
5781
|
+
}), (s, b) => {
|
|
5782
|
+
var _, x, m, v, g, $;
|
|
5783
|
+
const h = ye, d = ve, w = ot, O = lt, F = se, f = de;
|
|
5784
|
+
return D(), T("div", mo, [
|
|
5785
|
+
(_ = r.value.varietyMarket) != null && _.show ? (D(), T("div", xo, [
|
|
5786
|
+
I("div", _o, [
|
|
5787
|
+
go,
|
|
5765
5788
|
I("span", {
|
|
5766
|
-
onClick:
|
|
5789
|
+
onClick: b[0] || (b[0] = (y) => p("varietyMarket"))
|
|
5767
5790
|
}, "不限")
|
|
5768
5791
|
]),
|
|
5769
|
-
k(
|
|
5792
|
+
k(d, {
|
|
5770
5793
|
modelValue: n.value.varietyMarket,
|
|
5771
|
-
"onUpdate:modelValue":
|
|
5794
|
+
"onUpdate:modelValue": b[1] || (b[1] = (y) => n.value.varietyMarket = y),
|
|
5772
5795
|
size: "small"
|
|
5773
5796
|
}, {
|
|
5774
5797
|
default: E(() => [
|
|
5775
|
-
(D(!0), T(
|
|
5798
|
+
(D(!0), T(q, null, j(a.value, ({ label: y, value: R }) => (D(), P(h, {
|
|
5776
5799
|
label: y,
|
|
5777
5800
|
value: R,
|
|
5778
5801
|
key: R
|
|
@@ -5780,21 +5803,21 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5780
5803
|
]),
|
|
5781
5804
|
_: 1
|
|
5782
5805
|
}, 8, ["modelValue"])
|
|
5783
|
-
])) :
|
|
5784
|
-
(
|
|
5785
|
-
I("div",
|
|
5786
|
-
|
|
5806
|
+
])) : U("", !0),
|
|
5807
|
+
(x = r.value.commonOption) != null && x.show && l.value.length ? (D(), T("div", ko, [
|
|
5808
|
+
I("div", yo, [
|
|
5809
|
+
vo,
|
|
5787
5810
|
I("span", {
|
|
5788
|
-
onClick:
|
|
5811
|
+
onClick: b[2] || (b[2] = (y) => p("commonOption"))
|
|
5789
5812
|
}, "不限")
|
|
5790
5813
|
]),
|
|
5791
5814
|
k(O, {
|
|
5792
5815
|
modelValue: n.value.commonOption,
|
|
5793
|
-
"onUpdate:modelValue":
|
|
5816
|
+
"onUpdate:modelValue": b[3] || (b[3] = (y) => n.value.commonOption = y),
|
|
5794
5817
|
size: "small"
|
|
5795
5818
|
}, {
|
|
5796
5819
|
default: E(() => [
|
|
5797
|
-
(D(!0), T(
|
|
5820
|
+
(D(!0), T(q, null, j(l.value, ({ label: y, value: R }) => (D(), P(w, {
|
|
5798
5821
|
label: y,
|
|
5799
5822
|
value: R,
|
|
5800
5823
|
key: R
|
|
@@ -5802,21 +5825,21 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5802
5825
|
]),
|
|
5803
5826
|
_: 1
|
|
5804
5827
|
}, 8, ["modelValue"])
|
|
5805
|
-
])) :
|
|
5806
|
-
(
|
|
5807
|
-
I("div",
|
|
5808
|
-
|
|
5828
|
+
])) : U("", !0),
|
|
5829
|
+
(m = r.value.marketIds) != null && m.show && o.value.length ? (D(), T("div", Co, [
|
|
5830
|
+
I("div", Do, [
|
|
5831
|
+
Eo,
|
|
5809
5832
|
I("span", {
|
|
5810
|
-
onClick:
|
|
5833
|
+
onClick: b[4] || (b[4] = (y) => p("marketIds"))
|
|
5811
5834
|
}, "不限")
|
|
5812
5835
|
]),
|
|
5813
5836
|
k(O, {
|
|
5814
5837
|
modelValue: n.value.marketIds,
|
|
5815
|
-
"onUpdate:modelValue":
|
|
5838
|
+
"onUpdate:modelValue": b[5] || (b[5] = (y) => n.value.marketIds = y),
|
|
5816
5839
|
size: "small"
|
|
5817
5840
|
}, {
|
|
5818
5841
|
default: E(() => [
|
|
5819
|
-
(D(!0), T(
|
|
5842
|
+
(D(!0), T(q, null, j(o.value, ({ label: y, value: R }) => (D(), P(w, {
|
|
5820
5843
|
label: y,
|
|
5821
5844
|
value: R,
|
|
5822
5845
|
key: R
|
|
@@ -5824,21 +5847,21 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5824
5847
|
]),
|
|
5825
5848
|
_: 1
|
|
5826
5849
|
}, 8, ["modelValue"])
|
|
5827
|
-
])) :
|
|
5828
|
-
(v = r.value.customTag) != null && v.show && c.value.length ? (D(), T("div",
|
|
5829
|
-
I("div",
|
|
5830
|
-
|
|
5850
|
+
])) : U("", !0),
|
|
5851
|
+
(v = r.value.customTag) != null && v.show && c.value.length ? (D(), T("div", Fo, [
|
|
5852
|
+
I("div", Ao, [
|
|
5853
|
+
wo,
|
|
5831
5854
|
I("span", {
|
|
5832
|
-
onClick:
|
|
5855
|
+
onClick: b[6] || (b[6] = (y) => p("customTag"))
|
|
5833
5856
|
}, "不限")
|
|
5834
5857
|
]),
|
|
5835
5858
|
k(O, {
|
|
5836
5859
|
modelValue: n.value.customTag,
|
|
5837
|
-
"onUpdate:modelValue":
|
|
5860
|
+
"onUpdate:modelValue": b[7] || (b[7] = (y) => n.value.customTag = y),
|
|
5838
5861
|
size: "small"
|
|
5839
5862
|
}, {
|
|
5840
5863
|
default: E(() => [
|
|
5841
|
-
(D(!0), T(
|
|
5864
|
+
(D(!0), T(q, null, j(c.value, ({ label: y, value: R }) => (D(), P(w, {
|
|
5842
5865
|
label: y,
|
|
5843
5866
|
value: R,
|
|
5844
5867
|
key: R
|
|
@@ -5846,38 +5869,38 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5846
5869
|
]),
|
|
5847
5870
|
_: 1
|
|
5848
5871
|
}, 8, ["modelValue"])
|
|
5849
|
-
])) :
|
|
5850
|
-
(g = r.value.jcTranslate) != null && g.show ? (D(), T("div",
|
|
5851
|
-
I("div",
|
|
5852
|
-
|
|
5872
|
+
])) : U("", !0),
|
|
5873
|
+
(g = r.value.jcTranslate) != null && g.show ? (D(), T("div", To, [
|
|
5874
|
+
I("div", So, [
|
|
5875
|
+
Io,
|
|
5853
5876
|
I("span", {
|
|
5854
|
-
onClick:
|
|
5877
|
+
onClick: b[8] || (b[8] = (y) => p("jcTranslate"))
|
|
5855
5878
|
}, "不限")
|
|
5856
5879
|
]),
|
|
5857
|
-
k(
|
|
5880
|
+
k(d, {
|
|
5858
5881
|
modelValue: n.value.jcTranslate.type,
|
|
5859
|
-
"onUpdate:modelValue":
|
|
5882
|
+
"onUpdate:modelValue": b[9] || (b[9] = (y) => n.value.jcTranslate.type = y),
|
|
5860
5883
|
size: "small"
|
|
5861
5884
|
}, {
|
|
5862
5885
|
default: E(() => [
|
|
5863
|
-
k(
|
|
5886
|
+
k(h, { value: 2 }, {
|
|
5864
5887
|
default: E(() => [
|
|
5865
|
-
|
|
5888
|
+
B("价差转品种")
|
|
5866
5889
|
]),
|
|
5867
5890
|
_: 1
|
|
5868
5891
|
}),
|
|
5869
|
-
k(
|
|
5892
|
+
k(h, { value: 1 }, {
|
|
5870
5893
|
default: E(() => [
|
|
5871
|
-
|
|
5894
|
+
B("品种转价差")
|
|
5872
5895
|
]),
|
|
5873
5896
|
_: 1
|
|
5874
5897
|
})
|
|
5875
5898
|
]),
|
|
5876
5899
|
_: 1
|
|
5877
5900
|
}, 8, ["modelValue"]),
|
|
5878
|
-
|
|
5901
|
+
be(k(f, {
|
|
5879
5902
|
modelValue: n.value.jcTranslate.jcList,
|
|
5880
|
-
"onUpdate:modelValue":
|
|
5903
|
+
"onUpdate:modelValue": b[10] || (b[10] = (y) => n.value.jcTranslate.jcList = y),
|
|
5881
5904
|
size: "small",
|
|
5882
5905
|
multiple: "",
|
|
5883
5906
|
"collapse-tags": "",
|
|
@@ -5886,7 +5909,7 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5886
5909
|
style: { width: "140px" }
|
|
5887
5910
|
}, {
|
|
5888
5911
|
default: E(() => [
|
|
5889
|
-
(D(!0), T(
|
|
5912
|
+
(D(!0), T(q, null, j(i.value, (y) => (D(), P(F, {
|
|
5890
5913
|
key: y.value,
|
|
5891
5914
|
label: y.label,
|
|
5892
5915
|
value: y.value
|
|
@@ -5894,25 +5917,25 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5894
5917
|
]),
|
|
5895
5918
|
_: 1
|
|
5896
5919
|
}, 8, ["modelValue"]), [
|
|
5897
|
-
[
|
|
5920
|
+
[ht, n.value.jcTranslate.type === 1]
|
|
5898
5921
|
])
|
|
5899
|
-
])) :
|
|
5900
|
-
($ = r.value.factorScreen) != null && $.show ? (D(), T("div",
|
|
5901
|
-
I("div",
|
|
5902
|
-
|
|
5922
|
+
])) : U("", !0),
|
|
5923
|
+
($ = r.value.factorScreen) != null && $.show ? (D(), T("div", Oo, [
|
|
5924
|
+
I("div", $o, [
|
|
5925
|
+
Ro,
|
|
5903
5926
|
I("span", {
|
|
5904
|
-
onClick:
|
|
5927
|
+
onClick: b[11] || (b[11] = (y) => p("factorScreen"))
|
|
5905
5928
|
}, "不限")
|
|
5906
5929
|
]),
|
|
5907
|
-
k(
|
|
5930
|
+
k(Ba, {
|
|
5908
5931
|
data: n.value.factorScreen,
|
|
5909
|
-
"onUpdate:data":
|
|
5932
|
+
"onUpdate:data": b[12] || (b[12] = (y) => n.value.factorScreen = y),
|
|
5910
5933
|
config: r.value.factorScreen
|
|
5911
5934
|
}, null, 8, ["data", "config"])
|
|
5912
|
-
])) :
|
|
5913
|
-
k(
|
|
5935
|
+
])) : U("", !0),
|
|
5936
|
+
k(ho, {
|
|
5914
5937
|
data: n.value.commonIndicator,
|
|
5915
|
-
"onUpdate:data":
|
|
5938
|
+
"onUpdate:data": b[13] || (b[13] = (y) => n.value.commonIndicator = y),
|
|
5916
5939
|
varietyMarket: n.value.varietyMarket,
|
|
5917
5940
|
commonOption: n.value.commonOption,
|
|
5918
5941
|
config: r.value.commonIndicator
|
|
@@ -5920,9 +5943,9 @@ const Cu = (u) => (he("data-v-efd872de"), u = u(), me(), u), fo = { class: "vari
|
|
|
5920
5943
|
]);
|
|
5921
5944
|
};
|
|
5922
5945
|
}
|
|
5923
|
-
},
|
|
5946
|
+
}, Mo = /* @__PURE__ */ ke(Vo, [["__scopeId", "data-v-efd872de"]]), xl = {
|
|
5924
5947
|
install(u) {
|
|
5925
|
-
u.component("st-varietySearch",
|
|
5948
|
+
u.component("st-varietySearch", Mo);
|
|
5926
5949
|
}
|
|
5927
5950
|
};
|
|
5928
5951
|
export {
|