@elice/material-assignment 1.251120.0 → 1.251125.0-coloso.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/cjs/components/material-assignment-admin/MaterialAssignmentAdminContent.js +3 -3
- package/cjs/components/material-assignment-admin/MaterialAssignmentAdminContentTa.js +2 -2
- package/es/components/material-assignment-admin/MaterialAssignmentAdminContent.js +3 -3
- package/es/components/material-assignment-admin/MaterialAssignmentAdminContentTa.js +2 -2
- package/package.json +5 -5
|
@@ -781,13 +781,13 @@ var MaterialAssignmentAdminContent = React.forwardRef(function (_ref, ref) {
|
|
|
781
781
|
control: gradeEditFormMethods.control,
|
|
782
782
|
name: "comment",
|
|
783
783
|
rules: {
|
|
784
|
-
maxLength:
|
|
784
|
+
maxLength: 2000
|
|
785
785
|
},
|
|
786
786
|
render: function render(_ref9) {
|
|
787
787
|
var field = _ref9.field;
|
|
788
788
|
return jsxRuntime.jsx(blocks.Textarea, {
|
|
789
789
|
value: field.value,
|
|
790
|
-
wordLimit:
|
|
790
|
+
wordLimit: 2000,
|
|
791
791
|
rows: 8,
|
|
792
792
|
onChange: field.onChange
|
|
793
793
|
});
|
|
@@ -865,7 +865,7 @@ var MaterialAssignmentAdminContent = React.forwardRef(function (_ref, ref) {
|
|
|
865
865
|
children: jsxRuntime.jsx(blocks.Textarea, {
|
|
866
866
|
disabled: true,
|
|
867
867
|
value: selectedGradeForShow.comment,
|
|
868
|
-
wordLimit:
|
|
868
|
+
wordLimit: 2000,
|
|
869
869
|
rows: 8
|
|
870
870
|
})
|
|
871
871
|
})]
|
|
@@ -562,13 +562,13 @@ var MaterialAssignmentAdminContentTa = function MaterialAssignmentAdminContentTa
|
|
|
562
562
|
control: gradeEditFormMethods.control,
|
|
563
563
|
name: "comment",
|
|
564
564
|
rules: {
|
|
565
|
-
maxLength:
|
|
565
|
+
maxLength: 2000
|
|
566
566
|
},
|
|
567
567
|
render: function render(_ref5) {
|
|
568
568
|
var field = _ref5.field;
|
|
569
569
|
return jsxRuntime.jsx(blocks.Textarea, {
|
|
570
570
|
value: field.value,
|
|
571
|
-
wordLimit:
|
|
571
|
+
wordLimit: 2000,
|
|
572
572
|
rows: 8,
|
|
573
573
|
onChange: field.onChange
|
|
574
574
|
});
|
|
@@ -772,13 +772,13 @@ var MaterialAssignmentAdminContent = forwardRef(function (_ref, ref) {
|
|
|
772
772
|
control: gradeEditFormMethods.control,
|
|
773
773
|
name: "comment",
|
|
774
774
|
rules: {
|
|
775
|
-
maxLength:
|
|
775
|
+
maxLength: 2000
|
|
776
776
|
},
|
|
777
777
|
render: function render(_ref9) {
|
|
778
778
|
var field = _ref9.field;
|
|
779
779
|
return jsx(Textarea, {
|
|
780
780
|
value: field.value,
|
|
781
|
-
wordLimit:
|
|
781
|
+
wordLimit: 2000,
|
|
782
782
|
rows: 8,
|
|
783
783
|
onChange: field.onChange
|
|
784
784
|
});
|
|
@@ -856,7 +856,7 @@ var MaterialAssignmentAdminContent = forwardRef(function (_ref, ref) {
|
|
|
856
856
|
children: jsx(Textarea, {
|
|
857
857
|
disabled: true,
|
|
858
858
|
value: selectedGradeForShow.comment,
|
|
859
|
-
wordLimit:
|
|
859
|
+
wordLimit: 2000,
|
|
860
860
|
rows: 8
|
|
861
861
|
})
|
|
862
862
|
})]
|
|
@@ -553,13 +553,13 @@ var MaterialAssignmentAdminContentTa = function MaterialAssignmentAdminContentTa
|
|
|
553
553
|
control: gradeEditFormMethods.control,
|
|
554
554
|
name: "comment",
|
|
555
555
|
rules: {
|
|
556
|
-
maxLength:
|
|
556
|
+
maxLength: 2000
|
|
557
557
|
},
|
|
558
558
|
render: function render(_ref5) {
|
|
559
559
|
var field = _ref5.field;
|
|
560
560
|
return jsx(Textarea, {
|
|
561
561
|
value: field.value,
|
|
562
|
-
wordLimit:
|
|
562
|
+
wordLimit: 2000,
|
|
563
563
|
rows: 8,
|
|
564
564
|
onChange: field.onChange
|
|
565
565
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-assignment",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.251125.0-coloso.0",
|
|
4
4
|
"description": "User view and editing components of Elice material assignment",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"tslib": "^2.6.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@elice/api-client": "^1.
|
|
46
|
+
"@elice/api-client": "^1.241127.0",
|
|
47
47
|
"@elice/blocks": "1.241007.0",
|
|
48
48
|
"@elice/design-tokens": "^1.220803.0",
|
|
49
49
|
"@elice/icons": "^1.230814.0",
|
|
50
50
|
"@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
|
|
51
51
|
"@elice/intl": "0.241127.0",
|
|
52
52
|
"@elice/markdown": "1.241015.0",
|
|
53
|
-
"@elice/material-shared-types": "1.
|
|
54
|
-
"@elice/material-shared-utils": "1.
|
|
55
|
-
"@elice/types": "
|
|
53
|
+
"@elice/material-shared-types": "1.251125.0-coloso.0",
|
|
54
|
+
"@elice/material-shared-utils": "1.251125.0-coloso.0",
|
|
55
|
+
"@elice/types": "1.241127.0",
|
|
56
56
|
"@types/classnames": "^2.3.1",
|
|
57
57
|
"@types/react": "~17.0.9",
|
|
58
58
|
"@types/styled-components": "^5.1.21",
|