@glodon-aiot/agent-cli-ui 3.2.2-beta.3 → 3.2.2-beta.4

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 (402) hide show
  1. package/dist/es/AgentClientUI.mjs +3 -4
  2. package/dist/es/Dialog/AgentChat/index.mjs +141 -141
  3. package/dist/es/Dialog/ConnectToNetwork/index.mjs +2 -3
  4. package/dist/es/Dialog/FileCard/index.mjs +2 -3
  5. package/dist/es/Dialog/FilePreview/index.mjs +2 -3
  6. package/dist/es/Dialog/Greeting/index.mjs +2 -3
  7. package/dist/es/Dialog/HistoryContent/index.mjs +2 -3
  8. package/dist/es/Dialog/HistoryItem/index.mjs +29 -30
  9. package/dist/es/Dialog/KnowledgeDoc/index.mjs +2 -3
  10. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +2 -3
  11. package/dist/es/Dialog/KnowledgeList/index.mjs +21 -22
  12. package/dist/es/Dialog/PromptManager/PromptList/PromptListItem.mjs +1 -1
  13. package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +2 -3
  14. package/dist/es/Dialog/PromptManager/index.mjs +2 -3
  15. package/dist/es/Dialog/PromptSetting/index.mjs +2 -3
  16. package/dist/es/Dialog/Recommend/RecommendItem.mjs +3 -4
  17. package/dist/es/Dialog/Recommend/index.mjs +2 -3
  18. package/dist/es/Dialog/ReferCollapse/index.mjs +2 -3
  19. package/dist/es/Dialog/SearchReference/index.mjs +92 -55
  20. package/dist/es/Dialog/SessionAction/index.mjs +4 -5
  21. package/dist/es/Dialog/SessionList/index.mjs +3 -4
  22. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +2 -3
  23. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +2 -3
  24. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +2 -3
  25. package/dist/es/Dialog/SessionListDrawer/index.mjs +2 -3
  26. package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +2 -3
  27. package/dist/es/Dialog/SessionRefer/index.mjs +2 -3
  28. package/dist/es/Dialog/SessionRelated/index.mjs +2 -3
  29. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +2 -3
  30. package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +2 -3
  31. package/dist/es/Dialog/UploadingPrompt/index.mjs +2 -3
  32. package/dist/es/Dialog/index.mjs +57 -58
  33. package/dist/es/FileItem/index.mjs +2 -3
  34. package/dist/es/Footer/FooterWarning.mjs +2 -3
  35. package/dist/es/Footer/index.mjs +2 -3
  36. package/dist/es/Iconfont/index.mjs +2 -2
  37. package/dist/es/InputProgress/index.mjs +2 -3
  38. package/dist/es/QuillEditor/index.mjs +4 -5
  39. package/dist/es/components/Copy/index.mjs +2 -3
  40. package/dist/es/components/JsonDisplay/index.mjs +2 -3
  41. package/dist/es/components/Markdown/ATag/index.mjs +1 -1
  42. package/dist/es/components/Markdown/Code/index.mjs +1 -1
  43. package/dist/es/components/Markdown/Image/index.mjs +20 -21
  44. package/dist/es/components/Markdown/Video/index.mjs +1 -1
  45. package/dist/es/components/Markdown/index.mjs +16 -17
  46. package/dist/es/components/WebLink/index.mjs +1 -1
  47. package/dist/es/constant.mjs +8 -2
  48. package/dist/es/index.mjs +60 -65
  49. package/dist/es/src/style.css +1 -0
  50. package/dist/es/src/style10.css +1 -0
  51. package/dist/es/src/style11.css +1 -0
  52. package/dist/es/src/style12.css +1 -0
  53. package/dist/es/src/style13.css +1 -0
  54. package/dist/es/src/style14.css +1 -0
  55. package/dist/es/src/style15.css +1 -0
  56. package/dist/es/src/style16.css +1 -0
  57. package/dist/es/src/style17.css +1 -0
  58. package/dist/es/src/style18.css +1 -0
  59. package/dist/es/src/style19.css +1 -0
  60. package/dist/es/src/style2.css +1 -0
  61. package/dist/es/src/style20.css +1 -0
  62. package/dist/es/src/style21.css +0 -0
  63. package/dist/es/src/style22.css +1 -0
  64. package/dist/es/src/style23.css +1 -0
  65. package/dist/es/src/style24.css +1 -0
  66. package/dist/es/src/style25.css +1 -0
  67. package/dist/es/src/style26.css +1 -0
  68. package/dist/es/src/style27.css +1 -0
  69. package/dist/es/src/style28.css +1 -0
  70. package/dist/es/src/style29.css +1 -0
  71. package/dist/es/src/style3.css +1 -0
  72. package/dist/es/src/style30.css +1 -0
  73. package/dist/es/src/style31.css +1 -0
  74. package/dist/es/src/style32.css +1 -0
  75. package/dist/es/src/style33.css +1 -0
  76. package/dist/es/src/style4.css +1 -0
  77. package/dist/es/src/style5.css +1 -0
  78. package/dist/es/src/style6.css +1 -0
  79. package/dist/es/src/style7.css +1 -0
  80. package/dist/es/src/style8.css +1 -0
  81. package/dist/es/src/style9.css +1 -0
  82. package/dist/lib/index.css +1 -0
  83. package/dist/lib/index.js +5 -311
  84. package/dist/src/Dialog/SearchReference/index.d.ts +7 -4
  85. package/dist/src/Iconfont/index.d.ts +0 -1
  86. package/dist/src/components/Markdown/ATag/index.d.ts +0 -1
  87. package/dist/src/components/Markdown/Code/index.d.ts +0 -1
  88. package/dist/src/components/Markdown/Image/index.d.ts +0 -1
  89. package/dist/src/components/Markdown/Video/index.d.ts +0 -1
  90. package/dist/src/types.d.ts +11 -2
  91. package/package.json +19 -6
  92. package/dist/es/Dialog/AgentChat/style.less.mjs +0 -4
  93. package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +0 -4
  94. package/dist/es/Dialog/FileCard/style.less.mjs +0 -4
  95. package/dist/es/Dialog/FilePreview/style.less.mjs +0 -4
  96. package/dist/es/Dialog/Greeting/style.less.mjs +0 -4
  97. package/dist/es/Dialog/HistoryContent/style.less.mjs +0 -4
  98. package/dist/es/Dialog/HistoryItem/style.less.mjs +0 -4
  99. package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +0 -4
  100. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +0 -4
  101. package/dist/es/Dialog/KnowledgeList/style.less.mjs +0 -4
  102. package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +0 -4
  103. package/dist/es/Dialog/PromptManager/style.less.mjs +0 -4
  104. package/dist/es/Dialog/PromptSetting/style.less.mjs +0 -4
  105. package/dist/es/Dialog/Recommend/style.less.mjs +0 -4
  106. package/dist/es/Dialog/ReferCollapse/style.less.mjs +0 -4
  107. package/dist/es/Dialog/SearchReference/style.less.mjs +0 -4
  108. package/dist/es/Dialog/SessionAction/style.less.mjs +0 -4
  109. package/dist/es/Dialog/SessionList/style.less.mjs +0 -4
  110. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +0 -4
  111. package/dist/es/Dialog/SessionListDrawer/style.less.mjs +0 -4
  112. package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +0 -4
  113. package/dist/es/Dialog/SessionRefer/style.less.mjs +0 -4
  114. package/dist/es/Dialog/SessionRelated/style.less.mjs +0 -4
  115. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +0 -4
  116. package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +0 -4
  117. package/dist/es/Dialog/UploadingPrompt/style.less.mjs +0 -4
  118. package/dist/es/Dialog/style.less.mjs +0 -4
  119. package/dist/es/FileItem/style.less.mjs +0 -4
  120. package/dist/es/Footer/style.less.mjs +0 -4
  121. package/dist/es/InputProgress/style.less.mjs +0 -4
  122. package/dist/es/QuillEditor/style.less.mjs +0 -4
  123. package/dist/es/_virtual/_cloneBuffer.mjs +0 -4
  124. package/dist/es/_virtual/_commonjsHelpers.mjs +0 -8
  125. package/dist/es/_virtual/_nodeUtil.mjs +0 -4
  126. package/dist/es/_virtual/index.mjs +0 -4
  127. package/dist/es/_virtual/isBuffer.mjs +0 -4
  128. package/dist/es/_virtual/jsx-runtime.mjs +0 -7
  129. package/dist/es/_virtual/jsx-runtime2.mjs +0 -4
  130. package/dist/es/_virtual/lib.mjs +0 -4
  131. package/dist/es/_virtual/react-jsx-runtime.production.min.mjs +0 -4
  132. package/dist/es/_virtual/ua-parser.min.mjs +0 -4
  133. package/dist/es/components/Copy/style.less.mjs +0 -4
  134. package/dist/es/components/JsonDisplay/style.less.mjs +0 -4
  135. package/dist/es/components/Markdown/style.less.mjs +0 -4
  136. package/dist/es/favicon.ico +0 -0
  137. package/dist/es/favicon2.ico +0 -0
  138. package/dist/es/font/font_4108228_4w5nlhafpte.js +0 -1
  139. package/dist/es/font/font_4439177_0sppkcnqiqgs.js +0 -1
  140. package/dist/es/font/gos-font.js +0 -64
  141. package/dist/es/images/empty.svg +0 -40
  142. package/dist/es/images/loading.gif +0 -0
  143. package/dist/es/images/logo.png +0 -0
  144. package/dist/es/images/map-example.png +0 -0
  145. package/dist/es/images/sketch.png +0 -0
  146. package/dist/es/index.html +0 -43
  147. package/dist/es/logo192.png +0 -0
  148. package/dist/es/logo512.png +0 -0
  149. package/dist/es/manifest.json +0 -25
  150. package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +0 -13
  151. package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +0 -201
  152. package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +0 -1087
  153. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +0 -104
  154. package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +0 -568
  155. package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +0 -158
  156. package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +0 -847
  157. package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +0 -35
  158. package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +0 -226
  159. package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +0 -33
  160. package/dist/es/node_modules/ahooks/es/useKeyPress/index.mjs +0 -221
  161. package/dist/es/node_modules/ahooks/es/useLatest/index.mjs +0 -8
  162. package/dist/es/node_modules/ahooks/es/useMemoizedFn/index.mjs +0 -19
  163. package/dist/es/node_modules/ahooks/es/useRafState/index.mjs +0 -16
  164. package/dist/es/node_modules/ahooks/es/useSize/index.mjs +0 -34
  165. package/dist/es/node_modules/ahooks/es/useUnmount/index.mjs +0 -17
  166. package/dist/es/node_modules/ahooks/es/useUnmountedRef/index.mjs +0 -13
  167. package/dist/es/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +0 -27
  168. package/dist/es/node_modules/ahooks/es/utils/depsAreSame.mjs +0 -11
  169. package/dist/es/node_modules/ahooks/es/utils/depsEqual.mjs +0 -7
  170. package/dist/es/node_modules/ahooks/es/utils/domTarget.mjs +0 -13
  171. package/dist/es/node_modules/ahooks/es/utils/index.mjs +0 -12
  172. package/dist/es/node_modules/ahooks/es/utils/isAppleDevice.mjs +0 -5
  173. package/dist/es/node_modules/ahooks/es/utils/isBrowser.mjs +0 -5
  174. package/dist/es/node_modules/ahooks/es/utils/isDev.mjs +0 -5
  175. package/dist/es/node_modules/ahooks/es/utils/useDeepCompareWithTarget.mjs +0 -11
  176. package/dist/es/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +0 -7
  177. package/dist/es/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +0 -8
  178. package/dist/es/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +0 -7
  179. package/dist/es/node_modules/antd/es/calendar/locale/zh_CN.mjs +0 -4
  180. package/dist/es/node_modules/antd/es/date-picker/locale/zh_CN.mjs +0 -23
  181. package/dist/es/node_modules/antd/es/locale/zh_CN.mjs +0 -132
  182. package/dist/es/node_modules/antd/es/time-picker/locale/zh_CN.mjs +0 -8
  183. package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +0 -20
  184. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +0 -4
  185. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +0 -76
  186. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +0 -14
  187. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +0 -34
  188. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +0 -172
  189. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +0 -81
  190. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +0 -5
  191. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +0 -4
  192. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +0 -84
  193. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +0 -5
  194. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +0 -4
  195. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +0 -9
  196. package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +0 -4
  197. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +0 -4
  198. package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +0 -141
  199. package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +0 -9
  200. package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +0 -7
  201. package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +0 -4
  202. package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +0 -9
  203. package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +0 -6
  204. package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +0 -22
  205. package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +0 -11
  206. package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +0 -12
  207. package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +0 -46
  208. package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +0 -12
  209. package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +0 -13
  210. package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +0 -52
  211. package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +0 -11
  212. package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +0 -10
  213. package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +0 -15
  214. package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +0 -6
  215. package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +0 -8
  216. package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +0 -54
  217. package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +0 -32
  218. package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +0 -11
  219. package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +0 -19
  220. package/dist/es/node_modules/classnames/index.mjs +0 -42
  221. package/dist/es/node_modules/comma-separated-tokens/index.mjs +0 -13
  222. package/dist/es/node_modules/copy-to-clipboard/index.mjs +0 -46
  223. package/dist/es/node_modules/devlop/lib/default.mjs +0 -5
  224. package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +0 -93
  225. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/create-h.mjs +0 -126
  226. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/index.mjs +0 -8
  227. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +0 -4
  228. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/index.mjs +0 -12
  229. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/aria.mjs +0 -61
  230. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/find.mjs +0 -33
  231. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/html.mjs +0 -368
  232. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/normalize.mjs +0 -6
  233. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/svg.mjs +0 -566
  234. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-insensitive-transform.mjs +0 -7
  235. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-sensitive-transform.mjs +0 -6
  236. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/create.mjs +0 -14
  237. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/defined-info.mjs +0 -36
  238. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/info.mjs +0 -28
  239. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/merge.mjs +0 -10
  240. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/schema.mjs +0 -21
  241. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/types.mjs +0 -15
  242. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xlink.mjs +0 -19
  243. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xml.mjs +0 -15
  244. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xmlns.mjs +0 -16
  245. package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +0 -16
  246. package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +0 -61
  247. package/dist/es/node_modules/hast-util-parse-selector/lib/index.mjs +0 -20
  248. package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +0 -223
  249. package/dist/es/node_modules/katex/dist/katex.min.css.mjs +0 -4
  250. package/dist/es/node_modules/katex/dist/katex.mjs +0 -11700
  251. package/dist/es/node_modules/lodash/_Hash.mjs +0 -22
  252. package/dist/es/node_modules/lodash/_ListCache.mjs +0 -22
  253. package/dist/es/node_modules/lodash/_Map.mjs +0 -6
  254. package/dist/es/node_modules/lodash/_MapCache.mjs +0 -22
  255. package/dist/es/node_modules/lodash/_Stack.mjs +0 -20
  256. package/dist/es/node_modules/lodash/_Symbol.mjs +0 -5
  257. package/dist/es/node_modules/lodash/_Uint8Array.mjs +0 -5
  258. package/dist/es/node_modules/lodash/_apply.mjs +0 -17
  259. package/dist/es/node_modules/lodash/_arrayLikeKeys.mjs +0 -21
  260. package/dist/es/node_modules/lodash/_assignMergeValue.mjs +0 -10
  261. package/dist/es/node_modules/lodash/_assignValue.mjs +0 -11
  262. package/dist/es/node_modules/lodash/_assocIndexOf.mjs +0 -12
  263. package/dist/es/node_modules/lodash/_baseAssignValue.mjs +0 -14
  264. package/dist/es/node_modules/lodash/_baseCreate.mjs +0 -17
  265. package/dist/es/node_modules/lodash/_baseFor.mjs +0 -5
  266. package/dist/es/node_modules/lodash/_baseGetTag.mjs +0 -11
  267. package/dist/es/node_modules/lodash/_baseIsArguments.mjs +0 -10
  268. package/dist/es/node_modules/lodash/_baseIsNative.mjs +0 -15
  269. package/dist/es/node_modules/lodash/_baseIsTypedArray.mjs +0 -13
  270. package/dist/es/node_modules/lodash/_baseKeysIn.mjs +0 -16
  271. package/dist/es/node_modules/lodash/_baseMerge.mjs +0 -22
  272. package/dist/es/node_modules/lodash/_baseMergeDeep.mjs +0 -33
  273. package/dist/es/node_modules/lodash/_baseRest.mjs +0 -11
  274. package/dist/es/node_modules/lodash/_baseSetToString.mjs +0 -14
  275. package/dist/es/node_modules/lodash/_baseTimes.mjs +0 -9
  276. package/dist/es/node_modules/lodash/_baseTrim.mjs +0 -9
  277. package/dist/es/node_modules/lodash/_baseUnary.mjs +0 -9
  278. package/dist/es/node_modules/lodash/_cloneArrayBuffer.mjs +0 -10
  279. package/dist/es/node_modules/lodash/_cloneBuffer.mjs +0 -17
  280. package/dist/es/node_modules/lodash/_cloneTypedArray.mjs +0 -10
  281. package/dist/es/node_modules/lodash/_copyArray.mjs +0 -10
  282. package/dist/es/node_modules/lodash/_copyObject.mjs +0 -16
  283. package/dist/es/node_modules/lodash/_coreJsData.mjs +0 -5
  284. package/dist/es/node_modules/lodash/_createAssigner.mjs +0 -17
  285. package/dist/es/node_modules/lodash/_createBaseFor.mjs +0 -14
  286. package/dist/es/node_modules/lodash/_defineProperty.mjs +0 -11
  287. package/dist/es/node_modules/lodash/_freeGlobal.mjs +0 -5
  288. package/dist/es/node_modules/lodash/_getMapData.mjs +0 -10
  289. package/dist/es/node_modules/lodash/_getNative.mjs +0 -11
  290. package/dist/es/node_modules/lodash/_getPrototype.mjs +0 -5
  291. package/dist/es/node_modules/lodash/_getRawTag.mjs +0 -16
  292. package/dist/es/node_modules/lodash/_getValue.mjs +0 -7
  293. package/dist/es/node_modules/lodash/_hashClear.mjs +0 -9
  294. package/dist/es/node_modules/lodash/_hashDelete.mjs +0 -8
  295. package/dist/es/node_modules/lodash/_hashGet.mjs +0 -14
  296. package/dist/es/node_modules/lodash/_hashHas.mjs +0 -10
  297. package/dist/es/node_modules/lodash/_hashSet.mjs +0 -10
  298. package/dist/es/node_modules/lodash/_initCloneObject.mjs +0 -11
  299. package/dist/es/node_modules/lodash/_isIndex.mjs +0 -9
  300. package/dist/es/node_modules/lodash/_isIterateeCall.mjs +0 -15
  301. package/dist/es/node_modules/lodash/_isKeyable.mjs +0 -8
  302. package/dist/es/node_modules/lodash/_isMasked.mjs +0 -12
  303. package/dist/es/node_modules/lodash/_isPrototype.mjs +0 -9
  304. package/dist/es/node_modules/lodash/_listCacheClear.mjs +0 -7
  305. package/dist/es/node_modules/lodash/_listCacheDelete.mjs +0 -13
  306. package/dist/es/node_modules/lodash/_listCacheGet.mjs +0 -10
  307. package/dist/es/node_modules/lodash/_listCacheHas.mjs +0 -9
  308. package/dist/es/node_modules/lodash/_listCacheSet.mjs +0 -10
  309. package/dist/es/node_modules/lodash/_mapCacheClear.mjs +0 -15
  310. package/dist/es/node_modules/lodash/_mapCacheDelete.mjs +0 -10
  311. package/dist/es/node_modules/lodash/_mapCacheGet.mjs +0 -9
  312. package/dist/es/node_modules/lodash/_mapCacheHas.mjs +0 -9
  313. package/dist/es/node_modules/lodash/_mapCacheSet.mjs +0 -10
  314. package/dist/es/node_modules/lodash/_nativeCreate.mjs +0 -5
  315. package/dist/es/node_modules/lodash/_nativeKeysIn.mjs +0 -11
  316. package/dist/es/node_modules/lodash/_nodeUtil.mjs +0 -17
  317. package/dist/es/node_modules/lodash/_objectToString.mjs +0 -8
  318. package/dist/es/node_modules/lodash/_overArg.mjs +0 -9
  319. package/dist/es/node_modules/lodash/_overRest.mjs +0 -16
  320. package/dist/es/node_modules/lodash/_root.mjs +0 -5
  321. package/dist/es/node_modules/lodash/_safeGet.mjs +0 -8
  322. package/dist/es/node_modules/lodash/_setToString.mjs +0 -6
  323. package/dist/es/node_modules/lodash/_shortOut.mjs +0 -17
  324. package/dist/es/node_modules/lodash/_stackClear.mjs +0 -9
  325. package/dist/es/node_modules/lodash/_stackDelete.mjs +0 -8
  326. package/dist/es/node_modules/lodash/_stackGet.mjs +0 -7
  327. package/dist/es/node_modules/lodash/_stackHas.mjs +0 -7
  328. package/dist/es/node_modules/lodash/_stackSet.mjs +0 -18
  329. package/dist/es/node_modules/lodash/_toSource.mjs +0 -18
  330. package/dist/es/node_modules/lodash/_trimmedEndIndex.mjs +0 -10
  331. package/dist/es/node_modules/lodash/constant.mjs +0 -9
  332. package/dist/es/node_modules/lodash/debounce.mjs +0 -57
  333. package/dist/es/node_modules/lodash/eq.mjs +0 -7
  334. package/dist/es/node_modules/lodash/identity.mjs +0 -7
  335. package/dist/es/node_modules/lodash/isArguments.mjs +0 -10
  336. package/dist/es/node_modules/lodash/isArray.mjs +0 -4
  337. package/dist/es/node_modules/lodash/isArrayLike.mjs +0 -10
  338. package/dist/es/node_modules/lodash/isArrayLikeObject.mjs +0 -10
  339. package/dist/es/node_modules/lodash/isBuffer.mjs +0 -12
  340. package/dist/es/node_modules/lodash/isFunction.mjs +0 -13
  341. package/dist/es/node_modules/lodash/isLength.mjs +0 -8
  342. package/dist/es/node_modules/lodash/isObject.mjs +0 -8
  343. package/dist/es/node_modules/lodash/isObjectLike.mjs +0 -7
  344. package/dist/es/node_modules/lodash/isPlainObject.mjs +0 -17
  345. package/dist/es/node_modules/lodash/isSymbol.mjs +0 -10
  346. package/dist/es/node_modules/lodash/isTypedArray.mjs +0 -7
  347. package/dist/es/node_modules/lodash/keysIn.mjs +0 -11
  348. package/dist/es/node_modules/lodash/merge.mjs +0 -10
  349. package/dist/es/node_modules/lodash/now.mjs +0 -7
  350. package/dist/es/node_modules/lodash/stubFalse.mjs +0 -7
  351. package/dist/es/node_modules/lodash/toNumber.mjs +0 -23
  352. package/dist/es/node_modules/lodash/toPlainObject.mjs +0 -10
  353. package/dist/es/node_modules/longest-streak/index.mjs +0 -12
  354. package/dist/es/node_modules/mdast-util-math/lib/index.mjs +0 -170
  355. package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +0 -76
  356. package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +0 -48
  357. package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +0 -15
  358. package/dist/es/node_modules/micromark-factory-space/index.mjs +0 -15
  359. package/dist/es/node_modules/micromark-util-character/index.mjs +0 -10
  360. package/dist/es/node_modules/object-assign/index.mjs +0 -34
  361. package/dist/es/node_modules/rc-pagination/es/locale/zh_CN.mjs +0 -18
  362. package/dist/es/node_modules/rc-picker/es/locale/zh_CN.mjs +0 -31
  363. package/dist/es/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +0 -45
  364. package/dist/es/node_modules/react/jsx-runtime.mjs +0 -8
  365. package/dist/es/node_modules/react-device-detect/dist/lib.mjs +0 -723
  366. package/dist/es/node_modules/react-fast-compare/index.mjs +0 -78
  367. package/dist/es/node_modules/react-infinite-scroll-component/dist/index.es.mjs +0 -188
  368. package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +0 -4
  369. package/dist/es/node_modules/rehype-katex/lib/index.mjs +0 -83
  370. package/dist/es/node_modules/remark-math/lib/index.mjs +0 -13
  371. package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +0 -294
  372. package/dist/es/node_modules/space-separated-tokens/index.mjs +0 -7
  373. package/dist/es/node_modules/toggle-selection/index.mjs +0 -25
  374. package/dist/es/node_modules/tslib/tslib.es6.mjs +0 -64
  375. package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +0 -120
  376. package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +0 -32
  377. package/dist/es/node_modules/unist-util-is/lib/index.mjs +0 -81
  378. package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +0 -6
  379. package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +0 -56
  380. package/dist/es/node_modules/web-namespaces/index.mjs +0 -11
  381. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/native.mjs +0 -4
  382. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/rng.mjs +0 -13
  383. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/stringify.mjs +0 -9
  384. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/v4.mjs +0 -23
  385. package/dist/es/robots.txt +0 -3
  386. package/dist/es/style.less.mjs +0 -4
  387. package/dist/lib/favicon.ico +0 -0
  388. package/dist/lib/favicon2.ico +0 -0
  389. package/dist/lib/font/font_4108228_4w5nlhafpte.js +0 -1
  390. package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +0 -1
  391. package/dist/lib/font/gos-font.js +0 -64
  392. package/dist/lib/images/empty.svg +0 -40
  393. package/dist/lib/images/loading.gif +0 -0
  394. package/dist/lib/images/logo.png +0 -0
  395. package/dist/lib/images/map-example.png +0 -0
  396. package/dist/lib/images/sketch.png +0 -0
  397. package/dist/lib/index.html +0 -43
  398. package/dist/lib/logo192.png +0 -0
  399. package/dist/lib/logo512.png +0 -0
  400. package/dist/lib/manifest.json +0 -25
  401. package/dist/lib/robots.txt +0 -3
  402. /package/dist/es/{Dialog/HistoryItem → assets}/think.svg.mjs +0 -0
