@glodon-aiot/agent-cli-ui 3.1.0-beta.16 → 3.2.2-beta.0

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 (394) hide show
  1. package/dist/es/AgentClientUI.mjs +40 -39
  2. package/dist/es/Dialog/AgentChat/index.mjs +283 -264
  3. package/dist/es/Dialog/AgentChat/style.less.mjs +4 -0
  4. package/dist/es/Dialog/ConnectToNetwork/index.mjs +19 -18
  5. package/dist/es/Dialog/ConnectToNetwork/style.less.mjs +4 -0
  6. package/dist/es/Dialog/FileCard/index.mjs +22 -21
  7. package/dist/es/Dialog/FileCard/style.less.mjs +4 -0
  8. package/dist/es/Dialog/FilePreview/index.mjs +14 -13
  9. package/dist/es/Dialog/FilePreview/style.less.mjs +4 -0
  10. package/dist/es/Dialog/Greeting/index.mjs +5 -4
  11. package/dist/es/Dialog/Greeting/style.less.mjs +4 -0
  12. package/dist/es/Dialog/HistoryContent/index.mjs +6 -5
  13. package/dist/es/Dialog/HistoryContent/style.less.mjs +4 -0
  14. package/dist/es/Dialog/HistoryItem/index.mjs +127 -125
  15. package/dist/es/Dialog/HistoryItem/style.less.mjs +4 -0
  16. package/dist/es/Dialog/KnowledgeDoc/index.mjs +23 -22
  17. package/dist/es/Dialog/KnowledgeDoc/style.less.mjs +4 -0
  18. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/index.mjs +14 -13
  19. package/dist/es/Dialog/KnowledgeList/KnowledgeSelect/style.less.mjs +4 -0
  20. package/dist/es/Dialog/KnowledgeList/index.mjs +29 -28
  21. package/dist/es/Dialog/KnowledgeList/style.less.mjs +4 -0
  22. package/dist/es/Dialog/PromptManager/PromptList/PromptListItem.mjs +19 -19
  23. package/dist/es/Dialog/PromptManager/PromptList/PublicPromptList.mjs +17 -16
  24. package/dist/es/Dialog/PromptManager/PromptList/style.less.mjs +4 -0
  25. package/dist/es/Dialog/PromptManager/index.mjs +17 -16
  26. package/dist/es/Dialog/PromptManager/style.less.mjs +4 -0
  27. package/dist/es/Dialog/PromptSetting/index.mjs +32 -32
  28. package/dist/es/Dialog/PromptSetting/style.less.mjs +4 -0
  29. package/dist/es/Dialog/Recommend/RecommendItem.mjs +12 -11
  30. package/dist/es/Dialog/Recommend/index.mjs +23 -23
  31. package/dist/es/Dialog/Recommend/style.less.mjs +4 -0
  32. package/dist/es/Dialog/ReferCollapse/index.mjs +29 -28
  33. package/dist/es/Dialog/ReferCollapse/style.less.mjs +4 -0
  34. package/dist/es/Dialog/SearchReference/index.mjs +13 -12
  35. package/dist/es/Dialog/SearchReference/style.less.mjs +4 -0
  36. package/dist/es/Dialog/SessionAction/index.mjs +30 -29
  37. package/dist/es/Dialog/SessionAction/style.less.mjs +4 -0
  38. package/dist/es/Dialog/SessionList/index.mjs +51 -51
  39. package/dist/es/Dialog/SessionList/style.less.mjs +4 -0
  40. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/NameEditPanel.mjs +11 -10
  41. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/SessionItem.mjs +15 -14
  42. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/index.mjs +48 -47
  43. package/dist/es/Dialog/SessionListDrawer/HistorySessionList/style.less.mjs +4 -0
  44. package/dist/es/Dialog/SessionListDrawer/index.mjs +9 -8
  45. package/dist/es/Dialog/SessionListDrawer/style.less.mjs +4 -0
  46. package/dist/es/Dialog/SessionRefer/ReferItem/index.mjs +26 -25
  47. package/dist/es/Dialog/SessionRefer/ReferItem/style.less.mjs +4 -0
  48. package/dist/es/Dialog/SessionRefer/index.mjs +21 -20
  49. package/dist/es/Dialog/SessionRefer/style.less.mjs +4 -0
  50. package/dist/es/Dialog/SessionRelated/index.mjs +18 -17
  51. package/dist/es/Dialog/SessionRelated/style.less.mjs +4 -0
  52. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/index.mjs +9 -8
  53. package/dist/es/Dialog/UploadKnowledgeFiles/ClearModal/style.less.mjs +4 -0
  54. package/dist/es/Dialog/UploadKnowledgeFiles/index.mjs +117 -117
  55. package/dist/es/Dialog/UploadKnowledgeFiles/style.less.mjs +4 -0
  56. package/dist/es/Dialog/UploadingPrompt/index.mjs +6 -5
  57. package/dist/es/Dialog/UploadingPrompt/style.less.mjs +4 -0
  58. package/dist/es/Dialog/index.mjs +58 -57
  59. package/dist/es/Dialog/style.less.mjs +4 -0
  60. package/dist/es/FileItem/index.mjs +23 -22
  61. package/dist/es/FileItem/style.less.mjs +4 -0
  62. package/dist/es/Footer/FooterWarning.mjs +14 -13
  63. package/dist/es/Footer/index.mjs +7 -6
  64. package/dist/es/Footer/style.less.mjs +4 -0
  65. package/dist/es/InputProgress/index.mjs +10 -9
  66. package/dist/es/InputProgress/style.less.mjs +4 -0
  67. package/dist/es/QuillEditor/index.mjs +34 -34
  68. package/dist/es/QuillEditor/style.less.mjs +4 -0
  69. package/dist/es/_virtual/_cloneBuffer.mjs +4 -0
  70. package/dist/es/_virtual/_commonjsHelpers.mjs +8 -0
  71. package/dist/es/_virtual/_nodeUtil.mjs +4 -0
  72. package/dist/es/_virtual/index.mjs +4 -0
  73. package/dist/es/_virtual/isBuffer.mjs +4 -0
  74. package/dist/es/_virtual/jsx-runtime.mjs +7 -0
  75. package/dist/es/_virtual/jsx-runtime2.mjs +4 -0
  76. package/dist/es/_virtual/lib.mjs +4 -0
  77. package/dist/es/_virtual/react-jsx-runtime.production.min.mjs +4 -0
  78. package/dist/es/_virtual/ua-parser.min.mjs +4 -0
  79. package/dist/es/components/Copy/index.mjs +21 -20
  80. package/dist/es/components/Copy/style.less.mjs +4 -0
  81. package/dist/es/components/JsonDisplay/index.mjs +5 -4
  82. package/dist/es/components/JsonDisplay/style.less.mjs +4 -0
  83. package/dist/es/components/Markdown/ATag/index.mjs +7 -7
  84. package/dist/es/components/Markdown/Code/index.mjs +33 -33
  85. package/dist/es/components/Markdown/Image/index.mjs +17 -16
  86. package/dist/es/components/Markdown/Video/index.mjs +13 -13
  87. package/dist/es/components/Markdown/index.mjs +36 -35
  88. package/dist/es/components/Markdown/style.less.mjs +4 -0
  89. package/dist/es/components/WebLink/index.mjs +9 -9
  90. package/dist/es/favicon.ico +0 -0
  91. package/dist/es/favicon2.ico +0 -0
  92. package/dist/es/font/font_4108228_4w5nlhafpte.js +1 -0
  93. package/dist/es/font/font_4439177_0sppkcnqiqgs.js +1 -0
  94. package/dist/es/font/gos-font.js +64 -0
  95. package/dist/es/images/empty.svg +40 -0
  96. package/dist/es/images/loading.gif +0 -0
  97. package/dist/es/images/logo.png +0 -0
  98. package/dist/es/images/map-example.png +0 -0
  99. package/dist/es/images/sketch.png +0 -0
  100. package/dist/es/index.html +43 -0
  101. package/dist/es/index.mjs +32 -26
  102. package/dist/es/logo192.png +0 -0
  103. package/dist/es/logo512.png +0 -0
  104. package/dist/es/manifest.json +25 -0
  105. package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
  106. package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +201 -0
  107. package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +1087 -0
  108. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +104 -0
  109. package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +568 -0
  110. package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +158 -0
  111. package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +847 -0
  112. package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +35 -0
  113. package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +226 -0
  114. package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +33 -0
  115. package/dist/es/node_modules/ahooks/es/useKeyPress/index.mjs +221 -0
  116. package/dist/es/node_modules/ahooks/es/useLatest/index.mjs +8 -0
  117. package/dist/es/node_modules/ahooks/es/useMemoizedFn/index.mjs +19 -0
  118. package/dist/es/node_modules/ahooks/es/useRafState/index.mjs +16 -0
  119. package/dist/es/node_modules/ahooks/es/useSize/index.mjs +34 -0
  120. package/dist/es/node_modules/ahooks/es/useUnmount/index.mjs +17 -0
  121. package/dist/es/node_modules/ahooks/es/useUnmountedRef/index.mjs +13 -0
  122. package/dist/es/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +27 -0
  123. package/dist/es/node_modules/ahooks/es/utils/depsAreSame.mjs +11 -0
  124. package/dist/es/node_modules/ahooks/es/utils/depsEqual.mjs +7 -0
  125. package/dist/es/node_modules/ahooks/es/utils/domTarget.mjs +13 -0
  126. package/dist/es/node_modules/ahooks/es/utils/index.mjs +12 -0
  127. package/dist/es/node_modules/ahooks/es/utils/isAppleDevice.mjs +5 -0
  128. package/dist/es/node_modules/ahooks/es/utils/isBrowser.mjs +5 -0
  129. package/dist/es/node_modules/ahooks/es/utils/isDev.mjs +5 -0
  130. package/dist/es/node_modules/ahooks/es/utils/useDeepCompareWithTarget.mjs +11 -0
  131. package/dist/es/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +7 -0
  132. package/dist/es/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +8 -0
  133. package/dist/es/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +7 -0
  134. package/dist/es/node_modules/antd/es/calendar/locale/zh_CN.mjs +4 -0
  135. package/dist/es/node_modules/antd/es/date-picker/locale/zh_CN.mjs +23 -0
  136. package/dist/es/node_modules/antd/es/locale/zh_CN.mjs +132 -0
  137. package/dist/es/node_modules/antd/es/time-picker/locale/zh_CN.mjs +8 -0
  138. package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +20 -0
  139. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +4 -0
  140. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +76 -0
  141. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +14 -0
  142. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +34 -0
  143. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +172 -0
  144. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +81 -0
  145. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +5 -0
  146. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +4 -0
  147. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +84 -0
  148. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +5 -0
  149. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +4 -0
  150. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +9 -0
  151. package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +4 -0
  152. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +4 -0
  153. package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +141 -0
  154. package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +9 -0
  155. package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +7 -0
  156. package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +4 -0
  157. package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +9 -0
  158. package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +6 -0
  159. package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +22 -0
  160. package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +11 -0
  161. package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +12 -0
  162. package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +46 -0
  163. package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +12 -0
  164. package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +13 -0
  165. package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +52 -0
  166. package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +11 -0
  167. package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +10 -0
  168. package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +15 -0
  169. package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +6 -0
  170. package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +8 -0
  171. package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +54 -0
  172. package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +32 -0
  173. package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +11 -0
  174. package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +19 -0
  175. package/dist/es/node_modules/classnames/index.mjs +42 -0
  176. package/dist/es/node_modules/comma-separated-tokens/index.mjs +13 -0
  177. package/dist/es/node_modules/copy-to-clipboard/index.mjs +46 -0
  178. package/dist/es/node_modules/devlop/lib/default.mjs +5 -0
  179. package/dist/es/node_modules/hast-util-from-dom/lib/index.mjs +93 -0
  180. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/create-h.mjs +126 -0
  181. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/index.mjs +8 -0
  182. package/dist/es/node_modules/hast-util-from-dom/node_modules/hastscript/lib/svg-case-sensitive-tag-names.mjs +4 -0
  183. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/index.mjs +12 -0
  184. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/aria.mjs +61 -0
  185. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/find.mjs +33 -0
  186. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/html.mjs +368 -0
  187. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/normalize.mjs +6 -0
  188. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/svg.mjs +566 -0
  189. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-insensitive-transform.mjs +7 -0
  190. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/case-sensitive-transform.mjs +6 -0
  191. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/create.mjs +14 -0
  192. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/defined-info.mjs +36 -0
  193. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/info.mjs +28 -0
  194. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/merge.mjs +10 -0
  195. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/schema.mjs +21 -0
  196. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/util/types.mjs +15 -0
  197. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xlink.mjs +19 -0
  198. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xml.mjs +15 -0
  199. package/dist/es/node_modules/hast-util-from-dom/node_modules/property-information/lib/xmlns.mjs +16 -0
  200. package/dist/es/node_modules/hast-util-from-html-isomorphic/lib/browser.mjs +16 -0
  201. package/dist/es/node_modules/hast-util-is-element/lib/index.mjs +61 -0
  202. package/dist/es/node_modules/hast-util-parse-selector/lib/index.mjs +20 -0
  203. package/dist/es/node_modules/hast-util-to-text/lib/index.mjs +223 -0
  204. package/dist/es/node_modules/katex/dist/katex.min.css.mjs +4 -0
  205. package/dist/es/node_modules/katex/dist/katex.mjs +11700 -0
  206. package/dist/es/node_modules/lodash/_Hash.mjs +22 -0
  207. package/dist/es/node_modules/lodash/_ListCache.mjs +22 -0
  208. package/dist/es/node_modules/lodash/_Map.mjs +6 -0
  209. package/dist/es/node_modules/lodash/_MapCache.mjs +22 -0
  210. package/dist/es/node_modules/lodash/_Stack.mjs +20 -0
  211. package/dist/es/node_modules/lodash/_Symbol.mjs +5 -0
  212. package/dist/es/node_modules/lodash/_Uint8Array.mjs +5 -0
  213. package/dist/es/node_modules/lodash/_apply.mjs +17 -0
  214. package/dist/es/node_modules/lodash/_arrayLikeKeys.mjs +21 -0
  215. package/dist/es/node_modules/lodash/_assignMergeValue.mjs +10 -0
  216. package/dist/es/node_modules/lodash/_assignValue.mjs +11 -0
  217. package/dist/es/node_modules/lodash/_assocIndexOf.mjs +12 -0
  218. package/dist/es/node_modules/lodash/_baseAssignValue.mjs +14 -0
  219. package/dist/es/node_modules/lodash/_baseCreate.mjs +17 -0
  220. package/dist/es/node_modules/lodash/_baseFor.mjs +5 -0
  221. package/dist/es/node_modules/lodash/_baseGetTag.mjs +11 -0
  222. package/dist/es/node_modules/lodash/_baseIsArguments.mjs +10 -0
  223. package/dist/es/node_modules/lodash/_baseIsNative.mjs +15 -0
  224. package/dist/es/node_modules/lodash/_baseIsTypedArray.mjs +13 -0
  225. package/dist/es/node_modules/lodash/_baseKeysIn.mjs +16 -0
  226. package/dist/es/node_modules/lodash/_baseMerge.mjs +22 -0
  227. package/dist/es/node_modules/lodash/_baseMergeDeep.mjs +33 -0
  228. package/dist/es/node_modules/lodash/_baseRest.mjs +11 -0
  229. package/dist/es/node_modules/lodash/_baseSetToString.mjs +14 -0
  230. package/dist/es/node_modules/lodash/_baseTimes.mjs +9 -0
  231. package/dist/es/node_modules/lodash/_baseTrim.mjs +9 -0
  232. package/dist/es/node_modules/lodash/_baseUnary.mjs +9 -0
  233. package/dist/es/node_modules/lodash/_cloneArrayBuffer.mjs +10 -0
  234. package/dist/es/node_modules/lodash/_cloneBuffer.mjs +17 -0
  235. package/dist/es/node_modules/lodash/_cloneTypedArray.mjs +10 -0
  236. package/dist/es/node_modules/lodash/_copyArray.mjs +10 -0
  237. package/dist/es/node_modules/lodash/_copyObject.mjs +16 -0
  238. package/dist/es/node_modules/lodash/_coreJsData.mjs +5 -0
  239. package/dist/es/node_modules/lodash/_createAssigner.mjs +17 -0
  240. package/dist/es/node_modules/lodash/_createBaseFor.mjs +14 -0
  241. package/dist/es/node_modules/lodash/_defineProperty.mjs +11 -0
  242. package/dist/es/node_modules/lodash/_freeGlobal.mjs +5 -0
  243. package/dist/es/node_modules/lodash/_getMapData.mjs +10 -0
  244. package/dist/es/node_modules/lodash/_getNative.mjs +11 -0
  245. package/dist/es/node_modules/lodash/_getPrototype.mjs +5 -0
  246. package/dist/es/node_modules/lodash/_getRawTag.mjs +16 -0
  247. package/dist/es/node_modules/lodash/_getValue.mjs +7 -0
  248. package/dist/es/node_modules/lodash/_hashClear.mjs +9 -0
  249. package/dist/es/node_modules/lodash/_hashDelete.mjs +8 -0
  250. package/dist/es/node_modules/lodash/_hashGet.mjs +14 -0
  251. package/dist/es/node_modules/lodash/_hashHas.mjs +10 -0
  252. package/dist/es/node_modules/lodash/_hashSet.mjs +10 -0
  253. package/dist/es/node_modules/lodash/_initCloneObject.mjs +11 -0
  254. package/dist/es/node_modules/lodash/_isIndex.mjs +9 -0
  255. package/dist/es/node_modules/lodash/_isIterateeCall.mjs +15 -0
  256. package/dist/es/node_modules/lodash/_isKeyable.mjs +8 -0
  257. package/dist/es/node_modules/lodash/_isMasked.mjs +12 -0
  258. package/dist/es/node_modules/lodash/_isPrototype.mjs +9 -0
  259. package/dist/es/node_modules/lodash/_listCacheClear.mjs +7 -0
  260. package/dist/es/node_modules/lodash/_listCacheDelete.mjs +13 -0
  261. package/dist/es/node_modules/lodash/_listCacheGet.mjs +10 -0
  262. package/dist/es/node_modules/lodash/_listCacheHas.mjs +9 -0
  263. package/dist/es/node_modules/lodash/_listCacheSet.mjs +10 -0
  264. package/dist/es/node_modules/lodash/_mapCacheClear.mjs +15 -0
  265. package/dist/es/node_modules/lodash/_mapCacheDelete.mjs +10 -0
  266. package/dist/es/node_modules/lodash/_mapCacheGet.mjs +9 -0
  267. package/dist/es/node_modules/lodash/_mapCacheHas.mjs +9 -0
  268. package/dist/es/node_modules/lodash/_mapCacheSet.mjs +10 -0
  269. package/dist/es/node_modules/lodash/_nativeCreate.mjs +5 -0
  270. package/dist/es/node_modules/lodash/_nativeKeysIn.mjs +11 -0
  271. package/dist/es/node_modules/lodash/_nodeUtil.mjs +17 -0
  272. package/dist/es/node_modules/lodash/_objectToString.mjs +8 -0
  273. package/dist/es/node_modules/lodash/_overArg.mjs +9 -0
  274. package/dist/es/node_modules/lodash/_overRest.mjs +16 -0
  275. package/dist/es/node_modules/lodash/_root.mjs +5 -0
  276. package/dist/es/node_modules/lodash/_safeGet.mjs +8 -0
  277. package/dist/es/node_modules/lodash/_setToString.mjs +6 -0
  278. package/dist/es/node_modules/lodash/_shortOut.mjs +17 -0
  279. package/dist/es/node_modules/lodash/_stackClear.mjs +9 -0
  280. package/dist/es/node_modules/lodash/_stackDelete.mjs +8 -0
  281. package/dist/es/node_modules/lodash/_stackGet.mjs +7 -0
  282. package/dist/es/node_modules/lodash/_stackHas.mjs +7 -0
  283. package/dist/es/node_modules/lodash/_stackSet.mjs +18 -0
  284. package/dist/es/node_modules/lodash/_toSource.mjs +18 -0
  285. package/dist/es/node_modules/lodash/_trimmedEndIndex.mjs +10 -0
  286. package/dist/es/node_modules/lodash/constant.mjs +9 -0
  287. package/dist/es/node_modules/lodash/debounce.mjs +57 -0
  288. package/dist/es/node_modules/lodash/eq.mjs +7 -0
  289. package/dist/es/node_modules/lodash/identity.mjs +7 -0
  290. package/dist/es/node_modules/lodash/isArguments.mjs +10 -0
  291. package/dist/es/node_modules/lodash/isArray.mjs +4 -0
  292. package/dist/es/node_modules/lodash/isArrayLike.mjs +10 -0
  293. package/dist/es/node_modules/lodash/isArrayLikeObject.mjs +10 -0
  294. package/dist/es/node_modules/lodash/isBuffer.mjs +12 -0
  295. package/dist/es/node_modules/lodash/isFunction.mjs +13 -0
  296. package/dist/es/node_modules/lodash/isLength.mjs +8 -0
  297. package/dist/es/node_modules/lodash/isObject.mjs +8 -0
  298. package/dist/es/node_modules/lodash/isObjectLike.mjs +7 -0
  299. package/dist/es/node_modules/lodash/isPlainObject.mjs +17 -0
  300. package/dist/es/node_modules/lodash/isSymbol.mjs +10 -0
  301. package/dist/es/node_modules/lodash/isTypedArray.mjs +7 -0
  302. package/dist/es/node_modules/lodash/keysIn.mjs +11 -0
  303. package/dist/es/node_modules/lodash/merge.mjs +10 -0
  304. package/dist/es/node_modules/lodash/now.mjs +7 -0
  305. package/dist/es/node_modules/lodash/stubFalse.mjs +7 -0
  306. package/dist/es/node_modules/lodash/toNumber.mjs +23 -0
  307. package/dist/es/node_modules/lodash/toPlainObject.mjs +10 -0
  308. package/dist/es/node_modules/longest-streak/index.mjs +12 -0
  309. package/dist/es/node_modules/mdast-util-math/lib/index.mjs +170 -0
  310. package/dist/es/node_modules/micromark-extension-math/lib/math-flow.mjs +76 -0
  311. package/dist/es/node_modules/micromark-extension-math/lib/math-text.mjs +48 -0
  312. package/dist/es/node_modules/micromark-extension-math/lib/syntax.mjs +15 -0
  313. package/dist/es/node_modules/micromark-factory-space/index.mjs +15 -0
  314. package/dist/es/node_modules/micromark-util-character/index.mjs +10 -0
  315. package/dist/es/node_modules/object-assign/index.mjs +34 -0
  316. package/dist/es/node_modules/rc-pagination/es/locale/zh_CN.mjs +18 -0
  317. package/dist/es/node_modules/rc-picker/es/locale/zh_CN.mjs +31 -0
  318. package/dist/es/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +45 -0
  319. package/dist/es/node_modules/react/jsx-runtime.mjs +8 -0
  320. package/dist/es/node_modules/react-device-detect/dist/lib.mjs +723 -0
  321. package/dist/es/node_modules/react-fast-compare/index.mjs +78 -0
  322. package/dist/es/node_modules/react-infinite-scroll-component/dist/index.es.mjs +188 -0
  323. package/dist/es/node_modules/react-quill/dist/quill.snow.css.mjs +4 -0
  324. package/dist/es/node_modules/rehype-katex/lib/index.mjs +83 -0
  325. package/dist/es/node_modules/remark-math/lib/index.mjs +13 -0
  326. package/dist/es/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +294 -0
  327. package/dist/es/node_modules/space-separated-tokens/index.mjs +7 -0
  328. package/dist/es/node_modules/toggle-selection/index.mjs +25 -0
  329. package/dist/es/node_modules/tslib/tslib.es6.mjs +64 -0
  330. package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +120 -0
  331. package/dist/es/node_modules/unist-util-find-after/lib/index.mjs +32 -0
  332. package/dist/es/node_modules/unist-util-is/lib/index.mjs +81 -0
  333. package/dist/es/node_modules/unist-util-visit-parents/lib/color.mjs +6 -0
  334. package/dist/es/node_modules/unist-util-visit-parents/lib/index.mjs +56 -0
  335. package/dist/es/node_modules/web-namespaces/index.mjs +11 -0
  336. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/native.mjs +4 -0
  337. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/rng.mjs +13 -0
  338. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/stringify.mjs +9 -0
  339. package/dist/es/packages/agent-cli-ui/node_modules/uuid/dist/esm-browser/v4.mjs +23 -0
  340. package/dist/es/robots.txt +3 -0
  341. package/dist/es/style.less.mjs +4 -0
  342. package/dist/lib/favicon.ico +0 -0
  343. package/dist/lib/favicon2.ico +0 -0
  344. package/dist/lib/font/font_4108228_4w5nlhafpte.js +1 -0
  345. package/dist/lib/font/font_4439177_0sppkcnqiqgs.js +1 -0
  346. package/dist/lib/font/gos-font.js +64 -0
  347. package/dist/lib/images/empty.svg +40 -0
  348. package/dist/lib/images/loading.gif +0 -0
  349. package/dist/lib/images/logo.png +0 -0
  350. package/dist/lib/images/map-example.png +0 -0
  351. package/dist/lib/images/sketch.png +0 -0
  352. package/dist/lib/index.html +43 -0
  353. package/dist/lib/index.js +311 -5
  354. package/dist/lib/logo192.png +0 -0
  355. package/dist/lib/logo512.png +0 -0
  356. package/dist/lib/manifest.json +25 -0
  357. package/dist/lib/robots.txt +3 -0
  358. package/dist/src/Dialog/HistoryItem/index.d.ts +1 -0
  359. package/dist/src/types.d.ts +1 -1
  360. package/package.json +6 -24
  361. package/dist/es/src/style.css +0 -1
  362. package/dist/es/src/style10.css +0 -1
  363. package/dist/es/src/style11.css +0 -1
  364. package/dist/es/src/style12.css +0 -1
  365. package/dist/es/src/style13.css +0 -1
  366. package/dist/es/src/style14.css +0 -1
  367. package/dist/es/src/style15.css +0 -1
  368. package/dist/es/src/style16.css +0 -1
  369. package/dist/es/src/style17.css +0 -1
  370. package/dist/es/src/style18.css +0 -1
  371. package/dist/es/src/style19.css +0 -1
  372. package/dist/es/src/style2.css +0 -1
  373. package/dist/es/src/style20.css +0 -1
  374. package/dist/es/src/style21.css +0 -1
  375. package/dist/es/src/style22.css +0 -1
  376. package/dist/es/src/style23.css +0 -1
  377. package/dist/es/src/style24.css +0 -0
  378. package/dist/es/src/style25.css +0 -1
  379. package/dist/es/src/style26.css +0 -1
  380. package/dist/es/src/style27.css +0 -1
  381. package/dist/es/src/style28.css +0 -1
  382. package/dist/es/src/style29.css +0 -1
  383. package/dist/es/src/style3.css +0 -1
  384. package/dist/es/src/style30.css +0 -1
  385. package/dist/es/src/style31.css +0 -1
  386. package/dist/es/src/style32.css +0 -1
  387. package/dist/es/src/style33.css +0 -1
  388. package/dist/es/src/style4.css +0 -1
  389. package/dist/es/src/style5.css +0 -1
  390. package/dist/es/src/style6.css +0 -1
  391. package/dist/es/src/style7.css +0 -1
  392. package/dist/es/src/style8.css +0 -1
  393. package/dist/es/src/style9.css +0 -1
  394. package/dist/lib/index.css +0 -1
