@hi-ui/table 4.0.0-beta.2 → 4.0.0-beta.22

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 (181) hide show
  1. package/lib/cjs/BaseTable.js +6 -3
  2. package/lib/cjs/BaseTable.js.map +1 -1
  3. package/lib/cjs/Table.js +2 -2
  4. package/lib/cjs/Table.js.map +1 -1
  5. package/lib/cjs/TableBody.js +7 -4
  6. package/lib/cjs/TableBody.js.map +1 -1
  7. package/lib/cjs/TableCell.js +3 -2
  8. package/lib/cjs/TableCell.js.map +1 -1
  9. package/lib/cjs/TableEmbedRow.js +2 -1
  10. package/lib/cjs/TableEmbedRow.js.map +1 -1
  11. package/lib/cjs/TableHeader.js +3 -2
  12. package/lib/cjs/TableHeader.js.map +1 -1
  13. package/lib/cjs/TableSettingMenu.js +8 -7
  14. package/lib/cjs/TableSettingMenu.js.map +1 -1
  15. package/lib/cjs/hooks/use-col-width.js +5 -1
  16. package/lib/cjs/hooks/use-col-width.js.map +1 -1
  17. package/lib/cjs/styles/index.scss.js +1 -1
  18. package/lib/cjs/use-table.js +3 -1
  19. package/lib/cjs/use-table.js.map +1 -1
  20. package/lib/esm/BaseTable.js +6 -3
  21. package/lib/esm/BaseTable.js.map +1 -1
  22. package/lib/esm/Table.js +2 -2
  23. package/lib/esm/Table.js.map +1 -1
  24. package/lib/esm/TableBody.js +7 -4
  25. package/lib/esm/TableBody.js.map +1 -1
  26. package/lib/esm/TableCell.js +3 -2
  27. package/lib/esm/TableCell.js.map +1 -1
  28. package/lib/esm/TableEmbedRow.js +2 -1
  29. package/lib/esm/TableEmbedRow.js.map +1 -1
  30. package/lib/esm/TableHeader.js +3 -2
  31. package/lib/esm/TableHeader.js.map +1 -1
  32. package/lib/esm/TableSettingMenu.js +3 -2
  33. package/lib/esm/TableSettingMenu.js.map +1 -1
  34. package/lib/esm/hooks/use-col-width.js +5 -1
  35. package/lib/esm/hooks/use-col-width.js.map +1 -1
  36. package/lib/esm/styles/index.scss.js +1 -1
  37. package/lib/esm/use-table.js +3 -1
  38. package/lib/esm/use-table.js.map +1 -1
  39. package/lib/types/TableBody.d.ts +4 -0
  40. package/lib/types/types.d.ts +2 -1
  41. package/package.json +31 -28
  42. package/lib/cjs/hooks/use-drag-sorter/lib/esm/index.js +0 -287
  43. package/lib/cjs/hooks/use-drag-sorter/lib/esm/index.js.map +0 -1
  44. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_cloneBuffer.js_commonjs-module.js +0 -29
  45. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_cloneBuffer.js_commonjs-module.js.map +0 -1
  46. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_commonjsHelpers.js +0 -27
  47. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_commonjsHelpers.js.map +0 -1
  48. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_nodeUtil.js_commonjs-module.js +0 -29
  49. package/lib/cjs/utils/func-utils/lib/esm/_virtual/_nodeUtil.js_commonjs-module.js.map +0 -1
  50. package/lib/cjs/utils/func-utils/lib/esm/_virtual/isBuffer.js_commonjs-module.js +0 -29
  51. package/lib/cjs/utils/func-utils/lib/esm/_virtual/isBuffer.js_commonjs-module.js.map +0 -1
  52. package/lib/cjs/utils/func-utils/lib/esm/index.js +0 -62
  53. package/lib/cjs/utils/func-utils/lib/esm/index.js.map +0 -1
  54. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_DataView.js +0 -37
  55. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_DataView.js.map +0 -1
  56. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Map.js +0 -37
  57. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Map.js.map +0 -1
  58. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Promise.js +0 -37
  59. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Promise.js.map +0 -1
  60. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Set.js +0 -37
  61. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Set.js.map +0 -1
  62. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Symbol.js +0 -34
  63. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_Symbol.js.map +0 -1
  64. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_WeakMap.js +0 -37
  65. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_WeakMap.js.map +0 -1
  66. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseGetTag.js +0 -60
  67. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseGetTag.js.map +0 -1
  68. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseIsArguments.js +0 -49
  69. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseIsArguments.js.map +0 -1
  70. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseIsNative.js +0 -80
  71. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_baseIsNative.js.map +0 -1
  72. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_cloneBuffer.js +0 -63
  73. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_cloneBuffer.js.map +0 -1
  74. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_coreJsData.js +0 -34
  75. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_coreJsData.js.map +0 -1
  76. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_defineProperty.js +0 -33
  77. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_defineProperty.js.map +0 -1
  78. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_freeGlobal.js +0 -36
  79. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_freeGlobal.js.map +0 -1
  80. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getNative.js +0 -48
  81. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getNative.js.map +0 -1
  82. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getRawTag.js +0 -77
  83. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getRawTag.js.map +0 -1
  84. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getTag.js +0 -96
  85. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getTag.js.map +0 -1
  86. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getValue.js +0 -40
  87. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_getValue.js.map +0 -1
  88. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_isMasked.js +0 -50
  89. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_isMasked.js.map +0 -1
  90. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_nativeCreate.js +0 -28
  91. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_nativeCreate.js.map +0 -1
  92. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_nodeUtil.js +0 -58
  93. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_nodeUtil.js.map +0 -1
  94. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_objectToString.js +0 -49
  95. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_objectToString.js.map +0 -1
  96. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_root.js +0 -39
  97. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_root.js.map +0 -1
  98. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_toSource.js +0 -55
  99. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/_toSource.js.map +0 -1
  100. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isArguments.js +0 -61
  101. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isArguments.js.map +0 -1
  102. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isBuffer.js +0 -67
  103. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isBuffer.js.map +0 -1
  104. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isFunction.js +0 -69
  105. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isFunction.js.map +0 -1
  106. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isObject.js +0 -72
  107. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isObject.js.map +0 -1
  108. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isObjectLike.js +0 -69
  109. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/isObjectLike.js.map +0 -1
  110. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/stubFalse.js +0 -45
  111. package/lib/cjs/utils/func-utils/lib/esm/node_modules/lodash/stubFalse.js.map +0 -1
  112. package/lib/esm/hooks/use-drag-sorter/lib/esm/index.js +0 -264
  113. package/lib/esm/hooks/use-drag-sorter/lib/esm/index.js.map +0 -1
  114. package/lib/esm/utils/func-utils/lib/esm/_virtual/_cloneBuffer.js_commonjs-module.js +0 -24
  115. package/lib/esm/utils/func-utils/lib/esm/_virtual/_cloneBuffer.js_commonjs-module.js.map +0 -1
  116. package/lib/esm/utils/func-utils/lib/esm/_virtual/_commonjsHelpers.js +0 -22
  117. package/lib/esm/utils/func-utils/lib/esm/_virtual/_commonjsHelpers.js.map +0 -1
  118. package/lib/esm/utils/func-utils/lib/esm/_virtual/_nodeUtil.js_commonjs-module.js +0 -24
  119. package/lib/esm/utils/func-utils/lib/esm/_virtual/_nodeUtil.js_commonjs-module.js.map +0 -1
  120. package/lib/esm/utils/func-utils/lib/esm/_virtual/isBuffer.js_commonjs-module.js +0 -24
  121. package/lib/esm/utils/func-utils/lib/esm/_virtual/isBuffer.js_commonjs-module.js.map +0 -1
  122. package/lib/esm/utils/func-utils/lib/esm/index.js +0 -45
  123. package/lib/esm/utils/func-utils/lib/esm/index.js.map +0 -1
  124. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_DataView.js +0 -29
  125. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_DataView.js.map +0 -1
  126. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Map.js +0 -29
  127. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Map.js.map +0 -1
  128. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Promise.js +0 -29
  129. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Promise.js.map +0 -1
  130. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Set.js +0 -29
  131. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Set.js.map +0 -1
  132. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Symbol.js +0 -27
  133. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_Symbol.js.map +0 -1
  134. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_WeakMap.js +0 -29
  135. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_WeakMap.js.map +0 -1
  136. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseGetTag.js +0 -51
  137. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseGetTag.js.map +0 -1
  138. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseIsArguments.js +0 -41
  139. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseIsArguments.js.map +0 -1
  140. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseIsNative.js +0 -70
  141. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_baseIsNative.js.map +0 -1
  142. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_cloneBuffer.js +0 -59
  143. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_cloneBuffer.js.map +0 -1
  144. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_coreJsData.js +0 -27
  145. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_coreJsData.js.map +0 -1
  146. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_defineProperty.js +0 -30
  147. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_defineProperty.js.map +0 -1
  148. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_freeGlobal.js +0 -17
  149. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_freeGlobal.js.map +0 -1
  150. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getNative.js +0 -40
  151. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getNative.js.map +0 -1
  152. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getRawTag.js +0 -70
  153. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getRawTag.js.map +0 -1
  154. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getTag.js +0 -87
  155. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getTag.js.map +0 -1
  156. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getValue.js +0 -35
  157. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_getValue.js.map +0 -1
  158. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_isMasked.js +0 -43
  159. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_isMasked.js.map +0 -1
  160. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_nativeCreate.js +0 -25
  161. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_nativeCreate.js.map +0 -1
  162. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_nodeUtil.js +0 -54
  163. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_nodeUtil.js.map +0 -1
  164. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_objectToString.js +0 -44
  165. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_objectToString.js.map +0 -1
  166. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_root.js +0 -21
  167. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_root.js.map +0 -1
  168. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_toSource.js +0 -50
  169. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/_toSource.js.map +0 -1
  170. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isArguments.js +0 -57
  171. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isArguments.js.map +0 -1
  172. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isBuffer.js +0 -62
  173. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isBuffer.js.map +0 -1
  174. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isFunction.js +0 -61
  175. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isFunction.js.map +0 -1
  176. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isObject.js +0 -55
  177. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isObject.js.map +0 -1
  178. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isObjectLike.js +0 -52
  179. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/isObjectLike.js.map +0 -1
  180. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/stubFalse.js +0 -40
  181. package/lib/esm/utils/func-utils/lib/esm/node_modules/lodash/stubFalse.js.map +0 -1
