@jetlinks-web/components 2.6.22 → 2.6.24

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 (101) hide show
  1. package/es/CardSelect/style/index.css +24 -0
  2. package/es/CardSelect/style/index.less +26 -0
  3. package/es/CheckButton/style/index.css +37 -0
  4. package/es/CheckButton/style/index.less +40 -0
  5. package/es/DragModal/style/index.css +82 -0
  6. package/es/DragModal/style/index.less +97 -0
  7. package/es/EditTable/EditTable.js +1 -1
  8. package/es/EditTable/group.js +6 -4
  9. package/es/EditTable/style/body.less +66 -0
  10. package/es/EditTable/style/form.less +33 -0
  11. package/es/EditTable/style/group.less +32 -0
  12. package/es/EditTable/style/header.less +77 -0
  13. package/es/EditTable/style/index.css +267 -0
  14. package/es/EditTable/style/index.less +41 -0
  15. package/es/EditTable/style/menu.less +25 -0
  16. package/es/EditTable/style/table.less +47 -0
  17. package/es/Ellipsis/style/index.css +17 -0
  18. package/es/Ellipsis/style/index.less +20 -0
  19. package/es/FlameGraph/FlameGraph.js +3 -2
  20. package/es/FlameGraph/style/index.css +43 -0
  21. package/es/FlameGraph/style/index.less +52 -0
  22. package/es/MonacoEditor/style/index.css +4 -0
  23. package/es/MonacoEditor/style/index.less +4 -0
  24. package/es/PermissionButton/index.js +4 -4
  25. package/es/ProLayout/Basic/BasicLayout.less +66 -0
  26. package/es/ProLayout/Basic/Header.less +8 -0
  27. package/es/ProLayout/PageContainer/index.less +103 -0
  28. package/es/ProLayout/SiderMenu/BaseMenu.js +4 -4
  29. package/es/ProLayout/SiderMenu/index.less +231 -0
  30. package/es/ProLayout/TopHeader/index.less +174 -0
  31. package/es/ProLayout/style/default.less +4 -0
  32. package/es/ProLayout/style/style.less +7 -0
  33. package/es/ProTable/Content.js +11 -24
  34. package/es/ProTable/hooks/useTableInject.js +5 -0
  35. package/es/ProTable/hooks/useTableSelection.js +95 -0
  36. package/es/ProTable/style/ProTable.less +138 -0
  37. package/es/RadioButton/style/index.css +20 -0
  38. package/es/RadioButton/style/index.less +19 -0
  39. package/es/Scrollbar/style/index.css +65 -0
  40. package/es/Scrollbar/style/index.less +83 -0
  41. package/es/Search/style/Item.less +33 -0
  42. package/es/Search/style/Search.less +179 -0
  43. package/es/Title/style/index.css +23 -0
  44. package/es/Title/style/index.less +25 -0
  45. package/es/style/index.css +5237 -0
  46. package/es/style/variable.css +4 -0
  47. package/es/style/variable.less +4 -0
  48. package/lib/CardSelect/style/index.css +24 -0
  49. package/lib/CardSelect/style/index.less +26 -0
  50. package/lib/CheckButton/style/index.css +37 -0
  51. package/lib/CheckButton/style/index.less +40 -0
  52. package/lib/DragModal/style/index.css +82 -0
  53. package/lib/DragModal/style/index.less +97 -0
  54. package/lib/EditTable/EditTable.js +1 -1
  55. package/lib/EditTable/group.js +6 -4
  56. package/lib/EditTable/style/body.less +66 -0
  57. package/lib/EditTable/style/form.less +33 -0
  58. package/lib/EditTable/style/group.less +32 -0
  59. package/lib/EditTable/style/header.less +77 -0
  60. package/lib/EditTable/style/index.css +267 -0
  61. package/lib/EditTable/style/index.less +41 -0
  62. package/lib/EditTable/style/menu.less +25 -0
  63. package/lib/EditTable/style/table.less +47 -0
  64. package/lib/Ellipsis/style/index.css +17 -0
  65. package/lib/Ellipsis/style/index.less +20 -0
  66. package/lib/FlameGraph/FlameGraph.js +3 -2
  67. package/lib/FlameGraph/style/index.css +43 -0
  68. package/lib/FlameGraph/style/index.less +52 -0
  69. package/lib/Icon/icon.js +1 -2
  70. package/lib/MonacoEditor/style/index.css +4 -0
  71. package/lib/MonacoEditor/style/index.less +4 -0
  72. package/lib/PermissionButton/index.js +4 -4
  73. package/lib/ProLayout/Basic/BasicLayout.js +1 -2
  74. package/lib/ProLayout/Basic/BasicLayout.less +66 -0
  75. package/lib/ProLayout/Basic/Header.less +8 -0
  76. package/lib/ProLayout/PageContainer/index.less +103 -0
  77. package/lib/ProLayout/SiderMenu/BaseMenu.js +4 -4
  78. package/lib/ProLayout/SiderMenu/SiderMenu.js +1 -2
  79. package/lib/ProLayout/SiderMenu/index.less +231 -0
  80. package/lib/ProLayout/TopHeader/index.less +174 -0
  81. package/lib/ProLayout/style/default.less +4 -0
  82. package/lib/ProLayout/style/style.less +7 -0
  83. package/lib/ProTable/Content.js +11 -24
  84. package/lib/ProTable/hooks/useTableInject.js +11 -0
  85. package/lib/ProTable/hooks/useTableSelection.js +102 -0
  86. package/lib/ProTable/style/ProTable.less +138 -0
  87. package/lib/RadioButton/style/index.css +20 -0
  88. package/lib/RadioButton/style/index.less +19 -0
  89. package/lib/Scrollbar/style/index.css +65 -0
  90. package/lib/Scrollbar/style/index.less +83 -0
  91. package/lib/Search/style/Item.less +33 -0
  92. package/lib/Search/style/Search.less +179 -0
  93. package/lib/Title/style/index.css +23 -0
  94. package/lib/Title/style/index.less +25 -0
  95. package/lib/components.js +1 -2
  96. package/lib/index.js +1 -2
  97. package/lib/style/components.less +10 -0
  98. package/lib/style/index.css +5237 -0
  99. package/lib/style/variable.css +4 -0
  100. package/lib/style/variable.less +4 -0
  101. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -20,8 +20,7 @@ Object.keys(components).forEach(function (key) {
20
20
  }
21
21
  });
22
22
  });
23
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
24
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
23
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
25
24
  /*eslint import/namespace: ['error', { allowComputed: true }]*/
26
25
 
27
26
  var install = exports.install = function install(app) {
@@ -0,0 +1,10 @@
1
+ @import "../CardSelect/style/index-pure.less";
2
+ @import "../CheckButton/style/index-pure.less";
3
+ @import "../DragModal/style/index-pure.less";
4
+ @import "../EditTable/style/index-pure.less";
5
+ @import "../Ellipsis/style/index-pure.less";
6
+ @import "../FlameGraph/style/index-pure.less";
7
+ @import "../MonacoEditor/style/index-pure.less";
8
+ @import "../RadioButton/style/index-pure.less";
9
+ @import "../Scrollbar/style/index-pure.less";
10
+ @import "../Title/style/index-pure.less";