@zohodesk/dot 1.0.0-beta.232 → 1.0.0-beta.233
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/README.md
CHANGED
|
@@ -675,6 +675,7 @@ export class ToggleDropDown extends Component {
|
|
|
675
675
|
flexible: true,
|
|
676
676
|
shrink: true,
|
|
677
677
|
scroll: "vertical",
|
|
678
|
+
preventParentScroll: "vertical",
|
|
678
679
|
dataId: `${dataId}_list`,
|
|
679
680
|
className: `${tabletMode ? style.responsivemaxHgt : style.maxHgt}`,
|
|
680
681
|
eleRef: this.scrollContentRef,
|
|
@@ -402,6 +402,7 @@ export class StatusDropdown extends React.Component {
|
|
|
402
402
|
flexible: true,
|
|
403
403
|
shrink: true,
|
|
404
404
|
dataId: `${dataId}_list`,
|
|
405
|
+
preventParentScroll: "vertical",
|
|
405
406
|
className: `${tabletMode ? style.responsivemaxHgt : style.maxHgt}`,
|
|
406
407
|
eleRef: this.scrollContentRef,
|
|
407
408
|
onScroll: this.handleScroll,
|
|
@@ -737,6 +737,7 @@ var ToggleDropDown = /*#__PURE__*/function (_Component) {
|
|
|
737
737
|
flexible: true,
|
|
738
738
|
shrink: true,
|
|
739
739
|
scroll: "vertical",
|
|
740
|
+
preventParentScroll: "vertical",
|
|
740
741
|
dataId: "".concat(dataId, "_list"),
|
|
741
742
|
className: "".concat(tabletMode ? _ToggleDropDownModule["default"].responsivemaxHgt : _ToggleDropDownModule["default"].maxHgt),
|
|
742
743
|
eleRef: _this5.scrollContentRef,
|
|
@@ -472,6 +472,7 @@ var StatusDropdown = /*#__PURE__*/function (_React$Component) {
|
|
|
472
472
|
flexible: true,
|
|
473
473
|
shrink: true,
|
|
474
474
|
dataId: "".concat(dataId, "_list"),
|
|
475
|
+
preventParentScroll: "vertical",
|
|
475
476
|
className: "".concat(tabletMode ? _StatusDropdownModule["default"].responsivemaxHgt : _StatusDropdownModule["default"].maxHgt),
|
|
476
477
|
eleRef: _this3.scrollContentRef,
|
|
477
478
|
onScroll: _this3.handleScroll,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.233",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"jsnext:main": "es/index.js",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"lintAllFix": "npm run lintAll --eslint:fix=true",
|
|
26
26
|
"test": "react-cli test",
|
|
27
27
|
"sstest": "react-cli sstest",
|
|
28
|
-
"
|
|
28
|
+
"common_package_build":"cd ../common && npm run build && cd ../components",
|
|
29
|
+
"docs": "npm run common_package_build && npm run dubCheck && react-cli docs",
|
|
29
30
|
"postpublish": "react-cli postpublish",
|
|
30
31
|
"download": "rm package-lock.json && rm -rf node_modules/ && npm install",
|
|
31
32
|
"expublish": "npm publish --tag experimental-version"
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"velocity-react": "1.4.3",
|
|
36
37
|
"@zohodesk/variables": "1.0.0-beta.29",
|
|
37
38
|
"@zohodesk/i18n": "1.0.0-beta.7",
|
|
38
|
-
"@zohodesk/components": "1.0.0-alpha-
|
|
39
|
+
"@zohodesk/components": "1.0.0-alpha-248",
|
|
39
40
|
"@zohodesk/icons": "1.0.0-beta.109",
|
|
40
41
|
"@zohodesk/svg": "1.0.0-beta.49",
|
|
41
42
|
"@zohodesk/virtualizer": "1.0.3",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"velocity-react": "1.4.3",
|
|
46
47
|
"@zohodesk/variables": "1.0.0-beta.29",
|
|
47
48
|
"@zohodesk/i18n": "1.0.0-beta.7",
|
|
48
|
-
"@zohodesk/components": "1.0.0-alpha-
|
|
49
|
+
"@zohodesk/components": "1.0.0-alpha-248",
|
|
49
50
|
"@zohodesk/icons": "1.0.0-beta.109",
|
|
50
51
|
"@zohodesk/svg": "1.0.0-beta.48"
|
|
51
52
|
},
|