tntd 2.8.45 → 2.8.47

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 (569) hide show
  1. package/es/_util/context.js +1 -1
  2. package/es/_util/defaultRenderEmpty.js +1 -1
  3. package/es/_util/hooks/useFlexGapSupport.js +4 -4
  4. package/es/_util/hooks/useForceUpdate.js +4 -4
  5. package/es/_util/hooks/useScrollLock.js +4 -4
  6. package/es/_util/responsiveObserve.js +1 -1
  7. package/es/_util/styleChecker.js +1 -1
  8. package/es/actions/index.js +1 -1
  9. package/es/alert/alert.js +147 -0
  10. package/es/alert/alert.js.map +1 -0
  11. package/es/alert/alert.less +128 -0
  12. package/es/anchor/anchor.js +5 -5
  13. package/es/array-input/index.js +9 -9
  14. package/es/cascader/cascader.js +84 -0
  15. package/es/cascader/cascader.js.map +1 -0
  16. package/es/cascader/cascader.less +16 -0
  17. package/es/check-card/group.js +8 -8
  18. package/es/check-card/index.js +6 -6
  19. package/es/checkbox/check.png +0 -0
  20. package/es/checkbox/checkbox-group.js +1 -1
  21. package/es/checkbox/checkbox.js +100 -0
  22. package/es/checkbox/checkbox.js.map +1 -0
  23. package/es/checkbox/checkbox.less +69 -0
  24. package/es/color-picker/ColorPicker.js +6 -6
  25. package/es/color-picker/index.js +1 -1
  26. package/es/columns/index.js +1 -1
  27. package/es/config-provider/config-provider.js +1 -1
  28. package/es/date-picker/DatePicker.js +163 -0
  29. package/es/date-picker/DatePicker.js.map +1 -0
  30. package/es/date-picker/index.less +294 -0
  31. package/es/descriptions/descriptions.js +5 -5
  32. package/es/development-login/LoginModal.js +6 -6
  33. package/es/development-login/index.js +4 -4
  34. package/es/drawer/drawer.js +2 -2
  35. package/es/ellipsis/Svg/CopySVG.js +1 -1
  36. package/es/ellipsis/Svg/TickSVG.js +1 -1
  37. package/es/ellipsis/index.js +5 -5
  38. package/es/empty/empty.js +2 -2
  39. package/es/empty/empty.stories.js +2 -2
  40. package/es/exception/exception.js +1 -1
  41. package/es/form/form.js +2 -2
  42. package/es/grid-v4/col.js +2 -2
  43. package/es/grid-v4/hooks/useBreakpoint.js +1 -1
  44. package/es/grid-v4/index.js +1 -1
  45. package/es/grid-v4/row.js +6 -6
  46. package/es/handle/index.js +1 -1
  47. package/es/handle-icon/index.js +8 -8
  48. package/es/icon/IconFont.js +1 -1
  49. package/es/icon/components/Icon.js +9 -9
  50. package/es/icon/components/index.js +1 -1
  51. package/es/icon/components/utils.js +3 -3
  52. package/es/icon/index.js +7 -7
  53. package/es/icon/twoTonePrimaryColor.js +1 -1
  54. package/es/icon/utils.js +1 -1
  55. package/es/img/Contain.js +1 -1
  56. package/es/img/Cover.js +5 -5
  57. package/es/img/index.js +5 -5
  58. package/es/index.js +1 -1
  59. package/es/input/input.js +2 -2
  60. package/es/input-number/index.js +1 -1
  61. package/es/input-number/inputNumber.js +89 -0
  62. package/es/input-number/inputNumber.js.map +1 -0
  63. package/es/input-number/inputNumber.less +12 -0
  64. package/es/label/index.js +2 -2
  65. package/es/loading-button/index.js +5 -5
  66. package/es/locale/default.js +1 -1
  67. package/es/locale/en_US.js +1 -1
  68. package/es/locale/zh_CN.js +1 -1
  69. package/es/modal/index.less +52 -0
  70. package/es/modal/modal.js +6 -4
  71. package/es/modal/modal.js.map +1 -1
  72. package/es/modal/style/modal.less +16 -0
  73. package/es/notification/assets/index.js +1 -1
  74. package/es/notification/index.js +1 -1
  75. package/es/notification/notification.js +1 -1
  76. package/es/page/Box.js +1 -1
  77. package/es/page/index.js +7 -7
  78. package/es/page-container/index.js +1 -1
  79. package/es/page-loading/index.js +1 -1
  80. package/es/popconfirm/index.less +32 -0
  81. package/es/popconfirm/popconfirm.js +96 -0
  82. package/es/popconfirm/popconfirm.js.map +1 -0
  83. package/es/popover/index.less +57 -0
  84. package/es/popover/popover.js +90 -0
  85. package/es/popover/popover.js.map +1 -0
  86. package/es/preview-text/index.js +7 -7
  87. package/es/progress/progress.js +179 -0
  88. package/es/progress/progress.js.map +1 -0
  89. package/es/progress/progress.less +82 -0
  90. package/es/query-form/Field/Checkbox.js +1 -1
  91. package/es/query-form/Field/Composition/FieldPopover.js +466 -0
  92. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  93. package/es/query-form/Field/Composition/FieldPopover.less +41 -0
  94. package/es/query-form/Field/Composition/Select.js +260 -0
  95. package/es/query-form/Field/Composition/Select.js.map +1 -0
  96. package/es/query-form/Field/Composition/SelectInput.js +112 -0
  97. package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
  98. package/es/query-form/Field/Composition/ValueTag.js +241 -0
  99. package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
  100. package/es/query-form/Field/Composition/index.js +448 -0
  101. package/es/query-form/Field/Composition/index.js.map +1 -0
  102. package/es/query-form/Field/Composition/index.less +167 -0
  103. package/es/query-form/Field/Composition/utils.js +173 -0
  104. package/es/query-form/Field/Composition/utils.js.map +1 -0
  105. package/es/query-form/Field/Select.js +6 -6
  106. package/es/query-form/Field/SelectInput.js +6 -6
  107. package/es/query-form/Field/fieldsMap.js +1 -1
  108. package/es/query-form/Field/index.js +10 -10
  109. package/es/query-form/createActions.js +1 -1
  110. package/es/query-form/index.js +10 -10
  111. package/es/query-form/useForm.js +1 -1
  112. package/es/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  113. package/es/query-form-backup/Field/Composition/index.less +114 -0
  114. package/es/query-form-backup/index.less +90 -0
  115. package/es/query-form-v2/index.less +133 -0
  116. package/es/query-list-scene/List.js +13 -13
  117. package/es/query-list-scene/QueryForm.js +10 -10
  118. package/es/query-list-scene/QueryListScene.js +10 -10
  119. package/es/query-list-scene/Title.js +1 -1
  120. package/es/query-list-scene/Toolbar.js +2 -2
  121. package/es/query-list-scene/createActions.js +1 -1
  122. package/es/query-list-scene/index.js +1 -1
  123. package/es/query-list-scene/useActions.js +1 -1
  124. package/es/radio/index.js +1 -1
  125. package/es/radio/radio-group.js +1 -1
  126. package/es/radio/radio.js +110 -0
  127. package/es/radio/radio.js.map +1 -0
  128. package/es/radio/radio.less +43 -0
  129. package/es/render-empty/render-empty.js +1 -1
  130. package/es/scroll-bar/Bar.js +5 -5
  131. package/es/scroll-bar/Context.js +1 -1
  132. package/es/scroll-bar/ScrollBar.js +1 -1
  133. package/es/scroll-bar/Thumb.js +5 -5
  134. package/es/scroll-bar/index.js +1 -1
  135. package/es/scroll-bar/util.js +1 -1
  136. package/es/segmented/index.js +2 -2
  137. package/es/select/select.js +2 -2
  138. package/es/spin/spin.js +79 -0
  139. package/es/spin/spin.js.map +1 -0
  140. package/es/spin/spin.less +9 -0
  141. package/es/steps/assets/background_left.svg +12 -0
  142. package/es/steps/assets/background_right.svg +12 -0
  143. package/es/steps/assets/horizontal_line.svg +3 -0
  144. package/es/steps/assets/vertical_line.svg +3 -0
  145. package/es/steps/stepStyle/icon.less +51 -0
  146. package/es/steps/stepStyle/progress-dot.less +10 -0
  147. package/es/steps/stepStyle/variables.less +8 -0
  148. package/es/steps/stepStyle/vertical.less +41 -0
  149. package/es/steps/steps.js +2 -2
  150. package/es/svg-components/index.js +1 -1
  151. package/es/switch/index.less +45 -0
  152. package/es/switch/switch.js +1 -1
  153. package/es/table/hooks/use-column-setting.js +4 -4
  154. package/es/table/hooks/use-expand-fixed.js +6 -6
  155. package/es/table/resizableTable/index.js +6 -6
  156. package/es/table/table-hoc.js +1 -1
  157. package/es/table/table.js +9 -9
  158. package/es/table/table.stories.js +2 -2
  159. package/es/table/total-shower.js +1 -1
  160. package/es/table/utils.js +1 -1
  161. package/es/table-container/index.js +1 -1
  162. package/es/tabs/tabs.less +125 -0
  163. package/es/tabs-container/index.js +1 -1
  164. package/es/tag/tag.js +2 -2
  165. package/es/time-picker/TimePicker.js +90 -0
  166. package/es/time-picker/TimePicker.js.map +1 -0
  167. package/es/time-picker/index.less +38 -0
  168. package/es/title/index.js +1 -1
  169. package/es/tntd-action/Action.js +218 -0
  170. package/es/tntd-action/Action.js.map +1 -0
  171. package/es/tntd-action/index.less +61 -0
  172. package/es/tntd-cascader/AntdCascader/component/context.js +1 -1
  173. package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
  174. package/es/tntd-cascader/AntdCascader/component/getIcons.js +1 -1
  175. package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +2 -2
  176. package/es/tntd-cascader/AntdCascader/config/utils.js +2 -2
  177. package/es/tntd-cascader/AntdCascader/index.js +7 -7
  178. package/es/tntd-cascader/index.js +1 -1
  179. package/es/tntd-cascader/rc-cascader/Cascader.js +8 -8
  180. package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +2 -2
  181. package/es/tntd-cascader/rc-cascader/OptionList/Column.js +7 -7
  182. package/es/tntd-cascader/rc-cascader/OptionList/index.js +9 -9
  183. package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -5
  184. package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +8 -8
  185. package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -5
  186. package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +1 -1
  187. package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +6 -6
  188. package/es/tntd-cascader/rc-cascader/index.js +1 -1
  189. package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +4 -4
  190. package/es/tntd-form/ErrorList.js +7 -7
  191. package/es/tntd-form/Form.js +6 -6
  192. package/es/tntd-form/FormItem/ItemHolder.js +6 -6
  193. package/es/tntd-form/FormItem/index.js +8 -8
  194. package/es/tntd-form/FormItemInput.js +1 -1
  195. package/es/tntd-form/FormItemLabel.js +2 -2
  196. package/es/tntd-form/FormList.js +1 -1
  197. package/es/tntd-form/context.js +1 -1
  198. package/es/tntd-form/hooks/useDebounce.js +4 -4
  199. package/es/tntd-form/hooks/useForm.js +5 -5
  200. package/es/tntd-form/hooks/useFormItemStatus.js +1 -1
  201. package/es/tntd-form/hooks/useFrameState.js +5 -5
  202. package/es/tntd-form/index.js +1 -1
  203. package/es/tntd-icon/index.js +1 -1
  204. package/es/tntd-layout/AppList.js +6 -6
  205. package/es/tntd-layout/Application.js +6 -6
  206. package/es/tntd-layout/Avatar.js +2 -2
  207. package/es/tntd-layout/CompatibleLanguage.js +6 -6
  208. package/es/tntd-layout/EnterpriseLayout/Avatar.js +2 -2
  209. package/es/tntd-layout/EnterpriseLayout/Language.js +6 -6
  210. package/es/tntd-layout/EnterpriseLayout/Theme.js +6 -6
  211. package/es/tntd-layout/EnterpriseLayout/index.js +1 -1
  212. package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +6 -6
  213. package/es/tntd-layout/GlobalNavigation/index.js +9 -9
  214. package/es/tntd-layout/Header.js +2 -2
  215. package/es/tntd-layout/HeaderActions.js +2 -2
  216. package/es/tntd-layout/HeaderNavs.js +6 -6
  217. package/es/tntd-layout/HeaderTabs.js +7 -7
  218. package/es/tntd-layout/Iconfont.js +1 -1
  219. package/es/tntd-layout/Language.js +6 -6
  220. package/es/tntd-layout/Layout.js +6 -6
  221. package/es/tntd-layout/Logo.js +2 -2
  222. package/es/tntd-layout/OrgAppList.js +6 -6
  223. package/es/tntd-layout/SideMenu.js +6 -6
  224. package/es/tntd-layout/Theme.js +6 -6
  225. package/es/tntd-layout/createActions.js +1 -1
  226. package/es/tntd-layout/images/index.js +1 -1
  227. package/es/tntd-layout/index.js +1 -1
  228. package/es/tntd-layout/paaslayout/CompactSideMenu.js +6 -6
  229. package/es/tntd-layout/paaslayout/Header.js +2 -2
  230. package/es/tntd-layout/paaslayout/Logo.js +2 -2
  231. package/es/tntd-layout/paaslayout/SideMenu.js +6 -6
  232. package/es/tntd-layout/paaslayout/index.js +6 -6
  233. package/es/tntd-layout/storage.js +1 -1
  234. package/es/tntd-modal/index.js +6 -6
  235. package/es/tntd-rc-select/_util/PurePanel.js +5 -5
  236. package/es/tntd-rc-select/_util/context.js +1 -1
  237. package/es/tntd-rc-select/_util/defaultRenderEmpty.js +1 -1
  238. package/es/tntd-rc-select/_util/getIcons.js +1 -1
  239. package/es/tntd-rc-select/_util/useCompactItemContext.js +2 -2
  240. package/es/tntd-rc-select/index.js +2 -2
  241. package/es/tntd-reference/AHref/index.js +1 -1
  242. package/es/tntd-reference/ReferenceBatchCheck/index.js +1 -1
  243. package/es/tntd-reference/ReferenceBatchDrawer/index.js +5 -5
  244. package/es/tntd-reference/ReferenceCheck/index.js +1 -1
  245. package/es/tntd-reference/ReferenceDrawer/index.js +5 -5
  246. package/es/tntd-reference/ReferenceInfo/index.js +1 -1
  247. package/es/tntd-reference/index.js +1 -1
  248. package/es/tntd-second-page/index.js +1 -1
  249. package/es/tntd-select/DropDownWrap.js +8 -8
  250. package/es/tntd-select/index.js +10 -9
  251. package/es/tntd-select/index.less +7 -0
  252. package/es/tntd-virtual-tree/index.js +8 -8
  253. package/es/tntd-virtual-tree/utils.js +28 -28
  254. package/es/tntd-virtual-tree-select/index.js +10 -10
  255. package/es/tntd-virtual-tree-select/utils.js +9 -9
  256. package/es/tooltip/tooltip.js +1 -1
  257. package/es/upload/index.js +6 -6
  258. package/es/upload/svg/UploadSVG.js +1 -1
  259. package/es/utils/checkAuth.js +4 -4
  260. package/es/utils/index.js +9 -9
  261. package/es/utils/lang.js +1 -1
  262. package/es/water-mark/index.js +5 -5
  263. package/lib/_util/context.js +3 -3
  264. package/lib/_util/defaultRenderEmpty.js +3 -3
  265. package/lib/_util/hooks/useFlexGapSupport.js +14 -15
  266. package/lib/_util/hooks/useForceUpdate.js +14 -15
  267. package/lib/_util/hooks/useScrollLock.js +14 -15
  268. package/lib/_util/responsiveObserve.js +7 -13
  269. package/lib/_util/styleChecker.js +3 -3
  270. package/lib/actions/index.js +3 -3
  271. package/lib/alert/alert.d.ts +12 -0
  272. package/lib/alert/alert.d.ts.map +1 -0
  273. package/lib/alert/alert.js +147 -0
  274. package/lib/alert/alert.js.map +1 -0
  275. package/lib/alert/alert.less +128 -0
  276. package/lib/anchor/anchor.js +17 -18
  277. package/lib/array-input/index.js +30 -37
  278. package/lib/cascader/cascader.d.ts +10 -0
  279. package/lib/cascader/cascader.d.ts.map +1 -0
  280. package/lib/cascader/cascader.js +84 -0
  281. package/lib/cascader/cascader.js.map +1 -0
  282. package/lib/cascader/cascader.less +16 -0
  283. package/lib/check-card/group.js +23 -24
  284. package/lib/check-card/index.js +24 -31
  285. package/lib/checkbox/check.png +0 -0
  286. package/lib/checkbox/checkbox-group.js +3 -3
  287. package/lib/checkbox/checkbox.d.ts +16 -0
  288. package/lib/checkbox/checkbox.d.ts.map +1 -0
  289. package/lib/checkbox/checkbox.js +100 -0
  290. package/lib/checkbox/checkbox.js.map +1 -0
  291. package/lib/checkbox/checkbox.less +69 -0
  292. package/lib/color-picker/ColorPicker.js +24 -31
  293. package/lib/color-picker/index.js +3 -3
  294. package/lib/columns/index.js +3 -3
  295. package/lib/config-provider/config-provider.js +3 -3
  296. package/lib/date-picker/DatePicker.d.ts +21 -0
  297. package/lib/date-picker/DatePicker.d.ts.map +1 -0
  298. package/lib/date-picker/DatePicker.js +163 -0
  299. package/lib/date-picker/DatePicker.js.map +1 -0
  300. package/lib/date-picker/index.less +294 -0
  301. package/lib/descriptions/descriptions.js +13 -19
  302. package/lib/development-login/LoginModal.js +24 -31
  303. package/lib/development-login/index.js +14 -15
  304. package/lib/drawer/drawer.js +10 -16
  305. package/lib/ellipsis/Svg/CopySVG.js +3 -3
  306. package/lib/ellipsis/Svg/TickSVG.js +3 -3
  307. package/lib/ellipsis/index.js +17 -18
  308. package/lib/empty/empty.js +10 -16
  309. package/lib/empty/empty.stories.js +6 -9
  310. package/lib/exception/exception.js +3 -3
  311. package/lib/form/form.js +10 -16
  312. package/lib/grid-v4/col.js +10 -16
  313. package/lib/grid-v4/hooks/useBreakpoint.js +3 -3
  314. package/lib/grid-v4/index.js +3 -3
  315. package/lib/grid-v4/row.js +24 -31
  316. package/lib/handle/index.js +3 -3
  317. package/lib/handle-icon/index.js +10 -10
  318. package/lib/icon/IconFont.js +3 -3
  319. package/lib/icon/components/Icon.js +44 -70
  320. package/lib/icon/components/index.js +3 -3
  321. package/lib/icon/components/utils.js +10 -18
  322. package/lib/icon/index.js +26 -33
  323. package/lib/icon/twoTonePrimaryColor.js +3 -3
  324. package/lib/icon/utils.js +3 -3
  325. package/lib/img/Contain.js +3 -3
  326. package/lib/img/Cover.js +17 -18
  327. package/lib/img/index.js +17 -18
  328. package/lib/index.js +3 -3
  329. package/lib/input/input.js +10 -16
  330. package/lib/input-number/index.js +3 -3
  331. package/lib/input-number/inputNumber.d.ts +10 -0
  332. package/lib/input-number/inputNumber.d.ts.map +1 -0
  333. package/lib/input-number/inputNumber.js +89 -0
  334. package/lib/input-number/inputNumber.js.map +1 -0
  335. package/lib/input-number/inputNumber.less +12 -0
  336. package/lib/label/index.js +10 -16
  337. package/lib/loading-button/index.js +17 -18
  338. package/lib/locale/default.js +3 -3
  339. package/lib/locale/en_US.js +3 -3
  340. package/lib/locale/zh_CN.js +3 -3
  341. package/lib/modal/index.less +52 -0
  342. package/lib/modal/modal.d.ts +1 -0
  343. package/lib/modal/modal.d.ts.map +1 -1
  344. package/lib/modal/modal.js +8 -6
  345. package/lib/modal/modal.js.map +1 -1
  346. package/lib/modal/style/modal.less +16 -0
  347. package/lib/notification/assets/index.js +3 -3
  348. package/lib/notification/index.js +3 -3
  349. package/lib/notification/notification.js +3 -3
  350. package/lib/page/Box.js +3 -3
  351. package/lib/page/index.js +26 -33
  352. package/lib/page-container/index.js +3 -3
  353. package/lib/page-loading/index.js +3 -3
  354. package/lib/popconfirm/index.less +32 -0
  355. package/lib/popconfirm/popconfirm.d.ts +8 -0
  356. package/lib/popconfirm/popconfirm.d.ts.map +1 -0
  357. package/lib/popconfirm/popconfirm.js +96 -0
  358. package/lib/popconfirm/popconfirm.js.map +1 -0
  359. package/lib/popover/index.less +57 -0
  360. package/lib/popover/popover.d.ts +14 -0
  361. package/lib/popover/popover.d.ts.map +1 -0
  362. package/lib/popover/popover.js +90 -0
  363. package/lib/popover/popover.js.map +1 -0
  364. package/lib/preview-text/index.js +9 -9
  365. package/lib/progress/progress.d.ts +12 -0
  366. package/lib/progress/progress.d.ts.map +1 -0
  367. package/lib/progress/progress.js +179 -0
  368. package/lib/progress/progress.js.map +1 -0
  369. package/lib/progress/progress.less +82 -0
  370. package/lib/query-form/Field/Checkbox.js +3 -3
  371. package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
  372. package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
  373. package/lib/query-form/Field/Composition/FieldPopover.js +466 -0
  374. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
  375. package/lib/query-form/Field/Composition/FieldPopover.less +41 -0
  376. package/lib/query-form/Field/Composition/Select.d.ts +4 -0
  377. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
  378. package/lib/query-form/Field/Composition/Select.js +260 -0
  379. package/lib/query-form/Field/Composition/Select.js.map +1 -0
  380. package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
  381. package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
  382. package/lib/query-form/Field/Composition/SelectInput.js +112 -0
  383. package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
  384. package/lib/query-form/Field/Composition/ValueTag.d.ts +13 -0
  385. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
  386. package/lib/query-form/Field/Composition/ValueTag.js +241 -0
  387. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
  388. package/lib/query-form/Field/Composition/index.d.ts +15 -0
  389. package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
  390. package/lib/query-form/Field/Composition/index.js +448 -0
  391. package/lib/query-form/Field/Composition/index.js.map +1 -0
  392. package/lib/query-form/Field/Composition/index.less +167 -0
  393. package/lib/query-form/Field/Composition/utils.d.ts +21 -0
  394. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
  395. package/lib/query-form/Field/Composition/utils.js +173 -0
  396. package/lib/query-form/Field/Composition/utils.js.map +1 -0
  397. package/lib/query-form/Field/Select.js +24 -31
  398. package/lib/query-form/Field/SelectInput.js +24 -31
  399. package/lib/query-form/Field/fieldsMap.js +3 -3
  400. package/lib/query-form/Field/index.js +47 -73
  401. package/lib/query-form/createActions.js +3 -3
  402. package/lib/query-form/index.js +44 -70
  403. package/lib/query-form/useForm.js +3 -3
  404. package/lib/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  405. package/lib/query-form-backup/Field/Composition/index.less +114 -0
  406. package/lib/query-form-backup/index.less +90 -0
  407. package/lib/query-form-v2/index.less +133 -0
  408. package/lib/query-list-scene/List.js +41 -61
  409. package/lib/query-list-scene/QueryForm.js +44 -70
  410. package/lib/query-list-scene/QueryListScene.js +44 -70
  411. package/lib/query-list-scene/Title.js +3 -3
  412. package/lib/query-list-scene/Toolbar.js +10 -16
  413. package/lib/query-list-scene/createActions.js +3 -3
  414. package/lib/query-list-scene/index.js +3 -3
  415. package/lib/query-list-scene/useActions.js +3 -3
  416. package/lib/radio/index.js +3 -3
  417. package/lib/radio/radio-group.js +3 -3
  418. package/lib/radio/radio.d.ts +17 -0
  419. package/lib/radio/radio.d.ts.map +1 -0
  420. package/lib/radio/radio.js +110 -0
  421. package/lib/radio/radio.js.map +1 -0
  422. package/lib/radio/radio.less +43 -0
  423. package/lib/render-empty/render-empty.js +3 -3
  424. package/lib/scroll-bar/Bar.js +17 -18
  425. package/lib/scroll-bar/Context.js +3 -3
  426. package/lib/scroll-bar/ScrollBar.js +3 -3
  427. package/lib/scroll-bar/Thumb.js +17 -18
  428. package/lib/scroll-bar/index.js +3 -3
  429. package/lib/scroll-bar/util.js +7 -13
  430. package/lib/segmented/index.js +10 -16
  431. package/lib/select/select.js +10 -16
  432. package/lib/spin/spin.d.ts +9 -0
  433. package/lib/spin/spin.d.ts.map +1 -0
  434. package/lib/spin/spin.js +79 -0
  435. package/lib/spin/spin.js.map +1 -0
  436. package/lib/spin/spin.less +9 -0
  437. package/lib/steps/assets/background_left.svg +12 -0
  438. package/lib/steps/assets/background_right.svg +12 -0
  439. package/lib/steps/assets/horizontal_line.svg +3 -0
  440. package/lib/steps/assets/vertical_line.svg +3 -0
  441. package/lib/steps/stepStyle/icon.less +51 -0
  442. package/lib/steps/stepStyle/progress-dot.less +10 -0
  443. package/lib/steps/stepStyle/variables.less +8 -0
  444. package/lib/steps/stepStyle/vertical.less +41 -0
  445. package/lib/steps/steps.js +10 -16
  446. package/lib/svg-components/index.js +3 -3
  447. package/lib/switch/index.less +45 -0
  448. package/lib/switch/switch.js +3 -3
  449. package/lib/table/hooks/use-column-setting.js +14 -15
  450. package/lib/table/hooks/use-expand-fixed.js +30 -36
  451. package/lib/table/resizableTable/index.js +24 -31
  452. package/lib/table/table-hoc.js +3 -3
  453. package/lib/table/table.js +27 -34
  454. package/lib/table/table.stories.js +10 -16
  455. package/lib/table/total-shower.js +3 -3
  456. package/lib/table/utils.js +3 -3
  457. package/lib/table-container/index.js +3 -3
  458. package/lib/tabs/tabs.less +125 -0
  459. package/lib/tabs-container/index.js +3 -3
  460. package/lib/tag/tag.js +10 -16
  461. package/lib/time-picker/TimePicker.d.ts +9 -0
  462. package/lib/time-picker/TimePicker.d.ts.map +1 -0
  463. package/lib/time-picker/TimePicker.js +90 -0
  464. package/lib/time-picker/TimePicker.js.map +1 -0
  465. package/lib/time-picker/index.less +38 -0
  466. package/lib/title/index.js +3 -3
  467. package/lib/tntd-action/Action.d.ts +6 -0
  468. package/lib/tntd-action/Action.d.ts.map +1 -0
  469. package/lib/tntd-action/Action.js +218 -0
  470. package/lib/tntd-action/Action.js.map +1 -0
  471. package/lib/tntd-action/index.less +61 -0
  472. package/lib/tntd-cascader/AntdCascader/component/context.js +3 -3
  473. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +3 -3
  474. package/lib/tntd-cascader/AntdCascader/component/getIcons.js +3 -3
  475. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +10 -16
  476. package/lib/tntd-cascader/AntdCascader/config/utils.js +10 -16
  477. package/lib/tntd-cascader/AntdCascader/index.js +26 -33
  478. package/lib/tntd-cascader/index.js +3 -3
  479. package/lib/tntd-cascader/rc-cascader/Cascader.js +23 -24
  480. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +10 -16
  481. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +26 -33
  482. package/lib/tntd-cascader/rc-cascader/OptionList/index.js +30 -37
  483. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +17 -18
  484. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +23 -24
  485. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +16 -17
  486. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +3 -3
  487. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +23 -30
  488. package/lib/tntd-cascader/rc-cascader/index.js +3 -3
  489. package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +6 -6
  490. package/lib/tntd-form/ErrorList.js +26 -33
  491. package/lib/tntd-form/Form.js +24 -31
  492. package/lib/tntd-form/FormItem/ItemHolder.js +24 -31
  493. package/lib/tntd-form/FormItem/index.js +23 -24
  494. package/lib/tntd-form/FormItemInput.js +3 -3
  495. package/lib/tntd-form/FormItemLabel.js +10 -16
  496. package/lib/tntd-form/FormList.js +3 -3
  497. package/lib/tntd-form/context.js +3 -3
  498. package/lib/tntd-form/hooks/useDebounce.js +14 -15
  499. package/lib/tntd-form/hooks/useForm.js +17 -18
  500. package/lib/tntd-form/hooks/useFormItemStatus.js +3 -3
  501. package/lib/tntd-form/hooks/useFrameState.js +17 -18
  502. package/lib/tntd-form/index.js +3 -3
  503. package/lib/tntd-icon/index.js +3 -3
  504. package/lib/tntd-layout/AppList.js +20 -24
  505. package/lib/tntd-layout/Application.js +20 -24
  506. package/lib/tntd-layout/Avatar.js +6 -9
  507. package/lib/tntd-layout/CompatibleLanguage.js +20 -24
  508. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +6 -9
  509. package/lib/tntd-layout/EnterpriseLayout/Language.js +20 -24
  510. package/lib/tntd-layout/EnterpriseLayout/Theme.js +20 -24
  511. package/lib/tntd-layout/EnterpriseLayout/index.js +3 -3
  512. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +20 -24
  513. package/lib/tntd-layout/GlobalNavigation/index.js +26 -30
  514. package/lib/tntd-layout/Header.js +6 -9
  515. package/lib/tntd-layout/HeaderActions.js +6 -9
  516. package/lib/tntd-layout/HeaderNavs.js +20 -24
  517. package/lib/tntd-layout/HeaderTabs.js +27 -37
  518. package/lib/tntd-layout/Iconfont.js +3 -3
  519. package/lib/tntd-layout/Language.js +20 -24
  520. package/lib/tntd-layout/Layout.js +20 -24
  521. package/lib/tntd-layout/Logo.js +6 -9
  522. package/lib/tntd-layout/OrgAppList.js +20 -24
  523. package/lib/tntd-layout/SideMenu.js +20 -24
  524. package/lib/tntd-layout/Theme.js +20 -24
  525. package/lib/tntd-layout/createActions.js +3 -3
  526. package/lib/tntd-layout/images/index.js +3 -3
  527. package/lib/tntd-layout/index.js +3 -3
  528. package/lib/tntd-layout/paaslayout/CompactSideMenu.js +20 -24
  529. package/lib/tntd-layout/paaslayout/Header.js +6 -9
  530. package/lib/tntd-layout/paaslayout/Logo.js +6 -9
  531. package/lib/tntd-layout/paaslayout/SideMenu.js +20 -24
  532. package/lib/tntd-layout/paaslayout/index.js +20 -24
  533. package/lib/tntd-layout/storage.js +3 -3
  534. package/lib/tntd-modal/index.js +24 -31
  535. package/lib/tntd-rc-select/_util/PurePanel.js +17 -18
  536. package/lib/tntd-rc-select/_util/context.js +3 -3
  537. package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +3 -3
  538. package/lib/tntd-rc-select/_util/getIcons.js +3 -3
  539. package/lib/tntd-rc-select/_util/useCompactItemContext.js +10 -16
  540. package/lib/tntd-rc-select/index.js +10 -16
  541. package/lib/tntd-reference/AHref/index.js +3 -3
  542. package/lib/tntd-reference/ReferenceBatchCheck/index.js +3 -3
  543. package/lib/tntd-reference/ReferenceBatchDrawer/index.js +17 -18
  544. package/lib/tntd-reference/ReferenceCheck/index.js +3 -3
  545. package/lib/tntd-reference/ReferenceDrawer/index.js +17 -18
  546. package/lib/tntd-reference/ReferenceInfo/index.js +3 -3
  547. package/lib/tntd-reference/index.js +3 -3
  548. package/lib/tntd-second-page/index.js +3 -3
  549. package/lib/tntd-select/DropDownWrap.js +34 -54
  550. package/lib/tntd-select/index.js +40 -57
  551. package/lib/tntd-select/index.less +7 -0
  552. package/lib/tntd-virtual-tree/index.js +23 -24
  553. package/lib/tntd-virtual-tree/utils.js +62 -66
  554. package/lib/tntd-virtual-tree-select/index.js +22 -23
  555. package/lib/tntd-virtual-tree-select/utils.js +20 -21
  556. package/lib/tooltip/tooltip.js +3 -3
  557. package/lib/upload/index.js +41 -45
  558. package/lib/upload/svg/UploadSVG.js +3 -3
  559. package/lib/utils/checkAuth.js +6 -6
  560. package/lib/utils/index.js +20 -21
  561. package/lib/utils/lang.js +3 -3
  562. package/lib/water-mark/index.js +17 -18
  563. package/package.json +2 -2
  564. package/es/array-input/utils.js +0 -414
  565. package/es/array-input/utils.js.map +0 -1
  566. package/lib/array-input/utils.d.ts +0 -2
  567. package/lib/array-input/utils.d.ts.map +0 -1
  568. package/lib/array-input/utils.js +0 -414
  569. package/lib/array-input/utils.js.map +0 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.renderThumbStyle = exports.GAP = exports.BAR_MAP = void 0;