@@ -1,84 +0,0 @@
1
- import { withNativeProps as v } from "../../utils/native-props.mjs";
2
- import r, { useRef as b, useMemo as k, useState as g } from "react";
3
- import y from "../../../../ahooks/es/useUnmountedRef/index.mjs";
4
- import { useLockScroll as C } from "../../utils/use-lock-scroll.mjs";
5
- import { a as R } from "../../../../@react-spring/web/dist/react-spring-web.esm.mjs";
6
- import { renderToContainer as h } from "../../utils/render-to-container.mjs";
7
- import { mergeProps as S } from "../../utils/with-default-props.mjs";
8
- import { ShouldRender as P } from "../../utils/should-render.mjs";
9
- import { withStopPropagation as M } from "../../utils/with-stop-propagation.mjs";
10
- import { useConfig as _ } from "../config-provider/config-provider.mjs";
11
- import { useSpring as O } from "../../../../@react-spring/core/dist/react-spring-core.esm.mjs";
12
- const i = "adm-mask", w = {
13
- default: 0.55,
14
- thin: 0.35,
15
- thick: 0.75
16
- }, E = {
17
- black: "0, 0, 0",
18
- white: "255, 255, 255"
19
- }, N = {
20
- visible: !0,
21
- destroyOnClose: !1,
22
- forceRender: !1,
23
- color: "black",
24
- opacity: "default",
25
- disableBodyScroll: !0,
26
- getContainer: null,
27
- stopPropagation: ["click"]
28
- }, F = (s) => {
29
- const o = S(N, s), {
30
- locale: d
31
- } = _(), a = b(null);
32
- C(a, o.visible && o.disableBodyScroll);
33
- const m = k(() => {
34
- var e;
35
- const t = (e = w[o.opacity]) !== null && e !== void 0 ? e : o.opacity, c = E[o.color];
36
- return c ? `rgba(${c}, ${t})` : o.color;
37
- }, [o.color, o.opacity]), [n, l] = g(o.visible), f = y(), {
38
- opacity: p
39
- } = O({
40
- opacity: o.visible ? 1 : 0,
41
- config: {
42
- precision: 0.01,
43
- mass: 1,
44
- tension: 250,
45
- friction: 30,
46
- clamp: !0
47
- },
48
- onStart: () => {
49
- l(!0);
50
- },
51
- onRest: () => {
52
- var e, t;
53
- f.current || (l(o.visible), o.visible ? (e = o.afterShow) === null || e === void 0 || e.call(o) : (t = o.afterClose) === null || t === void 0 || t.call(o));
54
- }
55
- }), u = M(o.stopPropagation, v(o, r.createElement(R.div, {
56
- className: i,
57
- ref: a,
58
- "aria-hidden": !0,
59
- style: Object.assign(Object.assign({}, o.style), {
60
- background: m,
61
- opacity: p,
62
- display: n ? void 0 : "none"
63
- }),
64
- onClick: (e) => {
65
- var t;
66
- e.target === e.currentTarget && ((t = o.onMaskClick) === null || t === void 0 || t.call(o, e));
67
- }
68
- }, o.onMaskClick && r.createElement("div", {
69
- className: `${i}-aria-button`,
70
- role: "button",
71
- "aria-label": d.Mask.name,
72
- onClick: o.onMaskClick
73
- }), r.createElement("div", {
74
- className: `${i}-content`
75
- }, o.children))));
76
- return r.createElement(P, {
77
- active: n,
78
- forceRender: o.forceRender,
79
- destroyOnClose: o.destroyOnClose
80
- }, h(o.getContainer, u));
81
- };
82
- export {
83
- F as Mask
84
- };
@@ -1,5 +0,0 @@
1
- import "./safe-area.css.mjs";
2
- import { SafeArea as e } from "./safe-area.mjs";
3
- export {
4
- e as default
5
- };
@@ -1,4 +0,0 @@
1
- const a = "";
2
- export {
3
- a as default
4
- };
@@ -1,9 +0,0 @@
1
- import t from "react";
2
- import { withNativeProps as o } from "../../utils/native-props.mjs";
3
- import r from "../../../../classnames/index.mjs";
4
- const a = "adm-safe-area", c = (e) => o(e, t.createElement("div", {
5
- className: r(a, `${a}-position-${e.position}`)
6
- }));
7
- export {
8
- c as SafeArea
9
- };
@@ -1,4 +0,0 @@
1
- const a = "";
2
- export {
3
- a as default
4
- };
@@ -1,4 +0,0 @@
1
- import "./global.css.mjs";
2
- import { canUseDom as t } from "../utils/can-use-dom.mjs";
3
- t && document.addEventListener("touchstart", () => {
4
- }, !0);
@@ -1,141 +0,0 @@
1
- const e = "${label}不是一个有效的${type}", a = {
2
- locale: "zh-CH",
3
- common: {
4
- confirm: "确定",
5
- cancel: "取消",
6
- loading: "加载中",
7
- close: "关闭"
8
- },
9
- Calendar: {
10
- title: "日期选择",
11
- confirm: "确认",
12
- start: "开始",
13
- end: "结束",
14
- today: "今日",
15
- markItems: ["一", "二", "三", "四", "五", "六", "日"],
16
- yearAndMonth: "${year}年${month}月"
17
- },
18
- Cascader: {
19
- placeholder: "请选择"
20
- },
21
- Dialog: {
22
- ok: "我知道了"
23
- },
24
- DatePicker: {
25
- tillNow: "至今"
26
- },
27
- ErrorBlock: {
28
- default: {
29
- title: "页面遇到一些小问题",
30
- description: "待会来试试"
31
- },
32
- busy: {
33
- title: "前方拥堵",
34
- description: "刷新试试"
35
- },
36
- disconnected: {
37
- title: "网络有点忙",
38
- description: "动动手指帮忙修复"
39
- },
40
- empty: {
41
- title: "没有找到你需要的东西",
42
- description: "找找其他的吧"
43
- }
44
- },
45
- Form: {
46
- required: "必填",
47
- optional: "选填",
48
- defaultValidateMessages: {
49
- default: "字段验证错误${label}",
50
- required: "请输入${label}",
51
- enum: "${label}必须是其中一个[${enum}]",
52
- whitespace: "${label}不能为空字符",
53
- date: {
54
- format: "${label}日期格式无效",
55
- parse: "${label}不能转换为日期",
56
- invalid: "${label}是一个无效日期"
57
- },
58
- types: {
59
- string: e,
60
- method: e,
61
- array: e,
62
- object: e,
63
- number: e,
64
- date: e,
65
- boolean: e,
66
- integer: e,
67
- float: e,
68
- regexp: e,
69
- email: e,
70
- url: e,
71
- hex: e
72
- },
73
- string: {
74
- len: "${label}须为${len}个字符",
75
- min: "${label}最少${min}个字符",
76
- max: "${label}最多${max}个字符",
77
- range: "${label}须在${min}-${max}字符之间"
78
- },
79
- number: {
80
- len: "${label}必须等于${len}",
81
- min: "${label}最小值为${min}",
82
- max: "${label}最大值为${max}",
83
- range: "${label}须在${min}-${max}之间"
84
- },
85
- array: {
86
- len: "须为${len}个${label}",
87
- min: "最少${min}个${label}",
88
- max: "最多${max}个${label}",
89
- range: "${label}数量须在${min}-${max}之间"
90
- },
91
- pattern: {
92
- mismatch: "${label}与模式不匹配${pattern}"
93
- }
94
- }
95
- },
96
- ImageUploader: {
97
- uploading: "上传中...",
98
- upload: "上传"
99
- },
100
- InfiniteScroll: {
101
- noMore: "没有更多了",
102
- failedToLoad: "加载失败",
103
- retry: "重新加载"
104
- },
105
- Input: {
106
- clear: "清除"
107
- },
108
- Mask: {
109
- name: "背景蒙层"
110
- },
111
- Modal: {
112
- ok: "我知道了"
113
- },
114
- PasscodeInput: {
115
- name: "密码输入框"
116
- },
117
- PullToRefresh: {
118
- pulling: "下拉刷新",
119
- canRelease: "释放立即刷新",
120
- complete: "刷新成功"
121
- },
122
- SearchBar: {
123
- name: "搜索框"
124
- },
125
- Slider: {
126
- name: "滑动输入条"
127
- },
128
- Stepper: {
129
- decrease: "减少",
130
- increase: "增加"
131
- },
132
- Switch: {
133
- name: "开关"
134
- },
135
- Selector: {
136
- name: "选择组"
137
- }
138
- }, l = a;
139
- export {
140
- l as default
141
- };
@@ -1,9 +0,0 @@
1
- function c(r, n) {
2
- const o = r;
3
- for (const t in n)
4
- n.hasOwnProperty(t) && (o[t] = n[t]);
5
- return o;
6
- }
7
- export {
8
- c as attachPropertiesToComponent
9
- };
@@ -1,7 +0,0 @@
1
- function f(n, t, d) {
2
- let e = n;
3
- return t !== void 0 && (e = Math.max(n, t)), d !== void 0 && (e = Math.min(e, d)), e;
4
- }
5
- export {
6
- f as bound
7
- };
@@ -1,4 +0,0 @@
1
- const e = !!(typeof window != "undefined" && typeof document != "undefined" && window.document && window.document.createElement);
2
- export {
3
- e as canUseDom
4
- };
@@ -1,9 +0,0 @@
1
- import { canUseDom as r } from "./can-use-dom.mjs";
2
- let e = null, t = null;
3
- r && (e = document.createElement("div"), e.className = "adm-px-tester", e.style.setProperty("--size", "10"), document.body.appendChild(e), t = document.createElement("div"), t.className = "adm-px-tester", document.body.appendChild(t));
4
- function i(n) {
5
- return e === null || t === null || e.getBoundingClientRect().height === 10 ? n : (t.style.setProperty("--size", n.toString()), t.getBoundingClientRect().height);
6
- }
7
- export {
8
- i as convertPx
9
- };
@@ -1,6 +0,0 @@
1
- function c(n) {
2
- return (typeof n == "function" ? n() : n) || document.body;
3
- }
4
- export {
5
- c as resolveContainer
6
- };
@@ -1,22 +0,0 @@
1
- import { canUseDom as r } from "./can-use-dom.mjs";
2
- const l = r ? window : void 0, i = ["scroll", "auto", "overlay"];
3
- function c(n) {
4
- return n.nodeType === 1;
5
- }
6
- function u(n, t = l) {
7
- let e = n;
8
- for (; e && e !== t && c(e); ) {
9
- if (e === document.body)
10
- return t;
11
- const {
12
- overflowY: o
13
- } = window.getComputedStyle(e);
14
- if (i.includes(o) && e.scrollHeight > e.clientHeight)
15
- return e;
16
- e = e.parentNode;
17
- }
18
- return t;
19
- }
20
- export {
21
- u as getScrollParent
22
- };
@@ -1,11 +0,0 @@
1
- const s = () => [1, 0, 0, 1, 0, 0], c = (t) => t[4], a = (t) => t[5], u = (t) => t[0], l = (t, r, n) => e([1, 0, 0, 1, r, n], t), o = (t, r, n = r) => e([r, 0, 0, n, 0, 0], t), p = (t, [r, n]) => [t[0] * r + t[2] * n + t[4], t[1] * r + t[3] * n + t[5]], e = (t, r) => [t[0] * r[0] + t[2] * r[1], t[1] * r[0] + t[3] * r[1], t[0] * r[2] + t[2] * r[3], t[1] * r[2] + t[3] * r[3], t[0] * r[4] + t[2] * r[5] + t[4], t[1] * r[4] + t[3] * r[5] + t[5]];
2
- export {
3
- p as apply,
4
- s as create,
5
- u as getScaleX,
6
- c as getTranslateX,
7
- a as getTranslateY,
8
- e as multiply,
9
- o as scale,
10
- l as translate
11
- };
@@ -1,12 +0,0 @@
1
- import i from "react";
2
- import n from "../../../classnames/index.mjs";
3
- function l(t, e) {
4
- const a = Object.assign({}, e.props);
5
- t.className && (a.className = n(e.props.className, t.className)), t.style && (a.style = Object.assign(Object.assign({}, a.style), t.style)), t.tabIndex !== void 0 && (a.tabIndex = t.tabIndex);
6
- for (const s in t)
7
- t.hasOwnProperty(s) && (s.startsWith("data-") || s.startsWith("aria-")) && (a[s] = t[s]);
8
- return i.cloneElement(e, a);
9
- }
10
- export {
11
- l as withNativeProps
12
- };
@@ -1,46 +0,0 @@
1
- import { __awaiter as y } from "../../../tslib/tslib.es6.mjs";
2
- import s, { useState as v, useRef as m, useEffect as E, useImperativeHandle as w } from "react";
3
- import { renderToBody as T } from "./render-to-body.mjs";
4
- function I(_) {
5
- const R = s.forwardRef((o, t) => {
6
- const [b, i] = v(!1), u = m(!1), [n, C] = v(_), f = m(0);
7
- E(() => {
8
- u.current ? p() : i(!0);
9
- }, []);
10
- function d() {
11
- var r, e;
12
- u.current = !0, i(!1), (e = (r = n.props).onClose) === null || e === void 0 || e.call(r);
13
- }
14
- function p() {
15
- var r, e;
16
- c(), (e = (r = n.props).afterClose) === null || e === void 0 || e.call(r);
17
- }
18
- return w(t, () => ({
19
- close: d,
20
- replace: (r) => {
21
- var e, a;
22
- f.current++, (a = (e = n.props).afterClose) === null || a === void 0 || a.call(e), C(r);
23
- }
24
- })), s.cloneElement(n, Object.assign(Object.assign({}, n.props), {
25
- key: f.current,
26
- visible: b,
27
- onClose: d,
28
- afterClose: p
29
- }));
30
- }), l = s.createRef(), c = T(s.createElement(R, {
31
- ref: l
32
- }));
33
- return {
34
- close: () => y(this, void 0, void 0, function* () {
35
- var o;
36
- l.current ? (o = l.current) === null || o === void 0 || o.close() : c();
37
- }),
38
- replace: (o) => {
39
- var t;
40
- (t = l.current) === null || t === void 0 || t.replace(o);
41
- }
42
- };
43
- }
44
- export {
45
- I as renderImperatively
46
- };
@@ -1,12 +0,0 @@
1
- import { render as t, unmount as u } from "./render.mjs";
2
- function m(e) {
3
- const n = document.createElement("div");
4
- document.body.appendChild(n);
5
- function o() {
6
- u(n) && n.parentNode && n.parentNode.removeChild(n);
7
- }
8
- return t(e, n), o;
9
- }
10
- export {
11
- m as renderToBody
12
- };
@@ -1,13 +0,0 @@
1
- import { createPortal as e } from "react-dom";
2
- import { resolveContainer as n } from "./get-container.mjs";
3
- import { canUseDom as i } from "./can-use-dom.mjs";
4
- function f(r, o) {
5
- if (i && r) {
6
- const t = n(r);
7
- return e(o, t);
8
- }
9
- return o;
10
- }
11
- export {
12
- f as renderToContainer
13
- };
@@ -1,52 +0,0 @@
1
- import { __awaiter as c } from "../../../tslib/tslib.es6.mjs";
2
- import * as _ from "react-dom";
3
- const e = Object.assign({}, _), {
4
- version: s,
5
- render: f,
6
- unmountComponentAtNode: l
7
- } = e;
8
- let r;
9
- try {
10
- Number((s || "").split(".")[0]) >= 18 && e.createRoot && (r = e.createRoot);
11
- } catch (n) {
12
- }
13
- function i(n) {
14
- const {
15
- __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: t
16
- } = e;
17
- t && typeof t == "object" && (t.usingClientEntryPoint = n);
18
- }
19
- const o = "__antd_mobile_root__";
20
- function m(n, t) {
21
- f(n, t);
22
- }
23
- function a(n, t) {
24
- i(!0);
25
- const u = t[o] || r(t);
26
- i(!1), u.render(n), t[o] = u;
27
- }
28
- function v(n, t) {
29
- if (r) {
30
- a(n, t);
31
- return;
32
- }
33
- m(n, t);
34
- }
35
- function d(n) {
36
- return l(n);
37
- }
38
- function R(n) {
39
- return c(this, void 0, void 0, function* () {
40
- return Promise.resolve().then(() => {
41
- var t;
42
- (t = n[o]) === null || t === void 0 || t.unmount(), delete n[o];
43
- });
44
- });
45
- }
46
- function E(n) {
47
- return r ? R(n) : d(n);
48
- }
49
- export {
50
- v as render,
51
- E as unmount
52
- };
@@ -1,11 +0,0 @@
1
- import { bound as d } from "./bound.mjs";
2
- function O(r, u, f) {
3
- return r * u * f / (u + f * r);
4
- }
5
- function I(r, u, f, e, b = 0.15) {
6
- return b === 0 ? d(r, u, f) : r < u ? -O(u - r, e, b) + u : r > f ? +O(r - f, e, b) + f : r;
7
- }
8
- export {
9
- O as rubberband,
10
- I as rubberbandIfOutOfBounds
11
- };
@@ -1,10 +0,0 @@
1
- import { useInitialized as u } from "./use-initialized.mjs";
2
- const l = (e) => d(e.active, e.forceRender, e.destroyOnClose) ? e.children : null;
3
- function d(e, n, r) {
4
- const t = u(e);
5
- return n || e ? !0 : t ? !r : !1;
6
- }
7
- export {
8
- l as ShouldRender,
9
- d as useShouldRender
10
- };
@@ -1,15 +0,0 @@
1
- import { canUseDom as t } from "./can-use-dom.mjs";
2
- let s = !1;
3
- if (t)
4
- try {
5
- const e = {};
6
- Object.defineProperty(e, "passive", {
7
- get() {
8
- s = !0;
9
- }
10
- }), window.addEventListener("test-passive", null, e);
11
- } catch (e) {
12
- }
13
- export {
14
- s as supportsPassive
15
- };
@@ -1,6 +0,0 @@
1
- import { createUseGesture as r } from "../../../@use-gesture/react/dist/use-gesture-react.esm.mjs";
2
- import { e, f as o } from "../../../@use-gesture/core/dist/actions-fe213e88.esm.mjs";
3
- const i = r([e, o]);
4
- export {
5
- i as useDragAndPinch
6
- };
@@ -1,8 +0,0 @@
1
- import { useRef as r } from "react";
2
- function n(e) {
3
- const i = r(e);
4
- return e && (i.current = !0), !!i.current;
5
- }
6
- export {
7
- n as useInitialized
8
- };
@@ -1,54 +0,0 @@
1
- import { useTouch as E } from "./use-touch.mjs";
2
- import { useEffect as L } from "react";
3
- import { getScrollParent as b } from "./get-scroll-parent.mjs";
4
- import { supportsPassive as m } from "./supports-passive.mjs";
5
- let r = 0;
6
- const f = "adm-overflow-hidden";
7
- function S(o) {
8
- let t = o == null ? void 0 : o.parentElement;
9
- for (; t; ) {
10
- if (t.clientHeight < t.scrollHeight)
11
- return t;
12
- t = t.parentElement;
13
- }
14
- return null;
15
- }
16
- function P(o, t) {
17
- const n = E(), i = (e) => {
18
- n.move(e);
19
- const h = n.deltaY.current > 0 ? "10" : "01", s = b(e.target, o.current);
20
- if (!s)
21
- return;
22
- if (t === "strict") {
23
- const a = S(e.target);
24
- if (a === document.body || a === document.documentElement) {
25
- e.preventDefault();
26
- return;
27
- }
28
- }
29
- const {
30
- scrollHeight: l,
31
- offsetHeight: v,
32
- scrollTop: u
33
- } = s, {
34
- height: g
35
- } = s.getBoundingClientRect();
36
- let c = "11";
37
- u === 0 ? c = v >= l ? "00" : "01" : l <= Math.round(g + u) && (c = "10"), c !== "11" && n.isVertical() && !(parseInt(c, 2) & parseInt(h, 2)) && e.cancelable && m && e.preventDefault();
38
- }, d = () => {
39
- document.addEventListener("touchstart", n.start), document.addEventListener("touchmove", i, m ? {
40
- passive: !1
41
- } : !1), r || document.body.classList.add(f), r++;
42
- }, p = () => {
43
- r && (document.removeEventListener("touchstart", n.start), document.removeEventListener("touchmove", i), r--, r || document.body.classList.remove(f));
44
- };
45
- L(() => {
46
- if (t)
47
- return d(), () => {
48
- p();
49
- };
50
- }, [t]);
51
- }
52
- export {
53
- P as useLockScroll
54
- };
@@ -1,32 +0,0 @@
1
- import { useRef as c } from "react";
2
- const f = 10;
3
- function Y(t, r) {
4
- return t > r && t > f ? "horizontal" : r > t && r > f ? "vertical" : "";
5
- }
6
- function z() {
7
- const t = c(0), r = c(0), e = c(0), o = c(0), u = c(0), s = c(0), n = c(""), h = () => n.current === "vertical", X = () => n.current === "horizontal", l = () => {
8
- e.current = 0, o.current = 0, u.current = 0, s.current = 0, n.current = "";
9
- };
10
- return {
11
- move: (i) => {
12
- const a = i.touches[0];
13
- e.current = a.clientX < 0 ? 0 : a.clientX - t.current, o.current = a.clientY - r.current, u.current = Math.abs(e.current), s.current = Math.abs(o.current), n.current || (n.current = Y(u.current, s.current));
14
- },
15
- start: (i) => {
16
- l(), t.current = i.touches[0].clientX, r.current = i.touches[0].clientY;
17
- },
18
- reset: l,
19
- startX: t,
20
- startY: r,
21
- deltaX: e,
22
- deltaY: o,
23
- offsetX: u,
24
- offsetY: s,
25
- direction: n,
26
- isVertical: h,
27
- isHorizontal: X
28
- };
29
- }
30
- export {
31
- z as useTouch
32
- };
@@ -1,11 +0,0 @@
1
- function e(...c) {
2
- const o = {};
3
- return c.forEach((r) => {
4
- Object.keys(r).forEach((n) => {
5
- r[n] !== void 0 && (o[n] = r[n]);
6
- });
7
- }), o;
8
- }
9
- export {
10
- e as mergeProps
11
- };
@@ -1,19 +0,0 @@
1
- import s from "react";
2
- const l = {
3
- click: "onClick",
4
- touchstart: "onTouchStart"
5
- };
6
- function f(a, o) {
7
- const r = Object.assign({}, o.props);
8
- for (const i of a) {
9
- const c = l[i];
10
- r[c] = function(n) {
11
- var p, t;
12
- n.stopPropagation(), (t = (p = o.props)[c]) === null || t === void 0 || t.call(p, n);
13
- };
14
- }
15
- return s.cloneElement(o, r);
16
- }
17
- export {
18
- f as withStopPropagation
19
- };