@@ -1,34 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
-
16
- var _root = require('./_root.js');
17
- /** @LICENSE
18
- * @hi-ui/func-utils
19
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
20
- *
21
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */
26
-
27
-
28
- var root = _root['default'];
29
- /** Used to detect overreaching core-js shims. */
30
-
31
- var coreJsData = root['__core-js_shared__'];
32
- var _coreJsData = coreJsData;
33
- exports["default"] = _coreJsData;
34
- //# sourceMappingURL=_coreJsData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_coreJsData.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_coreJsData.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _root from './_root.js';\nvar root = _root;\n/** Used to detect overreaching core-js shims. */\n\nvar coreJsData = root['__core-js_shared__'];\nvar _coreJsData = coreJsData;\nexport default _coreJsData;\n//# sourceMappingURL=_coreJsData.js.map\n"],"names":["root","_root","coreJsData","_coreJsData"],"mappings":";;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,IAAIA,IAAI,GAAGC,gBAAX;AACA;;AAEA,IAAIC,UAAU,GAAGF,IAAI,CAAC,oBAAD,CAArB;AACG,IAACG,WAAW,GAAGD,UAAf;"}
@@ -1,33 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- var _getNative = require('./_getNative.js');
13
- /** @LICENSE
14
- * @hi-ui/func-utils
15
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
16
- *
17
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
-
23
-
24
- var getNative = _getNative['default'];
25
-
26
- (function () {
27
- try {
28
- var func = getNative(Object, 'defineProperty');
29
- func({}, '', {});
30
- return func;
31
- } catch (e) {}
32
- })();
33
- //# sourceMappingURL=_defineProperty.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_defineProperty.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_defineProperty.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _getNative from './_getNative.js';\nvar getNative = _getNative;\n\nvar defineProperty = function () {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}();\n\nvar _defineProperty = defineProperty;\nexport default _defineProperty;\n//# sourceMappingURL=_defineProperty.js.map\n"],"names":["getNative","_getNative","func","Object","e"],"mappings":";;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,IAAIA,SAAS,GAAGC,qBAAhB;;CAEqB,YAAY;AAC/B,MAAI;AACF,QAAIC,IAAI,GAAGF,SAAS,CAACG,MAAD,EAAS,gBAAT,CAApB;AACAD,IAAAA,IAAI,CAAC,EAAD,EAAK,EAAL,EAAS,EAAT,CAAJ;AACA,WAAOA,IAAP;AACD,GAJD,CAIE,OAAOE,CAAP,EAAU,CAAE;"}
@@ -1,36 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- var _typeof2 = require("@babel/runtime/helpers/typeof");
13
-
14
- Object.defineProperty(exports, '__esModule', {
15
- value: true
16
- });
17
-
18
- var _typeof = require('@babel/runtime/helpers/esm/typeof');
19
-
20
- var _commonjsHelpers = require('../../_virtual/_commonjsHelpers.js');
21
-
22
- function _interopDefaultLegacy(e) {
23
- return e && _typeof2(e) === 'object' && 'default' in e ? e : {
24
- 'default': e
25
- };
26
- }
27
-
28
- var _typeof__default = /*#__PURE__*/_interopDefaultLegacy(_typeof);
29
- /** Detect free variable `global` from Node.js. */
30
-
31
-
32
- var freeGlobal = _typeof__default['default'](_commonjsHelpers.commonjsGlobal) == 'object' && _commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.Object === Object && _commonjsHelpers.commonjsGlobal;
33
-
34
- var _freeGlobal = freeGlobal;
35
- exports["default"] = _freeGlobal;
36
- //# sourceMappingURL=_freeGlobal.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_freeGlobal.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_freeGlobal.js"],"sourcesContent":["import _typeof from \"@babel/runtime/helpers/esm/typeof\";\n\n/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { commonjsGlobal } from '../../_virtual/_commonjsHelpers.js';\n/** Detect free variable `global` from Node.js. */\n\nvar freeGlobal = _typeof(commonjsGlobal) == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;\nvar _freeGlobal = freeGlobal;\nexport default _freeGlobal;\n//# sourceMappingURL=_freeGlobal.js.map\n"],"names":["freeGlobal","_typeof","commonjsGlobal","Object","_freeGlobal"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAYA;;;AAEA,IAAIA,UAAU,GAAGC,2BAAAA,CAAQC,+BAARD,KAA2B,QAA3BA,IAAuCC,+BAAvCD,IAAyDC,+BAAAA,CAAeC,MAAfD,KAA0BC,MAAnFF,IAA6FC,+BAA9G;;AACG,IAACE,WAAW,GAAGJ,UAAf;"}
@@ -1,48 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
-
16
- var _baseIsNative = require('./_baseIsNative.js');
17
-
18
- var _getValue = require('./_getValue.js');
19
- /** @LICENSE
20
- * @hi-ui/func-utils
21
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
22
- *
23
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
-
30
- var baseIsNative = _baseIsNative['default'],
31
- getValue = _getValue['default'];
32
- /**
33
- * Gets the native function at `key` of `object`.
34
- *
35
- * @private
36
- * @param {Object} object The object to query.
37
- * @param {string} key The key of the method to get.
38
- * @returns {*} Returns the function if it's native, else `undefined`.
39
- */
40
-
41
- function getNative(object, key) {
42
- var value = getValue(object, key);
43
- return baseIsNative(value) ? value : undefined;
44
- }
45
-
46
- var _getNative = getNative;
47
- exports["default"] = _getNative;
48
- //# sourceMappingURL=_getNative.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_getNative.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_getNative.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _baseIsNative from './_baseIsNative.js';\nimport _getValue from './_getValue.js';\nvar baseIsNative = _baseIsNative,\n getValue = _getValue;\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\n\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nvar _getNative = getNative;\nexport default _getNative;\n//# sourceMappingURL=_getNative.js.map\n"],"names":["baseIsNative","_baseIsNative","getValue","_getValue","getNative","object","key","value","undefined","_getNative"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA,IAAIA,YAAY,GAAGC,wBAAnB;AAAA,IACIC,QAAQ,GAAGC,oBADf;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASC,SAAT,CAAmBC,MAAnB,EAA2BC,GAA3B,EAAgC;AAC9B,MAAIC,KAAK,GAAGL,QAAQ,CAACG,MAAD,EAASC,GAAT,CAApB;AACA,SAAON,YAAY,CAACO,KAAD,CAAZ,GAAsBA,KAAtB,GAA8BC,SAArC;AACD;;AAEE,IAACC,UAAU,GAAGL,SAAd;"}
@@ -1,77 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
-
16
- var _Symbol = require('./_Symbol.js');
17
- /** @LICENSE
18
- * @hi-ui/func-utils
19
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
20
- *
21
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */
26
-
27
-
28
- var _Symbol2 = _Symbol['default'];
29
- /** Used for built-in method references. */
30
-
31
- var objectProto = Object.prototype;
32
- /** Used to check objects for own properties. */
33
-
34
- var hasOwnProperty = objectProto.hasOwnProperty;
35
- /**
36
- * Used to resolve the
37
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
38
- * of values.
39
- */
40
-
41
- var nativeObjectToString = objectProto.toString;
42
- /** Built-in value references. */
43
-
44
- var symToStringTag = _Symbol2 ? _Symbol2.toStringTag : undefined;
45
- /**
46
- * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
47
- *
48
- * @private
49
- * @param {*} value The value to query.
50
- * @returns {string} Returns the raw `toStringTag`.
51
- */
52
-
53
- function getRawTag(value) {
54
- var isOwn = hasOwnProperty.call(value, symToStringTag),
55
- tag = value[symToStringTag];
56
-
57
- try {
58
- value[symToStringTag] = undefined;
59
- var unmasked = true;
60
- } catch (e) {}
61
-
62
- var result = nativeObjectToString.call(value);
63
-
64
- if (unmasked) {
65
- if (isOwn) {
66
- value[symToStringTag] = tag;
67
- } else {
68
- delete value[symToStringTag];
69
- }
70
- }
71
-
72
- return result;
73
- }
74
-
75
- var _getRawTag = getRawTag;
76
- exports["default"] = _getRawTag;
77
- //# sourceMappingURL=_getRawTag.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_getRawTag.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_getRawTag.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _Symbol from './_Symbol.js';\nvar _Symbol2 = _Symbol;\n/** Used for built-in method references. */\n\nvar objectProto = Object.prototype;\n/** Used to check objects for own properties. */\n\nvar hasOwnProperty = objectProto.hasOwnProperty;\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\n\nvar nativeObjectToString = objectProto.toString;\n/** Built-in value references. */\n\nvar symToStringTag = _Symbol2 ? _Symbol2.toStringTag : undefined;\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\n\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n\n return result;\n}\n\nvar _getRawTag = getRawTag;\nexport default _getRawTag;\n//# sourceMappingURL=_getRawTag.js.map\n"],"names":["_Symbol2","_Symbol","objectProto","Object","prototype","hasOwnProperty","nativeObjectToString","toString","symToStringTag","toStringTag","undefined","getRawTag","value","isOwn","call","tag","unmasked","e","result","_getRawTag"],"mappings":";;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,IAAIA,QAAQ,GAAGC,kBAAf;AACA;;AAEA,IAAIC,WAAW,GAAGC,MAAM,CAACC,SAAzB;AACA;;AAEA,IAAIC,cAAc,GAAGH,WAAW,CAACG,cAAjC;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAIC,oBAAoB,GAAGJ,WAAW,CAACK,QAAvC;AACA;;AAEA,IAAIC,cAAc,GAAGR,QAAQ,GAAGA,QAAQ,CAACS,WAAZ,GAA0BC,SAAvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASC,SAAT,CAAmBC,KAAnB,EAA0B;AACxB,MAAIC,KAAK,GAAGR,cAAc,CAACS,IAAf,CAAoBF,KAApB,EAA2BJ,cAA3B,CAAZ;AAAA,MACIO,GAAG,GAAGH,KAAK,CAACJ,cAAD,CADf;;AAGA,MAAI;AACFI,IAAAA,KAAK,CAACJ,cAAD,CAAL,GAAwBE,SAAxB;AACA,QAAIM,QAAQ,GAAG,IAAf;AACD,GAHD,CAGE,OAAOC,CAAP,EAAU,CAAE;;AAEd,MAAIC,MAAM,GAAGZ,oBAAoB,CAACQ,IAArB,CAA0BF,KAA1B,CAAb;;AAEA,MAAII,QAAJ,EAAc;AACZ,QAAIH,KAAJ,EAAW;AACTD,MAAAA,KAAK,CAACJ,cAAD,CAAL,GAAwBO,GAAxB;AACD,KAFD,MAEO;AACL,aAAOH,KAAK,CAACJ,cAAD,CAAZ;AACD;AACF;;AAED,SAAOU,MAAP;AACD;;AAEE,IAACC,UAAU,GAAGR,SAAd;"}
@@ -1,96 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- var _DataView = require('./_DataView.js');
13
-
14
- var _Map = require('./_Map.js');
15
-
16
- var _Promise = require('./_Promise.js');
17
-
18
- var _Set = require('./_Set.js');
19
-
20
- var _WeakMap = require('./_WeakMap.js');
21
-
22
- var _baseGetTag = require('./_baseGetTag.js');
23
-
24
- var _toSource = require('./_toSource.js');
25
- /** @LICENSE
26
- * @hi-ui/func-utils
27
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
28
- *
29
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
30
- *
31
- * This source code is licensed under the MIT license found in the
32
- * LICENSE file in the root directory of this source tree.
33
- */
34
-
35
-
36
- var DataView = _DataView['default'],
37
- Map = _Map['default'],
38
- Promise$1 = _Promise['default'],
39
- Set = _Set['default'],
40
- WeakMap = _WeakMap['default'],
41
- baseGetTag = _baseGetTag['default'],
42
- toSource = _toSource['default'];
43
- /** `Object#toString` result references. */
44
-
45
- var mapTag = '[object Map]',
46
- objectTag = '[object Object]',
47
- promiseTag = '[object Promise]',
48
- setTag = '[object Set]',
49
- weakMapTag = '[object WeakMap]';
50
- var dataViewTag = '[object DataView]';
51
- /** Used to detect maps, sets, and weakmaps. */
52
-
53
- var dataViewCtorString = toSource(DataView),
54
- mapCtorString = toSource(Map),
55
- promiseCtorString = toSource(Promise$1),
56
- setCtorString = toSource(Set),
57
- weakMapCtorString = toSource(WeakMap);
58
- /**
59
- * Gets the `toStringTag` of `value`.
60
- *
61
- * @private
62
- * @param {*} value The value to query.
63
- * @returns {string} Returns the `toStringTag`.
64
- */
65
-
66
- var getTag = baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
67
-
68
- if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || Promise$1 && getTag(Promise$1.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap && getTag(new WeakMap()) != weakMapTag) {
69
- getTag = function getTag(value) {
70
- var result = baseGetTag(value),
71
- Ctor = result == objectTag ? value.constructor : undefined,
72
- ctorString = Ctor ? toSource(Ctor) : '';
73
-
74
- if (ctorString) {
75
- switch (ctorString) {
76
- case dataViewCtorString:
77
- return dataViewTag;
78
-
79
- case mapCtorString:
80
- return mapTag;
81
-
82
- case promiseCtorString:
83
- return promiseTag;
84
-
85
- case setCtorString:
86
- return setTag;
87
-
88
- case weakMapCtorString:
89
- return weakMapTag;
90
- }
91
- }
92
-
93
- return result;
94
- };
95
- }
96
- //# sourceMappingURL=_getTag.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_getTag.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_getTag.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _DataView from './_DataView.js';\nimport _Map from './_Map.js';\nimport _Promise from './_Promise.js';\nimport _Set from './_Set.js';\nimport _WeakMap from './_WeakMap.js';\nimport _baseGetTag from './_baseGetTag.js';\nimport _toSource from './_toSource.js';\nvar DataView = _DataView,\n Map = _Map,\n Promise$1 = _Promise,\n Set = _Set,\n WeakMap = _WeakMap,\n baseGetTag = _baseGetTag,\n toSource = _toSource;\n/** `Object#toString` result references. */\n\nvar mapTag = '[object Map]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n setTag = '[object Set]',\n weakMapTag = '[object WeakMap]';\nvar dataViewTag = '[object DataView]';\n/** Used to detect maps, sets, and weakmaps. */\n\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise$1),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\n\nvar getTag = baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\n\nif (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || Promise$1 && getTag(Promise$1.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap && getTag(new WeakMap()) != weakMapTag) {\n getTag = function getTag(value) {\n var result = baseGetTag(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : '';\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString:\n return dataViewTag;\n\n case mapCtorString:\n return mapTag;\n\n case promiseCtorString:\n return promiseTag;\n\n case setCtorString:\n return setTag;\n\n case weakMapCtorString:\n return weakMapTag;\n }\n }\n\n return result;\n };\n}\n\nvar _getTag = getTag;\nexport default _getTag;\n//# sourceMappingURL=_getTag.js.map\n"],"names":["DataView","_DataView","Map","_Map","Promise$1","_Promise","Set","_Set","WeakMap","_WeakMap","baseGetTag","_baseGetTag","toSource","_toSource","mapTag","objectTag","promiseTag","setTag","weakMapTag","dataViewTag","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","getTag","ArrayBuffer","resolve","value","result","Ctor","constructor","undefined","ctorString"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAQA,IAAIA,QAAQ,GAAGC,oBAAf;AAAA,IACIC,GAAG,GAAGC,eADV;AAAA,IAEIC,SAAS,GAAGC,mBAFhB;AAAA,IAGIC,GAAG,GAAGC,eAHV;AAAA,IAIIC,OAAO,GAAGC,mBAJd;AAAA,IAKIC,UAAU,GAAGC,sBALjB;AAAA,IAMIC,QAAQ,GAAGC,oBANf;AAOA;;AAEA,IAAIC,MAAM,GAAG,cAAb;AAAA,IACIC,SAAS,GAAG,iBADhB;AAAA,IAEIC,UAAU,GAAG,kBAFjB;AAAA,IAGIC,MAAM,GAAG,cAHb;AAAA,IAIIC,UAAU,GAAG,kBAJjB;AAKA,IAAIC,WAAW,GAAG,mBAAlB;AACA;;AAEA,IAAIC,kBAAkB,GAAGR,QAAQ,CAACZ,QAAD,CAAjC;AAAA,IACIqB,aAAa,GAAGT,QAAQ,CAACV,GAAD,CAD5B;AAAA,IAEIoB,iBAAiB,GAAGV,QAAQ,CAACR,SAAD,CAFhC;AAAA,IAGImB,aAAa,GAAGX,QAAQ,CAACN,GAAD,CAH5B;AAAA,IAIIkB,iBAAiB,GAAGZ,QAAQ,CAACJ,OAAD,CAJhC;AAKA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAIiB,MAAM,GAAGf,UAAb;;AAEA,IAAIV,QAAQ,IAAIyB,MAAM,CAAC,IAAIzB,QAAJ,CAAa,IAAI0B,WAAJ,CAAgB,CAAhB,CAAb,CAAD,CAAN,IAA4CP,WAAxD,IAAuEjB,GAAG,IAAIuB,MAAM,CAAC,IAAIvB,GAAJ,EAAD,CAAN,IAAqBY,MAAnG,IAA6GV,SAAS,IAAIqB,MAAM,CAACrB,SAAS,CAACuB,OAAV,EAAD,CAAN,IAA+BX,UAAzJ,IAAuKV,GAAG,IAAImB,MAAM,CAAC,IAAInB,GAAJ,EAAD,CAAN,IAAqBW,MAAnM,IAA6MT,OAAO,IAAIiB,MAAM,CAAC,IAAIjB,OAAJ,EAAD,CAAN,IAAyBU,UAArP,EAAiQ;AAC/PO,EAAAA,MAAM,GAAG,SAASA,MAAT,CAAgBG,KAAhB,EAAuB;AAC9B,QAAIC,MAAM,GAAGnB,UAAU,CAACkB,KAAD,CAAvB;AAAA,QACIE,IAAI,GAAGD,MAAM,IAAId,SAAV,GAAsBa,KAAK,CAACG,WAA5B,GAA0CC,SADrD;AAAA,QAEIC,UAAU,GAAGH,IAAI,GAAGlB,QAAQ,CAACkB,IAAD,CAAX,GAAoB,EAFzC;;AAIA,QAAIG,UAAJ,EAAgB;AACd,cAAQA,UAAR;AACE,aAAKb,kBAAL;AACE,iBAAOD,WAAP;;AAEF,aAAKE,aAAL;AACE,iBAAOP,MAAP;;AAEF,aAAKQ,iBAAL;AACE,iBAAON,UAAP;;AAEF,aAAKO,aAAL;AACE,iBAAON,MAAP;;AAEF,aAAKO,iBAAL;AACE,iBAAON,UAAP;AAdJ;AAgBD;;AAED,WAAOW,MAAP;AACD,GAzBD;"}
@@ -1,40 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
- /** @LICENSE
16
- * @hi-ui/func-utils
17
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
18
- *
19
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
20
- *
21
- * This source code is licensed under the MIT license found in the
22
- * LICENSE file in the root directory of this source tree.
23
- */
24
-
25
- /**
26
- * Gets the value at `key` of `object`.
27
- *
28
- * @private
29
- * @param {Object} [object] The object to query.
30
- * @param {string} key The key of the property to get.
31
- * @returns {*} Returns the property value.
32
- */
33
-
34
- function getValue(object, key) {
35
- return object == null ? undefined : object[key];
36
- }
37
-
38
- var _getValue = getValue;
39
- exports["default"] = _getValue;
40
- //# sourceMappingURL=_getValue.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_getValue.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_getValue.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nvar _getValue = getValue;\nexport default _getValue;\n//# sourceMappingURL=_getValue.js.map\n"],"names":["getValue","object","key","undefined","_getValue"],"mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,SAASA,QAAT,CAAkBC,MAAlB,EAA0BC,GAA1B,EAA+B;AAC7B,SAAOD,MAAM,IAAI,IAAV,GAAiBE,SAAjB,GAA6BF,MAAM,CAACC,GAAD,CAA1C;AACD;;AAEE,IAACE,SAAS,GAAGJ,QAAb;"}
@@ -1,50 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
-
16
- var _coreJsData = require('./_coreJsData.js');
17
- /** @LICENSE
18
- * @hi-ui/func-utils
19
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
20
- *
21
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */
26
-
27
-
28
- var coreJsData = _coreJsData['default'];
29
- /** Used to detect methods masquerading as native. */
30
-
31
- var maskSrcKey = function () {
32
- var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
33
- return uid ? 'Symbol(src)_1.' + uid : '';
34
- }();
35
- /**
36
- * Checks if `func` has its source masked.
37
- *
38
- * @private
39
- * @param {Function} func The function to check.
40
- * @returns {boolean} Returns `true` if `func` is masked, else `false`.
41
- */
42
-
43
-
44
- function isMasked(func) {
45
- return !!maskSrcKey && maskSrcKey in func;
46
- }
47
-
48
- var _isMasked = isMasked;
49
- exports["default"] = _isMasked;
50
- //# sourceMappingURL=_isMasked.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_isMasked.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_isMasked.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _coreJsData from './_coreJsData.js';\nvar coreJsData = _coreJsData;\n/** Used to detect methods masquerading as native. */\n\nvar maskSrcKey = function () {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? 'Symbol(src)_1.' + uid : '';\n}();\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\n\n\nfunction isMasked(func) {\n return !!maskSrcKey && maskSrcKey in func;\n}\n\nvar _isMasked = isMasked;\nexport default _isMasked;\n//# sourceMappingURL=_isMasked.js.map\n"],"names":["coreJsData","_coreJsData","maskSrcKey","uid","exec","keys","IE_PROTO","isMasked","func","_isMasked"],"mappings":";;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,IAAIA,UAAU,GAAGC,sBAAjB;AACA;;AAEA,IAAIC,UAAU,GAAG,YAAY;AAC3B,MAAIC,GAAG,GAAG,SAASC,IAAT,CAAcJ,UAAU,IAAIA,UAAU,CAACK,IAAzB,IAAiCL,UAAU,CAACK,IAAX,CAAgBC,QAAjD,IAA6D,EAA3E,CAAV;AACA,SAAOH,GAAG,GAAG,mBAAmBA,GAAtB,GAA4B,EAAtC;AACD,CAHgB,EAAjB;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA,SAASI,QAAT,CAAkBC,IAAlB,EAAwB;AACtB,SAAO,CAAC,CAACN,UAAF,IAAgBA,UAAU,IAAIM,IAArC;AACD;;AAEE,IAACC,SAAS,GAAGF,QAAb;"}
@@ -1,28 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- var _getNative = require('./_getNative.js');
13
- /** @LICENSE
14
- * @hi-ui/func-utils
15
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
16
- *
17
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
-
23
-
24
- var getNative = _getNative['default'];
25
- /* Built-in method references that are verified to be native. */
26
-
27
- getNative(Object, 'create');
28
- //# sourceMappingURL=_nativeCreate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_nativeCreate.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_nativeCreate.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport _getNative from './_getNative.js';\nvar getNative = _getNative;\n/* Built-in method references that are verified to be native. */\n\nvar nativeCreate = getNative(Object, 'create');\nvar _nativeCreate = nativeCreate;\nexport default _nativeCreate;\n//# sourceMappingURL=_nativeCreate.js.map\n"],"names":["getNative","_getNative","Object"],"mappings":";;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,IAAIA,SAAS,GAAGC,qBAAhB;AACA;;AAEmBD,SAAS,CAACE,MAAD,EAAS,QAAT,CAAT"}
@@ -1,58 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- var _nodeUtil = require('../../_virtual/_nodeUtil.js_commonjs-module.js');
13
-
14
- var _freeGlobal = require('./_freeGlobal.js');
15
- /** @LICENSE
16
- * @hi-ui/func-utils
17
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
18
- *
19
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
20
- *
21
- * This source code is licensed under the MIT license found in the
22
- * LICENSE file in the root directory of this source tree.
23
- */
24
-
25
-
26
- (function (module, exports) {
27
- var freeGlobal = _freeGlobal['default'];
28
- /** Detect free variable `exports`. */
29
-
30
- var freeExports = exports && !exports.nodeType && exports;
31
- /** Detect free variable `module`. */
32
-
33
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
34
- /** Detect the popular CommonJS extension `module.exports`. */
35
-
36
- var moduleExports = freeModule && freeModule.exports === freeExports;
37
- /** Detect free variable `process` from Node.js. */
38
-
39
- var freeProcess = moduleExports && freeGlobal.process;
40
- /** Used to access faster Node.js helpers. */
41
-
42
- var nodeUtil = function () {
43
- try {
44
- // Use `util.types` for Node.js 10+.
45
- var types = freeModule && freeModule.require && freeModule.require('util').types;
46
-
47
- if (types) {
48
- return types;
49
- } // Legacy `process.binding('util')` for Node.js < 10.
50
-
51
-
52
- return freeProcess && freeProcess.binding && freeProcess.binding('util');
53
- } catch (e) {}
54
- }();
55
-
56
- module.exports = nodeUtil;
57
- })(_nodeUtil._, _nodeUtil._.exports);
58
- //# sourceMappingURL=_nodeUtil.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_nodeUtil.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_nodeUtil.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { _ as _nodeUtil } from '../../_virtual/_nodeUtil.js_commonjs-module';\nimport _freeGlobal from './_freeGlobal.js';\n\n(function (module, exports) {\n var freeGlobal = _freeGlobal;\n /** Detect free variable `exports`. */\n\n var freeExports = exports && !exports.nodeType && exports;\n /** Detect free variable `module`. */\n\n var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;\n /** Detect the popular CommonJS extension `module.exports`. */\n\n var moduleExports = freeModule && freeModule.exports === freeExports;\n /** Detect free variable `process` from Node.js. */\n\n var freeProcess = moduleExports && freeGlobal.process;\n /** Used to access faster Node.js helpers. */\n\n var nodeUtil = function () {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n } // Legacy `process.binding('util')` for Node.js < 10.\n\n\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n }();\n\n module.exports = nodeUtil;\n})(_nodeUtil, _nodeUtil.exports);\n//# sourceMappingURL=_nodeUtil.js.map\n"],"names":["module","exports","freeGlobal","_freeGlobal","freeExports","nodeType","freeModule","moduleExports","freeProcess","process","nodeUtil","types","require","binding","e","_nodeUtil"],"mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAIA,CAAC,UAAUA,MAAV,EAAkBC,OAAlB,EAA2B;AAC1B,MAAIC,UAAU,GAAGC,sBAAjB;;;AAGA,MAAIC,WAAW,GAAGH,OAAO,IAAI,CAACA,OAAO,CAACI,QAApB,IAAgCJ,OAAlD;;;AAGA,MAAIK,UAAU,GAAGF,WAAW,IAAI,YAAY,QAA3B,IAAuCJ,MAAvC,IAAiD,CAACA,MAAM,CAACK,QAAzD,IAAqEL,MAAtF;;;AAGA,MAAIO,aAAa,GAAGD,UAAU,IAAIA,UAAU,CAACL,OAAX,KAAuBG,WAAzD;;;AAGA,MAAII,WAAW,GAAGD,aAAa,IAAIL,UAAU,CAACO,OAA9C;;;AAGA,MAAIC,QAAQ,GAAG,YAAY;AACzB,QAAI;;AAEF,UAAIC,KAAK,GAAGL,UAAU,IAAIA,UAAU,CAACM,OAAzB,IAAoCN,UAAU,CAACM,OAAX,CAAmB,MAAnB,EAA2BD,KAA3E;;AAEA,UAAIA,KAAJ,EAAW;AACT,eAAOA,KAAP;AACD,OANC;;;AASF,aAAOH,WAAW,IAAIA,WAAW,CAACK,OAA3B,IAAsCL,WAAW,CAACK,OAAZ,CAAoB,MAApB,CAA7C;AACD,KAVD,CAUE,OAAOC,CAAP,EAAU,CAAE;AACf,GAZc,EAAf;;AAcAd,EAAAA,MAAM,CAACC,OAAP,GAAiBS,QAAjB;AACD,CA/BD,EA+BGK,WA/BH,EA+BcA,WAAAA,CAAUd,OA/BxB"}
@@ -1,49 +0,0 @@
1
- /** @LICENSE
2
- * @hi-ui/table
3
- * https://github.com/XiaoMi/hiui/tree/master/packages/ui/table#readme
4
- *
5
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
- 'use strict';
11
-
12
- Object.defineProperty(exports, '__esModule', {
13
- value: true
14
- });
15
- /** @LICENSE
16
- * @hi-ui/func-utils
17
- * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme
18
- *
19
- * Copyright (c) HIUI <mi-hiui@xiaomi.com>.
20
- *
21
- * This source code is licensed under the MIT license found in the
22
- * LICENSE file in the root directory of this source tree.
23
- */
24
-
25
- /** Used for built-in method references. */
26
-
27
- var objectProto = Object.prototype;
28
- /**
29
- * Used to resolve the
30
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
31
- * of values.
32
- */
33
-
34
- var nativeObjectToString = objectProto.toString;
35
- /**
36
- * Converts `value` to a string using `Object.prototype.toString`.
37
- *
38
- * @private
39
- * @param {*} value The value to convert.
40
- * @returns {string} Returns the converted string.
41
- */
42
-
43
- function objectToString(value) {
44
- return nativeObjectToString.call(value);
45
- }
46
-
47
- var _objectToString = objectToString;
48
- exports["default"] = _objectToString;
49
- //# sourceMappingURL=_objectToString.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_objectToString.js","sources":["../../../../../../../../../../utils/func-utils/lib/esm/node_modules/lodash/_objectToString.js"],"sourcesContent":["/** @LICENSE\n * @hi-ui/func-utils\n * https://github.com/XiaoMi/hiui/tree/master/packages/utils/func-utils#readme\n *\n * Copyright (c) HIUI <mi-hiui@xiaomi.com>.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\n\nvar nativeObjectToString = objectProto.toString;\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\n\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nvar _objectToString = objectToString;\nexport default _objectToString;\n//# sourceMappingURL=_objectToString.js.map\n"],"names":["objectProto","Object","prototype","nativeObjectToString","toString","objectToString","value","call","_objectToString"],"mappings":";;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AACA,IAAIA,WAAW,GAAGC,MAAM,CAACC,SAAzB;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAIC,oBAAoB,GAAGH,WAAW,CAACI,QAAvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASC,cAAT,CAAwBC,KAAxB,EAA+B;AAC7B,SAAOH,oBAAoB,CAACI,IAArB,CAA0BD,KAA1B,CAAP;AACD;;AAEE,IAACE,eAAe,GAAGH,cAAnB;"}