@ibiz-template/vue3-components 0.7.41-alpha.9 → 0.7.41-alpha.90

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 (2682) hide show
  1. package/dist/chart-B_uQaEfA.js +1 -0
  2. package/dist/html2canvas.esm-ktJ_fyY7.js +21 -0
  3. package/dist/ibiz-markdown-editor-8I67TTyP.js +1 -0
  4. package/dist/index-C87KGRQD.js +1 -0
  5. package/dist/index-D75aMdJj.js +339 -0
  6. package/dist/index-DghNFHjI.js +1 -0
  7. package/dist/index.es-SiXF49tM.js +56 -0
  8. package/dist/index.min.css +1 -1
  9. package/dist/index.system.min.js +1 -1
  10. package/dist/map-chart-nwkjjlMK.js +1 -0
  11. package/dist/map-chart-user-D2lgUtGX.js +1 -0
  12. package/dist/purify.es-BjIEdDys.js +3 -0
  13. package/dist/wang-editor-RXYf7dvV.js +1 -0
  14. package/dist/xlsx-util-CLZNaMo1.js +2 -0
  15. package/es/_virtual/a-callable.mjs +1 -0
  16. package/es/_virtual/a-constructor.mjs +1 -0
  17. package/es/_virtual/a-possible-prototype.mjs +1 -0
  18. package/es/_virtual/add-to-unscopables.mjs +1 -0
  19. package/es/_virtual/advance-string-index.mjs +1 -0
  20. package/es/_virtual/an-instance.mjs +1 -0
  21. package/es/_virtual/an-object.mjs +1 -0
  22. package/es/_virtual/array-includes.mjs +1 -0
  23. package/es/_virtual/array-method-is-strict.mjs +1 -0
  24. package/es/_virtual/array-reduce.mjs +1 -0
  25. package/es/_virtual/array-slice.mjs +1 -0
  26. package/es/_virtual/check-correctness-of-iteration.mjs +1 -0
  27. package/es/_virtual/classof-raw.mjs +1 -0
  28. package/es/_virtual/classof.mjs +1 -0
  29. package/es/_virtual/copy-constructor-properties.mjs +1 -0
  30. package/es/_virtual/correct-is-regexp-logic.mjs +1 -0
  31. package/es/_virtual/correct-prototype-getter.mjs +1 -0
  32. package/es/_virtual/create-iter-result-object.mjs +1 -0
  33. package/es/_virtual/create-non-enumerable-property.mjs +1 -0
  34. package/es/_virtual/create-property-descriptor.mjs +1 -0
  35. package/es/_virtual/define-built-in-accessor.mjs +1 -0
  36. package/es/_virtual/define-built-in.mjs +1 -0
  37. package/es/_virtual/define-global-property.mjs +1 -0
  38. package/es/_virtual/descriptors.mjs +1 -0
  39. package/es/_virtual/document-create-element.mjs +1 -0
  40. package/es/_virtual/dom-iterables.mjs +1 -0
  41. package/es/_virtual/dom-token-list-prototype.mjs +1 -0
  42. package/es/_virtual/enum-bug-keys.mjs +1 -0
  43. package/es/_virtual/environment-is-ios-pebble.mjs +1 -0
  44. package/es/_virtual/environment-is-ios.mjs +1 -0
  45. package/es/_virtual/environment-is-node.mjs +1 -0
  46. package/es/_virtual/environment-is-webos-webkit.mjs +1 -0
  47. package/es/_virtual/environment-user-agent.mjs +1 -0
  48. package/es/_virtual/environment-v8-version.mjs +1 -0
  49. package/es/_virtual/environment.mjs +1 -0
  50. package/es/_virtual/es.array.index-of.mjs +3 -0
  51. package/es/_virtual/es.array.iterator.mjs +1 -0
  52. package/es/_virtual/es.array.reduce.mjs +3 -0
  53. package/es/_virtual/es.array.reverse.mjs +3 -0
  54. package/es/_virtual/es.promise.all.mjs +1 -0
  55. package/es/_virtual/es.promise.all2.mjs +3 -0
  56. package/es/_virtual/es.promise.catch.mjs +1 -0
  57. package/es/_virtual/es.promise.catch2.mjs +3 -0
  58. package/es/_virtual/es.promise.constructor.mjs +1 -0
  59. package/es/_virtual/es.promise.constructor2.mjs +3 -0
  60. package/es/_virtual/es.promise.mjs +3 -0
  61. package/es/_virtual/es.promise.race.mjs +1 -0
  62. package/es/_virtual/es.promise.race2.mjs +3 -0
  63. package/es/_virtual/es.promise.reject.mjs +1 -0
  64. package/es/_virtual/es.promise.reject2.mjs +3 -0
  65. package/es/_virtual/es.promise.resolve.mjs +1 -0
  66. package/es/_virtual/es.promise.resolve2.mjs +3 -0
  67. package/es/_virtual/es.regexp.exec.mjs +1 -0
  68. package/es/_virtual/es.regexp.exec2.mjs +3 -0
  69. package/es/_virtual/es.regexp.to-string.mjs +3 -0
  70. package/es/_virtual/es.string.ends-with.mjs +3 -0
  71. package/es/_virtual/es.string.includes.mjs +3 -0
  72. package/es/_virtual/es.string.match.mjs +3 -0
  73. package/es/_virtual/es.string.replace.mjs +3 -0
  74. package/es/_virtual/es.string.split.mjs +3 -0
  75. package/es/_virtual/es.string.starts-with.mjs +3 -0
  76. package/es/_virtual/es.string.trim.mjs +3 -0
  77. package/es/_virtual/export.mjs +1 -0
  78. package/es/_virtual/fails.mjs +1 -0
  79. package/es/_virtual/fix-regexp-well-known-symbol-logic.mjs +1 -0
  80. package/es/_virtual/function-apply.mjs +1 -0
  81. package/es/_virtual/function-bind-context.mjs +1 -0
  82. package/es/_virtual/function-bind-native.mjs +1 -0
  83. package/es/_virtual/function-call.mjs +1 -0
  84. package/es/_virtual/function-name.mjs +1 -0
  85. package/es/_virtual/function-uncurry-this-accessor.mjs +1 -0
  86. package/es/_virtual/function-uncurry-this-clause.mjs +1 -0
  87. package/es/_virtual/function-uncurry-this.mjs +1 -0
  88. package/es/_virtual/get-built-in.mjs +1 -0
  89. package/es/_virtual/get-iterator-method.mjs +1 -0
  90. package/es/_virtual/get-iterator.mjs +1 -0
  91. package/es/_virtual/get-method.mjs +1 -0
  92. package/es/_virtual/get-substitution.mjs +1 -0
  93. package/es/_virtual/global-this.mjs +1 -0
  94. package/es/_virtual/has-own-property.mjs +1 -0
  95. package/es/_virtual/hidden-keys.mjs +1 -0
  96. package/es/_virtual/host-report-errors.mjs +1 -0
  97. package/es/_virtual/html.mjs +1 -0
  98. package/es/_virtual/ie8-dom-define.mjs +1 -0
  99. package/es/_virtual/index2.mjs +3 -0
  100. package/es/_virtual/indexed-object.mjs +1 -0
  101. package/es/_virtual/inspect-source.mjs +1 -0
  102. package/es/_virtual/internal-state.mjs +1 -0
  103. package/es/_virtual/is-array-iterator-method.mjs +1 -0
  104. package/es/_virtual/is-array.mjs +1 -0
  105. package/es/_virtual/is-callable.mjs +1 -0
  106. package/es/_virtual/is-constructor.mjs +1 -0
  107. package/es/_virtual/is-forced.mjs +1 -0
  108. package/es/_virtual/is-null-or-undefined.mjs +1 -0
  109. package/es/_virtual/is-object.mjs +1 -0
  110. package/es/_virtual/is-possible-prototype.mjs +1 -0
  111. package/es/_virtual/is-pure.mjs +1 -0
  112. package/es/_virtual/is-regexp.mjs +1 -0
  113. package/es/_virtual/is-symbol.mjs +1 -0
  114. package/es/_virtual/iterate.mjs +1 -0
  115. package/es/_virtual/iterator-close.mjs +1 -0
  116. package/es/_virtual/iterator-create-constructor.mjs +1 -0
  117. package/es/_virtual/iterator-define.mjs +1 -0
  118. package/es/_virtual/iterators-core.mjs +1 -0
  119. package/es/_virtual/iterators.mjs +1 -0
  120. package/es/_virtual/length-of-array-like.mjs +1 -0
  121. package/es/_virtual/make-built-in.mjs +1 -0
  122. package/es/_virtual/make-built-in2.mjs +3 -0
  123. package/es/_virtual/math-trunc.mjs +1 -0
  124. package/es/_virtual/microtask.mjs +1 -0
  125. package/es/_virtual/new-promise-capability.mjs +1 -0
  126. package/es/_virtual/new-promise-capability2.mjs +3 -0
  127. package/es/_virtual/not-a-regexp.mjs +1 -0
  128. package/es/_virtual/object-create.mjs +1 -0
  129. package/es/_virtual/object-define-properties.mjs +1 -0
  130. package/es/_virtual/object-define-properties2.mjs +3 -0
  131. package/es/_virtual/object-define-property.mjs +1 -0
  132. package/es/_virtual/object-define-property2.mjs +3 -0
  133. package/es/_virtual/object-get-own-property-descriptor.mjs +1 -0
  134. package/es/_virtual/object-get-own-property-descriptor2.mjs +3 -0
  135. package/es/_virtual/object-get-own-property-names.mjs +1 -0
  136. package/es/_virtual/object-get-own-property-names2.mjs +3 -0
  137. package/es/_virtual/object-get-own-property-symbols.mjs +1 -0
  138. package/es/_virtual/object-get-own-property-symbols2.mjs +3 -0
  139. package/es/_virtual/object-get-prototype-of.mjs +1 -0
  140. package/es/_virtual/object-is-prototype-of.mjs +1 -0
  141. package/es/_virtual/object-keys-internal.mjs +1 -0
  142. package/es/_virtual/object-keys.mjs +1 -0
  143. package/es/_virtual/object-property-is-enumerable.mjs +1 -0
  144. package/es/_virtual/object-property-is-enumerable2.mjs +3 -0
  145. package/es/_virtual/object-set-prototype-of.mjs +1 -0
  146. package/es/_virtual/ordinary-to-primitive.mjs +1 -0
  147. package/es/_virtual/own-keys.mjs +1 -0
  148. package/es/_virtual/path.mjs +1 -0
  149. package/es/_virtual/perform.mjs +1 -0
  150. package/es/_virtual/performance-now.mjs +1 -0
  151. package/es/_virtual/performance-now2.mjs +3 -0
  152. package/es/_virtual/promise-constructor-detection.mjs +1 -0
  153. package/es/_virtual/promise-native-constructor.mjs +1 -0
  154. package/es/_virtual/promise-resolve.mjs +1 -0
  155. package/es/_virtual/promise-statics-incorrect-iteration.mjs +1 -0
  156. package/es/_virtual/queue.mjs +1 -0
  157. package/es/_virtual/regexp-exec-abstract.mjs +1 -0
  158. package/es/_virtual/regexp-exec.mjs +1 -0
  159. package/es/_virtual/regexp-flags-detection.mjs +1 -0
  160. package/es/_virtual/regexp-flags.mjs +1 -0
  161. package/es/_virtual/regexp-get-flags.mjs +1 -0
  162. package/es/_virtual/regexp-sticky-helpers.mjs +1 -0
  163. package/es/_virtual/regexp-unsupported-dot-all.mjs +1 -0
  164. package/es/_virtual/regexp-unsupported-ncg.mjs +1 -0
  165. package/es/_virtual/require-object-coercible.mjs +1 -0
  166. package/es/_virtual/safe-get-built-in.mjs +1 -0
  167. package/es/_virtual/set-species.mjs +1 -0
  168. package/es/_virtual/set-to-string-tag.mjs +1 -0
  169. package/es/_virtual/shared-key.mjs +1 -0
  170. package/es/_virtual/shared-store.mjs +1 -0
  171. package/es/_virtual/shared-store2.mjs +3 -0
  172. package/es/_virtual/shared.mjs +1 -0
  173. package/es/_virtual/species-constructor.mjs +1 -0
  174. package/es/_virtual/string-multibyte.mjs +1 -0
  175. package/es/_virtual/string-trim-forced.mjs +1 -0
  176. package/es/_virtual/string-trim.mjs +1 -0
  177. package/es/_virtual/symbol-constructor-detection.mjs +1 -0
  178. package/es/_virtual/task.mjs +1 -0
  179. package/es/_virtual/to-absolute-index.mjs +1 -0
  180. package/es/_virtual/to-indexed-object.mjs +1 -0
  181. package/es/_virtual/to-integer-or-infinity.mjs +1 -0
  182. package/es/_virtual/to-length.mjs +1 -0
  183. package/es/_virtual/to-object.mjs +1 -0
  184. package/es/_virtual/to-primitive.mjs +1 -0
  185. package/es/_virtual/to-property-key.mjs +1 -0
  186. package/es/_virtual/to-string-tag-support.mjs +1 -0
  187. package/es/_virtual/to-string.mjs +1 -0
  188. package/es/_virtual/try-to-string.mjs +1 -0
  189. package/es/_virtual/uid.mjs +1 -0
  190. package/es/_virtual/use-symbol-as-uid.mjs +1 -0
  191. package/es/_virtual/v8-prototype-define-bug.mjs +1 -0
  192. package/es/_virtual/validate-arguments-length.mjs +1 -0
  193. package/es/_virtual/weak-map-basic-detection.mjs +1 -0
  194. package/es/_virtual/web.dom-collections.iterator.mjs +3 -0
  195. package/es/_virtual/well-known-symbol.mjs +1 -0
  196. package/es/_virtual/whitespaces.mjs +1 -0
  197. package/es/common/action-toolbar/action-toolbar.css +1 -1
  198. package/es/common/action-toolbar/action-toolbar.mjs +101 -27
  199. package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.mjs +1 -1
  200. package/es/common/anchor-container/anchor-container.mjs +1 -1
  201. package/es/common/button-list/button-list.css +1 -1
  202. package/es/common/button-list/button-list.mjs +85 -39
  203. package/es/common/carousel/carousel.css +1 -1
  204. package/es/common/carousel/carousel.mjs +1 -1
  205. package/es/common/carousel-card/carousel-card.mjs +1 -1
  206. package/es/common/col/col.mjs +20 -3
  207. package/es/common/control-navigation/control-navigation.mjs +9 -10
  208. package/es/common/control-navigation/provider/calendar-navigation.provider.mjs +21 -8
  209. package/es/common/control-navigation/provider/chart-navigation.provider.mjs +148 -0
  210. package/es/common/control-navigation/provider/index.mjs +4 -1
  211. package/es/common/control-navigation/provider/map-navigation.provider.mjs +46 -10
  212. package/es/common/control-navigation/provider/navigation-base.provider.mjs +25 -10
  213. package/es/common/control-navigation/provider/tree-navigation.provider.mjs +5 -8
  214. package/es/common/coop-alert/coop-alert.mjs +1 -1
  215. package/es/common/cropping/cropping.mjs +1 -1
  216. package/es/common/custom-filter-condition/custom-filter-condition.mjs +3 -3
  217. package/es/common/custom-theme/custom-theme.controller.mjs +34 -0
  218. package/es/common/custom-theme/custom-theme.mjs +14 -8
  219. package/es/common/data-import/data-import.mjs +1 -1
  220. package/es/common/data-import2/data-import2.mjs +11 -6
  221. package/es/common/data-import2-select/data-import2-select.mjs +8 -3
  222. package/es/common/data-import2-table/data-import2-table.mjs +1 -1
  223. package/es/common/doing-notice/doing-notice.mjs +1 -1
  224. package/es/common/editor-empty-text/editor-empty-text.mjs +1 -1
  225. package/es/common/emoji-select/components/categories/categories.mjs +1 -1
  226. package/es/common/emoji-select/components/category-label/category-label.mjs +1 -1
  227. package/es/common/emoji-select/components/emoji-item/emoji-item.mjs +1 -1
  228. package/es/common/emoji-select/components/emoji-list/emoji-list.mjs +2 -2
  229. package/es/common/emoji-select/components/input-search/input-search.mjs +1 -1
  230. package/es/common/emoji-select/emoji-select.mjs +3 -3
  231. package/es/common/extend-action-timeline/extend-action-timeline.mjs +1 -1
  232. package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.mjs +1 -1
  233. package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +1 -1
  234. package/es/common/gantt-setting/gantt-setting.mjs +1 -1
  235. package/es/common/grid-setting/grid-setting.mjs +10 -5
  236. package/es/common/index.mjs +4 -1
  237. package/es/common/kanben-setting/kanben-setting.css +1 -0
  238. package/es/common/kanben-setting/kanben-setting.mjs +65 -0
  239. package/es/common/map-chart/map-chart.mjs +13 -19
  240. package/es/common/map-chart/map-manager.mjs +3 -4
  241. package/es/common/map-chart-user/map-chart-user.css +1 -1
  242. package/es/common/map-chart-user/map-chart-user.mjs +86 -9
  243. package/es/common/map-chart-user/map-chart-user.util.mjs +54 -3
  244. package/es/common/map-chart-user/map-user-manager.mjs +46 -10
  245. package/es/common/nav-split/nav-split.mjs +1 -1
  246. package/es/common/no-data/no-data.mjs +3 -4
  247. package/es/common/pagination/pagination.css +1 -1
  248. package/es/common/pagination/pagination.mjs +24 -1
  249. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.mjs +1 -1
  250. package/es/common/pql-editor/pql-editor.mjs +6 -5
  251. package/es/common/pql-editor/pql-editor.module.mjs +2 -2
  252. package/es/common/pql-editor/utils/index.mjs +80 -25
  253. package/es/common/quick-edit/quick-edit.mjs +1 -1
  254. package/es/common/rawitem/rawitem.mjs +45 -6
  255. package/es/common/row/row.mjs +1 -1
  256. package/es/common/sort-bar/sort-bar.mjs +1 -1
  257. package/es/common/split/split.mjs +1 -1
  258. package/es/common/split-trigger/split-trigger.mjs +1 -1
  259. package/es/common/view-message/view-message.mjs +1 -1
  260. package/es/control/app-menu/app-menu.css +1 -1
  261. package/es/control/app-menu/app-menu.mjs +204 -209
  262. package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +65 -94
  263. package/es/control/app-menu/index.mjs +1 -1
  264. package/es/control/app-menu-icon-view/app-menu-icon-view.mjs +1 -1
  265. package/es/control/app-menu-icon-view/index.mjs +1 -1
  266. package/es/control/calendar/calendar-util.mjs +30 -1
  267. package/es/control/calendar/calendar.css +1 -1
  268. package/es/control/calendar/calendar.mjs +168 -66
  269. package/es/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  270. package/es/control/calendar/components/calendar-daily/calendar-daily.mjs +54 -17
  271. package/es/control/calendar/components/calendar-daily/use-calendar-daily.mjs +135 -47
  272. package/es/control/calendar/components/calendar-user/calendar-user.css +1 -1
  273. package/es/control/calendar/components/calendar-user/calendar-user.mjs +17 -17
  274. package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
  275. package/es/control/calendar/components/calendar-week/calendar-week.mjs +92 -71
  276. package/es/control/calendar/components/calendar-week/use-calendar-week.mjs +347 -156
  277. package/es/control/calendar/components/constant/event.mjs +2 -1
  278. package/es/control/calendar/components/constant/index.mjs +1 -1
  279. package/es/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  280. package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +34 -19
  281. package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +24 -1
  282. package/es/control/calendar/components/interface/calendar-daily.mjs +7 -2
  283. package/es/control/calendar/components/interface/calendar-user.mjs +1 -1
  284. package/es/control/calendar/components/interface/calendar-week.mjs +3 -2
  285. package/es/control/calendar/components/interface/custom-calendar.mjs +4 -3
  286. package/es/control/calendar/components/util/index.mjs +1 -1
  287. package/es/control/calendar/components/util/util.mjs +41 -3
  288. package/es/control/calendar/index.mjs +1 -1
  289. package/es/control/caption-bar/caption-bar.mjs +7 -1
  290. package/es/control/caption-bar/index.mjs +1 -1
  291. package/es/control/chart/chart.mjs +46 -40
  292. package/es/control/chart/index.mjs +1 -1
  293. package/es/control/context-menu/context-menu.css +1 -1
  294. package/es/control/context-menu/context-menu.mjs +77 -5
  295. package/es/control/context-menu/index.mjs +1 -1
  296. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +7 -3
  297. package/es/control/dashboard/dashboard-design/dashboard-design.mjs +9 -5
  298. package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +1 -1
  299. package/es/control/dashboard/dashboard.css +1 -1
  300. package/es/control/dashboard/dashboard.mjs +5 -4
  301. package/es/control/dashboard/index.mjs +1 -1
  302. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.mjs +4 -1
  303. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +2 -2
  304. package/es/control/dashboard/portlet/container-portlet/container-portlet.mjs +1 -1
  305. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +1 -1
  306. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.mjs +1 -1
  307. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.mjs +1 -1
  308. package/es/control/dashboard/portlet/html-portlet/html-portlet.mjs +1 -1
  309. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +2 -2
  310. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  311. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.mjs +1 -1
  312. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.mjs +2 -2
  313. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  314. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +53 -12
  315. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.mjs +1 -1
  316. package/es/control/dashboard/portlet/report-portlet/report-portlet.mjs +2 -2
  317. package/es/control/dashboard/portlet/view-portlet/view-portlet.mjs +1 -1
  318. package/es/control/data-view/data-view.css +1 -1
  319. package/es/control/data-view/data-view.mjs +137 -41
  320. package/es/control/data-view/index.mjs +1 -1
  321. package/es/control/drbar/drbar.controller.mjs +68 -34
  322. package/es/control/drbar/drbar.css +1 -1
  323. package/es/control/drbar/drbar.mjs +11 -5
  324. package/es/control/drbar/index.mjs +1 -1
  325. package/es/control/drtab/drtab-control.util.mjs +2 -2
  326. package/es/control/drtab/drtab.controller.mjs +92 -18
  327. package/es/control/drtab/drtab.css +1 -1
  328. package/es/control/drtab/drtab.mjs +23 -7
  329. package/es/control/drtab/flow-drtab.css +1 -1
  330. package/es/control/drtab/flow-drtab.mjs +205 -11
  331. package/es/control/drtab/index.mjs +1 -1
  332. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.mjs +3 -3
  333. package/es/control/exp-bar/calendar-exp-bar/index.mjs +1 -1
  334. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.mjs +3 -3
  335. package/es/control/exp-bar/chart-exp-bar/index.mjs +1 -1
  336. package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.mjs +3 -3
  337. package/es/control/exp-bar/data-view-exp-bar/index.mjs +1 -1
  338. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.mjs +3 -3
  339. package/es/control/exp-bar/grid-exp-bar/index.mjs +1 -1
  340. package/es/control/exp-bar/list-exp-bar/index.mjs +1 -1
  341. package/es/control/exp-bar/list-exp-bar/list-exp-bar.mjs +3 -3
  342. package/es/control/exp-bar/render-util.mjs +2 -2
  343. package/es/control/exp-bar/tree-exp-bar/index.mjs +1 -1
  344. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.mjs +3 -3
  345. package/es/control/form/edit-form/edit-form.mjs +31 -5
  346. package/es/control/form/edit-form/index.mjs +1 -1
  347. package/es/control/form/form/form.css +1 -1
  348. package/es/control/form/form/form.mjs +6 -4
  349. package/es/control/form/form/index.mjs +2 -0
  350. package/es/control/form/form-detail/form-button/form-button.css +1 -1
  351. package/es/control/form/form-detail/form-button/form-button.mjs +2 -2
  352. package/es/control/form/form-detail/form-button-list/form-button-list.mjs +1 -1
  353. package/es/control/form/form-detail/form-druipart/form-druipart.mjs +1 -1
  354. package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +12 -6
  355. package/es/control/form/form-detail/form-iframe/form-iframe.css +1 -0
  356. package/es/control/form/form-detail/form-iframe/form-iframe.mjs +53 -0
  357. package/es/control/form/form-detail/form-iframe/form-iframe.provider.mjs +21 -0
  358. package/es/control/form/form-detail/form-iframe/index.mjs +12 -0
  359. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +1 -1
  360. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.controller.mjs +187 -0
  361. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.css +1 -0
  362. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.mjs +175 -0
  363. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.provider.mjs +21 -0
  364. package/es/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.state.mjs +22 -0
  365. package/es/control/form/form-detail/form-item/composite-form-item-ex/index.mjs +16 -0
  366. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +54 -12
  367. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  368. package/es/control/form/form-detail/form-item/form-item.mjs +34 -28
  369. package/es/control/form/form-detail/form-item/index.mjs +2 -0
  370. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +4 -2
  371. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +44 -14
  372. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +11 -1
  373. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.util.mjs +30 -0
  374. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  375. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +151 -64
  376. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
  377. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.mjs +309 -0
  378. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +7 -2
  379. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +14 -4
  380. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +5 -2
  381. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  382. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +82 -19
  383. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.mjs +2 -2
  384. package/es/control/form/form-detail/form-page/form-page-item/form-page.item.mjs +5 -4
  385. package/es/control/form/form-detail/form-page/form-page.mjs +1 -1
  386. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +1 -1
  387. package/es/control/form/form-detail/form-tab-page/form-tab-page.mjs +4 -3
  388. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  389. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.mjs +61 -38
  390. package/es/control/form/form-detail/index.mjs +1 -0
  391. package/es/control/form/index.mjs +1 -0
  392. package/es/control/form/search-form/advance-search/advance-search.mjs +1 -1
  393. package/es/control/form/search-form/index.mjs +1 -1
  394. package/es/control/form/search-form/search-form.mjs +11 -5
  395. package/es/control/gantt/gantt.css +1 -1
  396. package/es/control/gantt/gantt.mjs +199 -29
  397. package/es/control/gantt/index.mjs +1 -1
  398. package/es/control/grid/grid/grid-control.util.mjs +67 -45
  399. package/es/control/grid/grid/grid.css +1 -1
  400. package/es/control/grid/grid/grid.mjs +65 -51
  401. package/es/control/grid/grid/index.mjs +3 -1
  402. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.mjs +2 -2
  403. package/es/control/grid/grid-column/grid-column-header/grid-column-header.mjs +1 -1
  404. package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.mjs +16 -5
  405. package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.mjs +88 -25
  406. package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  407. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +31 -33
  408. package/es/control/grid/grid-column/grid-field-edit-column/all-edit.mjs +2 -1
  409. package/es/control/grid/grid-column/grid-field-edit-column/cell-edit.mjs +2 -1
  410. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.mjs +1 -1
  411. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +60 -22
  412. package/es/control/grid/grid-column/grid-field-edit-column/row-edit.mjs +2 -1
  413. package/es/control/grid/grid-column/grid-group-column/grid-group-column.mjs +2 -2
  414. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.mjs +3 -2
  415. package/es/control/grid/row-edit-popover/row-edit-popover.mjs +1 -1
  416. package/es/control/grid/virtualized-table/index.mjs +18 -0
  417. package/es/control/grid/virtualized-table/virtualized-table.css +1 -0
  418. package/es/control/grid/virtualized-table/virtualized-table.mjs +326 -0
  419. package/es/control/grid/virtualized-table/virtualized-table.provider.mjs +14 -0
  420. package/es/control/grid/virtualized-table/virtualized-table.util.mjs +191 -0
  421. package/es/control/index.mjs +1 -0
  422. package/es/control/kanban/index.mjs +1 -1
  423. package/es/control/kanban/kanban.css +1 -1
  424. package/es/control/kanban/kanban.mjs +119 -36
  425. package/es/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -0
  426. package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +465 -0
  427. package/es/control/list/index.mjs +1 -1
  428. package/es/control/list/list.css +1 -1
  429. package/es/control/list/list.mjs +204 -84
  430. package/es/control/map/index.mjs +1 -1
  431. package/es/control/map/map.mjs +24 -22
  432. package/es/control/medit-view-panel/index.mjs +1 -1
  433. package/es/control/medit-view-panel/medit-view-panel.css +1 -1
  434. package/es/control/medit-view-panel/medit-view-panel.mjs +51 -31
  435. package/es/control/pickup-view-panel/index.mjs +1 -1
  436. package/es/control/pickup-view-panel/pickup-view-panel.mjs +1 -1
  437. package/es/control/report-panel/index.mjs +3 -1
  438. package/es/control/report-panel/report-detail/bi-report/bi-report.css +1 -0
  439. package/es/control/report-panel/report-detail/bi-report/bi-report.mjs +46 -0
  440. package/es/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.css +1 -0
  441. package/es/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.mjs +184 -0
  442. package/es/control/report-panel/report-detail/bi-report/commons/index.mjs +3 -0
  443. package/es/control/report-panel/report-detail/bi-report/index.mjs +9 -0
  444. package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.mjs +1 -1
  445. package/es/control/report-panel/report-detail/index.mjs +1 -0
  446. package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.mjs +1 -1
  447. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +1 -1
  448. package/es/control/report-panel/report-panel.mjs +10 -9
  449. package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +47 -47
  450. package/es/control/search-bar/filter-tree/filter-tree.mjs +62 -61
  451. package/es/control/search-bar/index.mjs +1 -1
  452. package/es/control/search-bar/quick-search-select/quick-search-select.mjs +1 -1
  453. package/es/control/search-bar/search-bar.css +1 -1
  454. package/es/control/search-bar/search-bar.mjs +35 -5
  455. package/es/control/search-bar/search-groups/search-groups.css +1 -1
  456. package/es/control/search-bar/search-groups/search-groups.mjs +17 -3
  457. package/es/control/tab-exp-panel/index.mjs +1 -1
  458. package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
  459. package/es/control/tab-exp-panel/tab-exp-panel.mjs +10 -4
  460. package/es/control/toolbar/export-excel/export-excel.mjs +22 -7
  461. package/es/control/toolbar/index.mjs +5 -1
  462. package/es/control/toolbar/short-cut-button/short-cut-button.mjs +1 -1
  463. package/es/control/toolbar/toolbar.css +1 -1
  464. package/es/control/toolbar/toolbar.mjs +108 -49
  465. package/es/control/tree/index.mjs +1 -1
  466. package/es/control/tree/tree.css +1 -1
  467. package/es/control/tree/tree.mjs +44 -71
  468. package/es/control/tree-grid/index.mjs +1 -1
  469. package/es/control/tree-grid/tree-grid.mjs +144 -68
  470. package/es/control/tree-grid-ex/index.mjs +1 -1
  471. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.mjs +3 -1
  472. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +2 -2
  473. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.css +1 -1
  474. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +15 -8
  475. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.css +1 -1
  476. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.mjs +3 -2
  477. package/es/control/tree-grid-ex/tree-grid-ex.css +1 -1
  478. package/es/control/tree-grid-ex/tree-grid-ex.mjs +73 -41
  479. package/es/control/view-panel/index.mjs +1 -1
  480. package/es/control/view-panel/view-panel.mjs +1 -1
  481. package/es/control/wizard-panel/index.mjs +1 -1
  482. package/es/control/wizard-panel/wizard-panel.mjs +2 -2
  483. package/es/directives/common/index.mjs +10 -0
  484. package/es/directives/common/tooltip/tooltip.css +1 -0
  485. package/es/directives/common/tooltip/tooltip.mjs +175 -0
  486. package/es/directives/index.mjs +13 -0
  487. package/es/directives/tooltip/tooltip.mjs +96 -0
  488. package/es/editor/array/ibiz-array/ibiz-array.css +1 -1
  489. package/es/editor/array/ibiz-array/ibiz-array.mjs +15 -3
  490. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -3
  491. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.mjs +34 -14
  492. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.mjs +146 -338
  493. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +2 -2
  494. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +2 -2
  495. package/es/editor/code/code-editor.controller.mjs +254 -1
  496. package/es/editor/code/monaco-editor/monaco-editor.css +1 -1
  497. package/es/editor/code/monaco-editor/monaco-editor.mjs +155 -191
  498. package/es/editor/color-picker/color-picker-editor.controller.mjs +4 -1
  499. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +1 -1
  500. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +1 -1
  501. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +10 -10
  502. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  503. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +145 -69
  504. package/es/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  505. package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +159 -49
  506. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  507. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +9 -12
  508. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.mjs +18 -11
  509. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +4 -4
  510. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.mjs +58 -46
  511. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.mjs +1 -1
  512. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.mjs +2 -2
  513. package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.mjs +2 -2
  514. package/es/editor/data-picker/picker-editor.controller.mjs +96 -9
  515. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.mjs +2 -2
  516. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.mjs +11 -2
  517. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.mjs +1 -1
  518. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.mjs +2 -2
  519. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.mjs +1 -1
  520. package/es/editor/date-range-select/date-range-select-picker/date-range-select.mjs +2 -2
  521. package/es/editor/date-range-select/date-range-select.controller.mjs +9 -0
  522. package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +14 -3
  523. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  524. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +31 -26
  525. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.mjs +3 -3
  526. package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.mjs +2 -2
  527. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -1
  528. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +11 -9
  529. package/es/editor/html/html-editor.controller.mjs +225 -3
  530. package/es/editor/html/wang-editor/component/emoji/emoji.mjs +1 -1
  531. package/es/editor/html/wang-editor/config/index.mjs +3 -0
  532. package/es/editor/html/wang-editor/config/toolbar.mjs +90 -0
  533. package/es/editor/html/wang-editor/constants/svg.mjs +8 -0
  534. package/es/editor/html/wang-editor/index.mjs +2 -0
  535. package/es/editor/html/wang-editor/module/ai-module.mjs +1 -1
  536. package/es/editor/html/wang-editor/module/emoji-module.mjs +2 -2
  537. package/es/editor/html/wang-editor/module/extra-module.mjs +81 -0
  538. package/es/editor/html/wang-editor/module/index.mjs +2 -0
  539. package/es/editor/html/wang-editor/module/inline-ai-module.mjs +95 -0
  540. package/es/editor/html/wang-editor/wang-editor.css +1 -1
  541. package/es/editor/html/wang-editor/wang-editor.mjs +151 -197
  542. package/es/editor/index.mjs +6 -0
  543. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +2 -2
  544. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -1
  545. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.mjs +93 -14
  546. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-util.mjs +8 -0
  547. package/es/editor/map-picker/map-picker-editor.controller.mjs +55 -0
  548. package/es/editor/markdown/ibiz-markdown-editor/custom-menu.mjs +125 -0
  549. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  550. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +389 -30
  551. package/es/editor/markdown/ibiz-markdown-editor/render-util.mjs +126 -0
  552. package/es/editor/markdown/markdown-editor.controller.mjs +271 -2
  553. package/es/editor/not-supported-editor/not-supported-editor.mjs +1 -1
  554. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.mjs +8 -2
  555. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.mjs +2 -2
  556. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +8 -2
  557. package/es/editor/radio-button-list/radio-button-list.controller.mjs +4 -1
  558. package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +2 -2
  559. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +15 -5
  560. package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +2 -2
  561. package/es/editor/span/span/span.mjs +8 -7
  562. package/es/editor/span/span-editor.controller.mjs +3 -3
  563. package/es/editor/span/span-link/span-link.mjs +2 -2
  564. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +2 -2
  565. package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +5 -2
  566. package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.mjs +2 -2
  567. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  568. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +168 -109
  569. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +2 -2
  570. package/es/editor/text-box/index.mjs +1 -0
  571. package/es/editor/text-box/input/input.css +1 -1
  572. package/es/editor/text-box/input/input.mjs +20 -180
  573. package/es/editor/text-box/signature/signature.css +1 -0
  574. package/es/editor/text-box/signature/signature.mjs +259 -0
  575. package/es/editor/text-box/text-box-editor.provider.mjs +4 -0
  576. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  577. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +82 -9
  578. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.mjs +14 -4
  579. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +7 -4
  580. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +2 -2
  581. package/es/editor/upload/upload-editor.controller.mjs +117 -2
  582. package/es/editor/upload/use/use-custom-upload.mjs +142 -0
  583. package/es/editor/upload/use/use-iview-upload.mjs +120 -34
  584. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.mjs +2 -2
  585. package/es/ibiz-vue3.mjs +2 -0
  586. package/es/index.mjs +8 -1
  587. package/es/locale/en/index.mjs +173 -23
  588. package/es/locale/zh-CN/index.mjs +172 -22
  589. package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1_patch_hash_73bpcwbs2m5ip4qppmz6a7epsa/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +41 -0
  590. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +27 -0
  591. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
  592. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +14 -0
  593. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
  594. package/es/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
  595. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/config/index.mjs +7 -0
  596. package/es/node_modules/.pnpm/canvg@3.0.11/node_modules/canvg/lib/index.es.mjs +6550 -0
  597. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-callable.mjs +21 -0
  598. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-constructor.mjs +21 -0
  599. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-possible-prototype.mjs +18 -0
  600. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/add-to-unscopables.mjs +33 -0
  601. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/advance-string-index.mjs +16 -0
  602. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-instance.mjs +17 -0
  603. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-object.mjs +19 -0
  604. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-includes.mjs +46 -0
  605. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-method-is-strict.mjs +18 -0
  606. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-reduce.mjs +60 -0
  607. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-slice.mjs +12 -0
  608. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/check-correctness-of-iteration.mjs +51 -0
  609. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof-raw.mjs +17 -0
  610. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof.mjs +44 -0
  611. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/copy-constructor-properties.mjs +31 -0
  612. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-is-regexp-logic.mjs +24 -0
  613. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-prototype-getter.mjs +17 -0
  614. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-iter-result-object.mjs +12 -0
  615. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-non-enumerable-property.mjs +23 -0
  616. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-property-descriptor.mjs +15 -0
  617. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in-accessor.mjs +19 -0
  618. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in.mjs +42 -0
  619. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-global-property.mjs +21 -0
  620. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/descriptors.mjs +16 -0
  621. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/document-create-element.mjs +21 -0
  622. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-iterables.mjs +42 -0
  623. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-token-list-prototype.mjs +16 -0
  624. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/enum-bug-keys.mjs +17 -0
  625. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios-pebble.mjs +12 -0
  626. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios.mjs +12 -0
  627. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-node.mjs +12 -0
  628. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-webos-webkit.mjs +12 -0
  629. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-user-agent.mjs +15 -0
  630. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-v8-version.mjs +38 -0
  631. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment.mjs +33 -0
  632. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/export.mjs +75 -0
  633. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fails.mjs +14 -0
  634. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.mjs +97 -0
  635. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-apply.mjs +19 -0
  636. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-context.mjs +26 -0
  637. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-native.mjs +17 -0
  638. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-call.mjs +16 -0
  639. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-name.mjs +28 -0
  640. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-accessor.mjs +20 -0
  641. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-clause.mjs +20 -0
  642. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this.mjs +21 -0
  643. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-built-in.mjs +21 -0
  644. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator-method.mjs +30 -0
  645. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator.mjs +30 -0
  646. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-method.mjs +20 -0
  647. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-substitution.mjs +56 -0
  648. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/global-this.mjs +22 -0
  649. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/has-own-property.mjs +22 -0
  650. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/hidden-keys.mjs +8 -0
  651. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/host-report-errors.mjs +13 -0
  652. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/html.mjs +12 -0
  653. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ie8-dom-define.mjs +24 -0
  654. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/indexed-object.mjs +28 -0
  655. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/inspect-source.mjs +27 -0
  656. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/internal-state.mjs +93 -0
  657. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array-iterator-method.mjs +21 -0
  658. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array.mjs +17 -0
  659. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-callable.mjs +18 -0
  660. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-constructor.mjs +70 -0
  661. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-forced.mjs +33 -0
  662. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-null-or-undefined.mjs +12 -0
  663. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-object.mjs +14 -0
  664. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-possible-prototype.mjs +14 -0
  665. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-pure.mjs +8 -0
  666. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-regexp.mjs +25 -0
  667. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-symbol.mjs +28 -0
  668. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterate.mjs +100 -0
  669. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-close.mjs +36 -0
  670. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-create-constructor.mjs +32 -0
  671. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-define.mjs +136 -0
  672. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators-core.mjs +71 -0
  673. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators.mjs +8 -0
  674. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/length-of-array-like.mjs +16 -0
  675. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/make-built-in.mjs +81 -0
  676. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/math-trunc.mjs +17 -0
  677. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/microtask.mjs +103 -0
  678. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/new-promise-capability.mjs +28 -0
  679. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/not-a-regexp.mjs +18 -0
  680. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-create.mjs +105 -0
  681. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-properties.mjs +38 -0
  682. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-property.mjs +59 -0
  683. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-descriptor.mjs +44 -0
  684. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-names.mjs +21 -0
  685. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-symbols.mjs +8 -0
  686. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-prototype-of.mjs +38 -0
  687. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-is-prototype-of.mjs +12 -0
  688. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys-internal.mjs +37 -0
  689. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys.mjs +20 -0
  690. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-property-is-enumerable.mjs +19 -0
  691. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-set-prototype-of.mjs +43 -0
  692. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ordinary-to-primitive.mjs +28 -0
  693. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/own-keys.mjs +31 -0
  694. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/path.mjs +12 -0
  695. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/perform.mjs +14 -0
  696. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-constructor-detection.mjs +71 -0
  697. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-native-constructor.mjs +12 -0
  698. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-resolve.mjs +25 -0
  699. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-statics-incorrect-iteration.mjs +20 -0
  700. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/queue.mjs +31 -0
  701. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec-abstract.mjs +37 -0
  702. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec.mjs +150 -0
  703. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags-detection.mjs +57 -0
  704. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags.mjs +26 -0
  705. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-get-flags.mjs +32 -0
  706. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-sticky-helpers.mjs +41 -0
  707. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-dot-all.mjs +21 -0
  708. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-ncg.mjs +22 -0
  709. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/require-object-coercible.mjs +19 -0
  710. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/safe-get-built-in.mjs +23 -0
  711. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-species.mjs +32 -0
  712. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-to-string-tag.mjs +25 -0
  713. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-key.mjs +19 -0
  714. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-store.mjs +31 -0
  715. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared.mjs +14 -0
  716. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/species-constructor.mjs +29 -0
  717. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-multibyte.mjs +51 -0
  718. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim-forced.mjs +28 -0
  719. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim.mjs +45 -0
  720. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/symbol-constructor-detection.mjs +31 -0
  721. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/task.mjs +147 -0
  722. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-absolute-index.mjs +21 -0
  723. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-indexed-object.mjs +18 -0
  724. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-integer-or-infinity.mjs +18 -0
  725. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-length.mjs +19 -0
  726. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-object.mjs +18 -0
  727. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-primitive.mjs +44 -0
  728. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-property-key.mjs +20 -0
  729. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string-tag-support.mjs +17 -0
  730. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string.mjs +17 -0
  731. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/try-to-string.mjs +16 -0
  732. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/uid.mjs +18 -0
  733. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/use-symbol-as-uid.mjs +15 -0
  734. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/v8-prototype-define-bug.mjs +23 -0
  735. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/validate-arguments-length.mjs +13 -0
  736. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/weak-map-basic-detection.mjs +17 -0
  737. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/well-known-symbol.mjs +37 -0
  738. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/whitespaces.mjs +10 -0
  739. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.index-of.mjs +34 -0
  740. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.iterator.mjs +86 -0
  741. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reduce.mjs +33 -0
  742. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reverse.mjs +28 -0
  743. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.all.mjs +56 -0
  744. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.catch.mjs +43 -0
  745. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.constructor.mjs +344 -0
  746. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.mjs +10 -0
  747. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.race.mjs +43 -0
  748. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.reject.mjs +24 -0
  749. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.resolve.mjs +33 -0
  750. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.exec.mjs +16 -0
  751. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.to-string.mjs +41 -0
  752. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.ends-with.mjs +55 -0
  753. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.includes.mjs +36 -0
  754. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.match.mjs +81 -0
  755. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.replace.mjs +184 -0
  756. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.split.mjs +146 -0
  757. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.starts-with.mjs +53 -0
  758. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.trim.mjs +21 -0
  759. package/es/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/web.dom-collections.iterator.mjs +54 -0
  760. package/es/node_modules/.pnpm/dompurify@2.5.8/node_modules/dompurify/dist/purify.es.mjs +1530 -0
  761. package/es/node_modules/.pnpm/element-plus@2.4.4_vue@3.5.22/node_modules/element-plus/dist/locale/en.mjs +166 -0
  762. package/es/node_modules/.pnpm/fflate@0.8.2/node_modules/fflate/esm/browser.mjs +2640 -0
  763. package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs +7821 -0
  764. package/es/node_modules/.pnpm/jspdf@2.5.2/node_modules/jspdf/dist/jspdf.es.min.mjs +336 -0
  765. package/es/node_modules/.pnpm/modern-screenshot@4.6.7/node_modules/modern-screenshot/dist/index.mjs +1652 -0
  766. package/es/node_modules/.pnpm/performance-now@2.1.0/node_modules/performance-now/lib/performance-now.mjs +46 -0
  767. package/es/node_modules/.pnpm/raf@3.4.1/node_modules/raf/index.mjs +87 -0
  768. package/es/node_modules/.pnpm/rgbcolor@1.0.1/node_modules/rgbcolor/index.mjs +308 -0
  769. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/h.mjs +87 -0
  770. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/htmldomapi.mjs +115 -0
  771. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/index.mjs +16 -0
  772. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/init.mjs +392 -0
  773. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/jsx.mjs +61 -0
  774. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/attributes.mjs +63 -0
  775. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/dataset.mjs +42 -0
  776. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/eventlisteners.mjs +85 -0
  777. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/style.mjs +115 -0
  778. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/thunk.mjs +52 -0
  779. package/es/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/tovnode.mjs +56 -0
  780. package/es/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.mjs +3377 -0
  781. package/es/node_modules/.pnpm/stackblur-canvas@2.7.0/node_modules/stackblur-canvas/dist/stackblur-es.mjs +639 -0
  782. package/es/node_modules/.pnpm/svg-pathdata@6.0.3/node_modules/svg-pathdata/lib/SVGPathData.module.mjs +17 -0
  783. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.mjs +1 -1
  784. package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.mjs +21 -6
  785. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.mjs +1 -1
  786. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.controller.mjs +28 -1
  787. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  788. package/es/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.mjs +278 -0
  789. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.mjs +1 -1
  790. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.mjs +1 -1
  791. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.mjs +1 -1
  792. package/es/panel-component/app-switch/app-switch.controller.mjs +9 -3
  793. package/es/panel-component/app-switch/app-switch.css +1 -1
  794. package/es/panel-component/app-switch/app-switch.mjs +1 -1
  795. package/es/panel-component/auth-captcha/auth-captcha.mjs +1 -1
  796. package/es/panel-component/auth-sso/auth-sso.css +1 -1
  797. package/es/panel-component/auth-sso/auth-sso.mjs +78 -6
  798. package/es/panel-component/auth-userinfo/auth-userinfo.controller.mjs +51 -0
  799. package/es/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  800. package/es/panel-component/auth-userinfo/auth-userinfo.mjs +21 -6
  801. package/es/panel-component/auth-userinfo/auth-userinfo.provider.mjs +2 -2
  802. package/es/panel-component/coop-pos/coop-pos.controller.mjs +25 -1
  803. package/es/panel-component/coop-pos/coop-pos.mjs +1 -1
  804. package/es/panel-component/data-import/data-import-shell.mjs +1 -1
  805. package/es/panel-component/global-search/global-search.controller.mjs +39 -18
  806. package/es/panel-component/global-search/global-search.mjs +12 -2
  807. package/es/panel-component/global-search/virtual-list/virtual-list.mjs +1 -1
  808. package/es/panel-component/index-actions/index-actions.mjs +3 -5
  809. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.mjs +0 -2
  810. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.mjs +2 -4
  811. package/es/panel-component/index.mjs +2 -1
  812. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.mjs +65 -19
  813. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -1
  814. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.mjs +15 -4
  815. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.mjs +6 -7
  816. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.mjs +6 -0
  817. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.mjs +50 -6
  818. package/es/panel-component/nav-pos-index/nav-pos-index.controller.mjs +3 -3
  819. package/es/panel-component/nav-pos-index/nav-pos-index.mjs +1 -1
  820. package/es/panel-component/nav-tabs/icon.mjs +88 -0
  821. package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +44 -34
  822. package/es/panel-component/nav-tabs/nav-tabs.css +1 -1
  823. package/es/panel-component/nav-tabs/nav-tabs.mjs +131 -63
  824. package/es/panel-component/panel-app-header/panel-app-header.mjs +1 -1
  825. package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +2 -4
  826. package/es/panel-component/panel-app-title/panel-app-title.controller.mjs +9 -4
  827. package/es/panel-component/panel-app-title/panel-app-title.mjs +30 -45
  828. package/es/panel-component/panel-button/panel-button.controller.mjs +9 -3
  829. package/es/panel-component/panel-button/panel-button.css +1 -1
  830. package/es/panel-component/panel-button/panel-button.mjs +3 -2
  831. package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +37 -18
  832. package/es/panel-component/panel-button-list/panel-button-list.mjs +2 -3
  833. package/es/panel-component/panel-container-group/index.mjs +20 -0
  834. package/es/panel-component/panel-container-group/panel-container-group.controller.mjs +97 -0
  835. package/es/panel-component/panel-container-group/panel-container-group.css +1 -0
  836. package/es/panel-component/panel-container-group/panel-container-group.mjs +141 -0
  837. package/es/panel-component/panel-container-group/panel-container-group.provider.mjs +21 -0
  838. package/es/panel-component/panel-container-group/panel-container-group.state.mjs +23 -0
  839. package/es/panel-component/panel-exp-header/panel-exp-header.mjs +1 -1
  840. package/es/panel-component/panel-index-view-search/panel-index-view-search.controller.mjs +51 -0
  841. package/es/panel-component/panel-index-view-search/panel-index-view-search.mjs +21 -4
  842. package/es/panel-component/panel-index-view-search/panel-index-view-search.provider.mjs +2 -2
  843. package/es/panel-component/panel-remember-me/panel-remember-me.mjs +1 -1
  844. package/es/panel-component/panel-static-carousel/panel-static-carousel.mjs +1 -1
  845. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.mjs +2 -2
  846. package/es/panel-component/panel-tab-panel/panel-tab-panel.mjs +3 -3
  847. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.mjs +2 -2
  848. package/es/panel-component/panel-view-content/panel-view-content.mjs +7 -6
  849. package/es/panel-component/panel-view-content/panel-view-content.provider.mjs +2 -2
  850. package/es/panel-component/panel-view-header/panel-view-header.mjs +7 -6
  851. package/es/panel-component/panel-view-header/panel-view-header.provider.mjs +2 -2
  852. package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
  853. package/es/panel-component/short-cut/short-cut.mjs +30 -5
  854. package/es/panel-component/split-container/split-container.controller.mjs +4 -3
  855. package/es/panel-component/split-container/split-container.mjs +5 -4
  856. package/es/panel-component/split-container/split-container.state.mjs +2 -2
  857. package/es/panel-component/user-action/user-action.mjs +1 -1
  858. package/es/panel-component/user-message/addin-changed/addin-changed.mjs +1 -1
  859. package/es/panel-component/user-message/async-action/async-action/async-action.mjs +1 -1
  860. package/es/panel-component/user-message/async-action/async-action/async-action.provider.mjs +14 -0
  861. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.mjs +1 -1
  862. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.css +1 -0
  863. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.mjs +161 -9
  864. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.css +1 -1
  865. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.mjs +1 -1
  866. package/es/panel-component/user-message/async-action/async-data-export/async-data-export.css +1 -0
  867. package/es/panel-component/user-message/async-action/async-data-export/async-data-export.mjs +90 -0
  868. package/es/panel-component/user-message/index.mjs +21 -11
  869. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -1
  870. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +25 -11
  871. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +4 -2
  872. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.mjs +1 -1
  873. package/es/panel-component/user-message/internal-message/index.mjs +2 -0
  874. package/es/panel-component/user-message/internal-message/internal-message-group/internal-message-group.css +1 -0
  875. package/es/panel-component/user-message/internal-message/internal-message-group/internal-message-group.mjs +121 -0
  876. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -1
  877. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +5 -3
  878. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  879. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +44 -18
  880. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.mjs +54 -0
  881. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +91 -13
  882. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +4 -2
  883. package/es/panel-component/user-message/user-message.mjs +2 -2
  884. package/es/panel-component/view-message/view-message.mjs +1 -1
  885. package/es/panel-component/view-msg-pos/view-msg-pos.mjs +1 -1
  886. package/es/util/ai-chat-util/ai-chat-util.mjs +1367 -0
  887. package/es/util/ai-chat-util/ai-feedback/ai-feedback.css +1 -0
  888. package/es/util/ai-chat-util/ai-feedback/ai-feedback.mjs +130 -0
  889. package/es/util/app-drawer/app-drawer-component.mjs +2 -2
  890. package/es/util/app-float-window/app-float-window-component.mjs +2 -2
  891. package/es/util/app-modal/app-modal-component.css +1 -1
  892. package/es/util/app-modal/app-modal-component.mjs +45 -4
  893. package/es/util/app-popover/app-popover-component.css +1 -1
  894. package/es/util/app-popover/app-popover-component.mjs +3 -2
  895. package/es/util/app-util/app-util.mjs +128 -223
  896. package/es/util/context-menu/context-menu.mjs +52 -0
  897. package/es/util/fullscreen/fullscreen-util.mjs +1 -1
  898. package/es/util/icon/icon.mjs +25 -0
  899. package/es/util/index.mjs +7 -1
  900. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.css +1 -0
  901. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.mjs +56 -0
  902. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.css +1 -0
  903. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.mjs +52 -0
  904. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.css +1 -0
  905. package/es/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.mjs +143 -0
  906. package/es/util/inline-ai-util/inline-ai-textarea/common/index.mjs +4 -0
  907. package/es/util/inline-ai-util/inline-ai-textarea/icon.mjs +267 -0
  908. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
  909. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.mjs +395 -0
  910. package/es/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.mjs +321 -0
  911. package/es/util/inline-ai-util/inline-ai-textarea/interface.mjs +1 -0
  912. package/es/util/inline-ai-util/inline-ai-util.mjs +147 -0
  913. package/es/util/modal-util/modal-util.mjs +10 -0
  914. package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
  915. package/es/util/open-view-util/open-view-util.mjs +1 -1
  916. package/es/util/pagination/use-pagination.mjs +1 -1
  917. package/es/util/print-preview-util/html-export/html-helper.mjs +28 -0
  918. package/es/util/print-preview-util/pdf-export/pdf-helper.mjs +325 -0
  919. package/es/util/print-preview-util/pdf-export/pdf-print-process.css +1 -0
  920. package/es/util/print-preview-util/pdf-export/pdf-print-process.mjs +90 -0
  921. package/es/util/print-preview-util/print-preview-markdown/icon/icon.mjs +46 -0
  922. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  923. package/es/util/print-preview-util/print-preview-markdown/print-preview-markdown.mjs +75 -0
  924. package/es/util/print-preview-util/print-preview-util.mjs +206 -0
  925. package/es/util/render-util/render-util.mjs +1 -1
  926. package/es/util/screen-shot-util/screen-shot/components/index.mjs +3 -0
  927. package/es/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.css +1 -0
  928. package/es/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.mjs +134 -0
  929. package/es/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.css +1 -0
  930. package/es/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.mjs +105 -0
  931. package/es/util/screen-shot-util/screen-shot/constant/index.mjs +178 -0
  932. package/es/util/screen-shot-util/screen-shot/controller/index.mjs +3 -0
  933. package/es/util/screen-shot-util/screen-shot/controller/screen-shot.controller.mjs +384 -0
  934. package/es/util/screen-shot-util/screen-shot/controller/screen-shot.store.mjs +57 -0
  935. package/es/util/screen-shot-util/screen-shot/icon/icon.mjs +100 -0
  936. package/es/util/screen-shot-util/screen-shot/icon/index.mjs +3 -0
  937. package/es/util/screen-shot-util/screen-shot/index.mjs +4 -0
  938. package/es/util/screen-shot-util/screen-shot/module/draw-arrow.mjs +109 -0
  939. package/es/util/screen-shot-util/screen-shot/module/draw-circle.mjs +25 -0
  940. package/es/util/screen-shot-util/screen-shot/module/draw-mosaic.mjs +54 -0
  941. package/es/util/screen-shot-util/screen-shot/module/draw-pencil.mjs +15 -0
  942. package/es/util/screen-shot-util/screen-shot/module/draw-rectangle.mjs +12 -0
  943. package/es/util/screen-shot-util/screen-shot/module/draw-text.mjs +12 -0
  944. package/es/util/screen-shot-util/screen-shot/module/index.mjs +8 -0
  945. package/es/util/screen-shot-util/screen-shot/type/index.mjs +17 -0
  946. package/es/util/screen-shot-util/screen-shot/util/index.mjs +8 -0
  947. package/es/util/screen-shot-util/screen-shot-util.mjs +67 -0
  948. package/es/util/user-route-util/user-route-util.mjs +55 -0
  949. package/es/view/403-view/403-view.mjs +1 -1
  950. package/es/view/404-view/404-view.mjs +1 -1
  951. package/es/view/error-view/error-view.mjs +1 -1
  952. package/es/view/login-view/login-view.mjs +1 -1
  953. package/es/view/share-view/share-view.mjs +1 -1
  954. package/es/view/sub-app-ref-view/index.mjs +1 -1
  955. package/es/view/sub-app-ref-view/sub-app-ref-view.mjs +1 -1
  956. package/es/view/wf-step-trace-view/index.mjs +1 -1
  957. package/es/view/wf-step-trace-view/wf-step-trace-view.mjs +1 -1
  958. package/es/view-engine/calendar-exp-view.engine.mjs +6 -24
  959. package/es/view-engine/calendar-view.engine.mjs +10 -0
  960. package/es/view-engine/chart-exp-view.engine.mjs +6 -15
  961. package/es/view-engine/custom-view.engine.mjs +5 -5
  962. package/es/view-engine/de-index-view-engine.mjs +1 -1
  963. package/es/view-engine/edit-view.engine.mjs +21 -4
  964. package/es/view-engine/gantt-view.engine.mjs +5 -44
  965. package/es/view-engine/index.mjs +4 -0
  966. package/es/view-engine/login-view.engine.mjs +16 -5
  967. package/es/view-engine/md-custom-view.engine.mjs +88 -7
  968. package/es/view-engine/mpickup-view-engine.mjs +54 -22
  969. package/es/view-engine/opt-view.engine.mjs +7 -2
  970. package/es/view-engine/pickup-data-view.engine.mjs +31 -0
  971. package/es/view-engine/pickup-grid-view.engine.mjs +31 -0
  972. package/es/view-engine/pickup-tree-view.engine.mjs +15 -60
  973. package/es/view-engine/pickup-view.engine.mjs +26 -0
  974. package/es/view-engine/portal-view-engine.mjs +5 -1
  975. package/es/view-engine/tab-exp-view.engine.mjs +1 -1
  976. package/es/view-engine/tab-search-view.engine.mjs +4 -2
  977. package/es/view-engine/tree-view.engine.mjs +41 -11
  978. package/es/view-engine/wf-dyna-edit-view.engine.mjs +2 -2
  979. package/es/web-app/App.mjs +32 -3
  980. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +1 -1
  981. package/es/web-app/components/router-shell/router-shell.mjs +2 -2
  982. package/es/web-app/create-vue-app.mjs +5 -4
  983. package/es/web-app/guard/auth-guard/auth-guard.mjs +35 -8
  984. package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +1 -13
  985. package/es/web-app/main.mjs +9 -1
  986. package/es/web-app/router/index.mjs +183 -97
  987. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +22 -1
  988. package/lib/_virtual/a-callable.cjs +9 -0
  989. package/lib/_virtual/a-constructor.cjs +9 -0
  990. package/lib/_virtual/a-possible-prototype.cjs +9 -0
  991. package/lib/_virtual/add-to-unscopables.cjs +9 -0
  992. package/lib/_virtual/advance-string-index.cjs +9 -0
  993. package/lib/_virtual/an-instance.cjs +9 -0
  994. package/lib/_virtual/an-object.cjs +9 -0
  995. package/lib/_virtual/array-includes.cjs +9 -0
  996. package/lib/_virtual/array-method-is-strict.cjs +9 -0
  997. package/lib/_virtual/array-reduce.cjs +9 -0
  998. package/lib/_virtual/array-slice.cjs +9 -0
  999. package/lib/_virtual/check-correctness-of-iteration.cjs +9 -0
  1000. package/lib/_virtual/classof-raw.cjs +9 -0
  1001. package/lib/_virtual/classof.cjs +9 -0
  1002. package/lib/_virtual/copy-constructor-properties.cjs +9 -0
  1003. package/lib/_virtual/correct-is-regexp-logic.cjs +9 -0
  1004. package/lib/_virtual/correct-prototype-getter.cjs +9 -0
  1005. package/lib/_virtual/create-iter-result-object.cjs +9 -0
  1006. package/lib/_virtual/create-non-enumerable-property.cjs +9 -0
  1007. package/lib/_virtual/create-property-descriptor.cjs +9 -0
  1008. package/lib/_virtual/define-built-in-accessor.cjs +9 -0
  1009. package/lib/_virtual/define-built-in.cjs +9 -0
  1010. package/lib/_virtual/define-global-property.cjs +9 -0
  1011. package/lib/_virtual/descriptors.cjs +9 -0
  1012. package/lib/_virtual/document-create-element.cjs +9 -0
  1013. package/lib/_virtual/dom-iterables.cjs +9 -0
  1014. package/lib/_virtual/dom-token-list-prototype.cjs +9 -0
  1015. package/lib/_virtual/enum-bug-keys.cjs +9 -0
  1016. package/lib/_virtual/environment-is-ios-pebble.cjs +9 -0
  1017. package/lib/_virtual/environment-is-ios.cjs +9 -0
  1018. package/lib/_virtual/environment-is-node.cjs +9 -0
  1019. package/lib/_virtual/environment-is-webos-webkit.cjs +9 -0
  1020. package/lib/_virtual/environment-user-agent.cjs +9 -0
  1021. package/lib/_virtual/environment-v8-version.cjs +9 -0
  1022. package/lib/_virtual/environment.cjs +9 -0
  1023. package/lib/_virtual/es.array.index-of.cjs +5 -0
  1024. package/lib/_virtual/es.array.iterator.cjs +9 -0
  1025. package/lib/_virtual/es.array.reduce.cjs +5 -0
  1026. package/lib/_virtual/es.array.reverse.cjs +5 -0
  1027. package/lib/_virtual/es.promise.all.cjs +4 -0
  1028. package/lib/_virtual/es.promise.all2.cjs +5 -0
  1029. package/lib/_virtual/es.promise.catch.cjs +4 -0
  1030. package/lib/_virtual/es.promise.catch2.cjs +5 -0
  1031. package/lib/_virtual/es.promise.cjs +5 -0
  1032. package/lib/_virtual/es.promise.constructor.cjs +4 -0
  1033. package/lib/_virtual/es.promise.constructor2.cjs +5 -0
  1034. package/lib/_virtual/es.promise.race.cjs +4 -0
  1035. package/lib/_virtual/es.promise.race2.cjs +5 -0
  1036. package/lib/_virtual/es.promise.reject.cjs +4 -0
  1037. package/lib/_virtual/es.promise.reject2.cjs +5 -0
  1038. package/lib/_virtual/es.promise.resolve.cjs +4 -0
  1039. package/lib/_virtual/es.promise.resolve2.cjs +5 -0
  1040. package/lib/_virtual/es.regexp.exec.cjs +4 -0
  1041. package/lib/_virtual/es.regexp.exec2.cjs +5 -0
  1042. package/lib/_virtual/es.regexp.to-string.cjs +5 -0
  1043. package/lib/_virtual/es.string.ends-with.cjs +5 -0
  1044. package/lib/_virtual/es.string.includes.cjs +5 -0
  1045. package/lib/_virtual/es.string.match.cjs +5 -0
  1046. package/lib/_virtual/es.string.replace.cjs +5 -0
  1047. package/lib/_virtual/es.string.split.cjs +5 -0
  1048. package/lib/_virtual/es.string.starts-with.cjs +5 -0
  1049. package/lib/_virtual/es.string.trim.cjs +5 -0
  1050. package/lib/_virtual/export.cjs +9 -0
  1051. package/lib/_virtual/fails.cjs +9 -0
  1052. package/lib/_virtual/fix-regexp-well-known-symbol-logic.cjs +9 -0
  1053. package/lib/_virtual/function-apply.cjs +9 -0
  1054. package/lib/_virtual/function-bind-context.cjs +9 -0
  1055. package/lib/_virtual/function-bind-native.cjs +9 -0
  1056. package/lib/_virtual/function-call.cjs +9 -0
  1057. package/lib/_virtual/function-name.cjs +9 -0
  1058. package/lib/_virtual/function-uncurry-this-accessor.cjs +9 -0
  1059. package/lib/_virtual/function-uncurry-this-clause.cjs +9 -0
  1060. package/lib/_virtual/function-uncurry-this.cjs +9 -0
  1061. package/lib/_virtual/get-built-in.cjs +9 -0
  1062. package/lib/_virtual/get-iterator-method.cjs +9 -0
  1063. package/lib/_virtual/get-iterator.cjs +9 -0
  1064. package/lib/_virtual/get-method.cjs +9 -0
  1065. package/lib/_virtual/get-substitution.cjs +9 -0
  1066. package/lib/_virtual/global-this.cjs +9 -0
  1067. package/lib/_virtual/has-own-property.cjs +9 -0
  1068. package/lib/_virtual/hidden-keys.cjs +9 -0
  1069. package/lib/_virtual/host-report-errors.cjs +9 -0
  1070. package/lib/_virtual/html.cjs +9 -0
  1071. package/lib/_virtual/ie8-dom-define.cjs +9 -0
  1072. package/lib/_virtual/index2.cjs +5 -0
  1073. package/lib/_virtual/indexed-object.cjs +9 -0
  1074. package/lib/_virtual/inspect-source.cjs +9 -0
  1075. package/lib/_virtual/internal-state.cjs +9 -0
  1076. package/lib/_virtual/is-array-iterator-method.cjs +9 -0
  1077. package/lib/_virtual/is-array.cjs +9 -0
  1078. package/lib/_virtual/is-callable.cjs +9 -0
  1079. package/lib/_virtual/is-constructor.cjs +9 -0
  1080. package/lib/_virtual/is-forced.cjs +9 -0
  1081. package/lib/_virtual/is-null-or-undefined.cjs +9 -0
  1082. package/lib/_virtual/is-object.cjs +9 -0
  1083. package/lib/_virtual/is-possible-prototype.cjs +9 -0
  1084. package/lib/_virtual/is-pure.cjs +9 -0
  1085. package/lib/_virtual/is-regexp.cjs +9 -0
  1086. package/lib/_virtual/is-symbol.cjs +9 -0
  1087. package/lib/_virtual/iterate.cjs +9 -0
  1088. package/lib/_virtual/iterator-close.cjs +9 -0
  1089. package/lib/_virtual/iterator-create-constructor.cjs +9 -0
  1090. package/lib/_virtual/iterator-define.cjs +9 -0
  1091. package/lib/_virtual/iterators-core.cjs +9 -0
  1092. package/lib/_virtual/iterators.cjs +9 -0
  1093. package/lib/_virtual/length-of-array-like.cjs +9 -0
  1094. package/lib/_virtual/make-built-in.cjs +9 -0
  1095. package/lib/_virtual/make-built-in2.cjs +5 -0
  1096. package/lib/_virtual/math-trunc.cjs +9 -0
  1097. package/lib/_virtual/microtask.cjs +9 -0
  1098. package/lib/_virtual/new-promise-capability.cjs +4 -0
  1099. package/lib/_virtual/new-promise-capability2.cjs +5 -0
  1100. package/lib/_virtual/not-a-regexp.cjs +9 -0
  1101. package/lib/_virtual/object-create.cjs +9 -0
  1102. package/lib/_virtual/object-define-properties.cjs +4 -0
  1103. package/lib/_virtual/object-define-properties2.cjs +5 -0
  1104. package/lib/_virtual/object-define-property.cjs +4 -0
  1105. package/lib/_virtual/object-define-property2.cjs +5 -0
  1106. package/lib/_virtual/object-get-own-property-descriptor.cjs +4 -0
  1107. package/lib/_virtual/object-get-own-property-descriptor2.cjs +5 -0
  1108. package/lib/_virtual/object-get-own-property-names.cjs +4 -0
  1109. package/lib/_virtual/object-get-own-property-names2.cjs +5 -0
  1110. package/lib/_virtual/object-get-own-property-symbols.cjs +4 -0
  1111. package/lib/_virtual/object-get-own-property-symbols2.cjs +5 -0
  1112. package/lib/_virtual/object-get-prototype-of.cjs +9 -0
  1113. package/lib/_virtual/object-is-prototype-of.cjs +9 -0
  1114. package/lib/_virtual/object-keys-internal.cjs +9 -0
  1115. package/lib/_virtual/object-keys.cjs +9 -0
  1116. package/lib/_virtual/object-property-is-enumerable.cjs +4 -0
  1117. package/lib/_virtual/object-property-is-enumerable2.cjs +5 -0
  1118. package/lib/_virtual/object-set-prototype-of.cjs +9 -0
  1119. package/lib/_virtual/ordinary-to-primitive.cjs +9 -0
  1120. package/lib/_virtual/own-keys.cjs +9 -0
  1121. package/lib/_virtual/path.cjs +9 -0
  1122. package/lib/_virtual/perform.cjs +9 -0
  1123. package/lib/_virtual/performance-now.cjs +9 -0
  1124. package/lib/_virtual/performance-now2.cjs +5 -0
  1125. package/lib/_virtual/promise-constructor-detection.cjs +9 -0
  1126. package/lib/_virtual/promise-native-constructor.cjs +9 -0
  1127. package/lib/_virtual/promise-resolve.cjs +9 -0
  1128. package/lib/_virtual/promise-statics-incorrect-iteration.cjs +9 -0
  1129. package/lib/_virtual/queue.cjs +9 -0
  1130. package/lib/_virtual/regexp-exec-abstract.cjs +9 -0
  1131. package/lib/_virtual/regexp-exec.cjs +9 -0
  1132. package/lib/_virtual/regexp-flags-detection.cjs +9 -0
  1133. package/lib/_virtual/regexp-flags.cjs +9 -0
  1134. package/lib/_virtual/regexp-get-flags.cjs +9 -0
  1135. package/lib/_virtual/regexp-sticky-helpers.cjs +9 -0
  1136. package/lib/_virtual/regexp-unsupported-dot-all.cjs +9 -0
  1137. package/lib/_virtual/regexp-unsupported-ncg.cjs +9 -0
  1138. package/lib/_virtual/require-object-coercible.cjs +9 -0
  1139. package/lib/_virtual/safe-get-built-in.cjs +9 -0
  1140. package/lib/_virtual/set-species.cjs +9 -0
  1141. package/lib/_virtual/set-to-string-tag.cjs +9 -0
  1142. package/lib/_virtual/shared-key.cjs +9 -0
  1143. package/lib/_virtual/shared-store.cjs +9 -0
  1144. package/lib/_virtual/shared-store2.cjs +5 -0
  1145. package/lib/_virtual/shared.cjs +9 -0
  1146. package/lib/_virtual/species-constructor.cjs +9 -0
  1147. package/lib/_virtual/string-multibyte.cjs +9 -0
  1148. package/lib/_virtual/string-trim-forced.cjs +9 -0
  1149. package/lib/_virtual/string-trim.cjs +9 -0
  1150. package/lib/_virtual/symbol-constructor-detection.cjs +9 -0
  1151. package/lib/_virtual/task.cjs +9 -0
  1152. package/lib/_virtual/to-absolute-index.cjs +9 -0
  1153. package/lib/_virtual/to-indexed-object.cjs +9 -0
  1154. package/lib/_virtual/to-integer-or-infinity.cjs +9 -0
  1155. package/lib/_virtual/to-length.cjs +9 -0
  1156. package/lib/_virtual/to-object.cjs +9 -0
  1157. package/lib/_virtual/to-primitive.cjs +9 -0
  1158. package/lib/_virtual/to-property-key.cjs +9 -0
  1159. package/lib/_virtual/to-string-tag-support.cjs +9 -0
  1160. package/lib/_virtual/to-string.cjs +9 -0
  1161. package/lib/_virtual/try-to-string.cjs +9 -0
  1162. package/lib/_virtual/uid.cjs +9 -0
  1163. package/lib/_virtual/use-symbol-as-uid.cjs +9 -0
  1164. package/lib/_virtual/v8-prototype-define-bug.cjs +9 -0
  1165. package/lib/_virtual/validate-arguments-length.cjs +9 -0
  1166. package/lib/_virtual/weak-map-basic-detection.cjs +9 -0
  1167. package/lib/_virtual/web.dom-collections.iterator.cjs +5 -0
  1168. package/lib/_virtual/well-known-symbol.cjs +9 -0
  1169. package/lib/_virtual/whitespaces.cjs +9 -0
  1170. package/lib/common/action-toolbar/action-toolbar.cjs +100 -26
  1171. package/lib/common/action-toolbar/action-toolbar.css +1 -1
  1172. package/lib/common/button-list/button-list.cjs +83 -37
  1173. package/lib/common/button-list/button-list.css +1 -1
  1174. package/lib/common/carousel/carousel.css +1 -1
  1175. package/lib/common/col/col.cjs +19 -2
  1176. package/lib/common/control-navigation/control-navigation.cjs +8 -9
  1177. package/lib/common/control-navigation/provider/calendar-navigation.provider.cjs +21 -8
  1178. package/lib/common/control-navigation/provider/chart-navigation.provider.cjs +150 -0
  1179. package/lib/common/control-navigation/provider/index.cjs +4 -1
  1180. package/lib/common/control-navigation/provider/map-navigation.provider.cjs +46 -10
  1181. package/lib/common/control-navigation/provider/navigation-base.provider.cjs +25 -10
  1182. package/lib/common/control-navigation/provider/tree-navigation.provider.cjs +5 -8
  1183. package/lib/common/custom-filter-condition/custom-filter-condition.cjs +2 -2
  1184. package/lib/common/custom-theme/custom-theme.cjs +13 -7
  1185. package/lib/common/custom-theme/custom-theme.controller.cjs +34 -0
  1186. package/lib/common/data-import2/data-import2.cjs +10 -5
  1187. package/lib/common/data-import2-select/data-import2-select.cjs +7 -2
  1188. package/lib/common/emoji-select/components/emoji-list/emoji-list.cjs +1 -1
  1189. package/lib/common/emoji-select/emoji-select.cjs +5 -5
  1190. package/lib/common/grid-setting/grid-setting.cjs +9 -4
  1191. package/lib/common/index.cjs +3 -0
  1192. package/lib/common/kanben-setting/kanben-setting.cjs +67 -0
  1193. package/lib/common/kanben-setting/kanben-setting.css +1 -0
  1194. package/lib/common/map-chart/map-chart.cjs +11 -17
  1195. package/lib/common/map-chart/map-manager.cjs +3 -4
  1196. package/lib/common/map-chart-user/map-chart-user.cjs +82 -5
  1197. package/lib/common/map-chart-user/map-chart-user.css +1 -1
  1198. package/lib/common/map-chart-user/map-chart-user.util.cjs +54 -3
  1199. package/lib/common/map-chart-user/map-user-manager.cjs +46 -10
  1200. package/lib/common/no-data/no-data.cjs +2 -3
  1201. package/lib/common/pagination/pagination.cjs +23 -0
  1202. package/lib/common/pagination/pagination.css +1 -1
  1203. package/lib/common/pql-editor/pql-editor.cjs +4 -3
  1204. package/lib/common/pql-editor/pql-editor.module.cjs +2 -2
  1205. package/lib/common/pql-editor/utils/index.cjs +82 -25
  1206. package/lib/common/rawitem/rawitem.cjs +44 -5
  1207. package/lib/control/app-menu/app-menu.cjs +201 -206
  1208. package/lib/control/app-menu/app-menu.css +1 -1
  1209. package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +63 -92
  1210. package/lib/control/calendar/calendar-util.cjs +30 -0
  1211. package/lib/control/calendar/calendar.cjs +165 -63
  1212. package/lib/control/calendar/calendar.css +1 -1
  1213. package/lib/control/calendar/components/calendar-daily/calendar-daily.cjs +53 -16
  1214. package/lib/control/calendar/components/calendar-daily/calendar-daily.css +1 -1
  1215. package/lib/control/calendar/components/calendar-daily/use-calendar-daily.cjs +133 -45
  1216. package/lib/control/calendar/components/calendar-user/calendar-user.cjs +15 -15
  1217. package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -1
  1218. package/lib/control/calendar/components/calendar-week/calendar-week.cjs +90 -69
  1219. package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
  1220. package/lib/control/calendar/components/calendar-week/use-calendar-week.cjs +345 -154
  1221. package/lib/control/calendar/components/constant/event.cjs +2 -0
  1222. package/lib/control/calendar/components/constant/index.cjs +1 -0
  1223. package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +31 -16
  1224. package/lib/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
  1225. package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +24 -0
  1226. package/lib/control/calendar/components/interface/calendar-daily.cjs +6 -1
  1227. package/lib/control/calendar/components/interface/calendar-week.cjs +2 -1
  1228. package/lib/control/calendar/components/interface/custom-calendar.cjs +2 -1
  1229. package/lib/control/calendar/components/util/index.cjs +6 -0
  1230. package/lib/control/calendar/components/util/util.cjs +45 -1
  1231. package/lib/control/caption-bar/caption-bar.cjs +6 -0
  1232. package/lib/control/chart/chart.cjs +45 -39
  1233. package/lib/control/context-menu/context-menu.cjs +76 -4
  1234. package/lib/control/context-menu/context-menu.css +1 -1
  1235. package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +6 -2
  1236. package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +8 -4
  1237. package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +1 -1
  1238. package/lib/control/dashboard/dashboard.cjs +3 -2
  1239. package/lib/control/dashboard/dashboard.css +1 -1
  1240. package/lib/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.cjs +3 -0
  1241. package/lib/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.css +1 -1
  1242. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +51 -10
  1243. package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.css +1 -1
  1244. package/lib/control/data-view/data-view.cjs +135 -39
  1245. package/lib/control/data-view/data-view.css +1 -1
  1246. package/lib/control/drbar/drbar.cjs +10 -4
  1247. package/lib/control/drbar/drbar.controller.cjs +68 -34
  1248. package/lib/control/drbar/drbar.css +1 -1
  1249. package/lib/control/drtab/drtab-control.util.cjs +2 -2
  1250. package/lib/control/drtab/drtab.cjs +22 -6
  1251. package/lib/control/drtab/drtab.controller.cjs +92 -18
  1252. package/lib/control/drtab/drtab.css +1 -1
  1253. package/lib/control/drtab/flow-drtab.cjs +204 -10
  1254. package/lib/control/drtab/flow-drtab.css +1 -1
  1255. package/lib/control/exp-bar/calendar-exp-bar/calendar-exp-bar.cjs +2 -2
  1256. package/lib/control/exp-bar/chart-exp-bar/chart-exp-bar.cjs +2 -2
  1257. package/lib/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.cjs +2 -2
  1258. package/lib/control/exp-bar/grid-exp-bar/grid-exp-bar.cjs +2 -2
  1259. package/lib/control/exp-bar/list-exp-bar/list-exp-bar.cjs +2 -2
  1260. package/lib/control/exp-bar/tree-exp-bar/tree-exp-bar.cjs +2 -2
  1261. package/lib/control/form/edit-form/edit-form.cjs +29 -3
  1262. package/lib/control/form/form/form.cjs +3 -1
  1263. package/lib/control/form/form/form.css +1 -1
  1264. package/lib/control/form/form/index.cjs +2 -0
  1265. package/lib/control/form/form-detail/form-button/form-button.cjs +1 -1
  1266. package/lib/control/form/form-detail/form-button/form-button.css +1 -1
  1267. package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +11 -5
  1268. package/lib/control/form/form-detail/form-iframe/form-iframe.cjs +58 -0
  1269. package/lib/control/form/form-detail/form-iframe/form-iframe.css +1 -0
  1270. package/lib/control/form/form-detail/form-iframe/form-iframe.provider.cjs +23 -0
  1271. package/lib/control/form/form-detail/form-iframe/index.cjs +17 -0
  1272. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.cjs +180 -0
  1273. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.controller.cjs +189 -0
  1274. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.css +1 -0
  1275. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.provider.cjs +23 -0
  1276. package/lib/control/form/form-detail/form-item/composite-form-item-ex/composite-form-item-ex.state.cjs +24 -0
  1277. package/lib/control/form/form-detail/form-item/composite-form-item-ex/index.cjs +20 -0
  1278. package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +52 -10
  1279. package/lib/control/form/form-detail/form-item/form-item.cjs +32 -26
  1280. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  1281. package/lib/control/form/form-detail/form-item/index.cjs +2 -0
  1282. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +3 -1
  1283. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +43 -13
  1284. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +10 -0
  1285. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.util.cjs +32 -0
  1286. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +149 -62
  1287. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
  1288. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.cjs +311 -0
  1289. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid2/repeater-grid2.css +1 -0
  1290. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +6 -1
  1291. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +12 -2
  1292. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +4 -1
  1293. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +81 -18
  1294. package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
  1295. package/lib/control/form/form-detail/form-page/form-page-item/form-page.item.cjs +4 -3
  1296. package/lib/control/form/form-detail/form-tab-page/form-tab-page.cjs +3 -2
  1297. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.cjs +60 -37
  1298. package/lib/control/form/form-detail/form-tab-panel/form-tab-panel.css +1 -1
  1299. package/lib/control/form/form-detail/index.cjs +2 -0
  1300. package/lib/control/form/index.cjs +6 -4
  1301. package/lib/control/form/search-form/search-form.cjs +9 -3
  1302. package/lib/control/gantt/gantt.cjs +198 -28
  1303. package/lib/control/gantt/gantt.css +1 -1
  1304. package/lib/control/grid/grid/grid-control.util.cjs +65 -43
  1305. package/lib/control/grid/grid/grid.cjs +63 -49
  1306. package/lib/control/grid/grid/grid.css +1 -1
  1307. package/lib/control/grid/grid/index.cjs +2 -0
  1308. package/lib/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.cjs +14 -3
  1309. package/lib/control/grid/grid-column/grid-field-column/attachment-column/file-util.cjs +88 -25
  1310. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +28 -30
  1311. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
  1312. package/lib/control/grid/grid-column/grid-field-edit-column/all-edit.cjs +2 -1
  1313. package/lib/control/grid/grid-column/grid-field-edit-column/cell-edit.cjs +2 -1
  1314. package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +57 -19
  1315. package/lib/control/grid/grid-column/grid-field-edit-column/row-edit.cjs +2 -1
  1316. package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.cjs +1 -0
  1317. package/lib/control/grid/virtualized-table/index.cjs +23 -0
  1318. package/lib/control/grid/virtualized-table/virtualized-table.cjs +328 -0
  1319. package/lib/control/grid/virtualized-table/virtualized-table.css +1 -0
  1320. package/lib/control/grid/virtualized-table/virtualized-table.provider.cjs +16 -0
  1321. package/lib/control/grid/virtualized-table/virtualized-table.util.cjs +193 -0
  1322. package/lib/control/index.cjs +82 -80
  1323. package/lib/control/kanban/kanban.cjs +115 -32
  1324. package/lib/control/kanban/kanban.css +1 -1
  1325. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +467 -0
  1326. package/lib/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -0
  1327. package/lib/control/list/list.cjs +201 -81
  1328. package/lib/control/list/list.css +1 -1
  1329. package/lib/control/map/map.cjs +23 -21
  1330. package/lib/control/medit-view-panel/medit-view-panel.cjs +50 -30
  1331. package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
  1332. package/lib/control/report-panel/index.cjs +8 -6
  1333. package/lib/control/report-panel/report-detail/bi-report/bi-report.cjs +48 -0
  1334. package/lib/control/report-panel/report-detail/bi-report/bi-report.css +1 -0
  1335. package/lib/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.cjs +186 -0
  1336. package/lib/control/report-panel/report-detail/bi-report/commons/bi-number-report/bi-number-report.css +1 -0
  1337. package/lib/control/report-panel/report-detail/bi-report/commons/index.cjs +7 -0
  1338. package/lib/control/report-panel/report-detail/bi-report/index.cjs +14 -0
  1339. package/lib/control/report-panel/report-detail/index.cjs +2 -0
  1340. package/lib/control/report-panel/report-panel.cjs +9 -8
  1341. package/lib/control/search-bar/filter-mode-select/filter-mode-select.cjs +46 -46
  1342. package/lib/control/search-bar/filter-tree/filter-tree.cjs +61 -60
  1343. package/lib/control/search-bar/search-bar.cjs +34 -4
  1344. package/lib/control/search-bar/search-bar.css +1 -1
  1345. package/lib/control/search-bar/search-groups/search-groups.cjs +15 -1
  1346. package/lib/control/search-bar/search-groups/search-groups.css +1 -1
  1347. package/lib/control/tab-exp-panel/tab-exp-panel.cjs +9 -3
  1348. package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
  1349. package/lib/control/toolbar/export-excel/export-excel.cjs +21 -6
  1350. package/lib/control/toolbar/index.cjs +4 -0
  1351. package/lib/control/toolbar/toolbar.cjs +107 -48
  1352. package/lib/control/toolbar/toolbar.css +1 -1
  1353. package/lib/control/tree/tree.cjs +42 -69
  1354. package/lib/control/tree/tree.css +1 -1
  1355. package/lib/control/tree-grid/tree-grid.cjs +141 -65
  1356. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.cjs +3 -1
  1357. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +13 -6
  1358. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.css +1 -1
  1359. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.cjs +1 -0
  1360. package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.css +1 -1
  1361. package/lib/control/tree-grid-ex/tree-grid-ex.cjs +70 -38
  1362. package/lib/control/tree-grid-ex/tree-grid-ex.css +1 -1
  1363. package/lib/directives/common/index.cjs +13 -0
  1364. package/lib/directives/common/tooltip/tooltip.cjs +177 -0
  1365. package/lib/directives/common/tooltip/tooltip.css +1 -0
  1366. package/lib/directives/index.cjs +15 -0
  1367. package/lib/directives/tooltip/tooltip.cjs +102 -0
  1368. package/lib/editor/array/ibiz-array/ibiz-array.cjs +13 -1
  1369. package/lib/editor/array/ibiz-array/ibiz-array.css +1 -1
  1370. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +1 -1
  1371. package/lib/editor/carousel/ibiz-carousel/ibiz-carousel.cjs +32 -12
  1372. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.cjs +144 -336
  1373. package/lib/editor/code/code-editor.controller.cjs +253 -0
  1374. package/lib/editor/code/monaco-editor/monaco-editor.cjs +153 -189
  1375. package/lib/editor/code/monaco-editor/monaco-editor.css +1 -1
  1376. package/lib/editor/color-picker/color-picker-editor.controller.cjs +4 -1
  1377. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +8 -8
  1378. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +143 -67
  1379. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  1380. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +157 -47
  1381. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  1382. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +7 -10
  1383. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  1384. package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.cjs +16 -9
  1385. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +2 -2
  1386. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.cjs +55 -43
  1387. package/lib/editor/data-picker/picker-editor.controller.cjs +96 -9
  1388. package/lib/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.cjs +9 -0
  1389. package/lib/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.cjs +1 -1
  1390. package/lib/editor/date-range-select/date-range-select.controller.cjs +9 -0
  1391. package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +14 -3
  1392. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +29 -24
  1393. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  1394. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +9 -7
  1395. package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -1
  1396. package/lib/editor/html/html-editor.controller.cjs +223 -1
  1397. package/lib/editor/html/wang-editor/config/index.cjs +7 -0
  1398. package/lib/editor/html/wang-editor/config/toolbar.cjs +92 -0
  1399. package/lib/editor/html/wang-editor/constants/svg.cjs +14 -0
  1400. package/lib/editor/html/wang-editor/index.cjs +5 -0
  1401. package/lib/editor/html/wang-editor/module/ai-module.cjs +1 -1
  1402. package/lib/editor/html/wang-editor/module/emoji-module.cjs +2 -2
  1403. package/lib/editor/html/wang-editor/module/extra-module.cjs +83 -0
  1404. package/lib/editor/html/wang-editor/module/index.cjs +5 -0
  1405. package/lib/editor/html/wang-editor/module/inline-ai-module.cjs +98 -0
  1406. package/lib/editor/html/wang-editor/wang-editor.cjs +148 -194
  1407. package/lib/editor/html/wang-editor/wang-editor.css +1 -1
  1408. package/lib/editor/index.cjs +6 -0
  1409. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.cjs +91 -12
  1410. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-picker.css +1 -1
  1411. package/lib/editor/map-picker/ibiz-map-picker/ibiz-map-util.cjs +10 -0
  1412. package/lib/editor/map-picker/map-picker-editor.controller.cjs +55 -0
  1413. package/lib/editor/markdown/ibiz-markdown-editor/custom-menu.cjs +127 -0
  1414. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +387 -28
  1415. package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.css +1 -1
  1416. package/lib/editor/markdown/ibiz-markdown-editor/render-util.cjs +128 -0
  1417. package/lib/editor/markdown/markdown-editor.controller.cjs +270 -1
  1418. package/lib/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.cjs +6 -0
  1419. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +6 -0
  1420. package/lib/editor/radio-button-list/radio-button-list.controller.cjs +4 -1
  1421. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +13 -3
  1422. package/lib/editor/span/span/span.cjs +5 -4
  1423. package/lib/editor/span/span-editor.controller.cjs +2 -2
  1424. package/lib/editor/switch/ibiz-switch/ibiz-switch.cjs +3 -0
  1425. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +166 -107
  1426. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  1427. package/lib/editor/text-box/index.cjs +2 -0
  1428. package/lib/editor/text-box/input/input.cjs +17 -177
  1429. package/lib/editor/text-box/input/input.css +1 -1
  1430. package/lib/editor/text-box/signature/signature.cjs +261 -0
  1431. package/lib/editor/text-box/signature/signature.css +1 -0
  1432. package/lib/editor/text-box/text-box-editor.provider.cjs +4 -0
  1433. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +80 -7
  1434. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  1435. package/lib/editor/upload/ibiz-image-cropping/ibiz-image-cropping.cjs +12 -2
  1436. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +5 -2
  1437. package/lib/editor/upload/upload-editor.controller.cjs +117 -2
  1438. package/lib/editor/upload/use/use-custom-upload.cjs +148 -0
  1439. package/lib/editor/upload/use/use-iview-upload.cjs +120 -34
  1440. package/lib/ibiz-vue3.cjs +2 -0
  1441. package/lib/index.cjs +128 -112
  1442. package/lib/locale/en/index.cjs +165 -15
  1443. package/lib/locale/zh-CN/index.cjs +164 -14
  1444. package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1_patch_hash_73bpcwbs2m5ip4qppmz6a7epsa/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +45 -0
  1445. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs +31 -0
  1446. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +16 -0
  1447. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +18 -0
  1448. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +13 -0
  1449. package/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/typeof.cjs +15 -0
  1450. package/lib/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/config/index.cjs +11 -0
  1451. package/lib/node_modules/.pnpm/canvg@3.0.11/node_modules/canvg/lib/index.es.cjs +6639 -0
  1452. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-callable.cjs +26 -0
  1453. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-constructor.cjs +26 -0
  1454. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/a-possible-prototype.cjs +23 -0
  1455. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/add-to-unscopables.cjs +38 -0
  1456. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/advance-string-index.cjs +21 -0
  1457. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-instance.cjs +22 -0
  1458. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/an-object.cjs +24 -0
  1459. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-includes.cjs +51 -0
  1460. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-method-is-strict.cjs +23 -0
  1461. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-reduce.cjs +65 -0
  1462. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/array-slice.cjs +17 -0
  1463. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/check-correctness-of-iteration.cjs +56 -0
  1464. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof-raw.cjs +22 -0
  1465. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/classof.cjs +49 -0
  1466. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/copy-constructor-properties.cjs +36 -0
  1467. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-is-regexp-logic.cjs +29 -0
  1468. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/correct-prototype-getter.cjs +22 -0
  1469. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-iter-result-object.cjs +17 -0
  1470. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-non-enumerable-property.cjs +28 -0
  1471. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/create-property-descriptor.cjs +20 -0
  1472. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in-accessor.cjs +24 -0
  1473. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-built-in.cjs +47 -0
  1474. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/define-global-property.cjs +26 -0
  1475. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/descriptors.cjs +21 -0
  1476. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/document-create-element.cjs +26 -0
  1477. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-iterables.cjs +47 -0
  1478. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/dom-token-list-prototype.cjs +21 -0
  1479. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/enum-bug-keys.cjs +22 -0
  1480. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios-pebble.cjs +17 -0
  1481. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-ios.cjs +17 -0
  1482. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-node.cjs +17 -0
  1483. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-is-webos-webkit.cjs +17 -0
  1484. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-user-agent.cjs +20 -0
  1485. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment-v8-version.cjs +43 -0
  1486. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/environment.cjs +38 -0
  1487. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/export.cjs +80 -0
  1488. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fails.cjs +19 -0
  1489. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.cjs +102 -0
  1490. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-apply.cjs +24 -0
  1491. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-context.cjs +31 -0
  1492. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-bind-native.cjs +22 -0
  1493. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-call.cjs +21 -0
  1494. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-name.cjs +33 -0
  1495. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-accessor.cjs +25 -0
  1496. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this-clause.cjs +25 -0
  1497. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/function-uncurry-this.cjs +26 -0
  1498. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-built-in.cjs +26 -0
  1499. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator-method.cjs +35 -0
  1500. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-iterator.cjs +35 -0
  1501. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-method.cjs +25 -0
  1502. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/get-substitution.cjs +61 -0
  1503. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/global-this.cjs +27 -0
  1504. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/has-own-property.cjs +27 -0
  1505. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/hidden-keys.cjs +13 -0
  1506. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/host-report-errors.cjs +18 -0
  1507. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/html.cjs +17 -0
  1508. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ie8-dom-define.cjs +29 -0
  1509. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/indexed-object.cjs +33 -0
  1510. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/inspect-source.cjs +32 -0
  1511. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/internal-state.cjs +98 -0
  1512. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array-iterator-method.cjs +26 -0
  1513. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-array.cjs +22 -0
  1514. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-callable.cjs +23 -0
  1515. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-constructor.cjs +75 -0
  1516. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-forced.cjs +38 -0
  1517. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-null-or-undefined.cjs +17 -0
  1518. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-object.cjs +19 -0
  1519. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-possible-prototype.cjs +19 -0
  1520. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-pure.cjs +13 -0
  1521. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-regexp.cjs +30 -0
  1522. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/is-symbol.cjs +33 -0
  1523. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterate.cjs +105 -0
  1524. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-close.cjs +41 -0
  1525. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-create-constructor.cjs +37 -0
  1526. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterator-define.cjs +141 -0
  1527. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators-core.cjs +76 -0
  1528. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/iterators.cjs +13 -0
  1529. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/length-of-array-like.cjs +21 -0
  1530. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/make-built-in.cjs +86 -0
  1531. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/math-trunc.cjs +22 -0
  1532. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/microtask.cjs +108 -0
  1533. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/new-promise-capability.cjs +33 -0
  1534. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/not-a-regexp.cjs +23 -0
  1535. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-create.cjs +110 -0
  1536. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-properties.cjs +43 -0
  1537. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-define-property.cjs +64 -0
  1538. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-descriptor.cjs +49 -0
  1539. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-names.cjs +26 -0
  1540. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-own-property-symbols.cjs +13 -0
  1541. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-get-prototype-of.cjs +43 -0
  1542. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-is-prototype-of.cjs +17 -0
  1543. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys-internal.cjs +42 -0
  1544. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-keys.cjs +25 -0
  1545. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-property-is-enumerable.cjs +24 -0
  1546. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/object-set-prototype-of.cjs +48 -0
  1547. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/ordinary-to-primitive.cjs +33 -0
  1548. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/own-keys.cjs +36 -0
  1549. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/path.cjs +17 -0
  1550. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/perform.cjs +19 -0
  1551. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-constructor-detection.cjs +76 -0
  1552. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-native-constructor.cjs +17 -0
  1553. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-resolve.cjs +30 -0
  1554. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/promise-statics-incorrect-iteration.cjs +25 -0
  1555. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/queue.cjs +36 -0
  1556. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec-abstract.cjs +42 -0
  1557. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-exec.cjs +155 -0
  1558. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags-detection.cjs +62 -0
  1559. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-flags.cjs +31 -0
  1560. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-get-flags.cjs +37 -0
  1561. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-sticky-helpers.cjs +46 -0
  1562. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-dot-all.cjs +26 -0
  1563. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/regexp-unsupported-ncg.cjs +27 -0
  1564. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/require-object-coercible.cjs +24 -0
  1565. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/safe-get-built-in.cjs +28 -0
  1566. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-species.cjs +37 -0
  1567. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/set-to-string-tag.cjs +30 -0
  1568. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-key.cjs +24 -0
  1569. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared-store.cjs +36 -0
  1570. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/shared.cjs +19 -0
  1571. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/species-constructor.cjs +34 -0
  1572. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-multibyte.cjs +56 -0
  1573. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim-forced.cjs +33 -0
  1574. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/string-trim.cjs +50 -0
  1575. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/symbol-constructor-detection.cjs +36 -0
  1576. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/task.cjs +152 -0
  1577. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-absolute-index.cjs +26 -0
  1578. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-indexed-object.cjs +23 -0
  1579. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-integer-or-infinity.cjs +23 -0
  1580. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-length.cjs +24 -0
  1581. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-object.cjs +23 -0
  1582. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-primitive.cjs +49 -0
  1583. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-property-key.cjs +25 -0
  1584. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string-tag-support.cjs +22 -0
  1585. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/to-string.cjs +22 -0
  1586. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/try-to-string.cjs +21 -0
  1587. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/uid.cjs +23 -0
  1588. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/use-symbol-as-uid.cjs +20 -0
  1589. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/v8-prototype-define-bug.cjs +28 -0
  1590. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/validate-arguments-length.cjs +18 -0
  1591. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/weak-map-basic-detection.cjs +22 -0
  1592. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/well-known-symbol.cjs +42 -0
  1593. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/internals/whitespaces.cjs +15 -0
  1594. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.index-of.cjs +40 -0
  1595. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.iterator.cjs +91 -0
  1596. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reduce.cjs +39 -0
  1597. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.array.reverse.cjs +34 -0
  1598. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.all.cjs +62 -0
  1599. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.catch.cjs +49 -0
  1600. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.cjs +16 -0
  1601. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.constructor.cjs +350 -0
  1602. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.race.cjs +49 -0
  1603. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.reject.cjs +30 -0
  1604. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.promise.resolve.cjs +39 -0
  1605. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.exec.cjs +22 -0
  1606. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.regexp.to-string.cjs +47 -0
  1607. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.ends-with.cjs +61 -0
  1608. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.includes.cjs +42 -0
  1609. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.match.cjs +87 -0
  1610. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.replace.cjs +190 -0
  1611. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.split.cjs +152 -0
  1612. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.starts-with.cjs +59 -0
  1613. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/es.string.trim.cjs +27 -0
  1614. package/lib/node_modules/.pnpm/core-js@3.49.0/node_modules/core-js/modules/web.dom-collections.iterator.cjs +60 -0
  1615. package/lib/node_modules/.pnpm/dompurify@2.5.8/node_modules/dompurify/dist/purify.es.cjs +1534 -0
  1616. package/lib/node_modules/.pnpm/element-plus@2.4.4_vue@3.5.22/node_modules/element-plus/dist/locale/en.cjs +170 -0
  1617. package/lib/node_modules/.pnpm/fflate@0.8.2/node_modules/fflate/esm/browser.cjs +2690 -0
  1618. package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.cjs +7825 -0
  1619. package/lib/node_modules/.pnpm/jspdf@2.5.2/node_modules/jspdf/dist/jspdf.es.min.cjs +356 -0
  1620. package/lib/node_modules/.pnpm/modern-screenshot@4.6.7/node_modules/modern-screenshot/dist/index.cjs +1667 -0
  1621. package/lib/node_modules/.pnpm/performance-now@2.1.0/node_modules/performance-now/lib/performance-now.cjs +51 -0
  1622. package/lib/node_modules/.pnpm/raf@3.4.1/node_modules/raf/index.cjs +93 -0
  1623. package/lib/node_modules/.pnpm/rgbcolor@1.0.1/node_modules/rgbcolor/index.cjs +312 -0
  1624. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/h.cjs +91 -0
  1625. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/htmldomapi.cjs +117 -0
  1626. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/index.cjs +39 -0
  1627. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/init.cjs +394 -0
  1628. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/jsx.cjs +64 -0
  1629. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/attributes.cjs +65 -0
  1630. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/dataset.cjs +44 -0
  1631. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/eventlisteners.cjs +87 -0
  1632. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/modules/style.cjs +117 -0
  1633. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/thunk.cjs +54 -0
  1634. package/lib/node_modules/.pnpm/snabbdom@3.6.2/node_modules/snabbdom/build/tovnode.cjs +58 -0
  1635. package/lib/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.cjs +3384 -0
  1636. package/lib/node_modules/.pnpm/stackblur-canvas@2.7.0/node_modules/stackblur-canvas/dist/stackblur-es.cjs +646 -0
  1637. package/lib/node_modules/.pnpm/svg-pathdata@6.0.3/node_modules/svg-pathdata/lib/SVGPathData.module.cjs +22 -0
  1638. package/lib/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.cjs +20 -5
  1639. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.controller.cjs +27 -0
  1640. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.cjs +280 -0
  1641. package/lib/panel-component/app-extend-menu/extend-menu-base/extend-standard-menu/extend-standard-menu.css +1 -0
  1642. package/lib/panel-component/app-switch/app-switch.controller.cjs +9 -3
  1643. package/lib/panel-component/app-switch/app-switch.css +1 -1
  1644. package/lib/panel-component/auth-sso/auth-sso.cjs +77 -5
  1645. package/lib/panel-component/auth-sso/auth-sso.css +1 -1
  1646. package/lib/panel-component/auth-userinfo/auth-userinfo.cjs +20 -5
  1647. package/lib/panel-component/auth-userinfo/auth-userinfo.controller.cjs +53 -0
  1648. package/lib/panel-component/auth-userinfo/auth-userinfo.css +1 -1
  1649. package/lib/panel-component/auth-userinfo/auth-userinfo.provider.cjs +2 -2
  1650. package/lib/panel-component/coop-pos/coop-pos.controller.cjs +25 -1
  1651. package/lib/panel-component/global-search/global-search.cjs +11 -1
  1652. package/lib/panel-component/global-search/global-search.controller.cjs +39 -18
  1653. package/lib/panel-component/index-actions/index-actions.cjs +1 -3
  1654. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.cjs +1 -3
  1655. package/lib/panel-component/index-blank-placeholder/index-blank-placeholder.controller.cjs +0 -2
  1656. package/lib/panel-component/index.cjs +26 -25
  1657. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.cjs +14 -3
  1658. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.controller.cjs +63 -17
  1659. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.css +1 -1
  1660. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.service.cjs +4 -5
  1661. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.state.cjs +6 -0
  1662. package/lib/panel-component/nav-breadcrumb/nav-breadcrumb.util.cjs +52 -5
  1663. package/lib/panel-component/nav-pos-index/nav-pos-index.controller.cjs +2 -2
  1664. package/lib/panel-component/nav-tabs/icon.cjs +94 -0
  1665. package/lib/panel-component/nav-tabs/nav-tabs.cjs +130 -62
  1666. package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +44 -34
  1667. package/lib/panel-component/nav-tabs/nav-tabs.css +1 -1
  1668. package/lib/panel-component/panel-app-login-view/panel-app-login-view.cjs +1 -3
  1669. package/lib/panel-component/panel-app-title/panel-app-title.cjs +29 -44
  1670. package/lib/panel-component/panel-app-title/panel-app-title.controller.cjs +9 -4
  1671. package/lib/panel-component/panel-button/panel-button.cjs +2 -1
  1672. package/lib/panel-component/panel-button/panel-button.controller.cjs +9 -3
  1673. package/lib/panel-component/panel-button/panel-button.css +1 -1
  1674. package/lib/panel-component/panel-button-list/panel-button-list.cjs +1 -2
  1675. package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +36 -17
  1676. package/lib/panel-component/panel-container-group/index.cjs +27 -0
  1677. package/lib/panel-component/panel-container-group/panel-container-group.cjs +143 -0
  1678. package/lib/panel-component/panel-container-group/panel-container-group.controller.cjs +99 -0
  1679. package/lib/panel-component/panel-container-group/panel-container-group.css +1 -0
  1680. package/lib/panel-component/panel-container-group/panel-container-group.provider.cjs +23 -0
  1681. package/lib/panel-component/panel-container-group/panel-container-group.state.cjs +25 -0
  1682. package/lib/panel-component/panel-index-view-search/panel-index-view-search.cjs +19 -2
  1683. package/lib/panel-component/panel-index-view-search/panel-index-view-search.controller.cjs +53 -0
  1684. package/lib/panel-component/panel-index-view-search/panel-index-view-search.provider.cjs +2 -2
  1685. package/lib/panel-component/panel-tab-panel/panel-tab-panel.cjs +2 -2
  1686. package/lib/panel-component/panel-tab-panel/panel-tab-panel.controller.cjs +1 -1
  1687. package/lib/panel-component/panel-tab-panel/panel-tab-panel.state.cjs +1 -1
  1688. package/lib/panel-component/panel-view-content/panel-view-content.cjs +5 -4
  1689. package/lib/panel-component/panel-view-content/panel-view-content.provider.cjs +1 -1
  1690. package/lib/panel-component/panel-view-header/panel-view-header.cjs +5 -4
  1691. package/lib/panel-component/panel-view-header/panel-view-header.provider.cjs +1 -1
  1692. package/lib/panel-component/short-cut/short-cut.cjs +26 -1
  1693. package/lib/panel-component/split-container/split-container.cjs +4 -3
  1694. package/lib/panel-component/split-container/split-container.controller.cjs +3 -2
  1695. package/lib/panel-component/split-container/split-container.state.cjs +1 -1
  1696. package/lib/panel-component/user-message/async-action/async-action/async-action.provider.cjs +14 -0
  1697. package/lib/panel-component/user-message/async-action/async-action-result/async-action-result.cjs +160 -8
  1698. package/lib/panel-component/user-message/async-action/async-action-result/async-action-result.css +1 -0
  1699. package/lib/panel-component/user-message/async-action/async-action-tab/async-action-tab.css +1 -1
  1700. package/lib/panel-component/user-message/async-action/async-data-export/async-data-export.cjs +92 -0
  1701. package/lib/panel-component/user-message/async-action/async-data-export/async-data-export.css +1 -0
  1702. package/lib/panel-component/user-message/index.cjs +21 -11
  1703. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +24 -10
  1704. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -1
  1705. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.cjs +3 -1
  1706. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.cjs +1 -1
  1707. package/lib/panel-component/user-message/internal-message/index.cjs +2 -0
  1708. package/lib/panel-component/user-message/internal-message/internal-message-group/internal-message-group.cjs +123 -0
  1709. package/lib/panel-component/user-message/internal-message/internal-message-group/internal-message-group.css +1 -0
  1710. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.cjs +4 -2
  1711. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -1
  1712. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +43 -17
  1713. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  1714. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.cjs +54 -0
  1715. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +90 -12
  1716. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.cjs +3 -1
  1717. package/lib/panel-component/user-message/user-message.cjs +1 -1
  1718. package/lib/util/ai-chat-util/ai-chat-util.cjs +1369 -0
  1719. package/lib/util/ai-chat-util/ai-feedback/ai-feedback.cjs +132 -0
  1720. package/lib/util/ai-chat-util/ai-feedback/ai-feedback.css +1 -0
  1721. package/lib/util/app-modal/app-modal-component.cjs +43 -2
  1722. package/lib/util/app-modal/app-modal-component.css +1 -1
  1723. package/lib/util/app-popover/app-popover-component.cjs +1 -0
  1724. package/lib/util/app-popover/app-popover-component.css +1 -1
  1725. package/lib/util/app-util/app-util.cjs +126 -221
  1726. package/lib/util/context-menu/context-menu.cjs +54 -0
  1727. package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
  1728. package/lib/util/icon/icon.cjs +28 -0
  1729. package/lib/util/index.cjs +16 -2
  1730. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.cjs +58 -0
  1731. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-think/ai-think.css +1 -0
  1732. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.cjs +54 -0
  1733. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call/ai-tool-call.css +1 -0
  1734. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.cjs +145 -0
  1735. package/lib/util/inline-ai-util/inline-ai-textarea/common/ai-tool-call-item/ai-tool-call-item.css +1 -0
  1736. package/lib/util/inline-ai-util/inline-ai-textarea/common/index.cjs +9 -0
  1737. package/lib/util/inline-ai-util/inline-ai-textarea/icon.cjs +283 -0
  1738. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.cjs +323 -0
  1739. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.css +1 -0
  1740. package/lib/util/inline-ai-util/inline-ai-textarea/inline-ai-textarea.hook.cjs +400 -0
  1741. package/lib/util/inline-ai-util/inline-ai-textarea/interface.cjs +3 -0
  1742. package/lib/util/inline-ai-util/inline-ai-util.cjs +149 -0
  1743. package/lib/util/modal-util/modal-util.cjs +10 -0
  1744. package/lib/util/open-view-util/open-view-util.cjs +1 -1
  1745. package/lib/util/print-preview-util/html-export/html-helper.cjs +31 -0
  1746. package/lib/util/print-preview-util/pdf-export/pdf-helper.cjs +340 -0
  1747. package/lib/util/print-preview-util/pdf-export/pdf-print-process.cjs +92 -0
  1748. package/lib/util/print-preview-util/pdf-export/pdf-print-process.css +1 -0
  1749. package/lib/util/print-preview-util/print-preview-markdown/icon/icon.cjs +52 -0
  1750. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.cjs +77 -0
  1751. package/lib/util/print-preview-util/print-preview-markdown/print-preview-markdown.css +1 -0
  1752. package/lib/util/print-preview-util/print-preview-util.cjs +208 -0
  1753. package/lib/util/screen-shot-util/screen-shot/components/index.cjs +7 -0
  1754. package/lib/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.cjs +136 -0
  1755. package/lib/util/screen-shot-util/screen-shot/components/screen-shot/screen-shot.css +1 -0
  1756. package/lib/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.cjs +107 -0
  1757. package/lib/util/screen-shot-util/screen-shot/components/screen-shot-toolbar/screen-shot-toolbar.css +1 -0
  1758. package/lib/util/screen-shot-util/screen-shot/constant/index.cjs +180 -0
  1759. package/lib/util/screen-shot-util/screen-shot/controller/index.cjs +7 -0
  1760. package/lib/util/screen-shot-util/screen-shot/controller/screen-shot.controller.cjs +386 -0
  1761. package/lib/util/screen-shot-util/screen-shot/controller/screen-shot.store.cjs +59 -0
  1762. package/lib/util/screen-shot-util/screen-shot/icon/icon.cjs +111 -0
  1763. package/lib/util/screen-shot-util/screen-shot/icon/index.cjs +16 -0
  1764. package/lib/util/screen-shot-util/screen-shot/index.cjs +8 -0
  1765. package/lib/util/screen-shot-util/screen-shot/module/draw-arrow.cjs +111 -0
  1766. package/lib/util/screen-shot-util/screen-shot/module/draw-circle.cjs +27 -0
  1767. package/lib/util/screen-shot-util/screen-shot/module/draw-mosaic.cjs +56 -0
  1768. package/lib/util/screen-shot-util/screen-shot/module/draw-pencil.cjs +18 -0
  1769. package/lib/util/screen-shot-util/screen-shot/module/draw-rectangle.cjs +14 -0
  1770. package/lib/util/screen-shot-util/screen-shot/module/draw-text.cjs +14 -0
  1771. package/lib/util/screen-shot-util/screen-shot/module/index.cjs +18 -0
  1772. package/lib/util/screen-shot-util/screen-shot/type/index.cjs +19 -0
  1773. package/lib/util/screen-shot-util/screen-shot/util/index.cjs +10 -0
  1774. package/lib/util/screen-shot-util/screen-shot-util.cjs +69 -0
  1775. package/lib/util/user-route-util/user-route-util.cjs +58 -0
  1776. package/lib/view-engine/calendar-exp-view.engine.cjs +6 -24
  1777. package/lib/view-engine/calendar-view.engine.cjs +10 -0
  1778. package/lib/view-engine/chart-exp-view.engine.cjs +6 -15
  1779. package/lib/view-engine/custom-view.engine.cjs +5 -5
  1780. package/lib/view-engine/de-index-view-engine.cjs +1 -1
  1781. package/lib/view-engine/edit-view.engine.cjs +21 -4
  1782. package/lib/view-engine/gantt-view.engine.cjs +4 -43
  1783. package/lib/view-engine/index.cjs +4 -0
  1784. package/lib/view-engine/login-view.engine.cjs +16 -5
  1785. package/lib/view-engine/md-custom-view.engine.cjs +88 -7
  1786. package/lib/view-engine/mpickup-view-engine.cjs +54 -22
  1787. package/lib/view-engine/opt-view.engine.cjs +7 -2
  1788. package/lib/view-engine/pickup-data-view.engine.cjs +31 -0
  1789. package/lib/view-engine/pickup-grid-view.engine.cjs +31 -0
  1790. package/lib/view-engine/pickup-tree-view.engine.cjs +15 -60
  1791. package/lib/view-engine/pickup-view.engine.cjs +26 -0
  1792. package/lib/view-engine/portal-view-engine.cjs +4 -0
  1793. package/lib/view-engine/tab-exp-view.engine.cjs +1 -1
  1794. package/lib/view-engine/tab-search-view.engine.cjs +4 -2
  1795. package/lib/view-engine/tree-view.engine.cjs +41 -11
  1796. package/lib/view-engine/wf-dyna-edit-view.engine.cjs +2 -2
  1797. package/lib/web-app/App.cjs +29 -0
  1798. package/lib/web-app/create-vue-app.cjs +5 -4
  1799. package/lib/web-app/guard/auth-guard/auth-guard.cjs +34 -7
  1800. package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +1 -13
  1801. package/lib/web-app/main.cjs +9 -1
  1802. package/lib/web-app/router/index.cjs +182 -96
  1803. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +22 -1
  1804. package/package.json +30 -21
  1805. package/dist/chart-8QfxarWf.js +0 -1
  1806. package/dist/ibiz-markdown-editor-V31Pwvs_.js +0 -1
  1807. package/dist/index-CsiyXR27.js +0 -1
  1808. package/dist/index-UbdnNRaM.js +0 -4
  1809. package/dist/index-tjsobxd3.js +0 -1
  1810. package/dist/map-chart-HL7emT5a.js +0 -1
  1811. package/dist/map-chart-user-xOSZGbF2.js +0 -1
  1812. package/dist/wang-editor-HvrS4t7L.js +0 -1
  1813. package/dist/xlsx-util-ldKulT13.js +0 -2
  1814. package/es/common/action-toolbar/action-toolbar.d.ts +0 -96
  1815. package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.d.ts +0 -66
  1816. package/es/common/anchor-container/anchor-container.d.ts +0 -103
  1817. package/es/common/button-list/button-list.d.ts +0 -46
  1818. package/es/common/carousel/carousel.d.ts +0 -141
  1819. package/es/common/carousel-card/carousel-card.d.ts +0 -41
  1820. package/es/common/col/col.d.ts +0 -53
  1821. package/es/common/control-navigation/control-navigation.d.ts +0 -35
  1822. package/es/common/control-navigation/provider/calendar-navigation.provider.d.ts +0 -17
  1823. package/es/common/control-navigation/provider/index.d.ts +0 -10
  1824. package/es/common/control-navigation/provider/map-navigation.provider.d.ts +0 -17
  1825. package/es/common/control-navigation/provider/navigation-base.provider.d.ts +0 -84
  1826. package/es/common/control-navigation/provider/tree-navigation.provider.d.ts +0 -30
  1827. package/es/common/coop-alert/coop-alert.d.ts +0 -41
  1828. package/es/common/cropping/cropping.d.ts +0 -54
  1829. package/es/common/custom-filter-condition/custom-filter-condition.d.ts +0 -1003
  1830. package/es/common/custom-theme/custom-theme-model.d.ts +0 -167
  1831. package/es/common/custom-theme/custom-theme.controller.d.ts +0 -133
  1832. package/es/common/custom-theme/custom-theme.d.ts +0 -26
  1833. package/es/common/data-import/data-import.d.ts +0 -57
  1834. package/es/common/data-import2/data-import2.d.ts +0 -106
  1835. package/es/common/data-import2-select/data-import2-select.d.ts +0 -59
  1836. package/es/common/data-import2-table/data-import2-table.d.ts +0 -56
  1837. package/es/common/doing-notice/doing-notice.d.ts +0 -19
  1838. package/es/common/editor-empty-text/editor-empty-text.d.ts +0 -25
  1839. package/es/common/emoji-select/components/categories/categories.d.ts +0 -30
  1840. package/es/common/emoji-select/components/categories/index.d.ts +0 -1
  1841. package/es/common/emoji-select/components/category-label/category-label.d.ts +0 -18
  1842. package/es/common/emoji-select/components/category-label/index.d.ts +0 -1
  1843. package/es/common/emoji-select/components/emoji-item/emoji-item.d.ts +0 -44
  1844. package/es/common/emoji-select/components/emoji-item/index.d.ts +0 -1
  1845. package/es/common/emoji-select/components/emoji-list/emoji-list.d.ts +0 -92
  1846. package/es/common/emoji-select/components/emoji-list/index.d.ts +0 -1
  1847. package/es/common/emoji-select/components/index.d.ts +0 -5
  1848. package/es/common/emoji-select/components/input-search/index.d.ts +0 -1
  1849. package/es/common/emoji-select/components/input-search/input-search.d.ts +0 -9
  1850. package/es/common/emoji-select/emoji-select.d.ts +0 -142
  1851. package/es/common/emoji-select/icons/categories.d.ts +0 -2
  1852. package/es/common/emoji-select/icons/emoji.d.ts +0 -2
  1853. package/es/common/emoji-select/icons/index.d.ts +0 -3
  1854. package/es/common/emoji-select/icons/search.d.ts +0 -1
  1855. package/es/common/emoji-select/interface/category.d.ts +0 -44
  1856. package/es/common/emoji-select/interface/emoji.d.ts +0 -37
  1857. package/es/common/emoji-select/interface/index.d.ts +0 -3
  1858. package/es/common/emoji-select/interface/map-emojis.d.ts +0 -17
  1859. package/es/common/extend-action-timeline/extend-action-timeline.d.ts +0 -16
  1860. package/es/common/fullscreen-toolbar/fullscreen-toolbar-alarm-clock/fullscreen-toolbar-alarm-clock.d.ts +0 -9
  1861. package/es/common/fullscreen-toolbar/fullscreen-toolbar.d.ts +0 -13
  1862. package/es/common/gantt-setting/gantt-setting.d.ts +0 -63
  1863. package/es/common/grid-setting/grid-setting.d.ts +0 -38
  1864. package/es/common/index.d.ts +0 -14
  1865. package/es/common/map-chart/map-chart.d.ts +0 -128
  1866. package/es/common/map-chart/map-chart.util.d.ts +0 -30
  1867. package/es/common/map-chart/map-json.d.ts +0 -1
  1868. package/es/common/map-chart/map-manager.d.ts +0 -20
  1869. package/es/common/map-chart-user/map-chart-user.d.ts +0 -136
  1870. package/es/common/map-chart-user/map-chart-user.util.d.ts +0 -39
  1871. package/es/common/map-chart-user/map-user-manager.d.ts +0 -21
  1872. package/es/common/nav-split/nav-split.d.ts +0 -57
  1873. package/es/common/no-data/no-data.d.ts +0 -37
  1874. package/es/common/pagination/pagination.d.ts +0 -57
  1875. package/es/common/pql-editor/components/index.d.ts +0 -1
  1876. package/es/common/pql-editor/components/pql-editor-suggestion/pql-editor-suggestion.d.ts +0 -28
  1877. package/es/common/pql-editor/pql-editor.d.ts +0 -74
  1878. package/es/common/pql-editor/pql-editor.module.d.ts +0 -47
  1879. package/es/common/pql-editor/utils/index.d.ts +0 -19
  1880. package/es/common/quick-edit/quick-edit.d.ts +0 -48
  1881. package/es/common/rawitem/rawitem.d.ts +0 -51
  1882. package/es/common/row/row.d.ts +0 -10
  1883. package/es/common/sort-bar/sort-bar.d.ts +0 -46
  1884. package/es/common/split/split.d.ts +0 -56
  1885. package/es/common/split-trigger/split-trigger.d.ts +0 -11
  1886. package/es/common/view-message/view-message.d.ts +0 -922
  1887. package/es/control/app-menu/app-menu.d.ts +0 -110
  1888. package/es/control/app-menu/app-menu.provider.d.ts +0 -13
  1889. package/es/control/app-menu/custom-menu-design/custom-menu-design.d.ts +0 -43
  1890. package/es/control/app-menu/index.d.ts +0 -68
  1891. package/es/control/app-menu-icon-view/app-menu-icon-view.d.ts +0 -90
  1892. package/es/control/app-menu-icon-view/app-menu-icon-view.provider.d.ts +0 -13
  1893. package/es/control/app-menu-icon-view/index.d.ts +0 -53
  1894. package/es/control/calendar/calendar-util.d.ts +0 -24
  1895. package/es/control/calendar/calendar.d.ts +0 -124
  1896. package/es/control/calendar/calendar.provider.d.ts +0 -13
  1897. package/es/control/calendar/components/calendar-daily/calendar-daily.d.ts +0 -18
  1898. package/es/control/calendar/components/calendar-daily/index.d.ts +0 -18
  1899. package/es/control/calendar/components/calendar-daily/use-calendar-daily.d.ts +0 -154
  1900. package/es/control/calendar/components/calendar-user/calendar-user.d.ts +0 -15
  1901. package/es/control/calendar/components/calendar-user/index.d.ts +0 -15
  1902. package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +0 -17
  1903. package/es/control/calendar/components/calendar-week/calendar-week.d.ts +0 -18
  1904. package/es/control/calendar/components/calendar-week/index.d.ts +0 -18
  1905. package/es/control/calendar/components/calendar-week/use-calendar-week.d.ts +0 -159
  1906. package/es/control/calendar/components/constant/event.d.ts +0 -5
  1907. package/es/control/calendar/components/constant/index.d.ts +0 -1
  1908. package/es/control/calendar/components/custom-calendar/custom-calendar.d.ts +0 -24
  1909. package/es/control/calendar/components/custom-calendar/index.d.ts +0 -24
  1910. package/es/control/calendar/components/custom-calendar/use-custom-calendar.d.ts +0 -3
  1911. package/es/control/calendar/components/interface/calendar-daily.d.ts +0 -12
  1912. package/es/control/calendar/components/interface/calendar-user.d.ts +0 -10
  1913. package/es/control/calendar/components/interface/calendar-week.d.ts +0 -12
  1914. package/es/control/calendar/components/interface/common.d.ts +0 -116
  1915. package/es/control/calendar/components/interface/custom-calendar.d.ts +0 -14
  1916. package/es/control/calendar/components/interface/index.d.ts +0 -5
  1917. package/es/control/calendar/components/util/index.d.ts +0 -1
  1918. package/es/control/calendar/components/util/util.d.ts +0 -89
  1919. package/es/control/calendar/index.d.ts +0 -75
  1920. package/es/control/caption-bar/caption-bar.d.ts +0 -69
  1921. package/es/control/caption-bar/caption-bar.provider.d.ts +0 -13
  1922. package/es/control/caption-bar/index.d.ts +0 -40
  1923. package/es/control/chart/chart.d.ts +0 -166
  1924. package/es/control/chart/chart.provider.d.ts +0 -13
  1925. package/es/control/chart/index.d.ts +0 -5
  1926. package/es/control/context-menu/context-menu.d.ts +0 -142
  1927. package/es/control/context-menu/context-menu.provider.d.ts +0 -13
  1928. package/es/control/context-menu/index.d.ts +0 -85
  1929. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +0 -3
  1930. package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +0 -78
  1931. package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +0 -10
  1932. package/es/control/dashboard/dashboard.d.ts +0 -79
  1933. package/es/control/dashboard/dashboard.provider.d.ts +0 -13
  1934. package/es/control/dashboard/index.d.ts +0 -51
  1935. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.d.ts +0 -25
  1936. package/es/control/dashboard/portlet/actionbar-portlet/actionbar-portlet.provider.d.ts +0 -15
  1937. package/es/control/dashboard/portlet/actionbar-portlet/index.d.ts +0 -24
  1938. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.d.ts +0 -24
  1939. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.provider.d.ts +0 -15
  1940. package/es/control/dashboard/portlet/chart-portlet/index.d.ts +0 -24
  1941. package/es/control/dashboard/portlet/container-portlet/container-portlet.d.ts +0 -25
  1942. package/es/control/dashboard/portlet/container-portlet/container-portlet.provider.d.ts +0 -14
  1943. package/es/control/dashboard/portlet/container-portlet/index.d.ts +0 -23
  1944. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.d.ts +0 -64
  1945. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/index.d.ts +0 -0
  1946. package/es/control/dashboard/portlet/filter-portlet/filter-portlet-item/filter-portlet-item.d.ts +0 -41
  1947. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.d.ts +0 -30
  1948. package/es/control/dashboard/portlet/filter-portlet/filter-portlet.provider.d.ts +0 -15
  1949. package/es/control/dashboard/portlet/filter-portlet/index.d.ts +0 -28
  1950. package/es/control/dashboard/portlet/html-portlet/html-portlet.d.ts +0 -25
  1951. package/es/control/dashboard/portlet/html-portlet/html-portlet.provider.d.ts +0 -15
  1952. package/es/control/dashboard/portlet/html-portlet/index.d.ts +0 -23
  1953. package/es/control/dashboard/portlet/index.d.ts +0 -11
  1954. package/es/control/dashboard/portlet/list-portlet/index.d.ts +0 -24
  1955. package/es/control/dashboard/portlet/list-portlet/list-portlet.d.ts +0 -24
  1956. package/es/control/dashboard/portlet/list-portlet/list-portlet.provider.d.ts +0 -15
  1957. package/es/control/dashboard/portlet/menu-portlet/app-menu-portlet/app-menu-portlet.d.ts +0 -52
  1958. package/es/control/dashboard/portlet/menu-portlet/index.d.ts +0 -24
  1959. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.d.ts +0 -25
  1960. package/es/control/dashboard/portlet/menu-portlet/menu-portlet.provider.d.ts +0 -14
  1961. package/es/control/dashboard/portlet/portlet-layout/portlet-layout.d.ts +0 -33
  1962. package/es/control/dashboard/portlet/rawitem-portlet/index.d.ts +0 -24
  1963. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.d.ts +0 -25
  1964. package/es/control/dashboard/portlet/rawitem-portlet/rawitem-portlet.provider.d.ts +0 -15
  1965. package/es/control/dashboard/portlet/report-portlet/index.d.ts +0 -25
  1966. package/es/control/dashboard/portlet/report-portlet/report-portlet.d.ts +0 -25
  1967. package/es/control/dashboard/portlet/report-portlet/report-portlet.provider.d.ts +0 -15
  1968. package/es/control/dashboard/portlet/view-portlet/index.d.ts +0 -24
  1969. package/es/control/dashboard/portlet/view-portlet/view-portlet.d.ts +0 -25
  1970. package/es/control/dashboard/portlet/view-portlet/view-portlet.provider.d.ts +0 -15
  1971. package/es/control/data-view/data-view.d.ts +0 -182
  1972. package/es/control/data-view/data-view.provider.d.ts +0 -11
  1973. package/es/control/data-view/index.d.ts +0 -122
  1974. package/es/control/drbar/drbar.controller.d.ts +0 -213
  1975. package/es/control/drbar/drbar.d.ts +0 -118
  1976. package/es/control/drbar/drbar.provider.d.ts +0 -11
  1977. package/es/control/drbar/index.d.ts +0 -71
  1978. package/es/control/drtab/drtab-control.util.d.ts +0 -17
  1979. package/es/control/drtab/drtab.controller.d.ts +0 -223
  1980. package/es/control/drtab/drtab.d.ts +0 -91
  1981. package/es/control/drtab/drtab.provider.d.ts +0 -11
  1982. package/es/control/drtab/flow-drtab.d.ts +0 -77
  1983. package/es/control/drtab/index.d.ts +0 -56
  1984. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.d.ts +0 -104
  1985. package/es/control/exp-bar/calendar-exp-bar/calendar-exp-bar.provider.d.ts +0 -11
  1986. package/es/control/exp-bar/calendar-exp-bar/index.d.ts +0 -62
  1987. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.d.ts +0 -104
  1988. package/es/control/exp-bar/chart-exp-bar/chart-exp-bar.provider.d.ts +0 -11
  1989. package/es/control/exp-bar/chart-exp-bar/index.d.ts +0 -62
  1990. package/es/control/exp-bar/data-view-exp-bar/data-view-exp-bar.provider.d.ts +0 -13
  1991. package/es/control/exp-bar/data-view-exp-bar/data-view-view-exp-bar.d.ts +0 -104
  1992. package/es/control/exp-bar/data-view-exp-bar/index.d.ts +0 -62
  1993. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.d.ts +0 -104
  1994. package/es/control/exp-bar/grid-exp-bar/grid-exp-bar.provider.d.ts +0 -13
  1995. package/es/control/exp-bar/grid-exp-bar/index.d.ts +0 -62
  1996. package/es/control/exp-bar/index.d.ts +0 -6
  1997. package/es/control/exp-bar/list-exp-bar/index.d.ts +0 -62
  1998. package/es/control/exp-bar/list-exp-bar/list-exp-bar.d.ts +0 -104
  1999. package/es/control/exp-bar/list-exp-bar/list-exp-bar.provider.d.ts +0 -13
  2000. package/es/control/exp-bar/render-util.d.ts +0 -25
  2001. package/es/control/exp-bar/tree-exp-bar/index.d.ts +0 -72
  2002. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.d.ts +0 -120
  2003. package/es/control/exp-bar/tree-exp-bar/tree-exp-bar.provider.d.ts +0 -11
  2004. package/es/control/form/edit-form/edit-form.d.ts +0 -3
  2005. package/es/control/form/edit-form/edit-form.provider.d.ts +0 -13
  2006. package/es/control/form/edit-form/index.d.ts +0 -3
  2007. package/es/control/form/form/form.d.ts +0 -32
  2008. package/es/control/form/form/index.d.ts +0 -31
  2009. package/es/control/form/form-detail/form-button/form-button.d.ts +0 -27
  2010. package/es/control/form/form-detail/form-button/form-button.provider.d.ts +0 -15
  2011. package/es/control/form/form-detail/form-button/index.d.ts +0 -23
  2012. package/es/control/form/form-detail/form-button-list/form-button-list.d.ts +0 -27
  2013. package/es/control/form/form-detail/form-button-list/form-button-list.provider.d.ts +0 -13
  2014. package/es/control/form/form-detail/form-button-list/index.d.ts +0 -23
  2015. package/es/control/form/form-detail/form-druipart/form-druipart.d.ts +0 -28
  2016. package/es/control/form/form-detail/form-druipart/form-druipart.provider.d.ts +0 -15
  2017. package/es/control/form/form-detail/form-druipart/index.d.ts +0 -24
  2018. package/es/control/form/form-detail/form-group-panel/form-group-panel.d.ts +0 -29
  2019. package/es/control/form/form-detail/form-group-panel/form-group-panel.provider.d.ts +0 -15
  2020. package/es/control/form/form-detail/form-group-panel/index.d.ts +0 -25
  2021. package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +0 -35
  2022. package/es/control/form/form-detail/form-item/form-item-container/form-item-container.d.ts +0 -17
  2023. package/es/control/form/form-detail/form-item/form-item.d.ts +0 -37
  2024. package/es/control/form/form-detail/form-item/form-item.provider.d.ts +0 -15
  2025. package/es/control/form/form-detail/form-item/index.d.ts +0 -34
  2026. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +0 -18
  2027. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.d.ts +0 -19
  2028. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.d.ts +0 -15
  2029. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +0 -3
  2030. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +0 -20
  2031. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +0 -32
  2032. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.d.ts +0 -31
  2033. package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.d.ts +0 -15
  2034. package/es/control/form/form-detail/form-mdctrl/index.d.ts +0 -27
  2035. package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +0 -48
  2036. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/icon/index.d.ts +0 -21
  2037. package/es/control/form/form-detail/form-mdctrl/mdctrl-container2/mdctrl-container2.d.ts +0 -38
  2038. package/es/control/form/form-detail/form-page/form-page-item/form-page.item.d.ts +0 -24
  2039. package/es/control/form/form-detail/form-page/form-page.d.ts +0 -28
  2040. package/es/control/form/form-detail/form-page/form-page.provider.d.ts +0 -15
  2041. package/es/control/form/form-detail/form-page/index.d.ts +0 -25
  2042. package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +0 -30
  2043. package/es/control/form/form-detail/form-rawitem/form-rawitem.provider.d.ts +0 -15
  2044. package/es/control/form/form-detail/form-rawitem/index.d.ts +0 -26
  2045. package/es/control/form/form-detail/form-tab-page/form-tab-page.d.ts +0 -26
  2046. package/es/control/form/form-detail/form-tab-page/form-tab-page.provider.d.ts +0 -15
  2047. package/es/control/form/form-detail/form-tab-page/index.d.ts +0 -22
  2048. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.d.ts +0 -28
  2049. package/es/control/form/form-detail/form-tab-panel/form-tab-panel.provider.d.ts +0 -15
  2050. package/es/control/form/form-detail/form-tab-panel/index.d.ts +0 -24
  2051. package/es/control/form/form-detail/index.d.ts +0 -10
  2052. package/es/control/form/index.d.ts +0 -4
  2053. package/es/control/form/search-form/advance-search/advance-search.d.ts +0 -24
  2054. package/es/control/form/search-form/index.d.ts +0 -65
  2055. package/es/control/form/search-form/search-form.d.ts +0 -114
  2056. package/es/control/form/search-form/search-form.provider.d.ts +0 -13
  2057. package/es/control/gantt/gantt.d.ts +0 -138
  2058. package/es/control/gantt/gantt.provider.d.ts +0 -13
  2059. package/es/control/gantt/index.d.ts +0 -90
  2060. package/es/control/grid/grid/grid-control.util.d.ts +0 -97
  2061. package/es/control/grid/grid/grid.d.ts +0 -234
  2062. package/es/control/grid/grid/grid.provider.d.ts +0 -13
  2063. package/es/control/grid/grid/index.d.ts +0 -171
  2064. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.d.ts +0 -39
  2065. package/es/control/grid/grid-column/auto-grid-field-edit-column/auto-grid-field-edit-column.provider.d.ts +0 -13
  2066. package/es/control/grid/grid-column/auto-grid-field-edit-column/index.d.ts +0 -37
  2067. package/es/control/grid/grid-column/auto-grid-field-edit-column/row-edit.d.ts +0 -13
  2068. package/es/control/grid/grid-column/grid-column-header/grid-column-header.d.ts +0 -36
  2069. package/es/control/grid/grid-column/grid-column-header/index.d.ts +0 -33
  2070. package/es/control/grid/grid-column/grid-field-column/attachment-column/attachment-column.d.ts +0 -65
  2071. package/es/control/grid/grid-column/grid-field-column/attachment-column/file-util.d.ts +0 -28
  2072. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +0 -42
  2073. package/es/control/grid/grid-column/grid-field-column/grid-field-column.provider.d.ts +0 -15
  2074. package/es/control/grid/grid-column/grid-field-column/index.d.ts +0 -40
  2075. package/es/control/grid/grid-column/grid-field-edit-column/all-edit.d.ts +0 -15
  2076. package/es/control/grid/grid-column/grid-field-edit-column/cell-edit.d.ts +0 -20
  2077. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.d.ts +0 -49
  2078. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.d.ts +0 -40
  2079. package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.provider.d.ts +0 -15
  2080. package/es/control/grid/grid-column/grid-field-edit-column/index.d.ts +0 -37
  2081. package/es/control/grid/grid-column/grid-field-edit-column/row-edit.d.ts +0 -14
  2082. package/es/control/grid/grid-column/grid-group-column/grid-group-column.d.ts +0 -23
  2083. package/es/control/grid/grid-column/grid-group-column/grid-group-column.provider.d.ts +0 -13
  2084. package/es/control/grid/grid-column/grid-group-column/index.d.ts +0 -22
  2085. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.d.ts +0 -27
  2086. package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.provider.d.ts +0 -15
  2087. package/es/control/grid/grid-column/grid-ua-column/index.d.ts +0 -24
  2088. package/es/control/grid/grid-column/index.d.ts +0 -6
  2089. package/es/control/grid/index.d.ts +0 -2
  2090. package/es/control/grid/row-edit-popover/row-edit-popover.d.ts +0 -24
  2091. package/es/control/grid/row-edit-popover/use-row-edit-popover.d.ts +0 -5
  2092. package/es/control/index.d.ts +0 -28
  2093. package/es/control/kanban/index.d.ts +0 -70
  2094. package/es/control/kanban/kanban.d.ts +0 -119
  2095. package/es/control/kanban/kanban.provider.d.ts +0 -11
  2096. package/es/control/kanban/lane-kanban/lane-kanban.css +0 -1
  2097. package/es/control/kanban/lane-kanban/lane-kanban.d.ts +0 -27
  2098. package/es/control/kanban/lane-kanban/lane-kanban.mjs +0 -409
  2099. package/es/control/list/index.d.ts +0 -123
  2100. package/es/control/list/list.d.ts +0 -178
  2101. package/es/control/list/list.provider.d.ts +0 -13
  2102. package/es/control/map/index.d.ts +0 -5
  2103. package/es/control/map/map.d.ts +0 -135
  2104. package/es/control/map/map.provider.d.ts +0 -13
  2105. package/es/control/medit-view-panel/index.d.ts +0 -35
  2106. package/es/control/medit-view-panel/medit-view-panel.d.ts +0 -58
  2107. package/es/control/medit-view-panel/medit-view-panel.provider.d.ts +0 -11
  2108. package/es/control/pickup-view-panel/index.d.ts +0 -58
  2109. package/es/control/pickup-view-panel/pickup-view-panel.d.ts +0 -102
  2110. package/es/control/pickup-view-panel/pickup-view-panel.provider.d.ts +0 -11
  2111. package/es/control/report-panel/index.d.ts +0 -2
  2112. package/es/control/report-panel/report-detail/bi-report-panel/bi-report-panel.d.ts +0 -16
  2113. package/es/control/report-panel/report-detail/bi-report-panel/index.d.ts +0 -14
  2114. package/es/control/report-panel/report-detail/index.d.ts +0 -3
  2115. package/es/control/report-panel/report-detail/user-report-panel/index.d.ts +0 -14
  2116. package/es/control/report-panel/report-detail/user-report-panel/user-report-panel.d.ts +0 -16
  2117. package/es/control/report-panel/report-detail/user2-report-panel/index.d.ts +0 -15
  2118. package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.d.ts +0 -17
  2119. package/es/control/report-panel/report-panel.d.ts +0 -86
  2120. package/es/control/report-panel/report-panel.provider.d.ts +0 -11
  2121. package/es/control/search-bar/filter-mode-select/filter-mode-select.d.ts +0 -135
  2122. package/es/control/search-bar/filter-tree/filter-tree.d.ts +0 -104
  2123. package/es/control/search-bar/index.d.ts +0 -48
  2124. package/es/control/search-bar/quick-search-select/quick-search-select.d.ts +0 -16
  2125. package/es/control/search-bar/search-bar.d.ts +0 -77
  2126. package/es/control/search-bar/search-bar.provider.d.ts +0 -13
  2127. package/es/control/search-bar/search-groups/edit-group-util.d.ts +0 -10
  2128. package/es/control/search-bar/search-groups/new-group-util.d.ts +0 -10
  2129. package/es/control/search-bar/search-groups/search-groups.d.ts +0 -40
  2130. package/es/control/tab-exp-panel/index.d.ts +0 -49
  2131. package/es/control/tab-exp-panel/tab-exp-panel.d.ts +0 -84
  2132. package/es/control/tab-exp-panel/tab-exp-panel.provider.d.ts +0 -11
  2133. package/es/control/toolbar/export-excel/export-excel.d.ts +0 -52
  2134. package/es/control/toolbar/index.d.ts +0 -68
  2135. package/es/control/toolbar/short-cut-button/short-cut-button.d.ts +0 -48
  2136. package/es/control/toolbar/toolbar.d.ts +0 -107
  2137. package/es/control/toolbar/toolbar.provider.d.ts +0 -13
  2138. package/es/control/tree/el-tree-util.d.ts +0 -991
  2139. package/es/control/tree/index.d.ts +0 -1054
  2140. package/es/control/tree/tree.d.ts +0 -1143
  2141. package/es/control/tree/tree.provider.d.ts +0 -13
  2142. package/es/control/tree-grid/index.d.ts +0 -154
  2143. package/es/control/tree-grid/tree-grid.d.ts +0 -214
  2144. package/es/control/tree-grid/tree-grid.provider.d.ts +0 -13
  2145. package/es/control/tree-grid-ex/index.d.ts +0 -53
  2146. package/es/control/tree-grid-ex/tree-grid-ex-column/index.d.ts +0 -3
  2147. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/all-edit.d.ts +0 -15
  2148. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/cell-edit.d.ts +0 -19
  2149. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/row-edit.d.ts +0 -14
  2150. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.d.ts +0 -31
  2151. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/index.d.ts +0 -30
  2152. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.d.ts +0 -33
  2153. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.provider.d.ts +0 -15
  2154. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/index.d.ts +0 -24
  2155. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.d.ts +0 -27
  2156. package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-ua-column/tree-grid-ex-ua-column.provider.d.ts +0 -15
  2157. package/es/control/tree-grid-ex/tree-grid-ex.d.ts +0 -80
  2158. package/es/control/tree-grid-ex/tree-grid-ex.provider.d.ts +0 -13
  2159. package/es/control/tree-grid-ex/use-row-edit-popover.d.ts +0 -5
  2160. package/es/control/view-panel/index.d.ts +0 -40
  2161. package/es/control/view-panel/view-panel.d.ts +0 -69
  2162. package/es/control/view-panel/view-panel.provider.d.ts +0 -10
  2163. package/es/control/wizard-panel/index.d.ts +0 -39
  2164. package/es/control/wizard-panel/wizard-panel.d.ts +0 -68
  2165. package/es/control/wizard-panel/wizard-panel.provider.d.ts +0 -13
  2166. package/es/editor/array/array-editor.controller.d.ts +0 -10
  2167. package/es/editor/array/array-editor.provider.d.ts +0 -17
  2168. package/es/editor/array/ibiz-array/ibiz-array.d.ts +0 -155
  2169. package/es/editor/array/index.d.ts +0 -3
  2170. package/es/editor/autocomplete/autocomplete-editor.controller.d.ts +0 -83
  2171. package/es/editor/autocomplete/autocomplete-editor.provider.d.ts +0 -17
  2172. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.d.ts +0 -96
  2173. package/es/editor/autocomplete/index.d.ts +0 -3
  2174. package/es/editor/carousel/carousel-editor.controller.d.ts +0 -10
  2175. package/es/editor/carousel/carousel-editor.provider.d.ts +0 -17
  2176. package/es/editor/carousel/ibiz-carousel/ibiz-carousel.d.ts +0 -83
  2177. package/es/editor/carousel/index.d.ts +0 -3
  2178. package/es/editor/cascader/cascader-editor.controller.d.ts +0 -10
  2179. package/es/editor/cascader/cascader-editor.provider.d.ts +0 -17
  2180. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.d.ts +0 -109
  2181. package/es/editor/cascader/index.d.ts +0 -3
  2182. package/es/editor/check-box/check-box-editor.controller.d.ts +0 -11
  2183. package/es/editor/check-box/check-box-editor.provider.d.ts +0 -17
  2184. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +0 -79
  2185. package/es/editor/check-box/index.d.ts +0 -3
  2186. package/es/editor/check-box-list/checkbox-list-editor.controller.d.ts +0 -25
  2187. package/es/editor/check-box-list/checkbox-list-editor.provider.d.ts +0 -17
  2188. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +0 -118
  2189. package/es/editor/check-box-list/index.d.ts +0 -3
  2190. package/es/editor/code/code-editor.controller.d.ts +0 -40
  2191. package/es/editor/code/code-editor.provider.d.ts +0 -17
  2192. package/es/editor/code/index.d.ts +0 -3
  2193. package/es/editor/code/monaco-editor/monaco-editor.d.ts +0 -102
  2194. package/es/editor/color-picker/color-picker-editor.controller.d.ts +0 -20
  2195. package/es/editor/color-picker/color-picker-editor.provider.d.ts +0 -17
  2196. package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +0 -101
  2197. package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +0 -56
  2198. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +0 -95
  2199. package/es/editor/color-picker/index.d.ts +0 -3
  2200. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +0 -93
  2201. package/es/editor/data-picker/ibiz-picker/ibiz-picker.d.ts +0 -95
  2202. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.d.ts +0 -96
  2203. package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +0 -93
  2204. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +0 -79
  2205. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.d.ts +0 -108
  2206. package/es/editor/data-picker/ibiz-transfer-picker/components/index.d.ts +0 -1
  2207. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/icon.d.ts +0 -2
  2208. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/interface.d.ts +0 -99
  2209. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer-util.d.ts +0 -17
  2210. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer/transfer.d.ts +0 -182
  2211. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/icon.d.ts +0 -1
  2212. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/interface.d.ts +0 -60
  2213. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel-util.d.ts +0 -14
  2214. package/es/editor/data-picker/ibiz-transfer-picker/components/transfer-panel/transfer-panel.d.ts +0 -108
  2215. package/es/editor/data-picker/ibiz-transfer-picker/ibiz-transfer-picker.d.ts +0 -97
  2216. package/es/editor/data-picker/index.d.ts +0 -9
  2217. package/es/editor/data-picker/picker-editor.controller.d.ts +0 -143
  2218. package/es/editor/data-picker/picker-editor.provider.d.ts +0 -18
  2219. package/es/editor/date-picker/date-picker-editor.controller.d.ts +0 -26
  2220. package/es/editor/date-picker/date-picker-editor.provider.d.ts +0 -17
  2221. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.d.ts +0 -86
  2222. package/es/editor/date-picker/index.d.ts +0 -3
  2223. package/es/editor/date-range/date-range-editor.controller.d.ts +0 -36
  2224. package/es/editor/date-range/date-range-editor.provider.d.ts +0 -15
  2225. package/es/editor/date-range/ibiz-date-range-picker/ibiz-date-range-picker.d.ts +0 -96
  2226. package/es/editor/date-range/index.d.ts +0 -3
  2227. package/es/editor/date-range-select/date-range-select-picker/components/quarter-range-select/quarter-range-select.d.ts +0 -51
  2228. package/es/editor/date-range-select/date-range-select-picker/components/week-range-select/week-range-select.d.ts +0 -65
  2229. package/es/editor/date-range-select/date-range-select-picker/components/year-range-select/year-range-select.d.ts +0 -52
  2230. package/es/editor/date-range-select/date-range-select-picker/date-range-select.d.ts +0 -104
  2231. package/es/editor/date-range-select/date-range-select.controller.d.ts +0 -328
  2232. package/es/editor/date-range-select/date-range-select.provider.d.ts +0 -8
  2233. package/es/editor/date-range-select/index.d.ts +0 -3
  2234. package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +0 -37
  2235. package/es/editor/dropdown-list/dropdown-list-editor.provider.d.ts +0 -18
  2236. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.d.ts +0 -101
  2237. package/es/editor/dropdown-list/ibiz-emoji-picker/ibiz-emoji-picker.d.ts +0 -82
  2238. package/es/editor/dropdown-list/ibiz-tree-picker/ibiz-tree-picker.d.ts +0 -93
  2239. package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +0 -97
  2240. package/es/editor/dropdown-list/index.d.ts +0 -6
  2241. package/es/editor/html/html-editor.controller.d.ts +0 -131
  2242. package/es/editor/html/html-editor.provider.d.ts +0 -17
  2243. package/es/editor/html/index.d.ts +0 -2
  2244. package/es/editor/html/wang-editor/component/emoji/emoji.d.ts +0 -17
  2245. package/es/editor/html/wang-editor/component/index.d.ts +0 -1
  2246. package/es/editor/html/wang-editor/element/emoji.d.ts +0 -7
  2247. package/es/editor/html/wang-editor/element/index.d.ts +0 -1
  2248. package/es/editor/html/wang-editor/index.d.ts +0 -4
  2249. package/es/editor/html/wang-editor/module/ai-module.d.ts +0 -67
  2250. package/es/editor/html/wang-editor/module/emoji-module.d.ts +0 -7
  2251. package/es/editor/html/wang-editor/module/index.d.ts +0 -2
  2252. package/es/editor/html/wang-editor/plugin/index.d.ts +0 -1
  2253. package/es/editor/html/wang-editor/plugin/plugin.d.ts +0 -7
  2254. package/es/editor/html/wang-editor/wang-editor.d.ts +0 -110
  2255. package/es/editor/index.d.ts +0 -5
  2256. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +0 -84
  2257. package/es/editor/list-box/index.d.ts +0 -4
  2258. package/es/editor/list-box/list-box-editor.controller.d.ts +0 -18
  2259. package/es/editor/list-box/list-box-editor.provider.d.ts +0 -18
  2260. package/es/editor/list-box/list-box-picker-editor.controller.d.ts +0 -49
  2261. package/es/editor/map-picker/ibiz-map-picker/ibiz-map-picker.d.ts +0 -11
  2262. package/es/editor/map-picker/index.d.ts +0 -3
  2263. package/es/editor/map-picker/map-picker-editor.controller.d.ts +0 -10
  2264. package/es/editor/map-picker/map-picker-editor.provider.d.ts +0 -14
  2265. package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.d.ts +0 -12
  2266. package/es/editor/markdown/index.d.ts +0 -2
  2267. package/es/editor/markdown/markdown-editor.controller.d.ts +0 -76
  2268. package/es/editor/markdown/markdown-editor.provider.d.ts +0 -17
  2269. package/es/editor/not-supported-editor/not-supported-editor.d.ts +0 -23
  2270. package/es/editor/number-range/ibiz-number-range-picker/ibiz-number-range-picker.d.ts +0 -100
  2271. package/es/editor/number-range/index.d.ts +0 -3
  2272. package/es/editor/number-range/number-range-editor.controller.d.ts +0 -11
  2273. package/es/editor/number-range/number-range-editor.provider.d.ts +0 -15
  2274. package/es/editor/preset/index.d.ts +0 -1
  2275. package/es/editor/preset/preset-rawitem/ibiz-preset-rawitem/ibiz-preset-rawitem.d.ts +0 -78
  2276. package/es/editor/preset/preset-rawitem/index.d.ts +0 -3
  2277. package/es/editor/preset/preset-rawitem/preset-rawitem.controller.d.ts +0 -10
  2278. package/es/editor/preset/preset-rawitem/preset-rawitem.provider.d.ts +0 -17
  2279. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +0 -85
  2280. package/es/editor/radio-button-list/index.d.ts +0 -3
  2281. package/es/editor/radio-button-list/radio-button-list.controller.d.ts +0 -18
  2282. package/es/editor/radio-button-list/radio-button-list.provider.d.ts +0 -17
  2283. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +0 -109
  2284. package/es/editor/rate/index.d.ts +0 -3
  2285. package/es/editor/rate/rate-editor.controller.d.ts +0 -11
  2286. package/es/editor/rate/rate-editor.provider.d.ts +0 -15
  2287. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +0 -81
  2288. package/es/editor/raw/index.d.ts +0 -3
  2289. package/es/editor/raw/raw-editor.controller.d.ts +0 -11
  2290. package/es/editor/raw/raw-editor.provider.d.ts +0 -15
  2291. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +0 -100
  2292. package/es/editor/slider/index.d.ts +0 -3
  2293. package/es/editor/slider/slider-editor.controller.d.ts +0 -12
  2294. package/es/editor/slider/slider-editor.provider.d.ts +0 -15
  2295. package/es/editor/span/index.d.ts +0 -4
  2296. package/es/editor/span/span/span.d.ts +0 -108
  2297. package/es/editor/span/span-editor.controller.d.ts +0 -33
  2298. package/es/editor/span/span-editor.provider.d.ts +0 -18
  2299. package/es/editor/span/span-link/span-link.d.ts +0 -78
  2300. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +0 -88
  2301. package/es/editor/stepper/index.d.ts +0 -3
  2302. package/es/editor/stepper/stepper-editor.controller.d.ts +0 -11
  2303. package/es/editor/stepper/stepper-editor.provider.d.ts +0 -15
  2304. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +0 -82
  2305. package/es/editor/switch/ibiz-switch-tristate/ibiz-switch-tristate.d.ts +0 -68
  2306. package/es/editor/switch/index.d.ts +0 -4
  2307. package/es/editor/switch/switch-editor.controller.d.ts +0 -11
  2308. package/es/editor/switch/switch-editor.provider.d.ts +0 -16
  2309. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +0 -85
  2310. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.d.ts +0 -93
  2311. package/es/editor/text-box/index.d.ts +0 -5
  2312. package/es/editor/text-box/input/input.d.ts +0 -136
  2313. package/es/editor/text-box/text-box-editor.controller.d.ts +0 -91
  2314. package/es/editor/text-box/text-box-editor.provider.d.ts +0 -18
  2315. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +0 -98
  2316. package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +0 -111
  2317. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +0 -78
  2318. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +0 -102
  2319. package/es/editor/upload/index.d.ts +0 -6
  2320. package/es/editor/upload/upload-editor.controller.d.ts +0 -46
  2321. package/es/editor/upload/upload-editor.provider.d.ts +0 -18
  2322. package/es/editor/upload/use/use-ibiz-upload.d.ts +0 -95
  2323. package/es/editor/upload/use/use-ibiz-upload.mjs +0 -170
  2324. package/es/editor/upload/use/use-iview-upload.d.ts +0 -31
  2325. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.controller.d.ts +0 -46
  2326. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.d.ts +0 -89
  2327. package/es/editor/user/ibiz-searchcond-edit/ibiz-searchcond-edit.provider.d.ts +0 -17
  2328. package/es/editor/user/ibiz-searchcond-edit/index.d.ts +0 -3
  2329. package/es/editor/user/index.d.ts +0 -1
  2330. package/es/ibiz-vue3.d.ts +0 -5
  2331. package/es/index.d.ts +0 -10
  2332. package/es/interface/i-field.d.ts +0 -66
  2333. package/es/interface/i-filter-condition.d.ts +0 -52
  2334. package/es/interface/i-pql-item.d.ts +0 -53
  2335. package/es/interface/i-pql-node-item.d.ts +0 -35
  2336. package/es/interface/i-pql-node.d.ts +0 -37
  2337. package/es/interface/i-schema-field.d.ts +0 -51
  2338. package/es/interface/index.d.ts +0 -6
  2339. package/es/locale/en/index.d.ts +0 -1529
  2340. package/es/locale/index.d.ts +0 -108
  2341. package/es/locale/zh-CN/index.d.ts +0 -1524
  2342. package/es/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.mjs +0 -23
  2343. package/es/node_modules/.pnpm/@monaco-editor_loader@1.4.0_monaco-editor@0.45.0/node_modules/@monaco-editor/loader/lib/es/config/index.mjs +0 -7
  2344. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.mjs +0 -89
  2345. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.mjs +0 -115
  2346. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.mjs +0 -18
  2347. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.mjs +0 -376
  2348. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.mjs +0 -64
  2349. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.mjs +0 -59
  2350. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.mjs +0 -42
  2351. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.mjs +0 -85
  2352. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.mjs +0 -115
  2353. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.mjs +0 -52
  2354. package/es/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.mjs +0 -62
  2355. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.controller.d.ts +0 -10
  2356. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.d.ts +0 -45
  2357. package/es/panel-component/app-extend-menu/bottom-side-menu/bottom-side-menu.provider.d.ts +0 -7
  2358. package/es/panel-component/app-extend-menu/bottom-side-menu/index.d.ts +0 -5
  2359. package/es/panel-component/app-extend-menu/extend-menu-base/common-extend-menu/common-extend-menu.d.ts +0 -135
  2360. package/es/panel-component/app-extend-menu/extend-menu-base/extend-button-menu/extend-button-menu.d.ts +0 -2030
  2361. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.controller.d.ts +0 -149
  2362. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.state.d.ts +0 -27
  2363. package/es/panel-component/app-extend-menu/extend-menu-base/extend-menu-base.util.d.ts +0 -175
  2364. package/es/panel-component/app-extend-menu/index.d.ts +0 -5
  2365. package/es/panel-component/app-extend-menu/left-side-menu/index.d.ts +0 -5
  2366. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.controller.d.ts +0 -10
  2367. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.d.ts +0 -45
  2368. package/es/panel-component/app-extend-menu/left-side-menu/left-side-menu.provider.d.ts +0 -7
  2369. package/es/panel-component/app-extend-menu/right-side-menu/index.d.ts +0 -5
  2370. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.controller.d.ts +0 -10
  2371. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.d.ts +0 -45
  2372. package/es/panel-component/app-extend-menu/right-side-menu/right-side-menu.provider.d.ts +0 -7
  2373. package/es/panel-component/app-extend-menu/top-side-menu/index.d.ts +0 -5
  2374. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.controller.d.ts +0 -10
  2375. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.d.ts +0 -45
  2376. package/es/panel-component/app-extend-menu/top-side-menu/top-side-menu.provider.d.ts +0 -7
  2377. package/es/panel-component/app-switch/app-switch.controller.d.ts +0 -116
  2378. package/es/panel-component/app-switch/app-switch.d.ts +0 -46
  2379. package/es/panel-component/app-switch/app-switch.provider.d.ts +0 -7
  2380. package/es/panel-component/app-switch/app-switch.state.d.ts +0 -23
  2381. package/es/panel-component/app-switch/index.d.ts +0 -3
  2382. package/es/panel-component/auth-captcha/auth-captcha.controller.d.ts +0 -69
  2383. package/es/panel-component/auth-captcha/auth-captcha.d.ts +0 -46
  2384. package/es/panel-component/auth-captcha/auth-captcha.provider.d.ts +0 -14
  2385. package/es/panel-component/auth-captcha/auth-captcha.state.d.ts +0 -47
  2386. package/es/panel-component/auth-captcha/index.d.ts +0 -26
  2387. package/es/panel-component/auth-sso/auth-sso.d.ts +0 -43
  2388. package/es/panel-component/auth-sso/auth-sso.provider.d.ts +0 -6
  2389. package/es/panel-component/auth-sso/index.d.ts +0 -23
  2390. package/es/panel-component/auth-userinfo/auth-userinfo.d.ts +0 -49
  2391. package/es/panel-component/auth-userinfo/auth-userinfo.provider.d.ts +0 -15
  2392. package/es/panel-component/auth-userinfo/index.d.ts +0 -29
  2393. package/es/panel-component/coop-pos/coop-pos.controller.d.ts +0 -81
  2394. package/es/panel-component/coop-pos/coop-pos.d.ts +0 -55
  2395. package/es/panel-component/coop-pos/coop-pos.provider.d.ts +0 -7
  2396. package/es/panel-component/coop-pos/coop-pos.state.d.ts +0 -39
  2397. package/es/panel-component/coop-pos/index.d.ts +0 -30
  2398. package/es/panel-component/data-import/data-import-shell.d.ts +0 -44
  2399. package/es/panel-component/data-import/data-import.provider.d.ts +0 -15
  2400. package/es/panel-component/data-import/index.d.ts +0 -24
  2401. package/es/panel-component/global-search/global-search.controller.d.ts +0 -172
  2402. package/es/panel-component/global-search/global-search.d.ts +0 -58
  2403. package/es/panel-component/global-search/global-search.provider.d.ts +0 -14
  2404. package/es/panel-component/global-search/global-search.state.d.ts +0 -75
  2405. package/es/panel-component/global-search/index.d.ts +0 -33
  2406. package/es/panel-component/global-search/virtual-list/virtual-list.d.ts +0 -89
  2407. package/es/panel-component/index-actions/index-actions.d.ts +0 -45
  2408. package/es/panel-component/index-actions/index-actions.provider.d.ts +0 -15
  2409. package/es/panel-component/index-actions/index.d.ts +0 -24
  2410. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.controller.d.ts +0 -54
  2411. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.d.ts +0 -43
  2412. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.provider.d.ts +0 -14
  2413. package/es/panel-component/index-blank-placeholder/index-blank-placeholder.state.d.ts +0 -10
  2414. package/es/panel-component/index-blank-placeholder/index.d.ts +0 -25
  2415. package/es/panel-component/index.d.ts +0 -14
  2416. package/es/panel-component/nav-breadcrumb/index.d.ts +0 -26
  2417. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.controller.d.ts +0 -126
  2418. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.d.ts +0 -51
  2419. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.provider.d.ts +0 -13
  2420. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.service.d.ts +0 -63
  2421. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.state.d.ts +0 -27
  2422. package/es/panel-component/nav-breadcrumb/nav-breadcrumb.util.d.ts +0 -39
  2423. package/es/panel-component/nav-pos-index/index.d.ts +0 -27
  2424. package/es/panel-component/nav-pos-index/nav-pos-index.controller.d.ts +0 -164
  2425. package/es/panel-component/nav-pos-index/nav-pos-index.d.ts +0 -46
  2426. package/es/panel-component/nav-pos-index/nav-pos-index.provider.d.ts +0 -16
  2427. package/es/panel-component/nav-pos-index/nav-pos-index.state.d.ts +0 -39
  2428. package/es/panel-component/nav-tabs/index.d.ts +0 -44
  2429. package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +0 -100
  2430. package/es/panel-component/nav-tabs/nav-tabs.d.ts +0 -51
  2431. package/es/panel-component/nav-tabs/nav-tabs.provider.d.ts +0 -16
  2432. package/es/panel-component/nav-tabs/nav-tabs.state.d.ts +0 -65
  2433. package/es/panel-component/panel-app-header/index.d.ts +0 -25
  2434. package/es/panel-component/panel-app-header/panel-app-header.d.ts +0 -45
  2435. package/es/panel-component/panel-app-header/panel-app-header.provider.d.ts +0 -15
  2436. package/es/panel-component/panel-app-login-view/index.d.ts +0 -27
  2437. package/es/panel-component/panel-app-login-view/panel-app-login-view.controller.d.ts +0 -14
  2438. package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +0 -44
  2439. package/es/panel-component/panel-app-login-view/panel-app-login-view.provider.d.ts +0 -15
  2440. package/es/panel-component/panel-app-login-view/panel-app-login-view.state.d.ts +0 -12
  2441. package/es/panel-component/panel-app-title/index.d.ts +0 -29
  2442. package/es/panel-component/panel-app-title/panel-app-title.controller.d.ts +0 -51
  2443. package/es/panel-component/panel-app-title/panel-app-title.d.ts +0 -49
  2444. package/es/panel-component/panel-app-title/panel-app-title.provider.d.ts +0 -14
  2445. package/es/panel-component/panel-app-title/panel-app-title.state.d.ts +0 -55
  2446. package/es/panel-component/panel-button/index.d.ts +0 -35
  2447. package/es/panel-component/panel-button/panel-button.controller.d.ts +0 -92
  2448. package/es/panel-component/panel-button/panel-button.d.ts +0 -55
  2449. package/es/panel-component/panel-button/panel-button.provider.d.ts +0 -14
  2450. package/es/panel-component/panel-button/panel-button.state.d.ts +0 -25
  2451. package/es/panel-component/panel-button-list/index.d.ts +0 -24
  2452. package/es/panel-component/panel-button-list/panel-button-list.controller.d.ts +0 -78
  2453. package/es/panel-component/panel-button-list/panel-button-list.d.ts +0 -46
  2454. package/es/panel-component/panel-button-list/panel-button-list.provider.d.ts +0 -14
  2455. package/es/panel-component/panel-button-list/panel-button-list.state.d.ts +0 -17
  2456. package/es/panel-component/panel-exp-header/index.d.ts +0 -25
  2457. package/es/panel-component/panel-exp-header/panel-exp-header.d.ts +0 -45
  2458. package/es/panel-component/panel-exp-header/panel-exp-header.provider.d.ts +0 -15
  2459. package/es/panel-component/panel-index-view-search/index.d.ts +0 -30
  2460. package/es/panel-component/panel-index-view-search/panel-index-view-search.d.ts +0 -50
  2461. package/es/panel-component/panel-index-view-search/panel-index-view-search.provider.d.ts +0 -13
  2462. package/es/panel-component/panel-remember-me/index.d.ts +0 -28
  2463. package/es/panel-component/panel-remember-me/panel-remember-me.controller.d.ts +0 -14
  2464. package/es/panel-component/panel-remember-me/panel-remember-me.d.ts +0 -44
  2465. package/es/panel-component/panel-remember-me/panel-remember-me.provider.d.ts +0 -15
  2466. package/es/panel-component/panel-remember-me/panel-remember-me.state.d.ts +0 -12
  2467. package/es/panel-component/panel-static-carousel/index.d.ts +0 -32
  2468. package/es/panel-component/panel-static-carousel/panel-static-carousel.d.ts +0 -55
  2469. package/es/panel-component/panel-static-carousel/panel-static-carousel.provider.d.ts +0 -15
  2470. package/es/panel-component/panel-tab-panel/index.d.ts +0 -25
  2471. package/es/panel-component/panel-tab-panel/panel-tab-panel.controller.d.ts +0 -30
  2472. package/es/panel-component/panel-tab-panel/panel-tab-panel.d.ts +0 -45
  2473. package/es/panel-component/panel-tab-panel/panel-tab-panel.provider.d.ts +0 -14
  2474. package/es/panel-component/panel-tab-panel/panel-tab-panel.state.d.ts +0 -19
  2475. package/es/panel-component/panel-view-content/index.d.ts +0 -25
  2476. package/es/panel-component/panel-view-content/panel-view-content.d.ts +0 -47
  2477. package/es/panel-component/panel-view-content/panel-view-content.provider.d.ts +0 -15
  2478. package/es/panel-component/panel-view-header/index.d.ts +0 -25
  2479. package/es/panel-component/panel-view-header/panel-view-header.d.ts +0 -45
  2480. package/es/panel-component/panel-view-header/panel-view-header.provider.d.ts +0 -15
  2481. package/es/panel-component/searchform-buttons/index.d.ts +0 -27
  2482. package/es/panel-component/searchform-buttons/searchform-buttons.controller.d.ts +0 -55
  2483. package/es/panel-component/searchform-buttons/searchform-buttons.d.ts +0 -47
  2484. package/es/panel-component/searchform-buttons/searchform-buttons.provider.d.ts +0 -15
  2485. package/es/panel-component/short-cut/index.d.ts +0 -60
  2486. package/es/panel-component/short-cut/short-cut.d.ts +0 -80
  2487. package/es/panel-component/short-cut/short-cut.provider.d.ts +0 -12
  2488. package/es/panel-component/split-container/index.d.ts +0 -25
  2489. package/es/panel-component/split-container/split-container.controller.d.ts +0 -70
  2490. package/es/panel-component/split-container/split-container.d.ts +0 -43
  2491. package/es/panel-component/split-container/split-container.provider.d.ts +0 -16
  2492. package/es/panel-component/split-container/split-container.state.d.ts +0 -24
  2493. package/es/panel-component/user-action/index.d.ts +0 -25
  2494. package/es/panel-component/user-action/user-action-provider.d.ts +0 -6
  2495. package/es/panel-component/user-action/user-action.d.ts +0 -48
  2496. package/es/panel-component/user-message/addin-changed/addin-changed.d.ts +0 -20
  2497. package/es/panel-component/user-message/addin-changed/index.d.ts +0 -1
  2498. package/es/panel-component/user-message/async-action/async-action/async-action.d.ts +0 -34
  2499. package/es/panel-component/user-message/async-action/async-action/async-action.provider.d.ts +0 -39
  2500. package/es/panel-component/user-message/async-action/async-action-preview/async-action-preview.d.ts +0 -40
  2501. package/es/panel-component/user-message/async-action/async-action-result/async-action-result.d.ts +0 -25
  2502. package/es/panel-component/user-message/async-action/async-action-tab/async-action-tab.d.ts +0 -52
  2503. package/es/panel-component/user-message/async-action/index.d.ts +0 -3
  2504. package/es/panel-component/user-message/index.d.ts +0 -33
  2505. package/es/panel-component/user-message/internal-message/common/index.d.ts +0 -3
  2506. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.d.ts +0 -104
  2507. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.d.ts +0 -29
  2508. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +0 -28
  2509. package/es/panel-component/user-message/internal-message/index.d.ts +0 -3
  2510. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +0 -30
  2511. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +0 -31
  2512. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +0 -37
  2513. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +0 -38
  2514. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +0 -55
  2515. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.d.ts +0 -29
  2516. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.d.ts +0 -28
  2517. package/es/panel-component/user-message/user-message.d.ts +0 -53
  2518. package/es/panel-component/user-message/user-message.provider.d.ts +0 -15
  2519. package/es/panel-component/view-message/index.d.ts +0 -24
  2520. package/es/panel-component/view-message/view-message.d.ts +0 -45
  2521. package/es/panel-component/view-message/view-message.provider.d.ts +0 -15
  2522. package/es/panel-component/view-msg-pos/index.d.ts +0 -25
  2523. package/es/panel-component/view-msg-pos/view-msg-pos.controller.d.ts +0 -19
  2524. package/es/panel-component/view-msg-pos/view-msg-pos.d.ts +0 -43
  2525. package/es/panel-component/view-msg-pos/view-msg-pos.provider.d.ts +0 -16
  2526. package/es/util/ai-util/ai-util.d.ts +0 -25
  2527. package/es/util/ai-util/ai-util.mjs +0 -44
  2528. package/es/util/app-drawer/app-drawer-component.d.ts +0 -38
  2529. package/es/util/app-float-window/app-float-window-component.d.ts +0 -53
  2530. package/es/util/app-modal/app-modal-component.d.ts +0 -44
  2531. package/es/util/app-popover/app-popover-component.d.ts +0 -17
  2532. package/es/util/app-util/app-util.d.ts +0 -112
  2533. package/es/util/button-util/button-util.d.ts +0 -7
  2534. package/es/util/confirm-util/confirm-util.d.ts +0 -17
  2535. package/es/util/fullscreen/fullscreen-util.d.ts +0 -38
  2536. package/es/util/index.d.ts +0 -16
  2537. package/es/util/keydown-util/keydown-util.d.ts +0 -21
  2538. package/es/util/loading-util/loading-util.d.ts +0 -66
  2539. package/es/util/message-util/message-util.d.ts +0 -28
  2540. package/es/util/modal-util/modal-util.d.ts +0 -17
  2541. package/es/util/notice-util/notice-util.d.ts +0 -14
  2542. package/es/util/notification-util/notification-util.d.ts +0 -64
  2543. package/es/util/notification-util/upload-manager/file-type.d.ts +0 -8
  2544. package/es/util/notification-util/upload-manager/upload-manager.d.ts +0 -64
  2545. package/es/util/open-view-util/open-view-util.d.ts +0 -82
  2546. package/es/util/overlay-controller/overlay-controller.d.ts +0 -21
  2547. package/es/util/pagination/use-pagination.d.ts +0 -15
  2548. package/es/util/render-util/render-util.d.ts +0 -48
  2549. package/es/util/wang-editor-util/wang-editor-util.d.ts +0 -12
  2550. package/es/util/xlsx-util/xlsx-util.d.ts +0 -45
  2551. package/es/view/403-view/403-view.d.ts +0 -6
  2552. package/es/view/404-view/404-view.d.ts +0 -6
  2553. package/es/view/error-view/error-view.d.ts +0 -6
  2554. package/es/view/index.d.ts +0 -6
  2555. package/es/view/login-view/login-view.d.ts +0 -4
  2556. package/es/view/share-view/share-view.d.ts +0 -10
  2557. package/es/view/sub-app-ref-view/index.d.ts +0 -41
  2558. package/es/view/sub-app-ref-view/sub-app-ref-view.d.ts +0 -44
  2559. package/es/view/sub-app-ref-view/sub-app-ref-view.provider.d.ts +0 -13
  2560. package/es/view/wf-step-trace-view/index.d.ts +0 -39
  2561. package/es/view/wf-step-trace-view/wf-step-trace-view.d.ts +0 -42
  2562. package/es/view/wf-step-trace-view/wf-step-trace-view.provider.d.ts +0 -11
  2563. package/es/view-engine/app-data-upload-view.engine.d.ts +0 -13
  2564. package/es/view-engine/app-start-view.engine.d.ts +0 -12
  2565. package/es/view-engine/app-welcome-view.engine.d.ts +0 -12
  2566. package/es/view-engine/calendar-exp-view.engine.d.ts +0 -25
  2567. package/es/view-engine/calendar-view.engine.d.ts +0 -7
  2568. package/es/view-engine/chart-exp-view.engine.d.ts +0 -24
  2569. package/es/view-engine/chart-view.engine.d.ts +0 -15
  2570. package/es/view-engine/custom-view.engine.d.ts +0 -35
  2571. package/es/view-engine/data-view-exp-view.engine.d.ts +0 -35
  2572. package/es/view-engine/data-view.engine.d.ts +0 -26
  2573. package/es/view-engine/de-index-view-engine.d.ts +0 -39
  2574. package/es/view-engine/edit-view.engine.d.ts +0 -111
  2575. package/es/view-engine/edit-view2.engine.d.ts +0 -32
  2576. package/es/view-engine/edit-view3.engine.d.ts +0 -32
  2577. package/es/view-engine/edit-view4.engine.d.ts +0 -32
  2578. package/es/view-engine/exp-view.engine.d.ts +0 -62
  2579. package/es/view-engine/form-pickup-data-view.engine.d.ts +0 -6
  2580. package/es/view-engine/gantt-view.engine.d.ts +0 -9
  2581. package/es/view-engine/grid-exp-view.engine.d.ts +0 -35
  2582. package/es/view-engine/grid-view.engine.d.ts +0 -8
  2583. package/es/view-engine/index-view.engine.d.ts +0 -33
  2584. package/es/view-engine/index.d.ts +0 -54
  2585. package/es/view-engine/kanban-view.engine.d.ts +0 -25
  2586. package/es/view-engine/list-exp-view.engine.d.ts +0 -35
  2587. package/es/view-engine/list-view.engine.d.ts +0 -8
  2588. package/es/view-engine/login-view.engine.d.ts +0 -42
  2589. package/es/view-engine/map-view.engine.d.ts +0 -7
  2590. package/es/view-engine/md-custom-view.engine.d.ts +0 -73
  2591. package/es/view-engine/medit-view9.engine.d.ts +0 -16
  2592. package/es/view-engine/mpickup-view-engine.d.ts +0 -120
  2593. package/es/view-engine/mpickup-view2-engine.d.ts +0 -34
  2594. package/es/view-engine/opt-view.engine.d.ts +0 -94
  2595. package/es/view-engine/panel-view-engine.d.ts +0 -21
  2596. package/es/view-engine/pickup-data-view.engine.d.ts +0 -18
  2597. package/es/view-engine/pickup-grid-view.engine.d.ts +0 -18
  2598. package/es/view-engine/pickup-tree-view.engine.d.ts +0 -45
  2599. package/es/view-engine/pickup-view.engine.d.ts +0 -62
  2600. package/es/view-engine/pickup-view2.engine.d.ts +0 -25
  2601. package/es/view-engine/portal-view-engine.d.ts +0 -49
  2602. package/es/view-engine/report-view.engine.d.ts +0 -115
  2603. package/es/view-engine/sub-app-ref-view.engine.d.ts +0 -11
  2604. package/es/view-engine/tab-exp-view.engine.d.ts +0 -59
  2605. package/es/view-engine/tab-search-view.engine.d.ts +0 -81
  2606. package/es/view-engine/tree-exp-view.engine.d.ts +0 -40
  2607. package/es/view-engine/tree-grid-ex-view.engine.d.ts +0 -8
  2608. package/es/view-engine/tree-grid-view.engine.d.ts +0 -19
  2609. package/es/view-engine/tree-view.engine.d.ts +0 -8
  2610. package/es/view-engine/wf-dyna-action-view.engine.d.ts +0 -30
  2611. package/es/view-engine/wf-dyna-edit-view.engine.d.ts +0 -103
  2612. package/es/view-engine/wf-dyna-edit-view3.engine.d.ts +0 -21
  2613. package/es/view-engine/wf-dyna-start-view.engine.d.ts +0 -30
  2614. package/es/view-engine/wf-step-data-view.engine.d.ts +0 -10
  2615. package/es/view-engine/wizard-view-engine.d.ts +0 -26
  2616. package/es/web-app/App.d.ts +0 -6
  2617. package/es/web-app/attach-environment-config.d.ts +0 -1
  2618. package/es/web-app/components/index.d.ts +0 -2
  2619. package/es/web-app/components/modal-router-shell/modal-router-shell.d.ts +0 -13
  2620. package/es/web-app/components/router-shell/router-shell.d.ts +0 -35
  2621. package/es/web-app/create-vue-app.d.ts +0 -13
  2622. package/es/web-app/guard/auth-guard/auth-guard.d.ts +0 -96
  2623. package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +0 -6
  2624. package/es/web-app/guard/index.d.ts +0 -2
  2625. package/es/web-app/index.d.ts +0 -3
  2626. package/es/web-app/main.d.ts +0 -5
  2627. package/es/web-app/router/index.d.ts +0 -9
  2628. package/es/web-app/util/index.d.ts +0 -1
  2629. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +0 -56
  2630. package/lib/control/kanban/lane-kanban/lane-kanban.cjs +0 -411
  2631. package/lib/control/kanban/lane-kanban/lane-kanban.css +0 -1
  2632. package/lib/editor/upload/use/use-ibiz-upload.cjs +0 -175
  2633. package/lib/node_modules/.pnpm/@amap_amap-jsapi-loader@1.0.1/node_modules/@amap/amap-jsapi-loader/dist/index.cjs +0 -27
  2634. package/lib/node_modules/.pnpm/@monaco-editor_loader@1.4.0_monaco-editor@0.45.0/node_modules/@monaco-editor/loader/lib/es/config/index.cjs +0 -11
  2635. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/h.cjs +0 -93
  2636. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/htmldomapi.cjs +0 -117
  2637. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/index.cjs +0 -42
  2638. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/init.cjs +0 -378
  2639. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/jsx.cjs +0 -67
  2640. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/attributes.cjs +0 -61
  2641. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/dataset.cjs +0 -44
  2642. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/eventlisteners.cjs +0 -87
  2643. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/modules/style.cjs +0 -117
  2644. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/thunk.cjs +0 -54
  2645. package/lib/node_modules/.pnpm/snabbdom@3.5.1/node_modules/snabbdom/build/tovnode.cjs +0 -64
  2646. package/lib/util/ai-util/ai-util.cjs +0 -46
  2647. /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.9_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.88_axios@1.12.2_lodash-es@4.17.21_qs@6.14.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
  2648. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.mjs +0 -0
  2649. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/index.mjs +0 -0
  2650. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/loader/index.mjs +0 -0
  2651. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/compose.mjs +0 -0
  2652. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/curry.mjs +0 -0
  2653. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.mjs +0 -0
  2654. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/isObject.mjs +0 -0
  2655. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.mjs +0 -0
  2656. /package/es/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/validators/index.mjs +0 -0
  2657. /package/es/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.18}/node_modules/dayjs/locale/zh-cn.mjs +0 -0
  2658. /package/es/node_modules/.pnpm/{element-plus@2.4.4_vue@3.3.8 → element-plus@2.4.4_vue@3.5.22}/node_modules/element-plus/dist/locale/zh-cn.mjs +0 -0
  2659. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.mjs +0 -0
  2660. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.mjs +0 -0
  2661. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.mjs +0 -0
  2662. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.mjs +0 -0
  2663. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.mjs +0 -0
  2664. /package/es/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.mjs +0 -0
  2665. /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.9_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.88_axios@1.12.2_lodash-es@4.17.21_qs@6.14.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
  2666. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.cjs +0 -0
  2667. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/index.cjs +0 -0
  2668. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/loader/index.cjs +0 -0
  2669. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/compose.cjs +0 -0
  2670. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/curry.cjs +0 -0
  2671. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.cjs +0 -0
  2672. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/isObject.cjs +0 -0
  2673. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.cjs +0 -0
  2674. /package/lib/node_modules/.pnpm/{@monaco-editor_loader@1.4.0_monaco-editor@0.45.0 → @monaco-editor_loader@1.5.0}/node_modules/@monaco-editor/loader/lib/es/validators/index.cjs +0 -0
  2675. /package/lib/node_modules/.pnpm/{dayjs@1.11.10 → dayjs@1.11.18}/node_modules/dayjs/locale/zh-cn.cjs +0 -0
  2676. /package/lib/node_modules/.pnpm/{element-plus@2.4.4_vue@3.3.8 → element-plus@2.4.4_vue@3.5.22}/node_modules/element-plus/dist/locale/zh-cn.cjs +0 -0
  2677. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/helpers/attachto.cjs +0 -0
  2678. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/hooks.cjs +0 -0
  2679. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/is.cjs +0 -0
  2680. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/class.cjs +0 -0
  2681. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/modules/props.cjs +0 -0
  2682. /package/lib/node_modules/.pnpm/{snabbdom@3.5.1 → snabbdom@3.6.2}/node_modules/snabbdom/build/vnode.cjs +0 -0
