@marktowin/prototype-core 1.2.20 → 1.2.21
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as an, computed as x, openBlock as v, createBlock as He, resolveDynamicComponent as bo, createElementBlock as f, Fragment as D, renderList as R, normalizeClass as E, createTextVNode as z, toDisplayString as c, createElementVNode as t, normalizeStyle as Be, createCommentVNode as C, ref as w, watch as ze, createVNode as V, Transition as nl, withCtx as ol, unref as i, withModifiers as Ie, withDirectives as N, vModelText as G, createStaticVNode as ji, reactive as yo, onBeforeUnmount as us, onMounted as ml, vModelSelect as lt, nextTick as Ha, isRef as go, vModelCheckbox as Id, withKeys as Ka } from "vue";
|
|
2
2
|
import { Save as $d, CloudUpload as _d, Download as Pd, X as hn, Plus as Bn, ChevronDown as Dd, ChevronRight as Ad, Trash2 as Un, RefreshCw as rr, FileSpreadsheet as ur, AlertTriangle as Ed, CheckCircle2 as Td, CircleDot as Mi, Bug as Nd, ImagePlus as Vi, Filter as Rd, Search as sl, ArrowLeft as Li, FileJson as cr, ArrowUp as Od, ArrowDown as Bd, Check as dr, CircleAlert as pr, Clipboard as vr, SunMedium as Ud, RotateCcw as jd, PanelTop as fr, BookOpen as Fi, Cloud as Md, Database as Gi, PanelLeft as Vd, MessageSquare as Ld, Keyboard as Fd } from "@lucide/vue";
|
|
3
|
-
import { g as xo, a as ca, s as Gd } from "./index-
|
|
3
|
+
import { g as xo, a as ca, s as Gd } from "./index-B8ty-N4k.js";
|
|
4
4
|
const Qo = /* @__PURE__ */ an({
|
|
5
5
|
__name: "ScreenRenderer",
|
|
6
6
|
props: {
|
|
@@ -4513,7 +4513,7 @@ Git 状态:未提交 / 已提交 / 已推送
|
|
|
4513
4513
|
__name: "PrototypeCoreHelpPage",
|
|
4514
4514
|
emits: ["close"],
|
|
4515
4515
|
setup(e) {
|
|
4516
|
-
const n = w("idle"), o = "1.2.
|
|
4516
|
+
const n = w("idle"), o = "1.2.21";
|
|
4517
4517
|
let s;
|
|
4518
4518
|
function r() {
|
|
4519
4519
|
const g = document.createElement("textarea");
|
|
@@ -4585,7 +4585,7 @@ Git 状态:未提交 / 已提交 / 已推送
|
|
|
4585
4585
|
__name: "PrototypeCoreThemeGuidePage",
|
|
4586
4586
|
emits: ["close"],
|
|
4587
4587
|
setup(e) {
|
|
4588
|
-
const n = w("idle"), o = "1.2.
|
|
4588
|
+
const n = w("idle"), o = "1.2.21";
|
|
4589
4589
|
let s;
|
|
4590
4590
|
function r() {
|
|
4591
4591
|
const g = document.createElement("textarea");
|
|
@@ -6408,7 +6408,7 @@ const fb = {
|
|
|
6408
6408
|
]
|
|
6409
6409
|
}
|
|
6410
6410
|
];
|
|
6411
|
-
}), Yl = x(() => _a.value.reduce((u, a) => u + a.items.length, 0)), Xl = x(() => _a.value.reduce((u, a) => u + a.items.filter((l) => l.configured).length, 0)), Pa = x(() => Yl.value - Xl.value), Da = "1.2.
|
|
6411
|
+
}), Yl = x(() => _a.value.reduce((u, a) => u + a.items.length, 0)), Xl = x(() => _a.value.reduce((u, a) => u + a.items.filter((l) => l.configured).length, 0)), Pa = x(() => Yl.value - Xl.value), Da = "1.2.21", Aa = w(""), An = w("idle"), rc = x(() => An.value === "success" && Aa.value !== Da), uc = x(() => An.value === "success" ? `v${Aa.value}` : An.value === "error" ? "版本暂不可用" : "版本检测中");
|
|
6412
6412
|
async function cc() {
|
|
6413
6413
|
if (An.value !== "idle") return;
|
|
6414
6414
|
An.value = "loading";
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marktowin/prototype-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"description": "面向移动端与 PC Web 原型的 Vue 评审、流程和协作内核",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"packageManager": "pnpm@11.7.0",
|
|
8
7
|
"main": "./dist/index.js",
|
|
9
8
|
"types": "./dist/index.d.ts",
|
|
10
9
|
"files": [
|
|
@@ -32,16 +31,6 @@
|
|
|
32
31
|
"type": "git",
|
|
33
32
|
"url": "git+https://github.com/MarkTina/prototype-core.git"
|
|
34
33
|
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"dev": "pnpm --dir examples/basic dev",
|
|
37
|
-
"check:architecture": "node scripts/check-architecture.mjs",
|
|
38
|
-
"test": "node --experimental-strip-types --test tests/annotationPosition.test.ts tests/collaborationPolicy.test.ts tests/versionUpdate.test.ts tests/testCases.test.ts tests/bugsExport.test.ts tests/coreCopy.test.ts",
|
|
39
|
-
"build:core": "vite build",
|
|
40
|
-
"build:example": "pnpm --dir examples/basic build",
|
|
41
|
-
"build": "pnpm check:architecture && pnpm test && pnpm build:core && pnpm build:example",
|
|
42
|
-
"pack:check": "pnpm pack --pack-destination .packages",
|
|
43
|
-
"prepublishOnly": "pnpm build"
|
|
44
|
-
},
|
|
45
34
|
"peerDependencies": {
|
|
46
35
|
"@lucide/vue": "^1.16.0",
|
|
47
36
|
"vue": "^3.5.13"
|
|
@@ -60,5 +49,14 @@
|
|
|
60
49
|
},
|
|
61
50
|
"dependencies": {
|
|
62
51
|
"exceljs": "4.4.0"
|
|
52
|
+
},
|
|
53
|
+
"scripts": {
|
|
54
|
+
"dev": "pnpm --dir examples/basic dev",
|
|
55
|
+
"check:architecture": "node scripts/check-architecture.mjs",
|
|
56
|
+
"test": "node --experimental-strip-types --test tests/annotationPosition.test.ts tests/collaborationPolicy.test.ts tests/versionUpdate.test.ts tests/testCases.test.ts tests/bugsExport.test.ts tests/coreCopy.test.ts",
|
|
57
|
+
"build:core": "vite build",
|
|
58
|
+
"build:example": "pnpm --dir examples/basic build",
|
|
59
|
+
"build": "pnpm check:architecture && pnpm test && pnpm build:core && pnpm build:example",
|
|
60
|
+
"pack:check": "pnpm pack --pack-destination .packages"
|
|
63
61
|
}
|
|
64
|
-
}
|
|
62
|
+
}
|