cloud-b2b 1.0.3 → 1.0.6

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.
Files changed (54) hide show
  1. package/es/LayoutLink/LayoutLink.js +2 -2
  2. package/es/Sidebar2/Sidebar.js +1 -1
  3. package/es/SuperForm/SuperForm.js +2 -2
  4. package/es/SuperForm2/SuperForm.js +732 -0
  5. package/es/SuperForm2/SuperForm.less +52 -0
  6. package/es/SuperForm2/package.json +6 -0
  7. package/es/SuperTab/SuperTab.js +130 -0
  8. package/es/SuperTab/SuperTab.less +43 -0
  9. package/es/SuperTab/package.json +6 -0
  10. package/es/SuperTab2/SuperTab2.js +167 -0
  11. package/es/SuperTab2/SuperTab2.less +18 -0
  12. package/es/SuperTab2/package.json +6 -0
  13. package/es/SuperTable/DragSortRow.less +17 -17
  14. package/es/SuperTable/FilterDropDown.less +30 -30
  15. package/es/SuperTable/SuperTable.js +38 -38
  16. package/es/SuperTable/SuperTable.less +132 -135
  17. package/es/SuperTable/package.json +6 -6
  18. package/es/SuperTable2/SuperTable2.js +22 -22
  19. package/es/SuperTable2/SuperTable2.less +100 -100
  20. package/es/SuperTable2/package.json +6 -6
  21. package/es/Title/Title.less +35 -35
  22. package/es/Title/package.json +6 -6
  23. package/es/Viewer/Viewer.js +1 -1
  24. package/es/adjust.less +89 -89
  25. package/es/index.js +5 -1
  26. package/es/style.less +4 -1
  27. package/lib/LayoutLink/LayoutLink.js +2 -2
  28. package/lib/Sidebar2/Sidebar.js +1 -1
  29. package/lib/SuperForm/SuperForm.js +2 -2
  30. package/lib/SuperForm2/SuperForm.js +742 -0
  31. package/lib/SuperForm2/SuperForm.less +52 -0
  32. package/lib/SuperForm2/package.json +6 -0
  33. package/lib/SuperTab/SuperTab.js +146 -0
  34. package/lib/SuperTab/SuperTab.less +43 -0
  35. package/lib/SuperTab/package.json +6 -0
  36. package/lib/SuperTab2/SuperTab2.js +191 -0
  37. package/lib/SuperTab2/SuperTab2.less +18 -0
  38. package/lib/SuperTab2/package.json +6 -0
  39. package/lib/SuperTable/DragSortRow.less +17 -17
  40. package/lib/SuperTable/FilterDropDown.less +30 -30
  41. package/lib/SuperTable/SuperTable.js +38 -38
  42. package/lib/SuperTable/SuperTable.less +132 -135
  43. package/lib/SuperTable/package.json +6 -6
  44. package/lib/SuperTable2/SuperTable2.js +22 -22
  45. package/lib/SuperTable2/SuperTable2.less +100 -100
  46. package/lib/SuperTable2/package.json +6 -6
  47. package/lib/Title/Title.less +35 -35
  48. package/lib/Title/package.json +6 -6
  49. package/lib/Viewer/Viewer.js +1 -1
  50. package/lib/adjust.less +89 -89
  51. package/lib/index.js +37 -1
  52. package/lib/index.less +3 -0
  53. package/lib/style.less +4 -1
  54. package/package.json +1 -1
@@ -37,7 +37,7 @@ function Search(_ref) {
37
37
  };
38
38
 
39
39
  return /*#__PURE__*/React.createElement(Card, {
40
- className: s.search
40
+ className: variables('LayoutLink').search
41
41
  }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(FormItem, {
42
42
  validateStatus: status
43
43
  }, /*#__PURE__*/React.createElement(_Input, {
@@ -52,7 +52,7 @@ function Search(_ref) {
52
52
  function Title(_ref2) {
53
53
  var title = _ref2.title;
54
54
  return /*#__PURE__*/React.createElement("div", {
55
- className: s.title
55
+ className: variables('LayoutLink').title
56
56
  }, /*#__PURE__*/React.createElement("div", null, title), /*#__PURE__*/React.createElement("div", null));
57
57
  }
58
58
 
@@ -135,7 +135,7 @@ var Sidebar = /*#__PURE__*/function (_React$Component) {
135
135
  }, /*#__PURE__*/React.createElement(Link, _extends({}, _this.linkProps(item), {
136
136
  "data-role": "child-item"
137
137
  }), /*#__PURE__*/React.createElement("span", null, item.title), item.unreadTotal && item.unreadTotal > 0 && /*#__PURE__*/React.createElement("span", {
138
- className: s.unreadTotal
138
+ className: variables('Sidebar2').unreadTotal
139
139
  }, item.unreadTotal)));
140
140
  });
141
141
 
@@ -608,11 +608,11 @@ var SuperForm = /*#__PURE__*/function (_React$Component2) {
608
608
  span: span * factor,
609
609
  key: control.key
610
610
  }, checkable && /*#__PURE__*/React.createElement(_Checkbox, {
611
- className: s.checkbox,
611
+ className: variables('SuperForm').checkbox,
612
612
  onChange: _bindInstanceProperty(onCheckItem).call(onCheckItem, _assertThisInitialized(_this2), control),
613
613
  checked: control.checked
614
614
  }), /*#__PURE__*/React.createElement(FormItem, _extends({}, itemProps, {
615
- className: checkable ? s.formItemWithCheckbox : ''
615
+ className: checkable ? variables('SuperForm').formItemWithCheckbox : ''
616
616
  }), _this2.toControl(controlProps, control))) : /*#__PURE__*/React.createElement(_Col, {
617
617
  span: span * factor,
618
618
  key: control.key,