@@ -0,0 +1,2640 @@
1
+ // DEFLATE is a complex format; to read this code, you should probably check the RFC first:
2
+ // https://tools.ietf.org/html/rfc1951
3
+ // You may also wish to take a look at the guide I made about this program:
4
+ // https://gist.github.com/101arrowz/253f31eb5abc3d9275ab943003ffecad
5
+ // Some of the following code is similar to that of UZIP.js:
6
+ // https://github.com/photopea/UZIP.js
7
+ // However, the vast majority of the codebase has diverged from UZIP.js to increase performance and reduce bundle size.
8
+ // Sometimes 0 will appear where -1 would be more appropriate. This is because using a uint
9
+ // is better for memory in most engines (I *think*).
10
+ var ch2 = {};
11
+ var wk = (function (c, id, msg, transfer, cb) {
12
+ var w = new Worker(ch2[id] || (ch2[id] = URL.createObjectURL(new Blob([
13
+ c + ';addEventListener("error",function(e){e=e.error;postMessage({$e$:[e.message,e.code,e.stack]})})'
14
+ ], { type: 'text/javascript' }))));
15
+ w.onmessage = function (e) {
16
+ var d = e.data, ed = d.$e$;
17
+ if (ed) {
18
+ var err = new Error(ed[0]);
19
+ err['code'] = ed[1];
20
+ err.stack = ed[2];
21
+ cb(err, null);
22
+ }
23
+ else
24
+ cb(null, d);
25
+ };
26
+ w.postMessage(msg, transfer);
27
+ return w;
28
+ });
29
+
30
+ // aliases for shorter compressed code (most minifers don't do this)
31
+ var u8 = Uint8Array, u16 = Uint16Array, i32 = Int32Array;
32
+ // fixed length extra bits
33
+ var fleb = new u8([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0, /* unused */ 0, 0, /* impossible */ 0]);
34
+ // fixed distance extra bits
35
+ var fdeb = new u8([0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, /* unused */ 0, 0]);
36
+ // code length index map
37
+ var clim = new u8([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]);
38
+ // get base, reverse index map from extra bits
39
+ var freb = function (eb, start) {
40
+ var b = new u16(31);
41
+ for (var i = 0; i < 31; ++i) {
42
+ b[i] = start += 1 << eb[i - 1];
43
+ }
44
+ // numbers here are at max 18 bits
45
+ var r = new i32(b[30]);
46
+ for (var i = 1; i < 30; ++i) {
47
+ for (var j = b[i]; j < b[i + 1]; ++j) {
48
+ r[j] = ((j - b[i]) << 5) | i;
49
+ }
50
+ }
51
+ return { b: b, r: r };
52
+ };
53
+ var _a = freb(fleb, 2), fl = _a.b, revfl = _a.r;
54
+ // we can ignore the fact that the other numbers are wrong; they never happen anyway
55
+ fl[28] = 258, revfl[258] = 28;
56
+ var _b = freb(fdeb, 0), fd = _b.b, revfd = _b.r;
57
+ // map of value to reverse (assuming 16 bits)
58
+ var rev = new u16(32768);
59
+ for (var i = 0; i < 32768; ++i) {
60
+ // reverse table algorithm from SO
61
+ var x = ((i & 0xAAAA) >> 1) | ((i & 0x5555) << 1);
62
+ x = ((x & 0xCCCC) >> 2) | ((x & 0x3333) << 2);
63
+ x = ((x & 0xF0F0) >> 4) | ((x & 0x0F0F) << 4);
64
+ rev[i] = (((x & 0xFF00) >> 8) | ((x & 0x00FF) << 8)) >> 1;
65
+ }
66
+ // create huffman tree from u8 "map": index -> code length for code index
67
+ // mb (max bits) must be at most 15
68
+ // TODO: optimize/split up?
69
+ var hMap = (function (cd, mb, r) {
70
+ var s = cd.length;
71
+ // index
72
+ var i = 0;
73
+ // u16 "map": index -> # of codes with bit length = index
74
+ var l = new u16(mb);
75
+ // length of cd must be 288 (total # of codes)
76
+ for (; i < s; ++i) {
77
+ if (cd[i])
78
+ ++l[cd[i] - 1];
79
+ }
80
+ // u16 "map": index -> minimum code for bit length = index
81
+ var le = new u16(mb);
82
+ for (i = 1; i < mb; ++i) {
83
+ le[i] = (le[i - 1] + l[i - 1]) << 1;
84
+ }
85
+ var co;
86
+ if (r) {
87
+ // u16 "map": index -> number of actual bits, symbol for code
88
+ co = new u16(1 << mb);
89
+ // bits to remove for reverser
90
+ var rvb = 15 - mb;
91
+ for (i = 0; i < s; ++i) {
92
+ // ignore 0 lengths
93
+ if (cd[i]) {
94
+ // num encoding both symbol and bits read
95
+ var sv = (i << 4) | cd[i];
96
+ // free bits
97
+ var r_1 = mb - cd[i];
98
+ // start value
99
+ var v = le[cd[i] - 1]++ << r_1;
100
+ // m is end value
101
+ for (var m = v | ((1 << r_1) - 1); v <= m; ++v) {
102
+ // every 16 bit value starting with the code yields the same result
103
+ co[rev[v] >> rvb] = sv;
104
+ }
105
+ }
106
+ }
107
+ }
108
+ else {
109
+ co = new u16(s);
110
+ for (i = 0; i < s; ++i) {
111
+ if (cd[i]) {
112
+ co[i] = rev[le[cd[i] - 1]++] >> (15 - cd[i]);
113
+ }
114
+ }
115
+ }
116
+ return co;
117
+ });
118
+ // fixed length tree
119
+ var flt = new u8(288);
120
+ for (var i = 0; i < 144; ++i)
121
+ flt[i] = 8;
122
+ for (var i = 144; i < 256; ++i)
123
+ flt[i] = 9;
124
+ for (var i = 256; i < 280; ++i)
125
+ flt[i] = 7;
126
+ for (var i = 280; i < 288; ++i)
127
+ flt[i] = 8;
128
+ // fixed distance tree
129
+ var fdt = new u8(32);
130
+ for (var i = 0; i < 32; ++i)
131
+ fdt[i] = 5;
132
+ // fixed length map
133
+ var flm = /*#__PURE__*/ hMap(flt, 9, 0), flrm = /*#__PURE__*/ hMap(flt, 9, 1);
134
+ // fixed distance map
135
+ var fdm = /*#__PURE__*/ hMap(fdt, 5, 0), fdrm = /*#__PURE__*/ hMap(fdt, 5, 1);
136
+ // find max of array
137
+ var max = function (a) {
138
+ var m = a[0];
139
+ for (var i = 1; i < a.length; ++i) {
140
+ if (a[i] > m)
141
+ m = a[i];
142
+ }
143
+ return m;
144
+ };
145
+ // read d, starting at bit p and mask with m
146
+ var bits = function (d, p, m) {
147
+ var o = (p / 8) | 0;
148
+ return ((d[o] | (d[o + 1] << 8)) >> (p & 7)) & m;
149
+ };
150
+ // read d, starting at bit p continuing for at least 16 bits
151
+ var bits16 = function (d, p) {
152
+ var o = (p / 8) | 0;
153
+ return ((d[o] | (d[o + 1] << 8) | (d[o + 2] << 16)) >> (p & 7));
154
+ };
155
+ // get end of byte
156
+ var shft = function (p) { return ((p + 7) / 8) | 0; };
157
+ // typed array slice - allows garbage collector to free original reference,
158
+ // while being more compatible than .slice
159
+ var slc = function (v, s, e) {
160
+ if (s == null || s < 0)
161
+ s = 0;
162
+ if (e == null || e > v.length)
163
+ e = v.length;
164
+ // can't use .constructor in case user-supplied
165
+ return new u8(v.subarray(s, e));
166
+ };
167
+ /**
168
+ * Codes for errors generated within this library
169
+ */
170
+ var FlateErrorCode = {
171
+ UnexpectedEOF: 0,
172
+ InvalidBlockType: 1,
173
+ InvalidLengthLiteral: 2,
174
+ InvalidDistance: 3,
175
+ StreamFinished: 4,
176
+ NoStreamHandler: 5,
177
+ InvalidHeader: 6,
178
+ NoCallback: 7,
179
+ InvalidUTF8: 8,
180
+ ExtraFieldTooLong: 9,
181
+ InvalidDate: 10,
182
+ FilenameTooLong: 11,
183
+ StreamFinishing: 12,
184
+ InvalidZipData: 13,
185
+ UnknownCompressionMethod: 14
186
+ };
187
+ // error codes
188
+ var ec = [
189
+ 'unexpected EOF',
190
+ 'invalid block type',
191
+ 'invalid length/literal',
192
+ 'invalid distance',
193
+ 'stream finished',
194
+ 'no stream handler',
195
+ ,
196
+ 'no callback',
197
+ 'invalid UTF-8 data',
198
+ 'extra field too long',
199
+ 'date not in range 1980-2099',
200
+ 'filename too long',
201
+ 'stream finishing',
202
+ 'invalid zip data'
203
+ // determined by unknown compression method
204
+ ];
205
+ ;
206
+ var err = function (ind, msg, nt) {
207
+ var e = new Error(msg || ec[ind]);
208
+ e.code = ind;
209
+ if (Error.captureStackTrace)
210
+ Error.captureStackTrace(e, err);
211
+ if (!nt)
212
+ throw e;
213
+ return e;
214
+ };
215
+ // expands raw DEFLATE data
216
+ var inflt = function (dat, st, buf, dict) {
217
+ // source length dict length
218
+ var sl = dat.length, dl = dict ? dict.length : 0;
219
+ if (!sl || st.f && !st.l)
220
+ return buf || new u8(0);
221
+ var noBuf = !buf;
222
+ // have to estimate size
223
+ var resize = noBuf || st.i != 2;
224
+ // no state
225
+ var noSt = st.i;
226
+ // Assumes roughly 33% compression ratio average
227
+ if (noBuf)
228
+ buf = new u8(sl * 3);
229
+ // ensure buffer can fit at least l elements
230
+ var cbuf = function (l) {
231
+ var bl = buf.length;
232
+ // need to increase size to fit
233
+ if (l > bl) {
234
+ // Double or set to necessary, whichever is greater
235
+ var nbuf = new u8(Math.max(bl * 2, l));
236
+ nbuf.set(buf);
237
+ buf = nbuf;
238
+ }
239
+ };
240
+ // last chunk bitpos bytes
241
+ var final = st.f || 0, pos = st.p || 0, bt = st.b || 0, lm = st.l, dm = st.d, lbt = st.m, dbt = st.n;
242
+ // total bits
243
+ var tbts = sl * 8;
244
+ do {
245
+ if (!lm) {
246
+ // BFINAL - this is only 1 when last chunk is next
247
+ final = bits(dat, pos, 1);
248
+ // type: 0 = no compression, 1 = fixed huffman, 2 = dynamic huffman
249
+ var type = bits(dat, pos + 1, 3);
250
+ pos += 3;
251
+ if (!type) {
252
+ // go to end of byte boundary
253
+ var s = shft(pos) + 4, l = dat[s - 4] | (dat[s - 3] << 8), t = s + l;
254
+ if (t > sl) {
255
+ if (noSt)
256
+ err(0);
257
+ break;
258
+ }
259
+ // ensure size
260
+ if (resize)
261
+ cbuf(bt + l);
262
+ // Copy over uncompressed data
263
+ buf.set(dat.subarray(s, t), bt);
264
+ // Get new bitpos, update byte count
265
+ st.b = bt += l, st.p = pos = t * 8, st.f = final;
266
+ continue;
267
+ }
268
+ else if (type == 1)
269
+ lm = flrm, dm = fdrm, lbt = 9, dbt = 5;
270
+ else if (type == 2) {
271
+ // literal lengths
272
+ var hLit = bits(dat, pos, 31) + 257, hcLen = bits(dat, pos + 10, 15) + 4;
273
+ var tl = hLit + bits(dat, pos + 5, 31) + 1;
274
+ pos += 14;
275
+ // length+distance tree
276
+ var ldt = new u8(tl);
277
+ // code length tree
278
+ var clt = new u8(19);
279
+ for (var i = 0; i < hcLen; ++i) {
280
+ // use index map to get real code
281
+ clt[clim[i]] = bits(dat, pos + i * 3, 7);
282
+ }
283
+ pos += hcLen * 3;
284
+ // code lengths bits
285
+ var clb = max(clt), clbmsk = (1 << clb) - 1;
286
+ // code lengths map
287
+ var clm = hMap(clt, clb, 1);
288
+ for (var i = 0; i < tl;) {
289
+ var r = clm[bits(dat, pos, clbmsk)];
290
+ // bits read
291
+ pos += r & 15;
292
+ // symbol
293
+ var s = r >> 4;
294
+ // code length to copy
295
+ if (s < 16) {
296
+ ldt[i++] = s;
297
+ }
298
+ else {
299
+ // copy count
300
+ var c = 0, n = 0;
301
+ if (s == 16)
302
+ n = 3 + bits(dat, pos, 3), pos += 2, c = ldt[i - 1];
303
+ else if (s == 17)
304
+ n = 3 + bits(dat, pos, 7), pos += 3;
305
+ else if (s == 18)
306
+ n = 11 + bits(dat, pos, 127), pos += 7;
307
+ while (n--)
308
+ ldt[i++] = c;
309
+ }
310
+ }
311
+ // length tree distance tree
312
+ var lt = ldt.subarray(0, hLit), dt = ldt.subarray(hLit);
313
+ // max length bits
314
+ lbt = max(lt);
315
+ // max dist bits
316
+ dbt = max(dt);
317
+ lm = hMap(lt, lbt, 1);
318
+ dm = hMap(dt, dbt, 1);
319
+ }
320
+ else
321
+ err(1);
322
+ if (pos > tbts) {
323
+ if (noSt)
324
+ err(0);
325
+ break;
326
+ }
327
+ }
328
+ // Make sure the buffer can hold this + the largest possible addition
329
+ // Maximum chunk size (practically, theoretically infinite) is 2^17
330
+ if (resize)
331
+ cbuf(bt + 131072);
332
+ var lms = (1 << lbt) - 1, dms = (1 << dbt) - 1;
333
+ var lpos = pos;
334
+ for (;; lpos = pos) {
335
+ // bits read, code
336
+ var c = lm[bits16(dat, pos) & lms], sym = c >> 4;
337
+ pos += c & 15;
338
+ if (pos > tbts) {
339
+ if (noSt)
340
+ err(0);
341
+ break;
342
+ }
343
+ if (!c)
344
+ err(2);
345
+ if (sym < 256)
346
+ buf[bt++] = sym;
347
+ else if (sym == 256) {
348
+ lpos = pos, lm = null;
349
+ break;
350
+ }
351
+ else {
352
+ var add = sym - 254;
353
+ // no extra bits needed if less
354
+ if (sym > 264) {
355
+ // index
356
+ var i = sym - 257, b = fleb[i];
357
+ add = bits(dat, pos, (1 << b) - 1) + fl[i];
358
+ pos += b;
359
+ }
360
+ // dist
361
+ var d = dm[bits16(dat, pos) & dms], dsym = d >> 4;
362
+ if (!d)
363
+ err(3);
364
+ pos += d & 15;
365
+ var dt = fd[dsym];
366
+ if (dsym > 3) {
367
+ var b = fdeb[dsym];
368
+ dt += bits16(dat, pos) & (1 << b) - 1, pos += b;
369
+ }
370
+ if (pos > tbts) {
371
+ if (noSt)
372
+ err(0);
373
+ break;
374
+ }
375
+ if (resize)
376
+ cbuf(bt + 131072);
377
+ var end = bt + add;
378
+ if (bt < dt) {
379
+ var shift = dl - dt, dend = Math.min(dt, end);
380
+ if (shift + bt < 0)
381
+ err(3);
382
+ for (; bt < dend; ++bt)
383
+ buf[bt] = dict[shift + bt];
384
+ }
385
+ for (; bt < end; ++bt)
386
+ buf[bt] = buf[bt - dt];
387
+ }
388
+ }
389
+ st.l = lm, st.p = lpos, st.b = bt, st.f = final;
390
+ if (lm)
391
+ final = 1, st.m = lbt, st.d = dm, st.n = dbt;
392
+ } while (!final);
393
+ // don't reallocate for streams or user buffers
394
+ return bt != buf.length && noBuf ? slc(buf, 0, bt) : buf.subarray(0, bt);
395
+ };
396
+ // starting at p, write the minimum number of bits that can hold v to d
397
+ var wbits = function (d, p, v) {
398
+ v <<= p & 7;
399
+ var o = (p / 8) | 0;
400
+ d[o] |= v;
401
+ d[o + 1] |= v >> 8;
402
+ };
403
+ // starting at p, write the minimum number of bits (>8) that can hold v to d
404
+ var wbits16 = function (d, p, v) {
405
+ v <<= p & 7;
406
+ var o = (p / 8) | 0;
407
+ d[o] |= v;
408
+ d[o + 1] |= v >> 8;
409
+ d[o + 2] |= v >> 16;
410
+ };
411
+ // creates code lengths from a frequency table
412
+ var hTree = function (d, mb) {
413
+ // Need extra info to make a tree
414
+ var t = [];
415
+ for (var i = 0; i < d.length; ++i) {
416
+ if (d[i])
417
+ t.push({ s: i, f: d[i] });
418
+ }
419
+ var s = t.length;
420
+ var t2 = t.slice();
421
+ if (!s)
422
+ return { t: et, l: 0 };
423
+ if (s == 1) {
424
+ var v = new u8(t[0].s + 1);
425
+ v[t[0].s] = 1;
426
+ return { t: v, l: 1 };
427
+ }
428
+ t.sort(function (a, b) { return a.f - b.f; });
429
+ // after i2 reaches last ind, will be stopped
430
+ // freq must be greater than largest possible number of symbols
431
+ t.push({ s: -1, f: 25001 });
432
+ var l = t[0], r = t[1], i0 = 0, i1 = 1, i2 = 2;
433
+ t[0] = { s: -1, f: l.f + r.f, l: l, r: r };
434
+ // efficient algorithm from UZIP.js
435
+ // i0 is lookbehind, i2 is lookahead - after processing two low-freq
436
+ // symbols that combined have high freq, will start processing i2 (high-freq,
437
+ // non-composite) symbols instead
438
+ // see https://reddit.com/r/photopea/comments/ikekht/uzipjs_questions/
439
+ while (i1 != s - 1) {
440
+ l = t[t[i0].f < t[i2].f ? i0++ : i2++];
441
+ r = t[i0 != i1 && t[i0].f < t[i2].f ? i0++ : i2++];
442
+ t[i1++] = { s: -1, f: l.f + r.f, l: l, r: r };
443
+ }
444
+ var maxSym = t2[0].s;
445
+ for (var i = 1; i < s; ++i) {
446
+ if (t2[i].s > maxSym)
447
+ maxSym = t2[i].s;
448
+ }
449
+ // code lengths
450
+ var tr = new u16(maxSym + 1);
451
+ // max bits in tree
452
+ var mbt = ln(t[i1 - 1], tr, 0);
453
+ if (mbt > mb) {
454
+ // more algorithms from UZIP.js
455
+ // TODO: find out how this code works (debt)
456
+ // ind debt
457
+ var i = 0, dt = 0;
458
+ // left cost
459
+ var lft = mbt - mb, cst = 1 << lft;
460
+ t2.sort(function (a, b) { return tr[b.s] - tr[a.s] || a.f - b.f; });
461
+ for (; i < s; ++i) {
462
+ var i2_1 = t2[i].s;
463
+ if (tr[i2_1] > mb) {
464
+ dt += cst - (1 << (mbt - tr[i2_1]));
465
+ tr[i2_1] = mb;
466
+ }
467
+ else
468
+ break;
469
+ }
470
+ dt >>= lft;
471
+ while (dt > 0) {
472
+ var i2_2 = t2[i].s;
473
+ if (tr[i2_2] < mb)
474
+ dt -= 1 << (mb - tr[i2_2]++ - 1);
475
+ else
476
+ ++i;
477
+ }
478
+ for (; i >= 0 && dt; --i) {
479
+ var i2_3 = t2[i].s;
480
+ if (tr[i2_3] == mb) {
481
+ --tr[i2_3];
482
+ ++dt;
483
+ }
484
+ }
485
+ mbt = mb;
486
+ }
487
+ return { t: new u8(tr), l: mbt };
488
+ };
489
+ // get the max length and assign length codes
490
+ var ln = function (n, l, d) {
491
+ return n.s == -1
492
+ ? Math.max(ln(n.l, l, d + 1), ln(n.r, l, d + 1))
493
+ : (l[n.s] = d);
494
+ };
495
+ // length codes generation
496
+ var lc = function (c) {
497
+ var s = c.length;
498
+ // Note that the semicolon was intentional
499
+ while (s && !c[--s])
500
+ ;
501
+ var cl = new u16(++s);
502
+ // ind num streak
503
+ var cli = 0, cln = c[0], cls = 1;
504
+ var w = function (v) { cl[cli++] = v; };
505
+ for (var i = 1; i <= s; ++i) {
506
+ if (c[i] == cln && i != s)
507
+ ++cls;
508
+ else {
509
+ if (!cln && cls > 2) {
510
+ for (; cls > 138; cls -= 138)
511
+ w(32754);
512
+ if (cls > 2) {
513
+ w(cls > 10 ? ((cls - 11) << 5) | 28690 : ((cls - 3) << 5) | 12305);
514
+ cls = 0;
515
+ }
516
+ }
517
+ else if (cls > 3) {
518
+ w(cln), --cls;
519
+ for (; cls > 6; cls -= 6)
520
+ w(8304);
521
+ if (cls > 2)
522
+ w(((cls - 3) << 5) | 8208), cls = 0;
523
+ }
524
+ while (cls--)
525
+ w(cln);
526
+ cls = 1;
527
+ cln = c[i];
528
+ }
529
+ }
530
+ return { c: cl.subarray(0, cli), n: s };
531
+ };
532
+ // calculate the length of output from tree, code lengths
533
+ var clen = function (cf, cl) {
534
+ var l = 0;
535
+ for (var i = 0; i < cl.length; ++i)
536
+ l += cf[i] * cl[i];
537
+ return l;
538
+ };
539
+ // writes a fixed block
540
+ // returns the new bit pos
541
+ var wfblk = function (out, pos, dat) {
542
+ // no need to write 00 as type: TypedArray defaults to 0
543
+ var s = dat.length;
544
+ var o = shft(pos + 2);
545
+ out[o] = s & 255;
546
+ out[o + 1] = s >> 8;
547
+ out[o + 2] = out[o] ^ 255;
548
+ out[o + 3] = out[o + 1] ^ 255;
549
+ for (var i = 0; i < s; ++i)
550
+ out[o + i + 4] = dat[i];
551
+ return (o + 4 + s) * 8;
552
+ };
553
+ // writes a block
554
+ var wblk = function (dat, out, final, syms, lf, df, eb, li, bs, bl, p) {
555
+ wbits(out, p++, final);
556
+ ++lf[256];
557
+ var _a = hTree(lf, 15), dlt = _a.t, mlb = _a.l;
558
+ var _b = hTree(df, 15), ddt = _b.t, mdb = _b.l;
559
+ var _c = lc(dlt), lclt = _c.c, nlc = _c.n;
560
+ var _d = lc(ddt), lcdt = _d.c, ndc = _d.n;
561
+ var lcfreq = new u16(19);
562
+ for (var i = 0; i < lclt.length; ++i)
563
+ ++lcfreq[lclt[i] & 31];
564
+ for (var i = 0; i < lcdt.length; ++i)
565
+ ++lcfreq[lcdt[i] & 31];
566
+ var _e = hTree(lcfreq, 7), lct = _e.t, mlcb = _e.l;
567
+ var nlcc = 19;
568
+ for (; nlcc > 4 && !lct[clim[nlcc - 1]]; --nlcc)
569
+ ;
570
+ var flen = (bl + 5) << 3;
571
+ var ftlen = clen(lf, flt) + clen(df, fdt) + eb;
572
+ var dtlen = clen(lf, dlt) + clen(df, ddt) + eb + 14 + 3 * nlcc + clen(lcfreq, lct) + 2 * lcfreq[16] + 3 * lcfreq[17] + 7 * lcfreq[18];
573
+ if (bs >= 0 && flen <= ftlen && flen <= dtlen)
574
+ return wfblk(out, p, dat.subarray(bs, bs + bl));
575
+ var lm, ll, dm, dl;
576
+ wbits(out, p, 1 + (dtlen < ftlen)), p += 2;
577
+ if (dtlen < ftlen) {
578
+ lm = hMap(dlt, mlb, 0), ll = dlt, dm = hMap(ddt, mdb, 0), dl = ddt;
579
+ var llm = hMap(lct, mlcb, 0);
580
+ wbits(out, p, nlc - 257);
581
+ wbits(out, p + 5, ndc - 1);
582
+ wbits(out, p + 10, nlcc - 4);
583
+ p += 14;
584
+ for (var i = 0; i < nlcc; ++i)
585
+ wbits(out, p + 3 * i, lct[clim[i]]);
586
+ p += 3 * nlcc;
587
+ var lcts = [lclt, lcdt];
588
+ for (var it = 0; it < 2; ++it) {
589
+ var clct = lcts[it];
590
+ for (var i = 0; i < clct.length; ++i) {
591
+ var len = clct[i] & 31;
592
+ wbits(out, p, llm[len]), p += lct[len];
593
+ if (len > 15)
594
+ wbits(out, p, (clct[i] >> 5) & 127), p += clct[i] >> 12;
595
+ }
596
+ }
597
+ }
598
+ else {
599
+ lm = flm, ll = flt, dm = fdm, dl = fdt;
600
+ }
601
+ for (var i = 0; i < li; ++i) {
602
+ var sym = syms[i];
603
+ if (sym > 255) {
604
+ var len = (sym >> 18) & 31;
605
+ wbits16(out, p, lm[len + 257]), p += ll[len + 257];
606
+ if (len > 7)
607
+ wbits(out, p, (sym >> 23) & 31), p += fleb[len];
608
+ var dst = sym & 31;
609
+ wbits16(out, p, dm[dst]), p += dl[dst];
610
+ if (dst > 3)
611
+ wbits16(out, p, (sym >> 5) & 8191), p += fdeb[dst];
612
+ }
613
+ else {
614
+ wbits16(out, p, lm[sym]), p += ll[sym];
615
+ }
616
+ }
617
+ wbits16(out, p, lm[256]);
618
+ return p + ll[256];
619
+ };
620
+ // deflate options (nice << 13) | chain
621
+ var deo = /*#__PURE__*/ new i32([65540, 131080, 131088, 131104, 262176, 1048704, 1048832, 2114560, 2117632]);
622
+ // empty
623
+ var et = /*#__PURE__*/ new u8(0);
624
+ // compresses data into a raw DEFLATE buffer
625
+ var dflt = function (dat, lvl, plvl, pre, post, st) {
626
+ var s = st.z || dat.length;
627
+ var o = new u8(pre + s + 5 * (1 + Math.ceil(s / 7000)) + post);
628
+ // writing to this writes to the output buffer
629
+ var w = o.subarray(pre, o.length - post);
630
+ var lst = st.l;
631
+ var pos = (st.r || 0) & 7;
632
+ if (lvl) {
633
+ if (pos)
634
+ w[0] = st.r >> 3;
635
+ var opt = deo[lvl - 1];
636
+ var n = opt >> 13, c = opt & 8191;
637
+ var msk_1 = (1 << plvl) - 1;
638
+ // prev 2-byte val map curr 2-byte val map
639
+ var prev = st.p || new u16(32768), head = st.h || new u16(msk_1 + 1);
640
+ var bs1_1 = Math.ceil(plvl / 3), bs2_1 = 2 * bs1_1;
641
+ var hsh = function (i) { return (dat[i] ^ (dat[i + 1] << bs1_1) ^ (dat[i + 2] << bs2_1)) & msk_1; };
642
+ // 24576 is an arbitrary number of maximum symbols per block
643
+ // 424 buffer for last block
644
+ var syms = new i32(25000);
645
+ // length/literal freq distance freq
646
+ var lf = new u16(288), df = new u16(32);
647
+ // l/lcnt exbits index l/lind waitdx blkpos
648
+ var lc_1 = 0, eb = 0, i = st.i || 0, li = 0, wi = st.w || 0, bs = 0;
649
+ for (; i + 2 < s; ++i) {
650
+ // hash value
651
+ var hv = hsh(i);
652
+ // index mod 32768 previous index mod
653
+ var imod = i & 32767, pimod = head[hv];
654
+ prev[imod] = pimod;
655
+ head[hv] = imod;
656
+ // We always should modify head and prev, but only add symbols if
657
+ // this data is not yet processed ("wait" for wait index)
658
+ if (wi <= i) {
659
+ // bytes remaining
660
+ var rem = s - i;
661
+ if ((lc_1 > 7000 || li > 24576) && (rem > 423 || !lst)) {
662
+ pos = wblk(dat, w, 0, syms, lf, df, eb, li, bs, i - bs, pos);
663
+ li = lc_1 = eb = 0, bs = i;
664
+ for (var j = 0; j < 286; ++j)
665
+ lf[j] = 0;
666
+ for (var j = 0; j < 30; ++j)
667
+ df[j] = 0;
668
+ }
669
+ // len dist chain
670
+ var l = 2, d = 0, ch_1 = c, dif = imod - pimod & 32767;
671
+ if (rem > 2 && hv == hsh(i - dif)) {
672
+ var maxn = Math.min(n, rem) - 1;
673
+ var maxd = Math.min(32767, i);
674
+ // max possible length
675
+ // not capped at dif because decompressors implement "rolling" index population
676
+ var ml = Math.min(258, rem);
677
+ while (dif <= maxd && --ch_1 && imod != pimod) {
678
+ if (dat[i + l] == dat[i + l - dif]) {
679
+ var nl = 0;
680
+ for (; nl < ml && dat[i + nl] == dat[i + nl - dif]; ++nl)
681
+ ;
682
+ if (nl > l) {
683
+ l = nl, d = dif;
684
+ // break out early when we reach "nice" (we are satisfied enough)
685
+ if (nl > maxn)
686
+ break;
687
+ // now, find the rarest 2-byte sequence within this
688
+ // length of literals and search for that instead.
689
+ // Much faster than just using the start
690
+ var mmd = Math.min(dif, nl - 2);
691
+ var md = 0;
692
+ for (var j = 0; j < mmd; ++j) {
693
+ var ti = i - dif + j & 32767;
694
+ var pti = prev[ti];
695
+ var cd = ti - pti & 32767;
696
+ if (cd > md)
697
+ md = cd, pimod = ti;
698
+ }
699
+ }
700
+ }
701
+ // check the previous match
702
+ imod = pimod, pimod = prev[imod];
703
+ dif += imod - pimod & 32767;
704
+ }
705
+ }
706
+ // d will be nonzero only when a match was found
707
+ if (d) {
708
+ // store both dist and len data in one int32
709
+ // Make sure this is recognized as a len/dist with 28th bit (2^28)
710
+ syms[li++] = 268435456 | (revfl[l] << 18) | revfd[d];
711
+ var lin = revfl[l] & 31, din = revfd[d] & 31;
712
+ eb += fleb[lin] + fdeb[din];
713
+ ++lf[257 + lin];
714
+ ++df[din];
715
+ wi = i + l;
716
+ ++lc_1;
717
+ }
718
+ else {
719
+ syms[li++] = dat[i];
720
+ ++lf[dat[i]];
721
+ }
722
+ }
723
+ }
724
+ for (i = Math.max(i, wi); i < s; ++i) {
725
+ syms[li++] = dat[i];
726
+ ++lf[dat[i]];
727
+ }
728
+ pos = wblk(dat, w, lst, syms, lf, df, eb, li, bs, i - bs, pos);
729
+ if (!lst) {
730
+ st.r = (pos & 7) | w[(pos / 8) | 0] << 3;
731
+ // shft(pos) now 1 less if pos & 7 != 0
732
+ pos -= 7;
733
+ st.h = head, st.p = prev, st.i = i, st.w = wi;
734
+ }
735
+ }
736
+ else {
737
+ for (var i = st.w || 0; i < s + lst; i += 65535) {
738
+ // end
739
+ var e = i + 65535;
740
+ if (e >= s) {
741
+ // write final block
742
+ w[(pos / 8) | 0] = lst;
743
+ e = s;
744
+ }
745
+ pos = wfblk(w, pos + 1, dat.subarray(i, e));
746
+ }
747
+ st.i = s;
748
+ }
749
+ return slc(o, 0, pre + shft(pos) + post);
750
+ };
751
+ // CRC32 table
752
+ var crct = /*#__PURE__*/ (function () {
753
+ var t = new Int32Array(256);
754
+ for (var i = 0; i < 256; ++i) {
755
+ var c = i, k = 9;
756
+ while (--k)
757
+ c = ((c & 1) && -306674912) ^ (c >>> 1);
758
+ t[i] = c;
759
+ }
760
+ return t;
761
+ })();
762
+ // CRC32
763
+ var crc = function () {
764
+ var c = -1;
765
+ return {
766
+ p: function (d) {
767
+ // closures have awful performance
768
+ var cr = c;
769
+ for (var i = 0; i < d.length; ++i)
770
+ cr = crct[(cr & 255) ^ d[i]] ^ (cr >>> 8);
771
+ c = cr;
772
+ },
773
+ d: function () { return ~c; }
774
+ };
775
+ };
776
+ // Adler32
777
+ var adler = function () {
778
+ var a = 1, b = 0;
779
+ return {
780
+ p: function (d) {
781
+ // closures have awful performance
782
+ var n = a, m = b;
783
+ var l = d.length | 0;
784
+ for (var i = 0; i != l;) {
785
+ var e = Math.min(i + 2655, l);
786
+ for (; i < e; ++i)
787
+ m += n += d[i];
788
+ n = (n & 65535) + 15 * (n >> 16), m = (m & 65535) + 15 * (m >> 16);
789
+ }
790
+ a = n, b = m;
791
+ },
792
+ d: function () {
793
+ a %= 65521, b %= 65521;
794
+ return (a & 255) << 24 | (a & 0xFF00) << 8 | (b & 255) << 8 | (b >> 8);
795
+ }
796
+ };
797
+ };
798
+ ;
799
+ // deflate with opts
800
+ var dopt = function (dat, opt, pre, post, st) {
801
+ if (!st) {
802
+ st = { l: 1 };
803
+ if (opt.dictionary) {
804
+ var dict = opt.dictionary.subarray(-32768);
805
+ var newDat = new u8(dict.length + dat.length);
806
+ newDat.set(dict);
807
+ newDat.set(dat, dict.length);
808
+ dat = newDat;
809
+ st.w = dict.length;
810
+ }
811
+ }
812
+ return dflt(dat, opt.level == null ? 6 : opt.level, opt.mem == null ? (st.l ? Math.ceil(Math.max(8, Math.min(13, Math.log(dat.length))) * 1.5) : 20) : (12 + opt.mem), pre, post, st);
813
+ };
814
+ // Walmart object spread
815
+ var mrg = function (a, b) {
816
+ var o = {};
817
+ for (var k in a)
818
+ o[k] = a[k];
819
+ for (var k in b)
820
+ o[k] = b[k];
821
+ return o;
822
+ };
823
+ // worker clone
824
+ // This is possibly the craziest part of the entire codebase, despite how simple it may seem.
825
+ // The only parameter to this function is a closure that returns an array of variables outside of the function scope.
826
+ // We're going to try to figure out the variable names used in the closure as strings because that is crucial for workerization.
827
+ // We will return an object mapping of true variable name to value (basically, the current scope as a JS object).
828
+ // The reason we can't just use the original variable names is minifiers mangling the toplevel scope.
829
+ // This took me three weeks to figure out how to do.
830
+ var wcln = function (fn, fnStr, td) {
831
+ var dt = fn();
832
+ var st = fn.toString();
833
+ var ks = st.slice(st.indexOf('[') + 1, st.lastIndexOf(']')).replace(/\s+/g, '').split(',');
834
+ for (var i = 0; i < dt.length; ++i) {
835
+ var v = dt[i], k = ks[i];
836
+ if (typeof v == 'function') {
837
+ fnStr += ';' + k + '=';
838
+ var st_1 = v.toString();
839
+ if (v.prototype) {
840
+ // for global objects
841
+ if (st_1.indexOf('[native code]') != -1) {
842
+ var spInd = st_1.indexOf(' ', 8) + 1;
843
+ fnStr += st_1.slice(spInd, st_1.indexOf('(', spInd));
844
+ }
845
+ else {
846
+ fnStr += st_1;
847
+ for (var t in v.prototype)
848
+ fnStr += ';' + k + '.prototype.' + t + '=' + v.prototype[t].toString();
849
+ }
850
+ }
851
+ else
852
+ fnStr += st_1;
853
+ }
854
+ else
855
+ td[k] = v;
856
+ }
857
+ return fnStr;
858
+ };
859
+ var ch = [];
860
+ // clone bufs
861
+ var cbfs = function (v) {
862
+ var tl = [];
863
+ for (var k in v) {
864
+ if (v[k].buffer) {
865
+ tl.push((v[k] = new v[k].constructor(v[k])).buffer);
866
+ }
867
+ }
868
+ return tl;
869
+ };
870
+ // use a worker to execute code
871
+ var wrkr = function (fns, init, id, cb) {
872
+ if (!ch[id]) {
873
+ var fnStr = '', td_1 = {}, m = fns.length - 1;
874
+ for (var i = 0; i < m; ++i)
875
+ fnStr = wcln(fns[i], fnStr, td_1);
876
+ ch[id] = { c: wcln(fns[m], fnStr, td_1), e: td_1 };
877
+ }
878
+ var td = mrg({}, ch[id].e);
879
+ return wk(ch[id].c + ';onmessage=function(e){for(var k in e.data)self[k]=e.data[k];onmessage=' + init.toString() + '}', id, td, cbfs(td), cb);
880
+ };
881
+ // base async inflate fn
882
+ var bInflt = function () { return [u8, u16, i32, fleb, fdeb, clim, fl, fd, flrm, fdrm, rev, ec, hMap, max, bits, bits16, shft, slc, err, inflt, inflateSync, pbf, gopt]; };
883
+ var bDflt = function () { return [u8, u16, i32, fleb, fdeb, clim, revfl, revfd, flm, flt, fdm, fdt, rev, deo, et, hMap, wbits, wbits16, hTree, ln, lc, clen, wfblk, wblk, shft, slc, dflt, dopt, deflateSync, pbf]; };
884
+ // gzip extra
885
+ var gze = function () { return [gzh, gzhl, wbytes, crc, crct]; };
886
+ // gunzip extra
887
+ var guze = function () { return [gzs, gzl]; };
888
+ // zlib extra
889
+ var zle = function () { return [zlh, wbytes, adler]; };
890
+ // unzlib extra
891
+ var zule = function () { return [zls]; };
892
+ // post buf
893
+ var pbf = function (msg) { return postMessage(msg, [msg.buffer]); };
894
+ // get opts
895
+ var gopt = function (o) { return o && {
896
+ out: o.size && new u8(o.size),
897
+ dictionary: o.dictionary
898
+ }; };
899
+ // async helper
900
+ var cbify = function (dat, opts, fns, init, id, cb) {
901
+ var w = wrkr(fns, init, id, function (err, dat) {
902
+ w.terminate();
903
+ cb(err, dat);
904
+ });
905
+ w.postMessage([dat, opts], opts.consume ? [dat.buffer] : []);
906
+ return function () { w.terminate(); };
907
+ };
908
+ // auto stream
909
+ var astrm = function (strm) {
910
+ strm.ondata = function (dat, final) { return postMessage([dat, final], [dat.buffer]); };
911
+ return function (ev) {
912
+ if (ev.data.length) {
913
+ strm.push(ev.data[0], ev.data[1]);
914
+ postMessage([ev.data[0].length]);
915
+ }
916
+ else
917
+ strm.flush();
918
+ };
919
+ };
920
+ // async stream attach
921
+ var astrmify = function (fns, strm, opts, init, id, flush, ext) {
922
+ var t;
923
+ var w = wrkr(fns, init, id, function (err, dat) {
924
+ if (err)
925
+ w.terminate(), strm.ondata.call(strm, err);
926
+ else if (!Array.isArray(dat))
927
+ ext(dat);
928
+ else if (dat.length == 1) {
929
+ strm.queuedSize -= dat[0];
930
+ if (strm.ondrain)
931
+ strm.ondrain(dat[0]);
932
+ }
933
+ else {
934
+ if (dat[1])
935
+ w.terminate();
936
+ strm.ondata.call(strm, err, dat[0], dat[1]);
937
+ }
938
+ });
939
+ w.postMessage(opts);
940
+ strm.queuedSize = 0;
941
+ strm.push = function (d, f) {
942
+ if (!strm.ondata)
943
+ err(5);
944
+ if (t)
945
+ strm.ondata(err(4, 0, 1), null, !!f);
946
+ strm.queuedSize += d.length;
947
+ w.postMessage([d, t = f], [d.buffer]);
948
+ };
949
+ strm.terminate = function () { w.terminate(); };
950
+ if (flush) {
951
+ strm.flush = function () { w.postMessage([]); };
952
+ }
953
+ };
954
+ // read 2 bytes
955
+ var b2 = function (d, b) { return d[b] | (d[b + 1] << 8); };
956
+ // read 4 bytes
957
+ var b4 = function (d, b) { return (d[b] | (d[b + 1] << 8) | (d[b + 2] << 16) | (d[b + 3] << 24)) >>> 0; };
958
+ var b8 = function (d, b) { return b4(d, b) + (b4(d, b + 4) * 4294967296); };
959
+ // write bytes
960
+ var wbytes = function (d, b, v) {
961
+ for (; v; ++b)
962
+ d[b] = v, v >>>= 8;
963
+ };
964
+ // gzip header
965
+ var gzh = function (c, o) {
966
+ var fn = o.filename;
967
+ c[0] = 31, c[1] = 139, c[2] = 8, c[8] = o.level < 2 ? 4 : o.level == 9 ? 2 : 0, c[9] = 3; // assume Unix
968
+ if (o.mtime != 0)
969
+ wbytes(c, 4, Math.floor(new Date(o.mtime || Date.now()) / 1000));
970
+ if (fn) {
971
+ c[3] = 8;
972
+ for (var i = 0; i <= fn.length; ++i)
973
+ c[i + 10] = fn.charCodeAt(i);
974
+ }
975
+ };
976
+ // gzip footer: -8 to -4 = CRC, -4 to -0 is length
977
+ // gzip start
978
+ var gzs = function (d) {
979
+ if (d[0] != 31 || d[1] != 139 || d[2] != 8)
980
+ err(6, 'invalid gzip data');
981
+ var flg = d[3];
982
+ var st = 10;
983
+ if (flg & 4)
984
+ st += (d[10] | d[11] << 8) + 2;
985
+ for (var zs = (flg >> 3 & 1) + (flg >> 4 & 1); zs > 0; zs -= !d[st++])
986
+ ;
987
+ return st + (flg & 2);
988
+ };
989
+ // gzip length
990
+ var gzl = function (d) {
991
+ var l = d.length;
992
+ return (d[l - 4] | d[l - 3] << 8 | d[l - 2] << 16 | d[l - 1] << 24) >>> 0;
993
+ };
994
+ // gzip header length
995
+ var gzhl = function (o) { return 10 + (o.filename ? o.filename.length + 1 : 0); };
996
+ // zlib header
997
+ var zlh = function (c, o) {
998
+ var lv = o.level, fl = lv == 0 ? 0 : lv < 6 ? 1 : lv == 9 ? 3 : 2;
999
+ c[0] = 120, c[1] = (fl << 6) | (o.dictionary && 32);
1000
+ c[1] |= 31 - ((c[0] << 8) | c[1]) % 31;
1001
+ if (o.dictionary) {
1002
+ var h = adler();
1003
+ h.p(o.dictionary);
1004
+ wbytes(c, 2, h.d());
1005
+ }
1006
+ };
1007
+ // zlib start
1008
+ var zls = function (d, dict) {
1009
+ if ((d[0] & 15) != 8 || (d[0] >> 4) > 7 || ((d[0] << 8 | d[1]) % 31))
1010
+ err(6, 'invalid zlib data');
1011
+ if ((d[1] >> 5 & 1) == +!dict)
1012
+ err(6, 'invalid zlib data: ' + (d[1] & 32 ? 'need' : 'unexpected') + ' dictionary');
1013
+ return (d[1] >> 3 & 4) + 2;
1014
+ };
1015
+ function StrmOpt(opts, cb) {
1016
+ if (typeof opts == 'function')
1017
+ cb = opts, opts = {};
1018
+ this.ondata = cb;
1019
+ return opts;
1020
+ }
1021
+ /**
1022
+ * Streaming DEFLATE compression
1023
+ */
1024
+ var Deflate = /*#__PURE__*/ (function () {
1025
+ function Deflate(opts, cb) {
1026
+ if (typeof opts == 'function')
1027
+ cb = opts, opts = {};
1028
+ this.ondata = cb;
1029
+ this.o = opts || {};
1030
+ this.s = { l: 0, i: 32768, w: 32768, z: 32768 };
1031
+ // Buffer length must always be 0 mod 32768 for index calculations to be correct when modifying head and prev
1032
+ // 98304 = 32768 (lookback) + 65536 (common chunk size)
1033
+ this.b = new u8(98304);
1034
+ if (this.o.dictionary) {
1035
+ var dict = this.o.dictionary.subarray(-32768);
1036
+ this.b.set(dict, 32768 - dict.length);
1037
+ this.s.i = 32768 - dict.length;
1038
+ }
1039
+ }
1040
+ Deflate.prototype.p = function (c, f) {
1041
+ this.ondata(dopt(c, this.o, 0, 0, this.s), f);
1042
+ };
1043
+ /**
1044
+ * Pushes a chunk to be deflated
1045
+ * @param chunk The chunk to push
1046
+ * @param final Whether this is the last chunk
1047
+ */
1048
+ Deflate.prototype.push = function (chunk, final) {
1049
+ if (!this.ondata)
1050
+ err(5);
1051
+ if (this.s.l)
1052
+ err(4);
1053
+ var endLen = chunk.length + this.s.z;
1054
+ if (endLen > this.b.length) {
1055
+ if (endLen > 2 * this.b.length - 32768) {
1056
+ var newBuf = new u8(endLen & -32768);
1057
+ newBuf.set(this.b.subarray(0, this.s.z));
1058
+ this.b = newBuf;
1059
+ }
1060
+ var split = this.b.length - this.s.z;
1061
+ this.b.set(chunk.subarray(0, split), this.s.z);
1062
+ this.s.z = this.b.length;
1063
+ this.p(this.b, false);
1064
+ this.b.set(this.b.subarray(-32768));
1065
+ this.b.set(chunk.subarray(split), 32768);
1066
+ this.s.z = chunk.length - split + 32768;
1067
+ this.s.i = 32766, this.s.w = 32768;
1068
+ }
1069
+ else {
1070
+ this.b.set(chunk, this.s.z);
1071
+ this.s.z += chunk.length;
1072
+ }
1073
+ this.s.l = final & 1;
1074
+ if (this.s.z > this.s.w + 8191 || final) {
1075
+ this.p(this.b, final || false);
1076
+ this.s.w = this.s.i, this.s.i -= 2;
1077
+ }
1078
+ };
1079
+ /**
1080
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1081
+ * deflated output for small inputs.
1082
+ */
1083
+ Deflate.prototype.flush = function () {
1084
+ if (!this.ondata)
1085
+ err(5);
1086
+ if (this.s.l)
1087
+ err(4);
1088
+ this.p(this.b, false);
1089
+ this.s.w = this.s.i, this.s.i -= 2;
1090
+ };
1091
+ return Deflate;
1092
+ }());
1093
+ /**
1094
+ * Asynchronous streaming DEFLATE compression
1095
+ */
1096
+ var AsyncDeflate = /*#__PURE__*/ (function () {
1097
+ function AsyncDeflate(opts, cb) {
1098
+ astrmify([
1099
+ bDflt,
1100
+ function () { return [astrm, Deflate]; }
1101
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1102
+ var strm = new Deflate(ev.data);
1103
+ onmessage = astrm(strm);
1104
+ }, 6, 1);
1105
+ }
1106
+ return AsyncDeflate;
1107
+ }());
1108
+ function deflate(data, opts, cb) {
1109
+ if (!cb)
1110
+ cb = opts, opts = {};
1111
+ if (typeof cb != 'function')
1112
+ err(7);
1113
+ return cbify(data, opts, [
1114
+ bDflt,
1115
+ ], function (ev) { return pbf(deflateSync(ev.data[0], ev.data[1])); }, 0, cb);
1116
+ }
1117
+ /**
1118
+ * Compresses data with DEFLATE without any wrapper
1119
+ * @param data The data to compress
1120
+ * @param opts The compression options
1121
+ * @returns The deflated version of the data
1122
+ */
1123
+ function deflateSync(data, opts) {
1124
+ return dopt(data, opts || {}, 0, 0);
1125
+ }
1126
+ /**
1127
+ * Streaming DEFLATE decompression
1128
+ */
1129
+ var Inflate = /*#__PURE__*/ (function () {
1130
+ function Inflate(opts, cb) {
1131
+ // no StrmOpt here to avoid adding to workerizer
1132
+ if (typeof opts == 'function')
1133
+ cb = opts, opts = {};
1134
+ this.ondata = cb;
1135
+ var dict = opts && opts.dictionary && opts.dictionary.subarray(-32768);
1136
+ this.s = { i: 0, b: dict ? dict.length : 0 };
1137
+ this.o = new u8(32768);
1138
+ this.p = new u8(0);
1139
+ if (dict)
1140
+ this.o.set(dict);
1141
+ }
1142
+ Inflate.prototype.e = function (c) {
1143
+ if (!this.ondata)
1144
+ err(5);
1145
+ if (this.d)
1146
+ err(4);
1147
+ if (!this.p.length)
1148
+ this.p = c;
1149
+ else if (c.length) {
1150
+ var n = new u8(this.p.length + c.length);
1151
+ n.set(this.p), n.set(c, this.p.length), this.p = n;
1152
+ }
1153
+ };
1154
+ Inflate.prototype.c = function (final) {
1155
+ this.s.i = +(this.d = final || false);
1156
+ var bts = this.s.b;
1157
+ var dt = inflt(this.p, this.s, this.o);
1158
+ this.ondata(slc(dt, bts, this.s.b), this.d);
1159
+ this.o = slc(dt, this.s.b - 32768), this.s.b = this.o.length;
1160
+ this.p = slc(this.p, (this.s.p / 8) | 0), this.s.p &= 7;
1161
+ };
1162
+ /**
1163
+ * Pushes a chunk to be inflated
1164
+ * @param chunk The chunk to push
1165
+ * @param final Whether this is the final chunk
1166
+ */
1167
+ Inflate.prototype.push = function (chunk, final) {
1168
+ this.e(chunk), this.c(final);
1169
+ };
1170
+ return Inflate;
1171
+ }());
1172
+ /**
1173
+ * Asynchronous streaming DEFLATE decompression
1174
+ */
1175
+ var AsyncInflate = /*#__PURE__*/ (function () {
1176
+ function AsyncInflate(opts, cb) {
1177
+ astrmify([
1178
+ bInflt,
1179
+ function () { return [astrm, Inflate]; }
1180
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1181
+ var strm = new Inflate(ev.data);
1182
+ onmessage = astrm(strm);
1183
+ }, 7, 0);
1184
+ }
1185
+ return AsyncInflate;
1186
+ }());
1187
+ function inflate(data, opts, cb) {
1188
+ if (!cb)
1189
+ cb = opts, opts = {};
1190
+ if (typeof cb != 'function')
1191
+ err(7);
1192
+ return cbify(data, opts, [
1193
+ bInflt
1194
+ ], function (ev) { return pbf(inflateSync(ev.data[0], gopt(ev.data[1]))); }, 1, cb);
1195
+ }
1196
+ /**
1197
+ * Expands DEFLATE data with no wrapper
1198
+ * @param data The data to decompress
1199
+ * @param opts The decompression options
1200
+ * @returns The decompressed version of the data
1201
+ */
1202
+ function inflateSync(data, opts) {
1203
+ return inflt(data, { i: 2 }, opts && opts.out, opts && opts.dictionary);
1204
+ }
1205
+ // before you yell at me for not just using extends, my reason is that TS inheritance is hard to workerize.
1206
+ /**
1207
+ * Streaming GZIP compression
1208
+ */
1209
+ var Gzip = /*#__PURE__*/ (function () {
1210
+ function Gzip(opts, cb) {
1211
+ this.c = crc();
1212
+ this.l = 0;
1213
+ this.v = 1;
1214
+ Deflate.call(this, opts, cb);
1215
+ }
1216
+ /**
1217
+ * Pushes a chunk to be GZIPped
1218
+ * @param chunk The chunk to push
1219
+ * @param final Whether this is the last chunk
1220
+ */
1221
+ Gzip.prototype.push = function (chunk, final) {
1222
+ this.c.p(chunk);
1223
+ this.l += chunk.length;
1224
+ Deflate.prototype.push.call(this, chunk, final);
1225
+ };
1226
+ Gzip.prototype.p = function (c, f) {
1227
+ var raw = dopt(c, this.o, this.v && gzhl(this.o), f && 8, this.s);
1228
+ if (this.v)
1229
+ gzh(raw, this.o), this.v = 0;
1230
+ if (f)
1231
+ wbytes(raw, raw.length - 8, this.c.d()), wbytes(raw, raw.length - 4, this.l);
1232
+ this.ondata(raw, f);
1233
+ };
1234
+ /**
1235
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1236
+ * GZIPped output for small inputs.
1237
+ */
1238
+ Gzip.prototype.flush = function () {
1239
+ Deflate.prototype.flush.call(this);
1240
+ };
1241
+ return Gzip;
1242
+ }());
1243
+ /**
1244
+ * Asynchronous streaming GZIP compression
1245
+ */
1246
+ var AsyncGzip = /*#__PURE__*/ (function () {
1247
+ function AsyncGzip(opts, cb) {
1248
+ astrmify([
1249
+ bDflt,
1250
+ gze,
1251
+ function () { return [astrm, Deflate, Gzip]; }
1252
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1253
+ var strm = new Gzip(ev.data);
1254
+ onmessage = astrm(strm);
1255
+ }, 8, 1);
1256
+ }
1257
+ return AsyncGzip;
1258
+ }());
1259
+ function gzip(data, opts, cb) {
1260
+ if (!cb)
1261
+ cb = opts, opts = {};
1262
+ if (typeof cb != 'function')
1263
+ err(7);
1264
+ return cbify(data, opts, [
1265
+ bDflt,
1266
+ gze,
1267
+ function () { return [gzipSync]; }
1268
+ ], function (ev) { return pbf(gzipSync(ev.data[0], ev.data[1])); }, 2, cb);
1269
+ }
1270
+ /**
1271
+ * Compresses data with GZIP
1272
+ * @param data The data to compress
1273
+ * @param opts The compression options
1274
+ * @returns The gzipped version of the data
1275
+ */
1276
+ function gzipSync(data, opts) {
1277
+ if (!opts)
1278
+ opts = {};
1279
+ var c = crc(), l = data.length;
1280
+ c.p(data);
1281
+ var d = dopt(data, opts, gzhl(opts), 8), s = d.length;
1282
+ return gzh(d, opts), wbytes(d, s - 8, c.d()), wbytes(d, s - 4, l), d;
1283
+ }
1284
+ /**
1285
+ * Streaming single or multi-member GZIP decompression
1286
+ */
1287
+ var Gunzip = /*#__PURE__*/ (function () {
1288
+ function Gunzip(opts, cb) {
1289
+ this.v = 1;
1290
+ this.r = 0;
1291
+ Inflate.call(this, opts, cb);
1292
+ }
1293
+ /**
1294
+ * Pushes a chunk to be GUNZIPped
1295
+ * @param chunk The chunk to push
1296
+ * @param final Whether this is the last chunk
1297
+ */
1298
+ Gunzip.prototype.push = function (chunk, final) {
1299
+ Inflate.prototype.e.call(this, chunk);
1300
+ this.r += chunk.length;
1301
+ if (this.v) {
1302
+ var p = this.p.subarray(this.v - 1);
1303
+ var s = p.length > 3 ? gzs(p) : 4;
1304
+ if (s > p.length) {
1305
+ if (!final)
1306
+ return;
1307
+ }
1308
+ else if (this.v > 1 && this.onmember) {
1309
+ this.onmember(this.r - p.length);
1310
+ }
1311
+ this.p = p.subarray(s), this.v = 0;
1312
+ }
1313
+ // necessary to prevent TS from using the closure value
1314
+ // This allows for workerization to function correctly
1315
+ Inflate.prototype.c.call(this, final);
1316
+ // process concatenated GZIP
1317
+ if (this.s.f && !this.s.l && !final) {
1318
+ this.v = shft(this.s.p) + 9;
1319
+ this.s = { i: 0 };
1320
+ this.o = new u8(0);
1321
+ this.push(new u8(0), final);
1322
+ }
1323
+ };
1324
+ return Gunzip;
1325
+ }());
1326
+ /**
1327
+ * Asynchronous streaming single or multi-member GZIP decompression
1328
+ */
1329
+ var AsyncGunzip = /*#__PURE__*/ (function () {
1330
+ function AsyncGunzip(opts, cb) {
1331
+ var _this = this;
1332
+ astrmify([
1333
+ bInflt,
1334
+ guze,
1335
+ function () { return [astrm, Inflate, Gunzip]; }
1336
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1337
+ var strm = new Gunzip(ev.data);
1338
+ strm.onmember = function (offset) { return postMessage(offset); };
1339
+ onmessage = astrm(strm);
1340
+ }, 9, 0, function (offset) { return _this.onmember && _this.onmember(offset); });
1341
+ }
1342
+ return AsyncGunzip;
1343
+ }());
1344
+ function gunzip(data, opts, cb) {
1345
+ if (!cb)
1346
+ cb = opts, opts = {};
1347
+ if (typeof cb != 'function')
1348
+ err(7);
1349
+ return cbify(data, opts, [
1350
+ bInflt,
1351
+ guze,
1352
+ function () { return [gunzipSync]; }
1353
+ ], function (ev) { return pbf(gunzipSync(ev.data[0], ev.data[1])); }, 3, cb);
1354
+ }
1355
+ /**
1356
+ * Expands GZIP data
1357
+ * @param data The data to decompress
1358
+ * @param opts The decompression options
1359
+ * @returns The decompressed version of the data
1360
+ */
1361
+ function gunzipSync(data, opts) {
1362
+ var st = gzs(data);
1363
+ if (st + 8 > data.length)
1364
+ err(6, 'invalid gzip data');
1365
+ return inflt(data.subarray(st, -8), { i: 2 }, opts && opts.out || new u8(gzl(data)), opts && opts.dictionary);
1366
+ }
1367
+ /**
1368
+ * Streaming Zlib compression
1369
+ */
1370
+ var Zlib = /*#__PURE__*/ (function () {
1371
+ function Zlib(opts, cb) {
1372
+ this.c = adler();
1373
+ this.v = 1;
1374
+ Deflate.call(this, opts, cb);
1375
+ }
1376
+ /**
1377
+ * Pushes a chunk to be zlibbed
1378
+ * @param chunk The chunk to push
1379
+ * @param final Whether this is the last chunk
1380
+ */
1381
+ Zlib.prototype.push = function (chunk, final) {
1382
+ this.c.p(chunk);
1383
+ Deflate.prototype.push.call(this, chunk, final);
1384
+ };
1385
+ Zlib.prototype.p = function (c, f) {
1386
+ var raw = dopt(c, this.o, this.v && (this.o.dictionary ? 6 : 2), f && 4, this.s);
1387
+ if (this.v)
1388
+ zlh(raw, this.o), this.v = 0;
1389
+ if (f)
1390
+ wbytes(raw, raw.length - 4, this.c.d());
1391
+ this.ondata(raw, f);
1392
+ };
1393
+ /**
1394
+ * Flushes buffered uncompressed data. Useful to immediately retrieve the
1395
+ * zlibbed output for small inputs.
1396
+ */
1397
+ Zlib.prototype.flush = function () {
1398
+ Deflate.prototype.flush.call(this);
1399
+ };
1400
+ return Zlib;
1401
+ }());
1402
+ /**
1403
+ * Asynchronous streaming Zlib compression
1404
+ */
1405
+ var AsyncZlib = /*#__PURE__*/ (function () {
1406
+ function AsyncZlib(opts, cb) {
1407
+ astrmify([
1408
+ bDflt,
1409
+ zle,
1410
+ function () { return [astrm, Deflate, Zlib]; }
1411
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1412
+ var strm = new Zlib(ev.data);
1413
+ onmessage = astrm(strm);
1414
+ }, 10, 1);
1415
+ }
1416
+ return AsyncZlib;
1417
+ }());
1418
+ function zlib(data, opts, cb) {
1419
+ if (!cb)
1420
+ cb = opts, opts = {};
1421
+ if (typeof cb != 'function')
1422
+ err(7);
1423
+ return cbify(data, opts, [
1424
+ bDflt,
1425
+ zle,
1426
+ function () { return [zlibSync]; }
1427
+ ], function (ev) { return pbf(zlibSync(ev.data[0], ev.data[1])); }, 4, cb);
1428
+ }
1429
+ /**
1430
+ * Compress data with Zlib
1431
+ * @param data The data to compress
1432
+ * @param opts The compression options
1433
+ * @returns The zlib-compressed version of the data
1434
+ */
1435
+ function zlibSync(data, opts) {
1436
+ if (!opts)
1437
+ opts = {};
1438
+ var a = adler();
1439
+ a.p(data);
1440
+ var d = dopt(data, opts, opts.dictionary ? 6 : 2, 4);
1441
+ return zlh(d, opts), wbytes(d, d.length - 4, a.d()), d;
1442
+ }
1443
+ /**
1444
+ * Streaming Zlib decompression
1445
+ */
1446
+ var Unzlib = /*#__PURE__*/ (function () {
1447
+ function Unzlib(opts, cb) {
1448
+ Inflate.call(this, opts, cb);
1449
+ this.v = opts && opts.dictionary ? 2 : 1;
1450
+ }
1451
+ /**
1452
+ * Pushes a chunk to be unzlibbed
1453
+ * @param chunk The chunk to push
1454
+ * @param final Whether this is the last chunk
1455
+ */
1456
+ Unzlib.prototype.push = function (chunk, final) {
1457
+ Inflate.prototype.e.call(this, chunk);
1458
+ if (this.v) {
1459
+ if (this.p.length < 6 && !final)
1460
+ return;
1461
+ this.p = this.p.subarray(zls(this.p, this.v - 1)), this.v = 0;
1462
+ }
1463
+ if (final) {
1464
+ if (this.p.length < 4)
1465
+ err(6, 'invalid zlib data');
1466
+ this.p = this.p.subarray(0, -4);
1467
+ }
1468
+ // necessary to prevent TS from using the closure value
1469
+ // This allows for workerization to function correctly
1470
+ Inflate.prototype.c.call(this, final);
1471
+ };
1472
+ return Unzlib;
1473
+ }());
1474
+ /**
1475
+ * Asynchronous streaming Zlib decompression
1476
+ */
1477
+ var AsyncUnzlib = /*#__PURE__*/ (function () {
1478
+ function AsyncUnzlib(opts, cb) {
1479
+ astrmify([
1480
+ bInflt,
1481
+ zule,
1482
+ function () { return [astrm, Inflate, Unzlib]; }
1483
+ ], this, StrmOpt.call(this, opts, cb), function (ev) {
1484
+ var strm = new Unzlib(ev.data);
1485
+ onmessage = astrm(strm);
1486
+ }, 11, 0);
1487
+ }
1488
+ return AsyncUnzlib;
1489
+ }());
1490
+ function unzlib(data, opts, cb) {
1491
+ if (!cb)
1492
+ cb = opts, opts = {};
1493
+ if (typeof cb != 'function')
1494
+ err(7);
1495
+ return cbify(data, opts, [
1496
+ bInflt,
1497
+ zule,
1498
+ function () { return [unzlibSync]; }
1499
+ ], function (ev) { return pbf(unzlibSync(ev.data[0], gopt(ev.data[1]))); }, 5, cb);
1500
+ }
1501
+ /**
1502
+ * Expands Zlib data
1503
+ * @param data The data to decompress
1504
+ * @param opts The decompression options
1505
+ * @returns The decompressed version of the data
1506
+ */
1507
+ function unzlibSync(data, opts) {
1508
+ return inflt(data.subarray(zls(data, opts && opts.dictionary), -4), { i: 2 }, opts && opts.out, opts && opts.dictionary);
1509
+ }
1510
+ /**
1511
+ * Streaming GZIP, Zlib, or raw DEFLATE decompression
1512
+ */
1513
+ var Decompress = /*#__PURE__*/ (function () {
1514
+ function Decompress(opts, cb) {
1515
+ this.o = StrmOpt.call(this, opts, cb) || {};
1516
+ this.G = Gunzip;
1517
+ this.I = Inflate;
1518
+ this.Z = Unzlib;
1519
+ }
1520
+ // init substream
1521
+ // overriden by AsyncDecompress
1522
+ Decompress.prototype.i = function () {
1523
+ var _this = this;
1524
+ this.s.ondata = function (dat, final) {
1525
+ _this.ondata(dat, final);
1526
+ };
1527
+ };
1528
+ /**
1529
+ * Pushes a chunk to be decompressed
1530
+ * @param chunk The chunk to push
1531
+ * @param final Whether this is the last chunk
1532
+ */
1533
+ Decompress.prototype.push = function (chunk, final) {
1534
+ if (!this.ondata)
1535
+ err(5);
1536
+ if (!this.s) {
1537
+ if (this.p && this.p.length) {
1538
+ var n = new u8(this.p.length + chunk.length);
1539
+ n.set(this.p), n.set(chunk, this.p.length);
1540
+ }
1541
+ else
1542
+ this.p = chunk;
1543
+ if (this.p.length > 2) {
1544
+ this.s = (this.p[0] == 31 && this.p[1] == 139 && this.p[2] == 8)
1545
+ ? new this.G(this.o)
1546
+ : ((this.p[0] & 15) != 8 || (this.p[0] >> 4) > 7 || ((this.p[0] << 8 | this.p[1]) % 31))
1547
+ ? new this.I(this.o)
1548
+ : new this.Z(this.o);
1549
+ this.i();
1550
+ this.s.push(this.p, final);
1551
+ this.p = null;
1552
+ }
1553
+ }
1554
+ else
1555
+ this.s.push(chunk, final);
1556
+ };
1557
+ return Decompress;
1558
+ }());
1559
+ /**
1560
+ * Asynchronous streaming GZIP, Zlib, or raw DEFLATE decompression
1561
+ */
1562
+ var AsyncDecompress = /*#__PURE__*/ (function () {
1563
+ function AsyncDecompress(opts, cb) {
1564
+ Decompress.call(this, opts, cb);
1565
+ this.queuedSize = 0;
1566
+ this.G = AsyncGunzip;
1567
+ this.I = AsyncInflate;
1568
+ this.Z = AsyncUnzlib;
1569
+ }
1570
+ AsyncDecompress.prototype.i = function () {
1571
+ var _this = this;
1572
+ this.s.ondata = function (err, dat, final) {
1573
+ _this.ondata(err, dat, final);
1574
+ };
1575
+ this.s.ondrain = function (size) {
1576
+ _this.queuedSize -= size;
1577
+ if (_this.ondrain)
1578
+ _this.ondrain(size);
1579
+ };
1580
+ };
1581
+ /**
1582
+ * Pushes a chunk to be decompressed
1583
+ * @param chunk The chunk to push
1584
+ * @param final Whether this is the last chunk
1585
+ */
1586
+ AsyncDecompress.prototype.push = function (chunk, final) {
1587
+ this.queuedSize += chunk.length;
1588
+ Decompress.prototype.push.call(this, chunk, final);
1589
+ };
1590
+ return AsyncDecompress;
1591
+ }());
1592
+ function decompress(data, opts, cb) {
1593
+ if (!cb)
1594
+ cb = opts, opts = {};
1595
+ if (typeof cb != 'function')
1596
+ err(7);
1597
+ return (data[0] == 31 && data[1] == 139 && data[2] == 8)
1598
+ ? gunzip(data, opts, cb)
1599
+ : ((data[0] & 15) != 8 || (data[0] >> 4) > 7 || ((data[0] << 8 | data[1]) % 31))
1600
+ ? inflate(data, opts, cb)
1601
+ : unzlib(data, opts, cb);
1602
+ }
1603
+ /**
1604
+ * Expands compressed GZIP, Zlib, or raw DEFLATE data, automatically detecting the format
1605
+ * @param data The data to decompress
1606
+ * @param opts The decompression options
1607
+ * @returns The decompressed version of the data
1608
+ */
1609
+ function decompressSync(data, opts) {
1610
+ return (data[0] == 31 && data[1] == 139 && data[2] == 8)
1611
+ ? gunzipSync(data, opts)
1612
+ : ((data[0] & 15) != 8 || (data[0] >> 4) > 7 || ((data[0] << 8 | data[1]) % 31))
1613
+ ? inflateSync(data, opts)
1614
+ : unzlibSync(data, opts);
1615
+ }
1616
+ // flatten a directory structure
1617
+ var fltn = function (d, p, t, o) {
1618
+ for (var k in d) {
1619
+ var val = d[k], n = p + k, op = o;
1620
+ if (Array.isArray(val))
1621
+ op = mrg(o, val[1]), val = val[0];
1622
+ if (val instanceof u8)
1623
+ t[n] = [val, op];
1624
+ else {
1625
+ t[n += '/'] = [new u8(0), op];
1626
+ fltn(val, n, t, o);
1627
+ }
1628
+ }
1629
+ };
1630
+ // text encoder
1631
+ var te = typeof TextEncoder != 'undefined' && /*#__PURE__*/ new TextEncoder();
1632
+ // text decoder
1633
+ var td = typeof TextDecoder != 'undefined' && /*#__PURE__*/ new TextDecoder();
1634
+ // text decoder stream
1635
+ var tds = 0;
1636
+ try {
1637
+ td.decode(et, { stream: true });
1638
+ tds = 1;
1639
+ }
1640
+ catch (e) { }
1641
+ // decode UTF8
1642
+ var dutf8 = function (d) {
1643
+ for (var r = '', i = 0;;) {
1644
+ var c = d[i++];
1645
+ var eb = (c > 127) + (c > 223) + (c > 239);
1646
+ if (i + eb > d.length)
1647
+ return { s: r, r: slc(d, i - 1) };
1648
+ if (!eb)
1649
+ r += String.fromCharCode(c);
1650
+ else if (eb == 3) {
1651
+ c = ((c & 15) << 18 | (d[i++] & 63) << 12 | (d[i++] & 63) << 6 | (d[i++] & 63)) - 65536,
1652
+ r += String.fromCharCode(55296 | (c >> 10), 56320 | (c & 1023));
1653
+ }
1654
+ else if (eb & 1)
1655
+ r += String.fromCharCode((c & 31) << 6 | (d[i++] & 63));
1656
+ else
1657
+ r += String.fromCharCode((c & 15) << 12 | (d[i++] & 63) << 6 | (d[i++] & 63));
1658
+ }
1659
+ };
1660
+ /**
1661
+ * Streaming UTF-8 decoding
1662
+ */
1663
+ var DecodeUTF8 = /*#__PURE__*/ (function () {
1664
+ /**
1665
+ * Creates a UTF-8 decoding stream
1666
+ * @param cb The callback to call whenever data is decoded
1667
+ */
1668
+ function DecodeUTF8(cb) {
1669
+ this.ondata = cb;
1670
+ if (tds)
1671
+ this.t = new TextDecoder();
1672
+ else
1673
+ this.p = et;
1674
+ }
1675
+ /**
1676
+ * Pushes a chunk to be decoded from UTF-8 binary
1677
+ * @param chunk The chunk to push
1678
+ * @param final Whether this is the last chunk
1679
+ */
1680
+ DecodeUTF8.prototype.push = function (chunk, final) {
1681
+ if (!this.ondata)
1682
+ err(5);
1683
+ final = !!final;
1684
+ if (this.t) {
1685
+ this.ondata(this.t.decode(chunk, { stream: true }), final);
1686
+ if (final) {
1687
+ if (this.t.decode().length)
1688
+ err(8);
1689
+ this.t = null;
1690
+ }
1691
+ return;
1692
+ }
1693
+ if (!this.p)
1694
+ err(4);
1695
+ var dat = new u8(this.p.length + chunk.length);
1696
+ dat.set(this.p);
1697
+ dat.set(chunk, this.p.length);
1698
+ var _a = dutf8(dat), s = _a.s, r = _a.r;
1699
+ if (final) {
1700
+ if (r.length)
1701
+ err(8);
1702
+ this.p = null;
1703
+ }
1704
+ else
1705
+ this.p = r;
1706
+ this.ondata(s, final);
1707
+ };
1708
+ return DecodeUTF8;
1709
+ }());
1710
+ /**
1711
+ * Streaming UTF-8 encoding
1712
+ */
1713
+ var EncodeUTF8 = /*#__PURE__*/ (function () {
1714
+ /**
1715
+ * Creates a UTF-8 decoding stream
1716
+ * @param cb The callback to call whenever data is encoded
1717
+ */
1718
+ function EncodeUTF8(cb) {
1719
+ this.ondata = cb;
1720
+ }
1721
+ /**
1722
+ * Pushes a chunk to be encoded to UTF-8
1723
+ * @param chunk The string data to push
1724
+ * @param final Whether this is the last chunk
1725
+ */
1726
+ EncodeUTF8.prototype.push = function (chunk, final) {
1727
+ if (!this.ondata)
1728
+ err(5);
1729
+ if (this.d)
1730
+ err(4);
1731
+ this.ondata(strToU8(chunk), this.d = final || false);
1732
+ };
1733
+ return EncodeUTF8;
1734
+ }());
1735
+ /**
1736
+ * Converts a string into a Uint8Array for use with compression/decompression methods
1737
+ * @param str The string to encode
1738
+ * @param latin1 Whether or not to interpret the data as Latin-1. This should
1739
+ * not need to be true unless decoding a binary string.
1740
+ * @returns The string encoded in UTF-8/Latin-1 binary
1741
+ */
1742
+ function strToU8(str, latin1) {
1743
+ if (latin1) {
1744
+ var ar_1 = new u8(str.length);
1745
+ for (var i = 0; i < str.length; ++i)
1746
+ ar_1[i] = str.charCodeAt(i);
1747
+ return ar_1;
1748
+ }
1749
+ if (te)
1750
+ return te.encode(str);
1751
+ var l = str.length;
1752
+ var ar = new u8(str.length + (str.length >> 1));
1753
+ var ai = 0;
1754
+ var w = function (v) { ar[ai++] = v; };
1755
+ for (var i = 0; i < l; ++i) {
1756
+ if (ai + 5 > ar.length) {
1757
+ var n = new u8(ai + 8 + ((l - i) << 1));
1758
+ n.set(ar);
1759
+ ar = n;
1760
+ }
1761
+ var c = str.charCodeAt(i);
1762
+ if (c < 128 || latin1)
1763
+ w(c);
1764
+ else if (c < 2048)
1765
+ w(192 | (c >> 6)), w(128 | (c & 63));
1766
+ else if (c > 55295 && c < 57344)
1767
+ c = 65536 + (c & 1023 << 10) | (str.charCodeAt(++i) & 1023),
1768
+ w(240 | (c >> 18)), w(128 | ((c >> 12) & 63)), w(128 | ((c >> 6) & 63)), w(128 | (c & 63));
1769
+ else
1770
+ w(224 | (c >> 12)), w(128 | ((c >> 6) & 63)), w(128 | (c & 63));
1771
+ }
1772
+ return slc(ar, 0, ai);
1773
+ }
1774
+ /**
1775
+ * Converts a Uint8Array to a string
1776
+ * @param dat The data to decode to string
1777
+ * @param latin1 Whether or not to interpret the data as Latin-1. This should
1778
+ * not need to be true unless encoding to binary string.
1779
+ * @returns The original UTF-8/Latin-1 string
1780
+ */
1781
+ function strFromU8(dat, latin1) {
1782
+ if (latin1) {
1783
+ var r = '';
1784
+ for (var i = 0; i < dat.length; i += 16384)
1785
+ r += String.fromCharCode.apply(null, dat.subarray(i, i + 16384));
1786
+ return r;
1787
+ }
1788
+ else if (td) {
1789
+ return td.decode(dat);
1790
+ }
1791
+ else {
1792
+ var _a = dutf8(dat), s = _a.s, r = _a.r;
1793
+ if (r.length)
1794
+ err(8);
1795
+ return s;
1796
+ }
1797
+ }
1798
+ ;
1799
+ // deflate bit flag
1800
+ var dbf = function (l) { return l == 1 ? 3 : l < 6 ? 2 : l == 9 ? 1 : 0; };
1801
+ // skip local zip header
1802
+ var slzh = function (d, b) { return b + 30 + b2(d, b + 26) + b2(d, b + 28); };
1803
+ // read zip header
1804
+ var zh = function (d, b, z) {
1805
+ var fnl = b2(d, b + 28), fn = strFromU8(d.subarray(b + 46, b + 46 + fnl), !(b2(d, b + 8) & 2048)), es = b + 46 + fnl, bs = b4(d, b + 20);
1806
+ var _a = z && bs == 4294967295 ? z64e(d, es) : [bs, b4(d, b + 24), b4(d, b + 42)], sc = _a[0], su = _a[1], off = _a[2];
1807
+ return [b2(d, b + 10), sc, su, fn, es + b2(d, b + 30) + b2(d, b + 32), off];
1808
+ };
1809
+ // read zip64 extra field
1810
+ var z64e = function (d, b) {
1811
+ for (; b2(d, b) != 1; b += 4 + b2(d, b + 2))
1812
+ ;
1813
+ return [b8(d, b + 12), b8(d, b + 4), b8(d, b + 20)];
1814
+ };
1815
+ // extra field length
1816
+ var exfl = function (ex) {
1817
+ var le = 0;
1818
+ if (ex) {
1819
+ for (var k in ex) {
1820
+ var l = ex[k].length;
1821
+ if (l > 65535)
1822
+ err(9);
1823
+ le += l + 4;
1824
+ }
1825
+ }
1826
+ return le;
1827
+ };
1828
+ // write zip header
1829
+ var wzh = function (d, b, f, fn, u, c, ce, co) {
1830
+ var fl = fn.length, ex = f.extra, col = co && co.length;
1831
+ var exl = exfl(ex);
1832
+ wbytes(d, b, ce != null ? 0x2014B50 : 0x4034B50), b += 4;
1833
+ if (ce != null)
1834
+ d[b++] = 20, d[b++] = f.os;
1835
+ d[b] = 20, b += 2; // spec compliance? what's that?
1836
+ d[b++] = (f.flag << 1) | (c < 0 && 8), d[b++] = u && 8;
1837
+ d[b++] = f.compression & 255, d[b++] = f.compression >> 8;
1838
+ var dt = new Date(f.mtime == null ? Date.now() : f.mtime), y = dt.getFullYear() - 1980;
1839
+ if (y < 0 || y > 119)
1840
+ err(10);
1841
+ wbytes(d, b, (y << 25) | ((dt.getMonth() + 1) << 21) | (dt.getDate() << 16) | (dt.getHours() << 11) | (dt.getMinutes() << 5) | (dt.getSeconds() >> 1)), b += 4;
1842
+ if (c != -1) {
1843
+ wbytes(d, b, f.crc);
1844
+ wbytes(d, b + 4, c < 0 ? -c - 2 : c);
1845
+ wbytes(d, b + 8, f.size);
1846
+ }
1847
+ wbytes(d, b + 12, fl);
1848
+ wbytes(d, b + 14, exl), b += 16;
1849
+ if (ce != null) {
1850
+ wbytes(d, b, col);
1851
+ wbytes(d, b + 6, f.attrs);
1852
+ wbytes(d, b + 10, ce), b += 14;
1853
+ }
1854
+ d.set(fn, b);
1855
+ b += fl;
1856
+ if (exl) {
1857
+ for (var k in ex) {
1858
+ var exf = ex[k], l = exf.length;
1859
+ wbytes(d, b, +k);
1860
+ wbytes(d, b + 2, l);
1861
+ d.set(exf, b + 4), b += 4 + l;
1862
+ }
1863
+ }
1864
+ if (col)
1865
+ d.set(co, b), b += col;
1866
+ return b;
1867
+ };
1868
+ // write zip footer (end of central directory)
1869
+ var wzf = function (o, b, c, d, e) {
1870
+ wbytes(o, b, 0x6054B50); // skip disk
1871
+ wbytes(o, b + 8, c);
1872
+ wbytes(o, b + 10, c);
1873
+ wbytes(o, b + 12, d);
1874
+ wbytes(o, b + 16, e);
1875
+ };
1876
+ /**
1877
+ * A pass-through stream to keep data uncompressed in a ZIP archive.
1878
+ */
1879
+ var ZipPassThrough = /*#__PURE__*/ (function () {
1880
+ /**
1881
+ * Creates a pass-through stream that can be added to ZIP archives
1882
+ * @param filename The filename to associate with this data stream
1883
+ */
1884
+ function ZipPassThrough(filename) {
1885
+ this.filename = filename;
1886
+ this.c = crc();
1887
+ this.size = 0;
1888
+ this.compression = 0;
1889
+ }
1890
+ /**
1891
+ * Processes a chunk and pushes to the output stream. You can override this
1892
+ * method in a subclass for custom behavior, but by default this passes
1893
+ * the data through. You must call this.ondata(err, chunk, final) at some
1894
+ * point in this method.
1895
+ * @param chunk The chunk to process
1896
+ * @param final Whether this is the last chunk
1897
+ */
1898
+ ZipPassThrough.prototype.process = function (chunk, final) {
1899
+ this.ondata(null, chunk, final);
1900
+ };
1901
+ /**
1902
+ * Pushes a chunk to be added. If you are subclassing this with a custom
1903
+ * compression algorithm, note that you must push data from the source
1904
+ * file only, pre-compression.
1905
+ * @param chunk The chunk to push
1906
+ * @param final Whether this is the last chunk
1907
+ */
1908
+ ZipPassThrough.prototype.push = function (chunk, final) {
1909
+ if (!this.ondata)
1910
+ err(5);
1911
+ this.c.p(chunk);
1912
+ this.size += chunk.length;
1913
+ if (final)
1914
+ this.crc = this.c.d();
1915
+ this.process(chunk, final || false);
1916
+ };
1917
+ return ZipPassThrough;
1918
+ }());
1919
+ // I don't extend because TypeScript extension adds 1kB of runtime bloat
1920
+ /**
1921
+ * Streaming DEFLATE compression for ZIP archives. Prefer using AsyncZipDeflate
1922
+ * for better performance
1923
+ */
1924
+ var ZipDeflate = /*#__PURE__*/ (function () {
1925
+ /**
1926
+ * Creates a DEFLATE stream that can be added to ZIP archives
1927
+ * @param filename The filename to associate with this data stream
1928
+ * @param opts The compression options
1929
+ */
1930
+ function ZipDeflate(filename, opts) {
1931
+ var _this = this;
1932
+ if (!opts)
1933
+ opts = {};
1934
+ ZipPassThrough.call(this, filename);
1935
+ this.d = new Deflate(opts, function (dat, final) {
1936
+ _this.ondata(null, dat, final);
1937
+ });
1938
+ this.compression = 8;
1939
+ this.flag = dbf(opts.level);
1940
+ }
1941
+ ZipDeflate.prototype.process = function (chunk, final) {
1942
+ try {
1943
+ this.d.push(chunk, final);
1944
+ }
1945
+ catch (e) {
1946
+ this.ondata(e, null, final);
1947
+ }
1948
+ };
1949
+ /**
1950
+ * Pushes a chunk to be deflated
1951
+ * @param chunk The chunk to push
1952
+ * @param final Whether this is the last chunk
1953
+ */
1954
+ ZipDeflate.prototype.push = function (chunk, final) {
1955
+ ZipPassThrough.prototype.push.call(this, chunk, final);
1956
+ };
1957
+ return ZipDeflate;
1958
+ }());
1959
+ /**
1960
+ * Asynchronous streaming DEFLATE compression for ZIP archives
1961
+ */
1962
+ var AsyncZipDeflate = /*#__PURE__*/ (function () {
1963
+ /**
1964
+ * Creates an asynchronous DEFLATE stream that can be added to ZIP archives
1965
+ * @param filename The filename to associate with this data stream
1966
+ * @param opts The compression options
1967
+ */
1968
+ function AsyncZipDeflate(filename, opts) {
1969
+ var _this = this;
1970
+ if (!opts)
1971
+ opts = {};
1972
+ ZipPassThrough.call(this, filename);
1973
+ this.d = new AsyncDeflate(opts, function (err, dat, final) {
1974
+ _this.ondata(err, dat, final);
1975
+ });
1976
+ this.compression = 8;
1977
+ this.flag = dbf(opts.level);
1978
+ this.terminate = this.d.terminate;
1979
+ }
1980
+ AsyncZipDeflate.prototype.process = function (chunk, final) {
1981
+ this.d.push(chunk, final);
1982
+ };
1983
+ /**
1984
+ * Pushes a chunk to be deflated
1985
+ * @param chunk The chunk to push
1986
+ * @param final Whether this is the last chunk
1987
+ */
1988
+ AsyncZipDeflate.prototype.push = function (chunk, final) {
1989
+ ZipPassThrough.prototype.push.call(this, chunk, final);
1990
+ };
1991
+ return AsyncZipDeflate;
1992
+ }());
1993
+ // TODO: Better tree shaking
1994
+ /**
1995
+ * A zippable archive to which files can incrementally be added
1996
+ */
1997
+ var Zip = /*#__PURE__*/ (function () {
1998
+ /**
1999
+ * Creates an empty ZIP archive to which files can be added
2000
+ * @param cb The callback to call whenever data for the generated ZIP archive
2001
+ * is available
2002
+ */
2003
+ function Zip(cb) {
2004
+ this.ondata = cb;
2005
+ this.u = [];
2006
+ this.d = 1;
2007
+ }
2008
+ /**
2009
+ * Adds a file to the ZIP archive
2010
+ * @param file The file stream to add
2011
+ */
2012
+ Zip.prototype.add = function (file) {
2013
+ var _this = this;
2014
+ if (!this.ondata)
2015
+ err(5);
2016
+ // finishing or finished
2017
+ if (this.d & 2)
2018
+ this.ondata(err(4 + (this.d & 1) * 8, 0, 1), null, false);
2019
+ else {
2020
+ var f = strToU8(file.filename), fl_1 = f.length;
2021
+ var com = file.comment, o = com && strToU8(com);
2022
+ var u = fl_1 != file.filename.length || (o && (com.length != o.length));
2023
+ var hl_1 = fl_1 + exfl(file.extra) + 30;
2024
+ if (fl_1 > 65535)
2025
+ this.ondata(err(11, 0, 1), null, false);
2026
+ var header = new u8(hl_1);
2027
+ wzh(header, 0, file, f, u, -1);
2028
+ var chks_1 = [header];
2029
+ var pAll_1 = function () {
2030
+ for (var _i = 0, chks_2 = chks_1; _i < chks_2.length; _i++) {
2031
+ var chk = chks_2[_i];
2032
+ _this.ondata(null, chk, false);
2033
+ }
2034
+ chks_1 = [];
2035
+ };
2036
+ var tr_1 = this.d;
2037
+ this.d = 0;
2038
+ var ind_1 = this.u.length;
2039
+ var uf_1 = mrg(file, {
2040
+ f: f,
2041
+ u: u,
2042
+ o: o,
2043
+ t: function () {
2044
+ if (file.terminate)
2045
+ file.terminate();
2046
+ },
2047
+ r: function () {
2048
+ pAll_1();
2049
+ if (tr_1) {
2050
+ var nxt = _this.u[ind_1 + 1];
2051
+ if (nxt)
2052
+ nxt.r();
2053
+ else
2054
+ _this.d = 1;
2055
+ }
2056
+ tr_1 = 1;
2057
+ }
2058
+ });
2059
+ var cl_1 = 0;
2060
+ file.ondata = function (err, dat, final) {
2061
+ if (err) {
2062
+ _this.ondata(err, dat, final);
2063
+ _this.terminate();
2064
+ }
2065
+ else {
2066
+ cl_1 += dat.length;
2067
+ chks_1.push(dat);
2068
+ if (final) {
2069
+ var dd = new u8(16);
2070
+ wbytes(dd, 0, 0x8074B50);
2071
+ wbytes(dd, 4, file.crc);
2072
+ wbytes(dd, 8, cl_1);
2073
+ wbytes(dd, 12, file.size);
2074
+ chks_1.push(dd);
2075
+ uf_1.c = cl_1, uf_1.b = hl_1 + cl_1 + 16, uf_1.crc = file.crc, uf_1.size = file.size;
2076
+ if (tr_1)
2077
+ uf_1.r();
2078
+ tr_1 = 1;
2079
+ }
2080
+ else if (tr_1)
2081
+ pAll_1();
2082
+ }
2083
+ };
2084
+ this.u.push(uf_1);
2085
+ }
2086
+ };
2087
+ /**
2088
+ * Ends the process of adding files and prepares to emit the final chunks.
2089
+ * This *must* be called after adding all desired files for the resulting
2090
+ * ZIP file to work properly.
2091
+ */
2092
+ Zip.prototype.end = function () {
2093
+ var _this = this;
2094
+ if (this.d & 2) {
2095
+ this.ondata(err(4 + (this.d & 1) * 8, 0, 1), null, true);
2096
+ return;
2097
+ }
2098
+ if (this.d)
2099
+ this.e();
2100
+ else
2101
+ this.u.push({
2102
+ r: function () {
2103
+ if (!(_this.d & 1))
2104
+ return;
2105
+ _this.u.splice(-1, 1);
2106
+ _this.e();
2107
+ },
2108
+ t: function () { }
2109
+ });
2110
+ this.d = 3;
2111
+ };
2112
+ Zip.prototype.e = function () {
2113
+ var bt = 0, l = 0, tl = 0;
2114
+ for (var _i = 0, _a = this.u; _i < _a.length; _i++) {
2115
+ var f = _a[_i];
2116
+ tl += 46 + f.f.length + exfl(f.extra) + (f.o ? f.o.length : 0);
2117
+ }
2118
+ var out = new u8(tl + 22);
2119
+ for (var _b = 0, _c = this.u; _b < _c.length; _b++) {
2120
+ var f = _c[_b];
2121
+ wzh(out, bt, f, f.f, f.u, -f.c - 2, l, f.o);
2122
+ bt += 46 + f.f.length + exfl(f.extra) + (f.o ? f.o.length : 0), l += f.b;
2123
+ }
2124
+ wzf(out, bt, this.u.length, tl, l);
2125
+ this.ondata(null, out, true);
2126
+ this.d = 2;
2127
+ };
2128
+ /**
2129
+ * A method to terminate any internal workers used by the stream. Subsequent
2130
+ * calls to add() will fail.
2131
+ */
2132
+ Zip.prototype.terminate = function () {
2133
+ for (var _i = 0, _a = this.u; _i < _a.length; _i++) {
2134
+ var f = _a[_i];
2135
+ f.t();
2136
+ }
2137
+ this.d = 2;
2138
+ };
2139
+ return Zip;
2140
+ }());
2141
+ function zip(data, opts, cb) {
2142
+ if (!cb)
2143
+ cb = opts, opts = {};
2144
+ if (typeof cb != 'function')
2145
+ err(7);
2146
+ var r = {};
2147
+ fltn(data, '', r, opts);
2148
+ var k = Object.keys(r);
2149
+ var lft = k.length, o = 0, tot = 0;
2150
+ var slft = lft, files = new Array(lft);
2151
+ var term = [];
2152
+ var tAll = function () {
2153
+ for (var i = 0; i < term.length; ++i)
2154
+ term[i]();
2155
+ };
2156
+ var cbd = function (a, b) {
2157
+ mt(function () { cb(a, b); });
2158
+ };
2159
+ mt(function () { cbd = cb; });
2160
+ var cbf = function () {
2161
+ var out = new u8(tot + 22), oe = o, cdl = tot - o;
2162
+ tot = 0;
2163
+ for (var i = 0; i < slft; ++i) {
2164
+ var f = files[i];
2165
+ try {
2166
+ var l = f.c.length;
2167
+ wzh(out, tot, f, f.f, f.u, l);
2168
+ var badd = 30 + f.f.length + exfl(f.extra);
2169
+ var loc = tot + badd;
2170
+ out.set(f.c, loc);
2171
+ wzh(out, o, f, f.f, f.u, l, tot, f.m), o += 16 + badd + (f.m ? f.m.length : 0), tot = loc + l;
2172
+ }
2173
+ catch (e) {
2174
+ return cbd(e, null);
2175
+ }
2176
+ }
2177
+ wzf(out, o, files.length, cdl, oe);
2178
+ cbd(null, out);
2179
+ };
2180
+ if (!lft)
2181
+ cbf();
2182
+ var _loop_1 = function (i) {
2183
+ var fn = k[i];
2184
+ var _a = r[fn], file = _a[0], p = _a[1];
2185
+ var c = crc(), size = file.length;
2186
+ c.p(file);
2187
+ var f = strToU8(fn), s = f.length;
2188
+ var com = p.comment, m = com && strToU8(com), ms = m && m.length;
2189
+ var exl = exfl(p.extra);
2190
+ var compression = p.level == 0 ? 0 : 8;
2191
+ var cbl = function (e, d) {
2192
+ if (e) {
2193
+ tAll();
2194
+ cbd(e, null);
2195
+ }
2196
+ else {
2197
+ var l = d.length;
2198
+ files[i] = mrg(p, {
2199
+ size: size,
2200
+ crc: c.d(),
2201
+ c: d,
2202
+ f: f,
2203
+ m: m,
2204
+ u: s != fn.length || (m && (com.length != ms)),
2205
+ compression: compression
2206
+ });
2207
+ o += 30 + s + exl + l;
2208
+ tot += 76 + 2 * (s + exl) + (ms || 0) + l;
2209
+ if (!--lft)
2210
+ cbf();
2211
+ }
2212
+ };
2213
+ if (s > 65535)
2214
+ cbl(err(11, 0, 1), null);
2215
+ if (!compression)
2216
+ cbl(null, file);
2217
+ else if (size < 160000) {
2218
+ try {
2219
+ cbl(null, deflateSync(file, p));
2220
+ }
2221
+ catch (e) {
2222
+ cbl(e, null);
2223
+ }
2224
+ }
2225
+ else
2226
+ term.push(deflate(file, p, cbl));
2227
+ };
2228
+ // Cannot use lft because it can decrease
2229
+ for (var i = 0; i < slft; ++i) {
2230
+ _loop_1(i);
2231
+ }
2232
+ return tAll;
2233
+ }
2234
+ /**
2235
+ * Synchronously creates a ZIP file. Prefer using `zip` for better performance
2236
+ * with more than one file.
2237
+ * @param data The directory structure for the ZIP archive
2238
+ * @param opts The main options, merged with per-file options
2239
+ * @returns The generated ZIP archive
2240
+ */
2241
+ function zipSync(data, opts) {
2242
+ if (!opts)
2243
+ opts = {};
2244
+ var r = {};
2245
+ var files = [];
2246
+ fltn(data, '', r, opts);
2247
+ var o = 0;
2248
+ var tot = 0;
2249
+ for (var fn in r) {
2250
+ var _a = r[fn], file = _a[0], p = _a[1];
2251
+ var compression = p.level == 0 ? 0 : 8;
2252
+ var f = strToU8(fn), s = f.length;
2253
+ var com = p.comment, m = com && strToU8(com), ms = m && m.length;
2254
+ var exl = exfl(p.extra);
2255
+ if (s > 65535)
2256
+ err(11);
2257
+ var d = compression ? deflateSync(file, p) : file, l = d.length;
2258
+ var c = crc();
2259
+ c.p(file);
2260
+ files.push(mrg(p, {
2261
+ size: file.length,
2262
+ crc: c.d(),
2263
+ c: d,
2264
+ f: f,
2265
+ m: m,
2266
+ u: s != fn.length || (m && (com.length != ms)),
2267
+ o: o,
2268
+ compression: compression
2269
+ }));
2270
+ o += 30 + s + exl + l;
2271
+ tot += 76 + 2 * (s + exl) + (ms || 0) + l;
2272
+ }
2273
+ var out = new u8(tot + 22), oe = o, cdl = tot - o;
2274
+ for (var i = 0; i < files.length; ++i) {
2275
+ var f = files[i];
2276
+ wzh(out, f.o, f, f.f, f.u, f.c.length);
2277
+ var badd = 30 + f.f.length + exfl(f.extra);
2278
+ out.set(f.c, f.o + badd);
2279
+ wzh(out, o, f, f.f, f.u, f.c.length, f.o, f.m), o += 16 + badd + (f.m ? f.m.length : 0);
2280
+ }
2281
+ wzf(out, o, files.length, cdl, oe);
2282
+ return out;
2283
+ }
2284
+ /**
2285
+ * Streaming pass-through decompression for ZIP archives
2286
+ */
2287
+ var UnzipPassThrough = /*#__PURE__*/ (function () {
2288
+ function UnzipPassThrough() {
2289
+ }
2290
+ UnzipPassThrough.prototype.push = function (data, final) {
2291
+ this.ondata(null, data, final);
2292
+ };
2293
+ UnzipPassThrough.compression = 0;
2294
+ return UnzipPassThrough;
2295
+ }());
2296
+ /**
2297
+ * Streaming DEFLATE decompression for ZIP archives. Prefer AsyncZipInflate for
2298
+ * better performance.
2299
+ */
2300
+ var UnzipInflate = /*#__PURE__*/ (function () {
2301
+ /**
2302
+ * Creates a DEFLATE decompression that can be used in ZIP archives
2303
+ */
2304
+ function UnzipInflate() {
2305
+ var _this = this;
2306
+ this.i = new Inflate(function (dat, final) {
2307
+ _this.ondata(null, dat, final);
2308
+ });
2309
+ }
2310
+ UnzipInflate.prototype.push = function (data, final) {
2311
+ try {
2312
+ this.i.push(data, final);
2313
+ }
2314
+ catch (e) {
2315
+ this.ondata(e, null, final);
2316
+ }
2317
+ };
2318
+ UnzipInflate.compression = 8;
2319
+ return UnzipInflate;
2320
+ }());
2321
+ /**
2322
+ * Asynchronous streaming DEFLATE decompression for ZIP archives
2323
+ */
2324
+ var AsyncUnzipInflate = /*#__PURE__*/ (function () {
2325
+ /**
2326
+ * Creates a DEFLATE decompression that can be used in ZIP archives
2327
+ */
2328
+ function AsyncUnzipInflate(_, sz) {
2329
+ var _this = this;
2330
+ if (sz < 320000) {
2331
+ this.i = new Inflate(function (dat, final) {
2332
+ _this.ondata(null, dat, final);
2333
+ });
2334
+ }
2335
+ else {
2336
+ this.i = new AsyncInflate(function (err, dat, final) {
2337
+ _this.ondata(err, dat, final);
2338
+ });
2339
+ this.terminate = this.i.terminate;
2340
+ }
2341
+ }
2342
+ AsyncUnzipInflate.prototype.push = function (data, final) {
2343
+ if (this.i.terminate)
2344
+ data = slc(data, 0);
2345
+ this.i.push(data, final);
2346
+ };
2347
+ AsyncUnzipInflate.compression = 8;
2348
+ return AsyncUnzipInflate;
2349
+ }());
2350
+ /**
2351
+ * A ZIP archive decompression stream that emits files as they are discovered
2352
+ */
2353
+ var Unzip = /*#__PURE__*/ (function () {
2354
+ /**
2355
+ * Creates a ZIP decompression stream
2356
+ * @param cb The callback to call whenever a file in the ZIP archive is found
2357
+ */
2358
+ function Unzip(cb) {
2359
+ this.onfile = cb;
2360
+ this.k = [];
2361
+ this.o = {
2362
+ 0: UnzipPassThrough
2363
+ };
2364
+ this.p = et;
2365
+ }
2366
+ /**
2367
+ * Pushes a chunk to be unzipped
2368
+ * @param chunk The chunk to push
2369
+ * @param final Whether this is the last chunk
2370
+ */
2371
+ Unzip.prototype.push = function (chunk, final) {
2372
+ var _this = this;
2373
+ if (!this.onfile)
2374
+ err(5);
2375
+ if (!this.p)
2376
+ err(4);
2377
+ if (this.c > 0) {
2378
+ var len = Math.min(this.c, chunk.length);
2379
+ var toAdd = chunk.subarray(0, len);
2380
+ this.c -= len;
2381
+ if (this.d)
2382
+ this.d.push(toAdd, !this.c);
2383
+ else
2384
+ this.k[0].push(toAdd);
2385
+ chunk = chunk.subarray(len);
2386
+ if (chunk.length)
2387
+ return this.push(chunk, final);
2388
+ }
2389
+ else {
2390
+ var f = 0, i = 0, is = void 0, buf = void 0;
2391
+ if (!this.p.length)
2392
+ buf = chunk;
2393
+ else if (!chunk.length)
2394
+ buf = this.p;
2395
+ else {
2396
+ buf = new u8(this.p.length + chunk.length);
2397
+ buf.set(this.p), buf.set(chunk, this.p.length);
2398
+ }
2399
+ var l = buf.length, oc = this.c, add = oc && this.d;
2400
+ var _loop_2 = function () {
2401
+ var _a;
2402
+ var sig = b4(buf, i);
2403
+ if (sig == 0x4034B50) {
2404
+ f = 1, is = i;
2405
+ this_1.d = null;
2406
+ this_1.c = 0;
2407
+ var bf = b2(buf, i + 6), cmp_1 = b2(buf, i + 8), u = bf & 2048, dd = bf & 8, fnl = b2(buf, i + 26), es = b2(buf, i + 28);
2408
+ if (l > i + 30 + fnl + es) {
2409
+ var chks_3 = [];
2410
+ this_1.k.unshift(chks_3);
2411
+ f = 2;
2412
+ var sc_1 = b4(buf, i + 18), su_1 = b4(buf, i + 22);
2413
+ var fn_1 = strFromU8(buf.subarray(i + 30, i += 30 + fnl), !u);
2414
+ if (sc_1 == 4294967295) {
2415
+ _a = dd ? [-2] : z64e(buf, i), sc_1 = _a[0], su_1 = _a[1];
2416
+ }
2417
+ else if (dd)
2418
+ sc_1 = -1;
2419
+ i += es;
2420
+ this_1.c = sc_1;
2421
+ var d_1;
2422
+ var file_1 = {
2423
+ name: fn_1,
2424
+ compression: cmp_1,
2425
+ start: function () {
2426
+ if (!file_1.ondata)
2427
+ err(5);
2428
+ if (!sc_1)
2429
+ file_1.ondata(null, et, true);
2430
+ else {
2431
+ var ctr = _this.o[cmp_1];
2432
+ if (!ctr)
2433
+ file_1.ondata(err(14, 'unknown compression type ' + cmp_1, 1), null, false);
2434
+ d_1 = sc_1 < 0 ? new ctr(fn_1) : new ctr(fn_1, sc_1, su_1);
2435
+ d_1.ondata = function (err, dat, final) { file_1.ondata(err, dat, final); };
2436
+ for (var _i = 0, chks_4 = chks_3; _i < chks_4.length; _i++) {
2437
+ var dat = chks_4[_i];
2438
+ d_1.push(dat, false);
2439
+ }
2440
+ if (_this.k[0] == chks_3 && _this.c)
2441
+ _this.d = d_1;
2442
+ else
2443
+ d_1.push(et, true);
2444
+ }
2445
+ },
2446
+ terminate: function () {
2447
+ if (d_1 && d_1.terminate)
2448
+ d_1.terminate();
2449
+ }
2450
+ };
2451
+ if (sc_1 >= 0)
2452
+ file_1.size = sc_1, file_1.originalSize = su_1;
2453
+ this_1.onfile(file_1);
2454
+ }
2455
+ return "break";
2456
+ }
2457
+ else if (oc) {
2458
+ if (sig == 0x8074B50) {
2459
+ is = i += 12 + (oc == -2 && 8), f = 3, this_1.c = 0;
2460
+ return "break";
2461
+ }
2462
+ else if (sig == 0x2014B50) {
2463
+ is = i -= 4, f = 3, this_1.c = 0;
2464
+ return "break";
2465
+ }
2466
+ }
2467
+ };
2468
+ var this_1 = this;
2469
+ for (; i < l - 4; ++i) {
2470
+ var state_1 = _loop_2();
2471
+ if (state_1 === "break")
2472
+ break;
2473
+ }
2474
+ this.p = et;
2475
+ if (oc < 0) {
2476
+ var dat = f ? buf.subarray(0, is - 12 - (oc == -2 && 8) - (b4(buf, is - 16) == 0x8074B50 && 4)) : buf.subarray(0, i);
2477
+ if (add)
2478
+ add.push(dat, !!f);
2479
+ else
2480
+ this.k[+(f == 2)].push(dat);
2481
+ }
2482
+ if (f & 2)
2483
+ return this.push(buf.subarray(i), final);
2484
+ this.p = buf.subarray(i);
2485
+ }
2486
+ if (final) {
2487
+ if (this.c)
2488
+ err(13);
2489
+ this.p = null;
2490
+ }
2491
+ };
2492
+ /**
2493
+ * Registers a decoder with the stream, allowing for files compressed with
2494
+ * the compression type provided to be expanded correctly
2495
+ * @param decoder The decoder constructor
2496
+ */
2497
+ Unzip.prototype.register = function (decoder) {
2498
+ this.o[decoder.compression] = decoder;
2499
+ };
2500
+ return Unzip;
2501
+ }());
2502
+ var mt = typeof queueMicrotask == 'function' ? queueMicrotask : typeof setTimeout == 'function' ? setTimeout : function (fn) { fn(); };
2503
+ function unzip(data, opts, cb) {
2504
+ if (!cb)
2505
+ cb = opts, opts = {};
2506
+ if (typeof cb != 'function')
2507
+ err(7);
2508
+ var term = [];
2509
+ var tAll = function () {
2510
+ for (var i = 0; i < term.length; ++i)
2511
+ term[i]();
2512
+ };
2513
+ var files = {};
2514
+ var cbd = function (a, b) {
2515
+ mt(function () { cb(a, b); });
2516
+ };
2517
+ mt(function () { cbd = cb; });
2518
+ var e = data.length - 22;
2519
+ for (; b4(data, e) != 0x6054B50; --e) {
2520
+ if (!e || data.length - e > 65558) {
2521
+ cbd(err(13, 0, 1), null);
2522
+ return tAll;
2523
+ }
2524
+ }
2525
+ ;
2526
+ var lft = b2(data, e + 8);
2527
+ if (lft) {
2528
+ var c = lft;
2529
+ var o = b4(data, e + 16);
2530
+ var z = o == 4294967295 || c == 65535;
2531
+ if (z) {
2532
+ var ze = b4(data, e - 12);
2533
+ z = b4(data, ze) == 0x6064B50;
2534
+ if (z) {
2535
+ c = lft = b4(data, ze + 32);
2536
+ o = b4(data, ze + 48);
2537
+ }
2538
+ }
2539
+ var fltr = opts && opts.filter;
2540
+ var _loop_3 = function (i) {
2541
+ var _a = zh(data, o, z), c_1 = _a[0], sc = _a[1], su = _a[2], fn = _a[3], no = _a[4], off = _a[5], b = slzh(data, off);
2542
+ o = no;
2543
+ var cbl = function (e, d) {
2544
+ if (e) {
2545
+ tAll();
2546
+ cbd(e, null);
2547
+ }
2548
+ else {
2549
+ if (d)
2550
+ files[fn] = d;
2551
+ if (!--lft)
2552
+ cbd(null, files);
2553
+ }
2554
+ };
2555
+ if (!fltr || fltr({
2556
+ name: fn,
2557
+ size: sc,
2558
+ originalSize: su,
2559
+ compression: c_1
2560
+ })) {
2561
+ if (!c_1)
2562
+ cbl(null, slc(data, b, b + sc));
2563
+ else if (c_1 == 8) {
2564
+ var infl = data.subarray(b, b + sc);
2565
+ // Synchronously decompress under 512KB, or barely-compressed data
2566
+ if (su < 524288 || sc > 0.8 * su) {
2567
+ try {
2568
+ cbl(null, inflateSync(infl, { out: new u8(su) }));
2569
+ }
2570
+ catch (e) {
2571
+ cbl(e, null);
2572
+ }
2573
+ }
2574
+ else
2575
+ term.push(inflate(infl, { size: su }, cbl));
2576
+ }
2577
+ else
2578
+ cbl(err(14, 'unknown compression type ' + c_1, 1), null);
2579
+ }
2580
+ else
2581
+ cbl(null, null);
2582
+ };
2583
+ for (var i = 0; i < c; ++i) {
2584
+ _loop_3(i);
2585
+ }
2586
+ }
2587
+ else
2588
+ cbd(null, {});
2589
+ return tAll;
2590
+ }
2591
+ /**
2592
+ * Synchronously decompresses a ZIP archive. Prefer using `unzip` for better
2593
+ * performance with more than one file.
2594
+ * @param data The raw compressed ZIP file
2595
+ * @param opts The ZIP extraction options
2596
+ * @returns The decompressed files
2597
+ */
2598
+ function unzipSync(data, opts) {
2599
+ var files = {};
2600
+ var e = data.length - 22;
2601
+ for (; b4(data, e) != 0x6054B50; --e) {
2602
+ if (!e || data.length - e > 65558)
2603
+ err(13);
2604
+ }
2605
+ ;
2606
+ var c = b2(data, e + 8);
2607
+ if (!c)
2608
+ return {};
2609
+ var o = b4(data, e + 16);
2610
+ var z = o == 4294967295 || c == 65535;
2611
+ if (z) {
2612
+ var ze = b4(data, e - 12);
2613
+ z = b4(data, ze) == 0x6064B50;
2614
+ if (z) {
2615
+ c = b4(data, ze + 32);
2616
+ o = b4(data, ze + 48);
2617
+ }
2618
+ }
2619
+ var fltr = opts && opts.filter;
2620
+ for (var i = 0; i < c; ++i) {
2621
+ var _a = zh(data, o, z), c_2 = _a[0], sc = _a[1], su = _a[2], fn = _a[3], no = _a[4], off = _a[5], b = slzh(data, off);
2622
+ o = no;
2623
+ if (!fltr || fltr({
2624
+ name: fn,
2625
+ size: sc,
2626
+ originalSize: su,
2627
+ compression: c_2
2628
+ })) {
2629
+ if (!c_2)
2630
+ files[fn] = slc(data, b, b + sc);
2631
+ else if (c_2 == 8)
2632
+ files[fn] = inflateSync(data.subarray(b, b + sc), { out: new u8(su) });
2633
+ else
2634
+ err(14, 'unknown compression type ' + c_2);
2635
+ }
2636
+ }
2637
+ return files;
2638
+ }
2639
+
2640
+ export { AsyncGzip as AsyncCompress, AsyncDecompress, AsyncDeflate, AsyncGunzip, AsyncGzip, AsyncInflate, AsyncUnzipInflate, AsyncUnzlib, AsyncZipDeflate, AsyncZlib, Gzip as Compress, DecodeUTF8, Decompress, Deflate, EncodeUTF8, FlateErrorCode, Gunzip, Gzip, Inflate, Unzip, UnzipInflate, UnzipPassThrough, Unzlib, Zip, ZipDeflate, ZipPassThrough, Zlib, gzip as compress, gzipSync as compressSync, decompress, decompressSync, deflate, deflateSync, gunzip, gunzipSync, gzip, gzipSync, inflate, inflateSync, strFromU8, strToU8, unzip, unzipSync, unzlib, unzlibSync, zip, zipSync, zlib, zlibSync };