@fle-ui/next 1.0.5-alpha.4 → 1.0.5-alpha.5

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 (288) hide show
  1. package/dist/@fle-ui/next.css +1859 -5161
  2. package/dist/@fle-ui/next.css.map +1 -1
  3. package/dist/@fle-ui/next.js +6349 -6355
  4. package/dist/@fle-ui/next.js.map +1 -1
  5. package/dist/@fle-ui/next.min.css +2 -2
  6. package/dist/@fle-ui/next.min.css.map +1 -1
  7. package/dist/@fle-ui/next.min.js +4 -4
  8. package/dist/@fle-ui/next.min.js.map +1 -1
  9. package/es/affix/style/index.css +0 -42
  10. package/es/alert/style/index.css +17 -59
  11. package/es/anchor/Anchor.d.ts +1 -1
  12. package/es/anchor/style/index.css +5 -47
  13. package/es/auto-complete/style/index.css +1 -43
  14. package/es/avatar/avatar.js +8 -4
  15. package/es/avatar/style/index.css +1 -43
  16. package/es/back-top/style/index.css +3 -45
  17. package/es/badge/style/index.css +23 -65
  18. package/es/breadcrumb/style/index.css +7 -49
  19. package/es/button/button.d.ts +1 -1
  20. package/es/button/button.js +11 -7
  21. package/es/button/style/index.css +156 -206
  22. package/es/calendar/style/index.css +8 -50
  23. package/es/card/style/index.css +17 -59
  24. package/es/carousel/style/index.css +1 -43
  25. package/es/cascader/index.d.ts +1 -1
  26. package/es/cascader/index.js +13 -9
  27. package/es/cascader/style/index.css +24 -66
  28. package/es/checkbox/Checkbox.js +8 -4
  29. package/es/checkbox/style/index.css +17 -59
  30. package/es/collapse/style/index.css +8 -50
  31. package/es/comment/style/index.css +5 -47
  32. package/es/config-provider/context.js +5 -1
  33. package/es/config-provider/style/index.css +0 -42
  34. package/es/date-picker/style/index.css +84 -126
  35. package/es/descriptions/style/index.css +8 -50
  36. package/es/divider/style/index.css +7 -49
  37. package/es/drawer/index.js +5 -1
  38. package/es/drawer/style/index.css +5 -47
  39. package/es/dropdown/style/index.css +17 -59
  40. package/es/empty/style/index.css +2 -44
  41. package/es/form/style/index.css +18 -60
  42. package/es/grid/col.js +5 -1
  43. package/es/grid/row.js +5 -1
  44. package/es/grid/style/index.css +0 -42
  45. package/es/icon/style/index.css +0 -42
  46. package/es/image/style/index.css +1 -43
  47. package/es/index.d.ts +1 -2
  48. package/es/index.js +1 -2
  49. package/es/input/Password.d.ts +1 -1
  50. package/es/input/Password.js +9 -5
  51. package/es/input/Search.js +9 -5
  52. package/es/input/style/index.css +65 -107
  53. package/es/input-number/index.js +1 -1
  54. package/es/input-number/style/index.css +68 -110
  55. package/es/layout/Sider.js +11 -7
  56. package/es/layout/layout.js +6 -2
  57. package/es/layout/style/index.css +4 -46
  58. package/es/list/style/index.css +17 -59
  59. package/es/locale-provider/index.d.ts +2 -2
  60. package/es/locale-provider/style/index.css +0 -42
  61. package/es/mentions/index.d.ts +1 -1
  62. package/es/mentions/index.js +8 -4
  63. package/es/mentions/style/index.css +32 -74
  64. package/es/menu/style/index.css +46 -88
  65. package/es/message/style/index.css +5 -47
  66. package/es/modal/style/confirm.less +2 -2
  67. package/es/modal/style/css.js +2 -1
  68. package/es/modal/style/index.css +3 -45
  69. package/es/modal/style/index.js +2 -1
  70. package/es/modal/style/index.less +0 -1
  71. package/es/modal/style/modal.less +1 -1
  72. package/es/modal/style/rtl.less +2 -1
  73. package/es/notification/style/index.css +8 -50
  74. package/es/page-header/style/index.css +6 -48
  75. package/es/pagination/style/index.css +99 -118
  76. package/es/pagination/style/index.less +63 -22
  77. package/es/popconfirm/style/index.css +0 -42
  78. package/es/popover/index.js +5 -1
  79. package/es/popover/style/index.css +17 -59
  80. package/es/progress/style/index.css +17 -59
  81. package/es/radio/radio.js +9 -5
  82. package/es/radio/style/index.css +49 -91
  83. package/es/rate/index.js +5 -1
  84. package/es/rate/style/index.css +2 -44
  85. package/es/result/style/index.css +6 -48
  86. package/es/segmented/index.d.ts +1 -1
  87. package/es/segmented/index.js +6 -2
  88. package/es/segmented/style/index.css +3 -45
  89. package/es/select/style/index.css +32 -74
  90. package/es/skeleton/style/index.css +10 -52
  91. package/es/skeleton/style/index.less +3 -3
  92. package/es/slider/index.d.ts +1 -1
  93. package/es/slider/index.js +8 -4
  94. package/es/slider/style/index.css +22 -56
  95. package/es/slider/style/index.less +9 -0
  96. package/es/space/style/index.css +0 -42
  97. package/es/spin/style/index.css +4 -46
  98. package/es/statistic/style/index.css +3 -45
  99. package/es/steps/style/index.css +44 -86
  100. package/es/style/color/colors.less +6 -6
  101. package/es/style/index.css +13 -55
  102. package/es/style/themes/compact.less +6 -12
  103. package/es/style/themes/dark.less +106 -445
  104. package/es/style/themes/default.less +35 -61
  105. package/es/style/themes/index.less +2 -3
  106. package/es/style/themes/variable.less +39 -80
  107. package/es/switch/index.js +10 -6
  108. package/es/switch/style/index.css +6 -48
  109. package/es/table/hooks/useFilter/FilterDropdown.js +2 -16
  110. package/es/table/style/index.css +35 -77
  111. package/es/table/util.d.ts +1 -1
  112. package/es/tabs/style/index.css +22 -64
  113. package/es/tag/index.d.ts +1 -1
  114. package/es/tag/index.js +8 -4
  115. package/es/tag/style/index.css +39 -81
  116. package/es/time-picker/index.js +5 -1
  117. package/es/time-picker/style/index.css +0 -42
  118. package/es/timeline/index.d.ts +2 -2
  119. package/es/timeline/style/index.css +15 -57
  120. package/es/tooltip/index.d.ts +3 -3
  121. package/es/tooltip/index.js +9 -5
  122. package/es/tooltip/style/index.css +12 -54
  123. package/es/transfer/index.d.ts +3 -3
  124. package/es/transfer/style/index.css +28 -70
  125. package/es/tree/DirectoryTree.js +5 -1
  126. package/es/tree/index.d.ts +2 -2
  127. package/es/tree/style/index.css +29 -71
  128. package/es/tree-select/style/index.css +27 -69
  129. package/es/typography/Typography.js +6 -2
  130. package/es/typography/style/index.css +24 -66
  131. package/es/upload/Dragger.js +5 -1
  132. package/es/upload/Upload.js +10 -6
  133. package/es/upload/UploadList/index.js +13 -9
  134. package/es/upload/index.d.ts +1 -1
  135. package/es/upload/style/index.css +23 -65
  136. package/lib/affix/style/index.css +0 -42
  137. package/lib/alert/style/index.css +17 -59
  138. package/lib/anchor/Anchor.d.ts +1 -1
  139. package/lib/anchor/style/index.css +5 -47
  140. package/lib/auto-complete/style/index.css +1 -43
  141. package/lib/avatar/avatar.js +9 -5
  142. package/lib/avatar/style/index.css +1 -43
  143. package/lib/back-top/style/index.css +3 -45
  144. package/lib/badge/style/index.css +23 -65
  145. package/lib/breadcrumb/style/index.css +7 -49
  146. package/lib/button/button.d.ts +1 -1
  147. package/lib/button/button.js +13 -9
  148. package/lib/button/style/index.css +156 -206
  149. package/lib/calendar/style/index.css +8 -50
  150. package/lib/card/style/index.css +17 -59
  151. package/lib/carousel/style/index.css +1 -43
  152. package/lib/cascader/index.d.ts +1 -1
  153. package/lib/cascader/index.js +16 -12
  154. package/lib/cascader/style/index.css +24 -66
  155. package/lib/checkbox/Checkbox.js +10 -6
  156. package/lib/checkbox/style/index.css +17 -59
  157. package/lib/collapse/style/index.css +8 -50
  158. package/lib/comment/style/index.css +5 -47
  159. package/lib/config-provider/context.js +5 -1
  160. package/lib/config-provider/style/index.css +0 -42
  161. package/lib/date-picker/style/index.css +84 -126
  162. package/lib/descriptions/style/index.css +8 -50
  163. package/lib/divider/style/index.css +7 -49
  164. package/lib/drawer/index.js +5 -1
  165. package/lib/drawer/style/index.css +5 -47
  166. package/lib/dropdown/style/index.css +17 -59
  167. package/lib/empty/style/index.css +2 -44
  168. package/lib/form/style/index.css +18 -60
  169. package/lib/grid/col.js +5 -1
  170. package/lib/grid/row.js +5 -1
  171. package/lib/grid/style/index.css +0 -42
  172. package/lib/icon/style/index.css +0 -42
  173. package/lib/image/style/index.css +1 -43
  174. package/lib/index.d.ts +1 -2
  175. package/lib/index.js +0 -8
  176. package/lib/input/Password.d.ts +1 -1
  177. package/lib/input/Password.js +10 -6
  178. package/lib/input/Search.js +11 -7
  179. package/lib/input/style/index.css +65 -107
  180. package/lib/input-number/index.js +1 -1
  181. package/lib/input-number/style/index.css +68 -110
  182. package/lib/layout/Sider.js +13 -9
  183. package/lib/layout/layout.js +7 -3
  184. package/lib/layout/style/index.css +4 -46
  185. package/lib/list/style/index.css +17 -59
  186. package/lib/locale-provider/index.d.ts +2 -2
  187. package/lib/locale-provider/style/index.css +0 -42
  188. package/lib/mentions/index.d.ts +1 -1
  189. package/lib/mentions/index.js +10 -6
  190. package/lib/mentions/style/index.css +32 -74
  191. package/lib/menu/style/index.css +46 -88
  192. package/lib/message/style/index.css +5 -47
  193. package/lib/modal/style/confirm.less +2 -2
  194. package/lib/modal/style/index.css +3 -45
  195. package/lib/modal/style/index.less +0 -1
  196. package/lib/modal/style/modal.less +1 -1
  197. package/lib/modal/style/rtl.less +2 -1
  198. package/lib/notification/style/index.css +8 -50
  199. package/lib/page-header/style/index.css +6 -48
  200. package/lib/pagination/style/index.css +99 -118
  201. package/lib/pagination/style/index.less +63 -22
  202. package/lib/popconfirm/style/index.css +0 -42
  203. package/lib/popover/index.js +5 -1
  204. package/lib/popover/style/index.css +17 -59
  205. package/lib/progress/style/index.css +17 -59
  206. package/lib/radio/radio.js +11 -7
  207. package/lib/radio/style/index.css +49 -91
  208. package/lib/rate/index.js +5 -1
  209. package/lib/rate/style/index.css +2 -44
  210. package/lib/result/style/index.css +6 -48
  211. package/lib/segmented/index.d.ts +1 -1
  212. package/lib/segmented/index.js +7 -3
  213. package/lib/segmented/style/index.css +3 -45
  214. package/lib/select/style/index.css +32 -74
  215. package/lib/skeleton/style/index.css +10 -52
  216. package/lib/skeleton/style/index.less +3 -3
  217. package/lib/slider/index.d.ts +1 -1
  218. package/lib/slider/index.js +9 -5
  219. package/lib/slider/style/index.css +22 -56
  220. package/lib/slider/style/index.less +9 -0
  221. package/lib/space/style/index.css +0 -42
  222. package/lib/spin/style/index.css +4 -46
  223. package/lib/statistic/style/index.css +3 -45
  224. package/lib/steps/style/index.css +44 -86
  225. package/lib/style/color/colors.less +6 -6
  226. package/lib/style/index.css +13 -55
  227. package/lib/style/themes/compact.less +6 -12
  228. package/lib/style/themes/dark.less +106 -445
  229. package/lib/style/themes/default.less +35 -61
  230. package/lib/style/themes/index.less +2 -3
  231. package/lib/style/themes/variable.less +39 -80
  232. package/lib/switch/index.js +12 -8
  233. package/lib/switch/style/index.css +6 -48
  234. package/lib/table/hooks/useFilter/FilterDropdown.js +2 -16
  235. package/lib/table/style/index.css +35 -77
  236. package/lib/table/util.d.ts +1 -1
  237. package/lib/tabs/style/index.css +22 -64
  238. package/lib/tag/index.d.ts +1 -1
  239. package/lib/tag/index.js +9 -5
  240. package/lib/tag/style/index.css +39 -81
  241. package/lib/time-picker/index.js +5 -1
  242. package/lib/time-picker/style/index.css +0 -42
  243. package/lib/timeline/index.d.ts +2 -2
  244. package/lib/timeline/style/index.css +15 -57
  245. package/lib/tooltip/index.d.ts +3 -3
  246. package/lib/tooltip/index.js +11 -7
  247. package/lib/tooltip/style/index.css +12 -54
  248. package/lib/transfer/index.d.ts +3 -3
  249. package/lib/transfer/style/index.css +28 -70
  250. package/lib/tree/DirectoryTree.js +5 -1
  251. package/lib/tree/index.d.ts +2 -2
  252. package/lib/tree/style/index.css +29 -71
  253. package/lib/tree-select/style/index.css +27 -69
  254. package/lib/typography/Typography.js +7 -3
  255. package/lib/typography/style/index.css +24 -66
  256. package/lib/upload/Dragger.js +5 -1
  257. package/lib/upload/Upload.js +12 -8
  258. package/lib/upload/UploadList/index.js +16 -12
  259. package/lib/upload/index.d.ts +1 -1
  260. package/lib/upload/style/index.css +23 -65
  261. package/package.json +2 -2
  262. package/report.html +2 -2
  263. package/es/config-provider/renderEmpty.d.ts +0 -4
  264. package/es/config-provider/renderEmpty.js +0 -41
  265. package/es/pagination/MiniSelect.d.ts +0 -7
  266. package/es/pagination/MiniSelect.js +0 -12
  267. package/es/typography/util.d.ts +0 -11
  268. package/es/typography/util.js +0 -234
  269. package/es/version/index.d.ts +0 -2
  270. package/es/version/index.js +0 -4
  271. package/es/version/style/css.js +0 -2
  272. package/es/version/style/index.d.ts +0 -1
  273. package/es/version/style/index.js +0 -2
  274. package/es/version/version.d.ts +0 -2
  275. package/es/version/version.js +0 -1
  276. package/lib/config-provider/renderEmpty.d.ts +0 -4
  277. package/lib/config-provider/renderEmpty.js +0 -59
  278. package/lib/pagination/MiniSelect.d.ts +0 -7
  279. package/lib/pagination/MiniSelect.js +0 -30
  280. package/lib/typography/util.d.ts +0 -11
  281. package/lib/typography/util.js +0 -254
  282. package/lib/version/index.d.ts +0 -2
  283. package/lib/version/index.js +0 -15
  284. package/lib/version/style/css.js +0 -3
  285. package/lib/version/style/index.d.ts +0 -1
  286. package/lib/version/style/index.js +0 -3
  287. package/lib/version/version.d.ts +0 -2
  288. package/lib/version/version.js +0 -8
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- declare const renderEmpty: (componentName?: string) => React.ReactNode;
3
- export declare type RenderEmptyHandler = typeof renderEmpty;
4
- export default renderEmpty;
@@ -1,41 +0,0 @@
1
- /*
2
- * @Author: your name
3
- * @Date: 2021-09-17 13:39:58
4
- * @LastEditTime: 2021-09-17 13:40:08
5
- * @LastEditors: your name
6
- * @Description: In User Settings Edit
7
- * @FilePath: /fle-ui-next/components/config-provider/renderEmpty.tsx
8
- */
9
- import * as React from 'react';
10
- import Empty from '../empty';
11
- import { ConfigConsumer } from '.';
12
-
13
- var renderEmpty = function renderEmpty(componentName) {
14
- return /*#__PURE__*/React.createElement(ConfigConsumer, null, function (_ref) {
15
- var getPrefixCls = _ref.getPrefixCls;
16
- var prefix = getPrefixCls('empty');
17
-
18
- switch (componentName) {
19
- case 'Table':
20
- case 'List':
21
- return /*#__PURE__*/React.createElement(Empty, {
22
- image: Empty.PRESENTED_IMAGE_SIMPLE
23
- });
24
-
25
- case 'Select':
26
- case 'TreeSelect':
27
- case 'Cascader':
28
- case 'Transfer':
29
- case 'Mentions':
30
- return /*#__PURE__*/React.createElement(Empty, {
31
- image: Empty.PRESENTED_IMAGE_SIMPLE,
32
- className: "".concat(prefix, "-small")
33
- });
34
-
35
- default:
36
- return /*#__PURE__*/React.createElement(Empty, null);
37
- }
38
- });
39
- };
40
-
41
- export default renderEmpty;
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- import Select from '../select';
3
- interface MiniSelectInterface extends React.FC<any> {
4
- Option: typeof Select.Option;
5
- }
6
- declare const MiniSelect: MiniSelectInterface;
7
- export default MiniSelect;
@@ -1,12 +0,0 @@
1
- import _extends from "@babel/runtime/helpers/esm/extends";
2
- import * as React from 'react';
3
- import Select from '../select';
4
-
5
- var MiniSelect = function MiniSelect(props) {
6
- return /*#__PURE__*/React.createElement(Select, _extends({
7
- size: "small"
8
- }, props));
9
- };
10
-
11
- MiniSelect.Option = Select.Option;
12
- export default MiniSelect;
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- interface Option {
3
- rows: number;
4
- suffix?: string;
5
- }
6
- declare const _default: (originElement: HTMLElement, option: Option, content: React.ReactNode, fixedContent: React.ReactNode[], ellipsisStr: string) => {
7
- content: React.ReactNode;
8
- text: string;
9
- ellipsis: boolean;
10
- };
11
- export default _default;
@@ -1,234 +0,0 @@
1
- import { render, unmountComponentAtNode } from 'react-dom';
2
- import * as React from 'react';
3
- import toArray from "rc-util/es/Children/toArray"; // We only handle element & text node.
4
-
5
- var ELEMENT_NODE = 1;
6
- var TEXT_NODE = 3;
7
- var COMMENT_NODE = 8;
8
- var ellipsisContainer;
9
- var wrapperStyle = {
10
- padding: 0,
11
- margin: 0,
12
- display: 'inline',
13
- lineHeight: 'inherit'
14
- };
15
-
16
- function pxToNumber(value) {
17
- if (!value) {
18
- return 0;
19
- }
20
-
21
- var match = value.match(/^\d*(\.\d*)?/);
22
- return match ? Number(match[0]) : 0;
23
- }
24
-
25
- function styleToString(style) {
26
- // There are some different behavior between Firefox & Chrome.
27
- // We have to handle this ourself.
28
- var styleNames = Array.prototype.slice.apply(style);
29
- return styleNames.map(function (name) {
30
- return "".concat(name, ": ").concat(style.getPropertyValue(name), ";");
31
- }).join('');
32
- }
33
-
34
- function mergeChildren(children) {
35
- var childList = [];
36
- children.forEach(function (child) {
37
- var prevChild = childList[childList.length - 1];
38
-
39
- if (typeof child === 'string' && typeof prevChild === 'string') {
40
- childList[childList.length - 1] += child;
41
- } else {
42
- childList.push(child);
43
- }
44
- });
45
- return childList;
46
- }
47
-
48
- function resetDomStyles(target, origin) {
49
- target.setAttribute('aria-hidden', 'true');
50
- var originStyle = window.getComputedStyle(origin);
51
- var originCSS = styleToString(originStyle); // Set shadow
52
-
53
- target.setAttribute('style', originCSS);
54
- target.style.position = 'fixed';
55
- target.style.left = '0';
56
- target.style.height = 'auto';
57
- target.style.minHeight = 'auto';
58
- target.style.maxHeight = 'auto';
59
- target.style.top = '-999999px';
60
- target.style.zIndex = '-1000'; // clean up css overflow
61
-
62
- target.style.textOverflow = 'clip';
63
- target.style.whiteSpace = 'normal';
64
- target.style.webkitLineClamp = 'none';
65
- }
66
-
67
- function getRealLineHeight(originElement) {
68
- var heightContainer = document.createElement('div');
69
- resetDomStyles(heightContainer, originElement);
70
- heightContainer.appendChild(document.createTextNode('text'));
71
- document.body.appendChild(heightContainer);
72
- var offsetHeight = heightContainer.offsetHeight;
73
- var lineHeight = pxToNumber(window.getComputedStyle(originElement).lineHeight);
74
- document.body.removeChild(heightContainer);
75
- return offsetHeight > lineHeight ? offsetHeight : lineHeight;
76
- }
77
-
78
- export default (function (originElement, option, content, fixedContent, ellipsisStr) {
79
- if (!ellipsisContainer) {
80
- ellipsisContainer = document.createElement('div');
81
- ellipsisContainer.setAttribute('aria-hidden', 'true');
82
- } // HMR will remove this from body which should patch back
83
-
84
-
85
- if (!ellipsisContainer.parentNode) {
86
- document.body.appendChild(ellipsisContainer);
87
- }
88
-
89
- var rows = option.rows,
90
- _option$suffix = option.suffix,
91
- suffix = _option$suffix === void 0 ? '' : _option$suffix; // Get origin style
92
-
93
- var originStyle = window.getComputedStyle(originElement);
94
- var lineHeight = getRealLineHeight(originElement);
95
- var maxHeight = Math.floor(lineHeight) * (rows + 1) + pxToNumber(originStyle.paddingTop) + pxToNumber(originStyle.paddingBottom);
96
- resetDomStyles(ellipsisContainer, originElement); // Render in the fake container
97
-
98
- var contentList = mergeChildren(toArray(content));
99
- render( /*#__PURE__*/React.createElement("div", {
100
- style: wrapperStyle
101
- }, /*#__PURE__*/React.createElement("span", {
102
- style: wrapperStyle
103
- }, contentList, suffix), /*#__PURE__*/React.createElement("span", {
104
- style: wrapperStyle
105
- }, fixedContent)), ellipsisContainer); // wrap in an div for old version react
106
- // Check if ellipsis in measure div is height enough for content
107
-
108
- function inRange() {
109
- return Math.ceil(ellipsisContainer.getBoundingClientRect().height) < maxHeight;
110
- } // Skip ellipsis if already match
111
-
112
-
113
- if (inRange()) {
114
- unmountComponentAtNode(ellipsisContainer);
115
- return {
116
- content: content,
117
- text: ellipsisContainer.innerHTML,
118
- ellipsis: false
119
- };
120
- } // We should clone the childNode since they're controlled by React and we can't reuse it without warning
121
-
122
-
123
- var childNodes = Array.prototype.slice.apply(ellipsisContainer.childNodes[0].childNodes[0].cloneNode(true).childNodes).filter(function (_ref) {
124
- var nodeType = _ref.nodeType;
125
- return nodeType !== COMMENT_NODE;
126
- });
127
- var fixedNodes = Array.prototype.slice.apply(ellipsisContainer.childNodes[0].childNodes[1].cloneNode(true).childNodes);
128
- unmountComponentAtNode(ellipsisContainer); // ========================= Find match ellipsis content =========================
129
-
130
- var ellipsisChildren = [];
131
- ellipsisContainer.innerHTML = ''; // Create origin content holder
132
-
133
- var ellipsisContentHolder = document.createElement('span');
134
- ellipsisContainer.appendChild(ellipsisContentHolder);
135
- var ellipsisTextNode = document.createTextNode(ellipsisStr + suffix);
136
- ellipsisContentHolder.appendChild(ellipsisTextNode);
137
- fixedNodes.forEach(function (childNode) {
138
- ellipsisContainer.appendChild(childNode);
139
- }); // Append before fixed nodes
140
-
141
- function appendChildNode(node) {
142
- ellipsisContentHolder.insertBefore(node, ellipsisTextNode);
143
- } // Get maximum text
144
-
145
-
146
- function measureText(textNode, fullText) {
147
- var startLoc = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
148
- var endLoc = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : fullText.length;
149
- var lastSuccessLoc = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 0;
150
- var midLoc = Math.floor((startLoc + endLoc) / 2);
151
- var currentText = fullText.slice(0, midLoc);
152
- textNode.textContent = currentText;
153
-
154
- if (startLoc >= endLoc - 1) {
155
- // Loop when step is small
156
- for (var step = endLoc; step >= startLoc; step -= 1) {
157
- var currentStepText = fullText.slice(0, step);
158
- textNode.textContent = currentStepText;
159
-
160
- if (inRange() || !currentStepText) {
161
- return step === fullText.length ? {
162
- finished: false,
163
- reactNode: fullText
164
- } : {
165
- finished: true,
166
- reactNode: currentStepText
167
- };
168
- }
169
- }
170
- }
171
-
172
- if (inRange()) {
173
- return measureText(textNode, fullText, midLoc, endLoc, midLoc);
174
- }
175
-
176
- return measureText(textNode, fullText, startLoc, midLoc, lastSuccessLoc);
177
- }
178
-
179
- function measureNode(childNode, index) {
180
- var type = childNode.nodeType;
181
-
182
- if (type === ELEMENT_NODE) {
183
- // We don't split element, it will keep if whole element can be displayed.
184
- appendChildNode(childNode);
185
-
186
- if (inRange()) {
187
- return {
188
- finished: false,
189
- reactNode: contentList[index]
190
- };
191
- } // Clean up if can not pull in
192
-
193
-
194
- ellipsisContentHolder.removeChild(childNode);
195
- return {
196
- finished: true,
197
- reactNode: null
198
- };
199
- }
200
-
201
- if (type === TEXT_NODE) {
202
- var fullText = childNode.textContent || '';
203
- var textNode = document.createTextNode(fullText);
204
- appendChildNode(textNode);
205
- return measureText(textNode, fullText);
206
- } // Not handle other type of content
207
- // PS: This code should not be attached after react 16
208
-
209
- /* istanbul ignore next */
210
-
211
-
212
- return {
213
- finished: false,
214
- reactNode: null
215
- };
216
- }
217
-
218
- childNodes.some(function (childNode, index) {
219
- var _measureNode = measureNode(childNode, index),
220
- finished = _measureNode.finished,
221
- reactNode = _measureNode.reactNode;
222
-
223
- if (reactNode) {
224
- ellipsisChildren.push(reactNode);
225
- }
226
-
227
- return finished;
228
- });
229
- return {
230
- content: ellipsisChildren,
231
- text: ellipsisContainer.innerHTML,
232
- ellipsis: true
233
- };
234
- });
@@ -1,2 +0,0 @@
1
- import version from './version';
2
- export default version;
@@ -1,4 +0,0 @@
1
- /* eslint import/no-unresolved: 0 */
2
- // @ts-ignore
3
- import version from './version';
4
- export default version;
@@ -1,2 +0,0 @@
1
- // empty file prevent babel-plugin-import error
2
- import '../../style/index.css';
@@ -1 +0,0 @@
1
- import '../../style/index.less';
@@ -1,2 +0,0 @@
1
- // empty file prevent babel-plugin-import error
2
- import '../../style/index.less';
@@ -1,2 +0,0 @@
1
- declare const _default: "4.17.0-alpha.3";
2
- export default _default;
@@ -1 +0,0 @@
1
- export default '4.17.0-alpha.3';
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- declare const renderEmpty: (componentName?: string) => React.ReactNode;
3
- export declare type RenderEmptyHandler = typeof renderEmpty;
4
- export default renderEmpty;
@@ -1,59 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- var _typeof = require("@babel/runtime/helpers/typeof");
6
-
7
- Object.defineProperty(exports, "__esModule", {
8
- value: true
9
- });
10
- exports["default"] = void 0;
11
-
12
- var React = _interopRequireWildcard(require("react"));
13
-
14
- var _empty = _interopRequireDefault(require("../empty"));
15
-
16
- var _ = require(".");
17
-
18
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
-
20
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
-
22
- /*
23
- * @Author: your name
24
- * @Date: 2021-09-17 13:39:58
25
- * @LastEditTime: 2021-09-17 13:40:08
26
- * @LastEditors: your name
27
- * @Description: In User Settings Edit
28
- * @FilePath: /fle-ui-next/components/config-provider/renderEmpty.tsx
29
- */
30
- var renderEmpty = function renderEmpty(componentName) {
31
- return /*#__PURE__*/React.createElement(_.ConfigConsumer, null, function (_ref) {
32
- var getPrefixCls = _ref.getPrefixCls;
33
- var prefix = getPrefixCls('empty');
34
-
35
- switch (componentName) {
36
- case 'Table':
37
- case 'List':
38
- return /*#__PURE__*/React.createElement(_empty["default"], {
39
- image: _empty["default"].PRESENTED_IMAGE_SIMPLE
40
- });
41
-
42
- case 'Select':
43
- case 'TreeSelect':
44
- case 'Cascader':
45
- case 'Transfer':
46
- case 'Mentions':
47
- return /*#__PURE__*/React.createElement(_empty["default"], {
48
- image: _empty["default"].PRESENTED_IMAGE_SIMPLE,
49
- className: "".concat(prefix, "-small")
50
- });
51
-
52
- default:
53
- return /*#__PURE__*/React.createElement(_empty["default"], null);
54
- }
55
- });
56
- };
57
-
58
- var _default = renderEmpty;
59
- exports["default"] = _default;
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- import Select from '../select';
3
- interface MiniSelectInterface extends React.FC<any> {
4
- Option: typeof Select.Option;
5
- }
6
- declare const MiniSelect: MiniSelectInterface;
7
- export default MiniSelect;
@@ -1,30 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- var _typeof = require("@babel/runtime/helpers/typeof");
6
-
7
- Object.defineProperty(exports, "__esModule", {
8
- value: true
9
- });
10
- exports["default"] = void 0;
11
-
12
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
13
-
14
- var React = _interopRequireWildcard(require("react"));
15
-
16
- var _select = _interopRequireDefault(require("../select"));
17
-
18
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
-
20
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
21
-
22
- var MiniSelect = function MiniSelect(props) {
23
- return /*#__PURE__*/React.createElement(_select["default"], (0, _extends2["default"])({
24
- size: "small"
25
- }, props));
26
- };
27
-
28
- MiniSelect.Option = _select["default"].Option;
29
- var _default = MiniSelect;
30
- exports["default"] = _default;
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- interface Option {
3
- rows: number;
4
- suffix?: string;
5
- }
6
- declare const _default: (originElement: HTMLElement, option: Option, content: React.ReactNode, fixedContent: React.ReactNode[], ellipsisStr: string) => {
7
- content: React.ReactNode;
8
- text: string;
9
- ellipsis: boolean;
10
- };
11
- export default _default;