x-star-design 0.0.94 → 0.0.95
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/ac-config/index.js +4 -2
- package/package.json +1 -1
package/dist/ac-config/index.js
CHANGED
|
@@ -133,7 +133,8 @@ var AcConfig = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
133
133
|
scoreTypeInMatch = _ref6.scoreTypeInMatch,
|
|
134
134
|
lang = _ref6.lang,
|
|
135
135
|
showTopNSubmission = _ref6.showTopNSubmission,
|
|
136
|
-
showTopNSubmissionCount = _ref6.showTopNSubmissionCount
|
|
136
|
+
showTopNSubmissionCount = _ref6.showTopNSubmissionCount,
|
|
137
|
+
dualEvaluation = _ref6.dualEvaluation;
|
|
137
138
|
var _ref7 = (initialValues === null || initialValues === void 0 ? void 0 : initialValues.rank) || {},
|
|
138
139
|
rankListShowRealName = _ref7.rankListShowRealName,
|
|
139
140
|
rankShowUserLabel = _ref7.rankShowUserLabel;
|
|
@@ -183,7 +184,8 @@ var AcConfig = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
183
184
|
downloadDataCount: downloadDataCount,
|
|
184
185
|
restriction: restriction === null || restriction === void 0 ? void 0 : restriction.type,
|
|
185
186
|
showTopNSubmission: showTopNSubmission,
|
|
186
|
-
showTopNSubmissionCount: showTopNSubmissionCount
|
|
187
|
+
showTopNSubmissionCount: showTopNSubmissionCount,
|
|
188
|
+
dualEvaluation: dualEvaluation
|
|
187
189
|
};
|
|
188
190
|
useImperativeHandle(ref, function () {
|
|
189
191
|
return {
|