@pie-element/complex-rubric 2.2.5-next.26 → 2.2.5-next.27
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/controller/package.json +1 -1
- package/module/configure.js +2 -2
- package/module/element.js +2 -2
- package/module/print.js +2 -2
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -158228,8 +158228,8 @@ const require$$22 = _dll_classnames;
|
|
|
158228
158228
|
}),
|
|
158229
158229
|
onFocus: _this.onPluginFocus,
|
|
158230
158230
|
onBlur: _this.onPluginBlur,
|
|
158231
|
-
maxImageWidth:
|
|
158232
|
-
maxImageHeight:
|
|
158231
|
+
maxImageWidth: props.maxImageWidth,
|
|
158232
|
+
maxImageHeight: props.maxImageHeight
|
|
158233
158233
|
},
|
|
158234
158234
|
toolbar: {
|
|
158235
158235
|
disableScrollbar: !!props.disableScrollbar,
|
package/module/element.js
CHANGED
|
@@ -156482,8 +156482,8 @@ const require$$22 = _dll_classnames;
|
|
|
156482
156482
|
}),
|
|
156483
156483
|
onFocus: _this.onPluginFocus,
|
|
156484
156484
|
onBlur: _this.onPluginBlur,
|
|
156485
|
-
maxImageWidth:
|
|
156486
|
-
maxImageHeight:
|
|
156485
|
+
maxImageWidth: props.maxImageWidth,
|
|
156486
|
+
maxImageHeight: props.maxImageHeight
|
|
156487
156487
|
},
|
|
156488
156488
|
toolbar: {
|
|
156489
156489
|
disableScrollbar: !!props.disableScrollbar,
|
package/module/print.js
CHANGED
|
@@ -156482,8 +156482,8 @@ const require$$22 = _dll_classnames;
|
|
|
156482
156482
|
}),
|
|
156483
156483
|
onFocus: _this.onPluginFocus,
|
|
156484
156484
|
onBlur: _this.onPluginBlur,
|
|
156485
|
-
maxImageWidth:
|
|
156486
|
-
maxImageHeight:
|
|
156485
|
+
maxImageWidth: props.maxImageWidth,
|
|
156486
|
+
maxImageHeight: props.maxImageHeight
|
|
156487
156487
|
},
|
|
156488
156488
|
toolbar: {
|
|
156489
156489
|
disableScrollbar: !!props.disableScrollbar,
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "2.2.5-next.
|
|
4
|
+
"version": "2.2.5-next.27+8c9d35ff6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-element/multi-trait-rubric": "^3.2.1-next.
|
|
11
|
-
"@pie-element/rubric": "^3.1.4-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.2.1-next.27+8c9d35ff6",
|
|
11
|
+
"@pie-element/rubric": "^3.1.4-next.27+8c9d35ff6",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11",
|
|
16
16
|
"prop-types": "^15.7.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "8c9d35ff6f0dad1a161d6a2dba203a169169e562",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|