@ailaw/venus 1.90.0 → 1.92.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 +8 -1
- package/dist/en3.js +16 -1
- package/package.json +4 -4
package/dist/en.js
CHANGED
|
@@ -1550,6 +1550,13 @@ 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
|
+
moveToThisStage: "Advance to this Stage",
|
|
1556
|
+
addStageBefore: "Add a stage before {progressName}",
|
|
1557
|
+
addStageAfter: "Add a stage after {progressName}",
|
|
1558
|
+
confirmToMoveStage: "Do you confirm to move to stage {progressName}",
|
|
1559
|
+
addFromProgressTemplates: "Add from progress templates",
|
|
1560
|
+
manageProgressTemplates: "Manage Progress Templates"
|
|
1554
1561
|
});
|
|
1555
1562
|
export { en as default };
|
package/dist/en3.js
CHANGED
|
@@ -929,6 +929,21 @@ 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?",
|
|
944
|
+
confirmToDeleteProgressTemplate: "Are you sure to delete this progress template?",
|
|
945
|
+
saveToProgressTemplates: "Save to Progress Templates",
|
|
946
|
+
selectOrCreateChecklist: "Choose an exist task or Create a new task",
|
|
947
|
+
isCompleted: "Is Completed"
|
|
933
948
|
};
|
|
934
949
|
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.92.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%",
|