@pie-element/explicit-constructed-response 6.22.3-next.10 → 6.22.3-next.15
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/element.js +22 -10
- package/module/print.js +22 -10
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "
|
|
11
|
+
"@pie-lib/pie-toolbox": "next",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/module/element.js
CHANGED
|
@@ -118622,7 +118622,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118622
118622
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
118623
118623
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
118624
118624
|
padding: theme.spacing.unit * 1,
|
|
118625
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
118625
|
+
border: ("2px dashed ").concat(_renderUi.color.black()),
|
|
118626
|
+
WebkitTouchCallout: 'none',
|
|
118627
|
+
WebkitUserSelect: 'none',
|
|
118628
|
+
KhtmlUserSelect: 'none',
|
|
118629
|
+
MozUserSelect: 'none',
|
|
118630
|
+
MsUserSelect: 'none',
|
|
118631
|
+
userSelect: 'none'
|
|
118626
118632
|
},
|
|
118627
118633
|
disabled: {
|
|
118628
118634
|
boxShadow: 'none',
|
|
@@ -118641,7 +118647,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118641
118647
|
justifyContent: 'center',
|
|
118642
118648
|
overflow: 'hidden',
|
|
118643
118649
|
touchAction: 'none',
|
|
118644
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
118650
|
+
backgroundColor: _renderUi.color.backgroundDark(),
|
|
118651
|
+
WebkitTouchCallout: 'none',
|
|
118652
|
+
WebkitUserSelect: 'none',
|
|
118653
|
+
KhtmlUserSelect: 'none',
|
|
118654
|
+
MozUserSelect: 'none',
|
|
118655
|
+
MsUserSelect: 'none',
|
|
118656
|
+
userSelect: 'none'
|
|
118645
118657
|
},
|
|
118646
118658
|
categorizeBoard: {
|
|
118647
118659
|
padding: theme.spacing.unit / 2,
|
|
@@ -118652,7 +118664,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118652
118664
|
justifyContent: 'center',
|
|
118653
118665
|
overflow: 'hidden',
|
|
118654
118666
|
touchAction: 'none',
|
|
118655
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
118667
|
+
backgroundColor: _renderUi.color.backgroundDark(),
|
|
118668
|
+
WebkitTouchCallout: 'none',
|
|
118669
|
+
WebkitUserSelect: 'none',
|
|
118670
|
+
KhtmlUserSelect: 'none',
|
|
118671
|
+
MozUserSelect: 'none',
|
|
118672
|
+
MsUserSelect: 'none',
|
|
118673
|
+
userSelect: 'none'
|
|
118656
118674
|
}
|
|
118657
118675
|
};
|
|
118658
118676
|
};
|
|
@@ -121374,13 +121392,7 @@ function _isNativeReflectConstruct$4() {
|
|
|
121374
121392
|
}
|
|
121375
121393
|
}
|
|
121376
121394
|
var preventInteractionStyle = {
|
|
121377
|
-
flex: 1
|
|
121378
|
-
WebkitTouchCallout: 'none',
|
|
121379
|
-
WebkitUserSelect: 'none',
|
|
121380
|
-
KhtmlUserSelect: 'none',
|
|
121381
|
-
MozUserSelect: 'none',
|
|
121382
|
-
MsUserSelect: 'none',
|
|
121383
|
-
UserSelect: 'none'
|
|
121395
|
+
flex: 1
|
|
121384
121396
|
};
|
|
121385
121397
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
121386
121398
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/module/print.js
CHANGED
|
@@ -118585,7 +118585,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118585
118585
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
118586
118586
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
118587
118587
|
padding: theme.spacing.unit * 1,
|
|
118588
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
118588
|
+
border: ("2px dashed ").concat(_renderUi.color.black()),
|
|
118589
|
+
WebkitTouchCallout: 'none',
|
|
118590
|
+
WebkitUserSelect: 'none',
|
|
118591
|
+
KhtmlUserSelect: 'none',
|
|
118592
|
+
MozUserSelect: 'none',
|
|
118593
|
+
MsUserSelect: 'none',
|
|
118594
|
+
userSelect: 'none'
|
|
118589
118595
|
},
|
|
118590
118596
|
disabled: {
|
|
118591
118597
|
boxShadow: 'none',
|
|
@@ -118604,7 +118610,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118604
118610
|
justifyContent: 'center',
|
|
118605
118611
|
overflow: 'hidden',
|
|
118606
118612
|
touchAction: 'none',
|
|
118607
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
118613
|
+
backgroundColor: _renderUi.color.backgroundDark(),
|
|
118614
|
+
WebkitTouchCallout: 'none',
|
|
118615
|
+
WebkitUserSelect: 'none',
|
|
118616
|
+
KhtmlUserSelect: 'none',
|
|
118617
|
+
MozUserSelect: 'none',
|
|
118618
|
+
MsUserSelect: 'none',
|
|
118619
|
+
userSelect: 'none'
|
|
118608
118620
|
},
|
|
118609
118621
|
categorizeBoard: {
|
|
118610
118622
|
padding: theme.spacing.unit / 2,
|
|
@@ -118615,7 +118627,13 @@ const require$$4$7 = _dll_prop_types;
|
|
|
118615
118627
|
justifyContent: 'center',
|
|
118616
118628
|
overflow: 'hidden',
|
|
118617
118629
|
touchAction: 'none',
|
|
118618
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
118630
|
+
backgroundColor: _renderUi.color.backgroundDark(),
|
|
118631
|
+
WebkitTouchCallout: 'none',
|
|
118632
|
+
WebkitUserSelect: 'none',
|
|
118633
|
+
KhtmlUserSelect: 'none',
|
|
118634
|
+
MozUserSelect: 'none',
|
|
118635
|
+
MsUserSelect: 'none',
|
|
118636
|
+
userSelect: 'none'
|
|
118619
118637
|
}
|
|
118620
118638
|
};
|
|
118621
118639
|
};
|
|
@@ -121337,13 +121355,7 @@ function _isNativeReflectConstruct$4() {
|
|
|
121337
121355
|
}
|
|
121338
121356
|
}
|
|
121339
121357
|
var preventInteractionStyle = {
|
|
121340
|
-
flex: 1
|
|
121341
|
-
WebkitTouchCallout: 'none',
|
|
121342
|
-
WebkitUserSelect: 'none',
|
|
121343
|
-
KhtmlUserSelect: 'none',
|
|
121344
|
-
MozUserSelect: 'none',
|
|
121345
|
-
MsUserSelect: 'none',
|
|
121346
|
-
UserSelect: 'none'
|
|
121358
|
+
flex: 1
|
|
121347
121359
|
};
|
|
121348
121360
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
121349
121361
|
(0, _inherits2$5["default"])(DroppablePlaceholder, _React$Component);
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.22.3-next.
|
|
7
|
+
"version": "6.22.3-next.15+735106b4e",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "
|
|
15
|
+
"@pie-lib/pie-toolbox": "next",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "735106b4e6eddd431564399dbd59af336eb29b61",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|