@@ -0,0 +1,42 @@
1
+ import { getDefaultExportFromCjs as u } from "../../_virtual/_commonjsHelpers.mjs";
2
+ import { __module as i } from "../../_virtual/index.mjs";
3
+ /*!
4
+ Copyright (c) 2018 Jed Watson.
5
+ Licensed under the MIT License (MIT), see
6
+ http://jedwatson.github.io/classnames
7
+ */
8
+ (function(s) {
9
+ (function() {
10
+ var f = {}.hasOwnProperty;
11
+ function e() {
12
+ for (var t = "", r = 0; r < arguments.length; r++) {
13
+ var n = arguments[r];
14
+ n && (t = o(t, a(n)));
15
+ }
16
+ return t;
17
+ }
18
+ function a(t) {
19
+ if (typeof t == "string" || typeof t == "number")
20
+ return t;
21
+ if (typeof t != "object")
22
+ return "";
23
+ if (Array.isArray(t))
24
+ return e.apply(null, t);
25
+ if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]"))
26
+ return t.toString();
27
+ var r = "";
28
+ for (var n in t)
29
+ f.call(t, n) && t[n] && (r = o(r, n));
30
+ return r;
31
+ }
32
+ function o(t, r) {
33
+ return r ? t ? t + " " + r : t + r : t;
34
+ }
35
+ s.exports ? (e.default = e, s.exports = e) : window.classNames = e;
36
+ })();
37
+ })(i);
38
+ var p = i.exports;
39
+ const m = /* @__PURE__ */ u(p);
40
+ export {
41
+ m as default
42
+ };
@@ -0,0 +1,13 @@
1
+ function o(l) {
2
+ const s = [], e = String(l || "");
3
+ let t = e.indexOf(","), n = 0, i = !1;
4
+ for (; !i; ) {
5
+ t === -1 && (t = e.length, i = !0);
6
+ const r = e.slice(n, t).trim();
7
+ (r || !i) && s.push(r), n = t + 1, t = e.indexOf(",", n);
8
+ }
9
+ return s;
10
+ }
11
+ export {
12
+ o as parse
13
+ };
@@ -0,0 +1,46 @@
1
+ import { getDefaultExportFromCjs as p } from "../../_virtual/_commonjsHelpers.mjs";
2
+ import { t as m } from "../toggle-selection/index.mjs";
3
+ var y = m, u = {
4
+ "text/plain": "Text",
5
+ "text/html": "Url",
6
+ default: "Text"
7
+ }, g = "Copy to clipboard: #{key}, Enter";
8
+ function b(r) {
9
+ var t = (/mac os x/i.test(navigator.userAgent) ? "⌘" : "Ctrl") + "+C";
10
+ return r.replace(/#{\s*key\s*}/g, t);
11
+ }
12
+ function w(r, t) {
13
+ var o, i, d, l, c, e, n = !1;
14
+ t || (t = {}), o = t.debug || !1;
15
+ try {
16
+ d = y(), l = document.createRange(), c = document.getSelection(), e = document.createElement("span"), e.textContent = r, e.ariaHidden = "true", e.style.all = "unset", e.style.position = "fixed", e.style.top = 0, e.style.clip = "rect(0, 0, 0, 0)", e.style.whiteSpace = "pre", e.style.webkitUserSelect = "text", e.style.MozUserSelect = "text", e.style.msUserSelect = "text", e.style.userSelect = "text", e.addEventListener("copy", function(a) {
17
+ if (a.stopPropagation(), t.format)
18
+ if (a.preventDefault(), typeof a.clipboardData == "undefined") {
19
+ o && console.warn("unable to use e.clipboardData"), o && console.warn("trying IE specific stuff"), window.clipboardData.clearData();
20
+ var s = u[t.format] || u.default;
21
+ window.clipboardData.setData(s, r);
22
+ } else
23
+ a.clipboardData.clearData(), a.clipboardData.setData(t.format, r);
24
+ t.onCopy && (a.preventDefault(), t.onCopy(a.clipboardData));
25
+ }), document.body.appendChild(e), l.selectNodeContents(e), c.addRange(l);
26
+ var f = document.execCommand("copy");
27
+ if (!f)
28
+ throw new Error("copy command was unsuccessful");
29
+ n = !0;
30
+ } catch (a) {
31
+ o && console.error("unable to copy using execCommand: ", a), o && console.warn("trying IE specific stuff");
32
+ try {
33
+ window.clipboardData.setData(t.format || "text", r), t.onCopy && t.onCopy(window.clipboardData), n = !0;
34
+ } catch (s) {
35
+ o && console.error("unable to copy using clipboardData: ", s), o && console.error("falling back to prompt"), i = b("message" in t ? t.message : g), window.prompt(i, r);
36
+ }
37
+ } finally {
38
+ c && (typeof c.removeRange == "function" ? c.removeRange(l) : c.removeAllRanges()), e && document.body.removeChild(e), d();
39
+ }
40
+ return n;
41
+ }
42
+ var D = w;
43
+ const x = /* @__PURE__ */ p(D);
44
+ export {
45
+ x as default
46
+ };
@@ -0,0 +1,5 @@
1
+ function o() {
2
+ }
3
+ export {
4
+ o as ok
5
+ };
@@ -0,0 +1,93 @@
1
+ import { webNamespaces as m } from "../../web-namespaces/index.mjs";
2
+ import { s as l, h as N } from "../node_modules/hastscript/lib/index.mjs";
3
+ function v(t, e) {
4
+ return i(t, e || {}) || {
5
+ type: "root",
6
+ children: []
7
+ };
8
+ }
9
+ function i(t, e) {
10
+ const n = h(t, e);
11
+ return n && e.afterTransform && e.afterTransform(t, n), n;
12
+ }
13
+ function h(t, e) {
14
+ switch (t.nodeType) {
15
+ case 1:
16
+ return x(
17
+ /** @type {Element} */
18
+ t,
19
+ e
20
+ );
21
+ case 3:
22
+ return g(
23
+ /** @type {Text} */
24
+ t
25
+ );
26
+ case 8:
27
+ return y(
28
+ /** @type {Comment} */
29
+ t
30
+ );
31
+ case 9:
32
+ return d(
33
+ /** @type {Document} */
34
+ t,
35
+ e
36
+ );
37
+ case 10:
38
+ return p();
39
+ case 11:
40
+ return d(
41
+ /** @type {DocumentFragment} */
42
+ t,
43
+ e
44
+ );
45
+ default:
46
+ return;
47
+ }
48
+ }
49
+ function d(t, e) {
50
+ return {
51
+ type: "root",
52
+ children: f(t, e)
53
+ };
54
+ }
55
+ function p() {
56
+ return {
57
+ type: "doctype"
58
+ };
59
+ }
60
+ function g(t) {
61
+ return {
62
+ type: "text",
63
+ value: t.nodeValue || ""
64
+ };
65
+ }
66
+ function y(t) {
67
+ return {
68
+ type: "comment",
69
+ value: t.nodeValue || ""
70
+ };
71
+ }
72
+ function x(t, e) {
73
+ const n = t.namespaceURI, o = n === m.svg ? l : N, r = n === m.html ? t.tagName.toLowerCase() : t.tagName, c = (
74
+ // @ts-expect-error: DOM types are wrong, content can exist.
75
+ n === m.html && r === "template" ? t.content : t
76
+ ), s = t.getAttributeNames(), a = {};
77
+ let u = -1;
78
+ for (; ++u < s.length; )
79
+ a[s[u]] = t.getAttribute(s[u]) || "";
80
+ return o(r, a, f(c, e));
81
+ }
82
+ function f(t, e) {
83
+ const n = t.childNodes, o = [];
84
+ let r = -1;
85
+ for (; ++r < n.length; ) {
86
+ const c = i(n[r], e);
87
+ c !== void 0 && o.push(c);
88
+ }
89
+ return o;
90
+ }
91
+ export {
92
+ v as fromDom
93
+ };
@@ -0,0 +1,126 @@
1
+ import { parse as d } from "../../../../comma-separated-tokens/index.mjs";
2
+ import { parse as m } from "../../../../space-separated-tokens/index.mjs";
3
+ import { parseSelector as A } from "../../../../hast-util-parse-selector/lib/index.mjs";
4
+ import { find as N } from "../../property-information/lib/find.mjs";
5
+ import { normalize as a } from "../../property-information/lib/normalize.mjs";
6
+ function L(t, r, n) {
7
+ const e = n ? S(n) : void 0;
8
+ function i(o, s, ...p) {
9
+ let f;
10
+ if (o == null) {
11
+ f = {
12
+ type: "root",
13
+ children: []
14
+ };
15
+ const c = (
16
+ /** @type {Child} */
17
+ s
18
+ );
19
+ p.unshift(c);
20
+ } else {
21
+ f = A(o, r);
22
+ const c = f.tagName.toLowerCase(), l = e ? e.get(c) : void 0;
23
+ if (f.tagName = l || c, g(s))
24
+ p.unshift(s);
25
+ else
26
+ for (const [h, b] of Object.entries(s))
27
+ j(t, f.properties, h, b);
28
+ }
29
+ for (const c of p)
30
+ y(f.children, c);
31
+ return f.type === "element" && f.tagName === "template" && (f.content = {
32
+ type: "root",
33
+ children: f.children
34
+ }, f.children = []), f;
35
+ }
36
+ return i;
37
+ }
38
+ function g(t) {
39
+ if (t === null || typeof t != "object" || Array.isArray(t))
40
+ return !0;
41
+ if (typeof t.type != "string")
42
+ return !1;
43
+ const r = (
44
+ /** @type {Record<string, unknown>} */
45
+ t
46
+ ), n = Object.keys(t);
47
+ for (const e of n) {
48
+ const i = r[e];
49
+ if (i && typeof i == "object") {
50
+ if (!Array.isArray(i))
51
+ return !0;
52
+ const o = (
53
+ /** @type {ReadonlyArray<unknown>} */
54
+ i
55
+ );
56
+ for (const s of o)
57
+ if (typeof s != "number" && typeof s != "string")
58
+ return !0;
59
+ }
60
+ }
61
+ return !!("children" in t && Array.isArray(t.children));
62
+ }
63
+ function j(t, r, n, e) {
64
+ const i = N(t, n);
65
+ let o;
66
+ if (e != null) {
67
+ if (typeof e == "number") {
68
+ if (Number.isNaN(e))
69
+ return;
70
+ o = e;
71
+ } else
72
+ typeof e == "boolean" ? o = e : typeof e == "string" ? i.spaceSeparated ? o = m(e) : i.commaSeparated ? o = d(e) : i.commaOrSpaceSeparated ? o = m(d(e).join(" ")) : o = u(i, i.property, e) : Array.isArray(e) ? o = [...e] : o = i.property === "style" ? w(e) : String(e);
73
+ if (Array.isArray(o)) {
74
+ const s = [];
75
+ for (const p of o)
76
+ s.push(
77
+ /** @type {number | string} */
78
+ u(i, i.property, p)
79
+ );
80
+ o = s;
81
+ }
82
+ i.property === "className" && Array.isArray(r.className) && (o = r.className.concat(
83
+ /** @type {Array<number | string> | number | string} */
84
+ o
85
+ )), r[i.property] = o;
86
+ }
87
+ }
88
+ function y(t, r) {
89
+ if (r != null)
90
+ if (typeof r == "number" || typeof r == "string")
91
+ t.push({
92
+ type: "text",
93
+ value: String(r)
94
+ });
95
+ else if (Array.isArray(r))
96
+ for (const n of r)
97
+ y(t, n);
98
+ else if (typeof r == "object" && "type" in r)
99
+ r.type === "root" ? y(t, r.children) : t.push(r);
100
+ else
101
+ throw new Error("Expected node, nodes, or string, got `" + r + "`");
102
+ }
103
+ function u(t, r, n) {
104
+ if (typeof n == "string") {
105
+ if (t.number && n && !Number.isNaN(Number(n)))
106
+ return Number(n);
107
+ if ((t.boolean || t.overloadedBoolean) && (n === "" || a(n) === a(r)))
108
+ return !0;
109
+ }
110
+ return n;
111
+ }
112
+ function w(t) {
113
+ const r = [];
114
+ for (const [n, e] of Object.entries(t))
115
+ r.push([n, e].join(": "));
116
+ return r.join("; ");
117
+ }
118
+ function S(t) {
119
+ const r = /* @__PURE__ */ new Map();
120
+ for (const n of t)
121
+ r.set(n.toLowerCase(), n);
122
+ return r;
123
+ }
124
+ export {
125
+ L as createH
126
+ };
@@ -0,0 +1,8 @@
1
+ import { svg as t, html as m } from "../../property-information/index.mjs";
2
+ import { createH as o } from "./create-h.mjs";
3
+ import { svgCaseSensitiveTagNames as r } from "./svg-case-sensitive-tag-names.mjs";
4
+ const a = o(m, "div"), g = o(t, "g", r);
5
+ export {
6
+ a as h,
7
+ g as s
8
+ };
@@ -0,0 +1,4 @@
1
+ const e = ["altGlyph", "altGlyphDef", "altGlyphItem", "animateColor", "animateMotion", "animateTransform", "clipPath", "feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence", "foreignObject", "glyphRef", "linearGradient", "radialGradient", "solidColor", "textArea", "textPath"];
2
+ export {
3
+ e as svgCaseSensitiveTagNames
4
+ };
@@ -0,0 +1,12 @@
1
+ import { merge as m } from "./lib/util/merge.mjs";
2
+ import { aria as o } from "./lib/aria.mjs";
3
+ import { html as s } from "./lib/html.mjs";
4
+ import { svg as p } from "./lib/svg.mjs";
5
+ import { xlink as r } from "./lib/xlink.mjs";
6
+ import { xmlns as t } from "./lib/xmlns.mjs";
7
+ import { xml as i } from "./lib/xml.mjs";
8
+ const x = m([o, s, r, t, i], "html"), e = m([o, p, r, t, i], "svg");
9
+ export {
10
+ x as html,
11
+ e as svg
12
+ };
@@ -0,0 +1,61 @@
1
+ import { create as l } from "./util/create.mjs";
2
+ import { booleanish as a, number as r, spaceSeparated as i } from "./util/types.mjs";
3
+ const u = l({
4
+ properties: {
5
+ ariaActiveDescendant: null,
6
+ ariaAtomic: a,
7
+ ariaAutoComplete: null,
8
+ ariaBusy: a,
9
+ ariaChecked: a,
10
+ ariaColCount: r,
11
+ ariaColIndex: r,
12
+ ariaColSpan: r,
13
+ ariaControls: i,
14
+ ariaCurrent: null,
15
+ ariaDescribedBy: i,
16
+ ariaDetails: null,
17
+ ariaDisabled: a,
18
+ ariaDropEffect: i,
19
+ ariaErrorMessage: null,
20
+ ariaExpanded: a,
21
+ ariaFlowTo: i,
22
+ ariaGrabbed: a,
23
+ ariaHasPopup: null,
24
+ ariaHidden: a,
25
+ ariaInvalid: null,
26
+ ariaKeyShortcuts: null,
27
+ ariaLabel: null,
28
+ ariaLabelledBy: i,
29
+ ariaLevel: r,
30
+ ariaLive: null,
31
+ ariaModal: a,
32
+ ariaMultiLine: a,
33
+ ariaMultiSelectable: a,
34
+ ariaOrientation: null,
35
+ ariaOwns: i,
36
+ ariaPlaceholder: null,
37
+ ariaPosInSet: r,
38
+ ariaPressed: a,
39
+ ariaReadOnly: a,
40
+ ariaRelevant: null,
41
+ ariaRequired: a,
42
+ ariaRoleDescription: i,
43
+ ariaRowCount: r,
44
+ ariaRowIndex: r,
45
+ ariaRowSpan: r,
46
+ ariaSelected: a,
47
+ ariaSetSize: r,
48
+ ariaSort: null,
49
+ ariaValueMax: r,
50
+ ariaValueMin: r,
51
+ ariaValueNow: r,
52
+ ariaValueText: null,
53
+ role: null
54
+ },
55
+ transform(n, e) {
56
+ return e === "role" ? e : "aria-" + e.slice(4).toLowerCase();
57
+ }
58
+ });
59
+ export {
60
+ u as aria
61
+ };
@@ -0,0 +1,33 @@
1
+ import { DefinedInfo as s } from "./util/defined-info.mjs";
2
+ import { Info as p } from "./util/info.mjs";
3
+ import { normalize as f } from "./normalize.mjs";
4
+ const l = /[A-Z]/g, c = /-[a-z]/g, d = /^data[-\w.:]+$/i;
5
+ function y(r, t) {
6
+ const o = f(t);
7
+ let i = t, a = p;
8
+ if (o in r.normal)
9
+ return r.property[r.normal[o]];
10
+ if (o.length > 4 && o.slice(0, 4) === "data" && d.test(t)) {
11
+ if (t.charAt(4) === "-") {
12
+ const e = t.slice(5).replace(c, h);
13
+ i = "data" + e.charAt(0).toUpperCase() + e.slice(1);
14
+ } else {
15
+ const e = t.slice(4);
16
+ if (!c.test(e)) {
17
+ let n = e.replace(l, m);
18
+ n.charAt(0) !== "-" && (n = "-" + n), t = "data" + n;
19
+ }
20
+ }
21
+ a = s;
22
+ }
23
+ return new a(i, t);
24
+ }
25
+ function m(r) {
26
+ return "-" + r.toLowerCase();
27
+ }
28
+ function h(r) {
29
+ return r.charAt(1).toUpperCase();
30
+ }
31
+ export {
32
+ y as find
33
+ };