@wg-npm/survey-creator 1.78.4151600 → 1.78.4161800

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.
@@ -137,7 +137,7 @@ var defaultLang = {
137
137
  maxScore: "最高分值:",
138
138
  enableMultiSelect: "可复选",
139
139
  evaluation_tag: {
140
- label: "评价标签",
140
+ label: "评价对象",
141
141
  TEACHER: "评教师",
142
142
  COURSE: "评课程",
143
143
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-creator",
3
- "version": "1.78.04151600",
3
+ "version": "1.78.04161800",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -12,8 +12,8 @@
12
12
  "lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
13
13
  },
14
14
  "peerDependencies": {
15
- "@wg-npm/survey-core": "1.78.04151600",
16
- "@wg-npm/survey-service-api": "1.78.04151600",
15
+ "@wg-npm/survey-core": "1.78.04161800",
16
+ "@wg-npm/survey-service-api": "1.78.04161800",
17
17
  "axios": "^0.19.2",
18
18
  "camelcase": "^6.0.0",
19
19
  "deepmerge": "^4.2.2",
@@ -38,8 +38,8 @@
38
38
  "@typescript-eslint/eslint-plugin": "^3.6.0",
39
39
  "@typescript-eslint/parser": "^3.6.0",
40
40
  "@vue/eslint-config-prettier": "^6.0.0",
41
- "@wg-npm/survey-core": "1.78.04151600",
42
- "@wg-npm/survey-service-api": "1.78.04151600",
41
+ "@wg-npm/survey-core": "1.78.04161800",
42
+ "@wg-npm/survey-service-api": "1.78.04161800",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "6602a28aeda8e781ed586c3d22c06a2b9adc6692",
82
+ "gitHead": "970105c3f3accceddcfb829d8158780fd02e0900",
83
83
  "rollup": {
84
84
  "external": [
85
85
  "vue",
@@ -135,7 +135,7 @@ export default {
135
135
  maxScore: "Max score",
136
136
  enableMultiSelect: "Enable Multi Selection",
137
137
  evaluation_tag: {
138
- label: "Evaluation Tag",
138
+ label: "Evaluation Object",
139
139
  TEACHER: "Evaluate Teacher",
140
140
  COURSE: "Evaluate Course",
141
141
  },
@@ -133,7 +133,7 @@ export default {
133
133
  maxScore: "最高分值:",
134
134
  enableMultiSelect: "可复选",
135
135
  evaluation_tag: {
136
- label: "评价标签",
136
+ label: "评价对象",
137
137
  TEACHER: "评教师",
138
138
  COURSE: "评课程",
139
139
  },