7
7
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
8
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
9
9
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
10
10
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
11
11
  var GAP = exports.GAP = 4; // top 2 + bottom 2 of bar instance
@@ -10,8 +10,8 @@ var React = _interopRequireWildcard(require("react"));
10
10
  require("./index.less");
11
11
  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); }
12
12
  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; }
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
15
15
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
16
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17
17
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
@@ -15,9 +15,9 @@ var _prevLocale = require("../prev-locale");
15
15
  var _utils = require("../utils");
16
16
  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); }
17
17
  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; }
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
18
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
19
19
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
20
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
20
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
21
21
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
22
22
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
23
23
  var __rest = void 0 && (void 0).__rest || function (s, e) {
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) {
4
+ "@babel/helpers - typeof";
5
+
6
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
7
+ return typeof o;
8
+ } : function (o) {
9
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
10
+ }, _typeof(o);
11
+ }
12
+ Object.defineProperty(exports, "__esModule", {
13
+ value: true
14
+ });
15
+ exports.Spin = void 0;
16
+ var _react = _interopRequireWildcard(require("react"));
17
+ var _configProvider = require("antd/es/config-provider");
18
+ var _spin = _interopRequireDefault(require("antd/es/spin"));
19
+ var _classnames = _interopRequireDefault(require("classnames"));
20
+ require("./spin.less");
21
+ function _interopRequireDefault(e) {
22
+ return e && e.__esModule ? e : {
23
+ "default": e
24
+ };
25
+ }
26
+ function _getRequireWildcardCache(e) {
27
+ if ("function" != typeof WeakMap) return null;
28
+ var r = new WeakMap(),
29
+ t = new WeakMap();
30
+ return (_getRequireWildcardCache = function _getRequireWildcardCache(e) {
31
+ return e ? t : r;
32
+ })(e);
33
+ }
34
+ function _interopRequireWildcard(e, r) {
35
+ if (!r && e && e.__esModule) return e;
36
+ if (null === e || "object" != _typeof(e) && "function" != typeof e) return {
37
+ "default": e
38
+ };
39
+ var t = _getRequireWildcardCache(r);
40
+ if (t && t.has(e)) return t.get(e);
41
+ var n = {
42
+ __proto__: null
43
+ },
44
+ a = Object.defineProperty && Object.getOwnPropertyDescriptor;
45
+ for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) {
46
+ var i = a ? Object.getOwnPropertyDescriptor(e, u) : null;
47
+ i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u];
48
+ }
49
+ return n["default"] = e, t && t.set(e, n), n;
50
+ }
51
+ /*
52
+ * @Author: 周泽飞 zefei.zhou@tongdun.net
53
+ * @Date: 2024-07-19 18:49:24
54
+ * @LastEditors: 周泽飞 zefei.zhou@tongdun.net
55
+ * @LastEditTime: 2024-07-19 18:54:42
56
+ * @FilePath: /tntd/packages/tntd/src/spin/spin.tsx
57
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
58
+ */
59
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
60
+ var t = {};
61
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
62
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
63
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
64
+ }
65
+ return t;
66
+ };
67
+ var Spin = exports.Spin = (0, _react.forwardRef)(function (props, ref) {
68
+ var className = props.className,
69
+ wrapperClassName = props.wrapperClassName,
70
+ restProps = __rest(props, ["className", "wrapperClassName"]);
71
+ return _react["default"].createElement(_configProvider.ConfigConsumer, null, function () {
72
+ return _react["default"].createElement(_spin["default"], Object.assign({
73
+ wrapperClassName: (0, _classnames["default"])('tnt-spin-nested', wrapperClassName || ''),
74
+ className: (0, _classnames["default"])('tnt-spin', className || '')
75
+ }, restProps, {
76
+ ref: ref
77
+ }));
78
+ });
79
+ });
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spin.js","sourceRoot":"","sources":["../../src/spin/spin.tsx"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;;;;;;;;;;;AAEH,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAA;AAClD,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,aAAa,CAAA;AAKpB,MAAM,CAAC,MAAM,IAAI,GAAG,UAAU,CAA0B,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACrE,MAAM,EAAE,SAAS,EAAE,gBAAgB,KAAmB,KAAK,EAAnB,SAAS,UAAK,KAAK,EAArD,iCAA6C,CAAQ,CAAA;IAC3D,OAAO,CACL,oBAAC,cAAc,QACZ,GAAG,EAAE;QACJ,OAAO,CACL,oBAAC,QAAQ,kBACP,gBAAgB,EAAE,UAAU,CAAC,iBAAiB,EAAE,gBAAgB,IAAI,EAAE,CAAC,EACvE,SAAS,EAAE,UAAU,CAAC,UAAU,EAAE,SAAS,IAAI,EAAE,CAAC,IAC9C,SAAS,IACb,GAAG,EAAE,GAAG,IACR,CACH,CAAA;IACH,CAAC,CACc,CAClB,CAAA;AACH,CAAC,CAAkB,CAAA","sourcesContent":["/*\n * @Author: 周泽飞 zefei.zhou@tongdun.net\n * @Date: 2024-07-19 18:49:24\n * @LastEditors: 周泽飞 zefei.zhou@tongdun.net\n * @LastEditTime: 2024-07-19 18:54:42\n * @FilePath: /tntd/packages/tntd/src/spin/spin.tsx\n * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n */\n\nimport React, { forwardRef } from 'react'\nimport type { SpinProps as AntdSpinProps } from 'antd/es/spin'\nimport { ConfigConsumer } from 'antd/es/config-provider'\nimport { default as AntdSpin } from 'antd/es/spin'\nimport classNames from 'classnames'\n\nimport './spin.less'\n\ninterface SpinComponent\n extends React.ForwardRefExoticComponent<AntdSpinProps & React.RefAttributes<AntdSpin>> {}\n\nexport const Spin = forwardRef<AntdSpin, AntdSpinProps>((props, ref) => {\n const { className, wrapperClassName, ...restProps } = props\n return (\n <ConfigConsumer>\n {() => {\n return (\n <AntdSpin\n wrapperClassName={classNames('tnt-spin-nested', wrapperClassName || '')}\n className={classNames('tnt-spin', className || '')}\n {...restProps}\n ref={ref}\n />\n )\n }}\n </ConfigConsumer>\n )\n}) as SpinComponent\n"]}
@@ -0,0 +1,9 @@
1
+ @spin-prefix-cls: ~'@{ant-prefix}-spin';
2
+ .tnt-spin-nested{
3
+ .@{spin-prefix-cls}-container {
4
+ &::after{
5
+ content:'';
6
+ background-color: transparent;
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,12 @@
1
+ <svg width="162" height="77" viewBox="0 0 162 77" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Ellipse 27" filter="url(#filter0_f_5274_1997)">
3
+ <ellipse class="test" cx="36.5" cy="-21.5" rx="78.5" ry="51.5" fill="#126BFB" fill-opacity="0.15"/>
4
+ </g>
5
+ <defs>
6
+ <filter id="filter0_f_5274_1997" x="-89" y="-120" width="251" height="197" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
9
+ <feGaussianBlur stdDeviation="23.5" result="effect1_foregroundBlur_5274_1997"/>
10
+ </filter>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="131" height="80" viewBox="0 0 131 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Ellipse 28" filter="url(#filter0_f_5274_1888)">
3
+ <circle cx="118" cy="100" r="71" fill="#126BFB" fill-opacity="0.08"/>
4
+ </g>
5
+ <defs>
6
+ <filter id="filter0_f_5274_1888" x="0" y="-18" width="236" height="236" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
7
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
8
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
9
+ <feGaussianBlur stdDeviation="23.5" result="effect1_foregroundBlur_5274_1888"/>
10
+ </filter>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="8" height="2" viewBox="0 0 6 2" fill="none">
2
+ <path class="t1" d="M1.5 1H206" stroke="#C9D2DD" stroke-width="2" stroke-linecap="round" stroke-dasharray="2 7"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="2" height="10" viewBox="0 0 2 6" fill="none">
2
+ <path d="M1 1L0.999999 25" stroke="#C9D2DD" stroke-width="2" stroke-linecap="round" stroke-dasharray="4 6"/>
3
+ </svg>
@@ -0,0 +1,51 @@
1
+ .@{tnt-steps-cls}:not(.@{steps-prefix-cls}-dot).@{steps-prefix-cls}{
2
+ .@{steps-prefix-cls}-item{
3
+ &-icon{
4
+ border: none;
5
+ font-weight: 500;
6
+ margin: 2px 12px 2px 0;
7
+ width: @td-steps-icon-size;
8
+ height: @td-steps-icon-size;
9
+ line-height: @td-steps-icon-size;
10
+ border-radius:@td-steps-icon-size;
11
+ >.@{steps-prefix-cls}-icon{
12
+ top:0;
13
+ i{
14
+ font-size: @td-steps-icon-size;
15
+ font-weight: normal;
16
+ }
17
+ }
18
+ }
19
+ &-finish.@{step-prefix-cls}-default-icon,
20
+ &-error.@{step-prefix-cls}-default-icon {
21
+ .@{steps-prefix-cls}-item-icon {
22
+ background-color: transparent;
23
+ }
24
+ }
25
+
26
+ &-wait.@{step-prefix-cls}-default-icon {
27
+ .@{steps-prefix-cls}-item-icon {
28
+ background-color: @fill-color-tertiary;
29
+ }
30
+ }
31
+ }
32
+
33
+
34
+
35
+ &-small {
36
+ .@{steps-prefix-cls}-item{
37
+ &-icon{
38
+ width: @td-steps-small-icon-size;
39
+ height: @td-steps-small-icon-size;
40
+ line-height: @td-steps-small-icon-size;
41
+ border-radius:@td-steps-small-icon-size;
42
+ >.@{steps-prefix-cls}-icon{
43
+ i{
44
+ font-size: @td-steps-small-icon-size;
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }
51
+
@@ -0,0 +1,10 @@
1
+ .@{tnt-steps-cls}.@{steps-prefix-cls}-dot,
2
+ .@{tnt-steps-cls}.@{steps-prefix-cls}-dot.@{steps-prefix-cls}-small {
3
+ .@{steps-prefix-cls}-item {
4
+ &-tail {
5
+ &::after {
6
+ height: 2px;
7
+ }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,8 @@
1
+ @td-steps-icon-size: 40px;
2
+ @td-steps-small-icon-size: 24px;
3
+ @td-steps-title-height: 24px;
4
+ @td-steps-desc-height: 20px;
5
+ @nav-min-height: 44px;
6
+ @nav-small-min-height: 28px;
7
+ @finish-border-color: @primary-color;
8
+
@@ -0,0 +1,41 @@
1
+ .@{tnt-steps-cls}.@{steps-prefix-cls}-vertical:not(.@{steps-prefix-cls}-dot):not(.@{steps-prefix-cls}-navigation):not(.@{steps-prefix-cls}-small).@{steps-prefix-cls}{
2
+ .@{steps-prefix-cls}-item{
3
+ &-icon >.@{steps-prefix-cls}-icon{
4
+ i{
5
+ vertical-align: middle;
6
+ }
7
+ }
8
+
9
+ &-content {
10
+ min-height: 94px;
11
+ }
12
+
13
+ > .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail{
14
+ padding: calc(@td-steps-icon-size + 15px) 0 15px;
15
+ left: 18px;
16
+ &::after{
17
+ width:0;
18
+ border-radius: 2px;
19
+ background-color: transparent;
20
+ }
21
+ }
22
+
23
+ &-finish > .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail {
24
+ &::after {
25
+ border-left: 2px solid @finish-border-color;
26
+ }
27
+ }
28
+
29
+ &-wait, &-error, &-process {
30
+ > .@{steps-prefix-cls}-item-container > .@{steps-prefix-cls}-item-tail {
31
+ &::after {
32
+ border-left: 2px solid transparent;
33
+ background-color: @border-color;
34
+ mask: url(../assets/vertical_line.svg) repeat-y 0 0;
35
+ -webkit-mask:url(../assets/vertical_line.svg) repeat-y 0 0;
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
41
+
package/es/steps/steps.js CHANGED
@@ -24,9 +24,9 @@ Object.keys(_steps).forEach(function (key) {
24
24
  });
25
25
  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); }
26
26
  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; }
27
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
28
28
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
29
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
29
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
30
30
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
31
31
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
32
32
  var __rest = void 0 && (void 0).__rest || function (s, e) {
@@ -73,4 +73,4 @@ var _illustrationNoChart = _interopRequireDefault(require("./illustration-no-cha
73
73
  var _illustrationNoResult = _interopRequireDefault(require("./illustration-no-result"));
74
74
  var _illustrationOffline = _interopRequireDefault(require("./illustration-offline"));
75
75
  var _illustrationSuccess = _interopRequireDefault(require("./illustration-success"));
76
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
76
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
@@ -0,0 +1,45 @@
1
+ @switch-prefix-cls: ~'@{ant-prefix}-switch';
2
+
3
+ .@{switch-prefix-cls} {
4
+ &-small {
5
+ min-width: 36px;
6
+ }
7
+
8
+ &-checked {
9
+ &:hover {
10
+ background-color: @blue-5;
11
+ }
12
+ }
13
+
14
+ // &-disabled {
15
+ // background-color: @blue-5;
16
+ // }
17
+
18
+ &-wrap {
19
+ display: flex;
20
+ }
21
+
22
+ &-text-wrap {
23
+ margin-left: @margin-xs;
24
+ font-weight: 400;
25
+ }
26
+
27
+ &-text {
28
+ font-size: 14px;
29
+ color: @text-color;
30
+ }
31
+
32
+ &-text-disabled {
33
+ color: @text-color-tertiary;
34
+ }
35
+
36
+ &-subtext {
37
+ font-size: 12px;
38
+ color: tint(@text-color, 50%);
39
+ line-height: 20px;
40
+ }
41
+
42
+ &-subtext-disabled {
43
+ color: @text-color-tertiary;
44
+ }
45
+ }
@@ -25,7 +25,7 @@ var _connect = require("../connect");
25
25
  require("./style");
26
26
  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); }
27
27
  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; }
28
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
28
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
29
29
  var Switch = exports.Switch = (0, _connect.connectReadonlyComponent)(_switch["default"], function (props) {
30
30
  return _react["default"].createElement(_switch["default"], Object.assign({}, props, {
31
31
  disabled: true
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.useColumnSetting = void 0;
7
7
  var _hooks = require("@stellaris/hooks");
8
8
  var _react = require("react");
9
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
9
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
10
10
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
11
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
12
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
12
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
13
13
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
14
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
14
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
15
15
  var useColumnSetting = exports.useColumnSetting = function useColumnSetting(columns, storageKey) {
16
16
  var _useLocalStorageMayEm = (0, _hooks.useLocalStorageMayEmpty)(storageKey, []),
17
17
  _useLocalStorageMayEm2 = _slicedToArray(_useLocalStorageMayEm, 2),
@@ -8,14 +8,14 @@ exports.useExpandFixed = exports.findRowKey = void 0;
8
8
  var _react = require("react");
9
9
  var _utils = require("../utils");
10
10
  function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
11
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
12
12
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
13
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
13
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
14
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
15
15
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
16
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
17
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
18
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
16
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
17
+ function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
18
+ function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
19
19
  var useExpandFixed = exports.useExpandFixed = function useExpandFixed() {
20
20
  var curTableKey = (0, _react.useRef)((0, _utils.makeRandomCode)());
21
21
  var activeKeyRef = (0, _react.useRef)(null);
@@ -13,16 +13,16 @@ var _table = require("../table");
13
13
  require("./index.less");
14
14
  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); }
15
15
  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; }
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
17
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
18
18
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
19
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
20
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
20
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
21
21
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
22
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
23
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
22
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
23
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
24
24
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
25
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
25
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
26
26
  var __rest = void 0 && (void 0).__rest || function (s, e) {
27
27
  var t = {};
28
28
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
@@ -7,7 +7,7 @@ exports.Table = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _table = require("./table");
9
9
  var _index = _interopRequireDefault(require("./resizableTable/index"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  var __rest = void 0 && (void 0).__rest || function (s, e) {
12
12
  var t = {};
13
13
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
package/es/table/table.js CHANGED
@@ -22,16 +22,16 @@ var _prevLocale = require("../prev-locale");
22
22
  require("rc-resize-observer");
23
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
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; }
25
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
26
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
26
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
27
27
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
28
28
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
29
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
29
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
30
30
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
31
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
32
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
31
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
32
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
33
33
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
34
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
34
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
35
35
  var __rest = void 0 && (void 0).__rest || function (s, e) {
36
36
  var t = {};
37
37
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
@@ -121,7 +121,7 @@ var Table = exports.Table = function Table(_a) {
121
121
  title = title(options);
122
122
  }
123
123
  if (_react["default"].isValidElement(title)) {
124
- var renderChildren = function renderChildren(children) {
124
+ var _renderChildren = function renderChildren(children) {
125
125
  var _a;
126
126
  if (_react["default"].isValidElement(children) || Array.isArray(children)) {
127
127
  return (_a = _react["default"] === null || _react["default"] === void 0 ? void 0 : _react["default"].Children) === null || _a === void 0 ? void 0 : _a.map(children, function (child) {
@@ -129,7 +129,7 @@ var Table = exports.Table = function Table(_a) {
129
129
  if (_react["default"].isValidElement(child)) {
130
130
  var childProps = child.props || {};
131
131
  return _react["default"].cloneElement(child, Object.assign(Object.assign({}, childProps), {
132
- children: ((_a = childProps.children) === null || _a === void 0 ? void 0 : _a.length) ? renderChildren(childProps.children) : childProps.children,
132
+ children: ((_a = childProps.children) === null || _a === void 0 ? void 0 : _a.length) ? _renderChildren(childProps.children) : childProps.children,
133
133
  title: (0, _lang.titleCaseUpper)(childProps === null || childProps === void 0 ? void 0 : childProps.title, upperCaseIgnore)
134
134
  }));
135
135
  } else {
@@ -140,7 +140,7 @@ var Table = exports.Table = function Table(_a) {
140
140
  return (0, _lang.titleCaseUpper)(children, upperCaseIgnore);
141
141
  };
142
142
  return _react["default"].cloneElement(title, Object.assign(Object.assign({}, title.props), {
143
- children: renderChildren(title.props.children)
143
+ children: _renderChildren(title.props.children)
144
144
  }));
145
145
  }
146
146
  if (typeof title === 'string') {
@@ -7,9 +7,9 @@ exports["default"] = exports.Loading = exports.Empty = exports.Default = exports
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _tag = _interopRequireDefault(require("../tag"));
9
9
  var _2 = require(".");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
12
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
13
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
14
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
15
15
  var Column = _2.Table.Column,
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.TotalShower = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _utils = require("../utils");
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
10
  var TotalShower = exports.TotalShower = function TotalShower(_ref) {
11
11
  var total = _ref.total,
12
12
  locale = _ref.locale;
package/es/table/utils.js CHANGED
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.makeRandomCode = makeRandomCode;
7
7
  exports.normalizeColumns = normalizeColumns;
8
8
  var _react = _interopRequireDefault(require("react"));
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
10
  function normalizeColumns(elements) {
11
11
  var columns = [];
12
12
  _react["default"].Children.forEach(elements, function (element) {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _classnames = _interopRequireDefault(require("classnames"));
8
8
  require("./index.less");
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
10
  var _default = exports["default"] = function _default(WrappedComponent) {
11
11
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
12
12
  var version = options.version,