@ailaw/venus 1.90.0 → 1.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.js +5 -1
- package/dist/en3.js +13 -1
- package/package.json +4 -4
package/dist/en.js
CHANGED
|
@@ -1550,6 +1550,10 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
|
|
|
1550
1550
|
startTime: "Start Time",
|
|
1551
1551
|
endTime: "End Time",
|
|
1552
1552
|
expandAll: "Expand All",
|
|
1553
|
-
foldAll: "Fold all"
|
|
1553
|
+
foldAll: "Fold all",
|
|
1554
|
+
completionDate: "Completion Date",
|
|
1555
|
+
advanceToThisStage: "Advance to this Stage",
|
|
1556
|
+
addStageBefore: "Add a Stage Before",
|
|
1557
|
+
addStageAfter: "Add a Stage After"
|
|
1554
1558
|
});
|
|
1555
1559
|
export { en as default };
|
package/dist/en3.js
CHANGED
|
@@ -929,6 +929,18 @@ var lang3 = {
|
|
|
929
929
|
addFormsFromCaseTemplate: "Add Form(s) From Case Template",
|
|
930
930
|
latestEdition: "Latest Edition",
|
|
931
931
|
formUpdateWarningTitle: "The following form(s) in this case had been updated to the latest version. Please check the version when you use the form(s).",
|
|
932
|
-
formUpdateWarningCheckDesc: "Remind me next time in this case"
|
|
932
|
+
formUpdateWarningCheckDesc: "Remind me next time in this case",
|
|
933
|
+
progressBar: "Progress Bar",
|
|
934
|
+
progressTemplates: "Progress Templates",
|
|
935
|
+
progressName: "Progress Name",
|
|
936
|
+
durationInDays: "Duration in Days",
|
|
937
|
+
createProgressTemplate: "Create Progress Template",
|
|
938
|
+
editProgressTemplate: "Edit Progress Template",
|
|
939
|
+
addChecklist: "Add Checklist",
|
|
940
|
+
detailProgress: "Progress Detail",
|
|
941
|
+
editProgress: "Edit Progress",
|
|
942
|
+
newProgress: "New Progress",
|
|
943
|
+
confirmToDeleteProgress: "Are you sure to delete this progress template?",
|
|
944
|
+
saveToProgressTemplates: "Save to Progress Templates"
|
|
933
945
|
};
|
|
934
946
|
export { lang3 as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ailaw/venus",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.91.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
"module": "./dist/venus.es.js",
|
|
9
9
|
"typings": "./dist/index.d.ts",
|
|
10
10
|
"scripts": {
|
|
11
|
-
"
|
|
11
|
+
"start": "vite --open",
|
|
12
12
|
"build": "vite build",
|
|
13
|
+
"dev": "vite build --watch",
|
|
13
14
|
"build:local": "rm -f ./ailaw-venus-*.tgz && npm run build && npm pack",
|
|
14
15
|
"emit": "vue-tsc --skipLibCheck --emitDeclarationOnly -p ./tsconfig.build.json"
|
|
15
16
|
},
|
|
@@ -21,7 +22,6 @@
|
|
|
21
22
|
"graphql": "^15.8.0",
|
|
22
23
|
"graphql-tag": "^2.12.6",
|
|
23
24
|
"ramda": "^0.27.1",
|
|
24
|
-
"vue": "^2.0.0 || >=3.0.0",
|
|
25
25
|
"vue-demi": "^0.12.1",
|
|
26
26
|
"vue-i18n": "^8.11.2",
|
|
27
27
|
"vxe-table": "^3.4.13",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"vue-tsc": "^0.30.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"vue": "^2.
|
|
50
|
+
"vue": "^2.6.14"
|
|
51
51
|
},
|
|
52
52
|
"browserslist": [
|
|
53
53
|
"> 1%",
|